From 5632ec406c974cfafd129ff5edbd75f442ae1812 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Wed, 2 Oct 2024 17:03:47 +0200 Subject: [PATCH 1/5] generate index file with all icon exports --- generator.js | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/generator.js b/generator.js index c5ba45664..5d8987218 100644 --- a/generator.js +++ b/generator.js @@ -21,6 +21,7 @@ const getIncludedFamilies = (unsupportedFamilies) => { ;(async () => { generatePropsFile() + generateIndexFile() const res = await axios.get(GOOGLE_FONTS_URL) @@ -44,6 +45,17 @@ function generatePropsFile() { fs.writeFileSync(path.join(__dirname, 'src', 'types.ts'), typesFile) } +function generateIndexFile() { + return fs.writeFileSync(path.join(__dirname, 'src', 'index.ts'), '') +} + +function appendToIndexFile(iconName) { + return fs.appendFileSync( + path.join(__dirname, 'src', 'index.ts'), + `export * from './${iconName}'\n`, + ) +} + async function generateComponentsForAllFamilies(icon) { const families = getIncludedFamilies(icon.unsupported_families) @@ -67,6 +79,8 @@ async function generateComponent(icon, family, filled = false) { path.join(__dirname, 'src', `${name}.tsx`), mapSVGToTemplate(name, svg), ) + + await appendToIndexFile(name) } catch { console.log('Error generating component for', icon.name) //process.abort() @@ -111,10 +125,8 @@ function mapSVGToTemplate(name, svg) { import React from 'react' import { IconProps } from './types' - const ${name}: React.FC = ({ ...props }) => ( + export const ${name}: React.FC = ({ ...props }) => ( ${svg} ) - - export { ${name} as default } ` } diff --git a/package.json b/package.json index 2acbba66c..a0419c114 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "publishConfig": { "access": "public" }, - "main": "dist/", + "main": "dist/index.js", "files": [ "readme.md", "dist/**/*" From 1811d284a88d91243fa6f529e2bc74d851f4b367 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Wed, 2 Oct 2024 17:04:13 +0200 Subject: [PATCH 2/5] generate icons --- src/Icon10kOutlined.tsx | 4 +- src/Icon10kOutlinedFilled.tsx | 4 +- src/Icon10kRounded.tsx | 4 +- src/Icon10kRoundedFilled.tsx | 4 +- src/Icon10kSharp.tsx | 4 +- src/Icon10kSharpFilled.tsx | 4 +- src/Icon10mpOutlined.tsx | 4 +- src/Icon10mpOutlinedFilled.tsx | 4 +- src/Icon10mpRounded.tsx | 4 +- src/Icon10mpRoundedFilled.tsx | 4 +- src/Icon10mpSharp.tsx | 4 +- src/Icon10mpSharpFilled.tsx | 4 +- src/Icon11mpOutlined.tsx | 4 +- src/Icon11mpOutlinedFilled.tsx | 4 +- src/Icon11mpRounded.tsx | 4 +- src/Icon11mpRoundedFilled.tsx | 4 +- src/Icon11mpSharp.tsx | 4 +- src/Icon11mpSharpFilled.tsx | 4 +- src/Icon123Outlined.tsx | 4 +- src/Icon123OutlinedFilled.tsx | 4 +- src/Icon123Rounded.tsx | 4 +- src/Icon123RoundedFilled.tsx | 4 +- src/Icon123Sharp.tsx | 4 +- src/Icon123SharpFilled.tsx | 4 +- src/Icon12mpOutlined.tsx | 4 +- src/Icon12mpOutlinedFilled.tsx | 4 +- src/Icon12mpRounded.tsx | 4 +- src/Icon12mpRoundedFilled.tsx | 4 +- src/Icon12mpSharp.tsx | 4 +- src/Icon12mpSharpFilled.tsx | 4 +- src/Icon13mpOutlined.tsx | 4 +- src/Icon13mpOutlinedFilled.tsx | 4 +- src/Icon13mpRounded.tsx | 4 +- src/Icon13mpRoundedFilled.tsx | 4 +- src/Icon13mpSharp.tsx | 4 +- src/Icon13mpSharpFilled.tsx | 4 +- src/Icon14mpOutlined.tsx | 4 +- src/Icon14mpOutlinedFilled.tsx | 4 +- src/Icon14mpRounded.tsx | 4 +- src/Icon14mpRoundedFilled.tsx | 4 +- src/Icon14mpSharp.tsx | 4 +- src/Icon14mpSharpFilled.tsx | 4 +- src/Icon15mpOutlined.tsx | 4 +- src/Icon15mpOutlinedFilled.tsx | 4 +- src/Icon15mpRounded.tsx | 4 +- src/Icon15mpRoundedFilled.tsx | 4 +- src/Icon15mpSharp.tsx | 4 +- src/Icon15mpSharpFilled.tsx | 4 +- src/Icon16mpOutlined.tsx | 4 +- src/Icon16mpOutlinedFilled.tsx | 4 +- src/Icon16mpRounded.tsx | 4 +- src/Icon16mpRoundedFilled.tsx | 4 +- src/Icon16mpSharp.tsx | 4 +- src/Icon16mpSharpFilled.tsx | 4 +- src/Icon17mpOutlined.tsx | 4 +- src/Icon17mpOutlinedFilled.tsx | 4 +- src/Icon17mpRounded.tsx | 4 +- src/Icon17mpRoundedFilled.tsx | 4 +- src/Icon17mpSharp.tsx | 4 +- src/Icon17mpSharpFilled.tsx | 4 +- src/Icon18UpRatingOutlined.tsx | 4 +- src/Icon18UpRatingOutlinedFilled.tsx | 6 +- src/Icon18UpRatingRounded.tsx | 4 +- src/Icon18UpRatingRoundedFilled.tsx | 6 +- src/Icon18UpRatingSharp.tsx | 4 +- src/Icon18UpRatingSharpFilled.tsx | 6 +- src/Icon18mpOutlined.tsx | 4 +- src/Icon18mpOutlinedFilled.tsx | 4 +- src/Icon18mpRounded.tsx | 4 +- src/Icon18mpRoundedFilled.tsx | 4 +- src/Icon18mpSharp.tsx | 4 +- src/Icon18mpSharpFilled.tsx | 4 +- src/Icon19mpOutlined.tsx | 4 +- src/Icon19mpOutlinedFilled.tsx | 4 +- src/Icon19mpRounded.tsx | 4 +- src/Icon19mpRoundedFilled.tsx | 4 +- src/Icon19mpSharp.tsx | 4 +- src/Icon19mpSharpFilled.tsx | 4 +- src/Icon1kOutlined.tsx | 4 +- src/Icon1kOutlinedFilled.tsx | 4 +- src/Icon1kPlusOutlined.tsx | 4 +- src/Icon1kPlusOutlinedFilled.tsx | 4 +- src/Icon1kPlusRounded.tsx | 4 +- src/Icon1kPlusRoundedFilled.tsx | 4 +- src/Icon1kPlusSharp.tsx | 4 +- src/Icon1kPlusSharpFilled.tsx | 4 +- src/Icon1kRounded.tsx | 4 +- src/Icon1kRoundedFilled.tsx | 4 +- src/Icon1kSharp.tsx | 4 +- src/Icon1kSharpFilled.tsx | 4 +- src/Icon1xMobiledataBadgeOutlined.tsx | 6 +- src/Icon1xMobiledataBadgeOutlinedFilled.tsx | 4 +- src/Icon1xMobiledataBadgeRounded.tsx | 6 +- src/Icon1xMobiledataBadgeRoundedFilled.tsx | 4 +- src/Icon1xMobiledataBadgeSharp.tsx | 6 +- src/Icon1xMobiledataBadgeSharpFilled.tsx | 4 +- src/Icon1xMobiledataOutlined.tsx | 4 +- src/Icon1xMobiledataOutlinedFilled.tsx | 6 +- src/Icon1xMobiledataRounded.tsx | 4 +- src/Icon1xMobiledataRoundedFilled.tsx | 6 +- src/Icon1xMobiledataSharp.tsx | 4 +- src/Icon1xMobiledataSharpFilled.tsx | 6 +- src/Icon20mpOutlined.tsx | 4 +- src/Icon20mpOutlinedFilled.tsx | 4 +- src/Icon20mpRounded.tsx | 4 +- src/Icon20mpRoundedFilled.tsx | 4 +- src/Icon20mpSharp.tsx | 4 +- src/Icon20mpSharpFilled.tsx | 4 +- src/Icon21mpOutlined.tsx | 4 +- src/Icon21mpOutlinedFilled.tsx | 4 +- src/Icon21mpRounded.tsx | 4 +- src/Icon21mpRoundedFilled.tsx | 4 +- src/Icon21mpSharp.tsx | 4 +- src/Icon21mpSharpFilled.tsx | 4 +- src/Icon22mpOutlined.tsx | 4 +- src/Icon22mpOutlinedFilled.tsx | 4 +- src/Icon22mpRounded.tsx | 4 +- src/Icon22mpRoundedFilled.tsx | 4 +- src/Icon22mpSharp.tsx | 4 +- src/Icon22mpSharpFilled.tsx | 4 +- src/Icon23mpOutlined.tsx | 4 +- src/Icon23mpOutlinedFilled.tsx | 4 +- src/Icon23mpRounded.tsx | 4 +- src/Icon23mpRoundedFilled.tsx | 4 +- src/Icon23mpSharp.tsx | 4 +- src/Icon23mpSharpFilled.tsx | 4 +- src/Icon24fpsSelectOutlined.tsx | 4 +- src/Icon24fpsSelectOutlinedFilled.tsx | 6 +- src/Icon24fpsSelectRounded.tsx | 4 +- src/Icon24fpsSelectRoundedFilled.tsx | 6 +- src/Icon24fpsSelectSharp.tsx | 4 +- src/Icon24fpsSelectSharpFilled.tsx | 6 +- src/Icon24mpOutlined.tsx | 4 +- src/Icon24mpOutlinedFilled.tsx | 4 +- src/Icon24mpRounded.tsx | 4 +- src/Icon24mpRoundedFilled.tsx | 4 +- src/Icon24mpSharp.tsx | 4 +- src/Icon24mpSharpFilled.tsx | 4 +- src/Icon2dOutlined.tsx | 4 +- src/Icon2dOutlinedFilled.tsx | 4 +- src/Icon2dRounded.tsx | 4 +- src/Icon2dRoundedFilled.tsx | 4 +- src/Icon2dSharp.tsx | 4 +- src/Icon2dSharpFilled.tsx | 4 +- src/Icon2kOutlined.tsx | 4 +- src/Icon2kOutlinedFilled.tsx | 4 +- src/Icon2kPlusOutlined.tsx | 4 +- src/Icon2kPlusOutlinedFilled.tsx | 4 +- src/Icon2kPlusRounded.tsx | 4 +- src/Icon2kPlusRoundedFilled.tsx | 4 +- src/Icon2kPlusSharp.tsx | 4 +- src/Icon2kPlusSharpFilled.tsx | 4 +- src/Icon2kRounded.tsx | 4 +- src/Icon2kRoundedFilled.tsx | 4 +- src/Icon2kSharp.tsx | 4 +- src/Icon2kSharpFilled.tsx | 4 +- src/Icon2mpOutlined.tsx | 4 +- src/Icon2mpOutlinedFilled.tsx | 4 +- src/Icon2mpRounded.tsx | 4 +- src/Icon2mpRoundedFilled.tsx | 4 +- src/Icon2mpSharp.tsx | 4 +- src/Icon2mpSharpFilled.tsx | 4 +- src/Icon30fpsOutlined.tsx | 4 +- src/Icon30fpsOutlinedFilled.tsx | 4 +- src/Icon30fpsRounded.tsx | 4 +- src/Icon30fpsRoundedFilled.tsx | 4 +- src/Icon30fpsSelectOutlined.tsx | 4 +- src/Icon30fpsSelectOutlinedFilled.tsx | 6 +- src/Icon30fpsSelectRounded.tsx | 4 +- src/Icon30fpsSelectRoundedFilled.tsx | 6 +- src/Icon30fpsSelectSharp.tsx | 4 +- src/Icon30fpsSelectSharpFilled.tsx | 6 +- src/Icon30fpsSharp.tsx | 4 +- src/Icon30fpsSharpFilled.tsx | 4 +- src/Icon360Outlined.tsx | 4 +- src/Icon360OutlinedFilled.tsx | 4 +- src/Icon360Rounded.tsx | 4 +- src/Icon360RoundedFilled.tsx | 4 +- src/Icon360Sharp.tsx | 4 +- src/Icon360SharpFilled.tsx | 4 +- src/Icon3dRotationOutlined.tsx | 4 +- src/Icon3dRotationOutlinedFilled.tsx | 6 +- src/Icon3dRotationRounded.tsx | 4 +- src/Icon3dRotationRoundedFilled.tsx | 6 +- src/Icon3dRotationSharp.tsx | 4 +- src/Icon3dRotationSharpFilled.tsx | 6 +- src/Icon3gMobiledataBadgeOutlined.tsx | 6 +- src/Icon3gMobiledataBadgeOutlinedFilled.tsx | 4 +- src/Icon3gMobiledataBadgeRounded.tsx | 6 +- src/Icon3gMobiledataBadgeRoundedFilled.tsx | 4 +- src/Icon3gMobiledataBadgeSharp.tsx | 6 +- src/Icon3gMobiledataBadgeSharpFilled.tsx | 4 +- src/Icon3gMobiledataOutlined.tsx | 4 +- src/Icon3gMobiledataOutlinedFilled.tsx | 6 +- src/Icon3gMobiledataRounded.tsx | 4 +- src/Icon3gMobiledataRoundedFilled.tsx | 6 +- src/Icon3gMobiledataSharp.tsx | 4 +- src/Icon3gMobiledataSharpFilled.tsx | 6 +- src/Icon3kOutlined.tsx | 4 +- src/Icon3kOutlinedFilled.tsx | 4 +- src/Icon3kPlusOutlined.tsx | 4 +- src/Icon3kPlusOutlinedFilled.tsx | 4 +- src/Icon3kPlusRounded.tsx | 4 +- src/Icon3kPlusRoundedFilled.tsx | 4 +- src/Icon3kPlusSharp.tsx | 4 +- src/Icon3kPlusSharpFilled.tsx | 4 +- src/Icon3kRounded.tsx | 4 +- src/Icon3kRoundedFilled.tsx | 4 +- src/Icon3kSharp.tsx | 4 +- src/Icon3kSharpFilled.tsx | 4 +- src/Icon3mpOutlined.tsx | 4 +- src/Icon3mpOutlinedFilled.tsx | 4 +- src/Icon3mpRounded.tsx | 4 +- src/Icon3mpRoundedFilled.tsx | 4 +- src/Icon3mpSharp.tsx | 4 +- src/Icon3mpSharpFilled.tsx | 4 +- src/Icon3pOutlined.tsx | 4 +- src/Icon3pOutlinedFilled.tsx | 4 +- src/Icon3pRounded.tsx | 4 +- src/Icon3pRoundedFilled.tsx | 4 +- src/Icon3pSharp.tsx | 4 +- src/Icon3pSharpFilled.tsx | 4 +- src/Icon4gMobiledataBadgeOutlined.tsx | 6 +- src/Icon4gMobiledataBadgeOutlinedFilled.tsx | 4 +- src/Icon4gMobiledataBadgeRounded.tsx | 6 +- src/Icon4gMobiledataBadgeRoundedFilled.tsx | 4 +- src/Icon4gMobiledataBadgeSharp.tsx | 6 +- src/Icon4gMobiledataBadgeSharpFilled.tsx | 4 +- src/Icon4gMobiledataOutlined.tsx | 4 +- src/Icon4gMobiledataOutlinedFilled.tsx | 6 +- src/Icon4gMobiledataRounded.tsx | 4 +- src/Icon4gMobiledataRoundedFilled.tsx | 6 +- src/Icon4gMobiledataSharp.tsx | 4 +- src/Icon4gMobiledataSharpFilled.tsx | 6 +- src/Icon4gPlusMobiledataOutlined.tsx | 6 +- src/Icon4gPlusMobiledataOutlinedFilled.tsx | 4 +- src/Icon4gPlusMobiledataRounded.tsx | 6 +- src/Icon4gPlusMobiledataRoundedFilled.tsx | 4 +- src/Icon4gPlusMobiledataSharp.tsx | 6 +- src/Icon4gPlusMobiledataSharpFilled.tsx | 6 +- src/Icon4kOutlined.tsx | 4 +- src/Icon4kOutlinedFilled.tsx | 4 +- src/Icon4kPlusOutlined.tsx | 4 +- src/Icon4kPlusOutlinedFilled.tsx | 4 +- src/Icon4kPlusRounded.tsx | 4 +- src/Icon4kPlusRoundedFilled.tsx | 4 +- src/Icon4kPlusSharp.tsx | 4 +- src/Icon4kPlusSharpFilled.tsx | 4 +- src/Icon4kRounded.tsx | 4 +- src/Icon4kRoundedFilled.tsx | 4 +- src/Icon4kSharp.tsx | 4 +- src/Icon4kSharpFilled.tsx | 4 +- src/Icon4mpOutlined.tsx | 4 +- src/Icon4mpOutlinedFilled.tsx | 4 +- src/Icon4mpRounded.tsx | 4 +- src/Icon4mpRoundedFilled.tsx | 4 +- src/Icon4mpSharp.tsx | 4 +- src/Icon4mpSharpFilled.tsx | 4 +- src/Icon50mpOutlined.tsx | 4 +- src/Icon50mpOutlinedFilled.tsx | 4 +- src/Icon50mpRounded.tsx | 4 +- src/Icon50mpRoundedFilled.tsx | 4 +- src/Icon50mpSharp.tsx | 4 +- src/Icon50mpSharpFilled.tsx | 4 +- src/Icon5gMobiledataBadgeOutlined.tsx | 6 +- src/Icon5gMobiledataBadgeOutlinedFilled.tsx | 4 +- src/Icon5gMobiledataBadgeRounded.tsx | 6 +- src/Icon5gMobiledataBadgeRoundedFilled.tsx | 4 +- src/Icon5gMobiledataBadgeSharp.tsx | 6 +- src/Icon5gMobiledataBadgeSharpFilled.tsx | 4 +- src/Icon5gOutlined.tsx | 4 +- src/Icon5gOutlinedFilled.tsx | 4 +- src/Icon5gRounded.tsx | 4 +- src/Icon5gRoundedFilled.tsx | 4 +- src/Icon5gSharp.tsx | 4 +- src/Icon5gSharpFilled.tsx | 4 +- src/Icon5kOutlined.tsx | 4 +- src/Icon5kOutlinedFilled.tsx | 4 +- src/Icon5kPlusOutlined.tsx | 4 +- src/Icon5kPlusOutlinedFilled.tsx | 4 +- src/Icon5kPlusRounded.tsx | 4 +- src/Icon5kPlusRoundedFilled.tsx | 4 +- src/Icon5kPlusSharp.tsx | 4 +- src/Icon5kPlusSharpFilled.tsx | 4 +- src/Icon5kRounded.tsx | 4 +- src/Icon5kRoundedFilled.tsx | 4 +- src/Icon5kSharp.tsx | 4 +- src/Icon5kSharpFilled.tsx | 4 +- src/Icon5mpOutlined.tsx | 4 +- src/Icon5mpOutlinedFilled.tsx | 4 +- src/Icon5mpRounded.tsx | 4 +- src/Icon5mpRoundedFilled.tsx | 4 +- src/Icon5mpSharp.tsx | 4 +- src/Icon5mpSharpFilled.tsx | 4 +- src/Icon60fpsOutlined.tsx | 4 +- src/Icon60fpsOutlinedFilled.tsx | 4 +- src/Icon60fpsRounded.tsx | 4 +- src/Icon60fpsRoundedFilled.tsx | 4 +- src/Icon60fpsSelectOutlined.tsx | 4 +- src/Icon60fpsSelectOutlinedFilled.tsx | 6 +- src/Icon60fpsSelectRounded.tsx | 4 +- src/Icon60fpsSelectRoundedFilled.tsx | 6 +- src/Icon60fpsSelectSharp.tsx | 4 +- src/Icon60fpsSelectSharpFilled.tsx | 6 +- src/Icon60fpsSharp.tsx | 4 +- src/Icon60fpsSharpFilled.tsx | 4 +- src/Icon6FtApartOutlined.tsx | 4 +- src/Icon6FtApartOutlinedFilled.tsx | 6 +- src/Icon6FtApartRounded.tsx | 4 +- src/Icon6FtApartRoundedFilled.tsx | 6 +- src/Icon6FtApartSharp.tsx | 4 +- src/Icon6FtApartSharpFilled.tsx | 4 +- src/Icon6kOutlined.tsx | 4 +- src/Icon6kOutlinedFilled.tsx | 4 +- src/Icon6kPlusOutlined.tsx | 4 +- src/Icon6kPlusOutlinedFilled.tsx | 4 +- src/Icon6kPlusRounded.tsx | 4 +- src/Icon6kPlusRoundedFilled.tsx | 4 +- src/Icon6kPlusSharp.tsx | 4 +- src/Icon6kPlusSharpFilled.tsx | 4 +- src/Icon6kRounded.tsx | 4 +- src/Icon6kRoundedFilled.tsx | 4 +- src/Icon6kSharp.tsx | 4 +- src/Icon6kSharpFilled.tsx | 4 +- src/Icon6mpOutlined.tsx | 4 +- src/Icon6mpOutlinedFilled.tsx | 4 +- src/Icon6mpRounded.tsx | 4 +- src/Icon6mpRoundedFilled.tsx | 4 +- src/Icon6mpSharp.tsx | 4 +- src/Icon6mpSharpFilled.tsx | 4 +- src/Icon7kOutlined.tsx | 4 +- src/Icon7kOutlinedFilled.tsx | 4 +- src/Icon7kPlusOutlined.tsx | 4 +- src/Icon7kPlusOutlinedFilled.tsx | 4 +- src/Icon7kPlusRounded.tsx | 4 +- src/Icon7kPlusRoundedFilled.tsx | 4 +- src/Icon7kPlusSharp.tsx | 4 +- src/Icon7kPlusSharpFilled.tsx | 4 +- src/Icon7kRounded.tsx | 4 +- src/Icon7kRoundedFilled.tsx | 4 +- src/Icon7kSharp.tsx | 4 +- src/Icon7kSharpFilled.tsx | 4 +- src/Icon7mpOutlined.tsx | 4 +- src/Icon7mpOutlinedFilled.tsx | 4 +- src/Icon7mpRounded.tsx | 4 +- src/Icon7mpRoundedFilled.tsx | 4 +- src/Icon7mpSharp.tsx | 4 +- src/Icon7mpSharpFilled.tsx | 4 +- src/Icon8kOutlined.tsx | 4 +- src/Icon8kOutlinedFilled.tsx | 4 +- src/Icon8kPlusOutlined.tsx | 4 +- src/Icon8kPlusOutlinedFilled.tsx | 4 +- src/Icon8kPlusRounded.tsx | 4 +- src/Icon8kPlusRoundedFilled.tsx | 4 +- src/Icon8kPlusSharp.tsx | 4 +- src/Icon8kPlusSharpFilled.tsx | 4 +- src/Icon8kRounded.tsx | 4 +- src/Icon8kRoundedFilled.tsx | 4 +- src/Icon8kSharp.tsx | 4 +- src/Icon8kSharpFilled.tsx | 4 +- src/Icon8mpOutlined.tsx | 4 +- src/Icon8mpOutlinedFilled.tsx | 4 +- src/Icon8mpRounded.tsx | 4 +- src/Icon8mpRoundedFilled.tsx | 4 +- src/Icon8mpSharp.tsx | 4 +- src/Icon8mpSharpFilled.tsx | 4 +- src/Icon9kOutlined.tsx | 4 +- src/Icon9kOutlinedFilled.tsx | 4 +- src/Icon9kPlusOutlined.tsx | 4 +- src/Icon9kPlusOutlinedFilled.tsx | 4 +- src/Icon9kPlusRounded.tsx | 4 +- src/Icon9kPlusRoundedFilled.tsx | 4 +- src/Icon9kPlusSharp.tsx | 4 +- src/Icon9kPlusSharpFilled.tsx | 4 +- src/Icon9kRounded.tsx | 4 +- src/Icon9kRoundedFilled.tsx | 4 +- src/Icon9kSharp.tsx | 4 +- src/Icon9kSharpFilled.tsx | 4 +- src/Icon9mpOutlined.tsx | 4 +- src/Icon9mpOutlinedFilled.tsx | 4 +- src/Icon9mpRounded.tsx | 4 +- src/Icon9mpRoundedFilled.tsx | 4 +- src/Icon9mpSharp.tsx | 4 +- src/Icon9mpSharpFilled.tsx | 4 +- src/IconAbcOutlined.tsx | 4 +- src/IconAbcOutlinedFilled.tsx | 4 +- src/IconAbcRounded.tsx | 4 +- src/IconAbcRoundedFilled.tsx | 4 +- src/IconAbcSharp.tsx | 4 +- src/IconAbcSharpFilled.tsx | 4 +- src/IconAcUnitOutlined.tsx | 4 +- src/IconAcUnitOutlinedFilled.tsx | 4 +- src/IconAcUnitRounded.tsx | 4 +- src/IconAcUnitRoundedFilled.tsx | 4 +- src/IconAcUnitSharp.tsx | 4 +- src/IconAcUnitSharpFilled.tsx | 4 +- src/IconAccessibilityNewOutlined.tsx | 6 +- src/IconAccessibilityNewOutlinedFilled.tsx | 4 +- src/IconAccessibilityNewRounded.tsx | 6 +- src/IconAccessibilityNewRoundedFilled.tsx | 4 +- src/IconAccessibilityNewSharp.tsx | 6 +- src/IconAccessibilityNewSharpFilled.tsx | 6 +- src/IconAccessibilityOutlined.tsx | 6 +- src/IconAccessibilityOutlinedFilled.tsx | 6 +- src/IconAccessibilityRounded.tsx | 4 +- src/IconAccessibilityRoundedFilled.tsx | 6 +- src/IconAccessibilitySharp.tsx | 4 +- src/IconAccessibilitySharpFilled.tsx | 6 +- src/IconAccessibleForwardOutlined.tsx | 6 +- src/IconAccessibleForwardOutlinedFilled.tsx | 4 +- src/IconAccessibleForwardRounded.tsx | 6 +- src/IconAccessibleForwardRoundedFilled.tsx | 4 +- src/IconAccessibleForwardSharp.tsx | 6 +- src/IconAccessibleForwardSharpFilled.tsx | 4 +- src/IconAccessibleOutlined.tsx | 4 +- src/IconAccessibleOutlinedFilled.tsx | 6 +- src/IconAccessibleRounded.tsx | 4 +- src/IconAccessibleRoundedFilled.tsx | 6 +- src/IconAccessibleSharp.tsx | 4 +- src/IconAccessibleSharpFilled.tsx | 6 +- src/IconAccountBalanceOutlined.tsx | 6 +- src/IconAccountBalanceOutlinedFilled.tsx | 4 +- src/IconAccountBalanceRounded.tsx | 6 +- src/IconAccountBalanceRoundedFilled.tsx | 6 +- src/IconAccountBalanceSharp.tsx | 4 +- src/IconAccountBalanceSharpFilled.tsx | 6 +- src/IconAccountBalanceWalletOutlined.tsx | 4 +- ...IconAccountBalanceWalletOutlinedFilled.tsx | 4 +- src/IconAccountBalanceWalletRounded.tsx | 6 +- src/IconAccountBalanceWalletRoundedFilled.tsx | 4 +- src/IconAccountBalanceWalletSharp.tsx | 6 +- src/IconAccountBalanceWalletSharpFilled.tsx | 4 +- src/IconAccountBoxOutlined.tsx | 4 +- src/IconAccountBoxOutlinedFilled.tsx | 6 +- src/IconAccountBoxRounded.tsx | 4 +- src/IconAccountBoxRoundedFilled.tsx | 6 +- src/IconAccountBoxSharp.tsx | 4 +- src/IconAccountBoxSharpFilled.tsx | 6 +- src/IconAccountChildInvertOutlined.tsx | 6 +- src/IconAccountChildInvertOutlinedFilled.tsx | 4 +- src/IconAccountChildInvertRounded.tsx | 6 +- src/IconAccountChildInvertRoundedFilled.tsx | 4 +- src/IconAccountChildInvertSharp.tsx | 6 +- src/IconAccountChildInvertSharpFilled.tsx | 4 +- src/IconAccountChildOutlined.tsx | 4 +- src/IconAccountChildOutlinedFilled.tsx | 6 +- src/IconAccountChildRounded.tsx | 4 +- src/IconAccountChildRoundedFilled.tsx | 6 +- src/IconAccountChildSharp.tsx | 4 +- src/IconAccountChildSharpFilled.tsx | 6 +- src/IconAccountCircleOffOutlined.tsx | 6 +- src/IconAccountCircleOffOutlinedFilled.tsx | 4 +- src/IconAccountCircleOffRounded.tsx | 6 +- src/IconAccountCircleOffRoundedFilled.tsx | 4 +- src/IconAccountCircleOffSharp.tsx | 6 +- src/IconAccountCircleOffSharpFilled.tsx | 6 +- src/IconAccountCircleOutlined.tsx | 6 +- src/IconAccountCircleOutlinedFilled.tsx | 6 +- src/IconAccountCircleRounded.tsx | 4 +- src/IconAccountCircleRoundedFilled.tsx | 6 +- src/IconAccountCircleSharp.tsx | 4 +- src/IconAccountCircleSharpFilled.tsx | 6 +- src/IconAccountTreeOutlined.tsx | 4 +- src/IconAccountTreeOutlinedFilled.tsx | 6 +- src/IconAccountTreeRounded.tsx | 4 +- src/IconAccountTreeRoundedFilled.tsx | 6 +- src/IconAccountTreeSharp.tsx | 4 +- src/IconAccountTreeSharpFilled.tsx | 6 +- src/IconActionKeyOutlined.tsx | 4 +- src/IconActionKeyOutlinedFilled.tsx | 6 +- src/IconActionKeyRounded.tsx | 4 +- src/IconActionKeyRoundedFilled.tsx | 6 +- src/IconActionKeySharp.tsx | 4 +- src/IconActionKeySharpFilled.tsx | 4 +- src/IconActivityZoneOutlined.tsx | 4 +- src/IconActivityZoneOutlinedFilled.tsx | 6 +- src/IconActivityZoneRounded.tsx | 4 +- src/IconActivityZoneRoundedFilled.tsx | 6 +- src/IconActivityZoneSharp.tsx | 4 +- src/IconActivityZoneSharpFilled.tsx | 6 +- src/IconAcuteOutlined.tsx | 4 +- src/IconAcuteOutlinedFilled.tsx | 4 +- src/IconAcuteRounded.tsx | 4 +- src/IconAcuteRoundedFilled.tsx | 4 +- src/IconAcuteSharp.tsx | 4 +- src/IconAcuteSharpFilled.tsx | 4 +- src/IconAdGroupOffOutlined.tsx | 4 +- src/IconAdGroupOffOutlinedFilled.tsx | 6 +- src/IconAdGroupOffRounded.tsx | 4 +- src/IconAdGroupOffRoundedFilled.tsx | 6 +- src/IconAdGroupOffSharp.tsx | 4 +- src/IconAdGroupOffSharpFilled.tsx | 6 +- src/IconAdGroupOutlined.tsx | 4 +- src/IconAdGroupOutlinedFilled.tsx | 6 +- src/IconAdGroupRounded.tsx | 4 +- src/IconAdGroupRoundedFilled.tsx | 4 +- src/IconAdGroupSharp.tsx | 4 +- src/IconAdGroupSharpFilled.tsx | 4 +- src/IconAdOffOutlined.tsx | 4 +- src/IconAdOffOutlinedFilled.tsx | 4 +- src/IconAdOffRounded.tsx | 4 +- src/IconAdOffRoundedFilled.tsx | 4 +- src/IconAdOffSharp.tsx | 4 +- src/IconAdOffSharpFilled.tsx | 4 +- src/IconAdOutlined.tsx | 4 +- src/IconAdOutlinedFilled.tsx | 4 +- src/IconAdRounded.tsx | 4 +- src/IconAdRoundedFilled.tsx | 4 +- src/IconAdSharp.tsx | 4 +- src/IconAdSharpFilled.tsx | 4 +- src/IconAdUnitsOutlined.tsx | 4 +- src/IconAdUnitsOutlinedFilled.tsx | 6 +- src/IconAdUnitsRounded.tsx | 4 +- src/IconAdUnitsRoundedFilled.tsx | 4 +- src/IconAdUnitsSharp.tsx | 4 +- src/IconAdUnitsSharpFilled.tsx | 4 +- src/IconAdaptiveAudioMicOffOutlined.tsx | 6 +- src/IconAdaptiveAudioMicOffOutlinedFilled.tsx | 4 +- src/IconAdaptiveAudioMicOffRounded.tsx | 6 +- src/IconAdaptiveAudioMicOffRoundedFilled.tsx | 4 +- src/IconAdaptiveAudioMicOffSharp.tsx | 6 +- src/IconAdaptiveAudioMicOffSharpFilled.tsx | 4 +- src/IconAdaptiveAudioMicOutlined.tsx | 6 +- src/IconAdaptiveAudioMicOutlinedFilled.tsx | 4 +- src/IconAdaptiveAudioMicRounded.tsx | 6 +- src/IconAdaptiveAudioMicRoundedFilled.tsx | 4 +- src/IconAdaptiveAudioMicSharp.tsx | 6 +- src/IconAdaptiveAudioMicSharpFilled.tsx | 6 +- src/IconAdbOutlined.tsx | 4 +- src/IconAdbOutlinedFilled.tsx | 4 +- src/IconAdbRounded.tsx | 4 +- src/IconAdbRoundedFilled.tsx | 4 +- src/IconAdbSharp.tsx | 4 +- src/IconAdbSharpFilled.tsx | 4 +- src/IconAdd2Outlined.tsx | 9 + src/IconAdd2OutlinedFilled.tsx | 9 + src/IconAdd2Rounded.tsx | 9 + src/IconAdd2RoundedFilled.tsx | 9 + src/IconAdd2Sharp.tsx | 9 + src/IconAdd2SharpFilled.tsx | 9 + src/IconAddAPhotoOutlined.tsx | 4 +- src/IconAddAPhotoOutlinedFilled.tsx | 6 +- src/IconAddAPhotoRounded.tsx | 4 +- src/IconAddAPhotoRoundedFilled.tsx | 6 +- src/IconAddAPhotoSharp.tsx | 4 +- src/IconAddAPhotoSharpFilled.tsx | 4 +- src/IconAddAdOutlined.tsx | 4 +- src/IconAddAdOutlinedFilled.tsx | 4 +- src/IconAddAdRounded.tsx | 4 +- src/IconAddAdRoundedFilled.tsx | 4 +- src/IconAddAdSharp.tsx | 4 +- src/IconAddAdSharpFilled.tsx | 4 +- src/IconAddAlertOutlined.tsx | 4 +- src/IconAddAlertOutlinedFilled.tsx | 6 +- src/IconAddAlertRounded.tsx | 4 +- src/IconAddAlertRoundedFilled.tsx | 6 +- src/IconAddAlertSharp.tsx | 4 +- src/IconAddAlertSharpFilled.tsx | 4 +- src/IconAddBoxOutlined.tsx | 4 +- src/IconAddBoxOutlinedFilled.tsx | 4 +- src/IconAddBoxRounded.tsx | 4 +- src/IconAddBoxRoundedFilled.tsx | 4 +- src/IconAddBoxSharp.tsx | 4 +- src/IconAddBoxSharpFilled.tsx | 4 +- src/IconAddBusinessOutlined.tsx | 4 +- src/IconAddBusinessOutlinedFilled.tsx | 6 +- src/IconAddBusinessRounded.tsx | 4 +- src/IconAddBusinessRoundedFilled.tsx | 6 +- src/IconAddBusinessSharp.tsx | 4 +- src/IconAddBusinessSharpFilled.tsx | 6 +- src/IconAddCallOutlined.tsx | 4 +- src/IconAddCallOutlinedFilled.tsx | 6 +- src/IconAddCallRounded.tsx | 4 +- src/IconAddCallRoundedFilled.tsx | 4 +- src/IconAddCallSharp.tsx | 4 +- src/IconAddCallSharpFilled.tsx | 4 +- src/IconAddCardOutlined.tsx | 4 +- src/IconAddCardOutlinedFilled.tsx | 6 +- src/IconAddCardRounded.tsx | 4 +- src/IconAddCardRoundedFilled.tsx | 4 +- src/IconAddCardSharp.tsx | 4 +- src/IconAddCardSharpFilled.tsx | 4 +- src/IconAddChartOutlined.tsx | 4 +- src/IconAddChartOutlinedFilled.tsx | 6 +- src/IconAddChartRounded.tsx | 4 +- src/IconAddChartRoundedFilled.tsx | 6 +- src/IconAddChartSharp.tsx | 4 +- src/IconAddChartSharpFilled.tsx | 4 +- src/IconAddCircleOutlined.tsx | 4 +- src/IconAddCircleOutlinedFilled.tsx | 6 +- src/IconAddCircleRounded.tsx | 4 +- src/IconAddCircleRoundedFilled.tsx | 6 +- src/IconAddCircleSharp.tsx | 4 +- src/IconAddCircleSharpFilled.tsx | 4 +- src/IconAddColumnLeftOutlined.tsx | 6 +- src/IconAddColumnLeftOutlinedFilled.tsx | 6 +- src/IconAddColumnLeftRounded.tsx | 4 +- src/IconAddColumnLeftRoundedFilled.tsx | 6 +- src/IconAddColumnLeftSharp.tsx | 4 +- src/IconAddColumnLeftSharpFilled.tsx | 6 +- src/IconAddColumnRightOutlined.tsx | 6 +- src/IconAddColumnRightOutlinedFilled.tsx | 4 +- src/IconAddColumnRightRounded.tsx | 6 +- src/IconAddColumnRightRoundedFilled.tsx | 6 +- src/IconAddColumnRightSharp.tsx | 4 +- src/IconAddColumnRightSharpFilled.tsx | 6 +- src/IconAddCommentOutlined.tsx | 4 +- src/IconAddCommentOutlinedFilled.tsx | 6 +- src/IconAddCommentRounded.tsx | 4 +- src/IconAddCommentRoundedFilled.tsx | 6 +- src/IconAddCommentSharp.tsx | 4 +- src/IconAddCommentSharpFilled.tsx | 6 +- src/IconAddDiamondOutlined.tsx | 4 +- src/IconAddDiamondOutlinedFilled.tsx | 6 +- src/IconAddDiamondRounded.tsx | 4 +- src/IconAddDiamondRoundedFilled.tsx | 6 +- src/IconAddDiamondSharp.tsx | 4 +- src/IconAddDiamondSharpFilled.tsx | 6 +- src/IconAddHomeOutlined.tsx | 4 +- src/IconAddHomeOutlinedFilled.tsx | 6 +- src/IconAddHomeRounded.tsx | 4 +- src/IconAddHomeRoundedFilled.tsx | 4 +- src/IconAddHomeSharp.tsx | 4 +- src/IconAddHomeSharpFilled.tsx | 4 +- src/IconAddHomeWorkOutlined.tsx | 4 +- src/IconAddHomeWorkOutlinedFilled.tsx | 6 +- src/IconAddHomeWorkRounded.tsx | 4 +- src/IconAddHomeWorkRoundedFilled.tsx | 6 +- src/IconAddHomeWorkSharp.tsx | 4 +- src/IconAddHomeWorkSharpFilled.tsx | 6 +- src/IconAddLinkOutlined.tsx | 4 +- src/IconAddLinkOutlinedFilled.tsx | 6 +- src/IconAddLinkRounded.tsx | 4 +- src/IconAddLinkRoundedFilled.tsx | 4 +- src/IconAddLinkSharp.tsx | 4 +- src/IconAddLinkSharpFilled.tsx | 4 +- src/IconAddLocationAltOutlined.tsx | 6 +- src/IconAddLocationAltOutlinedFilled.tsx | 4 +- src/IconAddLocationAltRounded.tsx | 6 +- src/IconAddLocationAltRoundedFilled.tsx | 6 +- src/IconAddLocationAltSharp.tsx | 4 +- src/IconAddLocationAltSharpFilled.tsx | 6 +- src/IconAddLocationOutlined.tsx | 4 +- src/IconAddLocationOutlinedFilled.tsx | 6 +- src/IconAddLocationRounded.tsx | 4 +- src/IconAddLocationRoundedFilled.tsx | 6 +- src/IconAddLocationSharp.tsx | 4 +- src/IconAddLocationSharpFilled.tsx | 6 +- src/IconAddModeratorOutlined.tsx | 4 +- src/IconAddModeratorOutlinedFilled.tsx | 6 +- src/IconAddModeratorRounded.tsx | 4 +- src/IconAddModeratorRoundedFilled.tsx | 6 +- src/IconAddModeratorSharp.tsx | 4 +- src/IconAddModeratorSharpFilled.tsx | 6 +- src/IconAddNotesOutlined.tsx | 4 +- src/IconAddNotesOutlinedFilled.tsx | 6 +- src/IconAddNotesRounded.tsx | 4 +- src/IconAddNotesRoundedFilled.tsx | 6 +- src/IconAddNotesSharp.tsx | 4 +- src/IconAddNotesSharpFilled.tsx | 4 +- src/IconAddOutlined.tsx | 4 +- src/IconAddOutlinedFilled.tsx | 4 +- src/IconAddPhotoAlternateOutlined.tsx | 6 +- src/IconAddPhotoAlternateOutlinedFilled.tsx | 4 +- src/IconAddPhotoAlternateRounded.tsx | 6 +- src/IconAddPhotoAlternateRoundedFilled.tsx | 4 +- src/IconAddPhotoAlternateSharp.tsx | 6 +- src/IconAddPhotoAlternateSharpFilled.tsx | 4 +- src/IconAddReactionOutlined.tsx | 4 +- src/IconAddReactionOutlinedFilled.tsx | 6 +- src/IconAddReactionRounded.tsx | 4 +- src/IconAddReactionRoundedFilled.tsx | 6 +- src/IconAddReactionSharp.tsx | 4 +- src/IconAddReactionSharpFilled.tsx | 6 +- src/IconAddRoadOutlined.tsx | 4 +- src/IconAddRoadOutlinedFilled.tsx | 6 +- src/IconAddRoadRounded.tsx | 4 +- src/IconAddRoadRoundedFilled.tsx | 4 +- src/IconAddRoadSharp.tsx | 4 +- src/IconAddRoadSharpFilled.tsx | 4 +- src/IconAddRounded.tsx | 4 +- src/IconAddRoundedFilled.tsx | 4 +- src/IconAddRowAboveOutlined.tsx | 4 +- src/IconAddRowAboveOutlinedFilled.tsx | 6 +- src/IconAddRowAboveRounded.tsx | 4 +- src/IconAddRowAboveRoundedFilled.tsx | 6 +- src/IconAddRowAboveSharp.tsx | 4 +- src/IconAddRowAboveSharpFilled.tsx | 6 +- src/IconAddRowBelowOutlined.tsx | 4 +- src/IconAddRowBelowOutlinedFilled.tsx | 6 +- src/IconAddRowBelowRounded.tsx | 4 +- src/IconAddRowBelowRoundedFilled.tsx | 6 +- src/IconAddRowBelowSharp.tsx | 4 +- src/IconAddRowBelowSharpFilled.tsx | 6 +- src/IconAddSharp.tsx | 4 +- src/IconAddSharpFilled.tsx | 4 +- src/IconAddShoppingCartOutlined.tsx | 6 +- src/IconAddShoppingCartOutlinedFilled.tsx | 4 +- src/IconAddShoppingCartRounded.tsx | 6 +- src/IconAddShoppingCartRoundedFilled.tsx | 4 +- src/IconAddShoppingCartSharp.tsx | 4 +- src/IconAddShoppingCartSharpFilled.tsx | 6 +- src/IconAddTaskOutlined.tsx | 4 +- src/IconAddTaskOutlinedFilled.tsx | 6 +- src/IconAddTaskRounded.tsx | 4 +- src/IconAddTaskRoundedFilled.tsx | 4 +- src/IconAddTaskSharp.tsx | 4 +- src/IconAddTaskSharpFilled.tsx | 4 +- src/IconAddToDriveOutlined.tsx | 4 +- src/IconAddToDriveOutlinedFilled.tsx | 6 +- src/IconAddToDriveRounded.tsx | 4 +- src/IconAddToDriveRoundedFilled.tsx | 6 +- src/IconAddToDriveSharp.tsx | 4 +- src/IconAddToDriveSharpFilled.tsx | 6 +- src/IconAddToHomeScreenOutlined.tsx | 6 +- src/IconAddToHomeScreenOutlinedFilled.tsx | 4 +- src/IconAddToHomeScreenRounded.tsx | 6 +- src/IconAddToHomeScreenRoundedFilled.tsx | 4 +- src/IconAddToHomeScreenSharp.tsx | 4 +- src/IconAddToHomeScreenSharpFilled.tsx | 6 +- src/IconAddToPhotosOutlined.tsx | 4 +- src/IconAddToPhotosOutlinedFilled.tsx | 6 +- src/IconAddToPhotosRounded.tsx | 4 +- src/IconAddToPhotosRoundedFilled.tsx | 6 +- src/IconAddToPhotosSharp.tsx | 4 +- src/IconAddToPhotosSharpFilled.tsx | 6 +- src/IconAddToQueueOutlined.tsx | 4 +- src/IconAddToQueueOutlinedFilled.tsx | 6 +- src/IconAddToQueueRounded.tsx | 4 +- src/IconAddToQueueRoundedFilled.tsx | 6 +- src/IconAddToQueueSharp.tsx | 4 +- src/IconAddToQueueSharpFilled.tsx | 6 +- src/IconAddTriangleOutlined.tsx | 4 +- src/IconAddTriangleOutlinedFilled.tsx | 6 +- src/IconAddTriangleRounded.tsx | 4 +- src/IconAddTriangleRoundedFilled.tsx | 6 +- src/IconAddTriangleSharp.tsx | 4 +- src/IconAddTriangleSharpFilled.tsx | 6 +- src/IconAdfScannerOutlined.tsx | 4 +- src/IconAdfScannerOutlinedFilled.tsx | 6 +- src/IconAdfScannerRounded.tsx | 4 +- src/IconAdfScannerRoundedFilled.tsx | 6 +- src/IconAdfScannerSharp.tsx | 4 +- src/IconAdfScannerSharpFilled.tsx | 6 +- src/IconAdjustOutlined.tsx | 4 +- src/IconAdjustOutlinedFilled.tsx | 4 +- src/IconAdjustRounded.tsx | 4 +- src/IconAdjustRoundedFilled.tsx | 4 +- src/IconAdjustSharp.tsx | 4 +- src/IconAdjustSharpFilled.tsx | 4 +- src/IconAdminMedsOutlined.tsx | 4 +- src/IconAdminMedsOutlinedFilled.tsx | 6 +- src/IconAdminMedsRounded.tsx | 4 +- src/IconAdminMedsRoundedFilled.tsx | 6 +- src/IconAdminMedsSharp.tsx | 4 +- src/IconAdminMedsSharpFilled.tsx | 4 +- src/IconAdminPanelSettingsOutlined.tsx | 6 +- src/IconAdminPanelSettingsOutlinedFilled.tsx | 4 +- src/IconAdminPanelSettingsRounded.tsx | 6 +- src/IconAdminPanelSettingsRoundedFilled.tsx | 4 +- src/IconAdminPanelSettingsSharp.tsx | 6 +- src/IconAdminPanelSettingsSharpFilled.tsx | 4 +- src/IconAdsClickOutlined.tsx | 4 +- src/IconAdsClickOutlinedFilled.tsx | 6 +- src/IconAdsClickRounded.tsx | 4 +- src/IconAdsClickRoundedFilled.tsx | 6 +- src/IconAdsClickSharp.tsx | 4 +- src/IconAdsClickSharpFilled.tsx | 4 +- src/IconAgenderOutlined.tsx | 4 +- src/IconAgenderOutlinedFilled.tsx | 6 +- src/IconAgenderRounded.tsx | 4 +- src/IconAgenderRoundedFilled.tsx | 4 +- src/IconAgenderSharp.tsx | 4 +- src/IconAgenderSharpFilled.tsx | 4 +- src/IconAgricultureOutlined.tsx | 4 +- src/IconAgricultureOutlinedFilled.tsx | 6 +- src/IconAgricultureRounded.tsx | 4 +- src/IconAgricultureRoundedFilled.tsx | 6 +- src/IconAgricultureSharp.tsx | 4 +- src/IconAgricultureSharpFilled.tsx | 6 +- src/IconAirFreshenerOutlined.tsx | 4 +- src/IconAirFreshenerOutlinedFilled.tsx | 6 +- src/IconAirFreshenerRounded.tsx | 4 +- src/IconAirFreshenerRoundedFilled.tsx | 6 +- src/IconAirFreshenerSharp.tsx | 4 +- src/IconAirFreshenerSharpFilled.tsx | 6 +- src/IconAirOutlined.tsx | 4 +- src/IconAirOutlinedFilled.tsx | 4 +- src/IconAirPurifierGenOutlined.tsx | 6 +- src/IconAirPurifierGenOutlinedFilled.tsx | 4 +- src/IconAirPurifierGenRounded.tsx | 6 +- src/IconAirPurifierGenRoundedFilled.tsx | 6 +- src/IconAirPurifierGenSharp.tsx | 4 +- src/IconAirPurifierGenSharpFilled.tsx | 6 +- src/IconAirPurifierOutlined.tsx | 4 +- src/IconAirPurifierOutlinedFilled.tsx | 6 +- src/IconAirPurifierRounded.tsx | 4 +- src/IconAirPurifierRoundedFilled.tsx | 6 +- src/IconAirPurifierSharp.tsx | 4 +- src/IconAirPurifierSharpFilled.tsx | 6 +- src/IconAirRounded.tsx | 4 +- src/IconAirRoundedFilled.tsx | 4 +- src/IconAirSharp.tsx | 4 +- src/IconAirSharpFilled.tsx | 4 +- src/IconAirlineSeatFlatAngledOutlined.tsx | 4 +- ...conAirlineSeatFlatAngledOutlinedFilled.tsx | 4 +- src/IconAirlineSeatFlatAngledRounded.tsx | 4 +- ...IconAirlineSeatFlatAngledRoundedFilled.tsx | 4 +- src/IconAirlineSeatFlatAngledSharp.tsx | 6 +- src/IconAirlineSeatFlatAngledSharpFilled.tsx | 4 +- src/IconAirlineSeatFlatOutlined.tsx | 6 +- src/IconAirlineSeatFlatOutlinedFilled.tsx | 4 +- src/IconAirlineSeatFlatRounded.tsx | 6 +- src/IconAirlineSeatFlatRoundedFilled.tsx | 4 +- src/IconAirlineSeatFlatSharp.tsx | 4 +- src/IconAirlineSeatFlatSharpFilled.tsx | 6 +- ...IconAirlineSeatIndividualSuiteOutlined.tsx | 4 +- ...rlineSeatIndividualSuiteOutlinedFilled.tsx | 8 +- src/IconAirlineSeatIndividualSuiteRounded.tsx | 4 +- ...irlineSeatIndividualSuiteRoundedFilled.tsx | 8 +- src/IconAirlineSeatIndividualSuiteSharp.tsx | 4 +- ...nAirlineSeatIndividualSuiteSharpFilled.tsx | 4 +- src/IconAirlineSeatLegroomExtraOutlined.tsx | 4 +- ...nAirlineSeatLegroomExtraOutlinedFilled.tsx | 4 +- src/IconAirlineSeatLegroomExtraRounded.tsx | 4 +- ...onAirlineSeatLegroomExtraRoundedFilled.tsx | 4 +- src/IconAirlineSeatLegroomExtraSharp.tsx | 4 +- ...IconAirlineSeatLegroomExtraSharpFilled.tsx | 4 +- src/IconAirlineSeatLegroomNormalOutlined.tsx | 4 +- ...AirlineSeatLegroomNormalOutlinedFilled.tsx | 8 +- src/IconAirlineSeatLegroomNormalRounded.tsx | 4 +- ...nAirlineSeatLegroomNormalRoundedFilled.tsx | 4 +- src/IconAirlineSeatLegroomNormalSharp.tsx | 4 +- ...conAirlineSeatLegroomNormalSharpFilled.tsx | 4 +- src/IconAirlineSeatLegroomReducedOutlined.tsx | 4 +- ...irlineSeatLegroomReducedOutlinedFilled.tsx | 8 +- src/IconAirlineSeatLegroomReducedRounded.tsx | 4 +- ...AirlineSeatLegroomReducedRoundedFilled.tsx | 8 +- src/IconAirlineSeatLegroomReducedSharp.tsx | 4 +- ...onAirlineSeatLegroomReducedSharpFilled.tsx | 4 +- src/IconAirlineSeatReclineExtraOutlined.tsx | 4 +- ...nAirlineSeatReclineExtraOutlinedFilled.tsx | 4 +- src/IconAirlineSeatReclineExtraRounded.tsx | 4 +- ...onAirlineSeatReclineExtraRoundedFilled.tsx | 4 +- src/IconAirlineSeatReclineExtraSharp.tsx | 4 +- ...IconAirlineSeatReclineExtraSharpFilled.tsx | 4 +- src/IconAirlineSeatReclineNormalOutlined.tsx | 4 +- ...AirlineSeatReclineNormalOutlinedFilled.tsx | 8 +- src/IconAirlineSeatReclineNormalRounded.tsx | 4 +- ...nAirlineSeatReclineNormalRoundedFilled.tsx | 4 +- src/IconAirlineSeatReclineNormalSharp.tsx | 4 +- ...conAirlineSeatReclineNormalSharpFilled.tsx | 4 +- src/IconAirlineStopsOutlined.tsx | 4 +- src/IconAirlineStopsOutlinedFilled.tsx | 6 +- src/IconAirlineStopsRounded.tsx | 4 +- src/IconAirlineStopsRoundedFilled.tsx | 6 +- src/IconAirlineStopsSharp.tsx | 4 +- src/IconAirlineStopsSharpFilled.tsx | 6 +- src/IconAirlinesOutlined.tsx | 4 +- src/IconAirlinesOutlinedFilled.tsx | 6 +- src/IconAirlinesRounded.tsx | 4 +- src/IconAirlinesRoundedFilled.tsx | 6 +- src/IconAirlinesSharp.tsx | 4 +- src/IconAirlinesSharpFilled.tsx | 4 +- src/IconAirplaneTicketOutlined.tsx | 6 +- src/IconAirplaneTicketOutlinedFilled.tsx | 4 +- src/IconAirplaneTicketRounded.tsx | 6 +- src/IconAirplaneTicketRoundedFilled.tsx | 6 +- src/IconAirplaneTicketSharp.tsx | 4 +- src/IconAirplaneTicketSharpFilled.tsx | 6 +- src/IconAirplanemodeInactiveOutlined.tsx | 4 +- ...IconAirplanemodeInactiveOutlinedFilled.tsx | 4 +- src/IconAirplanemodeInactiveRounded.tsx | 6 +- src/IconAirplanemodeInactiveRoundedFilled.tsx | 4 +- src/IconAirplanemodeInactiveSharp.tsx | 6 +- src/IconAirplanemodeInactiveSharpFilled.tsx | 4 +- src/IconAirplayOutlined.tsx | 4 +- src/IconAirplayOutlinedFilled.tsx | 6 +- src/IconAirplayRounded.tsx | 4 +- src/IconAirplayRoundedFilled.tsx | 4 +- src/IconAirplaySharp.tsx | 4 +- src/IconAirplaySharpFilled.tsx | 4 +- src/IconAirportShuttleOutlined.tsx | 6 +- src/IconAirportShuttleOutlinedFilled.tsx | 4 +- src/IconAirportShuttleRounded.tsx | 6 +- src/IconAirportShuttleRoundedFilled.tsx | 6 +- src/IconAirportShuttleSharp.tsx | 4 +- src/IconAirportShuttleSharpFilled.tsx | 6 +- src/IconAirwareOutlined.tsx | 4 +- src/IconAirwareOutlinedFilled.tsx | 6 +- src/IconAirwareRounded.tsx | 4 +- src/IconAirwareRoundedFilled.tsx | 4 +- src/IconAirwareSharp.tsx | 4 +- src/IconAirwareSharpFilled.tsx | 4 +- src/IconAirwaveOutlined.tsx | 4 +- src/IconAirwaveOutlinedFilled.tsx | 6 +- src/IconAirwaveRounded.tsx | 4 +- src/IconAirwaveRoundedFilled.tsx | 4 +- src/IconAirwaveSharp.tsx | 4 +- src/IconAirwaveSharpFilled.tsx | 4 +- src/IconAlarmAddOutlined.tsx | 4 +- src/IconAlarmAddOutlinedFilled.tsx | 6 +- src/IconAlarmAddRounded.tsx | 4 +- src/IconAlarmAddRoundedFilled.tsx | 6 +- src/IconAlarmAddSharp.tsx | 4 +- src/IconAlarmAddSharpFilled.tsx | 4 +- src/IconAlarmOffOutlined.tsx | 4 +- src/IconAlarmOffOutlinedFilled.tsx | 6 +- src/IconAlarmOffRounded.tsx | 4 +- src/IconAlarmOffRoundedFilled.tsx | 6 +- src/IconAlarmOffSharp.tsx | 4 +- src/IconAlarmOffSharpFilled.tsx | 4 +- src/IconAlarmOnOutlined.tsx | 4 +- src/IconAlarmOnOutlinedFilled.tsx | 6 +- src/IconAlarmOnRounded.tsx | 4 +- src/IconAlarmOnRoundedFilled.tsx | 4 +- src/IconAlarmOnSharp.tsx | 4 +- src/IconAlarmOnSharpFilled.tsx | 4 +- src/IconAlarmOutlined.tsx | 4 +- src/IconAlarmOutlinedFilled.tsx | 4 +- src/IconAlarmRounded.tsx | 4 +- src/IconAlarmRoundedFilled.tsx | 4 +- src/IconAlarmSharp.tsx | 4 +- src/IconAlarmSharpFilled.tsx | 4 +- src/IconAlarmSmartWakeOutlined.tsx | 6 +- src/IconAlarmSmartWakeOutlinedFilled.tsx | 4 +- src/IconAlarmSmartWakeRounded.tsx | 6 +- src/IconAlarmSmartWakeRoundedFilled.tsx | 6 +- src/IconAlarmSmartWakeSharp.tsx | 4 +- src/IconAlarmSmartWakeSharpFilled.tsx | 6 +- src/IconAlbumOutlined.tsx | 4 +- src/IconAlbumOutlinedFilled.tsx | 4 +- src/IconAlbumRounded.tsx | 4 +- src/IconAlbumRoundedFilled.tsx | 4 +- src/IconAlbumSharp.tsx | 4 +- src/IconAlbumSharpFilled.tsx | 4 +- src/IconAlignCenterOutlined.tsx | 4 +- src/IconAlignCenterOutlinedFilled.tsx | 6 +- src/IconAlignCenterRounded.tsx | 4 +- src/IconAlignCenterRoundedFilled.tsx | 6 +- src/IconAlignCenterSharp.tsx | 4 +- src/IconAlignCenterSharpFilled.tsx | 6 +- src/IconAlignEndOutlined.tsx | 4 +- src/IconAlignEndOutlinedFilled.tsx | 6 +- src/IconAlignEndRounded.tsx | 4 +- src/IconAlignEndRoundedFilled.tsx | 6 +- src/IconAlignEndSharp.tsx | 4 +- src/IconAlignEndSharpFilled.tsx | 4 +- src/IconAlignFlexCenterOutlined.tsx | 6 +- src/IconAlignFlexCenterOutlinedFilled.tsx | 4 +- src/IconAlignFlexCenterRounded.tsx | 6 +- src/IconAlignFlexCenterRoundedFilled.tsx | 4 +- src/IconAlignFlexCenterSharp.tsx | 4 +- src/IconAlignFlexCenterSharpFilled.tsx | 6 +- src/IconAlignFlexEndOutlined.tsx | 4 +- src/IconAlignFlexEndOutlinedFilled.tsx | 6 +- src/IconAlignFlexEndRounded.tsx | 4 +- src/IconAlignFlexEndRoundedFilled.tsx | 6 +- src/IconAlignFlexEndSharp.tsx | 4 +- src/IconAlignFlexEndSharpFilled.tsx | 6 +- src/IconAlignFlexStartOutlined.tsx | 6 +- src/IconAlignFlexStartOutlinedFilled.tsx | 4 +- src/IconAlignFlexStartRounded.tsx | 6 +- src/IconAlignFlexStartRoundedFilled.tsx | 6 +- src/IconAlignFlexStartSharp.tsx | 4 +- src/IconAlignFlexStartSharpFilled.tsx | 6 +- src/IconAlignHorizontalCenterOutlined.tsx | 4 +- ...conAlignHorizontalCenterOutlinedFilled.tsx | 4 +- src/IconAlignHorizontalCenterRounded.tsx | 4 +- ...IconAlignHorizontalCenterRoundedFilled.tsx | 4 +- src/IconAlignHorizontalCenterSharp.tsx | 6 +- src/IconAlignHorizontalCenterSharpFilled.tsx | 4 +- src/IconAlignHorizontalLeftOutlined.tsx | 6 +- src/IconAlignHorizontalLeftOutlinedFilled.tsx | 4 +- src/IconAlignHorizontalLeftRounded.tsx | 6 +- src/IconAlignHorizontalLeftRoundedFilled.tsx | 4 +- src/IconAlignHorizontalLeftSharp.tsx | 6 +- src/IconAlignHorizontalLeftSharpFilled.tsx | 4 +- src/IconAlignHorizontalRightOutlined.tsx | 4 +- ...IconAlignHorizontalRightOutlinedFilled.tsx | 4 +- src/IconAlignHorizontalRightRounded.tsx | 6 +- src/IconAlignHorizontalRightRoundedFilled.tsx | 4 +- src/IconAlignHorizontalRightSharp.tsx | 6 +- src/IconAlignHorizontalRightSharpFilled.tsx | 4 +- src/IconAlignItemsStretchOutlined.tsx | 6 +- src/IconAlignItemsStretchOutlinedFilled.tsx | 4 +- src/IconAlignItemsStretchRounded.tsx | 6 +- src/IconAlignItemsStretchRoundedFilled.tsx | 4 +- src/IconAlignItemsStretchSharp.tsx | 6 +- src/IconAlignItemsStretchSharpFilled.tsx | 4 +- src/IconAlignJustifyCenterOutlined.tsx | 6 +- src/IconAlignJustifyCenterOutlinedFilled.tsx | 4 +- src/IconAlignJustifyCenterRounded.tsx | 6 +- src/IconAlignJustifyCenterRoundedFilled.tsx | 4 +- src/IconAlignJustifyCenterSharp.tsx | 6 +- src/IconAlignJustifyCenterSharpFilled.tsx | 4 +- src/IconAlignJustifyFlexEndOutlined.tsx | 6 +- src/IconAlignJustifyFlexEndOutlinedFilled.tsx | 4 +- src/IconAlignJustifyFlexEndRounded.tsx | 6 +- src/IconAlignJustifyFlexEndRoundedFilled.tsx | 4 +- src/IconAlignJustifyFlexEndSharp.tsx | 6 +- src/IconAlignJustifyFlexEndSharpFilled.tsx | 4 +- src/IconAlignJustifyFlexStartOutlined.tsx | 4 +- ...conAlignJustifyFlexStartOutlinedFilled.tsx | 4 +- src/IconAlignJustifyFlexStartRounded.tsx | 4 +- ...IconAlignJustifyFlexStartRoundedFilled.tsx | 4 +- src/IconAlignJustifyFlexStartSharp.tsx | 6 +- src/IconAlignJustifyFlexStartSharpFilled.tsx | 4 +- src/IconAlignJustifySpaceAroundOutlined.tsx | 4 +- ...nAlignJustifySpaceAroundOutlinedFilled.tsx | 4 +- src/IconAlignJustifySpaceAroundRounded.tsx | 4 +- ...onAlignJustifySpaceAroundRoundedFilled.tsx | 4 +- src/IconAlignJustifySpaceAroundSharp.tsx | 4 +- ...IconAlignJustifySpaceAroundSharpFilled.tsx | 4 +- src/IconAlignJustifySpaceBetweenOutlined.tsx | 4 +- ...AlignJustifySpaceBetweenOutlinedFilled.tsx | 8 +- src/IconAlignJustifySpaceBetweenRounded.tsx | 4 +- ...nAlignJustifySpaceBetweenRoundedFilled.tsx | 4 +- src/IconAlignJustifySpaceBetweenSharp.tsx | 4 +- ...conAlignJustifySpaceBetweenSharpFilled.tsx | 4 +- src/IconAlignJustifySpaceEvenOutlined.tsx | 4 +- ...conAlignJustifySpaceEvenOutlinedFilled.tsx | 4 +- src/IconAlignJustifySpaceEvenRounded.tsx | 4 +- ...IconAlignJustifySpaceEvenRoundedFilled.tsx | 4 +- src/IconAlignJustifySpaceEvenSharp.tsx | 6 +- src/IconAlignJustifySpaceEvenSharpFilled.tsx | 4 +- src/IconAlignJustifyStretchOutlined.tsx | 6 +- src/IconAlignJustifyStretchOutlinedFilled.tsx | 4 +- src/IconAlignJustifyStretchRounded.tsx | 6 +- src/IconAlignJustifyStretchRoundedFilled.tsx | 4 +- src/IconAlignJustifyStretchSharp.tsx | 6 +- src/IconAlignJustifyStretchSharpFilled.tsx | 4 +- src/IconAlignSelfStretchOutlined.tsx | 6 +- src/IconAlignSelfStretchOutlinedFilled.tsx | 4 +- src/IconAlignSelfStretchRounded.tsx | 6 +- src/IconAlignSelfStretchRoundedFilled.tsx | 4 +- src/IconAlignSelfStretchSharp.tsx | 6 +- src/IconAlignSelfStretchSharpFilled.tsx | 6 +- src/IconAlignSpaceAroundOutlined.tsx | 6 +- src/IconAlignSpaceAroundOutlinedFilled.tsx | 4 +- src/IconAlignSpaceAroundRounded.tsx | 6 +- src/IconAlignSpaceAroundRoundedFilled.tsx | 4 +- src/IconAlignSpaceAroundSharp.tsx | 6 +- src/IconAlignSpaceAroundSharpFilled.tsx | 6 +- src/IconAlignSpaceBetweenOutlined.tsx | 6 +- src/IconAlignSpaceBetweenOutlinedFilled.tsx | 4 +- src/IconAlignSpaceBetweenRounded.tsx | 6 +- src/IconAlignSpaceBetweenRoundedFilled.tsx | 4 +- src/IconAlignSpaceBetweenSharp.tsx | 6 +- src/IconAlignSpaceBetweenSharpFilled.tsx | 4 +- src/IconAlignSpaceEvenOutlined.tsx | 6 +- src/IconAlignSpaceEvenOutlinedFilled.tsx | 4 +- src/IconAlignSpaceEvenRounded.tsx | 6 +- src/IconAlignSpaceEvenRoundedFilled.tsx | 6 +- src/IconAlignSpaceEvenSharp.tsx | 4 +- src/IconAlignSpaceEvenSharpFilled.tsx | 6 +- src/IconAlignStartOutlined.tsx | 4 +- src/IconAlignStartOutlinedFilled.tsx | 6 +- src/IconAlignStartRounded.tsx | 4 +- src/IconAlignStartRoundedFilled.tsx | 6 +- src/IconAlignStartSharp.tsx | 4 +- src/IconAlignStartSharpFilled.tsx | 6 +- src/IconAlignStretchOutlined.tsx | 4 +- src/IconAlignStretchOutlinedFilled.tsx | 6 +- src/IconAlignStretchRounded.tsx | 4 +- src/IconAlignStretchRoundedFilled.tsx | 6 +- src/IconAlignStretchSharp.tsx | 4 +- src/IconAlignStretchSharpFilled.tsx | 6 +- src/IconAlignVerticalBottomOutlined.tsx | 6 +- src/IconAlignVerticalBottomOutlinedFilled.tsx | 4 +- src/IconAlignVerticalBottomRounded.tsx | 6 +- src/IconAlignVerticalBottomRoundedFilled.tsx | 4 +- src/IconAlignVerticalBottomSharp.tsx | 6 +- src/IconAlignVerticalBottomSharpFilled.tsx | 4 +- src/IconAlignVerticalCenterOutlined.tsx | 6 +- src/IconAlignVerticalCenterOutlinedFilled.tsx | 4 +- src/IconAlignVerticalCenterRounded.tsx | 6 +- src/IconAlignVerticalCenterRoundedFilled.tsx | 4 +- src/IconAlignVerticalCenterSharp.tsx | 6 +- src/IconAlignVerticalCenterSharpFilled.tsx | 4 +- src/IconAlignVerticalTopOutlined.tsx | 6 +- src/IconAlignVerticalTopOutlinedFilled.tsx | 4 +- src/IconAlignVerticalTopRounded.tsx | 6 +- src/IconAlignVerticalTopRoundedFilled.tsx | 4 +- src/IconAlignVerticalTopSharp.tsx | 6 +- src/IconAlignVerticalTopSharpFilled.tsx | 6 +- src/IconAllInboxOutlined.tsx | 4 +- src/IconAllInboxOutlinedFilled.tsx | 6 +- src/IconAllInboxRounded.tsx | 4 +- src/IconAllInboxRoundedFilled.tsx | 6 +- src/IconAllInboxSharp.tsx | 4 +- src/IconAllInboxSharpFilled.tsx | 4 +- src/IconAllInclusiveOutlined.tsx | 4 +- src/IconAllInclusiveOutlinedFilled.tsx | 6 +- src/IconAllInclusiveRounded.tsx | 4 +- src/IconAllInclusiveRoundedFilled.tsx | 6 +- src/IconAllInclusiveSharp.tsx | 4 +- src/IconAllInclusiveSharpFilled.tsx | 6 +- src/IconAllMatchOutlined.tsx | 4 +- src/IconAllMatchOutlinedFilled.tsx | 6 +- src/IconAllMatchRounded.tsx | 4 +- src/IconAllMatchRoundedFilled.tsx | 6 +- src/IconAllMatchSharp.tsx | 4 +- src/IconAllMatchSharpFilled.tsx | 4 +- src/IconAllOutOutlined.tsx | 4 +- src/IconAllOutOutlinedFilled.tsx | 4 +- src/IconAllOutRounded.tsx | 4 +- src/IconAllOutRoundedFilled.tsx | 4 +- src/IconAllOutSharp.tsx | 4 +- src/IconAllOutSharpFilled.tsx | 4 +- src/IconAllergiesOutlined.tsx | 4 +- src/IconAllergiesOutlinedFilled.tsx | 6 +- src/IconAllergiesRounded.tsx | 4 +- src/IconAllergiesRoundedFilled.tsx | 6 +- src/IconAllergiesSharp.tsx | 4 +- src/IconAllergiesSharpFilled.tsx | 4 +- src/IconAllergyOutlined.tsx | 4 +- src/IconAllergyOutlinedFilled.tsx | 6 +- src/IconAllergyRounded.tsx | 4 +- src/IconAllergyRoundedFilled.tsx | 4 +- src/IconAllergySharp.tsx | 4 +- src/IconAllergySharpFilled.tsx | 4 +- src/IconAltRouteOutlined.tsx | 4 +- src/IconAltRouteOutlinedFilled.tsx | 6 +- src/IconAltRouteRounded.tsx | 4 +- src/IconAltRouteRoundedFilled.tsx | 6 +- src/IconAltRouteSharp.tsx | 4 +- src/IconAltRouteSharpFilled.tsx | 4 +- src/IconAlternateEmailOutlined.tsx | 6 +- src/IconAlternateEmailOutlinedFilled.tsx | 4 +- src/IconAlternateEmailRounded.tsx | 6 +- src/IconAlternateEmailRoundedFilled.tsx | 6 +- src/IconAlternateEmailSharp.tsx | 4 +- src/IconAlternateEmailSharpFilled.tsx | 6 +- src/IconAltitudeOutlined.tsx | 4 +- src/IconAltitudeOutlinedFilled.tsx | 6 +- src/IconAltitudeRounded.tsx | 4 +- src/IconAltitudeRoundedFilled.tsx | 6 +- src/IconAltitudeSharp.tsx | 4 +- src/IconAltitudeSharpFilled.tsx | 4 +- src/IconAmbulanceOutlined.tsx | 4 +- src/IconAmbulanceOutlinedFilled.tsx | 6 +- src/IconAmbulanceRounded.tsx | 4 +- src/IconAmbulanceRoundedFilled.tsx | 6 +- src/IconAmbulanceSharp.tsx | 4 +- src/IconAmbulanceSharpFilled.tsx | 4 +- src/IconAmendOutlined.tsx | 4 +- src/IconAmendOutlinedFilled.tsx | 4 +- src/IconAmendRounded.tsx | 4 +- src/IconAmendRoundedFilled.tsx | 4 +- src/IconAmendSharp.tsx | 4 +- src/IconAmendSharpFilled.tsx | 4 +- src/IconAmpStoriesOutlined.tsx | 4 +- src/IconAmpStoriesOutlinedFilled.tsx | 6 +- src/IconAmpStoriesRounded.tsx | 4 +- src/IconAmpStoriesRoundedFilled.tsx | 6 +- src/IconAmpStoriesSharp.tsx | 4 +- src/IconAmpStoriesSharpFilled.tsx | 6 +- src/IconAnalyticsOutlined.tsx | 4 +- src/IconAnalyticsOutlinedFilled.tsx | 6 +- src/IconAnalyticsRounded.tsx | 4 +- src/IconAnalyticsRoundedFilled.tsx | 6 +- src/IconAnalyticsSharp.tsx | 4 +- src/IconAnalyticsSharpFilled.tsx | 4 +- src/IconAnchorOutlined.tsx | 4 +- src/IconAnchorOutlinedFilled.tsx | 4 +- src/IconAnchorRounded.tsx | 4 +- src/IconAnchorRoundedFilled.tsx | 4 +- src/IconAnchorSharp.tsx | 4 +- src/IconAnchorSharpFilled.tsx | 4 +- src/IconAndroidOutlined.tsx | 4 +- src/IconAndroidOutlinedFilled.tsx | 6 +- src/IconAndroidRounded.tsx | 4 +- src/IconAndroidRoundedFilled.tsx | 4 +- src/IconAndroidSharp.tsx | 4 +- src/IconAndroidSharpFilled.tsx | 4 +- src/IconAnimatedImagesOutlined.tsx | 6 +- src/IconAnimatedImagesOutlinedFilled.tsx | 4 +- src/IconAnimatedImagesRounded.tsx | 6 +- src/IconAnimatedImagesRoundedFilled.tsx | 6 +- src/IconAnimatedImagesSharp.tsx | 4 +- src/IconAnimatedImagesSharpFilled.tsx | 6 +- src/IconAnimationOutlined.tsx | 4 +- src/IconAnimationOutlinedFilled.tsx | 6 +- src/IconAnimationRounded.tsx | 4 +- src/IconAnimationRoundedFilled.tsx | 6 +- src/IconAnimationSharp.tsx | 4 +- src/IconAnimationSharpFilled.tsx | 4 +- src/IconAodOutlined.tsx | 4 +- src/IconAodOutlinedFilled.tsx | 4 +- src/IconAodRounded.tsx | 4 +- src/IconAodRoundedFilled.tsx | 4 +- src/IconAodSharp.tsx | 4 +- src/IconAodSharpFilled.tsx | 4 +- src/IconAodTabletOutlined.tsx | 4 +- src/IconAodTabletOutlinedFilled.tsx | 6 +- src/IconAodTabletRounded.tsx | 4 +- src/IconAodTabletRoundedFilled.tsx | 6 +- src/IconAodTabletSharp.tsx | 4 +- src/IconAodTabletSharpFilled.tsx | 4 +- src/IconAodWatchOutlined.tsx | 4 +- src/IconAodWatchOutlinedFilled.tsx | 6 +- src/IconAodWatchRounded.tsx | 4 +- src/IconAodWatchRoundedFilled.tsx | 6 +- src/IconAodWatchSharp.tsx | 4 +- src/IconAodWatchSharpFilled.tsx | 4 +- src/IconApartmentOutlined.tsx | 4 +- src/IconApartmentOutlinedFilled.tsx | 6 +- src/IconApartmentRounded.tsx | 4 +- src/IconApartmentRoundedFilled.tsx | 6 +- src/IconApartmentSharp.tsx | 4 +- src/IconApartmentSharpFilled.tsx | 4 +- src/IconApiOutlined.tsx | 4 +- src/IconApiOutlinedFilled.tsx | 4 +- src/IconApiRounded.tsx | 4 +- src/IconApiRoundedFilled.tsx | 4 +- src/IconApiSharp.tsx | 4 +- src/IconApiSharpFilled.tsx | 4 +- src/IconApkDocumentOutlined.tsx | 4 +- src/IconApkDocumentOutlinedFilled.tsx | 6 +- src/IconApkDocumentRounded.tsx | 4 +- src/IconApkDocumentRoundedFilled.tsx | 6 +- src/IconApkDocumentSharp.tsx | 4 +- src/IconApkDocumentSharpFilled.tsx | 6 +- src/IconApkInstallOutlined.tsx | 4 +- src/IconApkInstallOutlinedFilled.tsx | 6 +- src/IconApkInstallRounded.tsx | 4 +- src/IconApkInstallRoundedFilled.tsx | 6 +- src/IconApkInstallSharp.tsx | 4 +- src/IconApkInstallSharpFilled.tsx | 6 +- src/IconAppBadgingOutlined.tsx | 4 +- src/IconAppBadgingOutlinedFilled.tsx | 6 +- src/IconAppBadgingRounded.tsx | 4 +- src/IconAppBadgingRoundedFilled.tsx | 6 +- src/IconAppBadgingSharp.tsx | 4 +- src/IconAppBadgingSharpFilled.tsx | 6 +- src/IconAppBlockingOutlined.tsx | 4 +- src/IconAppBlockingOutlinedFilled.tsx | 6 +- src/IconAppBlockingRounded.tsx | 4 +- src/IconAppBlockingRoundedFilled.tsx | 6 +- src/IconAppBlockingSharp.tsx | 4 +- src/IconAppBlockingSharpFilled.tsx | 6 +- src/IconAppPromoOutlined.tsx | 4 +- src/IconAppPromoOutlinedFilled.tsx | 6 +- src/IconAppPromoRounded.tsx | 4 +- src/IconAppPromoRoundedFilled.tsx | 6 +- src/IconAppPromoSharp.tsx | 4 +- src/IconAppPromoSharpFilled.tsx | 4 +- src/IconAppRegistrationOutlined.tsx | 6 +- src/IconAppRegistrationOutlinedFilled.tsx | 4 +- src/IconAppRegistrationRounded.tsx | 6 +- src/IconAppRegistrationRoundedFilled.tsx | 4 +- src/IconAppRegistrationSharp.tsx | 4 +- src/IconAppRegistrationSharpFilled.tsx | 6 +- src/IconAppShortcutOutlined.tsx | 4 +- src/IconAppShortcutOutlinedFilled.tsx | 6 +- src/IconAppShortcutRounded.tsx | 4 +- src/IconAppShortcutRoundedFilled.tsx | 6 +- src/IconAppShortcutSharp.tsx | 4 +- src/IconAppShortcutSharpFilled.tsx | 6 +- src/IconApparelOutlined.tsx | 4 +- src/IconApparelOutlinedFilled.tsx | 6 +- src/IconApparelRounded.tsx | 4 +- src/IconApparelRoundedFilled.tsx | 4 +- src/IconApparelSharp.tsx | 4 +- src/IconApparelSharpFilled.tsx | 4 +- src/IconApprovalDelegationOutlined.tsx | 6 +- src/IconApprovalDelegationOutlinedFilled.tsx | 4 +- src/IconApprovalDelegationRounded.tsx | 6 +- src/IconApprovalDelegationRoundedFilled.tsx | 4 +- src/IconApprovalDelegationSharp.tsx | 6 +- src/IconApprovalDelegationSharpFilled.tsx | 4 +- src/IconApprovalOutlined.tsx | 4 +- src/IconApprovalOutlinedFilled.tsx | 6 +- src/IconApprovalRounded.tsx | 4 +- src/IconApprovalRoundedFilled.tsx | 6 +- src/IconApprovalSharp.tsx | 4 +- src/IconApprovalSharpFilled.tsx | 4 +- src/IconAppsOutageOutlined.tsx | 4 +- src/IconAppsOutageOutlinedFilled.tsx | 6 +- src/IconAppsOutageRounded.tsx | 4 +- src/IconAppsOutageRoundedFilled.tsx | 6 +- src/IconAppsOutageSharp.tsx | 4 +- src/IconAppsOutageSharpFilled.tsx | 6 +- src/IconAppsOutlined.tsx | 4 +- src/IconAppsOutlinedFilled.tsx | 4 +- src/IconAppsRounded.tsx | 4 +- src/IconAppsRoundedFilled.tsx | 4 +- src/IconAppsSharp.tsx | 4 +- src/IconAppsSharpFilled.tsx | 4 +- src/IconAqIndoorOutlined.tsx | 4 +- src/IconAqIndoorOutlinedFilled.tsx | 6 +- src/IconAqIndoorRounded.tsx | 4 +- src/IconAqIndoorRoundedFilled.tsx | 6 +- src/IconAqIndoorSharp.tsx | 4 +- src/IconAqIndoorSharpFilled.tsx | 4 +- src/IconAqOutlined.tsx | 4 +- src/IconAqOutlinedFilled.tsx | 4 +- src/IconAqRounded.tsx | 4 +- src/IconAqRoundedFilled.tsx | 4 +- src/IconAqSharp.tsx | 4 +- src/IconAqSharpFilled.tsx | 4 +- src/IconArOnYouOutlined.tsx | 4 +- src/IconArOnYouOutlinedFilled.tsx | 6 +- src/IconArOnYouRounded.tsx | 4 +- src/IconArOnYouRoundedFilled.tsx | 4 +- src/IconArOnYouSharp.tsx | 4 +- src/IconArOnYouSharpFilled.tsx | 4 +- src/IconArStickersOutlined.tsx | 4 +- src/IconArStickersOutlinedFilled.tsx | 6 +- src/IconArStickersRounded.tsx | 4 +- src/IconArStickersRoundedFilled.tsx | 6 +- src/IconArStickersSharp.tsx | 4 +- src/IconArStickersSharpFilled.tsx | 6 +- src/IconArchitectureOutlined.tsx | 4 +- src/IconArchitectureOutlinedFilled.tsx | 6 +- src/IconArchitectureRounded.tsx | 4 +- src/IconArchitectureRoundedFilled.tsx | 6 +- src/IconArchitectureSharp.tsx | 4 +- src/IconArchitectureSharpFilled.tsx | 6 +- src/IconArchiveOutlined.tsx | 4 +- src/IconArchiveOutlinedFilled.tsx | 6 +- src/IconArchiveRounded.tsx | 4 +- src/IconArchiveRoundedFilled.tsx | 4 +- src/IconArchiveSharp.tsx | 4 +- src/IconArchiveSharpFilled.tsx | 4 +- src/IconAreaChartOutlined.tsx | 4 +- src/IconAreaChartOutlinedFilled.tsx | 6 +- src/IconAreaChartRounded.tsx | 4 +- src/IconAreaChartRoundedFilled.tsx | 6 +- src/IconAreaChartSharp.tsx | 4 +- src/IconAreaChartSharpFilled.tsx | 4 +- src/IconArmingCountdownOutlined.tsx | 6 +- src/IconArmingCountdownOutlinedFilled.tsx | 4 +- src/IconArmingCountdownRounded.tsx | 6 +- src/IconArmingCountdownRoundedFilled.tsx | 4 +- src/IconArmingCountdownSharp.tsx | 4 +- src/IconArmingCountdownSharpFilled.tsx | 6 +- src/IconArrowAndEdgeOutlined.tsx | 4 +- src/IconArrowAndEdgeOutlinedFilled.tsx | 6 +- src/IconArrowAndEdgeRounded.tsx | 4 +- src/IconArrowAndEdgeRoundedFilled.tsx | 6 +- src/IconArrowAndEdgeSharp.tsx | 4 +- src/IconArrowAndEdgeSharpFilled.tsx | 6 +- src/IconArrowBack2Outlined.tsx | 4 +- src/IconArrowBack2OutlinedFilled.tsx | 6 +- src/IconArrowBack2Rounded.tsx | 4 +- src/IconArrowBack2RoundedFilled.tsx | 6 +- src/IconArrowBack2Sharp.tsx | 4 +- src/IconArrowBack2SharpFilled.tsx | 6 +- src/IconArrowBackIosNewOutlined.tsx | 6 +- src/IconArrowBackIosNewOutlinedFilled.tsx | 4 +- src/IconArrowBackIosNewRounded.tsx | 6 +- src/IconArrowBackIosNewRoundedFilled.tsx | 4 +- src/IconArrowBackIosNewSharp.tsx | 4 +- src/IconArrowBackIosNewSharpFilled.tsx | 6 +- src/IconArrowBackIosOutlined.tsx | 4 +- src/IconArrowBackIosOutlinedFilled.tsx | 6 +- src/IconArrowBackIosRounded.tsx | 4 +- src/IconArrowBackIosRoundedFilled.tsx | 6 +- src/IconArrowBackIosSharp.tsx | 4 +- src/IconArrowBackIosSharpFilled.tsx | 6 +- src/IconArrowBackOutlined.tsx | 4 +- src/IconArrowBackOutlinedFilled.tsx | 6 +- src/IconArrowBackRounded.tsx | 4 +- src/IconArrowBackRoundedFilled.tsx | 6 +- src/IconArrowBackSharp.tsx | 4 +- src/IconArrowBackSharpFilled.tsx | 4 +- src/IconArrowCircleDownOutlined.tsx | 6 +- src/IconArrowCircleDownOutlinedFilled.tsx | 4 +- src/IconArrowCircleDownRounded.tsx | 6 +- src/IconArrowCircleDownRoundedFilled.tsx | 4 +- src/IconArrowCircleDownSharp.tsx | 4 +- src/IconArrowCircleDownSharpFilled.tsx | 6 +- src/IconArrowCircleLeftOutlined.tsx | 6 +- src/IconArrowCircleLeftOutlinedFilled.tsx | 4 +- src/IconArrowCircleLeftRounded.tsx | 6 +- src/IconArrowCircleLeftRoundedFilled.tsx | 4 +- src/IconArrowCircleLeftSharp.tsx | 4 +- src/IconArrowCircleLeftSharpFilled.tsx | 6 +- src/IconArrowCircleRightOutlined.tsx | 6 +- src/IconArrowCircleRightOutlinedFilled.tsx | 4 +- src/IconArrowCircleRightRounded.tsx | 6 +- src/IconArrowCircleRightRoundedFilled.tsx | 4 +- src/IconArrowCircleRightSharp.tsx | 6 +- src/IconArrowCircleRightSharpFilled.tsx | 6 +- src/IconArrowCircleUpOutlined.tsx | 6 +- src/IconArrowCircleUpOutlinedFilled.tsx | 6 +- src/IconArrowCircleUpRounded.tsx | 4 +- src/IconArrowCircleUpRoundedFilled.tsx | 6 +- src/IconArrowCircleUpSharp.tsx | 4 +- src/IconArrowCircleUpSharpFilled.tsx | 6 +- src/IconArrowCoolDownOutlined.tsx | 6 +- src/IconArrowCoolDownOutlinedFilled.tsx | 6 +- src/IconArrowCoolDownRounded.tsx | 4 +- src/IconArrowCoolDownRoundedFilled.tsx | 6 +- src/IconArrowCoolDownSharp.tsx | 4 +- src/IconArrowCoolDownSharpFilled.tsx | 6 +- src/IconArrowDownwardAltOutlined.tsx | 6 +- src/IconArrowDownwardAltOutlinedFilled.tsx | 4 +- src/IconArrowDownwardAltRounded.tsx | 6 +- src/IconArrowDownwardAltRoundedFilled.tsx | 4 +- src/IconArrowDownwardAltSharp.tsx | 6 +- src/IconArrowDownwardAltSharpFilled.tsx | 6 +- src/IconArrowDownwardOutlined.tsx | 6 +- src/IconArrowDownwardOutlinedFilled.tsx | 6 +- src/IconArrowDownwardRounded.tsx | 4 +- src/IconArrowDownwardRoundedFilled.tsx | 6 +- src/IconArrowDownwardSharp.tsx | 4 +- src/IconArrowDownwardSharpFilled.tsx | 6 +- src/IconArrowDropDownCircleOutlined.tsx | 6 +- src/IconArrowDropDownCircleOutlinedFilled.tsx | 4 +- src/IconArrowDropDownCircleRounded.tsx | 6 +- src/IconArrowDropDownCircleRoundedFilled.tsx | 4 +- src/IconArrowDropDownCircleSharp.tsx | 6 +- src/IconArrowDropDownCircleSharpFilled.tsx | 4 +- src/IconArrowDropDownOutlined.tsx | 6 +- src/IconArrowDropDownOutlinedFilled.tsx | 6 +- src/IconArrowDropDownRounded.tsx | 4 +- src/IconArrowDropDownRoundedFilled.tsx | 6 +- src/IconArrowDropDownSharp.tsx | 4 +- src/IconArrowDropDownSharpFilled.tsx | 6 +- src/IconArrowDropUpOutlined.tsx | 4 +- src/IconArrowDropUpOutlinedFilled.tsx | 6 +- src/IconArrowDropUpRounded.tsx | 4 +- src/IconArrowDropUpRoundedFilled.tsx | 6 +- src/IconArrowDropUpSharp.tsx | 4 +- src/IconArrowDropUpSharpFilled.tsx | 6 +- src/IconArrowForwardIosOutlined.tsx | 6 +- src/IconArrowForwardIosOutlinedFilled.tsx | 4 +- src/IconArrowForwardIosRounded.tsx | 6 +- src/IconArrowForwardIosRoundedFilled.tsx | 4 +- src/IconArrowForwardIosSharp.tsx | 4 +- src/IconArrowForwardIosSharpFilled.tsx | 6 +- src/IconArrowForwardOutlined.tsx | 4 +- src/IconArrowForwardOutlinedFilled.tsx | 6 +- src/IconArrowForwardRounded.tsx | 4 +- src/IconArrowForwardRoundedFilled.tsx | 6 +- src/IconArrowForwardSharp.tsx | 4 +- src/IconArrowForwardSharpFilled.tsx | 6 +- src/IconArrowInsertOutlined.tsx | 4 +- src/IconArrowInsertOutlinedFilled.tsx | 6 +- src/IconArrowInsertRounded.tsx | 4 +- src/IconArrowInsertRoundedFilled.tsx | 6 +- src/IconArrowInsertSharp.tsx | 4 +- src/IconArrowInsertSharpFilled.tsx | 6 +- src/IconArrowLeftAltOutlined.tsx | 4 +- src/IconArrowLeftAltOutlinedFilled.tsx | 6 +- src/IconArrowLeftAltRounded.tsx | 4 +- src/IconArrowLeftAltRoundedFilled.tsx | 6 +- src/IconArrowLeftAltSharp.tsx | 4 +- src/IconArrowLeftAltSharpFilled.tsx | 6 +- src/IconArrowLeftOutlined.tsx | 4 +- src/IconArrowLeftOutlinedFilled.tsx | 6 +- src/IconArrowLeftRounded.tsx | 4 +- src/IconArrowLeftRoundedFilled.tsx | 6 +- src/IconArrowLeftSharp.tsx | 4 +- src/IconArrowLeftSharpFilled.tsx | 4 +- src/IconArrowMenuCloseOutlined.tsx | 11 + src/IconArrowMenuCloseOutlinedFilled.tsx | 11 + src/IconArrowMenuCloseRounded.tsx | 11 + src/IconArrowMenuCloseRoundedFilled.tsx | 11 + src/IconArrowMenuCloseSharp.tsx | 9 + src/IconArrowMenuCloseSharpFilled.tsx | 11 + src/IconArrowMenuOpenOutlined.tsx | 11 + src/IconArrowMenuOpenOutlinedFilled.tsx | 11 + src/IconArrowMenuOpenRounded.tsx | 9 + src/IconArrowMenuOpenRoundedFilled.tsx | 11 + src/IconArrowMenuOpenSharp.tsx | 9 + src/IconArrowMenuOpenSharpFilled.tsx | 11 + src/IconArrowOrEdgeOutlined.tsx | 4 +- src/IconArrowOrEdgeOutlinedFilled.tsx | 6 +- src/IconArrowOrEdgeRounded.tsx | 4 +- src/IconArrowOrEdgeRoundedFilled.tsx | 6 +- src/IconArrowOrEdgeSharp.tsx | 4 +- src/IconArrowOrEdgeSharpFilled.tsx | 6 +- src/IconArrowOutwardOutlined.tsx | 4 +- src/IconArrowOutwardOutlinedFilled.tsx | 6 +- src/IconArrowOutwardRounded.tsx | 4 +- src/IconArrowOutwardRoundedFilled.tsx | 6 +- src/IconArrowOutwardSharp.tsx | 4 +- src/IconArrowOutwardSharpFilled.tsx | 6 +- src/IconArrowRangeOutlined.tsx | 4 +- src/IconArrowRangeOutlinedFilled.tsx | 6 +- src/IconArrowRangeRounded.tsx | 4 +- src/IconArrowRangeRoundedFilled.tsx | 6 +- src/IconArrowRangeSharp.tsx | 4 +- src/IconArrowRangeSharpFilled.tsx | 6 +- src/IconArrowRightAltOutlined.tsx | 6 +- src/IconArrowRightAltOutlinedFilled.tsx | 6 +- src/IconArrowRightAltRounded.tsx | 4 +- src/IconArrowRightAltRoundedFilled.tsx | 6 +- src/IconArrowRightAltSharp.tsx | 4 +- src/IconArrowRightAltSharpFilled.tsx | 6 +- src/IconArrowRightOutlined.tsx | 4 +- src/IconArrowRightOutlinedFilled.tsx | 6 +- src/IconArrowRightRounded.tsx | 4 +- src/IconArrowRightRoundedFilled.tsx | 6 +- src/IconArrowRightSharp.tsx | 4 +- src/IconArrowRightSharpFilled.tsx | 6 +- src/IconArrowSelectorToolOutlined.tsx | 6 +- src/IconArrowSelectorToolOutlinedFilled.tsx | 4 +- src/IconArrowSelectorToolRounded.tsx | 6 +- src/IconArrowSelectorToolRoundedFilled.tsx | 4 +- src/IconArrowSelectorToolSharp.tsx | 6 +- src/IconArrowSelectorToolSharpFilled.tsx | 4 +- src/IconArrowSplitOutlined.tsx | 4 +- src/IconArrowSplitOutlinedFilled.tsx | 6 +- src/IconArrowSplitRounded.tsx | 4 +- src/IconArrowSplitRoundedFilled.tsx | 6 +- src/IconArrowSplitSharp.tsx | 4 +- src/IconArrowSplitSharpFilled.tsx | 6 +- src/IconArrowTopLeftOutlined.tsx | 4 +- src/IconArrowTopLeftOutlinedFilled.tsx | 6 +- src/IconArrowTopLeftRounded.tsx | 4 +- src/IconArrowTopLeftRoundedFilled.tsx | 6 +- src/IconArrowTopLeftSharp.tsx | 4 +- src/IconArrowTopLeftSharpFilled.tsx | 6 +- src/IconArrowTopRightOutlined.tsx | 6 +- src/IconArrowTopRightOutlinedFilled.tsx | 6 +- src/IconArrowTopRightRounded.tsx | 4 +- src/IconArrowTopRightRoundedFilled.tsx | 6 +- src/IconArrowTopRightSharp.tsx | 4 +- src/IconArrowTopRightSharpFilled.tsx | 6 +- src/IconArrowUploadProgressOutlined.tsx | 6 +- src/IconArrowUploadProgressOutlinedFilled.tsx | 4 +- src/IconArrowUploadProgressRounded.tsx | 6 +- src/IconArrowUploadProgressRoundedFilled.tsx | 4 +- src/IconArrowUploadProgressSharp.tsx | 6 +- src/IconArrowUploadProgressSharpFilled.tsx | 4 +- src/IconArrowUploadReadyOutlined.tsx | 6 +- src/IconArrowUploadReadyOutlinedFilled.tsx | 4 +- src/IconArrowUploadReadyRounded.tsx | 6 +- src/IconArrowUploadReadyRoundedFilled.tsx | 4 +- src/IconArrowUploadReadySharp.tsx | 6 +- src/IconArrowUploadReadySharpFilled.tsx | 6 +- src/IconArrowUpwardAltOutlined.tsx | 6 +- src/IconArrowUpwardAltOutlinedFilled.tsx | 4 +- src/IconArrowUpwardAltRounded.tsx | 6 +- src/IconArrowUpwardAltRoundedFilled.tsx | 6 +- src/IconArrowUpwardAltSharp.tsx | 4 +- src/IconArrowUpwardAltSharpFilled.tsx | 6 +- src/IconArrowUpwardOutlined.tsx | 4 +- src/IconArrowUpwardOutlinedFilled.tsx | 6 +- src/IconArrowUpwardRounded.tsx | 4 +- src/IconArrowUpwardRoundedFilled.tsx | 6 +- src/IconArrowUpwardSharp.tsx | 4 +- src/IconArrowUpwardSharpFilled.tsx | 6 +- src/IconArrowWarmUpOutlined.tsx | 4 +- src/IconArrowWarmUpOutlinedFilled.tsx | 6 +- src/IconArrowWarmUpRounded.tsx | 4 +- src/IconArrowWarmUpRoundedFilled.tsx | 6 +- src/IconArrowWarmUpSharp.tsx | 4 +- src/IconArrowWarmUpSharpFilled.tsx | 6 +- src/IconArrowsMoreDownOutlined.tsx | 6 +- src/IconArrowsMoreDownOutlinedFilled.tsx | 4 +- src/IconArrowsMoreDownRounded.tsx | 6 +- src/IconArrowsMoreDownRoundedFilled.tsx | 6 +- src/IconArrowsMoreDownSharp.tsx | 4 +- src/IconArrowsMoreDownSharpFilled.tsx | 6 +- src/IconArrowsMoreUpOutlined.tsx | 4 +- src/IconArrowsMoreUpOutlinedFilled.tsx | 6 +- src/IconArrowsMoreUpRounded.tsx | 4 +- src/IconArrowsMoreUpRoundedFilled.tsx | 6 +- src/IconArrowsMoreUpSharp.tsx | 4 +- src/IconArrowsMoreUpSharpFilled.tsx | 6 +- src/IconArrowsOutwardOutlined.tsx | 6 +- src/IconArrowsOutwardOutlinedFilled.tsx | 6 +- src/IconArrowsOutwardRounded.tsx | 4 +- src/IconArrowsOutwardRoundedFilled.tsx | 6 +- src/IconArrowsOutwardSharp.tsx | 4 +- src/IconArrowsOutwardSharpFilled.tsx | 6 +- src/IconArtTrackOutlined.tsx | 4 +- src/IconArtTrackOutlinedFilled.tsx | 6 +- src/IconArtTrackRounded.tsx | 4 +- src/IconArtTrackRoundedFilled.tsx | 6 +- src/IconArtTrackSharp.tsx | 4 +- src/IconArtTrackSharpFilled.tsx | 4 +- src/IconArticleOutlined.tsx | 4 +- src/IconArticleOutlinedFilled.tsx | 6 +- src/IconArticleRounded.tsx | 4 +- src/IconArticleRoundedFilled.tsx | 4 +- src/IconArticleSharp.tsx | 4 +- src/IconArticleSharpFilled.tsx | 4 +- src/IconArticleShortcutOutlined.tsx | 6 +- src/IconArticleShortcutOutlinedFilled.tsx | 4 +- src/IconArticleShortcutRounded.tsx | 6 +- src/IconArticleShortcutRoundedFilled.tsx | 4 +- src/IconArticleShortcutSharp.tsx | 4 +- src/IconArticleShortcutSharpFilled.tsx | 6 +- src/IconArtistOutlined.tsx | 4 +- src/IconArtistOutlinedFilled.tsx | 4 +- src/IconArtistRounded.tsx | 4 +- src/IconArtistRoundedFilled.tsx | 4 +- src/IconArtistSharp.tsx | 4 +- src/IconArtistSharpFilled.tsx | 4 +- src/IconAspectRatioOutlined.tsx | 4 +- src/IconAspectRatioOutlinedFilled.tsx | 6 +- src/IconAspectRatioRounded.tsx | 4 +- src/IconAspectRatioRoundedFilled.tsx | 6 +- src/IconAspectRatioSharp.tsx | 4 +- src/IconAspectRatioSharpFilled.tsx | 6 +- src/IconAssignmentAddOutlined.tsx | 6 +- src/IconAssignmentAddOutlinedFilled.tsx | 6 +- src/IconAssignmentAddRounded.tsx | 4 +- src/IconAssignmentAddRoundedFilled.tsx | 6 +- src/IconAssignmentAddSharp.tsx | 4 +- src/IconAssignmentAddSharpFilled.tsx | 6 +- src/IconAssignmentIndOutlined.tsx | 6 +- src/IconAssignmentIndOutlinedFilled.tsx | 6 +- src/IconAssignmentIndRounded.tsx | 4 +- src/IconAssignmentIndRoundedFilled.tsx | 6 +- src/IconAssignmentIndSharp.tsx | 4 +- src/IconAssignmentIndSharpFilled.tsx | 6 +- src/IconAssignmentLateOutlined.tsx | 6 +- src/IconAssignmentLateOutlinedFilled.tsx | 4 +- src/IconAssignmentLateRounded.tsx | 6 +- src/IconAssignmentLateRoundedFilled.tsx | 6 +- src/IconAssignmentLateSharp.tsx | 4 +- src/IconAssignmentLateSharpFilled.tsx | 6 +- src/IconAssignmentOutlined.tsx | 4 +- src/IconAssignmentOutlinedFilled.tsx | 6 +- src/IconAssignmentReturnOutlined.tsx | 6 +- src/IconAssignmentReturnOutlinedFilled.tsx | 4 +- src/IconAssignmentReturnRounded.tsx | 6 +- src/IconAssignmentReturnRoundedFilled.tsx | 4 +- src/IconAssignmentReturnSharp.tsx | 6 +- src/IconAssignmentReturnSharpFilled.tsx | 6 +- src/IconAssignmentReturnedOutlined.tsx | 6 +- src/IconAssignmentReturnedOutlinedFilled.tsx | 4 +- src/IconAssignmentReturnedRounded.tsx | 6 +- src/IconAssignmentReturnedRoundedFilled.tsx | 4 +- src/IconAssignmentReturnedSharp.tsx | 6 +- src/IconAssignmentReturnedSharpFilled.tsx | 4 +- src/IconAssignmentRounded.tsx | 4 +- src/IconAssignmentRoundedFilled.tsx | 6 +- src/IconAssignmentSharp.tsx | 4 +- src/IconAssignmentSharpFilled.tsx | 6 +- src/IconAssignmentTurnedInOutlined.tsx | 6 +- src/IconAssignmentTurnedInOutlinedFilled.tsx | 4 +- src/IconAssignmentTurnedInRounded.tsx | 6 +- src/IconAssignmentTurnedInRoundedFilled.tsx | 4 +- src/IconAssignmentTurnedInSharp.tsx | 6 +- src/IconAssignmentTurnedInSharpFilled.tsx | 4 +- src/IconAssistWalkerOutlined.tsx | 4 +- src/IconAssistWalkerOutlinedFilled.tsx | 6 +- src/IconAssistWalkerRounded.tsx | 4 +- src/IconAssistWalkerRoundedFilled.tsx | 6 +- src/IconAssistWalkerSharp.tsx | 4 +- src/IconAssistWalkerSharpFilled.tsx | 6 +- src/IconAssistantDeviceOutlined.tsx | 6 +- src/IconAssistantDeviceOutlinedFilled.tsx | 4 +- src/IconAssistantDeviceRounded.tsx | 6 +- src/IconAssistantDeviceRoundedFilled.tsx | 4 +- src/IconAssistantDeviceSharp.tsx | 4 +- src/IconAssistantDeviceSharpFilled.tsx | 6 +- src/IconAssistantDirectionOutlined.tsx | 6 +- src/IconAssistantDirectionOutlinedFilled.tsx | 4 +- src/IconAssistantDirectionRounded.tsx | 6 +- src/IconAssistantDirectionRoundedFilled.tsx | 4 +- src/IconAssistantDirectionSharp.tsx | 6 +- src/IconAssistantDirectionSharpFilled.tsx | 4 +- src/IconAssistantNavigationOutlined.tsx | 6 +- src/IconAssistantNavigationOutlinedFilled.tsx | 4 +- src/IconAssistantNavigationRounded.tsx | 6 +- src/IconAssistantNavigationRoundedFilled.tsx | 4 +- src/IconAssistantNavigationSharp.tsx | 6 +- src/IconAssistantNavigationSharpFilled.tsx | 4 +- src/IconAssistantOnHubOutlined.tsx | 6 +- src/IconAssistantOnHubOutlinedFilled.tsx | 4 +- src/IconAssistantOnHubRounded.tsx | 6 +- src/IconAssistantOnHubRoundedFilled.tsx | 6 +- src/IconAssistantOnHubSharp.tsx | 4 +- src/IconAssistantOnHubSharpFilled.tsx | 6 +- src/IconAssuredWorkloadOutlined.tsx | 6 +- src/IconAssuredWorkloadOutlinedFilled.tsx | 4 +- src/IconAssuredWorkloadRounded.tsx | 6 +- src/IconAssuredWorkloadRoundedFilled.tsx | 4 +- src/IconAssuredWorkloadSharp.tsx | 4 +- src/IconAssuredWorkloadSharpFilled.tsx | 6 +- src/IconAsteriskOutlined.tsx | 4 +- src/IconAsteriskOutlinedFilled.tsx | 6 +- src/IconAsteriskRounded.tsx | 4 +- src/IconAsteriskRoundedFilled.tsx | 6 +- src/IconAsteriskSharp.tsx | 4 +- src/IconAsteriskSharpFilled.tsx | 4 +- src/IconAtmOutlined.tsx | 4 +- src/IconAtmOutlinedFilled.tsx | 4 +- src/IconAtmRounded.tsx | 4 +- src/IconAtmRoundedFilled.tsx | 4 +- src/IconAtmSharp.tsx | 4 +- src/IconAtmSharpFilled.tsx | 4 +- src/IconAtrOutlined.tsx | 4 +- src/IconAtrOutlinedFilled.tsx | 4 +- src/IconAtrRounded.tsx | 4 +- src/IconAtrRoundedFilled.tsx | 4 +- src/IconAtrSharp.tsx | 4 +- src/IconAtrSharpFilled.tsx | 4 +- src/IconAttachEmailOutlined.tsx | 4 +- src/IconAttachEmailOutlinedFilled.tsx | 6 +- src/IconAttachEmailRounded.tsx | 4 +- src/IconAttachEmailRoundedFilled.tsx | 6 +- src/IconAttachEmailSharp.tsx | 4 +- src/IconAttachEmailSharpFilled.tsx | 6 +- src/IconAttachFileAddOutlined.tsx | 6 +- src/IconAttachFileAddOutlinedFilled.tsx | 6 +- src/IconAttachFileAddRounded.tsx | 4 +- src/IconAttachFileAddRoundedFilled.tsx | 6 +- src/IconAttachFileAddSharp.tsx | 4 +- src/IconAttachFileAddSharpFilled.tsx | 6 +- src/IconAttachFileOffOutlined.tsx | 6 +- src/IconAttachFileOffOutlinedFilled.tsx | 6 +- src/IconAttachFileOffRounded.tsx | 4 +- src/IconAttachFileOffRoundedFilled.tsx | 6 +- src/IconAttachFileOffSharp.tsx | 4 +- src/IconAttachFileOffSharpFilled.tsx | 6 +- src/IconAttachFileOutlined.tsx | 4 +- src/IconAttachFileOutlinedFilled.tsx | 6 +- src/IconAttachFileRounded.tsx | 4 +- src/IconAttachFileRoundedFilled.tsx | 6 +- src/IconAttachFileSharp.tsx | 4 +- src/IconAttachFileSharpFilled.tsx | 6 +- src/IconAttachMoneyOutlined.tsx | 4 +- src/IconAttachMoneyOutlinedFilled.tsx | 6 +- src/IconAttachMoneyRounded.tsx | 4 +- src/IconAttachMoneyRoundedFilled.tsx | 6 +- src/IconAttachMoneySharp.tsx | 4 +- src/IconAttachMoneySharpFilled.tsx | 6 +- src/IconAttachmentOutlined.tsx | 4 +- src/IconAttachmentOutlinedFilled.tsx | 6 +- src/IconAttachmentRounded.tsx | 4 +- src/IconAttachmentRoundedFilled.tsx | 6 +- src/IconAttachmentSharp.tsx | 4 +- src/IconAttachmentSharpFilled.tsx | 6 +- src/IconAttractionsOutlined.tsx | 4 +- src/IconAttractionsOutlinedFilled.tsx | 6 +- src/IconAttractionsRounded.tsx | 4 +- src/IconAttractionsRoundedFilled.tsx | 6 +- src/IconAttractionsSharp.tsx | 4 +- src/IconAttractionsSharpFilled.tsx | 6 +- src/IconAttributionOutlined.tsx | 4 +- src/IconAttributionOutlinedFilled.tsx | 6 +- src/IconAttributionRounded.tsx | 4 +- src/IconAttributionRoundedFilled.tsx | 6 +- src/IconAttributionSharp.tsx | 4 +- src/IconAttributionSharpFilled.tsx | 6 +- src/IconAudioDescriptionOutlined.tsx | 6 +- src/IconAudioDescriptionOutlinedFilled.tsx | 4 +- src/IconAudioDescriptionRounded.tsx | 6 +- src/IconAudioDescriptionRoundedFilled.tsx | 4 +- src/IconAudioDescriptionSharp.tsx | 6 +- src/IconAudioDescriptionSharpFilled.tsx | 6 +- src/IconAudioFileOutlined.tsx | 4 +- src/IconAudioFileOutlinedFilled.tsx | 6 +- src/IconAudioFileRounded.tsx | 4 +- src/IconAudioFileRoundedFilled.tsx | 6 +- src/IconAudioFileSharp.tsx | 4 +- src/IconAudioFileSharpFilled.tsx | 4 +- src/IconAudioVideoReceiverOutlined.tsx | 6 +- src/IconAudioVideoReceiverOutlinedFilled.tsx | 4 +- src/IconAudioVideoReceiverRounded.tsx | 6 +- src/IconAudioVideoReceiverRoundedFilled.tsx | 4 +- src/IconAudioVideoReceiverSharp.tsx | 6 +- src/IconAudioVideoReceiverSharpFilled.tsx | 4 +- src/IconAutoAwesomeMosaicOutlined.tsx | 6 +- src/IconAutoAwesomeMosaicOutlinedFilled.tsx | 4 +- src/IconAutoAwesomeMosaicRounded.tsx | 6 +- src/IconAutoAwesomeMosaicRoundedFilled.tsx | 4 +- src/IconAutoAwesomeMosaicSharp.tsx | 6 +- src/IconAutoAwesomeMosaicSharpFilled.tsx | 4 +- src/IconAutoAwesomeMotionOutlined.tsx | 6 +- src/IconAutoAwesomeMotionOutlinedFilled.tsx | 4 +- src/IconAutoAwesomeMotionRounded.tsx | 6 +- src/IconAutoAwesomeMotionRoundedFilled.tsx | 4 +- src/IconAutoAwesomeMotionSharp.tsx | 6 +- src/IconAutoAwesomeMotionSharpFilled.tsx | 4 +- src/IconAutoDeleteOutlined.tsx | 4 +- src/IconAutoDeleteOutlinedFilled.tsx | 6 +- src/IconAutoDeleteRounded.tsx | 4 +- src/IconAutoDeleteRoundedFilled.tsx | 6 +- src/IconAutoDeleteSharp.tsx | 4 +- src/IconAutoDeleteSharpFilled.tsx | 6 +- src/IconAutoReadPauseOutlined.tsx | 6 +- src/IconAutoReadPauseOutlinedFilled.tsx | 6 +- src/IconAutoReadPauseRounded.tsx | 4 +- src/IconAutoReadPauseRoundedFilled.tsx | 6 +- src/IconAutoReadPauseSharp.tsx | 4 +- src/IconAutoReadPauseSharpFilled.tsx | 6 +- src/IconAutoReadPlayOutlined.tsx | 4 +- src/IconAutoReadPlayOutlinedFilled.tsx | 6 +- src/IconAutoReadPlayRounded.tsx | 4 +- src/IconAutoReadPlayRoundedFilled.tsx | 6 +- src/IconAutoReadPlaySharp.tsx | 4 +- src/IconAutoReadPlaySharpFilled.tsx | 6 +- src/IconAutoStoriesOutlined.tsx | 4 +- src/IconAutoStoriesOutlinedFilled.tsx | 6 +- src/IconAutoStoriesRounded.tsx | 4 +- src/IconAutoStoriesRoundedFilled.tsx | 6 +- src/IconAutoStoriesSharp.tsx | 4 +- src/IconAutoStoriesSharpFilled.tsx | 6 +- src/IconAutoTowingOutlined.tsx | 4 +- src/IconAutoTowingOutlinedFilled.tsx | 6 +- src/IconAutoTowingRounded.tsx | 4 +- src/IconAutoTowingRoundedFilled.tsx | 6 +- src/IconAutoTowingSharp.tsx | 4 +- src/IconAutoTowingSharpFilled.tsx | 6 +- src/IconAutoTransmissionOutlined.tsx | 6 +- src/IconAutoTransmissionOutlinedFilled.tsx | 4 +- src/IconAutoTransmissionRounded.tsx | 6 +- src/IconAutoTransmissionRoundedFilled.tsx | 4 +- src/IconAutoTransmissionSharp.tsx | 6 +- src/IconAutoTransmissionSharpFilled.tsx | 6 +- src/IconAutofpsSelectOutlined.tsx | 6 +- src/IconAutofpsSelectOutlinedFilled.tsx | 6 +- src/IconAutofpsSelectRounded.tsx | 4 +- src/IconAutofpsSelectRoundedFilled.tsx | 6 +- src/IconAutofpsSelectSharp.tsx | 4 +- src/IconAutofpsSelectSharpFilled.tsx | 6 +- src/IconAutomationOutlined.tsx | 6 +- src/IconAutomationOutlinedFilled.tsx | 8 +- src/IconAutomationRounded.tsx | 6 +- src/IconAutomationRoundedFilled.tsx | 8 +- src/IconAutomationSharp.tsx | 6 +- src/IconAutomationSharpFilled.tsx | 8 +- src/IconAutopauseOutlined.tsx | 4 +- src/IconAutopauseOutlinedFilled.tsx | 6 +- src/IconAutopauseRounded.tsx | 4 +- src/IconAutopauseRoundedFilled.tsx | 6 +- src/IconAutopauseSharp.tsx | 4 +- src/IconAutopauseSharpFilled.tsx | 4 +- src/IconAutoplayOutlined.tsx | 4 +- src/IconAutoplayOutlinedFilled.tsx | 6 +- src/IconAutoplayRounded.tsx | 4 +- src/IconAutoplayRoundedFilled.tsx | 6 +- src/IconAutoplaySharp.tsx | 4 +- src/IconAutoplaySharpFilled.tsx | 4 +- src/IconAutorenewOutlined.tsx | 4 +- src/IconAutorenewOutlinedFilled.tsx | 6 +- src/IconAutorenewRounded.tsx | 4 +- src/IconAutorenewRoundedFilled.tsx | 6 +- src/IconAutorenewSharp.tsx | 4 +- src/IconAutorenewSharpFilled.tsx | 4 +- src/IconAutostopOutlined.tsx | 4 +- src/IconAutostopOutlinedFilled.tsx | 6 +- src/IconAutostopRounded.tsx | 4 +- src/IconAutostopRoundedFilled.tsx | 6 +- src/IconAutostopSharp.tsx | 4 +- src/IconAutostopSharpFilled.tsx | 4 +- src/IconAv1Outlined.tsx | 4 +- src/IconAv1OutlinedFilled.tsx | 4 +- src/IconAv1Rounded.tsx | 4 +- src/IconAv1RoundedFilled.tsx | 4 +- src/IconAv1Sharp.tsx | 4 +- src/IconAv1SharpFilled.tsx | 4 +- src/IconAvTimerOutlined.tsx | 4 +- src/IconAvTimerOutlinedFilled.tsx | 6 +- src/IconAvTimerRounded.tsx | 4 +- src/IconAvTimerRoundedFilled.tsx | 4 +- src/IconAvTimerSharp.tsx | 4 +- src/IconAvTimerSharpFilled.tsx | 4 +- src/IconAvcOutlined.tsx | 4 +- src/IconAvcOutlinedFilled.tsx | 4 +- src/IconAvcRounded.tsx | 4 +- src/IconAvcRoundedFilled.tsx | 4 +- src/IconAvcSharp.tsx | 4 +- src/IconAvcSharpFilled.tsx | 4 +- src/IconAvgPaceOutlined.tsx | 4 +- src/IconAvgPaceOutlinedFilled.tsx | 6 +- src/IconAvgPaceRounded.tsx | 4 +- src/IconAvgPaceRoundedFilled.tsx | 4 +- src/IconAvgPaceSharp.tsx | 4 +- src/IconAvgPaceSharpFilled.tsx | 4 +- src/IconAvgTimeOutlined.tsx | 4 +- src/IconAvgTimeOutlinedFilled.tsx | 6 +- src/IconAvgTimeRounded.tsx | 4 +- src/IconAvgTimeRoundedFilled.tsx | 4 +- src/IconAvgTimeSharp.tsx | 4 +- src/IconAvgTimeSharpFilled.tsx | 4 +- src/IconAwardStarOutlined.tsx | 4 +- src/IconAwardStarOutlinedFilled.tsx | 6 +- src/IconAwardStarRounded.tsx | 4 +- src/IconAwardStarRoundedFilled.tsx | 6 +- src/IconAwardStarSharp.tsx | 4 +- src/IconAwardStarSharpFilled.tsx | 4 +- src/IconAzmOutlined.tsx | 4 +- src/IconAzmOutlinedFilled.tsx | 4 +- src/IconAzmRounded.tsx | 4 +- src/IconAzmRoundedFilled.tsx | 4 +- src/IconAzmSharp.tsx | 4 +- src/IconAzmSharpFilled.tsx | 4 +- src/IconBabyChangingStationOutlined.tsx | 6 +- src/IconBabyChangingStationOutlinedFilled.tsx | 4 +- src/IconBabyChangingStationRounded.tsx | 6 +- src/IconBabyChangingStationRoundedFilled.tsx | 4 +- src/IconBabyChangingStationSharp.tsx | 6 +- src/IconBabyChangingStationSharpFilled.tsx | 4 +- src/IconBackHandOutlined.tsx | 4 +- src/IconBackHandOutlinedFilled.tsx | 6 +- src/IconBackHandRounded.tsx | 4 +- src/IconBackHandRoundedFilled.tsx | 6 +- src/IconBackHandSharp.tsx | 4 +- src/IconBackHandSharpFilled.tsx | 4 +- src/IconBackToTabOutlined.tsx | 4 +- src/IconBackToTabOutlinedFilled.tsx | 6 +- src/IconBackToTabRounded.tsx | 4 +- src/IconBackToTabRoundedFilled.tsx | 6 +- src/IconBackToTabSharp.tsx | 4 +- src/IconBackToTabSharpFilled.tsx | 4 +- src/IconBackgroundDotLargeOutlined.tsx | 6 +- src/IconBackgroundDotLargeOutlinedFilled.tsx | 4 +- src/IconBackgroundDotLargeRounded.tsx | 6 +- src/IconBackgroundDotLargeRoundedFilled.tsx | 4 +- src/IconBackgroundDotLargeSharp.tsx | 6 +- src/IconBackgroundDotLargeSharpFilled.tsx | 4 +- src/IconBackgroundDotSmallOutlined.tsx | 6 +- src/IconBackgroundDotSmallOutlinedFilled.tsx | 4 +- src/IconBackgroundDotSmallRounded.tsx | 6 +- src/IconBackgroundDotSmallRoundedFilled.tsx | 4 +- src/IconBackgroundDotSmallSharp.tsx | 6 +- src/IconBackgroundDotSmallSharpFilled.tsx | 4 +- src/IconBackgroundGridSmallOutlined.tsx | 6 +- src/IconBackgroundGridSmallOutlinedFilled.tsx | 4 +- src/IconBackgroundGridSmallRounded.tsx | 6 +- src/IconBackgroundGridSmallRoundedFilled.tsx | 4 +- src/IconBackgroundGridSmallSharp.tsx | 6 +- src/IconBackgroundGridSmallSharpFilled.tsx | 4 +- src/IconBackgroundReplaceOutlined.tsx | 6 +- src/IconBackgroundReplaceOutlinedFilled.tsx | 4 +- src/IconBackgroundReplaceRounded.tsx | 6 +- src/IconBackgroundReplaceRoundedFilled.tsx | 4 +- src/IconBackgroundReplaceSharp.tsx | 6 +- src/IconBackgroundReplaceSharpFilled.tsx | 4 +- src/IconBacklightHighOffOutlined.tsx | 6 +- src/IconBacklightHighOffOutlinedFilled.tsx | 4 +- src/IconBacklightHighOffRounded.tsx | 6 +- src/IconBacklightHighOffRoundedFilled.tsx | 4 +- src/IconBacklightHighOffSharp.tsx | 6 +- src/IconBacklightHighOffSharpFilled.tsx | 6 +- src/IconBacklightHighOutlined.tsx | 6 +- src/IconBacklightHighOutlinedFilled.tsx | 6 +- src/IconBacklightHighRounded.tsx | 4 +- src/IconBacklightHighRoundedFilled.tsx | 6 +- src/IconBacklightHighSharp.tsx | 4 +- src/IconBacklightHighSharpFilled.tsx | 6 +- src/IconBacklightLowOutlined.tsx | 4 +- src/IconBacklightLowOutlinedFilled.tsx | 6 +- src/IconBacklightLowRounded.tsx | 4 +- src/IconBacklightLowRoundedFilled.tsx | 6 +- src/IconBacklightLowSharp.tsx | 4 +- src/IconBacklightLowSharpFilled.tsx | 6 +- src/IconBackpackOutlined.tsx | 4 +- src/IconBackpackOutlinedFilled.tsx | 6 +- src/IconBackpackRounded.tsx | 4 +- src/IconBackpackRoundedFilled.tsx | 6 +- src/IconBackpackSharp.tsx | 4 +- src/IconBackpackSharpFilled.tsx | 4 +- src/IconBackspaceOutlined.tsx | 4 +- src/IconBackspaceOutlinedFilled.tsx | 6 +- src/IconBackspaceRounded.tsx | 4 +- src/IconBackspaceRoundedFilled.tsx | 6 +- src/IconBackspaceSharp.tsx | 4 +- src/IconBackspaceSharpFilled.tsx | 4 +- src/IconBackupOutlined.tsx | 4 +- src/IconBackupOutlinedFilled.tsx | 4 +- src/IconBackupRounded.tsx | 4 +- src/IconBackupRoundedFilled.tsx | 4 +- src/IconBackupSharp.tsx | 4 +- src/IconBackupSharpFilled.tsx | 4 +- src/IconBackupTableOutlined.tsx | 4 +- src/IconBackupTableOutlinedFilled.tsx | 6 +- src/IconBackupTableRounded.tsx | 4 +- src/IconBackupTableRoundedFilled.tsx | 6 +- src/IconBackupTableSharp.tsx | 4 +- src/IconBackupTableSharpFilled.tsx | 6 +- src/IconBadgeCriticalBatteryOutlined.tsx | 4 +- ...IconBadgeCriticalBatteryOutlinedFilled.tsx | 4 +- src/IconBadgeCriticalBatteryRounded.tsx | 6 +- src/IconBadgeCriticalBatteryRoundedFilled.tsx | 4 +- src/IconBadgeCriticalBatterySharp.tsx | 6 +- src/IconBadgeCriticalBatterySharpFilled.tsx | 4 +- src/IconBadgeOutlined.tsx | 4 +- src/IconBadgeOutlinedFilled.tsx | 4 +- src/IconBadgeRounded.tsx | 4 +- src/IconBadgeRoundedFilled.tsx | 4 +- src/IconBadgeSharp.tsx | 4 +- src/IconBadgeSharpFilled.tsx | 4 +- src/IconBakeryDiningOutlined.tsx | 4 +- src/IconBakeryDiningOutlinedFilled.tsx | 6 +- src/IconBakeryDiningRounded.tsx | 4 +- src/IconBakeryDiningRoundedFilled.tsx | 6 +- src/IconBakeryDiningSharp.tsx | 4 +- src/IconBakeryDiningSharpFilled.tsx | 6 +- src/IconBalanceOutlined.tsx | 4 +- src/IconBalanceOutlinedFilled.tsx | 6 +- src/IconBalanceRounded.tsx | 4 +- src/IconBalanceRoundedFilled.tsx | 4 +- src/IconBalanceSharp.tsx | 4 +- src/IconBalanceSharpFilled.tsx | 4 +- src/IconBalconyOutlined.tsx | 4 +- src/IconBalconyOutlinedFilled.tsx | 6 +- src/IconBalconyRounded.tsx | 4 +- src/IconBalconyRoundedFilled.tsx | 4 +- src/IconBalconySharp.tsx | 4 +- src/IconBalconySharpFilled.tsx | 4 +- src/IconBallotOutlined.tsx | 4 +- src/IconBallotOutlinedFilled.tsx | 4 +- src/IconBallotRounded.tsx | 4 +- src/IconBallotRoundedFilled.tsx | 4 +- src/IconBallotSharp.tsx | 4 +- src/IconBallotSharpFilled.tsx | 4 +- src/IconBarChart4BarsOutlined.tsx | 6 +- src/IconBarChart4BarsOutlinedFilled.tsx | 6 +- src/IconBarChart4BarsRounded.tsx | 4 +- src/IconBarChart4BarsRoundedFilled.tsx | 6 +- src/IconBarChart4BarsSharp.tsx | 4 +- src/IconBarChart4BarsSharpFilled.tsx | 6 +- src/IconBarChartOffOutlined.tsx | 4 +- src/IconBarChartOffOutlinedFilled.tsx | 6 +- src/IconBarChartOffRounded.tsx | 4 +- src/IconBarChartOffRoundedFilled.tsx | 6 +- src/IconBarChartOffSharp.tsx | 4 +- src/IconBarChartOffSharpFilled.tsx | 6 +- src/IconBarChartOutlined.tsx | 4 +- src/IconBarChartOutlinedFilled.tsx | 6 +- src/IconBarChartRounded.tsx | 4 +- src/IconBarChartRoundedFilled.tsx | 6 +- src/IconBarChartSharp.tsx | 4 +- src/IconBarChartSharpFilled.tsx | 4 +- src/IconBarcodeOutlined.tsx | 4 +- src/IconBarcodeOutlinedFilled.tsx | 6 +- src/IconBarcodeReaderOutlined.tsx | 6 +- src/IconBarcodeReaderOutlinedFilled.tsx | 6 +- src/IconBarcodeReaderRounded.tsx | 4 +- src/IconBarcodeReaderRoundedFilled.tsx | 6 +- src/IconBarcodeReaderSharp.tsx | 4 +- src/IconBarcodeReaderSharpFilled.tsx | 6 +- src/IconBarcodeRounded.tsx | 4 +- src/IconBarcodeRoundedFilled.tsx | 4 +- src/IconBarcodeScannerOutlined.tsx | 6 +- src/IconBarcodeScannerOutlinedFilled.tsx | 4 +- src/IconBarcodeScannerRounded.tsx | 6 +- src/IconBarcodeScannerRoundedFilled.tsx | 6 +- src/IconBarcodeScannerSharp.tsx | 4 +- src/IconBarcodeScannerSharpFilled.tsx | 6 +- src/IconBarcodeSharp.tsx | 4 +- src/IconBarcodeSharpFilled.tsx | 4 +- src/IconBarefootOutlined.tsx | 6 +- src/IconBarefootOutlinedFilled.tsx | 8 +- src/IconBarefootRounded.tsx | 6 +- src/IconBarefootRoundedFilled.tsx | 8 +- src/IconBarefootSharp.tsx | 6 +- src/IconBarefootSharpFilled.tsx | 6 +- src/IconBatchPredictionOutlined.tsx | 6 +- src/IconBatchPredictionOutlinedFilled.tsx | 4 +- src/IconBatchPredictionRounded.tsx | 6 +- src/IconBatchPredictionRoundedFilled.tsx | 4 +- src/IconBatchPredictionSharp.tsx | 4 +- src/IconBatchPredictionSharpFilled.tsx | 6 +- src/IconBathOutdoorOutlined.tsx | 4 +- src/IconBathOutdoorOutlinedFilled.tsx | 6 +- src/IconBathOutdoorRounded.tsx | 4 +- src/IconBathOutdoorRoundedFilled.tsx | 6 +- src/IconBathOutdoorSharp.tsx | 4 +- src/IconBathOutdoorSharpFilled.tsx | 6 +- src/IconBathPrivateOutlined.tsx | 4 +- src/IconBathPrivateOutlinedFilled.tsx | 6 +- src/IconBathPrivateRounded.tsx | 4 +- src/IconBathPrivateRoundedFilled.tsx | 6 +- src/IconBathPrivateSharp.tsx | 4 +- src/IconBathPrivateSharpFilled.tsx | 6 +- src/IconBathPublicLargeOutlined.tsx | 6 +- src/IconBathPublicLargeOutlinedFilled.tsx | 4 +- src/IconBathPublicLargeRounded.tsx | 6 +- src/IconBathPublicLargeRoundedFilled.tsx | 4 +- src/IconBathPublicLargeSharp.tsx | 4 +- src/IconBathPublicLargeSharpFilled.tsx | 6 +- src/IconBathroomOutlined.tsx | 4 +- src/IconBathroomOutlinedFilled.tsx | 6 +- src/IconBathroomRounded.tsx | 4 +- src/IconBathroomRoundedFilled.tsx | 6 +- src/IconBathroomSharp.tsx | 4 +- src/IconBathroomSharpFilled.tsx | 4 +- src/IconBathtubOutlined.tsx | 4 +- src/IconBathtubOutlinedFilled.tsx | 6 +- src/IconBathtubRounded.tsx | 4 +- src/IconBathtubRoundedFilled.tsx | 4 +- src/IconBathtubSharp.tsx | 4 +- src/IconBathtubSharpFilled.tsx | 4 +- src/IconBattery0BarOutlined.tsx | 4 +- src/IconBattery0BarOutlinedFilled.tsx | 6 +- src/IconBattery0BarRounded.tsx | 4 +- src/IconBattery0BarRoundedFilled.tsx | 6 +- src/IconBattery0BarSharp.tsx | 4 +- src/IconBattery0BarSharpFilled.tsx | 6 +- src/IconBattery1BarOutlined.tsx | 4 +- src/IconBattery1BarOutlinedFilled.tsx | 6 +- src/IconBattery1BarRounded.tsx | 4 +- src/IconBattery1BarRoundedFilled.tsx | 6 +- src/IconBattery1BarSharp.tsx | 4 +- src/IconBattery1BarSharpFilled.tsx | 6 +- src/IconBattery2BarOutlined.tsx | 4 +- src/IconBattery2BarOutlinedFilled.tsx | 6 +- src/IconBattery2BarRounded.tsx | 4 +- src/IconBattery2BarRoundedFilled.tsx | 6 +- src/IconBattery2BarSharp.tsx | 4 +- src/IconBattery2BarSharpFilled.tsx | 6 +- src/IconBattery3BarOutlined.tsx | 4 +- src/IconBattery3BarOutlinedFilled.tsx | 6 +- src/IconBattery3BarRounded.tsx | 4 +- src/IconBattery3BarRoundedFilled.tsx | 6 +- src/IconBattery3BarSharp.tsx | 4 +- src/IconBattery3BarSharpFilled.tsx | 6 +- src/IconBattery4BarOutlined.tsx | 4 +- src/IconBattery4BarOutlinedFilled.tsx | 6 +- src/IconBattery4BarRounded.tsx | 4 +- src/IconBattery4BarRoundedFilled.tsx | 6 +- src/IconBattery4BarSharp.tsx | 4 +- src/IconBattery4BarSharpFilled.tsx | 6 +- src/IconBattery5BarOutlined.tsx | 4 +- src/IconBattery5BarOutlinedFilled.tsx | 6 +- src/IconBattery5BarRounded.tsx | 4 +- src/IconBattery5BarRoundedFilled.tsx | 6 +- src/IconBattery5BarSharp.tsx | 4 +- src/IconBattery5BarSharpFilled.tsx | 6 +- src/IconBattery6BarOutlined.tsx | 4 +- src/IconBattery6BarOutlinedFilled.tsx | 6 +- src/IconBattery6BarRounded.tsx | 4 +- src/IconBattery6BarRoundedFilled.tsx | 6 +- src/IconBattery6BarSharp.tsx | 4 +- src/IconBattery6BarSharpFilled.tsx | 6 +- src/IconBatteryAlertOutlined.tsx | 4 +- src/IconBatteryAlertOutlinedFilled.tsx | 6 +- src/IconBatteryAlertRounded.tsx | 4 +- src/IconBatteryAlertRoundedFilled.tsx | 6 +- src/IconBatteryAlertSharp.tsx | 4 +- src/IconBatteryAlertSharpFilled.tsx | 6 +- src/IconBatteryChangeOutlined.tsx | 6 +- src/IconBatteryChangeOutlinedFilled.tsx | 6 +- src/IconBatteryChangeRounded.tsx | 4 +- src/IconBatteryChangeRoundedFilled.tsx | 6 +- src/IconBatteryChangeSharp.tsx | 4 +- src/IconBatteryChangeSharpFilled.tsx | 6 +- src/IconBatteryCharging20Outlined.tsx | 6 +- src/IconBatteryCharging20OutlinedFilled.tsx | 4 +- src/IconBatteryCharging20Rounded.tsx | 6 +- src/IconBatteryCharging20RoundedFilled.tsx | 4 +- src/IconBatteryCharging20Sharp.tsx | 6 +- src/IconBatteryCharging20SharpFilled.tsx | 4 +- src/IconBatteryCharging30Outlined.tsx | 6 +- src/IconBatteryCharging30OutlinedFilled.tsx | 4 +- src/IconBatteryCharging30Rounded.tsx | 6 +- src/IconBatteryCharging30RoundedFilled.tsx | 4 +- src/IconBatteryCharging30Sharp.tsx | 6 +- src/IconBatteryCharging30SharpFilled.tsx | 4 +- src/IconBatteryCharging50Outlined.tsx | 6 +- src/IconBatteryCharging50OutlinedFilled.tsx | 4 +- src/IconBatteryCharging50Rounded.tsx | 6 +- src/IconBatteryCharging50RoundedFilled.tsx | 4 +- src/IconBatteryCharging50Sharp.tsx | 6 +- src/IconBatteryCharging50SharpFilled.tsx | 4 +- src/IconBatteryCharging60Outlined.tsx | 6 +- src/IconBatteryCharging60OutlinedFilled.tsx | 4 +- src/IconBatteryCharging60Rounded.tsx | 6 +- src/IconBatteryCharging60RoundedFilled.tsx | 4 +- src/IconBatteryCharging60Sharp.tsx | 6 +- src/IconBatteryCharging60SharpFilled.tsx | 4 +- src/IconBatteryCharging80Outlined.tsx | 6 +- src/IconBatteryCharging80OutlinedFilled.tsx | 4 +- src/IconBatteryCharging80Rounded.tsx | 6 +- src/IconBatteryCharging80RoundedFilled.tsx | 4 +- src/IconBatteryCharging80Sharp.tsx | 6 +- src/IconBatteryCharging80SharpFilled.tsx | 4 +- src/IconBatteryCharging90Outlined.tsx | 6 +- src/IconBatteryCharging90OutlinedFilled.tsx | 4 +- src/IconBatteryCharging90Rounded.tsx | 6 +- src/IconBatteryCharging90RoundedFilled.tsx | 4 +- src/IconBatteryCharging90Sharp.tsx | 6 +- src/IconBatteryCharging90SharpFilled.tsx | 4 +- src/IconBatteryChargingFullOutlined.tsx | 6 +- src/IconBatteryChargingFullOutlinedFilled.tsx | 4 +- src/IconBatteryChargingFullRounded.tsx | 6 +- src/IconBatteryChargingFullRoundedFilled.tsx | 4 +- src/IconBatteryChargingFullSharp.tsx | 6 +- src/IconBatteryChargingFullSharpFilled.tsx | 4 +- src/IconBatteryErrorOutlined.tsx | 4 +- src/IconBatteryErrorOutlinedFilled.tsx | 6 +- src/IconBatteryErrorRounded.tsx | 4 +- src/IconBatteryErrorRoundedFilled.tsx | 6 +- src/IconBatteryErrorSharp.tsx | 4 +- src/IconBatteryErrorSharpFilled.tsx | 6 +- src/IconBatteryFullAltOutlined.tsx | 6 +- src/IconBatteryFullAltOutlinedFilled.tsx | 4 +- src/IconBatteryFullAltRounded.tsx | 6 +- src/IconBatteryFullAltRoundedFilled.tsx | 6 +- src/IconBatteryFullAltSharp.tsx | 4 +- src/IconBatteryFullAltSharpFilled.tsx | 6 +- src/IconBatteryFullOutlined.tsx | 4 +- src/IconBatteryFullOutlinedFilled.tsx | 6 +- src/IconBatteryFullRounded.tsx | 4 +- src/IconBatteryFullRoundedFilled.tsx | 6 +- src/IconBatteryFullSharp.tsx | 4 +- src/IconBatteryFullSharpFilled.tsx | 6 +- src/IconBatteryHoriz000Outlined.tsx | 6 +- src/IconBatteryHoriz000OutlinedFilled.tsx | 4 +- src/IconBatteryHoriz000Rounded.tsx | 6 +- src/IconBatteryHoriz000RoundedFilled.tsx | 4 +- src/IconBatteryHoriz000Sharp.tsx | 4 +- src/IconBatteryHoriz000SharpFilled.tsx | 6 +- src/IconBatteryHoriz050Outlined.tsx | 6 +- src/IconBatteryHoriz050OutlinedFilled.tsx | 4 +- src/IconBatteryHoriz050Rounded.tsx | 6 +- src/IconBatteryHoriz050RoundedFilled.tsx | 4 +- src/IconBatteryHoriz050Sharp.tsx | 9 + src/IconBatteryHoriz050SharpFilled.tsx | 6 +- src/IconBatteryHoriz075Outlined.tsx | 6 +- src/IconBatteryHoriz075OutlinedFilled.tsx | 4 +- src/IconBatteryHoriz075Rounded.tsx | 6 +- src/IconBatteryHoriz075RoundedFilled.tsx | 4 +- src/IconBatteryHoriz075Sharp.tsx | 4 +- src/IconBatteryHoriz075SharpFilled.tsx | 6 +- src/IconBatteryLowOutlined.tsx | 4 +- src/IconBatteryLowOutlinedFilled.tsx | 6 +- src/IconBatteryLowRounded.tsx | 4 +- src/IconBatteryLowRoundedFilled.tsx | 6 +- src/IconBatteryLowSharp.tsx | 4 +- src/IconBatteryLowSharpFilled.tsx | 6 +- src/IconBatteryPlusOutlined.tsx | 4 +- src/IconBatteryPlusOutlinedFilled.tsx | 6 +- src/IconBatteryPlusRounded.tsx | 4 +- src/IconBatteryPlusRoundedFilled.tsx | 6 +- src/IconBatteryPlusSharp.tsx | 4 +- src/IconBatteryPlusSharpFilled.tsx | 6 +- src/IconBatteryProfileOutlined.tsx | 6 +- src/IconBatteryProfileOutlinedFilled.tsx | 4 +- src/IconBatteryProfileRounded.tsx | 6 +- src/IconBatteryProfileRoundedFilled.tsx | 6 +- src/IconBatteryProfileSharp.tsx | 4 +- src/IconBatteryProfileSharpFilled.tsx | 6 +- src/IconBatterySaverOutlined.tsx | 4 +- src/IconBatterySaverOutlinedFilled.tsx | 6 +- src/IconBatterySaverRounded.tsx | 4 +- src/IconBatterySaverRoundedFilled.tsx | 6 +- src/IconBatterySaverSharp.tsx | 4 +- src/IconBatterySaverSharpFilled.tsx | 6 +- src/IconBatteryShareOutlined.tsx | 4 +- src/IconBatteryShareOutlinedFilled.tsx | 6 +- src/IconBatteryShareRounded.tsx | 4 +- src/IconBatteryShareRoundedFilled.tsx | 6 +- src/IconBatteryShareSharp.tsx | 4 +- src/IconBatteryShareSharpFilled.tsx | 6 +- src/IconBatteryStatusGoodOutlined.tsx | 6 +- src/IconBatteryStatusGoodOutlinedFilled.tsx | 4 +- src/IconBatteryStatusGoodRounded.tsx | 6 +- src/IconBatteryStatusGoodRoundedFilled.tsx | 4 +- src/IconBatteryStatusGoodSharp.tsx | 6 +- src/IconBatteryStatusGoodSharpFilled.tsx | 4 +- src/IconBatteryUnknownOutlined.tsx | 6 +- src/IconBatteryUnknownOutlinedFilled.tsx | 4 +- src/IconBatteryUnknownRounded.tsx | 6 +- src/IconBatteryUnknownRoundedFilled.tsx | 6 +- src/IconBatteryUnknownSharp.tsx | 4 +- src/IconBatteryUnknownSharpFilled.tsx | 6 +- src/IconBatteryVeryLowOutlined.tsx | 6 +- src/IconBatteryVeryLowOutlinedFilled.tsx | 4 +- src/IconBatteryVeryLowRounded.tsx | 6 +- src/IconBatteryVeryLowRoundedFilled.tsx | 6 +- src/IconBatteryVeryLowSharp.tsx | 4 +- src/IconBatteryVeryLowSharpFilled.tsx | 6 +- src/IconBeachAccessOutlined.tsx | 4 +- src/IconBeachAccessOutlinedFilled.tsx | 6 +- src/IconBeachAccessRounded.tsx | 4 +- src/IconBeachAccessRoundedFilled.tsx | 6 +- src/IconBeachAccessSharp.tsx | 4 +- src/IconBeachAccessSharpFilled.tsx | 6 +- src/IconBedOutlined.tsx | 4 +- src/IconBedOutlinedFilled.tsx | 4 +- src/IconBedRounded.tsx | 4 +- src/IconBedRoundedFilled.tsx | 4 +- src/IconBedSharp.tsx | 4 +- src/IconBedSharpFilled.tsx | 4 +- src/IconBedroomBabyOutlined.tsx | 4 +- src/IconBedroomBabyOutlinedFilled.tsx | 6 +- src/IconBedroomBabyRounded.tsx | 4 +- src/IconBedroomBabyRoundedFilled.tsx | 6 +- src/IconBedroomBabySharp.tsx | 4 +- src/IconBedroomBabySharpFilled.tsx | 6 +- src/IconBedroomChildOutlined.tsx | 4 +- src/IconBedroomChildOutlinedFilled.tsx | 6 +- src/IconBedroomChildRounded.tsx | 4 +- src/IconBedroomChildRoundedFilled.tsx | 6 +- src/IconBedroomChildSharp.tsx | 4 +- src/IconBedroomChildSharpFilled.tsx | 6 +- src/IconBedroomParentOutlined.tsx | 6 +- src/IconBedroomParentOutlinedFilled.tsx | 6 +- src/IconBedroomParentRounded.tsx | 4 +- src/IconBedroomParentRoundedFilled.tsx | 6 +- src/IconBedroomParentSharp.tsx | 4 +- src/IconBedroomParentSharpFilled.tsx | 6 +- src/IconBedtimeOffOutlined.tsx | 4 +- src/IconBedtimeOffOutlinedFilled.tsx | 6 +- src/IconBedtimeOffRounded.tsx | 4 +- src/IconBedtimeOffRoundedFilled.tsx | 6 +- src/IconBedtimeOffSharp.tsx | 4 +- src/IconBedtimeOffSharpFilled.tsx | 6 +- src/IconBedtimeOutlined.tsx | 4 +- src/IconBedtimeOutlinedFilled.tsx | 6 +- src/IconBedtimeRounded.tsx | 4 +- src/IconBedtimeRoundedFilled.tsx | 4 +- src/IconBedtimeSharp.tsx | 4 +- src/IconBedtimeSharpFilled.tsx | 4 +- src/IconBeenhereOutlined.tsx | 4 +- src/IconBeenhereOutlinedFilled.tsx | 6 +- src/IconBeenhereRounded.tsx | 4 +- src/IconBeenhereRoundedFilled.tsx | 6 +- src/IconBeenhereSharp.tsx | 4 +- src/IconBeenhereSharpFilled.tsx | 4 +- src/IconBentoOutlined.tsx | 4 +- src/IconBentoOutlinedFilled.tsx | 4 +- src/IconBentoRounded.tsx | 4 +- src/IconBentoRoundedFilled.tsx | 4 +- src/IconBentoSharp.tsx | 4 +- src/IconBentoSharpFilled.tsx | 4 +- src/IconBiaOutlined.tsx | 4 +- src/IconBiaOutlinedFilled.tsx | 4 +- src/IconBiaRounded.tsx | 4 +- src/IconBiaRoundedFilled.tsx | 4 +- src/IconBiaSharp.tsx | 4 +- src/IconBiaSharpFilled.tsx | 4 +- src/IconBidLandscapeDisabledOutlined.tsx | 4 +- ...IconBidLandscapeDisabledOutlinedFilled.tsx | 4 +- src/IconBidLandscapeDisabledRounded.tsx | 6 +- src/IconBidLandscapeDisabledRoundedFilled.tsx | 4 +- src/IconBidLandscapeDisabledSharp.tsx | 6 +- src/IconBidLandscapeDisabledSharpFilled.tsx | 4 +- src/IconBidLandscapeOutlined.tsx | 4 +- src/IconBidLandscapeOutlinedFilled.tsx | 6 +- src/IconBidLandscapeRounded.tsx | 4 +- src/IconBidLandscapeRoundedFilled.tsx | 6 +- src/IconBidLandscapeSharp.tsx | 4 +- src/IconBidLandscapeSharpFilled.tsx | 6 +- src/IconBigtopUpdatesOutlined.tsx | 6 +- src/IconBigtopUpdatesOutlinedFilled.tsx | 6 +- src/IconBigtopUpdatesRounded.tsx | 4 +- src/IconBigtopUpdatesRoundedFilled.tsx | 6 +- src/IconBigtopUpdatesSharp.tsx | 4 +- src/IconBigtopUpdatesSharpFilled.tsx | 6 +- src/IconBikeDockOutlined.tsx | 4 +- src/IconBikeDockOutlinedFilled.tsx | 6 +- src/IconBikeDockRounded.tsx | 4 +- src/IconBikeDockRoundedFilled.tsx | 6 +- src/IconBikeDockSharp.tsx | 4 +- src/IconBikeDockSharpFilled.tsx | 4 +- src/IconBikeLaneOutlined.tsx | 4 +- src/IconBikeLaneOutlinedFilled.tsx | 6 +- src/IconBikeLaneRounded.tsx | 4 +- src/IconBikeLaneRoundedFilled.tsx | 6 +- src/IconBikeLaneSharp.tsx | 4 +- src/IconBikeLaneSharpFilled.tsx | 4 +- src/IconBikeScooterOutlined.tsx | 4 +- src/IconBikeScooterOutlinedFilled.tsx | 6 +- src/IconBikeScooterRounded.tsx | 4 +- src/IconBikeScooterRoundedFilled.tsx | 6 +- src/IconBikeScooterSharp.tsx | 4 +- src/IconBikeScooterSharpFilled.tsx | 6 +- src/IconBiotechOutlined.tsx | 4 +- src/IconBiotechOutlinedFilled.tsx | 6 +- src/IconBiotechRounded.tsx | 4 +- src/IconBiotechRoundedFilled.tsx | 4 +- src/IconBiotechSharp.tsx | 4 +- src/IconBiotechSharpFilled.tsx | 4 +- src/IconBlanketOutlined.tsx | 4 +- src/IconBlanketOutlinedFilled.tsx | 6 +- src/IconBlanketRounded.tsx | 4 +- src/IconBlanketRoundedFilled.tsx | 4 +- src/IconBlanketSharp.tsx | 4 +- src/IconBlanketSharpFilled.tsx | 4 +- src/IconBlenderOutlined.tsx | 4 +- src/IconBlenderOutlinedFilled.tsx | 6 +- src/IconBlenderRounded.tsx | 4 +- src/IconBlenderRoundedFilled.tsx | 4 +- src/IconBlenderSharp.tsx | 4 +- src/IconBlenderSharpFilled.tsx | 4 +- src/IconBlindOutlined.tsx | 4 +- src/IconBlindOutlinedFilled.tsx | 4 +- src/IconBlindRounded.tsx | 4 +- src/IconBlindRoundedFilled.tsx | 4 +- src/IconBlindSharp.tsx | 4 +- src/IconBlindSharpFilled.tsx | 4 +- src/IconBlindsClosedOutlined.tsx | 4 +- src/IconBlindsClosedOutlinedFilled.tsx | 6 +- src/IconBlindsClosedRounded.tsx | 4 +- src/IconBlindsClosedRoundedFilled.tsx | 6 +- src/IconBlindsClosedSharp.tsx | 4 +- src/IconBlindsClosedSharpFilled.tsx | 6 +- src/IconBlindsOutlined.tsx | 4 +- src/IconBlindsOutlinedFilled.tsx | 4 +- src/IconBlindsRounded.tsx | 4 +- src/IconBlindsRoundedFilled.tsx | 4 +- src/IconBlindsSharp.tsx | 4 +- src/IconBlindsSharpFilled.tsx | 4 +- src/IconBlockOutlined.tsx | 4 +- src/IconBlockOutlinedFilled.tsx | 4 +- src/IconBlockRounded.tsx | 4 +- src/IconBlockRoundedFilled.tsx | 4 +- src/IconBlockSharp.tsx | 4 +- src/IconBlockSharpFilled.tsx | 4 +- src/IconBloodPressureOutlined.tsx | 6 +- src/IconBloodPressureOutlinedFilled.tsx | 6 +- src/IconBloodPressureRounded.tsx | 4 +- src/IconBloodPressureRoundedFilled.tsx | 6 +- src/IconBloodPressureSharp.tsx | 4 +- src/IconBloodPressureSharpFilled.tsx | 6 +- src/IconBloodtypeOutlined.tsx | 4 +- src/IconBloodtypeOutlinedFilled.tsx | 6 +- src/IconBloodtypeRounded.tsx | 4 +- src/IconBloodtypeRoundedFilled.tsx | 6 +- src/IconBloodtypeSharp.tsx | 4 +- src/IconBloodtypeSharpFilled.tsx | 4 +- src/IconBluetoothConnectedOutlined.tsx | 6 +- src/IconBluetoothConnectedOutlinedFilled.tsx | 4 +- src/IconBluetoothConnectedRounded.tsx | 6 +- src/IconBluetoothConnectedRoundedFilled.tsx | 4 +- src/IconBluetoothConnectedSharp.tsx | 6 +- src/IconBluetoothConnectedSharpFilled.tsx | 4 +- src/IconBluetoothDisabledOutlined.tsx | 6 +- src/IconBluetoothDisabledOutlinedFilled.tsx | 4 +- src/IconBluetoothDisabledRounded.tsx | 6 +- src/IconBluetoothDisabledRoundedFilled.tsx | 4 +- src/IconBluetoothDisabledSharp.tsx | 6 +- src/IconBluetoothDisabledSharpFilled.tsx | 4 +- src/IconBluetoothDriveOutlined.tsx | 6 +- src/IconBluetoothDriveOutlinedFilled.tsx | 4 +- src/IconBluetoothDriveRounded.tsx | 6 +- src/IconBluetoothDriveRoundedFilled.tsx | 6 +- src/IconBluetoothDriveSharp.tsx | 4 +- src/IconBluetoothDriveSharpFilled.tsx | 6 +- src/IconBluetoothOutlined.tsx | 4 +- src/IconBluetoothOutlinedFilled.tsx | 6 +- src/IconBluetoothRounded.tsx | 4 +- src/IconBluetoothRoundedFilled.tsx | 6 +- src/IconBluetoothSearchingOutlined.tsx | 6 +- src/IconBluetoothSearchingOutlinedFilled.tsx | 4 +- src/IconBluetoothSearchingRounded.tsx | 6 +- src/IconBluetoothSearchingRoundedFilled.tsx | 4 +- src/IconBluetoothSearchingSharp.tsx | 6 +- src/IconBluetoothSearchingSharpFilled.tsx | 4 +- src/IconBluetoothSharp.tsx | 4 +- src/IconBluetoothSharpFilled.tsx | 4 +- src/IconBlurCircularOutlined.tsx | 4 +- src/IconBlurCircularOutlinedFilled.tsx | 6 +- src/IconBlurCircularRounded.tsx | 4 +- src/IconBlurCircularRoundedFilled.tsx | 6 +- src/IconBlurCircularSharp.tsx | 4 +- src/IconBlurCircularSharpFilled.tsx | 6 +- src/IconBlurLinearOutlined.tsx | 4 +- src/IconBlurLinearOutlinedFilled.tsx | 6 +- src/IconBlurLinearRounded.tsx | 4 +- src/IconBlurLinearRoundedFilled.tsx | 6 +- src/IconBlurLinearSharp.tsx | 4 +- src/IconBlurLinearSharpFilled.tsx | 6 +- src/IconBlurMediumOutlined.tsx | 4 +- src/IconBlurMediumOutlinedFilled.tsx | 6 +- src/IconBlurMediumRounded.tsx | 4 +- src/IconBlurMediumRoundedFilled.tsx | 6 +- src/IconBlurMediumSharp.tsx | 4 +- src/IconBlurMediumSharpFilled.tsx | 6 +- src/IconBlurOffOutlined.tsx | 4 +- src/IconBlurOffOutlinedFilled.tsx | 6 +- src/IconBlurOffRounded.tsx | 4 +- src/IconBlurOffRoundedFilled.tsx | 4 +- src/IconBlurOffSharp.tsx | 4 +- src/IconBlurOffSharpFilled.tsx | 4 +- src/IconBlurOnOutlined.tsx | 4 +- src/IconBlurOnOutlinedFilled.tsx | 4 +- src/IconBlurOnRounded.tsx | 4 +- src/IconBlurOnRoundedFilled.tsx | 4 +- src/IconBlurOnSharp.tsx | 4 +- src/IconBlurOnSharpFilled.tsx | 4 +- src/IconBlurShortOutlined.tsx | 4 +- src/IconBlurShortOutlinedFilled.tsx | 6 +- src/IconBlurShortRounded.tsx | 4 +- src/IconBlurShortRoundedFilled.tsx | 6 +- src/IconBlurShortSharp.tsx | 4 +- src/IconBlurShortSharpFilled.tsx | 4 +- src/IconBodyFatOutlined.tsx | 4 +- src/IconBodyFatOutlinedFilled.tsx | 6 +- src/IconBodyFatRounded.tsx | 4 +- src/IconBodyFatRoundedFilled.tsx | 4 +- src/IconBodyFatSharp.tsx | 4 +- src/IconBodyFatSharpFilled.tsx | 4 +- src/IconBodySystemOutlined.tsx | 4 +- src/IconBodySystemOutlinedFilled.tsx | 6 +- src/IconBodySystemRounded.tsx | 4 +- src/IconBodySystemRoundedFilled.tsx | 6 +- src/IconBodySystemSharp.tsx | 4 +- src/IconBodySystemSharpFilled.tsx | 6 +- src/IconBoltOutlined.tsx | 4 +- src/IconBoltOutlinedFilled.tsx | 4 +- src/IconBoltRounded.tsx | 4 +- src/IconBoltRoundedFilled.tsx | 4 +- src/IconBoltSharp.tsx | 4 +- src/IconBoltSharpFilled.tsx | 4 +- src/IconBombOutlined.tsx | 4 +- src/IconBombOutlinedFilled.tsx | 4 +- src/IconBombRounded.tsx | 4 +- src/IconBombRoundedFilled.tsx | 4 +- src/IconBombSharp.tsx | 4 +- src/IconBombSharpFilled.tsx | 4 +- src/IconBook2Outlined.tsx | 4 +- src/IconBook2OutlinedFilled.tsx | 4 +- src/IconBook2Rounded.tsx | 4 +- src/IconBook2RoundedFilled.tsx | 4 +- src/IconBook2Sharp.tsx | 4 +- src/IconBook2SharpFilled.tsx | 4 +- src/IconBook3Outlined.tsx | 4 +- src/IconBook3OutlinedFilled.tsx | 4 +- src/IconBook3Rounded.tsx | 4 +- src/IconBook3RoundedFilled.tsx | 4 +- src/IconBook3Sharp.tsx | 4 +- src/IconBook3SharpFilled.tsx | 4 +- src/IconBook4Outlined.tsx | 4 +- src/IconBook4OutlinedFilled.tsx | 4 +- src/IconBook4Rounded.tsx | 4 +- src/IconBook4RoundedFilled.tsx | 4 +- src/IconBook4Sharp.tsx | 4 +- src/IconBook4SharpFilled.tsx | 4 +- src/IconBook4SparkOutlined.tsx | 9 + src/IconBook4SparkOutlinedFilled.tsx | 11 + src/IconBook4SparkRounded.tsx | 9 + src/IconBook4SparkRoundedFilled.tsx | 11 + src/IconBook4SparkSharp.tsx | 9 + src/IconBook4SparkSharpFilled.tsx | 11 + src/IconBook5Outlined.tsx | 4 +- src/IconBook5OutlinedFilled.tsx | 4 +- src/IconBook5Rounded.tsx | 4 +- src/IconBook5RoundedFilled.tsx | 4 +- src/IconBook5Sharp.tsx | 4 +- src/IconBook5SharpFilled.tsx | 4 +- src/IconBook6Outlined.tsx | 9 + src/IconBook6OutlinedFilled.tsx | 9 + src/IconBook6Rounded.tsx | 9 + src/IconBook6RoundedFilled.tsx | 9 + src/IconBook6Sharp.tsx | 9 + src/IconBook6SharpFilled.tsx | 9 + src/IconBookOnlineOutlined.tsx | 4 +- src/IconBookOnlineOutlinedFilled.tsx | 6 +- src/IconBookOnlineRounded.tsx | 4 +- src/IconBookOnlineRoundedFilled.tsx | 6 +- src/IconBookOnlineSharp.tsx | 4 +- src/IconBookOnlineSharpFilled.tsx | 6 +- src/IconBookOutlined.tsx | 4 +- src/IconBookOutlinedFilled.tsx | 4 +- src/IconBookRibbonOutlined.tsx | 9 + src/IconBookRibbonOutlinedFilled.tsx | 11 + src/IconBookRibbonRounded.tsx | 9 + src/IconBookRibbonRoundedFilled.tsx | 11 + src/IconBookRibbonSharp.tsx | 9 + src/IconBookRibbonSharpFilled.tsx | 11 + src/IconBookRounded.tsx | 4 +- src/IconBookRoundedFilled.tsx | 4 +- src/IconBookSharp.tsx | 4 +- src/IconBookSharpFilled.tsx | 4 +- src/IconBookmarkAddOutlined.tsx | 4 +- src/IconBookmarkAddOutlinedFilled.tsx | 6 +- src/IconBookmarkAddRounded.tsx | 4 +- src/IconBookmarkAddRoundedFilled.tsx | 6 +- src/IconBookmarkAddSharp.tsx | 4 +- src/IconBookmarkAddSharpFilled.tsx | 6 +- src/IconBookmarkAddedOutlined.tsx | 6 +- src/IconBookmarkAddedOutlinedFilled.tsx | 6 +- src/IconBookmarkAddedRounded.tsx | 4 +- src/IconBookmarkAddedRoundedFilled.tsx | 6 +- src/IconBookmarkAddedSharp.tsx | 4 +- src/IconBookmarkAddedSharpFilled.tsx | 6 +- src/IconBookmarkBagOutlined.tsx | 4 +- src/IconBookmarkBagOutlinedFilled.tsx | 6 +- src/IconBookmarkBagRounded.tsx | 4 +- src/IconBookmarkBagRoundedFilled.tsx | 6 +- src/IconBookmarkBagSharp.tsx | 4 +- src/IconBookmarkBagSharpFilled.tsx | 6 +- src/IconBookmarkCheckOutlined.tsx | 6 +- src/IconBookmarkCheckOutlinedFilled.tsx | 6 +- src/IconBookmarkCheckRounded.tsx | 4 +- src/IconBookmarkCheckRoundedFilled.tsx | 6 +- src/IconBookmarkCheckSharp.tsx | 4 +- src/IconBookmarkCheckSharpFilled.tsx | 6 +- src/IconBookmarkFlagOutlined.tsx | 4 +- src/IconBookmarkFlagOutlinedFilled.tsx | 6 +- src/IconBookmarkFlagRounded.tsx | 4 +- src/IconBookmarkFlagRoundedFilled.tsx | 6 +- src/IconBookmarkFlagSharp.tsx | 4 +- src/IconBookmarkFlagSharpFilled.tsx | 6 +- src/IconBookmarkHeartOutlined.tsx | 6 +- src/IconBookmarkHeartOutlinedFilled.tsx | 6 +- src/IconBookmarkHeartRounded.tsx | 4 +- src/IconBookmarkHeartRoundedFilled.tsx | 6 +- src/IconBookmarkHeartSharp.tsx | 4 +- src/IconBookmarkHeartSharpFilled.tsx | 6 +- src/IconBookmarkManagerOutlined.tsx | 6 +- src/IconBookmarkManagerOutlinedFilled.tsx | 4 +- src/IconBookmarkManagerRounded.tsx | 6 +- src/IconBookmarkManagerRoundedFilled.tsx | 4 +- src/IconBookmarkManagerSharp.tsx | 4 +- src/IconBookmarkManagerSharpFilled.tsx | 6 +- src/IconBookmarkOutlined.tsx | 4 +- src/IconBookmarkOutlinedFilled.tsx | 6 +- src/IconBookmarkRemoveOutlined.tsx | 6 +- src/IconBookmarkRemoveOutlinedFilled.tsx | 4 +- src/IconBookmarkRemoveRounded.tsx | 6 +- src/IconBookmarkRemoveRoundedFilled.tsx | 6 +- src/IconBookmarkRemoveSharp.tsx | 4 +- src/IconBookmarkRemoveSharpFilled.tsx | 6 +- src/IconBookmarkRounded.tsx | 4 +- src/IconBookmarkRoundedFilled.tsx | 6 +- src/IconBookmarkSharp.tsx | 4 +- src/IconBookmarkSharpFilled.tsx | 4 +- src/IconBookmarkStarOutlined.tsx | 4 +- src/IconBookmarkStarOutlinedFilled.tsx | 6 +- src/IconBookmarkStarRounded.tsx | 4 +- src/IconBookmarkStarRoundedFilled.tsx | 6 +- src/IconBookmarkStarSharp.tsx | 4 +- src/IconBookmarkStarSharpFilled.tsx | 6 +- src/IconBookmarksOutlined.tsx | 4 +- src/IconBookmarksOutlinedFilled.tsx | 6 +- src/IconBookmarksRounded.tsx | 4 +- src/IconBookmarksRoundedFilled.tsx | 6 +- src/IconBookmarksSharp.tsx | 4 +- src/IconBookmarksSharpFilled.tsx | 4 +- src/IconBorderAllOutlined.tsx | 4 +- src/IconBorderAllOutlinedFilled.tsx | 6 +- src/IconBorderAllRounded.tsx | 4 +- src/IconBorderAllRoundedFilled.tsx | 6 +- src/IconBorderAllSharp.tsx | 4 +- src/IconBorderAllSharpFilled.tsx | 4 +- src/IconBorderBottomOutlined.tsx | 4 +- src/IconBorderBottomOutlinedFilled.tsx | 6 +- src/IconBorderBottomRounded.tsx | 4 +- src/IconBorderBottomRoundedFilled.tsx | 6 +- src/IconBorderBottomSharp.tsx | 4 +- src/IconBorderBottomSharpFilled.tsx | 6 +- src/IconBorderClearOutlined.tsx | 4 +- src/IconBorderClearOutlinedFilled.tsx | 6 +- src/IconBorderClearRounded.tsx | 4 +- src/IconBorderClearRoundedFilled.tsx | 6 +- src/IconBorderClearSharp.tsx | 4 +- src/IconBorderClearSharpFilled.tsx | 6 +- src/IconBorderColorOutlined.tsx | 4 +- src/IconBorderColorOutlinedFilled.tsx | 6 +- src/IconBorderColorRounded.tsx | 4 +- src/IconBorderColorRoundedFilled.tsx | 6 +- src/IconBorderColorSharp.tsx | 4 +- src/IconBorderColorSharpFilled.tsx | 6 +- src/IconBorderHorizontalOutlined.tsx | 6 +- src/IconBorderHorizontalOutlinedFilled.tsx | 4 +- src/IconBorderHorizontalRounded.tsx | 6 +- src/IconBorderHorizontalRoundedFilled.tsx | 4 +- src/IconBorderHorizontalSharp.tsx | 6 +- src/IconBorderHorizontalSharpFilled.tsx | 6 +- src/IconBorderInnerOutlined.tsx | 4 +- src/IconBorderInnerOutlinedFilled.tsx | 6 +- src/IconBorderInnerRounded.tsx | 4 +- src/IconBorderInnerRoundedFilled.tsx | 6 +- src/IconBorderInnerSharp.tsx | 4 +- src/IconBorderInnerSharpFilled.tsx | 6 +- src/IconBorderLeftOutlined.tsx | 4 +- src/IconBorderLeftOutlinedFilled.tsx | 6 +- src/IconBorderLeftRounded.tsx | 4 +- src/IconBorderLeftRoundedFilled.tsx | 6 +- src/IconBorderLeftSharp.tsx | 4 +- src/IconBorderLeftSharpFilled.tsx | 6 +- src/IconBorderOuterOutlined.tsx | 4 +- src/IconBorderOuterOutlinedFilled.tsx | 6 +- src/IconBorderOuterRounded.tsx | 4 +- src/IconBorderOuterRoundedFilled.tsx | 6 +- src/IconBorderOuterSharp.tsx | 4 +- src/IconBorderOuterSharpFilled.tsx | 6 +- src/IconBorderRightOutlined.tsx | 4 +- src/IconBorderRightOutlinedFilled.tsx | 6 +- src/IconBorderRightRounded.tsx | 4 +- src/IconBorderRightRoundedFilled.tsx | 6 +- src/IconBorderRightSharp.tsx | 4 +- src/IconBorderRightSharpFilled.tsx | 6 +- src/IconBorderStyleOutlined.tsx | 4 +- src/IconBorderStyleOutlinedFilled.tsx | 6 +- src/IconBorderStyleRounded.tsx | 4 +- src/IconBorderStyleRoundedFilled.tsx | 6 +- src/IconBorderStyleSharp.tsx | 4 +- src/IconBorderStyleSharpFilled.tsx | 6 +- src/IconBorderTopOutlined.tsx | 4 +- src/IconBorderTopOutlinedFilled.tsx | 6 +- src/IconBorderTopRounded.tsx | 4 +- src/IconBorderTopRoundedFilled.tsx | 6 +- src/IconBorderTopSharp.tsx | 4 +- src/IconBorderTopSharpFilled.tsx | 4 +- src/IconBorderVerticalOutlined.tsx | 6 +- src/IconBorderVerticalOutlinedFilled.tsx | 4 +- src/IconBorderVerticalRounded.tsx | 6 +- src/IconBorderVerticalRoundedFilled.tsx | 6 +- src/IconBorderVerticalSharp.tsx | 4 +- src/IconBorderVerticalSharpFilled.tsx | 6 +- src/IconBorgOutlined.tsx | 4 +- src/IconBorgOutlinedFilled.tsx | 4 +- src/IconBorgRounded.tsx | 4 +- src/IconBorgRoundedFilled.tsx | 4 +- src/IconBorgSharp.tsx | 4 +- src/IconBorgSharpFilled.tsx | 4 +- src/IconBottomAppBarOutlined.tsx | 4 +- src/IconBottomAppBarOutlinedFilled.tsx | 6 +- src/IconBottomAppBarRounded.tsx | 4 +- src/IconBottomAppBarRoundedFilled.tsx | 6 +- src/IconBottomAppBarSharp.tsx | 4 +- src/IconBottomAppBarSharpFilled.tsx | 6 +- src/IconBottomDrawerOutlined.tsx | 4 +- src/IconBottomDrawerOutlinedFilled.tsx | 6 +- src/IconBottomDrawerRounded.tsx | 4 +- src/IconBottomDrawerRoundedFilled.tsx | 6 +- src/IconBottomDrawerSharp.tsx | 4 +- src/IconBottomDrawerSharpFilled.tsx | 6 +- src/IconBottomNavigationOutlined.tsx | 6 +- src/IconBottomNavigationOutlinedFilled.tsx | 4 +- src/IconBottomNavigationRounded.tsx | 6 +- src/IconBottomNavigationRoundedFilled.tsx | 4 +- src/IconBottomNavigationSharp.tsx | 6 +- src/IconBottomNavigationSharpFilled.tsx | 6 +- src/IconBottomPanelCloseOutlined.tsx | 6 +- src/IconBottomPanelCloseOutlinedFilled.tsx | 4 +- src/IconBottomPanelCloseRounded.tsx | 6 +- src/IconBottomPanelCloseRoundedFilled.tsx | 4 +- src/IconBottomPanelCloseSharp.tsx | 6 +- src/IconBottomPanelCloseSharpFilled.tsx | 6 +- src/IconBottomPanelOpenOutlined.tsx | 6 +- src/IconBottomPanelOpenOutlinedFilled.tsx | 4 +- src/IconBottomPanelOpenRounded.tsx | 6 +- src/IconBottomPanelOpenRoundedFilled.tsx | 4 +- src/IconBottomPanelOpenSharp.tsx | 4 +- src/IconBottomPanelOpenSharpFilled.tsx | 6 +- src/IconBottomRightClickOutlined.tsx | 6 +- src/IconBottomRightClickOutlinedFilled.tsx | 4 +- src/IconBottomRightClickRounded.tsx | 6 +- src/IconBottomRightClickRoundedFilled.tsx | 4 +- src/IconBottomRightClickSharp.tsx | 6 +- src/IconBottomRightClickSharpFilled.tsx | 6 +- src/IconBottomSheetsOutlined.tsx | 4 +- src/IconBottomSheetsOutlinedFilled.tsx | 6 +- src/IconBottomSheetsRounded.tsx | 4 +- src/IconBottomSheetsRoundedFilled.tsx | 6 +- src/IconBottomSheetsSharp.tsx | 4 +- src/IconBottomSheetsSharpFilled.tsx | 6 +- src/IconBoxAddOutlined.tsx | 4 +- src/IconBoxAddOutlinedFilled.tsx | 4 +- src/IconBoxAddRounded.tsx | 4 +- src/IconBoxAddRoundedFilled.tsx | 4 +- src/IconBoxAddSharp.tsx | 4 +- src/IconBoxAddSharpFilled.tsx | 4 +- src/IconBoxEditOutlined.tsx | 4 +- src/IconBoxEditOutlinedFilled.tsx | 6 +- src/IconBoxEditRounded.tsx | 4 +- src/IconBoxEditRoundedFilled.tsx | 4 +- src/IconBoxEditSharp.tsx | 4 +- src/IconBoxEditSharpFilled.tsx | 4 +- src/IconBoxOutlined.tsx | 4 +- src/IconBoxOutlinedFilled.tsx | 4 +- src/IconBoxRounded.tsx | 4 +- src/IconBoxRoundedFilled.tsx | 4 +- src/IconBoxSharp.tsx | 4 +- src/IconBoxSharpFilled.tsx | 4 +- src/IconBoyOutlined.tsx | 4 +- src/IconBoyOutlinedFilled.tsx | 4 +- src/IconBoyRounded.tsx | 4 +- src/IconBoyRoundedFilled.tsx | 4 +- src/IconBoySharp.tsx | 4 +- src/IconBoySharpFilled.tsx | 4 +- src/IconBrandAwarenessOutlined.tsx | 6 +- src/IconBrandAwarenessOutlinedFilled.tsx | 4 +- src/IconBrandAwarenessRounded.tsx | 6 +- src/IconBrandAwarenessRoundedFilled.tsx | 6 +- src/IconBrandAwarenessSharp.tsx | 4 +- src/IconBrandAwarenessSharpFilled.tsx | 6 +- src/IconBrandFamilyOutlined.tsx | 4 +- src/IconBrandFamilyOutlinedFilled.tsx | 6 +- src/IconBrandFamilyRounded.tsx | 4 +- src/IconBrandFamilyRoundedFilled.tsx | 6 +- src/IconBrandFamilySharp.tsx | 4 +- src/IconBrandFamilySharpFilled.tsx | 6 +- src/IconBrandingWatermarkOutlined.tsx | 6 +- src/IconBrandingWatermarkOutlinedFilled.tsx | 4 +- src/IconBrandingWatermarkRounded.tsx | 6 +- src/IconBrandingWatermarkRoundedFilled.tsx | 4 +- src/IconBrandingWatermarkSharp.tsx | 6 +- src/IconBrandingWatermarkSharpFilled.tsx | 4 +- src/IconBreakfastDiningOutlined.tsx | 6 +- src/IconBreakfastDiningOutlinedFilled.tsx | 4 +- src/IconBreakfastDiningRounded.tsx | 6 +- src/IconBreakfastDiningRoundedFilled.tsx | 4 +- src/IconBreakfastDiningSharp.tsx | 4 +- src/IconBreakfastDiningSharpFilled.tsx | 6 +- src/IconBreakingNewsAlt1Outlined.tsx | 6 +- src/IconBreakingNewsAlt1OutlinedFilled.tsx | 4 +- src/IconBreakingNewsAlt1Rounded.tsx | 6 +- src/IconBreakingNewsAlt1RoundedFilled.tsx | 4 +- src/IconBreakingNewsAlt1Sharp.tsx | 6 +- src/IconBreakingNewsAlt1SharpFilled.tsx | 6 +- src/IconBreakingNewsOutlined.tsx | 4 +- src/IconBreakingNewsOutlinedFilled.tsx | 6 +- src/IconBreakingNewsRounded.tsx | 4 +- src/IconBreakingNewsRoundedFilled.tsx | 6 +- src/IconBreakingNewsSharp.tsx | 4 +- src/IconBreakingNewsSharpFilled.tsx | 6 +- src/IconBreastfeedingOutlined.tsx | 6 +- src/IconBreastfeedingOutlinedFilled.tsx | 6 +- src/IconBreastfeedingRounded.tsx | 4 +- src/IconBreastfeedingRoundedFilled.tsx | 6 +- src/IconBreastfeedingSharp.tsx | 4 +- src/IconBreastfeedingSharpFilled.tsx | 6 +- src/IconBrightness1Outlined.tsx | 4 +- src/IconBrightness1OutlinedFilled.tsx | 6 +- src/IconBrightness1Rounded.tsx | 4 +- src/IconBrightness1RoundedFilled.tsx | 6 +- src/IconBrightness1Sharp.tsx | 4 +- src/IconBrightness1SharpFilled.tsx | 6 +- src/IconBrightness2Outlined.tsx | 4 +- src/IconBrightness2OutlinedFilled.tsx | 6 +- src/IconBrightness2Rounded.tsx | 4 +- src/IconBrightness2RoundedFilled.tsx | 6 +- src/IconBrightness2Sharp.tsx | 4 +- src/IconBrightness2SharpFilled.tsx | 6 +- src/IconBrightness3Outlined.tsx | 4 +- src/IconBrightness3OutlinedFilled.tsx | 6 +- src/IconBrightness3Rounded.tsx | 4 +- src/IconBrightness3RoundedFilled.tsx | 6 +- src/IconBrightness3Sharp.tsx | 4 +- src/IconBrightness3SharpFilled.tsx | 6 +- src/IconBrightness4Outlined.tsx | 4 +- src/IconBrightness4OutlinedFilled.tsx | 6 +- src/IconBrightness4Rounded.tsx | 4 +- src/IconBrightness4RoundedFilled.tsx | 6 +- src/IconBrightness4Sharp.tsx | 4 +- src/IconBrightness4SharpFilled.tsx | 6 +- src/IconBrightness5Outlined.tsx | 4 +- src/IconBrightness5OutlinedFilled.tsx | 6 +- src/IconBrightness5Rounded.tsx | 4 +- src/IconBrightness5RoundedFilled.tsx | 6 +- src/IconBrightness5Sharp.tsx | 4 +- src/IconBrightness5SharpFilled.tsx | 6 +- src/IconBrightness6Outlined.tsx | 4 +- src/IconBrightness6OutlinedFilled.tsx | 6 +- src/IconBrightness6Rounded.tsx | 4 +- src/IconBrightness6RoundedFilled.tsx | 6 +- src/IconBrightness6Sharp.tsx | 4 +- src/IconBrightness6SharpFilled.tsx | 6 +- src/IconBrightness7Outlined.tsx | 4 +- src/IconBrightness7OutlinedFilled.tsx | 6 +- src/IconBrightness7Rounded.tsx | 4 +- src/IconBrightness7RoundedFilled.tsx | 6 +- src/IconBrightness7Sharp.tsx | 4 +- src/IconBrightness7SharpFilled.tsx | 6 +- src/IconBrightnessAlertOutlined.tsx | 6 +- src/IconBrightnessAlertOutlinedFilled.tsx | 4 +- src/IconBrightnessAlertRounded.tsx | 6 +- src/IconBrightnessAlertRoundedFilled.tsx | 4 +- src/IconBrightnessAlertSharp.tsx | 4 +- src/IconBrightnessAlertSharpFilled.tsx | 6 +- src/IconBrightnessAutoOutlined.tsx | 6 +- src/IconBrightnessAutoOutlinedFilled.tsx | 4 +- src/IconBrightnessAutoRounded.tsx | 6 +- src/IconBrightnessAutoRoundedFilled.tsx | 6 +- src/IconBrightnessAutoSharp.tsx | 4 +- src/IconBrightnessAutoSharpFilled.tsx | 6 +- src/IconBrightnessEmptyOutlined.tsx | 6 +- src/IconBrightnessEmptyOutlinedFilled.tsx | 4 +- src/IconBrightnessEmptyRounded.tsx | 6 +- src/IconBrightnessEmptyRoundedFilled.tsx | 4 +- src/IconBrightnessEmptySharp.tsx | 4 +- src/IconBrightnessEmptySharpFilled.tsx | 6 +- src/IconBrightnessHighOutlined.tsx | 6 +- src/IconBrightnessHighOutlinedFilled.tsx | 4 +- src/IconBrightnessHighRounded.tsx | 6 +- src/IconBrightnessHighRoundedFilled.tsx | 6 +- src/IconBrightnessHighSharp.tsx | 4 +- src/IconBrightnessHighSharpFilled.tsx | 6 +- src/IconBrightnessLowOutlined.tsx | 6 +- src/IconBrightnessLowOutlinedFilled.tsx | 6 +- src/IconBrightnessLowRounded.tsx | 4 +- src/IconBrightnessLowRoundedFilled.tsx | 6 +- src/IconBrightnessLowSharp.tsx | 4 +- src/IconBrightnessLowSharpFilled.tsx | 6 +- src/IconBrightnessMediumOutlined.tsx | 6 +- src/IconBrightnessMediumOutlinedFilled.tsx | 4 +- src/IconBrightnessMediumRounded.tsx | 6 +- src/IconBrightnessMediumRoundedFilled.tsx | 4 +- src/IconBrightnessMediumSharp.tsx | 6 +- src/IconBrightnessMediumSharpFilled.tsx | 6 +- src/IconBringYourOwnIpOutlined.tsx | 6 +- src/IconBringYourOwnIpOutlinedFilled.tsx | 4 +- src/IconBringYourOwnIpRounded.tsx | 6 +- src/IconBringYourOwnIpRoundedFilled.tsx | 6 +- src/IconBringYourOwnIpSharp.tsx | 4 +- src/IconBringYourOwnIpSharpFilled.tsx | 6 +- src/IconBroadcastOnHomeOutlined.tsx | 6 +- src/IconBroadcastOnHomeOutlinedFilled.tsx | 4 +- src/IconBroadcastOnHomeRounded.tsx | 6 +- src/IconBroadcastOnHomeRoundedFilled.tsx | 4 +- src/IconBroadcastOnHomeSharp.tsx | 4 +- src/IconBroadcastOnHomeSharpFilled.tsx | 6 +- src/IconBroadcastOnPersonalOutlined.tsx | 6 +- src/IconBroadcastOnPersonalOutlinedFilled.tsx | 4 +- src/IconBroadcastOnPersonalRounded.tsx | 6 +- src/IconBroadcastOnPersonalRoundedFilled.tsx | 4 +- src/IconBroadcastOnPersonalSharp.tsx | 6 +- src/IconBroadcastOnPersonalSharpFilled.tsx | 4 +- src/IconBrokenImageOutlined.tsx | 4 +- src/IconBrokenImageOutlinedFilled.tsx | 6 +- src/IconBrokenImageRounded.tsx | 4 +- src/IconBrokenImageRoundedFilled.tsx | 6 +- src/IconBrokenImageSharp.tsx | 4 +- src/IconBrokenImageSharpFilled.tsx | 6 +- src/IconBrowseActivityOutlined.tsx | 6 +- src/IconBrowseActivityOutlinedFilled.tsx | 4 +- src/IconBrowseActivityRounded.tsx | 6 +- src/IconBrowseActivityRoundedFilled.tsx | 6 +- src/IconBrowseActivitySharp.tsx | 4 +- src/IconBrowseActivitySharpFilled.tsx | 6 +- src/IconBrowseGalleryOutlined.tsx | 6 +- src/IconBrowseGalleryOutlinedFilled.tsx | 6 +- src/IconBrowseGalleryRounded.tsx | 4 +- src/IconBrowseGalleryRoundedFilled.tsx | 6 +- src/IconBrowseGallerySharp.tsx | 4 +- src/IconBrowseGallerySharpFilled.tsx | 6 +- src/IconBrowseOutlined.tsx | 4 +- src/IconBrowseOutlinedFilled.tsx | 4 +- src/IconBrowseRounded.tsx | 4 +- src/IconBrowseRoundedFilled.tsx | 4 +- src/IconBrowseSharp.tsx | 4 +- src/IconBrowseSharpFilled.tsx | 4 +- src/IconBrowserUpdatedOutlined.tsx | 6 +- src/IconBrowserUpdatedOutlinedFilled.tsx | 4 +- src/IconBrowserUpdatedRounded.tsx | 6 +- src/IconBrowserUpdatedRoundedFilled.tsx | 6 +- src/IconBrowserUpdatedSharp.tsx | 4 +- src/IconBrowserUpdatedSharpFilled.tsx | 6 +- src/IconBrunchDiningOutlined.tsx | 4 +- src/IconBrunchDiningOutlinedFilled.tsx | 6 +- src/IconBrunchDiningRounded.tsx | 4 +- src/IconBrunchDiningRoundedFilled.tsx | 6 +- src/IconBrunchDiningSharp.tsx | 4 +- src/IconBrunchDiningSharpFilled.tsx | 6 +- src/IconBrushOutlined.tsx | 4 +- src/IconBrushOutlinedFilled.tsx | 4 +- src/IconBrushRounded.tsx | 4 +- src/IconBrushRoundedFilled.tsx | 4 +- src/IconBrushSharp.tsx | 4 +- src/IconBrushSharpFilled.tsx | 4 +- src/IconBubbleChartOutlined.tsx | 4 +- src/IconBubbleChartOutlinedFilled.tsx | 6 +- src/IconBubbleChartRounded.tsx | 4 +- src/IconBubbleChartRoundedFilled.tsx | 6 +- src/IconBubbleChartSharp.tsx | 4 +- src/IconBubbleChartSharpFilled.tsx | 6 +- src/IconBubbleOutlined.tsx | 4 +- src/IconBubbleOutlinedFilled.tsx | 4 +- src/IconBubbleRounded.tsx | 4 +- src/IconBubbleRoundedFilled.tsx | 4 +- src/IconBubbleSharp.tsx | 4 +- src/IconBubbleSharpFilled.tsx | 4 +- src/IconBubblesOutlined.tsx | 4 +- src/IconBubblesOutlinedFilled.tsx | 6 +- src/IconBubblesRounded.tsx | 4 +- src/IconBubblesRoundedFilled.tsx | 4 +- src/IconBubblesSharp.tsx | 4 +- src/IconBubblesSharpFilled.tsx | 4 +- src/IconBugReportOutlined.tsx | 4 +- src/IconBugReportOutlinedFilled.tsx | 6 +- src/IconBugReportRounded.tsx | 4 +- src/IconBugReportRoundedFilled.tsx | 6 +- src/IconBugReportSharp.tsx | 4 +- src/IconBugReportSharpFilled.tsx | 4 +- src/IconBuildCircleOutlined.tsx | 4 +- src/IconBuildCircleOutlinedFilled.tsx | 6 +- src/IconBuildCircleRounded.tsx | 4 +- src/IconBuildCircleRoundedFilled.tsx | 6 +- src/IconBuildCircleSharp.tsx | 4 +- src/IconBuildCircleSharpFilled.tsx | 6 +- src/IconBuildOutlined.tsx | 4 +- src/IconBuildOutlinedFilled.tsx | 4 +- src/IconBuildRounded.tsx | 4 +- src/IconBuildRoundedFilled.tsx | 4 +- src/IconBuildSharp.tsx | 4 +- src/IconBuildSharpFilled.tsx | 4 +- src/IconBungalowOutlined.tsx | 4 +- src/IconBungalowOutlinedFilled.tsx | 6 +- src/IconBungalowRounded.tsx | 4 +- src/IconBungalowRoundedFilled.tsx | 6 +- src/IconBungalowSharp.tsx | 4 +- src/IconBungalowSharpFilled.tsx | 4 +- src/IconBurstModeOutlined.tsx | 4 +- src/IconBurstModeOutlinedFilled.tsx | 6 +- src/IconBurstModeRounded.tsx | 4 +- src/IconBurstModeRoundedFilled.tsx | 6 +- src/IconBurstModeSharp.tsx | 4 +- src/IconBurstModeSharpFilled.tsx | 4 +- src/IconBusAlertOutlined.tsx | 4 +- src/IconBusAlertOutlinedFilled.tsx | 6 +- src/IconBusAlertRounded.tsx | 4 +- src/IconBusAlertRoundedFilled.tsx | 6 +- src/IconBusAlertSharp.tsx | 4 +- src/IconBusAlertSharpFilled.tsx | 4 +- src/IconBusinessCenterOutlined.tsx | 6 +- src/IconBusinessCenterOutlinedFilled.tsx | 4 +- src/IconBusinessCenterRounded.tsx | 6 +- src/IconBusinessCenterRoundedFilled.tsx | 6 +- src/IconBusinessCenterSharp.tsx | 4 +- src/IconBusinessCenterSharpFilled.tsx | 6 +- src/IconBusinessChipOutlined.tsx | 4 +- src/IconBusinessChipOutlinedFilled.tsx | 6 +- src/IconBusinessChipRounded.tsx | 4 +- src/IconBusinessChipRoundedFilled.tsx | 6 +- src/IconBusinessChipSharp.tsx | 4 +- src/IconBusinessChipSharpFilled.tsx | 6 +- src/IconBusinessMessagesOutlined.tsx | 8 +- src/IconBusinessMessagesOutlinedFilled.tsx | 4 +- src/IconBusinessMessagesRounded.tsx | 8 +- src/IconBusinessMessagesRoundedFilled.tsx | 6 +- src/IconBusinessMessagesSharp.tsx | 8 +- src/IconBusinessMessagesSharpFilled.tsx | 6 +- src/IconButtonsAltOutlined.tsx | 4 +- src/IconButtonsAltOutlinedFilled.tsx | 6 +- src/IconButtonsAltRounded.tsx | 4 +- src/IconButtonsAltRoundedFilled.tsx | 6 +- src/IconButtonsAltSharp.tsx | 4 +- src/IconButtonsAltSharpFilled.tsx | 6 +- src/IconCabinOutlined.tsx | 4 +- src/IconCabinOutlinedFilled.tsx | 4 +- src/IconCabinRounded.tsx | 4 +- src/IconCabinRoundedFilled.tsx | 4 +- src/IconCabinSharp.tsx | 4 +- src/IconCabinSharpFilled.tsx | 4 +- src/IconCableCarOutlined.tsx | 4 +- src/IconCableCarOutlinedFilled.tsx | 6 +- src/IconCableCarRounded.tsx | 4 +- src/IconCableCarRoundedFilled.tsx | 6 +- src/IconCableCarSharp.tsx | 4 +- src/IconCableCarSharpFilled.tsx | 4 +- src/IconCableOutlined.tsx | 4 +- src/IconCableOutlinedFilled.tsx | 4 +- src/IconCableRounded.tsx | 4 +- src/IconCableRoundedFilled.tsx | 4 +- src/IconCableSharp.tsx | 4 +- src/IconCableSharpFilled.tsx | 4 +- src/IconCachedOutlined.tsx | 4 +- src/IconCachedOutlinedFilled.tsx | 4 +- src/IconCachedRounded.tsx | 4 +- src/IconCachedRoundedFilled.tsx | 4 +- src/IconCachedSharp.tsx | 4 +- src/IconCachedSharpFilled.tsx | 4 +- src/IconCadenceOutlined.tsx | 4 +- src/IconCadenceOutlinedFilled.tsx | 6 +- src/IconCadenceRounded.tsx | 4 +- src/IconCadenceRoundedFilled.tsx | 4 +- src/IconCadenceSharp.tsx | 4 +- src/IconCadenceSharpFilled.tsx | 4 +- src/IconCakeAddOutlined.tsx | 4 +- src/IconCakeAddOutlinedFilled.tsx | 6 +- src/IconCakeAddRounded.tsx | 4 +- src/IconCakeAddRoundedFilled.tsx | 4 +- src/IconCakeAddSharp.tsx | 4 +- src/IconCakeAddSharpFilled.tsx | 4 +- src/IconCakeOutlined.tsx | 11 - src/IconCakeOutlinedFilled.tsx | 4 +- src/IconCakeRounded.tsx | 4 +- src/IconCakeRoundedFilled.tsx | 4 +- src/IconCakeSharp.tsx | 4 +- src/IconCakeSharpFilled.tsx | 4 +- src/IconCalculateOutlined.tsx | 4 +- src/IconCalculateOutlinedFilled.tsx | 6 +- src/IconCalculateRounded.tsx | 4 +- src/IconCalculateRoundedFilled.tsx | 6 +- src/IconCalculateSharp.tsx | 4 +- src/IconCalculateSharpFilled.tsx | 4 +- src/IconCalendarAddOnOutlined.tsx | 6 +- src/IconCalendarAddOnOutlinedFilled.tsx | 6 +- src/IconCalendarAddOnRounded.tsx | 4 +- src/IconCalendarAddOnRoundedFilled.tsx | 6 +- src/IconCalendarAddOnSharp.tsx | 4 +- src/IconCalendarAddOnSharpFilled.tsx | 6 +- src/IconCalendarAppsScriptOutlined.tsx | 6 +- src/IconCalendarAppsScriptOutlinedFilled.tsx | 4 +- src/IconCalendarAppsScriptRounded.tsx | 6 +- src/IconCalendarAppsScriptRoundedFilled.tsx | 4 +- src/IconCalendarAppsScriptSharp.tsx | 6 +- src/IconCalendarAppsScriptSharpFilled.tsx | 4 +- src/IconCalendarClockOutlined.tsx | 6 +- src/IconCalendarClockOutlinedFilled.tsx | 6 +- src/IconCalendarClockRounded.tsx | 4 +- src/IconCalendarClockRoundedFilled.tsx | 6 +- src/IconCalendarClockSharp.tsx | 4 +- src/IconCalendarClockSharpFilled.tsx | 6 +- src/IconCalendarMonthOutlined.tsx | 6 +- src/IconCalendarMonthOutlinedFilled.tsx | 6 +- src/IconCalendarMonthRounded.tsx | 4 +- src/IconCalendarMonthRoundedFilled.tsx | 6 +- src/IconCalendarMonthSharp.tsx | 4 +- src/IconCalendarMonthSharpFilled.tsx | 6 +- src/IconCalendarTodayOutlined.tsx | 6 +- src/IconCalendarTodayOutlinedFilled.tsx | 6 +- src/IconCalendarTodayRounded.tsx | 4 +- src/IconCalendarTodayRoundedFilled.tsx | 6 +- src/IconCalendarTodaySharp.tsx | 4 +- src/IconCalendarTodaySharpFilled.tsx | 6 +- src/IconCalendarViewDayOutlined.tsx | 6 +- src/IconCalendarViewDayOutlinedFilled.tsx | 4 +- src/IconCalendarViewDayRounded.tsx | 6 +- src/IconCalendarViewDayRoundedFilled.tsx | 4 +- src/IconCalendarViewDaySharp.tsx | 4 +- src/IconCalendarViewDaySharpFilled.tsx | 6 +- src/IconCalendarViewMonthOutlined.tsx | 6 +- src/IconCalendarViewMonthOutlinedFilled.tsx | 4 +- src/IconCalendarViewMonthRounded.tsx | 6 +- src/IconCalendarViewMonthRoundedFilled.tsx | 4 +- src/IconCalendarViewMonthSharp.tsx | 6 +- src/IconCalendarViewMonthSharpFilled.tsx | 4 +- src/IconCalendarViewWeekOutlined.tsx | 6 +- src/IconCalendarViewWeekOutlinedFilled.tsx | 4 +- src/IconCalendarViewWeekRounded.tsx | 6 +- src/IconCalendarViewWeekRoundedFilled.tsx | 4 +- src/IconCalendarViewWeekSharp.tsx | 6 +- src/IconCalendarViewWeekSharpFilled.tsx | 6 +- src/IconCallEndOutlined.tsx | 4 +- src/IconCallEndOutlinedFilled.tsx | 6 +- src/IconCallEndRounded.tsx | 4 +- src/IconCallEndRoundedFilled.tsx | 4 +- src/IconCallEndSharp.tsx | 4 +- src/IconCallEndSharpFilled.tsx | 4 +- src/IconCallLogOutlined.tsx | 4 +- src/IconCallLogOutlinedFilled.tsx | 6 +- src/IconCallLogRounded.tsx | 4 +- src/IconCallLogRoundedFilled.tsx | 4 +- src/IconCallLogSharp.tsx | 4 +- src/IconCallLogSharpFilled.tsx | 4 +- src/IconCallMadeOutlined.tsx | 4 +- src/IconCallMadeOutlinedFilled.tsx | 6 +- src/IconCallMadeRounded.tsx | 4 +- src/IconCallMadeRoundedFilled.tsx | 6 +- src/IconCallMadeSharp.tsx | 4 +- src/IconCallMadeSharpFilled.tsx | 4 +- src/IconCallMergeOutlined.tsx | 4 +- src/IconCallMergeOutlinedFilled.tsx | 6 +- src/IconCallMergeRounded.tsx | 4 +- src/IconCallMergeRoundedFilled.tsx | 6 +- src/IconCallMergeSharp.tsx | 4 +- src/IconCallMergeSharpFilled.tsx | 4 +- src/IconCallMissedOutgoingOutlined.tsx | 6 +- src/IconCallMissedOutgoingOutlinedFilled.tsx | 4 +- src/IconCallMissedOutgoingRounded.tsx | 6 +- src/IconCallMissedOutgoingRoundedFilled.tsx | 4 +- src/IconCallMissedOutgoingSharp.tsx | 6 +- src/IconCallMissedOutgoingSharpFilled.tsx | 4 +- src/IconCallMissedOutlined.tsx | 4 +- src/IconCallMissedOutlinedFilled.tsx | 6 +- src/IconCallMissedRounded.tsx | 4 +- src/IconCallMissedRoundedFilled.tsx | 6 +- src/IconCallMissedSharp.tsx | 4 +- src/IconCallMissedSharpFilled.tsx | 6 +- src/IconCallOutlined.tsx | 4 +- src/IconCallOutlinedFilled.tsx | 4 +- src/IconCallQualityOutlined.tsx | 4 +- src/IconCallQualityOutlinedFilled.tsx | 6 +- src/IconCallQualityRounded.tsx | 4 +- src/IconCallQualityRoundedFilled.tsx | 6 +- src/IconCallQualitySharp.tsx | 4 +- src/IconCallQualitySharpFilled.tsx | 6 +- src/IconCallReceivedOutlined.tsx | 4 +- src/IconCallReceivedOutlinedFilled.tsx | 6 +- src/IconCallReceivedRounded.tsx | 4 +- src/IconCallReceivedRoundedFilled.tsx | 6 +- src/IconCallReceivedSharp.tsx | 4 +- src/IconCallReceivedSharpFilled.tsx | 6 +- src/IconCallRounded.tsx | 4 +- src/IconCallRoundedFilled.tsx | 4 +- src/IconCallSharp.tsx | 4 +- src/IconCallSharpFilled.tsx | 4 +- src/IconCallSplitOutlined.tsx | 4 +- src/IconCallSplitOutlinedFilled.tsx | 6 +- src/IconCallSplitRounded.tsx | 4 +- src/IconCallSplitRoundedFilled.tsx | 6 +- src/IconCallSplitSharp.tsx | 4 +- src/IconCallSplitSharpFilled.tsx | 4 +- src/IconCallToActionOutlined.tsx | 4 +- src/IconCallToActionOutlinedFilled.tsx | 6 +- src/IconCallToActionRounded.tsx | 4 +- src/IconCallToActionRoundedFilled.tsx | 6 +- src/IconCallToActionSharp.tsx | 4 +- src/IconCallToActionSharpFilled.tsx | 6 +- src/IconCameraFrontOutlined.tsx | 4 +- src/IconCameraFrontOutlinedFilled.tsx | 6 +- src/IconCameraFrontRounded.tsx | 4 +- src/IconCameraFrontRoundedFilled.tsx | 6 +- src/IconCameraFrontSharp.tsx | 4 +- src/IconCameraFrontSharpFilled.tsx | 6 +- src/IconCameraIndoorOutlined.tsx | 4 +- src/IconCameraIndoorOutlinedFilled.tsx | 6 +- src/IconCameraIndoorRounded.tsx | 4 +- src/IconCameraIndoorRoundedFilled.tsx | 6 +- src/IconCameraIndoorSharp.tsx | 4 +- src/IconCameraIndoorSharpFilled.tsx | 6 +- src/IconCameraOutdoorOutlined.tsx | 6 +- src/IconCameraOutdoorOutlinedFilled.tsx | 6 +- src/IconCameraOutdoorRounded.tsx | 4 +- src/IconCameraOutdoorRoundedFilled.tsx | 6 +- src/IconCameraOutdoorSharp.tsx | 4 +- src/IconCameraOutdoorSharpFilled.tsx | 6 +- src/IconCameraOutlined.tsx | 4 +- src/IconCameraOutlinedFilled.tsx | 4 +- src/IconCameraRearOutlined.tsx | 4 +- src/IconCameraRearOutlinedFilled.tsx | 6 +- src/IconCameraRearRounded.tsx | 4 +- src/IconCameraRearRoundedFilled.tsx | 6 +- src/IconCameraRearSharp.tsx | 4 +- src/IconCameraRearSharpFilled.tsx | 6 +- src/IconCameraRollOutlined.tsx | 4 +- src/IconCameraRollOutlinedFilled.tsx | 6 +- src/IconCameraRollRounded.tsx | 4 +- src/IconCameraRollRoundedFilled.tsx | 6 +- src/IconCameraRollSharp.tsx | 4 +- src/IconCameraRollSharpFilled.tsx | 6 +- src/IconCameraRounded.tsx | 4 +- src/IconCameraRoundedFilled.tsx | 4 +- src/IconCameraSharp.tsx | 4 +- src/IconCameraSharpFilled.tsx | 4 +- src/IconCameraVideoOutlined.tsx | 4 +- src/IconCameraVideoOutlinedFilled.tsx | 6 +- src/IconCameraVideoRounded.tsx | 4 +- src/IconCameraVideoRoundedFilled.tsx | 6 +- src/IconCameraVideoSharp.tsx | 4 +- src/IconCameraVideoSharpFilled.tsx | 6 +- src/IconCameraswitchOutlined.tsx | 4 +- src/IconCameraswitchOutlinedFilled.tsx | 6 +- src/IconCameraswitchRounded.tsx | 4 +- src/IconCameraswitchRoundedFilled.tsx | 6 +- src/IconCameraswitchSharp.tsx | 4 +- src/IconCameraswitchSharpFilled.tsx | 6 +- src/IconCampaignOutlined.tsx | 4 +- src/IconCampaignOutlinedFilled.tsx | 6 +- src/IconCampaignRounded.tsx | 4 +- src/IconCampaignRoundedFilled.tsx | 6 +- src/IconCampaignSharp.tsx | 4 +- src/IconCampaignSharpFilled.tsx | 4 +- src/IconCampingOutlined.tsx | 4 +- src/IconCampingOutlinedFilled.tsx | 6 +- src/IconCampingRounded.tsx | 4 +- src/IconCampingRoundedFilled.tsx | 4 +- src/IconCampingSharp.tsx | 4 +- src/IconCampingSharpFilled.tsx | 4 +- src/IconCancelOutlined.tsx | 4 +- src/IconCancelOutlinedFilled.tsx | 4 +- src/IconCancelPresentationOutlined.tsx | 6 +- src/IconCancelPresentationOutlinedFilled.tsx | 4 +- src/IconCancelPresentationRounded.tsx | 6 +- src/IconCancelPresentationRoundedFilled.tsx | 4 +- src/IconCancelPresentationSharp.tsx | 6 +- src/IconCancelPresentationSharpFilled.tsx | 4 +- src/IconCancelRounded.tsx | 4 +- src/IconCancelRoundedFilled.tsx | 4 +- src/IconCancelScheduleSendOutlined.tsx | 6 +- src/IconCancelScheduleSendOutlinedFilled.tsx | 4 +- src/IconCancelScheduleSendRounded.tsx | 6 +- src/IconCancelScheduleSendRoundedFilled.tsx | 4 +- src/IconCancelScheduleSendSharp.tsx | 6 +- src/IconCancelScheduleSendSharpFilled.tsx | 4 +- src/IconCancelSharp.tsx | 4 +- src/IconCancelSharpFilled.tsx | 4 +- src/IconCandleOutlined.tsx | 4 +- src/IconCandleOutlinedFilled.tsx | 4 +- src/IconCandleRounded.tsx | 4 +- src/IconCandleRoundedFilled.tsx | 4 +- src/IconCandleSharp.tsx | 4 +- src/IconCandleSharpFilled.tsx | 4 +- src/IconCandlestickChartOutlined.tsx | 6 +- src/IconCandlestickChartOutlinedFilled.tsx | 4 +- src/IconCandlestickChartRounded.tsx | 6 +- src/IconCandlestickChartRoundedFilled.tsx | 4 +- src/IconCandlestickChartSharp.tsx | 6 +- src/IconCandlestickChartSharpFilled.tsx | 6 +- src/IconCaptivePortalOutlined.tsx | 6 +- src/IconCaptivePortalOutlinedFilled.tsx | 6 +- src/IconCaptivePortalRounded.tsx | 4 +- src/IconCaptivePortalRoundedFilled.tsx | 6 +- src/IconCaptivePortalSharp.tsx | 4 +- src/IconCaptivePortalSharpFilled.tsx | 6 +- src/IconCaptureOutlined.tsx | 4 +- src/IconCaptureOutlinedFilled.tsx | 6 +- src/IconCaptureRounded.tsx | 4 +- src/IconCaptureRoundedFilled.tsx | 4 +- src/IconCaptureSharp.tsx | 4 +- src/IconCaptureSharpFilled.tsx | 4 +- src/IconCarCrashOutlined.tsx | 4 +- src/IconCarCrashOutlinedFilled.tsx | 6 +- src/IconCarCrashRounded.tsx | 4 +- src/IconCarCrashRoundedFilled.tsx | 6 +- src/IconCarCrashSharp.tsx | 4 +- src/IconCarCrashSharpFilled.tsx | 4 +- src/IconCarRentalOutlined.tsx | 4 +- src/IconCarRentalOutlinedFilled.tsx | 6 +- src/IconCarRentalRounded.tsx | 4 +- src/IconCarRentalRoundedFilled.tsx | 6 +- src/IconCarRentalSharp.tsx | 4 +- src/IconCarRentalSharpFilled.tsx | 4 +- src/IconCarRepairOutlined.tsx | 4 +- src/IconCarRepairOutlinedFilled.tsx | 6 +- src/IconCarRepairRounded.tsx | 4 +- src/IconCarRepairRoundedFilled.tsx | 6 +- src/IconCarRepairSharp.tsx | 4 +- src/IconCarRepairSharpFilled.tsx | 4 +- src/IconCarTagOutlined.tsx | 4 +- src/IconCarTagOutlinedFilled.tsx | 4 +- src/IconCarTagRounded.tsx | 4 +- src/IconCarTagRoundedFilled.tsx | 4 +- src/IconCarTagSharp.tsx | 4 +- src/IconCarTagSharpFilled.tsx | 4 +- src/IconCardMembershipOutlined.tsx | 6 +- src/IconCardMembershipOutlinedFilled.tsx | 4 +- src/IconCardMembershipRounded.tsx | 6 +- src/IconCardMembershipRoundedFilled.tsx | 6 +- src/IconCardMembershipSharp.tsx | 4 +- src/IconCardMembershipSharpFilled.tsx | 6 +- src/IconCardTravelOutlined.tsx | 4 +- src/IconCardTravelOutlinedFilled.tsx | 6 +- src/IconCardTravelRounded.tsx | 4 +- src/IconCardTravelRoundedFilled.tsx | 6 +- src/IconCardTravelSharp.tsx | 4 +- src/IconCardTravelSharpFilled.tsx | 6 +- src/IconCardioLoadOutlined.tsx | 4 +- src/IconCardioLoadOutlinedFilled.tsx | 6 +- src/IconCardioLoadRounded.tsx | 4 +- src/IconCardioLoadRoundedFilled.tsx | 6 +- src/IconCardioLoadSharp.tsx | 4 +- src/IconCardioLoadSharpFilled.tsx | 6 +- src/IconCardiologyOutlined.tsx | 4 +- src/IconCardiologyOutlinedFilled.tsx | 6 +- src/IconCardiologyRounded.tsx | 4 +- src/IconCardiologyRoundedFilled.tsx | 6 +- src/IconCardiologySharp.tsx | 4 +- src/IconCardiologySharpFilled.tsx | 6 +- src/IconCardsOutlined.tsx | 4 +- src/IconCardsOutlinedFilled.tsx | 4 +- src/IconCardsRounded.tsx | 4 +- src/IconCardsRoundedFilled.tsx | 4 +- src/IconCardsSharp.tsx | 4 +- src/IconCardsSharpFilled.tsx | 4 +- src/IconCarpenterOutlined.tsx | 4 +- src/IconCarpenterOutlinedFilled.tsx | 6 +- src/IconCarpenterRounded.tsx | 4 +- src/IconCarpenterRoundedFilled.tsx | 6 +- src/IconCarpenterSharp.tsx | 4 +- src/IconCarpenterSharpFilled.tsx | 4 +- src/IconCarryOnBagCheckedOutlined.tsx | 6 +- src/IconCarryOnBagCheckedOutlinedFilled.tsx | 4 +- src/IconCarryOnBagCheckedRounded.tsx | 6 +- src/IconCarryOnBagCheckedRoundedFilled.tsx | 4 +- src/IconCarryOnBagCheckedSharp.tsx | 6 +- src/IconCarryOnBagCheckedSharpFilled.tsx | 4 +- src/IconCarryOnBagInactiveOutlined.tsx | 6 +- src/IconCarryOnBagInactiveOutlinedFilled.tsx | 4 +- src/IconCarryOnBagInactiveRounded.tsx | 6 +- src/IconCarryOnBagInactiveRoundedFilled.tsx | 4 +- src/IconCarryOnBagInactiveSharp.tsx | 6 +- src/IconCarryOnBagInactiveSharpFilled.tsx | 4 +- src/IconCarryOnBagOutlined.tsx | 4 +- src/IconCarryOnBagOutlinedFilled.tsx | 6 +- src/IconCarryOnBagQuestionOutlined.tsx | 6 +- src/IconCarryOnBagQuestionOutlinedFilled.tsx | 4 +- src/IconCarryOnBagQuestionRounded.tsx | 6 +- src/IconCarryOnBagQuestionRoundedFilled.tsx | 4 +- src/IconCarryOnBagQuestionSharp.tsx | 6 +- src/IconCarryOnBagQuestionSharpFilled.tsx | 4 +- src/IconCarryOnBagRounded.tsx | 4 +- src/IconCarryOnBagRoundedFilled.tsx | 6 +- src/IconCarryOnBagSharp.tsx | 4 +- src/IconCarryOnBagSharpFilled.tsx | 6 +- src/IconCasesOutlined.tsx | 4 +- src/IconCasesOutlinedFilled.tsx | 4 +- src/IconCasesRounded.tsx | 4 +- src/IconCasesRoundedFilled.tsx | 4 +- src/IconCasesSharp.tsx | 4 +- src/IconCasesSharpFilled.tsx | 4 +- src/IconCasinoOutlined.tsx | 4 +- src/IconCasinoOutlinedFilled.tsx | 4 +- src/IconCasinoRounded.tsx | 4 +- src/IconCasinoRoundedFilled.tsx | 4 +- src/IconCasinoSharp.tsx | 4 +- src/IconCasinoSharpFilled.tsx | 4 +- src/IconCastConnectedOutlined.tsx | 6 +- src/IconCastConnectedOutlinedFilled.tsx | 6 +- src/IconCastConnectedRounded.tsx | 4 +- src/IconCastConnectedRoundedFilled.tsx | 6 +- src/IconCastConnectedSharp.tsx | 4 +- src/IconCastConnectedSharpFilled.tsx | 6 +- src/IconCastForEducationOutlined.tsx | 6 +- src/IconCastForEducationOutlinedFilled.tsx | 4 +- src/IconCastForEducationRounded.tsx | 6 +- src/IconCastForEducationRoundedFilled.tsx | 4 +- src/IconCastForEducationSharp.tsx | 6 +- src/IconCastForEducationSharpFilled.tsx | 6 +- src/IconCastOutlined.tsx | 4 +- src/IconCastOutlinedFilled.tsx | 4 +- src/IconCastPauseOutlined.tsx | 4 +- src/IconCastPauseOutlinedFilled.tsx | 6 +- src/IconCastPauseRounded.tsx | 4 +- src/IconCastPauseRoundedFilled.tsx | 6 +- src/IconCastPauseSharp.tsx | 4 +- src/IconCastPauseSharpFilled.tsx | 4 +- src/IconCastRounded.tsx | 4 +- src/IconCastRoundedFilled.tsx | 4 +- src/IconCastSharp.tsx | 4 +- src/IconCastSharpFilled.tsx | 4 +- src/IconCastWarningOutlined.tsx | 4 +- src/IconCastWarningOutlinedFilled.tsx | 6 +- src/IconCastWarningRounded.tsx | 4 +- src/IconCastWarningRoundedFilled.tsx | 6 +- src/IconCastWarningSharp.tsx | 4 +- src/IconCastWarningSharpFilled.tsx | 6 +- src/IconCastleOutlined.tsx | 4 +- src/IconCastleOutlinedFilled.tsx | 4 +- src/IconCastleRounded.tsx | 4 +- src/IconCastleRoundedFilled.tsx | 4 +- src/IconCastleSharp.tsx | 4 +- src/IconCastleSharpFilled.tsx | 4 +- src/IconCategoryOutlined.tsx | 4 +- src/IconCategoryOutlinedFilled.tsx | 6 +- src/IconCategoryRounded.tsx | 4 +- src/IconCategoryRoundedFilled.tsx | 6 +- src/IconCategorySearchOutlined.tsx | 6 +- src/IconCategorySearchOutlinedFilled.tsx | 4 +- src/IconCategorySearchRounded.tsx | 6 +- src/IconCategorySearchRoundedFilled.tsx | 6 +- src/IconCategorySearchSharp.tsx | 4 +- src/IconCategorySearchSharpFilled.tsx | 6 +- src/IconCategorySharp.tsx | 4 +- src/IconCategorySharpFilled.tsx | 4 +- src/IconCelebrationOutlined.tsx | 4 +- src/IconCelebrationOutlinedFilled.tsx | 6 +- src/IconCelebrationRounded.tsx | 4 +- src/IconCelebrationRoundedFilled.tsx | 6 +- src/IconCelebrationSharp.tsx | 4 +- src/IconCelebrationSharpFilled.tsx | 6 +- src/IconCellMergeOutlined.tsx | 4 +- src/IconCellMergeOutlinedFilled.tsx | 6 +- src/IconCellMergeRounded.tsx | 4 +- src/IconCellMergeRoundedFilled.tsx | 6 +- src/IconCellMergeSharp.tsx | 4 +- src/IconCellMergeSharpFilled.tsx | 4 +- src/IconCellTowerOutlined.tsx | 4 +- src/IconCellTowerOutlinedFilled.tsx | 6 +- src/IconCellTowerRounded.tsx | 4 +- src/IconCellTowerRoundedFilled.tsx | 6 +- src/IconCellTowerSharp.tsx | 4 +- src/IconCellTowerSharpFilled.tsx | 4 +- src/IconCellWifiOutlined.tsx | 4 +- src/IconCellWifiOutlinedFilled.tsx | 6 +- src/IconCellWifiRounded.tsx | 4 +- src/IconCellWifiRoundedFilled.tsx | 6 +- src/IconCellWifiSharp.tsx | 4 +- src/IconCellWifiSharpFilled.tsx | 4 +- src/IconCenterFocusStrongOutlined.tsx | 6 +- src/IconCenterFocusStrongOutlinedFilled.tsx | 4 +- src/IconCenterFocusStrongRounded.tsx | 6 +- src/IconCenterFocusStrongRoundedFilled.tsx | 4 +- src/IconCenterFocusStrongSharp.tsx | 6 +- src/IconCenterFocusStrongSharpFilled.tsx | 4 +- src/IconCenterFocusWeakOutlined.tsx | 6 +- src/IconCenterFocusWeakOutlinedFilled.tsx | 4 +- src/IconCenterFocusWeakRounded.tsx | 6 +- src/IconCenterFocusWeakRoundedFilled.tsx | 4 +- src/IconCenterFocusWeakSharp.tsx | 4 +- src/IconCenterFocusWeakSharpFilled.tsx | 6 +- src/IconChairAltOutlined.tsx | 4 +- src/IconChairAltOutlinedFilled.tsx | 6 +- src/IconChairAltRounded.tsx | 4 +- src/IconChairAltRoundedFilled.tsx | 6 +- src/IconChairAltSharp.tsx | 4 +- src/IconChairAltSharpFilled.tsx | 4 +- src/IconChairOutlined.tsx | 4 +- src/IconChairOutlinedFilled.tsx | 4 +- src/IconChairRounded.tsx | 4 +- src/IconChairRoundedFilled.tsx | 4 +- src/IconChairSharp.tsx | 4 +- src/IconChairSharpFilled.tsx | 4 +- src/IconChaletOutlined.tsx | 4 +- src/IconChaletOutlinedFilled.tsx | 4 +- src/IconChaletRounded.tsx | 4 +- src/IconChaletRoundedFilled.tsx | 4 +- src/IconChaletSharp.tsx | 4 +- src/IconChaletSharpFilled.tsx | 4 +- src/IconChangeCircleOutlined.tsx | 4 +- src/IconChangeCircleOutlinedFilled.tsx | 6 +- src/IconChangeCircleRounded.tsx | 4 +- src/IconChangeCircleRoundedFilled.tsx | 6 +- src/IconChangeCircleSharp.tsx | 4 +- src/IconChangeCircleSharpFilled.tsx | 6 +- src/IconChangeHistoryOutlined.tsx | 6 +- src/IconChangeHistoryOutlinedFilled.tsx | 6 +- src/IconChangeHistoryRounded.tsx | 4 +- src/IconChangeHistoryRoundedFilled.tsx | 6 +- src/IconChangeHistorySharp.tsx | 4 +- src/IconChangeHistorySharpFilled.tsx | 6 +- src/IconChargerOutlined.tsx | 4 +- src/IconChargerOutlinedFilled.tsx | 6 +- src/IconChargerRounded.tsx | 4 +- src/IconChargerRoundedFilled.tsx | 4 +- src/IconChargerSharp.tsx | 4 +- src/IconChargerSharpFilled.tsx | 4 +- src/IconChargingStationOutlined.tsx | 6 +- src/IconChargingStationOutlinedFilled.tsx | 4 +- src/IconChargingStationRounded.tsx | 6 +- src/IconChargingStationRoundedFilled.tsx | 4 +- src/IconChargingStationSharp.tsx | 4 +- src/IconChargingStationSharpFilled.tsx | 6 +- src/IconChartDataOutlined.tsx | 4 +- src/IconChartDataOutlinedFilled.tsx | 6 +- src/IconChartDataRounded.tsx | 4 +- src/IconChartDataRoundedFilled.tsx | 6 +- src/IconChartDataSharp.tsx | 4 +- src/IconChartDataSharpFilled.tsx | 4 +- src/IconChatAddOnOutlined.tsx | 4 +- src/IconChatAddOnOutlinedFilled.tsx | 6 +- src/IconChatAddOnRounded.tsx | 4 +- src/IconChatAddOnRoundedFilled.tsx | 6 +- src/IconChatAddOnSharp.tsx | 4 +- src/IconChatAddOnSharpFilled.tsx | 4 +- src/IconChatAppsScriptOutlined.tsx | 6 +- src/IconChatAppsScriptOutlinedFilled.tsx | 4 +- src/IconChatAppsScriptRounded.tsx | 6 +- src/IconChatAppsScriptRoundedFilled.tsx | 6 +- src/IconChatAppsScriptSharp.tsx | 4 +- src/IconChatAppsScriptSharpFilled.tsx | 6 +- src/IconChatBubbleOutlined.tsx | 4 +- src/IconChatBubbleOutlinedFilled.tsx | 6 +- src/IconChatBubbleRounded.tsx | 4 +- src/IconChatBubbleRoundedFilled.tsx | 6 +- src/IconChatBubbleSharp.tsx | 4 +- src/IconChatBubbleSharpFilled.tsx | 6 +- src/IconChatErrorOutlined.tsx | 4 +- src/IconChatErrorOutlinedFilled.tsx | 6 +- src/IconChatErrorRounded.tsx | 4 +- src/IconChatErrorRoundedFilled.tsx | 6 +- src/IconChatErrorSharp.tsx | 4 +- src/IconChatErrorSharpFilled.tsx | 4 +- src/IconChatInfoOutlined.tsx | 4 +- src/IconChatInfoOutlinedFilled.tsx | 6 +- src/IconChatInfoRounded.tsx | 4 +- src/IconChatInfoRoundedFilled.tsx | 6 +- src/IconChatInfoSharp.tsx | 4 +- src/IconChatInfoSharpFilled.tsx | 4 +- src/IconChatOutlined.tsx | 4 +- src/IconChatOutlinedFilled.tsx | 4 +- src/IconChatPasteGoOutlined.tsx | 4 +- src/IconChatPasteGoOutlinedFilled.tsx | 6 +- src/IconChatPasteGoRounded.tsx | 4 +- src/IconChatPasteGoRoundedFilled.tsx | 6 +- src/IconChatPasteGoSharp.tsx | 4 +- src/IconChatPasteGoSharpFilled.tsx | 6 +- src/IconChatRounded.tsx | 4 +- src/IconChatRoundedFilled.tsx | 4 +- src/IconChatSharp.tsx | 4 +- src/IconChatSharpFilled.tsx | 4 +- src/IconCheckBoxOutlineBlankOutlined.tsx | 4 +- ...IconCheckBoxOutlineBlankOutlinedFilled.tsx | 4 +- src/IconCheckBoxOutlineBlankRounded.tsx | 6 +- src/IconCheckBoxOutlineBlankRoundedFilled.tsx | 4 +- src/IconCheckBoxOutlineBlankSharp.tsx | 6 +- src/IconCheckBoxOutlineBlankSharpFilled.tsx | 4 +- src/IconCheckBoxOutlined.tsx | 4 +- src/IconCheckBoxOutlinedFilled.tsx | 6 +- src/IconCheckBoxRounded.tsx | 4 +- src/IconCheckBoxRoundedFilled.tsx | 6 +- src/IconCheckBoxSharp.tsx | 4 +- src/IconCheckBoxSharpFilled.tsx | 4 +- src/IconCheckCircleOutlined.tsx | 4 +- src/IconCheckCircleOutlinedFilled.tsx | 6 +- src/IconCheckCircleRounded.tsx | 4 +- src/IconCheckCircleRoundedFilled.tsx | 6 +- src/IconCheckCircleSharp.tsx | 4 +- src/IconCheckCircleSharpFilled.tsx | 6 +- src/IconCheckInOutOutlined.tsx | 4 +- src/IconCheckInOutOutlinedFilled.tsx | 6 +- src/IconCheckInOutRounded.tsx | 4 +- src/IconCheckInOutRoundedFilled.tsx | 6 +- src/IconCheckInOutSharp.tsx | 4 +- src/IconCheckInOutSharpFilled.tsx | 6 +- src/IconCheckIndeterminateSmallOutlined.tsx | 4 +- ...nCheckIndeterminateSmallOutlinedFilled.tsx | 4 +- src/IconCheckIndeterminateSmallRounded.tsx | 4 +- ...onCheckIndeterminateSmallRoundedFilled.tsx | 4 +- src/IconCheckIndeterminateSmallSharp.tsx | 4 +- ...IconCheckIndeterminateSmallSharpFilled.tsx | 4 +- src/IconCheckOutlined.tsx | 4 +- src/IconCheckOutlinedFilled.tsx | 4 +- src/IconCheckRounded.tsx | 4 +- src/IconCheckRoundedFilled.tsx | 4 +- src/IconCheckSharp.tsx | 4 +- src/IconCheckSharpFilled.tsx | 4 +- src/IconCheckSmallOutlined.tsx | 4 +- src/IconCheckSmallOutlinedFilled.tsx | 6 +- src/IconCheckSmallRounded.tsx | 4 +- src/IconCheckSmallRoundedFilled.tsx | 6 +- src/IconCheckSmallSharp.tsx | 4 +- src/IconCheckSmallSharpFilled.tsx | 6 +- src/IconCheckbookOutlined.tsx | 4 +- src/IconCheckbookOutlinedFilled.tsx | 6 +- src/IconCheckbookRounded.tsx | 4 +- src/IconCheckbookRoundedFilled.tsx | 6 +- src/IconCheckbookSharp.tsx | 4 +- src/IconCheckbookSharpFilled.tsx | 4 +- src/IconCheckedBagOutlined.tsx | 4 +- src/IconCheckedBagOutlinedFilled.tsx | 6 +- src/IconCheckedBagQuestionOutlined.tsx | 6 +- src/IconCheckedBagQuestionOutlinedFilled.tsx | 4 +- src/IconCheckedBagQuestionRounded.tsx | 6 +- src/IconCheckedBagQuestionRoundedFilled.tsx | 4 +- src/IconCheckedBagQuestionSharp.tsx | 6 +- src/IconCheckedBagQuestionSharpFilled.tsx | 4 +- src/IconCheckedBagRounded.tsx | 4 +- src/IconCheckedBagRoundedFilled.tsx | 6 +- src/IconCheckedBagSharp.tsx | 4 +- src/IconCheckedBagSharpFilled.tsx | 6 +- src/IconChecklistOutlined.tsx | 4 +- src/IconChecklistOutlinedFilled.tsx | 6 +- src/IconChecklistRounded.tsx | 4 +- src/IconChecklistRoundedFilled.tsx | 6 +- src/IconChecklistRtlOutlined.tsx | 4 +- src/IconChecklistRtlOutlinedFilled.tsx | 6 +- src/IconChecklistRtlRounded.tsx | 4 +- src/IconChecklistRtlRoundedFilled.tsx | 6 +- src/IconChecklistRtlSharp.tsx | 4 +- src/IconChecklistRtlSharpFilled.tsx | 6 +- src/IconChecklistSharp.tsx | 4 +- src/IconChecklistSharpFilled.tsx | 4 +- src/IconCheckroomOutlined.tsx | 4 +- src/IconCheckroomOutlinedFilled.tsx | 6 +- src/IconCheckroomRounded.tsx | 4 +- src/IconCheckroomRoundedFilled.tsx | 6 +- src/IconCheckroomSharp.tsx | 4 +- src/IconCheckroomSharpFilled.tsx | 4 +- src/IconCheerOutlined.tsx | 4 +- src/IconCheerOutlinedFilled.tsx | 4 +- src/IconCheerRounded.tsx | 4 +- src/IconCheerRoundedFilled.tsx | 4 +- src/IconCheerSharp.tsx | 4 +- src/IconCheerSharpFilled.tsx | 4 +- src/IconChessOutlined.tsx | 4 +- src/IconChessOutlinedFilled.tsx | 4 +- src/IconChessRounded.tsx | 4 +- src/IconChessRoundedFilled.tsx | 4 +- src/IconChessSharp.tsx | 4 +- src/IconChessSharpFilled.tsx | 4 +- src/IconChevronBackwardOutlined.tsx | 6 +- src/IconChevronBackwardOutlinedFilled.tsx | 4 +- src/IconChevronBackwardRounded.tsx | 6 +- src/IconChevronBackwardRoundedFilled.tsx | 4 +- src/IconChevronBackwardSharp.tsx | 4 +- src/IconChevronBackwardSharpFilled.tsx | 6 +- src/IconChevronForwardOutlined.tsx | 6 +- src/IconChevronForwardOutlinedFilled.tsx | 4 +- src/IconChevronForwardRounded.tsx | 6 +- src/IconChevronForwardRoundedFilled.tsx | 6 +- src/IconChevronForwardSharp.tsx | 4 +- src/IconChevronForwardSharpFilled.tsx | 6 +- src/IconChevronLeftOutlined.tsx | 4 +- src/IconChevronLeftOutlinedFilled.tsx | 6 +- src/IconChevronLeftRounded.tsx | 4 +- src/IconChevronLeftRoundedFilled.tsx | 6 +- src/IconChevronLeftSharp.tsx | 4 +- src/IconChevronLeftSharpFilled.tsx | 6 +- src/IconChevronRightOutlined.tsx | 4 +- src/IconChevronRightOutlinedFilled.tsx | 6 +- src/IconChevronRightRounded.tsx | 4 +- src/IconChevronRightRoundedFilled.tsx | 6 +- src/IconChevronRightSharp.tsx | 4 +- src/IconChevronRightSharpFilled.tsx | 6 +- src/IconChildCareOutlined.tsx | 4 +- src/IconChildCareOutlinedFilled.tsx | 6 +- src/IconChildCareRounded.tsx | 4 +- src/IconChildCareRoundedFilled.tsx | 6 +- src/IconChildCareSharp.tsx | 4 +- src/IconChildCareSharpFilled.tsx | 4 +- src/IconChildFriendlyOutlined.tsx | 6 +- src/IconChildFriendlyOutlinedFilled.tsx | 6 +- src/IconChildFriendlyRounded.tsx | 4 +- src/IconChildFriendlyRoundedFilled.tsx | 6 +- src/IconChildFriendlySharp.tsx | 4 +- src/IconChildFriendlySharpFilled.tsx | 6 +- src/IconChipExtractionOutlined.tsx | 6 +- src/IconChipExtractionOutlinedFilled.tsx | 4 +- src/IconChipExtractionRounded.tsx | 6 +- src/IconChipExtractionRoundedFilled.tsx | 6 +- src/IconChipExtractionSharp.tsx | 4 +- src/IconChipExtractionSharpFilled.tsx | 6 +- src/IconChipsOutlined.tsx | 4 +- src/IconChipsOutlinedFilled.tsx | 4 +- src/IconChipsRounded.tsx | 4 +- src/IconChipsRoundedFilled.tsx | 4 +- src/IconChipsSharp.tsx | 4 +- src/IconChipsSharpFilled.tsx | 4 +- src/IconChromeReaderModeOutlined.tsx | 6 +- src/IconChromeReaderModeOutlinedFilled.tsx | 4 +- src/IconChromeReaderModeRounded.tsx | 6 +- src/IconChromeReaderModeRoundedFilled.tsx | 4 +- src/IconChromeReaderModeSharp.tsx | 6 +- src/IconChromeReaderModeSharpFilled.tsx | 6 +- src/IconChromecast2Outlined.tsx | 4 +- src/IconChromecast2OutlinedFilled.tsx | 6 +- src/IconChromecast2Rounded.tsx | 4 +- src/IconChromecast2RoundedFilled.tsx | 6 +- src/IconChromecast2Sharp.tsx | 4 +- src/IconChromecast2SharpFilled.tsx | 6 +- src/IconChromecastDeviceOutlined.tsx | 6 +- src/IconChromecastDeviceOutlinedFilled.tsx | 4 +- src/IconChromecastDeviceRounded.tsx | 6 +- src/IconChromecastDeviceRoundedFilled.tsx | 4 +- src/IconChromecastDeviceSharp.tsx | 6 +- src/IconChromecastDeviceSharpFilled.tsx | 6 +- src/IconChronicOutlined.tsx | 4 +- src/IconChronicOutlinedFilled.tsx | 6 +- src/IconChronicRounded.tsx | 4 +- src/IconChronicRoundedFilled.tsx | 4 +- src/IconChronicSharp.tsx | 4 +- src/IconChronicSharpFilled.tsx | 4 +- src/IconChurchOutlined.tsx | 4 +- src/IconChurchOutlinedFilled.tsx | 4 +- src/IconChurchRounded.tsx | 4 +- src/IconChurchRoundedFilled.tsx | 4 +- src/IconChurchSharp.tsx | 4 +- src/IconChurchSharpFilled.tsx | 4 +- src/IconCinematicBlurOutlined.tsx | 6 +- src/IconCinematicBlurOutlinedFilled.tsx | 6 +- src/IconCinematicBlurRounded.tsx | 4 +- src/IconCinematicBlurRoundedFilled.tsx | 6 +- src/IconCinematicBlurSharp.tsx | 4 +- src/IconCinematicBlurSharpFilled.tsx | 6 +- src/IconCircleNotificationsOutlined.tsx | 6 +- src/IconCircleNotificationsOutlinedFilled.tsx | 4 +- src/IconCircleNotificationsRounded.tsx | 6 +- src/IconCircleNotificationsRoundedFilled.tsx | 4 +- src/IconCircleNotificationsSharp.tsx | 6 +- src/IconCircleNotificationsSharpFilled.tsx | 4 +- src/IconCircleOutlined.tsx | 4 +- src/IconCircleOutlinedFilled.tsx | 4 +- src/IconCircleRounded.tsx | 4 +- src/IconCircleRoundedFilled.tsx | 4 +- src/IconCircleSharp.tsx | 4 +- src/IconCircleSharpFilled.tsx | 4 +- src/IconCirclesExtOutlined.tsx | 4 +- src/IconCirclesExtOutlinedFilled.tsx | 6 +- src/IconCirclesExtRounded.tsx | 4 +- src/IconCirclesExtRoundedFilled.tsx | 6 +- src/IconCirclesExtSharp.tsx | 4 +- src/IconCirclesExtSharpFilled.tsx | 6 +- src/IconCirclesOutlined.tsx | 4 +- src/IconCirclesOutlinedFilled.tsx | 6 +- src/IconCirclesRounded.tsx | 4 +- src/IconCirclesRoundedFilled.tsx | 4 +- src/IconCirclesSharp.tsx | 4 +- src/IconCirclesSharpFilled.tsx | 4 +- src/IconClarifyOutlined.tsx | 4 +- src/IconClarifyOutlinedFilled.tsx | 6 +- src/IconClarifyRounded.tsx | 4 +- src/IconClarifyRoundedFilled.tsx | 4 +- src/IconClarifySharp.tsx | 4 +- src/IconClarifySharpFilled.tsx | 4 +- src/IconCleanHandsOutlined.tsx | 4 +- src/IconCleanHandsOutlinedFilled.tsx | 6 +- src/IconCleanHandsRounded.tsx | 4 +- src/IconCleanHandsRoundedFilled.tsx | 6 +- src/IconCleanHandsSharp.tsx | 4 +- src/IconCleanHandsSharpFilled.tsx | 6 +- src/IconCleaningBucketOutlined.tsx | 6 +- src/IconCleaningBucketOutlinedFilled.tsx | 4 +- src/IconCleaningBucketRounded.tsx | 6 +- src/IconCleaningBucketRoundedFilled.tsx | 6 +- src/IconCleaningBucketSharp.tsx | 4 +- src/IconCleaningBucketSharpFilled.tsx | 6 +- src/IconCleaningOutlined.tsx | 4 +- src/IconCleaningOutlinedFilled.tsx | 6 +- src/IconCleaningRounded.tsx | 4 +- src/IconCleaningRoundedFilled.tsx | 6 +- src/IconCleaningServicesOutlined.tsx | 6 +- src/IconCleaningServicesOutlinedFilled.tsx | 4 +- src/IconCleaningServicesRounded.tsx | 6 +- src/IconCleaningServicesRoundedFilled.tsx | 4 +- src/IconCleaningServicesSharp.tsx | 6 +- src/IconCleaningServicesSharpFilled.tsx | 6 +- src/IconCleaningSharp.tsx | 4 +- src/IconCleaningSharpFilled.tsx | 4 +- src/IconClearAllOutlined.tsx | 4 +- src/IconClearAllOutlinedFilled.tsx | 6 +- src/IconClearAllRounded.tsx | 4 +- src/IconClearAllRoundedFilled.tsx | 6 +- src/IconClearAllSharp.tsx | 4 +- src/IconClearAllSharpFilled.tsx | 4 +- src/IconClearDayOutlined.tsx | 4 +- src/IconClearDayOutlinedFilled.tsx | 6 +- src/IconClearDayRounded.tsx | 4 +- src/IconClearDayRoundedFilled.tsx | 6 +- src/IconClearDaySharp.tsx | 4 +- src/IconClearDaySharpFilled.tsx | 4 +- src/IconClimateMiniSplitOutlined.tsx | 6 +- src/IconClimateMiniSplitOutlinedFilled.tsx | 4 +- src/IconClimateMiniSplitRounded.tsx | 6 +- src/IconClimateMiniSplitRoundedFilled.tsx | 4 +- src/IconClimateMiniSplitSharp.tsx | 6 +- src/IconClimateMiniSplitSharpFilled.tsx | 6 +- src/IconClinicalNotesOutlined.tsx | 6 +- src/IconClinicalNotesOutlinedFilled.tsx | 6 +- src/IconClinicalNotesRounded.tsx | 4 +- src/IconClinicalNotesRoundedFilled.tsx | 6 +- src/IconClinicalNotesSharp.tsx | 4 +- src/IconClinicalNotesSharpFilled.tsx | 6 +- src/IconClockLoader10Outlined.tsx | 6 +- src/IconClockLoader10OutlinedFilled.tsx | 6 +- src/IconClockLoader10Rounded.tsx | 4 +- src/IconClockLoader10RoundedFilled.tsx | 6 +- src/IconClockLoader10Sharp.tsx | 4 +- src/IconClockLoader10SharpFilled.tsx | 6 +- src/IconClockLoader20Outlined.tsx | 6 +- src/IconClockLoader20OutlinedFilled.tsx | 6 +- src/IconClockLoader20Rounded.tsx | 4 +- src/IconClockLoader20RoundedFilled.tsx | 6 +- src/IconClockLoader20Sharp.tsx | 4 +- src/IconClockLoader20SharpFilled.tsx | 6 +- src/IconClockLoader40Outlined.tsx | 6 +- src/IconClockLoader40OutlinedFilled.tsx | 6 +- src/IconClockLoader40Rounded.tsx | 4 +- src/IconClockLoader40RoundedFilled.tsx | 6 +- src/IconClockLoader40Sharp.tsx | 4 +- src/IconClockLoader40SharpFilled.tsx | 6 +- src/IconClockLoader60Outlined.tsx | 6 +- src/IconClockLoader60OutlinedFilled.tsx | 6 +- src/IconClockLoader60Rounded.tsx | 4 +- src/IconClockLoader60RoundedFilled.tsx | 6 +- src/IconClockLoader60Sharp.tsx | 4 +- src/IconClockLoader60SharpFilled.tsx | 6 +- src/IconClockLoader80Outlined.tsx | 6 +- src/IconClockLoader80OutlinedFilled.tsx | 6 +- src/IconClockLoader80Rounded.tsx | 4 +- src/IconClockLoader80RoundedFilled.tsx | 6 +- src/IconClockLoader80Sharp.tsx | 4 +- src/IconClockLoader80SharpFilled.tsx | 6 +- src/IconClockLoader90Outlined.tsx | 6 +- src/IconClockLoader90OutlinedFilled.tsx | 6 +- src/IconClockLoader90Rounded.tsx | 4 +- src/IconClockLoader90RoundedFilled.tsx | 6 +- src/IconClockLoader90Sharp.tsx | 4 +- src/IconClockLoader90SharpFilled.tsx | 6 +- src/IconCloseFullscreenOutlined.tsx | 6 +- src/IconCloseFullscreenOutlinedFilled.tsx | 4 +- src/IconCloseFullscreenRounded.tsx | 6 +- src/IconCloseFullscreenRoundedFilled.tsx | 4 +- src/IconCloseFullscreenSharp.tsx | 4 +- src/IconCloseFullscreenSharpFilled.tsx | 6 +- src/IconCloseOutlined.tsx | 4 +- src/IconCloseOutlinedFilled.tsx | 4 +- src/IconCloseRounded.tsx | 4 +- src/IconCloseRoundedFilled.tsx | 4 +- src/IconCloseSharp.tsx | 4 +- src/IconCloseSharpFilled.tsx | 4 +- src/IconCloseSmallOutlined.tsx | 4 +- src/IconCloseSmallOutlinedFilled.tsx | 6 +- src/IconCloseSmallRounded.tsx | 4 +- src/IconCloseSmallRoundedFilled.tsx | 6 +- src/IconCloseSmallSharp.tsx | 4 +- src/IconCloseSmallSharpFilled.tsx | 6 +- src/IconClosedCaptionAddOutlined.tsx | 6 +- src/IconClosedCaptionAddOutlinedFilled.tsx | 4 +- src/IconClosedCaptionAddRounded.tsx | 6 +- src/IconClosedCaptionAddRoundedFilled.tsx | 4 +- src/IconClosedCaptionAddSharp.tsx | 6 +- src/IconClosedCaptionAddSharpFilled.tsx | 6 +- src/IconClosedCaptionDisabledOutlined.tsx | 4 +- ...conClosedCaptionDisabledOutlinedFilled.tsx | 4 +- src/IconClosedCaptionDisabledRounded.tsx | 4 +- ...IconClosedCaptionDisabledRoundedFilled.tsx | 4 +- src/IconClosedCaptionDisabledSharp.tsx | 6 +- src/IconClosedCaptionDisabledSharpFilled.tsx | 4 +- src/IconClosedCaptionOutlined.tsx | 6 +- src/IconClosedCaptionOutlinedFilled.tsx | 6 +- src/IconClosedCaptionRounded.tsx | 4 +- src/IconClosedCaptionRoundedFilled.tsx | 6 +- src/IconClosedCaptionSharp.tsx | 4 +- src/IconClosedCaptionSharpFilled.tsx | 6 +- src/IconCloudAlertOutlined.tsx | 9 + src/IconCloudAlertOutlinedFilled.tsx | 11 + src/IconCloudAlertRounded.tsx | 9 + src/IconCloudAlertRoundedFilled.tsx | 11 + src/IconCloudAlertSharp.tsx | 9 + src/IconCloudAlertSharpFilled.tsx | 11 + src/IconCloudCircleOutlined.tsx | 4 +- src/IconCloudCircleOutlinedFilled.tsx | 6 +- src/IconCloudCircleRounded.tsx | 4 +- src/IconCloudCircleRoundedFilled.tsx | 6 +- src/IconCloudCircleSharp.tsx | 4 +- src/IconCloudCircleSharpFilled.tsx | 6 +- src/IconCloudDoneOutlined.tsx | 4 +- src/IconCloudDoneOutlinedFilled.tsx | 6 +- src/IconCloudDoneRounded.tsx | 4 +- src/IconCloudDoneRoundedFilled.tsx | 6 +- src/IconCloudDoneSharp.tsx | 4 +- src/IconCloudDoneSharpFilled.tsx | 4 +- src/IconCloudDownloadOutlined.tsx | 6 +- src/IconCloudDownloadOutlinedFilled.tsx | 6 +- src/IconCloudDownloadRounded.tsx | 4 +- src/IconCloudDownloadRoundedFilled.tsx | 6 +- src/IconCloudDownloadSharp.tsx | 4 +- src/IconCloudDownloadSharpFilled.tsx | 6 +- src/IconCloudOffOutlined.tsx | 4 +- src/IconCloudOffOutlinedFilled.tsx | 6 +- src/IconCloudOffRounded.tsx | 4 +- src/IconCloudOffRoundedFilled.tsx | 6 +- src/IconCloudOffSharp.tsx | 4 +- src/IconCloudOffSharpFilled.tsx | 4 +- src/IconCloudOutlined.tsx | 4 +- src/IconCloudOutlinedFilled.tsx | 4 +- src/IconCloudRounded.tsx | 4 +- src/IconCloudRoundedFilled.tsx | 4 +- src/IconCloudSharp.tsx | 4 +- src/IconCloudSharpFilled.tsx | 4 +- src/IconCloudSyncOutlined.tsx | 4 +- src/IconCloudSyncOutlinedFilled.tsx | 6 +- src/IconCloudSyncRounded.tsx | 4 +- src/IconCloudSyncRoundedFilled.tsx | 6 +- src/IconCloudSyncSharp.tsx | 4 +- src/IconCloudSyncSharpFilled.tsx | 4 +- src/IconCloudUploadOutlined.tsx | 4 +- src/IconCloudUploadOutlinedFilled.tsx | 6 +- src/IconCloudUploadRounded.tsx | 4 +- src/IconCloudUploadRoundedFilled.tsx | 6 +- src/IconCloudUploadSharp.tsx | 4 +- src/IconCloudUploadSharpFilled.tsx | 6 +- src/IconCloudySnowingOutlined.tsx | 6 +- src/IconCloudySnowingOutlinedFilled.tsx | 6 +- src/IconCloudySnowingRounded.tsx | 4 +- src/IconCloudySnowingRoundedFilled.tsx | 6 +- src/IconCloudySnowingSharp.tsx | 4 +- src/IconCloudySnowingSharpFilled.tsx | 6 +- src/IconCo2Outlined.tsx | 4 +- src/IconCo2OutlinedFilled.tsx | 4 +- src/IconCo2Rounded.tsx | 4 +- src/IconCo2RoundedFilled.tsx | 4 +- src/IconCo2Sharp.tsx | 4 +- src/IconCo2SharpFilled.tsx | 4 +- src/IconCoPresentOutlined.tsx | 4 +- src/IconCoPresentOutlinedFilled.tsx | 6 +- src/IconCoPresentRounded.tsx | 4 +- src/IconCoPresentRoundedFilled.tsx | 6 +- src/IconCoPresentSharp.tsx | 4 +- src/IconCoPresentSharpFilled.tsx | 4 +- src/IconCodeBlocksOutlined.tsx | 4 +- src/IconCodeBlocksOutlinedFilled.tsx | 6 +- src/IconCodeBlocksRounded.tsx | 4 +- src/IconCodeBlocksRoundedFilled.tsx | 6 +- src/IconCodeBlocksSharp.tsx | 4 +- src/IconCodeBlocksSharpFilled.tsx | 6 +- src/IconCodeOffOutlined.tsx | 4 +- src/IconCodeOffOutlinedFilled.tsx | 6 +- src/IconCodeOffRounded.tsx | 4 +- src/IconCodeOffRoundedFilled.tsx | 4 +- src/IconCodeOffSharp.tsx | 4 +- src/IconCodeOffSharpFilled.tsx | 4 +- src/IconCodeOutlined.tsx | 4 +- src/IconCodeOutlinedFilled.tsx | 4 +- src/IconCodeRounded.tsx | 4 +- src/IconCodeRoundedFilled.tsx | 4 +- src/IconCodeSharp.tsx | 4 +- src/IconCodeSharpFilled.tsx | 4 +- src/IconCoffeeMakerOutlined.tsx | 4 +- src/IconCoffeeMakerOutlinedFilled.tsx | 6 +- src/IconCoffeeMakerRounded.tsx | 4 +- src/IconCoffeeMakerRoundedFilled.tsx | 6 +- src/IconCoffeeMakerSharp.tsx | 4 +- src/IconCoffeeMakerSharpFilled.tsx | 6 +- src/IconCoffeeOutlined.tsx | 4 +- src/IconCoffeeOutlinedFilled.tsx | 4 +- src/IconCoffeeRounded.tsx | 4 +- src/IconCoffeeRoundedFilled.tsx | 4 +- src/IconCoffeeSharp.tsx | 4 +- src/IconCoffeeSharpFilled.tsx | 4 +- src/IconCognitionOutlined.tsx | 4 +- src/IconCognitionOutlinedFilled.tsx | 6 +- src/IconCognitionRounded.tsx | 4 +- src/IconCognitionRoundedFilled.tsx | 6 +- src/IconCognitionSharp.tsx | 4 +- src/IconCognitionSharpFilled.tsx | 4 +- src/IconCollapseAllOutlined.tsx | 4 +- src/IconCollapseAllOutlinedFilled.tsx | 6 +- src/IconCollapseAllRounded.tsx | 4 +- src/IconCollapseAllRoundedFilled.tsx | 6 +- src/IconCollapseAllSharp.tsx | 4 +- src/IconCollapseAllSharpFilled.tsx | 6 +- src/IconCollapseContentOutlined.tsx | 6 +- src/IconCollapseContentOutlinedFilled.tsx | 4 +- src/IconCollapseContentRounded.tsx | 6 +- src/IconCollapseContentRoundedFilled.tsx | 4 +- src/IconCollapseContentSharp.tsx | 4 +- src/IconCollapseContentSharpFilled.tsx | 6 +- src/IconCollectionsBookmarkOutlined.tsx | 6 +- src/IconCollectionsBookmarkOutlinedFilled.tsx | 4 +- src/IconCollectionsBookmarkRounded.tsx | 6 +- src/IconCollectionsBookmarkRoundedFilled.tsx | 4 +- src/IconCollectionsBookmarkSharp.tsx | 6 +- src/IconCollectionsBookmarkSharpFilled.tsx | 4 +- src/IconColorizeOutlined.tsx | 4 +- src/IconColorizeOutlinedFilled.tsx | 6 +- src/IconColorizeRounded.tsx | 4 +- src/IconColorizeRoundedFilled.tsx | 6 +- src/IconColorizeSharp.tsx | 4 +- src/IconColorizeSharpFilled.tsx | 4 +- src/IconColorsOutlined.tsx | 4 +- src/IconColorsOutlinedFilled.tsx | 4 +- src/IconColorsRounded.tsx | 4 +- src/IconColorsRoundedFilled.tsx | 4 +- src/IconColorsSharp.tsx | 4 +- src/IconColorsSharpFilled.tsx | 4 +- src/IconCombineColumnsOutlined.tsx | 6 +- src/IconCombineColumnsOutlinedFilled.tsx | 4 +- src/IconCombineColumnsRounded.tsx | 6 +- src/IconCombineColumnsRoundedFilled.tsx | 6 +- src/IconCombineColumnsSharp.tsx | 4 +- src/IconCombineColumnsSharpFilled.tsx | 6 +- src/IconComedyMaskOutlined.tsx | 4 +- src/IconComedyMaskOutlinedFilled.tsx | 6 +- src/IconComedyMaskRounded.tsx | 4 +- src/IconComedyMaskRoundedFilled.tsx | 6 +- src/IconComedyMaskSharp.tsx | 4 +- src/IconComedyMaskSharpFilled.tsx | 6 +- src/IconComicBubbleOutlined.tsx | 4 +- src/IconComicBubbleOutlinedFilled.tsx | 6 +- src/IconComicBubbleRounded.tsx | 4 +- src/IconComicBubbleRoundedFilled.tsx | 6 +- src/IconComicBubbleSharp.tsx | 4 +- src/IconComicBubbleSharpFilled.tsx | 6 +- src/IconCommentBankOutlined.tsx | 4 +- src/IconCommentBankOutlinedFilled.tsx | 6 +- src/IconCommentBankRounded.tsx | 4 +- src/IconCommentBankRoundedFilled.tsx | 6 +- src/IconCommentBankSharp.tsx | 4 +- src/IconCommentBankSharpFilled.tsx | 6 +- src/IconCommentOutlined.tsx | 4 +- src/IconCommentOutlinedFilled.tsx | 6 +- src/IconCommentRounded.tsx | 4 +- src/IconCommentRoundedFilled.tsx | 4 +- src/IconCommentSharp.tsx | 4 +- src/IconCommentSharpFilled.tsx | 4 +- src/IconCommentsDisabledOutlined.tsx | 6 +- src/IconCommentsDisabledOutlinedFilled.tsx | 4 +- src/IconCommentsDisabledRounded.tsx | 6 +- src/IconCommentsDisabledRoundedFilled.tsx | 4 +- src/IconCommentsDisabledSharp.tsx | 6 +- src/IconCommentsDisabledSharpFilled.tsx | 6 +- src/IconCommitOutlined.tsx | 4 +- src/IconCommitOutlinedFilled.tsx | 4 +- src/IconCommitRounded.tsx | 4 +- src/IconCommitRoundedFilled.tsx | 4 +- src/IconCommitSharp.tsx | 4 +- src/IconCommitSharpFilled.tsx | 4 +- src/IconCommunicationOutlined.tsx | 6 +- src/IconCommunicationOutlinedFilled.tsx | 6 +- src/IconCommunicationRounded.tsx | 4 +- src/IconCommunicationRoundedFilled.tsx | 6 +- src/IconCommunicationSharp.tsx | 4 +- src/IconCommunicationSharpFilled.tsx | 6 +- src/IconCommunitiesOutlined.tsx | 4 +- src/IconCommunitiesOutlinedFilled.tsx | 6 +- src/IconCommunitiesRounded.tsx | 4 +- src/IconCommunitiesRoundedFilled.tsx | 6 +- src/IconCommunitiesSharp.tsx | 4 +- src/IconCommunitiesSharpFilled.tsx | 6 +- src/IconCommuteOutlined.tsx | 4 +- src/IconCommuteOutlinedFilled.tsx | 6 +- src/IconCommuteRounded.tsx | 4 +- src/IconCommuteRoundedFilled.tsx | 4 +- src/IconCommuteSharp.tsx | 4 +- src/IconCommuteSharpFilled.tsx | 4 +- src/IconCompareArrowsOutlined.tsx | 6 +- src/IconCompareArrowsOutlinedFilled.tsx | 6 +- src/IconCompareArrowsRounded.tsx | 4 +- src/IconCompareArrowsRoundedFilled.tsx | 6 +- src/IconCompareArrowsSharp.tsx | 4 +- src/IconCompareArrowsSharpFilled.tsx | 6 +- src/IconCompareOutlined.tsx | 4 +- src/IconCompareOutlinedFilled.tsx | 6 +- src/IconCompareRounded.tsx | 4 +- src/IconCompareRoundedFilled.tsx | 4 +- src/IconCompareSharp.tsx | 4 +- src/IconCompareSharpFilled.tsx | 4 +- src/IconCompassCalibrationOutlined.tsx | 6 +- src/IconCompassCalibrationOutlinedFilled.tsx | 4 +- src/IconCompassCalibrationRounded.tsx | 6 +- src/IconCompassCalibrationRoundedFilled.tsx | 4 +- src/IconCompassCalibrationSharp.tsx | 6 +- src/IconCompassCalibrationSharpFilled.tsx | 4 +- src/IconComponentExchangeOutlined.tsx | 6 +- src/IconComponentExchangeOutlinedFilled.tsx | 4 +- src/IconComponentExchangeRounded.tsx | 6 +- src/IconComponentExchangeRoundedFilled.tsx | 4 +- src/IconComponentExchangeSharp.tsx | 6 +- src/IconComponentExchangeSharpFilled.tsx | 4 +- src/IconCompostOutlined.tsx | 4 +- src/IconCompostOutlinedFilled.tsx | 6 +- src/IconCompostRounded.tsx | 4 +- src/IconCompostRoundedFilled.tsx | 4 +- src/IconCompostSharp.tsx | 4 +- src/IconCompostSharpFilled.tsx | 4 +- src/IconCompressOutlined.tsx | 4 +- src/IconCompressOutlinedFilled.tsx | 6 +- src/IconCompressRounded.tsx | 4 +- src/IconCompressRoundedFilled.tsx | 6 +- src/IconCompressSharp.tsx | 4 +- src/IconCompressSharpFilled.tsx | 4 +- src/IconComputerOutlined.tsx | 4 +- src/IconComputerOutlinedFilled.tsx | 6 +- src/IconComputerRounded.tsx | 4 +- src/IconComputerRoundedFilled.tsx | 6 +- src/IconComputerSharp.tsx | 4 +- src/IconComputerSharpFilled.tsx | 4 +- src/IconConciergeOutlined.tsx | 4 +- src/IconConciergeOutlinedFilled.tsx | 6 +- src/IconConciergeRounded.tsx | 4 +- src/IconConciergeRoundedFilled.tsx | 6 +- src/IconConciergeSharp.tsx | 4 +- src/IconConciergeSharpFilled.tsx | 4 +- src/IconConditionsOutlined.tsx | 4 +- src/IconConditionsOutlinedFilled.tsx | 6 +- src/IconConditionsRounded.tsx | 4 +- src/IconConditionsRoundedFilled.tsx | 6 +- src/IconConditionsSharp.tsx | 4 +- src/IconConditionsSharpFilled.tsx | 6 +- src/IconConfirmationNumberOutlined.tsx | 6 +- src/IconConfirmationNumberOutlinedFilled.tsx | 4 +- src/IconConfirmationNumberRounded.tsx | 6 +- src/IconConfirmationNumberRoundedFilled.tsx | 4 +- src/IconConfirmationNumberSharp.tsx | 6 +- src/IconConfirmationNumberSharpFilled.tsx | 4 +- src/IconCongenitalOutlined.tsx | 4 +- src/IconCongenitalOutlinedFilled.tsx | 6 +- src/IconCongenitalRounded.tsx | 4 +- src/IconCongenitalRoundedFilled.tsx | 6 +- src/IconCongenitalSharp.tsx | 4 +- src/IconCongenitalSharpFilled.tsx | 6 +- src/IconConnectWithoutContactOutlined.tsx | 4 +- ...conConnectWithoutContactOutlinedFilled.tsx | 4 +- src/IconConnectWithoutContactRounded.tsx | 4 +- ...IconConnectWithoutContactRoundedFilled.tsx | 4 +- src/IconConnectWithoutContactSharp.tsx | 6 +- src/IconConnectWithoutContactSharpFilled.tsx | 4 +- src/IconConnectedTvOutlined.tsx | 4 +- src/IconConnectedTvOutlinedFilled.tsx | 6 +- src/IconConnectedTvRounded.tsx | 4 +- src/IconConnectedTvRoundedFilled.tsx | 6 +- src/IconConnectedTvSharp.tsx | 4 +- src/IconConnectedTvSharpFilled.tsx | 6 +- src/IconConnectingAirportsOutlined.tsx | 6 +- src/IconConnectingAirportsOutlinedFilled.tsx | 4 +- src/IconConnectingAirportsRounded.tsx | 6 +- src/IconConnectingAirportsRoundedFilled.tsx | 4 +- src/IconConnectingAirportsSharp.tsx | 6 +- src/IconConnectingAirportsSharpFilled.tsx | 4 +- src/IconConstructionOutlined.tsx | 4 +- src/IconConstructionOutlinedFilled.tsx | 6 +- src/IconConstructionRounded.tsx | 4 +- src/IconConstructionRoundedFilled.tsx | 6 +- src/IconConstructionSharp.tsx | 4 +- src/IconConstructionSharpFilled.tsx | 6 +- src/IconContactEmergencyOutlined.tsx | 6 +- src/IconContactEmergencyOutlinedFilled.tsx | 4 +- src/IconContactEmergencyRounded.tsx | 6 +- src/IconContactEmergencyRoundedFilled.tsx | 4 +- src/IconContactEmergencySharp.tsx | 6 +- src/IconContactEmergencySharpFilled.tsx | 6 +- src/IconContactMailOutlined.tsx | 4 +- src/IconContactMailOutlinedFilled.tsx | 6 +- src/IconContactMailRounded.tsx | 4 +- src/IconContactMailRoundedFilled.tsx | 6 +- src/IconContactMailSharp.tsx | 4 +- src/IconContactMailSharpFilled.tsx | 6 +- src/IconContactPageOutlined.tsx | 4 +- src/IconContactPageOutlinedFilled.tsx | 6 +- src/IconContactPageRounded.tsx | 4 +- src/IconContactPageRoundedFilled.tsx | 6 +- src/IconContactPageSharp.tsx | 4 +- src/IconContactPageSharpFilled.tsx | 6 +- src/IconContactPhoneOutlined.tsx | 4 +- src/IconContactPhoneOutlinedFilled.tsx | 6 +- src/IconContactPhoneRounded.tsx | 4 +- src/IconContactPhoneRoundedFilled.tsx | 6 +- src/IconContactPhoneSharp.tsx | 4 +- src/IconContactPhoneSharpFilled.tsx | 6 +- src/IconContactSupportOutlined.tsx | 6 +- src/IconContactSupportOutlinedFilled.tsx | 4 +- src/IconContactSupportRounded.tsx | 6 +- src/IconContactSupportRoundedFilled.tsx | 6 +- src/IconContactSupportSharp.tsx | 4 +- src/IconContactSupportSharpFilled.tsx | 6 +- src/IconContactlessOffOutlined.tsx | 6 +- src/IconContactlessOffOutlinedFilled.tsx | 4 +- src/IconContactlessOffRounded.tsx | 6 +- src/IconContactlessOffRoundedFilled.tsx | 6 +- src/IconContactlessOffSharp.tsx | 4 +- src/IconContactlessOffSharpFilled.tsx | 6 +- src/IconContactlessOutlined.tsx | 4 +- src/IconContactlessOutlinedFilled.tsx | 6 +- src/IconContactlessRounded.tsx | 4 +- src/IconContactlessRoundedFilled.tsx | 6 +- src/IconContactlessSharp.tsx | 4 +- src/IconContactlessSharpFilled.tsx | 6 +- src/IconContactsOutlined.tsx | 4 +- src/IconContactsOutlinedFilled.tsx | 6 +- src/IconContactsProductOutlined.tsx | 6 +- src/IconContactsProductOutlinedFilled.tsx | 4 +- src/IconContactsProductRounded.tsx | 6 +- src/IconContactsProductRoundedFilled.tsx | 4 +- src/IconContactsProductSharp.tsx | 4 +- src/IconContactsProductSharpFilled.tsx | 6 +- src/IconContactsRounded.tsx | 4 +- src/IconContactsRoundedFilled.tsx | 6 +- src/IconContactsSharp.tsx | 4 +- src/IconContactsSharpFilled.tsx | 4 +- src/IconContentCopyOutlined.tsx | 4 +- src/IconContentCopyOutlinedFilled.tsx | 6 +- src/IconContentCopyRounded.tsx | 4 +- src/IconContentCopyRoundedFilled.tsx | 6 +- src/IconContentCopySharp.tsx | 4 +- src/IconContentCopySharpFilled.tsx | 6 +- src/IconContentCutOutlined.tsx | 4 +- src/IconContentCutOutlinedFilled.tsx | 6 +- src/IconContentCutRounded.tsx | 4 +- src/IconContentCutRoundedFilled.tsx | 6 +- src/IconContentCutSharp.tsx | 4 +- src/IconContentCutSharpFilled.tsx | 6 +- src/IconContentPasteGoOutlined.tsx | 6 +- src/IconContentPasteGoOutlinedFilled.tsx | 4 +- src/IconContentPasteGoRounded.tsx | 6 +- src/IconContentPasteGoRoundedFilled.tsx | 6 +- src/IconContentPasteGoSharp.tsx | 4 +- src/IconContentPasteGoSharpFilled.tsx | 6 +- src/IconContentPasteOffOutlined.tsx | 6 +- src/IconContentPasteOffOutlinedFilled.tsx | 4 +- src/IconContentPasteOffRounded.tsx | 6 +- src/IconContentPasteOffRoundedFilled.tsx | 4 +- src/IconContentPasteOffSharp.tsx | 4 +- src/IconContentPasteOffSharpFilled.tsx | 6 +- src/IconContentPasteOutlined.tsx | 4 +- src/IconContentPasteOutlinedFilled.tsx | 6 +- src/IconContentPasteRounded.tsx | 4 +- src/IconContentPasteRoundedFilled.tsx | 6 +- src/IconContentPasteSearchOutlined.tsx | 8 +- src/IconContentPasteSearchOutlinedFilled.tsx | 6 +- src/IconContentPasteSearchRounded.tsx | 8 +- src/IconContentPasteSearchRoundedFilled.tsx | 6 +- src/IconContentPasteSearchSharp.tsx | 8 +- src/IconContentPasteSearchSharpFilled.tsx | 6 +- src/IconContentPasteSharp.tsx | 4 +- src/IconContentPasteSharpFilled.tsx | 6 +- src/IconContextualTokenAddOutlined.tsx | 6 +- src/IconContextualTokenAddOutlinedFilled.tsx | 4 +- src/IconContextualTokenAddRounded.tsx | 6 +- src/IconContextualTokenAddRoundedFilled.tsx | 4 +- src/IconContextualTokenAddSharp.tsx | 6 +- src/IconContextualTokenAddSharpFilled.tsx | 4 +- src/IconContextualTokenOutlined.tsx | 6 +- src/IconContextualTokenOutlinedFilled.tsx | 4 +- src/IconContextualTokenRounded.tsx | 6 +- src/IconContextualTokenRoundedFilled.tsx | 4 +- src/IconContextualTokenSharp.tsx | 4 +- src/IconContextualTokenSharpFilled.tsx | 6 +- src/IconContractDeleteOutlined.tsx | 6 +- src/IconContractDeleteOutlinedFilled.tsx | 4 +- src/IconContractDeleteRounded.tsx | 6 +- src/IconContractDeleteRoundedFilled.tsx | 6 +- src/IconContractDeleteSharp.tsx | 4 +- src/IconContractDeleteSharpFilled.tsx | 6 +- src/IconContractEditOutlined.tsx | 4 +- src/IconContractEditOutlinedFilled.tsx | 6 +- src/IconContractEditRounded.tsx | 4 +- src/IconContractEditRoundedFilled.tsx | 6 +- src/IconContractEditSharp.tsx | 4 +- src/IconContractEditSharpFilled.tsx | 6 +- src/IconContractOutlined.tsx | 4 +- src/IconContractOutlinedFilled.tsx | 6 +- src/IconContractRounded.tsx | 4 +- src/IconContractRoundedFilled.tsx | 6 +- src/IconContractSharp.tsx | 4 +- src/IconContractSharpFilled.tsx | 4 +- src/IconContrastCircleOutlined.tsx | 6 +- src/IconContrastCircleOutlinedFilled.tsx | 4 +- src/IconContrastCircleRounded.tsx | 6 +- src/IconContrastCircleRoundedFilled.tsx | 6 +- src/IconContrastCircleSharp.tsx | 4 +- src/IconContrastCircleSharpFilled.tsx | 6 +- src/IconContrastOutlined.tsx | 4 +- src/IconContrastOutlinedFilled.tsx | 6 +- src/IconContrastRounded.tsx | 4 +- src/IconContrastRoundedFilled.tsx | 6 +- src/IconContrastRtlOffOutlined.tsx | 6 +- src/IconContrastRtlOffOutlinedFilled.tsx | 4 +- src/IconContrastRtlOffRounded.tsx | 6 +- src/IconContrastRtlOffRoundedFilled.tsx | 6 +- src/IconContrastRtlOffSharp.tsx | 4 +- src/IconContrastRtlOffSharpFilled.tsx | 6 +- src/IconContrastSharp.tsx | 4 +- src/IconContrastSharpFilled.tsx | 4 +- src/IconContrastSquareOutlined.tsx | 6 +- src/IconContrastSquareOutlinedFilled.tsx | 4 +- src/IconContrastSquareRounded.tsx | 6 +- src/IconContrastSquareRoundedFilled.tsx | 6 +- src/IconContrastSquareSharp.tsx | 4 +- src/IconContrastSquareSharpFilled.tsx | 6 +- src/IconControlCameraOutlined.tsx | 6 +- src/IconControlCameraOutlinedFilled.tsx | 6 +- src/IconControlCameraRounded.tsx | 4 +- src/IconControlCameraRoundedFilled.tsx | 6 +- src/IconControlCameraSharp.tsx | 4 +- src/IconControlCameraSharpFilled.tsx | 6 +- src/IconControlPointDuplicateOutlined.tsx | 4 +- ...conControlPointDuplicateOutlinedFilled.tsx | 4 +- src/IconControlPointDuplicateRounded.tsx | 4 +- ...IconControlPointDuplicateRoundedFilled.tsx | 4 +- src/IconControlPointDuplicateSharp.tsx | 6 +- src/IconControlPointDuplicateSharpFilled.tsx | 4 +- src/IconControllerGenOutlined.tsx | 6 +- src/IconControllerGenOutlinedFilled.tsx | 6 +- src/IconControllerGenRounded.tsx | 4 +- src/IconControllerGenRoundedFilled.tsx | 6 +- src/IconControllerGenSharp.tsx | 4 +- src/IconControllerGenSharpFilled.tsx | 6 +- src/IconConversionPathOffOutlined.tsx | 6 +- src/IconConversionPathOffOutlinedFilled.tsx | 4 +- src/IconConversionPathOffRounded.tsx | 6 +- src/IconConversionPathOffRoundedFilled.tsx | 4 +- src/IconConversionPathOffSharp.tsx | 6 +- src/IconConversionPathOffSharpFilled.tsx | 4 +- src/IconConversionPathOutlined.tsx | 6 +- src/IconConversionPathOutlinedFilled.tsx | 4 +- src/IconConversionPathRounded.tsx | 6 +- src/IconConversionPathRoundedFilled.tsx | 6 +- src/IconConversionPathSharp.tsx | 4 +- src/IconConversionPathSharpFilled.tsx | 6 +- src/IconConvertToTextOutlined.tsx | 6 +- src/IconConvertToTextOutlinedFilled.tsx | 6 +- src/IconConvertToTextRounded.tsx | 4 +- src/IconConvertToTextRoundedFilled.tsx | 6 +- src/IconConvertToTextSharp.tsx | 4 +- src/IconConvertToTextSharpFilled.tsx | 6 +- src/IconConveyorBeltOutlined.tsx | 4 +- src/IconConveyorBeltOutlinedFilled.tsx | 6 +- src/IconConveyorBeltRounded.tsx | 4 +- src/IconConveyorBeltRoundedFilled.tsx | 6 +- src/IconConveyorBeltSharp.tsx | 4 +- src/IconConveyorBeltSharpFilled.tsx | 6 +- src/IconCookieOffOutlined.tsx | 4 +- src/IconCookieOffOutlinedFilled.tsx | 6 +- src/IconCookieOffRounded.tsx | 4 +- src/IconCookieOffRoundedFilled.tsx | 6 +- src/IconCookieOffSharp.tsx | 4 +- src/IconCookieOffSharpFilled.tsx | 4 +- src/IconCookieOutlined.tsx | 4 +- src/IconCookieOutlinedFilled.tsx | 4 +- src/IconCookieRounded.tsx | 4 +- src/IconCookieRoundedFilled.tsx | 4 +- src/IconCookieSharp.tsx | 4 +- src/IconCookieSharpFilled.tsx | 4 +- src/IconCookingOutlined.tsx | 4 +- src/IconCookingOutlinedFilled.tsx | 6 +- src/IconCookingRounded.tsx | 4 +- src/IconCookingRoundedFilled.tsx | 4 +- src/IconCookingSharp.tsx | 4 +- src/IconCookingSharpFilled.tsx | 4 +- src/IconCoolToDryOutlined.tsx | 4 +- src/IconCoolToDryOutlinedFilled.tsx | 6 +- src/IconCoolToDryRounded.tsx | 4 +- src/IconCoolToDryRoundedFilled.tsx | 6 +- src/IconCoolToDrySharp.tsx | 4 +- src/IconCoolToDrySharpFilled.tsx | 4 +- src/IconCopyAllOutlined.tsx | 4 +- src/IconCopyAllOutlinedFilled.tsx | 6 +- src/IconCopyAllRounded.tsx | 4 +- src/IconCopyAllRoundedFilled.tsx | 4 +- src/IconCopyAllSharp.tsx | 4 +- src/IconCopyAllSharpFilled.tsx | 4 +- src/IconCopyrightOutlined.tsx | 4 +- src/IconCopyrightOutlinedFilled.tsx | 6 +- src/IconCopyrightRounded.tsx | 4 +- src/IconCopyrightRoundedFilled.tsx | 6 +- src/IconCopyrightSharp.tsx | 4 +- src/IconCopyrightSharpFilled.tsx | 4 +- src/IconCoronavirusOutlined.tsx | 4 +- src/IconCoronavirusOutlinedFilled.tsx | 6 +- src/IconCoronavirusRounded.tsx | 4 +- src/IconCoronavirusRoundedFilled.tsx | 6 +- src/IconCoronavirusSharp.tsx | 4 +- src/IconCoronavirusSharpFilled.tsx | 6 +- src/IconCorporateFareOutlined.tsx | 6 +- src/IconCorporateFareOutlinedFilled.tsx | 6 +- src/IconCorporateFareRounded.tsx | 4 +- src/IconCorporateFareRoundedFilled.tsx | 6 +- src/IconCorporateFareSharp.tsx | 4 +- src/IconCorporateFareSharpFilled.tsx | 6 +- src/IconCottageOutlined.tsx | 4 +- src/IconCottageOutlinedFilled.tsx | 6 +- src/IconCottageRounded.tsx | 4 +- src/IconCottageRoundedFilled.tsx | 4 +- src/IconCottageSharp.tsx | 4 +- src/IconCottageSharpFilled.tsx | 4 +- src/IconCounter0Outlined.tsx | 4 +- src/IconCounter0OutlinedFilled.tsx | 6 +- src/IconCounter0Rounded.tsx | 4 +- src/IconCounter0RoundedFilled.tsx | 6 +- src/IconCounter0Sharp.tsx | 4 +- src/IconCounter0SharpFilled.tsx | 4 +- src/IconCounter1Outlined.tsx | 4 +- src/IconCounter1OutlinedFilled.tsx | 6 +- src/IconCounter1Rounded.tsx | 4 +- src/IconCounter1RoundedFilled.tsx | 6 +- src/IconCounter1Sharp.tsx | 4 +- src/IconCounter1SharpFilled.tsx | 4 +- src/IconCounter2Outlined.tsx | 4 +- src/IconCounter2OutlinedFilled.tsx | 6 +- src/IconCounter2Rounded.tsx | 4 +- src/IconCounter2RoundedFilled.tsx | 6 +- src/IconCounter2Sharp.tsx | 4 +- src/IconCounter2SharpFilled.tsx | 4 +- src/IconCounter3Outlined.tsx | 4 +- src/IconCounter3OutlinedFilled.tsx | 6 +- src/IconCounter3Rounded.tsx | 4 +- src/IconCounter3RoundedFilled.tsx | 6 +- src/IconCounter3Sharp.tsx | 4 +- src/IconCounter3SharpFilled.tsx | 4 +- src/IconCounter4Outlined.tsx | 4 +- src/IconCounter4OutlinedFilled.tsx | 6 +- src/IconCounter4Rounded.tsx | 4 +- src/IconCounter4RoundedFilled.tsx | 6 +- src/IconCounter4Sharp.tsx | 4 +- src/IconCounter4SharpFilled.tsx | 4 +- src/IconCounter5Outlined.tsx | 4 +- src/IconCounter5OutlinedFilled.tsx | 6 +- src/IconCounter5Rounded.tsx | 4 +- src/IconCounter5RoundedFilled.tsx | 6 +- src/IconCounter5Sharp.tsx | 4 +- src/IconCounter5SharpFilled.tsx | 4 +- src/IconCounter6Outlined.tsx | 4 +- src/IconCounter6OutlinedFilled.tsx | 6 +- src/IconCounter6Rounded.tsx | 4 +- src/IconCounter6RoundedFilled.tsx | 6 +- src/IconCounter6Sharp.tsx | 4 +- src/IconCounter6SharpFilled.tsx | 4 +- src/IconCounter7Outlined.tsx | 4 +- src/IconCounter7OutlinedFilled.tsx | 6 +- src/IconCounter7Rounded.tsx | 4 +- src/IconCounter7RoundedFilled.tsx | 6 +- src/IconCounter7Sharp.tsx | 4 +- src/IconCounter7SharpFilled.tsx | 4 +- src/IconCounter8Outlined.tsx | 4 +- src/IconCounter8OutlinedFilled.tsx | 6 +- src/IconCounter8Rounded.tsx | 4 +- src/IconCounter8RoundedFilled.tsx | 6 +- src/IconCounter8Sharp.tsx | 4 +- src/IconCounter8SharpFilled.tsx | 4 +- src/IconCounter9Outlined.tsx | 4 +- src/IconCounter9OutlinedFilled.tsx | 6 +- src/IconCounter9Rounded.tsx | 4 +- src/IconCounter9RoundedFilled.tsx | 6 +- src/IconCounter9Sharp.tsx | 4 +- src/IconCounter9SharpFilled.tsx | 4 +- src/IconCountertopsOutlined.tsx | 4 +- src/IconCountertopsOutlinedFilled.tsx | 6 +- src/IconCountertopsRounded.tsx | 4 +- src/IconCountertopsRoundedFilled.tsx | 6 +- src/IconCountertopsSharp.tsx | 4 +- src/IconCountertopsSharpFilled.tsx | 6 +- src/IconCreateNewFolderOutlined.tsx | 6 +- src/IconCreateNewFolderOutlinedFilled.tsx | 4 +- src/IconCreateNewFolderRounded.tsx | 6 +- src/IconCreateNewFolderRoundedFilled.tsx | 4 +- src/IconCreateNewFolderSharp.tsx | 4 +- src/IconCreateNewFolderSharpFilled.tsx | 6 +- src/IconCreditCardClockOutlined.tsx | 6 +- src/IconCreditCardClockOutlinedFilled.tsx | 4 +- src/IconCreditCardClockRounded.tsx | 6 +- src/IconCreditCardClockRoundedFilled.tsx | 4 +- src/IconCreditCardClockSharp.tsx | 4 +- src/IconCreditCardClockSharpFilled.tsx | 6 +- src/IconCreditCardGearOutlined.tsx | 6 +- src/IconCreditCardGearOutlinedFilled.tsx | 4 +- src/IconCreditCardGearRounded.tsx | 6 +- src/IconCreditCardGearRoundedFilled.tsx | 6 +- src/IconCreditCardGearSharp.tsx | 4 +- src/IconCreditCardGearSharpFilled.tsx | 6 +- src/IconCreditCardHeartOutlined.tsx | 6 +- src/IconCreditCardHeartOutlinedFilled.tsx | 4 +- src/IconCreditCardHeartRounded.tsx | 6 +- src/IconCreditCardHeartRoundedFilled.tsx | 4 +- src/IconCreditCardHeartSharp.tsx | 4 +- src/IconCreditCardHeartSharpFilled.tsx | 6 +- src/IconCreditCardOffOutlined.tsx | 6 +- src/IconCreditCardOffOutlinedFilled.tsx | 6 +- src/IconCreditCardOffRounded.tsx | 4 +- src/IconCreditCardOffRoundedFilled.tsx | 6 +- src/IconCreditCardOffSharp.tsx | 4 +- src/IconCreditCardOffSharpFilled.tsx | 6 +- src/IconCreditCardOutlined.tsx | 4 +- src/IconCreditCardOutlinedFilled.tsx | 6 +- src/IconCreditCardRounded.tsx | 4 +- src/IconCreditCardRoundedFilled.tsx | 6 +- src/IconCreditCardSharp.tsx | 4 +- src/IconCreditCardSharpFilled.tsx | 6 +- src/IconCreditScoreOutlined.tsx | 4 +- src/IconCreditScoreOutlinedFilled.tsx | 6 +- src/IconCreditScoreRounded.tsx | 4 +- src/IconCreditScoreRoundedFilled.tsx | 6 +- src/IconCreditScoreSharp.tsx | 4 +- src/IconCreditScoreSharpFilled.tsx | 6 +- src/IconCribOutlined.tsx | 4 +- src/IconCribOutlinedFilled.tsx | 4 +- src/IconCribRounded.tsx | 4 +- src/IconCribRoundedFilled.tsx | 4 +- src/IconCribSharp.tsx | 4 +- src/IconCribSharpFilled.tsx | 4 +- src/IconCrisisAlertOutlined.tsx | 4 +- src/IconCrisisAlertOutlinedFilled.tsx | 6 +- src/IconCrisisAlertRounded.tsx | 4 +- src/IconCrisisAlertRoundedFilled.tsx | 6 +- src/IconCrisisAlertSharp.tsx | 4 +- src/IconCrisisAlertSharpFilled.tsx | 6 +- src/IconCrop169Outlined.tsx | 4 +- src/IconCrop169OutlinedFilled.tsx | 6 +- src/IconCrop169Rounded.tsx | 4 +- src/IconCrop169RoundedFilled.tsx | 4 +- src/IconCrop169Sharp.tsx | 4 +- src/IconCrop169SharpFilled.tsx | 4 +- src/IconCrop32Outlined.tsx | 4 +- src/IconCrop32OutlinedFilled.tsx | 4 +- src/IconCrop32Rounded.tsx | 4 +- src/IconCrop32RoundedFilled.tsx | 4 +- src/IconCrop32Sharp.tsx | 4 +- src/IconCrop32SharpFilled.tsx | 4 +- src/IconCrop54Outlined.tsx | 4 +- src/IconCrop54OutlinedFilled.tsx | 4 +- src/IconCrop54Rounded.tsx | 4 +- src/IconCrop54RoundedFilled.tsx | 4 +- src/IconCrop54Sharp.tsx | 4 +- src/IconCrop54SharpFilled.tsx | 4 +- src/IconCrop75Outlined.tsx | 4 +- src/IconCrop75OutlinedFilled.tsx | 4 +- src/IconCrop75Rounded.tsx | 4 +- src/IconCrop75RoundedFilled.tsx | 4 +- src/IconCrop75Sharp.tsx | 4 +- src/IconCrop75SharpFilled.tsx | 4 +- src/IconCrop916Outlined.tsx | 4 +- src/IconCrop916OutlinedFilled.tsx | 6 +- src/IconCrop916Rounded.tsx | 4 +- src/IconCrop916RoundedFilled.tsx | 4 +- src/IconCrop916Sharp.tsx | 4 +- src/IconCrop916SharpFilled.tsx | 4 +- src/IconCropFreeOutlined.tsx | 4 +- src/IconCropFreeOutlinedFilled.tsx | 6 +- src/IconCropFreeRounded.tsx | 4 +- src/IconCropFreeRoundedFilled.tsx | 6 +- src/IconCropFreeSharp.tsx | 4 +- src/IconCropFreeSharpFilled.tsx | 4 +- src/IconCropLandscapeOutlined.tsx | 6 +- src/IconCropLandscapeOutlinedFilled.tsx | 6 +- src/IconCropLandscapeRounded.tsx | 4 +- src/IconCropLandscapeRoundedFilled.tsx | 6 +- src/IconCropLandscapeSharp.tsx | 4 +- src/IconCropLandscapeSharpFilled.tsx | 6 +- src/IconCropOutlined.tsx | 4 +- src/IconCropOutlinedFilled.tsx | 4 +- src/IconCropPortraitOutlined.tsx | 4 +- src/IconCropPortraitOutlinedFilled.tsx | 6 +- src/IconCropPortraitRounded.tsx | 4 +- src/IconCropPortraitRoundedFilled.tsx | 6 +- src/IconCropPortraitSharp.tsx | 4 +- src/IconCropPortraitSharpFilled.tsx | 6 +- src/IconCropRotateOutlined.tsx | 4 +- src/IconCropRotateOutlinedFilled.tsx | 6 +- src/IconCropRotateRounded.tsx | 4 +- src/IconCropRotateRoundedFilled.tsx | 6 +- src/IconCropRotateSharp.tsx | 4 +- src/IconCropRotateSharpFilled.tsx | 6 +- src/IconCropRounded.tsx | 4 +- src/IconCropRoundedFilled.tsx | 4 +- src/IconCropSharp.tsx | 4 +- src/IconCropSharpFilled.tsx | 4 +- src/IconCropSquareOutlined.tsx | 4 +- src/IconCropSquareOutlinedFilled.tsx | 6 +- src/IconCropSquareRounded.tsx | 4 +- src/IconCropSquareRoundedFilled.tsx | 6 +- src/IconCropSquareSharp.tsx | 4 +- src/IconCropSquareSharpFilled.tsx | 6 +- src/IconCrosswordOutlined.tsx | 4 +- src/IconCrosswordOutlinedFilled.tsx | 6 +- src/IconCrosswordRounded.tsx | 4 +- src/IconCrosswordRoundedFilled.tsx | 6 +- src/IconCrosswordSharp.tsx | 4 +- src/IconCrosswordSharpFilled.tsx | 4 +- src/IconCrowdsourceOutlined.tsx | 4 +- src/IconCrowdsourceOutlinedFilled.tsx | 6 +- src/IconCrowdsourceRounded.tsx | 4 +- src/IconCrowdsourceRoundedFilled.tsx | 6 +- src/IconCrowdsourceSharp.tsx | 4 +- src/IconCrowdsourceSharpFilled.tsx | 6 +- src/IconCrueltyFreeOutlined.tsx | 4 +- src/IconCrueltyFreeOutlinedFilled.tsx | 6 +- src/IconCrueltyFreeRounded.tsx | 4 +- src/IconCrueltyFreeRoundedFilled.tsx | 6 +- src/IconCrueltyFreeSharp.tsx | 4 +- src/IconCrueltyFreeSharpFilled.tsx | 6 +- src/IconCssOutlined.tsx | 4 +- src/IconCssOutlinedFilled.tsx | 4 +- src/IconCssRounded.tsx | 4 +- src/IconCssRoundedFilled.tsx | 4 +- src/IconCssSharp.tsx | 4 +- src/IconCssSharpFilled.tsx | 4 +- src/IconCsvOutlined.tsx | 4 +- src/IconCsvOutlinedFilled.tsx | 4 +- src/IconCsvRounded.tsx | 4 +- src/IconCsvRoundedFilled.tsx | 4 +- src/IconCsvSharp.tsx | 4 +- src/IconCsvSharpFilled.tsx | 4 +- src/IconCurrencyBitcoinOutlined.tsx | 6 +- src/IconCurrencyBitcoinOutlinedFilled.tsx | 4 +- src/IconCurrencyBitcoinRounded.tsx | 6 +- src/IconCurrencyBitcoinRoundedFilled.tsx | 4 +- src/IconCurrencyBitcoinSharp.tsx | 4 +- src/IconCurrencyBitcoinSharpFilled.tsx | 6 +- src/IconCurrencyExchangeOutlined.tsx | 6 +- src/IconCurrencyExchangeOutlinedFilled.tsx | 4 +- src/IconCurrencyExchangeRounded.tsx | 6 +- src/IconCurrencyExchangeRoundedFilled.tsx | 4 +- src/IconCurrencyExchangeSharp.tsx | 6 +- src/IconCurrencyExchangeSharpFilled.tsx | 6 +- src/IconCurrencyFrancOutlined.tsx | 6 +- src/IconCurrencyFrancOutlinedFilled.tsx | 6 +- src/IconCurrencyFrancRounded.tsx | 4 +- src/IconCurrencyFrancRoundedFilled.tsx | 6 +- src/IconCurrencyFrancSharp.tsx | 4 +- src/IconCurrencyFrancSharpFilled.tsx | 6 +- src/IconCurrencyLiraOutlined.tsx | 4 +- src/IconCurrencyLiraOutlinedFilled.tsx | 6 +- src/IconCurrencyLiraRounded.tsx | 4 +- src/IconCurrencyLiraRoundedFilled.tsx | 6 +- src/IconCurrencyLiraSharp.tsx | 4 +- src/IconCurrencyLiraSharpFilled.tsx | 6 +- src/IconCurrencyPoundOutlined.tsx | 6 +- src/IconCurrencyPoundOutlinedFilled.tsx | 6 +- src/IconCurrencyPoundRounded.tsx | 4 +- src/IconCurrencyPoundRoundedFilled.tsx | 6 +- src/IconCurrencyPoundSharp.tsx | 4 +- src/IconCurrencyPoundSharpFilled.tsx | 6 +- src/IconCurrencyRubleOutlined.tsx | 6 +- src/IconCurrencyRubleOutlinedFilled.tsx | 6 +- src/IconCurrencyRubleRounded.tsx | 4 +- src/IconCurrencyRubleRoundedFilled.tsx | 6 +- src/IconCurrencyRubleSharp.tsx | 4 +- src/IconCurrencyRubleSharpFilled.tsx | 6 +- src/IconCurrencyRupeeCircleOutlined.tsx | 6 +- src/IconCurrencyRupeeCircleOutlinedFilled.tsx | 4 +- src/IconCurrencyRupeeCircleRounded.tsx | 6 +- src/IconCurrencyRupeeCircleRoundedFilled.tsx | 4 +- src/IconCurrencyRupeeCircleSharp.tsx | 6 +- src/IconCurrencyRupeeCircleSharpFilled.tsx | 4 +- src/IconCurrencyRupeeOutlined.tsx | 6 +- src/IconCurrencyRupeeOutlinedFilled.tsx | 6 +- src/IconCurrencyRupeeRounded.tsx | 4 +- src/IconCurrencyRupeeRoundedFilled.tsx | 6 +- src/IconCurrencyRupeeSharp.tsx | 4 +- src/IconCurrencyRupeeSharpFilled.tsx | 6 +- src/IconCurrencyYenOutlined.tsx | 4 +- src/IconCurrencyYenOutlinedFilled.tsx | 6 +- src/IconCurrencyYenRounded.tsx | 4 +- src/IconCurrencyYenRoundedFilled.tsx | 6 +- src/IconCurrencyYenSharp.tsx | 4 +- src/IconCurrencyYenSharpFilled.tsx | 6 +- src/IconCurrencyYuanOutlined.tsx | 4 +- src/IconCurrencyYuanOutlinedFilled.tsx | 6 +- src/IconCurrencyYuanRounded.tsx | 4 +- src/IconCurrencyYuanRoundedFilled.tsx | 6 +- src/IconCurrencyYuanSharp.tsx | 4 +- src/IconCurrencyYuanSharpFilled.tsx | 6 +- src/IconCurtainsClosedOutlined.tsx | 6 +- src/IconCurtainsClosedOutlinedFilled.tsx | 4 +- src/IconCurtainsClosedRounded.tsx | 6 +- src/IconCurtainsClosedRoundedFilled.tsx | 6 +- src/IconCurtainsClosedSharp.tsx | 4 +- src/IconCurtainsClosedSharpFilled.tsx | 6 +- src/IconCurtainsOutlined.tsx | 4 +- src/IconCurtainsOutlinedFilled.tsx | 6 +- src/IconCurtainsRounded.tsx | 4 +- src/IconCurtainsRoundedFilled.tsx | 6 +- src/IconCurtainsSharp.tsx | 4 +- src/IconCurtainsSharpFilled.tsx | 4 +- src/IconCustomTypographyOutlined.tsx | 6 +- src/IconCustomTypographyOutlinedFilled.tsx | 4 +- src/IconCustomTypographyRounded.tsx | 6 +- src/IconCustomTypographyRoundedFilled.tsx | 4 +- src/IconCustomTypographySharp.tsx | 6 +- src/IconCustomTypographySharpFilled.tsx | 6 +- src/IconCycleOutlined.tsx | 4 +- src/IconCycleOutlinedFilled.tsx | 4 +- src/IconCycleRounded.tsx | 4 +- src/IconCycleRoundedFilled.tsx | 4 +- src/IconCycleSharp.tsx | 4 +- src/IconCycleSharpFilled.tsx | 4 +- src/IconCycloneOutlined.tsx | 4 +- src/IconCycloneOutlinedFilled.tsx | 6 +- src/IconCycloneRounded.tsx | 4 +- src/IconCycloneRoundedFilled.tsx | 4 +- src/IconCycloneSharp.tsx | 4 +- src/IconCycloneSharpFilled.tsx | 4 +- src/IconDangerousOutlined.tsx | 4 +- src/IconDangerousOutlinedFilled.tsx | 6 +- src/IconDangerousRounded.tsx | 4 +- src/IconDangerousRoundedFilled.tsx | 6 +- src/IconDangerousSharp.tsx | 4 +- src/IconDangerousSharpFilled.tsx | 4 +- src/IconDarkModeOutlined.tsx | 4 +- src/IconDarkModeOutlinedFilled.tsx | 6 +- src/IconDarkModeRounded.tsx | 4 +- src/IconDarkModeRoundedFilled.tsx | 6 +- src/IconDarkModeSharp.tsx | 4 +- src/IconDarkModeSharpFilled.tsx | 4 +- src/IconDashboard2Outlined.tsx | 9 + src/IconDashboard2OutlinedFilled.tsx | 11 + src/IconDashboard2Rounded.tsx | 9 + src/IconDashboard2RoundedFilled.tsx | 11 + src/IconDashboard2Sharp.tsx | 9 + src/IconDashboard2SharpFilled.tsx | 11 + src/IconDashboardCustomizeOutlined.tsx | 6 +- src/IconDashboardCustomizeOutlinedFilled.tsx | 4 +- src/IconDashboardCustomizeRounded.tsx | 6 +- src/IconDashboardCustomizeRoundedFilled.tsx | 4 +- src/IconDashboardCustomizeSharp.tsx | 6 +- src/IconDashboardCustomizeSharpFilled.tsx | 4 +- src/IconDashboardOutlined.tsx | 4 +- src/IconDashboardOutlinedFilled.tsx | 6 +- src/IconDashboardRounded.tsx | 4 +- src/IconDashboardRoundedFilled.tsx | 6 +- src/IconDashboardSharp.tsx | 4 +- src/IconDashboardSharpFilled.tsx | 4 +- src/IconDataAlertOutlined.tsx | 4 +- src/IconDataAlertOutlinedFilled.tsx | 6 +- src/IconDataAlertRounded.tsx | 4 +- src/IconDataAlertRoundedFilled.tsx | 6 +- src/IconDataAlertSharp.tsx | 4 +- src/IconDataAlertSharpFilled.tsx | 4 +- src/IconDataArrayOutlined.tsx | 4 +- src/IconDataArrayOutlinedFilled.tsx | 6 +- src/IconDataArrayRounded.tsx | 4 +- src/IconDataArrayRoundedFilled.tsx | 6 +- src/IconDataArraySharp.tsx | 4 +- src/IconDataArraySharpFilled.tsx | 4 +- src/IconDataCheckOutlined.tsx | 4 +- src/IconDataCheckOutlinedFilled.tsx | 6 +- src/IconDataCheckRounded.tsx | 4 +- src/IconDataCheckRoundedFilled.tsx | 6 +- src/IconDataCheckSharp.tsx | 4 +- src/IconDataCheckSharpFilled.tsx | 4 +- src/IconDataExplorationOutlined.tsx | 6 +- src/IconDataExplorationOutlinedFilled.tsx | 4 +- src/IconDataExplorationRounded.tsx | 6 +- src/IconDataExplorationRoundedFilled.tsx | 4 +- src/IconDataExplorationSharp.tsx | 4 +- src/IconDataExplorationSharpFilled.tsx | 6 +- src/IconDataInfoAlertOutlined.tsx | 6 +- src/IconDataInfoAlertOutlinedFilled.tsx | 6 +- src/IconDataInfoAlertRounded.tsx | 4 +- src/IconDataInfoAlertRoundedFilled.tsx | 6 +- src/IconDataInfoAlertSharp.tsx | 4 +- src/IconDataInfoAlertSharpFilled.tsx | 6 +- src/IconDataLossPreventionOutlined.tsx | 6 +- src/IconDataLossPreventionOutlinedFilled.tsx | 4 +- src/IconDataLossPreventionRounded.tsx | 6 +- src/IconDataLossPreventionRoundedFilled.tsx | 4 +- src/IconDataLossPreventionSharp.tsx | 6 +- src/IconDataLossPreventionSharpFilled.tsx | 4 +- src/IconDataObjectOutlined.tsx | 4 +- src/IconDataObjectOutlinedFilled.tsx | 6 +- src/IconDataObjectRounded.tsx | 4 +- src/IconDataObjectRoundedFilled.tsx | 6 +- src/IconDataObjectSharp.tsx | 4 +- src/IconDataObjectSharpFilled.tsx | 6 +- src/IconDataSaverOnOutlined.tsx | 4 +- src/IconDataSaverOnOutlinedFilled.tsx | 6 +- src/IconDataSaverOnRounded.tsx | 4 +- src/IconDataSaverOnRoundedFilled.tsx | 6 +- src/IconDataSaverOnSharp.tsx | 4 +- src/IconDataSaverOnSharpFilled.tsx | 6 +- src/IconDataTableOutlined.tsx | 4 +- src/IconDataTableOutlinedFilled.tsx | 6 +- src/IconDataTableRounded.tsx | 4 +- src/IconDataTableRoundedFilled.tsx | 6 +- src/IconDataTableSharp.tsx | 4 +- src/IconDataTableSharpFilled.tsx | 4 +- src/IconDataThresholdingOutlined.tsx | 6 +- src/IconDataThresholdingOutlinedFilled.tsx | 4 +- src/IconDataThresholdingRounded.tsx | 6 +- src/IconDataThresholdingRoundedFilled.tsx | 4 +- src/IconDataThresholdingSharp.tsx | 6 +- src/IconDataThresholdingSharpFilled.tsx | 6 +- src/IconDataUsageOutlined.tsx | 4 +- src/IconDataUsageOutlinedFilled.tsx | 6 +- src/IconDataUsageRounded.tsx | 4 +- src/IconDataUsageRoundedFilled.tsx | 6 +- src/IconDataUsageSharp.tsx | 4 +- src/IconDataUsageSharpFilled.tsx | 4 +- src/IconDatabaseOffOutlined.tsx | 4 +- src/IconDatabaseOffOutlinedFilled.tsx | 6 +- src/IconDatabaseOffRounded.tsx | 4 +- src/IconDatabaseOffRoundedFilled.tsx | 6 +- src/IconDatabaseOffSharp.tsx | 4 +- src/IconDatabaseOffSharpFilled.tsx | 6 +- src/IconDatabaseOutlined.tsx | 4 +- src/IconDatabaseOutlinedFilled.tsx | 6 +- src/IconDatabaseRounded.tsx | 4 +- src/IconDatabaseRoundedFilled.tsx | 6 +- src/IconDatabaseSharp.tsx | 4 +- src/IconDatabaseSharpFilled.tsx | 4 +- src/IconDatabaseUploadOutlined.tsx | 11 + src/IconDatabaseUploadOutlinedFilled.tsx | 11 + src/IconDatabaseUploadRounded.tsx | 11 + src/IconDatabaseUploadRoundedFilled.tsx | 11 + src/IconDatabaseUploadSharp.tsx | 9 + src/IconDatabaseUploadSharpFilled.tsx | 11 + src/IconDatasetLinkedOutlined.tsx | 6 +- src/IconDatasetLinkedOutlinedFilled.tsx | 6 +- src/IconDatasetLinkedRounded.tsx | 4 +- src/IconDatasetLinkedRoundedFilled.tsx | 6 +- src/IconDatasetLinkedSharp.tsx | 4 +- src/IconDatasetLinkedSharpFilled.tsx | 6 +- src/IconDatasetOutlined.tsx | 4 +- src/IconDatasetOutlinedFilled.tsx | 6 +- src/IconDatasetRounded.tsx | 4 +- src/IconDatasetRoundedFilled.tsx | 4 +- src/IconDatasetSharp.tsx | 4 +- src/IconDatasetSharpFilled.tsx | 4 +- src/IconDateRangeOutlined.tsx | 4 +- src/IconDateRangeOutlinedFilled.tsx | 6 +- src/IconDateRangeRounded.tsx | 4 +- src/IconDateRangeRoundedFilled.tsx | 6 +- src/IconDateRangeSharp.tsx | 4 +- src/IconDateRangeSharpFilled.tsx | 4 +- src/IconDeblurOutlined.tsx | 4 +- src/IconDeblurOutlinedFilled.tsx | 4 +- src/IconDeblurRounded.tsx | 4 +- src/IconDeblurRoundedFilled.tsx | 4 +- src/IconDeblurSharp.tsx | 4 +- src/IconDeblurSharpFilled.tsx | 4 +- src/IconDeceasedOutlined.tsx | 4 +- src/IconDeceasedOutlinedFilled.tsx | 6 +- src/IconDeceasedRounded.tsx | 4 +- src/IconDeceasedRoundedFilled.tsx | 6 +- src/IconDeceasedSharp.tsx | 4 +- src/IconDeceasedSharpFilled.tsx | 4 +- src/IconDecimalDecreaseOutlined.tsx | 6 +- src/IconDecimalDecreaseOutlinedFilled.tsx | 4 +- src/IconDecimalDecreaseRounded.tsx | 6 +- src/IconDecimalDecreaseRoundedFilled.tsx | 4 +- src/IconDecimalDecreaseSharp.tsx | 4 +- src/IconDecimalDecreaseSharpFilled.tsx | 6 +- src/IconDecimalIncreaseOutlined.tsx | 6 +- src/IconDecimalIncreaseOutlinedFilled.tsx | 4 +- src/IconDecimalIncreaseRounded.tsx | 6 +- src/IconDecimalIncreaseRoundedFilled.tsx | 4 +- src/IconDecimalIncreaseSharp.tsx | 4 +- src/IconDecimalIncreaseSharpFilled.tsx | 6 +- src/IconDeckOutlined.tsx | 4 +- src/IconDeckOutlinedFilled.tsx | 4 +- src/IconDeckRounded.tsx | 4 +- src/IconDeckRoundedFilled.tsx | 4 +- src/IconDeckSharp.tsx | 4 +- src/IconDeckSharpFilled.tsx | 4 +- src/IconDehazeOutlined.tsx | 4 +- src/IconDehazeOutlinedFilled.tsx | 4 +- src/IconDehazeRounded.tsx | 4 +- src/IconDehazeRoundedFilled.tsx | 4 +- src/IconDehazeSharp.tsx | 4 +- src/IconDehazeSharpFilled.tsx | 4 +- src/IconDeleteForeverOutlined.tsx | 6 +- src/IconDeleteForeverOutlinedFilled.tsx | 6 +- src/IconDeleteForeverRounded.tsx | 4 +- src/IconDeleteForeverRoundedFilled.tsx | 6 +- src/IconDeleteForeverSharp.tsx | 4 +- src/IconDeleteForeverSharpFilled.tsx | 6 +- src/IconDeleteHistoryOutlined.tsx | 6 +- src/IconDeleteHistoryOutlinedFilled.tsx | 6 +- src/IconDeleteHistoryRounded.tsx | 4 +- src/IconDeleteHistoryRoundedFilled.tsx | 6 +- src/IconDeleteHistorySharp.tsx | 4 +- src/IconDeleteHistorySharpFilled.tsx | 6 +- src/IconDeleteOutlined.tsx | 4 +- src/IconDeleteOutlinedFilled.tsx | 4 +- src/IconDeleteRounded.tsx | 4 +- src/IconDeleteRoundedFilled.tsx | 4 +- src/IconDeleteSharp.tsx | 4 +- src/IconDeleteSharpFilled.tsx | 4 +- src/IconDeleteSweepOutlined.tsx | 4 +- src/IconDeleteSweepOutlinedFilled.tsx | 6 +- src/IconDeleteSweepRounded.tsx | 4 +- src/IconDeleteSweepRoundedFilled.tsx | 6 +- src/IconDeleteSweepSharp.tsx | 4 +- src/IconDeleteSweepSharpFilled.tsx | 6 +- src/IconDemographyOutlined.tsx | 4 +- src/IconDemographyOutlinedFilled.tsx | 6 +- src/IconDemographyRounded.tsx | 4 +- src/IconDemographyRoundedFilled.tsx | 6 +- src/IconDemographySharp.tsx | 4 +- src/IconDemographySharpFilled.tsx | 6 +- src/IconDensityLargeOutlined.tsx | 4 +- src/IconDensityLargeOutlinedFilled.tsx | 6 +- src/IconDensityLargeRounded.tsx | 4 +- src/IconDensityLargeRoundedFilled.tsx | 6 +- src/IconDensityLargeSharp.tsx | 4 +- src/IconDensityLargeSharpFilled.tsx | 6 +- src/IconDensityMediumOutlined.tsx | 6 +- src/IconDensityMediumOutlinedFilled.tsx | 6 +- src/IconDensityMediumRounded.tsx | 4 +- src/IconDensityMediumRoundedFilled.tsx | 6 +- src/IconDensityMediumSharp.tsx | 4 +- src/IconDensityMediumSharpFilled.tsx | 6 +- src/IconDensitySmallOutlined.tsx | 4 +- src/IconDensitySmallOutlinedFilled.tsx | 6 +- src/IconDensitySmallRounded.tsx | 4 +- src/IconDensitySmallRoundedFilled.tsx | 6 +- src/IconDensitySmallSharp.tsx | 4 +- src/IconDensitySmallSharpFilled.tsx | 6 +- src/IconDentistryOutlined.tsx | 4 +- src/IconDentistryOutlinedFilled.tsx | 6 +- src/IconDentistryRounded.tsx | 4 +- src/IconDentistryRoundedFilled.tsx | 6 +- src/IconDentistrySharp.tsx | 4 +- src/IconDentistrySharpFilled.tsx | 4 +- src/IconDepartureBoardOutlined.tsx | 6 +- src/IconDepartureBoardOutlinedFilled.tsx | 4 +- src/IconDepartureBoardRounded.tsx | 6 +- src/IconDepartureBoardRoundedFilled.tsx | 6 +- src/IconDepartureBoardSharp.tsx | 4 +- src/IconDepartureBoardSharpFilled.tsx | 6 +- src/IconDeployedCodeAccountOutlined.tsx | 6 +- src/IconDeployedCodeAccountOutlinedFilled.tsx | 4 +- src/IconDeployedCodeAccountRounded.tsx | 6 +- src/IconDeployedCodeAccountRoundedFilled.tsx | 4 +- src/IconDeployedCodeAccountSharp.tsx | 6 +- src/IconDeployedCodeAccountSharpFilled.tsx | 4 +- src/IconDeployedCodeAlertOutlined.tsx | 6 +- src/IconDeployedCodeAlertOutlinedFilled.tsx | 4 +- src/IconDeployedCodeAlertRounded.tsx | 6 +- src/IconDeployedCodeAlertRoundedFilled.tsx | 4 +- src/IconDeployedCodeAlertSharp.tsx | 6 +- src/IconDeployedCodeAlertSharpFilled.tsx | 4 +- src/IconDeployedCodeHistoryOutlined.tsx | 6 +- src/IconDeployedCodeHistoryOutlinedFilled.tsx | 4 +- src/IconDeployedCodeHistoryRounded.tsx | 6 +- src/IconDeployedCodeHistoryRoundedFilled.tsx | 4 +- src/IconDeployedCodeHistorySharp.tsx | 6 +- src/IconDeployedCodeHistorySharpFilled.tsx | 4 +- src/IconDeployedCodeOutlined.tsx | 4 +- src/IconDeployedCodeOutlinedFilled.tsx | 6 +- src/IconDeployedCodeRounded.tsx | 4 +- src/IconDeployedCodeRoundedFilled.tsx | 6 +- src/IconDeployedCodeSharp.tsx | 4 +- src/IconDeployedCodeSharpFilled.tsx | 6 +- src/IconDeployedCodeUpdateOutlined.tsx | 6 +- src/IconDeployedCodeUpdateOutlinedFilled.tsx | 4 +- src/IconDeployedCodeUpdateRounded.tsx | 6 +- src/IconDeployedCodeUpdateRoundedFilled.tsx | 4 +- src/IconDeployedCodeUpdateSharp.tsx | 6 +- src/IconDeployedCodeUpdateSharpFilled.tsx | 4 +- src/IconDermatologyOutlined.tsx | 4 +- src/IconDermatologyOutlinedFilled.tsx | 6 +- src/IconDermatologyRounded.tsx | 4 +- src/IconDermatologyRoundedFilled.tsx | 6 +- src/IconDermatologySharp.tsx | 4 +- src/IconDermatologySharpFilled.tsx | 6 +- src/IconDescriptionOutlined.tsx | 4 +- src/IconDescriptionOutlinedFilled.tsx | 6 +- src/IconDescriptionRounded.tsx | 4 +- src/IconDescriptionRoundedFilled.tsx | 6 +- src/IconDescriptionSharp.tsx | 4 +- src/IconDescriptionSharpFilled.tsx | 6 +- src/IconDeselectOutlined.tsx | 4 +- src/IconDeselectOutlinedFilled.tsx | 6 +- src/IconDeselectRounded.tsx | 4 +- src/IconDeselectRoundedFilled.tsx | 6 +- src/IconDeselectSharp.tsx | 4 +- src/IconDeselectSharpFilled.tsx | 4 +- src/IconDesignServicesOutlined.tsx | 6 +- src/IconDesignServicesOutlinedFilled.tsx | 4 +- src/IconDesignServicesRounded.tsx | 6 +- src/IconDesignServicesRoundedFilled.tsx | 6 +- src/IconDesignServicesSharp.tsx | 4 +- src/IconDesignServicesSharpFilled.tsx | 6 +- src/IconDeskOutlined.tsx | 4 +- src/IconDeskOutlinedFilled.tsx | 4 +- src/IconDeskRounded.tsx | 4 +- src/IconDeskRoundedFilled.tsx | 4 +- src/IconDeskSharp.tsx | 4 +- src/IconDeskSharpFilled.tsx | 4 +- src/IconDeskphoneOutlined.tsx | 4 +- src/IconDeskphoneOutlinedFilled.tsx | 6 +- src/IconDeskphoneRounded.tsx | 4 +- src/IconDeskphoneRoundedFilled.tsx | 6 +- src/IconDeskphoneSharp.tsx | 4 +- src/IconDeskphoneSharpFilled.tsx | 4 +- src/IconDesktopAccessDisabledOutlined.tsx | 4 +- ...conDesktopAccessDisabledOutlinedFilled.tsx | 4 +- src/IconDesktopAccessDisabledRounded.tsx | 4 +- ...IconDesktopAccessDisabledRoundedFilled.tsx | 4 +- src/IconDesktopAccessDisabledSharp.tsx | 6 +- src/IconDesktopAccessDisabledSharpFilled.tsx | 4 +- src/IconDesktopCloudOutlined.tsx | 9 + src/IconDesktopCloudOutlinedFilled.tsx | 11 + src/IconDesktopCloudRounded.tsx | 9 + src/IconDesktopCloudRoundedFilled.tsx | 11 + src/IconDesktopCloudSharp.tsx | 9 + src/IconDesktopCloudSharpFilled.tsx | 11 + src/IconDesktopLandscapeAddOutlined.tsx | 6 +- src/IconDesktopLandscapeAddOutlinedFilled.tsx | 4 +- src/IconDesktopLandscapeAddRounded.tsx | 6 +- src/IconDesktopLandscapeAddRoundedFilled.tsx | 4 +- src/IconDesktopLandscapeAddSharp.tsx | 6 +- src/IconDesktopLandscapeAddSharpFilled.tsx | 4 +- src/IconDesktopLandscapeOutlined.tsx | 6 +- src/IconDesktopLandscapeOutlinedFilled.tsx | 4 +- src/IconDesktopLandscapeRounded.tsx | 6 +- src/IconDesktopLandscapeRoundedFilled.tsx | 4 +- src/IconDesktopLandscapeSharp.tsx | 6 +- src/IconDesktopLandscapeSharpFilled.tsx | 6 +- src/IconDesktopMacOutlined.tsx | 4 +- src/IconDesktopMacOutlinedFilled.tsx | 6 +- src/IconDesktopMacRounded.tsx | 4 +- src/IconDesktopMacRoundedFilled.tsx | 6 +- src/IconDesktopMacSharp.tsx | 4 +- src/IconDesktopMacSharpFilled.tsx | 6 +- src/IconDesktopPortraitOutlined.tsx | 6 +- src/IconDesktopPortraitOutlinedFilled.tsx | 4 +- src/IconDesktopPortraitRounded.tsx | 6 +- src/IconDesktopPortraitRoundedFilled.tsx | 4 +- src/IconDesktopPortraitSharp.tsx | 4 +- src/IconDesktopPortraitSharpFilled.tsx | 6 +- src/IconDesktopWindowsOutlined.tsx | 6 +- src/IconDesktopWindowsOutlinedFilled.tsx | 4 +- src/IconDesktopWindowsRounded.tsx | 6 +- src/IconDesktopWindowsRoundedFilled.tsx | 6 +- src/IconDesktopWindowsSharp.tsx | 4 +- src/IconDesktopWindowsSharpFilled.tsx | 6 +- src/IconDestructionOutlined.tsx | 4 +- src/IconDestructionOutlinedFilled.tsx | 6 +- src/IconDestructionRounded.tsx | 4 +- src/IconDestructionRoundedFilled.tsx | 6 +- src/IconDestructionSharp.tsx | 4 +- src/IconDestructionSharpFilled.tsx | 6 +- src/IconDetailsOutlined.tsx | 4 +- src/IconDetailsOutlinedFilled.tsx | 6 +- src/IconDetailsRounded.tsx | 4 +- src/IconDetailsRoundedFilled.tsx | 4 +- src/IconDetailsSharp.tsx | 4 +- src/IconDetailsSharpFilled.tsx | 4 +- src/IconDetectionAndZoneOutlined.tsx | 6 +- src/IconDetectionAndZoneOutlinedFilled.tsx | 4 +- src/IconDetectionAndZoneRounded.tsx | 6 +- src/IconDetectionAndZoneRoundedFilled.tsx | 4 +- src/IconDetectionAndZoneSharp.tsx | 6 +- src/IconDetectionAndZoneSharpFilled.tsx | 6 +- src/IconDetectorAlarmOutlined.tsx | 6 +- src/IconDetectorAlarmOutlinedFilled.tsx | 6 +- src/IconDetectorAlarmRounded.tsx | 4 +- src/IconDetectorAlarmRoundedFilled.tsx | 6 +- src/IconDetectorAlarmSharp.tsx | 4 +- src/IconDetectorAlarmSharpFilled.tsx | 6 +- src/IconDetectorBatteryOutlined.tsx | 6 +- src/IconDetectorBatteryOutlinedFilled.tsx | 4 +- src/IconDetectorBatteryRounded.tsx | 6 +- src/IconDetectorBatteryRoundedFilled.tsx | 4 +- src/IconDetectorBatterySharp.tsx | 4 +- src/IconDetectorBatterySharpFilled.tsx | 6 +- src/IconDetectorCoOutlined.tsx | 4 +- src/IconDetectorCoOutlinedFilled.tsx | 6 +- src/IconDetectorCoRounded.tsx | 4 +- src/IconDetectorCoRoundedFilled.tsx | 6 +- src/IconDetectorCoSharp.tsx | 4 +- src/IconDetectorCoSharpFilled.tsx | 6 +- src/IconDetectorOfflineOutlined.tsx | 6 +- src/IconDetectorOfflineOutlinedFilled.tsx | 4 +- src/IconDetectorOfflineRounded.tsx | 6 +- src/IconDetectorOfflineRoundedFilled.tsx | 4 +- src/IconDetectorOfflineSharp.tsx | 4 +- src/IconDetectorOfflineSharpFilled.tsx | 6 +- src/IconDetectorOutlined.tsx | 4 +- src/IconDetectorOutlinedFilled.tsx | 6 +- src/IconDetectorRounded.tsx | 4 +- src/IconDetectorRoundedFilled.tsx | 6 +- src/IconDetectorSharp.tsx | 4 +- src/IconDetectorSharpFilled.tsx | 4 +- src/IconDetectorSmokeOutlined.tsx | 6 +- src/IconDetectorSmokeOutlinedFilled.tsx | 6 +- src/IconDetectorSmokeRounded.tsx | 4 +- src/IconDetectorSmokeRoundedFilled.tsx | 6 +- src/IconDetectorSmokeSharp.tsx | 4 +- src/IconDetectorSmokeSharpFilled.tsx | 6 +- src/IconDetectorStatusOutlined.tsx | 6 +- src/IconDetectorStatusOutlinedFilled.tsx | 4 +- src/IconDetectorStatusRounded.tsx | 6 +- src/IconDetectorStatusRoundedFilled.tsx | 6 +- src/IconDetectorStatusSharp.tsx | 4 +- src/IconDetectorStatusSharpFilled.tsx | 6 +- src/IconDeveloperBoardOffOutlined.tsx | 6 +- src/IconDeveloperBoardOffOutlinedFilled.tsx | 4 +- src/IconDeveloperBoardOffRounded.tsx | 6 +- src/IconDeveloperBoardOffRoundedFilled.tsx | 4 +- src/IconDeveloperBoardOffSharp.tsx | 6 +- src/IconDeveloperBoardOffSharpFilled.tsx | 4 +- src/IconDeveloperBoardOutlined.tsx | 6 +- src/IconDeveloperBoardOutlinedFilled.tsx | 4 +- src/IconDeveloperBoardRounded.tsx | 6 +- src/IconDeveloperBoardRoundedFilled.tsx | 6 +- src/IconDeveloperBoardSharp.tsx | 4 +- src/IconDeveloperBoardSharpFilled.tsx | 6 +- src/IconDeveloperGuideOutlined.tsx | 6 +- src/IconDeveloperGuideOutlinedFilled.tsx | 4 +- src/IconDeveloperGuideRounded.tsx | 6 +- src/IconDeveloperGuideRoundedFilled.tsx | 6 +- src/IconDeveloperGuideSharp.tsx | 4 +- src/IconDeveloperGuideSharpFilled.tsx | 6 +- src/IconDeveloperModeOutlined.tsx | 6 +- src/IconDeveloperModeOutlinedFilled.tsx | 6 +- src/IconDeveloperModeRounded.tsx | 4 +- src/IconDeveloperModeRoundedFilled.tsx | 6 +- src/IconDeveloperModeSharp.tsx | 4 +- src/IconDeveloperModeSharpFilled.tsx | 6 +- src/IconDeveloperModeTvOutlined.tsx | 6 +- src/IconDeveloperModeTvOutlinedFilled.tsx | 4 +- src/IconDeveloperModeTvRounded.tsx | 6 +- src/IconDeveloperModeTvRoundedFilled.tsx | 4 +- src/IconDeveloperModeTvSharp.tsx | 4 +- src/IconDeveloperModeTvSharpFilled.tsx | 6 +- src/IconDeviceHubOutlined.tsx | 4 +- src/IconDeviceHubOutlinedFilled.tsx | 6 +- src/IconDeviceHubRounded.tsx | 4 +- src/IconDeviceHubRoundedFilled.tsx | 6 +- src/IconDeviceHubSharp.tsx | 4 +- src/IconDeviceHubSharpFilled.tsx | 4 +- src/IconDeviceThermostatOutlined.tsx | 6 +- src/IconDeviceThermostatOutlinedFilled.tsx | 4 +- src/IconDeviceThermostatRounded.tsx | 6 +- src/IconDeviceThermostatRoundedFilled.tsx | 4 +- src/IconDeviceThermostatSharp.tsx | 6 +- src/IconDeviceThermostatSharpFilled.tsx | 6 +- src/IconDeviceUnknownOutlined.tsx | 6 +- src/IconDeviceUnknownOutlinedFilled.tsx | 6 +- src/IconDeviceUnknownRounded.tsx | 4 +- src/IconDeviceUnknownRoundedFilled.tsx | 6 +- src/IconDeviceUnknownSharp.tsx | 4 +- src/IconDeviceUnknownSharpFilled.tsx | 6 +- src/IconDevicesFold2Outlined.tsx | 4 +- src/IconDevicesFold2OutlinedFilled.tsx | 6 +- src/IconDevicesFold2Rounded.tsx | 4 +- src/IconDevicesFold2RoundedFilled.tsx | 6 +- src/IconDevicesFold2Sharp.tsx | 4 +- src/IconDevicesFold2SharpFilled.tsx | 6 +- src/IconDevicesFoldOutlined.tsx | 4 +- src/IconDevicesFoldOutlinedFilled.tsx | 6 +- src/IconDevicesFoldRounded.tsx | 4 +- src/IconDevicesFoldRoundedFilled.tsx | 6 +- src/IconDevicesFoldSharp.tsx | 4 +- src/IconDevicesFoldSharpFilled.tsx | 6 +- src/IconDevicesOffOutlined.tsx | 4 +- src/IconDevicesOffOutlinedFilled.tsx | 6 +- src/IconDevicesOffRounded.tsx | 4 +- src/IconDevicesOffRoundedFilled.tsx | 6 +- src/IconDevicesOffSharp.tsx | 4 +- src/IconDevicesOffSharpFilled.tsx | 6 +- src/IconDevicesOtherOutlined.tsx | 4 +- src/IconDevicesOtherOutlinedFilled.tsx | 6 +- src/IconDevicesOtherRounded.tsx | 4 +- src/IconDevicesOtherRoundedFilled.tsx | 6 +- src/IconDevicesOtherSharp.tsx | 4 +- src/IconDevicesOtherSharpFilled.tsx | 6 +- src/IconDevicesOutlined.tsx | 4 +- src/IconDevicesOutlinedFilled.tsx | 6 +- src/IconDevicesRounded.tsx | 4 +- src/IconDevicesRoundedFilled.tsx | 4 +- src/IconDevicesSharp.tsx | 4 +- src/IconDevicesSharpFilled.tsx | 4 +- src/IconDevicesWearablesOutlined.tsx | 6 +- src/IconDevicesWearablesOutlinedFilled.tsx | 4 +- src/IconDevicesWearablesRounded.tsx | 6 +- src/IconDevicesWearablesRoundedFilled.tsx | 4 +- src/IconDevicesWearablesSharp.tsx | 6 +- src/IconDevicesWearablesSharpFilled.tsx | 6 +- src/IconDewPointOutlined.tsx | 4 +- src/IconDewPointOutlinedFilled.tsx | 6 +- src/IconDewPointRounded.tsx | 4 +- src/IconDewPointRoundedFilled.tsx | 6 +- src/IconDewPointSharp.tsx | 4 +- src/IconDewPointSharpFilled.tsx | 4 +- src/IconDiagnosisOutlined.tsx | 4 +- src/IconDiagnosisOutlinedFilled.tsx | 6 +- src/IconDiagnosisRounded.tsx | 4 +- src/IconDiagnosisRoundedFilled.tsx | 6 +- src/IconDiagnosisSharp.tsx | 4 +- src/IconDiagnosisSharpFilled.tsx | 4 +- src/IconDiagonalLineOutlined.tsx | 4 +- src/IconDiagonalLineOutlinedFilled.tsx | 6 +- src/IconDiagonalLineRounded.tsx | 4 +- src/IconDiagonalLineRoundedFilled.tsx | 6 +- src/IconDiagonalLineSharp.tsx | 4 +- src/IconDiagonalLineSharpFilled.tsx | 6 +- src/IconDialerSipOutlined.tsx | 4 +- src/IconDialerSipOutlinedFilled.tsx | 6 +- src/IconDialerSipRounded.tsx | 4 +- src/IconDialerSipRoundedFilled.tsx | 6 +- src/IconDialerSipSharp.tsx | 4 +- src/IconDialerSipSharpFilled.tsx | 4 +- src/IconDialogsOutlined.tsx | 4 +- src/IconDialogsOutlinedFilled.tsx | 6 +- src/IconDialogsRounded.tsx | 4 +- src/IconDialogsRoundedFilled.tsx | 4 +- src/IconDialogsSharp.tsx | 4 +- src/IconDialogsSharpFilled.tsx | 4 +- src/IconDialpadOutlined.tsx | 4 +- src/IconDialpadOutlinedFilled.tsx | 6 +- src/IconDialpadRounded.tsx | 4 +- src/IconDialpadRoundedFilled.tsx | 4 +- src/IconDialpadSharp.tsx | 4 +- src/IconDialpadSharpFilled.tsx | 4 +- src/IconDiamondOutlined.tsx | 4 +- src/IconDiamondOutlinedFilled.tsx | 6 +- src/IconDiamondRounded.tsx | 4 +- src/IconDiamondRoundedFilled.tsx | 4 +- src/IconDiamondSharp.tsx | 4 +- src/IconDiamondSharpFilled.tsx | 4 +- src/IconDictionaryOutlined.tsx | 4 +- src/IconDictionaryOutlinedFilled.tsx | 6 +- src/IconDictionaryRounded.tsx | 4 +- src/IconDictionaryRoundedFilled.tsx | 6 +- src/IconDictionarySharp.tsx | 4 +- src/IconDictionarySharpFilled.tsx | 6 +- src/IconDifferenceOutlined.tsx | 4 +- src/IconDifferenceOutlinedFilled.tsx | 6 +- src/IconDifferenceRounded.tsx | 4 +- src/IconDifferenceRoundedFilled.tsx | 6 +- src/IconDifferenceSharp.tsx | 4 +- src/IconDifferenceSharpFilled.tsx | 6 +- src/IconDigitalOutOfHomeOutlined.tsx | 6 +- src/IconDigitalOutOfHomeOutlinedFilled.tsx | 4 +- src/IconDigitalOutOfHomeRounded.tsx | 6 +- src/IconDigitalOutOfHomeRoundedFilled.tsx | 4 +- src/IconDigitalOutOfHomeSharp.tsx | 6 +- src/IconDigitalOutOfHomeSharpFilled.tsx | 6 +- src/IconDigitalWellbeingOutlined.tsx | 6 +- src/IconDigitalWellbeingOutlinedFilled.tsx | 4 +- src/IconDigitalWellbeingRounded.tsx | 6 +- src/IconDigitalWellbeingRoundedFilled.tsx | 4 +- src/IconDigitalWellbeingSharp.tsx | 6 +- src/IconDigitalWellbeingSharpFilled.tsx | 6 +- src/IconDiningOutlined.tsx | 4 +- src/IconDiningOutlinedFilled.tsx | 4 +- src/IconDiningRounded.tsx | 4 +- src/IconDiningRoundedFilled.tsx | 4 +- src/IconDiningSharp.tsx | 4 +- src/IconDiningSharpFilled.tsx | 4 +- src/IconDinnerDiningOutlined.tsx | 4 +- src/IconDinnerDiningOutlinedFilled.tsx | 6 +- src/IconDinnerDiningRounded.tsx | 4 +- src/IconDinnerDiningRoundedFilled.tsx | 6 +- src/IconDinnerDiningSharp.tsx | 4 +- src/IconDinnerDiningSharpFilled.tsx | 6 +- src/IconDirectionsAltOffOutlined.tsx | 6 +- src/IconDirectionsAltOffOutlinedFilled.tsx | 4 +- src/IconDirectionsAltOffRounded.tsx | 6 +- src/IconDirectionsAltOffRoundedFilled.tsx | 4 +- src/IconDirectionsAltOffSharp.tsx | 6 +- src/IconDirectionsAltOffSharpFilled.tsx | 6 +- src/IconDirectionsAltOutlined.tsx | 6 +- src/IconDirectionsAltOutlinedFilled.tsx | 6 +- src/IconDirectionsAltRounded.tsx | 4 +- src/IconDirectionsAltRoundedFilled.tsx | 6 +- src/IconDirectionsAltSharp.tsx | 4 +- src/IconDirectionsAltSharpFilled.tsx | 6 +- src/IconDirectionsBikeOutlined.tsx | 6 +- src/IconDirectionsBikeOutlinedFilled.tsx | 4 +- src/IconDirectionsBikeRounded.tsx | 6 +- src/IconDirectionsBikeRoundedFilled.tsx | 6 +- src/IconDirectionsBikeSharp.tsx | 4 +- src/IconDirectionsBikeSharpFilled.tsx | 6 +- src/IconDirectionsBoatOutlined.tsx | 6 +- src/IconDirectionsBoatOutlinedFilled.tsx | 4 +- src/IconDirectionsBoatRounded.tsx | 6 +- src/IconDirectionsBoatRoundedFilled.tsx | 6 +- src/IconDirectionsBoatSharp.tsx | 4 +- src/IconDirectionsBoatSharpFilled.tsx | 6 +- src/IconDirectionsBusOutlined.tsx | 6 +- src/IconDirectionsBusOutlinedFilled.tsx | 6 +- src/IconDirectionsBusRounded.tsx | 4 +- src/IconDirectionsBusRoundedFilled.tsx | 6 +- src/IconDirectionsBusSharp.tsx | 4 +- src/IconDirectionsBusSharpFilled.tsx | 6 +- src/IconDirectionsCarOutlined.tsx | 6 +- src/IconDirectionsCarOutlinedFilled.tsx | 6 +- src/IconDirectionsCarRounded.tsx | 4 +- src/IconDirectionsCarRoundedFilled.tsx | 6 +- src/IconDirectionsCarSharp.tsx | 4 +- src/IconDirectionsCarSharpFilled.tsx | 6 +- src/IconDirectionsOffOutlined.tsx | 6 +- src/IconDirectionsOffOutlinedFilled.tsx | 6 +- src/IconDirectionsOffRounded.tsx | 4 +- src/IconDirectionsOffRoundedFilled.tsx | 6 +- src/IconDirectionsOffSharp.tsx | 4 +- src/IconDirectionsOffSharpFilled.tsx | 6 +- src/IconDirectionsOutlined.tsx | 4 +- src/IconDirectionsOutlinedFilled.tsx | 6 +- src/IconDirectionsRailway2Outlined.tsx | 6 +- src/IconDirectionsRailway2OutlinedFilled.tsx | 4 +- src/IconDirectionsRailway2Rounded.tsx | 6 +- src/IconDirectionsRailway2RoundedFilled.tsx | 4 +- src/IconDirectionsRailway2Sharp.tsx | 6 +- src/IconDirectionsRailway2SharpFilled.tsx | 4 +- src/IconDirectionsRailwayOutlined.tsx | 6 +- src/IconDirectionsRailwayOutlinedFilled.tsx | 4 +- src/IconDirectionsRailwayRounded.tsx | 6 +- src/IconDirectionsRailwayRoundedFilled.tsx | 4 +- src/IconDirectionsRailwaySharp.tsx | 6 +- src/IconDirectionsRailwaySharpFilled.tsx | 4 +- src/IconDirectionsRounded.tsx | 4 +- src/IconDirectionsRoundedFilled.tsx | 6 +- src/IconDirectionsRunOutlined.tsx | 6 +- src/IconDirectionsRunOutlinedFilled.tsx | 6 +- src/IconDirectionsRunRounded.tsx | 4 +- src/IconDirectionsRunRoundedFilled.tsx | 6 +- src/IconDirectionsRunSharp.tsx | 4 +- src/IconDirectionsRunSharpFilled.tsx | 6 +- src/IconDirectionsSharp.tsx | 4 +- src/IconDirectionsSharpFilled.tsx | 6 +- src/IconDirectionsSubwayOutlined.tsx | 6 +- src/IconDirectionsSubwayOutlinedFilled.tsx | 4 +- src/IconDirectionsSubwayRounded.tsx | 6 +- src/IconDirectionsSubwayRoundedFilled.tsx | 4 +- src/IconDirectionsSubwaySharp.tsx | 6 +- src/IconDirectionsSubwaySharpFilled.tsx | 6 +- src/IconDirectionsWalkOutlined.tsx | 6 +- src/IconDirectionsWalkOutlinedFilled.tsx | 4 +- src/IconDirectionsWalkRounded.tsx | 6 +- src/IconDirectionsWalkRoundedFilled.tsx | 6 +- src/IconDirectionsWalkSharp.tsx | 4 +- src/IconDirectionsWalkSharpFilled.tsx | 6 +- src/IconDirectorySyncOutlined.tsx | 6 +- src/IconDirectorySyncOutlinedFilled.tsx | 6 +- src/IconDirectorySyncRounded.tsx | 4 +- src/IconDirectorySyncRoundedFilled.tsx | 6 +- src/IconDirectorySyncSharp.tsx | 4 +- src/IconDirectorySyncSharpFilled.tsx | 6 +- src/IconDirtyLensOutlined.tsx | 4 +- src/IconDirtyLensOutlinedFilled.tsx | 6 +- src/IconDirtyLensRounded.tsx | 4 +- src/IconDirtyLensRoundedFilled.tsx | 6 +- src/IconDirtyLensSharp.tsx | 4 +- src/IconDirtyLensSharpFilled.tsx | 4 +- src/IconDisabledByDefaultOutlined.tsx | 6 +- src/IconDisabledByDefaultOutlinedFilled.tsx | 4 +- src/IconDisabledByDefaultRounded.tsx | 6 +- src/IconDisabledByDefaultRoundedFilled.tsx | 4 +- src/IconDisabledByDefaultSharp.tsx | 6 +- src/IconDisabledByDefaultSharpFilled.tsx | 4 +- src/IconDisabledVisibleOutlined.tsx | 6 +- src/IconDisabledVisibleOutlinedFilled.tsx | 4 +- src/IconDisabledVisibleRounded.tsx | 6 +- src/IconDisabledVisibleRoundedFilled.tsx | 4 +- src/IconDisabledVisibleSharp.tsx | 4 +- src/IconDisabledVisibleSharpFilled.tsx | 6 +- src/IconDiscFullOutlined.tsx | 4 +- src/IconDiscFullOutlinedFilled.tsx | 6 +- src/IconDiscFullRounded.tsx | 4 +- src/IconDiscFullRoundedFilled.tsx | 6 +- src/IconDiscFullSharp.tsx | 4 +- src/IconDiscFullSharpFilled.tsx | 4 +- src/IconDiscoverTuneOutlined.tsx | 4 +- src/IconDiscoverTuneOutlinedFilled.tsx | 6 +- src/IconDiscoverTuneRounded.tsx | 4 +- src/IconDiscoverTuneRoundedFilled.tsx | 6 +- src/IconDiscoverTuneSharp.tsx | 4 +- src/IconDiscoverTuneSharpFilled.tsx | 6 +- src/IconDishwasherGenOutlined.tsx | 6 +- src/IconDishwasherGenOutlinedFilled.tsx | 6 +- src/IconDishwasherGenRounded.tsx | 4 +- src/IconDishwasherGenRoundedFilled.tsx | 6 +- src/IconDishwasherGenSharp.tsx | 4 +- src/IconDishwasherGenSharpFilled.tsx | 6 +- src/IconDishwasherOutlined.tsx | 4 +- src/IconDishwasherOutlinedFilled.tsx | 6 +- src/IconDishwasherRounded.tsx | 4 +- src/IconDishwasherRoundedFilled.tsx | 6 +- src/IconDishwasherSharp.tsx | 4 +- src/IconDishwasherSharpFilled.tsx | 6 +- src/IconDisplayExternalInputOutlined.tsx | 4 +- ...IconDisplayExternalInputOutlinedFilled.tsx | 4 +- src/IconDisplayExternalInputRounded.tsx | 6 +- src/IconDisplayExternalInputRoundedFilled.tsx | 4 +- src/IconDisplayExternalInputSharp.tsx | 6 +- src/IconDisplayExternalInputSharpFilled.tsx | 4 +- src/IconDisplaySettingsOutlined.tsx | 6 +- src/IconDisplaySettingsOutlinedFilled.tsx | 4 +- src/IconDisplaySettingsRounded.tsx | 6 +- src/IconDisplaySettingsRoundedFilled.tsx | 4 +- src/IconDisplaySettingsSharp.tsx | 4 +- src/IconDisplaySettingsSharpFilled.tsx | 6 +- src/IconDistanceOutlined.tsx | 4 +- src/IconDistanceOutlinedFilled.tsx | 6 +- src/IconDistanceRounded.tsx | 4 +- src/IconDistanceRoundedFilled.tsx | 6 +- src/IconDistanceSharp.tsx | 4 +- src/IconDistanceSharpFilled.tsx | 4 +- src/IconDiversity1Outlined.tsx | 4 +- src/IconDiversity1OutlinedFilled.tsx | 6 +- src/IconDiversity1Rounded.tsx | 4 +- src/IconDiversity1RoundedFilled.tsx | 6 +- src/IconDiversity1Sharp.tsx | 4 +- src/IconDiversity1SharpFilled.tsx | 6 +- src/IconDiversity2Outlined.tsx | 4 +- src/IconDiversity2OutlinedFilled.tsx | 6 +- src/IconDiversity2Rounded.tsx | 4 +- src/IconDiversity2RoundedFilled.tsx | 6 +- src/IconDiversity2Sharp.tsx | 4 +- src/IconDiversity2SharpFilled.tsx | 6 +- src/IconDiversity3Outlined.tsx | 4 +- src/IconDiversity3OutlinedFilled.tsx | 6 +- src/IconDiversity3Rounded.tsx | 4 +- src/IconDiversity3RoundedFilled.tsx | 6 +- src/IconDiversity3Sharp.tsx | 4 +- src/IconDiversity3SharpFilled.tsx | 6 +- src/IconDiversity4Outlined.tsx | 4 +- src/IconDiversity4OutlinedFilled.tsx | 6 +- src/IconDiversity4Rounded.tsx | 4 +- src/IconDiversity4RoundedFilled.tsx | 6 +- src/IconDiversity4Sharp.tsx | 4 +- src/IconDiversity4SharpFilled.tsx | 6 +- src/IconDnsOutlined.tsx | 4 +- src/IconDnsOutlinedFilled.tsx | 4 +- src/IconDnsRounded.tsx | 4 +- src/IconDnsRoundedFilled.tsx | 4 +- src/IconDnsSharp.tsx | 4 +- src/IconDnsSharpFilled.tsx | 4 +- src/IconDoNotDisturbOffOutlined.tsx | 6 +- src/IconDoNotDisturbOffOutlinedFilled.tsx | 4 +- src/IconDoNotDisturbOffRounded.tsx | 6 +- src/IconDoNotDisturbOffRoundedFilled.tsx | 4 +- src/IconDoNotDisturbOffSharp.tsx | 4 +- src/IconDoNotDisturbOffSharpFilled.tsx | 6 +- src/IconDoNotDisturbOnOutlined.tsx | 6 +- src/IconDoNotDisturbOnOutlinedFilled.tsx | 4 +- src/IconDoNotDisturbOnRounded.tsx | 6 +- src/IconDoNotDisturbOnRoundedFilled.tsx | 6 +- src/IconDoNotDisturbOnSharp.tsx | 4 +- src/IconDoNotDisturbOnSharpFilled.tsx | 6 +- ...IconDoNotDisturbOnTotalSilenceOutlined.tsx | 4 +- ...NotDisturbOnTotalSilenceOutlinedFilled.tsx | 8 +- src/IconDoNotDisturbOnTotalSilenceRounded.tsx | 4 +- ...oNotDisturbOnTotalSilenceRoundedFilled.tsx | 8 +- src/IconDoNotDisturbOnTotalSilenceSharp.tsx | 4 +- ...nDoNotDisturbOnTotalSilenceSharpFilled.tsx | 4 +- src/IconDoNotStepOutlined.tsx | 4 +- src/IconDoNotStepOutlinedFilled.tsx | 6 +- src/IconDoNotStepRounded.tsx | 4 +- src/IconDoNotStepRoundedFilled.tsx | 6 +- src/IconDoNotStepSharp.tsx | 4 +- src/IconDoNotStepSharpFilled.tsx | 4 +- src/IconDoNotTouchOutlined.tsx | 4 +- src/IconDoNotTouchOutlinedFilled.tsx | 6 +- src/IconDoNotTouchRounded.tsx | 4 +- src/IconDoNotTouchRoundedFilled.tsx | 6 +- src/IconDoNotTouchSharp.tsx | 4 +- src/IconDoNotTouchSharpFilled.tsx | 6 +- src/IconDockOutlined.tsx | 4 +- src/IconDockOutlinedFilled.tsx | 4 +- src/IconDockRounded.tsx | 4 +- src/IconDockRoundedFilled.tsx | 4 +- src/IconDockSharp.tsx | 4 +- src/IconDockSharpFilled.tsx | 4 +- src/IconDockToBottomOutlined.tsx | 4 +- src/IconDockToBottomOutlinedFilled.tsx | 6 +- src/IconDockToBottomRounded.tsx | 4 +- src/IconDockToBottomRoundedFilled.tsx | 6 +- src/IconDockToBottomSharp.tsx | 4 +- src/IconDockToBottomSharpFilled.tsx | 6 +- src/IconDockToLeftOutlined.tsx | 4 +- src/IconDockToLeftOutlinedFilled.tsx | 6 +- src/IconDockToLeftRounded.tsx | 4 +- src/IconDockToLeftRoundedFilled.tsx | 6 +- src/IconDockToLeftSharp.tsx | 4 +- src/IconDockToLeftSharpFilled.tsx | 6 +- src/IconDockToRightOutlined.tsx | 4 +- src/IconDockToRightOutlinedFilled.tsx | 6 +- src/IconDockToRightRounded.tsx | 4 +- src/IconDockToRightRoundedFilled.tsx | 6 +- src/IconDockToRightSharp.tsx | 4 +- src/IconDockToRightSharpFilled.tsx | 6 +- src/IconDocsAddOnOutlined.tsx | 4 +- src/IconDocsAddOnOutlinedFilled.tsx | 6 +- src/IconDocsAddOnRounded.tsx | 4 +- src/IconDocsAddOnRoundedFilled.tsx | 6 +- src/IconDocsAddOnSharp.tsx | 4 +- src/IconDocsAddOnSharpFilled.tsx | 4 +- src/IconDocsAppsScriptOutlined.tsx | 6 +- src/IconDocsAppsScriptOutlinedFilled.tsx | 4 +- src/IconDocsAppsScriptRounded.tsx | 6 +- src/IconDocsAppsScriptRoundedFilled.tsx | 6 +- src/IconDocsAppsScriptSharp.tsx | 4 +- src/IconDocsAppsScriptSharpFilled.tsx | 6 +- src/IconDocumentScannerOutlined.tsx | 6 +- src/IconDocumentScannerOutlinedFilled.tsx | 4 +- src/IconDocumentScannerRounded.tsx | 6 +- src/IconDocumentScannerRoundedFilled.tsx | 4 +- src/IconDocumentScannerSharp.tsx | 4 +- src/IconDocumentScannerSharpFilled.tsx | 6 +- src/IconDomainAddOutlined.tsx | 4 +- src/IconDomainAddOutlinedFilled.tsx | 6 +- src/IconDomainAddRounded.tsx | 4 +- src/IconDomainAddRoundedFilled.tsx | 6 +- src/IconDomainAddSharp.tsx | 4 +- src/IconDomainAddSharpFilled.tsx | 4 +- src/IconDomainDisabledOutlined.tsx | 6 +- src/IconDomainDisabledOutlinedFilled.tsx | 4 +- src/IconDomainDisabledRounded.tsx | 6 +- src/IconDomainDisabledRoundedFilled.tsx | 6 +- src/IconDomainDisabledSharp.tsx | 4 +- src/IconDomainDisabledSharpFilled.tsx | 6 +- src/IconDomainOutlined.tsx | 4 +- src/IconDomainOutlinedFilled.tsx | 4 +- src/IconDomainRounded.tsx | 4 +- src/IconDomainRoundedFilled.tsx | 4 +- src/IconDomainSharp.tsx | 4 +- src/IconDomainSharpFilled.tsx | 4 +- src/IconDomainVerificationOffOutlined.tsx | 4 +- ...conDomainVerificationOffOutlinedFilled.tsx | 4 +- src/IconDomainVerificationOffRounded.tsx | 4 +- ...IconDomainVerificationOffRoundedFilled.tsx | 4 +- src/IconDomainVerificationOffSharp.tsx | 6 +- src/IconDomainVerificationOffSharpFilled.tsx | 4 +- src/IconDomainVerificationOutlined.tsx | 6 +- src/IconDomainVerificationOutlinedFilled.tsx | 4 +- src/IconDomainVerificationRounded.tsx | 6 +- src/IconDomainVerificationRoundedFilled.tsx | 4 +- src/IconDomainVerificationSharp.tsx | 6 +- src/IconDomainVerificationSharpFilled.tsx | 4 +- src/IconDominoMaskOutlined.tsx | 4 +- src/IconDominoMaskOutlinedFilled.tsx | 6 +- src/IconDominoMaskRounded.tsx | 4 +- src/IconDominoMaskRoundedFilled.tsx | 6 +- src/IconDominoMaskSharp.tsx | 4 +- src/IconDominoMaskSharpFilled.tsx | 6 +- src/IconDoneAllOutlined.tsx | 4 +- src/IconDoneAllOutlinedFilled.tsx | 6 +- src/IconDoneAllRounded.tsx | 4 +- src/IconDoneAllRoundedFilled.tsx | 4 +- src/IconDoneAllSharp.tsx | 4 +- src/IconDoneAllSharpFilled.tsx | 4 +- src/IconDoneOutlineOutlined.tsx | 4 +- src/IconDoneOutlineOutlinedFilled.tsx | 6 +- src/IconDoneOutlineRounded.tsx | 4 +- src/IconDoneOutlineRoundedFilled.tsx | 6 +- src/IconDoneOutlineSharp.tsx | 4 +- src/IconDoneOutlineSharpFilled.tsx | 6 +- src/IconDonutLargeOutlined.tsx | 4 +- src/IconDonutLargeOutlinedFilled.tsx | 6 +- src/IconDonutLargeRounded.tsx | 4 +- src/IconDonutLargeRoundedFilled.tsx | 6 +- src/IconDonutLargeSharp.tsx | 4 +- src/IconDonutLargeSharpFilled.tsx | 6 +- src/IconDonutSmallOutlined.tsx | 4 +- src/IconDonutSmallOutlinedFilled.tsx | 6 +- src/IconDonutSmallRounded.tsx | 4 +- src/IconDonutSmallRoundedFilled.tsx | 6 +- src/IconDonutSmallSharp.tsx | 4 +- src/IconDonutSmallSharpFilled.tsx | 6 +- src/IconDoorBackOutlined.tsx | 4 +- src/IconDoorBackOutlinedFilled.tsx | 6 +- src/IconDoorBackRounded.tsx | 4 +- src/IconDoorBackRoundedFilled.tsx | 6 +- src/IconDoorBackSharp.tsx | 4 +- src/IconDoorBackSharpFilled.tsx | 4 +- src/IconDoorFrontOutlined.tsx | 4 +- src/IconDoorFrontOutlinedFilled.tsx | 6 +- src/IconDoorFrontRounded.tsx | 4 +- src/IconDoorFrontRoundedFilled.tsx | 6 +- src/IconDoorFrontSharp.tsx | 4 +- src/IconDoorFrontSharpFilled.tsx | 4 +- src/IconDoorOpenOutlined.tsx | 4 +- src/IconDoorOpenOutlinedFilled.tsx | 6 +- src/IconDoorOpenRounded.tsx | 4 +- src/IconDoorOpenRoundedFilled.tsx | 6 +- src/IconDoorOpenSharp.tsx | 4 +- src/IconDoorOpenSharpFilled.tsx | 4 +- src/IconDoorSensorOutlined.tsx | 4 +- src/IconDoorSensorOutlinedFilled.tsx | 6 +- src/IconDoorSensorRounded.tsx | 4 +- src/IconDoorSensorRoundedFilled.tsx | 6 +- src/IconDoorSensorSharp.tsx | 4 +- src/IconDoorSensorSharpFilled.tsx | 6 +- src/IconDoorSlidingOutlined.tsx | 4 +- src/IconDoorSlidingOutlinedFilled.tsx | 6 +- src/IconDoorSlidingRounded.tsx | 4 +- src/IconDoorSlidingRoundedFilled.tsx | 6 +- src/IconDoorSlidingSharp.tsx | 4 +- src/IconDoorSlidingSharpFilled.tsx | 6 +- src/IconDoorbell3pOutlined.tsx | 4 +- src/IconDoorbell3pOutlinedFilled.tsx | 6 +- src/IconDoorbell3pRounded.tsx | 4 +- src/IconDoorbell3pRoundedFilled.tsx | 6 +- src/IconDoorbell3pSharp.tsx | 4 +- src/IconDoorbell3pSharpFilled.tsx | 6 +- src/IconDoorbellChimeOutlined.tsx | 6 +- src/IconDoorbellChimeOutlinedFilled.tsx | 6 +- src/IconDoorbellChimeRounded.tsx | 4 +- src/IconDoorbellChimeRoundedFilled.tsx | 6 +- src/IconDoorbellChimeSharp.tsx | 4 +- src/IconDoorbellChimeSharpFilled.tsx | 6 +- src/IconDoorbellOutlined.tsx | 4 +- src/IconDoorbellOutlinedFilled.tsx | 6 +- src/IconDoorbellRounded.tsx | 4 +- src/IconDoorbellRoundedFilled.tsx | 6 +- src/IconDoorbellSharp.tsx | 4 +- src/IconDoorbellSharpFilled.tsx | 4 +- src/IconDoubleArrowOutlined.tsx | 4 +- src/IconDoubleArrowOutlinedFilled.tsx | 6 +- src/IconDoubleArrowRounded.tsx | 4 +- src/IconDoubleArrowRoundedFilled.tsx | 6 +- src/IconDoubleArrowSharp.tsx | 4 +- src/IconDoubleArrowSharpFilled.tsx | 6 +- src/IconDownhillSkiingOutlined.tsx | 6 +- src/IconDownhillSkiingOutlinedFilled.tsx | 4 +- src/IconDownhillSkiingRounded.tsx | 6 +- src/IconDownhillSkiingRoundedFilled.tsx | 6 +- src/IconDownhillSkiingSharp.tsx | 4 +- src/IconDownhillSkiingSharpFilled.tsx | 6 +- src/IconDownload2Outlined.tsx | 4 +- src/IconDownload2OutlinedFilled.tsx | 6 +- src/IconDownload2Rounded.tsx | 4 +- src/IconDownload2RoundedFilled.tsx | 6 +- src/IconDownload2Sharp.tsx | 4 +- src/IconDownload2SharpFilled.tsx | 4 +- src/IconDownloadDoneOutlined.tsx | 4 +- src/IconDownloadDoneOutlinedFilled.tsx | 6 +- src/IconDownloadDoneRounded.tsx | 4 +- src/IconDownloadDoneRoundedFilled.tsx | 6 +- src/IconDownloadDoneSharp.tsx | 4 +- src/IconDownloadDoneSharpFilled.tsx | 6 +- src/IconDownloadForOfflineOutlined.tsx | 6 +- src/IconDownloadForOfflineOutlinedFilled.tsx | 4 +- src/IconDownloadForOfflineRounded.tsx | 6 +- src/IconDownloadForOfflineRoundedFilled.tsx | 4 +- src/IconDownloadForOfflineSharp.tsx | 6 +- src/IconDownloadForOfflineSharpFilled.tsx | 4 +- src/IconDownloadOutlined.tsx | 4 +- src/IconDownloadOutlinedFilled.tsx | 6 +- src/IconDownloadRounded.tsx | 4 +- src/IconDownloadRoundedFilled.tsx | 6 +- src/IconDownloadSharp.tsx | 4 +- src/IconDownloadSharpFilled.tsx | 4 +- src/IconDownloadingOutlined.tsx | 4 +- src/IconDownloadingOutlinedFilled.tsx | 6 +- src/IconDownloadingRounded.tsx | 4 +- src/IconDownloadingRoundedFilled.tsx | 6 +- src/IconDownloadingSharp.tsx | 4 +- src/IconDownloadingSharpFilled.tsx | 6 +- src/IconDraftOrdersOutlined.tsx | 4 +- src/IconDraftOrdersOutlinedFilled.tsx | 6 +- src/IconDraftOrdersRounded.tsx | 4 +- src/IconDraftOrdersRoundedFilled.tsx | 6 +- src/IconDraftOrdersSharp.tsx | 4 +- src/IconDraftOrdersSharpFilled.tsx | 6 +- src/IconDraftOutlined.tsx | 4 +- src/IconDraftOutlinedFilled.tsx | 4 +- src/IconDraftRounded.tsx | 4 +- src/IconDraftRoundedFilled.tsx | 4 +- src/IconDraftSharp.tsx | 4 +- src/IconDraftSharpFilled.tsx | 4 +- src/IconDraftsOutlined.tsx | 4 +- src/IconDraftsOutlinedFilled.tsx | 4 +- src/IconDraftsRounded.tsx | 4 +- src/IconDraftsRoundedFilled.tsx | 4 +- src/IconDraftsSharp.tsx | 4 +- src/IconDraftsSharpFilled.tsx | 4 +- src/IconDragClickOutlined.tsx | 4 +- src/IconDragClickOutlinedFilled.tsx | 6 +- src/IconDragClickRounded.tsx | 4 +- src/IconDragClickRoundedFilled.tsx | 6 +- src/IconDragClickSharp.tsx | 4 +- src/IconDragClickSharpFilled.tsx | 4 +- src/IconDragHandleOutlined.tsx | 4 +- src/IconDragHandleOutlinedFilled.tsx | 6 +- src/IconDragHandleRounded.tsx | 4 +- src/IconDragHandleRoundedFilled.tsx | 6 +- src/IconDragHandleSharp.tsx | 4 +- src/IconDragHandleSharpFilled.tsx | 6 +- src/IconDragIndicatorOutlined.tsx | 6 +- src/IconDragIndicatorOutlinedFilled.tsx | 6 +- src/IconDragIndicatorRounded.tsx | 4 +- src/IconDragIndicatorRoundedFilled.tsx | 6 +- src/IconDragIndicatorSharp.tsx | 4 +- src/IconDragIndicatorSharpFilled.tsx | 6 +- src/IconDragPanOutlined.tsx | 4 +- src/IconDragPanOutlinedFilled.tsx | 6 +- src/IconDragPanRounded.tsx | 4 +- src/IconDragPanRoundedFilled.tsx | 4 +- src/IconDragPanSharp.tsx | 4 +- src/IconDragPanSharpFilled.tsx | 4 +- src/IconDrawAbstractOutlined.tsx | 4 +- src/IconDrawAbstractOutlinedFilled.tsx | 6 +- src/IconDrawAbstractRounded.tsx | 4 +- src/IconDrawAbstractRoundedFilled.tsx | 6 +- src/IconDrawAbstractSharp.tsx | 4 +- src/IconDrawAbstractSharpFilled.tsx | 6 +- src/IconDrawCollageOutlined.tsx | 4 +- src/IconDrawCollageOutlinedFilled.tsx | 6 +- src/IconDrawCollageRounded.tsx | 4 +- src/IconDrawCollageRoundedFilled.tsx | 6 +- src/IconDrawCollageSharp.tsx | 4 +- src/IconDrawCollageSharpFilled.tsx | 6 +- src/IconDrawOutlined.tsx | 4 +- src/IconDrawOutlinedFilled.tsx | 4 +- src/IconDrawRounded.tsx | 4 +- src/IconDrawRoundedFilled.tsx | 4 +- src/IconDrawSharp.tsx | 4 +- src/IconDrawSharpFilled.tsx | 4 +- src/IconDresserOutlined.tsx | 4 +- src/IconDresserOutlinedFilled.tsx | 6 +- src/IconDresserRounded.tsx | 4 +- src/IconDresserRoundedFilled.tsx | 4 +- src/IconDresserSharp.tsx | 4 +- src/IconDresserSharpFilled.tsx | 4 +- src/IconDriveExportOutlined.tsx | 4 +- src/IconDriveExportOutlinedFilled.tsx | 6 +- src/IconDriveExportRounded.tsx | 4 +- src/IconDriveExportRoundedFilled.tsx | 6 +- src/IconDriveExportSharp.tsx | 4 +- src/IconDriveExportSharpFilled.tsx | 6 +- src/IconDriveFileMoveOutlined.tsx | 6 +- src/IconDriveFileMoveOutlinedFilled.tsx | 6 +- src/IconDriveFileMoveRounded.tsx | 4 +- src/IconDriveFileMoveRoundedFilled.tsx | 6 +- src/IconDriveFileMoveSharp.tsx | 4 +- src/IconDriveFileMoveSharpFilled.tsx | 6 +- src/IconDriveFolderUploadOutlined.tsx | 6 +- src/IconDriveFolderUploadOutlinedFilled.tsx | 4 +- src/IconDriveFolderUploadRounded.tsx | 6 +- src/IconDriveFolderUploadRoundedFilled.tsx | 4 +- src/IconDriveFolderUploadSharp.tsx | 6 +- src/IconDriveFolderUploadSharpFilled.tsx | 4 +- src/IconDropdownOutlined.tsx | 4 +- src/IconDropdownOutlinedFilled.tsx | 6 +- src/IconDropdownRounded.tsx | 4 +- src/IconDropdownRoundedFilled.tsx | 6 +- src/IconDropdownSharp.tsx | 4 +- src/IconDropdownSharpFilled.tsx | 4 +- src/IconDryCleaningOutlined.tsx | 4 +- src/IconDryCleaningOutlinedFilled.tsx | 6 +- src/IconDryCleaningRounded.tsx | 4 +- src/IconDryCleaningRoundedFilled.tsx | 6 +- src/IconDryCleaningSharp.tsx | 4 +- src/IconDryCleaningSharpFilled.tsx | 6 +- src/IconDryOutlined.tsx | 4 +- src/IconDryOutlinedFilled.tsx | 4 +- src/IconDryRounded.tsx | 4 +- src/IconDryRoundedFilled.tsx | 4 +- src/IconDrySharp.tsx | 4 +- src/IconDrySharpFilled.tsx | 4 +- src/IconDualScreenOutlined.tsx | 4 +- src/IconDualScreenOutlinedFilled.tsx | 6 +- src/IconDualScreenRounded.tsx | 4 +- src/IconDualScreenRoundedFilled.tsx | 6 +- src/IconDualScreenSharp.tsx | 4 +- src/IconDualScreenSharpFilled.tsx | 6 +- src/IconDuoOutlined.tsx | 4 +- src/IconDuoOutlinedFilled.tsx | 4 +- src/IconDuoRounded.tsx | 4 +- src/IconDuoRoundedFilled.tsx | 4 +- src/IconDuoSharp.tsx | 4 +- src/IconDuoSharpFilled.tsx | 4 +- src/IconDvrOutlined.tsx | 4 +- src/IconDvrOutlinedFilled.tsx | 4 +- src/IconDvrRounded.tsx | 4 +- src/IconDvrRoundedFilled.tsx | 4 +- src/IconDvrSharp.tsx | 4 +- src/IconDvrSharpFilled.tsx | 4 +- src/IconDynamicFeedOutlined.tsx | 4 +- src/IconDynamicFeedOutlinedFilled.tsx | 6 +- src/IconDynamicFeedRounded.tsx | 4 +- src/IconDynamicFeedRoundedFilled.tsx | 6 +- src/IconDynamicFeedSharp.tsx | 4 +- src/IconDynamicFeedSharpFilled.tsx | 6 +- src/IconDynamicFormOutlined.tsx | 4 +- src/IconDynamicFormOutlinedFilled.tsx | 6 +- src/IconDynamicFormRounded.tsx | 4 +- src/IconDynamicFormRoundedFilled.tsx | 6 +- src/IconDynamicFormSharp.tsx | 4 +- src/IconDynamicFormSharpFilled.tsx | 6 +- src/IconE911AvatarOutlined.tsx | 4 +- src/IconE911AvatarOutlinedFilled.tsx | 6 +- src/IconE911AvatarRounded.tsx | 4 +- src/IconE911AvatarRoundedFilled.tsx | 6 +- src/IconE911AvatarSharp.tsx | 4 +- src/IconE911AvatarSharpFilled.tsx | 6 +- src/IconE911EmergencyOutlined.tsx | 6 +- src/IconE911EmergencyOutlinedFilled.tsx | 6 +- src/IconE911EmergencyRounded.tsx | 4 +- src/IconE911EmergencyRoundedFilled.tsx | 6 +- src/IconE911EmergencySharp.tsx | 4 +- src/IconE911EmergencySharpFilled.tsx | 6 +- src/IconEMobiledataBadgeOutlined.tsx | 6 +- src/IconEMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconEMobiledataBadgeRounded.tsx | 6 +- src/IconEMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconEMobiledataBadgeSharp.tsx | 6 +- src/IconEMobiledataBadgeSharpFilled.tsx | 6 +- src/IconEMobiledataOutlined.tsx | 4 +- src/IconEMobiledataOutlinedFilled.tsx | 6 +- src/IconEMobiledataRounded.tsx | 4 +- src/IconEMobiledataRoundedFilled.tsx | 6 +- src/IconEMobiledataSharp.tsx | 4 +- src/IconEMobiledataSharpFilled.tsx | 6 +- src/IconEarbudsBatteryOutlined.tsx | 6 +- src/IconEarbudsBatteryOutlinedFilled.tsx | 4 +- src/IconEarbudsBatteryRounded.tsx | 6 +- src/IconEarbudsBatteryRoundedFilled.tsx | 6 +- src/IconEarbudsBatterySharp.tsx | 4 +- src/IconEarbudsBatterySharpFilled.tsx | 6 +- src/IconEarbudsOutlined.tsx | 4 +- src/IconEarbudsOutlinedFilled.tsx | 6 +- src/IconEarbudsRounded.tsx | 4 +- src/IconEarbudsRoundedFilled.tsx | 4 +- src/IconEarbudsSharp.tsx | 4 +- src/IconEarbudsSharpFilled.tsx | 4 +- src/IconEarlyOnOutlined.tsx | 4 +- src/IconEarlyOnOutlinedFilled.tsx | 6 +- src/IconEarlyOnRounded.tsx | 4 +- src/IconEarlyOnRoundedFilled.tsx | 4 +- src/IconEarlyOnSharp.tsx | 4 +- src/IconEarlyOnSharpFilled.tsx | 4 +- src/IconEarthquakeOutlined.tsx | 4 +- src/IconEarthquakeOutlinedFilled.tsx | 6 +- src/IconEarthquakeRounded.tsx | 4 +- src/IconEarthquakeRoundedFilled.tsx | 6 +- src/IconEarthquakeSharp.tsx | 4 +- src/IconEarthquakeSharpFilled.tsx | 6 +- src/IconEastOutlined.tsx | 4 +- src/IconEastOutlinedFilled.tsx | 4 +- src/IconEastRounded.tsx | 4 +- src/IconEastRoundedFilled.tsx | 4 +- src/IconEastSharp.tsx | 4 +- src/IconEastSharpFilled.tsx | 4 +- src/IconEcgHeartOutlined.tsx | 4 +- src/IconEcgHeartOutlinedFilled.tsx | 6 +- src/IconEcgHeartRounded.tsx | 4 +- src/IconEcgHeartRoundedFilled.tsx | 6 +- src/IconEcgHeartSharp.tsx | 4 +- src/IconEcgHeartSharpFilled.tsx | 4 +- src/IconEcgOutlined.tsx | 4 +- src/IconEcgOutlinedFilled.tsx | 4 +- src/IconEcgRounded.tsx | 4 +- src/IconEcgRoundedFilled.tsx | 4 +- src/IconEcgSharp.tsx | 4 +- src/IconEcgSharpFilled.tsx | 4 +- src/IconEcoOutlined.tsx | 4 +- src/IconEcoOutlinedFilled.tsx | 4 +- src/IconEcoRounded.tsx | 4 +- src/IconEcoRoundedFilled.tsx | 4 +- src/IconEcoSharp.tsx | 4 +- src/IconEcoSharpFilled.tsx | 4 +- src/IconEdaOutlined.tsx | 4 +- src/IconEdaOutlinedFilled.tsx | 4 +- src/IconEdaRounded.tsx | 4 +- src/IconEdaRoundedFilled.tsx | 4 +- src/IconEdaSharp.tsx | 4 +- src/IconEdaSharpFilled.tsx | 4 +- src/IconEdgesensorHighOutlined.tsx | 6 +- src/IconEdgesensorHighOutlinedFilled.tsx | 4 +- src/IconEdgesensorHighRounded.tsx | 6 +- src/IconEdgesensorHighRoundedFilled.tsx | 6 +- src/IconEdgesensorHighSharp.tsx | 4 +- src/IconEdgesensorHighSharpFilled.tsx | 6 +- src/IconEdgesensorLowOutlined.tsx | 6 +- src/IconEdgesensorLowOutlinedFilled.tsx | 6 +- src/IconEdgesensorLowRounded.tsx | 4 +- src/IconEdgesensorLowRoundedFilled.tsx | 6 +- src/IconEdgesensorLowSharp.tsx | 9 + src/IconEdgesensorLowSharpFilled.tsx | 6 +- src/IconEditAttributesOutlined.tsx | 6 +- src/IconEditAttributesOutlinedFilled.tsx | 4 +- src/IconEditAttributesRounded.tsx | 6 +- src/IconEditAttributesRoundedFilled.tsx | 6 +- src/IconEditAttributesSharp.tsx | 4 +- src/IconEditAttributesSharpFilled.tsx | 6 +- src/IconEditAudioOutlined.tsx | 4 +- src/IconEditAudioOutlinedFilled.tsx | 6 +- src/IconEditAudioRounded.tsx | 4 +- src/IconEditAudioRoundedFilled.tsx | 6 +- src/IconEditAudioSharp.tsx | 4 +- src/IconEditAudioSharpFilled.tsx | 4 +- src/IconEditCalendarOutlined.tsx | 4 +- src/IconEditCalendarOutlinedFilled.tsx | 6 +- src/IconEditCalendarRounded.tsx | 4 +- src/IconEditCalendarRoundedFilled.tsx | 6 +- src/IconEditCalendarSharp.tsx | 4 +- src/IconEditCalendarSharpFilled.tsx | 6 +- src/IconEditDocumentOutlined.tsx | 4 +- src/IconEditDocumentOutlinedFilled.tsx | 6 +- src/IconEditDocumentRounded.tsx | 4 +- src/IconEditDocumentRoundedFilled.tsx | 6 +- src/IconEditDocumentSharp.tsx | 4 +- src/IconEditDocumentSharpFilled.tsx | 6 +- src/IconEditLocationAltOutlined.tsx | 6 +- src/IconEditLocationAltOutlinedFilled.tsx | 4 +- src/IconEditLocationAltRounded.tsx | 6 +- src/IconEditLocationAltRoundedFilled.tsx | 4 +- src/IconEditLocationAltSharp.tsx | 4 +- src/IconEditLocationAltSharpFilled.tsx | 6 +- src/IconEditLocationOutlined.tsx | 4 +- src/IconEditLocationOutlinedFilled.tsx | 6 +- src/IconEditLocationRounded.tsx | 4 +- src/IconEditLocationRoundedFilled.tsx | 6 +- src/IconEditLocationSharp.tsx | 4 +- src/IconEditLocationSharpFilled.tsx | 6 +- src/IconEditNoteOutlined.tsx | 4 +- src/IconEditNoteOutlinedFilled.tsx | 6 +- src/IconEditNoteRounded.tsx | 4 +- src/IconEditNoteRoundedFilled.tsx | 6 +- src/IconEditNoteSharp.tsx | 4 +- src/IconEditNoteSharpFilled.tsx | 4 +- src/IconEditNotificationsOutlined.tsx | 6 +- src/IconEditNotificationsOutlinedFilled.tsx | 4 +- src/IconEditNotificationsRounded.tsx | 6 +- src/IconEditNotificationsRoundedFilled.tsx | 4 +- src/IconEditNotificationsSharp.tsx | 6 +- src/IconEditNotificationsSharpFilled.tsx | 4 +- src/IconEditOffOutlined.tsx | 4 +- src/IconEditOffOutlinedFilled.tsx | 6 +- src/IconEditOffRounded.tsx | 4 +- src/IconEditOffRoundedFilled.tsx | 4 +- src/IconEditOffSharp.tsx | 4 +- src/IconEditOffSharpFilled.tsx | 4 +- src/IconEditOutlined.tsx | 4 +- src/IconEditOutlinedFilled.tsx | 4 +- src/IconEditRoadOutlined.tsx | 4 +- src/IconEditRoadOutlinedFilled.tsx | 6 +- src/IconEditRoadRounded.tsx | 4 +- src/IconEditRoadRoundedFilled.tsx | 6 +- src/IconEditRoadSharp.tsx | 4 +- src/IconEditRoadSharpFilled.tsx | 4 +- src/IconEditRounded.tsx | 4 +- src/IconEditRoundedFilled.tsx | 4 +- src/IconEditSharp.tsx | 4 +- src/IconEditSharpFilled.tsx | 4 +- src/IconEditSquareOutlined.tsx | 4 +- src/IconEditSquareOutlinedFilled.tsx | 6 +- src/IconEditSquareRounded.tsx | 4 +- src/IconEditSquareRoundedFilled.tsx | 6 +- src/IconEditSquareSharp.tsx | 4 +- src/IconEditSquareSharpFilled.tsx | 6 +- src/IconEditorChoiceOutlined.tsx | 4 +- src/IconEditorChoiceOutlinedFilled.tsx | 6 +- src/IconEditorChoiceRounded.tsx | 4 +- src/IconEditorChoiceRoundedFilled.tsx | 6 +- src/IconEditorChoiceSharp.tsx | 4 +- src/IconEditorChoiceSharpFilled.tsx | 6 +- src/IconEggAltOutlined.tsx | 4 +- src/IconEggAltOutlinedFilled.tsx | 4 +- src/IconEggAltRounded.tsx | 4 +- src/IconEggAltRoundedFilled.tsx | 4 +- src/IconEggAltSharp.tsx | 4 +- src/IconEggAltSharpFilled.tsx | 4 +- src/IconEggOutlined.tsx | 4 +- src/IconEggOutlinedFilled.tsx | 4 +- src/IconEggRounded.tsx | 4 +- src/IconEggRoundedFilled.tsx | 4 +- src/IconEggSharp.tsx | 4 +- src/IconEggSharpFilled.tsx | 4 +- src/IconEjectOutlined.tsx | 4 +- src/IconEjectOutlinedFilled.tsx | 4 +- src/IconEjectRounded.tsx | 4 +- src/IconEjectRoundedFilled.tsx | 4 +- src/IconEjectSharp.tsx | 4 +- src/IconEjectSharpFilled.tsx | 4 +- src/IconElderlyOutlined.tsx | 4 +- src/IconElderlyOutlinedFilled.tsx | 6 +- src/IconElderlyRounded.tsx | 4 +- src/IconElderlyRoundedFilled.tsx | 4 +- src/IconElderlySharp.tsx | 4 +- src/IconElderlySharpFilled.tsx | 4 +- src/IconElderlyWomanOutlined.tsx | 4 +- src/IconElderlyWomanOutlinedFilled.tsx | 6 +- src/IconElderlyWomanRounded.tsx | 4 +- src/IconElderlyWomanRoundedFilled.tsx | 6 +- src/IconElderlyWomanSharp.tsx | 4 +- src/IconElderlyWomanSharpFilled.tsx | 6 +- src/IconElectricBikeOutlined.tsx | 4 +- src/IconElectricBikeOutlinedFilled.tsx | 6 +- src/IconElectricBikeRounded.tsx | 4 +- src/IconElectricBikeRoundedFilled.tsx | 6 +- src/IconElectricBikeSharp.tsx | 4 +- src/IconElectricBikeSharpFilled.tsx | 6 +- src/IconElectricBoltOutlined.tsx | 4 +- src/IconElectricBoltOutlinedFilled.tsx | 6 +- src/IconElectricBoltRounded.tsx | 4 +- src/IconElectricBoltRoundedFilled.tsx | 6 +- src/IconElectricBoltSharp.tsx | 4 +- src/IconElectricBoltSharpFilled.tsx | 6 +- src/IconElectricCarOutlined.tsx | 4 +- src/IconElectricCarOutlinedFilled.tsx | 6 +- src/IconElectricCarRounded.tsx | 4 +- src/IconElectricCarRoundedFilled.tsx | 6 +- src/IconElectricCarSharp.tsx | 4 +- src/IconElectricCarSharpFilled.tsx | 6 +- src/IconElectricMeterOutlined.tsx | 6 +- src/IconElectricMeterOutlinedFilled.tsx | 6 +- src/IconElectricMeterRounded.tsx | 4 +- src/IconElectricMeterRoundedFilled.tsx | 6 +- src/IconElectricMeterSharp.tsx | 4 +- src/IconElectricMeterSharpFilled.tsx | 6 +- src/IconElectricMopedOutlined.tsx | 6 +- src/IconElectricMopedOutlinedFilled.tsx | 6 +- src/IconElectricMopedRounded.tsx | 4 +- src/IconElectricMopedRoundedFilled.tsx | 6 +- src/IconElectricMopedSharp.tsx | 4 +- src/IconElectricMopedSharpFilled.tsx | 6 +- src/IconElectricRickshawOutlined.tsx | 6 +- src/IconElectricRickshawOutlinedFilled.tsx | 4 +- src/IconElectricRickshawRounded.tsx | 6 +- src/IconElectricRickshawRoundedFilled.tsx | 4 +- src/IconElectricRickshawSharp.tsx | 6 +- src/IconElectricRickshawSharpFilled.tsx | 6 +- src/IconElectricScooterOutlined.tsx | 6 +- src/IconElectricScooterOutlinedFilled.tsx | 4 +- src/IconElectricScooterRounded.tsx | 6 +- src/IconElectricScooterRoundedFilled.tsx | 4 +- src/IconElectricScooterSharp.tsx | 4 +- src/IconElectricScooterSharpFilled.tsx | 6 +- src/IconElectricalServicesOutlined.tsx | 6 +- src/IconElectricalServicesOutlinedFilled.tsx | 4 +- src/IconElectricalServicesRounded.tsx | 6 +- src/IconElectricalServicesRoundedFilled.tsx | 4 +- src/IconElectricalServicesSharp.tsx | 6 +- src/IconElectricalServicesSharpFilled.tsx | 4 +- src/IconElevationOutlined.tsx | 4 +- src/IconElevationOutlinedFilled.tsx | 6 +- src/IconElevationRounded.tsx | 4 +- src/IconElevationRoundedFilled.tsx | 6 +- src/IconElevationSharp.tsx | 4 +- src/IconElevationSharpFilled.tsx | 4 +- src/IconElevatorOutlined.tsx | 4 +- src/IconElevatorOutlinedFilled.tsx | 6 +- src/IconElevatorRounded.tsx | 4 +- src/IconElevatorRoundedFilled.tsx | 6 +- src/IconElevatorSharp.tsx | 4 +- src/IconElevatorSharpFilled.tsx | 4 +- src/IconEmergencyHeat2Outlined.tsx | 6 +- src/IconEmergencyHeat2OutlinedFilled.tsx | 4 +- src/IconEmergencyHeat2Rounded.tsx | 6 +- src/IconEmergencyHeat2RoundedFilled.tsx | 6 +- src/IconEmergencyHeat2Sharp.tsx | 4 +- src/IconEmergencyHeat2SharpFilled.tsx | 6 +- src/IconEmergencyHeatOutlined.tsx | 6 +- src/IconEmergencyHeatOutlinedFilled.tsx | 6 +- src/IconEmergencyHeatRounded.tsx | 4 +- src/IconEmergencyHeatRoundedFilled.tsx | 6 +- src/IconEmergencyHeatSharp.tsx | 4 +- src/IconEmergencyHeatSharpFilled.tsx | 6 +- src/IconEmergencyHomeOutlined.tsx | 6 +- src/IconEmergencyHomeOutlinedFilled.tsx | 6 +- src/IconEmergencyHomeRounded.tsx | 4 +- src/IconEmergencyHomeRoundedFilled.tsx | 6 +- src/IconEmergencyHomeSharp.tsx | 4 +- src/IconEmergencyHomeSharpFilled.tsx | 6 +- src/IconEmergencyOutlined.tsx | 4 +- src/IconEmergencyOutlinedFilled.tsx | 6 +- src/IconEmergencyRecordingOutlined.tsx | 6 +- src/IconEmergencyRecordingOutlinedFilled.tsx | 4 +- src/IconEmergencyRecordingRounded.tsx | 6 +- src/IconEmergencyRecordingRoundedFilled.tsx | 4 +- src/IconEmergencyRecordingSharp.tsx | 6 +- src/IconEmergencyRecordingSharpFilled.tsx | 4 +- src/IconEmergencyRounded.tsx | 4 +- src/IconEmergencyRoundedFilled.tsx | 6 +- src/IconEmergencyShareOffOutlined.tsx | 6 +- src/IconEmergencyShareOffOutlinedFilled.tsx | 4 +- src/IconEmergencyShareOffRounded.tsx | 6 +- src/IconEmergencyShareOffRoundedFilled.tsx | 4 +- src/IconEmergencyShareOffSharp.tsx | 6 +- src/IconEmergencyShareOffSharpFilled.tsx | 4 +- src/IconEmergencyShareOutlined.tsx | 6 +- src/IconEmergencyShareOutlinedFilled.tsx | 4 +- src/IconEmergencyShareRounded.tsx | 6 +- src/IconEmergencyShareRoundedFilled.tsx | 6 +- src/IconEmergencyShareSharp.tsx | 4 +- src/IconEmergencyShareSharpFilled.tsx | 6 +- src/IconEmergencySharp.tsx | 4 +- src/IconEmergencySharpFilled.tsx | 4 +- src/IconEmojiEventsOutlined.tsx | 4 +- src/IconEmojiEventsOutlinedFilled.tsx | 6 +- src/IconEmojiEventsRounded.tsx | 4 +- src/IconEmojiEventsRoundedFilled.tsx | 6 +- src/IconEmojiEventsSharp.tsx | 4 +- src/IconEmojiEventsSharpFilled.tsx | 6 +- src/IconEmojiFoodBeverageOutlined.tsx | 6 +- src/IconEmojiFoodBeverageOutlinedFilled.tsx | 4 +- src/IconEmojiFoodBeverageRounded.tsx | 6 +- src/IconEmojiFoodBeverageRoundedFilled.tsx | 4 +- src/IconEmojiFoodBeverageSharp.tsx | 6 +- src/IconEmojiFoodBeverageSharpFilled.tsx | 4 +- src/IconEmojiLanguageOutlined.tsx | 6 +- src/IconEmojiLanguageOutlinedFilled.tsx | 6 +- src/IconEmojiLanguageRounded.tsx | 4 +- src/IconEmojiLanguageRoundedFilled.tsx | 6 +- src/IconEmojiLanguageSharp.tsx | 4 +- src/IconEmojiLanguageSharpFilled.tsx | 6 +- src/IconEmojiNatureOutlined.tsx | 4 +- src/IconEmojiNatureOutlinedFilled.tsx | 6 +- src/IconEmojiNatureRounded.tsx | 4 +- src/IconEmojiNatureRoundedFilled.tsx | 6 +- src/IconEmojiNatureSharp.tsx | 4 +- src/IconEmojiNatureSharpFilled.tsx | 6 +- src/IconEmojiObjectsOutlined.tsx | 4 +- src/IconEmojiObjectsOutlinedFilled.tsx | 6 +- src/IconEmojiObjectsRounded.tsx | 4 +- src/IconEmojiObjectsRoundedFilled.tsx | 6 +- src/IconEmojiObjectsSharp.tsx | 4 +- src/IconEmojiObjectsSharpFilled.tsx | 6 +- src/IconEmojiPeopleOutlined.tsx | 4 +- src/IconEmojiPeopleOutlinedFilled.tsx | 6 +- src/IconEmojiPeopleRounded.tsx | 4 +- src/IconEmojiPeopleRoundedFilled.tsx | 6 +- src/IconEmojiPeopleSharp.tsx | 4 +- src/IconEmojiPeopleSharpFilled.tsx | 6 +- src/IconEmojiSymbolsOutlined.tsx | 4 +- src/IconEmojiSymbolsOutlinedFilled.tsx | 6 +- src/IconEmojiSymbolsRounded.tsx | 4 +- src/IconEmojiSymbolsRoundedFilled.tsx | 6 +- src/IconEmojiSymbolsSharp.tsx | 4 +- src/IconEmojiSymbolsSharpFilled.tsx | 6 +- src/IconEmojiTransportationOutlined.tsx | 6 +- src/IconEmojiTransportationOutlinedFilled.tsx | 4 +- src/IconEmojiTransportationRounded.tsx | 6 +- src/IconEmojiTransportationRoundedFilled.tsx | 4 +- src/IconEmojiTransportationSharp.tsx | 6 +- src/IconEmojiTransportationSharpFilled.tsx | 4 +- src/IconEmoticonOutlined.tsx | 4 +- src/IconEmoticonOutlinedFilled.tsx | 6 +- src/IconEmoticonRounded.tsx | 4 +- src/IconEmoticonRoundedFilled.tsx | 6 +- src/IconEmoticonSharp.tsx | 4 +- src/IconEmoticonSharpFilled.tsx | 4 +- src/IconEmptyDashboardOutlined.tsx | 6 +- src/IconEmptyDashboardOutlinedFilled.tsx | 4 +- src/IconEmptyDashboardRounded.tsx | 6 +- src/IconEmptyDashboardRoundedFilled.tsx | 6 +- src/IconEmptyDashboardSharp.tsx | 4 +- src/IconEmptyDashboardSharpFilled.tsx | 6 +- src/IconEnableOutlined.tsx | 4 +- src/IconEnableOutlinedFilled.tsx | 4 +- src/IconEnableRounded.tsx | 4 +- src/IconEnableRoundedFilled.tsx | 4 +- src/IconEnableSharp.tsx | 4 +- src/IconEnableSharpFilled.tsx | 4 +- src/IconEncryptedAddCircleOutlined.tsx | 6 +- src/IconEncryptedAddCircleOutlinedFilled.tsx | 4 +- src/IconEncryptedAddCircleRounded.tsx | 6 +- src/IconEncryptedAddCircleRoundedFilled.tsx | 4 +- src/IconEncryptedAddCircleSharp.tsx | 6 +- src/IconEncryptedAddCircleSharpFilled.tsx | 4 +- src/IconEncryptedAddOutlined.tsx | 4 +- src/IconEncryptedAddOutlinedFilled.tsx | 6 +- src/IconEncryptedAddRounded.tsx | 4 +- src/IconEncryptedAddRoundedFilled.tsx | 6 +- src/IconEncryptedAddSharp.tsx | 4 +- src/IconEncryptedAddSharpFilled.tsx | 6 +- src/IconEncryptedMinusCircleOutlined.tsx | 4 +- ...IconEncryptedMinusCircleOutlinedFilled.tsx | 4 +- src/IconEncryptedMinusCircleRounded.tsx | 6 +- src/IconEncryptedMinusCircleRoundedFilled.tsx | 4 +- src/IconEncryptedMinusCircleSharp.tsx | 6 +- src/IconEncryptedMinusCircleSharpFilled.tsx | 4 +- src/IconEncryptedOffOutlined.tsx | 4 +- src/IconEncryptedOffOutlinedFilled.tsx | 6 +- src/IconEncryptedOffRounded.tsx | 4 +- src/IconEncryptedOffRoundedFilled.tsx | 6 +- src/IconEncryptedOffSharp.tsx | 4 +- src/IconEncryptedOffSharpFilled.tsx | 6 +- src/IconEncryptedOutlined.tsx | 4 +- src/IconEncryptedOutlinedFilled.tsx | 6 +- src/IconEncryptedRounded.tsx | 4 +- src/IconEncryptedRoundedFilled.tsx | 6 +- src/IconEncryptedSharp.tsx | 4 +- src/IconEncryptedSharpFilled.tsx | 4 +- src/IconEndocrinologyOutlined.tsx | 6 +- src/IconEndocrinologyOutlinedFilled.tsx | 6 +- src/IconEndocrinologyRounded.tsx | 4 +- src/IconEndocrinologyRoundedFilled.tsx | 6 +- src/IconEndocrinologySharp.tsx | 4 +- src/IconEndocrinologySharpFilled.tsx | 6 +- src/IconEnergyOutlined.tsx | 4 +- src/IconEnergyOutlinedFilled.tsx | 4 +- src/IconEnergyProgramSavingOutlined.tsx | 6 +- src/IconEnergyProgramSavingOutlinedFilled.tsx | 4 +- src/IconEnergyProgramSavingRounded.tsx | 6 +- src/IconEnergyProgramSavingRoundedFilled.tsx | 4 +- src/IconEnergyProgramSavingSharp.tsx | 6 +- src/IconEnergyProgramSavingSharpFilled.tsx | 4 +- src/IconEnergyProgramTimeUsedOutlined.tsx | 4 +- ...conEnergyProgramTimeUsedOutlinedFilled.tsx | 4 +- src/IconEnergyProgramTimeUsedRounded.tsx | 4 +- ...IconEnergyProgramTimeUsedRoundedFilled.tsx | 4 +- src/IconEnergyProgramTimeUsedSharp.tsx | 6 +- src/IconEnergyProgramTimeUsedSharpFilled.tsx | 4 +- src/IconEnergyRounded.tsx | 4 +- src/IconEnergyRoundedFilled.tsx | 4 +- src/IconEnergySavingsLeafOutlined.tsx | 6 +- src/IconEnergySavingsLeafOutlinedFilled.tsx | 4 +- src/IconEnergySavingsLeafRounded.tsx | 6 +- src/IconEnergySavingsLeafRoundedFilled.tsx | 4 +- src/IconEnergySavingsLeafSharp.tsx | 6 +- src/IconEnergySavingsLeafSharpFilled.tsx | 4 +- src/IconEnergySharp.tsx | 4 +- src/IconEnergySharpFilled.tsx | 4 +- src/IconEngineeringOutlined.tsx | 4 +- src/IconEngineeringOutlinedFilled.tsx | 6 +- src/IconEngineeringRounded.tsx | 4 +- src/IconEngineeringRoundedFilled.tsx | 6 +- src/IconEngineeringSharp.tsx | 4 +- src/IconEngineeringSharpFilled.tsx | 6 +- src/IconEnhancedEncryptionOutlined.tsx | 6 +- src/IconEnhancedEncryptionOutlinedFilled.tsx | 4 +- src/IconEnhancedEncryptionRounded.tsx | 6 +- src/IconEnhancedEncryptionRoundedFilled.tsx | 4 +- src/IconEnhancedEncryptionSharp.tsx | 6 +- src/IconEnhancedEncryptionSharpFilled.tsx | 4 +- src/IconEntOutlined.tsx | 4 +- src/IconEntOutlinedFilled.tsx | 4 +- src/IconEntRounded.tsx | 4 +- src/IconEntRoundedFilled.tsx | 4 +- src/IconEntSharp.tsx | 4 +- src/IconEntSharpFilled.tsx | 4 +- src/IconEnterpriseOffOutlined.tsx | 6 +- src/IconEnterpriseOffOutlinedFilled.tsx | 6 +- src/IconEnterpriseOffRounded.tsx | 4 +- src/IconEnterpriseOffRoundedFilled.tsx | 6 +- src/IconEnterpriseOffSharp.tsx | 4 +- src/IconEnterpriseOffSharpFilled.tsx | 6 +- src/IconEnterpriseOutlined.tsx | 4 +- src/IconEnterpriseOutlinedFilled.tsx | 6 +- src/IconEnterpriseRounded.tsx | 4 +- src/IconEnterpriseRoundedFilled.tsx | 6 +- src/IconEnterpriseSharp.tsx | 4 +- src/IconEnterpriseSharpFilled.tsx | 6 +- src/IconEqualOutlined.tsx | 4 +- src/IconEqualOutlinedFilled.tsx | 4 +- src/IconEqualRounded.tsx | 4 +- src/IconEqualRoundedFilled.tsx | 4 +- src/IconEqualSharp.tsx | 4 +- src/IconEqualSharpFilled.tsx | 4 +- src/IconEqualizerOutlined.tsx | 4 +- src/IconEqualizerOutlinedFilled.tsx | 6 +- src/IconEqualizerRounded.tsx | 4 +- src/IconEqualizerRoundedFilled.tsx | 6 +- src/IconEqualizerSharp.tsx | 4 +- src/IconEqualizerSharpFilled.tsx | 4 +- src/IconEraserSize1Outlined.tsx | 4 +- src/IconEraserSize1OutlinedFilled.tsx | 6 +- src/IconEraserSize1Rounded.tsx | 4 +- src/IconEraserSize1RoundedFilled.tsx | 6 +- src/IconEraserSize1Sharp.tsx | 4 +- src/IconEraserSize1SharpFilled.tsx | 6 +- src/IconEraserSize2Outlined.tsx | 4 +- src/IconEraserSize2OutlinedFilled.tsx | 6 +- src/IconEraserSize2Rounded.tsx | 4 +- src/IconEraserSize2RoundedFilled.tsx | 6 +- src/IconEraserSize2Sharp.tsx | 4 +- src/IconEraserSize2SharpFilled.tsx | 6 +- src/IconEraserSize3Outlined.tsx | 4 +- src/IconEraserSize3OutlinedFilled.tsx | 6 +- src/IconEraserSize3Rounded.tsx | 4 +- src/IconEraserSize3RoundedFilled.tsx | 6 +- src/IconEraserSize3Sharp.tsx | 4 +- src/IconEraserSize3SharpFilled.tsx | 6 +- src/IconEraserSize4Outlined.tsx | 4 +- src/IconEraserSize4OutlinedFilled.tsx | 6 +- src/IconEraserSize4Rounded.tsx | 4 +- src/IconEraserSize4RoundedFilled.tsx | 6 +- src/IconEraserSize4Sharp.tsx | 4 +- src/IconEraserSize4SharpFilled.tsx | 6 +- src/IconEraserSize5Outlined.tsx | 4 +- src/IconEraserSize5OutlinedFilled.tsx | 6 +- src/IconEraserSize5Rounded.tsx | 4 +- src/IconEraserSize5RoundedFilled.tsx | 6 +- src/IconEraserSize5Sharp.tsx | 4 +- src/IconEraserSize5SharpFilled.tsx | 6 +- src/IconErrorMedOutlined.tsx | 4 +- src/IconErrorMedOutlinedFilled.tsx | 6 +- src/IconErrorMedRounded.tsx | 4 +- src/IconErrorMedRoundedFilled.tsx | 6 +- src/IconErrorMedSharp.tsx | 4 +- src/IconErrorMedSharpFilled.tsx | 4 +- src/IconErrorOutlined.tsx | 4 +- src/IconErrorOutlinedFilled.tsx | 4 +- src/IconErrorRounded.tsx | 4 +- src/IconErrorRoundedFilled.tsx | 4 +- src/IconErrorSharp.tsx | 4 +- src/IconErrorSharpFilled.tsx | 4 +- src/IconEscalatorOutlined.tsx | 4 +- src/IconEscalatorOutlinedFilled.tsx | 6 +- src/IconEscalatorRounded.tsx | 4 +- src/IconEscalatorRoundedFilled.tsx | 6 +- src/IconEscalatorSharp.tsx | 4 +- src/IconEscalatorSharpFilled.tsx | 4 +- src/IconEscalatorWarningOutlined.tsx | 6 +- src/IconEscalatorWarningOutlinedFilled.tsx | 4 +- src/IconEscalatorWarningRounded.tsx | 6 +- src/IconEscalatorWarningRoundedFilled.tsx | 4 +- src/IconEscalatorWarningSharp.tsx | 6 +- src/IconEscalatorWarningSharpFilled.tsx | 6 +- src/IconEuroOutlined.tsx | 4 +- src/IconEuroOutlinedFilled.tsx | 4 +- src/IconEuroRounded.tsx | 4 +- src/IconEuroRoundedFilled.tsx | 4 +- src/IconEuroSharp.tsx | 4 +- src/IconEuroSharpFilled.tsx | 4 +- src/IconEuroSymbolOutlined.tsx | 4 +- src/IconEuroSymbolOutlinedFilled.tsx | 6 +- src/IconEuroSymbolRounded.tsx | 4 +- src/IconEuroSymbolRoundedFilled.tsx | 6 +- src/IconEuroSymbolSharp.tsx | 4 +- src/IconEuroSymbolSharpFilled.tsx | 6 +- src/IconEvChargerOutlined.tsx | 11 - src/IconEvChargerOutlinedFilled.tsx | 11 - src/IconEvChargerRounded.tsx | 11 - src/IconEvChargerRoundedFilled.tsx | 11 - src/IconEvChargerSharp.tsx | 11 - src/IconEvChargerSharpFilled.tsx | 11 - src/IconEvMobiledataBadgeOutlined.tsx | 6 +- src/IconEvMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconEvMobiledataBadgeRounded.tsx | 6 +- src/IconEvMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconEvMobiledataBadgeSharp.tsx | 6 +- src/IconEvMobiledataBadgeSharpFilled.tsx | 4 +- src/IconEvShadowAddOutlined.tsx | 4 +- src/IconEvShadowAddOutlinedFilled.tsx | 6 +- src/IconEvShadowAddRounded.tsx | 4 +- src/IconEvShadowAddRoundedFilled.tsx | 6 +- src/IconEvShadowAddSharp.tsx | 4 +- src/IconEvShadowAddSharpFilled.tsx | 6 +- src/IconEvShadowMinusOutlined.tsx | 6 +- src/IconEvShadowMinusOutlinedFilled.tsx | 6 +- src/IconEvShadowMinusRounded.tsx | 4 +- src/IconEvShadowMinusRoundedFilled.tsx | 6 +- src/IconEvShadowMinusSharp.tsx | 4 +- src/IconEvShadowMinusSharpFilled.tsx | 6 +- src/IconEvShadowOutlined.tsx | 4 +- src/IconEvShadowOutlinedFilled.tsx | 6 +- src/IconEvShadowRounded.tsx | 4 +- src/IconEvShadowRoundedFilled.tsx | 6 +- src/IconEvShadowSharp.tsx | 4 +- src/IconEvShadowSharpFilled.tsx | 4 +- src/IconEvStationOutlined.tsx | 4 +- src/IconEvStationOutlinedFilled.tsx | 6 +- src/IconEvStationRounded.tsx | 4 +- src/IconEvStationRoundedFilled.tsx | 6 +- src/IconEvStationSharp.tsx | 4 +- src/IconEvStationSharpFilled.tsx | 4 +- src/IconEventAvailableOutlined.tsx | 6 +- src/IconEventAvailableOutlinedFilled.tsx | 4 +- src/IconEventAvailableRounded.tsx | 6 +- src/IconEventAvailableRoundedFilled.tsx | 6 +- src/IconEventAvailableSharp.tsx | 4 +- src/IconEventAvailableSharpFilled.tsx | 6 +- src/IconEventBusyOutlined.tsx | 4 +- src/IconEventBusyOutlinedFilled.tsx | 6 +- src/IconEventBusyRounded.tsx | 4 +- src/IconEventBusyRoundedFilled.tsx | 6 +- src/IconEventBusySharp.tsx | 4 +- src/IconEventBusySharpFilled.tsx | 4 +- src/IconEventListOutlined.tsx | 4 +- src/IconEventListOutlinedFilled.tsx | 6 +- src/IconEventListRounded.tsx | 4 +- src/IconEventListRoundedFilled.tsx | 6 +- src/IconEventListSharp.tsx | 4 +- src/IconEventListSharpFilled.tsx | 4 +- src/IconEventNoteOutlined.tsx | 4 +- src/IconEventNoteOutlinedFilled.tsx | 6 +- src/IconEventNoteRounded.tsx | 4 +- src/IconEventNoteRoundedFilled.tsx | 6 +- src/IconEventNoteSharp.tsx | 4 +- src/IconEventNoteSharpFilled.tsx | 4 +- src/IconEventOutlined.tsx | 4 +- src/IconEventOutlinedFilled.tsx | 4 +- src/IconEventRepeatOutlined.tsx | 4 +- src/IconEventRepeatOutlinedFilled.tsx | 6 +- src/IconEventRepeatRounded.tsx | 4 +- src/IconEventRepeatRoundedFilled.tsx | 6 +- src/IconEventRepeatSharp.tsx | 4 +- src/IconEventRepeatSharpFilled.tsx | 6 +- src/IconEventRounded.tsx | 4 +- src/IconEventRoundedFilled.tsx | 4 +- src/IconEventSeatOutlined.tsx | 4 +- src/IconEventSeatOutlinedFilled.tsx | 6 +- src/IconEventSeatRounded.tsx | 4 +- src/IconEventSeatRoundedFilled.tsx | 6 +- src/IconEventSeatSharp.tsx | 4 +- src/IconEventSeatSharpFilled.tsx | 4 +- src/IconEventSharp.tsx | 4 +- src/IconEventSharpFilled.tsx | 4 +- src/IconEventUpcomingOutlined.tsx | 6 +- src/IconEventUpcomingOutlinedFilled.tsx | 6 +- src/IconEventUpcomingRounded.tsx | 4 +- src/IconEventUpcomingRoundedFilled.tsx | 6 +- src/IconEventUpcomingSharp.tsx | 4 +- src/IconEventUpcomingSharpFilled.tsx | 6 +- src/IconExclamationOutlined.tsx | 4 +- src/IconExclamationOutlinedFilled.tsx | 6 +- src/IconExclamationRounded.tsx | 4 +- src/IconExclamationRoundedFilled.tsx | 6 +- src/IconExclamationSharp.tsx | 4 +- src/IconExclamationSharpFilled.tsx | 6 +- src/IconExerciseOutlined.tsx | 4 +- src/IconExerciseOutlinedFilled.tsx | 6 +- src/IconExerciseRounded.tsx | 4 +- src/IconExerciseRoundedFilled.tsx | 6 +- src/IconExerciseSharp.tsx | 4 +- src/IconExerciseSharpFilled.tsx | 4 +- src/IconExitToAppOutlined.tsx | 4 +- src/IconExitToAppOutlinedFilled.tsx | 6 +- src/IconExitToAppRounded.tsx | 4 +- src/IconExitToAppRoundedFilled.tsx | 6 +- src/IconExitToAppSharp.tsx | 4 +- src/IconExitToAppSharpFilled.tsx | 4 +- src/IconExpandAllOutlined.tsx | 4 +- src/IconExpandAllOutlinedFilled.tsx | 6 +- src/IconExpandAllRounded.tsx | 4 +- src/IconExpandAllRoundedFilled.tsx | 6 +- src/IconExpandAllSharp.tsx | 4 +- src/IconExpandAllSharpFilled.tsx | 4 +- src/IconExpandCircleDownOutlined.tsx | 6 +- src/IconExpandCircleDownOutlinedFilled.tsx | 4 +- src/IconExpandCircleDownRounded.tsx | 6 +- src/IconExpandCircleDownRoundedFilled.tsx | 4 +- src/IconExpandCircleDownSharp.tsx | 6 +- src/IconExpandCircleDownSharpFilled.tsx | 6 +- src/IconExpandCircleRightOutlined.tsx | 6 +- src/IconExpandCircleRightOutlinedFilled.tsx | 4 +- src/IconExpandCircleRightRounded.tsx | 6 +- src/IconExpandCircleRightRoundedFilled.tsx | 4 +- src/IconExpandCircleRightSharp.tsx | 6 +- src/IconExpandCircleRightSharpFilled.tsx | 4 +- src/IconExpandCircleUpOutlined.tsx | 6 +- src/IconExpandCircleUpOutlinedFilled.tsx | 4 +- src/IconExpandCircleUpRounded.tsx | 6 +- src/IconExpandCircleUpRoundedFilled.tsx | 6 +- src/IconExpandCircleUpSharp.tsx | 4 +- src/IconExpandCircleUpSharpFilled.tsx | 6 +- src/IconExpandContentOutlined.tsx | 6 +- src/IconExpandContentOutlinedFilled.tsx | 6 +- src/IconExpandContentRounded.tsx | 4 +- src/IconExpandContentRoundedFilled.tsx | 6 +- src/IconExpandContentSharp.tsx | 4 +- src/IconExpandContentSharpFilled.tsx | 6 +- src/IconExpandOutlined.tsx | 4 +- src/IconExpandOutlinedFilled.tsx | 4 +- src/IconExpandRounded.tsx | 4 +- src/IconExpandRoundedFilled.tsx | 4 +- src/IconExpandSharp.tsx | 4 +- src/IconExpandSharpFilled.tsx | 4 +- src/IconExperimentOutlined.tsx | 4 +- src/IconExperimentOutlinedFilled.tsx | 6 +- src/IconExperimentRounded.tsx | 4 +- src/IconExperimentRoundedFilled.tsx | 6 +- src/IconExperimentSharp.tsx | 4 +- src/IconExperimentSharpFilled.tsx | 6 +- src/IconExplicitOutlined.tsx | 4 +- src/IconExplicitOutlinedFilled.tsx | 6 +- src/IconExplicitRounded.tsx | 4 +- src/IconExplicitRoundedFilled.tsx | 6 +- src/IconExplicitSharp.tsx | 4 +- src/IconExplicitSharpFilled.tsx | 4 +- src/IconExploreNearbyOutlined.tsx | 6 +- src/IconExploreNearbyOutlinedFilled.tsx | 6 +- src/IconExploreNearbyRounded.tsx | 4 +- src/IconExploreNearbyRoundedFilled.tsx | 6 +- src/IconExploreNearbySharp.tsx | 4 +- src/IconExploreNearbySharpFilled.tsx | 6 +- src/IconExploreOffOutlined.tsx | 6 +- src/IconExploreOffOutlinedFilled.tsx | 8 +- src/IconExploreOffRounded.tsx | 6 +- src/IconExploreOffRoundedFilled.tsx | 8 +- src/IconExploreOffSharp.tsx | 6 +- src/IconExploreOffSharpFilled.tsx | 8 +- src/IconExploreOutlined.tsx | 6 +- src/IconExploreOutlinedFilled.tsx | 8 +- src/IconExploreRounded.tsx | 6 +- src/IconExploreRoundedFilled.tsx | 6 +- src/IconExploreSharp.tsx | 6 +- src/IconExploreSharpFilled.tsx | 6 +- src/IconExplosionOutlined.tsx | 4 +- src/IconExplosionOutlinedFilled.tsx | 6 +- src/IconExplosionRounded.tsx | 4 +- src/IconExplosionRoundedFilled.tsx | 6 +- src/IconExplosionSharp.tsx | 4 +- src/IconExplosionSharpFilled.tsx | 4 +- src/IconExportNotesOutlined.tsx | 4 +- src/IconExportNotesOutlinedFilled.tsx | 6 +- src/IconExportNotesRounded.tsx | 4 +- src/IconExportNotesRoundedFilled.tsx | 6 +- src/IconExportNotesSharp.tsx | 4 +- src/IconExportNotesSharpFilled.tsx | 6 +- src/IconExposureNeg1Outlined.tsx | 4 +- src/IconExposureNeg1OutlinedFilled.tsx | 6 +- src/IconExposureNeg1Rounded.tsx | 4 +- src/IconExposureNeg1RoundedFilled.tsx | 6 +- src/IconExposureNeg1Sharp.tsx | 4 +- src/IconExposureNeg1SharpFilled.tsx | 6 +- src/IconExposureNeg2Outlined.tsx | 4 +- src/IconExposureNeg2OutlinedFilled.tsx | 6 +- src/IconExposureNeg2Rounded.tsx | 4 +- src/IconExposureNeg2RoundedFilled.tsx | 6 +- src/IconExposureNeg2Sharp.tsx | 4 +- src/IconExposureNeg2SharpFilled.tsx | 6 +- src/IconExposureOutlined.tsx | 4 +- src/IconExposureOutlinedFilled.tsx | 6 +- src/IconExposurePlus1Outlined.tsx | 6 +- src/IconExposurePlus1OutlinedFilled.tsx | 6 +- src/IconExposurePlus1Rounded.tsx | 4 +- src/IconExposurePlus1RoundedFilled.tsx | 6 +- src/IconExposurePlus1Sharp.tsx | 4 +- src/IconExposurePlus1SharpFilled.tsx | 6 +- src/IconExposurePlus2Outlined.tsx | 6 +- src/IconExposurePlus2OutlinedFilled.tsx | 6 +- src/IconExposurePlus2Rounded.tsx | 4 +- src/IconExposurePlus2RoundedFilled.tsx | 6 +- src/IconExposurePlus2Sharp.tsx | 4 +- src/IconExposurePlus2SharpFilled.tsx | 6 +- src/IconExposureRounded.tsx | 4 +- src/IconExposureRoundedFilled.tsx | 6 +- src/IconExposureSharp.tsx | 4 +- src/IconExposureSharpFilled.tsx | 4 +- src/IconExposureZeroOutlined.tsx | 4 +- src/IconExposureZeroOutlinedFilled.tsx | 6 +- src/IconExposureZeroRounded.tsx | 4 +- src/IconExposureZeroRoundedFilled.tsx | 6 +- src/IconExposureZeroSharp.tsx | 4 +- src/IconExposureZeroSharpFilled.tsx | 6 +- src/IconExtensionOffOutlined.tsx | 4 +- src/IconExtensionOffOutlinedFilled.tsx | 6 +- src/IconExtensionOffRounded.tsx | 4 +- src/IconExtensionOffRoundedFilled.tsx | 6 +- src/IconExtensionOffSharp.tsx | 4 +- src/IconExtensionOffSharpFilled.tsx | 6 +- src/IconExtensionOutlined.tsx | 4 +- src/IconExtensionOutlinedFilled.tsx | 6 +- src/IconExtensionRounded.tsx | 4 +- src/IconExtensionRoundedFilled.tsx | 6 +- src/IconExtensionSharp.tsx | 4 +- src/IconExtensionSharpFilled.tsx | 4 +- src/IconEyeTrackingOutlined.tsx | 4 +- src/IconEyeTrackingOutlinedFilled.tsx | 6 +- src/IconEyeTrackingRounded.tsx | 4 +- src/IconEyeTrackingRoundedFilled.tsx | 6 +- src/IconEyeTrackingSharp.tsx | 4 +- src/IconEyeTrackingSharpFilled.tsx | 6 +- src/IconEyeglassesOutlined.tsx | 4 +- src/IconEyeglassesOutlinedFilled.tsx | 6 +- src/IconEyeglassesRounded.tsx | 4 +- src/IconEyeglassesRoundedFilled.tsx | 6 +- src/IconEyeglassesSharp.tsx | 4 +- src/IconEyeglassesSharpFilled.tsx | 6 +- src/IconFace2Outlined.tsx | 4 +- src/IconFace2OutlinedFilled.tsx | 4 +- src/IconFace2Rounded.tsx | 4 +- src/IconFace2RoundedFilled.tsx | 4 +- src/IconFace2Sharp.tsx | 4 +- src/IconFace2SharpFilled.tsx | 4 +- src/IconFace3Outlined.tsx | 4 +- src/IconFace3OutlinedFilled.tsx | 4 +- src/IconFace3Rounded.tsx | 4 +- src/IconFace3RoundedFilled.tsx | 4 +- src/IconFace3Sharp.tsx | 4 +- src/IconFace3SharpFilled.tsx | 4 +- src/IconFace4Outlined.tsx | 4 +- src/IconFace4OutlinedFilled.tsx | 4 +- src/IconFace4Rounded.tsx | 4 +- src/IconFace4RoundedFilled.tsx | 4 +- src/IconFace4Sharp.tsx | 4 +- src/IconFace4SharpFilled.tsx | 4 +- src/IconFace5Outlined.tsx | 4 +- src/IconFace5OutlinedFilled.tsx | 4 +- src/IconFace5Rounded.tsx | 4 +- src/IconFace5RoundedFilled.tsx | 4 +- src/IconFace5Sharp.tsx | 4 +- src/IconFace5SharpFilled.tsx | 4 +- src/IconFace6Outlined.tsx | 4 +- src/IconFace6OutlinedFilled.tsx | 4 +- src/IconFace6Rounded.tsx | 4 +- src/IconFace6RoundedFilled.tsx | 4 +- src/IconFace6Sharp.tsx | 4 +- src/IconFace6SharpFilled.tsx | 4 +- src/IconFaceDownOutlined.tsx | 4 +- src/IconFaceDownOutlinedFilled.tsx | 6 +- src/IconFaceDownRounded.tsx | 4 +- src/IconFaceDownRoundedFilled.tsx | 6 +- src/IconFaceDownSharp.tsx | 4 +- src/IconFaceDownSharpFilled.tsx | 4 +- src/IconFaceLeftOutlined.tsx | 4 +- src/IconFaceLeftOutlinedFilled.tsx | 6 +- src/IconFaceLeftRounded.tsx | 4 +- src/IconFaceLeftRoundedFilled.tsx | 6 +- src/IconFaceLeftSharp.tsx | 4 +- src/IconFaceLeftSharpFilled.tsx | 4 +- src/IconFaceNodOutlined.tsx | 4 +- src/IconFaceNodOutlinedFilled.tsx | 6 +- src/IconFaceNodRounded.tsx | 4 +- src/IconFaceNodRoundedFilled.tsx | 4 +- src/IconFaceNodSharp.tsx | 4 +- src/IconFaceNodSharpFilled.tsx | 4 +- src/IconFaceOutlined.tsx | 4 +- src/IconFaceOutlinedFilled.tsx | 4 +- src/IconFaceRetouchingOffOutlined.tsx | 6 +- src/IconFaceRetouchingOffOutlinedFilled.tsx | 4 +- src/IconFaceRetouchingOffRounded.tsx | 6 +- src/IconFaceRetouchingOffRoundedFilled.tsx | 4 +- src/IconFaceRetouchingOffSharp.tsx | 6 +- src/IconFaceRetouchingOffSharpFilled.tsx | 4 +- src/IconFaceRightOutlined.tsx | 4 +- src/IconFaceRightOutlinedFilled.tsx | 6 +- src/IconFaceRightRounded.tsx | 4 +- src/IconFaceRightRoundedFilled.tsx | 6 +- src/IconFaceRightSharp.tsx | 4 +- src/IconFaceRightSharpFilled.tsx | 4 +- src/IconFaceRounded.tsx | 4 +- src/IconFaceRoundedFilled.tsx | 4 +- src/IconFaceShakeOutlined.tsx | 4 +- src/IconFaceShakeOutlinedFilled.tsx | 6 +- src/IconFaceShakeRounded.tsx | 4 +- src/IconFaceShakeRoundedFilled.tsx | 6 +- src/IconFaceShakeSharp.tsx | 4 +- src/IconFaceShakeSharpFilled.tsx | 4 +- src/IconFaceSharp.tsx | 4 +- src/IconFaceSharpFilled.tsx | 4 +- src/IconFaceUpOutlined.tsx | 4 +- src/IconFaceUpOutlinedFilled.tsx | 4 +- src/IconFaceUpRounded.tsx | 4 +- src/IconFaceUpRoundedFilled.tsx | 4 +- src/IconFaceUpSharp.tsx | 4 +- src/IconFaceUpSharpFilled.tsx | 4 +- src/IconFactCheckOutlined.tsx | 4 +- src/IconFactCheckOutlinedFilled.tsx | 6 +- src/IconFactCheckRounded.tsx | 4 +- src/IconFactCheckRoundedFilled.tsx | 6 +- src/IconFactCheckSharp.tsx | 4 +- src/IconFactCheckSharpFilled.tsx | 4 +- src/IconFactoryOutlined.tsx | 4 +- src/IconFactoryOutlinedFilled.tsx | 6 +- src/IconFactoryRounded.tsx | 4 +- src/IconFactoryRoundedFilled.tsx | 4 +- src/IconFactorySharp.tsx | 4 +- src/IconFactorySharpFilled.tsx | 4 +- src/IconFallingOutlined.tsx | 4 +- src/IconFallingOutlinedFilled.tsx | 6 +- src/IconFallingRounded.tsx | 4 +- src/IconFallingRoundedFilled.tsx | 4 +- src/IconFallingSharp.tsx | 4 +- src/IconFallingSharpFilled.tsx | 4 +- src/IconFamiliarFaceAndZoneOutlined.tsx | 6 +- src/IconFamiliarFaceAndZoneOutlinedFilled.tsx | 4 +- src/IconFamiliarFaceAndZoneRounded.tsx | 6 +- src/IconFamiliarFaceAndZoneRoundedFilled.tsx | 4 +- src/IconFamiliarFaceAndZoneSharp.tsx | 6 +- src/IconFamiliarFaceAndZoneSharpFilled.tsx | 4 +- src/IconFamilyHistoryOutlined.tsx | 6 +- src/IconFamilyHistoryOutlinedFilled.tsx | 6 +- src/IconFamilyHistoryRounded.tsx | 4 +- src/IconFamilyHistoryRoundedFilled.tsx | 6 +- src/IconFamilyHistorySharp.tsx | 4 +- src/IconFamilyHistorySharpFilled.tsx | 6 +- src/IconFamilyHomeOutlined.tsx | 4 +- src/IconFamilyHomeOutlinedFilled.tsx | 6 +- src/IconFamilyHomeRounded.tsx | 4 +- src/IconFamilyHomeRoundedFilled.tsx | 6 +- src/IconFamilyHomeSharp.tsx | 4 +- src/IconFamilyHomeSharpFilled.tsx | 6 +- src/IconFamilyLinkOutlined.tsx | 4 +- src/IconFamilyLinkOutlinedFilled.tsx | 6 +- src/IconFamilyLinkRounded.tsx | 4 +- src/IconFamilyLinkRoundedFilled.tsx | 6 +- src/IconFamilyLinkSharp.tsx | 4 +- src/IconFamilyLinkSharpFilled.tsx | 6 +- src/IconFamilyRestroomOutlined.tsx | 6 +- src/IconFamilyRestroomOutlinedFilled.tsx | 4 +- src/IconFamilyRestroomRounded.tsx | 6 +- src/IconFamilyRestroomRoundedFilled.tsx | 6 +- src/IconFamilyRestroomSharp.tsx | 4 +- src/IconFamilyRestroomSharpFilled.tsx | 6 +- src/IconFamilyStarOutlined.tsx | 4 +- src/IconFamilyStarOutlinedFilled.tsx | 6 +- src/IconFamilyStarRounded.tsx | 4 +- src/IconFamilyStarRoundedFilled.tsx | 6 +- src/IconFamilyStarSharp.tsx | 4 +- src/IconFamilyStarSharpFilled.tsx | 6 +- src/IconFarsightDigitalOutlined.tsx | 6 +- src/IconFarsightDigitalOutlinedFilled.tsx | 4 +- src/IconFarsightDigitalRounded.tsx | 6 +- src/IconFarsightDigitalRoundedFilled.tsx | 4 +- src/IconFarsightDigitalSharp.tsx | 4 +- src/IconFarsightDigitalSharpFilled.tsx | 6 +- src/IconFastForwardOutlined.tsx | 4 +- src/IconFastForwardOutlinedFilled.tsx | 6 +- src/IconFastForwardRounded.tsx | 4 +- src/IconFastForwardRoundedFilled.tsx | 6 +- src/IconFastForwardSharp.tsx | 4 +- src/IconFastForwardSharpFilled.tsx | 6 +- src/IconFastRewindOutlined.tsx | 4 +- src/IconFastRewindOutlinedFilled.tsx | 6 +- src/IconFastRewindRounded.tsx | 4 +- src/IconFastRewindRoundedFilled.tsx | 6 +- src/IconFastRewindSharp.tsx | 4 +- src/IconFastRewindSharpFilled.tsx | 6 +- src/IconFastfoodOutlined.tsx | 4 +- src/IconFastfoodOutlinedFilled.tsx | 6 +- src/IconFastfoodRounded.tsx | 4 +- src/IconFastfoodRoundedFilled.tsx | 6 +- src/IconFastfoodSharp.tsx | 4 +- src/IconFastfoodSharpFilled.tsx | 4 +- src/IconFaucetOutlined.tsx | 4 +- src/IconFaucetOutlinedFilled.tsx | 4 +- src/IconFaucetRounded.tsx | 4 +- src/IconFaucetRoundedFilled.tsx | 4 +- src/IconFaucetSharp.tsx | 4 +- src/IconFaucetSharpFilled.tsx | 4 +- src/IconFavoriteOutlined.tsx | 4 +- src/IconFavoriteOutlinedFilled.tsx | 6 +- src/IconFavoriteRounded.tsx | 4 +- src/IconFavoriteRoundedFilled.tsx | 6 +- src/IconFavoriteSharp.tsx | 4 +- src/IconFavoriteSharpFilled.tsx | 4 +- src/IconFaxOutlined.tsx | 4 +- src/IconFaxOutlinedFilled.tsx | 4 +- src/IconFaxRounded.tsx | 4 +- src/IconFaxRoundedFilled.tsx | 4 +- src/IconFaxSharp.tsx | 4 +- src/IconFaxSharpFilled.tsx | 4 +- src/IconFeatureSearchOutlined.tsx | 6 +- src/IconFeatureSearchOutlinedFilled.tsx | 6 +- src/IconFeatureSearchRounded.tsx | 4 +- src/IconFeatureSearchRoundedFilled.tsx | 6 +- src/IconFeatureSearchSharp.tsx | 4 +- src/IconFeatureSearchSharpFilled.tsx | 6 +- src/IconFeaturedPlayListOutlined.tsx | 6 +- src/IconFeaturedPlayListOutlinedFilled.tsx | 4 +- src/IconFeaturedPlayListRounded.tsx | 6 +- src/IconFeaturedPlayListRoundedFilled.tsx | 4 +- src/IconFeaturedPlayListSharp.tsx | 6 +- src/IconFeaturedPlayListSharpFilled.tsx | 6 +- src/IconFeaturedSeasonalAndGiftsOutlined.tsx | 4 +- ...FeaturedSeasonalAndGiftsOutlinedFilled.tsx | 8 +- src/IconFeaturedSeasonalAndGiftsRounded.tsx | 4 +- ...nFeaturedSeasonalAndGiftsRoundedFilled.tsx | 4 +- src/IconFeaturedSeasonalAndGiftsSharp.tsx | 4 +- ...conFeaturedSeasonalAndGiftsSharpFilled.tsx | 4 +- src/IconFeaturedVideoOutlined.tsx | 6 +- src/IconFeaturedVideoOutlinedFilled.tsx | 6 +- src/IconFeaturedVideoRounded.tsx | 4 +- src/IconFeaturedVideoRoundedFilled.tsx | 6 +- src/IconFeaturedVideoSharp.tsx | 4 +- src/IconFeaturedVideoSharpFilled.tsx | 6 +- src/IconFeedbackOutlined.tsx | 4 +- src/IconFeedbackOutlinedFilled.tsx | 6 +- src/IconFeedbackRounded.tsx | 4 +- src/IconFeedbackRoundedFilled.tsx | 6 +- src/IconFeedbackSharp.tsx | 4 +- src/IconFeedbackSharpFilled.tsx | 4 +- src/IconFemaleOutlined.tsx | 4 +- src/IconFemaleOutlinedFilled.tsx | 4 +- src/IconFemaleRounded.tsx | 4 +- src/IconFemaleRoundedFilled.tsx | 4 +- src/IconFemaleSharp.tsx | 4 +- src/IconFemaleSharpFilled.tsx | 4 +- src/IconFemurAltOutlined.tsx | 4 +- src/IconFemurAltOutlinedFilled.tsx | 6 +- src/IconFemurAltRounded.tsx | 4 +- src/IconFemurAltRoundedFilled.tsx | 6 +- src/IconFemurAltSharp.tsx | 4 +- src/IconFemurAltSharpFilled.tsx | 4 +- src/IconFemurOutlined.tsx | 4 +- src/IconFemurOutlinedFilled.tsx | 4 +- src/IconFemurRounded.tsx | 4 +- src/IconFemurRoundedFilled.tsx | 4 +- src/IconFemurSharp.tsx | 4 +- src/IconFemurSharpFilled.tsx | 4 +- src/IconFenceOutlined.tsx | 4 +- src/IconFenceOutlinedFilled.tsx | 4 +- src/IconFenceRounded.tsx | 4 +- src/IconFenceRoundedFilled.tsx | 4 +- src/IconFenceSharp.tsx | 4 +- src/IconFenceSharpFilled.tsx | 4 +- src/IconFertileOutlined.tsx | 4 +- src/IconFertileOutlinedFilled.tsx | 6 +- src/IconFertileRounded.tsx | 4 +- src/IconFertileRoundedFilled.tsx | 4 +- src/IconFertileSharp.tsx | 4 +- src/IconFertileSharpFilled.tsx | 4 +- src/IconFestivalOutlined.tsx | 4 +- src/IconFestivalOutlinedFilled.tsx | 6 +- src/IconFestivalRounded.tsx | 4 +- src/IconFestivalRoundedFilled.tsx | 6 +- src/IconFestivalSharp.tsx | 4 +- src/IconFestivalSharpFilled.tsx | 4 +- src/IconFiberDvrOutlined.tsx | 4 +- src/IconFiberDvrOutlinedFilled.tsx | 6 +- src/IconFiberDvrRounded.tsx | 4 +- src/IconFiberDvrRoundedFilled.tsx | 6 +- src/IconFiberDvrSharp.tsx | 4 +- src/IconFiberDvrSharpFilled.tsx | 4 +- src/IconFiberManualRecordOutlined.tsx | 6 +- src/IconFiberManualRecordOutlinedFilled.tsx | 4 +- src/IconFiberManualRecordRounded.tsx | 6 +- src/IconFiberManualRecordRoundedFilled.tsx | 4 +- src/IconFiberManualRecordSharp.tsx | 6 +- src/IconFiberManualRecordSharpFilled.tsx | 4 +- src/IconFiberNewOutlined.tsx | 4 +- src/IconFiberNewOutlinedFilled.tsx | 6 +- src/IconFiberNewRounded.tsx | 4 +- src/IconFiberNewRoundedFilled.tsx | 6 +- src/IconFiberNewSharp.tsx | 4 +- src/IconFiberNewSharpFilled.tsx | 4 +- src/IconFiberPinOutlined.tsx | 4 +- src/IconFiberPinOutlinedFilled.tsx | 6 +- src/IconFiberPinRounded.tsx | 4 +- src/IconFiberPinRoundedFilled.tsx | 6 +- src/IconFiberPinSharp.tsx | 4 +- src/IconFiberPinSharpFilled.tsx | 4 +- src/IconFiberSmartRecordOutlined.tsx | 6 +- src/IconFiberSmartRecordOutlinedFilled.tsx | 4 +- src/IconFiberSmartRecordRounded.tsx | 6 +- src/IconFiberSmartRecordRoundedFilled.tsx | 4 +- src/IconFiberSmartRecordSharp.tsx | 6 +- src/IconFiberSmartRecordSharpFilled.tsx | 6 +- src/IconFileCopyOffOutlined.tsx | 4 +- src/IconFileCopyOffOutlinedFilled.tsx | 6 +- src/IconFileCopyOffRounded.tsx | 4 +- src/IconFileCopyOffRoundedFilled.tsx | 6 +- src/IconFileCopyOffSharp.tsx | 4 +- src/IconFileCopyOffSharpFilled.tsx | 6 +- src/IconFileCopyOutlined.tsx | 4 +- src/IconFileCopyOutlinedFilled.tsx | 6 +- src/IconFileCopyRounded.tsx | 4 +- src/IconFileCopyRoundedFilled.tsx | 6 +- src/IconFileCopySharp.tsx | 4 +- src/IconFileCopySharpFilled.tsx | 4 +- src/IconFileDownloadOffOutlined.tsx | 6 +- src/IconFileDownloadOffOutlinedFilled.tsx | 4 +- src/IconFileDownloadOffRounded.tsx | 6 +- src/IconFileDownloadOffRoundedFilled.tsx | 4 +- src/IconFileDownloadOffSharp.tsx | 4 +- src/IconFileDownloadOffSharpFilled.tsx | 6 +- src/IconFileMapOutlined.tsx | 4 +- src/IconFileMapOutlinedFilled.tsx | 6 +- src/IconFileMapRounded.tsx | 4 +- src/IconFileMapRoundedFilled.tsx | 4 +- src/IconFileMapSharp.tsx | 4 +- src/IconFileMapSharpFilled.tsx | 4 +- src/IconFileMapStackOutlined.tsx | 9 + src/IconFileMapStackOutlinedFilled.tsx | 11 + src/IconFileMapStackRounded.tsx | 9 + src/IconFileMapStackRoundedFilled.tsx | 11 + src/IconFileMapStackSharp.tsx | 9 + src/IconFileMapStackSharpFilled.tsx | 11 + src/IconFileOpenOutlined.tsx | 4 +- src/IconFileOpenOutlinedFilled.tsx | 6 +- src/IconFileOpenRounded.tsx | 4 +- src/IconFileOpenRoundedFilled.tsx | 6 +- src/IconFileOpenSharp.tsx | 4 +- src/IconFileOpenSharpFilled.tsx | 4 +- src/IconFilePresentOutlined.tsx | 4 +- src/IconFilePresentOutlinedFilled.tsx | 6 +- src/IconFilePresentRounded.tsx | 4 +- src/IconFilePresentRoundedFilled.tsx | 6 +- src/IconFilePresentSharp.tsx | 4 +- src/IconFilePresentSharpFilled.tsx | 6 +- src/IconFileSaveOffOutlined.tsx | 4 +- src/IconFileSaveOffOutlinedFilled.tsx | 6 +- src/IconFileSaveOffRounded.tsx | 4 +- src/IconFileSaveOffRoundedFilled.tsx | 6 +- src/IconFileSaveOffSharp.tsx | 4 +- src/IconFileSaveOffSharpFilled.tsx | 6 +- src/IconFileSaveOutlined.tsx | 4 +- src/IconFileSaveOutlinedFilled.tsx | 6 +- src/IconFileSaveRounded.tsx | 4 +- src/IconFileSaveRoundedFilled.tsx | 6 +- src/IconFileSaveSharp.tsx | 4 +- src/IconFileSaveSharpFilled.tsx | 4 +- src/IconFileUploadOffOutlined.tsx | 6 +- src/IconFileUploadOffOutlinedFilled.tsx | 6 +- src/IconFileUploadOffRounded.tsx | 4 +- src/IconFileUploadOffRoundedFilled.tsx | 6 +- src/IconFileUploadOffSharp.tsx | 4 +- src/IconFileUploadOffSharpFilled.tsx | 6 +- src/IconFilter1Outlined.tsx | 4 +- src/IconFilter1OutlinedFilled.tsx | 6 +- src/IconFilter1Rounded.tsx | 4 +- src/IconFilter1RoundedFilled.tsx | 4 +- src/IconFilter1Sharp.tsx | 4 +- src/IconFilter1SharpFilled.tsx | 4 +- src/IconFilter2Outlined.tsx | 4 +- src/IconFilter2OutlinedFilled.tsx | 6 +- src/IconFilter2Rounded.tsx | 4 +- src/IconFilter2RoundedFilled.tsx | 4 +- src/IconFilter2Sharp.tsx | 4 +- src/IconFilter2SharpFilled.tsx | 4 +- src/IconFilter3Outlined.tsx | 4 +- src/IconFilter3OutlinedFilled.tsx | 6 +- src/IconFilter3Rounded.tsx | 4 +- src/IconFilter3RoundedFilled.tsx | 4 +- src/IconFilter3Sharp.tsx | 4 +- src/IconFilter3SharpFilled.tsx | 4 +- src/IconFilter4Outlined.tsx | 4 +- src/IconFilter4OutlinedFilled.tsx | 6 +- src/IconFilter4Rounded.tsx | 4 +- src/IconFilter4RoundedFilled.tsx | 4 +- src/IconFilter4Sharp.tsx | 9 + src/IconFilter4SharpFilled.tsx | 4 +- src/IconFilter5Outlined.tsx | 4 +- src/IconFilter5OutlinedFilled.tsx | 6 +- src/IconFilter5Rounded.tsx | 4 +- src/IconFilter5RoundedFilled.tsx | 4 +- src/IconFilter5Sharp.tsx | 4 +- src/IconFilter5SharpFilled.tsx | 4 +- src/IconFilter6Outlined.tsx | 4 +- src/IconFilter6OutlinedFilled.tsx | 6 +- src/IconFilter6Rounded.tsx | 4 +- src/IconFilter6RoundedFilled.tsx | 4 +- src/IconFilter6Sharp.tsx | 4 +- src/IconFilter6SharpFilled.tsx | 4 +- src/IconFilter7Outlined.tsx | 4 +- src/IconFilter7OutlinedFilled.tsx | 6 +- src/IconFilter7Rounded.tsx | 4 +- src/IconFilter7RoundedFilled.tsx | 4 +- src/IconFilter7Sharp.tsx | 4 +- src/IconFilter7SharpFilled.tsx | 4 +- src/IconFilter8Outlined.tsx | 4 +- src/IconFilter8OutlinedFilled.tsx | 6 +- src/IconFilter8Rounded.tsx | 4 +- src/IconFilter8RoundedFilled.tsx | 4 +- src/IconFilter8Sharp.tsx | 4 +- src/IconFilter8SharpFilled.tsx | 4 +- src/IconFilter9Outlined.tsx | 4 +- src/IconFilter9OutlinedFilled.tsx | 6 +- src/IconFilter9PlusOutlined.tsx | 4 +- src/IconFilter9PlusOutlinedFilled.tsx | 6 +- src/IconFilter9PlusRounded.tsx | 4 +- src/IconFilter9PlusRoundedFilled.tsx | 6 +- src/IconFilter9PlusSharp.tsx | 4 +- src/IconFilter9PlusSharpFilled.tsx | 6 +- src/IconFilter9Rounded.tsx | 4 +- src/IconFilter9RoundedFilled.tsx | 4 +- src/IconFilter9Sharp.tsx | 4 +- src/IconFilter9SharpFilled.tsx | 4 +- src/IconFilterAltOffOutlined.tsx | 4 +- src/IconFilterAltOffOutlinedFilled.tsx | 6 +- src/IconFilterAltOffRounded.tsx | 4 +- src/IconFilterAltOffRoundedFilled.tsx | 6 +- src/IconFilterAltOffSharp.tsx | 4 +- src/IconFilterAltOffSharpFilled.tsx | 6 +- src/IconFilterAltOutlined.tsx | 4 +- src/IconFilterAltOutlinedFilled.tsx | 6 +- src/IconFilterAltRounded.tsx | 4 +- src/IconFilterAltRoundedFilled.tsx | 6 +- src/IconFilterAltSharp.tsx | 4 +- src/IconFilterAltSharpFilled.tsx | 4 +- src/IconFilterArrowRightOutlined.tsx | 11 + src/IconFilterArrowRightOutlinedFilled.tsx | 11 + src/IconFilterArrowRightRounded.tsx | 11 + src/IconFilterArrowRightRoundedFilled.tsx | 11 + src/IconFilterArrowRightSharp.tsx | 11 + src/IconFilterArrowRightSharpFilled.tsx | 11 + src/IconFilterBAndWOutlined.tsx | 4 +- src/IconFilterBAndWOutlinedFilled.tsx | 6 +- src/IconFilterBAndWRounded.tsx | 4 +- src/IconFilterBAndWRoundedFilled.tsx | 6 +- src/IconFilterBAndWSharp.tsx | 4 +- src/IconFilterBAndWSharpFilled.tsx | 6 +- src/IconFilterCenterFocusOutlined.tsx | 6 +- src/IconFilterCenterFocusOutlinedFilled.tsx | 4 +- src/IconFilterCenterFocusRounded.tsx | 6 +- src/IconFilterCenterFocusRoundedFilled.tsx | 4 +- src/IconFilterCenterFocusSharp.tsx | 6 +- src/IconFilterCenterFocusSharpFilled.tsx | 4 +- src/IconFilterDramaOutlined.tsx | 4 +- src/IconFilterDramaOutlinedFilled.tsx | 6 +- src/IconFilterDramaRounded.tsx | 4 +- src/IconFilterDramaRoundedFilled.tsx | 6 +- src/IconFilterDramaSharp.tsx | 4 +- src/IconFilterDramaSharpFilled.tsx | 6 +- src/IconFilterFramesOutlined.tsx | 4 +- src/IconFilterFramesOutlinedFilled.tsx | 6 +- src/IconFilterFramesRounded.tsx | 4 +- src/IconFilterFramesRoundedFilled.tsx | 6 +- src/IconFilterFramesSharp.tsx | 4 +- src/IconFilterFramesSharpFilled.tsx | 6 +- src/IconFilterHdrOutlined.tsx | 4 +- src/IconFilterHdrOutlinedFilled.tsx | 6 +- src/IconFilterHdrRounded.tsx | 4 +- src/IconFilterHdrRoundedFilled.tsx | 6 +- src/IconFilterHdrSharp.tsx | 4 +- src/IconFilterHdrSharpFilled.tsx | 4 +- src/IconFilterListOffOutlined.tsx | 6 +- src/IconFilterListOffOutlinedFilled.tsx | 6 +- src/IconFilterListOffRounded.tsx | 4 +- src/IconFilterListOffRoundedFilled.tsx | 6 +- src/IconFilterListOffSharp.tsx | 4 +- src/IconFilterListOffSharpFilled.tsx | 6 +- src/IconFilterListOutlined.tsx | 4 +- src/IconFilterListOutlinedFilled.tsx | 6 +- src/IconFilterListRounded.tsx | 4 +- src/IconFilterListRoundedFilled.tsx | 6 +- src/IconFilterListSharp.tsx | 4 +- src/IconFilterListSharpFilled.tsx | 6 +- src/IconFilterNoneOutlined.tsx | 4 +- src/IconFilterNoneOutlinedFilled.tsx | 6 +- src/IconFilterNoneRounded.tsx | 4 +- src/IconFilterNoneRoundedFilled.tsx | 6 +- src/IconFilterNoneSharp.tsx | 4 +- src/IconFilterNoneSharpFilled.tsx | 6 +- src/IconFilterOutlined.tsx | 4 +- src/IconFilterOutlinedFilled.tsx | 4 +- src/IconFilterRetroluxOutlined.tsx | 6 +- src/IconFilterRetroluxOutlinedFilled.tsx | 4 +- src/IconFilterRetroluxRounded.tsx | 6 +- src/IconFilterRetroluxRoundedFilled.tsx | 6 +- src/IconFilterRetroluxSharp.tsx | 4 +- src/IconFilterRetroluxSharpFilled.tsx | 6 +- src/IconFilterRounded.tsx | 4 +- src/IconFilterRoundedFilled.tsx | 4 +- src/IconFilterSharp.tsx | 4 +- src/IconFilterSharpFilled.tsx | 4 +- src/IconFilterTiltShiftOutlined.tsx | 6 +- src/IconFilterTiltShiftOutlinedFilled.tsx | 4 +- src/IconFilterTiltShiftRounded.tsx | 6 +- src/IconFilterTiltShiftRoundedFilled.tsx | 4 +- src/IconFilterTiltShiftSharp.tsx | 4 +- src/IconFilterTiltShiftSharpFilled.tsx | 6 +- src/IconFilterVintageOutlined.tsx | 6 +- src/IconFilterVintageOutlinedFilled.tsx | 6 +- src/IconFilterVintageRounded.tsx | 4 +- src/IconFilterVintageRoundedFilled.tsx | 6 +- src/IconFilterVintageSharp.tsx | 4 +- src/IconFilterVintageSharpFilled.tsx | 6 +- src/IconFinanceChipOutlined.tsx | 4 +- src/IconFinanceChipOutlinedFilled.tsx | 6 +- src/IconFinanceChipRounded.tsx | 4 +- src/IconFinanceChipRoundedFilled.tsx | 6 +- src/IconFinanceChipSharp.tsx | 4 +- src/IconFinanceChipSharpFilled.tsx | 6 +- src/IconFinanceModeOutlined.tsx | 4 +- src/IconFinanceModeOutlinedFilled.tsx | 6 +- src/IconFinanceModeRounded.tsx | 4 +- src/IconFinanceModeRoundedFilled.tsx | 6 +- src/IconFinanceModeSharp.tsx | 4 +- src/IconFinanceModeSharpFilled.tsx | 6 +- src/IconFinanceOutlined.tsx | 4 +- src/IconFinanceOutlinedFilled.tsx | 6 +- src/IconFinanceRounded.tsx | 4 +- src/IconFinanceRoundedFilled.tsx | 4 +- src/IconFinanceSharp.tsx | 4 +- src/IconFinanceSharpFilled.tsx | 4 +- src/IconFindInPageOutlined.tsx | 4 +- src/IconFindInPageOutlinedFilled.tsx | 6 +- src/IconFindInPageRounded.tsx | 4 +- src/IconFindInPageRoundedFilled.tsx | 6 +- src/IconFindInPageSharp.tsx | 4 +- src/IconFindInPageSharpFilled.tsx | 6 +- src/IconFindReplaceOutlined.tsx | 4 +- src/IconFindReplaceOutlinedFilled.tsx | 6 +- src/IconFindReplaceRounded.tsx | 4 +- src/IconFindReplaceRoundedFilled.tsx | 6 +- src/IconFindReplaceSharp.tsx | 4 +- src/IconFindReplaceSharpFilled.tsx | 6 +- src/IconFingerprintOffOutlined.tsx | 6 +- src/IconFingerprintOffOutlinedFilled.tsx | 4 +- src/IconFingerprintOffRounded.tsx | 6 +- src/IconFingerprintOffRoundedFilled.tsx | 6 +- src/IconFingerprintOffSharp.tsx | 4 +- src/IconFingerprintOffSharpFilled.tsx | 6 +- src/IconFingerprintOutlined.tsx | 4 +- src/IconFingerprintOutlinedFilled.tsx | 6 +- src/IconFingerprintRounded.tsx | 4 +- src/IconFingerprintRoundedFilled.tsx | 6 +- src/IconFingerprintSharp.tsx | 4 +- src/IconFingerprintSharpFilled.tsx | 6 +- src/IconFireExtinguisherOutlined.tsx | 6 +- src/IconFireExtinguisherOutlinedFilled.tsx | 4 +- src/IconFireExtinguisherRounded.tsx | 6 +- src/IconFireExtinguisherRoundedFilled.tsx | 4 +- src/IconFireExtinguisherSharp.tsx | 6 +- src/IconFireExtinguisherSharpFilled.tsx | 6 +- src/IconFireHydrantOutlined.tsx | 4 +- src/IconFireHydrantOutlinedFilled.tsx | 6 +- src/IconFireHydrantRounded.tsx | 4 +- src/IconFireHydrantRoundedFilled.tsx | 6 +- src/IconFireHydrantSharp.tsx | 4 +- src/IconFireHydrantSharpFilled.tsx | 6 +- src/IconFireTruckOutlined.tsx | 4 +- src/IconFireTruckOutlinedFilled.tsx | 6 +- src/IconFireTruckRounded.tsx | 4 +- src/IconFireTruckRoundedFilled.tsx | 6 +- src/IconFireTruckSharp.tsx | 4 +- src/IconFireTruckSharpFilled.tsx | 4 +- src/IconFireplaceOutlined.tsx | 4 +- src/IconFireplaceOutlinedFilled.tsx | 6 +- src/IconFireplaceRounded.tsx | 4 +- src/IconFireplaceRoundedFilled.tsx | 6 +- src/IconFireplaceSharp.tsx | 4 +- src/IconFireplaceSharpFilled.tsx | 4 +- src/IconFirstPageOutlined.tsx | 4 +- src/IconFirstPageOutlinedFilled.tsx | 6 +- src/IconFirstPageRounded.tsx | 4 +- src/IconFirstPageRoundedFilled.tsx | 6 +- src/IconFirstPageSharp.tsx | 4 +- src/IconFirstPageSharpFilled.tsx | 4 +- src/IconFitPageOutlined.tsx | 4 +- src/IconFitPageOutlinedFilled.tsx | 6 +- src/IconFitPageRounded.tsx | 4 +- src/IconFitPageRoundedFilled.tsx | 4 +- src/IconFitPageSharp.tsx | 4 +- src/IconFitPageSharpFilled.tsx | 4 +- src/IconFitScreenOutlined.tsx | 4 +- src/IconFitScreenOutlinedFilled.tsx | 6 +- src/IconFitScreenRounded.tsx | 4 +- src/IconFitScreenRoundedFilled.tsx | 6 +- src/IconFitScreenSharp.tsx | 4 +- src/IconFitScreenSharpFilled.tsx | 4 +- src/IconFitWidthOutlined.tsx | 4 +- src/IconFitWidthOutlinedFilled.tsx | 6 +- src/IconFitWidthRounded.tsx | 4 +- src/IconFitWidthRoundedFilled.tsx | 6 +- src/IconFitWidthSharp.tsx | 4 +- src/IconFitWidthSharpFilled.tsx | 4 +- src/IconFitnessCenterOutlined.tsx | 6 +- src/IconFitnessCenterOutlinedFilled.tsx | 6 +- src/IconFitnessCenterRounded.tsx | 4 +- src/IconFitnessCenterRoundedFilled.tsx | 6 +- src/IconFitnessCenterSharp.tsx | 4 +- src/IconFitnessCenterSharpFilled.tsx | 6 +- src/IconFitnessTrackerOutlined.tsx | 6 +- src/IconFitnessTrackerOutlinedFilled.tsx | 4 +- src/IconFitnessTrackerRounded.tsx | 6 +- src/IconFitnessTrackerRoundedFilled.tsx | 6 +- src/IconFitnessTrackerSharp.tsx | 4 +- src/IconFitnessTrackerSharpFilled.tsx | 6 +- src/IconFlag2Outlined.tsx | 4 +- src/IconFlag2OutlinedFilled.tsx | 4 +- src/IconFlag2Rounded.tsx | 4 +- src/IconFlag2RoundedFilled.tsx | 4 +- src/IconFlag2Sharp.tsx | 4 +- src/IconFlag2SharpFilled.tsx | 4 +- src/IconFlagCheckOutlined.tsx | 9 + src/IconFlagCheckOutlinedFilled.tsx | 11 + src/IconFlagCheckRounded.tsx | 9 + src/IconFlagCheckRoundedFilled.tsx | 11 + src/IconFlagCheckSharp.tsx | 9 + src/IconFlagCheckSharpFilled.tsx | 9 + src/IconFlagCircleOutlined.tsx | 4 +- src/IconFlagCircleOutlinedFilled.tsx | 6 +- src/IconFlagCircleRounded.tsx | 4 +- src/IconFlagCircleRoundedFilled.tsx | 6 +- src/IconFlagCircleSharp.tsx | 4 +- src/IconFlagCircleSharpFilled.tsx | 6 +- src/IconFlagOutlined.tsx | 4 +- src/IconFlagOutlinedFilled.tsx | 4 +- src/IconFlagRounded.tsx | 4 +- src/IconFlagRoundedFilled.tsx | 4 +- src/IconFlagSharp.tsx | 4 +- src/IconFlagSharpFilled.tsx | 4 +- src/IconFlakyOutlined.tsx | 4 +- src/IconFlakyOutlinedFilled.tsx | 4 +- src/IconFlakyRounded.tsx | 4 +- src/IconFlakyRoundedFilled.tsx | 4 +- src/IconFlakySharp.tsx | 4 +- src/IconFlakySharpFilled.tsx | 4 +- src/IconFlareOutlined.tsx | 4 +- src/IconFlareOutlinedFilled.tsx | 4 +- src/IconFlareRounded.tsx | 4 +- src/IconFlareRoundedFilled.tsx | 4 +- src/IconFlareSharp.tsx | 4 +- src/IconFlareSharpFilled.tsx | 4 +- src/IconFlashAutoOutlined.tsx | 4 +- src/IconFlashAutoOutlinedFilled.tsx | 6 +- src/IconFlashAutoRounded.tsx | 4 +- src/IconFlashAutoRoundedFilled.tsx | 6 +- src/IconFlashAutoSharp.tsx | 4 +- src/IconFlashAutoSharpFilled.tsx | 4 +- src/IconFlashOffOutlined.tsx | 4 +- src/IconFlashOffOutlinedFilled.tsx | 6 +- src/IconFlashOffRounded.tsx | 4 +- src/IconFlashOffRoundedFilled.tsx | 6 +- src/IconFlashOffSharp.tsx | 4 +- src/IconFlashOffSharpFilled.tsx | 4 +- src/IconFlashOnOutlined.tsx | 4 +- src/IconFlashOnOutlinedFilled.tsx | 6 +- src/IconFlashOnRounded.tsx | 4 +- src/IconFlashOnRoundedFilled.tsx | 4 +- src/IconFlashOnSharp.tsx | 4 +- src/IconFlashOnSharpFilled.tsx | 4 +- src/IconFlashlightOffOutlined.tsx | 6 +- src/IconFlashlightOffOutlinedFilled.tsx | 6 +- src/IconFlashlightOffRounded.tsx | 4 +- src/IconFlashlightOffRoundedFilled.tsx | 6 +- src/IconFlashlightOffSharp.tsx | 4 +- src/IconFlashlightOffSharpFilled.tsx | 6 +- src/IconFlashlightOnOutlined.tsx | 4 +- src/IconFlashlightOnOutlinedFilled.tsx | 6 +- src/IconFlashlightOnRounded.tsx | 4 +- src/IconFlashlightOnRoundedFilled.tsx | 6 +- src/IconFlashlightOnSharp.tsx | 4 +- src/IconFlashlightOnSharpFilled.tsx | 6 +- src/IconFlatwareOutlined.tsx | 4 +- src/IconFlatwareOutlinedFilled.tsx | 6 +- src/IconFlatwareRounded.tsx | 4 +- src/IconFlatwareRoundedFilled.tsx | 6 +- src/IconFlatwareSharp.tsx | 4 +- src/IconFlatwareSharpFilled.tsx | 4 +- src/IconFlexDirectionOutlined.tsx | 6 +- src/IconFlexDirectionOutlinedFilled.tsx | 6 +- src/IconFlexDirectionRounded.tsx | 4 +- src/IconFlexDirectionRoundedFilled.tsx | 6 +- src/IconFlexDirectionSharp.tsx | 4 +- src/IconFlexDirectionSharpFilled.tsx | 6 +- src/IconFlexNoWrapOutlined.tsx | 4 +- src/IconFlexNoWrapOutlinedFilled.tsx | 6 +- src/IconFlexNoWrapRounded.tsx | 4 +- src/IconFlexNoWrapRoundedFilled.tsx | 6 +- src/IconFlexNoWrapSharp.tsx | 4 +- src/IconFlexNoWrapSharpFilled.tsx | 6 +- src/IconFlexWrapOutlined.tsx | 4 +- src/IconFlexWrapOutlinedFilled.tsx | 6 +- src/IconFlexWrapRounded.tsx | 4 +- src/IconFlexWrapRoundedFilled.tsx | 6 +- src/IconFlexWrapSharp.tsx | 4 +- src/IconFlexWrapSharpFilled.tsx | 4 +- src/IconFlightClassOutlined.tsx | 4 +- src/IconFlightClassOutlinedFilled.tsx | 6 +- src/IconFlightClassRounded.tsx | 4 +- src/IconFlightClassRoundedFilled.tsx | 6 +- src/IconFlightClassSharp.tsx | 4 +- src/IconFlightClassSharpFilled.tsx | 6 +- src/IconFlightLandOutlined.tsx | 4 +- src/IconFlightLandOutlinedFilled.tsx | 6 +- src/IconFlightLandRounded.tsx | 4 +- src/IconFlightLandRoundedFilled.tsx | 6 +- src/IconFlightLandSharp.tsx | 4 +- src/IconFlightLandSharpFilled.tsx | 6 +- src/IconFlightOutlined.tsx | 4 +- src/IconFlightOutlinedFilled.tsx | 4 +- src/IconFlightRounded.tsx | 4 +- src/IconFlightRoundedFilled.tsx | 4 +- src/IconFlightSharp.tsx | 4 +- src/IconFlightSharpFilled.tsx | 4 +- src/IconFlightTakeoffOutlined.tsx | 6 +- src/IconFlightTakeoffOutlinedFilled.tsx | 6 +- src/IconFlightTakeoffRounded.tsx | 4 +- src/IconFlightTakeoffRoundedFilled.tsx | 6 +- src/IconFlightTakeoffSharp.tsx | 4 +- src/IconFlightTakeoffSharpFilled.tsx | 6 +- src/IconFlightsAndHotelsOutlined.tsx | 6 +- src/IconFlightsAndHotelsOutlinedFilled.tsx | 4 +- src/IconFlightsAndHotelsRounded.tsx | 6 +- src/IconFlightsAndHotelsRoundedFilled.tsx | 4 +- src/IconFlightsAndHotelsSharp.tsx | 6 +- src/IconFlightsAndHotelsSharpFilled.tsx | 6 +- src/IconFlipCameraAndroidOutlined.tsx | 6 +- src/IconFlipCameraAndroidOutlinedFilled.tsx | 4 +- src/IconFlipCameraAndroidRounded.tsx | 6 +- src/IconFlipCameraAndroidRoundedFilled.tsx | 4 +- src/IconFlipCameraAndroidSharp.tsx | 6 +- src/IconFlipCameraAndroidSharpFilled.tsx | 4 +- src/IconFlipCameraIosOutlined.tsx | 6 +- src/IconFlipCameraIosOutlinedFilled.tsx | 6 +- src/IconFlipCameraIosRounded.tsx | 4 +- src/IconFlipCameraIosRoundedFilled.tsx | 6 +- src/IconFlipCameraIosSharp.tsx | 4 +- src/IconFlipCameraIosSharpFilled.tsx | 6 +- src/IconFlipOutlined.tsx | 4 +- src/IconFlipOutlinedFilled.tsx | 4 +- src/IconFlipRounded.tsx | 4 +- src/IconFlipRoundedFilled.tsx | 4 +- src/IconFlipSharp.tsx | 4 +- src/IconFlipSharpFilled.tsx | 4 +- src/IconFlipToBackOutlined.tsx | 4 +- src/IconFlipToBackOutlinedFilled.tsx | 6 +- src/IconFlipToBackRounded.tsx | 4 +- src/IconFlipToBackRoundedFilled.tsx | 6 +- src/IconFlipToBackSharp.tsx | 4 +- src/IconFlipToBackSharpFilled.tsx | 6 +- src/IconFlipToFrontOutlined.tsx | 4 +- src/IconFlipToFrontOutlinedFilled.tsx | 6 +- src/IconFlipToFrontRounded.tsx | 4 +- src/IconFlipToFrontRoundedFilled.tsx | 6 +- src/IconFlipToFrontSharp.tsx | 4 +- src/IconFlipToFrontSharpFilled.tsx | 6 +- src/IconFloatLandscape2Outlined.tsx | 6 +- src/IconFloatLandscape2OutlinedFilled.tsx | 4 +- src/IconFloatLandscape2Rounded.tsx | 6 +- src/IconFloatLandscape2RoundedFilled.tsx | 4 +- src/IconFloatLandscape2Sharp.tsx | 4 +- src/IconFloatLandscape2SharpFilled.tsx | 6 +- src/IconFloatPortrait2Outlined.tsx | 6 +- src/IconFloatPortrait2OutlinedFilled.tsx | 4 +- src/IconFloatPortrait2Rounded.tsx | 6 +- src/IconFloatPortrait2RoundedFilled.tsx | 6 +- src/IconFloatPortrait2Sharp.tsx | 4 +- src/IconFloatPortrait2SharpFilled.tsx | 6 +- src/IconFloodOutlined.tsx | 4 +- src/IconFloodOutlinedFilled.tsx | 4 +- src/IconFloodRounded.tsx | 4 +- src/IconFloodRoundedFilled.tsx | 4 +- src/IconFloodSharp.tsx | 4 +- src/IconFloodSharpFilled.tsx | 4 +- src/IconFloorLampOutlined.tsx | 4 +- src/IconFloorLampOutlinedFilled.tsx | 6 +- src/IconFloorLampRounded.tsx | 4 +- src/IconFloorLampRoundedFilled.tsx | 6 +- src/IconFloorLampSharp.tsx | 4 +- src/IconFloorLampSharpFilled.tsx | 4 +- src/IconFloorOutlined.tsx | 4 +- src/IconFloorOutlinedFilled.tsx | 4 +- src/IconFloorRounded.tsx | 4 +- src/IconFloorRoundedFilled.tsx | 4 +- src/IconFloorSharp.tsx | 4 +- src/IconFloorSharpFilled.tsx | 4 +- src/IconFlowsheetOutlined.tsx | 4 +- src/IconFlowsheetOutlinedFilled.tsx | 6 +- src/IconFlowsheetRounded.tsx | 4 +- src/IconFlowsheetRoundedFilled.tsx | 6 +- src/IconFlowsheetSharp.tsx | 4 +- src/IconFlowsheetSharpFilled.tsx | 4 +- src/IconFluidBalanceOutlined.tsx | 4 +- src/IconFluidBalanceOutlinedFilled.tsx | 6 +- src/IconFluidBalanceRounded.tsx | 4 +- src/IconFluidBalanceRoundedFilled.tsx | 6 +- src/IconFluidBalanceSharp.tsx | 4 +- src/IconFluidBalanceSharpFilled.tsx | 6 +- src/IconFluidMedOutlined.tsx | 4 +- src/IconFluidMedOutlinedFilled.tsx | 6 +- src/IconFluidMedRounded.tsx | 4 +- src/IconFluidMedRoundedFilled.tsx | 6 +- src/IconFluidMedSharp.tsx | 4 +- src/IconFluidMedSharpFilled.tsx | 4 +- src/IconFluidOutlined.tsx | 4 +- src/IconFluidOutlinedFilled.tsx | 4 +- src/IconFluidRounded.tsx | 4 +- src/IconFluidRoundedFilled.tsx | 4 +- src/IconFluidSharp.tsx | 4 +- src/IconFluidSharpFilled.tsx | 4 +- src/IconFluorescentOutlined.tsx | 4 +- src/IconFluorescentOutlinedFilled.tsx | 6 +- src/IconFluorescentRounded.tsx | 4 +- src/IconFluorescentRoundedFilled.tsx | 6 +- src/IconFluorescentSharp.tsx | 4 +- src/IconFluorescentSharpFilled.tsx | 6 +- src/IconFlutterDashOutlined.tsx | 4 +- src/IconFlutterDashOutlinedFilled.tsx | 6 +- src/IconFlutterDashRounded.tsx | 4 +- src/IconFlutterDashRoundedFilled.tsx | 6 +- src/IconFlutterDashSharp.tsx | 4 +- src/IconFlutterDashSharpFilled.tsx | 6 +- src/IconFlutterOutlined.tsx | 4 +- src/IconFlutterOutlinedFilled.tsx | 6 +- src/IconFlutterRounded.tsx | 4 +- src/IconFlutterRoundedFilled.tsx | 4 +- src/IconFlutterSharp.tsx | 4 +- src/IconFlutterSharpFilled.tsx | 4 +- src/IconFlyoverOutlined.tsx | 4 +- src/IconFlyoverOutlinedFilled.tsx | 6 +- src/IconFlyoverRounded.tsx | 4 +- src/IconFlyoverRoundedFilled.tsx | 4 +- src/IconFlyoverSharp.tsx | 4 +- src/IconFlyoverSharpFilled.tsx | 4 +- src/IconFmdBadOutlined.tsx | 4 +- src/IconFmdBadOutlinedFilled.tsx | 4 +- src/IconFmdBadRounded.tsx | 4 +- src/IconFmdBadRoundedFilled.tsx | 4 +- src/IconFmdBadSharp.tsx | 4 +- src/IconFmdBadSharpFilled.tsx | 4 +- src/IconFoggyOutlined.tsx | 4 +- src/IconFoggyOutlinedFilled.tsx | 4 +- src/IconFoggyRounded.tsx | 4 +- src/IconFoggyRoundedFilled.tsx | 4 +- src/IconFoggySharp.tsx | 4 +- src/IconFoggySharpFilled.tsx | 4 +- src/IconFoldedHandsOutlined.tsx | 4 +- src/IconFoldedHandsOutlinedFilled.tsx | 6 +- src/IconFoldedHandsRounded.tsx | 4 +- src/IconFoldedHandsRoundedFilled.tsx | 6 +- src/IconFoldedHandsSharp.tsx | 4 +- src/IconFoldedHandsSharpFilled.tsx | 6 +- src/IconFolderCheck2Outlined.tsx | 9 + src/IconFolderCheck2OutlinedFilled.tsx | 11 + src/IconFolderCheck2Rounded.tsx | 9 + src/IconFolderCheck2RoundedFilled.tsx | 11 + src/IconFolderCheck2Sharp.tsx | 9 + src/IconFolderCheck2SharpFilled.tsx | 11 + src/IconFolderCheckOutlined.tsx | 9 + src/IconFolderCheckOutlinedFilled.tsx | 11 + src/IconFolderCheckRounded.tsx | 9 + src/IconFolderCheckRoundedFilled.tsx | 11 + src/IconFolderCheckSharp.tsx | 9 + src/IconFolderCheckSharpFilled.tsx | 11 + src/IconFolderCopyOutlined.tsx | 4 +- src/IconFolderCopyOutlinedFilled.tsx | 6 +- src/IconFolderCopyRounded.tsx | 4 +- src/IconFolderCopyRoundedFilled.tsx | 6 +- src/IconFolderCopySharp.tsx | 4 +- src/IconFolderCopySharpFilled.tsx | 6 +- src/IconFolderDataOutlined.tsx | 4 +- src/IconFolderDataOutlinedFilled.tsx | 6 +- src/IconFolderDataRounded.tsx | 4 +- src/IconFolderDataRoundedFilled.tsx | 6 +- src/IconFolderDataSharp.tsx | 4 +- src/IconFolderDataSharpFilled.tsx | 6 +- src/IconFolderDeleteOutlined.tsx | 4 +- src/IconFolderDeleteOutlinedFilled.tsx | 6 +- src/IconFolderDeleteRounded.tsx | 4 +- src/IconFolderDeleteRoundedFilled.tsx | 6 +- src/IconFolderDeleteSharp.tsx | 4 +- src/IconFolderDeleteSharpFilled.tsx | 6 +- src/IconFolderEyeOutlined.tsx | 9 + src/IconFolderEyeOutlinedFilled.tsx | 11 + src/IconFolderEyeRounded.tsx | 9 + src/IconFolderEyeRoundedFilled.tsx | 11 + src/IconFolderEyeSharp.tsx | 9 + src/IconFolderEyeSharpFilled.tsx | 9 + src/IconFolderLimitedOutlined.tsx | 6 +- src/IconFolderLimitedOutlinedFilled.tsx | 6 +- src/IconFolderLimitedRounded.tsx | 4 +- src/IconFolderLimitedRoundedFilled.tsx | 6 +- src/IconFolderLimitedSharp.tsx | 4 +- src/IconFolderLimitedSharpFilled.tsx | 6 +- src/IconFolderManagedOutlined.tsx | 6 +- src/IconFolderManagedOutlinedFilled.tsx | 6 +- src/IconFolderManagedRounded.tsx | 4 +- src/IconFolderManagedRoundedFilled.tsx | 6 +- src/IconFolderManagedSharp.tsx | 4 +- src/IconFolderManagedSharpFilled.tsx | 6 +- src/IconFolderMatchOutlined.tsx | 9 + src/IconFolderMatchOutlinedFilled.tsx | 11 + src/IconFolderMatchRounded.tsx | 9 + src/IconFolderMatchRoundedFilled.tsx | 11 + src/IconFolderMatchSharp.tsx | 9 + src/IconFolderMatchSharpFilled.tsx | 11 + src/IconFolderOffOutlined.tsx | 4 +- src/IconFolderOffOutlinedFilled.tsx | 6 +- src/IconFolderOffRounded.tsx | 4 +- src/IconFolderOffRoundedFilled.tsx | 6 +- src/IconFolderOffSharp.tsx | 4 +- src/IconFolderOffSharpFilled.tsx | 4 +- src/IconFolderOpenOutlined.tsx | 4 +- src/IconFolderOpenOutlinedFilled.tsx | 6 +- src/IconFolderOpenRounded.tsx | 4 +- src/IconFolderOpenRoundedFilled.tsx | 6 +- src/IconFolderOpenSharp.tsx | 4 +- src/IconFolderOpenSharpFilled.tsx | 6 +- src/IconFolderOutlined.tsx | 4 +- src/IconFolderOutlinedFilled.tsx | 4 +- src/IconFolderRounded.tsx | 4 +- src/IconFolderRoundedFilled.tsx | 4 +- src/IconFolderSharedOutlined.tsx | 4 +- src/IconFolderSharedOutlinedFilled.tsx | 6 +- src/IconFolderSharedRounded.tsx | 4 +- src/IconFolderSharedRoundedFilled.tsx | 6 +- src/IconFolderSharedSharp.tsx | 4 +- src/IconFolderSharedSharpFilled.tsx | 6 +- src/IconFolderSharp.tsx | 4 +- src/IconFolderSharpFilled.tsx | 4 +- src/IconFolderSpecialOutlined.tsx | 6 +- src/IconFolderSpecialOutlinedFilled.tsx | 6 +- src/IconFolderSpecialRounded.tsx | 4 +- src/IconFolderSpecialRoundedFilled.tsx | 6 +- src/IconFolderSpecialSharp.tsx | 4 +- src/IconFolderSpecialSharpFilled.tsx | 6 +- src/IconFolderSupervisedOutlined.tsx | 6 +- src/IconFolderSupervisedOutlinedFilled.tsx | 4 +- src/IconFolderSupervisedRounded.tsx | 6 +- src/IconFolderSupervisedRoundedFilled.tsx | 4 +- src/IconFolderSupervisedSharp.tsx | 6 +- src/IconFolderSupervisedSharpFilled.tsx | 6 +- src/IconFolderZipOutlined.tsx | 4 +- src/IconFolderZipOutlinedFilled.tsx | 6 +- src/IconFolderZipRounded.tsx | 4 +- src/IconFolderZipRoundedFilled.tsx | 6 +- src/IconFolderZipSharp.tsx | 4 +- src/IconFolderZipSharpFilled.tsx | 4 +- src/IconFollowTheSignsOutlined.tsx | 6 +- src/IconFollowTheSignsOutlinedFilled.tsx | 4 +- src/IconFollowTheSignsRounded.tsx | 6 +- src/IconFollowTheSignsRoundedFilled.tsx | 6 +- src/IconFollowTheSignsSharp.tsx | 4 +- src/IconFollowTheSignsSharpFilled.tsx | 6 +- src/IconFontDownloadOffOutlined.tsx | 6 +- src/IconFontDownloadOffOutlinedFilled.tsx | 4 +- src/IconFontDownloadOffRounded.tsx | 6 +- src/IconFontDownloadOffRoundedFilled.tsx | 4 +- src/IconFontDownloadOffSharp.tsx | 4 +- src/IconFontDownloadOffSharpFilled.tsx | 6 +- src/IconFontDownloadOutlined.tsx | 4 +- src/IconFontDownloadOutlinedFilled.tsx | 6 +- src/IconFontDownloadRounded.tsx | 4 +- src/IconFontDownloadRoundedFilled.tsx | 6 +- src/IconFontDownloadSharp.tsx | 4 +- src/IconFontDownloadSharpFilled.tsx | 6 +- src/IconFoodBankOutlined.tsx | 4 +- src/IconFoodBankOutlinedFilled.tsx | 6 +- src/IconFoodBankRounded.tsx | 4 +- src/IconFoodBankRoundedFilled.tsx | 6 +- src/IconFoodBankSharp.tsx | 4 +- src/IconFoodBankSharpFilled.tsx | 4 +- src/IconFootBonesOutlined.tsx | 4 +- src/IconFootBonesOutlinedFilled.tsx | 6 +- src/IconFootBonesRounded.tsx | 4 +- src/IconFootBonesRoundedFilled.tsx | 6 +- src/IconFootBonesSharp.tsx | 4 +- src/IconFootBonesSharpFilled.tsx | 4 +- src/IconFootprintOutlined.tsx | 6 +- src/IconFootprintOutlinedFilled.tsx | 8 +- src/IconFootprintRounded.tsx | 6 +- src/IconFootprintRoundedFilled.tsx | 8 +- src/IconFootprintSharp.tsx | 6 +- src/IconFootprintSharpFilled.tsx | 6 +- src/IconForYouOutlined.tsx | 4 +- src/IconForYouOutlinedFilled.tsx | 4 +- src/IconForYouRounded.tsx | 4 +- src/IconForYouRoundedFilled.tsx | 4 +- src/IconForYouSharp.tsx | 4 +- src/IconForYouSharpFilled.tsx | 4 +- src/IconForestOutlined.tsx | 4 +- src/IconForestOutlinedFilled.tsx | 4 +- src/IconForestRounded.tsx | 4 +- src/IconForestRoundedFilled.tsx | 4 +- src/IconForestSharp.tsx | 4 +- src/IconForestSharpFilled.tsx | 4 +- src/IconForkLeftOutlined.tsx | 4 +- src/IconForkLeftOutlinedFilled.tsx | 6 +- src/IconForkLeftRounded.tsx | 4 +- src/IconForkLeftRoundedFilled.tsx | 6 +- src/IconForkLeftSharp.tsx | 4 +- src/IconForkLeftSharpFilled.tsx | 4 +- src/IconForkRightOutlined.tsx | 4 +- src/IconForkRightOutlinedFilled.tsx | 6 +- src/IconForkRightRounded.tsx | 4 +- src/IconForkRightRoundedFilled.tsx | 6 +- src/IconForkRightSharp.tsx | 4 +- src/IconForkRightSharpFilled.tsx | 4 +- src/IconForkSpoonOutlined.tsx | 9 + src/IconForkSpoonOutlinedFilled.tsx | 11 + src/IconForkSpoonRounded.tsx | 9 + src/IconForkSpoonRoundedFilled.tsx | 11 + src/IconForkSpoonSharp.tsx | 9 + src/IconForkSpoonSharpFilled.tsx | 9 + src/IconForkliftOutlined.tsx | 4 +- src/IconForkliftOutlinedFilled.tsx | 6 +- src/IconForkliftRounded.tsx | 4 +- src/IconForkliftRoundedFilled.tsx | 6 +- src/IconForkliftSharp.tsx | 4 +- src/IconForkliftSharpFilled.tsx | 4 +- src/IconFormatAlignCenterOutlined.tsx | 6 +- src/IconFormatAlignCenterOutlinedFilled.tsx | 4 +- src/IconFormatAlignCenterRounded.tsx | 6 +- src/IconFormatAlignCenterRoundedFilled.tsx | 4 +- src/IconFormatAlignCenterSharp.tsx | 6 +- src/IconFormatAlignCenterSharpFilled.tsx | 4 +- src/IconFormatAlignJustifyOutlined.tsx | 6 +- src/IconFormatAlignJustifyOutlinedFilled.tsx | 4 +- src/IconFormatAlignJustifyRounded.tsx | 6 +- src/IconFormatAlignJustifyRoundedFilled.tsx | 4 +- src/IconFormatAlignJustifySharp.tsx | 6 +- src/IconFormatAlignJustifySharpFilled.tsx | 4 +- src/IconFormatAlignLeftOutlined.tsx | 6 +- src/IconFormatAlignLeftOutlinedFilled.tsx | 4 +- src/IconFormatAlignLeftRounded.tsx | 6 +- src/IconFormatAlignLeftRoundedFilled.tsx | 4 +- src/IconFormatAlignLeftSharp.tsx | 4 +- src/IconFormatAlignLeftSharpFilled.tsx | 6 +- src/IconFormatAlignRightOutlined.tsx | 6 +- src/IconFormatAlignRightOutlinedFilled.tsx | 4 +- src/IconFormatAlignRightRounded.tsx | 6 +- src/IconFormatAlignRightRoundedFilled.tsx | 4 +- src/IconFormatAlignRightSharp.tsx | 6 +- src/IconFormatAlignRightSharpFilled.tsx | 6 +- src/IconFormatBoldOutlined.tsx | 4 +- src/IconFormatBoldOutlinedFilled.tsx | 6 +- src/IconFormatBoldRounded.tsx | 4 +- src/IconFormatBoldRoundedFilled.tsx | 6 +- src/IconFormatBoldSharp.tsx | 4 +- src/IconFormatBoldSharpFilled.tsx | 6 +- src/IconFormatClearOutlined.tsx | 4 +- src/IconFormatClearOutlinedFilled.tsx | 6 +- src/IconFormatClearRounded.tsx | 4 +- src/IconFormatClearRoundedFilled.tsx | 6 +- src/IconFormatClearSharp.tsx | 4 +- src/IconFormatClearSharpFilled.tsx | 6 +- src/IconFormatColorFillOutlined.tsx | 6 +- src/IconFormatColorFillOutlinedFilled.tsx | 4 +- src/IconFormatColorFillRounded.tsx | 6 +- src/IconFormatColorFillRoundedFilled.tsx | 4 +- src/IconFormatColorFillSharp.tsx | 4 +- src/IconFormatColorFillSharpFilled.tsx | 6 +- src/IconFormatColorResetOutlined.tsx | 6 +- src/IconFormatColorResetOutlinedFilled.tsx | 4 +- src/IconFormatColorResetRounded.tsx | 6 +- src/IconFormatColorResetRoundedFilled.tsx | 4 +- src/IconFormatColorResetSharp.tsx | 6 +- src/IconFormatColorResetSharpFilled.tsx | 6 +- src/IconFormatColorTextOutlined.tsx | 6 +- src/IconFormatColorTextOutlinedFilled.tsx | 4 +- src/IconFormatColorTextRounded.tsx | 6 +- src/IconFormatColorTextRoundedFilled.tsx | 4 +- src/IconFormatColorTextSharp.tsx | 4 +- src/IconFormatColorTextSharpFilled.tsx | 6 +- src/IconFormatH1Outlined.tsx | 4 +- src/IconFormatH1OutlinedFilled.tsx | 6 +- src/IconFormatH1Rounded.tsx | 4 +- src/IconFormatH1RoundedFilled.tsx | 6 +- src/IconFormatH1Sharp.tsx | 4 +- src/IconFormatH1SharpFilled.tsx | 4 +- src/IconFormatH2Outlined.tsx | 4 +- src/IconFormatH2OutlinedFilled.tsx | 6 +- src/IconFormatH2Rounded.tsx | 4 +- src/IconFormatH2RoundedFilled.tsx | 6 +- src/IconFormatH2Sharp.tsx | 4 +- src/IconFormatH2SharpFilled.tsx | 4 +- src/IconFormatH3Outlined.tsx | 4 +- src/IconFormatH3OutlinedFilled.tsx | 6 +- src/IconFormatH3Rounded.tsx | 4 +- src/IconFormatH3RoundedFilled.tsx | 6 +- src/IconFormatH3Sharp.tsx | 4 +- src/IconFormatH3SharpFilled.tsx | 4 +- src/IconFormatH4Outlined.tsx | 4 +- src/IconFormatH4OutlinedFilled.tsx | 6 +- src/IconFormatH4Rounded.tsx | 4 +- src/IconFormatH4RoundedFilled.tsx | 6 +- src/IconFormatH4Sharp.tsx | 4 +- src/IconFormatH4SharpFilled.tsx | 4 +- src/IconFormatH5Outlined.tsx | 4 +- src/IconFormatH5OutlinedFilled.tsx | 6 +- src/IconFormatH5Rounded.tsx | 4 +- src/IconFormatH5RoundedFilled.tsx | 6 +- src/IconFormatH5Sharp.tsx | 4 +- src/IconFormatH5SharpFilled.tsx | 4 +- src/IconFormatH6Outlined.tsx | 4 +- src/IconFormatH6OutlinedFilled.tsx | 6 +- src/IconFormatH6Rounded.tsx | 4 +- src/IconFormatH6RoundedFilled.tsx | 6 +- src/IconFormatH6Sharp.tsx | 4 +- src/IconFormatH6SharpFilled.tsx | 4 +- src/IconFormatImageLeftOutlined.tsx | 6 +- src/IconFormatImageLeftOutlinedFilled.tsx | 4 +- src/IconFormatImageLeftRounded.tsx | 6 +- src/IconFormatImageLeftRoundedFilled.tsx | 4 +- src/IconFormatImageLeftSharp.tsx | 4 +- src/IconFormatImageLeftSharpFilled.tsx | 6 +- src/IconFormatImageRightOutlined.tsx | 6 +- src/IconFormatImageRightOutlinedFilled.tsx | 4 +- src/IconFormatImageRightRounded.tsx | 6 +- src/IconFormatImageRightRoundedFilled.tsx | 4 +- src/IconFormatImageRightSharp.tsx | 6 +- src/IconFormatImageRightSharpFilled.tsx | 6 +- src/IconFormatIndentDecreaseOutlined.tsx | 4 +- ...IconFormatIndentDecreaseOutlinedFilled.tsx | 4 +- src/IconFormatIndentDecreaseRounded.tsx | 6 +- src/IconFormatIndentDecreaseRoundedFilled.tsx | 4 +- src/IconFormatIndentDecreaseSharp.tsx | 6 +- src/IconFormatIndentDecreaseSharpFilled.tsx | 4 +- src/IconFormatIndentIncreaseOutlined.tsx | 4 +- ...IconFormatIndentIncreaseOutlinedFilled.tsx | 4 +- src/IconFormatIndentIncreaseRounded.tsx | 6 +- src/IconFormatIndentIncreaseRoundedFilled.tsx | 4 +- src/IconFormatIndentIncreaseSharp.tsx | 6 +- src/IconFormatIndentIncreaseSharpFilled.tsx | 4 +- src/IconFormatInkHighlighterOutlined.tsx | 4 +- ...IconFormatInkHighlighterOutlinedFilled.tsx | 4 +- src/IconFormatInkHighlighterRounded.tsx | 6 +- src/IconFormatInkHighlighterRoundedFilled.tsx | 4 +- src/IconFormatInkHighlighterSharp.tsx | 6 +- src/IconFormatInkHighlighterSharpFilled.tsx | 4 +- src/IconFormatItalicOutlined.tsx | 4 +- src/IconFormatItalicOutlinedFilled.tsx | 6 +- src/IconFormatItalicRounded.tsx | 4 +- src/IconFormatItalicRoundedFilled.tsx | 6 +- src/IconFormatItalicSharp.tsx | 4 +- src/IconFormatItalicSharpFilled.tsx | 6 +- src/IconFormatLetterSpacing2Outlined.tsx | 4 +- ...IconFormatLetterSpacing2OutlinedFilled.tsx | 4 +- src/IconFormatLetterSpacing2Rounded.tsx | 6 +- src/IconFormatLetterSpacing2RoundedFilled.tsx | 4 +- src/IconFormatLetterSpacing2Sharp.tsx | 6 +- src/IconFormatLetterSpacing2SharpFilled.tsx | 4 +- src/IconFormatLetterSpacingOutlined.tsx | 6 +- src/IconFormatLetterSpacingOutlinedFilled.tsx | 4 +- src/IconFormatLetterSpacingRounded.tsx | 6 +- src/IconFormatLetterSpacingRoundedFilled.tsx | 4 +- src/IconFormatLetterSpacingSharp.tsx | 6 +- src/IconFormatLetterSpacingSharpFilled.tsx | 4 +- ...conFormatLetterSpacingStandardOutlined.tsx | 4 +- ...matLetterSpacingStandardOutlinedFilled.tsx | 8 +- ...IconFormatLetterSpacingStandardRounded.tsx | 4 +- ...rmatLetterSpacingStandardRoundedFilled.tsx | 8 +- src/IconFormatLetterSpacingStandardSharp.tsx | 4 +- ...FormatLetterSpacingStandardSharpFilled.tsx | 8 +- src/IconFormatLetterSpacingWideOutlined.tsx | 4 +- ...nFormatLetterSpacingWideOutlinedFilled.tsx | 4 +- src/IconFormatLetterSpacingWideRounded.tsx | 4 +- ...onFormatLetterSpacingWideRoundedFilled.tsx | 4 +- src/IconFormatLetterSpacingWideSharp.tsx | 4 +- ...IconFormatLetterSpacingWideSharpFilled.tsx | 4 +- src/IconFormatLetterSpacingWiderOutlined.tsx | 4 +- ...FormatLetterSpacingWiderOutlinedFilled.tsx | 8 +- src/IconFormatLetterSpacingWiderRounded.tsx | 4 +- ...nFormatLetterSpacingWiderRoundedFilled.tsx | 4 +- src/IconFormatLetterSpacingWiderSharp.tsx | 4 +- ...conFormatLetterSpacingWiderSharpFilled.tsx | 4 +- src/IconFormatLineSpacingOutlined.tsx | 6 +- src/IconFormatLineSpacingOutlinedFilled.tsx | 4 +- src/IconFormatLineSpacingRounded.tsx | 6 +- src/IconFormatLineSpacingRoundedFilled.tsx | 4 +- src/IconFormatLineSpacingSharp.tsx | 6 +- src/IconFormatLineSpacingSharpFilled.tsx | 4 +- src/IconFormatListBulletedAddOutlined.tsx | 4 +- ...conFormatListBulletedAddOutlinedFilled.tsx | 4 +- src/IconFormatListBulletedAddRounded.tsx | 4 +- ...IconFormatListBulletedAddRoundedFilled.tsx | 4 +- src/IconFormatListBulletedAddSharp.tsx | 6 +- src/IconFormatListBulletedAddSharpFilled.tsx | 4 +- src/IconFormatListBulletedOutlined.tsx | 6 +- src/IconFormatListBulletedOutlinedFilled.tsx | 4 +- src/IconFormatListBulletedRounded.tsx | 6 +- src/IconFormatListBulletedRoundedFilled.tsx | 4 +- src/IconFormatListBulletedSharp.tsx | 6 +- src/IconFormatListBulletedSharpFilled.tsx | 4 +- src/IconFormatListNumberedOutlined.tsx | 6 +- src/IconFormatListNumberedOutlinedFilled.tsx | 4 +- src/IconFormatListNumberedRounded.tsx | 6 +- src/IconFormatListNumberedRoundedFilled.tsx | 4 +- src/IconFormatListNumberedRtlOutlined.tsx | 4 +- ...conFormatListNumberedRtlOutlinedFilled.tsx | 4 +- src/IconFormatListNumberedRtlRounded.tsx | 4 +- ...IconFormatListNumberedRtlRoundedFilled.tsx | 4 +- src/IconFormatListNumberedRtlSharp.tsx | 6 +- src/IconFormatListNumberedRtlSharpFilled.tsx | 4 +- src/IconFormatListNumberedSharp.tsx | 6 +- src/IconFormatListNumberedSharpFilled.tsx | 4 +- src/IconFormatOverlineOutlined.tsx | 6 +- src/IconFormatOverlineOutlinedFilled.tsx | 4 +- src/IconFormatOverlineRounded.tsx | 6 +- src/IconFormatOverlineRoundedFilled.tsx | 6 +- src/IconFormatOverlineSharp.tsx | 4 +- src/IconFormatOverlineSharpFilled.tsx | 6 +- src/IconFormatPaintOutlined.tsx | 4 +- src/IconFormatPaintOutlinedFilled.tsx | 6 +- src/IconFormatPaintRounded.tsx | 4 +- src/IconFormatPaintRoundedFilled.tsx | 6 +- src/IconFormatPaintSharp.tsx | 4 +- src/IconFormatPaintSharpFilled.tsx | 6 +- src/IconFormatParagraphOutlined.tsx | 6 +- src/IconFormatParagraphOutlinedFilled.tsx | 4 +- src/IconFormatParagraphRounded.tsx | 6 +- src/IconFormatParagraphRoundedFilled.tsx | 4 +- src/IconFormatParagraphSharp.tsx | 4 +- src/IconFormatParagraphSharpFilled.tsx | 6 +- src/IconFormatQuoteOffOutlined.tsx | 6 +- src/IconFormatQuoteOffOutlinedFilled.tsx | 4 +- src/IconFormatQuoteOffRounded.tsx | 6 +- src/IconFormatQuoteOffRoundedFilled.tsx | 6 +- src/IconFormatQuoteOffSharp.tsx | 4 +- src/IconFormatQuoteOffSharpFilled.tsx | 6 +- src/IconFormatQuoteOutlined.tsx | 4 +- src/IconFormatQuoteOutlinedFilled.tsx | 6 +- src/IconFormatQuoteRounded.tsx | 4 +- src/IconFormatQuoteRoundedFilled.tsx | 6 +- src/IconFormatQuoteSharp.tsx | 4 +- src/IconFormatQuoteSharpFilled.tsx | 6 +- src/IconFormatShapesOutlined.tsx | 4 +- src/IconFormatShapesOutlinedFilled.tsx | 6 +- src/IconFormatShapesRounded.tsx | 4 +- src/IconFormatShapesRoundedFilled.tsx | 6 +- src/IconFormatShapesSharp.tsx | 4 +- src/IconFormatShapesSharpFilled.tsx | 6 +- src/IconFormatSizeOutlined.tsx | 4 +- src/IconFormatSizeOutlinedFilled.tsx | 6 +- src/IconFormatSizeRounded.tsx | 4 +- src/IconFormatSizeRoundedFilled.tsx | 6 +- src/IconFormatSizeSharp.tsx | 4 +- src/IconFormatSizeSharpFilled.tsx | 6 +- src/IconFormatStrikethroughOutlined.tsx | 6 +- src/IconFormatStrikethroughOutlinedFilled.tsx | 4 +- src/IconFormatStrikethroughRounded.tsx | 6 +- src/IconFormatStrikethroughRoundedFilled.tsx | 4 +- src/IconFormatStrikethroughSharp.tsx | 6 +- src/IconFormatStrikethroughSharpFilled.tsx | 4 +- src/IconFormatTextClipOutlined.tsx | 6 +- src/IconFormatTextClipOutlinedFilled.tsx | 4 +- src/IconFormatTextClipRounded.tsx | 6 +- src/IconFormatTextClipRoundedFilled.tsx | 6 +- src/IconFormatTextClipSharp.tsx | 4 +- src/IconFormatTextClipSharpFilled.tsx | 6 +- src/IconFormatTextOverflowOutlined.tsx | 6 +- src/IconFormatTextOverflowOutlinedFilled.tsx | 4 +- src/IconFormatTextOverflowRounded.tsx | 6 +- src/IconFormatTextOverflowRoundedFilled.tsx | 4 +- src/IconFormatTextOverflowSharp.tsx | 6 +- src/IconFormatTextOverflowSharpFilled.tsx | 4 +- src/IconFormatTextWrapOutlined.tsx | 6 +- src/IconFormatTextWrapOutlinedFilled.tsx | 4 +- src/IconFormatTextWrapRounded.tsx | 6 +- src/IconFormatTextWrapRoundedFilled.tsx | 6 +- src/IconFormatTextWrapSharp.tsx | 4 +- src/IconFormatTextWrapSharpFilled.tsx | 6 +- src/IconFormatTextdirectionLToROutlined.tsx | 4 +- ...nFormatTextdirectionLToROutlinedFilled.tsx | 4 +- src/IconFormatTextdirectionLToRRounded.tsx | 4 +- ...onFormatTextdirectionLToRRoundedFilled.tsx | 4 +- src/IconFormatTextdirectionLToRSharp.tsx | 4 +- ...IconFormatTextdirectionLToRSharpFilled.tsx | 4 +- src/IconFormatTextdirectionRToLOutlined.tsx | 4 +- ...nFormatTextdirectionRToLOutlinedFilled.tsx | 4 +- src/IconFormatTextdirectionRToLRounded.tsx | 4 +- ...onFormatTextdirectionRToLRoundedFilled.tsx | 4 +- src/IconFormatTextdirectionRToLSharp.tsx | 4 +- ...IconFormatTextdirectionRToLSharpFilled.tsx | 4 +- ...conFormatTextdirectionVerticalOutlined.tsx | 4 +- ...matTextdirectionVerticalOutlinedFilled.tsx | 8 +- ...IconFormatTextdirectionVerticalRounded.tsx | 4 +- ...rmatTextdirectionVerticalRoundedFilled.tsx | 8 +- src/IconFormatTextdirectionVerticalSharp.tsx | 4 +- ...FormatTextdirectionVerticalSharpFilled.tsx | 8 +- src/IconFormatUnderlinedOutlined.tsx | 6 +- src/IconFormatUnderlinedOutlinedFilled.tsx | 4 +- src/IconFormatUnderlinedRounded.tsx | 6 +- src/IconFormatUnderlinedRoundedFilled.tsx | 4 +- src/IconFormatUnderlinedSharp.tsx | 6 +- src/IconFormatUnderlinedSharpFilled.tsx | 6 +- src/IconFormatUnderlinedSquiggleOutlined.tsx | 4 +- ...FormatUnderlinedSquiggleOutlinedFilled.tsx | 8 +- src/IconFormatUnderlinedSquiggleRounded.tsx | 4 +- ...nFormatUnderlinedSquiggleRoundedFilled.tsx | 4 +- src/IconFormatUnderlinedSquiggleSharp.tsx | 4 +- ...conFormatUnderlinedSquiggleSharpFilled.tsx | 4 +- src/IconFormsAddOnOutlined.tsx | 4 +- src/IconFormsAddOnOutlinedFilled.tsx | 6 +- src/IconFormsAddOnRounded.tsx | 4 +- src/IconFormsAddOnRoundedFilled.tsx | 6 +- src/IconFormsAddOnSharp.tsx | 4 +- src/IconFormsAddOnSharpFilled.tsx | 6 +- src/IconFormsAppsScriptOutlined.tsx | 6 +- src/IconFormsAppsScriptOutlinedFilled.tsx | 4 +- src/IconFormsAppsScriptRounded.tsx | 6 +- src/IconFormsAppsScriptRoundedFilled.tsx | 4 +- src/IconFormsAppsScriptSharp.tsx | 4 +- src/IconFormsAppsScriptSharpFilled.tsx | 6 +- src/IconFortOutlined.tsx | 4 +- src/IconFortOutlinedFilled.tsx | 4 +- src/IconFortRounded.tsx | 4 +- src/IconFortRoundedFilled.tsx | 4 +- src/IconFortSharp.tsx | 4 +- src/IconFortSharpFilled.tsx | 4 +- src/IconForumOutlined.tsx | 6 +- src/IconForumOutlinedFilled.tsx | 4 +- src/IconForumRounded.tsx | 6 +- src/IconForumRoundedFilled.tsx | 6 +- src/IconForumSharp.tsx | 6 +- src/IconForumSharpFilled.tsx | 4 +- src/IconForward10Outlined.tsx | 4 +- src/IconForward10OutlinedFilled.tsx | 6 +- src/IconForward10Rounded.tsx | 4 +- src/IconForward10RoundedFilled.tsx | 6 +- src/IconForward10Sharp.tsx | 4 +- src/IconForward10SharpFilled.tsx | 4 +- src/IconForward30Outlined.tsx | 4 +- src/IconForward30OutlinedFilled.tsx | 6 +- src/IconForward30Rounded.tsx | 4 +- src/IconForward30RoundedFilled.tsx | 6 +- src/IconForward30Sharp.tsx | 4 +- src/IconForward30SharpFilled.tsx | 4 +- src/IconForward5Outlined.tsx | 4 +- src/IconForward5OutlinedFilled.tsx | 6 +- src/IconForward5Rounded.tsx | 4 +- src/IconForward5RoundedFilled.tsx | 6 +- src/IconForward5Sharp.tsx | 4 +- src/IconForward5SharpFilled.tsx | 4 +- src/IconForwardCircleOutlined.tsx | 6 +- src/IconForwardCircleOutlinedFilled.tsx | 6 +- src/IconForwardCircleRounded.tsx | 4 +- src/IconForwardCircleRoundedFilled.tsx | 6 +- src/IconForwardCircleSharp.tsx | 4 +- src/IconForwardCircleSharpFilled.tsx | 6 +- src/IconForwardMediaOutlined.tsx | 4 +- src/IconForwardMediaOutlinedFilled.tsx | 6 +- src/IconForwardMediaRounded.tsx | 4 +- src/IconForwardMediaRoundedFilled.tsx | 6 +- src/IconForwardMediaSharp.tsx | 4 +- src/IconForwardMediaSharpFilled.tsx | 6 +- src/IconForwardOutlined.tsx | 4 +- src/IconForwardOutlinedFilled.tsx | 6 +- src/IconForwardRounded.tsx | 4 +- src/IconForwardRoundedFilled.tsx | 4 +- src/IconForwardSharp.tsx | 4 +- src/IconForwardSharpFilled.tsx | 4 +- src/IconForwardToInboxOutlined.tsx | 6 +- src/IconForwardToInboxOutlinedFilled.tsx | 4 +- src/IconForwardToInboxRounded.tsx | 6 +- src/IconForwardToInboxRoundedFilled.tsx | 6 +- src/IconForwardToInboxSharp.tsx | 4 +- src/IconForwardToInboxSharpFilled.tsx | 6 +- src/IconFoundationOutlined.tsx | 4 +- src/IconFoundationOutlinedFilled.tsx | 6 +- src/IconFoundationRounded.tsx | 4 +- src/IconFoundationRoundedFilled.tsx | 6 +- src/IconFoundationSharp.tsx | 4 +- src/IconFoundationSharpFilled.tsx | 6 +- src/IconFrameInspectOutlined.tsx | 4 +- src/IconFrameInspectOutlinedFilled.tsx | 6 +- src/IconFrameInspectRounded.tsx | 4 +- src/IconFrameInspectRoundedFilled.tsx | 6 +- src/IconFrameInspectSharp.tsx | 4 +- src/IconFrameInspectSharpFilled.tsx | 6 +- src/IconFramePersonMicOutlined.tsx | 6 +- src/IconFramePersonMicOutlinedFilled.tsx | 4 +- src/IconFramePersonMicRounded.tsx | 6 +- src/IconFramePersonMicRoundedFilled.tsx | 6 +- src/IconFramePersonMicSharp.tsx | 4 +- src/IconFramePersonMicSharpFilled.tsx | 6 +- src/IconFramePersonOffOutlined.tsx | 6 +- src/IconFramePersonOffOutlinedFilled.tsx | 4 +- src/IconFramePersonOffRounded.tsx | 6 +- src/IconFramePersonOffRoundedFilled.tsx | 6 +- src/IconFramePersonOffSharp.tsx | 4 +- src/IconFramePersonOffSharpFilled.tsx | 6 +- src/IconFramePersonOutlined.tsx | 4 +- src/IconFramePersonOutlinedFilled.tsx | 6 +- src/IconFramePersonRounded.tsx | 4 +- src/IconFramePersonRoundedFilled.tsx | 6 +- src/IconFramePersonSharp.tsx | 4 +- src/IconFramePersonSharpFilled.tsx | 6 +- src/IconFrameReloadOutlined.tsx | 4 +- src/IconFrameReloadOutlinedFilled.tsx | 6 +- src/IconFrameReloadRounded.tsx | 4 +- src/IconFrameReloadRoundedFilled.tsx | 6 +- src/IconFrameReloadSharp.tsx | 4 +- src/IconFrameReloadSharpFilled.tsx | 6 +- src/IconFrameSourceOutlined.tsx | 4 +- src/IconFrameSourceOutlinedFilled.tsx | 6 +- src/IconFrameSourceRounded.tsx | 4 +- src/IconFrameSourceRoundedFilled.tsx | 6 +- src/IconFrameSourceSharp.tsx | 4 +- src/IconFrameSourceSharpFilled.tsx | 6 +- src/IconFreeCancellationOutlined.tsx | 6 +- src/IconFreeCancellationOutlinedFilled.tsx | 4 +- src/IconFreeCancellationRounded.tsx | 6 +- src/IconFreeCancellationRoundedFilled.tsx | 4 +- src/IconFreeCancellationSharp.tsx | 6 +- src/IconFreeCancellationSharpFilled.tsx | 6 +- src/IconFrontHandOutlined.tsx | 4 +- src/IconFrontHandOutlinedFilled.tsx | 6 +- src/IconFrontHandRounded.tsx | 4 +- src/IconFrontHandRoundedFilled.tsx | 6 +- src/IconFrontHandSharp.tsx | 4 +- src/IconFrontHandSharpFilled.tsx | 4 +- src/IconFrontLoaderOutlined.tsx | 4 +- src/IconFrontLoaderOutlinedFilled.tsx | 6 +- src/IconFrontLoaderRounded.tsx | 4 +- src/IconFrontLoaderRoundedFilled.tsx | 6 +- src/IconFrontLoaderSharp.tsx | 4 +- src/IconFrontLoaderSharpFilled.tsx | 6 +- src/IconFullCoverageOutlined.tsx | 4 +- src/IconFullCoverageOutlinedFilled.tsx | 6 +- src/IconFullCoverageRounded.tsx | 4 +- src/IconFullCoverageRoundedFilled.tsx | 6 +- src/IconFullCoverageSharp.tsx | 4 +- src/IconFullCoverageSharpFilled.tsx | 6 +- src/IconFullHdOutlined.tsx | 4 +- src/IconFullHdOutlinedFilled.tsx | 4 +- src/IconFullHdRounded.tsx | 4 +- src/IconFullHdRoundedFilled.tsx | 4 +- src/IconFullHdSharp.tsx | 4 +- src/IconFullHdSharpFilled.tsx | 4 +- src/IconFullStackedBarChartOutlined.tsx | 6 +- src/IconFullStackedBarChartOutlinedFilled.tsx | 4 +- src/IconFullStackedBarChartRounded.tsx | 6 +- src/IconFullStackedBarChartRoundedFilled.tsx | 4 +- src/IconFullStackedBarChartSharp.tsx | 6 +- src/IconFullStackedBarChartSharpFilled.tsx | 4 +- src/IconFullscreenExitOutlined.tsx | 6 +- src/IconFullscreenExitOutlinedFilled.tsx | 4 +- src/IconFullscreenExitRounded.tsx | 6 +- src/IconFullscreenExitRoundedFilled.tsx | 6 +- src/IconFullscreenExitSharp.tsx | 4 +- src/IconFullscreenExitSharpFilled.tsx | 6 +- src/IconFullscreenOutlined.tsx | 4 +- src/IconFullscreenOutlinedFilled.tsx | 6 +- src/IconFullscreenPortraitOutlined.tsx | 6 +- src/IconFullscreenPortraitOutlinedFilled.tsx | 4 +- src/IconFullscreenPortraitRounded.tsx | 6 +- src/IconFullscreenPortraitRoundedFilled.tsx | 4 +- src/IconFullscreenPortraitSharp.tsx | 6 +- src/IconFullscreenPortraitSharpFilled.tsx | 4 +- src/IconFullscreenRounded.tsx | 4 +- src/IconFullscreenRoundedFilled.tsx | 6 +- src/IconFullscreenSharp.tsx | 4 +- src/IconFullscreenSharpFilled.tsx | 6 +- src/IconFunctionOutlined.tsx | 4 +- src/IconFunctionOutlinedFilled.tsx | 6 +- src/IconFunctionRounded.tsx | 4 +- src/IconFunctionRoundedFilled.tsx | 6 +- src/IconFunctionSharp.tsx | 4 +- src/IconFunctionSharpFilled.tsx | 4 +- src/IconFunctionsOutlined.tsx | 4 +- src/IconFunctionsOutlinedFilled.tsx | 6 +- src/IconFunctionsRounded.tsx | 4 +- src/IconFunctionsRoundedFilled.tsx | 6 +- src/IconFunctionsSharp.tsx | 4 +- src/IconFunctionsSharpFilled.tsx | 4 +- src/IconFunicularOutlined.tsx | 4 +- src/IconFunicularOutlinedFilled.tsx | 6 +- src/IconFunicularRounded.tsx | 4 +- src/IconFunicularRoundedFilled.tsx | 6 +- src/IconFunicularSharp.tsx | 4 +- src/IconFunicularSharpFilled.tsx | 4 +- src/IconGMobiledataBadgeOutlined.tsx | 6 +- src/IconGMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconGMobiledataBadgeRounded.tsx | 6 +- src/IconGMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconGMobiledataBadgeSharp.tsx | 6 +- src/IconGMobiledataBadgeSharpFilled.tsx | 6 +- src/IconGMobiledataOutlined.tsx | 4 +- src/IconGMobiledataOutlinedFilled.tsx | 6 +- src/IconGMobiledataRounded.tsx | 4 +- src/IconGMobiledataRoundedFilled.tsx | 6 +- src/IconGMobiledataSharp.tsx | 4 +- src/IconGMobiledataSharpFilled.tsx | 6 +- src/IconGTranslateOutlined.tsx | 4 +- src/IconGTranslateOutlinedFilled.tsx | 6 +- src/IconGTranslateRounded.tsx | 4 +- src/IconGTranslateRoundedFilled.tsx | 6 +- src/IconGTranslateSharp.tsx | 4 +- src/IconGTranslateSharpFilled.tsx | 6 +- src/IconGalleryThumbnailOutlined.tsx | 6 +- src/IconGalleryThumbnailOutlinedFilled.tsx | 4 +- src/IconGalleryThumbnailRounded.tsx | 6 +- src/IconGalleryThumbnailRoundedFilled.tsx | 4 +- src/IconGalleryThumbnailSharp.tsx | 6 +- src/IconGalleryThumbnailSharpFilled.tsx | 6 +- src/IconGamepadOutlined.tsx | 4 +- src/IconGamepadOutlinedFilled.tsx | 6 +- src/IconGamepadRounded.tsx | 4 +- src/IconGamepadRoundedFilled.tsx | 4 +- src/IconGamepadSharp.tsx | 4 +- src/IconGamepadSharpFilled.tsx | 4 +- src/IconGarageDoorOutlined.tsx | 4 +- src/IconGarageDoorOutlinedFilled.tsx | 6 +- src/IconGarageDoorRounded.tsx | 4 +- src/IconGarageDoorRoundedFilled.tsx | 6 +- src/IconGarageDoorSharp.tsx | 4 +- src/IconGarageDoorSharpFilled.tsx | 6 +- src/IconGarageHomeOutlined.tsx | 4 +- src/IconGarageHomeOutlinedFilled.tsx | 6 +- src/IconGarageHomeRounded.tsx | 4 +- src/IconGarageHomeRoundedFilled.tsx | 6 +- src/IconGarageHomeSharp.tsx | 4 +- src/IconGarageHomeSharpFilled.tsx | 6 +- src/IconGarageOutlined.tsx | 4 +- src/IconGarageOutlinedFilled.tsx | 4 +- src/IconGarageRounded.tsx | 4 +- src/IconGarageRoundedFilled.tsx | 4 +- src/IconGarageSharp.tsx | 4 +- src/IconGarageSharpFilled.tsx | 4 +- src/IconGardenCartOutlined.tsx | 4 +- src/IconGardenCartOutlinedFilled.tsx | 6 +- src/IconGardenCartRounded.tsx | 4 +- src/IconGardenCartRoundedFilled.tsx | 6 +- src/IconGardenCartSharp.tsx | 4 +- src/IconGardenCartSharpFilled.tsx | 6 +- src/IconGasMeterOutlined.tsx | 4 +- src/IconGasMeterOutlinedFilled.tsx | 6 +- src/IconGasMeterRounded.tsx | 4 +- src/IconGasMeterRoundedFilled.tsx | 6 +- src/IconGasMeterSharp.tsx | 4 +- src/IconGasMeterSharpFilled.tsx | 4 +- src/IconGastroenterologyOutlined.tsx | 6 +- src/IconGastroenterologyOutlinedFilled.tsx | 4 +- src/IconGastroenterologyRounded.tsx | 6 +- src/IconGastroenterologyRoundedFilled.tsx | 4 +- src/IconGastroenterologySharp.tsx | 6 +- src/IconGastroenterologySharpFilled.tsx | 6 +- src/IconGateOutlined.tsx | 4 +- src/IconGateOutlinedFilled.tsx | 4 +- src/IconGateRounded.tsx | 4 +- src/IconGateRoundedFilled.tsx | 4 +- src/IconGateSharp.tsx | 4 +- src/IconGateSharpFilled.tsx | 4 +- src/IconGavelOutlined.tsx | 4 +- src/IconGavelOutlinedFilled.tsx | 4 +- src/IconGavelRounded.tsx | 4 +- src/IconGavelRoundedFilled.tsx | 4 +- src/IconGavelSharp.tsx | 4 +- src/IconGavelSharpFilled.tsx | 4 +- src/IconGeneralDeviceOutlined.tsx | 6 +- src/IconGeneralDeviceOutlinedFilled.tsx | 6 +- src/IconGeneralDeviceRounded.tsx | 4 +- src/IconGeneralDeviceRoundedFilled.tsx | 6 +- src/IconGeneralDeviceSharp.tsx | 4 +- src/IconGeneralDeviceSharpFilled.tsx | 6 +- src/IconGeneticsOutlined.tsx | 4 +- src/IconGeneticsOutlinedFilled.tsx | 6 +- src/IconGeneticsRounded.tsx | 4 +- src/IconGeneticsRoundedFilled.tsx | 6 +- src/IconGeneticsSharp.tsx | 4 +- src/IconGeneticsSharpFilled.tsx | 4 +- src/IconGenresOutlined.tsx | 4 +- src/IconGenresOutlinedFilled.tsx | 4 +- src/IconGenresRounded.tsx | 4 +- src/IconGenresRoundedFilled.tsx | 4 +- src/IconGenresSharp.tsx | 4 +- src/IconGenresSharpFilled.tsx | 4 +- src/IconGestureOutlined.tsx | 4 +- src/IconGestureOutlinedFilled.tsx | 6 +- src/IconGestureRounded.tsx | 4 +- src/IconGestureRoundedFilled.tsx | 4 +- src/IconGestureSelectOutlined.tsx | 6 +- src/IconGestureSelectOutlinedFilled.tsx | 6 +- src/IconGestureSelectRounded.tsx | 4 +- src/IconGestureSelectRoundedFilled.tsx | 6 +- src/IconGestureSelectSharp.tsx | 4 +- src/IconGestureSelectSharpFilled.tsx | 6 +- src/IconGestureSharp.tsx | 4 +- src/IconGestureSharpFilled.tsx | 4 +- src/IconGif2Outlined.tsx | 4 +- src/IconGif2OutlinedFilled.tsx | 4 +- src/IconGif2Rounded.tsx | 4 +- src/IconGif2RoundedFilled.tsx | 4 +- src/IconGif2Sharp.tsx | 4 +- src/IconGif2SharpFilled.tsx | 4 +- src/IconGifBoxOutlined.tsx | 4 +- src/IconGifBoxOutlinedFilled.tsx | 4 +- src/IconGifBoxRounded.tsx | 4 +- src/IconGifBoxRoundedFilled.tsx | 4 +- src/IconGifBoxSharp.tsx | 4 +- src/IconGifBoxSharpFilled.tsx | 4 +- src/IconGifOutlined.tsx | 4 +- src/IconGifOutlinedFilled.tsx | 4 +- src/IconGifRounded.tsx | 4 +- src/IconGifRoundedFilled.tsx | 4 +- src/IconGifSharp.tsx | 4 +- src/IconGifSharpFilled.tsx | 4 +- src/IconGirlOutlined.tsx | 4 +- src/IconGirlOutlinedFilled.tsx | 4 +- src/IconGirlRounded.tsx | 4 +- src/IconGirlRoundedFilled.tsx | 4 +- src/IconGirlSharp.tsx | 4 +- src/IconGirlSharpFilled.tsx | 4 +- src/IconGiteOutlined.tsx | 4 +- src/IconGiteOutlinedFilled.tsx | 4 +- src/IconGiteRounded.tsx | 4 +- src/IconGiteRoundedFilled.tsx | 4 +- src/IconGiteSharp.tsx | 4 +- src/IconGiteSharpFilled.tsx | 4 +- src/IconGlassCupOutlined.tsx | 4 +- src/IconGlassCupOutlinedFilled.tsx | 6 +- src/IconGlassCupRounded.tsx | 4 +- src/IconGlassCupRoundedFilled.tsx | 6 +- src/IconGlassCupSharp.tsx | 4 +- src/IconGlassCupSharpFilled.tsx | 4 +- src/IconGlobeAsiaOutlined.tsx | 4 +- src/IconGlobeAsiaOutlinedFilled.tsx | 6 +- src/IconGlobeAsiaRounded.tsx | 4 +- src/IconGlobeAsiaRoundedFilled.tsx | 6 +- src/IconGlobeAsiaSharp.tsx | 4 +- src/IconGlobeAsiaSharpFilled.tsx | 4 +- src/IconGlobeOutlined.tsx | 4 +- src/IconGlobeOutlinedFilled.tsx | 4 +- src/IconGlobeRounded.tsx | 4 +- src/IconGlobeRoundedFilled.tsx | 4 +- src/IconGlobeSharp.tsx | 4 +- src/IconGlobeSharpFilled.tsx | 4 +- src/IconGlobeUkOutlined.tsx | 4 +- src/IconGlobeUkOutlinedFilled.tsx | 6 +- src/IconGlobeUkRounded.tsx | 4 +- src/IconGlobeUkRoundedFilled.tsx | 4 +- src/IconGlobeUkSharp.tsx | 4 +- src/IconGlobeUkSharpFilled.tsx | 4 +- src/IconGlucoseOutlined.tsx | 4 +- src/IconGlucoseOutlinedFilled.tsx | 6 +- src/IconGlucoseRounded.tsx | 4 +- src/IconGlucoseRoundedFilled.tsx | 4 +- src/IconGlucoseSharp.tsx | 4 +- src/IconGlucoseSharpFilled.tsx | 4 +- src/IconGlyphsOutlined.tsx | 4 +- src/IconGlyphsOutlinedFilled.tsx | 4 +- src/IconGlyphsRounded.tsx | 4 +- src/IconGlyphsRoundedFilled.tsx | 4 +- src/IconGlyphsSharp.tsx | 4 +- src/IconGlyphsSharpFilled.tsx | 4 +- src/IconGoToLineOutlined.tsx | 4 +- src/IconGoToLineOutlinedFilled.tsx | 6 +- src/IconGoToLineRounded.tsx | 4 +- src/IconGoToLineRoundedFilled.tsx | 6 +- src/IconGoToLineSharp.tsx | 4 +- src/IconGoToLineSharpFilled.tsx | 4 +- src/IconGolfCourseOutlined.tsx | 4 +- src/IconGolfCourseOutlinedFilled.tsx | 6 +- src/IconGolfCourseRounded.tsx | 4 +- src/IconGolfCourseRoundedFilled.tsx | 6 +- src/IconGolfCourseSharp.tsx | 4 +- src/IconGolfCourseSharpFilled.tsx | 6 +- src/IconGondolaLiftOutlined.tsx | 4 +- src/IconGondolaLiftOutlinedFilled.tsx | 6 +- src/IconGondolaLiftRounded.tsx | 4 +- src/IconGondolaLiftRoundedFilled.tsx | 6 +- src/IconGondolaLiftSharp.tsx | 4 +- src/IconGondolaLiftSharpFilled.tsx | 6 +- src/IconGoogleHomeDevicesOutlined.tsx | 6 +- src/IconGoogleHomeDevicesOutlinedFilled.tsx | 4 +- src/IconGoogleHomeDevicesRounded.tsx | 6 +- src/IconGoogleHomeDevicesRoundedFilled.tsx | 4 +- src/IconGoogleHomeDevicesSharp.tsx | 6 +- src/IconGoogleHomeDevicesSharpFilled.tsx | 4 +- src/IconGoogleTvRemoteOutlined.tsx | 6 +- src/IconGoogleTvRemoteOutlinedFilled.tsx | 4 +- src/IconGoogleTvRemoteRounded.tsx | 6 +- src/IconGoogleTvRemoteRoundedFilled.tsx | 6 +- src/IconGoogleTvRemoteSharp.tsx | 4 +- src/IconGoogleTvRemoteSharpFilled.tsx | 6 +- src/IconGoogleWifiOutlined.tsx | 4 +- src/IconGoogleWifiOutlinedFilled.tsx | 6 +- src/IconGoogleWifiRounded.tsx | 4 +- src/IconGoogleWifiRoundedFilled.tsx | 6 +- src/IconGoogleWifiSharp.tsx | 4 +- src/IconGoogleWifiSharpFilled.tsx | 6 +- src/IconGppBadOutlined.tsx | 4 +- src/IconGppBadOutlinedFilled.tsx | 4 +- src/IconGppBadRounded.tsx | 4 +- src/IconGppBadRoundedFilled.tsx | 4 +- src/IconGppBadSharp.tsx | 4 +- src/IconGppBadSharpFilled.tsx | 4 +- src/IconGppMaybeOutlined.tsx | 4 +- src/IconGppMaybeOutlinedFilled.tsx | 6 +- src/IconGppMaybeRounded.tsx | 4 +- src/IconGppMaybeRoundedFilled.tsx | 6 +- src/IconGppMaybeSharp.tsx | 4 +- src/IconGppMaybeSharpFilled.tsx | 4 +- src/IconGradeOutlined.tsx | 4 +- src/IconGradeOutlinedFilled.tsx | 4 +- src/IconGradeRounded.tsx | 4 +- src/IconGradeRoundedFilled.tsx | 4 +- src/IconGradeSharp.tsx | 4 +- src/IconGradeSharpFilled.tsx | 4 +- src/IconGradientOutlined.tsx | 4 +- src/IconGradientOutlinedFilled.tsx | 6 +- src/IconGradientRounded.tsx | 4 +- src/IconGradientRoundedFilled.tsx | 6 +- src/IconGradientSharp.tsx | 4 +- src/IconGradientSharpFilled.tsx | 4 +- src/IconGradingOutlined.tsx | 4 +- src/IconGradingOutlinedFilled.tsx | 6 +- src/IconGradingRounded.tsx | 4 +- src/IconGradingRoundedFilled.tsx | 4 +- src/IconGradingSharp.tsx | 4 +- src/IconGradingSharpFilled.tsx | 4 +- src/IconGrainOutlined.tsx | 4 +- src/IconGrainOutlinedFilled.tsx | 4 +- src/IconGrainRounded.tsx | 4 +- src/IconGrainRoundedFilled.tsx | 4 +- src/IconGrainSharp.tsx | 4 +- src/IconGrainSharpFilled.tsx | 4 +- src/IconGraphicEqOutlined.tsx | 4 +- src/IconGraphicEqOutlinedFilled.tsx | 6 +- src/IconGraphicEqRounded.tsx | 4 +- src/IconGraphicEqRoundedFilled.tsx | 6 +- src/IconGraphicEqSharp.tsx | 4 +- src/IconGraphicEqSharpFilled.tsx | 4 +- src/IconGrassOutlined.tsx | 4 +- src/IconGrassOutlinedFilled.tsx | 4 +- src/IconGrassRounded.tsx | 4 +- src/IconGrassRoundedFilled.tsx | 4 +- src/IconGrassSharp.tsx | 4 +- src/IconGrassSharpFilled.tsx | 4 +- src/IconGrid3x3OffOutlined.tsx | 4 +- src/IconGrid3x3OffOutlinedFilled.tsx | 6 +- src/IconGrid3x3OffRounded.tsx | 4 +- src/IconGrid3x3OffRoundedFilled.tsx | 6 +- src/IconGrid3x3OffSharp.tsx | 4 +- src/IconGrid3x3OffSharpFilled.tsx | 6 +- src/IconGrid3x3Outlined.tsx | 4 +- src/IconGrid3x3OutlinedFilled.tsx | 6 +- src/IconGrid3x3Rounded.tsx | 4 +- src/IconGrid3x3RoundedFilled.tsx | 4 +- src/IconGrid3x3Sharp.tsx | 4 +- src/IconGrid3x3SharpFilled.tsx | 4 +- src/IconGrid4x4Outlined.tsx | 4 +- src/IconGrid4x4OutlinedFilled.tsx | 6 +- src/IconGrid4x4Rounded.tsx | 4 +- src/IconGrid4x4RoundedFilled.tsx | 4 +- src/IconGrid4x4Sharp.tsx | 4 +- src/IconGrid4x4SharpFilled.tsx | 4 +- src/IconGridGoldenratioOutlined.tsx | 6 +- src/IconGridGoldenratioOutlinedFilled.tsx | 4 +- src/IconGridGoldenratioRounded.tsx | 6 +- src/IconGridGoldenratioRoundedFilled.tsx | 4 +- src/IconGridGoldenratioSharp.tsx | 4 +- src/IconGridGoldenratioSharpFilled.tsx | 6 +- src/IconGridGuidesOutlined.tsx | 4 +- src/IconGridGuidesOutlinedFilled.tsx | 6 +- src/IconGridGuidesRounded.tsx | 4 +- src/IconGridGuidesRoundedFilled.tsx | 6 +- src/IconGridGuidesSharp.tsx | 4 +- src/IconGridGuidesSharpFilled.tsx | 6 +- src/IconGridOffOutlined.tsx | 4 +- src/IconGridOffOutlinedFilled.tsx | 6 +- src/IconGridOffRounded.tsx | 4 +- src/IconGridOffRoundedFilled.tsx | 4 +- src/IconGridOffSharp.tsx | 4 +- src/IconGridOffSharpFilled.tsx | 4 +- src/IconGridOnOutlined.tsx | 4 +- src/IconGridOnOutlinedFilled.tsx | 4 +- src/IconGridOnRounded.tsx | 4 +- src/IconGridOnRoundedFilled.tsx | 4 +- src/IconGridOnSharp.tsx | 4 +- src/IconGridOnSharpFilled.tsx | 4 +- src/IconGridViewOutlined.tsx | 4 +- src/IconGridViewOutlinedFilled.tsx | 6 +- src/IconGridViewRounded.tsx | 4 +- src/IconGridViewRoundedFilled.tsx | 6 +- src/IconGridViewSharp.tsx | 4 +- src/IconGridViewSharpFilled.tsx | 4 +- src/IconGroceryOutlined.tsx | 4 +- src/IconGroceryOutlinedFilled.tsx | 6 +- src/IconGroceryRounded.tsx | 4 +- src/IconGroceryRoundedFilled.tsx | 4 +- src/IconGrocerySharp.tsx | 4 +- src/IconGrocerySharpFilled.tsx | 4 +- src/IconGroupAddOutlined.tsx | 4 +- src/IconGroupAddOutlinedFilled.tsx | 6 +- src/IconGroupAddRounded.tsx | 4 +- src/IconGroupAddRoundedFilled.tsx | 6 +- src/IconGroupAddSharp.tsx | 4 +- src/IconGroupAddSharpFilled.tsx | 4 +- src/IconGroupOffOutlined.tsx | 4 +- src/IconGroupOffOutlinedFilled.tsx | 6 +- src/IconGroupOffRounded.tsx | 4 +- src/IconGroupOffRoundedFilled.tsx | 6 +- src/IconGroupOffSharp.tsx | 4 +- src/IconGroupOffSharpFilled.tsx | 4 +- src/IconGroupOutlined.tsx | 4 +- src/IconGroupOutlinedFilled.tsx | 4 +- src/IconGroupRemoveOutlined.tsx | 4 +- src/IconGroupRemoveOutlinedFilled.tsx | 6 +- src/IconGroupRemoveRounded.tsx | 4 +- src/IconGroupRemoveRoundedFilled.tsx | 6 +- src/IconGroupRemoveSharp.tsx | 4 +- src/IconGroupRemoveSharpFilled.tsx | 6 +- src/IconGroupRounded.tsx | 4 +- src/IconGroupRoundedFilled.tsx | 4 +- src/IconGroupSearchOutlined.tsx | 9 + src/IconGroupSearchOutlinedFilled.tsx | 11 + src/IconGroupSearchRounded.tsx | 9 + src/IconGroupSearchRoundedFilled.tsx | 11 + src/IconGroupSearchSharp.tsx | 9 + src/IconGroupSearchSharpFilled.tsx | 11 + src/IconGroupSharp.tsx | 4 +- src/IconGroupSharpFilled.tsx | 4 +- src/IconGroupWorkOutlined.tsx | 4 +- src/IconGroupWorkOutlinedFilled.tsx | 6 +- src/IconGroupWorkRounded.tsx | 4 +- src/IconGroupWorkRoundedFilled.tsx | 6 +- src/IconGroupWorkSharp.tsx | 4 +- src/IconGroupWorkSharpFilled.tsx | 4 +- src/IconGroupedBarChartOutlined.tsx | 6 +- src/IconGroupedBarChartOutlinedFilled.tsx | 4 +- src/IconGroupedBarChartRounded.tsx | 6 +- src/IconGroupedBarChartRoundedFilled.tsx | 4 +- src/IconGroupedBarChartSharp.tsx | 4 +- src/IconGroupedBarChartSharpFilled.tsx | 6 +- src/IconGroups2Outlined.tsx | 4 +- src/IconGroups2OutlinedFilled.tsx | 6 +- src/IconGroups2Rounded.tsx | 4 +- src/IconGroups2RoundedFilled.tsx | 4 +- src/IconGroups2Sharp.tsx | 4 +- src/IconGroups2SharpFilled.tsx | 4 +- src/IconGroups3Outlined.tsx | 4 +- src/IconGroups3OutlinedFilled.tsx | 6 +- src/IconGroups3Rounded.tsx | 4 +- src/IconGroups3RoundedFilled.tsx | 4 +- src/IconGroups3Sharp.tsx | 4 +- src/IconGroups3SharpFilled.tsx | 4 +- src/IconGroupsOutlined.tsx | 4 +- src/IconGroupsOutlinedFilled.tsx | 4 +- src/IconGroupsRounded.tsx | 4 +- src/IconGroupsRoundedFilled.tsx | 4 +- src/IconGroupsSharp.tsx | 4 +- src/IconGroupsSharpFilled.tsx | 4 +- src/IconGuardianOutlined.tsx | 4 +- src/IconGuardianOutlinedFilled.tsx | 6 +- src/IconGuardianRounded.tsx | 4 +- src/IconGuardianRoundedFilled.tsx | 6 +- src/IconGuardianSharp.tsx | 4 +- src/IconGuardianSharpFilled.tsx | 4 +- src/IconGynecologyOutlined.tsx | 4 +- src/IconGynecologyOutlinedFilled.tsx | 6 +- src/IconGynecologyRounded.tsx | 4 +- src/IconGynecologyRoundedFilled.tsx | 6 +- src/IconGynecologySharp.tsx | 4 +- src/IconGynecologySharpFilled.tsx | 6 +- src/IconHMobiledataBadgeOutlined.tsx | 6 +- src/IconHMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconHMobiledataBadgeRounded.tsx | 6 +- src/IconHMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconHMobiledataBadgeSharp.tsx | 6 +- src/IconHMobiledataBadgeSharpFilled.tsx | 6 +- src/IconHMobiledataOutlined.tsx | 4 +- src/IconHMobiledataOutlinedFilled.tsx | 6 +- src/IconHMobiledataRounded.tsx | 4 +- src/IconHMobiledataRoundedFilled.tsx | 6 +- src/IconHMobiledataSharp.tsx | 4 +- src/IconHMobiledataSharpFilled.tsx | 6 +- src/IconHPlusMobiledataBadgeOutlined.tsx | 4 +- ...IconHPlusMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconHPlusMobiledataBadgeRounded.tsx | 6 +- src/IconHPlusMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconHPlusMobiledataBadgeSharp.tsx | 6 +- src/IconHPlusMobiledataBadgeSharpFilled.tsx | 4 +- src/IconHPlusMobiledataOutlined.tsx | 6 +- src/IconHPlusMobiledataOutlinedFilled.tsx | 4 +- src/IconHPlusMobiledataRounded.tsx | 6 +- src/IconHPlusMobiledataRoundedFilled.tsx | 4 +- src/IconHPlusMobiledataSharp.tsx | 4 +- src/IconHPlusMobiledataSharpFilled.tsx | 6 +- src/IconHailOutlined.tsx | 4 +- src/IconHailOutlinedFilled.tsx | 4 +- src/IconHailRounded.tsx | 4 +- src/IconHailRoundedFilled.tsx | 4 +- src/IconHailSharp.tsx | 4 +- src/IconHailSharpFilled.tsx | 4 +- src/IconHallwayOutlined.tsx | 4 +- src/IconHallwayOutlinedFilled.tsx | 6 +- src/IconHallwayRounded.tsx | 4 +- src/IconHallwayRoundedFilled.tsx | 4 +- src/IconHallwaySharp.tsx | 4 +- src/IconHallwaySharpFilled.tsx | 4 +- src/IconHandBonesOutlined.tsx | 4 +- src/IconHandBonesOutlinedFilled.tsx | 6 +- src/IconHandBonesRounded.tsx | 4 +- src/IconHandBonesRoundedFilled.tsx | 6 +- src/IconHandBonesSharp.tsx | 4 +- src/IconHandBonesSharpFilled.tsx | 4 +- src/IconHandGestureOffOutlined.tsx | 6 +- src/IconHandGestureOffOutlinedFilled.tsx | 4 +- src/IconHandGestureOffRounded.tsx | 6 +- src/IconHandGestureOffRoundedFilled.tsx | 6 +- src/IconHandGestureOffSharp.tsx | 4 +- src/IconHandGestureOffSharpFilled.tsx | 6 +- src/IconHandGestureOutlined.tsx | 4 +- src/IconHandGestureOutlinedFilled.tsx | 6 +- src/IconHandGestureRounded.tsx | 4 +- src/IconHandGestureRoundedFilled.tsx | 6 +- src/IconHandGestureSharp.tsx | 4 +- src/IconHandGestureSharpFilled.tsx | 6 +- src/IconHandheldControllerOutlined.tsx | 6 +- src/IconHandheldControllerOutlinedFilled.tsx | 4 +- src/IconHandheldControllerRounded.tsx | 6 +- src/IconHandheldControllerRoundedFilled.tsx | 4 +- src/IconHandheldControllerSharp.tsx | 6 +- src/IconHandheldControllerSharpFilled.tsx | 4 +- src/IconHandshakeOutlined.tsx | 4 +- src/IconHandshakeOutlinedFilled.tsx | 6 +- src/IconHandshakeRounded.tsx | 4 +- src/IconHandshakeRoundedFilled.tsx | 6 +- src/IconHandshakeSharp.tsx | 4 +- src/IconHandshakeSharpFilled.tsx | 4 +- src/IconHandymanOutlined.tsx | 4 +- src/IconHandymanOutlinedFilled.tsx | 6 +- src/IconHandymanRounded.tsx | 4 +- src/IconHandymanRoundedFilled.tsx | 6 +- src/IconHandymanSharp.tsx | 4 +- src/IconHandymanSharpFilled.tsx | 4 +- src/IconHangoutVideoOffOutlined.tsx | 6 +- src/IconHangoutVideoOffOutlinedFilled.tsx | 4 +- src/IconHangoutVideoOffRounded.tsx | 6 +- src/IconHangoutVideoOffRoundedFilled.tsx | 4 +- src/IconHangoutVideoOffSharp.tsx | 4 +- src/IconHangoutVideoOffSharpFilled.tsx | 6 +- src/IconHangoutVideoOutlined.tsx | 4 +- src/IconHangoutVideoOutlinedFilled.tsx | 6 +- src/IconHangoutVideoRounded.tsx | 4 +- src/IconHangoutVideoRoundedFilled.tsx | 6 +- src/IconHangoutVideoSharp.tsx | 4 +- src/IconHangoutVideoSharpFilled.tsx | 6 +- src/IconHardDiskOutlined.tsx | 9 + src/IconHardDiskOutlinedFilled.tsx | 11 + src/IconHardDiskRounded.tsx | 9 + src/IconHardDiskRoundedFilled.tsx | 11 + src/IconHardDiskSharp.tsx | 9 + src/IconHardDiskSharpFilled.tsx | 9 + src/IconHardDrive2Outlined.tsx | 4 +- src/IconHardDrive2OutlinedFilled.tsx | 6 +- src/IconHardDrive2Rounded.tsx | 4 +- src/IconHardDrive2RoundedFilled.tsx | 6 +- src/IconHardDrive2Sharp.tsx | 4 +- src/IconHardDrive2SharpFilled.tsx | 6 +- src/IconHardDriveOutlined.tsx | 4 +- src/IconHardDriveOutlinedFilled.tsx | 6 +- src/IconHardDriveRounded.tsx | 4 +- src/IconHardDriveRoundedFilled.tsx | 6 +- src/IconHardDriveSharp.tsx | 4 +- src/IconHardDriveSharpFilled.tsx | 4 +- src/IconHardwareOutlined.tsx | 4 +- src/IconHardwareOutlinedFilled.tsx | 6 +- src/IconHardwareRounded.tsx | 4 +- src/IconHardwareRoundedFilled.tsx | 6 +- src/IconHardwareSharp.tsx | 4 +- src/IconHardwareSharpFilled.tsx | 4 +- src/IconHdOutlined.tsx | 4 +- src/IconHdOutlinedFilled.tsx | 4 +- src/IconHdRounded.tsx | 4 +- src/IconHdRoundedFilled.tsx | 4 +- src/IconHdSharp.tsx | 4 +- src/IconHdSharpFilled.tsx | 4 +- src/IconHdrAutoOutlined.tsx | 4 +- src/IconHdrAutoOutlinedFilled.tsx | 6 +- src/IconHdrAutoRounded.tsx | 4 +- src/IconHdrAutoRoundedFilled.tsx | 4 +- src/IconHdrAutoSelectOutlined.tsx | 6 +- src/IconHdrAutoSelectOutlinedFilled.tsx | 6 +- src/IconHdrAutoSelectRounded.tsx | 4 +- src/IconHdrAutoSelectRoundedFilled.tsx | 6 +- src/IconHdrAutoSelectSharp.tsx | 4 +- src/IconHdrAutoSelectSharpFilled.tsx | 6 +- src/IconHdrAutoSharp.tsx | 4 +- src/IconHdrAutoSharpFilled.tsx | 4 +- src/IconHdrEnhancedSelectOutlined.tsx | 6 +- src/IconHdrEnhancedSelectOutlinedFilled.tsx | 4 +- src/IconHdrEnhancedSelectRounded.tsx | 6 +- src/IconHdrEnhancedSelectRoundedFilled.tsx | 4 +- src/IconHdrEnhancedSelectSharp.tsx | 6 +- src/IconHdrEnhancedSelectSharpFilled.tsx | 4 +- src/IconHdrOffOutlined.tsx | 4 +- src/IconHdrOffOutlinedFilled.tsx | 4 +- src/IconHdrOffRounded.tsx | 4 +- src/IconHdrOffRoundedFilled.tsx | 4 +- src/IconHdrOffSelectOutlined.tsx | 4 +- src/IconHdrOffSelectOutlinedFilled.tsx | 6 +- src/IconHdrOffSelectRounded.tsx | 4 +- src/IconHdrOffSelectRoundedFilled.tsx | 6 +- src/IconHdrOffSelectSharp.tsx | 4 +- src/IconHdrOffSelectSharpFilled.tsx | 6 +- src/IconHdrOffSharp.tsx | 4 +- src/IconHdrOffSharpFilled.tsx | 4 +- src/IconHdrOnOutlined.tsx | 4 +- src/IconHdrOnOutlinedFilled.tsx | 4 +- src/IconHdrOnRounded.tsx | 4 +- src/IconHdrOnRoundedFilled.tsx | 4 +- src/IconHdrOnSelectOutlined.tsx | 4 +- src/IconHdrOnSelectOutlinedFilled.tsx | 6 +- src/IconHdrOnSelectRounded.tsx | 4 +- src/IconHdrOnSelectRoundedFilled.tsx | 6 +- src/IconHdrOnSelectSharp.tsx | 4 +- src/IconHdrOnSelectSharpFilled.tsx | 6 +- src/IconHdrOnSharp.tsx | 4 +- src/IconHdrOnSharpFilled.tsx | 4 +- src/IconHdrPlusOffOutlined.tsx | 4 +- src/IconHdrPlusOffOutlinedFilled.tsx | 6 +- src/IconHdrPlusOffRounded.tsx | 4 +- src/IconHdrPlusOffRoundedFilled.tsx | 6 +- src/IconHdrPlusOffSharp.tsx | 4 +- src/IconHdrPlusOffSharpFilled.tsx | 6 +- src/IconHdrPlusOutlined.tsx | 4 +- src/IconHdrPlusOutlinedFilled.tsx | 6 +- src/IconHdrPlusRounded.tsx | 4 +- src/IconHdrPlusRoundedFilled.tsx | 4 +- src/IconHdrPlusSharp.tsx | 4 +- src/IconHdrPlusSharpFilled.tsx | 4 +- src/IconHdrStrongOutlined.tsx | 4 +- src/IconHdrStrongOutlinedFilled.tsx | 6 +- src/IconHdrStrongRounded.tsx | 4 +- src/IconHdrStrongRoundedFilled.tsx | 6 +- src/IconHdrStrongSharp.tsx | 4 +- src/IconHdrStrongSharpFilled.tsx | 4 +- src/IconHdrWeakOutlined.tsx | 4 +- src/IconHdrWeakOutlinedFilled.tsx | 6 +- src/IconHdrWeakRounded.tsx | 4 +- src/IconHdrWeakRoundedFilled.tsx | 4 +- src/IconHdrWeakSharp.tsx | 4 +- src/IconHdrWeakSharpFilled.tsx | 4 +- src/IconHeadMountedDeviceOutlined.tsx | 6 +- src/IconHeadMountedDeviceOutlinedFilled.tsx | 4 +- src/IconHeadMountedDeviceRounded.tsx | 6 +- src/IconHeadMountedDeviceRoundedFilled.tsx | 4 +- src/IconHeadMountedDeviceSharp.tsx | 6 +- src/IconHeadMountedDeviceSharpFilled.tsx | 4 +- src/IconHeadphonesBatteryOutlined.tsx | 6 +- src/IconHeadphonesBatteryOutlinedFilled.tsx | 4 +- src/IconHeadphonesBatteryRounded.tsx | 6 +- src/IconHeadphonesBatteryRoundedFilled.tsx | 4 +- src/IconHeadphonesBatterySharp.tsx | 6 +- src/IconHeadphonesBatterySharpFilled.tsx | 4 +- src/IconHeadphonesOutlined.tsx | 4 +- src/IconHeadphonesOutlinedFilled.tsx | 6 +- src/IconHeadphonesRounded.tsx | 4 +- src/IconHeadphonesRoundedFilled.tsx | 6 +- src/IconHeadphonesSharp.tsx | 4 +- src/IconHeadphonesSharpFilled.tsx | 6 +- src/IconHeadsetMicOutlined.tsx | 4 +- src/IconHeadsetMicOutlinedFilled.tsx | 6 +- src/IconHeadsetMicRounded.tsx | 4 +- src/IconHeadsetMicRoundedFilled.tsx | 6 +- src/IconHeadsetMicSharp.tsx | 4 +- src/IconHeadsetMicSharpFilled.tsx | 6 +- src/IconHeadsetOffOutlined.tsx | 4 +- src/IconHeadsetOffOutlinedFilled.tsx | 6 +- src/IconHeadsetOffRounded.tsx | 4 +- src/IconHeadsetOffRoundedFilled.tsx | 6 +- src/IconHeadsetOffSharp.tsx | 4 +- src/IconHeadsetOffSharpFilled.tsx | 6 +- src/IconHealingOutlined.tsx | 4 +- src/IconHealingOutlinedFilled.tsx | 6 +- src/IconHealingRounded.tsx | 4 +- src/IconHealingRoundedFilled.tsx | 4 +- src/IconHealingSharp.tsx | 4 +- src/IconHealingSharpFilled.tsx | 4 +- src/IconHealthAndBeautyOutlined.tsx | 6 +- src/IconHealthAndBeautyOutlinedFilled.tsx | 4 +- src/IconHealthAndBeautyRounded.tsx | 6 +- src/IconHealthAndBeautyRoundedFilled.tsx | 4 +- src/IconHealthAndBeautySharp.tsx | 4 +- src/IconHealthAndBeautySharpFilled.tsx | 6 +- src/IconHealthAndSafetyOutlined.tsx | 6 +- src/IconHealthAndSafetyOutlinedFilled.tsx | 4 +- src/IconHealthAndSafetyRounded.tsx | 6 +- src/IconHealthAndSafetyRoundedFilled.tsx | 4 +- src/IconHealthAndSafetySharp.tsx | 4 +- src/IconHealthAndSafetySharpFilled.tsx | 6 +- src/IconHealthMetricsOutlined.tsx | 6 +- src/IconHealthMetricsOutlinedFilled.tsx | 6 +- src/IconHealthMetricsRounded.tsx | 4 +- src/IconHealthMetricsRoundedFilled.tsx | 6 +- src/IconHealthMetricsSharp.tsx | 4 +- src/IconHealthMetricsSharpFilled.tsx | 6 +- src/IconHeapSnapshotLargeOutlined.tsx | 6 +- src/IconHeapSnapshotLargeOutlinedFilled.tsx | 4 +- src/IconHeapSnapshotLargeRounded.tsx | 6 +- src/IconHeapSnapshotLargeRoundedFilled.tsx | 4 +- src/IconHeapSnapshotLargeSharp.tsx | 6 +- src/IconHeapSnapshotLargeSharpFilled.tsx | 4 +- src/IconHeapSnapshotMultipleOutlined.tsx | 4 +- ...IconHeapSnapshotMultipleOutlinedFilled.tsx | 4 +- src/IconHeapSnapshotMultipleRounded.tsx | 6 +- src/IconHeapSnapshotMultipleRoundedFilled.tsx | 4 +- src/IconHeapSnapshotMultipleSharp.tsx | 6 +- src/IconHeapSnapshotMultipleSharpFilled.tsx | 4 +- src/IconHeapSnapshotThumbnailOutlined.tsx | 4 +- ...conHeapSnapshotThumbnailOutlinedFilled.tsx | 4 +- src/IconHeapSnapshotThumbnailRounded.tsx | 4 +- ...IconHeapSnapshotThumbnailRoundedFilled.tsx | 4 +- src/IconHeapSnapshotThumbnailSharp.tsx | 6 +- src/IconHeapSnapshotThumbnailSharpFilled.tsx | 4 +- src/IconHearingAidOutlined.tsx | 4 +- src/IconHearingAidOutlinedFilled.tsx | 6 +- src/IconHearingAidRounded.tsx | 4 +- src/IconHearingAidRoundedFilled.tsx | 6 +- src/IconHearingAidSharp.tsx | 4 +- src/IconHearingAidSharpFilled.tsx | 6 +- src/IconHearingDisabledOutlined.tsx | 6 +- src/IconHearingDisabledOutlinedFilled.tsx | 4 +- src/IconHearingDisabledRounded.tsx | 6 +- src/IconHearingDisabledRoundedFilled.tsx | 4 +- src/IconHearingDisabledSharp.tsx | 4 +- src/IconHearingDisabledSharpFilled.tsx | 6 +- src/IconHearingOutlined.tsx | 4 +- src/IconHearingOutlinedFilled.tsx | 6 +- src/IconHearingRounded.tsx | 4 +- src/IconHearingRoundedFilled.tsx | 4 +- src/IconHearingSharp.tsx | 4 +- src/IconHearingSharpFilled.tsx | 4 +- src/IconHeartBrokenOutlined.tsx | 4 +- src/IconHeartBrokenOutlinedFilled.tsx | 6 +- src/IconHeartBrokenRounded.tsx | 4 +- src/IconHeartBrokenRoundedFilled.tsx | 6 +- src/IconHeartBrokenSharp.tsx | 4 +- src/IconHeartBrokenSharpFilled.tsx | 6 +- src/IconHeartCheckOutlined.tsx | 4 +- src/IconHeartCheckOutlinedFilled.tsx | 6 +- src/IconHeartCheckRounded.tsx | 4 +- src/IconHeartCheckRoundedFilled.tsx | 6 +- src/IconHeartCheckSharp.tsx | 4 +- src/IconHeartCheckSharpFilled.tsx | 6 +- src/IconHeartMinusOutlined.tsx | 4 +- src/IconHeartMinusOutlinedFilled.tsx | 6 +- src/IconHeartMinusRounded.tsx | 4 +- src/IconHeartMinusRoundedFilled.tsx | 6 +- src/IconHeartMinusSharp.tsx | 4 +- src/IconHeartMinusSharpFilled.tsx | 6 +- src/IconHeartPlusOutlined.tsx | 4 +- src/IconHeartPlusOutlinedFilled.tsx | 6 +- src/IconHeartPlusRounded.tsx | 4 +- src/IconHeartPlusRoundedFilled.tsx | 6 +- src/IconHeartPlusSharp.tsx | 4 +- src/IconHeartPlusSharpFilled.tsx | 4 +- src/IconHeatOutlined.tsx | 4 +- src/IconHeatOutlinedFilled.tsx | 4 +- src/IconHeatPumpBalanceOutlined.tsx | 6 +- src/IconHeatPumpBalanceOutlinedFilled.tsx | 4 +- src/IconHeatPumpBalanceRounded.tsx | 6 +- src/IconHeatPumpBalanceRoundedFilled.tsx | 4 +- src/IconHeatPumpBalanceSharp.tsx | 4 +- src/IconHeatPumpBalanceSharpFilled.tsx | 6 +- src/IconHeatPumpOutlined.tsx | 4 +- src/IconHeatPumpOutlinedFilled.tsx | 6 +- src/IconHeatPumpRounded.tsx | 4 +- src/IconHeatPumpRoundedFilled.tsx | 6 +- src/IconHeatPumpSharp.tsx | 4 +- src/IconHeatPumpSharpFilled.tsx | 4 +- src/IconHeatRounded.tsx | 4 +- src/IconHeatRoundedFilled.tsx | 4 +- src/IconHeatSharp.tsx | 4 +- src/IconHeatSharpFilled.tsx | 4 +- src/IconHeightOutlined.tsx | 4 +- src/IconHeightOutlinedFilled.tsx | 4 +- src/IconHeightRounded.tsx | 4 +- src/IconHeightRoundedFilled.tsx | 4 +- src/IconHeightSharp.tsx | 4 +- src/IconHeightSharpFilled.tsx | 4 +- src/IconHelicopterOutlined.tsx | 4 +- src/IconHelicopterOutlinedFilled.tsx | 6 +- src/IconHelicopterRounded.tsx | 4 +- src/IconHelicopterRoundedFilled.tsx | 6 +- src/IconHelicopterSharp.tsx | 4 +- src/IconHelicopterSharpFilled.tsx | 6 +- src/IconHelpCenterOutlined.tsx | 4 +- src/IconHelpCenterOutlinedFilled.tsx | 6 +- src/IconHelpCenterRounded.tsx | 4 +- src/IconHelpCenterRoundedFilled.tsx | 6 +- src/IconHelpCenterSharp.tsx | 4 +- src/IconHelpCenterSharpFilled.tsx | 6 +- src/IconHelpClinicOutlined.tsx | 4 +- src/IconHelpClinicOutlinedFilled.tsx | 6 +- src/IconHelpClinicRounded.tsx | 4 +- src/IconHelpClinicRoundedFilled.tsx | 6 +- src/IconHelpClinicSharp.tsx | 4 +- src/IconHelpClinicSharpFilled.tsx | 6 +- src/IconHelpOutlined.tsx | 4 +- src/IconHelpOutlinedFilled.tsx | 4 +- src/IconHelpRounded.tsx | 4 +- src/IconHelpRoundedFilled.tsx | 4 +- src/IconHelpSharp.tsx | 4 +- src/IconHelpSharpFilled.tsx | 4 +- src/IconHematologyOutlined.tsx | 4 +- src/IconHematologyOutlinedFilled.tsx | 6 +- src/IconHematologyRounded.tsx | 4 +- src/IconHematologyRoundedFilled.tsx | 6 +- src/IconHematologySharp.tsx | 4 +- src/IconHematologySharpFilled.tsx | 6 +- src/IconHevcOutlined.tsx | 4 +- src/IconHevcOutlinedFilled.tsx | 4 +- src/IconHevcRounded.tsx | 4 +- src/IconHevcRoundedFilled.tsx | 4 +- src/IconHevcSharp.tsx | 4 +- src/IconHevcSharpFilled.tsx | 4 +- src/IconHexagonOutlined.tsx | 4 +- src/IconHexagonOutlinedFilled.tsx | 6 +- src/IconHexagonRounded.tsx | 4 +- src/IconHexagonRoundedFilled.tsx | 4 +- src/IconHexagonSharp.tsx | 4 +- src/IconHexagonSharpFilled.tsx | 4 +- src/IconHideImageOutlined.tsx | 4 +- src/IconHideImageOutlinedFilled.tsx | 6 +- src/IconHideImageRounded.tsx | 4 +- src/IconHideImageRoundedFilled.tsx | 6 +- src/IconHideImageSharp.tsx | 4 +- src/IconHideImageSharpFilled.tsx | 4 +- src/IconHideOutlined.tsx | 4 +- src/IconHideOutlinedFilled.tsx | 4 +- src/IconHideRounded.tsx | 4 +- src/IconHideRoundedFilled.tsx | 4 +- src/IconHideSharp.tsx | 4 +- src/IconHideSharpFilled.tsx | 4 +- src/IconHideSourceOutlined.tsx | 4 +- src/IconHideSourceOutlinedFilled.tsx | 6 +- src/IconHideSourceRounded.tsx | 4 +- src/IconHideSourceRoundedFilled.tsx | 6 +- src/IconHideSourceSharp.tsx | 4 +- src/IconHideSourceSharpFilled.tsx | 6 +- src/IconHighDensityOutlined.tsx | 4 +- src/IconHighDensityOutlinedFilled.tsx | 6 +- src/IconHighDensityRounded.tsx | 4 +- src/IconHighDensityRoundedFilled.tsx | 6 +- src/IconHighDensitySharp.tsx | 4 +- src/IconHighDensitySharpFilled.tsx | 6 +- src/IconHighQualityOutlined.tsx | 4 +- src/IconHighQualityOutlinedFilled.tsx | 6 +- src/IconHighQualityRounded.tsx | 4 +- src/IconHighQualityRoundedFilled.tsx | 6 +- src/IconHighQualitySharp.tsx | 4 +- src/IconHighQualitySharpFilled.tsx | 6 +- src/IconHighResOutlined.tsx | 4 +- src/IconHighResOutlinedFilled.tsx | 6 +- src/IconHighResRounded.tsx | 4 +- src/IconHighResRoundedFilled.tsx | 4 +- src/IconHighResSharp.tsx | 4 +- src/IconHighResSharpFilled.tsx | 4 +- src/IconHighlightKeyboardFocusOutlined.tsx | 4 +- ...onHighlightKeyboardFocusOutlinedFilled.tsx | 4 +- src/IconHighlightKeyboardFocusRounded.tsx | 4 +- ...conHighlightKeyboardFocusRoundedFilled.tsx | 4 +- src/IconHighlightKeyboardFocusSharp.tsx | 6 +- src/IconHighlightKeyboardFocusSharpFilled.tsx | 4 +- src/IconHighlightMouseCursorOutlined.tsx | 4 +- ...IconHighlightMouseCursorOutlinedFilled.tsx | 4 +- src/IconHighlightMouseCursorRounded.tsx | 6 +- src/IconHighlightMouseCursorRoundedFilled.tsx | 4 +- src/IconHighlightMouseCursorSharp.tsx | 6 +- src/IconHighlightMouseCursorSharpFilled.tsx | 4 +- src/IconHighlightOutlined.tsx | 4 +- src/IconHighlightOutlinedFilled.tsx | 6 +- src/IconHighlightRounded.tsx | 4 +- src/IconHighlightRoundedFilled.tsx | 6 +- src/IconHighlightSharp.tsx | 4 +- src/IconHighlightSharpFilled.tsx | 4 +- src/IconHighlightTextCursorOutlined.tsx | 6 +- src/IconHighlightTextCursorOutlinedFilled.tsx | 4 +- src/IconHighlightTextCursorRounded.tsx | 6 +- src/IconHighlightTextCursorRoundedFilled.tsx | 4 +- src/IconHighlightTextCursorSharp.tsx | 6 +- src/IconHighlightTextCursorSharpFilled.tsx | 4 +- src/IconHighlighterSize1Outlined.tsx | 6 +- src/IconHighlighterSize1OutlinedFilled.tsx | 4 +- src/IconHighlighterSize1Rounded.tsx | 6 +- src/IconHighlighterSize1RoundedFilled.tsx | 4 +- src/IconHighlighterSize1Sharp.tsx | 6 +- src/IconHighlighterSize1SharpFilled.tsx | 6 +- src/IconHighlighterSize2Outlined.tsx | 6 +- src/IconHighlighterSize2OutlinedFilled.tsx | 4 +- src/IconHighlighterSize2Rounded.tsx | 6 +- src/IconHighlighterSize2RoundedFilled.tsx | 4 +- src/IconHighlighterSize2Sharp.tsx | 6 +- src/IconHighlighterSize2SharpFilled.tsx | 6 +- src/IconHighlighterSize3Outlined.tsx | 6 +- src/IconHighlighterSize3OutlinedFilled.tsx | 4 +- src/IconHighlighterSize3Rounded.tsx | 6 +- src/IconHighlighterSize3RoundedFilled.tsx | 4 +- src/IconHighlighterSize3Sharp.tsx | 6 +- src/IconHighlighterSize3SharpFilled.tsx | 6 +- src/IconHighlighterSize4Outlined.tsx | 6 +- src/IconHighlighterSize4OutlinedFilled.tsx | 4 +- src/IconHighlighterSize4Rounded.tsx | 6 +- src/IconHighlighterSize4RoundedFilled.tsx | 4 +- src/IconHighlighterSize4Sharp.tsx | 6 +- src/IconHighlighterSize4SharpFilled.tsx | 6 +- src/IconHighlighterSize5Outlined.tsx | 6 +- src/IconHighlighterSize5OutlinedFilled.tsx | 4 +- src/IconHighlighterSize5Rounded.tsx | 6 +- src/IconHighlighterSize5RoundedFilled.tsx | 4 +- src/IconHighlighterSize5Sharp.tsx | 6 +- src/IconHighlighterSize5SharpFilled.tsx | 6 +- src/IconHikingOutlined.tsx | 4 +- src/IconHikingOutlinedFilled.tsx | 4 +- src/IconHikingRounded.tsx | 4 +- src/IconHikingRoundedFilled.tsx | 4 +- src/IconHikingSharp.tsx | 4 +- src/IconHikingSharpFilled.tsx | 4 +- src/IconHistory2Outlined.tsx | 9 + src/IconHistory2OutlinedFilled.tsx | 11 + src/IconHistory2Rounded.tsx | 9 + src/IconHistory2RoundedFilled.tsx | 11 + src/IconHistory2Sharp.tsx | 9 + src/IconHistory2SharpFilled.tsx | 9 + src/IconHistoryEduOutlined.tsx | 4 +- src/IconHistoryEduOutlinedFilled.tsx | 6 +- src/IconHistoryEduRounded.tsx | 4 +- src/IconHistoryEduRoundedFilled.tsx | 6 +- src/IconHistoryEduSharp.tsx | 4 +- src/IconHistoryEduSharpFilled.tsx | 6 +- src/IconHistoryOffOutlined.tsx | 4 +- src/IconHistoryOffOutlinedFilled.tsx | 6 +- src/IconHistoryOffRounded.tsx | 4 +- src/IconHistoryOffRoundedFilled.tsx | 6 +- src/IconHistoryOffSharp.tsx | 4 +- src/IconHistoryOffSharpFilled.tsx | 6 +- src/IconHistoryOutlined.tsx | 4 +- src/IconHistoryOutlinedFilled.tsx | 6 +- src/IconHistoryRounded.tsx | 4 +- src/IconHistoryRoundedFilled.tsx | 4 +- src/IconHistorySharp.tsx | 4 +- src/IconHistorySharpFilled.tsx | 4 +- src/IconHistoryToggleOffOutlined.tsx | 6 +- src/IconHistoryToggleOffOutlinedFilled.tsx | 4 +- src/IconHistoryToggleOffRounded.tsx | 6 +- src/IconHistoryToggleOffRoundedFilled.tsx | 4 +- src/IconHistoryToggleOffSharp.tsx | 6 +- src/IconHistoryToggleOffSharpFilled.tsx | 6 +- src/IconHiveOutlined.tsx | 4 +- src/IconHiveOutlinedFilled.tsx | 4 +- src/IconHiveRounded.tsx | 4 +- src/IconHiveRoundedFilled.tsx | 4 +- src/IconHiveSharp.tsx | 4 +- src/IconHiveSharpFilled.tsx | 4 +- src/IconHlsOffOutlined.tsx | 4 +- src/IconHlsOffOutlinedFilled.tsx | 4 +- src/IconHlsOffRounded.tsx | 4 +- src/IconHlsOffRoundedFilled.tsx | 4 +- src/IconHlsOffSharp.tsx | 4 +- src/IconHlsOffSharpFilled.tsx | 4 +- src/IconHlsOutlined.tsx | 4 +- src/IconHlsOutlinedFilled.tsx | 4 +- src/IconHlsRounded.tsx | 4 +- src/IconHlsRoundedFilled.tsx | 4 +- src/IconHlsSharp.tsx | 4 +- src/IconHlsSharpFilled.tsx | 4 +- src/IconHolidayVillageOutlined.tsx | 6 +- src/IconHolidayVillageOutlinedFilled.tsx | 4 +- src/IconHolidayVillageRounded.tsx | 6 +- src/IconHolidayVillageRoundedFilled.tsx | 6 +- src/IconHolidayVillageSharp.tsx | 4 +- src/IconHolidayVillageSharpFilled.tsx | 6 +- src/IconHomeAndGardenOutlined.tsx | 6 +- src/IconHomeAndGardenOutlinedFilled.tsx | 6 +- src/IconHomeAndGardenRounded.tsx | 4 +- src/IconHomeAndGardenRoundedFilled.tsx | 6 +- src/IconHomeAndGardenSharp.tsx | 4 +- src/IconHomeAndGardenSharpFilled.tsx | 6 +- src/IconHomeAppLogoOutlined.tsx | 4 +- src/IconHomeAppLogoOutlinedFilled.tsx | 6 +- src/IconHomeAppLogoRounded.tsx | 4 +- src/IconHomeAppLogoRoundedFilled.tsx | 6 +- src/IconHomeAppLogoSharp.tsx | 4 +- src/IconHomeAppLogoSharpFilled.tsx | 6 +- src/IconHomeHealthOutlined.tsx | 4 +- src/IconHomeHealthOutlinedFilled.tsx | 6 +- src/IconHomeHealthRounded.tsx | 4 +- src/IconHomeHealthRoundedFilled.tsx | 6 +- src/IconHomeHealthSharp.tsx | 4 +- src/IconHomeHealthSharpFilled.tsx | 6 +- src/IconHomeImprovementAndToolsOutlined.tsx | 4 +- ...nHomeImprovementAndToolsOutlinedFilled.tsx | 4 +- src/IconHomeImprovementAndToolsRounded.tsx | 4 +- ...onHomeImprovementAndToolsRoundedFilled.tsx | 4 +- src/IconHomeImprovementAndToolsSharp.tsx | 4 +- ...IconHomeImprovementAndToolsSharpFilled.tsx | 4 +- src/IconHomeIotDeviceOutlined.tsx | 6 +- src/IconHomeIotDeviceOutlinedFilled.tsx | 6 +- src/IconHomeIotDeviceRounded.tsx | 4 +- src/IconHomeIotDeviceRoundedFilled.tsx | 6 +- src/IconHomeIotDeviceSharp.tsx | 4 +- src/IconHomeIotDeviceSharpFilled.tsx | 6 +- src/IconHomeMaxDotsOutlined.tsx | 4 +- src/IconHomeMaxDotsOutlinedFilled.tsx | 6 +- src/IconHomeMaxDotsRounded.tsx | 4 +- src/IconHomeMaxDotsRoundedFilled.tsx | 6 +- src/IconHomeMaxDotsSharp.tsx | 4 +- src/IconHomeMaxDotsSharpFilled.tsx | 6 +- src/IconHomeMaxOutlined.tsx | 4 +- src/IconHomeMaxOutlinedFilled.tsx | 6 +- src/IconHomeMaxRounded.tsx | 4 +- src/IconHomeMaxRoundedFilled.tsx | 4 +- src/IconHomeMaxSharp.tsx | 4 +- src/IconHomeMaxSharpFilled.tsx | 4 +- src/IconHomeMiniOutlined.tsx | 4 +- src/IconHomeMiniOutlinedFilled.tsx | 6 +- src/IconHomeMiniRounded.tsx | 4 +- src/IconHomeMiniRoundedFilled.tsx | 6 +- src/IconHomeMiniSharp.tsx | 4 +- src/IconHomeMiniSharpFilled.tsx | 4 +- src/IconHomeOutlined.tsx | 4 +- src/IconHomeOutlinedFilled.tsx | 4 +- src/IconHomePinOutlined.tsx | 4 +- src/IconHomePinOutlinedFilled.tsx | 6 +- src/IconHomePinRounded.tsx | 4 +- src/IconHomePinRoundedFilled.tsx | 4 +- src/IconHomePinSharp.tsx | 4 +- src/IconHomePinSharpFilled.tsx | 4 +- src/IconHomeRepairServiceOutlined.tsx | 6 +- src/IconHomeRepairServiceOutlinedFilled.tsx | 4 +- src/IconHomeRepairServiceRounded.tsx | 6 +- src/IconHomeRepairServiceRoundedFilled.tsx | 4 +- src/IconHomeRepairServiceSharp.tsx | 6 +- src/IconHomeRepairServiceSharpFilled.tsx | 4 +- src/IconHomeRounded.tsx | 4 +- src/IconHomeRoundedFilled.tsx | 4 +- src/IconHomeSharp.tsx | 4 +- src/IconHomeSharpFilled.tsx | 4 +- src/IconHomeSpeakerOutlined.tsx | 4 +- src/IconHomeSpeakerOutlinedFilled.tsx | 6 +- src/IconHomeSpeakerRounded.tsx | 4 +- src/IconHomeSpeakerRoundedFilled.tsx | 6 +- src/IconHomeSpeakerSharp.tsx | 4 +- src/IconHomeSpeakerSharpFilled.tsx | 6 +- src/IconHomeStorageOutlined.tsx | 4 +- src/IconHomeStorageOutlinedFilled.tsx | 6 +- src/IconHomeStorageRounded.tsx | 4 +- src/IconHomeStorageRoundedFilled.tsx | 6 +- src/IconHomeStorageSharp.tsx | 4 +- src/IconHomeStorageSharpFilled.tsx | 6 +- src/IconHomeWorkOutlined.tsx | 4 +- src/IconHomeWorkOutlinedFilled.tsx | 6 +- src/IconHomeWorkRounded.tsx | 4 +- src/IconHomeWorkRoundedFilled.tsx | 6 +- src/IconHomeWorkSharp.tsx | 4 +- src/IconHomeWorkSharpFilled.tsx | 4 +- src/IconHorizontalDistributeOutlined.tsx | 4 +- ...IconHorizontalDistributeOutlinedFilled.tsx | 4 +- src/IconHorizontalDistributeRounded.tsx | 6 +- src/IconHorizontalDistributeRoundedFilled.tsx | 4 +- src/IconHorizontalDistributeSharp.tsx | 6 +- src/IconHorizontalDistributeSharpFilled.tsx | 4 +- src/IconHorizontalRuleOutlined.tsx | 6 +- src/IconHorizontalRuleOutlinedFilled.tsx | 4 +- src/IconHorizontalRuleRounded.tsx | 6 +- src/IconHorizontalRuleRoundedFilled.tsx | 6 +- src/IconHorizontalRuleSharp.tsx | 4 +- src/IconHorizontalRuleSharpFilled.tsx | 6 +- src/IconHorizontalSplitOutlined.tsx | 6 +- src/IconHorizontalSplitOutlinedFilled.tsx | 4 +- src/IconHorizontalSplitRounded.tsx | 6 +- src/IconHorizontalSplitRoundedFilled.tsx | 4 +- src/IconHorizontalSplitSharp.tsx | 4 +- src/IconHorizontalSplitSharpFilled.tsx | 6 +- src/IconHostOutlined.tsx | 9 + src/IconHostOutlinedFilled.tsx | 9 + src/IconHostRounded.tsx | 9 + src/IconHostRoundedFilled.tsx | 9 + src/IconHostSharp.tsx | 9 + src/IconHostSharpFilled.tsx | 9 + src/IconHotTubOutlined.tsx | 4 +- src/IconHotTubOutlinedFilled.tsx | 4 +- src/IconHotTubRounded.tsx | 4 +- src/IconHotTubRoundedFilled.tsx | 4 +- src/IconHotTubSharp.tsx | 4 +- src/IconHotTubSharpFilled.tsx | 4 +- src/IconHotelClassOutlined.tsx | 4 +- src/IconHotelClassOutlinedFilled.tsx | 6 +- src/IconHotelClassRounded.tsx | 4 +- src/IconHotelClassRoundedFilled.tsx | 6 +- src/IconHotelClassSharp.tsx | 4 +- src/IconHotelClassSharpFilled.tsx | 6 +- src/IconHotelOutlined.tsx | 4 +- src/IconHotelOutlinedFilled.tsx | 4 +- src/IconHotelRounded.tsx | 4 +- src/IconHotelRoundedFilled.tsx | 4 +- src/IconHotelSharp.tsx | 4 +- src/IconHotelSharpFilled.tsx | 4 +- src/IconHourglassBottomOutlined.tsx | 6 +- src/IconHourglassBottomOutlinedFilled.tsx | 4 +- src/IconHourglassBottomRounded.tsx | 6 +- src/IconHourglassBottomRoundedFilled.tsx | 4 +- src/IconHourglassBottomSharp.tsx | 4 +- src/IconHourglassBottomSharpFilled.tsx | 6 +- src/IconHourglassDisabledOutlined.tsx | 6 +- src/IconHourglassDisabledOutlinedFilled.tsx | 4 +- src/IconHourglassDisabledRounded.tsx | 6 +- src/IconHourglassDisabledRoundedFilled.tsx | 4 +- src/IconHourglassDisabledSharp.tsx | 6 +- src/IconHourglassDisabledSharpFilled.tsx | 4 +- src/IconHourglassEmptyOutlined.tsx | 6 +- src/IconHourglassEmptyOutlinedFilled.tsx | 4 +- src/IconHourglassEmptyRounded.tsx | 6 +- src/IconHourglassEmptyRoundedFilled.tsx | 6 +- src/IconHourglassEmptySharp.tsx | 4 +- src/IconHourglassEmptySharpFilled.tsx | 6 +- src/IconHourglassOutlined.tsx | 4 +- src/IconHourglassOutlinedFilled.tsx | 6 +- src/IconHourglassRounded.tsx | 4 +- src/IconHourglassRoundedFilled.tsx | 6 +- src/IconHourglassSharp.tsx | 4 +- src/IconHourglassSharpFilled.tsx | 4 +- src/IconHourglassTopOutlined.tsx | 4 +- src/IconHourglassTopOutlinedFilled.tsx | 6 +- src/IconHourglassTopRounded.tsx | 4 +- src/IconHourglassTopRoundedFilled.tsx | 6 +- src/IconHourglassTopSharp.tsx | 4 +- src/IconHourglassTopSharpFilled.tsx | 6 +- src/IconHouseOutlined.tsx | 4 +- src/IconHouseOutlinedFilled.tsx | 4 +- src/IconHouseRounded.tsx | 4 +- src/IconHouseRoundedFilled.tsx | 4 +- src/IconHouseSharp.tsx | 4 +- src/IconHouseSharpFilled.tsx | 4 +- src/IconHouseSidingOutlined.tsx | 4 +- src/IconHouseSidingOutlinedFilled.tsx | 6 +- src/IconHouseSidingRounded.tsx | 4 +- src/IconHouseSidingRoundedFilled.tsx | 6 +- src/IconHouseSidingSharp.tsx | 4 +- src/IconHouseSidingSharpFilled.tsx | 6 +- src/IconHouseWithShieldOutlined.tsx | 6 +- src/IconHouseWithShieldOutlinedFilled.tsx | 4 +- src/IconHouseWithShieldRounded.tsx | 6 +- src/IconHouseWithShieldRoundedFilled.tsx | 4 +- src/IconHouseWithShieldSharp.tsx | 4 +- src/IconHouseWithShieldSharpFilled.tsx | 6 +- src/IconHouseboatOutlined.tsx | 4 +- src/IconHouseboatOutlinedFilled.tsx | 6 +- src/IconHouseboatRounded.tsx | 4 +- src/IconHouseboatRoundedFilled.tsx | 6 +- src/IconHouseboatSharp.tsx | 4 +- src/IconHouseboatSharpFilled.tsx | 4 +- src/IconHouseholdSuppliesOutlined.tsx | 6 +- src/IconHouseholdSuppliesOutlinedFilled.tsx | 4 +- src/IconHouseholdSuppliesRounded.tsx | 6 +- src/IconHouseholdSuppliesRoundedFilled.tsx | 4 +- src/IconHouseholdSuppliesSharp.tsx | 6 +- src/IconHouseholdSuppliesSharpFilled.tsx | 4 +- src/IconHovOutlined.tsx | 4 +- src/IconHovOutlinedFilled.tsx | 4 +- src/IconHovRounded.tsx | 4 +- src/IconHovRoundedFilled.tsx | 4 +- src/IconHovSharp.tsx | 4 +- src/IconHovSharpFilled.tsx | 4 +- src/IconHowToRegOutlined.tsx | 4 +- src/IconHowToRegOutlinedFilled.tsx | 6 +- src/IconHowToRegRounded.tsx | 4 +- src/IconHowToRegRoundedFilled.tsx | 6 +- src/IconHowToRegSharp.tsx | 4 +- src/IconHowToRegSharpFilled.tsx | 4 +- src/IconHowToVoteOutlined.tsx | 4 +- src/IconHowToVoteOutlinedFilled.tsx | 6 +- src/IconHowToVoteRounded.tsx | 4 +- src/IconHowToVoteRoundedFilled.tsx | 6 +- src/IconHowToVoteSharp.tsx | 4 +- src/IconHowToVoteSharpFilled.tsx | 4 +- src/IconHrRestingOutlined.tsx | 4 +- src/IconHrRestingOutlinedFilled.tsx | 6 +- src/IconHrRestingRounded.tsx | 4 +- src/IconHrRestingRoundedFilled.tsx | 6 +- src/IconHrRestingSharp.tsx | 4 +- src/IconHrRestingSharpFilled.tsx | 4 +- src/IconHtmlOutlined.tsx | 4 +- src/IconHtmlOutlinedFilled.tsx | 4 +- src/IconHtmlRounded.tsx | 4 +- src/IconHtmlRoundedFilled.tsx | 4 +- src/IconHtmlSharp.tsx | 4 +- src/IconHtmlSharpFilled.tsx | 4 +- src/IconHttpOutlined.tsx | 4 +- src/IconHttpOutlinedFilled.tsx | 4 +- src/IconHttpRounded.tsx | 4 +- src/IconHttpRoundedFilled.tsx | 4 +- src/IconHttpSharp.tsx | 4 +- src/IconHttpSharpFilled.tsx | 4 +- src/IconHubOutlined.tsx | 4 +- src/IconHubOutlinedFilled.tsx | 4 +- src/IconHubRounded.tsx | 4 +- src/IconHubRoundedFilled.tsx | 4 +- src/IconHubSharp.tsx | 4 +- src/IconHubSharpFilled.tsx | 4 +- src/IconHumerusAltOutlined.tsx | 4 +- src/IconHumerusAltOutlinedFilled.tsx | 6 +- src/IconHumerusAltRounded.tsx | 4 +- src/IconHumerusAltRoundedFilled.tsx | 6 +- src/IconHumerusAltSharp.tsx | 4 +- src/IconHumerusAltSharpFilled.tsx | 6 +- src/IconHumerusOutlined.tsx | 4 +- src/IconHumerusOutlinedFilled.tsx | 6 +- src/IconHumerusRounded.tsx | 4 +- src/IconHumerusRoundedFilled.tsx | 4 +- src/IconHumerusSharp.tsx | 4 +- src/IconHumerusSharpFilled.tsx | 4 +- src/IconHumidityHighOutlined.tsx | 4 +- src/IconHumidityHighOutlinedFilled.tsx | 6 +- src/IconHumidityHighRounded.tsx | 4 +- src/IconHumidityHighRoundedFilled.tsx | 6 +- src/IconHumidityHighSharp.tsx | 4 +- src/IconHumidityHighSharpFilled.tsx | 6 +- src/IconHumidityIndoorOutlined.tsx | 6 +- src/IconHumidityIndoorOutlinedFilled.tsx | 4 +- src/IconHumidityIndoorRounded.tsx | 6 +- src/IconHumidityIndoorRoundedFilled.tsx | 6 +- src/IconHumidityIndoorSharp.tsx | 4 +- src/IconHumidityIndoorSharpFilled.tsx | 6 +- src/IconHumidityLowOutlined.tsx | 4 +- src/IconHumidityLowOutlinedFilled.tsx | 6 +- src/IconHumidityLowRounded.tsx | 4 +- src/IconHumidityLowRoundedFilled.tsx | 6 +- src/IconHumidityLowSharp.tsx | 4 +- src/IconHumidityLowSharpFilled.tsx | 6 +- src/IconHumidityMidOutlined.tsx | 4 +- src/IconHumidityMidOutlinedFilled.tsx | 6 +- src/IconHumidityMidRounded.tsx | 4 +- src/IconHumidityMidRoundedFilled.tsx | 6 +- src/IconHumidityMidSharp.tsx | 4 +- src/IconHumidityMidSharpFilled.tsx | 6 +- src/IconHumidityPercentageOutlined.tsx | 6 +- src/IconHumidityPercentageOutlinedFilled.tsx | 4 +- src/IconHumidityPercentageRounded.tsx | 6 +- src/IconHumidityPercentageRoundedFilled.tsx | 4 +- src/IconHumidityPercentageSharp.tsx | 6 +- src/IconHumidityPercentageSharpFilled.tsx | 4 +- src/IconHvacOutlined.tsx | 4 +- src/IconHvacOutlinedFilled.tsx | 4 +- src/IconHvacRounded.tsx | 4 +- src/IconHvacRoundedFilled.tsx | 4 +- src/IconHvacSharp.tsx | 4 +- src/IconHvacSharpFilled.tsx | 4 +- src/IconIceSkatingOutlined.tsx | 4 +- src/IconIceSkatingOutlinedFilled.tsx | 6 +- src/IconIceSkatingRounded.tsx | 4 +- src/IconIceSkatingRoundedFilled.tsx | 6 +- src/IconIceSkatingSharp.tsx | 4 +- src/IconIceSkatingSharpFilled.tsx | 6 +- src/IconIcecreamOutlined.tsx | 4 +- src/IconIcecreamOutlinedFilled.tsx | 6 +- src/IconIcecreamRounded.tsx | 4 +- src/IconIcecreamRoundedFilled.tsx | 6 +- src/IconIcecreamSharp.tsx | 4 +- src/IconIcecreamSharpFilled.tsx | 4 +- src/IconIdCardOutlined.tsx | 4 +- src/IconIdCardOutlinedFilled.tsx | 4 +- src/IconIdCardRounded.tsx | 4 +- src/IconIdCardRoundedFilled.tsx | 4 +- src/IconIdCardSharp.tsx | 4 +- src/IconIdCardSharpFilled.tsx | 4 +- src/IconIflOutlined.tsx | 4 +- src/IconIflOutlinedFilled.tsx | 4 +- src/IconIflRounded.tsx | 4 +- src/IconIflRoundedFilled.tsx | 4 +- src/IconIflSharp.tsx | 4 +- src/IconIflSharpFilled.tsx | 4 +- src/IconIframeOffOutlined.tsx | 4 +- src/IconIframeOffOutlinedFilled.tsx | 6 +- src/IconIframeOffRounded.tsx | 4 +- src/IconIframeOffRoundedFilled.tsx | 6 +- src/IconIframeOffSharp.tsx | 4 +- src/IconIframeOffSharpFilled.tsx | 4 +- src/IconIframeOutlined.tsx | 4 +- src/IconIframeOutlinedFilled.tsx | 4 +- src/IconIframeRounded.tsx | 4 +- src/IconIframeRoundedFilled.tsx | 4 +- src/IconIframeSharp.tsx | 4 +- src/IconIframeSharpFilled.tsx | 4 +- src/IconImageAspectRatioOutlined.tsx | 6 +- src/IconImageAspectRatioOutlinedFilled.tsx | 4 +- src/IconImageAspectRatioRounded.tsx | 6 +- src/IconImageAspectRatioRoundedFilled.tsx | 4 +- src/IconImageAspectRatioSharp.tsx | 6 +- src/IconImageAspectRatioSharpFilled.tsx | 6 +- src/IconImageOutlined.tsx | 4 +- src/IconImageOutlinedFilled.tsx | 4 +- src/IconImageRounded.tsx | 4 +- src/IconImageRoundedFilled.tsx | 4 +- src/IconImageSearchOutlined.tsx | 4 +- src/IconImageSearchOutlinedFilled.tsx | 6 +- src/IconImageSearchRounded.tsx | 4 +- src/IconImageSearchRoundedFilled.tsx | 6 +- src/IconImageSearchSharp.tsx | 4 +- src/IconImageSearchSharpFilled.tsx | 6 +- src/IconImageSharp.tsx | 4 +- src/IconImageSharpFilled.tsx | 4 +- src/IconImagesearchRollerOutlined.tsx | 6 +- src/IconImagesearchRollerOutlinedFilled.tsx | 4 +- src/IconImagesearchRollerRounded.tsx | 6 +- src/IconImagesearchRollerRoundedFilled.tsx | 4 +- src/IconImagesearchRollerSharp.tsx | 6 +- src/IconImagesearchRollerSharpFilled.tsx | 4 +- src/IconImagesmodeOutlined.tsx | 4 +- src/IconImagesmodeOutlinedFilled.tsx | 6 +- src/IconImagesmodeRounded.tsx | 4 +- src/IconImagesmodeRoundedFilled.tsx | 6 +- src/IconImagesmodeSharp.tsx | 4 +- src/IconImagesmodeSharpFilled.tsx | 6 +- src/IconImmunologyOutlined.tsx | 4 +- src/IconImmunologyOutlinedFilled.tsx | 6 +- src/IconImmunologyRounded.tsx | 4 +- src/IconImmunologyRoundedFilled.tsx | 6 +- src/IconImmunologySharp.tsx | 4 +- src/IconImmunologySharpFilled.tsx | 6 +- src/IconImportContactsOutlined.tsx | 6 +- src/IconImportContactsOutlinedFilled.tsx | 4 +- src/IconImportContactsRounded.tsx | 6 +- src/IconImportContactsRoundedFilled.tsx | 6 +- src/IconImportContactsSharp.tsx | 4 +- src/IconImportContactsSharpFilled.tsx | 6 +- src/IconImportantDevicesOutlined.tsx | 6 +- src/IconImportantDevicesOutlinedFilled.tsx | 4 +- src/IconImportantDevicesRounded.tsx | 6 +- src/IconImportantDevicesRoundedFilled.tsx | 4 +- src/IconImportantDevicesSharp.tsx | 6 +- src/IconImportantDevicesSharpFilled.tsx | 6 +- src/IconInHomeModeOutlined.tsx | 4 +- src/IconInHomeModeOutlinedFilled.tsx | 6 +- src/IconInHomeModeRounded.tsx | 4 +- src/IconInHomeModeRoundedFilled.tsx | 6 +- src/IconInHomeModeSharp.tsx | 4 +- src/IconInHomeModeSharpFilled.tsx | 6 +- src/IconInactiveOrderOutlined.tsx | 6 +- src/IconInactiveOrderOutlinedFilled.tsx | 6 +- src/IconInactiveOrderRounded.tsx | 4 +- src/IconInactiveOrderRoundedFilled.tsx | 6 +- src/IconInactiveOrderSharp.tsx | 4 +- src/IconInactiveOrderSharpFilled.tsx | 6 +- src/IconInboxCustomizeOutlined.tsx | 6 +- src/IconInboxCustomizeOutlinedFilled.tsx | 4 +- src/IconInboxCustomizeRounded.tsx | 6 +- src/IconInboxCustomizeRoundedFilled.tsx | 6 +- src/IconInboxCustomizeSharp.tsx | 4 +- src/IconInboxCustomizeSharpFilled.tsx | 6 +- src/IconInboxOutlined.tsx | 4 +- src/IconInboxOutlinedFilled.tsx | 4 +- src/IconInboxRounded.tsx | 4 +- src/IconInboxRoundedFilled.tsx | 4 +- src/IconInboxSharp.tsx | 4 +- src/IconInboxSharpFilled.tsx | 4 +- src/IconIncompleteCircleOutlined.tsx | 6 +- src/IconIncompleteCircleOutlinedFilled.tsx | 4 +- src/IconIncompleteCircleRounded.tsx | 6 +- src/IconIncompleteCircleRoundedFilled.tsx | 4 +- src/IconIncompleteCircleSharp.tsx | 6 +- src/IconIncompleteCircleSharpFilled.tsx | 6 +- src/IconIndeterminateCheckBoxOutlined.tsx | 4 +- ...conIndeterminateCheckBoxOutlinedFilled.tsx | 4 +- src/IconIndeterminateCheckBoxRounded.tsx | 4 +- ...IconIndeterminateCheckBoxRoundedFilled.tsx | 4 +- src/IconIndeterminateCheckBoxSharp.tsx | 6 +- src/IconIndeterminateCheckBoxSharpFilled.tsx | 4 +- src/IconIndeterminateQuestionBoxOutlined.tsx | 4 +- ...IndeterminateQuestionBoxOutlinedFilled.tsx | 8 +- src/IconIndeterminateQuestionBoxRounded.tsx | 4 +- ...nIndeterminateQuestionBoxRoundedFilled.tsx | 4 +- src/IconIndeterminateQuestionBoxSharp.tsx | 4 +- ...conIndeterminateQuestionBoxSharpFilled.tsx | 4 +- src/IconInfoIOutlined.tsx | 4 +- src/IconInfoIOutlinedFilled.tsx | 4 +- src/IconInfoIRounded.tsx | 4 +- src/IconInfoIRoundedFilled.tsx | 4 +- src/IconInfoISharp.tsx | 4 +- src/IconInfoISharpFilled.tsx | 4 +- src/IconInfoOutlined.tsx | 4 +- src/IconInfoOutlinedFilled.tsx | 4 +- src/IconInfoRounded.tsx | 4 +- src/IconInfoRoundedFilled.tsx | 4 +- src/IconInfoSharp.tsx | 4 +- src/IconInfoSharpFilled.tsx | 4 +- src/IconInfraredOutlined.tsx | 4 +- src/IconInfraredOutlinedFilled.tsx | 6 +- src/IconInfraredRounded.tsx | 4 +- src/IconInfraredRoundedFilled.tsx | 6 +- src/IconInfraredSharp.tsx | 4 +- src/IconInfraredSharpFilled.tsx | 4 +- src/IconInkEraserOffOutlined.tsx | 4 +- src/IconInkEraserOffOutlinedFilled.tsx | 6 +- src/IconInkEraserOffRounded.tsx | 4 +- src/IconInkEraserOffRoundedFilled.tsx | 6 +- src/IconInkEraserOffSharp.tsx | 4 +- src/IconInkEraserOffSharpFilled.tsx | 6 +- src/IconInkEraserOutlined.tsx | 4 +- src/IconInkEraserOutlinedFilled.tsx | 6 +- src/IconInkEraserRounded.tsx | 4 +- src/IconInkEraserRoundedFilled.tsx | 6 +- src/IconInkEraserSharp.tsx | 4 +- src/IconInkEraserSharpFilled.tsx | 4 +- src/IconInkHighlighterMoveOutlined.tsx | 6 +- src/IconInkHighlighterMoveOutlinedFilled.tsx | 4 +- src/IconInkHighlighterMoveRounded.tsx | 6 +- src/IconInkHighlighterMoveRoundedFilled.tsx | 4 +- src/IconInkHighlighterMoveSharp.tsx | 6 +- src/IconInkHighlighterMoveSharpFilled.tsx | 4 +- src/IconInkHighlighterOutlined.tsx | 6 +- src/IconInkHighlighterOutlinedFilled.tsx | 4 +- src/IconInkHighlighterRounded.tsx | 6 +- src/IconInkHighlighterRoundedFilled.tsx | 6 +- src/IconInkHighlighterSharp.tsx | 4 +- src/IconInkHighlighterSharpFilled.tsx | 6 +- src/IconInkMarkerOutlined.tsx | 4 +- src/IconInkMarkerOutlinedFilled.tsx | 6 +- src/IconInkMarkerRounded.tsx | 4 +- src/IconInkMarkerRoundedFilled.tsx | 6 +- src/IconInkMarkerSharp.tsx | 4 +- src/IconInkMarkerSharpFilled.tsx | 4 +- src/IconInkPenOutlined.tsx | 4 +- src/IconInkPenOutlinedFilled.tsx | 4 +- src/IconInkPenRounded.tsx | 4 +- src/IconInkPenRoundedFilled.tsx | 4 +- src/IconInkPenSharp.tsx | 4 +- src/IconInkPenSharpFilled.tsx | 4 +- src/IconInpatientOutlined.tsx | 4 +- src/IconInpatientOutlinedFilled.tsx | 6 +- src/IconInpatientRounded.tsx | 4 +- src/IconInpatientRoundedFilled.tsx | 6 +- src/IconInpatientSharp.tsx | 4 +- src/IconInpatientSharpFilled.tsx | 4 +- src/IconInputCircleOutlined.tsx | 4 +- src/IconInputCircleOutlinedFilled.tsx | 6 +- src/IconInputCircleRounded.tsx | 4 +- src/IconInputCircleRoundedFilled.tsx | 6 +- src/IconInputCircleSharp.tsx | 4 +- src/IconInputCircleSharpFilled.tsx | 6 +- src/IconInputOutlined.tsx | 4 +- src/IconInputOutlinedFilled.tsx | 4 +- src/IconInputRounded.tsx | 4 +- src/IconInputRoundedFilled.tsx | 4 +- src/IconInputSharp.tsx | 4 +- src/IconInputSharpFilled.tsx | 4 +- src/IconInsertChartOutlined.tsx | 4 +- src/IconInsertChartOutlinedFilled.tsx | 6 +- src/IconInsertChartRounded.tsx | 4 +- src/IconInsertChartRoundedFilled.tsx | 6 +- src/IconInsertChartSharp.tsx | 4 +- src/IconInsertChartSharpFilled.tsx | 6 +- src/IconInsertPageBreakOutlined.tsx | 6 +- src/IconInsertPageBreakOutlinedFilled.tsx | 4 +- src/IconInsertPageBreakRounded.tsx | 6 +- src/IconInsertPageBreakRoundedFilled.tsx | 4 +- src/IconInsertPageBreakSharp.tsx | 4 +- src/IconInsertPageBreakSharpFilled.tsx | 6 +- src/IconInsertTextOutlined.tsx | 4 +- src/IconInsertTextOutlinedFilled.tsx | 6 +- src/IconInsertTextRounded.tsx | 4 +- src/IconInsertTextRoundedFilled.tsx | 6 +- src/IconInsertTextSharp.tsx | 4 +- src/IconInsertTextSharpFilled.tsx | 6 +- src/IconInstallDesktopOutlined.tsx | 6 +- src/IconInstallDesktopOutlinedFilled.tsx | 4 +- src/IconInstallDesktopRounded.tsx | 6 +- src/IconInstallDesktopRoundedFilled.tsx | 6 +- src/IconInstallDesktopSharp.tsx | 4 +- src/IconInstallDesktopSharpFilled.tsx | 6 +- src/IconInstallMobileOutlined.tsx | 6 +- src/IconInstallMobileOutlinedFilled.tsx | 6 +- src/IconInstallMobileRounded.tsx | 4 +- src/IconInstallMobileRoundedFilled.tsx | 6 +- src/IconInstallMobileSharp.tsx | 4 +- src/IconInstallMobileSharpFilled.tsx | 6 +- src/IconInstantMixOutlined.tsx | 4 +- src/IconInstantMixOutlinedFilled.tsx | 6 +- src/IconInstantMixRounded.tsx | 4 +- src/IconInstantMixRoundedFilled.tsx | 6 +- src/IconInstantMixSharp.tsx | 4 +- src/IconInstantMixSharpFilled.tsx | 6 +- src/IconIntegrationInstructionsOutlined.tsx | 4 +- ...nIntegrationInstructionsOutlinedFilled.tsx | 4 +- src/IconIntegrationInstructionsRounded.tsx | 4 +- ...onIntegrationInstructionsRoundedFilled.tsx | 4 +- src/IconIntegrationInstructionsSharp.tsx | 4 +- ...IconIntegrationInstructionsSharpFilled.tsx | 4 +- src/IconInteractiveSpaceOutlined.tsx | 6 +- src/IconInteractiveSpaceOutlinedFilled.tsx | 4 +- src/IconInteractiveSpaceRounded.tsx | 6 +- src/IconInteractiveSpaceRoundedFilled.tsx | 4 +- src/IconInteractiveSpaceSharp.tsx | 6 +- src/IconInteractiveSpaceSharpFilled.tsx | 6 +- src/IconInterestsOutlined.tsx | 4 +- src/IconInterestsOutlinedFilled.tsx | 6 +- src/IconInterestsRounded.tsx | 4 +- src/IconInterestsRoundedFilled.tsx | 6 +- src/IconInterestsSharp.tsx | 4 +- src/IconInterestsSharpFilled.tsx | 4 +- src/IconInterpreterModeOutlined.tsx | 6 +- src/IconInterpreterModeOutlinedFilled.tsx | 4 +- src/IconInterpreterModeRounded.tsx | 6 +- src/IconInterpreterModeRoundedFilled.tsx | 4 +- src/IconInterpreterModeSharp.tsx | 4 +- src/IconInterpreterModeSharpFilled.tsx | 6 +- src/IconInventory2Outlined.tsx | 4 +- src/IconInventory2OutlinedFilled.tsx | 6 +- src/IconInventory2Rounded.tsx | 4 +- src/IconInventory2RoundedFilled.tsx | 6 +- src/IconInventory2Sharp.tsx | 4 +- src/IconInventory2SharpFilled.tsx | 6 +- src/IconInventoryOutlined.tsx | 4 +- src/IconInventoryOutlinedFilled.tsx | 6 +- src/IconInventoryRounded.tsx | 4 +- src/IconInventoryRoundedFilled.tsx | 6 +- src/IconInventorySharp.tsx | 4 +- src/IconInventorySharpFilled.tsx | 4 +- src/IconInvertColorsOffOutlined.tsx | 6 +- src/IconInvertColorsOffOutlinedFilled.tsx | 4 +- src/IconInvertColorsOffRounded.tsx | 6 +- src/IconInvertColorsOffRoundedFilled.tsx | 4 +- src/IconInvertColorsOffSharp.tsx | 4 +- src/IconInvertColorsOffSharpFilled.tsx | 6 +- src/IconInvertColorsOutlined.tsx | 4 +- src/IconInvertColorsOutlinedFilled.tsx | 6 +- src/IconInvertColorsRounded.tsx | 4 +- src/IconInvertColorsRoundedFilled.tsx | 6 +- src/IconInvertColorsSharp.tsx | 4 +- src/IconInvertColorsSharpFilled.tsx | 6 +- src/IconIosOutlined.tsx | 4 +- src/IconIosOutlinedFilled.tsx | 4 +- src/IconIosRounded.tsx | 4 +- src/IconIosRoundedFilled.tsx | 4 +- src/IconIosShareOutlined.tsx | 4 +- src/IconIosShareOutlinedFilled.tsx | 6 +- src/IconIosShareRounded.tsx | 4 +- src/IconIosShareRoundedFilled.tsx | 6 +- src/IconIosShareSharp.tsx | 4 +- src/IconIosShareSharpFilled.tsx | 4 +- src/IconIosSharp.tsx | 4 +- src/IconIosSharpFilled.tsx | 4 +- src/IconIronOutlined.tsx | 4 +- src/IconIronOutlinedFilled.tsx | 4 +- src/IconIronRounded.tsx | 4 +- src/IconIronRoundedFilled.tsx | 4 +- src/IconIronSharp.tsx | 4 +- src/IconIronSharpFilled.tsx | 4 +- src/IconJamboardKioskOutlined.tsx | 6 +- src/IconJamboardKioskOutlinedFilled.tsx | 6 +- src/IconJamboardKioskRounded.tsx | 4 +- src/IconJamboardKioskRoundedFilled.tsx | 6 +- src/IconJamboardKioskSharp.tsx | 4 +- src/IconJamboardKioskSharpFilled.tsx | 6 +- src/IconJavascriptOutlined.tsx | 4 +- src/IconJavascriptOutlinedFilled.tsx | 6 +- src/IconJavascriptRounded.tsx | 4 +- src/IconJavascriptRoundedFilled.tsx | 6 +- src/IconJavascriptSharp.tsx | 4 +- src/IconJavascriptSharpFilled.tsx | 6 +- src/IconJoinInnerOutlined.tsx | 4 +- src/IconJoinInnerOutlinedFilled.tsx | 6 +- src/IconJoinInnerRounded.tsx | 4 +- src/IconJoinInnerRoundedFilled.tsx | 6 +- src/IconJoinInnerSharp.tsx | 4 +- src/IconJoinInnerSharpFilled.tsx | 4 +- src/IconJoinLeftOutlined.tsx | 4 +- src/IconJoinLeftOutlinedFilled.tsx | 6 +- src/IconJoinLeftRounded.tsx | 4 +- src/IconJoinLeftRoundedFilled.tsx | 6 +- src/IconJoinLeftSharp.tsx | 4 +- src/IconJoinLeftSharpFilled.tsx | 4 +- src/IconJoinOutlined.tsx | 4 +- src/IconJoinOutlinedFilled.tsx | 4 +- src/IconJoinRightOutlined.tsx | 4 +- src/IconJoinRightOutlinedFilled.tsx | 6 +- src/IconJoinRightRounded.tsx | 4 +- src/IconJoinRightRoundedFilled.tsx | 6 +- src/IconJoinRightSharp.tsx | 4 +- src/IconJoinRightSharpFilled.tsx | 4 +- src/IconJoinRounded.tsx | 4 +- src/IconJoinRoundedFilled.tsx | 4 +- src/IconJoinSharp.tsx | 4 +- src/IconJoinSharpFilled.tsx | 4 +- src/IconJoystickOutlined.tsx | 4 +- src/IconJoystickOutlinedFilled.tsx | 6 +- src/IconJoystickRounded.tsx | 4 +- src/IconJoystickRoundedFilled.tsx | 6 +- src/IconJoystickSharp.tsx | 4 +- src/IconJoystickSharpFilled.tsx | 4 +- src/IconJumpToElementOutlined.tsx | 6 +- src/IconJumpToElementOutlinedFilled.tsx | 6 +- src/IconJumpToElementRounded.tsx | 4 +- src/IconJumpToElementRoundedFilled.tsx | 6 +- src/IconJumpToElementSharp.tsx | 4 +- src/IconJumpToElementSharpFilled.tsx | 6 +- src/IconKayakingOutlined.tsx | 4 +- src/IconKayakingOutlinedFilled.tsx | 6 +- src/IconKayakingRounded.tsx | 4 +- src/IconKayakingRoundedFilled.tsx | 6 +- src/IconKayakingSharp.tsx | 4 +- src/IconKayakingSharpFilled.tsx | 4 +- src/IconKebabDiningOutlined.tsx | 4 +- src/IconKebabDiningOutlinedFilled.tsx | 6 +- src/IconKebabDiningRounded.tsx | 4 +- src/IconKebabDiningRoundedFilled.tsx | 6 +- src/IconKebabDiningSharp.tsx | 4 +- src/IconKebabDiningSharpFilled.tsx | 6 +- src/IconKeepOffOutlined.tsx | 4 +- src/IconKeepOffOutlinedFilled.tsx | 6 +- src/IconKeepOffRounded.tsx | 4 +- src/IconKeepOffRoundedFilled.tsx | 4 +- src/IconKeepOffSharp.tsx | 4 +- src/IconKeepOffSharpFilled.tsx | 4 +- src/IconKeepOutlined.tsx | 4 +- src/IconKeepOutlinedFilled.tsx | 4 +- src/IconKeepPublicOutlined.tsx | 4 +- src/IconKeepPublicOutlinedFilled.tsx | 6 +- src/IconKeepPublicRounded.tsx | 4 +- src/IconKeepPublicRoundedFilled.tsx | 6 +- src/IconKeepPublicSharp.tsx | 4 +- src/IconKeepPublicSharpFilled.tsx | 6 +- src/IconKeepRounded.tsx | 4 +- src/IconKeepRoundedFilled.tsx | 4 +- src/IconKeepSharp.tsx | 4 +- src/IconKeepSharpFilled.tsx | 4 +- src/IconKettleOutlined.tsx | 4 +- src/IconKettleOutlinedFilled.tsx | 4 +- src/IconKettleRounded.tsx | 4 +- src/IconKettleRoundedFilled.tsx | 4 +- src/IconKettleSharp.tsx | 4 +- src/IconKettleSharpFilled.tsx | 4 +- src/IconKeyOffOutlined.tsx | 4 +- src/IconKeyOffOutlinedFilled.tsx | 4 +- src/IconKeyOffRounded.tsx | 4 +- src/IconKeyOffRoundedFilled.tsx | 4 +- src/IconKeyOffSharp.tsx | 4 +- src/IconKeyOffSharpFilled.tsx | 4 +- src/IconKeyOutlined.tsx | 4 +- src/IconKeyOutlinedFilled.tsx | 4 +- src/IconKeyRounded.tsx | 4 +- src/IconKeyRoundedFilled.tsx | 4 +- src/IconKeySharp.tsx | 4 +- src/IconKeySharpFilled.tsx | 4 +- src/IconKeyVerticalOutlined.tsx | 4 +- src/IconKeyVerticalOutlinedFilled.tsx | 6 +- src/IconKeyVerticalRounded.tsx | 4 +- src/IconKeyVerticalRoundedFilled.tsx | 6 +- src/IconKeyVerticalSharp.tsx | 4 +- src/IconKeyVerticalSharpFilled.tsx | 6 +- src/IconKeyVisualizerOutlined.tsx | 6 +- src/IconKeyVisualizerOutlinedFilled.tsx | 6 +- src/IconKeyVisualizerRounded.tsx | 4 +- src/IconKeyVisualizerRoundedFilled.tsx | 6 +- src/IconKeyVisualizerSharp.tsx | 4 +- src/IconKeyVisualizerSharpFilled.tsx | 6 +- src/IconKeyboardAltOutlined.tsx | 6 +- src/IconKeyboardAltOutlinedFilled.tsx | 8 +- src/IconKeyboardAltRounded.tsx | 6 +- src/IconKeyboardAltRoundedFilled.tsx | 8 +- src/IconKeyboardAltSharp.tsx | 6 +- src/IconKeyboardAltSharpFilled.tsx | 8 +- src/IconKeyboardArrowDownOutlined.tsx | 6 +- src/IconKeyboardArrowDownOutlinedFilled.tsx | 4 +- src/IconKeyboardArrowDownRounded.tsx | 6 +- src/IconKeyboardArrowDownRoundedFilled.tsx | 4 +- src/IconKeyboardArrowDownSharp.tsx | 6 +- src/IconKeyboardArrowDownSharpFilled.tsx | 4 +- src/IconKeyboardArrowLeftOutlined.tsx | 6 +- src/IconKeyboardArrowLeftOutlinedFilled.tsx | 4 +- src/IconKeyboardArrowLeftRounded.tsx | 6 +- src/IconKeyboardArrowLeftRoundedFilled.tsx | 4 +- src/IconKeyboardArrowLeftSharp.tsx | 6 +- src/IconKeyboardArrowLeftSharpFilled.tsx | 4 +- src/IconKeyboardArrowRightOutlined.tsx | 6 +- src/IconKeyboardArrowRightOutlinedFilled.tsx | 4 +- src/IconKeyboardArrowRightRounded.tsx | 6 +- src/IconKeyboardArrowRightRoundedFilled.tsx | 4 +- src/IconKeyboardArrowRightSharp.tsx | 6 +- src/IconKeyboardArrowRightSharpFilled.tsx | 4 +- src/IconKeyboardArrowUpOutlined.tsx | 6 +- src/IconKeyboardArrowUpOutlinedFilled.tsx | 4 +- src/IconKeyboardArrowUpRounded.tsx | 6 +- src/IconKeyboardArrowUpRoundedFilled.tsx | 4 +- src/IconKeyboardArrowUpSharp.tsx | 4 +- src/IconKeyboardArrowUpSharpFilled.tsx | 6 +- src/IconKeyboardBackspaceOutlined.tsx | 6 +- src/IconKeyboardBackspaceOutlinedFilled.tsx | 4 +- src/IconKeyboardBackspaceRounded.tsx | 6 +- src/IconKeyboardBackspaceRoundedFilled.tsx | 4 +- src/IconKeyboardBackspaceSharp.tsx | 6 +- src/IconKeyboardBackspaceSharpFilled.tsx | 4 +- src/IconKeyboardCapslockBadgeOutlined.tsx | 4 +- ...conKeyboardCapslockBadgeOutlinedFilled.tsx | 4 +- src/IconKeyboardCapslockBadgeRounded.tsx | 4 +- ...IconKeyboardCapslockBadgeRoundedFilled.tsx | 4 +- src/IconKeyboardCapslockBadgeSharp.tsx | 6 +- src/IconKeyboardCapslockBadgeSharpFilled.tsx | 4 +- src/IconKeyboardCapslockOutlined.tsx | 6 +- src/IconKeyboardCapslockOutlinedFilled.tsx | 4 +- src/IconKeyboardCapslockRounded.tsx | 6 +- src/IconKeyboardCapslockRoundedFilled.tsx | 4 +- src/IconKeyboardCapslockSharp.tsx | 6 +- src/IconKeyboardCapslockSharpFilled.tsx | 6 +- src/IconKeyboardCommandKeyOutlined.tsx | 6 +- src/IconKeyboardCommandKeyOutlinedFilled.tsx | 4 +- src/IconKeyboardCommandKeyRounded.tsx | 6 +- src/IconKeyboardCommandKeyRoundedFilled.tsx | 4 +- src/IconKeyboardCommandKeySharp.tsx | 6 +- src/IconKeyboardCommandKeySharpFilled.tsx | 4 +- src/IconKeyboardControlKeyOutlined.tsx | 6 +- src/IconKeyboardControlKeyOutlinedFilled.tsx | 4 +- src/IconKeyboardControlKeyRounded.tsx | 6 +- src/IconKeyboardControlKeyRoundedFilled.tsx | 4 +- src/IconKeyboardControlKeySharp.tsx | 6 +- src/IconKeyboardControlKeySharpFilled.tsx | 4 +- src/IconKeyboardDoubleArrowDownOutlined.tsx | 4 +- ...nKeyboardDoubleArrowDownOutlinedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowDownRounded.tsx | 4 +- ...onKeyboardDoubleArrowDownRoundedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowDownSharp.tsx | 4 +- ...IconKeyboardDoubleArrowDownSharpFilled.tsx | 4 +- src/IconKeyboardDoubleArrowLeftOutlined.tsx | 4 +- ...nKeyboardDoubleArrowLeftOutlinedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowLeftRounded.tsx | 4 +- ...onKeyboardDoubleArrowLeftRoundedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowLeftSharp.tsx | 4 +- ...IconKeyboardDoubleArrowLeftSharpFilled.tsx | 4 +- src/IconKeyboardDoubleArrowRightOutlined.tsx | 4 +- ...KeyboardDoubleArrowRightOutlinedFilled.tsx | 8 +- src/IconKeyboardDoubleArrowRightRounded.tsx | 4 +- ...nKeyboardDoubleArrowRightRoundedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowRightSharp.tsx | 4 +- ...conKeyboardDoubleArrowRightSharpFilled.tsx | 4 +- src/IconKeyboardDoubleArrowUpOutlined.tsx | 4 +- ...conKeyboardDoubleArrowUpOutlinedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowUpRounded.tsx | 4 +- ...IconKeyboardDoubleArrowUpRoundedFilled.tsx | 4 +- src/IconKeyboardDoubleArrowUpSharp.tsx | 6 +- src/IconKeyboardDoubleArrowUpSharpFilled.tsx | 4 +- src/IconKeyboardExternalInputOutlined.tsx | 4 +- ...conKeyboardExternalInputOutlinedFilled.tsx | 4 +- src/IconKeyboardExternalInputRounded.tsx | 4 +- ...IconKeyboardExternalInputRoundedFilled.tsx | 4 +- src/IconKeyboardExternalInputSharp.tsx | 6 +- src/IconKeyboardExternalInputSharpFilled.tsx | 4 +- src/IconKeyboardFullOutlined.tsx | 4 +- src/IconKeyboardFullOutlinedFilled.tsx | 6 +- src/IconKeyboardFullRounded.tsx | 4 +- src/IconKeyboardFullRoundedFilled.tsx | 6 +- src/IconKeyboardFullSharp.tsx | 4 +- src/IconKeyboardFullSharpFilled.tsx | 6 +- src/IconKeyboardHideOutlined.tsx | 4 +- src/IconKeyboardHideOutlinedFilled.tsx | 6 +- src/IconKeyboardHideRounded.tsx | 4 +- src/IconKeyboardHideRoundedFilled.tsx | 6 +- src/IconKeyboardHideSharp.tsx | 4 +- src/IconKeyboardHideSharpFilled.tsx | 6 +- src/IconKeyboardKeysOutlined.tsx | 4 +- src/IconKeyboardKeysOutlinedFilled.tsx | 6 +- src/IconKeyboardKeysRounded.tsx | 4 +- src/IconKeyboardKeysRoundedFilled.tsx | 6 +- src/IconKeyboardKeysSharp.tsx | 4 +- src/IconKeyboardKeysSharpFilled.tsx | 6 +- src/IconKeyboardLockOffOutlined.tsx | 6 +- src/IconKeyboardLockOffOutlinedFilled.tsx | 4 +- src/IconKeyboardLockOffRounded.tsx | 6 +- src/IconKeyboardLockOffRoundedFilled.tsx | 4 +- src/IconKeyboardLockOffSharp.tsx | 4 +- src/IconKeyboardLockOffSharpFilled.tsx | 6 +- src/IconKeyboardLockOutlined.tsx | 4 +- src/IconKeyboardLockOutlinedFilled.tsx | 6 +- src/IconKeyboardLockRounded.tsx | 4 +- src/IconKeyboardLockRoundedFilled.tsx | 6 +- src/IconKeyboardLockSharp.tsx | 4 +- src/IconKeyboardLockSharpFilled.tsx | 6 +- src/IconKeyboardOffOutlined.tsx | 4 +- src/IconKeyboardOffOutlinedFilled.tsx | 6 +- src/IconKeyboardOffRounded.tsx | 4 +- src/IconKeyboardOffRoundedFilled.tsx | 6 +- src/IconKeyboardOffSharp.tsx | 4 +- src/IconKeyboardOffSharpFilled.tsx | 6 +- src/IconKeyboardOnscreenOutlined.tsx | 6 +- src/IconKeyboardOnscreenOutlinedFilled.tsx | 4 +- src/IconKeyboardOnscreenRounded.tsx | 6 +- src/IconKeyboardOnscreenRoundedFilled.tsx | 4 +- src/IconKeyboardOnscreenSharp.tsx | 6 +- src/IconKeyboardOnscreenSharpFilled.tsx | 6 +- src/IconKeyboardOptionKeyOutlined.tsx | 6 +- src/IconKeyboardOptionKeyOutlinedFilled.tsx | 4 +- src/IconKeyboardOptionKeyRounded.tsx | 6 +- src/IconKeyboardOptionKeyRoundedFilled.tsx | 4 +- src/IconKeyboardOptionKeySharp.tsx | 6 +- src/IconKeyboardOptionKeySharpFilled.tsx | 4 +- src/IconKeyboardOutlined.tsx | 4 +- src/IconKeyboardOutlinedFilled.tsx | 6 +- src/IconKeyboardPreviousLanguageOutlined.tsx | 4 +- ...KeyboardPreviousLanguageOutlinedFilled.tsx | 8 +- src/IconKeyboardPreviousLanguageRounded.tsx | 4 +- ...nKeyboardPreviousLanguageRoundedFilled.tsx | 4 +- src/IconKeyboardPreviousLanguageSharp.tsx | 4 +- ...conKeyboardPreviousLanguageSharpFilled.tsx | 4 +- src/IconKeyboardReturnOutlined.tsx | 6 +- src/IconKeyboardReturnOutlinedFilled.tsx | 4 +- src/IconKeyboardReturnRounded.tsx | 6 +- src/IconKeyboardReturnRoundedFilled.tsx | 6 +- src/IconKeyboardReturnSharp.tsx | 4 +- src/IconKeyboardReturnSharpFilled.tsx | 6 +- src/IconKeyboardRounded.tsx | 4 +- src/IconKeyboardRoundedFilled.tsx | 6 +- src/IconKeyboardSharp.tsx | 4 +- src/IconKeyboardSharpFilled.tsx | 4 +- src/IconKeyboardTabOutlined.tsx | 4 +- src/IconKeyboardTabOutlinedFilled.tsx | 6 +- src/IconKeyboardTabRounded.tsx | 4 +- src/IconKeyboardTabRoundedFilled.tsx | 6 +- src/IconKeyboardTabRtlOutlined.tsx | 6 +- src/IconKeyboardTabRtlOutlinedFilled.tsx | 4 +- src/IconKeyboardTabRtlRounded.tsx | 6 +- src/IconKeyboardTabRtlRoundedFilled.tsx | 6 +- src/IconKeyboardTabRtlSharp.tsx | 4 +- src/IconKeyboardTabRtlSharpFilled.tsx | 6 +- src/IconKeyboardTabSharp.tsx | 4 +- src/IconKeyboardTabSharpFilled.tsx | 6 +- src/IconKidStarOutlined.tsx | 4 +- src/IconKidStarOutlinedFilled.tsx | 6 +- src/IconKidStarRounded.tsx | 4 +- src/IconKidStarRoundedFilled.tsx | 4 +- src/IconKidStarSharp.tsx | 4 +- src/IconKidStarSharpFilled.tsx | 4 +- src/IconKingBedOutlined.tsx | 4 +- src/IconKingBedOutlinedFilled.tsx | 6 +- src/IconKingBedRounded.tsx | 4 +- src/IconKingBedRoundedFilled.tsx | 4 +- src/IconKingBedSharp.tsx | 4 +- src/IconKingBedSharpFilled.tsx | 4 +- src/IconKitchenOutlined.tsx | 4 +- src/IconKitchenOutlinedFilled.tsx | 6 +- src/IconKitchenRounded.tsx | 4 +- src/IconKitchenRoundedFilled.tsx | 4 +- src/IconKitchenSharp.tsx | 4 +- src/IconKitchenSharpFilled.tsx | 4 +- src/IconKitesurfingOutlined.tsx | 4 +- src/IconKitesurfingOutlinedFilled.tsx | 6 +- src/IconKitesurfingRounded.tsx | 4 +- src/IconKitesurfingRoundedFilled.tsx | 6 +- src/IconKitesurfingSharp.tsx | 4 +- src/IconKitesurfingSharpFilled.tsx | 6 +- src/IconLabPanelOutlined.tsx | 4 +- src/IconLabPanelOutlinedFilled.tsx | 6 +- src/IconLabPanelRounded.tsx | 4 +- src/IconLabPanelRoundedFilled.tsx | 6 +- src/IconLabPanelSharp.tsx | 4 +- src/IconLabPanelSharpFilled.tsx | 4 +- src/IconLabProfileOutlined.tsx | 4 +- src/IconLabProfileOutlinedFilled.tsx | 6 +- src/IconLabProfileRounded.tsx | 4 +- src/IconLabProfileRoundedFilled.tsx | 6 +- src/IconLabProfileSharp.tsx | 4 +- src/IconLabProfileSharpFilled.tsx | 6 +- src/IconLabResearchOutlined.tsx | 4 +- src/IconLabResearchOutlinedFilled.tsx | 6 +- src/IconLabResearchRounded.tsx | 4 +- src/IconLabResearchRoundedFilled.tsx | 6 +- src/IconLabResearchSharp.tsx | 4 +- src/IconLabResearchSharpFilled.tsx | 6 +- src/IconLabelImportantOutlined.tsx | 6 +- src/IconLabelImportantOutlinedFilled.tsx | 4 +- src/IconLabelImportantRounded.tsx | 6 +- src/IconLabelImportantRoundedFilled.tsx | 6 +- src/IconLabelImportantSharp.tsx | 4 +- src/IconLabelImportantSharpFilled.tsx | 6 +- src/IconLabelOffOutlined.tsx | 4 +- src/IconLabelOffOutlinedFilled.tsx | 6 +- src/IconLabelOffRounded.tsx | 4 +- src/IconLabelOffRoundedFilled.tsx | 6 +- src/IconLabelOffSharp.tsx | 4 +- src/IconLabelOffSharpFilled.tsx | 4 +- src/IconLabelOutlined.tsx | 4 +- src/IconLabelOutlinedFilled.tsx | 4 +- src/IconLabelRounded.tsx | 4 +- src/IconLabelRoundedFilled.tsx | 4 +- src/IconLabelSharp.tsx | 4 +- src/IconLabelSharpFilled.tsx | 4 +- src/IconLabsOutlined.tsx | 4 +- src/IconLabsOutlinedFilled.tsx | 4 +- src/IconLabsRounded.tsx | 4 +- src/IconLabsRoundedFilled.tsx | 4 +- src/IconLabsSharp.tsx | 4 +- src/IconLabsSharpFilled.tsx | 4 +- src/IconLanOutlined.tsx | 4 +- src/IconLanOutlinedFilled.tsx | 4 +- src/IconLanRounded.tsx | 4 +- src/IconLanRoundedFilled.tsx | 4 +- src/IconLanSharp.tsx | 4 +- src/IconLanSharpFilled.tsx | 4 +- src/IconLandscape2OffOutlined.tsx | 6 +- src/IconLandscape2OffOutlinedFilled.tsx | 6 +- src/IconLandscape2OffRounded.tsx | 4 +- src/IconLandscape2OffRoundedFilled.tsx | 6 +- src/IconLandscape2OffSharp.tsx | 4 +- src/IconLandscape2OffSharpFilled.tsx | 6 +- src/IconLandscape2Outlined.tsx | 4 +- src/IconLandscape2OutlinedFilled.tsx | 6 +- src/IconLandscape2Rounded.tsx | 4 +- src/IconLandscape2RoundedFilled.tsx | 6 +- src/IconLandscape2Sharp.tsx | 4 +- src/IconLandscape2SharpFilled.tsx | 6 +- src/IconLandscapeOutlined.tsx | 4 +- src/IconLandscapeOutlinedFilled.tsx | 6 +- src/IconLandscapeRounded.tsx | 4 +- src/IconLandscapeRoundedFilled.tsx | 6 +- src/IconLandscapeSharp.tsx | 4 +- src/IconLandscapeSharpFilled.tsx | 4 +- src/IconLandslideOutlined.tsx | 4 +- src/IconLandslideOutlinedFilled.tsx | 6 +- src/IconLandslideRounded.tsx | 4 +- src/IconLandslideRoundedFilled.tsx | 6 +- src/IconLandslideSharp.tsx | 4 +- src/IconLandslideSharpFilled.tsx | 4 +- src/IconLanguageChineseArrayOutlined.tsx | 4 +- ...IconLanguageChineseArrayOutlinedFilled.tsx | 4 +- src/IconLanguageChineseArrayRounded.tsx | 6 +- src/IconLanguageChineseArrayRoundedFilled.tsx | 4 +- src/IconLanguageChineseArraySharp.tsx | 6 +- src/IconLanguageChineseArraySharpFilled.tsx | 4 +- src/IconLanguageChineseCangjieOutlined.tsx | 4 +- ...onLanguageChineseCangjieOutlinedFilled.tsx | 4 +- src/IconLanguageChineseCangjieRounded.tsx | 4 +- ...conLanguageChineseCangjieRoundedFilled.tsx | 4 +- src/IconLanguageChineseCangjieSharp.tsx | 6 +- src/IconLanguageChineseCangjieSharpFilled.tsx | 4 +- src/IconLanguageChineseDayiOutlined.tsx | 6 +- src/IconLanguageChineseDayiOutlinedFilled.tsx | 4 +- src/IconLanguageChineseDayiRounded.tsx | 6 +- src/IconLanguageChineseDayiRoundedFilled.tsx | 4 +- src/IconLanguageChineseDayiSharp.tsx | 6 +- src/IconLanguageChineseDayiSharpFilled.tsx | 4 +- src/IconLanguageChinesePinyinOutlined.tsx | 4 +- ...conLanguageChinesePinyinOutlinedFilled.tsx | 4 +- src/IconLanguageChinesePinyinRounded.tsx | 4 +- ...IconLanguageChinesePinyinRoundedFilled.tsx | 4 +- src/IconLanguageChinesePinyinSharp.tsx | 6 +- src/IconLanguageChinesePinyinSharpFilled.tsx | 4 +- src/IconLanguageChineseQuickOutlined.tsx | 4 +- ...IconLanguageChineseQuickOutlinedFilled.tsx | 4 +- src/IconLanguageChineseQuickRounded.tsx | 6 +- src/IconLanguageChineseQuickRoundedFilled.tsx | 4 +- src/IconLanguageChineseQuickSharp.tsx | 6 +- src/IconLanguageChineseQuickSharpFilled.tsx | 4 +- src/IconLanguageChineseWubiOutlined.tsx | 6 +- src/IconLanguageChineseWubiOutlinedFilled.tsx | 4 +- src/IconLanguageChineseWubiRounded.tsx | 6 +- src/IconLanguageChineseWubiRoundedFilled.tsx | 4 +- src/IconLanguageChineseWubiSharp.tsx | 6 +- src/IconLanguageChineseWubiSharpFilled.tsx | 4 +- src/IconLanguageFrenchOutlined.tsx | 6 +- src/IconLanguageFrenchOutlinedFilled.tsx | 4 +- src/IconLanguageFrenchRounded.tsx | 6 +- src/IconLanguageFrenchRoundedFilled.tsx | 6 +- src/IconLanguageFrenchSharp.tsx | 4 +- src/IconLanguageFrenchSharpFilled.tsx | 6 +- src/IconLanguageGbEnglishOutlined.tsx | 6 +- src/IconLanguageGbEnglishOutlinedFilled.tsx | 4 +- src/IconLanguageGbEnglishRounded.tsx | 6 +- src/IconLanguageGbEnglishRoundedFilled.tsx | 4 +- src/IconLanguageGbEnglishSharp.tsx | 6 +- src/IconLanguageGbEnglishSharpFilled.tsx | 4 +- src/IconLanguageInternationalOutlined.tsx | 4 +- ...conLanguageInternationalOutlinedFilled.tsx | 4 +- src/IconLanguageInternationalRounded.tsx | 4 +- ...IconLanguageInternationalRoundedFilled.tsx | 4 +- src/IconLanguageInternationalSharp.tsx | 6 +- src/IconLanguageInternationalSharpFilled.tsx | 4 +- src/IconLanguageJapaneseKanaOutlined.tsx | 4 +- ...IconLanguageJapaneseKanaOutlinedFilled.tsx | 4 +- src/IconLanguageJapaneseKanaRounded.tsx | 6 +- src/IconLanguageJapaneseKanaRoundedFilled.tsx | 4 +- src/IconLanguageJapaneseKanaSharp.tsx | 6 +- src/IconLanguageJapaneseKanaSharpFilled.tsx | 4 +- src/IconLanguageKoreanLatinOutlined.tsx | 6 +- src/IconLanguageKoreanLatinOutlinedFilled.tsx | 4 +- src/IconLanguageKoreanLatinRounded.tsx | 6 +- src/IconLanguageKoreanLatinRoundedFilled.tsx | 4 +- src/IconLanguageKoreanLatinSharp.tsx | 6 +- src/IconLanguageKoreanLatinSharpFilled.tsx | 4 +- src/IconLanguageOutlined.tsx | 4 +- src/IconLanguageOutlinedFilled.tsx | 6 +- src/IconLanguagePinyinOutlined.tsx | 6 +- src/IconLanguagePinyinOutlinedFilled.tsx | 4 +- src/IconLanguagePinyinRounded.tsx | 6 +- src/IconLanguagePinyinRoundedFilled.tsx | 6 +- src/IconLanguagePinyinSharp.tsx | 4 +- src/IconLanguagePinyinSharpFilled.tsx | 6 +- src/IconLanguageRounded.tsx | 4 +- src/IconLanguageRoundedFilled.tsx | 6 +- src/IconLanguageSharp.tsx | 4 +- src/IconLanguageSharpFilled.tsx | 4 +- src/IconLanguageSpanishOutlined.tsx | 6 +- src/IconLanguageSpanishOutlinedFilled.tsx | 4 +- src/IconLanguageSpanishRounded.tsx | 6 +- src/IconLanguageSpanishRoundedFilled.tsx | 4 +- src/IconLanguageSpanishSharp.tsx | 4 +- src/IconLanguageSpanishSharpFilled.tsx | 6 +- src/IconLanguageUsColemakOutlined.tsx | 6 +- src/IconLanguageUsColemakOutlinedFilled.tsx | 4 +- src/IconLanguageUsColemakRounded.tsx | 6 +- src/IconLanguageUsColemakRoundedFilled.tsx | 4 +- src/IconLanguageUsColemakSharp.tsx | 6 +- src/IconLanguageUsColemakSharpFilled.tsx | 4 +- src/IconLanguageUsDvorakOutlined.tsx | 6 +- src/IconLanguageUsDvorakOutlinedFilled.tsx | 4 +- src/IconLanguageUsDvorakRounded.tsx | 6 +- src/IconLanguageUsDvorakRoundedFilled.tsx | 4 +- src/IconLanguageUsDvorakSharp.tsx | 6 +- src/IconLanguageUsDvorakSharpFilled.tsx | 6 +- src/IconLanguageUsOutlined.tsx | 4 +- src/IconLanguageUsOutlinedFilled.tsx | 6 +- src/IconLanguageUsRounded.tsx | 4 +- src/IconLanguageUsRoundedFilled.tsx | 6 +- src/IconLanguageUsSharp.tsx | 4 +- src/IconLanguageUsSharpFilled.tsx | 6 +- src/IconLapsOutlined.tsx | 4 +- src/IconLapsOutlinedFilled.tsx | 4 +- src/IconLapsRounded.tsx | 4 +- src/IconLapsRoundedFilled.tsx | 4 +- src/IconLapsSharp.tsx | 4 +- src/IconLapsSharpFilled.tsx | 4 +- src/IconLaptopCarOutlined.tsx | 9 + src/IconLaptopCarOutlinedFilled.tsx | 11 + src/IconLaptopCarRounded.tsx | 9 + src/IconLaptopCarRoundedFilled.tsx | 11 + src/IconLaptopCarSharp.tsx | 9 + src/IconLaptopCarSharpFilled.tsx | 9 + src/IconLaptopChromebookOutlined.tsx | 6 +- src/IconLaptopChromebookOutlinedFilled.tsx | 4 +- src/IconLaptopChromebookRounded.tsx | 6 +- src/IconLaptopChromebookRoundedFilled.tsx | 4 +- src/IconLaptopChromebookSharp.tsx | 6 +- src/IconLaptopChromebookSharpFilled.tsx | 6 +- src/IconLaptopMacOutlined.tsx | 4 +- src/IconLaptopMacOutlinedFilled.tsx | 6 +- src/IconLaptopMacRounded.tsx | 4 +- src/IconLaptopMacRoundedFilled.tsx | 6 +- src/IconLaptopMacSharp.tsx | 4 +- src/IconLaptopMacSharpFilled.tsx | 4 +- src/IconLaptopWindowsOutlined.tsx | 6 +- src/IconLaptopWindowsOutlinedFilled.tsx | 6 +- src/IconLaptopWindowsRounded.tsx | 4 +- src/IconLaptopWindowsRoundedFilled.tsx | 6 +- src/IconLaptopWindowsSharp.tsx | 4 +- src/IconLaptopWindowsSharpFilled.tsx | 6 +- src/IconLassoSelectOutlined.tsx | 4 +- src/IconLassoSelectOutlinedFilled.tsx | 6 +- src/IconLassoSelectRounded.tsx | 4 +- src/IconLassoSelectRoundedFilled.tsx | 6 +- src/IconLassoSelectSharp.tsx | 4 +- src/IconLassoSelectSharpFilled.tsx | 6 +- src/IconLastPageOutlined.tsx | 4 +- src/IconLastPageOutlinedFilled.tsx | 6 +- src/IconLastPageRounded.tsx | 4 +- src/IconLastPageRoundedFilled.tsx | 6 +- src/IconLastPageSharp.tsx | 4 +- src/IconLastPageSharpFilled.tsx | 4 +- src/IconLaundryOutlined.tsx | 4 +- src/IconLaundryOutlinedFilled.tsx | 6 +- src/IconLaundryRounded.tsx | 4 +- src/IconLaundryRoundedFilled.tsx | 4 +- src/IconLaundrySharp.tsx | 4 +- src/IconLaundrySharpFilled.tsx | 4 +- src/IconLayersClearOutlined.tsx | 4 +- src/IconLayersClearOutlinedFilled.tsx | 6 +- src/IconLayersClearRounded.tsx | 4 +- src/IconLayersClearRoundedFilled.tsx | 6 +- src/IconLayersClearSharp.tsx | 4 +- src/IconLayersClearSharpFilled.tsx | 6 +- src/IconLayersOutlined.tsx | 4 +- src/IconLayersOutlinedFilled.tsx | 4 +- src/IconLayersRounded.tsx | 4 +- src/IconLayersRoundedFilled.tsx | 4 +- src/IconLayersSharp.tsx | 4 +- src/IconLayersSharpFilled.tsx | 4 +- src/IconLdaOutlined.tsx | 4 +- src/IconLdaOutlinedFilled.tsx | 4 +- src/IconLdaRounded.tsx | 4 +- src/IconLdaRoundedFilled.tsx | 4 +- src/IconLdaSharp.tsx | 4 +- src/IconLdaSharpFilled.tsx | 4 +- src/IconLeaderboardOutlined.tsx | 4 +- src/IconLeaderboardOutlinedFilled.tsx | 6 +- src/IconLeaderboardRounded.tsx | 4 +- src/IconLeaderboardRoundedFilled.tsx | 6 +- src/IconLeaderboardSharp.tsx | 4 +- src/IconLeaderboardSharpFilled.tsx | 6 +- src/IconLeakAddOutlined.tsx | 4 +- src/IconLeakAddOutlinedFilled.tsx | 6 +- src/IconLeakAddRounded.tsx | 4 +- src/IconLeakAddRoundedFilled.tsx | 4 +- src/IconLeakAddSharp.tsx | 4 +- src/IconLeakAddSharpFilled.tsx | 4 +- src/IconLeakRemoveOutlined.tsx | 4 +- src/IconLeakRemoveOutlinedFilled.tsx | 6 +- src/IconLeakRemoveRounded.tsx | 4 +- src/IconLeakRemoveRoundedFilled.tsx | 6 +- src/IconLeakRemoveSharp.tsx | 4 +- src/IconLeakRemoveSharpFilled.tsx | 6 +- src/IconLeftClickOutlined.tsx | 4 +- src/IconLeftClickOutlinedFilled.tsx | 6 +- src/IconLeftClickRounded.tsx | 4 +- src/IconLeftClickRoundedFilled.tsx | 6 +- src/IconLeftClickSharp.tsx | 4 +- src/IconLeftClickSharpFilled.tsx | 4 +- src/IconLeftPanelCloseOutlined.tsx | 6 +- src/IconLeftPanelCloseOutlinedFilled.tsx | 4 +- src/IconLeftPanelCloseRounded.tsx | 6 +- src/IconLeftPanelCloseRoundedFilled.tsx | 6 +- src/IconLeftPanelCloseSharp.tsx | 4 +- src/IconLeftPanelCloseSharpFilled.tsx | 6 +- src/IconLeftPanelOpenOutlined.tsx | 6 +- src/IconLeftPanelOpenOutlinedFilled.tsx | 6 +- src/IconLeftPanelOpenRounded.tsx | 4 +- src/IconLeftPanelOpenRoundedFilled.tsx | 6 +- src/IconLeftPanelOpenSharp.tsx | 4 +- src/IconLeftPanelOpenSharpFilled.tsx | 6 +- src/IconLegendToggleOutlined.tsx | 4 +- src/IconLegendToggleOutlinedFilled.tsx | 6 +- src/IconLegendToggleRounded.tsx | 4 +- src/IconLegendToggleRoundedFilled.tsx | 6 +- src/IconLegendToggleSharp.tsx | 4 +- src/IconLegendToggleSharpFilled.tsx | 6 +- src/IconLensBlurOutlined.tsx | 4 +- src/IconLensBlurOutlinedFilled.tsx | 6 +- src/IconLensBlurRounded.tsx | 4 +- src/IconLensBlurRoundedFilled.tsx | 6 +- src/IconLensBlurSharp.tsx | 4 +- src/IconLensBlurSharpFilled.tsx | 4 +- src/IconLetterSwitchOutlined.tsx | 4 +- src/IconLetterSwitchOutlinedFilled.tsx | 6 +- src/IconLetterSwitchRounded.tsx | 4 +- src/IconLetterSwitchRoundedFilled.tsx | 6 +- src/IconLetterSwitchSharp.tsx | 4 +- src/IconLetterSwitchSharpFilled.tsx | 6 +- src/IconLibraryAddCheckOutlined.tsx | 6 +- src/IconLibraryAddCheckOutlinedFilled.tsx | 4 +- src/IconLibraryAddCheckRounded.tsx | 6 +- src/IconLibraryAddCheckRoundedFilled.tsx | 4 +- src/IconLibraryAddCheckSharp.tsx | 4 +- src/IconLibraryAddCheckSharpFilled.tsx | 6 +- src/IconLibraryAddOutlined.tsx | 4 +- src/IconLibraryAddOutlinedFilled.tsx | 6 +- src/IconLibraryAddRounded.tsx | 4 +- src/IconLibraryAddRoundedFilled.tsx | 6 +- src/IconLibraryAddSharp.tsx | 4 +- src/IconLibraryAddSharpFilled.tsx | 6 +- src/IconLibraryBooksOutlined.tsx | 4 +- src/IconLibraryBooksOutlinedFilled.tsx | 6 +- src/IconLibraryBooksRounded.tsx | 4 +- src/IconLibraryBooksRoundedFilled.tsx | 6 +- src/IconLibraryBooksSharp.tsx | 4 +- src/IconLibraryBooksSharpFilled.tsx | 6 +- src/IconLibraryMusicOutlined.tsx | 4 +- src/IconLibraryMusicOutlinedFilled.tsx | 6 +- src/IconLibraryMusicRounded.tsx | 4 +- src/IconLibraryMusicRoundedFilled.tsx | 6 +- src/IconLibraryMusicSharp.tsx | 4 +- src/IconLibraryMusicSharpFilled.tsx | 6 +- src/IconLicenseOutlined.tsx | 4 +- src/IconLicenseOutlinedFilled.tsx | 6 +- src/IconLicenseRounded.tsx | 4 +- src/IconLicenseRoundedFilled.tsx | 4 +- src/IconLicenseSharp.tsx | 4 +- src/IconLicenseSharpFilled.tsx | 4 +- src/IconLiftToTalkOutlined.tsx | 4 +- src/IconLiftToTalkOutlinedFilled.tsx | 6 +- src/IconLiftToTalkRounded.tsx | 4 +- src/IconLiftToTalkRoundedFilled.tsx | 6 +- src/IconLiftToTalkSharp.tsx | 4 +- src/IconLiftToTalkSharpFilled.tsx | 6 +- src/IconLightGroupOutlined.tsx | 4 +- src/IconLightGroupOutlinedFilled.tsx | 6 +- src/IconLightGroupRounded.tsx | 4 +- src/IconLightGroupRoundedFilled.tsx | 6 +- src/IconLightGroupSharp.tsx | 4 +- src/IconLightGroupSharpFilled.tsx | 6 +- src/IconLightModeOutlined.tsx | 4 +- src/IconLightModeOutlinedFilled.tsx | 6 +- src/IconLightModeRounded.tsx | 4 +- src/IconLightModeRoundedFilled.tsx | 6 +- src/IconLightModeSharp.tsx | 4 +- src/IconLightModeSharpFilled.tsx | 4 +- src/IconLightOffOutlined.tsx | 4 +- src/IconLightOffOutlinedFilled.tsx | 6 +- src/IconLightOffRounded.tsx | 4 +- src/IconLightOffRoundedFilled.tsx | 6 +- src/IconLightOffSharp.tsx | 4 +- src/IconLightOffSharpFilled.tsx | 4 +- src/IconLightOutlined.tsx | 4 +- src/IconLightOutlinedFilled.tsx | 4 +- src/IconLightRounded.tsx | 4 +- src/IconLightRoundedFilled.tsx | 4 +- src/IconLightSharp.tsx | 4 +- src/IconLightSharpFilled.tsx | 4 +- src/IconLightbulb2Outlined.tsx | 9 + src/IconLightbulb2OutlinedFilled.tsx | 11 + src/IconLightbulb2Rounded.tsx | 9 + src/IconLightbulb2RoundedFilled.tsx | 11 + src/IconLightbulb2Sharp.tsx | 9 + src/IconLightbulb2SharpFilled.tsx | 11 + src/IconLightbulbCircleOutlined.tsx | 6 +- src/IconLightbulbCircleOutlinedFilled.tsx | 4 +- src/IconLightbulbCircleRounded.tsx | 6 +- src/IconLightbulbCircleRoundedFilled.tsx | 4 +- src/IconLightbulbCircleSharp.tsx | 4 +- src/IconLightbulbCircleSharpFilled.tsx | 6 +- src/IconLightbulbOutlined.tsx | 4 +- src/IconLightbulbOutlinedFilled.tsx | 6 +- src/IconLightbulbRounded.tsx | 4 +- src/IconLightbulbRoundedFilled.tsx | 6 +- src/IconLightbulbSharp.tsx | 4 +- src/IconLightbulbSharpFilled.tsx | 4 +- src/IconLightningStandOutlined.tsx | 6 +- src/IconLightningStandOutlinedFilled.tsx | 4 +- src/IconLightningStandRounded.tsx | 6 +- src/IconLightningStandRoundedFilled.tsx | 6 +- src/IconLightningStandSharp.tsx | 4 +- src/IconLightningStandSharpFilled.tsx | 6 +- src/IconLineAxisOutlined.tsx | 4 +- src/IconLineAxisOutlinedFilled.tsx | 6 +- src/IconLineAxisRounded.tsx | 4 +- src/IconLineAxisRoundedFilled.tsx | 6 +- src/IconLineAxisSharp.tsx | 4 +- src/IconLineAxisSharpFilled.tsx | 4 +- src/IconLineCurveOutlined.tsx | 4 +- src/IconLineCurveOutlinedFilled.tsx | 6 +- src/IconLineCurveRounded.tsx | 4 +- src/IconLineCurveRoundedFilled.tsx | 6 +- src/IconLineCurveSharp.tsx | 4 +- src/IconLineCurveSharpFilled.tsx | 4 +- src/IconLineEndArrowNotchOutlined.tsx | 6 +- src/IconLineEndArrowNotchOutlinedFilled.tsx | 4 +- src/IconLineEndArrowNotchRounded.tsx | 6 +- src/IconLineEndArrowNotchRoundedFilled.tsx | 4 +- src/IconLineEndArrowNotchSharp.tsx | 6 +- src/IconLineEndArrowNotchSharpFilled.tsx | 4 +- src/IconLineEndArrowOutlined.tsx | 4 +- src/IconLineEndArrowOutlinedFilled.tsx | 6 +- src/IconLineEndArrowRounded.tsx | 4 +- src/IconLineEndArrowRoundedFilled.tsx | 6 +- src/IconLineEndArrowSharp.tsx | 4 +- src/IconLineEndArrowSharpFilled.tsx | 6 +- src/IconLineEndCircleOutlined.tsx | 6 +- src/IconLineEndCircleOutlinedFilled.tsx | 6 +- src/IconLineEndCircleRounded.tsx | 4 +- src/IconLineEndCircleRoundedFilled.tsx | 6 +- src/IconLineEndCircleSharp.tsx | 4 +- src/IconLineEndCircleSharpFilled.tsx | 6 +- src/IconLineEndDiamondOutlined.tsx | 6 +- src/IconLineEndDiamondOutlinedFilled.tsx | 4 +- src/IconLineEndDiamondRounded.tsx | 6 +- src/IconLineEndDiamondRoundedFilled.tsx | 6 +- src/IconLineEndDiamondSharp.tsx | 4 +- src/IconLineEndDiamondSharpFilled.tsx | 6 +- src/IconLineEndOutlined.tsx | 4 +- src/IconLineEndOutlinedFilled.tsx | 6 +- src/IconLineEndRounded.tsx | 4 +- src/IconLineEndRoundedFilled.tsx | 4 +- src/IconLineEndSharp.tsx | 4 +- src/IconLineEndSharpFilled.tsx | 4 +- src/IconLineEndSquareOutlined.tsx | 6 +- src/IconLineEndSquareOutlinedFilled.tsx | 6 +- src/IconLineEndSquareRounded.tsx | 4 +- src/IconLineEndSquareRoundedFilled.tsx | 6 +- src/IconLineEndSquareSharp.tsx | 4 +- src/IconLineEndSquareSharpFilled.tsx | 6 +- src/IconLineStartArrowNotchOutlined.tsx | 6 +- src/IconLineStartArrowNotchOutlinedFilled.tsx | 4 +- src/IconLineStartArrowNotchRounded.tsx | 6 +- src/IconLineStartArrowNotchRoundedFilled.tsx | 4 +- src/IconLineStartArrowNotchSharp.tsx | 6 +- src/IconLineStartArrowNotchSharpFilled.tsx | 4 +- src/IconLineStartArrowOutlined.tsx | 6 +- src/IconLineStartArrowOutlinedFilled.tsx | 4 +- src/IconLineStartArrowRounded.tsx | 6 +- src/IconLineStartArrowRoundedFilled.tsx | 6 +- src/IconLineStartArrowSharp.tsx | 4 +- src/IconLineStartArrowSharpFilled.tsx | 6 +- src/IconLineStartCircleOutlined.tsx | 6 +- src/IconLineStartCircleOutlinedFilled.tsx | 4 +- src/IconLineStartCircleRounded.tsx | 6 +- src/IconLineStartCircleRoundedFilled.tsx | 4 +- src/IconLineStartCircleSharp.tsx | 4 +- src/IconLineStartCircleSharpFilled.tsx | 6 +- src/IconLineStartDiamondOutlined.tsx | 6 +- src/IconLineStartDiamondOutlinedFilled.tsx | 4 +- src/IconLineStartDiamondRounded.tsx | 6 +- src/IconLineStartDiamondRoundedFilled.tsx | 4 +- src/IconLineStartDiamondSharp.tsx | 6 +- src/IconLineStartDiamondSharpFilled.tsx | 6 +- src/IconLineStartOutlined.tsx | 4 +- src/IconLineStartOutlinedFilled.tsx | 6 +- src/IconLineStartRounded.tsx | 4 +- src/IconLineStartRoundedFilled.tsx | 6 +- src/IconLineStartSharp.tsx | 4 +- src/IconLineStartSharpFilled.tsx | 4 +- src/IconLineStartSquareOutlined.tsx | 6 +- src/IconLineStartSquareOutlinedFilled.tsx | 4 +- src/IconLineStartSquareRounded.tsx | 6 +- src/IconLineStartSquareRoundedFilled.tsx | 4 +- src/IconLineStartSquareSharp.tsx | 4 +- src/IconLineStartSquareSharpFilled.tsx | 6 +- src/IconLineStyleOutlined.tsx | 4 +- src/IconLineStyleOutlinedFilled.tsx | 6 +- src/IconLineStyleRounded.tsx | 4 +- src/IconLineStyleRoundedFilled.tsx | 6 +- src/IconLineStyleSharp.tsx | 4 +- src/IconLineStyleSharpFilled.tsx | 4 +- src/IconLineWeightOutlined.tsx | 4 +- src/IconLineWeightOutlinedFilled.tsx | 6 +- src/IconLineWeightRounded.tsx | 4 +- src/IconLineWeightRoundedFilled.tsx | 6 +- src/IconLineWeightSharp.tsx | 4 +- src/IconLineWeightSharpFilled.tsx | 6 +- src/IconLinearScaleOutlined.tsx | 4 +- src/IconLinearScaleOutlinedFilled.tsx | 6 +- src/IconLinearScaleRounded.tsx | 4 +- src/IconLinearScaleRoundedFilled.tsx | 6 +- src/IconLinearScaleSharp.tsx | 4 +- src/IconLinearScaleSharpFilled.tsx | 6 +- src/IconLinkOffOutlined.tsx | 4 +- src/IconLinkOffOutlinedFilled.tsx | 6 +- src/IconLinkOffRounded.tsx | 4 +- src/IconLinkOffRoundedFilled.tsx | 4 +- src/IconLinkOffSharp.tsx | 4 +- src/IconLinkOffSharpFilled.tsx | 4 +- src/IconLinkOutlined.tsx | 4 +- src/IconLinkOutlinedFilled.tsx | 4 +- src/IconLinkRounded.tsx | 4 +- src/IconLinkRoundedFilled.tsx | 4 +- src/IconLinkSharp.tsx | 4 +- src/IconLinkSharpFilled.tsx | 4 +- src/IconLinkedCameraOutlined.tsx | 4 +- src/IconLinkedCameraOutlinedFilled.tsx | 6 +- src/IconLinkedCameraRounded.tsx | 4 +- src/IconLinkedCameraRoundedFilled.tsx | 6 +- src/IconLinkedCameraSharp.tsx | 4 +- src/IconLinkedCameraSharpFilled.tsx | 6 +- src/IconLinkedServicesOutlined.tsx | 6 +- src/IconLinkedServicesOutlinedFilled.tsx | 4 +- src/IconLinkedServicesRounded.tsx | 6 +- src/IconLinkedServicesRoundedFilled.tsx | 6 +- src/IconLinkedServicesSharp.tsx | 4 +- src/IconLinkedServicesSharpFilled.tsx | 6 +- src/IconLiquorOutlined.tsx | 4 +- src/IconLiquorOutlinedFilled.tsx | 4 +- src/IconLiquorRounded.tsx | 4 +- src/IconLiquorRoundedFilled.tsx | 4 +- src/IconLiquorSharp.tsx | 4 +- src/IconLiquorSharpFilled.tsx | 4 +- src/IconListAltAddOutlined.tsx | 4 +- src/IconListAltAddOutlinedFilled.tsx | 6 +- src/IconListAltAddRounded.tsx | 4 +- src/IconListAltAddRoundedFilled.tsx | 6 +- src/IconListAltAddSharp.tsx | 4 +- src/IconListAltAddSharpFilled.tsx | 6 +- src/IconListAltCheckOutlined.tsx | 9 + src/IconListAltCheckOutlinedFilled.tsx | 11 + src/IconListAltCheckRounded.tsx | 9 + src/IconListAltCheckRoundedFilled.tsx | 11 + src/IconListAltCheckSharp.tsx | 9 + src/IconListAltCheckSharpFilled.tsx | 11 + src/IconListAltOutlined.tsx | 4 +- src/IconListAltOutlinedFilled.tsx | 6 +- src/IconListAltRounded.tsx | 4 +- src/IconListAltRoundedFilled.tsx | 4 +- src/IconListAltSharp.tsx | 4 +- src/IconListAltSharpFilled.tsx | 4 +- src/IconListOutlined.tsx | 4 +- src/IconListOutlinedFilled.tsx | 4 +- src/IconListRounded.tsx | 4 +- src/IconListRoundedFilled.tsx | 4 +- src/IconListSharp.tsx | 4 +- src/IconListSharpFilled.tsx | 4 +- src/IconListsOutlined.tsx | 4 +- src/IconListsOutlinedFilled.tsx | 4 +- src/IconListsRounded.tsx | 4 +- src/IconListsRoundedFilled.tsx | 4 +- src/IconListsSharp.tsx | 4 +- src/IconListsSharpFilled.tsx | 4 +- src/IconLiveHelpOutlined.tsx | 4 +- src/IconLiveHelpOutlinedFilled.tsx | 6 +- src/IconLiveHelpRounded.tsx | 4 +- src/IconLiveHelpRoundedFilled.tsx | 6 +- src/IconLiveHelpSharp.tsx | 4 +- src/IconLiveHelpSharpFilled.tsx | 4 +- src/IconLiveTvOutlined.tsx | 4 +- src/IconLiveTvOutlinedFilled.tsx | 4 +- src/IconLiveTvRounded.tsx | 4 +- src/IconLiveTvRoundedFilled.tsx | 4 +- src/IconLiveTvSharp.tsx | 4 +- src/IconLiveTvSharpFilled.tsx | 4 +- src/IconLivingOutlined.tsx | 4 +- src/IconLivingOutlinedFilled.tsx | 4 +- src/IconLivingRounded.tsx | 4 +- src/IconLivingRoundedFilled.tsx | 4 +- src/IconLivingSharp.tsx | 4 +- src/IconLivingSharpFilled.tsx | 4 +- src/IconLocalActivityOutlined.tsx | 6 +- src/IconLocalActivityOutlinedFilled.tsx | 6 +- src/IconLocalActivityRounded.tsx | 4 +- src/IconLocalActivityRoundedFilled.tsx | 6 +- src/IconLocalActivitySharp.tsx | 4 +- src/IconLocalActivitySharpFilled.tsx | 6 +- src/IconLocalAtmOutlined.tsx | 4 +- src/IconLocalAtmOutlinedFilled.tsx | 6 +- src/IconLocalAtmRounded.tsx | 4 +- src/IconLocalAtmRoundedFilled.tsx | 6 +- src/IconLocalAtmSharp.tsx | 4 +- src/IconLocalAtmSharpFilled.tsx | 4 +- src/IconLocalBarOutlined.tsx | 4 +- src/IconLocalBarOutlinedFilled.tsx | 6 +- src/IconLocalBarRounded.tsx | 4 +- src/IconLocalBarRoundedFilled.tsx | 6 +- src/IconLocalBarSharp.tsx | 4 +- src/IconLocalBarSharpFilled.tsx | 4 +- src/IconLocalCafeOutlined.tsx | 4 +- src/IconLocalCafeOutlinedFilled.tsx | 6 +- src/IconLocalCafeRounded.tsx | 4 +- src/IconLocalCafeRoundedFilled.tsx | 6 +- src/IconLocalCafeSharp.tsx | 4 +- src/IconLocalCafeSharpFilled.tsx | 4 +- src/IconLocalCarWashOutlined.tsx | 4 +- src/IconLocalCarWashOutlinedFilled.tsx | 6 +- src/IconLocalCarWashRounded.tsx | 4 +- src/IconLocalCarWashRoundedFilled.tsx | 6 +- src/IconLocalCarWashSharp.tsx | 4 +- src/IconLocalCarWashSharpFilled.tsx | 6 +- src/IconLocalConvenienceStoreOutlined.tsx | 4 +- ...conLocalConvenienceStoreOutlinedFilled.tsx | 4 +- src/IconLocalConvenienceStoreRounded.tsx | 4 +- ...IconLocalConvenienceStoreRoundedFilled.tsx | 4 +- src/IconLocalConvenienceStoreSharp.tsx | 6 +- src/IconLocalConvenienceStoreSharpFilled.tsx | 4 +- src/IconLocalDiningOutlined.tsx | 4 +- src/IconLocalDiningOutlinedFilled.tsx | 6 +- src/IconLocalDiningRounded.tsx | 4 +- src/IconLocalDiningRoundedFilled.tsx | 6 +- src/IconLocalDiningSharp.tsx | 4 +- src/IconLocalDiningSharpFilled.tsx | 6 +- src/IconLocalDrinkOutlined.tsx | 4 +- src/IconLocalDrinkOutlinedFilled.tsx | 6 +- src/IconLocalDrinkRounded.tsx | 4 +- src/IconLocalDrinkRoundedFilled.tsx | 6 +- src/IconLocalDrinkSharp.tsx | 4 +- src/IconLocalDrinkSharpFilled.tsx | 6 +- src/IconLocalFireDepartmentOutlined.tsx | 6 +- src/IconLocalFireDepartmentOutlinedFilled.tsx | 4 +- src/IconLocalFireDepartmentRounded.tsx | 6 +- src/IconLocalFireDepartmentRoundedFilled.tsx | 4 +- src/IconLocalFireDepartmentSharp.tsx | 6 +- src/IconLocalFireDepartmentSharpFilled.tsx | 4 +- src/IconLocalFloristOutlined.tsx | 4 +- src/IconLocalFloristOutlinedFilled.tsx | 6 +- src/IconLocalFloristRounded.tsx | 4 +- src/IconLocalFloristRoundedFilled.tsx | 6 +- src/IconLocalFloristSharp.tsx | 4 +- src/IconLocalFloristSharpFilled.tsx | 6 +- src/IconLocalGasStationOutlined.tsx | 6 +- src/IconLocalGasStationOutlinedFilled.tsx | 4 +- src/IconLocalGasStationRounded.tsx | 6 +- src/IconLocalGasStationRoundedFilled.tsx | 4 +- src/IconLocalGasStationSharp.tsx | 4 +- src/IconLocalGasStationSharpFilled.tsx | 6 +- src/IconLocalHospitalOutlined.tsx | 6 +- src/IconLocalHospitalOutlinedFilled.tsx | 6 +- src/IconLocalHospitalRounded.tsx | 4 +- src/IconLocalHospitalRoundedFilled.tsx | 6 +- src/IconLocalHospitalSharp.tsx | 4 +- src/IconLocalHospitalSharpFilled.tsx | 6 +- src/IconLocalLaundryServiceOutlined.tsx | 6 +- src/IconLocalLaundryServiceOutlinedFilled.tsx | 4 +- src/IconLocalLaundryServiceRounded.tsx | 6 +- src/IconLocalLaundryServiceRoundedFilled.tsx | 4 +- src/IconLocalLaundryServiceSharp.tsx | 6 +- src/IconLocalLaundryServiceSharpFilled.tsx | 4 +- src/IconLocalLibraryOutlined.tsx | 4 +- src/IconLocalLibraryOutlinedFilled.tsx | 6 +- src/IconLocalLibraryRounded.tsx | 4 +- src/IconLocalLibraryRoundedFilled.tsx | 6 +- src/IconLocalLibrarySharp.tsx | 4 +- src/IconLocalLibrarySharpFilled.tsx | 6 +- src/IconLocalMallOutlined.tsx | 4 +- src/IconLocalMallOutlinedFilled.tsx | 6 +- src/IconLocalMallRounded.tsx | 4 +- src/IconLocalMallRoundedFilled.tsx | 6 +- src/IconLocalMallSharp.tsx | 4 +- src/IconLocalMallSharpFilled.tsx | 4 +- src/IconLocalParkingOutlined.tsx | 4 +- src/IconLocalParkingOutlinedFilled.tsx | 6 +- src/IconLocalParkingRounded.tsx | 4 +- src/IconLocalParkingRoundedFilled.tsx | 6 +- src/IconLocalParkingSharp.tsx | 4 +- src/IconLocalParkingSharpFilled.tsx | 6 +- src/IconLocalPharmacyOutlined.tsx | 6 +- src/IconLocalPharmacyOutlinedFilled.tsx | 6 +- src/IconLocalPharmacyRounded.tsx | 4 +- src/IconLocalPharmacyRoundedFilled.tsx | 6 +- src/IconLocalPharmacySharp.tsx | 4 +- src/IconLocalPharmacySharpFilled.tsx | 6 +- src/IconLocalPizzaOutlined.tsx | 4 +- src/IconLocalPizzaOutlinedFilled.tsx | 6 +- src/IconLocalPizzaRounded.tsx | 4 +- src/IconLocalPizzaRoundedFilled.tsx | 6 +- src/IconLocalPizzaSharp.tsx | 4 +- src/IconLocalPizzaSharpFilled.tsx | 6 +- src/IconLocalPoliceOutlined.tsx | 4 +- src/IconLocalPoliceOutlinedFilled.tsx | 6 +- src/IconLocalPoliceRounded.tsx | 4 +- src/IconLocalPoliceRoundedFilled.tsx | 6 +- src/IconLocalPoliceSharp.tsx | 4 +- src/IconLocalPoliceSharpFilled.tsx | 6 +- src/IconLocalPostOfficeOutlined.tsx | 6 +- src/IconLocalPostOfficeOutlinedFilled.tsx | 4 +- src/IconLocalPostOfficeRounded.tsx | 6 +- src/IconLocalPostOfficeRoundedFilled.tsx | 4 +- src/IconLocalPostOfficeSharp.tsx | 4 +- src/IconLocalPostOfficeSharpFilled.tsx | 6 +- src/IconLocalSeeOutlined.tsx | 4 +- src/IconLocalSeeOutlinedFilled.tsx | 6 +- src/IconLocalSeeRounded.tsx | 4 +- src/IconLocalSeeRoundedFilled.tsx | 6 +- src/IconLocalSeeSharp.tsx | 4 +- src/IconLocalSeeSharpFilled.tsx | 4 +- src/IconLocalShippingOutlined.tsx | 6 +- src/IconLocalShippingOutlinedFilled.tsx | 6 +- src/IconLocalShippingRounded.tsx | 4 +- src/IconLocalShippingRoundedFilled.tsx | 6 +- src/IconLocalShippingSharp.tsx | 4 +- src/IconLocalShippingSharpFilled.tsx | 6 +- src/IconLocalTaxiOutlined.tsx | 4 +- src/IconLocalTaxiOutlinedFilled.tsx | 6 +- src/IconLocalTaxiRounded.tsx | 4 +- src/IconLocalTaxiRoundedFilled.tsx | 6 +- src/IconLocalTaxiSharp.tsx | 4 +- src/IconLocalTaxiSharpFilled.tsx | 4 +- src/IconLocationAwayOutlined.tsx | 4 +- src/IconLocationAwayOutlinedFilled.tsx | 6 +- src/IconLocationAwayRounded.tsx | 4 +- src/IconLocationAwayRoundedFilled.tsx | 6 +- src/IconLocationAwaySharp.tsx | 4 +- src/IconLocationAwaySharpFilled.tsx | 6 +- src/IconLocationChipOutlined.tsx | 4 +- src/IconLocationChipOutlinedFilled.tsx | 6 +- src/IconLocationChipRounded.tsx | 4 +- src/IconLocationChipRoundedFilled.tsx | 6 +- src/IconLocationChipSharp.tsx | 4 +- src/IconLocationChipSharpFilled.tsx | 6 +- src/IconLocationCityOutlined.tsx | 4 +- src/IconLocationCityOutlinedFilled.tsx | 6 +- src/IconLocationCityRounded.tsx | 4 +- src/IconLocationCityRoundedFilled.tsx | 6 +- src/IconLocationCitySharp.tsx | 4 +- src/IconLocationCitySharpFilled.tsx | 6 +- src/IconLocationDisabledOutlined.tsx | 6 +- src/IconLocationDisabledOutlinedFilled.tsx | 4 +- src/IconLocationDisabledRounded.tsx | 6 +- src/IconLocationDisabledRoundedFilled.tsx | 4 +- src/IconLocationDisabledSharp.tsx | 6 +- src/IconLocationDisabledSharpFilled.tsx | 6 +- src/IconLocationHomeOutlined.tsx | 4 +- src/IconLocationHomeOutlinedFilled.tsx | 6 +- src/IconLocationHomeRounded.tsx | 4 +- src/IconLocationHomeRoundedFilled.tsx | 6 +- src/IconLocationHomeSharp.tsx | 4 +- src/IconLocationHomeSharpFilled.tsx | 6 +- src/IconLocationOffOutlined.tsx | 4 +- src/IconLocationOffOutlinedFilled.tsx | 6 +- src/IconLocationOffRounded.tsx | 4 +- src/IconLocationOffRoundedFilled.tsx | 6 +- src/IconLocationOffSharp.tsx | 4 +- src/IconLocationOffSharpFilled.tsx | 6 +- src/IconLocationOnOutlined.tsx | 4 +- src/IconLocationOnOutlinedFilled.tsx | 6 +- src/IconLocationOnRounded.tsx | 4 +- src/IconLocationOnRoundedFilled.tsx | 6 +- src/IconLocationOnSharp.tsx | 4 +- src/IconLocationOnSharpFilled.tsx | 6 +- src/IconLocationSearchingOutlined.tsx | 6 +- src/IconLocationSearchingOutlinedFilled.tsx | 4 +- src/IconLocationSearchingRounded.tsx | 6 +- src/IconLocationSearchingRoundedFilled.tsx | 4 +- src/IconLocationSearchingSharp.tsx | 6 +- src/IconLocationSearchingSharpFilled.tsx | 4 +- src/IconLockClockOutlined.tsx | 4 +- src/IconLockClockOutlinedFilled.tsx | 6 +- src/IconLockClockRounded.tsx | 4 +- src/IconLockClockRoundedFilled.tsx | 6 +- src/IconLockClockSharp.tsx | 4 +- src/IconLockClockSharpFilled.tsx | 4 +- src/IconLockOpenOutlined.tsx | 4 +- src/IconLockOpenOutlinedFilled.tsx | 6 +- src/IconLockOpenRightOutlined.tsx | 6 +- src/IconLockOpenRightOutlinedFilled.tsx | 6 +- src/IconLockOpenRightRounded.tsx | 4 +- src/IconLockOpenRightRoundedFilled.tsx | 6 +- src/IconLockOpenRightSharp.tsx | 4 +- src/IconLockOpenRightSharpFilled.tsx | 6 +- src/IconLockOpenRounded.tsx | 4 +- src/IconLockOpenRoundedFilled.tsx | 6 +- src/IconLockOpenSharp.tsx | 4 +- src/IconLockOpenSharpFilled.tsx | 4 +- src/IconLockOutlined.tsx | 4 +- src/IconLockOutlinedFilled.tsx | 4 +- src/IconLockPersonOutlined.tsx | 4 +- src/IconLockPersonOutlinedFilled.tsx | 6 +- src/IconLockPersonRounded.tsx | 4 +- src/IconLockPersonRoundedFilled.tsx | 6 +- src/IconLockPersonSharp.tsx | 4 +- src/IconLockPersonSharpFilled.tsx | 6 +- src/IconLockResetOutlined.tsx | 4 +- src/IconLockResetOutlinedFilled.tsx | 6 +- src/IconLockResetRounded.tsx | 4 +- src/IconLockResetRoundedFilled.tsx | 6 +- src/IconLockResetSharp.tsx | 4 +- src/IconLockResetSharpFilled.tsx | 4 +- src/IconLockRounded.tsx | 4 +- src/IconLockRoundedFilled.tsx | 4 +- src/IconLockSharp.tsx | 4 +- src/IconLockSharpFilled.tsx | 4 +- src/IconLoginOutlined.tsx | 4 +- src/IconLoginOutlinedFilled.tsx | 4 +- src/IconLoginRounded.tsx | 4 +- src/IconLoginRoundedFilled.tsx | 4 +- src/IconLoginSharp.tsx | 4 +- src/IconLoginSharpFilled.tsx | 4 +- src/IconLogoDevOutlined.tsx | 4 +- src/IconLogoDevOutlinedFilled.tsx | 6 +- src/IconLogoDevRounded.tsx | 4 +- src/IconLogoDevRoundedFilled.tsx | 4 +- src/IconLogoDevSharp.tsx | 4 +- src/IconLogoDevSharpFilled.tsx | 4 +- src/IconLogoutOutlined.tsx | 4 +- src/IconLogoutOutlinedFilled.tsx | 4 +- src/IconLogoutRounded.tsx | 4 +- src/IconLogoutRoundedFilled.tsx | 4 +- src/IconLogoutSharp.tsx | 4 +- src/IconLogoutSharpFilled.tsx | 4 +- src/IconLooks3Outlined.tsx | 4 +- src/IconLooks3OutlinedFilled.tsx | 4 +- src/IconLooks3Rounded.tsx | 4 +- src/IconLooks3RoundedFilled.tsx | 4 +- src/IconLooks3Sharp.tsx | 4 +- src/IconLooks3SharpFilled.tsx | 4 +- src/IconLooks4Outlined.tsx | 4 +- src/IconLooks4OutlinedFilled.tsx | 4 +- src/IconLooks4Rounded.tsx | 4 +- src/IconLooks4RoundedFilled.tsx | 4 +- src/IconLooks4Sharp.tsx | 4 +- src/IconLooks4SharpFilled.tsx | 4 +- src/IconLooks5Outlined.tsx | 4 +- src/IconLooks5OutlinedFilled.tsx | 4 +- src/IconLooks5Rounded.tsx | 4 +- src/IconLooks5RoundedFilled.tsx | 4 +- src/IconLooks5Sharp.tsx | 4 +- src/IconLooks5SharpFilled.tsx | 4 +- src/IconLooks6Outlined.tsx | 4 +- src/IconLooks6OutlinedFilled.tsx | 4 +- src/IconLooks6Rounded.tsx | 4 +- src/IconLooks6RoundedFilled.tsx | 4 +- src/IconLooks6Sharp.tsx | 4 +- src/IconLooks6SharpFilled.tsx | 4 +- src/IconLooksOneOutlined.tsx | 4 +- src/IconLooksOneOutlinedFilled.tsx | 6 +- src/IconLooksOneRounded.tsx | 4 +- src/IconLooksOneRoundedFilled.tsx | 6 +- src/IconLooksOneSharp.tsx | 4 +- src/IconLooksOneSharpFilled.tsx | 4 +- src/IconLooksOutlined.tsx | 4 +- src/IconLooksOutlinedFilled.tsx | 4 +- src/IconLooksRounded.tsx | 4 +- src/IconLooksRoundedFilled.tsx | 4 +- src/IconLooksSharp.tsx | 4 +- src/IconLooksSharpFilled.tsx | 4 +- src/IconLooksTwoOutlined.tsx | 4 +- src/IconLooksTwoOutlinedFilled.tsx | 6 +- src/IconLooksTwoRounded.tsx | 4 +- src/IconLooksTwoRoundedFilled.tsx | 6 +- src/IconLooksTwoSharp.tsx | 4 +- src/IconLooksTwoSharpFilled.tsx | 4 +- src/IconLoupeOutlined.tsx | 4 +- src/IconLoupeOutlinedFilled.tsx | 4 +- src/IconLoupeRounded.tsx | 4 +- src/IconLoupeRoundedFilled.tsx | 4 +- src/IconLoupeSharp.tsx | 4 +- src/IconLoupeSharpFilled.tsx | 4 +- src/IconLowDensityOutlined.tsx | 4 +- src/IconLowDensityOutlinedFilled.tsx | 6 +- src/IconLowDensityRounded.tsx | 4 +- src/IconLowDensityRoundedFilled.tsx | 6 +- src/IconLowDensitySharp.tsx | 4 +- src/IconLowDensitySharpFilled.tsx | 6 +- src/IconLowPriorityOutlined.tsx | 4 +- src/IconLowPriorityOutlinedFilled.tsx | 6 +- src/IconLowPriorityRounded.tsx | 4 +- src/IconLowPriorityRoundedFilled.tsx | 6 +- src/IconLowPrioritySharp.tsx | 4 +- src/IconLowPrioritySharpFilled.tsx | 6 +- src/IconLowercaseOutlined.tsx | 4 +- src/IconLowercaseOutlinedFilled.tsx | 6 +- src/IconLowercaseRounded.tsx | 4 +- src/IconLowercaseRoundedFilled.tsx | 6 +- src/IconLowercaseSharp.tsx | 4 +- src/IconLowercaseSharpFilled.tsx | 4 +- src/IconLoyaltyOutlined.tsx | 4 +- src/IconLoyaltyOutlinedFilled.tsx | 6 +- src/IconLoyaltyRounded.tsx | 4 +- src/IconLoyaltyRoundedFilled.tsx | 4 +- src/IconLoyaltySharp.tsx | 4 +- src/IconLoyaltySharpFilled.tsx | 4 +- src/IconLteMobiledataBadgeOutlined.tsx | 6 +- src/IconLteMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconLteMobiledataBadgeRounded.tsx | 6 +- src/IconLteMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconLteMobiledataBadgeSharp.tsx | 6 +- src/IconLteMobiledataBadgeSharpFilled.tsx | 4 +- src/IconLteMobiledataOutlined.tsx | 6 +- src/IconLteMobiledataOutlinedFilled.tsx | 6 +- src/IconLteMobiledataRounded.tsx | 4 +- src/IconLteMobiledataRoundedFilled.tsx | 6 +- src/IconLteMobiledataSharp.tsx | 4 +- src/IconLteMobiledataSharpFilled.tsx | 6 +- src/IconLtePlusMobiledataBadgeOutlined.tsx | 4 +- ...onLtePlusMobiledataBadgeOutlinedFilled.tsx | 4 +- src/IconLtePlusMobiledataBadgeRounded.tsx | 4 +- ...conLtePlusMobiledataBadgeRoundedFilled.tsx | 4 +- src/IconLtePlusMobiledataBadgeSharp.tsx | 6 +- src/IconLtePlusMobiledataBadgeSharpFilled.tsx | 4 +- src/IconLtePlusMobiledataOutlined.tsx | 6 +- src/IconLtePlusMobiledataOutlinedFilled.tsx | 4 +- src/IconLtePlusMobiledataRounded.tsx | 6 +- src/IconLtePlusMobiledataRoundedFilled.tsx | 4 +- src/IconLtePlusMobiledataSharp.tsx | 6 +- src/IconLtePlusMobiledataSharpFilled.tsx | 4 +- src/IconLuggageOutlined.tsx | 4 +- src/IconLuggageOutlinedFilled.tsx | 6 +- src/IconLuggageRounded.tsx | 4 +- src/IconLuggageRoundedFilled.tsx | 4 +- src/IconLuggageSharp.tsx | 4 +- src/IconLuggageSharpFilled.tsx | 4 +- src/IconLunchDiningOutlined.tsx | 4 +- src/IconLunchDiningOutlinedFilled.tsx | 6 +- src/IconLunchDiningRounded.tsx | 4 +- src/IconLunchDiningRoundedFilled.tsx | 6 +- src/IconLunchDiningSharp.tsx | 4 +- src/IconLunchDiningSharpFilled.tsx | 6 +- src/IconLyricsOutlined.tsx | 6 +- src/IconLyricsOutlinedFilled.tsx | 4 +- src/IconLyricsRounded.tsx | 6 +- src/IconLyricsRoundedFilled.tsx | 6 +- src/IconLyricsSharp.tsx | 6 +- src/IconLyricsSharpFilled.tsx | 4 +- src/IconMacroAutoOutlined.tsx | 4 +- src/IconMacroAutoOutlinedFilled.tsx | 6 +- src/IconMacroAutoRounded.tsx | 4 +- src/IconMacroAutoRoundedFilled.tsx | 6 +- src/IconMacroAutoSharp.tsx | 4 +- src/IconMacroAutoSharpFilled.tsx | 4 +- src/IconMacroOffOutlined.tsx | 4 +- src/IconMacroOffOutlinedFilled.tsx | 6 +- src/IconMacroOffRounded.tsx | 4 +- src/IconMacroOffRoundedFilled.tsx | 6 +- src/IconMacroOffSharp.tsx | 4 +- src/IconMacroOffSharpFilled.tsx | 4 +- src/IconMagnificationLargeOutlined.tsx | 6 +- src/IconMagnificationLargeOutlinedFilled.tsx | 4 +- src/IconMagnificationLargeRounded.tsx | 6 +- src/IconMagnificationLargeRoundedFilled.tsx | 4 +- src/IconMagnificationLargeSharp.tsx | 6 +- src/IconMagnificationLargeSharpFilled.tsx | 4 +- src/IconMagnificationSmallOutlined.tsx | 6 +- src/IconMagnificationSmallOutlinedFilled.tsx | 4 +- src/IconMagnificationSmallRounded.tsx | 6 +- src/IconMagnificationSmallRoundedFilled.tsx | 4 +- src/IconMagnificationSmallSharp.tsx | 6 +- src/IconMagnificationSmallSharpFilled.tsx | 4 +- src/IconMagnifyDockedOutlined.tsx | 6 +- src/IconMagnifyDockedOutlinedFilled.tsx | 6 +- src/IconMagnifyDockedRounded.tsx | 4 +- src/IconMagnifyDockedRoundedFilled.tsx | 6 +- src/IconMagnifyDockedSharp.tsx | 4 +- src/IconMagnifyDockedSharpFilled.tsx | 6 +- src/IconMagnifyFullscreenOutlined.tsx | 6 +- src/IconMagnifyFullscreenOutlinedFilled.tsx | 4 +- src/IconMagnifyFullscreenRounded.tsx | 6 +- src/IconMagnifyFullscreenRoundedFilled.tsx | 4 +- src/IconMagnifyFullscreenSharp.tsx | 6 +- src/IconMagnifyFullscreenSharpFilled.tsx | 4 +- src/IconMailLockOutlined.tsx | 4 +- src/IconMailLockOutlinedFilled.tsx | 6 +- src/IconMailLockRounded.tsx | 4 +- src/IconMailLockRoundedFilled.tsx | 6 +- src/IconMailLockSharp.tsx | 4 +- src/IconMailLockSharpFilled.tsx | 4 +- src/IconMailOffOutlined.tsx | 4 +- src/IconMailOffOutlinedFilled.tsx | 6 +- src/IconMailOffRounded.tsx | 4 +- src/IconMailOffRoundedFilled.tsx | 4 +- src/IconMailOffSharp.tsx | 4 +- src/IconMailOffSharpFilled.tsx | 4 +- src/IconMailOutlined.tsx | 4 +- src/IconMailOutlinedFilled.tsx | 4 +- src/IconMailRounded.tsx | 4 +- src/IconMailRoundedFilled.tsx | 4 +- src/IconMailSharp.tsx | 4 +- src/IconMailSharpFilled.tsx | 4 +- src/IconMaleOutlined.tsx | 4 +- src/IconMaleOutlinedFilled.tsx | 4 +- src/IconMaleRounded.tsx | 4 +- src/IconMaleRoundedFilled.tsx | 4 +- src/IconMaleSharp.tsx | 4 +- src/IconMaleSharpFilled.tsx | 4 +- src/IconMan2Outlined.tsx | 4 +- src/IconMan2OutlinedFilled.tsx | 4 +- src/IconMan2Rounded.tsx | 4 +- src/IconMan2RoundedFilled.tsx | 4 +- src/IconMan2Sharp.tsx | 4 +- src/IconMan2SharpFilled.tsx | 4 +- src/IconMan3Outlined.tsx | 4 +- src/IconMan3OutlinedFilled.tsx | 4 +- src/IconMan3Rounded.tsx | 4 +- src/IconMan3RoundedFilled.tsx | 4 +- src/IconMan3Sharp.tsx | 4 +- src/IconMan3SharpFilled.tsx | 4 +- src/IconMan4Outlined.tsx | 4 +- src/IconMan4OutlinedFilled.tsx | 4 +- src/IconMan4Rounded.tsx | 4 +- src/IconMan4RoundedFilled.tsx | 4 +- src/IconMan4Sharp.tsx | 4 +- src/IconMan4SharpFilled.tsx | 4 +- src/IconManOutlined.tsx | 4 +- src/IconManOutlinedFilled.tsx | 4 +- src/IconManRounded.tsx | 4 +- src/IconManRoundedFilled.tsx | 4 +- src/IconManSharp.tsx | 4 +- src/IconManSharpFilled.tsx | 4 +- src/IconManageAccountsOutlined.tsx | 6 +- src/IconManageAccountsOutlinedFilled.tsx | 4 +- src/IconManageAccountsRounded.tsx | 6 +- src/IconManageAccountsRoundedFilled.tsx | 6 +- src/IconManageAccountsSharp.tsx | 4 +- src/IconManageAccountsSharpFilled.tsx | 6 +- src/IconManageHistoryOutlined.tsx | 6 +- src/IconManageHistoryOutlinedFilled.tsx | 6 +- src/IconManageHistoryRounded.tsx | 4 +- src/IconManageHistoryRoundedFilled.tsx | 6 +- src/IconManageHistorySharp.tsx | 4 +- src/IconManageHistorySharpFilled.tsx | 6 +- src/IconManageSearchOutlined.tsx | 4 +- src/IconManageSearchOutlinedFilled.tsx | 6 +- src/IconManageSearchRounded.tsx | 4 +- src/IconManageSearchRoundedFilled.tsx | 6 +- src/IconManageSearchSharp.tsx | 4 +- src/IconManageSearchSharpFilled.tsx | 6 +- src/IconMangaOutlined.tsx | 4 +- src/IconMangaOutlinedFilled.tsx | 4 +- src/IconMangaRounded.tsx | 4 +- src/IconMangaRoundedFilled.tsx | 4 +- src/IconMangaSharp.tsx | 4 +- src/IconMangaSharpFilled.tsx | 4 +- src/IconManufacturingOutlined.tsx | 6 +- src/IconManufacturingOutlinedFilled.tsx | 6 +- src/IconManufacturingRounded.tsx | 4 +- src/IconManufacturingRoundedFilled.tsx | 6 +- src/IconManufacturingSharp.tsx | 4 +- src/IconManufacturingSharpFilled.tsx | 6 +- src/IconMapOutlined.tsx | 4 +- src/IconMapOutlinedFilled.tsx | 4 +- src/IconMapRounded.tsx | 4 +- src/IconMapRoundedFilled.tsx | 4 +- src/IconMapSharp.tsx | 4 +- src/IconMapSharpFilled.tsx | 4 +- src/IconMapsUgcOutlined.tsx | 4 +- src/IconMapsUgcOutlinedFilled.tsx | 6 +- src/IconMapsUgcRounded.tsx | 4 +- src/IconMapsUgcRoundedFilled.tsx | 4 +- src/IconMapsUgcSharp.tsx | 4 +- src/IconMapsUgcSharpFilled.tsx | 4 +- src/IconMarginOutlined.tsx | 4 +- src/IconMarginOutlinedFilled.tsx | 4 +- src/IconMarginRounded.tsx | 4 +- src/IconMarginRoundedFilled.tsx | 4 +- src/IconMarginSharp.tsx | 4 +- src/IconMarginSharpFilled.tsx | 4 +- src/IconMarkAsUnreadOutlined.tsx | 4 +- src/IconMarkAsUnreadOutlinedFilled.tsx | 6 +- src/IconMarkAsUnreadRounded.tsx | 4 +- src/IconMarkAsUnreadRoundedFilled.tsx | 6 +- src/IconMarkAsUnreadSharp.tsx | 4 +- src/IconMarkAsUnreadSharpFilled.tsx | 6 +- src/IconMarkChatReadOutlined.tsx | 4 +- src/IconMarkChatReadOutlinedFilled.tsx | 6 +- src/IconMarkChatReadRounded.tsx | 4 +- src/IconMarkChatReadRoundedFilled.tsx | 6 +- src/IconMarkChatReadSharp.tsx | 4 +- src/IconMarkChatReadSharpFilled.tsx | 6 +- src/IconMarkChatUnreadOutlined.tsx | 6 +- src/IconMarkChatUnreadOutlinedFilled.tsx | 4 +- src/IconMarkChatUnreadRounded.tsx | 6 +- src/IconMarkChatUnreadRoundedFilled.tsx | 6 +- src/IconMarkChatUnreadSharp.tsx | 4 +- src/IconMarkChatUnreadSharpFilled.tsx | 6 +- src/IconMarkEmailReadOutlined.tsx | 6 +- src/IconMarkEmailReadOutlinedFilled.tsx | 6 +- src/IconMarkEmailReadRounded.tsx | 4 +- src/IconMarkEmailReadRoundedFilled.tsx | 6 +- src/IconMarkEmailReadSharp.tsx | 4 +- src/IconMarkEmailReadSharpFilled.tsx | 6 +- src/IconMarkEmailUnreadOutlined.tsx | 6 +- src/IconMarkEmailUnreadOutlinedFilled.tsx | 4 +- src/IconMarkEmailUnreadRounded.tsx | 6 +- src/IconMarkEmailUnreadRoundedFilled.tsx | 4 +- src/IconMarkEmailUnreadSharp.tsx | 4 +- src/IconMarkEmailUnreadSharpFilled.tsx | 6 +- src/IconMarkUnreadChatAltOutlined.tsx | 6 +- src/IconMarkUnreadChatAltOutlinedFilled.tsx | 4 +- src/IconMarkUnreadChatAltRounded.tsx | 6 +- src/IconMarkUnreadChatAltRoundedFilled.tsx | 4 +- src/IconMarkUnreadChatAltSharp.tsx | 6 +- src/IconMarkUnreadChatAltSharpFilled.tsx | 4 +- src/IconMarkdownCopyOutlined.tsx | 4 +- src/IconMarkdownCopyOutlinedFilled.tsx | 6 +- src/IconMarkdownCopyRounded.tsx | 4 +- src/IconMarkdownCopyRoundedFilled.tsx | 6 +- src/IconMarkdownCopySharp.tsx | 4 +- src/IconMarkdownCopySharpFilled.tsx | 6 +- src/IconMarkdownOutlined.tsx | 4 +- src/IconMarkdownOutlinedFilled.tsx | 6 +- src/IconMarkdownPasteOutlined.tsx | 6 +- src/IconMarkdownPasteOutlinedFilled.tsx | 6 +- src/IconMarkdownPasteRounded.tsx | 4 +- src/IconMarkdownPasteRoundedFilled.tsx | 6 +- src/IconMarkdownPasteSharp.tsx | 4 +- src/IconMarkdownPasteSharpFilled.tsx | 6 +- src/IconMarkdownRounded.tsx | 4 +- src/IconMarkdownRoundedFilled.tsx | 6 +- src/IconMarkdownSharp.tsx | 4 +- src/IconMarkdownSharpFilled.tsx | 4 +- src/IconMarkunreadMailboxOutlined.tsx | 6 +- src/IconMarkunreadMailboxOutlinedFilled.tsx | 4 +- src/IconMarkunreadMailboxRounded.tsx | 6 +- src/IconMarkunreadMailboxRoundedFilled.tsx | 4 +- src/IconMarkunreadMailboxSharp.tsx | 6 +- src/IconMarkunreadMailboxSharpFilled.tsx | 4 +- src/IconMaskedTransitionsAddOutlined.tsx | 4 +- ...IconMaskedTransitionsAddOutlinedFilled.tsx | 4 +- src/IconMaskedTransitionsAddRounded.tsx | 6 +- src/IconMaskedTransitionsAddRoundedFilled.tsx | 4 +- src/IconMaskedTransitionsAddSharp.tsx | 6 +- src/IconMaskedTransitionsAddSharpFilled.tsx | 4 +- src/IconMaskedTransitionsOutlined.tsx | 6 +- src/IconMaskedTransitionsOutlinedFilled.tsx | 4 +- src/IconMaskedTransitionsRounded.tsx | 6 +- src/IconMaskedTransitionsRoundedFilled.tsx | 4 +- src/IconMaskedTransitionsSharp.tsx | 6 +- src/IconMaskedTransitionsSharpFilled.tsx | 4 +- src/IconMasksOutlined.tsx | 4 +- src/IconMasksOutlinedFilled.tsx | 4 +- src/IconMasksRounded.tsx | 4 +- src/IconMasksRoundedFilled.tsx | 4 +- src/IconMasksSharp.tsx | 4 +- src/IconMasksSharpFilled.tsx | 4 +- src/IconMatchCaseOutlined.tsx | 4 +- src/IconMatchCaseOutlinedFilled.tsx | 6 +- src/IconMatchCaseRounded.tsx | 4 +- src/IconMatchCaseRoundedFilled.tsx | 6 +- src/IconMatchCaseSharp.tsx | 4 +- src/IconMatchCaseSharpFilled.tsx | 4 +- src/IconMatchWordOutlined.tsx | 4 +- src/IconMatchWordOutlinedFilled.tsx | 6 +- src/IconMatchWordRounded.tsx | 4 +- src/IconMatchWordRoundedFilled.tsx | 6 +- src/IconMatchWordSharp.tsx | 4 +- src/IconMatchWordSharpFilled.tsx | 4 +- src/IconMatterOutlined.tsx | 4 +- src/IconMatterOutlinedFilled.tsx | 4 +- src/IconMatterRounded.tsx | 4 +- src/IconMatterRoundedFilled.tsx | 4 +- src/IconMatterSharp.tsx | 4 +- src/IconMatterSharpFilled.tsx | 4 +- src/IconMaximizeOutlined.tsx | 4 +- src/IconMaximizeOutlinedFilled.tsx | 6 +- src/IconMaximizeRounded.tsx | 4 +- src/IconMaximizeRoundedFilled.tsx | 6 +- src/IconMaximizeSharp.tsx | 4 +- src/IconMaximizeSharpFilled.tsx | 4 +- src/IconMeasuringTapeOutlined.tsx | 6 +- src/IconMeasuringTapeOutlinedFilled.tsx | 6 +- src/IconMeasuringTapeRounded.tsx | 4 +- src/IconMeasuringTapeRoundedFilled.tsx | 6 +- src/IconMeasuringTapeSharp.tsx | 4 +- src/IconMeasuringTapeSharpFilled.tsx | 6 +- src/IconMediaBluetoothOffOutlined.tsx | 6 +- src/IconMediaBluetoothOffOutlinedFilled.tsx | 4 +- src/IconMediaBluetoothOffRounded.tsx | 6 +- src/IconMediaBluetoothOffRoundedFilled.tsx | 4 +- src/IconMediaBluetoothOffSharp.tsx | 6 +- src/IconMediaBluetoothOffSharpFilled.tsx | 4 +- src/IconMediaBluetoothOnOutlined.tsx | 6 +- src/IconMediaBluetoothOnOutlinedFilled.tsx | 4 +- src/IconMediaBluetoothOnRounded.tsx | 6 +- src/IconMediaBluetoothOnRoundedFilled.tsx | 4 +- src/IconMediaBluetoothOnSharp.tsx | 6 +- src/IconMediaBluetoothOnSharpFilled.tsx | 6 +- src/IconMediaLinkOutlined.tsx | 4 +- src/IconMediaLinkOutlinedFilled.tsx | 6 +- src/IconMediaLinkRounded.tsx | 4 +- src/IconMediaLinkRoundedFilled.tsx | 6 +- src/IconMediaLinkSharp.tsx | 4 +- src/IconMediaLinkSharpFilled.tsx | 4 +- src/IconMediaOutputOffOutlined.tsx | 6 +- src/IconMediaOutputOffOutlinedFilled.tsx | 4 +- src/IconMediaOutputOffRounded.tsx | 6 +- src/IconMediaOutputOffRoundedFilled.tsx | 6 +- src/IconMediaOutputOffSharp.tsx | 4 +- src/IconMediaOutputOffSharpFilled.tsx | 6 +- src/IconMediaOutputOutlined.tsx | 4 +- src/IconMediaOutputOutlinedFilled.tsx | 6 +- src/IconMediaOutputRounded.tsx | 4 +- src/IconMediaOutputRoundedFilled.tsx | 6 +- src/IconMediaOutputSharp.tsx | 4 +- src/IconMediaOutputSharpFilled.tsx | 6 +- src/IconMediationOutlined.tsx | 4 +- src/IconMediationOutlinedFilled.tsx | 6 +- src/IconMediationRounded.tsx | 4 +- src/IconMediationRoundedFilled.tsx | 6 +- src/IconMediationSharp.tsx | 4 +- src/IconMediationSharpFilled.tsx | 4 +- src/IconMedicalInformationOutlined.tsx | 6 +- src/IconMedicalInformationOutlinedFilled.tsx | 4 +- src/IconMedicalInformationRounded.tsx | 6 +- src/IconMedicalInformationRoundedFilled.tsx | 4 +- src/IconMedicalInformationSharp.tsx | 6 +- src/IconMedicalInformationSharpFilled.tsx | 4 +- src/IconMedicalMaskOutlined.tsx | 4 +- src/IconMedicalMaskOutlinedFilled.tsx | 6 +- src/IconMedicalMaskRounded.tsx | 4 +- src/IconMedicalMaskRoundedFilled.tsx | 6 +- src/IconMedicalMaskSharp.tsx | 4 +- src/IconMedicalMaskSharpFilled.tsx | 6 +- src/IconMedicalServicesOutlined.tsx | 6 +- src/IconMedicalServicesOutlinedFilled.tsx | 4 +- src/IconMedicalServicesRounded.tsx | 6 +- src/IconMedicalServicesRoundedFilled.tsx | 4 +- src/IconMedicalServicesSharp.tsx | 4 +- src/IconMedicalServicesSharpFilled.tsx | 6 +- src/IconMedicationLiquidOutlined.tsx | 6 +- src/IconMedicationLiquidOutlinedFilled.tsx | 4 +- src/IconMedicationLiquidRounded.tsx | 6 +- src/IconMedicationLiquidRoundedFilled.tsx | 4 +- src/IconMedicationLiquidSharp.tsx | 6 +- src/IconMedicationLiquidSharpFilled.tsx | 6 +- src/IconMedicationOutlined.tsx | 4 +- src/IconMedicationOutlinedFilled.tsx | 6 +- src/IconMedicationRounded.tsx | 4 +- src/IconMedicationRoundedFilled.tsx | 6 +- src/IconMedicationSharp.tsx | 4 +- src/IconMedicationSharpFilled.tsx | 6 +- src/IconMeetingRoomOutlined.tsx | 4 +- src/IconMeetingRoomOutlinedFilled.tsx | 6 +- src/IconMeetingRoomRounded.tsx | 4 +- src/IconMeetingRoomRoundedFilled.tsx | 6 +- src/IconMeetingRoomSharp.tsx | 4 +- src/IconMeetingRoomSharpFilled.tsx | 6 +- src/IconMemoryAltOutlined.tsx | 4 +- src/IconMemoryAltOutlinedFilled.tsx | 6 +- src/IconMemoryAltRounded.tsx | 4 +- src/IconMemoryAltRoundedFilled.tsx | 6 +- src/IconMemoryAltSharp.tsx | 4 +- src/IconMemoryAltSharpFilled.tsx | 4 +- src/IconMemoryOutlined.tsx | 4 +- src/IconMemoryOutlinedFilled.tsx | 4 +- src/IconMemoryRounded.tsx | 4 +- src/IconMemoryRoundedFilled.tsx | 4 +- src/IconMemorySharp.tsx | 4 +- src/IconMemorySharpFilled.tsx | 4 +- src/IconMenstrualHealthOutlined.tsx | 6 +- src/IconMenstrualHealthOutlinedFilled.tsx | 4 +- src/IconMenstrualHealthRounded.tsx | 6 +- src/IconMenstrualHealthRoundedFilled.tsx | 4 +- src/IconMenstrualHealthSharp.tsx | 4 +- src/IconMenstrualHealthSharpFilled.tsx | 6 +- src/IconMenuBookOutlined.tsx | 4 +- src/IconMenuBookOutlinedFilled.tsx | 6 +- src/IconMenuBookRounded.tsx | 4 +- src/IconMenuBookRoundedFilled.tsx | 6 +- src/IconMenuBookSharp.tsx | 4 +- src/IconMenuBookSharpFilled.tsx | 4 +- src/IconMenuOpenOutlined.tsx | 4 +- src/IconMenuOpenOutlinedFilled.tsx | 6 +- src/IconMenuOpenRounded.tsx | 4 +- src/IconMenuOpenRoundedFilled.tsx | 6 +- src/IconMenuOpenSharp.tsx | 4 +- src/IconMenuOpenSharpFilled.tsx | 4 +- src/IconMenuOutlined.tsx | 4 +- src/IconMenuOutlinedFilled.tsx | 4 +- src/IconMenuRounded.tsx | 4 +- src/IconMenuRoundedFilled.tsx | 4 +- src/IconMenuSharp.tsx | 4 +- src/IconMenuSharpFilled.tsx | 4 +- src/IconMergeOutlined.tsx | 4 +- src/IconMergeOutlinedFilled.tsx | 4 +- src/IconMergeRounded.tsx | 4 +- src/IconMergeRoundedFilled.tsx | 4 +- src/IconMergeSharp.tsx | 4 +- src/IconMergeSharpFilled.tsx | 4 +- src/IconMergeTypeOutlined.tsx | 4 +- src/IconMergeTypeOutlinedFilled.tsx | 6 +- src/IconMergeTypeRounded.tsx | 4 +- src/IconMergeTypeRoundedFilled.tsx | 6 +- src/IconMergeTypeSharp.tsx | 4 +- src/IconMergeTypeSharpFilled.tsx | 4 +- src/IconMetabolismOutlined.tsx | 4 +- src/IconMetabolismOutlinedFilled.tsx | 6 +- src/IconMetabolismRounded.tsx | 4 +- src/IconMetabolismRoundedFilled.tsx | 6 +- src/IconMetabolismSharp.tsx | 4 +- src/IconMetabolismSharpFilled.tsx | 6 +- src/IconMetroOutlined.tsx | 4 +- src/IconMetroOutlinedFilled.tsx | 4 +- src/IconMetroRounded.tsx | 4 +- src/IconMetroRoundedFilled.tsx | 4 +- src/IconMetroSharp.tsx | 4 +- src/IconMetroSharpFilled.tsx | 4 +- src/IconMfgNestYaleLockOutlined.tsx | 6 +- src/IconMfgNestYaleLockOutlinedFilled.tsx | 4 +- src/IconMfgNestYaleLockRounded.tsx | 6 +- src/IconMfgNestYaleLockRoundedFilled.tsx | 4 +- src/IconMfgNestYaleLockSharp.tsx | 4 +- src/IconMfgNestYaleLockSharpFilled.tsx | 6 +- src/IconMicDoubleOutlined.tsx | 4 +- src/IconMicDoubleOutlinedFilled.tsx | 6 +- src/IconMicDoubleRounded.tsx | 4 +- src/IconMicDoubleRoundedFilled.tsx | 6 +- src/IconMicDoubleSharp.tsx | 4 +- src/IconMicDoubleSharpFilled.tsx | 4 +- src/IconMicExternalOffOutlined.tsx | 6 +- src/IconMicExternalOffOutlinedFilled.tsx | 4 +- src/IconMicExternalOffRounded.tsx | 6 +- src/IconMicExternalOffRoundedFilled.tsx | 6 +- src/IconMicExternalOffSharp.tsx | 4 +- src/IconMicExternalOffSharpFilled.tsx | 6 +- src/IconMicExternalOnOutlined.tsx | 6 +- src/IconMicExternalOnOutlinedFilled.tsx | 6 +- src/IconMicExternalOnRounded.tsx | 4 +- src/IconMicExternalOnRoundedFilled.tsx | 6 +- src/IconMicExternalOnSharp.tsx | 4 +- src/IconMicExternalOnSharpFilled.tsx | 6 +- src/IconMicOffOutlined.tsx | 4 +- src/IconMicOffOutlinedFilled.tsx | 4 +- src/IconMicOffRounded.tsx | 4 +- src/IconMicOffRoundedFilled.tsx | 4 +- src/IconMicOffSharp.tsx | 4 +- src/IconMicOffSharpFilled.tsx | 4 +- src/IconMicOutlined.tsx | 4 +- src/IconMicOutlinedFilled.tsx | 4 +- src/IconMicRounded.tsx | 4 +- src/IconMicRoundedFilled.tsx | 4 +- src/IconMicSharp.tsx | 4 +- src/IconMicSharpFilled.tsx | 4 +- src/IconMicrobiologyOutlined.tsx | 4 +- src/IconMicrobiologyOutlinedFilled.tsx | 6 +- src/IconMicrobiologyRounded.tsx | 4 +- src/IconMicrobiologyRoundedFilled.tsx | 6 +- src/IconMicrobiologySharp.tsx | 4 +- src/IconMicrobiologySharpFilled.tsx | 6 +- src/IconMicrowaveGenOutlined.tsx | 4 +- src/IconMicrowaveGenOutlinedFilled.tsx | 6 +- src/IconMicrowaveGenRounded.tsx | 4 +- src/IconMicrowaveGenRoundedFilled.tsx | 6 +- src/IconMicrowaveGenSharp.tsx | 4 +- src/IconMicrowaveGenSharpFilled.tsx | 6 +- src/IconMicrowaveOutlined.tsx | 4 +- src/IconMicrowaveOutlinedFilled.tsx | 6 +- src/IconMicrowaveRounded.tsx | 4 +- src/IconMicrowaveRoundedFilled.tsx | 6 +- src/IconMicrowaveSharp.tsx | 4 +- src/IconMicrowaveSharpFilled.tsx | 4 +- src/IconMilitaryTechOutlined.tsx | 4 +- src/IconMilitaryTechOutlinedFilled.tsx | 6 +- src/IconMilitaryTechRounded.tsx | 4 +- src/IconMilitaryTechRoundedFilled.tsx | 6 +- src/IconMilitaryTechSharp.tsx | 4 +- src/IconMilitaryTechSharpFilled.tsx | 6 +- src/IconMimoDisconnectOutlined.tsx | 6 +- src/IconMimoDisconnectOutlinedFilled.tsx | 4 +- src/IconMimoDisconnectRounded.tsx | 6 +- src/IconMimoDisconnectRoundedFilled.tsx | 6 +- src/IconMimoDisconnectSharp.tsx | 4 +- src/IconMimoDisconnectSharpFilled.tsx | 6 +- src/IconMimoOutlined.tsx | 4 +- src/IconMimoOutlinedFilled.tsx | 4 +- src/IconMimoRounded.tsx | 4 +- src/IconMimoRoundedFilled.tsx | 4 +- src/IconMimoSharp.tsx | 4 +- src/IconMimoSharpFilled.tsx | 4 +- src/IconMindfulnessOutlined.tsx | 4 +- src/IconMindfulnessOutlinedFilled.tsx | 6 +- src/IconMindfulnessRounded.tsx | 4 +- src/IconMindfulnessRoundedFilled.tsx | 6 +- src/IconMindfulnessSharp.tsx | 4 +- src/IconMindfulnessSharpFilled.tsx | 6 +- src/IconMinimizeOutlined.tsx | 4 +- src/IconMinimizeOutlinedFilled.tsx | 6 +- src/IconMinimizeRounded.tsx | 4 +- src/IconMinimizeRoundedFilled.tsx | 6 +- src/IconMinimizeSharp.tsx | 4 +- src/IconMinimizeSharpFilled.tsx | 4 +- src/IconMinorCrashOutlined.tsx | 4 +- src/IconMinorCrashOutlinedFilled.tsx | 6 +- src/IconMinorCrashRounded.tsx | 4 +- src/IconMinorCrashRoundedFilled.tsx | 6 +- src/IconMinorCrashSharp.tsx | 4 +- src/IconMinorCrashSharpFilled.tsx | 6 +- src/IconMintmarkOutlined.tsx | 4 +- src/IconMintmarkOutlinedFilled.tsx | 6 +- src/IconMintmarkRounded.tsx | 4 +- src/IconMintmarkRoundedFilled.tsx | 6 +- src/IconMintmarkSharp.tsx | 4 +- src/IconMintmarkSharpFilled.tsx | 4 +- src/IconMissedVideoCallOutlined.tsx | 6 +- src/IconMissedVideoCallOutlinedFilled.tsx | 4 +- src/IconMissedVideoCallRounded.tsx | 6 +- src/IconMissedVideoCallRoundedFilled.tsx | 4 +- src/IconMissedVideoCallSharp.tsx | 4 +- src/IconMissedVideoCallSharpFilled.tsx | 6 +- src/IconMissingControllerOutlined.tsx | 6 +- src/IconMissingControllerOutlinedFilled.tsx | 4 +- src/IconMissingControllerRounded.tsx | 6 +- src/IconMissingControllerRoundedFilled.tsx | 4 +- src/IconMissingControllerSharp.tsx | 6 +- src/IconMissingControllerSharpFilled.tsx | 4 +- src/IconMistOutlined.tsx | 4 +- src/IconMistOutlinedFilled.tsx | 4 +- src/IconMistRounded.tsx | 4 +- src/IconMistRoundedFilled.tsx | 4 +- src/IconMistSharp.tsx | 4 +- src/IconMistSharpFilled.tsx | 4 +- src/IconMitreOutlined.tsx | 4 +- src/IconMitreOutlinedFilled.tsx | 4 +- src/IconMitreRounded.tsx | 4 +- src/IconMitreRoundedFilled.tsx | 4 +- src/IconMitreSharp.tsx | 4 +- src/IconMitreSharpFilled.tsx | 4 +- src/IconMixtureMedOutlined.tsx | 4 +- src/IconMixtureMedOutlinedFilled.tsx | 6 +- src/IconMixtureMedRounded.tsx | 4 +- src/IconMixtureMedRoundedFilled.tsx | 6 +- src/IconMixtureMedSharp.tsx | 4 +- src/IconMixtureMedSharpFilled.tsx | 6 +- src/IconMmsOutlined.tsx | 4 +- src/IconMmsOutlinedFilled.tsx | 4 +- src/IconMmsRounded.tsx | 4 +- src/IconMmsRoundedFilled.tsx | 4 +- src/IconMmsSharp.tsx | 4 +- src/IconMmsSharpFilled.tsx | 4 +- src/IconMobileFriendlyOutlined.tsx | 6 +- src/IconMobileFriendlyOutlinedFilled.tsx | 4 +- src/IconMobileFriendlyRounded.tsx | 6 +- src/IconMobileFriendlyRoundedFilled.tsx | 6 +- src/IconMobileFriendlySharp.tsx | 4 +- src/IconMobileFriendlySharpFilled.tsx | 6 +- src/IconMobileOffOutlined.tsx | 4 +- src/IconMobileOffOutlinedFilled.tsx | 6 +- src/IconMobileOffRounded.tsx | 4 +- src/IconMobileOffRoundedFilled.tsx | 6 +- src/IconMobileOffSharp.tsx | 4 +- src/IconMobileOffSharpFilled.tsx | 4 +- src/IconMobileScreenShareOutlined.tsx | 6 +- src/IconMobileScreenShareOutlinedFilled.tsx | 4 +- src/IconMobileScreenShareRounded.tsx | 6 +- src/IconMobileScreenShareRoundedFilled.tsx | 4 +- src/IconMobileScreenShareSharp.tsx | 6 +- src/IconMobileScreenShareSharpFilled.tsx | 4 +- src/IconMobiledataOffOutlined.tsx | 6 +- src/IconMobiledataOffOutlinedFilled.tsx | 6 +- src/IconMobiledataOffRounded.tsx | 4 +- src/IconMobiledataOffRoundedFilled.tsx | 6 +- src/IconMobiledataOffSharp.tsx | 4 +- src/IconMobiledataOffSharpFilled.tsx | 6 +- src/IconModeCommentOutlined.tsx | 4 +- src/IconModeCommentOutlinedFilled.tsx | 6 +- src/IconModeCommentRounded.tsx | 4 +- src/IconModeCommentRoundedFilled.tsx | 6 +- src/IconModeCommentSharp.tsx | 4 +- src/IconModeCommentSharpFilled.tsx | 6 +- src/IconModeCoolOffOutlined.tsx | 4 +- src/IconModeCoolOffOutlinedFilled.tsx | 6 +- src/IconModeCoolOffRounded.tsx | 4 +- src/IconModeCoolOffRoundedFilled.tsx | 6 +- src/IconModeCoolOffSharp.tsx | 4 +- src/IconModeCoolOffSharpFilled.tsx | 6 +- src/IconModeCoolOutlined.tsx | 4 +- src/IconModeCoolOutlinedFilled.tsx | 6 +- src/IconModeCoolRounded.tsx | 4 +- src/IconModeCoolRoundedFilled.tsx | 6 +- src/IconModeCoolSharp.tsx | 4 +- src/IconModeCoolSharpFilled.tsx | 4 +- src/IconModeDualOutlined.tsx | 4 +- src/IconModeDualOutlinedFilled.tsx | 6 +- src/IconModeDualRounded.tsx | 4 +- src/IconModeDualRoundedFilled.tsx | 6 +- src/IconModeDualSharp.tsx | 4 +- src/IconModeDualSharpFilled.tsx | 4 +- src/IconModeFanOffOutlined.tsx | 4 +- src/IconModeFanOffOutlinedFilled.tsx | 6 +- src/IconModeFanOffRounded.tsx | 4 +- src/IconModeFanOffRoundedFilled.tsx | 6 +- src/IconModeFanOffSharp.tsx | 4 +- src/IconModeFanOffSharpFilled.tsx | 6 +- src/IconModeFanOutlined.tsx | 4 +- src/IconModeFanOutlinedFilled.tsx | 6 +- src/IconModeFanRounded.tsx | 4 +- src/IconModeFanRoundedFilled.tsx | 4 +- src/IconModeFanSharp.tsx | 4 +- src/IconModeFanSharpFilled.tsx | 4 +- src/IconModeHeatCoolOutlined.tsx | 4 +- src/IconModeHeatCoolOutlinedFilled.tsx | 6 +- src/IconModeHeatCoolRounded.tsx | 4 +- src/IconModeHeatCoolRoundedFilled.tsx | 6 +- src/IconModeHeatCoolSharp.tsx | 4 +- src/IconModeHeatCoolSharpFilled.tsx | 6 +- src/IconModeHeatOffOutlined.tsx | 4 +- src/IconModeHeatOffOutlinedFilled.tsx | 6 +- src/IconModeHeatOffRounded.tsx | 4 +- src/IconModeHeatOffRoundedFilled.tsx | 6 +- src/IconModeHeatOffSharp.tsx | 4 +- src/IconModeHeatOffSharpFilled.tsx | 6 +- src/IconModeHeatOutlined.tsx | 4 +- src/IconModeHeatOutlinedFilled.tsx | 6 +- src/IconModeHeatRounded.tsx | 4 +- src/IconModeHeatRoundedFilled.tsx | 6 +- src/IconModeHeatSharp.tsx | 4 +- src/IconModeHeatSharpFilled.tsx | 4 +- src/IconModeNightOutlined.tsx | 4 +- src/IconModeNightOutlinedFilled.tsx | 6 +- src/IconModeNightRounded.tsx | 4 +- src/IconModeNightRoundedFilled.tsx | 6 +- src/IconModeNightSharp.tsx | 4 +- src/IconModeNightSharpFilled.tsx | 4 +- src/IconModeOfTravelOutlined.tsx | 4 +- src/IconModeOfTravelOutlinedFilled.tsx | 6 +- src/IconModeOfTravelRounded.tsx | 4 +- src/IconModeOfTravelRoundedFilled.tsx | 6 +- src/IconModeOfTravelSharp.tsx | 4 +- src/IconModeOfTravelSharpFilled.tsx | 6 +- src/IconModeOffOnOutlined.tsx | 4 +- src/IconModeOffOnOutlinedFilled.tsx | 6 +- src/IconModeOffOnRounded.tsx | 4 +- src/IconModeOffOnRoundedFilled.tsx | 6 +- src/IconModeOffOnSharp.tsx | 4 +- src/IconModeOffOnSharpFilled.tsx | 4 +- src/IconModeStandbyOutlined.tsx | 4 +- src/IconModeStandbyOutlinedFilled.tsx | 6 +- src/IconModeStandbyRounded.tsx | 4 +- src/IconModeStandbyRoundedFilled.tsx | 6 +- src/IconModeStandbySharp.tsx | 4 +- src/IconModeStandbySharpFilled.tsx | 6 +- src/IconModelTrainingOutlined.tsx | 6 +- src/IconModelTrainingOutlinedFilled.tsx | 6 +- src/IconModelTrainingRounded.tsx | 4 +- src/IconModelTrainingRoundedFilled.tsx | 6 +- src/IconModelTrainingSharp.tsx | 4 +- src/IconModelTrainingSharpFilled.tsx | 6 +- src/IconMoneyBagOutlined.tsx | 9 + src/IconMoneyBagOutlinedFilled.tsx | 11 + src/IconMoneyBagRounded.tsx | 9 + src/IconMoneyBagRoundedFilled.tsx | 11 + src/IconMoneyBagSharp.tsx | 9 + src/IconMoneyBagSharpFilled.tsx | 9 + src/IconMoneyOffOutlined.tsx | 4 +- src/IconMoneyOffOutlinedFilled.tsx | 6 +- src/IconMoneyOffRounded.tsx | 4 +- src/IconMoneyOffRoundedFilled.tsx | 6 +- src/IconMoneyOffSharp.tsx | 4 +- src/IconMoneyOffSharpFilled.tsx | 4 +- src/IconMoneyOutlined.tsx | 4 +- src/IconMoneyOutlinedFilled.tsx | 4 +- src/IconMoneyRounded.tsx | 4 +- src/IconMoneyRoundedFilled.tsx | 4 +- src/IconMoneySharp.tsx | 4 +- src/IconMoneySharpFilled.tsx | 4 +- src/IconMonitorHeartOutlined.tsx | 4 +- src/IconMonitorHeartOutlinedFilled.tsx | 6 +- src/IconMonitorHeartRounded.tsx | 4 +- src/IconMonitorHeartRoundedFilled.tsx | 6 +- src/IconMonitorHeartSharp.tsx | 4 +- src/IconMonitorHeartSharpFilled.tsx | 6 +- src/IconMonitorOutlined.tsx | 4 +- src/IconMonitorOutlinedFilled.tsx | 6 +- src/IconMonitorRounded.tsx | 4 +- src/IconMonitorRoundedFilled.tsx | 4 +- src/IconMonitorSharp.tsx | 4 +- src/IconMonitorSharpFilled.tsx | 4 +- src/IconMonitorWeightGainOutlined.tsx | 6 +- src/IconMonitorWeightGainOutlinedFilled.tsx | 4 +- src/IconMonitorWeightGainRounded.tsx | 6 +- src/IconMonitorWeightGainRoundedFilled.tsx | 4 +- src/IconMonitorWeightGainSharp.tsx | 6 +- src/IconMonitorWeightGainSharpFilled.tsx | 4 +- src/IconMonitorWeightLossOutlined.tsx | 6 +- src/IconMonitorWeightLossOutlinedFilled.tsx | 4 +- src/IconMonitorWeightLossRounded.tsx | 6 +- src/IconMonitorWeightLossRoundedFilled.tsx | 4 +- src/IconMonitorWeightLossSharp.tsx | 6 +- src/IconMonitorWeightLossSharpFilled.tsx | 4 +- src/IconMonitorWeightOutlined.tsx | 6 +- src/IconMonitorWeightOutlinedFilled.tsx | 6 +- src/IconMonitorWeightRounded.tsx | 4 +- src/IconMonitorWeightRoundedFilled.tsx | 6 +- src/IconMonitorWeightSharp.tsx | 4 +- src/IconMonitorWeightSharpFilled.tsx | 6 +- src/IconMonitoringOutlined.tsx | 4 +- src/IconMonitoringOutlinedFilled.tsx | 6 +- src/IconMonitoringRounded.tsx | 4 +- src/IconMonitoringRoundedFilled.tsx | 6 +- src/IconMonitoringSharp.tsx | 4 +- src/IconMonitoringSharpFilled.tsx | 6 +- src/IconMonochromePhotosOutlined.tsx | 6 +- src/IconMonochromePhotosOutlinedFilled.tsx | 4 +- src/IconMonochromePhotosRounded.tsx | 6 +- src/IconMonochromePhotosRoundedFilled.tsx | 4 +- src/IconMonochromePhotosSharp.tsx | 6 +- src/IconMonochromePhotosSharpFilled.tsx | 6 +- src/IconMonorailOutlined.tsx | 4 +- src/IconMonorailOutlinedFilled.tsx | 6 +- src/IconMonorailRounded.tsx | 4 +- src/IconMonorailRoundedFilled.tsx | 6 +- src/IconMonorailSharp.tsx | 4 +- src/IconMonorailSharpFilled.tsx | 4 +- src/IconMoodBadOutlined.tsx | 4 +- src/IconMoodBadOutlinedFilled.tsx | 6 +- src/IconMoodBadRounded.tsx | 4 +- src/IconMoodBadRoundedFilled.tsx | 4 +- src/IconMoodBadSharp.tsx | 4 +- src/IconMoodBadSharpFilled.tsx | 4 +- src/IconMoodOutlined.tsx | 4 +- src/IconMoodOutlinedFilled.tsx | 4 +- src/IconMoodRounded.tsx | 4 +- src/IconMoodRoundedFilled.tsx | 4 +- src/IconMoodSharp.tsx | 4 +- src/IconMoodSharpFilled.tsx | 4 +- src/IconMopOutlined.tsx | 4 +- src/IconMopOutlinedFilled.tsx | 4 +- src/IconMopRounded.tsx | 4 +- src/IconMopRoundedFilled.tsx | 4 +- src/IconMopSharp.tsx | 4 +- src/IconMopSharpFilled.tsx | 4 +- src/IconMoreDownOutlined.tsx | 4 +- src/IconMoreDownOutlinedFilled.tsx | 6 +- src/IconMoreDownRounded.tsx | 4 +- src/IconMoreDownRoundedFilled.tsx | 6 +- src/IconMoreDownSharp.tsx | 4 +- src/IconMoreDownSharpFilled.tsx | 4 +- src/IconMoreHorizOutlined.tsx | 4 +- src/IconMoreHorizOutlinedFilled.tsx | 6 +- src/IconMoreHorizRounded.tsx | 4 +- src/IconMoreHorizRoundedFilled.tsx | 6 +- src/IconMoreHorizSharp.tsx | 4 +- src/IconMoreHorizSharpFilled.tsx | 4 +- src/IconMoreOutlined.tsx | 4 +- src/IconMoreOutlinedFilled.tsx | 4 +- src/IconMoreRounded.tsx | 4 +- src/IconMoreRoundedFilled.tsx | 4 +- src/IconMoreSharp.tsx | 4 +- src/IconMoreSharpFilled.tsx | 4 +- src/IconMoreTimeOutlined.tsx | 4 +- src/IconMoreTimeOutlinedFilled.tsx | 6 +- src/IconMoreTimeRounded.tsx | 4 +- src/IconMoreTimeRoundedFilled.tsx | 6 +- src/IconMoreTimeSharp.tsx | 4 +- src/IconMoreTimeSharpFilled.tsx | 4 +- src/IconMoreUpOutlined.tsx | 4 +- src/IconMoreUpOutlinedFilled.tsx | 4 +- src/IconMoreUpRounded.tsx | 4 +- src/IconMoreUpRoundedFilled.tsx | 4 +- src/IconMoreUpSharp.tsx | 4 +- src/IconMoreUpSharpFilled.tsx | 4 +- src/IconMoreVertOutlined.tsx | 4 +- src/IconMoreVertOutlinedFilled.tsx | 6 +- src/IconMoreVertRounded.tsx | 4 +- src/IconMoreVertRoundedFilled.tsx | 6 +- src/IconMoreVertSharp.tsx | 4 +- src/IconMoreVertSharpFilled.tsx | 4 +- src/IconMosqueOutlined.tsx | 4 +- src/IconMosqueOutlinedFilled.tsx | 4 +- src/IconMosqueRounded.tsx | 4 +- src/IconMosqueRoundedFilled.tsx | 4 +- src/IconMosqueSharp.tsx | 4 +- src/IconMosqueSharpFilled.tsx | 4 +- src/IconMotionBlurOutlined.tsx | 4 +- src/IconMotionBlurOutlinedFilled.tsx | 6 +- src/IconMotionBlurRounded.tsx | 4 +- src/IconMotionBlurRoundedFilled.tsx | 6 +- src/IconMotionBlurSharp.tsx | 4 +- src/IconMotionBlurSharpFilled.tsx | 6 +- src/IconMotionModeOutlined.tsx | 4 +- src/IconMotionModeOutlinedFilled.tsx | 6 +- src/IconMotionModeRounded.tsx | 4 +- src/IconMotionModeRoundedFilled.tsx | 6 +- src/IconMotionModeSharp.tsx | 4 +- src/IconMotionModeSharpFilled.tsx | 6 +- src/IconMotionPhotosAutoOutlined.tsx | 6 +- src/IconMotionPhotosAutoOutlinedFilled.tsx | 4 +- src/IconMotionPhotosAutoRounded.tsx | 6 +- src/IconMotionPhotosAutoRoundedFilled.tsx | 4 +- src/IconMotionPhotosAutoSharp.tsx | 6 +- src/IconMotionPhotosAutoSharpFilled.tsx | 6 +- src/IconMotionPhotosOffOutlined.tsx | 6 +- src/IconMotionPhotosOffOutlinedFilled.tsx | 4 +- src/IconMotionPhotosOffRounded.tsx | 6 +- src/IconMotionPhotosOffRoundedFilled.tsx | 4 +- src/IconMotionPhotosOffSharp.tsx | 4 +- src/IconMotionPhotosOffSharpFilled.tsx | 6 +- src/IconMotionPhotosOnOutlined.tsx | 6 +- src/IconMotionPhotosOnOutlinedFilled.tsx | 4 +- src/IconMotionPhotosOnRounded.tsx | 6 +- src/IconMotionPhotosOnRoundedFilled.tsx | 6 +- src/IconMotionPhotosOnSharp.tsx | 4 +- src/IconMotionPhotosOnSharpFilled.tsx | 6 +- src/IconMotionPhotosPausedOutlined.tsx | 6 +- src/IconMotionPhotosPausedOutlinedFilled.tsx | 4 +- src/IconMotionPhotosPausedRounded.tsx | 6 +- src/IconMotionPhotosPausedRoundedFilled.tsx | 4 +- src/IconMotionPhotosPausedSharp.tsx | 6 +- src/IconMotionPhotosPausedSharpFilled.tsx | 4 +- src/IconMotionPlayOutlined.tsx | 4 +- src/IconMotionPlayOutlinedFilled.tsx | 6 +- src/IconMotionPlayRounded.tsx | 4 +- src/IconMotionPlayRoundedFilled.tsx | 6 +- src/IconMotionPlaySharp.tsx | 4 +- src/IconMotionPlaySharpFilled.tsx | 6 +- src/IconMotionSensorActiveOutlined.tsx | 6 +- src/IconMotionSensorActiveOutlinedFilled.tsx | 4 +- src/IconMotionSensorActiveRounded.tsx | 6 +- src/IconMotionSensorActiveRoundedFilled.tsx | 4 +- src/IconMotionSensorActiveSharp.tsx | 6 +- src/IconMotionSensorActiveSharpFilled.tsx | 4 +- src/IconMotionSensorAlertOutlined.tsx | 6 +- src/IconMotionSensorAlertOutlinedFilled.tsx | 4 +- src/IconMotionSensorAlertRounded.tsx | 6 +- src/IconMotionSensorAlertRoundedFilled.tsx | 4 +- src/IconMotionSensorAlertSharp.tsx | 6 +- src/IconMotionSensorAlertSharpFilled.tsx | 4 +- src/IconMotionSensorIdleOutlined.tsx | 6 +- src/IconMotionSensorIdleOutlinedFilled.tsx | 4 +- src/IconMotionSensorIdleRounded.tsx | 6 +- src/IconMotionSensorIdleRoundedFilled.tsx | 4 +- src/IconMotionSensorIdleSharp.tsx | 6 +- src/IconMotionSensorIdleSharpFilled.tsx | 6 +- src/IconMotionSensorUrgentOutlined.tsx | 6 +- src/IconMotionSensorUrgentOutlinedFilled.tsx | 4 +- src/IconMotionSensorUrgentRounded.tsx | 6 +- src/IconMotionSensorUrgentRoundedFilled.tsx | 4 +- src/IconMotionSensorUrgentSharp.tsx | 6 +- src/IconMotionSensorUrgentSharpFilled.tsx | 4 +- src/IconMotorcycleOutlined.tsx | 4 +- src/IconMotorcycleOutlinedFilled.tsx | 6 +- src/IconMotorcycleRounded.tsx | 4 +- src/IconMotorcycleRoundedFilled.tsx | 6 +- src/IconMotorcycleSharp.tsx | 4 +- src/IconMotorcycleSharpFilled.tsx | 6 +- src/IconMountainFlagOutlined.tsx | 4 +- src/IconMountainFlagOutlinedFilled.tsx | 6 +- src/IconMountainFlagRounded.tsx | 4 +- src/IconMountainFlagRoundedFilled.tsx | 6 +- src/IconMountainFlagSharp.tsx | 4 +- src/IconMountainFlagSharpFilled.tsx | 6 +- src/IconMouseLockOffOutlined.tsx | 4 +- src/IconMouseLockOffOutlinedFilled.tsx | 6 +- src/IconMouseLockOffRounded.tsx | 4 +- src/IconMouseLockOffRoundedFilled.tsx | 6 +- src/IconMouseLockOffSharp.tsx | 4 +- src/IconMouseLockOffSharpFilled.tsx | 6 +- src/IconMouseLockOutlined.tsx | 4 +- src/IconMouseLockOutlinedFilled.tsx | 6 +- src/IconMouseLockRounded.tsx | 4 +- src/IconMouseLockRoundedFilled.tsx | 6 +- src/IconMouseLockSharp.tsx | 4 +- src/IconMouseLockSharpFilled.tsx | 4 +- src/IconMouseOutlined.tsx | 4 +- src/IconMouseOutlinedFilled.tsx | 4 +- src/IconMouseRounded.tsx | 4 +- src/IconMouseRoundedFilled.tsx | 4 +- src/IconMouseSharp.tsx | 4 +- src/IconMouseSharpFilled.tsx | 4 +- src/IconMoveDownOutlined.tsx | 4 +- src/IconMoveDownOutlinedFilled.tsx | 6 +- src/IconMoveDownRounded.tsx | 4 +- src/IconMoveDownRoundedFilled.tsx | 6 +- src/IconMoveDownSharp.tsx | 4 +- src/IconMoveDownSharpFilled.tsx | 4 +- src/IconMoveGroupOutlined.tsx | 4 +- src/IconMoveGroupOutlinedFilled.tsx | 6 +- src/IconMoveGroupRounded.tsx | 4 +- src/IconMoveGroupRoundedFilled.tsx | 6 +- src/IconMoveGroupSharp.tsx | 4 +- src/IconMoveGroupSharpFilled.tsx | 4 +- src/IconMoveItemOutlined.tsx | 4 +- src/IconMoveItemOutlinedFilled.tsx | 6 +- src/IconMoveItemRounded.tsx | 4 +- src/IconMoveItemRoundedFilled.tsx | 6 +- src/IconMoveItemSharp.tsx | 4 +- src/IconMoveItemSharpFilled.tsx | 4 +- src/IconMoveLocationOutlined.tsx | 4 +- src/IconMoveLocationOutlinedFilled.tsx | 6 +- src/IconMoveLocationRounded.tsx | 4 +- src/IconMoveLocationRoundedFilled.tsx | 6 +- src/IconMoveLocationSharp.tsx | 4 +- src/IconMoveLocationSharpFilled.tsx | 6 +- src/IconMoveOutlined.tsx | 4 +- src/IconMoveOutlinedFilled.tsx | 4 +- src/IconMoveRounded.tsx | 4 +- src/IconMoveRoundedFilled.tsx | 4 +- src/IconMoveSelectionDownOutlined.tsx | 6 +- src/IconMoveSelectionDownOutlinedFilled.tsx | 4 +- src/IconMoveSelectionDownRounded.tsx | 6 +- src/IconMoveSelectionDownRoundedFilled.tsx | 4 +- src/IconMoveSelectionDownSharp.tsx | 6 +- src/IconMoveSelectionDownSharpFilled.tsx | 4 +- src/IconMoveSelectionLeftOutlined.tsx | 6 +- src/IconMoveSelectionLeftOutlinedFilled.tsx | 4 +- src/IconMoveSelectionLeftRounded.tsx | 6 +- src/IconMoveSelectionLeftRoundedFilled.tsx | 4 +- src/IconMoveSelectionLeftSharp.tsx | 6 +- src/IconMoveSelectionLeftSharpFilled.tsx | 4 +- src/IconMoveSelectionRightOutlined.tsx | 6 +- src/IconMoveSelectionRightOutlinedFilled.tsx | 4 +- src/IconMoveSelectionRightRounded.tsx | 6 +- src/IconMoveSelectionRightRoundedFilled.tsx | 4 +- src/IconMoveSelectionRightSharp.tsx | 6 +- src/IconMoveSelectionRightSharpFilled.tsx | 4 +- src/IconMoveSelectionUpOutlined.tsx | 6 +- src/IconMoveSelectionUpOutlinedFilled.tsx | 4 +- src/IconMoveSelectionUpRounded.tsx | 6 +- src/IconMoveSelectionUpRoundedFilled.tsx | 4 +- src/IconMoveSelectionUpSharp.tsx | 4 +- src/IconMoveSelectionUpSharpFilled.tsx | 6 +- src/IconMoveSharp.tsx | 4 +- src/IconMoveSharpFilled.tsx | 4 +- src/IconMoveToInboxOutlined.tsx | 4 +- src/IconMoveToInboxOutlinedFilled.tsx | 6 +- src/IconMoveToInboxRounded.tsx | 4 +- src/IconMoveToInboxRoundedFilled.tsx | 6 +- src/IconMoveToInboxSharp.tsx | 4 +- src/IconMoveToInboxSharpFilled.tsx | 6 +- src/IconMoveUpOutlined.tsx | 4 +- src/IconMoveUpOutlinedFilled.tsx | 4 +- src/IconMoveUpRounded.tsx | 4 +- src/IconMoveUpRoundedFilled.tsx | 4 +- src/IconMoveUpSharp.tsx | 4 +- src/IconMoveUpSharpFilled.tsx | 4 +- src/IconMovedLocationOutlined.tsx | 6 +- src/IconMovedLocationOutlinedFilled.tsx | 6 +- src/IconMovedLocationRounded.tsx | 4 +- src/IconMovedLocationRoundedFilled.tsx | 6 +- src/IconMovedLocationSharp.tsx | 4 +- src/IconMovedLocationSharpFilled.tsx | 6 +- src/IconMovieEditOutlined.tsx | 4 +- src/IconMovieEditOutlinedFilled.tsx | 6 +- src/IconMovieEditRounded.tsx | 4 +- src/IconMovieEditRoundedFilled.tsx | 6 +- src/IconMovieEditSharp.tsx | 4 +- src/IconMovieEditSharpFilled.tsx | 4 +- src/IconMovieInfoOutlined.tsx | 4 +- src/IconMovieInfoOutlinedFilled.tsx | 6 +- src/IconMovieInfoRounded.tsx | 4 +- src/IconMovieInfoRoundedFilled.tsx | 6 +- src/IconMovieInfoSharp.tsx | 4 +- src/IconMovieInfoSharpFilled.tsx | 4 +- src/IconMovieOffOutlined.tsx | 4 +- src/IconMovieOffOutlinedFilled.tsx | 6 +- src/IconMovieOffRounded.tsx | 4 +- src/IconMovieOffRoundedFilled.tsx | 6 +- src/IconMovieOffSharp.tsx | 4 +- src/IconMovieOffSharpFilled.tsx | 4 +- src/IconMovieOutlined.tsx | 4 +- src/IconMovieOutlinedFilled.tsx | 4 +- src/IconMovieRounded.tsx | 4 +- src/IconMovieRoundedFilled.tsx | 4 +- src/IconMovieSharp.tsx | 4 +- src/IconMovieSharpFilled.tsx | 4 +- src/IconMovingBedsOutlined.tsx | 4 +- src/IconMovingBedsOutlinedFilled.tsx | 6 +- src/IconMovingBedsRounded.tsx | 4 +- src/IconMovingBedsRoundedFilled.tsx | 6 +- src/IconMovingBedsSharp.tsx | 4 +- src/IconMovingBedsSharpFilled.tsx | 6 +- src/IconMovingMinistryOutlined.tsx | 6 +- src/IconMovingMinistryOutlinedFilled.tsx | 4 +- src/IconMovingMinistryRounded.tsx | 6 +- src/IconMovingMinistryRoundedFilled.tsx | 6 +- src/IconMovingMinistrySharp.tsx | 4 +- src/IconMovingMinistrySharpFilled.tsx | 6 +- src/IconMovingOutlined.tsx | 4 +- src/IconMovingOutlinedFilled.tsx | 4 +- src/IconMovingRounded.tsx | 4 +- src/IconMovingRoundedFilled.tsx | 4 +- src/IconMovingSharp.tsx | 4 +- src/IconMovingSharpFilled.tsx | 4 +- src/IconMpOutlined.tsx | 4 +- src/IconMpOutlinedFilled.tsx | 4 +- src/IconMpRounded.tsx | 4 +- src/IconMpRoundedFilled.tsx | 4 +- src/IconMpSharp.tsx | 4 +- src/IconMpSharpFilled.tsx | 4 +- src/IconMulticookerOutlined.tsx | 4 +- src/IconMulticookerOutlinedFilled.tsx | 6 +- src/IconMulticookerRounded.tsx | 4 +- src/IconMulticookerRoundedFilled.tsx | 6 +- src/IconMulticookerSharp.tsx | 4 +- src/IconMulticookerSharpFilled.tsx | 6 +- src/IconMultilineChartOutlined.tsx | 6 +- src/IconMultilineChartOutlinedFilled.tsx | 4 +- src/IconMultilineChartRounded.tsx | 6 +- src/IconMultilineChartRoundedFilled.tsx | 6 +- src/IconMultilineChartSharp.tsx | 4 +- src/IconMultilineChartSharpFilled.tsx | 6 +- src/IconMultimodalHandEyeOutlined.tsx | 6 +- src/IconMultimodalHandEyeOutlinedFilled.tsx | 4 +- src/IconMultimodalHandEyeRounded.tsx | 6 +- src/IconMultimodalHandEyeRoundedFilled.tsx | 4 +- src/IconMultimodalHandEyeSharp.tsx | 6 +- src/IconMultimodalHandEyeSharpFilled.tsx | 4 +- src/IconMultipleStopOutlined.tsx | 4 +- src/IconMultipleStopOutlinedFilled.tsx | 6 +- src/IconMultipleStopRounded.tsx | 4 +- src/IconMultipleStopRoundedFilled.tsx | 6 +- src/IconMultipleStopSharp.tsx | 4 +- src/IconMultipleStopSharpFilled.tsx | 6 +- src/IconMuseumOutlined.tsx | 4 +- src/IconMuseumOutlinedFilled.tsx | 4 +- src/IconMuseumRounded.tsx | 4 +- src/IconMuseumRoundedFilled.tsx | 4 +- src/IconMuseumSharp.tsx | 4 +- src/IconMuseumSharpFilled.tsx | 4 +- src/IconMusicCastOutlined.tsx | 4 +- src/IconMusicCastOutlinedFilled.tsx | 6 +- src/IconMusicCastRounded.tsx | 4 +- src/IconMusicCastRoundedFilled.tsx | 6 +- src/IconMusicCastSharp.tsx | 4 +- src/IconMusicCastSharpFilled.tsx | 4 +- src/IconMusicNoteOutlined.tsx | 4 +- src/IconMusicNoteOutlinedFilled.tsx | 6 +- src/IconMusicNoteRounded.tsx | 4 +- src/IconMusicNoteRoundedFilled.tsx | 6 +- src/IconMusicNoteSharp.tsx | 4 +- src/IconMusicNoteSharpFilled.tsx | 4 +- src/IconMusicOffOutlined.tsx | 4 +- src/IconMusicOffOutlinedFilled.tsx | 6 +- src/IconMusicOffRounded.tsx | 4 +- src/IconMusicOffRoundedFilled.tsx | 6 +- src/IconMusicOffSharp.tsx | 4 +- src/IconMusicOffSharpFilled.tsx | 4 +- src/IconMusicVideoOutlined.tsx | 4 +- src/IconMusicVideoOutlinedFilled.tsx | 6 +- src/IconMusicVideoRounded.tsx | 4 +- src/IconMusicVideoRoundedFilled.tsx | 6 +- src/IconMusicVideoSharp.tsx | 4 +- src/IconMusicVideoSharpFilled.tsx | 6 +- src/IconMyLocationOutlined.tsx | 4 +- src/IconMyLocationOutlinedFilled.tsx | 6 +- src/IconMyLocationRounded.tsx | 4 +- src/IconMyLocationRoundedFilled.tsx | 6 +- src/IconMyLocationSharp.tsx | 4 +- src/IconMyLocationSharpFilled.tsx | 6 +- src/IconMysteryOutlined.tsx | 4 +- src/IconMysteryOutlinedFilled.tsx | 6 +- src/IconMysteryRounded.tsx | 4 +- src/IconMysteryRoundedFilled.tsx | 4 +- src/IconMysterySharp.tsx | 4 +- src/IconMysterySharpFilled.tsx | 4 +- src/IconNatOutlined.tsx | 4 +- src/IconNatOutlinedFilled.tsx | 4 +- src/IconNatRounded.tsx | 4 +- src/IconNatRoundedFilled.tsx | 4 +- src/IconNatSharp.tsx | 4 +- src/IconNatSharpFilled.tsx | 4 +- src/IconNatureOutlined.tsx | 4 +- src/IconNatureOutlinedFilled.tsx | 4 +- src/IconNaturePeopleOutlined.tsx | 4 +- src/IconNaturePeopleOutlinedFilled.tsx | 6 +- src/IconNaturePeopleRounded.tsx | 4 +- src/IconNaturePeopleRoundedFilled.tsx | 6 +- src/IconNaturePeopleSharp.tsx | 4 +- src/IconNaturePeopleSharpFilled.tsx | 6 +- src/IconNatureRounded.tsx | 4 +- src/IconNatureRoundedFilled.tsx | 4 +- src/IconNatureSharp.tsx | 4 +- src/IconNatureSharpFilled.tsx | 4 +- src/IconNavigationOutlined.tsx | 4 +- src/IconNavigationOutlinedFilled.tsx | 6 +- src/IconNavigationRounded.tsx | 4 +- src/IconNavigationRoundedFilled.tsx | 6 +- src/IconNavigationSharp.tsx | 4 +- src/IconNavigationSharpFilled.tsx | 6 +- src/IconNearMeDisabledOutlined.tsx | 6 +- src/IconNearMeDisabledOutlinedFilled.tsx | 4 +- src/IconNearMeDisabledRounded.tsx | 6 +- src/IconNearMeDisabledRoundedFilled.tsx | 6 +- src/IconNearMeDisabledSharp.tsx | 4 +- src/IconNearMeDisabledSharpFilled.tsx | 6 +- src/IconNearMeOutlined.tsx | 4 +- src/IconNearMeOutlinedFilled.tsx | 4 +- src/IconNearMeRounded.tsx | 4 +- src/IconNearMeRoundedFilled.tsx | 4 +- src/IconNearMeSharp.tsx | 4 +- src/IconNearMeSharpFilled.tsx | 4 +- src/IconNearbyErrorOutlined.tsx | 4 +- src/IconNearbyErrorOutlinedFilled.tsx | 6 +- src/IconNearbyErrorRounded.tsx | 4 +- src/IconNearbyErrorRoundedFilled.tsx | 6 +- src/IconNearbyErrorSharp.tsx | 4 +- src/IconNearbyErrorSharpFilled.tsx | 6 +- src/IconNearbyOffOutlined.tsx | 4 +- src/IconNearbyOffOutlinedFilled.tsx | 6 +- src/IconNearbyOffRounded.tsx | 4 +- src/IconNearbyOffRoundedFilled.tsx | 6 +- src/IconNearbyOffSharp.tsx | 4 +- src/IconNearbyOffSharpFilled.tsx | 4 +- src/IconNearbyOutlined.tsx | 4 +- src/IconNearbyOutlinedFilled.tsx | 4 +- src/IconNearbyRounded.tsx | 4 +- src/IconNearbyRoundedFilled.tsx | 4 +- src/IconNearbySharp.tsx | 4 +- src/IconNearbySharpFilled.tsx | 4 +- src/IconNephrologyOutlined.tsx | 4 +- src/IconNephrologyOutlinedFilled.tsx | 6 +- src/IconNephrologyRounded.tsx | 4 +- src/IconNephrologyRoundedFilled.tsx | 6 +- src/IconNephrologySharp.tsx | 4 +- src/IconNephrologySharpFilled.tsx | 6 +- src/IconNestAudioOutlined.tsx | 4 +- src/IconNestAudioOutlinedFilled.tsx | 6 +- src/IconNestAudioRounded.tsx | 4 +- src/IconNestAudioRoundedFilled.tsx | 6 +- src/IconNestAudioSharp.tsx | 4 +- src/IconNestAudioSharpFilled.tsx | 4 +- src/IconNestCamFloodlightOutlined.tsx | 6 +- src/IconNestCamFloodlightOutlinedFilled.tsx | 4 +- src/IconNestCamFloodlightRounded.tsx | 6 +- src/IconNestCamFloodlightRoundedFilled.tsx | 4 +- src/IconNestCamFloodlightSharp.tsx | 6 +- src/IconNestCamFloodlightSharpFilled.tsx | 4 +- src/IconNestCamIndoorOutlined.tsx | 6 +- src/IconNestCamIndoorOutlinedFilled.tsx | 6 +- src/IconNestCamIndoorRounded.tsx | 4 +- src/IconNestCamIndoorRoundedFilled.tsx | 6 +- src/IconNestCamIndoorSharp.tsx | 4 +- src/IconNestCamIndoorSharpFilled.tsx | 6 +- src/IconNestCamIqOutdoorOutlined.tsx | 6 +- src/IconNestCamIqOutdoorOutlinedFilled.tsx | 4 +- src/IconNestCamIqOutdoorRounded.tsx | 6 +- src/IconNestCamIqOutdoorRoundedFilled.tsx | 4 +- src/IconNestCamIqOutdoorSharp.tsx | 6 +- src/IconNestCamIqOutdoorSharpFilled.tsx | 6 +- src/IconNestCamIqOutlined.tsx | 4 +- src/IconNestCamIqOutlinedFilled.tsx | 6 +- src/IconNestCamIqRounded.tsx | 4 +- src/IconNestCamIqRoundedFilled.tsx | 6 +- src/IconNestCamIqSharp.tsx | 4 +- src/IconNestCamIqSharpFilled.tsx | 4 +- src/IconNestCamMagnetMountOutlined.tsx | 6 +- src/IconNestCamMagnetMountOutlinedFilled.tsx | 4 +- src/IconNestCamMagnetMountRounded.tsx | 6 +- src/IconNestCamMagnetMountRoundedFilled.tsx | 4 +- src/IconNestCamMagnetMountSharp.tsx | 6 +- src/IconNestCamMagnetMountSharpFilled.tsx | 4 +- src/IconNestCamOutdoorOutlined.tsx | 6 +- src/IconNestCamOutdoorOutlinedFilled.tsx | 4 +- src/IconNestCamOutdoorRounded.tsx | 6 +- src/IconNestCamOutdoorRoundedFilled.tsx | 6 +- src/IconNestCamOutdoorSharp.tsx | 4 +- src/IconNestCamOutdoorSharpFilled.tsx | 6 +- src/IconNestCamStandOutlined.tsx | 4 +- src/IconNestCamStandOutlinedFilled.tsx | 6 +- src/IconNestCamStandRounded.tsx | 4 +- src/IconNestCamStandRoundedFilled.tsx | 6 +- src/IconNestCamStandSharp.tsx | 4 +- src/IconNestCamStandSharpFilled.tsx | 6 +- src/IconNestCamWallMountOutlined.tsx | 6 +- src/IconNestCamWallMountOutlinedFilled.tsx | 4 +- src/IconNestCamWallMountRounded.tsx | 6 +- src/IconNestCamWallMountRoundedFilled.tsx | 4 +- src/IconNestCamWallMountSharp.tsx | 6 +- src/IconNestCamWallMountSharpFilled.tsx | 6 +- src/IconNestCamWiredStandOutlined.tsx | 6 +- src/IconNestCamWiredStandOutlinedFilled.tsx | 4 +- src/IconNestCamWiredStandRounded.tsx | 6 +- src/IconNestCamWiredStandRoundedFilled.tsx | 4 +- src/IconNestCamWiredStandSharp.tsx | 6 +- src/IconNestCamWiredStandSharpFilled.tsx | 4 +- src/IconNestClockFarsightAnalogOutlined.tsx | 4 +- ...nNestClockFarsightAnalogOutlinedFilled.tsx | 4 +- src/IconNestClockFarsightAnalogRounded.tsx | 4 +- ...onNestClockFarsightAnalogRoundedFilled.tsx | 4 +- src/IconNestClockFarsightAnalogSharp.tsx | 4 +- ...IconNestClockFarsightAnalogSharpFilled.tsx | 4 +- src/IconNestClockFarsightDigitalOutlined.tsx | 4 +- ...NestClockFarsightDigitalOutlinedFilled.tsx | 8 +- src/IconNestClockFarsightDigitalRounded.tsx | 4 +- ...nNestClockFarsightDigitalRoundedFilled.tsx | 4 +- src/IconNestClockFarsightDigitalSharp.tsx | 4 +- ...conNestClockFarsightDigitalSharpFilled.tsx | 4 +- src/IconNestConnectOutlined.tsx | 4 +- src/IconNestConnectOutlinedFilled.tsx | 6 +- src/IconNestConnectRounded.tsx | 4 +- src/IconNestConnectRoundedFilled.tsx | 6 +- src/IconNestConnectSharp.tsx | 4 +- src/IconNestConnectSharpFilled.tsx | 6 +- src/IconNestDetectOutlined.tsx | 4 +- src/IconNestDetectOutlinedFilled.tsx | 6 +- src/IconNestDetectRounded.tsx | 4 +- src/IconNestDetectRoundedFilled.tsx | 6 +- src/IconNestDetectSharp.tsx | 4 +- src/IconNestDetectSharpFilled.tsx | 6 +- src/IconNestDisplayMaxOutlined.tsx | 6 +- src/IconNestDisplayMaxOutlinedFilled.tsx | 4 +- src/IconNestDisplayMaxRounded.tsx | 6 +- src/IconNestDisplayMaxRoundedFilled.tsx | 6 +- src/IconNestDisplayMaxSharp.tsx | 4 +- src/IconNestDisplayMaxSharpFilled.tsx | 6 +- src/IconNestDisplayOutlined.tsx | 4 +- src/IconNestDisplayOutlinedFilled.tsx | 6 +- src/IconNestDisplayRounded.tsx | 4 +- src/IconNestDisplayRoundedFilled.tsx | 6 +- src/IconNestDisplaySharp.tsx | 4 +- src/IconNestDisplaySharpFilled.tsx | 6 +- src/IconNestDoorbellVisitorOutlined.tsx | 6 +- src/IconNestDoorbellVisitorOutlinedFilled.tsx | 4 +- src/IconNestDoorbellVisitorRounded.tsx | 6 +- src/IconNestDoorbellVisitorRoundedFilled.tsx | 4 +- src/IconNestDoorbellVisitorSharp.tsx | 6 +- src/IconNestDoorbellVisitorSharpFilled.tsx | 4 +- src/IconNestEcoLeafOutlined.tsx | 4 +- src/IconNestEcoLeafOutlinedFilled.tsx | 6 +- src/IconNestEcoLeafRounded.tsx | 4 +- src/IconNestEcoLeafRoundedFilled.tsx | 6 +- src/IconNestEcoLeafSharp.tsx | 4 +- src/IconNestEcoLeafSharpFilled.tsx | 6 +- src/IconNestFarsightWeatherOutlined.tsx | 6 +- src/IconNestFarsightWeatherOutlinedFilled.tsx | 4 +- src/IconNestFarsightWeatherRounded.tsx | 6 +- src/IconNestFarsightWeatherRoundedFilled.tsx | 4 +- src/IconNestFarsightWeatherSharp.tsx | 6 +- src/IconNestFarsightWeatherSharpFilled.tsx | 4 +- src/IconNestFoundSavingsOutlined.tsx | 6 +- src/IconNestFoundSavingsOutlinedFilled.tsx | 4 +- src/IconNestFoundSavingsRounded.tsx | 6 +- src/IconNestFoundSavingsRoundedFilled.tsx | 4 +- src/IconNestFoundSavingsSharp.tsx | 6 +- src/IconNestFoundSavingsSharpFilled.tsx | 6 +- src/IconNestGaleWifiOutlined.tsx | 4 +- src/IconNestGaleWifiOutlinedFilled.tsx | 6 +- src/IconNestGaleWifiRounded.tsx | 4 +- src/IconNestGaleWifiRoundedFilled.tsx | 6 +- src/IconNestGaleWifiSharp.tsx | 4 +- src/IconNestGaleWifiSharpFilled.tsx | 6 +- src/IconNestHeatLinkEOutlined.tsx | 6 +- src/IconNestHeatLinkEOutlinedFilled.tsx | 6 +- src/IconNestHeatLinkERounded.tsx | 4 +- src/IconNestHeatLinkERoundedFilled.tsx | 6 +- src/IconNestHeatLinkESharp.tsx | 4 +- src/IconNestHeatLinkESharpFilled.tsx | 6 +- src/IconNestHeatLinkGen3Outlined.tsx | 6 +- src/IconNestHeatLinkGen3OutlinedFilled.tsx | 4 +- src/IconNestHeatLinkGen3Rounded.tsx | 6 +- src/IconNestHeatLinkGen3RoundedFilled.tsx | 4 +- src/IconNestHeatLinkGen3Sharp.tsx | 6 +- src/IconNestHeatLinkGen3SharpFilled.tsx | 6 +- src/IconNestHelloDoorbellOutlined.tsx | 6 +- src/IconNestHelloDoorbellOutlinedFilled.tsx | 4 +- src/IconNestHelloDoorbellRounded.tsx | 6 +- src/IconNestHelloDoorbellRoundedFilled.tsx | 4 +- src/IconNestHelloDoorbellSharp.tsx | 6 +- src/IconNestHelloDoorbellSharpFilled.tsx | 4 +- src/IconNestMiniOutlined.tsx | 4 +- src/IconNestMiniOutlinedFilled.tsx | 6 +- src/IconNestMiniRounded.tsx | 4 +- src/IconNestMiniRoundedFilled.tsx | 6 +- src/IconNestMiniSharp.tsx | 4 +- src/IconNestMiniSharpFilled.tsx | 4 +- src/IconNestMultiRoomOutlined.tsx | 6 +- src/IconNestMultiRoomOutlinedFilled.tsx | 6 +- src/IconNestMultiRoomRounded.tsx | 4 +- src/IconNestMultiRoomRoundedFilled.tsx | 6 +- src/IconNestMultiRoomSharp.tsx | 4 +- src/IconNestMultiRoomSharpFilled.tsx | 6 +- src/IconNestProtectOutlined.tsx | 4 +- src/IconNestProtectOutlinedFilled.tsx | 6 +- src/IconNestProtectRounded.tsx | 4 +- src/IconNestProtectRoundedFilled.tsx | 6 +- src/IconNestProtectSharp.tsx | 4 +- src/IconNestProtectSharpFilled.tsx | 6 +- src/IconNestRemoteComfortSensorOutlined.tsx | 4 +- ...nNestRemoteComfortSensorOutlinedFilled.tsx | 4 +- src/IconNestRemoteComfortSensorRounded.tsx | 4 +- ...onNestRemoteComfortSensorRoundedFilled.tsx | 4 +- src/IconNestRemoteComfortSensorSharp.tsx | 4 +- ...IconNestRemoteComfortSensorSharpFilled.tsx | 4 +- src/IconNestRemoteOutlined.tsx | 4 +- src/IconNestRemoteOutlinedFilled.tsx | 6 +- src/IconNestRemoteRounded.tsx | 4 +- src/IconNestRemoteRoundedFilled.tsx | 6 +- src/IconNestRemoteSharp.tsx | 4 +- src/IconNestRemoteSharpFilled.tsx | 6 +- src/IconNestSecureAlarmOutlined.tsx | 6 +- src/IconNestSecureAlarmOutlinedFilled.tsx | 4 +- src/IconNestSecureAlarmRounded.tsx | 6 +- src/IconNestSecureAlarmRoundedFilled.tsx | 4 +- src/IconNestSecureAlarmSharp.tsx | 4 +- src/IconNestSecureAlarmSharpFilled.tsx | 6 +- src/IconNestSunblockOutlined.tsx | 4 +- src/IconNestSunblockOutlinedFilled.tsx | 6 +- src/IconNestSunblockRounded.tsx | 4 +- src/IconNestSunblockRoundedFilled.tsx | 6 +- src/IconNestSunblockSharp.tsx | 4 +- src/IconNestSunblockSharpFilled.tsx | 6 +- src/IconNestTagOutlined.tsx | 4 +- src/IconNestTagOutlinedFilled.tsx | 6 +- src/IconNestTagRounded.tsx | 4 +- src/IconNestTagRoundedFilled.tsx | 4 +- src/IconNestTagSharp.tsx | 4 +- src/IconNestTagSharpFilled.tsx | 4 +- src/IconNestThermostatEEuOutlined.tsx | 6 +- src/IconNestThermostatEEuOutlinedFilled.tsx | 4 +- src/IconNestThermostatEEuRounded.tsx | 6 +- src/IconNestThermostatEEuRoundedFilled.tsx | 4 +- src/IconNestThermostatEEuSharp.tsx | 6 +- src/IconNestThermostatEEuSharpFilled.tsx | 4 +- src/IconNestThermostatGen3Outlined.tsx | 6 +- src/IconNestThermostatGen3OutlinedFilled.tsx | 4 +- src/IconNestThermostatGen3Rounded.tsx | 6 +- src/IconNestThermostatGen3RoundedFilled.tsx | 4 +- src/IconNestThermostatGen3Sharp.tsx | 6 +- src/IconNestThermostatGen3SharpFilled.tsx | 4 +- src/IconNestThermostatOutlined.tsx | 6 +- src/IconNestThermostatOutlinedFilled.tsx | 4 +- src/IconNestThermostatRounded.tsx | 6 +- src/IconNestThermostatRoundedFilled.tsx | 6 +- src/IconNestThermostatSensorEuOutlined.tsx | 4 +- ...onNestThermostatSensorEuOutlinedFilled.tsx | 4 +- src/IconNestThermostatSensorEuRounded.tsx | 4 +- ...conNestThermostatSensorEuRoundedFilled.tsx | 4 +- src/IconNestThermostatSensorEuSharp.tsx | 6 +- src/IconNestThermostatSensorEuSharpFilled.tsx | 4 +- src/IconNestThermostatSensorOutlined.tsx | 4 +- ...IconNestThermostatSensorOutlinedFilled.tsx | 4 +- src/IconNestThermostatSensorRounded.tsx | 6 +- src/IconNestThermostatSensorRoundedFilled.tsx | 4 +- src/IconNestThermostatSensorSharp.tsx | 6 +- src/IconNestThermostatSensorSharpFilled.tsx | 4 +- src/IconNestThermostatSharp.tsx | 4 +- src/IconNestThermostatSharpFilled.tsx | 6 +- src/IconNestThermostatZirconiumEuOutlined.tsx | 4 +- ...estThermostatZirconiumEuOutlinedFilled.tsx | 8 +- src/IconNestThermostatZirconiumEuRounded.tsx | 4 +- ...NestThermostatZirconiumEuRoundedFilled.tsx | 8 +- src/IconNestThermostatZirconiumEuSharp.tsx | 4 +- ...onNestThermostatZirconiumEuSharpFilled.tsx | 4 +- src/IconNestTrueRadiantOutlined.tsx | 6 +- src/IconNestTrueRadiantOutlinedFilled.tsx | 4 +- src/IconNestTrueRadiantRounded.tsx | 6 +- src/IconNestTrueRadiantRoundedFilled.tsx | 4 +- src/IconNestTrueRadiantSharp.tsx | 4 +- src/IconNestTrueRadiantSharpFilled.tsx | 6 +- src/IconNestWakeOnApproachOutlined.tsx | 6 +- src/IconNestWakeOnApproachOutlinedFilled.tsx | 4 +- src/IconNestWakeOnApproachRounded.tsx | 6 +- src/IconNestWakeOnApproachRoundedFilled.tsx | 4 +- src/IconNestWakeOnApproachSharp.tsx | 6 +- src/IconNestWakeOnApproachSharpFilled.tsx | 4 +- src/IconNestWakeOnPressOutlined.tsx | 6 +- src/IconNestWakeOnPressOutlinedFilled.tsx | 4 +- src/IconNestWakeOnPressRounded.tsx | 6 +- src/IconNestWakeOnPressRoundedFilled.tsx | 4 +- src/IconNestWakeOnPressSharp.tsx | 11 - src/IconNestWakeOnPressSharpFilled.tsx | 6 +- src/IconNestWifiPointOutlined.tsx | 6 +- src/IconNestWifiPointOutlinedFilled.tsx | 6 +- src/IconNestWifiPointRounded.tsx | 4 +- src/IconNestWifiPointRoundedFilled.tsx | 6 +- src/IconNestWifiPointSharp.tsx | 4 +- src/IconNestWifiPointSharpFilled.tsx | 6 +- src/IconNestWifiPro2Outlined.tsx | 4 +- src/IconNestWifiPro2OutlinedFilled.tsx | 6 +- src/IconNestWifiPro2Rounded.tsx | 4 +- src/IconNestWifiPro2RoundedFilled.tsx | 6 +- src/IconNestWifiPro2Sharp.tsx | 4 +- src/IconNestWifiPro2SharpFilled.tsx | 6 +- src/IconNestWifiProOutlined.tsx | 4 +- src/IconNestWifiProOutlinedFilled.tsx | 6 +- src/IconNestWifiProRounded.tsx | 4 +- src/IconNestWifiProRoundedFilled.tsx | 6 +- src/IconNestWifiProSharp.tsx | 4 +- src/IconNestWifiProSharpFilled.tsx | 6 +- src/IconNestWifiRouterOutlined.tsx | 6 +- src/IconNestWifiRouterOutlinedFilled.tsx | 4 +- src/IconNestWifiRouterRounded.tsx | 6 +- src/IconNestWifiRouterRoundedFilled.tsx | 6 +- src/IconNestWifiRouterSharp.tsx | 4 +- src/IconNestWifiRouterSharpFilled.tsx | 6 +- src/IconNetworkCellOutlined.tsx | 4 +- src/IconNetworkCellOutlinedFilled.tsx | 6 +- src/IconNetworkCellRounded.tsx | 4 +- src/IconNetworkCellRoundedFilled.tsx | 6 +- src/IconNetworkCellSharp.tsx | 4 +- src/IconNetworkCellSharpFilled.tsx | 6 +- src/IconNetworkCheckOutlined.tsx | 4 +- src/IconNetworkCheckOutlinedFilled.tsx | 6 +- src/IconNetworkCheckRounded.tsx | 4 +- src/IconNetworkCheckRoundedFilled.tsx | 6 +- src/IconNetworkCheckSharp.tsx | 4 +- src/IconNetworkCheckSharpFilled.tsx | 6 +- ...IconNetworkIntelligenceHistoryOutlined.tsx | 4 +- ...tworkIntelligenceHistoryOutlinedFilled.tsx | 8 +- src/IconNetworkIntelligenceHistoryRounded.tsx | 4 +- ...etworkIntelligenceHistoryRoundedFilled.tsx | 8 +- src/IconNetworkIntelligenceHistorySharp.tsx | 4 +- ...nNetworkIntelligenceHistorySharpFilled.tsx | 4 +- src/IconNetworkIntelligenceUpdateOutlined.tsx | 4 +- ...etworkIntelligenceUpdateOutlinedFilled.tsx | 8 +- src/IconNetworkIntelligenceUpdateRounded.tsx | 4 +- ...NetworkIntelligenceUpdateRoundedFilled.tsx | 8 +- src/IconNetworkIntelligenceUpdateSharp.tsx | 4 +- ...onNetworkIntelligenceUpdateSharpFilled.tsx | 4 +- src/IconNetworkLockedOutlined.tsx | 6 +- src/IconNetworkLockedOutlinedFilled.tsx | 6 +- src/IconNetworkLockedRounded.tsx | 4 +- src/IconNetworkLockedRoundedFilled.tsx | 6 +- src/IconNetworkLockedSharp.tsx | 4 +- src/IconNetworkLockedSharpFilled.tsx | 6 +- src/IconNetworkManageOutlined.tsx | 6 +- src/IconNetworkManageOutlinedFilled.tsx | 6 +- src/IconNetworkManageRounded.tsx | 4 +- src/IconNetworkManageRoundedFilled.tsx | 6 +- src/IconNetworkManageSharp.tsx | 4 +- src/IconNetworkManageSharpFilled.tsx | 6 +- src/IconNetworkNodeOutlined.tsx | 4 +- src/IconNetworkNodeOutlinedFilled.tsx | 6 +- src/IconNetworkNodeRounded.tsx | 4 +- src/IconNetworkNodeRoundedFilled.tsx | 6 +- src/IconNetworkNodeSharp.tsx | 4 +- src/IconNetworkNodeSharpFilled.tsx | 6 +- src/IconNetworkPingOutlined.tsx | 4 +- src/IconNetworkPingOutlinedFilled.tsx | 6 +- src/IconNetworkPingRounded.tsx | 4 +- src/IconNetworkPingRoundedFilled.tsx | 6 +- src/IconNetworkPingSharp.tsx | 4 +- src/IconNetworkPingSharpFilled.tsx | 6 +- src/IconNetworkWifi1BarLockedOutlined.tsx | 4 +- ...conNetworkWifi1BarLockedOutlinedFilled.tsx | 4 +- src/IconNetworkWifi1BarLockedRounded.tsx | 4 +- ...IconNetworkWifi1BarLockedRoundedFilled.tsx | 4 +- src/IconNetworkWifi1BarLockedSharp.tsx | 6 +- src/IconNetworkWifi1BarLockedSharpFilled.tsx | 4 +- src/IconNetworkWifi1BarOutlined.tsx | 6 +- src/IconNetworkWifi1BarOutlinedFilled.tsx | 4 +- src/IconNetworkWifi1BarRounded.tsx | 6 +- src/IconNetworkWifi1BarRoundedFilled.tsx | 4 +- src/IconNetworkWifi1BarSharp.tsx | 4 +- src/IconNetworkWifi1BarSharpFilled.tsx | 6 +- src/IconNetworkWifi2BarLockedOutlined.tsx | 4 +- ...conNetworkWifi2BarLockedOutlinedFilled.tsx | 4 +- src/IconNetworkWifi2BarLockedRounded.tsx | 4 +- ...IconNetworkWifi2BarLockedRoundedFilled.tsx | 4 +- src/IconNetworkWifi2BarLockedSharp.tsx | 6 +- src/IconNetworkWifi2BarLockedSharpFilled.tsx | 4 +- src/IconNetworkWifi2BarOutlined.tsx | 6 +- src/IconNetworkWifi2BarOutlinedFilled.tsx | 4 +- src/IconNetworkWifi2BarRounded.tsx | 6 +- src/IconNetworkWifi2BarRoundedFilled.tsx | 4 +- src/IconNetworkWifi2BarSharp.tsx | 4 +- src/IconNetworkWifi2BarSharpFilled.tsx | 6 +- src/IconNetworkWifi3BarLockedOutlined.tsx | 4 +- ...conNetworkWifi3BarLockedOutlinedFilled.tsx | 4 +- src/IconNetworkWifi3BarLockedRounded.tsx | 4 +- ...IconNetworkWifi3BarLockedRoundedFilled.tsx | 4 +- src/IconNetworkWifi3BarLockedSharp.tsx | 6 +- src/IconNetworkWifi3BarLockedSharpFilled.tsx | 4 +- src/IconNetworkWifi3BarOutlined.tsx | 6 +- src/IconNetworkWifi3BarOutlinedFilled.tsx | 4 +- src/IconNetworkWifi3BarRounded.tsx | 6 +- src/IconNetworkWifi3BarRoundedFilled.tsx | 4 +- src/IconNetworkWifi3BarSharp.tsx | 4 +- src/IconNetworkWifi3BarSharpFilled.tsx | 6 +- src/IconNetworkWifiLockedOutlined.tsx | 6 +- src/IconNetworkWifiLockedOutlinedFilled.tsx | 4 +- src/IconNetworkWifiLockedRounded.tsx | 6 +- src/IconNetworkWifiLockedRoundedFilled.tsx | 4 +- src/IconNetworkWifiLockedSharp.tsx | 6 +- src/IconNetworkWifiLockedSharpFilled.tsx | 4 +- src/IconNetworkWifiOutlined.tsx | 4 +- src/IconNetworkWifiOutlinedFilled.tsx | 6 +- src/IconNetworkWifiRounded.tsx | 4 +- src/IconNetworkWifiRoundedFilled.tsx | 6 +- src/IconNetworkWifiSharp.tsx | 4 +- src/IconNetworkWifiSharpFilled.tsx | 6 +- src/IconNeurologyOutlined.tsx | 4 +- src/IconNeurologyOutlinedFilled.tsx | 6 +- src/IconNeurologyRounded.tsx | 4 +- src/IconNeurologyRoundedFilled.tsx | 6 +- src/IconNeurologySharp.tsx | 4 +- src/IconNeurologySharpFilled.tsx | 4 +- src/IconNewLabelOutlined.tsx | 4 +- src/IconNewLabelOutlinedFilled.tsx | 6 +- src/IconNewLabelRounded.tsx | 4 +- src/IconNewLabelRoundedFilled.tsx | 6 +- src/IconNewLabelSharp.tsx | 4 +- src/IconNewLabelSharpFilled.tsx | 4 +- src/IconNewReleasesOutlined.tsx | 4 +- src/IconNewReleasesOutlinedFilled.tsx | 6 +- src/IconNewReleasesRounded.tsx | 4 +- src/IconNewReleasesRoundedFilled.tsx | 6 +- src/IconNewReleasesSharp.tsx | 4 +- src/IconNewReleasesSharpFilled.tsx | 6 +- src/IconNewWindowOutlined.tsx | 4 +- src/IconNewWindowOutlinedFilled.tsx | 6 +- src/IconNewWindowRounded.tsx | 4 +- src/IconNewWindowRoundedFilled.tsx | 6 +- src/IconNewWindowSharp.tsx | 4 +- src/IconNewWindowSharpFilled.tsx | 4 +- src/IconNewsOutlined.tsx | 4 +- src/IconNewsOutlinedFilled.tsx | 4 +- src/IconNewsRounded.tsx | 4 +- src/IconNewsRoundedFilled.tsx | 4 +- src/IconNewsSharp.tsx | 4 +- src/IconNewsSharpFilled.tsx | 4 +- src/IconNewsmodeOutlined.tsx | 4 +- src/IconNewsmodeOutlinedFilled.tsx | 6 +- src/IconNewsmodeRounded.tsx | 4 +- src/IconNewsmodeRoundedFilled.tsx | 6 +- src/IconNewsmodeSharp.tsx | 4 +- src/IconNewsmodeSharpFilled.tsx | 4 +- src/IconNewspaperOutlined.tsx | 4 +- src/IconNewspaperOutlinedFilled.tsx | 6 +- src/IconNewspaperRounded.tsx | 4 +- src/IconNewspaperRoundedFilled.tsx | 6 +- src/IconNewspaperSharp.tsx | 4 +- src/IconNewspaperSharpFilled.tsx | 4 +- src/IconNewsstandOutlined.tsx | 4 +- src/IconNewsstandOutlinedFilled.tsx | 6 +- src/IconNewsstandRounded.tsx | 4 +- src/IconNewsstandRoundedFilled.tsx | 6 +- src/IconNewsstandSharp.tsx | 4 +- src/IconNewsstandSharpFilled.tsx | 4 +- src/IconNextPlanOutlined.tsx | 4 +- src/IconNextPlanOutlinedFilled.tsx | 6 +- src/IconNextPlanRounded.tsx | 4 +- src/IconNextPlanRoundedFilled.tsx | 6 +- src/IconNextPlanSharp.tsx | 4 +- src/IconNextPlanSharpFilled.tsx | 4 +- src/IconNextWeekOutlined.tsx | 4 +- src/IconNextWeekOutlinedFilled.tsx | 6 +- src/IconNextWeekRounded.tsx | 11 - src/IconNextWeekRoundedFilled.tsx | 6 +- src/IconNextWeekSharp.tsx | 4 +- src/IconNextWeekSharpFilled.tsx | 4 +- src/IconNfcOutlined.tsx | 4 +- src/IconNfcOutlinedFilled.tsx | 4 +- src/IconNfcRounded.tsx | 4 +- src/IconNfcRoundedFilled.tsx | 4 +- src/IconNfcSharp.tsx | 4 +- src/IconNfcSharpFilled.tsx | 4 +- src/IconNightShelterOutlined.tsx | 4 +- src/IconNightShelterOutlinedFilled.tsx | 6 +- src/IconNightShelterRounded.tsx | 4 +- src/IconNightShelterRoundedFilled.tsx | 6 +- src/IconNightShelterSharp.tsx | 4 +- src/IconNightShelterSharpFilled.tsx | 6 +- src/IconNightSightAutoOffOutlined.tsx | 6 +- src/IconNightSightAutoOffOutlinedFilled.tsx | 4 +- src/IconNightSightAutoOffRounded.tsx | 6 +- src/IconNightSightAutoOffRoundedFilled.tsx | 4 +- src/IconNightSightAutoOffSharp.tsx | 6 +- src/IconNightSightAutoOffSharpFilled.tsx | 4 +- src/IconNightSightAutoOutlined.tsx | 6 +- src/IconNightSightAutoOutlinedFilled.tsx | 4 +- src/IconNightSightAutoRounded.tsx | 6 +- src/IconNightSightAutoRoundedFilled.tsx | 6 +- src/IconNightSightAutoSharp.tsx | 4 +- src/IconNightSightAutoSharpFilled.tsx | 6 +- src/IconNightSightMaxOutlined.tsx | 6 +- src/IconNightSightMaxOutlinedFilled.tsx | 6 +- src/IconNightSightMaxRounded.tsx | 4 +- src/IconNightSightMaxRoundedFilled.tsx | 6 +- src/IconNightSightMaxSharp.tsx | 4 +- src/IconNightSightMaxSharpFilled.tsx | 6 +- src/IconNightlifeOutlined.tsx | 4 +- src/IconNightlifeOutlinedFilled.tsx | 6 +- src/IconNightlifeRounded.tsx | 4 +- src/IconNightlifeRoundedFilled.tsx | 6 +- src/IconNightlifeSharp.tsx | 4 +- src/IconNightlifeSharpFilled.tsx | 4 +- src/IconNightlightOutlined.tsx | 4 +- src/IconNightlightOutlinedFilled.tsx | 6 +- src/IconNightlightRounded.tsx | 4 +- src/IconNightlightRoundedFilled.tsx | 6 +- src/IconNightlightSharp.tsx | 4 +- src/IconNightlightSharpFilled.tsx | 6 +- src/IconNightsStayOutlined.tsx | 4 +- src/IconNightsStayOutlinedFilled.tsx | 6 +- src/IconNightsStayRounded.tsx | 4 +- src/IconNightsStayRoundedFilled.tsx | 6 +- src/IconNightsStaySharp.tsx | 4 +- src/IconNightsStaySharpFilled.tsx | 6 +- src/IconNoAccountsOutlined.tsx | 4 +- src/IconNoAccountsOutlinedFilled.tsx | 6 +- src/IconNoAccountsRounded.tsx | 4 +- src/IconNoAccountsRoundedFilled.tsx | 6 +- src/IconNoAccountsSharp.tsx | 4 +- src/IconNoAccountsSharpFilled.tsx | 6 +- src/IconNoAdultContentOutlined.tsx | 6 +- src/IconNoAdultContentOutlinedFilled.tsx | 4 +- src/IconNoAdultContentRounded.tsx | 6 +- src/IconNoAdultContentRoundedFilled.tsx | 6 +- src/IconNoAdultContentSharp.tsx | 4 +- src/IconNoAdultContentSharpFilled.tsx | 6 +- src/IconNoBackpackOutlined.tsx | 4 +- src/IconNoBackpackOutlinedFilled.tsx | 6 +- src/IconNoBackpackRounded.tsx | 4 +- src/IconNoBackpackRoundedFilled.tsx | 6 +- src/IconNoBackpackSharp.tsx | 4 +- src/IconNoBackpackSharpFilled.tsx | 6 +- src/IconNoCrashOutlined.tsx | 4 +- src/IconNoCrashOutlinedFilled.tsx | 6 +- src/IconNoCrashRounded.tsx | 4 +- src/IconNoCrashRoundedFilled.tsx | 4 +- src/IconNoCrashSharp.tsx | 4 +- src/IconNoCrashSharpFilled.tsx | 4 +- src/IconNoDrinksOutlined.tsx | 4 +- src/IconNoDrinksOutlinedFilled.tsx | 6 +- src/IconNoDrinksRounded.tsx | 4 +- src/IconNoDrinksRoundedFilled.tsx | 6 +- src/IconNoDrinksSharp.tsx | 4 +- src/IconNoDrinksSharpFilled.tsx | 4 +- src/IconNoEncryptionOutlined.tsx | 4 +- src/IconNoEncryptionOutlinedFilled.tsx | 6 +- src/IconNoEncryptionRounded.tsx | 4 +- src/IconNoEncryptionRoundedFilled.tsx | 6 +- src/IconNoEncryptionSharp.tsx | 4 +- src/IconNoEncryptionSharpFilled.tsx | 6 +- src/IconNoFlashOutlined.tsx | 4 +- src/IconNoFlashOutlinedFilled.tsx | 6 +- src/IconNoFlashRounded.tsx | 4 +- src/IconNoFlashRoundedFilled.tsx | 4 +- src/IconNoFlashSharp.tsx | 4 +- src/IconNoFlashSharpFilled.tsx | 4 +- src/IconNoFoodOutlined.tsx | 4 +- src/IconNoFoodOutlinedFilled.tsx | 4 +- src/IconNoFoodRounded.tsx | 4 +- src/IconNoFoodRoundedFilled.tsx | 4 +- src/IconNoFoodSharp.tsx | 4 +- src/IconNoFoodSharpFilled.tsx | 4 +- src/IconNoLuggageOutlined.tsx | 4 +- src/IconNoLuggageOutlinedFilled.tsx | 6 +- src/IconNoLuggageRounded.tsx | 4 +- src/IconNoLuggageRoundedFilled.tsx | 6 +- src/IconNoLuggageSharp.tsx | 4 +- src/IconNoLuggageSharpFilled.tsx | 4 +- src/IconNoMealsOutlined.tsx | 4 +- src/IconNoMealsOutlinedFilled.tsx | 6 +- src/IconNoMealsRounded.tsx | 4 +- src/IconNoMealsRoundedFilled.tsx | 4 +- src/IconNoMealsSharp.tsx | 4 +- src/IconNoMealsSharpFilled.tsx | 4 +- src/IconNoMeetingRoomOutlined.tsx | 6 +- src/IconNoMeetingRoomOutlinedFilled.tsx | 6 +- src/IconNoMeetingRoomRounded.tsx | 4 +- src/IconNoMeetingRoomRoundedFilled.tsx | 6 +- src/IconNoMeetingRoomSharp.tsx | 4 +- src/IconNoMeetingRoomSharpFilled.tsx | 6 +- src/IconNoPhotographyOutlined.tsx | 6 +- src/IconNoPhotographyOutlinedFilled.tsx | 6 +- src/IconNoPhotographyRounded.tsx | 4 +- src/IconNoPhotographyRoundedFilled.tsx | 6 +- src/IconNoPhotographySharp.tsx | 4 +- src/IconNoPhotographySharpFilled.tsx | 6 +- src/IconNoSimOutlined.tsx | 4 +- src/IconNoSimOutlinedFilled.tsx | 4 +- src/IconNoSimRounded.tsx | 4 +- src/IconNoSimRoundedFilled.tsx | 4 +- src/IconNoSimSharp.tsx | 4 +- src/IconNoSimSharpFilled.tsx | 4 +- src/IconNoSoundOutlined.tsx | 4 +- src/IconNoSoundOutlinedFilled.tsx | 6 +- src/IconNoSoundRounded.tsx | 4 +- src/IconNoSoundRoundedFilled.tsx | 4 +- src/IconNoSoundSharp.tsx | 4 +- src/IconNoSoundSharpFilled.tsx | 4 +- src/IconNoStrollerOutlined.tsx | 4 +- src/IconNoStrollerOutlinedFilled.tsx | 6 +- src/IconNoStrollerRounded.tsx | 4 +- src/IconNoStrollerRoundedFilled.tsx | 6 +- src/IconNoStrollerSharp.tsx | 4 +- src/IconNoStrollerSharpFilled.tsx | 6 +- src/IconNoTransferOutlined.tsx | 4 +- src/IconNoTransferOutlinedFilled.tsx | 6 +- src/IconNoTransferRounded.tsx | 4 +- src/IconNoTransferRoundedFilled.tsx | 6 +- src/IconNoTransferSharp.tsx | 4 +- src/IconNoTransferSharpFilled.tsx | 6 +- src/IconNoiseAwareOutlined.tsx | 4 +- src/IconNoiseAwareOutlinedFilled.tsx | 6 +- src/IconNoiseAwareRounded.tsx | 4 +- src/IconNoiseAwareRoundedFilled.tsx | 6 +- src/IconNoiseAwareSharp.tsx | 4 +- src/IconNoiseAwareSharpFilled.tsx | 6 +- src/IconNoiseControlOffOutlined.tsx | 6 +- src/IconNoiseControlOffOutlinedFilled.tsx | 4 +- src/IconNoiseControlOffRounded.tsx | 6 +- src/IconNoiseControlOffRoundedFilled.tsx | 4 +- src/IconNoiseControlOffSharp.tsx | 4 +- src/IconNoiseControlOffSharpFilled.tsx | 6 +- src/IconNoiseControlOnOutlined.tsx | 6 +- src/IconNoiseControlOnOutlinedFilled.tsx | 4 +- src/IconNoiseControlOnRounded.tsx | 6 +- src/IconNoiseControlOnRoundedFilled.tsx | 6 +- src/IconNoiseControlOnSharp.tsx | 4 +- src/IconNoiseControlOnSharpFilled.tsx | 6 +- src/IconNordicWalkingOutlined.tsx | 6 +- src/IconNordicWalkingOutlinedFilled.tsx | 6 +- src/IconNordicWalkingRounded.tsx | 4 +- src/IconNordicWalkingRoundedFilled.tsx | 6 +- src/IconNordicWalkingSharp.tsx | 4 +- src/IconNordicWalkingSharpFilled.tsx | 6 +- src/IconNorthEastOutlined.tsx | 4 +- src/IconNorthEastOutlinedFilled.tsx | 6 +- src/IconNorthEastRounded.tsx | 4 +- src/IconNorthEastRoundedFilled.tsx | 6 +- src/IconNorthEastSharp.tsx | 4 +- src/IconNorthEastSharpFilled.tsx | 4 +- src/IconNorthOutlined.tsx | 4 +- src/IconNorthOutlinedFilled.tsx | 4 +- src/IconNorthRounded.tsx | 4 +- src/IconNorthRoundedFilled.tsx | 4 +- src/IconNorthSharp.tsx | 4 +- src/IconNorthSharpFilled.tsx | 4 +- src/IconNorthWestOutlined.tsx | 4 +- src/IconNorthWestOutlinedFilled.tsx | 6 +- src/IconNorthWestRounded.tsx | 4 +- src/IconNorthWestRoundedFilled.tsx | 6 +- src/IconNorthWestSharp.tsx | 4 +- src/IconNorthWestSharpFilled.tsx | 4 +- src/IconNotAccessibleForwardOutlined.tsx | 4 +- ...IconNotAccessibleForwardOutlinedFilled.tsx | 4 +- src/IconNotAccessibleForwardRounded.tsx | 6 +- src/IconNotAccessibleForwardRoundedFilled.tsx | 4 +- src/IconNotAccessibleForwardSharp.tsx | 6 +- src/IconNotAccessibleForwardSharpFilled.tsx | 4 +- src/IconNotAccessibleOutlined.tsx | 6 +- src/IconNotAccessibleOutlinedFilled.tsx | 6 +- src/IconNotAccessibleRounded.tsx | 4 +- src/IconNotAccessibleRoundedFilled.tsx | 6 +- src/IconNotAccessibleSharp.tsx | 4 +- src/IconNotAccessibleSharpFilled.tsx | 6 +- src/IconNotListedLocationOutlined.tsx | 6 +- src/IconNotListedLocationOutlinedFilled.tsx | 4 +- src/IconNotListedLocationRounded.tsx | 6 +- src/IconNotListedLocationRoundedFilled.tsx | 4 +- src/IconNotListedLocationSharp.tsx | 6 +- src/IconNotListedLocationSharpFilled.tsx | 4 +- src/IconNotStartedOutlined.tsx | 4 +- src/IconNotStartedOutlinedFilled.tsx | 6 +- src/IconNotStartedRounded.tsx | 4 +- src/IconNotStartedRoundedFilled.tsx | 6 +- src/IconNotStartedSharp.tsx | 4 +- src/IconNotStartedSharpFilled.tsx | 6 +- src/IconNoteAddOutlined.tsx | 4 +- src/IconNoteAddOutlinedFilled.tsx | 6 +- src/IconNoteAddRounded.tsx | 4 +- src/IconNoteAddRoundedFilled.tsx | 4 +- src/IconNoteAddSharp.tsx | 4 +- src/IconNoteAddSharpFilled.tsx | 4 +- src/IconNoteAltOutlined.tsx | 4 +- src/IconNoteAltOutlinedFilled.tsx | 6 +- src/IconNoteAltRounded.tsx | 4 +- src/IconNoteAltRoundedFilled.tsx | 4 +- src/IconNoteAltSharp.tsx | 4 +- src/IconNoteAltSharpFilled.tsx | 4 +- src/IconNoteStackAddOutlined.tsx | 4 +- src/IconNoteStackAddOutlinedFilled.tsx | 6 +- src/IconNoteStackAddRounded.tsx | 4 +- src/IconNoteStackAddRoundedFilled.tsx | 6 +- src/IconNoteStackAddSharp.tsx | 4 +- src/IconNoteStackAddSharpFilled.tsx | 6 +- src/IconNoteStackOutlined.tsx | 4 +- src/IconNoteStackOutlinedFilled.tsx | 6 +- src/IconNoteStackRounded.tsx | 4 +- src/IconNoteStackRoundedFilled.tsx | 6 +- src/IconNoteStackSharp.tsx | 4 +- src/IconNoteStackSharpFilled.tsx | 4 +- src/IconNotesOutlined.tsx | 4 +- src/IconNotesOutlinedFilled.tsx | 4 +- src/IconNotesRounded.tsx | 4 +- src/IconNotesRoundedFilled.tsx | 4 +- src/IconNotesSharp.tsx | 4 +- src/IconNotesSharpFilled.tsx | 4 +- src/IconNotificationAddOutlined.tsx | 6 +- src/IconNotificationAddOutlinedFilled.tsx | 4 +- src/IconNotificationAddRounded.tsx | 6 +- src/IconNotificationAddRoundedFilled.tsx | 4 +- src/IconNotificationAddSharp.tsx | 4 +- src/IconNotificationAddSharpFilled.tsx | 6 +- src/IconNotificationImportantOutlined.tsx | 4 +- ...conNotificationImportantOutlinedFilled.tsx | 4 +- src/IconNotificationImportantRounded.tsx | 4 +- ...IconNotificationImportantRoundedFilled.tsx | 4 +- src/IconNotificationImportantSharp.tsx | 6 +- src/IconNotificationImportantSharpFilled.tsx | 4 +- src/IconNotificationMultipleOutlined.tsx | 4 +- ...IconNotificationMultipleOutlinedFilled.tsx | 4 +- src/IconNotificationMultipleRounded.tsx | 6 +- src/IconNotificationMultipleRoundedFilled.tsx | 4 +- src/IconNotificationMultipleSharp.tsx | 6 +- src/IconNotificationMultipleSharpFilled.tsx | 4 +- src/IconNotificationsActiveOutlined.tsx | 6 +- src/IconNotificationsActiveOutlinedFilled.tsx | 4 +- src/IconNotificationsActiveRounded.tsx | 6 +- src/IconNotificationsActiveRoundedFilled.tsx | 4 +- src/IconNotificationsActiveSharp.tsx | 6 +- src/IconNotificationsActiveSharpFilled.tsx | 4 +- src/IconNotificationsOffOutlined.tsx | 6 +- src/IconNotificationsOffOutlinedFilled.tsx | 4 +- src/IconNotificationsOffRounded.tsx | 6 +- src/IconNotificationsOffRoundedFilled.tsx | 4 +- src/IconNotificationsOffSharp.tsx | 6 +- src/IconNotificationsOffSharpFilled.tsx | 6 +- src/IconNotificationsOutlined.tsx | 6 +- src/IconNotificationsOutlinedFilled.tsx | 6 +- src/IconNotificationsPausedOutlined.tsx | 6 +- src/IconNotificationsPausedOutlinedFilled.tsx | 4 +- src/IconNotificationsPausedRounded.tsx | 6 +- src/IconNotificationsPausedRoundedFilled.tsx | 4 +- src/IconNotificationsPausedSharp.tsx | 6 +- src/IconNotificationsPausedSharpFilled.tsx | 4 +- src/IconNotificationsRounded.tsx | 4 +- src/IconNotificationsRoundedFilled.tsx | 6 +- src/IconNotificationsSharp.tsx | 4 +- src/IconNotificationsSharpFilled.tsx | 6 +- src/IconNotificationsUnreadOutlined.tsx | 6 +- src/IconNotificationsUnreadOutlinedFilled.tsx | 4 +- src/IconNotificationsUnreadRounded.tsx | 6 +- src/IconNotificationsUnreadRoundedFilled.tsx | 4 +- src/IconNotificationsUnreadSharp.tsx | 6 +- src/IconNotificationsUnreadSharpFilled.tsx | 4 +- src/IconNumbersOutlined.tsx | 4 +- src/IconNumbersOutlinedFilled.tsx | 6 +- src/IconNumbersRounded.tsx | 4 +- src/IconNumbersRoundedFilled.tsx | 4 +- src/IconNumbersSharp.tsx | 4 +- src/IconNumbersSharpFilled.tsx | 4 +- src/IconNutritionOutlined.tsx | 4 +- src/IconNutritionOutlinedFilled.tsx | 6 +- src/IconNutritionRounded.tsx | 4 +- src/IconNutritionRoundedFilled.tsx | 6 +- src/IconNutritionSharp.tsx | 4 +- src/IconNutritionSharpFilled.tsx | 4 +- src/IconOdsOutlined.tsx | 4 +- src/IconOdsOutlinedFilled.tsx | 4 +- src/IconOdsRounded.tsx | 4 +- src/IconOdsRoundedFilled.tsx | 4 +- src/IconOdsSharp.tsx | 4 +- src/IconOdsSharpFilled.tsx | 4 +- src/IconOdtOutlined.tsx | 4 +- src/IconOdtOutlinedFilled.tsx | 4 +- src/IconOdtRounded.tsx | 4 +- src/IconOdtRoundedFilled.tsx | 4 +- src/IconOdtSharp.tsx | 4 +- src/IconOdtSharpFilled.tsx | 4 +- src/IconOfflineBoltOutlined.tsx | 4 +- src/IconOfflineBoltOutlinedFilled.tsx | 6 +- src/IconOfflineBoltRounded.tsx | 4 +- src/IconOfflineBoltRoundedFilled.tsx | 6 +- src/IconOfflineBoltSharp.tsx | 4 +- src/IconOfflineBoltSharpFilled.tsx | 6 +- src/IconOfflinePinOffOutlined.tsx | 6 +- src/IconOfflinePinOffOutlinedFilled.tsx | 6 +- src/IconOfflinePinOffRounded.tsx | 4 +- src/IconOfflinePinOffRoundedFilled.tsx | 6 +- src/IconOfflinePinOffSharp.tsx | 4 +- src/IconOfflinePinOffSharpFilled.tsx | 6 +- src/IconOfflinePinOutlined.tsx | 4 +- src/IconOfflinePinOutlinedFilled.tsx | 6 +- src/IconOfflinePinRounded.tsx | 4 +- src/IconOfflinePinRoundedFilled.tsx | 6 +- src/IconOfflinePinSharp.tsx | 4 +- src/IconOfflinePinSharpFilled.tsx | 6 +- src/IconOfflineShareOutlined.tsx | 4 +- src/IconOfflineShareOutlinedFilled.tsx | 6 +- src/IconOfflineShareRounded.tsx | 4 +- src/IconOfflineShareRoundedFilled.tsx | 6 +- src/IconOfflineShareSharp.tsx | 4 +- src/IconOfflineShareSharpFilled.tsx | 6 +- src/IconOilBarrelOutlined.tsx | 4 +- src/IconOilBarrelOutlinedFilled.tsx | 6 +- src/IconOilBarrelRounded.tsx | 4 +- src/IconOilBarrelRoundedFilled.tsx | 6 +- src/IconOilBarrelSharp.tsx | 4 +- src/IconOilBarrelSharpFilled.tsx | 4 +- src/IconOnDeviceTrainingOutlined.tsx | 6 +- src/IconOnDeviceTrainingOutlinedFilled.tsx | 4 +- src/IconOnDeviceTrainingRounded.tsx | 6 +- src/IconOnDeviceTrainingRoundedFilled.tsx | 4 +- src/IconOnDeviceTrainingSharp.tsx | 6 +- src/IconOnDeviceTrainingSharpFilled.tsx | 6 +- src/IconOnHubDeviceOutlined.tsx | 4 +- src/IconOnHubDeviceOutlinedFilled.tsx | 6 +- src/IconOnHubDeviceRounded.tsx | 4 +- src/IconOnHubDeviceRoundedFilled.tsx | 6 +- src/IconOnHubDeviceSharp.tsx | 4 +- src/IconOnHubDeviceSharpFilled.tsx | 6 +- src/IconOncologyOutlined.tsx | 4 +- src/IconOncologyOutlinedFilled.tsx | 6 +- src/IconOncologyRounded.tsx | 4 +- src/IconOncologyRoundedFilled.tsx | 6 +- src/IconOncologySharp.tsx | 4 +- src/IconOncologySharpFilled.tsx | 4 +- src/IconOnlinePredictionOutlined.tsx | 6 +- src/IconOnlinePredictionOutlinedFilled.tsx | 4 +- src/IconOnlinePredictionRounded.tsx | 6 +- src/IconOnlinePredictionRoundedFilled.tsx | 4 +- src/IconOnlinePredictionSharp.tsx | 6 +- src/IconOnlinePredictionSharpFilled.tsx | 6 +- src/IconOnsenOutlined.tsx | 4 +- src/IconOnsenOutlinedFilled.tsx | 4 +- src/IconOnsenRounded.tsx | 4 +- src/IconOnsenRoundedFilled.tsx | 4 +- src/IconOnsenSharp.tsx | 4 +- src/IconOnsenSharpFilled.tsx | 4 +- src/IconOpacityOutlined.tsx | 4 +- src/IconOpacityOutlinedFilled.tsx | 6 +- src/IconOpacityRounded.tsx | 4 +- src/IconOpacityRoundedFilled.tsx | 4 +- src/IconOpacitySharp.tsx | 4 +- src/IconOpacitySharpFilled.tsx | 4 +- src/IconOpenInBrowserOutlined.tsx | 6 +- src/IconOpenInBrowserOutlinedFilled.tsx | 6 +- src/IconOpenInBrowserRounded.tsx | 4 +- src/IconOpenInBrowserRoundedFilled.tsx | 6 +- src/IconOpenInBrowserSharp.tsx | 4 +- src/IconOpenInBrowserSharpFilled.tsx | 6 +- src/IconOpenInFullOutlined.tsx | 4 +- src/IconOpenInFullOutlinedFilled.tsx | 6 +- src/IconOpenInFullRounded.tsx | 4 +- src/IconOpenInFullRoundedFilled.tsx | 6 +- src/IconOpenInFullSharp.tsx | 4 +- src/IconOpenInFullSharpFilled.tsx | 6 +- src/IconOpenInNewDownOutlined.tsx | 6 +- src/IconOpenInNewDownOutlinedFilled.tsx | 6 +- src/IconOpenInNewDownRounded.tsx | 4 +- src/IconOpenInNewDownRoundedFilled.tsx | 6 +- src/IconOpenInNewDownSharp.tsx | 4 +- src/IconOpenInNewDownSharpFilled.tsx | 6 +- src/IconOpenInNewOffOutlined.tsx | 4 +- src/IconOpenInNewOffOutlinedFilled.tsx | 6 +- src/IconOpenInNewOffRounded.tsx | 4 +- src/IconOpenInNewOffRoundedFilled.tsx | 6 +- src/IconOpenInNewOffSharp.tsx | 4 +- src/IconOpenInNewOffSharpFilled.tsx | 6 +- src/IconOpenInNewOutlined.tsx | 4 +- src/IconOpenInNewOutlinedFilled.tsx | 6 +- src/IconOpenInNewRounded.tsx | 4 +- src/IconOpenInNewRoundedFilled.tsx | 6 +- src/IconOpenInNewSharp.tsx | 4 +- src/IconOpenInNewSharpFilled.tsx | 4 +- src/IconOpenInPhoneOutlined.tsx | 4 +- src/IconOpenInPhoneOutlinedFilled.tsx | 6 +- src/IconOpenInPhoneRounded.tsx | 4 +- src/IconOpenInPhoneRoundedFilled.tsx | 6 +- src/IconOpenInPhoneSharp.tsx | 4 +- src/IconOpenInPhoneSharpFilled.tsx | 6 +- src/IconOpenJamOutlined.tsx | 4 +- src/IconOpenJamOutlinedFilled.tsx | 6 +- src/IconOpenJamRounded.tsx | 4 +- src/IconOpenJamRoundedFilled.tsx | 4 +- src/IconOpenJamSharp.tsx | 4 +- src/IconOpenJamSharpFilled.tsx | 4 +- src/IconOpenRunOutlined.tsx | 4 +- src/IconOpenRunOutlinedFilled.tsx | 6 +- src/IconOpenRunRounded.tsx | 4 +- src/IconOpenRunRoundedFilled.tsx | 4 +- src/IconOpenRunSharp.tsx | 4 +- src/IconOpenRunSharpFilled.tsx | 4 +- src/IconOpenWithOutlined.tsx | 4 +- src/IconOpenWithOutlinedFilled.tsx | 6 +- src/IconOpenWithRounded.tsx | 4 +- src/IconOpenWithRoundedFilled.tsx | 6 +- src/IconOpenWithSharp.tsx | 4 +- src/IconOpenWithSharpFilled.tsx | 4 +- src/IconOphthalmologyOutlined.tsx | 6 +- src/IconOphthalmologyOutlinedFilled.tsx | 6 +- src/IconOphthalmologyRounded.tsx | 4 +- src/IconOphthalmologyRoundedFilled.tsx | 6 +- src/IconOphthalmologySharp.tsx | 4 +- src/IconOphthalmologySharpFilled.tsx | 6 +- src/IconOralDiseaseOutlined.tsx | 4 +- src/IconOralDiseaseOutlinedFilled.tsx | 6 +- src/IconOralDiseaseRounded.tsx | 4 +- src/IconOralDiseaseRoundedFilled.tsx | 6 +- src/IconOralDiseaseSharp.tsx | 4 +- src/IconOralDiseaseSharpFilled.tsx | 6 +- src/IconOrbitOutlined.tsx | 4 +- src/IconOrbitOutlinedFilled.tsx | 4 +- src/IconOrbitRounded.tsx | 4 +- src/IconOrbitRoundedFilled.tsx | 4 +- src/IconOrbitSharp.tsx | 4 +- src/IconOrbitSharpFilled.tsx | 4 +- src/IconOrderApproveOutlined.tsx | 4 +- src/IconOrderApproveOutlinedFilled.tsx | 6 +- src/IconOrderApproveRounded.tsx | 4 +- src/IconOrderApproveRoundedFilled.tsx | 6 +- src/IconOrderApproveSharp.tsx | 4 +- src/IconOrderApproveSharpFilled.tsx | 6 +- src/IconOrderPlayOutlined.tsx | 4 +- src/IconOrderPlayOutlinedFilled.tsx | 6 +- src/IconOrderPlayRounded.tsx | 4 +- src/IconOrderPlayRoundedFilled.tsx | 6 +- src/IconOrderPlaySharp.tsx | 4 +- src/IconOrderPlaySharpFilled.tsx | 4 +- src/IconOrdersOutlined.tsx | 4 +- src/IconOrdersOutlinedFilled.tsx | 4 +- src/IconOrdersRounded.tsx | 4 +- src/IconOrdersRoundedFilled.tsx | 4 +- src/IconOrdersSharp.tsx | 4 +- src/IconOrdersSharpFilled.tsx | 4 +- src/IconOrthopedicsOutlined.tsx | 4 +- src/IconOrthopedicsOutlinedFilled.tsx | 6 +- src/IconOrthopedicsRounded.tsx | 4 +- src/IconOrthopedicsRoundedFilled.tsx | 6 +- src/IconOrthopedicsSharp.tsx | 4 +- src/IconOrthopedicsSharpFilled.tsx | 6 +- src/IconOtherAdmissionOutlined.tsx | 6 +- src/IconOtherAdmissionOutlinedFilled.tsx | 4 +- src/IconOtherAdmissionRounded.tsx | 6 +- src/IconOtherAdmissionRoundedFilled.tsx | 6 +- src/IconOtherAdmissionSharp.tsx | 4 +- src/IconOtherAdmissionSharpFilled.tsx | 6 +- src/IconOtherHousesOutlined.tsx | 4 +- src/IconOtherHousesOutlinedFilled.tsx | 6 +- src/IconOtherHousesRounded.tsx | 4 +- src/IconOtherHousesRoundedFilled.tsx | 6 +- src/IconOtherHousesSharp.tsx | 4 +- src/IconOtherHousesSharpFilled.tsx | 6 +- src/IconOutboundOutlined.tsx | 4 +- src/IconOutboundOutlinedFilled.tsx | 6 +- src/IconOutboundRounded.tsx | 4 +- src/IconOutboundRoundedFilled.tsx | 6 +- src/IconOutboundSharp.tsx | 4 +- src/IconOutboundSharpFilled.tsx | 4 +- src/IconOutboxAltOutlined.tsx | 4 +- src/IconOutboxAltOutlinedFilled.tsx | 6 +- src/IconOutboxAltRounded.tsx | 4 +- src/IconOutboxAltRoundedFilled.tsx | 6 +- src/IconOutboxAltSharp.tsx | 4 +- src/IconOutboxAltSharpFilled.tsx | 4 +- src/IconOutboxOutlined.tsx | 4 +- src/IconOutboxOutlinedFilled.tsx | 4 +- src/IconOutboxRounded.tsx | 4 +- src/IconOutboxRoundedFilled.tsx | 4 +- src/IconOutboxSharp.tsx | 4 +- src/IconOutboxSharpFilled.tsx | 4 +- src/IconOutdoorGardenOutlined.tsx | 6 +- src/IconOutdoorGardenOutlinedFilled.tsx | 6 +- src/IconOutdoorGardenRounded.tsx | 4 +- src/IconOutdoorGardenRoundedFilled.tsx | 6 +- src/IconOutdoorGardenSharp.tsx | 4 +- src/IconOutdoorGardenSharpFilled.tsx | 6 +- src/IconOutdoorGrillOutlined.tsx | 4 +- src/IconOutdoorGrillOutlinedFilled.tsx | 6 +- src/IconOutdoorGrillRounded.tsx | 4 +- src/IconOutdoorGrillRoundedFilled.tsx | 6 +- src/IconOutdoorGrillSharp.tsx | 4 +- src/IconOutdoorGrillSharpFilled.tsx | 6 +- src/IconOutgoingMailOutlined.tsx | 4 +- src/IconOutgoingMailOutlinedFilled.tsx | 6 +- src/IconOutgoingMailRounded.tsx | 4 +- src/IconOutgoingMailRoundedFilled.tsx | 6 +- src/IconOutgoingMailSharp.tsx | 4 +- src/IconOutgoingMailSharpFilled.tsx | 6 +- src/IconOutletOutlined.tsx | 4 +- src/IconOutletOutlinedFilled.tsx | 4 +- src/IconOutletRounded.tsx | 4 +- src/IconOutletRoundedFilled.tsx | 4 +- src/IconOutletSharp.tsx | 4 +- src/IconOutletSharpFilled.tsx | 4 +- src/IconOutpatientMedOutlined.tsx | 6 +- src/IconOutpatientMedOutlinedFilled.tsx | 6 +- src/IconOutpatientMedRounded.tsx | 4 +- src/IconOutpatientMedRoundedFilled.tsx | 6 +- src/IconOutpatientMedSharp.tsx | 4 +- src/IconOutpatientMedSharpFilled.tsx | 6 +- src/IconOutpatientOutlined.tsx | 4 +- src/IconOutpatientOutlinedFilled.tsx | 6 +- src/IconOutpatientRounded.tsx | 4 +- src/IconOutpatientRoundedFilled.tsx | 6 +- src/IconOutpatientSharp.tsx | 4 +- src/IconOutpatientSharpFilled.tsx | 6 +- src/IconOutputCircleOutlined.tsx | 4 +- src/IconOutputCircleOutlinedFilled.tsx | 6 +- src/IconOutputCircleRounded.tsx | 4 +- src/IconOutputCircleRoundedFilled.tsx | 6 +- src/IconOutputCircleSharp.tsx | 4 +- src/IconOutputCircleSharpFilled.tsx | 6 +- src/IconOutputOutlined.tsx | 4 +- src/IconOutputOutlinedFilled.tsx | 4 +- src/IconOutputRounded.tsx | 4 +- src/IconOutputRoundedFilled.tsx | 4 +- src/IconOutputSharp.tsx | 4 +- src/IconOutputSharpFilled.tsx | 4 +- src/IconOvenGenOutlined.tsx | 4 +- src/IconOvenGenOutlinedFilled.tsx | 6 +- src/IconOvenGenRounded.tsx | 4 +- src/IconOvenGenRoundedFilled.tsx | 4 +- src/IconOvenGenSharp.tsx | 4 +- src/IconOvenGenSharpFilled.tsx | 4 +- src/IconOvenOutlined.tsx | 4 +- src/IconOvenOutlinedFilled.tsx | 4 +- src/IconOvenRounded.tsx | 4 +- src/IconOvenRoundedFilled.tsx | 4 +- src/IconOvenSharp.tsx | 4 +- src/IconOvenSharpFilled.tsx | 4 +- src/IconOverviewKeyOutlined.tsx | 4 +- src/IconOverviewKeyOutlinedFilled.tsx | 6 +- src/IconOverviewKeyRounded.tsx | 4 +- src/IconOverviewKeyRoundedFilled.tsx | 6 +- src/IconOverviewKeySharp.tsx | 4 +- src/IconOverviewKeySharpFilled.tsx | 6 +- src/IconOverviewOutlined.tsx | 4 +- src/IconOverviewOutlinedFilled.tsx | 6 +- src/IconOverviewRounded.tsx | 4 +- src/IconOverviewRoundedFilled.tsx | 6 +- src/IconOverviewSharp.tsx | 4 +- src/IconOverviewSharpFilled.tsx | 4 +- src/IconOxygenSaturationOutlined.tsx | 6 +- src/IconOxygenSaturationOutlinedFilled.tsx | 4 +- src/IconOxygenSaturationRounded.tsx | 6 +- src/IconOxygenSaturationRoundedFilled.tsx | 4 +- src/IconOxygenSaturationSharp.tsx | 6 +- src/IconOxygenSaturationSharpFilled.tsx | 6 +- src/IconP2pOutlined.tsx | 4 +- src/IconP2pOutlinedFilled.tsx | 4 +- src/IconP2pRounded.tsx | 4 +- src/IconP2pRoundedFilled.tsx | 4 +- src/IconP2pSharp.tsx | 4 +- src/IconP2pSharpFilled.tsx | 4 +- src/IconPaceOutlined.tsx | 4 +- src/IconPaceOutlinedFilled.tsx | 4 +- src/IconPaceRounded.tsx | 4 +- src/IconPaceRoundedFilled.tsx | 4 +- src/IconPaceSharp.tsx | 4 +- src/IconPaceSharpFilled.tsx | 4 +- src/IconPacemakerOutlined.tsx | 4 +- src/IconPacemakerOutlinedFilled.tsx | 6 +- src/IconPacemakerRounded.tsx | 4 +- src/IconPacemakerRoundedFilled.tsx | 6 +- src/IconPacemakerSharp.tsx | 4 +- src/IconPacemakerSharpFilled.tsx | 4 +- src/IconPackage2Outlined.tsx | 4 +- src/IconPackage2OutlinedFilled.tsx | 6 +- src/IconPackage2Rounded.tsx | 4 +- src/IconPackage2RoundedFilled.tsx | 6 +- src/IconPackage2Sharp.tsx | 4 +- src/IconPackage2SharpFilled.tsx | 4 +- src/IconPackageOutlined.tsx | 4 +- src/IconPackageOutlinedFilled.tsx | 6 +- src/IconPackageRounded.tsx | 4 +- src/IconPackageRoundedFilled.tsx | 4 +- src/IconPackageSharp.tsx | 4 +- src/IconPackageSharpFilled.tsx | 4 +- src/IconPaddingOutlined.tsx | 4 +- src/IconPaddingOutlinedFilled.tsx | 6 +- src/IconPaddingRounded.tsx | 4 +- src/IconPaddingRoundedFilled.tsx | 4 +- src/IconPaddingSharp.tsx | 4 +- src/IconPaddingSharpFilled.tsx | 4 +- src/IconPageControlOutlined.tsx | 4 +- src/IconPageControlOutlinedFilled.tsx | 6 +- src/IconPageControlRounded.tsx | 4 +- src/IconPageControlRoundedFilled.tsx | 6 +- src/IconPageControlSharp.tsx | 4 +- src/IconPageControlSharpFilled.tsx | 6 +- src/IconPageInfoOutlined.tsx | 4 +- src/IconPageInfoOutlinedFilled.tsx | 6 +- src/IconPageInfoRounded.tsx | 4 +- src/IconPageInfoRoundedFilled.tsx | 6 +- src/IconPageInfoSharp.tsx | 4 +- src/IconPageInfoSharpFilled.tsx | 4 +- src/IconPagelessOutlined.tsx | 4 +- src/IconPagelessOutlinedFilled.tsx | 6 +- src/IconPagelessRounded.tsx | 4 +- src/IconPagelessRoundedFilled.tsx | 6 +- src/IconPagelessSharp.tsx | 4 +- src/IconPagelessSharpFilled.tsx | 4 +- src/IconPagesOutlined.tsx | 4 +- src/IconPagesOutlinedFilled.tsx | 4 +- src/IconPagesRounded.tsx | 4 +- src/IconPagesRoundedFilled.tsx | 4 +- src/IconPagesSharp.tsx | 4 +- src/IconPagesSharpFilled.tsx | 4 +- src/IconPageviewOutlined.tsx | 4 +- src/IconPageviewOutlinedFilled.tsx | 6 +- src/IconPageviewRounded.tsx | 4 +- src/IconPageviewRoundedFilled.tsx | 6 +- src/IconPageviewSharp.tsx | 4 +- src/IconPageviewSharpFilled.tsx | 4 +- src/IconPaidOutlined.tsx | 4 +- src/IconPaidOutlinedFilled.tsx | 4 +- src/IconPaidRounded.tsx | 4 +- src/IconPaidRoundedFilled.tsx | 4 +- src/IconPaidSharp.tsx | 4 +- src/IconPaidSharpFilled.tsx | 4 +- src/IconPaletteOutlined.tsx | 4 +- src/IconPaletteOutlinedFilled.tsx | 6 +- src/IconPaletteRounded.tsx | 4 +- src/IconPaletteRoundedFilled.tsx | 4 +- src/IconPaletteSharp.tsx | 4 +- src/IconPaletteSharpFilled.tsx | 4 +- src/IconPalletOutlined.tsx | 4 +- src/IconPalletOutlinedFilled.tsx | 4 +- src/IconPalletRounded.tsx | 4 +- src/IconPalletRoundedFilled.tsx | 4 +- src/IconPalletSharp.tsx | 4 +- src/IconPalletSharpFilled.tsx | 4 +- src/IconPanToolAltOutlined.tsx | 4 +- src/IconPanToolAltOutlinedFilled.tsx | 6 +- src/IconPanToolAltRounded.tsx | 4 +- src/IconPanToolAltRoundedFilled.tsx | 6 +- src/IconPanToolAltSharp.tsx | 4 +- src/IconPanToolAltSharpFilled.tsx | 6 +- src/IconPanToolOutlined.tsx | 4 +- src/IconPanToolOutlinedFilled.tsx | 6 +- src/IconPanToolRounded.tsx | 4 +- src/IconPanToolRoundedFilled.tsx | 4 +- src/IconPanToolSharp.tsx | 4 +- src/IconPanToolSharpFilled.tsx | 4 +- src/IconPanZoomOutlined.tsx | 4 +- src/IconPanZoomOutlinedFilled.tsx | 6 +- src/IconPanZoomRounded.tsx | 4 +- src/IconPanZoomRoundedFilled.tsx | 4 +- src/IconPanZoomSharp.tsx | 4 +- src/IconPanZoomSharpFilled.tsx | 4 +- src/IconPanoramaHorizontalOutlined.tsx | 6 +- src/IconPanoramaHorizontalOutlinedFilled.tsx | 4 +- src/IconPanoramaHorizontalRounded.tsx | 6 +- src/IconPanoramaHorizontalRoundedFilled.tsx | 4 +- src/IconPanoramaHorizontalSharp.tsx | 6 +- src/IconPanoramaHorizontalSharpFilled.tsx | 4 +- src/IconPanoramaOutlined.tsx | 4 +- src/IconPanoramaOutlinedFilled.tsx | 6 +- src/IconPanoramaPhotosphereOutlined.tsx | 6 +- src/IconPanoramaPhotosphereOutlinedFilled.tsx | 4 +- src/IconPanoramaPhotosphereRounded.tsx | 6 +- src/IconPanoramaPhotosphereRoundedFilled.tsx | 4 +- src/IconPanoramaPhotosphereSharp.tsx | 6 +- src/IconPanoramaPhotosphereSharpFilled.tsx | 4 +- src/IconPanoramaRounded.tsx | 4 +- src/IconPanoramaRoundedFilled.tsx | 6 +- src/IconPanoramaSharp.tsx | 4 +- src/IconPanoramaSharpFilled.tsx | 4 +- src/IconPanoramaVerticalOutlined.tsx | 6 +- src/IconPanoramaVerticalOutlinedFilled.tsx | 4 +- src/IconPanoramaVerticalRounded.tsx | 6 +- src/IconPanoramaVerticalRoundedFilled.tsx | 4 +- src/IconPanoramaVerticalSharp.tsx | 6 +- src/IconPanoramaVerticalSharpFilled.tsx | 6 +- src/IconPanoramaWideAngleOutlined.tsx | 6 +- src/IconPanoramaWideAngleOutlinedFilled.tsx | 4 +- src/IconPanoramaWideAngleRounded.tsx | 6 +- src/IconPanoramaWideAngleRoundedFilled.tsx | 4 +- src/IconPanoramaWideAngleSharp.tsx | 6 +- src/IconPanoramaWideAngleSharpFilled.tsx | 4 +- src/IconParaglidingOutlined.tsx | 4 +- src/IconParaglidingOutlinedFilled.tsx | 6 +- src/IconParaglidingRounded.tsx | 4 +- src/IconParaglidingRoundedFilled.tsx | 6 +- src/IconParaglidingSharp.tsx | 4 +- src/IconParaglidingSharpFilled.tsx | 6 +- src/IconParkOutlined.tsx | 4 +- src/IconParkOutlinedFilled.tsx | 4 +- src/IconParkRounded.tsx | 4 +- src/IconParkRoundedFilled.tsx | 4 +- src/IconParkSharp.tsx | 4 +- src/IconParkSharpFilled.tsx | 4 +- src/IconPartlyCloudyDayOutlined.tsx | 6 +- src/IconPartlyCloudyDayOutlinedFilled.tsx | 4 +- src/IconPartlyCloudyDayRounded.tsx | 6 +- src/IconPartlyCloudyDayRoundedFilled.tsx | 4 +- src/IconPartlyCloudyDaySharp.tsx | 4 +- src/IconPartlyCloudyDaySharpFilled.tsx | 6 +- src/IconPartlyCloudyNightOutlined.tsx | 6 +- src/IconPartlyCloudyNightOutlinedFilled.tsx | 4 +- src/IconPartlyCloudyNightRounded.tsx | 6 +- src/IconPartlyCloudyNightRoundedFilled.tsx | 4 +- src/IconPartlyCloudyNightSharp.tsx | 6 +- src/IconPartlyCloudyNightSharpFilled.tsx | 4 +- src/IconPartnerExchangeOutlined.tsx | 6 +- src/IconPartnerExchangeOutlinedFilled.tsx | 4 +- src/IconPartnerExchangeRounded.tsx | 6 +- src/IconPartnerExchangeRoundedFilled.tsx | 4 +- src/IconPartnerExchangeSharp.tsx | 4 +- src/IconPartnerExchangeSharpFilled.tsx | 6 +- src/IconPartnerReportsOutlined.tsx | 6 +- src/IconPartnerReportsOutlinedFilled.tsx | 4 +- src/IconPartnerReportsRounded.tsx | 6 +- src/IconPartnerReportsRoundedFilled.tsx | 6 +- src/IconPartnerReportsSharp.tsx | 4 +- src/IconPartnerReportsSharpFilled.tsx | 6 +- src/IconPartyModeOutlined.tsx | 4 +- src/IconPartyModeOutlinedFilled.tsx | 6 +- src/IconPartyModeRounded.tsx | 4 +- src/IconPartyModeRoundedFilled.tsx | 6 +- src/IconPartyModeSharp.tsx | 4 +- src/IconPartyModeSharpFilled.tsx | 4 +- src/IconPasskeyOutlined.tsx | 4 +- src/IconPasskeyOutlinedFilled.tsx | 6 +- src/IconPasskeyRounded.tsx | 4 +- src/IconPasskeyRoundedFilled.tsx | 4 +- src/IconPasskeySharp.tsx | 4 +- src/IconPasskeySharpFilled.tsx | 4 +- src/IconPassword2OffOutlined.tsx | 4 +- src/IconPassword2OffOutlinedFilled.tsx | 6 +- src/IconPassword2OffRounded.tsx | 4 +- src/IconPassword2OffRoundedFilled.tsx | 6 +- src/IconPassword2OffSharp.tsx | 4 +- src/IconPassword2OffSharpFilled.tsx | 6 +- src/IconPassword2Outlined.tsx | 4 +- src/IconPassword2OutlinedFilled.tsx | 6 +- src/IconPassword2Rounded.tsx | 4 +- src/IconPassword2RoundedFilled.tsx | 6 +- src/IconPassword2Sharp.tsx | 4 +- src/IconPassword2SharpFilled.tsx | 4 +- src/IconPasswordOutlined.tsx | 4 +- src/IconPasswordOutlinedFilled.tsx | 6 +- src/IconPasswordRounded.tsx | 4 +- src/IconPasswordRoundedFilled.tsx | 6 +- src/IconPasswordSharp.tsx | 4 +- src/IconPasswordSharpFilled.tsx | 4 +- src/IconPatientListOutlined.tsx | 4 +- src/IconPatientListOutlinedFilled.tsx | 6 +- src/IconPatientListRounded.tsx | 4 +- src/IconPatientListRoundedFilled.tsx | 6 +- src/IconPatientListSharp.tsx | 4 +- src/IconPatientListSharpFilled.tsx | 6 +- src/IconPatternOutlined.tsx | 4 +- src/IconPatternOutlinedFilled.tsx | 6 +- src/IconPatternRounded.tsx | 4 +- src/IconPatternRoundedFilled.tsx | 4 +- src/IconPatternSharp.tsx | 4 +- src/IconPatternSharpFilled.tsx | 4 +- src/IconPauseCircleOutlined.tsx | 4 +- src/IconPauseCircleOutlinedFilled.tsx | 6 +- src/IconPauseCircleRounded.tsx | 4 +- src/IconPauseCircleRoundedFilled.tsx | 6 +- src/IconPauseCircleSharp.tsx | 4 +- src/IconPauseCircleSharpFilled.tsx | 6 +- src/IconPauseOutlined.tsx | 4 +- src/IconPauseOutlinedFilled.tsx | 4 +- src/IconPausePresentationOutlined.tsx | 6 +- src/IconPausePresentationOutlinedFilled.tsx | 4 +- src/IconPausePresentationRounded.tsx | 6 +- src/IconPausePresentationRoundedFilled.tsx | 4 +- src/IconPausePresentationSharp.tsx | 6 +- src/IconPausePresentationSharpFilled.tsx | 4 +- src/IconPauseRounded.tsx | 4 +- src/IconPauseRoundedFilled.tsx | 4 +- src/IconPauseSharp.tsx | 4 +- src/IconPauseSharpFilled.tsx | 4 +- src/IconPaymentsOutlined.tsx | 4 +- src/IconPaymentsOutlinedFilled.tsx | 6 +- src/IconPaymentsRounded.tsx | 4 +- src/IconPaymentsRoundedFilled.tsx | 6 +- src/IconPaymentsSharp.tsx | 4 +- src/IconPaymentsSharpFilled.tsx | 4 +- src/IconPedalBikeOutlined.tsx | 4 +- src/IconPedalBikeOutlinedFilled.tsx | 6 +- src/IconPedalBikeRounded.tsx | 4 +- src/IconPedalBikeRoundedFilled.tsx | 6 +- src/IconPedalBikeSharp.tsx | 4 +- src/IconPedalBikeSharpFilled.tsx | 4 +- src/IconPediatricsOutlined.tsx | 4 +- src/IconPediatricsOutlinedFilled.tsx | 6 +- src/IconPediatricsRounded.tsx | 4 +- src/IconPediatricsRoundedFilled.tsx | 6 +- src/IconPediatricsSharp.tsx | 4 +- src/IconPediatricsSharpFilled.tsx | 6 +- src/IconPenSize1Outlined.tsx | 4 +- src/IconPenSize1OutlinedFilled.tsx | 6 +- src/IconPenSize1Rounded.tsx | 4 +- src/IconPenSize1RoundedFilled.tsx | 6 +- src/IconPenSize1Sharp.tsx | 4 +- src/IconPenSize1SharpFilled.tsx | 4 +- src/IconPenSize2Outlined.tsx | 4 +- src/IconPenSize2OutlinedFilled.tsx | 6 +- src/IconPenSize2Rounded.tsx | 4 +- src/IconPenSize2RoundedFilled.tsx | 6 +- src/IconPenSize2Sharp.tsx | 4 +- src/IconPenSize2SharpFilled.tsx | 4 +- src/IconPenSize3Outlined.tsx | 4 +- src/IconPenSize3OutlinedFilled.tsx | 6 +- src/IconPenSize3Rounded.tsx | 4 +- src/IconPenSize3RoundedFilled.tsx | 6 +- src/IconPenSize3Sharp.tsx | 4 +- src/IconPenSize3SharpFilled.tsx | 4 +- src/IconPenSize4Outlined.tsx | 4 +- src/IconPenSize4OutlinedFilled.tsx | 6 +- src/IconPenSize4Rounded.tsx | 4 +- src/IconPenSize4RoundedFilled.tsx | 6 +- src/IconPenSize4Sharp.tsx | 4 +- src/IconPenSize4SharpFilled.tsx | 4 +- src/IconPenSize5Outlined.tsx | 4 +- src/IconPenSize5OutlinedFilled.tsx | 6 +- src/IconPenSize5Rounded.tsx | 4 +- src/IconPenSize5RoundedFilled.tsx | 6 +- src/IconPenSize5Sharp.tsx | 4 +- src/IconPenSize5SharpFilled.tsx | 4 +- src/IconPendingActionsOutlined.tsx | 6 +- src/IconPendingActionsOutlinedFilled.tsx | 4 +- src/IconPendingActionsRounded.tsx | 6 +- src/IconPendingActionsRoundedFilled.tsx | 6 +- src/IconPendingActionsSharp.tsx | 4 +- src/IconPendingActionsSharpFilled.tsx | 6 +- src/IconPendingOutlined.tsx | 4 +- src/IconPendingOutlinedFilled.tsx | 6 +- src/IconPendingRounded.tsx | 4 +- src/IconPendingRoundedFilled.tsx | 4 +- src/IconPendingSharp.tsx | 4 +- src/IconPendingSharpFilled.tsx | 4 +- src/IconPentagonOutlined.tsx | 4 +- src/IconPentagonOutlinedFilled.tsx | 6 +- src/IconPentagonRounded.tsx | 4 +- src/IconPentagonRoundedFilled.tsx | 6 +- src/IconPentagonSharp.tsx | 4 +- src/IconPentagonSharpFilled.tsx | 4 +- src/IconPercentOutlined.tsx | 4 +- src/IconPercentOutlinedFilled.tsx | 6 +- src/IconPercentRounded.tsx | 4 +- src/IconPercentRoundedFilled.tsx | 4 +- src/IconPercentSharp.tsx | 4 +- src/IconPercentSharpFilled.tsx | 4 +- src/IconPergolaOutlined.tsx | 4 +- src/IconPergolaOutlinedFilled.tsx | 6 +- src/IconPergolaRounded.tsx | 4 +- src/IconPergolaRoundedFilled.tsx | 4 +- src/IconPergolaSharp.tsx | 4 +- src/IconPergolaSharpFilled.tsx | 4 +- src/IconPermCameraMicOutlined.tsx | 6 +- src/IconPermCameraMicOutlinedFilled.tsx | 6 +- src/IconPermCameraMicRounded.tsx | 4 +- src/IconPermCameraMicRoundedFilled.tsx | 6 +- src/IconPermCameraMicSharp.tsx | 4 +- src/IconPermCameraMicSharpFilled.tsx | 6 +- src/IconPermContactCalendarOutlined.tsx | 6 +- src/IconPermContactCalendarOutlinedFilled.tsx | 4 +- src/IconPermContactCalendarRounded.tsx | 6 +- src/IconPermContactCalendarRoundedFilled.tsx | 4 +- src/IconPermContactCalendarSharp.tsx | 6 +- src/IconPermContactCalendarSharpFilled.tsx | 4 +- src/IconPermDataSettingOutlined.tsx | 6 +- src/IconPermDataSettingOutlinedFilled.tsx | 4 +- src/IconPermDataSettingRounded.tsx | 6 +- src/IconPermDataSettingRoundedFilled.tsx | 4 +- src/IconPermDataSettingSharp.tsx | 4 +- src/IconPermDataSettingSharpFilled.tsx | 6 +- src/IconPermDeviceInformationOutlined.tsx | 4 +- ...conPermDeviceInformationOutlinedFilled.tsx | 4 +- src/IconPermDeviceInformationRounded.tsx | 4 +- ...IconPermDeviceInformationRoundedFilled.tsx | 4 +- src/IconPermDeviceInformationSharp.tsx | 6 +- src/IconPermDeviceInformationSharpFilled.tsx | 4 +- src/IconPermMediaOutlined.tsx | 4 +- src/IconPermMediaOutlinedFilled.tsx | 6 +- src/IconPermMediaRounded.tsx | 4 +- src/IconPermMediaRoundedFilled.tsx | 6 +- src/IconPermMediaSharp.tsx | 4 +- src/IconPermMediaSharpFilled.tsx | 4 +- src/IconPermPhoneMsgOutlined.tsx | 4 +- src/IconPermPhoneMsgOutlinedFilled.tsx | 6 +- src/IconPermPhoneMsgRounded.tsx | 4 +- src/IconPermPhoneMsgRoundedFilled.tsx | 6 +- src/IconPermPhoneMsgSharp.tsx | 4 +- src/IconPermPhoneMsgSharpFilled.tsx | 6 +- src/IconPermScanWifiOutlined.tsx | 4 +- src/IconPermScanWifiOutlinedFilled.tsx | 6 +- src/IconPermScanWifiRounded.tsx | 4 +- src/IconPermScanWifiRoundedFilled.tsx | 6 +- src/IconPermScanWifiSharp.tsx | 4 +- src/IconPermScanWifiSharpFilled.tsx | 6 +- src/IconPerson2Outlined.tsx | 4 +- src/IconPerson2OutlinedFilled.tsx | 6 +- src/IconPerson2Rounded.tsx | 4 +- src/IconPerson2RoundedFilled.tsx | 4 +- src/IconPerson2Sharp.tsx | 4 +- src/IconPerson2SharpFilled.tsx | 4 +- src/IconPerson3Outlined.tsx | 4 +- src/IconPerson3OutlinedFilled.tsx | 6 +- src/IconPerson3Rounded.tsx | 4 +- src/IconPerson3RoundedFilled.tsx | 4 +- src/IconPerson3Sharp.tsx | 4 +- src/IconPerson3SharpFilled.tsx | 4 +- src/IconPerson4Outlined.tsx | 4 +- src/IconPerson4OutlinedFilled.tsx | 6 +- src/IconPerson4Rounded.tsx | 4 +- src/IconPerson4RoundedFilled.tsx | 4 +- src/IconPerson4Sharp.tsx | 4 +- src/IconPerson4SharpFilled.tsx | 4 +- src/IconPersonAddDisabledOutlined.tsx | 6 +- src/IconPersonAddDisabledOutlinedFilled.tsx | 4 +- src/IconPersonAddDisabledRounded.tsx | 6 +- src/IconPersonAddDisabledRoundedFilled.tsx | 4 +- src/IconPersonAddDisabledSharp.tsx | 6 +- src/IconPersonAddDisabledSharpFilled.tsx | 4 +- src/IconPersonAddOutlined.tsx | 4 +- src/IconPersonAddOutlinedFilled.tsx | 6 +- src/IconPersonAddRounded.tsx | 4 +- src/IconPersonAddRoundedFilled.tsx | 6 +- src/IconPersonAddSharp.tsx | 4 +- src/IconPersonAddSharpFilled.tsx | 4 +- src/IconPersonAlertOutlined.tsx | 4 +- src/IconPersonAlertOutlinedFilled.tsx | 6 +- src/IconPersonAlertRounded.tsx | 4 +- src/IconPersonAlertRoundedFilled.tsx | 6 +- src/IconPersonAlertSharp.tsx | 4 +- src/IconPersonAlertSharpFilled.tsx | 6 +- src/IconPersonApronOutlined.tsx | 4 +- src/IconPersonApronOutlinedFilled.tsx | 6 +- src/IconPersonApronRounded.tsx | 4 +- src/IconPersonApronRoundedFilled.tsx | 6 +- src/IconPersonApronSharp.tsx | 4 +- src/IconPersonApronSharpFilled.tsx | 6 +- src/IconPersonBookOutlined.tsx | 4 +- src/IconPersonBookOutlinedFilled.tsx | 6 +- src/IconPersonBookRounded.tsx | 4 +- src/IconPersonBookRoundedFilled.tsx | 6 +- src/IconPersonBookSharp.tsx | 4 +- src/IconPersonBookSharpFilled.tsx | 6 +- src/IconPersonCancelOutlined.tsx | 4 +- src/IconPersonCancelOutlinedFilled.tsx | 6 +- src/IconPersonCancelRounded.tsx | 4 +- src/IconPersonCancelRoundedFilled.tsx | 6 +- src/IconPersonCancelSharp.tsx | 4 +- src/IconPersonCancelSharpFilled.tsx | 6 +- src/IconPersonCelebrateOutlined.tsx | 6 +- src/IconPersonCelebrateOutlinedFilled.tsx | 4 +- src/IconPersonCelebrateRounded.tsx | 6 +- src/IconPersonCelebrateRoundedFilled.tsx | 4 +- src/IconPersonCelebrateSharp.tsx | 4 +- src/IconPersonCelebrateSharpFilled.tsx | 6 +- src/IconPersonCheckOutlined.tsx | 4 +- src/IconPersonCheckOutlinedFilled.tsx | 6 +- src/IconPersonCheckRounded.tsx | 4 +- src/IconPersonCheckRoundedFilled.tsx | 6 +- src/IconPersonCheckSharp.tsx | 4 +- src/IconPersonCheckSharpFilled.tsx | 6 +- src/IconPersonEditOutlined.tsx | 4 +- src/IconPersonEditOutlinedFilled.tsx | 6 +- src/IconPersonEditRounded.tsx | 4 +- src/IconPersonEditRoundedFilled.tsx | 6 +- src/IconPersonEditSharp.tsx | 4 +- src/IconPersonEditSharpFilled.tsx | 6 +- src/IconPersonOffOutlined.tsx | 4 +- src/IconPersonOffOutlinedFilled.tsx | 6 +- src/IconPersonOffRounded.tsx | 4 +- src/IconPersonOffRoundedFilled.tsx | 6 +- src/IconPersonOffSharp.tsx | 4 +- src/IconPersonOffSharpFilled.tsx | 4 +- src/IconPersonOutlined.tsx | 4 +- src/IconPersonOutlinedFilled.tsx | 4 +- src/IconPersonPinCircleOutlined.tsx | 6 +- src/IconPersonPinCircleOutlinedFilled.tsx | 4 +- src/IconPersonPinCircleRounded.tsx | 6 +- src/IconPersonPinCircleRoundedFilled.tsx | 4 +- src/IconPersonPinCircleSharp.tsx | 4 +- src/IconPersonPinCircleSharpFilled.tsx | 6 +- src/IconPersonPinOutlined.tsx | 4 +- src/IconPersonPinOutlinedFilled.tsx | 6 +- src/IconPersonPinRounded.tsx | 4 +- src/IconPersonPinRoundedFilled.tsx | 6 +- src/IconPersonPinSharp.tsx | 4 +- src/IconPersonPinSharpFilled.tsx | 4 +- src/IconPersonPlayOutlined.tsx | 4 +- src/IconPersonPlayOutlinedFilled.tsx | 6 +- src/IconPersonPlayRounded.tsx | 4 +- src/IconPersonPlayRoundedFilled.tsx | 6 +- src/IconPersonPlaySharp.tsx | 4 +- src/IconPersonPlaySharpFilled.tsx | 6 +- src/IconPersonRaisedHandOutlined.tsx | 6 +- src/IconPersonRaisedHandOutlinedFilled.tsx | 4 +- src/IconPersonRaisedHandRounded.tsx | 6 +- src/IconPersonRaisedHandRoundedFilled.tsx | 4 +- src/IconPersonRaisedHandSharp.tsx | 6 +- src/IconPersonRaisedHandSharpFilled.tsx | 6 +- src/IconPersonRemoveOutlined.tsx | 4 +- src/IconPersonRemoveOutlinedFilled.tsx | 6 +- src/IconPersonRemoveRounded.tsx | 4 +- src/IconPersonRemoveRoundedFilled.tsx | 6 +- src/IconPersonRemoveSharp.tsx | 4 +- src/IconPersonRemoveSharpFilled.tsx | 6 +- src/IconPersonRounded.tsx | 4 +- src/IconPersonRoundedFilled.tsx | 4 +- src/IconPersonSearchOutlined.tsx | 4 +- src/IconPersonSearchOutlinedFilled.tsx | 6 +- src/IconPersonSearchRounded.tsx | 4 +- src/IconPersonSearchRoundedFilled.tsx | 6 +- src/IconPersonSearchSharp.tsx | 4 +- src/IconPersonSearchSharpFilled.tsx | 6 +- src/IconPersonSharp.tsx | 4 +- src/IconPersonSharpFilled.tsx | 4 +- src/IconPersonalBagOffOutlined.tsx | 6 +- src/IconPersonalBagOffOutlinedFilled.tsx | 4 +- src/IconPersonalBagOffRounded.tsx | 6 +- src/IconPersonalBagOffRoundedFilled.tsx | 6 +- src/IconPersonalBagOffSharp.tsx | 4 +- src/IconPersonalBagOffSharpFilled.tsx | 6 +- src/IconPersonalBagOutlined.tsx | 4 +- src/IconPersonalBagOutlinedFilled.tsx | 6 +- src/IconPersonalBagQuestionOutlined.tsx | 6 +- src/IconPersonalBagQuestionOutlinedFilled.tsx | 4 +- src/IconPersonalBagQuestionRounded.tsx | 6 +- src/IconPersonalBagQuestionRoundedFilled.tsx | 4 +- src/IconPersonalBagQuestionSharp.tsx | 6 +- src/IconPersonalBagQuestionSharpFilled.tsx | 4 +- src/IconPersonalBagRounded.tsx | 4 +- src/IconPersonalBagRoundedFilled.tsx | 6 +- src/IconPersonalBagSharp.tsx | 4 +- src/IconPersonalBagSharpFilled.tsx | 6 +- src/IconPersonalInjuryOutlined.tsx | 6 +- src/IconPersonalInjuryOutlinedFilled.tsx | 4 +- src/IconPersonalInjuryRounded.tsx | 6 +- src/IconPersonalInjuryRoundedFilled.tsx | 6 +- src/IconPersonalInjurySharp.tsx | 4 +- src/IconPersonalInjurySharpFilled.tsx | 6 +- src/IconPersonalPlacesOutlined.tsx | 6 +- src/IconPersonalPlacesOutlinedFilled.tsx | 4 +- src/IconPersonalPlacesRounded.tsx | 6 +- src/IconPersonalPlacesRoundedFilled.tsx | 6 +- src/IconPersonalPlacesSharp.tsx | 4 +- src/IconPersonalPlacesSharpFilled.tsx | 6 +- src/IconPestControlOutlined.tsx | 4 +- src/IconPestControlOutlinedFilled.tsx | 6 +- src/IconPestControlRodentOutlined.tsx | 6 +- src/IconPestControlRodentOutlinedFilled.tsx | 4 +- src/IconPestControlRodentRounded.tsx | 6 +- src/IconPestControlRodentRoundedFilled.tsx | 4 +- src/IconPestControlRodentSharp.tsx | 6 +- src/IconPestControlRodentSharpFilled.tsx | 4 +- src/IconPestControlRounded.tsx | 4 +- src/IconPestControlRoundedFilled.tsx | 6 +- src/IconPestControlSharp.tsx | 4 +- src/IconPestControlSharpFilled.tsx | 6 +- src/IconPetSuppliesOutlined.tsx | 4 +- src/IconPetSuppliesOutlinedFilled.tsx | 6 +- src/IconPetSuppliesRounded.tsx | 4 +- src/IconPetSuppliesRoundedFilled.tsx | 6 +- src/IconPetSuppliesSharp.tsx | 4 +- src/IconPetSuppliesSharpFilled.tsx | 6 +- src/IconPetsOutlined.tsx | 4 +- src/IconPetsOutlinedFilled.tsx | 4 +- src/IconPetsRounded.tsx | 4 +- src/IconPetsRoundedFilled.tsx | 4 +- src/IconPetsSharp.tsx | 4 +- src/IconPetsSharpFilled.tsx | 4 +- src/IconPhishingOutlined.tsx | 4 +- src/IconPhishingOutlinedFilled.tsx | 6 +- src/IconPhishingRounded.tsx | 4 +- src/IconPhishingRoundedFilled.tsx | 6 +- src/IconPhishingSharp.tsx | 4 +- src/IconPhishingSharpFilled.tsx | 4 +- src/IconPhoneAndroidOutlined.tsx | 4 +- src/IconPhoneAndroidOutlinedFilled.tsx | 6 +- src/IconPhoneAndroidRounded.tsx | 4 +- src/IconPhoneAndroidRoundedFilled.tsx | 6 +- src/IconPhoneAndroidSharp.tsx | 4 +- src/IconPhoneAndroidSharpFilled.tsx | 6 +- src/IconPhoneBluetoothSpeakerOutlined.tsx | 4 +- ...conPhoneBluetoothSpeakerOutlinedFilled.tsx | 4 +- src/IconPhoneBluetoothSpeakerRounded.tsx | 4 +- ...IconPhoneBluetoothSpeakerRoundedFilled.tsx | 4 +- src/IconPhoneBluetoothSpeakerSharp.tsx | 6 +- src/IconPhoneBluetoothSpeakerSharpFilled.tsx | 4 +- src/IconPhoneCallbackOutlined.tsx | 6 +- src/IconPhoneCallbackOutlinedFilled.tsx | 6 +- src/IconPhoneCallbackRounded.tsx | 4 +- src/IconPhoneCallbackRoundedFilled.tsx | 6 +- src/IconPhoneCallbackSharp.tsx | 4 +- src/IconPhoneCallbackSharpFilled.tsx | 6 +- src/IconPhoneDisabledOutlined.tsx | 6 +- src/IconPhoneDisabledOutlinedFilled.tsx | 6 +- src/IconPhoneDisabledRounded.tsx | 4 +- src/IconPhoneDisabledRoundedFilled.tsx | 6 +- src/IconPhoneDisabledSharp.tsx | 4 +- src/IconPhoneDisabledSharpFilled.tsx | 6 +- src/IconPhoneEnabledOutlined.tsx | 4 +- src/IconPhoneEnabledOutlinedFilled.tsx | 6 +- src/IconPhoneEnabledRounded.tsx | 4 +- src/IconPhoneEnabledRoundedFilled.tsx | 6 +- src/IconPhoneEnabledSharp.tsx | 4 +- src/IconPhoneEnabledSharpFilled.tsx | 6 +- src/IconPhoneForwardedOutlined.tsx | 6 +- src/IconPhoneForwardedOutlinedFilled.tsx | 4 +- src/IconPhoneForwardedRounded.tsx | 6 +- src/IconPhoneForwardedRoundedFilled.tsx | 6 +- src/IconPhoneForwardedSharp.tsx | 4 +- src/IconPhoneForwardedSharpFilled.tsx | 6 +- src/IconPhoneInTalkOutlined.tsx | 4 +- src/IconPhoneInTalkOutlinedFilled.tsx | 6 +- src/IconPhoneInTalkRounded.tsx | 4 +- src/IconPhoneInTalkRoundedFilled.tsx | 6 +- src/IconPhoneInTalkSharp.tsx | 4 +- src/IconPhoneInTalkSharpFilled.tsx | 6 +- src/IconPhoneIphoneOutlined.tsx | 4 +- src/IconPhoneIphoneOutlinedFilled.tsx | 6 +- src/IconPhoneIphoneRounded.tsx | 4 +- src/IconPhoneIphoneRoundedFilled.tsx | 6 +- src/IconPhoneIphoneSharp.tsx | 4 +- src/IconPhoneIphoneSharpFilled.tsx | 6 +- src/IconPhoneLockedOutlined.tsx | 4 +- src/IconPhoneLockedOutlinedFilled.tsx | 6 +- src/IconPhoneLockedRounded.tsx | 4 +- src/IconPhoneLockedRoundedFilled.tsx | 6 +- src/IconPhoneLockedSharp.tsx | 4 +- src/IconPhoneLockedSharpFilled.tsx | 6 +- src/IconPhoneMissedOutlined.tsx | 4 +- src/IconPhoneMissedOutlinedFilled.tsx | 6 +- src/IconPhoneMissedRounded.tsx | 4 +- src/IconPhoneMissedRoundedFilled.tsx | 6 +- src/IconPhoneMissedSharp.tsx | 4 +- src/IconPhoneMissedSharpFilled.tsx | 6 +- src/IconPhonePausedOutlined.tsx | 4 +- src/IconPhonePausedOutlinedFilled.tsx | 6 +- src/IconPhonePausedRounded.tsx | 4 +- src/IconPhonePausedRoundedFilled.tsx | 6 +- src/IconPhonePausedSharp.tsx | 4 +- src/IconPhonePausedSharpFilled.tsx | 6 +- src/IconPhonelinkEraseOutlined.tsx | 6 +- src/IconPhonelinkEraseOutlinedFilled.tsx | 4 +- src/IconPhonelinkEraseRounded.tsx | 6 +- src/IconPhonelinkEraseRoundedFilled.tsx | 6 +- src/IconPhonelinkEraseSharp.tsx | 4 +- src/IconPhonelinkEraseSharpFilled.tsx | 6 +- src/IconPhonelinkLockOutlined.tsx | 6 +- src/IconPhonelinkLockOutlinedFilled.tsx | 6 +- src/IconPhonelinkLockRounded.tsx | 4 +- src/IconPhonelinkLockRoundedFilled.tsx | 6 +- src/IconPhonelinkLockSharp.tsx | 4 +- src/IconPhonelinkLockSharpFilled.tsx | 6 +- src/IconPhonelinkOffOutlined.tsx | 4 +- src/IconPhonelinkOffOutlinedFilled.tsx | 6 +- src/IconPhonelinkOffRounded.tsx | 4 +- src/IconPhonelinkOffRoundedFilled.tsx | 6 +- src/IconPhonelinkOffSharp.tsx | 4 +- src/IconPhonelinkOffSharpFilled.tsx | 6 +- src/IconPhonelinkRingOffOutlined.tsx | 6 +- src/IconPhonelinkRingOffOutlinedFilled.tsx | 4 +- src/IconPhonelinkRingOffRounded.tsx | 6 +- src/IconPhonelinkRingOffRoundedFilled.tsx | 4 +- src/IconPhonelinkRingOffSharp.tsx | 6 +- src/IconPhonelinkRingOffSharpFilled.tsx | 6 +- src/IconPhonelinkRingOutlined.tsx | 6 +- src/IconPhonelinkRingOutlinedFilled.tsx | 6 +- src/IconPhonelinkRingRounded.tsx | 4 +- src/IconPhonelinkRingRoundedFilled.tsx | 6 +- src/IconPhonelinkRingSharp.tsx | 4 +- src/IconPhonelinkRingSharpFilled.tsx | 6 +- src/IconPhonelinkSetupOutlined.tsx | 6 +- src/IconPhonelinkSetupOutlinedFilled.tsx | 4 +- src/IconPhonelinkSetupRounded.tsx | 6 +- src/IconPhonelinkSetupRoundedFilled.tsx | 6 +- src/IconPhonelinkSetupSharp.tsx | 4 +- src/IconPhonelinkSetupSharpFilled.tsx | 6 +- src/IconPhotoAlbumOutlined.tsx | 4 +- src/IconPhotoAlbumOutlinedFilled.tsx | 6 +- src/IconPhotoAlbumRounded.tsx | 4 +- src/IconPhotoAlbumRoundedFilled.tsx | 6 +- src/IconPhotoAlbumSharp.tsx | 4 +- src/IconPhotoAlbumSharpFilled.tsx | 6 +- src/IconPhotoAutoMergeOutlined.tsx | 6 +- src/IconPhotoAutoMergeOutlinedFilled.tsx | 4 +- src/IconPhotoAutoMergeRounded.tsx | 6 +- src/IconPhotoAutoMergeRoundedFilled.tsx | 6 +- src/IconPhotoAutoMergeSharp.tsx | 4 +- src/IconPhotoAutoMergeSharpFilled.tsx | 6 +- src/IconPhotoCameraBackOutlined.tsx | 6 +- src/IconPhotoCameraBackOutlinedFilled.tsx | 4 +- src/IconPhotoCameraBackRounded.tsx | 6 +- src/IconPhotoCameraBackRoundedFilled.tsx | 4 +- src/IconPhotoCameraBackSharp.tsx | 4 +- src/IconPhotoCameraBackSharpFilled.tsx | 6 +- src/IconPhotoCameraFrontOutlined.tsx | 6 +- src/IconPhotoCameraFrontOutlinedFilled.tsx | 4 +- src/IconPhotoCameraFrontRounded.tsx | 6 +- src/IconPhotoCameraFrontRoundedFilled.tsx | 4 +- src/IconPhotoCameraFrontSharp.tsx | 6 +- src/IconPhotoCameraFrontSharpFilled.tsx | 6 +- src/IconPhotoCameraOutlined.tsx | 4 +- src/IconPhotoCameraOutlinedFilled.tsx | 6 +- src/IconPhotoCameraRounded.tsx | 4 +- src/IconPhotoCameraRoundedFilled.tsx | 6 +- src/IconPhotoCameraSharp.tsx | 4 +- src/IconPhotoCameraSharpFilled.tsx | 6 +- src/IconPhotoFrameOutlined.tsx | 4 +- src/IconPhotoFrameOutlinedFilled.tsx | 6 +- src/IconPhotoFrameRounded.tsx | 4 +- src/IconPhotoFrameRoundedFilled.tsx | 6 +- src/IconPhotoFrameSharp.tsx | 4 +- src/IconPhotoFrameSharpFilled.tsx | 6 +- src/IconPhotoLibraryOutlined.tsx | 4 +- src/IconPhotoLibraryOutlinedFilled.tsx | 6 +- src/IconPhotoLibraryRounded.tsx | 4 +- src/IconPhotoLibraryRoundedFilled.tsx | 6 +- src/IconPhotoLibrarySharp.tsx | 4 +- src/IconPhotoLibrarySharpFilled.tsx | 6 +- src/IconPhotoOutlined.tsx | 4 +- src/IconPhotoOutlinedFilled.tsx | 4 +- src/IconPhotoPrintsOutlined.tsx | 4 +- src/IconPhotoPrintsOutlinedFilled.tsx | 6 +- src/IconPhotoPrintsRounded.tsx | 4 +- src/IconPhotoPrintsRoundedFilled.tsx | 6 +- src/IconPhotoPrintsSharp.tsx | 4 +- src/IconPhotoPrintsSharpFilled.tsx | 6 +- src/IconPhotoRounded.tsx | 4 +- src/IconPhotoRoundedFilled.tsx | 4 +- src/IconPhotoSharp.tsx | 4 +- src/IconPhotoSharpFilled.tsx | 4 +- src/IconPhotoSizeSelectLargeOutlined.tsx | 4 +- ...IconPhotoSizeSelectLargeOutlinedFilled.tsx | 4 +- src/IconPhotoSizeSelectLargeRounded.tsx | 6 +- src/IconPhotoSizeSelectLargeRoundedFilled.tsx | 4 +- src/IconPhotoSizeSelectLargeSharp.tsx | 6 +- src/IconPhotoSizeSelectLargeSharpFilled.tsx | 4 +- src/IconPhotoSizeSelectSmallOutlined.tsx | 4 +- ...IconPhotoSizeSelectSmallOutlinedFilled.tsx | 4 +- src/IconPhotoSizeSelectSmallRounded.tsx | 6 +- src/IconPhotoSizeSelectSmallRoundedFilled.tsx | 4 +- src/IconPhotoSizeSelectSmallSharp.tsx | 6 +- src/IconPhotoSizeSelectSmallSharpFilled.tsx | 4 +- src/IconPhpOutlined.tsx | 4 +- src/IconPhpOutlinedFilled.tsx | 4 +- src/IconPhpRounded.tsx | 4 +- src/IconPhpRoundedFilled.tsx | 4 +- src/IconPhpSharp.tsx | 4 +- src/IconPhpSharpFilled.tsx | 4 +- src/IconPhysicalTherapyOutlined.tsx | 6 +- src/IconPhysicalTherapyOutlinedFilled.tsx | 4 +- src/IconPhysicalTherapyRounded.tsx | 6 +- src/IconPhysicalTherapyRoundedFilled.tsx | 4 +- src/IconPhysicalTherapySharp.tsx | 4 +- src/IconPhysicalTherapySharpFilled.tsx | 6 +- src/IconPianoOffOutlined.tsx | 4 +- src/IconPianoOffOutlinedFilled.tsx | 6 +- src/IconPianoOffRounded.tsx | 4 +- src/IconPianoOffRoundedFilled.tsx | 6 +- src/IconPianoOffSharp.tsx | 4 +- src/IconPianoOffSharpFilled.tsx | 4 +- src/IconPianoOutlined.tsx | 4 +- src/IconPianoOutlinedFilled.tsx | 4 +- src/IconPianoRounded.tsx | 4 +- src/IconPianoRoundedFilled.tsx | 4 +- src/IconPianoSharp.tsx | 4 +- src/IconPianoSharpFilled.tsx | 4 +- src/IconPictureAsPdfOutlined.tsx | 4 +- src/IconPictureAsPdfOutlinedFilled.tsx | 6 +- src/IconPictureAsPdfRounded.tsx | 4 +- src/IconPictureAsPdfRoundedFilled.tsx | 6 +- src/IconPictureAsPdfSharp.tsx | 4 +- src/IconPictureAsPdfSharpFilled.tsx | 6 +- src/IconPictureInPictureAltOutlined.tsx | 6 +- src/IconPictureInPictureAltOutlinedFilled.tsx | 4 +- src/IconPictureInPictureAltRounded.tsx | 6 +- src/IconPictureInPictureAltRoundedFilled.tsx | 4 +- src/IconPictureInPictureAltSharp.tsx | 6 +- src/IconPictureInPictureAltSharpFilled.tsx | 4 +- src/IconPictureInPictureCenterOutlined.tsx | 4 +- ...onPictureInPictureCenterOutlinedFilled.tsx | 4 +- src/IconPictureInPictureCenterRounded.tsx | 4 +- ...conPictureInPictureCenterRoundedFilled.tsx | 4 +- src/IconPictureInPictureCenterSharp.tsx | 6 +- src/IconPictureInPictureCenterSharpFilled.tsx | 4 +- src/IconPictureInPictureLargeOutlined.tsx | 4 +- ...conPictureInPictureLargeOutlinedFilled.tsx | 4 +- src/IconPictureInPictureLargeRounded.tsx | 4 +- ...IconPictureInPictureLargeRoundedFilled.tsx | 4 +- src/IconPictureInPictureLargeSharp.tsx | 6 +- src/IconPictureInPictureLargeSharpFilled.tsx | 4 +- src/IconPictureInPictureMediumOutlined.tsx | 4 +- ...onPictureInPictureMediumOutlinedFilled.tsx | 4 +- src/IconPictureInPictureMediumRounded.tsx | 4 +- ...conPictureInPictureMediumRoundedFilled.tsx | 4 +- src/IconPictureInPictureMediumSharp.tsx | 6 +- src/IconPictureInPictureMediumSharpFilled.tsx | 4 +- src/IconPictureInPictureMobileOutlined.tsx | 4 +- ...onPictureInPictureMobileOutlinedFilled.tsx | 4 +- src/IconPictureInPictureMobileRounded.tsx | 4 +- ...conPictureInPictureMobileRoundedFilled.tsx | 4 +- src/IconPictureInPictureMobileSharp.tsx | 6 +- src/IconPictureInPictureMobileSharpFilled.tsx | 4 +- src/IconPictureInPictureOffOutlined.tsx | 6 +- src/IconPictureInPictureOffOutlinedFilled.tsx | 4 +- src/IconPictureInPictureOffRounded.tsx | 6 +- src/IconPictureInPictureOffRoundedFilled.tsx | 4 +- src/IconPictureInPictureOffSharp.tsx | 6 +- src/IconPictureInPictureOffSharpFilled.tsx | 4 +- src/IconPictureInPictureOutlined.tsx | 6 +- src/IconPictureInPictureOutlinedFilled.tsx | 4 +- src/IconPictureInPictureRounded.tsx | 6 +- src/IconPictureInPictureRoundedFilled.tsx | 4 +- src/IconPictureInPictureSharp.tsx | 6 +- src/IconPictureInPictureSharpFilled.tsx | 6 +- src/IconPictureInPictureSmallOutlined.tsx | 4 +- ...conPictureInPictureSmallOutlinedFilled.tsx | 4 +- src/IconPictureInPictureSmallRounded.tsx | 4 +- ...IconPictureInPictureSmallRoundedFilled.tsx | 4 +- src/IconPictureInPictureSmallSharp.tsx | 6 +- src/IconPictureInPictureSmallSharpFilled.tsx | 4 +- src/IconPieChartOutlined.tsx | 4 +- src/IconPieChartOutlinedFilled.tsx | 6 +- src/IconPieChartRounded.tsx | 4 +- src/IconPieChartRoundedFilled.tsx | 6 +- src/IconPieChartSharp.tsx | 4 +- src/IconPieChartSharpFilled.tsx | 4 +- src/IconPillOffOutlined.tsx | 4 +- src/IconPillOffOutlinedFilled.tsx | 6 +- src/IconPillOffRounded.tsx | 4 +- src/IconPillOffRoundedFilled.tsx | 4 +- src/IconPillOffSharp.tsx | 4 +- src/IconPillOffSharpFilled.tsx | 4 +- src/IconPillOutlined.tsx | 4 +- src/IconPillOutlinedFilled.tsx | 4 +- src/IconPillRounded.tsx | 4 +- src/IconPillRoundedFilled.tsx | 4 +- src/IconPillSharp.tsx | 4 +- src/IconPillSharpFilled.tsx | 4 +- src/IconPinDropOutlined.tsx | 4 +- src/IconPinDropOutlinedFilled.tsx | 6 +- src/IconPinDropRounded.tsx | 4 +- src/IconPinDropRoundedFilled.tsx | 4 +- src/IconPinDropSharp.tsx | 4 +- src/IconPinDropSharpFilled.tsx | 4 +- src/IconPinEndOutlined.tsx | 4 +- src/IconPinEndOutlinedFilled.tsx | 4 +- src/IconPinEndRounded.tsx | 4 +- src/IconPinEndRoundedFilled.tsx | 4 +- src/IconPinEndSharp.tsx | 4 +- src/IconPinEndSharpFilled.tsx | 4 +- src/IconPinInvokeOutlined.tsx | 4 +- src/IconPinInvokeOutlinedFilled.tsx | 6 +- src/IconPinInvokeRounded.tsx | 4 +- src/IconPinInvokeRoundedFilled.tsx | 6 +- src/IconPinInvokeSharp.tsx | 4 +- src/IconPinInvokeSharpFilled.tsx | 4 +- src/IconPinOutlined.tsx | 4 +- src/IconPinOutlinedFilled.tsx | 4 +- src/IconPinRounded.tsx | 4 +- src/IconPinRoundedFilled.tsx | 4 +- src/IconPinSharp.tsx | 4 +- src/IconPinSharpFilled.tsx | 4 +- src/IconPinchOutlined.tsx | 4 +- src/IconPinchOutlinedFilled.tsx | 4 +- src/IconPinchRounded.tsx | 4 +- src/IconPinchRoundedFilled.tsx | 4 +- src/IconPinchSharp.tsx | 4 +- src/IconPinchSharpFilled.tsx | 4 +- src/IconPinchZoomInOutlined.tsx | 4 +- src/IconPinchZoomInOutlinedFilled.tsx | 6 +- src/IconPinchZoomInRounded.tsx | 4 +- src/IconPinchZoomInRoundedFilled.tsx | 6 +- src/IconPinchZoomInSharp.tsx | 4 +- src/IconPinchZoomInSharpFilled.tsx | 6 +- src/IconPinchZoomOutOutlined.tsx | 4 +- src/IconPinchZoomOutOutlinedFilled.tsx | 6 +- src/IconPinchZoomOutRounded.tsx | 4 +- src/IconPinchZoomOutRoundedFilled.tsx | 6 +- src/IconPinchZoomOutSharp.tsx | 4 +- src/IconPinchZoomOutSharpFilled.tsx | 6 +- src/IconPipExitOutlined.tsx | 4 +- src/IconPipExitOutlinedFilled.tsx | 6 +- src/IconPipExitRounded.tsx | 4 +- src/IconPipExitRoundedFilled.tsx | 4 +- src/IconPipExitSharp.tsx | 4 +- src/IconPipExitSharpFilled.tsx | 4 +- src/IconPipOutlined.tsx | 4 +- src/IconPipOutlinedFilled.tsx | 4 +- src/IconPipRounded.tsx | 4 +- src/IconPipRoundedFilled.tsx | 4 +- src/IconPipSharp.tsx | 4 +- src/IconPipSharpFilled.tsx | 4 +- src/IconPivotTableChartOutlined.tsx | 6 +- src/IconPivotTableChartOutlinedFilled.tsx | 4 +- src/IconPivotTableChartRounded.tsx | 6 +- src/IconPivotTableChartRoundedFilled.tsx | 4 +- src/IconPivotTableChartSharp.tsx | 4 +- src/IconPivotTableChartSharpFilled.tsx | 6 +- src/IconPlaceItemOutlined.tsx | 4 +- src/IconPlaceItemOutlinedFilled.tsx | 6 +- src/IconPlaceItemRounded.tsx | 4 +- src/IconPlaceItemRoundedFilled.tsx | 6 +- src/IconPlaceItemSharp.tsx | 4 +- src/IconPlaceItemSharpFilled.tsx | 4 +- src/IconPlagiarismOutlined.tsx | 4 +- src/IconPlagiarismOutlinedFilled.tsx | 6 +- src/IconPlagiarismRounded.tsx | 4 +- src/IconPlagiarismRoundedFilled.tsx | 6 +- src/IconPlagiarismSharp.tsx | 4 +- src/IconPlagiarismSharpFilled.tsx | 6 +- src/IconPlannerBannerAdPtOutlined.tsx | 6 +- src/IconPlannerBannerAdPtOutlinedFilled.tsx | 4 +- src/IconPlannerBannerAdPtRounded.tsx | 6 +- src/IconPlannerBannerAdPtRoundedFilled.tsx | 4 +- src/IconPlannerBannerAdPtSharp.tsx | 6 +- src/IconPlannerBannerAdPtSharpFilled.tsx | 4 +- src/IconPlannerReviewOutlined.tsx | 6 +- src/IconPlannerReviewOutlinedFilled.tsx | 6 +- src/IconPlannerReviewRounded.tsx | 4 +- src/IconPlannerReviewRoundedFilled.tsx | 6 +- src/IconPlannerReviewSharp.tsx | 4 +- src/IconPlannerReviewSharpFilled.tsx | 6 +- src/IconPlayArrowOutlined.tsx | 4 +- src/IconPlayArrowOutlinedFilled.tsx | 6 +- src/IconPlayArrowRounded.tsx | 4 +- src/IconPlayArrowRoundedFilled.tsx | 6 +- src/IconPlayArrowSharp.tsx | 4 +- src/IconPlayArrowSharpFilled.tsx | 4 +- src/IconPlayCircleOutlined.tsx | 4 +- src/IconPlayCircleOutlinedFilled.tsx | 6 +- src/IconPlayCircleRounded.tsx | 4 +- src/IconPlayCircleRoundedFilled.tsx | 6 +- src/IconPlayCircleSharp.tsx | 4 +- src/IconPlayCircleSharpFilled.tsx | 6 +- src/IconPlayDisabledOutlined.tsx | 4 +- src/IconPlayDisabledOutlinedFilled.tsx | 6 +- src/IconPlayDisabledRounded.tsx | 4 +- src/IconPlayDisabledRoundedFilled.tsx | 6 +- src/IconPlayDisabledSharp.tsx | 4 +- src/IconPlayDisabledSharpFilled.tsx | 6 +- src/IconPlayForWorkOutlined.tsx | 4 +- src/IconPlayForWorkOutlinedFilled.tsx | 6 +- src/IconPlayForWorkRounded.tsx | 4 +- src/IconPlayForWorkRoundedFilled.tsx | 6 +- src/IconPlayForWorkSharp.tsx | 4 +- src/IconPlayForWorkSharpFilled.tsx | 6 +- src/IconPlayLessonOutlined.tsx | 4 +- src/IconPlayLessonOutlinedFilled.tsx | 6 +- src/IconPlayLessonRounded.tsx | 4 +- src/IconPlayLessonRoundedFilled.tsx | 6 +- src/IconPlayLessonSharp.tsx | 4 +- src/IconPlayLessonSharpFilled.tsx | 6 +- src/IconPlayPauseOutlined.tsx | 4 +- src/IconPlayPauseOutlinedFilled.tsx | 6 +- src/IconPlayPauseRounded.tsx | 4 +- src/IconPlayPauseRoundedFilled.tsx | 6 +- src/IconPlayPauseSharp.tsx | 4 +- src/IconPlayPauseSharpFilled.tsx | 4 +- src/IconPlayingCardsOutlined.tsx | 4 +- src/IconPlayingCardsOutlinedFilled.tsx | 6 +- src/IconPlayingCardsRounded.tsx | 4 +- src/IconPlayingCardsRoundedFilled.tsx | 6 +- src/IconPlayingCardsSharp.tsx | 4 +- src/IconPlayingCardsSharpFilled.tsx | 6 +- src/IconPlaylistAddCheckCircleOutlined.tsx | 4 +- ...onPlaylistAddCheckCircleOutlinedFilled.tsx | 4 +- src/IconPlaylistAddCheckCircleRounded.tsx | 4 +- ...conPlaylistAddCheckCircleRoundedFilled.tsx | 4 +- src/IconPlaylistAddCheckCircleSharp.tsx | 6 +- src/IconPlaylistAddCheckCircleSharpFilled.tsx | 4 +- src/IconPlaylistAddCheckOutlined.tsx | 6 +- src/IconPlaylistAddCheckOutlinedFilled.tsx | 4 +- src/IconPlaylistAddCheckRounded.tsx | 6 +- src/IconPlaylistAddCheckRoundedFilled.tsx | 4 +- src/IconPlaylistAddCheckSharp.tsx | 6 +- src/IconPlaylistAddCheckSharpFilled.tsx | 6 +- src/IconPlaylistAddCircleOutlined.tsx | 6 +- src/IconPlaylistAddCircleOutlinedFilled.tsx | 4 +- src/IconPlaylistAddCircleRounded.tsx | 6 +- src/IconPlaylistAddCircleRoundedFilled.tsx | 4 +- src/IconPlaylistAddCircleSharp.tsx | 6 +- src/IconPlaylistAddCircleSharpFilled.tsx | 4 +- src/IconPlaylistAddOutlined.tsx | 4 +- src/IconPlaylistAddOutlinedFilled.tsx | 6 +- src/IconPlaylistAddRounded.tsx | 4 +- src/IconPlaylistAddRoundedFilled.tsx | 6 +- src/IconPlaylistAddSharp.tsx | 4 +- src/IconPlaylistAddSharpFilled.tsx | 6 +- src/IconPlaylistPlayOutlined.tsx | 4 +- src/IconPlaylistPlayOutlinedFilled.tsx | 6 +- src/IconPlaylistPlayRounded.tsx | 4 +- src/IconPlaylistPlayRoundedFilled.tsx | 6 +- src/IconPlaylistPlaySharp.tsx | 4 +- src/IconPlaylistPlaySharpFilled.tsx | 6 +- src/IconPlaylistRemoveOutlined.tsx | 6 +- src/IconPlaylistRemoveOutlinedFilled.tsx | 4 +- src/IconPlaylistRemoveRounded.tsx | 6 +- src/IconPlaylistRemoveRoundedFilled.tsx | 6 +- src/IconPlaylistRemoveSharp.tsx | 4 +- src/IconPlaylistRemoveSharpFilled.tsx | 6 +- src/IconPlumbingOutlined.tsx | 4 +- src/IconPlumbingOutlinedFilled.tsx | 6 +- src/IconPlumbingRounded.tsx | 4 +- src/IconPlumbingRoundedFilled.tsx | 6 +- src/IconPlumbingSharp.tsx | 4 +- src/IconPlumbingSharpFilled.tsx | 4 +- src/IconPodcastsOutlined.tsx | 4 +- src/IconPodcastsOutlinedFilled.tsx | 6 +- src/IconPodcastsRounded.tsx | 4 +- src/IconPodcastsRoundedFilled.tsx | 6 +- src/IconPodcastsSharp.tsx | 4 +- src/IconPodcastsSharpFilled.tsx | 4 +- src/IconPodiatryOutlined.tsx | 4 +- src/IconPodiatryOutlinedFilled.tsx | 6 +- src/IconPodiatryRounded.tsx | 4 +- src/IconPodiatryRoundedFilled.tsx | 6 +- src/IconPodiatrySharp.tsx | 4 +- src/IconPodiatrySharpFilled.tsx | 4 +- src/IconPodiumOutlined.tsx | 4 +- src/IconPodiumOutlinedFilled.tsx | 4 +- src/IconPodiumRounded.tsx | 4 +- src/IconPodiumRoundedFilled.tsx | 4 +- src/IconPodiumSharp.tsx | 4 +- src/IconPodiumSharpFilled.tsx | 4 +- src/IconPointOfSaleOutlined.tsx | 4 +- src/IconPointOfSaleOutlinedFilled.tsx | 6 +- src/IconPointOfSaleRounded.tsx | 4 +- src/IconPointOfSaleRoundedFilled.tsx | 6 +- src/IconPointOfSaleSharp.tsx | 4 +- src/IconPointOfSaleSharpFilled.tsx | 6 +- src/IconPointScanOutlined.tsx | 4 +- src/IconPointScanOutlinedFilled.tsx | 6 +- src/IconPointScanRounded.tsx | 4 +- src/IconPointScanRoundedFilled.tsx | 6 +- src/IconPointScanSharp.tsx | 4 +- src/IconPointScanSharpFilled.tsx | 4 +- src/IconPokerChipOutlined.tsx | 4 +- src/IconPokerChipOutlinedFilled.tsx | 6 +- src/IconPokerChipRounded.tsx | 4 +- src/IconPokerChipRoundedFilled.tsx | 6 +- src/IconPokerChipSharp.tsx | 4 +- src/IconPokerChipSharpFilled.tsx | 4 +- src/IconPolicyAlertOutlined.tsx | 4 +- src/IconPolicyAlertOutlinedFilled.tsx | 6 +- src/IconPolicyAlertRounded.tsx | 4 +- src/IconPolicyAlertRoundedFilled.tsx | 6 +- src/IconPolicyAlertSharp.tsx | 4 +- src/IconPolicyAlertSharpFilled.tsx | 6 +- src/IconPolicyOutlined.tsx | 4 +- src/IconPolicyOutlinedFilled.tsx | 4 +- src/IconPolicyRounded.tsx | 4 +- src/IconPolicyRoundedFilled.tsx | 4 +- src/IconPolicySharp.tsx | 4 +- src/IconPolicySharpFilled.tsx | 4 +- src/IconPolylineOutlined.tsx | 4 +- src/IconPolylineOutlinedFilled.tsx | 6 +- src/IconPolylineRounded.tsx | 4 +- src/IconPolylineRoundedFilled.tsx | 6 +- src/IconPolylineSharp.tsx | 4 +- src/IconPolylineSharpFilled.tsx | 4 +- src/IconPolymerOutlined.tsx | 4 +- src/IconPolymerOutlinedFilled.tsx | 6 +- src/IconPolymerRounded.tsx | 4 +- src/IconPolymerRoundedFilled.tsx | 4 +- src/IconPolymerSharp.tsx | 4 +- src/IconPolymerSharpFilled.tsx | 4 +- src/IconPoolOutlined.tsx | 4 +- src/IconPoolOutlinedFilled.tsx | 4 +- src/IconPoolRounded.tsx | 4 +- src/IconPoolRoundedFilled.tsx | 4 +- src/IconPoolSharp.tsx | 4 +- src/IconPoolSharpFilled.tsx | 4 +- src/IconPortableWifiOffOutlined.tsx | 6 +- src/IconPortableWifiOffOutlinedFilled.tsx | 4 +- src/IconPortableWifiOffRounded.tsx | 6 +- src/IconPortableWifiOffRoundedFilled.tsx | 4 +- src/IconPortableWifiOffSharp.tsx | 4 +- src/IconPortableWifiOffSharpFilled.tsx | 6 +- src/IconPositionBottomLeftOutlined.tsx | 6 +- src/IconPositionBottomLeftOutlinedFilled.tsx | 4 +- src/IconPositionBottomLeftRounded.tsx | 6 +- src/IconPositionBottomLeftRoundedFilled.tsx | 4 +- src/IconPositionBottomLeftSharp.tsx | 6 +- src/IconPositionBottomLeftSharpFilled.tsx | 4 +- src/IconPositionBottomRightOutlined.tsx | 6 +- src/IconPositionBottomRightOutlinedFilled.tsx | 4 +- src/IconPositionBottomRightRounded.tsx | 6 +- src/IconPositionBottomRightRoundedFilled.tsx | 4 +- src/IconPositionBottomRightSharp.tsx | 6 +- src/IconPositionBottomRightSharpFilled.tsx | 4 +- src/IconPositionTopRightOutlined.tsx | 6 +- src/IconPositionTopRightOutlinedFilled.tsx | 4 +- src/IconPositionTopRightRounded.tsx | 6 +- src/IconPositionTopRightRoundedFilled.tsx | 4 +- src/IconPositionTopRightSharp.tsx | 6 +- src/IconPositionTopRightSharpFilled.tsx | 6 +- src/IconPostAddOutlined.tsx | 4 +- src/IconPostAddOutlinedFilled.tsx | 6 +- src/IconPostAddRounded.tsx | 4 +- src/IconPostAddRoundedFilled.tsx | 4 +- src/IconPostAddSharp.tsx | 4 +- src/IconPostAddSharpFilled.tsx | 4 +- src/IconPostOutlined.tsx | 4 +- src/IconPostOutlinedFilled.tsx | 4 +- src/IconPostRounded.tsx | 4 +- src/IconPostRoundedFilled.tsx | 4 +- src/IconPostSharp.tsx | 4 +- src/IconPostSharpFilled.tsx | 4 +- src/IconPottedPlantOutlined.tsx | 4 +- src/IconPottedPlantOutlinedFilled.tsx | 6 +- src/IconPottedPlantRounded.tsx | 4 +- src/IconPottedPlantRoundedFilled.tsx | 6 +- src/IconPottedPlantSharp.tsx | 4 +- src/IconPottedPlantSharpFilled.tsx | 6 +- src/IconPowerInputOutlined.tsx | 4 +- src/IconPowerInputOutlinedFilled.tsx | 6 +- src/IconPowerInputRounded.tsx | 4 +- src/IconPowerInputRoundedFilled.tsx | 6 +- src/IconPowerInputSharp.tsx | 4 +- src/IconPowerInputSharpFilled.tsx | 6 +- src/IconPowerOffOutlined.tsx | 4 +- src/IconPowerOffOutlinedFilled.tsx | 6 +- src/IconPowerOffRounded.tsx | 4 +- src/IconPowerOffRoundedFilled.tsx | 6 +- src/IconPowerOffSharp.tsx | 4 +- src/IconPowerOffSharpFilled.tsx | 4 +- src/IconPowerOutlined.tsx | 4 +- src/IconPowerOutlinedFilled.tsx | 4 +- src/IconPowerRounded.tsx | 4 +- src/IconPowerRoundedFilled.tsx | 4 +- src/IconPowerSettingsCircleOutlined.tsx | 6 +- src/IconPowerSettingsCircleOutlinedFilled.tsx | 4 +- src/IconPowerSettingsCircleRounded.tsx | 6 +- src/IconPowerSettingsCircleRoundedFilled.tsx | 4 +- src/IconPowerSettingsCircleSharp.tsx | 6 +- src/IconPowerSettingsCircleSharpFilled.tsx | 4 +- src/IconPowerSettingsNewOutlined.tsx | 6 +- src/IconPowerSettingsNewOutlinedFilled.tsx | 4 +- src/IconPowerSettingsNewRounded.tsx | 6 +- src/IconPowerSettingsNewRoundedFilled.tsx | 4 +- src/IconPowerSettingsNewSharp.tsx | 6 +- src/IconPowerSettingsNewSharpFilled.tsx | 6 +- src/IconPowerSharp.tsx | 4 +- src/IconPowerSharpFilled.tsx | 4 +- src/IconPrayerTimesOutlined.tsx | 4 +- src/IconPrayerTimesOutlinedFilled.tsx | 6 +- src/IconPrayerTimesRounded.tsx | 4 +- src/IconPrayerTimesRoundedFilled.tsx | 6 +- src/IconPrayerTimesSharp.tsx | 4 +- src/IconPrayerTimesSharpFilled.tsx | 6 +- src/IconPrecisionManufacturingOutlined.tsx | 4 +- ...onPrecisionManufacturingOutlinedFilled.tsx | 4 +- src/IconPrecisionManufacturingRounded.tsx | 4 +- ...conPrecisionManufacturingRoundedFilled.tsx | 4 +- src/IconPrecisionManufacturingSharp.tsx | 6 +- src/IconPrecisionManufacturingSharpFilled.tsx | 4 +- src/IconPregnancyOutlined.tsx | 4 +- src/IconPregnancyOutlinedFilled.tsx | 6 +- src/IconPregnancyRounded.tsx | 4 +- src/IconPregnancyRoundedFilled.tsx | 6 +- src/IconPregnancySharp.tsx | 4 +- src/IconPregnancySharpFilled.tsx | 4 +- src/IconPregnantWomanOutlined.tsx | 6 +- src/IconPregnantWomanOutlinedFilled.tsx | 6 +- src/IconPregnantWomanRounded.tsx | 4 +- src/IconPregnantWomanRoundedFilled.tsx | 6 +- src/IconPregnantWomanSharp.tsx | 4 +- src/IconPregnantWomanSharpFilled.tsx | 6 +- src/IconPreliminaryOutlined.tsx | 4 +- src/IconPreliminaryOutlinedFilled.tsx | 6 +- src/IconPreliminaryRounded.tsx | 4 +- src/IconPreliminaryRoundedFilled.tsx | 6 +- src/IconPreliminarySharp.tsx | 4 +- src/IconPreliminarySharpFilled.tsx | 6 +- src/IconPrescriptionsOutlined.tsx | 6 +- src/IconPrescriptionsOutlinedFilled.tsx | 6 +- src/IconPrescriptionsRounded.tsx | 4 +- src/IconPrescriptionsRoundedFilled.tsx | 6 +- src/IconPrescriptionsSharp.tsx | 4 +- src/IconPrescriptionsSharpFilled.tsx | 6 +- src/IconPresentToAllOutlined.tsx | 4 +- src/IconPresentToAllOutlinedFilled.tsx | 6 +- src/IconPresentToAllRounded.tsx | 4 +- src/IconPresentToAllRoundedFilled.tsx | 6 +- src/IconPresentToAllSharp.tsx | 4 +- src/IconPresentToAllSharpFilled.tsx | 6 +- src/IconPreviewOffOutlined.tsx | 4 +- src/IconPreviewOffOutlinedFilled.tsx | 6 +- src/IconPreviewOffRounded.tsx | 4 +- src/IconPreviewOffRoundedFilled.tsx | 6 +- src/IconPreviewOffSharp.tsx | 4 +- src/IconPreviewOffSharpFilled.tsx | 6 +- src/IconPreviewOutlined.tsx | 4 +- src/IconPreviewOutlinedFilled.tsx | 6 +- src/IconPreviewRounded.tsx | 4 +- src/IconPreviewRoundedFilled.tsx | 4 +- src/IconPreviewSharp.tsx | 4 +- src/IconPreviewSharpFilled.tsx | 4 +- src/IconPriceChangeOutlined.tsx | 4 +- src/IconPriceChangeOutlinedFilled.tsx | 6 +- src/IconPriceChangeRounded.tsx | 4 +- src/IconPriceChangeRoundedFilled.tsx | 6 +- src/IconPriceChangeSharp.tsx | 4 +- src/IconPriceChangeSharpFilled.tsx | 6 +- src/IconPriceCheckOutlined.tsx | 4 +- src/IconPriceCheckOutlinedFilled.tsx | 6 +- src/IconPriceCheckRounded.tsx | 4 +- src/IconPriceCheckRoundedFilled.tsx | 6 +- src/IconPriceCheckSharp.tsx | 4 +- src/IconPriceCheckSharpFilled.tsx | 6 +- src/IconPrintAddOutlined.tsx | 4 +- src/IconPrintAddOutlinedFilled.tsx | 6 +- src/IconPrintAddRounded.tsx | 4 +- src/IconPrintAddRoundedFilled.tsx | 6 +- src/IconPrintAddSharp.tsx | 4 +- src/IconPrintAddSharpFilled.tsx | 4 +- src/IconPrintConnectOutlined.tsx | 4 +- src/IconPrintConnectOutlinedFilled.tsx | 6 +- src/IconPrintConnectRounded.tsx | 4 +- src/IconPrintConnectRoundedFilled.tsx | 6 +- src/IconPrintConnectSharp.tsx | 4 +- src/IconPrintConnectSharpFilled.tsx | 6 +- src/IconPrintDisabledOutlined.tsx | 6 +- src/IconPrintDisabledOutlinedFilled.tsx | 6 +- src/IconPrintDisabledRounded.tsx | 4 +- src/IconPrintDisabledRoundedFilled.tsx | 6 +- src/IconPrintDisabledSharp.tsx | 4 +- src/IconPrintDisabledSharpFilled.tsx | 6 +- src/IconPrintErrorOutlined.tsx | 4 +- src/IconPrintErrorOutlinedFilled.tsx | 6 +- src/IconPrintErrorRounded.tsx | 4 +- src/IconPrintErrorRoundedFilled.tsx | 6 +- src/IconPrintErrorSharp.tsx | 4 +- src/IconPrintErrorSharpFilled.tsx | 6 +- src/IconPrintLockOutlined.tsx | 4 +- src/IconPrintLockOutlinedFilled.tsx | 6 +- src/IconPrintLockRounded.tsx | 4 +- src/IconPrintLockRoundedFilled.tsx | 6 +- src/IconPrintLockSharp.tsx | 4 +- src/IconPrintLockSharpFilled.tsx | 4 +- src/IconPrintOutlined.tsx | 4 +- src/IconPrintOutlinedFilled.tsx | 4 +- src/IconPrintRounded.tsx | 4 +- src/IconPrintRoundedFilled.tsx | 4 +- src/IconPrintSharp.tsx | 4 +- src/IconPrintSharpFilled.tsx | 4 +- src/IconPriorityHighOutlined.tsx | 4 +- src/IconPriorityHighOutlinedFilled.tsx | 6 +- src/IconPriorityHighRounded.tsx | 4 +- src/IconPriorityHighRoundedFilled.tsx | 6 +- src/IconPriorityHighSharp.tsx | 4 +- src/IconPriorityHighSharpFilled.tsx | 6 +- src/IconPriorityOutlined.tsx | 4 +- src/IconPriorityOutlinedFilled.tsx | 6 +- src/IconPriorityRounded.tsx | 4 +- src/IconPriorityRoundedFilled.tsx | 6 +- src/IconPrioritySharp.tsx | 4 +- src/IconPrioritySharpFilled.tsx | 4 +- src/IconPrivacyOutlined.tsx | 4 +- src/IconPrivacyOutlinedFilled.tsx | 6 +- src/IconPrivacyRounded.tsx | 4 +- src/IconPrivacyRoundedFilled.tsx | 4 +- src/IconPrivacySharp.tsx | 4 +- src/IconPrivacySharpFilled.tsx | 4 +- src/IconPrivacyTipOutlined.tsx | 4 +- src/IconPrivacyTipOutlinedFilled.tsx | 6 +- src/IconPrivacyTipRounded.tsx | 4 +- src/IconPrivacyTipRoundedFilled.tsx | 6 +- src/IconPrivacyTipSharp.tsx | 4 +- src/IconPrivacyTipSharpFilled.tsx | 6 +- src/IconPrivateConnectivityOutlined.tsx | 6 +- src/IconPrivateConnectivityOutlinedFilled.tsx | 4 +- src/IconPrivateConnectivityRounded.tsx | 6 +- src/IconPrivateConnectivityRoundedFilled.tsx | 4 +- src/IconPrivateConnectivitySharp.tsx | 6 +- src/IconPrivateConnectivitySharpFilled.tsx | 4 +- src/IconProblemOutlined.tsx | 4 +- src/IconProblemOutlinedFilled.tsx | 6 +- src/IconProblemRounded.tsx | 4 +- src/IconProblemRoundedFilled.tsx | 4 +- src/IconProblemSharp.tsx | 4 +- src/IconProblemSharpFilled.tsx | 4 +- src/IconProcedureOutlined.tsx | 4 +- src/IconProcedureOutlinedFilled.tsx | 6 +- src/IconProcedureRounded.tsx | 4 +- src/IconProcedureRoundedFilled.tsx | 6 +- src/IconProcedureSharp.tsx | 4 +- src/IconProcedureSharpFilled.tsx | 4 +- src/IconProcessChartOutlined.tsx | 4 +- src/IconProcessChartOutlinedFilled.tsx | 6 +- src/IconProcessChartRounded.tsx | 4 +- src/IconProcessChartRoundedFilled.tsx | 6 +- src/IconProcessChartSharp.tsx | 4 +- src/IconProcessChartSharpFilled.tsx | 6 +- src/IconProductionQuantityLimitsOutlined.tsx | 4 +- ...ProductionQuantityLimitsOutlinedFilled.tsx | 8 +- src/IconProductionQuantityLimitsRounded.tsx | 4 +- ...nProductionQuantityLimitsRoundedFilled.tsx | 4 +- src/IconProductionQuantityLimitsSharp.tsx | 4 +- ...conProductionQuantityLimitsSharpFilled.tsx | 4 +- src/IconProductivityOutlined.tsx | 4 +- src/IconProductivityOutlinedFilled.tsx | 6 +- src/IconProductivityRounded.tsx | 4 +- src/IconProductivityRoundedFilled.tsx | 6 +- src/IconProductivitySharp.tsx | 4 +- src/IconProductivitySharpFilled.tsx | 6 +- src/IconProgressActivityOutlined.tsx | 6 +- src/IconProgressActivityOutlinedFilled.tsx | 4 +- src/IconProgressActivityRounded.tsx | 6 +- src/IconProgressActivityRoundedFilled.tsx | 4 +- src/IconProgressActivitySharp.tsx | 6 +- src/IconProgressActivitySharpFilled.tsx | 6 +- src/IconPromptSuggestionOutlined.tsx | 6 +- src/IconPromptSuggestionOutlinedFilled.tsx | 4 +- src/IconPromptSuggestionRounded.tsx | 6 +- src/IconPromptSuggestionRoundedFilled.tsx | 4 +- src/IconPromptSuggestionSharp.tsx | 6 +- src/IconPromptSuggestionSharpFilled.tsx | 6 +- src/IconPropaneOutlined.tsx | 4 +- src/IconPropaneOutlinedFilled.tsx | 6 +- src/IconPropaneRounded.tsx | 4 +- src/IconPropaneRoundedFilled.tsx | 4 +- src/IconPropaneSharp.tsx | 4 +- src/IconPropaneSharpFilled.tsx | 4 +- src/IconPropaneTankOutlined.tsx | 4 +- src/IconPropaneTankOutlinedFilled.tsx | 6 +- src/IconPropaneTankRounded.tsx | 4 +- src/IconPropaneTankRoundedFilled.tsx | 6 +- src/IconPropaneTankSharp.tsx | 4 +- src/IconPropaneTankSharpFilled.tsx | 6 +- src/IconPsychiatryOutlined.tsx | 4 +- src/IconPsychiatryOutlinedFilled.tsx | 6 +- src/IconPsychiatryRounded.tsx | 4 +- src/IconPsychiatryRoundedFilled.tsx | 6 +- src/IconPsychiatrySharp.tsx | 4 +- src/IconPsychiatrySharpFilled.tsx | 6 +- src/IconPsychologyAltOutlined.tsx | 6 +- src/IconPsychologyAltOutlinedFilled.tsx | 6 +- src/IconPsychologyAltRounded.tsx | 4 +- src/IconPsychologyAltRoundedFilled.tsx | 6 +- src/IconPsychologyAltSharp.tsx | 4 +- src/IconPsychologyAltSharpFilled.tsx | 6 +- src/IconPsychologyOutlined.tsx | 4 +- src/IconPsychologyOutlinedFilled.tsx | 6 +- src/IconPsychologyRounded.tsx | 4 +- src/IconPsychologyRoundedFilled.tsx | 6 +- src/IconPsychologySharp.tsx | 4 +- src/IconPsychologySharpFilled.tsx | 6 +- src/IconPublicOffOutlined.tsx | 4 +- src/IconPublicOffOutlinedFilled.tsx | 6 +- src/IconPublicOffRounded.tsx | 4 +- src/IconPublicOffRoundedFilled.tsx | 6 +- src/IconPublicOffSharp.tsx | 4 +- src/IconPublicOffSharpFilled.tsx | 4 +- src/IconPublicOutlined.tsx | 4 +- src/IconPublicOutlinedFilled.tsx | 4 +- src/IconPublicRounded.tsx | 4 +- src/IconPublicRoundedFilled.tsx | 4 +- src/IconPublicSharp.tsx | 4 +- src/IconPublicSharpFilled.tsx | 4 +- src/IconPublishOutlined.tsx | 4 +- src/IconPublishOutlinedFilled.tsx | 6 +- src/IconPublishRounded.tsx | 4 +- src/IconPublishRoundedFilled.tsx | 4 +- src/IconPublishSharp.tsx | 4 +- src/IconPublishSharpFilled.tsx | 4 +- src/IconPublishedWithChangesOutlined.tsx | 4 +- ...IconPublishedWithChangesOutlinedFilled.tsx | 4 +- src/IconPublishedWithChangesRounded.tsx | 6 +- src/IconPublishedWithChangesRoundedFilled.tsx | 4 +- src/IconPublishedWithChangesSharp.tsx | 6 +- src/IconPublishedWithChangesSharpFilled.tsx | 4 +- src/IconPulmonologyOutlined.tsx | 4 +- src/IconPulmonologyOutlinedFilled.tsx | 6 +- src/IconPulmonologyRounded.tsx | 4 +- src/IconPulmonologyRoundedFilled.tsx | 6 +- src/IconPulmonologySharp.tsx | 4 +- src/IconPulmonologySharpFilled.tsx | 6 +- src/IconPulseAlertOutlined.tsx | 4 +- src/IconPulseAlertOutlinedFilled.tsx | 6 +- src/IconPulseAlertRounded.tsx | 4 +- src/IconPulseAlertRoundedFilled.tsx | 6 +- src/IconPulseAlertSharp.tsx | 4 +- src/IconPulseAlertSharpFilled.tsx | 6 +- src/IconPunchClockOutlined.tsx | 4 +- src/IconPunchClockOutlinedFilled.tsx | 6 +- src/IconPunchClockRounded.tsx | 4 +- src/IconPunchClockRoundedFilled.tsx | 6 +- src/IconPunchClockSharp.tsx | 4 +- src/IconPunchClockSharpFilled.tsx | 6 +- src/IconQrCode2AddOutlined.tsx | 4 +- src/IconQrCode2AddOutlinedFilled.tsx | 6 +- src/IconQrCode2AddRounded.tsx | 4 +- src/IconQrCode2AddRoundedFilled.tsx | 6 +- src/IconQrCode2AddSharp.tsx | 4 +- src/IconQrCode2AddSharpFilled.tsx | 6 +- src/IconQrCode2Outlined.tsx | 4 +- src/IconQrCode2OutlinedFilled.tsx | 6 +- src/IconQrCode2Rounded.tsx | 4 +- src/IconQrCode2RoundedFilled.tsx | 4 +- src/IconQrCode2Sharp.tsx | 4 +- src/IconQrCode2SharpFilled.tsx | 4 +- src/IconQrCodeOutlined.tsx | 4 +- src/IconQrCodeOutlinedFilled.tsx | 4 +- src/IconQrCodeRounded.tsx | 4 +- src/IconQrCodeRoundedFilled.tsx | 4 +- src/IconQrCodeScannerOutlined.tsx | 6 +- src/IconQrCodeScannerOutlinedFilled.tsx | 6 +- src/IconQrCodeScannerRounded.tsx | 4 +- src/IconQrCodeScannerRoundedFilled.tsx | 6 +- src/IconQrCodeScannerSharp.tsx | 4 +- src/IconQrCodeScannerSharpFilled.tsx | 6 +- src/IconQrCodeSharp.tsx | 4 +- src/IconQrCodeSharpFilled.tsx | 4 +- src/IconQueryStatsOutlined.tsx | 4 +- src/IconQueryStatsOutlinedFilled.tsx | 6 +- src/IconQueryStatsRounded.tsx | 4 +- src/IconQueryStatsRoundedFilled.tsx | 6 +- src/IconQueryStatsSharp.tsx | 4 +- src/IconQueryStatsSharpFilled.tsx | 6 +- src/IconQuestionExchangeOutlined.tsx | 6 +- src/IconQuestionExchangeOutlinedFilled.tsx | 4 +- src/IconQuestionExchangeRounded.tsx | 6 +- src/IconQuestionExchangeRoundedFilled.tsx | 4 +- src/IconQuestionExchangeSharp.tsx | 6 +- src/IconQuestionExchangeSharpFilled.tsx | 6 +- src/IconQuestionMarkOutlined.tsx | 4 +- src/IconQuestionMarkOutlinedFilled.tsx | 6 +- src/IconQuestionMarkRounded.tsx | 4 +- src/IconQuestionMarkRoundedFilled.tsx | 6 +- src/IconQuestionMarkSharp.tsx | 4 +- src/IconQuestionMarkSharpFilled.tsx | 6 +- src/IconQueueMusicOutlined.tsx | 4 +- src/IconQueueMusicOutlinedFilled.tsx | 6 +- src/IconQueueMusicRounded.tsx | 4 +- src/IconQueueMusicRoundedFilled.tsx | 6 +- src/IconQueueMusicSharp.tsx | 4 +- src/IconQueueMusicSharpFilled.tsx | 6 +- src/IconQueuePlayNextOutlined.tsx | 6 +- src/IconQueuePlayNextOutlinedFilled.tsx | 6 +- src/IconQueuePlayNextRounded.tsx | 4 +- src/IconQueuePlayNextRoundedFilled.tsx | 6 +- src/IconQueuePlayNextSharp.tsx | 4 +- src/IconQueuePlayNextSharpFilled.tsx | 6 +- src/IconQuickPhrasesOutlined.tsx | 4 +- src/IconQuickPhrasesOutlinedFilled.tsx | 6 +- src/IconQuickPhrasesRounded.tsx | 4 +- src/IconQuickPhrasesRoundedFilled.tsx | 6 +- src/IconQuickPhrasesSharp.tsx | 4 +- src/IconQuickPhrasesSharpFilled.tsx | 6 +- src/IconQuickReferenceAllOutlined.tsx | 6 +- src/IconQuickReferenceAllOutlinedFilled.tsx | 4 +- src/IconQuickReferenceAllRounded.tsx | 6 +- src/IconQuickReferenceAllRoundedFilled.tsx | 4 +- src/IconQuickReferenceAllSharp.tsx | 6 +- src/IconQuickReferenceAllSharpFilled.tsx | 4 +- src/IconQuickReferenceOutlined.tsx | 6 +- src/IconQuickReferenceOutlinedFilled.tsx | 4 +- src/IconQuickReferenceRounded.tsx | 6 +- src/IconQuickReferenceRoundedFilled.tsx | 6 +- src/IconQuickReferenceSharp.tsx | 4 +- src/IconQuickReferenceSharpFilled.tsx | 6 +- src/IconQuickReorderOutlined.tsx | 4 +- src/IconQuickReorderOutlinedFilled.tsx | 6 +- src/IconQuickReorderRounded.tsx | 4 +- src/IconQuickReorderRoundedFilled.tsx | 6 +- src/IconQuickReorderSharp.tsx | 4 +- src/IconQuickReorderSharpFilled.tsx | 6 +- src/IconQuickreplyOutlined.tsx | 4 +- src/IconQuickreplyOutlinedFilled.tsx | 6 +- src/IconQuickreplyRounded.tsx | 4 +- src/IconQuickreplyRoundedFilled.tsx | 6 +- src/IconQuickreplySharp.tsx | 4 +- src/IconQuickreplySharpFilled.tsx | 6 +- src/IconQuizOutlined.tsx | 4 +- src/IconQuizOutlinedFilled.tsx | 4 +- src/IconQuizRounded.tsx | 4 +- src/IconQuizRoundedFilled.tsx | 4 +- src/IconQuizSharp.tsx | 4 +- src/IconQuizSharpFilled.tsx | 4 +- src/IconRMobiledataOutlined.tsx | 4 +- src/IconRMobiledataOutlinedFilled.tsx | 6 +- src/IconRMobiledataRounded.tsx | 4 +- src/IconRMobiledataRoundedFilled.tsx | 6 +- src/IconRMobiledataSharp.tsx | 4 +- src/IconRMobiledataSharpFilled.tsx | 6 +- src/IconRadarOutlined.tsx | 4 +- src/IconRadarOutlinedFilled.tsx | 4 +- src/IconRadarRounded.tsx | 4 +- src/IconRadarRoundedFilled.tsx | 4 +- src/IconRadarSharp.tsx | 4 +- src/IconRadarSharpFilled.tsx | 4 +- src/IconRadioButtonCheckedOutlined.tsx | 6 +- src/IconRadioButtonCheckedOutlinedFilled.tsx | 4 +- src/IconRadioButtonCheckedRounded.tsx | 6 +- src/IconRadioButtonCheckedRoundedFilled.tsx | 4 +- src/IconRadioButtonCheckedSharp.tsx | 6 +- src/IconRadioButtonCheckedSharpFilled.tsx | 4 +- src/IconRadioButtonPartialOutlined.tsx | 6 +- src/IconRadioButtonPartialOutlinedFilled.tsx | 4 +- src/IconRadioButtonPartialRounded.tsx | 6 +- src/IconRadioButtonPartialRoundedFilled.tsx | 4 +- src/IconRadioButtonPartialSharp.tsx | 6 +- src/IconRadioButtonPartialSharpFilled.tsx | 4 +- src/IconRadioButtonUncheckedOutlined.tsx | 4 +- ...IconRadioButtonUncheckedOutlinedFilled.tsx | 4 +- src/IconRadioButtonUncheckedRounded.tsx | 6 +- src/IconRadioButtonUncheckedRoundedFilled.tsx | 4 +- src/IconRadioButtonUncheckedSharp.tsx | 6 +- src/IconRadioButtonUncheckedSharpFilled.tsx | 4 +- src/IconRadioOutlined.tsx | 4 +- src/IconRadioOutlinedFilled.tsx | 4 +- src/IconRadioRounded.tsx | 4 +- src/IconRadioRoundedFilled.tsx | 4 +- src/IconRadioSharp.tsx | 4 +- src/IconRadioSharpFilled.tsx | 4 +- src/IconRadiologyOutlined.tsx | 4 +- src/IconRadiologyOutlinedFilled.tsx | 6 +- src/IconRadiologyRounded.tsx | 4 +- src/IconRadiologyRoundedFilled.tsx | 6 +- src/IconRadiologySharp.tsx | 4 +- src/IconRadiologySharpFilled.tsx | 4 +- src/IconRailwayAlert2Outlined.tsx | 6 +- src/IconRailwayAlert2OutlinedFilled.tsx | 6 +- src/IconRailwayAlert2Rounded.tsx | 4 +- src/IconRailwayAlert2RoundedFilled.tsx | 6 +- src/IconRailwayAlert2Sharp.tsx | 4 +- src/IconRailwayAlert2SharpFilled.tsx | 6 +- src/IconRailwayAlertOutlined.tsx | 4 +- src/IconRailwayAlertOutlinedFilled.tsx | 6 +- src/IconRailwayAlertRounded.tsx | 4 +- src/IconRailwayAlertRoundedFilled.tsx | 6 +- src/IconRailwayAlertSharp.tsx | 4 +- src/IconRailwayAlertSharpFilled.tsx | 6 +- src/IconRainyHeavyOutlined.tsx | 4 +- src/IconRainyHeavyOutlinedFilled.tsx | 6 +- src/IconRainyHeavyRounded.tsx | 4 +- src/IconRainyHeavyRoundedFilled.tsx | 6 +- src/IconRainyHeavySharp.tsx | 4 +- src/IconRainyHeavySharpFilled.tsx | 6 +- src/IconRainyLightOutlined.tsx | 4 +- src/IconRainyLightOutlinedFilled.tsx | 6 +- src/IconRainyLightRounded.tsx | 4 +- src/IconRainyLightRoundedFilled.tsx | 6 +- src/IconRainyLightSharp.tsx | 4 +- src/IconRainyLightSharpFilled.tsx | 6 +- src/IconRainyOutlined.tsx | 4 +- src/IconRainyOutlinedFilled.tsx | 4 +- src/IconRainyRounded.tsx | 4 +- src/IconRainyRoundedFilled.tsx | 4 +- src/IconRainySharp.tsx | 4 +- src/IconRainySharpFilled.tsx | 4 +- src/IconRainySnowOutlined.tsx | 4 +- src/IconRainySnowOutlinedFilled.tsx | 6 +- src/IconRainySnowRounded.tsx | 4 +- src/IconRainySnowRoundedFilled.tsx | 6 +- src/IconRainySnowSharp.tsx | 4 +- src/IconRainySnowSharpFilled.tsx | 4 +- src/IconRamenDiningOutlined.tsx | 4 +- src/IconRamenDiningOutlinedFilled.tsx | 6 +- src/IconRamenDiningRounded.tsx | 4 +- src/IconRamenDiningRoundedFilled.tsx | 6 +- src/IconRamenDiningSharp.tsx | 4 +- src/IconRamenDiningSharpFilled.tsx | 6 +- src/IconRampLeftOutlined.tsx | 4 +- src/IconRampLeftOutlinedFilled.tsx | 6 +- src/IconRampLeftRounded.tsx | 4 +- src/IconRampLeftRoundedFilled.tsx | 6 +- src/IconRampLeftSharp.tsx | 4 +- src/IconRampLeftSharpFilled.tsx | 4 +- src/IconRampRightOutlined.tsx | 4 +- src/IconRampRightOutlinedFilled.tsx | 6 +- src/IconRampRightRounded.tsx | 4 +- src/IconRampRightRoundedFilled.tsx | 6 +- src/IconRampRightSharp.tsx | 4 +- src/IconRampRightSharpFilled.tsx | 4 +- src/IconRangeHoodOutlined.tsx | 4 +- src/IconRangeHoodOutlinedFilled.tsx | 6 +- src/IconRangeHoodRounded.tsx | 4 +- src/IconRangeHoodRoundedFilled.tsx | 6 +- src/IconRangeHoodSharp.tsx | 4 +- src/IconRangeHoodSharpFilled.tsx | 4 +- src/IconRateReviewOutlined.tsx | 4 +- src/IconRateReviewOutlinedFilled.tsx | 6 +- src/IconRateReviewRounded.tsx | 4 +- src/IconRateReviewRoundedFilled.tsx | 6 +- src/IconRateReviewSharp.tsx | 4 +- src/IconRateReviewSharpFilled.tsx | 6 +- src/IconRavenOutlined.tsx | 4 +- src/IconRavenOutlinedFilled.tsx | 4 +- src/IconRavenRounded.tsx | 4 +- src/IconRavenRoundedFilled.tsx | 4 +- src/IconRavenSharp.tsx | 4 +- src/IconRavenSharpFilled.tsx | 4 +- src/IconRawOffOutlined.tsx | 4 +- src/IconRawOffOutlinedFilled.tsx | 4 +- src/IconRawOffRounded.tsx | 4 +- src/IconRawOffRoundedFilled.tsx | 4 +- src/IconRawOffSharp.tsx | 4 +- src/IconRawOffSharpFilled.tsx | 4 +- src/IconRawOnOutlined.tsx | 4 +- src/IconRawOnOutlinedFilled.tsx | 4 +- src/IconRawOnRounded.tsx | 4 +- src/IconRawOnRoundedFilled.tsx | 4 +- src/IconRawOnSharp.tsx | 4 +- src/IconRawOnSharpFilled.tsx | 4 +- src/IconReadMoreOutlined.tsx | 4 +- src/IconReadMoreOutlinedFilled.tsx | 6 +- src/IconReadMoreRounded.tsx | 4 +- src/IconReadMoreRoundedFilled.tsx | 6 +- src/IconReadMoreSharp.tsx | 4 +- src/IconReadMoreSharpFilled.tsx | 4 +- src/IconReadinessScoreOutlined.tsx | 6 +- src/IconReadinessScoreOutlinedFilled.tsx | 4 +- src/IconReadinessScoreRounded.tsx | 6 +- src/IconReadinessScoreRoundedFilled.tsx | 6 +- src/IconReadinessScoreSharp.tsx | 4 +- src/IconReadinessScoreSharpFilled.tsx | 6 +- src/IconRealEstateAgentOutlined.tsx | 6 +- src/IconRealEstateAgentOutlinedFilled.tsx | 4 +- src/IconRealEstateAgentRounded.tsx | 6 +- src/IconRealEstateAgentRoundedFilled.tsx | 4 +- src/IconRealEstateAgentSharp.tsx | 4 +- src/IconRealEstateAgentSharpFilled.tsx | 6 +- src/IconRearCameraOutlined.tsx | 4 +- src/IconRearCameraOutlinedFilled.tsx | 6 +- src/IconRearCameraRounded.tsx | 4 +- src/IconRearCameraRoundedFilled.tsx | 6 +- src/IconRearCameraSharp.tsx | 4 +- src/IconRearCameraSharpFilled.tsx | 6 +- src/IconRebaseEditOutlined.tsx | 4 +- src/IconRebaseEditOutlinedFilled.tsx | 6 +- src/IconRebaseEditRounded.tsx | 4 +- src/IconRebaseEditRoundedFilled.tsx | 6 +- src/IconRebaseEditSharp.tsx | 4 +- src/IconRebaseEditSharpFilled.tsx | 6 +- src/IconRebaseOutlined.tsx | 4 +- src/IconRebaseOutlinedFilled.tsx | 4 +- src/IconRebaseRounded.tsx | 4 +- src/IconRebaseRoundedFilled.tsx | 4 +- src/IconRebaseSharp.tsx | 4 +- src/IconRebaseSharpFilled.tsx | 4 +- src/IconReceiptLongOffOutlined.tsx | 6 +- src/IconReceiptLongOffOutlinedFilled.tsx | 4 +- src/IconReceiptLongOffRounded.tsx | 6 +- src/IconReceiptLongOffRoundedFilled.tsx | 6 +- src/IconReceiptLongOffSharp.tsx | 4 +- src/IconReceiptLongOffSharpFilled.tsx | 6 +- src/IconReceiptLongOutlined.tsx | 4 +- src/IconReceiptLongOutlinedFilled.tsx | 6 +- src/IconReceiptLongRounded.tsx | 4 +- src/IconReceiptLongRoundedFilled.tsx | 6 +- src/IconReceiptLongSharp.tsx | 4 +- src/IconReceiptLongSharpFilled.tsx | 6 +- src/IconReceiptOutlined.tsx | 4 +- src/IconReceiptOutlinedFilled.tsx | 6 +- src/IconReceiptRounded.tsx | 4 +- src/IconReceiptRoundedFilled.tsx | 4 +- src/IconReceiptSharp.tsx | 4 +- src/IconReceiptSharpFilled.tsx | 4 +- src/IconRecentActorsOutlined.tsx | 4 +- src/IconRecentActorsOutlinedFilled.tsx | 6 +- src/IconRecentActorsRounded.tsx | 4 +- src/IconRecentActorsRoundedFilled.tsx | 6 +- src/IconRecentActorsSharp.tsx | 4 +- src/IconRecentActorsSharpFilled.tsx | 6 +- src/IconRecentPatientOutlined.tsx | 6 +- src/IconRecentPatientOutlinedFilled.tsx | 6 +- src/IconRecentPatientRounded.tsx | 4 +- src/IconRecentPatientRoundedFilled.tsx | 6 +- src/IconRecentPatientSharp.tsx | 4 +- src/IconRecentPatientSharpFilled.tsx | 6 +- src/IconRecenterOutlined.tsx | 4 +- src/IconRecenterOutlinedFilled.tsx | 6 +- src/IconRecenterRounded.tsx | 4 +- src/IconRecenterRoundedFilled.tsx | 6 +- src/IconRecenterSharp.tsx | 4 +- src/IconRecenterSharpFilled.tsx | 4 +- src/IconRecommendOutlined.tsx | 4 +- src/IconRecommendOutlinedFilled.tsx | 6 +- src/IconRecommendRounded.tsx | 4 +- src/IconRecommendRoundedFilled.tsx | 6 +- src/IconRecommendSharp.tsx | 4 +- src/IconRecommendSharpFilled.tsx | 4 +- src/IconRecordVoiceOverOutlined.tsx | 6 +- src/IconRecordVoiceOverOutlinedFilled.tsx | 4 +- src/IconRecordVoiceOverRounded.tsx | 6 +- src/IconRecordVoiceOverRoundedFilled.tsx | 4 +- src/IconRecordVoiceOverSharp.tsx | 4 +- src/IconRecordVoiceOverSharpFilled.tsx | 6 +- src/IconRectangleOutlined.tsx | 4 +- src/IconRectangleOutlinedFilled.tsx | 6 +- src/IconRectangleRounded.tsx | 4 +- src/IconRectangleRoundedFilled.tsx | 6 +- src/IconRectangleSharp.tsx | 4 +- src/IconRectangleSharpFilled.tsx | 4 +- src/IconRecyclingOutlined.tsx | 4 +- src/IconRecyclingOutlinedFilled.tsx | 6 +- src/IconRecyclingRounded.tsx | 4 +- src/IconRecyclingRoundedFilled.tsx | 6 +- src/IconRecyclingSharp.tsx | 4 +- src/IconRecyclingSharpFilled.tsx | 4 +- src/IconRedeemOutlined.tsx | 4 +- src/IconRedeemOutlinedFilled.tsx | 4 +- src/IconRedeemRounded.tsx | 4 +- src/IconRedeemRoundedFilled.tsx | 4 +- src/IconRedeemSharp.tsx | 4 +- src/IconRedeemSharpFilled.tsx | 4 +- src/IconRedoOutlined.tsx | 4 +- src/IconRedoOutlinedFilled.tsx | 4 +- src/IconRedoRounded.tsx | 4 +- src/IconRedoRoundedFilled.tsx | 4 +- src/IconRedoSharp.tsx | 4 +- src/IconRedoSharpFilled.tsx | 4 +- src/IconReduceCapacityOutlined.tsx | 6 +- src/IconReduceCapacityOutlinedFilled.tsx | 4 +- src/IconReduceCapacityRounded.tsx | 6 +- src/IconReduceCapacityRoundedFilled.tsx | 6 +- src/IconReduceCapacitySharp.tsx | 4 +- src/IconReduceCapacitySharpFilled.tsx | 6 +- src/IconRefreshOutlined.tsx | 4 +- src/IconRefreshOutlinedFilled.tsx | 6 +- src/IconRefreshRounded.tsx | 4 +- src/IconRefreshRoundedFilled.tsx | 4 +- src/IconRefreshSharp.tsx | 4 +- src/IconRefreshSharpFilled.tsx | 4 +- src/IconRegularExpressionOutlined.tsx | 6 +- src/IconRegularExpressionOutlinedFilled.tsx | 4 +- src/IconRegularExpressionRounded.tsx | 6 +- src/IconRegularExpressionRoundedFilled.tsx | 4 +- src/IconRegularExpressionSharp.tsx | 6 +- src/IconRegularExpressionSharpFilled.tsx | 4 +- src/IconRelaxOutlined.tsx | 4 +- src/IconRelaxOutlinedFilled.tsx | 4 +- src/IconRelaxRounded.tsx | 4 +- src/IconRelaxRoundedFilled.tsx | 4 +- src/IconRelaxSharp.tsx | 4 +- src/IconRelaxSharpFilled.tsx | 4 +- src/IconReleaseAlertOutlined.tsx | 4 +- src/IconReleaseAlertOutlinedFilled.tsx | 6 +- src/IconReleaseAlertRounded.tsx | 4 +- src/IconReleaseAlertRoundedFilled.tsx | 6 +- src/IconReleaseAlertSharp.tsx | 4 +- src/IconReleaseAlertSharpFilled.tsx | 6 +- src/IconRememberMeOutlined.tsx | 4 +- src/IconRememberMeOutlinedFilled.tsx | 6 +- src/IconRememberMeRounded.tsx | 4 +- src/IconRememberMeRoundedFilled.tsx | 6 +- src/IconRememberMeSharp.tsx | 4 +- src/IconRememberMeSharpFilled.tsx | 6 +- src/IconReminderOutlined.tsx | 4 +- src/IconReminderOutlinedFilled.tsx | 6 +- src/IconReminderRounded.tsx | 4 +- src/IconReminderRoundedFilled.tsx | 6 +- src/IconReminderSharp.tsx | 4 +- src/IconReminderSharpFilled.tsx | 4 +- src/IconRemoteGenOutlined.tsx | 4 +- src/IconRemoteGenOutlinedFilled.tsx | 6 +- src/IconRemoteGenRounded.tsx | 4 +- src/IconRemoteGenRoundedFilled.tsx | 6 +- src/IconRemoteGenSharp.tsx | 4 +- src/IconRemoteGenSharpFilled.tsx | 4 +- src/IconRemoveDoneOutlined.tsx | 4 +- src/IconRemoveDoneOutlinedFilled.tsx | 6 +- src/IconRemoveDoneRounded.tsx | 4 +- src/IconRemoveDoneRoundedFilled.tsx | 6 +- src/IconRemoveDoneSharp.tsx | 4 +- src/IconRemoveDoneSharpFilled.tsx | 6 +- src/IconRemoveFromQueueOutlined.tsx | 6 +- src/IconRemoveFromQueueOutlinedFilled.tsx | 4 +- src/IconRemoveFromQueueRounded.tsx | 6 +- src/IconRemoveFromQueueRoundedFilled.tsx | 4 +- src/IconRemoveFromQueueSharp.tsx | 4 +- src/IconRemoveFromQueueSharpFilled.tsx | 6 +- src/IconRemoveModeratorOutlined.tsx | 6 +- src/IconRemoveModeratorOutlinedFilled.tsx | 4 +- src/IconRemoveModeratorRounded.tsx | 6 +- src/IconRemoveModeratorRoundedFilled.tsx | 4 +- src/IconRemoveModeratorSharp.tsx | 4 +- src/IconRemoveModeratorSharpFilled.tsx | 6 +- src/IconRemoveOutlined.tsx | 4 +- src/IconRemoveOutlinedFilled.tsx | 4 +- src/IconRemoveRoadOutlined.tsx | 4 +- src/IconRemoveRoadOutlinedFilled.tsx | 6 +- src/IconRemoveRoadRounded.tsx | 4 +- src/IconRemoveRoadRoundedFilled.tsx | 6 +- src/IconRemoveRoadSharp.tsx | 4 +- src/IconRemoveRoadSharpFilled.tsx | 6 +- src/IconRemoveRounded.tsx | 4 +- src/IconRemoveRoundedFilled.tsx | 4 +- src/IconRemoveSelectionOutlined.tsx | 6 +- src/IconRemoveSelectionOutlinedFilled.tsx | 4 +- src/IconRemoveSelectionRounded.tsx | 6 +- src/IconRemoveSelectionRoundedFilled.tsx | 4 +- src/IconRemoveSelectionSharp.tsx | 4 +- src/IconRemoveSelectionSharpFilled.tsx | 6 +- src/IconRemoveSharp.tsx | 4 +- src/IconRemoveSharpFilled.tsx | 4 +- src/IconRemoveShoppingCartOutlined.tsx | 6 +- src/IconRemoveShoppingCartOutlinedFilled.tsx | 4 +- src/IconRemoveShoppingCartRounded.tsx | 6 +- src/IconRemoveShoppingCartRoundedFilled.tsx | 4 +- src/IconRemoveShoppingCartSharp.tsx | 6 +- src/IconRemoveShoppingCartSharpFilled.tsx | 4 +- src/IconReopenWindowOutlined.tsx | 4 +- src/IconReopenWindowOutlinedFilled.tsx | 6 +- src/IconReopenWindowRounded.tsx | 4 +- src/IconReopenWindowRoundedFilled.tsx | 6 +- src/IconReopenWindowSharp.tsx | 4 +- src/IconReopenWindowSharpFilled.tsx | 6 +- src/IconReorderOutlined.tsx | 4 +- src/IconReorderOutlinedFilled.tsx | 6 +- src/IconReorderRounded.tsx | 4 +- src/IconReorderRoundedFilled.tsx | 4 +- src/IconReorderSharp.tsx | 4 +- src/IconReorderSharpFilled.tsx | 4 +- src/IconRepartitionOutlined.tsx | 4 +- src/IconRepartitionOutlinedFilled.tsx | 6 +- src/IconRepartitionRounded.tsx | 4 +- src/IconRepartitionRoundedFilled.tsx | 6 +- src/IconRepartitionSharp.tsx | 4 +- src/IconRepartitionSharpFilled.tsx | 6 +- src/IconRepeatOnOutlined.tsx | 4 +- src/IconRepeatOnOutlinedFilled.tsx | 6 +- src/IconRepeatOnRounded.tsx | 4 +- src/IconRepeatOnRoundedFilled.tsx | 6 +- src/IconRepeatOnSharp.tsx | 4 +- src/IconRepeatOnSharpFilled.tsx | 4 +- src/IconRepeatOneOnOutlined.tsx | 4 +- src/IconRepeatOneOnOutlinedFilled.tsx | 6 +- src/IconRepeatOneOnRounded.tsx | 4 +- src/IconRepeatOneOnRoundedFilled.tsx | 6 +- src/IconRepeatOneOnSharp.tsx | 4 +- src/IconRepeatOneOnSharpFilled.tsx | 6 +- src/IconRepeatOneOutlined.tsx | 4 +- src/IconRepeatOneOutlinedFilled.tsx | 6 +- src/IconRepeatOneRounded.tsx | 4 +- src/IconRepeatOneRoundedFilled.tsx | 6 +- src/IconRepeatOneSharp.tsx | 4 +- src/IconRepeatOneSharpFilled.tsx | 4 +- src/IconRepeatOutlined.tsx | 4 +- src/IconRepeatOutlinedFilled.tsx | 4 +- src/IconRepeatRounded.tsx | 4 +- src/IconRepeatRoundedFilled.tsx | 4 +- src/IconRepeatSharp.tsx | 4 +- src/IconRepeatSharpFilled.tsx | 4 +- src/IconReplaceAudioOutlined.tsx | 4 +- src/IconReplaceAudioOutlinedFilled.tsx | 6 +- src/IconReplaceAudioRounded.tsx | 4 +- src/IconReplaceAudioRoundedFilled.tsx | 6 +- src/IconReplaceAudioSharp.tsx | 4 +- src/IconReplaceAudioSharpFilled.tsx | 6 +- src/IconReplaceImageOutlined.tsx | 4 +- src/IconReplaceImageOutlinedFilled.tsx | 6 +- src/IconReplaceImageRounded.tsx | 4 +- src/IconReplaceImageRoundedFilled.tsx | 6 +- src/IconReplaceImageSharp.tsx | 4 +- src/IconReplaceImageSharpFilled.tsx | 6 +- src/IconReplaceVideoOutlined.tsx | 4 +- src/IconReplaceVideoOutlinedFilled.tsx | 6 +- src/IconReplaceVideoRounded.tsx | 4 +- src/IconReplaceVideoRoundedFilled.tsx | 6 +- src/IconReplaceVideoSharp.tsx | 4 +- src/IconReplaceVideoSharpFilled.tsx | 6 +- src/IconReplay10Outlined.tsx | 4 +- src/IconReplay10OutlinedFilled.tsx | 6 +- src/IconReplay10Rounded.tsx | 4 +- src/IconReplay10RoundedFilled.tsx | 6 +- src/IconReplay10Sharp.tsx | 4 +- src/IconReplay10SharpFilled.tsx | 4 +- src/IconReplay30Outlined.tsx | 4 +- src/IconReplay30OutlinedFilled.tsx | 6 +- src/IconReplay30Rounded.tsx | 4 +- src/IconReplay30RoundedFilled.tsx | 6 +- src/IconReplay30Sharp.tsx | 4 +- src/IconReplay30SharpFilled.tsx | 4 +- src/IconReplay5Outlined.tsx | 4 +- src/IconReplay5OutlinedFilled.tsx | 6 +- src/IconReplay5Rounded.tsx | 4 +- src/IconReplay5RoundedFilled.tsx | 4 +- src/IconReplay5Sharp.tsx | 4 +- src/IconReplay5SharpFilled.tsx | 4 +- src/IconReplayOutlined.tsx | 4 +- src/IconReplayOutlinedFilled.tsx | 4 +- src/IconReplayRounded.tsx | 4 +- src/IconReplayRoundedFilled.tsx | 4 +- src/IconReplaySharp.tsx | 4 +- src/IconReplaySharpFilled.tsx | 4 +- src/IconReplyAllOutlined.tsx | 4 +- src/IconReplyAllOutlinedFilled.tsx | 6 +- src/IconReplyAllRounded.tsx | 4 +- src/IconReplyAllRoundedFilled.tsx | 6 +- src/IconReplyAllSharp.tsx | 4 +- src/IconReplyAllSharpFilled.tsx | 4 +- src/IconReplyOutlined.tsx | 4 +- src/IconReplyOutlinedFilled.tsx | 4 +- src/IconReplyRounded.tsx | 11 - src/IconReplyRoundedFilled.tsx | 4 +- src/IconReplySharp.tsx | 4 +- src/IconReplySharpFilled.tsx | 4 +- src/IconReportOffOutlined.tsx | 4 +- src/IconReportOffOutlinedFilled.tsx | 6 +- src/IconReportOffRounded.tsx | 4 +- src/IconReportOffRoundedFilled.tsx | 6 +- src/IconReportOffSharp.tsx | 4 +- src/IconReportOffSharpFilled.tsx | 4 +- src/IconReportOutlined.tsx | 4 +- src/IconReportOutlinedFilled.tsx | 4 +- src/IconReportRounded.tsx | 4 +- src/IconReportRoundedFilled.tsx | 4 +- src/IconReportSharp.tsx | 4 +- src/IconReportSharpFilled.tsx | 4 +- src/IconRequestPageOutlined.tsx | 4 +- src/IconRequestPageOutlinedFilled.tsx | 6 +- src/IconRequestPageRounded.tsx | 4 +- src/IconRequestPageRoundedFilled.tsx | 6 +- src/IconRequestPageSharp.tsx | 4 +- src/IconRequestPageSharpFilled.tsx | 6 +- src/IconRequestQuoteOutlined.tsx | 4 +- src/IconRequestQuoteOutlinedFilled.tsx | 6 +- src/IconRequestQuoteRounded.tsx | 4 +- src/IconRequestQuoteRoundedFilled.tsx | 6 +- src/IconRequestQuoteSharp.tsx | 4 +- src/IconRequestQuoteSharpFilled.tsx | 6 +- src/IconResetBrightnessOutlined.tsx | 6 +- src/IconResetBrightnessOutlinedFilled.tsx | 4 +- src/IconResetBrightnessRounded.tsx | 6 +- src/IconResetBrightnessRoundedFilled.tsx | 4 +- src/IconResetBrightnessSharp.tsx | 4 +- src/IconResetBrightnessSharpFilled.tsx | 6 +- src/IconResetFocusOutlined.tsx | 4 +- src/IconResetFocusOutlinedFilled.tsx | 6 +- src/IconResetFocusRounded.tsx | 4 +- src/IconResetFocusRoundedFilled.tsx | 6 +- src/IconResetFocusSharp.tsx | 4 +- src/IconResetFocusSharpFilled.tsx | 6 +- src/IconResetImageOutlined.tsx | 4 +- src/IconResetImageOutlinedFilled.tsx | 6 +- src/IconResetImageRounded.tsx | 4 +- src/IconResetImageRoundedFilled.tsx | 6 +- src/IconResetImageSharp.tsx | 4 +- src/IconResetImageSharpFilled.tsx | 6 +- src/IconResetIsoOutlined.tsx | 4 +- src/IconResetIsoOutlinedFilled.tsx | 6 +- src/IconResetIsoRounded.tsx | 4 +- src/IconResetIsoRoundedFilled.tsx | 6 +- src/IconResetIsoSharp.tsx | 4 +- src/IconResetIsoSharpFilled.tsx | 4 +- src/IconResetSettingsOutlined.tsx | 6 +- src/IconResetSettingsOutlinedFilled.tsx | 6 +- src/IconResetSettingsRounded.tsx | 4 +- src/IconResetSettingsRoundedFilled.tsx | 6 +- src/IconResetSettingsSharp.tsx | 4 +- src/IconResetSettingsSharpFilled.tsx | 6 +- src/IconResetShadowOutlined.tsx | 4 +- src/IconResetShadowOutlinedFilled.tsx | 6 +- src/IconResetShadowRounded.tsx | 4 +- src/IconResetShadowRoundedFilled.tsx | 6 +- src/IconResetShadowSharp.tsx | 4 +- src/IconResetShadowSharpFilled.tsx | 6 +- src/IconResetShutterSpeedOutlined.tsx | 6 +- src/IconResetShutterSpeedOutlinedFilled.tsx | 4 +- src/IconResetShutterSpeedRounded.tsx | 6 +- src/IconResetShutterSpeedRoundedFilled.tsx | 4 +- src/IconResetShutterSpeedSharp.tsx | 6 +- src/IconResetShutterSpeedSharpFilled.tsx | 4 +- src/IconResetTvOutlined.tsx | 4 +- src/IconResetTvOutlinedFilled.tsx | 6 +- src/IconResetTvRounded.tsx | 4 +- src/IconResetTvRoundedFilled.tsx | 4 +- src/IconResetTvSharp.tsx | 4 +- src/IconResetTvSharpFilled.tsx | 4 +- src/IconResetWhiteBalanceOutlined.tsx | 6 +- src/IconResetWhiteBalanceOutlinedFilled.tsx | 4 +- src/IconResetWhiteBalanceRounded.tsx | 6 +- src/IconResetWhiteBalanceRoundedFilled.tsx | 4 +- src/IconResetWhiteBalanceSharp.tsx | 6 +- src/IconResetWhiteBalanceSharpFilled.tsx | 4 +- src/IconResetWrenchOutlined.tsx | 4 +- src/IconResetWrenchOutlinedFilled.tsx | 6 +- src/IconResetWrenchRounded.tsx | 4 +- src/IconResetWrenchRoundedFilled.tsx | 6 +- src/IconResetWrenchSharp.tsx | 4 +- src/IconResetWrenchSharpFilled.tsx | 6 +- src/IconResizeOutlined.tsx | 4 +- src/IconResizeOutlinedFilled.tsx | 4 +- src/IconResizeRounded.tsx | 4 +- src/IconResizeRoundedFilled.tsx | 4 +- src/IconResizeSharp.tsx | 4 +- src/IconResizeSharpFilled.tsx | 4 +- src/IconRespiratoryRateOutlined.tsx | 6 +- src/IconRespiratoryRateOutlinedFilled.tsx | 4 +- src/IconRespiratoryRateRounded.tsx | 6 +- src/IconRespiratoryRateRoundedFilled.tsx | 4 +- src/IconRespiratoryRateSharp.tsx | 4 +- src/IconRespiratoryRateSharpFilled.tsx | 6 +- src/IconResponsiveLayoutOutlined.tsx | 6 +- src/IconResponsiveLayoutOutlinedFilled.tsx | 4 +- src/IconResponsiveLayoutRounded.tsx | 6 +- src/IconResponsiveLayoutRoundedFilled.tsx | 4 +- src/IconResponsiveLayoutSharp.tsx | 6 +- src/IconResponsiveLayoutSharpFilled.tsx | 6 +- src/IconRestartAltOutlined.tsx | 4 +- src/IconRestartAltOutlinedFilled.tsx | 6 +- src/IconRestartAltRounded.tsx | 4 +- src/IconRestartAltRoundedFilled.tsx | 6 +- src/IconRestartAltSharp.tsx | 4 +- src/IconRestartAltSharpFilled.tsx | 6 +- src/IconRestaurantOutlined.tsx | 4 +- src/IconRestaurantOutlinedFilled.tsx | 6 +- src/IconRestaurantRounded.tsx | 4 +- src/IconRestaurantRoundedFilled.tsx | 6 +- src/IconRestaurantSharp.tsx | 4 +- src/IconRestaurantSharpFilled.tsx | 6 +- src/IconRestoreFromTrashOutlined.tsx | 6 +- src/IconRestoreFromTrashOutlinedFilled.tsx | 4 +- src/IconRestoreFromTrashRounded.tsx | 6 +- src/IconRestoreFromTrashRoundedFilled.tsx | 4 +- src/IconRestoreFromTrashSharp.tsx | 6 +- src/IconRestoreFromTrashSharpFilled.tsx | 6 +- src/IconRestorePageOutlined.tsx | 4 +- src/IconRestorePageOutlinedFilled.tsx | 6 +- src/IconRestorePageRounded.tsx | 4 +- src/IconRestorePageRoundedFilled.tsx | 6 +- src/IconRestorePageSharp.tsx | 4 +- src/IconRestorePageSharpFilled.tsx | 6 +- src/IconResumeOutlined.tsx | 4 +- src/IconResumeOutlinedFilled.tsx | 4 +- src/IconResumeRounded.tsx | 4 +- src/IconResumeRoundedFilled.tsx | 4 +- src/IconResumeSharp.tsx | 4 +- src/IconResumeSharpFilled.tsx | 4 +- src/IconReviewsOutlined.tsx | 4 +- src/IconReviewsOutlinedFilled.tsx | 6 +- src/IconReviewsRounded.tsx | 4 +- src/IconReviewsRoundedFilled.tsx | 4 +- src/IconReviewsSharp.tsx | 4 +- src/IconReviewsSharpFilled.tsx | 4 +- src/IconRewardedAdsOutlined.tsx | 4 +- src/IconRewardedAdsOutlinedFilled.tsx | 6 +- src/IconRewardedAdsRounded.tsx | 4 +- src/IconRewardedAdsRoundedFilled.tsx | 6 +- src/IconRewardedAdsSharp.tsx | 4 +- src/IconRewardedAdsSharpFilled.tsx | 6 +- src/IconRheumatologyOutlined.tsx | 4 +- src/IconRheumatologyOutlinedFilled.tsx | 6 +- src/IconRheumatologyRounded.tsx | 4 +- src/IconRheumatologyRoundedFilled.tsx | 6 +- src/IconRheumatologySharp.tsx | 4 +- src/IconRheumatologySharpFilled.tsx | 6 +- src/IconRibCageOutlined.tsx | 4 +- src/IconRibCageOutlinedFilled.tsx | 6 +- src/IconRibCageRounded.tsx | 4 +- src/IconRibCageRoundedFilled.tsx | 4 +- src/IconRibCageSharp.tsx | 4 +- src/IconRibCageSharpFilled.tsx | 4 +- src/IconRiceBowlOutlined.tsx | 4 +- src/IconRiceBowlOutlinedFilled.tsx | 6 +- src/IconRiceBowlRounded.tsx | 4 +- src/IconRiceBowlRoundedFilled.tsx | 6 +- src/IconRiceBowlSharp.tsx | 4 +- src/IconRiceBowlSharpFilled.tsx | 4 +- src/IconRightClickOutlined.tsx | 4 +- src/IconRightClickOutlinedFilled.tsx | 6 +- src/IconRightClickRounded.tsx | 4 +- src/IconRightClickRoundedFilled.tsx | 6 +- src/IconRightClickSharp.tsx | 4 +- src/IconRightClickSharpFilled.tsx | 6 +- src/IconRightPanelCloseOutlined.tsx | 6 +- src/IconRightPanelCloseOutlinedFilled.tsx | 4 +- src/IconRightPanelCloseRounded.tsx | 6 +- src/IconRightPanelCloseRoundedFilled.tsx | 4 +- src/IconRightPanelCloseSharp.tsx | 4 +- src/IconRightPanelCloseSharpFilled.tsx | 6 +- src/IconRightPanelOpenOutlined.tsx | 6 +- src/IconRightPanelOpenOutlinedFilled.tsx | 4 +- src/IconRightPanelOpenRounded.tsx | 6 +- src/IconRightPanelOpenRoundedFilled.tsx | 6 +- src/IconRightPanelOpenSharp.tsx | 4 +- src/IconRightPanelOpenSharpFilled.tsx | 6 +- src/IconRingVolumeOutlined.tsx | 4 +- src/IconRingVolumeOutlinedFilled.tsx | 6 +- src/IconRingVolumeRounded.tsx | 4 +- src/IconRingVolumeRoundedFilled.tsx | 6 +- src/IconRingVolumeSharp.tsx | 4 +- src/IconRingVolumeSharpFilled.tsx | 6 +- src/IconRipplesOutlined.tsx | 4 +- src/IconRipplesOutlinedFilled.tsx | 6 +- src/IconRipplesRounded.tsx | 4 +- src/IconRipplesRoundedFilled.tsx | 4 +- src/IconRipplesSharp.tsx | 4 +- src/IconRipplesSharpFilled.tsx | 4 +- src/IconRoadOutlined.tsx | 4 +- src/IconRoadOutlinedFilled.tsx | 4 +- src/IconRoadRounded.tsx | 4 +- src/IconRoadRoundedFilled.tsx | 4 +- src/IconRoadSharp.tsx | 4 +- src/IconRoadSharpFilled.tsx | 4 +- src/IconRobot2Outlined.tsx | 4 +- src/IconRobot2OutlinedFilled.tsx | 4 +- src/IconRobot2Rounded.tsx | 4 +- src/IconRobot2RoundedFilled.tsx | 4 +- src/IconRobot2Sharp.tsx | 4 +- src/IconRobot2SharpFilled.tsx | 4 +- src/IconRobotOutlined.tsx | 4 +- src/IconRobotOutlinedFilled.tsx | 4 +- src/IconRobotRounded.tsx | 4 +- src/IconRobotRoundedFilled.tsx | 4 +- src/IconRobotSharp.tsx | 4 +- src/IconRobotSharpFilled.tsx | 4 +- src/IconRocketLaunchOutlined.tsx | 4 +- src/IconRocketLaunchOutlinedFilled.tsx | 6 +- src/IconRocketLaunchRounded.tsx | 4 +- src/IconRocketLaunchRoundedFilled.tsx | 6 +- src/IconRocketLaunchSharp.tsx | 4 +- src/IconRocketLaunchSharpFilled.tsx | 6 +- src/IconRocketOutlined.tsx | 4 +- src/IconRocketOutlinedFilled.tsx | 4 +- src/IconRocketRounded.tsx | 4 +- src/IconRocketRoundedFilled.tsx | 4 +- src/IconRocketSharp.tsx | 4 +- src/IconRocketSharpFilled.tsx | 4 +- src/IconRollerShadesClosedOutlined.tsx | 6 +- src/IconRollerShadesClosedOutlinedFilled.tsx | 4 +- src/IconRollerShadesClosedRounded.tsx | 6 +- src/IconRollerShadesClosedRoundedFilled.tsx | 4 +- src/IconRollerShadesClosedSharp.tsx | 6 +- src/IconRollerShadesClosedSharpFilled.tsx | 4 +- src/IconRollerShadesOutlined.tsx | 4 +- src/IconRollerShadesOutlinedFilled.tsx | 6 +- src/IconRollerShadesRounded.tsx | 4 +- src/IconRollerShadesRoundedFilled.tsx | 6 +- src/IconRollerShadesSharp.tsx | 4 +- src/IconRollerShadesSharpFilled.tsx | 6 +- src/IconRollerSkatingOutlined.tsx | 6 +- src/IconRollerSkatingOutlinedFilled.tsx | 6 +- src/IconRollerSkatingRounded.tsx | 4 +- src/IconRollerSkatingRoundedFilled.tsx | 6 +- src/IconRollerSkatingSharp.tsx | 4 +- src/IconRollerSkatingSharpFilled.tsx | 6 +- src/IconRoofingOutlined.tsx | 4 +- src/IconRoofingOutlinedFilled.tsx | 6 +- src/IconRoofingRounded.tsx | 4 +- src/IconRoofingRoundedFilled.tsx | 4 +- src/IconRoofingSharp.tsx | 4 +- src/IconRoofingSharpFilled.tsx | 4 +- src/IconRoomPreferencesOutlined.tsx | 6 +- src/IconRoomPreferencesOutlinedFilled.tsx | 4 +- src/IconRoomPreferencesRounded.tsx | 6 +- src/IconRoomPreferencesRoundedFilled.tsx | 4 +- src/IconRoomPreferencesSharp.tsx | 4 +- src/IconRoomPreferencesSharpFilled.tsx | 6 +- src/IconRoomServiceOutlined.tsx | 4 +- src/IconRoomServiceOutlinedFilled.tsx | 6 +- src/IconRoomServiceRounded.tsx | 4 +- src/IconRoomServiceRoundedFilled.tsx | 6 +- src/IconRoomServiceSharp.tsx | 4 +- src/IconRoomServiceSharpFilled.tsx | 6 +- src/IconRotate90DegreesCcwOutlined.tsx | 6 +- src/IconRotate90DegreesCcwOutlinedFilled.tsx | 4 +- src/IconRotate90DegreesCcwRounded.tsx | 6 +- src/IconRotate90DegreesCcwRoundedFilled.tsx | 4 +- src/IconRotate90DegreesCcwSharp.tsx | 6 +- src/IconRotate90DegreesCcwSharpFilled.tsx | 4 +- src/IconRotate90DegreesCwOutlined.tsx | 6 +- src/IconRotate90DegreesCwOutlinedFilled.tsx | 4 +- src/IconRotate90DegreesCwRounded.tsx | 6 +- src/IconRotate90DegreesCwRoundedFilled.tsx | 4 +- src/IconRotate90DegreesCwSharp.tsx | 6 +- src/IconRotate90DegreesCwSharpFilled.tsx | 4 +- src/IconRotateAutoOutlined.tsx | 4 +- src/IconRotateAutoOutlinedFilled.tsx | 6 +- src/IconRotateAutoRounded.tsx | 4 +- src/IconRotateAutoRoundedFilled.tsx | 6 +- src/IconRotateAutoSharp.tsx | 4 +- src/IconRotateAutoSharpFilled.tsx | 6 +- src/IconRotateLeftOutlined.tsx | 4 +- src/IconRotateLeftOutlinedFilled.tsx | 6 +- src/IconRotateLeftRounded.tsx | 4 +- src/IconRotateLeftRoundedFilled.tsx | 6 +- src/IconRotateLeftSharp.tsx | 4 +- src/IconRotateLeftSharpFilled.tsx | 6 +- src/IconRotateRightOutlined.tsx | 4 +- src/IconRotateRightOutlinedFilled.tsx | 6 +- src/IconRotateRightRounded.tsx | 4 +- src/IconRotateRightRoundedFilled.tsx | 6 +- src/IconRotateRightSharp.tsx | 4 +- src/IconRotateRightSharpFilled.tsx | 6 +- src/IconRoundaboutLeftOutlined.tsx | 6 +- src/IconRoundaboutLeftOutlinedFilled.tsx | 4 +- src/IconRoundaboutLeftRounded.tsx | 6 +- src/IconRoundaboutLeftRoundedFilled.tsx | 6 +- src/IconRoundaboutLeftSharp.tsx | 4 +- src/IconRoundaboutLeftSharpFilled.tsx | 6 +- src/IconRoundaboutRightOutlined.tsx | 6 +- src/IconRoundaboutRightOutlinedFilled.tsx | 4 +- src/IconRoundaboutRightRounded.tsx | 6 +- src/IconRoundaboutRightRoundedFilled.tsx | 4 +- src/IconRoundaboutRightSharp.tsx | 4 +- src/IconRoundaboutRightSharpFilled.tsx | 6 +- src/IconRoundedCornerOutlined.tsx | 6 +- src/IconRoundedCornerOutlinedFilled.tsx | 6 +- src/IconRoundedCornerRounded.tsx | 4 +- src/IconRoundedCornerRoundedFilled.tsx | 6 +- src/IconRoundedCornerSharp.tsx | 4 +- src/IconRoundedCornerSharpFilled.tsx | 6 +- src/IconRouteOutlined.tsx | 4 +- src/IconRouteOutlinedFilled.tsx | 4 +- src/IconRouteRounded.tsx | 4 +- src/IconRouteRoundedFilled.tsx | 4 +- src/IconRouteSharp.tsx | 4 +- src/IconRouteSharpFilled.tsx | 4 +- src/IconRouterOutlined.tsx | 4 +- src/IconRouterOutlinedFilled.tsx | 4 +- src/IconRouterRounded.tsx | 4 +- src/IconRouterRoundedFilled.tsx | 4 +- src/IconRouterSharp.tsx | 4 +- src/IconRouterSharpFilled.tsx | 4 +- src/IconRoutineOutlined.tsx | 4 +- src/IconRoutineOutlinedFilled.tsx | 6 +- src/IconRoutineRounded.tsx | 4 +- src/IconRoutineRoundedFilled.tsx | 4 +- src/IconRoutineSharp.tsx | 4 +- src/IconRoutineSharpFilled.tsx | 4 +- src/IconRowingOutlined.tsx | 4 +- src/IconRowingOutlinedFilled.tsx | 4 +- src/IconRowingRounded.tsx | 4 +- src/IconRowingRoundedFilled.tsx | 4 +- src/IconRowingSharp.tsx | 4 +- src/IconRowingSharpFilled.tsx | 4 +- src/IconRssFeedOutlined.tsx | 4 +- src/IconRssFeedOutlinedFilled.tsx | 6 +- src/IconRssFeedRounded.tsx | 4 +- src/IconRssFeedRoundedFilled.tsx | 4 +- src/IconRssFeedSharp.tsx | 4 +- src/IconRssFeedSharpFilled.tsx | 4 +- src/IconRsvpOutlined.tsx | 4 +- src/IconRsvpOutlinedFilled.tsx | 4 +- src/IconRsvpRounded.tsx | 4 +- src/IconRsvpRoundedFilled.tsx | 4 +- src/IconRsvpSharp.tsx | 4 +- src/IconRsvpSharpFilled.tsx | 4 +- src/IconRttOutlined.tsx | 4 +- src/IconRttOutlinedFilled.tsx | 4 +- src/IconRttRounded.tsx | 4 +- src/IconRttRoundedFilled.tsx | 4 +- src/IconRttSharp.tsx | 4 +- src/IconRttSharpFilled.tsx | 4 +- src/IconRubricOutlined.tsx | 4 +- src/IconRubricOutlinedFilled.tsx | 4 +- src/IconRubricRounded.tsx | 4 +- src/IconRubricRoundedFilled.tsx | 4 +- src/IconRubricSharp.tsx | 4 +- src/IconRubricSharpFilled.tsx | 4 +- src/IconRuleFolderOutlined.tsx | 4 +- src/IconRuleFolderOutlinedFilled.tsx | 6 +- src/IconRuleFolderRounded.tsx | 4 +- src/IconRuleFolderRoundedFilled.tsx | 6 +- src/IconRuleFolderSharp.tsx | 4 +- src/IconRuleFolderSharpFilled.tsx | 6 +- src/IconRuleOutlined.tsx | 4 +- src/IconRuleOutlinedFilled.tsx | 4 +- src/IconRuleRounded.tsx | 4 +- src/IconRuleRoundedFilled.tsx | 4 +- src/IconRuleSettingsOutlined.tsx | 4 +- src/IconRuleSettingsOutlinedFilled.tsx | 6 +- src/IconRuleSettingsRounded.tsx | 4 +- src/IconRuleSettingsRoundedFilled.tsx | 6 +- src/IconRuleSettingsSharp.tsx | 4 +- src/IconRuleSettingsSharpFilled.tsx | 6 +- src/IconRuleSharp.tsx | 4 +- src/IconRuleSharpFilled.tsx | 4 +- src/IconRunCircleOutlined.tsx | 4 +- src/IconRunCircleOutlinedFilled.tsx | 6 +- src/IconRunCircleRounded.tsx | 4 +- src/IconRunCircleRoundedFilled.tsx | 6 +- src/IconRunCircleSharp.tsx | 4 +- src/IconRunCircleSharpFilled.tsx | 4 +- src/IconRunningWithErrorsOutlined.tsx | 6 +- src/IconRunningWithErrorsOutlinedFilled.tsx | 4 +- src/IconRunningWithErrorsRounded.tsx | 6 +- src/IconRunningWithErrorsRoundedFilled.tsx | 4 +- src/IconRunningWithErrorsSharp.tsx | 6 +- src/IconRunningWithErrorsSharpFilled.tsx | 4 +- src/IconRvHookupOutlined.tsx | 4 +- src/IconRvHookupOutlinedFilled.tsx | 6 +- src/IconRvHookupRounded.tsx | 4 +- src/IconRvHookupRoundedFilled.tsx | 6 +- src/IconRvHookupSharp.tsx | 4 +- src/IconRvHookupSharpFilled.tsx | 4 +- src/IconSafetyCheckOffOutlined.tsx | 6 +- src/IconSafetyCheckOffOutlinedFilled.tsx | 4 +- src/IconSafetyCheckOffRounded.tsx | 6 +- src/IconSafetyCheckOffRoundedFilled.tsx | 6 +- src/IconSafetyCheckOffSharp.tsx | 4 +- src/IconSafetyCheckOffSharpFilled.tsx | 6 +- src/IconSafetyCheckOutlined.tsx | 4 +- src/IconSafetyCheckOutlinedFilled.tsx | 6 +- src/IconSafetyCheckRounded.tsx | 4 +- src/IconSafetyCheckRoundedFilled.tsx | 6 +- src/IconSafetyCheckSharp.tsx | 4 +- src/IconSafetyCheckSharpFilled.tsx | 6 +- src/IconSafetyDividerOutlined.tsx | 6 +- src/IconSafetyDividerOutlinedFilled.tsx | 6 +- src/IconSafetyDividerRounded.tsx | 4 +- src/IconSafetyDividerRoundedFilled.tsx | 6 +- src/IconSafetyDividerSharp.tsx | 4 +- src/IconSafetyDividerSharpFilled.tsx | 6 +- src/IconSailingOutlined.tsx | 4 +- src/IconSailingOutlinedFilled.tsx | 6 +- src/IconSailingRounded.tsx | 4 +- src/IconSailingRoundedFilled.tsx | 4 +- src/IconSailingSharp.tsx | 4 +- src/IconSailingSharpFilled.tsx | 4 +- src/IconSalinityOutlined.tsx | 4 +- src/IconSalinityOutlinedFilled.tsx | 6 +- src/IconSalinityRounded.tsx | 4 +- src/IconSalinityRoundedFilled.tsx | 6 +- src/IconSalinitySharp.tsx | 4 +- src/IconSalinitySharpFilled.tsx | 4 +- src/IconSanitizerOutlined.tsx | 4 +- src/IconSanitizerOutlinedFilled.tsx | 6 +- src/IconSanitizerRounded.tsx | 4 +- src/IconSanitizerRoundedFilled.tsx | 6 +- src/IconSanitizerSharp.tsx | 4 +- src/IconSanitizerSharpFilled.tsx | 4 +- src/IconSatelliteAltOutlined.tsx | 4 +- src/IconSatelliteAltOutlinedFilled.tsx | 6 +- src/IconSatelliteAltRounded.tsx | 4 +- src/IconSatelliteAltRoundedFilled.tsx | 6 +- src/IconSatelliteAltSharp.tsx | 4 +- src/IconSatelliteAltSharpFilled.tsx | 6 +- src/IconSatelliteOutlined.tsx | 4 +- src/IconSatelliteOutlinedFilled.tsx | 6 +- src/IconSatelliteRounded.tsx | 4 +- src/IconSatelliteRoundedFilled.tsx | 6 +- src/IconSatelliteSharp.tsx | 4 +- src/IconSatelliteSharpFilled.tsx | 4 +- src/IconSaunaOutlined.tsx | 4 +- src/IconSaunaOutlinedFilled.tsx | 4 +- src/IconSaunaRounded.tsx | 4 +- src/IconSaunaRoundedFilled.tsx | 4 +- src/IconSaunaSharp.tsx | 4 +- src/IconSaunaSharpFilled.tsx | 4 +- src/IconSaveAsOutlined.tsx | 4 +- src/IconSaveAsOutlinedFilled.tsx | 4 +- src/IconSaveAsRounded.tsx | 4 +- src/IconSaveAsRoundedFilled.tsx | 4 +- src/IconSaveAsSharp.tsx | 4 +- src/IconSaveAsSharpFilled.tsx | 4 +- src/IconSaveOutlined.tsx | 4 +- src/IconSaveOutlinedFilled.tsx | 4 +- src/IconSaveRounded.tsx | 4 +- src/IconSaveRoundedFilled.tsx | 4 +- src/IconSaveSharp.tsx | 4 +- src/IconSaveSharpFilled.tsx | 4 +- src/IconSavedSearchOutlined.tsx | 4 +- src/IconSavedSearchOutlinedFilled.tsx | 6 +- src/IconSavedSearchRounded.tsx | 4 +- src/IconSavedSearchRoundedFilled.tsx | 6 +- src/IconSavedSearchSharp.tsx | 4 +- src/IconSavedSearchSharpFilled.tsx | 6 +- src/IconSavingsOutlined.tsx | 4 +- src/IconSavingsOutlinedFilled.tsx | 6 +- src/IconSavingsRounded.tsx | 4 +- src/IconSavingsRoundedFilled.tsx | 4 +- src/IconSavingsSharp.tsx | 4 +- src/IconSavingsSharpFilled.tsx | 4 +- src/IconScaleOutlined.tsx | 4 +- src/IconScaleOutlinedFilled.tsx | 4 +- src/IconScaleRounded.tsx | 4 +- src/IconScaleRoundedFilled.tsx | 4 +- src/IconScaleSharp.tsx | 4 +- src/IconScaleSharpFilled.tsx | 4 +- src/IconScanDeleteOutlined.tsx | 4 +- src/IconScanDeleteOutlinedFilled.tsx | 6 +- src/IconScanDeleteRounded.tsx | 4 +- src/IconScanDeleteRoundedFilled.tsx | 6 +- src/IconScanDeleteSharp.tsx | 4 +- src/IconScanDeleteSharpFilled.tsx | 6 +- src/IconScanOutlined.tsx | 4 +- src/IconScanOutlinedFilled.tsx | 4 +- src/IconScanRounded.tsx | 4 +- src/IconScanRoundedFilled.tsx | 4 +- src/IconScanSharp.tsx | 4 +- src/IconScanSharpFilled.tsx | 4 +- src/IconScannerOutlined.tsx | 4 +- src/IconScannerOutlinedFilled.tsx | 6 +- src/IconScannerRounded.tsx | 4 +- src/IconScannerRoundedFilled.tsx | 4 +- src/IconScannerSharp.tsx | 4 +- src/IconScannerSharpFilled.tsx | 4 +- src/IconScatterPlotOutlined.tsx | 4 +- src/IconScatterPlotOutlinedFilled.tsx | 6 +- src/IconScatterPlotRounded.tsx | 4 +- src/IconScatterPlotRoundedFilled.tsx | 6 +- src/IconScatterPlotSharp.tsx | 4 +- src/IconScatterPlotSharpFilled.tsx | 6 +- src/IconSceneOutlined.tsx | 4 +- src/IconSceneOutlinedFilled.tsx | 4 +- src/IconSceneRounded.tsx | 4 +- src/IconSceneRoundedFilled.tsx | 4 +- src/IconSceneSharp.tsx | 4 +- src/IconSceneSharpFilled.tsx | 4 +- src/IconScheduleOutlined.tsx | 4 +- src/IconScheduleOutlinedFilled.tsx | 6 +- src/IconScheduleRounded.tsx | 4 +- src/IconScheduleRoundedFilled.tsx | 6 +- src/IconScheduleSendOutlined.tsx | 4 +- src/IconScheduleSendOutlinedFilled.tsx | 6 +- src/IconScheduleSendRounded.tsx | 4 +- src/IconScheduleSendRoundedFilled.tsx | 6 +- src/IconScheduleSendSharp.tsx | 4 +- src/IconScheduleSendSharpFilled.tsx | 6 +- src/IconScheduleSharp.tsx | 4 +- src/IconScheduleSharpFilled.tsx | 4 +- src/IconSchemaOutlined.tsx | 4 +- src/IconSchemaOutlinedFilled.tsx | 4 +- src/IconSchemaRounded.tsx | 4 +- src/IconSchemaRoundedFilled.tsx | 4 +- src/IconSchemaSharp.tsx | 4 +- src/IconSchemaSharpFilled.tsx | 4 +- src/IconSchoolOutlined.tsx | 4 +- src/IconSchoolOutlinedFilled.tsx | 4 +- src/IconSchoolRounded.tsx | 4 +- src/IconSchoolRoundedFilled.tsx | 4 +- src/IconSchoolSharp.tsx | 4 +- src/IconSchoolSharpFilled.tsx | 4 +- src/IconScienceOffOutlined.tsx | 4 +- src/IconScienceOffOutlinedFilled.tsx | 6 +- src/IconScienceOffRounded.tsx | 4 +- src/IconScienceOffRoundedFilled.tsx | 6 +- src/IconScienceOffSharp.tsx | 11 - src/IconScienceOffSharpFilled.tsx | 6 +- src/IconScienceOutlined.tsx | 4 +- src/IconScienceOutlinedFilled.tsx | 6 +- src/IconScienceRounded.tsx | 4 +- src/IconScienceRoundedFilled.tsx | 4 +- src/IconScienceSharp.tsx | 4 +- src/IconScienceSharpFilled.tsx | 4 +- src/IconScooterOutlined.tsx | 4 +- src/IconScooterOutlinedFilled.tsx | 6 +- src/IconScooterRounded.tsx | 4 +- src/IconScooterRoundedFilled.tsx | 4 +- src/IconScooterSharp.tsx | 4 +- src/IconScooterSharpFilled.tsx | 4 +- src/IconScoreOutlined.tsx | 4 +- src/IconScoreOutlinedFilled.tsx | 4 +- src/IconScoreRounded.tsx | 4 +- src/IconScoreRoundedFilled.tsx | 4 +- src/IconScoreSharp.tsx | 4 +- src/IconScoreSharpFilled.tsx | 4 +- src/IconScoreboardOutlined.tsx | 4 +- src/IconScoreboardOutlinedFilled.tsx | 6 +- src/IconScoreboardRounded.tsx | 4 +- src/IconScoreboardRoundedFilled.tsx | 6 +- src/IconScoreboardSharp.tsx | 4 +- src/IconScoreboardSharpFilled.tsx | 6 +- src/IconScreenLockLandscapeOutlined.tsx | 6 +- src/IconScreenLockLandscapeOutlinedFilled.tsx | 4 +- src/IconScreenLockLandscapeRounded.tsx | 6 +- src/IconScreenLockLandscapeRoundedFilled.tsx | 4 +- src/IconScreenLockLandscapeSharp.tsx | 6 +- src/IconScreenLockLandscapeSharpFilled.tsx | 4 +- src/IconScreenLockPortraitOutlined.tsx | 6 +- src/IconScreenLockPortraitOutlinedFilled.tsx | 4 +- src/IconScreenLockPortraitRounded.tsx | 6 +- src/IconScreenLockPortraitRoundedFilled.tsx | 4 +- src/IconScreenLockPortraitSharp.tsx | 6 +- src/IconScreenLockPortraitSharpFilled.tsx | 4 +- src/IconScreenLockRotationOutlined.tsx | 6 +- src/IconScreenLockRotationOutlinedFilled.tsx | 4 +- src/IconScreenLockRotationRounded.tsx | 6 +- src/IconScreenLockRotationRoundedFilled.tsx | 4 +- src/IconScreenLockRotationSharp.tsx | 6 +- src/IconScreenLockRotationSharpFilled.tsx | 4 +- src/IconScreenRecordOutlined.tsx | 4 +- src/IconScreenRecordOutlinedFilled.tsx | 6 +- src/IconScreenRecordRounded.tsx | 4 +- src/IconScreenRecordRoundedFilled.tsx | 6 +- src/IconScreenRecordSharp.tsx | 4 +- src/IconScreenRecordSharpFilled.tsx | 6 +- src/IconScreenRotationAltOutlined.tsx | 6 +- src/IconScreenRotationAltOutlinedFilled.tsx | 4 +- src/IconScreenRotationAltRounded.tsx | 6 +- src/IconScreenRotationAltRoundedFilled.tsx | 4 +- src/IconScreenRotationAltSharp.tsx | 6 +- src/IconScreenRotationAltSharpFilled.tsx | 4 +- src/IconScreenRotationOutlined.tsx | 6 +- src/IconScreenRotationOutlinedFilled.tsx | 4 +- src/IconScreenRotationRounded.tsx | 6 +- src/IconScreenRotationRoundedFilled.tsx | 6 +- src/IconScreenRotationSharp.tsx | 4 +- src/IconScreenRotationSharpFilled.tsx | 6 +- src/IconScreenRotationUpOutlined.tsx | 6 +- src/IconScreenRotationUpOutlinedFilled.tsx | 4 +- src/IconScreenRotationUpRounded.tsx | 6 +- src/IconScreenRotationUpRoundedFilled.tsx | 4 +- src/IconScreenRotationUpSharp.tsx | 6 +- src/IconScreenRotationUpSharpFilled.tsx | 6 +- src/IconScreenSearchDesktopOutlined.tsx | 6 +- src/IconScreenSearchDesktopOutlinedFilled.tsx | 4 +- src/IconScreenSearchDesktopRounded.tsx | 6 +- src/IconScreenSearchDesktopRoundedFilled.tsx | 4 +- src/IconScreenSearchDesktopSharp.tsx | 6 +- src/IconScreenSearchDesktopSharpFilled.tsx | 4 +- src/IconScreenShareOutlined.tsx | 4 +- src/IconScreenShareOutlinedFilled.tsx | 6 +- src/IconScreenShareRounded.tsx | 4 +- src/IconScreenShareRoundedFilled.tsx | 6 +- src/IconScreenShareSharp.tsx | 4 +- src/IconScreenShareSharpFilled.tsx | 6 +- src/IconScreenshotFrameOutlined.tsx | 6 +- src/IconScreenshotFrameOutlinedFilled.tsx | 4 +- src/IconScreenshotFrameRounded.tsx | 6 +- src/IconScreenshotFrameRoundedFilled.tsx | 4 +- src/IconScreenshotFrameSharp.tsx | 4 +- src/IconScreenshotFrameSharpFilled.tsx | 6 +- src/IconScreenshotKeyboardOutlined.tsx | 6 +- src/IconScreenshotKeyboardOutlinedFilled.tsx | 4 +- src/IconScreenshotKeyboardRounded.tsx | 6 +- src/IconScreenshotKeyboardRoundedFilled.tsx | 4 +- src/IconScreenshotKeyboardSharp.tsx | 6 +- src/IconScreenshotKeyboardSharpFilled.tsx | 4 +- src/IconScreenshotMonitorOutlined.tsx | 6 +- src/IconScreenshotMonitorOutlinedFilled.tsx | 4 +- src/IconScreenshotMonitorRounded.tsx | 6 +- src/IconScreenshotMonitorRoundedFilled.tsx | 4 +- src/IconScreenshotMonitorSharp.tsx | 6 +- src/IconScreenshotMonitorSharpFilled.tsx | 4 +- src/IconScreenshotOutlined.tsx | 4 +- src/IconScreenshotOutlinedFilled.tsx | 6 +- src/IconScreenshotRegionOutlined.tsx | 6 +- src/IconScreenshotRegionOutlinedFilled.tsx | 4 +- src/IconScreenshotRegionRounded.tsx | 6 +- src/IconScreenshotRegionRoundedFilled.tsx | 4 +- src/IconScreenshotRegionSharp.tsx | 6 +- src/IconScreenshotRegionSharpFilled.tsx | 6 +- src/IconScreenshotRounded.tsx | 4 +- src/IconScreenshotRoundedFilled.tsx | 6 +- src/IconScreenshotSharp.tsx | 4 +- src/IconScreenshotSharpFilled.tsx | 6 +- src/IconScreenshotTabletOutlined.tsx | 6 +- src/IconScreenshotTabletOutlinedFilled.tsx | 4 +- src/IconScreenshotTabletRounded.tsx | 6 +- src/IconScreenshotTabletRoundedFilled.tsx | 4 +- src/IconScreenshotTabletSharp.tsx | 6 +- src/IconScreenshotTabletSharpFilled.tsx | 6 +- src/IconScriptOutlined.tsx | 4 +- src/IconScriptOutlinedFilled.tsx | 4 +- src/IconScriptRounded.tsx | 4 +- src/IconScriptRoundedFilled.tsx | 4 +- src/IconScriptSharp.tsx | 4 +- src/IconScriptSharpFilled.tsx | 4 +- src/IconScrollableHeaderOutlined.tsx | 6 +- src/IconScrollableHeaderOutlinedFilled.tsx | 4 +- src/IconScrollableHeaderRounded.tsx | 6 +- src/IconScrollableHeaderRoundedFilled.tsx | 4 +- src/IconScrollableHeaderSharp.tsx | 6 +- src/IconScrollableHeaderSharpFilled.tsx | 6 +- src/IconScubaDivingOutlined.tsx | 4 +- src/IconScubaDivingOutlinedFilled.tsx | 6 +- src/IconScubaDivingRounded.tsx | 4 +- src/IconScubaDivingRoundedFilled.tsx | 6 +- src/IconScubaDivingSharp.tsx | 4 +- src/IconScubaDivingSharpFilled.tsx | 6 +- src/IconSdCardAlertOutlined.tsx | 4 +- src/IconSdCardAlertOutlinedFilled.tsx | 6 +- src/IconSdCardAlertRounded.tsx | 4 +- src/IconSdCardAlertRoundedFilled.tsx | 6 +- src/IconSdCardAlertSharp.tsx | 4 +- src/IconSdCardAlertSharpFilled.tsx | 6 +- src/IconSdCardOutlined.tsx | 4 +- src/IconSdCardOutlinedFilled.tsx | 4 +- src/IconSdCardRounded.tsx | 4 +- src/IconSdCardRoundedFilled.tsx | 4 +- src/IconSdCardSharp.tsx | 4 +- src/IconSdCardSharpFilled.tsx | 4 +- src/IconSdOutlined.tsx | 4 +- src/IconSdOutlinedFilled.tsx | 4 +- src/IconSdRounded.tsx | 4 +- src/IconSdRoundedFilled.tsx | 4 +- src/IconSdSharp.tsx | 4 +- src/IconSdSharpFilled.tsx | 4 +- src/IconSdkOutlined.tsx | 4 +- src/IconSdkOutlinedFilled.tsx | 4 +- src/IconSdkRounded.tsx | 4 +- src/IconSdkRoundedFilled.tsx | 4 +- src/IconSdkSharp.tsx | 4 +- src/IconSdkSharpFilled.tsx | 4 +- src/IconSearchActivityOutlined.tsx | 11 + src/IconSearchActivityOutlinedFilled.tsx | 11 + src/IconSearchActivityRounded.tsx | 11 + src/IconSearchActivityRoundedFilled.tsx | 11 + src/IconSearchActivitySharp.tsx | 9 + src/IconSearchActivitySharpFilled.tsx | 11 + src/IconSearchCheck2Outlined.tsx | 4 +- src/IconSearchCheck2OutlinedFilled.tsx | 6 +- src/IconSearchCheck2Rounded.tsx | 4 +- src/IconSearchCheck2RoundedFilled.tsx | 6 +- src/IconSearchCheck2Sharp.tsx | 4 +- src/IconSearchCheck2SharpFilled.tsx | 6 +- src/IconSearchCheckOutlined.tsx | 4 +- src/IconSearchCheckOutlinedFilled.tsx | 6 +- src/IconSearchCheckRounded.tsx | 4 +- src/IconSearchCheckRoundedFilled.tsx | 6 +- src/IconSearchCheckSharp.tsx | 4 +- src/IconSearchCheckSharpFilled.tsx | 6 +- src/IconSearchHandsFreeOutlined.tsx | 6 +- src/IconSearchHandsFreeOutlinedFilled.tsx | 4 +- src/IconSearchHandsFreeRounded.tsx | 6 +- src/IconSearchHandsFreeRoundedFilled.tsx | 4 +- src/IconSearchHandsFreeSharp.tsx | 4 +- src/IconSearchHandsFreeSharpFilled.tsx | 6 +- src/IconSearchInsightsOutlined.tsx | 6 +- src/IconSearchInsightsOutlinedFilled.tsx | 4 +- src/IconSearchInsightsRounded.tsx | 6 +- src/IconSearchInsightsRoundedFilled.tsx | 6 +- src/IconSearchInsightsSharp.tsx | 4 +- src/IconSearchInsightsSharpFilled.tsx | 6 +- src/IconSearchOffOutlined.tsx | 4 +- src/IconSearchOffOutlinedFilled.tsx | 6 +- src/IconSearchOffRounded.tsx | 4 +- src/IconSearchOffRoundedFilled.tsx | 6 +- src/IconSearchOffSharp.tsx | 4 +- src/IconSearchOffSharpFilled.tsx | 4 +- src/IconSearchOutlined.tsx | 4 +- src/IconSearchOutlinedFilled.tsx | 4 +- src/IconSearchRounded.tsx | 4 +- src/IconSearchRoundedFilled.tsx | 4 +- src/IconSearchSharp.tsx | 4 +- src/IconSearchSharpFilled.tsx | 4 +- src/IconSecurityKeyOutlined.tsx | 4 +- src/IconSecurityKeyOutlinedFilled.tsx | 6 +- src/IconSecurityKeyRounded.tsx | 4 +- src/IconSecurityKeyRoundedFilled.tsx | 6 +- src/IconSecurityKeySharp.tsx | 4 +- src/IconSecurityKeySharpFilled.tsx | 6 +- src/IconSecurityOutlined.tsx | 4 +- src/IconSecurityOutlinedFilled.tsx | 6 +- src/IconSecurityRounded.tsx | 4 +- src/IconSecurityRoundedFilled.tsx | 6 +- src/IconSecuritySharp.tsx | 4 +- src/IconSecuritySharpFilled.tsx | 4 +- src/IconSecurityUpdateGoodOutlined.tsx | 6 +- src/IconSecurityUpdateGoodOutlinedFilled.tsx | 4 +- src/IconSecurityUpdateGoodRounded.tsx | 6 +- src/IconSecurityUpdateGoodRoundedFilled.tsx | 4 +- src/IconSecurityUpdateGoodSharp.tsx | 6 +- src/IconSecurityUpdateGoodSharpFilled.tsx | 4 +- src/IconSecurityUpdateWarningOutlined.tsx | 4 +- ...conSecurityUpdateWarningOutlinedFilled.tsx | 4 +- src/IconSecurityUpdateWarningRounded.tsx | 4 +- ...IconSecurityUpdateWarningRoundedFilled.tsx | 4 +- src/IconSecurityUpdateWarningSharp.tsx | 6 +- src/IconSecurityUpdateWarningSharpFilled.tsx | 4 +- src/IconSegmentOutlined.tsx | 4 +- src/IconSegmentOutlinedFilled.tsx | 6 +- src/IconSegmentRounded.tsx | 4 +- src/IconSegmentRoundedFilled.tsx | 4 +- src/IconSegmentSharp.tsx | 4 +- src/IconSegmentSharpFilled.tsx | 4 +- src/IconSelectAllOutlined.tsx | 4 +- src/IconSelectAllOutlinedFilled.tsx | 6 +- src/IconSelectAllRounded.tsx | 4 +- src/IconSelectAllRoundedFilled.tsx | 6 +- src/IconSelectAllSharp.tsx | 4 +- src/IconSelectAllSharpFilled.tsx | 4 +- src/IconSelectCheckBoxOutlined.tsx | 6 +- src/IconSelectCheckBoxOutlinedFilled.tsx | 4 +- src/IconSelectCheckBoxRounded.tsx | 6 +- src/IconSelectCheckBoxRoundedFilled.tsx | 6 +- src/IconSelectCheckBoxSharp.tsx | 4 +- src/IconSelectCheckBoxSharpFilled.tsx | 6 +- src/IconSelectOutlined.tsx | 4 +- src/IconSelectOutlinedFilled.tsx | 4 +- src/IconSelectRounded.tsx | 4 +- src/IconSelectRoundedFilled.tsx | 4 +- src/IconSelectSharp.tsx | 4 +- src/IconSelectSharpFilled.tsx | 4 +- src/IconSelectToSpeakOutlined.tsx | 6 +- src/IconSelectToSpeakOutlinedFilled.tsx | 6 +- src/IconSelectToSpeakRounded.tsx | 4 +- src/IconSelectToSpeakRoundedFilled.tsx | 6 +- src/IconSelectToSpeakSharp.tsx | 4 +- src/IconSelectToSpeakSharpFilled.tsx | 6 +- src/IconSelectWindow2Outlined.tsx | 6 +- src/IconSelectWindow2OutlinedFilled.tsx | 6 +- src/IconSelectWindow2Rounded.tsx | 4 +- src/IconSelectWindow2RoundedFilled.tsx | 6 +- src/IconSelectWindow2Sharp.tsx | 4 +- src/IconSelectWindow2SharpFilled.tsx | 6 +- src/IconSelectWindowOffOutlined.tsx | 6 +- src/IconSelectWindowOffOutlinedFilled.tsx | 4 +- src/IconSelectWindowOffRounded.tsx | 6 +- src/IconSelectWindowOffRoundedFilled.tsx | 4 +- src/IconSelectWindowOffSharp.tsx | 4 +- src/IconSelectWindowOffSharpFilled.tsx | 6 +- src/IconSelectWindowOutlined.tsx | 4 +- src/IconSelectWindowOutlinedFilled.tsx | 6 +- src/IconSelectWindowRounded.tsx | 4 +- src/IconSelectWindowRoundedFilled.tsx | 6 +- src/IconSelectWindowSharp.tsx | 4 +- src/IconSelectWindowSharpFilled.tsx | 6 +- src/IconSelfCareOutlined.tsx | 4 +- src/IconSelfCareOutlinedFilled.tsx | 6 +- src/IconSelfCareRounded.tsx | 4 +- src/IconSelfCareRoundedFilled.tsx | 6 +- src/IconSelfCareSharp.tsx | 4 +- src/IconSelfCareSharpFilled.tsx | 4 +- src/IconSelfImprovementOutlined.tsx | 6 +- src/IconSelfImprovementOutlinedFilled.tsx | 4 +- src/IconSelfImprovementRounded.tsx | 6 +- src/IconSelfImprovementRoundedFilled.tsx | 4 +- src/IconSelfImprovementSharp.tsx | 4 +- src/IconSelfImprovementSharpFilled.tsx | 6 +- src/IconSellOutlined.tsx | 4 +- src/IconSellOutlinedFilled.tsx | 4 +- src/IconSellRounded.tsx | 4 +- src/IconSellRoundedFilled.tsx | 4 +- src/IconSellSharp.tsx | 4 +- src/IconSellSharpFilled.tsx | 4 +- src/IconSendAndArchiveOutlined.tsx | 6 +- src/IconSendAndArchiveOutlinedFilled.tsx | 4 +- src/IconSendAndArchiveRounded.tsx | 6 +- src/IconSendAndArchiveRoundedFilled.tsx | 6 +- src/IconSendAndArchiveSharp.tsx | 4 +- src/IconSendAndArchiveSharpFilled.tsx | 6 +- src/IconSendMoneyOutlined.tsx | 4 +- src/IconSendMoneyOutlinedFilled.tsx | 6 +- src/IconSendMoneyRounded.tsx | 4 +- src/IconSendMoneyRoundedFilled.tsx | 6 +- src/IconSendMoneySharp.tsx | 4 +- src/IconSendMoneySharpFilled.tsx | 4 +- src/IconSendOutlined.tsx | 4 +- src/IconSendOutlinedFilled.tsx | 4 +- src/IconSendRounded.tsx | 4 +- src/IconSendRoundedFilled.tsx | 4 +- src/IconSendSharp.tsx | 4 +- src/IconSendSharpFilled.tsx | 4 +- src/IconSendTimeExtensionOutlined.tsx | 6 +- src/IconSendTimeExtensionOutlinedFilled.tsx | 4 +- src/IconSendTimeExtensionRounded.tsx | 6 +- src/IconSendTimeExtensionRoundedFilled.tsx | 4 +- src/IconSendTimeExtensionSharp.tsx | 6 +- src/IconSendTimeExtensionSharpFilled.tsx | 4 +- src/IconSendToMobileOutlined.tsx | 4 +- src/IconSendToMobileOutlinedFilled.tsx | 6 +- src/IconSendToMobileRounded.tsx | 4 +- src/IconSendToMobileRoundedFilled.tsx | 6 +- src/IconSendToMobileSharp.tsx | 4 +- src/IconSendToMobileSharpFilled.tsx | 6 +- src/IconSensorDoorOutlined.tsx | 4 +- src/IconSensorDoorOutlinedFilled.tsx | 6 +- src/IconSensorDoorRounded.tsx | 4 +- src/IconSensorDoorRoundedFilled.tsx | 6 +- src/IconSensorDoorSharp.tsx | 4 +- src/IconSensorDoorSharpFilled.tsx | 6 +- src/IconSensorOccupiedOutlined.tsx | 6 +- src/IconSensorOccupiedOutlinedFilled.tsx | 4 +- src/IconSensorOccupiedRounded.tsx | 6 +- src/IconSensorOccupiedRoundedFilled.tsx | 6 +- src/IconSensorOccupiedSharp.tsx | 4 +- src/IconSensorOccupiedSharpFilled.tsx | 6 +- src/IconSensorWindowOutlined.tsx | 4 +- src/IconSensorWindowOutlinedFilled.tsx | 6 +- src/IconSensorWindowRounded.tsx | 4 +- src/IconSensorWindowRoundedFilled.tsx | 6 +- src/IconSensorWindowSharp.tsx | 4 +- src/IconSensorWindowSharpFilled.tsx | 6 +- src/IconSensorsKrxOffOutlined.tsx | 6 +- src/IconSensorsKrxOffOutlinedFilled.tsx | 6 +- src/IconSensorsKrxOffRounded.tsx | 4 +- src/IconSensorsKrxOffRoundedFilled.tsx | 6 +- src/IconSensorsKrxOffSharp.tsx | 4 +- src/IconSensorsKrxOffSharpFilled.tsx | 6 +- src/IconSensorsKrxOutlined.tsx | 4 +- src/IconSensorsKrxOutlinedFilled.tsx | 6 +- src/IconSensorsKrxRounded.tsx | 4 +- src/IconSensorsKrxRoundedFilled.tsx | 6 +- src/IconSensorsKrxSharp.tsx | 4 +- src/IconSensorsKrxSharpFilled.tsx | 6 +- src/IconSensorsOffOutlined.tsx | 4 +- src/IconSensorsOffOutlinedFilled.tsx | 6 +- src/IconSensorsOffRounded.tsx | 4 +- src/IconSensorsOffRoundedFilled.tsx | 6 +- src/IconSensorsOffSharp.tsx | 4 +- src/IconSensorsOffSharpFilled.tsx | 6 +- src/IconSensorsOutlined.tsx | 4 +- src/IconSensorsOutlinedFilled.tsx | 6 +- src/IconSensorsRounded.tsx | 4 +- src/IconSensorsRoundedFilled.tsx | 4 +- src/IconSensorsSharp.tsx | 4 +- src/IconSensorsSharpFilled.tsx | 4 +- src/IconSentimentCalmOutlined.tsx | 6 +- src/IconSentimentCalmOutlinedFilled.tsx | 6 +- src/IconSentimentCalmRounded.tsx | 4 +- src/IconSentimentCalmRoundedFilled.tsx | 6 +- src/IconSentimentCalmSharp.tsx | 4 +- src/IconSentimentCalmSharpFilled.tsx | 6 +- src/IconSentimentContentOutlined.tsx | 6 +- src/IconSentimentContentOutlinedFilled.tsx | 4 +- src/IconSentimentContentRounded.tsx | 6 +- src/IconSentimentContentRoundedFilled.tsx | 4 +- src/IconSentimentContentSharp.tsx | 6 +- src/IconSentimentContentSharpFilled.tsx | 6 +- src/IconSentimentDissatisfiedOutlined.tsx | 4 +- ...conSentimentDissatisfiedOutlinedFilled.tsx | 4 +- src/IconSentimentDissatisfiedRounded.tsx | 4 +- ...IconSentimentDissatisfiedRoundedFilled.tsx | 4 +- src/IconSentimentDissatisfiedSharp.tsx | 6 +- src/IconSentimentDissatisfiedSharpFilled.tsx | 4 +- src/IconSentimentExcitedOutlined.tsx | 6 +- src/IconSentimentExcitedOutlinedFilled.tsx | 4 +- src/IconSentimentExcitedRounded.tsx | 6 +- src/IconSentimentExcitedRoundedFilled.tsx | 4 +- src/IconSentimentExcitedSharp.tsx | 6 +- src/IconSentimentExcitedSharpFilled.tsx | 6 +- ...SentimentExtremelyDissatisfiedOutlined.tsx | 8 +- ...entExtremelyDissatisfiedOutlinedFilled.tsx | 8 +- ...nSentimentExtremelyDissatisfiedRounded.tsx | 4 +- ...mentExtremelyDissatisfiedRoundedFilled.tsx | 8 +- ...conSentimentExtremelyDissatisfiedSharp.tsx | 4 +- ...timentExtremelyDissatisfiedSharpFilled.tsx | 8 +- src/IconSentimentFrustratedOutlined.tsx | 6 +- src/IconSentimentFrustratedOutlinedFilled.tsx | 4 +- src/IconSentimentFrustratedRounded.tsx | 6 +- src/IconSentimentFrustratedRoundedFilled.tsx | 4 +- src/IconSentimentFrustratedSharp.tsx | 6 +- src/IconSentimentFrustratedSharpFilled.tsx | 4 +- src/IconSentimentNeutralOutlined.tsx | 6 +- src/IconSentimentNeutralOutlinedFilled.tsx | 4 +- src/IconSentimentNeutralRounded.tsx | 6 +- src/IconSentimentNeutralRoundedFilled.tsx | 4 +- src/IconSentimentNeutralSharp.tsx | 6 +- src/IconSentimentNeutralSharpFilled.tsx | 6 +- src/IconSentimentSadOutlined.tsx | 4 +- src/IconSentimentSadOutlinedFilled.tsx | 6 +- src/IconSentimentSadRounded.tsx | 4 +- src/IconSentimentSadRoundedFilled.tsx | 6 +- src/IconSentimentSadSharp.tsx | 4 +- src/IconSentimentSadSharpFilled.tsx | 6 +- src/IconSentimentSatisfiedOutlined.tsx | 6 +- src/IconSentimentSatisfiedOutlinedFilled.tsx | 4 +- src/IconSentimentSatisfiedRounded.tsx | 6 +- src/IconSentimentSatisfiedRoundedFilled.tsx | 4 +- src/IconSentimentSatisfiedSharp.tsx | 6 +- src/IconSentimentSatisfiedSharpFilled.tsx | 4 +- src/IconSentimentStressedOutlined.tsx | 6 +- src/IconSentimentStressedOutlinedFilled.tsx | 4 +- src/IconSentimentStressedRounded.tsx | 6 +- src/IconSentimentStressedRoundedFilled.tsx | 4 +- src/IconSentimentStressedSharp.tsx | 6 +- src/IconSentimentStressedSharpFilled.tsx | 4 +- src/IconSentimentVeryDissatisfiedOutlined.tsx | 4 +- ...entimentVeryDissatisfiedOutlinedFilled.tsx | 8 +- src/IconSentimentVeryDissatisfiedRounded.tsx | 4 +- ...SentimentVeryDissatisfiedRoundedFilled.tsx | 8 +- src/IconSentimentVeryDissatisfiedSharp.tsx | 4 +- ...onSentimentVeryDissatisfiedSharpFilled.tsx | 4 +- src/IconSentimentVerySatisfiedOutlined.tsx | 4 +- ...onSentimentVerySatisfiedOutlinedFilled.tsx | 4 +- src/IconSentimentVerySatisfiedRounded.tsx | 4 +- ...conSentimentVerySatisfiedRoundedFilled.tsx | 4 +- src/IconSentimentVerySatisfiedSharp.tsx | 6 +- src/IconSentimentVerySatisfiedSharpFilled.tsx | 4 +- src/IconSentimentWorriedOutlined.tsx | 6 +- src/IconSentimentWorriedOutlinedFilled.tsx | 4 +- src/IconSentimentWorriedRounded.tsx | 6 +- src/IconSentimentWorriedRoundedFilled.tsx | 4 +- src/IconSentimentWorriedSharp.tsx | 6 +- src/IconSentimentWorriedSharpFilled.tsx | 6 +- src/IconSerifOutlined.tsx | 4 +- src/IconSerifOutlinedFilled.tsx | 4 +- src/IconSerifRounded.tsx | 4 +- src/IconSerifRoundedFilled.tsx | 4 +- src/IconSerifSharp.tsx | 4 +- src/IconSerifSharpFilled.tsx | 4 +- src/IconServiceToolboxOutlined.tsx | 6 +- src/IconServiceToolboxOutlinedFilled.tsx | 4 +- src/IconServiceToolboxRounded.tsx | 6 +- src/IconServiceToolboxRoundedFilled.tsx | 6 +- src/IconServiceToolboxSharp.tsx | 4 +- src/IconServiceToolboxSharpFilled.tsx | 6 +- src/IconSetMealOutlined.tsx | 4 +- src/IconSetMealOutlinedFilled.tsx | 6 +- src/IconSetMealRounded.tsx | 4 +- src/IconSetMealRoundedFilled.tsx | 4 +- src/IconSetMealSharp.tsx | 4 +- src/IconSetMealSharpFilled.tsx | 4 +- src/IconSettingsAccessibilityOutlined.tsx | 4 +- ...conSettingsAccessibilityOutlinedFilled.tsx | 4 +- src/IconSettingsAccessibilityRounded.tsx | 4 +- ...IconSettingsAccessibilityRoundedFilled.tsx | 4 +- src/IconSettingsAccessibilitySharp.tsx | 6 +- src/IconSettingsAccessibilitySharpFilled.tsx | 4 +- src/IconSettingsAccountBoxOutlined.tsx | 6 +- src/IconSettingsAccountBoxOutlinedFilled.tsx | 4 +- src/IconSettingsAccountBoxRounded.tsx | 6 +- src/IconSettingsAccountBoxRoundedFilled.tsx | 4 +- src/IconSettingsAccountBoxSharp.tsx | 6 +- src/IconSettingsAccountBoxSharpFilled.tsx | 4 +- src/IconSettingsAlertOutlined.tsx | 6 +- src/IconSettingsAlertOutlinedFilled.tsx | 6 +- src/IconSettingsAlertRounded.tsx | 4 +- src/IconSettingsAlertRoundedFilled.tsx | 6 +- src/IconSettingsAlertSharp.tsx | 4 +- src/IconSettingsAlertSharpFilled.tsx | 6 +- src/IconSettingsApplicationsOutlined.tsx | 4 +- ...IconSettingsApplicationsOutlinedFilled.tsx | 4 +- src/IconSettingsApplicationsRounded.tsx | 6 +- src/IconSettingsApplicationsRoundedFilled.tsx | 4 +- src/IconSettingsApplicationsSharp.tsx | 6 +- src/IconSettingsApplicationsSharpFilled.tsx | 4 +- src/IconSettingsBRollOutlined.tsx | 6 +- src/IconSettingsBRollOutlinedFilled.tsx | 6 +- src/IconSettingsBRollRounded.tsx | 4 +- src/IconSettingsBRollRoundedFilled.tsx | 6 +- src/IconSettingsBRollSharp.tsx | 4 +- src/IconSettingsBRollSharpFilled.tsx | 6 +- src/IconSettingsBackupRestoreOutlined.tsx | 4 +- ...conSettingsBackupRestoreOutlinedFilled.tsx | 4 +- src/IconSettingsBackupRestoreRounded.tsx | 4 +- ...IconSettingsBackupRestoreRoundedFilled.tsx | 4 +- src/IconSettingsBackupRestoreSharp.tsx | 6 +- src/IconSettingsBackupRestoreSharpFilled.tsx | 4 +- src/IconSettingsBluetoothOutlined.tsx | 6 +- src/IconSettingsBluetoothOutlinedFilled.tsx | 4 +- src/IconSettingsBluetoothRounded.tsx | 6 +- src/IconSettingsBluetoothRoundedFilled.tsx | 4 +- src/IconSettingsBluetoothSharp.tsx | 6 +- src/IconSettingsBluetoothSharpFilled.tsx | 4 +- src/IconSettingsBrightnessOutlined.tsx | 6 +- src/IconSettingsBrightnessOutlinedFilled.tsx | 4 +- src/IconSettingsBrightnessRounded.tsx | 6 +- src/IconSettingsBrightnessRoundedFilled.tsx | 4 +- src/IconSettingsBrightnessSharp.tsx | 6 +- src/IconSettingsBrightnessSharpFilled.tsx | 4 +- src/IconSettingsCellOutlined.tsx | 4 +- src/IconSettingsCellOutlinedFilled.tsx | 6 +- src/IconSettingsCellRounded.tsx | 4 +- src/IconSettingsCellRoundedFilled.tsx | 6 +- src/IconSettingsCellSharp.tsx | 4 +- src/IconSettingsCellSharpFilled.tsx | 6 +- src/IconSettingsCinematicBlurOutlined.tsx | 4 +- ...conSettingsCinematicBlurOutlinedFilled.tsx | 4 +- src/IconSettingsCinematicBlurRounded.tsx | 4 +- ...IconSettingsCinematicBlurRoundedFilled.tsx | 4 +- src/IconSettingsCinematicBlurSharp.tsx | 6 +- src/IconSettingsCinematicBlurSharpFilled.tsx | 4 +- src/IconSettingsEthernetOutlined.tsx | 6 +- src/IconSettingsEthernetOutlinedFilled.tsx | 4 +- src/IconSettingsEthernetRounded.tsx | 6 +- src/IconSettingsEthernetRoundedFilled.tsx | 4 +- src/IconSettingsEthernetSharp.tsx | 6 +- src/IconSettingsEthernetSharpFilled.tsx | 6 +- src/IconSettingsHeartOutlined.tsx | 6 +- src/IconSettingsHeartOutlinedFilled.tsx | 6 +- src/IconSettingsHeartRounded.tsx | 4 +- src/IconSettingsHeartRoundedFilled.tsx | 6 +- src/IconSettingsHeartSharp.tsx | 4 +- src/IconSettingsHeartSharpFilled.tsx | 6 +- src/IconSettingsInputAntennaOutlined.tsx | 4 +- ...IconSettingsInputAntennaOutlinedFilled.tsx | 4 +- src/IconSettingsInputAntennaRounded.tsx | 6 +- src/IconSettingsInputAntennaRoundedFilled.tsx | 4 +- src/IconSettingsInputAntennaSharp.tsx | 6 +- src/IconSettingsInputAntennaSharpFilled.tsx | 4 +- src/IconSettingsInputComponentOutlined.tsx | 4 +- ...onSettingsInputComponentOutlinedFilled.tsx | 4 +- src/IconSettingsInputComponentRounded.tsx | 4 +- ...conSettingsInputComponentRoundedFilled.tsx | 4 +- src/IconSettingsInputComponentSharp.tsx | 6 +- src/IconSettingsInputComponentSharpFilled.tsx | 4 +- src/IconSettingsInputHdmiOutlined.tsx | 6 +- src/IconSettingsInputHdmiOutlinedFilled.tsx | 4 +- src/IconSettingsInputHdmiRounded.tsx | 6 +- src/IconSettingsInputHdmiRoundedFilled.tsx | 4 +- src/IconSettingsInputHdmiSharp.tsx | 6 +- src/IconSettingsInputHdmiSharpFilled.tsx | 4 +- src/IconSettingsInputSvideoOutlined.tsx | 6 +- src/IconSettingsInputSvideoOutlinedFilled.tsx | 4 +- src/IconSettingsInputSvideoRounded.tsx | 6 +- src/IconSettingsInputSvideoRoundedFilled.tsx | 4 +- src/IconSettingsInputSvideoSharp.tsx | 6 +- src/IconSettingsInputSvideoSharpFilled.tsx | 4 +- src/IconSettingsMotionModeOutlined.tsx | 6 +- src/IconSettingsMotionModeOutlinedFilled.tsx | 4 +- src/IconSettingsMotionModeRounded.tsx | 6 +- src/IconSettingsMotionModeRoundedFilled.tsx | 4 +- src/IconSettingsMotionModeSharp.tsx | 6 +- src/IconSettingsMotionModeSharpFilled.tsx | 4 +- src/IconSettingsNightSightOutlined.tsx | 6 +- src/IconSettingsNightSightOutlinedFilled.tsx | 4 +- src/IconSettingsNightSightRounded.tsx | 6 +- src/IconSettingsNightSightRoundedFilled.tsx | 4 +- src/IconSettingsNightSightSharp.tsx | 6 +- src/IconSettingsNightSightSharpFilled.tsx | 4 +- src/IconSettingsOutlined.tsx | 4 +- src/IconSettingsOutlinedFilled.tsx | 6 +- src/IconSettingsOverscanOutlined.tsx | 6 +- src/IconSettingsOverscanOutlinedFilled.tsx | 4 +- src/IconSettingsOverscanRounded.tsx | 6 +- src/IconSettingsOverscanRoundedFilled.tsx | 4 +- src/IconSettingsOverscanSharp.tsx | 6 +- src/IconSettingsOverscanSharpFilled.tsx | 6 +- src/IconSettingsPanoramaOutlined.tsx | 6 +- src/IconSettingsPanoramaOutlinedFilled.tsx | 4 +- src/IconSettingsPanoramaRounded.tsx | 6 +- src/IconSettingsPanoramaRoundedFilled.tsx | 4 +- src/IconSettingsPanoramaSharp.tsx | 6 +- src/IconSettingsPanoramaSharpFilled.tsx | 6 +- src/IconSettingsPhoneOutlined.tsx | 6 +- src/IconSettingsPhoneOutlinedFilled.tsx | 6 +- src/IconSettingsPhoneRounded.tsx | 4 +- src/IconSettingsPhoneRoundedFilled.tsx | 6 +- src/IconSettingsPhoneSharp.tsx | 4 +- src/IconSettingsPhoneSharpFilled.tsx | 6 +- src/IconSettingsPhotoCameraOutlined.tsx | 6 +- src/IconSettingsPhotoCameraOutlinedFilled.tsx | 4 +- src/IconSettingsPhotoCameraRounded.tsx | 6 +- src/IconSettingsPhotoCameraRoundedFilled.tsx | 4 +- src/IconSettingsPhotoCameraSharp.tsx | 6 +- src/IconSettingsPhotoCameraSharpFilled.tsx | 4 +- src/IconSettingsPowerOutlined.tsx | 6 +- src/IconSettingsPowerOutlinedFilled.tsx | 6 +- src/IconSettingsPowerRounded.tsx | 4 +- src/IconSettingsPowerRoundedFilled.tsx | 6 +- src/IconSettingsPowerSharp.tsx | 4 +- src/IconSettingsPowerSharpFilled.tsx | 6 +- src/IconSettingsRemoteOutlined.tsx | 6 +- src/IconSettingsRemoteOutlinedFilled.tsx | 4 +- src/IconSettingsRemoteRounded.tsx | 6 +- src/IconSettingsRemoteRoundedFilled.tsx | 6 +- src/IconSettingsRemoteSharp.tsx | 4 +- src/IconSettingsRemoteSharpFilled.tsx | 6 +- src/IconSettingsRounded.tsx | 4 +- src/IconSettingsRoundedFilled.tsx | 6 +- src/IconSettingsSharp.tsx | 4 +- src/IconSettingsSharpFilled.tsx | 4 +- src/IconSettingsSlowMotionOutlined.tsx | 6 +- src/IconSettingsSlowMotionOutlinedFilled.tsx | 4 +- src/IconSettingsSlowMotionRounded.tsx | 6 +- src/IconSettingsSlowMotionRoundedFilled.tsx | 4 +- src/IconSettingsSlowMotionSharp.tsx | 6 +- src/IconSettingsSlowMotionSharpFilled.tsx | 4 +- src/IconSettingsSystemDaydreamOutlined.tsx | 4 +- ...onSettingsSystemDaydreamOutlinedFilled.tsx | 4 +- src/IconSettingsSystemDaydreamRounded.tsx | 4 +- ...conSettingsSystemDaydreamRoundedFilled.tsx | 4 +- src/IconSettingsSystemDaydreamSharp.tsx | 6 +- src/IconSettingsSystemDaydreamSharpFilled.tsx | 4 +- src/IconSettingsTimelapseOutlined.tsx | 6 +- src/IconSettingsTimelapseOutlinedFilled.tsx | 4 +- src/IconSettingsTimelapseRounded.tsx | 6 +- src/IconSettingsTimelapseRoundedFilled.tsx | 4 +- src/IconSettingsTimelapseSharp.tsx | 6 +- src/IconSettingsTimelapseSharpFilled.tsx | 4 +- src/IconSettingsVideoCameraOutlined.tsx | 6 +- src/IconSettingsVideoCameraOutlinedFilled.tsx | 4 +- src/IconSettingsVideoCameraRounded.tsx | 6 +- src/IconSettingsVideoCameraRoundedFilled.tsx | 4 +- src/IconSettingsVideoCameraSharp.tsx | 6 +- src/IconSettingsVideoCameraSharpFilled.tsx | 4 +- src/IconSettingsVoiceOutlined.tsx | 6 +- src/IconSettingsVoiceOutlinedFilled.tsx | 6 +- src/IconSettingsVoiceRounded.tsx | 4 +- src/IconSettingsVoiceRoundedFilled.tsx | 6 +- src/IconSettingsVoiceSharp.tsx | 4 +- src/IconSettingsVoiceSharpFilled.tsx | 6 +- src/IconSettopComponentOutlined.tsx | 6 +- src/IconSettopComponentOutlinedFilled.tsx | 4 +- src/IconSettopComponentRounded.tsx | 6 +- src/IconSettopComponentRoundedFilled.tsx | 4 +- src/IconSettopComponentSharp.tsx | 4 +- src/IconSettopComponentSharpFilled.tsx | 6 +- src/IconSevereColdOutlined.tsx | 4 +- src/IconSevereColdOutlinedFilled.tsx | 6 +- src/IconSevereColdRounded.tsx | 4 +- src/IconSevereColdRoundedFilled.tsx | 6 +- src/IconSevereColdSharp.tsx | 4 +- src/IconSevereColdSharpFilled.tsx | 6 +- src/IconShadowAddOutlined.tsx | 4 +- src/IconShadowAddOutlinedFilled.tsx | 6 +- src/IconShadowAddRounded.tsx | 4 +- src/IconShadowAddRoundedFilled.tsx | 6 +- src/IconShadowAddSharp.tsx | 4 +- src/IconShadowAddSharpFilled.tsx | 4 +- src/IconShadowMinusOutlined.tsx | 4 +- src/IconShadowMinusOutlinedFilled.tsx | 6 +- src/IconShadowMinusRounded.tsx | 4 +- src/IconShadowMinusRoundedFilled.tsx | 6 +- src/IconShadowMinusSharp.tsx | 4 +- src/IconShadowMinusSharpFilled.tsx | 6 +- src/IconShadowOutlined.tsx | 4 +- src/IconShadowOutlinedFilled.tsx | 4 +- src/IconShadowRounded.tsx | 4 +- src/IconShadowRoundedFilled.tsx | 4 +- src/IconShadowSharp.tsx | 4 +- src/IconShadowSharpFilled.tsx | 4 +- src/IconShapeLineOutlined.tsx | 4 +- src/IconShapeLineOutlinedFilled.tsx | 6 +- src/IconShapeLineRounded.tsx | 4 +- src/IconShapeLineRoundedFilled.tsx | 6 +- src/IconShapeLineSharp.tsx | 4 +- src/IconShapeLineSharpFilled.tsx | 4 +- src/IconShapesOutlined.tsx | 4 +- src/IconShapesOutlinedFilled.tsx | 4 +- src/IconShapesRounded.tsx | 4 +- src/IconShapesRoundedFilled.tsx | 4 +- src/IconShapesSharp.tsx | 4 +- src/IconShapesSharpFilled.tsx | 4 +- src/IconShareLocationOutlined.tsx | 6 +- src/IconShareLocationOutlinedFilled.tsx | 6 +- src/IconShareLocationRounded.tsx | 4 +- src/IconShareLocationRoundedFilled.tsx | 6 +- src/IconShareLocationSharp.tsx | 4 +- src/IconShareLocationSharpFilled.tsx | 6 +- src/IconShareOffOutlined.tsx | 4 +- src/IconShareOffOutlinedFilled.tsx | 6 +- src/IconShareOffRounded.tsx | 4 +- src/IconShareOffRoundedFilled.tsx | 6 +- src/IconShareOffSharp.tsx | 4 +- src/IconShareOffSharpFilled.tsx | 4 +- src/IconShareOutlined.tsx | 4 +- src/IconShareOutlinedFilled.tsx | 4 +- src/IconShareReviewsOutlined.tsx | 4 +- src/IconShareReviewsOutlinedFilled.tsx | 6 +- src/IconShareReviewsRounded.tsx | 4 +- src/IconShareReviewsRoundedFilled.tsx | 6 +- src/IconShareReviewsSharp.tsx | 4 +- src/IconShareReviewsSharpFilled.tsx | 6 +- src/IconShareRounded.tsx | 4 +- src/IconShareRoundedFilled.tsx | 4 +- src/IconShareSharp.tsx | 4 +- src/IconShareSharpFilled.tsx | 4 +- src/IconShareWindowsOutlined.tsx | 4 +- src/IconShareWindowsOutlinedFilled.tsx | 6 +- src/IconShareWindowsRounded.tsx | 4 +- src/IconShareWindowsRoundedFilled.tsx | 6 +- src/IconShareWindowsSharp.tsx | 4 +- src/IconShareWindowsSharpFilled.tsx | 6 +- src/IconSheetsRtlOutlined.tsx | 4 +- src/IconSheetsRtlOutlinedFilled.tsx | 6 +- src/IconSheetsRtlRounded.tsx | 4 +- src/IconSheetsRtlRoundedFilled.tsx | 6 +- src/IconSheetsRtlSharp.tsx | 4 +- src/IconSheetsRtlSharpFilled.tsx | 4 +- src/IconShelfAutoHideOutlined.tsx | 6 +- src/IconShelfAutoHideOutlinedFilled.tsx | 6 +- src/IconShelfAutoHideRounded.tsx | 4 +- src/IconShelfAutoHideRoundedFilled.tsx | 6 +- src/IconShelfAutoHideSharp.tsx | 4 +- src/IconShelfAutoHideSharpFilled.tsx | 6 +- src/IconShelfPositionOutlined.tsx | 6 +- src/IconShelfPositionOutlinedFilled.tsx | 6 +- src/IconShelfPositionRounded.tsx | 4 +- src/IconShelfPositionRoundedFilled.tsx | 6 +- src/IconShelfPositionSharp.tsx | 4 +- src/IconShelfPositionSharpFilled.tsx | 6 +- src/IconShelvesOutlined.tsx | 4 +- src/IconShelvesOutlinedFilled.tsx | 6 +- src/IconShelvesRounded.tsx | 4 +- src/IconShelvesRoundedFilled.tsx | 4 +- src/IconShelvesSharp.tsx | 4 +- src/IconShelvesSharpFilled.tsx | 4 +- src/IconShieldLockOutlined.tsx | 4 +- src/IconShieldLockOutlinedFilled.tsx | 6 +- src/IconShieldLockRounded.tsx | 4 +- src/IconShieldLockRoundedFilled.tsx | 6 +- src/IconShieldLockSharp.tsx | 4 +- src/IconShieldLockSharpFilled.tsx | 6 +- src/IconShieldLockedOutlined.tsx | 4 +- src/IconShieldLockedOutlinedFilled.tsx | 6 +- src/IconShieldLockedRounded.tsx | 4 +- src/IconShieldLockedRoundedFilled.tsx | 6 +- src/IconShieldLockedSharp.tsx | 4 +- src/IconShieldLockedSharpFilled.tsx | 6 +- src/IconShieldMoonOutlined.tsx | 4 +- src/IconShieldMoonOutlinedFilled.tsx | 6 +- src/IconShieldMoonRounded.tsx | 4 +- src/IconShieldMoonRoundedFilled.tsx | 6 +- src/IconShieldMoonSharp.tsx | 4 +- src/IconShieldMoonSharpFilled.tsx | 6 +- src/IconShieldOutlined.tsx | 4 +- src/IconShieldOutlinedFilled.tsx | 4 +- src/IconShieldPersonOutlined.tsx | 4 +- src/IconShieldPersonOutlinedFilled.tsx | 6 +- src/IconShieldPersonRounded.tsx | 4 +- src/IconShieldPersonRoundedFilled.tsx | 6 +- src/IconShieldPersonSharp.tsx | 4 +- src/IconShieldPersonSharpFilled.tsx | 6 +- src/IconShieldQuestionOutlined.tsx | 6 +- src/IconShieldQuestionOutlinedFilled.tsx | 4 +- src/IconShieldQuestionRounded.tsx | 6 +- src/IconShieldQuestionRoundedFilled.tsx | 6 +- src/IconShieldQuestionSharp.tsx | 4 +- src/IconShieldQuestionSharpFilled.tsx | 6 +- src/IconShieldRounded.tsx | 4 +- src/IconShieldRoundedFilled.tsx | 4 +- src/IconShieldSharp.tsx | 4 +- src/IconShieldSharpFilled.tsx | 4 +- src/IconShieldWithHeartOutlined.tsx | 6 +- src/IconShieldWithHeartOutlinedFilled.tsx | 4 +- src/IconShieldWithHeartRounded.tsx | 6 +- src/IconShieldWithHeartRoundedFilled.tsx | 4 +- src/IconShieldWithHeartSharp.tsx | 4 +- src/IconShieldWithHeartSharpFilled.tsx | 6 +- src/IconShieldWithHouseOutlined.tsx | 6 +- src/IconShieldWithHouseOutlinedFilled.tsx | 4 +- src/IconShieldWithHouseRounded.tsx | 6 +- src/IconShieldWithHouseRoundedFilled.tsx | 4 +- src/IconShieldWithHouseSharp.tsx | 4 +- src/IconShieldWithHouseSharpFilled.tsx | 6 +- src/IconShiftLockOffOutlined.tsx | 4 +- src/IconShiftLockOffOutlinedFilled.tsx | 6 +- src/IconShiftLockOffRounded.tsx | 4 +- src/IconShiftLockOffRoundedFilled.tsx | 6 +- src/IconShiftLockOffSharp.tsx | 4 +- src/IconShiftLockOffSharpFilled.tsx | 6 +- src/IconShiftLockOutlined.tsx | 4 +- src/IconShiftLockOutlinedFilled.tsx | 6 +- src/IconShiftLockRounded.tsx | 4 +- src/IconShiftLockRoundedFilled.tsx | 6 +- src/IconShiftLockSharp.tsx | 4 +- src/IconShiftLockSharpFilled.tsx | 4 +- src/IconShiftOutlined.tsx | 4 +- src/IconShiftOutlinedFilled.tsx | 4 +- src/IconShiftRounded.tsx | 4 +- src/IconShiftRoundedFilled.tsx | 4 +- src/IconShiftSharp.tsx | 4 +- src/IconShiftSharpFilled.tsx | 4 +- src/IconShopOutlined.tsx | 4 +- src/IconShopOutlinedFilled.tsx | 4 +- src/IconShopRounded.tsx | 4 +- src/IconShopRoundedFilled.tsx | 4 +- src/IconShopSharp.tsx | 4 +- src/IconShopSharpFilled.tsx | 4 +- src/IconShopTwoOutlined.tsx | 4 +- src/IconShopTwoOutlinedFilled.tsx | 6 +- src/IconShopTwoRounded.tsx | 4 +- src/IconShopTwoRoundedFilled.tsx | 4 +- src/IconShopTwoSharp.tsx | 4 +- src/IconShopTwoSharpFilled.tsx | 4 +- src/IconShoppingBagOutlined.tsx | 4 +- src/IconShoppingBagOutlinedFilled.tsx | 6 +- src/IconShoppingBagRounded.tsx | 4 +- src/IconShoppingBagRoundedFilled.tsx | 6 +- src/IconShoppingBagSharp.tsx | 4 +- src/IconShoppingBagSharpFilled.tsx | 6 +- src/IconShoppingBasketOutlined.tsx | 6 +- src/IconShoppingBasketOutlinedFilled.tsx | 4 +- src/IconShoppingBasketRounded.tsx | 6 +- src/IconShoppingBasketRoundedFilled.tsx | 6 +- src/IconShoppingBasketSharp.tsx | 4 +- src/IconShoppingBasketSharpFilled.tsx | 6 +- src/IconShoppingCartCheckoutOutlined.tsx | 4 +- ...IconShoppingCartCheckoutOutlinedFilled.tsx | 4 +- src/IconShoppingCartCheckoutRounded.tsx | 6 +- src/IconShoppingCartCheckoutRoundedFilled.tsx | 4 +- src/IconShoppingCartCheckoutSharp.tsx | 6 +- src/IconShoppingCartCheckoutSharpFilled.tsx | 4 +- src/IconShoppingCartOffOutlined.tsx | 6 +- src/IconShoppingCartOffOutlinedFilled.tsx | 4 +- src/IconShoppingCartOffRounded.tsx | 6 +- src/IconShoppingCartOffRoundedFilled.tsx | 4 +- src/IconShoppingCartOffSharp.tsx | 4 +- src/IconShoppingCartOffSharpFilled.tsx | 6 +- src/IconShoppingCartOutlined.tsx | 4 +- src/IconShoppingCartOutlinedFilled.tsx | 6 +- src/IconShoppingCartRounded.tsx | 4 +- src/IconShoppingCartRoundedFilled.tsx | 6 +- src/IconShoppingCartSharp.tsx | 4 +- src/IconShoppingCartSharpFilled.tsx | 6 +- src/IconShoppingmodeOutlined.tsx | 4 +- src/IconShoppingmodeOutlinedFilled.tsx | 6 +- src/IconShoppingmodeRounded.tsx | 4 +- src/IconShoppingmodeRoundedFilled.tsx | 6 +- src/IconShoppingmodeSharp.tsx | 4 +- src/IconShoppingmodeSharpFilled.tsx | 6 +- src/IconShortStayOutlined.tsx | 4 +- src/IconShortStayOutlinedFilled.tsx | 6 +- src/IconShortStayRounded.tsx | 4 +- src/IconShortStayRoundedFilled.tsx | 6 +- src/IconShortStaySharp.tsx | 4 +- src/IconShortStaySharpFilled.tsx | 4 +- src/IconShortTextOutlined.tsx | 4 +- src/IconShortTextOutlinedFilled.tsx | 6 +- src/IconShortTextRounded.tsx | 4 +- src/IconShortTextRoundedFilled.tsx | 6 +- src/IconShortTextSharp.tsx | 4 +- src/IconShortTextSharpFilled.tsx | 4 +- src/IconShowChartOutlined.tsx | 4 +- src/IconShowChartOutlinedFilled.tsx | 6 +- src/IconShowChartRounded.tsx | 4 +- src/IconShowChartRoundedFilled.tsx | 6 +- src/IconShowChartSharp.tsx | 4 +- src/IconShowChartSharpFilled.tsx | 4 +- src/IconShowerOutlined.tsx | 4 +- src/IconShowerOutlinedFilled.tsx | 4 +- src/IconShowerRounded.tsx | 4 +- src/IconShowerRoundedFilled.tsx | 4 +- src/IconShowerSharp.tsx | 4 +- src/IconShowerSharpFilled.tsx | 4 +- src/IconShuffleOnOutlined.tsx | 4 +- src/IconShuffleOnOutlinedFilled.tsx | 6 +- src/IconShuffleOnRounded.tsx | 4 +- src/IconShuffleOnRoundedFilled.tsx | 6 +- src/IconShuffleOnSharp.tsx | 4 +- src/IconShuffleOnSharpFilled.tsx | 4 +- src/IconShuffleOutlined.tsx | 4 +- src/IconShuffleOutlinedFilled.tsx | 6 +- src/IconShuffleRounded.tsx | 4 +- src/IconShuffleRoundedFilled.tsx | 4 +- src/IconShuffleSharp.tsx | 4 +- src/IconShuffleSharpFilled.tsx | 4 +- src/IconShutterSpeedAddOutlined.tsx | 6 +- src/IconShutterSpeedAddOutlinedFilled.tsx | 4 +- src/IconShutterSpeedAddRounded.tsx | 6 +- src/IconShutterSpeedAddRoundedFilled.tsx | 4 +- src/IconShutterSpeedAddSharp.tsx | 4 +- src/IconShutterSpeedAddSharpFilled.tsx | 6 +- src/IconShutterSpeedMinusOutlined.tsx | 6 +- src/IconShutterSpeedMinusOutlinedFilled.tsx | 4 +- src/IconShutterSpeedMinusRounded.tsx | 6 +- src/IconShutterSpeedMinusRoundedFilled.tsx | 4 +- src/IconShutterSpeedMinusSharp.tsx | 6 +- src/IconShutterSpeedMinusSharpFilled.tsx | 4 +- src/IconShutterSpeedOutlined.tsx | 9 + src/IconShutterSpeedOutlinedFilled.tsx | 6 +- src/IconShutterSpeedRounded.tsx | 4 +- src/IconShutterSpeedRoundedFilled.tsx | 6 +- src/IconShutterSpeedSharp.tsx | 4 +- src/IconShutterSpeedSharpFilled.tsx | 6 +- src/IconSickOutlined.tsx | 4 +- src/IconSickOutlinedFilled.tsx | 4 +- src/IconSickRounded.tsx | 4 +- src/IconSickRoundedFilled.tsx | 4 +- src/IconSickSharp.tsx | 4 +- src/IconSickSharpFilled.tsx | 4 +- src/IconSideNavigationOutlined.tsx | 6 +- src/IconSideNavigationOutlinedFilled.tsx | 4 +- src/IconSideNavigationRounded.tsx | 6 +- src/IconSideNavigationRoundedFilled.tsx | 6 +- src/IconSideNavigationSharp.tsx | 4 +- src/IconSideNavigationSharpFilled.tsx | 6 +- src/IconSignLanguageOutlined.tsx | 4 +- src/IconSignLanguageOutlinedFilled.tsx | 6 +- src/IconSignLanguageRounded.tsx | 4 +- src/IconSignLanguageRoundedFilled.tsx | 6 +- src/IconSignLanguageSharp.tsx | 4 +- src/IconSignLanguageSharpFilled.tsx | 6 +- src/IconSignalCellular0BarOutlined.tsx | 6 +- src/IconSignalCellular0BarOutlinedFilled.tsx | 4 +- src/IconSignalCellular0BarRounded.tsx | 6 +- src/IconSignalCellular0BarRoundedFilled.tsx | 4 +- src/IconSignalCellular0BarSharp.tsx | 6 +- src/IconSignalCellular0BarSharpFilled.tsx | 4 +- src/IconSignalCellular1BarOutlined.tsx | 6 +- src/IconSignalCellular1BarOutlinedFilled.tsx | 4 +- src/IconSignalCellular1BarRounded.tsx | 6 +- src/IconSignalCellular1BarRoundedFilled.tsx | 4 +- src/IconSignalCellular1BarSharp.tsx | 6 +- src/IconSignalCellular1BarSharpFilled.tsx | 4 +- src/IconSignalCellular2BarOutlined.tsx | 6 +- src/IconSignalCellular2BarOutlinedFilled.tsx | 4 +- src/IconSignalCellular2BarRounded.tsx | 6 +- src/IconSignalCellular2BarRoundedFilled.tsx | 4 +- src/IconSignalCellular2BarSharp.tsx | 6 +- src/IconSignalCellular2BarSharpFilled.tsx | 4 +- src/IconSignalCellular3BarOutlined.tsx | 6 +- src/IconSignalCellular3BarOutlinedFilled.tsx | 4 +- src/IconSignalCellular3BarRounded.tsx | 6 +- src/IconSignalCellular3BarRoundedFilled.tsx | 4 +- src/IconSignalCellular3BarSharp.tsx | 6 +- src/IconSignalCellular3BarSharpFilled.tsx | 4 +- src/IconSignalCellular4BarOutlined.tsx | 6 +- src/IconSignalCellular4BarOutlinedFilled.tsx | 4 +- src/IconSignalCellular4BarRounded.tsx | 6 +- src/IconSignalCellular4BarRoundedFilled.tsx | 4 +- src/IconSignalCellular4BarSharp.tsx | 6 +- src/IconSignalCellular4BarSharpFilled.tsx | 4 +- src/IconSignalCellularAddOutlined.tsx | 6 +- src/IconSignalCellularAddOutlinedFilled.tsx | 4 +- src/IconSignalCellularAddRounded.tsx | 6 +- src/IconSignalCellularAddRoundedFilled.tsx | 4 +- src/IconSignalCellularAddSharp.tsx | 6 +- src/IconSignalCellularAddSharpFilled.tsx | 4 +- src/IconSignalCellularAlt1BarOutlined.tsx | 4 +- ...conSignalCellularAlt1BarOutlinedFilled.tsx | 4 +- src/IconSignalCellularAlt1BarRounded.tsx | 4 +- ...IconSignalCellularAlt1BarRoundedFilled.tsx | 4 +- src/IconSignalCellularAlt1BarSharp.tsx | 6 +- src/IconSignalCellularAlt1BarSharpFilled.tsx | 4 +- src/IconSignalCellularAlt2BarOutlined.tsx | 4 +- ...conSignalCellularAlt2BarOutlinedFilled.tsx | 4 +- src/IconSignalCellularAlt2BarRounded.tsx | 4 +- ...IconSignalCellularAlt2BarRoundedFilled.tsx | 4 +- src/IconSignalCellularAlt2BarSharp.tsx | 6 +- src/IconSignalCellularAlt2BarSharpFilled.tsx | 4 +- src/IconSignalCellularAltOutlined.tsx | 6 +- src/IconSignalCellularAltOutlinedFilled.tsx | 4 +- src/IconSignalCellularAltRounded.tsx | 6 +- src/IconSignalCellularAltRoundedFilled.tsx | 4 +- src/IconSignalCellularAltSharp.tsx | 6 +- src/IconSignalCellularAltSharpFilled.tsx | 4 +- ...ellularConnectedNoInternet0BarOutlined.tsx | 4 +- ...rConnectedNoInternet0BarOutlinedFilled.tsx | 4 +- ...CellularConnectedNoInternet0BarRounded.tsx | 8 +- ...arConnectedNoInternet0BarRoundedFilled.tsx | 4 +- ...alCellularConnectedNoInternet0BarSharp.tsx | 8 +- ...ularConnectedNoInternet0BarSharpFilled.tsx | 4 +- ...ellularConnectedNoInternet4BarOutlined.tsx | 4 +- ...rConnectedNoInternet4BarOutlinedFilled.tsx | 4 +- ...CellularConnectedNoInternet4BarRounded.tsx | 8 +- ...arConnectedNoInternet4BarRoundedFilled.tsx | 4 +- ...alCellularConnectedNoInternet4BarSharp.tsx | 8 +- ...ularConnectedNoInternet4BarSharpFilled.tsx | 4 +- src/IconSignalCellularNodataOutlined.tsx | 4 +- ...IconSignalCellularNodataOutlinedFilled.tsx | 4 +- src/IconSignalCellularNodataRounded.tsx | 6 +- src/IconSignalCellularNodataRoundedFilled.tsx | 4 +- src/IconSignalCellularNodataSharp.tsx | 6 +- src/IconSignalCellularNodataSharpFilled.tsx | 4 +- src/IconSignalCellularNullOutlined.tsx | 11 + src/IconSignalCellularNullOutlinedFilled.tsx | 4 +- src/IconSignalCellularNullRounded.tsx | 6 +- src/IconSignalCellularNullRoundedFilled.tsx | 4 +- src/IconSignalCellularNullSharp.tsx | 6 +- src/IconSignalCellularNullSharpFilled.tsx | 4 +- src/IconSignalCellularOffOutlined.tsx | 6 +- src/IconSignalCellularOffOutlinedFilled.tsx | 4 +- src/IconSignalCellularOffRounded.tsx | 6 +- src/IconSignalCellularOffRoundedFilled.tsx | 4 +- src/IconSignalCellularOffSharp.tsx | 6 +- src/IconSignalCellularOffSharpFilled.tsx | 4 +- src/IconSignalCellularPauseOutlined.tsx | 6 +- src/IconSignalCellularPauseOutlinedFilled.tsx | 4 +- src/IconSignalCellularPauseRounded.tsx | 6 +- src/IconSignalCellularPauseRoundedFilled.tsx | 4 +- src/IconSignalCellularPauseSharp.tsx | 6 +- src/IconSignalCellularPauseSharpFilled.tsx | 4 +- src/IconSignalDisconnectedOutlined.tsx | 6 +- src/IconSignalDisconnectedOutlinedFilled.tsx | 4 +- src/IconSignalDisconnectedRounded.tsx | 6 +- src/IconSignalDisconnectedRoundedFilled.tsx | 4 +- src/IconSignalDisconnectedSharp.tsx | 6 +- src/IconSignalDisconnectedSharpFilled.tsx | 4 +- src/IconSignalWifi0BarOutlined.tsx | 6 +- src/IconSignalWifi0BarOutlinedFilled.tsx | 4 +- src/IconSignalWifi0BarRounded.tsx | 6 +- src/IconSignalWifi0BarRoundedFilled.tsx | 6 +- src/IconSignalWifi0BarSharp.tsx | 4 +- src/IconSignalWifi0BarSharpFilled.tsx | 6 +- src/IconSignalWifi4BarOutlined.tsx | 6 +- src/IconSignalWifi4BarOutlinedFilled.tsx | 4 +- src/IconSignalWifi4BarRounded.tsx | 6 +- src/IconSignalWifi4BarRoundedFilled.tsx | 6 +- src/IconSignalWifi4BarSharp.tsx | 4 +- src/IconSignalWifi4BarSharpFilled.tsx | 6 +- src/IconSignalWifiBadOutlined.tsx | 6 +- src/IconSignalWifiBadOutlinedFilled.tsx | 6 +- src/IconSignalWifiBadRounded.tsx | 4 +- src/IconSignalWifiBadRoundedFilled.tsx | 6 +- src/IconSignalWifiBadSharp.tsx | 4 +- src/IconSignalWifiBadSharpFilled.tsx | 6 +- src/IconSignalWifiOffOutlined.tsx | 6 +- src/IconSignalWifiOffOutlinedFilled.tsx | 6 +- src/IconSignalWifiOffRounded.tsx | 4 +- src/IconSignalWifiOffRoundedFilled.tsx | 6 +- src/IconSignalWifiOffSharp.tsx | 4 +- src/IconSignalWifiOffSharpFilled.tsx | 6 +- ...ignalWifiStatusbarNotConnectedOutlined.tsx | 8 +- ...ifiStatusbarNotConnectedOutlinedFilled.tsx | 4 +- ...SignalWifiStatusbarNotConnectedRounded.tsx | 8 +- ...WifiStatusbarNotConnectedRoundedFilled.tsx | 8 +- ...onSignalWifiStatusbarNotConnectedSharp.tsx | 4 +- ...alWifiStatusbarNotConnectedSharpFilled.tsx | 8 +- src/IconSignalWifiStatusbarNullOutlined.tsx | 4 +- ...nSignalWifiStatusbarNullOutlinedFilled.tsx | 4 +- src/IconSignalWifiStatusbarNullRounded.tsx | 4 +- ...onSignalWifiStatusbarNullRoundedFilled.tsx | 4 +- src/IconSignalWifiStatusbarNullSharp.tsx | 4 +- ...IconSignalWifiStatusbarNullSharpFilled.tsx | 4 +- src/IconSignatureOutlined.tsx | 4 +- src/IconSignatureOutlinedFilled.tsx | 6 +- src/IconSignatureRounded.tsx | 4 +- src/IconSignatureRoundedFilled.tsx | 6 +- src/IconSignatureSharp.tsx | 4 +- src/IconSignatureSharpFilled.tsx | 4 +- src/IconSignpostOutlined.tsx | 4 +- src/IconSignpostOutlinedFilled.tsx | 6 +- src/IconSignpostRounded.tsx | 4 +- src/IconSignpostRoundedFilled.tsx | 6 +- src/IconSignpostSharp.tsx | 4 +- src/IconSignpostSharpFilled.tsx | 4 +- src/IconSimCardDownloadOutlined.tsx | 6 +- src/IconSimCardDownloadOutlinedFilled.tsx | 4 +- src/IconSimCardDownloadRounded.tsx | 6 +- src/IconSimCardDownloadRoundedFilled.tsx | 4 +- src/IconSimCardDownloadSharp.tsx | 4 +- src/IconSimCardDownloadSharpFilled.tsx | 6 +- src/IconSimCardOutlined.tsx | 4 +- src/IconSimCardOutlinedFilled.tsx | 6 +- src/IconSimCardRounded.tsx | 4 +- src/IconSimCardRoundedFilled.tsx | 4 +- src/IconSimCardSharp.tsx | 4 +- src/IconSimCardSharpFilled.tsx | 4 +- src/IconSimulationOutlined.tsx | 9 + src/IconSimulationOutlinedFilled.tsx | 11 + src/IconSimulationRounded.tsx | 9 + src/IconSimulationRoundedFilled.tsx | 11 + src/IconSimulationSharp.tsx | 9 + src/IconSimulationSharpFilled.tsx | 11 + src/IconSingleBedOutlined.tsx | 4 +- src/IconSingleBedOutlinedFilled.tsx | 6 +- src/IconSingleBedRounded.tsx | 4 +- src/IconSingleBedRoundedFilled.tsx | 6 +- src/IconSingleBedSharp.tsx | 4 +- src/IconSingleBedSharpFilled.tsx | 4 +- src/IconSipOutlined.tsx | 4 +- src/IconSipOutlinedFilled.tsx | 4 +- src/IconSipRounded.tsx | 4 +- src/IconSipRoundedFilled.tsx | 4 +- src/IconSipSharp.tsx | 4 +- src/IconSipSharpFilled.tsx | 4 +- src/IconSkateboardingOutlined.tsx | 6 +- src/IconSkateboardingOutlinedFilled.tsx | 6 +- src/IconSkateboardingRounded.tsx | 4 +- src/IconSkateboardingRoundedFilled.tsx | 6 +- src/IconSkateboardingSharp.tsx | 4 +- src/IconSkateboardingSharpFilled.tsx | 6 +- src/IconSkeletonOutlined.tsx | 4 +- src/IconSkeletonOutlinedFilled.tsx | 6 +- src/IconSkeletonRounded.tsx | 4 +- src/IconSkeletonRoundedFilled.tsx | 6 +- src/IconSkeletonSharp.tsx | 4 +- src/IconSkeletonSharpFilled.tsx | 4 +- src/IconSkilletCooktopOutlined.tsx | 6 +- src/IconSkilletCooktopOutlinedFilled.tsx | 4 +- src/IconSkilletCooktopRounded.tsx | 6 +- src/IconSkilletCooktopRoundedFilled.tsx | 6 +- src/IconSkilletCooktopSharp.tsx | 4 +- src/IconSkilletCooktopSharpFilled.tsx | 6 +- src/IconSkilletOutlined.tsx | 4 +- src/IconSkilletOutlinedFilled.tsx | 6 +- src/IconSkilletRounded.tsx | 4 +- src/IconSkilletRoundedFilled.tsx | 4 +- src/IconSkilletSharp.tsx | 4 +- src/IconSkilletSharpFilled.tsx | 4 +- src/IconSkipNextOutlined.tsx | 4 +- src/IconSkipNextOutlinedFilled.tsx | 6 +- src/IconSkipNextRounded.tsx | 4 +- src/IconSkipNextRoundedFilled.tsx | 6 +- src/IconSkipNextSharp.tsx | 4 +- src/IconSkipNextSharpFilled.tsx | 4 +- src/IconSkipPreviousOutlined.tsx | 4 +- src/IconSkipPreviousOutlinedFilled.tsx | 6 +- src/IconSkipPreviousRounded.tsx | 4 +- src/IconSkipPreviousRoundedFilled.tsx | 6 +- src/IconSkipPreviousSharp.tsx | 4 +- src/IconSkipPreviousSharpFilled.tsx | 6 +- src/IconSkullOutlined.tsx | 4 +- src/IconSkullOutlinedFilled.tsx | 4 +- src/IconSkullRounded.tsx | 4 +- src/IconSkullRoundedFilled.tsx | 4 +- src/IconSkullSharp.tsx | 4 +- src/IconSkullSharpFilled.tsx | 4 +- src/IconSlabSerifOutlined.tsx | 4 +- src/IconSlabSerifOutlinedFilled.tsx | 6 +- src/IconSlabSerifRounded.tsx | 4 +- src/IconSlabSerifRoundedFilled.tsx | 6 +- src/IconSlabSerifSharp.tsx | 4 +- src/IconSlabSerifSharpFilled.tsx | 4 +- src/IconSleddingOutlined.tsx | 4 +- src/IconSleddingOutlinedFilled.tsx | 6 +- src/IconSleddingRounded.tsx | 4 +- src/IconSleddingRoundedFilled.tsx | 6 +- src/IconSleddingSharp.tsx | 4 +- src/IconSleddingSharpFilled.tsx | 4 +- src/IconSleepScoreOutlined.tsx | 4 +- src/IconSleepScoreOutlinedFilled.tsx | 6 +- src/IconSleepScoreRounded.tsx | 4 +- src/IconSleepScoreRoundedFilled.tsx | 6 +- src/IconSleepScoreSharp.tsx | 4 +- src/IconSleepScoreSharpFilled.tsx | 6 +- src/IconSlideLibraryOutlined.tsx | 4 +- src/IconSlideLibraryOutlinedFilled.tsx | 6 +- src/IconSlideLibraryRounded.tsx | 4 +- src/IconSlideLibraryRoundedFilled.tsx | 6 +- src/IconSlideLibrarySharp.tsx | 4 +- src/IconSlideLibrarySharpFilled.tsx | 6 +- src/IconSlidersOutlined.tsx | 4 +- src/IconSlidersOutlinedFilled.tsx | 6 +- src/IconSlidersRounded.tsx | 4 +- src/IconSlidersRoundedFilled.tsx | 4 +- src/IconSlidersSharp.tsx | 4 +- src/IconSlidersSharpFilled.tsx | 4 +- src/IconSlideshowOutlined.tsx | 4 +- src/IconSlideshowOutlinedFilled.tsx | 6 +- src/IconSlideshowRounded.tsx | 4 +- src/IconSlideshowRoundedFilled.tsx | 6 +- src/IconSlideshowSharp.tsx | 4 +- src/IconSlideshowSharpFilled.tsx | 4 +- src/IconSlowMotionVideoOutlined.tsx | 6 +- src/IconSlowMotionVideoOutlinedFilled.tsx | 4 +- src/IconSlowMotionVideoRounded.tsx | 6 +- src/IconSlowMotionVideoRoundedFilled.tsx | 4 +- src/IconSlowMotionVideoSharp.tsx | 4 +- src/IconSlowMotionVideoSharpFilled.tsx | 6 +- src/IconSmartCardReaderOffOutlined.tsx | 6 +- src/IconSmartCardReaderOffOutlinedFilled.tsx | 4 +- src/IconSmartCardReaderOffRounded.tsx | 6 +- src/IconSmartCardReaderOffRoundedFilled.tsx | 4 +- src/IconSmartCardReaderOffSharp.tsx | 6 +- src/IconSmartCardReaderOffSharpFilled.tsx | 4 +- src/IconSmartCardReaderOutlined.tsx | 6 +- src/IconSmartCardReaderOutlinedFilled.tsx | 4 +- src/IconSmartCardReaderRounded.tsx | 6 +- src/IconSmartCardReaderRoundedFilled.tsx | 4 +- src/IconSmartCardReaderSharp.tsx | 4 +- src/IconSmartCardReaderSharpFilled.tsx | 6 +- src/IconSmartDisplayOutlined.tsx | 4 +- src/IconSmartDisplayOutlinedFilled.tsx | 6 +- src/IconSmartDisplayRounded.tsx | 4 +- src/IconSmartDisplayRoundedFilled.tsx | 6 +- src/IconSmartDisplaySharp.tsx | 4 +- src/IconSmartDisplaySharpFilled.tsx | 6 +- src/IconSmartOutletOutlined.tsx | 4 +- src/IconSmartOutletOutlinedFilled.tsx | 6 +- src/IconSmartOutletRounded.tsx | 4 +- src/IconSmartOutletRoundedFilled.tsx | 6 +- src/IconSmartOutletSharp.tsx | 4 +- src/IconSmartOutletSharpFilled.tsx | 6 +- src/IconSmartScreenOutlined.tsx | 4 +- src/IconSmartScreenOutlinedFilled.tsx | 6 +- src/IconSmartScreenRounded.tsx | 4 +- src/IconSmartScreenRoundedFilled.tsx | 6 +- src/IconSmartScreenSharp.tsx | 4 +- src/IconSmartScreenSharpFilled.tsx | 6 +- src/IconSmartToyOutlined.tsx | 4 +- src/IconSmartToyOutlinedFilled.tsx | 6 +- src/IconSmartToyRounded.tsx | 4 +- src/IconSmartToyRoundedFilled.tsx | 6 +- src/IconSmartToySharp.tsx | 4 +- src/IconSmartToySharpFilled.tsx | 4 +- src/IconSmartphoneCameraOutlined.tsx | 6 +- src/IconSmartphoneCameraOutlinedFilled.tsx | 4 +- src/IconSmartphoneCameraRounded.tsx | 6 +- src/IconSmartphoneCameraRoundedFilled.tsx | 4 +- src/IconSmartphoneCameraSharp.tsx | 6 +- src/IconSmartphoneCameraSharpFilled.tsx | 6 +- src/IconSmartphoneOutlined.tsx | 4 +- src/IconSmartphoneOutlinedFilled.tsx | 6 +- src/IconSmartphoneRounded.tsx | 4 +- src/IconSmartphoneRoundedFilled.tsx | 6 +- src/IconSmartphoneSharp.tsx | 4 +- src/IconSmartphoneSharpFilled.tsx | 6 +- src/IconSmbShareOutlined.tsx | 4 +- src/IconSmbShareOutlinedFilled.tsx | 6 +- src/IconSmbShareRounded.tsx | 4 +- src/IconSmbShareRoundedFilled.tsx | 6 +- src/IconSmbShareSharp.tsx | 4 +- src/IconSmbShareSharpFilled.tsx | 4 +- src/IconSmokeFreeOutlined.tsx | 4 +- src/IconSmokeFreeOutlinedFilled.tsx | 6 +- src/IconSmokeFreeRounded.tsx | 4 +- src/IconSmokeFreeRoundedFilled.tsx | 6 +- src/IconSmokeFreeSharp.tsx | 4 +- src/IconSmokeFreeSharpFilled.tsx | 4 +- src/IconSmokingRoomsOutlined.tsx | 4 +- src/IconSmokingRoomsOutlinedFilled.tsx | 6 +- src/IconSmokingRoomsRounded.tsx | 4 +- src/IconSmokingRoomsRoundedFilled.tsx | 6 +- src/IconSmokingRoomsSharp.tsx | 4 +- src/IconSmokingRoomsSharpFilled.tsx | 6 +- src/IconSmsOutlined.tsx | 4 +- src/IconSmsOutlinedFilled.tsx | 4 +- src/IconSmsRounded.tsx | 4 +- src/IconSmsRoundedFilled.tsx | 4 +- src/IconSmsSharp.tsx | 4 +- src/IconSmsSharpFilled.tsx | 4 +- src/IconSnippetFolderOutlined.tsx | 6 +- src/IconSnippetFolderOutlinedFilled.tsx | 6 +- src/IconSnippetFolderRounded.tsx | 4 +- src/IconSnippetFolderRoundedFilled.tsx | 6 +- src/IconSnippetFolderSharp.tsx | 4 +- src/IconSnippetFolderSharpFilled.tsx | 6 +- src/IconSnoozeOutlined.tsx | 4 +- src/IconSnoozeOutlinedFilled.tsx | 4 +- src/IconSnoozeRounded.tsx | 4 +- src/IconSnoozeRoundedFilled.tsx | 4 +- src/IconSnoozeSharp.tsx | 4 +- src/IconSnoozeSharpFilled.tsx | 4 +- src/IconSnowboardingOutlined.tsx | 4 +- src/IconSnowboardingOutlinedFilled.tsx | 6 +- src/IconSnowboardingRounded.tsx | 4 +- src/IconSnowboardingRoundedFilled.tsx | 6 +- src/IconSnowboardingSharp.tsx | 4 +- src/IconSnowboardingSharpFilled.tsx | 6 +- src/IconSnowingHeavyOutlined.tsx | 4 +- src/IconSnowingHeavyOutlinedFilled.tsx | 6 +- src/IconSnowingHeavyRounded.tsx | 4 +- src/IconSnowingHeavyRoundedFilled.tsx | 6 +- src/IconSnowingHeavySharp.tsx | 4 +- src/IconSnowingHeavySharpFilled.tsx | 6 +- src/IconSnowingOutlined.tsx | 4 +- src/IconSnowingOutlinedFilled.tsx | 6 +- src/IconSnowingRounded.tsx | 4 +- src/IconSnowingRoundedFilled.tsx | 4 +- src/IconSnowingSharp.tsx | 4 +- src/IconSnowingSharpFilled.tsx | 4 +- src/IconSnowmobileOutlined.tsx | 4 +- src/IconSnowmobileOutlinedFilled.tsx | 6 +- src/IconSnowmobileRounded.tsx | 4 +- src/IconSnowmobileRoundedFilled.tsx | 6 +- src/IconSnowmobileSharp.tsx | 4 +- src/IconSnowmobileSharpFilled.tsx | 6 +- src/IconSnowshoeingOutlined.tsx | 4 +- src/IconSnowshoeingOutlinedFilled.tsx | 6 +- src/IconSnowshoeingRounded.tsx | 4 +- src/IconSnowshoeingRoundedFilled.tsx | 6 +- src/IconSnowshoeingSharp.tsx | 4 +- src/IconSnowshoeingSharpFilled.tsx | 6 +- src/IconSoapOutlined.tsx | 4 +- src/IconSoapOutlinedFilled.tsx | 4 +- src/IconSoapRounded.tsx | 4 +- src/IconSoapRoundedFilled.tsx | 4 +- src/IconSoapSharp.tsx | 4 +- src/IconSoapSharpFilled.tsx | 4 +- src/IconSocialDistanceOutlined.tsx | 6 +- src/IconSocialDistanceOutlinedFilled.tsx | 4 +- src/IconSocialDistanceRounded.tsx | 6 +- src/IconSocialDistanceRoundedFilled.tsx | 6 +- src/IconSocialDistanceSharp.tsx | 4 +- src/IconSocialDistanceSharpFilled.tsx | 6 +- src/IconSocialLeaderboardOutlined.tsx | 6 +- src/IconSocialLeaderboardOutlinedFilled.tsx | 4 +- src/IconSocialLeaderboardRounded.tsx | 6 +- src/IconSocialLeaderboardRoundedFilled.tsx | 4 +- src/IconSocialLeaderboardSharp.tsx | 6 +- src/IconSocialLeaderboardSharpFilled.tsx | 4 +- src/IconSolarPowerOutlined.tsx | 4 +- src/IconSolarPowerOutlinedFilled.tsx | 6 +- src/IconSolarPowerRounded.tsx | 4 +- src/IconSolarPowerRoundedFilled.tsx | 6 +- src/IconSolarPowerSharp.tsx | 4 +- src/IconSolarPowerSharpFilled.tsx | 6 +- src/IconSortByAlphaOutlined.tsx | 4 +- src/IconSortByAlphaOutlinedFilled.tsx | 6 +- src/IconSortByAlphaRounded.tsx | 4 +- src/IconSortByAlphaRoundedFilled.tsx | 6 +- src/IconSortByAlphaSharp.tsx | 4 +- src/IconSortByAlphaSharpFilled.tsx | 6 +- src/IconSortOutlined.tsx | 4 +- src/IconSortOutlinedFilled.tsx | 4 +- src/IconSortRounded.tsx | 4 +- src/IconSortRoundedFilled.tsx | 4 +- src/IconSortSharp.tsx | 4 +- src/IconSortSharpFilled.tsx | 4 +- src/IconSosOutlined.tsx | 4 +- src/IconSosOutlinedFilled.tsx | 4 +- src/IconSosRounded.tsx | 4 +- src/IconSosRoundedFilled.tsx | 4 +- src/IconSosSharp.tsx | 4 +- src/IconSosSharpFilled.tsx | 4 +- src/IconSoundDetectionDogBarkingOutlined.tsx | 4 +- ...SoundDetectionDogBarkingOutlinedFilled.tsx | 8 +- src/IconSoundDetectionDogBarkingRounded.tsx | 4 +- ...nSoundDetectionDogBarkingRoundedFilled.tsx | 4 +- src/IconSoundDetectionDogBarkingSharp.tsx | 4 +- ...conSoundDetectionDogBarkingSharpFilled.tsx | 4 +- src/IconSoundDetectionGlassBreakOutlined.tsx | 4 +- ...SoundDetectionGlassBreakOutlinedFilled.tsx | 8 +- src/IconSoundDetectionGlassBreakRounded.tsx | 4 +- ...nSoundDetectionGlassBreakRoundedFilled.tsx | 4 +- src/IconSoundDetectionGlassBreakSharp.tsx | 4 +- ...conSoundDetectionGlassBreakSharpFilled.tsx | 4 +- src/IconSoundDetectionLoudSoundOutlined.tsx | 4 +- ...nSoundDetectionLoudSoundOutlinedFilled.tsx | 4 +- src/IconSoundDetectionLoudSoundRounded.tsx | 4 +- ...onSoundDetectionLoudSoundRoundedFilled.tsx | 4 +- src/IconSoundDetectionLoudSoundSharp.tsx | 4 +- ...IconSoundDetectionLoudSoundSharpFilled.tsx | 4 +- src/IconSoundSamplerOutlined.tsx | 4 +- src/IconSoundSamplerOutlinedFilled.tsx | 6 +- src/IconSoundSamplerRounded.tsx | 4 +- src/IconSoundSamplerRoundedFilled.tsx | 6 +- src/IconSoundSamplerSharp.tsx | 4 +- src/IconSoundSamplerSharpFilled.tsx | 6 +- src/IconSoupKitchenOutlined.tsx | 4 +- src/IconSoupKitchenOutlinedFilled.tsx | 6 +- src/IconSoupKitchenRounded.tsx | 4 +- src/IconSoupKitchenRoundedFilled.tsx | 6 +- src/IconSoupKitchenSharp.tsx | 4 +- src/IconSoupKitchenSharpFilled.tsx | 6 +- src/IconSourceEnvironmentOutlined.tsx | 6 +- src/IconSourceEnvironmentOutlinedFilled.tsx | 4 +- src/IconSourceEnvironmentRounded.tsx | 6 +- src/IconSourceEnvironmentRoundedFilled.tsx | 4 +- src/IconSourceEnvironmentSharp.tsx | 6 +- src/IconSourceEnvironmentSharpFilled.tsx | 4 +- src/IconSourceNotesOutlined.tsx | 4 +- src/IconSourceNotesOutlinedFilled.tsx | 6 +- src/IconSourceNotesRounded.tsx | 4 +- src/IconSourceNotesRoundedFilled.tsx | 6 +- src/IconSourceNotesSharp.tsx | 4 +- src/IconSourceNotesSharpFilled.tsx | 6 +- src/IconSouthAmericaOutlined.tsx | 4 +- src/IconSouthAmericaOutlinedFilled.tsx | 6 +- src/IconSouthAmericaRounded.tsx | 4 +- src/IconSouthAmericaRoundedFilled.tsx | 6 +- src/IconSouthAmericaSharp.tsx | 4 +- src/IconSouthAmericaSharpFilled.tsx | 6 +- src/IconSouthEastOutlined.tsx | 4 +- src/IconSouthEastOutlinedFilled.tsx | 6 +- src/IconSouthEastRounded.tsx | 4 +- src/IconSouthEastRoundedFilled.tsx | 6 +- src/IconSouthEastSharp.tsx | 4 +- src/IconSouthEastSharpFilled.tsx | 4 +- src/IconSouthOutlined.tsx | 4 +- src/IconSouthOutlinedFilled.tsx | 4 +- src/IconSouthRounded.tsx | 4 +- src/IconSouthRoundedFilled.tsx | 4 +- src/IconSouthSharp.tsx | 4 +- src/IconSouthSharpFilled.tsx | 4 +- src/IconSouthWestOutlined.tsx | 4 +- src/IconSouthWestOutlinedFilled.tsx | 6 +- src/IconSouthWestRounded.tsx | 4 +- src/IconSouthWestRoundedFilled.tsx | 6 +- src/IconSouthWestSharp.tsx | 4 +- src/IconSouthWestSharpFilled.tsx | 4 +- src/IconSpaOutlined.tsx | 4 +- src/IconSpaOutlinedFilled.tsx | 4 +- src/IconSpaRounded.tsx | 4 +- src/IconSpaRoundedFilled.tsx | 4 +- src/IconSpaSharp.tsx | 4 +- src/IconSpaSharpFilled.tsx | 4 +- src/IconSpaceBarOutlined.tsx | 4 +- src/IconSpaceBarOutlinedFilled.tsx | 6 +- src/IconSpaceBarRounded.tsx | 4 +- src/IconSpaceBarRoundedFilled.tsx | 6 +- src/IconSpaceBarSharp.tsx | 4 +- src/IconSpaceBarSharpFilled.tsx | 4 +- src/IconSpaceDashboardOutlined.tsx | 6 +- src/IconSpaceDashboardOutlinedFilled.tsx | 4 +- src/IconSpaceDashboardRounded.tsx | 6 +- src/IconSpaceDashboardRoundedFilled.tsx | 6 +- src/IconSpaceDashboardSharp.tsx | 4 +- src/IconSpaceDashboardSharpFilled.tsx | 6 +- src/IconSpatialAudioOffOutlined.tsx | 6 +- src/IconSpatialAudioOffOutlinedFilled.tsx | 4 +- src/IconSpatialAudioOffRounded.tsx | 6 +- src/IconSpatialAudioOffRoundedFilled.tsx | 4 +- src/IconSpatialAudioOffSharp.tsx | 4 +- src/IconSpatialAudioOffSharpFilled.tsx | 6 +- src/IconSpatialAudioOutlined.tsx | 4 +- src/IconSpatialAudioOutlinedFilled.tsx | 6 +- src/IconSpatialAudioRounded.tsx | 4 +- src/IconSpatialAudioRoundedFilled.tsx | 6 +- src/IconSpatialAudioSharp.tsx | 4 +- src/IconSpatialAudioSharpFilled.tsx | 6 +- src/IconSpatialSpeakerOutlined.tsx | 6 +- src/IconSpatialSpeakerOutlinedFilled.tsx | 4 +- src/IconSpatialSpeakerRounded.tsx | 6 +- src/IconSpatialSpeakerRoundedFilled.tsx | 6 +- src/IconSpatialSpeakerSharp.tsx | 4 +- src/IconSpatialSpeakerSharpFilled.tsx | 6 +- src/IconSpatialTrackingOutlined.tsx | 6 +- src/IconSpatialTrackingOutlinedFilled.tsx | 4 +- src/IconSpatialTrackingRounded.tsx | 6 +- src/IconSpatialTrackingRoundedFilled.tsx | 4 +- src/IconSpatialTrackingSharp.tsx | 4 +- src/IconSpatialTrackingSharpFilled.tsx | 6 +- src/IconSpeakerGroupOutlined.tsx | 4 +- src/IconSpeakerGroupOutlinedFilled.tsx | 6 +- src/IconSpeakerGroupRounded.tsx | 4 +- src/IconSpeakerGroupRoundedFilled.tsx | 6 +- src/IconSpeakerGroupSharp.tsx | 4 +- src/IconSpeakerGroupSharpFilled.tsx | 6 +- src/IconSpeakerNotesOffOutlined.tsx | 6 +- src/IconSpeakerNotesOffOutlinedFilled.tsx | 4 +- src/IconSpeakerNotesOffRounded.tsx | 6 +- src/IconSpeakerNotesOffRoundedFilled.tsx | 4 +- src/IconSpeakerNotesOffSharp.tsx | 4 +- src/IconSpeakerNotesOffSharpFilled.tsx | 6 +- src/IconSpeakerNotesOutlined.tsx | 4 +- src/IconSpeakerNotesOutlinedFilled.tsx | 6 +- src/IconSpeakerNotesRounded.tsx | 4 +- src/IconSpeakerNotesRoundedFilled.tsx | 6 +- src/IconSpeakerNotesSharp.tsx | 4 +- src/IconSpeakerNotesSharpFilled.tsx | 6 +- src/IconSpeakerOutlined.tsx | 4 +- src/IconSpeakerOutlinedFilled.tsx | 6 +- src/IconSpeakerPhoneOutlined.tsx | 4 +- src/IconSpeakerPhoneOutlinedFilled.tsx | 6 +- src/IconSpeakerPhoneRounded.tsx | 4 +- src/IconSpeakerPhoneRoundedFilled.tsx | 6 +- src/IconSpeakerPhoneSharp.tsx | 4 +- src/IconSpeakerPhoneSharpFilled.tsx | 6 +- src/IconSpeakerRounded.tsx | 4 +- src/IconSpeakerRoundedFilled.tsx | 4 +- src/IconSpeakerSharp.tsx | 4 +- src/IconSpeakerSharpFilled.tsx | 4 +- src/IconSpecialCharacterOutlined.tsx | 6 +- src/IconSpecialCharacterOutlinedFilled.tsx | 4 +- src/IconSpecialCharacterRounded.tsx | 6 +- src/IconSpecialCharacterRoundedFilled.tsx | 4 +- src/IconSpecialCharacterSharp.tsx | 6 +- src/IconSpecialCharacterSharpFilled.tsx | 6 +- src/IconSpecificGravityOutlined.tsx | 6 +- src/IconSpecificGravityOutlinedFilled.tsx | 4 +- src/IconSpecificGravityRounded.tsx | 6 +- src/IconSpecificGravityRoundedFilled.tsx | 4 +- src/IconSpecificGravitySharp.tsx | 4 +- src/IconSpecificGravitySharpFilled.tsx | 6 +- src/IconSpeechToTextOutlined.tsx | 4 +- src/IconSpeechToTextOutlinedFilled.tsx | 6 +- src/IconSpeechToTextRounded.tsx | 4 +- src/IconSpeechToTextRoundedFilled.tsx | 6 +- src/IconSpeechToTextSharp.tsx | 4 +- src/IconSpeechToTextSharpFilled.tsx | 6 +- src/IconSpeed025Outlined.tsx | 4 +- src/IconSpeed025OutlinedFilled.tsx | 6 +- src/IconSpeed025Rounded.tsx | 4 +- src/IconSpeed025RoundedFilled.tsx | 6 +- src/IconSpeed025Sharp.tsx | 4 +- src/IconSpeed025SharpFilled.tsx | 4 +- src/IconSpeed02xOutlined.tsx | 4 +- src/IconSpeed02xOutlinedFilled.tsx | 6 +- src/IconSpeed02xRounded.tsx | 4 +- src/IconSpeed02xRoundedFilled.tsx | 6 +- src/IconSpeed02xSharp.tsx | 4 +- src/IconSpeed02xSharpFilled.tsx | 4 +- src/IconSpeed05Outlined.tsx | 4 +- src/IconSpeed05OutlinedFilled.tsx | 6 +- src/IconSpeed05Rounded.tsx | 4 +- src/IconSpeed05RoundedFilled.tsx | 4 +- src/IconSpeed05Sharp.tsx | 4 +- src/IconSpeed05SharpFilled.tsx | 4 +- src/IconSpeed05xOutlined.tsx | 4 +- src/IconSpeed05xOutlinedFilled.tsx | 6 +- src/IconSpeed05xRounded.tsx | 4 +- src/IconSpeed05xRoundedFilled.tsx | 6 +- src/IconSpeed05xSharp.tsx | 4 +- src/IconSpeed05xSharpFilled.tsx | 4 +- src/IconSpeed075Outlined.tsx | 4 +- src/IconSpeed075OutlinedFilled.tsx | 6 +- src/IconSpeed075Rounded.tsx | 4 +- src/IconSpeed075RoundedFilled.tsx | 6 +- src/IconSpeed075Sharp.tsx | 4 +- src/IconSpeed075SharpFilled.tsx | 4 +- src/IconSpeed07xOutlined.tsx | 4 +- src/IconSpeed07xOutlinedFilled.tsx | 6 +- src/IconSpeed07xRounded.tsx | 4 +- src/IconSpeed07xRoundedFilled.tsx | 6 +- src/IconSpeed07xSharp.tsx | 4 +- src/IconSpeed07xSharpFilled.tsx | 4 +- src/IconSpeed125Outlined.tsx | 4 +- src/IconSpeed125OutlinedFilled.tsx | 6 +- src/IconSpeed125Rounded.tsx | 4 +- src/IconSpeed125RoundedFilled.tsx | 6 +- src/IconSpeed125Sharp.tsx | 4 +- src/IconSpeed125SharpFilled.tsx | 4 +- src/IconSpeed12Outlined.tsx | 4 +- src/IconSpeed12OutlinedFilled.tsx | 6 +- src/IconSpeed12Rounded.tsx | 4 +- src/IconSpeed12RoundedFilled.tsx | 4 +- src/IconSpeed12Sharp.tsx | 4 +- src/IconSpeed12SharpFilled.tsx | 4 +- src/IconSpeed12xOutlined.tsx | 4 +- src/IconSpeed12xOutlinedFilled.tsx | 6 +- src/IconSpeed12xRounded.tsx | 4 +- src/IconSpeed12xRoundedFilled.tsx | 6 +- src/IconSpeed12xSharp.tsx | 4 +- src/IconSpeed12xSharpFilled.tsx | 4 +- src/IconSpeed15Outlined.tsx | 4 +- src/IconSpeed15OutlinedFilled.tsx | 6 +- src/IconSpeed15Rounded.tsx | 4 +- src/IconSpeed15RoundedFilled.tsx | 4 +- src/IconSpeed15Sharp.tsx | 4 +- src/IconSpeed15SharpFilled.tsx | 4 +- src/IconSpeed15xOutlined.tsx | 4 +- src/IconSpeed15xOutlinedFilled.tsx | 6 +- src/IconSpeed15xRounded.tsx | 4 +- src/IconSpeed15xRoundedFilled.tsx | 6 +- src/IconSpeed15xSharp.tsx | 4 +- src/IconSpeed15xSharpFilled.tsx | 4 +- src/IconSpeed175Outlined.tsx | 4 +- src/IconSpeed175OutlinedFilled.tsx | 6 +- src/IconSpeed175Rounded.tsx | 4 +- src/IconSpeed175RoundedFilled.tsx | 6 +- src/IconSpeed175Sharp.tsx | 4 +- src/IconSpeed175SharpFilled.tsx | 4 +- src/IconSpeed17xOutlined.tsx | 4 +- src/IconSpeed17xOutlinedFilled.tsx | 6 +- src/IconSpeed17xRounded.tsx | 4 +- src/IconSpeed17xRoundedFilled.tsx | 6 +- src/IconSpeed17xSharp.tsx | 4 +- src/IconSpeed17xSharpFilled.tsx | 4 +- src/IconSpeed2xOutlined.tsx | 4 +- src/IconSpeed2xOutlinedFilled.tsx | 6 +- src/IconSpeed2xRounded.tsx | 4 +- src/IconSpeed2xRoundedFilled.tsx | 4 +- src/IconSpeed2xSharp.tsx | 4 +- src/IconSpeed2xSharpFilled.tsx | 4 +- src/IconSpeedCameraOutlined.tsx | 4 +- src/IconSpeedCameraOutlinedFilled.tsx | 6 +- src/IconSpeedCameraRounded.tsx | 4 +- src/IconSpeedCameraRoundedFilled.tsx | 6 +- src/IconSpeedCameraSharp.tsx | 4 +- src/IconSpeedCameraSharpFilled.tsx | 6 +- src/IconSpeedOutlined.tsx | 4 +- src/IconSpeedOutlinedFilled.tsx | 4 +- src/IconSpeedRounded.tsx | 4 +- src/IconSpeedRoundedFilled.tsx | 4 +- src/IconSpeedSharp.tsx | 4 +- src/IconSpeedSharpFilled.tsx | 4 +- src/IconSpellcheckOutlined.tsx | 4 +- src/IconSpellcheckOutlinedFilled.tsx | 6 +- src/IconSpellcheckRounded.tsx | 4 +- src/IconSpellcheckRoundedFilled.tsx | 6 +- src/IconSpellcheckSharp.tsx | 4 +- src/IconSpellcheckSharpFilled.tsx | 6 +- src/IconSplitscreenAddOutlined.tsx | 6 +- src/IconSplitscreenAddOutlinedFilled.tsx | 4 +- src/IconSplitscreenAddRounded.tsx | 6 +- src/IconSplitscreenAddRoundedFilled.tsx | 6 +- src/IconSplitscreenAddSharp.tsx | 4 +- src/IconSplitscreenAddSharpFilled.tsx | 6 +- src/IconSplitscreenBottomOutlined.tsx | 6 +- src/IconSplitscreenBottomOutlinedFilled.tsx | 4 +- src/IconSplitscreenBottomRounded.tsx | 6 +- src/IconSplitscreenBottomRoundedFilled.tsx | 4 +- src/IconSplitscreenBottomSharp.tsx | 6 +- src/IconSplitscreenBottomSharpFilled.tsx | 4 +- src/IconSplitscreenLandscapeOutlined.tsx | 4 +- ...IconSplitscreenLandscapeOutlinedFilled.tsx | 4 +- src/IconSplitscreenLandscapeRounded.tsx | 6 +- src/IconSplitscreenLandscapeRoundedFilled.tsx | 4 +- src/IconSplitscreenLandscapeSharp.tsx | 6 +- src/IconSplitscreenLandscapeSharpFilled.tsx | 4 +- src/IconSplitscreenLeftOutlined.tsx | 6 +- src/IconSplitscreenLeftOutlinedFilled.tsx | 4 +- src/IconSplitscreenLeftRounded.tsx | 6 +- src/IconSplitscreenLeftRoundedFilled.tsx | 4 +- src/IconSplitscreenLeftSharp.tsx | 4 +- src/IconSplitscreenLeftSharpFilled.tsx | 6 +- src/IconSplitscreenOutlined.tsx | 4 +- src/IconSplitscreenOutlinedFilled.tsx | 6 +- src/IconSplitscreenPortraitOutlined.tsx | 6 +- src/IconSplitscreenPortraitOutlinedFilled.tsx | 4 +- src/IconSplitscreenPortraitRounded.tsx | 6 +- src/IconSplitscreenPortraitRoundedFilled.tsx | 4 +- src/IconSplitscreenPortraitSharp.tsx | 6 +- src/IconSplitscreenPortraitSharpFilled.tsx | 4 +- src/IconSplitscreenRightOutlined.tsx | 6 +- src/IconSplitscreenRightOutlinedFilled.tsx | 4 +- src/IconSplitscreenRightRounded.tsx | 6 +- src/IconSplitscreenRightRoundedFilled.tsx | 4 +- src/IconSplitscreenRightSharp.tsx | 6 +- src/IconSplitscreenRightSharpFilled.tsx | 6 +- src/IconSplitscreenRounded.tsx | 4 +- src/IconSplitscreenRoundedFilled.tsx | 6 +- src/IconSplitscreenSharp.tsx | 4 +- src/IconSplitscreenSharpFilled.tsx | 6 +- src/IconSplitscreenTopOutlined.tsx | 6 +- src/IconSplitscreenTopOutlinedFilled.tsx | 4 +- src/IconSplitscreenTopRounded.tsx | 6 +- src/IconSplitscreenTopRoundedFilled.tsx | 6 +- src/IconSplitscreenTopSharp.tsx | 4 +- src/IconSplitscreenTopSharpFilled.tsx | 6 +- src/IconSplitscreenVerticalAddOutlined.tsx | 4 +- ...onSplitscreenVerticalAddOutlinedFilled.tsx | 4 +- src/IconSplitscreenVerticalAddRounded.tsx | 4 +- ...conSplitscreenVerticalAddRoundedFilled.tsx | 4 +- src/IconSplitscreenVerticalAddSharp.tsx | 6 +- src/IconSplitscreenVerticalAddSharpFilled.tsx | 4 +- src/IconSpo2Outlined.tsx | 4 +- src/IconSpo2OutlinedFilled.tsx | 4 +- src/IconSpo2Rounded.tsx | 4 +- src/IconSpo2RoundedFilled.tsx | 4 +- src/IconSpo2Sharp.tsx | 4 +- src/IconSpo2SharpFilled.tsx | 4 +- src/IconSpokeOutlined.tsx | 4 +- src/IconSpokeOutlinedFilled.tsx | 4 +- src/IconSpokeRounded.tsx | 4 +- src/IconSpokeRoundedFilled.tsx | 4 +- src/IconSpokeSharp.tsx | 4 +- src/IconSpokeSharpFilled.tsx | 4 +- src/IconSportsAndOutdoorsOutlined.tsx | 6 +- src/IconSportsAndOutdoorsOutlinedFilled.tsx | 4 +- src/IconSportsAndOutdoorsRounded.tsx | 6 +- src/IconSportsAndOutdoorsRoundedFilled.tsx | 4 +- src/IconSportsAndOutdoorsSharp.tsx | 6 +- src/IconSportsAndOutdoorsSharpFilled.tsx | 4 +- src/IconSportsBarOutlined.tsx | 4 +- src/IconSportsBarOutlinedFilled.tsx | 6 +- src/IconSportsBarRounded.tsx | 4 +- src/IconSportsBarRoundedFilled.tsx | 6 +- src/IconSportsBarSharp.tsx | 4 +- src/IconSportsBarSharpFilled.tsx | 4 +- src/IconSportsBaseballOutlined.tsx | 6 +- src/IconSportsBaseballOutlinedFilled.tsx | 4 +- src/IconSportsBaseballRounded.tsx | 6 +- src/IconSportsBaseballRoundedFilled.tsx | 6 +- src/IconSportsBaseballSharp.tsx | 4 +- src/IconSportsBaseballSharpFilled.tsx | 6 +- src/IconSportsBasketballOutlined.tsx | 6 +- src/IconSportsBasketballOutlinedFilled.tsx | 4 +- src/IconSportsBasketballRounded.tsx | 6 +- src/IconSportsBasketballRoundedFilled.tsx | 4 +- src/IconSportsBasketballSharp.tsx | 6 +- src/IconSportsBasketballSharpFilled.tsx | 6 +- src/IconSportsCricketOutlined.tsx | 6 +- src/IconSportsCricketOutlinedFilled.tsx | 6 +- src/IconSportsCricketRounded.tsx | 4 +- src/IconSportsCricketRoundedFilled.tsx | 6 +- src/IconSportsCricketSharp.tsx | 4 +- src/IconSportsCricketSharpFilled.tsx | 6 +- src/IconSportsEsportsOutlined.tsx | 6 +- src/IconSportsEsportsOutlinedFilled.tsx | 6 +- src/IconSportsEsportsRounded.tsx | 4 +- src/IconSportsEsportsRoundedFilled.tsx | 6 +- src/IconSportsEsportsSharp.tsx | 4 +- src/IconSportsEsportsSharpFilled.tsx | 6 +- src/IconSportsFootballOutlined.tsx | 6 +- src/IconSportsFootballOutlinedFilled.tsx | 4 +- src/IconSportsFootballRounded.tsx | 6 +- src/IconSportsFootballRoundedFilled.tsx | 6 +- src/IconSportsFootballSharp.tsx | 4 +- src/IconSportsFootballSharpFilled.tsx | 6 +- src/IconSportsGolfOutlined.tsx | 4 +- src/IconSportsGolfOutlinedFilled.tsx | 6 +- src/IconSportsGolfRounded.tsx | 4 +- src/IconSportsGolfRoundedFilled.tsx | 6 +- src/IconSportsGolfSharp.tsx | 4 +- src/IconSportsGolfSharpFilled.tsx | 6 +- src/IconSportsGymnasticsOutlined.tsx | 6 +- src/IconSportsGymnasticsOutlinedFilled.tsx | 4 +- src/IconSportsGymnasticsRounded.tsx | 6 +- src/IconSportsGymnasticsRoundedFilled.tsx | 4 +- src/IconSportsGymnasticsSharp.tsx | 6 +- src/IconSportsGymnasticsSharpFilled.tsx | 6 +- src/IconSportsHandballOutlined.tsx | 6 +- src/IconSportsHandballOutlinedFilled.tsx | 4 +- src/IconSportsHandballRounded.tsx | 6 +- src/IconSportsHandballRoundedFilled.tsx | 6 +- src/IconSportsHandballSharp.tsx | 4 +- src/IconSportsHandballSharpFilled.tsx | 6 +- src/IconSportsHockeyOutlined.tsx | 4 +- src/IconSportsHockeyOutlinedFilled.tsx | 6 +- src/IconSportsHockeyRounded.tsx | 4 +- src/IconSportsHockeyRoundedFilled.tsx | 6 +- src/IconSportsHockeySharp.tsx | 4 +- src/IconSportsHockeySharpFilled.tsx | 6 +- src/IconSportsKabaddiOutlined.tsx | 6 +- src/IconSportsKabaddiOutlinedFilled.tsx | 6 +- src/IconSportsKabaddiRounded.tsx | 4 +- src/IconSportsKabaddiRoundedFilled.tsx | 6 +- src/IconSportsKabaddiSharp.tsx | 4 +- src/IconSportsKabaddiSharpFilled.tsx | 6 +- src/IconSportsMartialArtsOutlined.tsx | 6 +- src/IconSportsMartialArtsOutlinedFilled.tsx | 4 +- src/IconSportsMartialArtsRounded.tsx | 6 +- src/IconSportsMartialArtsRoundedFilled.tsx | 4 +- src/IconSportsMartialArtsSharp.tsx | 6 +- src/IconSportsMartialArtsSharpFilled.tsx | 4 +- src/IconSportsMmaOutlined.tsx | 4 +- src/IconSportsMmaOutlinedFilled.tsx | 6 +- src/IconSportsMmaRounded.tsx | 4 +- src/IconSportsMmaRoundedFilled.tsx | 6 +- src/IconSportsMmaSharp.tsx | 4 +- src/IconSportsMmaSharpFilled.tsx | 4 +- src/IconSportsMotorsportsOutlined.tsx | 6 +- src/IconSportsMotorsportsOutlinedFilled.tsx | 4 +- src/IconSportsMotorsportsRounded.tsx | 6 +- src/IconSportsMotorsportsRoundedFilled.tsx | 4 +- src/IconSportsMotorsportsSharp.tsx | 6 +- src/IconSportsMotorsportsSharpFilled.tsx | 4 +- src/IconSportsOutlined.tsx | 4 +- src/IconSportsOutlinedFilled.tsx | 4 +- src/IconSportsRounded.tsx | 4 +- src/IconSportsRoundedFilled.tsx | 4 +- src/IconSportsRugbyOutlined.tsx | 4 +- src/IconSportsRugbyOutlinedFilled.tsx | 6 +- src/IconSportsRugbyRounded.tsx | 4 +- src/IconSportsRugbyRoundedFilled.tsx | 6 +- src/IconSportsRugbySharp.tsx | 4 +- src/IconSportsRugbySharpFilled.tsx | 6 +- src/IconSportsScoreOutlined.tsx | 4 +- src/IconSportsScoreOutlinedFilled.tsx | 6 +- src/IconSportsScoreRounded.tsx | 4 +- src/IconSportsScoreRoundedFilled.tsx | 6 +- src/IconSportsScoreSharp.tsx | 4 +- src/IconSportsScoreSharpFilled.tsx | 6 +- src/IconSportsSharp.tsx | 4 +- src/IconSportsSharpFilled.tsx | 4 +- src/IconSportsSoccerOutlined.tsx | 4 +- src/IconSportsSoccerOutlinedFilled.tsx | 6 +- src/IconSportsSoccerRounded.tsx | 4 +- src/IconSportsSoccerRoundedFilled.tsx | 6 +- src/IconSportsSoccerSharp.tsx | 4 +- src/IconSportsSoccerSharpFilled.tsx | 6 +- src/IconSportsTennisOutlined.tsx | 4 +- src/IconSportsTennisOutlinedFilled.tsx | 6 +- src/IconSportsTennisRounded.tsx | 4 +- src/IconSportsTennisRoundedFilled.tsx | 6 +- src/IconSportsTennisSharp.tsx | 4 +- src/IconSportsTennisSharpFilled.tsx | 6 +- src/IconSportsVolleyballOutlined.tsx | 6 +- src/IconSportsVolleyballOutlinedFilled.tsx | 4 +- src/IconSportsVolleyballRounded.tsx | 6 +- src/IconSportsVolleyballRoundedFilled.tsx | 4 +- src/IconSportsVolleyballSharp.tsx | 6 +- src/IconSportsVolleyballSharpFilled.tsx | 6 +- src/IconSprinklerOutlined.tsx | 4 +- src/IconSprinklerOutlinedFilled.tsx | 6 +- src/IconSprinklerRounded.tsx | 4 +- src/IconSprinklerRoundedFilled.tsx | 6 +- src/IconSprinklerSharp.tsx | 4 +- src/IconSprinklerSharpFilled.tsx | 4 +- src/IconSprintOutlined.tsx | 4 +- src/IconSprintOutlinedFilled.tsx | 4 +- src/IconSprintRounded.tsx | 4 +- src/IconSprintRoundedFilled.tsx | 4 +- src/IconSprintSharp.tsx | 4 +- src/IconSprintSharpFilled.tsx | 4 +- src/IconSquareFootOutlined.tsx | 4 +- src/IconSquareFootOutlinedFilled.tsx | 6 +- src/IconSquareFootRounded.tsx | 4 +- src/IconSquareFootRoundedFilled.tsx | 6 +- src/IconSquareFootSharp.tsx | 4 +- src/IconSquareFootSharpFilled.tsx | 6 +- src/IconSquareOutlined.tsx | 4 +- src/IconSquareOutlinedFilled.tsx | 4 +- src/IconSquareRounded.tsx | 4 +- src/IconSquareRoundedFilled.tsx | 4 +- src/IconSquareSharp.tsx | 4 +- src/IconSquareSharpFilled.tsx | 4 +- src/IconSsidChartOutlined.tsx | 4 +- src/IconSsidChartOutlinedFilled.tsx | 6 +- src/IconSsidChartRounded.tsx | 4 +- src/IconSsidChartRoundedFilled.tsx | 6 +- src/IconSsidChartSharp.tsx | 4 +- src/IconSsidChartSharpFilled.tsx | 4 +- src/IconStackHexagonOutlined.tsx | 4 +- src/IconStackHexagonOutlinedFilled.tsx | 6 +- src/IconStackHexagonRounded.tsx | 4 +- src/IconStackHexagonRoundedFilled.tsx | 6 +- src/IconStackHexagonSharp.tsx | 4 +- src/IconStackHexagonSharpFilled.tsx | 6 +- src/IconStackOffOutlined.tsx | 4 +- src/IconStackOffOutlinedFilled.tsx | 6 +- src/IconStackOffRounded.tsx | 4 +- src/IconStackOffRoundedFilled.tsx | 6 +- src/IconStackOffSharp.tsx | 4 +- src/IconStackOffSharpFilled.tsx | 4 +- src/IconStackOutlined.tsx | 4 +- src/IconStackOutlinedFilled.tsx | 4 +- src/IconStackRounded.tsx | 4 +- src/IconStackRoundedFilled.tsx | 4 +- src/IconStackSharp.tsx | 4 +- src/IconStackSharpFilled.tsx | 4 +- src/IconStackStarOutlined.tsx | 4 +- src/IconStackStarOutlinedFilled.tsx | 6 +- src/IconStackStarRounded.tsx | 4 +- src/IconStackStarRoundedFilled.tsx | 6 +- src/IconStackStarSharp.tsx | 4 +- src/IconStackStarSharpFilled.tsx | 4 +- src/IconStackedBarChartOutlined.tsx | 6 +- src/IconStackedBarChartOutlinedFilled.tsx | 4 +- src/IconStackedBarChartRounded.tsx | 6 +- src/IconStackedBarChartRoundedFilled.tsx | 4 +- src/IconStackedBarChartSharp.tsx | 4 +- src/IconStackedBarChartSharpFilled.tsx | 6 +- src/IconStackedEmailOutlined.tsx | 4 +- src/IconStackedEmailOutlinedFilled.tsx | 6 +- src/IconStackedEmailRounded.tsx | 4 +- src/IconStackedEmailRoundedFilled.tsx | 6 +- src/IconStackedEmailSharp.tsx | 4 +- src/IconStackedEmailSharpFilled.tsx | 6 +- src/IconStackedInboxOutlined.tsx | 4 +- src/IconStackedInboxOutlinedFilled.tsx | 6 +- src/IconStackedInboxRounded.tsx | 4 +- src/IconStackedInboxRoundedFilled.tsx | 6 +- src/IconStackedInboxSharp.tsx | 4 +- src/IconStackedInboxSharpFilled.tsx | 6 +- src/IconStackedLineChartOutlined.tsx | 6 +- src/IconStackedLineChartOutlinedFilled.tsx | 4 +- src/IconStackedLineChartRounded.tsx | 6 +- src/IconStackedLineChartRoundedFilled.tsx | 4 +- src/IconStackedLineChartSharp.tsx | 6 +- src/IconStackedLineChartSharpFilled.tsx | 6 +- src/IconStacksOutlined.tsx | 4 +- src/IconStacksOutlinedFilled.tsx | 4 +- src/IconStacksRounded.tsx | 4 +- src/IconStacksRoundedFilled.tsx | 4 +- src/IconStacksSharp.tsx | 4 +- src/IconStacksSharpFilled.tsx | 4 +- src/IconStadiaControllerOutlined.tsx | 6 +- src/IconStadiaControllerOutlinedFilled.tsx | 4 +- src/IconStadiaControllerRounded.tsx | 6 +- src/IconStadiaControllerRoundedFilled.tsx | 4 +- src/IconStadiaControllerSharp.tsx | 6 +- src/IconStadiaControllerSharpFilled.tsx | 6 +- src/IconStadiumOutlined.tsx | 4 +- src/IconStadiumOutlinedFilled.tsx | 6 +- src/IconStadiumRounded.tsx | 4 +- src/IconStadiumRoundedFilled.tsx | 4 +- src/IconStadiumSharp.tsx | 4 +- src/IconStadiumSharpFilled.tsx | 4 +- src/IconStairs2Outlined.tsx | 4 +- src/IconStairs2OutlinedFilled.tsx | 6 +- src/IconStairs2Rounded.tsx | 4 +- src/IconStairs2RoundedFilled.tsx | 4 +- src/IconStairs2Sharp.tsx | 4 +- src/IconStairs2SharpFilled.tsx | 4 +- src/IconStairsOutlined.tsx | 4 +- src/IconStairsOutlinedFilled.tsx | 4 +- src/IconStairsRounded.tsx | 4 +- src/IconStairsRoundedFilled.tsx | 4 +- src/IconStairsSharp.tsx | 4 +- src/IconStairsSharpFilled.tsx | 4 +- src/IconStarHalfOutlined.tsx | 4 +- src/IconStarHalfOutlinedFilled.tsx | 6 +- src/IconStarHalfRounded.tsx | 4 +- src/IconStarHalfRoundedFilled.tsx | 6 +- src/IconStarHalfSharp.tsx | 4 +- src/IconStarHalfSharpFilled.tsx | 4 +- src/IconStarOutlined.tsx | 4 +- src/IconStarOutlinedFilled.tsx | 4 +- src/IconStarRateHalfOutlined.tsx | 4 +- src/IconStarRateHalfOutlinedFilled.tsx | 6 +- src/IconStarRateHalfRounded.tsx | 4 +- src/IconStarRateHalfRoundedFilled.tsx | 6 +- src/IconStarRateHalfSharp.tsx | 4 +- src/IconStarRateHalfSharpFilled.tsx | 6 +- src/IconStarRateOutlined.tsx | 4 +- src/IconStarRateOutlinedFilled.tsx | 6 +- src/IconStarRateRounded.tsx | 4 +- src/IconStarRateRoundedFilled.tsx | 6 +- src/IconStarRateSharp.tsx | 4 +- src/IconStarRateSharpFilled.tsx | 4 +- src/IconStarRounded.tsx | 4 +- src/IconStarRoundedFilled.tsx | 4 +- src/IconStarSharp.tsx | 4 +- src/IconStarSharpFilled.tsx | 4 +- src/IconStarsOutlined.tsx | 4 +- src/IconStarsOutlinedFilled.tsx | 4 +- src/IconStarsRounded.tsx | 4 +- src/IconStarsRoundedFilled.tsx | 4 +- src/IconStarsSharp.tsx | 4 +- src/IconStarsSharpFilled.tsx | 4 +- src/IconStartOutlined.tsx | 4 +- src/IconStartOutlinedFilled.tsx | 4 +- src/IconStartRounded.tsx | 4 +- src/IconStartRoundedFilled.tsx | 4 +- src/IconStartSharp.tsx | 4 +- src/IconStartSharpFilled.tsx | 4 +- src/IconStat0Outlined.tsx | 4 +- src/IconStat0OutlinedFilled.tsx | 4 +- src/IconStat0Rounded.tsx | 4 +- src/IconStat0RoundedFilled.tsx | 4 +- src/IconStat0Sharp.tsx | 4 +- src/IconStat0SharpFilled.tsx | 4 +- src/IconStat1Outlined.tsx | 4 +- src/IconStat1OutlinedFilled.tsx | 4 +- src/IconStat1Rounded.tsx | 4 +- src/IconStat1RoundedFilled.tsx | 4 +- src/IconStat1Sharp.tsx | 4 +- src/IconStat1SharpFilled.tsx | 4 +- src/IconStat2Outlined.tsx | 4 +- src/IconStat2OutlinedFilled.tsx | 4 +- src/IconStat2Rounded.tsx | 4 +- src/IconStat2RoundedFilled.tsx | 4 +- src/IconStat2Sharp.tsx | 4 +- src/IconStat2SharpFilled.tsx | 4 +- src/IconStat3Outlined.tsx | 4 +- src/IconStat3OutlinedFilled.tsx | 4 +- src/IconStat3Rounded.tsx | 4 +- src/IconStat3RoundedFilled.tsx | 4 +- src/IconStat3Sharp.tsx | 4 +- src/IconStat3SharpFilled.tsx | 4 +- src/IconStatMinus1Outlined.tsx | 4 +- src/IconStatMinus1OutlinedFilled.tsx | 6 +- src/IconStatMinus1Rounded.tsx | 4 +- src/IconStatMinus1RoundedFilled.tsx | 6 +- src/IconStatMinus1Sharp.tsx | 4 +- src/IconStatMinus1SharpFilled.tsx | 6 +- src/IconStatMinus2Outlined.tsx | 4 +- src/IconStatMinus2OutlinedFilled.tsx | 6 +- src/IconStatMinus2Rounded.tsx | 4 +- src/IconStatMinus2RoundedFilled.tsx | 6 +- src/IconStatMinus2Sharp.tsx | 4 +- src/IconStatMinus2SharpFilled.tsx | 6 +- src/IconStatMinus3Outlined.tsx | 4 +- src/IconStatMinus3OutlinedFilled.tsx | 6 +- src/IconStatMinus3Rounded.tsx | 4 +- src/IconStatMinus3RoundedFilled.tsx | 6 +- src/IconStatMinus3Sharp.tsx | 4 +- src/IconStatMinus3SharpFilled.tsx | 6 +- src/IconStayCurrentLandscapeOutlined.tsx | 4 +- ...IconStayCurrentLandscapeOutlinedFilled.tsx | 4 +- src/IconStayCurrentLandscapeRounded.tsx | 6 +- src/IconStayCurrentLandscapeRoundedFilled.tsx | 4 +- src/IconStayCurrentLandscapeSharp.tsx | 6 +- src/IconStayCurrentLandscapeSharpFilled.tsx | 4 +- src/IconStayCurrentPortraitOutlined.tsx | 6 +- src/IconStayCurrentPortraitOutlinedFilled.tsx | 4 +- src/IconStayCurrentPortraitRounded.tsx | 6 +- src/IconStayCurrentPortraitRoundedFilled.tsx | 4 +- src/IconStayCurrentPortraitSharp.tsx | 6 +- src/IconStayCurrentPortraitSharpFilled.tsx | 4 +- src/IconStayPrimaryLandscapeOutlined.tsx | 4 +- ...IconStayPrimaryLandscapeOutlinedFilled.tsx | 4 +- src/IconStayPrimaryLandscapeRounded.tsx | 6 +- src/IconStayPrimaryLandscapeRoundedFilled.tsx | 4 +- src/IconStayPrimaryLandscapeSharp.tsx | 6 +- src/IconStayPrimaryLandscapeSharpFilled.tsx | 4 +- src/IconStayPrimaryPortraitOutlined.tsx | 6 +- src/IconStayPrimaryPortraitOutlinedFilled.tsx | 4 +- src/IconStayPrimaryPortraitRounded.tsx | 6 +- src/IconStayPrimaryPortraitRoundedFilled.tsx | 4 +- src/IconStayPrimaryPortraitSharp.tsx | 6 +- src/IconStayPrimaryPortraitSharpFilled.tsx | 4 +- src/IconStepIntoOutlined.tsx | 4 +- src/IconStepIntoOutlinedFilled.tsx | 6 +- src/IconStepIntoRounded.tsx | 4 +- src/IconStepIntoRoundedFilled.tsx | 6 +- src/IconStepIntoSharp.tsx | 4 +- src/IconStepIntoSharpFilled.tsx | 4 +- src/IconStepOutOutlined.tsx | 4 +- src/IconStepOutOutlinedFilled.tsx | 6 +- src/IconStepOutRounded.tsx | 4 +- src/IconStepOutRoundedFilled.tsx | 4 +- src/IconStepOutSharp.tsx | 4 +- src/IconStepOutSharpFilled.tsx | 4 +- src/IconStepOutlined.tsx | 4 +- src/IconStepOutlinedFilled.tsx | 4 +- src/IconStepOverOutlined.tsx | 4 +- src/IconStepOverOutlinedFilled.tsx | 6 +- src/IconStepOverRounded.tsx | 4 +- src/IconStepOverRoundedFilled.tsx | 6 +- src/IconStepOverSharp.tsx | 4 +- src/IconStepOverSharpFilled.tsx | 4 +- src/IconStepRounded.tsx | 4 +- src/IconStepRoundedFilled.tsx | 4 +- src/IconStepSharp.tsx | 4 +- src/IconStepSharpFilled.tsx | 4 +- src/IconSteppersOutlined.tsx | 4 +- src/IconSteppersOutlinedFilled.tsx | 6 +- src/IconSteppersRounded.tsx | 4 +- src/IconSteppersRoundedFilled.tsx | 6 +- src/IconSteppersSharp.tsx | 4 +- src/IconSteppersSharpFilled.tsx | 4 +- src/IconStepsOutlined.tsx | 4 +- src/IconStepsOutlinedFilled.tsx | 4 +- src/IconStepsRounded.tsx | 4 +- src/IconStepsRoundedFilled.tsx | 4 +- src/IconStepsSharp.tsx | 4 +- src/IconStepsSharpFilled.tsx | 4 +- src/IconStethoscopeArrowOutlined.tsx | 6 +- src/IconStethoscopeArrowOutlinedFilled.tsx | 4 +- src/IconStethoscopeArrowRounded.tsx | 6 +- src/IconStethoscopeArrowRoundedFilled.tsx | 4 +- src/IconStethoscopeArrowSharp.tsx | 6 +- src/IconStethoscopeArrowSharpFilled.tsx | 6 +- src/IconStethoscopeCheckOutlined.tsx | 6 +- src/IconStethoscopeCheckOutlinedFilled.tsx | 4 +- src/IconStethoscopeCheckRounded.tsx | 6 +- src/IconStethoscopeCheckRoundedFilled.tsx | 4 +- src/IconStethoscopeCheckSharp.tsx | 6 +- src/IconStethoscopeCheckSharpFilled.tsx | 6 +- src/IconStethoscopeOutlined.tsx | 4 +- src/IconStethoscopeOutlinedFilled.tsx | 6 +- src/IconStethoscopeRounded.tsx | 4 +- src/IconStethoscopeRoundedFilled.tsx | 6 +- src/IconStethoscopeSharp.tsx | 4 +- src/IconStethoscopeSharpFilled.tsx | 6 +- src/IconStickyNote2Outlined.tsx | 4 +- src/IconStickyNote2OutlinedFilled.tsx | 6 +- src/IconStickyNote2Rounded.tsx | 4 +- src/IconStickyNote2RoundedFilled.tsx | 6 +- src/IconStickyNote2Sharp.tsx | 4 +- src/IconStickyNote2SharpFilled.tsx | 6 +- src/IconStickyNoteOutlined.tsx | 4 +- src/IconStickyNoteOutlinedFilled.tsx | 6 +- src/IconStickyNoteRounded.tsx | 4 +- src/IconStickyNoteRoundedFilled.tsx | 6 +- src/IconStickyNoteSharp.tsx | 4 +- src/IconStickyNoteSharpFilled.tsx | 6 +- src/IconStockMediaOutlined.tsx | 4 +- src/IconStockMediaOutlinedFilled.tsx | 6 +- src/IconStockMediaRounded.tsx | 4 +- src/IconStockMediaRoundedFilled.tsx | 6 +- src/IconStockMediaSharp.tsx | 4 +- src/IconStockMediaSharpFilled.tsx | 6 +- src/IconStockpotOutlined.tsx | 4 +- src/IconStockpotOutlinedFilled.tsx | 6 +- src/IconStockpotRounded.tsx | 4 +- src/IconStockpotRoundedFilled.tsx | 6 +- src/IconStockpotSharp.tsx | 4 +- src/IconStockpotSharpFilled.tsx | 4 +- src/IconStopCircleOutlined.tsx | 4 +- src/IconStopCircleOutlinedFilled.tsx | 6 +- src/IconStopCircleRounded.tsx | 4 +- src/IconStopCircleRoundedFilled.tsx | 6 +- src/IconStopCircleSharp.tsx | 4 +- src/IconStopCircleSharpFilled.tsx | 6 +- src/IconStopOutlined.tsx | 4 +- src/IconStopOutlinedFilled.tsx | 4 +- src/IconStopRounded.tsx | 4 +- src/IconStopRoundedFilled.tsx | 4 +- src/IconStopScreenShareOutlined.tsx | 6 +- src/IconStopScreenShareOutlinedFilled.tsx | 4 +- src/IconStopScreenShareRounded.tsx | 6 +- src/IconStopScreenShareRoundedFilled.tsx | 4 +- src/IconStopScreenShareSharp.tsx | 4 +- src/IconStopScreenShareSharpFilled.tsx | 6 +- src/IconStopSharp.tsx | 4 +- src/IconStopSharpFilled.tsx | 4 +- src/IconStorageOutlined.tsx | 4 +- src/IconStorageOutlinedFilled.tsx | 6 +- src/IconStorageRounded.tsx | 4 +- src/IconStorageRoundedFilled.tsx | 4 +- src/IconStorageSharp.tsx | 4 +- src/IconStorageSharpFilled.tsx | 4 +- src/IconStoreOutlined.tsx | 4 +- src/IconStoreOutlinedFilled.tsx | 4 +- src/IconStoreRounded.tsx | 4 +- src/IconStoreRoundedFilled.tsx | 4 +- src/IconStoreSharp.tsx | 4 +- src/IconStoreSharpFilled.tsx | 4 +- src/IconStorefrontOutlined.tsx | 4 +- src/IconStorefrontOutlinedFilled.tsx | 6 +- src/IconStorefrontRounded.tsx | 4 +- src/IconStorefrontRoundedFilled.tsx | 6 +- src/IconStorefrontSharp.tsx | 4 +- src/IconStorefrontSharpFilled.tsx | 6 +- src/IconStormOutlined.tsx | 4 +- src/IconStormOutlinedFilled.tsx | 4 +- src/IconStormRounded.tsx | 4 +- src/IconStormRoundedFilled.tsx | 4 +- src/IconStormSharp.tsx | 4 +- src/IconStormSharpFilled.tsx | 4 +- src/IconStraightOutlined.tsx | 4 +- src/IconStraightOutlinedFilled.tsx | 6 +- src/IconStraightRounded.tsx | 4 +- src/IconStraightRoundedFilled.tsx | 6 +- src/IconStraightSharp.tsx | 4 +- src/IconStraightSharpFilled.tsx | 4 +- src/IconStraightenOutlined.tsx | 4 +- src/IconStraightenOutlinedFilled.tsx | 6 +- src/IconStraightenRounded.tsx | 4 +- src/IconStraightenRoundedFilled.tsx | 6 +- src/IconStraightenSharp.tsx | 4 +- src/IconStraightenSharpFilled.tsx | 6 +- src/IconStrategyOutlined.tsx | 4 +- src/IconStrategyOutlinedFilled.tsx | 6 +- src/IconStrategyRounded.tsx | 4 +- src/IconStrategyRoundedFilled.tsx | 6 +- src/IconStrategySharp.tsx | 4 +- src/IconStrategySharpFilled.tsx | 4 +- src/IconStreamAppsOutlined.tsx | 4 +- src/IconStreamAppsOutlinedFilled.tsx | 6 +- src/IconStreamAppsRounded.tsx | 4 +- src/IconStreamAppsRoundedFilled.tsx | 6 +- src/IconStreamAppsSharp.tsx | 4 +- src/IconStreamAppsSharpFilled.tsx | 6 +- src/IconStreamOutlined.tsx | 4 +- src/IconStreamOutlinedFilled.tsx | 4 +- src/IconStreamRounded.tsx | 4 +- src/IconStreamRoundedFilled.tsx | 4 +- src/IconStreamSharp.tsx | 4 +- src/IconStreamSharpFilled.tsx | 4 +- src/IconStreetviewOutlined.tsx | 4 +- src/IconStreetviewOutlinedFilled.tsx | 6 +- src/IconStreetviewRounded.tsx | 4 +- src/IconStreetviewRoundedFilled.tsx | 6 +- src/IconStreetviewSharp.tsx | 4 +- src/IconStreetviewSharpFilled.tsx | 6 +- src/IconStressManagementOutlined.tsx | 6 +- src/IconStressManagementOutlinedFilled.tsx | 4 +- src/IconStressManagementRounded.tsx | 6 +- src/IconStressManagementRoundedFilled.tsx | 4 +- src/IconStressManagementSharp.tsx | 6 +- src/IconStressManagementSharpFilled.tsx | 6 +- src/IconStrikethroughSOutlined.tsx | 6 +- src/IconStrikethroughSOutlinedFilled.tsx | 4 +- src/IconStrikethroughSRounded.tsx | 6 +- src/IconStrikethroughSRoundedFilled.tsx | 6 +- src/IconStrikethroughSSharp.tsx | 4 +- src/IconStrikethroughSSharpFilled.tsx | 6 +- src/IconStrokeFullOutlined.tsx | 4 +- src/IconStrokeFullOutlinedFilled.tsx | 6 +- src/IconStrokeFullRounded.tsx | 4 +- src/IconStrokeFullRoundedFilled.tsx | 6 +- src/IconStrokeFullSharp.tsx | 4 +- src/IconStrokeFullSharpFilled.tsx | 6 +- src/IconStrokePartialOutlined.tsx | 6 +- src/IconStrokePartialOutlinedFilled.tsx | 6 +- src/IconStrokePartialRounded.tsx | 4 +- src/IconStrokePartialRoundedFilled.tsx | 6 +- src/IconStrokePartialSharp.tsx | 4 +- src/IconStrokePartialSharpFilled.tsx | 6 +- src/IconStrollerOutlined.tsx | 4 +- src/IconStrollerOutlinedFilled.tsx | 6 +- src/IconStrollerRounded.tsx | 4 +- src/IconStrollerRoundedFilled.tsx | 6 +- src/IconStrollerSharp.tsx | 4 +- src/IconStrollerSharpFilled.tsx | 4 +- src/IconStyleOutlined.tsx | 4 +- src/IconStyleOutlinedFilled.tsx | 4 +- src/IconStyleRounded.tsx | 4 +- src/IconStyleRoundedFilled.tsx | 4 +- src/IconStyleSharp.tsx | 4 +- src/IconStyleSharpFilled.tsx | 4 +- src/IconStylerOutlined.tsx | 4 +- src/IconStylerOutlinedFilled.tsx | 4 +- src/IconStylerRounded.tsx | 4 +- src/IconStylerRoundedFilled.tsx | 4 +- src/IconStylerSharp.tsx | 4 +- src/IconStylerSharpFilled.tsx | 4 +- src/IconStylusLaserPointerOutlined.tsx | 6 +- src/IconStylusLaserPointerOutlinedFilled.tsx | 4 +- src/IconStylusLaserPointerRounded.tsx | 6 +- src/IconStylusLaserPointerRoundedFilled.tsx | 4 +- src/IconStylusLaserPointerSharp.tsx | 6 +- src/IconStylusLaserPointerSharpFilled.tsx | 4 +- src/IconStylusNoteOutlined.tsx | 4 +- src/IconStylusNoteOutlinedFilled.tsx | 6 +- src/IconStylusNoteRounded.tsx | 4 +- src/IconStylusNoteRoundedFilled.tsx | 6 +- src/IconStylusNoteSharp.tsx | 4 +- src/IconStylusNoteSharpFilled.tsx | 6 +- src/IconStylusOutlined.tsx | 4 +- src/IconStylusOutlinedFilled.tsx | 4 +- src/IconStylusRounded.tsx | 4 +- src/IconStylusRoundedFilled.tsx | 4 +- src/IconStylusSharp.tsx | 4 +- src/IconStylusSharpFilled.tsx | 4 +- src/IconSubdirectoryArrowLeftOutlined.tsx | 4 +- ...conSubdirectoryArrowLeftOutlinedFilled.tsx | 4 +- src/IconSubdirectoryArrowLeftRounded.tsx | 4 +- ...IconSubdirectoryArrowLeftRoundedFilled.tsx | 4 +- src/IconSubdirectoryArrowLeftSharp.tsx | 6 +- src/IconSubdirectoryArrowLeftSharpFilled.tsx | 4 +- src/IconSubdirectoryArrowRightOutlined.tsx | 4 +- ...onSubdirectoryArrowRightOutlinedFilled.tsx | 4 +- src/IconSubdirectoryArrowRightRounded.tsx | 4 +- ...conSubdirectoryArrowRightRoundedFilled.tsx | 4 +- src/IconSubdirectoryArrowRightSharp.tsx | 6 +- src/IconSubdirectoryArrowRightSharpFilled.tsx | 4 +- src/IconSubheaderOutlined.tsx | 4 +- src/IconSubheaderOutlinedFilled.tsx | 6 +- src/IconSubheaderRounded.tsx | 4 +- src/IconSubheaderRoundedFilled.tsx | 6 +- src/IconSubheaderSharp.tsx | 4 +- src/IconSubheaderSharpFilled.tsx | 4 +- src/IconSubjectOutlined.tsx | 4 +- src/IconSubjectOutlinedFilled.tsx | 6 +- src/IconSubjectRounded.tsx | 4 +- src/IconSubjectRoundedFilled.tsx | 4 +- src/IconSubjectSharp.tsx | 4 +- src/IconSubjectSharpFilled.tsx | 4 +- src/IconSubscriptOutlined.tsx | 4 +- src/IconSubscriptOutlinedFilled.tsx | 6 +- src/IconSubscriptRounded.tsx | 4 +- src/IconSubscriptRoundedFilled.tsx | 6 +- src/IconSubscriptSharp.tsx | 4 +- src/IconSubscriptSharpFilled.tsx | 4 +- src/IconSubscriptionsOutlined.tsx | 6 +- src/IconSubscriptionsOutlinedFilled.tsx | 6 +- src/IconSubscriptionsRounded.tsx | 4 +- src/IconSubscriptionsRoundedFilled.tsx | 6 +- src/IconSubscriptionsSharp.tsx | 4 +- src/IconSubscriptionsSharpFilled.tsx | 6 +- src/IconSubtitlesOffOutlined.tsx | 4 +- src/IconSubtitlesOffOutlinedFilled.tsx | 6 +- src/IconSubtitlesOffRounded.tsx | 4 +- src/IconSubtitlesOffRoundedFilled.tsx | 6 +- src/IconSubtitlesOffSharp.tsx | 4 +- src/IconSubtitlesOffSharpFilled.tsx | 6 +- src/IconSubtitlesOutlined.tsx | 4 +- src/IconSubtitlesOutlinedFilled.tsx | 6 +- src/IconSubtitlesRounded.tsx | 4 +- src/IconSubtitlesRoundedFilled.tsx | 6 +- src/IconSubtitlesSharp.tsx | 4 +- src/IconSubtitlesSharpFilled.tsx | 4 +- src/IconSubwayOutlined.tsx | 4 +- src/IconSubwayOutlinedFilled.tsx | 4 +- src/IconSubwayRounded.tsx | 4 +- src/IconSubwayRoundedFilled.tsx | 4 +- src/IconSubwaySharp.tsx | 4 +- src/IconSubwaySharpFilled.tsx | 4 +- src/IconSummarizeOutlined.tsx | 4 +- src/IconSummarizeOutlinedFilled.tsx | 6 +- src/IconSummarizeRounded.tsx | 4 +- src/IconSummarizeRoundedFilled.tsx | 6 +- src/IconSummarizeSharp.tsx | 4 +- src/IconSummarizeSharpFilled.tsx | 4 +- src/IconSunnyOutlined.tsx | 4 +- src/IconSunnyOutlinedFilled.tsx | 4 +- src/IconSunnyRounded.tsx | 4 +- src/IconSunnyRoundedFilled.tsx | 4 +- src/IconSunnySharp.tsx | 4 +- src/IconSunnySharpFilled.tsx | 4 +- src/IconSunnySnowingOutlined.tsx | 4 +- src/IconSunnySnowingOutlinedFilled.tsx | 6 +- src/IconSunnySnowingRounded.tsx | 4 +- src/IconSunnySnowingRoundedFilled.tsx | 6 +- src/IconSunnySnowingSharp.tsx | 4 +- src/IconSunnySnowingSharpFilled.tsx | 6 +- src/IconSuperscriptOutlined.tsx | 4 +- src/IconSuperscriptOutlinedFilled.tsx | 6 +- src/IconSuperscriptRounded.tsx | 4 +- src/IconSuperscriptRoundedFilled.tsx | 6 +- src/IconSuperscriptSharp.tsx | 4 +- src/IconSuperscriptSharpFilled.tsx | 6 +- src/IconSupervisedUserCircleOffOutlined.tsx | 4 +- ...nSupervisedUserCircleOffOutlinedFilled.tsx | 4 +- src/IconSupervisedUserCircleOffRounded.tsx | 4 +- ...onSupervisedUserCircleOffRoundedFilled.tsx | 4 +- src/IconSupervisedUserCircleOffSharp.tsx | 4 +- ...IconSupervisedUserCircleOffSharpFilled.tsx | 4 +- src/IconSupervisedUserCircleOutlined.tsx | 4 +- ...IconSupervisedUserCircleOutlinedFilled.tsx | 4 +- src/IconSupervisedUserCircleRounded.tsx | 6 +- src/IconSupervisedUserCircleRoundedFilled.tsx | 4 +- src/IconSupervisedUserCircleSharp.tsx | 6 +- src/IconSupervisedUserCircleSharpFilled.tsx | 4 +- src/IconSupervisorAccountOutlined.tsx | 6 +- src/IconSupervisorAccountOutlinedFilled.tsx | 4 +- src/IconSupervisorAccountRounded.tsx | 6 +- src/IconSupervisorAccountRoundedFilled.tsx | 4 +- src/IconSupervisorAccountSharp.tsx | 6 +- src/IconSupervisorAccountSharpFilled.tsx | 4 +- src/IconSupportAgentOutlined.tsx | 4 +- src/IconSupportAgentOutlinedFilled.tsx | 6 +- src/IconSupportAgentRounded.tsx | 4 +- src/IconSupportAgentRoundedFilled.tsx | 6 +- src/IconSupportAgentSharp.tsx | 4 +- src/IconSupportAgentSharpFilled.tsx | 6 +- src/IconSupportOutlined.tsx | 4 +- src/IconSupportOutlinedFilled.tsx | 6 +- src/IconSupportRounded.tsx | 4 +- src/IconSupportRoundedFilled.tsx | 4 +- src/IconSupportSharp.tsx | 4 +- src/IconSupportSharpFilled.tsx | 4 +- src/IconSurfingOutlined.tsx | 4 +- src/IconSurfingOutlinedFilled.tsx | 6 +- src/IconSurfingRounded.tsx | 4 +- src/IconSurfingRoundedFilled.tsx | 4 +- src/IconSurfingSharp.tsx | 4 +- src/IconSurfingSharpFilled.tsx | 4 +- src/IconSurgicalOutlined.tsx | 4 +- src/IconSurgicalOutlinedFilled.tsx | 6 +- src/IconSurgicalRounded.tsx | 4 +- src/IconSurgicalRoundedFilled.tsx | 6 +- src/IconSurgicalSharp.tsx | 4 +- src/IconSurgicalSharpFilled.tsx | 4 +- src/IconSurroundSoundOutlined.tsx | 6 +- src/IconSurroundSoundOutlinedFilled.tsx | 6 +- src/IconSurroundSoundRounded.tsx | 4 +- src/IconSurroundSoundRoundedFilled.tsx | 6 +- src/IconSurroundSoundSharp.tsx | 4 +- src/IconSurroundSoundSharpFilled.tsx | 6 +- src/IconSwapCallsOutlined.tsx | 4 +- src/IconSwapCallsOutlinedFilled.tsx | 6 +- src/IconSwapCallsRounded.tsx | 4 +- src/IconSwapCallsRoundedFilled.tsx | 6 +- src/IconSwapCallsSharp.tsx | 4 +- src/IconSwapCallsSharpFilled.tsx | 4 +- src/IconSwapDrivingAppsOutlined.tsx | 6 +- src/IconSwapDrivingAppsOutlinedFilled.tsx | 4 +- src/IconSwapDrivingAppsRounded.tsx | 6 +- src/IconSwapDrivingAppsRoundedFilled.tsx | 4 +- src/IconSwapDrivingAppsSharp.tsx | 4 +- src/IconSwapDrivingAppsSharpFilled.tsx | 6 +- src/IconSwapDrivingAppsWheelOutlined.tsx | 4 +- ...IconSwapDrivingAppsWheelOutlinedFilled.tsx | 4 +- src/IconSwapDrivingAppsWheelRounded.tsx | 6 +- src/IconSwapDrivingAppsWheelRoundedFilled.tsx | 4 +- src/IconSwapDrivingAppsWheelSharp.tsx | 6 +- src/IconSwapDrivingAppsWheelSharpFilled.tsx | 4 +- src/IconSwapHorizOutlined.tsx | 4 +- src/IconSwapHorizOutlinedFilled.tsx | 6 +- src/IconSwapHorizRounded.tsx | 4 +- src/IconSwapHorizRoundedFilled.tsx | 6 +- src/IconSwapHorizSharp.tsx | 4 +- src/IconSwapHorizSharpFilled.tsx | 4 +- src/IconSwapHorizontalCircleOutlined.tsx | 4 +- ...IconSwapHorizontalCircleOutlinedFilled.tsx | 4 +- src/IconSwapHorizontalCircleRounded.tsx | 6 +- src/IconSwapHorizontalCircleRoundedFilled.tsx | 4 +- src/IconSwapHorizontalCircleSharp.tsx | 6 +- src/IconSwapHorizontalCircleSharpFilled.tsx | 4 +- src/IconSwapVertOutlined.tsx | 4 +- src/IconSwapVertOutlinedFilled.tsx | 6 +- src/IconSwapVertRounded.tsx | 4 +- src/IconSwapVertRoundedFilled.tsx | 6 +- src/IconSwapVertSharp.tsx | 4 +- src/IconSwapVertSharpFilled.tsx | 4 +- src/IconSwapVerticalCircleOutlined.tsx | 6 +- src/IconSwapVerticalCircleOutlinedFilled.tsx | 4 +- src/IconSwapVerticalCircleRounded.tsx | 6 +- src/IconSwapVerticalCircleRoundedFilled.tsx | 4 +- src/IconSwapVerticalCircleSharp.tsx | 6 +- src/IconSwapVerticalCircleSharpFilled.tsx | 4 +- src/IconSweepOutlined.tsx | 4 +- src/IconSweepOutlinedFilled.tsx | 4 +- src/IconSweepRounded.tsx | 4 +- src/IconSweepRoundedFilled.tsx | 4 +- src/IconSweepSharp.tsx | 4 +- src/IconSweepSharpFilled.tsx | 4 +- src/IconSwipeDownAltOutlined.tsx | 4 +- src/IconSwipeDownAltOutlinedFilled.tsx | 6 +- src/IconSwipeDownAltRounded.tsx | 4 +- src/IconSwipeDownAltRoundedFilled.tsx | 6 +- src/IconSwipeDownAltSharp.tsx | 4 +- src/IconSwipeDownAltSharpFilled.tsx | 6 +- src/IconSwipeDownOutlined.tsx | 4 +- src/IconSwipeDownOutlinedFilled.tsx | 6 +- src/IconSwipeDownRounded.tsx | 4 +- src/IconSwipeDownRoundedFilled.tsx | 6 +- src/IconSwipeDownSharp.tsx | 4 +- src/IconSwipeDownSharpFilled.tsx | 4 +- src/IconSwipeLeftAltOutlined.tsx | 4 +- src/IconSwipeLeftAltOutlinedFilled.tsx | 6 +- src/IconSwipeLeftAltRounded.tsx | 4 +- src/IconSwipeLeftAltRoundedFilled.tsx | 6 +- src/IconSwipeLeftAltSharp.tsx | 4 +- src/IconSwipeLeftAltSharpFilled.tsx | 6 +- src/IconSwipeLeftOutlined.tsx | 4 +- src/IconSwipeLeftOutlinedFilled.tsx | 6 +- src/IconSwipeLeftRounded.tsx | 4 +- src/IconSwipeLeftRoundedFilled.tsx | 6 +- src/IconSwipeLeftSharp.tsx | 4 +- src/IconSwipeLeftSharpFilled.tsx | 4 +- src/IconSwipeOutlined.tsx | 4 +- src/IconSwipeOutlinedFilled.tsx | 4 +- src/IconSwipeRightAltOutlined.tsx | 6 +- src/IconSwipeRightAltOutlinedFilled.tsx | 6 +- src/IconSwipeRightAltRounded.tsx | 4 +- src/IconSwipeRightAltRoundedFilled.tsx | 6 +- src/IconSwipeRightAltSharp.tsx | 4 +- src/IconSwipeRightAltSharpFilled.tsx | 6 +- src/IconSwipeRightOutlined.tsx | 4 +- src/IconSwipeRightOutlinedFilled.tsx | 6 +- src/IconSwipeRightRounded.tsx | 4 +- src/IconSwipeRightRoundedFilled.tsx | 6 +- src/IconSwipeRightSharp.tsx | 4 +- src/IconSwipeRightSharpFilled.tsx | 6 +- src/IconSwipeRounded.tsx | 4 +- src/IconSwipeRoundedFilled.tsx | 4 +- src/IconSwipeSharp.tsx | 4 +- src/IconSwipeSharpFilled.tsx | 4 +- src/IconSwipeUpAltOutlined.tsx | 4 +- src/IconSwipeUpAltOutlinedFilled.tsx | 6 +- src/IconSwipeUpAltRounded.tsx | 4 +- src/IconSwipeUpAltRoundedFilled.tsx | 6 +- src/IconSwipeUpAltSharp.tsx | 4 +- src/IconSwipeUpAltSharpFilled.tsx | 6 +- src/IconSwipeUpOutlined.tsx | 4 +- src/IconSwipeUpOutlinedFilled.tsx | 6 +- src/IconSwipeUpRounded.tsx | 4 +- src/IconSwipeUpRoundedFilled.tsx | 4 +- src/IconSwipeUpSharp.tsx | 4 +- src/IconSwipeUpSharpFilled.tsx | 4 +- src/IconSwipeVerticalOutlined.tsx | 6 +- src/IconSwipeVerticalOutlinedFilled.tsx | 6 +- src/IconSwipeVerticalRounded.tsx | 4 +- src/IconSwipeVerticalRoundedFilled.tsx | 6 +- src/IconSwipeVerticalSharp.tsx | 4 +- src/IconSwipeVerticalSharpFilled.tsx | 6 +- src/IconSwitchAccess2Outlined.tsx | 6 +- src/IconSwitchAccess2OutlinedFilled.tsx | 6 +- src/IconSwitchAccess2Rounded.tsx | 4 +- src/IconSwitchAccess2RoundedFilled.tsx | 6 +- src/IconSwitchAccess2Sharp.tsx | 4 +- src/IconSwitchAccess2SharpFilled.tsx | 6 +- src/IconSwitchAccessOutlined.tsx | 4 +- src/IconSwitchAccessOutlinedFilled.tsx | 6 +- src/IconSwitchAccessRounded.tsx | 4 +- src/IconSwitchAccessRoundedFilled.tsx | 6 +- src/IconSwitchAccessSharp.tsx | 4 +- src/IconSwitchAccessSharpFilled.tsx | 6 +- src/IconSwitchAccessShortcutAddOutlined.tsx | 4 +- ...nSwitchAccessShortcutAddOutlinedFilled.tsx | 4 +- src/IconSwitchAccessShortcutAddRounded.tsx | 4 +- ...onSwitchAccessShortcutAddRoundedFilled.tsx | 4 +- src/IconSwitchAccessShortcutAddSharp.tsx | 4 +- ...IconSwitchAccessShortcutAddSharpFilled.tsx | 4 +- src/IconSwitchAccessShortcutOutlined.tsx | 4 +- ...IconSwitchAccessShortcutOutlinedFilled.tsx | 4 +- src/IconSwitchAccessShortcutRounded.tsx | 6 +- src/IconSwitchAccessShortcutRoundedFilled.tsx | 4 +- src/IconSwitchAccessShortcutSharp.tsx | 6 +- src/IconSwitchAccessShortcutSharpFilled.tsx | 4 +- src/IconSwitchAccountOutlined.tsx | 6 +- src/IconSwitchAccountOutlinedFilled.tsx | 6 +- src/IconSwitchAccountRounded.tsx | 4 +- src/IconSwitchAccountRoundedFilled.tsx | 6 +- src/IconSwitchAccountSharp.tsx | 4 +- src/IconSwitchAccountSharpFilled.tsx | 6 +- src/IconSwitchCameraOutlined.tsx | 4 +- src/IconSwitchCameraOutlinedFilled.tsx | 6 +- src/IconSwitchCameraRounded.tsx | 4 +- src/IconSwitchCameraRoundedFilled.tsx | 6 +- src/IconSwitchCameraSharp.tsx | 4 +- src/IconSwitchCameraSharpFilled.tsx | 6 +- src/IconSwitchLeftOutlined.tsx | 4 +- src/IconSwitchLeftOutlinedFilled.tsx | 6 +- src/IconSwitchLeftRounded.tsx | 4 +- src/IconSwitchLeftRoundedFilled.tsx | 6 +- src/IconSwitchLeftSharp.tsx | 4 +- src/IconSwitchLeftSharpFilled.tsx | 6 +- src/IconSwitchOutlined.tsx | 4 +- src/IconSwitchOutlinedFilled.tsx | 4 +- src/IconSwitchRightOutlined.tsx | 4 +- src/IconSwitchRightOutlinedFilled.tsx | 6 +- src/IconSwitchRightRounded.tsx | 4 +- src/IconSwitchRightRoundedFilled.tsx | 6 +- src/IconSwitchRightSharp.tsx | 4 +- src/IconSwitchRightSharpFilled.tsx | 6 +- src/IconSwitchRounded.tsx | 4 +- src/IconSwitchRoundedFilled.tsx | 4 +- src/IconSwitchSharp.tsx | 4 +- src/IconSwitchSharpFilled.tsx | 4 +- src/IconSwitchVideoOutlined.tsx | 4 +- src/IconSwitchVideoOutlinedFilled.tsx | 6 +- src/IconSwitchVideoRounded.tsx | 4 +- src/IconSwitchVideoRoundedFilled.tsx | 6 +- src/IconSwitchVideoSharp.tsx | 4 +- src/IconSwitchVideoSharpFilled.tsx | 6 +- src/IconSwitchesOutlined.tsx | 4 +- src/IconSwitchesOutlinedFilled.tsx | 6 +- src/IconSwitchesRounded.tsx | 4 +- src/IconSwitchesRoundedFilled.tsx | 6 +- src/IconSwitchesSharp.tsx | 4 +- src/IconSwitchesSharpFilled.tsx | 4 +- src/IconSwordRoseOutlined.tsx | 4 +- src/IconSwordRoseOutlinedFilled.tsx | 6 +- src/IconSwordRoseRounded.tsx | 4 +- src/IconSwordRoseRoundedFilled.tsx | 6 +- src/IconSwordRoseSharp.tsx | 4 +- src/IconSwordRoseSharpFilled.tsx | 4 +- src/IconSwordsOutlined.tsx | 4 +- src/IconSwordsOutlinedFilled.tsx | 4 +- src/IconSwordsRounded.tsx | 4 +- src/IconSwordsRoundedFilled.tsx | 4 +- src/IconSwordsSharp.tsx | 4 +- src/IconSwordsSharpFilled.tsx | 4 +- src/IconSymptomsOutlined.tsx | 4 +- src/IconSymptomsOutlinedFilled.tsx | 6 +- src/IconSymptomsRounded.tsx | 4 +- src/IconSymptomsRoundedFilled.tsx | 6 +- src/IconSymptomsSharp.tsx | 4 +- src/IconSymptomsSharpFilled.tsx | 4 +- src/IconSynagogueOutlined.tsx | 4 +- src/IconSynagogueOutlinedFilled.tsx | 6 +- src/IconSynagogueRounded.tsx | 4 +- src/IconSynagogueRoundedFilled.tsx | 6 +- src/IconSynagogueSharp.tsx | 4 +- src/IconSynagogueSharpFilled.tsx | 4 +- src/IconSyncAltOutlined.tsx | 4 +- src/IconSyncAltOutlinedFilled.tsx | 6 +- src/IconSyncAltRounded.tsx | 4 +- src/IconSyncAltRoundedFilled.tsx | 4 +- src/IconSyncAltSharp.tsx | 4 +- src/IconSyncAltSharpFilled.tsx | 4 +- src/IconSyncDesktopOutlined.tsx | 4 +- src/IconSyncDesktopOutlinedFilled.tsx | 6 +- src/IconSyncDesktopRounded.tsx | 4 +- src/IconSyncDesktopRoundedFilled.tsx | 6 +- src/IconSyncDesktopSharp.tsx | 4 +- src/IconSyncDesktopSharpFilled.tsx | 6 +- src/IconSyncDisabledOutlined.tsx | 4 +- src/IconSyncDisabledOutlinedFilled.tsx | 6 +- src/IconSyncDisabledRounded.tsx | 4 +- src/IconSyncDisabledRoundedFilled.tsx | 6 +- src/IconSyncDisabledSharp.tsx | 4 +- src/IconSyncDisabledSharpFilled.tsx | 6 +- src/IconSyncLockOutlined.tsx | 4 +- src/IconSyncLockOutlinedFilled.tsx | 6 +- src/IconSyncLockRounded.tsx | 4 +- src/IconSyncLockRoundedFilled.tsx | 6 +- src/IconSyncLockSharp.tsx | 4 +- src/IconSyncLockSharpFilled.tsx | 4 +- src/IconSyncOutlined.tsx | 4 +- src/IconSyncOutlinedFilled.tsx | 4 +- src/IconSyncProblemOutlined.tsx | 4 +- src/IconSyncProblemOutlinedFilled.tsx | 6 +- src/IconSyncProblemRounded.tsx | 4 +- src/IconSyncProblemRoundedFilled.tsx | 6 +- src/IconSyncProblemSharp.tsx | 4 +- src/IconSyncProblemSharpFilled.tsx | 6 +- src/IconSyncRounded.tsx | 4 +- src/IconSyncRoundedFilled.tsx | 4 +- src/IconSyncSavedLocallyOutlined.tsx | 6 +- src/IconSyncSavedLocallyOutlinedFilled.tsx | 4 +- src/IconSyncSavedLocallyRounded.tsx | 6 +- src/IconSyncSavedLocallyRoundedFilled.tsx | 4 +- src/IconSyncSavedLocallySharp.tsx | 6 +- src/IconSyncSavedLocallySharpFilled.tsx | 6 +- src/IconSyncSharp.tsx | 4 +- src/IconSyncSharpFilled.tsx | 4 +- src/IconSyringeOutlined.tsx | 4 +- src/IconSyringeOutlinedFilled.tsx | 6 +- src/IconSyringeRounded.tsx | 4 +- src/IconSyringeRoundedFilled.tsx | 4 +- src/IconSyringeSharp.tsx | 4 +- src/IconSyringeSharpFilled.tsx | 4 +- src/IconSystemUpdateAltOutlined.tsx | 6 +- src/IconSystemUpdateAltOutlinedFilled.tsx | 4 +- src/IconSystemUpdateAltRounded.tsx | 6 +- src/IconSystemUpdateAltRoundedFilled.tsx | 4 +- src/IconSystemUpdateAltSharp.tsx | 4 +- src/IconSystemUpdateAltSharpFilled.tsx | 6 +- src/IconSystemUpdateOutlined.tsx | 4 +- src/IconSystemUpdateOutlinedFilled.tsx | 6 +- src/IconSystemUpdateRounded.tsx | 4 +- src/IconSystemUpdateRoundedFilled.tsx | 6 +- src/IconSystemUpdateSharp.tsx | 4 +- src/IconSystemUpdateSharpFilled.tsx | 6 +- src/IconTabCloseInactiveOutlined.tsx | 11 + src/IconTabCloseInactiveOutlinedFilled.tsx | 11 + src/IconTabCloseInactiveRounded.tsx | 11 + src/IconTabCloseInactiveRoundedFilled.tsx | 11 + src/IconTabCloseInactiveSharp.tsx | 11 + src/IconTabCloseInactiveSharpFilled.tsx | 11 + src/IconTabCloseOutlined.tsx | 4 +- src/IconTabCloseOutlinedFilled.tsx | 6 +- src/IconTabCloseRightOutlined.tsx | 6 +- src/IconTabCloseRightOutlinedFilled.tsx | 6 +- src/IconTabCloseRightRounded.tsx | 4 +- src/IconTabCloseRightRoundedFilled.tsx | 6 +- src/IconTabCloseRightSharp.tsx | 4 +- src/IconTabCloseRightSharpFilled.tsx | 6 +- src/IconTabCloseRounded.tsx | 4 +- src/IconTabCloseRoundedFilled.tsx | 6 +- src/IconTabCloseSharp.tsx | 4 +- src/IconTabCloseSharpFilled.tsx | 4 +- src/IconTabDuplicateOutlined.tsx | 4 +- src/IconTabDuplicateOutlinedFilled.tsx | 6 +- src/IconTabDuplicateRounded.tsx | 4 +- src/IconTabDuplicateRoundedFilled.tsx | 6 +- src/IconTabDuplicateSharp.tsx | 4 +- src/IconTabDuplicateSharpFilled.tsx | 6 +- src/IconTabGroupOutlined.tsx | 4 +- src/IconTabGroupOutlinedFilled.tsx | 6 +- src/IconTabGroupRounded.tsx | 4 +- src/IconTabGroupRoundedFilled.tsx | 6 +- src/IconTabGroupSharp.tsx | 4 +- src/IconTabGroupSharpFilled.tsx | 4 +- src/IconTabInactiveOutlined.tsx | 4 +- src/IconTabInactiveOutlinedFilled.tsx | 6 +- src/IconTabInactiveRounded.tsx | 4 +- src/IconTabInactiveRoundedFilled.tsx | 6 +- src/IconTabInactiveSharp.tsx | 4 +- src/IconTabInactiveSharpFilled.tsx | 6 +- src/IconTabMoveOutlined.tsx | 4 +- src/IconTabMoveOutlinedFilled.tsx | 6 +- src/IconTabMoveRounded.tsx | 4 +- src/IconTabMoveRoundedFilled.tsx | 4 +- src/IconTabMoveSharp.tsx | 4 +- src/IconTabMoveSharpFilled.tsx | 4 +- src/IconTabNewRightOutlined.tsx | 4 +- src/IconTabNewRightOutlinedFilled.tsx | 6 +- src/IconTabNewRightRounded.tsx | 4 +- src/IconTabNewRightRoundedFilled.tsx | 6 +- src/IconTabNewRightSharp.tsx | 4 +- src/IconTabNewRightSharpFilled.tsx | 6 +- src/IconTabOutlined.tsx | 4 +- src/IconTabOutlinedFilled.tsx | 4 +- src/IconTabRecentOutlined.tsx | 4 +- src/IconTabRecentOutlinedFilled.tsx | 6 +- src/IconTabRecentRounded.tsx | 4 +- src/IconTabRecentRoundedFilled.tsx | 6 +- src/IconTabRecentSharp.tsx | 4 +- src/IconTabRecentSharpFilled.tsx | 4 +- src/IconTabRounded.tsx | 4 +- src/IconTabRoundedFilled.tsx | 4 +- src/IconTabSharp.tsx | 4 +- src/IconTabSharpFilled.tsx | 4 +- src/IconTabUnselectedOutlined.tsx | 6 +- src/IconTabUnselectedOutlinedFilled.tsx | 6 +- src/IconTabUnselectedRounded.tsx | 4 +- src/IconTabUnselectedRoundedFilled.tsx | 6 +- src/IconTabUnselectedSharp.tsx | 4 +- src/IconTabUnselectedSharpFilled.tsx | 6 +- src/IconTableBarOutlined.tsx | 4 +- src/IconTableBarOutlinedFilled.tsx | 6 +- src/IconTableBarRounded.tsx | 4 +- src/IconTableBarRoundedFilled.tsx | 6 +- src/IconTableBarSharp.tsx | 4 +- src/IconTableBarSharpFilled.tsx | 4 +- src/IconTableChartOutlined.tsx | 4 +- src/IconTableChartOutlinedFilled.tsx | 6 +- src/IconTableChartRounded.tsx | 4 +- src/IconTableChartRoundedFilled.tsx | 6 +- src/IconTableChartSharp.tsx | 4 +- src/IconTableChartSharpFilled.tsx | 6 +- src/IconTableChartViewOutlined.tsx | 6 +- src/IconTableChartViewOutlinedFilled.tsx | 4 +- src/IconTableChartViewRounded.tsx | 6 +- src/IconTableChartViewRoundedFilled.tsx | 6 +- src/IconTableChartViewSharp.tsx | 4 +- src/IconTableChartViewSharpFilled.tsx | 6 +- src/IconTableEyeOutlined.tsx | 4 +- src/IconTableEyeOutlinedFilled.tsx | 6 +- src/IconTableEyeRounded.tsx | 4 +- src/IconTableEyeRoundedFilled.tsx | 6 +- src/IconTableEyeSharp.tsx | 4 +- src/IconTableEyeSharpFilled.tsx | 4 +- src/IconTableLampOutlined.tsx | 4 +- src/IconTableLampOutlinedFilled.tsx | 6 +- src/IconTableLampRounded.tsx | 4 +- src/IconTableLampRoundedFilled.tsx | 6 +- src/IconTableLampSharp.tsx | 4 +- src/IconTableLampSharpFilled.tsx | 4 +- src/IconTableOutlined.tsx | 4 +- src/IconTableOutlinedFilled.tsx | 4 +- src/IconTableRestaurantOutlined.tsx | 6 +- src/IconTableRestaurantOutlinedFilled.tsx | 4 +- src/IconTableRestaurantRounded.tsx | 6 +- src/IconTableRestaurantRoundedFilled.tsx | 4 +- src/IconTableRestaurantSharp.tsx | 4 +- src/IconTableRestaurantSharpFilled.tsx | 6 +- src/IconTableRounded.tsx | 4 +- src/IconTableRoundedFilled.tsx | 4 +- src/IconTableRowsNarrowOutlined.tsx | 6 +- src/IconTableRowsNarrowOutlinedFilled.tsx | 4 +- src/IconTableRowsNarrowRounded.tsx | 6 +- src/IconTableRowsNarrowRoundedFilled.tsx | 4 +- src/IconTableRowsNarrowSharp.tsx | 4 +- src/IconTableRowsNarrowSharpFilled.tsx | 6 +- src/IconTableRowsOutlined.tsx | 4 +- src/IconTableRowsOutlinedFilled.tsx | 6 +- src/IconTableRowsRounded.tsx | 4 +- src/IconTableRowsRoundedFilled.tsx | 6 +- src/IconTableRowsSharp.tsx | 4 +- src/IconTableRowsSharpFilled.tsx | 4 +- src/IconTableSharp.tsx | 4 +- src/IconTableSharpFilled.tsx | 4 +- src/IconTableViewOutlined.tsx | 4 +- src/IconTableViewOutlinedFilled.tsx | 6 +- src/IconTableViewRounded.tsx | 4 +- src/IconTableViewRoundedFilled.tsx | 6 +- src/IconTableViewSharp.tsx | 4 +- src/IconTableViewSharpFilled.tsx | 4 +- src/IconTabletAndroidOutlined.tsx | 6 +- src/IconTabletAndroidOutlinedFilled.tsx | 6 +- src/IconTabletAndroidRounded.tsx | 4 +- src/IconTabletAndroidRoundedFilled.tsx | 6 +- src/IconTabletAndroidSharp.tsx | 4 +- src/IconTabletAndroidSharpFilled.tsx | 6 +- src/IconTabletCameraOutlined.tsx | 4 +- src/IconTabletCameraOutlinedFilled.tsx | 6 +- src/IconTabletCameraRounded.tsx | 4 +- src/IconTabletCameraRoundedFilled.tsx | 6 +- src/IconTabletCameraSharp.tsx | 4 +- src/IconTabletCameraSharpFilled.tsx | 6 +- src/IconTabletMacOutlined.tsx | 4 +- src/IconTabletMacOutlinedFilled.tsx | 6 +- src/IconTabletMacRounded.tsx | 4 +- src/IconTabletMacRoundedFilled.tsx | 6 +- src/IconTabletMacSharp.tsx | 4 +- src/IconTabletMacSharpFilled.tsx | 4 +- src/IconTabletOutlined.tsx | 4 +- src/IconTabletOutlinedFilled.tsx | 4 +- src/IconTabletRounded.tsx | 4 +- src/IconTabletRoundedFilled.tsx | 4 +- src/IconTabletSharp.tsx | 4 +- src/IconTabletSharpFilled.tsx | 4 +- src/IconTabsOutlined.tsx | 4 +- src/IconTabsOutlinedFilled.tsx | 4 +- src/IconTabsRounded.tsx | 4 +- src/IconTabsRoundedFilled.tsx | 4 +- src/IconTabsSharp.tsx | 4 +- src/IconTabsSharpFilled.tsx | 4 +- src/IconTacticOutlined.tsx | 4 +- src/IconTacticOutlinedFilled.tsx | 4 +- src/IconTacticRounded.tsx | 4 +- src/IconTacticRoundedFilled.tsx | 4 +- src/IconTacticSharp.tsx | 4 +- src/IconTacticSharpFilled.tsx | 4 +- src/IconTagOutlined.tsx | 4 +- src/IconTagOutlinedFilled.tsx | 4 +- src/IconTagRounded.tsx | 4 +- src/IconTagRoundedFilled.tsx | 4 +- src/IconTagSharp.tsx | 4 +- src/IconTagSharpFilled.tsx | 4 +- src/IconTakeoutDiningOutlined.tsx | 6 +- src/IconTakeoutDiningOutlinedFilled.tsx | 6 +- src/IconTakeoutDiningRounded.tsx | 4 +- src/IconTakeoutDiningRoundedFilled.tsx | 6 +- src/IconTakeoutDiningSharp.tsx | 4 +- src/IconTakeoutDiningSharpFilled.tsx | 6 +- src/IconTamperDetectionOffOutlined.tsx | 6 +- src/IconTamperDetectionOffOutlinedFilled.tsx | 4 +- src/IconTamperDetectionOffRounded.tsx | 6 +- src/IconTamperDetectionOffRoundedFilled.tsx | 4 +- src/IconTamperDetectionOffSharp.tsx | 6 +- src/IconTamperDetectionOffSharpFilled.tsx | 4 +- src/IconTamperDetectionOnOutlined.tsx | 6 +- src/IconTamperDetectionOnOutlinedFilled.tsx | 4 +- src/IconTamperDetectionOnRounded.tsx | 6 +- src/IconTamperDetectionOnRoundedFilled.tsx | 4 +- src/IconTamperDetectionOnSharp.tsx | 6 +- src/IconTamperDetectionOnSharpFilled.tsx | 4 +- src/IconTapAndPlayOutlined.tsx | 4 +- src/IconTapAndPlayOutlinedFilled.tsx | 6 +- src/IconTapAndPlayRounded.tsx | 4 +- src/IconTapAndPlayRoundedFilled.tsx | 6 +- src/IconTapAndPlaySharp.tsx | 4 +- src/IconTapAndPlaySharpFilled.tsx | 6 +- src/IconTapasOutlined.tsx | 4 +- src/IconTapasOutlinedFilled.tsx | 4 +- src/IconTapasRounded.tsx | 4 +- src/IconTapasRoundedFilled.tsx | 4 +- src/IconTapasSharp.tsx | 4 +- src/IconTapasSharpFilled.tsx | 4 +- src/IconTargetOutlined.tsx | 4 +- src/IconTargetOutlinedFilled.tsx | 4 +- src/IconTargetRounded.tsx | 4 +- src/IconTargetRoundedFilled.tsx | 4 +- src/IconTargetSharp.tsx | 4 +- src/IconTargetSharpFilled.tsx | 4 +- src/IconTaskAltOutlined.tsx | 4 +- src/IconTaskAltOutlinedFilled.tsx | 6 +- src/IconTaskAltRounded.tsx | 4 +- src/IconTaskAltRoundedFilled.tsx | 4 +- src/IconTaskAltSharp.tsx | 4 +- src/IconTaskAltSharpFilled.tsx | 4 +- src/IconTaskOutlined.tsx | 4 +- src/IconTaskOutlinedFilled.tsx | 4 +- src/IconTaskRounded.tsx | 4 +- src/IconTaskRoundedFilled.tsx | 4 +- src/IconTaskSharp.tsx | 4 +- src/IconTaskSharpFilled.tsx | 4 +- src/IconTauntOutlined.tsx | 4 +- src/IconTauntOutlinedFilled.tsx | 4 +- src/IconTauntRounded.tsx | 4 +- src/IconTauntRoundedFilled.tsx | 4 +- src/IconTauntSharp.tsx | 4 +- src/IconTauntSharpFilled.tsx | 4 +- src/IconTaxiAlertOutlined.tsx | 4 +- src/IconTaxiAlertOutlinedFilled.tsx | 6 +- src/IconTaxiAlertRounded.tsx | 4 +- src/IconTaxiAlertRoundedFilled.tsx | 6 +- src/IconTaxiAlertSharp.tsx | 4 +- src/IconTaxiAlertSharpFilled.tsx | 4 +- src/IconTeamDashboardOutlined.tsx | 6 +- src/IconTeamDashboardOutlinedFilled.tsx | 6 +- src/IconTeamDashboardRounded.tsx | 4 +- src/IconTeamDashboardRoundedFilled.tsx | 6 +- src/IconTeamDashboardSharp.tsx | 4 +- src/IconTeamDashboardSharpFilled.tsx | 6 +- src/IconTempPreferencesEcoOutlined.tsx | 6 +- src/IconTempPreferencesEcoOutlinedFilled.tsx | 4 +- src/IconTempPreferencesEcoRounded.tsx | 6 +- src/IconTempPreferencesEcoRoundedFilled.tsx | 4 +- src/IconTempPreferencesEcoSharp.tsx | 6 +- src/IconTempPreferencesEcoSharpFilled.tsx | 4 +- src/IconTempleBuddhistOutlined.tsx | 6 +- src/IconTempleBuddhistOutlinedFilled.tsx | 4 +- src/IconTempleBuddhistRounded.tsx | 6 +- src/IconTempleBuddhistRoundedFilled.tsx | 6 +- src/IconTempleBuddhistSharp.tsx | 4 +- src/IconTempleBuddhistSharpFilled.tsx | 6 +- src/IconTempleHinduOutlined.tsx | 4 +- src/IconTempleHinduOutlinedFilled.tsx | 6 +- src/IconTempleHinduRounded.tsx | 4 +- src/IconTempleHinduRoundedFilled.tsx | 6 +- src/IconTempleHinduSharp.tsx | 4 +- src/IconTempleHinduSharpFilled.tsx | 6 +- src/IconTenancyOutlined.tsx | 4 +- src/IconTenancyOutlinedFilled.tsx | 6 +- src/IconTenancyRounded.tsx | 4 +- src/IconTenancyRoundedFilled.tsx | 4 +- src/IconTenancySharp.tsx | 4 +- src/IconTenancySharpFilled.tsx | 4 +- src/IconTerminalOutlined.tsx | 4 +- src/IconTerminalOutlinedFilled.tsx | 6 +- src/IconTerminalRounded.tsx | 4 +- src/IconTerminalRoundedFilled.tsx | 6 +- src/IconTerminalSharp.tsx | 4 +- src/IconTerminalSharpFilled.tsx | 4 +- src/IconTextAdOutlined.tsx | 4 +- src/IconTextAdOutlinedFilled.tsx | 4 +- src/IconTextAdRounded.tsx | 4 +- src/IconTextAdRoundedFilled.tsx | 4 +- src/IconTextAdSharp.tsx | 4 +- src/IconTextAdSharpFilled.tsx | 4 +- src/IconTextDecreaseOutlined.tsx | 4 +- src/IconTextDecreaseOutlinedFilled.tsx | 6 +- src/IconTextDecreaseRounded.tsx | 4 +- src/IconTextDecreaseRoundedFilled.tsx | 6 +- src/IconTextDecreaseSharp.tsx | 4 +- src/IconTextDecreaseSharpFilled.tsx | 6 +- src/IconTextFieldsAltOutlined.tsx | 6 +- src/IconTextFieldsAltOutlinedFilled.tsx | 6 +- src/IconTextFieldsAltRounded.tsx | 4 +- src/IconTextFieldsAltRoundedFilled.tsx | 6 +- src/IconTextFieldsAltSharp.tsx | 4 +- src/IconTextFieldsAltSharpFilled.tsx | 6 +- src/IconTextFieldsOutlined.tsx | 4 +- src/IconTextFieldsOutlinedFilled.tsx | 6 +- src/IconTextFieldsRounded.tsx | 4 +- src/IconTextFieldsRoundedFilled.tsx | 6 +- src/IconTextFieldsSharp.tsx | 4 +- src/IconTextFieldsSharpFilled.tsx | 6 +- src/IconTextFormatOutlined.tsx | 4 +- src/IconTextFormatOutlinedFilled.tsx | 6 +- src/IconTextFormatRounded.tsx | 4 +- src/IconTextFormatRoundedFilled.tsx | 6 +- src/IconTextFormatSharp.tsx | 4 +- src/IconTextFormatSharpFilled.tsx | 6 +- src/IconTextIncreaseOutlined.tsx | 4 +- src/IconTextIncreaseOutlinedFilled.tsx | 6 +- src/IconTextIncreaseRounded.tsx | 4 +- src/IconTextIncreaseRoundedFilled.tsx | 6 +- src/IconTextIncreaseSharp.tsx | 4 +- src/IconTextIncreaseSharpFilled.tsx | 6 +- src/IconTextRotateUpOutlined.tsx | 4 +- src/IconTextRotateUpOutlinedFilled.tsx | 6 +- src/IconTextRotateUpRounded.tsx | 4 +- src/IconTextRotateUpRoundedFilled.tsx | 6 +- src/IconTextRotateUpSharp.tsx | 4 +- src/IconTextRotateUpSharpFilled.tsx | 6 +- src/IconTextRotateVerticalOutlined.tsx | 6 +- src/IconTextRotateVerticalOutlinedFilled.tsx | 4 +- src/IconTextRotateVerticalRounded.tsx | 6 +- src/IconTextRotateVerticalRoundedFilled.tsx | 4 +- src/IconTextRotateVerticalSharp.tsx | 6 +- src/IconTextRotateVerticalSharpFilled.tsx | 4 +- src/IconTextRotationAngledownOutlined.tsx | 4 +- ...conTextRotationAngledownOutlinedFilled.tsx | 4 +- src/IconTextRotationAngledownRounded.tsx | 4 +- ...IconTextRotationAngledownRoundedFilled.tsx | 4 +- src/IconTextRotationAngledownSharp.tsx | 6 +- src/IconTextRotationAngledownSharpFilled.tsx | 4 +- src/IconTextRotationAngleupOutlined.tsx | 6 +- src/IconTextRotationAngleupOutlinedFilled.tsx | 4 +- src/IconTextRotationAngleupRounded.tsx | 6 +- src/IconTextRotationAngleupRoundedFilled.tsx | 4 +- src/IconTextRotationAngleupSharp.tsx | 6 +- src/IconTextRotationAngleupSharpFilled.tsx | 4 +- src/IconTextRotationDownOutlined.tsx | 6 +- src/IconTextRotationDownOutlinedFilled.tsx | 4 +- src/IconTextRotationDownRounded.tsx | 6 +- src/IconTextRotationDownRoundedFilled.tsx | 4 +- src/IconTextRotationDownSharp.tsx | 6 +- src/IconTextRotationDownSharpFilled.tsx | 6 +- src/IconTextRotationNoneOutlined.tsx | 6 +- src/IconTextRotationNoneOutlinedFilled.tsx | 4 +- src/IconTextRotationNoneRounded.tsx | 6 +- src/IconTextRotationNoneRoundedFilled.tsx | 4 +- src/IconTextRotationNoneSharp.tsx | 6 +- src/IconTextRotationNoneSharpFilled.tsx | 6 +- src/IconTextSelectEndOutlined.tsx | 6 +- src/IconTextSelectEndOutlinedFilled.tsx | 6 +- src/IconTextSelectEndRounded.tsx | 4 +- src/IconTextSelectEndRoundedFilled.tsx | 6 +- src/IconTextSelectEndSharp.tsx | 4 +- src/IconTextSelectEndSharpFilled.tsx | 6 +- src/IconTextSelectJumpToBeginningOutlined.tsx | 4 +- ...extSelectJumpToBeginningOutlinedFilled.tsx | 8 +- src/IconTextSelectJumpToBeginningRounded.tsx | 4 +- ...TextSelectJumpToBeginningRoundedFilled.tsx | 8 +- src/IconTextSelectJumpToBeginningSharp.tsx | 4 +- ...onTextSelectJumpToBeginningSharpFilled.tsx | 4 +- src/IconTextSelectJumpToEndOutlined.tsx | 6 +- src/IconTextSelectJumpToEndOutlinedFilled.tsx | 4 +- src/IconTextSelectJumpToEndRounded.tsx | 6 +- src/IconTextSelectJumpToEndRoundedFilled.tsx | 4 +- src/IconTextSelectJumpToEndSharp.tsx | 6 +- src/IconTextSelectJumpToEndSharpFilled.tsx | 4 +- ...conTextSelectMoveBackCharacterOutlined.tsx | 4 +- ...tSelectMoveBackCharacterOutlinedFilled.tsx | 8 +- ...IconTextSelectMoveBackCharacterRounded.tsx | 4 +- ...xtSelectMoveBackCharacterRoundedFilled.tsx | 8 +- src/IconTextSelectMoveBackCharacterSharp.tsx | 4 +- ...TextSelectMoveBackCharacterSharpFilled.tsx | 8 +- src/IconTextSelectMoveBackWordOutlined.tsx | 4 +- ...onTextSelectMoveBackWordOutlinedFilled.tsx | 4 +- src/IconTextSelectMoveBackWordRounded.tsx | 4 +- ...conTextSelectMoveBackWordRoundedFilled.tsx | 4 +- src/IconTextSelectMoveBackWordSharp.tsx | 6 +- src/IconTextSelectMoveBackWordSharpFilled.tsx | 4 +- src/IconTextSelectMoveDownOutlined.tsx | 6 +- src/IconTextSelectMoveDownOutlinedFilled.tsx | 4 +- src/IconTextSelectMoveDownRounded.tsx | 6 +- src/IconTextSelectMoveDownRoundedFilled.tsx | 4 +- src/IconTextSelectMoveDownSharp.tsx | 6 +- src/IconTextSelectMoveDownSharpFilled.tsx | 4 +- ...TextSelectMoveForwardCharacterOutlined.tsx | 8 +- ...lectMoveForwardCharacterOutlinedFilled.tsx | 8 +- ...nTextSelectMoveForwardCharacterRounded.tsx | 4 +- ...electMoveForwardCharacterRoundedFilled.tsx | 8 +- ...conTextSelectMoveForwardCharacterSharp.tsx | 4 +- ...tSelectMoveForwardCharacterSharpFilled.tsx | 8 +- src/IconTextSelectMoveForwardWordOutlined.tsx | 4 +- ...extSelectMoveForwardWordOutlinedFilled.tsx | 8 +- src/IconTextSelectMoveForwardWordRounded.tsx | 4 +- ...TextSelectMoveForwardWordRoundedFilled.tsx | 8 +- src/IconTextSelectMoveForwardWordSharp.tsx | 4 +- ...onTextSelectMoveForwardWordSharpFilled.tsx | 4 +- src/IconTextSelectMoveUpOutlined.tsx | 6 +- src/IconTextSelectMoveUpOutlinedFilled.tsx | 4 +- src/IconTextSelectMoveUpRounded.tsx | 6 +- src/IconTextSelectMoveUpRoundedFilled.tsx | 4 +- src/IconTextSelectMoveUpSharp.tsx | 6 +- src/IconTextSelectMoveUpSharpFilled.tsx | 6 +- src/IconTextSelectStartOutlined.tsx | 6 +- src/IconTextSelectStartOutlinedFilled.tsx | 4 +- src/IconTextSelectStartRounded.tsx | 6 +- src/IconTextSelectStartRoundedFilled.tsx | 4 +- src/IconTextSelectStartSharp.tsx | 4 +- src/IconTextSelectStartSharpFilled.tsx | 6 +- src/IconTextSnippetOutlined.tsx | 4 +- src/IconTextSnippetOutlinedFilled.tsx | 6 +- src/IconTextSnippetRounded.tsx | 4 +- src/IconTextSnippetRoundedFilled.tsx | 6 +- src/IconTextSnippetSharp.tsx | 4 +- src/IconTextSnippetSharpFilled.tsx | 6 +- src/IconTextToSpeechOutlined.tsx | 4 +- src/IconTextToSpeechOutlinedFilled.tsx | 6 +- src/IconTextToSpeechRounded.tsx | 4 +- src/IconTextToSpeechRoundedFilled.tsx | 6 +- src/IconTextToSpeechSharp.tsx | 4 +- src/IconTextToSpeechSharpFilled.tsx | 6 +- src/IconTextUpOutlined.tsx | 4 +- src/IconTextUpOutlinedFilled.tsx | 4 +- src/IconTextUpRounded.tsx | 4 +- src/IconTextUpRoundedFilled.tsx | 4 +- src/IconTextUpSharp.tsx | 4 +- src/IconTextUpSharpFilled.tsx | 4 +- src/IconTextureAddOutlined.tsx | 4 +- src/IconTextureAddOutlinedFilled.tsx | 6 +- src/IconTextureAddRounded.tsx | 4 +- src/IconTextureAddRoundedFilled.tsx | 6 +- src/IconTextureAddSharp.tsx | 4 +- src/IconTextureAddSharpFilled.tsx | 6 +- src/IconTextureMinusOutlined.tsx | 4 +- src/IconTextureMinusOutlinedFilled.tsx | 6 +- src/IconTextureMinusRounded.tsx | 4 +- src/IconTextureMinusRoundedFilled.tsx | 6 +- src/IconTextureMinusSharp.tsx | 4 +- src/IconTextureMinusSharpFilled.tsx | 6 +- src/IconTextureOutlined.tsx | 4 +- src/IconTextureOutlinedFilled.tsx | 6 +- src/IconTextureRounded.tsx | 4 +- src/IconTextureRoundedFilled.tsx | 4 +- src/IconTextureSharp.tsx | 4 +- src/IconTextureSharpFilled.tsx | 4 +- src/IconTheaterComedyOutlined.tsx | 6 +- src/IconTheaterComedyOutlinedFilled.tsx | 6 +- src/IconTheaterComedyRounded.tsx | 4 +- src/IconTheaterComedyRoundedFilled.tsx | 6 +- src/IconTheaterComedySharp.tsx | 4 +- src/IconTheaterComedySharpFilled.tsx | 6 +- src/IconTheatersOutlined.tsx | 4 +- src/IconTheatersOutlinedFilled.tsx | 6 +- src/IconTheatersRounded.tsx | 4 +- src/IconTheatersRoundedFilled.tsx | 6 +- src/IconTheatersSharp.tsx | 4 +- src/IconTheatersSharpFilled.tsx | 4 +- src/IconThermometerAddOutlined.tsx | 6 +- src/IconThermometerAddOutlinedFilled.tsx | 4 +- src/IconThermometerAddRounded.tsx | 6 +- src/IconThermometerAddRoundedFilled.tsx | 6 +- src/IconThermometerAddSharp.tsx | 4 +- src/IconThermometerAddSharpFilled.tsx | 6 +- src/IconThermometerGainOutlined.tsx | 6 +- src/IconThermometerGainOutlinedFilled.tsx | 4 +- src/IconThermometerGainRounded.tsx | 6 +- src/IconThermometerGainRoundedFilled.tsx | 4 +- src/IconThermometerGainSharp.tsx | 4 +- src/IconThermometerGainSharpFilled.tsx | 6 +- src/IconThermometerLossOutlined.tsx | 6 +- src/IconThermometerLossOutlinedFilled.tsx | 4 +- src/IconThermometerLossRounded.tsx | 6 +- src/IconThermometerLossRoundedFilled.tsx | 4 +- src/IconThermometerLossSharp.tsx | 4 +- src/IconThermometerLossSharpFilled.tsx | 6 +- src/IconThermometerMinusOutlined.tsx | 6 +- src/IconThermometerMinusOutlinedFilled.tsx | 4 +- src/IconThermometerMinusRounded.tsx | 6 +- src/IconThermometerMinusRoundedFilled.tsx | 4 +- src/IconThermometerMinusSharp.tsx | 6 +- src/IconThermometerMinusSharpFilled.tsx | 6 +- src/IconThermometerOutlined.tsx | 4 +- src/IconThermometerOutlinedFilled.tsx | 6 +- src/IconThermometerRounded.tsx | 4 +- src/IconThermometerRoundedFilled.tsx | 6 +- src/IconThermometerSharp.tsx | 4 +- src/IconThermometerSharpFilled.tsx | 6 +- src/IconThermostatAutoOutlined.tsx | 6 +- src/IconThermostatAutoOutlinedFilled.tsx | 4 +- src/IconThermostatAutoRounded.tsx | 6 +- src/IconThermostatAutoRoundedFilled.tsx | 6 +- src/IconThermostatAutoSharp.tsx | 4 +- src/IconThermostatAutoSharpFilled.tsx | 6 +- src/IconThermostatCarbonOutlined.tsx | 6 +- src/IconThermostatCarbonOutlinedFilled.tsx | 4 +- src/IconThermostatCarbonRounded.tsx | 6 +- src/IconThermostatCarbonRoundedFilled.tsx | 4 +- src/IconThermostatCarbonSharp.tsx | 6 +- src/IconThermostatCarbonSharpFilled.tsx | 6 +- src/IconThermostatOutlined.tsx | 4 +- src/IconThermostatOutlinedFilled.tsx | 6 +- src/IconThermostatRounded.tsx | 4 +- src/IconThermostatRoundedFilled.tsx | 6 +- src/IconThermostatSharp.tsx | 4 +- src/IconThermostatSharpFilled.tsx | 6 +- src/IconThingsToDoOutlined.tsx | 4 +- src/IconThingsToDoOutlinedFilled.tsx | 6 +- src/IconThingsToDoRounded.tsx | 4 +- src/IconThingsToDoRoundedFilled.tsx | 6 +- src/IconThingsToDoSharp.tsx | 4 +- src/IconThingsToDoSharpFilled.tsx | 6 +- src/IconThreadUnreadOutlined.tsx | 4 +- src/IconThreadUnreadOutlinedFilled.tsx | 6 +- src/IconThreadUnreadRounded.tsx | 4 +- src/IconThreadUnreadRoundedFilled.tsx | 6 +- src/IconThreadUnreadSharp.tsx | 4 +- src/IconThreadUnreadSharpFilled.tsx | 6 +- src/IconThumbDownOutlined.tsx | 4 +- src/IconThumbDownOutlinedFilled.tsx | 6 +- src/IconThumbDownRounded.tsx | 4 +- src/IconThumbDownRoundedFilled.tsx | 6 +- src/IconThumbDownSharp.tsx | 4 +- src/IconThumbDownSharpFilled.tsx | 4 +- src/IconThumbUpOutlined.tsx | 4 +- src/IconThumbUpOutlinedFilled.tsx | 6 +- src/IconThumbUpRounded.tsx | 4 +- src/IconThumbUpRoundedFilled.tsx | 4 +- src/IconThumbUpSharp.tsx | 4 +- src/IconThumbUpSharpFilled.tsx | 4 +- src/IconThumbnailBarOutlined.tsx | 4 +- src/IconThumbnailBarOutlinedFilled.tsx | 6 +- src/IconThumbnailBarRounded.tsx | 4 +- src/IconThumbnailBarRoundedFilled.tsx | 6 +- src/IconThumbnailBarSharp.tsx | 4 +- src/IconThumbnailBarSharpFilled.tsx | 6 +- src/IconThumbsUpDownOutlined.tsx | 4 +- src/IconThumbsUpDownOutlinedFilled.tsx | 6 +- src/IconThumbsUpDownRounded.tsx | 4 +- src/IconThumbsUpDownRoundedFilled.tsx | 6 +- src/IconThumbsUpDownSharp.tsx | 4 +- src/IconThumbsUpDownSharpFilled.tsx | 6 +- src/IconThunderstormOutlined.tsx | 4 +- src/IconThunderstormOutlinedFilled.tsx | 6 +- src/IconThunderstormRounded.tsx | 4 +- src/IconThunderstormRoundedFilled.tsx | 6 +- src/IconThunderstormSharp.tsx | 4 +- src/IconThunderstormSharpFilled.tsx | 6 +- src/IconTibiaAltOutlined.tsx | 4 +- src/IconTibiaAltOutlinedFilled.tsx | 6 +- src/IconTibiaAltRounded.tsx | 4 +- src/IconTibiaAltRoundedFilled.tsx | 6 +- src/IconTibiaAltSharp.tsx | 4 +- src/IconTibiaAltSharpFilled.tsx | 4 +- src/IconTibiaOutlined.tsx | 4 +- src/IconTibiaOutlinedFilled.tsx | 4 +- src/IconTibiaRounded.tsx | 4 +- src/IconTibiaRoundedFilled.tsx | 4 +- src/IconTibiaSharp.tsx | 4 +- src/IconTibiaSharpFilled.tsx | 4 +- src/IconTimeAutoOutlined.tsx | 4 +- src/IconTimeAutoOutlinedFilled.tsx | 6 +- src/IconTimeAutoRounded.tsx | 4 +- src/IconTimeAutoRoundedFilled.tsx | 6 +- src/IconTimeAutoSharp.tsx | 4 +- src/IconTimeAutoSharpFilled.tsx | 4 +- src/IconTimelapseOutlined.tsx | 4 +- src/IconTimelapseOutlinedFilled.tsx | 6 +- src/IconTimelapseRounded.tsx | 4 +- src/IconTimelapseRoundedFilled.tsx | 6 +- src/IconTimelapseSharp.tsx | 4 +- src/IconTimelapseSharpFilled.tsx | 4 +- src/IconTimelineOutlined.tsx | 4 +- src/IconTimelineOutlinedFilled.tsx | 6 +- src/IconTimelineRounded.tsx | 4 +- src/IconTimelineRoundedFilled.tsx | 6 +- src/IconTimelineSharp.tsx | 4 +- src/IconTimelineSharpFilled.tsx | 4 +- src/IconTimer10Alt1Outlined.tsx | 4 +- src/IconTimer10Alt1OutlinedFilled.tsx | 6 +- src/IconTimer10Alt1Rounded.tsx | 4 +- src/IconTimer10Alt1RoundedFilled.tsx | 6 +- src/IconTimer10Alt1Sharp.tsx | 4 +- src/IconTimer10Alt1SharpFilled.tsx | 6 +- src/IconTimer10Outlined.tsx | 4 +- src/IconTimer10OutlinedFilled.tsx | 6 +- src/IconTimer10Rounded.tsx | 4 +- src/IconTimer10RoundedFilled.tsx | 4 +- src/IconTimer10SelectOutlined.tsx | 6 +- src/IconTimer10SelectOutlinedFilled.tsx | 6 +- src/IconTimer10SelectRounded.tsx | 4 +- src/IconTimer10SelectRoundedFilled.tsx | 6 +- src/IconTimer10SelectSharp.tsx | 4 +- src/IconTimer10SelectSharpFilled.tsx | 6 +- src/IconTimer10Sharp.tsx | 4 +- src/IconTimer10SharpFilled.tsx | 4 +- src/IconTimer3Alt1Outlined.tsx | 4 +- src/IconTimer3Alt1OutlinedFilled.tsx | 6 +- src/IconTimer3Alt1Rounded.tsx | 4 +- src/IconTimer3Alt1RoundedFilled.tsx | 6 +- src/IconTimer3Alt1Sharp.tsx | 4 +- src/IconTimer3Alt1SharpFilled.tsx | 6 +- src/IconTimer3Outlined.tsx | 4 +- src/IconTimer3OutlinedFilled.tsx | 4 +- src/IconTimer3Rounded.tsx | 4 +- src/IconTimer3RoundedFilled.tsx | 4 +- src/IconTimer3SelectOutlined.tsx | 4 +- src/IconTimer3SelectOutlinedFilled.tsx | 6 +- src/IconTimer3SelectRounded.tsx | 4 +- src/IconTimer3SelectRoundedFilled.tsx | 6 +- src/IconTimer3SelectSharp.tsx | 4 +- src/IconTimer3SelectSharpFilled.tsx | 6 +- src/IconTimer3Sharp.tsx | 4 +- src/IconTimer3SharpFilled.tsx | 4 +- src/IconTimer5Outlined.tsx | 4 +- src/IconTimer5OutlinedFilled.tsx | 4 +- src/IconTimer5Rounded.tsx | 4 +- src/IconTimer5RoundedFilled.tsx | 4 +- src/IconTimer5Sharp.tsx | 4 +- src/IconTimer5SharpFilled.tsx | 4 +- src/IconTimer5ShutterOutlined.tsx | 6 +- src/IconTimer5ShutterOutlinedFilled.tsx | 6 +- src/IconTimer5ShutterRounded.tsx | 4 +- src/IconTimer5ShutterRoundedFilled.tsx | 6 +- src/IconTimer5ShutterSharp.tsx | 4 +- src/IconTimer5ShutterSharpFilled.tsx | 6 +- src/IconTimerOffOutlined.tsx | 4 +- src/IconTimerOffOutlinedFilled.tsx | 6 +- src/IconTimerOffRounded.tsx | 4 +- src/IconTimerOffRoundedFilled.tsx | 6 +- src/IconTimerOffSharp.tsx | 4 +- src/IconTimerOffSharpFilled.tsx | 4 +- src/IconTimerOutlined.tsx | 4 +- src/IconTimerOutlinedFilled.tsx | 4 +- src/IconTimerPauseOutlined.tsx | 4 +- src/IconTimerPauseOutlinedFilled.tsx | 6 +- src/IconTimerPauseRounded.tsx | 4 +- src/IconTimerPauseRoundedFilled.tsx | 6 +- src/IconTimerPauseSharp.tsx | 4 +- src/IconTimerPauseSharpFilled.tsx | 6 +- src/IconTimerPlayOutlined.tsx | 4 +- src/IconTimerPlayOutlinedFilled.tsx | 6 +- src/IconTimerPlayRounded.tsx | 4 +- src/IconTimerPlayRoundedFilled.tsx | 6 +- src/IconTimerPlaySharp.tsx | 4 +- src/IconTimerPlaySharpFilled.tsx | 4 +- src/IconTimerRounded.tsx | 4 +- src/IconTimerRoundedFilled.tsx | 4 +- src/IconTimerSharp.tsx | 4 +- src/IconTimerSharpFilled.tsx | 4 +- src/IconTireRepairOutlined.tsx | 4 +- src/IconTireRepairOutlinedFilled.tsx | 6 +- src/IconTireRepairRounded.tsx | 4 +- src/IconTireRepairRoundedFilled.tsx | 6 +- src/IconTireRepairSharp.tsx | 4 +- src/IconTireRepairSharpFilled.tsx | 6 +- src/IconTitleOutlined.tsx | 4 +- src/IconTitleOutlinedFilled.tsx | 4 +- src/IconTitleRounded.tsx | 4 +- src/IconTitleRoundedFilled.tsx | 4 +- src/IconTitleSharp.tsx | 4 +- src/IconTitleSharpFilled.tsx | 4 +- src/IconTitlecaseOutlined.tsx | 4 +- src/IconTitlecaseOutlinedFilled.tsx | 6 +- src/IconTitlecaseRounded.tsx | 4 +- src/IconTitlecaseRoundedFilled.tsx | 6 +- src/IconTitlecaseSharp.tsx | 4 +- src/IconTitlecaseSharpFilled.tsx | 4 +- src/IconToastOutlined.tsx | 4 +- src/IconToastOutlinedFilled.tsx | 4 +- src/IconToastRounded.tsx | 4 +- src/IconToastRoundedFilled.tsx | 4 +- src/IconToastSharp.tsx | 4 +- src/IconToastSharpFilled.tsx | 4 +- src/IconTocOutlined.tsx | 4 +- src/IconTocOutlinedFilled.tsx | 4 +- src/IconTocRounded.tsx | 4 +- src/IconTocRoundedFilled.tsx | 4 +- src/IconTocSharp.tsx | 4 +- src/IconTocSharpFilled.tsx | 4 +- src/IconTodayOutlined.tsx | 4 +- src/IconTodayOutlinedFilled.tsx | 4 +- src/IconTodayRounded.tsx | 4 +- src/IconTodayRoundedFilled.tsx | 4 +- src/IconTodaySharp.tsx | 4 +- src/IconTodaySharpFilled.tsx | 4 +- src/IconToggleOffOutlined.tsx | 4 +- src/IconToggleOffOutlinedFilled.tsx | 6 +- src/IconToggleOffRounded.tsx | 4 +- src/IconToggleOffRoundedFilled.tsx | 6 +- src/IconToggleOffSharp.tsx | 4 +- src/IconToggleOffSharpFilled.tsx | 4 +- src/IconToggleOnOutlined.tsx | 4 +- src/IconToggleOnOutlinedFilled.tsx | 6 +- src/IconToggleOnRounded.tsx | 4 +- src/IconToggleOnRoundedFilled.tsx | 6 +- src/IconToggleOnSharp.tsx | 4 +- src/IconToggleOnSharpFilled.tsx | 4 +- src/IconTokenOutlined.tsx | 4 +- src/IconTokenOutlinedFilled.tsx | 4 +- src/IconTokenRounded.tsx | 4 +- src/IconTokenRoundedFilled.tsx | 4 +- src/IconTokenSharp.tsx | 4 +- src/IconTokenSharpFilled.tsx | 4 +- src/IconTollOutlined.tsx | 4 +- src/IconTollOutlinedFilled.tsx | 4 +- src/IconTollRounded.tsx | 4 +- src/IconTollRoundedFilled.tsx | 4 +- src/IconTollSharp.tsx | 4 +- src/IconTollSharpFilled.tsx | 4 +- src/IconTonalityOutlined.tsx | 4 +- src/IconTonalityOutlinedFilled.tsx | 6 +- src/IconTonalityRounded.tsx | 4 +- src/IconTonalityRoundedFilled.tsx | 6 +- src/IconTonalitySharp.tsx | 4 +- src/IconTonalitySharpFilled.tsx | 4 +- src/IconToolbarOutlined.tsx | 4 +- src/IconToolbarOutlinedFilled.tsx | 6 +- src/IconToolbarRounded.tsx | 4 +- src/IconToolbarRoundedFilled.tsx | 4 +- src/IconToolbarSharp.tsx | 4 +- src/IconToolbarSharpFilled.tsx | 4 +- src/IconToolsFlatHeadOutlined.tsx | 6 +- src/IconToolsFlatHeadOutlinedFilled.tsx | 6 +- src/IconToolsFlatHeadRounded.tsx | 4 +- src/IconToolsFlatHeadRoundedFilled.tsx | 6 +- src/IconToolsFlatHeadSharp.tsx | 4 +- src/IconToolsFlatHeadSharpFilled.tsx | 6 +- src/IconToolsInstallationKitOutlined.tsx | 4 +- ...IconToolsInstallationKitOutlinedFilled.tsx | 4 +- src/IconToolsInstallationKitRounded.tsx | 6 +- src/IconToolsInstallationKitRoundedFilled.tsx | 4 +- src/IconToolsInstallationKitSharp.tsx | 6 +- src/IconToolsInstallationKitSharpFilled.tsx | 4 +- src/IconToolsLadderOutlined.tsx | 4 +- src/IconToolsLadderOutlinedFilled.tsx | 6 +- src/IconToolsLadderRounded.tsx | 4 +- src/IconToolsLadderRoundedFilled.tsx | 6 +- src/IconToolsLadderSharp.tsx | 4 +- src/IconToolsLadderSharpFilled.tsx | 6 +- src/IconToolsLevelOutlined.tsx | 4 +- src/IconToolsLevelOutlinedFilled.tsx | 6 +- src/IconToolsLevelRounded.tsx | 4 +- src/IconToolsLevelRoundedFilled.tsx | 6 +- src/IconToolsLevelSharp.tsx | 4 +- src/IconToolsLevelSharpFilled.tsx | 6 +- src/IconToolsPhillipsOutlined.tsx | 6 +- src/IconToolsPhillipsOutlinedFilled.tsx | 6 +- src/IconToolsPhillipsRounded.tsx | 4 +- src/IconToolsPhillipsRoundedFilled.tsx | 6 +- src/IconToolsPhillipsSharp.tsx | 4 +- src/IconToolsPhillipsSharpFilled.tsx | 6 +- src/IconToolsPliersWireStripperOutlined.tsx | 4 +- ...nToolsPliersWireStripperOutlinedFilled.tsx | 4 +- src/IconToolsPliersWireStripperRounded.tsx | 4 +- ...onToolsPliersWireStripperRoundedFilled.tsx | 4 +- src/IconToolsPliersWireStripperSharp.tsx | 4 +- ...IconToolsPliersWireStripperSharpFilled.tsx | 4 +- src/IconToolsPowerDrillOutlined.tsx | 6 +- src/IconToolsPowerDrillOutlinedFilled.tsx | 4 +- src/IconToolsPowerDrillRounded.tsx | 6 +- src/IconToolsPowerDrillRoundedFilled.tsx | 4 +- src/IconToolsPowerDrillSharp.tsx | 4 +- src/IconToolsPowerDrillSharpFilled.tsx | 6 +- src/IconTooltip2Outlined.tsx | 9 + src/IconTooltip2OutlinedFilled.tsx | 11 + src/IconTooltip2Rounded.tsx | 9 + src/IconTooltip2RoundedFilled.tsx | 11 + src/IconTooltip2Sharp.tsx | 9 + src/IconTooltip2SharpFilled.tsx | 9 + src/IconTooltipOutlined.tsx | 6 +- src/IconTooltipOutlinedFilled.tsx | 8 +- src/IconTooltipRounded.tsx | 6 +- src/IconTooltipRoundedFilled.tsx | 6 +- src/IconTooltipSharp.tsx | 6 +- src/IconTooltipSharpFilled.tsx | 6 +- src/IconTopPanelCloseOutlined.tsx | 6 +- src/IconTopPanelCloseOutlinedFilled.tsx | 6 +- src/IconTopPanelCloseRounded.tsx | 4 +- src/IconTopPanelCloseRoundedFilled.tsx | 6 +- src/IconTopPanelCloseSharp.tsx | 4 +- src/IconTopPanelCloseSharpFilled.tsx | 6 +- src/IconTopPanelOpenOutlined.tsx | 4 +- src/IconTopPanelOpenOutlinedFilled.tsx | 6 +- src/IconTopPanelOpenRounded.tsx | 4 +- src/IconTopPanelOpenRoundedFilled.tsx | 6 +- src/IconTopPanelOpenSharp.tsx | 4 +- src/IconTopPanelOpenSharpFilled.tsx | 6 +- src/IconTopicOutlined.tsx | 4 +- src/IconTopicOutlinedFilled.tsx | 4 +- src/IconTopicRounded.tsx | 4 +- src/IconTopicRoundedFilled.tsx | 4 +- src/IconTopicSharp.tsx | 4 +- src/IconTopicSharpFilled.tsx | 4 +- src/IconTornadoOutlined.tsx | 4 +- src/IconTornadoOutlinedFilled.tsx | 6 +- src/IconTornadoRounded.tsx | 4 +- src/IconTornadoRoundedFilled.tsx | 4 +- src/IconTornadoSharp.tsx | 4 +- src/IconTornadoSharpFilled.tsx | 4 +- src/IconTotalDissolvedSolidsOutlined.tsx | 4 +- ...IconTotalDissolvedSolidsOutlinedFilled.tsx | 4 +- src/IconTotalDissolvedSolidsRounded.tsx | 6 +- src/IconTotalDissolvedSolidsRoundedFilled.tsx | 4 +- src/IconTotalDissolvedSolidsSharp.tsx | 6 +- src/IconTotalDissolvedSolidsSharpFilled.tsx | 4 +- src/IconTouchAppOutlined.tsx | 4 +- src/IconTouchAppOutlinedFilled.tsx | 6 +- src/IconTouchAppRounded.tsx | 4 +- src/IconTouchAppRoundedFilled.tsx | 6 +- src/IconTouchAppSharp.tsx | 4 +- src/IconTouchAppSharpFilled.tsx | 4 +- src/IconTouchpadMouseOffOutlined.tsx | 6 +- src/IconTouchpadMouseOffOutlinedFilled.tsx | 4 +- src/IconTouchpadMouseOffRounded.tsx | 6 +- src/IconTouchpadMouseOffRoundedFilled.tsx | 4 +- src/IconTouchpadMouseOffSharp.tsx | 6 +- src/IconTouchpadMouseOffSharpFilled.tsx | 6 +- src/IconTouchpadMouseOutlined.tsx | 6 +- src/IconTouchpadMouseOutlinedFilled.tsx | 6 +- src/IconTouchpadMouseRounded.tsx | 4 +- src/IconTouchpadMouseRoundedFilled.tsx | 6 +- src/IconTouchpadMouseSharp.tsx | 4 +- src/IconTouchpadMouseSharpFilled.tsx | 6 +- src/IconTourOutlined.tsx | 4 +- src/IconTourOutlinedFilled.tsx | 4 +- src/IconTourRounded.tsx | 4 +- src/IconTourRoundedFilled.tsx | 4 +- src/IconTourSharp.tsx | 4 +- src/IconTourSharpFilled.tsx | 4 +- src/IconToysAndGamesOutlined.tsx | 4 +- src/IconToysAndGamesOutlinedFilled.tsx | 6 +- src/IconToysAndGamesRounded.tsx | 4 +- src/IconToysAndGamesRoundedFilled.tsx | 6 +- src/IconToysAndGamesSharp.tsx | 4 +- src/IconToysAndGamesSharpFilled.tsx | 6 +- src/IconToysFanOutlined.tsx | 4 +- src/IconToysFanOutlinedFilled.tsx | 6 +- src/IconToysFanRounded.tsx | 4 +- src/IconToysFanRoundedFilled.tsx | 4 +- src/IconToysFanSharp.tsx | 4 +- src/IconToysFanSharpFilled.tsx | 4 +- src/IconToysOutlined.tsx | 4 +- src/IconToysOutlinedFilled.tsx | 4 +- src/IconToysRounded.tsx | 4 +- src/IconToysRoundedFilled.tsx | 4 +- src/IconToysSharp.tsx | 4 +- src/IconToysSharpFilled.tsx | 4 +- src/IconTrackChangesOutlined.tsx | 4 +- src/IconTrackChangesOutlinedFilled.tsx | 6 +- src/IconTrackChangesRounded.tsx | 4 +- src/IconTrackChangesRoundedFilled.tsx | 6 +- src/IconTrackChangesSharp.tsx | 4 +- src/IconTrackChangesSharpFilled.tsx | 6 +- src/IconTrackpadInput2Outlined.tsx | 6 +- src/IconTrackpadInput2OutlinedFilled.tsx | 4 +- src/IconTrackpadInput2Rounded.tsx | 6 +- src/IconTrackpadInput2RoundedFilled.tsx | 6 +- src/IconTrackpadInput2Sharp.tsx | 4 +- src/IconTrackpadInput2SharpFilled.tsx | 6 +- src/IconTrackpadInput3Outlined.tsx | 6 +- src/IconTrackpadInput3OutlinedFilled.tsx | 4 +- src/IconTrackpadInput3Rounded.tsx | 6 +- src/IconTrackpadInput3RoundedFilled.tsx | 6 +- src/IconTrackpadInput3Sharp.tsx | 4 +- src/IconTrackpadInput3SharpFilled.tsx | 6 +- src/IconTrackpadInputOutlined.tsx | 6 +- src/IconTrackpadInputOutlinedFilled.tsx | 6 +- src/IconTrackpadInputRounded.tsx | 4 +- src/IconTrackpadInputRoundedFilled.tsx | 6 +- src/IconTrackpadInputSharp.tsx | 4 +- src/IconTrackpadInputSharpFilled.tsx | 6 +- src/IconTrafficJamOutlined.tsx | 4 +- src/IconTrafficJamOutlinedFilled.tsx | 6 +- src/IconTrafficJamRounded.tsx | 4 +- src/IconTrafficJamRoundedFilled.tsx | 6 +- src/IconTrafficJamSharp.tsx | 4 +- src/IconTrafficJamSharpFilled.tsx | 6 +- src/IconTrafficOutlined.tsx | 4 +- src/IconTrafficOutlinedFilled.tsx | 6 +- src/IconTrafficRounded.tsx | 4 +- src/IconTrafficRoundedFilled.tsx | 4 +- src/IconTrafficSharp.tsx | 4 +- src/IconTrafficSharpFilled.tsx | 4 +- src/IconTrailLengthMediumOutlined.tsx | 6 +- src/IconTrailLengthMediumOutlinedFilled.tsx | 4 +- src/IconTrailLengthMediumRounded.tsx | 6 +- src/IconTrailLengthMediumRoundedFilled.tsx | 4 +- src/IconTrailLengthMediumSharp.tsx | 6 +- src/IconTrailLengthMediumSharpFilled.tsx | 4 +- src/IconTrailLengthOutlined.tsx | 4 +- src/IconTrailLengthOutlinedFilled.tsx | 6 +- src/IconTrailLengthRounded.tsx | 4 +- src/IconTrailLengthRoundedFilled.tsx | 6 +- src/IconTrailLengthSharp.tsx | 4 +- src/IconTrailLengthSharpFilled.tsx | 6 +- src/IconTrailLengthShortOutlined.tsx | 6 +- src/IconTrailLengthShortOutlinedFilled.tsx | 4 +- src/IconTrailLengthShortRounded.tsx | 6 +- src/IconTrailLengthShortRoundedFilled.tsx | 4 +- src/IconTrailLengthShortSharp.tsx | 6 +- src/IconTrailLengthShortSharpFilled.tsx | 6 +- src/IconTrainOutlined.tsx | 4 +- src/IconTrainOutlinedFilled.tsx | 4 +- src/IconTrainRounded.tsx | 4 +- src/IconTrainRoundedFilled.tsx | 4 +- src/IconTrainSharp.tsx | 4 +- src/IconTrainSharpFilled.tsx | 4 +- src/IconTramOutlined.tsx | 4 +- src/IconTramOutlinedFilled.tsx | 4 +- src/IconTramRounded.tsx | 4 +- src/IconTramRoundedFilled.tsx | 4 +- src/IconTramSharp.tsx | 4 +- src/IconTramSharpFilled.tsx | 4 +- src/IconTranscribeOutlined.tsx | 4 +- src/IconTranscribeOutlinedFilled.tsx | 6 +- src/IconTranscribeRounded.tsx | 4 +- src/IconTranscribeRoundedFilled.tsx | 6 +- src/IconTranscribeSharp.tsx | 4 +- src/IconTranscribeSharpFilled.tsx | 6 +- src/IconTransferWithinAStationOutlined.tsx | 4 +- ...onTransferWithinAStationOutlinedFilled.tsx | 4 +- src/IconTransferWithinAStationRounded.tsx | 4 +- ...conTransferWithinAStationRoundedFilled.tsx | 4 +- src/IconTransferWithinAStationSharp.tsx | 6 +- src/IconTransferWithinAStationSharpFilled.tsx | 4 +- src/IconTransformOutlined.tsx | 4 +- src/IconTransformOutlinedFilled.tsx | 6 +- src/IconTransformRounded.tsx | 4 +- src/IconTransformRoundedFilled.tsx | 6 +- src/IconTransformSharp.tsx | 4 +- src/IconTransformSharpFilled.tsx | 4 +- src/IconTransgenderOutlined.tsx | 4 +- src/IconTransgenderOutlinedFilled.tsx | 6 +- src/IconTransgenderRounded.tsx | 4 +- src/IconTransgenderRoundedFilled.tsx | 6 +- src/IconTransgenderSharp.tsx | 4 +- src/IconTransgenderSharpFilled.tsx | 6 +- src/IconTransitEnterexitOutlined.tsx | 6 +- src/IconTransitEnterexitOutlinedFilled.tsx | 4 +- src/IconTransitEnterexitRounded.tsx | 6 +- src/IconTransitEnterexitRoundedFilled.tsx | 4 +- src/IconTransitEnterexitSharp.tsx | 6 +- src/IconTransitEnterexitSharpFilled.tsx | 6 +- src/IconTransitTicketOutlined.tsx | 6 +- src/IconTransitTicketOutlinedFilled.tsx | 6 +- src/IconTransitTicketRounded.tsx | 4 +- src/IconTransitTicketRoundedFilled.tsx | 6 +- src/IconTransitTicketSharp.tsx | 4 +- src/IconTransitTicketSharpFilled.tsx | 6 +- src/IconTransitionChopOutlined.tsx | 6 +- src/IconTransitionChopOutlinedFilled.tsx | 4 +- src/IconTransitionChopRounded.tsx | 6 +- src/IconTransitionChopRoundedFilled.tsx | 6 +- src/IconTransitionChopSharp.tsx | 4 +- src/IconTransitionChopSharpFilled.tsx | 6 +- src/IconTransitionDissolveOutlined.tsx | 6 +- src/IconTransitionDissolveOutlinedFilled.tsx | 4 +- src/IconTransitionDissolveRounded.tsx | 6 +- src/IconTransitionDissolveRoundedFilled.tsx | 4 +- src/IconTransitionDissolveSharp.tsx | 6 +- src/IconTransitionDissolveSharpFilled.tsx | 4 +- src/IconTransitionFadeOutlined.tsx | 6 +- src/IconTransitionFadeOutlinedFilled.tsx | 4 +- src/IconTransitionFadeRounded.tsx | 6 +- src/IconTransitionFadeRoundedFilled.tsx | 6 +- src/IconTransitionFadeSharp.tsx | 4 +- src/IconTransitionFadeSharpFilled.tsx | 6 +- src/IconTransitionPushOutlined.tsx | 6 +- src/IconTransitionPushOutlinedFilled.tsx | 4 +- src/IconTransitionPushRounded.tsx | 6 +- src/IconTransitionPushRoundedFilled.tsx | 6 +- src/IconTransitionPushSharp.tsx | 4 +- src/IconTransitionPushSharpFilled.tsx | 6 +- src/IconTransitionSlideOutlined.tsx | 6 +- src/IconTransitionSlideOutlinedFilled.tsx | 4 +- src/IconTransitionSlideRounded.tsx | 6 +- src/IconTransitionSlideRoundedFilled.tsx | 4 +- src/IconTransitionSlideSharp.tsx | 4 +- src/IconTransitionSlideSharpFilled.tsx | 6 +- src/IconTranslateOutlined.tsx | 4 +- src/IconTranslateOutlinedFilled.tsx | 6 +- src/IconTranslateRounded.tsx | 4 +- src/IconTranslateRoundedFilled.tsx | 6 +- src/IconTranslateSharp.tsx | 4 +- src/IconTranslateSharpFilled.tsx | 4 +- src/IconTransportationOutlined.tsx | 6 +- src/IconTransportationOutlinedFilled.tsx | 4 +- src/IconTransportationRounded.tsx | 6 +- src/IconTransportationRoundedFilled.tsx | 6 +- src/IconTransportationSharp.tsx | 4 +- src/IconTransportationSharpFilled.tsx | 6 +- src/IconTravelExploreOutlined.tsx | 6 +- src/IconTravelExploreOutlinedFilled.tsx | 6 +- src/IconTravelExploreRounded.tsx | 4 +- src/IconTravelExploreRoundedFilled.tsx | 6 +- src/IconTravelExploreSharp.tsx | 4 +- src/IconTravelExploreSharpFilled.tsx | 6 +- src/IconTravelLuggageAndBagsOutlined.tsx | 13 - ...IconTravelLuggageAndBagsOutlinedFilled.tsx | 4 +- src/IconTravelLuggageAndBagsRounded.tsx | 6 +- src/IconTravelLuggageAndBagsRoundedFilled.tsx | 4 +- src/IconTravelLuggageAndBagsSharp.tsx | 6 +- src/IconTravelLuggageAndBagsSharpFilled.tsx | 4 +- src/IconTravelOutlined.tsx | 4 +- src/IconTravelOutlinedFilled.tsx | 4 +- src/IconTravelRounded.tsx | 4 +- src/IconTravelRoundedFilled.tsx | 4 +- src/IconTravelSharp.tsx | 4 +- src/IconTravelSharpFilled.tsx | 4 +- src/IconTrendingDownOutlined.tsx | 4 +- src/IconTrendingDownOutlinedFilled.tsx | 6 +- src/IconTrendingDownRounded.tsx | 4 +- src/IconTrendingDownRoundedFilled.tsx | 6 +- src/IconTrendingDownSharp.tsx | 4 +- src/IconTrendingDownSharpFilled.tsx | 6 +- src/IconTrendingFlatOutlined.tsx | 4 +- src/IconTrendingFlatOutlinedFilled.tsx | 6 +- src/IconTrendingFlatRounded.tsx | 4 +- src/IconTrendingFlatRoundedFilled.tsx | 6 +- src/IconTrendingFlatSharp.tsx | 4 +- src/IconTrendingFlatSharpFilled.tsx | 6 +- src/IconTrendingUpOutlined.tsx | 4 +- src/IconTrendingUpOutlinedFilled.tsx | 6 +- src/IconTrendingUpRounded.tsx | 4 +- src/IconTrendingUpRoundedFilled.tsx | 6 +- src/IconTrendingUpSharp.tsx | 4 +- src/IconTrendingUpSharpFilled.tsx | 6 +- src/IconTripOriginOutlined.tsx | 4 +- src/IconTripOriginOutlinedFilled.tsx | 6 +- src/IconTripOriginRounded.tsx | 4 +- src/IconTripOriginRoundedFilled.tsx | 6 +- src/IconTripOriginSharp.tsx | 4 +- src/IconTripOriginSharpFilled.tsx | 6 +- src/IconTripOutlined.tsx | 4 +- src/IconTripOutlinedFilled.tsx | 4 +- src/IconTripRounded.tsx | 4 +- src/IconTripRoundedFilled.tsx | 4 +- src/IconTripSharp.tsx | 4 +- src/IconTripSharpFilled.tsx | 4 +- src/IconTrolleyCableCarOutlined.tsx | 6 +- src/IconTrolleyCableCarOutlinedFilled.tsx | 4 +- src/IconTrolleyCableCarRounded.tsx | 6 +- src/IconTrolleyCableCarRoundedFilled.tsx | 4 +- src/IconTrolleyCableCarSharp.tsx | 4 +- src/IconTrolleyCableCarSharpFilled.tsx | 6 +- src/IconTrolleyOutlined.tsx | 4 +- src/IconTrolleyOutlinedFilled.tsx | 6 +- src/IconTrolleyRounded.tsx | 4 +- src/IconTrolleyRoundedFilled.tsx | 4 +- src/IconTrolleySharp.tsx | 4 +- src/IconTrolleySharpFilled.tsx | 4 +- src/IconTrophyOutlined.tsx | 4 +- src/IconTrophyOutlinedFilled.tsx | 4 +- src/IconTrophyRounded.tsx | 4 +- src/IconTrophyRoundedFilled.tsx | 4 +- src/IconTrophySharp.tsx | 4 +- src/IconTrophySharpFilled.tsx | 4 +- src/IconTroubleshootOutlined.tsx | 4 +- src/IconTroubleshootOutlinedFilled.tsx | 6 +- src/IconTroubleshootRounded.tsx | 4 +- src/IconTroubleshootRoundedFilled.tsx | 6 +- src/IconTroubleshootSharp.tsx | 4 +- src/IconTroubleshootSharpFilled.tsx | 6 +- src/IconTsunamiOutlined.tsx | 4 +- src/IconTsunamiOutlinedFilled.tsx | 6 +- src/IconTsunamiRounded.tsx | 4 +- src/IconTsunamiRoundedFilled.tsx | 4 +- src/IconTsunamiSharp.tsx | 4 +- src/IconTsunamiSharpFilled.tsx | 4 +- src/IconTsvOutlined.tsx | 4 +- src/IconTsvOutlinedFilled.tsx | 4 +- src/IconTsvRounded.tsx | 4 +- src/IconTsvRoundedFilled.tsx | 4 +- src/IconTsvSharp.tsx | 4 +- src/IconTsvSharpFilled.tsx | 4 +- src/IconTtyOutlined.tsx | 4 +- src/IconTtyOutlinedFilled.tsx | 4 +- src/IconTtyRounded.tsx | 4 +- src/IconTtyRoundedFilled.tsx | 4 +- src/IconTtySharp.tsx | 4 +- src/IconTtySharpFilled.tsx | 4 +- src/IconTuneOutlined.tsx | 4 +- src/IconTuneOutlinedFilled.tsx | 4 +- src/IconTuneRounded.tsx | 4 +- src/IconTuneRoundedFilled.tsx | 4 +- src/IconTuneSharp.tsx | 4 +- src/IconTuneSharpFilled.tsx | 4 +- src/IconTurnLeftOutlined.tsx | 4 +- src/IconTurnLeftOutlinedFilled.tsx | 6 +- src/IconTurnLeftRounded.tsx | 4 +- src/IconTurnLeftRoundedFilled.tsx | 6 +- src/IconTurnLeftSharp.tsx | 4 +- src/IconTurnLeftSharpFilled.tsx | 4 +- src/IconTurnRightOutlined.tsx | 4 +- src/IconTurnRightOutlinedFilled.tsx | 6 +- src/IconTurnRightRounded.tsx | 4 +- src/IconTurnRightRoundedFilled.tsx | 6 +- src/IconTurnRightSharp.tsx | 4 +- src/IconTurnRightSharpFilled.tsx | 4 +- src/IconTurnSharpLeftOutlined.tsx | 6 +- src/IconTurnSharpLeftOutlinedFilled.tsx | 6 +- src/IconTurnSharpLeftRounded.tsx | 4 +- src/IconTurnSharpLeftRoundedFilled.tsx | 6 +- src/IconTurnSharpLeftSharp.tsx | 4 +- src/IconTurnSharpLeftSharpFilled.tsx | 6 +- src/IconTurnSharpRightOutlined.tsx | 6 +- src/IconTurnSharpRightOutlinedFilled.tsx | 4 +- src/IconTurnSharpRightRounded.tsx | 6 +- src/IconTurnSharpRightRoundedFilled.tsx | 6 +- src/IconTurnSharpRightSharp.tsx | 4 +- src/IconTurnSharpRightSharpFilled.tsx | 6 +- src/IconTurnSlightLeftOutlined.tsx | 6 +- src/IconTurnSlightLeftOutlinedFilled.tsx | 4 +- src/IconTurnSlightLeftRounded.tsx | 6 +- src/IconTurnSlightLeftRoundedFilled.tsx | 6 +- src/IconTurnSlightLeftSharp.tsx | 4 +- src/IconTurnSlightLeftSharpFilled.tsx | 6 +- src/IconTurnSlightRightOutlined.tsx | 6 +- src/IconTurnSlightRightOutlinedFilled.tsx | 4 +- src/IconTurnSlightRightRounded.tsx | 6 +- src/IconTurnSlightRightRoundedFilled.tsx | 4 +- src/IconTurnSlightRightSharp.tsx | 4 +- src/IconTurnSlightRightSharpFilled.tsx | 6 +- src/IconTvDisplaysOutlined.tsx | 9 + src/IconTvDisplaysOutlinedFilled.tsx | 11 + src/IconTvDisplaysRounded.tsx | 9 + src/IconTvDisplaysRoundedFilled.tsx | 11 + src/IconTvDisplaysSharp.tsx | 9 + src/IconTvDisplaysSharpFilled.tsx | 11 + src/IconTvGenOutlined.tsx | 4 +- src/IconTvGenOutlinedFilled.tsx | 4 +- src/IconTvGenRounded.tsx | 4 +- src/IconTvGenRoundedFilled.tsx | 4 +- src/IconTvGenSharp.tsx | 4 +- src/IconTvGenSharpFilled.tsx | 4 +- src/IconTvGuideOutlined.tsx | 4 +- src/IconTvGuideOutlinedFilled.tsx | 6 +- src/IconTvGuideRounded.tsx | 4 +- src/IconTvGuideRoundedFilled.tsx | 4 +- src/IconTvGuideSharp.tsx | 4 +- src/IconTvGuideSharpFilled.tsx | 4 +- src/IconTvNextOutlined.tsx | 9 + src/IconTvNextOutlinedFilled.tsx | 9 + src/IconTvNextRounded.tsx | 9 + src/IconTvNextRoundedFilled.tsx | 9 + src/IconTvNextSharp.tsx | 9 + src/IconTvNextSharpFilled.tsx | 9 + src/IconTvOffOutlined.tsx | 4 +- src/IconTvOffOutlinedFilled.tsx | 4 +- src/IconTvOffRounded.tsx | 4 +- src/IconTvOffRoundedFilled.tsx | 4 +- src/IconTvOffSharp.tsx | 4 +- src/IconTvOffSharpFilled.tsx | 4 +- src/IconTvOptionsEditChannelsOutlined.tsx | 4 +- ...conTvOptionsEditChannelsOutlinedFilled.tsx | 4 +- src/IconTvOptionsEditChannelsRounded.tsx | 4 +- ...IconTvOptionsEditChannelsRoundedFilled.tsx | 4 +- src/IconTvOptionsEditChannelsSharp.tsx | 6 +- src/IconTvOptionsEditChannelsSharpFilled.tsx | 4 +- src/IconTvOptionsInputSettingsOutlined.tsx | 4 +- ...onTvOptionsInputSettingsOutlinedFilled.tsx | 4 +- src/IconTvOptionsInputSettingsRounded.tsx | 4 +- ...conTvOptionsInputSettingsRoundedFilled.tsx | 4 +- src/IconTvOptionsInputSettingsSharp.tsx | 6 +- src/IconTvOptionsInputSettingsSharpFilled.tsx | 4 +- src/IconTvOutlined.tsx | 4 +- src/IconTvOutlinedFilled.tsx | 4 +- src/IconTvRemoteOutlined.tsx | 4 +- src/IconTvRemoteOutlinedFilled.tsx | 6 +- src/IconTvRemoteRounded.tsx | 4 +- src/IconTvRemoteRoundedFilled.tsx | 6 +- src/IconTvRemoteSharp.tsx | 4 +- src/IconTvRemoteSharpFilled.tsx | 4 +- src/IconTvRounded.tsx | 4 +- src/IconTvRoundedFilled.tsx | 4 +- src/IconTvSharp.tsx | 4 +- src/IconTvSharpFilled.tsx | 4 +- src/IconTvSigninOutlined.tsx | 4 +- src/IconTvSigninOutlinedFilled.tsx | 6 +- src/IconTvSigninRounded.tsx | 4 +- src/IconTvSigninRoundedFilled.tsx | 6 +- src/IconTvSigninSharp.tsx | 4 +- src/IconTvSigninSharpFilled.tsx | 4 +- src/IconTvWithAssistantOutlined.tsx | 6 +- src/IconTvWithAssistantOutlinedFilled.tsx | 4 +- src/IconTvWithAssistantRounded.tsx | 6 +- src/IconTvWithAssistantRoundedFilled.tsx | 4 +- src/IconTvWithAssistantSharp.tsx | 4 +- src/IconTvWithAssistantSharpFilled.tsx | 6 +- src/IconTwoPagerOutlined.tsx | 4 +- src/IconTwoPagerOutlinedFilled.tsx | 6 +- src/IconTwoPagerRounded.tsx | 4 +- src/IconTwoPagerRoundedFilled.tsx | 6 +- src/IconTwoPagerSharp.tsx | 4 +- src/IconTwoPagerSharpFilled.tsx | 4 +- src/IconTwoWheelerOutlined.tsx | 4 +- src/IconTwoWheelerOutlinedFilled.tsx | 6 +- src/IconTwoWheelerRounded.tsx | 4 +- src/IconTwoWheelerRoundedFilled.tsx | 6 +- src/IconTwoWheelerSharp.tsx | 4 +- src/IconTwoWheelerSharpFilled.tsx | 6 +- src/IconTypeSpecimenOutlined.tsx | 4 +- src/IconTypeSpecimenOutlinedFilled.tsx | 6 +- src/IconTypeSpecimenRounded.tsx | 4 +- src/IconTypeSpecimenRoundedFilled.tsx | 6 +- src/IconTypeSpecimenSharp.tsx | 4 +- src/IconTypeSpecimenSharpFilled.tsx | 6 +- src/IconUTurnLeftOutlined.tsx | 4 +- src/IconUTurnLeftOutlinedFilled.tsx | 6 +- src/IconUTurnLeftRounded.tsx | 4 +- src/IconUTurnLeftRoundedFilled.tsx | 6 +- src/IconUTurnLeftSharp.tsx | 4 +- src/IconUTurnLeftSharpFilled.tsx | 4 +- src/IconUTurnRightOutlined.tsx | 4 +- src/IconUTurnRightOutlinedFilled.tsx | 6 +- src/IconUTurnRightRounded.tsx | 4 +- src/IconUTurnRightRoundedFilled.tsx | 6 +- src/IconUTurnRightSharp.tsx | 4 +- src/IconUTurnRightSharpFilled.tsx | 6 +- src/IconUlnaRadiusAltOutlined.tsx | 6 +- src/IconUlnaRadiusAltOutlinedFilled.tsx | 6 +- src/IconUlnaRadiusAltRounded.tsx | 4 +- src/IconUlnaRadiusAltRoundedFilled.tsx | 6 +- src/IconUlnaRadiusAltSharp.tsx | 4 +- src/IconUlnaRadiusAltSharpFilled.tsx | 6 +- src/IconUlnaRadiusOutlined.tsx | 4 +- src/IconUlnaRadiusOutlinedFilled.tsx | 6 +- src/IconUlnaRadiusRounded.tsx | 4 +- src/IconUlnaRadiusRoundedFilled.tsx | 6 +- src/IconUlnaRadiusSharp.tsx | 4 +- src/IconUlnaRadiusSharpFilled.tsx | 6 +- src/IconUmbrellaOutlined.tsx | 4 +- src/IconUmbrellaOutlinedFilled.tsx | 6 +- src/IconUmbrellaRounded.tsx | 4 +- src/IconUmbrellaRoundedFilled.tsx | 6 +- src/IconUmbrellaSharp.tsx | 4 +- src/IconUmbrellaSharpFilled.tsx | 4 +- src/IconUnarchiveOutlined.tsx | 4 +- src/IconUnarchiveOutlinedFilled.tsx | 6 +- src/IconUnarchiveRounded.tsx | 4 +- src/IconUnarchiveRoundedFilled.tsx | 6 +- src/IconUnarchiveSharp.tsx | 4 +- src/IconUnarchiveSharpFilled.tsx | 4 +- src/IconUndoOutlined.tsx | 4 +- src/IconUndoOutlinedFilled.tsx | 4 +- src/IconUndoRounded.tsx | 4 +- src/IconUndoRoundedFilled.tsx | 4 +- src/IconUndoSharp.tsx | 4 +- src/IconUndoSharpFilled.tsx | 4 +- src/IconUnfoldLessDoubleOutlined.tsx | 6 +- src/IconUnfoldLessDoubleOutlinedFilled.tsx | 4 +- src/IconUnfoldLessDoubleRounded.tsx | 6 +- src/IconUnfoldLessDoubleRoundedFilled.tsx | 4 +- src/IconUnfoldLessDoubleSharp.tsx | 6 +- src/IconUnfoldLessDoubleSharpFilled.tsx | 6 +- src/IconUnfoldLessOutlined.tsx | 4 +- src/IconUnfoldLessOutlinedFilled.tsx | 6 +- src/IconUnfoldLessRounded.tsx | 4 +- src/IconUnfoldLessRoundedFilled.tsx | 6 +- src/IconUnfoldLessSharp.tsx | 4 +- src/IconUnfoldLessSharpFilled.tsx | 6 +- src/IconUnfoldMoreDoubleOutlined.tsx | 6 +- src/IconUnfoldMoreDoubleOutlinedFilled.tsx | 4 +- src/IconUnfoldMoreDoubleRounded.tsx | 6 +- src/IconUnfoldMoreDoubleRoundedFilled.tsx | 4 +- src/IconUnfoldMoreDoubleSharp.tsx | 6 +- src/IconUnfoldMoreDoubleSharpFilled.tsx | 6 +- src/IconUnfoldMoreOutlined.tsx | 4 +- src/IconUnfoldMoreOutlinedFilled.tsx | 6 +- src/IconUnfoldMoreRounded.tsx | 4 +- src/IconUnfoldMoreRoundedFilled.tsx | 6 +- src/IconUnfoldMoreSharp.tsx | 4 +- src/IconUnfoldMoreSharpFilled.tsx | 6 +- src/IconUngroupOutlined.tsx | 4 +- src/IconUngroupOutlinedFilled.tsx | 6 +- src/IconUngroupRounded.tsx | 4 +- src/IconUngroupRoundedFilled.tsx | 4 +- src/IconUngroupSharp.tsx | 4 +- src/IconUngroupSharpFilled.tsx | 4 +- src/IconUniversalCurrencyAltOutlined.tsx | 4 +- ...IconUniversalCurrencyAltOutlinedFilled.tsx | 4 +- src/IconUniversalCurrencyAltRounded.tsx | 6 +- src/IconUniversalCurrencyAltRoundedFilled.tsx | 4 +- src/IconUniversalCurrencyAltSharp.tsx | 6 +- src/IconUniversalCurrencyAltSharpFilled.tsx | 4 +- src/IconUniversalCurrencyOutlined.tsx | 6 +- src/IconUniversalCurrencyOutlinedFilled.tsx | 4 +- src/IconUniversalCurrencyRounded.tsx | 6 +- src/IconUniversalCurrencyRoundedFilled.tsx | 4 +- src/IconUniversalCurrencySharp.tsx | 6 +- src/IconUniversalCurrencySharpFilled.tsx | 4 +- src/IconUniversalLocalOutlined.tsx | 6 +- src/IconUniversalLocalOutlinedFilled.tsx | 4 +- src/IconUniversalLocalRounded.tsx | 6 +- src/IconUniversalLocalRoundedFilled.tsx | 6 +- src/IconUniversalLocalSharp.tsx | 4 +- src/IconUniversalLocalSharpFilled.tsx | 6 +- src/IconUnknown2Outlined.tsx | 4 +- src/IconUnknown2OutlinedFilled.tsx | 6 +- src/IconUnknown2Rounded.tsx | 4 +- src/IconUnknown2RoundedFilled.tsx | 6 +- src/IconUnknown2Sharp.tsx | 4 +- src/IconUnknown2SharpFilled.tsx | 4 +- src/IconUnknown5Outlined.tsx | 4 +- src/IconUnknown5OutlinedFilled.tsx | 6 +- src/IconUnknown5Rounded.tsx | 4 +- src/IconUnknown5RoundedFilled.tsx | 6 +- src/IconUnknown5Sharp.tsx | 4 +- src/IconUnknown5SharpFilled.tsx | 4 +- src/IconUnknown7Outlined.tsx | 4 +- src/IconUnknown7OutlinedFilled.tsx | 6 +- src/IconUnknown7Rounded.tsx | 4 +- src/IconUnknown7RoundedFilled.tsx | 6 +- src/IconUnknown7Sharp.tsx | 4 +- src/IconUnknown7SharpFilled.tsx | 4 +- src/IconUnknownDocumentOutlined.tsx | 6 +- src/IconUnknownDocumentOutlinedFilled.tsx | 4 +- src/IconUnknownDocumentRounded.tsx | 6 +- src/IconUnknownDocumentRoundedFilled.tsx | 4 +- src/IconUnknownDocumentSharp.tsx | 4 +- src/IconUnknownDocumentSharpFilled.tsx | 6 +- src/IconUnknownMedOutlined.tsx | 4 +- src/IconUnknownMedOutlinedFilled.tsx | 6 +- src/IconUnknownMedRounded.tsx | 4 +- src/IconUnknownMedRoundedFilled.tsx | 6 +- src/IconUnknownMedSharp.tsx | 4 +- src/IconUnknownMedSharpFilled.tsx | 6 +- src/IconUnlicenseOutlined.tsx | 4 +- src/IconUnlicenseOutlinedFilled.tsx | 6 +- src/IconUnlicenseRounded.tsx | 4 +- src/IconUnlicenseRoundedFilled.tsx | 6 +- src/IconUnlicenseSharp.tsx | 4 +- src/IconUnlicenseSharpFilled.tsx | 4 +- src/IconUnpavedRoadOutlined.tsx | 4 +- src/IconUnpavedRoadOutlinedFilled.tsx | 6 +- src/IconUnpavedRoadRounded.tsx | 4 +- src/IconUnpavedRoadRoundedFilled.tsx | 6 +- src/IconUnpavedRoadSharp.tsx | 4 +- src/IconUnpavedRoadSharpFilled.tsx | 6 +- src/IconUnpublishedOutlined.tsx | 4 +- src/IconUnpublishedOutlinedFilled.tsx | 6 +- src/IconUnpublishedRounded.tsx | 4 +- src/IconUnpublishedRoundedFilled.tsx | 6 +- src/IconUnpublishedSharp.tsx | 4 +- src/IconUnpublishedSharpFilled.tsx | 6 +- src/IconUnsubscribeOutlined.tsx | 4 +- src/IconUnsubscribeOutlinedFilled.tsx | 6 +- src/IconUnsubscribeRounded.tsx | 4 +- src/IconUnsubscribeRoundedFilled.tsx | 6 +- src/IconUnsubscribeSharp.tsx | 4 +- src/IconUnsubscribeSharpFilled.tsx | 6 +- src/IconUpcomingOutlined.tsx | 4 +- src/IconUpcomingOutlinedFilled.tsx | 6 +- src/IconUpcomingRounded.tsx | 4 +- src/IconUpcomingRoundedFilled.tsx | 6 +- src/IconUpcomingSharp.tsx | 4 +- src/IconUpcomingSharpFilled.tsx | 4 +- src/IconUpdateDisabledOutlined.tsx | 6 +- src/IconUpdateDisabledOutlinedFilled.tsx | 4 +- src/IconUpdateDisabledRounded.tsx | 6 +- src/IconUpdateDisabledRoundedFilled.tsx | 6 +- src/IconUpdateDisabledSharp.tsx | 4 +- src/IconUpdateDisabledSharpFilled.tsx | 6 +- src/IconUpdateOutlined.tsx | 4 +- src/IconUpdateOutlinedFilled.tsx | 4 +- src/IconUpdateRounded.tsx | 4 +- src/IconUpdateRoundedFilled.tsx | 4 +- src/IconUpdateSharp.tsx | 4 +- src/IconUpdateSharpFilled.tsx | 4 +- src/IconUpgradeOutlined.tsx | 4 +- src/IconUpgradeOutlinedFilled.tsx | 6 +- src/IconUpgradeRounded.tsx | 4 +- src/IconUpgradeRoundedFilled.tsx | 4 +- src/IconUpgradeSharp.tsx | 4 +- src/IconUpgradeSharpFilled.tsx | 4 +- src/IconUpiPayOutlined.tsx | 9 + src/IconUpiPayOutlinedFilled.tsx | 9 + src/IconUpiPayRounded.tsx | 9 + src/IconUpiPayRoundedFilled.tsx | 9 + src/IconUpiPaySharp.tsx | 9 + src/IconUpiPaySharpFilled.tsx | 9 + src/IconUpload2Outlined.tsx | 4 +- src/IconUpload2OutlinedFilled.tsx | 6 +- src/IconUpload2Rounded.tsx | 4 +- src/IconUpload2RoundedFilled.tsx | 4 +- src/IconUpload2Sharp.tsx | 4 +- src/IconUpload2SharpFilled.tsx | 4 +- src/IconUploadFileOutlined.tsx | 4 +- src/IconUploadFileOutlinedFilled.tsx | 6 +- src/IconUploadFileRounded.tsx | 4 +- src/IconUploadFileRoundedFilled.tsx | 6 +- src/IconUploadFileSharp.tsx | 4 +- src/IconUploadFileSharpFilled.tsx | 6 +- src/IconUploadOutlined.tsx | 4 +- src/IconUploadOutlinedFilled.tsx | 4 +- src/IconUploadRounded.tsx | 4 +- src/IconUploadRoundedFilled.tsx | 4 +- src/IconUploadSharp.tsx | 4 +- src/IconUploadSharpFilled.tsx | 4 +- src/IconUppercaseOutlined.tsx | 4 +- src/IconUppercaseOutlinedFilled.tsx | 6 +- src/IconUppercaseRounded.tsx | 4 +- src/IconUppercaseRoundedFilled.tsx | 6 +- src/IconUppercaseSharp.tsx | 4 +- src/IconUppercaseSharpFilled.tsx | 4 +- src/IconUrologyOutlined.tsx | 4 +- src/IconUrologyOutlinedFilled.tsx | 6 +- src/IconUrologyRounded.tsx | 4 +- src/IconUrologyRoundedFilled.tsx | 4 +- src/IconUrologySharp.tsx | 4 +- src/IconUrologySharpFilled.tsx | 4 +- src/IconUsbOffOutlined.tsx | 4 +- src/IconUsbOffOutlinedFilled.tsx | 4 +- src/IconUsbOffRounded.tsx | 4 +- src/IconUsbOffRoundedFilled.tsx | 4 +- src/IconUsbOffSharp.tsx | 4 +- src/IconUsbOffSharpFilled.tsx | 4 +- src/IconUsbOutlined.tsx | 4 +- src/IconUsbOutlinedFilled.tsx | 4 +- src/IconUsbRounded.tsx | 4 +- src/IconUsbRoundedFilled.tsx | 4 +- src/IconUsbSharp.tsx | 4 +- src/IconUsbSharpFilled.tsx | 4 +- src/IconUserAttributesOutlined.tsx | 6 +- src/IconUserAttributesOutlinedFilled.tsx | 4 +- src/IconUserAttributesRounded.tsx | 6 +- src/IconUserAttributesRoundedFilled.tsx | 6 +- src/IconUserAttributesSharp.tsx | 4 +- src/IconUserAttributesSharpFilled.tsx | 6 +- src/IconVaccinesOutlined.tsx | 4 +- src/IconVaccinesOutlinedFilled.tsx | 6 +- src/IconVaccinesRounded.tsx | 9 + src/IconVaccinesRoundedFilled.tsx | 6 +- src/IconVaccinesSharp.tsx | 4 +- src/IconVaccinesSharpFilled.tsx | 4 +- src/IconVacuumOutlined.tsx | 4 +- src/IconVacuumOutlinedFilled.tsx | 4 +- src/IconVacuumRounded.tsx | 4 +- src/IconVacuumRoundedFilled.tsx | 4 +- src/IconVacuumSharp.tsx | 4 +- src/IconVacuumSharpFilled.tsx | 4 +- src/IconValveOutlined.tsx | 4 +- src/IconValveOutlinedFilled.tsx | 4 +- src/IconValveRounded.tsx | 4 +- src/IconValveRoundedFilled.tsx | 4 +- src/IconValveSharp.tsx | 4 +- src/IconValveSharpFilled.tsx | 4 +- src/IconVapeFreeOutlined.tsx | 4 +- src/IconVapeFreeOutlinedFilled.tsx | 6 +- src/IconVapeFreeRounded.tsx | 4 +- src/IconVapeFreeRoundedFilled.tsx | 6 +- src/IconVapeFreeSharp.tsx | 4 +- src/IconVapeFreeSharpFilled.tsx | 4 +- src/IconVapingRoomsOutlined.tsx | 4 +- src/IconVapingRoomsOutlinedFilled.tsx | 6 +- src/IconVapingRoomsRounded.tsx | 4 +- src/IconVapingRoomsRoundedFilled.tsx | 6 +- src/IconVapingRoomsSharp.tsx | 4 +- src/IconVapingRoomsSharpFilled.tsx | 6 +- src/IconVariableAddOutlined.tsx | 4 +- src/IconVariableAddOutlinedFilled.tsx | 6 +- src/IconVariableAddRounded.tsx | 4 +- src/IconVariableAddRoundedFilled.tsx | 6 +- src/IconVariableAddSharp.tsx | 4 +- src/IconVariableAddSharpFilled.tsx | 6 +- src/IconVariableInsertOutlined.tsx | 6 +- src/IconVariableInsertOutlinedFilled.tsx | 4 +- src/IconVariableInsertRounded.tsx | 6 +- src/IconVariableInsertRoundedFilled.tsx | 6 +- src/IconVariableInsertSharp.tsx | 4 +- src/IconVariableInsertSharpFilled.tsx | 6 +- src/IconVariableRemoveOutlined.tsx | 6 +- src/IconVariableRemoveOutlinedFilled.tsx | 4 +- src/IconVariableRemoveRounded.tsx | 6 +- src/IconVariableRemoveRoundedFilled.tsx | 6 +- src/IconVariableRemoveSharp.tsx | 4 +- src/IconVariableRemoveSharpFilled.tsx | 6 +- src/IconVariablesOutlined.tsx | 4 +- src/IconVariablesOutlinedFilled.tsx | 6 +- src/IconVariablesRounded.tsx | 4 +- src/IconVariablesRoundedFilled.tsx | 6 +- src/IconVariablesSharp.tsx | 4 +- src/IconVariablesSharpFilled.tsx | 4 +- src/IconVentilatorOutlined.tsx | 4 +- src/IconVentilatorOutlinedFilled.tsx | 6 +- src/IconVentilatorRounded.tsx | 4 +- src/IconVentilatorRoundedFilled.tsx | 6 +- src/IconVentilatorSharp.tsx | 4 +- src/IconVentilatorSharpFilled.tsx | 6 +- src/IconVerifiedOutlined.tsx | 4 +- src/IconVerifiedOutlinedFilled.tsx | 6 +- src/IconVerifiedRounded.tsx | 4 +- src/IconVerifiedRoundedFilled.tsx | 6 +- src/IconVerifiedSharp.tsx | 4 +- src/IconVerifiedSharpFilled.tsx | 4 +- src/IconVerifiedUserOutlined.tsx | 4 +- src/IconVerifiedUserOutlinedFilled.tsx | 6 +- src/IconVerifiedUserRounded.tsx | 4 +- src/IconVerifiedUserRoundedFilled.tsx | 6 +- src/IconVerifiedUserSharp.tsx | 4 +- src/IconVerifiedUserSharpFilled.tsx | 6 +- src/IconVerticalAlignBottomOutlined.tsx | 6 +- src/IconVerticalAlignBottomOutlinedFilled.tsx | 4 +- src/IconVerticalAlignBottomRounded.tsx | 6 +- src/IconVerticalAlignBottomRoundedFilled.tsx | 4 +- src/IconVerticalAlignBottomSharp.tsx | 6 +- src/IconVerticalAlignBottomSharpFilled.tsx | 4 +- src/IconVerticalAlignCenterOutlined.tsx | 6 +- src/IconVerticalAlignCenterOutlinedFilled.tsx | 4 +- src/IconVerticalAlignCenterRounded.tsx | 6 +- src/IconVerticalAlignCenterRoundedFilled.tsx | 4 +- src/IconVerticalAlignCenterSharp.tsx | 6 +- src/IconVerticalAlignCenterSharpFilled.tsx | 4 +- src/IconVerticalAlignTopOutlined.tsx | 6 +- src/IconVerticalAlignTopOutlinedFilled.tsx | 4 +- src/IconVerticalAlignTopRounded.tsx | 6 +- src/IconVerticalAlignTopRoundedFilled.tsx | 4 +- src/IconVerticalAlignTopSharp.tsx | 6 +- src/IconVerticalAlignTopSharpFilled.tsx | 6 +- src/IconVerticalDistributeOutlined.tsx | 6 +- src/IconVerticalDistributeOutlinedFilled.tsx | 4 +- src/IconVerticalDistributeRounded.tsx | 6 +- src/IconVerticalDistributeRoundedFilled.tsx | 4 +- src/IconVerticalDistributeSharp.tsx | 6 +- src/IconVerticalDistributeSharpFilled.tsx | 4 +- src/IconVerticalShadesClosedOutlined.tsx | 4 +- ...IconVerticalShadesClosedOutlinedFilled.tsx | 4 +- src/IconVerticalShadesClosedRounded.tsx | 6 +- src/IconVerticalShadesClosedRoundedFilled.tsx | 4 +- src/IconVerticalShadesClosedSharp.tsx | 6 +- src/IconVerticalShadesClosedSharpFilled.tsx | 4 +- src/IconVerticalShadesOutlined.tsx | 6 +- src/IconVerticalShadesOutlinedFilled.tsx | 4 +- src/IconVerticalShadesRounded.tsx | 6 +- src/IconVerticalShadesRoundedFilled.tsx | 6 +- src/IconVerticalShadesSharp.tsx | 4 +- src/IconVerticalShadesSharpFilled.tsx | 6 +- src/IconVerticalSplitOutlined.tsx | 6 +- src/IconVerticalSplitOutlinedFilled.tsx | 6 +- src/IconVerticalSplitRounded.tsx | 4 +- src/IconVerticalSplitRoundedFilled.tsx | 6 +- src/IconVerticalSplitSharp.tsx | 4 +- src/IconVerticalSplitSharpFilled.tsx | 6 +- src/IconVibrationOutlined.tsx | 4 +- src/IconVibrationOutlinedFilled.tsx | 6 +- src/IconVibrationRounded.tsx | 4 +- src/IconVibrationRoundedFilled.tsx | 6 +- src/IconVibrationSharp.tsx | 4 +- src/IconVibrationSharpFilled.tsx | 4 +- src/IconVideoCallOutlined.tsx | 4 +- src/IconVideoCallOutlinedFilled.tsx | 6 +- src/IconVideoCallRounded.tsx | 4 +- src/IconVideoCallRoundedFilled.tsx | 6 +- src/IconVideoCallSharp.tsx | 4 +- src/IconVideoCallSharpFilled.tsx | 4 +- src/IconVideoCameraBackAddOutlined.tsx | 6 +- src/IconVideoCameraBackAddOutlinedFilled.tsx | 4 +- src/IconVideoCameraBackAddRounded.tsx | 6 +- src/IconVideoCameraBackAddRoundedFilled.tsx | 4 +- src/IconVideoCameraBackAddSharp.tsx | 6 +- src/IconVideoCameraBackAddSharpFilled.tsx | 4 +- src/IconVideoCameraBackOutlined.tsx | 6 +- src/IconVideoCameraBackOutlinedFilled.tsx | 4 +- src/IconVideoCameraBackRounded.tsx | 6 +- src/IconVideoCameraBackRoundedFilled.tsx | 4 +- src/IconVideoCameraBackSharp.tsx | 4 +- src/IconVideoCameraBackSharpFilled.tsx | 6 +- src/IconVideoCameraFrontOffOutlined.tsx | 6 +- src/IconVideoCameraFrontOffOutlinedFilled.tsx | 4 +- src/IconVideoCameraFrontOffRounded.tsx | 6 +- src/IconVideoCameraFrontOffRoundedFilled.tsx | 4 +- src/IconVideoCameraFrontOffSharp.tsx | 6 +- src/IconVideoCameraFrontOffSharpFilled.tsx | 4 +- src/IconVideoCameraFrontOutlined.tsx | 6 +- src/IconVideoCameraFrontOutlinedFilled.tsx | 4 +- src/IconVideoCameraFrontRounded.tsx | 6 +- src/IconVideoCameraFrontRoundedFilled.tsx | 4 +- src/IconVideoCameraFrontSharp.tsx | 6 +- src/IconVideoCameraFrontSharpFilled.tsx | 6 +- src/IconVideoChatOutlined.tsx | 4 +- src/IconVideoChatOutlinedFilled.tsx | 6 +- src/IconVideoChatRounded.tsx | 4 +- src/IconVideoChatRoundedFilled.tsx | 6 +- src/IconVideoChatSharp.tsx | 4 +- src/IconVideoChatSharpFilled.tsx | 4 +- src/IconVideoFileOutlined.tsx | 4 +- src/IconVideoFileOutlinedFilled.tsx | 6 +- src/IconVideoFileRounded.tsx | 4 +- src/IconVideoFileRoundedFilled.tsx | 6 +- src/IconVideoFileSharp.tsx | 4 +- src/IconVideoFileSharpFilled.tsx | 4 +- src/IconVideoLabelOutlined.tsx | 4 +- src/IconVideoLabelOutlinedFilled.tsx | 6 +- src/IconVideoLabelRounded.tsx | 4 +- src/IconVideoLabelRoundedFilled.tsx | 6 +- src/IconVideoLabelSharp.tsx | 4 +- src/IconVideoLabelSharpFilled.tsx | 6 +- src/IconVideoLibraryOutlined.tsx | 4 +- src/IconVideoLibraryOutlinedFilled.tsx | 6 +- src/IconVideoLibraryRounded.tsx | 4 +- src/IconVideoLibraryRoundedFilled.tsx | 6 +- src/IconVideoLibrarySharp.tsx | 4 +- src/IconVideoLibrarySharpFilled.tsx | 6 +- src/IconVideoSearchOutlined.tsx | 4 +- src/IconVideoSearchOutlinedFilled.tsx | 6 +- src/IconVideoSearchRounded.tsx | 4 +- src/IconVideoSearchRoundedFilled.tsx | 6 +- src/IconVideoSearchSharp.tsx | 4 +- src/IconVideoSearchSharpFilled.tsx | 6 +- src/IconVideoSettingsOutlined.tsx | 6 +- src/IconVideoSettingsOutlinedFilled.tsx | 6 +- src/IconVideoSettingsRounded.tsx | 4 +- src/IconVideoSettingsRoundedFilled.tsx | 6 +- src/IconVideoSettingsSharp.tsx | 4 +- src/IconVideoSettingsSharpFilled.tsx | 6 +- src/IconVideoStableOutlined.tsx | 4 +- src/IconVideoStableOutlinedFilled.tsx | 6 +- src/IconVideoStableRounded.tsx | 4 +- src/IconVideoStableRoundedFilled.tsx | 6 +- src/IconVideoStableSharp.tsx | 4 +- src/IconVideoStableSharpFilled.tsx | 6 +- src/IconVideocamOffOutlined.tsx | 4 +- src/IconVideocamOffOutlinedFilled.tsx | 6 +- src/IconVideocamOffRounded.tsx | 4 +- src/IconVideocamOffRoundedFilled.tsx | 6 +- src/IconVideocamOffSharp.tsx | 4 +- src/IconVideocamOffSharpFilled.tsx | 6 +- src/IconVideocamOutlined.tsx | 4 +- src/IconVideocamOutlinedFilled.tsx | 6 +- src/IconVideocamRounded.tsx | 4 +- src/IconVideocamRoundedFilled.tsx | 6 +- src/IconVideocamSharp.tsx | 4 +- src/IconVideocamSharpFilled.tsx | 4 +- src/IconVideogameAssetOffOutlined.tsx | 6 +- src/IconVideogameAssetOffOutlinedFilled.tsx | 4 +- src/IconVideogameAssetOffRounded.tsx | 6 +- src/IconVideogameAssetOffRoundedFilled.tsx | 4 +- src/IconVideogameAssetOffSharp.tsx | 6 +- src/IconVideogameAssetOffSharpFilled.tsx | 4 +- src/IconVideogameAssetOutlined.tsx | 6 +- src/IconVideogameAssetOutlinedFilled.tsx | 4 +- src/IconVideogameAssetRounded.tsx | 6 +- src/IconVideogameAssetRoundedFilled.tsx | 6 +- src/IconVideogameAssetSharp.tsx | 4 +- src/IconVideogameAssetSharpFilled.tsx | 6 +- src/IconViewAgendaOutlined.tsx | 4 +- src/IconViewAgendaOutlinedFilled.tsx | 6 +- src/IconViewAgendaRounded.tsx | 4 +- src/IconViewAgendaRoundedFilled.tsx | 6 +- src/IconViewAgendaSharp.tsx | 4 +- src/IconViewAgendaSharpFilled.tsx | 6 +- src/IconViewArrayOutlined.tsx | 4 +- src/IconViewArrayOutlinedFilled.tsx | 6 +- src/IconViewArrayRounded.tsx | 4 +- src/IconViewArrayRoundedFilled.tsx | 6 +- src/IconViewArraySharp.tsx | 4 +- src/IconViewArraySharpFilled.tsx | 4 +- src/IconViewCarouselOutlined.tsx | 4 +- src/IconViewCarouselOutlinedFilled.tsx | 6 +- src/IconViewCarouselRounded.tsx | 4 +- src/IconViewCarouselRoundedFilled.tsx | 6 +- src/IconViewCarouselSharp.tsx | 4 +- src/IconViewCarouselSharpFilled.tsx | 6 +- src/IconViewColumn2Outlined.tsx | 4 +- src/IconViewColumn2OutlinedFilled.tsx | 6 +- src/IconViewColumn2Rounded.tsx | 4 +- src/IconViewColumn2RoundedFilled.tsx | 6 +- src/IconViewColumn2Sharp.tsx | 4 +- src/IconViewColumn2SharpFilled.tsx | 6 +- src/IconViewColumnOutlined.tsx | 4 +- src/IconViewColumnOutlinedFilled.tsx | 6 +- src/IconViewColumnRounded.tsx | 4 +- src/IconViewColumnRoundedFilled.tsx | 6 +- src/IconViewColumnSharp.tsx | 4 +- src/IconViewColumnSharpFilled.tsx | 6 +- src/IconViewComfyAltOutlined.tsx | 4 +- src/IconViewComfyAltOutlinedFilled.tsx | 6 +- src/IconViewComfyAltRounded.tsx | 4 +- src/IconViewComfyAltRoundedFilled.tsx | 6 +- src/IconViewComfyAltSharp.tsx | 4 +- src/IconViewComfyAltSharpFilled.tsx | 6 +- src/IconViewComfyOutlined.tsx | 4 +- src/IconViewComfyOutlinedFilled.tsx | 6 +- src/IconViewComfyRounded.tsx | 4 +- src/IconViewComfyRoundedFilled.tsx | 6 +- src/IconViewComfySharp.tsx | 4 +- src/IconViewComfySharpFilled.tsx | 4 +- src/IconViewCompactAltOutlined.tsx | 6 +- src/IconViewCompactAltOutlinedFilled.tsx | 4 +- src/IconViewCompactAltRounded.tsx | 6 +- src/IconViewCompactAltRoundedFilled.tsx | 6 +- src/IconViewCompactAltSharp.tsx | 4 +- src/IconViewCompactAltSharpFilled.tsx | 6 +- src/IconViewCompactOutlined.tsx | 4 +- src/IconViewCompactOutlinedFilled.tsx | 6 +- src/IconViewCompactRounded.tsx | 4 +- src/IconViewCompactRoundedFilled.tsx | 6 +- src/IconViewCompactSharp.tsx | 4 +- src/IconViewCompactSharpFilled.tsx | 6 +- src/IconViewCozyOutlined.tsx | 4 +- src/IconViewCozyOutlinedFilled.tsx | 6 +- src/IconViewCozyRounded.tsx | 4 +- src/IconViewCozyRoundedFilled.tsx | 6 +- src/IconViewCozySharp.tsx | 4 +- src/IconViewCozySharpFilled.tsx | 4 +- src/IconViewDayOutlined.tsx | 4 +- src/IconViewDayOutlinedFilled.tsx | 6 +- src/IconViewDayRounded.tsx | 4 +- src/IconViewDayRoundedFilled.tsx | 4 +- src/IconViewDaySharp.tsx | 4 +- src/IconViewDaySharpFilled.tsx | 4 +- src/IconViewHeadlineOutlined.tsx | 4 +- src/IconViewHeadlineOutlinedFilled.tsx | 6 +- src/IconViewHeadlineRounded.tsx | 4 +- src/IconViewHeadlineRoundedFilled.tsx | 6 +- src/IconViewHeadlineSharp.tsx | 4 +- src/IconViewHeadlineSharpFilled.tsx | 6 +- src/IconViewInArOffOutlined.tsx | 4 +- src/IconViewInArOffOutlinedFilled.tsx | 6 +- src/IconViewInArOffRounded.tsx | 4 +- src/IconViewInArOffRoundedFilled.tsx | 6 +- src/IconViewInArOffSharp.tsx | 4 +- src/IconViewInArOffSharpFilled.tsx | 6 +- src/IconViewInArOutlined.tsx | 4 +- src/IconViewInArOutlinedFilled.tsx | 6 +- src/IconViewInArRounded.tsx | 4 +- src/IconViewInArRoundedFilled.tsx | 6 +- src/IconViewInArSharp.tsx | 4 +- src/IconViewInArSharpFilled.tsx | 4 +- src/IconViewKanbanOutlined.tsx | 4 +- src/IconViewKanbanOutlinedFilled.tsx | 6 +- src/IconViewKanbanRounded.tsx | 4 +- src/IconViewKanbanRoundedFilled.tsx | 6 +- src/IconViewKanbanSharp.tsx | 4 +- src/IconViewKanbanSharpFilled.tsx | 6 +- src/IconViewListOutlined.tsx | 4 +- src/IconViewListOutlinedFilled.tsx | 6 +- src/IconViewListRounded.tsx | 4 +- src/IconViewListRoundedFilled.tsx | 6 +- src/IconViewListSharp.tsx | 4 +- src/IconViewListSharpFilled.tsx | 4 +- src/IconViewModuleOutlined.tsx | 4 +- src/IconViewModuleOutlinedFilled.tsx | 6 +- src/IconViewModuleRounded.tsx | 4 +- src/IconViewModuleRoundedFilled.tsx | 6 +- src/IconViewModuleSharp.tsx | 4 +- src/IconViewModuleSharpFilled.tsx | 6 +- src/IconViewObjectTrackOutlined.tsx | 6 +- src/IconViewObjectTrackOutlinedFilled.tsx | 4 +- src/IconViewObjectTrackRounded.tsx | 6 +- src/IconViewObjectTrackRoundedFilled.tsx | 4 +- src/IconViewObjectTrackSharp.tsx | 4 +- src/IconViewObjectTrackSharpFilled.tsx | 6 +- src/IconViewQuiltOutlined.tsx | 4 +- src/IconViewQuiltOutlinedFilled.tsx | 6 +- src/IconViewQuiltRounded.tsx | 4 +- src/IconViewQuiltRoundedFilled.tsx | 6 +- src/IconViewQuiltSharp.tsx | 4 +- src/IconViewQuiltSharpFilled.tsx | 4 +- src/IconViewRealSizeOutlined.tsx | 4 +- src/IconViewRealSizeOutlinedFilled.tsx | 6 +- src/IconViewRealSizeRounded.tsx | 4 +- src/IconViewRealSizeRoundedFilled.tsx | 6 +- src/IconViewRealSizeSharp.tsx | 4 +- src/IconViewRealSizeSharpFilled.tsx | 6 +- src/IconViewSidebarOutlined.tsx | 4 +- src/IconViewSidebarOutlinedFilled.tsx | 6 +- src/IconViewSidebarRounded.tsx | 4 +- src/IconViewSidebarRoundedFilled.tsx | 6 +- src/IconViewSidebarSharp.tsx | 4 +- src/IconViewSidebarSharpFilled.tsx | 6 +- src/IconViewStreamOutlined.tsx | 4 +- src/IconViewStreamOutlinedFilled.tsx | 6 +- src/IconViewStreamRounded.tsx | 4 +- src/IconViewStreamRoundedFilled.tsx | 6 +- src/IconViewStreamSharp.tsx | 4 +- src/IconViewStreamSharpFilled.tsx | 6 +- src/IconViewTimelineOutlined.tsx | 4 +- src/IconViewTimelineOutlinedFilled.tsx | 6 +- src/IconViewTimelineRounded.tsx | 4 +- src/IconViewTimelineRoundedFilled.tsx | 6 +- src/IconViewTimelineSharp.tsx | 4 +- src/IconViewTimelineSharpFilled.tsx | 6 +- src/IconViewWeekOutlined.tsx | 4 +- src/IconViewWeekOutlinedFilled.tsx | 6 +- src/IconViewWeekRounded.tsx | 4 +- src/IconViewWeekRoundedFilled.tsx | 6 +- src/IconViewWeekSharp.tsx | 4 +- src/IconViewWeekSharpFilled.tsx | 4 +- src/IconVignetteOutlined.tsx | 4 +- src/IconVignetteOutlinedFilled.tsx | 6 +- src/IconVignetteRounded.tsx | 4 +- src/IconVignetteRoundedFilled.tsx | 6 +- src/IconVignetteSharp.tsx | 4 +- src/IconVignetteSharpFilled.tsx | 4 +- src/IconVillaOutlined.tsx | 4 +- src/IconVillaOutlinedFilled.tsx | 4 +- src/IconVillaRounded.tsx | 4 +- src/IconVillaRoundedFilled.tsx | 4 +- src/IconVillaSharp.tsx | 4 +- src/IconVillaSharpFilled.tsx | 4 +- src/IconVisibilityLockOutlined.tsx | 6 +- src/IconVisibilityLockOutlinedFilled.tsx | 4 +- src/IconVisibilityLockRounded.tsx | 6 +- src/IconVisibilityLockRoundedFilled.tsx | 6 +- src/IconVisibilityLockSharp.tsx | 4 +- src/IconVisibilityLockSharpFilled.tsx | 6 +- src/IconVisibilityOffOutlined.tsx | 6 +- src/IconVisibilityOffOutlinedFilled.tsx | 6 +- src/IconVisibilityOffRounded.tsx | 4 +- src/IconVisibilityOffRoundedFilled.tsx | 6 +- src/IconVisibilityOffSharp.tsx | 4 +- src/IconVisibilityOffSharpFilled.tsx | 6 +- src/IconVisibilityOutlined.tsx | 4 +- src/IconVisibilityOutlinedFilled.tsx | 6 +- src/IconVisibilityRounded.tsx | 4 +- src/IconVisibilityRoundedFilled.tsx | 6 +- src/IconVisibilitySharp.tsx | 4 +- src/IconVisibilitySharpFilled.tsx | 6 +- src/IconVitalSignsOutlined.tsx | 4 +- src/IconVitalSignsOutlinedFilled.tsx | 6 +- src/IconVitalSignsRounded.tsx | 4 +- src/IconVitalSignsRoundedFilled.tsx | 6 +- src/IconVitalSignsSharp.tsx | 4 +- src/IconVitalSignsSharpFilled.tsx | 6 +- src/IconVo2MaxOutlined.tsx | 4 +- src/IconVo2MaxOutlinedFilled.tsx | 4 +- src/IconVo2MaxRounded.tsx | 4 +- src/IconVo2MaxRoundedFilled.tsx | 4 +- src/IconVo2MaxSharp.tsx | 4 +- src/IconVo2MaxSharpFilled.tsx | 4 +- src/IconVoiceChatOutlined.tsx | 4 +- src/IconVoiceChatOutlinedFilled.tsx | 6 +- src/IconVoiceChatRounded.tsx | 4 +- src/IconVoiceChatRoundedFilled.tsx | 6 +- src/IconVoiceChatSharp.tsx | 4 +- src/IconVoiceChatSharpFilled.tsx | 4 +- src/IconVoiceOverOffOutlined.tsx | 4 +- src/IconVoiceOverOffOutlinedFilled.tsx | 6 +- src/IconVoiceOverOffRounded.tsx | 4 +- src/IconVoiceOverOffRoundedFilled.tsx | 6 +- src/IconVoiceOverOffSharp.tsx | 4 +- src/IconVoiceOverOffSharpFilled.tsx | 6 +- src/IconVoiceSelectionOffOutlined.tsx | 6 +- src/IconVoiceSelectionOffOutlinedFilled.tsx | 4 +- src/IconVoiceSelectionOffRounded.tsx | 6 +- src/IconVoiceSelectionOffRoundedFilled.tsx | 4 +- src/IconVoiceSelectionOffSharp.tsx | 6 +- src/IconVoiceSelectionOffSharpFilled.tsx | 4 +- src/IconVoiceSelectionOutlined.tsx | 6 +- src/IconVoiceSelectionOutlinedFilled.tsx | 4 +- src/IconVoiceSelectionRounded.tsx | 6 +- src/IconVoiceSelectionRoundedFilled.tsx | 6 +- src/IconVoiceSelectionSharp.tsx | 4 +- src/IconVoiceSelectionSharpFilled.tsx | 6 +- src/IconVoicemailOutlined.tsx | 4 +- src/IconVoicemailOutlinedFilled.tsx | 6 +- src/IconVoicemailRounded.tsx | 4 +- src/IconVoicemailRoundedFilled.tsx | 6 +- src/IconVoicemailSharp.tsx | 4 +- src/IconVoicemailSharpFilled.tsx | 4 +- src/IconVolcanoOutlined.tsx | 4 +- src/IconVolcanoOutlinedFilled.tsx | 6 +- src/IconVolcanoRounded.tsx | 4 +- src/IconVolcanoRoundedFilled.tsx | 4 +- src/IconVolcanoSharp.tsx | 4 +- src/IconVolcanoSharpFilled.tsx | 4 +- src/IconVolumeDownAltOutlined.tsx | 6 +- src/IconVolumeDownAltOutlinedFilled.tsx | 6 +- src/IconVolumeDownAltRounded.tsx | 4 +- src/IconVolumeDownAltRoundedFilled.tsx | 6 +- src/IconVolumeDownAltSharp.tsx | 4 +- src/IconVolumeDownAltSharpFilled.tsx | 6 +- src/IconVolumeDownOutlined.tsx | 4 +- src/IconVolumeDownOutlinedFilled.tsx | 6 +- src/IconVolumeDownRounded.tsx | 4 +- src/IconVolumeDownRoundedFilled.tsx | 6 +- src/IconVolumeDownSharp.tsx | 4 +- src/IconVolumeDownSharpFilled.tsx | 6 +- src/IconVolumeMuteOutlined.tsx | 4 +- src/IconVolumeMuteOutlinedFilled.tsx | 6 +- src/IconVolumeMuteRounded.tsx | 4 +- src/IconVolumeMuteRoundedFilled.tsx | 6 +- src/IconVolumeMuteSharp.tsx | 4 +- src/IconVolumeMuteSharpFilled.tsx | 6 +- src/IconVolumeOffOutlined.tsx | 4 +- src/IconVolumeOffOutlinedFilled.tsx | 6 +- src/IconVolumeOffRounded.tsx | 4 +- src/IconVolumeOffRoundedFilled.tsx | 6 +- src/IconVolumeOffSharp.tsx | 4 +- src/IconVolumeOffSharpFilled.tsx | 4 +- src/IconVolumeUpOutlined.tsx | 4 +- src/IconVolumeUpOutlinedFilled.tsx | 6 +- src/IconVolumeUpRounded.tsx | 4 +- src/IconVolumeUpRoundedFilled.tsx | 6 +- src/IconVolumeUpSharp.tsx | 4 +- src/IconVolumeUpSharpFilled.tsx | 4 +- src/IconVolunteerActivismOutlined.tsx | 6 +- src/IconVolunteerActivismOutlinedFilled.tsx | 4 +- src/IconVolunteerActivismRounded.tsx | 6 +- src/IconVolunteerActivismRoundedFilled.tsx | 4 +- src/IconVolunteerActivismSharp.tsx | 6 +- src/IconVolunteerActivismSharpFilled.tsx | 4 +- src/IconVotingChipOutlined.tsx | 4 +- src/IconVotingChipOutlinedFilled.tsx | 6 +- src/IconVotingChipRounded.tsx | 4 +- src/IconVotingChipRoundedFilled.tsx | 6 +- src/IconVotingChipSharp.tsx | 4 +- src/IconVotingChipSharpFilled.tsx | 6 +- src/IconVpnKeyAlertOutlined.tsx | 4 +- src/IconVpnKeyAlertOutlinedFilled.tsx | 6 +- src/IconVpnKeyAlertRounded.tsx | 4 +- src/IconVpnKeyAlertRoundedFilled.tsx | 6 +- src/IconVpnKeyAlertSharp.tsx | 4 +- src/IconVpnKeyAlertSharpFilled.tsx | 6 +- src/IconVpnKeyOffOutlined.tsx | 4 +- src/IconVpnKeyOffOutlinedFilled.tsx | 6 +- src/IconVpnKeyOffRounded.tsx | 4 +- src/IconVpnKeyOffRoundedFilled.tsx | 6 +- src/IconVpnKeyOffSharp.tsx | 4 +- src/IconVpnKeyOffSharpFilled.tsx | 4 +- src/IconVpnKeyOutlined.tsx | 4 +- src/IconVpnKeyOutlinedFilled.tsx | 4 +- src/IconVpnKeyRounded.tsx | 4 +- src/IconVpnKeyRoundedFilled.tsx | 4 +- src/IconVpnKeySharp.tsx | 4 +- src/IconVpnKeySharpFilled.tsx | 4 +- src/IconVpnLockOutlined.tsx | 4 +- src/IconVpnLockOutlinedFilled.tsx | 6 +- src/IconVpnLockRounded.tsx | 4 +- src/IconVpnLockRoundedFilled.tsx | 4 +- src/IconVpnLockSharp.tsx | 4 +- src/IconVpnLockSharpFilled.tsx | 4 +- src/IconVr180Create2dOffOutlined.tsx | 6 +- src/IconVr180Create2dOffOutlinedFilled.tsx | 4 +- src/IconVr180Create2dOffRounded.tsx | 6 +- src/IconVr180Create2dOffRoundedFilled.tsx | 4 +- src/IconVr180Create2dOffSharp.tsx | 6 +- src/IconVr180Create2dOffSharpFilled.tsx | 6 +- src/IconVr180Create2dOutlined.tsx | 6 +- src/IconVr180Create2dOutlinedFilled.tsx | 6 +- src/IconVr180Create2dRounded.tsx | 4 +- src/IconVr180Create2dRoundedFilled.tsx | 6 +- src/IconVr180Create2dSharp.tsx | 4 +- src/IconVr180Create2dSharpFilled.tsx | 6 +- src/IconVrpanoOutlined.tsx | 4 +- src/IconVrpanoOutlinedFilled.tsx | 4 +- src/IconVrpanoRounded.tsx | 4 +- src/IconVrpanoRoundedFilled.tsx | 4 +- src/IconVrpanoSharp.tsx | 4 +- src/IconVrpanoSharpFilled.tsx | 4 +- src/IconWallArtOutlined.tsx | 4 +- src/IconWallArtOutlinedFilled.tsx | 6 +- src/IconWallArtRounded.tsx | 4 +- src/IconWallArtRoundedFilled.tsx | 4 +- src/IconWallArtSharp.tsx | 4 +- src/IconWallArtSharpFilled.tsx | 4 +- src/IconWallLampOutlined.tsx | 4 +- src/IconWallLampOutlinedFilled.tsx | 6 +- src/IconWallLampRounded.tsx | 4 +- src/IconWallLampRoundedFilled.tsx | 6 +- src/IconWallLampSharp.tsx | 4 +- src/IconWallLampSharpFilled.tsx | 4 +- src/IconWalletOutlined.tsx | 4 +- src/IconWalletOutlinedFilled.tsx | 4 +- src/IconWalletRounded.tsx | 4 +- src/IconWalletRoundedFilled.tsx | 4 +- src/IconWalletSharp.tsx | 4 +- src/IconWalletSharpFilled.tsx | 4 +- src/IconWallpaperOutlined.tsx | 4 +- src/IconWallpaperOutlinedFilled.tsx | 6 +- src/IconWallpaperRounded.tsx | 4 +- src/IconWallpaperRoundedFilled.tsx | 6 +- src/IconWallpaperSharp.tsx | 4 +- src/IconWallpaperSharpFilled.tsx | 4 +- src/IconWallpaperSlideshowOutlined.tsx | 6 +- src/IconWallpaperSlideshowOutlinedFilled.tsx | 4 +- src/IconWallpaperSlideshowRounded.tsx | 6 +- src/IconWallpaperSlideshowRoundedFilled.tsx | 4 +- src/IconWallpaperSlideshowSharp.tsx | 6 +- src/IconWallpaperSlideshowSharpFilled.tsx | 4 +- src/IconWardOutlined.tsx | 4 +- src/IconWardOutlinedFilled.tsx | 4 +- src/IconWardRounded.tsx | 4 +- src/IconWardRoundedFilled.tsx | 4 +- src/IconWardSharp.tsx | 4 +- src/IconWardSharpFilled.tsx | 4 +- src/IconWarehouseOutlined.tsx | 4 +- src/IconWarehouseOutlinedFilled.tsx | 6 +- src/IconWarehouseRounded.tsx | 4 +- src/IconWarehouseRoundedFilled.tsx | 6 +- src/IconWarehouseSharp.tsx | 4 +- src/IconWarehouseSharpFilled.tsx | 4 +- src/IconWarningOffOutlined.tsx | 4 +- src/IconWarningOffOutlinedFilled.tsx | 6 +- src/IconWarningOffRounded.tsx | 4 +- src/IconWarningOffRoundedFilled.tsx | 6 +- src/IconWarningOffSharp.tsx | 4 +- src/IconWarningOffSharpFilled.tsx | 6 +- src/IconWarningOutlined.tsx | 4 +- src/IconWarningOutlinedFilled.tsx | 6 +- src/IconWarningRounded.tsx | 4 +- src/IconWarningRoundedFilled.tsx | 4 +- src/IconWarningSharp.tsx | 4 +- src/IconWarningSharpFilled.tsx | 4 +- src/IconWashOutlined.tsx | 4 +- src/IconWashOutlinedFilled.tsx | 4 +- src/IconWashRounded.tsx | 4 +- src/IconWashRoundedFilled.tsx | 4 +- src/IconWashSharp.tsx | 4 +- src/IconWashSharpFilled.tsx | 4 +- src/IconWatchButtonPressOutlined.tsx | 6 +- src/IconWatchButtonPressOutlinedFilled.tsx | 4 +- src/IconWatchButtonPressRounded.tsx | 6 +- src/IconWatchButtonPressRoundedFilled.tsx | 4 +- src/IconWatchButtonPressSharp.tsx | 6 +- src/IconWatchButtonPressSharpFilled.tsx | 6 +- src/IconWatchCheckOutlined.tsx | 4 +- src/IconWatchCheckOutlinedFilled.tsx | 6 +- src/IconWatchCheckRounded.tsx | 4 +- src/IconWatchCheckRoundedFilled.tsx | 6 +- src/IconWatchCheckSharp.tsx | 4 +- src/IconWatchCheckSharpFilled.tsx | 6 +- src/IconWatchOffOutlined.tsx | 4 +- src/IconWatchOffOutlinedFilled.tsx | 6 +- src/IconWatchOffRounded.tsx | 4 +- src/IconWatchOffRoundedFilled.tsx | 6 +- src/IconWatchOffSharp.tsx | 4 +- src/IconWatchOffSharpFilled.tsx | 4 +- src/IconWatchOutlined.tsx | 4 +- src/IconWatchOutlinedFilled.tsx | 4 +- src/IconWatchRounded.tsx | 4 +- src/IconWatchRoundedFilled.tsx | 4 +- src/IconWatchScreentimeOutlined.tsx | 6 +- src/IconWatchScreentimeOutlinedFilled.tsx | 4 +- src/IconWatchScreentimeRounded.tsx | 6 +- src/IconWatchScreentimeRoundedFilled.tsx | 4 +- src/IconWatchScreentimeSharp.tsx | 4 +- src/IconWatchScreentimeSharpFilled.tsx | 6 +- src/IconWatchSharp.tsx | 4 +- src/IconWatchSharpFilled.tsx | 4 +- src/IconWatchVibrationOutlined.tsx | 6 +- src/IconWatchVibrationOutlinedFilled.tsx | 4 +- src/IconWatchVibrationRounded.tsx | 6 +- src/IconWatchVibrationRoundedFilled.tsx | 6 +- src/IconWatchVibrationSharp.tsx | 4 +- src/IconWatchVibrationSharpFilled.tsx | 6 +- src/IconWatchWakeOutlined.tsx | 4 +- src/IconWatchWakeOutlinedFilled.tsx | 6 +- src/IconWatchWakeRounded.tsx | 4 +- src/IconWatchWakeRoundedFilled.tsx | 6 +- src/IconWatchWakeSharp.tsx | 4 +- src/IconWatchWakeSharpFilled.tsx | 4 +- src/IconWaterBottleLargeOutlined.tsx | 6 +- src/IconWaterBottleLargeOutlinedFilled.tsx | 4 +- src/IconWaterBottleLargeRounded.tsx | 6 +- src/IconWaterBottleLargeRoundedFilled.tsx | 4 +- src/IconWaterBottleLargeSharp.tsx | 6 +- src/IconWaterBottleLargeSharpFilled.tsx | 6 +- src/IconWaterBottleOutlined.tsx | 4 +- src/IconWaterBottleOutlinedFilled.tsx | 6 +- src/IconWaterBottleRounded.tsx | 4 +- src/IconWaterBottleRoundedFilled.tsx | 6 +- src/IconWaterBottleSharp.tsx | 4 +- src/IconWaterBottleSharpFilled.tsx | 6 +- src/IconWaterDamageOutlined.tsx | 4 +- src/IconWaterDamageOutlinedFilled.tsx | 6 +- src/IconWaterDamageRounded.tsx | 4 +- src/IconWaterDamageRoundedFilled.tsx | 6 +- src/IconWaterDamageSharp.tsx | 4 +- src/IconWaterDamageSharpFilled.tsx | 6 +- src/IconWaterDoOutlined.tsx | 4 +- src/IconWaterDoOutlinedFilled.tsx | 6 +- src/IconWaterDoRounded.tsx | 4 +- src/IconWaterDoRoundedFilled.tsx | 4 +- src/IconWaterDoSharp.tsx | 4 +- src/IconWaterDoSharpFilled.tsx | 4 +- src/IconWaterDropOutlined.tsx | 4 +- src/IconWaterDropOutlinedFilled.tsx | 6 +- src/IconWaterDropRounded.tsx | 4 +- src/IconWaterDropRoundedFilled.tsx | 6 +- src/IconWaterDropSharp.tsx | 4 +- src/IconWaterDropSharpFilled.tsx | 4 +- src/IconWaterEcOutlined.tsx | 4 +- src/IconWaterEcOutlinedFilled.tsx | 6 +- src/IconWaterEcRounded.tsx | 4 +- src/IconWaterEcRoundedFilled.tsx | 4 +- src/IconWaterEcSharp.tsx | 4 +- src/IconWaterEcSharpFilled.tsx | 4 +- src/IconWaterFullOutlined.tsx | 4 +- src/IconWaterFullOutlinedFilled.tsx | 6 +- src/IconWaterFullRounded.tsx | 4 +- src/IconWaterFullRoundedFilled.tsx | 6 +- src/IconWaterFullSharp.tsx | 4 +- src/IconWaterFullSharpFilled.tsx | 4 +- src/IconWaterHeaterOutlined.tsx | 4 +- src/IconWaterHeaterOutlinedFilled.tsx | 6 +- src/IconWaterHeaterRounded.tsx | 4 +- src/IconWaterHeaterRoundedFilled.tsx | 6 +- src/IconWaterHeaterSharp.tsx | 4 +- src/IconWaterHeaterSharpFilled.tsx | 6 +- src/IconWaterLockOutlined.tsx | 4 +- src/IconWaterLockOutlinedFilled.tsx | 6 +- src/IconWaterLockRounded.tsx | 4 +- src/IconWaterLockRoundedFilled.tsx | 6 +- src/IconWaterLockSharp.tsx | 4 +- src/IconWaterLockSharpFilled.tsx | 4 +- src/IconWaterLossOutlined.tsx | 4 +- src/IconWaterLossOutlinedFilled.tsx | 6 +- src/IconWaterLossRounded.tsx | 4 +- src/IconWaterLossRoundedFilled.tsx | 6 +- src/IconWaterLossSharp.tsx | 4 +- src/IconWaterLossSharpFilled.tsx | 4 +- src/IconWaterLuxOutlined.tsx | 4 +- src/IconWaterLuxOutlinedFilled.tsx | 6 +- src/IconWaterLuxRounded.tsx | 4 +- src/IconWaterLuxRoundedFilled.tsx | 6 +- src/IconWaterLuxSharp.tsx | 4 +- src/IconWaterLuxSharpFilled.tsx | 4 +- src/IconWaterMediumOutlined.tsx | 4 +- src/IconWaterMediumOutlinedFilled.tsx | 6 +- src/IconWaterMediumRounded.tsx | 4 +- src/IconWaterMediumRoundedFilled.tsx | 6 +- src/IconWaterMediumSharp.tsx | 4 +- src/IconWaterMediumSharpFilled.tsx | 6 +- src/IconWaterOrpOutlined.tsx | 4 +- src/IconWaterOrpOutlinedFilled.tsx | 6 +- src/IconWaterOrpRounded.tsx | 4 +- src/IconWaterOrpRoundedFilled.tsx | 6 +- src/IconWaterOrpSharp.tsx | 4 +- src/IconWaterOrpSharpFilled.tsx | 4 +- src/IconWaterOutlined.tsx | 4 +- src/IconWaterOutlinedFilled.tsx | 4 +- src/IconWaterPhOutlined.tsx | 4 +- src/IconWaterPhOutlinedFilled.tsx | 6 +- src/IconWaterPhRounded.tsx | 4 +- src/IconWaterPhRoundedFilled.tsx | 4 +- src/IconWaterPhSharp.tsx | 4 +- src/IconWaterPhSharpFilled.tsx | 4 +- src/IconWaterPumpOutlined.tsx | 4 +- src/IconWaterPumpOutlinedFilled.tsx | 6 +- src/IconWaterPumpRounded.tsx | 4 +- src/IconWaterPumpRoundedFilled.tsx | 6 +- src/IconWaterPumpSharp.tsx | 4 +- src/IconWaterPumpSharpFilled.tsx | 4 +- src/IconWaterRounded.tsx | 4 +- src/IconWaterRoundedFilled.tsx | 4 +- src/IconWaterSharp.tsx | 4 +- src/IconWaterSharpFilled.tsx | 4 +- src/IconWaterVocOutlined.tsx | 4 +- src/IconWaterVocOutlinedFilled.tsx | 6 +- src/IconWaterVocRounded.tsx | 4 +- src/IconWaterVocRoundedFilled.tsx | 6 +- src/IconWaterVocSharp.tsx | 4 +- src/IconWaterVocSharpFilled.tsx | 4 +- src/IconWaterfallChartOutlined.tsx | 6 +- src/IconWaterfallChartOutlinedFilled.tsx | 4 +- src/IconWaterfallChartRounded.tsx | 6 +- src/IconWaterfallChartRoundedFilled.tsx | 6 +- src/IconWaterfallChartSharp.tsx | 4 +- src/IconWaterfallChartSharpFilled.tsx | 6 +- src/IconWavesOutlined.tsx | 4 +- src/IconWavesOutlinedFilled.tsx | 4 +- src/IconWavesRounded.tsx | 4 +- src/IconWavesRoundedFilled.tsx | 4 +- src/IconWavesSharp.tsx | 4 +- src/IconWavesSharpFilled.tsx | 4 +- src/IconWavingHandOutlined.tsx | 4 +- src/IconWavingHandOutlinedFilled.tsx | 6 +- src/IconWavingHandRounded.tsx | 4 +- src/IconWavingHandRoundedFilled.tsx | 6 +- src/IconWavingHandSharp.tsx | 4 +- src/IconWavingHandSharpFilled.tsx | 6 +- src/IconWbAutoOutlined.tsx | 4 +- src/IconWbAutoOutlinedFilled.tsx | 4 +- src/IconWbAutoRounded.tsx | 4 +- src/IconWbAutoRoundedFilled.tsx | 4 +- src/IconWbAutoSharp.tsx | 4 +- src/IconWbAutoSharpFilled.tsx | 4 +- src/IconWbIncandescentOutlined.tsx | 6 +- src/IconWbIncandescentOutlinedFilled.tsx | 4 +- src/IconWbIncandescentRounded.tsx | 6 +- src/IconWbIncandescentRoundedFilled.tsx | 6 +- src/IconWbIncandescentSharp.tsx | 4 +- src/IconWbIncandescentSharpFilled.tsx | 6 +- src/IconWbIridescentOutlined.tsx | 4 +- src/IconWbIridescentOutlinedFilled.tsx | 6 +- src/IconWbIridescentRounded.tsx | 4 +- src/IconWbIridescentRoundedFilled.tsx | 6 +- src/IconWbIridescentSharp.tsx | 4 +- src/IconWbIridescentSharpFilled.tsx | 6 +- src/IconWbShadeOutlined.tsx | 4 +- src/IconWbShadeOutlinedFilled.tsx | 6 +- src/IconWbShadeRounded.tsx | 4 +- src/IconWbShadeRoundedFilled.tsx | 4 +- src/IconWbShadeSharp.tsx | 4 +- src/IconWbShadeSharpFilled.tsx | 4 +- src/IconWbSunnyOutlined.tsx | 4 +- src/IconWbSunnyOutlinedFilled.tsx | 6 +- src/IconWbSunnyRounded.tsx | 4 +- src/IconWbSunnyRoundedFilled.tsx | 4 +- src/IconWbSunnySharp.tsx | 4 +- src/IconWbSunnySharpFilled.tsx | 4 +- src/IconWbTwilightOutlined.tsx | 4 +- src/IconWbTwilightOutlinedFilled.tsx | 6 +- src/IconWbTwilightRounded.tsx | 4 +- src/IconWbTwilightRoundedFilled.tsx | 6 +- src/IconWbTwilightSharp.tsx | 4 +- src/IconWbTwilightSharpFilled.tsx | 6 +- src/IconWcOutlined.tsx | 4 +- src/IconWcOutlinedFilled.tsx | 4 +- src/IconWcRounded.tsx | 4 +- src/IconWcRoundedFilled.tsx | 4 +- src/IconWcSharp.tsx | 4 +- src/IconWcSharpFilled.tsx | 4 +- src/IconWeatherHailOutlined.tsx | 4 +- src/IconWeatherHailOutlinedFilled.tsx | 6 +- src/IconWeatherHailRounded.tsx | 4 +- src/IconWeatherHailRoundedFilled.tsx | 6 +- src/IconWeatherHailSharp.tsx | 4 +- src/IconWeatherHailSharpFilled.tsx | 6 +- src/IconWeatherMixOutlined.tsx | 4 +- src/IconWeatherMixOutlinedFilled.tsx | 6 +- src/IconWeatherMixRounded.tsx | 4 +- src/IconWeatherMixRoundedFilled.tsx | 6 +- src/IconWeatherMixSharp.tsx | 4 +- src/IconWeatherMixSharpFilled.tsx | 6 +- src/IconWeatherSnowyOutlined.tsx | 4 +- src/IconWeatherSnowyOutlinedFilled.tsx | 6 +- src/IconWeatherSnowyRounded.tsx | 4 +- src/IconWeatherSnowyRoundedFilled.tsx | 6 +- src/IconWeatherSnowySharp.tsx | 4 +- src/IconWeatherSnowySharpFilled.tsx | 6 +- src/IconWebAssetOffOutlined.tsx | 4 +- src/IconWebAssetOffOutlinedFilled.tsx | 6 +- src/IconWebAssetOffRounded.tsx | 4 +- src/IconWebAssetOffRoundedFilled.tsx | 6 +- src/IconWebAssetOffSharp.tsx | 4 +- src/IconWebAssetOffSharpFilled.tsx | 6 +- src/IconWebAssetOutlined.tsx | 4 +- src/IconWebAssetOutlinedFilled.tsx | 6 +- src/IconWebAssetRounded.tsx | 4 +- src/IconWebAssetRoundedFilled.tsx | 6 +- src/IconWebAssetSharp.tsx | 4 +- src/IconWebAssetSharpFilled.tsx | 4 +- src/IconWebOutlined.tsx | 4 +- src/IconWebOutlinedFilled.tsx | 4 +- src/IconWebRounded.tsx | 4 +- src/IconWebRoundedFilled.tsx | 4 +- src/IconWebSharp.tsx | 4 +- src/IconWebSharpFilled.tsx | 4 +- src/IconWebStoriesOutlined.tsx | 4 +- src/IconWebStoriesOutlinedFilled.tsx | 6 +- src/IconWebStoriesRounded.tsx | 4 +- src/IconWebStoriesRoundedFilled.tsx | 6 +- src/IconWebStoriesSharp.tsx | 4 +- src/IconWebStoriesSharpFilled.tsx | 6 +- src/IconWebTrafficOutlined.tsx | 4 +- src/IconWebTrafficOutlinedFilled.tsx | 6 +- src/IconWebTrafficRounded.tsx | 4 +- src/IconWebTrafficRoundedFilled.tsx | 6 +- src/IconWebTrafficSharp.tsx | 4 +- src/IconWebTrafficSharpFilled.tsx | 6 +- src/IconWebhookOutlined.tsx | 4 +- src/IconWebhookOutlinedFilled.tsx | 6 +- src/IconWebhookRounded.tsx | 4 +- src/IconWebhookRoundedFilled.tsx | 4 +- src/IconWebhookSharp.tsx | 4 +- src/IconWebhookSharpFilled.tsx | 4 +- src/IconWeekendOutlined.tsx | 4 +- src/IconWeekendOutlinedFilled.tsx | 6 +- src/IconWeekendRounded.tsx | 4 +- src/IconWeekendRoundedFilled.tsx | 4 +- src/IconWeekendSharp.tsx | 4 +- src/IconWeekendSharpFilled.tsx | 4 +- src/IconWeightOutlined.tsx | 4 +- src/IconWeightOutlinedFilled.tsx | 4 +- src/IconWeightRounded.tsx | 4 +- src/IconWeightRoundedFilled.tsx | 4 +- src/IconWeightSharp.tsx | 4 +- src/IconWeightSharpFilled.tsx | 4 +- src/IconWestOutlined.tsx | 4 +- src/IconWestOutlinedFilled.tsx | 4 +- src/IconWestRounded.tsx | 4 +- src/IconWestRoundedFilled.tsx | 4 +- src/IconWestSharp.tsx | 4 +- src/IconWestSharpFilled.tsx | 4 +- src/IconWhatshotOutlined.tsx | 4 +- src/IconWhatshotOutlinedFilled.tsx | 6 +- src/IconWhatshotRounded.tsx | 4 +- src/IconWhatshotRoundedFilled.tsx | 6 +- src/IconWhatshotSharp.tsx | 4 +- src/IconWhatshotSharpFilled.tsx | 4 +- src/IconWheelchairPickupOutlined.tsx | 6 +- src/IconWheelchairPickupOutlinedFilled.tsx | 4 +- src/IconWheelchairPickupRounded.tsx | 6 +- src/IconWheelchairPickupRoundedFilled.tsx | 4 +- src/IconWheelchairPickupSharp.tsx | 6 +- src/IconWheelchairPickupSharpFilled.tsx | 6 +- src/IconWhereToVoteOutlined.tsx | 4 +- src/IconWhereToVoteOutlinedFilled.tsx | 6 +- src/IconWhereToVoteRounded.tsx | 4 +- src/IconWhereToVoteRoundedFilled.tsx | 6 +- src/IconWhereToVoteSharp.tsx | 4 +- src/IconWhereToVoteSharpFilled.tsx | 6 +- src/IconWidgetsOutlined.tsx | 4 +- src/IconWidgetsOutlinedFilled.tsx | 6 +- src/IconWidgetsRounded.tsx | 4 +- src/IconWidgetsRoundedFilled.tsx | 4 +- src/IconWidgetsSharp.tsx | 4 +- src/IconWidgetsSharpFilled.tsx | 4 +- src/IconWidthFullOutlined.tsx | 4 +- src/IconWidthFullOutlinedFilled.tsx | 6 +- src/IconWidthFullRounded.tsx | 4 +- src/IconWidthFullRoundedFilled.tsx | 6 +- src/IconWidthFullSharp.tsx | 4 +- src/IconWidthFullSharpFilled.tsx | 4 +- src/IconWidthNormalOutlined.tsx | 4 +- src/IconWidthNormalOutlinedFilled.tsx | 6 +- src/IconWidthNormalRounded.tsx | 4 +- src/IconWidthNormalRoundedFilled.tsx | 6 +- src/IconWidthNormalSharp.tsx | 4 +- src/IconWidthNormalSharpFilled.tsx | 6 +- src/IconWidthOutlined.tsx | 4 +- src/IconWidthOutlinedFilled.tsx | 4 +- src/IconWidthRounded.tsx | 4 +- src/IconWidthRoundedFilled.tsx | 4 +- src/IconWidthSharp.tsx | 4 +- src/IconWidthSharpFilled.tsx | 4 +- src/IconWidthWideOutlined.tsx | 4 +- src/IconWidthWideOutlinedFilled.tsx | 6 +- src/IconWidthWideRounded.tsx | 4 +- src/IconWidthWideRoundedFilled.tsx | 6 +- src/IconWidthWideSharp.tsx | 4 +- src/IconWidthWideSharpFilled.tsx | 4 +- src/IconWifi1BarOutlined.tsx | 4 +- src/IconWifi1BarOutlinedFilled.tsx | 6 +- src/IconWifi1BarRounded.tsx | 4 +- src/IconWifi1BarRoundedFilled.tsx | 6 +- src/IconWifi1BarSharp.tsx | 4 +- src/IconWifi1BarSharpFilled.tsx | 4 +- src/IconWifi2BarOutlined.tsx | 4 +- src/IconWifi2BarOutlinedFilled.tsx | 6 +- src/IconWifi2BarRounded.tsx | 4 +- src/IconWifi2BarRoundedFilled.tsx | 6 +- src/IconWifi2BarSharp.tsx | 4 +- src/IconWifi2BarSharpFilled.tsx | 4 +- src/IconWifiAddOutlined.tsx | 4 +- src/IconWifiAddOutlinedFilled.tsx | 6 +- src/IconWifiAddRounded.tsx | 4 +- src/IconWifiAddRoundedFilled.tsx | 4 +- src/IconWifiAddSharp.tsx | 4 +- src/IconWifiAddSharpFilled.tsx | 4 +- src/IconWifiCallingBar1Outlined.tsx | 6 +- src/IconWifiCallingBar1OutlinedFilled.tsx | 4 +- src/IconWifiCallingBar1Rounded.tsx | 6 +- src/IconWifiCallingBar1RoundedFilled.tsx | 4 +- src/IconWifiCallingBar1Sharp.tsx | 4 +- src/IconWifiCallingBar1SharpFilled.tsx | 6 +- src/IconWifiCallingBar2Outlined.tsx | 6 +- src/IconWifiCallingBar2OutlinedFilled.tsx | 4 +- src/IconWifiCallingBar2Rounded.tsx | 6 +- src/IconWifiCallingBar2RoundedFilled.tsx | 4 +- src/IconWifiCallingBar2Sharp.tsx | 4 +- src/IconWifiCallingBar2SharpFilled.tsx | 6 +- src/IconWifiCallingBar3Outlined.tsx | 6 +- src/IconWifiCallingBar3OutlinedFilled.tsx | 4 +- src/IconWifiCallingBar3Rounded.tsx | 6 +- src/IconWifiCallingBar3RoundedFilled.tsx | 4 +- src/IconWifiCallingBar3Sharp.tsx | 4 +- src/IconWifiCallingBar3SharpFilled.tsx | 6 +- src/IconWifiCallingOutlined.tsx | 4 +- src/IconWifiCallingOutlinedFilled.tsx | 6 +- src/IconWifiCallingRounded.tsx | 4 +- src/IconWifiCallingRoundedFilled.tsx | 6 +- src/IconWifiCallingSharp.tsx | 4 +- src/IconWifiCallingSharpFilled.tsx | 6 +- src/IconWifiChannelOutlined.tsx | 4 +- src/IconWifiChannelOutlinedFilled.tsx | 6 +- src/IconWifiChannelRounded.tsx | 4 +- src/IconWifiChannelRoundedFilled.tsx | 6 +- src/IconWifiChannelSharp.tsx | 4 +- src/IconWifiChannelSharpFilled.tsx | 6 +- src/IconWifiFindOutlined.tsx | 4 +- src/IconWifiFindOutlinedFilled.tsx | 6 +- src/IconWifiFindRounded.tsx | 4 +- src/IconWifiFindRoundedFilled.tsx | 6 +- src/IconWifiFindSharp.tsx | 4 +- src/IconWifiFindSharpFilled.tsx | 4 +- src/IconWifiHomeOutlined.tsx | 4 +- src/IconWifiHomeOutlinedFilled.tsx | 6 +- src/IconWifiHomeRounded.tsx | 4 +- src/IconWifiHomeRoundedFilled.tsx | 6 +- src/IconWifiHomeSharp.tsx | 4 +- src/IconWifiHomeSharpFilled.tsx | 4 +- src/IconWifiLockOutlined.tsx | 4 +- src/IconWifiLockOutlinedFilled.tsx | 6 +- src/IconWifiLockRounded.tsx | 4 +- src/IconWifiLockRoundedFilled.tsx | 6 +- src/IconWifiLockSharp.tsx | 4 +- src/IconWifiLockSharpFilled.tsx | 4 +- src/IconWifiNotificationOutlined.tsx | 6 +- src/IconWifiNotificationOutlinedFilled.tsx | 4 +- src/IconWifiNotificationRounded.tsx | 6 +- src/IconWifiNotificationRoundedFilled.tsx | 4 +- src/IconWifiNotificationSharp.tsx | 6 +- src/IconWifiNotificationSharpFilled.tsx | 6 +- src/IconWifiOffOutlined.tsx | 4 +- src/IconWifiOffOutlinedFilled.tsx | 6 +- src/IconWifiOffRounded.tsx | 4 +- src/IconWifiOffRoundedFilled.tsx | 4 +- src/IconWifiOffSharp.tsx | 4 +- src/IconWifiOffSharpFilled.tsx | 4 +- src/IconWifiOutlined.tsx | 4 +- src/IconWifiOutlinedFilled.tsx | 4 +- src/IconWifiPasswordOutlined.tsx | 4 +- src/IconWifiPasswordOutlinedFilled.tsx | 6 +- src/IconWifiPasswordRounded.tsx | 4 +- src/IconWifiPasswordRoundedFilled.tsx | 6 +- src/IconWifiPasswordSharp.tsx | 4 +- src/IconWifiPasswordSharpFilled.tsx | 6 +- src/IconWifiProtectedSetupOutlined.tsx | 6 +- src/IconWifiProtectedSetupOutlinedFilled.tsx | 4 +- src/IconWifiProtectedSetupRounded.tsx | 6 +- src/IconWifiProtectedSetupRoundedFilled.tsx | 4 +- src/IconWifiProtectedSetupSharp.tsx | 6 +- src/IconWifiProtectedSetupSharpFilled.tsx | 4 +- src/IconWifiProxyOutlined.tsx | 4 +- src/IconWifiProxyOutlinedFilled.tsx | 6 +- src/IconWifiProxyRounded.tsx | 4 +- src/IconWifiProxyRoundedFilled.tsx | 6 +- src/IconWifiProxySharp.tsx | 4 +- src/IconWifiProxySharpFilled.tsx | 4 +- src/IconWifiRounded.tsx | 4 +- src/IconWifiRoundedFilled.tsx | 4 +- src/IconWifiSharp.tsx | 4 +- src/IconWifiSharpFilled.tsx | 4 +- src/IconWifiTetheringErrorOutlined.tsx | 6 +- src/IconWifiTetheringErrorOutlinedFilled.tsx | 4 +- src/IconWifiTetheringErrorRounded.tsx | 6 +- src/IconWifiTetheringErrorRoundedFilled.tsx | 4 +- src/IconWifiTetheringErrorSharp.tsx | 6 +- src/IconWifiTetheringErrorSharpFilled.tsx | 4 +- src/IconWifiTetheringOffOutlined.tsx | 6 +- src/IconWifiTetheringOffOutlinedFilled.tsx | 4 +- src/IconWifiTetheringOffRounded.tsx | 6 +- src/IconWifiTetheringOffRoundedFilled.tsx | 4 +- src/IconWifiTetheringOffSharp.tsx | 6 +- src/IconWifiTetheringOffSharpFilled.tsx | 6 +- src/IconWifiTetheringOutlined.tsx | 6 +- src/IconWifiTetheringOutlinedFilled.tsx | 6 +- src/IconWifiTetheringRounded.tsx | 4 +- src/IconWifiTetheringRoundedFilled.tsx | 6 +- src/IconWifiTetheringSharp.tsx | 4 +- src/IconWifiTetheringSharpFilled.tsx | 6 +- src/IconWindPowerOutlined.tsx | 4 +- src/IconWindPowerOutlinedFilled.tsx | 6 +- src/IconWindPowerRounded.tsx | 4 +- src/IconWindPowerRoundedFilled.tsx | 6 +- src/IconWindPowerSharp.tsx | 4 +- src/IconWindPowerSharpFilled.tsx | 4 +- src/IconWindowClosedOutlined.tsx | 4 +- src/IconWindowClosedOutlinedFilled.tsx | 6 +- src/IconWindowClosedRounded.tsx | 4 +- src/IconWindowClosedRoundedFilled.tsx | 6 +- src/IconWindowClosedSharp.tsx | 4 +- src/IconWindowClosedSharpFilled.tsx | 6 +- src/IconWindowOpenOutlined.tsx | 4 +- src/IconWindowOpenOutlinedFilled.tsx | 6 +- src/IconWindowOpenRounded.tsx | 4 +- src/IconWindowOpenRoundedFilled.tsx | 6 +- src/IconWindowOpenSharp.tsx | 4 +- src/IconWindowOpenSharpFilled.tsx | 6 +- src/IconWindowOutlined.tsx | 4 +- src/IconWindowOutlinedFilled.tsx | 4 +- src/IconWindowRounded.tsx | 4 +- src/IconWindowRoundedFilled.tsx | 4 +- src/IconWindowSensorOutlined.tsx | 4 +- src/IconWindowSensorOutlinedFilled.tsx | 6 +- src/IconWindowSensorRounded.tsx | 4 +- src/IconWindowSensorRoundedFilled.tsx | 6 +- src/IconWindowSensorSharp.tsx | 4 +- src/IconWindowSensorSharpFilled.tsx | 6 +- src/IconWindowSharp.tsx | 4 +- src/IconWindowSharpFilled.tsx | 4 +- src/IconWineBarOutlined.tsx | 4 +- src/IconWineBarOutlinedFilled.tsx | 6 +- src/IconWineBarRounded.tsx | 4 +- src/IconWineBarRoundedFilled.tsx | 4 +- src/IconWineBarSharp.tsx | 4 +- src/IconWineBarSharpFilled.tsx | 4 +- src/IconWoman2Outlined.tsx | 4 +- src/IconWoman2OutlinedFilled.tsx | 4 +- src/IconWoman2Rounded.tsx | 4 +- src/IconWoman2RoundedFilled.tsx | 4 +- src/IconWoman2Sharp.tsx | 4 +- src/IconWoman2SharpFilled.tsx | 4 +- src/IconWomanOutlined.tsx | 4 +- src/IconWomanOutlinedFilled.tsx | 4 +- src/IconWomanRounded.tsx | 4 +- src/IconWomanRoundedFilled.tsx | 4 +- src/IconWomanSharp.tsx | 4 +- src/IconWomanSharpFilled.tsx | 4 +- src/IconWorkAlertOutlined.tsx | 4 +- src/IconWorkAlertOutlinedFilled.tsx | 6 +- src/IconWorkAlertRounded.tsx | 4 +- src/IconWorkAlertRoundedFilled.tsx | 6 +- src/IconWorkAlertSharp.tsx | 4 +- src/IconWorkAlertSharpFilled.tsx | 4 +- src/IconWorkHistoryOutlined.tsx | 4 +- src/IconWorkHistoryOutlinedFilled.tsx | 6 +- src/IconWorkHistoryRounded.tsx | 4 +- src/IconWorkHistoryRoundedFilled.tsx | 6 +- src/IconWorkHistorySharp.tsx | 4 +- src/IconWorkHistorySharpFilled.tsx | 6 +- src/IconWorkOutlined.tsx | 4 +- src/IconWorkOutlinedFilled.tsx | 4 +- src/IconWorkRounded.tsx | 4 +- src/IconWorkRoundedFilled.tsx | 4 +- src/IconWorkSharp.tsx | 4 +- src/IconWorkSharpFilled.tsx | 4 +- src/IconWorkUpdateOutlined.tsx | 4 +- src/IconWorkUpdateOutlinedFilled.tsx | 6 +- src/IconWorkUpdateRounded.tsx | 4 +- src/IconWorkUpdateRoundedFilled.tsx | 6 +- src/IconWorkUpdateSharp.tsx | 4 +- src/IconWorkUpdateSharpFilled.tsx | 6 +- src/IconWorkspacePremiumOutlined.tsx | 6 +- src/IconWorkspacePremiumOutlinedFilled.tsx | 4 +- src/IconWorkspacePremiumRounded.tsx | 6 +- src/IconWorkspacePremiumRoundedFilled.tsx | 4 +- src/IconWorkspacePremiumSharp.tsx | 6 +- src/IconWorkspacePremiumSharpFilled.tsx | 6 +- src/IconWorkspacesOutlined.tsx | 4 +- src/IconWorkspacesOutlinedFilled.tsx | 6 +- src/IconWorkspacesRounded.tsx | 4 +- src/IconWorkspacesRoundedFilled.tsx | 6 +- src/IconWorkspacesSharp.tsx | 4 +- src/IconWorkspacesSharpFilled.tsx | 6 +- src/IconWoundsInjuriesOutlined.tsx | 6 +- src/IconWoundsInjuriesOutlinedFilled.tsx | 4 +- src/IconWoundsInjuriesRounded.tsx | 6 +- src/IconWoundsInjuriesRoundedFilled.tsx | 6 +- src/IconWoundsInjuriesSharp.tsx | 4 +- src/IconWoundsInjuriesSharpFilled.tsx | 6 +- src/IconWrapTextOutlined.tsx | 4 +- src/IconWrapTextOutlinedFilled.tsx | 6 +- src/IconWrapTextRounded.tsx | 4 +- src/IconWrapTextRoundedFilled.tsx | 6 +- src/IconWrapTextSharp.tsx | 4 +- src/IconWrapTextSharpFilled.tsx | 4 +- src/IconWristOutlined.tsx | 4 +- src/IconWristOutlinedFilled.tsx | 4 +- src/IconWristRounded.tsx | 4 +- src/IconWristRoundedFilled.tsx | 4 +- src/IconWristSharp.tsx | 4 +- src/IconWristSharpFilled.tsx | 4 +- src/IconWrongLocationOutlined.tsx | 6 +- src/IconWrongLocationOutlinedFilled.tsx | 6 +- src/IconWrongLocationRounded.tsx | 4 +- src/IconWrongLocationRoundedFilled.tsx | 6 +- src/IconWrongLocationSharp.tsx | 4 +- src/IconWrongLocationSharpFilled.tsx | 6 +- src/IconWysiwygOutlined.tsx | 4 +- src/IconWysiwygOutlinedFilled.tsx | 6 +- src/IconWysiwygRounded.tsx | 4 +- src/IconWysiwygRoundedFilled.tsx | 4 +- src/IconWysiwygSharp.tsx | 4 +- src/IconWysiwygSharpFilled.tsx | 4 +- src/IconYardOutlined.tsx | 4 +- src/IconYardOutlinedFilled.tsx | 4 +- src/IconYardRounded.tsx | 4 +- src/IconYardRoundedFilled.tsx | 4 +- src/IconYardSharp.tsx | 4 +- src/IconYardSharpFilled.tsx | 4 +- src/IconYourTripsOutlined.tsx | 4 +- src/IconYourTripsOutlinedFilled.tsx | 6 +- src/IconYourTripsRounded.tsx | 4 +- src/IconYourTripsRoundedFilled.tsx | 6 +- src/IconYourTripsSharp.tsx | 4 +- src/IconYourTripsSharpFilled.tsx | 4 +- src/IconYoutubeActivityOutlined.tsx | 6 +- src/IconYoutubeActivityOutlinedFilled.tsx | 4 +- src/IconYoutubeActivityRounded.tsx | 6 +- src/IconYoutubeActivityRoundedFilled.tsx | 4 +- src/IconYoutubeActivitySharp.tsx | 4 +- src/IconYoutubeActivitySharpFilled.tsx | 6 +- src/IconYoutubeSearchedForOutlined.tsx | 6 +- src/IconYoutubeSearchedForOutlinedFilled.tsx | 4 +- src/IconYoutubeSearchedForRounded.tsx | 6 +- src/IconYoutubeSearchedForRoundedFilled.tsx | 4 +- src/IconYoutubeSearchedForSharp.tsx | 6 +- src/IconYoutubeSearchedForSharpFilled.tsx | 4 +- src/IconZonePersonAlertOutlined.tsx | 6 +- src/IconZonePersonAlertOutlinedFilled.tsx | 4 +- src/IconZonePersonAlertRounded.tsx | 6 +- src/IconZonePersonAlertRoundedFilled.tsx | 4 +- src/IconZonePersonAlertSharp.tsx | 4 +- src/IconZonePersonAlertSharpFilled.tsx | 6 +- src/IconZonePersonIdleOutlined.tsx | 6 +- src/IconZonePersonIdleOutlinedFilled.tsx | 4 +- src/IconZonePersonIdleRounded.tsx | 6 +- src/IconZonePersonIdleRoundedFilled.tsx | 6 +- src/IconZonePersonIdleSharp.tsx | 4 +- src/IconZonePersonIdleSharpFilled.tsx | 6 +- src/IconZonePersonUrgentOutlined.tsx | 6 +- src/IconZonePersonUrgentOutlinedFilled.tsx | 4 +- src/IconZonePersonUrgentRounded.tsx | 6 +- src/IconZonePersonUrgentRoundedFilled.tsx | 4 +- src/IconZonePersonUrgentSharp.tsx | 6 +- src/IconZonePersonUrgentSharpFilled.tsx | 6 +- src/IconZoomInMapOutlined.tsx | 4 +- src/IconZoomInMapOutlinedFilled.tsx | 6 +- src/IconZoomInMapRounded.tsx | 4 +- src/IconZoomInMapRoundedFilled.tsx | 6 +- src/IconZoomInMapSharp.tsx | 4 +- src/IconZoomInMapSharpFilled.tsx | 4 +- src/IconZoomInOutlined.tsx | 4 +- src/IconZoomInOutlinedFilled.tsx | 4 +- src/IconZoomInRounded.tsx | 4 +- src/IconZoomInRoundedFilled.tsx | 4 +- src/IconZoomInSharp.tsx | 4 +- src/IconZoomInSharpFilled.tsx | 4 +- src/IconZoomOutMapOutlined.tsx | 4 +- src/IconZoomOutMapOutlinedFilled.tsx | 6 +- src/IconZoomOutMapRounded.tsx | 4 +- src/IconZoomOutMapRoundedFilled.tsx | 6 +- src/IconZoomOutMapSharp.tsx | 4 +- src/IconZoomOutMapSharpFilled.tsx | 6 +- src/IconZoomOutOutlined.tsx | 4 +- src/IconZoomOutOutlinedFilled.tsx | 6 +- src/IconZoomOutRounded.tsx | 4 +- src/IconZoomOutRoundedFilled.tsx | 4 +- src/IconZoomOutSharp.tsx | 4 +- src/IconZoomOutSharpFilled.tsx | 4 +- src/index.ts | 20394 ++++++++++++++++ 20407 files changed, 58222 insertions(+), 60876 deletions(-) create mode 100644 src/IconAdd2Outlined.tsx create mode 100644 src/IconAdd2OutlinedFilled.tsx create mode 100644 src/IconAdd2Rounded.tsx create mode 100644 src/IconAdd2RoundedFilled.tsx create mode 100644 src/IconAdd2Sharp.tsx create mode 100644 src/IconAdd2SharpFilled.tsx create mode 100644 src/IconArrowMenuCloseOutlined.tsx create mode 100644 src/IconArrowMenuCloseOutlinedFilled.tsx create mode 100644 src/IconArrowMenuCloseRounded.tsx create mode 100644 src/IconArrowMenuCloseRoundedFilled.tsx create mode 100644 src/IconArrowMenuCloseSharp.tsx create mode 100644 src/IconArrowMenuCloseSharpFilled.tsx create mode 100644 src/IconArrowMenuOpenOutlined.tsx create mode 100644 src/IconArrowMenuOpenOutlinedFilled.tsx create mode 100644 src/IconArrowMenuOpenRounded.tsx create mode 100644 src/IconArrowMenuOpenRoundedFilled.tsx create mode 100644 src/IconArrowMenuOpenSharp.tsx create mode 100644 src/IconArrowMenuOpenSharpFilled.tsx create mode 100644 src/IconBatteryHoriz050Sharp.tsx create mode 100644 src/IconBook4SparkOutlined.tsx create mode 100644 src/IconBook4SparkOutlinedFilled.tsx create mode 100644 src/IconBook4SparkRounded.tsx create mode 100644 src/IconBook4SparkRoundedFilled.tsx create mode 100644 src/IconBook4SparkSharp.tsx create mode 100644 src/IconBook4SparkSharpFilled.tsx create mode 100644 src/IconBook6Outlined.tsx create mode 100644 src/IconBook6OutlinedFilled.tsx create mode 100644 src/IconBook6Rounded.tsx create mode 100644 src/IconBook6RoundedFilled.tsx create mode 100644 src/IconBook6Sharp.tsx create mode 100644 src/IconBook6SharpFilled.tsx create mode 100644 src/IconBookRibbonOutlined.tsx create mode 100644 src/IconBookRibbonOutlinedFilled.tsx create mode 100644 src/IconBookRibbonRounded.tsx create mode 100644 src/IconBookRibbonRoundedFilled.tsx create mode 100644 src/IconBookRibbonSharp.tsx create mode 100644 src/IconBookRibbonSharpFilled.tsx delete mode 100644 src/IconCakeOutlined.tsx create mode 100644 src/IconCloudAlertOutlined.tsx create mode 100644 src/IconCloudAlertOutlinedFilled.tsx create mode 100644 src/IconCloudAlertRounded.tsx create mode 100644 src/IconCloudAlertRoundedFilled.tsx create mode 100644 src/IconCloudAlertSharp.tsx create mode 100644 src/IconCloudAlertSharpFilled.tsx create mode 100644 src/IconDashboard2Outlined.tsx create mode 100644 src/IconDashboard2OutlinedFilled.tsx create mode 100644 src/IconDashboard2Rounded.tsx create mode 100644 src/IconDashboard2RoundedFilled.tsx create mode 100644 src/IconDashboard2Sharp.tsx create mode 100644 src/IconDashboard2SharpFilled.tsx create mode 100644 src/IconDatabaseUploadOutlined.tsx create mode 100644 src/IconDatabaseUploadOutlinedFilled.tsx create mode 100644 src/IconDatabaseUploadRounded.tsx create mode 100644 src/IconDatabaseUploadRoundedFilled.tsx create mode 100644 src/IconDatabaseUploadSharp.tsx create mode 100644 src/IconDatabaseUploadSharpFilled.tsx create mode 100644 src/IconDesktopCloudOutlined.tsx create mode 100644 src/IconDesktopCloudOutlinedFilled.tsx create mode 100644 src/IconDesktopCloudRounded.tsx create mode 100644 src/IconDesktopCloudRoundedFilled.tsx create mode 100644 src/IconDesktopCloudSharp.tsx create mode 100644 src/IconDesktopCloudSharpFilled.tsx create mode 100644 src/IconEdgesensorLowSharp.tsx delete mode 100644 src/IconEvChargerOutlined.tsx delete mode 100644 src/IconEvChargerOutlinedFilled.tsx delete mode 100644 src/IconEvChargerRounded.tsx delete mode 100644 src/IconEvChargerRoundedFilled.tsx delete mode 100644 src/IconEvChargerSharp.tsx delete mode 100644 src/IconEvChargerSharpFilled.tsx create mode 100644 src/IconFileMapStackOutlined.tsx create mode 100644 src/IconFileMapStackOutlinedFilled.tsx create mode 100644 src/IconFileMapStackRounded.tsx create mode 100644 src/IconFileMapStackRoundedFilled.tsx create mode 100644 src/IconFileMapStackSharp.tsx create mode 100644 src/IconFileMapStackSharpFilled.tsx create mode 100644 src/IconFilter4Sharp.tsx create mode 100644 src/IconFilterArrowRightOutlined.tsx create mode 100644 src/IconFilterArrowRightOutlinedFilled.tsx create mode 100644 src/IconFilterArrowRightRounded.tsx create mode 100644 src/IconFilterArrowRightRoundedFilled.tsx create mode 100644 src/IconFilterArrowRightSharp.tsx create mode 100644 src/IconFilterArrowRightSharpFilled.tsx create mode 100644 src/IconFlagCheckOutlined.tsx create mode 100644 src/IconFlagCheckOutlinedFilled.tsx create mode 100644 src/IconFlagCheckRounded.tsx create mode 100644 src/IconFlagCheckRoundedFilled.tsx create mode 100644 src/IconFlagCheckSharp.tsx create mode 100644 src/IconFlagCheckSharpFilled.tsx create mode 100644 src/IconFolderCheck2Outlined.tsx create mode 100644 src/IconFolderCheck2OutlinedFilled.tsx create mode 100644 src/IconFolderCheck2Rounded.tsx create mode 100644 src/IconFolderCheck2RoundedFilled.tsx create mode 100644 src/IconFolderCheck2Sharp.tsx create mode 100644 src/IconFolderCheck2SharpFilled.tsx create mode 100644 src/IconFolderCheckOutlined.tsx create mode 100644 src/IconFolderCheckOutlinedFilled.tsx create mode 100644 src/IconFolderCheckRounded.tsx create mode 100644 src/IconFolderCheckRoundedFilled.tsx create mode 100644 src/IconFolderCheckSharp.tsx create mode 100644 src/IconFolderCheckSharpFilled.tsx create mode 100644 src/IconFolderEyeOutlined.tsx create mode 100644 src/IconFolderEyeOutlinedFilled.tsx create mode 100644 src/IconFolderEyeRounded.tsx create mode 100644 src/IconFolderEyeRoundedFilled.tsx create mode 100644 src/IconFolderEyeSharp.tsx create mode 100644 src/IconFolderEyeSharpFilled.tsx create mode 100644 src/IconFolderMatchOutlined.tsx create mode 100644 src/IconFolderMatchOutlinedFilled.tsx create mode 100644 src/IconFolderMatchRounded.tsx create mode 100644 src/IconFolderMatchRoundedFilled.tsx create mode 100644 src/IconFolderMatchSharp.tsx create mode 100644 src/IconFolderMatchSharpFilled.tsx create mode 100644 src/IconForkSpoonOutlined.tsx create mode 100644 src/IconForkSpoonOutlinedFilled.tsx create mode 100644 src/IconForkSpoonRounded.tsx create mode 100644 src/IconForkSpoonRoundedFilled.tsx create mode 100644 src/IconForkSpoonSharp.tsx create mode 100644 src/IconForkSpoonSharpFilled.tsx create mode 100644 src/IconGroupSearchOutlined.tsx create mode 100644 src/IconGroupSearchOutlinedFilled.tsx create mode 100644 src/IconGroupSearchRounded.tsx create mode 100644 src/IconGroupSearchRoundedFilled.tsx create mode 100644 src/IconGroupSearchSharp.tsx create mode 100644 src/IconGroupSearchSharpFilled.tsx create mode 100644 src/IconHardDiskOutlined.tsx create mode 100644 src/IconHardDiskOutlinedFilled.tsx create mode 100644 src/IconHardDiskRounded.tsx create mode 100644 src/IconHardDiskRoundedFilled.tsx create mode 100644 src/IconHardDiskSharp.tsx create mode 100644 src/IconHardDiskSharpFilled.tsx create mode 100644 src/IconHistory2Outlined.tsx create mode 100644 src/IconHistory2OutlinedFilled.tsx create mode 100644 src/IconHistory2Rounded.tsx create mode 100644 src/IconHistory2RoundedFilled.tsx create mode 100644 src/IconHistory2Sharp.tsx create mode 100644 src/IconHistory2SharpFilled.tsx create mode 100644 src/IconHostOutlined.tsx create mode 100644 src/IconHostOutlinedFilled.tsx create mode 100644 src/IconHostRounded.tsx create mode 100644 src/IconHostRoundedFilled.tsx create mode 100644 src/IconHostSharp.tsx create mode 100644 src/IconHostSharpFilled.tsx create mode 100644 src/IconLaptopCarOutlined.tsx create mode 100644 src/IconLaptopCarOutlinedFilled.tsx create mode 100644 src/IconLaptopCarRounded.tsx create mode 100644 src/IconLaptopCarRoundedFilled.tsx create mode 100644 src/IconLaptopCarSharp.tsx create mode 100644 src/IconLaptopCarSharpFilled.tsx create mode 100644 src/IconLightbulb2Outlined.tsx create mode 100644 src/IconLightbulb2OutlinedFilled.tsx create mode 100644 src/IconLightbulb2Rounded.tsx create mode 100644 src/IconLightbulb2RoundedFilled.tsx create mode 100644 src/IconLightbulb2Sharp.tsx create mode 100644 src/IconLightbulb2SharpFilled.tsx create mode 100644 src/IconListAltCheckOutlined.tsx create mode 100644 src/IconListAltCheckOutlinedFilled.tsx create mode 100644 src/IconListAltCheckRounded.tsx create mode 100644 src/IconListAltCheckRoundedFilled.tsx create mode 100644 src/IconListAltCheckSharp.tsx create mode 100644 src/IconListAltCheckSharpFilled.tsx create mode 100644 src/IconMoneyBagOutlined.tsx create mode 100644 src/IconMoneyBagOutlinedFilled.tsx create mode 100644 src/IconMoneyBagRounded.tsx create mode 100644 src/IconMoneyBagRoundedFilled.tsx create mode 100644 src/IconMoneyBagSharp.tsx create mode 100644 src/IconMoneyBagSharpFilled.tsx delete mode 100644 src/IconNestWakeOnPressSharp.tsx delete mode 100644 src/IconNextWeekRounded.tsx delete mode 100644 src/IconReplyRounded.tsx delete mode 100644 src/IconScienceOffSharp.tsx create mode 100644 src/IconSearchActivityOutlined.tsx create mode 100644 src/IconSearchActivityOutlinedFilled.tsx create mode 100644 src/IconSearchActivityRounded.tsx create mode 100644 src/IconSearchActivityRoundedFilled.tsx create mode 100644 src/IconSearchActivitySharp.tsx create mode 100644 src/IconSearchActivitySharpFilled.tsx create mode 100644 src/IconShutterSpeedOutlined.tsx create mode 100644 src/IconSignalCellularNullOutlined.tsx create mode 100644 src/IconSimulationOutlined.tsx create mode 100644 src/IconSimulationOutlinedFilled.tsx create mode 100644 src/IconSimulationRounded.tsx create mode 100644 src/IconSimulationRoundedFilled.tsx create mode 100644 src/IconSimulationSharp.tsx create mode 100644 src/IconSimulationSharpFilled.tsx create mode 100644 src/IconTabCloseInactiveOutlined.tsx create mode 100644 src/IconTabCloseInactiveOutlinedFilled.tsx create mode 100644 src/IconTabCloseInactiveRounded.tsx create mode 100644 src/IconTabCloseInactiveRoundedFilled.tsx create mode 100644 src/IconTabCloseInactiveSharp.tsx create mode 100644 src/IconTabCloseInactiveSharpFilled.tsx create mode 100644 src/IconTooltip2Outlined.tsx create mode 100644 src/IconTooltip2OutlinedFilled.tsx create mode 100644 src/IconTooltip2Rounded.tsx create mode 100644 src/IconTooltip2RoundedFilled.tsx create mode 100644 src/IconTooltip2Sharp.tsx create mode 100644 src/IconTooltip2SharpFilled.tsx delete mode 100644 src/IconTravelLuggageAndBagsOutlined.tsx create mode 100644 src/IconTvDisplaysOutlined.tsx create mode 100644 src/IconTvDisplaysOutlinedFilled.tsx create mode 100644 src/IconTvDisplaysRounded.tsx create mode 100644 src/IconTvDisplaysRoundedFilled.tsx create mode 100644 src/IconTvDisplaysSharp.tsx create mode 100644 src/IconTvDisplaysSharpFilled.tsx create mode 100644 src/IconTvNextOutlined.tsx create mode 100644 src/IconTvNextOutlinedFilled.tsx create mode 100644 src/IconTvNextRounded.tsx create mode 100644 src/IconTvNextRoundedFilled.tsx create mode 100644 src/IconTvNextSharp.tsx create mode 100644 src/IconTvNextSharpFilled.tsx create mode 100644 src/IconUpiPayOutlined.tsx create mode 100644 src/IconUpiPayOutlinedFilled.tsx create mode 100644 src/IconUpiPayRounded.tsx create mode 100644 src/IconUpiPayRoundedFilled.tsx create mode 100644 src/IconUpiPaySharp.tsx create mode 100644 src/IconUpiPaySharpFilled.tsx create mode 100644 src/IconVaccinesRounded.tsx create mode 100644 src/index.ts diff --git a/src/Icon10kOutlined.tsx b/src/Icon10kOutlined.tsx index 21b351ee4..64a62e065 100644 --- a/src/Icon10kOutlined.tsx +++ b/src/Icon10kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kOutlined: React.FC = ({ ...props }) => ( +export const Icon10kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kOutlined as default } diff --git a/src/Icon10kOutlinedFilled.tsx b/src/Icon10kOutlinedFilled.tsx index 3611eda1c..55a1084e5 100644 --- a/src/Icon10kOutlinedFilled.tsx +++ b/src/Icon10kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon10kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kOutlinedFilled as default } diff --git a/src/Icon10kRounded.tsx b/src/Icon10kRounded.tsx index 5587fb086..abfbe291c 100644 --- a/src/Icon10kRounded.tsx +++ b/src/Icon10kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kRounded: React.FC = ({ ...props }) => ( +export const Icon10kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kRounded as default } diff --git a/src/Icon10kRoundedFilled.tsx b/src/Icon10kRoundedFilled.tsx index 8598dd348..631a2ebb5 100644 --- a/src/Icon10kRoundedFilled.tsx +++ b/src/Icon10kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon10kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kRoundedFilled as default } diff --git a/src/Icon10kSharp.tsx b/src/Icon10kSharp.tsx index 70128132f..362b0c3e9 100644 --- a/src/Icon10kSharp.tsx +++ b/src/Icon10kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kSharp: React.FC = ({ ...props }) => ( +export const Icon10kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kSharp as default } diff --git a/src/Icon10kSharpFilled.tsx b/src/Icon10kSharpFilled.tsx index 829f28c53..7f4b7f9d1 100644 --- a/src/Icon10kSharpFilled.tsx +++ b/src/Icon10kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon10kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10kSharpFilled as default } diff --git a/src/Icon10mpOutlined.tsx b/src/Icon10mpOutlined.tsx index 357d95cfc..e69a142eb 100644 --- a/src/Icon10mpOutlined.tsx +++ b/src/Icon10mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpOutlined: React.FC = ({ ...props }) => ( +export const Icon10mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpOutlined as default } diff --git a/src/Icon10mpOutlinedFilled.tsx b/src/Icon10mpOutlinedFilled.tsx index e79ed9ca0..7e593aac3 100644 --- a/src/Icon10mpOutlinedFilled.tsx +++ b/src/Icon10mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon10mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpOutlinedFilled as default } diff --git a/src/Icon10mpRounded.tsx b/src/Icon10mpRounded.tsx index f95feb130..9e4137fc9 100644 --- a/src/Icon10mpRounded.tsx +++ b/src/Icon10mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpRounded: React.FC = ({ ...props }) => ( +export const Icon10mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpRounded as default } diff --git a/src/Icon10mpRoundedFilled.tsx b/src/Icon10mpRoundedFilled.tsx index c878aa0a2..a3a8bc325 100644 --- a/src/Icon10mpRoundedFilled.tsx +++ b/src/Icon10mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon10mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpRoundedFilled as default } diff --git a/src/Icon10mpSharp.tsx b/src/Icon10mpSharp.tsx index 448353639..07c9e7d0a 100644 --- a/src/Icon10mpSharp.tsx +++ b/src/Icon10mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpSharp: React.FC = ({ ...props }) => ( +export const Icon10mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpSharp as default } diff --git a/src/Icon10mpSharpFilled.tsx b/src/Icon10mpSharpFilled.tsx index 1f4f09d78..d3c050738 100644 --- a/src/Icon10mpSharpFilled.tsx +++ b/src/Icon10mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon10mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon10mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon10mpSharpFilled as default } diff --git a/src/Icon11mpOutlined.tsx b/src/Icon11mpOutlined.tsx index 6ee5091fa..601af6228 100644 --- a/src/Icon11mpOutlined.tsx +++ b/src/Icon11mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpOutlined: React.FC = ({ ...props }) => ( +export const Icon11mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpOutlined as default } diff --git a/src/Icon11mpOutlinedFilled.tsx b/src/Icon11mpOutlinedFilled.tsx index 79dbd7a18..288a5486e 100644 --- a/src/Icon11mpOutlinedFilled.tsx +++ b/src/Icon11mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon11mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpOutlinedFilled as default } diff --git a/src/Icon11mpRounded.tsx b/src/Icon11mpRounded.tsx index 175ba941c..3a6005ffa 100644 --- a/src/Icon11mpRounded.tsx +++ b/src/Icon11mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpRounded: React.FC = ({ ...props }) => ( +export const Icon11mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpRounded as default } diff --git a/src/Icon11mpRoundedFilled.tsx b/src/Icon11mpRoundedFilled.tsx index c79dd4206..e601ffb7a 100644 --- a/src/Icon11mpRoundedFilled.tsx +++ b/src/Icon11mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon11mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpRoundedFilled as default } diff --git a/src/Icon11mpSharp.tsx b/src/Icon11mpSharp.tsx index f91752c20..3fffc2fa0 100644 --- a/src/Icon11mpSharp.tsx +++ b/src/Icon11mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpSharp: React.FC = ({ ...props }) => ( +export const Icon11mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpSharp as default } diff --git a/src/Icon11mpSharpFilled.tsx b/src/Icon11mpSharpFilled.tsx index be7bd1f0c..aa7a4051c 100644 --- a/src/Icon11mpSharpFilled.tsx +++ b/src/Icon11mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon11mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon11mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon11mpSharpFilled as default } diff --git a/src/Icon123Outlined.tsx b/src/Icon123Outlined.tsx index 211e3fb98..392c93efc 100644 --- a/src/Icon123Outlined.tsx +++ b/src/Icon123Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123Outlined: React.FC = ({ ...props }) => ( +export const Icon123Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123Outlined as default } diff --git a/src/Icon123OutlinedFilled.tsx b/src/Icon123OutlinedFilled.tsx index 989347c8d..85237b5bb 100644 --- a/src/Icon123OutlinedFilled.tsx +++ b/src/Icon123OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123OutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon123OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123OutlinedFilled as default } diff --git a/src/Icon123Rounded.tsx b/src/Icon123Rounded.tsx index 71c914bb5..9d72978aa 100644 --- a/src/Icon123Rounded.tsx +++ b/src/Icon123Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123Rounded: React.FC = ({ ...props }) => ( +export const Icon123Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123Rounded as default } diff --git a/src/Icon123RoundedFilled.tsx b/src/Icon123RoundedFilled.tsx index 855c48ded..15c453d5c 100644 --- a/src/Icon123RoundedFilled.tsx +++ b/src/Icon123RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123RoundedFilled: React.FC = ({ ...props }) => ( +export const Icon123RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123RoundedFilled as default } diff --git a/src/Icon123Sharp.tsx b/src/Icon123Sharp.tsx index 8044ddd2a..1fae0fca7 100644 --- a/src/Icon123Sharp.tsx +++ b/src/Icon123Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123Sharp: React.FC = ({ ...props }) => ( +export const Icon123Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123Sharp as default } diff --git a/src/Icon123SharpFilled.tsx b/src/Icon123SharpFilled.tsx index 61091aec0..5e9402820 100644 --- a/src/Icon123SharpFilled.tsx +++ b/src/Icon123SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon123SharpFilled: React.FC = ({ ...props }) => ( +export const Icon123SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon123SharpFilled as default } diff --git a/src/Icon12mpOutlined.tsx b/src/Icon12mpOutlined.tsx index 0783cdcd1..125021913 100644 --- a/src/Icon12mpOutlined.tsx +++ b/src/Icon12mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpOutlined: React.FC = ({ ...props }) => ( +export const Icon12mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpOutlined as default } diff --git a/src/Icon12mpOutlinedFilled.tsx b/src/Icon12mpOutlinedFilled.tsx index 667e8b93f..0e113a9e6 100644 --- a/src/Icon12mpOutlinedFilled.tsx +++ b/src/Icon12mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon12mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpOutlinedFilled as default } diff --git a/src/Icon12mpRounded.tsx b/src/Icon12mpRounded.tsx index f0f8c7407..8158b1fca 100644 --- a/src/Icon12mpRounded.tsx +++ b/src/Icon12mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpRounded: React.FC = ({ ...props }) => ( +export const Icon12mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpRounded as default } diff --git a/src/Icon12mpRoundedFilled.tsx b/src/Icon12mpRoundedFilled.tsx index 4770b4731..dfaac62f4 100644 --- a/src/Icon12mpRoundedFilled.tsx +++ b/src/Icon12mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon12mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpRoundedFilled as default } diff --git a/src/Icon12mpSharp.tsx b/src/Icon12mpSharp.tsx index d0309e29a..d7b440173 100644 --- a/src/Icon12mpSharp.tsx +++ b/src/Icon12mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpSharp: React.FC = ({ ...props }) => ( +export const Icon12mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpSharp as default } diff --git a/src/Icon12mpSharpFilled.tsx b/src/Icon12mpSharpFilled.tsx index 72e32267a..843f85a46 100644 --- a/src/Icon12mpSharpFilled.tsx +++ b/src/Icon12mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon12mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon12mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon12mpSharpFilled as default } diff --git a/src/Icon13mpOutlined.tsx b/src/Icon13mpOutlined.tsx index 508961c8f..cf7094e5a 100644 --- a/src/Icon13mpOutlined.tsx +++ b/src/Icon13mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpOutlined: React.FC = ({ ...props }) => ( +export const Icon13mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpOutlined as default } diff --git a/src/Icon13mpOutlinedFilled.tsx b/src/Icon13mpOutlinedFilled.tsx index b2bcbc24f..b94c8aa64 100644 --- a/src/Icon13mpOutlinedFilled.tsx +++ b/src/Icon13mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon13mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpOutlinedFilled as default } diff --git a/src/Icon13mpRounded.tsx b/src/Icon13mpRounded.tsx index dbd70b104..df5d8da4d 100644 --- a/src/Icon13mpRounded.tsx +++ b/src/Icon13mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpRounded: React.FC = ({ ...props }) => ( +export const Icon13mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpRounded as default } diff --git a/src/Icon13mpRoundedFilled.tsx b/src/Icon13mpRoundedFilled.tsx index b160b9b38..54fd0f593 100644 --- a/src/Icon13mpRoundedFilled.tsx +++ b/src/Icon13mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon13mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpRoundedFilled as default } diff --git a/src/Icon13mpSharp.tsx b/src/Icon13mpSharp.tsx index aea20a333..5fa6f6473 100644 --- a/src/Icon13mpSharp.tsx +++ b/src/Icon13mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpSharp: React.FC = ({ ...props }) => ( +export const Icon13mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpSharp as default } diff --git a/src/Icon13mpSharpFilled.tsx b/src/Icon13mpSharpFilled.tsx index c9024d16b..66a19fb68 100644 --- a/src/Icon13mpSharpFilled.tsx +++ b/src/Icon13mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon13mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon13mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon13mpSharpFilled as default } diff --git a/src/Icon14mpOutlined.tsx b/src/Icon14mpOutlined.tsx index 6c8eab22d..3f8dcc203 100644 --- a/src/Icon14mpOutlined.tsx +++ b/src/Icon14mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpOutlined: React.FC = ({ ...props }) => ( +export const Icon14mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpOutlined as default } diff --git a/src/Icon14mpOutlinedFilled.tsx b/src/Icon14mpOutlinedFilled.tsx index 8f037f831..3cc9b3e8d 100644 --- a/src/Icon14mpOutlinedFilled.tsx +++ b/src/Icon14mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon14mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpOutlinedFilled as default } diff --git a/src/Icon14mpRounded.tsx b/src/Icon14mpRounded.tsx index d29dbe28c..b180a4d08 100644 --- a/src/Icon14mpRounded.tsx +++ b/src/Icon14mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpRounded: React.FC = ({ ...props }) => ( +export const Icon14mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpRounded as default } diff --git a/src/Icon14mpRoundedFilled.tsx b/src/Icon14mpRoundedFilled.tsx index 61c167f0c..e51b3acd0 100644 --- a/src/Icon14mpRoundedFilled.tsx +++ b/src/Icon14mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon14mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpRoundedFilled as default } diff --git a/src/Icon14mpSharp.tsx b/src/Icon14mpSharp.tsx index 1cfe06a44..c0f0b66b5 100644 --- a/src/Icon14mpSharp.tsx +++ b/src/Icon14mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpSharp: React.FC = ({ ...props }) => ( +export const Icon14mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpSharp as default } diff --git a/src/Icon14mpSharpFilled.tsx b/src/Icon14mpSharpFilled.tsx index 72b9c2030..8d7a6727c 100644 --- a/src/Icon14mpSharpFilled.tsx +++ b/src/Icon14mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon14mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon14mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon14mpSharpFilled as default } diff --git a/src/Icon15mpOutlined.tsx b/src/Icon15mpOutlined.tsx index 7149b2d23..768a45493 100644 --- a/src/Icon15mpOutlined.tsx +++ b/src/Icon15mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpOutlined: React.FC = ({ ...props }) => ( +export const Icon15mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpOutlined as default } diff --git a/src/Icon15mpOutlinedFilled.tsx b/src/Icon15mpOutlinedFilled.tsx index ef83fc56c..60911d7e8 100644 --- a/src/Icon15mpOutlinedFilled.tsx +++ b/src/Icon15mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon15mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpOutlinedFilled as default } diff --git a/src/Icon15mpRounded.tsx b/src/Icon15mpRounded.tsx index c88e23aea..82d53f1fd 100644 --- a/src/Icon15mpRounded.tsx +++ b/src/Icon15mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpRounded: React.FC = ({ ...props }) => ( +export const Icon15mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpRounded as default } diff --git a/src/Icon15mpRoundedFilled.tsx b/src/Icon15mpRoundedFilled.tsx index fd89a85c0..6d2951b58 100644 --- a/src/Icon15mpRoundedFilled.tsx +++ b/src/Icon15mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon15mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpRoundedFilled as default } diff --git a/src/Icon15mpSharp.tsx b/src/Icon15mpSharp.tsx index 443708577..5b7d13949 100644 --- a/src/Icon15mpSharp.tsx +++ b/src/Icon15mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpSharp: React.FC = ({ ...props }) => ( +export const Icon15mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpSharp as default } diff --git a/src/Icon15mpSharpFilled.tsx b/src/Icon15mpSharpFilled.tsx index 4e9686a4d..a52c98efc 100644 --- a/src/Icon15mpSharpFilled.tsx +++ b/src/Icon15mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon15mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon15mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon15mpSharpFilled as default } diff --git a/src/Icon16mpOutlined.tsx b/src/Icon16mpOutlined.tsx index 54213e064..40c00aceb 100644 --- a/src/Icon16mpOutlined.tsx +++ b/src/Icon16mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpOutlined: React.FC = ({ ...props }) => ( +export const Icon16mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpOutlined as default } diff --git a/src/Icon16mpOutlinedFilled.tsx b/src/Icon16mpOutlinedFilled.tsx index d7e6abbdc..6b41e53d1 100644 --- a/src/Icon16mpOutlinedFilled.tsx +++ b/src/Icon16mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon16mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpOutlinedFilled as default } diff --git a/src/Icon16mpRounded.tsx b/src/Icon16mpRounded.tsx index ea1adf337..ab6ac5e06 100644 --- a/src/Icon16mpRounded.tsx +++ b/src/Icon16mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpRounded: React.FC = ({ ...props }) => ( +export const Icon16mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpRounded as default } diff --git a/src/Icon16mpRoundedFilled.tsx b/src/Icon16mpRoundedFilled.tsx index 7dcaaa505..f080ed520 100644 --- a/src/Icon16mpRoundedFilled.tsx +++ b/src/Icon16mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon16mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpRoundedFilled as default } diff --git a/src/Icon16mpSharp.tsx b/src/Icon16mpSharp.tsx index 1fea2745f..3bf895c18 100644 --- a/src/Icon16mpSharp.tsx +++ b/src/Icon16mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpSharp: React.FC = ({ ...props }) => ( +export const Icon16mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpSharp as default } diff --git a/src/Icon16mpSharpFilled.tsx b/src/Icon16mpSharpFilled.tsx index 8696ae88b..eaff6af10 100644 --- a/src/Icon16mpSharpFilled.tsx +++ b/src/Icon16mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon16mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon16mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon16mpSharpFilled as default } diff --git a/src/Icon17mpOutlined.tsx b/src/Icon17mpOutlined.tsx index 5c6ae618d..d351d0c05 100644 --- a/src/Icon17mpOutlined.tsx +++ b/src/Icon17mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpOutlined: React.FC = ({ ...props }) => ( +export const Icon17mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpOutlined as default } diff --git a/src/Icon17mpOutlinedFilled.tsx b/src/Icon17mpOutlinedFilled.tsx index 79f47698c..e6215c502 100644 --- a/src/Icon17mpOutlinedFilled.tsx +++ b/src/Icon17mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon17mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpOutlinedFilled as default } diff --git a/src/Icon17mpRounded.tsx b/src/Icon17mpRounded.tsx index c0a79ab02..1528e6ed0 100644 --- a/src/Icon17mpRounded.tsx +++ b/src/Icon17mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpRounded: React.FC = ({ ...props }) => ( +export const Icon17mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpRounded as default } diff --git a/src/Icon17mpRoundedFilled.tsx b/src/Icon17mpRoundedFilled.tsx index ad2672a68..ffa03f293 100644 --- a/src/Icon17mpRoundedFilled.tsx +++ b/src/Icon17mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon17mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpRoundedFilled as default } diff --git a/src/Icon17mpSharp.tsx b/src/Icon17mpSharp.tsx index fcc1830e1..35aadc223 100644 --- a/src/Icon17mpSharp.tsx +++ b/src/Icon17mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpSharp: React.FC = ({ ...props }) => ( +export const Icon17mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpSharp as default } diff --git a/src/Icon17mpSharpFilled.tsx b/src/Icon17mpSharpFilled.tsx index 73351b30f..fe04e8364 100644 --- a/src/Icon17mpSharpFilled.tsx +++ b/src/Icon17mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon17mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon17mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon17mpSharpFilled as default } diff --git a/src/Icon18UpRatingOutlined.tsx b/src/Icon18UpRatingOutlined.tsx index 24fb96fe1..4df97df24 100644 --- a/src/Icon18UpRatingOutlined.tsx +++ b/src/Icon18UpRatingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingOutlined: React.FC = ({ ...props }) => ( +export const Icon18UpRatingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingOutlined as default } diff --git a/src/Icon18UpRatingOutlinedFilled.tsx b/src/Icon18UpRatingOutlinedFilled.tsx index 4bf272481..f7f2723f6 100644 --- a/src/Icon18UpRatingOutlinedFilled.tsx +++ b/src/Icon18UpRatingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon18UpRatingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingOutlinedFilled as default } diff --git a/src/Icon18UpRatingRounded.tsx b/src/Icon18UpRatingRounded.tsx index 820824b7c..d3e446e0f 100644 --- a/src/Icon18UpRatingRounded.tsx +++ b/src/Icon18UpRatingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingRounded: React.FC = ({ ...props }) => ( +export const Icon18UpRatingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingRounded as default } diff --git a/src/Icon18UpRatingRoundedFilled.tsx b/src/Icon18UpRatingRoundedFilled.tsx index 149479f3b..54d448900 100644 --- a/src/Icon18UpRatingRoundedFilled.tsx +++ b/src/Icon18UpRatingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon18UpRatingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingRoundedFilled as default } diff --git a/src/Icon18UpRatingSharp.tsx b/src/Icon18UpRatingSharp.tsx index a2c9ecd3d..310f8bc22 100644 --- a/src/Icon18UpRatingSharp.tsx +++ b/src/Icon18UpRatingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingSharp: React.FC = ({ ...props }) => ( +export const Icon18UpRatingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingSharp as default } diff --git a/src/Icon18UpRatingSharpFilled.tsx b/src/Icon18UpRatingSharpFilled.tsx index 89cffac7a..b5d0004c1 100644 --- a/src/Icon18UpRatingSharpFilled.tsx +++ b/src/Icon18UpRatingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon18UpRatingSharpFilled: React.FC = ({ ...props }) => ( +export const Icon18UpRatingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon18UpRatingSharpFilled as default } diff --git a/src/Icon18mpOutlined.tsx b/src/Icon18mpOutlined.tsx index 6668e0dfb..35a7867c3 100644 --- a/src/Icon18mpOutlined.tsx +++ b/src/Icon18mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpOutlined: React.FC = ({ ...props }) => ( +export const Icon18mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpOutlined as default } diff --git a/src/Icon18mpOutlinedFilled.tsx b/src/Icon18mpOutlinedFilled.tsx index 228d0e9da..d0378b223 100644 --- a/src/Icon18mpOutlinedFilled.tsx +++ b/src/Icon18mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon18mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpOutlinedFilled as default } diff --git a/src/Icon18mpRounded.tsx b/src/Icon18mpRounded.tsx index f2b8e0e78..79d40264b 100644 --- a/src/Icon18mpRounded.tsx +++ b/src/Icon18mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpRounded: React.FC = ({ ...props }) => ( +export const Icon18mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpRounded as default } diff --git a/src/Icon18mpRoundedFilled.tsx b/src/Icon18mpRoundedFilled.tsx index 2792db7b8..8c636b812 100644 --- a/src/Icon18mpRoundedFilled.tsx +++ b/src/Icon18mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon18mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpRoundedFilled as default } diff --git a/src/Icon18mpSharp.tsx b/src/Icon18mpSharp.tsx index 1d15d0e2d..48379fd3a 100644 --- a/src/Icon18mpSharp.tsx +++ b/src/Icon18mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpSharp: React.FC = ({ ...props }) => ( +export const Icon18mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpSharp as default } diff --git a/src/Icon18mpSharpFilled.tsx b/src/Icon18mpSharpFilled.tsx index 763f6442b..fe67eb856 100644 --- a/src/Icon18mpSharpFilled.tsx +++ b/src/Icon18mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon18mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon18mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon18mpSharpFilled as default } diff --git a/src/Icon19mpOutlined.tsx b/src/Icon19mpOutlined.tsx index 505c71394..451e4d350 100644 --- a/src/Icon19mpOutlined.tsx +++ b/src/Icon19mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpOutlined: React.FC = ({ ...props }) => ( +export const Icon19mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpOutlined as default } diff --git a/src/Icon19mpOutlinedFilled.tsx b/src/Icon19mpOutlinedFilled.tsx index 2c809c73c..569f46639 100644 --- a/src/Icon19mpOutlinedFilled.tsx +++ b/src/Icon19mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon19mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpOutlinedFilled as default } diff --git a/src/Icon19mpRounded.tsx b/src/Icon19mpRounded.tsx index 4dd72187c..f1f68713c 100644 --- a/src/Icon19mpRounded.tsx +++ b/src/Icon19mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpRounded: React.FC = ({ ...props }) => ( +export const Icon19mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpRounded as default } diff --git a/src/Icon19mpRoundedFilled.tsx b/src/Icon19mpRoundedFilled.tsx index 354b03e01..02f246ff2 100644 --- a/src/Icon19mpRoundedFilled.tsx +++ b/src/Icon19mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon19mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpRoundedFilled as default } diff --git a/src/Icon19mpSharp.tsx b/src/Icon19mpSharp.tsx index d581f9089..d727c2095 100644 --- a/src/Icon19mpSharp.tsx +++ b/src/Icon19mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpSharp: React.FC = ({ ...props }) => ( +export const Icon19mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpSharp as default } diff --git a/src/Icon19mpSharpFilled.tsx b/src/Icon19mpSharpFilled.tsx index 48bd1684a..8c14b6dd5 100644 --- a/src/Icon19mpSharpFilled.tsx +++ b/src/Icon19mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon19mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon19mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon19mpSharpFilled as default } diff --git a/src/Icon1kOutlined.tsx b/src/Icon1kOutlined.tsx index 99cf6976a..33b738b0f 100644 --- a/src/Icon1kOutlined.tsx +++ b/src/Icon1kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kOutlined: React.FC = ({ ...props }) => ( +export const Icon1kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kOutlined as default } diff --git a/src/Icon1kOutlinedFilled.tsx b/src/Icon1kOutlinedFilled.tsx index 65a5aa06c..0cdb600a5 100644 --- a/src/Icon1kOutlinedFilled.tsx +++ b/src/Icon1kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon1kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kOutlinedFilled as default } diff --git a/src/Icon1kPlusOutlined.tsx b/src/Icon1kPlusOutlined.tsx index 18b0fb2d1..3c3795697 100644 --- a/src/Icon1kPlusOutlined.tsx +++ b/src/Icon1kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon1kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusOutlined as default } diff --git a/src/Icon1kPlusOutlinedFilled.tsx b/src/Icon1kPlusOutlinedFilled.tsx index 5007e4571..0662cd300 100644 --- a/src/Icon1kPlusOutlinedFilled.tsx +++ b/src/Icon1kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon1kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusOutlinedFilled as default } diff --git a/src/Icon1kPlusRounded.tsx b/src/Icon1kPlusRounded.tsx index a4bd3b751..9ee9de11a 100644 --- a/src/Icon1kPlusRounded.tsx +++ b/src/Icon1kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon1kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusRounded as default } diff --git a/src/Icon1kPlusRoundedFilled.tsx b/src/Icon1kPlusRoundedFilled.tsx index 231f5004e..00bc85b2c 100644 --- a/src/Icon1kPlusRoundedFilled.tsx +++ b/src/Icon1kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon1kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusRoundedFilled as default } diff --git a/src/Icon1kPlusSharp.tsx b/src/Icon1kPlusSharp.tsx index 732742437..69f8a31e1 100644 --- a/src/Icon1kPlusSharp.tsx +++ b/src/Icon1kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon1kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusSharp as default } diff --git a/src/Icon1kPlusSharpFilled.tsx b/src/Icon1kPlusSharpFilled.tsx index 8ed567b0d..fc82377d3 100644 --- a/src/Icon1kPlusSharpFilled.tsx +++ b/src/Icon1kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon1kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kPlusSharpFilled as default } diff --git a/src/Icon1kRounded.tsx b/src/Icon1kRounded.tsx index 01e15d4d5..849f46681 100644 --- a/src/Icon1kRounded.tsx +++ b/src/Icon1kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kRounded: React.FC = ({ ...props }) => ( +export const Icon1kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kRounded as default } diff --git a/src/Icon1kRoundedFilled.tsx b/src/Icon1kRoundedFilled.tsx index ca427f21f..0505a5865 100644 --- a/src/Icon1kRoundedFilled.tsx +++ b/src/Icon1kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon1kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kRoundedFilled as default } diff --git a/src/Icon1kSharp.tsx b/src/Icon1kSharp.tsx index db7d0a9c5..e4675c8d2 100644 --- a/src/Icon1kSharp.tsx +++ b/src/Icon1kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kSharp: React.FC = ({ ...props }) => ( +export const Icon1kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kSharp as default } diff --git a/src/Icon1kSharpFilled.tsx b/src/Icon1kSharpFilled.tsx index cce45b9d8..2d32e84f4 100644 --- a/src/Icon1kSharpFilled.tsx +++ b/src/Icon1kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon1kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1kSharpFilled as default } diff --git a/src/Icon1xMobiledataBadgeOutlined.tsx b/src/Icon1xMobiledataBadgeOutlined.tsx index c8d7e83a1..ec6adb966 100644 --- a/src/Icon1xMobiledataBadgeOutlined.tsx +++ b/src/Icon1xMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataBadgeOutlined as default } diff --git a/src/Icon1xMobiledataBadgeOutlinedFilled.tsx b/src/Icon1xMobiledataBadgeOutlinedFilled.tsx index 66b83177c..6546fbbfd 100644 --- a/src/Icon1xMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon1xMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeOutlinedFilled: React.FC = ({ +export const Icon1xMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon1xMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { Icon1xMobiledataBadgeOutlinedFilled as default } diff --git a/src/Icon1xMobiledataBadgeRounded.tsx b/src/Icon1xMobiledataBadgeRounded.tsx index 3d7e04115..c2ea6f406 100644 --- a/src/Icon1xMobiledataBadgeRounded.tsx +++ b/src/Icon1xMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataBadgeRounded as default } diff --git a/src/Icon1xMobiledataBadgeRoundedFilled.tsx b/src/Icon1xMobiledataBadgeRoundedFilled.tsx index a2fc851cc..c23829590 100644 --- a/src/Icon1xMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon1xMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeRoundedFilled: React.FC = ({ +export const Icon1xMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon1xMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { Icon1xMobiledataBadgeRoundedFilled as default } diff --git a/src/Icon1xMobiledataBadgeSharp.tsx b/src/Icon1xMobiledataBadgeSharp.tsx index d680d2b8a..5c1dbf8ce 100644 --- a/src/Icon1xMobiledataBadgeSharp.tsx +++ b/src/Icon1xMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataBadgeSharp as default } diff --git a/src/Icon1xMobiledataBadgeSharpFilled.tsx b/src/Icon1xMobiledataBadgeSharpFilled.tsx index fa88c6a2b..d199d2bea 100644 --- a/src/Icon1xMobiledataBadgeSharpFilled.tsx +++ b/src/Icon1xMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataBadgeSharpFilled: React.FC = ({ +export const Icon1xMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon1xMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { Icon1xMobiledataBadgeSharpFilled as default } diff --git a/src/Icon1xMobiledataOutlined.tsx b/src/Icon1xMobiledataOutlined.tsx index fb5238126..37cd22966 100644 --- a/src/Icon1xMobiledataOutlined.tsx +++ b/src/Icon1xMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataOutlined: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataOutlined as default } diff --git a/src/Icon1xMobiledataOutlinedFilled.tsx b/src/Icon1xMobiledataOutlinedFilled.tsx index 388e311ec..d78b8f1d3 100644 --- a/src/Icon1xMobiledataOutlinedFilled.tsx +++ b/src/Icon1xMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataOutlinedFilled as default } diff --git a/src/Icon1xMobiledataRounded.tsx b/src/Icon1xMobiledataRounded.tsx index 45a586ba5..f84a0563d 100644 --- a/src/Icon1xMobiledataRounded.tsx +++ b/src/Icon1xMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataRounded: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataRounded as default } diff --git a/src/Icon1xMobiledataRoundedFilled.tsx b/src/Icon1xMobiledataRoundedFilled.tsx index cb2ed6b97..7725abfc9 100644 --- a/src/Icon1xMobiledataRoundedFilled.tsx +++ b/src/Icon1xMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataRoundedFilled as default } diff --git a/src/Icon1xMobiledataSharp.tsx b/src/Icon1xMobiledataSharp.tsx index 629b46fb9..b9c78d5e7 100644 --- a/src/Icon1xMobiledataSharp.tsx +++ b/src/Icon1xMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataSharp: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataSharp as default } diff --git a/src/Icon1xMobiledataSharpFilled.tsx b/src/Icon1xMobiledataSharpFilled.tsx index e25861055..f350f4d31 100644 --- a/src/Icon1xMobiledataSharpFilled.tsx +++ b/src/Icon1xMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon1xMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const Icon1xMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon1xMobiledataSharpFilled as default } diff --git a/src/Icon20mpOutlined.tsx b/src/Icon20mpOutlined.tsx index 4a11b6d9d..11a7a3aff 100644 --- a/src/Icon20mpOutlined.tsx +++ b/src/Icon20mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpOutlined: React.FC = ({ ...props }) => ( +export const Icon20mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpOutlined as default } diff --git a/src/Icon20mpOutlinedFilled.tsx b/src/Icon20mpOutlinedFilled.tsx index bc326e488..59f83f660 100644 --- a/src/Icon20mpOutlinedFilled.tsx +++ b/src/Icon20mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon20mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpOutlinedFilled as default } diff --git a/src/Icon20mpRounded.tsx b/src/Icon20mpRounded.tsx index 822a1ec80..9b5e3c3d6 100644 --- a/src/Icon20mpRounded.tsx +++ b/src/Icon20mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpRounded: React.FC = ({ ...props }) => ( +export const Icon20mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpRounded as default } diff --git a/src/Icon20mpRoundedFilled.tsx b/src/Icon20mpRoundedFilled.tsx index b79f4d920..6567bff13 100644 --- a/src/Icon20mpRoundedFilled.tsx +++ b/src/Icon20mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon20mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpRoundedFilled as default } diff --git a/src/Icon20mpSharp.tsx b/src/Icon20mpSharp.tsx index f5531f689..6574d0650 100644 --- a/src/Icon20mpSharp.tsx +++ b/src/Icon20mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpSharp: React.FC = ({ ...props }) => ( +export const Icon20mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpSharp as default } diff --git a/src/Icon20mpSharpFilled.tsx b/src/Icon20mpSharpFilled.tsx index deb6069eb..bb44364ec 100644 --- a/src/Icon20mpSharpFilled.tsx +++ b/src/Icon20mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon20mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon20mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon20mpSharpFilled as default } diff --git a/src/Icon21mpOutlined.tsx b/src/Icon21mpOutlined.tsx index b80e02639..840a84ab0 100644 --- a/src/Icon21mpOutlined.tsx +++ b/src/Icon21mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpOutlined: React.FC = ({ ...props }) => ( +export const Icon21mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpOutlined as default } diff --git a/src/Icon21mpOutlinedFilled.tsx b/src/Icon21mpOutlinedFilled.tsx index 270dc5bd1..a0deb8717 100644 --- a/src/Icon21mpOutlinedFilled.tsx +++ b/src/Icon21mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon21mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpOutlinedFilled as default } diff --git a/src/Icon21mpRounded.tsx b/src/Icon21mpRounded.tsx index f1c89274c..1a38de6f2 100644 --- a/src/Icon21mpRounded.tsx +++ b/src/Icon21mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpRounded: React.FC = ({ ...props }) => ( +export const Icon21mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpRounded as default } diff --git a/src/Icon21mpRoundedFilled.tsx b/src/Icon21mpRoundedFilled.tsx index 9acbd9dfc..576028e71 100644 --- a/src/Icon21mpRoundedFilled.tsx +++ b/src/Icon21mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon21mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpRoundedFilled as default } diff --git a/src/Icon21mpSharp.tsx b/src/Icon21mpSharp.tsx index 32e65e047..59a268b37 100644 --- a/src/Icon21mpSharp.tsx +++ b/src/Icon21mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpSharp: React.FC = ({ ...props }) => ( +export const Icon21mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpSharp as default } diff --git a/src/Icon21mpSharpFilled.tsx b/src/Icon21mpSharpFilled.tsx index e1362596a..6b45fbdf6 100644 --- a/src/Icon21mpSharpFilled.tsx +++ b/src/Icon21mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon21mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon21mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon21mpSharpFilled as default } diff --git a/src/Icon22mpOutlined.tsx b/src/Icon22mpOutlined.tsx index 19263d032..dd3b124a4 100644 --- a/src/Icon22mpOutlined.tsx +++ b/src/Icon22mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpOutlined: React.FC = ({ ...props }) => ( +export const Icon22mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpOutlined as default } diff --git a/src/Icon22mpOutlinedFilled.tsx b/src/Icon22mpOutlinedFilled.tsx index 2aca1abb5..177dabf29 100644 --- a/src/Icon22mpOutlinedFilled.tsx +++ b/src/Icon22mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon22mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpOutlinedFilled as default } diff --git a/src/Icon22mpRounded.tsx b/src/Icon22mpRounded.tsx index 16ec118a2..104518fc8 100644 --- a/src/Icon22mpRounded.tsx +++ b/src/Icon22mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpRounded: React.FC = ({ ...props }) => ( +export const Icon22mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpRounded as default } diff --git a/src/Icon22mpRoundedFilled.tsx b/src/Icon22mpRoundedFilled.tsx index 8b750a530..56a982253 100644 --- a/src/Icon22mpRoundedFilled.tsx +++ b/src/Icon22mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon22mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpRoundedFilled as default } diff --git a/src/Icon22mpSharp.tsx b/src/Icon22mpSharp.tsx index 3b0270efd..0e0add86d 100644 --- a/src/Icon22mpSharp.tsx +++ b/src/Icon22mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpSharp: React.FC = ({ ...props }) => ( +export const Icon22mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpSharp as default } diff --git a/src/Icon22mpSharpFilled.tsx b/src/Icon22mpSharpFilled.tsx index 5c6285511..399d871f6 100644 --- a/src/Icon22mpSharpFilled.tsx +++ b/src/Icon22mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon22mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon22mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon22mpSharpFilled as default } diff --git a/src/Icon23mpOutlined.tsx b/src/Icon23mpOutlined.tsx index 518a5072a..6e291bf0a 100644 --- a/src/Icon23mpOutlined.tsx +++ b/src/Icon23mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpOutlined: React.FC = ({ ...props }) => ( +export const Icon23mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpOutlined as default } diff --git a/src/Icon23mpOutlinedFilled.tsx b/src/Icon23mpOutlinedFilled.tsx index 693188096..da60e24a4 100644 --- a/src/Icon23mpOutlinedFilled.tsx +++ b/src/Icon23mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon23mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpOutlinedFilled as default } diff --git a/src/Icon23mpRounded.tsx b/src/Icon23mpRounded.tsx index 56a88ca01..828ee5b3c 100644 --- a/src/Icon23mpRounded.tsx +++ b/src/Icon23mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpRounded: React.FC = ({ ...props }) => ( +export const Icon23mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpRounded as default } diff --git a/src/Icon23mpRoundedFilled.tsx b/src/Icon23mpRoundedFilled.tsx index b264110cf..0c60775cf 100644 --- a/src/Icon23mpRoundedFilled.tsx +++ b/src/Icon23mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon23mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpRoundedFilled as default } diff --git a/src/Icon23mpSharp.tsx b/src/Icon23mpSharp.tsx index b585ed1da..b29361b87 100644 --- a/src/Icon23mpSharp.tsx +++ b/src/Icon23mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpSharp: React.FC = ({ ...props }) => ( +export const Icon23mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpSharp as default } diff --git a/src/Icon23mpSharpFilled.tsx b/src/Icon23mpSharpFilled.tsx index ec0c30543..021ce1fa6 100644 --- a/src/Icon23mpSharpFilled.tsx +++ b/src/Icon23mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon23mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon23mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon23mpSharpFilled as default } diff --git a/src/Icon24fpsSelectOutlined.tsx b/src/Icon24fpsSelectOutlined.tsx index 1665622a9..ec8e8f5e7 100644 --- a/src/Icon24fpsSelectOutlined.tsx +++ b/src/Icon24fpsSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectOutlined: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectOutlined as default } diff --git a/src/Icon24fpsSelectOutlinedFilled.tsx b/src/Icon24fpsSelectOutlinedFilled.tsx index 338a50c4b..c79980fbb 100644 --- a/src/Icon24fpsSelectOutlinedFilled.tsx +++ b/src/Icon24fpsSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectOutlinedFilled as default } diff --git a/src/Icon24fpsSelectRounded.tsx b/src/Icon24fpsSelectRounded.tsx index b25f20814..297f3033b 100644 --- a/src/Icon24fpsSelectRounded.tsx +++ b/src/Icon24fpsSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectRounded: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectRounded as default } diff --git a/src/Icon24fpsSelectRoundedFilled.tsx b/src/Icon24fpsSelectRoundedFilled.tsx index a23a44349..be0b89e82 100644 --- a/src/Icon24fpsSelectRoundedFilled.tsx +++ b/src/Icon24fpsSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectRoundedFilled as default } diff --git a/src/Icon24fpsSelectSharp.tsx b/src/Icon24fpsSelectSharp.tsx index 3ac330dfd..631528e3c 100644 --- a/src/Icon24fpsSelectSharp.tsx +++ b/src/Icon24fpsSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectSharp: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectSharp as default } diff --git a/src/Icon24fpsSelectSharpFilled.tsx b/src/Icon24fpsSelectSharpFilled.tsx index 2afc8629f..b221e3926 100644 --- a/src/Icon24fpsSelectSharpFilled.tsx +++ b/src/Icon24fpsSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon24fpsSelectSharpFilled: React.FC = ({ ...props }) => ( +export const Icon24fpsSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon24fpsSelectSharpFilled as default } diff --git a/src/Icon24mpOutlined.tsx b/src/Icon24mpOutlined.tsx index ace0b8ec4..c409748d9 100644 --- a/src/Icon24mpOutlined.tsx +++ b/src/Icon24mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpOutlined: React.FC = ({ ...props }) => ( +export const Icon24mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpOutlined as default } diff --git a/src/Icon24mpOutlinedFilled.tsx b/src/Icon24mpOutlinedFilled.tsx index f2767ca9a..a77a4eb09 100644 --- a/src/Icon24mpOutlinedFilled.tsx +++ b/src/Icon24mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon24mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpOutlinedFilled as default } diff --git a/src/Icon24mpRounded.tsx b/src/Icon24mpRounded.tsx index 8021bcff0..dfbf9ae2b 100644 --- a/src/Icon24mpRounded.tsx +++ b/src/Icon24mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpRounded: React.FC = ({ ...props }) => ( +export const Icon24mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpRounded as default } diff --git a/src/Icon24mpRoundedFilled.tsx b/src/Icon24mpRoundedFilled.tsx index 8f4ecbdcb..a341d1a40 100644 --- a/src/Icon24mpRoundedFilled.tsx +++ b/src/Icon24mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon24mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpRoundedFilled as default } diff --git a/src/Icon24mpSharp.tsx b/src/Icon24mpSharp.tsx index 8a985f941..ff21e1916 100644 --- a/src/Icon24mpSharp.tsx +++ b/src/Icon24mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpSharp: React.FC = ({ ...props }) => ( +export const Icon24mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpSharp as default } diff --git a/src/Icon24mpSharpFilled.tsx b/src/Icon24mpSharpFilled.tsx index f0704c8a8..411fde461 100644 --- a/src/Icon24mpSharpFilled.tsx +++ b/src/Icon24mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon24mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon24mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon24mpSharpFilled as default } diff --git a/src/Icon2dOutlined.tsx b/src/Icon2dOutlined.tsx index 1f9c42ad1..f8b93127e 100644 --- a/src/Icon2dOutlined.tsx +++ b/src/Icon2dOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dOutlined: React.FC = ({ ...props }) => ( +export const Icon2dOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dOutlined as default } diff --git a/src/Icon2dOutlinedFilled.tsx b/src/Icon2dOutlinedFilled.tsx index 72eb57faf..56845debc 100644 --- a/src/Icon2dOutlinedFilled.tsx +++ b/src/Icon2dOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon2dOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dOutlinedFilled as default } diff --git a/src/Icon2dRounded.tsx b/src/Icon2dRounded.tsx index 4237ad6ec..3dcc69e37 100644 --- a/src/Icon2dRounded.tsx +++ b/src/Icon2dRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dRounded: React.FC = ({ ...props }) => ( +export const Icon2dRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dRounded as default } diff --git a/src/Icon2dRoundedFilled.tsx b/src/Icon2dRoundedFilled.tsx index 024c42f3e..e25679174 100644 --- a/src/Icon2dRoundedFilled.tsx +++ b/src/Icon2dRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon2dRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dRoundedFilled as default } diff --git a/src/Icon2dSharp.tsx b/src/Icon2dSharp.tsx index 1ad1b8193..07cf34a4c 100644 --- a/src/Icon2dSharp.tsx +++ b/src/Icon2dSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dSharp: React.FC = ({ ...props }) => ( +export const Icon2dSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dSharp as default } diff --git a/src/Icon2dSharpFilled.tsx b/src/Icon2dSharpFilled.tsx index e0b076d3b..f300dbbe8 100644 --- a/src/Icon2dSharpFilled.tsx +++ b/src/Icon2dSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2dSharpFilled: React.FC = ({ ...props }) => ( +export const Icon2dSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2dSharpFilled as default } diff --git a/src/Icon2kOutlined.tsx b/src/Icon2kOutlined.tsx index 944f1559a..2d1f37da3 100644 --- a/src/Icon2kOutlined.tsx +++ b/src/Icon2kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kOutlined: React.FC = ({ ...props }) => ( +export const Icon2kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kOutlined as default } diff --git a/src/Icon2kOutlinedFilled.tsx b/src/Icon2kOutlinedFilled.tsx index 6c5503ccb..24fe9a1aa 100644 --- a/src/Icon2kOutlinedFilled.tsx +++ b/src/Icon2kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon2kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kOutlinedFilled as default } diff --git a/src/Icon2kPlusOutlined.tsx b/src/Icon2kPlusOutlined.tsx index ce0337d77..7c951319d 100644 --- a/src/Icon2kPlusOutlined.tsx +++ b/src/Icon2kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon2kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusOutlined as default } diff --git a/src/Icon2kPlusOutlinedFilled.tsx b/src/Icon2kPlusOutlinedFilled.tsx index 5b04e3fd0..f7c0f4f7a 100644 --- a/src/Icon2kPlusOutlinedFilled.tsx +++ b/src/Icon2kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon2kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusOutlinedFilled as default } diff --git a/src/Icon2kPlusRounded.tsx b/src/Icon2kPlusRounded.tsx index 2c16d3a78..d0be7f77f 100644 --- a/src/Icon2kPlusRounded.tsx +++ b/src/Icon2kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon2kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusRounded as default } diff --git a/src/Icon2kPlusRoundedFilled.tsx b/src/Icon2kPlusRoundedFilled.tsx index 30b340832..2b9687ea8 100644 --- a/src/Icon2kPlusRoundedFilled.tsx +++ b/src/Icon2kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon2kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusRoundedFilled as default } diff --git a/src/Icon2kPlusSharp.tsx b/src/Icon2kPlusSharp.tsx index 35d9d78f1..75abfa583 100644 --- a/src/Icon2kPlusSharp.tsx +++ b/src/Icon2kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon2kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusSharp as default } diff --git a/src/Icon2kPlusSharpFilled.tsx b/src/Icon2kPlusSharpFilled.tsx index af8584664..b58058aee 100644 --- a/src/Icon2kPlusSharpFilled.tsx +++ b/src/Icon2kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon2kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kPlusSharpFilled as default } diff --git a/src/Icon2kRounded.tsx b/src/Icon2kRounded.tsx index fb6874968..4768ea8a6 100644 --- a/src/Icon2kRounded.tsx +++ b/src/Icon2kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kRounded: React.FC = ({ ...props }) => ( +export const Icon2kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kRounded as default } diff --git a/src/Icon2kRoundedFilled.tsx b/src/Icon2kRoundedFilled.tsx index 246cfe378..067aa4a63 100644 --- a/src/Icon2kRoundedFilled.tsx +++ b/src/Icon2kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon2kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kRoundedFilled as default } diff --git a/src/Icon2kSharp.tsx b/src/Icon2kSharp.tsx index 5d837cac2..e8f41df70 100644 --- a/src/Icon2kSharp.tsx +++ b/src/Icon2kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kSharp: React.FC = ({ ...props }) => ( +export const Icon2kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kSharp as default } diff --git a/src/Icon2kSharpFilled.tsx b/src/Icon2kSharpFilled.tsx index 6686962f3..2b0507f65 100644 --- a/src/Icon2kSharpFilled.tsx +++ b/src/Icon2kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon2kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2kSharpFilled as default } diff --git a/src/Icon2mpOutlined.tsx b/src/Icon2mpOutlined.tsx index 36295bd92..9e0ecf581 100644 --- a/src/Icon2mpOutlined.tsx +++ b/src/Icon2mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpOutlined: React.FC = ({ ...props }) => ( +export const Icon2mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpOutlined as default } diff --git a/src/Icon2mpOutlinedFilled.tsx b/src/Icon2mpOutlinedFilled.tsx index 5dac3560f..69b4f7d4c 100644 --- a/src/Icon2mpOutlinedFilled.tsx +++ b/src/Icon2mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon2mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpOutlinedFilled as default } diff --git a/src/Icon2mpRounded.tsx b/src/Icon2mpRounded.tsx index 262f43f75..55be1f06c 100644 --- a/src/Icon2mpRounded.tsx +++ b/src/Icon2mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpRounded: React.FC = ({ ...props }) => ( +export const Icon2mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpRounded as default } diff --git a/src/Icon2mpRoundedFilled.tsx b/src/Icon2mpRoundedFilled.tsx index 7a4d547d9..bed902961 100644 --- a/src/Icon2mpRoundedFilled.tsx +++ b/src/Icon2mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon2mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpRoundedFilled as default } diff --git a/src/Icon2mpSharp.tsx b/src/Icon2mpSharp.tsx index 12e5402d2..db69d75bc 100644 --- a/src/Icon2mpSharp.tsx +++ b/src/Icon2mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpSharp: React.FC = ({ ...props }) => ( +export const Icon2mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpSharp as default } diff --git a/src/Icon2mpSharpFilled.tsx b/src/Icon2mpSharpFilled.tsx index 85fb90c79..22d42d4b8 100644 --- a/src/Icon2mpSharpFilled.tsx +++ b/src/Icon2mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon2mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon2mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon2mpSharpFilled as default } diff --git a/src/Icon30fpsOutlined.tsx b/src/Icon30fpsOutlined.tsx index 7a24fd839..88035aea6 100644 --- a/src/Icon30fpsOutlined.tsx +++ b/src/Icon30fpsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsOutlined: React.FC = ({ ...props }) => ( +export const Icon30fpsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsOutlined as default } diff --git a/src/Icon30fpsOutlinedFilled.tsx b/src/Icon30fpsOutlinedFilled.tsx index 65cc6439f..b74910576 100644 --- a/src/Icon30fpsOutlinedFilled.tsx +++ b/src/Icon30fpsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsOutlinedFilled as default } diff --git a/src/Icon30fpsRounded.tsx b/src/Icon30fpsRounded.tsx index 42f4553f4..2849b5bcb 100644 --- a/src/Icon30fpsRounded.tsx +++ b/src/Icon30fpsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsRounded: React.FC = ({ ...props }) => ( +export const Icon30fpsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsRounded as default } diff --git a/src/Icon30fpsRoundedFilled.tsx b/src/Icon30fpsRoundedFilled.tsx index 961c794bd..2474a3dac 100644 --- a/src/Icon30fpsRoundedFilled.tsx +++ b/src/Icon30fpsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsRoundedFilled as default } diff --git a/src/Icon30fpsSelectOutlined.tsx b/src/Icon30fpsSelectOutlined.tsx index dc1a4a966..9c68a5536 100644 --- a/src/Icon30fpsSelectOutlined.tsx +++ b/src/Icon30fpsSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectOutlined: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectOutlined as default } diff --git a/src/Icon30fpsSelectOutlinedFilled.tsx b/src/Icon30fpsSelectOutlinedFilled.tsx index ffae94718..a414fa24f 100644 --- a/src/Icon30fpsSelectOutlinedFilled.tsx +++ b/src/Icon30fpsSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectOutlinedFilled as default } diff --git a/src/Icon30fpsSelectRounded.tsx b/src/Icon30fpsSelectRounded.tsx index c8b984222..f6d140558 100644 --- a/src/Icon30fpsSelectRounded.tsx +++ b/src/Icon30fpsSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectRounded: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectRounded as default } diff --git a/src/Icon30fpsSelectRoundedFilled.tsx b/src/Icon30fpsSelectRoundedFilled.tsx index 198e6a7b3..0d87e473c 100644 --- a/src/Icon30fpsSelectRoundedFilled.tsx +++ b/src/Icon30fpsSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectRoundedFilled as default } diff --git a/src/Icon30fpsSelectSharp.tsx b/src/Icon30fpsSelectSharp.tsx index c3298bae5..1564e011c 100644 --- a/src/Icon30fpsSelectSharp.tsx +++ b/src/Icon30fpsSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectSharp: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectSharp as default } diff --git a/src/Icon30fpsSelectSharpFilled.tsx b/src/Icon30fpsSelectSharpFilled.tsx index dca70b440..ac3d733d2 100644 --- a/src/Icon30fpsSelectSharpFilled.tsx +++ b/src/Icon30fpsSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSelectSharpFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon30fpsSelectSharpFilled as default } diff --git a/src/Icon30fpsSharp.tsx b/src/Icon30fpsSharp.tsx index ae2d4f99f..9da1fb41a 100644 --- a/src/Icon30fpsSharp.tsx +++ b/src/Icon30fpsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSharp: React.FC = ({ ...props }) => ( +export const Icon30fpsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsSharp as default } diff --git a/src/Icon30fpsSharpFilled.tsx b/src/Icon30fpsSharpFilled.tsx index 1bc4387ef..702b24f8b 100644 --- a/src/Icon30fpsSharpFilled.tsx +++ b/src/Icon30fpsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon30fpsSharpFilled: React.FC = ({ ...props }) => ( +export const Icon30fpsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon30fpsSharpFilled as default } diff --git a/src/Icon360Outlined.tsx b/src/Icon360Outlined.tsx index 448f2e2a3..fd2305c28 100644 --- a/src/Icon360Outlined.tsx +++ b/src/Icon360Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360Outlined: React.FC = ({ ...props }) => ( +export const Icon360Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360Outlined as default } diff --git a/src/Icon360OutlinedFilled.tsx b/src/Icon360OutlinedFilled.tsx index 56867f72e..322792114 100644 --- a/src/Icon360OutlinedFilled.tsx +++ b/src/Icon360OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360OutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon360OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360OutlinedFilled as default } diff --git a/src/Icon360Rounded.tsx b/src/Icon360Rounded.tsx index f8503483c..c8d0575da 100644 --- a/src/Icon360Rounded.tsx +++ b/src/Icon360Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360Rounded: React.FC = ({ ...props }) => ( +export const Icon360Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360Rounded as default } diff --git a/src/Icon360RoundedFilled.tsx b/src/Icon360RoundedFilled.tsx index da213b7bc..de5894c4e 100644 --- a/src/Icon360RoundedFilled.tsx +++ b/src/Icon360RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360RoundedFilled: React.FC = ({ ...props }) => ( +export const Icon360RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360RoundedFilled as default } diff --git a/src/Icon360Sharp.tsx b/src/Icon360Sharp.tsx index f8a7950da..65b4a283e 100644 --- a/src/Icon360Sharp.tsx +++ b/src/Icon360Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360Sharp: React.FC = ({ ...props }) => ( +export const Icon360Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360Sharp as default } diff --git a/src/Icon360SharpFilled.tsx b/src/Icon360SharpFilled.tsx index cfa3d93fd..e9002a7f1 100644 --- a/src/Icon360SharpFilled.tsx +++ b/src/Icon360SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon360SharpFilled: React.FC = ({ ...props }) => ( +export const Icon360SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon360SharpFilled as default } diff --git a/src/Icon3dRotationOutlined.tsx b/src/Icon3dRotationOutlined.tsx index cf04860b5..5e3e66aee 100644 --- a/src/Icon3dRotationOutlined.tsx +++ b/src/Icon3dRotationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationOutlined: React.FC = ({ ...props }) => ( +export const Icon3dRotationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3dRotationOutlined as default } diff --git a/src/Icon3dRotationOutlinedFilled.tsx b/src/Icon3dRotationOutlinedFilled.tsx index 180274119..b03fb60a7 100644 --- a/src/Icon3dRotationOutlinedFilled.tsx +++ b/src/Icon3dRotationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3dRotationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3dRotationOutlinedFilled as default } diff --git a/src/Icon3dRotationRounded.tsx b/src/Icon3dRotationRounded.tsx index 007c46ac9..b92455a1d 100644 --- a/src/Icon3dRotationRounded.tsx +++ b/src/Icon3dRotationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationRounded: React.FC = ({ ...props }) => ( +export const Icon3dRotationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3dRotationRounded as default } diff --git a/src/Icon3dRotationRoundedFilled.tsx b/src/Icon3dRotationRoundedFilled.tsx index ed9bdb9fe..9fe0c4a76 100644 --- a/src/Icon3dRotationRoundedFilled.tsx +++ b/src/Icon3dRotationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3dRotationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3dRotationRoundedFilled as default } diff --git a/src/Icon3dRotationSharp.tsx b/src/Icon3dRotationSharp.tsx index b2dee0fa4..8db77ff56 100644 --- a/src/Icon3dRotationSharp.tsx +++ b/src/Icon3dRotationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationSharp: React.FC = ({ ...props }) => ( +export const Icon3dRotationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3dRotationSharp as default } diff --git a/src/Icon3dRotationSharpFilled.tsx b/src/Icon3dRotationSharpFilled.tsx index 5fd71397d..b9a935e79 100644 --- a/src/Icon3dRotationSharpFilled.tsx +++ b/src/Icon3dRotationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3dRotationSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3dRotationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3dRotationSharpFilled as default } diff --git a/src/Icon3gMobiledataBadgeOutlined.tsx b/src/Icon3gMobiledataBadgeOutlined.tsx index dc4f36fae..4b475363a 100644 --- a/src/Icon3gMobiledataBadgeOutlined.tsx +++ b/src/Icon3gMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataBadgeOutlined as default } diff --git a/src/Icon3gMobiledataBadgeOutlinedFilled.tsx b/src/Icon3gMobiledataBadgeOutlinedFilled.tsx index 00093d4c4..6d4d0b64c 100644 --- a/src/Icon3gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon3gMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeOutlinedFilled: React.FC = ({ +export const Icon3gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon3gMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { Icon3gMobiledataBadgeOutlinedFilled as default } diff --git a/src/Icon3gMobiledataBadgeRounded.tsx b/src/Icon3gMobiledataBadgeRounded.tsx index 33019a724..648e49edd 100644 --- a/src/Icon3gMobiledataBadgeRounded.tsx +++ b/src/Icon3gMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataBadgeRounded as default } diff --git a/src/Icon3gMobiledataBadgeRoundedFilled.tsx b/src/Icon3gMobiledataBadgeRoundedFilled.tsx index a545a09dd..e847199ee 100644 --- a/src/Icon3gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon3gMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeRoundedFilled: React.FC = ({ +export const Icon3gMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon3gMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { Icon3gMobiledataBadgeRoundedFilled as default } diff --git a/src/Icon3gMobiledataBadgeSharp.tsx b/src/Icon3gMobiledataBadgeSharp.tsx index ffbd5240a..843dfb14d 100644 --- a/src/Icon3gMobiledataBadgeSharp.tsx +++ b/src/Icon3gMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataBadgeSharp as default } diff --git a/src/Icon3gMobiledataBadgeSharpFilled.tsx b/src/Icon3gMobiledataBadgeSharpFilled.tsx index a04cfe078..285e4d64c 100644 --- a/src/Icon3gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon3gMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataBadgeSharpFilled: React.FC = ({ +export const Icon3gMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon3gMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { Icon3gMobiledataBadgeSharpFilled as default } diff --git a/src/Icon3gMobiledataOutlined.tsx b/src/Icon3gMobiledataOutlined.tsx index 2987d58d5..1f6087702 100644 --- a/src/Icon3gMobiledataOutlined.tsx +++ b/src/Icon3gMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataOutlined: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataOutlined as default } diff --git a/src/Icon3gMobiledataOutlinedFilled.tsx b/src/Icon3gMobiledataOutlinedFilled.tsx index 50041804a..3deaed923 100644 --- a/src/Icon3gMobiledataOutlinedFilled.tsx +++ b/src/Icon3gMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataOutlinedFilled as default } diff --git a/src/Icon3gMobiledataRounded.tsx b/src/Icon3gMobiledataRounded.tsx index 524a3dc65..c86dc9c3c 100644 --- a/src/Icon3gMobiledataRounded.tsx +++ b/src/Icon3gMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataRounded: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataRounded as default } diff --git a/src/Icon3gMobiledataRoundedFilled.tsx b/src/Icon3gMobiledataRoundedFilled.tsx index e2ad3494c..55b848437 100644 --- a/src/Icon3gMobiledataRoundedFilled.tsx +++ b/src/Icon3gMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataRoundedFilled as default } diff --git a/src/Icon3gMobiledataSharp.tsx b/src/Icon3gMobiledataSharp.tsx index 60ddd197f..5c38aab9b 100644 --- a/src/Icon3gMobiledataSharp.tsx +++ b/src/Icon3gMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataSharp: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataSharp as default } diff --git a/src/Icon3gMobiledataSharpFilled.tsx b/src/Icon3gMobiledataSharpFilled.tsx index e1a3fe640..e885bb3ef 100644 --- a/src/Icon3gMobiledataSharpFilled.tsx +++ b/src/Icon3gMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon3gMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3gMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon3gMobiledataSharpFilled as default } diff --git a/src/Icon3kOutlined.tsx b/src/Icon3kOutlined.tsx index d8a29a91d..0ec02ce7f 100644 --- a/src/Icon3kOutlined.tsx +++ b/src/Icon3kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kOutlined: React.FC = ({ ...props }) => ( +export const Icon3kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kOutlined as default } diff --git a/src/Icon3kOutlinedFilled.tsx b/src/Icon3kOutlinedFilled.tsx index e370aeca1..85a8501fc 100644 --- a/src/Icon3kOutlinedFilled.tsx +++ b/src/Icon3kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kOutlinedFilled as default } diff --git a/src/Icon3kPlusOutlined.tsx b/src/Icon3kPlusOutlined.tsx index cd388c969..6a6dd343d 100644 --- a/src/Icon3kPlusOutlined.tsx +++ b/src/Icon3kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon3kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusOutlined as default } diff --git a/src/Icon3kPlusOutlinedFilled.tsx b/src/Icon3kPlusOutlinedFilled.tsx index d6f1a9aa1..f6900b8ef 100644 --- a/src/Icon3kPlusOutlinedFilled.tsx +++ b/src/Icon3kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusOutlinedFilled as default } diff --git a/src/Icon3kPlusRounded.tsx b/src/Icon3kPlusRounded.tsx index b94f2b0c6..0cb8a4184 100644 --- a/src/Icon3kPlusRounded.tsx +++ b/src/Icon3kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon3kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusRounded as default } diff --git a/src/Icon3kPlusRoundedFilled.tsx b/src/Icon3kPlusRoundedFilled.tsx index e4e1a9b84..2619c337a 100644 --- a/src/Icon3kPlusRoundedFilled.tsx +++ b/src/Icon3kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusRoundedFilled as default } diff --git a/src/Icon3kPlusSharp.tsx b/src/Icon3kPlusSharp.tsx index 060e44531..7a8dae709 100644 --- a/src/Icon3kPlusSharp.tsx +++ b/src/Icon3kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon3kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusSharp as default } diff --git a/src/Icon3kPlusSharpFilled.tsx b/src/Icon3kPlusSharpFilled.tsx index f769d2882..dc270631d 100644 --- a/src/Icon3kPlusSharpFilled.tsx +++ b/src/Icon3kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kPlusSharpFilled as default } diff --git a/src/Icon3kRounded.tsx b/src/Icon3kRounded.tsx index c2f57b517..579771d1e 100644 --- a/src/Icon3kRounded.tsx +++ b/src/Icon3kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kRounded: React.FC = ({ ...props }) => ( +export const Icon3kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kRounded as default } diff --git a/src/Icon3kRoundedFilled.tsx b/src/Icon3kRoundedFilled.tsx index c7a7cfd89..c368263ae 100644 --- a/src/Icon3kRoundedFilled.tsx +++ b/src/Icon3kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kRoundedFilled as default } diff --git a/src/Icon3kSharp.tsx b/src/Icon3kSharp.tsx index 5090f0415..0fa5e3ba8 100644 --- a/src/Icon3kSharp.tsx +++ b/src/Icon3kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kSharp: React.FC = ({ ...props }) => ( +export const Icon3kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kSharp as default } diff --git a/src/Icon3kSharpFilled.tsx b/src/Icon3kSharpFilled.tsx index 5da544c1c..68ebf227a 100644 --- a/src/Icon3kSharpFilled.tsx +++ b/src/Icon3kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3kSharpFilled as default } diff --git a/src/Icon3mpOutlined.tsx b/src/Icon3mpOutlined.tsx index 983b0bb34..2ac8b2703 100644 --- a/src/Icon3mpOutlined.tsx +++ b/src/Icon3mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpOutlined: React.FC = ({ ...props }) => ( +export const Icon3mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpOutlined as default } diff --git a/src/Icon3mpOutlinedFilled.tsx b/src/Icon3mpOutlinedFilled.tsx index 7ecca6afb..106d33c30 100644 --- a/src/Icon3mpOutlinedFilled.tsx +++ b/src/Icon3mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpOutlinedFilled as default } diff --git a/src/Icon3mpRounded.tsx b/src/Icon3mpRounded.tsx index 8d4e5d5d0..8d40e6b6c 100644 --- a/src/Icon3mpRounded.tsx +++ b/src/Icon3mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpRounded: React.FC = ({ ...props }) => ( +export const Icon3mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpRounded as default } diff --git a/src/Icon3mpRoundedFilled.tsx b/src/Icon3mpRoundedFilled.tsx index 8cec4a907..1464e755b 100644 --- a/src/Icon3mpRoundedFilled.tsx +++ b/src/Icon3mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpRoundedFilled as default } diff --git a/src/Icon3mpSharp.tsx b/src/Icon3mpSharp.tsx index a8e748310..346acb124 100644 --- a/src/Icon3mpSharp.tsx +++ b/src/Icon3mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpSharp: React.FC = ({ ...props }) => ( +export const Icon3mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpSharp as default } diff --git a/src/Icon3mpSharpFilled.tsx b/src/Icon3mpSharpFilled.tsx index 7d2f72672..e8bed5b69 100644 --- a/src/Icon3mpSharpFilled.tsx +++ b/src/Icon3mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3mpSharpFilled as default } diff --git a/src/Icon3pOutlined.tsx b/src/Icon3pOutlined.tsx index a8ffdbf65..fc45b6bcd 100644 --- a/src/Icon3pOutlined.tsx +++ b/src/Icon3pOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pOutlined: React.FC = ({ ...props }) => ( +export const Icon3pOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pOutlined as default } diff --git a/src/Icon3pOutlinedFilled.tsx b/src/Icon3pOutlinedFilled.tsx index 555d1367d..54335dec0 100644 --- a/src/Icon3pOutlinedFilled.tsx +++ b/src/Icon3pOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon3pOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pOutlinedFilled as default } diff --git a/src/Icon3pRounded.tsx b/src/Icon3pRounded.tsx index b09a372c0..02f0b9e9d 100644 --- a/src/Icon3pRounded.tsx +++ b/src/Icon3pRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pRounded: React.FC = ({ ...props }) => ( +export const Icon3pRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pRounded as default } diff --git a/src/Icon3pRoundedFilled.tsx b/src/Icon3pRoundedFilled.tsx index be14e09ee..8ca4b2481 100644 --- a/src/Icon3pRoundedFilled.tsx +++ b/src/Icon3pRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon3pRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pRoundedFilled as default } diff --git a/src/Icon3pSharp.tsx b/src/Icon3pSharp.tsx index dcf53ec5a..e48597b5e 100644 --- a/src/Icon3pSharp.tsx +++ b/src/Icon3pSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pSharp: React.FC = ({ ...props }) => ( +export const Icon3pSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pSharp as default } diff --git a/src/Icon3pSharpFilled.tsx b/src/Icon3pSharpFilled.tsx index 68973919a..dbd15ed96 100644 --- a/src/Icon3pSharpFilled.tsx +++ b/src/Icon3pSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon3pSharpFilled: React.FC = ({ ...props }) => ( +export const Icon3pSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon3pSharpFilled as default } diff --git a/src/Icon4gMobiledataBadgeOutlined.tsx b/src/Icon4gMobiledataBadgeOutlined.tsx index 0ffd359aa..9a2479c22 100644 --- a/src/Icon4gMobiledataBadgeOutlined.tsx +++ b/src/Icon4gMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataBadgeOutlined as default } diff --git a/src/Icon4gMobiledataBadgeOutlinedFilled.tsx b/src/Icon4gMobiledataBadgeOutlinedFilled.tsx index 36621378b..19691adb5 100644 --- a/src/Icon4gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon4gMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeOutlinedFilled: React.FC = ({ +export const Icon4gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon4gMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { Icon4gMobiledataBadgeOutlinedFilled as default } diff --git a/src/Icon4gMobiledataBadgeRounded.tsx b/src/Icon4gMobiledataBadgeRounded.tsx index 1d59725fb..f9b59a090 100644 --- a/src/Icon4gMobiledataBadgeRounded.tsx +++ b/src/Icon4gMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataBadgeRounded as default } diff --git a/src/Icon4gMobiledataBadgeRoundedFilled.tsx b/src/Icon4gMobiledataBadgeRoundedFilled.tsx index c81bc1a42..5dab01b09 100644 --- a/src/Icon4gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon4gMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeRoundedFilled: React.FC = ({ +export const Icon4gMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon4gMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { Icon4gMobiledataBadgeRoundedFilled as default } diff --git a/src/Icon4gMobiledataBadgeSharp.tsx b/src/Icon4gMobiledataBadgeSharp.tsx index 98480d999..d5793786e 100644 --- a/src/Icon4gMobiledataBadgeSharp.tsx +++ b/src/Icon4gMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataBadgeSharp as default } diff --git a/src/Icon4gMobiledataBadgeSharpFilled.tsx b/src/Icon4gMobiledataBadgeSharpFilled.tsx index 0e7a72096..3c342ba9a 100644 --- a/src/Icon4gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon4gMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataBadgeSharpFilled: React.FC = ({ +export const Icon4gMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon4gMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { Icon4gMobiledataBadgeSharpFilled as default } diff --git a/src/Icon4gMobiledataOutlined.tsx b/src/Icon4gMobiledataOutlined.tsx index bffa0dab4..6fe4a34f7 100644 --- a/src/Icon4gMobiledataOutlined.tsx +++ b/src/Icon4gMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataOutlined: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataOutlined as default } diff --git a/src/Icon4gMobiledataOutlinedFilled.tsx b/src/Icon4gMobiledataOutlinedFilled.tsx index 7badbe73a..7af553bc6 100644 --- a/src/Icon4gMobiledataOutlinedFilled.tsx +++ b/src/Icon4gMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataOutlinedFilled as default } diff --git a/src/Icon4gMobiledataRounded.tsx b/src/Icon4gMobiledataRounded.tsx index bba1e3e2b..dd28b635a 100644 --- a/src/Icon4gMobiledataRounded.tsx +++ b/src/Icon4gMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataRounded: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataRounded as default } diff --git a/src/Icon4gMobiledataRoundedFilled.tsx b/src/Icon4gMobiledataRoundedFilled.tsx index 6d104a783..7a3e94367 100644 --- a/src/Icon4gMobiledataRoundedFilled.tsx +++ b/src/Icon4gMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataRoundedFilled as default } diff --git a/src/Icon4gMobiledataSharp.tsx b/src/Icon4gMobiledataSharp.tsx index 9981f26af..fbca2fe79 100644 --- a/src/Icon4gMobiledataSharp.tsx +++ b/src/Icon4gMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataSharp: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataSharp as default } diff --git a/src/Icon4gMobiledataSharpFilled.tsx b/src/Icon4gMobiledataSharpFilled.tsx index d8fbf9f27..8017599dc 100644 --- a/src/Icon4gMobiledataSharpFilled.tsx +++ b/src/Icon4gMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const Icon4gMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gMobiledataSharpFilled as default } diff --git a/src/Icon4gPlusMobiledataOutlined.tsx b/src/Icon4gPlusMobiledataOutlined.tsx index 2139109c3..b85321ef5 100644 --- a/src/Icon4gPlusMobiledataOutlined.tsx +++ b/src/Icon4gPlusMobiledataOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataOutlined: React.FC = ({ ...props }) => ( +export const Icon4gPlusMobiledataOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gPlusMobiledataOutlined as default } diff --git a/src/Icon4gPlusMobiledataOutlinedFilled.tsx b/src/Icon4gPlusMobiledataOutlinedFilled.tsx index 4bd2aa8b6..2f4409eb3 100644 --- a/src/Icon4gPlusMobiledataOutlinedFilled.tsx +++ b/src/Icon4gPlusMobiledataOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataOutlinedFilled: React.FC = ({ +export const Icon4gPlusMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon4gPlusMobiledataOutlinedFilled: React.FC = ({ ) - -export { Icon4gPlusMobiledataOutlinedFilled as default } diff --git a/src/Icon4gPlusMobiledataRounded.tsx b/src/Icon4gPlusMobiledataRounded.tsx index de1f6cf66..284890a2e 100644 --- a/src/Icon4gPlusMobiledataRounded.tsx +++ b/src/Icon4gPlusMobiledataRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataRounded: React.FC = ({ ...props }) => ( +export const Icon4gPlusMobiledataRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gPlusMobiledataRounded as default } diff --git a/src/Icon4gPlusMobiledataRoundedFilled.tsx b/src/Icon4gPlusMobiledataRoundedFilled.tsx index 80daf0682..c4f992384 100644 --- a/src/Icon4gPlusMobiledataRoundedFilled.tsx +++ b/src/Icon4gPlusMobiledataRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataRoundedFilled: React.FC = ({ +export const Icon4gPlusMobiledataRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon4gPlusMobiledataRoundedFilled: React.FC = ({ ) - -export { Icon4gPlusMobiledataRoundedFilled as default } diff --git a/src/Icon4gPlusMobiledataSharp.tsx b/src/Icon4gPlusMobiledataSharp.tsx index 79da9bfb2..aa1bd63af 100644 --- a/src/Icon4gPlusMobiledataSharp.tsx +++ b/src/Icon4gPlusMobiledataSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataSharp: React.FC = ({ ...props }) => ( +export const Icon4gPlusMobiledataSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gPlusMobiledataSharp as default } diff --git a/src/Icon4gPlusMobiledataSharpFilled.tsx b/src/Icon4gPlusMobiledataSharpFilled.tsx index c1caca9ca..c89505e98 100644 --- a/src/Icon4gPlusMobiledataSharpFilled.tsx +++ b/src/Icon4gPlusMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon4gPlusMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const Icon4gPlusMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon4gPlusMobiledataSharpFilled as default } diff --git a/src/Icon4kOutlined.tsx b/src/Icon4kOutlined.tsx index 10e58f24e..f2be68184 100644 --- a/src/Icon4kOutlined.tsx +++ b/src/Icon4kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kOutlined: React.FC = ({ ...props }) => ( +export const Icon4kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kOutlined as default } diff --git a/src/Icon4kOutlinedFilled.tsx b/src/Icon4kOutlinedFilled.tsx index c53b87189..90feffcfe 100644 --- a/src/Icon4kOutlinedFilled.tsx +++ b/src/Icon4kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon4kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kOutlinedFilled as default } diff --git a/src/Icon4kPlusOutlined.tsx b/src/Icon4kPlusOutlined.tsx index c3b599008..890c67573 100644 --- a/src/Icon4kPlusOutlined.tsx +++ b/src/Icon4kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon4kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusOutlined as default } diff --git a/src/Icon4kPlusOutlinedFilled.tsx b/src/Icon4kPlusOutlinedFilled.tsx index 88022cc5e..f5f2e3565 100644 --- a/src/Icon4kPlusOutlinedFilled.tsx +++ b/src/Icon4kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon4kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusOutlinedFilled as default } diff --git a/src/Icon4kPlusRounded.tsx b/src/Icon4kPlusRounded.tsx index 8b188838a..00d977fdb 100644 --- a/src/Icon4kPlusRounded.tsx +++ b/src/Icon4kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon4kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusRounded as default } diff --git a/src/Icon4kPlusRoundedFilled.tsx b/src/Icon4kPlusRoundedFilled.tsx index 4dbdfbb46..559e38e47 100644 --- a/src/Icon4kPlusRoundedFilled.tsx +++ b/src/Icon4kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon4kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusRoundedFilled as default } diff --git a/src/Icon4kPlusSharp.tsx b/src/Icon4kPlusSharp.tsx index 6fb00c650..8421fe8a7 100644 --- a/src/Icon4kPlusSharp.tsx +++ b/src/Icon4kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon4kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusSharp as default } diff --git a/src/Icon4kPlusSharpFilled.tsx b/src/Icon4kPlusSharpFilled.tsx index 7d91ee333..bdab61716 100644 --- a/src/Icon4kPlusSharpFilled.tsx +++ b/src/Icon4kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon4kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kPlusSharpFilled as default } diff --git a/src/Icon4kRounded.tsx b/src/Icon4kRounded.tsx index a314f9739..83152f3e5 100644 --- a/src/Icon4kRounded.tsx +++ b/src/Icon4kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kRounded: React.FC = ({ ...props }) => ( +export const Icon4kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kRounded as default } diff --git a/src/Icon4kRoundedFilled.tsx b/src/Icon4kRoundedFilled.tsx index 8d09bdd90..c97261de8 100644 --- a/src/Icon4kRoundedFilled.tsx +++ b/src/Icon4kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon4kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kRoundedFilled as default } diff --git a/src/Icon4kSharp.tsx b/src/Icon4kSharp.tsx index 282515f2e..c863caf3b 100644 --- a/src/Icon4kSharp.tsx +++ b/src/Icon4kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kSharp: React.FC = ({ ...props }) => ( +export const Icon4kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kSharp as default } diff --git a/src/Icon4kSharpFilled.tsx b/src/Icon4kSharpFilled.tsx index 630a24297..aea3291e0 100644 --- a/src/Icon4kSharpFilled.tsx +++ b/src/Icon4kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon4kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4kSharpFilled as default } diff --git a/src/Icon4mpOutlined.tsx b/src/Icon4mpOutlined.tsx index 5ed2b1e03..bfd555559 100644 --- a/src/Icon4mpOutlined.tsx +++ b/src/Icon4mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpOutlined: React.FC = ({ ...props }) => ( +export const Icon4mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpOutlined as default } diff --git a/src/Icon4mpOutlinedFilled.tsx b/src/Icon4mpOutlinedFilled.tsx index a4100d2b6..235da3162 100644 --- a/src/Icon4mpOutlinedFilled.tsx +++ b/src/Icon4mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon4mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpOutlinedFilled as default } diff --git a/src/Icon4mpRounded.tsx b/src/Icon4mpRounded.tsx index 07ea96472..0dbdb583f 100644 --- a/src/Icon4mpRounded.tsx +++ b/src/Icon4mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpRounded: React.FC = ({ ...props }) => ( +export const Icon4mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpRounded as default } diff --git a/src/Icon4mpRoundedFilled.tsx b/src/Icon4mpRoundedFilled.tsx index 3ffe3ee37..788010e3d 100644 --- a/src/Icon4mpRoundedFilled.tsx +++ b/src/Icon4mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon4mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpRoundedFilled as default } diff --git a/src/Icon4mpSharp.tsx b/src/Icon4mpSharp.tsx index 28a4808a8..d26a222f2 100644 --- a/src/Icon4mpSharp.tsx +++ b/src/Icon4mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpSharp: React.FC = ({ ...props }) => ( +export const Icon4mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpSharp as default } diff --git a/src/Icon4mpSharpFilled.tsx b/src/Icon4mpSharpFilled.tsx index efe26e6d4..c6ef5db9c 100644 --- a/src/Icon4mpSharpFilled.tsx +++ b/src/Icon4mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon4mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon4mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon4mpSharpFilled as default } diff --git a/src/Icon50mpOutlined.tsx b/src/Icon50mpOutlined.tsx index 0d2a6310f..b0ef1b43c 100644 --- a/src/Icon50mpOutlined.tsx +++ b/src/Icon50mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpOutlined: React.FC = ({ ...props }) => ( +export const Icon50mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpOutlined as default } diff --git a/src/Icon50mpOutlinedFilled.tsx b/src/Icon50mpOutlinedFilled.tsx index 0a2f65321..ae6a7520c 100644 --- a/src/Icon50mpOutlinedFilled.tsx +++ b/src/Icon50mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon50mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpOutlinedFilled as default } diff --git a/src/Icon50mpRounded.tsx b/src/Icon50mpRounded.tsx index b8bd886d3..a07ece080 100644 --- a/src/Icon50mpRounded.tsx +++ b/src/Icon50mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpRounded: React.FC = ({ ...props }) => ( +export const Icon50mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpRounded as default } diff --git a/src/Icon50mpRoundedFilled.tsx b/src/Icon50mpRoundedFilled.tsx index 5e63ad76c..853c09649 100644 --- a/src/Icon50mpRoundedFilled.tsx +++ b/src/Icon50mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon50mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpRoundedFilled as default } diff --git a/src/Icon50mpSharp.tsx b/src/Icon50mpSharp.tsx index dd0d7f20b..1c803dd85 100644 --- a/src/Icon50mpSharp.tsx +++ b/src/Icon50mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpSharp: React.FC = ({ ...props }) => ( +export const Icon50mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpSharp as default } diff --git a/src/Icon50mpSharpFilled.tsx b/src/Icon50mpSharpFilled.tsx index 5fcafa519..f9081e34b 100644 --- a/src/Icon50mpSharpFilled.tsx +++ b/src/Icon50mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon50mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon50mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon50mpSharpFilled as default } diff --git a/src/Icon5gMobiledataBadgeOutlined.tsx b/src/Icon5gMobiledataBadgeOutlined.tsx index 9c6971be3..fd2f3475d 100644 --- a/src/Icon5gMobiledataBadgeOutlined.tsx +++ b/src/Icon5gMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const Icon5gMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon5gMobiledataBadgeOutlined as default } diff --git a/src/Icon5gMobiledataBadgeOutlinedFilled.tsx b/src/Icon5gMobiledataBadgeOutlinedFilled.tsx index 11af511c0..5fd5c05b8 100644 --- a/src/Icon5gMobiledataBadgeOutlinedFilled.tsx +++ b/src/Icon5gMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeOutlinedFilled: React.FC = ({ +export const Icon5gMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon5gMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { Icon5gMobiledataBadgeOutlinedFilled as default } diff --git a/src/Icon5gMobiledataBadgeRounded.tsx b/src/Icon5gMobiledataBadgeRounded.tsx index 9beccea7b..447512f10 100644 --- a/src/Icon5gMobiledataBadgeRounded.tsx +++ b/src/Icon5gMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const Icon5gMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon5gMobiledataBadgeRounded as default } diff --git a/src/Icon5gMobiledataBadgeRoundedFilled.tsx b/src/Icon5gMobiledataBadgeRoundedFilled.tsx index 066ba5787..2eba78b6f 100644 --- a/src/Icon5gMobiledataBadgeRoundedFilled.tsx +++ b/src/Icon5gMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeRoundedFilled: React.FC = ({ +export const Icon5gMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon5gMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { Icon5gMobiledataBadgeRoundedFilled as default } diff --git a/src/Icon5gMobiledataBadgeSharp.tsx b/src/Icon5gMobiledataBadgeSharp.tsx index 63a8f0997..0541cb5e1 100644 --- a/src/Icon5gMobiledataBadgeSharp.tsx +++ b/src/Icon5gMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const Icon5gMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon5gMobiledataBadgeSharp as default } diff --git a/src/Icon5gMobiledataBadgeSharpFilled.tsx b/src/Icon5gMobiledataBadgeSharpFilled.tsx index 9300ea1b9..576d8ff86 100644 --- a/src/Icon5gMobiledataBadgeSharpFilled.tsx +++ b/src/Icon5gMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const Icon5gMobiledataBadgeSharpFilled: React.FC = ({ +export const Icon5gMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const Icon5gMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { Icon5gMobiledataBadgeSharpFilled as default } diff --git a/src/Icon5gOutlined.tsx b/src/Icon5gOutlined.tsx index e71eb29d3..bc003b51a 100644 --- a/src/Icon5gOutlined.tsx +++ b/src/Icon5gOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gOutlined: React.FC = ({ ...props }) => ( +export const Icon5gOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gOutlined as default } diff --git a/src/Icon5gOutlinedFilled.tsx b/src/Icon5gOutlinedFilled.tsx index 05e418e35..f9122dfe9 100644 --- a/src/Icon5gOutlinedFilled.tsx +++ b/src/Icon5gOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon5gOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gOutlinedFilled as default } diff --git a/src/Icon5gRounded.tsx b/src/Icon5gRounded.tsx index b87c359cd..ec19b67a7 100644 --- a/src/Icon5gRounded.tsx +++ b/src/Icon5gRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gRounded: React.FC = ({ ...props }) => ( +export const Icon5gRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gRounded as default } diff --git a/src/Icon5gRoundedFilled.tsx b/src/Icon5gRoundedFilled.tsx index b57c87a01..ef5611d05 100644 --- a/src/Icon5gRoundedFilled.tsx +++ b/src/Icon5gRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon5gRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gRoundedFilled as default } diff --git a/src/Icon5gSharp.tsx b/src/Icon5gSharp.tsx index c4f8f6c12..f3a50e380 100644 --- a/src/Icon5gSharp.tsx +++ b/src/Icon5gSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gSharp: React.FC = ({ ...props }) => ( +export const Icon5gSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gSharp as default } diff --git a/src/Icon5gSharpFilled.tsx b/src/Icon5gSharpFilled.tsx index afab1be59..3a983bf6a 100644 --- a/src/Icon5gSharpFilled.tsx +++ b/src/Icon5gSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5gSharpFilled: React.FC = ({ ...props }) => ( +export const Icon5gSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5gSharpFilled as default } diff --git a/src/Icon5kOutlined.tsx b/src/Icon5kOutlined.tsx index 8128c2b60..f2a098a96 100644 --- a/src/Icon5kOutlined.tsx +++ b/src/Icon5kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kOutlined: React.FC = ({ ...props }) => ( +export const Icon5kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kOutlined as default } diff --git a/src/Icon5kOutlinedFilled.tsx b/src/Icon5kOutlinedFilled.tsx index 9af5fa692..77747addd 100644 --- a/src/Icon5kOutlinedFilled.tsx +++ b/src/Icon5kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon5kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kOutlinedFilled as default } diff --git a/src/Icon5kPlusOutlined.tsx b/src/Icon5kPlusOutlined.tsx index 6f7acf3fe..80c480584 100644 --- a/src/Icon5kPlusOutlined.tsx +++ b/src/Icon5kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon5kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusOutlined as default } diff --git a/src/Icon5kPlusOutlinedFilled.tsx b/src/Icon5kPlusOutlinedFilled.tsx index ed2884532..b72f6825c 100644 --- a/src/Icon5kPlusOutlinedFilled.tsx +++ b/src/Icon5kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon5kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusOutlinedFilled as default } diff --git a/src/Icon5kPlusRounded.tsx b/src/Icon5kPlusRounded.tsx index f5782e104..c2b2db243 100644 --- a/src/Icon5kPlusRounded.tsx +++ b/src/Icon5kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon5kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusRounded as default } diff --git a/src/Icon5kPlusRoundedFilled.tsx b/src/Icon5kPlusRoundedFilled.tsx index 8e5986e67..610cd4088 100644 --- a/src/Icon5kPlusRoundedFilled.tsx +++ b/src/Icon5kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon5kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusRoundedFilled as default } diff --git a/src/Icon5kPlusSharp.tsx b/src/Icon5kPlusSharp.tsx index c3631aa7f..bf03a59bb 100644 --- a/src/Icon5kPlusSharp.tsx +++ b/src/Icon5kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon5kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusSharp as default } diff --git a/src/Icon5kPlusSharpFilled.tsx b/src/Icon5kPlusSharpFilled.tsx index 1907dda0d..00c4a07cf 100644 --- a/src/Icon5kPlusSharpFilled.tsx +++ b/src/Icon5kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon5kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kPlusSharpFilled as default } diff --git a/src/Icon5kRounded.tsx b/src/Icon5kRounded.tsx index 66c85ac77..d8ba2c809 100644 --- a/src/Icon5kRounded.tsx +++ b/src/Icon5kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kRounded: React.FC = ({ ...props }) => ( +export const Icon5kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kRounded as default } diff --git a/src/Icon5kRoundedFilled.tsx b/src/Icon5kRoundedFilled.tsx index a3964f36f..b1115bf6a 100644 --- a/src/Icon5kRoundedFilled.tsx +++ b/src/Icon5kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon5kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kRoundedFilled as default } diff --git a/src/Icon5kSharp.tsx b/src/Icon5kSharp.tsx index 93ab92704..4643226b2 100644 --- a/src/Icon5kSharp.tsx +++ b/src/Icon5kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kSharp: React.FC = ({ ...props }) => ( +export const Icon5kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kSharp as default } diff --git a/src/Icon5kSharpFilled.tsx b/src/Icon5kSharpFilled.tsx index dffadfdf9..f750b4889 100644 --- a/src/Icon5kSharpFilled.tsx +++ b/src/Icon5kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon5kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5kSharpFilled as default } diff --git a/src/Icon5mpOutlined.tsx b/src/Icon5mpOutlined.tsx index 78578a559..75e71147d 100644 --- a/src/Icon5mpOutlined.tsx +++ b/src/Icon5mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpOutlined: React.FC = ({ ...props }) => ( +export const Icon5mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpOutlined as default } diff --git a/src/Icon5mpOutlinedFilled.tsx b/src/Icon5mpOutlinedFilled.tsx index 08b71442f..22f79a6b0 100644 --- a/src/Icon5mpOutlinedFilled.tsx +++ b/src/Icon5mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon5mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpOutlinedFilled as default } diff --git a/src/Icon5mpRounded.tsx b/src/Icon5mpRounded.tsx index c15dda6af..5b025edec 100644 --- a/src/Icon5mpRounded.tsx +++ b/src/Icon5mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpRounded: React.FC = ({ ...props }) => ( +export const Icon5mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpRounded as default } diff --git a/src/Icon5mpRoundedFilled.tsx b/src/Icon5mpRoundedFilled.tsx index 6ff8f5f05..5d7a1d52a 100644 --- a/src/Icon5mpRoundedFilled.tsx +++ b/src/Icon5mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon5mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpRoundedFilled as default } diff --git a/src/Icon5mpSharp.tsx b/src/Icon5mpSharp.tsx index c41babf7e..bb34fd6df 100644 --- a/src/Icon5mpSharp.tsx +++ b/src/Icon5mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpSharp: React.FC = ({ ...props }) => ( +export const Icon5mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpSharp as default } diff --git a/src/Icon5mpSharpFilled.tsx b/src/Icon5mpSharpFilled.tsx index 9b6da3907..a2432afe1 100644 --- a/src/Icon5mpSharpFilled.tsx +++ b/src/Icon5mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon5mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon5mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon5mpSharpFilled as default } diff --git a/src/Icon60fpsOutlined.tsx b/src/Icon60fpsOutlined.tsx index 7cc8ebdf2..24bc98ca3 100644 --- a/src/Icon60fpsOutlined.tsx +++ b/src/Icon60fpsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsOutlined: React.FC = ({ ...props }) => ( +export const Icon60fpsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsOutlined as default } diff --git a/src/Icon60fpsOutlinedFilled.tsx b/src/Icon60fpsOutlinedFilled.tsx index 5f1f3f92b..42781c846 100644 --- a/src/Icon60fpsOutlinedFilled.tsx +++ b/src/Icon60fpsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsOutlinedFilled as default } diff --git a/src/Icon60fpsRounded.tsx b/src/Icon60fpsRounded.tsx index 42bb3b69f..8c4709a2e 100644 --- a/src/Icon60fpsRounded.tsx +++ b/src/Icon60fpsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsRounded: React.FC = ({ ...props }) => ( +export const Icon60fpsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsRounded as default } diff --git a/src/Icon60fpsRoundedFilled.tsx b/src/Icon60fpsRoundedFilled.tsx index 3256cfd0d..beb2ef3f3 100644 --- a/src/Icon60fpsRoundedFilled.tsx +++ b/src/Icon60fpsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsRoundedFilled as default } diff --git a/src/Icon60fpsSelectOutlined.tsx b/src/Icon60fpsSelectOutlined.tsx index a5538a7ad..bc3d70be0 100644 --- a/src/Icon60fpsSelectOutlined.tsx +++ b/src/Icon60fpsSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectOutlined: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectOutlined as default } diff --git a/src/Icon60fpsSelectOutlinedFilled.tsx b/src/Icon60fpsSelectOutlinedFilled.tsx index 7e684494b..bf095f0a0 100644 --- a/src/Icon60fpsSelectOutlinedFilled.tsx +++ b/src/Icon60fpsSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectOutlinedFilled as default } diff --git a/src/Icon60fpsSelectRounded.tsx b/src/Icon60fpsSelectRounded.tsx index 4670e18a1..b1d8a510b 100644 --- a/src/Icon60fpsSelectRounded.tsx +++ b/src/Icon60fpsSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectRounded: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectRounded as default } diff --git a/src/Icon60fpsSelectRoundedFilled.tsx b/src/Icon60fpsSelectRoundedFilled.tsx index 111b6f788..2471c1692 100644 --- a/src/Icon60fpsSelectRoundedFilled.tsx +++ b/src/Icon60fpsSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectRoundedFilled as default } diff --git a/src/Icon60fpsSelectSharp.tsx b/src/Icon60fpsSelectSharp.tsx index 1f7765919..fc393a1c8 100644 --- a/src/Icon60fpsSelectSharp.tsx +++ b/src/Icon60fpsSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectSharp: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectSharp as default } diff --git a/src/Icon60fpsSelectSharpFilled.tsx b/src/Icon60fpsSelectSharpFilled.tsx index d3618ce9b..f03aa0e01 100644 --- a/src/Icon60fpsSelectSharpFilled.tsx +++ b/src/Icon60fpsSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSelectSharpFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon60fpsSelectSharpFilled as default } diff --git a/src/Icon60fpsSharp.tsx b/src/Icon60fpsSharp.tsx index 71307eda3..a186aec57 100644 --- a/src/Icon60fpsSharp.tsx +++ b/src/Icon60fpsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSharp: React.FC = ({ ...props }) => ( +export const Icon60fpsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsSharp as default } diff --git a/src/Icon60fpsSharpFilled.tsx b/src/Icon60fpsSharpFilled.tsx index 16c928240..030f95c3f 100644 --- a/src/Icon60fpsSharpFilled.tsx +++ b/src/Icon60fpsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon60fpsSharpFilled: React.FC = ({ ...props }) => ( +export const Icon60fpsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon60fpsSharpFilled as default } diff --git a/src/Icon6FtApartOutlined.tsx b/src/Icon6FtApartOutlined.tsx index fc6bb1e7e..c9cadc45f 100644 --- a/src/Icon6FtApartOutlined.tsx +++ b/src/Icon6FtApartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartOutlined: React.FC = ({ ...props }) => ( +export const Icon6FtApartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6FtApartOutlined as default } diff --git a/src/Icon6FtApartOutlinedFilled.tsx b/src/Icon6FtApartOutlinedFilled.tsx index 634cf38ac..3a2f50711 100644 --- a/src/Icon6FtApartOutlinedFilled.tsx +++ b/src/Icon6FtApartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon6FtApartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon6FtApartOutlinedFilled as default } diff --git a/src/Icon6FtApartRounded.tsx b/src/Icon6FtApartRounded.tsx index b1db1dcb1..eb744ba33 100644 --- a/src/Icon6FtApartRounded.tsx +++ b/src/Icon6FtApartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartRounded: React.FC = ({ ...props }) => ( +export const Icon6FtApartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6FtApartRounded as default } diff --git a/src/Icon6FtApartRoundedFilled.tsx b/src/Icon6FtApartRoundedFilled.tsx index 17cf55123..e283b654c 100644 --- a/src/Icon6FtApartRoundedFilled.tsx +++ b/src/Icon6FtApartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon6FtApartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { Icon6FtApartRoundedFilled as default } diff --git a/src/Icon6FtApartSharp.tsx b/src/Icon6FtApartSharp.tsx index 8e6561b76..8df75d435 100644 --- a/src/Icon6FtApartSharp.tsx +++ b/src/Icon6FtApartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartSharp: React.FC = ({ ...props }) => ( +export const Icon6FtApartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6FtApartSharp as default } diff --git a/src/Icon6FtApartSharpFilled.tsx b/src/Icon6FtApartSharpFilled.tsx index 847e6b275..6d492520f 100644 --- a/src/Icon6FtApartSharpFilled.tsx +++ b/src/Icon6FtApartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6FtApartSharpFilled: React.FC = ({ ...props }) => ( +export const Icon6FtApartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6FtApartSharpFilled as default } diff --git a/src/Icon6kOutlined.tsx b/src/Icon6kOutlined.tsx index b89635707..2c66fea75 100644 --- a/src/Icon6kOutlined.tsx +++ b/src/Icon6kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kOutlined: React.FC = ({ ...props }) => ( +export const Icon6kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kOutlined as default } diff --git a/src/Icon6kOutlinedFilled.tsx b/src/Icon6kOutlinedFilled.tsx index 64c97cbd9..646c8a994 100644 --- a/src/Icon6kOutlinedFilled.tsx +++ b/src/Icon6kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon6kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kOutlinedFilled as default } diff --git a/src/Icon6kPlusOutlined.tsx b/src/Icon6kPlusOutlined.tsx index e10e69c51..7adc72d30 100644 --- a/src/Icon6kPlusOutlined.tsx +++ b/src/Icon6kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon6kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusOutlined as default } diff --git a/src/Icon6kPlusOutlinedFilled.tsx b/src/Icon6kPlusOutlinedFilled.tsx index 18b7473ca..56688d4ab 100644 --- a/src/Icon6kPlusOutlinedFilled.tsx +++ b/src/Icon6kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon6kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusOutlinedFilled as default } diff --git a/src/Icon6kPlusRounded.tsx b/src/Icon6kPlusRounded.tsx index 0185e8cf0..4b26ce5bf 100644 --- a/src/Icon6kPlusRounded.tsx +++ b/src/Icon6kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon6kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusRounded as default } diff --git a/src/Icon6kPlusRoundedFilled.tsx b/src/Icon6kPlusRoundedFilled.tsx index a3b466977..cb3e256a4 100644 --- a/src/Icon6kPlusRoundedFilled.tsx +++ b/src/Icon6kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon6kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusRoundedFilled as default } diff --git a/src/Icon6kPlusSharp.tsx b/src/Icon6kPlusSharp.tsx index f7814a2ee..540b7130c 100644 --- a/src/Icon6kPlusSharp.tsx +++ b/src/Icon6kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon6kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusSharp as default } diff --git a/src/Icon6kPlusSharpFilled.tsx b/src/Icon6kPlusSharpFilled.tsx index 95aebe810..90d212e44 100644 --- a/src/Icon6kPlusSharpFilled.tsx +++ b/src/Icon6kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon6kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kPlusSharpFilled as default } diff --git a/src/Icon6kRounded.tsx b/src/Icon6kRounded.tsx index fe16180d9..c24a965fc 100644 --- a/src/Icon6kRounded.tsx +++ b/src/Icon6kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kRounded: React.FC = ({ ...props }) => ( +export const Icon6kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kRounded as default } diff --git a/src/Icon6kRoundedFilled.tsx b/src/Icon6kRoundedFilled.tsx index 4c7d2f167..777a7de79 100644 --- a/src/Icon6kRoundedFilled.tsx +++ b/src/Icon6kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon6kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kRoundedFilled as default } diff --git a/src/Icon6kSharp.tsx b/src/Icon6kSharp.tsx index 847fdcab8..e04d5fb20 100644 --- a/src/Icon6kSharp.tsx +++ b/src/Icon6kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kSharp: React.FC = ({ ...props }) => ( +export const Icon6kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kSharp as default } diff --git a/src/Icon6kSharpFilled.tsx b/src/Icon6kSharpFilled.tsx index cd7d6eba5..c69a893b9 100644 --- a/src/Icon6kSharpFilled.tsx +++ b/src/Icon6kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon6kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6kSharpFilled as default } diff --git a/src/Icon6mpOutlined.tsx b/src/Icon6mpOutlined.tsx index f49a7b661..10c072b46 100644 --- a/src/Icon6mpOutlined.tsx +++ b/src/Icon6mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpOutlined: React.FC = ({ ...props }) => ( +export const Icon6mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpOutlined as default } diff --git a/src/Icon6mpOutlinedFilled.tsx b/src/Icon6mpOutlinedFilled.tsx index ec5d9c598..4d38af977 100644 --- a/src/Icon6mpOutlinedFilled.tsx +++ b/src/Icon6mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon6mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpOutlinedFilled as default } diff --git a/src/Icon6mpRounded.tsx b/src/Icon6mpRounded.tsx index 085894f64..4870aa003 100644 --- a/src/Icon6mpRounded.tsx +++ b/src/Icon6mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpRounded: React.FC = ({ ...props }) => ( +export const Icon6mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpRounded as default } diff --git a/src/Icon6mpRoundedFilled.tsx b/src/Icon6mpRoundedFilled.tsx index 8b8614335..45641bd5d 100644 --- a/src/Icon6mpRoundedFilled.tsx +++ b/src/Icon6mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon6mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpRoundedFilled as default } diff --git a/src/Icon6mpSharp.tsx b/src/Icon6mpSharp.tsx index 7f5463ab5..258acdd09 100644 --- a/src/Icon6mpSharp.tsx +++ b/src/Icon6mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpSharp: React.FC = ({ ...props }) => ( +export const Icon6mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpSharp as default } diff --git a/src/Icon6mpSharpFilled.tsx b/src/Icon6mpSharpFilled.tsx index 2ba9c134d..12f69d747 100644 --- a/src/Icon6mpSharpFilled.tsx +++ b/src/Icon6mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon6mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon6mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon6mpSharpFilled as default } diff --git a/src/Icon7kOutlined.tsx b/src/Icon7kOutlined.tsx index a05c2c64d..992deaf30 100644 --- a/src/Icon7kOutlined.tsx +++ b/src/Icon7kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kOutlined: React.FC = ({ ...props }) => ( +export const Icon7kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kOutlined as default } diff --git a/src/Icon7kOutlinedFilled.tsx b/src/Icon7kOutlinedFilled.tsx index 26340f8b0..8268e11c0 100644 --- a/src/Icon7kOutlinedFilled.tsx +++ b/src/Icon7kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon7kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kOutlinedFilled as default } diff --git a/src/Icon7kPlusOutlined.tsx b/src/Icon7kPlusOutlined.tsx index b3cfb368a..0f4ece4b2 100644 --- a/src/Icon7kPlusOutlined.tsx +++ b/src/Icon7kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon7kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusOutlined as default } diff --git a/src/Icon7kPlusOutlinedFilled.tsx b/src/Icon7kPlusOutlinedFilled.tsx index 4cfc08a2b..809589c75 100644 --- a/src/Icon7kPlusOutlinedFilled.tsx +++ b/src/Icon7kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon7kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusOutlinedFilled as default } diff --git a/src/Icon7kPlusRounded.tsx b/src/Icon7kPlusRounded.tsx index b027687d2..e596b5271 100644 --- a/src/Icon7kPlusRounded.tsx +++ b/src/Icon7kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon7kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusRounded as default } diff --git a/src/Icon7kPlusRoundedFilled.tsx b/src/Icon7kPlusRoundedFilled.tsx index 2d8c35f8c..30f85e05e 100644 --- a/src/Icon7kPlusRoundedFilled.tsx +++ b/src/Icon7kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon7kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusRoundedFilled as default } diff --git a/src/Icon7kPlusSharp.tsx b/src/Icon7kPlusSharp.tsx index 319b29bd7..2ef7e247b 100644 --- a/src/Icon7kPlusSharp.tsx +++ b/src/Icon7kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon7kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusSharp as default } diff --git a/src/Icon7kPlusSharpFilled.tsx b/src/Icon7kPlusSharpFilled.tsx index f5139de76..86dce70f7 100644 --- a/src/Icon7kPlusSharpFilled.tsx +++ b/src/Icon7kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon7kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kPlusSharpFilled as default } diff --git a/src/Icon7kRounded.tsx b/src/Icon7kRounded.tsx index c805db6bb..2cb3834a2 100644 --- a/src/Icon7kRounded.tsx +++ b/src/Icon7kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kRounded: React.FC = ({ ...props }) => ( +export const Icon7kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kRounded as default } diff --git a/src/Icon7kRoundedFilled.tsx b/src/Icon7kRoundedFilled.tsx index b545b5a9f..24a0b3ffc 100644 --- a/src/Icon7kRoundedFilled.tsx +++ b/src/Icon7kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon7kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kRoundedFilled as default } diff --git a/src/Icon7kSharp.tsx b/src/Icon7kSharp.tsx index 9ca5a438f..d2182ef33 100644 --- a/src/Icon7kSharp.tsx +++ b/src/Icon7kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kSharp: React.FC = ({ ...props }) => ( +export const Icon7kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kSharp as default } diff --git a/src/Icon7kSharpFilled.tsx b/src/Icon7kSharpFilled.tsx index ce17e64bf..e5c35fe7e 100644 --- a/src/Icon7kSharpFilled.tsx +++ b/src/Icon7kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon7kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7kSharpFilled as default } diff --git a/src/Icon7mpOutlined.tsx b/src/Icon7mpOutlined.tsx index 8716943fa..16fb53bbd 100644 --- a/src/Icon7mpOutlined.tsx +++ b/src/Icon7mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpOutlined: React.FC = ({ ...props }) => ( +export const Icon7mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpOutlined as default } diff --git a/src/Icon7mpOutlinedFilled.tsx b/src/Icon7mpOutlinedFilled.tsx index 0ea596156..ad0e52b36 100644 --- a/src/Icon7mpOutlinedFilled.tsx +++ b/src/Icon7mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon7mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpOutlinedFilled as default } diff --git a/src/Icon7mpRounded.tsx b/src/Icon7mpRounded.tsx index 09b97f93c..f207d1a7f 100644 --- a/src/Icon7mpRounded.tsx +++ b/src/Icon7mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpRounded: React.FC = ({ ...props }) => ( +export const Icon7mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpRounded as default } diff --git a/src/Icon7mpRoundedFilled.tsx b/src/Icon7mpRoundedFilled.tsx index 002de84b8..d1948efb9 100644 --- a/src/Icon7mpRoundedFilled.tsx +++ b/src/Icon7mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon7mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpRoundedFilled as default } diff --git a/src/Icon7mpSharp.tsx b/src/Icon7mpSharp.tsx index 156f3d830..0f55c820f 100644 --- a/src/Icon7mpSharp.tsx +++ b/src/Icon7mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpSharp: React.FC = ({ ...props }) => ( +export const Icon7mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpSharp as default } diff --git a/src/Icon7mpSharpFilled.tsx b/src/Icon7mpSharpFilled.tsx index 4b01711e0..b86edb0cc 100644 --- a/src/Icon7mpSharpFilled.tsx +++ b/src/Icon7mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon7mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon7mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon7mpSharpFilled as default } diff --git a/src/Icon8kOutlined.tsx b/src/Icon8kOutlined.tsx index 4d89211db..19256dc3a 100644 --- a/src/Icon8kOutlined.tsx +++ b/src/Icon8kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kOutlined: React.FC = ({ ...props }) => ( +export const Icon8kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kOutlined as default } diff --git a/src/Icon8kOutlinedFilled.tsx b/src/Icon8kOutlinedFilled.tsx index 78ec8b0d2..b8a7927da 100644 --- a/src/Icon8kOutlinedFilled.tsx +++ b/src/Icon8kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon8kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kOutlinedFilled as default } diff --git a/src/Icon8kPlusOutlined.tsx b/src/Icon8kPlusOutlined.tsx index 284789985..7a42ccd32 100644 --- a/src/Icon8kPlusOutlined.tsx +++ b/src/Icon8kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon8kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusOutlined as default } diff --git a/src/Icon8kPlusOutlinedFilled.tsx b/src/Icon8kPlusOutlinedFilled.tsx index cf25c5b23..890f23319 100644 --- a/src/Icon8kPlusOutlinedFilled.tsx +++ b/src/Icon8kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon8kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusOutlinedFilled as default } diff --git a/src/Icon8kPlusRounded.tsx b/src/Icon8kPlusRounded.tsx index 9f8ed5ab6..59ea666b0 100644 --- a/src/Icon8kPlusRounded.tsx +++ b/src/Icon8kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon8kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusRounded as default } diff --git a/src/Icon8kPlusRoundedFilled.tsx b/src/Icon8kPlusRoundedFilled.tsx index fd7cbda5c..c5d1e0906 100644 --- a/src/Icon8kPlusRoundedFilled.tsx +++ b/src/Icon8kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon8kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusRoundedFilled as default } diff --git a/src/Icon8kPlusSharp.tsx b/src/Icon8kPlusSharp.tsx index f49fa68a9..83ca2efe0 100644 --- a/src/Icon8kPlusSharp.tsx +++ b/src/Icon8kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon8kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusSharp as default } diff --git a/src/Icon8kPlusSharpFilled.tsx b/src/Icon8kPlusSharpFilled.tsx index c80e7b38c..ff724edf6 100644 --- a/src/Icon8kPlusSharpFilled.tsx +++ b/src/Icon8kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon8kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kPlusSharpFilled as default } diff --git a/src/Icon8kRounded.tsx b/src/Icon8kRounded.tsx index 746efd7b8..60a3d67fa 100644 --- a/src/Icon8kRounded.tsx +++ b/src/Icon8kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kRounded: React.FC = ({ ...props }) => ( +export const Icon8kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kRounded as default } diff --git a/src/Icon8kRoundedFilled.tsx b/src/Icon8kRoundedFilled.tsx index c8d6d621a..76f2b974e 100644 --- a/src/Icon8kRoundedFilled.tsx +++ b/src/Icon8kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon8kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kRoundedFilled as default } diff --git a/src/Icon8kSharp.tsx b/src/Icon8kSharp.tsx index f694d8e0d..f85106e06 100644 --- a/src/Icon8kSharp.tsx +++ b/src/Icon8kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kSharp: React.FC = ({ ...props }) => ( +export const Icon8kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kSharp as default } diff --git a/src/Icon8kSharpFilled.tsx b/src/Icon8kSharpFilled.tsx index f54c52dbe..6d32bbf9d 100644 --- a/src/Icon8kSharpFilled.tsx +++ b/src/Icon8kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon8kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8kSharpFilled as default } diff --git a/src/Icon8mpOutlined.tsx b/src/Icon8mpOutlined.tsx index 66649c802..5fddcc2d7 100644 --- a/src/Icon8mpOutlined.tsx +++ b/src/Icon8mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpOutlined: React.FC = ({ ...props }) => ( +export const Icon8mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpOutlined as default } diff --git a/src/Icon8mpOutlinedFilled.tsx b/src/Icon8mpOutlinedFilled.tsx index b72e6c994..ab32bcc2a 100644 --- a/src/Icon8mpOutlinedFilled.tsx +++ b/src/Icon8mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon8mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpOutlinedFilled as default } diff --git a/src/Icon8mpRounded.tsx b/src/Icon8mpRounded.tsx index 4e3fe8ab3..1a52abe78 100644 --- a/src/Icon8mpRounded.tsx +++ b/src/Icon8mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpRounded: React.FC = ({ ...props }) => ( +export const Icon8mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpRounded as default } diff --git a/src/Icon8mpRoundedFilled.tsx b/src/Icon8mpRoundedFilled.tsx index 77d7fced7..5a1afa194 100644 --- a/src/Icon8mpRoundedFilled.tsx +++ b/src/Icon8mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon8mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpRoundedFilled as default } diff --git a/src/Icon8mpSharp.tsx b/src/Icon8mpSharp.tsx index a77672b2b..1d4668491 100644 --- a/src/Icon8mpSharp.tsx +++ b/src/Icon8mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpSharp: React.FC = ({ ...props }) => ( +export const Icon8mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpSharp as default } diff --git a/src/Icon8mpSharpFilled.tsx b/src/Icon8mpSharpFilled.tsx index 57835606a..ea1e76f4a 100644 --- a/src/Icon8mpSharpFilled.tsx +++ b/src/Icon8mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon8mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon8mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon8mpSharpFilled as default } diff --git a/src/Icon9kOutlined.tsx b/src/Icon9kOutlined.tsx index 1c84298b9..7e3c8e77f 100644 --- a/src/Icon9kOutlined.tsx +++ b/src/Icon9kOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kOutlined: React.FC = ({ ...props }) => ( +export const Icon9kOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kOutlined as default } diff --git a/src/Icon9kOutlinedFilled.tsx b/src/Icon9kOutlinedFilled.tsx index 2dcc47fe6..7de2168a7 100644 --- a/src/Icon9kOutlinedFilled.tsx +++ b/src/Icon9kOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon9kOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kOutlinedFilled as default } diff --git a/src/Icon9kPlusOutlined.tsx b/src/Icon9kPlusOutlined.tsx index d845b9edd..c620d4826 100644 --- a/src/Icon9kPlusOutlined.tsx +++ b/src/Icon9kPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusOutlined: React.FC = ({ ...props }) => ( +export const Icon9kPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusOutlined as default } diff --git a/src/Icon9kPlusOutlinedFilled.tsx b/src/Icon9kPlusOutlinedFilled.tsx index 816766d49..5d7ebe44b 100644 --- a/src/Icon9kPlusOutlinedFilled.tsx +++ b/src/Icon9kPlusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon9kPlusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusOutlinedFilled as default } diff --git a/src/Icon9kPlusRounded.tsx b/src/Icon9kPlusRounded.tsx index 73805c3ad..11e7fdc9a 100644 --- a/src/Icon9kPlusRounded.tsx +++ b/src/Icon9kPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusRounded: React.FC = ({ ...props }) => ( +export const Icon9kPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusRounded as default } diff --git a/src/Icon9kPlusRoundedFilled.tsx b/src/Icon9kPlusRoundedFilled.tsx index e37f65230..0ad25b8bc 100644 --- a/src/Icon9kPlusRoundedFilled.tsx +++ b/src/Icon9kPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon9kPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusRoundedFilled as default } diff --git a/src/Icon9kPlusSharp.tsx b/src/Icon9kPlusSharp.tsx index 338df5ce1..5177530cb 100644 --- a/src/Icon9kPlusSharp.tsx +++ b/src/Icon9kPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusSharp: React.FC = ({ ...props }) => ( +export const Icon9kPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusSharp as default } diff --git a/src/Icon9kPlusSharpFilled.tsx b/src/Icon9kPlusSharpFilled.tsx index 5616a1dad..df4512609 100644 --- a/src/Icon9kPlusSharpFilled.tsx +++ b/src/Icon9kPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kPlusSharpFilled: React.FC = ({ ...props }) => ( +export const Icon9kPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kPlusSharpFilled as default } diff --git a/src/Icon9kRounded.tsx b/src/Icon9kRounded.tsx index 1b3f0184f..f803cfb66 100644 --- a/src/Icon9kRounded.tsx +++ b/src/Icon9kRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kRounded: React.FC = ({ ...props }) => ( +export const Icon9kRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kRounded as default } diff --git a/src/Icon9kRoundedFilled.tsx b/src/Icon9kRoundedFilled.tsx index 55a067e73..1cf4a4aeb 100644 --- a/src/Icon9kRoundedFilled.tsx +++ b/src/Icon9kRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon9kRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kRoundedFilled as default } diff --git a/src/Icon9kSharp.tsx b/src/Icon9kSharp.tsx index 2c1e7ba48..8e39db0d5 100644 --- a/src/Icon9kSharp.tsx +++ b/src/Icon9kSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kSharp: React.FC = ({ ...props }) => ( +export const Icon9kSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kSharp as default } diff --git a/src/Icon9kSharpFilled.tsx b/src/Icon9kSharpFilled.tsx index 8fd01351f..f73ca4f30 100644 --- a/src/Icon9kSharpFilled.tsx +++ b/src/Icon9kSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9kSharpFilled: React.FC = ({ ...props }) => ( +export const Icon9kSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9kSharpFilled as default } diff --git a/src/Icon9mpOutlined.tsx b/src/Icon9mpOutlined.tsx index 3f95c5110..f6a6fe1a7 100644 --- a/src/Icon9mpOutlined.tsx +++ b/src/Icon9mpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpOutlined: React.FC = ({ ...props }) => ( +export const Icon9mpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpOutlined as default } diff --git a/src/Icon9mpOutlinedFilled.tsx b/src/Icon9mpOutlinedFilled.tsx index bf924491f..b0dd151ba 100644 --- a/src/Icon9mpOutlinedFilled.tsx +++ b/src/Icon9mpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpOutlinedFilled: React.FC = ({ ...props }) => ( +export const Icon9mpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpOutlinedFilled as default } diff --git a/src/Icon9mpRounded.tsx b/src/Icon9mpRounded.tsx index 1fdf84e21..08165955d 100644 --- a/src/Icon9mpRounded.tsx +++ b/src/Icon9mpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpRounded: React.FC = ({ ...props }) => ( +export const Icon9mpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpRounded as default } diff --git a/src/Icon9mpRoundedFilled.tsx b/src/Icon9mpRoundedFilled.tsx index 5a190b66e..11bef6b5e 100644 --- a/src/Icon9mpRoundedFilled.tsx +++ b/src/Icon9mpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpRoundedFilled: React.FC = ({ ...props }) => ( +export const Icon9mpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpRoundedFilled as default } diff --git a/src/Icon9mpSharp.tsx b/src/Icon9mpSharp.tsx index 1abf4708e..420c22df8 100644 --- a/src/Icon9mpSharp.tsx +++ b/src/Icon9mpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpSharp: React.FC = ({ ...props }) => ( +export const Icon9mpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpSharp as default } diff --git a/src/Icon9mpSharpFilled.tsx b/src/Icon9mpSharpFilled.tsx index dc50044b3..f08b1c159 100644 --- a/src/Icon9mpSharpFilled.tsx +++ b/src/Icon9mpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const Icon9mpSharpFilled: React.FC = ({ ...props }) => ( +export const Icon9mpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { Icon9mpSharpFilled as default } diff --git a/src/IconAbcOutlined.tsx b/src/IconAbcOutlined.tsx index 462326a38..7a3dabb88 100644 --- a/src/IconAbcOutlined.tsx +++ b/src/IconAbcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcOutlined: React.FC = ({ ...props }) => ( +export const IconAbcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcOutlined as default } diff --git a/src/IconAbcOutlinedFilled.tsx b/src/IconAbcOutlinedFilled.tsx index 54a1d479b..8b61c8d8c 100644 --- a/src/IconAbcOutlinedFilled.tsx +++ b/src/IconAbcOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAbcOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcOutlinedFilled as default } diff --git a/src/IconAbcRounded.tsx b/src/IconAbcRounded.tsx index b21252676..96b010eaf 100644 --- a/src/IconAbcRounded.tsx +++ b/src/IconAbcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcRounded: React.FC = ({ ...props }) => ( +export const IconAbcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcRounded as default } diff --git a/src/IconAbcRoundedFilled.tsx b/src/IconAbcRoundedFilled.tsx index fde23a586..ce02d4228 100644 --- a/src/IconAbcRoundedFilled.tsx +++ b/src/IconAbcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAbcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcRoundedFilled as default } diff --git a/src/IconAbcSharp.tsx b/src/IconAbcSharp.tsx index 561d771f1..4035fcb20 100644 --- a/src/IconAbcSharp.tsx +++ b/src/IconAbcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcSharp: React.FC = ({ ...props }) => ( +export const IconAbcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcSharp as default } diff --git a/src/IconAbcSharpFilled.tsx b/src/IconAbcSharpFilled.tsx index 37d66e121..0717870a5 100644 --- a/src/IconAbcSharpFilled.tsx +++ b/src/IconAbcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAbcSharpFilled: React.FC = ({ ...props }) => ( +export const IconAbcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAbcSharpFilled as default } diff --git a/src/IconAcUnitOutlined.tsx b/src/IconAcUnitOutlined.tsx index 60c65b83f..fa82bdd59 100644 --- a/src/IconAcUnitOutlined.tsx +++ b/src/IconAcUnitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitOutlined: React.FC = ({ ...props }) => ( +export const IconAcUnitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitOutlined as default } diff --git a/src/IconAcUnitOutlinedFilled.tsx b/src/IconAcUnitOutlinedFilled.tsx index 32a8e93e8..b82705bf4 100644 --- a/src/IconAcUnitOutlinedFilled.tsx +++ b/src/IconAcUnitOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAcUnitOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitOutlinedFilled as default } diff --git a/src/IconAcUnitRounded.tsx b/src/IconAcUnitRounded.tsx index 7e568b888..0a7ead842 100644 --- a/src/IconAcUnitRounded.tsx +++ b/src/IconAcUnitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitRounded: React.FC = ({ ...props }) => ( +export const IconAcUnitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitRounded as default } diff --git a/src/IconAcUnitRoundedFilled.tsx b/src/IconAcUnitRoundedFilled.tsx index 7cae0c57d..62dd59074 100644 --- a/src/IconAcUnitRoundedFilled.tsx +++ b/src/IconAcUnitRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAcUnitRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitRoundedFilled as default } diff --git a/src/IconAcUnitSharp.tsx b/src/IconAcUnitSharp.tsx index eb656beb2..3b8d93974 100644 --- a/src/IconAcUnitSharp.tsx +++ b/src/IconAcUnitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitSharp: React.FC = ({ ...props }) => ( +export const IconAcUnitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitSharp as default } diff --git a/src/IconAcUnitSharpFilled.tsx b/src/IconAcUnitSharpFilled.tsx index f7d4e727a..13f150c65 100644 --- a/src/IconAcUnitSharpFilled.tsx +++ b/src/IconAcUnitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcUnitSharpFilled: React.FC = ({ ...props }) => ( +export const IconAcUnitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcUnitSharpFilled as default } diff --git a/src/IconAccessibilityNewOutlined.tsx b/src/IconAccessibilityNewOutlined.tsx index 3b6ce9266..19f8da17e 100644 --- a/src/IconAccessibilityNewOutlined.tsx +++ b/src/IconAccessibilityNewOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewOutlined: React.FC = ({ ...props }) => ( +export const IconAccessibilityNewOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityNewOutlined as default } diff --git a/src/IconAccessibilityNewOutlinedFilled.tsx b/src/IconAccessibilityNewOutlinedFilled.tsx index 154871db9..1f5c20137 100644 --- a/src/IconAccessibilityNewOutlinedFilled.tsx +++ b/src/IconAccessibilityNewOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewOutlinedFilled: React.FC = ({ +export const IconAccessibilityNewOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccessibilityNewOutlinedFilled: React.FC = ({ ) - -export { IconAccessibilityNewOutlinedFilled as default } diff --git a/src/IconAccessibilityNewRounded.tsx b/src/IconAccessibilityNewRounded.tsx index e13562ffa..953b7bb30 100644 --- a/src/IconAccessibilityNewRounded.tsx +++ b/src/IconAccessibilityNewRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewRounded: React.FC = ({ ...props }) => ( +export const IconAccessibilityNewRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityNewRounded as default } diff --git a/src/IconAccessibilityNewRoundedFilled.tsx b/src/IconAccessibilityNewRoundedFilled.tsx index dd2f3bebd..d1ce5754b 100644 --- a/src/IconAccessibilityNewRoundedFilled.tsx +++ b/src/IconAccessibilityNewRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewRoundedFilled: React.FC = ({ +export const IconAccessibilityNewRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccessibilityNewRoundedFilled: React.FC = ({ ) - -export { IconAccessibilityNewRoundedFilled as default } diff --git a/src/IconAccessibilityNewSharp.tsx b/src/IconAccessibilityNewSharp.tsx index 460925fa7..91c1b5545 100644 --- a/src/IconAccessibilityNewSharp.tsx +++ b/src/IconAccessibilityNewSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewSharp: React.FC = ({ ...props }) => ( +export const IconAccessibilityNewSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityNewSharp as default } diff --git a/src/IconAccessibilityNewSharpFilled.tsx b/src/IconAccessibilityNewSharpFilled.tsx index 96e0f2025..c159064c6 100644 --- a/src/IconAccessibilityNewSharpFilled.tsx +++ b/src/IconAccessibilityNewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityNewSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccessibilityNewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityNewSharpFilled as default } diff --git a/src/IconAccessibilityOutlined.tsx b/src/IconAccessibilityOutlined.tsx index 98056808b..e4cee8a21 100644 --- a/src/IconAccessibilityOutlined.tsx +++ b/src/IconAccessibilityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityOutlined: React.FC = ({ ...props }) => ( +export const IconAccessibilityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityOutlined as default } diff --git a/src/IconAccessibilityOutlinedFilled.tsx b/src/IconAccessibilityOutlinedFilled.tsx index 276f7177d..a96037bbb 100644 --- a/src/IconAccessibilityOutlinedFilled.tsx +++ b/src/IconAccessibilityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccessibilityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityOutlinedFilled as default } diff --git a/src/IconAccessibilityRounded.tsx b/src/IconAccessibilityRounded.tsx index d03a5c943..e5b21b6d6 100644 --- a/src/IconAccessibilityRounded.tsx +++ b/src/IconAccessibilityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityRounded: React.FC = ({ ...props }) => ( +export const IconAccessibilityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccessibilityRounded as default } diff --git a/src/IconAccessibilityRoundedFilled.tsx b/src/IconAccessibilityRoundedFilled.tsx index 7b41155a7..98e6c02d4 100644 --- a/src/IconAccessibilityRoundedFilled.tsx +++ b/src/IconAccessibilityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccessibilityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilityRoundedFilled as default } diff --git a/src/IconAccessibilitySharp.tsx b/src/IconAccessibilitySharp.tsx index 729f4ed72..964d8ef6e 100644 --- a/src/IconAccessibilitySharp.tsx +++ b/src/IconAccessibilitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilitySharp: React.FC = ({ ...props }) => ( +export const IconAccessibilitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccessibilitySharp as default } diff --git a/src/IconAccessibilitySharpFilled.tsx b/src/IconAccessibilitySharpFilled.tsx index 774ff481d..864a347b7 100644 --- a/src/IconAccessibilitySharpFilled.tsx +++ b/src/IconAccessibilitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibilitySharpFilled: React.FC = ({ ...props }) => ( +export const IconAccessibilitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibilitySharpFilled as default } diff --git a/src/IconAccessibleForwardOutlined.tsx b/src/IconAccessibleForwardOutlined.tsx index 095000be9..898430ee9 100644 --- a/src/IconAccessibleForwardOutlined.tsx +++ b/src/IconAccessibleForwardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardOutlined: React.FC = ({ ...props }) => ( +export const IconAccessibleForwardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleForwardOutlined as default } diff --git a/src/IconAccessibleForwardOutlinedFilled.tsx b/src/IconAccessibleForwardOutlinedFilled.tsx index 386e51d04..e4888ab68 100644 --- a/src/IconAccessibleForwardOutlinedFilled.tsx +++ b/src/IconAccessibleForwardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardOutlinedFilled: React.FC = ({ +export const IconAccessibleForwardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccessibleForwardOutlinedFilled: React.FC = ({ ) - -export { IconAccessibleForwardOutlinedFilled as default } diff --git a/src/IconAccessibleForwardRounded.tsx b/src/IconAccessibleForwardRounded.tsx index 99d3d149b..2737bba05 100644 --- a/src/IconAccessibleForwardRounded.tsx +++ b/src/IconAccessibleForwardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardRounded: React.FC = ({ ...props }) => ( +export const IconAccessibleForwardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleForwardRounded as default } diff --git a/src/IconAccessibleForwardRoundedFilled.tsx b/src/IconAccessibleForwardRoundedFilled.tsx index dece97671..82fdf5324 100644 --- a/src/IconAccessibleForwardRoundedFilled.tsx +++ b/src/IconAccessibleForwardRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardRoundedFilled: React.FC = ({ +export const IconAccessibleForwardRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccessibleForwardRoundedFilled: React.FC = ({ ) - -export { IconAccessibleForwardRoundedFilled as default } diff --git a/src/IconAccessibleForwardSharp.tsx b/src/IconAccessibleForwardSharp.tsx index 7aa9dced0..5bd8a2b4e 100644 --- a/src/IconAccessibleForwardSharp.tsx +++ b/src/IconAccessibleForwardSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardSharp: React.FC = ({ ...props }) => ( +export const IconAccessibleForwardSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleForwardSharp as default } diff --git a/src/IconAccessibleForwardSharpFilled.tsx b/src/IconAccessibleForwardSharpFilled.tsx index 668f18bd1..ee73baa6e 100644 --- a/src/IconAccessibleForwardSharpFilled.tsx +++ b/src/IconAccessibleForwardSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleForwardSharpFilled: React.FC = ({ +export const IconAccessibleForwardSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccessibleForwardSharpFilled: React.FC = ({ ) - -export { IconAccessibleForwardSharpFilled as default } diff --git a/src/IconAccessibleOutlined.tsx b/src/IconAccessibleOutlined.tsx index a7a12aca5..0acdf2a40 100644 --- a/src/IconAccessibleOutlined.tsx +++ b/src/IconAccessibleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleOutlined: React.FC = ({ ...props }) => ( +export const IconAccessibleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccessibleOutlined as default } diff --git a/src/IconAccessibleOutlinedFilled.tsx b/src/IconAccessibleOutlinedFilled.tsx index f08ba0ed8..ddcc8446d 100644 --- a/src/IconAccessibleOutlinedFilled.tsx +++ b/src/IconAccessibleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccessibleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleOutlinedFilled as default } diff --git a/src/IconAccessibleRounded.tsx b/src/IconAccessibleRounded.tsx index 2382722a1..d56c6331f 100644 --- a/src/IconAccessibleRounded.tsx +++ b/src/IconAccessibleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleRounded: React.FC = ({ ...props }) => ( +export const IconAccessibleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccessibleRounded as default } diff --git a/src/IconAccessibleRoundedFilled.tsx b/src/IconAccessibleRoundedFilled.tsx index 9925225d8..e0e0fc967 100644 --- a/src/IconAccessibleRoundedFilled.tsx +++ b/src/IconAccessibleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccessibleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleRoundedFilled as default } diff --git a/src/IconAccessibleSharp.tsx b/src/IconAccessibleSharp.tsx index 6a260a26e..056e5dd51 100644 --- a/src/IconAccessibleSharp.tsx +++ b/src/IconAccessibleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleSharp: React.FC = ({ ...props }) => ( +export const IconAccessibleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccessibleSharp as default } diff --git a/src/IconAccessibleSharpFilled.tsx b/src/IconAccessibleSharpFilled.tsx index b9d07f0f6..613db092b 100644 --- a/src/IconAccessibleSharpFilled.tsx +++ b/src/IconAccessibleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccessibleSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccessibleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccessibleSharpFilled as default } diff --git a/src/IconAccountBalanceOutlined.tsx b/src/IconAccountBalanceOutlined.tsx index 4d4f1598a..eb4415b73 100644 --- a/src/IconAccountBalanceOutlined.tsx +++ b/src/IconAccountBalanceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceOutlined: React.FC = ({ ...props }) => ( +export const IconAccountBalanceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceOutlined as default } diff --git a/src/IconAccountBalanceOutlinedFilled.tsx b/src/IconAccountBalanceOutlinedFilled.tsx index 53ca7aa28..416cb9517 100644 --- a/src/IconAccountBalanceOutlinedFilled.tsx +++ b/src/IconAccountBalanceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceOutlinedFilled: React.FC = ({ +export const IconAccountBalanceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountBalanceOutlinedFilled: React.FC = ({ ) - -export { IconAccountBalanceOutlinedFilled as default } diff --git a/src/IconAccountBalanceRounded.tsx b/src/IconAccountBalanceRounded.tsx index 4245ab725..b78ad0285 100644 --- a/src/IconAccountBalanceRounded.tsx +++ b/src/IconAccountBalanceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceRounded: React.FC = ({ ...props }) => ( +export const IconAccountBalanceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceRounded as default } diff --git a/src/IconAccountBalanceRoundedFilled.tsx b/src/IconAccountBalanceRoundedFilled.tsx index 8129546ae..f728c537b 100644 --- a/src/IconAccountBalanceRoundedFilled.tsx +++ b/src/IconAccountBalanceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccountBalanceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceRoundedFilled as default } diff --git a/src/IconAccountBalanceSharp.tsx b/src/IconAccountBalanceSharp.tsx index 89d02d446..518168c81 100644 --- a/src/IconAccountBalanceSharp.tsx +++ b/src/IconAccountBalanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceSharp: React.FC = ({ ...props }) => ( +export const IconAccountBalanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceSharp as default } diff --git a/src/IconAccountBalanceSharpFilled.tsx b/src/IconAccountBalanceSharpFilled.tsx index 4f3acfa1a..f072f2c8e 100644 --- a/src/IconAccountBalanceSharpFilled.tsx +++ b/src/IconAccountBalanceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountBalanceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceSharpFilled as default } diff --git a/src/IconAccountBalanceWalletOutlined.tsx b/src/IconAccountBalanceWalletOutlined.tsx index 212f756c5..c1c9bfa5b 100644 --- a/src/IconAccountBalanceWalletOutlined.tsx +++ b/src/IconAccountBalanceWalletOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletOutlined: React.FC = ({ +export const IconAccountBalanceWalletOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountBalanceWalletOutlined: React.FC = ({ ) - -export { IconAccountBalanceWalletOutlined as default } diff --git a/src/IconAccountBalanceWalletOutlinedFilled.tsx b/src/IconAccountBalanceWalletOutlinedFilled.tsx index a261d2ced..62823a99d 100644 --- a/src/IconAccountBalanceWalletOutlinedFilled.tsx +++ b/src/IconAccountBalanceWalletOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletOutlinedFilled: React.FC = ({ +export const IconAccountBalanceWalletOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountBalanceWalletOutlinedFilled: React.FC = ({ ) - -export { IconAccountBalanceWalletOutlinedFilled as default } diff --git a/src/IconAccountBalanceWalletRounded.tsx b/src/IconAccountBalanceWalletRounded.tsx index 9324f3fda..0320333b5 100644 --- a/src/IconAccountBalanceWalletRounded.tsx +++ b/src/IconAccountBalanceWalletRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletRounded: React.FC = ({ ...props }) => ( +export const IconAccountBalanceWalletRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceWalletRounded as default } diff --git a/src/IconAccountBalanceWalletRoundedFilled.tsx b/src/IconAccountBalanceWalletRoundedFilled.tsx index bd5c25628..81d77e9b2 100644 --- a/src/IconAccountBalanceWalletRoundedFilled.tsx +++ b/src/IconAccountBalanceWalletRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletRoundedFilled: React.FC = ({ +export const IconAccountBalanceWalletRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountBalanceWalletRoundedFilled: React.FC = ({ ) - -export { IconAccountBalanceWalletRoundedFilled as default } diff --git a/src/IconAccountBalanceWalletSharp.tsx b/src/IconAccountBalanceWalletSharp.tsx index 319d9d7ca..555e58868 100644 --- a/src/IconAccountBalanceWalletSharp.tsx +++ b/src/IconAccountBalanceWalletSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletSharp: React.FC = ({ ...props }) => ( +export const IconAccountBalanceWalletSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBalanceWalletSharp as default } diff --git a/src/IconAccountBalanceWalletSharpFilled.tsx b/src/IconAccountBalanceWalletSharpFilled.tsx index 40bc06731..9cd76c065 100644 --- a/src/IconAccountBalanceWalletSharpFilled.tsx +++ b/src/IconAccountBalanceWalletSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBalanceWalletSharpFilled: React.FC = ({ +export const IconAccountBalanceWalletSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountBalanceWalletSharpFilled: React.FC = ({ ) - -export { IconAccountBalanceWalletSharpFilled as default } diff --git a/src/IconAccountBoxOutlined.tsx b/src/IconAccountBoxOutlined.tsx index b719ee9ed..c3b4c4127 100644 --- a/src/IconAccountBoxOutlined.tsx +++ b/src/IconAccountBoxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxOutlined: React.FC = ({ ...props }) => ( +export const IconAccountBoxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountBoxOutlined as default } diff --git a/src/IconAccountBoxOutlinedFilled.tsx b/src/IconAccountBoxOutlinedFilled.tsx index 4c35e0900..be18cf064 100644 --- a/src/IconAccountBoxOutlinedFilled.tsx +++ b/src/IconAccountBoxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccountBoxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBoxOutlinedFilled as default } diff --git a/src/IconAccountBoxRounded.tsx b/src/IconAccountBoxRounded.tsx index e24619adf..98967bac7 100644 --- a/src/IconAccountBoxRounded.tsx +++ b/src/IconAccountBoxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxRounded: React.FC = ({ ...props }) => ( +export const IconAccountBoxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountBoxRounded as default } diff --git a/src/IconAccountBoxRoundedFilled.tsx b/src/IconAccountBoxRoundedFilled.tsx index 7f7028eab..629355776 100644 --- a/src/IconAccountBoxRoundedFilled.tsx +++ b/src/IconAccountBoxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccountBoxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBoxRoundedFilled as default } diff --git a/src/IconAccountBoxSharp.tsx b/src/IconAccountBoxSharp.tsx index 46ac96e45..cea2cdc8d 100644 --- a/src/IconAccountBoxSharp.tsx +++ b/src/IconAccountBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxSharp: React.FC = ({ ...props }) => ( +export const IconAccountBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountBoxSharp as default } diff --git a/src/IconAccountBoxSharpFilled.tsx b/src/IconAccountBoxSharpFilled.tsx index d4bec1bc5..0b0df4ebe 100644 --- a/src/IconAccountBoxSharpFilled.tsx +++ b/src/IconAccountBoxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountBoxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountBoxSharpFilled as default } diff --git a/src/IconAccountChildInvertOutlined.tsx b/src/IconAccountChildInvertOutlined.tsx index 59f481d0a..85a46e4ab 100644 --- a/src/IconAccountChildInvertOutlined.tsx +++ b/src/IconAccountChildInvertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertOutlined: React.FC = ({ ...props }) => ( +export const IconAccountChildInvertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildInvertOutlined as default } diff --git a/src/IconAccountChildInvertOutlinedFilled.tsx b/src/IconAccountChildInvertOutlinedFilled.tsx index 07b1b0421..7c95acfa5 100644 --- a/src/IconAccountChildInvertOutlinedFilled.tsx +++ b/src/IconAccountChildInvertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertOutlinedFilled: React.FC = ({ +export const IconAccountChildInvertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountChildInvertOutlinedFilled: React.FC = ({ ) - -export { IconAccountChildInvertOutlinedFilled as default } diff --git a/src/IconAccountChildInvertRounded.tsx b/src/IconAccountChildInvertRounded.tsx index 9209a508b..be41e6524 100644 --- a/src/IconAccountChildInvertRounded.tsx +++ b/src/IconAccountChildInvertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertRounded: React.FC = ({ ...props }) => ( +export const IconAccountChildInvertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildInvertRounded as default } diff --git a/src/IconAccountChildInvertRoundedFilled.tsx b/src/IconAccountChildInvertRoundedFilled.tsx index 447acb79d..98c8a8cf8 100644 --- a/src/IconAccountChildInvertRoundedFilled.tsx +++ b/src/IconAccountChildInvertRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertRoundedFilled: React.FC = ({ +export const IconAccountChildInvertRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountChildInvertRoundedFilled: React.FC = ({ ) - -export { IconAccountChildInvertRoundedFilled as default } diff --git a/src/IconAccountChildInvertSharp.tsx b/src/IconAccountChildInvertSharp.tsx index 588ed1186..6c71a087f 100644 --- a/src/IconAccountChildInvertSharp.tsx +++ b/src/IconAccountChildInvertSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertSharp: React.FC = ({ ...props }) => ( +export const IconAccountChildInvertSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildInvertSharp as default } diff --git a/src/IconAccountChildInvertSharpFilled.tsx b/src/IconAccountChildInvertSharpFilled.tsx index 50e1842da..11ee2f157 100644 --- a/src/IconAccountChildInvertSharpFilled.tsx +++ b/src/IconAccountChildInvertSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildInvertSharpFilled: React.FC = ({ +export const IconAccountChildInvertSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountChildInvertSharpFilled: React.FC = ({ ) - -export { IconAccountChildInvertSharpFilled as default } diff --git a/src/IconAccountChildOutlined.tsx b/src/IconAccountChildOutlined.tsx index dbaf459bc..f1edb268a 100644 --- a/src/IconAccountChildOutlined.tsx +++ b/src/IconAccountChildOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildOutlined: React.FC = ({ ...props }) => ( +export const IconAccountChildOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountChildOutlined as default } diff --git a/src/IconAccountChildOutlinedFilled.tsx b/src/IconAccountChildOutlinedFilled.tsx index 82acdacb9..869f721bb 100644 --- a/src/IconAccountChildOutlinedFilled.tsx +++ b/src/IconAccountChildOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccountChildOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildOutlinedFilled as default } diff --git a/src/IconAccountChildRounded.tsx b/src/IconAccountChildRounded.tsx index 5b980121c..52d34daf9 100644 --- a/src/IconAccountChildRounded.tsx +++ b/src/IconAccountChildRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildRounded: React.FC = ({ ...props }) => ( +export const IconAccountChildRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountChildRounded as default } diff --git a/src/IconAccountChildRoundedFilled.tsx b/src/IconAccountChildRoundedFilled.tsx index b50ccabf8..8db60dd2e 100644 --- a/src/IconAccountChildRoundedFilled.tsx +++ b/src/IconAccountChildRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccountChildRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildRoundedFilled as default } diff --git a/src/IconAccountChildSharp.tsx b/src/IconAccountChildSharp.tsx index d193f1f6b..a87d83100 100644 --- a/src/IconAccountChildSharp.tsx +++ b/src/IconAccountChildSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildSharp: React.FC = ({ ...props }) => ( +export const IconAccountChildSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountChildSharp as default } diff --git a/src/IconAccountChildSharpFilled.tsx b/src/IconAccountChildSharpFilled.tsx index f4fb82725..48b0f0ed1 100644 --- a/src/IconAccountChildSharpFilled.tsx +++ b/src/IconAccountChildSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountChildSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountChildSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountChildSharpFilled as default } diff --git a/src/IconAccountCircleOffOutlined.tsx b/src/IconAccountCircleOffOutlined.tsx index 8c471bc8e..300e37e91 100644 --- a/src/IconAccountCircleOffOutlined.tsx +++ b/src/IconAccountCircleOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffOutlined: React.FC = ({ ...props }) => ( +export const IconAccountCircleOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOffOutlined as default } diff --git a/src/IconAccountCircleOffOutlinedFilled.tsx b/src/IconAccountCircleOffOutlinedFilled.tsx index ccc7a8fba..005689661 100644 --- a/src/IconAccountCircleOffOutlinedFilled.tsx +++ b/src/IconAccountCircleOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffOutlinedFilled: React.FC = ({ +export const IconAccountCircleOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountCircleOffOutlinedFilled: React.FC = ({ ) - -export { IconAccountCircleOffOutlinedFilled as default } diff --git a/src/IconAccountCircleOffRounded.tsx b/src/IconAccountCircleOffRounded.tsx index 7d1036cca..67f28a38d 100644 --- a/src/IconAccountCircleOffRounded.tsx +++ b/src/IconAccountCircleOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffRounded: React.FC = ({ ...props }) => ( +export const IconAccountCircleOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOffRounded as default } diff --git a/src/IconAccountCircleOffRoundedFilled.tsx b/src/IconAccountCircleOffRoundedFilled.tsx index a40e6ee02..39f53dc95 100644 --- a/src/IconAccountCircleOffRoundedFilled.tsx +++ b/src/IconAccountCircleOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffRoundedFilled: React.FC = ({ +export const IconAccountCircleOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAccountCircleOffRoundedFilled: React.FC = ({ ) - -export { IconAccountCircleOffRoundedFilled as default } diff --git a/src/IconAccountCircleOffSharp.tsx b/src/IconAccountCircleOffSharp.tsx index f307fe5cb..7c6d68c69 100644 --- a/src/IconAccountCircleOffSharp.tsx +++ b/src/IconAccountCircleOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffSharp: React.FC = ({ ...props }) => ( +export const IconAccountCircleOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOffSharp as default } diff --git a/src/IconAccountCircleOffSharpFilled.tsx b/src/IconAccountCircleOffSharpFilled.tsx index 3061c3ef4..6ca57dea3 100644 --- a/src/IconAccountCircleOffSharpFilled.tsx +++ b/src/IconAccountCircleOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountCircleOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOffSharpFilled as default } diff --git a/src/IconAccountCircleOutlined.tsx b/src/IconAccountCircleOutlined.tsx index f9d9d30e2..0bb947704 100644 --- a/src/IconAccountCircleOutlined.tsx +++ b/src/IconAccountCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOutlined: React.FC = ({ ...props }) => ( +export const IconAccountCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOutlined as default } diff --git a/src/IconAccountCircleOutlinedFilled.tsx b/src/IconAccountCircleOutlinedFilled.tsx index e1a59e711..2e48f33af 100644 --- a/src/IconAccountCircleOutlinedFilled.tsx +++ b/src/IconAccountCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccountCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleOutlinedFilled as default } diff --git a/src/IconAccountCircleRounded.tsx b/src/IconAccountCircleRounded.tsx index 368e26ca6..fe5681d39 100644 --- a/src/IconAccountCircleRounded.tsx +++ b/src/IconAccountCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleRounded: React.FC = ({ ...props }) => ( +export const IconAccountCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountCircleRounded as default } diff --git a/src/IconAccountCircleRoundedFilled.tsx b/src/IconAccountCircleRoundedFilled.tsx index d44ab71fb..7208120dc 100644 --- a/src/IconAccountCircleRoundedFilled.tsx +++ b/src/IconAccountCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccountCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleRoundedFilled as default } diff --git a/src/IconAccountCircleSharp.tsx b/src/IconAccountCircleSharp.tsx index 71385a9b6..574a32573 100644 --- a/src/IconAccountCircleSharp.tsx +++ b/src/IconAccountCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleSharp: React.FC = ({ ...props }) => ( +export const IconAccountCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountCircleSharp as default } diff --git a/src/IconAccountCircleSharpFilled.tsx b/src/IconAccountCircleSharpFilled.tsx index f6d93a985..6d4070f71 100644 --- a/src/IconAccountCircleSharpFilled.tsx +++ b/src/IconAccountCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountCircleSharpFilled as default } diff --git a/src/IconAccountTreeOutlined.tsx b/src/IconAccountTreeOutlined.tsx index 814edd99d..602f23be9 100644 --- a/src/IconAccountTreeOutlined.tsx +++ b/src/IconAccountTreeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeOutlined: React.FC = ({ ...props }) => ( +export const IconAccountTreeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountTreeOutlined as default } diff --git a/src/IconAccountTreeOutlinedFilled.tsx b/src/IconAccountTreeOutlinedFilled.tsx index 67f9355bc..245a5eb01 100644 --- a/src/IconAccountTreeOutlinedFilled.tsx +++ b/src/IconAccountTreeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAccountTreeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountTreeOutlinedFilled as default } diff --git a/src/IconAccountTreeRounded.tsx b/src/IconAccountTreeRounded.tsx index 5fe1d4a6e..d65e230da 100644 --- a/src/IconAccountTreeRounded.tsx +++ b/src/IconAccountTreeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeRounded: React.FC = ({ ...props }) => ( +export const IconAccountTreeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountTreeRounded as default } diff --git a/src/IconAccountTreeRoundedFilled.tsx b/src/IconAccountTreeRoundedFilled.tsx index b29e93e55..b7f79a0fc 100644 --- a/src/IconAccountTreeRoundedFilled.tsx +++ b/src/IconAccountTreeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAccountTreeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountTreeRoundedFilled as default } diff --git a/src/IconAccountTreeSharp.tsx b/src/IconAccountTreeSharp.tsx index 68b3cb43a..f273c5ebb 100644 --- a/src/IconAccountTreeSharp.tsx +++ b/src/IconAccountTreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeSharp: React.FC = ({ ...props }) => ( +export const IconAccountTreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAccountTreeSharp as default } diff --git a/src/IconAccountTreeSharpFilled.tsx b/src/IconAccountTreeSharpFilled.tsx index 6ce96fd0d..dcf731fd4 100644 --- a/src/IconAccountTreeSharpFilled.tsx +++ b/src/IconAccountTreeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAccountTreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconAccountTreeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAccountTreeSharpFilled as default } diff --git a/src/IconActionKeyOutlined.tsx b/src/IconActionKeyOutlined.tsx index 324dc2f16..0329504f7 100644 --- a/src/IconActionKeyOutlined.tsx +++ b/src/IconActionKeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeyOutlined: React.FC = ({ ...props }) => ( +export const IconActionKeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActionKeyOutlined as default } diff --git a/src/IconActionKeyOutlinedFilled.tsx b/src/IconActionKeyOutlinedFilled.tsx index ebf018f2e..92df3181f 100644 --- a/src/IconActionKeyOutlinedFilled.tsx +++ b/src/IconActionKeyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconActionKeyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconActionKeyOutlinedFilled as default } diff --git a/src/IconActionKeyRounded.tsx b/src/IconActionKeyRounded.tsx index 544510be9..92707fa56 100644 --- a/src/IconActionKeyRounded.tsx +++ b/src/IconActionKeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeyRounded: React.FC = ({ ...props }) => ( +export const IconActionKeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActionKeyRounded as default } diff --git a/src/IconActionKeyRoundedFilled.tsx b/src/IconActionKeyRoundedFilled.tsx index 9a885ed6b..8e56e0af9 100644 --- a/src/IconActionKeyRoundedFilled.tsx +++ b/src/IconActionKeyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconActionKeyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconActionKeyRoundedFilled as default } diff --git a/src/IconActionKeySharp.tsx b/src/IconActionKeySharp.tsx index afd33a4dc..8bb0a8f52 100644 --- a/src/IconActionKeySharp.tsx +++ b/src/IconActionKeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeySharp: React.FC = ({ ...props }) => ( +export const IconActionKeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActionKeySharp as default } diff --git a/src/IconActionKeySharpFilled.tsx b/src/IconActionKeySharpFilled.tsx index 081f8c556..bda92021c 100644 --- a/src/IconActionKeySharpFilled.tsx +++ b/src/IconActionKeySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActionKeySharpFilled: React.FC = ({ ...props }) => ( +export const IconActionKeySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActionKeySharpFilled as default } diff --git a/src/IconActivityZoneOutlined.tsx b/src/IconActivityZoneOutlined.tsx index 60f1e7b9d..5b2f19792 100644 --- a/src/IconActivityZoneOutlined.tsx +++ b/src/IconActivityZoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneOutlined: React.FC = ({ ...props }) => ( +export const IconActivityZoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActivityZoneOutlined as default } diff --git a/src/IconActivityZoneOutlinedFilled.tsx b/src/IconActivityZoneOutlinedFilled.tsx index 5a0fe3e36..a96673601 100644 --- a/src/IconActivityZoneOutlinedFilled.tsx +++ b/src/IconActivityZoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconActivityZoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconActivityZoneOutlinedFilled as default } diff --git a/src/IconActivityZoneRounded.tsx b/src/IconActivityZoneRounded.tsx index b66b00f9f..3c6b06268 100644 --- a/src/IconActivityZoneRounded.tsx +++ b/src/IconActivityZoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneRounded: React.FC = ({ ...props }) => ( +export const IconActivityZoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActivityZoneRounded as default } diff --git a/src/IconActivityZoneRoundedFilled.tsx b/src/IconActivityZoneRoundedFilled.tsx index 5dcdc85bf..686e09f6b 100644 --- a/src/IconActivityZoneRoundedFilled.tsx +++ b/src/IconActivityZoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconActivityZoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconActivityZoneRoundedFilled as default } diff --git a/src/IconActivityZoneSharp.tsx b/src/IconActivityZoneSharp.tsx index 6d8ce86b7..57a22aedc 100644 --- a/src/IconActivityZoneSharp.tsx +++ b/src/IconActivityZoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneSharp: React.FC = ({ ...props }) => ( +export const IconActivityZoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconActivityZoneSharp as default } diff --git a/src/IconActivityZoneSharpFilled.tsx b/src/IconActivityZoneSharpFilled.tsx index a8293780c..32f9c33af 100644 --- a/src/IconActivityZoneSharpFilled.tsx +++ b/src/IconActivityZoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconActivityZoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconActivityZoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconActivityZoneSharpFilled as default } diff --git a/src/IconAcuteOutlined.tsx b/src/IconAcuteOutlined.tsx index 3b0011d78..0096e0a9a 100644 --- a/src/IconAcuteOutlined.tsx +++ b/src/IconAcuteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteOutlined: React.FC = ({ ...props }) => ( +export const IconAcuteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteOutlined as default } diff --git a/src/IconAcuteOutlinedFilled.tsx b/src/IconAcuteOutlinedFilled.tsx index e4bd58fe1..e359be962 100644 --- a/src/IconAcuteOutlinedFilled.tsx +++ b/src/IconAcuteOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAcuteOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteOutlinedFilled as default } diff --git a/src/IconAcuteRounded.tsx b/src/IconAcuteRounded.tsx index cc50fe3da..0ac6fe209 100644 --- a/src/IconAcuteRounded.tsx +++ b/src/IconAcuteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteRounded: React.FC = ({ ...props }) => ( +export const IconAcuteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteRounded as default } diff --git a/src/IconAcuteRoundedFilled.tsx b/src/IconAcuteRoundedFilled.tsx index 65648ed5d..a41fd0b70 100644 --- a/src/IconAcuteRoundedFilled.tsx +++ b/src/IconAcuteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAcuteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteRoundedFilled as default } diff --git a/src/IconAcuteSharp.tsx b/src/IconAcuteSharp.tsx index 44a569747..cf08f5b55 100644 --- a/src/IconAcuteSharp.tsx +++ b/src/IconAcuteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteSharp: React.FC = ({ ...props }) => ( +export const IconAcuteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteSharp as default } diff --git a/src/IconAcuteSharpFilled.tsx b/src/IconAcuteSharpFilled.tsx index 3778f429d..cc455fc0f 100644 --- a/src/IconAcuteSharpFilled.tsx +++ b/src/IconAcuteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAcuteSharpFilled: React.FC = ({ ...props }) => ( +export const IconAcuteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAcuteSharpFilled as default } diff --git a/src/IconAdGroupOffOutlined.tsx b/src/IconAdGroupOffOutlined.tsx index 302878516..ebfba98d9 100644 --- a/src/IconAdGroupOffOutlined.tsx +++ b/src/IconAdGroupOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffOutlined: React.FC = ({ ...props }) => ( +export const IconAdGroupOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffOutlined as default } diff --git a/src/IconAdGroupOffOutlinedFilled.tsx b/src/IconAdGroupOffOutlinedFilled.tsx index 9ae34fb4d..4a3209d75 100644 --- a/src/IconAdGroupOffOutlinedFilled.tsx +++ b/src/IconAdGroupOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffOutlinedFilled as default } diff --git a/src/IconAdGroupOffRounded.tsx b/src/IconAdGroupOffRounded.tsx index e7595e13b..268af47ac 100644 --- a/src/IconAdGroupOffRounded.tsx +++ b/src/IconAdGroupOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffRounded: React.FC = ({ ...props }) => ( +export const IconAdGroupOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffRounded as default } diff --git a/src/IconAdGroupOffRoundedFilled.tsx b/src/IconAdGroupOffRoundedFilled.tsx index 7bea27f97..021c2f6c7 100644 --- a/src/IconAdGroupOffRoundedFilled.tsx +++ b/src/IconAdGroupOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffRoundedFilled as default } diff --git a/src/IconAdGroupOffSharp.tsx b/src/IconAdGroupOffSharp.tsx index a1758afa9..5f32499fb 100644 --- a/src/IconAdGroupOffSharp.tsx +++ b/src/IconAdGroupOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffSharp: React.FC = ({ ...props }) => ( +export const IconAdGroupOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffSharp as default } diff --git a/src/IconAdGroupOffSharpFilled.tsx b/src/IconAdGroupOffSharpFilled.tsx index 53ea059af..9eb403c76 100644 --- a/src/IconAdGroupOffSharpFilled.tsx +++ b/src/IconAdGroupOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdGroupOffSharpFilled as default } diff --git a/src/IconAdGroupOutlined.tsx b/src/IconAdGroupOutlined.tsx index 6e9f45025..df0bfca3e 100644 --- a/src/IconAdGroupOutlined.tsx +++ b/src/IconAdGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOutlined: React.FC = ({ ...props }) => ( +export const IconAdGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupOutlined as default } diff --git a/src/IconAdGroupOutlinedFilled.tsx b/src/IconAdGroupOutlinedFilled.tsx index 37b479916..640813b31 100644 --- a/src/IconAdGroupOutlinedFilled.tsx +++ b/src/IconAdGroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdGroupOutlinedFilled as default } diff --git a/src/IconAdGroupRounded.tsx b/src/IconAdGroupRounded.tsx index 113ae7754..3886f447c 100644 --- a/src/IconAdGroupRounded.tsx +++ b/src/IconAdGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupRounded: React.FC = ({ ...props }) => ( +export const IconAdGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupRounded as default } diff --git a/src/IconAdGroupRoundedFilled.tsx b/src/IconAdGroupRoundedFilled.tsx index 9e7bb36e1..a958391ba 100644 --- a/src/IconAdGroupRoundedFilled.tsx +++ b/src/IconAdGroupRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupRoundedFilled as default } diff --git a/src/IconAdGroupSharp.tsx b/src/IconAdGroupSharp.tsx index 0ee1f24aa..c4a27493f 100644 --- a/src/IconAdGroupSharp.tsx +++ b/src/IconAdGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupSharp: React.FC = ({ ...props }) => ( +export const IconAdGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupSharp as default } diff --git a/src/IconAdGroupSharpFilled.tsx b/src/IconAdGroupSharpFilled.tsx index 69a71c3fd..85811b92a 100644 --- a/src/IconAdGroupSharpFilled.tsx +++ b/src/IconAdGroupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdGroupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdGroupSharpFilled as default } diff --git a/src/IconAdOffOutlined.tsx b/src/IconAdOffOutlined.tsx index b50213625..9365753bc 100644 --- a/src/IconAdOffOutlined.tsx +++ b/src/IconAdOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffOutlined: React.FC = ({ ...props }) => ( +export const IconAdOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffOutlined as default } diff --git a/src/IconAdOffOutlinedFilled.tsx b/src/IconAdOffOutlinedFilled.tsx index 68b119a63..a8c2eaede 100644 --- a/src/IconAdOffOutlinedFilled.tsx +++ b/src/IconAdOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffOutlinedFilled as default } diff --git a/src/IconAdOffRounded.tsx b/src/IconAdOffRounded.tsx index fa0f54628..7ae027777 100644 --- a/src/IconAdOffRounded.tsx +++ b/src/IconAdOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffRounded: React.FC = ({ ...props }) => ( +export const IconAdOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffRounded as default } diff --git a/src/IconAdOffRoundedFilled.tsx b/src/IconAdOffRoundedFilled.tsx index 739796645..bb75e6785 100644 --- a/src/IconAdOffRoundedFilled.tsx +++ b/src/IconAdOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffRoundedFilled as default } diff --git a/src/IconAdOffSharp.tsx b/src/IconAdOffSharp.tsx index be8850307..ef5c1d482 100644 --- a/src/IconAdOffSharp.tsx +++ b/src/IconAdOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffSharp: React.FC = ({ ...props }) => ( +export const IconAdOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffSharp as default } diff --git a/src/IconAdOffSharpFilled.tsx b/src/IconAdOffSharpFilled.tsx index 329ef7c8b..059d61c7e 100644 --- a/src/IconAdOffSharpFilled.tsx +++ b/src/IconAdOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOffSharpFilled as default } diff --git a/src/IconAdOutlined.tsx b/src/IconAdOutlined.tsx index 77fca209c..423aeb8a8 100644 --- a/src/IconAdOutlined.tsx +++ b/src/IconAdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOutlined: React.FC = ({ ...props }) => ( +export const IconAdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOutlined as default } diff --git a/src/IconAdOutlinedFilled.tsx b/src/IconAdOutlinedFilled.tsx index b6f084e7e..75198c3aa 100644 --- a/src/IconAdOutlinedFilled.tsx +++ b/src/IconAdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdOutlinedFilled as default } diff --git a/src/IconAdRounded.tsx b/src/IconAdRounded.tsx index 68788cb26..98fbdad2a 100644 --- a/src/IconAdRounded.tsx +++ b/src/IconAdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdRounded: React.FC = ({ ...props }) => ( +export const IconAdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdRounded as default } diff --git a/src/IconAdRoundedFilled.tsx b/src/IconAdRoundedFilled.tsx index 5d5a3c1f3..a378974ba 100644 --- a/src/IconAdRoundedFilled.tsx +++ b/src/IconAdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdRoundedFilled as default } diff --git a/src/IconAdSharp.tsx b/src/IconAdSharp.tsx index 765dcd762..0b294d931 100644 --- a/src/IconAdSharp.tsx +++ b/src/IconAdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdSharp: React.FC = ({ ...props }) => ( +export const IconAdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdSharp as default } diff --git a/src/IconAdSharpFilled.tsx b/src/IconAdSharpFilled.tsx index 47ce71225..4a3dd6499 100644 --- a/src/IconAdSharpFilled.tsx +++ b/src/IconAdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdSharpFilled as default } diff --git a/src/IconAdUnitsOutlined.tsx b/src/IconAdUnitsOutlined.tsx index 46dbceae0..86b62ca7d 100644 --- a/src/IconAdUnitsOutlined.tsx +++ b/src/IconAdUnitsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsOutlined: React.FC = ({ ...props }) => ( +export const IconAdUnitsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdUnitsOutlined as default } diff --git a/src/IconAdUnitsOutlinedFilled.tsx b/src/IconAdUnitsOutlinedFilled.tsx index cf7b7411a..573fa307c 100644 --- a/src/IconAdUnitsOutlinedFilled.tsx +++ b/src/IconAdUnitsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdUnitsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdUnitsOutlinedFilled as default } diff --git a/src/IconAdUnitsRounded.tsx b/src/IconAdUnitsRounded.tsx index b5112103b..57b723eb2 100644 --- a/src/IconAdUnitsRounded.tsx +++ b/src/IconAdUnitsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsRounded: React.FC = ({ ...props }) => ( +export const IconAdUnitsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdUnitsRounded as default } diff --git a/src/IconAdUnitsRoundedFilled.tsx b/src/IconAdUnitsRoundedFilled.tsx index df60369fc..20e7bae7c 100644 --- a/src/IconAdUnitsRoundedFilled.tsx +++ b/src/IconAdUnitsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdUnitsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdUnitsRoundedFilled as default } diff --git a/src/IconAdUnitsSharp.tsx b/src/IconAdUnitsSharp.tsx index 66a266297..0e4ef6e01 100644 --- a/src/IconAdUnitsSharp.tsx +++ b/src/IconAdUnitsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsSharp: React.FC = ({ ...props }) => ( +export const IconAdUnitsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdUnitsSharp as default } diff --git a/src/IconAdUnitsSharpFilled.tsx b/src/IconAdUnitsSharpFilled.tsx index 4f3326863..39f61f1dc 100644 --- a/src/IconAdUnitsSharpFilled.tsx +++ b/src/IconAdUnitsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdUnitsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdUnitsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdUnitsSharpFilled as default } diff --git a/src/IconAdaptiveAudioMicOffOutlined.tsx b/src/IconAdaptiveAudioMicOffOutlined.tsx index 8f56a89a1..541855766 100644 --- a/src/IconAdaptiveAudioMicOffOutlined.tsx +++ b/src/IconAdaptiveAudioMicOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffOutlined: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicOffOutlined as default } diff --git a/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx b/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx index 953bffef1..d47089026 100644 --- a/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx +++ b/src/IconAdaptiveAudioMicOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffOutlinedFilled: React.FC = ({ +export const IconAdaptiveAudioMicOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdaptiveAudioMicOffOutlinedFilled: React.FC = ({ ) - -export { IconAdaptiveAudioMicOffOutlinedFilled as default } diff --git a/src/IconAdaptiveAudioMicOffRounded.tsx b/src/IconAdaptiveAudioMicOffRounded.tsx index ff7c36254..0973617c5 100644 --- a/src/IconAdaptiveAudioMicOffRounded.tsx +++ b/src/IconAdaptiveAudioMicOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffRounded: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicOffRounded as default } diff --git a/src/IconAdaptiveAudioMicOffRoundedFilled.tsx b/src/IconAdaptiveAudioMicOffRoundedFilled.tsx index 8724347c6..e61882368 100644 --- a/src/IconAdaptiveAudioMicOffRoundedFilled.tsx +++ b/src/IconAdaptiveAudioMicOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffRoundedFilled: React.FC = ({ +export const IconAdaptiveAudioMicOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdaptiveAudioMicOffRoundedFilled: React.FC = ({ ) - -export { IconAdaptiveAudioMicOffRoundedFilled as default } diff --git a/src/IconAdaptiveAudioMicOffSharp.tsx b/src/IconAdaptiveAudioMicOffSharp.tsx index 5a657d263..7e35760a4 100644 --- a/src/IconAdaptiveAudioMicOffSharp.tsx +++ b/src/IconAdaptiveAudioMicOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffSharp: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicOffSharp as default } diff --git a/src/IconAdaptiveAudioMicOffSharpFilled.tsx b/src/IconAdaptiveAudioMicOffSharpFilled.tsx index 2cf070019..e75db9592 100644 --- a/src/IconAdaptiveAudioMicOffSharpFilled.tsx +++ b/src/IconAdaptiveAudioMicOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOffSharpFilled: React.FC = ({ +export const IconAdaptiveAudioMicOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdaptiveAudioMicOffSharpFilled: React.FC = ({ ) - -export { IconAdaptiveAudioMicOffSharpFilled as default } diff --git a/src/IconAdaptiveAudioMicOutlined.tsx b/src/IconAdaptiveAudioMicOutlined.tsx index b1f307e82..e0fb6aafa 100644 --- a/src/IconAdaptiveAudioMicOutlined.tsx +++ b/src/IconAdaptiveAudioMicOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOutlined: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicOutlined as default } diff --git a/src/IconAdaptiveAudioMicOutlinedFilled.tsx b/src/IconAdaptiveAudioMicOutlinedFilled.tsx index c44b82f6f..5667ad84c 100644 --- a/src/IconAdaptiveAudioMicOutlinedFilled.tsx +++ b/src/IconAdaptiveAudioMicOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicOutlinedFilled: React.FC = ({ +export const IconAdaptiveAudioMicOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdaptiveAudioMicOutlinedFilled: React.FC = ({ ) - -export { IconAdaptiveAudioMicOutlinedFilled as default } diff --git a/src/IconAdaptiveAudioMicRounded.tsx b/src/IconAdaptiveAudioMicRounded.tsx index ab8d698d0..faf9e1c3a 100644 --- a/src/IconAdaptiveAudioMicRounded.tsx +++ b/src/IconAdaptiveAudioMicRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicRounded: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicRounded as default } diff --git a/src/IconAdaptiveAudioMicRoundedFilled.tsx b/src/IconAdaptiveAudioMicRoundedFilled.tsx index e91bdf4ed..7c95f3bac 100644 --- a/src/IconAdaptiveAudioMicRoundedFilled.tsx +++ b/src/IconAdaptiveAudioMicRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicRoundedFilled: React.FC = ({ +export const IconAdaptiveAudioMicRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdaptiveAudioMicRoundedFilled: React.FC = ({ ) - -export { IconAdaptiveAudioMicRoundedFilled as default } diff --git a/src/IconAdaptiveAudioMicSharp.tsx b/src/IconAdaptiveAudioMicSharp.tsx index 3af982152..ded947608 100644 --- a/src/IconAdaptiveAudioMicSharp.tsx +++ b/src/IconAdaptiveAudioMicSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicSharp: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicSharp as default } diff --git a/src/IconAdaptiveAudioMicSharpFilled.tsx b/src/IconAdaptiveAudioMicSharpFilled.tsx index 4ecb4b46a..2a58704c7 100644 --- a/src/IconAdaptiveAudioMicSharpFilled.tsx +++ b/src/IconAdaptiveAudioMicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdaptiveAudioMicSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdaptiveAudioMicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdaptiveAudioMicSharpFilled as default } diff --git a/src/IconAdbOutlined.tsx b/src/IconAdbOutlined.tsx index 0a237a159..81c8676f5 100644 --- a/src/IconAdbOutlined.tsx +++ b/src/IconAdbOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbOutlined: React.FC = ({ ...props }) => ( +export const IconAdbOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbOutlined as default } diff --git a/src/IconAdbOutlinedFilled.tsx b/src/IconAdbOutlinedFilled.tsx index 405c391f7..cbb5df3ae 100644 --- a/src/IconAdbOutlinedFilled.tsx +++ b/src/IconAdbOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdbOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbOutlinedFilled as default } diff --git a/src/IconAdbRounded.tsx b/src/IconAdbRounded.tsx index 4b22e1279..1af9246b3 100644 --- a/src/IconAdbRounded.tsx +++ b/src/IconAdbRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbRounded: React.FC = ({ ...props }) => ( +export const IconAdbRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbRounded as default } diff --git a/src/IconAdbRoundedFilled.tsx b/src/IconAdbRoundedFilled.tsx index 46c750ac7..a1be978dc 100644 --- a/src/IconAdbRoundedFilled.tsx +++ b/src/IconAdbRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdbRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbRoundedFilled as default } diff --git a/src/IconAdbSharp.tsx b/src/IconAdbSharp.tsx index cfbd98ab0..0b01cfdda 100644 --- a/src/IconAdbSharp.tsx +++ b/src/IconAdbSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbSharp: React.FC = ({ ...props }) => ( +export const IconAdbSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbSharp as default } diff --git a/src/IconAdbSharpFilled.tsx b/src/IconAdbSharpFilled.tsx index 040870202..1e9a1076e 100644 --- a/src/IconAdbSharpFilled.tsx +++ b/src/IconAdbSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdbSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdbSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdbSharpFilled as default } diff --git a/src/IconAdd2Outlined.tsx b/src/IconAdd2Outlined.tsx new file mode 100644 index 000000000..c0cf760a4 --- /dev/null +++ b/src/IconAdd2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAdd2OutlinedFilled.tsx b/src/IconAdd2OutlinedFilled.tsx new file mode 100644 index 000000000..1469ed006 --- /dev/null +++ b/src/IconAdd2OutlinedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2OutlinedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAdd2Rounded.tsx b/src/IconAdd2Rounded.tsx new file mode 100644 index 000000000..f0112daf8 --- /dev/null +++ b/src/IconAdd2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAdd2RoundedFilled.tsx b/src/IconAdd2RoundedFilled.tsx new file mode 100644 index 000000000..61472c3be --- /dev/null +++ b/src/IconAdd2RoundedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2RoundedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAdd2Sharp.tsx b/src/IconAdd2Sharp.tsx new file mode 100644 index 000000000..d056c8eca --- /dev/null +++ b/src/IconAdd2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAdd2SharpFilled.tsx b/src/IconAdd2SharpFilled.tsx new file mode 100644 index 000000000..8d48f49b9 --- /dev/null +++ b/src/IconAdd2SharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconAdd2SharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconAddAPhotoOutlined.tsx b/src/IconAddAPhotoOutlined.tsx index 4f7dd0042..3b13fe716 100644 --- a/src/IconAddAPhotoOutlined.tsx +++ b/src/IconAddAPhotoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoOutlined: React.FC = ({ ...props }) => ( +export const IconAddAPhotoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoOutlined as default } diff --git a/src/IconAddAPhotoOutlinedFilled.tsx b/src/IconAddAPhotoOutlinedFilled.tsx index 217e039f8..d13022f01 100644 --- a/src/IconAddAPhotoOutlinedFilled.tsx +++ b/src/IconAddAPhotoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddAPhotoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoOutlinedFilled as default } diff --git a/src/IconAddAPhotoRounded.tsx b/src/IconAddAPhotoRounded.tsx index bf2c2dee4..9c91a9fb3 100644 --- a/src/IconAddAPhotoRounded.tsx +++ b/src/IconAddAPhotoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoRounded: React.FC = ({ ...props }) => ( +export const IconAddAPhotoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoRounded as default } diff --git a/src/IconAddAPhotoRoundedFilled.tsx b/src/IconAddAPhotoRoundedFilled.tsx index 8f2717b0f..f594f8efb 100644 --- a/src/IconAddAPhotoRoundedFilled.tsx +++ b/src/IconAddAPhotoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddAPhotoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoRoundedFilled as default } diff --git a/src/IconAddAPhotoSharp.tsx b/src/IconAddAPhotoSharp.tsx index a454e7b6a..b7b73e05d 100644 --- a/src/IconAddAPhotoSharp.tsx +++ b/src/IconAddAPhotoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoSharp: React.FC = ({ ...props }) => ( +export const IconAddAPhotoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoSharp as default } diff --git a/src/IconAddAPhotoSharpFilled.tsx b/src/IconAddAPhotoSharpFilled.tsx index 0431bca94..e0f869f78 100644 --- a/src/IconAddAPhotoSharpFilled.tsx +++ b/src/IconAddAPhotoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAPhotoSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddAPhotoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAPhotoSharpFilled as default } diff --git a/src/IconAddAdOutlined.tsx b/src/IconAddAdOutlined.tsx index 21047ee2c..95fbaf420 100644 --- a/src/IconAddAdOutlined.tsx +++ b/src/IconAddAdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdOutlined: React.FC = ({ ...props }) => ( +export const IconAddAdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdOutlined as default } diff --git a/src/IconAddAdOutlinedFilled.tsx b/src/IconAddAdOutlinedFilled.tsx index 21af70468..a9c2a0b44 100644 --- a/src/IconAddAdOutlinedFilled.tsx +++ b/src/IconAddAdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddAdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdOutlinedFilled as default } diff --git a/src/IconAddAdRounded.tsx b/src/IconAddAdRounded.tsx index 620373536..3b710331e 100644 --- a/src/IconAddAdRounded.tsx +++ b/src/IconAddAdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdRounded: React.FC = ({ ...props }) => ( +export const IconAddAdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdRounded as default } diff --git a/src/IconAddAdRoundedFilled.tsx b/src/IconAddAdRoundedFilled.tsx index 80abfe3b5..0beb28d45 100644 --- a/src/IconAddAdRoundedFilled.tsx +++ b/src/IconAddAdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddAdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdRoundedFilled as default } diff --git a/src/IconAddAdSharp.tsx b/src/IconAddAdSharp.tsx index 7f46635e6..492ef160a 100644 --- a/src/IconAddAdSharp.tsx +++ b/src/IconAddAdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdSharp: React.FC = ({ ...props }) => ( +export const IconAddAdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdSharp as default } diff --git a/src/IconAddAdSharpFilled.tsx b/src/IconAddAdSharpFilled.tsx index a112214dd..987f44f0d 100644 --- a/src/IconAddAdSharpFilled.tsx +++ b/src/IconAddAdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAdSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddAdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAdSharpFilled as default } diff --git a/src/IconAddAlertOutlined.tsx b/src/IconAddAlertOutlined.tsx index e29cf8226..c774bf6e5 100644 --- a/src/IconAddAlertOutlined.tsx +++ b/src/IconAddAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertOutlined: React.FC = ({ ...props }) => ( +export const IconAddAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAlertOutlined as default } diff --git a/src/IconAddAlertOutlinedFilled.tsx b/src/IconAddAlertOutlinedFilled.tsx index 19cc18371..eda0006e0 100644 --- a/src/IconAddAlertOutlinedFilled.tsx +++ b/src/IconAddAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddAlertOutlinedFilled as default } diff --git a/src/IconAddAlertRounded.tsx b/src/IconAddAlertRounded.tsx index 59bfd9323..9f3454548 100644 --- a/src/IconAddAlertRounded.tsx +++ b/src/IconAddAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertRounded: React.FC = ({ ...props }) => ( +export const IconAddAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAlertRounded as default } diff --git a/src/IconAddAlertRoundedFilled.tsx b/src/IconAddAlertRoundedFilled.tsx index b359197c8..670d04a32 100644 --- a/src/IconAddAlertRoundedFilled.tsx +++ b/src/IconAddAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddAlertRoundedFilled as default } diff --git a/src/IconAddAlertSharp.tsx b/src/IconAddAlertSharp.tsx index 9015cf352..6bcbb2a53 100644 --- a/src/IconAddAlertSharp.tsx +++ b/src/IconAddAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertSharp: React.FC = ({ ...props }) => ( +export const IconAddAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAlertSharp as default } diff --git a/src/IconAddAlertSharpFilled.tsx b/src/IconAddAlertSharpFilled.tsx index 817cfb842..6a88b6b3e 100644 --- a/src/IconAddAlertSharpFilled.tsx +++ b/src/IconAddAlertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddAlertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddAlertSharpFilled as default } diff --git a/src/IconAddBoxOutlined.tsx b/src/IconAddBoxOutlined.tsx index 9f419d1d9..aebe69371 100644 --- a/src/IconAddBoxOutlined.tsx +++ b/src/IconAddBoxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxOutlined: React.FC = ({ ...props }) => ( +export const IconAddBoxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxOutlined as default } diff --git a/src/IconAddBoxOutlinedFilled.tsx b/src/IconAddBoxOutlinedFilled.tsx index 5bae43232..f0d40cb48 100644 --- a/src/IconAddBoxOutlinedFilled.tsx +++ b/src/IconAddBoxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddBoxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxOutlinedFilled as default } diff --git a/src/IconAddBoxRounded.tsx b/src/IconAddBoxRounded.tsx index f05cc76f3..60216f3b3 100644 --- a/src/IconAddBoxRounded.tsx +++ b/src/IconAddBoxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxRounded: React.FC = ({ ...props }) => ( +export const IconAddBoxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxRounded as default } diff --git a/src/IconAddBoxRoundedFilled.tsx b/src/IconAddBoxRoundedFilled.tsx index af1fc485c..a96fd4c61 100644 --- a/src/IconAddBoxRoundedFilled.tsx +++ b/src/IconAddBoxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddBoxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxRoundedFilled as default } diff --git a/src/IconAddBoxSharp.tsx b/src/IconAddBoxSharp.tsx index fb328da6d..e29f3140e 100644 --- a/src/IconAddBoxSharp.tsx +++ b/src/IconAddBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxSharp: React.FC = ({ ...props }) => ( +export const IconAddBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxSharp as default } diff --git a/src/IconAddBoxSharpFilled.tsx b/src/IconAddBoxSharpFilled.tsx index b64ef2cb6..b252e8404 100644 --- a/src/IconAddBoxSharpFilled.tsx +++ b/src/IconAddBoxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddBoxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBoxSharpFilled as default } diff --git a/src/IconAddBusinessOutlined.tsx b/src/IconAddBusinessOutlined.tsx index 1b05e6f30..7e7d94f4b 100644 --- a/src/IconAddBusinessOutlined.tsx +++ b/src/IconAddBusinessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessOutlined: React.FC = ({ ...props }) => ( +export const IconAddBusinessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBusinessOutlined as default } diff --git a/src/IconAddBusinessOutlinedFilled.tsx b/src/IconAddBusinessOutlinedFilled.tsx index 2eb1142d5..98b18f44f 100644 --- a/src/IconAddBusinessOutlinedFilled.tsx +++ b/src/IconAddBusinessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddBusinessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddBusinessOutlinedFilled as default } diff --git a/src/IconAddBusinessRounded.tsx b/src/IconAddBusinessRounded.tsx index 88b741d00..347ba4028 100644 --- a/src/IconAddBusinessRounded.tsx +++ b/src/IconAddBusinessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessRounded: React.FC = ({ ...props }) => ( +export const IconAddBusinessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBusinessRounded as default } diff --git a/src/IconAddBusinessRoundedFilled.tsx b/src/IconAddBusinessRoundedFilled.tsx index 10cc992a9..df075016f 100644 --- a/src/IconAddBusinessRoundedFilled.tsx +++ b/src/IconAddBusinessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddBusinessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddBusinessRoundedFilled as default } diff --git a/src/IconAddBusinessSharp.tsx b/src/IconAddBusinessSharp.tsx index 527695e2a..969748962 100644 --- a/src/IconAddBusinessSharp.tsx +++ b/src/IconAddBusinessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessSharp: React.FC = ({ ...props }) => ( +export const IconAddBusinessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddBusinessSharp as default } diff --git a/src/IconAddBusinessSharpFilled.tsx b/src/IconAddBusinessSharpFilled.tsx index 0130e9053..bf53c04b7 100644 --- a/src/IconAddBusinessSharpFilled.tsx +++ b/src/IconAddBusinessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddBusinessSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddBusinessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddBusinessSharpFilled as default } diff --git a/src/IconAddCallOutlined.tsx b/src/IconAddCallOutlined.tsx index e22a88d03..e1c545ca4 100644 --- a/src/IconAddCallOutlined.tsx +++ b/src/IconAddCallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallOutlined: React.FC = ({ ...props }) => ( +export const IconAddCallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCallOutlined as default } diff --git a/src/IconAddCallOutlinedFilled.tsx b/src/IconAddCallOutlinedFilled.tsx index b4410cec6..95e24fd8b 100644 --- a/src/IconAddCallOutlinedFilled.tsx +++ b/src/IconAddCallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddCallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCallOutlinedFilled as default } diff --git a/src/IconAddCallRounded.tsx b/src/IconAddCallRounded.tsx index 94d863109..d3ccb3442 100644 --- a/src/IconAddCallRounded.tsx +++ b/src/IconAddCallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallRounded: React.FC = ({ ...props }) => ( +export const IconAddCallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCallRounded as default } diff --git a/src/IconAddCallRoundedFilled.tsx b/src/IconAddCallRoundedFilled.tsx index 678c6bf5c..3add00d13 100644 --- a/src/IconAddCallRoundedFilled.tsx +++ b/src/IconAddCallRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddCallRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCallRoundedFilled as default } diff --git a/src/IconAddCallSharp.tsx b/src/IconAddCallSharp.tsx index f6f627591..746377ed3 100644 --- a/src/IconAddCallSharp.tsx +++ b/src/IconAddCallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallSharp: React.FC = ({ ...props }) => ( +export const IconAddCallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCallSharp as default } diff --git a/src/IconAddCallSharpFilled.tsx b/src/IconAddCallSharpFilled.tsx index dc38cbaf0..99393c5dd 100644 --- a/src/IconAddCallSharpFilled.tsx +++ b/src/IconAddCallSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCallSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddCallSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCallSharpFilled as default } diff --git a/src/IconAddCardOutlined.tsx b/src/IconAddCardOutlined.tsx index 8f518fbf7..72036ede3 100644 --- a/src/IconAddCardOutlined.tsx +++ b/src/IconAddCardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardOutlined: React.FC = ({ ...props }) => ( +export const IconAddCardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCardOutlined as default } diff --git a/src/IconAddCardOutlinedFilled.tsx b/src/IconAddCardOutlinedFilled.tsx index 5dabda0c5..4acfc0ff8 100644 --- a/src/IconAddCardOutlinedFilled.tsx +++ b/src/IconAddCardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddCardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCardOutlinedFilled as default } diff --git a/src/IconAddCardRounded.tsx b/src/IconAddCardRounded.tsx index 24ef71b5a..84a923636 100644 --- a/src/IconAddCardRounded.tsx +++ b/src/IconAddCardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardRounded: React.FC = ({ ...props }) => ( +export const IconAddCardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCardRounded as default } diff --git a/src/IconAddCardRoundedFilled.tsx b/src/IconAddCardRoundedFilled.tsx index 64eac3d1c..576608539 100644 --- a/src/IconAddCardRoundedFilled.tsx +++ b/src/IconAddCardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddCardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCardRoundedFilled as default } diff --git a/src/IconAddCardSharp.tsx b/src/IconAddCardSharp.tsx index b28f13641..42efea6ce 100644 --- a/src/IconAddCardSharp.tsx +++ b/src/IconAddCardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardSharp: React.FC = ({ ...props }) => ( +export const IconAddCardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCardSharp as default } diff --git a/src/IconAddCardSharpFilled.tsx b/src/IconAddCardSharpFilled.tsx index 4b7b982a9..ea95d14a2 100644 --- a/src/IconAddCardSharpFilled.tsx +++ b/src/IconAddCardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCardSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddCardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCardSharpFilled as default } diff --git a/src/IconAddChartOutlined.tsx b/src/IconAddChartOutlined.tsx index cb5b3a7e2..956bba325 100644 --- a/src/IconAddChartOutlined.tsx +++ b/src/IconAddChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartOutlined: React.FC = ({ ...props }) => ( +export const IconAddChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddChartOutlined as default } diff --git a/src/IconAddChartOutlinedFilled.tsx b/src/IconAddChartOutlinedFilled.tsx index ca7667b9e..d519df253 100644 --- a/src/IconAddChartOutlinedFilled.tsx +++ b/src/IconAddChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddChartOutlinedFilled as default } diff --git a/src/IconAddChartRounded.tsx b/src/IconAddChartRounded.tsx index cb50e6e53..9ba6aa74a 100644 --- a/src/IconAddChartRounded.tsx +++ b/src/IconAddChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartRounded: React.FC = ({ ...props }) => ( +export const IconAddChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddChartRounded as default } diff --git a/src/IconAddChartRoundedFilled.tsx b/src/IconAddChartRoundedFilled.tsx index a3ca558a9..14aebfbfd 100644 --- a/src/IconAddChartRoundedFilled.tsx +++ b/src/IconAddChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddChartRoundedFilled as default } diff --git a/src/IconAddChartSharp.tsx b/src/IconAddChartSharp.tsx index 459fecac4..f7c850e8c 100644 --- a/src/IconAddChartSharp.tsx +++ b/src/IconAddChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartSharp: React.FC = ({ ...props }) => ( +export const IconAddChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddChartSharp as default } diff --git a/src/IconAddChartSharpFilled.tsx b/src/IconAddChartSharpFilled.tsx index 680002ba2..64d65196a 100644 --- a/src/IconAddChartSharpFilled.tsx +++ b/src/IconAddChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddChartSharpFilled as default } diff --git a/src/IconAddCircleOutlined.tsx b/src/IconAddCircleOutlined.tsx index bd78e73a5..eccb21bcd 100644 --- a/src/IconAddCircleOutlined.tsx +++ b/src/IconAddCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleOutlined: React.FC = ({ ...props }) => ( +export const IconAddCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCircleOutlined as default } diff --git a/src/IconAddCircleOutlinedFilled.tsx b/src/IconAddCircleOutlinedFilled.tsx index d6c67d202..e340fa451 100644 --- a/src/IconAddCircleOutlinedFilled.tsx +++ b/src/IconAddCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCircleOutlinedFilled as default } diff --git a/src/IconAddCircleRounded.tsx b/src/IconAddCircleRounded.tsx index 6f8d58720..4187608e9 100644 --- a/src/IconAddCircleRounded.tsx +++ b/src/IconAddCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleRounded: React.FC = ({ ...props }) => ( +export const IconAddCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCircleRounded as default } diff --git a/src/IconAddCircleRoundedFilled.tsx b/src/IconAddCircleRoundedFilled.tsx index f3e642c66..2d74d272f 100644 --- a/src/IconAddCircleRoundedFilled.tsx +++ b/src/IconAddCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCircleRoundedFilled as default } diff --git a/src/IconAddCircleSharp.tsx b/src/IconAddCircleSharp.tsx index 56fc6c039..690abe20c 100644 --- a/src/IconAddCircleSharp.tsx +++ b/src/IconAddCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleSharp: React.FC = ({ ...props }) => ( +export const IconAddCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCircleSharp as default } diff --git a/src/IconAddCircleSharpFilled.tsx b/src/IconAddCircleSharpFilled.tsx index f4573d217..764bd1192 100644 --- a/src/IconAddCircleSharpFilled.tsx +++ b/src/IconAddCircleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddCircleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCircleSharpFilled as default } diff --git a/src/IconAddColumnLeftOutlined.tsx b/src/IconAddColumnLeftOutlined.tsx index bbbbccb7d..043209c7f 100644 --- a/src/IconAddColumnLeftOutlined.tsx +++ b/src/IconAddColumnLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftOutlined: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftOutlined as default } diff --git a/src/IconAddColumnLeftOutlinedFilled.tsx b/src/IconAddColumnLeftOutlinedFilled.tsx index b61c61f12..6c926757b 100644 --- a/src/IconAddColumnLeftOutlinedFilled.tsx +++ b/src/IconAddColumnLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftOutlinedFilled as default } diff --git a/src/IconAddColumnLeftRounded.tsx b/src/IconAddColumnLeftRounded.tsx index 1861eebc6..e1bbb6ae1 100644 --- a/src/IconAddColumnLeftRounded.tsx +++ b/src/IconAddColumnLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftRounded: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftRounded as default } diff --git a/src/IconAddColumnLeftRoundedFilled.tsx b/src/IconAddColumnLeftRoundedFilled.tsx index 0213b2408..177b54249 100644 --- a/src/IconAddColumnLeftRoundedFilled.tsx +++ b/src/IconAddColumnLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftRoundedFilled as default } diff --git a/src/IconAddColumnLeftSharp.tsx b/src/IconAddColumnLeftSharp.tsx index 0d56e9a28..413bc612e 100644 --- a/src/IconAddColumnLeftSharp.tsx +++ b/src/IconAddColumnLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftSharp: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftSharp as default } diff --git a/src/IconAddColumnLeftSharpFilled.tsx b/src/IconAddColumnLeftSharpFilled.tsx index 5833c049d..78f2accdc 100644 --- a/src/IconAddColumnLeftSharpFilled.tsx +++ b/src/IconAddColumnLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddColumnLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnLeftSharpFilled as default } diff --git a/src/IconAddColumnRightOutlined.tsx b/src/IconAddColumnRightOutlined.tsx index bec462e13..23c663826 100644 --- a/src/IconAddColumnRightOutlined.tsx +++ b/src/IconAddColumnRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightOutlined: React.FC = ({ ...props }) => ( +export const IconAddColumnRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnRightOutlined as default } diff --git a/src/IconAddColumnRightOutlinedFilled.tsx b/src/IconAddColumnRightOutlinedFilled.tsx index 31af990e6..ea1812255 100644 --- a/src/IconAddColumnRightOutlinedFilled.tsx +++ b/src/IconAddColumnRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightOutlinedFilled: React.FC = ({ +export const IconAddColumnRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddColumnRightOutlinedFilled: React.FC = ({ ) - -export { IconAddColumnRightOutlinedFilled as default } diff --git a/src/IconAddColumnRightRounded.tsx b/src/IconAddColumnRightRounded.tsx index 1f9f1ed5c..815f6bc15 100644 --- a/src/IconAddColumnRightRounded.tsx +++ b/src/IconAddColumnRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightRounded: React.FC = ({ ...props }) => ( +export const IconAddColumnRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnRightRounded as default } diff --git a/src/IconAddColumnRightRoundedFilled.tsx b/src/IconAddColumnRightRoundedFilled.tsx index 5a97ce1ef..baaf27304 100644 --- a/src/IconAddColumnRightRoundedFilled.tsx +++ b/src/IconAddColumnRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddColumnRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnRightRoundedFilled as default } diff --git a/src/IconAddColumnRightSharp.tsx b/src/IconAddColumnRightSharp.tsx index 20f2383ca..2cb415cf3 100644 --- a/src/IconAddColumnRightSharp.tsx +++ b/src/IconAddColumnRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightSharp: React.FC = ({ ...props }) => ( +export const IconAddColumnRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddColumnRightSharp as default } diff --git a/src/IconAddColumnRightSharpFilled.tsx b/src/IconAddColumnRightSharpFilled.tsx index 1dafd1e51..2f172a521 100644 --- a/src/IconAddColumnRightSharpFilled.tsx +++ b/src/IconAddColumnRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddColumnRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddColumnRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddColumnRightSharpFilled as default } diff --git a/src/IconAddCommentOutlined.tsx b/src/IconAddCommentOutlined.tsx index eb850c354..5971fe8c0 100644 --- a/src/IconAddCommentOutlined.tsx +++ b/src/IconAddCommentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentOutlined: React.FC = ({ ...props }) => ( +export const IconAddCommentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCommentOutlined as default } diff --git a/src/IconAddCommentOutlinedFilled.tsx b/src/IconAddCommentOutlinedFilled.tsx index fbe8e4b06..025b49212 100644 --- a/src/IconAddCommentOutlinedFilled.tsx +++ b/src/IconAddCommentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddCommentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCommentOutlinedFilled as default } diff --git a/src/IconAddCommentRounded.tsx b/src/IconAddCommentRounded.tsx index 7cb4d99fb..1742c244a 100644 --- a/src/IconAddCommentRounded.tsx +++ b/src/IconAddCommentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentRounded: React.FC = ({ ...props }) => ( +export const IconAddCommentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCommentRounded as default } diff --git a/src/IconAddCommentRoundedFilled.tsx b/src/IconAddCommentRoundedFilled.tsx index a451d5e99..de9087b10 100644 --- a/src/IconAddCommentRoundedFilled.tsx +++ b/src/IconAddCommentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddCommentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCommentRoundedFilled as default } diff --git a/src/IconAddCommentSharp.tsx b/src/IconAddCommentSharp.tsx index 732b45b94..5d0c5324c 100644 --- a/src/IconAddCommentSharp.tsx +++ b/src/IconAddCommentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentSharp: React.FC = ({ ...props }) => ( +export const IconAddCommentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddCommentSharp as default } diff --git a/src/IconAddCommentSharpFilled.tsx b/src/IconAddCommentSharpFilled.tsx index d1d82a85a..7ebefdd06 100644 --- a/src/IconAddCommentSharpFilled.tsx +++ b/src/IconAddCommentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddCommentSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddCommentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddCommentSharpFilled as default } diff --git a/src/IconAddDiamondOutlined.tsx b/src/IconAddDiamondOutlined.tsx index 2c4d39bf4..5e80fd4e8 100644 --- a/src/IconAddDiamondOutlined.tsx +++ b/src/IconAddDiamondOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondOutlined: React.FC = ({ ...props }) => ( +export const IconAddDiamondOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddDiamondOutlined as default } diff --git a/src/IconAddDiamondOutlinedFilled.tsx b/src/IconAddDiamondOutlinedFilled.tsx index df3535e6b..679a39d50 100644 --- a/src/IconAddDiamondOutlinedFilled.tsx +++ b/src/IconAddDiamondOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddDiamondOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddDiamondOutlinedFilled as default } diff --git a/src/IconAddDiamondRounded.tsx b/src/IconAddDiamondRounded.tsx index a82eaab00..baccc4f87 100644 --- a/src/IconAddDiamondRounded.tsx +++ b/src/IconAddDiamondRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondRounded: React.FC = ({ ...props }) => ( +export const IconAddDiamondRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddDiamondRounded as default } diff --git a/src/IconAddDiamondRoundedFilled.tsx b/src/IconAddDiamondRoundedFilled.tsx index 137bc1100..ec2704511 100644 --- a/src/IconAddDiamondRoundedFilled.tsx +++ b/src/IconAddDiamondRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddDiamondRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddDiamondRoundedFilled as default } diff --git a/src/IconAddDiamondSharp.tsx b/src/IconAddDiamondSharp.tsx index 4f1c65cb7..61a9b4a7e 100644 --- a/src/IconAddDiamondSharp.tsx +++ b/src/IconAddDiamondSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondSharp: React.FC = ({ ...props }) => ( +export const IconAddDiamondSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddDiamondSharp as default } diff --git a/src/IconAddDiamondSharpFilled.tsx b/src/IconAddDiamondSharpFilled.tsx index 12395f9d6..96d7e4dac 100644 --- a/src/IconAddDiamondSharpFilled.tsx +++ b/src/IconAddDiamondSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddDiamondSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddDiamondSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddDiamondSharpFilled as default } diff --git a/src/IconAddHomeOutlined.tsx b/src/IconAddHomeOutlined.tsx index eb67c112b..9df1b2c0a 100644 --- a/src/IconAddHomeOutlined.tsx +++ b/src/IconAddHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeOutlined: React.FC = ({ ...props }) => ( +export const IconAddHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeOutlined as default } diff --git a/src/IconAddHomeOutlinedFilled.tsx b/src/IconAddHomeOutlinedFilled.tsx index cea162308..457c5be2f 100644 --- a/src/IconAddHomeOutlinedFilled.tsx +++ b/src/IconAddHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddHomeOutlinedFilled as default } diff --git a/src/IconAddHomeRounded.tsx b/src/IconAddHomeRounded.tsx index 0aa57b8d4..737fad999 100644 --- a/src/IconAddHomeRounded.tsx +++ b/src/IconAddHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeRounded: React.FC = ({ ...props }) => ( +export const IconAddHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeRounded as default } diff --git a/src/IconAddHomeRoundedFilled.tsx b/src/IconAddHomeRoundedFilled.tsx index 34ef7c13c..0b6fc8e6a 100644 --- a/src/IconAddHomeRoundedFilled.tsx +++ b/src/IconAddHomeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeRoundedFilled as default } diff --git a/src/IconAddHomeSharp.tsx b/src/IconAddHomeSharp.tsx index 9929d8c16..3252cfaa7 100644 --- a/src/IconAddHomeSharp.tsx +++ b/src/IconAddHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeSharp: React.FC = ({ ...props }) => ( +export const IconAddHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeSharp as default } diff --git a/src/IconAddHomeSharpFilled.tsx b/src/IconAddHomeSharpFilled.tsx index 66a80db66..59e60e88e 100644 --- a/src/IconAddHomeSharpFilled.tsx +++ b/src/IconAddHomeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeSharpFilled as default } diff --git a/src/IconAddHomeWorkOutlined.tsx b/src/IconAddHomeWorkOutlined.tsx index 11920fbcf..258ec3787 100644 --- a/src/IconAddHomeWorkOutlined.tsx +++ b/src/IconAddHomeWorkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkOutlined: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkOutlined as default } diff --git a/src/IconAddHomeWorkOutlinedFilled.tsx b/src/IconAddHomeWorkOutlinedFilled.tsx index 21d619a02..d1343c21b 100644 --- a/src/IconAddHomeWorkOutlinedFilled.tsx +++ b/src/IconAddHomeWorkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkOutlinedFilled as default } diff --git a/src/IconAddHomeWorkRounded.tsx b/src/IconAddHomeWorkRounded.tsx index fb88956cf..a3572503f 100644 --- a/src/IconAddHomeWorkRounded.tsx +++ b/src/IconAddHomeWorkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkRounded: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkRounded as default } diff --git a/src/IconAddHomeWorkRoundedFilled.tsx b/src/IconAddHomeWorkRoundedFilled.tsx index b48e25c87..6d481e2bb 100644 --- a/src/IconAddHomeWorkRoundedFilled.tsx +++ b/src/IconAddHomeWorkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkRoundedFilled as default } diff --git a/src/IconAddHomeWorkSharp.tsx b/src/IconAddHomeWorkSharp.tsx index 3f5da3694..b44d31e8f 100644 --- a/src/IconAddHomeWorkSharp.tsx +++ b/src/IconAddHomeWorkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkSharp: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkSharp as default } diff --git a/src/IconAddHomeWorkSharpFilled.tsx b/src/IconAddHomeWorkSharpFilled.tsx index 3fd57ee29..e2d96ff38 100644 --- a/src/IconAddHomeWorkSharpFilled.tsx +++ b/src/IconAddHomeWorkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddHomeWorkSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddHomeWorkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddHomeWorkSharpFilled as default } diff --git a/src/IconAddLinkOutlined.tsx b/src/IconAddLinkOutlined.tsx index d8c5a9675..e77088da8 100644 --- a/src/IconAddLinkOutlined.tsx +++ b/src/IconAddLinkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkOutlined: React.FC = ({ ...props }) => ( +export const IconAddLinkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLinkOutlined as default } diff --git a/src/IconAddLinkOutlinedFilled.tsx b/src/IconAddLinkOutlinedFilled.tsx index 89f53c65c..d8816c7ee 100644 --- a/src/IconAddLinkOutlinedFilled.tsx +++ b/src/IconAddLinkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddLinkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLinkOutlinedFilled as default } diff --git a/src/IconAddLinkRounded.tsx b/src/IconAddLinkRounded.tsx index 0e6686da9..cd42392de 100644 --- a/src/IconAddLinkRounded.tsx +++ b/src/IconAddLinkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkRounded: React.FC = ({ ...props }) => ( +export const IconAddLinkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLinkRounded as default } diff --git a/src/IconAddLinkRoundedFilled.tsx b/src/IconAddLinkRoundedFilled.tsx index c8a9b65ed..e0e977cfa 100644 --- a/src/IconAddLinkRoundedFilled.tsx +++ b/src/IconAddLinkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddLinkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLinkRoundedFilled as default } diff --git a/src/IconAddLinkSharp.tsx b/src/IconAddLinkSharp.tsx index e01759397..6e71c52b0 100644 --- a/src/IconAddLinkSharp.tsx +++ b/src/IconAddLinkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkSharp: React.FC = ({ ...props }) => ( +export const IconAddLinkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLinkSharp as default } diff --git a/src/IconAddLinkSharpFilled.tsx b/src/IconAddLinkSharpFilled.tsx index 0db8f64bd..aa1a358a6 100644 --- a/src/IconAddLinkSharpFilled.tsx +++ b/src/IconAddLinkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLinkSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddLinkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLinkSharpFilled as default } diff --git a/src/IconAddLocationAltOutlined.tsx b/src/IconAddLocationAltOutlined.tsx index eb8a98117..51dd20025 100644 --- a/src/IconAddLocationAltOutlined.tsx +++ b/src/IconAddLocationAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltOutlined: React.FC = ({ ...props }) => ( +export const IconAddLocationAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationAltOutlined as default } diff --git a/src/IconAddLocationAltOutlinedFilled.tsx b/src/IconAddLocationAltOutlinedFilled.tsx index 4f68d40d9..20fa9cd21 100644 --- a/src/IconAddLocationAltOutlinedFilled.tsx +++ b/src/IconAddLocationAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltOutlinedFilled: React.FC = ({ +export const IconAddLocationAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddLocationAltOutlinedFilled: React.FC = ({ ) - -export { IconAddLocationAltOutlinedFilled as default } diff --git a/src/IconAddLocationAltRounded.tsx b/src/IconAddLocationAltRounded.tsx index c670dbc73..4183c2769 100644 --- a/src/IconAddLocationAltRounded.tsx +++ b/src/IconAddLocationAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltRounded: React.FC = ({ ...props }) => ( +export const IconAddLocationAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationAltRounded as default } diff --git a/src/IconAddLocationAltRoundedFilled.tsx b/src/IconAddLocationAltRoundedFilled.tsx index 19ec023b4..bcf5be059 100644 --- a/src/IconAddLocationAltRoundedFilled.tsx +++ b/src/IconAddLocationAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddLocationAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationAltRoundedFilled as default } diff --git a/src/IconAddLocationAltSharp.tsx b/src/IconAddLocationAltSharp.tsx index e6a91123c..435970fb8 100644 --- a/src/IconAddLocationAltSharp.tsx +++ b/src/IconAddLocationAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltSharp: React.FC = ({ ...props }) => ( +export const IconAddLocationAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLocationAltSharp as default } diff --git a/src/IconAddLocationAltSharpFilled.tsx b/src/IconAddLocationAltSharpFilled.tsx index 681cbec80..81bc857c5 100644 --- a/src/IconAddLocationAltSharpFilled.tsx +++ b/src/IconAddLocationAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddLocationAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationAltSharpFilled as default } diff --git a/src/IconAddLocationOutlined.tsx b/src/IconAddLocationOutlined.tsx index 8c106abfd..0adf0b88d 100644 --- a/src/IconAddLocationOutlined.tsx +++ b/src/IconAddLocationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationOutlined: React.FC = ({ ...props }) => ( +export const IconAddLocationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLocationOutlined as default } diff --git a/src/IconAddLocationOutlinedFilled.tsx b/src/IconAddLocationOutlinedFilled.tsx index 30597b187..3969159f9 100644 --- a/src/IconAddLocationOutlinedFilled.tsx +++ b/src/IconAddLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationOutlinedFilled as default } diff --git a/src/IconAddLocationRounded.tsx b/src/IconAddLocationRounded.tsx index c67caebc3..742c12762 100644 --- a/src/IconAddLocationRounded.tsx +++ b/src/IconAddLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationRounded: React.FC = ({ ...props }) => ( +export const IconAddLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLocationRounded as default } diff --git a/src/IconAddLocationRoundedFilled.tsx b/src/IconAddLocationRoundedFilled.tsx index a799247fc..bb8042c9d 100644 --- a/src/IconAddLocationRoundedFilled.tsx +++ b/src/IconAddLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationRoundedFilled as default } diff --git a/src/IconAddLocationSharp.tsx b/src/IconAddLocationSharp.tsx index a4ded096b..b533714b7 100644 --- a/src/IconAddLocationSharp.tsx +++ b/src/IconAddLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationSharp: React.FC = ({ ...props }) => ( +export const IconAddLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddLocationSharp as default } diff --git a/src/IconAddLocationSharpFilled.tsx b/src/IconAddLocationSharpFilled.tsx index d1ab4d828..723766bbd 100644 --- a/src/IconAddLocationSharpFilled.tsx +++ b/src/IconAddLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddLocationSharpFilled as default } diff --git a/src/IconAddModeratorOutlined.tsx b/src/IconAddModeratorOutlined.tsx index 66ef5af44..72e5e9a31 100644 --- a/src/IconAddModeratorOutlined.tsx +++ b/src/IconAddModeratorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorOutlined: React.FC = ({ ...props }) => ( +export const IconAddModeratorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddModeratorOutlined as default } diff --git a/src/IconAddModeratorOutlinedFilled.tsx b/src/IconAddModeratorOutlinedFilled.tsx index d1a2531fd..d5cbc1646 100644 --- a/src/IconAddModeratorOutlinedFilled.tsx +++ b/src/IconAddModeratorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddModeratorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddModeratorOutlinedFilled as default } diff --git a/src/IconAddModeratorRounded.tsx b/src/IconAddModeratorRounded.tsx index c5ea31142..f5ce2db4a 100644 --- a/src/IconAddModeratorRounded.tsx +++ b/src/IconAddModeratorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorRounded: React.FC = ({ ...props }) => ( +export const IconAddModeratorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddModeratorRounded as default } diff --git a/src/IconAddModeratorRoundedFilled.tsx b/src/IconAddModeratorRoundedFilled.tsx index 5d98419eb..fa64da6eb 100644 --- a/src/IconAddModeratorRoundedFilled.tsx +++ b/src/IconAddModeratorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddModeratorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddModeratorRoundedFilled as default } diff --git a/src/IconAddModeratorSharp.tsx b/src/IconAddModeratorSharp.tsx index 2da726416..7229633b5 100644 --- a/src/IconAddModeratorSharp.tsx +++ b/src/IconAddModeratorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorSharp: React.FC = ({ ...props }) => ( +export const IconAddModeratorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddModeratorSharp as default } diff --git a/src/IconAddModeratorSharpFilled.tsx b/src/IconAddModeratorSharpFilled.tsx index 7eeb4d400..70fbf0b6b 100644 --- a/src/IconAddModeratorSharpFilled.tsx +++ b/src/IconAddModeratorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddModeratorSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddModeratorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddModeratorSharpFilled as default } diff --git a/src/IconAddNotesOutlined.tsx b/src/IconAddNotesOutlined.tsx index 64b26e7de..3d9425d9c 100644 --- a/src/IconAddNotesOutlined.tsx +++ b/src/IconAddNotesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesOutlined: React.FC = ({ ...props }) => ( +export const IconAddNotesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddNotesOutlined as default } diff --git a/src/IconAddNotesOutlinedFilled.tsx b/src/IconAddNotesOutlinedFilled.tsx index 9070751b1..888924e78 100644 --- a/src/IconAddNotesOutlinedFilled.tsx +++ b/src/IconAddNotesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddNotesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddNotesOutlinedFilled as default } diff --git a/src/IconAddNotesRounded.tsx b/src/IconAddNotesRounded.tsx index 59d3c4190..443d0511c 100644 --- a/src/IconAddNotesRounded.tsx +++ b/src/IconAddNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesRounded: React.FC = ({ ...props }) => ( +export const IconAddNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddNotesRounded as default } diff --git a/src/IconAddNotesRoundedFilled.tsx b/src/IconAddNotesRoundedFilled.tsx index 720d2c0d1..28d3f193b 100644 --- a/src/IconAddNotesRoundedFilled.tsx +++ b/src/IconAddNotesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddNotesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddNotesRoundedFilled as default } diff --git a/src/IconAddNotesSharp.tsx b/src/IconAddNotesSharp.tsx index 9a3009a4a..cdc74b0aa 100644 --- a/src/IconAddNotesSharp.tsx +++ b/src/IconAddNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesSharp: React.FC = ({ ...props }) => ( +export const IconAddNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddNotesSharp as default } diff --git a/src/IconAddNotesSharpFilled.tsx b/src/IconAddNotesSharpFilled.tsx index 2b228efcd..d8a2e1fc2 100644 --- a/src/IconAddNotesSharpFilled.tsx +++ b/src/IconAddNotesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddNotesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddNotesSharpFilled as default } diff --git a/src/IconAddOutlined.tsx b/src/IconAddOutlined.tsx index 65cb78bd2..2f8b14fc4 100644 --- a/src/IconAddOutlined.tsx +++ b/src/IconAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddOutlined: React.FC = ({ ...props }) => ( +export const IconAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddOutlined as default } diff --git a/src/IconAddOutlinedFilled.tsx b/src/IconAddOutlinedFilled.tsx index 7e329e276..71fde2ded 100644 --- a/src/IconAddOutlinedFilled.tsx +++ b/src/IconAddOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddOutlinedFilled as default } diff --git a/src/IconAddPhotoAlternateOutlined.tsx b/src/IconAddPhotoAlternateOutlined.tsx index 17f64342b..a354cc0bf 100644 --- a/src/IconAddPhotoAlternateOutlined.tsx +++ b/src/IconAddPhotoAlternateOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateOutlined: React.FC = ({ ...props }) => ( +export const IconAddPhotoAlternateOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddPhotoAlternateOutlined as default } diff --git a/src/IconAddPhotoAlternateOutlinedFilled.tsx b/src/IconAddPhotoAlternateOutlinedFilled.tsx index fce4071f7..b29c0bdd2 100644 --- a/src/IconAddPhotoAlternateOutlinedFilled.tsx +++ b/src/IconAddPhotoAlternateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateOutlinedFilled: React.FC = ({ +export const IconAddPhotoAlternateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddPhotoAlternateOutlinedFilled: React.FC = ({ ) - -export { IconAddPhotoAlternateOutlinedFilled as default } diff --git a/src/IconAddPhotoAlternateRounded.tsx b/src/IconAddPhotoAlternateRounded.tsx index 25a0f752f..419016695 100644 --- a/src/IconAddPhotoAlternateRounded.tsx +++ b/src/IconAddPhotoAlternateRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateRounded: React.FC = ({ ...props }) => ( +export const IconAddPhotoAlternateRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddPhotoAlternateRounded as default } diff --git a/src/IconAddPhotoAlternateRoundedFilled.tsx b/src/IconAddPhotoAlternateRoundedFilled.tsx index 93799dccc..3df100dd1 100644 --- a/src/IconAddPhotoAlternateRoundedFilled.tsx +++ b/src/IconAddPhotoAlternateRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateRoundedFilled: React.FC = ({ +export const IconAddPhotoAlternateRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddPhotoAlternateRoundedFilled: React.FC = ({ ) - -export { IconAddPhotoAlternateRoundedFilled as default } diff --git a/src/IconAddPhotoAlternateSharp.tsx b/src/IconAddPhotoAlternateSharp.tsx index 539d56d5f..c2adcb612 100644 --- a/src/IconAddPhotoAlternateSharp.tsx +++ b/src/IconAddPhotoAlternateSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateSharp: React.FC = ({ ...props }) => ( +export const IconAddPhotoAlternateSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddPhotoAlternateSharp as default } diff --git a/src/IconAddPhotoAlternateSharpFilled.tsx b/src/IconAddPhotoAlternateSharpFilled.tsx index d93b8fb11..df8d1cb0c 100644 --- a/src/IconAddPhotoAlternateSharpFilled.tsx +++ b/src/IconAddPhotoAlternateSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddPhotoAlternateSharpFilled: React.FC = ({ +export const IconAddPhotoAlternateSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddPhotoAlternateSharpFilled: React.FC = ({ ) - -export { IconAddPhotoAlternateSharpFilled as default } diff --git a/src/IconAddReactionOutlined.tsx b/src/IconAddReactionOutlined.tsx index f481271ef..4d361f34e 100644 --- a/src/IconAddReactionOutlined.tsx +++ b/src/IconAddReactionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionOutlined: React.FC = ({ ...props }) => ( +export const IconAddReactionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddReactionOutlined as default } diff --git a/src/IconAddReactionOutlinedFilled.tsx b/src/IconAddReactionOutlinedFilled.tsx index 7ee020916..5d448ee35 100644 --- a/src/IconAddReactionOutlinedFilled.tsx +++ b/src/IconAddReactionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddReactionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddReactionOutlinedFilled as default } diff --git a/src/IconAddReactionRounded.tsx b/src/IconAddReactionRounded.tsx index cce28d3d3..b83d63638 100644 --- a/src/IconAddReactionRounded.tsx +++ b/src/IconAddReactionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionRounded: React.FC = ({ ...props }) => ( +export const IconAddReactionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddReactionRounded as default } diff --git a/src/IconAddReactionRoundedFilled.tsx b/src/IconAddReactionRoundedFilled.tsx index 4f9090851..ac3da4b85 100644 --- a/src/IconAddReactionRoundedFilled.tsx +++ b/src/IconAddReactionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddReactionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddReactionRoundedFilled as default } diff --git a/src/IconAddReactionSharp.tsx b/src/IconAddReactionSharp.tsx index 462fa00d1..6064717ce 100644 --- a/src/IconAddReactionSharp.tsx +++ b/src/IconAddReactionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionSharp: React.FC = ({ ...props }) => ( +export const IconAddReactionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddReactionSharp as default } diff --git a/src/IconAddReactionSharpFilled.tsx b/src/IconAddReactionSharpFilled.tsx index 91bce9a24..8f998a8fe 100644 --- a/src/IconAddReactionSharpFilled.tsx +++ b/src/IconAddReactionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddReactionSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddReactionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddReactionSharpFilled as default } diff --git a/src/IconAddRoadOutlined.tsx b/src/IconAddRoadOutlined.tsx index d7ef8e757..7746fcb5f 100644 --- a/src/IconAddRoadOutlined.tsx +++ b/src/IconAddRoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadOutlined: React.FC = ({ ...props }) => ( +export const IconAddRoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoadOutlined as default } diff --git a/src/IconAddRoadOutlinedFilled.tsx b/src/IconAddRoadOutlinedFilled.tsx index dcc123d53..342fd5506 100644 --- a/src/IconAddRoadOutlinedFilled.tsx +++ b/src/IconAddRoadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddRoadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRoadOutlinedFilled as default } diff --git a/src/IconAddRoadRounded.tsx b/src/IconAddRoadRounded.tsx index 90adcfd7b..667ed6e72 100644 --- a/src/IconAddRoadRounded.tsx +++ b/src/IconAddRoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadRounded: React.FC = ({ ...props }) => ( +export const IconAddRoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoadRounded as default } diff --git a/src/IconAddRoadRoundedFilled.tsx b/src/IconAddRoadRoundedFilled.tsx index 15a861dcb..a01a95090 100644 --- a/src/IconAddRoadRoundedFilled.tsx +++ b/src/IconAddRoadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddRoadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoadRoundedFilled as default } diff --git a/src/IconAddRoadSharp.tsx b/src/IconAddRoadSharp.tsx index 33010dc0b..ee8e908c2 100644 --- a/src/IconAddRoadSharp.tsx +++ b/src/IconAddRoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadSharp: React.FC = ({ ...props }) => ( +export const IconAddRoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoadSharp as default } diff --git a/src/IconAddRoadSharpFilled.tsx b/src/IconAddRoadSharpFilled.tsx index c9e2cc649..5f051d8f7 100644 --- a/src/IconAddRoadSharpFilled.tsx +++ b/src/IconAddRoadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddRoadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoadSharpFilled as default } diff --git a/src/IconAddRounded.tsx b/src/IconAddRounded.tsx index e56691d86..0faca42b3 100644 --- a/src/IconAddRounded.tsx +++ b/src/IconAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRounded: React.FC = ({ ...props }) => ( +export const IconAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRounded as default } diff --git a/src/IconAddRoundedFilled.tsx b/src/IconAddRoundedFilled.tsx index 7c1127dcc..0037caeed 100644 --- a/src/IconAddRoundedFilled.tsx +++ b/src/IconAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRoundedFilled as default } diff --git a/src/IconAddRowAboveOutlined.tsx b/src/IconAddRowAboveOutlined.tsx index 8e1a87489..69206dee9 100644 --- a/src/IconAddRowAboveOutlined.tsx +++ b/src/IconAddRowAboveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveOutlined: React.FC = ({ ...props }) => ( +export const IconAddRowAboveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveOutlined as default } diff --git a/src/IconAddRowAboveOutlinedFilled.tsx b/src/IconAddRowAboveOutlinedFilled.tsx index 1a8e96685..84792712d 100644 --- a/src/IconAddRowAboveOutlinedFilled.tsx +++ b/src/IconAddRowAboveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddRowAboveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveOutlinedFilled as default } diff --git a/src/IconAddRowAboveRounded.tsx b/src/IconAddRowAboveRounded.tsx index 3db3dd64e..9f054924c 100644 --- a/src/IconAddRowAboveRounded.tsx +++ b/src/IconAddRowAboveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveRounded: React.FC = ({ ...props }) => ( +export const IconAddRowAboveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveRounded as default } diff --git a/src/IconAddRowAboveRoundedFilled.tsx b/src/IconAddRowAboveRoundedFilled.tsx index dae7c186f..8edd4f0da 100644 --- a/src/IconAddRowAboveRoundedFilled.tsx +++ b/src/IconAddRowAboveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddRowAboveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveRoundedFilled as default } diff --git a/src/IconAddRowAboveSharp.tsx b/src/IconAddRowAboveSharp.tsx index a235943be..959d64234 100644 --- a/src/IconAddRowAboveSharp.tsx +++ b/src/IconAddRowAboveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveSharp: React.FC = ({ ...props }) => ( +export const IconAddRowAboveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveSharp as default } diff --git a/src/IconAddRowAboveSharpFilled.tsx b/src/IconAddRowAboveSharpFilled.tsx index 11c52dbd7..1ba213806 100644 --- a/src/IconAddRowAboveSharpFilled.tsx +++ b/src/IconAddRowAboveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowAboveSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddRowAboveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowAboveSharpFilled as default } diff --git a/src/IconAddRowBelowOutlined.tsx b/src/IconAddRowBelowOutlined.tsx index 16c465ffa..d4a78d310 100644 --- a/src/IconAddRowBelowOutlined.tsx +++ b/src/IconAddRowBelowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowOutlined: React.FC = ({ ...props }) => ( +export const IconAddRowBelowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowOutlined as default } diff --git a/src/IconAddRowBelowOutlinedFilled.tsx b/src/IconAddRowBelowOutlinedFilled.tsx index 2fce2c80a..92571cab4 100644 --- a/src/IconAddRowBelowOutlinedFilled.tsx +++ b/src/IconAddRowBelowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddRowBelowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowOutlinedFilled as default } diff --git a/src/IconAddRowBelowRounded.tsx b/src/IconAddRowBelowRounded.tsx index 8155eaa6a..8f39418b7 100644 --- a/src/IconAddRowBelowRounded.tsx +++ b/src/IconAddRowBelowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowRounded: React.FC = ({ ...props }) => ( +export const IconAddRowBelowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowRounded as default } diff --git a/src/IconAddRowBelowRoundedFilled.tsx b/src/IconAddRowBelowRoundedFilled.tsx index df8e43f10..418cfce80 100644 --- a/src/IconAddRowBelowRoundedFilled.tsx +++ b/src/IconAddRowBelowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddRowBelowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowRoundedFilled as default } diff --git a/src/IconAddRowBelowSharp.tsx b/src/IconAddRowBelowSharp.tsx index 800ddb7b9..7cbfff894 100644 --- a/src/IconAddRowBelowSharp.tsx +++ b/src/IconAddRowBelowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowSharp: React.FC = ({ ...props }) => ( +export const IconAddRowBelowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowSharp as default } diff --git a/src/IconAddRowBelowSharpFilled.tsx b/src/IconAddRowBelowSharpFilled.tsx index a7ec22fde..569659249 100644 --- a/src/IconAddRowBelowSharpFilled.tsx +++ b/src/IconAddRowBelowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddRowBelowSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddRowBelowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddRowBelowSharpFilled as default } diff --git a/src/IconAddSharp.tsx b/src/IconAddSharp.tsx index 53fc9a57c..8d5480011 100644 --- a/src/IconAddSharp.tsx +++ b/src/IconAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddSharp: React.FC = ({ ...props }) => ( +export const IconAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddSharp as default } diff --git a/src/IconAddSharpFilled.tsx b/src/IconAddSharpFilled.tsx index 35f3611ad..191584108 100644 --- a/src/IconAddSharpFilled.tsx +++ b/src/IconAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddSharpFilled as default } diff --git a/src/IconAddShoppingCartOutlined.tsx b/src/IconAddShoppingCartOutlined.tsx index f7139b151..14a55ef41 100644 --- a/src/IconAddShoppingCartOutlined.tsx +++ b/src/IconAddShoppingCartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartOutlined: React.FC = ({ ...props }) => ( +export const IconAddShoppingCartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddShoppingCartOutlined as default } diff --git a/src/IconAddShoppingCartOutlinedFilled.tsx b/src/IconAddShoppingCartOutlinedFilled.tsx index 39bd0189b..5bce8a650 100644 --- a/src/IconAddShoppingCartOutlinedFilled.tsx +++ b/src/IconAddShoppingCartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartOutlinedFilled: React.FC = ({ +export const IconAddShoppingCartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddShoppingCartOutlinedFilled: React.FC = ({ ) - -export { IconAddShoppingCartOutlinedFilled as default } diff --git a/src/IconAddShoppingCartRounded.tsx b/src/IconAddShoppingCartRounded.tsx index 08976e53e..d90c4abbb 100644 --- a/src/IconAddShoppingCartRounded.tsx +++ b/src/IconAddShoppingCartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartRounded: React.FC = ({ ...props }) => ( +export const IconAddShoppingCartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddShoppingCartRounded as default } diff --git a/src/IconAddShoppingCartRoundedFilled.tsx b/src/IconAddShoppingCartRoundedFilled.tsx index 57cf7f1e5..38800ba22 100644 --- a/src/IconAddShoppingCartRoundedFilled.tsx +++ b/src/IconAddShoppingCartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartRoundedFilled: React.FC = ({ +export const IconAddShoppingCartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddShoppingCartRoundedFilled: React.FC = ({ ) - -export { IconAddShoppingCartRoundedFilled as default } diff --git a/src/IconAddShoppingCartSharp.tsx b/src/IconAddShoppingCartSharp.tsx index 5dca2d8f6..432b3702d 100644 --- a/src/IconAddShoppingCartSharp.tsx +++ b/src/IconAddShoppingCartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartSharp: React.FC = ({ ...props }) => ( +export const IconAddShoppingCartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddShoppingCartSharp as default } diff --git a/src/IconAddShoppingCartSharpFilled.tsx b/src/IconAddShoppingCartSharpFilled.tsx index da8cd9b7c..d8b12e943 100644 --- a/src/IconAddShoppingCartSharpFilled.tsx +++ b/src/IconAddShoppingCartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddShoppingCartSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddShoppingCartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddShoppingCartSharpFilled as default } diff --git a/src/IconAddTaskOutlined.tsx b/src/IconAddTaskOutlined.tsx index 6b4381645..9be294a4b 100644 --- a/src/IconAddTaskOutlined.tsx +++ b/src/IconAddTaskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskOutlined: React.FC = ({ ...props }) => ( +export const IconAddTaskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTaskOutlined as default } diff --git a/src/IconAddTaskOutlinedFilled.tsx b/src/IconAddTaskOutlinedFilled.tsx index 71c79af08..c7c8d16e3 100644 --- a/src/IconAddTaskOutlinedFilled.tsx +++ b/src/IconAddTaskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddTaskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddTaskOutlinedFilled as default } diff --git a/src/IconAddTaskRounded.tsx b/src/IconAddTaskRounded.tsx index 01c7b6906..51c8a056a 100644 --- a/src/IconAddTaskRounded.tsx +++ b/src/IconAddTaskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskRounded: React.FC = ({ ...props }) => ( +export const IconAddTaskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTaskRounded as default } diff --git a/src/IconAddTaskRoundedFilled.tsx b/src/IconAddTaskRoundedFilled.tsx index a923a6bea..1c47b8077 100644 --- a/src/IconAddTaskRoundedFilled.tsx +++ b/src/IconAddTaskRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddTaskRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTaskRoundedFilled as default } diff --git a/src/IconAddTaskSharp.tsx b/src/IconAddTaskSharp.tsx index 2c42c36e8..741e94c3b 100644 --- a/src/IconAddTaskSharp.tsx +++ b/src/IconAddTaskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskSharp: React.FC = ({ ...props }) => ( +export const IconAddTaskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTaskSharp as default } diff --git a/src/IconAddTaskSharpFilled.tsx b/src/IconAddTaskSharpFilled.tsx index 3060c1d16..00f553cd0 100644 --- a/src/IconAddTaskSharpFilled.tsx +++ b/src/IconAddTaskSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTaskSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddTaskSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTaskSharpFilled as default } diff --git a/src/IconAddToDriveOutlined.tsx b/src/IconAddToDriveOutlined.tsx index 6bc0e2324..0dffc6ff6 100644 --- a/src/IconAddToDriveOutlined.tsx +++ b/src/IconAddToDriveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveOutlined: React.FC = ({ ...props }) => ( +export const IconAddToDriveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToDriveOutlined as default } diff --git a/src/IconAddToDriveOutlinedFilled.tsx b/src/IconAddToDriveOutlinedFilled.tsx index 3e6897aea..65ba1cbb3 100644 --- a/src/IconAddToDriveOutlinedFilled.tsx +++ b/src/IconAddToDriveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddToDriveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToDriveOutlinedFilled as default } diff --git a/src/IconAddToDriveRounded.tsx b/src/IconAddToDriveRounded.tsx index a7ff36595..67710ca30 100644 --- a/src/IconAddToDriveRounded.tsx +++ b/src/IconAddToDriveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveRounded: React.FC = ({ ...props }) => ( +export const IconAddToDriveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToDriveRounded as default } diff --git a/src/IconAddToDriveRoundedFilled.tsx b/src/IconAddToDriveRoundedFilled.tsx index efee288e9..827404938 100644 --- a/src/IconAddToDriveRoundedFilled.tsx +++ b/src/IconAddToDriveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddToDriveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToDriveRoundedFilled as default } diff --git a/src/IconAddToDriveSharp.tsx b/src/IconAddToDriveSharp.tsx index 2d20defd5..c9a8a1e40 100644 --- a/src/IconAddToDriveSharp.tsx +++ b/src/IconAddToDriveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveSharp: React.FC = ({ ...props }) => ( +export const IconAddToDriveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToDriveSharp as default } diff --git a/src/IconAddToDriveSharpFilled.tsx b/src/IconAddToDriveSharpFilled.tsx index 44d813e17..2e9b5d355 100644 --- a/src/IconAddToDriveSharpFilled.tsx +++ b/src/IconAddToDriveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToDriveSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddToDriveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToDriveSharpFilled as default } diff --git a/src/IconAddToHomeScreenOutlined.tsx b/src/IconAddToHomeScreenOutlined.tsx index 1c0f36f3c..d83d280be 100644 --- a/src/IconAddToHomeScreenOutlined.tsx +++ b/src/IconAddToHomeScreenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenOutlined: React.FC = ({ ...props }) => ( +export const IconAddToHomeScreenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToHomeScreenOutlined as default } diff --git a/src/IconAddToHomeScreenOutlinedFilled.tsx b/src/IconAddToHomeScreenOutlinedFilled.tsx index 5db1b13e0..eddc48abc 100644 --- a/src/IconAddToHomeScreenOutlinedFilled.tsx +++ b/src/IconAddToHomeScreenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenOutlinedFilled: React.FC = ({ +export const IconAddToHomeScreenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddToHomeScreenOutlinedFilled: React.FC = ({ ) - -export { IconAddToHomeScreenOutlinedFilled as default } diff --git a/src/IconAddToHomeScreenRounded.tsx b/src/IconAddToHomeScreenRounded.tsx index b289ad614..b44b4d799 100644 --- a/src/IconAddToHomeScreenRounded.tsx +++ b/src/IconAddToHomeScreenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenRounded: React.FC = ({ ...props }) => ( +export const IconAddToHomeScreenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToHomeScreenRounded as default } diff --git a/src/IconAddToHomeScreenRoundedFilled.tsx b/src/IconAddToHomeScreenRoundedFilled.tsx index 3a59d8d21..a3a0534bc 100644 --- a/src/IconAddToHomeScreenRoundedFilled.tsx +++ b/src/IconAddToHomeScreenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenRoundedFilled: React.FC = ({ +export const IconAddToHomeScreenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAddToHomeScreenRoundedFilled: React.FC = ({ ) - -export { IconAddToHomeScreenRoundedFilled as default } diff --git a/src/IconAddToHomeScreenSharp.tsx b/src/IconAddToHomeScreenSharp.tsx index c8c7f5166..07cb40e13 100644 --- a/src/IconAddToHomeScreenSharp.tsx +++ b/src/IconAddToHomeScreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenSharp: React.FC = ({ ...props }) => ( +export const IconAddToHomeScreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToHomeScreenSharp as default } diff --git a/src/IconAddToHomeScreenSharpFilled.tsx b/src/IconAddToHomeScreenSharpFilled.tsx index 1113b8bb2..ced4fe587 100644 --- a/src/IconAddToHomeScreenSharpFilled.tsx +++ b/src/IconAddToHomeScreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToHomeScreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddToHomeScreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToHomeScreenSharpFilled as default } diff --git a/src/IconAddToPhotosOutlined.tsx b/src/IconAddToPhotosOutlined.tsx index f0f4c7b3b..dd3069a67 100644 --- a/src/IconAddToPhotosOutlined.tsx +++ b/src/IconAddToPhotosOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosOutlined: React.FC = ({ ...props }) => ( +export const IconAddToPhotosOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosOutlined as default } diff --git a/src/IconAddToPhotosOutlinedFilled.tsx b/src/IconAddToPhotosOutlinedFilled.tsx index be588e767..fd8310fa3 100644 --- a/src/IconAddToPhotosOutlinedFilled.tsx +++ b/src/IconAddToPhotosOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddToPhotosOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosOutlinedFilled as default } diff --git a/src/IconAddToPhotosRounded.tsx b/src/IconAddToPhotosRounded.tsx index 4bec142eb..448a682ed 100644 --- a/src/IconAddToPhotosRounded.tsx +++ b/src/IconAddToPhotosRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosRounded: React.FC = ({ ...props }) => ( +export const IconAddToPhotosRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosRounded as default } diff --git a/src/IconAddToPhotosRoundedFilled.tsx b/src/IconAddToPhotosRoundedFilled.tsx index ec1f6e20f..fb5c1133a 100644 --- a/src/IconAddToPhotosRoundedFilled.tsx +++ b/src/IconAddToPhotosRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddToPhotosRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosRoundedFilled as default } diff --git a/src/IconAddToPhotosSharp.tsx b/src/IconAddToPhotosSharp.tsx index b564fbbc3..c006e7954 100644 --- a/src/IconAddToPhotosSharp.tsx +++ b/src/IconAddToPhotosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosSharp: React.FC = ({ ...props }) => ( +export const IconAddToPhotosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosSharp as default } diff --git a/src/IconAddToPhotosSharpFilled.tsx b/src/IconAddToPhotosSharpFilled.tsx index 8d9b1d25a..44d09334a 100644 --- a/src/IconAddToPhotosSharpFilled.tsx +++ b/src/IconAddToPhotosSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToPhotosSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddToPhotosSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToPhotosSharpFilled as default } diff --git a/src/IconAddToQueueOutlined.tsx b/src/IconAddToQueueOutlined.tsx index 49b6105ca..fef989423 100644 --- a/src/IconAddToQueueOutlined.tsx +++ b/src/IconAddToQueueOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueOutlined: React.FC = ({ ...props }) => ( +export const IconAddToQueueOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToQueueOutlined as default } diff --git a/src/IconAddToQueueOutlinedFilled.tsx b/src/IconAddToQueueOutlinedFilled.tsx index 6d65254f7..7f359c1df 100644 --- a/src/IconAddToQueueOutlinedFilled.tsx +++ b/src/IconAddToQueueOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddToQueueOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToQueueOutlinedFilled as default } diff --git a/src/IconAddToQueueRounded.tsx b/src/IconAddToQueueRounded.tsx index c42f51503..d1baf0ac3 100644 --- a/src/IconAddToQueueRounded.tsx +++ b/src/IconAddToQueueRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueRounded: React.FC = ({ ...props }) => ( +export const IconAddToQueueRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToQueueRounded as default } diff --git a/src/IconAddToQueueRoundedFilled.tsx b/src/IconAddToQueueRoundedFilled.tsx index ae26054cd..f7cddd656 100644 --- a/src/IconAddToQueueRoundedFilled.tsx +++ b/src/IconAddToQueueRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddToQueueRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToQueueRoundedFilled as default } diff --git a/src/IconAddToQueueSharp.tsx b/src/IconAddToQueueSharp.tsx index ee846afd6..8ffdfc2bf 100644 --- a/src/IconAddToQueueSharp.tsx +++ b/src/IconAddToQueueSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueSharp: React.FC = ({ ...props }) => ( +export const IconAddToQueueSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddToQueueSharp as default } diff --git a/src/IconAddToQueueSharpFilled.tsx b/src/IconAddToQueueSharpFilled.tsx index e400ec942..db9c1d739 100644 --- a/src/IconAddToQueueSharpFilled.tsx +++ b/src/IconAddToQueueSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddToQueueSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddToQueueSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddToQueueSharpFilled as default } diff --git a/src/IconAddTriangleOutlined.tsx b/src/IconAddTriangleOutlined.tsx index 181d89722..c8ee325df 100644 --- a/src/IconAddTriangleOutlined.tsx +++ b/src/IconAddTriangleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleOutlined: React.FC = ({ ...props }) => ( +export const IconAddTriangleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTriangleOutlined as default } diff --git a/src/IconAddTriangleOutlinedFilled.tsx b/src/IconAddTriangleOutlinedFilled.tsx index 949112b8a..9fecfba42 100644 --- a/src/IconAddTriangleOutlinedFilled.tsx +++ b/src/IconAddTriangleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAddTriangleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddTriangleOutlinedFilled as default } diff --git a/src/IconAddTriangleRounded.tsx b/src/IconAddTriangleRounded.tsx index bc5a88c73..b2fa0b159 100644 --- a/src/IconAddTriangleRounded.tsx +++ b/src/IconAddTriangleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleRounded: React.FC = ({ ...props }) => ( +export const IconAddTriangleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTriangleRounded as default } diff --git a/src/IconAddTriangleRoundedFilled.tsx b/src/IconAddTriangleRoundedFilled.tsx index 0925a2d2c..c9815c3e4 100644 --- a/src/IconAddTriangleRoundedFilled.tsx +++ b/src/IconAddTriangleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAddTriangleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddTriangleRoundedFilled as default } diff --git a/src/IconAddTriangleSharp.tsx b/src/IconAddTriangleSharp.tsx index c52996fb0..bfc7a72ed 100644 --- a/src/IconAddTriangleSharp.tsx +++ b/src/IconAddTriangleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleSharp: React.FC = ({ ...props }) => ( +export const IconAddTriangleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAddTriangleSharp as default } diff --git a/src/IconAddTriangleSharpFilled.tsx b/src/IconAddTriangleSharpFilled.tsx index d1e36ba03..cdb67b93a 100644 --- a/src/IconAddTriangleSharpFilled.tsx +++ b/src/IconAddTriangleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAddTriangleSharpFilled: React.FC = ({ ...props }) => ( +export const IconAddTriangleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAddTriangleSharpFilled as default } diff --git a/src/IconAdfScannerOutlined.tsx b/src/IconAdfScannerOutlined.tsx index 420426340..09ba7132e 100644 --- a/src/IconAdfScannerOutlined.tsx +++ b/src/IconAdfScannerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerOutlined: React.FC = ({ ...props }) => ( +export const IconAdfScannerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdfScannerOutlined as default } diff --git a/src/IconAdfScannerOutlinedFilled.tsx b/src/IconAdfScannerOutlinedFilled.tsx index 56fed09fc..dc4aa2e88 100644 --- a/src/IconAdfScannerOutlinedFilled.tsx +++ b/src/IconAdfScannerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdfScannerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdfScannerOutlinedFilled as default } diff --git a/src/IconAdfScannerRounded.tsx b/src/IconAdfScannerRounded.tsx index 6ed7f8afd..c3852bd78 100644 --- a/src/IconAdfScannerRounded.tsx +++ b/src/IconAdfScannerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerRounded: React.FC = ({ ...props }) => ( +export const IconAdfScannerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdfScannerRounded as default } diff --git a/src/IconAdfScannerRoundedFilled.tsx b/src/IconAdfScannerRoundedFilled.tsx index 3984a64e2..d192aab50 100644 --- a/src/IconAdfScannerRoundedFilled.tsx +++ b/src/IconAdfScannerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdfScannerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdfScannerRoundedFilled as default } diff --git a/src/IconAdfScannerSharp.tsx b/src/IconAdfScannerSharp.tsx index 064ceb01d..2d79d1820 100644 --- a/src/IconAdfScannerSharp.tsx +++ b/src/IconAdfScannerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerSharp: React.FC = ({ ...props }) => ( +export const IconAdfScannerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdfScannerSharp as default } diff --git a/src/IconAdfScannerSharpFilled.tsx b/src/IconAdfScannerSharpFilled.tsx index 94a47a49d..7f46779e0 100644 --- a/src/IconAdfScannerSharpFilled.tsx +++ b/src/IconAdfScannerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdfScannerSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdfScannerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdfScannerSharpFilled as default } diff --git a/src/IconAdjustOutlined.tsx b/src/IconAdjustOutlined.tsx index 143d6fe67..28550be84 100644 --- a/src/IconAdjustOutlined.tsx +++ b/src/IconAdjustOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustOutlined: React.FC = ({ ...props }) => ( +export const IconAdjustOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustOutlined as default } diff --git a/src/IconAdjustOutlinedFilled.tsx b/src/IconAdjustOutlinedFilled.tsx index 0e44caf12..cfb8393de 100644 --- a/src/IconAdjustOutlinedFilled.tsx +++ b/src/IconAdjustOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdjustOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustOutlinedFilled as default } diff --git a/src/IconAdjustRounded.tsx b/src/IconAdjustRounded.tsx index 79971f01a..3017d8bbb 100644 --- a/src/IconAdjustRounded.tsx +++ b/src/IconAdjustRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustRounded: React.FC = ({ ...props }) => ( +export const IconAdjustRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustRounded as default } diff --git a/src/IconAdjustRoundedFilled.tsx b/src/IconAdjustRoundedFilled.tsx index 3ee021ec8..5be412753 100644 --- a/src/IconAdjustRoundedFilled.tsx +++ b/src/IconAdjustRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdjustRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustRoundedFilled as default } diff --git a/src/IconAdjustSharp.tsx b/src/IconAdjustSharp.tsx index 02b1c719b..c07e564cc 100644 --- a/src/IconAdjustSharp.tsx +++ b/src/IconAdjustSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustSharp: React.FC = ({ ...props }) => ( +export const IconAdjustSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustSharp as default } diff --git a/src/IconAdjustSharpFilled.tsx b/src/IconAdjustSharpFilled.tsx index 54e0d86af..b905e14c9 100644 --- a/src/IconAdjustSharpFilled.tsx +++ b/src/IconAdjustSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdjustSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdjustSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdjustSharpFilled as default } diff --git a/src/IconAdminMedsOutlined.tsx b/src/IconAdminMedsOutlined.tsx index 8d16234b7..ad37cf1dc 100644 --- a/src/IconAdminMedsOutlined.tsx +++ b/src/IconAdminMedsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsOutlined: React.FC = ({ ...props }) => ( +export const IconAdminMedsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdminMedsOutlined as default } diff --git a/src/IconAdminMedsOutlinedFilled.tsx b/src/IconAdminMedsOutlinedFilled.tsx index a1264a02b..6354ef9bd 100644 --- a/src/IconAdminMedsOutlinedFilled.tsx +++ b/src/IconAdminMedsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdminMedsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdminMedsOutlinedFilled as default } diff --git a/src/IconAdminMedsRounded.tsx b/src/IconAdminMedsRounded.tsx index 02770e2d1..751630169 100644 --- a/src/IconAdminMedsRounded.tsx +++ b/src/IconAdminMedsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsRounded: React.FC = ({ ...props }) => ( +export const IconAdminMedsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdminMedsRounded as default } diff --git a/src/IconAdminMedsRoundedFilled.tsx b/src/IconAdminMedsRoundedFilled.tsx index 33c0cb69e..4da97c390 100644 --- a/src/IconAdminMedsRoundedFilled.tsx +++ b/src/IconAdminMedsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdminMedsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdminMedsRoundedFilled as default } diff --git a/src/IconAdminMedsSharp.tsx b/src/IconAdminMedsSharp.tsx index 3a19edaa4..235c6bc72 100644 --- a/src/IconAdminMedsSharp.tsx +++ b/src/IconAdminMedsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsSharp: React.FC = ({ ...props }) => ( +export const IconAdminMedsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdminMedsSharp as default } diff --git a/src/IconAdminMedsSharpFilled.tsx b/src/IconAdminMedsSharpFilled.tsx index a64c8c125..502e1aa2f 100644 --- a/src/IconAdminMedsSharpFilled.tsx +++ b/src/IconAdminMedsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdminMedsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdminMedsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdminMedsSharpFilled as default } diff --git a/src/IconAdminPanelSettingsOutlined.tsx b/src/IconAdminPanelSettingsOutlined.tsx index f95f2c0ab..d9658445a 100644 --- a/src/IconAdminPanelSettingsOutlined.tsx +++ b/src/IconAdminPanelSettingsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsOutlined: React.FC = ({ ...props }) => ( +export const IconAdminPanelSettingsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdminPanelSettingsOutlined as default } diff --git a/src/IconAdminPanelSettingsOutlinedFilled.tsx b/src/IconAdminPanelSettingsOutlinedFilled.tsx index e8be3557d..8a6f6c04f 100644 --- a/src/IconAdminPanelSettingsOutlinedFilled.tsx +++ b/src/IconAdminPanelSettingsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsOutlinedFilled: React.FC = ({ +export const IconAdminPanelSettingsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdminPanelSettingsOutlinedFilled: React.FC = ({ ) - -export { IconAdminPanelSettingsOutlinedFilled as default } diff --git a/src/IconAdminPanelSettingsRounded.tsx b/src/IconAdminPanelSettingsRounded.tsx index 3ecc2d89f..e3d4f34f0 100644 --- a/src/IconAdminPanelSettingsRounded.tsx +++ b/src/IconAdminPanelSettingsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsRounded: React.FC = ({ ...props }) => ( +export const IconAdminPanelSettingsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdminPanelSettingsRounded as default } diff --git a/src/IconAdminPanelSettingsRoundedFilled.tsx b/src/IconAdminPanelSettingsRoundedFilled.tsx index a84e39d52..6f68f1ca7 100644 --- a/src/IconAdminPanelSettingsRoundedFilled.tsx +++ b/src/IconAdminPanelSettingsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsRoundedFilled: React.FC = ({ +export const IconAdminPanelSettingsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdminPanelSettingsRoundedFilled: React.FC = ({ ) - -export { IconAdminPanelSettingsRoundedFilled as default } diff --git a/src/IconAdminPanelSettingsSharp.tsx b/src/IconAdminPanelSettingsSharp.tsx index 50b432218..bba587270 100644 --- a/src/IconAdminPanelSettingsSharp.tsx +++ b/src/IconAdminPanelSettingsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsSharp: React.FC = ({ ...props }) => ( +export const IconAdminPanelSettingsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdminPanelSettingsSharp as default } diff --git a/src/IconAdminPanelSettingsSharpFilled.tsx b/src/IconAdminPanelSettingsSharpFilled.tsx index db4e7726f..c46845c7b 100644 --- a/src/IconAdminPanelSettingsSharpFilled.tsx +++ b/src/IconAdminPanelSettingsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAdminPanelSettingsSharpFilled: React.FC = ({ +export const IconAdminPanelSettingsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAdminPanelSettingsSharpFilled: React.FC = ({ ) - -export { IconAdminPanelSettingsSharpFilled as default } diff --git a/src/IconAdsClickOutlined.tsx b/src/IconAdsClickOutlined.tsx index c083fbf4f..b6d266508 100644 --- a/src/IconAdsClickOutlined.tsx +++ b/src/IconAdsClickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickOutlined: React.FC = ({ ...props }) => ( +export const IconAdsClickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdsClickOutlined as default } diff --git a/src/IconAdsClickOutlinedFilled.tsx b/src/IconAdsClickOutlinedFilled.tsx index de157f0ac..0cd93d0a8 100644 --- a/src/IconAdsClickOutlinedFilled.tsx +++ b/src/IconAdsClickOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAdsClickOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdsClickOutlinedFilled as default } diff --git a/src/IconAdsClickRounded.tsx b/src/IconAdsClickRounded.tsx index a25cd6085..c41a686f1 100644 --- a/src/IconAdsClickRounded.tsx +++ b/src/IconAdsClickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickRounded: React.FC = ({ ...props }) => ( +export const IconAdsClickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdsClickRounded as default } diff --git a/src/IconAdsClickRoundedFilled.tsx b/src/IconAdsClickRoundedFilled.tsx index 48fec4c95..63748326e 100644 --- a/src/IconAdsClickRoundedFilled.tsx +++ b/src/IconAdsClickRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAdsClickRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAdsClickRoundedFilled as default } diff --git a/src/IconAdsClickSharp.tsx b/src/IconAdsClickSharp.tsx index 6be6174b6..b5fedd682 100644 --- a/src/IconAdsClickSharp.tsx +++ b/src/IconAdsClickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickSharp: React.FC = ({ ...props }) => ( +export const IconAdsClickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdsClickSharp as default } diff --git a/src/IconAdsClickSharpFilled.tsx b/src/IconAdsClickSharpFilled.tsx index d48da33c3..dbcb0d22c 100644 --- a/src/IconAdsClickSharpFilled.tsx +++ b/src/IconAdsClickSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAdsClickSharpFilled: React.FC = ({ ...props }) => ( +export const IconAdsClickSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAdsClickSharpFilled as default } diff --git a/src/IconAgenderOutlined.tsx b/src/IconAgenderOutlined.tsx index 32c816366..01533b879 100644 --- a/src/IconAgenderOutlined.tsx +++ b/src/IconAgenderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderOutlined: React.FC = ({ ...props }) => ( +export const IconAgenderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgenderOutlined as default } diff --git a/src/IconAgenderOutlinedFilled.tsx b/src/IconAgenderOutlinedFilled.tsx index 91468ac8e..4eac62f17 100644 --- a/src/IconAgenderOutlinedFilled.tsx +++ b/src/IconAgenderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAgenderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAgenderOutlinedFilled as default } diff --git a/src/IconAgenderRounded.tsx b/src/IconAgenderRounded.tsx index 5bbd8524f..69043bc0b 100644 --- a/src/IconAgenderRounded.tsx +++ b/src/IconAgenderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderRounded: React.FC = ({ ...props }) => ( +export const IconAgenderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgenderRounded as default } diff --git a/src/IconAgenderRoundedFilled.tsx b/src/IconAgenderRoundedFilled.tsx index c78de6126..0f063fc88 100644 --- a/src/IconAgenderRoundedFilled.tsx +++ b/src/IconAgenderRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAgenderRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgenderRoundedFilled as default } diff --git a/src/IconAgenderSharp.tsx b/src/IconAgenderSharp.tsx index 6b2d9bb6f..69c87d594 100644 --- a/src/IconAgenderSharp.tsx +++ b/src/IconAgenderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderSharp: React.FC = ({ ...props }) => ( +export const IconAgenderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgenderSharp as default } diff --git a/src/IconAgenderSharpFilled.tsx b/src/IconAgenderSharpFilled.tsx index f4ddbbe9d..bccd2563b 100644 --- a/src/IconAgenderSharpFilled.tsx +++ b/src/IconAgenderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgenderSharpFilled: React.FC = ({ ...props }) => ( +export const IconAgenderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgenderSharpFilled as default } diff --git a/src/IconAgricultureOutlined.tsx b/src/IconAgricultureOutlined.tsx index eebab4675..965a22a5d 100644 --- a/src/IconAgricultureOutlined.tsx +++ b/src/IconAgricultureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureOutlined: React.FC = ({ ...props }) => ( +export const IconAgricultureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgricultureOutlined as default } diff --git a/src/IconAgricultureOutlinedFilled.tsx b/src/IconAgricultureOutlinedFilled.tsx index e464678c7..4f30c2771 100644 --- a/src/IconAgricultureOutlinedFilled.tsx +++ b/src/IconAgricultureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAgricultureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAgricultureOutlinedFilled as default } diff --git a/src/IconAgricultureRounded.tsx b/src/IconAgricultureRounded.tsx index 1bc70d8dc..4999510d7 100644 --- a/src/IconAgricultureRounded.tsx +++ b/src/IconAgricultureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureRounded: React.FC = ({ ...props }) => ( +export const IconAgricultureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgricultureRounded as default } diff --git a/src/IconAgricultureRoundedFilled.tsx b/src/IconAgricultureRoundedFilled.tsx index 7207f475f..e9c15c85b 100644 --- a/src/IconAgricultureRoundedFilled.tsx +++ b/src/IconAgricultureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAgricultureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAgricultureRoundedFilled as default } diff --git a/src/IconAgricultureSharp.tsx b/src/IconAgricultureSharp.tsx index e8d70c120..1c32055a2 100644 --- a/src/IconAgricultureSharp.tsx +++ b/src/IconAgricultureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureSharp: React.FC = ({ ...props }) => ( +export const IconAgricultureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAgricultureSharp as default } diff --git a/src/IconAgricultureSharpFilled.tsx b/src/IconAgricultureSharpFilled.tsx index e9c7c686a..256c3371f 100644 --- a/src/IconAgricultureSharpFilled.tsx +++ b/src/IconAgricultureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAgricultureSharpFilled: React.FC = ({ ...props }) => ( +export const IconAgricultureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAgricultureSharpFilled as default } diff --git a/src/IconAirFreshenerOutlined.tsx b/src/IconAirFreshenerOutlined.tsx index e49be144f..d0771dd7b 100644 --- a/src/IconAirFreshenerOutlined.tsx +++ b/src/IconAirFreshenerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerOutlined: React.FC = ({ ...props }) => ( +export const IconAirFreshenerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerOutlined as default } diff --git a/src/IconAirFreshenerOutlinedFilled.tsx b/src/IconAirFreshenerOutlinedFilled.tsx index b48d8910a..02bf5e7d0 100644 --- a/src/IconAirFreshenerOutlinedFilled.tsx +++ b/src/IconAirFreshenerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirFreshenerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerOutlinedFilled as default } diff --git a/src/IconAirFreshenerRounded.tsx b/src/IconAirFreshenerRounded.tsx index 20aa46a49..beae90d69 100644 --- a/src/IconAirFreshenerRounded.tsx +++ b/src/IconAirFreshenerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerRounded: React.FC = ({ ...props }) => ( +export const IconAirFreshenerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerRounded as default } diff --git a/src/IconAirFreshenerRoundedFilled.tsx b/src/IconAirFreshenerRoundedFilled.tsx index 7ab0990c5..b0cfc422a 100644 --- a/src/IconAirFreshenerRoundedFilled.tsx +++ b/src/IconAirFreshenerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirFreshenerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerRoundedFilled as default } diff --git a/src/IconAirFreshenerSharp.tsx b/src/IconAirFreshenerSharp.tsx index 80360ad1e..cfcab0860 100644 --- a/src/IconAirFreshenerSharp.tsx +++ b/src/IconAirFreshenerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerSharp: React.FC = ({ ...props }) => ( +export const IconAirFreshenerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerSharp as default } diff --git a/src/IconAirFreshenerSharpFilled.tsx b/src/IconAirFreshenerSharpFilled.tsx index 1d13b32ec..f2ab7ce92 100644 --- a/src/IconAirFreshenerSharpFilled.tsx +++ b/src/IconAirFreshenerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirFreshenerSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirFreshenerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirFreshenerSharpFilled as default } diff --git a/src/IconAirOutlined.tsx b/src/IconAirOutlined.tsx index 49dd62d63..3b1afea6c 100644 --- a/src/IconAirOutlined.tsx +++ b/src/IconAirOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirOutlined: React.FC = ({ ...props }) => ( +export const IconAirOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirOutlined as default } diff --git a/src/IconAirOutlinedFilled.tsx b/src/IconAirOutlinedFilled.tsx index 3f2dd9af2..52a69703c 100644 --- a/src/IconAirOutlinedFilled.tsx +++ b/src/IconAirOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirOutlinedFilled as default } diff --git a/src/IconAirPurifierGenOutlined.tsx b/src/IconAirPurifierGenOutlined.tsx index a15646e75..5ab9a6ce4 100644 --- a/src/IconAirPurifierGenOutlined.tsx +++ b/src/IconAirPurifierGenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenOutlined: React.FC = ({ ...props }) => ( +export const IconAirPurifierGenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierGenOutlined as default } diff --git a/src/IconAirPurifierGenOutlinedFilled.tsx b/src/IconAirPurifierGenOutlinedFilled.tsx index d302cc5c2..dd0d55107 100644 --- a/src/IconAirPurifierGenOutlinedFilled.tsx +++ b/src/IconAirPurifierGenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenOutlinedFilled: React.FC = ({ +export const IconAirPurifierGenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirPurifierGenOutlinedFilled: React.FC = ({ ) - -export { IconAirPurifierGenOutlinedFilled as default } diff --git a/src/IconAirPurifierGenRounded.tsx b/src/IconAirPurifierGenRounded.tsx index b1b2f7f72..fe21ec624 100644 --- a/src/IconAirPurifierGenRounded.tsx +++ b/src/IconAirPurifierGenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenRounded: React.FC = ({ ...props }) => ( +export const IconAirPurifierGenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierGenRounded as default } diff --git a/src/IconAirPurifierGenRoundedFilled.tsx b/src/IconAirPurifierGenRoundedFilled.tsx index 08c42312a..3d7bb0798 100644 --- a/src/IconAirPurifierGenRoundedFilled.tsx +++ b/src/IconAirPurifierGenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirPurifierGenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierGenRoundedFilled as default } diff --git a/src/IconAirPurifierGenSharp.tsx b/src/IconAirPurifierGenSharp.tsx index 523374a2c..9d3d32bbb 100644 --- a/src/IconAirPurifierGenSharp.tsx +++ b/src/IconAirPurifierGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenSharp: React.FC = ({ ...props }) => ( +export const IconAirPurifierGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirPurifierGenSharp as default } diff --git a/src/IconAirPurifierGenSharpFilled.tsx b/src/IconAirPurifierGenSharpFilled.tsx index 32674fc73..2805229c8 100644 --- a/src/IconAirPurifierGenSharpFilled.tsx +++ b/src/IconAirPurifierGenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirPurifierGenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierGenSharpFilled as default } diff --git a/src/IconAirPurifierOutlined.tsx b/src/IconAirPurifierOutlined.tsx index 5358db1fb..091ff4ddf 100644 --- a/src/IconAirPurifierOutlined.tsx +++ b/src/IconAirPurifierOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierOutlined: React.FC = ({ ...props }) => ( +export const IconAirPurifierOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirPurifierOutlined as default } diff --git a/src/IconAirPurifierOutlinedFilled.tsx b/src/IconAirPurifierOutlinedFilled.tsx index 1c7fd6404..b0e0afa64 100644 --- a/src/IconAirPurifierOutlinedFilled.tsx +++ b/src/IconAirPurifierOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirPurifierOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierOutlinedFilled as default } diff --git a/src/IconAirPurifierRounded.tsx b/src/IconAirPurifierRounded.tsx index 747778e39..3b9c7278a 100644 --- a/src/IconAirPurifierRounded.tsx +++ b/src/IconAirPurifierRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierRounded: React.FC = ({ ...props }) => ( +export const IconAirPurifierRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirPurifierRounded as default } diff --git a/src/IconAirPurifierRoundedFilled.tsx b/src/IconAirPurifierRoundedFilled.tsx index 241ed0dfc..d42273402 100644 --- a/src/IconAirPurifierRoundedFilled.tsx +++ b/src/IconAirPurifierRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirPurifierRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierRoundedFilled as default } diff --git a/src/IconAirPurifierSharp.tsx b/src/IconAirPurifierSharp.tsx index 243ac62cf..0d4c3a89b 100644 --- a/src/IconAirPurifierSharp.tsx +++ b/src/IconAirPurifierSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierSharp: React.FC = ({ ...props }) => ( +export const IconAirPurifierSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirPurifierSharp as default } diff --git a/src/IconAirPurifierSharpFilled.tsx b/src/IconAirPurifierSharpFilled.tsx index ba93fefb8..7e0c5647e 100644 --- a/src/IconAirPurifierSharpFilled.tsx +++ b/src/IconAirPurifierSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirPurifierSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirPurifierSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirPurifierSharpFilled as default } diff --git a/src/IconAirRounded.tsx b/src/IconAirRounded.tsx index 92fca8f94..4b49c6d11 100644 --- a/src/IconAirRounded.tsx +++ b/src/IconAirRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirRounded: React.FC = ({ ...props }) => ( +export const IconAirRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirRounded as default } diff --git a/src/IconAirRoundedFilled.tsx b/src/IconAirRoundedFilled.tsx index 0db4f0358..1bbe9aa63 100644 --- a/src/IconAirRoundedFilled.tsx +++ b/src/IconAirRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirRoundedFilled as default } diff --git a/src/IconAirSharp.tsx b/src/IconAirSharp.tsx index 5b708afa0..599807cd8 100644 --- a/src/IconAirSharp.tsx +++ b/src/IconAirSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirSharp: React.FC = ({ ...props }) => ( +export const IconAirSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirSharp as default } diff --git a/src/IconAirSharpFilled.tsx b/src/IconAirSharpFilled.tsx index c4f148503..5079c17f6 100644 --- a/src/IconAirSharpFilled.tsx +++ b/src/IconAirSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirSharpFilled as default } diff --git a/src/IconAirlineSeatFlatAngledOutlined.tsx b/src/IconAirlineSeatFlatAngledOutlined.tsx index 9d4872f09..d36bd5a58 100644 --- a/src/IconAirlineSeatFlatAngledOutlined.tsx +++ b/src/IconAirlineSeatFlatAngledOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledOutlined: React.FC = ({ +export const IconAirlineSeatFlatAngledOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatAngledOutlined: React.FC = ({ ) - -export { IconAirlineSeatFlatAngledOutlined as default } diff --git a/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx b/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx index 7602c855d..88ba3aaf0 100644 --- a/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx +++ b/src/IconAirlineSeatFlatAngledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledOutlinedFilled: React.FC = ({ +export const IconAirlineSeatFlatAngledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatAngledOutlinedFilled: React.FC = ({ ) - -export { IconAirlineSeatFlatAngledOutlinedFilled as default } diff --git a/src/IconAirlineSeatFlatAngledRounded.tsx b/src/IconAirlineSeatFlatAngledRounded.tsx index 6fb27840e..e7f3f21a9 100644 --- a/src/IconAirlineSeatFlatAngledRounded.tsx +++ b/src/IconAirlineSeatFlatAngledRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledRounded: React.FC = ({ +export const IconAirlineSeatFlatAngledRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatAngledRounded: React.FC = ({ ) - -export { IconAirlineSeatFlatAngledRounded as default } diff --git a/src/IconAirlineSeatFlatAngledRoundedFilled.tsx b/src/IconAirlineSeatFlatAngledRoundedFilled.tsx index 966704db1..e57339a17 100644 --- a/src/IconAirlineSeatFlatAngledRoundedFilled.tsx +++ b/src/IconAirlineSeatFlatAngledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledRoundedFilled: React.FC = ({ +export const IconAirlineSeatFlatAngledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatAngledRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatFlatAngledRoundedFilled as default } diff --git a/src/IconAirlineSeatFlatAngledSharp.tsx b/src/IconAirlineSeatFlatAngledSharp.tsx index cb4124fa8..46a59edf0 100644 --- a/src/IconAirlineSeatFlatAngledSharp.tsx +++ b/src/IconAirlineSeatFlatAngledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledSharp: React.FC = ({ ...props }) => ( +export const IconAirlineSeatFlatAngledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatFlatAngledSharp as default } diff --git a/src/IconAirlineSeatFlatAngledSharpFilled.tsx b/src/IconAirlineSeatFlatAngledSharpFilled.tsx index 513f7b536..c00050805 100644 --- a/src/IconAirlineSeatFlatAngledSharpFilled.tsx +++ b/src/IconAirlineSeatFlatAngledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatAngledSharpFilled: React.FC = ({ +export const IconAirlineSeatFlatAngledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatAngledSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatFlatAngledSharpFilled as default } diff --git a/src/IconAirlineSeatFlatOutlined.tsx b/src/IconAirlineSeatFlatOutlined.tsx index c491ae122..fa4eb7c16 100644 --- a/src/IconAirlineSeatFlatOutlined.tsx +++ b/src/IconAirlineSeatFlatOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatOutlined: React.FC = ({ ...props }) => ( +export const IconAirlineSeatFlatOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatFlatOutlined as default } diff --git a/src/IconAirlineSeatFlatOutlinedFilled.tsx b/src/IconAirlineSeatFlatOutlinedFilled.tsx index e950f3145..44d9f9280 100644 --- a/src/IconAirlineSeatFlatOutlinedFilled.tsx +++ b/src/IconAirlineSeatFlatOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatOutlinedFilled: React.FC = ({ +export const IconAirlineSeatFlatOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatOutlinedFilled: React.FC = ({ ) - -export { IconAirlineSeatFlatOutlinedFilled as default } diff --git a/src/IconAirlineSeatFlatRounded.tsx b/src/IconAirlineSeatFlatRounded.tsx index 188f70aac..e19d7f1ec 100644 --- a/src/IconAirlineSeatFlatRounded.tsx +++ b/src/IconAirlineSeatFlatRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatRounded: React.FC = ({ ...props }) => ( +export const IconAirlineSeatFlatRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatFlatRounded as default } diff --git a/src/IconAirlineSeatFlatRoundedFilled.tsx b/src/IconAirlineSeatFlatRoundedFilled.tsx index 875fcfada..ddd1972df 100644 --- a/src/IconAirlineSeatFlatRoundedFilled.tsx +++ b/src/IconAirlineSeatFlatRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatRoundedFilled: React.FC = ({ +export const IconAirlineSeatFlatRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatFlatRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatFlatRoundedFilled as default } diff --git a/src/IconAirlineSeatFlatSharp.tsx b/src/IconAirlineSeatFlatSharp.tsx index f281cdb48..04aff62c7 100644 --- a/src/IconAirlineSeatFlatSharp.tsx +++ b/src/IconAirlineSeatFlatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatSharp: React.FC = ({ ...props }) => ( +export const IconAirlineSeatFlatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatFlatSharp as default } diff --git a/src/IconAirlineSeatFlatSharpFilled.tsx b/src/IconAirlineSeatFlatSharpFilled.tsx index c131d12f9..50eeacde3 100644 --- a/src/IconAirlineSeatFlatSharpFilled.tsx +++ b/src/IconAirlineSeatFlatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatFlatSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirlineSeatFlatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatFlatSharpFilled as default } diff --git a/src/IconAirlineSeatIndividualSuiteOutlined.tsx b/src/IconAirlineSeatIndividualSuiteOutlined.tsx index e9e0bf7e3..ad5318d4e 100644 --- a/src/IconAirlineSeatIndividualSuiteOutlined.tsx +++ b/src/IconAirlineSeatIndividualSuiteOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteOutlined: React.FC = ({ +export const IconAirlineSeatIndividualSuiteOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatIndividualSuiteOutlined: React.FC = ({ ) - -export { IconAirlineSeatIndividualSuiteOutlined as default } diff --git a/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx b/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx index 5a65cbf94..89da2dbc4 100644 --- a/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatIndividualSuiteOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatIndividualSuiteOutlinedFilled as default } diff --git a/src/IconAirlineSeatIndividualSuiteRounded.tsx b/src/IconAirlineSeatIndividualSuiteRounded.tsx index 2c578f944..848e83321 100644 --- a/src/IconAirlineSeatIndividualSuiteRounded.tsx +++ b/src/IconAirlineSeatIndividualSuiteRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteRounded: React.FC = ({ +export const IconAirlineSeatIndividualSuiteRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatIndividualSuiteRounded: React.FC = ({ ) - -export { IconAirlineSeatIndividualSuiteRounded as default } diff --git a/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx b/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx index 467f79aa6..6021b553a 100644 --- a/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatIndividualSuiteRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatIndividualSuiteRoundedFilled as default } diff --git a/src/IconAirlineSeatIndividualSuiteSharp.tsx b/src/IconAirlineSeatIndividualSuiteSharp.tsx index dbbaaa66c..8b29722d1 100644 --- a/src/IconAirlineSeatIndividualSuiteSharp.tsx +++ b/src/IconAirlineSeatIndividualSuiteSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteSharp: React.FC = ({ +export const IconAirlineSeatIndividualSuiteSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatIndividualSuiteSharp: React.FC = ({ ) - -export { IconAirlineSeatIndividualSuiteSharp as default } diff --git a/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx b/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx index 1b0eacfaa..3608630f1 100644 --- a/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx +++ b/src/IconAirlineSeatIndividualSuiteSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatIndividualSuiteSharpFilled: React.FC = ({ +export const IconAirlineSeatIndividualSuiteSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatIndividualSuiteSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatIndividualSuiteSharpFilled as default } diff --git a/src/IconAirlineSeatLegroomExtraOutlined.tsx b/src/IconAirlineSeatLegroomExtraOutlined.tsx index b6a80bb04..d195745b8 100644 --- a/src/IconAirlineSeatLegroomExtraOutlined.tsx +++ b/src/IconAirlineSeatLegroomExtraOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraOutlined: React.FC = ({ +export const IconAirlineSeatLegroomExtraOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraOutlined: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraOutlined as default } diff --git a/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx b/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx index c32f222ec..d5b26bbbf 100644 --- a/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraOutlinedFilled: React.FC = ({ +export const IconAirlineSeatLegroomExtraOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraOutlinedFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraOutlinedFilled as default } diff --git a/src/IconAirlineSeatLegroomExtraRounded.tsx b/src/IconAirlineSeatLegroomExtraRounded.tsx index 844fd6a78..f69edd7dc 100644 --- a/src/IconAirlineSeatLegroomExtraRounded.tsx +++ b/src/IconAirlineSeatLegroomExtraRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraRounded: React.FC = ({ +export const IconAirlineSeatLegroomExtraRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraRounded: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraRounded as default } diff --git a/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx b/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx index cd97df0f4..8b6bf8213 100644 --- a/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraRoundedFilled: React.FC = ({ +export const IconAirlineSeatLegroomExtraRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraRoundedFilled as default } diff --git a/src/IconAirlineSeatLegroomExtraSharp.tsx b/src/IconAirlineSeatLegroomExtraSharp.tsx index f2a5faf46..a6f084a76 100644 --- a/src/IconAirlineSeatLegroomExtraSharp.tsx +++ b/src/IconAirlineSeatLegroomExtraSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraSharp: React.FC = ({ +export const IconAirlineSeatLegroomExtraSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraSharp: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraSharp as default } diff --git a/src/IconAirlineSeatLegroomExtraSharpFilled.tsx b/src/IconAirlineSeatLegroomExtraSharpFilled.tsx index 06ec01310..8fadd2b76 100644 --- a/src/IconAirlineSeatLegroomExtraSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomExtraSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomExtraSharpFilled: React.FC = ({ +export const IconAirlineSeatLegroomExtraSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomExtraSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomExtraSharpFilled as default } diff --git a/src/IconAirlineSeatLegroomNormalOutlined.tsx b/src/IconAirlineSeatLegroomNormalOutlined.tsx index 3fb518899..011d8a907 100644 --- a/src/IconAirlineSeatLegroomNormalOutlined.tsx +++ b/src/IconAirlineSeatLegroomNormalOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalOutlined: React.FC = ({ +export const IconAirlineSeatLegroomNormalOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomNormalOutlined: React.FC = ({ ) - -export { IconAirlineSeatLegroomNormalOutlined as default } diff --git a/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx b/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx index 206bcc08a..c1dd189f4 100644 --- a/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatLegroomNormalOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatLegroomNormalOutlinedFilled as default } diff --git a/src/IconAirlineSeatLegroomNormalRounded.tsx b/src/IconAirlineSeatLegroomNormalRounded.tsx index 48cc1a6a4..b5f1ab1b9 100644 --- a/src/IconAirlineSeatLegroomNormalRounded.tsx +++ b/src/IconAirlineSeatLegroomNormalRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalRounded: React.FC = ({ +export const IconAirlineSeatLegroomNormalRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomNormalRounded: React.FC = ({ ) - -export { IconAirlineSeatLegroomNormalRounded as default } diff --git a/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx b/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx index 21d7b1650..f801cff32 100644 --- a/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalRoundedFilled: React.FC = ({ +export const IconAirlineSeatLegroomNormalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomNormalRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomNormalRoundedFilled as default } diff --git a/src/IconAirlineSeatLegroomNormalSharp.tsx b/src/IconAirlineSeatLegroomNormalSharp.tsx index abba79ade..55ea4ea11 100644 --- a/src/IconAirlineSeatLegroomNormalSharp.tsx +++ b/src/IconAirlineSeatLegroomNormalSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalSharp: React.FC = ({ +export const IconAirlineSeatLegroomNormalSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomNormalSharp: React.FC = ({ ) - -export { IconAirlineSeatLegroomNormalSharp as default } diff --git a/src/IconAirlineSeatLegroomNormalSharpFilled.tsx b/src/IconAirlineSeatLegroomNormalSharpFilled.tsx index f4fcfbbe6..b2bf9b33f 100644 --- a/src/IconAirlineSeatLegroomNormalSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomNormalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomNormalSharpFilled: React.FC = ({ +export const IconAirlineSeatLegroomNormalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomNormalSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomNormalSharpFilled as default } diff --git a/src/IconAirlineSeatLegroomReducedOutlined.tsx b/src/IconAirlineSeatLegroomReducedOutlined.tsx index b2204f738..933e3042d 100644 --- a/src/IconAirlineSeatLegroomReducedOutlined.tsx +++ b/src/IconAirlineSeatLegroomReducedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedOutlined: React.FC = ({ +export const IconAirlineSeatLegroomReducedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomReducedOutlined: React.FC = ({ ) - -export { IconAirlineSeatLegroomReducedOutlined as default } diff --git a/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx b/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx index 361a6dd9c..e5a8e7d23 100644 --- a/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatLegroomReducedOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatLegroomReducedOutlinedFilled as default } diff --git a/src/IconAirlineSeatLegroomReducedRounded.tsx b/src/IconAirlineSeatLegroomReducedRounded.tsx index fa359f940..b330bb68f 100644 --- a/src/IconAirlineSeatLegroomReducedRounded.tsx +++ b/src/IconAirlineSeatLegroomReducedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedRounded: React.FC = ({ +export const IconAirlineSeatLegroomReducedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomReducedRounded: React.FC = ({ ) - -export { IconAirlineSeatLegroomReducedRounded as default } diff --git a/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx b/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx index 5fa7bd99b..409a65b85 100644 --- a/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatLegroomReducedRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatLegroomReducedRoundedFilled as default } diff --git a/src/IconAirlineSeatLegroomReducedSharp.tsx b/src/IconAirlineSeatLegroomReducedSharp.tsx index 2014ab5f7..7d8e7dcfa 100644 --- a/src/IconAirlineSeatLegroomReducedSharp.tsx +++ b/src/IconAirlineSeatLegroomReducedSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedSharp: React.FC = ({ +export const IconAirlineSeatLegroomReducedSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomReducedSharp: React.FC = ({ ) - -export { IconAirlineSeatLegroomReducedSharp as default } diff --git a/src/IconAirlineSeatLegroomReducedSharpFilled.tsx b/src/IconAirlineSeatLegroomReducedSharpFilled.tsx index 0650dace0..a30075ab5 100644 --- a/src/IconAirlineSeatLegroomReducedSharpFilled.tsx +++ b/src/IconAirlineSeatLegroomReducedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatLegroomReducedSharpFilled: React.FC = ({ +export const IconAirlineSeatLegroomReducedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatLegroomReducedSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatLegroomReducedSharpFilled as default } diff --git a/src/IconAirlineSeatReclineExtraOutlined.tsx b/src/IconAirlineSeatReclineExtraOutlined.tsx index 7d347f8c6..f8ce58760 100644 --- a/src/IconAirlineSeatReclineExtraOutlined.tsx +++ b/src/IconAirlineSeatReclineExtraOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraOutlined: React.FC = ({ +export const IconAirlineSeatReclineExtraOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraOutlined: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraOutlined as default } diff --git a/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx b/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx index 6851c7ff9..cdbe14d12 100644 --- a/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx +++ b/src/IconAirlineSeatReclineExtraOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraOutlinedFilled: React.FC = ({ +export const IconAirlineSeatReclineExtraOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraOutlinedFilled: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraOutlinedFilled as default } diff --git a/src/IconAirlineSeatReclineExtraRounded.tsx b/src/IconAirlineSeatReclineExtraRounded.tsx index cc7d3fb11..e56240952 100644 --- a/src/IconAirlineSeatReclineExtraRounded.tsx +++ b/src/IconAirlineSeatReclineExtraRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraRounded: React.FC = ({ +export const IconAirlineSeatReclineExtraRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraRounded: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraRounded as default } diff --git a/src/IconAirlineSeatReclineExtraRoundedFilled.tsx b/src/IconAirlineSeatReclineExtraRoundedFilled.tsx index aa7f2d715..504d44450 100644 --- a/src/IconAirlineSeatReclineExtraRoundedFilled.tsx +++ b/src/IconAirlineSeatReclineExtraRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraRoundedFilled: React.FC = ({ +export const IconAirlineSeatReclineExtraRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraRoundedFilled as default } diff --git a/src/IconAirlineSeatReclineExtraSharp.tsx b/src/IconAirlineSeatReclineExtraSharp.tsx index 5358a967f..fee22396d 100644 --- a/src/IconAirlineSeatReclineExtraSharp.tsx +++ b/src/IconAirlineSeatReclineExtraSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraSharp: React.FC = ({ +export const IconAirlineSeatReclineExtraSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraSharp: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraSharp as default } diff --git a/src/IconAirlineSeatReclineExtraSharpFilled.tsx b/src/IconAirlineSeatReclineExtraSharpFilled.tsx index d44207fc0..f17e8141f 100644 --- a/src/IconAirlineSeatReclineExtraSharpFilled.tsx +++ b/src/IconAirlineSeatReclineExtraSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineExtraSharpFilled: React.FC = ({ +export const IconAirlineSeatReclineExtraSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineExtraSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatReclineExtraSharpFilled as default } diff --git a/src/IconAirlineSeatReclineNormalOutlined.tsx b/src/IconAirlineSeatReclineNormalOutlined.tsx index 1a8493733..3b61d38ae 100644 --- a/src/IconAirlineSeatReclineNormalOutlined.tsx +++ b/src/IconAirlineSeatReclineNormalOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalOutlined: React.FC = ({ +export const IconAirlineSeatReclineNormalOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineNormalOutlined: React.FC = ({ ) - -export { IconAirlineSeatReclineNormalOutlined as default } diff --git a/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx b/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx index 39006316b..130978c0e 100644 --- a/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx +++ b/src/IconAirlineSeatReclineNormalOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconAirlineSeatReclineNormalOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineSeatReclineNormalOutlinedFilled as default } diff --git a/src/IconAirlineSeatReclineNormalRounded.tsx b/src/IconAirlineSeatReclineNormalRounded.tsx index b2d48bf41..3f19c62cc 100644 --- a/src/IconAirlineSeatReclineNormalRounded.tsx +++ b/src/IconAirlineSeatReclineNormalRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalRounded: React.FC = ({ +export const IconAirlineSeatReclineNormalRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineNormalRounded: React.FC = ({ ) - -export { IconAirlineSeatReclineNormalRounded as default } diff --git a/src/IconAirlineSeatReclineNormalRoundedFilled.tsx b/src/IconAirlineSeatReclineNormalRoundedFilled.tsx index 47f88353b..01e199740 100644 --- a/src/IconAirlineSeatReclineNormalRoundedFilled.tsx +++ b/src/IconAirlineSeatReclineNormalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalRoundedFilled: React.FC = ({ +export const IconAirlineSeatReclineNormalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineNormalRoundedFilled: React.FC = ({ ) - -export { IconAirlineSeatReclineNormalRoundedFilled as default } diff --git a/src/IconAirlineSeatReclineNormalSharp.tsx b/src/IconAirlineSeatReclineNormalSharp.tsx index 3c43a6d6d..a79e112b5 100644 --- a/src/IconAirlineSeatReclineNormalSharp.tsx +++ b/src/IconAirlineSeatReclineNormalSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalSharp: React.FC = ({ +export const IconAirlineSeatReclineNormalSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineNormalSharp: React.FC = ({ ) - -export { IconAirlineSeatReclineNormalSharp as default } diff --git a/src/IconAirlineSeatReclineNormalSharpFilled.tsx b/src/IconAirlineSeatReclineNormalSharpFilled.tsx index bf0eadecf..46f6ff53d 100644 --- a/src/IconAirlineSeatReclineNormalSharpFilled.tsx +++ b/src/IconAirlineSeatReclineNormalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineSeatReclineNormalSharpFilled: React.FC = ({ +export const IconAirlineSeatReclineNormalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirlineSeatReclineNormalSharpFilled: React.FC = ({ ) - -export { IconAirlineSeatReclineNormalSharpFilled as default } diff --git a/src/IconAirlineStopsOutlined.tsx b/src/IconAirlineStopsOutlined.tsx index 7b7c70147..d8497eb54 100644 --- a/src/IconAirlineStopsOutlined.tsx +++ b/src/IconAirlineStopsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsOutlined: React.FC = ({ ...props }) => ( +export const IconAirlineStopsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsOutlined as default } diff --git a/src/IconAirlineStopsOutlinedFilled.tsx b/src/IconAirlineStopsOutlinedFilled.tsx index 603a3a84a..66219b348 100644 --- a/src/IconAirlineStopsOutlinedFilled.tsx +++ b/src/IconAirlineStopsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirlineStopsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsOutlinedFilled as default } diff --git a/src/IconAirlineStopsRounded.tsx b/src/IconAirlineStopsRounded.tsx index 3f6435bd5..f672a0f2c 100644 --- a/src/IconAirlineStopsRounded.tsx +++ b/src/IconAirlineStopsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsRounded: React.FC = ({ ...props }) => ( +export const IconAirlineStopsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsRounded as default } diff --git a/src/IconAirlineStopsRoundedFilled.tsx b/src/IconAirlineStopsRoundedFilled.tsx index cdf4860e9..3afe2c2d2 100644 --- a/src/IconAirlineStopsRoundedFilled.tsx +++ b/src/IconAirlineStopsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirlineStopsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsRoundedFilled as default } diff --git a/src/IconAirlineStopsSharp.tsx b/src/IconAirlineStopsSharp.tsx index c090dc656..1b25c5a9f 100644 --- a/src/IconAirlineStopsSharp.tsx +++ b/src/IconAirlineStopsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsSharp: React.FC = ({ ...props }) => ( +export const IconAirlineStopsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsSharp as default } diff --git a/src/IconAirlineStopsSharpFilled.tsx b/src/IconAirlineStopsSharpFilled.tsx index 17c3db4ae..65770fc4b 100644 --- a/src/IconAirlineStopsSharpFilled.tsx +++ b/src/IconAirlineStopsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlineStopsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirlineStopsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlineStopsSharpFilled as default } diff --git a/src/IconAirlinesOutlined.tsx b/src/IconAirlinesOutlined.tsx index 9f4c53d31..91db20a32 100644 --- a/src/IconAirlinesOutlined.tsx +++ b/src/IconAirlinesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesOutlined: React.FC = ({ ...props }) => ( +export const IconAirlinesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlinesOutlined as default } diff --git a/src/IconAirlinesOutlinedFilled.tsx b/src/IconAirlinesOutlinedFilled.tsx index 3c57ee5d4..8cd3cef8a 100644 --- a/src/IconAirlinesOutlinedFilled.tsx +++ b/src/IconAirlinesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirlinesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlinesOutlinedFilled as default } diff --git a/src/IconAirlinesRounded.tsx b/src/IconAirlinesRounded.tsx index a062250a7..d0855bfd8 100644 --- a/src/IconAirlinesRounded.tsx +++ b/src/IconAirlinesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesRounded: React.FC = ({ ...props }) => ( +export const IconAirlinesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlinesRounded as default } diff --git a/src/IconAirlinesRoundedFilled.tsx b/src/IconAirlinesRoundedFilled.tsx index 877a1c100..6633dcc53 100644 --- a/src/IconAirlinesRoundedFilled.tsx +++ b/src/IconAirlinesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirlinesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirlinesRoundedFilled as default } diff --git a/src/IconAirlinesSharp.tsx b/src/IconAirlinesSharp.tsx index 395b8df7f..30045cd37 100644 --- a/src/IconAirlinesSharp.tsx +++ b/src/IconAirlinesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesSharp: React.FC = ({ ...props }) => ( +export const IconAirlinesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlinesSharp as default } diff --git a/src/IconAirlinesSharpFilled.tsx b/src/IconAirlinesSharpFilled.tsx index cfe93268b..bf1c11ea5 100644 --- a/src/IconAirlinesSharpFilled.tsx +++ b/src/IconAirlinesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirlinesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirlinesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirlinesSharpFilled as default } diff --git a/src/IconAirplaneTicketOutlined.tsx b/src/IconAirplaneTicketOutlined.tsx index a4b0f62bf..abfc30a3d 100644 --- a/src/IconAirplaneTicketOutlined.tsx +++ b/src/IconAirplaneTicketOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketOutlined: React.FC = ({ ...props }) => ( +export const IconAirplaneTicketOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplaneTicketOutlined as default } diff --git a/src/IconAirplaneTicketOutlinedFilled.tsx b/src/IconAirplaneTicketOutlinedFilled.tsx index 2985d97f5..ec9f5b33a 100644 --- a/src/IconAirplaneTicketOutlinedFilled.tsx +++ b/src/IconAirplaneTicketOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketOutlinedFilled: React.FC = ({ +export const IconAirplaneTicketOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirplaneTicketOutlinedFilled: React.FC = ({ ) - -export { IconAirplaneTicketOutlinedFilled as default } diff --git a/src/IconAirplaneTicketRounded.tsx b/src/IconAirplaneTicketRounded.tsx index af4734a7a..3fb16ed93 100644 --- a/src/IconAirplaneTicketRounded.tsx +++ b/src/IconAirplaneTicketRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketRounded: React.FC = ({ ...props }) => ( +export const IconAirplaneTicketRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplaneTicketRounded as default } diff --git a/src/IconAirplaneTicketRoundedFilled.tsx b/src/IconAirplaneTicketRoundedFilled.tsx index 8ed51cfab..f7a5518e8 100644 --- a/src/IconAirplaneTicketRoundedFilled.tsx +++ b/src/IconAirplaneTicketRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirplaneTicketRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplaneTicketRoundedFilled as default } diff --git a/src/IconAirplaneTicketSharp.tsx b/src/IconAirplaneTicketSharp.tsx index 571e92599..019c6af5c 100644 --- a/src/IconAirplaneTicketSharp.tsx +++ b/src/IconAirplaneTicketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketSharp: React.FC = ({ ...props }) => ( +export const IconAirplaneTicketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplaneTicketSharp as default } diff --git a/src/IconAirplaneTicketSharpFilled.tsx b/src/IconAirplaneTicketSharpFilled.tsx index a1712d25d..ccfb0e827 100644 --- a/src/IconAirplaneTicketSharpFilled.tsx +++ b/src/IconAirplaneTicketSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaneTicketSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirplaneTicketSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplaneTicketSharpFilled as default } diff --git a/src/IconAirplanemodeInactiveOutlined.tsx b/src/IconAirplanemodeInactiveOutlined.tsx index cdf150446..01eba75f2 100644 --- a/src/IconAirplanemodeInactiveOutlined.tsx +++ b/src/IconAirplanemodeInactiveOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveOutlined: React.FC = ({ +export const IconAirplanemodeInactiveOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirplanemodeInactiveOutlined: React.FC = ({ ) - -export { IconAirplanemodeInactiveOutlined as default } diff --git a/src/IconAirplanemodeInactiveOutlinedFilled.tsx b/src/IconAirplanemodeInactiveOutlinedFilled.tsx index e234ddf65..5bcc9fe82 100644 --- a/src/IconAirplanemodeInactiveOutlinedFilled.tsx +++ b/src/IconAirplanemodeInactiveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveOutlinedFilled: React.FC = ({ +export const IconAirplanemodeInactiveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirplanemodeInactiveOutlinedFilled: React.FC = ({ ) - -export { IconAirplanemodeInactiveOutlinedFilled as default } diff --git a/src/IconAirplanemodeInactiveRounded.tsx b/src/IconAirplanemodeInactiveRounded.tsx index 9218d77fc..0faa1809e 100644 --- a/src/IconAirplanemodeInactiveRounded.tsx +++ b/src/IconAirplanemodeInactiveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveRounded: React.FC = ({ ...props }) => ( +export const IconAirplanemodeInactiveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplanemodeInactiveRounded as default } diff --git a/src/IconAirplanemodeInactiveRoundedFilled.tsx b/src/IconAirplanemodeInactiveRoundedFilled.tsx index 36e2902aa..906f1d95d 100644 --- a/src/IconAirplanemodeInactiveRoundedFilled.tsx +++ b/src/IconAirplanemodeInactiveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveRoundedFilled: React.FC = ({ +export const IconAirplanemodeInactiveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirplanemodeInactiveRoundedFilled: React.FC = ({ ) - -export { IconAirplanemodeInactiveRoundedFilled as default } diff --git a/src/IconAirplanemodeInactiveSharp.tsx b/src/IconAirplanemodeInactiveSharp.tsx index c2b1abc80..f93165ecd 100644 --- a/src/IconAirplanemodeInactiveSharp.tsx +++ b/src/IconAirplanemodeInactiveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveSharp: React.FC = ({ ...props }) => ( +export const IconAirplanemodeInactiveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplanemodeInactiveSharp as default } diff --git a/src/IconAirplanemodeInactiveSharpFilled.tsx b/src/IconAirplanemodeInactiveSharpFilled.tsx index 645fca603..8d8f9066e 100644 --- a/src/IconAirplanemodeInactiveSharpFilled.tsx +++ b/src/IconAirplanemodeInactiveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirplanemodeInactiveSharpFilled: React.FC = ({ +export const IconAirplanemodeInactiveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirplanemodeInactiveSharpFilled: React.FC = ({ ) - -export { IconAirplanemodeInactiveSharpFilled as default } diff --git a/src/IconAirplayOutlined.tsx b/src/IconAirplayOutlined.tsx index c5b9d8cd1..a98c62830 100644 --- a/src/IconAirplayOutlined.tsx +++ b/src/IconAirplayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplayOutlined: React.FC = ({ ...props }) => ( +export const IconAirplayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplayOutlined as default } diff --git a/src/IconAirplayOutlinedFilled.tsx b/src/IconAirplayOutlinedFilled.tsx index 300dcfeba..06d3bcc48 100644 --- a/src/IconAirplayOutlinedFilled.tsx +++ b/src/IconAirplayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirplayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirplayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirplayOutlinedFilled as default } diff --git a/src/IconAirplayRounded.tsx b/src/IconAirplayRounded.tsx index f6c6be4dd..cbcddf14b 100644 --- a/src/IconAirplayRounded.tsx +++ b/src/IconAirplayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplayRounded: React.FC = ({ ...props }) => ( +export const IconAirplayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplayRounded as default } diff --git a/src/IconAirplayRoundedFilled.tsx b/src/IconAirplayRoundedFilled.tsx index c139fc9ac..77080adb8 100644 --- a/src/IconAirplayRoundedFilled.tsx +++ b/src/IconAirplayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirplayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplayRoundedFilled as default } diff --git a/src/IconAirplaySharp.tsx b/src/IconAirplaySharp.tsx index 75e3b3d25..4296cc0c3 100644 --- a/src/IconAirplaySharp.tsx +++ b/src/IconAirplaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaySharp: React.FC = ({ ...props }) => ( +export const IconAirplaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplaySharp as default } diff --git a/src/IconAirplaySharpFilled.tsx b/src/IconAirplaySharpFilled.tsx index 8a49e7343..38ee15d19 100644 --- a/src/IconAirplaySharpFilled.tsx +++ b/src/IconAirplaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirplaySharpFilled: React.FC = ({ ...props }) => ( +export const IconAirplaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirplaySharpFilled as default } diff --git a/src/IconAirportShuttleOutlined.tsx b/src/IconAirportShuttleOutlined.tsx index 778c0307f..22de3ee98 100644 --- a/src/IconAirportShuttleOutlined.tsx +++ b/src/IconAirportShuttleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleOutlined: React.FC = ({ ...props }) => ( +export const IconAirportShuttleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirportShuttleOutlined as default } diff --git a/src/IconAirportShuttleOutlinedFilled.tsx b/src/IconAirportShuttleOutlinedFilled.tsx index 28fc85286..c8d3036bf 100644 --- a/src/IconAirportShuttleOutlinedFilled.tsx +++ b/src/IconAirportShuttleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleOutlinedFilled: React.FC = ({ +export const IconAirportShuttleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAirportShuttleOutlinedFilled: React.FC = ({ ) - -export { IconAirportShuttleOutlinedFilled as default } diff --git a/src/IconAirportShuttleRounded.tsx b/src/IconAirportShuttleRounded.tsx index 6ddbee7f1..9dec656f3 100644 --- a/src/IconAirportShuttleRounded.tsx +++ b/src/IconAirportShuttleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleRounded: React.FC = ({ ...props }) => ( +export const IconAirportShuttleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirportShuttleRounded as default } diff --git a/src/IconAirportShuttleRoundedFilled.tsx b/src/IconAirportShuttleRoundedFilled.tsx index 13121fc58..7ac6b0eb6 100644 --- a/src/IconAirportShuttleRoundedFilled.tsx +++ b/src/IconAirportShuttleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirportShuttleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirportShuttleRoundedFilled as default } diff --git a/src/IconAirportShuttleSharp.tsx b/src/IconAirportShuttleSharp.tsx index 97ac0249c..deca1f03e 100644 --- a/src/IconAirportShuttleSharp.tsx +++ b/src/IconAirportShuttleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleSharp: React.FC = ({ ...props }) => ( +export const IconAirportShuttleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirportShuttleSharp as default } diff --git a/src/IconAirportShuttleSharpFilled.tsx b/src/IconAirportShuttleSharpFilled.tsx index afdf60b61..360db2d25 100644 --- a/src/IconAirportShuttleSharpFilled.tsx +++ b/src/IconAirportShuttleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirportShuttleSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirportShuttleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirportShuttleSharpFilled as default } diff --git a/src/IconAirwareOutlined.tsx b/src/IconAirwareOutlined.tsx index c92d755e4..a5c9267ae 100644 --- a/src/IconAirwareOutlined.tsx +++ b/src/IconAirwareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareOutlined: React.FC = ({ ...props }) => ( +export const IconAirwareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwareOutlined as default } diff --git a/src/IconAirwareOutlinedFilled.tsx b/src/IconAirwareOutlinedFilled.tsx index 73c72a68d..350db2e9c 100644 --- a/src/IconAirwareOutlinedFilled.tsx +++ b/src/IconAirwareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirwareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirwareOutlinedFilled as default } diff --git a/src/IconAirwareRounded.tsx b/src/IconAirwareRounded.tsx index fe7657c5e..5e8deefa4 100644 --- a/src/IconAirwareRounded.tsx +++ b/src/IconAirwareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareRounded: React.FC = ({ ...props }) => ( +export const IconAirwareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwareRounded as default } diff --git a/src/IconAirwareRoundedFilled.tsx b/src/IconAirwareRoundedFilled.tsx index ed180c257..a4840969a 100644 --- a/src/IconAirwareRoundedFilled.tsx +++ b/src/IconAirwareRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirwareRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwareRoundedFilled as default } diff --git a/src/IconAirwareSharp.tsx b/src/IconAirwareSharp.tsx index c7ae3f379..b1012c8c1 100644 --- a/src/IconAirwareSharp.tsx +++ b/src/IconAirwareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareSharp: React.FC = ({ ...props }) => ( +export const IconAirwareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwareSharp as default } diff --git a/src/IconAirwareSharpFilled.tsx b/src/IconAirwareSharpFilled.tsx index f5ef8d969..0e410b3f4 100644 --- a/src/IconAirwareSharpFilled.tsx +++ b/src/IconAirwareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwareSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirwareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwareSharpFilled as default } diff --git a/src/IconAirwaveOutlined.tsx b/src/IconAirwaveOutlined.tsx index d624f0585..79e9a14e1 100644 --- a/src/IconAirwaveOutlined.tsx +++ b/src/IconAirwaveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveOutlined: React.FC = ({ ...props }) => ( +export const IconAirwaveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwaveOutlined as default } diff --git a/src/IconAirwaveOutlinedFilled.tsx b/src/IconAirwaveOutlinedFilled.tsx index 827ad6f74..e0bf09167 100644 --- a/src/IconAirwaveOutlinedFilled.tsx +++ b/src/IconAirwaveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAirwaveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAirwaveOutlinedFilled as default } diff --git a/src/IconAirwaveRounded.tsx b/src/IconAirwaveRounded.tsx index e4243b1fb..faea906ca 100644 --- a/src/IconAirwaveRounded.tsx +++ b/src/IconAirwaveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveRounded: React.FC = ({ ...props }) => ( +export const IconAirwaveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwaveRounded as default } diff --git a/src/IconAirwaveRoundedFilled.tsx b/src/IconAirwaveRoundedFilled.tsx index e3bf8e43d..9e509123f 100644 --- a/src/IconAirwaveRoundedFilled.tsx +++ b/src/IconAirwaveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAirwaveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwaveRoundedFilled as default } diff --git a/src/IconAirwaveSharp.tsx b/src/IconAirwaveSharp.tsx index 6ab8176c2..38f6bc483 100644 --- a/src/IconAirwaveSharp.tsx +++ b/src/IconAirwaveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveSharp: React.FC = ({ ...props }) => ( +export const IconAirwaveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwaveSharp as default } diff --git a/src/IconAirwaveSharpFilled.tsx b/src/IconAirwaveSharpFilled.tsx index 8459cd56d..015f16ab1 100644 --- a/src/IconAirwaveSharpFilled.tsx +++ b/src/IconAirwaveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAirwaveSharpFilled: React.FC = ({ ...props }) => ( +export const IconAirwaveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAirwaveSharpFilled as default } diff --git a/src/IconAlarmAddOutlined.tsx b/src/IconAlarmAddOutlined.tsx index 53563bd13..3e63acc71 100644 --- a/src/IconAlarmAddOutlined.tsx +++ b/src/IconAlarmAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddOutlined: React.FC = ({ ...props }) => ( +export const IconAlarmAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmAddOutlined as default } diff --git a/src/IconAlarmAddOutlinedFilled.tsx b/src/IconAlarmAddOutlinedFilled.tsx index 7d6d68a29..1fbc04015 100644 --- a/src/IconAlarmAddOutlinedFilled.tsx +++ b/src/IconAlarmAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmAddOutlinedFilled as default } diff --git a/src/IconAlarmAddRounded.tsx b/src/IconAlarmAddRounded.tsx index 6ce912b8f..0b17e5ab2 100644 --- a/src/IconAlarmAddRounded.tsx +++ b/src/IconAlarmAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddRounded: React.FC = ({ ...props }) => ( +export const IconAlarmAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmAddRounded as default } diff --git a/src/IconAlarmAddRoundedFilled.tsx b/src/IconAlarmAddRoundedFilled.tsx index 4689bd8ff..7679f9bbf 100644 --- a/src/IconAlarmAddRoundedFilled.tsx +++ b/src/IconAlarmAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmAddRoundedFilled as default } diff --git a/src/IconAlarmAddSharp.tsx b/src/IconAlarmAddSharp.tsx index 2bdc5fd1e..8c7512994 100644 --- a/src/IconAlarmAddSharp.tsx +++ b/src/IconAlarmAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddSharp: React.FC = ({ ...props }) => ( +export const IconAlarmAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmAddSharp as default } diff --git a/src/IconAlarmAddSharpFilled.tsx b/src/IconAlarmAddSharpFilled.tsx index 9a63f4746..cc9eaec13 100644 --- a/src/IconAlarmAddSharpFilled.tsx +++ b/src/IconAlarmAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlarmAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmAddSharpFilled as default } diff --git a/src/IconAlarmOffOutlined.tsx b/src/IconAlarmOffOutlined.tsx index 22dc7c543..1659567fc 100644 --- a/src/IconAlarmOffOutlined.tsx +++ b/src/IconAlarmOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffOutlined: React.FC = ({ ...props }) => ( +export const IconAlarmOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOffOutlined as default } diff --git a/src/IconAlarmOffOutlinedFilled.tsx b/src/IconAlarmOffOutlinedFilled.tsx index d91163ff4..488f03456 100644 --- a/src/IconAlarmOffOutlinedFilled.tsx +++ b/src/IconAlarmOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmOffOutlinedFilled as default } diff --git a/src/IconAlarmOffRounded.tsx b/src/IconAlarmOffRounded.tsx index e2236d933..0c4fb1f31 100644 --- a/src/IconAlarmOffRounded.tsx +++ b/src/IconAlarmOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffRounded: React.FC = ({ ...props }) => ( +export const IconAlarmOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOffRounded as default } diff --git a/src/IconAlarmOffRoundedFilled.tsx b/src/IconAlarmOffRoundedFilled.tsx index 2584dca56..8b9159a27 100644 --- a/src/IconAlarmOffRoundedFilled.tsx +++ b/src/IconAlarmOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmOffRoundedFilled as default } diff --git a/src/IconAlarmOffSharp.tsx b/src/IconAlarmOffSharp.tsx index 59b1114ce..cdf320259 100644 --- a/src/IconAlarmOffSharp.tsx +++ b/src/IconAlarmOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffSharp: React.FC = ({ ...props }) => ( +export const IconAlarmOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOffSharp as default } diff --git a/src/IconAlarmOffSharpFilled.tsx b/src/IconAlarmOffSharpFilled.tsx index ff4e08396..b4017f214 100644 --- a/src/IconAlarmOffSharpFilled.tsx +++ b/src/IconAlarmOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOffSharpFilled as default } diff --git a/src/IconAlarmOnOutlined.tsx b/src/IconAlarmOnOutlined.tsx index 1655cd84a..5a982bc38 100644 --- a/src/IconAlarmOnOutlined.tsx +++ b/src/IconAlarmOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnOutlined: React.FC = ({ ...props }) => ( +export const IconAlarmOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOnOutlined as default } diff --git a/src/IconAlarmOnOutlinedFilled.tsx b/src/IconAlarmOnOutlinedFilled.tsx index 65f2112dc..58d6882f3 100644 --- a/src/IconAlarmOnOutlinedFilled.tsx +++ b/src/IconAlarmOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmOnOutlinedFilled as default } diff --git a/src/IconAlarmOnRounded.tsx b/src/IconAlarmOnRounded.tsx index f2fb802f2..7129047c7 100644 --- a/src/IconAlarmOnRounded.tsx +++ b/src/IconAlarmOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnRounded: React.FC = ({ ...props }) => ( +export const IconAlarmOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOnRounded as default } diff --git a/src/IconAlarmOnRoundedFilled.tsx b/src/IconAlarmOnRoundedFilled.tsx index c99e6b259..cbf5fbdb1 100644 --- a/src/IconAlarmOnRoundedFilled.tsx +++ b/src/IconAlarmOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOnRoundedFilled as default } diff --git a/src/IconAlarmOnSharp.tsx b/src/IconAlarmOnSharp.tsx index 4a821b78c..2e5bdb0c6 100644 --- a/src/IconAlarmOnSharp.tsx +++ b/src/IconAlarmOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnSharp: React.FC = ({ ...props }) => ( +export const IconAlarmOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOnSharp as default } diff --git a/src/IconAlarmOnSharpFilled.tsx b/src/IconAlarmOnSharpFilled.tsx index 520aeed08..b9547b4dd 100644 --- a/src/IconAlarmOnSharpFilled.tsx +++ b/src/IconAlarmOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOnSharpFilled as default } diff --git a/src/IconAlarmOutlined.tsx b/src/IconAlarmOutlined.tsx index b6a6ddd0b..6401dd22a 100644 --- a/src/IconAlarmOutlined.tsx +++ b/src/IconAlarmOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOutlined: React.FC = ({ ...props }) => ( +export const IconAlarmOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOutlined as default } diff --git a/src/IconAlarmOutlinedFilled.tsx b/src/IconAlarmOutlinedFilled.tsx index 4e992e944..4ade1903f 100644 --- a/src/IconAlarmOutlinedFilled.tsx +++ b/src/IconAlarmOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmOutlinedFilled as default } diff --git a/src/IconAlarmRounded.tsx b/src/IconAlarmRounded.tsx index 0ccb5cb18..706cfb27f 100644 --- a/src/IconAlarmRounded.tsx +++ b/src/IconAlarmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmRounded: React.FC = ({ ...props }) => ( +export const IconAlarmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmRounded as default } diff --git a/src/IconAlarmRoundedFilled.tsx b/src/IconAlarmRoundedFilled.tsx index 8a6f07231..cecfb7ea0 100644 --- a/src/IconAlarmRoundedFilled.tsx +++ b/src/IconAlarmRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmRoundedFilled as default } diff --git a/src/IconAlarmSharp.tsx b/src/IconAlarmSharp.tsx index c3817984c..775042f02 100644 --- a/src/IconAlarmSharp.tsx +++ b/src/IconAlarmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSharp: React.FC = ({ ...props }) => ( +export const IconAlarmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmSharp as default } diff --git a/src/IconAlarmSharpFilled.tsx b/src/IconAlarmSharpFilled.tsx index 92d6dd33e..94fb3b67f 100644 --- a/src/IconAlarmSharpFilled.tsx +++ b/src/IconAlarmSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlarmSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmSharpFilled as default } diff --git a/src/IconAlarmSmartWakeOutlined.tsx b/src/IconAlarmSmartWakeOutlined.tsx index 3becac427..e1c46fca5 100644 --- a/src/IconAlarmSmartWakeOutlined.tsx +++ b/src/IconAlarmSmartWakeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeOutlined: React.FC = ({ ...props }) => ( +export const IconAlarmSmartWakeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmSmartWakeOutlined as default } diff --git a/src/IconAlarmSmartWakeOutlinedFilled.tsx b/src/IconAlarmSmartWakeOutlinedFilled.tsx index 48652b387..2b54cd170 100644 --- a/src/IconAlarmSmartWakeOutlinedFilled.tsx +++ b/src/IconAlarmSmartWakeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeOutlinedFilled: React.FC = ({ +export const IconAlarmSmartWakeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlarmSmartWakeOutlinedFilled: React.FC = ({ ) - -export { IconAlarmSmartWakeOutlinedFilled as default } diff --git a/src/IconAlarmSmartWakeRounded.tsx b/src/IconAlarmSmartWakeRounded.tsx index 9db0e11d0..2f44b9de6 100644 --- a/src/IconAlarmSmartWakeRounded.tsx +++ b/src/IconAlarmSmartWakeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeRounded: React.FC = ({ ...props }) => ( +export const IconAlarmSmartWakeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmSmartWakeRounded as default } diff --git a/src/IconAlarmSmartWakeRoundedFilled.tsx b/src/IconAlarmSmartWakeRoundedFilled.tsx index 5352c2bc4..c3685087a 100644 --- a/src/IconAlarmSmartWakeRoundedFilled.tsx +++ b/src/IconAlarmSmartWakeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlarmSmartWakeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmSmartWakeRoundedFilled as default } diff --git a/src/IconAlarmSmartWakeSharp.tsx b/src/IconAlarmSmartWakeSharp.tsx index 9d740bf15..db49f102d 100644 --- a/src/IconAlarmSmartWakeSharp.tsx +++ b/src/IconAlarmSmartWakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeSharp: React.FC = ({ ...props }) => ( +export const IconAlarmSmartWakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlarmSmartWakeSharp as default } diff --git a/src/IconAlarmSmartWakeSharpFilled.tsx b/src/IconAlarmSmartWakeSharpFilled.tsx index 2fac5e4e0..cdd8fbbc9 100644 --- a/src/IconAlarmSmartWakeSharpFilled.tsx +++ b/src/IconAlarmSmartWakeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlarmSmartWakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlarmSmartWakeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlarmSmartWakeSharpFilled as default } diff --git a/src/IconAlbumOutlined.tsx b/src/IconAlbumOutlined.tsx index 9a39faf77..3fd66244a 100644 --- a/src/IconAlbumOutlined.tsx +++ b/src/IconAlbumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumOutlined: React.FC = ({ ...props }) => ( +export const IconAlbumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumOutlined as default } diff --git a/src/IconAlbumOutlinedFilled.tsx b/src/IconAlbumOutlinedFilled.tsx index 4743fd6ed..9702c066e 100644 --- a/src/IconAlbumOutlinedFilled.tsx +++ b/src/IconAlbumOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlbumOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumOutlinedFilled as default } diff --git a/src/IconAlbumRounded.tsx b/src/IconAlbumRounded.tsx index 28983bc35..cefed4814 100644 --- a/src/IconAlbumRounded.tsx +++ b/src/IconAlbumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumRounded: React.FC = ({ ...props }) => ( +export const IconAlbumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumRounded as default } diff --git a/src/IconAlbumRoundedFilled.tsx b/src/IconAlbumRoundedFilled.tsx index 14218efe9..07d1d6734 100644 --- a/src/IconAlbumRoundedFilled.tsx +++ b/src/IconAlbumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlbumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumRoundedFilled as default } diff --git a/src/IconAlbumSharp.tsx b/src/IconAlbumSharp.tsx index acdedfbb4..8a746b6cd 100644 --- a/src/IconAlbumSharp.tsx +++ b/src/IconAlbumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumSharp: React.FC = ({ ...props }) => ( +export const IconAlbumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumSharp as default } diff --git a/src/IconAlbumSharpFilled.tsx b/src/IconAlbumSharpFilled.tsx index 2c9a83793..9be6b5c4d 100644 --- a/src/IconAlbumSharpFilled.tsx +++ b/src/IconAlbumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlbumSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlbumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlbumSharpFilled as default } diff --git a/src/IconAlignCenterOutlined.tsx b/src/IconAlignCenterOutlined.tsx index 5776795fe..d8540073d 100644 --- a/src/IconAlignCenterOutlined.tsx +++ b/src/IconAlignCenterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterOutlined: React.FC = ({ ...props }) => ( +export const IconAlignCenterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignCenterOutlined as default } diff --git a/src/IconAlignCenterOutlinedFilled.tsx b/src/IconAlignCenterOutlinedFilled.tsx index f5d1eb320..95c5265c7 100644 --- a/src/IconAlignCenterOutlinedFilled.tsx +++ b/src/IconAlignCenterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlignCenterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignCenterOutlinedFilled as default } diff --git a/src/IconAlignCenterRounded.tsx b/src/IconAlignCenterRounded.tsx index d2d10e9de..d62a87053 100644 --- a/src/IconAlignCenterRounded.tsx +++ b/src/IconAlignCenterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterRounded: React.FC = ({ ...props }) => ( +export const IconAlignCenterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignCenterRounded as default } diff --git a/src/IconAlignCenterRoundedFilled.tsx b/src/IconAlignCenterRoundedFilled.tsx index 569b35875..6bbfb72ef 100644 --- a/src/IconAlignCenterRoundedFilled.tsx +++ b/src/IconAlignCenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignCenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignCenterRoundedFilled as default } diff --git a/src/IconAlignCenterSharp.tsx b/src/IconAlignCenterSharp.tsx index 5bf8a4573..b00a89f06 100644 --- a/src/IconAlignCenterSharp.tsx +++ b/src/IconAlignCenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterSharp: React.FC = ({ ...props }) => ( +export const IconAlignCenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignCenterSharp as default } diff --git a/src/IconAlignCenterSharpFilled.tsx b/src/IconAlignCenterSharpFilled.tsx index 5bbc47a4b..866ecb1c9 100644 --- a/src/IconAlignCenterSharpFilled.tsx +++ b/src/IconAlignCenterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignCenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignCenterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignCenterSharpFilled as default } diff --git a/src/IconAlignEndOutlined.tsx b/src/IconAlignEndOutlined.tsx index 512520ffe..d3fe5a71a 100644 --- a/src/IconAlignEndOutlined.tsx +++ b/src/IconAlignEndOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndOutlined: React.FC = ({ ...props }) => ( +export const IconAlignEndOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignEndOutlined as default } diff --git a/src/IconAlignEndOutlinedFilled.tsx b/src/IconAlignEndOutlinedFilled.tsx index 5d6490587..6d12b3c6c 100644 --- a/src/IconAlignEndOutlinedFilled.tsx +++ b/src/IconAlignEndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlignEndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignEndOutlinedFilled as default } diff --git a/src/IconAlignEndRounded.tsx b/src/IconAlignEndRounded.tsx index 2c51c367f..a23b80f93 100644 --- a/src/IconAlignEndRounded.tsx +++ b/src/IconAlignEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndRounded: React.FC = ({ ...props }) => ( +export const IconAlignEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignEndRounded as default } diff --git a/src/IconAlignEndRoundedFilled.tsx b/src/IconAlignEndRoundedFilled.tsx index 4940bb11a..9347ccf8e 100644 --- a/src/IconAlignEndRoundedFilled.tsx +++ b/src/IconAlignEndRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignEndRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignEndRoundedFilled as default } diff --git a/src/IconAlignEndSharp.tsx b/src/IconAlignEndSharp.tsx index b793f82f8..d9b99f0d3 100644 --- a/src/IconAlignEndSharp.tsx +++ b/src/IconAlignEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndSharp: React.FC = ({ ...props }) => ( +export const IconAlignEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignEndSharp as default } diff --git a/src/IconAlignEndSharpFilled.tsx b/src/IconAlignEndSharpFilled.tsx index 14de660cb..698e9e5b9 100644 --- a/src/IconAlignEndSharpFilled.tsx +++ b/src/IconAlignEndSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignEndSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignEndSharpFilled as default } diff --git a/src/IconAlignFlexCenterOutlined.tsx b/src/IconAlignFlexCenterOutlined.tsx index 655f7e256..d1b9a5aac 100644 --- a/src/IconAlignFlexCenterOutlined.tsx +++ b/src/IconAlignFlexCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterOutlined: React.FC = ({ ...props }) => ( +export const IconAlignFlexCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexCenterOutlined as default } diff --git a/src/IconAlignFlexCenterOutlinedFilled.tsx b/src/IconAlignFlexCenterOutlinedFilled.tsx index fe0f0f703..12ab83049 100644 --- a/src/IconAlignFlexCenterOutlinedFilled.tsx +++ b/src/IconAlignFlexCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterOutlinedFilled: React.FC = ({ +export const IconAlignFlexCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignFlexCenterOutlinedFilled: React.FC = ({ ) - -export { IconAlignFlexCenterOutlinedFilled as default } diff --git a/src/IconAlignFlexCenterRounded.tsx b/src/IconAlignFlexCenterRounded.tsx index aa18b7ffe..897ed457a 100644 --- a/src/IconAlignFlexCenterRounded.tsx +++ b/src/IconAlignFlexCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterRounded: React.FC = ({ ...props }) => ( +export const IconAlignFlexCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexCenterRounded as default } diff --git a/src/IconAlignFlexCenterRoundedFilled.tsx b/src/IconAlignFlexCenterRoundedFilled.tsx index 8e2743737..5bb3c4d4f 100644 --- a/src/IconAlignFlexCenterRoundedFilled.tsx +++ b/src/IconAlignFlexCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterRoundedFilled: React.FC = ({ +export const IconAlignFlexCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignFlexCenterRoundedFilled: React.FC = ({ ) - -export { IconAlignFlexCenterRoundedFilled as default } diff --git a/src/IconAlignFlexCenterSharp.tsx b/src/IconAlignFlexCenterSharp.tsx index 8f020bf40..667b4cacb 100644 --- a/src/IconAlignFlexCenterSharp.tsx +++ b/src/IconAlignFlexCenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterSharp: React.FC = ({ ...props }) => ( +export const IconAlignFlexCenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignFlexCenterSharp as default } diff --git a/src/IconAlignFlexCenterSharpFilled.tsx b/src/IconAlignFlexCenterSharpFilled.tsx index e505f48a5..22f6c3489 100644 --- a/src/IconAlignFlexCenterSharpFilled.tsx +++ b/src/IconAlignFlexCenterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexCenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexCenterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexCenterSharpFilled as default } diff --git a/src/IconAlignFlexEndOutlined.tsx b/src/IconAlignFlexEndOutlined.tsx index 0eac3205c..91a11b908 100644 --- a/src/IconAlignFlexEndOutlined.tsx +++ b/src/IconAlignFlexEndOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndOutlined: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndOutlined as default } diff --git a/src/IconAlignFlexEndOutlinedFilled.tsx b/src/IconAlignFlexEndOutlinedFilled.tsx index 3f122cf11..8028dc570 100644 --- a/src/IconAlignFlexEndOutlinedFilled.tsx +++ b/src/IconAlignFlexEndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndOutlinedFilled as default } diff --git a/src/IconAlignFlexEndRounded.tsx b/src/IconAlignFlexEndRounded.tsx index 803a929b2..313785d48 100644 --- a/src/IconAlignFlexEndRounded.tsx +++ b/src/IconAlignFlexEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndRounded: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndRounded as default } diff --git a/src/IconAlignFlexEndRoundedFilled.tsx b/src/IconAlignFlexEndRoundedFilled.tsx index 77083deed..586982a1c 100644 --- a/src/IconAlignFlexEndRoundedFilled.tsx +++ b/src/IconAlignFlexEndRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndRoundedFilled as default } diff --git a/src/IconAlignFlexEndSharp.tsx b/src/IconAlignFlexEndSharp.tsx index 3426a7675..301374f06 100644 --- a/src/IconAlignFlexEndSharp.tsx +++ b/src/IconAlignFlexEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndSharp: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndSharp as default } diff --git a/src/IconAlignFlexEndSharpFilled.tsx b/src/IconAlignFlexEndSharpFilled.tsx index 0c66a7161..33ab839d2 100644 --- a/src/IconAlignFlexEndSharpFilled.tsx +++ b/src/IconAlignFlexEndSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexEndSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexEndSharpFilled as default } diff --git a/src/IconAlignFlexStartOutlined.tsx b/src/IconAlignFlexStartOutlined.tsx index bbdb193c3..d726356ce 100644 --- a/src/IconAlignFlexStartOutlined.tsx +++ b/src/IconAlignFlexStartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartOutlined: React.FC = ({ ...props }) => ( +export const IconAlignFlexStartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexStartOutlined as default } diff --git a/src/IconAlignFlexStartOutlinedFilled.tsx b/src/IconAlignFlexStartOutlinedFilled.tsx index 0a3b08b14..e7c302611 100644 --- a/src/IconAlignFlexStartOutlinedFilled.tsx +++ b/src/IconAlignFlexStartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartOutlinedFilled: React.FC = ({ +export const IconAlignFlexStartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignFlexStartOutlinedFilled: React.FC = ({ ) - -export { IconAlignFlexStartOutlinedFilled as default } diff --git a/src/IconAlignFlexStartRounded.tsx b/src/IconAlignFlexStartRounded.tsx index e034e0f3a..05439680b 100644 --- a/src/IconAlignFlexStartRounded.tsx +++ b/src/IconAlignFlexStartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartRounded: React.FC = ({ ...props }) => ( +export const IconAlignFlexStartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexStartRounded as default } diff --git a/src/IconAlignFlexStartRoundedFilled.tsx b/src/IconAlignFlexStartRoundedFilled.tsx index 968968453..dc0326627 100644 --- a/src/IconAlignFlexStartRoundedFilled.tsx +++ b/src/IconAlignFlexStartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexStartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexStartRoundedFilled as default } diff --git a/src/IconAlignFlexStartSharp.tsx b/src/IconAlignFlexStartSharp.tsx index 7206bc475..3f0a19c48 100644 --- a/src/IconAlignFlexStartSharp.tsx +++ b/src/IconAlignFlexStartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartSharp: React.FC = ({ ...props }) => ( +export const IconAlignFlexStartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignFlexStartSharp as default } diff --git a/src/IconAlignFlexStartSharpFilled.tsx b/src/IconAlignFlexStartSharpFilled.tsx index 71255492d..2fead03a3 100644 --- a/src/IconAlignFlexStartSharpFilled.tsx +++ b/src/IconAlignFlexStartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignFlexStartSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignFlexStartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignFlexStartSharpFilled as default } diff --git a/src/IconAlignHorizontalCenterOutlined.tsx b/src/IconAlignHorizontalCenterOutlined.tsx index b0fbc236f..9ea4e6919 100644 --- a/src/IconAlignHorizontalCenterOutlined.tsx +++ b/src/IconAlignHorizontalCenterOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterOutlined: React.FC = ({ +export const IconAlignHorizontalCenterOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalCenterOutlined: React.FC = ({ ) - -export { IconAlignHorizontalCenterOutlined as default } diff --git a/src/IconAlignHorizontalCenterOutlinedFilled.tsx b/src/IconAlignHorizontalCenterOutlinedFilled.tsx index 53f0f137d..dc1fb13ad 100644 --- a/src/IconAlignHorizontalCenterOutlinedFilled.tsx +++ b/src/IconAlignHorizontalCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterOutlinedFilled: React.FC = ({ +export const IconAlignHorizontalCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalCenterOutlinedFilled: React.FC = ({ ) - -export { IconAlignHorizontalCenterOutlinedFilled as default } diff --git a/src/IconAlignHorizontalCenterRounded.tsx b/src/IconAlignHorizontalCenterRounded.tsx index 75ce4d92f..8e11579de 100644 --- a/src/IconAlignHorizontalCenterRounded.tsx +++ b/src/IconAlignHorizontalCenterRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterRounded: React.FC = ({ +export const IconAlignHorizontalCenterRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalCenterRounded: React.FC = ({ ) - -export { IconAlignHorizontalCenterRounded as default } diff --git a/src/IconAlignHorizontalCenterRoundedFilled.tsx b/src/IconAlignHorizontalCenterRoundedFilled.tsx index 04a210350..fe15a8833 100644 --- a/src/IconAlignHorizontalCenterRoundedFilled.tsx +++ b/src/IconAlignHorizontalCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterRoundedFilled: React.FC = ({ +export const IconAlignHorizontalCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalCenterRoundedFilled: React.FC = ({ ) - -export { IconAlignHorizontalCenterRoundedFilled as default } diff --git a/src/IconAlignHorizontalCenterSharp.tsx b/src/IconAlignHorizontalCenterSharp.tsx index 070cdca40..b5c1df991 100644 --- a/src/IconAlignHorizontalCenterSharp.tsx +++ b/src/IconAlignHorizontalCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterSharp: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalCenterSharp as default } diff --git a/src/IconAlignHorizontalCenterSharpFilled.tsx b/src/IconAlignHorizontalCenterSharpFilled.tsx index 7c291cec8..2b5e92b61 100644 --- a/src/IconAlignHorizontalCenterSharpFilled.tsx +++ b/src/IconAlignHorizontalCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalCenterSharpFilled: React.FC = ({ +export const IconAlignHorizontalCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalCenterSharpFilled: React.FC = ({ ) - -export { IconAlignHorizontalCenterSharpFilled as default } diff --git a/src/IconAlignHorizontalLeftOutlined.tsx b/src/IconAlignHorizontalLeftOutlined.tsx index 873977c6c..938e5294f 100644 --- a/src/IconAlignHorizontalLeftOutlined.tsx +++ b/src/IconAlignHorizontalLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftOutlined: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalLeftOutlined as default } diff --git a/src/IconAlignHorizontalLeftOutlinedFilled.tsx b/src/IconAlignHorizontalLeftOutlinedFilled.tsx index 3241aea01..d3e338006 100644 --- a/src/IconAlignHorizontalLeftOutlinedFilled.tsx +++ b/src/IconAlignHorizontalLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftOutlinedFilled: React.FC = ({ +export const IconAlignHorizontalLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalLeftOutlinedFilled: React.FC = ({ ) - -export { IconAlignHorizontalLeftOutlinedFilled as default } diff --git a/src/IconAlignHorizontalLeftRounded.tsx b/src/IconAlignHorizontalLeftRounded.tsx index 8e47b9c32..6efef019d 100644 --- a/src/IconAlignHorizontalLeftRounded.tsx +++ b/src/IconAlignHorizontalLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftRounded: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalLeftRounded as default } diff --git a/src/IconAlignHorizontalLeftRoundedFilled.tsx b/src/IconAlignHorizontalLeftRoundedFilled.tsx index 7c8ddfaa2..d49a69701 100644 --- a/src/IconAlignHorizontalLeftRoundedFilled.tsx +++ b/src/IconAlignHorizontalLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftRoundedFilled: React.FC = ({ +export const IconAlignHorizontalLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalLeftRoundedFilled: React.FC = ({ ) - -export { IconAlignHorizontalLeftRoundedFilled as default } diff --git a/src/IconAlignHorizontalLeftSharp.tsx b/src/IconAlignHorizontalLeftSharp.tsx index c4c1ec51b..3b6d6d84b 100644 --- a/src/IconAlignHorizontalLeftSharp.tsx +++ b/src/IconAlignHorizontalLeftSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftSharp: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalLeftSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalLeftSharp as default } diff --git a/src/IconAlignHorizontalLeftSharpFilled.tsx b/src/IconAlignHorizontalLeftSharpFilled.tsx index 95985562a..4dae45b2c 100644 --- a/src/IconAlignHorizontalLeftSharpFilled.tsx +++ b/src/IconAlignHorizontalLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalLeftSharpFilled: React.FC = ({ +export const IconAlignHorizontalLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalLeftSharpFilled: React.FC = ({ ) - -export { IconAlignHorizontalLeftSharpFilled as default } diff --git a/src/IconAlignHorizontalRightOutlined.tsx b/src/IconAlignHorizontalRightOutlined.tsx index c609cdfca..d489aabce 100644 --- a/src/IconAlignHorizontalRightOutlined.tsx +++ b/src/IconAlignHorizontalRightOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightOutlined: React.FC = ({ +export const IconAlignHorizontalRightOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalRightOutlined: React.FC = ({ ) - -export { IconAlignHorizontalRightOutlined as default } diff --git a/src/IconAlignHorizontalRightOutlinedFilled.tsx b/src/IconAlignHorizontalRightOutlinedFilled.tsx index fb959e290..bde3359fc 100644 --- a/src/IconAlignHorizontalRightOutlinedFilled.tsx +++ b/src/IconAlignHorizontalRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightOutlinedFilled: React.FC = ({ +export const IconAlignHorizontalRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalRightOutlinedFilled: React.FC = ({ ) - -export { IconAlignHorizontalRightOutlinedFilled as default } diff --git a/src/IconAlignHorizontalRightRounded.tsx b/src/IconAlignHorizontalRightRounded.tsx index 8889a619c..31ebf822a 100644 --- a/src/IconAlignHorizontalRightRounded.tsx +++ b/src/IconAlignHorizontalRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightRounded: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalRightRounded as default } diff --git a/src/IconAlignHorizontalRightRoundedFilled.tsx b/src/IconAlignHorizontalRightRoundedFilled.tsx index 8ad6c4858..8515fe8f0 100644 --- a/src/IconAlignHorizontalRightRoundedFilled.tsx +++ b/src/IconAlignHorizontalRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightRoundedFilled: React.FC = ({ +export const IconAlignHorizontalRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalRightRoundedFilled: React.FC = ({ ) - -export { IconAlignHorizontalRightRoundedFilled as default } diff --git a/src/IconAlignHorizontalRightSharp.tsx b/src/IconAlignHorizontalRightSharp.tsx index ccaa4d7cf..377cd4067 100644 --- a/src/IconAlignHorizontalRightSharp.tsx +++ b/src/IconAlignHorizontalRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightSharp: React.FC = ({ ...props }) => ( +export const IconAlignHorizontalRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignHorizontalRightSharp as default } diff --git a/src/IconAlignHorizontalRightSharpFilled.tsx b/src/IconAlignHorizontalRightSharpFilled.tsx index 67c59cb65..a26c3a3aa 100644 --- a/src/IconAlignHorizontalRightSharpFilled.tsx +++ b/src/IconAlignHorizontalRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignHorizontalRightSharpFilled: React.FC = ({ +export const IconAlignHorizontalRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignHorizontalRightSharpFilled: React.FC = ({ ) - -export { IconAlignHorizontalRightSharpFilled as default } diff --git a/src/IconAlignItemsStretchOutlined.tsx b/src/IconAlignItemsStretchOutlined.tsx index 30088103d..eecf852bf 100644 --- a/src/IconAlignItemsStretchOutlined.tsx +++ b/src/IconAlignItemsStretchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchOutlined: React.FC = ({ ...props }) => ( +export const IconAlignItemsStretchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignItemsStretchOutlined as default } diff --git a/src/IconAlignItemsStretchOutlinedFilled.tsx b/src/IconAlignItemsStretchOutlinedFilled.tsx index 8305b5d66..5ef4db7cc 100644 --- a/src/IconAlignItemsStretchOutlinedFilled.tsx +++ b/src/IconAlignItemsStretchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchOutlinedFilled: React.FC = ({ +export const IconAlignItemsStretchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignItemsStretchOutlinedFilled: React.FC = ({ ) - -export { IconAlignItemsStretchOutlinedFilled as default } diff --git a/src/IconAlignItemsStretchRounded.tsx b/src/IconAlignItemsStretchRounded.tsx index 5ccabd618..0c402028a 100644 --- a/src/IconAlignItemsStretchRounded.tsx +++ b/src/IconAlignItemsStretchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchRounded: React.FC = ({ ...props }) => ( +export const IconAlignItemsStretchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignItemsStretchRounded as default } diff --git a/src/IconAlignItemsStretchRoundedFilled.tsx b/src/IconAlignItemsStretchRoundedFilled.tsx index 1d51bb6bd..3f6dd2d00 100644 --- a/src/IconAlignItemsStretchRoundedFilled.tsx +++ b/src/IconAlignItemsStretchRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchRoundedFilled: React.FC = ({ +export const IconAlignItemsStretchRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignItemsStretchRoundedFilled: React.FC = ({ ) - -export { IconAlignItemsStretchRoundedFilled as default } diff --git a/src/IconAlignItemsStretchSharp.tsx b/src/IconAlignItemsStretchSharp.tsx index d0f76f585..6d51ccc78 100644 --- a/src/IconAlignItemsStretchSharp.tsx +++ b/src/IconAlignItemsStretchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchSharp: React.FC = ({ ...props }) => ( +export const IconAlignItemsStretchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignItemsStretchSharp as default } diff --git a/src/IconAlignItemsStretchSharpFilled.tsx b/src/IconAlignItemsStretchSharpFilled.tsx index 990677906..aa21f3e55 100644 --- a/src/IconAlignItemsStretchSharpFilled.tsx +++ b/src/IconAlignItemsStretchSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignItemsStretchSharpFilled: React.FC = ({ +export const IconAlignItemsStretchSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignItemsStretchSharpFilled: React.FC = ({ ) - -export { IconAlignItemsStretchSharpFilled as default } diff --git a/src/IconAlignJustifyCenterOutlined.tsx b/src/IconAlignJustifyCenterOutlined.tsx index 370cc0528..2c797473e 100644 --- a/src/IconAlignJustifyCenterOutlined.tsx +++ b/src/IconAlignJustifyCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterOutlined: React.FC = ({ ...props }) => ( +export const IconAlignJustifyCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyCenterOutlined as default } diff --git a/src/IconAlignJustifyCenterOutlinedFilled.tsx b/src/IconAlignJustifyCenterOutlinedFilled.tsx index 7d4bcda67..5a370ab97 100644 --- a/src/IconAlignJustifyCenterOutlinedFilled.tsx +++ b/src/IconAlignJustifyCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterOutlinedFilled: React.FC = ({ +export const IconAlignJustifyCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyCenterOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifyCenterOutlinedFilled as default } diff --git a/src/IconAlignJustifyCenterRounded.tsx b/src/IconAlignJustifyCenterRounded.tsx index a8e68963b..d88c1ce9f 100644 --- a/src/IconAlignJustifyCenterRounded.tsx +++ b/src/IconAlignJustifyCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterRounded: React.FC = ({ ...props }) => ( +export const IconAlignJustifyCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyCenterRounded as default } diff --git a/src/IconAlignJustifyCenterRoundedFilled.tsx b/src/IconAlignJustifyCenterRoundedFilled.tsx index 9a1702f06..309e43861 100644 --- a/src/IconAlignJustifyCenterRoundedFilled.tsx +++ b/src/IconAlignJustifyCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterRoundedFilled: React.FC = ({ +export const IconAlignJustifyCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyCenterRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifyCenterRoundedFilled as default } diff --git a/src/IconAlignJustifyCenterSharp.tsx b/src/IconAlignJustifyCenterSharp.tsx index defd8dec2..a1300cc0f 100644 --- a/src/IconAlignJustifyCenterSharp.tsx +++ b/src/IconAlignJustifyCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterSharp: React.FC = ({ ...props }) => ( +export const IconAlignJustifyCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyCenterSharp as default } diff --git a/src/IconAlignJustifyCenterSharpFilled.tsx b/src/IconAlignJustifyCenterSharpFilled.tsx index 3632450d1..4fca73d03 100644 --- a/src/IconAlignJustifyCenterSharpFilled.tsx +++ b/src/IconAlignJustifyCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyCenterSharpFilled: React.FC = ({ +export const IconAlignJustifyCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyCenterSharpFilled: React.FC = ({ ) - -export { IconAlignJustifyCenterSharpFilled as default } diff --git a/src/IconAlignJustifyFlexEndOutlined.tsx b/src/IconAlignJustifyFlexEndOutlined.tsx index 90e150c59..a3dcff474 100644 --- a/src/IconAlignJustifyFlexEndOutlined.tsx +++ b/src/IconAlignJustifyFlexEndOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndOutlined: React.FC = ({ ...props }) => ( +export const IconAlignJustifyFlexEndOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyFlexEndOutlined as default } diff --git a/src/IconAlignJustifyFlexEndOutlinedFilled.tsx b/src/IconAlignJustifyFlexEndOutlinedFilled.tsx index 3f9df7d15..fc7094af0 100644 --- a/src/IconAlignJustifyFlexEndOutlinedFilled.tsx +++ b/src/IconAlignJustifyFlexEndOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndOutlinedFilled: React.FC = ({ +export const IconAlignJustifyFlexEndOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexEndOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexEndOutlinedFilled as default } diff --git a/src/IconAlignJustifyFlexEndRounded.tsx b/src/IconAlignJustifyFlexEndRounded.tsx index 6c6d4c6c6..7d0b9edfb 100644 --- a/src/IconAlignJustifyFlexEndRounded.tsx +++ b/src/IconAlignJustifyFlexEndRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndRounded: React.FC = ({ ...props }) => ( +export const IconAlignJustifyFlexEndRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyFlexEndRounded as default } diff --git a/src/IconAlignJustifyFlexEndRoundedFilled.tsx b/src/IconAlignJustifyFlexEndRoundedFilled.tsx index 2715fe668..0ec9b13f6 100644 --- a/src/IconAlignJustifyFlexEndRoundedFilled.tsx +++ b/src/IconAlignJustifyFlexEndRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndRoundedFilled: React.FC = ({ +export const IconAlignJustifyFlexEndRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexEndRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexEndRoundedFilled as default } diff --git a/src/IconAlignJustifyFlexEndSharp.tsx b/src/IconAlignJustifyFlexEndSharp.tsx index 6ed236b98..0f1c7bc64 100644 --- a/src/IconAlignJustifyFlexEndSharp.tsx +++ b/src/IconAlignJustifyFlexEndSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndSharp: React.FC = ({ ...props }) => ( +export const IconAlignJustifyFlexEndSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyFlexEndSharp as default } diff --git a/src/IconAlignJustifyFlexEndSharpFilled.tsx b/src/IconAlignJustifyFlexEndSharpFilled.tsx index 792d3067f..debd6e719 100644 --- a/src/IconAlignJustifyFlexEndSharpFilled.tsx +++ b/src/IconAlignJustifyFlexEndSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexEndSharpFilled: React.FC = ({ +export const IconAlignJustifyFlexEndSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexEndSharpFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexEndSharpFilled as default } diff --git a/src/IconAlignJustifyFlexStartOutlined.tsx b/src/IconAlignJustifyFlexStartOutlined.tsx index 9d0487644..fab8f5b7b 100644 --- a/src/IconAlignJustifyFlexStartOutlined.tsx +++ b/src/IconAlignJustifyFlexStartOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartOutlined: React.FC = ({ +export const IconAlignJustifyFlexStartOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexStartOutlined: React.FC = ({ ) - -export { IconAlignJustifyFlexStartOutlined as default } diff --git a/src/IconAlignJustifyFlexStartOutlinedFilled.tsx b/src/IconAlignJustifyFlexStartOutlinedFilled.tsx index 5dea38dc8..7cc3c95e0 100644 --- a/src/IconAlignJustifyFlexStartOutlinedFilled.tsx +++ b/src/IconAlignJustifyFlexStartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartOutlinedFilled: React.FC = ({ +export const IconAlignJustifyFlexStartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexStartOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexStartOutlinedFilled as default } diff --git a/src/IconAlignJustifyFlexStartRounded.tsx b/src/IconAlignJustifyFlexStartRounded.tsx index 07fb878c1..65c6e59dd 100644 --- a/src/IconAlignJustifyFlexStartRounded.tsx +++ b/src/IconAlignJustifyFlexStartRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartRounded: React.FC = ({ +export const IconAlignJustifyFlexStartRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexStartRounded: React.FC = ({ ) - -export { IconAlignJustifyFlexStartRounded as default } diff --git a/src/IconAlignJustifyFlexStartRoundedFilled.tsx b/src/IconAlignJustifyFlexStartRoundedFilled.tsx index e2780cc28..dd07c0d2e 100644 --- a/src/IconAlignJustifyFlexStartRoundedFilled.tsx +++ b/src/IconAlignJustifyFlexStartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartRoundedFilled: React.FC = ({ +export const IconAlignJustifyFlexStartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexStartRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexStartRoundedFilled as default } diff --git a/src/IconAlignJustifyFlexStartSharp.tsx b/src/IconAlignJustifyFlexStartSharp.tsx index 98a36a4e6..3a04502fb 100644 --- a/src/IconAlignJustifyFlexStartSharp.tsx +++ b/src/IconAlignJustifyFlexStartSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartSharp: React.FC = ({ ...props }) => ( +export const IconAlignJustifyFlexStartSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyFlexStartSharp as default } diff --git a/src/IconAlignJustifyFlexStartSharpFilled.tsx b/src/IconAlignJustifyFlexStartSharpFilled.tsx index a9d5d4c07..881942a68 100644 --- a/src/IconAlignJustifyFlexStartSharpFilled.tsx +++ b/src/IconAlignJustifyFlexStartSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyFlexStartSharpFilled: React.FC = ({ +export const IconAlignJustifyFlexStartSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyFlexStartSharpFilled: React.FC = ({ ) - -export { IconAlignJustifyFlexStartSharpFilled as default } diff --git a/src/IconAlignJustifySpaceAroundOutlined.tsx b/src/IconAlignJustifySpaceAroundOutlined.tsx index b5fdfaffa..4e14545c6 100644 --- a/src/IconAlignJustifySpaceAroundOutlined.tsx +++ b/src/IconAlignJustifySpaceAroundOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundOutlined: React.FC = ({ +export const IconAlignJustifySpaceAroundOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundOutlined: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundOutlined as default } diff --git a/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx b/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx index 342bd03ef..cd3cae67a 100644 --- a/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceAroundOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundOutlinedFilled: React.FC = ({ +export const IconAlignJustifySpaceAroundOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundOutlinedFilled as default } diff --git a/src/IconAlignJustifySpaceAroundRounded.tsx b/src/IconAlignJustifySpaceAroundRounded.tsx index 689995f24..a808ef124 100644 --- a/src/IconAlignJustifySpaceAroundRounded.tsx +++ b/src/IconAlignJustifySpaceAroundRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundRounded: React.FC = ({ +export const IconAlignJustifySpaceAroundRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundRounded: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundRounded as default } diff --git a/src/IconAlignJustifySpaceAroundRoundedFilled.tsx b/src/IconAlignJustifySpaceAroundRoundedFilled.tsx index 20ad72ddf..8d66f546e 100644 --- a/src/IconAlignJustifySpaceAroundRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceAroundRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundRoundedFilled: React.FC = ({ +export const IconAlignJustifySpaceAroundRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundRoundedFilled as default } diff --git a/src/IconAlignJustifySpaceAroundSharp.tsx b/src/IconAlignJustifySpaceAroundSharp.tsx index 413175284..817127773 100644 --- a/src/IconAlignJustifySpaceAroundSharp.tsx +++ b/src/IconAlignJustifySpaceAroundSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundSharp: React.FC = ({ +export const IconAlignJustifySpaceAroundSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundSharp: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundSharp as default } diff --git a/src/IconAlignJustifySpaceAroundSharpFilled.tsx b/src/IconAlignJustifySpaceAroundSharpFilled.tsx index 8c3af8027..6c52e88aa 100644 --- a/src/IconAlignJustifySpaceAroundSharpFilled.tsx +++ b/src/IconAlignJustifySpaceAroundSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceAroundSharpFilled: React.FC = ({ +export const IconAlignJustifySpaceAroundSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceAroundSharpFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceAroundSharpFilled as default } diff --git a/src/IconAlignJustifySpaceBetweenOutlined.tsx b/src/IconAlignJustifySpaceBetweenOutlined.tsx index 4ea7d89f0..4e14ea4f8 100644 --- a/src/IconAlignJustifySpaceBetweenOutlined.tsx +++ b/src/IconAlignJustifySpaceBetweenOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenOutlined: React.FC = ({ +export const IconAlignJustifySpaceBetweenOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceBetweenOutlined: React.FC = ({ ) - -export { IconAlignJustifySpaceBetweenOutlined as default } diff --git a/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx b/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx index a13ef7d23..8789663ae 100644 --- a/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconAlignJustifySpaceBetweenOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignJustifySpaceBetweenOutlinedFilled as default } diff --git a/src/IconAlignJustifySpaceBetweenRounded.tsx b/src/IconAlignJustifySpaceBetweenRounded.tsx index 8d1a746eb..9aa36e252 100644 --- a/src/IconAlignJustifySpaceBetweenRounded.tsx +++ b/src/IconAlignJustifySpaceBetweenRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenRounded: React.FC = ({ +export const IconAlignJustifySpaceBetweenRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceBetweenRounded: React.FC = ({ ) - -export { IconAlignJustifySpaceBetweenRounded as default } diff --git a/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx b/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx index c2674200d..3e9eeec21 100644 --- a/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenRoundedFilled: React.FC = ({ +export const IconAlignJustifySpaceBetweenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceBetweenRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceBetweenRoundedFilled as default } diff --git a/src/IconAlignJustifySpaceBetweenSharp.tsx b/src/IconAlignJustifySpaceBetweenSharp.tsx index 8cf7b8409..788fc0f13 100644 --- a/src/IconAlignJustifySpaceBetweenSharp.tsx +++ b/src/IconAlignJustifySpaceBetweenSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenSharp: React.FC = ({ +export const IconAlignJustifySpaceBetweenSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceBetweenSharp: React.FC = ({ ) - -export { IconAlignJustifySpaceBetweenSharp as default } diff --git a/src/IconAlignJustifySpaceBetweenSharpFilled.tsx b/src/IconAlignJustifySpaceBetweenSharpFilled.tsx index b971e9e7c..38cb30511 100644 --- a/src/IconAlignJustifySpaceBetweenSharpFilled.tsx +++ b/src/IconAlignJustifySpaceBetweenSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceBetweenSharpFilled: React.FC = ({ +export const IconAlignJustifySpaceBetweenSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceBetweenSharpFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceBetweenSharpFilled as default } diff --git a/src/IconAlignJustifySpaceEvenOutlined.tsx b/src/IconAlignJustifySpaceEvenOutlined.tsx index 5a563e43b..6f8b9713c 100644 --- a/src/IconAlignJustifySpaceEvenOutlined.tsx +++ b/src/IconAlignJustifySpaceEvenOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenOutlined: React.FC = ({ +export const IconAlignJustifySpaceEvenOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceEvenOutlined: React.FC = ({ ) - -export { IconAlignJustifySpaceEvenOutlined as default } diff --git a/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx b/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx index abafee77e..2d16d826f 100644 --- a/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx +++ b/src/IconAlignJustifySpaceEvenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenOutlinedFilled: React.FC = ({ +export const IconAlignJustifySpaceEvenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceEvenOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceEvenOutlinedFilled as default } diff --git a/src/IconAlignJustifySpaceEvenRounded.tsx b/src/IconAlignJustifySpaceEvenRounded.tsx index aa918578a..51f9edbd7 100644 --- a/src/IconAlignJustifySpaceEvenRounded.tsx +++ b/src/IconAlignJustifySpaceEvenRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenRounded: React.FC = ({ +export const IconAlignJustifySpaceEvenRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceEvenRounded: React.FC = ({ ) - -export { IconAlignJustifySpaceEvenRounded as default } diff --git a/src/IconAlignJustifySpaceEvenRoundedFilled.tsx b/src/IconAlignJustifySpaceEvenRoundedFilled.tsx index d21b2717a..4201370fc 100644 --- a/src/IconAlignJustifySpaceEvenRoundedFilled.tsx +++ b/src/IconAlignJustifySpaceEvenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenRoundedFilled: React.FC = ({ +export const IconAlignJustifySpaceEvenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceEvenRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceEvenRoundedFilled as default } diff --git a/src/IconAlignJustifySpaceEvenSharp.tsx b/src/IconAlignJustifySpaceEvenSharp.tsx index 90c6fa7ac..42586c6d9 100644 --- a/src/IconAlignJustifySpaceEvenSharp.tsx +++ b/src/IconAlignJustifySpaceEvenSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenSharp: React.FC = ({ ...props }) => ( +export const IconAlignJustifySpaceEvenSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifySpaceEvenSharp as default } diff --git a/src/IconAlignJustifySpaceEvenSharpFilled.tsx b/src/IconAlignJustifySpaceEvenSharpFilled.tsx index 55985ea00..037e5baaa 100644 --- a/src/IconAlignJustifySpaceEvenSharpFilled.tsx +++ b/src/IconAlignJustifySpaceEvenSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifySpaceEvenSharpFilled: React.FC = ({ +export const IconAlignJustifySpaceEvenSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifySpaceEvenSharpFilled: React.FC = ({ ) - -export { IconAlignJustifySpaceEvenSharpFilled as default } diff --git a/src/IconAlignJustifyStretchOutlined.tsx b/src/IconAlignJustifyStretchOutlined.tsx index fd89c23fb..462da7883 100644 --- a/src/IconAlignJustifyStretchOutlined.tsx +++ b/src/IconAlignJustifyStretchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchOutlined: React.FC = ({ ...props }) => ( +export const IconAlignJustifyStretchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyStretchOutlined as default } diff --git a/src/IconAlignJustifyStretchOutlinedFilled.tsx b/src/IconAlignJustifyStretchOutlinedFilled.tsx index 991f2b4e6..1de8d892d 100644 --- a/src/IconAlignJustifyStretchOutlinedFilled.tsx +++ b/src/IconAlignJustifyStretchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchOutlinedFilled: React.FC = ({ +export const IconAlignJustifyStretchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyStretchOutlinedFilled: React.FC = ({ ) - -export { IconAlignJustifyStretchOutlinedFilled as default } diff --git a/src/IconAlignJustifyStretchRounded.tsx b/src/IconAlignJustifyStretchRounded.tsx index 8bd03ee1b..5675c4777 100644 --- a/src/IconAlignJustifyStretchRounded.tsx +++ b/src/IconAlignJustifyStretchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchRounded: React.FC = ({ ...props }) => ( +export const IconAlignJustifyStretchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyStretchRounded as default } diff --git a/src/IconAlignJustifyStretchRoundedFilled.tsx b/src/IconAlignJustifyStretchRoundedFilled.tsx index ccb5fa9a1..29950f3b5 100644 --- a/src/IconAlignJustifyStretchRoundedFilled.tsx +++ b/src/IconAlignJustifyStretchRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchRoundedFilled: React.FC = ({ +export const IconAlignJustifyStretchRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyStretchRoundedFilled: React.FC = ({ ) - -export { IconAlignJustifyStretchRoundedFilled as default } diff --git a/src/IconAlignJustifyStretchSharp.tsx b/src/IconAlignJustifyStretchSharp.tsx index a1a7b127e..07e1a2a70 100644 --- a/src/IconAlignJustifyStretchSharp.tsx +++ b/src/IconAlignJustifyStretchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchSharp: React.FC = ({ ...props }) => ( +export const IconAlignJustifyStretchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignJustifyStretchSharp as default } diff --git a/src/IconAlignJustifyStretchSharpFilled.tsx b/src/IconAlignJustifyStretchSharpFilled.tsx index 3f8415c36..83be7c024 100644 --- a/src/IconAlignJustifyStretchSharpFilled.tsx +++ b/src/IconAlignJustifyStretchSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignJustifyStretchSharpFilled: React.FC = ({ +export const IconAlignJustifyStretchSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignJustifyStretchSharpFilled: React.FC = ({ ) - -export { IconAlignJustifyStretchSharpFilled as default } diff --git a/src/IconAlignSelfStretchOutlined.tsx b/src/IconAlignSelfStretchOutlined.tsx index 9a9f65c58..26554ce47 100644 --- a/src/IconAlignSelfStretchOutlined.tsx +++ b/src/IconAlignSelfStretchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchOutlined: React.FC = ({ ...props }) => ( +export const IconAlignSelfStretchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSelfStretchOutlined as default } diff --git a/src/IconAlignSelfStretchOutlinedFilled.tsx b/src/IconAlignSelfStretchOutlinedFilled.tsx index a0539fe5e..81ee3be93 100644 --- a/src/IconAlignSelfStretchOutlinedFilled.tsx +++ b/src/IconAlignSelfStretchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchOutlinedFilled: React.FC = ({ +export const IconAlignSelfStretchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSelfStretchOutlinedFilled: React.FC = ({ ) - -export { IconAlignSelfStretchOutlinedFilled as default } diff --git a/src/IconAlignSelfStretchRounded.tsx b/src/IconAlignSelfStretchRounded.tsx index 1443f33b8..14f3a206c 100644 --- a/src/IconAlignSelfStretchRounded.tsx +++ b/src/IconAlignSelfStretchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchRounded: React.FC = ({ ...props }) => ( +export const IconAlignSelfStretchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSelfStretchRounded as default } diff --git a/src/IconAlignSelfStretchRoundedFilled.tsx b/src/IconAlignSelfStretchRoundedFilled.tsx index a349b3b30..09c23a32b 100644 --- a/src/IconAlignSelfStretchRoundedFilled.tsx +++ b/src/IconAlignSelfStretchRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchRoundedFilled: React.FC = ({ +export const IconAlignSelfStretchRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSelfStretchRoundedFilled: React.FC = ({ ) - -export { IconAlignSelfStretchRoundedFilled as default } diff --git a/src/IconAlignSelfStretchSharp.tsx b/src/IconAlignSelfStretchSharp.tsx index dd87996f4..f084fb237 100644 --- a/src/IconAlignSelfStretchSharp.tsx +++ b/src/IconAlignSelfStretchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchSharp: React.FC = ({ ...props }) => ( +export const IconAlignSelfStretchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSelfStretchSharp as default } diff --git a/src/IconAlignSelfStretchSharpFilled.tsx b/src/IconAlignSelfStretchSharpFilled.tsx index b8524dd68..9b492421c 100644 --- a/src/IconAlignSelfStretchSharpFilled.tsx +++ b/src/IconAlignSelfStretchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSelfStretchSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignSelfStretchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSelfStretchSharpFilled as default } diff --git a/src/IconAlignSpaceAroundOutlined.tsx b/src/IconAlignSpaceAroundOutlined.tsx index 0a4f7d810..7da8c6c0a 100644 --- a/src/IconAlignSpaceAroundOutlined.tsx +++ b/src/IconAlignSpaceAroundOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundOutlined: React.FC = ({ ...props }) => ( +export const IconAlignSpaceAroundOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceAroundOutlined as default } diff --git a/src/IconAlignSpaceAroundOutlinedFilled.tsx b/src/IconAlignSpaceAroundOutlinedFilled.tsx index 90a174776..9d8d64e80 100644 --- a/src/IconAlignSpaceAroundOutlinedFilled.tsx +++ b/src/IconAlignSpaceAroundOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundOutlinedFilled: React.FC = ({ +export const IconAlignSpaceAroundOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceAroundOutlinedFilled: React.FC = ({ ) - -export { IconAlignSpaceAroundOutlinedFilled as default } diff --git a/src/IconAlignSpaceAroundRounded.tsx b/src/IconAlignSpaceAroundRounded.tsx index fb232d98e..e7436f65b 100644 --- a/src/IconAlignSpaceAroundRounded.tsx +++ b/src/IconAlignSpaceAroundRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundRounded: React.FC = ({ ...props }) => ( +export const IconAlignSpaceAroundRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceAroundRounded as default } diff --git a/src/IconAlignSpaceAroundRoundedFilled.tsx b/src/IconAlignSpaceAroundRoundedFilled.tsx index 880f6e648..f0dbb5b4e 100644 --- a/src/IconAlignSpaceAroundRoundedFilled.tsx +++ b/src/IconAlignSpaceAroundRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundRoundedFilled: React.FC = ({ +export const IconAlignSpaceAroundRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceAroundRoundedFilled: React.FC = ({ ) - -export { IconAlignSpaceAroundRoundedFilled as default } diff --git a/src/IconAlignSpaceAroundSharp.tsx b/src/IconAlignSpaceAroundSharp.tsx index fd36787f1..0ace3658c 100644 --- a/src/IconAlignSpaceAroundSharp.tsx +++ b/src/IconAlignSpaceAroundSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundSharp: React.FC = ({ ...props }) => ( +export const IconAlignSpaceAroundSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceAroundSharp as default } diff --git a/src/IconAlignSpaceAroundSharpFilled.tsx b/src/IconAlignSpaceAroundSharpFilled.tsx index 52b4764a3..dab914c2b 100644 --- a/src/IconAlignSpaceAroundSharpFilled.tsx +++ b/src/IconAlignSpaceAroundSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceAroundSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignSpaceAroundSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceAroundSharpFilled as default } diff --git a/src/IconAlignSpaceBetweenOutlined.tsx b/src/IconAlignSpaceBetweenOutlined.tsx index 626f91d23..435be2ab3 100644 --- a/src/IconAlignSpaceBetweenOutlined.tsx +++ b/src/IconAlignSpaceBetweenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenOutlined: React.FC = ({ ...props }) => ( +export const IconAlignSpaceBetweenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceBetweenOutlined as default } diff --git a/src/IconAlignSpaceBetweenOutlinedFilled.tsx b/src/IconAlignSpaceBetweenOutlinedFilled.tsx index 87f0f6879..ff6898f16 100644 --- a/src/IconAlignSpaceBetweenOutlinedFilled.tsx +++ b/src/IconAlignSpaceBetweenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenOutlinedFilled: React.FC = ({ +export const IconAlignSpaceBetweenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceBetweenOutlinedFilled: React.FC = ({ ) - -export { IconAlignSpaceBetweenOutlinedFilled as default } diff --git a/src/IconAlignSpaceBetweenRounded.tsx b/src/IconAlignSpaceBetweenRounded.tsx index 9e4352233..07b51dd8b 100644 --- a/src/IconAlignSpaceBetweenRounded.tsx +++ b/src/IconAlignSpaceBetweenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenRounded: React.FC = ({ ...props }) => ( +export const IconAlignSpaceBetweenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceBetweenRounded as default } diff --git a/src/IconAlignSpaceBetweenRoundedFilled.tsx b/src/IconAlignSpaceBetweenRoundedFilled.tsx index e7a6051cf..006d63391 100644 --- a/src/IconAlignSpaceBetweenRoundedFilled.tsx +++ b/src/IconAlignSpaceBetweenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenRoundedFilled: React.FC = ({ +export const IconAlignSpaceBetweenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceBetweenRoundedFilled: React.FC = ({ ) - -export { IconAlignSpaceBetweenRoundedFilled as default } diff --git a/src/IconAlignSpaceBetweenSharp.tsx b/src/IconAlignSpaceBetweenSharp.tsx index 469162ade..ca570e44b 100644 --- a/src/IconAlignSpaceBetweenSharp.tsx +++ b/src/IconAlignSpaceBetweenSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenSharp: React.FC = ({ ...props }) => ( +export const IconAlignSpaceBetweenSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceBetweenSharp as default } diff --git a/src/IconAlignSpaceBetweenSharpFilled.tsx b/src/IconAlignSpaceBetweenSharpFilled.tsx index 2cb2c6f10..19454b935 100644 --- a/src/IconAlignSpaceBetweenSharpFilled.tsx +++ b/src/IconAlignSpaceBetweenSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceBetweenSharpFilled: React.FC = ({ +export const IconAlignSpaceBetweenSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceBetweenSharpFilled: React.FC = ({ ) - -export { IconAlignSpaceBetweenSharpFilled as default } diff --git a/src/IconAlignSpaceEvenOutlined.tsx b/src/IconAlignSpaceEvenOutlined.tsx index 279a9fd42..2695d2043 100644 --- a/src/IconAlignSpaceEvenOutlined.tsx +++ b/src/IconAlignSpaceEvenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenOutlined: React.FC = ({ ...props }) => ( +export const IconAlignSpaceEvenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceEvenOutlined as default } diff --git a/src/IconAlignSpaceEvenOutlinedFilled.tsx b/src/IconAlignSpaceEvenOutlinedFilled.tsx index 5d8ec932a..4dd7d5cc4 100644 --- a/src/IconAlignSpaceEvenOutlinedFilled.tsx +++ b/src/IconAlignSpaceEvenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenOutlinedFilled: React.FC = ({ +export const IconAlignSpaceEvenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignSpaceEvenOutlinedFilled: React.FC = ({ ) - -export { IconAlignSpaceEvenOutlinedFilled as default } diff --git a/src/IconAlignSpaceEvenRounded.tsx b/src/IconAlignSpaceEvenRounded.tsx index f1e464740..6e7a170cc 100644 --- a/src/IconAlignSpaceEvenRounded.tsx +++ b/src/IconAlignSpaceEvenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenRounded: React.FC = ({ ...props }) => ( +export const IconAlignSpaceEvenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceEvenRounded as default } diff --git a/src/IconAlignSpaceEvenRoundedFilled.tsx b/src/IconAlignSpaceEvenRoundedFilled.tsx index 3df3e9d12..2aed7213b 100644 --- a/src/IconAlignSpaceEvenRoundedFilled.tsx +++ b/src/IconAlignSpaceEvenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignSpaceEvenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceEvenRoundedFilled as default } diff --git a/src/IconAlignSpaceEvenSharp.tsx b/src/IconAlignSpaceEvenSharp.tsx index da8362d66..cd0b29fb1 100644 --- a/src/IconAlignSpaceEvenSharp.tsx +++ b/src/IconAlignSpaceEvenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenSharp: React.FC = ({ ...props }) => ( +export const IconAlignSpaceEvenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceEvenSharp as default } diff --git a/src/IconAlignSpaceEvenSharpFilled.tsx b/src/IconAlignSpaceEvenSharpFilled.tsx index 8ec27d80b..a8c43131b 100644 --- a/src/IconAlignSpaceEvenSharpFilled.tsx +++ b/src/IconAlignSpaceEvenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignSpaceEvenSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignSpaceEvenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignSpaceEvenSharpFilled as default } diff --git a/src/IconAlignStartOutlined.tsx b/src/IconAlignStartOutlined.tsx index 039c70b86..8edb74aab 100644 --- a/src/IconAlignStartOutlined.tsx +++ b/src/IconAlignStartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartOutlined: React.FC = ({ ...props }) => ( +export const IconAlignStartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStartOutlined as default } diff --git a/src/IconAlignStartOutlinedFilled.tsx b/src/IconAlignStartOutlinedFilled.tsx index 42848d59e..e6c22c770 100644 --- a/src/IconAlignStartOutlinedFilled.tsx +++ b/src/IconAlignStartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlignStartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStartOutlinedFilled as default } diff --git a/src/IconAlignStartRounded.tsx b/src/IconAlignStartRounded.tsx index 34c400e2d..f1c6e8c7d 100644 --- a/src/IconAlignStartRounded.tsx +++ b/src/IconAlignStartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartRounded: React.FC = ({ ...props }) => ( +export const IconAlignStartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStartRounded as default } diff --git a/src/IconAlignStartRoundedFilled.tsx b/src/IconAlignStartRoundedFilled.tsx index a91843880..fefed027e 100644 --- a/src/IconAlignStartRoundedFilled.tsx +++ b/src/IconAlignStartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignStartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStartRoundedFilled as default } diff --git a/src/IconAlignStartSharp.tsx b/src/IconAlignStartSharp.tsx index 99a5da624..0a0a05a06 100644 --- a/src/IconAlignStartSharp.tsx +++ b/src/IconAlignStartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartSharp: React.FC = ({ ...props }) => ( +export const IconAlignStartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStartSharp as default } diff --git a/src/IconAlignStartSharpFilled.tsx b/src/IconAlignStartSharpFilled.tsx index 01d4d0fcb..a91f83183 100644 --- a/src/IconAlignStartSharpFilled.tsx +++ b/src/IconAlignStartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStartSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignStartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStartSharpFilled as default } diff --git a/src/IconAlignStretchOutlined.tsx b/src/IconAlignStretchOutlined.tsx index 57886c8a4..533e2652f 100644 --- a/src/IconAlignStretchOutlined.tsx +++ b/src/IconAlignStretchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchOutlined: React.FC = ({ ...props }) => ( +export const IconAlignStretchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStretchOutlined as default } diff --git a/src/IconAlignStretchOutlinedFilled.tsx b/src/IconAlignStretchOutlinedFilled.tsx index d030715ab..cf1e1a6fe 100644 --- a/src/IconAlignStretchOutlinedFilled.tsx +++ b/src/IconAlignStretchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAlignStretchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStretchOutlinedFilled as default } diff --git a/src/IconAlignStretchRounded.tsx b/src/IconAlignStretchRounded.tsx index 99c99d4db..c8db87cd1 100644 --- a/src/IconAlignStretchRounded.tsx +++ b/src/IconAlignStretchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchRounded: React.FC = ({ ...props }) => ( +export const IconAlignStretchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStretchRounded as default } diff --git a/src/IconAlignStretchRoundedFilled.tsx b/src/IconAlignStretchRoundedFilled.tsx index fa312b9cc..d6084b29f 100644 --- a/src/IconAlignStretchRoundedFilled.tsx +++ b/src/IconAlignStretchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlignStretchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStretchRoundedFilled as default } diff --git a/src/IconAlignStretchSharp.tsx b/src/IconAlignStretchSharp.tsx index 46c5bb8a5..5a2f1c832 100644 --- a/src/IconAlignStretchSharp.tsx +++ b/src/IconAlignStretchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchSharp: React.FC = ({ ...props }) => ( +export const IconAlignStretchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlignStretchSharp as default } diff --git a/src/IconAlignStretchSharpFilled.tsx b/src/IconAlignStretchSharpFilled.tsx index 8d43158f3..2114c08b9 100644 --- a/src/IconAlignStretchSharpFilled.tsx +++ b/src/IconAlignStretchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignStretchSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignStretchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignStretchSharpFilled as default } diff --git a/src/IconAlignVerticalBottomOutlined.tsx b/src/IconAlignVerticalBottomOutlined.tsx index 0ef0f0801..21d12e9ce 100644 --- a/src/IconAlignVerticalBottomOutlined.tsx +++ b/src/IconAlignVerticalBottomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomOutlined: React.FC = ({ ...props }) => ( +export const IconAlignVerticalBottomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalBottomOutlined as default } diff --git a/src/IconAlignVerticalBottomOutlinedFilled.tsx b/src/IconAlignVerticalBottomOutlinedFilled.tsx index 693654cc0..809f196bf 100644 --- a/src/IconAlignVerticalBottomOutlinedFilled.tsx +++ b/src/IconAlignVerticalBottomOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomOutlinedFilled: React.FC = ({ +export const IconAlignVerticalBottomOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalBottomOutlinedFilled: React.FC = ({ ) - -export { IconAlignVerticalBottomOutlinedFilled as default } diff --git a/src/IconAlignVerticalBottomRounded.tsx b/src/IconAlignVerticalBottomRounded.tsx index 64575f544..ccdc7bac1 100644 --- a/src/IconAlignVerticalBottomRounded.tsx +++ b/src/IconAlignVerticalBottomRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomRounded: React.FC = ({ ...props }) => ( +export const IconAlignVerticalBottomRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalBottomRounded as default } diff --git a/src/IconAlignVerticalBottomRoundedFilled.tsx b/src/IconAlignVerticalBottomRoundedFilled.tsx index 4c031b230..bd714548a 100644 --- a/src/IconAlignVerticalBottomRoundedFilled.tsx +++ b/src/IconAlignVerticalBottomRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomRoundedFilled: React.FC = ({ +export const IconAlignVerticalBottomRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalBottomRoundedFilled: React.FC = ({ ) - -export { IconAlignVerticalBottomRoundedFilled as default } diff --git a/src/IconAlignVerticalBottomSharp.tsx b/src/IconAlignVerticalBottomSharp.tsx index 8b31a3b34..88eb453b1 100644 --- a/src/IconAlignVerticalBottomSharp.tsx +++ b/src/IconAlignVerticalBottomSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomSharp: React.FC = ({ ...props }) => ( +export const IconAlignVerticalBottomSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalBottomSharp as default } diff --git a/src/IconAlignVerticalBottomSharpFilled.tsx b/src/IconAlignVerticalBottomSharpFilled.tsx index b15533f7b..748448453 100644 --- a/src/IconAlignVerticalBottomSharpFilled.tsx +++ b/src/IconAlignVerticalBottomSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalBottomSharpFilled: React.FC = ({ +export const IconAlignVerticalBottomSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalBottomSharpFilled: React.FC = ({ ) - -export { IconAlignVerticalBottomSharpFilled as default } diff --git a/src/IconAlignVerticalCenterOutlined.tsx b/src/IconAlignVerticalCenterOutlined.tsx index e90bc1fd7..973a6a807 100644 --- a/src/IconAlignVerticalCenterOutlined.tsx +++ b/src/IconAlignVerticalCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterOutlined: React.FC = ({ ...props }) => ( +export const IconAlignVerticalCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalCenterOutlined as default } diff --git a/src/IconAlignVerticalCenterOutlinedFilled.tsx b/src/IconAlignVerticalCenterOutlinedFilled.tsx index b2ac3fee6..3e7410ad7 100644 --- a/src/IconAlignVerticalCenterOutlinedFilled.tsx +++ b/src/IconAlignVerticalCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterOutlinedFilled: React.FC = ({ +export const IconAlignVerticalCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalCenterOutlinedFilled: React.FC = ({ ) - -export { IconAlignVerticalCenterOutlinedFilled as default } diff --git a/src/IconAlignVerticalCenterRounded.tsx b/src/IconAlignVerticalCenterRounded.tsx index d611ecd31..a70f27950 100644 --- a/src/IconAlignVerticalCenterRounded.tsx +++ b/src/IconAlignVerticalCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterRounded: React.FC = ({ ...props }) => ( +export const IconAlignVerticalCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalCenterRounded as default } diff --git a/src/IconAlignVerticalCenterRoundedFilled.tsx b/src/IconAlignVerticalCenterRoundedFilled.tsx index 5cc00c734..dde200069 100644 --- a/src/IconAlignVerticalCenterRoundedFilled.tsx +++ b/src/IconAlignVerticalCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterRoundedFilled: React.FC = ({ +export const IconAlignVerticalCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalCenterRoundedFilled: React.FC = ({ ) - -export { IconAlignVerticalCenterRoundedFilled as default } diff --git a/src/IconAlignVerticalCenterSharp.tsx b/src/IconAlignVerticalCenterSharp.tsx index 694cfaaf5..c91df82d7 100644 --- a/src/IconAlignVerticalCenterSharp.tsx +++ b/src/IconAlignVerticalCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterSharp: React.FC = ({ ...props }) => ( +export const IconAlignVerticalCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalCenterSharp as default } diff --git a/src/IconAlignVerticalCenterSharpFilled.tsx b/src/IconAlignVerticalCenterSharpFilled.tsx index aaf885a91..f9e96ac6b 100644 --- a/src/IconAlignVerticalCenterSharpFilled.tsx +++ b/src/IconAlignVerticalCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalCenterSharpFilled: React.FC = ({ +export const IconAlignVerticalCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalCenterSharpFilled: React.FC = ({ ) - -export { IconAlignVerticalCenterSharpFilled as default } diff --git a/src/IconAlignVerticalTopOutlined.tsx b/src/IconAlignVerticalTopOutlined.tsx index a22737bcf..a029c8226 100644 --- a/src/IconAlignVerticalTopOutlined.tsx +++ b/src/IconAlignVerticalTopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopOutlined: React.FC = ({ ...props }) => ( +export const IconAlignVerticalTopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalTopOutlined as default } diff --git a/src/IconAlignVerticalTopOutlinedFilled.tsx b/src/IconAlignVerticalTopOutlinedFilled.tsx index 17c4f6a3e..06d814d8a 100644 --- a/src/IconAlignVerticalTopOutlinedFilled.tsx +++ b/src/IconAlignVerticalTopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopOutlinedFilled: React.FC = ({ +export const IconAlignVerticalTopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalTopOutlinedFilled: React.FC = ({ ) - -export { IconAlignVerticalTopOutlinedFilled as default } diff --git a/src/IconAlignVerticalTopRounded.tsx b/src/IconAlignVerticalTopRounded.tsx index 20df854ef..cb221d595 100644 --- a/src/IconAlignVerticalTopRounded.tsx +++ b/src/IconAlignVerticalTopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopRounded: React.FC = ({ ...props }) => ( +export const IconAlignVerticalTopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalTopRounded as default } diff --git a/src/IconAlignVerticalTopRoundedFilled.tsx b/src/IconAlignVerticalTopRoundedFilled.tsx index 21cf5ddb7..848edec3b 100644 --- a/src/IconAlignVerticalTopRoundedFilled.tsx +++ b/src/IconAlignVerticalTopRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopRoundedFilled: React.FC = ({ +export const IconAlignVerticalTopRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlignVerticalTopRoundedFilled: React.FC = ({ ) - -export { IconAlignVerticalTopRoundedFilled as default } diff --git a/src/IconAlignVerticalTopSharp.tsx b/src/IconAlignVerticalTopSharp.tsx index c649fc0e6..927c8f24d 100644 --- a/src/IconAlignVerticalTopSharp.tsx +++ b/src/IconAlignVerticalTopSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopSharp: React.FC = ({ ...props }) => ( +export const IconAlignVerticalTopSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalTopSharp as default } diff --git a/src/IconAlignVerticalTopSharpFilled.tsx b/src/IconAlignVerticalTopSharpFilled.tsx index 7c14e18bd..9c4839dc1 100644 --- a/src/IconAlignVerticalTopSharpFilled.tsx +++ b/src/IconAlignVerticalTopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlignVerticalTopSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlignVerticalTopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlignVerticalTopSharpFilled as default } diff --git a/src/IconAllInboxOutlined.tsx b/src/IconAllInboxOutlined.tsx index 354421944..5f96d4fc3 100644 --- a/src/IconAllInboxOutlined.tsx +++ b/src/IconAllInboxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxOutlined: React.FC = ({ ...props }) => ( +export const IconAllInboxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInboxOutlined as default } diff --git a/src/IconAllInboxOutlinedFilled.tsx b/src/IconAllInboxOutlinedFilled.tsx index 9c8deb27b..59e141898 100644 --- a/src/IconAllInboxOutlinedFilled.tsx +++ b/src/IconAllInboxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllInboxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllInboxOutlinedFilled as default } diff --git a/src/IconAllInboxRounded.tsx b/src/IconAllInboxRounded.tsx index 86e224071..ddefe4ba0 100644 --- a/src/IconAllInboxRounded.tsx +++ b/src/IconAllInboxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxRounded: React.FC = ({ ...props }) => ( +export const IconAllInboxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInboxRounded as default } diff --git a/src/IconAllInboxRoundedFilled.tsx b/src/IconAllInboxRoundedFilled.tsx index a9518d49b..c0c939275 100644 --- a/src/IconAllInboxRoundedFilled.tsx +++ b/src/IconAllInboxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllInboxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllInboxRoundedFilled as default } diff --git a/src/IconAllInboxSharp.tsx b/src/IconAllInboxSharp.tsx index 9d83c04c3..dd293bb70 100644 --- a/src/IconAllInboxSharp.tsx +++ b/src/IconAllInboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxSharp: React.FC = ({ ...props }) => ( +export const IconAllInboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInboxSharp as default } diff --git a/src/IconAllInboxSharpFilled.tsx b/src/IconAllInboxSharpFilled.tsx index 794ac0441..8030def67 100644 --- a/src/IconAllInboxSharpFilled.tsx +++ b/src/IconAllInboxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconAllInboxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInboxSharpFilled as default } diff --git a/src/IconAllInclusiveOutlined.tsx b/src/IconAllInclusiveOutlined.tsx index caa38b201..eb82ecd0b 100644 --- a/src/IconAllInclusiveOutlined.tsx +++ b/src/IconAllInclusiveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveOutlined: React.FC = ({ ...props }) => ( +export const IconAllInclusiveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveOutlined as default } diff --git a/src/IconAllInclusiveOutlinedFilled.tsx b/src/IconAllInclusiveOutlinedFilled.tsx index ce8c531dd..e7394fa13 100644 --- a/src/IconAllInclusiveOutlinedFilled.tsx +++ b/src/IconAllInclusiveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllInclusiveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveOutlinedFilled as default } diff --git a/src/IconAllInclusiveRounded.tsx b/src/IconAllInclusiveRounded.tsx index d273c58d6..6c8cdcf72 100644 --- a/src/IconAllInclusiveRounded.tsx +++ b/src/IconAllInclusiveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveRounded: React.FC = ({ ...props }) => ( +export const IconAllInclusiveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveRounded as default } diff --git a/src/IconAllInclusiveRoundedFilled.tsx b/src/IconAllInclusiveRoundedFilled.tsx index f2cfb3287..1aaeabb9d 100644 --- a/src/IconAllInclusiveRoundedFilled.tsx +++ b/src/IconAllInclusiveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllInclusiveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveRoundedFilled as default } diff --git a/src/IconAllInclusiveSharp.tsx b/src/IconAllInclusiveSharp.tsx index 1e1a93d5c..33181c13a 100644 --- a/src/IconAllInclusiveSharp.tsx +++ b/src/IconAllInclusiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveSharp: React.FC = ({ ...props }) => ( +export const IconAllInclusiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveSharp as default } diff --git a/src/IconAllInclusiveSharpFilled.tsx b/src/IconAllInclusiveSharpFilled.tsx index fd824c78b..c839fba18 100644 --- a/src/IconAllInclusiveSharpFilled.tsx +++ b/src/IconAllInclusiveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllInclusiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconAllInclusiveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllInclusiveSharpFilled as default } diff --git a/src/IconAllMatchOutlined.tsx b/src/IconAllMatchOutlined.tsx index d197c71a5..46cb71dd5 100644 --- a/src/IconAllMatchOutlined.tsx +++ b/src/IconAllMatchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchOutlined: React.FC = ({ ...props }) => ( +export const IconAllMatchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllMatchOutlined as default } diff --git a/src/IconAllMatchOutlinedFilled.tsx b/src/IconAllMatchOutlinedFilled.tsx index bc628058e..58d9aaed4 100644 --- a/src/IconAllMatchOutlinedFilled.tsx +++ b/src/IconAllMatchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllMatchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllMatchOutlinedFilled as default } diff --git a/src/IconAllMatchRounded.tsx b/src/IconAllMatchRounded.tsx index f2357ea3c..5a650f5c7 100644 --- a/src/IconAllMatchRounded.tsx +++ b/src/IconAllMatchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchRounded: React.FC = ({ ...props }) => ( +export const IconAllMatchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllMatchRounded as default } diff --git a/src/IconAllMatchRoundedFilled.tsx b/src/IconAllMatchRoundedFilled.tsx index 4c9f4c5c5..12e3ab647 100644 --- a/src/IconAllMatchRoundedFilled.tsx +++ b/src/IconAllMatchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllMatchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllMatchRoundedFilled as default } diff --git a/src/IconAllMatchSharp.tsx b/src/IconAllMatchSharp.tsx index 2eea6ef3f..ebfc15566 100644 --- a/src/IconAllMatchSharp.tsx +++ b/src/IconAllMatchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchSharp: React.FC = ({ ...props }) => ( +export const IconAllMatchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllMatchSharp as default } diff --git a/src/IconAllMatchSharpFilled.tsx b/src/IconAllMatchSharpFilled.tsx index 41c0babb7..9163664fa 100644 --- a/src/IconAllMatchSharpFilled.tsx +++ b/src/IconAllMatchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllMatchSharpFilled: React.FC = ({ ...props }) => ( +export const IconAllMatchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllMatchSharpFilled as default } diff --git a/src/IconAllOutOutlined.tsx b/src/IconAllOutOutlined.tsx index 90d5c57e0..2bceac848 100644 --- a/src/IconAllOutOutlined.tsx +++ b/src/IconAllOutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutOutlined: React.FC = ({ ...props }) => ( +export const IconAllOutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutOutlined as default } diff --git a/src/IconAllOutOutlinedFilled.tsx b/src/IconAllOutOutlinedFilled.tsx index 6fe4592c8..1b951183a 100644 --- a/src/IconAllOutOutlinedFilled.tsx +++ b/src/IconAllOutOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllOutOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutOutlinedFilled as default } diff --git a/src/IconAllOutRounded.tsx b/src/IconAllOutRounded.tsx index 24050eb81..cbb400794 100644 --- a/src/IconAllOutRounded.tsx +++ b/src/IconAllOutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutRounded: React.FC = ({ ...props }) => ( +export const IconAllOutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutRounded as default } diff --git a/src/IconAllOutRoundedFilled.tsx b/src/IconAllOutRoundedFilled.tsx index d6c3c2deb..90d44e240 100644 --- a/src/IconAllOutRoundedFilled.tsx +++ b/src/IconAllOutRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllOutRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutRoundedFilled as default } diff --git a/src/IconAllOutSharp.tsx b/src/IconAllOutSharp.tsx index 1e6ee28b9..ea1c75d4f 100644 --- a/src/IconAllOutSharp.tsx +++ b/src/IconAllOutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutSharp: React.FC = ({ ...props }) => ( +export const IconAllOutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutSharp as default } diff --git a/src/IconAllOutSharpFilled.tsx b/src/IconAllOutSharpFilled.tsx index 345a7fbe5..4b19d4e6c 100644 --- a/src/IconAllOutSharpFilled.tsx +++ b/src/IconAllOutSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllOutSharpFilled: React.FC = ({ ...props }) => ( +export const IconAllOutSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllOutSharpFilled as default } diff --git a/src/IconAllergiesOutlined.tsx b/src/IconAllergiesOutlined.tsx index 108af4dde..3b5cc9f28 100644 --- a/src/IconAllergiesOutlined.tsx +++ b/src/IconAllergiesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesOutlined: React.FC = ({ ...props }) => ( +export const IconAllergiesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergiesOutlined as default } diff --git a/src/IconAllergiesOutlinedFilled.tsx b/src/IconAllergiesOutlinedFilled.tsx index 52ee669a6..201a41ffc 100644 --- a/src/IconAllergiesOutlinedFilled.tsx +++ b/src/IconAllergiesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllergiesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllergiesOutlinedFilled as default } diff --git a/src/IconAllergiesRounded.tsx b/src/IconAllergiesRounded.tsx index 736a9657f..98d306671 100644 --- a/src/IconAllergiesRounded.tsx +++ b/src/IconAllergiesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesRounded: React.FC = ({ ...props }) => ( +export const IconAllergiesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergiesRounded as default } diff --git a/src/IconAllergiesRoundedFilled.tsx b/src/IconAllergiesRoundedFilled.tsx index 730907aef..6710d9202 100644 --- a/src/IconAllergiesRoundedFilled.tsx +++ b/src/IconAllergiesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllergiesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllergiesRoundedFilled as default } diff --git a/src/IconAllergiesSharp.tsx b/src/IconAllergiesSharp.tsx index 0de1a6246..1a7cd368a 100644 --- a/src/IconAllergiesSharp.tsx +++ b/src/IconAllergiesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesSharp: React.FC = ({ ...props }) => ( +export const IconAllergiesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergiesSharp as default } diff --git a/src/IconAllergiesSharpFilled.tsx b/src/IconAllergiesSharpFilled.tsx index a8543aad8..b5272a0e6 100644 --- a/src/IconAllergiesSharpFilled.tsx +++ b/src/IconAllergiesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergiesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAllergiesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergiesSharpFilled as default } diff --git a/src/IconAllergyOutlined.tsx b/src/IconAllergyOutlined.tsx index 5585cb35a..a040bc5a5 100644 --- a/src/IconAllergyOutlined.tsx +++ b/src/IconAllergyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergyOutlined: React.FC = ({ ...props }) => ( +export const IconAllergyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergyOutlined as default } diff --git a/src/IconAllergyOutlinedFilled.tsx b/src/IconAllergyOutlinedFilled.tsx index 393d21ab8..eb0ddebde 100644 --- a/src/IconAllergyOutlinedFilled.tsx +++ b/src/IconAllergyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAllergyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAllergyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAllergyOutlinedFilled as default } diff --git a/src/IconAllergyRounded.tsx b/src/IconAllergyRounded.tsx index 54db4e81f..9f70b4770 100644 --- a/src/IconAllergyRounded.tsx +++ b/src/IconAllergyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergyRounded: React.FC = ({ ...props }) => ( +export const IconAllergyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergyRounded as default } diff --git a/src/IconAllergyRoundedFilled.tsx b/src/IconAllergyRoundedFilled.tsx index 78a24f658..7bd5dc522 100644 --- a/src/IconAllergyRoundedFilled.tsx +++ b/src/IconAllergyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAllergyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergyRoundedFilled as default } diff --git a/src/IconAllergySharp.tsx b/src/IconAllergySharp.tsx index 89d314c4d..18e01a4bd 100644 --- a/src/IconAllergySharp.tsx +++ b/src/IconAllergySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergySharp: React.FC = ({ ...props }) => ( +export const IconAllergySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergySharp as default } diff --git a/src/IconAllergySharpFilled.tsx b/src/IconAllergySharpFilled.tsx index df5c85eac..fcc641c2f 100644 --- a/src/IconAllergySharpFilled.tsx +++ b/src/IconAllergySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAllergySharpFilled: React.FC = ({ ...props }) => ( +export const IconAllergySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAllergySharpFilled as default } diff --git a/src/IconAltRouteOutlined.tsx b/src/IconAltRouteOutlined.tsx index 009ed0632..069127fa5 100644 --- a/src/IconAltRouteOutlined.tsx +++ b/src/IconAltRouteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteOutlined: React.FC = ({ ...props }) => ( +export const IconAltRouteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltRouteOutlined as default } diff --git a/src/IconAltRouteOutlinedFilled.tsx b/src/IconAltRouteOutlinedFilled.tsx index 26a9a7907..54c5e338b 100644 --- a/src/IconAltRouteOutlinedFilled.tsx +++ b/src/IconAltRouteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAltRouteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAltRouteOutlinedFilled as default } diff --git a/src/IconAltRouteRounded.tsx b/src/IconAltRouteRounded.tsx index d54c50abe..95516c476 100644 --- a/src/IconAltRouteRounded.tsx +++ b/src/IconAltRouteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteRounded: React.FC = ({ ...props }) => ( +export const IconAltRouteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltRouteRounded as default } diff --git a/src/IconAltRouteRoundedFilled.tsx b/src/IconAltRouteRoundedFilled.tsx index 267c8d09d..02955c414 100644 --- a/src/IconAltRouteRoundedFilled.tsx +++ b/src/IconAltRouteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAltRouteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAltRouteRoundedFilled as default } diff --git a/src/IconAltRouteSharp.tsx b/src/IconAltRouteSharp.tsx index 091123227..7bdbe982b 100644 --- a/src/IconAltRouteSharp.tsx +++ b/src/IconAltRouteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteSharp: React.FC = ({ ...props }) => ( +export const IconAltRouteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltRouteSharp as default } diff --git a/src/IconAltRouteSharpFilled.tsx b/src/IconAltRouteSharpFilled.tsx index 276110aaf..35995544a 100644 --- a/src/IconAltRouteSharpFilled.tsx +++ b/src/IconAltRouteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltRouteSharpFilled: React.FC = ({ ...props }) => ( +export const IconAltRouteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltRouteSharpFilled as default } diff --git a/src/IconAlternateEmailOutlined.tsx b/src/IconAlternateEmailOutlined.tsx index e31f0935f..ee6e9402c 100644 --- a/src/IconAlternateEmailOutlined.tsx +++ b/src/IconAlternateEmailOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailOutlined: React.FC = ({ ...props }) => ( +export const IconAlternateEmailOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlternateEmailOutlined as default } diff --git a/src/IconAlternateEmailOutlinedFilled.tsx b/src/IconAlternateEmailOutlinedFilled.tsx index dc0a899ed..f92d15990 100644 --- a/src/IconAlternateEmailOutlinedFilled.tsx +++ b/src/IconAlternateEmailOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailOutlinedFilled: React.FC = ({ +export const IconAlternateEmailOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAlternateEmailOutlinedFilled: React.FC = ({ ) - -export { IconAlternateEmailOutlinedFilled as default } diff --git a/src/IconAlternateEmailRounded.tsx b/src/IconAlternateEmailRounded.tsx index c92d80c12..1a7d633c8 100644 --- a/src/IconAlternateEmailRounded.tsx +++ b/src/IconAlternateEmailRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailRounded: React.FC = ({ ...props }) => ( +export const IconAlternateEmailRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlternateEmailRounded as default } diff --git a/src/IconAlternateEmailRoundedFilled.tsx b/src/IconAlternateEmailRoundedFilled.tsx index f9c464b98..9b0779173 100644 --- a/src/IconAlternateEmailRoundedFilled.tsx +++ b/src/IconAlternateEmailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAlternateEmailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlternateEmailRoundedFilled as default } diff --git a/src/IconAlternateEmailSharp.tsx b/src/IconAlternateEmailSharp.tsx index c2559286b..070266355 100644 --- a/src/IconAlternateEmailSharp.tsx +++ b/src/IconAlternateEmailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailSharp: React.FC = ({ ...props }) => ( +export const IconAlternateEmailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAlternateEmailSharp as default } diff --git a/src/IconAlternateEmailSharpFilled.tsx b/src/IconAlternateEmailSharpFilled.tsx index e0bfa59e1..16305c979 100644 --- a/src/IconAlternateEmailSharpFilled.tsx +++ b/src/IconAlternateEmailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAlternateEmailSharpFilled: React.FC = ({ ...props }) => ( +export const IconAlternateEmailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAlternateEmailSharpFilled as default } diff --git a/src/IconAltitudeOutlined.tsx b/src/IconAltitudeOutlined.tsx index fb3bb34e9..9256a220e 100644 --- a/src/IconAltitudeOutlined.tsx +++ b/src/IconAltitudeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeOutlined: React.FC = ({ ...props }) => ( +export const IconAltitudeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltitudeOutlined as default } diff --git a/src/IconAltitudeOutlinedFilled.tsx b/src/IconAltitudeOutlinedFilled.tsx index 8fec9d002..184fee1d2 100644 --- a/src/IconAltitudeOutlinedFilled.tsx +++ b/src/IconAltitudeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAltitudeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAltitudeOutlinedFilled as default } diff --git a/src/IconAltitudeRounded.tsx b/src/IconAltitudeRounded.tsx index 25286baea..5b2de7c19 100644 --- a/src/IconAltitudeRounded.tsx +++ b/src/IconAltitudeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeRounded: React.FC = ({ ...props }) => ( +export const IconAltitudeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltitudeRounded as default } diff --git a/src/IconAltitudeRoundedFilled.tsx b/src/IconAltitudeRoundedFilled.tsx index 7abd67984..373a76a92 100644 --- a/src/IconAltitudeRoundedFilled.tsx +++ b/src/IconAltitudeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAltitudeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAltitudeRoundedFilled as default } diff --git a/src/IconAltitudeSharp.tsx b/src/IconAltitudeSharp.tsx index 1dbe0b5da..c4ff814cd 100644 --- a/src/IconAltitudeSharp.tsx +++ b/src/IconAltitudeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeSharp: React.FC = ({ ...props }) => ( +export const IconAltitudeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltitudeSharp as default } diff --git a/src/IconAltitudeSharpFilled.tsx b/src/IconAltitudeSharpFilled.tsx index 7090ac48c..4a3609f45 100644 --- a/src/IconAltitudeSharpFilled.tsx +++ b/src/IconAltitudeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAltitudeSharpFilled: React.FC = ({ ...props }) => ( +export const IconAltitudeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAltitudeSharpFilled as default } diff --git a/src/IconAmbulanceOutlined.tsx b/src/IconAmbulanceOutlined.tsx index e3912e94a..6bcc1718a 100644 --- a/src/IconAmbulanceOutlined.tsx +++ b/src/IconAmbulanceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceOutlined: React.FC = ({ ...props }) => ( +export const IconAmbulanceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmbulanceOutlined as default } diff --git a/src/IconAmbulanceOutlinedFilled.tsx b/src/IconAmbulanceOutlinedFilled.tsx index 8a5c82087..2f65cbcc4 100644 --- a/src/IconAmbulanceOutlinedFilled.tsx +++ b/src/IconAmbulanceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAmbulanceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAmbulanceOutlinedFilled as default } diff --git a/src/IconAmbulanceRounded.tsx b/src/IconAmbulanceRounded.tsx index 3f18eb211..4b4f76fc9 100644 --- a/src/IconAmbulanceRounded.tsx +++ b/src/IconAmbulanceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceRounded: React.FC = ({ ...props }) => ( +export const IconAmbulanceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmbulanceRounded as default } diff --git a/src/IconAmbulanceRoundedFilled.tsx b/src/IconAmbulanceRoundedFilled.tsx index aabf9587e..ed957c11f 100644 --- a/src/IconAmbulanceRoundedFilled.tsx +++ b/src/IconAmbulanceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAmbulanceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAmbulanceRoundedFilled as default } diff --git a/src/IconAmbulanceSharp.tsx b/src/IconAmbulanceSharp.tsx index 6a6649386..451443c4b 100644 --- a/src/IconAmbulanceSharp.tsx +++ b/src/IconAmbulanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceSharp: React.FC = ({ ...props }) => ( +export const IconAmbulanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmbulanceSharp as default } diff --git a/src/IconAmbulanceSharpFilled.tsx b/src/IconAmbulanceSharpFilled.tsx index 150f0bae9..ab0b8b0d6 100644 --- a/src/IconAmbulanceSharpFilled.tsx +++ b/src/IconAmbulanceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmbulanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconAmbulanceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmbulanceSharpFilled as default } diff --git a/src/IconAmendOutlined.tsx b/src/IconAmendOutlined.tsx index 3de0be071..3bce25f18 100644 --- a/src/IconAmendOutlined.tsx +++ b/src/IconAmendOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendOutlined: React.FC = ({ ...props }) => ( +export const IconAmendOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendOutlined as default } diff --git a/src/IconAmendOutlinedFilled.tsx b/src/IconAmendOutlinedFilled.tsx index bff6960b3..a590cbf41 100644 --- a/src/IconAmendOutlinedFilled.tsx +++ b/src/IconAmendOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAmendOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendOutlinedFilled as default } diff --git a/src/IconAmendRounded.tsx b/src/IconAmendRounded.tsx index 36c83d763..7ac8035dd 100644 --- a/src/IconAmendRounded.tsx +++ b/src/IconAmendRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendRounded: React.FC = ({ ...props }) => ( +export const IconAmendRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendRounded as default } diff --git a/src/IconAmendRoundedFilled.tsx b/src/IconAmendRoundedFilled.tsx index 6810b931e..f1b919ad0 100644 --- a/src/IconAmendRoundedFilled.tsx +++ b/src/IconAmendRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAmendRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendRoundedFilled as default } diff --git a/src/IconAmendSharp.tsx b/src/IconAmendSharp.tsx index 4309011ca..97a47338e 100644 --- a/src/IconAmendSharp.tsx +++ b/src/IconAmendSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendSharp: React.FC = ({ ...props }) => ( +export const IconAmendSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendSharp as default } diff --git a/src/IconAmendSharpFilled.tsx b/src/IconAmendSharpFilled.tsx index 6ea325c23..0404bda26 100644 --- a/src/IconAmendSharpFilled.tsx +++ b/src/IconAmendSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmendSharpFilled: React.FC = ({ ...props }) => ( +export const IconAmendSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmendSharpFilled as default } diff --git a/src/IconAmpStoriesOutlined.tsx b/src/IconAmpStoriesOutlined.tsx index a19c5d93a..a53c17ee5 100644 --- a/src/IconAmpStoriesOutlined.tsx +++ b/src/IconAmpStoriesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesOutlined: React.FC = ({ ...props }) => ( +export const IconAmpStoriesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesOutlined as default } diff --git a/src/IconAmpStoriesOutlinedFilled.tsx b/src/IconAmpStoriesOutlinedFilled.tsx index 29d45ba7f..96662e6b9 100644 --- a/src/IconAmpStoriesOutlinedFilled.tsx +++ b/src/IconAmpStoriesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAmpStoriesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesOutlinedFilled as default } diff --git a/src/IconAmpStoriesRounded.tsx b/src/IconAmpStoriesRounded.tsx index 284cd9981..d5e676c03 100644 --- a/src/IconAmpStoriesRounded.tsx +++ b/src/IconAmpStoriesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesRounded: React.FC = ({ ...props }) => ( +export const IconAmpStoriesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesRounded as default } diff --git a/src/IconAmpStoriesRoundedFilled.tsx b/src/IconAmpStoriesRoundedFilled.tsx index bc1eaa21b..0b8ea9099 100644 --- a/src/IconAmpStoriesRoundedFilled.tsx +++ b/src/IconAmpStoriesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAmpStoriesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesRoundedFilled as default } diff --git a/src/IconAmpStoriesSharp.tsx b/src/IconAmpStoriesSharp.tsx index a43d2773b..5442aeb7c 100644 --- a/src/IconAmpStoriesSharp.tsx +++ b/src/IconAmpStoriesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesSharp: React.FC = ({ ...props }) => ( +export const IconAmpStoriesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesSharp as default } diff --git a/src/IconAmpStoriesSharpFilled.tsx b/src/IconAmpStoriesSharpFilled.tsx index 6406c9265..9b091c688 100644 --- a/src/IconAmpStoriesSharpFilled.tsx +++ b/src/IconAmpStoriesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAmpStoriesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAmpStoriesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAmpStoriesSharpFilled as default } diff --git a/src/IconAnalyticsOutlined.tsx b/src/IconAnalyticsOutlined.tsx index eb4b2b9a7..5d283a779 100644 --- a/src/IconAnalyticsOutlined.tsx +++ b/src/IconAnalyticsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsOutlined: React.FC = ({ ...props }) => ( +export const IconAnalyticsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnalyticsOutlined as default } diff --git a/src/IconAnalyticsOutlinedFilled.tsx b/src/IconAnalyticsOutlinedFilled.tsx index 8ebd682b3..3f43b4722 100644 --- a/src/IconAnalyticsOutlinedFilled.tsx +++ b/src/IconAnalyticsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAnalyticsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnalyticsOutlinedFilled as default } diff --git a/src/IconAnalyticsRounded.tsx b/src/IconAnalyticsRounded.tsx index 41aaaac60..55f690835 100644 --- a/src/IconAnalyticsRounded.tsx +++ b/src/IconAnalyticsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsRounded: React.FC = ({ ...props }) => ( +export const IconAnalyticsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnalyticsRounded as default } diff --git a/src/IconAnalyticsRoundedFilled.tsx b/src/IconAnalyticsRoundedFilled.tsx index 109fdbe4b..0d8313c04 100644 --- a/src/IconAnalyticsRoundedFilled.tsx +++ b/src/IconAnalyticsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAnalyticsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnalyticsRoundedFilled as default } diff --git a/src/IconAnalyticsSharp.tsx b/src/IconAnalyticsSharp.tsx index 62f3fb92a..c23928dd9 100644 --- a/src/IconAnalyticsSharp.tsx +++ b/src/IconAnalyticsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsSharp: React.FC = ({ ...props }) => ( +export const IconAnalyticsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnalyticsSharp as default } diff --git a/src/IconAnalyticsSharpFilled.tsx b/src/IconAnalyticsSharpFilled.tsx index 312b55481..4bda287fb 100644 --- a/src/IconAnalyticsSharpFilled.tsx +++ b/src/IconAnalyticsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnalyticsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAnalyticsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnalyticsSharpFilled as default } diff --git a/src/IconAnchorOutlined.tsx b/src/IconAnchorOutlined.tsx index 946895049..50155cd64 100644 --- a/src/IconAnchorOutlined.tsx +++ b/src/IconAnchorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorOutlined: React.FC = ({ ...props }) => ( +export const IconAnchorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorOutlined as default } diff --git a/src/IconAnchorOutlinedFilled.tsx b/src/IconAnchorOutlinedFilled.tsx index d901e2a59..a7ec4d7a5 100644 --- a/src/IconAnchorOutlinedFilled.tsx +++ b/src/IconAnchorOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAnchorOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorOutlinedFilled as default } diff --git a/src/IconAnchorRounded.tsx b/src/IconAnchorRounded.tsx index 65938942e..763f18a9f 100644 --- a/src/IconAnchorRounded.tsx +++ b/src/IconAnchorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorRounded: React.FC = ({ ...props }) => ( +export const IconAnchorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorRounded as default } diff --git a/src/IconAnchorRoundedFilled.tsx b/src/IconAnchorRoundedFilled.tsx index 8d8312755..a44c99484 100644 --- a/src/IconAnchorRoundedFilled.tsx +++ b/src/IconAnchorRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAnchorRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorRoundedFilled as default } diff --git a/src/IconAnchorSharp.tsx b/src/IconAnchorSharp.tsx index aa8c3e4d5..58e503e19 100644 --- a/src/IconAnchorSharp.tsx +++ b/src/IconAnchorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorSharp: React.FC = ({ ...props }) => ( +export const IconAnchorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorSharp as default } diff --git a/src/IconAnchorSharpFilled.tsx b/src/IconAnchorSharpFilled.tsx index 576bf2193..1a34626d4 100644 --- a/src/IconAnchorSharpFilled.tsx +++ b/src/IconAnchorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnchorSharpFilled: React.FC = ({ ...props }) => ( +export const IconAnchorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnchorSharpFilled as default } diff --git a/src/IconAndroidOutlined.tsx b/src/IconAndroidOutlined.tsx index 762db4b62..64f42267b 100644 --- a/src/IconAndroidOutlined.tsx +++ b/src/IconAndroidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidOutlined: React.FC = ({ ...props }) => ( +export const IconAndroidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAndroidOutlined as default } diff --git a/src/IconAndroidOutlinedFilled.tsx b/src/IconAndroidOutlinedFilled.tsx index 4cfe0148c..7a4d84f2e 100644 --- a/src/IconAndroidOutlinedFilled.tsx +++ b/src/IconAndroidOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAndroidOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAndroidOutlinedFilled as default } diff --git a/src/IconAndroidRounded.tsx b/src/IconAndroidRounded.tsx index 0c9174456..b3a89a67f 100644 --- a/src/IconAndroidRounded.tsx +++ b/src/IconAndroidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidRounded: React.FC = ({ ...props }) => ( +export const IconAndroidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAndroidRounded as default } diff --git a/src/IconAndroidRoundedFilled.tsx b/src/IconAndroidRoundedFilled.tsx index 106c490d2..018e5c63f 100644 --- a/src/IconAndroidRoundedFilled.tsx +++ b/src/IconAndroidRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAndroidRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAndroidRoundedFilled as default } diff --git a/src/IconAndroidSharp.tsx b/src/IconAndroidSharp.tsx index a42cb64a0..605bb4238 100644 --- a/src/IconAndroidSharp.tsx +++ b/src/IconAndroidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidSharp: React.FC = ({ ...props }) => ( +export const IconAndroidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAndroidSharp as default } diff --git a/src/IconAndroidSharpFilled.tsx b/src/IconAndroidSharpFilled.tsx index 1286ab9f6..e42c592de 100644 --- a/src/IconAndroidSharpFilled.tsx +++ b/src/IconAndroidSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAndroidSharpFilled: React.FC = ({ ...props }) => ( +export const IconAndroidSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAndroidSharpFilled as default } diff --git a/src/IconAnimatedImagesOutlined.tsx b/src/IconAnimatedImagesOutlined.tsx index 3acc0b68f..d6257fbf7 100644 --- a/src/IconAnimatedImagesOutlined.tsx +++ b/src/IconAnimatedImagesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesOutlined: React.FC = ({ ...props }) => ( +export const IconAnimatedImagesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimatedImagesOutlined as default } diff --git a/src/IconAnimatedImagesOutlinedFilled.tsx b/src/IconAnimatedImagesOutlinedFilled.tsx index a31c91c89..f8b1d960f 100644 --- a/src/IconAnimatedImagesOutlinedFilled.tsx +++ b/src/IconAnimatedImagesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesOutlinedFilled: React.FC = ({ +export const IconAnimatedImagesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAnimatedImagesOutlinedFilled: React.FC = ({ ) - -export { IconAnimatedImagesOutlinedFilled as default } diff --git a/src/IconAnimatedImagesRounded.tsx b/src/IconAnimatedImagesRounded.tsx index 2621810f6..fe17d8d96 100644 --- a/src/IconAnimatedImagesRounded.tsx +++ b/src/IconAnimatedImagesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesRounded: React.FC = ({ ...props }) => ( +export const IconAnimatedImagesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimatedImagesRounded as default } diff --git a/src/IconAnimatedImagesRoundedFilled.tsx b/src/IconAnimatedImagesRoundedFilled.tsx index e198109a0..a328838da 100644 --- a/src/IconAnimatedImagesRoundedFilled.tsx +++ b/src/IconAnimatedImagesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAnimatedImagesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimatedImagesRoundedFilled as default } diff --git a/src/IconAnimatedImagesSharp.tsx b/src/IconAnimatedImagesSharp.tsx index 24a52bd84..969054cd0 100644 --- a/src/IconAnimatedImagesSharp.tsx +++ b/src/IconAnimatedImagesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesSharp: React.FC = ({ ...props }) => ( +export const IconAnimatedImagesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnimatedImagesSharp as default } diff --git a/src/IconAnimatedImagesSharpFilled.tsx b/src/IconAnimatedImagesSharpFilled.tsx index 682c81f10..5ecd8f3a4 100644 --- a/src/IconAnimatedImagesSharpFilled.tsx +++ b/src/IconAnimatedImagesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimatedImagesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAnimatedImagesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimatedImagesSharpFilled as default } diff --git a/src/IconAnimationOutlined.tsx b/src/IconAnimationOutlined.tsx index ed50951bf..6277221e3 100644 --- a/src/IconAnimationOutlined.tsx +++ b/src/IconAnimationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationOutlined: React.FC = ({ ...props }) => ( +export const IconAnimationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnimationOutlined as default } diff --git a/src/IconAnimationOutlinedFilled.tsx b/src/IconAnimationOutlinedFilled.tsx index dfa00fe19..2d27834bc 100644 --- a/src/IconAnimationOutlinedFilled.tsx +++ b/src/IconAnimationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAnimationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimationOutlinedFilled as default } diff --git a/src/IconAnimationRounded.tsx b/src/IconAnimationRounded.tsx index 85f38bb2f..9c5b17da1 100644 --- a/src/IconAnimationRounded.tsx +++ b/src/IconAnimationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationRounded: React.FC = ({ ...props }) => ( +export const IconAnimationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnimationRounded as default } diff --git a/src/IconAnimationRoundedFilled.tsx b/src/IconAnimationRoundedFilled.tsx index e03fa24e6..6195e1647 100644 --- a/src/IconAnimationRoundedFilled.tsx +++ b/src/IconAnimationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAnimationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAnimationRoundedFilled as default } diff --git a/src/IconAnimationSharp.tsx b/src/IconAnimationSharp.tsx index 0f28fbb1e..23dba692f 100644 --- a/src/IconAnimationSharp.tsx +++ b/src/IconAnimationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationSharp: React.FC = ({ ...props }) => ( +export const IconAnimationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnimationSharp as default } diff --git a/src/IconAnimationSharpFilled.tsx b/src/IconAnimationSharpFilled.tsx index 337fd3cc8..02f2074d1 100644 --- a/src/IconAnimationSharpFilled.tsx +++ b/src/IconAnimationSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAnimationSharpFilled: React.FC = ({ ...props }) => ( +export const IconAnimationSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAnimationSharpFilled as default } diff --git a/src/IconAodOutlined.tsx b/src/IconAodOutlined.tsx index ccd742aa4..5569deebb 100644 --- a/src/IconAodOutlined.tsx +++ b/src/IconAodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodOutlined: React.FC = ({ ...props }) => ( +export const IconAodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodOutlined as default } diff --git a/src/IconAodOutlinedFilled.tsx b/src/IconAodOutlinedFilled.tsx index e57dc0cda..3b4eaf6c9 100644 --- a/src/IconAodOutlinedFilled.tsx +++ b/src/IconAodOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAodOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodOutlinedFilled as default } diff --git a/src/IconAodRounded.tsx b/src/IconAodRounded.tsx index 2a2a9384e..d7970076f 100644 --- a/src/IconAodRounded.tsx +++ b/src/IconAodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodRounded: React.FC = ({ ...props }) => ( +export const IconAodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodRounded as default } diff --git a/src/IconAodRoundedFilled.tsx b/src/IconAodRoundedFilled.tsx index 6d4b65576..9005e0263 100644 --- a/src/IconAodRoundedFilled.tsx +++ b/src/IconAodRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAodRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodRoundedFilled as default } diff --git a/src/IconAodSharp.tsx b/src/IconAodSharp.tsx index 36666483e..37086055f 100644 --- a/src/IconAodSharp.tsx +++ b/src/IconAodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodSharp: React.FC = ({ ...props }) => ( +export const IconAodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodSharp as default } diff --git a/src/IconAodSharpFilled.tsx b/src/IconAodSharpFilled.tsx index c4a8764d0..6508e4709 100644 --- a/src/IconAodSharpFilled.tsx +++ b/src/IconAodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodSharpFilled: React.FC = ({ ...props }) => ( +export const IconAodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodSharpFilled as default } diff --git a/src/IconAodTabletOutlined.tsx b/src/IconAodTabletOutlined.tsx index 2ce972367..8fbe7edab 100644 --- a/src/IconAodTabletOutlined.tsx +++ b/src/IconAodTabletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletOutlined: React.FC = ({ ...props }) => ( +export const IconAodTabletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodTabletOutlined as default } diff --git a/src/IconAodTabletOutlinedFilled.tsx b/src/IconAodTabletOutlinedFilled.tsx index 9fcc94a68..61772f5da 100644 --- a/src/IconAodTabletOutlinedFilled.tsx +++ b/src/IconAodTabletOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAodTabletOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAodTabletOutlinedFilled as default } diff --git a/src/IconAodTabletRounded.tsx b/src/IconAodTabletRounded.tsx index 4ee7b58e4..8437c85ed 100644 --- a/src/IconAodTabletRounded.tsx +++ b/src/IconAodTabletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletRounded: React.FC = ({ ...props }) => ( +export const IconAodTabletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodTabletRounded as default } diff --git a/src/IconAodTabletRoundedFilled.tsx b/src/IconAodTabletRoundedFilled.tsx index eeb1d1c8a..cfa496773 100644 --- a/src/IconAodTabletRoundedFilled.tsx +++ b/src/IconAodTabletRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAodTabletRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAodTabletRoundedFilled as default } diff --git a/src/IconAodTabletSharp.tsx b/src/IconAodTabletSharp.tsx index 0bfb1feda..8b4ccba1c 100644 --- a/src/IconAodTabletSharp.tsx +++ b/src/IconAodTabletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletSharp: React.FC = ({ ...props }) => ( +export const IconAodTabletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodTabletSharp as default } diff --git a/src/IconAodTabletSharpFilled.tsx b/src/IconAodTabletSharpFilled.tsx index b989cd96f..4cb21732a 100644 --- a/src/IconAodTabletSharpFilled.tsx +++ b/src/IconAodTabletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodTabletSharpFilled: React.FC = ({ ...props }) => ( +export const IconAodTabletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodTabletSharpFilled as default } diff --git a/src/IconAodWatchOutlined.tsx b/src/IconAodWatchOutlined.tsx index c01bd9752..7d5c2015d 100644 --- a/src/IconAodWatchOutlined.tsx +++ b/src/IconAodWatchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchOutlined: React.FC = ({ ...props }) => ( +export const IconAodWatchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodWatchOutlined as default } diff --git a/src/IconAodWatchOutlinedFilled.tsx b/src/IconAodWatchOutlinedFilled.tsx index c668e7903..8b9faf768 100644 --- a/src/IconAodWatchOutlinedFilled.tsx +++ b/src/IconAodWatchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAodWatchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAodWatchOutlinedFilled as default } diff --git a/src/IconAodWatchRounded.tsx b/src/IconAodWatchRounded.tsx index 9f3869513..c0c24359f 100644 --- a/src/IconAodWatchRounded.tsx +++ b/src/IconAodWatchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchRounded: React.FC = ({ ...props }) => ( +export const IconAodWatchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodWatchRounded as default } diff --git a/src/IconAodWatchRoundedFilled.tsx b/src/IconAodWatchRoundedFilled.tsx index 990606fa3..2527b0764 100644 --- a/src/IconAodWatchRoundedFilled.tsx +++ b/src/IconAodWatchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAodWatchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAodWatchRoundedFilled as default } diff --git a/src/IconAodWatchSharp.tsx b/src/IconAodWatchSharp.tsx index 31468647f..5ad227aa3 100644 --- a/src/IconAodWatchSharp.tsx +++ b/src/IconAodWatchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchSharp: React.FC = ({ ...props }) => ( +export const IconAodWatchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodWatchSharp as default } diff --git a/src/IconAodWatchSharpFilled.tsx b/src/IconAodWatchSharpFilled.tsx index 8a60e9321..0105d9277 100644 --- a/src/IconAodWatchSharpFilled.tsx +++ b/src/IconAodWatchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAodWatchSharpFilled: React.FC = ({ ...props }) => ( +export const IconAodWatchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAodWatchSharpFilled as default } diff --git a/src/IconApartmentOutlined.tsx b/src/IconApartmentOutlined.tsx index ca9c9e4a2..3fb61aab2 100644 --- a/src/IconApartmentOutlined.tsx +++ b/src/IconApartmentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentOutlined: React.FC = ({ ...props }) => ( +export const IconApartmentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApartmentOutlined as default } diff --git a/src/IconApartmentOutlinedFilled.tsx b/src/IconApartmentOutlinedFilled.tsx index 1b206a1f0..7dc8f1dd3 100644 --- a/src/IconApartmentOutlinedFilled.tsx +++ b/src/IconApartmentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApartmentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApartmentOutlinedFilled as default } diff --git a/src/IconApartmentRounded.tsx b/src/IconApartmentRounded.tsx index 612c6dccc..6e6c2731d 100644 --- a/src/IconApartmentRounded.tsx +++ b/src/IconApartmentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentRounded: React.FC = ({ ...props }) => ( +export const IconApartmentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApartmentRounded as default } diff --git a/src/IconApartmentRoundedFilled.tsx b/src/IconApartmentRoundedFilled.tsx index a42bcada1..83c1a2091 100644 --- a/src/IconApartmentRoundedFilled.tsx +++ b/src/IconApartmentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApartmentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApartmentRoundedFilled as default } diff --git a/src/IconApartmentSharp.tsx b/src/IconApartmentSharp.tsx index ce8a51a85..c00c49ec2 100644 --- a/src/IconApartmentSharp.tsx +++ b/src/IconApartmentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentSharp: React.FC = ({ ...props }) => ( +export const IconApartmentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApartmentSharp as default } diff --git a/src/IconApartmentSharpFilled.tsx b/src/IconApartmentSharpFilled.tsx index 1721bf0cb..00d920dae 100644 --- a/src/IconApartmentSharpFilled.tsx +++ b/src/IconApartmentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApartmentSharpFilled: React.FC = ({ ...props }) => ( +export const IconApartmentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApartmentSharpFilled as default } diff --git a/src/IconApiOutlined.tsx b/src/IconApiOutlined.tsx index 7a2facd44..4abaa09cf 100644 --- a/src/IconApiOutlined.tsx +++ b/src/IconApiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiOutlined: React.FC = ({ ...props }) => ( +export const IconApiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiOutlined as default } diff --git a/src/IconApiOutlinedFilled.tsx b/src/IconApiOutlinedFilled.tsx index b48b6f928..7bd3ac855 100644 --- a/src/IconApiOutlinedFilled.tsx +++ b/src/IconApiOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApiOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiOutlinedFilled as default } diff --git a/src/IconApiRounded.tsx b/src/IconApiRounded.tsx index 8b3de604a..052050533 100644 --- a/src/IconApiRounded.tsx +++ b/src/IconApiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiRounded: React.FC = ({ ...props }) => ( +export const IconApiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiRounded as default } diff --git a/src/IconApiRoundedFilled.tsx b/src/IconApiRoundedFilled.tsx index 183d9d7ac..53d503526 100644 --- a/src/IconApiRoundedFilled.tsx +++ b/src/IconApiRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApiRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiRoundedFilled as default } diff --git a/src/IconApiSharp.tsx b/src/IconApiSharp.tsx index 660d35018..dc3b22bd6 100644 --- a/src/IconApiSharp.tsx +++ b/src/IconApiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiSharp: React.FC = ({ ...props }) => ( +export const IconApiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiSharp as default } diff --git a/src/IconApiSharpFilled.tsx b/src/IconApiSharpFilled.tsx index 327e2c252..2ba9db11a 100644 --- a/src/IconApiSharpFilled.tsx +++ b/src/IconApiSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApiSharpFilled: React.FC = ({ ...props }) => ( +export const IconApiSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApiSharpFilled as default } diff --git a/src/IconApkDocumentOutlined.tsx b/src/IconApkDocumentOutlined.tsx index 5ebc3f606..e5d61e5f4 100644 --- a/src/IconApkDocumentOutlined.tsx +++ b/src/IconApkDocumentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentOutlined: React.FC = ({ ...props }) => ( +export const IconApkDocumentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkDocumentOutlined as default } diff --git a/src/IconApkDocumentOutlinedFilled.tsx b/src/IconApkDocumentOutlinedFilled.tsx index c11c1fbc6..b78854c17 100644 --- a/src/IconApkDocumentOutlinedFilled.tsx +++ b/src/IconApkDocumentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApkDocumentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkDocumentOutlinedFilled as default } diff --git a/src/IconApkDocumentRounded.tsx b/src/IconApkDocumentRounded.tsx index 056f16910..2c3acb823 100644 --- a/src/IconApkDocumentRounded.tsx +++ b/src/IconApkDocumentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentRounded: React.FC = ({ ...props }) => ( +export const IconApkDocumentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkDocumentRounded as default } diff --git a/src/IconApkDocumentRoundedFilled.tsx b/src/IconApkDocumentRoundedFilled.tsx index 6d069d1ea..022ae5a95 100644 --- a/src/IconApkDocumentRoundedFilled.tsx +++ b/src/IconApkDocumentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApkDocumentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkDocumentRoundedFilled as default } diff --git a/src/IconApkDocumentSharp.tsx b/src/IconApkDocumentSharp.tsx index abc864ac0..b6671b684 100644 --- a/src/IconApkDocumentSharp.tsx +++ b/src/IconApkDocumentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentSharp: React.FC = ({ ...props }) => ( +export const IconApkDocumentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkDocumentSharp as default } diff --git a/src/IconApkDocumentSharpFilled.tsx b/src/IconApkDocumentSharpFilled.tsx index 9fc7c37e2..d5b9c9a7a 100644 --- a/src/IconApkDocumentSharpFilled.tsx +++ b/src/IconApkDocumentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkDocumentSharpFilled: React.FC = ({ ...props }) => ( +export const IconApkDocumentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkDocumentSharpFilled as default } diff --git a/src/IconApkInstallOutlined.tsx b/src/IconApkInstallOutlined.tsx index 8ac6952a8..58969c719 100644 --- a/src/IconApkInstallOutlined.tsx +++ b/src/IconApkInstallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallOutlined: React.FC = ({ ...props }) => ( +export const IconApkInstallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkInstallOutlined as default } diff --git a/src/IconApkInstallOutlinedFilled.tsx b/src/IconApkInstallOutlinedFilled.tsx index b60650fe4..5aedf7930 100644 --- a/src/IconApkInstallOutlinedFilled.tsx +++ b/src/IconApkInstallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApkInstallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkInstallOutlinedFilled as default } diff --git a/src/IconApkInstallRounded.tsx b/src/IconApkInstallRounded.tsx index 8e099e8ed..a356d4d3d 100644 --- a/src/IconApkInstallRounded.tsx +++ b/src/IconApkInstallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallRounded: React.FC = ({ ...props }) => ( +export const IconApkInstallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkInstallRounded as default } diff --git a/src/IconApkInstallRoundedFilled.tsx b/src/IconApkInstallRoundedFilled.tsx index 793c6ed90..0d5b8cd3a 100644 --- a/src/IconApkInstallRoundedFilled.tsx +++ b/src/IconApkInstallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApkInstallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkInstallRoundedFilled as default } diff --git a/src/IconApkInstallSharp.tsx b/src/IconApkInstallSharp.tsx index 38ccd7fa9..98d50acb4 100644 --- a/src/IconApkInstallSharp.tsx +++ b/src/IconApkInstallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallSharp: React.FC = ({ ...props }) => ( +export const IconApkInstallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApkInstallSharp as default } diff --git a/src/IconApkInstallSharpFilled.tsx b/src/IconApkInstallSharpFilled.tsx index 0eb249100..5cd0099e6 100644 --- a/src/IconApkInstallSharpFilled.tsx +++ b/src/IconApkInstallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApkInstallSharpFilled: React.FC = ({ ...props }) => ( +export const IconApkInstallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApkInstallSharpFilled as default } diff --git a/src/IconAppBadgingOutlined.tsx b/src/IconAppBadgingOutlined.tsx index 6953d1eaa..e8ed37217 100644 --- a/src/IconAppBadgingOutlined.tsx +++ b/src/IconAppBadgingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingOutlined: React.FC = ({ ...props }) => ( +export const IconAppBadgingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBadgingOutlined as default } diff --git a/src/IconAppBadgingOutlinedFilled.tsx b/src/IconAppBadgingOutlinedFilled.tsx index c748eaef5..117a11ecf 100644 --- a/src/IconAppBadgingOutlinedFilled.tsx +++ b/src/IconAppBadgingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppBadgingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBadgingOutlinedFilled as default } diff --git a/src/IconAppBadgingRounded.tsx b/src/IconAppBadgingRounded.tsx index a40f3e1e1..f1421a1c5 100644 --- a/src/IconAppBadgingRounded.tsx +++ b/src/IconAppBadgingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingRounded: React.FC = ({ ...props }) => ( +export const IconAppBadgingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBadgingRounded as default } diff --git a/src/IconAppBadgingRoundedFilled.tsx b/src/IconAppBadgingRoundedFilled.tsx index 7c5b022d3..7efa178c5 100644 --- a/src/IconAppBadgingRoundedFilled.tsx +++ b/src/IconAppBadgingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppBadgingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBadgingRoundedFilled as default } diff --git a/src/IconAppBadgingSharp.tsx b/src/IconAppBadgingSharp.tsx index 507fdc620..d608ddbe7 100644 --- a/src/IconAppBadgingSharp.tsx +++ b/src/IconAppBadgingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingSharp: React.FC = ({ ...props }) => ( +export const IconAppBadgingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBadgingSharp as default } diff --git a/src/IconAppBadgingSharpFilled.tsx b/src/IconAppBadgingSharpFilled.tsx index 4be37c129..d54e370f9 100644 --- a/src/IconAppBadgingSharpFilled.tsx +++ b/src/IconAppBadgingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBadgingSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppBadgingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBadgingSharpFilled as default } diff --git a/src/IconAppBlockingOutlined.tsx b/src/IconAppBlockingOutlined.tsx index 8d10d0eb8..25542713d 100644 --- a/src/IconAppBlockingOutlined.tsx +++ b/src/IconAppBlockingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingOutlined: React.FC = ({ ...props }) => ( +export const IconAppBlockingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBlockingOutlined as default } diff --git a/src/IconAppBlockingOutlinedFilled.tsx b/src/IconAppBlockingOutlinedFilled.tsx index 4b82e21e8..2d6b2a3b1 100644 --- a/src/IconAppBlockingOutlinedFilled.tsx +++ b/src/IconAppBlockingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppBlockingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBlockingOutlinedFilled as default } diff --git a/src/IconAppBlockingRounded.tsx b/src/IconAppBlockingRounded.tsx index 1080cf063..b1e8b6384 100644 --- a/src/IconAppBlockingRounded.tsx +++ b/src/IconAppBlockingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingRounded: React.FC = ({ ...props }) => ( +export const IconAppBlockingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBlockingRounded as default } diff --git a/src/IconAppBlockingRoundedFilled.tsx b/src/IconAppBlockingRoundedFilled.tsx index f571721d2..9640c595e 100644 --- a/src/IconAppBlockingRoundedFilled.tsx +++ b/src/IconAppBlockingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppBlockingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBlockingRoundedFilled as default } diff --git a/src/IconAppBlockingSharp.tsx b/src/IconAppBlockingSharp.tsx index 7fe7ff15f..9a0f09965 100644 --- a/src/IconAppBlockingSharp.tsx +++ b/src/IconAppBlockingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingSharp: React.FC = ({ ...props }) => ( +export const IconAppBlockingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppBlockingSharp as default } diff --git a/src/IconAppBlockingSharpFilled.tsx b/src/IconAppBlockingSharpFilled.tsx index a425a76ee..f8c18a727 100644 --- a/src/IconAppBlockingSharpFilled.tsx +++ b/src/IconAppBlockingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppBlockingSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppBlockingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppBlockingSharpFilled as default } diff --git a/src/IconAppPromoOutlined.tsx b/src/IconAppPromoOutlined.tsx index f513696b6..e1adcda88 100644 --- a/src/IconAppPromoOutlined.tsx +++ b/src/IconAppPromoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoOutlined: React.FC = ({ ...props }) => ( +export const IconAppPromoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppPromoOutlined as default } diff --git a/src/IconAppPromoOutlinedFilled.tsx b/src/IconAppPromoOutlinedFilled.tsx index f625ba88f..f304881ee 100644 --- a/src/IconAppPromoOutlinedFilled.tsx +++ b/src/IconAppPromoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppPromoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppPromoOutlinedFilled as default } diff --git a/src/IconAppPromoRounded.tsx b/src/IconAppPromoRounded.tsx index 7c06a3a0b..1e39938bb 100644 --- a/src/IconAppPromoRounded.tsx +++ b/src/IconAppPromoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoRounded: React.FC = ({ ...props }) => ( +export const IconAppPromoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppPromoRounded as default } diff --git a/src/IconAppPromoRoundedFilled.tsx b/src/IconAppPromoRoundedFilled.tsx index 2295210a3..034c09520 100644 --- a/src/IconAppPromoRoundedFilled.tsx +++ b/src/IconAppPromoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppPromoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppPromoRoundedFilled as default } diff --git a/src/IconAppPromoSharp.tsx b/src/IconAppPromoSharp.tsx index 55cde2597..c74c53125 100644 --- a/src/IconAppPromoSharp.tsx +++ b/src/IconAppPromoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoSharp: React.FC = ({ ...props }) => ( +export const IconAppPromoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppPromoSharp as default } diff --git a/src/IconAppPromoSharpFilled.tsx b/src/IconAppPromoSharpFilled.tsx index 3f48a371c..8d395e384 100644 --- a/src/IconAppPromoSharpFilled.tsx +++ b/src/IconAppPromoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppPromoSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppPromoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppPromoSharpFilled as default } diff --git a/src/IconAppRegistrationOutlined.tsx b/src/IconAppRegistrationOutlined.tsx index 19ab262e0..5fc384f7d 100644 --- a/src/IconAppRegistrationOutlined.tsx +++ b/src/IconAppRegistrationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationOutlined: React.FC = ({ ...props }) => ( +export const IconAppRegistrationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppRegistrationOutlined as default } diff --git a/src/IconAppRegistrationOutlinedFilled.tsx b/src/IconAppRegistrationOutlinedFilled.tsx index 4b1c698ee..77d055601 100644 --- a/src/IconAppRegistrationOutlinedFilled.tsx +++ b/src/IconAppRegistrationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationOutlinedFilled: React.FC = ({ +export const IconAppRegistrationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAppRegistrationOutlinedFilled: React.FC = ({ ) - -export { IconAppRegistrationOutlinedFilled as default } diff --git a/src/IconAppRegistrationRounded.tsx b/src/IconAppRegistrationRounded.tsx index a019fc1de..e9e36edff 100644 --- a/src/IconAppRegistrationRounded.tsx +++ b/src/IconAppRegistrationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationRounded: React.FC = ({ ...props }) => ( +export const IconAppRegistrationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppRegistrationRounded as default } diff --git a/src/IconAppRegistrationRoundedFilled.tsx b/src/IconAppRegistrationRoundedFilled.tsx index a05c4828c..a782bfd4f 100644 --- a/src/IconAppRegistrationRoundedFilled.tsx +++ b/src/IconAppRegistrationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationRoundedFilled: React.FC = ({ +export const IconAppRegistrationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAppRegistrationRoundedFilled: React.FC = ({ ) - -export { IconAppRegistrationRoundedFilled as default } diff --git a/src/IconAppRegistrationSharp.tsx b/src/IconAppRegistrationSharp.tsx index 6e6336f8f..6b3ea59c9 100644 --- a/src/IconAppRegistrationSharp.tsx +++ b/src/IconAppRegistrationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationSharp: React.FC = ({ ...props }) => ( +export const IconAppRegistrationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppRegistrationSharp as default } diff --git a/src/IconAppRegistrationSharpFilled.tsx b/src/IconAppRegistrationSharpFilled.tsx index 8c0546e59..ed3a55de3 100644 --- a/src/IconAppRegistrationSharpFilled.tsx +++ b/src/IconAppRegistrationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppRegistrationSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppRegistrationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppRegistrationSharpFilled as default } diff --git a/src/IconAppShortcutOutlined.tsx b/src/IconAppShortcutOutlined.tsx index e42e6c1ee..bb7a7e412 100644 --- a/src/IconAppShortcutOutlined.tsx +++ b/src/IconAppShortcutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutOutlined: React.FC = ({ ...props }) => ( +export const IconAppShortcutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppShortcutOutlined as default } diff --git a/src/IconAppShortcutOutlinedFilled.tsx b/src/IconAppShortcutOutlinedFilled.tsx index fefbae505..2979aa531 100644 --- a/src/IconAppShortcutOutlinedFilled.tsx +++ b/src/IconAppShortcutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppShortcutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppShortcutOutlinedFilled as default } diff --git a/src/IconAppShortcutRounded.tsx b/src/IconAppShortcutRounded.tsx index 4489b5a76..b0bc18ea7 100644 --- a/src/IconAppShortcutRounded.tsx +++ b/src/IconAppShortcutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutRounded: React.FC = ({ ...props }) => ( +export const IconAppShortcutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppShortcutRounded as default } diff --git a/src/IconAppShortcutRoundedFilled.tsx b/src/IconAppShortcutRoundedFilled.tsx index aaada6b34..9f544c86c 100644 --- a/src/IconAppShortcutRoundedFilled.tsx +++ b/src/IconAppShortcutRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppShortcutRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppShortcutRoundedFilled as default } diff --git a/src/IconAppShortcutSharp.tsx b/src/IconAppShortcutSharp.tsx index 87c52a722..4c9db622d 100644 --- a/src/IconAppShortcutSharp.tsx +++ b/src/IconAppShortcutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutSharp: React.FC = ({ ...props }) => ( +export const IconAppShortcutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppShortcutSharp as default } diff --git a/src/IconAppShortcutSharpFilled.tsx b/src/IconAppShortcutSharpFilled.tsx index 3f0ea52dd..b4f2d7843 100644 --- a/src/IconAppShortcutSharpFilled.tsx +++ b/src/IconAppShortcutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppShortcutSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppShortcutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppShortcutSharpFilled as default } diff --git a/src/IconApparelOutlined.tsx b/src/IconApparelOutlined.tsx index 47d2ac9bb..bdcee61d3 100644 --- a/src/IconApparelOutlined.tsx +++ b/src/IconApparelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApparelOutlined: React.FC = ({ ...props }) => ( +export const IconApparelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApparelOutlined as default } diff --git a/src/IconApparelOutlinedFilled.tsx b/src/IconApparelOutlinedFilled.tsx index f14e2f904..cda0566f2 100644 --- a/src/IconApparelOutlinedFilled.tsx +++ b/src/IconApparelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApparelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApparelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApparelOutlinedFilled as default } diff --git a/src/IconApparelRounded.tsx b/src/IconApparelRounded.tsx index 23f61e6ff..029bf08f8 100644 --- a/src/IconApparelRounded.tsx +++ b/src/IconApparelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApparelRounded: React.FC = ({ ...props }) => ( +export const IconApparelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApparelRounded as default } diff --git a/src/IconApparelRoundedFilled.tsx b/src/IconApparelRoundedFilled.tsx index ae539b1d1..ea4ae797d 100644 --- a/src/IconApparelRoundedFilled.tsx +++ b/src/IconApparelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApparelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApparelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApparelRoundedFilled as default } diff --git a/src/IconApparelSharp.tsx b/src/IconApparelSharp.tsx index f8e558136..f34472df6 100644 --- a/src/IconApparelSharp.tsx +++ b/src/IconApparelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApparelSharp: React.FC = ({ ...props }) => ( +export const IconApparelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApparelSharp as default } diff --git a/src/IconApparelSharpFilled.tsx b/src/IconApparelSharpFilled.tsx index bd12087e8..b6dfb5624 100644 --- a/src/IconApparelSharpFilled.tsx +++ b/src/IconApparelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApparelSharpFilled: React.FC = ({ ...props }) => ( +export const IconApparelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApparelSharpFilled as default } diff --git a/src/IconApprovalDelegationOutlined.tsx b/src/IconApprovalDelegationOutlined.tsx index 4ea2297f3..812ddeb1c 100644 --- a/src/IconApprovalDelegationOutlined.tsx +++ b/src/IconApprovalDelegationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationOutlined: React.FC = ({ ...props }) => ( +export const IconApprovalDelegationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApprovalDelegationOutlined as default } diff --git a/src/IconApprovalDelegationOutlinedFilled.tsx b/src/IconApprovalDelegationOutlinedFilled.tsx index 309581622..28bde9086 100644 --- a/src/IconApprovalDelegationOutlinedFilled.tsx +++ b/src/IconApprovalDelegationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationOutlinedFilled: React.FC = ({ +export const IconApprovalDelegationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconApprovalDelegationOutlinedFilled: React.FC = ({ ) - -export { IconApprovalDelegationOutlinedFilled as default } diff --git a/src/IconApprovalDelegationRounded.tsx b/src/IconApprovalDelegationRounded.tsx index f7e9a6421..580765a94 100644 --- a/src/IconApprovalDelegationRounded.tsx +++ b/src/IconApprovalDelegationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationRounded: React.FC = ({ ...props }) => ( +export const IconApprovalDelegationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApprovalDelegationRounded as default } diff --git a/src/IconApprovalDelegationRoundedFilled.tsx b/src/IconApprovalDelegationRoundedFilled.tsx index 19cd090fa..d6efbb90f 100644 --- a/src/IconApprovalDelegationRoundedFilled.tsx +++ b/src/IconApprovalDelegationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationRoundedFilled: React.FC = ({ +export const IconApprovalDelegationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconApprovalDelegationRoundedFilled: React.FC = ({ ) - -export { IconApprovalDelegationRoundedFilled as default } diff --git a/src/IconApprovalDelegationSharp.tsx b/src/IconApprovalDelegationSharp.tsx index 9d4ab87c7..597fc1b8e 100644 --- a/src/IconApprovalDelegationSharp.tsx +++ b/src/IconApprovalDelegationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationSharp: React.FC = ({ ...props }) => ( +export const IconApprovalDelegationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApprovalDelegationSharp as default } diff --git a/src/IconApprovalDelegationSharpFilled.tsx b/src/IconApprovalDelegationSharpFilled.tsx index 3f7bd0584..4f70d3ddf 100644 --- a/src/IconApprovalDelegationSharpFilled.tsx +++ b/src/IconApprovalDelegationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalDelegationSharpFilled: React.FC = ({ +export const IconApprovalDelegationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconApprovalDelegationSharpFilled: React.FC = ({ ) - -export { IconApprovalDelegationSharpFilled as default } diff --git a/src/IconApprovalOutlined.tsx b/src/IconApprovalOutlined.tsx index b87e770c0..3e4ef8cf2 100644 --- a/src/IconApprovalOutlined.tsx +++ b/src/IconApprovalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalOutlined: React.FC = ({ ...props }) => ( +export const IconApprovalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApprovalOutlined as default } diff --git a/src/IconApprovalOutlinedFilled.tsx b/src/IconApprovalOutlinedFilled.tsx index aa1d819ed..cd973737c 100644 --- a/src/IconApprovalOutlinedFilled.tsx +++ b/src/IconApprovalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconApprovalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApprovalOutlinedFilled as default } diff --git a/src/IconApprovalRounded.tsx b/src/IconApprovalRounded.tsx index 11cda69ee..167ffdb08 100644 --- a/src/IconApprovalRounded.tsx +++ b/src/IconApprovalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalRounded: React.FC = ({ ...props }) => ( +export const IconApprovalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApprovalRounded as default } diff --git a/src/IconApprovalRoundedFilled.tsx b/src/IconApprovalRoundedFilled.tsx index 50261d2d0..c15bbfd86 100644 --- a/src/IconApprovalRoundedFilled.tsx +++ b/src/IconApprovalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconApprovalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconApprovalRoundedFilled as default } diff --git a/src/IconApprovalSharp.tsx b/src/IconApprovalSharp.tsx index eed8c6c0c..9e0cb0fa2 100644 --- a/src/IconApprovalSharp.tsx +++ b/src/IconApprovalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalSharp: React.FC = ({ ...props }) => ( +export const IconApprovalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApprovalSharp as default } diff --git a/src/IconApprovalSharpFilled.tsx b/src/IconApprovalSharpFilled.tsx index 1d8d65edc..aa9824e5f 100644 --- a/src/IconApprovalSharpFilled.tsx +++ b/src/IconApprovalSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconApprovalSharpFilled: React.FC = ({ ...props }) => ( +export const IconApprovalSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconApprovalSharpFilled as default } diff --git a/src/IconAppsOutageOutlined.tsx b/src/IconAppsOutageOutlined.tsx index e86b11257..ccc9f08a9 100644 --- a/src/IconAppsOutageOutlined.tsx +++ b/src/IconAppsOutageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageOutlined: React.FC = ({ ...props }) => ( +export const IconAppsOutageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsOutageOutlined as default } diff --git a/src/IconAppsOutageOutlinedFilled.tsx b/src/IconAppsOutageOutlinedFilled.tsx index 36466c25f..ce78ab74b 100644 --- a/src/IconAppsOutageOutlinedFilled.tsx +++ b/src/IconAppsOutageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppsOutageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppsOutageOutlinedFilled as default } diff --git a/src/IconAppsOutageRounded.tsx b/src/IconAppsOutageRounded.tsx index 5ce567d7c..3716003fc 100644 --- a/src/IconAppsOutageRounded.tsx +++ b/src/IconAppsOutageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageRounded: React.FC = ({ ...props }) => ( +export const IconAppsOutageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsOutageRounded as default } diff --git a/src/IconAppsOutageRoundedFilled.tsx b/src/IconAppsOutageRoundedFilled.tsx index c8093c24e..ab05aee72 100644 --- a/src/IconAppsOutageRoundedFilled.tsx +++ b/src/IconAppsOutageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppsOutageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppsOutageRoundedFilled as default } diff --git a/src/IconAppsOutageSharp.tsx b/src/IconAppsOutageSharp.tsx index b5aee3b68..722a31a16 100644 --- a/src/IconAppsOutageSharp.tsx +++ b/src/IconAppsOutageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageSharp: React.FC = ({ ...props }) => ( +export const IconAppsOutageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsOutageSharp as default } diff --git a/src/IconAppsOutageSharpFilled.tsx b/src/IconAppsOutageSharpFilled.tsx index c62398c8b..f13045d0c 100644 --- a/src/IconAppsOutageSharpFilled.tsx +++ b/src/IconAppsOutageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutageSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppsOutageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAppsOutageSharpFilled as default } diff --git a/src/IconAppsOutlined.tsx b/src/IconAppsOutlined.tsx index 3fdb5f941..36f0fc5a1 100644 --- a/src/IconAppsOutlined.tsx +++ b/src/IconAppsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutlined: React.FC = ({ ...props }) => ( +export const IconAppsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsOutlined as default } diff --git a/src/IconAppsOutlinedFilled.tsx b/src/IconAppsOutlinedFilled.tsx index 96f369396..ea66cd07b 100644 --- a/src/IconAppsOutlinedFilled.tsx +++ b/src/IconAppsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAppsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsOutlinedFilled as default } diff --git a/src/IconAppsRounded.tsx b/src/IconAppsRounded.tsx index aee56acc1..4273e06ed 100644 --- a/src/IconAppsRounded.tsx +++ b/src/IconAppsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsRounded: React.FC = ({ ...props }) => ( +export const IconAppsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsRounded as default } diff --git a/src/IconAppsRoundedFilled.tsx b/src/IconAppsRoundedFilled.tsx index 76a109cb5..20ed1b653 100644 --- a/src/IconAppsRoundedFilled.tsx +++ b/src/IconAppsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAppsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsRoundedFilled as default } diff --git a/src/IconAppsSharp.tsx b/src/IconAppsSharp.tsx index cb0219621..b2bb63767 100644 --- a/src/IconAppsSharp.tsx +++ b/src/IconAppsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsSharp: React.FC = ({ ...props }) => ( +export const IconAppsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsSharp as default } diff --git a/src/IconAppsSharpFilled.tsx b/src/IconAppsSharpFilled.tsx index 2fb780305..5790848ac 100644 --- a/src/IconAppsSharpFilled.tsx +++ b/src/IconAppsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAppsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAppsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAppsSharpFilled as default } diff --git a/src/IconAqIndoorOutlined.tsx b/src/IconAqIndoorOutlined.tsx index 362eb36d1..ae3f9a5cd 100644 --- a/src/IconAqIndoorOutlined.tsx +++ b/src/IconAqIndoorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorOutlined: React.FC = ({ ...props }) => ( +export const IconAqIndoorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqIndoorOutlined as default } diff --git a/src/IconAqIndoorOutlinedFilled.tsx b/src/IconAqIndoorOutlinedFilled.tsx index 86b80d649..3e7517b38 100644 --- a/src/IconAqIndoorOutlinedFilled.tsx +++ b/src/IconAqIndoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAqIndoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAqIndoorOutlinedFilled as default } diff --git a/src/IconAqIndoorRounded.tsx b/src/IconAqIndoorRounded.tsx index b55e66754..e1d0c9b37 100644 --- a/src/IconAqIndoorRounded.tsx +++ b/src/IconAqIndoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorRounded: React.FC = ({ ...props }) => ( +export const IconAqIndoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqIndoorRounded as default } diff --git a/src/IconAqIndoorRoundedFilled.tsx b/src/IconAqIndoorRoundedFilled.tsx index c61e5e13c..7cd1abc64 100644 --- a/src/IconAqIndoorRoundedFilled.tsx +++ b/src/IconAqIndoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAqIndoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAqIndoorRoundedFilled as default } diff --git a/src/IconAqIndoorSharp.tsx b/src/IconAqIndoorSharp.tsx index dfcf537a9..d6d5a98e7 100644 --- a/src/IconAqIndoorSharp.tsx +++ b/src/IconAqIndoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorSharp: React.FC = ({ ...props }) => ( +export const IconAqIndoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqIndoorSharp as default } diff --git a/src/IconAqIndoorSharpFilled.tsx b/src/IconAqIndoorSharpFilled.tsx index 9003a9433..731881087 100644 --- a/src/IconAqIndoorSharpFilled.tsx +++ b/src/IconAqIndoorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqIndoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconAqIndoorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqIndoorSharpFilled as default } diff --git a/src/IconAqOutlined.tsx b/src/IconAqOutlined.tsx index f194b3eed..68295dda7 100644 --- a/src/IconAqOutlined.tsx +++ b/src/IconAqOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqOutlined: React.FC = ({ ...props }) => ( +export const IconAqOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqOutlined as default } diff --git a/src/IconAqOutlinedFilled.tsx b/src/IconAqOutlinedFilled.tsx index 11f3dc068..b80c73657 100644 --- a/src/IconAqOutlinedFilled.tsx +++ b/src/IconAqOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAqOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqOutlinedFilled as default } diff --git a/src/IconAqRounded.tsx b/src/IconAqRounded.tsx index 3a45f9527..c1c6339e1 100644 --- a/src/IconAqRounded.tsx +++ b/src/IconAqRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqRounded: React.FC = ({ ...props }) => ( +export const IconAqRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqRounded as default } diff --git a/src/IconAqRoundedFilled.tsx b/src/IconAqRoundedFilled.tsx index 98f19dcde..07a3a82c8 100644 --- a/src/IconAqRoundedFilled.tsx +++ b/src/IconAqRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAqRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqRoundedFilled as default } diff --git a/src/IconAqSharp.tsx b/src/IconAqSharp.tsx index c84ef93b1..2d0777d35 100644 --- a/src/IconAqSharp.tsx +++ b/src/IconAqSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqSharp: React.FC = ({ ...props }) => ( +export const IconAqSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqSharp as default } diff --git a/src/IconAqSharpFilled.tsx b/src/IconAqSharpFilled.tsx index bcb670379..fe90ae623 100644 --- a/src/IconAqSharpFilled.tsx +++ b/src/IconAqSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAqSharpFilled: React.FC = ({ ...props }) => ( +export const IconAqSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAqSharpFilled as default } diff --git a/src/IconArOnYouOutlined.tsx b/src/IconArOnYouOutlined.tsx index 31547400a..dd80b4abc 100644 --- a/src/IconArOnYouOutlined.tsx +++ b/src/IconArOnYouOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouOutlined: React.FC = ({ ...props }) => ( +export const IconArOnYouOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArOnYouOutlined as default } diff --git a/src/IconArOnYouOutlinedFilled.tsx b/src/IconArOnYouOutlinedFilled.tsx index eee15a72e..c287f6490 100644 --- a/src/IconArOnYouOutlinedFilled.tsx +++ b/src/IconArOnYouOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArOnYouOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArOnYouOutlinedFilled as default } diff --git a/src/IconArOnYouRounded.tsx b/src/IconArOnYouRounded.tsx index 72215b860..d089c873a 100644 --- a/src/IconArOnYouRounded.tsx +++ b/src/IconArOnYouRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouRounded: React.FC = ({ ...props }) => ( +export const IconArOnYouRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArOnYouRounded as default } diff --git a/src/IconArOnYouRoundedFilled.tsx b/src/IconArOnYouRoundedFilled.tsx index c61899fbd..9c4e52eaf 100644 --- a/src/IconArOnYouRoundedFilled.tsx +++ b/src/IconArOnYouRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArOnYouRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArOnYouRoundedFilled as default } diff --git a/src/IconArOnYouSharp.tsx b/src/IconArOnYouSharp.tsx index acd126960..3315c60d3 100644 --- a/src/IconArOnYouSharp.tsx +++ b/src/IconArOnYouSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouSharp: React.FC = ({ ...props }) => ( +export const IconArOnYouSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArOnYouSharp as default } diff --git a/src/IconArOnYouSharpFilled.tsx b/src/IconArOnYouSharpFilled.tsx index cadff23ad..c9fe54292 100644 --- a/src/IconArOnYouSharpFilled.tsx +++ b/src/IconArOnYouSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArOnYouSharpFilled: React.FC = ({ ...props }) => ( +export const IconArOnYouSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArOnYouSharpFilled as default } diff --git a/src/IconArStickersOutlined.tsx b/src/IconArStickersOutlined.tsx index 1cb47e19e..46146ed83 100644 --- a/src/IconArStickersOutlined.tsx +++ b/src/IconArStickersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersOutlined: React.FC = ({ ...props }) => ( +export const IconArStickersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArStickersOutlined as default } diff --git a/src/IconArStickersOutlinedFilled.tsx b/src/IconArStickersOutlinedFilled.tsx index 818b804be..884bfacfb 100644 --- a/src/IconArStickersOutlinedFilled.tsx +++ b/src/IconArStickersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArStickersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArStickersOutlinedFilled as default } diff --git a/src/IconArStickersRounded.tsx b/src/IconArStickersRounded.tsx index 895036036..f0f657ec8 100644 --- a/src/IconArStickersRounded.tsx +++ b/src/IconArStickersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersRounded: React.FC = ({ ...props }) => ( +export const IconArStickersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArStickersRounded as default } diff --git a/src/IconArStickersRoundedFilled.tsx b/src/IconArStickersRoundedFilled.tsx index 90180c797..fa5e738d2 100644 --- a/src/IconArStickersRoundedFilled.tsx +++ b/src/IconArStickersRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArStickersRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArStickersRoundedFilled as default } diff --git a/src/IconArStickersSharp.tsx b/src/IconArStickersSharp.tsx index 610e3f52d..96d36d8de 100644 --- a/src/IconArStickersSharp.tsx +++ b/src/IconArStickersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersSharp: React.FC = ({ ...props }) => ( +export const IconArStickersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArStickersSharp as default } diff --git a/src/IconArStickersSharpFilled.tsx b/src/IconArStickersSharpFilled.tsx index 6adeb4eb8..4b0737bc1 100644 --- a/src/IconArStickersSharpFilled.tsx +++ b/src/IconArStickersSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArStickersSharpFilled: React.FC = ({ ...props }) => ( +export const IconArStickersSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArStickersSharpFilled as default } diff --git a/src/IconArchitectureOutlined.tsx b/src/IconArchitectureOutlined.tsx index 93c835db5..4ab9abc27 100644 --- a/src/IconArchitectureOutlined.tsx +++ b/src/IconArchitectureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureOutlined: React.FC = ({ ...props }) => ( +export const IconArchitectureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchitectureOutlined as default } diff --git a/src/IconArchitectureOutlinedFilled.tsx b/src/IconArchitectureOutlinedFilled.tsx index 34394394b..4c06ecc67 100644 --- a/src/IconArchitectureOutlinedFilled.tsx +++ b/src/IconArchitectureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArchitectureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArchitectureOutlinedFilled as default } diff --git a/src/IconArchitectureRounded.tsx b/src/IconArchitectureRounded.tsx index 66f7f3e20..c2e6830ee 100644 --- a/src/IconArchitectureRounded.tsx +++ b/src/IconArchitectureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureRounded: React.FC = ({ ...props }) => ( +export const IconArchitectureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchitectureRounded as default } diff --git a/src/IconArchitectureRoundedFilled.tsx b/src/IconArchitectureRoundedFilled.tsx index 38cce52b9..db3d2aaa6 100644 --- a/src/IconArchitectureRoundedFilled.tsx +++ b/src/IconArchitectureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArchitectureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArchitectureRoundedFilled as default } diff --git a/src/IconArchitectureSharp.tsx b/src/IconArchitectureSharp.tsx index 969c2be1b..2d10b264e 100644 --- a/src/IconArchitectureSharp.tsx +++ b/src/IconArchitectureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureSharp: React.FC = ({ ...props }) => ( +export const IconArchitectureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchitectureSharp as default } diff --git a/src/IconArchitectureSharpFilled.tsx b/src/IconArchitectureSharpFilled.tsx index a5c0ed7e2..136635747 100644 --- a/src/IconArchitectureSharpFilled.tsx +++ b/src/IconArchitectureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArchitectureSharpFilled: React.FC = ({ ...props }) => ( +export const IconArchitectureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArchitectureSharpFilled as default } diff --git a/src/IconArchiveOutlined.tsx b/src/IconArchiveOutlined.tsx index ed457fb16..22a970b05 100644 --- a/src/IconArchiveOutlined.tsx +++ b/src/IconArchiveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveOutlined: React.FC = ({ ...props }) => ( +export const IconArchiveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchiveOutlined as default } diff --git a/src/IconArchiveOutlinedFilled.tsx b/src/IconArchiveOutlinedFilled.tsx index 4f30eacea..2d54ef827 100644 --- a/src/IconArchiveOutlinedFilled.tsx +++ b/src/IconArchiveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArchiveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArchiveOutlinedFilled as default } diff --git a/src/IconArchiveRounded.tsx b/src/IconArchiveRounded.tsx index e6dd3060d..9a2947124 100644 --- a/src/IconArchiveRounded.tsx +++ b/src/IconArchiveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveRounded: React.FC = ({ ...props }) => ( +export const IconArchiveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchiveRounded as default } diff --git a/src/IconArchiveRoundedFilled.tsx b/src/IconArchiveRoundedFilled.tsx index 8eeebe244..d37d402fe 100644 --- a/src/IconArchiveRoundedFilled.tsx +++ b/src/IconArchiveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArchiveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchiveRoundedFilled as default } diff --git a/src/IconArchiveSharp.tsx b/src/IconArchiveSharp.tsx index b7e832503..c778452c1 100644 --- a/src/IconArchiveSharp.tsx +++ b/src/IconArchiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveSharp: React.FC = ({ ...props }) => ( +export const IconArchiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchiveSharp as default } diff --git a/src/IconArchiveSharpFilled.tsx b/src/IconArchiveSharpFilled.tsx index e5d14226d..d22302e30 100644 --- a/src/IconArchiveSharpFilled.tsx +++ b/src/IconArchiveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArchiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconArchiveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArchiveSharpFilled as default } diff --git a/src/IconAreaChartOutlined.tsx b/src/IconAreaChartOutlined.tsx index 7ae5ce17b..831cd9597 100644 --- a/src/IconAreaChartOutlined.tsx +++ b/src/IconAreaChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartOutlined: React.FC = ({ ...props }) => ( +export const IconAreaChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAreaChartOutlined as default } diff --git a/src/IconAreaChartOutlinedFilled.tsx b/src/IconAreaChartOutlinedFilled.tsx index 8d7cd8b23..9b34cf7bd 100644 --- a/src/IconAreaChartOutlinedFilled.tsx +++ b/src/IconAreaChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAreaChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAreaChartOutlinedFilled as default } diff --git a/src/IconAreaChartRounded.tsx b/src/IconAreaChartRounded.tsx index c458dcd58..3477e6924 100644 --- a/src/IconAreaChartRounded.tsx +++ b/src/IconAreaChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartRounded: React.FC = ({ ...props }) => ( +export const IconAreaChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAreaChartRounded as default } diff --git a/src/IconAreaChartRoundedFilled.tsx b/src/IconAreaChartRoundedFilled.tsx index ebcb6c89a..b6b7e640a 100644 --- a/src/IconAreaChartRoundedFilled.tsx +++ b/src/IconAreaChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAreaChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAreaChartRoundedFilled as default } diff --git a/src/IconAreaChartSharp.tsx b/src/IconAreaChartSharp.tsx index 0cc646785..14969f178 100644 --- a/src/IconAreaChartSharp.tsx +++ b/src/IconAreaChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartSharp: React.FC = ({ ...props }) => ( +export const IconAreaChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAreaChartSharp as default } diff --git a/src/IconAreaChartSharpFilled.tsx b/src/IconAreaChartSharpFilled.tsx index 2cf31f9d7..b476669eb 100644 --- a/src/IconAreaChartSharpFilled.tsx +++ b/src/IconAreaChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAreaChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconAreaChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAreaChartSharpFilled as default } diff --git a/src/IconArmingCountdownOutlined.tsx b/src/IconArmingCountdownOutlined.tsx index defa9714c..1721d2b96 100644 --- a/src/IconArmingCountdownOutlined.tsx +++ b/src/IconArmingCountdownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownOutlined: React.FC = ({ ...props }) => ( +export const IconArmingCountdownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArmingCountdownOutlined as default } diff --git a/src/IconArmingCountdownOutlinedFilled.tsx b/src/IconArmingCountdownOutlinedFilled.tsx index c3f84fcfc..6d0133775 100644 --- a/src/IconArmingCountdownOutlinedFilled.tsx +++ b/src/IconArmingCountdownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownOutlinedFilled: React.FC = ({ +export const IconArmingCountdownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArmingCountdownOutlinedFilled: React.FC = ({ ) - -export { IconArmingCountdownOutlinedFilled as default } diff --git a/src/IconArmingCountdownRounded.tsx b/src/IconArmingCountdownRounded.tsx index ec0f5a892..a5bd4023d 100644 --- a/src/IconArmingCountdownRounded.tsx +++ b/src/IconArmingCountdownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownRounded: React.FC = ({ ...props }) => ( +export const IconArmingCountdownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArmingCountdownRounded as default } diff --git a/src/IconArmingCountdownRoundedFilled.tsx b/src/IconArmingCountdownRoundedFilled.tsx index a4007c85e..64a56879f 100644 --- a/src/IconArmingCountdownRoundedFilled.tsx +++ b/src/IconArmingCountdownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownRoundedFilled: React.FC = ({ +export const IconArmingCountdownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArmingCountdownRoundedFilled: React.FC = ({ ) - -export { IconArmingCountdownRoundedFilled as default } diff --git a/src/IconArmingCountdownSharp.tsx b/src/IconArmingCountdownSharp.tsx index 12c3c9fa4..3e07b2438 100644 --- a/src/IconArmingCountdownSharp.tsx +++ b/src/IconArmingCountdownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownSharp: React.FC = ({ ...props }) => ( +export const IconArmingCountdownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArmingCountdownSharp as default } diff --git a/src/IconArmingCountdownSharpFilled.tsx b/src/IconArmingCountdownSharpFilled.tsx index 903086b79..f7edffab8 100644 --- a/src/IconArmingCountdownSharpFilled.tsx +++ b/src/IconArmingCountdownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArmingCountdownSharpFilled: React.FC = ({ ...props }) => ( +export const IconArmingCountdownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArmingCountdownSharpFilled as default } diff --git a/src/IconArrowAndEdgeOutlined.tsx b/src/IconArrowAndEdgeOutlined.tsx index 8a29fa3e7..20c16b72c 100644 --- a/src/IconArrowAndEdgeOutlined.tsx +++ b/src/IconArrowAndEdgeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeOutlined: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeOutlined as default } diff --git a/src/IconArrowAndEdgeOutlinedFilled.tsx b/src/IconArrowAndEdgeOutlinedFilled.tsx index 3aa1376ca..07574cb28 100644 --- a/src/IconArrowAndEdgeOutlinedFilled.tsx +++ b/src/IconArrowAndEdgeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeOutlinedFilled as default } diff --git a/src/IconArrowAndEdgeRounded.tsx b/src/IconArrowAndEdgeRounded.tsx index f00b15813..04ecea213 100644 --- a/src/IconArrowAndEdgeRounded.tsx +++ b/src/IconArrowAndEdgeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeRounded: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeRounded as default } diff --git a/src/IconArrowAndEdgeRoundedFilled.tsx b/src/IconArrowAndEdgeRoundedFilled.tsx index d7c935249..b83beeebc 100644 --- a/src/IconArrowAndEdgeRoundedFilled.tsx +++ b/src/IconArrowAndEdgeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeRoundedFilled as default } diff --git a/src/IconArrowAndEdgeSharp.tsx b/src/IconArrowAndEdgeSharp.tsx index b0479372d..610e16edb 100644 --- a/src/IconArrowAndEdgeSharp.tsx +++ b/src/IconArrowAndEdgeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeSharp: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeSharp as default } diff --git a/src/IconArrowAndEdgeSharpFilled.tsx b/src/IconArrowAndEdgeSharpFilled.tsx index ee89bfe81..6c519ff98 100644 --- a/src/IconArrowAndEdgeSharpFilled.tsx +++ b/src/IconArrowAndEdgeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowAndEdgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowAndEdgeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowAndEdgeSharpFilled as default } diff --git a/src/IconArrowBack2Outlined.tsx b/src/IconArrowBack2Outlined.tsx index 169584811..3e8c26db5 100644 --- a/src/IconArrowBack2Outlined.tsx +++ b/src/IconArrowBack2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2Outlined: React.FC = ({ ...props }) => ( +export const IconArrowBack2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBack2Outlined as default } diff --git a/src/IconArrowBack2OutlinedFilled.tsx b/src/IconArrowBack2OutlinedFilled.tsx index d6f8bf89e..32e9c6bad 100644 --- a/src/IconArrowBack2OutlinedFilled.tsx +++ b/src/IconArrowBack2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBack2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBack2OutlinedFilled as default } diff --git a/src/IconArrowBack2Rounded.tsx b/src/IconArrowBack2Rounded.tsx index b62cce771..bcc3e6f8a 100644 --- a/src/IconArrowBack2Rounded.tsx +++ b/src/IconArrowBack2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2Rounded: React.FC = ({ ...props }) => ( +export const IconArrowBack2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBack2Rounded as default } diff --git a/src/IconArrowBack2RoundedFilled.tsx b/src/IconArrowBack2RoundedFilled.tsx index 34fc1f2ac..ce07d261a 100644 --- a/src/IconArrowBack2RoundedFilled.tsx +++ b/src/IconArrowBack2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBack2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBack2RoundedFilled as default } diff --git a/src/IconArrowBack2Sharp.tsx b/src/IconArrowBack2Sharp.tsx index 08f3a277f..b0c3b5abe 100644 --- a/src/IconArrowBack2Sharp.tsx +++ b/src/IconArrowBack2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2Sharp: React.FC = ({ ...props }) => ( +export const IconArrowBack2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBack2Sharp as default } diff --git a/src/IconArrowBack2SharpFilled.tsx b/src/IconArrowBack2SharpFilled.tsx index 1a29afd90..ac73f1e58 100644 --- a/src/IconArrowBack2SharpFilled.tsx +++ b/src/IconArrowBack2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBack2SharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowBack2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBack2SharpFilled as default } diff --git a/src/IconArrowBackIosNewOutlined.tsx b/src/IconArrowBackIosNewOutlined.tsx index 577f21a81..a8a544432 100644 --- a/src/IconArrowBackIosNewOutlined.tsx +++ b/src/IconArrowBackIosNewOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewOutlined: React.FC = ({ ...props }) => ( +export const IconArrowBackIosNewOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosNewOutlined as default } diff --git a/src/IconArrowBackIosNewOutlinedFilled.tsx b/src/IconArrowBackIosNewOutlinedFilled.tsx index f16120665..c54efd3ce 100644 --- a/src/IconArrowBackIosNewOutlinedFilled.tsx +++ b/src/IconArrowBackIosNewOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewOutlinedFilled: React.FC = ({ +export const IconArrowBackIosNewOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowBackIosNewOutlinedFilled: React.FC = ({ ) - -export { IconArrowBackIosNewOutlinedFilled as default } diff --git a/src/IconArrowBackIosNewRounded.tsx b/src/IconArrowBackIosNewRounded.tsx index 8ae621ee4..a0f110646 100644 --- a/src/IconArrowBackIosNewRounded.tsx +++ b/src/IconArrowBackIosNewRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewRounded: React.FC = ({ ...props }) => ( +export const IconArrowBackIosNewRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosNewRounded as default } diff --git a/src/IconArrowBackIosNewRoundedFilled.tsx b/src/IconArrowBackIosNewRoundedFilled.tsx index 126113610..8e6e180c0 100644 --- a/src/IconArrowBackIosNewRoundedFilled.tsx +++ b/src/IconArrowBackIosNewRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewRoundedFilled: React.FC = ({ +export const IconArrowBackIosNewRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowBackIosNewRoundedFilled: React.FC = ({ ) - -export { IconArrowBackIosNewRoundedFilled as default } diff --git a/src/IconArrowBackIosNewSharp.tsx b/src/IconArrowBackIosNewSharp.tsx index 2d4ec64ba..0c24909b2 100644 --- a/src/IconArrowBackIosNewSharp.tsx +++ b/src/IconArrowBackIosNewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewSharp: React.FC = ({ ...props }) => ( +export const IconArrowBackIosNewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosNewSharp as default } diff --git a/src/IconArrowBackIosNewSharpFilled.tsx b/src/IconArrowBackIosNewSharpFilled.tsx index 74dc647dc..f622f7fc0 100644 --- a/src/IconArrowBackIosNewSharpFilled.tsx +++ b/src/IconArrowBackIosNewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosNewSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackIosNewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosNewSharpFilled as default } diff --git a/src/IconArrowBackIosOutlined.tsx b/src/IconArrowBackIosOutlined.tsx index ad58609f1..297577ef7 100644 --- a/src/IconArrowBackIosOutlined.tsx +++ b/src/IconArrowBackIosOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosOutlined: React.FC = ({ ...props }) => ( +export const IconArrowBackIosOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosOutlined as default } diff --git a/src/IconArrowBackIosOutlinedFilled.tsx b/src/IconArrowBackIosOutlinedFilled.tsx index 484195a1d..b44b47b51 100644 --- a/src/IconArrowBackIosOutlinedFilled.tsx +++ b/src/IconArrowBackIosOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackIosOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosOutlinedFilled as default } diff --git a/src/IconArrowBackIosRounded.tsx b/src/IconArrowBackIosRounded.tsx index 04258a394..c7760795c 100644 --- a/src/IconArrowBackIosRounded.tsx +++ b/src/IconArrowBackIosRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosRounded: React.FC = ({ ...props }) => ( +export const IconArrowBackIosRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosRounded as default } diff --git a/src/IconArrowBackIosRoundedFilled.tsx b/src/IconArrowBackIosRoundedFilled.tsx index 25c6e0f5b..fa32a8b56 100644 --- a/src/IconArrowBackIosRoundedFilled.tsx +++ b/src/IconArrowBackIosRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackIosRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosRoundedFilled as default } diff --git a/src/IconArrowBackIosSharp.tsx b/src/IconArrowBackIosSharp.tsx index 9c10ee756..5749491cb 100644 --- a/src/IconArrowBackIosSharp.tsx +++ b/src/IconArrowBackIosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosSharp: React.FC = ({ ...props }) => ( +export const IconArrowBackIosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosSharp as default } diff --git a/src/IconArrowBackIosSharpFilled.tsx b/src/IconArrowBackIosSharpFilled.tsx index ee7169e54..8e86790df 100644 --- a/src/IconArrowBackIosSharpFilled.tsx +++ b/src/IconArrowBackIosSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackIosSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackIosSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackIosSharpFilled as default } diff --git a/src/IconArrowBackOutlined.tsx b/src/IconArrowBackOutlined.tsx index fe47d2772..fb5ce042f 100644 --- a/src/IconArrowBackOutlined.tsx +++ b/src/IconArrowBackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackOutlined: React.FC = ({ ...props }) => ( +export const IconArrowBackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackOutlined as default } diff --git a/src/IconArrowBackOutlinedFilled.tsx b/src/IconArrowBackOutlinedFilled.tsx index dda6b8bf5..c3852b734 100644 --- a/src/IconArrowBackOutlinedFilled.tsx +++ b/src/IconArrowBackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackOutlinedFilled as default } diff --git a/src/IconArrowBackRounded.tsx b/src/IconArrowBackRounded.tsx index 081c9f751..3c471c4fd 100644 --- a/src/IconArrowBackRounded.tsx +++ b/src/IconArrowBackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackRounded: React.FC = ({ ...props }) => ( +export const IconArrowBackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackRounded as default } diff --git a/src/IconArrowBackRoundedFilled.tsx b/src/IconArrowBackRoundedFilled.tsx index b97dfdeb3..47f9facca 100644 --- a/src/IconArrowBackRoundedFilled.tsx +++ b/src/IconArrowBackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowBackRoundedFilled as default } diff --git a/src/IconArrowBackSharp.tsx b/src/IconArrowBackSharp.tsx index cb428fa2b..1ae0bec55 100644 --- a/src/IconArrowBackSharp.tsx +++ b/src/IconArrowBackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackSharp: React.FC = ({ ...props }) => ( +export const IconArrowBackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackSharp as default } diff --git a/src/IconArrowBackSharpFilled.tsx b/src/IconArrowBackSharpFilled.tsx index f7b9b564b..2d48ebbd1 100644 --- a/src/IconArrowBackSharpFilled.tsx +++ b/src/IconArrowBackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowBackSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowBackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowBackSharpFilled as default } diff --git a/src/IconArrowCircleDownOutlined.tsx b/src/IconArrowCircleDownOutlined.tsx index e962eb589..a1cff116c 100644 --- a/src/IconArrowCircleDownOutlined.tsx +++ b/src/IconArrowCircleDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownOutlined: React.FC = ({ ...props }) => ( +export const IconArrowCircleDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleDownOutlined as default } diff --git a/src/IconArrowCircleDownOutlinedFilled.tsx b/src/IconArrowCircleDownOutlinedFilled.tsx index 3bc5559aa..ca8d6bc76 100644 --- a/src/IconArrowCircleDownOutlinedFilled.tsx +++ b/src/IconArrowCircleDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownOutlinedFilled: React.FC = ({ +export const IconArrowCircleDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleDownOutlinedFilled: React.FC = ({ ) - -export { IconArrowCircleDownOutlinedFilled as default } diff --git a/src/IconArrowCircleDownRounded.tsx b/src/IconArrowCircleDownRounded.tsx index b4e381616..38fac9688 100644 --- a/src/IconArrowCircleDownRounded.tsx +++ b/src/IconArrowCircleDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownRounded: React.FC = ({ ...props }) => ( +export const IconArrowCircleDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleDownRounded as default } diff --git a/src/IconArrowCircleDownRoundedFilled.tsx b/src/IconArrowCircleDownRoundedFilled.tsx index 06d2082a1..cd7029092 100644 --- a/src/IconArrowCircleDownRoundedFilled.tsx +++ b/src/IconArrowCircleDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownRoundedFilled: React.FC = ({ +export const IconArrowCircleDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleDownRoundedFilled: React.FC = ({ ) - -export { IconArrowCircleDownRoundedFilled as default } diff --git a/src/IconArrowCircleDownSharp.tsx b/src/IconArrowCircleDownSharp.tsx index 485183528..b708adeaa 100644 --- a/src/IconArrowCircleDownSharp.tsx +++ b/src/IconArrowCircleDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownSharp: React.FC = ({ ...props }) => ( +export const IconArrowCircleDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCircleDownSharp as default } diff --git a/src/IconArrowCircleDownSharpFilled.tsx b/src/IconArrowCircleDownSharpFilled.tsx index 6e81414f7..c3878880d 100644 --- a/src/IconArrowCircleDownSharpFilled.tsx +++ b/src/IconArrowCircleDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleDownSharpFilled as default } diff --git a/src/IconArrowCircleLeftOutlined.tsx b/src/IconArrowCircleLeftOutlined.tsx index 02994882a..95ec63cc9 100644 --- a/src/IconArrowCircleLeftOutlined.tsx +++ b/src/IconArrowCircleLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftOutlined: React.FC = ({ ...props }) => ( +export const IconArrowCircleLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleLeftOutlined as default } diff --git a/src/IconArrowCircleLeftOutlinedFilled.tsx b/src/IconArrowCircleLeftOutlinedFilled.tsx index a6b08530e..01945647b 100644 --- a/src/IconArrowCircleLeftOutlinedFilled.tsx +++ b/src/IconArrowCircleLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftOutlinedFilled: React.FC = ({ +export const IconArrowCircleLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleLeftOutlinedFilled: React.FC = ({ ) - -export { IconArrowCircleLeftOutlinedFilled as default } diff --git a/src/IconArrowCircleLeftRounded.tsx b/src/IconArrowCircleLeftRounded.tsx index 023b0497f..fcec7328b 100644 --- a/src/IconArrowCircleLeftRounded.tsx +++ b/src/IconArrowCircleLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftRounded: React.FC = ({ ...props }) => ( +export const IconArrowCircleLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleLeftRounded as default } diff --git a/src/IconArrowCircleLeftRoundedFilled.tsx b/src/IconArrowCircleLeftRoundedFilled.tsx index c0e7dbd25..3ad1e5844 100644 --- a/src/IconArrowCircleLeftRoundedFilled.tsx +++ b/src/IconArrowCircleLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftRoundedFilled: React.FC = ({ +export const IconArrowCircleLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleLeftRoundedFilled: React.FC = ({ ) - -export { IconArrowCircleLeftRoundedFilled as default } diff --git a/src/IconArrowCircleLeftSharp.tsx b/src/IconArrowCircleLeftSharp.tsx index d49b57588..7ed51e387 100644 --- a/src/IconArrowCircleLeftSharp.tsx +++ b/src/IconArrowCircleLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftSharp: React.FC = ({ ...props }) => ( +export const IconArrowCircleLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCircleLeftSharp as default } diff --git a/src/IconArrowCircleLeftSharpFilled.tsx b/src/IconArrowCircleLeftSharpFilled.tsx index b11dbba24..90ba2d4e9 100644 --- a/src/IconArrowCircleLeftSharpFilled.tsx +++ b/src/IconArrowCircleLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleLeftSharpFilled as default } diff --git a/src/IconArrowCircleRightOutlined.tsx b/src/IconArrowCircleRightOutlined.tsx index 5dd070a84..b28a9df31 100644 --- a/src/IconArrowCircleRightOutlined.tsx +++ b/src/IconArrowCircleRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightOutlined: React.FC = ({ ...props }) => ( +export const IconArrowCircleRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleRightOutlined as default } diff --git a/src/IconArrowCircleRightOutlinedFilled.tsx b/src/IconArrowCircleRightOutlinedFilled.tsx index cb1187103..3b81eb5d5 100644 --- a/src/IconArrowCircleRightOutlinedFilled.tsx +++ b/src/IconArrowCircleRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightOutlinedFilled: React.FC = ({ +export const IconArrowCircleRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleRightOutlinedFilled: React.FC = ({ ) - -export { IconArrowCircleRightOutlinedFilled as default } diff --git a/src/IconArrowCircleRightRounded.tsx b/src/IconArrowCircleRightRounded.tsx index 080040dca..0c9942585 100644 --- a/src/IconArrowCircleRightRounded.tsx +++ b/src/IconArrowCircleRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightRounded: React.FC = ({ ...props }) => ( +export const IconArrowCircleRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleRightRounded as default } diff --git a/src/IconArrowCircleRightRoundedFilled.tsx b/src/IconArrowCircleRightRoundedFilled.tsx index db4b73c1c..21486f879 100644 --- a/src/IconArrowCircleRightRoundedFilled.tsx +++ b/src/IconArrowCircleRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightRoundedFilled: React.FC = ({ +export const IconArrowCircleRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowCircleRightRoundedFilled: React.FC = ({ ) - -export { IconArrowCircleRightRoundedFilled as default } diff --git a/src/IconArrowCircleRightSharp.tsx b/src/IconArrowCircleRightSharp.tsx index 14ac8f335..90dd7309b 100644 --- a/src/IconArrowCircleRightSharp.tsx +++ b/src/IconArrowCircleRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightSharp: React.FC = ({ ...props }) => ( +export const IconArrowCircleRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleRightSharp as default } diff --git a/src/IconArrowCircleRightSharpFilled.tsx b/src/IconArrowCircleRightSharpFilled.tsx index 90cb6aec1..952add90e 100644 --- a/src/IconArrowCircleRightSharpFilled.tsx +++ b/src/IconArrowCircleRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleRightSharpFilled as default } diff --git a/src/IconArrowCircleUpOutlined.tsx b/src/IconArrowCircleUpOutlined.tsx index 6d9c33eec..c4d7dff67 100644 --- a/src/IconArrowCircleUpOutlined.tsx +++ b/src/IconArrowCircleUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpOutlined: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpOutlined as default } diff --git a/src/IconArrowCircleUpOutlinedFilled.tsx b/src/IconArrowCircleUpOutlinedFilled.tsx index 4e5ed68bd..e94d0c8fc 100644 --- a/src/IconArrowCircleUpOutlinedFilled.tsx +++ b/src/IconArrowCircleUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpOutlinedFilled as default } diff --git a/src/IconArrowCircleUpRounded.tsx b/src/IconArrowCircleUpRounded.tsx index 95afb4499..068358170 100644 --- a/src/IconArrowCircleUpRounded.tsx +++ b/src/IconArrowCircleUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpRounded: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpRounded as default } diff --git a/src/IconArrowCircleUpRoundedFilled.tsx b/src/IconArrowCircleUpRoundedFilled.tsx index e171ca006..429d63266 100644 --- a/src/IconArrowCircleUpRoundedFilled.tsx +++ b/src/IconArrowCircleUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpRoundedFilled as default } diff --git a/src/IconArrowCircleUpSharp.tsx b/src/IconArrowCircleUpSharp.tsx index 67bf96f94..7a4c49256 100644 --- a/src/IconArrowCircleUpSharp.tsx +++ b/src/IconArrowCircleUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpSharp: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpSharp as default } diff --git a/src/IconArrowCircleUpSharpFilled.tsx b/src/IconArrowCircleUpSharpFilled.tsx index 0e35c8ba8..905e227fa 100644 --- a/src/IconArrowCircleUpSharpFilled.tsx +++ b/src/IconArrowCircleUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCircleUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowCircleUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCircleUpSharpFilled as default } diff --git a/src/IconArrowCoolDownOutlined.tsx b/src/IconArrowCoolDownOutlined.tsx index 8751110c9..39b10e85a 100644 --- a/src/IconArrowCoolDownOutlined.tsx +++ b/src/IconArrowCoolDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownOutlined: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownOutlined as default } diff --git a/src/IconArrowCoolDownOutlinedFilled.tsx b/src/IconArrowCoolDownOutlinedFilled.tsx index a7ebe9581..364091824 100644 --- a/src/IconArrowCoolDownOutlinedFilled.tsx +++ b/src/IconArrowCoolDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownOutlinedFilled as default } diff --git a/src/IconArrowCoolDownRounded.tsx b/src/IconArrowCoolDownRounded.tsx index 57fde7634..8a90ecab1 100644 --- a/src/IconArrowCoolDownRounded.tsx +++ b/src/IconArrowCoolDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownRounded: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownRounded as default } diff --git a/src/IconArrowCoolDownRoundedFilled.tsx b/src/IconArrowCoolDownRoundedFilled.tsx index 7a76b6cc4..c3d9a7f05 100644 --- a/src/IconArrowCoolDownRoundedFilled.tsx +++ b/src/IconArrowCoolDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownRoundedFilled as default } diff --git a/src/IconArrowCoolDownSharp.tsx b/src/IconArrowCoolDownSharp.tsx index 54c114163..c4c64a3cf 100644 --- a/src/IconArrowCoolDownSharp.tsx +++ b/src/IconArrowCoolDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownSharp: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownSharp as default } diff --git a/src/IconArrowCoolDownSharpFilled.tsx b/src/IconArrowCoolDownSharpFilled.tsx index 4a9e41689..9e8eb9587 100644 --- a/src/IconArrowCoolDownSharpFilled.tsx +++ b/src/IconArrowCoolDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowCoolDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowCoolDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowCoolDownSharpFilled as default } diff --git a/src/IconArrowDownwardAltOutlined.tsx b/src/IconArrowDownwardAltOutlined.tsx index 0233cbbf8..2e57350ef 100644 --- a/src/IconArrowDownwardAltOutlined.tsx +++ b/src/IconArrowDownwardAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltOutlined: React.FC = ({ ...props }) => ( +export const IconArrowDownwardAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardAltOutlined as default } diff --git a/src/IconArrowDownwardAltOutlinedFilled.tsx b/src/IconArrowDownwardAltOutlinedFilled.tsx index 7f6f85e82..7f3fab119 100644 --- a/src/IconArrowDownwardAltOutlinedFilled.tsx +++ b/src/IconArrowDownwardAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltOutlinedFilled: React.FC = ({ +export const IconArrowDownwardAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowDownwardAltOutlinedFilled: React.FC = ({ ) - -export { IconArrowDownwardAltOutlinedFilled as default } diff --git a/src/IconArrowDownwardAltRounded.tsx b/src/IconArrowDownwardAltRounded.tsx index e7d4969bb..2d771d647 100644 --- a/src/IconArrowDownwardAltRounded.tsx +++ b/src/IconArrowDownwardAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltRounded: React.FC = ({ ...props }) => ( +export const IconArrowDownwardAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardAltRounded as default } diff --git a/src/IconArrowDownwardAltRoundedFilled.tsx b/src/IconArrowDownwardAltRoundedFilled.tsx index d0e452b55..f34952a2e 100644 --- a/src/IconArrowDownwardAltRoundedFilled.tsx +++ b/src/IconArrowDownwardAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltRoundedFilled: React.FC = ({ +export const IconArrowDownwardAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowDownwardAltRoundedFilled: React.FC = ({ ) - -export { IconArrowDownwardAltRoundedFilled as default } diff --git a/src/IconArrowDownwardAltSharp.tsx b/src/IconArrowDownwardAltSharp.tsx index 3ff2d4646..c44f2d392 100644 --- a/src/IconArrowDownwardAltSharp.tsx +++ b/src/IconArrowDownwardAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltSharp: React.FC = ({ ...props }) => ( +export const IconArrowDownwardAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardAltSharp as default } diff --git a/src/IconArrowDownwardAltSharpFilled.tsx b/src/IconArrowDownwardAltSharpFilled.tsx index 3dd6dc4a2..e39b0434c 100644 --- a/src/IconArrowDownwardAltSharpFilled.tsx +++ b/src/IconArrowDownwardAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowDownwardAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardAltSharpFilled as default } diff --git a/src/IconArrowDownwardOutlined.tsx b/src/IconArrowDownwardOutlined.tsx index 0fb933a00..e229bb964 100644 --- a/src/IconArrowDownwardOutlined.tsx +++ b/src/IconArrowDownwardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardOutlined: React.FC = ({ ...props }) => ( +export const IconArrowDownwardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardOutlined as default } diff --git a/src/IconArrowDownwardOutlinedFilled.tsx b/src/IconArrowDownwardOutlinedFilled.tsx index 38329d291..69fae54f4 100644 --- a/src/IconArrowDownwardOutlinedFilled.tsx +++ b/src/IconArrowDownwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDownwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardOutlinedFilled as default } diff --git a/src/IconArrowDownwardRounded.tsx b/src/IconArrowDownwardRounded.tsx index 1aa2a8217..5517f5bad 100644 --- a/src/IconArrowDownwardRounded.tsx +++ b/src/IconArrowDownwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardRounded: React.FC = ({ ...props }) => ( +export const IconArrowDownwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardRounded as default } diff --git a/src/IconArrowDownwardRoundedFilled.tsx b/src/IconArrowDownwardRoundedFilled.tsx index d112f2ae7..c62e0e729 100644 --- a/src/IconArrowDownwardRoundedFilled.tsx +++ b/src/IconArrowDownwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDownwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardRoundedFilled as default } diff --git a/src/IconArrowDownwardSharp.tsx b/src/IconArrowDownwardSharp.tsx index 510f7d585..6132db226 100644 --- a/src/IconArrowDownwardSharp.tsx +++ b/src/IconArrowDownwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardSharp: React.FC = ({ ...props }) => ( +export const IconArrowDownwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardSharp as default } diff --git a/src/IconArrowDownwardSharpFilled.tsx b/src/IconArrowDownwardSharpFilled.tsx index a6c220f9f..9d77f1b9c 100644 --- a/src/IconArrowDownwardSharpFilled.tsx +++ b/src/IconArrowDownwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDownwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowDownwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDownwardSharpFilled as default } diff --git a/src/IconArrowDropDownCircleOutlined.tsx b/src/IconArrowDropDownCircleOutlined.tsx index d0d7c2850..8b77cba34 100644 --- a/src/IconArrowDropDownCircleOutlined.tsx +++ b/src/IconArrowDropDownCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleOutlined: React.FC = ({ ...props }) => ( +export const IconArrowDropDownCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownCircleOutlined as default } diff --git a/src/IconArrowDropDownCircleOutlinedFilled.tsx b/src/IconArrowDropDownCircleOutlinedFilled.tsx index a0c9f631f..47927b0a5 100644 --- a/src/IconArrowDropDownCircleOutlinedFilled.tsx +++ b/src/IconArrowDropDownCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleOutlinedFilled: React.FC = ({ +export const IconArrowDropDownCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowDropDownCircleOutlinedFilled: React.FC = ({ ) - -export { IconArrowDropDownCircleOutlinedFilled as default } diff --git a/src/IconArrowDropDownCircleRounded.tsx b/src/IconArrowDropDownCircleRounded.tsx index 3021b9e42..c773cec13 100644 --- a/src/IconArrowDropDownCircleRounded.tsx +++ b/src/IconArrowDropDownCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleRounded: React.FC = ({ ...props }) => ( +export const IconArrowDropDownCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownCircleRounded as default } diff --git a/src/IconArrowDropDownCircleRoundedFilled.tsx b/src/IconArrowDropDownCircleRoundedFilled.tsx index aa4932a5a..ee53c1365 100644 --- a/src/IconArrowDropDownCircleRoundedFilled.tsx +++ b/src/IconArrowDropDownCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleRoundedFilled: React.FC = ({ +export const IconArrowDropDownCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowDropDownCircleRoundedFilled: React.FC = ({ ) - -export { IconArrowDropDownCircleRoundedFilled as default } diff --git a/src/IconArrowDropDownCircleSharp.tsx b/src/IconArrowDropDownCircleSharp.tsx index 5cfadf17b..2d4ae68de 100644 --- a/src/IconArrowDropDownCircleSharp.tsx +++ b/src/IconArrowDropDownCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleSharp: React.FC = ({ ...props }) => ( +export const IconArrowDropDownCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownCircleSharp as default } diff --git a/src/IconArrowDropDownCircleSharpFilled.tsx b/src/IconArrowDropDownCircleSharpFilled.tsx index 86085a7e2..ba1815288 100644 --- a/src/IconArrowDropDownCircleSharpFilled.tsx +++ b/src/IconArrowDropDownCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownCircleSharpFilled: React.FC = ({ +export const IconArrowDropDownCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowDropDownCircleSharpFilled: React.FC = ({ ) - -export { IconArrowDropDownCircleSharpFilled as default } diff --git a/src/IconArrowDropDownOutlined.tsx b/src/IconArrowDropDownOutlined.tsx index e335d8e6c..827af8bff 100644 --- a/src/IconArrowDropDownOutlined.tsx +++ b/src/IconArrowDropDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownOutlined: React.FC = ({ ...props }) => ( +export const IconArrowDropDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownOutlined as default } diff --git a/src/IconArrowDropDownOutlinedFilled.tsx b/src/IconArrowDropDownOutlinedFilled.tsx index a6ebabe66..3953adadb 100644 --- a/src/IconArrowDropDownOutlinedFilled.tsx +++ b/src/IconArrowDropDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownOutlinedFilled as default } diff --git a/src/IconArrowDropDownRounded.tsx b/src/IconArrowDropDownRounded.tsx index 9655a5cbb..c504cca90 100644 --- a/src/IconArrowDropDownRounded.tsx +++ b/src/IconArrowDropDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownRounded: React.FC = ({ ...props }) => ( +export const IconArrowDropDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownRounded as default } diff --git a/src/IconArrowDropDownRoundedFilled.tsx b/src/IconArrowDropDownRoundedFilled.tsx index 33662b56f..fe2ae6f00 100644 --- a/src/IconArrowDropDownRoundedFilled.tsx +++ b/src/IconArrowDropDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownRoundedFilled as default } diff --git a/src/IconArrowDropDownSharp.tsx b/src/IconArrowDropDownSharp.tsx index 709c40467..76f32ec44 100644 --- a/src/IconArrowDropDownSharp.tsx +++ b/src/IconArrowDropDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownSharp: React.FC = ({ ...props }) => ( +export const IconArrowDropDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownSharp as default } diff --git a/src/IconArrowDropDownSharpFilled.tsx b/src/IconArrowDropDownSharpFilled.tsx index 295e5514f..ee4e7b530 100644 --- a/src/IconArrowDropDownSharpFilled.tsx +++ b/src/IconArrowDropDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropDownSharpFilled as default } diff --git a/src/IconArrowDropUpOutlined.tsx b/src/IconArrowDropUpOutlined.tsx index ea62228c9..2eb632194 100644 --- a/src/IconArrowDropUpOutlined.tsx +++ b/src/IconArrowDropUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpOutlined: React.FC = ({ ...props }) => ( +export const IconArrowDropUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpOutlined as default } diff --git a/src/IconArrowDropUpOutlinedFilled.tsx b/src/IconArrowDropUpOutlinedFilled.tsx index 641de1aca..86be4e85f 100644 --- a/src/IconArrowDropUpOutlinedFilled.tsx +++ b/src/IconArrowDropUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpOutlinedFilled as default } diff --git a/src/IconArrowDropUpRounded.tsx b/src/IconArrowDropUpRounded.tsx index 51278f802..d67467c13 100644 --- a/src/IconArrowDropUpRounded.tsx +++ b/src/IconArrowDropUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpRounded: React.FC = ({ ...props }) => ( +export const IconArrowDropUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpRounded as default } diff --git a/src/IconArrowDropUpRoundedFilled.tsx b/src/IconArrowDropUpRoundedFilled.tsx index b76e66a28..93da44692 100644 --- a/src/IconArrowDropUpRoundedFilled.tsx +++ b/src/IconArrowDropUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpRoundedFilled as default } diff --git a/src/IconArrowDropUpSharp.tsx b/src/IconArrowDropUpSharp.tsx index 61aed405a..7658edbc6 100644 --- a/src/IconArrowDropUpSharp.tsx +++ b/src/IconArrowDropUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpSharp: React.FC = ({ ...props }) => ( +export const IconArrowDropUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpSharp as default } diff --git a/src/IconArrowDropUpSharpFilled.tsx b/src/IconArrowDropUpSharpFilled.tsx index 80b35ac67..1f738ce52 100644 --- a/src/IconArrowDropUpSharpFilled.tsx +++ b/src/IconArrowDropUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowDropUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowDropUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowDropUpSharpFilled as default } diff --git a/src/IconArrowForwardIosOutlined.tsx b/src/IconArrowForwardIosOutlined.tsx index a2fe99830..b422b78c4 100644 --- a/src/IconArrowForwardIosOutlined.tsx +++ b/src/IconArrowForwardIosOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosOutlined: React.FC = ({ ...props }) => ( +export const IconArrowForwardIosOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardIosOutlined as default } diff --git a/src/IconArrowForwardIosOutlinedFilled.tsx b/src/IconArrowForwardIosOutlinedFilled.tsx index f19d2438a..bc296f264 100644 --- a/src/IconArrowForwardIosOutlinedFilled.tsx +++ b/src/IconArrowForwardIosOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosOutlinedFilled: React.FC = ({ +export const IconArrowForwardIosOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowForwardIosOutlinedFilled: React.FC = ({ ) - -export { IconArrowForwardIosOutlinedFilled as default } diff --git a/src/IconArrowForwardIosRounded.tsx b/src/IconArrowForwardIosRounded.tsx index 44f148572..fd76934a0 100644 --- a/src/IconArrowForwardIosRounded.tsx +++ b/src/IconArrowForwardIosRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosRounded: React.FC = ({ ...props }) => ( +export const IconArrowForwardIosRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardIosRounded as default } diff --git a/src/IconArrowForwardIosRoundedFilled.tsx b/src/IconArrowForwardIosRoundedFilled.tsx index 2e561e4cc..3399a0776 100644 --- a/src/IconArrowForwardIosRoundedFilled.tsx +++ b/src/IconArrowForwardIosRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosRoundedFilled: React.FC = ({ +export const IconArrowForwardIosRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowForwardIosRoundedFilled: React.FC = ({ ) - -export { IconArrowForwardIosRoundedFilled as default } diff --git a/src/IconArrowForwardIosSharp.tsx b/src/IconArrowForwardIosSharp.tsx index c72c46877..027d05302 100644 --- a/src/IconArrowForwardIosSharp.tsx +++ b/src/IconArrowForwardIosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosSharp: React.FC = ({ ...props }) => ( +export const IconArrowForwardIosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowForwardIosSharp as default } diff --git a/src/IconArrowForwardIosSharpFilled.tsx b/src/IconArrowForwardIosSharpFilled.tsx index 197cfcf0f..aea76b8ea 100644 --- a/src/IconArrowForwardIosSharpFilled.tsx +++ b/src/IconArrowForwardIosSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardIosSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowForwardIosSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardIosSharpFilled as default } diff --git a/src/IconArrowForwardOutlined.tsx b/src/IconArrowForwardOutlined.tsx index 0c97ad371..56e207b3d 100644 --- a/src/IconArrowForwardOutlined.tsx +++ b/src/IconArrowForwardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardOutlined: React.FC = ({ ...props }) => ( +export const IconArrowForwardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowForwardOutlined as default } diff --git a/src/IconArrowForwardOutlinedFilled.tsx b/src/IconArrowForwardOutlinedFilled.tsx index c54b8d10b..c31987471 100644 --- a/src/IconArrowForwardOutlinedFilled.tsx +++ b/src/IconArrowForwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowForwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardOutlinedFilled as default } diff --git a/src/IconArrowForwardRounded.tsx b/src/IconArrowForwardRounded.tsx index 6ea734997..58c920266 100644 --- a/src/IconArrowForwardRounded.tsx +++ b/src/IconArrowForwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardRounded: React.FC = ({ ...props }) => ( +export const IconArrowForwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowForwardRounded as default } diff --git a/src/IconArrowForwardRoundedFilled.tsx b/src/IconArrowForwardRoundedFilled.tsx index 8e3b9a309..d1a14f8f9 100644 --- a/src/IconArrowForwardRoundedFilled.tsx +++ b/src/IconArrowForwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowForwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardRoundedFilled as default } diff --git a/src/IconArrowForwardSharp.tsx b/src/IconArrowForwardSharp.tsx index 69d412bb9..c8bcd1ea1 100644 --- a/src/IconArrowForwardSharp.tsx +++ b/src/IconArrowForwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardSharp: React.FC = ({ ...props }) => ( +export const IconArrowForwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowForwardSharp as default } diff --git a/src/IconArrowForwardSharpFilled.tsx b/src/IconArrowForwardSharpFilled.tsx index a49975826..c6bb4d59f 100644 --- a/src/IconArrowForwardSharpFilled.tsx +++ b/src/IconArrowForwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowForwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowForwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowForwardSharpFilled as default } diff --git a/src/IconArrowInsertOutlined.tsx b/src/IconArrowInsertOutlined.tsx index b8343c249..7d81a1693 100644 --- a/src/IconArrowInsertOutlined.tsx +++ b/src/IconArrowInsertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertOutlined: React.FC = ({ ...props }) => ( +export const IconArrowInsertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowInsertOutlined as default } diff --git a/src/IconArrowInsertOutlinedFilled.tsx b/src/IconArrowInsertOutlinedFilled.tsx index 6aa8811ea..ae93c00ba 100644 --- a/src/IconArrowInsertOutlinedFilled.tsx +++ b/src/IconArrowInsertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowInsertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowInsertOutlinedFilled as default } diff --git a/src/IconArrowInsertRounded.tsx b/src/IconArrowInsertRounded.tsx index 2b435fa50..d9f81e87c 100644 --- a/src/IconArrowInsertRounded.tsx +++ b/src/IconArrowInsertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertRounded: React.FC = ({ ...props }) => ( +export const IconArrowInsertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowInsertRounded as default } diff --git a/src/IconArrowInsertRoundedFilled.tsx b/src/IconArrowInsertRoundedFilled.tsx index 6278e0cce..4c2fff93f 100644 --- a/src/IconArrowInsertRoundedFilled.tsx +++ b/src/IconArrowInsertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowInsertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowInsertRoundedFilled as default } diff --git a/src/IconArrowInsertSharp.tsx b/src/IconArrowInsertSharp.tsx index a74ed05a7..28404b2ba 100644 --- a/src/IconArrowInsertSharp.tsx +++ b/src/IconArrowInsertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertSharp: React.FC = ({ ...props }) => ( +export const IconArrowInsertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowInsertSharp as default } diff --git a/src/IconArrowInsertSharpFilled.tsx b/src/IconArrowInsertSharpFilled.tsx index 355ea73bc..28928d60e 100644 --- a/src/IconArrowInsertSharpFilled.tsx +++ b/src/IconArrowInsertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowInsertSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowInsertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowInsertSharpFilled as default } diff --git a/src/IconArrowLeftAltOutlined.tsx b/src/IconArrowLeftAltOutlined.tsx index 6ca46e0ba..ff1e19140 100644 --- a/src/IconArrowLeftAltOutlined.tsx +++ b/src/IconArrowLeftAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltOutlined: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltOutlined as default } diff --git a/src/IconArrowLeftAltOutlinedFilled.tsx b/src/IconArrowLeftAltOutlinedFilled.tsx index 2bb3160d2..930e9ac2c 100644 --- a/src/IconArrowLeftAltOutlinedFilled.tsx +++ b/src/IconArrowLeftAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltOutlinedFilled as default } diff --git a/src/IconArrowLeftAltRounded.tsx b/src/IconArrowLeftAltRounded.tsx index 8da83b7de..4c4090b3d 100644 --- a/src/IconArrowLeftAltRounded.tsx +++ b/src/IconArrowLeftAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltRounded: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltRounded as default } diff --git a/src/IconArrowLeftAltRoundedFilled.tsx b/src/IconArrowLeftAltRoundedFilled.tsx index 7c8c1fa1d..f8224dc17 100644 --- a/src/IconArrowLeftAltRoundedFilled.tsx +++ b/src/IconArrowLeftAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltRoundedFilled as default } diff --git a/src/IconArrowLeftAltSharp.tsx b/src/IconArrowLeftAltSharp.tsx index ba9dc0d4a..c249c9d50 100644 --- a/src/IconArrowLeftAltSharp.tsx +++ b/src/IconArrowLeftAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltSharp: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltSharp as default } diff --git a/src/IconArrowLeftAltSharpFilled.tsx b/src/IconArrowLeftAltSharpFilled.tsx index 7d118093d..85eee057e 100644 --- a/src/IconArrowLeftAltSharpFilled.tsx +++ b/src/IconArrowLeftAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowLeftAltSharpFilled as default } diff --git a/src/IconArrowLeftOutlined.tsx b/src/IconArrowLeftOutlined.tsx index ad6c378d7..620e969c7 100644 --- a/src/IconArrowLeftOutlined.tsx +++ b/src/IconArrowLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftOutlined: React.FC = ({ ...props }) => ( +export const IconArrowLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftOutlined as default } diff --git a/src/IconArrowLeftOutlinedFilled.tsx b/src/IconArrowLeftOutlinedFilled.tsx index 68188207c..e5a9c3025 100644 --- a/src/IconArrowLeftOutlinedFilled.tsx +++ b/src/IconArrowLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowLeftOutlinedFilled as default } diff --git a/src/IconArrowLeftRounded.tsx b/src/IconArrowLeftRounded.tsx index 591a0e44d..9707f9aec 100644 --- a/src/IconArrowLeftRounded.tsx +++ b/src/IconArrowLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftRounded: React.FC = ({ ...props }) => ( +export const IconArrowLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftRounded as default } diff --git a/src/IconArrowLeftRoundedFilled.tsx b/src/IconArrowLeftRoundedFilled.tsx index ba471c1b8..909cdd9d1 100644 --- a/src/IconArrowLeftRoundedFilled.tsx +++ b/src/IconArrowLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowLeftRoundedFilled as default } diff --git a/src/IconArrowLeftSharp.tsx b/src/IconArrowLeftSharp.tsx index 5e34147a7..d059d5f74 100644 --- a/src/IconArrowLeftSharp.tsx +++ b/src/IconArrowLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftSharp: React.FC = ({ ...props }) => ( +export const IconArrowLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftSharp as default } diff --git a/src/IconArrowLeftSharpFilled.tsx b/src/IconArrowLeftSharpFilled.tsx index a667b0346..b1ed11ea7 100644 --- a/src/IconArrowLeftSharpFilled.tsx +++ b/src/IconArrowLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowLeftSharpFilled as default } diff --git a/src/IconArrowMenuCloseOutlined.tsx b/src/IconArrowMenuCloseOutlined.tsx new file mode 100644 index 000000000..bae72a817 --- /dev/null +++ b/src/IconArrowMenuCloseOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuCloseOutlinedFilled.tsx b/src/IconArrowMenuCloseOutlinedFilled.tsx new file mode 100644 index 000000000..ead0e77b3 --- /dev/null +++ b/src/IconArrowMenuCloseOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuCloseRounded.tsx b/src/IconArrowMenuCloseRounded.tsx new file mode 100644 index 000000000..2915b8492 --- /dev/null +++ b/src/IconArrowMenuCloseRounded.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseRounded: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuCloseRoundedFilled.tsx b/src/IconArrowMenuCloseRoundedFilled.tsx new file mode 100644 index 000000000..7f52d2137 --- /dev/null +++ b/src/IconArrowMenuCloseRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuCloseSharp.tsx b/src/IconArrowMenuCloseSharp.tsx new file mode 100644 index 000000000..01fa281e3 --- /dev/null +++ b/src/IconArrowMenuCloseSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuCloseSharpFilled.tsx b/src/IconArrowMenuCloseSharpFilled.tsx new file mode 100644 index 000000000..0693b4b8e --- /dev/null +++ b/src/IconArrowMenuCloseSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuCloseSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenOutlined.tsx b/src/IconArrowMenuOpenOutlined.tsx new file mode 100644 index 000000000..24bbc40a0 --- /dev/null +++ b/src/IconArrowMenuOpenOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenOutlinedFilled.tsx b/src/IconArrowMenuOpenOutlinedFilled.tsx new file mode 100644 index 000000000..89f7b18e4 --- /dev/null +++ b/src/IconArrowMenuOpenOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenRounded.tsx b/src/IconArrowMenuOpenRounded.tsx new file mode 100644 index 000000000..558823705 --- /dev/null +++ b/src/IconArrowMenuOpenRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenRoundedFilled.tsx b/src/IconArrowMenuOpenRoundedFilled.tsx new file mode 100644 index 000000000..2813fb760 --- /dev/null +++ b/src/IconArrowMenuOpenRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenSharp.tsx b/src/IconArrowMenuOpenSharp.tsx new file mode 100644 index 000000000..5a5b28bae --- /dev/null +++ b/src/IconArrowMenuOpenSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowMenuOpenSharpFilled.tsx b/src/IconArrowMenuOpenSharpFilled.tsx new file mode 100644 index 000000000..82fe19285 --- /dev/null +++ b/src/IconArrowMenuOpenSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconArrowMenuOpenSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconArrowOrEdgeOutlined.tsx b/src/IconArrowOrEdgeOutlined.tsx index 191b62357..24056c66c 100644 --- a/src/IconArrowOrEdgeOutlined.tsx +++ b/src/IconArrowOrEdgeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeOutlined: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeOutlined as default } diff --git a/src/IconArrowOrEdgeOutlinedFilled.tsx b/src/IconArrowOrEdgeOutlinedFilled.tsx index b85f5cdfd..ca5801675 100644 --- a/src/IconArrowOrEdgeOutlinedFilled.tsx +++ b/src/IconArrowOrEdgeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeOutlinedFilled as default } diff --git a/src/IconArrowOrEdgeRounded.tsx b/src/IconArrowOrEdgeRounded.tsx index 02d751d56..1839558a0 100644 --- a/src/IconArrowOrEdgeRounded.tsx +++ b/src/IconArrowOrEdgeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeRounded: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeRounded as default } diff --git a/src/IconArrowOrEdgeRoundedFilled.tsx b/src/IconArrowOrEdgeRoundedFilled.tsx index 7e24748fa..1fa948e44 100644 --- a/src/IconArrowOrEdgeRoundedFilled.tsx +++ b/src/IconArrowOrEdgeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeRoundedFilled as default } diff --git a/src/IconArrowOrEdgeSharp.tsx b/src/IconArrowOrEdgeSharp.tsx index ed2d0a300..e3bb7133f 100644 --- a/src/IconArrowOrEdgeSharp.tsx +++ b/src/IconArrowOrEdgeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeSharp: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeSharp as default } diff --git a/src/IconArrowOrEdgeSharpFilled.tsx b/src/IconArrowOrEdgeSharpFilled.tsx index ff290aab6..da0074f02 100644 --- a/src/IconArrowOrEdgeSharpFilled.tsx +++ b/src/IconArrowOrEdgeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOrEdgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowOrEdgeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOrEdgeSharpFilled as default } diff --git a/src/IconArrowOutwardOutlined.tsx b/src/IconArrowOutwardOutlined.tsx index de83a4a2d..d2f5e93bf 100644 --- a/src/IconArrowOutwardOutlined.tsx +++ b/src/IconArrowOutwardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardOutlined: React.FC = ({ ...props }) => ( +export const IconArrowOutwardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardOutlined as default } diff --git a/src/IconArrowOutwardOutlinedFilled.tsx b/src/IconArrowOutwardOutlinedFilled.tsx index 6fefc48cb..6fcb160af 100644 --- a/src/IconArrowOutwardOutlinedFilled.tsx +++ b/src/IconArrowOutwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowOutwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardOutlinedFilled as default } diff --git a/src/IconArrowOutwardRounded.tsx b/src/IconArrowOutwardRounded.tsx index bfc5a1fa2..f5174e17a 100644 --- a/src/IconArrowOutwardRounded.tsx +++ b/src/IconArrowOutwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardRounded: React.FC = ({ ...props }) => ( +export const IconArrowOutwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardRounded as default } diff --git a/src/IconArrowOutwardRoundedFilled.tsx b/src/IconArrowOutwardRoundedFilled.tsx index 1720bc75f..1f4dd0157 100644 --- a/src/IconArrowOutwardRoundedFilled.tsx +++ b/src/IconArrowOutwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowOutwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardRoundedFilled as default } diff --git a/src/IconArrowOutwardSharp.tsx b/src/IconArrowOutwardSharp.tsx index 8b4f533b3..79fafe084 100644 --- a/src/IconArrowOutwardSharp.tsx +++ b/src/IconArrowOutwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardSharp: React.FC = ({ ...props }) => ( +export const IconArrowOutwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardSharp as default } diff --git a/src/IconArrowOutwardSharpFilled.tsx b/src/IconArrowOutwardSharpFilled.tsx index 48c1956c6..99aa625ad 100644 --- a/src/IconArrowOutwardSharpFilled.tsx +++ b/src/IconArrowOutwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowOutwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowOutwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowOutwardSharpFilled as default } diff --git a/src/IconArrowRangeOutlined.tsx b/src/IconArrowRangeOutlined.tsx index 8df274722..e4cf8b984 100644 --- a/src/IconArrowRangeOutlined.tsx +++ b/src/IconArrowRangeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeOutlined: React.FC = ({ ...props }) => ( +export const IconArrowRangeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRangeOutlined as default } diff --git a/src/IconArrowRangeOutlinedFilled.tsx b/src/IconArrowRangeOutlinedFilled.tsx index 658bab6c1..c46366dc3 100644 --- a/src/IconArrowRangeOutlinedFilled.tsx +++ b/src/IconArrowRangeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRangeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRangeOutlinedFilled as default } diff --git a/src/IconArrowRangeRounded.tsx b/src/IconArrowRangeRounded.tsx index c6425ce85..9fb8838c6 100644 --- a/src/IconArrowRangeRounded.tsx +++ b/src/IconArrowRangeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeRounded: React.FC = ({ ...props }) => ( +export const IconArrowRangeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRangeRounded as default } diff --git a/src/IconArrowRangeRoundedFilled.tsx b/src/IconArrowRangeRoundedFilled.tsx index 305cc99f1..b4b1f20ed 100644 --- a/src/IconArrowRangeRoundedFilled.tsx +++ b/src/IconArrowRangeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRangeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRangeRoundedFilled as default } diff --git a/src/IconArrowRangeSharp.tsx b/src/IconArrowRangeSharp.tsx index a7c3270b2..1606be09f 100644 --- a/src/IconArrowRangeSharp.tsx +++ b/src/IconArrowRangeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeSharp: React.FC = ({ ...props }) => ( +export const IconArrowRangeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRangeSharp as default } diff --git a/src/IconArrowRangeSharpFilled.tsx b/src/IconArrowRangeSharpFilled.tsx index f1207700b..b94b974a3 100644 --- a/src/IconArrowRangeSharpFilled.tsx +++ b/src/IconArrowRangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowRangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRangeSharpFilled as default } diff --git a/src/IconArrowRightAltOutlined.tsx b/src/IconArrowRightAltOutlined.tsx index e478f5134..a76262eea 100644 --- a/src/IconArrowRightAltOutlined.tsx +++ b/src/IconArrowRightAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltOutlined: React.FC = ({ ...props }) => ( +export const IconArrowRightAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltOutlined as default } diff --git a/src/IconArrowRightAltOutlinedFilled.tsx b/src/IconArrowRightAltOutlinedFilled.tsx index 849d70d4d..b8011172c 100644 --- a/src/IconArrowRightAltOutlinedFilled.tsx +++ b/src/IconArrowRightAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltOutlinedFilled as default } diff --git a/src/IconArrowRightAltRounded.tsx b/src/IconArrowRightAltRounded.tsx index 6f739fe4c..d9aa0ec9b 100644 --- a/src/IconArrowRightAltRounded.tsx +++ b/src/IconArrowRightAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltRounded: React.FC = ({ ...props }) => ( +export const IconArrowRightAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltRounded as default } diff --git a/src/IconArrowRightAltRoundedFilled.tsx b/src/IconArrowRightAltRoundedFilled.tsx index d5230ee4a..f056d76af 100644 --- a/src/IconArrowRightAltRoundedFilled.tsx +++ b/src/IconArrowRightAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltRoundedFilled as default } diff --git a/src/IconArrowRightAltSharp.tsx b/src/IconArrowRightAltSharp.tsx index e3e5abdda..9a46ae84c 100644 --- a/src/IconArrowRightAltSharp.tsx +++ b/src/IconArrowRightAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltSharp: React.FC = ({ ...props }) => ( +export const IconArrowRightAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltSharp as default } diff --git a/src/IconArrowRightAltSharpFilled.tsx b/src/IconArrowRightAltSharpFilled.tsx index 908693264..72d861f33 100644 --- a/src/IconArrowRightAltSharpFilled.tsx +++ b/src/IconArrowRightAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightAltSharpFilled as default } diff --git a/src/IconArrowRightOutlined.tsx b/src/IconArrowRightOutlined.tsx index cea74c32f..77c0ad74d 100644 --- a/src/IconArrowRightOutlined.tsx +++ b/src/IconArrowRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightOutlined: React.FC = ({ ...props }) => ( +export const IconArrowRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRightOutlined as default } diff --git a/src/IconArrowRightOutlinedFilled.tsx b/src/IconArrowRightOutlinedFilled.tsx index 7322fc785..cb0844830 100644 --- a/src/IconArrowRightOutlinedFilled.tsx +++ b/src/IconArrowRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightOutlinedFilled as default } diff --git a/src/IconArrowRightRounded.tsx b/src/IconArrowRightRounded.tsx index 819441d87..4f7f5b02b 100644 --- a/src/IconArrowRightRounded.tsx +++ b/src/IconArrowRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightRounded: React.FC = ({ ...props }) => ( +export const IconArrowRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRightRounded as default } diff --git a/src/IconArrowRightRoundedFilled.tsx b/src/IconArrowRightRoundedFilled.tsx index 8f3284393..f8183a58d 100644 --- a/src/IconArrowRightRoundedFilled.tsx +++ b/src/IconArrowRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightRoundedFilled as default } diff --git a/src/IconArrowRightSharp.tsx b/src/IconArrowRightSharp.tsx index 516288b70..ad7959df5 100644 --- a/src/IconArrowRightSharp.tsx +++ b/src/IconArrowRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightSharp: React.FC = ({ ...props }) => ( +export const IconArrowRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowRightSharp as default } diff --git a/src/IconArrowRightSharpFilled.tsx b/src/IconArrowRightSharpFilled.tsx index d2f937e1b..935630b5d 100644 --- a/src/IconArrowRightSharpFilled.tsx +++ b/src/IconArrowRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowRightSharpFilled as default } diff --git a/src/IconArrowSelectorToolOutlined.tsx b/src/IconArrowSelectorToolOutlined.tsx index fdd749b10..1e82207a0 100644 --- a/src/IconArrowSelectorToolOutlined.tsx +++ b/src/IconArrowSelectorToolOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolOutlined: React.FC = ({ ...props }) => ( +export const IconArrowSelectorToolOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSelectorToolOutlined as default } diff --git a/src/IconArrowSelectorToolOutlinedFilled.tsx b/src/IconArrowSelectorToolOutlinedFilled.tsx index 14455e025..6f5cd71cd 100644 --- a/src/IconArrowSelectorToolOutlinedFilled.tsx +++ b/src/IconArrowSelectorToolOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolOutlinedFilled: React.FC = ({ +export const IconArrowSelectorToolOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowSelectorToolOutlinedFilled: React.FC = ({ ) - -export { IconArrowSelectorToolOutlinedFilled as default } diff --git a/src/IconArrowSelectorToolRounded.tsx b/src/IconArrowSelectorToolRounded.tsx index b151c02cb..a686f0118 100644 --- a/src/IconArrowSelectorToolRounded.tsx +++ b/src/IconArrowSelectorToolRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolRounded: React.FC = ({ ...props }) => ( +export const IconArrowSelectorToolRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSelectorToolRounded as default } diff --git a/src/IconArrowSelectorToolRoundedFilled.tsx b/src/IconArrowSelectorToolRoundedFilled.tsx index 8fb68b683..5feb45dbc 100644 --- a/src/IconArrowSelectorToolRoundedFilled.tsx +++ b/src/IconArrowSelectorToolRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolRoundedFilled: React.FC = ({ +export const IconArrowSelectorToolRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowSelectorToolRoundedFilled: React.FC = ({ ) - -export { IconArrowSelectorToolRoundedFilled as default } diff --git a/src/IconArrowSelectorToolSharp.tsx b/src/IconArrowSelectorToolSharp.tsx index 1a1c6f284..be98c08f1 100644 --- a/src/IconArrowSelectorToolSharp.tsx +++ b/src/IconArrowSelectorToolSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolSharp: React.FC = ({ ...props }) => ( +export const IconArrowSelectorToolSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSelectorToolSharp as default } diff --git a/src/IconArrowSelectorToolSharpFilled.tsx b/src/IconArrowSelectorToolSharpFilled.tsx index 21a9b9bd5..3baef313a 100644 --- a/src/IconArrowSelectorToolSharpFilled.tsx +++ b/src/IconArrowSelectorToolSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSelectorToolSharpFilled: React.FC = ({ +export const IconArrowSelectorToolSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowSelectorToolSharpFilled: React.FC = ({ ) - -export { IconArrowSelectorToolSharpFilled as default } diff --git a/src/IconArrowSplitOutlined.tsx b/src/IconArrowSplitOutlined.tsx index 365c7d6a2..773ab3584 100644 --- a/src/IconArrowSplitOutlined.tsx +++ b/src/IconArrowSplitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitOutlined: React.FC = ({ ...props }) => ( +export const IconArrowSplitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowSplitOutlined as default } diff --git a/src/IconArrowSplitOutlinedFilled.tsx b/src/IconArrowSplitOutlinedFilled.tsx index b7216a5d0..520352f22 100644 --- a/src/IconArrowSplitOutlinedFilled.tsx +++ b/src/IconArrowSplitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowSplitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSplitOutlinedFilled as default } diff --git a/src/IconArrowSplitRounded.tsx b/src/IconArrowSplitRounded.tsx index 413e26440..bdd422979 100644 --- a/src/IconArrowSplitRounded.tsx +++ b/src/IconArrowSplitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitRounded: React.FC = ({ ...props }) => ( +export const IconArrowSplitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowSplitRounded as default } diff --git a/src/IconArrowSplitRoundedFilled.tsx b/src/IconArrowSplitRoundedFilled.tsx index f3edc900b..ae700c25a 100644 --- a/src/IconArrowSplitRoundedFilled.tsx +++ b/src/IconArrowSplitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowSplitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSplitRoundedFilled as default } diff --git a/src/IconArrowSplitSharp.tsx b/src/IconArrowSplitSharp.tsx index 5715d10ee..15cb0082a 100644 --- a/src/IconArrowSplitSharp.tsx +++ b/src/IconArrowSplitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitSharp: React.FC = ({ ...props }) => ( +export const IconArrowSplitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowSplitSharp as default } diff --git a/src/IconArrowSplitSharpFilled.tsx b/src/IconArrowSplitSharpFilled.tsx index 7b1402a84..dff24c1bc 100644 --- a/src/IconArrowSplitSharpFilled.tsx +++ b/src/IconArrowSplitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowSplitSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowSplitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowSplitSharpFilled as default } diff --git a/src/IconArrowTopLeftOutlined.tsx b/src/IconArrowTopLeftOutlined.tsx index 0c72707df..d6b07ffb6 100644 --- a/src/IconArrowTopLeftOutlined.tsx +++ b/src/IconArrowTopLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftOutlined: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftOutlined as default } diff --git a/src/IconArrowTopLeftOutlinedFilled.tsx b/src/IconArrowTopLeftOutlinedFilled.tsx index 8048bbe6f..508022373 100644 --- a/src/IconArrowTopLeftOutlinedFilled.tsx +++ b/src/IconArrowTopLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftOutlinedFilled as default } diff --git a/src/IconArrowTopLeftRounded.tsx b/src/IconArrowTopLeftRounded.tsx index 19ba6a180..7b2898de0 100644 --- a/src/IconArrowTopLeftRounded.tsx +++ b/src/IconArrowTopLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftRounded: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftRounded as default } diff --git a/src/IconArrowTopLeftRoundedFilled.tsx b/src/IconArrowTopLeftRoundedFilled.tsx index 8453da865..c9a7bdf85 100644 --- a/src/IconArrowTopLeftRoundedFilled.tsx +++ b/src/IconArrowTopLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftRoundedFilled as default } diff --git a/src/IconArrowTopLeftSharp.tsx b/src/IconArrowTopLeftSharp.tsx index a0d86d672..98c84281c 100644 --- a/src/IconArrowTopLeftSharp.tsx +++ b/src/IconArrowTopLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftSharp: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftSharp as default } diff --git a/src/IconArrowTopLeftSharpFilled.tsx b/src/IconArrowTopLeftSharpFilled.tsx index 0a32b077a..b906f0bd4 100644 --- a/src/IconArrowTopLeftSharpFilled.tsx +++ b/src/IconArrowTopLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopLeftSharpFilled as default } diff --git a/src/IconArrowTopRightOutlined.tsx b/src/IconArrowTopRightOutlined.tsx index 90e7b47aa..5e208ef0d 100644 --- a/src/IconArrowTopRightOutlined.tsx +++ b/src/IconArrowTopRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightOutlined: React.FC = ({ ...props }) => ( +export const IconArrowTopRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightOutlined as default } diff --git a/src/IconArrowTopRightOutlinedFilled.tsx b/src/IconArrowTopRightOutlinedFilled.tsx index c860db3d6..b45a33de1 100644 --- a/src/IconArrowTopRightOutlinedFilled.tsx +++ b/src/IconArrowTopRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightOutlinedFilled as default } diff --git a/src/IconArrowTopRightRounded.tsx b/src/IconArrowTopRightRounded.tsx index 81f6d2678..9269e48d3 100644 --- a/src/IconArrowTopRightRounded.tsx +++ b/src/IconArrowTopRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightRounded: React.FC = ({ ...props }) => ( +export const IconArrowTopRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightRounded as default } diff --git a/src/IconArrowTopRightRoundedFilled.tsx b/src/IconArrowTopRightRoundedFilled.tsx index 2ff797759..5a971cba3 100644 --- a/src/IconArrowTopRightRoundedFilled.tsx +++ b/src/IconArrowTopRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightRoundedFilled as default } diff --git a/src/IconArrowTopRightSharp.tsx b/src/IconArrowTopRightSharp.tsx index 7ac9b917f..0b9c5650f 100644 --- a/src/IconArrowTopRightSharp.tsx +++ b/src/IconArrowTopRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightSharp: React.FC = ({ ...props }) => ( +export const IconArrowTopRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightSharp as default } diff --git a/src/IconArrowTopRightSharpFilled.tsx b/src/IconArrowTopRightSharpFilled.tsx index edbbf321c..5a7cd97ed 100644 --- a/src/IconArrowTopRightSharpFilled.tsx +++ b/src/IconArrowTopRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowTopRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowTopRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowTopRightSharpFilled as default } diff --git a/src/IconArrowUploadProgressOutlined.tsx b/src/IconArrowUploadProgressOutlined.tsx index 98d6acbc0..decad8daf 100644 --- a/src/IconArrowUploadProgressOutlined.tsx +++ b/src/IconArrowUploadProgressOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressOutlined: React.FC = ({ ...props }) => ( +export const IconArrowUploadProgressOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadProgressOutlined as default } diff --git a/src/IconArrowUploadProgressOutlinedFilled.tsx b/src/IconArrowUploadProgressOutlinedFilled.tsx index a1495eb4b..071656394 100644 --- a/src/IconArrowUploadProgressOutlinedFilled.tsx +++ b/src/IconArrowUploadProgressOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressOutlinedFilled: React.FC = ({ +export const IconArrowUploadProgressOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUploadProgressOutlinedFilled: React.FC = ({ ) - -export { IconArrowUploadProgressOutlinedFilled as default } diff --git a/src/IconArrowUploadProgressRounded.tsx b/src/IconArrowUploadProgressRounded.tsx index 77609701a..d5fc328cc 100644 --- a/src/IconArrowUploadProgressRounded.tsx +++ b/src/IconArrowUploadProgressRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressRounded: React.FC = ({ ...props }) => ( +export const IconArrowUploadProgressRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadProgressRounded as default } diff --git a/src/IconArrowUploadProgressRoundedFilled.tsx b/src/IconArrowUploadProgressRoundedFilled.tsx index 71aacc566..a9a765ab7 100644 --- a/src/IconArrowUploadProgressRoundedFilled.tsx +++ b/src/IconArrowUploadProgressRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressRoundedFilled: React.FC = ({ +export const IconArrowUploadProgressRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUploadProgressRoundedFilled: React.FC = ({ ) - -export { IconArrowUploadProgressRoundedFilled as default } diff --git a/src/IconArrowUploadProgressSharp.tsx b/src/IconArrowUploadProgressSharp.tsx index d47ef4215..ab6060ee1 100644 --- a/src/IconArrowUploadProgressSharp.tsx +++ b/src/IconArrowUploadProgressSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressSharp: React.FC = ({ ...props }) => ( +export const IconArrowUploadProgressSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadProgressSharp as default } diff --git a/src/IconArrowUploadProgressSharpFilled.tsx b/src/IconArrowUploadProgressSharpFilled.tsx index 194dd2e4e..e2fd7f136 100644 --- a/src/IconArrowUploadProgressSharpFilled.tsx +++ b/src/IconArrowUploadProgressSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadProgressSharpFilled: React.FC = ({ +export const IconArrowUploadProgressSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUploadProgressSharpFilled: React.FC = ({ ) - -export { IconArrowUploadProgressSharpFilled as default } diff --git a/src/IconArrowUploadReadyOutlined.tsx b/src/IconArrowUploadReadyOutlined.tsx index b5adb4fff..2ccc410bb 100644 --- a/src/IconArrowUploadReadyOutlined.tsx +++ b/src/IconArrowUploadReadyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadyOutlined: React.FC = ({ ...props }) => ( +export const IconArrowUploadReadyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadReadyOutlined as default } diff --git a/src/IconArrowUploadReadyOutlinedFilled.tsx b/src/IconArrowUploadReadyOutlinedFilled.tsx index fc9d08914..e542a341f 100644 --- a/src/IconArrowUploadReadyOutlinedFilled.tsx +++ b/src/IconArrowUploadReadyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadyOutlinedFilled: React.FC = ({ +export const IconArrowUploadReadyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUploadReadyOutlinedFilled: React.FC = ({ ) - -export { IconArrowUploadReadyOutlinedFilled as default } diff --git a/src/IconArrowUploadReadyRounded.tsx b/src/IconArrowUploadReadyRounded.tsx index 099a4ee9f..f6464c40c 100644 --- a/src/IconArrowUploadReadyRounded.tsx +++ b/src/IconArrowUploadReadyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadyRounded: React.FC = ({ ...props }) => ( +export const IconArrowUploadReadyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadReadyRounded as default } diff --git a/src/IconArrowUploadReadyRoundedFilled.tsx b/src/IconArrowUploadReadyRoundedFilled.tsx index fcfc166b1..dd6a4c893 100644 --- a/src/IconArrowUploadReadyRoundedFilled.tsx +++ b/src/IconArrowUploadReadyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadyRoundedFilled: React.FC = ({ +export const IconArrowUploadReadyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUploadReadyRoundedFilled: React.FC = ({ ) - -export { IconArrowUploadReadyRoundedFilled as default } diff --git a/src/IconArrowUploadReadySharp.tsx b/src/IconArrowUploadReadySharp.tsx index 07824177f..5b37c1377 100644 --- a/src/IconArrowUploadReadySharp.tsx +++ b/src/IconArrowUploadReadySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadySharp: React.FC = ({ ...props }) => ( +export const IconArrowUploadReadySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadReadySharp as default } diff --git a/src/IconArrowUploadReadySharpFilled.tsx b/src/IconArrowUploadReadySharpFilled.tsx index e9fccdbcf..ab99f0af1 100644 --- a/src/IconArrowUploadReadySharpFilled.tsx +++ b/src/IconArrowUploadReadySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUploadReadySharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowUploadReadySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUploadReadySharpFilled as default } diff --git a/src/IconArrowUpwardAltOutlined.tsx b/src/IconArrowUpwardAltOutlined.tsx index ae397b22d..fcbc8e819 100644 --- a/src/IconArrowUpwardAltOutlined.tsx +++ b/src/IconArrowUpwardAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltOutlined: React.FC = ({ ...props }) => ( +export const IconArrowUpwardAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardAltOutlined as default } diff --git a/src/IconArrowUpwardAltOutlinedFilled.tsx b/src/IconArrowUpwardAltOutlinedFilled.tsx index e3192a682..5f6865671 100644 --- a/src/IconArrowUpwardAltOutlinedFilled.tsx +++ b/src/IconArrowUpwardAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltOutlinedFilled: React.FC = ({ +export const IconArrowUpwardAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowUpwardAltOutlinedFilled: React.FC = ({ ) - -export { IconArrowUpwardAltOutlinedFilled as default } diff --git a/src/IconArrowUpwardAltRounded.tsx b/src/IconArrowUpwardAltRounded.tsx index b1c501f38..ffe7926ca 100644 --- a/src/IconArrowUpwardAltRounded.tsx +++ b/src/IconArrowUpwardAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltRounded: React.FC = ({ ...props }) => ( +export const IconArrowUpwardAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardAltRounded as default } diff --git a/src/IconArrowUpwardAltRoundedFilled.tsx b/src/IconArrowUpwardAltRoundedFilled.tsx index ea237d3e5..f4b741218 100644 --- a/src/IconArrowUpwardAltRoundedFilled.tsx +++ b/src/IconArrowUpwardAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowUpwardAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardAltRoundedFilled as default } diff --git a/src/IconArrowUpwardAltSharp.tsx b/src/IconArrowUpwardAltSharp.tsx index 285082954..b566ba047 100644 --- a/src/IconArrowUpwardAltSharp.tsx +++ b/src/IconArrowUpwardAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltSharp: React.FC = ({ ...props }) => ( +export const IconArrowUpwardAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardAltSharp as default } diff --git a/src/IconArrowUpwardAltSharpFilled.tsx b/src/IconArrowUpwardAltSharpFilled.tsx index c546b6cb8..b68b88406 100644 --- a/src/IconArrowUpwardAltSharpFilled.tsx +++ b/src/IconArrowUpwardAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowUpwardAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardAltSharpFilled as default } diff --git a/src/IconArrowUpwardOutlined.tsx b/src/IconArrowUpwardOutlined.tsx index 3fdeb94fb..bc68917cc 100644 --- a/src/IconArrowUpwardOutlined.tsx +++ b/src/IconArrowUpwardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardOutlined: React.FC = ({ ...props }) => ( +export const IconArrowUpwardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardOutlined as default } diff --git a/src/IconArrowUpwardOutlinedFilled.tsx b/src/IconArrowUpwardOutlinedFilled.tsx index c319bec6a..267be17db 100644 --- a/src/IconArrowUpwardOutlinedFilled.tsx +++ b/src/IconArrowUpwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowUpwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardOutlinedFilled as default } diff --git a/src/IconArrowUpwardRounded.tsx b/src/IconArrowUpwardRounded.tsx index 7230ffee1..939bb06b6 100644 --- a/src/IconArrowUpwardRounded.tsx +++ b/src/IconArrowUpwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardRounded: React.FC = ({ ...props }) => ( +export const IconArrowUpwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardRounded as default } diff --git a/src/IconArrowUpwardRoundedFilled.tsx b/src/IconArrowUpwardRoundedFilled.tsx index 7b23a8920..d7c56183f 100644 --- a/src/IconArrowUpwardRoundedFilled.tsx +++ b/src/IconArrowUpwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowUpwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardRoundedFilled as default } diff --git a/src/IconArrowUpwardSharp.tsx b/src/IconArrowUpwardSharp.tsx index ce6f0370e..796196034 100644 --- a/src/IconArrowUpwardSharp.tsx +++ b/src/IconArrowUpwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardSharp: React.FC = ({ ...props }) => ( +export const IconArrowUpwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardSharp as default } diff --git a/src/IconArrowUpwardSharpFilled.tsx b/src/IconArrowUpwardSharpFilled.tsx index 9136c1031..3ac082a68 100644 --- a/src/IconArrowUpwardSharpFilled.tsx +++ b/src/IconArrowUpwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowUpwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowUpwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowUpwardSharpFilled as default } diff --git a/src/IconArrowWarmUpOutlined.tsx b/src/IconArrowWarmUpOutlined.tsx index 6dd4381e7..1a7d002d2 100644 --- a/src/IconArrowWarmUpOutlined.tsx +++ b/src/IconArrowWarmUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpOutlined: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpOutlined as default } diff --git a/src/IconArrowWarmUpOutlinedFilled.tsx b/src/IconArrowWarmUpOutlinedFilled.tsx index c3783f7cc..85f64acf6 100644 --- a/src/IconArrowWarmUpOutlinedFilled.tsx +++ b/src/IconArrowWarmUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpOutlinedFilled as default } diff --git a/src/IconArrowWarmUpRounded.tsx b/src/IconArrowWarmUpRounded.tsx index 5800bf8f7..3a47d78c6 100644 --- a/src/IconArrowWarmUpRounded.tsx +++ b/src/IconArrowWarmUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpRounded: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpRounded as default } diff --git a/src/IconArrowWarmUpRoundedFilled.tsx b/src/IconArrowWarmUpRoundedFilled.tsx index a2e37aa14..feafe0283 100644 --- a/src/IconArrowWarmUpRoundedFilled.tsx +++ b/src/IconArrowWarmUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpRoundedFilled as default } diff --git a/src/IconArrowWarmUpSharp.tsx b/src/IconArrowWarmUpSharp.tsx index 986132608..3d4ec28fa 100644 --- a/src/IconArrowWarmUpSharp.tsx +++ b/src/IconArrowWarmUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpSharp: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpSharp as default } diff --git a/src/IconArrowWarmUpSharpFilled.tsx b/src/IconArrowWarmUpSharpFilled.tsx index db406e159..de2cee142 100644 --- a/src/IconArrowWarmUpSharpFilled.tsx +++ b/src/IconArrowWarmUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowWarmUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowWarmUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowWarmUpSharpFilled as default } diff --git a/src/IconArrowsMoreDownOutlined.tsx b/src/IconArrowsMoreDownOutlined.tsx index 977903c89..10e189c33 100644 --- a/src/IconArrowsMoreDownOutlined.tsx +++ b/src/IconArrowsMoreDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownOutlined: React.FC = ({ ...props }) => ( +export const IconArrowsMoreDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreDownOutlined as default } diff --git a/src/IconArrowsMoreDownOutlinedFilled.tsx b/src/IconArrowsMoreDownOutlinedFilled.tsx index 30e80259e..3755a5ac2 100644 --- a/src/IconArrowsMoreDownOutlinedFilled.tsx +++ b/src/IconArrowsMoreDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownOutlinedFilled: React.FC = ({ +export const IconArrowsMoreDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArrowsMoreDownOutlinedFilled: React.FC = ({ ) - -export { IconArrowsMoreDownOutlinedFilled as default } diff --git a/src/IconArrowsMoreDownRounded.tsx b/src/IconArrowsMoreDownRounded.tsx index 40e6fc997..fab198fa0 100644 --- a/src/IconArrowsMoreDownRounded.tsx +++ b/src/IconArrowsMoreDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownRounded: React.FC = ({ ...props }) => ( +export const IconArrowsMoreDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreDownRounded as default } diff --git a/src/IconArrowsMoreDownRoundedFilled.tsx b/src/IconArrowsMoreDownRoundedFilled.tsx index 1f2475b4d..95bd19890 100644 --- a/src/IconArrowsMoreDownRoundedFilled.tsx +++ b/src/IconArrowsMoreDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowsMoreDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreDownRoundedFilled as default } diff --git a/src/IconArrowsMoreDownSharp.tsx b/src/IconArrowsMoreDownSharp.tsx index 713097c7c..61f1cec3c 100644 --- a/src/IconArrowsMoreDownSharp.tsx +++ b/src/IconArrowsMoreDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownSharp: React.FC = ({ ...props }) => ( +export const IconArrowsMoreDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreDownSharp as default } diff --git a/src/IconArrowsMoreDownSharpFilled.tsx b/src/IconArrowsMoreDownSharpFilled.tsx index de2b31d58..23abe1cc9 100644 --- a/src/IconArrowsMoreDownSharpFilled.tsx +++ b/src/IconArrowsMoreDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowsMoreDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreDownSharpFilled as default } diff --git a/src/IconArrowsMoreUpOutlined.tsx b/src/IconArrowsMoreUpOutlined.tsx index 0a5bd83cd..3d2753448 100644 --- a/src/IconArrowsMoreUpOutlined.tsx +++ b/src/IconArrowsMoreUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpOutlined: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpOutlined as default } diff --git a/src/IconArrowsMoreUpOutlinedFilled.tsx b/src/IconArrowsMoreUpOutlinedFilled.tsx index 024529d93..ef86b6e03 100644 --- a/src/IconArrowsMoreUpOutlinedFilled.tsx +++ b/src/IconArrowsMoreUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpOutlinedFilled as default } diff --git a/src/IconArrowsMoreUpRounded.tsx b/src/IconArrowsMoreUpRounded.tsx index 71eef99b8..47a71ce22 100644 --- a/src/IconArrowsMoreUpRounded.tsx +++ b/src/IconArrowsMoreUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpRounded: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpRounded as default } diff --git a/src/IconArrowsMoreUpRoundedFilled.tsx b/src/IconArrowsMoreUpRoundedFilled.tsx index 5ed8db676..2dcb0e270 100644 --- a/src/IconArrowsMoreUpRoundedFilled.tsx +++ b/src/IconArrowsMoreUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpRoundedFilled as default } diff --git a/src/IconArrowsMoreUpSharp.tsx b/src/IconArrowsMoreUpSharp.tsx index eaefd4351..4eb82acef 100644 --- a/src/IconArrowsMoreUpSharp.tsx +++ b/src/IconArrowsMoreUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpSharp: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpSharp as default } diff --git a/src/IconArrowsMoreUpSharpFilled.tsx b/src/IconArrowsMoreUpSharpFilled.tsx index 3a0680a20..3067a102a 100644 --- a/src/IconArrowsMoreUpSharpFilled.tsx +++ b/src/IconArrowsMoreUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsMoreUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowsMoreUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsMoreUpSharpFilled as default } diff --git a/src/IconArrowsOutwardOutlined.tsx b/src/IconArrowsOutwardOutlined.tsx index 5e374454c..13613dae1 100644 --- a/src/IconArrowsOutwardOutlined.tsx +++ b/src/IconArrowsOutwardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardOutlined: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardOutlined as default } diff --git a/src/IconArrowsOutwardOutlinedFilled.tsx b/src/IconArrowsOutwardOutlinedFilled.tsx index ba549b217..38b3e92d9 100644 --- a/src/IconArrowsOutwardOutlinedFilled.tsx +++ b/src/IconArrowsOutwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardOutlinedFilled as default } diff --git a/src/IconArrowsOutwardRounded.tsx b/src/IconArrowsOutwardRounded.tsx index bfc6f3ba7..969f0098a 100644 --- a/src/IconArrowsOutwardRounded.tsx +++ b/src/IconArrowsOutwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardRounded: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardRounded as default } diff --git a/src/IconArrowsOutwardRoundedFilled.tsx b/src/IconArrowsOutwardRoundedFilled.tsx index 33f227aae..1ece2bed4 100644 --- a/src/IconArrowsOutwardRoundedFilled.tsx +++ b/src/IconArrowsOutwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardRoundedFilled as default } diff --git a/src/IconArrowsOutwardSharp.tsx b/src/IconArrowsOutwardSharp.tsx index 10a86f37f..a5c56011f 100644 --- a/src/IconArrowsOutwardSharp.tsx +++ b/src/IconArrowsOutwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardSharp: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardSharp as default } diff --git a/src/IconArrowsOutwardSharpFilled.tsx b/src/IconArrowsOutwardSharpFilled.tsx index 85cf30aa2..2ae9a4b62 100644 --- a/src/IconArrowsOutwardSharpFilled.tsx +++ b/src/IconArrowsOutwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArrowsOutwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconArrowsOutwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArrowsOutwardSharpFilled as default } diff --git a/src/IconArtTrackOutlined.tsx b/src/IconArtTrackOutlined.tsx index 42b7caab1..194d8c6b4 100644 --- a/src/IconArtTrackOutlined.tsx +++ b/src/IconArtTrackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackOutlined: React.FC = ({ ...props }) => ( +export const IconArtTrackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtTrackOutlined as default } diff --git a/src/IconArtTrackOutlinedFilled.tsx b/src/IconArtTrackOutlinedFilled.tsx index d38199210..da8c1a4ff 100644 --- a/src/IconArtTrackOutlinedFilled.tsx +++ b/src/IconArtTrackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArtTrackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArtTrackOutlinedFilled as default } diff --git a/src/IconArtTrackRounded.tsx b/src/IconArtTrackRounded.tsx index 0647e1ccf..d6e500f97 100644 --- a/src/IconArtTrackRounded.tsx +++ b/src/IconArtTrackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackRounded: React.FC = ({ ...props }) => ( +export const IconArtTrackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtTrackRounded as default } diff --git a/src/IconArtTrackRoundedFilled.tsx b/src/IconArtTrackRoundedFilled.tsx index 56ef1e873..9c4e701a1 100644 --- a/src/IconArtTrackRoundedFilled.tsx +++ b/src/IconArtTrackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArtTrackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArtTrackRoundedFilled as default } diff --git a/src/IconArtTrackSharp.tsx b/src/IconArtTrackSharp.tsx index f1e937fe2..caa6a96a6 100644 --- a/src/IconArtTrackSharp.tsx +++ b/src/IconArtTrackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackSharp: React.FC = ({ ...props }) => ( +export const IconArtTrackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtTrackSharp as default } diff --git a/src/IconArtTrackSharpFilled.tsx b/src/IconArtTrackSharpFilled.tsx index dd60cbb48..9bd5307b0 100644 --- a/src/IconArtTrackSharpFilled.tsx +++ b/src/IconArtTrackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtTrackSharpFilled: React.FC = ({ ...props }) => ( +export const IconArtTrackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtTrackSharpFilled as default } diff --git a/src/IconArticleOutlined.tsx b/src/IconArticleOutlined.tsx index 07c5bf299..ec54195fd 100644 --- a/src/IconArticleOutlined.tsx +++ b/src/IconArticleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleOutlined: React.FC = ({ ...props }) => ( +export const IconArticleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleOutlined as default } diff --git a/src/IconArticleOutlinedFilled.tsx b/src/IconArticleOutlinedFilled.tsx index 291890464..872e4958b 100644 --- a/src/IconArticleOutlinedFilled.tsx +++ b/src/IconArticleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArticleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArticleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArticleOutlinedFilled as default } diff --git a/src/IconArticleRounded.tsx b/src/IconArticleRounded.tsx index d38cfd851..603e72c68 100644 --- a/src/IconArticleRounded.tsx +++ b/src/IconArticleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleRounded: React.FC = ({ ...props }) => ( +export const IconArticleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleRounded as default } diff --git a/src/IconArticleRoundedFilled.tsx b/src/IconArticleRoundedFilled.tsx index 1df21856b..570cc3b26 100644 --- a/src/IconArticleRoundedFilled.tsx +++ b/src/IconArticleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArticleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleRoundedFilled as default } diff --git a/src/IconArticleSharp.tsx b/src/IconArticleSharp.tsx index c664d62f7..ef60fb6c1 100644 --- a/src/IconArticleSharp.tsx +++ b/src/IconArticleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleSharp: React.FC = ({ ...props }) => ( +export const IconArticleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleSharp as default } diff --git a/src/IconArticleSharpFilled.tsx b/src/IconArticleSharpFilled.tsx index 8b026d8bd..0b37ea1cc 100644 --- a/src/IconArticleSharpFilled.tsx +++ b/src/IconArticleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleSharpFilled: React.FC = ({ ...props }) => ( +export const IconArticleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleSharpFilled as default } diff --git a/src/IconArticleShortcutOutlined.tsx b/src/IconArticleShortcutOutlined.tsx index c1b8f562e..ac84c6a9e 100644 --- a/src/IconArticleShortcutOutlined.tsx +++ b/src/IconArticleShortcutOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutOutlined: React.FC = ({ ...props }) => ( +export const IconArticleShortcutOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArticleShortcutOutlined as default } diff --git a/src/IconArticleShortcutOutlinedFilled.tsx b/src/IconArticleShortcutOutlinedFilled.tsx index f81d57261..eddbf5e02 100644 --- a/src/IconArticleShortcutOutlinedFilled.tsx +++ b/src/IconArticleShortcutOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutOutlinedFilled: React.FC = ({ +export const IconArticleShortcutOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArticleShortcutOutlinedFilled: React.FC = ({ ) - -export { IconArticleShortcutOutlinedFilled as default } diff --git a/src/IconArticleShortcutRounded.tsx b/src/IconArticleShortcutRounded.tsx index 65e2b2175..fec0d99dd 100644 --- a/src/IconArticleShortcutRounded.tsx +++ b/src/IconArticleShortcutRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutRounded: React.FC = ({ ...props }) => ( +export const IconArticleShortcutRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArticleShortcutRounded as default } diff --git a/src/IconArticleShortcutRoundedFilled.tsx b/src/IconArticleShortcutRoundedFilled.tsx index b04f362e3..e32921e5c 100644 --- a/src/IconArticleShortcutRoundedFilled.tsx +++ b/src/IconArticleShortcutRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutRoundedFilled: React.FC = ({ +export const IconArticleShortcutRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconArticleShortcutRoundedFilled: React.FC = ({ ) - -export { IconArticleShortcutRoundedFilled as default } diff --git a/src/IconArticleShortcutSharp.tsx b/src/IconArticleShortcutSharp.tsx index cbe393077..dd67ff46a 100644 --- a/src/IconArticleShortcutSharp.tsx +++ b/src/IconArticleShortcutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutSharp: React.FC = ({ ...props }) => ( +export const IconArticleShortcutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArticleShortcutSharp as default } diff --git a/src/IconArticleShortcutSharpFilled.tsx b/src/IconArticleShortcutSharpFilled.tsx index faeb897e5..90739dce6 100644 --- a/src/IconArticleShortcutSharpFilled.tsx +++ b/src/IconArticleShortcutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconArticleShortcutSharpFilled: React.FC = ({ ...props }) => ( +export const IconArticleShortcutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconArticleShortcutSharpFilled as default } diff --git a/src/IconArtistOutlined.tsx b/src/IconArtistOutlined.tsx index ab898b7f8..4428cbc32 100644 --- a/src/IconArtistOutlined.tsx +++ b/src/IconArtistOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistOutlined: React.FC = ({ ...props }) => ( +export const IconArtistOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistOutlined as default } diff --git a/src/IconArtistOutlinedFilled.tsx b/src/IconArtistOutlinedFilled.tsx index 4d4264b31..3c1392c21 100644 --- a/src/IconArtistOutlinedFilled.tsx +++ b/src/IconArtistOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconArtistOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistOutlinedFilled as default } diff --git a/src/IconArtistRounded.tsx b/src/IconArtistRounded.tsx index 1f56ab8bd..bdf3f10c7 100644 --- a/src/IconArtistRounded.tsx +++ b/src/IconArtistRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistRounded: React.FC = ({ ...props }) => ( +export const IconArtistRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistRounded as default } diff --git a/src/IconArtistRoundedFilled.tsx b/src/IconArtistRoundedFilled.tsx index 255501a19..2e7785263 100644 --- a/src/IconArtistRoundedFilled.tsx +++ b/src/IconArtistRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistRoundedFilled: React.FC = ({ ...props }) => ( +export const IconArtistRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistRoundedFilled as default } diff --git a/src/IconArtistSharp.tsx b/src/IconArtistSharp.tsx index 878c6c362..2e160f43b 100644 --- a/src/IconArtistSharp.tsx +++ b/src/IconArtistSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistSharp: React.FC = ({ ...props }) => ( +export const IconArtistSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistSharp as default } diff --git a/src/IconArtistSharpFilled.tsx b/src/IconArtistSharpFilled.tsx index 4e4ed3adb..4e73d8a20 100644 --- a/src/IconArtistSharpFilled.tsx +++ b/src/IconArtistSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconArtistSharpFilled: React.FC = ({ ...props }) => ( +export const IconArtistSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconArtistSharpFilled as default } diff --git a/src/IconAspectRatioOutlined.tsx b/src/IconAspectRatioOutlined.tsx index 3c877404a..eb69671c5 100644 --- a/src/IconAspectRatioOutlined.tsx +++ b/src/IconAspectRatioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioOutlined: React.FC = ({ ...props }) => ( +export const IconAspectRatioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAspectRatioOutlined as default } diff --git a/src/IconAspectRatioOutlinedFilled.tsx b/src/IconAspectRatioOutlinedFilled.tsx index 7beece997..10ca62e53 100644 --- a/src/IconAspectRatioOutlinedFilled.tsx +++ b/src/IconAspectRatioOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAspectRatioOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAspectRatioOutlinedFilled as default } diff --git a/src/IconAspectRatioRounded.tsx b/src/IconAspectRatioRounded.tsx index 97f0b5846..2a0d792e0 100644 --- a/src/IconAspectRatioRounded.tsx +++ b/src/IconAspectRatioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioRounded: React.FC = ({ ...props }) => ( +export const IconAspectRatioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAspectRatioRounded as default } diff --git a/src/IconAspectRatioRoundedFilled.tsx b/src/IconAspectRatioRoundedFilled.tsx index ad76b5553..ee71a1227 100644 --- a/src/IconAspectRatioRoundedFilled.tsx +++ b/src/IconAspectRatioRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAspectRatioRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAspectRatioRoundedFilled as default } diff --git a/src/IconAspectRatioSharp.tsx b/src/IconAspectRatioSharp.tsx index 1a9a3e734..ac9c4f025 100644 --- a/src/IconAspectRatioSharp.tsx +++ b/src/IconAspectRatioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioSharp: React.FC = ({ ...props }) => ( +export const IconAspectRatioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAspectRatioSharp as default } diff --git a/src/IconAspectRatioSharpFilled.tsx b/src/IconAspectRatioSharpFilled.tsx index 8ebc666ed..c7bc93531 100644 --- a/src/IconAspectRatioSharpFilled.tsx +++ b/src/IconAspectRatioSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAspectRatioSharpFilled: React.FC = ({ ...props }) => ( +export const IconAspectRatioSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAspectRatioSharpFilled as default } diff --git a/src/IconAssignmentAddOutlined.tsx b/src/IconAssignmentAddOutlined.tsx index 7d52ac7e4..1e50c03b6 100644 --- a/src/IconAssignmentAddOutlined.tsx +++ b/src/IconAssignmentAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddOutlined as default } diff --git a/src/IconAssignmentAddOutlinedFilled.tsx b/src/IconAssignmentAddOutlinedFilled.tsx index c44fc5614..d1655fba0 100644 --- a/src/IconAssignmentAddOutlinedFilled.tsx +++ b/src/IconAssignmentAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddOutlinedFilled as default } diff --git a/src/IconAssignmentAddRounded.tsx b/src/IconAssignmentAddRounded.tsx index 60fd3a6a8..55447d863 100644 --- a/src/IconAssignmentAddRounded.tsx +++ b/src/IconAssignmentAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddRounded as default } diff --git a/src/IconAssignmentAddRoundedFilled.tsx b/src/IconAssignmentAddRoundedFilled.tsx index 8102b4ebb..c34dea681 100644 --- a/src/IconAssignmentAddRoundedFilled.tsx +++ b/src/IconAssignmentAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddRoundedFilled as default } diff --git a/src/IconAssignmentAddSharp.tsx b/src/IconAssignmentAddSharp.tsx index ce1b95244..95d3e8778 100644 --- a/src/IconAssignmentAddSharp.tsx +++ b/src/IconAssignmentAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddSharp as default } diff --git a/src/IconAssignmentAddSharpFilled.tsx b/src/IconAssignmentAddSharpFilled.tsx index 21629240f..cc453e501 100644 --- a/src/IconAssignmentAddSharpFilled.tsx +++ b/src/IconAssignmentAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentAddSharpFilled as default } diff --git a/src/IconAssignmentIndOutlined.tsx b/src/IconAssignmentIndOutlined.tsx index d0da87744..dd3076849 100644 --- a/src/IconAssignmentIndOutlined.tsx +++ b/src/IconAssignmentIndOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentIndOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndOutlined as default } diff --git a/src/IconAssignmentIndOutlinedFilled.tsx b/src/IconAssignmentIndOutlinedFilled.tsx index 6233730ae..bf06122f3 100644 --- a/src/IconAssignmentIndOutlinedFilled.tsx +++ b/src/IconAssignmentIndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentIndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndOutlinedFilled as default } diff --git a/src/IconAssignmentIndRounded.tsx b/src/IconAssignmentIndRounded.tsx index 3318957e1..e06d4efe3 100644 --- a/src/IconAssignmentIndRounded.tsx +++ b/src/IconAssignmentIndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentIndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndRounded as default } diff --git a/src/IconAssignmentIndRoundedFilled.tsx b/src/IconAssignmentIndRoundedFilled.tsx index e95d5f199..61b0d55e1 100644 --- a/src/IconAssignmentIndRoundedFilled.tsx +++ b/src/IconAssignmentIndRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentIndRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndRoundedFilled as default } diff --git a/src/IconAssignmentIndSharp.tsx b/src/IconAssignmentIndSharp.tsx index 73563ec6b..07a217e5d 100644 --- a/src/IconAssignmentIndSharp.tsx +++ b/src/IconAssignmentIndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentIndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndSharp as default } diff --git a/src/IconAssignmentIndSharpFilled.tsx b/src/IconAssignmentIndSharpFilled.tsx index 13a15d1e9..9ae41403f 100644 --- a/src/IconAssignmentIndSharpFilled.tsx +++ b/src/IconAssignmentIndSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentIndSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentIndSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentIndSharpFilled as default } diff --git a/src/IconAssignmentLateOutlined.tsx b/src/IconAssignmentLateOutlined.tsx index 2cc07d4b0..efc6a3caf 100644 --- a/src/IconAssignmentLateOutlined.tsx +++ b/src/IconAssignmentLateOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentLateOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentLateOutlined as default } diff --git a/src/IconAssignmentLateOutlinedFilled.tsx b/src/IconAssignmentLateOutlinedFilled.tsx index 0614c01e4..5f051790b 100644 --- a/src/IconAssignmentLateOutlinedFilled.tsx +++ b/src/IconAssignmentLateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateOutlinedFilled: React.FC = ({ +export const IconAssignmentLateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentLateOutlinedFilled: React.FC = ({ ) - -export { IconAssignmentLateOutlinedFilled as default } diff --git a/src/IconAssignmentLateRounded.tsx b/src/IconAssignmentLateRounded.tsx index 878a87396..8faf28dc3 100644 --- a/src/IconAssignmentLateRounded.tsx +++ b/src/IconAssignmentLateRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentLateRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentLateRounded as default } diff --git a/src/IconAssignmentLateRoundedFilled.tsx b/src/IconAssignmentLateRoundedFilled.tsx index 2243e171f..7d360cbf7 100644 --- a/src/IconAssignmentLateRoundedFilled.tsx +++ b/src/IconAssignmentLateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentLateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentLateRoundedFilled as default } diff --git a/src/IconAssignmentLateSharp.tsx b/src/IconAssignmentLateSharp.tsx index 51b930f85..a18ced827 100644 --- a/src/IconAssignmentLateSharp.tsx +++ b/src/IconAssignmentLateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentLateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentLateSharp as default } diff --git a/src/IconAssignmentLateSharpFilled.tsx b/src/IconAssignmentLateSharpFilled.tsx index c250f3b91..77f171bc1 100644 --- a/src/IconAssignmentLateSharpFilled.tsx +++ b/src/IconAssignmentLateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentLateSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentLateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentLateSharpFilled as default } diff --git a/src/IconAssignmentOutlined.tsx b/src/IconAssignmentOutlined.tsx index ff2b4c8e8..a44ac9de8 100644 --- a/src/IconAssignmentOutlined.tsx +++ b/src/IconAssignmentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentOutlined as default } diff --git a/src/IconAssignmentOutlinedFilled.tsx b/src/IconAssignmentOutlinedFilled.tsx index a0085c699..ac5f1e060 100644 --- a/src/IconAssignmentOutlinedFilled.tsx +++ b/src/IconAssignmentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentOutlinedFilled as default } diff --git a/src/IconAssignmentReturnOutlined.tsx b/src/IconAssignmentReturnOutlined.tsx index d4e50b82f..ca85779b7 100644 --- a/src/IconAssignmentReturnOutlined.tsx +++ b/src/IconAssignmentReturnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnOutlined as default } diff --git a/src/IconAssignmentReturnOutlinedFilled.tsx b/src/IconAssignmentReturnOutlinedFilled.tsx index 0b39125b8..f64c4b067 100644 --- a/src/IconAssignmentReturnOutlinedFilled.tsx +++ b/src/IconAssignmentReturnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnOutlinedFilled: React.FC = ({ +export const IconAssignmentReturnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentReturnOutlinedFilled: React.FC = ({ ) - -export { IconAssignmentReturnOutlinedFilled as default } diff --git a/src/IconAssignmentReturnRounded.tsx b/src/IconAssignmentReturnRounded.tsx index b2f5fbf53..75eaa7891 100644 --- a/src/IconAssignmentReturnRounded.tsx +++ b/src/IconAssignmentReturnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnRounded as default } diff --git a/src/IconAssignmentReturnRoundedFilled.tsx b/src/IconAssignmentReturnRoundedFilled.tsx index 32d580318..2f9b5241a 100644 --- a/src/IconAssignmentReturnRoundedFilled.tsx +++ b/src/IconAssignmentReturnRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnRoundedFilled: React.FC = ({ +export const IconAssignmentReturnRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentReturnRoundedFilled: React.FC = ({ ) - -export { IconAssignmentReturnRoundedFilled as default } diff --git a/src/IconAssignmentReturnSharp.tsx b/src/IconAssignmentReturnSharp.tsx index ac9d66963..f4408ce01 100644 --- a/src/IconAssignmentReturnSharp.tsx +++ b/src/IconAssignmentReturnSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnSharp as default } diff --git a/src/IconAssignmentReturnSharpFilled.tsx b/src/IconAssignmentReturnSharpFilled.tsx index 6747a6ad7..2b6e777ab 100644 --- a/src/IconAssignmentReturnSharpFilled.tsx +++ b/src/IconAssignmentReturnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnSharpFilled as default } diff --git a/src/IconAssignmentReturnedOutlined.tsx b/src/IconAssignmentReturnedOutlined.tsx index d42be25b0..51934c39a 100644 --- a/src/IconAssignmentReturnedOutlined.tsx +++ b/src/IconAssignmentReturnedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnedOutlined as default } diff --git a/src/IconAssignmentReturnedOutlinedFilled.tsx b/src/IconAssignmentReturnedOutlinedFilled.tsx index e909b3110..23699b652 100644 --- a/src/IconAssignmentReturnedOutlinedFilled.tsx +++ b/src/IconAssignmentReturnedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedOutlinedFilled: React.FC = ({ +export const IconAssignmentReturnedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentReturnedOutlinedFilled: React.FC = ({ ) - -export { IconAssignmentReturnedOutlinedFilled as default } diff --git a/src/IconAssignmentReturnedRounded.tsx b/src/IconAssignmentReturnedRounded.tsx index 3a4e27104..bfc9cccee 100644 --- a/src/IconAssignmentReturnedRounded.tsx +++ b/src/IconAssignmentReturnedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnedRounded as default } diff --git a/src/IconAssignmentReturnedRoundedFilled.tsx b/src/IconAssignmentReturnedRoundedFilled.tsx index 7bf45b8ea..83dc1e19b 100644 --- a/src/IconAssignmentReturnedRoundedFilled.tsx +++ b/src/IconAssignmentReturnedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedRoundedFilled: React.FC = ({ +export const IconAssignmentReturnedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentReturnedRoundedFilled: React.FC = ({ ) - -export { IconAssignmentReturnedRoundedFilled as default } diff --git a/src/IconAssignmentReturnedSharp.tsx b/src/IconAssignmentReturnedSharp.tsx index 48a1a84e6..56f05af50 100644 --- a/src/IconAssignmentReturnedSharp.tsx +++ b/src/IconAssignmentReturnedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentReturnedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentReturnedSharp as default } diff --git a/src/IconAssignmentReturnedSharpFilled.tsx b/src/IconAssignmentReturnedSharpFilled.tsx index c03874f6a..6f30d366b 100644 --- a/src/IconAssignmentReturnedSharpFilled.tsx +++ b/src/IconAssignmentReturnedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentReturnedSharpFilled: React.FC = ({ +export const IconAssignmentReturnedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentReturnedSharpFilled: React.FC = ({ ) - -export { IconAssignmentReturnedSharpFilled as default } diff --git a/src/IconAssignmentRounded.tsx b/src/IconAssignmentRounded.tsx index 33724e254..377e001be 100644 --- a/src/IconAssignmentRounded.tsx +++ b/src/IconAssignmentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentRounded as default } diff --git a/src/IconAssignmentRoundedFilled.tsx b/src/IconAssignmentRoundedFilled.tsx index f0108a58e..625ae34fd 100644 --- a/src/IconAssignmentRoundedFilled.tsx +++ b/src/IconAssignmentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentRoundedFilled as default } diff --git a/src/IconAssignmentSharp.tsx b/src/IconAssignmentSharp.tsx index 68299da41..b6800d863 100644 --- a/src/IconAssignmentSharp.tsx +++ b/src/IconAssignmentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssignmentSharp as default } diff --git a/src/IconAssignmentSharpFilled.tsx b/src/IconAssignmentSharpFilled.tsx index 729345dab..3bce44aa7 100644 --- a/src/IconAssignmentSharpFilled.tsx +++ b/src/IconAssignmentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssignmentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentSharpFilled as default } diff --git a/src/IconAssignmentTurnedInOutlined.tsx b/src/IconAssignmentTurnedInOutlined.tsx index 9668e0db9..b7f49076f 100644 --- a/src/IconAssignmentTurnedInOutlined.tsx +++ b/src/IconAssignmentTurnedInOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInOutlined: React.FC = ({ ...props }) => ( +export const IconAssignmentTurnedInOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentTurnedInOutlined as default } diff --git a/src/IconAssignmentTurnedInOutlinedFilled.tsx b/src/IconAssignmentTurnedInOutlinedFilled.tsx index 5cb18454d..2b0a4642e 100644 --- a/src/IconAssignmentTurnedInOutlinedFilled.tsx +++ b/src/IconAssignmentTurnedInOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInOutlinedFilled: React.FC = ({ +export const IconAssignmentTurnedInOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentTurnedInOutlinedFilled: React.FC = ({ ) - -export { IconAssignmentTurnedInOutlinedFilled as default } diff --git a/src/IconAssignmentTurnedInRounded.tsx b/src/IconAssignmentTurnedInRounded.tsx index dedc7ac7c..e6f99f37a 100644 --- a/src/IconAssignmentTurnedInRounded.tsx +++ b/src/IconAssignmentTurnedInRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInRounded: React.FC = ({ ...props }) => ( +export const IconAssignmentTurnedInRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentTurnedInRounded as default } diff --git a/src/IconAssignmentTurnedInRoundedFilled.tsx b/src/IconAssignmentTurnedInRoundedFilled.tsx index 78c307952..8dc6e0107 100644 --- a/src/IconAssignmentTurnedInRoundedFilled.tsx +++ b/src/IconAssignmentTurnedInRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInRoundedFilled: React.FC = ({ +export const IconAssignmentTurnedInRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentTurnedInRoundedFilled: React.FC = ({ ) - -export { IconAssignmentTurnedInRoundedFilled as default } diff --git a/src/IconAssignmentTurnedInSharp.tsx b/src/IconAssignmentTurnedInSharp.tsx index 041e6a31f..b47272f88 100644 --- a/src/IconAssignmentTurnedInSharp.tsx +++ b/src/IconAssignmentTurnedInSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInSharp: React.FC = ({ ...props }) => ( +export const IconAssignmentTurnedInSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssignmentTurnedInSharp as default } diff --git a/src/IconAssignmentTurnedInSharpFilled.tsx b/src/IconAssignmentTurnedInSharpFilled.tsx index 1f07b3887..b6f8d91dd 100644 --- a/src/IconAssignmentTurnedInSharpFilled.tsx +++ b/src/IconAssignmentTurnedInSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssignmentTurnedInSharpFilled: React.FC = ({ +export const IconAssignmentTurnedInSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssignmentTurnedInSharpFilled: React.FC = ({ ) - -export { IconAssignmentTurnedInSharpFilled as default } diff --git a/src/IconAssistWalkerOutlined.tsx b/src/IconAssistWalkerOutlined.tsx index adc58596b..1db551efe 100644 --- a/src/IconAssistWalkerOutlined.tsx +++ b/src/IconAssistWalkerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerOutlined: React.FC = ({ ...props }) => ( +export const IconAssistWalkerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerOutlined as default } diff --git a/src/IconAssistWalkerOutlinedFilled.tsx b/src/IconAssistWalkerOutlinedFilled.tsx index d005654e4..64fc54033 100644 --- a/src/IconAssistWalkerOutlinedFilled.tsx +++ b/src/IconAssistWalkerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAssistWalkerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerOutlinedFilled as default } diff --git a/src/IconAssistWalkerRounded.tsx b/src/IconAssistWalkerRounded.tsx index 85532e6b2..5af1cb1a6 100644 --- a/src/IconAssistWalkerRounded.tsx +++ b/src/IconAssistWalkerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerRounded: React.FC = ({ ...props }) => ( +export const IconAssistWalkerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerRounded as default } diff --git a/src/IconAssistWalkerRoundedFilled.tsx b/src/IconAssistWalkerRoundedFilled.tsx index 685cef711..84954dbfa 100644 --- a/src/IconAssistWalkerRoundedFilled.tsx +++ b/src/IconAssistWalkerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssistWalkerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerRoundedFilled as default } diff --git a/src/IconAssistWalkerSharp.tsx b/src/IconAssistWalkerSharp.tsx index 8799749b2..68d455df4 100644 --- a/src/IconAssistWalkerSharp.tsx +++ b/src/IconAssistWalkerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerSharp: React.FC = ({ ...props }) => ( +export const IconAssistWalkerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerSharp as default } diff --git a/src/IconAssistWalkerSharpFilled.tsx b/src/IconAssistWalkerSharpFilled.tsx index 4f92a60fa..e5dbff228 100644 --- a/src/IconAssistWalkerSharpFilled.tsx +++ b/src/IconAssistWalkerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistWalkerSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssistWalkerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistWalkerSharpFilled as default } diff --git a/src/IconAssistantDeviceOutlined.tsx b/src/IconAssistantDeviceOutlined.tsx index e0e881580..1750ef4e0 100644 --- a/src/IconAssistantDeviceOutlined.tsx +++ b/src/IconAssistantDeviceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconAssistantDeviceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDeviceOutlined as default } diff --git a/src/IconAssistantDeviceOutlinedFilled.tsx b/src/IconAssistantDeviceOutlinedFilled.tsx index 59dd84aa3..037794a33 100644 --- a/src/IconAssistantDeviceOutlinedFilled.tsx +++ b/src/IconAssistantDeviceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceOutlinedFilled: React.FC = ({ +export const IconAssistantDeviceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantDeviceOutlinedFilled: React.FC = ({ ) - -export { IconAssistantDeviceOutlinedFilled as default } diff --git a/src/IconAssistantDeviceRounded.tsx b/src/IconAssistantDeviceRounded.tsx index ba7e73d6c..f332624f5 100644 --- a/src/IconAssistantDeviceRounded.tsx +++ b/src/IconAssistantDeviceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceRounded: React.FC = ({ ...props }) => ( +export const IconAssistantDeviceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDeviceRounded as default } diff --git a/src/IconAssistantDeviceRoundedFilled.tsx b/src/IconAssistantDeviceRoundedFilled.tsx index d6a56cecd..757e903e2 100644 --- a/src/IconAssistantDeviceRoundedFilled.tsx +++ b/src/IconAssistantDeviceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceRoundedFilled: React.FC = ({ +export const IconAssistantDeviceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantDeviceRoundedFilled: React.FC = ({ ) - -export { IconAssistantDeviceRoundedFilled as default } diff --git a/src/IconAssistantDeviceSharp.tsx b/src/IconAssistantDeviceSharp.tsx index f4f3734c2..3801ee270 100644 --- a/src/IconAssistantDeviceSharp.tsx +++ b/src/IconAssistantDeviceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceSharp: React.FC = ({ ...props }) => ( +export const IconAssistantDeviceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssistantDeviceSharp as default } diff --git a/src/IconAssistantDeviceSharpFilled.tsx b/src/IconAssistantDeviceSharpFilled.tsx index edc38715e..13957ddf1 100644 --- a/src/IconAssistantDeviceSharpFilled.tsx +++ b/src/IconAssistantDeviceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDeviceSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssistantDeviceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDeviceSharpFilled as default } diff --git a/src/IconAssistantDirectionOutlined.tsx b/src/IconAssistantDirectionOutlined.tsx index 7bf4d5661..8ec296aa8 100644 --- a/src/IconAssistantDirectionOutlined.tsx +++ b/src/IconAssistantDirectionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionOutlined: React.FC = ({ ...props }) => ( +export const IconAssistantDirectionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDirectionOutlined as default } diff --git a/src/IconAssistantDirectionOutlinedFilled.tsx b/src/IconAssistantDirectionOutlinedFilled.tsx index 0caed6e44..d0528fbac 100644 --- a/src/IconAssistantDirectionOutlinedFilled.tsx +++ b/src/IconAssistantDirectionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionOutlinedFilled: React.FC = ({ +export const IconAssistantDirectionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantDirectionOutlinedFilled: React.FC = ({ ) - -export { IconAssistantDirectionOutlinedFilled as default } diff --git a/src/IconAssistantDirectionRounded.tsx b/src/IconAssistantDirectionRounded.tsx index 8748db064..866a7db12 100644 --- a/src/IconAssistantDirectionRounded.tsx +++ b/src/IconAssistantDirectionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionRounded: React.FC = ({ ...props }) => ( +export const IconAssistantDirectionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDirectionRounded as default } diff --git a/src/IconAssistantDirectionRoundedFilled.tsx b/src/IconAssistantDirectionRoundedFilled.tsx index ab4b2c446..c8082ceab 100644 --- a/src/IconAssistantDirectionRoundedFilled.tsx +++ b/src/IconAssistantDirectionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionRoundedFilled: React.FC = ({ +export const IconAssistantDirectionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantDirectionRoundedFilled: React.FC = ({ ) - -export { IconAssistantDirectionRoundedFilled as default } diff --git a/src/IconAssistantDirectionSharp.tsx b/src/IconAssistantDirectionSharp.tsx index 1fafe935c..45e95088e 100644 --- a/src/IconAssistantDirectionSharp.tsx +++ b/src/IconAssistantDirectionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionSharp: React.FC = ({ ...props }) => ( +export const IconAssistantDirectionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantDirectionSharp as default } diff --git a/src/IconAssistantDirectionSharpFilled.tsx b/src/IconAssistantDirectionSharpFilled.tsx index 64903223b..18dd05c08 100644 --- a/src/IconAssistantDirectionSharpFilled.tsx +++ b/src/IconAssistantDirectionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantDirectionSharpFilled: React.FC = ({ +export const IconAssistantDirectionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantDirectionSharpFilled: React.FC = ({ ) - -export { IconAssistantDirectionSharpFilled as default } diff --git a/src/IconAssistantNavigationOutlined.tsx b/src/IconAssistantNavigationOutlined.tsx index c0e4ee232..722047a57 100644 --- a/src/IconAssistantNavigationOutlined.tsx +++ b/src/IconAssistantNavigationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationOutlined: React.FC = ({ ...props }) => ( +export const IconAssistantNavigationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantNavigationOutlined as default } diff --git a/src/IconAssistantNavigationOutlinedFilled.tsx b/src/IconAssistantNavigationOutlinedFilled.tsx index 11dd36264..6d67e9c74 100644 --- a/src/IconAssistantNavigationOutlinedFilled.tsx +++ b/src/IconAssistantNavigationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationOutlinedFilled: React.FC = ({ +export const IconAssistantNavigationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantNavigationOutlinedFilled: React.FC = ({ ) - -export { IconAssistantNavigationOutlinedFilled as default } diff --git a/src/IconAssistantNavigationRounded.tsx b/src/IconAssistantNavigationRounded.tsx index 200d80f8d..fa16f7d47 100644 --- a/src/IconAssistantNavigationRounded.tsx +++ b/src/IconAssistantNavigationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationRounded: React.FC = ({ ...props }) => ( +export const IconAssistantNavigationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantNavigationRounded as default } diff --git a/src/IconAssistantNavigationRoundedFilled.tsx b/src/IconAssistantNavigationRoundedFilled.tsx index e11ada2c6..24c1a5a78 100644 --- a/src/IconAssistantNavigationRoundedFilled.tsx +++ b/src/IconAssistantNavigationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationRoundedFilled: React.FC = ({ +export const IconAssistantNavigationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantNavigationRoundedFilled: React.FC = ({ ) - -export { IconAssistantNavigationRoundedFilled as default } diff --git a/src/IconAssistantNavigationSharp.tsx b/src/IconAssistantNavigationSharp.tsx index 23e636e64..665c6de06 100644 --- a/src/IconAssistantNavigationSharp.tsx +++ b/src/IconAssistantNavigationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationSharp: React.FC = ({ ...props }) => ( +export const IconAssistantNavigationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantNavigationSharp as default } diff --git a/src/IconAssistantNavigationSharpFilled.tsx b/src/IconAssistantNavigationSharpFilled.tsx index f8610ebcb..d1b3c0607 100644 --- a/src/IconAssistantNavigationSharpFilled.tsx +++ b/src/IconAssistantNavigationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantNavigationSharpFilled: React.FC = ({ +export const IconAssistantNavigationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantNavigationSharpFilled: React.FC = ({ ) - -export { IconAssistantNavigationSharpFilled as default } diff --git a/src/IconAssistantOnHubOutlined.tsx b/src/IconAssistantOnHubOutlined.tsx index eb7a4db87..91212a502 100644 --- a/src/IconAssistantOnHubOutlined.tsx +++ b/src/IconAssistantOnHubOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubOutlined: React.FC = ({ ...props }) => ( +export const IconAssistantOnHubOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantOnHubOutlined as default } diff --git a/src/IconAssistantOnHubOutlinedFilled.tsx b/src/IconAssistantOnHubOutlinedFilled.tsx index b68f2b8ae..60a5d7859 100644 --- a/src/IconAssistantOnHubOutlinedFilled.tsx +++ b/src/IconAssistantOnHubOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubOutlinedFilled: React.FC = ({ +export const IconAssistantOnHubOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssistantOnHubOutlinedFilled: React.FC = ({ ) - -export { IconAssistantOnHubOutlinedFilled as default } diff --git a/src/IconAssistantOnHubRounded.tsx b/src/IconAssistantOnHubRounded.tsx index 39590d2ce..372c6851b 100644 --- a/src/IconAssistantOnHubRounded.tsx +++ b/src/IconAssistantOnHubRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubRounded: React.FC = ({ ...props }) => ( +export const IconAssistantOnHubRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantOnHubRounded as default } diff --git a/src/IconAssistantOnHubRoundedFilled.tsx b/src/IconAssistantOnHubRoundedFilled.tsx index 03f7e38bc..61967dfa0 100644 --- a/src/IconAssistantOnHubRoundedFilled.tsx +++ b/src/IconAssistantOnHubRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAssistantOnHubRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantOnHubRoundedFilled as default } diff --git a/src/IconAssistantOnHubSharp.tsx b/src/IconAssistantOnHubSharp.tsx index b2930e295..ad3a2575d 100644 --- a/src/IconAssistantOnHubSharp.tsx +++ b/src/IconAssistantOnHubSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubSharp: React.FC = ({ ...props }) => ( +export const IconAssistantOnHubSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssistantOnHubSharp as default } diff --git a/src/IconAssistantOnHubSharpFilled.tsx b/src/IconAssistantOnHubSharpFilled.tsx index 557c95c92..4412cb7d4 100644 --- a/src/IconAssistantOnHubSharpFilled.tsx +++ b/src/IconAssistantOnHubSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssistantOnHubSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssistantOnHubSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssistantOnHubSharpFilled as default } diff --git a/src/IconAssuredWorkloadOutlined.tsx b/src/IconAssuredWorkloadOutlined.tsx index 676ea8a18..feb58d020 100644 --- a/src/IconAssuredWorkloadOutlined.tsx +++ b/src/IconAssuredWorkloadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadOutlined: React.FC = ({ ...props }) => ( +export const IconAssuredWorkloadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssuredWorkloadOutlined as default } diff --git a/src/IconAssuredWorkloadOutlinedFilled.tsx b/src/IconAssuredWorkloadOutlinedFilled.tsx index 8e5632fad..40d627887 100644 --- a/src/IconAssuredWorkloadOutlinedFilled.tsx +++ b/src/IconAssuredWorkloadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadOutlinedFilled: React.FC = ({ +export const IconAssuredWorkloadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssuredWorkloadOutlinedFilled: React.FC = ({ ) - -export { IconAssuredWorkloadOutlinedFilled as default } diff --git a/src/IconAssuredWorkloadRounded.tsx b/src/IconAssuredWorkloadRounded.tsx index a27f3937e..7226c2393 100644 --- a/src/IconAssuredWorkloadRounded.tsx +++ b/src/IconAssuredWorkloadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadRounded: React.FC = ({ ...props }) => ( +export const IconAssuredWorkloadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssuredWorkloadRounded as default } diff --git a/src/IconAssuredWorkloadRoundedFilled.tsx b/src/IconAssuredWorkloadRoundedFilled.tsx index 06be8bdbb..be0f96805 100644 --- a/src/IconAssuredWorkloadRoundedFilled.tsx +++ b/src/IconAssuredWorkloadRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadRoundedFilled: React.FC = ({ +export const IconAssuredWorkloadRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAssuredWorkloadRoundedFilled: React.FC = ({ ) - -export { IconAssuredWorkloadRoundedFilled as default } diff --git a/src/IconAssuredWorkloadSharp.tsx b/src/IconAssuredWorkloadSharp.tsx index 52880a6fc..9230dc8be 100644 --- a/src/IconAssuredWorkloadSharp.tsx +++ b/src/IconAssuredWorkloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadSharp: React.FC = ({ ...props }) => ( +export const IconAssuredWorkloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAssuredWorkloadSharp as default } diff --git a/src/IconAssuredWorkloadSharpFilled.tsx b/src/IconAssuredWorkloadSharpFilled.tsx index 3d0b6d414..a3a70c03d 100644 --- a/src/IconAssuredWorkloadSharpFilled.tsx +++ b/src/IconAssuredWorkloadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAssuredWorkloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconAssuredWorkloadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAssuredWorkloadSharpFilled as default } diff --git a/src/IconAsteriskOutlined.tsx b/src/IconAsteriskOutlined.tsx index 4c5ab633e..768db0930 100644 --- a/src/IconAsteriskOutlined.tsx +++ b/src/IconAsteriskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskOutlined: React.FC = ({ ...props }) => ( +export const IconAsteriskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAsteriskOutlined as default } diff --git a/src/IconAsteriskOutlinedFilled.tsx b/src/IconAsteriskOutlinedFilled.tsx index 6768d4ecc..7a3012144 100644 --- a/src/IconAsteriskOutlinedFilled.tsx +++ b/src/IconAsteriskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAsteriskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAsteriskOutlinedFilled as default } diff --git a/src/IconAsteriskRounded.tsx b/src/IconAsteriskRounded.tsx index e8541ef7a..c7acb9cb1 100644 --- a/src/IconAsteriskRounded.tsx +++ b/src/IconAsteriskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskRounded: React.FC = ({ ...props }) => ( +export const IconAsteriskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAsteriskRounded as default } diff --git a/src/IconAsteriskRoundedFilled.tsx b/src/IconAsteriskRoundedFilled.tsx index 919af36c3..7c5b24632 100644 --- a/src/IconAsteriskRoundedFilled.tsx +++ b/src/IconAsteriskRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAsteriskRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAsteriskRoundedFilled as default } diff --git a/src/IconAsteriskSharp.tsx b/src/IconAsteriskSharp.tsx index d560b7ae0..e7a5f0388 100644 --- a/src/IconAsteriskSharp.tsx +++ b/src/IconAsteriskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskSharp: React.FC = ({ ...props }) => ( +export const IconAsteriskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAsteriskSharp as default } diff --git a/src/IconAsteriskSharpFilled.tsx b/src/IconAsteriskSharpFilled.tsx index ce2eb8f1c..84b77c4ea 100644 --- a/src/IconAsteriskSharpFilled.tsx +++ b/src/IconAsteriskSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAsteriskSharpFilled: React.FC = ({ ...props }) => ( +export const IconAsteriskSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAsteriskSharpFilled as default } diff --git a/src/IconAtmOutlined.tsx b/src/IconAtmOutlined.tsx index 1dfb19c1d..724568117 100644 --- a/src/IconAtmOutlined.tsx +++ b/src/IconAtmOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmOutlined: React.FC = ({ ...props }) => ( +export const IconAtmOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmOutlined as default } diff --git a/src/IconAtmOutlinedFilled.tsx b/src/IconAtmOutlinedFilled.tsx index 2ffd96fc5..e03f5f30a 100644 --- a/src/IconAtmOutlinedFilled.tsx +++ b/src/IconAtmOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAtmOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmOutlinedFilled as default } diff --git a/src/IconAtmRounded.tsx b/src/IconAtmRounded.tsx index a811e1f14..ea4117cee 100644 --- a/src/IconAtmRounded.tsx +++ b/src/IconAtmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmRounded: React.FC = ({ ...props }) => ( +export const IconAtmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmRounded as default } diff --git a/src/IconAtmRoundedFilled.tsx b/src/IconAtmRoundedFilled.tsx index 5f6fdee9b..9b7d12e22 100644 --- a/src/IconAtmRoundedFilled.tsx +++ b/src/IconAtmRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAtmRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmRoundedFilled as default } diff --git a/src/IconAtmSharp.tsx b/src/IconAtmSharp.tsx index 8b2293828..79feab7c1 100644 --- a/src/IconAtmSharp.tsx +++ b/src/IconAtmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmSharp: React.FC = ({ ...props }) => ( +export const IconAtmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmSharp as default } diff --git a/src/IconAtmSharpFilled.tsx b/src/IconAtmSharpFilled.tsx index 42e99b2eb..5201e7ac2 100644 --- a/src/IconAtmSharpFilled.tsx +++ b/src/IconAtmSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtmSharpFilled: React.FC = ({ ...props }) => ( +export const IconAtmSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtmSharpFilled as default } diff --git a/src/IconAtrOutlined.tsx b/src/IconAtrOutlined.tsx index 3924ee42e..833b784cc 100644 --- a/src/IconAtrOutlined.tsx +++ b/src/IconAtrOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrOutlined: React.FC = ({ ...props }) => ( +export const IconAtrOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrOutlined as default } diff --git a/src/IconAtrOutlinedFilled.tsx b/src/IconAtrOutlinedFilled.tsx index 63bfb5fe4..8e417cdfe 100644 --- a/src/IconAtrOutlinedFilled.tsx +++ b/src/IconAtrOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAtrOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrOutlinedFilled as default } diff --git a/src/IconAtrRounded.tsx b/src/IconAtrRounded.tsx index fbdd285e8..3cac81979 100644 --- a/src/IconAtrRounded.tsx +++ b/src/IconAtrRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrRounded: React.FC = ({ ...props }) => ( +export const IconAtrRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrRounded as default } diff --git a/src/IconAtrRoundedFilled.tsx b/src/IconAtrRoundedFilled.tsx index 1a28c3615..aa708ba93 100644 --- a/src/IconAtrRoundedFilled.tsx +++ b/src/IconAtrRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAtrRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrRoundedFilled as default } diff --git a/src/IconAtrSharp.tsx b/src/IconAtrSharp.tsx index a588ee2f9..b7e47edf9 100644 --- a/src/IconAtrSharp.tsx +++ b/src/IconAtrSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrSharp: React.FC = ({ ...props }) => ( +export const IconAtrSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrSharp as default } diff --git a/src/IconAtrSharpFilled.tsx b/src/IconAtrSharpFilled.tsx index 46fba9e92..c17a50672 100644 --- a/src/IconAtrSharpFilled.tsx +++ b/src/IconAtrSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAtrSharpFilled: React.FC = ({ ...props }) => ( +export const IconAtrSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAtrSharpFilled as default } diff --git a/src/IconAttachEmailOutlined.tsx b/src/IconAttachEmailOutlined.tsx index 1f6fb83e3..148e52480 100644 --- a/src/IconAttachEmailOutlined.tsx +++ b/src/IconAttachEmailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailOutlined: React.FC = ({ ...props }) => ( +export const IconAttachEmailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachEmailOutlined as default } diff --git a/src/IconAttachEmailOutlinedFilled.tsx b/src/IconAttachEmailOutlinedFilled.tsx index 44ca80e1e..8810bcaa0 100644 --- a/src/IconAttachEmailOutlinedFilled.tsx +++ b/src/IconAttachEmailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachEmailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachEmailOutlinedFilled as default } diff --git a/src/IconAttachEmailRounded.tsx b/src/IconAttachEmailRounded.tsx index 0db4b5c2a..bb4505ea2 100644 --- a/src/IconAttachEmailRounded.tsx +++ b/src/IconAttachEmailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailRounded: React.FC = ({ ...props }) => ( +export const IconAttachEmailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachEmailRounded as default } diff --git a/src/IconAttachEmailRoundedFilled.tsx b/src/IconAttachEmailRoundedFilled.tsx index 0468409a9..aa78c0b48 100644 --- a/src/IconAttachEmailRoundedFilled.tsx +++ b/src/IconAttachEmailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachEmailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachEmailRoundedFilled as default } diff --git a/src/IconAttachEmailSharp.tsx b/src/IconAttachEmailSharp.tsx index 2de2554dc..2cd806421 100644 --- a/src/IconAttachEmailSharp.tsx +++ b/src/IconAttachEmailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailSharp: React.FC = ({ ...props }) => ( +export const IconAttachEmailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachEmailSharp as default } diff --git a/src/IconAttachEmailSharpFilled.tsx b/src/IconAttachEmailSharpFilled.tsx index e80f40b9d..da1103a42 100644 --- a/src/IconAttachEmailSharpFilled.tsx +++ b/src/IconAttachEmailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachEmailSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachEmailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachEmailSharpFilled as default } diff --git a/src/IconAttachFileAddOutlined.tsx b/src/IconAttachFileAddOutlined.tsx index 5a3e934d8..1812a7ec5 100644 --- a/src/IconAttachFileAddOutlined.tsx +++ b/src/IconAttachFileAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddOutlined: React.FC = ({ ...props }) => ( +export const IconAttachFileAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddOutlined as default } diff --git a/src/IconAttachFileAddOutlinedFilled.tsx b/src/IconAttachFileAddOutlinedFilled.tsx index 9cafbae6b..fc4f40274 100644 --- a/src/IconAttachFileAddOutlinedFilled.tsx +++ b/src/IconAttachFileAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddOutlinedFilled as default } diff --git a/src/IconAttachFileAddRounded.tsx b/src/IconAttachFileAddRounded.tsx index 9863d52df..c783422be 100644 --- a/src/IconAttachFileAddRounded.tsx +++ b/src/IconAttachFileAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddRounded: React.FC = ({ ...props }) => ( +export const IconAttachFileAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddRounded as default } diff --git a/src/IconAttachFileAddRoundedFilled.tsx b/src/IconAttachFileAddRoundedFilled.tsx index 8d4757196..58be9ea44 100644 --- a/src/IconAttachFileAddRoundedFilled.tsx +++ b/src/IconAttachFileAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddRoundedFilled as default } diff --git a/src/IconAttachFileAddSharp.tsx b/src/IconAttachFileAddSharp.tsx index b1e6856c4..fec00fd9e 100644 --- a/src/IconAttachFileAddSharp.tsx +++ b/src/IconAttachFileAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddSharp: React.FC = ({ ...props }) => ( +export const IconAttachFileAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddSharp as default } diff --git a/src/IconAttachFileAddSharpFilled.tsx b/src/IconAttachFileAddSharpFilled.tsx index 1a8e5fd70..105ff0dba 100644 --- a/src/IconAttachFileAddSharpFilled.tsx +++ b/src/IconAttachFileAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileAddSharpFilled as default } diff --git a/src/IconAttachFileOffOutlined.tsx b/src/IconAttachFileOffOutlined.tsx index f900663fe..6d7f322d3 100644 --- a/src/IconAttachFileOffOutlined.tsx +++ b/src/IconAttachFileOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffOutlined: React.FC = ({ ...props }) => ( +export const IconAttachFileOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffOutlined as default } diff --git a/src/IconAttachFileOffOutlinedFilled.tsx b/src/IconAttachFileOffOutlinedFilled.tsx index b4da7cfd0..3fbc21b84 100644 --- a/src/IconAttachFileOffOutlinedFilled.tsx +++ b/src/IconAttachFileOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffOutlinedFilled as default } diff --git a/src/IconAttachFileOffRounded.tsx b/src/IconAttachFileOffRounded.tsx index 2cd7544f7..f6d943710 100644 --- a/src/IconAttachFileOffRounded.tsx +++ b/src/IconAttachFileOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffRounded: React.FC = ({ ...props }) => ( +export const IconAttachFileOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffRounded as default } diff --git a/src/IconAttachFileOffRoundedFilled.tsx b/src/IconAttachFileOffRoundedFilled.tsx index 36037aade..52d575567 100644 --- a/src/IconAttachFileOffRoundedFilled.tsx +++ b/src/IconAttachFileOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffRoundedFilled as default } diff --git a/src/IconAttachFileOffSharp.tsx b/src/IconAttachFileOffSharp.tsx index 3d92e647a..d87618c1c 100644 --- a/src/IconAttachFileOffSharp.tsx +++ b/src/IconAttachFileOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffSharp: React.FC = ({ ...props }) => ( +export const IconAttachFileOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffSharp as default } diff --git a/src/IconAttachFileOffSharpFilled.tsx b/src/IconAttachFileOffSharpFilled.tsx index ae5dafc61..0cffecc17 100644 --- a/src/IconAttachFileOffSharpFilled.tsx +++ b/src/IconAttachFileOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileOffSharpFilled as default } diff --git a/src/IconAttachFileOutlined.tsx b/src/IconAttachFileOutlined.tsx index f36cdcccf..3bbac21f6 100644 --- a/src/IconAttachFileOutlined.tsx +++ b/src/IconAttachFileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOutlined: React.FC = ({ ...props }) => ( +export const IconAttachFileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileOutlined as default } diff --git a/src/IconAttachFileOutlinedFilled.tsx b/src/IconAttachFileOutlinedFilled.tsx index 59612c135..63c239f1e 100644 --- a/src/IconAttachFileOutlinedFilled.tsx +++ b/src/IconAttachFileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileOutlinedFilled as default } diff --git a/src/IconAttachFileRounded.tsx b/src/IconAttachFileRounded.tsx index df15f1fb4..d8d29c53c 100644 --- a/src/IconAttachFileRounded.tsx +++ b/src/IconAttachFileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileRounded: React.FC = ({ ...props }) => ( +export const IconAttachFileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileRounded as default } diff --git a/src/IconAttachFileRoundedFilled.tsx b/src/IconAttachFileRoundedFilled.tsx index 6a43767be..c7869ea5b 100644 --- a/src/IconAttachFileRoundedFilled.tsx +++ b/src/IconAttachFileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileRoundedFilled as default } diff --git a/src/IconAttachFileSharp.tsx b/src/IconAttachFileSharp.tsx index 05784bc39..b330ddafe 100644 --- a/src/IconAttachFileSharp.tsx +++ b/src/IconAttachFileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileSharp: React.FC = ({ ...props }) => ( +export const IconAttachFileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachFileSharp as default } diff --git a/src/IconAttachFileSharpFilled.tsx b/src/IconAttachFileSharpFilled.tsx index 8a06f738c..df97a08d2 100644 --- a/src/IconAttachFileSharpFilled.tsx +++ b/src/IconAttachFileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachFileSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachFileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachFileSharpFilled as default } diff --git a/src/IconAttachMoneyOutlined.tsx b/src/IconAttachMoneyOutlined.tsx index c74a1e661..e862fc8ec 100644 --- a/src/IconAttachMoneyOutlined.tsx +++ b/src/IconAttachMoneyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneyOutlined: React.FC = ({ ...props }) => ( +export const IconAttachMoneyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachMoneyOutlined as default } diff --git a/src/IconAttachMoneyOutlinedFilled.tsx b/src/IconAttachMoneyOutlinedFilled.tsx index e32c1962c..6c35adf11 100644 --- a/src/IconAttachMoneyOutlinedFilled.tsx +++ b/src/IconAttachMoneyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachMoneyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachMoneyOutlinedFilled as default } diff --git a/src/IconAttachMoneyRounded.tsx b/src/IconAttachMoneyRounded.tsx index 67a06fd53..a2fb80b50 100644 --- a/src/IconAttachMoneyRounded.tsx +++ b/src/IconAttachMoneyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneyRounded: React.FC = ({ ...props }) => ( +export const IconAttachMoneyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachMoneyRounded as default } diff --git a/src/IconAttachMoneyRoundedFilled.tsx b/src/IconAttachMoneyRoundedFilled.tsx index d5ac9e90e..b94562451 100644 --- a/src/IconAttachMoneyRoundedFilled.tsx +++ b/src/IconAttachMoneyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachMoneyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachMoneyRoundedFilled as default } diff --git a/src/IconAttachMoneySharp.tsx b/src/IconAttachMoneySharp.tsx index 226dd7460..1a53777c9 100644 --- a/src/IconAttachMoneySharp.tsx +++ b/src/IconAttachMoneySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneySharp: React.FC = ({ ...props }) => ( +export const IconAttachMoneySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachMoneySharp as default } diff --git a/src/IconAttachMoneySharpFilled.tsx b/src/IconAttachMoneySharpFilled.tsx index d64b40805..0a861e965 100644 --- a/src/IconAttachMoneySharpFilled.tsx +++ b/src/IconAttachMoneySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachMoneySharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachMoneySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachMoneySharpFilled as default } diff --git a/src/IconAttachmentOutlined.tsx b/src/IconAttachmentOutlined.tsx index 346a6cf69..3b21fd2b8 100644 --- a/src/IconAttachmentOutlined.tsx +++ b/src/IconAttachmentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentOutlined: React.FC = ({ ...props }) => ( +export const IconAttachmentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachmentOutlined as default } diff --git a/src/IconAttachmentOutlinedFilled.tsx b/src/IconAttachmentOutlinedFilled.tsx index bb7c37fb1..a222b5b54 100644 --- a/src/IconAttachmentOutlinedFilled.tsx +++ b/src/IconAttachmentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttachmentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachmentOutlinedFilled as default } diff --git a/src/IconAttachmentRounded.tsx b/src/IconAttachmentRounded.tsx index d6264a6c4..cb0d32161 100644 --- a/src/IconAttachmentRounded.tsx +++ b/src/IconAttachmentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentRounded: React.FC = ({ ...props }) => ( +export const IconAttachmentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachmentRounded as default } diff --git a/src/IconAttachmentRoundedFilled.tsx b/src/IconAttachmentRoundedFilled.tsx index ca3fbf44a..a2f0b68a3 100644 --- a/src/IconAttachmentRoundedFilled.tsx +++ b/src/IconAttachmentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttachmentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachmentRoundedFilled as default } diff --git a/src/IconAttachmentSharp.tsx b/src/IconAttachmentSharp.tsx index e87fd87c2..a43687ad8 100644 --- a/src/IconAttachmentSharp.tsx +++ b/src/IconAttachmentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentSharp: React.FC = ({ ...props }) => ( +export const IconAttachmentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttachmentSharp as default } diff --git a/src/IconAttachmentSharpFilled.tsx b/src/IconAttachmentSharpFilled.tsx index edf31bfb7..5f1de884d 100644 --- a/src/IconAttachmentSharpFilled.tsx +++ b/src/IconAttachmentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttachmentSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttachmentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttachmentSharpFilled as default } diff --git a/src/IconAttractionsOutlined.tsx b/src/IconAttractionsOutlined.tsx index f0830f5fe..8dd22cece 100644 --- a/src/IconAttractionsOutlined.tsx +++ b/src/IconAttractionsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsOutlined: React.FC = ({ ...props }) => ( +export const IconAttractionsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttractionsOutlined as default } diff --git a/src/IconAttractionsOutlinedFilled.tsx b/src/IconAttractionsOutlinedFilled.tsx index d162ffec8..b56307c04 100644 --- a/src/IconAttractionsOutlinedFilled.tsx +++ b/src/IconAttractionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttractionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttractionsOutlinedFilled as default } diff --git a/src/IconAttractionsRounded.tsx b/src/IconAttractionsRounded.tsx index 2ae6a0aa0..5b00c3beb 100644 --- a/src/IconAttractionsRounded.tsx +++ b/src/IconAttractionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsRounded: React.FC = ({ ...props }) => ( +export const IconAttractionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttractionsRounded as default } diff --git a/src/IconAttractionsRoundedFilled.tsx b/src/IconAttractionsRoundedFilled.tsx index 22e551ac0..45e8cc286 100644 --- a/src/IconAttractionsRoundedFilled.tsx +++ b/src/IconAttractionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttractionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttractionsRoundedFilled as default } diff --git a/src/IconAttractionsSharp.tsx b/src/IconAttractionsSharp.tsx index f1cb6627d..4fe71a2f4 100644 --- a/src/IconAttractionsSharp.tsx +++ b/src/IconAttractionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsSharp: React.FC = ({ ...props }) => ( +export const IconAttractionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttractionsSharp as default } diff --git a/src/IconAttractionsSharpFilled.tsx b/src/IconAttractionsSharpFilled.tsx index 145debe5d..c7f70f77f 100644 --- a/src/IconAttractionsSharpFilled.tsx +++ b/src/IconAttractionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttractionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttractionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttractionsSharpFilled as default } diff --git a/src/IconAttributionOutlined.tsx b/src/IconAttributionOutlined.tsx index af333a704..6b7c3ba33 100644 --- a/src/IconAttributionOutlined.tsx +++ b/src/IconAttributionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionOutlined: React.FC = ({ ...props }) => ( +export const IconAttributionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttributionOutlined as default } diff --git a/src/IconAttributionOutlinedFilled.tsx b/src/IconAttributionOutlinedFilled.tsx index 11ee3aac1..adcb4c16e 100644 --- a/src/IconAttributionOutlinedFilled.tsx +++ b/src/IconAttributionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAttributionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttributionOutlinedFilled as default } diff --git a/src/IconAttributionRounded.tsx b/src/IconAttributionRounded.tsx index fe10669ef..b47d6f7bd 100644 --- a/src/IconAttributionRounded.tsx +++ b/src/IconAttributionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionRounded: React.FC = ({ ...props }) => ( +export const IconAttributionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttributionRounded as default } diff --git a/src/IconAttributionRoundedFilled.tsx b/src/IconAttributionRoundedFilled.tsx index 9bb871224..8ce6edc9b 100644 --- a/src/IconAttributionRoundedFilled.tsx +++ b/src/IconAttributionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAttributionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttributionRoundedFilled as default } diff --git a/src/IconAttributionSharp.tsx b/src/IconAttributionSharp.tsx index e22e14bfc..a78430397 100644 --- a/src/IconAttributionSharp.tsx +++ b/src/IconAttributionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionSharp: React.FC = ({ ...props }) => ( +export const IconAttributionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAttributionSharp as default } diff --git a/src/IconAttributionSharpFilled.tsx b/src/IconAttributionSharpFilled.tsx index 52105d541..4ab3b0223 100644 --- a/src/IconAttributionSharpFilled.tsx +++ b/src/IconAttributionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAttributionSharpFilled: React.FC = ({ ...props }) => ( +export const IconAttributionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAttributionSharpFilled as default } diff --git a/src/IconAudioDescriptionOutlined.tsx b/src/IconAudioDescriptionOutlined.tsx index 3121db936..c5e80ab10 100644 --- a/src/IconAudioDescriptionOutlined.tsx +++ b/src/IconAudioDescriptionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionOutlined: React.FC = ({ ...props }) => ( +export const IconAudioDescriptionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioDescriptionOutlined as default } diff --git a/src/IconAudioDescriptionOutlinedFilled.tsx b/src/IconAudioDescriptionOutlinedFilled.tsx index 0c6fb2217..0ffbb0655 100644 --- a/src/IconAudioDescriptionOutlinedFilled.tsx +++ b/src/IconAudioDescriptionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionOutlinedFilled: React.FC = ({ +export const IconAudioDescriptionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAudioDescriptionOutlinedFilled: React.FC = ({ ) - -export { IconAudioDescriptionOutlinedFilled as default } diff --git a/src/IconAudioDescriptionRounded.tsx b/src/IconAudioDescriptionRounded.tsx index aefb9eb7d..d8e02d21f 100644 --- a/src/IconAudioDescriptionRounded.tsx +++ b/src/IconAudioDescriptionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionRounded: React.FC = ({ ...props }) => ( +export const IconAudioDescriptionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioDescriptionRounded as default } diff --git a/src/IconAudioDescriptionRoundedFilled.tsx b/src/IconAudioDescriptionRoundedFilled.tsx index e376ff801..429575670 100644 --- a/src/IconAudioDescriptionRoundedFilled.tsx +++ b/src/IconAudioDescriptionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionRoundedFilled: React.FC = ({ +export const IconAudioDescriptionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAudioDescriptionRoundedFilled: React.FC = ({ ) - -export { IconAudioDescriptionRoundedFilled as default } diff --git a/src/IconAudioDescriptionSharp.tsx b/src/IconAudioDescriptionSharp.tsx index b96fcf846..0a048f528 100644 --- a/src/IconAudioDescriptionSharp.tsx +++ b/src/IconAudioDescriptionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionSharp: React.FC = ({ ...props }) => ( +export const IconAudioDescriptionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioDescriptionSharp as default } diff --git a/src/IconAudioDescriptionSharpFilled.tsx b/src/IconAudioDescriptionSharpFilled.tsx index 113fdc4bf..05793ce76 100644 --- a/src/IconAudioDescriptionSharpFilled.tsx +++ b/src/IconAudioDescriptionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioDescriptionSharpFilled: React.FC = ({ ...props }) => ( +export const IconAudioDescriptionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioDescriptionSharpFilled as default } diff --git a/src/IconAudioFileOutlined.tsx b/src/IconAudioFileOutlined.tsx index fced98b1f..39cf6b002 100644 --- a/src/IconAudioFileOutlined.tsx +++ b/src/IconAudioFileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileOutlined: React.FC = ({ ...props }) => ( +export const IconAudioFileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAudioFileOutlined as default } diff --git a/src/IconAudioFileOutlinedFilled.tsx b/src/IconAudioFileOutlinedFilled.tsx index e4fb31250..59b75fb5d 100644 --- a/src/IconAudioFileOutlinedFilled.tsx +++ b/src/IconAudioFileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAudioFileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioFileOutlinedFilled as default } diff --git a/src/IconAudioFileRounded.tsx b/src/IconAudioFileRounded.tsx index 5a8a83659..1cfa490d7 100644 --- a/src/IconAudioFileRounded.tsx +++ b/src/IconAudioFileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileRounded: React.FC = ({ ...props }) => ( +export const IconAudioFileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAudioFileRounded as default } diff --git a/src/IconAudioFileRoundedFilled.tsx b/src/IconAudioFileRoundedFilled.tsx index 592919d6c..54bde8c64 100644 --- a/src/IconAudioFileRoundedFilled.tsx +++ b/src/IconAudioFileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAudioFileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioFileRoundedFilled as default } diff --git a/src/IconAudioFileSharp.tsx b/src/IconAudioFileSharp.tsx index bfe402b9e..03bbf1e61 100644 --- a/src/IconAudioFileSharp.tsx +++ b/src/IconAudioFileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileSharp: React.FC = ({ ...props }) => ( +export const IconAudioFileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAudioFileSharp as default } diff --git a/src/IconAudioFileSharpFilled.tsx b/src/IconAudioFileSharpFilled.tsx index 8854e3da2..dbf1b4000 100644 --- a/src/IconAudioFileSharpFilled.tsx +++ b/src/IconAudioFileSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAudioFileSharpFilled: React.FC = ({ ...props }) => ( +export const IconAudioFileSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAudioFileSharpFilled as default } diff --git a/src/IconAudioVideoReceiverOutlined.tsx b/src/IconAudioVideoReceiverOutlined.tsx index 4c66f7e4b..707480832 100644 --- a/src/IconAudioVideoReceiverOutlined.tsx +++ b/src/IconAudioVideoReceiverOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverOutlined: React.FC = ({ ...props }) => ( +export const IconAudioVideoReceiverOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioVideoReceiverOutlined as default } diff --git a/src/IconAudioVideoReceiverOutlinedFilled.tsx b/src/IconAudioVideoReceiverOutlinedFilled.tsx index a729220d6..6af8b7af3 100644 --- a/src/IconAudioVideoReceiverOutlinedFilled.tsx +++ b/src/IconAudioVideoReceiverOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverOutlinedFilled: React.FC = ({ +export const IconAudioVideoReceiverOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAudioVideoReceiverOutlinedFilled: React.FC = ({ ) - -export { IconAudioVideoReceiverOutlinedFilled as default } diff --git a/src/IconAudioVideoReceiverRounded.tsx b/src/IconAudioVideoReceiverRounded.tsx index c5c365dcf..df9808690 100644 --- a/src/IconAudioVideoReceiverRounded.tsx +++ b/src/IconAudioVideoReceiverRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverRounded: React.FC = ({ ...props }) => ( +export const IconAudioVideoReceiverRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioVideoReceiverRounded as default } diff --git a/src/IconAudioVideoReceiverRoundedFilled.tsx b/src/IconAudioVideoReceiverRoundedFilled.tsx index 9235b4dc6..8cda8a1c2 100644 --- a/src/IconAudioVideoReceiverRoundedFilled.tsx +++ b/src/IconAudioVideoReceiverRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverRoundedFilled: React.FC = ({ +export const IconAudioVideoReceiverRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAudioVideoReceiverRoundedFilled: React.FC = ({ ) - -export { IconAudioVideoReceiverRoundedFilled as default } diff --git a/src/IconAudioVideoReceiverSharp.tsx b/src/IconAudioVideoReceiverSharp.tsx index d4c2603b1..1314965ab 100644 --- a/src/IconAudioVideoReceiverSharp.tsx +++ b/src/IconAudioVideoReceiverSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverSharp: React.FC = ({ ...props }) => ( +export const IconAudioVideoReceiverSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAudioVideoReceiverSharp as default } diff --git a/src/IconAudioVideoReceiverSharpFilled.tsx b/src/IconAudioVideoReceiverSharpFilled.tsx index 0e869eb4f..47d520818 100644 --- a/src/IconAudioVideoReceiverSharpFilled.tsx +++ b/src/IconAudioVideoReceiverSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAudioVideoReceiverSharpFilled: React.FC = ({ +export const IconAudioVideoReceiverSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAudioVideoReceiverSharpFilled: React.FC = ({ ) - -export { IconAudioVideoReceiverSharpFilled as default } diff --git a/src/IconAutoAwesomeMosaicOutlined.tsx b/src/IconAutoAwesomeMosaicOutlined.tsx index 4c3d2f1e2..ffb728f9d 100644 --- a/src/IconAutoAwesomeMosaicOutlined.tsx +++ b/src/IconAutoAwesomeMosaicOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicOutlined: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMosaicOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMosaicOutlined as default } diff --git a/src/IconAutoAwesomeMosaicOutlinedFilled.tsx b/src/IconAutoAwesomeMosaicOutlinedFilled.tsx index f2b21e07e..2dbf1858a 100644 --- a/src/IconAutoAwesomeMosaicOutlinedFilled.tsx +++ b/src/IconAutoAwesomeMosaicOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicOutlinedFilled: React.FC = ({ +export const IconAutoAwesomeMosaicOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMosaicOutlinedFilled: React.FC = ({ ) - -export { IconAutoAwesomeMosaicOutlinedFilled as default } diff --git a/src/IconAutoAwesomeMosaicRounded.tsx b/src/IconAutoAwesomeMosaicRounded.tsx index c3b94db60..6b039d467 100644 --- a/src/IconAutoAwesomeMosaicRounded.tsx +++ b/src/IconAutoAwesomeMosaicRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicRounded: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMosaicRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMosaicRounded as default } diff --git a/src/IconAutoAwesomeMosaicRoundedFilled.tsx b/src/IconAutoAwesomeMosaicRoundedFilled.tsx index 867cda131..1b6b45b61 100644 --- a/src/IconAutoAwesomeMosaicRoundedFilled.tsx +++ b/src/IconAutoAwesomeMosaicRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicRoundedFilled: React.FC = ({ +export const IconAutoAwesomeMosaicRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMosaicRoundedFilled: React.FC = ({ ) - -export { IconAutoAwesomeMosaicRoundedFilled as default } diff --git a/src/IconAutoAwesomeMosaicSharp.tsx b/src/IconAutoAwesomeMosaicSharp.tsx index 7a2e64fda..bea42be96 100644 --- a/src/IconAutoAwesomeMosaicSharp.tsx +++ b/src/IconAutoAwesomeMosaicSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicSharp: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMosaicSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMosaicSharp as default } diff --git a/src/IconAutoAwesomeMosaicSharpFilled.tsx b/src/IconAutoAwesomeMosaicSharpFilled.tsx index 4a4bfc475..b8abc2fc3 100644 --- a/src/IconAutoAwesomeMosaicSharpFilled.tsx +++ b/src/IconAutoAwesomeMosaicSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMosaicSharpFilled: React.FC = ({ +export const IconAutoAwesomeMosaicSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMosaicSharpFilled: React.FC = ({ ) - -export { IconAutoAwesomeMosaicSharpFilled as default } diff --git a/src/IconAutoAwesomeMotionOutlined.tsx b/src/IconAutoAwesomeMotionOutlined.tsx index 0503a4af2..f023906fd 100644 --- a/src/IconAutoAwesomeMotionOutlined.tsx +++ b/src/IconAutoAwesomeMotionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionOutlined: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMotionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMotionOutlined as default } diff --git a/src/IconAutoAwesomeMotionOutlinedFilled.tsx b/src/IconAutoAwesomeMotionOutlinedFilled.tsx index a74424b85..087db0a15 100644 --- a/src/IconAutoAwesomeMotionOutlinedFilled.tsx +++ b/src/IconAutoAwesomeMotionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionOutlinedFilled: React.FC = ({ +export const IconAutoAwesomeMotionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMotionOutlinedFilled: React.FC = ({ ) - -export { IconAutoAwesomeMotionOutlinedFilled as default } diff --git a/src/IconAutoAwesomeMotionRounded.tsx b/src/IconAutoAwesomeMotionRounded.tsx index f4e015bd8..388079469 100644 --- a/src/IconAutoAwesomeMotionRounded.tsx +++ b/src/IconAutoAwesomeMotionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionRounded: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMotionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMotionRounded as default } diff --git a/src/IconAutoAwesomeMotionRoundedFilled.tsx b/src/IconAutoAwesomeMotionRoundedFilled.tsx index 86972787b..c7d5d2b66 100644 --- a/src/IconAutoAwesomeMotionRoundedFilled.tsx +++ b/src/IconAutoAwesomeMotionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionRoundedFilled: React.FC = ({ +export const IconAutoAwesomeMotionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMotionRoundedFilled: React.FC = ({ ) - -export { IconAutoAwesomeMotionRoundedFilled as default } diff --git a/src/IconAutoAwesomeMotionSharp.tsx b/src/IconAutoAwesomeMotionSharp.tsx index 9c09fd957..3c8b8a768 100644 --- a/src/IconAutoAwesomeMotionSharp.tsx +++ b/src/IconAutoAwesomeMotionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionSharp: React.FC = ({ ...props }) => ( +export const IconAutoAwesomeMotionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoAwesomeMotionSharp as default } diff --git a/src/IconAutoAwesomeMotionSharpFilled.tsx b/src/IconAutoAwesomeMotionSharpFilled.tsx index c88c3c8e7..c6762b495 100644 --- a/src/IconAutoAwesomeMotionSharpFilled.tsx +++ b/src/IconAutoAwesomeMotionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoAwesomeMotionSharpFilled: React.FC = ({ +export const IconAutoAwesomeMotionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoAwesomeMotionSharpFilled: React.FC = ({ ) - -export { IconAutoAwesomeMotionSharpFilled as default } diff --git a/src/IconAutoDeleteOutlined.tsx b/src/IconAutoDeleteOutlined.tsx index 16e5fdd32..60789456d 100644 --- a/src/IconAutoDeleteOutlined.tsx +++ b/src/IconAutoDeleteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteOutlined: React.FC = ({ ...props }) => ( +export const IconAutoDeleteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteOutlined as default } diff --git a/src/IconAutoDeleteOutlinedFilled.tsx b/src/IconAutoDeleteOutlinedFilled.tsx index 847fcf544..25fb88f4d 100644 --- a/src/IconAutoDeleteOutlinedFilled.tsx +++ b/src/IconAutoDeleteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoDeleteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteOutlinedFilled as default } diff --git a/src/IconAutoDeleteRounded.tsx b/src/IconAutoDeleteRounded.tsx index 2807e0f82..8bbc41a2c 100644 --- a/src/IconAutoDeleteRounded.tsx +++ b/src/IconAutoDeleteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteRounded: React.FC = ({ ...props }) => ( +export const IconAutoDeleteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteRounded as default } diff --git a/src/IconAutoDeleteRoundedFilled.tsx b/src/IconAutoDeleteRoundedFilled.tsx index b4fe83c2b..6e3fcd4e4 100644 --- a/src/IconAutoDeleteRoundedFilled.tsx +++ b/src/IconAutoDeleteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoDeleteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteRoundedFilled as default } diff --git a/src/IconAutoDeleteSharp.tsx b/src/IconAutoDeleteSharp.tsx index 00e15ef2d..7511e8ed9 100644 --- a/src/IconAutoDeleteSharp.tsx +++ b/src/IconAutoDeleteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteSharp: React.FC = ({ ...props }) => ( +export const IconAutoDeleteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteSharp as default } diff --git a/src/IconAutoDeleteSharpFilled.tsx b/src/IconAutoDeleteSharpFilled.tsx index de7ca4b7d..45a245d90 100644 --- a/src/IconAutoDeleteSharpFilled.tsx +++ b/src/IconAutoDeleteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoDeleteSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoDeleteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoDeleteSharpFilled as default } diff --git a/src/IconAutoReadPauseOutlined.tsx b/src/IconAutoReadPauseOutlined.tsx index cd55c7159..7f0625d93 100644 --- a/src/IconAutoReadPauseOutlined.tsx +++ b/src/IconAutoReadPauseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseOutlined: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseOutlined as default } diff --git a/src/IconAutoReadPauseOutlinedFilled.tsx b/src/IconAutoReadPauseOutlinedFilled.tsx index 20c4a6d07..f282e165d 100644 --- a/src/IconAutoReadPauseOutlinedFilled.tsx +++ b/src/IconAutoReadPauseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseOutlinedFilled as default } diff --git a/src/IconAutoReadPauseRounded.tsx b/src/IconAutoReadPauseRounded.tsx index 238cc576a..66fbf0017 100644 --- a/src/IconAutoReadPauseRounded.tsx +++ b/src/IconAutoReadPauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseRounded: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseRounded as default } diff --git a/src/IconAutoReadPauseRoundedFilled.tsx b/src/IconAutoReadPauseRoundedFilled.tsx index e44b24f79..aa8927114 100644 --- a/src/IconAutoReadPauseRoundedFilled.tsx +++ b/src/IconAutoReadPauseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseRoundedFilled as default } diff --git a/src/IconAutoReadPauseSharp.tsx b/src/IconAutoReadPauseSharp.tsx index b6608c560..8c398557b 100644 --- a/src/IconAutoReadPauseSharp.tsx +++ b/src/IconAutoReadPauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseSharp: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseSharp as default } diff --git a/src/IconAutoReadPauseSharpFilled.tsx b/src/IconAutoReadPauseSharpFilled.tsx index 9d4e4c34c..e1a70612d 100644 --- a/src/IconAutoReadPauseSharpFilled.tsx +++ b/src/IconAutoReadPauseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPauseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPauseSharpFilled as default } diff --git a/src/IconAutoReadPlayOutlined.tsx b/src/IconAutoReadPlayOutlined.tsx index c9b77778f..d3bd076bd 100644 --- a/src/IconAutoReadPlayOutlined.tsx +++ b/src/IconAutoReadPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlayOutlined: React.FC = ({ ...props }) => ( +export const IconAutoReadPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlayOutlined as default } diff --git a/src/IconAutoReadPlayOutlinedFilled.tsx b/src/IconAutoReadPlayOutlinedFilled.tsx index a465aad4f..779a30893 100644 --- a/src/IconAutoReadPlayOutlinedFilled.tsx +++ b/src/IconAutoReadPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlayOutlinedFilled as default } diff --git a/src/IconAutoReadPlayRounded.tsx b/src/IconAutoReadPlayRounded.tsx index c59d339ac..32ecd094a 100644 --- a/src/IconAutoReadPlayRounded.tsx +++ b/src/IconAutoReadPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlayRounded: React.FC = ({ ...props }) => ( +export const IconAutoReadPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlayRounded as default } diff --git a/src/IconAutoReadPlayRoundedFilled.tsx b/src/IconAutoReadPlayRoundedFilled.tsx index 11f77b5bf..b7830b19d 100644 --- a/src/IconAutoReadPlayRoundedFilled.tsx +++ b/src/IconAutoReadPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlayRoundedFilled as default } diff --git a/src/IconAutoReadPlaySharp.tsx b/src/IconAutoReadPlaySharp.tsx index 0b2f54045..6dd7cbf1d 100644 --- a/src/IconAutoReadPlaySharp.tsx +++ b/src/IconAutoReadPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlaySharp: React.FC = ({ ...props }) => ( +export const IconAutoReadPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlaySharp as default } diff --git a/src/IconAutoReadPlaySharpFilled.tsx b/src/IconAutoReadPlaySharpFilled.tsx index adb05a172..24cdcda48 100644 --- a/src/IconAutoReadPlaySharpFilled.tsx +++ b/src/IconAutoReadPlaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoReadPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoReadPlaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoReadPlaySharpFilled as default } diff --git a/src/IconAutoStoriesOutlined.tsx b/src/IconAutoStoriesOutlined.tsx index a015fe5b4..60c4dcecc 100644 --- a/src/IconAutoStoriesOutlined.tsx +++ b/src/IconAutoStoriesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesOutlined: React.FC = ({ ...props }) => ( +export const IconAutoStoriesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesOutlined as default } diff --git a/src/IconAutoStoriesOutlinedFilled.tsx b/src/IconAutoStoriesOutlinedFilled.tsx index ac1af5221..3974034c6 100644 --- a/src/IconAutoStoriesOutlinedFilled.tsx +++ b/src/IconAutoStoriesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoStoriesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesOutlinedFilled as default } diff --git a/src/IconAutoStoriesRounded.tsx b/src/IconAutoStoriesRounded.tsx index ea9173b35..2ea31c296 100644 --- a/src/IconAutoStoriesRounded.tsx +++ b/src/IconAutoStoriesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesRounded: React.FC = ({ ...props }) => ( +export const IconAutoStoriesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesRounded as default } diff --git a/src/IconAutoStoriesRoundedFilled.tsx b/src/IconAutoStoriesRoundedFilled.tsx index 2dbd14b8a..a8338a807 100644 --- a/src/IconAutoStoriesRoundedFilled.tsx +++ b/src/IconAutoStoriesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoStoriesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesRoundedFilled as default } diff --git a/src/IconAutoStoriesSharp.tsx b/src/IconAutoStoriesSharp.tsx index 5dec6468c..73aa277c7 100644 --- a/src/IconAutoStoriesSharp.tsx +++ b/src/IconAutoStoriesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesSharp: React.FC = ({ ...props }) => ( +export const IconAutoStoriesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesSharp as default } diff --git a/src/IconAutoStoriesSharpFilled.tsx b/src/IconAutoStoriesSharpFilled.tsx index dbcb820e7..a4dd1d246 100644 --- a/src/IconAutoStoriesSharpFilled.tsx +++ b/src/IconAutoStoriesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoStoriesSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoStoriesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoStoriesSharpFilled as default } diff --git a/src/IconAutoTowingOutlined.tsx b/src/IconAutoTowingOutlined.tsx index 99256892b..86a859332 100644 --- a/src/IconAutoTowingOutlined.tsx +++ b/src/IconAutoTowingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingOutlined: React.FC = ({ ...props }) => ( +export const IconAutoTowingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoTowingOutlined as default } diff --git a/src/IconAutoTowingOutlinedFilled.tsx b/src/IconAutoTowingOutlinedFilled.tsx index 91df27743..8cead6144 100644 --- a/src/IconAutoTowingOutlinedFilled.tsx +++ b/src/IconAutoTowingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoTowingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTowingOutlinedFilled as default } diff --git a/src/IconAutoTowingRounded.tsx b/src/IconAutoTowingRounded.tsx index 1c6107426..9fd0f26b6 100644 --- a/src/IconAutoTowingRounded.tsx +++ b/src/IconAutoTowingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingRounded: React.FC = ({ ...props }) => ( +export const IconAutoTowingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoTowingRounded as default } diff --git a/src/IconAutoTowingRoundedFilled.tsx b/src/IconAutoTowingRoundedFilled.tsx index 8ed04515e..7f58923d5 100644 --- a/src/IconAutoTowingRoundedFilled.tsx +++ b/src/IconAutoTowingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoTowingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTowingRoundedFilled as default } diff --git a/src/IconAutoTowingSharp.tsx b/src/IconAutoTowingSharp.tsx index 1d7b5a6a3..afbbb6acb 100644 --- a/src/IconAutoTowingSharp.tsx +++ b/src/IconAutoTowingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingSharp: React.FC = ({ ...props }) => ( +export const IconAutoTowingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoTowingSharp as default } diff --git a/src/IconAutoTowingSharpFilled.tsx b/src/IconAutoTowingSharpFilled.tsx index 9b8365fd0..ac05f6532 100644 --- a/src/IconAutoTowingSharpFilled.tsx +++ b/src/IconAutoTowingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTowingSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoTowingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTowingSharpFilled as default } diff --git a/src/IconAutoTransmissionOutlined.tsx b/src/IconAutoTransmissionOutlined.tsx index da0c7d9f5..62def256a 100644 --- a/src/IconAutoTransmissionOutlined.tsx +++ b/src/IconAutoTransmissionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionOutlined: React.FC = ({ ...props }) => ( +export const IconAutoTransmissionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTransmissionOutlined as default } diff --git a/src/IconAutoTransmissionOutlinedFilled.tsx b/src/IconAutoTransmissionOutlinedFilled.tsx index 6e5f5767b..5ca146ada 100644 --- a/src/IconAutoTransmissionOutlinedFilled.tsx +++ b/src/IconAutoTransmissionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionOutlinedFilled: React.FC = ({ +export const IconAutoTransmissionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoTransmissionOutlinedFilled: React.FC = ({ ) - -export { IconAutoTransmissionOutlinedFilled as default } diff --git a/src/IconAutoTransmissionRounded.tsx b/src/IconAutoTransmissionRounded.tsx index 227416a2e..f64420596 100644 --- a/src/IconAutoTransmissionRounded.tsx +++ b/src/IconAutoTransmissionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionRounded: React.FC = ({ ...props }) => ( +export const IconAutoTransmissionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTransmissionRounded as default } diff --git a/src/IconAutoTransmissionRoundedFilled.tsx b/src/IconAutoTransmissionRoundedFilled.tsx index 4c7e11327..72ef878da 100644 --- a/src/IconAutoTransmissionRoundedFilled.tsx +++ b/src/IconAutoTransmissionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionRoundedFilled: React.FC = ({ +export const IconAutoTransmissionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconAutoTransmissionRoundedFilled: React.FC = ({ ) - -export { IconAutoTransmissionRoundedFilled as default } diff --git a/src/IconAutoTransmissionSharp.tsx b/src/IconAutoTransmissionSharp.tsx index 615c4d6d4..1e3ef45d1 100644 --- a/src/IconAutoTransmissionSharp.tsx +++ b/src/IconAutoTransmissionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionSharp: React.FC = ({ ...props }) => ( +export const IconAutoTransmissionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTransmissionSharp as default } diff --git a/src/IconAutoTransmissionSharpFilled.tsx b/src/IconAutoTransmissionSharpFilled.tsx index 916899c10..9d75e0e67 100644 --- a/src/IconAutoTransmissionSharpFilled.tsx +++ b/src/IconAutoTransmissionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoTransmissionSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoTransmissionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoTransmissionSharpFilled as default } diff --git a/src/IconAutofpsSelectOutlined.tsx b/src/IconAutofpsSelectOutlined.tsx index 7b57eca32..9b6ee1af6 100644 --- a/src/IconAutofpsSelectOutlined.tsx +++ b/src/IconAutofpsSelectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectOutlined: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectOutlined as default } diff --git a/src/IconAutofpsSelectOutlinedFilled.tsx b/src/IconAutofpsSelectOutlinedFilled.tsx index 6d117e80c..8656faff8 100644 --- a/src/IconAutofpsSelectOutlinedFilled.tsx +++ b/src/IconAutofpsSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectOutlinedFilled as default } diff --git a/src/IconAutofpsSelectRounded.tsx b/src/IconAutofpsSelectRounded.tsx index 6d75c77da..6b26805b3 100644 --- a/src/IconAutofpsSelectRounded.tsx +++ b/src/IconAutofpsSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectRounded: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectRounded as default } diff --git a/src/IconAutofpsSelectRoundedFilled.tsx b/src/IconAutofpsSelectRoundedFilled.tsx index a1ca51375..cd0d1cdea 100644 --- a/src/IconAutofpsSelectRoundedFilled.tsx +++ b/src/IconAutofpsSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectRoundedFilled as default } diff --git a/src/IconAutofpsSelectSharp.tsx b/src/IconAutofpsSelectSharp.tsx index a3baf2eb7..53e07680a 100644 --- a/src/IconAutofpsSelectSharp.tsx +++ b/src/IconAutofpsSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectSharp: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectSharp as default } diff --git a/src/IconAutofpsSelectSharpFilled.tsx b/src/IconAutofpsSelectSharpFilled.tsx index 431f889d3..579d4911f 100644 --- a/src/IconAutofpsSelectSharpFilled.tsx +++ b/src/IconAutofpsSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutofpsSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutofpsSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutofpsSelectSharpFilled as default } diff --git a/src/IconAutomationOutlined.tsx b/src/IconAutomationOutlined.tsx index abdfe0eca..29ca63ba8 100644 --- a/src/IconAutomationOutlined.tsx +++ b/src/IconAutomationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationOutlined: React.FC = ({ ...props }) => ( +export const IconAutomationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconAutomationOutlined as default } diff --git a/src/IconAutomationOutlinedFilled.tsx b/src/IconAutomationOutlinedFilled.tsx index c9017b141..84af8635d 100644 --- a/src/IconAutomationOutlinedFilled.tsx +++ b/src/IconAutomationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutomationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconAutomationOutlinedFilled as default } diff --git a/src/IconAutomationRounded.tsx b/src/IconAutomationRounded.tsx index 7ec7a8d73..34cf4a298 100644 --- a/src/IconAutomationRounded.tsx +++ b/src/IconAutomationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationRounded: React.FC = ({ ...props }) => ( +export const IconAutomationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconAutomationRounded as default } diff --git a/src/IconAutomationRoundedFilled.tsx b/src/IconAutomationRoundedFilled.tsx index a1550dc3c..496c8b9c6 100644 --- a/src/IconAutomationRoundedFilled.tsx +++ b/src/IconAutomationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutomationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconAutomationRoundedFilled as default } diff --git a/src/IconAutomationSharp.tsx b/src/IconAutomationSharp.tsx index 3367e810e..44017194c 100644 --- a/src/IconAutomationSharp.tsx +++ b/src/IconAutomationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationSharp: React.FC = ({ ...props }) => ( +export const IconAutomationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconAutomationSharp as default } diff --git a/src/IconAutomationSharpFilled.tsx b/src/IconAutomationSharpFilled.tsx index 240f16128..247d9488b 100644 --- a/src/IconAutomationSharpFilled.tsx +++ b/src/IconAutomationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutomationSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutomationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconAutomationSharpFilled as default } diff --git a/src/IconAutopauseOutlined.tsx b/src/IconAutopauseOutlined.tsx index a009c3b8b..d4a9e0c8c 100644 --- a/src/IconAutopauseOutlined.tsx +++ b/src/IconAutopauseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseOutlined: React.FC = ({ ...props }) => ( +export const IconAutopauseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutopauseOutlined as default } diff --git a/src/IconAutopauseOutlinedFilled.tsx b/src/IconAutopauseOutlinedFilled.tsx index 0ab77f94d..2257c48b5 100644 --- a/src/IconAutopauseOutlinedFilled.tsx +++ b/src/IconAutopauseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutopauseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutopauseOutlinedFilled as default } diff --git a/src/IconAutopauseRounded.tsx b/src/IconAutopauseRounded.tsx index 349798f94..99a26a0d6 100644 --- a/src/IconAutopauseRounded.tsx +++ b/src/IconAutopauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseRounded: React.FC = ({ ...props }) => ( +export const IconAutopauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutopauseRounded as default } diff --git a/src/IconAutopauseRoundedFilled.tsx b/src/IconAutopauseRoundedFilled.tsx index ac96b4841..f0c42c246 100644 --- a/src/IconAutopauseRoundedFilled.tsx +++ b/src/IconAutopauseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutopauseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutopauseRoundedFilled as default } diff --git a/src/IconAutopauseSharp.tsx b/src/IconAutopauseSharp.tsx index 1217706ec..5585f3d89 100644 --- a/src/IconAutopauseSharp.tsx +++ b/src/IconAutopauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseSharp: React.FC = ({ ...props }) => ( +export const IconAutopauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutopauseSharp as default } diff --git a/src/IconAutopauseSharpFilled.tsx b/src/IconAutopauseSharpFilled.tsx index 2855e78a9..23100c2b9 100644 --- a/src/IconAutopauseSharpFilled.tsx +++ b/src/IconAutopauseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutopauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutopauseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutopauseSharpFilled as default } diff --git a/src/IconAutoplayOutlined.tsx b/src/IconAutoplayOutlined.tsx index 8edee7674..05f1a82ce 100644 --- a/src/IconAutoplayOutlined.tsx +++ b/src/IconAutoplayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplayOutlined: React.FC = ({ ...props }) => ( +export const IconAutoplayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoplayOutlined as default } diff --git a/src/IconAutoplayOutlinedFilled.tsx b/src/IconAutoplayOutlinedFilled.tsx index fc5f1bf41..4fd616e2c 100644 --- a/src/IconAutoplayOutlinedFilled.tsx +++ b/src/IconAutoplayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutoplayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoplayOutlinedFilled as default } diff --git a/src/IconAutoplayRounded.tsx b/src/IconAutoplayRounded.tsx index 9f1ad3a76..407aa62f6 100644 --- a/src/IconAutoplayRounded.tsx +++ b/src/IconAutoplayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplayRounded: React.FC = ({ ...props }) => ( +export const IconAutoplayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoplayRounded as default } diff --git a/src/IconAutoplayRoundedFilled.tsx b/src/IconAutoplayRoundedFilled.tsx index c278ffda8..a20d6a16f 100644 --- a/src/IconAutoplayRoundedFilled.tsx +++ b/src/IconAutoplayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutoplayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutoplayRoundedFilled as default } diff --git a/src/IconAutoplaySharp.tsx b/src/IconAutoplaySharp.tsx index c4a24cee2..0ae76908c 100644 --- a/src/IconAutoplaySharp.tsx +++ b/src/IconAutoplaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplaySharp: React.FC = ({ ...props }) => ( +export const IconAutoplaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoplaySharp as default } diff --git a/src/IconAutoplaySharpFilled.tsx b/src/IconAutoplaySharpFilled.tsx index 3014afcf2..7e5decdc4 100644 --- a/src/IconAutoplaySharpFilled.tsx +++ b/src/IconAutoplaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutoplaySharpFilled: React.FC = ({ ...props }) => ( +export const IconAutoplaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutoplaySharpFilled as default } diff --git a/src/IconAutorenewOutlined.tsx b/src/IconAutorenewOutlined.tsx index 3aae58d87..f0cb5dc41 100644 --- a/src/IconAutorenewOutlined.tsx +++ b/src/IconAutorenewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewOutlined: React.FC = ({ ...props }) => ( +export const IconAutorenewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutorenewOutlined as default } diff --git a/src/IconAutorenewOutlinedFilled.tsx b/src/IconAutorenewOutlinedFilled.tsx index 21b256833..36fd20ccb 100644 --- a/src/IconAutorenewOutlinedFilled.tsx +++ b/src/IconAutorenewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutorenewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutorenewOutlinedFilled as default } diff --git a/src/IconAutorenewRounded.tsx b/src/IconAutorenewRounded.tsx index a2fc4949c..c66eeceed 100644 --- a/src/IconAutorenewRounded.tsx +++ b/src/IconAutorenewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewRounded: React.FC = ({ ...props }) => ( +export const IconAutorenewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutorenewRounded as default } diff --git a/src/IconAutorenewRoundedFilled.tsx b/src/IconAutorenewRoundedFilled.tsx index a3ff95d84..8edb226ce 100644 --- a/src/IconAutorenewRoundedFilled.tsx +++ b/src/IconAutorenewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutorenewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutorenewRoundedFilled as default } diff --git a/src/IconAutorenewSharp.tsx b/src/IconAutorenewSharp.tsx index 8e8e4b309..f81922518 100644 --- a/src/IconAutorenewSharp.tsx +++ b/src/IconAutorenewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewSharp: React.FC = ({ ...props }) => ( +export const IconAutorenewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutorenewSharp as default } diff --git a/src/IconAutorenewSharpFilled.tsx b/src/IconAutorenewSharpFilled.tsx index f9521d249..913f5827d 100644 --- a/src/IconAutorenewSharpFilled.tsx +++ b/src/IconAutorenewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutorenewSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutorenewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutorenewSharpFilled as default } diff --git a/src/IconAutostopOutlined.tsx b/src/IconAutostopOutlined.tsx index 9bd1e0d32..983735473 100644 --- a/src/IconAutostopOutlined.tsx +++ b/src/IconAutostopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopOutlined: React.FC = ({ ...props }) => ( +export const IconAutostopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutostopOutlined as default } diff --git a/src/IconAutostopOutlinedFilled.tsx b/src/IconAutostopOutlinedFilled.tsx index 376df06cd..b74933930 100644 --- a/src/IconAutostopOutlinedFilled.tsx +++ b/src/IconAutostopOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAutostopOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutostopOutlinedFilled as default } diff --git a/src/IconAutostopRounded.tsx b/src/IconAutostopRounded.tsx index d7ab561a9..737c89a15 100644 --- a/src/IconAutostopRounded.tsx +++ b/src/IconAutostopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopRounded: React.FC = ({ ...props }) => ( +export const IconAutostopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutostopRounded as default } diff --git a/src/IconAutostopRoundedFilled.tsx b/src/IconAutostopRoundedFilled.tsx index 3cb5b5ef2..4140c671e 100644 --- a/src/IconAutostopRoundedFilled.tsx +++ b/src/IconAutostopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAutostopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAutostopRoundedFilled as default } diff --git a/src/IconAutostopSharp.tsx b/src/IconAutostopSharp.tsx index 52bb37072..825c8ad5b 100644 --- a/src/IconAutostopSharp.tsx +++ b/src/IconAutostopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopSharp: React.FC = ({ ...props }) => ( +export const IconAutostopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutostopSharp as default } diff --git a/src/IconAutostopSharpFilled.tsx b/src/IconAutostopSharpFilled.tsx index 3441991fe..f80259d3c 100644 --- a/src/IconAutostopSharpFilled.tsx +++ b/src/IconAutostopSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAutostopSharpFilled: React.FC = ({ ...props }) => ( +export const IconAutostopSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAutostopSharpFilled as default } diff --git a/src/IconAv1Outlined.tsx b/src/IconAv1Outlined.tsx index 675305850..41be0cc7a 100644 --- a/src/IconAv1Outlined.tsx +++ b/src/IconAv1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1Outlined: React.FC = ({ ...props }) => ( +export const IconAv1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1Outlined as default } diff --git a/src/IconAv1OutlinedFilled.tsx b/src/IconAv1OutlinedFilled.tsx index f13d5736f..623ec69b6 100644 --- a/src/IconAv1OutlinedFilled.tsx +++ b/src/IconAv1OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAv1OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1OutlinedFilled as default } diff --git a/src/IconAv1Rounded.tsx b/src/IconAv1Rounded.tsx index c98c42797..01275fa3d 100644 --- a/src/IconAv1Rounded.tsx +++ b/src/IconAv1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1Rounded: React.FC = ({ ...props }) => ( +export const IconAv1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1Rounded as default } diff --git a/src/IconAv1RoundedFilled.tsx b/src/IconAv1RoundedFilled.tsx index 2562ab02d..13ad83bc2 100644 --- a/src/IconAv1RoundedFilled.tsx +++ b/src/IconAv1RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconAv1RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1RoundedFilled as default } diff --git a/src/IconAv1Sharp.tsx b/src/IconAv1Sharp.tsx index 63a3b18ff..cefb8dbbf 100644 --- a/src/IconAv1Sharp.tsx +++ b/src/IconAv1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1Sharp: React.FC = ({ ...props }) => ( +export const IconAv1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1Sharp as default } diff --git a/src/IconAv1SharpFilled.tsx b/src/IconAv1SharpFilled.tsx index 1f8d4aaad..b287cfeba 100644 --- a/src/IconAv1SharpFilled.tsx +++ b/src/IconAv1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAv1SharpFilled: React.FC = ({ ...props }) => ( +export const IconAv1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAv1SharpFilled as default } diff --git a/src/IconAvTimerOutlined.tsx b/src/IconAvTimerOutlined.tsx index 51075f1f3..e7412378f 100644 --- a/src/IconAvTimerOutlined.tsx +++ b/src/IconAvTimerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerOutlined: React.FC = ({ ...props }) => ( +export const IconAvTimerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvTimerOutlined as default } diff --git a/src/IconAvTimerOutlinedFilled.tsx b/src/IconAvTimerOutlinedFilled.tsx index f991aea6e..ee52d35a6 100644 --- a/src/IconAvTimerOutlinedFilled.tsx +++ b/src/IconAvTimerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAvTimerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAvTimerOutlinedFilled as default } diff --git a/src/IconAvTimerRounded.tsx b/src/IconAvTimerRounded.tsx index 1525c5a95..6e83b83a4 100644 --- a/src/IconAvTimerRounded.tsx +++ b/src/IconAvTimerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerRounded: React.FC = ({ ...props }) => ( +export const IconAvTimerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvTimerRounded as default } diff --git a/src/IconAvTimerRoundedFilled.tsx b/src/IconAvTimerRoundedFilled.tsx index aeb90a239..82574ee2c 100644 --- a/src/IconAvTimerRoundedFilled.tsx +++ b/src/IconAvTimerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAvTimerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvTimerRoundedFilled as default } diff --git a/src/IconAvTimerSharp.tsx b/src/IconAvTimerSharp.tsx index 257213933..be56cc7d9 100644 --- a/src/IconAvTimerSharp.tsx +++ b/src/IconAvTimerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerSharp: React.FC = ({ ...props }) => ( +export const IconAvTimerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvTimerSharp as default } diff --git a/src/IconAvTimerSharpFilled.tsx b/src/IconAvTimerSharpFilled.tsx index 93716081d..62648b65b 100644 --- a/src/IconAvTimerSharpFilled.tsx +++ b/src/IconAvTimerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvTimerSharpFilled: React.FC = ({ ...props }) => ( +export const IconAvTimerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvTimerSharpFilled as default } diff --git a/src/IconAvcOutlined.tsx b/src/IconAvcOutlined.tsx index 942227179..772fbcfe7 100644 --- a/src/IconAvcOutlined.tsx +++ b/src/IconAvcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcOutlined: React.FC = ({ ...props }) => ( +export const IconAvcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcOutlined as default } diff --git a/src/IconAvcOutlinedFilled.tsx b/src/IconAvcOutlinedFilled.tsx index eb384ce86..51bb25cb4 100644 --- a/src/IconAvcOutlinedFilled.tsx +++ b/src/IconAvcOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAvcOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcOutlinedFilled as default } diff --git a/src/IconAvcRounded.tsx b/src/IconAvcRounded.tsx index 41ddb4296..dce596776 100644 --- a/src/IconAvcRounded.tsx +++ b/src/IconAvcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcRounded: React.FC = ({ ...props }) => ( +export const IconAvcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcRounded as default } diff --git a/src/IconAvcRoundedFilled.tsx b/src/IconAvcRoundedFilled.tsx index 2be639d78..33341f5ff 100644 --- a/src/IconAvcRoundedFilled.tsx +++ b/src/IconAvcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAvcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcRoundedFilled as default } diff --git a/src/IconAvcSharp.tsx b/src/IconAvcSharp.tsx index 93f2c632d..4dc1f143d 100644 --- a/src/IconAvcSharp.tsx +++ b/src/IconAvcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcSharp: React.FC = ({ ...props }) => ( +export const IconAvcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcSharp as default } diff --git a/src/IconAvcSharpFilled.tsx b/src/IconAvcSharpFilled.tsx index 50fc52f84..61f2f486e 100644 --- a/src/IconAvcSharpFilled.tsx +++ b/src/IconAvcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvcSharpFilled: React.FC = ({ ...props }) => ( +export const IconAvcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvcSharpFilled as default } diff --git a/src/IconAvgPaceOutlined.tsx b/src/IconAvgPaceOutlined.tsx index def90312a..627a41337 100644 --- a/src/IconAvgPaceOutlined.tsx +++ b/src/IconAvgPaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceOutlined: React.FC = ({ ...props }) => ( +export const IconAvgPaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgPaceOutlined as default } diff --git a/src/IconAvgPaceOutlinedFilled.tsx b/src/IconAvgPaceOutlinedFilled.tsx index bd98cc713..021f151db 100644 --- a/src/IconAvgPaceOutlinedFilled.tsx +++ b/src/IconAvgPaceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAvgPaceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAvgPaceOutlinedFilled as default } diff --git a/src/IconAvgPaceRounded.tsx b/src/IconAvgPaceRounded.tsx index 946140f80..918b04ebd 100644 --- a/src/IconAvgPaceRounded.tsx +++ b/src/IconAvgPaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceRounded: React.FC = ({ ...props }) => ( +export const IconAvgPaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgPaceRounded as default } diff --git a/src/IconAvgPaceRoundedFilled.tsx b/src/IconAvgPaceRoundedFilled.tsx index dc9e21b72..e2fb14d56 100644 --- a/src/IconAvgPaceRoundedFilled.tsx +++ b/src/IconAvgPaceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAvgPaceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgPaceRoundedFilled as default } diff --git a/src/IconAvgPaceSharp.tsx b/src/IconAvgPaceSharp.tsx index 8a9d4d6eb..e7b17a1a8 100644 --- a/src/IconAvgPaceSharp.tsx +++ b/src/IconAvgPaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceSharp: React.FC = ({ ...props }) => ( +export const IconAvgPaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgPaceSharp as default } diff --git a/src/IconAvgPaceSharpFilled.tsx b/src/IconAvgPaceSharpFilled.tsx index 4d004e8c9..28becf1b0 100644 --- a/src/IconAvgPaceSharpFilled.tsx +++ b/src/IconAvgPaceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgPaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconAvgPaceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgPaceSharpFilled as default } diff --git a/src/IconAvgTimeOutlined.tsx b/src/IconAvgTimeOutlined.tsx index db7081e65..98f00a90f 100644 --- a/src/IconAvgTimeOutlined.tsx +++ b/src/IconAvgTimeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeOutlined: React.FC = ({ ...props }) => ( +export const IconAvgTimeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgTimeOutlined as default } diff --git a/src/IconAvgTimeOutlinedFilled.tsx b/src/IconAvgTimeOutlinedFilled.tsx index 3c9588cbb..95b0455fe 100644 --- a/src/IconAvgTimeOutlinedFilled.tsx +++ b/src/IconAvgTimeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAvgTimeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAvgTimeOutlinedFilled as default } diff --git a/src/IconAvgTimeRounded.tsx b/src/IconAvgTimeRounded.tsx index 1dd660ea5..881c8bffa 100644 --- a/src/IconAvgTimeRounded.tsx +++ b/src/IconAvgTimeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeRounded: React.FC = ({ ...props }) => ( +export const IconAvgTimeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgTimeRounded as default } diff --git a/src/IconAvgTimeRoundedFilled.tsx b/src/IconAvgTimeRoundedFilled.tsx index fb05cb659..338c45053 100644 --- a/src/IconAvgTimeRoundedFilled.tsx +++ b/src/IconAvgTimeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAvgTimeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgTimeRoundedFilled as default } diff --git a/src/IconAvgTimeSharp.tsx b/src/IconAvgTimeSharp.tsx index cdab65f6d..96bd09b0b 100644 --- a/src/IconAvgTimeSharp.tsx +++ b/src/IconAvgTimeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeSharp: React.FC = ({ ...props }) => ( +export const IconAvgTimeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgTimeSharp as default } diff --git a/src/IconAvgTimeSharpFilled.tsx b/src/IconAvgTimeSharpFilled.tsx index befa473e6..57cada386 100644 --- a/src/IconAvgTimeSharpFilled.tsx +++ b/src/IconAvgTimeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAvgTimeSharpFilled: React.FC = ({ ...props }) => ( +export const IconAvgTimeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAvgTimeSharpFilled as default } diff --git a/src/IconAwardStarOutlined.tsx b/src/IconAwardStarOutlined.tsx index 4532f4de3..9b8c9365d 100644 --- a/src/IconAwardStarOutlined.tsx +++ b/src/IconAwardStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarOutlined: React.FC = ({ ...props }) => ( +export const IconAwardStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAwardStarOutlined as default } diff --git a/src/IconAwardStarOutlinedFilled.tsx b/src/IconAwardStarOutlinedFilled.tsx index 9a0a4ccf7..88c88641e 100644 --- a/src/IconAwardStarOutlinedFilled.tsx +++ b/src/IconAwardStarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAwardStarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAwardStarOutlinedFilled as default } diff --git a/src/IconAwardStarRounded.tsx b/src/IconAwardStarRounded.tsx index 9d0959786..256fd84ec 100644 --- a/src/IconAwardStarRounded.tsx +++ b/src/IconAwardStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarRounded: React.FC = ({ ...props }) => ( +export const IconAwardStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAwardStarRounded as default } diff --git a/src/IconAwardStarRoundedFilled.tsx b/src/IconAwardStarRoundedFilled.tsx index 954476bc1..959ae66c2 100644 --- a/src/IconAwardStarRoundedFilled.tsx +++ b/src/IconAwardStarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAwardStarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconAwardStarRoundedFilled as default } diff --git a/src/IconAwardStarSharp.tsx b/src/IconAwardStarSharp.tsx index 773c31724..6b5e13f83 100644 --- a/src/IconAwardStarSharp.tsx +++ b/src/IconAwardStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarSharp: React.FC = ({ ...props }) => ( +export const IconAwardStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAwardStarSharp as default } diff --git a/src/IconAwardStarSharpFilled.tsx b/src/IconAwardStarSharpFilled.tsx index 3b3b780aa..8cf20a913 100644 --- a/src/IconAwardStarSharpFilled.tsx +++ b/src/IconAwardStarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAwardStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconAwardStarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAwardStarSharpFilled as default } diff --git a/src/IconAzmOutlined.tsx b/src/IconAzmOutlined.tsx index 9210b0a90..11134c375 100644 --- a/src/IconAzmOutlined.tsx +++ b/src/IconAzmOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmOutlined: React.FC = ({ ...props }) => ( +export const IconAzmOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmOutlined as default } diff --git a/src/IconAzmOutlinedFilled.tsx b/src/IconAzmOutlinedFilled.tsx index 812c63863..aa04d3925 100644 --- a/src/IconAzmOutlinedFilled.tsx +++ b/src/IconAzmOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconAzmOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmOutlinedFilled as default } diff --git a/src/IconAzmRounded.tsx b/src/IconAzmRounded.tsx index 02f452094..9f4977676 100644 --- a/src/IconAzmRounded.tsx +++ b/src/IconAzmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmRounded: React.FC = ({ ...props }) => ( +export const IconAzmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmRounded as default } diff --git a/src/IconAzmRoundedFilled.tsx b/src/IconAzmRoundedFilled.tsx index 097efde99..d5478c6ec 100644 --- a/src/IconAzmRoundedFilled.tsx +++ b/src/IconAzmRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconAzmRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmRoundedFilled as default } diff --git a/src/IconAzmSharp.tsx b/src/IconAzmSharp.tsx index ece5b5ce9..67f0dbd87 100644 --- a/src/IconAzmSharp.tsx +++ b/src/IconAzmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmSharp: React.FC = ({ ...props }) => ( +export const IconAzmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmSharp as default } diff --git a/src/IconAzmSharpFilled.tsx b/src/IconAzmSharpFilled.tsx index eac8b1930..04ba9493f 100644 --- a/src/IconAzmSharpFilled.tsx +++ b/src/IconAzmSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconAzmSharpFilled: React.FC = ({ ...props }) => ( +export const IconAzmSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconAzmSharpFilled as default } diff --git a/src/IconBabyChangingStationOutlined.tsx b/src/IconBabyChangingStationOutlined.tsx index abe0de109..3ab8b4344 100644 --- a/src/IconBabyChangingStationOutlined.tsx +++ b/src/IconBabyChangingStationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationOutlined: React.FC = ({ ...props }) => ( +export const IconBabyChangingStationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBabyChangingStationOutlined as default } diff --git a/src/IconBabyChangingStationOutlinedFilled.tsx b/src/IconBabyChangingStationOutlinedFilled.tsx index 574b0ba42..25f74014b 100644 --- a/src/IconBabyChangingStationOutlinedFilled.tsx +++ b/src/IconBabyChangingStationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationOutlinedFilled: React.FC = ({ +export const IconBabyChangingStationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBabyChangingStationOutlinedFilled: React.FC = ({ ) - -export { IconBabyChangingStationOutlinedFilled as default } diff --git a/src/IconBabyChangingStationRounded.tsx b/src/IconBabyChangingStationRounded.tsx index 5fd423563..3687ced41 100644 --- a/src/IconBabyChangingStationRounded.tsx +++ b/src/IconBabyChangingStationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationRounded: React.FC = ({ ...props }) => ( +export const IconBabyChangingStationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBabyChangingStationRounded as default } diff --git a/src/IconBabyChangingStationRoundedFilled.tsx b/src/IconBabyChangingStationRoundedFilled.tsx index f0f66893e..377ae583c 100644 --- a/src/IconBabyChangingStationRoundedFilled.tsx +++ b/src/IconBabyChangingStationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationRoundedFilled: React.FC = ({ +export const IconBabyChangingStationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBabyChangingStationRoundedFilled: React.FC = ({ ) - -export { IconBabyChangingStationRoundedFilled as default } diff --git a/src/IconBabyChangingStationSharp.tsx b/src/IconBabyChangingStationSharp.tsx index 4aadefd7d..8cfceb868 100644 --- a/src/IconBabyChangingStationSharp.tsx +++ b/src/IconBabyChangingStationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationSharp: React.FC = ({ ...props }) => ( +export const IconBabyChangingStationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBabyChangingStationSharp as default } diff --git a/src/IconBabyChangingStationSharpFilled.tsx b/src/IconBabyChangingStationSharpFilled.tsx index 9ee63b010..f93926bd1 100644 --- a/src/IconBabyChangingStationSharpFilled.tsx +++ b/src/IconBabyChangingStationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBabyChangingStationSharpFilled: React.FC = ({ +export const IconBabyChangingStationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBabyChangingStationSharpFilled: React.FC = ({ ) - -export { IconBabyChangingStationSharpFilled as default } diff --git a/src/IconBackHandOutlined.tsx b/src/IconBackHandOutlined.tsx index 66fe23bf7..33c75c9c6 100644 --- a/src/IconBackHandOutlined.tsx +++ b/src/IconBackHandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandOutlined: React.FC = ({ ...props }) => ( +export const IconBackHandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackHandOutlined as default } diff --git a/src/IconBackHandOutlinedFilled.tsx b/src/IconBackHandOutlinedFilled.tsx index 0dc09d69c..c0fd38260 100644 --- a/src/IconBackHandOutlinedFilled.tsx +++ b/src/IconBackHandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackHandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackHandOutlinedFilled as default } diff --git a/src/IconBackHandRounded.tsx b/src/IconBackHandRounded.tsx index adbbd5235..256741699 100644 --- a/src/IconBackHandRounded.tsx +++ b/src/IconBackHandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandRounded: React.FC = ({ ...props }) => ( +export const IconBackHandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackHandRounded as default } diff --git a/src/IconBackHandRoundedFilled.tsx b/src/IconBackHandRoundedFilled.tsx index 6123fc097..27749a7e8 100644 --- a/src/IconBackHandRoundedFilled.tsx +++ b/src/IconBackHandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackHandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackHandRoundedFilled as default } diff --git a/src/IconBackHandSharp.tsx b/src/IconBackHandSharp.tsx index d948f2c6d..e3b865c6d 100644 --- a/src/IconBackHandSharp.tsx +++ b/src/IconBackHandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandSharp: React.FC = ({ ...props }) => ( +export const IconBackHandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackHandSharp as default } diff --git a/src/IconBackHandSharpFilled.tsx b/src/IconBackHandSharpFilled.tsx index 12b372066..64287f639 100644 --- a/src/IconBackHandSharpFilled.tsx +++ b/src/IconBackHandSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackHandSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackHandSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackHandSharpFilled as default } diff --git a/src/IconBackToTabOutlined.tsx b/src/IconBackToTabOutlined.tsx index 0956d498d..771359418 100644 --- a/src/IconBackToTabOutlined.tsx +++ b/src/IconBackToTabOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabOutlined: React.FC = ({ ...props }) => ( +export const IconBackToTabOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackToTabOutlined as default } diff --git a/src/IconBackToTabOutlinedFilled.tsx b/src/IconBackToTabOutlinedFilled.tsx index 6f850666c..a63dffc01 100644 --- a/src/IconBackToTabOutlinedFilled.tsx +++ b/src/IconBackToTabOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackToTabOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackToTabOutlinedFilled as default } diff --git a/src/IconBackToTabRounded.tsx b/src/IconBackToTabRounded.tsx index 90623706a..a8f72a77e 100644 --- a/src/IconBackToTabRounded.tsx +++ b/src/IconBackToTabRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabRounded: React.FC = ({ ...props }) => ( +export const IconBackToTabRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackToTabRounded as default } diff --git a/src/IconBackToTabRoundedFilled.tsx b/src/IconBackToTabRoundedFilled.tsx index 559f1045c..27fb4f1c5 100644 --- a/src/IconBackToTabRoundedFilled.tsx +++ b/src/IconBackToTabRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackToTabRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackToTabRoundedFilled as default } diff --git a/src/IconBackToTabSharp.tsx b/src/IconBackToTabSharp.tsx index 3b361a0c3..f6203c804 100644 --- a/src/IconBackToTabSharp.tsx +++ b/src/IconBackToTabSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabSharp: React.FC = ({ ...props }) => ( +export const IconBackToTabSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackToTabSharp as default } diff --git a/src/IconBackToTabSharpFilled.tsx b/src/IconBackToTabSharpFilled.tsx index 758be5909..fb02707f2 100644 --- a/src/IconBackToTabSharpFilled.tsx +++ b/src/IconBackToTabSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackToTabSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackToTabSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackToTabSharpFilled as default } diff --git a/src/IconBackgroundDotLargeOutlined.tsx b/src/IconBackgroundDotLargeOutlined.tsx index 1f71b3c2c..5a03eb034 100644 --- a/src/IconBackgroundDotLargeOutlined.tsx +++ b/src/IconBackgroundDotLargeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeOutlined: React.FC = ({ ...props }) => ( +export const IconBackgroundDotLargeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotLargeOutlined as default } diff --git a/src/IconBackgroundDotLargeOutlinedFilled.tsx b/src/IconBackgroundDotLargeOutlinedFilled.tsx index f50e12d68..b4193e1b9 100644 --- a/src/IconBackgroundDotLargeOutlinedFilled.tsx +++ b/src/IconBackgroundDotLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeOutlinedFilled: React.FC = ({ +export const IconBackgroundDotLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotLargeOutlinedFilled: React.FC = ({ ) - -export { IconBackgroundDotLargeOutlinedFilled as default } diff --git a/src/IconBackgroundDotLargeRounded.tsx b/src/IconBackgroundDotLargeRounded.tsx index 9d2c5ab49..1b7cf1d94 100644 --- a/src/IconBackgroundDotLargeRounded.tsx +++ b/src/IconBackgroundDotLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeRounded: React.FC = ({ ...props }) => ( +export const IconBackgroundDotLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotLargeRounded as default } diff --git a/src/IconBackgroundDotLargeRoundedFilled.tsx b/src/IconBackgroundDotLargeRoundedFilled.tsx index 64ad47bfe..cf6ead51a 100644 --- a/src/IconBackgroundDotLargeRoundedFilled.tsx +++ b/src/IconBackgroundDotLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeRoundedFilled: React.FC = ({ +export const IconBackgroundDotLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotLargeRoundedFilled: React.FC = ({ ) - -export { IconBackgroundDotLargeRoundedFilled as default } diff --git a/src/IconBackgroundDotLargeSharp.tsx b/src/IconBackgroundDotLargeSharp.tsx index 358fcced2..fb2e5a1dc 100644 --- a/src/IconBackgroundDotLargeSharp.tsx +++ b/src/IconBackgroundDotLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeSharp: React.FC = ({ ...props }) => ( +export const IconBackgroundDotLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotLargeSharp as default } diff --git a/src/IconBackgroundDotLargeSharpFilled.tsx b/src/IconBackgroundDotLargeSharpFilled.tsx index 4a2bab0ec..9514d451a 100644 --- a/src/IconBackgroundDotLargeSharpFilled.tsx +++ b/src/IconBackgroundDotLargeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotLargeSharpFilled: React.FC = ({ +export const IconBackgroundDotLargeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotLargeSharpFilled: React.FC = ({ ) - -export { IconBackgroundDotLargeSharpFilled as default } diff --git a/src/IconBackgroundDotSmallOutlined.tsx b/src/IconBackgroundDotSmallOutlined.tsx index e9128bd29..17060af71 100644 --- a/src/IconBackgroundDotSmallOutlined.tsx +++ b/src/IconBackgroundDotSmallOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallOutlined: React.FC = ({ ...props }) => ( +export const IconBackgroundDotSmallOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotSmallOutlined as default } diff --git a/src/IconBackgroundDotSmallOutlinedFilled.tsx b/src/IconBackgroundDotSmallOutlinedFilled.tsx index 9b4395866..5b1350023 100644 --- a/src/IconBackgroundDotSmallOutlinedFilled.tsx +++ b/src/IconBackgroundDotSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallOutlinedFilled: React.FC = ({ +export const IconBackgroundDotSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotSmallOutlinedFilled: React.FC = ({ ) - -export { IconBackgroundDotSmallOutlinedFilled as default } diff --git a/src/IconBackgroundDotSmallRounded.tsx b/src/IconBackgroundDotSmallRounded.tsx index 93ccdb101..90a4f6e9c 100644 --- a/src/IconBackgroundDotSmallRounded.tsx +++ b/src/IconBackgroundDotSmallRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallRounded: React.FC = ({ ...props }) => ( +export const IconBackgroundDotSmallRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotSmallRounded as default } diff --git a/src/IconBackgroundDotSmallRoundedFilled.tsx b/src/IconBackgroundDotSmallRoundedFilled.tsx index 8b9168073..c5cd25abd 100644 --- a/src/IconBackgroundDotSmallRoundedFilled.tsx +++ b/src/IconBackgroundDotSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallRoundedFilled: React.FC = ({ +export const IconBackgroundDotSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotSmallRoundedFilled: React.FC = ({ ) - -export { IconBackgroundDotSmallRoundedFilled as default } diff --git a/src/IconBackgroundDotSmallSharp.tsx b/src/IconBackgroundDotSmallSharp.tsx index ffc379eeb..b3b816d37 100644 --- a/src/IconBackgroundDotSmallSharp.tsx +++ b/src/IconBackgroundDotSmallSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallSharp: React.FC = ({ ...props }) => ( +export const IconBackgroundDotSmallSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundDotSmallSharp as default } diff --git a/src/IconBackgroundDotSmallSharpFilled.tsx b/src/IconBackgroundDotSmallSharpFilled.tsx index c680f4f42..3adce5d77 100644 --- a/src/IconBackgroundDotSmallSharpFilled.tsx +++ b/src/IconBackgroundDotSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundDotSmallSharpFilled: React.FC = ({ +export const IconBackgroundDotSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundDotSmallSharpFilled: React.FC = ({ ) - -export { IconBackgroundDotSmallSharpFilled as default } diff --git a/src/IconBackgroundGridSmallOutlined.tsx b/src/IconBackgroundGridSmallOutlined.tsx index 8542696c2..2d752c1ef 100644 --- a/src/IconBackgroundGridSmallOutlined.tsx +++ b/src/IconBackgroundGridSmallOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallOutlined: React.FC = ({ ...props }) => ( +export const IconBackgroundGridSmallOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundGridSmallOutlined as default } diff --git a/src/IconBackgroundGridSmallOutlinedFilled.tsx b/src/IconBackgroundGridSmallOutlinedFilled.tsx index cd4f26087..2570c91d7 100644 --- a/src/IconBackgroundGridSmallOutlinedFilled.tsx +++ b/src/IconBackgroundGridSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallOutlinedFilled: React.FC = ({ +export const IconBackgroundGridSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundGridSmallOutlinedFilled: React.FC = ({ ) - -export { IconBackgroundGridSmallOutlinedFilled as default } diff --git a/src/IconBackgroundGridSmallRounded.tsx b/src/IconBackgroundGridSmallRounded.tsx index 459a6967a..259d2c5d2 100644 --- a/src/IconBackgroundGridSmallRounded.tsx +++ b/src/IconBackgroundGridSmallRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallRounded: React.FC = ({ ...props }) => ( +export const IconBackgroundGridSmallRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundGridSmallRounded as default } diff --git a/src/IconBackgroundGridSmallRoundedFilled.tsx b/src/IconBackgroundGridSmallRoundedFilled.tsx index 316ed0fce..6e4bb2004 100644 --- a/src/IconBackgroundGridSmallRoundedFilled.tsx +++ b/src/IconBackgroundGridSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallRoundedFilled: React.FC = ({ +export const IconBackgroundGridSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundGridSmallRoundedFilled: React.FC = ({ ) - -export { IconBackgroundGridSmallRoundedFilled as default } diff --git a/src/IconBackgroundGridSmallSharp.tsx b/src/IconBackgroundGridSmallSharp.tsx index 9bd4337b8..cfbe6de46 100644 --- a/src/IconBackgroundGridSmallSharp.tsx +++ b/src/IconBackgroundGridSmallSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallSharp: React.FC = ({ ...props }) => ( +export const IconBackgroundGridSmallSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundGridSmallSharp as default } diff --git a/src/IconBackgroundGridSmallSharpFilled.tsx b/src/IconBackgroundGridSmallSharpFilled.tsx index 49e7ca4d9..52b487547 100644 --- a/src/IconBackgroundGridSmallSharpFilled.tsx +++ b/src/IconBackgroundGridSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundGridSmallSharpFilled: React.FC = ({ +export const IconBackgroundGridSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundGridSmallSharpFilled: React.FC = ({ ) - -export { IconBackgroundGridSmallSharpFilled as default } diff --git a/src/IconBackgroundReplaceOutlined.tsx b/src/IconBackgroundReplaceOutlined.tsx index d57519127..7e5e1976e 100644 --- a/src/IconBackgroundReplaceOutlined.tsx +++ b/src/IconBackgroundReplaceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceOutlined: React.FC = ({ ...props }) => ( +export const IconBackgroundReplaceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundReplaceOutlined as default } diff --git a/src/IconBackgroundReplaceOutlinedFilled.tsx b/src/IconBackgroundReplaceOutlinedFilled.tsx index 0e89015b7..9178d18ac 100644 --- a/src/IconBackgroundReplaceOutlinedFilled.tsx +++ b/src/IconBackgroundReplaceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceOutlinedFilled: React.FC = ({ +export const IconBackgroundReplaceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundReplaceOutlinedFilled: React.FC = ({ ) - -export { IconBackgroundReplaceOutlinedFilled as default } diff --git a/src/IconBackgroundReplaceRounded.tsx b/src/IconBackgroundReplaceRounded.tsx index fff0ad404..3a9933267 100644 --- a/src/IconBackgroundReplaceRounded.tsx +++ b/src/IconBackgroundReplaceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceRounded: React.FC = ({ ...props }) => ( +export const IconBackgroundReplaceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundReplaceRounded as default } diff --git a/src/IconBackgroundReplaceRoundedFilled.tsx b/src/IconBackgroundReplaceRoundedFilled.tsx index 20ef10317..47a04ddf4 100644 --- a/src/IconBackgroundReplaceRoundedFilled.tsx +++ b/src/IconBackgroundReplaceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceRoundedFilled: React.FC = ({ +export const IconBackgroundReplaceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundReplaceRoundedFilled: React.FC = ({ ) - -export { IconBackgroundReplaceRoundedFilled as default } diff --git a/src/IconBackgroundReplaceSharp.tsx b/src/IconBackgroundReplaceSharp.tsx index 4616ecd67..e339a2e53 100644 --- a/src/IconBackgroundReplaceSharp.tsx +++ b/src/IconBackgroundReplaceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceSharp: React.FC = ({ ...props }) => ( +export const IconBackgroundReplaceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackgroundReplaceSharp as default } diff --git a/src/IconBackgroundReplaceSharpFilled.tsx b/src/IconBackgroundReplaceSharpFilled.tsx index daa9b3d3e..25f63b7eb 100644 --- a/src/IconBackgroundReplaceSharpFilled.tsx +++ b/src/IconBackgroundReplaceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBackgroundReplaceSharpFilled: React.FC = ({ +export const IconBackgroundReplaceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBackgroundReplaceSharpFilled: React.FC = ({ ) - -export { IconBackgroundReplaceSharpFilled as default } diff --git a/src/IconBacklightHighOffOutlined.tsx b/src/IconBacklightHighOffOutlined.tsx index 0ee2c3ef4..d0038852f 100644 --- a/src/IconBacklightHighOffOutlined.tsx +++ b/src/IconBacklightHighOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffOutlined: React.FC = ({ ...props }) => ( +export const IconBacklightHighOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOffOutlined as default } diff --git a/src/IconBacklightHighOffOutlinedFilled.tsx b/src/IconBacklightHighOffOutlinedFilled.tsx index 4c9014bfa..547cb4d6b 100644 --- a/src/IconBacklightHighOffOutlinedFilled.tsx +++ b/src/IconBacklightHighOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffOutlinedFilled: React.FC = ({ +export const IconBacklightHighOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBacklightHighOffOutlinedFilled: React.FC = ({ ) - -export { IconBacklightHighOffOutlinedFilled as default } diff --git a/src/IconBacklightHighOffRounded.tsx b/src/IconBacklightHighOffRounded.tsx index 4a7e9fac5..8acf1210a 100644 --- a/src/IconBacklightHighOffRounded.tsx +++ b/src/IconBacklightHighOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffRounded: React.FC = ({ ...props }) => ( +export const IconBacklightHighOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOffRounded as default } diff --git a/src/IconBacklightHighOffRoundedFilled.tsx b/src/IconBacklightHighOffRoundedFilled.tsx index d19202a9e..0a29a094a 100644 --- a/src/IconBacklightHighOffRoundedFilled.tsx +++ b/src/IconBacklightHighOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffRoundedFilled: React.FC = ({ +export const IconBacklightHighOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBacklightHighOffRoundedFilled: React.FC = ({ ) - -export { IconBacklightHighOffRoundedFilled as default } diff --git a/src/IconBacklightHighOffSharp.tsx b/src/IconBacklightHighOffSharp.tsx index 65a084887..ec6b98a37 100644 --- a/src/IconBacklightHighOffSharp.tsx +++ b/src/IconBacklightHighOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffSharp: React.FC = ({ ...props }) => ( +export const IconBacklightHighOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOffSharp as default } diff --git a/src/IconBacklightHighOffSharpFilled.tsx b/src/IconBacklightHighOffSharpFilled.tsx index f02bb19f9..2b1be2b75 100644 --- a/src/IconBacklightHighOffSharpFilled.tsx +++ b/src/IconBacklightHighOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconBacklightHighOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOffSharpFilled as default } diff --git a/src/IconBacklightHighOutlined.tsx b/src/IconBacklightHighOutlined.tsx index 1449b1228..3773dded1 100644 --- a/src/IconBacklightHighOutlined.tsx +++ b/src/IconBacklightHighOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOutlined: React.FC = ({ ...props }) => ( +export const IconBacklightHighOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOutlined as default } diff --git a/src/IconBacklightHighOutlinedFilled.tsx b/src/IconBacklightHighOutlinedFilled.tsx index e43faedac..9e29443f4 100644 --- a/src/IconBacklightHighOutlinedFilled.tsx +++ b/src/IconBacklightHighOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBacklightHighOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighOutlinedFilled as default } diff --git a/src/IconBacklightHighRounded.tsx b/src/IconBacklightHighRounded.tsx index f4ac75331..d23f24467 100644 --- a/src/IconBacklightHighRounded.tsx +++ b/src/IconBacklightHighRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighRounded: React.FC = ({ ...props }) => ( +export const IconBacklightHighRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBacklightHighRounded as default } diff --git a/src/IconBacklightHighRoundedFilled.tsx b/src/IconBacklightHighRoundedFilled.tsx index abeebd8ee..5b574e5d9 100644 --- a/src/IconBacklightHighRoundedFilled.tsx +++ b/src/IconBacklightHighRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBacklightHighRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighRoundedFilled as default } diff --git a/src/IconBacklightHighSharp.tsx b/src/IconBacklightHighSharp.tsx index 67fcf73ef..3cdec17a0 100644 --- a/src/IconBacklightHighSharp.tsx +++ b/src/IconBacklightHighSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighSharp: React.FC = ({ ...props }) => ( +export const IconBacklightHighSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBacklightHighSharp as default } diff --git a/src/IconBacklightHighSharpFilled.tsx b/src/IconBacklightHighSharpFilled.tsx index 03f792f96..dfef7423b 100644 --- a/src/IconBacklightHighSharpFilled.tsx +++ b/src/IconBacklightHighSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightHighSharpFilled: React.FC = ({ ...props }) => ( +export const IconBacklightHighSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightHighSharpFilled as default } diff --git a/src/IconBacklightLowOutlined.tsx b/src/IconBacklightLowOutlined.tsx index 0f40f66cd..fde90f76c 100644 --- a/src/IconBacklightLowOutlined.tsx +++ b/src/IconBacklightLowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowOutlined: React.FC = ({ ...props }) => ( +export const IconBacklightLowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBacklightLowOutlined as default } diff --git a/src/IconBacklightLowOutlinedFilled.tsx b/src/IconBacklightLowOutlinedFilled.tsx index 4f5f9c2c3..0747a7389 100644 --- a/src/IconBacklightLowOutlinedFilled.tsx +++ b/src/IconBacklightLowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBacklightLowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightLowOutlinedFilled as default } diff --git a/src/IconBacklightLowRounded.tsx b/src/IconBacklightLowRounded.tsx index 8c0a986a3..04ed85567 100644 --- a/src/IconBacklightLowRounded.tsx +++ b/src/IconBacklightLowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowRounded: React.FC = ({ ...props }) => ( +export const IconBacklightLowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBacklightLowRounded as default } diff --git a/src/IconBacklightLowRoundedFilled.tsx b/src/IconBacklightLowRoundedFilled.tsx index db9e55ede..4ed82d261 100644 --- a/src/IconBacklightLowRoundedFilled.tsx +++ b/src/IconBacklightLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBacklightLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightLowRoundedFilled as default } diff --git a/src/IconBacklightLowSharp.tsx b/src/IconBacklightLowSharp.tsx index c404286a6..4eea14e58 100644 --- a/src/IconBacklightLowSharp.tsx +++ b/src/IconBacklightLowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowSharp: React.FC = ({ ...props }) => ( +export const IconBacklightLowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBacklightLowSharp as default } diff --git a/src/IconBacklightLowSharpFilled.tsx b/src/IconBacklightLowSharpFilled.tsx index 5738004e7..c008e3883 100644 --- a/src/IconBacklightLowSharpFilled.tsx +++ b/src/IconBacklightLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBacklightLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconBacklightLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBacklightLowSharpFilled as default } diff --git a/src/IconBackpackOutlined.tsx b/src/IconBackpackOutlined.tsx index 77197f806..bc650fbed 100644 --- a/src/IconBackpackOutlined.tsx +++ b/src/IconBackpackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackOutlined: React.FC = ({ ...props }) => ( +export const IconBackpackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackpackOutlined as default } diff --git a/src/IconBackpackOutlinedFilled.tsx b/src/IconBackpackOutlinedFilled.tsx index 3daa56cbb..0e09e3cf6 100644 --- a/src/IconBackpackOutlinedFilled.tsx +++ b/src/IconBackpackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackpackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackpackOutlinedFilled as default } diff --git a/src/IconBackpackRounded.tsx b/src/IconBackpackRounded.tsx index b73f6544b..84f97a913 100644 --- a/src/IconBackpackRounded.tsx +++ b/src/IconBackpackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackRounded: React.FC = ({ ...props }) => ( +export const IconBackpackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackpackRounded as default } diff --git a/src/IconBackpackRoundedFilled.tsx b/src/IconBackpackRoundedFilled.tsx index 20c216729..c4d671d30 100644 --- a/src/IconBackpackRoundedFilled.tsx +++ b/src/IconBackpackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackpackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackpackRoundedFilled as default } diff --git a/src/IconBackpackSharp.tsx b/src/IconBackpackSharp.tsx index 0b04c1fa8..ef56c1920 100644 --- a/src/IconBackpackSharp.tsx +++ b/src/IconBackpackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackSharp: React.FC = ({ ...props }) => ( +export const IconBackpackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackpackSharp as default } diff --git a/src/IconBackpackSharpFilled.tsx b/src/IconBackpackSharpFilled.tsx index 2a324b619..0b8f7d85d 100644 --- a/src/IconBackpackSharpFilled.tsx +++ b/src/IconBackpackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackpackSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackpackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackpackSharpFilled as default } diff --git a/src/IconBackspaceOutlined.tsx b/src/IconBackspaceOutlined.tsx index 60194c24d..653f7d102 100644 --- a/src/IconBackspaceOutlined.tsx +++ b/src/IconBackspaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceOutlined: React.FC = ({ ...props }) => ( +export const IconBackspaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackspaceOutlined as default } diff --git a/src/IconBackspaceOutlinedFilled.tsx b/src/IconBackspaceOutlinedFilled.tsx index 6e04cca70..15a30039f 100644 --- a/src/IconBackspaceOutlinedFilled.tsx +++ b/src/IconBackspaceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackspaceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackspaceOutlinedFilled as default } diff --git a/src/IconBackspaceRounded.tsx b/src/IconBackspaceRounded.tsx index 59dddc778..8cfbb7df7 100644 --- a/src/IconBackspaceRounded.tsx +++ b/src/IconBackspaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceRounded: React.FC = ({ ...props }) => ( +export const IconBackspaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackspaceRounded as default } diff --git a/src/IconBackspaceRoundedFilled.tsx b/src/IconBackspaceRoundedFilled.tsx index 60626c5ad..0f899fecf 100644 --- a/src/IconBackspaceRoundedFilled.tsx +++ b/src/IconBackspaceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackspaceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackspaceRoundedFilled as default } diff --git a/src/IconBackspaceSharp.tsx b/src/IconBackspaceSharp.tsx index f498c1425..e2201cb50 100644 --- a/src/IconBackspaceSharp.tsx +++ b/src/IconBackspaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceSharp: React.FC = ({ ...props }) => ( +export const IconBackspaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackspaceSharp as default } diff --git a/src/IconBackspaceSharpFilled.tsx b/src/IconBackspaceSharpFilled.tsx index 2a90597ea..941279fb8 100644 --- a/src/IconBackspaceSharpFilled.tsx +++ b/src/IconBackspaceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackspaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackspaceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackspaceSharpFilled as default } diff --git a/src/IconBackupOutlined.tsx b/src/IconBackupOutlined.tsx index 3f5187dee..4fd8de4e2 100644 --- a/src/IconBackupOutlined.tsx +++ b/src/IconBackupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupOutlined: React.FC = ({ ...props }) => ( +export const IconBackupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupOutlined as default } diff --git a/src/IconBackupOutlinedFilled.tsx b/src/IconBackupOutlinedFilled.tsx index 9146f4c90..810d26b82 100644 --- a/src/IconBackupOutlinedFilled.tsx +++ b/src/IconBackupOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackupOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupOutlinedFilled as default } diff --git a/src/IconBackupRounded.tsx b/src/IconBackupRounded.tsx index a7cc3461e..c5bf578f7 100644 --- a/src/IconBackupRounded.tsx +++ b/src/IconBackupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupRounded: React.FC = ({ ...props }) => ( +export const IconBackupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupRounded as default } diff --git a/src/IconBackupRoundedFilled.tsx b/src/IconBackupRoundedFilled.tsx index 4ff85e612..2d38b6da2 100644 --- a/src/IconBackupRoundedFilled.tsx +++ b/src/IconBackupRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackupRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupRoundedFilled as default } diff --git a/src/IconBackupSharp.tsx b/src/IconBackupSharp.tsx index c49549950..0f2a4d348 100644 --- a/src/IconBackupSharp.tsx +++ b/src/IconBackupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupSharp: React.FC = ({ ...props }) => ( +export const IconBackupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupSharp as default } diff --git a/src/IconBackupSharpFilled.tsx b/src/IconBackupSharpFilled.tsx index d11c9d791..3bf3fd728 100644 --- a/src/IconBackupSharpFilled.tsx +++ b/src/IconBackupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupSharpFilled as default } diff --git a/src/IconBackupTableOutlined.tsx b/src/IconBackupTableOutlined.tsx index 2e35b9173..c12c3ac16 100644 --- a/src/IconBackupTableOutlined.tsx +++ b/src/IconBackupTableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableOutlined: React.FC = ({ ...props }) => ( +export const IconBackupTableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupTableOutlined as default } diff --git a/src/IconBackupTableOutlinedFilled.tsx b/src/IconBackupTableOutlinedFilled.tsx index d541c88ed..8113103cc 100644 --- a/src/IconBackupTableOutlinedFilled.tsx +++ b/src/IconBackupTableOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBackupTableOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackupTableOutlinedFilled as default } diff --git a/src/IconBackupTableRounded.tsx b/src/IconBackupTableRounded.tsx index 377c22ce2..22e088777 100644 --- a/src/IconBackupTableRounded.tsx +++ b/src/IconBackupTableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableRounded: React.FC = ({ ...props }) => ( +export const IconBackupTableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupTableRounded as default } diff --git a/src/IconBackupTableRoundedFilled.tsx b/src/IconBackupTableRoundedFilled.tsx index d4933c339..d1e809445 100644 --- a/src/IconBackupTableRoundedFilled.tsx +++ b/src/IconBackupTableRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBackupTableRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackupTableRoundedFilled as default } diff --git a/src/IconBackupTableSharp.tsx b/src/IconBackupTableSharp.tsx index ca11a2aba..2822d48eb 100644 --- a/src/IconBackupTableSharp.tsx +++ b/src/IconBackupTableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableSharp: React.FC = ({ ...props }) => ( +export const IconBackupTableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBackupTableSharp as default } diff --git a/src/IconBackupTableSharpFilled.tsx b/src/IconBackupTableSharpFilled.tsx index da7880c30..24a256827 100644 --- a/src/IconBackupTableSharpFilled.tsx +++ b/src/IconBackupTableSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBackupTableSharpFilled: React.FC = ({ ...props }) => ( +export const IconBackupTableSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBackupTableSharpFilled as default } diff --git a/src/IconBadgeCriticalBatteryOutlined.tsx b/src/IconBadgeCriticalBatteryOutlined.tsx index cc861883a..37e1dcaab 100644 --- a/src/IconBadgeCriticalBatteryOutlined.tsx +++ b/src/IconBadgeCriticalBatteryOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatteryOutlined: React.FC = ({ +export const IconBadgeCriticalBatteryOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBadgeCriticalBatteryOutlined: React.FC = ({ ) - -export { IconBadgeCriticalBatteryOutlined as default } diff --git a/src/IconBadgeCriticalBatteryOutlinedFilled.tsx b/src/IconBadgeCriticalBatteryOutlinedFilled.tsx index 528faa96c..5f946d8ee 100644 --- a/src/IconBadgeCriticalBatteryOutlinedFilled.tsx +++ b/src/IconBadgeCriticalBatteryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatteryOutlinedFilled: React.FC = ({ +export const IconBadgeCriticalBatteryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBadgeCriticalBatteryOutlinedFilled: React.FC = ({ ) - -export { IconBadgeCriticalBatteryOutlinedFilled as default } diff --git a/src/IconBadgeCriticalBatteryRounded.tsx b/src/IconBadgeCriticalBatteryRounded.tsx index 7e357d699..4f8105af1 100644 --- a/src/IconBadgeCriticalBatteryRounded.tsx +++ b/src/IconBadgeCriticalBatteryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatteryRounded: React.FC = ({ ...props }) => ( +export const IconBadgeCriticalBatteryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBadgeCriticalBatteryRounded as default } diff --git a/src/IconBadgeCriticalBatteryRoundedFilled.tsx b/src/IconBadgeCriticalBatteryRoundedFilled.tsx index 27b8726ea..46cbbdb58 100644 --- a/src/IconBadgeCriticalBatteryRoundedFilled.tsx +++ b/src/IconBadgeCriticalBatteryRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatteryRoundedFilled: React.FC = ({ +export const IconBadgeCriticalBatteryRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBadgeCriticalBatteryRoundedFilled: React.FC = ({ ) - -export { IconBadgeCriticalBatteryRoundedFilled as default } diff --git a/src/IconBadgeCriticalBatterySharp.tsx b/src/IconBadgeCriticalBatterySharp.tsx index ffc09fae6..d7bbe3891 100644 --- a/src/IconBadgeCriticalBatterySharp.tsx +++ b/src/IconBadgeCriticalBatterySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatterySharp: React.FC = ({ ...props }) => ( +export const IconBadgeCriticalBatterySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBadgeCriticalBatterySharp as default } diff --git a/src/IconBadgeCriticalBatterySharpFilled.tsx b/src/IconBadgeCriticalBatterySharpFilled.tsx index 948099d73..1c2c0e49b 100644 --- a/src/IconBadgeCriticalBatterySharpFilled.tsx +++ b/src/IconBadgeCriticalBatterySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeCriticalBatterySharpFilled: React.FC = ({ +export const IconBadgeCriticalBatterySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBadgeCriticalBatterySharpFilled: React.FC = ({ ) - -export { IconBadgeCriticalBatterySharpFilled as default } diff --git a/src/IconBadgeOutlined.tsx b/src/IconBadgeOutlined.tsx index c1ac13686..e41f9719e 100644 --- a/src/IconBadgeOutlined.tsx +++ b/src/IconBadgeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconBadgeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeOutlined as default } diff --git a/src/IconBadgeOutlinedFilled.tsx b/src/IconBadgeOutlinedFilled.tsx index 80fd7f45f..cb315ec0e 100644 --- a/src/IconBadgeOutlinedFilled.tsx +++ b/src/IconBadgeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBadgeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeOutlinedFilled as default } diff --git a/src/IconBadgeRounded.tsx b/src/IconBadgeRounded.tsx index 0bf2abb66..38203f438 100644 --- a/src/IconBadgeRounded.tsx +++ b/src/IconBadgeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeRounded: React.FC = ({ ...props }) => ( +export const IconBadgeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeRounded as default } diff --git a/src/IconBadgeRoundedFilled.tsx b/src/IconBadgeRoundedFilled.tsx index 32fbae9e0..da1f59cbd 100644 --- a/src/IconBadgeRoundedFilled.tsx +++ b/src/IconBadgeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBadgeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeRoundedFilled as default } diff --git a/src/IconBadgeSharp.tsx b/src/IconBadgeSharp.tsx index c23a50407..65e090bb3 100644 --- a/src/IconBadgeSharp.tsx +++ b/src/IconBadgeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeSharp: React.FC = ({ ...props }) => ( +export const IconBadgeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeSharp as default } diff --git a/src/IconBadgeSharpFilled.tsx b/src/IconBadgeSharpFilled.tsx index 9b2e834a8..3ae7fe6d5 100644 --- a/src/IconBadgeSharpFilled.tsx +++ b/src/IconBadgeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBadgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBadgeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBadgeSharpFilled as default } diff --git a/src/IconBakeryDiningOutlined.tsx b/src/IconBakeryDiningOutlined.tsx index 64dbc878b..b672cd9b8 100644 --- a/src/IconBakeryDiningOutlined.tsx +++ b/src/IconBakeryDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningOutlined: React.FC = ({ ...props }) => ( +export const IconBakeryDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningOutlined as default } diff --git a/src/IconBakeryDiningOutlinedFilled.tsx b/src/IconBakeryDiningOutlinedFilled.tsx index 671f772c3..4dc51b494 100644 --- a/src/IconBakeryDiningOutlinedFilled.tsx +++ b/src/IconBakeryDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBakeryDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningOutlinedFilled as default } diff --git a/src/IconBakeryDiningRounded.tsx b/src/IconBakeryDiningRounded.tsx index 5d7269c3b..cbd41a272 100644 --- a/src/IconBakeryDiningRounded.tsx +++ b/src/IconBakeryDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningRounded: React.FC = ({ ...props }) => ( +export const IconBakeryDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningRounded as default } diff --git a/src/IconBakeryDiningRoundedFilled.tsx b/src/IconBakeryDiningRoundedFilled.tsx index ca2eecae4..c15abb277 100644 --- a/src/IconBakeryDiningRoundedFilled.tsx +++ b/src/IconBakeryDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBakeryDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningRoundedFilled as default } diff --git a/src/IconBakeryDiningSharp.tsx b/src/IconBakeryDiningSharp.tsx index 17a0ef2c9..ab7606685 100644 --- a/src/IconBakeryDiningSharp.tsx +++ b/src/IconBakeryDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningSharp: React.FC = ({ ...props }) => ( +export const IconBakeryDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningSharp as default } diff --git a/src/IconBakeryDiningSharpFilled.tsx b/src/IconBakeryDiningSharpFilled.tsx index 4c4d83926..be1afb3a3 100644 --- a/src/IconBakeryDiningSharpFilled.tsx +++ b/src/IconBakeryDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBakeryDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconBakeryDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBakeryDiningSharpFilled as default } diff --git a/src/IconBalanceOutlined.tsx b/src/IconBalanceOutlined.tsx index 69a520a03..e9d8a4d91 100644 --- a/src/IconBalanceOutlined.tsx +++ b/src/IconBalanceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceOutlined: React.FC = ({ ...props }) => ( +export const IconBalanceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalanceOutlined as default } diff --git a/src/IconBalanceOutlinedFilled.tsx b/src/IconBalanceOutlinedFilled.tsx index 76e93f7e4..c7359750c 100644 --- a/src/IconBalanceOutlinedFilled.tsx +++ b/src/IconBalanceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBalanceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBalanceOutlinedFilled as default } diff --git a/src/IconBalanceRounded.tsx b/src/IconBalanceRounded.tsx index 79713c363..bb7c8dee0 100644 --- a/src/IconBalanceRounded.tsx +++ b/src/IconBalanceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceRounded: React.FC = ({ ...props }) => ( +export const IconBalanceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalanceRounded as default } diff --git a/src/IconBalanceRoundedFilled.tsx b/src/IconBalanceRoundedFilled.tsx index d88ad25f1..bd1c82be5 100644 --- a/src/IconBalanceRoundedFilled.tsx +++ b/src/IconBalanceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBalanceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalanceRoundedFilled as default } diff --git a/src/IconBalanceSharp.tsx b/src/IconBalanceSharp.tsx index 8c65dd591..d824f69cd 100644 --- a/src/IconBalanceSharp.tsx +++ b/src/IconBalanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceSharp: React.FC = ({ ...props }) => ( +export const IconBalanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalanceSharp as default } diff --git a/src/IconBalanceSharpFilled.tsx b/src/IconBalanceSharpFilled.tsx index 1e52a96b7..44fd33232 100644 --- a/src/IconBalanceSharpFilled.tsx +++ b/src/IconBalanceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconBalanceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalanceSharpFilled as default } diff --git a/src/IconBalconyOutlined.tsx b/src/IconBalconyOutlined.tsx index 85e299f2a..aab11f527 100644 --- a/src/IconBalconyOutlined.tsx +++ b/src/IconBalconyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalconyOutlined: React.FC = ({ ...props }) => ( +export const IconBalconyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalconyOutlined as default } diff --git a/src/IconBalconyOutlinedFilled.tsx b/src/IconBalconyOutlinedFilled.tsx index 2ba2e4e89..e7cd7aafd 100644 --- a/src/IconBalconyOutlinedFilled.tsx +++ b/src/IconBalconyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBalconyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBalconyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBalconyOutlinedFilled as default } diff --git a/src/IconBalconyRounded.tsx b/src/IconBalconyRounded.tsx index 06944cc45..0f3b38720 100644 --- a/src/IconBalconyRounded.tsx +++ b/src/IconBalconyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalconyRounded: React.FC = ({ ...props }) => ( +export const IconBalconyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalconyRounded as default } diff --git a/src/IconBalconyRoundedFilled.tsx b/src/IconBalconyRoundedFilled.tsx index 1deb7d71b..7be6c2980 100644 --- a/src/IconBalconyRoundedFilled.tsx +++ b/src/IconBalconyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalconyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBalconyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalconyRoundedFilled as default } diff --git a/src/IconBalconySharp.tsx b/src/IconBalconySharp.tsx index 53ef09256..ed2f04ddd 100644 --- a/src/IconBalconySharp.tsx +++ b/src/IconBalconySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalconySharp: React.FC = ({ ...props }) => ( +export const IconBalconySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalconySharp as default } diff --git a/src/IconBalconySharpFilled.tsx b/src/IconBalconySharpFilled.tsx index 33a4626a8..1a5b497f9 100644 --- a/src/IconBalconySharpFilled.tsx +++ b/src/IconBalconySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBalconySharpFilled: React.FC = ({ ...props }) => ( +export const IconBalconySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBalconySharpFilled as default } diff --git a/src/IconBallotOutlined.tsx b/src/IconBallotOutlined.tsx index e0a939bee..afff8cbf4 100644 --- a/src/IconBallotOutlined.tsx +++ b/src/IconBallotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotOutlined: React.FC = ({ ...props }) => ( +export const IconBallotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotOutlined as default } diff --git a/src/IconBallotOutlinedFilled.tsx b/src/IconBallotOutlinedFilled.tsx index 732331d98..eb6adfc57 100644 --- a/src/IconBallotOutlinedFilled.tsx +++ b/src/IconBallotOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBallotOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotOutlinedFilled as default } diff --git a/src/IconBallotRounded.tsx b/src/IconBallotRounded.tsx index 906a12ed6..10c7c8628 100644 --- a/src/IconBallotRounded.tsx +++ b/src/IconBallotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotRounded: React.FC = ({ ...props }) => ( +export const IconBallotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotRounded as default } diff --git a/src/IconBallotRoundedFilled.tsx b/src/IconBallotRoundedFilled.tsx index 218d98060..bf2d9a4ca 100644 --- a/src/IconBallotRoundedFilled.tsx +++ b/src/IconBallotRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBallotRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotRoundedFilled as default } diff --git a/src/IconBallotSharp.tsx b/src/IconBallotSharp.tsx index 73e09e241..4dc511a2e 100644 --- a/src/IconBallotSharp.tsx +++ b/src/IconBallotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotSharp: React.FC = ({ ...props }) => ( +export const IconBallotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotSharp as default } diff --git a/src/IconBallotSharpFilled.tsx b/src/IconBallotSharpFilled.tsx index 0130eede8..c4c6e5ccf 100644 --- a/src/IconBallotSharpFilled.tsx +++ b/src/IconBallotSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBallotSharpFilled: React.FC = ({ ...props }) => ( +export const IconBallotSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBallotSharpFilled as default } diff --git a/src/IconBarChart4BarsOutlined.tsx b/src/IconBarChart4BarsOutlined.tsx index 72896fa9c..185f51439 100644 --- a/src/IconBarChart4BarsOutlined.tsx +++ b/src/IconBarChart4BarsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsOutlined: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsOutlined as default } diff --git a/src/IconBarChart4BarsOutlinedFilled.tsx b/src/IconBarChart4BarsOutlinedFilled.tsx index 4673eabb4..50f9dbfa5 100644 --- a/src/IconBarChart4BarsOutlinedFilled.tsx +++ b/src/IconBarChart4BarsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsOutlinedFilled as default } diff --git a/src/IconBarChart4BarsRounded.tsx b/src/IconBarChart4BarsRounded.tsx index f23755bf5..9603c2bba 100644 --- a/src/IconBarChart4BarsRounded.tsx +++ b/src/IconBarChart4BarsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsRounded: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsRounded as default } diff --git a/src/IconBarChart4BarsRoundedFilled.tsx b/src/IconBarChart4BarsRoundedFilled.tsx index d673c1ed4..5152f3073 100644 --- a/src/IconBarChart4BarsRoundedFilled.tsx +++ b/src/IconBarChart4BarsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsRoundedFilled as default } diff --git a/src/IconBarChart4BarsSharp.tsx b/src/IconBarChart4BarsSharp.tsx index e9484e376..d750ccc79 100644 --- a/src/IconBarChart4BarsSharp.tsx +++ b/src/IconBarChart4BarsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsSharp: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsSharp as default } diff --git a/src/IconBarChart4BarsSharpFilled.tsx b/src/IconBarChart4BarsSharpFilled.tsx index fe2052f43..99ec8daea 100644 --- a/src/IconBarChart4BarsSharpFilled.tsx +++ b/src/IconBarChart4BarsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChart4BarsSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarChart4BarsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChart4BarsSharpFilled as default } diff --git a/src/IconBarChartOffOutlined.tsx b/src/IconBarChartOffOutlined.tsx index 3d8badbd2..6d4ad76d1 100644 --- a/src/IconBarChartOffOutlined.tsx +++ b/src/IconBarChartOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffOutlined: React.FC = ({ ...props }) => ( +export const IconBarChartOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartOffOutlined as default } diff --git a/src/IconBarChartOffOutlinedFilled.tsx b/src/IconBarChartOffOutlinedFilled.tsx index 6d4fdef02..72a9c6d82 100644 --- a/src/IconBarChartOffOutlinedFilled.tsx +++ b/src/IconBarChartOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarChartOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChartOffOutlinedFilled as default } diff --git a/src/IconBarChartOffRounded.tsx b/src/IconBarChartOffRounded.tsx index 19faab57f..6e6fc3001 100644 --- a/src/IconBarChartOffRounded.tsx +++ b/src/IconBarChartOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffRounded: React.FC = ({ ...props }) => ( +export const IconBarChartOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartOffRounded as default } diff --git a/src/IconBarChartOffRoundedFilled.tsx b/src/IconBarChartOffRoundedFilled.tsx index 2a221ce59..de74b1d27 100644 --- a/src/IconBarChartOffRoundedFilled.tsx +++ b/src/IconBarChartOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarChartOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChartOffRoundedFilled as default } diff --git a/src/IconBarChartOffSharp.tsx b/src/IconBarChartOffSharp.tsx index 2160fce24..8de89d07b 100644 --- a/src/IconBarChartOffSharp.tsx +++ b/src/IconBarChartOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffSharp: React.FC = ({ ...props }) => ( +export const IconBarChartOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartOffSharp as default } diff --git a/src/IconBarChartOffSharpFilled.tsx b/src/IconBarChartOffSharpFilled.tsx index c2601fc34..e3cc59832 100644 --- a/src/IconBarChartOffSharpFilled.tsx +++ b/src/IconBarChartOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarChartOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChartOffSharpFilled as default } diff --git a/src/IconBarChartOutlined.tsx b/src/IconBarChartOutlined.tsx index fd2a6cb0b..0995fa705 100644 --- a/src/IconBarChartOutlined.tsx +++ b/src/IconBarChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOutlined: React.FC = ({ ...props }) => ( +export const IconBarChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartOutlined as default } diff --git a/src/IconBarChartOutlinedFilled.tsx b/src/IconBarChartOutlinedFilled.tsx index 95ea7c1f8..295fb76e2 100644 --- a/src/IconBarChartOutlinedFilled.tsx +++ b/src/IconBarChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChartOutlinedFilled as default } diff --git a/src/IconBarChartRounded.tsx b/src/IconBarChartRounded.tsx index 7a336dc6d..e5d58825d 100644 --- a/src/IconBarChartRounded.tsx +++ b/src/IconBarChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartRounded: React.FC = ({ ...props }) => ( +export const IconBarChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartRounded as default } diff --git a/src/IconBarChartRoundedFilled.tsx b/src/IconBarChartRoundedFilled.tsx index 1233d77f0..dd768e29b 100644 --- a/src/IconBarChartRoundedFilled.tsx +++ b/src/IconBarChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarChartRoundedFilled as default } diff --git a/src/IconBarChartSharp.tsx b/src/IconBarChartSharp.tsx index 9a7ec3781..288020ee2 100644 --- a/src/IconBarChartSharp.tsx +++ b/src/IconBarChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartSharp: React.FC = ({ ...props }) => ( +export const IconBarChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartSharp as default } diff --git a/src/IconBarChartSharpFilled.tsx b/src/IconBarChartSharpFilled.tsx index 994b4f6ae..77b0b6d8e 100644 --- a/src/IconBarChartSharpFilled.tsx +++ b/src/IconBarChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarChartSharpFilled as default } diff --git a/src/IconBarcodeOutlined.tsx b/src/IconBarcodeOutlined.tsx index a3589701a..3fd5c221d 100644 --- a/src/IconBarcodeOutlined.tsx +++ b/src/IconBarcodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeOutlined: React.FC = ({ ...props }) => ( +export const IconBarcodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeOutlined as default } diff --git a/src/IconBarcodeOutlinedFilled.tsx b/src/IconBarcodeOutlinedFilled.tsx index e0c39953e..8ce8de3ff 100644 --- a/src/IconBarcodeOutlinedFilled.tsx +++ b/src/IconBarcodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeOutlinedFilled as default } diff --git a/src/IconBarcodeReaderOutlined.tsx b/src/IconBarcodeReaderOutlined.tsx index d0ec90d62..45aeee894 100644 --- a/src/IconBarcodeReaderOutlined.tsx +++ b/src/IconBarcodeReaderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderOutlined: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderOutlined as default } diff --git a/src/IconBarcodeReaderOutlinedFilled.tsx b/src/IconBarcodeReaderOutlinedFilled.tsx index 0f5f9107c..afbbe4e39 100644 --- a/src/IconBarcodeReaderOutlinedFilled.tsx +++ b/src/IconBarcodeReaderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderOutlinedFilled as default } diff --git a/src/IconBarcodeReaderRounded.tsx b/src/IconBarcodeReaderRounded.tsx index b8b465900..f2f3d9cbe 100644 --- a/src/IconBarcodeReaderRounded.tsx +++ b/src/IconBarcodeReaderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderRounded: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderRounded as default } diff --git a/src/IconBarcodeReaderRoundedFilled.tsx b/src/IconBarcodeReaderRoundedFilled.tsx index 47ec1acd0..76abab4c5 100644 --- a/src/IconBarcodeReaderRoundedFilled.tsx +++ b/src/IconBarcodeReaderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderRoundedFilled as default } diff --git a/src/IconBarcodeReaderSharp.tsx b/src/IconBarcodeReaderSharp.tsx index b14d86f4e..7c38416ff 100644 --- a/src/IconBarcodeReaderSharp.tsx +++ b/src/IconBarcodeReaderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderSharp: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderSharp as default } diff --git a/src/IconBarcodeReaderSharpFilled.tsx b/src/IconBarcodeReaderSharpFilled.tsx index 1fdb90bb5..920d610e8 100644 --- a/src/IconBarcodeReaderSharpFilled.tsx +++ b/src/IconBarcodeReaderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeReaderSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeReaderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeReaderSharpFilled as default } diff --git a/src/IconBarcodeRounded.tsx b/src/IconBarcodeRounded.tsx index 476952220..7c20a0895 100644 --- a/src/IconBarcodeRounded.tsx +++ b/src/IconBarcodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeRounded: React.FC = ({ ...props }) => ( +export const IconBarcodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeRounded as default } diff --git a/src/IconBarcodeRoundedFilled.tsx b/src/IconBarcodeRoundedFilled.tsx index 5781c272e..b86598e24 100644 --- a/src/IconBarcodeRoundedFilled.tsx +++ b/src/IconBarcodeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeRoundedFilled as default } diff --git a/src/IconBarcodeScannerOutlined.tsx b/src/IconBarcodeScannerOutlined.tsx index 7aa84bf5b..71273e97b 100644 --- a/src/IconBarcodeScannerOutlined.tsx +++ b/src/IconBarcodeScannerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerOutlined: React.FC = ({ ...props }) => ( +export const IconBarcodeScannerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeScannerOutlined as default } diff --git a/src/IconBarcodeScannerOutlinedFilled.tsx b/src/IconBarcodeScannerOutlinedFilled.tsx index de78ebb0e..b38746afa 100644 --- a/src/IconBarcodeScannerOutlinedFilled.tsx +++ b/src/IconBarcodeScannerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerOutlinedFilled: React.FC = ({ +export const IconBarcodeScannerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBarcodeScannerOutlinedFilled: React.FC = ({ ) - -export { IconBarcodeScannerOutlinedFilled as default } diff --git a/src/IconBarcodeScannerRounded.tsx b/src/IconBarcodeScannerRounded.tsx index dacdef993..56f213b38 100644 --- a/src/IconBarcodeScannerRounded.tsx +++ b/src/IconBarcodeScannerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerRounded: React.FC = ({ ...props }) => ( +export const IconBarcodeScannerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeScannerRounded as default } diff --git a/src/IconBarcodeScannerRoundedFilled.tsx b/src/IconBarcodeScannerRoundedFilled.tsx index c450175bb..5f5ab7091 100644 --- a/src/IconBarcodeScannerRoundedFilled.tsx +++ b/src/IconBarcodeScannerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeScannerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeScannerRoundedFilled as default } diff --git a/src/IconBarcodeScannerSharp.tsx b/src/IconBarcodeScannerSharp.tsx index 00d29b965..83177a711 100644 --- a/src/IconBarcodeScannerSharp.tsx +++ b/src/IconBarcodeScannerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerSharp: React.FC = ({ ...props }) => ( +export const IconBarcodeScannerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeScannerSharp as default } diff --git a/src/IconBarcodeScannerSharpFilled.tsx b/src/IconBarcodeScannerSharpFilled.tsx index 707544b14..3ee5028ce 100644 --- a/src/IconBarcodeScannerSharpFilled.tsx +++ b/src/IconBarcodeScannerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeScannerSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeScannerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBarcodeScannerSharpFilled as default } diff --git a/src/IconBarcodeSharp.tsx b/src/IconBarcodeSharp.tsx index 890ce9850..3227cf2f6 100644 --- a/src/IconBarcodeSharp.tsx +++ b/src/IconBarcodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeSharp: React.FC = ({ ...props }) => ( +export const IconBarcodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeSharp as default } diff --git a/src/IconBarcodeSharpFilled.tsx b/src/IconBarcodeSharpFilled.tsx index 8c5cf3950..2c289e38b 100644 --- a/src/IconBarcodeSharpFilled.tsx +++ b/src/IconBarcodeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarcodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarcodeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBarcodeSharpFilled as default } diff --git a/src/IconBarefootOutlined.tsx b/src/IconBarefootOutlined.tsx index b56b7ba4d..d4ce6eb72 100644 --- a/src/IconBarefootOutlined.tsx +++ b/src/IconBarefootOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootOutlined: React.FC = ({ ...props }) => ( +export const IconBarefootOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconBarefootOutlined as default } diff --git a/src/IconBarefootOutlinedFilled.tsx b/src/IconBarefootOutlinedFilled.tsx index 9a786889b..5e547c8ec 100644 --- a/src/IconBarefootOutlinedFilled.tsx +++ b/src/IconBarefootOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBarefootOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconBarefootOutlinedFilled as default } diff --git a/src/IconBarefootRounded.tsx b/src/IconBarefootRounded.tsx index 72249aaa3..3fde39816 100644 --- a/src/IconBarefootRounded.tsx +++ b/src/IconBarefootRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootRounded: React.FC = ({ ...props }) => ( +export const IconBarefootRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconBarefootRounded as default } diff --git a/src/IconBarefootRoundedFilled.tsx b/src/IconBarefootRoundedFilled.tsx index e5066038b..768e104aa 100644 --- a/src/IconBarefootRoundedFilled.tsx +++ b/src/IconBarefootRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBarefootRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconBarefootRoundedFilled as default } diff --git a/src/IconBarefootSharp.tsx b/src/IconBarefootSharp.tsx index 45758cb13..516928ae8 100644 --- a/src/IconBarefootSharp.tsx +++ b/src/IconBarefootSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootSharp: React.FC = ({ ...props }) => ( +export const IconBarefootSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconBarefootSharp as default } diff --git a/src/IconBarefootSharpFilled.tsx b/src/IconBarefootSharpFilled.tsx index 571280603..6243b2c6f 100644 --- a/src/IconBarefootSharpFilled.tsx +++ b/src/IconBarefootSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBarefootSharpFilled: React.FC = ({ ...props }) => ( +export const IconBarefootSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconBarefootSharpFilled as default } diff --git a/src/IconBatchPredictionOutlined.tsx b/src/IconBatchPredictionOutlined.tsx index 415bb67aa..c9b55aac7 100644 --- a/src/IconBatchPredictionOutlined.tsx +++ b/src/IconBatchPredictionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionOutlined: React.FC = ({ ...props }) => ( +export const IconBatchPredictionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatchPredictionOutlined as default } diff --git a/src/IconBatchPredictionOutlinedFilled.tsx b/src/IconBatchPredictionOutlinedFilled.tsx index 5a6bd385d..ef22cebb9 100644 --- a/src/IconBatchPredictionOutlinedFilled.tsx +++ b/src/IconBatchPredictionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionOutlinedFilled: React.FC = ({ +export const IconBatchPredictionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatchPredictionOutlinedFilled: React.FC = ({ ) - -export { IconBatchPredictionOutlinedFilled as default } diff --git a/src/IconBatchPredictionRounded.tsx b/src/IconBatchPredictionRounded.tsx index 2a959c4e5..ca1dd2315 100644 --- a/src/IconBatchPredictionRounded.tsx +++ b/src/IconBatchPredictionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionRounded: React.FC = ({ ...props }) => ( +export const IconBatchPredictionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatchPredictionRounded as default } diff --git a/src/IconBatchPredictionRoundedFilled.tsx b/src/IconBatchPredictionRoundedFilled.tsx index ee69dda5d..623c955a7 100644 --- a/src/IconBatchPredictionRoundedFilled.tsx +++ b/src/IconBatchPredictionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionRoundedFilled: React.FC = ({ +export const IconBatchPredictionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatchPredictionRoundedFilled: React.FC = ({ ) - -export { IconBatchPredictionRoundedFilled as default } diff --git a/src/IconBatchPredictionSharp.tsx b/src/IconBatchPredictionSharp.tsx index db0ef2c01..82ca15d0f 100644 --- a/src/IconBatchPredictionSharp.tsx +++ b/src/IconBatchPredictionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionSharp: React.FC = ({ ...props }) => ( +export const IconBatchPredictionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatchPredictionSharp as default } diff --git a/src/IconBatchPredictionSharpFilled.tsx b/src/IconBatchPredictionSharpFilled.tsx index fbef53f39..f883b7e96 100644 --- a/src/IconBatchPredictionSharpFilled.tsx +++ b/src/IconBatchPredictionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatchPredictionSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatchPredictionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatchPredictionSharpFilled as default } diff --git a/src/IconBathOutdoorOutlined.tsx b/src/IconBathOutdoorOutlined.tsx index ade24e68b..0f8049a40 100644 --- a/src/IconBathOutdoorOutlined.tsx +++ b/src/IconBathOutdoorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorOutlined: React.FC = ({ ...props }) => ( +export const IconBathOutdoorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorOutlined as default } diff --git a/src/IconBathOutdoorOutlinedFilled.tsx b/src/IconBathOutdoorOutlinedFilled.tsx index 00fe46251..3f7785d81 100644 --- a/src/IconBathOutdoorOutlinedFilled.tsx +++ b/src/IconBathOutdoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBathOutdoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorOutlinedFilled as default } diff --git a/src/IconBathOutdoorRounded.tsx b/src/IconBathOutdoorRounded.tsx index 5011de0ee..c451dfa36 100644 --- a/src/IconBathOutdoorRounded.tsx +++ b/src/IconBathOutdoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorRounded: React.FC = ({ ...props }) => ( +export const IconBathOutdoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorRounded as default } diff --git a/src/IconBathOutdoorRoundedFilled.tsx b/src/IconBathOutdoorRoundedFilled.tsx index 6d6ab437d..1595f8b34 100644 --- a/src/IconBathOutdoorRoundedFilled.tsx +++ b/src/IconBathOutdoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBathOutdoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorRoundedFilled as default } diff --git a/src/IconBathOutdoorSharp.tsx b/src/IconBathOutdoorSharp.tsx index 560440a80..7b15e6bab 100644 --- a/src/IconBathOutdoorSharp.tsx +++ b/src/IconBathOutdoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorSharp: React.FC = ({ ...props }) => ( +export const IconBathOutdoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorSharp as default } diff --git a/src/IconBathOutdoorSharpFilled.tsx b/src/IconBathOutdoorSharpFilled.tsx index 2a43f6221..46d761ba7 100644 --- a/src/IconBathOutdoorSharpFilled.tsx +++ b/src/IconBathOutdoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathOutdoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconBathOutdoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathOutdoorSharpFilled as default } diff --git a/src/IconBathPrivateOutlined.tsx b/src/IconBathPrivateOutlined.tsx index d1a0dcc5a..a829c4ce7 100644 --- a/src/IconBathPrivateOutlined.tsx +++ b/src/IconBathPrivateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateOutlined: React.FC = ({ ...props }) => ( +export const IconBathPrivateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathPrivateOutlined as default } diff --git a/src/IconBathPrivateOutlinedFilled.tsx b/src/IconBathPrivateOutlinedFilled.tsx index 54832ef47..9733d9ca8 100644 --- a/src/IconBathPrivateOutlinedFilled.tsx +++ b/src/IconBathPrivateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBathPrivateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPrivateOutlinedFilled as default } diff --git a/src/IconBathPrivateRounded.tsx b/src/IconBathPrivateRounded.tsx index 2896be06f..151f6cf9b 100644 --- a/src/IconBathPrivateRounded.tsx +++ b/src/IconBathPrivateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateRounded: React.FC = ({ ...props }) => ( +export const IconBathPrivateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathPrivateRounded as default } diff --git a/src/IconBathPrivateRoundedFilled.tsx b/src/IconBathPrivateRoundedFilled.tsx index 9b2c5f74e..7e8b44afc 100644 --- a/src/IconBathPrivateRoundedFilled.tsx +++ b/src/IconBathPrivateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBathPrivateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPrivateRoundedFilled as default } diff --git a/src/IconBathPrivateSharp.tsx b/src/IconBathPrivateSharp.tsx index 583e46b5f..28742e812 100644 --- a/src/IconBathPrivateSharp.tsx +++ b/src/IconBathPrivateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateSharp: React.FC = ({ ...props }) => ( +export const IconBathPrivateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathPrivateSharp as default } diff --git a/src/IconBathPrivateSharpFilled.tsx b/src/IconBathPrivateSharpFilled.tsx index 6922e6514..87ff01199 100644 --- a/src/IconBathPrivateSharpFilled.tsx +++ b/src/IconBathPrivateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPrivateSharpFilled: React.FC = ({ ...props }) => ( +export const IconBathPrivateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPrivateSharpFilled as default } diff --git a/src/IconBathPublicLargeOutlined.tsx b/src/IconBathPublicLargeOutlined.tsx index 372d4378b..a459d14bb 100644 --- a/src/IconBathPublicLargeOutlined.tsx +++ b/src/IconBathPublicLargeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeOutlined: React.FC = ({ ...props }) => ( +export const IconBathPublicLargeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPublicLargeOutlined as default } diff --git a/src/IconBathPublicLargeOutlinedFilled.tsx b/src/IconBathPublicLargeOutlinedFilled.tsx index a27ff876f..323c142c2 100644 --- a/src/IconBathPublicLargeOutlinedFilled.tsx +++ b/src/IconBathPublicLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeOutlinedFilled: React.FC = ({ +export const IconBathPublicLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBathPublicLargeOutlinedFilled: React.FC = ({ ) - -export { IconBathPublicLargeOutlinedFilled as default } diff --git a/src/IconBathPublicLargeRounded.tsx b/src/IconBathPublicLargeRounded.tsx index b208b76e7..b3a3a97ca 100644 --- a/src/IconBathPublicLargeRounded.tsx +++ b/src/IconBathPublicLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeRounded: React.FC = ({ ...props }) => ( +export const IconBathPublicLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPublicLargeRounded as default } diff --git a/src/IconBathPublicLargeRoundedFilled.tsx b/src/IconBathPublicLargeRoundedFilled.tsx index 1b89db8bc..903f12ced 100644 --- a/src/IconBathPublicLargeRoundedFilled.tsx +++ b/src/IconBathPublicLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeRoundedFilled: React.FC = ({ +export const IconBathPublicLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBathPublicLargeRoundedFilled: React.FC = ({ ) - -export { IconBathPublicLargeRoundedFilled as default } diff --git a/src/IconBathPublicLargeSharp.tsx b/src/IconBathPublicLargeSharp.tsx index ccbec79c5..ac858f287 100644 --- a/src/IconBathPublicLargeSharp.tsx +++ b/src/IconBathPublicLargeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeSharp: React.FC = ({ ...props }) => ( +export const IconBathPublicLargeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathPublicLargeSharp as default } diff --git a/src/IconBathPublicLargeSharpFilled.tsx b/src/IconBathPublicLargeSharpFilled.tsx index 922f64844..a794dc731 100644 --- a/src/IconBathPublicLargeSharpFilled.tsx +++ b/src/IconBathPublicLargeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathPublicLargeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBathPublicLargeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathPublicLargeSharpFilled as default } diff --git a/src/IconBathroomOutlined.tsx b/src/IconBathroomOutlined.tsx index 32da44da4..d6dad865e 100644 --- a/src/IconBathroomOutlined.tsx +++ b/src/IconBathroomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomOutlined: React.FC = ({ ...props }) => ( +export const IconBathroomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathroomOutlined as default } diff --git a/src/IconBathroomOutlinedFilled.tsx b/src/IconBathroomOutlinedFilled.tsx index ed8e6f585..56c2f8f48 100644 --- a/src/IconBathroomOutlinedFilled.tsx +++ b/src/IconBathroomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBathroomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathroomOutlinedFilled as default } diff --git a/src/IconBathroomRounded.tsx b/src/IconBathroomRounded.tsx index 1ad3ba42f..091925f8d 100644 --- a/src/IconBathroomRounded.tsx +++ b/src/IconBathroomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomRounded: React.FC = ({ ...props }) => ( +export const IconBathroomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathroomRounded as default } diff --git a/src/IconBathroomRoundedFilled.tsx b/src/IconBathroomRoundedFilled.tsx index 444bb8652..3a14f4912 100644 --- a/src/IconBathroomRoundedFilled.tsx +++ b/src/IconBathroomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBathroomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathroomRoundedFilled as default } diff --git a/src/IconBathroomSharp.tsx b/src/IconBathroomSharp.tsx index 86583347e..f086d1c9f 100644 --- a/src/IconBathroomSharp.tsx +++ b/src/IconBathroomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomSharp: React.FC = ({ ...props }) => ( +export const IconBathroomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathroomSharp as default } diff --git a/src/IconBathroomSharpFilled.tsx b/src/IconBathroomSharpFilled.tsx index 28b289bb0..a969e0102 100644 --- a/src/IconBathroomSharpFilled.tsx +++ b/src/IconBathroomSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathroomSharpFilled: React.FC = ({ ...props }) => ( +export const IconBathroomSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathroomSharpFilled as default } diff --git a/src/IconBathtubOutlined.tsx b/src/IconBathtubOutlined.tsx index a89e870e3..6045469a2 100644 --- a/src/IconBathtubOutlined.tsx +++ b/src/IconBathtubOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubOutlined: React.FC = ({ ...props }) => ( +export const IconBathtubOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathtubOutlined as default } diff --git a/src/IconBathtubOutlinedFilled.tsx b/src/IconBathtubOutlinedFilled.tsx index d7d69a27c..579284b8e 100644 --- a/src/IconBathtubOutlinedFilled.tsx +++ b/src/IconBathtubOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBathtubOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBathtubOutlinedFilled as default } diff --git a/src/IconBathtubRounded.tsx b/src/IconBathtubRounded.tsx index 28880dbb4..316111335 100644 --- a/src/IconBathtubRounded.tsx +++ b/src/IconBathtubRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubRounded: React.FC = ({ ...props }) => ( +export const IconBathtubRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathtubRounded as default } diff --git a/src/IconBathtubRoundedFilled.tsx b/src/IconBathtubRoundedFilled.tsx index 19ea8fda8..ac40be02c 100644 --- a/src/IconBathtubRoundedFilled.tsx +++ b/src/IconBathtubRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBathtubRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathtubRoundedFilled as default } diff --git a/src/IconBathtubSharp.tsx b/src/IconBathtubSharp.tsx index 0e2d8f124..652ec7359 100644 --- a/src/IconBathtubSharp.tsx +++ b/src/IconBathtubSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubSharp: React.FC = ({ ...props }) => ( +export const IconBathtubSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathtubSharp as default } diff --git a/src/IconBathtubSharpFilled.tsx b/src/IconBathtubSharpFilled.tsx index e322ad89f..0fbc488f3 100644 --- a/src/IconBathtubSharpFilled.tsx +++ b/src/IconBathtubSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBathtubSharpFilled: React.FC = ({ ...props }) => ( +export const IconBathtubSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBathtubSharpFilled as default } diff --git a/src/IconBattery0BarOutlined.tsx b/src/IconBattery0BarOutlined.tsx index 25b8151ee..f82ee5064 100644 --- a/src/IconBattery0BarOutlined.tsx +++ b/src/IconBattery0BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery0BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery0BarOutlined as default } diff --git a/src/IconBattery0BarOutlinedFilled.tsx b/src/IconBattery0BarOutlinedFilled.tsx index d0dddfa77..abaeea2dd 100644 --- a/src/IconBattery0BarOutlinedFilled.tsx +++ b/src/IconBattery0BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery0BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery0BarOutlinedFilled as default } diff --git a/src/IconBattery0BarRounded.tsx b/src/IconBattery0BarRounded.tsx index cd5afd311..fbb271f91 100644 --- a/src/IconBattery0BarRounded.tsx +++ b/src/IconBattery0BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery0BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery0BarRounded as default } diff --git a/src/IconBattery0BarRoundedFilled.tsx b/src/IconBattery0BarRoundedFilled.tsx index 17db5b9c3..1f215fd55 100644 --- a/src/IconBattery0BarRoundedFilled.tsx +++ b/src/IconBattery0BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery0BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery0BarRoundedFilled as default } diff --git a/src/IconBattery0BarSharp.tsx b/src/IconBattery0BarSharp.tsx index 0d9427cdf..2c5d92097 100644 --- a/src/IconBattery0BarSharp.tsx +++ b/src/IconBattery0BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery0BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery0BarSharp as default } diff --git a/src/IconBattery0BarSharpFilled.tsx b/src/IconBattery0BarSharpFilled.tsx index 6d9449956..f0e17b1c2 100644 --- a/src/IconBattery0BarSharpFilled.tsx +++ b/src/IconBattery0BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery0BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery0BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery0BarSharpFilled as default } diff --git a/src/IconBattery1BarOutlined.tsx b/src/IconBattery1BarOutlined.tsx index 857c6966e..6bc821ef1 100644 --- a/src/IconBattery1BarOutlined.tsx +++ b/src/IconBattery1BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery1BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery1BarOutlined as default } diff --git a/src/IconBattery1BarOutlinedFilled.tsx b/src/IconBattery1BarOutlinedFilled.tsx index 481a806f4..6f3e1473a 100644 --- a/src/IconBattery1BarOutlinedFilled.tsx +++ b/src/IconBattery1BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery1BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery1BarOutlinedFilled as default } diff --git a/src/IconBattery1BarRounded.tsx b/src/IconBattery1BarRounded.tsx index 071fa67ef..7f099ffb3 100644 --- a/src/IconBattery1BarRounded.tsx +++ b/src/IconBattery1BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery1BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery1BarRounded as default } diff --git a/src/IconBattery1BarRoundedFilled.tsx b/src/IconBattery1BarRoundedFilled.tsx index ffaa39320..8eccb44f8 100644 --- a/src/IconBattery1BarRoundedFilled.tsx +++ b/src/IconBattery1BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery1BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery1BarRoundedFilled as default } diff --git a/src/IconBattery1BarSharp.tsx b/src/IconBattery1BarSharp.tsx index 37167553d..38bc9aa81 100644 --- a/src/IconBattery1BarSharp.tsx +++ b/src/IconBattery1BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery1BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery1BarSharp as default } diff --git a/src/IconBattery1BarSharpFilled.tsx b/src/IconBattery1BarSharpFilled.tsx index d2319a3d5..4f35aa688 100644 --- a/src/IconBattery1BarSharpFilled.tsx +++ b/src/IconBattery1BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery1BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery1BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery1BarSharpFilled as default } diff --git a/src/IconBattery2BarOutlined.tsx b/src/IconBattery2BarOutlined.tsx index 376e4cd56..f3bff1700 100644 --- a/src/IconBattery2BarOutlined.tsx +++ b/src/IconBattery2BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery2BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery2BarOutlined as default } diff --git a/src/IconBattery2BarOutlinedFilled.tsx b/src/IconBattery2BarOutlinedFilled.tsx index 4efbefbea..8b13d1277 100644 --- a/src/IconBattery2BarOutlinedFilled.tsx +++ b/src/IconBattery2BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery2BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery2BarOutlinedFilled as default } diff --git a/src/IconBattery2BarRounded.tsx b/src/IconBattery2BarRounded.tsx index a9d71cbc9..59a4dd9be 100644 --- a/src/IconBattery2BarRounded.tsx +++ b/src/IconBattery2BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery2BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery2BarRounded as default } diff --git a/src/IconBattery2BarRoundedFilled.tsx b/src/IconBattery2BarRoundedFilled.tsx index 64f0d40a2..ad109daaa 100644 --- a/src/IconBattery2BarRoundedFilled.tsx +++ b/src/IconBattery2BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery2BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery2BarRoundedFilled as default } diff --git a/src/IconBattery2BarSharp.tsx b/src/IconBattery2BarSharp.tsx index e9a0bd71d..af9ec4712 100644 --- a/src/IconBattery2BarSharp.tsx +++ b/src/IconBattery2BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery2BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery2BarSharp as default } diff --git a/src/IconBattery2BarSharpFilled.tsx b/src/IconBattery2BarSharpFilled.tsx index 1e3b63e28..27582ff5a 100644 --- a/src/IconBattery2BarSharpFilled.tsx +++ b/src/IconBattery2BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery2BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery2BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery2BarSharpFilled as default } diff --git a/src/IconBattery3BarOutlined.tsx b/src/IconBattery3BarOutlined.tsx index b588fdbc3..59ecb0eaa 100644 --- a/src/IconBattery3BarOutlined.tsx +++ b/src/IconBattery3BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery3BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery3BarOutlined as default } diff --git a/src/IconBattery3BarOutlinedFilled.tsx b/src/IconBattery3BarOutlinedFilled.tsx index 5acd2a829..b24e89546 100644 --- a/src/IconBattery3BarOutlinedFilled.tsx +++ b/src/IconBattery3BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery3BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery3BarOutlinedFilled as default } diff --git a/src/IconBattery3BarRounded.tsx b/src/IconBattery3BarRounded.tsx index aaea22080..782b73308 100644 --- a/src/IconBattery3BarRounded.tsx +++ b/src/IconBattery3BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery3BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery3BarRounded as default } diff --git a/src/IconBattery3BarRoundedFilled.tsx b/src/IconBattery3BarRoundedFilled.tsx index c968849fd..a4b0338c4 100644 --- a/src/IconBattery3BarRoundedFilled.tsx +++ b/src/IconBattery3BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery3BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery3BarRoundedFilled as default } diff --git a/src/IconBattery3BarSharp.tsx b/src/IconBattery3BarSharp.tsx index 83f069a7d..322304e4c 100644 --- a/src/IconBattery3BarSharp.tsx +++ b/src/IconBattery3BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery3BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery3BarSharp as default } diff --git a/src/IconBattery3BarSharpFilled.tsx b/src/IconBattery3BarSharpFilled.tsx index 296472b8d..8c06c0170 100644 --- a/src/IconBattery3BarSharpFilled.tsx +++ b/src/IconBattery3BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery3BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery3BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery3BarSharpFilled as default } diff --git a/src/IconBattery4BarOutlined.tsx b/src/IconBattery4BarOutlined.tsx index 577f2b801..34798d780 100644 --- a/src/IconBattery4BarOutlined.tsx +++ b/src/IconBattery4BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery4BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery4BarOutlined as default } diff --git a/src/IconBattery4BarOutlinedFilled.tsx b/src/IconBattery4BarOutlinedFilled.tsx index 92c84220a..62b500602 100644 --- a/src/IconBattery4BarOutlinedFilled.tsx +++ b/src/IconBattery4BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery4BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery4BarOutlinedFilled as default } diff --git a/src/IconBattery4BarRounded.tsx b/src/IconBattery4BarRounded.tsx index 02b51bb2c..274f7adb1 100644 --- a/src/IconBattery4BarRounded.tsx +++ b/src/IconBattery4BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery4BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery4BarRounded as default } diff --git a/src/IconBattery4BarRoundedFilled.tsx b/src/IconBattery4BarRoundedFilled.tsx index 521a8c2e2..20b6ffe2d 100644 --- a/src/IconBattery4BarRoundedFilled.tsx +++ b/src/IconBattery4BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery4BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery4BarRoundedFilled as default } diff --git a/src/IconBattery4BarSharp.tsx b/src/IconBattery4BarSharp.tsx index ef1f10fcf..340e7bcea 100644 --- a/src/IconBattery4BarSharp.tsx +++ b/src/IconBattery4BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery4BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery4BarSharp as default } diff --git a/src/IconBattery4BarSharpFilled.tsx b/src/IconBattery4BarSharpFilled.tsx index 531187687..39189fdb9 100644 --- a/src/IconBattery4BarSharpFilled.tsx +++ b/src/IconBattery4BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery4BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery4BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery4BarSharpFilled as default } diff --git a/src/IconBattery5BarOutlined.tsx b/src/IconBattery5BarOutlined.tsx index 9d7169be5..bc0ccafea 100644 --- a/src/IconBattery5BarOutlined.tsx +++ b/src/IconBattery5BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery5BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery5BarOutlined as default } diff --git a/src/IconBattery5BarOutlinedFilled.tsx b/src/IconBattery5BarOutlinedFilled.tsx index 78be869c8..5239196f2 100644 --- a/src/IconBattery5BarOutlinedFilled.tsx +++ b/src/IconBattery5BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery5BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery5BarOutlinedFilled as default } diff --git a/src/IconBattery5BarRounded.tsx b/src/IconBattery5BarRounded.tsx index bcf579fbf..c90e16e0d 100644 --- a/src/IconBattery5BarRounded.tsx +++ b/src/IconBattery5BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery5BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery5BarRounded as default } diff --git a/src/IconBattery5BarRoundedFilled.tsx b/src/IconBattery5BarRoundedFilled.tsx index 8edea9bf7..1a22d4089 100644 --- a/src/IconBattery5BarRoundedFilled.tsx +++ b/src/IconBattery5BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery5BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery5BarRoundedFilled as default } diff --git a/src/IconBattery5BarSharp.tsx b/src/IconBattery5BarSharp.tsx index 3a6314c46..e629f516b 100644 --- a/src/IconBattery5BarSharp.tsx +++ b/src/IconBattery5BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery5BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery5BarSharp as default } diff --git a/src/IconBattery5BarSharpFilled.tsx b/src/IconBattery5BarSharpFilled.tsx index 872654acd..2529e36c4 100644 --- a/src/IconBattery5BarSharpFilled.tsx +++ b/src/IconBattery5BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery5BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery5BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery5BarSharpFilled as default } diff --git a/src/IconBattery6BarOutlined.tsx b/src/IconBattery6BarOutlined.tsx index 291a180b9..37acdea64 100644 --- a/src/IconBattery6BarOutlined.tsx +++ b/src/IconBattery6BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarOutlined: React.FC = ({ ...props }) => ( +export const IconBattery6BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery6BarOutlined as default } diff --git a/src/IconBattery6BarOutlinedFilled.tsx b/src/IconBattery6BarOutlinedFilled.tsx index 4b26237f3..899e41b2a 100644 --- a/src/IconBattery6BarOutlinedFilled.tsx +++ b/src/IconBattery6BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBattery6BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery6BarOutlinedFilled as default } diff --git a/src/IconBattery6BarRounded.tsx b/src/IconBattery6BarRounded.tsx index cde2ce48d..23c5baa7f 100644 --- a/src/IconBattery6BarRounded.tsx +++ b/src/IconBattery6BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarRounded: React.FC = ({ ...props }) => ( +export const IconBattery6BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery6BarRounded as default } diff --git a/src/IconBattery6BarRoundedFilled.tsx b/src/IconBattery6BarRoundedFilled.tsx index abe44bb8f..a607cac48 100644 --- a/src/IconBattery6BarRoundedFilled.tsx +++ b/src/IconBattery6BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBattery6BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery6BarRoundedFilled as default } diff --git a/src/IconBattery6BarSharp.tsx b/src/IconBattery6BarSharp.tsx index 68bfe00c6..c651ffa61 100644 --- a/src/IconBattery6BarSharp.tsx +++ b/src/IconBattery6BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarSharp: React.FC = ({ ...props }) => ( +export const IconBattery6BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBattery6BarSharp as default } diff --git a/src/IconBattery6BarSharpFilled.tsx b/src/IconBattery6BarSharpFilled.tsx index d164390b5..737578b9a 100644 --- a/src/IconBattery6BarSharpFilled.tsx +++ b/src/IconBattery6BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBattery6BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBattery6BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBattery6BarSharpFilled as default } diff --git a/src/IconBatteryAlertOutlined.tsx b/src/IconBatteryAlertOutlined.tsx index 546932712..f31bc954e 100644 --- a/src/IconBatteryAlertOutlined.tsx +++ b/src/IconBatteryAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertOutlined as default } diff --git a/src/IconBatteryAlertOutlinedFilled.tsx b/src/IconBatteryAlertOutlinedFilled.tsx index 6f1213d23..2b403cf7f 100644 --- a/src/IconBatteryAlertOutlinedFilled.tsx +++ b/src/IconBatteryAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertOutlinedFilled as default } diff --git a/src/IconBatteryAlertRounded.tsx b/src/IconBatteryAlertRounded.tsx index d40bf8b50..ea92771ee 100644 --- a/src/IconBatteryAlertRounded.tsx +++ b/src/IconBatteryAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertRounded: React.FC = ({ ...props }) => ( +export const IconBatteryAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertRounded as default } diff --git a/src/IconBatteryAlertRoundedFilled.tsx b/src/IconBatteryAlertRoundedFilled.tsx index 7e302a077..37b20e2e9 100644 --- a/src/IconBatteryAlertRoundedFilled.tsx +++ b/src/IconBatteryAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertRoundedFilled as default } diff --git a/src/IconBatteryAlertSharp.tsx b/src/IconBatteryAlertSharp.tsx index 7acf93220..acb1a9d16 100644 --- a/src/IconBatteryAlertSharp.tsx +++ b/src/IconBatteryAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertSharp: React.FC = ({ ...props }) => ( +export const IconBatteryAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertSharp as default } diff --git a/src/IconBatteryAlertSharpFilled.tsx b/src/IconBatteryAlertSharpFilled.tsx index 2e4328e02..65735d943 100644 --- a/src/IconBatteryAlertSharpFilled.tsx +++ b/src/IconBatteryAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryAlertSharpFilled as default } diff --git a/src/IconBatteryChangeOutlined.tsx b/src/IconBatteryChangeOutlined.tsx index 6e3b68b25..cd22e3cd6 100644 --- a/src/IconBatteryChangeOutlined.tsx +++ b/src/IconBatteryChangeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryChangeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeOutlined as default } diff --git a/src/IconBatteryChangeOutlinedFilled.tsx b/src/IconBatteryChangeOutlinedFilled.tsx index 3b51171ce..4279e4004 100644 --- a/src/IconBatteryChangeOutlinedFilled.tsx +++ b/src/IconBatteryChangeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryChangeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeOutlinedFilled as default } diff --git a/src/IconBatteryChangeRounded.tsx b/src/IconBatteryChangeRounded.tsx index ac598593a..9ca28ca84 100644 --- a/src/IconBatteryChangeRounded.tsx +++ b/src/IconBatteryChangeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeRounded: React.FC = ({ ...props }) => ( +export const IconBatteryChangeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeRounded as default } diff --git a/src/IconBatteryChangeRoundedFilled.tsx b/src/IconBatteryChangeRoundedFilled.tsx index c31eb997d..ebc52ec7a 100644 --- a/src/IconBatteryChangeRoundedFilled.tsx +++ b/src/IconBatteryChangeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryChangeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeRoundedFilled as default } diff --git a/src/IconBatteryChangeSharp.tsx b/src/IconBatteryChangeSharp.tsx index b1c1daca9..7b075679d 100644 --- a/src/IconBatteryChangeSharp.tsx +++ b/src/IconBatteryChangeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeSharp: React.FC = ({ ...props }) => ( +export const IconBatteryChangeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeSharp as default } diff --git a/src/IconBatteryChangeSharpFilled.tsx b/src/IconBatteryChangeSharpFilled.tsx index ddb878c07..f694884ee 100644 --- a/src/IconBatteryChangeSharpFilled.tsx +++ b/src/IconBatteryChangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryChangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChangeSharpFilled as default } diff --git a/src/IconBatteryCharging20Outlined.tsx b/src/IconBatteryCharging20Outlined.tsx index 1240d9cc7..51c1ab6cb 100644 --- a/src/IconBatteryCharging20Outlined.tsx +++ b/src/IconBatteryCharging20Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging20Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging20Outlined as default } diff --git a/src/IconBatteryCharging20OutlinedFilled.tsx b/src/IconBatteryCharging20OutlinedFilled.tsx index ce7ed2a8a..3db27287b 100644 --- a/src/IconBatteryCharging20OutlinedFilled.tsx +++ b/src/IconBatteryCharging20OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20OutlinedFilled: React.FC = ({ +export const IconBatteryCharging20OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging20OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging20OutlinedFilled as default } diff --git a/src/IconBatteryCharging20Rounded.tsx b/src/IconBatteryCharging20Rounded.tsx index 4fb4560e4..c1c3cb8cd 100644 --- a/src/IconBatteryCharging20Rounded.tsx +++ b/src/IconBatteryCharging20Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging20Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging20Rounded as default } diff --git a/src/IconBatteryCharging20RoundedFilled.tsx b/src/IconBatteryCharging20RoundedFilled.tsx index aa0091d23..4c352b1f5 100644 --- a/src/IconBatteryCharging20RoundedFilled.tsx +++ b/src/IconBatteryCharging20RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20RoundedFilled: React.FC = ({ +export const IconBatteryCharging20RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging20RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging20RoundedFilled as default } diff --git a/src/IconBatteryCharging20Sharp.tsx b/src/IconBatteryCharging20Sharp.tsx index a8daec11b..773c026de 100644 --- a/src/IconBatteryCharging20Sharp.tsx +++ b/src/IconBatteryCharging20Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging20Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging20Sharp as default } diff --git a/src/IconBatteryCharging20SharpFilled.tsx b/src/IconBatteryCharging20SharpFilled.tsx index 2132a6b1c..ebdc17f74 100644 --- a/src/IconBatteryCharging20SharpFilled.tsx +++ b/src/IconBatteryCharging20SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging20SharpFilled: React.FC = ({ +export const IconBatteryCharging20SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging20SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging20SharpFilled as default } diff --git a/src/IconBatteryCharging30Outlined.tsx b/src/IconBatteryCharging30Outlined.tsx index 52bb336bb..09a5f6dd1 100644 --- a/src/IconBatteryCharging30Outlined.tsx +++ b/src/IconBatteryCharging30Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging30Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging30Outlined as default } diff --git a/src/IconBatteryCharging30OutlinedFilled.tsx b/src/IconBatteryCharging30OutlinedFilled.tsx index bb4e684e3..db0162246 100644 --- a/src/IconBatteryCharging30OutlinedFilled.tsx +++ b/src/IconBatteryCharging30OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30OutlinedFilled: React.FC = ({ +export const IconBatteryCharging30OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging30OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging30OutlinedFilled as default } diff --git a/src/IconBatteryCharging30Rounded.tsx b/src/IconBatteryCharging30Rounded.tsx index cc0466e3c..544f79f93 100644 --- a/src/IconBatteryCharging30Rounded.tsx +++ b/src/IconBatteryCharging30Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging30Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging30Rounded as default } diff --git a/src/IconBatteryCharging30RoundedFilled.tsx b/src/IconBatteryCharging30RoundedFilled.tsx index d217f077b..efd6aa7d3 100644 --- a/src/IconBatteryCharging30RoundedFilled.tsx +++ b/src/IconBatteryCharging30RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30RoundedFilled: React.FC = ({ +export const IconBatteryCharging30RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging30RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging30RoundedFilled as default } diff --git a/src/IconBatteryCharging30Sharp.tsx b/src/IconBatteryCharging30Sharp.tsx index c3f3b53c3..7f4af00a7 100644 --- a/src/IconBatteryCharging30Sharp.tsx +++ b/src/IconBatteryCharging30Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging30Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging30Sharp as default } diff --git a/src/IconBatteryCharging30SharpFilled.tsx b/src/IconBatteryCharging30SharpFilled.tsx index 63ffd84d7..f5e2547d2 100644 --- a/src/IconBatteryCharging30SharpFilled.tsx +++ b/src/IconBatteryCharging30SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging30SharpFilled: React.FC = ({ +export const IconBatteryCharging30SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging30SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging30SharpFilled as default } diff --git a/src/IconBatteryCharging50Outlined.tsx b/src/IconBatteryCharging50Outlined.tsx index 3fdf44878..18e4439e5 100644 --- a/src/IconBatteryCharging50Outlined.tsx +++ b/src/IconBatteryCharging50Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging50Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging50Outlined as default } diff --git a/src/IconBatteryCharging50OutlinedFilled.tsx b/src/IconBatteryCharging50OutlinedFilled.tsx index b50cd4085..4347eebfe 100644 --- a/src/IconBatteryCharging50OutlinedFilled.tsx +++ b/src/IconBatteryCharging50OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50OutlinedFilled: React.FC = ({ +export const IconBatteryCharging50OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging50OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging50OutlinedFilled as default } diff --git a/src/IconBatteryCharging50Rounded.tsx b/src/IconBatteryCharging50Rounded.tsx index 68e9a5153..052b343ba 100644 --- a/src/IconBatteryCharging50Rounded.tsx +++ b/src/IconBatteryCharging50Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging50Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging50Rounded as default } diff --git a/src/IconBatteryCharging50RoundedFilled.tsx b/src/IconBatteryCharging50RoundedFilled.tsx index 1e7630fef..1ecfe68dd 100644 --- a/src/IconBatteryCharging50RoundedFilled.tsx +++ b/src/IconBatteryCharging50RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50RoundedFilled: React.FC = ({ +export const IconBatteryCharging50RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging50RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging50RoundedFilled as default } diff --git a/src/IconBatteryCharging50Sharp.tsx b/src/IconBatteryCharging50Sharp.tsx index b484fe57a..0ad2f49de 100644 --- a/src/IconBatteryCharging50Sharp.tsx +++ b/src/IconBatteryCharging50Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging50Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging50Sharp as default } diff --git a/src/IconBatteryCharging50SharpFilled.tsx b/src/IconBatteryCharging50SharpFilled.tsx index ab8aed95f..1d26905f0 100644 --- a/src/IconBatteryCharging50SharpFilled.tsx +++ b/src/IconBatteryCharging50SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging50SharpFilled: React.FC = ({ +export const IconBatteryCharging50SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging50SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging50SharpFilled as default } diff --git a/src/IconBatteryCharging60Outlined.tsx b/src/IconBatteryCharging60Outlined.tsx index b0d95bc2f..ad5ae4bdb 100644 --- a/src/IconBatteryCharging60Outlined.tsx +++ b/src/IconBatteryCharging60Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging60Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging60Outlined as default } diff --git a/src/IconBatteryCharging60OutlinedFilled.tsx b/src/IconBatteryCharging60OutlinedFilled.tsx index a7fced0a0..65e1aa51d 100644 --- a/src/IconBatteryCharging60OutlinedFilled.tsx +++ b/src/IconBatteryCharging60OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60OutlinedFilled: React.FC = ({ +export const IconBatteryCharging60OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging60OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging60OutlinedFilled as default } diff --git a/src/IconBatteryCharging60Rounded.tsx b/src/IconBatteryCharging60Rounded.tsx index 39aef499f..fd8fe9ef2 100644 --- a/src/IconBatteryCharging60Rounded.tsx +++ b/src/IconBatteryCharging60Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging60Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging60Rounded as default } diff --git a/src/IconBatteryCharging60RoundedFilled.tsx b/src/IconBatteryCharging60RoundedFilled.tsx index 4c97b54f1..a8210a2f6 100644 --- a/src/IconBatteryCharging60RoundedFilled.tsx +++ b/src/IconBatteryCharging60RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60RoundedFilled: React.FC = ({ +export const IconBatteryCharging60RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging60RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging60RoundedFilled as default } diff --git a/src/IconBatteryCharging60Sharp.tsx b/src/IconBatteryCharging60Sharp.tsx index 179520075..63485e76c 100644 --- a/src/IconBatteryCharging60Sharp.tsx +++ b/src/IconBatteryCharging60Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging60Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging60Sharp as default } diff --git a/src/IconBatteryCharging60SharpFilled.tsx b/src/IconBatteryCharging60SharpFilled.tsx index 8bafafd50..0310d773d 100644 --- a/src/IconBatteryCharging60SharpFilled.tsx +++ b/src/IconBatteryCharging60SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging60SharpFilled: React.FC = ({ +export const IconBatteryCharging60SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging60SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging60SharpFilled as default } diff --git a/src/IconBatteryCharging80Outlined.tsx b/src/IconBatteryCharging80Outlined.tsx index 02b9b2a47..1819101ec 100644 --- a/src/IconBatteryCharging80Outlined.tsx +++ b/src/IconBatteryCharging80Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging80Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging80Outlined as default } diff --git a/src/IconBatteryCharging80OutlinedFilled.tsx b/src/IconBatteryCharging80OutlinedFilled.tsx index 2060ab934..15625fed5 100644 --- a/src/IconBatteryCharging80OutlinedFilled.tsx +++ b/src/IconBatteryCharging80OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80OutlinedFilled: React.FC = ({ +export const IconBatteryCharging80OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging80OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging80OutlinedFilled as default } diff --git a/src/IconBatteryCharging80Rounded.tsx b/src/IconBatteryCharging80Rounded.tsx index 3f023405c..1b75cf282 100644 --- a/src/IconBatteryCharging80Rounded.tsx +++ b/src/IconBatteryCharging80Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging80Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging80Rounded as default } diff --git a/src/IconBatteryCharging80RoundedFilled.tsx b/src/IconBatteryCharging80RoundedFilled.tsx index 21f278e7d..4620d02dd 100644 --- a/src/IconBatteryCharging80RoundedFilled.tsx +++ b/src/IconBatteryCharging80RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80RoundedFilled: React.FC = ({ +export const IconBatteryCharging80RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging80RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging80RoundedFilled as default } diff --git a/src/IconBatteryCharging80Sharp.tsx b/src/IconBatteryCharging80Sharp.tsx index 198b6f17b..1fc168e6e 100644 --- a/src/IconBatteryCharging80Sharp.tsx +++ b/src/IconBatteryCharging80Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging80Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging80Sharp as default } diff --git a/src/IconBatteryCharging80SharpFilled.tsx b/src/IconBatteryCharging80SharpFilled.tsx index 13e3be5ca..2e7b1406c 100644 --- a/src/IconBatteryCharging80SharpFilled.tsx +++ b/src/IconBatteryCharging80SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging80SharpFilled: React.FC = ({ +export const IconBatteryCharging80SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging80SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging80SharpFilled as default } diff --git a/src/IconBatteryCharging90Outlined.tsx b/src/IconBatteryCharging90Outlined.tsx index f5b24c677..3017da3c1 100644 --- a/src/IconBatteryCharging90Outlined.tsx +++ b/src/IconBatteryCharging90Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryCharging90Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging90Outlined as default } diff --git a/src/IconBatteryCharging90OutlinedFilled.tsx b/src/IconBatteryCharging90OutlinedFilled.tsx index 0c99af4c4..8f9cb908b 100644 --- a/src/IconBatteryCharging90OutlinedFilled.tsx +++ b/src/IconBatteryCharging90OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90OutlinedFilled: React.FC = ({ +export const IconBatteryCharging90OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging90OutlinedFilled: React.FC = ({ ) - -export { IconBatteryCharging90OutlinedFilled as default } diff --git a/src/IconBatteryCharging90Rounded.tsx b/src/IconBatteryCharging90Rounded.tsx index 82d83bed9..179525a82 100644 --- a/src/IconBatteryCharging90Rounded.tsx +++ b/src/IconBatteryCharging90Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryCharging90Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging90Rounded as default } diff --git a/src/IconBatteryCharging90RoundedFilled.tsx b/src/IconBatteryCharging90RoundedFilled.tsx index a05d67aba..b6fc693b7 100644 --- a/src/IconBatteryCharging90RoundedFilled.tsx +++ b/src/IconBatteryCharging90RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90RoundedFilled: React.FC = ({ +export const IconBatteryCharging90RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging90RoundedFilled: React.FC = ({ ) - -export { IconBatteryCharging90RoundedFilled as default } diff --git a/src/IconBatteryCharging90Sharp.tsx b/src/IconBatteryCharging90Sharp.tsx index 3434f9b2f..d0bbfc218 100644 --- a/src/IconBatteryCharging90Sharp.tsx +++ b/src/IconBatteryCharging90Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryCharging90Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryCharging90Sharp as default } diff --git a/src/IconBatteryCharging90SharpFilled.tsx b/src/IconBatteryCharging90SharpFilled.tsx index dce3872f4..0a9abeb89 100644 --- a/src/IconBatteryCharging90SharpFilled.tsx +++ b/src/IconBatteryCharging90SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryCharging90SharpFilled: React.FC = ({ +export const IconBatteryCharging90SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryCharging90SharpFilled: React.FC = ({ ) - -export { IconBatteryCharging90SharpFilled as default } diff --git a/src/IconBatteryChargingFullOutlined.tsx b/src/IconBatteryChargingFullOutlined.tsx index 46a2f562c..cd6fafd23 100644 --- a/src/IconBatteryChargingFullOutlined.tsx +++ b/src/IconBatteryChargingFullOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryChargingFullOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChargingFullOutlined as default } diff --git a/src/IconBatteryChargingFullOutlinedFilled.tsx b/src/IconBatteryChargingFullOutlinedFilled.tsx index bf2f0808b..b582d4e51 100644 --- a/src/IconBatteryChargingFullOutlinedFilled.tsx +++ b/src/IconBatteryChargingFullOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullOutlinedFilled: React.FC = ({ +export const IconBatteryChargingFullOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryChargingFullOutlinedFilled: React.FC = ({ ) - -export { IconBatteryChargingFullOutlinedFilled as default } diff --git a/src/IconBatteryChargingFullRounded.tsx b/src/IconBatteryChargingFullRounded.tsx index b5f7bb388..9ce55c19e 100644 --- a/src/IconBatteryChargingFullRounded.tsx +++ b/src/IconBatteryChargingFullRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullRounded: React.FC = ({ ...props }) => ( +export const IconBatteryChargingFullRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChargingFullRounded as default } diff --git a/src/IconBatteryChargingFullRoundedFilled.tsx b/src/IconBatteryChargingFullRoundedFilled.tsx index d2859969a..9ab29ebfd 100644 --- a/src/IconBatteryChargingFullRoundedFilled.tsx +++ b/src/IconBatteryChargingFullRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullRoundedFilled: React.FC = ({ +export const IconBatteryChargingFullRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryChargingFullRoundedFilled: React.FC = ({ ) - -export { IconBatteryChargingFullRoundedFilled as default } diff --git a/src/IconBatteryChargingFullSharp.tsx b/src/IconBatteryChargingFullSharp.tsx index d4220d55e..c2d6e4199 100644 --- a/src/IconBatteryChargingFullSharp.tsx +++ b/src/IconBatteryChargingFullSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullSharp: React.FC = ({ ...props }) => ( +export const IconBatteryChargingFullSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryChargingFullSharp as default } diff --git a/src/IconBatteryChargingFullSharpFilled.tsx b/src/IconBatteryChargingFullSharpFilled.tsx index 3140d8490..4a3a22336 100644 --- a/src/IconBatteryChargingFullSharpFilled.tsx +++ b/src/IconBatteryChargingFullSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryChargingFullSharpFilled: React.FC = ({ +export const IconBatteryChargingFullSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryChargingFullSharpFilled: React.FC = ({ ) - -export { IconBatteryChargingFullSharpFilled as default } diff --git a/src/IconBatteryErrorOutlined.tsx b/src/IconBatteryErrorOutlined.tsx index cd1f26737..c02c0afaf 100644 --- a/src/IconBatteryErrorOutlined.tsx +++ b/src/IconBatteryErrorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryErrorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorOutlined as default } diff --git a/src/IconBatteryErrorOutlinedFilled.tsx b/src/IconBatteryErrorOutlinedFilled.tsx index 2e1c058f9..e7800e0f1 100644 --- a/src/IconBatteryErrorOutlinedFilled.tsx +++ b/src/IconBatteryErrorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryErrorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorOutlinedFilled as default } diff --git a/src/IconBatteryErrorRounded.tsx b/src/IconBatteryErrorRounded.tsx index ea9c68b40..a20096575 100644 --- a/src/IconBatteryErrorRounded.tsx +++ b/src/IconBatteryErrorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorRounded: React.FC = ({ ...props }) => ( +export const IconBatteryErrorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorRounded as default } diff --git a/src/IconBatteryErrorRoundedFilled.tsx b/src/IconBatteryErrorRoundedFilled.tsx index 169ff1bdd..48269b3bb 100644 --- a/src/IconBatteryErrorRoundedFilled.tsx +++ b/src/IconBatteryErrorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryErrorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorRoundedFilled as default } diff --git a/src/IconBatteryErrorSharp.tsx b/src/IconBatteryErrorSharp.tsx index b38a172e4..0f309cfae 100644 --- a/src/IconBatteryErrorSharp.tsx +++ b/src/IconBatteryErrorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorSharp: React.FC = ({ ...props }) => ( +export const IconBatteryErrorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorSharp as default } diff --git a/src/IconBatteryErrorSharpFilled.tsx b/src/IconBatteryErrorSharpFilled.tsx index a665730d4..05d72eb71 100644 --- a/src/IconBatteryErrorSharpFilled.tsx +++ b/src/IconBatteryErrorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryErrorSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryErrorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryErrorSharpFilled as default } diff --git a/src/IconBatteryFullAltOutlined.tsx b/src/IconBatteryFullAltOutlined.tsx index 2158f9834..32b2caf20 100644 --- a/src/IconBatteryFullAltOutlined.tsx +++ b/src/IconBatteryFullAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryFullAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullAltOutlined as default } diff --git a/src/IconBatteryFullAltOutlinedFilled.tsx b/src/IconBatteryFullAltOutlinedFilled.tsx index dc59237d3..a784bb99c 100644 --- a/src/IconBatteryFullAltOutlinedFilled.tsx +++ b/src/IconBatteryFullAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltOutlinedFilled: React.FC = ({ +export const IconBatteryFullAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryFullAltOutlinedFilled: React.FC = ({ ) - -export { IconBatteryFullAltOutlinedFilled as default } diff --git a/src/IconBatteryFullAltRounded.tsx b/src/IconBatteryFullAltRounded.tsx index 04afcc5de..252d3ac7c 100644 --- a/src/IconBatteryFullAltRounded.tsx +++ b/src/IconBatteryFullAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltRounded: React.FC = ({ ...props }) => ( +export const IconBatteryFullAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullAltRounded as default } diff --git a/src/IconBatteryFullAltRoundedFilled.tsx b/src/IconBatteryFullAltRoundedFilled.tsx index 6316c8746..eb9e1439f 100644 --- a/src/IconBatteryFullAltRoundedFilled.tsx +++ b/src/IconBatteryFullAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryFullAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullAltRoundedFilled as default } diff --git a/src/IconBatteryFullAltSharp.tsx b/src/IconBatteryFullAltSharp.tsx index 56268d666..424c88c71 100644 --- a/src/IconBatteryFullAltSharp.tsx +++ b/src/IconBatteryFullAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltSharp: React.FC = ({ ...props }) => ( +export const IconBatteryFullAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryFullAltSharp as default } diff --git a/src/IconBatteryFullAltSharpFilled.tsx b/src/IconBatteryFullAltSharpFilled.tsx index 95b4bbfd2..c60b48a5c 100644 --- a/src/IconBatteryFullAltSharpFilled.tsx +++ b/src/IconBatteryFullAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryFullAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullAltSharpFilled as default } diff --git a/src/IconBatteryFullOutlined.tsx b/src/IconBatteryFullOutlined.tsx index ef4f5fa3b..776090ccf 100644 --- a/src/IconBatteryFullOutlined.tsx +++ b/src/IconBatteryFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryFullOutlined as default } diff --git a/src/IconBatteryFullOutlinedFilled.tsx b/src/IconBatteryFullOutlinedFilled.tsx index 7734ee6b6..bf346a213 100644 --- a/src/IconBatteryFullOutlinedFilled.tsx +++ b/src/IconBatteryFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullOutlinedFilled as default } diff --git a/src/IconBatteryFullRounded.tsx b/src/IconBatteryFullRounded.tsx index 3518a78e2..bf359a03e 100644 --- a/src/IconBatteryFullRounded.tsx +++ b/src/IconBatteryFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullRounded: React.FC = ({ ...props }) => ( +export const IconBatteryFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryFullRounded as default } diff --git a/src/IconBatteryFullRoundedFilled.tsx b/src/IconBatteryFullRoundedFilled.tsx index 22f050c0f..f99bbc549 100644 --- a/src/IconBatteryFullRoundedFilled.tsx +++ b/src/IconBatteryFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullRoundedFilled as default } diff --git a/src/IconBatteryFullSharp.tsx b/src/IconBatteryFullSharp.tsx index 02199a4c5..278cb8ae0 100644 --- a/src/IconBatteryFullSharp.tsx +++ b/src/IconBatteryFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullSharp: React.FC = ({ ...props }) => ( +export const IconBatteryFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryFullSharp as default } diff --git a/src/IconBatteryFullSharpFilled.tsx b/src/IconBatteryFullSharpFilled.tsx index 6ca88036c..71164a26b 100644 --- a/src/IconBatteryFullSharpFilled.tsx +++ b/src/IconBatteryFullSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryFullSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryFullSharpFilled as default } diff --git a/src/IconBatteryHoriz000Outlined.tsx b/src/IconBatteryHoriz000Outlined.tsx index ccbdf3150..fe9b75693 100644 --- a/src/IconBatteryHoriz000Outlined.tsx +++ b/src/IconBatteryHoriz000Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz000Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz000Outlined as default } diff --git a/src/IconBatteryHoriz000OutlinedFilled.tsx b/src/IconBatteryHoriz000OutlinedFilled.tsx index 3e92c887a..2474682cb 100644 --- a/src/IconBatteryHoriz000OutlinedFilled.tsx +++ b/src/IconBatteryHoriz000OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000OutlinedFilled: React.FC = ({ +export const IconBatteryHoriz000OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz000OutlinedFilled: React.FC = ({ ) - -export { IconBatteryHoriz000OutlinedFilled as default } diff --git a/src/IconBatteryHoriz000Rounded.tsx b/src/IconBatteryHoriz000Rounded.tsx index 85c915bd1..23435c723 100644 --- a/src/IconBatteryHoriz000Rounded.tsx +++ b/src/IconBatteryHoriz000Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz000Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz000Rounded as default } diff --git a/src/IconBatteryHoriz000RoundedFilled.tsx b/src/IconBatteryHoriz000RoundedFilled.tsx index 57365b9aa..42369b49e 100644 --- a/src/IconBatteryHoriz000RoundedFilled.tsx +++ b/src/IconBatteryHoriz000RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000RoundedFilled: React.FC = ({ +export const IconBatteryHoriz000RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz000RoundedFilled: React.FC = ({ ) - -export { IconBatteryHoriz000RoundedFilled as default } diff --git a/src/IconBatteryHoriz000Sharp.tsx b/src/IconBatteryHoriz000Sharp.tsx index 44a260a53..c0ce74c23 100644 --- a/src/IconBatteryHoriz000Sharp.tsx +++ b/src/IconBatteryHoriz000Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz000Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz000Sharp as default } diff --git a/src/IconBatteryHoriz000SharpFilled.tsx b/src/IconBatteryHoriz000SharpFilled.tsx index 3c0e4b6e0..19bfddac8 100644 --- a/src/IconBatteryHoriz000SharpFilled.tsx +++ b/src/IconBatteryHoriz000SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz000SharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz000SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz000SharpFilled as default } diff --git a/src/IconBatteryHoriz050Outlined.tsx b/src/IconBatteryHoriz050Outlined.tsx index 6f4529d4e..4dfbe7012 100644 --- a/src/IconBatteryHoriz050Outlined.tsx +++ b/src/IconBatteryHoriz050Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz050Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz050Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz050Outlined as default } diff --git a/src/IconBatteryHoriz050OutlinedFilled.tsx b/src/IconBatteryHoriz050OutlinedFilled.tsx index 7c3685bcb..7b88f7f20 100644 --- a/src/IconBatteryHoriz050OutlinedFilled.tsx +++ b/src/IconBatteryHoriz050OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz050OutlinedFilled: React.FC = ({ +export const IconBatteryHoriz050OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz050OutlinedFilled: React.FC = ({ ) - -export { IconBatteryHoriz050OutlinedFilled as default } diff --git a/src/IconBatteryHoriz050Rounded.tsx b/src/IconBatteryHoriz050Rounded.tsx index 043b548e3..6ab89016a 100644 --- a/src/IconBatteryHoriz050Rounded.tsx +++ b/src/IconBatteryHoriz050Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz050Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz050Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz050Rounded as default } diff --git a/src/IconBatteryHoriz050RoundedFilled.tsx b/src/IconBatteryHoriz050RoundedFilled.tsx index a62a56191..3ba4bb687 100644 --- a/src/IconBatteryHoriz050RoundedFilled.tsx +++ b/src/IconBatteryHoriz050RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz050RoundedFilled: React.FC = ({ +export const IconBatteryHoriz050RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz050RoundedFilled: React.FC = ({ ) - -export { IconBatteryHoriz050RoundedFilled as default } diff --git a/src/IconBatteryHoriz050Sharp.tsx b/src/IconBatteryHoriz050Sharp.tsx new file mode 100644 index 000000000..30b204524 --- /dev/null +++ b/src/IconBatteryHoriz050Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBatteryHoriz050Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBatteryHoriz050SharpFilled.tsx b/src/IconBatteryHoriz050SharpFilled.tsx index cfb17ec00..0ea4629f9 100644 --- a/src/IconBatteryHoriz050SharpFilled.tsx +++ b/src/IconBatteryHoriz050SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz050SharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz050SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz050SharpFilled as default } diff --git a/src/IconBatteryHoriz075Outlined.tsx b/src/IconBatteryHoriz075Outlined.tsx index 71067c0ea..544797072 100644 --- a/src/IconBatteryHoriz075Outlined.tsx +++ b/src/IconBatteryHoriz075Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075Outlined: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz075Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz075Outlined as default } diff --git a/src/IconBatteryHoriz075OutlinedFilled.tsx b/src/IconBatteryHoriz075OutlinedFilled.tsx index 95b9e6ae9..56353cac4 100644 --- a/src/IconBatteryHoriz075OutlinedFilled.tsx +++ b/src/IconBatteryHoriz075OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075OutlinedFilled: React.FC = ({ +export const IconBatteryHoriz075OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz075OutlinedFilled: React.FC = ({ ) - -export { IconBatteryHoriz075OutlinedFilled as default } diff --git a/src/IconBatteryHoriz075Rounded.tsx b/src/IconBatteryHoriz075Rounded.tsx index 6030798b4..53a6baf61 100644 --- a/src/IconBatteryHoriz075Rounded.tsx +++ b/src/IconBatteryHoriz075Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075Rounded: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz075Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz075Rounded as default } diff --git a/src/IconBatteryHoriz075RoundedFilled.tsx b/src/IconBatteryHoriz075RoundedFilled.tsx index 8a5b28343..b8ccabcf8 100644 --- a/src/IconBatteryHoriz075RoundedFilled.tsx +++ b/src/IconBatteryHoriz075RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075RoundedFilled: React.FC = ({ +export const IconBatteryHoriz075RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryHoriz075RoundedFilled: React.FC = ({ ) - -export { IconBatteryHoriz075RoundedFilled as default } diff --git a/src/IconBatteryHoriz075Sharp.tsx b/src/IconBatteryHoriz075Sharp.tsx index 648d4c208..10a55a45f 100644 --- a/src/IconBatteryHoriz075Sharp.tsx +++ b/src/IconBatteryHoriz075Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075Sharp: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz075Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz075Sharp as default } diff --git a/src/IconBatteryHoriz075SharpFilled.tsx b/src/IconBatteryHoriz075SharpFilled.tsx index bb3ed3fc7..471fe42cb 100644 --- a/src/IconBatteryHoriz075SharpFilled.tsx +++ b/src/IconBatteryHoriz075SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryHoriz075SharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryHoriz075SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryHoriz075SharpFilled as default } diff --git a/src/IconBatteryLowOutlined.tsx b/src/IconBatteryLowOutlined.tsx index 36d97614e..ea689fede 100644 --- a/src/IconBatteryLowOutlined.tsx +++ b/src/IconBatteryLowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryLowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryLowOutlined as default } diff --git a/src/IconBatteryLowOutlinedFilled.tsx b/src/IconBatteryLowOutlinedFilled.tsx index 91c72029b..f4c295f1a 100644 --- a/src/IconBatteryLowOutlinedFilled.tsx +++ b/src/IconBatteryLowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryLowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryLowOutlinedFilled as default } diff --git a/src/IconBatteryLowRounded.tsx b/src/IconBatteryLowRounded.tsx index 80e1a055e..037ff0a29 100644 --- a/src/IconBatteryLowRounded.tsx +++ b/src/IconBatteryLowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowRounded: React.FC = ({ ...props }) => ( +export const IconBatteryLowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryLowRounded as default } diff --git a/src/IconBatteryLowRoundedFilled.tsx b/src/IconBatteryLowRoundedFilled.tsx index 518662116..dcaa4064e 100644 --- a/src/IconBatteryLowRoundedFilled.tsx +++ b/src/IconBatteryLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryLowRoundedFilled as default } diff --git a/src/IconBatteryLowSharp.tsx b/src/IconBatteryLowSharp.tsx index 43768cb77..c4dee23da 100644 --- a/src/IconBatteryLowSharp.tsx +++ b/src/IconBatteryLowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowSharp: React.FC = ({ ...props }) => ( +export const IconBatteryLowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryLowSharp as default } diff --git a/src/IconBatteryLowSharpFilled.tsx b/src/IconBatteryLowSharpFilled.tsx index 00d11c422..c9fb62362 100644 --- a/src/IconBatteryLowSharpFilled.tsx +++ b/src/IconBatteryLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryLowSharpFilled as default } diff --git a/src/IconBatteryPlusOutlined.tsx b/src/IconBatteryPlusOutlined.tsx index 416e4cebf..5b7910f6d 100644 --- a/src/IconBatteryPlusOutlined.tsx +++ b/src/IconBatteryPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusOutlined as default } diff --git a/src/IconBatteryPlusOutlinedFilled.tsx b/src/IconBatteryPlusOutlinedFilled.tsx index 652ebbd96..e46c83b50 100644 --- a/src/IconBatteryPlusOutlinedFilled.tsx +++ b/src/IconBatteryPlusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryPlusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusOutlinedFilled as default } diff --git a/src/IconBatteryPlusRounded.tsx b/src/IconBatteryPlusRounded.tsx index 0b6d9230e..fc11ddbe0 100644 --- a/src/IconBatteryPlusRounded.tsx +++ b/src/IconBatteryPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusRounded: React.FC = ({ ...props }) => ( +export const IconBatteryPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusRounded as default } diff --git a/src/IconBatteryPlusRoundedFilled.tsx b/src/IconBatteryPlusRoundedFilled.tsx index 1bb298fb8..8309fa7e8 100644 --- a/src/IconBatteryPlusRoundedFilled.tsx +++ b/src/IconBatteryPlusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryPlusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusRoundedFilled as default } diff --git a/src/IconBatteryPlusSharp.tsx b/src/IconBatteryPlusSharp.tsx index 4dfa2362b..f755a017c 100644 --- a/src/IconBatteryPlusSharp.tsx +++ b/src/IconBatteryPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusSharp: React.FC = ({ ...props }) => ( +export const IconBatteryPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusSharp as default } diff --git a/src/IconBatteryPlusSharpFilled.tsx b/src/IconBatteryPlusSharpFilled.tsx index 6a3a1ab60..c29752bab 100644 --- a/src/IconBatteryPlusSharpFilled.tsx +++ b/src/IconBatteryPlusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryPlusSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryPlusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryPlusSharpFilled as default } diff --git a/src/IconBatteryProfileOutlined.tsx b/src/IconBatteryProfileOutlined.tsx index e79fc755f..880ddd1cf 100644 --- a/src/IconBatteryProfileOutlined.tsx +++ b/src/IconBatteryProfileOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryProfileOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryProfileOutlined as default } diff --git a/src/IconBatteryProfileOutlinedFilled.tsx b/src/IconBatteryProfileOutlinedFilled.tsx index 03769b89a..7feb45195 100644 --- a/src/IconBatteryProfileOutlinedFilled.tsx +++ b/src/IconBatteryProfileOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileOutlinedFilled: React.FC = ({ +export const IconBatteryProfileOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryProfileOutlinedFilled: React.FC = ({ ) - -export { IconBatteryProfileOutlinedFilled as default } diff --git a/src/IconBatteryProfileRounded.tsx b/src/IconBatteryProfileRounded.tsx index d0f30f8a5..b4e35104f 100644 --- a/src/IconBatteryProfileRounded.tsx +++ b/src/IconBatteryProfileRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileRounded: React.FC = ({ ...props }) => ( +export const IconBatteryProfileRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryProfileRounded as default } diff --git a/src/IconBatteryProfileRoundedFilled.tsx b/src/IconBatteryProfileRoundedFilled.tsx index 068e3a9d8..515935e43 100644 --- a/src/IconBatteryProfileRoundedFilled.tsx +++ b/src/IconBatteryProfileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryProfileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryProfileRoundedFilled as default } diff --git a/src/IconBatteryProfileSharp.tsx b/src/IconBatteryProfileSharp.tsx index 6e518ddc6..c2b099f92 100644 --- a/src/IconBatteryProfileSharp.tsx +++ b/src/IconBatteryProfileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileSharp: React.FC = ({ ...props }) => ( +export const IconBatteryProfileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryProfileSharp as default } diff --git a/src/IconBatteryProfileSharpFilled.tsx b/src/IconBatteryProfileSharpFilled.tsx index 0cd6b0b1a..2e7a883c3 100644 --- a/src/IconBatteryProfileSharpFilled.tsx +++ b/src/IconBatteryProfileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryProfileSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryProfileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryProfileSharpFilled as default } diff --git a/src/IconBatterySaverOutlined.tsx b/src/IconBatterySaverOutlined.tsx index d011e8bee..3b4cd7f50 100644 --- a/src/IconBatterySaverOutlined.tsx +++ b/src/IconBatterySaverOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverOutlined: React.FC = ({ ...props }) => ( +export const IconBatterySaverOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatterySaverOutlined as default } diff --git a/src/IconBatterySaverOutlinedFilled.tsx b/src/IconBatterySaverOutlinedFilled.tsx index 9c578304d..16fc3ae41 100644 --- a/src/IconBatterySaverOutlinedFilled.tsx +++ b/src/IconBatterySaverOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatterySaverOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatterySaverOutlinedFilled as default } diff --git a/src/IconBatterySaverRounded.tsx b/src/IconBatterySaverRounded.tsx index 5ea813e4c..39dfcf451 100644 --- a/src/IconBatterySaverRounded.tsx +++ b/src/IconBatterySaverRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverRounded: React.FC = ({ ...props }) => ( +export const IconBatterySaverRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatterySaverRounded as default } diff --git a/src/IconBatterySaverRoundedFilled.tsx b/src/IconBatterySaverRoundedFilled.tsx index 0f2e9d892..f117d85b2 100644 --- a/src/IconBatterySaverRoundedFilled.tsx +++ b/src/IconBatterySaverRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatterySaverRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatterySaverRoundedFilled as default } diff --git a/src/IconBatterySaverSharp.tsx b/src/IconBatterySaverSharp.tsx index 42d3a1db3..f6f0c3b7a 100644 --- a/src/IconBatterySaverSharp.tsx +++ b/src/IconBatterySaverSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverSharp: React.FC = ({ ...props }) => ( +export const IconBatterySaverSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatterySaverSharp as default } diff --git a/src/IconBatterySaverSharpFilled.tsx b/src/IconBatterySaverSharpFilled.tsx index 3c6e0422d..104e558ca 100644 --- a/src/IconBatterySaverSharpFilled.tsx +++ b/src/IconBatterySaverSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatterySaverSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatterySaverSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatterySaverSharpFilled as default } diff --git a/src/IconBatteryShareOutlined.tsx b/src/IconBatteryShareOutlined.tsx index 4efa88cee..565a34460 100644 --- a/src/IconBatteryShareOutlined.tsx +++ b/src/IconBatteryShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryShareOutlined as default } diff --git a/src/IconBatteryShareOutlinedFilled.tsx b/src/IconBatteryShareOutlinedFilled.tsx index f8917732c..14b0f9bae 100644 --- a/src/IconBatteryShareOutlinedFilled.tsx +++ b/src/IconBatteryShareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryShareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryShareOutlinedFilled as default } diff --git a/src/IconBatteryShareRounded.tsx b/src/IconBatteryShareRounded.tsx index 98967568d..a3494d877 100644 --- a/src/IconBatteryShareRounded.tsx +++ b/src/IconBatteryShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareRounded: React.FC = ({ ...props }) => ( +export const IconBatteryShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryShareRounded as default } diff --git a/src/IconBatteryShareRoundedFilled.tsx b/src/IconBatteryShareRoundedFilled.tsx index 70a4875b8..c6d861ffe 100644 --- a/src/IconBatteryShareRoundedFilled.tsx +++ b/src/IconBatteryShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryShareRoundedFilled as default } diff --git a/src/IconBatteryShareSharp.tsx b/src/IconBatteryShareSharp.tsx index 943019643..c1095dc42 100644 --- a/src/IconBatteryShareSharp.tsx +++ b/src/IconBatteryShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareSharp: React.FC = ({ ...props }) => ( +export const IconBatteryShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryShareSharp as default } diff --git a/src/IconBatteryShareSharpFilled.tsx b/src/IconBatteryShareSharpFilled.tsx index 4c0b99cff..db13842d2 100644 --- a/src/IconBatteryShareSharpFilled.tsx +++ b/src/IconBatteryShareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryShareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryShareSharpFilled as default } diff --git a/src/IconBatteryStatusGoodOutlined.tsx b/src/IconBatteryStatusGoodOutlined.tsx index 3eedfd1cc..cf4ccd177 100644 --- a/src/IconBatteryStatusGoodOutlined.tsx +++ b/src/IconBatteryStatusGoodOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryStatusGoodOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryStatusGoodOutlined as default } diff --git a/src/IconBatteryStatusGoodOutlinedFilled.tsx b/src/IconBatteryStatusGoodOutlinedFilled.tsx index 8e2be532b..a665dc340 100644 --- a/src/IconBatteryStatusGoodOutlinedFilled.tsx +++ b/src/IconBatteryStatusGoodOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodOutlinedFilled: React.FC = ({ +export const IconBatteryStatusGoodOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryStatusGoodOutlinedFilled: React.FC = ({ ) - -export { IconBatteryStatusGoodOutlinedFilled as default } diff --git a/src/IconBatteryStatusGoodRounded.tsx b/src/IconBatteryStatusGoodRounded.tsx index 1be742d84..b558ef298 100644 --- a/src/IconBatteryStatusGoodRounded.tsx +++ b/src/IconBatteryStatusGoodRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodRounded: React.FC = ({ ...props }) => ( +export const IconBatteryStatusGoodRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryStatusGoodRounded as default } diff --git a/src/IconBatteryStatusGoodRoundedFilled.tsx b/src/IconBatteryStatusGoodRoundedFilled.tsx index 50ea24bc1..b2892a9b1 100644 --- a/src/IconBatteryStatusGoodRoundedFilled.tsx +++ b/src/IconBatteryStatusGoodRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodRoundedFilled: React.FC = ({ +export const IconBatteryStatusGoodRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryStatusGoodRoundedFilled: React.FC = ({ ) - -export { IconBatteryStatusGoodRoundedFilled as default } diff --git a/src/IconBatteryStatusGoodSharp.tsx b/src/IconBatteryStatusGoodSharp.tsx index 5a415432b..840c47d7e 100644 --- a/src/IconBatteryStatusGoodSharp.tsx +++ b/src/IconBatteryStatusGoodSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodSharp: React.FC = ({ ...props }) => ( +export const IconBatteryStatusGoodSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryStatusGoodSharp as default } diff --git a/src/IconBatteryStatusGoodSharpFilled.tsx b/src/IconBatteryStatusGoodSharpFilled.tsx index 383829b8a..30862e08c 100644 --- a/src/IconBatteryStatusGoodSharpFilled.tsx +++ b/src/IconBatteryStatusGoodSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryStatusGoodSharpFilled: React.FC = ({ +export const IconBatteryStatusGoodSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryStatusGoodSharpFilled: React.FC = ({ ) - -export { IconBatteryStatusGoodSharpFilled as default } diff --git a/src/IconBatteryUnknownOutlined.tsx b/src/IconBatteryUnknownOutlined.tsx index e7a82e3c1..60553a012 100644 --- a/src/IconBatteryUnknownOutlined.tsx +++ b/src/IconBatteryUnknownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryUnknownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryUnknownOutlined as default } diff --git a/src/IconBatteryUnknownOutlinedFilled.tsx b/src/IconBatteryUnknownOutlinedFilled.tsx index 7cbcd4239..5815318fc 100644 --- a/src/IconBatteryUnknownOutlinedFilled.tsx +++ b/src/IconBatteryUnknownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownOutlinedFilled: React.FC = ({ +export const IconBatteryUnknownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryUnknownOutlinedFilled: React.FC = ({ ) - -export { IconBatteryUnknownOutlinedFilled as default } diff --git a/src/IconBatteryUnknownRounded.tsx b/src/IconBatteryUnknownRounded.tsx index eedcdad05..afa6bfa4b 100644 --- a/src/IconBatteryUnknownRounded.tsx +++ b/src/IconBatteryUnknownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownRounded: React.FC = ({ ...props }) => ( +export const IconBatteryUnknownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryUnknownRounded as default } diff --git a/src/IconBatteryUnknownRoundedFilled.tsx b/src/IconBatteryUnknownRoundedFilled.tsx index 6fa29cb2b..8a02f354e 100644 --- a/src/IconBatteryUnknownRoundedFilled.tsx +++ b/src/IconBatteryUnknownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryUnknownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryUnknownRoundedFilled as default } diff --git a/src/IconBatteryUnknownSharp.tsx b/src/IconBatteryUnknownSharp.tsx index 6e5946720..46ead83b1 100644 --- a/src/IconBatteryUnknownSharp.tsx +++ b/src/IconBatteryUnknownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownSharp: React.FC = ({ ...props }) => ( +export const IconBatteryUnknownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryUnknownSharp as default } diff --git a/src/IconBatteryUnknownSharpFilled.tsx b/src/IconBatteryUnknownSharpFilled.tsx index a8285c367..032a2c552 100644 --- a/src/IconBatteryUnknownSharpFilled.tsx +++ b/src/IconBatteryUnknownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryUnknownSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryUnknownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryUnknownSharpFilled as default } diff --git a/src/IconBatteryVeryLowOutlined.tsx b/src/IconBatteryVeryLowOutlined.tsx index 5d25c5e33..3ab622767 100644 --- a/src/IconBatteryVeryLowOutlined.tsx +++ b/src/IconBatteryVeryLowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowOutlined: React.FC = ({ ...props }) => ( +export const IconBatteryVeryLowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryVeryLowOutlined as default } diff --git a/src/IconBatteryVeryLowOutlinedFilled.tsx b/src/IconBatteryVeryLowOutlinedFilled.tsx index 2c8fcab0f..8b86161af 100644 --- a/src/IconBatteryVeryLowOutlinedFilled.tsx +++ b/src/IconBatteryVeryLowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowOutlinedFilled: React.FC = ({ +export const IconBatteryVeryLowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBatteryVeryLowOutlinedFilled: React.FC = ({ ) - -export { IconBatteryVeryLowOutlinedFilled as default } diff --git a/src/IconBatteryVeryLowRounded.tsx b/src/IconBatteryVeryLowRounded.tsx index 8066672f1..57810dff2 100644 --- a/src/IconBatteryVeryLowRounded.tsx +++ b/src/IconBatteryVeryLowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowRounded: React.FC = ({ ...props }) => ( +export const IconBatteryVeryLowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryVeryLowRounded as default } diff --git a/src/IconBatteryVeryLowRoundedFilled.tsx b/src/IconBatteryVeryLowRoundedFilled.tsx index b61d03813..5a7e030bb 100644 --- a/src/IconBatteryVeryLowRoundedFilled.tsx +++ b/src/IconBatteryVeryLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBatteryVeryLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryVeryLowRoundedFilled as default } diff --git a/src/IconBatteryVeryLowSharp.tsx b/src/IconBatteryVeryLowSharp.tsx index cb77c2209..0d999352a 100644 --- a/src/IconBatteryVeryLowSharp.tsx +++ b/src/IconBatteryVeryLowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowSharp: React.FC = ({ ...props }) => ( +export const IconBatteryVeryLowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBatteryVeryLowSharp as default } diff --git a/src/IconBatteryVeryLowSharpFilled.tsx b/src/IconBatteryVeryLowSharpFilled.tsx index eb859548b..359fc4844 100644 --- a/src/IconBatteryVeryLowSharpFilled.tsx +++ b/src/IconBatteryVeryLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBatteryVeryLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconBatteryVeryLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBatteryVeryLowSharpFilled as default } diff --git a/src/IconBeachAccessOutlined.tsx b/src/IconBeachAccessOutlined.tsx index edb3333c5..985cec75d 100644 --- a/src/IconBeachAccessOutlined.tsx +++ b/src/IconBeachAccessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessOutlined: React.FC = ({ ...props }) => ( +export const IconBeachAccessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeachAccessOutlined as default } diff --git a/src/IconBeachAccessOutlinedFilled.tsx b/src/IconBeachAccessOutlinedFilled.tsx index 1f2a47627..b75e322c9 100644 --- a/src/IconBeachAccessOutlinedFilled.tsx +++ b/src/IconBeachAccessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBeachAccessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBeachAccessOutlinedFilled as default } diff --git a/src/IconBeachAccessRounded.tsx b/src/IconBeachAccessRounded.tsx index 098b2580f..9d1a473e9 100644 --- a/src/IconBeachAccessRounded.tsx +++ b/src/IconBeachAccessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessRounded: React.FC = ({ ...props }) => ( +export const IconBeachAccessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeachAccessRounded as default } diff --git a/src/IconBeachAccessRoundedFilled.tsx b/src/IconBeachAccessRoundedFilled.tsx index a2f8d733b..913db08ce 100644 --- a/src/IconBeachAccessRoundedFilled.tsx +++ b/src/IconBeachAccessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBeachAccessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBeachAccessRoundedFilled as default } diff --git a/src/IconBeachAccessSharp.tsx b/src/IconBeachAccessSharp.tsx index f42f83f6c..9495d3e9a 100644 --- a/src/IconBeachAccessSharp.tsx +++ b/src/IconBeachAccessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessSharp: React.FC = ({ ...props }) => ( +export const IconBeachAccessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeachAccessSharp as default } diff --git a/src/IconBeachAccessSharpFilled.tsx b/src/IconBeachAccessSharpFilled.tsx index a322c3ca8..d1b5180b8 100644 --- a/src/IconBeachAccessSharpFilled.tsx +++ b/src/IconBeachAccessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBeachAccessSharpFilled: React.FC = ({ ...props }) => ( +export const IconBeachAccessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBeachAccessSharpFilled as default } diff --git a/src/IconBedOutlined.tsx b/src/IconBedOutlined.tsx index f359d9c44..4890683e3 100644 --- a/src/IconBedOutlined.tsx +++ b/src/IconBedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedOutlined: React.FC = ({ ...props }) => ( +export const IconBedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedOutlined as default } diff --git a/src/IconBedOutlinedFilled.tsx b/src/IconBedOutlinedFilled.tsx index 72eea6983..4fadf5e50 100644 --- a/src/IconBedOutlinedFilled.tsx +++ b/src/IconBedOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedOutlinedFilled as default } diff --git a/src/IconBedRounded.tsx b/src/IconBedRounded.tsx index 1613eacde..a3c4eac2e 100644 --- a/src/IconBedRounded.tsx +++ b/src/IconBedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedRounded: React.FC = ({ ...props }) => ( +export const IconBedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedRounded as default } diff --git a/src/IconBedRoundedFilled.tsx b/src/IconBedRoundedFilled.tsx index 8c6fa0a83..458bd2090 100644 --- a/src/IconBedRoundedFilled.tsx +++ b/src/IconBedRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedRoundedFilled as default } diff --git a/src/IconBedSharp.tsx b/src/IconBedSharp.tsx index 20456985f..34d7b3f9c 100644 --- a/src/IconBedSharp.tsx +++ b/src/IconBedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedSharp: React.FC = ({ ...props }) => ( +export const IconBedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedSharp as default } diff --git a/src/IconBedSharpFilled.tsx b/src/IconBedSharpFilled.tsx index e6f284c4c..44706895f 100644 --- a/src/IconBedSharpFilled.tsx +++ b/src/IconBedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedSharpFilled: React.FC = ({ ...props }) => ( +export const IconBedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedSharpFilled as default } diff --git a/src/IconBedroomBabyOutlined.tsx b/src/IconBedroomBabyOutlined.tsx index 5ce155aa6..70ce59ffe 100644 --- a/src/IconBedroomBabyOutlined.tsx +++ b/src/IconBedroomBabyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabyOutlined: React.FC = ({ ...props }) => ( +export const IconBedroomBabyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomBabyOutlined as default } diff --git a/src/IconBedroomBabyOutlinedFilled.tsx b/src/IconBedroomBabyOutlinedFilled.tsx index 0d07fc85f..6d3f2346a 100644 --- a/src/IconBedroomBabyOutlinedFilled.tsx +++ b/src/IconBedroomBabyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomBabyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomBabyOutlinedFilled as default } diff --git a/src/IconBedroomBabyRounded.tsx b/src/IconBedroomBabyRounded.tsx index 4fc9f023c..425c05001 100644 --- a/src/IconBedroomBabyRounded.tsx +++ b/src/IconBedroomBabyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabyRounded: React.FC = ({ ...props }) => ( +export const IconBedroomBabyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomBabyRounded as default } diff --git a/src/IconBedroomBabyRoundedFilled.tsx b/src/IconBedroomBabyRoundedFilled.tsx index 4fbbcc544..8ba6fc116 100644 --- a/src/IconBedroomBabyRoundedFilled.tsx +++ b/src/IconBedroomBabyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomBabyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomBabyRoundedFilled as default } diff --git a/src/IconBedroomBabySharp.tsx b/src/IconBedroomBabySharp.tsx index 7ee9bd719..e0c3d41dc 100644 --- a/src/IconBedroomBabySharp.tsx +++ b/src/IconBedroomBabySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabySharp: React.FC = ({ ...props }) => ( +export const IconBedroomBabySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomBabySharp as default } diff --git a/src/IconBedroomBabySharpFilled.tsx b/src/IconBedroomBabySharpFilled.tsx index 6f5971953..b147e1c86 100644 --- a/src/IconBedroomBabySharpFilled.tsx +++ b/src/IconBedroomBabySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomBabySharpFilled: React.FC = ({ ...props }) => ( +export const IconBedroomBabySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomBabySharpFilled as default } diff --git a/src/IconBedroomChildOutlined.tsx b/src/IconBedroomChildOutlined.tsx index cf1298bea..7e1105c59 100644 --- a/src/IconBedroomChildOutlined.tsx +++ b/src/IconBedroomChildOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildOutlined: React.FC = ({ ...props }) => ( +export const IconBedroomChildOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomChildOutlined as default } diff --git a/src/IconBedroomChildOutlinedFilled.tsx b/src/IconBedroomChildOutlinedFilled.tsx index 2f85377fb..3ec9cf92d 100644 --- a/src/IconBedroomChildOutlinedFilled.tsx +++ b/src/IconBedroomChildOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomChildOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomChildOutlinedFilled as default } diff --git a/src/IconBedroomChildRounded.tsx b/src/IconBedroomChildRounded.tsx index 8dfae873a..640aaf7a2 100644 --- a/src/IconBedroomChildRounded.tsx +++ b/src/IconBedroomChildRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildRounded: React.FC = ({ ...props }) => ( +export const IconBedroomChildRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomChildRounded as default } diff --git a/src/IconBedroomChildRoundedFilled.tsx b/src/IconBedroomChildRoundedFilled.tsx index efbdc89a6..fdd5041b1 100644 --- a/src/IconBedroomChildRoundedFilled.tsx +++ b/src/IconBedroomChildRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomChildRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomChildRoundedFilled as default } diff --git a/src/IconBedroomChildSharp.tsx b/src/IconBedroomChildSharp.tsx index 1353bb717..cea8e9cf0 100644 --- a/src/IconBedroomChildSharp.tsx +++ b/src/IconBedroomChildSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildSharp: React.FC = ({ ...props }) => ( +export const IconBedroomChildSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomChildSharp as default } diff --git a/src/IconBedroomChildSharpFilled.tsx b/src/IconBedroomChildSharpFilled.tsx index 60000e15e..37e01798e 100644 --- a/src/IconBedroomChildSharpFilled.tsx +++ b/src/IconBedroomChildSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomChildSharpFilled: React.FC = ({ ...props }) => ( +export const IconBedroomChildSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomChildSharpFilled as default } diff --git a/src/IconBedroomParentOutlined.tsx b/src/IconBedroomParentOutlined.tsx index 73f01e3a6..6b7ad1345 100644 --- a/src/IconBedroomParentOutlined.tsx +++ b/src/IconBedroomParentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentOutlined: React.FC = ({ ...props }) => ( +export const IconBedroomParentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomParentOutlined as default } diff --git a/src/IconBedroomParentOutlinedFilled.tsx b/src/IconBedroomParentOutlinedFilled.tsx index 6e26f8591..33974ad02 100644 --- a/src/IconBedroomParentOutlinedFilled.tsx +++ b/src/IconBedroomParentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomParentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomParentOutlinedFilled as default } diff --git a/src/IconBedroomParentRounded.tsx b/src/IconBedroomParentRounded.tsx index 10a90872d..4e0e8ad26 100644 --- a/src/IconBedroomParentRounded.tsx +++ b/src/IconBedroomParentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentRounded: React.FC = ({ ...props }) => ( +export const IconBedroomParentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomParentRounded as default } diff --git a/src/IconBedroomParentRoundedFilled.tsx b/src/IconBedroomParentRoundedFilled.tsx index 89caf8947..2054d2552 100644 --- a/src/IconBedroomParentRoundedFilled.tsx +++ b/src/IconBedroomParentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedroomParentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomParentRoundedFilled as default } diff --git a/src/IconBedroomParentSharp.tsx b/src/IconBedroomParentSharp.tsx index a5c614ba9..18c27cd6e 100644 --- a/src/IconBedroomParentSharp.tsx +++ b/src/IconBedroomParentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentSharp: React.FC = ({ ...props }) => ( +export const IconBedroomParentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedroomParentSharp as default } diff --git a/src/IconBedroomParentSharpFilled.tsx b/src/IconBedroomParentSharpFilled.tsx index 40ae173dc..103649e32 100644 --- a/src/IconBedroomParentSharpFilled.tsx +++ b/src/IconBedroomParentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedroomParentSharpFilled: React.FC = ({ ...props }) => ( +export const IconBedroomParentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedroomParentSharpFilled as default } diff --git a/src/IconBedtimeOffOutlined.tsx b/src/IconBedtimeOffOutlined.tsx index bd99f13a4..e7970b90c 100644 --- a/src/IconBedtimeOffOutlined.tsx +++ b/src/IconBedtimeOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffOutlined: React.FC = ({ ...props }) => ( +export const IconBedtimeOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffOutlined as default } diff --git a/src/IconBedtimeOffOutlinedFilled.tsx b/src/IconBedtimeOffOutlinedFilled.tsx index 38ed54767..4627b9799 100644 --- a/src/IconBedtimeOffOutlinedFilled.tsx +++ b/src/IconBedtimeOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffOutlinedFilled as default } diff --git a/src/IconBedtimeOffRounded.tsx b/src/IconBedtimeOffRounded.tsx index cf1d312d3..d181286d1 100644 --- a/src/IconBedtimeOffRounded.tsx +++ b/src/IconBedtimeOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffRounded: React.FC = ({ ...props }) => ( +export const IconBedtimeOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffRounded as default } diff --git a/src/IconBedtimeOffRoundedFilled.tsx b/src/IconBedtimeOffRoundedFilled.tsx index 0ce0e38ae..60f72c08e 100644 --- a/src/IconBedtimeOffRoundedFilled.tsx +++ b/src/IconBedtimeOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffRoundedFilled as default } diff --git a/src/IconBedtimeOffSharp.tsx b/src/IconBedtimeOffSharp.tsx index ccfcd84f8..79b8ac811 100644 --- a/src/IconBedtimeOffSharp.tsx +++ b/src/IconBedtimeOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffSharp: React.FC = ({ ...props }) => ( +export const IconBedtimeOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffSharp as default } diff --git a/src/IconBedtimeOffSharpFilled.tsx b/src/IconBedtimeOffSharpFilled.tsx index d024a1383..801ff8234 100644 --- a/src/IconBedtimeOffSharpFilled.tsx +++ b/src/IconBedtimeOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedtimeOffSharpFilled as default } diff --git a/src/IconBedtimeOutlined.tsx b/src/IconBedtimeOutlined.tsx index 06745c212..d057d2911 100644 --- a/src/IconBedtimeOutlined.tsx +++ b/src/IconBedtimeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOutlined: React.FC = ({ ...props }) => ( +export const IconBedtimeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeOutlined as default } diff --git a/src/IconBedtimeOutlinedFilled.tsx b/src/IconBedtimeOutlinedFilled.tsx index ca11cf16c..1821ec9fe 100644 --- a/src/IconBedtimeOutlinedFilled.tsx +++ b/src/IconBedtimeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBedtimeOutlinedFilled as default } diff --git a/src/IconBedtimeRounded.tsx b/src/IconBedtimeRounded.tsx index 1af9a704b..4b6887bda 100644 --- a/src/IconBedtimeRounded.tsx +++ b/src/IconBedtimeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeRounded: React.FC = ({ ...props }) => ( +export const IconBedtimeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeRounded as default } diff --git a/src/IconBedtimeRoundedFilled.tsx b/src/IconBedtimeRoundedFilled.tsx index 1d1eccf21..6c09a214f 100644 --- a/src/IconBedtimeRoundedFilled.tsx +++ b/src/IconBedtimeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeRoundedFilled as default } diff --git a/src/IconBedtimeSharp.tsx b/src/IconBedtimeSharp.tsx index 2e016d2ae..b49333e87 100644 --- a/src/IconBedtimeSharp.tsx +++ b/src/IconBedtimeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeSharp: React.FC = ({ ...props }) => ( +export const IconBedtimeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeSharp as default } diff --git a/src/IconBedtimeSharpFilled.tsx b/src/IconBedtimeSharpFilled.tsx index 5fac1a472..280f54eb7 100644 --- a/src/IconBedtimeSharpFilled.tsx +++ b/src/IconBedtimeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBedtimeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBedtimeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBedtimeSharpFilled as default } diff --git a/src/IconBeenhereOutlined.tsx b/src/IconBeenhereOutlined.tsx index cd9c3936c..b07bfd5b5 100644 --- a/src/IconBeenhereOutlined.tsx +++ b/src/IconBeenhereOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereOutlined: React.FC = ({ ...props }) => ( +export const IconBeenhereOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeenhereOutlined as default } diff --git a/src/IconBeenhereOutlinedFilled.tsx b/src/IconBeenhereOutlinedFilled.tsx index f4e10525a..16362f1a6 100644 --- a/src/IconBeenhereOutlinedFilled.tsx +++ b/src/IconBeenhereOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBeenhereOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBeenhereOutlinedFilled as default } diff --git a/src/IconBeenhereRounded.tsx b/src/IconBeenhereRounded.tsx index 80f468996..cc0578552 100644 --- a/src/IconBeenhereRounded.tsx +++ b/src/IconBeenhereRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereRounded: React.FC = ({ ...props }) => ( +export const IconBeenhereRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeenhereRounded as default } diff --git a/src/IconBeenhereRoundedFilled.tsx b/src/IconBeenhereRoundedFilled.tsx index 9f5f0aae4..b6904bdfe 100644 --- a/src/IconBeenhereRoundedFilled.tsx +++ b/src/IconBeenhereRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBeenhereRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBeenhereRoundedFilled as default } diff --git a/src/IconBeenhereSharp.tsx b/src/IconBeenhereSharp.tsx index d8685d85e..1081bbd4a 100644 --- a/src/IconBeenhereSharp.tsx +++ b/src/IconBeenhereSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereSharp: React.FC = ({ ...props }) => ( +export const IconBeenhereSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeenhereSharp as default } diff --git a/src/IconBeenhereSharpFilled.tsx b/src/IconBeenhereSharpFilled.tsx index 480874126..cce46b716 100644 --- a/src/IconBeenhereSharpFilled.tsx +++ b/src/IconBeenhereSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBeenhereSharpFilled: React.FC = ({ ...props }) => ( +export const IconBeenhereSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBeenhereSharpFilled as default } diff --git a/src/IconBentoOutlined.tsx b/src/IconBentoOutlined.tsx index 7946f58b7..6e5701e5a 100644 --- a/src/IconBentoOutlined.tsx +++ b/src/IconBentoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoOutlined: React.FC = ({ ...props }) => ( +export const IconBentoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoOutlined as default } diff --git a/src/IconBentoOutlinedFilled.tsx b/src/IconBentoOutlinedFilled.tsx index abdd95fa5..f47107170 100644 --- a/src/IconBentoOutlinedFilled.tsx +++ b/src/IconBentoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBentoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoOutlinedFilled as default } diff --git a/src/IconBentoRounded.tsx b/src/IconBentoRounded.tsx index 6df30d670..fe297973d 100644 --- a/src/IconBentoRounded.tsx +++ b/src/IconBentoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoRounded: React.FC = ({ ...props }) => ( +export const IconBentoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoRounded as default } diff --git a/src/IconBentoRoundedFilled.tsx b/src/IconBentoRoundedFilled.tsx index 678a0d178..6bf7cb845 100644 --- a/src/IconBentoRoundedFilled.tsx +++ b/src/IconBentoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBentoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoRoundedFilled as default } diff --git a/src/IconBentoSharp.tsx b/src/IconBentoSharp.tsx index 088b0e8dd..ff41b91b6 100644 --- a/src/IconBentoSharp.tsx +++ b/src/IconBentoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoSharp: React.FC = ({ ...props }) => ( +export const IconBentoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoSharp as default } diff --git a/src/IconBentoSharpFilled.tsx b/src/IconBentoSharpFilled.tsx index d3eab49d0..406971af2 100644 --- a/src/IconBentoSharpFilled.tsx +++ b/src/IconBentoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBentoSharpFilled: React.FC = ({ ...props }) => ( +export const IconBentoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBentoSharpFilled as default } diff --git a/src/IconBiaOutlined.tsx b/src/IconBiaOutlined.tsx index 3ef45cfe3..1425a27b6 100644 --- a/src/IconBiaOutlined.tsx +++ b/src/IconBiaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaOutlined: React.FC = ({ ...props }) => ( +export const IconBiaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaOutlined as default } diff --git a/src/IconBiaOutlinedFilled.tsx b/src/IconBiaOutlinedFilled.tsx index 256e52961..b884db3a8 100644 --- a/src/IconBiaOutlinedFilled.tsx +++ b/src/IconBiaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBiaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaOutlinedFilled as default } diff --git a/src/IconBiaRounded.tsx b/src/IconBiaRounded.tsx index 0ee375b35..f7edbbcd3 100644 --- a/src/IconBiaRounded.tsx +++ b/src/IconBiaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaRounded: React.FC = ({ ...props }) => ( +export const IconBiaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaRounded as default } diff --git a/src/IconBiaRoundedFilled.tsx b/src/IconBiaRoundedFilled.tsx index 1c88afad2..d3ddac62a 100644 --- a/src/IconBiaRoundedFilled.tsx +++ b/src/IconBiaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBiaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaRoundedFilled as default } diff --git a/src/IconBiaSharp.tsx b/src/IconBiaSharp.tsx index c4984f768..487ca18cb 100644 --- a/src/IconBiaSharp.tsx +++ b/src/IconBiaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaSharp: React.FC = ({ ...props }) => ( +export const IconBiaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaSharp as default } diff --git a/src/IconBiaSharpFilled.tsx b/src/IconBiaSharpFilled.tsx index 1f360d904..3e837a483 100644 --- a/src/IconBiaSharpFilled.tsx +++ b/src/IconBiaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiaSharpFilled: React.FC = ({ ...props }) => ( +export const IconBiaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiaSharpFilled as default } diff --git a/src/IconBidLandscapeDisabledOutlined.tsx b/src/IconBidLandscapeDisabledOutlined.tsx index ae4137aec..9e587616a 100644 --- a/src/IconBidLandscapeDisabledOutlined.tsx +++ b/src/IconBidLandscapeDisabledOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledOutlined: React.FC = ({ +export const IconBidLandscapeDisabledOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBidLandscapeDisabledOutlined: React.FC = ({ ) - -export { IconBidLandscapeDisabledOutlined as default } diff --git a/src/IconBidLandscapeDisabledOutlinedFilled.tsx b/src/IconBidLandscapeDisabledOutlinedFilled.tsx index 4f142759b..6f00ab07a 100644 --- a/src/IconBidLandscapeDisabledOutlinedFilled.tsx +++ b/src/IconBidLandscapeDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledOutlinedFilled: React.FC = ({ +export const IconBidLandscapeDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBidLandscapeDisabledOutlinedFilled: React.FC = ({ ) - -export { IconBidLandscapeDisabledOutlinedFilled as default } diff --git a/src/IconBidLandscapeDisabledRounded.tsx b/src/IconBidLandscapeDisabledRounded.tsx index beda76465..932c88055 100644 --- a/src/IconBidLandscapeDisabledRounded.tsx +++ b/src/IconBidLandscapeDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledRounded: React.FC = ({ ...props }) => ( +export const IconBidLandscapeDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeDisabledRounded as default } diff --git a/src/IconBidLandscapeDisabledRoundedFilled.tsx b/src/IconBidLandscapeDisabledRoundedFilled.tsx index c7ce10629..57e4c1a1a 100644 --- a/src/IconBidLandscapeDisabledRoundedFilled.tsx +++ b/src/IconBidLandscapeDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledRoundedFilled: React.FC = ({ +export const IconBidLandscapeDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBidLandscapeDisabledRoundedFilled: React.FC = ({ ) - -export { IconBidLandscapeDisabledRoundedFilled as default } diff --git a/src/IconBidLandscapeDisabledSharp.tsx b/src/IconBidLandscapeDisabledSharp.tsx index 48794ede2..e99393a22 100644 --- a/src/IconBidLandscapeDisabledSharp.tsx +++ b/src/IconBidLandscapeDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledSharp: React.FC = ({ ...props }) => ( +export const IconBidLandscapeDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeDisabledSharp as default } diff --git a/src/IconBidLandscapeDisabledSharpFilled.tsx b/src/IconBidLandscapeDisabledSharpFilled.tsx index 06ff41fc9..54ecd3d30 100644 --- a/src/IconBidLandscapeDisabledSharpFilled.tsx +++ b/src/IconBidLandscapeDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeDisabledSharpFilled: React.FC = ({ +export const IconBidLandscapeDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBidLandscapeDisabledSharpFilled: React.FC = ({ ) - -export { IconBidLandscapeDisabledSharpFilled as default } diff --git a/src/IconBidLandscapeOutlined.tsx b/src/IconBidLandscapeOutlined.tsx index ffb10f775..578a901e4 100644 --- a/src/IconBidLandscapeOutlined.tsx +++ b/src/IconBidLandscapeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeOutlined: React.FC = ({ ...props }) => ( +export const IconBidLandscapeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeOutlined as default } diff --git a/src/IconBidLandscapeOutlinedFilled.tsx b/src/IconBidLandscapeOutlinedFilled.tsx index 950ec6c06..3feed896a 100644 --- a/src/IconBidLandscapeOutlinedFilled.tsx +++ b/src/IconBidLandscapeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBidLandscapeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeOutlinedFilled as default } diff --git a/src/IconBidLandscapeRounded.tsx b/src/IconBidLandscapeRounded.tsx index 1f8a84391..2d782dc0a 100644 --- a/src/IconBidLandscapeRounded.tsx +++ b/src/IconBidLandscapeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconBidLandscapeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeRounded as default } diff --git a/src/IconBidLandscapeRoundedFilled.tsx b/src/IconBidLandscapeRoundedFilled.tsx index 1180f70d3..f06e1ffe6 100644 --- a/src/IconBidLandscapeRoundedFilled.tsx +++ b/src/IconBidLandscapeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBidLandscapeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeRoundedFilled as default } diff --git a/src/IconBidLandscapeSharp.tsx b/src/IconBidLandscapeSharp.tsx index 89c60c6e4..8586d32dc 100644 --- a/src/IconBidLandscapeSharp.tsx +++ b/src/IconBidLandscapeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconBidLandscapeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeSharp as default } diff --git a/src/IconBidLandscapeSharpFilled.tsx b/src/IconBidLandscapeSharpFilled.tsx index 3da8919ed..6d436d576 100644 --- a/src/IconBidLandscapeSharpFilled.tsx +++ b/src/IconBidLandscapeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBidLandscapeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBidLandscapeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBidLandscapeSharpFilled as default } diff --git a/src/IconBigtopUpdatesOutlined.tsx b/src/IconBigtopUpdatesOutlined.tsx index 3c048ac0f..6ce28bbc6 100644 --- a/src/IconBigtopUpdatesOutlined.tsx +++ b/src/IconBigtopUpdatesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesOutlined: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesOutlined as default } diff --git a/src/IconBigtopUpdatesOutlinedFilled.tsx b/src/IconBigtopUpdatesOutlinedFilled.tsx index 500e9bb0d..afa22e46f 100644 --- a/src/IconBigtopUpdatesOutlinedFilled.tsx +++ b/src/IconBigtopUpdatesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesOutlinedFilled as default } diff --git a/src/IconBigtopUpdatesRounded.tsx b/src/IconBigtopUpdatesRounded.tsx index a64d9e01e..e322fdc85 100644 --- a/src/IconBigtopUpdatesRounded.tsx +++ b/src/IconBigtopUpdatesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesRounded: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesRounded as default } diff --git a/src/IconBigtopUpdatesRoundedFilled.tsx b/src/IconBigtopUpdatesRoundedFilled.tsx index 7d168834a..fc90b7ab3 100644 --- a/src/IconBigtopUpdatesRoundedFilled.tsx +++ b/src/IconBigtopUpdatesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesRoundedFilled as default } diff --git a/src/IconBigtopUpdatesSharp.tsx b/src/IconBigtopUpdatesSharp.tsx index 66083192b..c319d6d23 100644 --- a/src/IconBigtopUpdatesSharp.tsx +++ b/src/IconBigtopUpdatesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesSharp: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesSharp as default } diff --git a/src/IconBigtopUpdatesSharpFilled.tsx b/src/IconBigtopUpdatesSharpFilled.tsx index 138c20cdf..5426702e5 100644 --- a/src/IconBigtopUpdatesSharpFilled.tsx +++ b/src/IconBigtopUpdatesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBigtopUpdatesSharpFilled: React.FC = ({ ...props }) => ( +export const IconBigtopUpdatesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBigtopUpdatesSharpFilled as default } diff --git a/src/IconBikeDockOutlined.tsx b/src/IconBikeDockOutlined.tsx index a3d6766a4..846407ecb 100644 --- a/src/IconBikeDockOutlined.tsx +++ b/src/IconBikeDockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockOutlined: React.FC = ({ ...props }) => ( +export const IconBikeDockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeDockOutlined as default } diff --git a/src/IconBikeDockOutlinedFilled.tsx b/src/IconBikeDockOutlinedFilled.tsx index b435f105e..3ba2a353f 100644 --- a/src/IconBikeDockOutlinedFilled.tsx +++ b/src/IconBikeDockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBikeDockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeDockOutlinedFilled as default } diff --git a/src/IconBikeDockRounded.tsx b/src/IconBikeDockRounded.tsx index 8a093f7d3..84cad804f 100644 --- a/src/IconBikeDockRounded.tsx +++ b/src/IconBikeDockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockRounded: React.FC = ({ ...props }) => ( +export const IconBikeDockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeDockRounded as default } diff --git a/src/IconBikeDockRoundedFilled.tsx b/src/IconBikeDockRoundedFilled.tsx index 92e339f32..9c1b242e9 100644 --- a/src/IconBikeDockRoundedFilled.tsx +++ b/src/IconBikeDockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBikeDockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeDockRoundedFilled as default } diff --git a/src/IconBikeDockSharp.tsx b/src/IconBikeDockSharp.tsx index a5444dc5e..cb87ef331 100644 --- a/src/IconBikeDockSharp.tsx +++ b/src/IconBikeDockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockSharp: React.FC = ({ ...props }) => ( +export const IconBikeDockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeDockSharp as default } diff --git a/src/IconBikeDockSharpFilled.tsx b/src/IconBikeDockSharpFilled.tsx index aa89cc902..31bad63ef 100644 --- a/src/IconBikeDockSharpFilled.tsx +++ b/src/IconBikeDockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeDockSharpFilled: React.FC = ({ ...props }) => ( +export const IconBikeDockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeDockSharpFilled as default } diff --git a/src/IconBikeLaneOutlined.tsx b/src/IconBikeLaneOutlined.tsx index 1fe08a458..41a896a4f 100644 --- a/src/IconBikeLaneOutlined.tsx +++ b/src/IconBikeLaneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneOutlined: React.FC = ({ ...props }) => ( +export const IconBikeLaneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeLaneOutlined as default } diff --git a/src/IconBikeLaneOutlinedFilled.tsx b/src/IconBikeLaneOutlinedFilled.tsx index 0cee25792..8894b7873 100644 --- a/src/IconBikeLaneOutlinedFilled.tsx +++ b/src/IconBikeLaneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBikeLaneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeLaneOutlinedFilled as default } diff --git a/src/IconBikeLaneRounded.tsx b/src/IconBikeLaneRounded.tsx index dd5142400..17f62f7e7 100644 --- a/src/IconBikeLaneRounded.tsx +++ b/src/IconBikeLaneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneRounded: React.FC = ({ ...props }) => ( +export const IconBikeLaneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeLaneRounded as default } diff --git a/src/IconBikeLaneRoundedFilled.tsx b/src/IconBikeLaneRoundedFilled.tsx index 6d2b409cf..a705ab1d5 100644 --- a/src/IconBikeLaneRoundedFilled.tsx +++ b/src/IconBikeLaneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBikeLaneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeLaneRoundedFilled as default } diff --git a/src/IconBikeLaneSharp.tsx b/src/IconBikeLaneSharp.tsx index 244bc602d..4f1456e72 100644 --- a/src/IconBikeLaneSharp.tsx +++ b/src/IconBikeLaneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneSharp: React.FC = ({ ...props }) => ( +export const IconBikeLaneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeLaneSharp as default } diff --git a/src/IconBikeLaneSharpFilled.tsx b/src/IconBikeLaneSharpFilled.tsx index 9ffd87b49..814131c63 100644 --- a/src/IconBikeLaneSharpFilled.tsx +++ b/src/IconBikeLaneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeLaneSharpFilled: React.FC = ({ ...props }) => ( +export const IconBikeLaneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeLaneSharpFilled as default } diff --git a/src/IconBikeScooterOutlined.tsx b/src/IconBikeScooterOutlined.tsx index ae02c2377..21b8b05c6 100644 --- a/src/IconBikeScooterOutlined.tsx +++ b/src/IconBikeScooterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterOutlined: React.FC = ({ ...props }) => ( +export const IconBikeScooterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeScooterOutlined as default } diff --git a/src/IconBikeScooterOutlinedFilled.tsx b/src/IconBikeScooterOutlinedFilled.tsx index f7d7241a2..cc1e4dc94 100644 --- a/src/IconBikeScooterOutlinedFilled.tsx +++ b/src/IconBikeScooterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBikeScooterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeScooterOutlinedFilled as default } diff --git a/src/IconBikeScooterRounded.tsx b/src/IconBikeScooterRounded.tsx index 93f39be18..802a46ba9 100644 --- a/src/IconBikeScooterRounded.tsx +++ b/src/IconBikeScooterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterRounded: React.FC = ({ ...props }) => ( +export const IconBikeScooterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeScooterRounded as default } diff --git a/src/IconBikeScooterRoundedFilled.tsx b/src/IconBikeScooterRoundedFilled.tsx index 7cf3ea32e..8e2a73fc7 100644 --- a/src/IconBikeScooterRoundedFilled.tsx +++ b/src/IconBikeScooterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBikeScooterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeScooterRoundedFilled as default } diff --git a/src/IconBikeScooterSharp.tsx b/src/IconBikeScooterSharp.tsx index 3641fbce8..50d908e53 100644 --- a/src/IconBikeScooterSharp.tsx +++ b/src/IconBikeScooterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterSharp: React.FC = ({ ...props }) => ( +export const IconBikeScooterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBikeScooterSharp as default } diff --git a/src/IconBikeScooterSharpFilled.tsx b/src/IconBikeScooterSharpFilled.tsx index 4cf252126..22ba5a67f 100644 --- a/src/IconBikeScooterSharpFilled.tsx +++ b/src/IconBikeScooterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBikeScooterSharpFilled: React.FC = ({ ...props }) => ( +export const IconBikeScooterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBikeScooterSharpFilled as default } diff --git a/src/IconBiotechOutlined.tsx b/src/IconBiotechOutlined.tsx index bd4b9c243..ffde3b8ff 100644 --- a/src/IconBiotechOutlined.tsx +++ b/src/IconBiotechOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechOutlined: React.FC = ({ ...props }) => ( +export const IconBiotechOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiotechOutlined as default } diff --git a/src/IconBiotechOutlinedFilled.tsx b/src/IconBiotechOutlinedFilled.tsx index b6276114f..0c12d8be8 100644 --- a/src/IconBiotechOutlinedFilled.tsx +++ b/src/IconBiotechOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBiotechOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBiotechOutlinedFilled as default } diff --git a/src/IconBiotechRounded.tsx b/src/IconBiotechRounded.tsx index 37d0887ef..b56e9102c 100644 --- a/src/IconBiotechRounded.tsx +++ b/src/IconBiotechRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechRounded: React.FC = ({ ...props }) => ( +export const IconBiotechRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiotechRounded as default } diff --git a/src/IconBiotechRoundedFilled.tsx b/src/IconBiotechRoundedFilled.tsx index b32938875..c6df5c2e4 100644 --- a/src/IconBiotechRoundedFilled.tsx +++ b/src/IconBiotechRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBiotechRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiotechRoundedFilled as default } diff --git a/src/IconBiotechSharp.tsx b/src/IconBiotechSharp.tsx index 757d15165..66eb2f11a 100644 --- a/src/IconBiotechSharp.tsx +++ b/src/IconBiotechSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechSharp: React.FC = ({ ...props }) => ( +export const IconBiotechSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiotechSharp as default } diff --git a/src/IconBiotechSharpFilled.tsx b/src/IconBiotechSharpFilled.tsx index c7c42fc77..797e5f793 100644 --- a/src/IconBiotechSharpFilled.tsx +++ b/src/IconBiotechSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBiotechSharpFilled: React.FC = ({ ...props }) => ( +export const IconBiotechSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBiotechSharpFilled as default } diff --git a/src/IconBlanketOutlined.tsx b/src/IconBlanketOutlined.tsx index 75117c41f..ba5df2959 100644 --- a/src/IconBlanketOutlined.tsx +++ b/src/IconBlanketOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketOutlined: React.FC = ({ ...props }) => ( +export const IconBlanketOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlanketOutlined as default } diff --git a/src/IconBlanketOutlinedFilled.tsx b/src/IconBlanketOutlinedFilled.tsx index 1c441d4be..aae8d162d 100644 --- a/src/IconBlanketOutlinedFilled.tsx +++ b/src/IconBlanketOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlanketOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlanketOutlinedFilled as default } diff --git a/src/IconBlanketRounded.tsx b/src/IconBlanketRounded.tsx index db7679adb..796c89691 100644 --- a/src/IconBlanketRounded.tsx +++ b/src/IconBlanketRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketRounded: React.FC = ({ ...props }) => ( +export const IconBlanketRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlanketRounded as default } diff --git a/src/IconBlanketRoundedFilled.tsx b/src/IconBlanketRoundedFilled.tsx index 1a6d09284..44fc08f40 100644 --- a/src/IconBlanketRoundedFilled.tsx +++ b/src/IconBlanketRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlanketRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlanketRoundedFilled as default } diff --git a/src/IconBlanketSharp.tsx b/src/IconBlanketSharp.tsx index 40863b2c4..bdced21aa 100644 --- a/src/IconBlanketSharp.tsx +++ b/src/IconBlanketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketSharp: React.FC = ({ ...props }) => ( +export const IconBlanketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlanketSharp as default } diff --git a/src/IconBlanketSharpFilled.tsx b/src/IconBlanketSharpFilled.tsx index 9353009c6..80a8b34e9 100644 --- a/src/IconBlanketSharpFilled.tsx +++ b/src/IconBlanketSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlanketSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlanketSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlanketSharpFilled as default } diff --git a/src/IconBlenderOutlined.tsx b/src/IconBlenderOutlined.tsx index 9dfef0a34..f483e5414 100644 --- a/src/IconBlenderOutlined.tsx +++ b/src/IconBlenderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderOutlined: React.FC = ({ ...props }) => ( +export const IconBlenderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlenderOutlined as default } diff --git a/src/IconBlenderOutlinedFilled.tsx b/src/IconBlenderOutlinedFilled.tsx index c4d04f71a..47a77e268 100644 --- a/src/IconBlenderOutlinedFilled.tsx +++ b/src/IconBlenderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlenderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlenderOutlinedFilled as default } diff --git a/src/IconBlenderRounded.tsx b/src/IconBlenderRounded.tsx index 03254ad78..7d4a33fcc 100644 --- a/src/IconBlenderRounded.tsx +++ b/src/IconBlenderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderRounded: React.FC = ({ ...props }) => ( +export const IconBlenderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlenderRounded as default } diff --git a/src/IconBlenderRoundedFilled.tsx b/src/IconBlenderRoundedFilled.tsx index 85b2e2e9b..594340cdd 100644 --- a/src/IconBlenderRoundedFilled.tsx +++ b/src/IconBlenderRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlenderRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlenderRoundedFilled as default } diff --git a/src/IconBlenderSharp.tsx b/src/IconBlenderSharp.tsx index d3826c1f6..7a60e8dea 100644 --- a/src/IconBlenderSharp.tsx +++ b/src/IconBlenderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderSharp: React.FC = ({ ...props }) => ( +export const IconBlenderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlenderSharp as default } diff --git a/src/IconBlenderSharpFilled.tsx b/src/IconBlenderSharpFilled.tsx index cff6001e2..38599590c 100644 --- a/src/IconBlenderSharpFilled.tsx +++ b/src/IconBlenderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlenderSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlenderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlenderSharpFilled as default } diff --git a/src/IconBlindOutlined.tsx b/src/IconBlindOutlined.tsx index e9b448488..01e5aa06b 100644 --- a/src/IconBlindOutlined.tsx +++ b/src/IconBlindOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindOutlined: React.FC = ({ ...props }) => ( +export const IconBlindOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindOutlined as default } diff --git a/src/IconBlindOutlinedFilled.tsx b/src/IconBlindOutlinedFilled.tsx index 7a187d500..e853e81f7 100644 --- a/src/IconBlindOutlinedFilled.tsx +++ b/src/IconBlindOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlindOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindOutlinedFilled as default } diff --git a/src/IconBlindRounded.tsx b/src/IconBlindRounded.tsx index 955fa7573..908940671 100644 --- a/src/IconBlindRounded.tsx +++ b/src/IconBlindRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindRounded: React.FC = ({ ...props }) => ( +export const IconBlindRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindRounded as default } diff --git a/src/IconBlindRoundedFilled.tsx b/src/IconBlindRoundedFilled.tsx index ac39e320f..c50a41bdd 100644 --- a/src/IconBlindRoundedFilled.tsx +++ b/src/IconBlindRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlindRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindRoundedFilled as default } diff --git a/src/IconBlindSharp.tsx b/src/IconBlindSharp.tsx index 56f53edd2..e62e0cf76 100644 --- a/src/IconBlindSharp.tsx +++ b/src/IconBlindSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindSharp: React.FC = ({ ...props }) => ( +export const IconBlindSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindSharp as default } diff --git a/src/IconBlindSharpFilled.tsx b/src/IconBlindSharpFilled.tsx index de67521e2..a7e6cd0a5 100644 --- a/src/IconBlindSharpFilled.tsx +++ b/src/IconBlindSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlindSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindSharpFilled as default } diff --git a/src/IconBlindsClosedOutlined.tsx b/src/IconBlindsClosedOutlined.tsx index af2362656..9bd2f8889 100644 --- a/src/IconBlindsClosedOutlined.tsx +++ b/src/IconBlindsClosedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedOutlined: React.FC = ({ ...props }) => ( +export const IconBlindsClosedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedOutlined as default } diff --git a/src/IconBlindsClosedOutlinedFilled.tsx b/src/IconBlindsClosedOutlinedFilled.tsx index 3345024d1..4d9d945c0 100644 --- a/src/IconBlindsClosedOutlinedFilled.tsx +++ b/src/IconBlindsClosedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlindsClosedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedOutlinedFilled as default } diff --git a/src/IconBlindsClosedRounded.tsx b/src/IconBlindsClosedRounded.tsx index fed54c883..7890e5dcb 100644 --- a/src/IconBlindsClosedRounded.tsx +++ b/src/IconBlindsClosedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedRounded: React.FC = ({ ...props }) => ( +export const IconBlindsClosedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedRounded as default } diff --git a/src/IconBlindsClosedRoundedFilled.tsx b/src/IconBlindsClosedRoundedFilled.tsx index 79a1ba1a1..36e75b61b 100644 --- a/src/IconBlindsClosedRoundedFilled.tsx +++ b/src/IconBlindsClosedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlindsClosedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedRoundedFilled as default } diff --git a/src/IconBlindsClosedSharp.tsx b/src/IconBlindsClosedSharp.tsx index 8d77a6471..030fb3680 100644 --- a/src/IconBlindsClosedSharp.tsx +++ b/src/IconBlindsClosedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedSharp: React.FC = ({ ...props }) => ( +export const IconBlindsClosedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedSharp as default } diff --git a/src/IconBlindsClosedSharpFilled.tsx b/src/IconBlindsClosedSharpFilled.tsx index 4eefcca20..226604ec3 100644 --- a/src/IconBlindsClosedSharpFilled.tsx +++ b/src/IconBlindsClosedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsClosedSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlindsClosedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlindsClosedSharpFilled as default } diff --git a/src/IconBlindsOutlined.tsx b/src/IconBlindsOutlined.tsx index ad5236f36..751ce4e30 100644 --- a/src/IconBlindsOutlined.tsx +++ b/src/IconBlindsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsOutlined: React.FC = ({ ...props }) => ( +export const IconBlindsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsOutlined as default } diff --git a/src/IconBlindsOutlinedFilled.tsx b/src/IconBlindsOutlinedFilled.tsx index 0cfde19dc..91b990003 100644 --- a/src/IconBlindsOutlinedFilled.tsx +++ b/src/IconBlindsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlindsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsOutlinedFilled as default } diff --git a/src/IconBlindsRounded.tsx b/src/IconBlindsRounded.tsx index 937f50176..6f1e09d03 100644 --- a/src/IconBlindsRounded.tsx +++ b/src/IconBlindsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsRounded: React.FC = ({ ...props }) => ( +export const IconBlindsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsRounded as default } diff --git a/src/IconBlindsRoundedFilled.tsx b/src/IconBlindsRoundedFilled.tsx index 6a416f081..649502434 100644 --- a/src/IconBlindsRoundedFilled.tsx +++ b/src/IconBlindsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlindsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsRoundedFilled as default } diff --git a/src/IconBlindsSharp.tsx b/src/IconBlindsSharp.tsx index 79ac858d7..b05bc5f96 100644 --- a/src/IconBlindsSharp.tsx +++ b/src/IconBlindsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsSharp: React.FC = ({ ...props }) => ( +export const IconBlindsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsSharp as default } diff --git a/src/IconBlindsSharpFilled.tsx b/src/IconBlindsSharpFilled.tsx index 081fd60b7..7a35d7990 100644 --- a/src/IconBlindsSharpFilled.tsx +++ b/src/IconBlindsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlindsSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlindsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlindsSharpFilled as default } diff --git a/src/IconBlockOutlined.tsx b/src/IconBlockOutlined.tsx index 93f4946d5..864285d9e 100644 --- a/src/IconBlockOutlined.tsx +++ b/src/IconBlockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockOutlined: React.FC = ({ ...props }) => ( +export const IconBlockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockOutlined as default } diff --git a/src/IconBlockOutlinedFilled.tsx b/src/IconBlockOutlinedFilled.tsx index 2f6a26ab3..1e055c188 100644 --- a/src/IconBlockOutlinedFilled.tsx +++ b/src/IconBlockOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlockOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockOutlinedFilled as default } diff --git a/src/IconBlockRounded.tsx b/src/IconBlockRounded.tsx index 4a3bd7f84..817050552 100644 --- a/src/IconBlockRounded.tsx +++ b/src/IconBlockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockRounded: React.FC = ({ ...props }) => ( +export const IconBlockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockRounded as default } diff --git a/src/IconBlockRoundedFilled.tsx b/src/IconBlockRoundedFilled.tsx index 3d07f4d35..73c88776a 100644 --- a/src/IconBlockRoundedFilled.tsx +++ b/src/IconBlockRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlockRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockRoundedFilled as default } diff --git a/src/IconBlockSharp.tsx b/src/IconBlockSharp.tsx index 95a4ec4e4..cd62c0ed2 100644 --- a/src/IconBlockSharp.tsx +++ b/src/IconBlockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockSharp: React.FC = ({ ...props }) => ( +export const IconBlockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockSharp as default } diff --git a/src/IconBlockSharpFilled.tsx b/src/IconBlockSharpFilled.tsx index 5aeda79d6..5721b1b41 100644 --- a/src/IconBlockSharpFilled.tsx +++ b/src/IconBlockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlockSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlockSharpFilled as default } diff --git a/src/IconBloodPressureOutlined.tsx b/src/IconBloodPressureOutlined.tsx index 937b71aa3..cab8bfc77 100644 --- a/src/IconBloodPressureOutlined.tsx +++ b/src/IconBloodPressureOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureOutlined: React.FC = ({ ...props }) => ( +export const IconBloodPressureOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodPressureOutlined as default } diff --git a/src/IconBloodPressureOutlinedFilled.tsx b/src/IconBloodPressureOutlinedFilled.tsx index 4af29de40..173a12447 100644 --- a/src/IconBloodPressureOutlinedFilled.tsx +++ b/src/IconBloodPressureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBloodPressureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodPressureOutlinedFilled as default } diff --git a/src/IconBloodPressureRounded.tsx b/src/IconBloodPressureRounded.tsx index f406bc640..ef586956e 100644 --- a/src/IconBloodPressureRounded.tsx +++ b/src/IconBloodPressureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureRounded: React.FC = ({ ...props }) => ( +export const IconBloodPressureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodPressureRounded as default } diff --git a/src/IconBloodPressureRoundedFilled.tsx b/src/IconBloodPressureRoundedFilled.tsx index 01c8cce7b..bbc00bb27 100644 --- a/src/IconBloodPressureRoundedFilled.tsx +++ b/src/IconBloodPressureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBloodPressureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodPressureRoundedFilled as default } diff --git a/src/IconBloodPressureSharp.tsx b/src/IconBloodPressureSharp.tsx index 3839680d4..61648e8d9 100644 --- a/src/IconBloodPressureSharp.tsx +++ b/src/IconBloodPressureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureSharp: React.FC = ({ ...props }) => ( +export const IconBloodPressureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodPressureSharp as default } diff --git a/src/IconBloodPressureSharpFilled.tsx b/src/IconBloodPressureSharpFilled.tsx index 7f9298700..43b3664e2 100644 --- a/src/IconBloodPressureSharpFilled.tsx +++ b/src/IconBloodPressureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodPressureSharpFilled: React.FC = ({ ...props }) => ( +export const IconBloodPressureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodPressureSharpFilled as default } diff --git a/src/IconBloodtypeOutlined.tsx b/src/IconBloodtypeOutlined.tsx index 62c69ea2c..62547f773 100644 --- a/src/IconBloodtypeOutlined.tsx +++ b/src/IconBloodtypeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeOutlined: React.FC = ({ ...props }) => ( +export const IconBloodtypeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodtypeOutlined as default } diff --git a/src/IconBloodtypeOutlinedFilled.tsx b/src/IconBloodtypeOutlinedFilled.tsx index 8352151e5..5f7380ce1 100644 --- a/src/IconBloodtypeOutlinedFilled.tsx +++ b/src/IconBloodtypeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBloodtypeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodtypeOutlinedFilled as default } diff --git a/src/IconBloodtypeRounded.tsx b/src/IconBloodtypeRounded.tsx index c13f9212e..594142aac 100644 --- a/src/IconBloodtypeRounded.tsx +++ b/src/IconBloodtypeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeRounded: React.FC = ({ ...props }) => ( +export const IconBloodtypeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodtypeRounded as default } diff --git a/src/IconBloodtypeRoundedFilled.tsx b/src/IconBloodtypeRoundedFilled.tsx index 2183121fd..ba460787d 100644 --- a/src/IconBloodtypeRoundedFilled.tsx +++ b/src/IconBloodtypeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBloodtypeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBloodtypeRoundedFilled as default } diff --git a/src/IconBloodtypeSharp.tsx b/src/IconBloodtypeSharp.tsx index 66c7f0f01..71f94a6db 100644 --- a/src/IconBloodtypeSharp.tsx +++ b/src/IconBloodtypeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeSharp: React.FC = ({ ...props }) => ( +export const IconBloodtypeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodtypeSharp as default } diff --git a/src/IconBloodtypeSharpFilled.tsx b/src/IconBloodtypeSharpFilled.tsx index de9a8b24a..b1313daba 100644 --- a/src/IconBloodtypeSharpFilled.tsx +++ b/src/IconBloodtypeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBloodtypeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBloodtypeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBloodtypeSharpFilled as default } diff --git a/src/IconBluetoothConnectedOutlined.tsx b/src/IconBluetoothConnectedOutlined.tsx index d9073ad4b..f615e687d 100644 --- a/src/IconBluetoothConnectedOutlined.tsx +++ b/src/IconBluetoothConnectedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedOutlined: React.FC = ({ ...props }) => ( +export const IconBluetoothConnectedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothConnectedOutlined as default } diff --git a/src/IconBluetoothConnectedOutlinedFilled.tsx b/src/IconBluetoothConnectedOutlinedFilled.tsx index 0e121a2c8..0ca30219b 100644 --- a/src/IconBluetoothConnectedOutlinedFilled.tsx +++ b/src/IconBluetoothConnectedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedOutlinedFilled: React.FC = ({ +export const IconBluetoothConnectedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothConnectedOutlinedFilled: React.FC = ({ ) - -export { IconBluetoothConnectedOutlinedFilled as default } diff --git a/src/IconBluetoothConnectedRounded.tsx b/src/IconBluetoothConnectedRounded.tsx index badc1ea33..c07a2dc8c 100644 --- a/src/IconBluetoothConnectedRounded.tsx +++ b/src/IconBluetoothConnectedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedRounded: React.FC = ({ ...props }) => ( +export const IconBluetoothConnectedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothConnectedRounded as default } diff --git a/src/IconBluetoothConnectedRoundedFilled.tsx b/src/IconBluetoothConnectedRoundedFilled.tsx index 14d4e6202..44267061e 100644 --- a/src/IconBluetoothConnectedRoundedFilled.tsx +++ b/src/IconBluetoothConnectedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedRoundedFilled: React.FC = ({ +export const IconBluetoothConnectedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothConnectedRoundedFilled: React.FC = ({ ) - -export { IconBluetoothConnectedRoundedFilled as default } diff --git a/src/IconBluetoothConnectedSharp.tsx b/src/IconBluetoothConnectedSharp.tsx index c09a3f2e8..5cea0d94c 100644 --- a/src/IconBluetoothConnectedSharp.tsx +++ b/src/IconBluetoothConnectedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedSharp: React.FC = ({ ...props }) => ( +export const IconBluetoothConnectedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothConnectedSharp as default } diff --git a/src/IconBluetoothConnectedSharpFilled.tsx b/src/IconBluetoothConnectedSharpFilled.tsx index b5ddf96de..6823fd825 100644 --- a/src/IconBluetoothConnectedSharpFilled.tsx +++ b/src/IconBluetoothConnectedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothConnectedSharpFilled: React.FC = ({ +export const IconBluetoothConnectedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothConnectedSharpFilled: React.FC = ({ ) - -export { IconBluetoothConnectedSharpFilled as default } diff --git a/src/IconBluetoothDisabledOutlined.tsx b/src/IconBluetoothDisabledOutlined.tsx index d307cb65d..92334628d 100644 --- a/src/IconBluetoothDisabledOutlined.tsx +++ b/src/IconBluetoothDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconBluetoothDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDisabledOutlined as default } diff --git a/src/IconBluetoothDisabledOutlinedFilled.tsx b/src/IconBluetoothDisabledOutlinedFilled.tsx index 335e3fd3f..7891933c4 100644 --- a/src/IconBluetoothDisabledOutlinedFilled.tsx +++ b/src/IconBluetoothDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledOutlinedFilled: React.FC = ({ +export const IconBluetoothDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothDisabledOutlinedFilled: React.FC = ({ ) - -export { IconBluetoothDisabledOutlinedFilled as default } diff --git a/src/IconBluetoothDisabledRounded.tsx b/src/IconBluetoothDisabledRounded.tsx index 80eda71fd..3d39f89af 100644 --- a/src/IconBluetoothDisabledRounded.tsx +++ b/src/IconBluetoothDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledRounded: React.FC = ({ ...props }) => ( +export const IconBluetoothDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDisabledRounded as default } diff --git a/src/IconBluetoothDisabledRoundedFilled.tsx b/src/IconBluetoothDisabledRoundedFilled.tsx index 7a0b8f206..94e85ae7a 100644 --- a/src/IconBluetoothDisabledRoundedFilled.tsx +++ b/src/IconBluetoothDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledRoundedFilled: React.FC = ({ +export const IconBluetoothDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothDisabledRoundedFilled: React.FC = ({ ) - -export { IconBluetoothDisabledRoundedFilled as default } diff --git a/src/IconBluetoothDisabledSharp.tsx b/src/IconBluetoothDisabledSharp.tsx index 53aa780e4..0c08918fa 100644 --- a/src/IconBluetoothDisabledSharp.tsx +++ b/src/IconBluetoothDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledSharp: React.FC = ({ ...props }) => ( +export const IconBluetoothDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDisabledSharp as default } diff --git a/src/IconBluetoothDisabledSharpFilled.tsx b/src/IconBluetoothDisabledSharpFilled.tsx index 6e07867b9..5e6dda0ab 100644 --- a/src/IconBluetoothDisabledSharpFilled.tsx +++ b/src/IconBluetoothDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDisabledSharpFilled: React.FC = ({ +export const IconBluetoothDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothDisabledSharpFilled: React.FC = ({ ) - -export { IconBluetoothDisabledSharpFilled as default } diff --git a/src/IconBluetoothDriveOutlined.tsx b/src/IconBluetoothDriveOutlined.tsx index afda3a08a..f71adb573 100644 --- a/src/IconBluetoothDriveOutlined.tsx +++ b/src/IconBluetoothDriveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveOutlined: React.FC = ({ ...props }) => ( +export const IconBluetoothDriveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDriveOutlined as default } diff --git a/src/IconBluetoothDriveOutlinedFilled.tsx b/src/IconBluetoothDriveOutlinedFilled.tsx index 7b7af85b0..be1e18f77 100644 --- a/src/IconBluetoothDriveOutlinedFilled.tsx +++ b/src/IconBluetoothDriveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveOutlinedFilled: React.FC = ({ +export const IconBluetoothDriveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothDriveOutlinedFilled: React.FC = ({ ) - -export { IconBluetoothDriveOutlinedFilled as default } diff --git a/src/IconBluetoothDriveRounded.tsx b/src/IconBluetoothDriveRounded.tsx index 5ecd46cb5..aafe4bac1 100644 --- a/src/IconBluetoothDriveRounded.tsx +++ b/src/IconBluetoothDriveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveRounded: React.FC = ({ ...props }) => ( +export const IconBluetoothDriveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDriveRounded as default } diff --git a/src/IconBluetoothDriveRoundedFilled.tsx b/src/IconBluetoothDriveRoundedFilled.tsx index 3550ac320..df74893ca 100644 --- a/src/IconBluetoothDriveRoundedFilled.tsx +++ b/src/IconBluetoothDriveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBluetoothDriveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDriveRoundedFilled as default } diff --git a/src/IconBluetoothDriveSharp.tsx b/src/IconBluetoothDriveSharp.tsx index 2d5b3a080..a0faa2d5d 100644 --- a/src/IconBluetoothDriveSharp.tsx +++ b/src/IconBluetoothDriveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveSharp: React.FC = ({ ...props }) => ( +export const IconBluetoothDriveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBluetoothDriveSharp as default } diff --git a/src/IconBluetoothDriveSharpFilled.tsx b/src/IconBluetoothDriveSharpFilled.tsx index 674734f9d..02e1db53d 100644 --- a/src/IconBluetoothDriveSharpFilled.tsx +++ b/src/IconBluetoothDriveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothDriveSharpFilled: React.FC = ({ ...props }) => ( +export const IconBluetoothDriveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothDriveSharpFilled as default } diff --git a/src/IconBluetoothOutlined.tsx b/src/IconBluetoothOutlined.tsx index 450b93b42..9279680df 100644 --- a/src/IconBluetoothOutlined.tsx +++ b/src/IconBluetoothOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothOutlined: React.FC = ({ ...props }) => ( +export const IconBluetoothOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBluetoothOutlined as default } diff --git a/src/IconBluetoothOutlinedFilled.tsx b/src/IconBluetoothOutlinedFilled.tsx index c6b38197e..6328492cf 100644 --- a/src/IconBluetoothOutlinedFilled.tsx +++ b/src/IconBluetoothOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBluetoothOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothOutlinedFilled as default } diff --git a/src/IconBluetoothRounded.tsx b/src/IconBluetoothRounded.tsx index b0732bf98..713b4daa8 100644 --- a/src/IconBluetoothRounded.tsx +++ b/src/IconBluetoothRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothRounded: React.FC = ({ ...props }) => ( +export const IconBluetoothRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBluetoothRounded as default } diff --git a/src/IconBluetoothRoundedFilled.tsx b/src/IconBluetoothRoundedFilled.tsx index 2a81fe9bd..c88941116 100644 --- a/src/IconBluetoothRoundedFilled.tsx +++ b/src/IconBluetoothRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBluetoothRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothRoundedFilled as default } diff --git a/src/IconBluetoothSearchingOutlined.tsx b/src/IconBluetoothSearchingOutlined.tsx index d6630d3ea..6661574a0 100644 --- a/src/IconBluetoothSearchingOutlined.tsx +++ b/src/IconBluetoothSearchingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingOutlined: React.FC = ({ ...props }) => ( +export const IconBluetoothSearchingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothSearchingOutlined as default } diff --git a/src/IconBluetoothSearchingOutlinedFilled.tsx b/src/IconBluetoothSearchingOutlinedFilled.tsx index 97012de52..3ef86e4ae 100644 --- a/src/IconBluetoothSearchingOutlinedFilled.tsx +++ b/src/IconBluetoothSearchingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingOutlinedFilled: React.FC = ({ +export const IconBluetoothSearchingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothSearchingOutlinedFilled: React.FC = ({ ) - -export { IconBluetoothSearchingOutlinedFilled as default } diff --git a/src/IconBluetoothSearchingRounded.tsx b/src/IconBluetoothSearchingRounded.tsx index d82f3dec9..67a3b6d7a 100644 --- a/src/IconBluetoothSearchingRounded.tsx +++ b/src/IconBluetoothSearchingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingRounded: React.FC = ({ ...props }) => ( +export const IconBluetoothSearchingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothSearchingRounded as default } diff --git a/src/IconBluetoothSearchingRoundedFilled.tsx b/src/IconBluetoothSearchingRoundedFilled.tsx index d4e265bc9..be531a6e0 100644 --- a/src/IconBluetoothSearchingRoundedFilled.tsx +++ b/src/IconBluetoothSearchingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingRoundedFilled: React.FC = ({ +export const IconBluetoothSearchingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothSearchingRoundedFilled: React.FC = ({ ) - -export { IconBluetoothSearchingRoundedFilled as default } diff --git a/src/IconBluetoothSearchingSharp.tsx b/src/IconBluetoothSearchingSharp.tsx index c81063855..c3b55d4f0 100644 --- a/src/IconBluetoothSearchingSharp.tsx +++ b/src/IconBluetoothSearchingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingSharp: React.FC = ({ ...props }) => ( +export const IconBluetoothSearchingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBluetoothSearchingSharp as default } diff --git a/src/IconBluetoothSearchingSharpFilled.tsx b/src/IconBluetoothSearchingSharpFilled.tsx index 9b6807865..136effb4b 100644 --- a/src/IconBluetoothSearchingSharpFilled.tsx +++ b/src/IconBluetoothSearchingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSearchingSharpFilled: React.FC = ({ +export const IconBluetoothSearchingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBluetoothSearchingSharpFilled: React.FC = ({ ) - -export { IconBluetoothSearchingSharpFilled as default } diff --git a/src/IconBluetoothSharp.tsx b/src/IconBluetoothSharp.tsx index 374c525a1..c09306f0b 100644 --- a/src/IconBluetoothSharp.tsx +++ b/src/IconBluetoothSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSharp: React.FC = ({ ...props }) => ( +export const IconBluetoothSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBluetoothSharp as default } diff --git a/src/IconBluetoothSharpFilled.tsx b/src/IconBluetoothSharpFilled.tsx index ac54a86d1..f46995771 100644 --- a/src/IconBluetoothSharpFilled.tsx +++ b/src/IconBluetoothSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBluetoothSharpFilled: React.FC = ({ ...props }) => ( +export const IconBluetoothSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBluetoothSharpFilled as default } diff --git a/src/IconBlurCircularOutlined.tsx b/src/IconBlurCircularOutlined.tsx index 276e19abd..fdf08e19f 100644 --- a/src/IconBlurCircularOutlined.tsx +++ b/src/IconBlurCircularOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularOutlined: React.FC = ({ ...props }) => ( +export const IconBlurCircularOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurCircularOutlined as default } diff --git a/src/IconBlurCircularOutlinedFilled.tsx b/src/IconBlurCircularOutlinedFilled.tsx index 4de446a9c..20cad994a 100644 --- a/src/IconBlurCircularOutlinedFilled.tsx +++ b/src/IconBlurCircularOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurCircularOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurCircularOutlinedFilled as default } diff --git a/src/IconBlurCircularRounded.tsx b/src/IconBlurCircularRounded.tsx index 01b0dc3fe..c0d8fbcfa 100644 --- a/src/IconBlurCircularRounded.tsx +++ b/src/IconBlurCircularRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularRounded: React.FC = ({ ...props }) => ( +export const IconBlurCircularRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurCircularRounded as default } diff --git a/src/IconBlurCircularRoundedFilled.tsx b/src/IconBlurCircularRoundedFilled.tsx index c4fd50c69..39df01ce5 100644 --- a/src/IconBlurCircularRoundedFilled.tsx +++ b/src/IconBlurCircularRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurCircularRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurCircularRoundedFilled as default } diff --git a/src/IconBlurCircularSharp.tsx b/src/IconBlurCircularSharp.tsx index 7d194963a..60bee8834 100644 --- a/src/IconBlurCircularSharp.tsx +++ b/src/IconBlurCircularSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularSharp: React.FC = ({ ...props }) => ( +export const IconBlurCircularSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurCircularSharp as default } diff --git a/src/IconBlurCircularSharpFilled.tsx b/src/IconBlurCircularSharpFilled.tsx index 7f49bccbc..3755a64c1 100644 --- a/src/IconBlurCircularSharpFilled.tsx +++ b/src/IconBlurCircularSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurCircularSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurCircularSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurCircularSharpFilled as default } diff --git a/src/IconBlurLinearOutlined.tsx b/src/IconBlurLinearOutlined.tsx index 29c25f311..be273dae0 100644 --- a/src/IconBlurLinearOutlined.tsx +++ b/src/IconBlurLinearOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearOutlined: React.FC = ({ ...props }) => ( +export const IconBlurLinearOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurLinearOutlined as default } diff --git a/src/IconBlurLinearOutlinedFilled.tsx b/src/IconBlurLinearOutlinedFilled.tsx index 680ad9870..809347126 100644 --- a/src/IconBlurLinearOutlinedFilled.tsx +++ b/src/IconBlurLinearOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurLinearOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurLinearOutlinedFilled as default } diff --git a/src/IconBlurLinearRounded.tsx b/src/IconBlurLinearRounded.tsx index 8742f97b3..24b9a5f84 100644 --- a/src/IconBlurLinearRounded.tsx +++ b/src/IconBlurLinearRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearRounded: React.FC = ({ ...props }) => ( +export const IconBlurLinearRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurLinearRounded as default } diff --git a/src/IconBlurLinearRoundedFilled.tsx b/src/IconBlurLinearRoundedFilled.tsx index a7245a9f4..b86ebcef8 100644 --- a/src/IconBlurLinearRoundedFilled.tsx +++ b/src/IconBlurLinearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurLinearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurLinearRoundedFilled as default } diff --git a/src/IconBlurLinearSharp.tsx b/src/IconBlurLinearSharp.tsx index 8b52da604..657ac66b4 100644 --- a/src/IconBlurLinearSharp.tsx +++ b/src/IconBlurLinearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearSharp: React.FC = ({ ...props }) => ( +export const IconBlurLinearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurLinearSharp as default } diff --git a/src/IconBlurLinearSharpFilled.tsx b/src/IconBlurLinearSharpFilled.tsx index 5a3ff768d..39b81d715 100644 --- a/src/IconBlurLinearSharpFilled.tsx +++ b/src/IconBlurLinearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurLinearSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurLinearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurLinearSharpFilled as default } diff --git a/src/IconBlurMediumOutlined.tsx b/src/IconBlurMediumOutlined.tsx index 5b99361bb..3caaadb19 100644 --- a/src/IconBlurMediumOutlined.tsx +++ b/src/IconBlurMediumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumOutlined: React.FC = ({ ...props }) => ( +export const IconBlurMediumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurMediumOutlined as default } diff --git a/src/IconBlurMediumOutlinedFilled.tsx b/src/IconBlurMediumOutlinedFilled.tsx index b1f850923..0fb5827be 100644 --- a/src/IconBlurMediumOutlinedFilled.tsx +++ b/src/IconBlurMediumOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurMediumOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurMediumOutlinedFilled as default } diff --git a/src/IconBlurMediumRounded.tsx b/src/IconBlurMediumRounded.tsx index 3066806ef..b79dc08d2 100644 --- a/src/IconBlurMediumRounded.tsx +++ b/src/IconBlurMediumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumRounded: React.FC = ({ ...props }) => ( +export const IconBlurMediumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurMediumRounded as default } diff --git a/src/IconBlurMediumRoundedFilled.tsx b/src/IconBlurMediumRoundedFilled.tsx index 0349ece6d..c8f359d46 100644 --- a/src/IconBlurMediumRoundedFilled.tsx +++ b/src/IconBlurMediumRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurMediumRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurMediumRoundedFilled as default } diff --git a/src/IconBlurMediumSharp.tsx b/src/IconBlurMediumSharp.tsx index 7e165be77..57661aeae 100644 --- a/src/IconBlurMediumSharp.tsx +++ b/src/IconBlurMediumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumSharp: React.FC = ({ ...props }) => ( +export const IconBlurMediumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurMediumSharp as default } diff --git a/src/IconBlurMediumSharpFilled.tsx b/src/IconBlurMediumSharpFilled.tsx index c2491e366..ff459c597 100644 --- a/src/IconBlurMediumSharpFilled.tsx +++ b/src/IconBlurMediumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurMediumSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurMediumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurMediumSharpFilled as default } diff --git a/src/IconBlurOffOutlined.tsx b/src/IconBlurOffOutlined.tsx index 3b10c2e74..01383718a 100644 --- a/src/IconBlurOffOutlined.tsx +++ b/src/IconBlurOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffOutlined: React.FC = ({ ...props }) => ( +export const IconBlurOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOffOutlined as default } diff --git a/src/IconBlurOffOutlinedFilled.tsx b/src/IconBlurOffOutlinedFilled.tsx index 4b380efa4..4772cf6ba 100644 --- a/src/IconBlurOffOutlinedFilled.tsx +++ b/src/IconBlurOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurOffOutlinedFilled as default } diff --git a/src/IconBlurOffRounded.tsx b/src/IconBlurOffRounded.tsx index d385b03d8..1ab4b38a0 100644 --- a/src/IconBlurOffRounded.tsx +++ b/src/IconBlurOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffRounded: React.FC = ({ ...props }) => ( +export const IconBlurOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOffRounded as default } diff --git a/src/IconBlurOffRoundedFilled.tsx b/src/IconBlurOffRoundedFilled.tsx index 03f9a715e..27704eb01 100644 --- a/src/IconBlurOffRoundedFilled.tsx +++ b/src/IconBlurOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOffRoundedFilled as default } diff --git a/src/IconBlurOffSharp.tsx b/src/IconBlurOffSharp.tsx index 32e21b3db..03c350d69 100644 --- a/src/IconBlurOffSharp.tsx +++ b/src/IconBlurOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffSharp: React.FC = ({ ...props }) => ( +export const IconBlurOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOffSharp as default } diff --git a/src/IconBlurOffSharpFilled.tsx b/src/IconBlurOffSharpFilled.tsx index 7e34a8bc1..09c1d85f9 100644 --- a/src/IconBlurOffSharpFilled.tsx +++ b/src/IconBlurOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOffSharpFilled as default } diff --git a/src/IconBlurOnOutlined.tsx b/src/IconBlurOnOutlined.tsx index 842c68699..f3f18d93b 100644 --- a/src/IconBlurOnOutlined.tsx +++ b/src/IconBlurOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnOutlined: React.FC = ({ ...props }) => ( +export const IconBlurOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnOutlined as default } diff --git a/src/IconBlurOnOutlinedFilled.tsx b/src/IconBlurOnOutlinedFilled.tsx index 4b6314003..79c9d9b2d 100644 --- a/src/IconBlurOnOutlinedFilled.tsx +++ b/src/IconBlurOnOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurOnOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnOutlinedFilled as default } diff --git a/src/IconBlurOnRounded.tsx b/src/IconBlurOnRounded.tsx index 39344f22c..b721a13a4 100644 --- a/src/IconBlurOnRounded.tsx +++ b/src/IconBlurOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnRounded: React.FC = ({ ...props }) => ( +export const IconBlurOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnRounded as default } diff --git a/src/IconBlurOnRoundedFilled.tsx b/src/IconBlurOnRoundedFilled.tsx index d7217ddd0..000776c52 100644 --- a/src/IconBlurOnRoundedFilled.tsx +++ b/src/IconBlurOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnRoundedFilled as default } diff --git a/src/IconBlurOnSharp.tsx b/src/IconBlurOnSharp.tsx index 3b7ce76ce..691470557 100644 --- a/src/IconBlurOnSharp.tsx +++ b/src/IconBlurOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnSharp: React.FC = ({ ...props }) => ( +export const IconBlurOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnSharp as default } diff --git a/src/IconBlurOnSharpFilled.tsx b/src/IconBlurOnSharpFilled.tsx index 2f7a76ae1..21c76bbc1 100644 --- a/src/IconBlurOnSharpFilled.tsx +++ b/src/IconBlurOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurOnSharpFilled as default } diff --git a/src/IconBlurShortOutlined.tsx b/src/IconBlurShortOutlined.tsx index cb0f18835..850ad19f7 100644 --- a/src/IconBlurShortOutlined.tsx +++ b/src/IconBlurShortOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortOutlined: React.FC = ({ ...props }) => ( +export const IconBlurShortOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurShortOutlined as default } diff --git a/src/IconBlurShortOutlinedFilled.tsx b/src/IconBlurShortOutlinedFilled.tsx index fb48ec87e..23d99e5de 100644 --- a/src/IconBlurShortOutlinedFilled.tsx +++ b/src/IconBlurShortOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBlurShortOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurShortOutlinedFilled as default } diff --git a/src/IconBlurShortRounded.tsx b/src/IconBlurShortRounded.tsx index 49a486ed5..2a46cb294 100644 --- a/src/IconBlurShortRounded.tsx +++ b/src/IconBlurShortRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortRounded: React.FC = ({ ...props }) => ( +export const IconBlurShortRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurShortRounded as default } diff --git a/src/IconBlurShortRoundedFilled.tsx b/src/IconBlurShortRoundedFilled.tsx index 98976a09e..0c3cb35f2 100644 --- a/src/IconBlurShortRoundedFilled.tsx +++ b/src/IconBlurShortRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBlurShortRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBlurShortRoundedFilled as default } diff --git a/src/IconBlurShortSharp.tsx b/src/IconBlurShortSharp.tsx index ec297d95c..d581116b9 100644 --- a/src/IconBlurShortSharp.tsx +++ b/src/IconBlurShortSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortSharp: React.FC = ({ ...props }) => ( +export const IconBlurShortSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurShortSharp as default } diff --git a/src/IconBlurShortSharpFilled.tsx b/src/IconBlurShortSharpFilled.tsx index e0248dfb9..05466df87 100644 --- a/src/IconBlurShortSharpFilled.tsx +++ b/src/IconBlurShortSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBlurShortSharpFilled: React.FC = ({ ...props }) => ( +export const IconBlurShortSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBlurShortSharpFilled as default } diff --git a/src/IconBodyFatOutlined.tsx b/src/IconBodyFatOutlined.tsx index 99f4fc8be..45061d8b6 100644 --- a/src/IconBodyFatOutlined.tsx +++ b/src/IconBodyFatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatOutlined: React.FC = ({ ...props }) => ( +export const IconBodyFatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodyFatOutlined as default } diff --git a/src/IconBodyFatOutlinedFilled.tsx b/src/IconBodyFatOutlinedFilled.tsx index 200bf5042..f57bb61ea 100644 --- a/src/IconBodyFatOutlinedFilled.tsx +++ b/src/IconBodyFatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBodyFatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBodyFatOutlinedFilled as default } diff --git a/src/IconBodyFatRounded.tsx b/src/IconBodyFatRounded.tsx index 9bf08dd4e..3992e1d77 100644 --- a/src/IconBodyFatRounded.tsx +++ b/src/IconBodyFatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatRounded: React.FC = ({ ...props }) => ( +export const IconBodyFatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodyFatRounded as default } diff --git a/src/IconBodyFatRoundedFilled.tsx b/src/IconBodyFatRoundedFilled.tsx index bd96adba1..4c79a93d3 100644 --- a/src/IconBodyFatRoundedFilled.tsx +++ b/src/IconBodyFatRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBodyFatRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodyFatRoundedFilled as default } diff --git a/src/IconBodyFatSharp.tsx b/src/IconBodyFatSharp.tsx index 60dbb6121..dd7858d54 100644 --- a/src/IconBodyFatSharp.tsx +++ b/src/IconBodyFatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatSharp: React.FC = ({ ...props }) => ( +export const IconBodyFatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodyFatSharp as default } diff --git a/src/IconBodyFatSharpFilled.tsx b/src/IconBodyFatSharpFilled.tsx index 75a4cd5db..c21015fa3 100644 --- a/src/IconBodyFatSharpFilled.tsx +++ b/src/IconBodyFatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodyFatSharpFilled: React.FC = ({ ...props }) => ( +export const IconBodyFatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodyFatSharpFilled as default } diff --git a/src/IconBodySystemOutlined.tsx b/src/IconBodySystemOutlined.tsx index 2a9a41dfe..98b723784 100644 --- a/src/IconBodySystemOutlined.tsx +++ b/src/IconBodySystemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemOutlined: React.FC = ({ ...props }) => ( +export const IconBodySystemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodySystemOutlined as default } diff --git a/src/IconBodySystemOutlinedFilled.tsx b/src/IconBodySystemOutlinedFilled.tsx index 3381adcc9..be4c400e4 100644 --- a/src/IconBodySystemOutlinedFilled.tsx +++ b/src/IconBodySystemOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBodySystemOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBodySystemOutlinedFilled as default } diff --git a/src/IconBodySystemRounded.tsx b/src/IconBodySystemRounded.tsx index b3a62d218..0d6f94019 100644 --- a/src/IconBodySystemRounded.tsx +++ b/src/IconBodySystemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemRounded: React.FC = ({ ...props }) => ( +export const IconBodySystemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodySystemRounded as default } diff --git a/src/IconBodySystemRoundedFilled.tsx b/src/IconBodySystemRoundedFilled.tsx index 3ea11057e..48848362f 100644 --- a/src/IconBodySystemRoundedFilled.tsx +++ b/src/IconBodySystemRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBodySystemRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBodySystemRoundedFilled as default } diff --git a/src/IconBodySystemSharp.tsx b/src/IconBodySystemSharp.tsx index 707ac1ad8..34f6c1fae 100644 --- a/src/IconBodySystemSharp.tsx +++ b/src/IconBodySystemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemSharp: React.FC = ({ ...props }) => ( +export const IconBodySystemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBodySystemSharp as default } diff --git a/src/IconBodySystemSharpFilled.tsx b/src/IconBodySystemSharpFilled.tsx index a9ab4a2d8..b930ff23b 100644 --- a/src/IconBodySystemSharpFilled.tsx +++ b/src/IconBodySystemSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBodySystemSharpFilled: React.FC = ({ ...props }) => ( +export const IconBodySystemSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBodySystemSharpFilled as default } diff --git a/src/IconBoltOutlined.tsx b/src/IconBoltOutlined.tsx index 9403cb916..4d0649d4d 100644 --- a/src/IconBoltOutlined.tsx +++ b/src/IconBoltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltOutlined: React.FC = ({ ...props }) => ( +export const IconBoltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltOutlined as default } diff --git a/src/IconBoltOutlinedFilled.tsx b/src/IconBoltOutlinedFilled.tsx index a8ec9aecb..294b3a670 100644 --- a/src/IconBoltOutlinedFilled.tsx +++ b/src/IconBoltOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBoltOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltOutlinedFilled as default } diff --git a/src/IconBoltRounded.tsx b/src/IconBoltRounded.tsx index 2dfb580f6..1ade65a05 100644 --- a/src/IconBoltRounded.tsx +++ b/src/IconBoltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltRounded: React.FC = ({ ...props }) => ( +export const IconBoltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltRounded as default } diff --git a/src/IconBoltRoundedFilled.tsx b/src/IconBoltRoundedFilled.tsx index 6a7dd7098..2f18e1e13 100644 --- a/src/IconBoltRoundedFilled.tsx +++ b/src/IconBoltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBoltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltRoundedFilled as default } diff --git a/src/IconBoltSharp.tsx b/src/IconBoltSharp.tsx index f03d77b8f..7087b955c 100644 --- a/src/IconBoltSharp.tsx +++ b/src/IconBoltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltSharp: React.FC = ({ ...props }) => ( +export const IconBoltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltSharp as default } diff --git a/src/IconBoltSharpFilled.tsx b/src/IconBoltSharpFilled.tsx index ed3b42660..145d74531 100644 --- a/src/IconBoltSharpFilled.tsx +++ b/src/IconBoltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoltSharpFilled: React.FC = ({ ...props }) => ( +export const IconBoltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoltSharpFilled as default } diff --git a/src/IconBombOutlined.tsx b/src/IconBombOutlined.tsx index 33c691c20..6e42a9e89 100644 --- a/src/IconBombOutlined.tsx +++ b/src/IconBombOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombOutlined: React.FC = ({ ...props }) => ( +export const IconBombOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombOutlined as default } diff --git a/src/IconBombOutlinedFilled.tsx b/src/IconBombOutlinedFilled.tsx index 09a6b3a94..9b31bdf57 100644 --- a/src/IconBombOutlinedFilled.tsx +++ b/src/IconBombOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBombOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombOutlinedFilled as default } diff --git a/src/IconBombRounded.tsx b/src/IconBombRounded.tsx index acf34a42e..12aadb31d 100644 --- a/src/IconBombRounded.tsx +++ b/src/IconBombRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombRounded: React.FC = ({ ...props }) => ( +export const IconBombRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombRounded as default } diff --git a/src/IconBombRoundedFilled.tsx b/src/IconBombRoundedFilled.tsx index 33acaa4e2..edc6147af 100644 --- a/src/IconBombRoundedFilled.tsx +++ b/src/IconBombRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBombRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombRoundedFilled as default } diff --git a/src/IconBombSharp.tsx b/src/IconBombSharp.tsx index 86f066048..8a04d755c 100644 --- a/src/IconBombSharp.tsx +++ b/src/IconBombSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombSharp: React.FC = ({ ...props }) => ( +export const IconBombSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombSharp as default } diff --git a/src/IconBombSharpFilled.tsx b/src/IconBombSharpFilled.tsx index c37f6f58b..c60c3cf09 100644 --- a/src/IconBombSharpFilled.tsx +++ b/src/IconBombSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBombSharpFilled: React.FC = ({ ...props }) => ( +export const IconBombSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBombSharpFilled as default } diff --git a/src/IconBook2Outlined.tsx b/src/IconBook2Outlined.tsx index ec76f4974..8a628514c 100644 --- a/src/IconBook2Outlined.tsx +++ b/src/IconBook2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2Outlined: React.FC = ({ ...props }) => ( +export const IconBook2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2Outlined as default } diff --git a/src/IconBook2OutlinedFilled.tsx b/src/IconBook2OutlinedFilled.tsx index 499f91b0f..59291051b 100644 --- a/src/IconBook2OutlinedFilled.tsx +++ b/src/IconBook2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBook2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2OutlinedFilled as default } diff --git a/src/IconBook2Rounded.tsx b/src/IconBook2Rounded.tsx index 3654a1434..00e70c460 100644 --- a/src/IconBook2Rounded.tsx +++ b/src/IconBook2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2Rounded: React.FC = ({ ...props }) => ( +export const IconBook2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2Rounded as default } diff --git a/src/IconBook2RoundedFilled.tsx b/src/IconBook2RoundedFilled.tsx index 6af93c762..499065358 100644 --- a/src/IconBook2RoundedFilled.tsx +++ b/src/IconBook2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBook2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2RoundedFilled as default } diff --git a/src/IconBook2Sharp.tsx b/src/IconBook2Sharp.tsx index 61d7a8696..b410d7d10 100644 --- a/src/IconBook2Sharp.tsx +++ b/src/IconBook2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2Sharp: React.FC = ({ ...props }) => ( +export const IconBook2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2Sharp as default } diff --git a/src/IconBook2SharpFilled.tsx b/src/IconBook2SharpFilled.tsx index 58ffba217..8b8a4876e 100644 --- a/src/IconBook2SharpFilled.tsx +++ b/src/IconBook2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook2SharpFilled: React.FC = ({ ...props }) => ( +export const IconBook2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook2SharpFilled as default } diff --git a/src/IconBook3Outlined.tsx b/src/IconBook3Outlined.tsx index 26ac09746..bb811afe6 100644 --- a/src/IconBook3Outlined.tsx +++ b/src/IconBook3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3Outlined: React.FC = ({ ...props }) => ( +export const IconBook3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3Outlined as default } diff --git a/src/IconBook3OutlinedFilled.tsx b/src/IconBook3OutlinedFilled.tsx index e66cc08a2..0ddb4a9e9 100644 --- a/src/IconBook3OutlinedFilled.tsx +++ b/src/IconBook3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBook3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3OutlinedFilled as default } diff --git a/src/IconBook3Rounded.tsx b/src/IconBook3Rounded.tsx index 6e0f348b4..62a4fbaf0 100644 --- a/src/IconBook3Rounded.tsx +++ b/src/IconBook3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3Rounded: React.FC = ({ ...props }) => ( +export const IconBook3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3Rounded as default } diff --git a/src/IconBook3RoundedFilled.tsx b/src/IconBook3RoundedFilled.tsx index 85ee006c6..9b9d1b277 100644 --- a/src/IconBook3RoundedFilled.tsx +++ b/src/IconBook3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBook3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3RoundedFilled as default } diff --git a/src/IconBook3Sharp.tsx b/src/IconBook3Sharp.tsx index 04a9f8082..a3c979d73 100644 --- a/src/IconBook3Sharp.tsx +++ b/src/IconBook3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3Sharp: React.FC = ({ ...props }) => ( +export const IconBook3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3Sharp as default } diff --git a/src/IconBook3SharpFilled.tsx b/src/IconBook3SharpFilled.tsx index fd2657dba..cb54321a8 100644 --- a/src/IconBook3SharpFilled.tsx +++ b/src/IconBook3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook3SharpFilled: React.FC = ({ ...props }) => ( +export const IconBook3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook3SharpFilled as default } diff --git a/src/IconBook4Outlined.tsx b/src/IconBook4Outlined.tsx index 044e17438..b728e8acf 100644 --- a/src/IconBook4Outlined.tsx +++ b/src/IconBook4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4Outlined: React.FC = ({ ...props }) => ( +export const IconBook4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4Outlined as default } diff --git a/src/IconBook4OutlinedFilled.tsx b/src/IconBook4OutlinedFilled.tsx index d10f5663b..f4fa824d9 100644 --- a/src/IconBook4OutlinedFilled.tsx +++ b/src/IconBook4OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBook4OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4OutlinedFilled as default } diff --git a/src/IconBook4Rounded.tsx b/src/IconBook4Rounded.tsx index d772d6b38..e7a001e5e 100644 --- a/src/IconBook4Rounded.tsx +++ b/src/IconBook4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4Rounded: React.FC = ({ ...props }) => ( +export const IconBook4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4Rounded as default } diff --git a/src/IconBook4RoundedFilled.tsx b/src/IconBook4RoundedFilled.tsx index 0e7de6a46..177168432 100644 --- a/src/IconBook4RoundedFilled.tsx +++ b/src/IconBook4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBook4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4RoundedFilled as default } diff --git a/src/IconBook4Sharp.tsx b/src/IconBook4Sharp.tsx index 2cab94805..f647aa919 100644 --- a/src/IconBook4Sharp.tsx +++ b/src/IconBook4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4Sharp: React.FC = ({ ...props }) => ( +export const IconBook4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4Sharp as default } diff --git a/src/IconBook4SharpFilled.tsx b/src/IconBook4SharpFilled.tsx index 7078e60d9..4b2366623 100644 --- a/src/IconBook4SharpFilled.tsx +++ b/src/IconBook4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook4SharpFilled: React.FC = ({ ...props }) => ( +export const IconBook4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook4SharpFilled as default } diff --git a/src/IconBook4SparkOutlined.tsx b/src/IconBook4SparkOutlined.tsx new file mode 100644 index 000000000..50543d8b5 --- /dev/null +++ b/src/IconBook4SparkOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook4SparkOutlinedFilled.tsx b/src/IconBook4SparkOutlinedFilled.tsx new file mode 100644 index 000000000..bb6ef5be1 --- /dev/null +++ b/src/IconBook4SparkOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook4SparkRounded.tsx b/src/IconBook4SparkRounded.tsx new file mode 100644 index 000000000..c43127238 --- /dev/null +++ b/src/IconBook4SparkRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook4SparkRoundedFilled.tsx b/src/IconBook4SparkRoundedFilled.tsx new file mode 100644 index 000000000..73099a12b --- /dev/null +++ b/src/IconBook4SparkRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook4SparkSharp.tsx b/src/IconBook4SparkSharp.tsx new file mode 100644 index 000000000..594d22180 --- /dev/null +++ b/src/IconBook4SparkSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook4SparkSharpFilled.tsx b/src/IconBook4SparkSharpFilled.tsx new file mode 100644 index 000000000..4575f148f --- /dev/null +++ b/src/IconBook4SparkSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook4SparkSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook5Outlined.tsx b/src/IconBook5Outlined.tsx index 8f5ece3b0..21f92f628 100644 --- a/src/IconBook5Outlined.tsx +++ b/src/IconBook5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5Outlined: React.FC = ({ ...props }) => ( +export const IconBook5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5Outlined as default } diff --git a/src/IconBook5OutlinedFilled.tsx b/src/IconBook5OutlinedFilled.tsx index 518f8de28..3aae2c758 100644 --- a/src/IconBook5OutlinedFilled.tsx +++ b/src/IconBook5OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBook5OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5OutlinedFilled as default } diff --git a/src/IconBook5Rounded.tsx b/src/IconBook5Rounded.tsx index ca03af33d..1fef70ea8 100644 --- a/src/IconBook5Rounded.tsx +++ b/src/IconBook5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5Rounded: React.FC = ({ ...props }) => ( +export const IconBook5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5Rounded as default } diff --git a/src/IconBook5RoundedFilled.tsx b/src/IconBook5RoundedFilled.tsx index 9b539c37d..89bf721bf 100644 --- a/src/IconBook5RoundedFilled.tsx +++ b/src/IconBook5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBook5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5RoundedFilled as default } diff --git a/src/IconBook5Sharp.tsx b/src/IconBook5Sharp.tsx index dce0bf02d..6698c0efd 100644 --- a/src/IconBook5Sharp.tsx +++ b/src/IconBook5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5Sharp: React.FC = ({ ...props }) => ( +export const IconBook5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5Sharp as default } diff --git a/src/IconBook5SharpFilled.tsx b/src/IconBook5SharpFilled.tsx index 53f042e4a..7357c8909 100644 --- a/src/IconBook5SharpFilled.tsx +++ b/src/IconBook5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBook5SharpFilled: React.FC = ({ ...props }) => ( +export const IconBook5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBook5SharpFilled as default } diff --git a/src/IconBook6Outlined.tsx b/src/IconBook6Outlined.tsx new file mode 100644 index 000000000..cbaef4ca0 --- /dev/null +++ b/src/IconBook6Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook6OutlinedFilled.tsx b/src/IconBook6OutlinedFilled.tsx new file mode 100644 index 000000000..fc9044608 --- /dev/null +++ b/src/IconBook6OutlinedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6OutlinedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook6Rounded.tsx b/src/IconBook6Rounded.tsx new file mode 100644 index 000000000..defce1e85 --- /dev/null +++ b/src/IconBook6Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook6RoundedFilled.tsx b/src/IconBook6RoundedFilled.tsx new file mode 100644 index 000000000..2631d0dd0 --- /dev/null +++ b/src/IconBook6RoundedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6RoundedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook6Sharp.tsx b/src/IconBook6Sharp.tsx new file mode 100644 index 000000000..725d63b5c --- /dev/null +++ b/src/IconBook6Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBook6SharpFilled.tsx b/src/IconBook6SharpFilled.tsx new file mode 100644 index 000000000..b8e29a767 --- /dev/null +++ b/src/IconBook6SharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBook6SharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookOnlineOutlined.tsx b/src/IconBookOnlineOutlined.tsx index d48d93361..9da41f9f1 100644 --- a/src/IconBookOnlineOutlined.tsx +++ b/src/IconBookOnlineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineOutlined: React.FC = ({ ...props }) => ( +export const IconBookOnlineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookOnlineOutlined as default } diff --git a/src/IconBookOnlineOutlinedFilled.tsx b/src/IconBookOnlineOutlinedFilled.tsx index c7b7f4296..910441ef5 100644 --- a/src/IconBookOnlineOutlinedFilled.tsx +++ b/src/IconBookOnlineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookOnlineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookOnlineOutlinedFilled as default } diff --git a/src/IconBookOnlineRounded.tsx b/src/IconBookOnlineRounded.tsx index 3db3d9468..abaccff63 100644 --- a/src/IconBookOnlineRounded.tsx +++ b/src/IconBookOnlineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineRounded: React.FC = ({ ...props }) => ( +export const IconBookOnlineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookOnlineRounded as default } diff --git a/src/IconBookOnlineRoundedFilled.tsx b/src/IconBookOnlineRoundedFilled.tsx index 49a7e82c9..110165df3 100644 --- a/src/IconBookOnlineRoundedFilled.tsx +++ b/src/IconBookOnlineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookOnlineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookOnlineRoundedFilled as default } diff --git a/src/IconBookOnlineSharp.tsx b/src/IconBookOnlineSharp.tsx index 27174b8df..3c603f48c 100644 --- a/src/IconBookOnlineSharp.tsx +++ b/src/IconBookOnlineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineSharp: React.FC = ({ ...props }) => ( +export const IconBookOnlineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookOnlineSharp as default } diff --git a/src/IconBookOnlineSharpFilled.tsx b/src/IconBookOnlineSharpFilled.tsx index 57f7b7515..50c1e0da6 100644 --- a/src/IconBookOnlineSharpFilled.tsx +++ b/src/IconBookOnlineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookOnlineSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookOnlineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookOnlineSharpFilled as default } diff --git a/src/IconBookOutlined.tsx b/src/IconBookOutlined.tsx index 1e7c26fd3..597529f21 100644 --- a/src/IconBookOutlined.tsx +++ b/src/IconBookOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookOutlined: React.FC = ({ ...props }) => ( +export const IconBookOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookOutlined as default } diff --git a/src/IconBookOutlinedFilled.tsx b/src/IconBookOutlinedFilled.tsx index 9354e441b..62677ab26 100644 --- a/src/IconBookOutlinedFilled.tsx +++ b/src/IconBookOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookOutlinedFilled as default } diff --git a/src/IconBookRibbonOutlined.tsx b/src/IconBookRibbonOutlined.tsx new file mode 100644 index 000000000..c20e144ef --- /dev/null +++ b/src/IconBookRibbonOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRibbonOutlinedFilled.tsx b/src/IconBookRibbonOutlinedFilled.tsx new file mode 100644 index 000000000..6e2e3614e --- /dev/null +++ b/src/IconBookRibbonOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRibbonRounded.tsx b/src/IconBookRibbonRounded.tsx new file mode 100644 index 000000000..79cd4a9ff --- /dev/null +++ b/src/IconBookRibbonRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRibbonRoundedFilled.tsx b/src/IconBookRibbonRoundedFilled.tsx new file mode 100644 index 000000000..b351e8f10 --- /dev/null +++ b/src/IconBookRibbonRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRibbonSharp.tsx b/src/IconBookRibbonSharp.tsx new file mode 100644 index 000000000..d841bfba6 --- /dev/null +++ b/src/IconBookRibbonSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRibbonSharpFilled.tsx b/src/IconBookRibbonSharpFilled.tsx new file mode 100644 index 000000000..7eb435a4f --- /dev/null +++ b/src/IconBookRibbonSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconBookRibbonSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconBookRounded.tsx b/src/IconBookRounded.tsx index a9a41b875..bdf67f6b9 100644 --- a/src/IconBookRounded.tsx +++ b/src/IconBookRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookRounded: React.FC = ({ ...props }) => ( +export const IconBookRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookRounded as default } diff --git a/src/IconBookRoundedFilled.tsx b/src/IconBookRoundedFilled.tsx index b8286788a..b7c96d05b 100644 --- a/src/IconBookRoundedFilled.tsx +++ b/src/IconBookRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookRoundedFilled as default } diff --git a/src/IconBookSharp.tsx b/src/IconBookSharp.tsx index 4875c4765..1d9089f59 100644 --- a/src/IconBookSharp.tsx +++ b/src/IconBookSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookSharp: React.FC = ({ ...props }) => ( +export const IconBookSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookSharp as default } diff --git a/src/IconBookSharpFilled.tsx b/src/IconBookSharpFilled.tsx index 8a59fe473..ca9ac22a3 100644 --- a/src/IconBookSharpFilled.tsx +++ b/src/IconBookSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookSharpFilled as default } diff --git a/src/IconBookmarkAddOutlined.tsx b/src/IconBookmarkAddOutlined.tsx index f832440a2..021109eda 100644 --- a/src/IconBookmarkAddOutlined.tsx +++ b/src/IconBookmarkAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddOutlined as default } diff --git a/src/IconBookmarkAddOutlinedFilled.tsx b/src/IconBookmarkAddOutlinedFilled.tsx index bbe53e669..cba42b886 100644 --- a/src/IconBookmarkAddOutlinedFilled.tsx +++ b/src/IconBookmarkAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddOutlinedFilled as default } diff --git a/src/IconBookmarkAddRounded.tsx b/src/IconBookmarkAddRounded.tsx index a91621c97..dee84152c 100644 --- a/src/IconBookmarkAddRounded.tsx +++ b/src/IconBookmarkAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddRounded as default } diff --git a/src/IconBookmarkAddRoundedFilled.tsx b/src/IconBookmarkAddRoundedFilled.tsx index 701214c4e..52156f223 100644 --- a/src/IconBookmarkAddRoundedFilled.tsx +++ b/src/IconBookmarkAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddRoundedFilled as default } diff --git a/src/IconBookmarkAddSharp.tsx b/src/IconBookmarkAddSharp.tsx index 2ac82c12b..de4470264 100644 --- a/src/IconBookmarkAddSharp.tsx +++ b/src/IconBookmarkAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddSharp as default } diff --git a/src/IconBookmarkAddSharpFilled.tsx b/src/IconBookmarkAddSharpFilled.tsx index ceba1db4b..7e04ec1a8 100644 --- a/src/IconBookmarkAddSharpFilled.tsx +++ b/src/IconBookmarkAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddSharpFilled as default } diff --git a/src/IconBookmarkAddedOutlined.tsx b/src/IconBookmarkAddedOutlined.tsx index ac4cdf457..0e297b26d 100644 --- a/src/IconBookmarkAddedOutlined.tsx +++ b/src/IconBookmarkAddedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedOutlined as default } diff --git a/src/IconBookmarkAddedOutlinedFilled.tsx b/src/IconBookmarkAddedOutlinedFilled.tsx index 75c322e43..ee562983c 100644 --- a/src/IconBookmarkAddedOutlinedFilled.tsx +++ b/src/IconBookmarkAddedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedOutlinedFilled as default } diff --git a/src/IconBookmarkAddedRounded.tsx b/src/IconBookmarkAddedRounded.tsx index 6ed7b2a26..403b07c3d 100644 --- a/src/IconBookmarkAddedRounded.tsx +++ b/src/IconBookmarkAddedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedRounded as default } diff --git a/src/IconBookmarkAddedRoundedFilled.tsx b/src/IconBookmarkAddedRoundedFilled.tsx index d7d367200..f6544af6c 100644 --- a/src/IconBookmarkAddedRoundedFilled.tsx +++ b/src/IconBookmarkAddedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedRoundedFilled as default } diff --git a/src/IconBookmarkAddedSharp.tsx b/src/IconBookmarkAddedSharp.tsx index 1259ca377..fbe8a6c65 100644 --- a/src/IconBookmarkAddedSharp.tsx +++ b/src/IconBookmarkAddedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedSharp as default } diff --git a/src/IconBookmarkAddedSharpFilled.tsx b/src/IconBookmarkAddedSharpFilled.tsx index a508b714b..9c429ef14 100644 --- a/src/IconBookmarkAddedSharpFilled.tsx +++ b/src/IconBookmarkAddedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkAddedSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkAddedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkAddedSharpFilled as default } diff --git a/src/IconBookmarkBagOutlined.tsx b/src/IconBookmarkBagOutlined.tsx index f84fd3594..efd3acc52 100644 --- a/src/IconBookmarkBagOutlined.tsx +++ b/src/IconBookmarkBagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkBagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagOutlined as default } diff --git a/src/IconBookmarkBagOutlinedFilled.tsx b/src/IconBookmarkBagOutlinedFilled.tsx index cbe96820f..43ef9efd1 100644 --- a/src/IconBookmarkBagOutlinedFilled.tsx +++ b/src/IconBookmarkBagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkBagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagOutlinedFilled as default } diff --git a/src/IconBookmarkBagRounded.tsx b/src/IconBookmarkBagRounded.tsx index 3bb918fb7..86f488fb5 100644 --- a/src/IconBookmarkBagRounded.tsx +++ b/src/IconBookmarkBagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkBagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagRounded as default } diff --git a/src/IconBookmarkBagRoundedFilled.tsx b/src/IconBookmarkBagRoundedFilled.tsx index 2a8ff224e..d0fdd35a2 100644 --- a/src/IconBookmarkBagRoundedFilled.tsx +++ b/src/IconBookmarkBagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkBagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagRoundedFilled as default } diff --git a/src/IconBookmarkBagSharp.tsx b/src/IconBookmarkBagSharp.tsx index 9dadfb3e9..369e0f854 100644 --- a/src/IconBookmarkBagSharp.tsx +++ b/src/IconBookmarkBagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkBagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagSharp as default } diff --git a/src/IconBookmarkBagSharpFilled.tsx b/src/IconBookmarkBagSharpFilled.tsx index e2f91292c..0b4843a10 100644 --- a/src/IconBookmarkBagSharpFilled.tsx +++ b/src/IconBookmarkBagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkBagSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkBagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkBagSharpFilled as default } diff --git a/src/IconBookmarkCheckOutlined.tsx b/src/IconBookmarkCheckOutlined.tsx index b66c43011..017042bf2 100644 --- a/src/IconBookmarkCheckOutlined.tsx +++ b/src/IconBookmarkCheckOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckOutlined as default } diff --git a/src/IconBookmarkCheckOutlinedFilled.tsx b/src/IconBookmarkCheckOutlinedFilled.tsx index 3ec5b69a4..71d62146c 100644 --- a/src/IconBookmarkCheckOutlinedFilled.tsx +++ b/src/IconBookmarkCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckOutlinedFilled as default } diff --git a/src/IconBookmarkCheckRounded.tsx b/src/IconBookmarkCheckRounded.tsx index 06256a4dc..83bbd839f 100644 --- a/src/IconBookmarkCheckRounded.tsx +++ b/src/IconBookmarkCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckRounded as default } diff --git a/src/IconBookmarkCheckRoundedFilled.tsx b/src/IconBookmarkCheckRoundedFilled.tsx index 2bd93a384..8c1409649 100644 --- a/src/IconBookmarkCheckRoundedFilled.tsx +++ b/src/IconBookmarkCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckRoundedFilled as default } diff --git a/src/IconBookmarkCheckSharp.tsx b/src/IconBookmarkCheckSharp.tsx index 15ce58e14..ffbc2a7b2 100644 --- a/src/IconBookmarkCheckSharp.tsx +++ b/src/IconBookmarkCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckSharp as default } diff --git a/src/IconBookmarkCheckSharpFilled.tsx b/src/IconBookmarkCheckSharpFilled.tsx index cdd77ebf6..1012981d1 100644 --- a/src/IconBookmarkCheckSharpFilled.tsx +++ b/src/IconBookmarkCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkCheckSharpFilled as default } diff --git a/src/IconBookmarkFlagOutlined.tsx b/src/IconBookmarkFlagOutlined.tsx index 0f5a01a42..1367de61c 100644 --- a/src/IconBookmarkFlagOutlined.tsx +++ b/src/IconBookmarkFlagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagOutlined as default } diff --git a/src/IconBookmarkFlagOutlinedFilled.tsx b/src/IconBookmarkFlagOutlinedFilled.tsx index 63a4e7f9f..a1f3e6e75 100644 --- a/src/IconBookmarkFlagOutlinedFilled.tsx +++ b/src/IconBookmarkFlagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagOutlinedFilled as default } diff --git a/src/IconBookmarkFlagRounded.tsx b/src/IconBookmarkFlagRounded.tsx index aaeea35f4..12708e1e8 100644 --- a/src/IconBookmarkFlagRounded.tsx +++ b/src/IconBookmarkFlagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagRounded as default } diff --git a/src/IconBookmarkFlagRoundedFilled.tsx b/src/IconBookmarkFlagRoundedFilled.tsx index a1baa54a7..e71a66cc6 100644 --- a/src/IconBookmarkFlagRoundedFilled.tsx +++ b/src/IconBookmarkFlagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagRoundedFilled as default } diff --git a/src/IconBookmarkFlagSharp.tsx b/src/IconBookmarkFlagSharp.tsx index 0052569cb..6ba227b1f 100644 --- a/src/IconBookmarkFlagSharp.tsx +++ b/src/IconBookmarkFlagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagSharp as default } diff --git a/src/IconBookmarkFlagSharpFilled.tsx b/src/IconBookmarkFlagSharpFilled.tsx index f05d22328..a14703830 100644 --- a/src/IconBookmarkFlagSharpFilled.tsx +++ b/src/IconBookmarkFlagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkFlagSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkFlagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkFlagSharpFilled as default } diff --git a/src/IconBookmarkHeartOutlined.tsx b/src/IconBookmarkHeartOutlined.tsx index 7cf5d26c8..3e420fc60 100644 --- a/src/IconBookmarkHeartOutlined.tsx +++ b/src/IconBookmarkHeartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartOutlined as default } diff --git a/src/IconBookmarkHeartOutlinedFilled.tsx b/src/IconBookmarkHeartOutlinedFilled.tsx index 7a42dba5a..9e94b6021 100644 --- a/src/IconBookmarkHeartOutlinedFilled.tsx +++ b/src/IconBookmarkHeartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartOutlinedFilled as default } diff --git a/src/IconBookmarkHeartRounded.tsx b/src/IconBookmarkHeartRounded.tsx index 845d95501..764c72179 100644 --- a/src/IconBookmarkHeartRounded.tsx +++ b/src/IconBookmarkHeartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartRounded as default } diff --git a/src/IconBookmarkHeartRoundedFilled.tsx b/src/IconBookmarkHeartRoundedFilled.tsx index 0d1455c31..f67dea353 100644 --- a/src/IconBookmarkHeartRoundedFilled.tsx +++ b/src/IconBookmarkHeartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartRoundedFilled as default } diff --git a/src/IconBookmarkHeartSharp.tsx b/src/IconBookmarkHeartSharp.tsx index c773cac96..241e14ac3 100644 --- a/src/IconBookmarkHeartSharp.tsx +++ b/src/IconBookmarkHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartSharp as default } diff --git a/src/IconBookmarkHeartSharpFilled.tsx b/src/IconBookmarkHeartSharpFilled.tsx index b0930b0d3..b691fd7d2 100644 --- a/src/IconBookmarkHeartSharpFilled.tsx +++ b/src/IconBookmarkHeartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkHeartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkHeartSharpFilled as default } diff --git a/src/IconBookmarkManagerOutlined.tsx b/src/IconBookmarkManagerOutlined.tsx index 2a7424e9c..83e8c5470 100644 --- a/src/IconBookmarkManagerOutlined.tsx +++ b/src/IconBookmarkManagerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkManagerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkManagerOutlined as default } diff --git a/src/IconBookmarkManagerOutlinedFilled.tsx b/src/IconBookmarkManagerOutlinedFilled.tsx index 26798038b..ef0198941 100644 --- a/src/IconBookmarkManagerOutlinedFilled.tsx +++ b/src/IconBookmarkManagerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerOutlinedFilled: React.FC = ({ +export const IconBookmarkManagerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBookmarkManagerOutlinedFilled: React.FC = ({ ) - -export { IconBookmarkManagerOutlinedFilled as default } diff --git a/src/IconBookmarkManagerRounded.tsx b/src/IconBookmarkManagerRounded.tsx index 51281abb4..9e6ae76ab 100644 --- a/src/IconBookmarkManagerRounded.tsx +++ b/src/IconBookmarkManagerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkManagerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkManagerRounded as default } diff --git a/src/IconBookmarkManagerRoundedFilled.tsx b/src/IconBookmarkManagerRoundedFilled.tsx index 0e66f251b..e21c13c62 100644 --- a/src/IconBookmarkManagerRoundedFilled.tsx +++ b/src/IconBookmarkManagerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerRoundedFilled: React.FC = ({ +export const IconBookmarkManagerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBookmarkManagerRoundedFilled: React.FC = ({ ) - -export { IconBookmarkManagerRoundedFilled as default } diff --git a/src/IconBookmarkManagerSharp.tsx b/src/IconBookmarkManagerSharp.tsx index 2c7b35676..273e279ef 100644 --- a/src/IconBookmarkManagerSharp.tsx +++ b/src/IconBookmarkManagerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkManagerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkManagerSharp as default } diff --git a/src/IconBookmarkManagerSharpFilled.tsx b/src/IconBookmarkManagerSharpFilled.tsx index 1c52b6dd1..5441442a5 100644 --- a/src/IconBookmarkManagerSharpFilled.tsx +++ b/src/IconBookmarkManagerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkManagerSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkManagerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkManagerSharpFilled as default } diff --git a/src/IconBookmarkOutlined.tsx b/src/IconBookmarkOutlined.tsx index 6e1e5a43f..8b2685e7b 100644 --- a/src/IconBookmarkOutlined.tsx +++ b/src/IconBookmarkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkOutlined as default } diff --git a/src/IconBookmarkOutlinedFilled.tsx b/src/IconBookmarkOutlinedFilled.tsx index 019f0b1b1..5e59b0d52 100644 --- a/src/IconBookmarkOutlinedFilled.tsx +++ b/src/IconBookmarkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkOutlinedFilled as default } diff --git a/src/IconBookmarkRemoveOutlined.tsx b/src/IconBookmarkRemoveOutlined.tsx index 07691d8cc..21bdf85ef 100644 --- a/src/IconBookmarkRemoveOutlined.tsx +++ b/src/IconBookmarkRemoveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkRemoveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkRemoveOutlined as default } diff --git a/src/IconBookmarkRemoveOutlinedFilled.tsx b/src/IconBookmarkRemoveOutlinedFilled.tsx index 1bd50a1f8..1e4fdc72c 100644 --- a/src/IconBookmarkRemoveOutlinedFilled.tsx +++ b/src/IconBookmarkRemoveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveOutlinedFilled: React.FC = ({ +export const IconBookmarkRemoveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBookmarkRemoveOutlinedFilled: React.FC = ({ ) - -export { IconBookmarkRemoveOutlinedFilled as default } diff --git a/src/IconBookmarkRemoveRounded.tsx b/src/IconBookmarkRemoveRounded.tsx index 67acfc981..ef8aacda8 100644 --- a/src/IconBookmarkRemoveRounded.tsx +++ b/src/IconBookmarkRemoveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkRemoveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkRemoveRounded as default } diff --git a/src/IconBookmarkRemoveRoundedFilled.tsx b/src/IconBookmarkRemoveRoundedFilled.tsx index 452c73044..1f3dc0e06 100644 --- a/src/IconBookmarkRemoveRoundedFilled.tsx +++ b/src/IconBookmarkRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkRemoveRoundedFilled as default } diff --git a/src/IconBookmarkRemoveSharp.tsx b/src/IconBookmarkRemoveSharp.tsx index bda2f8649..170b456dd 100644 --- a/src/IconBookmarkRemoveSharp.tsx +++ b/src/IconBookmarkRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkRemoveSharp as default } diff --git a/src/IconBookmarkRemoveSharpFilled.tsx b/src/IconBookmarkRemoveSharpFilled.tsx index 4d7ac8fa5..b2df532c5 100644 --- a/src/IconBookmarkRemoveSharpFilled.tsx +++ b/src/IconBookmarkRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkRemoveSharpFilled as default } diff --git a/src/IconBookmarkRounded.tsx b/src/IconBookmarkRounded.tsx index d50d86b04..e024aa9a2 100644 --- a/src/IconBookmarkRounded.tsx +++ b/src/IconBookmarkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkRounded as default } diff --git a/src/IconBookmarkRoundedFilled.tsx b/src/IconBookmarkRoundedFilled.tsx index b2bfbdae1..1911b33fe 100644 --- a/src/IconBookmarkRoundedFilled.tsx +++ b/src/IconBookmarkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkRoundedFilled as default } diff --git a/src/IconBookmarkSharp.tsx b/src/IconBookmarkSharp.tsx index c72eeff3e..38af4d222 100644 --- a/src/IconBookmarkSharp.tsx +++ b/src/IconBookmarkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkSharp as default } diff --git a/src/IconBookmarkSharpFilled.tsx b/src/IconBookmarkSharpFilled.tsx index 1c3921be2..2aa39bb8b 100644 --- a/src/IconBookmarkSharpFilled.tsx +++ b/src/IconBookmarkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkSharpFilled as default } diff --git a/src/IconBookmarkStarOutlined.tsx b/src/IconBookmarkStarOutlined.tsx index 1f65d9fec..6bc2ff65f 100644 --- a/src/IconBookmarkStarOutlined.tsx +++ b/src/IconBookmarkStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarkStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarOutlined as default } diff --git a/src/IconBookmarkStarOutlinedFilled.tsx b/src/IconBookmarkStarOutlinedFilled.tsx index aa3f8ad4d..8e5eb4e0b 100644 --- a/src/IconBookmarkStarOutlinedFilled.tsx +++ b/src/IconBookmarkStarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkStarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarOutlinedFilled as default } diff --git a/src/IconBookmarkStarRounded.tsx b/src/IconBookmarkStarRounded.tsx index 91cac6fa1..fcc2dd5d6 100644 --- a/src/IconBookmarkStarRounded.tsx +++ b/src/IconBookmarkStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarRounded: React.FC = ({ ...props }) => ( +export const IconBookmarkStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarRounded as default } diff --git a/src/IconBookmarkStarRoundedFilled.tsx b/src/IconBookmarkStarRoundedFilled.tsx index 5f441a5e5..cb416b6c3 100644 --- a/src/IconBookmarkStarRoundedFilled.tsx +++ b/src/IconBookmarkStarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkStarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarRoundedFilled as default } diff --git a/src/IconBookmarkStarSharp.tsx b/src/IconBookmarkStarSharp.tsx index 02ba154e7..ceee5b36e 100644 --- a/src/IconBookmarkStarSharp.tsx +++ b/src/IconBookmarkStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarSharp: React.FC = ({ ...props }) => ( +export const IconBookmarkStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarSharp as default } diff --git a/src/IconBookmarkStarSharpFilled.tsx b/src/IconBookmarkStarSharpFilled.tsx index 1bd73e243..44c58a0dc 100644 --- a/src/IconBookmarkStarSharpFilled.tsx +++ b/src/IconBookmarkStarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarkStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarkStarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarkStarSharpFilled as default } diff --git a/src/IconBookmarksOutlined.tsx b/src/IconBookmarksOutlined.tsx index 145a7c042..940c54d43 100644 --- a/src/IconBookmarksOutlined.tsx +++ b/src/IconBookmarksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksOutlined: React.FC = ({ ...props }) => ( +export const IconBookmarksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarksOutlined as default } diff --git a/src/IconBookmarksOutlinedFilled.tsx b/src/IconBookmarksOutlinedFilled.tsx index 029c4ec3e..d8515f978 100644 --- a/src/IconBookmarksOutlinedFilled.tsx +++ b/src/IconBookmarksOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarksOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarksOutlinedFilled as default } diff --git a/src/IconBookmarksRounded.tsx b/src/IconBookmarksRounded.tsx index a635652a1..470f3d9c5 100644 --- a/src/IconBookmarksRounded.tsx +++ b/src/IconBookmarksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksRounded: React.FC = ({ ...props }) => ( +export const IconBookmarksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarksRounded as default } diff --git a/src/IconBookmarksRoundedFilled.tsx b/src/IconBookmarksRoundedFilled.tsx index 4956e8b61..0e2db2510 100644 --- a/src/IconBookmarksRoundedFilled.tsx +++ b/src/IconBookmarksRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBookmarksRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBookmarksRoundedFilled as default } diff --git a/src/IconBookmarksSharp.tsx b/src/IconBookmarksSharp.tsx index d48b81ced..49385ab68 100644 --- a/src/IconBookmarksSharp.tsx +++ b/src/IconBookmarksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksSharp: React.FC = ({ ...props }) => ( +export const IconBookmarksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarksSharp as default } diff --git a/src/IconBookmarksSharpFilled.tsx b/src/IconBookmarksSharpFilled.tsx index 0016268b6..bbe720a6c 100644 --- a/src/IconBookmarksSharpFilled.tsx +++ b/src/IconBookmarksSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBookmarksSharpFilled: React.FC = ({ ...props }) => ( +export const IconBookmarksSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBookmarksSharpFilled as default } diff --git a/src/IconBorderAllOutlined.tsx b/src/IconBorderAllOutlined.tsx index 21264d563..bd4f3eca3 100644 --- a/src/IconBorderAllOutlined.tsx +++ b/src/IconBorderAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllOutlined: React.FC = ({ ...props }) => ( +export const IconBorderAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderAllOutlined as default } diff --git a/src/IconBorderAllOutlinedFilled.tsx b/src/IconBorderAllOutlinedFilled.tsx index 17c856d75..d65b530a5 100644 --- a/src/IconBorderAllOutlinedFilled.tsx +++ b/src/IconBorderAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderAllOutlinedFilled as default } diff --git a/src/IconBorderAllRounded.tsx b/src/IconBorderAllRounded.tsx index b011b950b..6c83ddc47 100644 --- a/src/IconBorderAllRounded.tsx +++ b/src/IconBorderAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllRounded: React.FC = ({ ...props }) => ( +export const IconBorderAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderAllRounded as default } diff --git a/src/IconBorderAllRoundedFilled.tsx b/src/IconBorderAllRoundedFilled.tsx index 208cd2d69..366d95cdd 100644 --- a/src/IconBorderAllRoundedFilled.tsx +++ b/src/IconBorderAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderAllRoundedFilled as default } diff --git a/src/IconBorderAllSharp.tsx b/src/IconBorderAllSharp.tsx index b78591082..ed364c8f9 100644 --- a/src/IconBorderAllSharp.tsx +++ b/src/IconBorderAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllSharp: React.FC = ({ ...props }) => ( +export const IconBorderAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderAllSharp as default } diff --git a/src/IconBorderAllSharpFilled.tsx b/src/IconBorderAllSharpFilled.tsx index 911a8e534..b25ba84b6 100644 --- a/src/IconBorderAllSharpFilled.tsx +++ b/src/IconBorderAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderAllSharpFilled as default } diff --git a/src/IconBorderBottomOutlined.tsx b/src/IconBorderBottomOutlined.tsx index 5425a67f1..6dbaa48a3 100644 --- a/src/IconBorderBottomOutlined.tsx +++ b/src/IconBorderBottomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomOutlined: React.FC = ({ ...props }) => ( +export const IconBorderBottomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderBottomOutlined as default } diff --git a/src/IconBorderBottomOutlinedFilled.tsx b/src/IconBorderBottomOutlinedFilled.tsx index 698c8ad57..876c6ff58 100644 --- a/src/IconBorderBottomOutlinedFilled.tsx +++ b/src/IconBorderBottomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderBottomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderBottomOutlinedFilled as default } diff --git a/src/IconBorderBottomRounded.tsx b/src/IconBorderBottomRounded.tsx index 48ea62a7b..f2fc54e7f 100644 --- a/src/IconBorderBottomRounded.tsx +++ b/src/IconBorderBottomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomRounded: React.FC = ({ ...props }) => ( +export const IconBorderBottomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderBottomRounded as default } diff --git a/src/IconBorderBottomRoundedFilled.tsx b/src/IconBorderBottomRoundedFilled.tsx index acecb657d..f7716cf4c 100644 --- a/src/IconBorderBottomRoundedFilled.tsx +++ b/src/IconBorderBottomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderBottomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderBottomRoundedFilled as default } diff --git a/src/IconBorderBottomSharp.tsx b/src/IconBorderBottomSharp.tsx index 9dd1ed664..8a885ec28 100644 --- a/src/IconBorderBottomSharp.tsx +++ b/src/IconBorderBottomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomSharp: React.FC = ({ ...props }) => ( +export const IconBorderBottomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderBottomSharp as default } diff --git a/src/IconBorderBottomSharpFilled.tsx b/src/IconBorderBottomSharpFilled.tsx index 34b756501..16f128db9 100644 --- a/src/IconBorderBottomSharpFilled.tsx +++ b/src/IconBorderBottomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderBottomSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderBottomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderBottomSharpFilled as default } diff --git a/src/IconBorderClearOutlined.tsx b/src/IconBorderClearOutlined.tsx index 264ec42e4..a104b1780 100644 --- a/src/IconBorderClearOutlined.tsx +++ b/src/IconBorderClearOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearOutlined: React.FC = ({ ...props }) => ( +export const IconBorderClearOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderClearOutlined as default } diff --git a/src/IconBorderClearOutlinedFilled.tsx b/src/IconBorderClearOutlinedFilled.tsx index 051b81219..b55c7f4d7 100644 --- a/src/IconBorderClearOutlinedFilled.tsx +++ b/src/IconBorderClearOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderClearOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderClearOutlinedFilled as default } diff --git a/src/IconBorderClearRounded.tsx b/src/IconBorderClearRounded.tsx index e9a11d631..6b3e0b8db 100644 --- a/src/IconBorderClearRounded.tsx +++ b/src/IconBorderClearRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearRounded: React.FC = ({ ...props }) => ( +export const IconBorderClearRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderClearRounded as default } diff --git a/src/IconBorderClearRoundedFilled.tsx b/src/IconBorderClearRoundedFilled.tsx index 42a410fef..fd909f7c9 100644 --- a/src/IconBorderClearRoundedFilled.tsx +++ b/src/IconBorderClearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderClearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderClearRoundedFilled as default } diff --git a/src/IconBorderClearSharp.tsx b/src/IconBorderClearSharp.tsx index a022870d3..d9196d80c 100644 --- a/src/IconBorderClearSharp.tsx +++ b/src/IconBorderClearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearSharp: React.FC = ({ ...props }) => ( +export const IconBorderClearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderClearSharp as default } diff --git a/src/IconBorderClearSharpFilled.tsx b/src/IconBorderClearSharpFilled.tsx index 68c1c5e7f..c0ea9090a 100644 --- a/src/IconBorderClearSharpFilled.tsx +++ b/src/IconBorderClearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderClearSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderClearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderClearSharpFilled as default } diff --git a/src/IconBorderColorOutlined.tsx b/src/IconBorderColorOutlined.tsx index aff24f7a9..7e0720345 100644 --- a/src/IconBorderColorOutlined.tsx +++ b/src/IconBorderColorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorOutlined: React.FC = ({ ...props }) => ( +export const IconBorderColorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderColorOutlined as default } diff --git a/src/IconBorderColorOutlinedFilled.tsx b/src/IconBorderColorOutlinedFilled.tsx index 429dd21de..f36fc0f5e 100644 --- a/src/IconBorderColorOutlinedFilled.tsx +++ b/src/IconBorderColorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderColorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderColorOutlinedFilled as default } diff --git a/src/IconBorderColorRounded.tsx b/src/IconBorderColorRounded.tsx index 24c79f0b0..20e003ae7 100644 --- a/src/IconBorderColorRounded.tsx +++ b/src/IconBorderColorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorRounded: React.FC = ({ ...props }) => ( +export const IconBorderColorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderColorRounded as default } diff --git a/src/IconBorderColorRoundedFilled.tsx b/src/IconBorderColorRoundedFilled.tsx index 15c01ffd5..6196bf07b 100644 --- a/src/IconBorderColorRoundedFilled.tsx +++ b/src/IconBorderColorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderColorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderColorRoundedFilled as default } diff --git a/src/IconBorderColorSharp.tsx b/src/IconBorderColorSharp.tsx index 09d1b9e8d..e26fcec97 100644 --- a/src/IconBorderColorSharp.tsx +++ b/src/IconBorderColorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorSharp: React.FC = ({ ...props }) => ( +export const IconBorderColorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderColorSharp as default } diff --git a/src/IconBorderColorSharpFilled.tsx b/src/IconBorderColorSharpFilled.tsx index a1fb88a10..fb3ef0d73 100644 --- a/src/IconBorderColorSharpFilled.tsx +++ b/src/IconBorderColorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderColorSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderColorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderColorSharpFilled as default } diff --git a/src/IconBorderHorizontalOutlined.tsx b/src/IconBorderHorizontalOutlined.tsx index 04fde582d..a1a0bbc20 100644 --- a/src/IconBorderHorizontalOutlined.tsx +++ b/src/IconBorderHorizontalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalOutlined: React.FC = ({ ...props }) => ( +export const IconBorderHorizontalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderHorizontalOutlined as default } diff --git a/src/IconBorderHorizontalOutlinedFilled.tsx b/src/IconBorderHorizontalOutlinedFilled.tsx index f7b38535f..26f435639 100644 --- a/src/IconBorderHorizontalOutlinedFilled.tsx +++ b/src/IconBorderHorizontalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalOutlinedFilled: React.FC = ({ +export const IconBorderHorizontalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBorderHorizontalOutlinedFilled: React.FC = ({ ) - -export { IconBorderHorizontalOutlinedFilled as default } diff --git a/src/IconBorderHorizontalRounded.tsx b/src/IconBorderHorizontalRounded.tsx index 3494c9978..797b38881 100644 --- a/src/IconBorderHorizontalRounded.tsx +++ b/src/IconBorderHorizontalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalRounded: React.FC = ({ ...props }) => ( +export const IconBorderHorizontalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderHorizontalRounded as default } diff --git a/src/IconBorderHorizontalRoundedFilled.tsx b/src/IconBorderHorizontalRoundedFilled.tsx index ecc0feac3..0984bfd3f 100644 --- a/src/IconBorderHorizontalRoundedFilled.tsx +++ b/src/IconBorderHorizontalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalRoundedFilled: React.FC = ({ +export const IconBorderHorizontalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBorderHorizontalRoundedFilled: React.FC = ({ ) - -export { IconBorderHorizontalRoundedFilled as default } diff --git a/src/IconBorderHorizontalSharp.tsx b/src/IconBorderHorizontalSharp.tsx index 6bcdd6d04..db8ba67b5 100644 --- a/src/IconBorderHorizontalSharp.tsx +++ b/src/IconBorderHorizontalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalSharp: React.FC = ({ ...props }) => ( +export const IconBorderHorizontalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderHorizontalSharp as default } diff --git a/src/IconBorderHorizontalSharpFilled.tsx b/src/IconBorderHorizontalSharpFilled.tsx index 0bd83f501..9afde7f3a 100644 --- a/src/IconBorderHorizontalSharpFilled.tsx +++ b/src/IconBorderHorizontalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderHorizontalSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderHorizontalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderHorizontalSharpFilled as default } diff --git a/src/IconBorderInnerOutlined.tsx b/src/IconBorderInnerOutlined.tsx index baba8c7bd..f2c23f031 100644 --- a/src/IconBorderInnerOutlined.tsx +++ b/src/IconBorderInnerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerOutlined: React.FC = ({ ...props }) => ( +export const IconBorderInnerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderInnerOutlined as default } diff --git a/src/IconBorderInnerOutlinedFilled.tsx b/src/IconBorderInnerOutlinedFilled.tsx index ef594210b..ec0f40781 100644 --- a/src/IconBorderInnerOutlinedFilled.tsx +++ b/src/IconBorderInnerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderInnerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderInnerOutlinedFilled as default } diff --git a/src/IconBorderInnerRounded.tsx b/src/IconBorderInnerRounded.tsx index a98ef4ee2..76417e0a3 100644 --- a/src/IconBorderInnerRounded.tsx +++ b/src/IconBorderInnerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerRounded: React.FC = ({ ...props }) => ( +export const IconBorderInnerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderInnerRounded as default } diff --git a/src/IconBorderInnerRoundedFilled.tsx b/src/IconBorderInnerRoundedFilled.tsx index 6b333859b..e1f32fcb9 100644 --- a/src/IconBorderInnerRoundedFilled.tsx +++ b/src/IconBorderInnerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderInnerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderInnerRoundedFilled as default } diff --git a/src/IconBorderInnerSharp.tsx b/src/IconBorderInnerSharp.tsx index fec804d50..e794556ea 100644 --- a/src/IconBorderInnerSharp.tsx +++ b/src/IconBorderInnerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerSharp: React.FC = ({ ...props }) => ( +export const IconBorderInnerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderInnerSharp as default } diff --git a/src/IconBorderInnerSharpFilled.tsx b/src/IconBorderInnerSharpFilled.tsx index bdb351f8e..6886e7099 100644 --- a/src/IconBorderInnerSharpFilled.tsx +++ b/src/IconBorderInnerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderInnerSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderInnerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderInnerSharpFilled as default } diff --git a/src/IconBorderLeftOutlined.tsx b/src/IconBorderLeftOutlined.tsx index 6d58b8d3e..998c737b8 100644 --- a/src/IconBorderLeftOutlined.tsx +++ b/src/IconBorderLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftOutlined: React.FC = ({ ...props }) => ( +export const IconBorderLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderLeftOutlined as default } diff --git a/src/IconBorderLeftOutlinedFilled.tsx b/src/IconBorderLeftOutlinedFilled.tsx index 1c66d4a6e..a7fd7c925 100644 --- a/src/IconBorderLeftOutlinedFilled.tsx +++ b/src/IconBorderLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderLeftOutlinedFilled as default } diff --git a/src/IconBorderLeftRounded.tsx b/src/IconBorderLeftRounded.tsx index aaf1aff78..80ed39b6c 100644 --- a/src/IconBorderLeftRounded.tsx +++ b/src/IconBorderLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftRounded: React.FC = ({ ...props }) => ( +export const IconBorderLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderLeftRounded as default } diff --git a/src/IconBorderLeftRoundedFilled.tsx b/src/IconBorderLeftRoundedFilled.tsx index d0a5fc31c..f6e113c3c 100644 --- a/src/IconBorderLeftRoundedFilled.tsx +++ b/src/IconBorderLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderLeftRoundedFilled as default } diff --git a/src/IconBorderLeftSharp.tsx b/src/IconBorderLeftSharp.tsx index 06e7df099..d13978bd7 100644 --- a/src/IconBorderLeftSharp.tsx +++ b/src/IconBorderLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftSharp: React.FC = ({ ...props }) => ( +export const IconBorderLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderLeftSharp as default } diff --git a/src/IconBorderLeftSharpFilled.tsx b/src/IconBorderLeftSharpFilled.tsx index 41c044df3..8586da444 100644 --- a/src/IconBorderLeftSharpFilled.tsx +++ b/src/IconBorderLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderLeftSharpFilled as default } diff --git a/src/IconBorderOuterOutlined.tsx b/src/IconBorderOuterOutlined.tsx index 9d8d80043..877adc8d5 100644 --- a/src/IconBorderOuterOutlined.tsx +++ b/src/IconBorderOuterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterOutlined: React.FC = ({ ...props }) => ( +export const IconBorderOuterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderOuterOutlined as default } diff --git a/src/IconBorderOuterOutlinedFilled.tsx b/src/IconBorderOuterOutlinedFilled.tsx index 0032f54ee..ef80969ee 100644 --- a/src/IconBorderOuterOutlinedFilled.tsx +++ b/src/IconBorderOuterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderOuterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderOuterOutlinedFilled as default } diff --git a/src/IconBorderOuterRounded.tsx b/src/IconBorderOuterRounded.tsx index 68f645ed9..5a5763f91 100644 --- a/src/IconBorderOuterRounded.tsx +++ b/src/IconBorderOuterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterRounded: React.FC = ({ ...props }) => ( +export const IconBorderOuterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderOuterRounded as default } diff --git a/src/IconBorderOuterRoundedFilled.tsx b/src/IconBorderOuterRoundedFilled.tsx index 693dc8166..5fa0aae86 100644 --- a/src/IconBorderOuterRoundedFilled.tsx +++ b/src/IconBorderOuterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderOuterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderOuterRoundedFilled as default } diff --git a/src/IconBorderOuterSharp.tsx b/src/IconBorderOuterSharp.tsx index db39e6470..b64266813 100644 --- a/src/IconBorderOuterSharp.tsx +++ b/src/IconBorderOuterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterSharp: React.FC = ({ ...props }) => ( +export const IconBorderOuterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderOuterSharp as default } diff --git a/src/IconBorderOuterSharpFilled.tsx b/src/IconBorderOuterSharpFilled.tsx index c417a15cf..ff33c3375 100644 --- a/src/IconBorderOuterSharpFilled.tsx +++ b/src/IconBorderOuterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderOuterSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderOuterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderOuterSharpFilled as default } diff --git a/src/IconBorderRightOutlined.tsx b/src/IconBorderRightOutlined.tsx index 74b32703b..1b9da00b7 100644 --- a/src/IconBorderRightOutlined.tsx +++ b/src/IconBorderRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightOutlined: React.FC = ({ ...props }) => ( +export const IconBorderRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderRightOutlined as default } diff --git a/src/IconBorderRightOutlinedFilled.tsx b/src/IconBorderRightOutlinedFilled.tsx index 61a21b1d8..74c60b7b0 100644 --- a/src/IconBorderRightOutlinedFilled.tsx +++ b/src/IconBorderRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderRightOutlinedFilled as default } diff --git a/src/IconBorderRightRounded.tsx b/src/IconBorderRightRounded.tsx index bd72b8866..93b7fb684 100644 --- a/src/IconBorderRightRounded.tsx +++ b/src/IconBorderRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightRounded: React.FC = ({ ...props }) => ( +export const IconBorderRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderRightRounded as default } diff --git a/src/IconBorderRightRoundedFilled.tsx b/src/IconBorderRightRoundedFilled.tsx index 7024a218c..6fbf41afe 100644 --- a/src/IconBorderRightRoundedFilled.tsx +++ b/src/IconBorderRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderRightRoundedFilled as default } diff --git a/src/IconBorderRightSharp.tsx b/src/IconBorderRightSharp.tsx index 24a35ab0b..80fb0b3fd 100644 --- a/src/IconBorderRightSharp.tsx +++ b/src/IconBorderRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightSharp: React.FC = ({ ...props }) => ( +export const IconBorderRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderRightSharp as default } diff --git a/src/IconBorderRightSharpFilled.tsx b/src/IconBorderRightSharpFilled.tsx index f9e3b6bbd..73679a59b 100644 --- a/src/IconBorderRightSharpFilled.tsx +++ b/src/IconBorderRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderRightSharpFilled as default } diff --git a/src/IconBorderStyleOutlined.tsx b/src/IconBorderStyleOutlined.tsx index 079f389f6..a86da9bac 100644 --- a/src/IconBorderStyleOutlined.tsx +++ b/src/IconBorderStyleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleOutlined: React.FC = ({ ...props }) => ( +export const IconBorderStyleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderStyleOutlined as default } diff --git a/src/IconBorderStyleOutlinedFilled.tsx b/src/IconBorderStyleOutlinedFilled.tsx index 1777455c6..94c9e6cc5 100644 --- a/src/IconBorderStyleOutlinedFilled.tsx +++ b/src/IconBorderStyleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderStyleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderStyleOutlinedFilled as default } diff --git a/src/IconBorderStyleRounded.tsx b/src/IconBorderStyleRounded.tsx index 5eebdad31..6daf898c5 100644 --- a/src/IconBorderStyleRounded.tsx +++ b/src/IconBorderStyleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleRounded: React.FC = ({ ...props }) => ( +export const IconBorderStyleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderStyleRounded as default } diff --git a/src/IconBorderStyleRoundedFilled.tsx b/src/IconBorderStyleRoundedFilled.tsx index ffc330f47..6fd36da65 100644 --- a/src/IconBorderStyleRoundedFilled.tsx +++ b/src/IconBorderStyleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderStyleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderStyleRoundedFilled as default } diff --git a/src/IconBorderStyleSharp.tsx b/src/IconBorderStyleSharp.tsx index 97020e28e..4f8348222 100644 --- a/src/IconBorderStyleSharp.tsx +++ b/src/IconBorderStyleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleSharp: React.FC = ({ ...props }) => ( +export const IconBorderStyleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderStyleSharp as default } diff --git a/src/IconBorderStyleSharpFilled.tsx b/src/IconBorderStyleSharpFilled.tsx index 7abedf8e5..22f619f5b 100644 --- a/src/IconBorderStyleSharpFilled.tsx +++ b/src/IconBorderStyleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderStyleSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderStyleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderStyleSharpFilled as default } diff --git a/src/IconBorderTopOutlined.tsx b/src/IconBorderTopOutlined.tsx index e896c2209..5d9f97327 100644 --- a/src/IconBorderTopOutlined.tsx +++ b/src/IconBorderTopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopOutlined: React.FC = ({ ...props }) => ( +export const IconBorderTopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderTopOutlined as default } diff --git a/src/IconBorderTopOutlinedFilled.tsx b/src/IconBorderTopOutlinedFilled.tsx index 0a21a7f6c..ab5589ce1 100644 --- a/src/IconBorderTopOutlinedFilled.tsx +++ b/src/IconBorderTopOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorderTopOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderTopOutlinedFilled as default } diff --git a/src/IconBorderTopRounded.tsx b/src/IconBorderTopRounded.tsx index a4d63989a..8a939fc4e 100644 --- a/src/IconBorderTopRounded.tsx +++ b/src/IconBorderTopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopRounded: React.FC = ({ ...props }) => ( +export const IconBorderTopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderTopRounded as default } diff --git a/src/IconBorderTopRoundedFilled.tsx b/src/IconBorderTopRoundedFilled.tsx index 19e0763ad..c50d8a824 100644 --- a/src/IconBorderTopRoundedFilled.tsx +++ b/src/IconBorderTopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderTopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderTopRoundedFilled as default } diff --git a/src/IconBorderTopSharp.tsx b/src/IconBorderTopSharp.tsx index 1d28db877..e38cd2198 100644 --- a/src/IconBorderTopSharp.tsx +++ b/src/IconBorderTopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopSharp: React.FC = ({ ...props }) => ( +export const IconBorderTopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderTopSharp as default } diff --git a/src/IconBorderTopSharpFilled.tsx b/src/IconBorderTopSharpFilled.tsx index 729eec62c..b8ceca4dc 100644 --- a/src/IconBorderTopSharpFilled.tsx +++ b/src/IconBorderTopSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderTopSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderTopSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderTopSharpFilled as default } diff --git a/src/IconBorderVerticalOutlined.tsx b/src/IconBorderVerticalOutlined.tsx index f1fd68391..b48c27155 100644 --- a/src/IconBorderVerticalOutlined.tsx +++ b/src/IconBorderVerticalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalOutlined: React.FC = ({ ...props }) => ( +export const IconBorderVerticalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderVerticalOutlined as default } diff --git a/src/IconBorderVerticalOutlinedFilled.tsx b/src/IconBorderVerticalOutlinedFilled.tsx index c59b2f5f4..c789909f8 100644 --- a/src/IconBorderVerticalOutlinedFilled.tsx +++ b/src/IconBorderVerticalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalOutlinedFilled: React.FC = ({ +export const IconBorderVerticalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBorderVerticalOutlinedFilled: React.FC = ({ ) - -export { IconBorderVerticalOutlinedFilled as default } diff --git a/src/IconBorderVerticalRounded.tsx b/src/IconBorderVerticalRounded.tsx index 694aee87d..f5f66c919 100644 --- a/src/IconBorderVerticalRounded.tsx +++ b/src/IconBorderVerticalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalRounded: React.FC = ({ ...props }) => ( +export const IconBorderVerticalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderVerticalRounded as default } diff --git a/src/IconBorderVerticalRoundedFilled.tsx b/src/IconBorderVerticalRoundedFilled.tsx index 53e77ed06..184b2dd65 100644 --- a/src/IconBorderVerticalRoundedFilled.tsx +++ b/src/IconBorderVerticalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorderVerticalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderVerticalRoundedFilled as default } diff --git a/src/IconBorderVerticalSharp.tsx b/src/IconBorderVerticalSharp.tsx index 0acc5f689..c03f487ee 100644 --- a/src/IconBorderVerticalSharp.tsx +++ b/src/IconBorderVerticalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalSharp: React.FC = ({ ...props }) => ( +export const IconBorderVerticalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorderVerticalSharp as default } diff --git a/src/IconBorderVerticalSharpFilled.tsx b/src/IconBorderVerticalSharpFilled.tsx index 4f4a2499a..87b777d4f 100644 --- a/src/IconBorderVerticalSharpFilled.tsx +++ b/src/IconBorderVerticalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBorderVerticalSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorderVerticalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBorderVerticalSharpFilled as default } diff --git a/src/IconBorgOutlined.tsx b/src/IconBorgOutlined.tsx index 847e8b621..111bdab36 100644 --- a/src/IconBorgOutlined.tsx +++ b/src/IconBorgOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgOutlined: React.FC = ({ ...props }) => ( +export const IconBorgOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgOutlined as default } diff --git a/src/IconBorgOutlinedFilled.tsx b/src/IconBorgOutlinedFilled.tsx index 62f17baba..343388b41 100644 --- a/src/IconBorgOutlinedFilled.tsx +++ b/src/IconBorgOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBorgOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgOutlinedFilled as default } diff --git a/src/IconBorgRounded.tsx b/src/IconBorgRounded.tsx index 34a8bc106..a862c7aa6 100644 --- a/src/IconBorgRounded.tsx +++ b/src/IconBorgRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgRounded: React.FC = ({ ...props }) => ( +export const IconBorgRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgRounded as default } diff --git a/src/IconBorgRoundedFilled.tsx b/src/IconBorgRoundedFilled.tsx index 3d14ed885..0894cc584 100644 --- a/src/IconBorgRoundedFilled.tsx +++ b/src/IconBorgRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBorgRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgRoundedFilled as default } diff --git a/src/IconBorgSharp.tsx b/src/IconBorgSharp.tsx index ce064bee7..4e84e8d2c 100644 --- a/src/IconBorgSharp.tsx +++ b/src/IconBorgSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgSharp: React.FC = ({ ...props }) => ( +export const IconBorgSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgSharp as default } diff --git a/src/IconBorgSharpFilled.tsx b/src/IconBorgSharpFilled.tsx index f836b05d5..850431799 100644 --- a/src/IconBorgSharpFilled.tsx +++ b/src/IconBorgSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBorgSharpFilled: React.FC = ({ ...props }) => ( +export const IconBorgSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBorgSharpFilled as default } diff --git a/src/IconBottomAppBarOutlined.tsx b/src/IconBottomAppBarOutlined.tsx index 3af232b03..a7ac2236a 100644 --- a/src/IconBottomAppBarOutlined.tsx +++ b/src/IconBottomAppBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarOutlined: React.FC = ({ ...props }) => ( +export const IconBottomAppBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarOutlined as default } diff --git a/src/IconBottomAppBarOutlinedFilled.tsx b/src/IconBottomAppBarOutlinedFilled.tsx index 31b29421e..b024d429a 100644 --- a/src/IconBottomAppBarOutlinedFilled.tsx +++ b/src/IconBottomAppBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBottomAppBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarOutlinedFilled as default } diff --git a/src/IconBottomAppBarRounded.tsx b/src/IconBottomAppBarRounded.tsx index e0319840d..3c80f45e1 100644 --- a/src/IconBottomAppBarRounded.tsx +++ b/src/IconBottomAppBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarRounded: React.FC = ({ ...props }) => ( +export const IconBottomAppBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarRounded as default } diff --git a/src/IconBottomAppBarRoundedFilled.tsx b/src/IconBottomAppBarRoundedFilled.tsx index 9540bc561..31397b285 100644 --- a/src/IconBottomAppBarRoundedFilled.tsx +++ b/src/IconBottomAppBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBottomAppBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarRoundedFilled as default } diff --git a/src/IconBottomAppBarSharp.tsx b/src/IconBottomAppBarSharp.tsx index 7465c490f..b4f0c6938 100644 --- a/src/IconBottomAppBarSharp.tsx +++ b/src/IconBottomAppBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarSharp: React.FC = ({ ...props }) => ( +export const IconBottomAppBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarSharp as default } diff --git a/src/IconBottomAppBarSharpFilled.tsx b/src/IconBottomAppBarSharpFilled.tsx index 86207b936..1da777441 100644 --- a/src/IconBottomAppBarSharpFilled.tsx +++ b/src/IconBottomAppBarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomAppBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomAppBarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomAppBarSharpFilled as default } diff --git a/src/IconBottomDrawerOutlined.tsx b/src/IconBottomDrawerOutlined.tsx index 56361c8aa..feb6351d4 100644 --- a/src/IconBottomDrawerOutlined.tsx +++ b/src/IconBottomDrawerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerOutlined: React.FC = ({ ...props }) => ( +export const IconBottomDrawerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerOutlined as default } diff --git a/src/IconBottomDrawerOutlinedFilled.tsx b/src/IconBottomDrawerOutlinedFilled.tsx index f889db5d2..2bf34f85f 100644 --- a/src/IconBottomDrawerOutlinedFilled.tsx +++ b/src/IconBottomDrawerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBottomDrawerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerOutlinedFilled as default } diff --git a/src/IconBottomDrawerRounded.tsx b/src/IconBottomDrawerRounded.tsx index 98e46ccb4..7f90e4d15 100644 --- a/src/IconBottomDrawerRounded.tsx +++ b/src/IconBottomDrawerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerRounded: React.FC = ({ ...props }) => ( +export const IconBottomDrawerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerRounded as default } diff --git a/src/IconBottomDrawerRoundedFilled.tsx b/src/IconBottomDrawerRoundedFilled.tsx index 44255a9a4..7e71b4fb6 100644 --- a/src/IconBottomDrawerRoundedFilled.tsx +++ b/src/IconBottomDrawerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBottomDrawerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerRoundedFilled as default } diff --git a/src/IconBottomDrawerSharp.tsx b/src/IconBottomDrawerSharp.tsx index 62354c08f..92d852475 100644 --- a/src/IconBottomDrawerSharp.tsx +++ b/src/IconBottomDrawerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerSharp: React.FC = ({ ...props }) => ( +export const IconBottomDrawerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerSharp as default } diff --git a/src/IconBottomDrawerSharpFilled.tsx b/src/IconBottomDrawerSharpFilled.tsx index 7ed1eb1e1..3d70a1da1 100644 --- a/src/IconBottomDrawerSharpFilled.tsx +++ b/src/IconBottomDrawerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomDrawerSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomDrawerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomDrawerSharpFilled as default } diff --git a/src/IconBottomNavigationOutlined.tsx b/src/IconBottomNavigationOutlined.tsx index 8d7691ffa..546fb277b 100644 --- a/src/IconBottomNavigationOutlined.tsx +++ b/src/IconBottomNavigationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationOutlined: React.FC = ({ ...props }) => ( +export const IconBottomNavigationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomNavigationOutlined as default } diff --git a/src/IconBottomNavigationOutlinedFilled.tsx b/src/IconBottomNavigationOutlinedFilled.tsx index 52e7cadb8..196426d76 100644 --- a/src/IconBottomNavigationOutlinedFilled.tsx +++ b/src/IconBottomNavigationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationOutlinedFilled: React.FC = ({ +export const IconBottomNavigationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomNavigationOutlinedFilled: React.FC = ({ ) - -export { IconBottomNavigationOutlinedFilled as default } diff --git a/src/IconBottomNavigationRounded.tsx b/src/IconBottomNavigationRounded.tsx index 1919d07c1..1efa5561f 100644 --- a/src/IconBottomNavigationRounded.tsx +++ b/src/IconBottomNavigationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationRounded: React.FC = ({ ...props }) => ( +export const IconBottomNavigationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomNavigationRounded as default } diff --git a/src/IconBottomNavigationRoundedFilled.tsx b/src/IconBottomNavigationRoundedFilled.tsx index f10d8e009..4896583cc 100644 --- a/src/IconBottomNavigationRoundedFilled.tsx +++ b/src/IconBottomNavigationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationRoundedFilled: React.FC = ({ +export const IconBottomNavigationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomNavigationRoundedFilled: React.FC = ({ ) - -export { IconBottomNavigationRoundedFilled as default } diff --git a/src/IconBottomNavigationSharp.tsx b/src/IconBottomNavigationSharp.tsx index cbe22db75..2273dd199 100644 --- a/src/IconBottomNavigationSharp.tsx +++ b/src/IconBottomNavigationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationSharp: React.FC = ({ ...props }) => ( +export const IconBottomNavigationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomNavigationSharp as default } diff --git a/src/IconBottomNavigationSharpFilled.tsx b/src/IconBottomNavigationSharpFilled.tsx index 9d46446d2..400bc85c0 100644 --- a/src/IconBottomNavigationSharpFilled.tsx +++ b/src/IconBottomNavigationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomNavigationSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomNavigationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomNavigationSharpFilled as default } diff --git a/src/IconBottomPanelCloseOutlined.tsx b/src/IconBottomPanelCloseOutlined.tsx index 2a70b5909..b46285bf4 100644 --- a/src/IconBottomPanelCloseOutlined.tsx +++ b/src/IconBottomPanelCloseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseOutlined: React.FC = ({ ...props }) => ( +export const IconBottomPanelCloseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelCloseOutlined as default } diff --git a/src/IconBottomPanelCloseOutlinedFilled.tsx b/src/IconBottomPanelCloseOutlinedFilled.tsx index c28cb281e..0dd737604 100644 --- a/src/IconBottomPanelCloseOutlinedFilled.tsx +++ b/src/IconBottomPanelCloseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseOutlinedFilled: React.FC = ({ +export const IconBottomPanelCloseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomPanelCloseOutlinedFilled: React.FC = ({ ) - -export { IconBottomPanelCloseOutlinedFilled as default } diff --git a/src/IconBottomPanelCloseRounded.tsx b/src/IconBottomPanelCloseRounded.tsx index 1bbad9e57..2e05615f8 100644 --- a/src/IconBottomPanelCloseRounded.tsx +++ b/src/IconBottomPanelCloseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseRounded: React.FC = ({ ...props }) => ( +export const IconBottomPanelCloseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelCloseRounded as default } diff --git a/src/IconBottomPanelCloseRoundedFilled.tsx b/src/IconBottomPanelCloseRoundedFilled.tsx index 0acaa0946..bc9f7f760 100644 --- a/src/IconBottomPanelCloseRoundedFilled.tsx +++ b/src/IconBottomPanelCloseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseRoundedFilled: React.FC = ({ +export const IconBottomPanelCloseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomPanelCloseRoundedFilled: React.FC = ({ ) - -export { IconBottomPanelCloseRoundedFilled as default } diff --git a/src/IconBottomPanelCloseSharp.tsx b/src/IconBottomPanelCloseSharp.tsx index 2488bc429..c0b826dd0 100644 --- a/src/IconBottomPanelCloseSharp.tsx +++ b/src/IconBottomPanelCloseSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseSharp: React.FC = ({ ...props }) => ( +export const IconBottomPanelCloseSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelCloseSharp as default } diff --git a/src/IconBottomPanelCloseSharpFilled.tsx b/src/IconBottomPanelCloseSharpFilled.tsx index 80363c0c5..dccf61436 100644 --- a/src/IconBottomPanelCloseSharpFilled.tsx +++ b/src/IconBottomPanelCloseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomPanelCloseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelCloseSharpFilled as default } diff --git a/src/IconBottomPanelOpenOutlined.tsx b/src/IconBottomPanelOpenOutlined.tsx index 7be919277..f30993f2e 100644 --- a/src/IconBottomPanelOpenOutlined.tsx +++ b/src/IconBottomPanelOpenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenOutlined: React.FC = ({ ...props }) => ( +export const IconBottomPanelOpenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelOpenOutlined as default } diff --git a/src/IconBottomPanelOpenOutlinedFilled.tsx b/src/IconBottomPanelOpenOutlinedFilled.tsx index af009d02a..04b3411e5 100644 --- a/src/IconBottomPanelOpenOutlinedFilled.tsx +++ b/src/IconBottomPanelOpenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenOutlinedFilled: React.FC = ({ +export const IconBottomPanelOpenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomPanelOpenOutlinedFilled: React.FC = ({ ) - -export { IconBottomPanelOpenOutlinedFilled as default } diff --git a/src/IconBottomPanelOpenRounded.tsx b/src/IconBottomPanelOpenRounded.tsx index c65912f51..22b95dfdc 100644 --- a/src/IconBottomPanelOpenRounded.tsx +++ b/src/IconBottomPanelOpenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenRounded: React.FC = ({ ...props }) => ( +export const IconBottomPanelOpenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelOpenRounded as default } diff --git a/src/IconBottomPanelOpenRoundedFilled.tsx b/src/IconBottomPanelOpenRoundedFilled.tsx index 89711e171..f86a603dc 100644 --- a/src/IconBottomPanelOpenRoundedFilled.tsx +++ b/src/IconBottomPanelOpenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenRoundedFilled: React.FC = ({ +export const IconBottomPanelOpenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomPanelOpenRoundedFilled: React.FC = ({ ) - -export { IconBottomPanelOpenRoundedFilled as default } diff --git a/src/IconBottomPanelOpenSharp.tsx b/src/IconBottomPanelOpenSharp.tsx index 18a987bb8..f246b73fd 100644 --- a/src/IconBottomPanelOpenSharp.tsx +++ b/src/IconBottomPanelOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenSharp: React.FC = ({ ...props }) => ( +export const IconBottomPanelOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomPanelOpenSharp as default } diff --git a/src/IconBottomPanelOpenSharpFilled.tsx b/src/IconBottomPanelOpenSharpFilled.tsx index edf75e9a2..f8281fca9 100644 --- a/src/IconBottomPanelOpenSharpFilled.tsx +++ b/src/IconBottomPanelOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomPanelOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomPanelOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomPanelOpenSharpFilled as default } diff --git a/src/IconBottomRightClickOutlined.tsx b/src/IconBottomRightClickOutlined.tsx index 60dd147ef..5dece3ad2 100644 --- a/src/IconBottomRightClickOutlined.tsx +++ b/src/IconBottomRightClickOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickOutlined: React.FC = ({ ...props }) => ( +export const IconBottomRightClickOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomRightClickOutlined as default } diff --git a/src/IconBottomRightClickOutlinedFilled.tsx b/src/IconBottomRightClickOutlinedFilled.tsx index b200d8420..f1334e4eb 100644 --- a/src/IconBottomRightClickOutlinedFilled.tsx +++ b/src/IconBottomRightClickOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickOutlinedFilled: React.FC = ({ +export const IconBottomRightClickOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomRightClickOutlinedFilled: React.FC = ({ ) - -export { IconBottomRightClickOutlinedFilled as default } diff --git a/src/IconBottomRightClickRounded.tsx b/src/IconBottomRightClickRounded.tsx index 1aebe65e2..d45a8f404 100644 --- a/src/IconBottomRightClickRounded.tsx +++ b/src/IconBottomRightClickRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickRounded: React.FC = ({ ...props }) => ( +export const IconBottomRightClickRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomRightClickRounded as default } diff --git a/src/IconBottomRightClickRoundedFilled.tsx b/src/IconBottomRightClickRoundedFilled.tsx index 114f509e9..dced32c85 100644 --- a/src/IconBottomRightClickRoundedFilled.tsx +++ b/src/IconBottomRightClickRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickRoundedFilled: React.FC = ({ +export const IconBottomRightClickRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBottomRightClickRoundedFilled: React.FC = ({ ) - -export { IconBottomRightClickRoundedFilled as default } diff --git a/src/IconBottomRightClickSharp.tsx b/src/IconBottomRightClickSharp.tsx index 1de85f306..dd3986e52 100644 --- a/src/IconBottomRightClickSharp.tsx +++ b/src/IconBottomRightClickSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickSharp: React.FC = ({ ...props }) => ( +export const IconBottomRightClickSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomRightClickSharp as default } diff --git a/src/IconBottomRightClickSharpFilled.tsx b/src/IconBottomRightClickSharpFilled.tsx index d97c224a4..4954337ad 100644 --- a/src/IconBottomRightClickSharpFilled.tsx +++ b/src/IconBottomRightClickSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomRightClickSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomRightClickSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomRightClickSharpFilled as default } diff --git a/src/IconBottomSheetsOutlined.tsx b/src/IconBottomSheetsOutlined.tsx index e6cdd705d..8b2b82015 100644 --- a/src/IconBottomSheetsOutlined.tsx +++ b/src/IconBottomSheetsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsOutlined: React.FC = ({ ...props }) => ( +export const IconBottomSheetsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsOutlined as default } diff --git a/src/IconBottomSheetsOutlinedFilled.tsx b/src/IconBottomSheetsOutlinedFilled.tsx index 071531ba5..2918427f6 100644 --- a/src/IconBottomSheetsOutlinedFilled.tsx +++ b/src/IconBottomSheetsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBottomSheetsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsOutlinedFilled as default } diff --git a/src/IconBottomSheetsRounded.tsx b/src/IconBottomSheetsRounded.tsx index ef60f80d0..841ee8408 100644 --- a/src/IconBottomSheetsRounded.tsx +++ b/src/IconBottomSheetsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsRounded: React.FC = ({ ...props }) => ( +export const IconBottomSheetsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsRounded as default } diff --git a/src/IconBottomSheetsRoundedFilled.tsx b/src/IconBottomSheetsRoundedFilled.tsx index a90de7009..d5e1ebb13 100644 --- a/src/IconBottomSheetsRoundedFilled.tsx +++ b/src/IconBottomSheetsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBottomSheetsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsRoundedFilled as default } diff --git a/src/IconBottomSheetsSharp.tsx b/src/IconBottomSheetsSharp.tsx index 9db76e1d6..cb72b5bb3 100644 --- a/src/IconBottomSheetsSharp.tsx +++ b/src/IconBottomSheetsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsSharp: React.FC = ({ ...props }) => ( +export const IconBottomSheetsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsSharp as default } diff --git a/src/IconBottomSheetsSharpFilled.tsx b/src/IconBottomSheetsSharpFilled.tsx index 3abf87343..b0e0bd1c2 100644 --- a/src/IconBottomSheetsSharpFilled.tsx +++ b/src/IconBottomSheetsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBottomSheetsSharpFilled: React.FC = ({ ...props }) => ( +export const IconBottomSheetsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBottomSheetsSharpFilled as default } diff --git a/src/IconBoxAddOutlined.tsx b/src/IconBoxAddOutlined.tsx index 20af548cd..b2559c399 100644 --- a/src/IconBoxAddOutlined.tsx +++ b/src/IconBoxAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddOutlined: React.FC = ({ ...props }) => ( +export const IconBoxAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddOutlined as default } diff --git a/src/IconBoxAddOutlinedFilled.tsx b/src/IconBoxAddOutlinedFilled.tsx index 83e9eb63a..993d915a8 100644 --- a/src/IconBoxAddOutlinedFilled.tsx +++ b/src/IconBoxAddOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBoxAddOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddOutlinedFilled as default } diff --git a/src/IconBoxAddRounded.tsx b/src/IconBoxAddRounded.tsx index b4c1b7264..268cdf5d3 100644 --- a/src/IconBoxAddRounded.tsx +++ b/src/IconBoxAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddRounded: React.FC = ({ ...props }) => ( +export const IconBoxAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddRounded as default } diff --git a/src/IconBoxAddRoundedFilled.tsx b/src/IconBoxAddRoundedFilled.tsx index 24ae1283f..738b41b87 100644 --- a/src/IconBoxAddRoundedFilled.tsx +++ b/src/IconBoxAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBoxAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddRoundedFilled as default } diff --git a/src/IconBoxAddSharp.tsx b/src/IconBoxAddSharp.tsx index d2281c13a..081e39624 100644 --- a/src/IconBoxAddSharp.tsx +++ b/src/IconBoxAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddSharp: React.FC = ({ ...props }) => ( +export const IconBoxAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddSharp as default } diff --git a/src/IconBoxAddSharpFilled.tsx b/src/IconBoxAddSharpFilled.tsx index 8fd5fb7e1..8dcc281b9 100644 --- a/src/IconBoxAddSharpFilled.tsx +++ b/src/IconBoxAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconBoxAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxAddSharpFilled as default } diff --git a/src/IconBoxEditOutlined.tsx b/src/IconBoxEditOutlined.tsx index 5ef8bc9bb..69aa4c3b8 100644 --- a/src/IconBoxEditOutlined.tsx +++ b/src/IconBoxEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditOutlined: React.FC = ({ ...props }) => ( +export const IconBoxEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxEditOutlined as default } diff --git a/src/IconBoxEditOutlinedFilled.tsx b/src/IconBoxEditOutlinedFilled.tsx index faeccd82d..2d984edb9 100644 --- a/src/IconBoxEditOutlinedFilled.tsx +++ b/src/IconBoxEditOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBoxEditOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBoxEditOutlinedFilled as default } diff --git a/src/IconBoxEditRounded.tsx b/src/IconBoxEditRounded.tsx index 431a06156..c72fd9579 100644 --- a/src/IconBoxEditRounded.tsx +++ b/src/IconBoxEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditRounded: React.FC = ({ ...props }) => ( +export const IconBoxEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxEditRounded as default } diff --git a/src/IconBoxEditRoundedFilled.tsx b/src/IconBoxEditRoundedFilled.tsx index 727e6087f..737d2aca7 100644 --- a/src/IconBoxEditRoundedFilled.tsx +++ b/src/IconBoxEditRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBoxEditRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxEditRoundedFilled as default } diff --git a/src/IconBoxEditSharp.tsx b/src/IconBoxEditSharp.tsx index 9560e89d5..ba50e8de5 100644 --- a/src/IconBoxEditSharp.tsx +++ b/src/IconBoxEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditSharp: React.FC = ({ ...props }) => ( +export const IconBoxEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxEditSharp as default } diff --git a/src/IconBoxEditSharpFilled.tsx b/src/IconBoxEditSharpFilled.tsx index 657d9ec58..1abf98e47 100644 --- a/src/IconBoxEditSharpFilled.tsx +++ b/src/IconBoxEditSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconBoxEditSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxEditSharpFilled as default } diff --git a/src/IconBoxOutlined.tsx b/src/IconBoxOutlined.tsx index 03ca0c0a7..eb21b947d 100644 --- a/src/IconBoxOutlined.tsx +++ b/src/IconBoxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxOutlined: React.FC = ({ ...props }) => ( +export const IconBoxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxOutlined as default } diff --git a/src/IconBoxOutlinedFilled.tsx b/src/IconBoxOutlinedFilled.tsx index 3340915ea..1afbb7a94 100644 --- a/src/IconBoxOutlinedFilled.tsx +++ b/src/IconBoxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBoxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxOutlinedFilled as default } diff --git a/src/IconBoxRounded.tsx b/src/IconBoxRounded.tsx index 519a7aaf2..77d9514dc 100644 --- a/src/IconBoxRounded.tsx +++ b/src/IconBoxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxRounded: React.FC = ({ ...props }) => ( +export const IconBoxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxRounded as default } diff --git a/src/IconBoxRoundedFilled.tsx b/src/IconBoxRoundedFilled.tsx index 51562a290..a662455bc 100644 --- a/src/IconBoxRoundedFilled.tsx +++ b/src/IconBoxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBoxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxRoundedFilled as default } diff --git a/src/IconBoxSharp.tsx b/src/IconBoxSharp.tsx index e3846507b..b102af91e 100644 --- a/src/IconBoxSharp.tsx +++ b/src/IconBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxSharp: React.FC = ({ ...props }) => ( +export const IconBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxSharp as default } diff --git a/src/IconBoxSharpFilled.tsx b/src/IconBoxSharpFilled.tsx index 78e5ae414..6d69fa442 100644 --- a/src/IconBoxSharpFilled.tsx +++ b/src/IconBoxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconBoxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoxSharpFilled as default } diff --git a/src/IconBoyOutlined.tsx b/src/IconBoyOutlined.tsx index f022533bf..500f14fde 100644 --- a/src/IconBoyOutlined.tsx +++ b/src/IconBoyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoyOutlined: React.FC = ({ ...props }) => ( +export const IconBoyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoyOutlined as default } diff --git a/src/IconBoyOutlinedFilled.tsx b/src/IconBoyOutlinedFilled.tsx index 9aa04c944..7d0588e70 100644 --- a/src/IconBoyOutlinedFilled.tsx +++ b/src/IconBoyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBoyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoyOutlinedFilled as default } diff --git a/src/IconBoyRounded.tsx b/src/IconBoyRounded.tsx index 792863675..5b635d649 100644 --- a/src/IconBoyRounded.tsx +++ b/src/IconBoyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoyRounded: React.FC = ({ ...props }) => ( +export const IconBoyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoyRounded as default } diff --git a/src/IconBoyRoundedFilled.tsx b/src/IconBoyRoundedFilled.tsx index 70585e6d3..16d2888bf 100644 --- a/src/IconBoyRoundedFilled.tsx +++ b/src/IconBoyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBoyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoyRoundedFilled as default } diff --git a/src/IconBoySharp.tsx b/src/IconBoySharp.tsx index 342f7db3f..7f282673a 100644 --- a/src/IconBoySharp.tsx +++ b/src/IconBoySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoySharp: React.FC = ({ ...props }) => ( +export const IconBoySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoySharp as default } diff --git a/src/IconBoySharpFilled.tsx b/src/IconBoySharpFilled.tsx index 34e1a9ba3..90d9ddccc 100644 --- a/src/IconBoySharpFilled.tsx +++ b/src/IconBoySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBoySharpFilled: React.FC = ({ ...props }) => ( +export const IconBoySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBoySharpFilled as default } diff --git a/src/IconBrandAwarenessOutlined.tsx b/src/IconBrandAwarenessOutlined.tsx index 6165fe2d9..41d9d17be 100644 --- a/src/IconBrandAwarenessOutlined.tsx +++ b/src/IconBrandAwarenessOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessOutlined: React.FC = ({ ...props }) => ( +export const IconBrandAwarenessOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandAwarenessOutlined as default } diff --git a/src/IconBrandAwarenessOutlinedFilled.tsx b/src/IconBrandAwarenessOutlinedFilled.tsx index ef7853e12..04c38043c 100644 --- a/src/IconBrandAwarenessOutlinedFilled.tsx +++ b/src/IconBrandAwarenessOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessOutlinedFilled: React.FC = ({ +export const IconBrandAwarenessOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrandAwarenessOutlinedFilled: React.FC = ({ ) - -export { IconBrandAwarenessOutlinedFilled as default } diff --git a/src/IconBrandAwarenessRounded.tsx b/src/IconBrandAwarenessRounded.tsx index 75bd82ea7..86a3ce6b0 100644 --- a/src/IconBrandAwarenessRounded.tsx +++ b/src/IconBrandAwarenessRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessRounded: React.FC = ({ ...props }) => ( +export const IconBrandAwarenessRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandAwarenessRounded as default } diff --git a/src/IconBrandAwarenessRoundedFilled.tsx b/src/IconBrandAwarenessRoundedFilled.tsx index d42b4a314..f4ff4f5e3 100644 --- a/src/IconBrandAwarenessRoundedFilled.tsx +++ b/src/IconBrandAwarenessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrandAwarenessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandAwarenessRoundedFilled as default } diff --git a/src/IconBrandAwarenessSharp.tsx b/src/IconBrandAwarenessSharp.tsx index 1c850a4af..4a8b594c0 100644 --- a/src/IconBrandAwarenessSharp.tsx +++ b/src/IconBrandAwarenessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessSharp: React.FC = ({ ...props }) => ( +export const IconBrandAwarenessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrandAwarenessSharp as default } diff --git a/src/IconBrandAwarenessSharpFilled.tsx b/src/IconBrandAwarenessSharpFilled.tsx index ef59cbca8..72c1f97a2 100644 --- a/src/IconBrandAwarenessSharpFilled.tsx +++ b/src/IconBrandAwarenessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandAwarenessSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrandAwarenessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandAwarenessSharpFilled as default } diff --git a/src/IconBrandFamilyOutlined.tsx b/src/IconBrandFamilyOutlined.tsx index 8b671d498..1202d50d1 100644 --- a/src/IconBrandFamilyOutlined.tsx +++ b/src/IconBrandFamilyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilyOutlined: React.FC = ({ ...props }) => ( +export const IconBrandFamilyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrandFamilyOutlined as default } diff --git a/src/IconBrandFamilyOutlinedFilled.tsx b/src/IconBrandFamilyOutlinedFilled.tsx index 01a09af60..2f425ce1c 100644 --- a/src/IconBrandFamilyOutlinedFilled.tsx +++ b/src/IconBrandFamilyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrandFamilyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandFamilyOutlinedFilled as default } diff --git a/src/IconBrandFamilyRounded.tsx b/src/IconBrandFamilyRounded.tsx index 6404e0183..6b0bb4b5e 100644 --- a/src/IconBrandFamilyRounded.tsx +++ b/src/IconBrandFamilyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilyRounded: React.FC = ({ ...props }) => ( +export const IconBrandFamilyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrandFamilyRounded as default } diff --git a/src/IconBrandFamilyRoundedFilled.tsx b/src/IconBrandFamilyRoundedFilled.tsx index 1540835e2..907dbd6ac 100644 --- a/src/IconBrandFamilyRoundedFilled.tsx +++ b/src/IconBrandFamilyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrandFamilyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandFamilyRoundedFilled as default } diff --git a/src/IconBrandFamilySharp.tsx b/src/IconBrandFamilySharp.tsx index 81eb92bdc..0b76fded0 100644 --- a/src/IconBrandFamilySharp.tsx +++ b/src/IconBrandFamilySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilySharp: React.FC = ({ ...props }) => ( +export const IconBrandFamilySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrandFamilySharp as default } diff --git a/src/IconBrandFamilySharpFilled.tsx b/src/IconBrandFamilySharpFilled.tsx index a283bca88..71e5279bb 100644 --- a/src/IconBrandFamilySharpFilled.tsx +++ b/src/IconBrandFamilySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandFamilySharpFilled: React.FC = ({ ...props }) => ( +export const IconBrandFamilySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandFamilySharpFilled as default } diff --git a/src/IconBrandingWatermarkOutlined.tsx b/src/IconBrandingWatermarkOutlined.tsx index 138bc014a..92983a179 100644 --- a/src/IconBrandingWatermarkOutlined.tsx +++ b/src/IconBrandingWatermarkOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkOutlined: React.FC = ({ ...props }) => ( +export const IconBrandingWatermarkOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandingWatermarkOutlined as default } diff --git a/src/IconBrandingWatermarkOutlinedFilled.tsx b/src/IconBrandingWatermarkOutlinedFilled.tsx index 2caab6e79..70c9c4c37 100644 --- a/src/IconBrandingWatermarkOutlinedFilled.tsx +++ b/src/IconBrandingWatermarkOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkOutlinedFilled: React.FC = ({ +export const IconBrandingWatermarkOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrandingWatermarkOutlinedFilled: React.FC = ({ ) - -export { IconBrandingWatermarkOutlinedFilled as default } diff --git a/src/IconBrandingWatermarkRounded.tsx b/src/IconBrandingWatermarkRounded.tsx index 455e8bc15..052d66b88 100644 --- a/src/IconBrandingWatermarkRounded.tsx +++ b/src/IconBrandingWatermarkRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkRounded: React.FC = ({ ...props }) => ( +export const IconBrandingWatermarkRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandingWatermarkRounded as default } diff --git a/src/IconBrandingWatermarkRoundedFilled.tsx b/src/IconBrandingWatermarkRoundedFilled.tsx index 3a39d6a14..f98bef0d3 100644 --- a/src/IconBrandingWatermarkRoundedFilled.tsx +++ b/src/IconBrandingWatermarkRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkRoundedFilled: React.FC = ({ +export const IconBrandingWatermarkRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrandingWatermarkRoundedFilled: React.FC = ({ ) - -export { IconBrandingWatermarkRoundedFilled as default } diff --git a/src/IconBrandingWatermarkSharp.tsx b/src/IconBrandingWatermarkSharp.tsx index afa3f16d0..7643cc3b7 100644 --- a/src/IconBrandingWatermarkSharp.tsx +++ b/src/IconBrandingWatermarkSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkSharp: React.FC = ({ ...props }) => ( +export const IconBrandingWatermarkSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrandingWatermarkSharp as default } diff --git a/src/IconBrandingWatermarkSharpFilled.tsx b/src/IconBrandingWatermarkSharpFilled.tsx index 6cfb2316f..5d3df8b60 100644 --- a/src/IconBrandingWatermarkSharpFilled.tsx +++ b/src/IconBrandingWatermarkSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrandingWatermarkSharpFilled: React.FC = ({ +export const IconBrandingWatermarkSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrandingWatermarkSharpFilled: React.FC = ({ ) - -export { IconBrandingWatermarkSharpFilled as default } diff --git a/src/IconBreakfastDiningOutlined.tsx b/src/IconBreakfastDiningOutlined.tsx index b6ef1be39..da8c265f6 100644 --- a/src/IconBreakfastDiningOutlined.tsx +++ b/src/IconBreakfastDiningOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningOutlined: React.FC = ({ ...props }) => ( +export const IconBreakfastDiningOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakfastDiningOutlined as default } diff --git a/src/IconBreakfastDiningOutlinedFilled.tsx b/src/IconBreakfastDiningOutlinedFilled.tsx index b55e474d7..373f5c10e 100644 --- a/src/IconBreakfastDiningOutlinedFilled.tsx +++ b/src/IconBreakfastDiningOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningOutlinedFilled: React.FC = ({ +export const IconBreakfastDiningOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBreakfastDiningOutlinedFilled: React.FC = ({ ) - -export { IconBreakfastDiningOutlinedFilled as default } diff --git a/src/IconBreakfastDiningRounded.tsx b/src/IconBreakfastDiningRounded.tsx index 78f07e707..adae62f8d 100644 --- a/src/IconBreakfastDiningRounded.tsx +++ b/src/IconBreakfastDiningRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningRounded: React.FC = ({ ...props }) => ( +export const IconBreakfastDiningRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakfastDiningRounded as default } diff --git a/src/IconBreakfastDiningRoundedFilled.tsx b/src/IconBreakfastDiningRoundedFilled.tsx index d6106de7a..500909134 100644 --- a/src/IconBreakfastDiningRoundedFilled.tsx +++ b/src/IconBreakfastDiningRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningRoundedFilled: React.FC = ({ +export const IconBreakfastDiningRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBreakfastDiningRoundedFilled: React.FC = ({ ) - -export { IconBreakfastDiningRoundedFilled as default } diff --git a/src/IconBreakfastDiningSharp.tsx b/src/IconBreakfastDiningSharp.tsx index 432ad24e5..cc048d948 100644 --- a/src/IconBreakfastDiningSharp.tsx +++ b/src/IconBreakfastDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningSharp: React.FC = ({ ...props }) => ( +export const IconBreakfastDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreakfastDiningSharp as default } diff --git a/src/IconBreakfastDiningSharpFilled.tsx b/src/IconBreakfastDiningSharpFilled.tsx index f4fa1695f..5af9dc81d 100644 --- a/src/IconBreakfastDiningSharpFilled.tsx +++ b/src/IconBreakfastDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakfastDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconBreakfastDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakfastDiningSharpFilled as default } diff --git a/src/IconBreakingNewsAlt1Outlined.tsx b/src/IconBreakingNewsAlt1Outlined.tsx index 8b0a7e1a0..c1ead03a0 100644 --- a/src/IconBreakingNewsAlt1Outlined.tsx +++ b/src/IconBreakingNewsAlt1Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1Outlined: React.FC = ({ ...props }) => ( +export const IconBreakingNewsAlt1Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsAlt1Outlined as default } diff --git a/src/IconBreakingNewsAlt1OutlinedFilled.tsx b/src/IconBreakingNewsAlt1OutlinedFilled.tsx index ff1132e76..e2fc718af 100644 --- a/src/IconBreakingNewsAlt1OutlinedFilled.tsx +++ b/src/IconBreakingNewsAlt1OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1OutlinedFilled: React.FC = ({ +export const IconBreakingNewsAlt1OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBreakingNewsAlt1OutlinedFilled: React.FC = ({ ) - -export { IconBreakingNewsAlt1OutlinedFilled as default } diff --git a/src/IconBreakingNewsAlt1Rounded.tsx b/src/IconBreakingNewsAlt1Rounded.tsx index 896a975a7..368a0117d 100644 --- a/src/IconBreakingNewsAlt1Rounded.tsx +++ b/src/IconBreakingNewsAlt1Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1Rounded: React.FC = ({ ...props }) => ( +export const IconBreakingNewsAlt1Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsAlt1Rounded as default } diff --git a/src/IconBreakingNewsAlt1RoundedFilled.tsx b/src/IconBreakingNewsAlt1RoundedFilled.tsx index ea5cee7c1..9a529ba58 100644 --- a/src/IconBreakingNewsAlt1RoundedFilled.tsx +++ b/src/IconBreakingNewsAlt1RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1RoundedFilled: React.FC = ({ +export const IconBreakingNewsAlt1RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBreakingNewsAlt1RoundedFilled: React.FC = ({ ) - -export { IconBreakingNewsAlt1RoundedFilled as default } diff --git a/src/IconBreakingNewsAlt1Sharp.tsx b/src/IconBreakingNewsAlt1Sharp.tsx index c7010615d..50c98ad5d 100644 --- a/src/IconBreakingNewsAlt1Sharp.tsx +++ b/src/IconBreakingNewsAlt1Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1Sharp: React.FC = ({ ...props }) => ( +export const IconBreakingNewsAlt1Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsAlt1Sharp as default } diff --git a/src/IconBreakingNewsAlt1SharpFilled.tsx b/src/IconBreakingNewsAlt1SharpFilled.tsx index 654f4f82c..cc490f3e7 100644 --- a/src/IconBreakingNewsAlt1SharpFilled.tsx +++ b/src/IconBreakingNewsAlt1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsAlt1SharpFilled: React.FC = ({ ...props }) => ( +export const IconBreakingNewsAlt1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsAlt1SharpFilled as default } diff --git a/src/IconBreakingNewsOutlined.tsx b/src/IconBreakingNewsOutlined.tsx index c4c4810ed..5e4a40e5f 100644 --- a/src/IconBreakingNewsOutlined.tsx +++ b/src/IconBreakingNewsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsOutlined: React.FC = ({ ...props }) => ( +export const IconBreakingNewsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsOutlined as default } diff --git a/src/IconBreakingNewsOutlinedFilled.tsx b/src/IconBreakingNewsOutlinedFilled.tsx index 18702369f..6b3cd7a71 100644 --- a/src/IconBreakingNewsOutlinedFilled.tsx +++ b/src/IconBreakingNewsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBreakingNewsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsOutlinedFilled as default } diff --git a/src/IconBreakingNewsRounded.tsx b/src/IconBreakingNewsRounded.tsx index 8be554060..4cfe54d4f 100644 --- a/src/IconBreakingNewsRounded.tsx +++ b/src/IconBreakingNewsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsRounded: React.FC = ({ ...props }) => ( +export const IconBreakingNewsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsRounded as default } diff --git a/src/IconBreakingNewsRoundedFilled.tsx b/src/IconBreakingNewsRoundedFilled.tsx index b70d403c4..af2f5df66 100644 --- a/src/IconBreakingNewsRoundedFilled.tsx +++ b/src/IconBreakingNewsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBreakingNewsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsRoundedFilled as default } diff --git a/src/IconBreakingNewsSharp.tsx b/src/IconBreakingNewsSharp.tsx index dc1ee8454..258cd14be 100644 --- a/src/IconBreakingNewsSharp.tsx +++ b/src/IconBreakingNewsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsSharp: React.FC = ({ ...props }) => ( +export const IconBreakingNewsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsSharp as default } diff --git a/src/IconBreakingNewsSharpFilled.tsx b/src/IconBreakingNewsSharpFilled.tsx index eb2fa6aef..8156341c2 100644 --- a/src/IconBreakingNewsSharpFilled.tsx +++ b/src/IconBreakingNewsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreakingNewsSharpFilled: React.FC = ({ ...props }) => ( +export const IconBreakingNewsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreakingNewsSharpFilled as default } diff --git a/src/IconBreastfeedingOutlined.tsx b/src/IconBreastfeedingOutlined.tsx index cc072fe6c..17ee738b2 100644 --- a/src/IconBreastfeedingOutlined.tsx +++ b/src/IconBreastfeedingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingOutlined: React.FC = ({ ...props }) => ( +export const IconBreastfeedingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingOutlined as default } diff --git a/src/IconBreastfeedingOutlinedFilled.tsx b/src/IconBreastfeedingOutlinedFilled.tsx index 36a500a95..30b0fe122 100644 --- a/src/IconBreastfeedingOutlinedFilled.tsx +++ b/src/IconBreastfeedingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBreastfeedingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingOutlinedFilled as default } diff --git a/src/IconBreastfeedingRounded.tsx b/src/IconBreastfeedingRounded.tsx index ae516f96b..1ed992e5b 100644 --- a/src/IconBreastfeedingRounded.tsx +++ b/src/IconBreastfeedingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingRounded: React.FC = ({ ...props }) => ( +export const IconBreastfeedingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingRounded as default } diff --git a/src/IconBreastfeedingRoundedFilled.tsx b/src/IconBreastfeedingRoundedFilled.tsx index c771614b5..9bca6af00 100644 --- a/src/IconBreastfeedingRoundedFilled.tsx +++ b/src/IconBreastfeedingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBreastfeedingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingRoundedFilled as default } diff --git a/src/IconBreastfeedingSharp.tsx b/src/IconBreastfeedingSharp.tsx index 43c15e6fb..14a4c5ba5 100644 --- a/src/IconBreastfeedingSharp.tsx +++ b/src/IconBreastfeedingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingSharp: React.FC = ({ ...props }) => ( +export const IconBreastfeedingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingSharp as default } diff --git a/src/IconBreastfeedingSharpFilled.tsx b/src/IconBreastfeedingSharpFilled.tsx index fc2f9e1ae..11d42b8c6 100644 --- a/src/IconBreastfeedingSharpFilled.tsx +++ b/src/IconBreastfeedingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBreastfeedingSharpFilled: React.FC = ({ ...props }) => ( +export const IconBreastfeedingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBreastfeedingSharpFilled as default } diff --git a/src/IconBrightness1Outlined.tsx b/src/IconBrightness1Outlined.tsx index 0a348099f..534dc1c36 100644 --- a/src/IconBrightness1Outlined.tsx +++ b/src/IconBrightness1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness1Outlined as default } diff --git a/src/IconBrightness1OutlinedFilled.tsx b/src/IconBrightness1OutlinedFilled.tsx index dd5d8ee58..5ceee4fe6 100644 --- a/src/IconBrightness1OutlinedFilled.tsx +++ b/src/IconBrightness1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness1OutlinedFilled as default } diff --git a/src/IconBrightness1Rounded.tsx b/src/IconBrightness1Rounded.tsx index a8d3ffd05..d18f667e5 100644 --- a/src/IconBrightness1Rounded.tsx +++ b/src/IconBrightness1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness1Rounded as default } diff --git a/src/IconBrightness1RoundedFilled.tsx b/src/IconBrightness1RoundedFilled.tsx index 29a0d2750..ce2eb91d3 100644 --- a/src/IconBrightness1RoundedFilled.tsx +++ b/src/IconBrightness1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness1RoundedFilled as default } diff --git a/src/IconBrightness1Sharp.tsx b/src/IconBrightness1Sharp.tsx index 2a9c52b34..15ae71195 100644 --- a/src/IconBrightness1Sharp.tsx +++ b/src/IconBrightness1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness1Sharp as default } diff --git a/src/IconBrightness1SharpFilled.tsx b/src/IconBrightness1SharpFilled.tsx index ce7c6b719..58b8ca934 100644 --- a/src/IconBrightness1SharpFilled.tsx +++ b/src/IconBrightness1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness1SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness1SharpFilled as default } diff --git a/src/IconBrightness2Outlined.tsx b/src/IconBrightness2Outlined.tsx index 08c1ac986..8843d4a8f 100644 --- a/src/IconBrightness2Outlined.tsx +++ b/src/IconBrightness2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness2Outlined as default } diff --git a/src/IconBrightness2OutlinedFilled.tsx b/src/IconBrightness2OutlinedFilled.tsx index 5390587d9..a37f95637 100644 --- a/src/IconBrightness2OutlinedFilled.tsx +++ b/src/IconBrightness2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness2OutlinedFilled as default } diff --git a/src/IconBrightness2Rounded.tsx b/src/IconBrightness2Rounded.tsx index fb71a9e35..03fc68d75 100644 --- a/src/IconBrightness2Rounded.tsx +++ b/src/IconBrightness2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness2Rounded as default } diff --git a/src/IconBrightness2RoundedFilled.tsx b/src/IconBrightness2RoundedFilled.tsx index 051b20fef..6ebe9e3de 100644 --- a/src/IconBrightness2RoundedFilled.tsx +++ b/src/IconBrightness2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness2RoundedFilled as default } diff --git a/src/IconBrightness2Sharp.tsx b/src/IconBrightness2Sharp.tsx index 45bc32853..4141fa4a4 100644 --- a/src/IconBrightness2Sharp.tsx +++ b/src/IconBrightness2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness2Sharp as default } diff --git a/src/IconBrightness2SharpFilled.tsx b/src/IconBrightness2SharpFilled.tsx index 5a9cd2287..860176280 100644 --- a/src/IconBrightness2SharpFilled.tsx +++ b/src/IconBrightness2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness2SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness2SharpFilled as default } diff --git a/src/IconBrightness3Outlined.tsx b/src/IconBrightness3Outlined.tsx index 51660e98c..0b4c7f0f4 100644 --- a/src/IconBrightness3Outlined.tsx +++ b/src/IconBrightness3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness3Outlined as default } diff --git a/src/IconBrightness3OutlinedFilled.tsx b/src/IconBrightness3OutlinedFilled.tsx index c03656aeb..24c05e910 100644 --- a/src/IconBrightness3OutlinedFilled.tsx +++ b/src/IconBrightness3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness3OutlinedFilled as default } diff --git a/src/IconBrightness3Rounded.tsx b/src/IconBrightness3Rounded.tsx index e9ccf6427..c5812c10f 100644 --- a/src/IconBrightness3Rounded.tsx +++ b/src/IconBrightness3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness3Rounded as default } diff --git a/src/IconBrightness3RoundedFilled.tsx b/src/IconBrightness3RoundedFilled.tsx index b5e135856..2f5a270bd 100644 --- a/src/IconBrightness3RoundedFilled.tsx +++ b/src/IconBrightness3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness3RoundedFilled as default } diff --git a/src/IconBrightness3Sharp.tsx b/src/IconBrightness3Sharp.tsx index 833842b16..ac04608fe 100644 --- a/src/IconBrightness3Sharp.tsx +++ b/src/IconBrightness3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness3Sharp as default } diff --git a/src/IconBrightness3SharpFilled.tsx b/src/IconBrightness3SharpFilled.tsx index b48ea2079..8bf125eb4 100644 --- a/src/IconBrightness3SharpFilled.tsx +++ b/src/IconBrightness3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness3SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness3SharpFilled as default } diff --git a/src/IconBrightness4Outlined.tsx b/src/IconBrightness4Outlined.tsx index 63840f384..ce0db29f6 100644 --- a/src/IconBrightness4Outlined.tsx +++ b/src/IconBrightness4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness4Outlined as default } diff --git a/src/IconBrightness4OutlinedFilled.tsx b/src/IconBrightness4OutlinedFilled.tsx index a8bcfb1b5..eb237adab 100644 --- a/src/IconBrightness4OutlinedFilled.tsx +++ b/src/IconBrightness4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness4OutlinedFilled as default } diff --git a/src/IconBrightness4Rounded.tsx b/src/IconBrightness4Rounded.tsx index 371fa68fb..9f6905e91 100644 --- a/src/IconBrightness4Rounded.tsx +++ b/src/IconBrightness4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness4Rounded as default } diff --git a/src/IconBrightness4RoundedFilled.tsx b/src/IconBrightness4RoundedFilled.tsx index 1b4eaf4a9..6b63361fe 100644 --- a/src/IconBrightness4RoundedFilled.tsx +++ b/src/IconBrightness4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness4RoundedFilled as default } diff --git a/src/IconBrightness4Sharp.tsx b/src/IconBrightness4Sharp.tsx index 2a694435b..3558c4c4f 100644 --- a/src/IconBrightness4Sharp.tsx +++ b/src/IconBrightness4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness4Sharp as default } diff --git a/src/IconBrightness4SharpFilled.tsx b/src/IconBrightness4SharpFilled.tsx index 2580921c4..091868ad7 100644 --- a/src/IconBrightness4SharpFilled.tsx +++ b/src/IconBrightness4SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness4SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness4SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness4SharpFilled as default } diff --git a/src/IconBrightness5Outlined.tsx b/src/IconBrightness5Outlined.tsx index 5ade02738..8b982f826 100644 --- a/src/IconBrightness5Outlined.tsx +++ b/src/IconBrightness5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness5Outlined as default } diff --git a/src/IconBrightness5OutlinedFilled.tsx b/src/IconBrightness5OutlinedFilled.tsx index 7afcea7ab..a4a80b136 100644 --- a/src/IconBrightness5OutlinedFilled.tsx +++ b/src/IconBrightness5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness5OutlinedFilled as default } diff --git a/src/IconBrightness5Rounded.tsx b/src/IconBrightness5Rounded.tsx index 4973191b8..e6e9eb1ba 100644 --- a/src/IconBrightness5Rounded.tsx +++ b/src/IconBrightness5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness5Rounded as default } diff --git a/src/IconBrightness5RoundedFilled.tsx b/src/IconBrightness5RoundedFilled.tsx index 6c0a2ee25..88f679033 100644 --- a/src/IconBrightness5RoundedFilled.tsx +++ b/src/IconBrightness5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness5RoundedFilled as default } diff --git a/src/IconBrightness5Sharp.tsx b/src/IconBrightness5Sharp.tsx index 12841d647..caf0ee1be 100644 --- a/src/IconBrightness5Sharp.tsx +++ b/src/IconBrightness5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness5Sharp as default } diff --git a/src/IconBrightness5SharpFilled.tsx b/src/IconBrightness5SharpFilled.tsx index 9ae0aefdf..2c6911ae0 100644 --- a/src/IconBrightness5SharpFilled.tsx +++ b/src/IconBrightness5SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness5SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness5SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness5SharpFilled as default } diff --git a/src/IconBrightness6Outlined.tsx b/src/IconBrightness6Outlined.tsx index 635679359..00789db18 100644 --- a/src/IconBrightness6Outlined.tsx +++ b/src/IconBrightness6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness6Outlined as default } diff --git a/src/IconBrightness6OutlinedFilled.tsx b/src/IconBrightness6OutlinedFilled.tsx index 189362f31..4835b4557 100644 --- a/src/IconBrightness6OutlinedFilled.tsx +++ b/src/IconBrightness6OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness6OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness6OutlinedFilled as default } diff --git a/src/IconBrightness6Rounded.tsx b/src/IconBrightness6Rounded.tsx index 50609a9eb..f0bcac9b9 100644 --- a/src/IconBrightness6Rounded.tsx +++ b/src/IconBrightness6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness6Rounded as default } diff --git a/src/IconBrightness6RoundedFilled.tsx b/src/IconBrightness6RoundedFilled.tsx index 434eaf164..67726c061 100644 --- a/src/IconBrightness6RoundedFilled.tsx +++ b/src/IconBrightness6RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness6RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness6RoundedFilled as default } diff --git a/src/IconBrightness6Sharp.tsx b/src/IconBrightness6Sharp.tsx index cd9a7dc43..b5dfbcac3 100644 --- a/src/IconBrightness6Sharp.tsx +++ b/src/IconBrightness6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness6Sharp as default } diff --git a/src/IconBrightness6SharpFilled.tsx b/src/IconBrightness6SharpFilled.tsx index d86e87d6e..c57fbafc0 100644 --- a/src/IconBrightness6SharpFilled.tsx +++ b/src/IconBrightness6SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness6SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness6SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness6SharpFilled as default } diff --git a/src/IconBrightness7Outlined.tsx b/src/IconBrightness7Outlined.tsx index 418735650..d3e998de2 100644 --- a/src/IconBrightness7Outlined.tsx +++ b/src/IconBrightness7Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7Outlined: React.FC = ({ ...props }) => ( +export const IconBrightness7Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness7Outlined as default } diff --git a/src/IconBrightness7OutlinedFilled.tsx b/src/IconBrightness7OutlinedFilled.tsx index e80cf633f..2c4fb3b55 100644 --- a/src/IconBrightness7OutlinedFilled.tsx +++ b/src/IconBrightness7OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness7OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness7OutlinedFilled as default } diff --git a/src/IconBrightness7Rounded.tsx b/src/IconBrightness7Rounded.tsx index 3680b09b3..0c78a1e57 100644 --- a/src/IconBrightness7Rounded.tsx +++ b/src/IconBrightness7Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7Rounded: React.FC = ({ ...props }) => ( +export const IconBrightness7Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness7Rounded as default } diff --git a/src/IconBrightness7RoundedFilled.tsx b/src/IconBrightness7RoundedFilled.tsx index 010fc3dc3..ee589317e 100644 --- a/src/IconBrightness7RoundedFilled.tsx +++ b/src/IconBrightness7RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7RoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightness7RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness7RoundedFilled as default } diff --git a/src/IconBrightness7Sharp.tsx b/src/IconBrightness7Sharp.tsx index 911aac422..364ef97ca 100644 --- a/src/IconBrightness7Sharp.tsx +++ b/src/IconBrightness7Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7Sharp: React.FC = ({ ...props }) => ( +export const IconBrightness7Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightness7Sharp as default } diff --git a/src/IconBrightness7SharpFilled.tsx b/src/IconBrightness7SharpFilled.tsx index db085a554..5eff010df 100644 --- a/src/IconBrightness7SharpFilled.tsx +++ b/src/IconBrightness7SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightness7SharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightness7SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightness7SharpFilled as default } diff --git a/src/IconBrightnessAlertOutlined.tsx b/src/IconBrightnessAlertOutlined.tsx index a458baef7..a59ce4b14 100644 --- a/src/IconBrightnessAlertOutlined.tsx +++ b/src/IconBrightnessAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAlertOutlined as default } diff --git a/src/IconBrightnessAlertOutlinedFilled.tsx b/src/IconBrightnessAlertOutlinedFilled.tsx index 45a5f9d60..eece13f51 100644 --- a/src/IconBrightnessAlertOutlinedFilled.tsx +++ b/src/IconBrightnessAlertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertOutlinedFilled: React.FC = ({ +export const IconBrightnessAlertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessAlertOutlinedFilled: React.FC = ({ ) - -export { IconBrightnessAlertOutlinedFilled as default } diff --git a/src/IconBrightnessAlertRounded.tsx b/src/IconBrightnessAlertRounded.tsx index 9dde97d03..7956e4e2f 100644 --- a/src/IconBrightnessAlertRounded.tsx +++ b/src/IconBrightnessAlertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessAlertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAlertRounded as default } diff --git a/src/IconBrightnessAlertRoundedFilled.tsx b/src/IconBrightnessAlertRoundedFilled.tsx index fb923ecf6..adbdec1b9 100644 --- a/src/IconBrightnessAlertRoundedFilled.tsx +++ b/src/IconBrightnessAlertRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertRoundedFilled: React.FC = ({ +export const IconBrightnessAlertRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessAlertRoundedFilled: React.FC = ({ ) - -export { IconBrightnessAlertRoundedFilled as default } diff --git a/src/IconBrightnessAlertSharp.tsx b/src/IconBrightnessAlertSharp.tsx index eeacaf29f..f8f22f972 100644 --- a/src/IconBrightnessAlertSharp.tsx +++ b/src/IconBrightnessAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertSharp: React.FC = ({ ...props }) => ( +export const IconBrightnessAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessAlertSharp as default } diff --git a/src/IconBrightnessAlertSharpFilled.tsx b/src/IconBrightnessAlertSharpFilled.tsx index 677d2691a..1d1b2a4d3 100644 --- a/src/IconBrightnessAlertSharpFilled.tsx +++ b/src/IconBrightnessAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAlertSharpFilled as default } diff --git a/src/IconBrightnessAutoOutlined.tsx b/src/IconBrightnessAutoOutlined.tsx index b62178f47..f883663dc 100644 --- a/src/IconBrightnessAutoOutlined.tsx +++ b/src/IconBrightnessAutoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessAutoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAutoOutlined as default } diff --git a/src/IconBrightnessAutoOutlinedFilled.tsx b/src/IconBrightnessAutoOutlinedFilled.tsx index aa578d6c5..5a63364b4 100644 --- a/src/IconBrightnessAutoOutlinedFilled.tsx +++ b/src/IconBrightnessAutoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoOutlinedFilled: React.FC = ({ +export const IconBrightnessAutoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessAutoOutlinedFilled: React.FC = ({ ) - -export { IconBrightnessAutoOutlinedFilled as default } diff --git a/src/IconBrightnessAutoRounded.tsx b/src/IconBrightnessAutoRounded.tsx index e6820c12d..4f141b41c 100644 --- a/src/IconBrightnessAutoRounded.tsx +++ b/src/IconBrightnessAutoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessAutoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAutoRounded as default } diff --git a/src/IconBrightnessAutoRoundedFilled.tsx b/src/IconBrightnessAutoRoundedFilled.tsx index 8b754e20d..81004692b 100644 --- a/src/IconBrightnessAutoRoundedFilled.tsx +++ b/src/IconBrightnessAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAutoRoundedFilled as default } diff --git a/src/IconBrightnessAutoSharp.tsx b/src/IconBrightnessAutoSharp.tsx index 59529ed5c..55ae9212b 100644 --- a/src/IconBrightnessAutoSharp.tsx +++ b/src/IconBrightnessAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoSharp: React.FC = ({ ...props }) => ( +export const IconBrightnessAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessAutoSharp as default } diff --git a/src/IconBrightnessAutoSharpFilled.tsx b/src/IconBrightnessAutoSharpFilled.tsx index 703688266..e2d776b23 100644 --- a/src/IconBrightnessAutoSharpFilled.tsx +++ b/src/IconBrightnessAutoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessAutoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessAutoSharpFilled as default } diff --git a/src/IconBrightnessEmptyOutlined.tsx b/src/IconBrightnessEmptyOutlined.tsx index c03ed0b85..a864b9af6 100644 --- a/src/IconBrightnessEmptyOutlined.tsx +++ b/src/IconBrightnessEmptyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptyOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessEmptyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessEmptyOutlined as default } diff --git a/src/IconBrightnessEmptyOutlinedFilled.tsx b/src/IconBrightnessEmptyOutlinedFilled.tsx index 0f57f721e..e53513a48 100644 --- a/src/IconBrightnessEmptyOutlinedFilled.tsx +++ b/src/IconBrightnessEmptyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptyOutlinedFilled: React.FC = ({ +export const IconBrightnessEmptyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessEmptyOutlinedFilled: React.FC = ({ ) - -export { IconBrightnessEmptyOutlinedFilled as default } diff --git a/src/IconBrightnessEmptyRounded.tsx b/src/IconBrightnessEmptyRounded.tsx index 777783b8d..b24077ee3 100644 --- a/src/IconBrightnessEmptyRounded.tsx +++ b/src/IconBrightnessEmptyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptyRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessEmptyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessEmptyRounded as default } diff --git a/src/IconBrightnessEmptyRoundedFilled.tsx b/src/IconBrightnessEmptyRoundedFilled.tsx index 3bdfa70a7..92e7e2234 100644 --- a/src/IconBrightnessEmptyRoundedFilled.tsx +++ b/src/IconBrightnessEmptyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptyRoundedFilled: React.FC = ({ +export const IconBrightnessEmptyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessEmptyRoundedFilled: React.FC = ({ ) - -export { IconBrightnessEmptyRoundedFilled as default } diff --git a/src/IconBrightnessEmptySharp.tsx b/src/IconBrightnessEmptySharp.tsx index 45e18c64f..64860e9cf 100644 --- a/src/IconBrightnessEmptySharp.tsx +++ b/src/IconBrightnessEmptySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptySharp: React.FC = ({ ...props }) => ( +export const IconBrightnessEmptySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessEmptySharp as default } diff --git a/src/IconBrightnessEmptySharpFilled.tsx b/src/IconBrightnessEmptySharpFilled.tsx index 8513927b5..a584baf45 100644 --- a/src/IconBrightnessEmptySharpFilled.tsx +++ b/src/IconBrightnessEmptySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessEmptySharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessEmptySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessEmptySharpFilled as default } diff --git a/src/IconBrightnessHighOutlined.tsx b/src/IconBrightnessHighOutlined.tsx index 58d8f5f47..35305b289 100644 --- a/src/IconBrightnessHighOutlined.tsx +++ b/src/IconBrightnessHighOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessHighOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessHighOutlined as default } diff --git a/src/IconBrightnessHighOutlinedFilled.tsx b/src/IconBrightnessHighOutlinedFilled.tsx index 6d2265be8..89984b82c 100644 --- a/src/IconBrightnessHighOutlinedFilled.tsx +++ b/src/IconBrightnessHighOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighOutlinedFilled: React.FC = ({ +export const IconBrightnessHighOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessHighOutlinedFilled: React.FC = ({ ) - -export { IconBrightnessHighOutlinedFilled as default } diff --git a/src/IconBrightnessHighRounded.tsx b/src/IconBrightnessHighRounded.tsx index deba3a0ce..a2ae24c4c 100644 --- a/src/IconBrightnessHighRounded.tsx +++ b/src/IconBrightnessHighRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessHighRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessHighRounded as default } diff --git a/src/IconBrightnessHighRoundedFilled.tsx b/src/IconBrightnessHighRoundedFilled.tsx index 4e3960c20..1fbd31a8d 100644 --- a/src/IconBrightnessHighRoundedFilled.tsx +++ b/src/IconBrightnessHighRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessHighRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessHighRoundedFilled as default } diff --git a/src/IconBrightnessHighSharp.tsx b/src/IconBrightnessHighSharp.tsx index c23513d0b..7b511d318 100644 --- a/src/IconBrightnessHighSharp.tsx +++ b/src/IconBrightnessHighSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighSharp: React.FC = ({ ...props }) => ( +export const IconBrightnessHighSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessHighSharp as default } diff --git a/src/IconBrightnessHighSharpFilled.tsx b/src/IconBrightnessHighSharpFilled.tsx index 8ff39742a..af0c97abf 100644 --- a/src/IconBrightnessHighSharpFilled.tsx +++ b/src/IconBrightnessHighSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessHighSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessHighSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessHighSharpFilled as default } diff --git a/src/IconBrightnessLowOutlined.tsx b/src/IconBrightnessLowOutlined.tsx index 15b592363..83bacc400 100644 --- a/src/IconBrightnessLowOutlined.tsx +++ b/src/IconBrightnessLowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessLowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowOutlined as default } diff --git a/src/IconBrightnessLowOutlinedFilled.tsx b/src/IconBrightnessLowOutlinedFilled.tsx index 1becfe278..4f96b755e 100644 --- a/src/IconBrightnessLowOutlinedFilled.tsx +++ b/src/IconBrightnessLowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessLowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowOutlinedFilled as default } diff --git a/src/IconBrightnessLowRounded.tsx b/src/IconBrightnessLowRounded.tsx index 0d5c42c90..f74a115ba 100644 --- a/src/IconBrightnessLowRounded.tsx +++ b/src/IconBrightnessLowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessLowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowRounded as default } diff --git a/src/IconBrightnessLowRoundedFilled.tsx b/src/IconBrightnessLowRoundedFilled.tsx index 977f5a98b..4882967ee 100644 --- a/src/IconBrightnessLowRoundedFilled.tsx +++ b/src/IconBrightnessLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowRoundedFilled as default } diff --git a/src/IconBrightnessLowSharp.tsx b/src/IconBrightnessLowSharp.tsx index eedca6162..8a29e37b9 100644 --- a/src/IconBrightnessLowSharp.tsx +++ b/src/IconBrightnessLowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowSharp: React.FC = ({ ...props }) => ( +export const IconBrightnessLowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowSharp as default } diff --git a/src/IconBrightnessLowSharpFilled.tsx b/src/IconBrightnessLowSharpFilled.tsx index d363d373e..644d03b5a 100644 --- a/src/IconBrightnessLowSharpFilled.tsx +++ b/src/IconBrightnessLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessLowSharpFilled as default } diff --git a/src/IconBrightnessMediumOutlined.tsx b/src/IconBrightnessMediumOutlined.tsx index 59d5fbba5..c4b18c9bf 100644 --- a/src/IconBrightnessMediumOutlined.tsx +++ b/src/IconBrightnessMediumOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumOutlined: React.FC = ({ ...props }) => ( +export const IconBrightnessMediumOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessMediumOutlined as default } diff --git a/src/IconBrightnessMediumOutlinedFilled.tsx b/src/IconBrightnessMediumOutlinedFilled.tsx index 507f68886..77b679a74 100644 --- a/src/IconBrightnessMediumOutlinedFilled.tsx +++ b/src/IconBrightnessMediumOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumOutlinedFilled: React.FC = ({ +export const IconBrightnessMediumOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessMediumOutlinedFilled: React.FC = ({ ) - -export { IconBrightnessMediumOutlinedFilled as default } diff --git a/src/IconBrightnessMediumRounded.tsx b/src/IconBrightnessMediumRounded.tsx index 3a992ff74..df244444d 100644 --- a/src/IconBrightnessMediumRounded.tsx +++ b/src/IconBrightnessMediumRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumRounded: React.FC = ({ ...props }) => ( +export const IconBrightnessMediumRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessMediumRounded as default } diff --git a/src/IconBrightnessMediumRoundedFilled.tsx b/src/IconBrightnessMediumRoundedFilled.tsx index ebb0b1982..5d3ff32bb 100644 --- a/src/IconBrightnessMediumRoundedFilled.tsx +++ b/src/IconBrightnessMediumRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumRoundedFilled: React.FC = ({ +export const IconBrightnessMediumRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrightnessMediumRoundedFilled: React.FC = ({ ) - -export { IconBrightnessMediumRoundedFilled as default } diff --git a/src/IconBrightnessMediumSharp.tsx b/src/IconBrightnessMediumSharp.tsx index 7dc8f4ef8..656c5ddff 100644 --- a/src/IconBrightnessMediumSharp.tsx +++ b/src/IconBrightnessMediumSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumSharp: React.FC = ({ ...props }) => ( +export const IconBrightnessMediumSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessMediumSharp as default } diff --git a/src/IconBrightnessMediumSharpFilled.tsx b/src/IconBrightnessMediumSharpFilled.tsx index 3594b1ac3..516e3eba9 100644 --- a/src/IconBrightnessMediumSharpFilled.tsx +++ b/src/IconBrightnessMediumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrightnessMediumSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrightnessMediumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrightnessMediumSharpFilled as default } diff --git a/src/IconBringYourOwnIpOutlined.tsx b/src/IconBringYourOwnIpOutlined.tsx index 7a3631b31..31b72f851 100644 --- a/src/IconBringYourOwnIpOutlined.tsx +++ b/src/IconBringYourOwnIpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpOutlined: React.FC = ({ ...props }) => ( +export const IconBringYourOwnIpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBringYourOwnIpOutlined as default } diff --git a/src/IconBringYourOwnIpOutlinedFilled.tsx b/src/IconBringYourOwnIpOutlinedFilled.tsx index 9b16a992c..e6aea9615 100644 --- a/src/IconBringYourOwnIpOutlinedFilled.tsx +++ b/src/IconBringYourOwnIpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpOutlinedFilled: React.FC = ({ +export const IconBringYourOwnIpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBringYourOwnIpOutlinedFilled: React.FC = ({ ) - -export { IconBringYourOwnIpOutlinedFilled as default } diff --git a/src/IconBringYourOwnIpRounded.tsx b/src/IconBringYourOwnIpRounded.tsx index a0d078249..42b6fc89d 100644 --- a/src/IconBringYourOwnIpRounded.tsx +++ b/src/IconBringYourOwnIpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpRounded: React.FC = ({ ...props }) => ( +export const IconBringYourOwnIpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBringYourOwnIpRounded as default } diff --git a/src/IconBringYourOwnIpRoundedFilled.tsx b/src/IconBringYourOwnIpRoundedFilled.tsx index 0f28da730..330dc8782 100644 --- a/src/IconBringYourOwnIpRoundedFilled.tsx +++ b/src/IconBringYourOwnIpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBringYourOwnIpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBringYourOwnIpRoundedFilled as default } diff --git a/src/IconBringYourOwnIpSharp.tsx b/src/IconBringYourOwnIpSharp.tsx index 20ffd2557..94c16c777 100644 --- a/src/IconBringYourOwnIpSharp.tsx +++ b/src/IconBringYourOwnIpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpSharp: React.FC = ({ ...props }) => ( +export const IconBringYourOwnIpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBringYourOwnIpSharp as default } diff --git a/src/IconBringYourOwnIpSharpFilled.tsx b/src/IconBringYourOwnIpSharpFilled.tsx index 130fb3c19..9c22f5f70 100644 --- a/src/IconBringYourOwnIpSharpFilled.tsx +++ b/src/IconBringYourOwnIpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBringYourOwnIpSharpFilled: React.FC = ({ ...props }) => ( +export const IconBringYourOwnIpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBringYourOwnIpSharpFilled as default } diff --git a/src/IconBroadcastOnHomeOutlined.tsx b/src/IconBroadcastOnHomeOutlined.tsx index db6b8f02b..a8d8add71 100644 --- a/src/IconBroadcastOnHomeOutlined.tsx +++ b/src/IconBroadcastOnHomeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeOutlined: React.FC = ({ ...props }) => ( +export const IconBroadcastOnHomeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnHomeOutlined as default } diff --git a/src/IconBroadcastOnHomeOutlinedFilled.tsx b/src/IconBroadcastOnHomeOutlinedFilled.tsx index e1c731a56..7c90d0ac3 100644 --- a/src/IconBroadcastOnHomeOutlinedFilled.tsx +++ b/src/IconBroadcastOnHomeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeOutlinedFilled: React.FC = ({ +export const IconBroadcastOnHomeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBroadcastOnHomeOutlinedFilled: React.FC = ({ ) - -export { IconBroadcastOnHomeOutlinedFilled as default } diff --git a/src/IconBroadcastOnHomeRounded.tsx b/src/IconBroadcastOnHomeRounded.tsx index 6688ff59f..c8c4fac18 100644 --- a/src/IconBroadcastOnHomeRounded.tsx +++ b/src/IconBroadcastOnHomeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeRounded: React.FC = ({ ...props }) => ( +export const IconBroadcastOnHomeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnHomeRounded as default } diff --git a/src/IconBroadcastOnHomeRoundedFilled.tsx b/src/IconBroadcastOnHomeRoundedFilled.tsx index 3a01200e9..812aa53fe 100644 --- a/src/IconBroadcastOnHomeRoundedFilled.tsx +++ b/src/IconBroadcastOnHomeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeRoundedFilled: React.FC = ({ +export const IconBroadcastOnHomeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBroadcastOnHomeRoundedFilled: React.FC = ({ ) - -export { IconBroadcastOnHomeRoundedFilled as default } diff --git a/src/IconBroadcastOnHomeSharp.tsx b/src/IconBroadcastOnHomeSharp.tsx index 40cf6075b..a7c0f4b41 100644 --- a/src/IconBroadcastOnHomeSharp.tsx +++ b/src/IconBroadcastOnHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeSharp: React.FC = ({ ...props }) => ( +export const IconBroadcastOnHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnHomeSharp as default } diff --git a/src/IconBroadcastOnHomeSharpFilled.tsx b/src/IconBroadcastOnHomeSharpFilled.tsx index 4d6689598..190f0d359 100644 --- a/src/IconBroadcastOnHomeSharpFilled.tsx +++ b/src/IconBroadcastOnHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBroadcastOnHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnHomeSharpFilled as default } diff --git a/src/IconBroadcastOnPersonalOutlined.tsx b/src/IconBroadcastOnPersonalOutlined.tsx index 69d571da8..bea7ef0ce 100644 --- a/src/IconBroadcastOnPersonalOutlined.tsx +++ b/src/IconBroadcastOnPersonalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalOutlined: React.FC = ({ ...props }) => ( +export const IconBroadcastOnPersonalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnPersonalOutlined as default } diff --git a/src/IconBroadcastOnPersonalOutlinedFilled.tsx b/src/IconBroadcastOnPersonalOutlinedFilled.tsx index 727577b5a..aa0016509 100644 --- a/src/IconBroadcastOnPersonalOutlinedFilled.tsx +++ b/src/IconBroadcastOnPersonalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalOutlinedFilled: React.FC = ({ +export const IconBroadcastOnPersonalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBroadcastOnPersonalOutlinedFilled: React.FC = ({ ) - -export { IconBroadcastOnPersonalOutlinedFilled as default } diff --git a/src/IconBroadcastOnPersonalRounded.tsx b/src/IconBroadcastOnPersonalRounded.tsx index 3f16b5aea..a00a210cd 100644 --- a/src/IconBroadcastOnPersonalRounded.tsx +++ b/src/IconBroadcastOnPersonalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalRounded: React.FC = ({ ...props }) => ( +export const IconBroadcastOnPersonalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnPersonalRounded as default } diff --git a/src/IconBroadcastOnPersonalRoundedFilled.tsx b/src/IconBroadcastOnPersonalRoundedFilled.tsx index 12da46f8c..7a8f70b89 100644 --- a/src/IconBroadcastOnPersonalRoundedFilled.tsx +++ b/src/IconBroadcastOnPersonalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalRoundedFilled: React.FC = ({ +export const IconBroadcastOnPersonalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBroadcastOnPersonalRoundedFilled: React.FC = ({ ) - -export { IconBroadcastOnPersonalRoundedFilled as default } diff --git a/src/IconBroadcastOnPersonalSharp.tsx b/src/IconBroadcastOnPersonalSharp.tsx index 0735aeed7..388d4b400 100644 --- a/src/IconBroadcastOnPersonalSharp.tsx +++ b/src/IconBroadcastOnPersonalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalSharp: React.FC = ({ ...props }) => ( +export const IconBroadcastOnPersonalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBroadcastOnPersonalSharp as default } diff --git a/src/IconBroadcastOnPersonalSharpFilled.tsx b/src/IconBroadcastOnPersonalSharpFilled.tsx index 4633c45f1..76a385686 100644 --- a/src/IconBroadcastOnPersonalSharpFilled.tsx +++ b/src/IconBroadcastOnPersonalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBroadcastOnPersonalSharpFilled: React.FC = ({ +export const IconBroadcastOnPersonalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBroadcastOnPersonalSharpFilled: React.FC = ({ ) - -export { IconBroadcastOnPersonalSharpFilled as default } diff --git a/src/IconBrokenImageOutlined.tsx b/src/IconBrokenImageOutlined.tsx index 27095aab3..48d854a77 100644 --- a/src/IconBrokenImageOutlined.tsx +++ b/src/IconBrokenImageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageOutlined: React.FC = ({ ...props }) => ( +export const IconBrokenImageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrokenImageOutlined as default } diff --git a/src/IconBrokenImageOutlinedFilled.tsx b/src/IconBrokenImageOutlinedFilled.tsx index c6b83c8c5..1ce72445d 100644 --- a/src/IconBrokenImageOutlinedFilled.tsx +++ b/src/IconBrokenImageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrokenImageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrokenImageOutlinedFilled as default } diff --git a/src/IconBrokenImageRounded.tsx b/src/IconBrokenImageRounded.tsx index d5788b2b7..99506de45 100644 --- a/src/IconBrokenImageRounded.tsx +++ b/src/IconBrokenImageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageRounded: React.FC = ({ ...props }) => ( +export const IconBrokenImageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrokenImageRounded as default } diff --git a/src/IconBrokenImageRoundedFilled.tsx b/src/IconBrokenImageRoundedFilled.tsx index 8ebf29c84..bdb38e768 100644 --- a/src/IconBrokenImageRoundedFilled.tsx +++ b/src/IconBrokenImageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrokenImageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrokenImageRoundedFilled as default } diff --git a/src/IconBrokenImageSharp.tsx b/src/IconBrokenImageSharp.tsx index fa9fa096b..d53ab1113 100644 --- a/src/IconBrokenImageSharp.tsx +++ b/src/IconBrokenImageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageSharp: React.FC = ({ ...props }) => ( +export const IconBrokenImageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrokenImageSharp as default } diff --git a/src/IconBrokenImageSharpFilled.tsx b/src/IconBrokenImageSharpFilled.tsx index fd8680184..dbcc4d5d1 100644 --- a/src/IconBrokenImageSharpFilled.tsx +++ b/src/IconBrokenImageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrokenImageSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrokenImageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrokenImageSharpFilled as default } diff --git a/src/IconBrowseActivityOutlined.tsx b/src/IconBrowseActivityOutlined.tsx index 7821ba145..2e3c8e231 100644 --- a/src/IconBrowseActivityOutlined.tsx +++ b/src/IconBrowseActivityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivityOutlined: React.FC = ({ ...props }) => ( +export const IconBrowseActivityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseActivityOutlined as default } diff --git a/src/IconBrowseActivityOutlinedFilled.tsx b/src/IconBrowseActivityOutlinedFilled.tsx index d5daaac55..a3c3b80ca 100644 --- a/src/IconBrowseActivityOutlinedFilled.tsx +++ b/src/IconBrowseActivityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivityOutlinedFilled: React.FC = ({ +export const IconBrowseActivityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrowseActivityOutlinedFilled: React.FC = ({ ) - -export { IconBrowseActivityOutlinedFilled as default } diff --git a/src/IconBrowseActivityRounded.tsx b/src/IconBrowseActivityRounded.tsx index d59b00f2b..a47a87f13 100644 --- a/src/IconBrowseActivityRounded.tsx +++ b/src/IconBrowseActivityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivityRounded: React.FC = ({ ...props }) => ( +export const IconBrowseActivityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseActivityRounded as default } diff --git a/src/IconBrowseActivityRoundedFilled.tsx b/src/IconBrowseActivityRoundedFilled.tsx index 5113c9bc3..305999e6c 100644 --- a/src/IconBrowseActivityRoundedFilled.tsx +++ b/src/IconBrowseActivityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrowseActivityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseActivityRoundedFilled as default } diff --git a/src/IconBrowseActivitySharp.tsx b/src/IconBrowseActivitySharp.tsx index 5115193de..61040c7ad 100644 --- a/src/IconBrowseActivitySharp.tsx +++ b/src/IconBrowseActivitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivitySharp: React.FC = ({ ...props }) => ( +export const IconBrowseActivitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseActivitySharp as default } diff --git a/src/IconBrowseActivitySharpFilled.tsx b/src/IconBrowseActivitySharpFilled.tsx index 3d999e122..001ce3783 100644 --- a/src/IconBrowseActivitySharpFilled.tsx +++ b/src/IconBrowseActivitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseActivitySharpFilled: React.FC = ({ ...props }) => ( +export const IconBrowseActivitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseActivitySharpFilled as default } diff --git a/src/IconBrowseGalleryOutlined.tsx b/src/IconBrowseGalleryOutlined.tsx index 5eb66d073..5fbcbe2fc 100644 --- a/src/IconBrowseGalleryOutlined.tsx +++ b/src/IconBrowseGalleryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGalleryOutlined: React.FC = ({ ...props }) => ( +export const IconBrowseGalleryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseGalleryOutlined as default } diff --git a/src/IconBrowseGalleryOutlinedFilled.tsx b/src/IconBrowseGalleryOutlinedFilled.tsx index 56ded4a01..90b794f5b 100644 --- a/src/IconBrowseGalleryOutlinedFilled.tsx +++ b/src/IconBrowseGalleryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGalleryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrowseGalleryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseGalleryOutlinedFilled as default } diff --git a/src/IconBrowseGalleryRounded.tsx b/src/IconBrowseGalleryRounded.tsx index feebb799f..450b3a977 100644 --- a/src/IconBrowseGalleryRounded.tsx +++ b/src/IconBrowseGalleryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGalleryRounded: React.FC = ({ ...props }) => ( +export const IconBrowseGalleryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseGalleryRounded as default } diff --git a/src/IconBrowseGalleryRoundedFilled.tsx b/src/IconBrowseGalleryRoundedFilled.tsx index 365d78840..a71f7b24a 100644 --- a/src/IconBrowseGalleryRoundedFilled.tsx +++ b/src/IconBrowseGalleryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGalleryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrowseGalleryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseGalleryRoundedFilled as default } diff --git a/src/IconBrowseGallerySharp.tsx b/src/IconBrowseGallerySharp.tsx index 1a577783a..cef33946a 100644 --- a/src/IconBrowseGallerySharp.tsx +++ b/src/IconBrowseGallerySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGallerySharp: React.FC = ({ ...props }) => ( +export const IconBrowseGallerySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseGallerySharp as default } diff --git a/src/IconBrowseGallerySharpFilled.tsx b/src/IconBrowseGallerySharpFilled.tsx index 7c450f384..1d13d8e6f 100644 --- a/src/IconBrowseGallerySharpFilled.tsx +++ b/src/IconBrowseGallerySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseGallerySharpFilled: React.FC = ({ ...props }) => ( +export const IconBrowseGallerySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowseGallerySharpFilled as default } diff --git a/src/IconBrowseOutlined.tsx b/src/IconBrowseOutlined.tsx index 1bae98937..1bb85aa61 100644 --- a/src/IconBrowseOutlined.tsx +++ b/src/IconBrowseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseOutlined: React.FC = ({ ...props }) => ( +export const IconBrowseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseOutlined as default } diff --git a/src/IconBrowseOutlinedFilled.tsx b/src/IconBrowseOutlinedFilled.tsx index aaf34b17c..41364ae8d 100644 --- a/src/IconBrowseOutlinedFilled.tsx +++ b/src/IconBrowseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrowseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseOutlinedFilled as default } diff --git a/src/IconBrowseRounded.tsx b/src/IconBrowseRounded.tsx index eb1de8aef..d000977ed 100644 --- a/src/IconBrowseRounded.tsx +++ b/src/IconBrowseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseRounded: React.FC = ({ ...props }) => ( +export const IconBrowseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseRounded as default } diff --git a/src/IconBrowseRoundedFilled.tsx b/src/IconBrowseRoundedFilled.tsx index 47a343b92..43e850882 100644 --- a/src/IconBrowseRoundedFilled.tsx +++ b/src/IconBrowseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrowseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseRoundedFilled as default } diff --git a/src/IconBrowseSharp.tsx b/src/IconBrowseSharp.tsx index e14a90ae9..e16442072 100644 --- a/src/IconBrowseSharp.tsx +++ b/src/IconBrowseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseSharp: React.FC = ({ ...props }) => ( +export const IconBrowseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseSharp as default } diff --git a/src/IconBrowseSharpFilled.tsx b/src/IconBrowseSharpFilled.tsx index bef963777..ff19213cd 100644 --- a/src/IconBrowseSharpFilled.tsx +++ b/src/IconBrowseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowseSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrowseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowseSharpFilled as default } diff --git a/src/IconBrowserUpdatedOutlined.tsx b/src/IconBrowserUpdatedOutlined.tsx index 00bbe0400..16d66ea52 100644 --- a/src/IconBrowserUpdatedOutlined.tsx +++ b/src/IconBrowserUpdatedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedOutlined: React.FC = ({ ...props }) => ( +export const IconBrowserUpdatedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowserUpdatedOutlined as default } diff --git a/src/IconBrowserUpdatedOutlinedFilled.tsx b/src/IconBrowserUpdatedOutlinedFilled.tsx index 475de666d..55b99264d 100644 --- a/src/IconBrowserUpdatedOutlinedFilled.tsx +++ b/src/IconBrowserUpdatedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedOutlinedFilled: React.FC = ({ +export const IconBrowserUpdatedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBrowserUpdatedOutlinedFilled: React.FC = ({ ) - -export { IconBrowserUpdatedOutlinedFilled as default } diff --git a/src/IconBrowserUpdatedRounded.tsx b/src/IconBrowserUpdatedRounded.tsx index ef8a497c6..db654a437 100644 --- a/src/IconBrowserUpdatedRounded.tsx +++ b/src/IconBrowserUpdatedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedRounded: React.FC = ({ ...props }) => ( +export const IconBrowserUpdatedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowserUpdatedRounded as default } diff --git a/src/IconBrowserUpdatedRoundedFilled.tsx b/src/IconBrowserUpdatedRoundedFilled.tsx index e958d4b1a..bc46824c6 100644 --- a/src/IconBrowserUpdatedRoundedFilled.tsx +++ b/src/IconBrowserUpdatedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrowserUpdatedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowserUpdatedRoundedFilled as default } diff --git a/src/IconBrowserUpdatedSharp.tsx b/src/IconBrowserUpdatedSharp.tsx index eb6d8ef1d..732ceafc6 100644 --- a/src/IconBrowserUpdatedSharp.tsx +++ b/src/IconBrowserUpdatedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedSharp: React.FC = ({ ...props }) => ( +export const IconBrowserUpdatedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrowserUpdatedSharp as default } diff --git a/src/IconBrowserUpdatedSharpFilled.tsx b/src/IconBrowserUpdatedSharpFilled.tsx index 209a111f1..f644e3261 100644 --- a/src/IconBrowserUpdatedSharpFilled.tsx +++ b/src/IconBrowserUpdatedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrowserUpdatedSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrowserUpdatedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrowserUpdatedSharpFilled as default } diff --git a/src/IconBrunchDiningOutlined.tsx b/src/IconBrunchDiningOutlined.tsx index 6c3216194..23dd18425 100644 --- a/src/IconBrunchDiningOutlined.tsx +++ b/src/IconBrunchDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningOutlined: React.FC = ({ ...props }) => ( +export const IconBrunchDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningOutlined as default } diff --git a/src/IconBrunchDiningOutlinedFilled.tsx b/src/IconBrunchDiningOutlinedFilled.tsx index 149b734d8..46a2c8b64 100644 --- a/src/IconBrunchDiningOutlinedFilled.tsx +++ b/src/IconBrunchDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrunchDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningOutlinedFilled as default } diff --git a/src/IconBrunchDiningRounded.tsx b/src/IconBrunchDiningRounded.tsx index 675828ddb..be5c72cc2 100644 --- a/src/IconBrunchDiningRounded.tsx +++ b/src/IconBrunchDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningRounded: React.FC = ({ ...props }) => ( +export const IconBrunchDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningRounded as default } diff --git a/src/IconBrunchDiningRoundedFilled.tsx b/src/IconBrunchDiningRoundedFilled.tsx index 4c7b033b6..e4711d741 100644 --- a/src/IconBrunchDiningRoundedFilled.tsx +++ b/src/IconBrunchDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrunchDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningRoundedFilled as default } diff --git a/src/IconBrunchDiningSharp.tsx b/src/IconBrunchDiningSharp.tsx index 66f5e6a25..e5866cc07 100644 --- a/src/IconBrunchDiningSharp.tsx +++ b/src/IconBrunchDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningSharp: React.FC = ({ ...props }) => ( +export const IconBrunchDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningSharp as default } diff --git a/src/IconBrunchDiningSharpFilled.tsx b/src/IconBrunchDiningSharpFilled.tsx index 2ed523f8e..6a48028a5 100644 --- a/src/IconBrunchDiningSharpFilled.tsx +++ b/src/IconBrunchDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBrunchDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrunchDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBrunchDiningSharpFilled as default } diff --git a/src/IconBrushOutlined.tsx b/src/IconBrushOutlined.tsx index 3e8a0f3bf..fa179a628 100644 --- a/src/IconBrushOutlined.tsx +++ b/src/IconBrushOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushOutlined: React.FC = ({ ...props }) => ( +export const IconBrushOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushOutlined as default } diff --git a/src/IconBrushOutlinedFilled.tsx b/src/IconBrushOutlinedFilled.tsx index 27a7470da..ce14f59d5 100644 --- a/src/IconBrushOutlinedFilled.tsx +++ b/src/IconBrushOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBrushOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushOutlinedFilled as default } diff --git a/src/IconBrushRounded.tsx b/src/IconBrushRounded.tsx index 26c577958..8dd2e7a62 100644 --- a/src/IconBrushRounded.tsx +++ b/src/IconBrushRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushRounded: React.FC = ({ ...props }) => ( +export const IconBrushRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushRounded as default } diff --git a/src/IconBrushRoundedFilled.tsx b/src/IconBrushRoundedFilled.tsx index 7ec1fea50..9dfa73949 100644 --- a/src/IconBrushRoundedFilled.tsx +++ b/src/IconBrushRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBrushRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushRoundedFilled as default } diff --git a/src/IconBrushSharp.tsx b/src/IconBrushSharp.tsx index 8f87c5f84..c3007eaf9 100644 --- a/src/IconBrushSharp.tsx +++ b/src/IconBrushSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushSharp: React.FC = ({ ...props }) => ( +export const IconBrushSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushSharp as default } diff --git a/src/IconBrushSharpFilled.tsx b/src/IconBrushSharpFilled.tsx index 28e5beb8b..fbe4e6ca5 100644 --- a/src/IconBrushSharpFilled.tsx +++ b/src/IconBrushSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBrushSharpFilled: React.FC = ({ ...props }) => ( +export const IconBrushSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBrushSharpFilled as default } diff --git a/src/IconBubbleChartOutlined.tsx b/src/IconBubbleChartOutlined.tsx index 15dd7ce06..da9b4aeb8 100644 --- a/src/IconBubbleChartOutlined.tsx +++ b/src/IconBubbleChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartOutlined: React.FC = ({ ...props }) => ( +export const IconBubbleChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleChartOutlined as default } diff --git a/src/IconBubbleChartOutlinedFilled.tsx b/src/IconBubbleChartOutlinedFilled.tsx index 6bdd07b8b..1d8701226 100644 --- a/src/IconBubbleChartOutlinedFilled.tsx +++ b/src/IconBubbleChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBubbleChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBubbleChartOutlinedFilled as default } diff --git a/src/IconBubbleChartRounded.tsx b/src/IconBubbleChartRounded.tsx index 4f3ce9e1a..87d6a89e6 100644 --- a/src/IconBubbleChartRounded.tsx +++ b/src/IconBubbleChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartRounded: React.FC = ({ ...props }) => ( +export const IconBubbleChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleChartRounded as default } diff --git a/src/IconBubbleChartRoundedFilled.tsx b/src/IconBubbleChartRoundedFilled.tsx index b68b57947..a3f3a9a66 100644 --- a/src/IconBubbleChartRoundedFilled.tsx +++ b/src/IconBubbleChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBubbleChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBubbleChartRoundedFilled as default } diff --git a/src/IconBubbleChartSharp.tsx b/src/IconBubbleChartSharp.tsx index 8e732694f..d2dfa0640 100644 --- a/src/IconBubbleChartSharp.tsx +++ b/src/IconBubbleChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartSharp: React.FC = ({ ...props }) => ( +export const IconBubbleChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleChartSharp as default } diff --git a/src/IconBubbleChartSharpFilled.tsx b/src/IconBubbleChartSharpFilled.tsx index 4de8099e2..92707efa1 100644 --- a/src/IconBubbleChartSharpFilled.tsx +++ b/src/IconBubbleChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconBubbleChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBubbleChartSharpFilled as default } diff --git a/src/IconBubbleOutlined.tsx b/src/IconBubbleOutlined.tsx index 90739b7e2..309d9ac49 100644 --- a/src/IconBubbleOutlined.tsx +++ b/src/IconBubbleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleOutlined: React.FC = ({ ...props }) => ( +export const IconBubbleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleOutlined as default } diff --git a/src/IconBubbleOutlinedFilled.tsx b/src/IconBubbleOutlinedFilled.tsx index 2c93a93b4..044b0b78f 100644 --- a/src/IconBubbleOutlinedFilled.tsx +++ b/src/IconBubbleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBubbleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleOutlinedFilled as default } diff --git a/src/IconBubbleRounded.tsx b/src/IconBubbleRounded.tsx index 03728ce07..43bc27d49 100644 --- a/src/IconBubbleRounded.tsx +++ b/src/IconBubbleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleRounded: React.FC = ({ ...props }) => ( +export const IconBubbleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleRounded as default } diff --git a/src/IconBubbleRoundedFilled.tsx b/src/IconBubbleRoundedFilled.tsx index e3f31a5ba..ac393841a 100644 --- a/src/IconBubbleRoundedFilled.tsx +++ b/src/IconBubbleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBubbleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleRoundedFilled as default } diff --git a/src/IconBubbleSharp.tsx b/src/IconBubbleSharp.tsx index 357d4c714..5ea1b6c89 100644 --- a/src/IconBubbleSharp.tsx +++ b/src/IconBubbleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleSharp: React.FC = ({ ...props }) => ( +export const IconBubbleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleSharp as default } diff --git a/src/IconBubbleSharpFilled.tsx b/src/IconBubbleSharpFilled.tsx index a29ce560f..09ea0aa1e 100644 --- a/src/IconBubbleSharpFilled.tsx +++ b/src/IconBubbleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubbleSharpFilled: React.FC = ({ ...props }) => ( +export const IconBubbleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubbleSharpFilled as default } diff --git a/src/IconBubblesOutlined.tsx b/src/IconBubblesOutlined.tsx index f4c0ed221..c27d99f37 100644 --- a/src/IconBubblesOutlined.tsx +++ b/src/IconBubblesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesOutlined: React.FC = ({ ...props }) => ( +export const IconBubblesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubblesOutlined as default } diff --git a/src/IconBubblesOutlinedFilled.tsx b/src/IconBubblesOutlinedFilled.tsx index 604e396bd..4ae136a7e 100644 --- a/src/IconBubblesOutlinedFilled.tsx +++ b/src/IconBubblesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBubblesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBubblesOutlinedFilled as default } diff --git a/src/IconBubblesRounded.tsx b/src/IconBubblesRounded.tsx index f9efb072f..1c496a69d 100644 --- a/src/IconBubblesRounded.tsx +++ b/src/IconBubblesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesRounded: React.FC = ({ ...props }) => ( +export const IconBubblesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubblesRounded as default } diff --git a/src/IconBubblesRoundedFilled.tsx b/src/IconBubblesRoundedFilled.tsx index 87836779d..151f95b46 100644 --- a/src/IconBubblesRoundedFilled.tsx +++ b/src/IconBubblesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBubblesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubblesRoundedFilled as default } diff --git a/src/IconBubblesSharp.tsx b/src/IconBubblesSharp.tsx index 56eccfc90..da2a5bc37 100644 --- a/src/IconBubblesSharp.tsx +++ b/src/IconBubblesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesSharp: React.FC = ({ ...props }) => ( +export const IconBubblesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubblesSharp as default } diff --git a/src/IconBubblesSharpFilled.tsx b/src/IconBubblesSharpFilled.tsx index 7e0b2276c..41bb8e04c 100644 --- a/src/IconBubblesSharpFilled.tsx +++ b/src/IconBubblesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBubblesSharpFilled: React.FC = ({ ...props }) => ( +export const IconBubblesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBubblesSharpFilled as default } diff --git a/src/IconBugReportOutlined.tsx b/src/IconBugReportOutlined.tsx index fe21e64e4..0cf4e2c45 100644 --- a/src/IconBugReportOutlined.tsx +++ b/src/IconBugReportOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportOutlined: React.FC = ({ ...props }) => ( +export const IconBugReportOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBugReportOutlined as default } diff --git a/src/IconBugReportOutlinedFilled.tsx b/src/IconBugReportOutlinedFilled.tsx index 09dc8078d..a45a7ad65 100644 --- a/src/IconBugReportOutlinedFilled.tsx +++ b/src/IconBugReportOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBugReportOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBugReportOutlinedFilled as default } diff --git a/src/IconBugReportRounded.tsx b/src/IconBugReportRounded.tsx index 3deecd287..2512a9591 100644 --- a/src/IconBugReportRounded.tsx +++ b/src/IconBugReportRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportRounded: React.FC = ({ ...props }) => ( +export const IconBugReportRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBugReportRounded as default } diff --git a/src/IconBugReportRoundedFilled.tsx b/src/IconBugReportRoundedFilled.tsx index e94d5c328..79d7dadf7 100644 --- a/src/IconBugReportRoundedFilled.tsx +++ b/src/IconBugReportRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBugReportRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBugReportRoundedFilled as default } diff --git a/src/IconBugReportSharp.tsx b/src/IconBugReportSharp.tsx index d4f641591..b67dc6949 100644 --- a/src/IconBugReportSharp.tsx +++ b/src/IconBugReportSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportSharp: React.FC = ({ ...props }) => ( +export const IconBugReportSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBugReportSharp as default } diff --git a/src/IconBugReportSharpFilled.tsx b/src/IconBugReportSharpFilled.tsx index 6ed1f5d27..8b99e016d 100644 --- a/src/IconBugReportSharpFilled.tsx +++ b/src/IconBugReportSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBugReportSharpFilled: React.FC = ({ ...props }) => ( +export const IconBugReportSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBugReportSharpFilled as default } diff --git a/src/IconBuildCircleOutlined.tsx b/src/IconBuildCircleOutlined.tsx index c656e0229..668055fdf 100644 --- a/src/IconBuildCircleOutlined.tsx +++ b/src/IconBuildCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleOutlined: React.FC = ({ ...props }) => ( +export const IconBuildCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildCircleOutlined as default } diff --git a/src/IconBuildCircleOutlinedFilled.tsx b/src/IconBuildCircleOutlinedFilled.tsx index 7afaed9cc..827a035c7 100644 --- a/src/IconBuildCircleOutlinedFilled.tsx +++ b/src/IconBuildCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBuildCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBuildCircleOutlinedFilled as default } diff --git a/src/IconBuildCircleRounded.tsx b/src/IconBuildCircleRounded.tsx index 15e259d5c..e985cdf79 100644 --- a/src/IconBuildCircleRounded.tsx +++ b/src/IconBuildCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleRounded: React.FC = ({ ...props }) => ( +export const IconBuildCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildCircleRounded as default } diff --git a/src/IconBuildCircleRoundedFilled.tsx b/src/IconBuildCircleRoundedFilled.tsx index 0736a1ca2..7f30d538d 100644 --- a/src/IconBuildCircleRoundedFilled.tsx +++ b/src/IconBuildCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBuildCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBuildCircleRoundedFilled as default } diff --git a/src/IconBuildCircleSharp.tsx b/src/IconBuildCircleSharp.tsx index e022c7c72..0e66a12d1 100644 --- a/src/IconBuildCircleSharp.tsx +++ b/src/IconBuildCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleSharp: React.FC = ({ ...props }) => ( +export const IconBuildCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildCircleSharp as default } diff --git a/src/IconBuildCircleSharpFilled.tsx b/src/IconBuildCircleSharpFilled.tsx index be1e7f8be..a68bd12f5 100644 --- a/src/IconBuildCircleSharpFilled.tsx +++ b/src/IconBuildCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBuildCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconBuildCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBuildCircleSharpFilled as default } diff --git a/src/IconBuildOutlined.tsx b/src/IconBuildOutlined.tsx index 5b4ce1103..d9d7b7af5 100644 --- a/src/IconBuildOutlined.tsx +++ b/src/IconBuildOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildOutlined: React.FC = ({ ...props }) => ( +export const IconBuildOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildOutlined as default } diff --git a/src/IconBuildOutlinedFilled.tsx b/src/IconBuildOutlinedFilled.tsx index 16e8eb119..bb7251a9b 100644 --- a/src/IconBuildOutlinedFilled.tsx +++ b/src/IconBuildOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBuildOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildOutlinedFilled as default } diff --git a/src/IconBuildRounded.tsx b/src/IconBuildRounded.tsx index 3e5ff0d6f..3410cbde4 100644 --- a/src/IconBuildRounded.tsx +++ b/src/IconBuildRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildRounded: React.FC = ({ ...props }) => ( +export const IconBuildRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildRounded as default } diff --git a/src/IconBuildRoundedFilled.tsx b/src/IconBuildRoundedFilled.tsx index c6f09769e..b6871b23b 100644 --- a/src/IconBuildRoundedFilled.tsx +++ b/src/IconBuildRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBuildRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildRoundedFilled as default } diff --git a/src/IconBuildSharp.tsx b/src/IconBuildSharp.tsx index f912c532f..73fe5f944 100644 --- a/src/IconBuildSharp.tsx +++ b/src/IconBuildSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildSharp: React.FC = ({ ...props }) => ( +export const IconBuildSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildSharp as default } diff --git a/src/IconBuildSharpFilled.tsx b/src/IconBuildSharpFilled.tsx index 078ae0127..332d2f263 100644 --- a/src/IconBuildSharpFilled.tsx +++ b/src/IconBuildSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBuildSharpFilled: React.FC = ({ ...props }) => ( +export const IconBuildSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBuildSharpFilled as default } diff --git a/src/IconBungalowOutlined.tsx b/src/IconBungalowOutlined.tsx index 92321c83e..a64981e80 100644 --- a/src/IconBungalowOutlined.tsx +++ b/src/IconBungalowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowOutlined: React.FC = ({ ...props }) => ( +export const IconBungalowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBungalowOutlined as default } diff --git a/src/IconBungalowOutlinedFilled.tsx b/src/IconBungalowOutlinedFilled.tsx index 38b6aec16..618866fdd 100644 --- a/src/IconBungalowOutlinedFilled.tsx +++ b/src/IconBungalowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBungalowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBungalowOutlinedFilled as default } diff --git a/src/IconBungalowRounded.tsx b/src/IconBungalowRounded.tsx index 23b924e6a..b399ddf73 100644 --- a/src/IconBungalowRounded.tsx +++ b/src/IconBungalowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowRounded: React.FC = ({ ...props }) => ( +export const IconBungalowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBungalowRounded as default } diff --git a/src/IconBungalowRoundedFilled.tsx b/src/IconBungalowRoundedFilled.tsx index b93c328c2..1424b2829 100644 --- a/src/IconBungalowRoundedFilled.tsx +++ b/src/IconBungalowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBungalowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBungalowRoundedFilled as default } diff --git a/src/IconBungalowSharp.tsx b/src/IconBungalowSharp.tsx index 1dacfb243..675678643 100644 --- a/src/IconBungalowSharp.tsx +++ b/src/IconBungalowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowSharp: React.FC = ({ ...props }) => ( +export const IconBungalowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBungalowSharp as default } diff --git a/src/IconBungalowSharpFilled.tsx b/src/IconBungalowSharpFilled.tsx index c2ef73e1d..589da86ac 100644 --- a/src/IconBungalowSharpFilled.tsx +++ b/src/IconBungalowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBungalowSharpFilled: React.FC = ({ ...props }) => ( +export const IconBungalowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBungalowSharpFilled as default } diff --git a/src/IconBurstModeOutlined.tsx b/src/IconBurstModeOutlined.tsx index 231777f6d..ff055ea14 100644 --- a/src/IconBurstModeOutlined.tsx +++ b/src/IconBurstModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeOutlined: React.FC = ({ ...props }) => ( +export const IconBurstModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBurstModeOutlined as default } diff --git a/src/IconBurstModeOutlinedFilled.tsx b/src/IconBurstModeOutlinedFilled.tsx index cb1e0ce6b..b57f96f76 100644 --- a/src/IconBurstModeOutlinedFilled.tsx +++ b/src/IconBurstModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBurstModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBurstModeOutlinedFilled as default } diff --git a/src/IconBurstModeRounded.tsx b/src/IconBurstModeRounded.tsx index 0b577d861..bc7e996e8 100644 --- a/src/IconBurstModeRounded.tsx +++ b/src/IconBurstModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeRounded: React.FC = ({ ...props }) => ( +export const IconBurstModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBurstModeRounded as default } diff --git a/src/IconBurstModeRoundedFilled.tsx b/src/IconBurstModeRoundedFilled.tsx index ebe962c51..5bf3d3f84 100644 --- a/src/IconBurstModeRoundedFilled.tsx +++ b/src/IconBurstModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBurstModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBurstModeRoundedFilled as default } diff --git a/src/IconBurstModeSharp.tsx b/src/IconBurstModeSharp.tsx index 6cd0135f1..6aec60bab 100644 --- a/src/IconBurstModeSharp.tsx +++ b/src/IconBurstModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeSharp: React.FC = ({ ...props }) => ( +export const IconBurstModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBurstModeSharp as default } diff --git a/src/IconBurstModeSharpFilled.tsx b/src/IconBurstModeSharpFilled.tsx index 319dfb8af..d8d5e2800 100644 --- a/src/IconBurstModeSharpFilled.tsx +++ b/src/IconBurstModeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBurstModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconBurstModeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBurstModeSharpFilled as default } diff --git a/src/IconBusAlertOutlined.tsx b/src/IconBusAlertOutlined.tsx index d8d606e68..3dc2a42b0 100644 --- a/src/IconBusAlertOutlined.tsx +++ b/src/IconBusAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertOutlined: React.FC = ({ ...props }) => ( +export const IconBusAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusAlertOutlined as default } diff --git a/src/IconBusAlertOutlinedFilled.tsx b/src/IconBusAlertOutlinedFilled.tsx index d04f77170..34e9f075f 100644 --- a/src/IconBusAlertOutlinedFilled.tsx +++ b/src/IconBusAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBusAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusAlertOutlinedFilled as default } diff --git a/src/IconBusAlertRounded.tsx b/src/IconBusAlertRounded.tsx index 7e1276910..5f987e331 100644 --- a/src/IconBusAlertRounded.tsx +++ b/src/IconBusAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertRounded: React.FC = ({ ...props }) => ( +export const IconBusAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusAlertRounded as default } diff --git a/src/IconBusAlertRoundedFilled.tsx b/src/IconBusAlertRoundedFilled.tsx index 2487f077f..345275fed 100644 --- a/src/IconBusAlertRoundedFilled.tsx +++ b/src/IconBusAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBusAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusAlertRoundedFilled as default } diff --git a/src/IconBusAlertSharp.tsx b/src/IconBusAlertSharp.tsx index 87be1fb90..18b0da476 100644 --- a/src/IconBusAlertSharp.tsx +++ b/src/IconBusAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertSharp: React.FC = ({ ...props }) => ( +export const IconBusAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusAlertSharp as default } diff --git a/src/IconBusAlertSharpFilled.tsx b/src/IconBusAlertSharpFilled.tsx index 084216ffe..54d37a20c 100644 --- a/src/IconBusAlertSharpFilled.tsx +++ b/src/IconBusAlertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconBusAlertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusAlertSharpFilled as default } diff --git a/src/IconBusinessCenterOutlined.tsx b/src/IconBusinessCenterOutlined.tsx index 907d5ecd4..cac723a9b 100644 --- a/src/IconBusinessCenterOutlined.tsx +++ b/src/IconBusinessCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterOutlined: React.FC = ({ ...props }) => ( +export const IconBusinessCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessCenterOutlined as default } diff --git a/src/IconBusinessCenterOutlinedFilled.tsx b/src/IconBusinessCenterOutlinedFilled.tsx index 323aa8d62..7ed4900bb 100644 --- a/src/IconBusinessCenterOutlinedFilled.tsx +++ b/src/IconBusinessCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterOutlinedFilled: React.FC = ({ +export const IconBusinessCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBusinessCenterOutlinedFilled: React.FC = ({ ) - -export { IconBusinessCenterOutlinedFilled as default } diff --git a/src/IconBusinessCenterRounded.tsx b/src/IconBusinessCenterRounded.tsx index 68c063908..90864a9f9 100644 --- a/src/IconBusinessCenterRounded.tsx +++ b/src/IconBusinessCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterRounded: React.FC = ({ ...props }) => ( +export const IconBusinessCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessCenterRounded as default } diff --git a/src/IconBusinessCenterRoundedFilled.tsx b/src/IconBusinessCenterRoundedFilled.tsx index 6deb696a7..9506f2633 100644 --- a/src/IconBusinessCenterRoundedFilled.tsx +++ b/src/IconBusinessCenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBusinessCenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessCenterRoundedFilled as default } diff --git a/src/IconBusinessCenterSharp.tsx b/src/IconBusinessCenterSharp.tsx index 6c78d4b11..c5a7102d8 100644 --- a/src/IconBusinessCenterSharp.tsx +++ b/src/IconBusinessCenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterSharp: React.FC = ({ ...props }) => ( +export const IconBusinessCenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusinessCenterSharp as default } diff --git a/src/IconBusinessCenterSharpFilled.tsx b/src/IconBusinessCenterSharpFilled.tsx index cceee7cc0..e00817c67 100644 --- a/src/IconBusinessCenterSharpFilled.tsx +++ b/src/IconBusinessCenterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessCenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconBusinessCenterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessCenterSharpFilled as default } diff --git a/src/IconBusinessChipOutlined.tsx b/src/IconBusinessChipOutlined.tsx index ab8e527d7..524dc41ba 100644 --- a/src/IconBusinessChipOutlined.tsx +++ b/src/IconBusinessChipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipOutlined: React.FC = ({ ...props }) => ( +export const IconBusinessChipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusinessChipOutlined as default } diff --git a/src/IconBusinessChipOutlinedFilled.tsx b/src/IconBusinessChipOutlinedFilled.tsx index 2b0f97224..ee842bad0 100644 --- a/src/IconBusinessChipOutlinedFilled.tsx +++ b/src/IconBusinessChipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconBusinessChipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessChipOutlinedFilled as default } diff --git a/src/IconBusinessChipRounded.tsx b/src/IconBusinessChipRounded.tsx index 6631557ff..362b5b9ce 100644 --- a/src/IconBusinessChipRounded.tsx +++ b/src/IconBusinessChipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipRounded: React.FC = ({ ...props }) => ( +export const IconBusinessChipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusinessChipRounded as default } diff --git a/src/IconBusinessChipRoundedFilled.tsx b/src/IconBusinessChipRoundedFilled.tsx index 45f13e53c..312cb8c07 100644 --- a/src/IconBusinessChipRoundedFilled.tsx +++ b/src/IconBusinessChipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconBusinessChipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessChipRoundedFilled as default } diff --git a/src/IconBusinessChipSharp.tsx b/src/IconBusinessChipSharp.tsx index 6979142d7..f87ac2178 100644 --- a/src/IconBusinessChipSharp.tsx +++ b/src/IconBusinessChipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipSharp: React.FC = ({ ...props }) => ( +export const IconBusinessChipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconBusinessChipSharp as default } diff --git a/src/IconBusinessChipSharpFilled.tsx b/src/IconBusinessChipSharpFilled.tsx index 11d25f24c..119511bb8 100644 --- a/src/IconBusinessChipSharpFilled.tsx +++ b/src/IconBusinessChipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessChipSharpFilled: React.FC = ({ ...props }) => ( +export const IconBusinessChipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessChipSharpFilled as default } diff --git a/src/IconBusinessMessagesOutlined.tsx b/src/IconBusinessMessagesOutlined.tsx index e5fb28ddd..ac14f0618 100644 --- a/src/IconBusinessMessagesOutlined.tsx +++ b/src/IconBusinessMessagesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesOutlined: React.FC = ({ ...props }) => ( +export const IconBusinessMessagesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconBusinessMessagesOutlined as default } diff --git a/src/IconBusinessMessagesOutlinedFilled.tsx b/src/IconBusinessMessagesOutlinedFilled.tsx index 7da3f3f83..400b7a864 100644 --- a/src/IconBusinessMessagesOutlinedFilled.tsx +++ b/src/IconBusinessMessagesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesOutlinedFilled: React.FC = ({ +export const IconBusinessMessagesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconBusinessMessagesOutlinedFilled: React.FC = ({ ) - -export { IconBusinessMessagesOutlinedFilled as default } diff --git a/src/IconBusinessMessagesRounded.tsx b/src/IconBusinessMessagesRounded.tsx index 3da1901dc..18af8ba0d 100644 --- a/src/IconBusinessMessagesRounded.tsx +++ b/src/IconBusinessMessagesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesRounded: React.FC = ({ ...props }) => ( +export const IconBusinessMessagesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconBusinessMessagesRounded as default } diff --git a/src/IconBusinessMessagesRoundedFilled.tsx b/src/IconBusinessMessagesRoundedFilled.tsx index 50c6fcc62..e8d80fcf8 100644 --- a/src/IconBusinessMessagesRoundedFilled.tsx +++ b/src/IconBusinessMessagesRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesRoundedFilled: React.FC = ({ +export const IconBusinessMessagesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconBusinessMessagesRoundedFilled as default } diff --git a/src/IconBusinessMessagesSharp.tsx b/src/IconBusinessMessagesSharp.tsx index 29b5c8153..c58e4f14a 100644 --- a/src/IconBusinessMessagesSharp.tsx +++ b/src/IconBusinessMessagesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesSharp: React.FC = ({ ...props }) => ( +export const IconBusinessMessagesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconBusinessMessagesSharp as default } diff --git a/src/IconBusinessMessagesSharpFilled.tsx b/src/IconBusinessMessagesSharpFilled.tsx index d8a46ae17..906425cf3 100644 --- a/src/IconBusinessMessagesSharpFilled.tsx +++ b/src/IconBusinessMessagesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconBusinessMessagesSharpFilled: React.FC = ({ ...props }) => ( +export const IconBusinessMessagesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconBusinessMessagesSharpFilled as default } diff --git a/src/IconButtonsAltOutlined.tsx b/src/IconButtonsAltOutlined.tsx index e3d1e0d18..3d26b673d 100644 --- a/src/IconButtonsAltOutlined.tsx +++ b/src/IconButtonsAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltOutlined: React.FC = ({ ...props }) => ( +export const IconButtonsAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconButtonsAltOutlined as default } diff --git a/src/IconButtonsAltOutlinedFilled.tsx b/src/IconButtonsAltOutlinedFilled.tsx index d8970b4de..b49606508 100644 --- a/src/IconButtonsAltOutlinedFilled.tsx +++ b/src/IconButtonsAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconButtonsAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconButtonsAltOutlinedFilled as default } diff --git a/src/IconButtonsAltRounded.tsx b/src/IconButtonsAltRounded.tsx index 3db833b3f..7abf5edfe 100644 --- a/src/IconButtonsAltRounded.tsx +++ b/src/IconButtonsAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltRounded: React.FC = ({ ...props }) => ( +export const IconButtonsAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconButtonsAltRounded as default } diff --git a/src/IconButtonsAltRoundedFilled.tsx b/src/IconButtonsAltRoundedFilled.tsx index 77a97f2a7..a3794c2b8 100644 --- a/src/IconButtonsAltRoundedFilled.tsx +++ b/src/IconButtonsAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconButtonsAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconButtonsAltRoundedFilled as default } diff --git a/src/IconButtonsAltSharp.tsx b/src/IconButtonsAltSharp.tsx index a7138ab8f..30e0d8041 100644 --- a/src/IconButtonsAltSharp.tsx +++ b/src/IconButtonsAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltSharp: React.FC = ({ ...props }) => ( +export const IconButtonsAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconButtonsAltSharp as default } diff --git a/src/IconButtonsAltSharpFilled.tsx b/src/IconButtonsAltSharpFilled.tsx index f16382272..84ecf6676 100644 --- a/src/IconButtonsAltSharpFilled.tsx +++ b/src/IconButtonsAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconButtonsAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconButtonsAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconButtonsAltSharpFilled as default } diff --git a/src/IconCabinOutlined.tsx b/src/IconCabinOutlined.tsx index 611f3ccee..ed2a42b33 100644 --- a/src/IconCabinOutlined.tsx +++ b/src/IconCabinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinOutlined: React.FC = ({ ...props }) => ( +export const IconCabinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinOutlined as default } diff --git a/src/IconCabinOutlinedFilled.tsx b/src/IconCabinOutlinedFilled.tsx index 0b0bc3012..177c3ee23 100644 --- a/src/IconCabinOutlinedFilled.tsx +++ b/src/IconCabinOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCabinOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinOutlinedFilled as default } diff --git a/src/IconCabinRounded.tsx b/src/IconCabinRounded.tsx index 297009ea5..499e3182b 100644 --- a/src/IconCabinRounded.tsx +++ b/src/IconCabinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinRounded: React.FC = ({ ...props }) => ( +export const IconCabinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinRounded as default } diff --git a/src/IconCabinRoundedFilled.tsx b/src/IconCabinRoundedFilled.tsx index a6498679a..46ac18842 100644 --- a/src/IconCabinRoundedFilled.tsx +++ b/src/IconCabinRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCabinRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinRoundedFilled as default } diff --git a/src/IconCabinSharp.tsx b/src/IconCabinSharp.tsx index 30870f58b..e13af46aa 100644 --- a/src/IconCabinSharp.tsx +++ b/src/IconCabinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinSharp: React.FC = ({ ...props }) => ( +export const IconCabinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinSharp as default } diff --git a/src/IconCabinSharpFilled.tsx b/src/IconCabinSharpFilled.tsx index 11e038634..a34dac04e 100644 --- a/src/IconCabinSharpFilled.tsx +++ b/src/IconCabinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCabinSharpFilled: React.FC = ({ ...props }) => ( +export const IconCabinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCabinSharpFilled as default } diff --git a/src/IconCableCarOutlined.tsx b/src/IconCableCarOutlined.tsx index 7824d8d13..e2a5e707a 100644 --- a/src/IconCableCarOutlined.tsx +++ b/src/IconCableCarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarOutlined: React.FC = ({ ...props }) => ( +export const IconCableCarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableCarOutlined as default } diff --git a/src/IconCableCarOutlinedFilled.tsx b/src/IconCableCarOutlinedFilled.tsx index bc34bcc9d..dfd37b4af 100644 --- a/src/IconCableCarOutlinedFilled.tsx +++ b/src/IconCableCarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCableCarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCableCarOutlinedFilled as default } diff --git a/src/IconCableCarRounded.tsx b/src/IconCableCarRounded.tsx index a984e9a47..70230a1e7 100644 --- a/src/IconCableCarRounded.tsx +++ b/src/IconCableCarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarRounded: React.FC = ({ ...props }) => ( +export const IconCableCarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableCarRounded as default } diff --git a/src/IconCableCarRoundedFilled.tsx b/src/IconCableCarRoundedFilled.tsx index a674ea765..59a769bef 100644 --- a/src/IconCableCarRoundedFilled.tsx +++ b/src/IconCableCarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCableCarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCableCarRoundedFilled as default } diff --git a/src/IconCableCarSharp.tsx b/src/IconCableCarSharp.tsx index 05626ec07..366eca068 100644 --- a/src/IconCableCarSharp.tsx +++ b/src/IconCableCarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarSharp: React.FC = ({ ...props }) => ( +export const IconCableCarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableCarSharp as default } diff --git a/src/IconCableCarSharpFilled.tsx b/src/IconCableCarSharpFilled.tsx index 986df058a..6e5317fb5 100644 --- a/src/IconCableCarSharpFilled.tsx +++ b/src/IconCableCarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableCarSharpFilled: React.FC = ({ ...props }) => ( +export const IconCableCarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableCarSharpFilled as default } diff --git a/src/IconCableOutlined.tsx b/src/IconCableOutlined.tsx index a1e52ced3..295139302 100644 --- a/src/IconCableOutlined.tsx +++ b/src/IconCableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableOutlined: React.FC = ({ ...props }) => ( +export const IconCableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableOutlined as default } diff --git a/src/IconCableOutlinedFilled.tsx b/src/IconCableOutlinedFilled.tsx index 6af80f551..2f7a8556a 100644 --- a/src/IconCableOutlinedFilled.tsx +++ b/src/IconCableOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCableOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableOutlinedFilled as default } diff --git a/src/IconCableRounded.tsx b/src/IconCableRounded.tsx index 3345e621a..48371bc24 100644 --- a/src/IconCableRounded.tsx +++ b/src/IconCableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableRounded: React.FC = ({ ...props }) => ( +export const IconCableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableRounded as default } diff --git a/src/IconCableRoundedFilled.tsx b/src/IconCableRoundedFilled.tsx index 1a42e5052..cf8012b99 100644 --- a/src/IconCableRoundedFilled.tsx +++ b/src/IconCableRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCableRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableRoundedFilled as default } diff --git a/src/IconCableSharp.tsx b/src/IconCableSharp.tsx index ed599a7bc..255053737 100644 --- a/src/IconCableSharp.tsx +++ b/src/IconCableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableSharp: React.FC = ({ ...props }) => ( +export const IconCableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableSharp as default } diff --git a/src/IconCableSharpFilled.tsx b/src/IconCableSharpFilled.tsx index 832107a84..626d95f05 100644 --- a/src/IconCableSharpFilled.tsx +++ b/src/IconCableSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCableSharpFilled: React.FC = ({ ...props }) => ( +export const IconCableSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCableSharpFilled as default } diff --git a/src/IconCachedOutlined.tsx b/src/IconCachedOutlined.tsx index 67d4bcdb0..17615418b 100644 --- a/src/IconCachedOutlined.tsx +++ b/src/IconCachedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedOutlined: React.FC = ({ ...props }) => ( +export const IconCachedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedOutlined as default } diff --git a/src/IconCachedOutlinedFilled.tsx b/src/IconCachedOutlinedFilled.tsx index fca9f3178..bdbb23a43 100644 --- a/src/IconCachedOutlinedFilled.tsx +++ b/src/IconCachedOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCachedOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedOutlinedFilled as default } diff --git a/src/IconCachedRounded.tsx b/src/IconCachedRounded.tsx index 9e53165bd..6182d2ae4 100644 --- a/src/IconCachedRounded.tsx +++ b/src/IconCachedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedRounded: React.FC = ({ ...props }) => ( +export const IconCachedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedRounded as default } diff --git a/src/IconCachedRoundedFilled.tsx b/src/IconCachedRoundedFilled.tsx index fb5180a39..bf282b330 100644 --- a/src/IconCachedRoundedFilled.tsx +++ b/src/IconCachedRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCachedRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedRoundedFilled as default } diff --git a/src/IconCachedSharp.tsx b/src/IconCachedSharp.tsx index 26f326b72..d0272784a 100644 --- a/src/IconCachedSharp.tsx +++ b/src/IconCachedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedSharp: React.FC = ({ ...props }) => ( +export const IconCachedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedSharp as default } diff --git a/src/IconCachedSharpFilled.tsx b/src/IconCachedSharpFilled.tsx index e44a5ce62..b3163f251 100644 --- a/src/IconCachedSharpFilled.tsx +++ b/src/IconCachedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCachedSharpFilled: React.FC = ({ ...props }) => ( +export const IconCachedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCachedSharpFilled as default } diff --git a/src/IconCadenceOutlined.tsx b/src/IconCadenceOutlined.tsx index 1494a9803..08e28e047 100644 --- a/src/IconCadenceOutlined.tsx +++ b/src/IconCadenceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceOutlined: React.FC = ({ ...props }) => ( +export const IconCadenceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCadenceOutlined as default } diff --git a/src/IconCadenceOutlinedFilled.tsx b/src/IconCadenceOutlinedFilled.tsx index 02fe61229..9e510fbb7 100644 --- a/src/IconCadenceOutlinedFilled.tsx +++ b/src/IconCadenceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCadenceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCadenceOutlinedFilled as default } diff --git a/src/IconCadenceRounded.tsx b/src/IconCadenceRounded.tsx index ad69f2ef6..dc1f5623f 100644 --- a/src/IconCadenceRounded.tsx +++ b/src/IconCadenceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceRounded: React.FC = ({ ...props }) => ( +export const IconCadenceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCadenceRounded as default } diff --git a/src/IconCadenceRoundedFilled.tsx b/src/IconCadenceRoundedFilled.tsx index 5b6e4869a..985d294ac 100644 --- a/src/IconCadenceRoundedFilled.tsx +++ b/src/IconCadenceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCadenceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCadenceRoundedFilled as default } diff --git a/src/IconCadenceSharp.tsx b/src/IconCadenceSharp.tsx index 13d987355..7712d4735 100644 --- a/src/IconCadenceSharp.tsx +++ b/src/IconCadenceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceSharp: React.FC = ({ ...props }) => ( +export const IconCadenceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCadenceSharp as default } diff --git a/src/IconCadenceSharpFilled.tsx b/src/IconCadenceSharpFilled.tsx index 5705f1c72..3520f2703 100644 --- a/src/IconCadenceSharpFilled.tsx +++ b/src/IconCadenceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCadenceSharpFilled: React.FC = ({ ...props }) => ( +export const IconCadenceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCadenceSharpFilled as default } diff --git a/src/IconCakeAddOutlined.tsx b/src/IconCakeAddOutlined.tsx index e64c7ec99..d3411063b 100644 --- a/src/IconCakeAddOutlined.tsx +++ b/src/IconCakeAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddOutlined: React.FC = ({ ...props }) => ( +export const IconCakeAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeAddOutlined as default } diff --git a/src/IconCakeAddOutlinedFilled.tsx b/src/IconCakeAddOutlinedFilled.tsx index 8a61b9760..f3c4e2277 100644 --- a/src/IconCakeAddOutlinedFilled.tsx +++ b/src/IconCakeAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCakeAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCakeAddOutlinedFilled as default } diff --git a/src/IconCakeAddRounded.tsx b/src/IconCakeAddRounded.tsx index f92218d20..f315685db 100644 --- a/src/IconCakeAddRounded.tsx +++ b/src/IconCakeAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddRounded: React.FC = ({ ...props }) => ( +export const IconCakeAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeAddRounded as default } diff --git a/src/IconCakeAddRoundedFilled.tsx b/src/IconCakeAddRoundedFilled.tsx index 3ea775d27..236e09afc 100644 --- a/src/IconCakeAddRoundedFilled.tsx +++ b/src/IconCakeAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCakeAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeAddRoundedFilled as default } diff --git a/src/IconCakeAddSharp.tsx b/src/IconCakeAddSharp.tsx index 33207f477..9dcef6a2f 100644 --- a/src/IconCakeAddSharp.tsx +++ b/src/IconCakeAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddSharp: React.FC = ({ ...props }) => ( +export const IconCakeAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeAddSharp as default } diff --git a/src/IconCakeAddSharpFilled.tsx b/src/IconCakeAddSharpFilled.tsx index b964a012a..097f25413 100644 --- a/src/IconCakeAddSharpFilled.tsx +++ b/src/IconCakeAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconCakeAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeAddSharpFilled as default } diff --git a/src/IconCakeOutlined.tsx b/src/IconCakeOutlined.tsx deleted file mode 100644 index 5067211bc..000000000 --- a/src/IconCakeOutlined.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconCakeOutlined: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconCakeOutlined as default } diff --git a/src/IconCakeOutlinedFilled.tsx b/src/IconCakeOutlinedFilled.tsx index b231ece2b..976b1d686 100644 --- a/src/IconCakeOutlinedFilled.tsx +++ b/src/IconCakeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCakeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeOutlinedFilled as default } diff --git a/src/IconCakeRounded.tsx b/src/IconCakeRounded.tsx index 786de4981..768d155c0 100644 --- a/src/IconCakeRounded.tsx +++ b/src/IconCakeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeRounded: React.FC = ({ ...props }) => ( +export const IconCakeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeRounded as default } diff --git a/src/IconCakeRoundedFilled.tsx b/src/IconCakeRoundedFilled.tsx index 010419671..787fce146 100644 --- a/src/IconCakeRoundedFilled.tsx +++ b/src/IconCakeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCakeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeRoundedFilled as default } diff --git a/src/IconCakeSharp.tsx b/src/IconCakeSharp.tsx index 0488df100..65f95137d 100644 --- a/src/IconCakeSharp.tsx +++ b/src/IconCakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeSharp: React.FC = ({ ...props }) => ( +export const IconCakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeSharp as default } diff --git a/src/IconCakeSharpFilled.tsx b/src/IconCakeSharpFilled.tsx index 2c357c7f6..df6bbb9e3 100644 --- a/src/IconCakeSharpFilled.tsx +++ b/src/IconCakeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCakeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCakeSharpFilled as default } diff --git a/src/IconCalculateOutlined.tsx b/src/IconCalculateOutlined.tsx index 78cbd1d9c..0e2a05d51 100644 --- a/src/IconCalculateOutlined.tsx +++ b/src/IconCalculateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateOutlined: React.FC = ({ ...props }) => ( +export const IconCalculateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalculateOutlined as default } diff --git a/src/IconCalculateOutlinedFilled.tsx b/src/IconCalculateOutlinedFilled.tsx index 496bbd45b..8881b2dfb 100644 --- a/src/IconCalculateOutlinedFilled.tsx +++ b/src/IconCalculateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCalculateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalculateOutlinedFilled as default } diff --git a/src/IconCalculateRounded.tsx b/src/IconCalculateRounded.tsx index dadf95aab..c6f220f87 100644 --- a/src/IconCalculateRounded.tsx +++ b/src/IconCalculateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateRounded: React.FC = ({ ...props }) => ( +export const IconCalculateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalculateRounded as default } diff --git a/src/IconCalculateRoundedFilled.tsx b/src/IconCalculateRoundedFilled.tsx index 17e31d9e3..655440206 100644 --- a/src/IconCalculateRoundedFilled.tsx +++ b/src/IconCalculateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCalculateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalculateRoundedFilled as default } diff --git a/src/IconCalculateSharp.tsx b/src/IconCalculateSharp.tsx index bfe0f9172..42fc47ffe 100644 --- a/src/IconCalculateSharp.tsx +++ b/src/IconCalculateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateSharp: React.FC = ({ ...props }) => ( +export const IconCalculateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalculateSharp as default } diff --git a/src/IconCalculateSharpFilled.tsx b/src/IconCalculateSharpFilled.tsx index 19a311729..be55a6723 100644 --- a/src/IconCalculateSharpFilled.tsx +++ b/src/IconCalculateSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalculateSharpFilled: React.FC = ({ ...props }) => ( +export const IconCalculateSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalculateSharpFilled as default } diff --git a/src/IconCalendarAddOnOutlined.tsx b/src/IconCalendarAddOnOutlined.tsx index 2cfb988d4..148fe740f 100644 --- a/src/IconCalendarAddOnOutlined.tsx +++ b/src/IconCalendarAddOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnOutlined as default } diff --git a/src/IconCalendarAddOnOutlinedFilled.tsx b/src/IconCalendarAddOnOutlinedFilled.tsx index 869b0515e..201b8cff5 100644 --- a/src/IconCalendarAddOnOutlinedFilled.tsx +++ b/src/IconCalendarAddOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnOutlinedFilled as default } diff --git a/src/IconCalendarAddOnRounded.tsx b/src/IconCalendarAddOnRounded.tsx index 3c22c78e0..9fbf05039 100644 --- a/src/IconCalendarAddOnRounded.tsx +++ b/src/IconCalendarAddOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnRounded: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnRounded as default } diff --git a/src/IconCalendarAddOnRoundedFilled.tsx b/src/IconCalendarAddOnRoundedFilled.tsx index 1e90e98ed..e3e5b4bee 100644 --- a/src/IconCalendarAddOnRoundedFilled.tsx +++ b/src/IconCalendarAddOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnRoundedFilled as default } diff --git a/src/IconCalendarAddOnSharp.tsx b/src/IconCalendarAddOnSharp.tsx index 6032cb62f..401345da4 100644 --- a/src/IconCalendarAddOnSharp.tsx +++ b/src/IconCalendarAddOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnSharp: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnSharp as default } diff --git a/src/IconCalendarAddOnSharpFilled.tsx b/src/IconCalendarAddOnSharpFilled.tsx index 2ed937dd1..dc20fd48d 100644 --- a/src/IconCalendarAddOnSharpFilled.tsx +++ b/src/IconCalendarAddOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAddOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarAddOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAddOnSharpFilled as default } diff --git a/src/IconCalendarAppsScriptOutlined.tsx b/src/IconCalendarAppsScriptOutlined.tsx index 540cd40db..589deaf9c 100644 --- a/src/IconCalendarAppsScriptOutlined.tsx +++ b/src/IconCalendarAppsScriptOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarAppsScriptOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAppsScriptOutlined as default } diff --git a/src/IconCalendarAppsScriptOutlinedFilled.tsx b/src/IconCalendarAppsScriptOutlinedFilled.tsx index a6e4d0f09..5c1ebc31a 100644 --- a/src/IconCalendarAppsScriptOutlinedFilled.tsx +++ b/src/IconCalendarAppsScriptOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptOutlinedFilled: React.FC = ({ +export const IconCalendarAppsScriptOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarAppsScriptOutlinedFilled: React.FC = ({ ) - -export { IconCalendarAppsScriptOutlinedFilled as default } diff --git a/src/IconCalendarAppsScriptRounded.tsx b/src/IconCalendarAppsScriptRounded.tsx index 389ce6160..4c7c78cef 100644 --- a/src/IconCalendarAppsScriptRounded.tsx +++ b/src/IconCalendarAppsScriptRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptRounded: React.FC = ({ ...props }) => ( +export const IconCalendarAppsScriptRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAppsScriptRounded as default } diff --git a/src/IconCalendarAppsScriptRoundedFilled.tsx b/src/IconCalendarAppsScriptRoundedFilled.tsx index ff4a06fb9..0e781b8e5 100644 --- a/src/IconCalendarAppsScriptRoundedFilled.tsx +++ b/src/IconCalendarAppsScriptRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptRoundedFilled: React.FC = ({ +export const IconCalendarAppsScriptRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarAppsScriptRoundedFilled: React.FC = ({ ) - -export { IconCalendarAppsScriptRoundedFilled as default } diff --git a/src/IconCalendarAppsScriptSharp.tsx b/src/IconCalendarAppsScriptSharp.tsx index 9b7c60108..14bebe282 100644 --- a/src/IconCalendarAppsScriptSharp.tsx +++ b/src/IconCalendarAppsScriptSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptSharp: React.FC = ({ ...props }) => ( +export const IconCalendarAppsScriptSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarAppsScriptSharp as default } diff --git a/src/IconCalendarAppsScriptSharpFilled.tsx b/src/IconCalendarAppsScriptSharpFilled.tsx index 5e3f5700e..df5ecce92 100644 --- a/src/IconCalendarAppsScriptSharpFilled.tsx +++ b/src/IconCalendarAppsScriptSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarAppsScriptSharpFilled: React.FC = ({ +export const IconCalendarAppsScriptSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarAppsScriptSharpFilled: React.FC = ({ ) - -export { IconCalendarAppsScriptSharpFilled as default } diff --git a/src/IconCalendarClockOutlined.tsx b/src/IconCalendarClockOutlined.tsx index b336b5ea7..6f4738bf5 100644 --- a/src/IconCalendarClockOutlined.tsx +++ b/src/IconCalendarClockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarClockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarClockOutlined as default } diff --git a/src/IconCalendarClockOutlinedFilled.tsx b/src/IconCalendarClockOutlinedFilled.tsx index 87303fa3e..d7353e289 100644 --- a/src/IconCalendarClockOutlinedFilled.tsx +++ b/src/IconCalendarClockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarClockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarClockOutlinedFilled as default } diff --git a/src/IconCalendarClockRounded.tsx b/src/IconCalendarClockRounded.tsx index f3eb163e1..2e575e3c3 100644 --- a/src/IconCalendarClockRounded.tsx +++ b/src/IconCalendarClockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockRounded: React.FC = ({ ...props }) => ( +export const IconCalendarClockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarClockRounded as default } diff --git a/src/IconCalendarClockRoundedFilled.tsx b/src/IconCalendarClockRoundedFilled.tsx index de7dc9c6b..55f510b2a 100644 --- a/src/IconCalendarClockRoundedFilled.tsx +++ b/src/IconCalendarClockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarClockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarClockRoundedFilled as default } diff --git a/src/IconCalendarClockSharp.tsx b/src/IconCalendarClockSharp.tsx index 26dca91dd..f4189939c 100644 --- a/src/IconCalendarClockSharp.tsx +++ b/src/IconCalendarClockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockSharp: React.FC = ({ ...props }) => ( +export const IconCalendarClockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarClockSharp as default } diff --git a/src/IconCalendarClockSharpFilled.tsx b/src/IconCalendarClockSharpFilled.tsx index dee404d71..f3e83b8fe 100644 --- a/src/IconCalendarClockSharpFilled.tsx +++ b/src/IconCalendarClockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarClockSharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarClockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarClockSharpFilled as default } diff --git a/src/IconCalendarMonthOutlined.tsx b/src/IconCalendarMonthOutlined.tsx index 485b7e43c..96f15bc04 100644 --- a/src/IconCalendarMonthOutlined.tsx +++ b/src/IconCalendarMonthOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarMonthOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthOutlined as default } diff --git a/src/IconCalendarMonthOutlinedFilled.tsx b/src/IconCalendarMonthOutlinedFilled.tsx index a8f3a607f..d8015197a 100644 --- a/src/IconCalendarMonthOutlinedFilled.tsx +++ b/src/IconCalendarMonthOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarMonthOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthOutlinedFilled as default } diff --git a/src/IconCalendarMonthRounded.tsx b/src/IconCalendarMonthRounded.tsx index 2e25488b4..693330b21 100644 --- a/src/IconCalendarMonthRounded.tsx +++ b/src/IconCalendarMonthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthRounded: React.FC = ({ ...props }) => ( +export const IconCalendarMonthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthRounded as default } diff --git a/src/IconCalendarMonthRoundedFilled.tsx b/src/IconCalendarMonthRoundedFilled.tsx index df9272e02..0cf22e4e9 100644 --- a/src/IconCalendarMonthRoundedFilled.tsx +++ b/src/IconCalendarMonthRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarMonthRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthRoundedFilled as default } diff --git a/src/IconCalendarMonthSharp.tsx b/src/IconCalendarMonthSharp.tsx index 771068758..66f848cec 100644 --- a/src/IconCalendarMonthSharp.tsx +++ b/src/IconCalendarMonthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthSharp: React.FC = ({ ...props }) => ( +export const IconCalendarMonthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthSharp as default } diff --git a/src/IconCalendarMonthSharpFilled.tsx b/src/IconCalendarMonthSharpFilled.tsx index b78c9c903..d8a5c7772 100644 --- a/src/IconCalendarMonthSharpFilled.tsx +++ b/src/IconCalendarMonthSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarMonthSharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarMonthSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarMonthSharpFilled as default } diff --git a/src/IconCalendarTodayOutlined.tsx b/src/IconCalendarTodayOutlined.tsx index ef7eadc2d..64d8b74a2 100644 --- a/src/IconCalendarTodayOutlined.tsx +++ b/src/IconCalendarTodayOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodayOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarTodayOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarTodayOutlined as default } diff --git a/src/IconCalendarTodayOutlinedFilled.tsx b/src/IconCalendarTodayOutlinedFilled.tsx index 3882e8c2f..0d7b2801b 100644 --- a/src/IconCalendarTodayOutlinedFilled.tsx +++ b/src/IconCalendarTodayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarTodayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarTodayOutlinedFilled as default } diff --git a/src/IconCalendarTodayRounded.tsx b/src/IconCalendarTodayRounded.tsx index b3f4876d0..bed630890 100644 --- a/src/IconCalendarTodayRounded.tsx +++ b/src/IconCalendarTodayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodayRounded: React.FC = ({ ...props }) => ( +export const IconCalendarTodayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarTodayRounded as default } diff --git a/src/IconCalendarTodayRoundedFilled.tsx b/src/IconCalendarTodayRoundedFilled.tsx index 6185d61cc..03b01787e 100644 --- a/src/IconCalendarTodayRoundedFilled.tsx +++ b/src/IconCalendarTodayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCalendarTodayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarTodayRoundedFilled as default } diff --git a/src/IconCalendarTodaySharp.tsx b/src/IconCalendarTodaySharp.tsx index 2482de6c6..310ecf083 100644 --- a/src/IconCalendarTodaySharp.tsx +++ b/src/IconCalendarTodaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodaySharp: React.FC = ({ ...props }) => ( +export const IconCalendarTodaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarTodaySharp as default } diff --git a/src/IconCalendarTodaySharpFilled.tsx b/src/IconCalendarTodaySharpFilled.tsx index ab9c004f6..10a42a8fc 100644 --- a/src/IconCalendarTodaySharpFilled.tsx +++ b/src/IconCalendarTodaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarTodaySharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarTodaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarTodaySharpFilled as default } diff --git a/src/IconCalendarViewDayOutlined.tsx b/src/IconCalendarViewDayOutlined.tsx index 5d2a149ee..e82b0cfa1 100644 --- a/src/IconCalendarViewDayOutlined.tsx +++ b/src/IconCalendarViewDayOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDayOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarViewDayOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewDayOutlined as default } diff --git a/src/IconCalendarViewDayOutlinedFilled.tsx b/src/IconCalendarViewDayOutlinedFilled.tsx index 3579cf270..54a7981e5 100644 --- a/src/IconCalendarViewDayOutlinedFilled.tsx +++ b/src/IconCalendarViewDayOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDayOutlinedFilled: React.FC = ({ +export const IconCalendarViewDayOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewDayOutlinedFilled: React.FC = ({ ) - -export { IconCalendarViewDayOutlinedFilled as default } diff --git a/src/IconCalendarViewDayRounded.tsx b/src/IconCalendarViewDayRounded.tsx index 47369f0af..505b731aa 100644 --- a/src/IconCalendarViewDayRounded.tsx +++ b/src/IconCalendarViewDayRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDayRounded: React.FC = ({ ...props }) => ( +export const IconCalendarViewDayRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewDayRounded as default } diff --git a/src/IconCalendarViewDayRoundedFilled.tsx b/src/IconCalendarViewDayRoundedFilled.tsx index 42e3bdfa6..c27eff61d 100644 --- a/src/IconCalendarViewDayRoundedFilled.tsx +++ b/src/IconCalendarViewDayRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDayRoundedFilled: React.FC = ({ +export const IconCalendarViewDayRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewDayRoundedFilled: React.FC = ({ ) - -export { IconCalendarViewDayRoundedFilled as default } diff --git a/src/IconCalendarViewDaySharp.tsx b/src/IconCalendarViewDaySharp.tsx index 6ddef3909..87d85e69e 100644 --- a/src/IconCalendarViewDaySharp.tsx +++ b/src/IconCalendarViewDaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDaySharp: React.FC = ({ ...props }) => ( +export const IconCalendarViewDaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCalendarViewDaySharp as default } diff --git a/src/IconCalendarViewDaySharpFilled.tsx b/src/IconCalendarViewDaySharpFilled.tsx index acd2ba32a..34b439bc1 100644 --- a/src/IconCalendarViewDaySharpFilled.tsx +++ b/src/IconCalendarViewDaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewDaySharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarViewDaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewDaySharpFilled as default } diff --git a/src/IconCalendarViewMonthOutlined.tsx b/src/IconCalendarViewMonthOutlined.tsx index 9001b862b..43b60c0b0 100644 --- a/src/IconCalendarViewMonthOutlined.tsx +++ b/src/IconCalendarViewMonthOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarViewMonthOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewMonthOutlined as default } diff --git a/src/IconCalendarViewMonthOutlinedFilled.tsx b/src/IconCalendarViewMonthOutlinedFilled.tsx index c1876d302..6a808577a 100644 --- a/src/IconCalendarViewMonthOutlinedFilled.tsx +++ b/src/IconCalendarViewMonthOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthOutlinedFilled: React.FC = ({ +export const IconCalendarViewMonthOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewMonthOutlinedFilled: React.FC = ({ ) - -export { IconCalendarViewMonthOutlinedFilled as default } diff --git a/src/IconCalendarViewMonthRounded.tsx b/src/IconCalendarViewMonthRounded.tsx index ffc392c13..8576b28ff 100644 --- a/src/IconCalendarViewMonthRounded.tsx +++ b/src/IconCalendarViewMonthRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthRounded: React.FC = ({ ...props }) => ( +export const IconCalendarViewMonthRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewMonthRounded as default } diff --git a/src/IconCalendarViewMonthRoundedFilled.tsx b/src/IconCalendarViewMonthRoundedFilled.tsx index 1cdc113a5..92c6cadb0 100644 --- a/src/IconCalendarViewMonthRoundedFilled.tsx +++ b/src/IconCalendarViewMonthRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthRoundedFilled: React.FC = ({ +export const IconCalendarViewMonthRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewMonthRoundedFilled: React.FC = ({ ) - -export { IconCalendarViewMonthRoundedFilled as default } diff --git a/src/IconCalendarViewMonthSharp.tsx b/src/IconCalendarViewMonthSharp.tsx index 94f16bfdc..eb96cedbe 100644 --- a/src/IconCalendarViewMonthSharp.tsx +++ b/src/IconCalendarViewMonthSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthSharp: React.FC = ({ ...props }) => ( +export const IconCalendarViewMonthSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewMonthSharp as default } diff --git a/src/IconCalendarViewMonthSharpFilled.tsx b/src/IconCalendarViewMonthSharpFilled.tsx index de44a03c4..9f7248289 100644 --- a/src/IconCalendarViewMonthSharpFilled.tsx +++ b/src/IconCalendarViewMonthSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewMonthSharpFilled: React.FC = ({ +export const IconCalendarViewMonthSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewMonthSharpFilled: React.FC = ({ ) - -export { IconCalendarViewMonthSharpFilled as default } diff --git a/src/IconCalendarViewWeekOutlined.tsx b/src/IconCalendarViewWeekOutlined.tsx index 9f157c278..13960328c 100644 --- a/src/IconCalendarViewWeekOutlined.tsx +++ b/src/IconCalendarViewWeekOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekOutlined: React.FC = ({ ...props }) => ( +export const IconCalendarViewWeekOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewWeekOutlined as default } diff --git a/src/IconCalendarViewWeekOutlinedFilled.tsx b/src/IconCalendarViewWeekOutlinedFilled.tsx index 61c9720a0..fc3be2b87 100644 --- a/src/IconCalendarViewWeekOutlinedFilled.tsx +++ b/src/IconCalendarViewWeekOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekOutlinedFilled: React.FC = ({ +export const IconCalendarViewWeekOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewWeekOutlinedFilled: React.FC = ({ ) - -export { IconCalendarViewWeekOutlinedFilled as default } diff --git a/src/IconCalendarViewWeekRounded.tsx b/src/IconCalendarViewWeekRounded.tsx index ea32de6e7..9c8006e18 100644 --- a/src/IconCalendarViewWeekRounded.tsx +++ b/src/IconCalendarViewWeekRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekRounded: React.FC = ({ ...props }) => ( +export const IconCalendarViewWeekRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewWeekRounded as default } diff --git a/src/IconCalendarViewWeekRoundedFilled.tsx b/src/IconCalendarViewWeekRoundedFilled.tsx index 7f80b2b74..b0b7cf4b4 100644 --- a/src/IconCalendarViewWeekRoundedFilled.tsx +++ b/src/IconCalendarViewWeekRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekRoundedFilled: React.FC = ({ +export const IconCalendarViewWeekRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCalendarViewWeekRoundedFilled: React.FC = ({ ) - -export { IconCalendarViewWeekRoundedFilled as default } diff --git a/src/IconCalendarViewWeekSharp.tsx b/src/IconCalendarViewWeekSharp.tsx index e6a87a850..4a3e1e2ab 100644 --- a/src/IconCalendarViewWeekSharp.tsx +++ b/src/IconCalendarViewWeekSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekSharp: React.FC = ({ ...props }) => ( +export const IconCalendarViewWeekSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewWeekSharp as default } diff --git a/src/IconCalendarViewWeekSharpFilled.tsx b/src/IconCalendarViewWeekSharpFilled.tsx index 23d67ed20..423d2bfbb 100644 --- a/src/IconCalendarViewWeekSharpFilled.tsx +++ b/src/IconCalendarViewWeekSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCalendarViewWeekSharpFilled: React.FC = ({ ...props }) => ( +export const IconCalendarViewWeekSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCalendarViewWeekSharpFilled as default } diff --git a/src/IconCallEndOutlined.tsx b/src/IconCallEndOutlined.tsx index 13b6600d3..ab62e3708 100644 --- a/src/IconCallEndOutlined.tsx +++ b/src/IconCallEndOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndOutlined: React.FC = ({ ...props }) => ( +export const IconCallEndOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallEndOutlined as default } diff --git a/src/IconCallEndOutlinedFilled.tsx b/src/IconCallEndOutlinedFilled.tsx index 0d86fc37e..14adc8106 100644 --- a/src/IconCallEndOutlinedFilled.tsx +++ b/src/IconCallEndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallEndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallEndOutlinedFilled as default } diff --git a/src/IconCallEndRounded.tsx b/src/IconCallEndRounded.tsx index d561c84c8..ea43ba028 100644 --- a/src/IconCallEndRounded.tsx +++ b/src/IconCallEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndRounded: React.FC = ({ ...props }) => ( +export const IconCallEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallEndRounded as default } diff --git a/src/IconCallEndRoundedFilled.tsx b/src/IconCallEndRoundedFilled.tsx index cc4413a54..a6d9883f0 100644 --- a/src/IconCallEndRoundedFilled.tsx +++ b/src/IconCallEndRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallEndRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallEndRoundedFilled as default } diff --git a/src/IconCallEndSharp.tsx b/src/IconCallEndSharp.tsx index 051c692d5..877b6ffa6 100644 --- a/src/IconCallEndSharp.tsx +++ b/src/IconCallEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndSharp: React.FC = ({ ...props }) => ( +export const IconCallEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallEndSharp as default } diff --git a/src/IconCallEndSharpFilled.tsx b/src/IconCallEndSharpFilled.tsx index 0eca8a274..96bbbc5cc 100644 --- a/src/IconCallEndSharpFilled.tsx +++ b/src/IconCallEndSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallEndSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallEndSharpFilled as default } diff --git a/src/IconCallLogOutlined.tsx b/src/IconCallLogOutlined.tsx index 7c90413ab..698190cf0 100644 --- a/src/IconCallLogOutlined.tsx +++ b/src/IconCallLogOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogOutlined: React.FC = ({ ...props }) => ( +export const IconCallLogOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallLogOutlined as default } diff --git a/src/IconCallLogOutlinedFilled.tsx b/src/IconCallLogOutlinedFilled.tsx index 01b330a8f..6453e76c0 100644 --- a/src/IconCallLogOutlinedFilled.tsx +++ b/src/IconCallLogOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallLogOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallLogOutlinedFilled as default } diff --git a/src/IconCallLogRounded.tsx b/src/IconCallLogRounded.tsx index 8a022beaa..0c09b7c8d 100644 --- a/src/IconCallLogRounded.tsx +++ b/src/IconCallLogRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogRounded: React.FC = ({ ...props }) => ( +export const IconCallLogRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallLogRounded as default } diff --git a/src/IconCallLogRoundedFilled.tsx b/src/IconCallLogRoundedFilled.tsx index 0afb205b5..73f8b894f 100644 --- a/src/IconCallLogRoundedFilled.tsx +++ b/src/IconCallLogRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallLogRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallLogRoundedFilled as default } diff --git a/src/IconCallLogSharp.tsx b/src/IconCallLogSharp.tsx index b52e695f6..7d84c17a4 100644 --- a/src/IconCallLogSharp.tsx +++ b/src/IconCallLogSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogSharp: React.FC = ({ ...props }) => ( +export const IconCallLogSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallLogSharp as default } diff --git a/src/IconCallLogSharpFilled.tsx b/src/IconCallLogSharpFilled.tsx index 2ad576488..48f962277 100644 --- a/src/IconCallLogSharpFilled.tsx +++ b/src/IconCallLogSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallLogSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallLogSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallLogSharpFilled as default } diff --git a/src/IconCallMadeOutlined.tsx b/src/IconCallMadeOutlined.tsx index 154a9493f..2686cd550 100644 --- a/src/IconCallMadeOutlined.tsx +++ b/src/IconCallMadeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeOutlined: React.FC = ({ ...props }) => ( +export const IconCallMadeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMadeOutlined as default } diff --git a/src/IconCallMadeOutlinedFilled.tsx b/src/IconCallMadeOutlinedFilled.tsx index abf191aa0..bf556fc08 100644 --- a/src/IconCallMadeOutlinedFilled.tsx +++ b/src/IconCallMadeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallMadeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMadeOutlinedFilled as default } diff --git a/src/IconCallMadeRounded.tsx b/src/IconCallMadeRounded.tsx index 3d6593bc0..66a99e3d1 100644 --- a/src/IconCallMadeRounded.tsx +++ b/src/IconCallMadeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeRounded: React.FC = ({ ...props }) => ( +export const IconCallMadeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMadeRounded as default } diff --git a/src/IconCallMadeRoundedFilled.tsx b/src/IconCallMadeRoundedFilled.tsx index 3bfd79eba..dec38d28b 100644 --- a/src/IconCallMadeRoundedFilled.tsx +++ b/src/IconCallMadeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallMadeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMadeRoundedFilled as default } diff --git a/src/IconCallMadeSharp.tsx b/src/IconCallMadeSharp.tsx index 3d88429f0..93e334a27 100644 --- a/src/IconCallMadeSharp.tsx +++ b/src/IconCallMadeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeSharp: React.FC = ({ ...props }) => ( +export const IconCallMadeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMadeSharp as default } diff --git a/src/IconCallMadeSharpFilled.tsx b/src/IconCallMadeSharpFilled.tsx index b42085cee..27381bc4e 100644 --- a/src/IconCallMadeSharpFilled.tsx +++ b/src/IconCallMadeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMadeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallMadeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMadeSharpFilled as default } diff --git a/src/IconCallMergeOutlined.tsx b/src/IconCallMergeOutlined.tsx index b38a027e2..dca130ad4 100644 --- a/src/IconCallMergeOutlined.tsx +++ b/src/IconCallMergeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeOutlined: React.FC = ({ ...props }) => ( +export const IconCallMergeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMergeOutlined as default } diff --git a/src/IconCallMergeOutlinedFilled.tsx b/src/IconCallMergeOutlinedFilled.tsx index 7be5eff20..af6461ada 100644 --- a/src/IconCallMergeOutlinedFilled.tsx +++ b/src/IconCallMergeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallMergeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMergeOutlinedFilled as default } diff --git a/src/IconCallMergeRounded.tsx b/src/IconCallMergeRounded.tsx index f6560af72..5fab85ebf 100644 --- a/src/IconCallMergeRounded.tsx +++ b/src/IconCallMergeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeRounded: React.FC = ({ ...props }) => ( +export const IconCallMergeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMergeRounded as default } diff --git a/src/IconCallMergeRoundedFilled.tsx b/src/IconCallMergeRoundedFilled.tsx index 232e1ae0d..82ff0e797 100644 --- a/src/IconCallMergeRoundedFilled.tsx +++ b/src/IconCallMergeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallMergeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMergeRoundedFilled as default } diff --git a/src/IconCallMergeSharp.tsx b/src/IconCallMergeSharp.tsx index c9c5b3332..d76f78e20 100644 --- a/src/IconCallMergeSharp.tsx +++ b/src/IconCallMergeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeSharp: React.FC = ({ ...props }) => ( +export const IconCallMergeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMergeSharp as default } diff --git a/src/IconCallMergeSharpFilled.tsx b/src/IconCallMergeSharpFilled.tsx index c4f56e0b3..a1a7b56ac 100644 --- a/src/IconCallMergeSharpFilled.tsx +++ b/src/IconCallMergeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMergeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallMergeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMergeSharpFilled as default } diff --git a/src/IconCallMissedOutgoingOutlined.tsx b/src/IconCallMissedOutgoingOutlined.tsx index 82158240a..160a16d7e 100644 --- a/src/IconCallMissedOutgoingOutlined.tsx +++ b/src/IconCallMissedOutgoingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingOutlined: React.FC = ({ ...props }) => ( +export const IconCallMissedOutgoingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedOutgoingOutlined as default } diff --git a/src/IconCallMissedOutgoingOutlinedFilled.tsx b/src/IconCallMissedOutgoingOutlinedFilled.tsx index c3327700d..1e6db46aa 100644 --- a/src/IconCallMissedOutgoingOutlinedFilled.tsx +++ b/src/IconCallMissedOutgoingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingOutlinedFilled: React.FC = ({ +export const IconCallMissedOutgoingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCallMissedOutgoingOutlinedFilled: React.FC = ({ ) - -export { IconCallMissedOutgoingOutlinedFilled as default } diff --git a/src/IconCallMissedOutgoingRounded.tsx b/src/IconCallMissedOutgoingRounded.tsx index 738b785d5..7405673c9 100644 --- a/src/IconCallMissedOutgoingRounded.tsx +++ b/src/IconCallMissedOutgoingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingRounded: React.FC = ({ ...props }) => ( +export const IconCallMissedOutgoingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedOutgoingRounded as default } diff --git a/src/IconCallMissedOutgoingRoundedFilled.tsx b/src/IconCallMissedOutgoingRoundedFilled.tsx index 0cf1a1f4a..f248b0257 100644 --- a/src/IconCallMissedOutgoingRoundedFilled.tsx +++ b/src/IconCallMissedOutgoingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingRoundedFilled: React.FC = ({ +export const IconCallMissedOutgoingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCallMissedOutgoingRoundedFilled: React.FC = ({ ) - -export { IconCallMissedOutgoingRoundedFilled as default } diff --git a/src/IconCallMissedOutgoingSharp.tsx b/src/IconCallMissedOutgoingSharp.tsx index f6676de4a..a56507ba5 100644 --- a/src/IconCallMissedOutgoingSharp.tsx +++ b/src/IconCallMissedOutgoingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingSharp: React.FC = ({ ...props }) => ( +export const IconCallMissedOutgoingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedOutgoingSharp as default } diff --git a/src/IconCallMissedOutgoingSharpFilled.tsx b/src/IconCallMissedOutgoingSharpFilled.tsx index ca88a4cea..c77197936 100644 --- a/src/IconCallMissedOutgoingSharpFilled.tsx +++ b/src/IconCallMissedOutgoingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutgoingSharpFilled: React.FC = ({ +export const IconCallMissedOutgoingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCallMissedOutgoingSharpFilled: React.FC = ({ ) - -export { IconCallMissedOutgoingSharpFilled as default } diff --git a/src/IconCallMissedOutlined.tsx b/src/IconCallMissedOutlined.tsx index 1144caa6f..1071e32d2 100644 --- a/src/IconCallMissedOutlined.tsx +++ b/src/IconCallMissedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutlined: React.FC = ({ ...props }) => ( +export const IconCallMissedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMissedOutlined as default } diff --git a/src/IconCallMissedOutlinedFilled.tsx b/src/IconCallMissedOutlinedFilled.tsx index 435ee587e..a7f2e9387 100644 --- a/src/IconCallMissedOutlinedFilled.tsx +++ b/src/IconCallMissedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallMissedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedOutlinedFilled as default } diff --git a/src/IconCallMissedRounded.tsx b/src/IconCallMissedRounded.tsx index ea60d172b..a07d22514 100644 --- a/src/IconCallMissedRounded.tsx +++ b/src/IconCallMissedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedRounded: React.FC = ({ ...props }) => ( +export const IconCallMissedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMissedRounded as default } diff --git a/src/IconCallMissedRoundedFilled.tsx b/src/IconCallMissedRoundedFilled.tsx index 4e3a38579..970bf0e61 100644 --- a/src/IconCallMissedRoundedFilled.tsx +++ b/src/IconCallMissedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallMissedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedRoundedFilled as default } diff --git a/src/IconCallMissedSharp.tsx b/src/IconCallMissedSharp.tsx index ef7250e46..8d8d5d34e 100644 --- a/src/IconCallMissedSharp.tsx +++ b/src/IconCallMissedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedSharp: React.FC = ({ ...props }) => ( +export const IconCallMissedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallMissedSharp as default } diff --git a/src/IconCallMissedSharpFilled.tsx b/src/IconCallMissedSharpFilled.tsx index f4ef84741..f414ef024 100644 --- a/src/IconCallMissedSharpFilled.tsx +++ b/src/IconCallMissedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallMissedSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallMissedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallMissedSharpFilled as default } diff --git a/src/IconCallOutlined.tsx b/src/IconCallOutlined.tsx index 1d5a94a30..8b0ddb04f 100644 --- a/src/IconCallOutlined.tsx +++ b/src/IconCallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallOutlined: React.FC = ({ ...props }) => ( +export const IconCallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallOutlined as default } diff --git a/src/IconCallOutlinedFilled.tsx b/src/IconCallOutlinedFilled.tsx index cf355b5bc..519fb4814 100644 --- a/src/IconCallOutlinedFilled.tsx +++ b/src/IconCallOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallOutlinedFilled as default } diff --git a/src/IconCallQualityOutlined.tsx b/src/IconCallQualityOutlined.tsx index 1b0dc917d..6e0de0c31 100644 --- a/src/IconCallQualityOutlined.tsx +++ b/src/IconCallQualityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualityOutlined: React.FC = ({ ...props }) => ( +export const IconCallQualityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallQualityOutlined as default } diff --git a/src/IconCallQualityOutlinedFilled.tsx b/src/IconCallQualityOutlinedFilled.tsx index 9577d3ab1..241e85032 100644 --- a/src/IconCallQualityOutlinedFilled.tsx +++ b/src/IconCallQualityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallQualityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallQualityOutlinedFilled as default } diff --git a/src/IconCallQualityRounded.tsx b/src/IconCallQualityRounded.tsx index f8162d484..afe860f57 100644 --- a/src/IconCallQualityRounded.tsx +++ b/src/IconCallQualityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualityRounded: React.FC = ({ ...props }) => ( +export const IconCallQualityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallQualityRounded as default } diff --git a/src/IconCallQualityRoundedFilled.tsx b/src/IconCallQualityRoundedFilled.tsx index 30c2fcd0c..8dabe2c66 100644 --- a/src/IconCallQualityRoundedFilled.tsx +++ b/src/IconCallQualityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallQualityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallQualityRoundedFilled as default } diff --git a/src/IconCallQualitySharp.tsx b/src/IconCallQualitySharp.tsx index 92ca1ecae..7c3671d68 100644 --- a/src/IconCallQualitySharp.tsx +++ b/src/IconCallQualitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualitySharp: React.FC = ({ ...props }) => ( +export const IconCallQualitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallQualitySharp as default } diff --git a/src/IconCallQualitySharpFilled.tsx b/src/IconCallQualitySharpFilled.tsx index ab177082b..de908f403 100644 --- a/src/IconCallQualitySharpFilled.tsx +++ b/src/IconCallQualitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallQualitySharpFilled: React.FC = ({ ...props }) => ( +export const IconCallQualitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallQualitySharpFilled as default } diff --git a/src/IconCallReceivedOutlined.tsx b/src/IconCallReceivedOutlined.tsx index ab43016a2..60830c2e1 100644 --- a/src/IconCallReceivedOutlined.tsx +++ b/src/IconCallReceivedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedOutlined: React.FC = ({ ...props }) => ( +export const IconCallReceivedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallReceivedOutlined as default } diff --git a/src/IconCallReceivedOutlinedFilled.tsx b/src/IconCallReceivedOutlinedFilled.tsx index 39ae80e6d..bbb768f71 100644 --- a/src/IconCallReceivedOutlinedFilled.tsx +++ b/src/IconCallReceivedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallReceivedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallReceivedOutlinedFilled as default } diff --git a/src/IconCallReceivedRounded.tsx b/src/IconCallReceivedRounded.tsx index dffd91f80..9657f8e56 100644 --- a/src/IconCallReceivedRounded.tsx +++ b/src/IconCallReceivedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedRounded: React.FC = ({ ...props }) => ( +export const IconCallReceivedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallReceivedRounded as default } diff --git a/src/IconCallReceivedRoundedFilled.tsx b/src/IconCallReceivedRoundedFilled.tsx index fc7ca4f46..dd5f6de0b 100644 --- a/src/IconCallReceivedRoundedFilled.tsx +++ b/src/IconCallReceivedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallReceivedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallReceivedRoundedFilled as default } diff --git a/src/IconCallReceivedSharp.tsx b/src/IconCallReceivedSharp.tsx index d9cbd83af..8e85ead96 100644 --- a/src/IconCallReceivedSharp.tsx +++ b/src/IconCallReceivedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedSharp: React.FC = ({ ...props }) => ( +export const IconCallReceivedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallReceivedSharp as default } diff --git a/src/IconCallReceivedSharpFilled.tsx b/src/IconCallReceivedSharpFilled.tsx index a3f07cf92..e1f9df194 100644 --- a/src/IconCallReceivedSharpFilled.tsx +++ b/src/IconCallReceivedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallReceivedSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallReceivedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallReceivedSharpFilled as default } diff --git a/src/IconCallRounded.tsx b/src/IconCallRounded.tsx index 911622752..e668487c0 100644 --- a/src/IconCallRounded.tsx +++ b/src/IconCallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallRounded: React.FC = ({ ...props }) => ( +export const IconCallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallRounded as default } diff --git a/src/IconCallRoundedFilled.tsx b/src/IconCallRoundedFilled.tsx index 58e4a9e28..cc0b8f210 100644 --- a/src/IconCallRoundedFilled.tsx +++ b/src/IconCallRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallRoundedFilled as default } diff --git a/src/IconCallSharp.tsx b/src/IconCallSharp.tsx index 1a6b2872f..cd5b6f47a 100644 --- a/src/IconCallSharp.tsx +++ b/src/IconCallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSharp: React.FC = ({ ...props }) => ( +export const IconCallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSharp as default } diff --git a/src/IconCallSharpFilled.tsx b/src/IconCallSharpFilled.tsx index 3285d941a..08987d569 100644 --- a/src/IconCallSharpFilled.tsx +++ b/src/IconCallSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSharpFilled as default } diff --git a/src/IconCallSplitOutlined.tsx b/src/IconCallSplitOutlined.tsx index 449d5a9ba..8a0b707b1 100644 --- a/src/IconCallSplitOutlined.tsx +++ b/src/IconCallSplitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitOutlined: React.FC = ({ ...props }) => ( +export const IconCallSplitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSplitOutlined as default } diff --git a/src/IconCallSplitOutlinedFilled.tsx b/src/IconCallSplitOutlinedFilled.tsx index d578dcaa8..d2a96622e 100644 --- a/src/IconCallSplitOutlinedFilled.tsx +++ b/src/IconCallSplitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallSplitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallSplitOutlinedFilled as default } diff --git a/src/IconCallSplitRounded.tsx b/src/IconCallSplitRounded.tsx index 1e56df462..d32e07e1b 100644 --- a/src/IconCallSplitRounded.tsx +++ b/src/IconCallSplitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitRounded: React.FC = ({ ...props }) => ( +export const IconCallSplitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSplitRounded as default } diff --git a/src/IconCallSplitRoundedFilled.tsx b/src/IconCallSplitRoundedFilled.tsx index eb8fcdc48..b4ea0ed08 100644 --- a/src/IconCallSplitRoundedFilled.tsx +++ b/src/IconCallSplitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallSplitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallSplitRoundedFilled as default } diff --git a/src/IconCallSplitSharp.tsx b/src/IconCallSplitSharp.tsx index f4d246113..ac9ac27ff 100644 --- a/src/IconCallSplitSharp.tsx +++ b/src/IconCallSplitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitSharp: React.FC = ({ ...props }) => ( +export const IconCallSplitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSplitSharp as default } diff --git a/src/IconCallSplitSharpFilled.tsx b/src/IconCallSplitSharpFilled.tsx index 8afde3941..13cebeb2e 100644 --- a/src/IconCallSplitSharpFilled.tsx +++ b/src/IconCallSplitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallSplitSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallSplitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallSplitSharpFilled as default } diff --git a/src/IconCallToActionOutlined.tsx b/src/IconCallToActionOutlined.tsx index 1c3e87e31..a44a22c61 100644 --- a/src/IconCallToActionOutlined.tsx +++ b/src/IconCallToActionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionOutlined: React.FC = ({ ...props }) => ( +export const IconCallToActionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallToActionOutlined as default } diff --git a/src/IconCallToActionOutlinedFilled.tsx b/src/IconCallToActionOutlinedFilled.tsx index 258d8ab8a..6af181ae5 100644 --- a/src/IconCallToActionOutlinedFilled.tsx +++ b/src/IconCallToActionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCallToActionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallToActionOutlinedFilled as default } diff --git a/src/IconCallToActionRounded.tsx b/src/IconCallToActionRounded.tsx index 9344cc639..10e573140 100644 --- a/src/IconCallToActionRounded.tsx +++ b/src/IconCallToActionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionRounded: React.FC = ({ ...props }) => ( +export const IconCallToActionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallToActionRounded as default } diff --git a/src/IconCallToActionRoundedFilled.tsx b/src/IconCallToActionRoundedFilled.tsx index 3b7ca6a74..b22ee0982 100644 --- a/src/IconCallToActionRoundedFilled.tsx +++ b/src/IconCallToActionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCallToActionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallToActionRoundedFilled as default } diff --git a/src/IconCallToActionSharp.tsx b/src/IconCallToActionSharp.tsx index 7fc52b9e8..6d1f287a0 100644 --- a/src/IconCallToActionSharp.tsx +++ b/src/IconCallToActionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionSharp: React.FC = ({ ...props }) => ( +export const IconCallToActionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCallToActionSharp as default } diff --git a/src/IconCallToActionSharpFilled.tsx b/src/IconCallToActionSharpFilled.tsx index 4004eaad3..35ae76bb1 100644 --- a/src/IconCallToActionSharpFilled.tsx +++ b/src/IconCallToActionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCallToActionSharpFilled: React.FC = ({ ...props }) => ( +export const IconCallToActionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCallToActionSharpFilled as default } diff --git a/src/IconCameraFrontOutlined.tsx b/src/IconCameraFrontOutlined.tsx index 933f337d4..5263aac3a 100644 --- a/src/IconCameraFrontOutlined.tsx +++ b/src/IconCameraFrontOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontOutlined: React.FC = ({ ...props }) => ( +export const IconCameraFrontOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraFrontOutlined as default } diff --git a/src/IconCameraFrontOutlinedFilled.tsx b/src/IconCameraFrontOutlinedFilled.tsx index e1e2601ac..ec97890ee 100644 --- a/src/IconCameraFrontOutlinedFilled.tsx +++ b/src/IconCameraFrontOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraFrontOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraFrontOutlinedFilled as default } diff --git a/src/IconCameraFrontRounded.tsx b/src/IconCameraFrontRounded.tsx index 6def8be93..5eed156e1 100644 --- a/src/IconCameraFrontRounded.tsx +++ b/src/IconCameraFrontRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontRounded: React.FC = ({ ...props }) => ( +export const IconCameraFrontRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraFrontRounded as default } diff --git a/src/IconCameraFrontRoundedFilled.tsx b/src/IconCameraFrontRoundedFilled.tsx index f1334fec9..f3351cb12 100644 --- a/src/IconCameraFrontRoundedFilled.tsx +++ b/src/IconCameraFrontRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraFrontRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraFrontRoundedFilled as default } diff --git a/src/IconCameraFrontSharp.tsx b/src/IconCameraFrontSharp.tsx index 2762ab435..88ed7a5f6 100644 --- a/src/IconCameraFrontSharp.tsx +++ b/src/IconCameraFrontSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontSharp: React.FC = ({ ...props }) => ( +export const IconCameraFrontSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraFrontSharp as default } diff --git a/src/IconCameraFrontSharpFilled.tsx b/src/IconCameraFrontSharpFilled.tsx index 8d8e46296..764d3e978 100644 --- a/src/IconCameraFrontSharpFilled.tsx +++ b/src/IconCameraFrontSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraFrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraFrontSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraFrontSharpFilled as default } diff --git a/src/IconCameraIndoorOutlined.tsx b/src/IconCameraIndoorOutlined.tsx index 7202b2ecc..efbce72dd 100644 --- a/src/IconCameraIndoorOutlined.tsx +++ b/src/IconCameraIndoorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorOutlined: React.FC = ({ ...props }) => ( +export const IconCameraIndoorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorOutlined as default } diff --git a/src/IconCameraIndoorOutlinedFilled.tsx b/src/IconCameraIndoorOutlinedFilled.tsx index 16dea0a46..010f54d23 100644 --- a/src/IconCameraIndoorOutlinedFilled.tsx +++ b/src/IconCameraIndoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraIndoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorOutlinedFilled as default } diff --git a/src/IconCameraIndoorRounded.tsx b/src/IconCameraIndoorRounded.tsx index 424d5a731..25f9aaee9 100644 --- a/src/IconCameraIndoorRounded.tsx +++ b/src/IconCameraIndoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorRounded: React.FC = ({ ...props }) => ( +export const IconCameraIndoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorRounded as default } diff --git a/src/IconCameraIndoorRoundedFilled.tsx b/src/IconCameraIndoorRoundedFilled.tsx index af007011e..245a01744 100644 --- a/src/IconCameraIndoorRoundedFilled.tsx +++ b/src/IconCameraIndoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraIndoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorRoundedFilled as default } diff --git a/src/IconCameraIndoorSharp.tsx b/src/IconCameraIndoorSharp.tsx index 7b14cb51d..8cc6d59a7 100644 --- a/src/IconCameraIndoorSharp.tsx +++ b/src/IconCameraIndoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorSharp: React.FC = ({ ...props }) => ( +export const IconCameraIndoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorSharp as default } diff --git a/src/IconCameraIndoorSharpFilled.tsx b/src/IconCameraIndoorSharpFilled.tsx index 1d7373cd2..b5aa15cc5 100644 --- a/src/IconCameraIndoorSharpFilled.tsx +++ b/src/IconCameraIndoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraIndoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraIndoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraIndoorSharpFilled as default } diff --git a/src/IconCameraOutdoorOutlined.tsx b/src/IconCameraOutdoorOutlined.tsx index e9581e1b3..644618add 100644 --- a/src/IconCameraOutdoorOutlined.tsx +++ b/src/IconCameraOutdoorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorOutlined: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorOutlined as default } diff --git a/src/IconCameraOutdoorOutlinedFilled.tsx b/src/IconCameraOutdoorOutlinedFilled.tsx index 1c3f61cf8..90a44cd38 100644 --- a/src/IconCameraOutdoorOutlinedFilled.tsx +++ b/src/IconCameraOutdoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorOutlinedFilled as default } diff --git a/src/IconCameraOutdoorRounded.tsx b/src/IconCameraOutdoorRounded.tsx index 98bc885e9..9ccb29de9 100644 --- a/src/IconCameraOutdoorRounded.tsx +++ b/src/IconCameraOutdoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorRounded: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorRounded as default } diff --git a/src/IconCameraOutdoorRoundedFilled.tsx b/src/IconCameraOutdoorRoundedFilled.tsx index ecfc33614..3be1a9c2f 100644 --- a/src/IconCameraOutdoorRoundedFilled.tsx +++ b/src/IconCameraOutdoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorRoundedFilled as default } diff --git a/src/IconCameraOutdoorSharp.tsx b/src/IconCameraOutdoorSharp.tsx index d861e8ca0..66ec0764e 100644 --- a/src/IconCameraOutdoorSharp.tsx +++ b/src/IconCameraOutdoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorSharp: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorSharp as default } diff --git a/src/IconCameraOutdoorSharpFilled.tsx b/src/IconCameraOutdoorSharpFilled.tsx index 4946aff0e..48c978fa9 100644 --- a/src/IconCameraOutdoorSharpFilled.tsx +++ b/src/IconCameraOutdoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutdoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraOutdoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraOutdoorSharpFilled as default } diff --git a/src/IconCameraOutlined.tsx b/src/IconCameraOutlined.tsx index 189d2d767..e4bc7d082 100644 --- a/src/IconCameraOutlined.tsx +++ b/src/IconCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutlined: React.FC = ({ ...props }) => ( +export const IconCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraOutlined as default } diff --git a/src/IconCameraOutlinedFilled.tsx b/src/IconCameraOutlinedFilled.tsx index 6c1b93d8a..0ebec238f 100644 --- a/src/IconCameraOutlinedFilled.tsx +++ b/src/IconCameraOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraOutlinedFilled as default } diff --git a/src/IconCameraRearOutlined.tsx b/src/IconCameraRearOutlined.tsx index cb4918481..1dccdd1bd 100644 --- a/src/IconCameraRearOutlined.tsx +++ b/src/IconCameraRearOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearOutlined: React.FC = ({ ...props }) => ( +export const IconCameraRearOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRearOutlined as default } diff --git a/src/IconCameraRearOutlinedFilled.tsx b/src/IconCameraRearOutlinedFilled.tsx index 7c7cb487f..f39549fb8 100644 --- a/src/IconCameraRearOutlinedFilled.tsx +++ b/src/IconCameraRearOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraRearOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRearOutlinedFilled as default } diff --git a/src/IconCameraRearRounded.tsx b/src/IconCameraRearRounded.tsx index a28e7bb9d..1433c3060 100644 --- a/src/IconCameraRearRounded.tsx +++ b/src/IconCameraRearRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearRounded: React.FC = ({ ...props }) => ( +export const IconCameraRearRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRearRounded as default } diff --git a/src/IconCameraRearRoundedFilled.tsx b/src/IconCameraRearRoundedFilled.tsx index a6e906996..1adfbefc6 100644 --- a/src/IconCameraRearRoundedFilled.tsx +++ b/src/IconCameraRearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraRearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRearRoundedFilled as default } diff --git a/src/IconCameraRearSharp.tsx b/src/IconCameraRearSharp.tsx index b503ea014..4b48a8b13 100644 --- a/src/IconCameraRearSharp.tsx +++ b/src/IconCameraRearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearSharp: React.FC = ({ ...props }) => ( +export const IconCameraRearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRearSharp as default } diff --git a/src/IconCameraRearSharpFilled.tsx b/src/IconCameraRearSharpFilled.tsx index d483ba4bd..0cfa0172a 100644 --- a/src/IconCameraRearSharpFilled.tsx +++ b/src/IconCameraRearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRearSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraRearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRearSharpFilled as default } diff --git a/src/IconCameraRollOutlined.tsx b/src/IconCameraRollOutlined.tsx index 50fda6b8c..99a413c9b 100644 --- a/src/IconCameraRollOutlined.tsx +++ b/src/IconCameraRollOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollOutlined: React.FC = ({ ...props }) => ( +export const IconCameraRollOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRollOutlined as default } diff --git a/src/IconCameraRollOutlinedFilled.tsx b/src/IconCameraRollOutlinedFilled.tsx index dc25fc9b1..a6c88b4d4 100644 --- a/src/IconCameraRollOutlinedFilled.tsx +++ b/src/IconCameraRollOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraRollOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRollOutlinedFilled as default } diff --git a/src/IconCameraRollRounded.tsx b/src/IconCameraRollRounded.tsx index 619d12821..d655d0938 100644 --- a/src/IconCameraRollRounded.tsx +++ b/src/IconCameraRollRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollRounded: React.FC = ({ ...props }) => ( +export const IconCameraRollRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRollRounded as default } diff --git a/src/IconCameraRollRoundedFilled.tsx b/src/IconCameraRollRoundedFilled.tsx index e926f39ce..ad93e11a7 100644 --- a/src/IconCameraRollRoundedFilled.tsx +++ b/src/IconCameraRollRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraRollRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRollRoundedFilled as default } diff --git a/src/IconCameraRollSharp.tsx b/src/IconCameraRollSharp.tsx index 6975ce9d2..71442aa5a 100644 --- a/src/IconCameraRollSharp.tsx +++ b/src/IconCameraRollSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollSharp: React.FC = ({ ...props }) => ( +export const IconCameraRollSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRollSharp as default } diff --git a/src/IconCameraRollSharpFilled.tsx b/src/IconCameraRollSharpFilled.tsx index 18503065b..e1cb3cbd8 100644 --- a/src/IconCameraRollSharpFilled.tsx +++ b/src/IconCameraRollSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRollSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraRollSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraRollSharpFilled as default } diff --git a/src/IconCameraRounded.tsx b/src/IconCameraRounded.tsx index 82b18589c..2f11336d3 100644 --- a/src/IconCameraRounded.tsx +++ b/src/IconCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRounded: React.FC = ({ ...props }) => ( +export const IconCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRounded as default } diff --git a/src/IconCameraRoundedFilled.tsx b/src/IconCameraRoundedFilled.tsx index e60a3c047..ad7abcf82 100644 --- a/src/IconCameraRoundedFilled.tsx +++ b/src/IconCameraRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraRoundedFilled as default } diff --git a/src/IconCameraSharp.tsx b/src/IconCameraSharp.tsx index ba0ebd791..fbc23e51a 100644 --- a/src/IconCameraSharp.tsx +++ b/src/IconCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraSharp: React.FC = ({ ...props }) => ( +export const IconCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraSharp as default } diff --git a/src/IconCameraSharpFilled.tsx b/src/IconCameraSharpFilled.tsx index f888c1614..1cd32fbac 100644 --- a/src/IconCameraSharpFilled.tsx +++ b/src/IconCameraSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraSharpFilled as default } diff --git a/src/IconCameraVideoOutlined.tsx b/src/IconCameraVideoOutlined.tsx index 6133443e8..f0d996294 100644 --- a/src/IconCameraVideoOutlined.tsx +++ b/src/IconCameraVideoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoOutlined: React.FC = ({ ...props }) => ( +export const IconCameraVideoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraVideoOutlined as default } diff --git a/src/IconCameraVideoOutlinedFilled.tsx b/src/IconCameraVideoOutlinedFilled.tsx index 328ac6467..20c7983a0 100644 --- a/src/IconCameraVideoOutlinedFilled.tsx +++ b/src/IconCameraVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraVideoOutlinedFilled as default } diff --git a/src/IconCameraVideoRounded.tsx b/src/IconCameraVideoRounded.tsx index a5c0aa491..73d90cf08 100644 --- a/src/IconCameraVideoRounded.tsx +++ b/src/IconCameraVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoRounded: React.FC = ({ ...props }) => ( +export const IconCameraVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraVideoRounded as default } diff --git a/src/IconCameraVideoRoundedFilled.tsx b/src/IconCameraVideoRoundedFilled.tsx index 9beaeaaf1..1bda10392 100644 --- a/src/IconCameraVideoRoundedFilled.tsx +++ b/src/IconCameraVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraVideoRoundedFilled as default } diff --git a/src/IconCameraVideoSharp.tsx b/src/IconCameraVideoSharp.tsx index 4fa73c954..43d9084ad 100644 --- a/src/IconCameraVideoSharp.tsx +++ b/src/IconCameraVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoSharp: React.FC = ({ ...props }) => ( +export const IconCameraVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraVideoSharp as default } diff --git a/src/IconCameraVideoSharpFilled.tsx b/src/IconCameraVideoSharpFilled.tsx index 3da867551..653899030 100644 --- a/src/IconCameraVideoSharpFilled.tsx +++ b/src/IconCameraVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraVideoSharpFilled as default } diff --git a/src/IconCameraswitchOutlined.tsx b/src/IconCameraswitchOutlined.tsx index b163c57fa..07c69e94f 100644 --- a/src/IconCameraswitchOutlined.tsx +++ b/src/IconCameraswitchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchOutlined: React.FC = ({ ...props }) => ( +export const IconCameraswitchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraswitchOutlined as default } diff --git a/src/IconCameraswitchOutlinedFilled.tsx b/src/IconCameraswitchOutlinedFilled.tsx index cb40d3905..7cae75b44 100644 --- a/src/IconCameraswitchOutlinedFilled.tsx +++ b/src/IconCameraswitchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCameraswitchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraswitchOutlinedFilled as default } diff --git a/src/IconCameraswitchRounded.tsx b/src/IconCameraswitchRounded.tsx index 559985461..87c6044d1 100644 --- a/src/IconCameraswitchRounded.tsx +++ b/src/IconCameraswitchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchRounded: React.FC = ({ ...props }) => ( +export const IconCameraswitchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraswitchRounded as default } diff --git a/src/IconCameraswitchRoundedFilled.tsx b/src/IconCameraswitchRoundedFilled.tsx index 1344c6fce..ce5d6dea0 100644 --- a/src/IconCameraswitchRoundedFilled.tsx +++ b/src/IconCameraswitchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCameraswitchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraswitchRoundedFilled as default } diff --git a/src/IconCameraswitchSharp.tsx b/src/IconCameraswitchSharp.tsx index 4240b3c73..2b75105e3 100644 --- a/src/IconCameraswitchSharp.tsx +++ b/src/IconCameraswitchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchSharp: React.FC = ({ ...props }) => ( +export const IconCameraswitchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCameraswitchSharp as default } diff --git a/src/IconCameraswitchSharpFilled.tsx b/src/IconCameraswitchSharpFilled.tsx index 6f1fa8e70..a41020f65 100644 --- a/src/IconCameraswitchSharpFilled.tsx +++ b/src/IconCameraswitchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCameraswitchSharpFilled: React.FC = ({ ...props }) => ( +export const IconCameraswitchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCameraswitchSharpFilled as default } diff --git a/src/IconCampaignOutlined.tsx b/src/IconCampaignOutlined.tsx index edd1037d1..0e402c03b 100644 --- a/src/IconCampaignOutlined.tsx +++ b/src/IconCampaignOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignOutlined: React.FC = ({ ...props }) => ( +export const IconCampaignOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampaignOutlined as default } diff --git a/src/IconCampaignOutlinedFilled.tsx b/src/IconCampaignOutlinedFilled.tsx index d66d1d369..b80843ef8 100644 --- a/src/IconCampaignOutlinedFilled.tsx +++ b/src/IconCampaignOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCampaignOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCampaignOutlinedFilled as default } diff --git a/src/IconCampaignRounded.tsx b/src/IconCampaignRounded.tsx index f8a90917a..7d57b92d4 100644 --- a/src/IconCampaignRounded.tsx +++ b/src/IconCampaignRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignRounded: React.FC = ({ ...props }) => ( +export const IconCampaignRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampaignRounded as default } diff --git a/src/IconCampaignRoundedFilled.tsx b/src/IconCampaignRoundedFilled.tsx index 393acd36f..92cb5e0d5 100644 --- a/src/IconCampaignRoundedFilled.tsx +++ b/src/IconCampaignRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCampaignRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCampaignRoundedFilled as default } diff --git a/src/IconCampaignSharp.tsx b/src/IconCampaignSharp.tsx index d70ef1bbd..a8293494a 100644 --- a/src/IconCampaignSharp.tsx +++ b/src/IconCampaignSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignSharp: React.FC = ({ ...props }) => ( +export const IconCampaignSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampaignSharp as default } diff --git a/src/IconCampaignSharpFilled.tsx b/src/IconCampaignSharpFilled.tsx index 0555917e6..e9e072644 100644 --- a/src/IconCampaignSharpFilled.tsx +++ b/src/IconCampaignSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampaignSharpFilled: React.FC = ({ ...props }) => ( +export const IconCampaignSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampaignSharpFilled as default } diff --git a/src/IconCampingOutlined.tsx b/src/IconCampingOutlined.tsx index 1ce5f2480..de99ef96a 100644 --- a/src/IconCampingOutlined.tsx +++ b/src/IconCampingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampingOutlined: React.FC = ({ ...props }) => ( +export const IconCampingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampingOutlined as default } diff --git a/src/IconCampingOutlinedFilled.tsx b/src/IconCampingOutlinedFilled.tsx index 8cbe1253b..7993a534b 100644 --- a/src/IconCampingOutlinedFilled.tsx +++ b/src/IconCampingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCampingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCampingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCampingOutlinedFilled as default } diff --git a/src/IconCampingRounded.tsx b/src/IconCampingRounded.tsx index a832a9920..6bcfae952 100644 --- a/src/IconCampingRounded.tsx +++ b/src/IconCampingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampingRounded: React.FC = ({ ...props }) => ( +export const IconCampingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampingRounded as default } diff --git a/src/IconCampingRoundedFilled.tsx b/src/IconCampingRoundedFilled.tsx index 57c0836e7..9a29059a8 100644 --- a/src/IconCampingRoundedFilled.tsx +++ b/src/IconCampingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCampingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampingRoundedFilled as default } diff --git a/src/IconCampingSharp.tsx b/src/IconCampingSharp.tsx index 432897c61..c4d5c2243 100644 --- a/src/IconCampingSharp.tsx +++ b/src/IconCampingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampingSharp: React.FC = ({ ...props }) => ( +export const IconCampingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampingSharp as default } diff --git a/src/IconCampingSharpFilled.tsx b/src/IconCampingSharpFilled.tsx index 461cac609..f01abb4cd 100644 --- a/src/IconCampingSharpFilled.tsx +++ b/src/IconCampingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCampingSharpFilled: React.FC = ({ ...props }) => ( +export const IconCampingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCampingSharpFilled as default } diff --git a/src/IconCancelOutlined.tsx b/src/IconCancelOutlined.tsx index cfd055ad0..24bbb3321 100644 --- a/src/IconCancelOutlined.tsx +++ b/src/IconCancelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelOutlined: React.FC = ({ ...props }) => ( +export const IconCancelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelOutlined as default } diff --git a/src/IconCancelOutlinedFilled.tsx b/src/IconCancelOutlinedFilled.tsx index 554ba7010..db487d3a1 100644 --- a/src/IconCancelOutlinedFilled.tsx +++ b/src/IconCancelOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCancelOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelOutlinedFilled as default } diff --git a/src/IconCancelPresentationOutlined.tsx b/src/IconCancelPresentationOutlined.tsx index 285c74ca7..ce5ad11a5 100644 --- a/src/IconCancelPresentationOutlined.tsx +++ b/src/IconCancelPresentationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationOutlined: React.FC = ({ ...props }) => ( +export const IconCancelPresentationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelPresentationOutlined as default } diff --git a/src/IconCancelPresentationOutlinedFilled.tsx b/src/IconCancelPresentationOutlinedFilled.tsx index 23d64eb19..70f9ca5ca 100644 --- a/src/IconCancelPresentationOutlinedFilled.tsx +++ b/src/IconCancelPresentationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationOutlinedFilled: React.FC = ({ +export const IconCancelPresentationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelPresentationOutlinedFilled: React.FC = ({ ) - -export { IconCancelPresentationOutlinedFilled as default } diff --git a/src/IconCancelPresentationRounded.tsx b/src/IconCancelPresentationRounded.tsx index abb15bdf0..21d572120 100644 --- a/src/IconCancelPresentationRounded.tsx +++ b/src/IconCancelPresentationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationRounded: React.FC = ({ ...props }) => ( +export const IconCancelPresentationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelPresentationRounded as default } diff --git a/src/IconCancelPresentationRoundedFilled.tsx b/src/IconCancelPresentationRoundedFilled.tsx index 5f03332de..57e37c691 100644 --- a/src/IconCancelPresentationRoundedFilled.tsx +++ b/src/IconCancelPresentationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationRoundedFilled: React.FC = ({ +export const IconCancelPresentationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelPresentationRoundedFilled: React.FC = ({ ) - -export { IconCancelPresentationRoundedFilled as default } diff --git a/src/IconCancelPresentationSharp.tsx b/src/IconCancelPresentationSharp.tsx index 87aac1286..5daf355e0 100644 --- a/src/IconCancelPresentationSharp.tsx +++ b/src/IconCancelPresentationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationSharp: React.FC = ({ ...props }) => ( +export const IconCancelPresentationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelPresentationSharp as default } diff --git a/src/IconCancelPresentationSharpFilled.tsx b/src/IconCancelPresentationSharpFilled.tsx index 33c5c62aa..eb852c754 100644 --- a/src/IconCancelPresentationSharpFilled.tsx +++ b/src/IconCancelPresentationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelPresentationSharpFilled: React.FC = ({ +export const IconCancelPresentationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelPresentationSharpFilled: React.FC = ({ ) - -export { IconCancelPresentationSharpFilled as default } diff --git a/src/IconCancelRounded.tsx b/src/IconCancelRounded.tsx index 93b86fb9d..8e6ea03cd 100644 --- a/src/IconCancelRounded.tsx +++ b/src/IconCancelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelRounded: React.FC = ({ ...props }) => ( +export const IconCancelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelRounded as default } diff --git a/src/IconCancelRoundedFilled.tsx b/src/IconCancelRoundedFilled.tsx index 993f12929..e09388cdd 100644 --- a/src/IconCancelRoundedFilled.tsx +++ b/src/IconCancelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCancelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelRoundedFilled as default } diff --git a/src/IconCancelScheduleSendOutlined.tsx b/src/IconCancelScheduleSendOutlined.tsx index 2bc70917d..4ad539109 100644 --- a/src/IconCancelScheduleSendOutlined.tsx +++ b/src/IconCancelScheduleSendOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendOutlined: React.FC = ({ ...props }) => ( +export const IconCancelScheduleSendOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelScheduleSendOutlined as default } diff --git a/src/IconCancelScheduleSendOutlinedFilled.tsx b/src/IconCancelScheduleSendOutlinedFilled.tsx index ed6a6474f..53bef40e8 100644 --- a/src/IconCancelScheduleSendOutlinedFilled.tsx +++ b/src/IconCancelScheduleSendOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendOutlinedFilled: React.FC = ({ +export const IconCancelScheduleSendOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelScheduleSendOutlinedFilled: React.FC = ({ ) - -export { IconCancelScheduleSendOutlinedFilled as default } diff --git a/src/IconCancelScheduleSendRounded.tsx b/src/IconCancelScheduleSendRounded.tsx index a1644ca6f..fd0d5f4c5 100644 --- a/src/IconCancelScheduleSendRounded.tsx +++ b/src/IconCancelScheduleSendRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendRounded: React.FC = ({ ...props }) => ( +export const IconCancelScheduleSendRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelScheduleSendRounded as default } diff --git a/src/IconCancelScheduleSendRoundedFilled.tsx b/src/IconCancelScheduleSendRoundedFilled.tsx index 05d32bcfc..a24e41c63 100644 --- a/src/IconCancelScheduleSendRoundedFilled.tsx +++ b/src/IconCancelScheduleSendRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendRoundedFilled: React.FC = ({ +export const IconCancelScheduleSendRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelScheduleSendRoundedFilled: React.FC = ({ ) - -export { IconCancelScheduleSendRoundedFilled as default } diff --git a/src/IconCancelScheduleSendSharp.tsx b/src/IconCancelScheduleSendSharp.tsx index 037d5f0e8..99619f83b 100644 --- a/src/IconCancelScheduleSendSharp.tsx +++ b/src/IconCancelScheduleSendSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendSharp: React.FC = ({ ...props }) => ( +export const IconCancelScheduleSendSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCancelScheduleSendSharp as default } diff --git a/src/IconCancelScheduleSendSharpFilled.tsx b/src/IconCancelScheduleSendSharpFilled.tsx index d69320f1e..fb2536098 100644 --- a/src/IconCancelScheduleSendSharpFilled.tsx +++ b/src/IconCancelScheduleSendSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCancelScheduleSendSharpFilled: React.FC = ({ +export const IconCancelScheduleSendSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCancelScheduleSendSharpFilled: React.FC = ({ ) - -export { IconCancelScheduleSendSharpFilled as default } diff --git a/src/IconCancelSharp.tsx b/src/IconCancelSharp.tsx index 9bb920d29..f2ad1800c 100644 --- a/src/IconCancelSharp.tsx +++ b/src/IconCancelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelSharp: React.FC = ({ ...props }) => ( +export const IconCancelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelSharp as default } diff --git a/src/IconCancelSharpFilled.tsx b/src/IconCancelSharpFilled.tsx index 364bdfe48..fc99df568 100644 --- a/src/IconCancelSharpFilled.tsx +++ b/src/IconCancelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCancelSharpFilled: React.FC = ({ ...props }) => ( +export const IconCancelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCancelSharpFilled as default } diff --git a/src/IconCandleOutlined.tsx b/src/IconCandleOutlined.tsx index b35b42c99..072513438 100644 --- a/src/IconCandleOutlined.tsx +++ b/src/IconCandleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleOutlined: React.FC = ({ ...props }) => ( +export const IconCandleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleOutlined as default } diff --git a/src/IconCandleOutlinedFilled.tsx b/src/IconCandleOutlinedFilled.tsx index 5b98928ea..1b283da10 100644 --- a/src/IconCandleOutlinedFilled.tsx +++ b/src/IconCandleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCandleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleOutlinedFilled as default } diff --git a/src/IconCandleRounded.tsx b/src/IconCandleRounded.tsx index 70b79ffc5..b0f097e2a 100644 --- a/src/IconCandleRounded.tsx +++ b/src/IconCandleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleRounded: React.FC = ({ ...props }) => ( +export const IconCandleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleRounded as default } diff --git a/src/IconCandleRoundedFilled.tsx b/src/IconCandleRoundedFilled.tsx index cac68117a..8bb4be9d0 100644 --- a/src/IconCandleRoundedFilled.tsx +++ b/src/IconCandleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCandleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleRoundedFilled as default } diff --git a/src/IconCandleSharp.tsx b/src/IconCandleSharp.tsx index 7a3b8bc13..b8a877e9e 100644 --- a/src/IconCandleSharp.tsx +++ b/src/IconCandleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleSharp: React.FC = ({ ...props }) => ( +export const IconCandleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleSharp as default } diff --git a/src/IconCandleSharpFilled.tsx b/src/IconCandleSharpFilled.tsx index 29cc5bd21..049bd08a3 100644 --- a/src/IconCandleSharpFilled.tsx +++ b/src/IconCandleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCandleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCandleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCandleSharpFilled as default } diff --git a/src/IconCandlestickChartOutlined.tsx b/src/IconCandlestickChartOutlined.tsx index 457a39f47..b13bbd988 100644 --- a/src/IconCandlestickChartOutlined.tsx +++ b/src/IconCandlestickChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartOutlined: React.FC = ({ ...props }) => ( +export const IconCandlestickChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCandlestickChartOutlined as default } diff --git a/src/IconCandlestickChartOutlinedFilled.tsx b/src/IconCandlestickChartOutlinedFilled.tsx index 3a16b5d92..8ec5453b0 100644 --- a/src/IconCandlestickChartOutlinedFilled.tsx +++ b/src/IconCandlestickChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartOutlinedFilled: React.FC = ({ +export const IconCandlestickChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCandlestickChartOutlinedFilled: React.FC = ({ ) - -export { IconCandlestickChartOutlinedFilled as default } diff --git a/src/IconCandlestickChartRounded.tsx b/src/IconCandlestickChartRounded.tsx index b7cb829d3..1279b887b 100644 --- a/src/IconCandlestickChartRounded.tsx +++ b/src/IconCandlestickChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartRounded: React.FC = ({ ...props }) => ( +export const IconCandlestickChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCandlestickChartRounded as default } diff --git a/src/IconCandlestickChartRoundedFilled.tsx b/src/IconCandlestickChartRoundedFilled.tsx index f78c3d0b5..b78db5b7b 100644 --- a/src/IconCandlestickChartRoundedFilled.tsx +++ b/src/IconCandlestickChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartRoundedFilled: React.FC = ({ +export const IconCandlestickChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCandlestickChartRoundedFilled: React.FC = ({ ) - -export { IconCandlestickChartRoundedFilled as default } diff --git a/src/IconCandlestickChartSharp.tsx b/src/IconCandlestickChartSharp.tsx index 7c6f23ffb..732c59428 100644 --- a/src/IconCandlestickChartSharp.tsx +++ b/src/IconCandlestickChartSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartSharp: React.FC = ({ ...props }) => ( +export const IconCandlestickChartSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCandlestickChartSharp as default } diff --git a/src/IconCandlestickChartSharpFilled.tsx b/src/IconCandlestickChartSharpFilled.tsx index 5f370e456..80bb3429f 100644 --- a/src/IconCandlestickChartSharpFilled.tsx +++ b/src/IconCandlestickChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCandlestickChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconCandlestickChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCandlestickChartSharpFilled as default } diff --git a/src/IconCaptivePortalOutlined.tsx b/src/IconCaptivePortalOutlined.tsx index 2ee6e68e2..e06ad702f 100644 --- a/src/IconCaptivePortalOutlined.tsx +++ b/src/IconCaptivePortalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalOutlined: React.FC = ({ ...props }) => ( +export const IconCaptivePortalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalOutlined as default } diff --git a/src/IconCaptivePortalOutlinedFilled.tsx b/src/IconCaptivePortalOutlinedFilled.tsx index 89ca7fa78..cb8a52234 100644 --- a/src/IconCaptivePortalOutlinedFilled.tsx +++ b/src/IconCaptivePortalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCaptivePortalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalOutlinedFilled as default } diff --git a/src/IconCaptivePortalRounded.tsx b/src/IconCaptivePortalRounded.tsx index 4c277c2be..d15341190 100644 --- a/src/IconCaptivePortalRounded.tsx +++ b/src/IconCaptivePortalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalRounded: React.FC = ({ ...props }) => ( +export const IconCaptivePortalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalRounded as default } diff --git a/src/IconCaptivePortalRoundedFilled.tsx b/src/IconCaptivePortalRoundedFilled.tsx index c0637d643..c40ab9a34 100644 --- a/src/IconCaptivePortalRoundedFilled.tsx +++ b/src/IconCaptivePortalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCaptivePortalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalRoundedFilled as default } diff --git a/src/IconCaptivePortalSharp.tsx b/src/IconCaptivePortalSharp.tsx index 6dc8c51c7..261a40085 100644 --- a/src/IconCaptivePortalSharp.tsx +++ b/src/IconCaptivePortalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalSharp: React.FC = ({ ...props }) => ( +export const IconCaptivePortalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalSharp as default } diff --git a/src/IconCaptivePortalSharpFilled.tsx b/src/IconCaptivePortalSharpFilled.tsx index 3c57522ab..083a4a454 100644 --- a/src/IconCaptivePortalSharpFilled.tsx +++ b/src/IconCaptivePortalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCaptivePortalSharpFilled: React.FC = ({ ...props }) => ( +export const IconCaptivePortalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCaptivePortalSharpFilled as default } diff --git a/src/IconCaptureOutlined.tsx b/src/IconCaptureOutlined.tsx index 8e6c91c0c..ca58c80d4 100644 --- a/src/IconCaptureOutlined.tsx +++ b/src/IconCaptureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureOutlined: React.FC = ({ ...props }) => ( +export const IconCaptureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptureOutlined as default } diff --git a/src/IconCaptureOutlinedFilled.tsx b/src/IconCaptureOutlinedFilled.tsx index 25ee6b252..39ae83e0c 100644 --- a/src/IconCaptureOutlinedFilled.tsx +++ b/src/IconCaptureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCaptureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCaptureOutlinedFilled as default } diff --git a/src/IconCaptureRounded.tsx b/src/IconCaptureRounded.tsx index 9d760b678..0b5983250 100644 --- a/src/IconCaptureRounded.tsx +++ b/src/IconCaptureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureRounded: React.FC = ({ ...props }) => ( +export const IconCaptureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptureRounded as default } diff --git a/src/IconCaptureRoundedFilled.tsx b/src/IconCaptureRoundedFilled.tsx index 742f19172..feef9530a 100644 --- a/src/IconCaptureRoundedFilled.tsx +++ b/src/IconCaptureRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCaptureRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptureRoundedFilled as default } diff --git a/src/IconCaptureSharp.tsx b/src/IconCaptureSharp.tsx index f92133d8e..b23022b32 100644 --- a/src/IconCaptureSharp.tsx +++ b/src/IconCaptureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureSharp: React.FC = ({ ...props }) => ( +export const IconCaptureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptureSharp as default } diff --git a/src/IconCaptureSharpFilled.tsx b/src/IconCaptureSharpFilled.tsx index 2e9c5503b..593d0012f 100644 --- a/src/IconCaptureSharpFilled.tsx +++ b/src/IconCaptureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCaptureSharpFilled: React.FC = ({ ...props }) => ( +export const IconCaptureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCaptureSharpFilled as default } diff --git a/src/IconCarCrashOutlined.tsx b/src/IconCarCrashOutlined.tsx index 5925dc6c9..17d9f9941 100644 --- a/src/IconCarCrashOutlined.tsx +++ b/src/IconCarCrashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashOutlined: React.FC = ({ ...props }) => ( +export const IconCarCrashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarCrashOutlined as default } diff --git a/src/IconCarCrashOutlinedFilled.tsx b/src/IconCarCrashOutlinedFilled.tsx index 68440bc8f..268495aa9 100644 --- a/src/IconCarCrashOutlinedFilled.tsx +++ b/src/IconCarCrashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarCrashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarCrashOutlinedFilled as default } diff --git a/src/IconCarCrashRounded.tsx b/src/IconCarCrashRounded.tsx index 400ab6c74..9ac9b7b10 100644 --- a/src/IconCarCrashRounded.tsx +++ b/src/IconCarCrashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashRounded: React.FC = ({ ...props }) => ( +export const IconCarCrashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarCrashRounded as default } diff --git a/src/IconCarCrashRoundedFilled.tsx b/src/IconCarCrashRoundedFilled.tsx index d131355d3..12c082aec 100644 --- a/src/IconCarCrashRoundedFilled.tsx +++ b/src/IconCarCrashRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarCrashRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarCrashRoundedFilled as default } diff --git a/src/IconCarCrashSharp.tsx b/src/IconCarCrashSharp.tsx index 442ab9218..2e19ef250 100644 --- a/src/IconCarCrashSharp.tsx +++ b/src/IconCarCrashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashSharp: React.FC = ({ ...props }) => ( +export const IconCarCrashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarCrashSharp as default } diff --git a/src/IconCarCrashSharpFilled.tsx b/src/IconCarCrashSharpFilled.tsx index 82d0897e7..1bb30c5d5 100644 --- a/src/IconCarCrashSharpFilled.tsx +++ b/src/IconCarCrashSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarCrashSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarCrashSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarCrashSharpFilled as default } diff --git a/src/IconCarRentalOutlined.tsx b/src/IconCarRentalOutlined.tsx index 800e64900..e8f702692 100644 --- a/src/IconCarRentalOutlined.tsx +++ b/src/IconCarRentalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalOutlined: React.FC = ({ ...props }) => ( +export const IconCarRentalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRentalOutlined as default } diff --git a/src/IconCarRentalOutlinedFilled.tsx b/src/IconCarRentalOutlinedFilled.tsx index b639f4fb0..5107830a8 100644 --- a/src/IconCarRentalOutlinedFilled.tsx +++ b/src/IconCarRentalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarRentalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarRentalOutlinedFilled as default } diff --git a/src/IconCarRentalRounded.tsx b/src/IconCarRentalRounded.tsx index 0995d5ffa..d439ccc08 100644 --- a/src/IconCarRentalRounded.tsx +++ b/src/IconCarRentalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalRounded: React.FC = ({ ...props }) => ( +export const IconCarRentalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRentalRounded as default } diff --git a/src/IconCarRentalRoundedFilled.tsx b/src/IconCarRentalRoundedFilled.tsx index 3089c287f..cd86c5875 100644 --- a/src/IconCarRentalRoundedFilled.tsx +++ b/src/IconCarRentalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarRentalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarRentalRoundedFilled as default } diff --git a/src/IconCarRentalSharp.tsx b/src/IconCarRentalSharp.tsx index f282a9e61..a6f4cab58 100644 --- a/src/IconCarRentalSharp.tsx +++ b/src/IconCarRentalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalSharp: React.FC = ({ ...props }) => ( +export const IconCarRentalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRentalSharp as default } diff --git a/src/IconCarRentalSharpFilled.tsx b/src/IconCarRentalSharpFilled.tsx index af581a751..7b4b4b6a8 100644 --- a/src/IconCarRentalSharpFilled.tsx +++ b/src/IconCarRentalSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRentalSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarRentalSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRentalSharpFilled as default } diff --git a/src/IconCarRepairOutlined.tsx b/src/IconCarRepairOutlined.tsx index 47b25c085..0b9393285 100644 --- a/src/IconCarRepairOutlined.tsx +++ b/src/IconCarRepairOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairOutlined: React.FC = ({ ...props }) => ( +export const IconCarRepairOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRepairOutlined as default } diff --git a/src/IconCarRepairOutlinedFilled.tsx b/src/IconCarRepairOutlinedFilled.tsx index dc1bd6f9c..f3a86a279 100644 --- a/src/IconCarRepairOutlinedFilled.tsx +++ b/src/IconCarRepairOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarRepairOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarRepairOutlinedFilled as default } diff --git a/src/IconCarRepairRounded.tsx b/src/IconCarRepairRounded.tsx index 38836678e..2d3cb4857 100644 --- a/src/IconCarRepairRounded.tsx +++ b/src/IconCarRepairRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairRounded: React.FC = ({ ...props }) => ( +export const IconCarRepairRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRepairRounded as default } diff --git a/src/IconCarRepairRoundedFilled.tsx b/src/IconCarRepairRoundedFilled.tsx index 9d06e1362..c9f2c3a9c 100644 --- a/src/IconCarRepairRoundedFilled.tsx +++ b/src/IconCarRepairRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarRepairRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarRepairRoundedFilled as default } diff --git a/src/IconCarRepairSharp.tsx b/src/IconCarRepairSharp.tsx index 1a0d22fc8..aac4045a3 100644 --- a/src/IconCarRepairSharp.tsx +++ b/src/IconCarRepairSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairSharp: React.FC = ({ ...props }) => ( +export const IconCarRepairSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRepairSharp as default } diff --git a/src/IconCarRepairSharpFilled.tsx b/src/IconCarRepairSharpFilled.tsx index 53e7c0fba..02abf7df4 100644 --- a/src/IconCarRepairSharpFilled.tsx +++ b/src/IconCarRepairSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarRepairSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarRepairSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarRepairSharpFilled as default } diff --git a/src/IconCarTagOutlined.tsx b/src/IconCarTagOutlined.tsx index 2445944a9..a713ea3f1 100644 --- a/src/IconCarTagOutlined.tsx +++ b/src/IconCarTagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagOutlined: React.FC = ({ ...props }) => ( +export const IconCarTagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagOutlined as default } diff --git a/src/IconCarTagOutlinedFilled.tsx b/src/IconCarTagOutlinedFilled.tsx index 447feee5c..7670308f2 100644 --- a/src/IconCarTagOutlinedFilled.tsx +++ b/src/IconCarTagOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarTagOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagOutlinedFilled as default } diff --git a/src/IconCarTagRounded.tsx b/src/IconCarTagRounded.tsx index 6af18aa9c..65fdd00e7 100644 --- a/src/IconCarTagRounded.tsx +++ b/src/IconCarTagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagRounded: React.FC = ({ ...props }) => ( +export const IconCarTagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagRounded as default } diff --git a/src/IconCarTagRoundedFilled.tsx b/src/IconCarTagRoundedFilled.tsx index 2bf4bf61f..58dd65b02 100644 --- a/src/IconCarTagRoundedFilled.tsx +++ b/src/IconCarTagRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarTagRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagRoundedFilled as default } diff --git a/src/IconCarTagSharp.tsx b/src/IconCarTagSharp.tsx index d7f56386d..01f44f5f2 100644 --- a/src/IconCarTagSharp.tsx +++ b/src/IconCarTagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagSharp: React.FC = ({ ...props }) => ( +export const IconCarTagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagSharp as default } diff --git a/src/IconCarTagSharpFilled.tsx b/src/IconCarTagSharpFilled.tsx index 4d2f099b4..53900ac07 100644 --- a/src/IconCarTagSharpFilled.tsx +++ b/src/IconCarTagSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarTagSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarTagSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarTagSharpFilled as default } diff --git a/src/IconCardMembershipOutlined.tsx b/src/IconCardMembershipOutlined.tsx index 73fe116d9..2a5ac599b 100644 --- a/src/IconCardMembershipOutlined.tsx +++ b/src/IconCardMembershipOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipOutlined: React.FC = ({ ...props }) => ( +export const IconCardMembershipOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardMembershipOutlined as default } diff --git a/src/IconCardMembershipOutlinedFilled.tsx b/src/IconCardMembershipOutlinedFilled.tsx index acb870dcb..5bd44893d 100644 --- a/src/IconCardMembershipOutlinedFilled.tsx +++ b/src/IconCardMembershipOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipOutlinedFilled: React.FC = ({ +export const IconCardMembershipOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCardMembershipOutlinedFilled: React.FC = ({ ) - -export { IconCardMembershipOutlinedFilled as default } diff --git a/src/IconCardMembershipRounded.tsx b/src/IconCardMembershipRounded.tsx index 0641ff74f..93162d840 100644 --- a/src/IconCardMembershipRounded.tsx +++ b/src/IconCardMembershipRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipRounded: React.FC = ({ ...props }) => ( +export const IconCardMembershipRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardMembershipRounded as default } diff --git a/src/IconCardMembershipRoundedFilled.tsx b/src/IconCardMembershipRoundedFilled.tsx index 3089a6219..61c59e3c4 100644 --- a/src/IconCardMembershipRoundedFilled.tsx +++ b/src/IconCardMembershipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCardMembershipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardMembershipRoundedFilled as default } diff --git a/src/IconCardMembershipSharp.tsx b/src/IconCardMembershipSharp.tsx index 4c754508e..6cbc5e194 100644 --- a/src/IconCardMembershipSharp.tsx +++ b/src/IconCardMembershipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipSharp: React.FC = ({ ...props }) => ( +export const IconCardMembershipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardMembershipSharp as default } diff --git a/src/IconCardMembershipSharpFilled.tsx b/src/IconCardMembershipSharpFilled.tsx index 26ca3ed46..9f545e7e9 100644 --- a/src/IconCardMembershipSharpFilled.tsx +++ b/src/IconCardMembershipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardMembershipSharpFilled: React.FC = ({ ...props }) => ( +export const IconCardMembershipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardMembershipSharpFilled as default } diff --git a/src/IconCardTravelOutlined.tsx b/src/IconCardTravelOutlined.tsx index c4ab0a623..ab991f84e 100644 --- a/src/IconCardTravelOutlined.tsx +++ b/src/IconCardTravelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelOutlined: React.FC = ({ ...props }) => ( +export const IconCardTravelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardTravelOutlined as default } diff --git a/src/IconCardTravelOutlinedFilled.tsx b/src/IconCardTravelOutlinedFilled.tsx index a9b5cd2d1..60562ec54 100644 --- a/src/IconCardTravelOutlinedFilled.tsx +++ b/src/IconCardTravelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCardTravelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardTravelOutlinedFilled as default } diff --git a/src/IconCardTravelRounded.tsx b/src/IconCardTravelRounded.tsx index 39f577044..597674a4d 100644 --- a/src/IconCardTravelRounded.tsx +++ b/src/IconCardTravelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelRounded: React.FC = ({ ...props }) => ( +export const IconCardTravelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardTravelRounded as default } diff --git a/src/IconCardTravelRoundedFilled.tsx b/src/IconCardTravelRoundedFilled.tsx index 6f027c8a1..91bff46e4 100644 --- a/src/IconCardTravelRoundedFilled.tsx +++ b/src/IconCardTravelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCardTravelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardTravelRoundedFilled as default } diff --git a/src/IconCardTravelSharp.tsx b/src/IconCardTravelSharp.tsx index 2698dc81b..f5db00ca5 100644 --- a/src/IconCardTravelSharp.tsx +++ b/src/IconCardTravelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelSharp: React.FC = ({ ...props }) => ( +export const IconCardTravelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardTravelSharp as default } diff --git a/src/IconCardTravelSharpFilled.tsx b/src/IconCardTravelSharpFilled.tsx index 8cbb6d913..0972dc90e 100644 --- a/src/IconCardTravelSharpFilled.tsx +++ b/src/IconCardTravelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardTravelSharpFilled: React.FC = ({ ...props }) => ( +export const IconCardTravelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardTravelSharpFilled as default } diff --git a/src/IconCardioLoadOutlined.tsx b/src/IconCardioLoadOutlined.tsx index 229922298..98f1cbc66 100644 --- a/src/IconCardioLoadOutlined.tsx +++ b/src/IconCardioLoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadOutlined: React.FC = ({ ...props }) => ( +export const IconCardioLoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardioLoadOutlined as default } diff --git a/src/IconCardioLoadOutlinedFilled.tsx b/src/IconCardioLoadOutlinedFilled.tsx index cacb053d8..805c009d4 100644 --- a/src/IconCardioLoadOutlinedFilled.tsx +++ b/src/IconCardioLoadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCardioLoadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardioLoadOutlinedFilled as default } diff --git a/src/IconCardioLoadRounded.tsx b/src/IconCardioLoadRounded.tsx index daff6b306..e0a3f8906 100644 --- a/src/IconCardioLoadRounded.tsx +++ b/src/IconCardioLoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadRounded: React.FC = ({ ...props }) => ( +export const IconCardioLoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardioLoadRounded as default } diff --git a/src/IconCardioLoadRoundedFilled.tsx b/src/IconCardioLoadRoundedFilled.tsx index 88457f34c..e4b0dd08d 100644 --- a/src/IconCardioLoadRoundedFilled.tsx +++ b/src/IconCardioLoadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCardioLoadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardioLoadRoundedFilled as default } diff --git a/src/IconCardioLoadSharp.tsx b/src/IconCardioLoadSharp.tsx index 39e4228f8..17c118abb 100644 --- a/src/IconCardioLoadSharp.tsx +++ b/src/IconCardioLoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadSharp: React.FC = ({ ...props }) => ( +export const IconCardioLoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardioLoadSharp as default } diff --git a/src/IconCardioLoadSharpFilled.tsx b/src/IconCardioLoadSharpFilled.tsx index bd4ef4e28..b5214a405 100644 --- a/src/IconCardioLoadSharpFilled.tsx +++ b/src/IconCardioLoadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardioLoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconCardioLoadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardioLoadSharpFilled as default } diff --git a/src/IconCardiologyOutlined.tsx b/src/IconCardiologyOutlined.tsx index 988b4727a..f06a15206 100644 --- a/src/IconCardiologyOutlined.tsx +++ b/src/IconCardiologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologyOutlined: React.FC = ({ ...props }) => ( +export const IconCardiologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardiologyOutlined as default } diff --git a/src/IconCardiologyOutlinedFilled.tsx b/src/IconCardiologyOutlinedFilled.tsx index fa0942bb9..36c950b8e 100644 --- a/src/IconCardiologyOutlinedFilled.tsx +++ b/src/IconCardiologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCardiologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardiologyOutlinedFilled as default } diff --git a/src/IconCardiologyRounded.tsx b/src/IconCardiologyRounded.tsx index d1ae8f733..e9a16beec 100644 --- a/src/IconCardiologyRounded.tsx +++ b/src/IconCardiologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologyRounded: React.FC = ({ ...props }) => ( +export const IconCardiologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardiologyRounded as default } diff --git a/src/IconCardiologyRoundedFilled.tsx b/src/IconCardiologyRoundedFilled.tsx index 7dd599d81..63ff911be 100644 --- a/src/IconCardiologyRoundedFilled.tsx +++ b/src/IconCardiologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCardiologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardiologyRoundedFilled as default } diff --git a/src/IconCardiologySharp.tsx b/src/IconCardiologySharp.tsx index bceb85847..20b3f094c 100644 --- a/src/IconCardiologySharp.tsx +++ b/src/IconCardiologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologySharp: React.FC = ({ ...props }) => ( +export const IconCardiologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardiologySharp as default } diff --git a/src/IconCardiologySharpFilled.tsx b/src/IconCardiologySharpFilled.tsx index efb2b4762..f4339143c 100644 --- a/src/IconCardiologySharpFilled.tsx +++ b/src/IconCardiologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCardiologySharpFilled: React.FC = ({ ...props }) => ( +export const IconCardiologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCardiologySharpFilled as default } diff --git a/src/IconCardsOutlined.tsx b/src/IconCardsOutlined.tsx index 344490bd5..aa788b0a5 100644 --- a/src/IconCardsOutlined.tsx +++ b/src/IconCardsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsOutlined: React.FC = ({ ...props }) => ( +export const IconCardsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsOutlined as default } diff --git a/src/IconCardsOutlinedFilled.tsx b/src/IconCardsOutlinedFilled.tsx index 37f9f3c41..95cecb694 100644 --- a/src/IconCardsOutlinedFilled.tsx +++ b/src/IconCardsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCardsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsOutlinedFilled as default } diff --git a/src/IconCardsRounded.tsx b/src/IconCardsRounded.tsx index 85b680926..d0a3e29d5 100644 --- a/src/IconCardsRounded.tsx +++ b/src/IconCardsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsRounded: React.FC = ({ ...props }) => ( +export const IconCardsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsRounded as default } diff --git a/src/IconCardsRoundedFilled.tsx b/src/IconCardsRoundedFilled.tsx index 9e47d5ad7..1d0d650e1 100644 --- a/src/IconCardsRoundedFilled.tsx +++ b/src/IconCardsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCardsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsRoundedFilled as default } diff --git a/src/IconCardsSharp.tsx b/src/IconCardsSharp.tsx index 256216717..ea37599b3 100644 --- a/src/IconCardsSharp.tsx +++ b/src/IconCardsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsSharp: React.FC = ({ ...props }) => ( +export const IconCardsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsSharp as default } diff --git a/src/IconCardsSharpFilled.tsx b/src/IconCardsSharpFilled.tsx index 29db56863..706145dd6 100644 --- a/src/IconCardsSharpFilled.tsx +++ b/src/IconCardsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCardsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCardsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCardsSharpFilled as default } diff --git a/src/IconCarpenterOutlined.tsx b/src/IconCarpenterOutlined.tsx index b5140879e..159354904 100644 --- a/src/IconCarpenterOutlined.tsx +++ b/src/IconCarpenterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterOutlined: React.FC = ({ ...props }) => ( +export const IconCarpenterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarpenterOutlined as default } diff --git a/src/IconCarpenterOutlinedFilled.tsx b/src/IconCarpenterOutlinedFilled.tsx index 87d6b3714..e685fd238 100644 --- a/src/IconCarpenterOutlinedFilled.tsx +++ b/src/IconCarpenterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarpenterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarpenterOutlinedFilled as default } diff --git a/src/IconCarpenterRounded.tsx b/src/IconCarpenterRounded.tsx index ee915bd19..94ddffcf6 100644 --- a/src/IconCarpenterRounded.tsx +++ b/src/IconCarpenterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterRounded: React.FC = ({ ...props }) => ( +export const IconCarpenterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarpenterRounded as default } diff --git a/src/IconCarpenterRoundedFilled.tsx b/src/IconCarpenterRoundedFilled.tsx index e063f6c7a..dc0edb83b 100644 --- a/src/IconCarpenterRoundedFilled.tsx +++ b/src/IconCarpenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarpenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarpenterRoundedFilled as default } diff --git a/src/IconCarpenterSharp.tsx b/src/IconCarpenterSharp.tsx index 825e6a8be..28abcde1e 100644 --- a/src/IconCarpenterSharp.tsx +++ b/src/IconCarpenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterSharp: React.FC = ({ ...props }) => ( +export const IconCarpenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarpenterSharp as default } diff --git a/src/IconCarpenterSharpFilled.tsx b/src/IconCarpenterSharpFilled.tsx index c450979e1..135342175 100644 --- a/src/IconCarpenterSharpFilled.tsx +++ b/src/IconCarpenterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarpenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarpenterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarpenterSharpFilled as default } diff --git a/src/IconCarryOnBagCheckedOutlined.tsx b/src/IconCarryOnBagCheckedOutlined.tsx index f54a3bca9..7138b5281 100644 --- a/src/IconCarryOnBagCheckedOutlined.tsx +++ b/src/IconCarryOnBagCheckedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedOutlined: React.FC = ({ ...props }) => ( +export const IconCarryOnBagCheckedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagCheckedOutlined as default } diff --git a/src/IconCarryOnBagCheckedOutlinedFilled.tsx b/src/IconCarryOnBagCheckedOutlinedFilled.tsx index 4a65b269d..bb704d14c 100644 --- a/src/IconCarryOnBagCheckedOutlinedFilled.tsx +++ b/src/IconCarryOnBagCheckedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedOutlinedFilled: React.FC = ({ +export const IconCarryOnBagCheckedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagCheckedOutlinedFilled: React.FC = ({ ) - -export { IconCarryOnBagCheckedOutlinedFilled as default } diff --git a/src/IconCarryOnBagCheckedRounded.tsx b/src/IconCarryOnBagCheckedRounded.tsx index a56adf08b..35ebfacfb 100644 --- a/src/IconCarryOnBagCheckedRounded.tsx +++ b/src/IconCarryOnBagCheckedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedRounded: React.FC = ({ ...props }) => ( +export const IconCarryOnBagCheckedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagCheckedRounded as default } diff --git a/src/IconCarryOnBagCheckedRoundedFilled.tsx b/src/IconCarryOnBagCheckedRoundedFilled.tsx index 6b2dd6a13..2df719b0d 100644 --- a/src/IconCarryOnBagCheckedRoundedFilled.tsx +++ b/src/IconCarryOnBagCheckedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedRoundedFilled: React.FC = ({ +export const IconCarryOnBagCheckedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagCheckedRoundedFilled: React.FC = ({ ) - -export { IconCarryOnBagCheckedRoundedFilled as default } diff --git a/src/IconCarryOnBagCheckedSharp.tsx b/src/IconCarryOnBagCheckedSharp.tsx index 73912008d..68bf3ec0c 100644 --- a/src/IconCarryOnBagCheckedSharp.tsx +++ b/src/IconCarryOnBagCheckedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedSharp: React.FC = ({ ...props }) => ( +export const IconCarryOnBagCheckedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagCheckedSharp as default } diff --git a/src/IconCarryOnBagCheckedSharpFilled.tsx b/src/IconCarryOnBagCheckedSharpFilled.tsx index 2fd9fd546..d2289e71b 100644 --- a/src/IconCarryOnBagCheckedSharpFilled.tsx +++ b/src/IconCarryOnBagCheckedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagCheckedSharpFilled: React.FC = ({ +export const IconCarryOnBagCheckedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagCheckedSharpFilled: React.FC = ({ ) - -export { IconCarryOnBagCheckedSharpFilled as default } diff --git a/src/IconCarryOnBagInactiveOutlined.tsx b/src/IconCarryOnBagInactiveOutlined.tsx index ecdc1bb04..0d61196f0 100644 --- a/src/IconCarryOnBagInactiveOutlined.tsx +++ b/src/IconCarryOnBagInactiveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveOutlined: React.FC = ({ ...props }) => ( +export const IconCarryOnBagInactiveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagInactiveOutlined as default } diff --git a/src/IconCarryOnBagInactiveOutlinedFilled.tsx b/src/IconCarryOnBagInactiveOutlinedFilled.tsx index b2545056b..ddc746138 100644 --- a/src/IconCarryOnBagInactiveOutlinedFilled.tsx +++ b/src/IconCarryOnBagInactiveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveOutlinedFilled: React.FC = ({ +export const IconCarryOnBagInactiveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagInactiveOutlinedFilled: React.FC = ({ ) - -export { IconCarryOnBagInactiveOutlinedFilled as default } diff --git a/src/IconCarryOnBagInactiveRounded.tsx b/src/IconCarryOnBagInactiveRounded.tsx index 0539431e1..ef9cb02b0 100644 --- a/src/IconCarryOnBagInactiveRounded.tsx +++ b/src/IconCarryOnBagInactiveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveRounded: React.FC = ({ ...props }) => ( +export const IconCarryOnBagInactiveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagInactiveRounded as default } diff --git a/src/IconCarryOnBagInactiveRoundedFilled.tsx b/src/IconCarryOnBagInactiveRoundedFilled.tsx index cb120eacc..a783e1e25 100644 --- a/src/IconCarryOnBagInactiveRoundedFilled.tsx +++ b/src/IconCarryOnBagInactiveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveRoundedFilled: React.FC = ({ +export const IconCarryOnBagInactiveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagInactiveRoundedFilled: React.FC = ({ ) - -export { IconCarryOnBagInactiveRoundedFilled as default } diff --git a/src/IconCarryOnBagInactiveSharp.tsx b/src/IconCarryOnBagInactiveSharp.tsx index 0288dacaa..4ce6527cc 100644 --- a/src/IconCarryOnBagInactiveSharp.tsx +++ b/src/IconCarryOnBagInactiveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveSharp: React.FC = ({ ...props }) => ( +export const IconCarryOnBagInactiveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagInactiveSharp as default } diff --git a/src/IconCarryOnBagInactiveSharpFilled.tsx b/src/IconCarryOnBagInactiveSharpFilled.tsx index c4d9460ec..d79ca89af 100644 --- a/src/IconCarryOnBagInactiveSharpFilled.tsx +++ b/src/IconCarryOnBagInactiveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagInactiveSharpFilled: React.FC = ({ +export const IconCarryOnBagInactiveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagInactiveSharpFilled: React.FC = ({ ) - -export { IconCarryOnBagInactiveSharpFilled as default } diff --git a/src/IconCarryOnBagOutlined.tsx b/src/IconCarryOnBagOutlined.tsx index 7db9b0e05..e8ce123dd 100644 --- a/src/IconCarryOnBagOutlined.tsx +++ b/src/IconCarryOnBagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagOutlined: React.FC = ({ ...props }) => ( +export const IconCarryOnBagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagOutlined as default } diff --git a/src/IconCarryOnBagOutlinedFilled.tsx b/src/IconCarryOnBagOutlinedFilled.tsx index 9f747bab1..0f2aba956 100644 --- a/src/IconCarryOnBagOutlinedFilled.tsx +++ b/src/IconCarryOnBagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCarryOnBagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagOutlinedFilled as default } diff --git a/src/IconCarryOnBagQuestionOutlined.tsx b/src/IconCarryOnBagQuestionOutlined.tsx index e92e4620d..c45a9e309 100644 --- a/src/IconCarryOnBagQuestionOutlined.tsx +++ b/src/IconCarryOnBagQuestionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionOutlined: React.FC = ({ ...props }) => ( +export const IconCarryOnBagQuestionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagQuestionOutlined as default } diff --git a/src/IconCarryOnBagQuestionOutlinedFilled.tsx b/src/IconCarryOnBagQuestionOutlinedFilled.tsx index 428fe4714..573ff6988 100644 --- a/src/IconCarryOnBagQuestionOutlinedFilled.tsx +++ b/src/IconCarryOnBagQuestionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionOutlinedFilled: React.FC = ({ +export const IconCarryOnBagQuestionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagQuestionOutlinedFilled: React.FC = ({ ) - -export { IconCarryOnBagQuestionOutlinedFilled as default } diff --git a/src/IconCarryOnBagQuestionRounded.tsx b/src/IconCarryOnBagQuestionRounded.tsx index 2ef82bc7e..3bda6dcc0 100644 --- a/src/IconCarryOnBagQuestionRounded.tsx +++ b/src/IconCarryOnBagQuestionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionRounded: React.FC = ({ ...props }) => ( +export const IconCarryOnBagQuestionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagQuestionRounded as default } diff --git a/src/IconCarryOnBagQuestionRoundedFilled.tsx b/src/IconCarryOnBagQuestionRoundedFilled.tsx index de2df6bd1..9afe67445 100644 --- a/src/IconCarryOnBagQuestionRoundedFilled.tsx +++ b/src/IconCarryOnBagQuestionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionRoundedFilled: React.FC = ({ +export const IconCarryOnBagQuestionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagQuestionRoundedFilled: React.FC = ({ ) - -export { IconCarryOnBagQuestionRoundedFilled as default } diff --git a/src/IconCarryOnBagQuestionSharp.tsx b/src/IconCarryOnBagQuestionSharp.tsx index e72e6812b..eb83d361b 100644 --- a/src/IconCarryOnBagQuestionSharp.tsx +++ b/src/IconCarryOnBagQuestionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionSharp: React.FC = ({ ...props }) => ( +export const IconCarryOnBagQuestionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagQuestionSharp as default } diff --git a/src/IconCarryOnBagQuestionSharpFilled.tsx b/src/IconCarryOnBagQuestionSharpFilled.tsx index 533b3201e..523d2c9ea 100644 --- a/src/IconCarryOnBagQuestionSharpFilled.tsx +++ b/src/IconCarryOnBagQuestionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagQuestionSharpFilled: React.FC = ({ +export const IconCarryOnBagQuestionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCarryOnBagQuestionSharpFilled: React.FC = ({ ) - -export { IconCarryOnBagQuestionSharpFilled as default } diff --git a/src/IconCarryOnBagRounded.tsx b/src/IconCarryOnBagRounded.tsx index ee3d488ed..48753c8a5 100644 --- a/src/IconCarryOnBagRounded.tsx +++ b/src/IconCarryOnBagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagRounded: React.FC = ({ ...props }) => ( +export const IconCarryOnBagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagRounded as default } diff --git a/src/IconCarryOnBagRoundedFilled.tsx b/src/IconCarryOnBagRoundedFilled.tsx index f70865b35..669912d97 100644 --- a/src/IconCarryOnBagRoundedFilled.tsx +++ b/src/IconCarryOnBagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCarryOnBagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagRoundedFilled as default } diff --git a/src/IconCarryOnBagSharp.tsx b/src/IconCarryOnBagSharp.tsx index 24b05b915..ad84bb2f1 100644 --- a/src/IconCarryOnBagSharp.tsx +++ b/src/IconCarryOnBagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagSharp: React.FC = ({ ...props }) => ( +export const IconCarryOnBagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagSharp as default } diff --git a/src/IconCarryOnBagSharpFilled.tsx b/src/IconCarryOnBagSharpFilled.tsx index ea6c43e23..9a14bcec4 100644 --- a/src/IconCarryOnBagSharpFilled.tsx +++ b/src/IconCarryOnBagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCarryOnBagSharpFilled: React.FC = ({ ...props }) => ( +export const IconCarryOnBagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCarryOnBagSharpFilled as default } diff --git a/src/IconCasesOutlined.tsx b/src/IconCasesOutlined.tsx index 52964c5f3..d75393025 100644 --- a/src/IconCasesOutlined.tsx +++ b/src/IconCasesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesOutlined: React.FC = ({ ...props }) => ( +export const IconCasesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesOutlined as default } diff --git a/src/IconCasesOutlinedFilled.tsx b/src/IconCasesOutlinedFilled.tsx index b3e6bab6b..e6ffedbd1 100644 --- a/src/IconCasesOutlinedFilled.tsx +++ b/src/IconCasesOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCasesOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesOutlinedFilled as default } diff --git a/src/IconCasesRounded.tsx b/src/IconCasesRounded.tsx index d78d6e622..537002bc0 100644 --- a/src/IconCasesRounded.tsx +++ b/src/IconCasesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesRounded: React.FC = ({ ...props }) => ( +export const IconCasesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesRounded as default } diff --git a/src/IconCasesRoundedFilled.tsx b/src/IconCasesRoundedFilled.tsx index d408f511d..8632d4893 100644 --- a/src/IconCasesRoundedFilled.tsx +++ b/src/IconCasesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCasesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesRoundedFilled as default } diff --git a/src/IconCasesSharp.tsx b/src/IconCasesSharp.tsx index 22c3747d3..61d731a70 100644 --- a/src/IconCasesSharp.tsx +++ b/src/IconCasesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesSharp: React.FC = ({ ...props }) => ( +export const IconCasesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesSharp as default } diff --git a/src/IconCasesSharpFilled.tsx b/src/IconCasesSharpFilled.tsx index 26c3cf104..e09ebb1a7 100644 --- a/src/IconCasesSharpFilled.tsx +++ b/src/IconCasesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasesSharpFilled: React.FC = ({ ...props }) => ( +export const IconCasesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasesSharpFilled as default } diff --git a/src/IconCasinoOutlined.tsx b/src/IconCasinoOutlined.tsx index a29c8abeb..c767568dd 100644 --- a/src/IconCasinoOutlined.tsx +++ b/src/IconCasinoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoOutlined: React.FC = ({ ...props }) => ( +export const IconCasinoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoOutlined as default } diff --git a/src/IconCasinoOutlinedFilled.tsx b/src/IconCasinoOutlinedFilled.tsx index 42f40894b..c3352dfcc 100644 --- a/src/IconCasinoOutlinedFilled.tsx +++ b/src/IconCasinoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCasinoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoOutlinedFilled as default } diff --git a/src/IconCasinoRounded.tsx b/src/IconCasinoRounded.tsx index db5b3ff88..23eb245c6 100644 --- a/src/IconCasinoRounded.tsx +++ b/src/IconCasinoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoRounded: React.FC = ({ ...props }) => ( +export const IconCasinoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoRounded as default } diff --git a/src/IconCasinoRoundedFilled.tsx b/src/IconCasinoRoundedFilled.tsx index 2164a42d1..725fd5c9a 100644 --- a/src/IconCasinoRoundedFilled.tsx +++ b/src/IconCasinoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCasinoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoRoundedFilled as default } diff --git a/src/IconCasinoSharp.tsx b/src/IconCasinoSharp.tsx index 8e3ec142e..f5c88f0ef 100644 --- a/src/IconCasinoSharp.tsx +++ b/src/IconCasinoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoSharp: React.FC = ({ ...props }) => ( +export const IconCasinoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoSharp as default } diff --git a/src/IconCasinoSharpFilled.tsx b/src/IconCasinoSharpFilled.tsx index bf3b94d11..688a7596e 100644 --- a/src/IconCasinoSharpFilled.tsx +++ b/src/IconCasinoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCasinoSharpFilled: React.FC = ({ ...props }) => ( +export const IconCasinoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCasinoSharpFilled as default } diff --git a/src/IconCastConnectedOutlined.tsx b/src/IconCastConnectedOutlined.tsx index 4e2893d7c..c74370cdd 100644 --- a/src/IconCastConnectedOutlined.tsx +++ b/src/IconCastConnectedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedOutlined: React.FC = ({ ...props }) => ( +export const IconCastConnectedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastConnectedOutlined as default } diff --git a/src/IconCastConnectedOutlinedFilled.tsx b/src/IconCastConnectedOutlinedFilled.tsx index c3cda1acb..a3d39a416 100644 --- a/src/IconCastConnectedOutlinedFilled.tsx +++ b/src/IconCastConnectedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCastConnectedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastConnectedOutlinedFilled as default } diff --git a/src/IconCastConnectedRounded.tsx b/src/IconCastConnectedRounded.tsx index b68a021a0..e9561f881 100644 --- a/src/IconCastConnectedRounded.tsx +++ b/src/IconCastConnectedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedRounded: React.FC = ({ ...props }) => ( +export const IconCastConnectedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastConnectedRounded as default } diff --git a/src/IconCastConnectedRoundedFilled.tsx b/src/IconCastConnectedRoundedFilled.tsx index 3a59a3d7e..b1098a1be 100644 --- a/src/IconCastConnectedRoundedFilled.tsx +++ b/src/IconCastConnectedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCastConnectedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastConnectedRoundedFilled as default } diff --git a/src/IconCastConnectedSharp.tsx b/src/IconCastConnectedSharp.tsx index 56800c92d..151f89e64 100644 --- a/src/IconCastConnectedSharp.tsx +++ b/src/IconCastConnectedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedSharp: React.FC = ({ ...props }) => ( +export const IconCastConnectedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastConnectedSharp as default } diff --git a/src/IconCastConnectedSharpFilled.tsx b/src/IconCastConnectedSharpFilled.tsx index 383d31f7f..02ba6410d 100644 --- a/src/IconCastConnectedSharpFilled.tsx +++ b/src/IconCastConnectedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastConnectedSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastConnectedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastConnectedSharpFilled as default } diff --git a/src/IconCastForEducationOutlined.tsx b/src/IconCastForEducationOutlined.tsx index 67f2aa7b5..1f8b65777 100644 --- a/src/IconCastForEducationOutlined.tsx +++ b/src/IconCastForEducationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationOutlined: React.FC = ({ ...props }) => ( +export const IconCastForEducationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastForEducationOutlined as default } diff --git a/src/IconCastForEducationOutlinedFilled.tsx b/src/IconCastForEducationOutlinedFilled.tsx index 8da58e3bb..85df8df7c 100644 --- a/src/IconCastForEducationOutlinedFilled.tsx +++ b/src/IconCastForEducationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationOutlinedFilled: React.FC = ({ +export const IconCastForEducationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCastForEducationOutlinedFilled: React.FC = ({ ) - -export { IconCastForEducationOutlinedFilled as default } diff --git a/src/IconCastForEducationRounded.tsx b/src/IconCastForEducationRounded.tsx index ecd4b6a29..8c9e3074e 100644 --- a/src/IconCastForEducationRounded.tsx +++ b/src/IconCastForEducationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationRounded: React.FC = ({ ...props }) => ( +export const IconCastForEducationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastForEducationRounded as default } diff --git a/src/IconCastForEducationRoundedFilled.tsx b/src/IconCastForEducationRoundedFilled.tsx index 35114c45d..1fc17b57e 100644 --- a/src/IconCastForEducationRoundedFilled.tsx +++ b/src/IconCastForEducationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationRoundedFilled: React.FC = ({ +export const IconCastForEducationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCastForEducationRoundedFilled: React.FC = ({ ) - -export { IconCastForEducationRoundedFilled as default } diff --git a/src/IconCastForEducationSharp.tsx b/src/IconCastForEducationSharp.tsx index 7a88e46e1..a3a35baf1 100644 --- a/src/IconCastForEducationSharp.tsx +++ b/src/IconCastForEducationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationSharp: React.FC = ({ ...props }) => ( +export const IconCastForEducationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastForEducationSharp as default } diff --git a/src/IconCastForEducationSharpFilled.tsx b/src/IconCastForEducationSharpFilled.tsx index 58125b5ad..d391fed0c 100644 --- a/src/IconCastForEducationSharpFilled.tsx +++ b/src/IconCastForEducationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastForEducationSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastForEducationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastForEducationSharpFilled as default } diff --git a/src/IconCastOutlined.tsx b/src/IconCastOutlined.tsx index 2e9a22adb..5037e4174 100644 --- a/src/IconCastOutlined.tsx +++ b/src/IconCastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastOutlined: React.FC = ({ ...props }) => ( +export const IconCastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastOutlined as default } diff --git a/src/IconCastOutlinedFilled.tsx b/src/IconCastOutlinedFilled.tsx index 202a20a75..ba0bdeb45 100644 --- a/src/IconCastOutlinedFilled.tsx +++ b/src/IconCastOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCastOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastOutlinedFilled as default } diff --git a/src/IconCastPauseOutlined.tsx b/src/IconCastPauseOutlined.tsx index 02ec04a18..b5f608068 100644 --- a/src/IconCastPauseOutlined.tsx +++ b/src/IconCastPauseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseOutlined: React.FC = ({ ...props }) => ( +export const IconCastPauseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastPauseOutlined as default } diff --git a/src/IconCastPauseOutlinedFilled.tsx b/src/IconCastPauseOutlinedFilled.tsx index 2f660ff55..3a5eb0053 100644 --- a/src/IconCastPauseOutlinedFilled.tsx +++ b/src/IconCastPauseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCastPauseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastPauseOutlinedFilled as default } diff --git a/src/IconCastPauseRounded.tsx b/src/IconCastPauseRounded.tsx index 35547993d..b36e7a527 100644 --- a/src/IconCastPauseRounded.tsx +++ b/src/IconCastPauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseRounded: React.FC = ({ ...props }) => ( +export const IconCastPauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastPauseRounded as default } diff --git a/src/IconCastPauseRoundedFilled.tsx b/src/IconCastPauseRoundedFilled.tsx index 485759513..06b1ac833 100644 --- a/src/IconCastPauseRoundedFilled.tsx +++ b/src/IconCastPauseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCastPauseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastPauseRoundedFilled as default } diff --git a/src/IconCastPauseSharp.tsx b/src/IconCastPauseSharp.tsx index f2f3c14b8..591522d98 100644 --- a/src/IconCastPauseSharp.tsx +++ b/src/IconCastPauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseSharp: React.FC = ({ ...props }) => ( +export const IconCastPauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastPauseSharp as default } diff --git a/src/IconCastPauseSharpFilled.tsx b/src/IconCastPauseSharpFilled.tsx index 8f55d4e49..61b50f8de 100644 --- a/src/IconCastPauseSharpFilled.tsx +++ b/src/IconCastPauseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastPauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastPauseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastPauseSharpFilled as default } diff --git a/src/IconCastRounded.tsx b/src/IconCastRounded.tsx index 1c4eb1509..123f11159 100644 --- a/src/IconCastRounded.tsx +++ b/src/IconCastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastRounded: React.FC = ({ ...props }) => ( +export const IconCastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastRounded as default } diff --git a/src/IconCastRoundedFilled.tsx b/src/IconCastRoundedFilled.tsx index c245cc6f5..f9a177d99 100644 --- a/src/IconCastRoundedFilled.tsx +++ b/src/IconCastRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCastRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastRoundedFilled as default } diff --git a/src/IconCastSharp.tsx b/src/IconCastSharp.tsx index 81d848e44..ea1d65626 100644 --- a/src/IconCastSharp.tsx +++ b/src/IconCastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastSharp: React.FC = ({ ...props }) => ( +export const IconCastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastSharp as default } diff --git a/src/IconCastSharpFilled.tsx b/src/IconCastSharpFilled.tsx index 08473020e..d4801ad19 100644 --- a/src/IconCastSharpFilled.tsx +++ b/src/IconCastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastSharpFilled as default } diff --git a/src/IconCastWarningOutlined.tsx b/src/IconCastWarningOutlined.tsx index 2a7e80227..a69cf288c 100644 --- a/src/IconCastWarningOutlined.tsx +++ b/src/IconCastWarningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningOutlined: React.FC = ({ ...props }) => ( +export const IconCastWarningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastWarningOutlined as default } diff --git a/src/IconCastWarningOutlinedFilled.tsx b/src/IconCastWarningOutlinedFilled.tsx index 773a84aa5..d86f73c08 100644 --- a/src/IconCastWarningOutlinedFilled.tsx +++ b/src/IconCastWarningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCastWarningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastWarningOutlinedFilled as default } diff --git a/src/IconCastWarningRounded.tsx b/src/IconCastWarningRounded.tsx index 14dc1d67f..a8d8c84df 100644 --- a/src/IconCastWarningRounded.tsx +++ b/src/IconCastWarningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningRounded: React.FC = ({ ...props }) => ( +export const IconCastWarningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastWarningRounded as default } diff --git a/src/IconCastWarningRoundedFilled.tsx b/src/IconCastWarningRoundedFilled.tsx index 646e9279a..ca7684d8e 100644 --- a/src/IconCastWarningRoundedFilled.tsx +++ b/src/IconCastWarningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCastWarningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastWarningRoundedFilled as default } diff --git a/src/IconCastWarningSharp.tsx b/src/IconCastWarningSharp.tsx index 3cc1cee9d..0bcc1d183 100644 --- a/src/IconCastWarningSharp.tsx +++ b/src/IconCastWarningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningSharp: React.FC = ({ ...props }) => ( +export const IconCastWarningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastWarningSharp as default } diff --git a/src/IconCastWarningSharpFilled.tsx b/src/IconCastWarningSharpFilled.tsx index 23416a091..79a0a1df3 100644 --- a/src/IconCastWarningSharpFilled.tsx +++ b/src/IconCastWarningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCastWarningSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastWarningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCastWarningSharpFilled as default } diff --git a/src/IconCastleOutlined.tsx b/src/IconCastleOutlined.tsx index 2ddfe352f..28e60d942 100644 --- a/src/IconCastleOutlined.tsx +++ b/src/IconCastleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleOutlined: React.FC = ({ ...props }) => ( +export const IconCastleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleOutlined as default } diff --git a/src/IconCastleOutlinedFilled.tsx b/src/IconCastleOutlinedFilled.tsx index 32443c054..1fedeaefb 100644 --- a/src/IconCastleOutlinedFilled.tsx +++ b/src/IconCastleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCastleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleOutlinedFilled as default } diff --git a/src/IconCastleRounded.tsx b/src/IconCastleRounded.tsx index 1bb462f45..730ab21b6 100644 --- a/src/IconCastleRounded.tsx +++ b/src/IconCastleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleRounded: React.FC = ({ ...props }) => ( +export const IconCastleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleRounded as default } diff --git a/src/IconCastleRoundedFilled.tsx b/src/IconCastleRoundedFilled.tsx index 7f7754263..ac219397c 100644 --- a/src/IconCastleRoundedFilled.tsx +++ b/src/IconCastleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCastleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleRoundedFilled as default } diff --git a/src/IconCastleSharp.tsx b/src/IconCastleSharp.tsx index ae0ac201c..72955b4c6 100644 --- a/src/IconCastleSharp.tsx +++ b/src/IconCastleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleSharp: React.FC = ({ ...props }) => ( +export const IconCastleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleSharp as default } diff --git a/src/IconCastleSharpFilled.tsx b/src/IconCastleSharpFilled.tsx index 012148918..441b8c489 100644 --- a/src/IconCastleSharpFilled.tsx +++ b/src/IconCastleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCastleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCastleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCastleSharpFilled as default } diff --git a/src/IconCategoryOutlined.tsx b/src/IconCategoryOutlined.tsx index 0805b5e53..077fd1eca 100644 --- a/src/IconCategoryOutlined.tsx +++ b/src/IconCategoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCategoryOutlined: React.FC = ({ ...props }) => ( +export const IconCategoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCategoryOutlined as default } diff --git a/src/IconCategoryOutlinedFilled.tsx b/src/IconCategoryOutlinedFilled.tsx index a484c46ae..55687d437 100644 --- a/src/IconCategoryOutlinedFilled.tsx +++ b/src/IconCategoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCategoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategoryOutlinedFilled as default } diff --git a/src/IconCategoryRounded.tsx b/src/IconCategoryRounded.tsx index f213dc030..f1d510613 100644 --- a/src/IconCategoryRounded.tsx +++ b/src/IconCategoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCategoryRounded: React.FC = ({ ...props }) => ( +export const IconCategoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCategoryRounded as default } diff --git a/src/IconCategoryRoundedFilled.tsx b/src/IconCategoryRoundedFilled.tsx index 6e0ff10ff..6bd60cf0f 100644 --- a/src/IconCategoryRoundedFilled.tsx +++ b/src/IconCategoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCategoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategoryRoundedFilled as default } diff --git a/src/IconCategorySearchOutlined.tsx b/src/IconCategorySearchOutlined.tsx index 20b4e9335..dc18c7262 100644 --- a/src/IconCategorySearchOutlined.tsx +++ b/src/IconCategorySearchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchOutlined: React.FC = ({ ...props }) => ( +export const IconCategorySearchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategorySearchOutlined as default } diff --git a/src/IconCategorySearchOutlinedFilled.tsx b/src/IconCategorySearchOutlinedFilled.tsx index cce15b1b8..73d47594b 100644 --- a/src/IconCategorySearchOutlinedFilled.tsx +++ b/src/IconCategorySearchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchOutlinedFilled: React.FC = ({ +export const IconCategorySearchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCategorySearchOutlinedFilled: React.FC = ({ ) - -export { IconCategorySearchOutlinedFilled as default } diff --git a/src/IconCategorySearchRounded.tsx b/src/IconCategorySearchRounded.tsx index 40cc5e385..e7da05177 100644 --- a/src/IconCategorySearchRounded.tsx +++ b/src/IconCategorySearchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchRounded: React.FC = ({ ...props }) => ( +export const IconCategorySearchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategorySearchRounded as default } diff --git a/src/IconCategorySearchRoundedFilled.tsx b/src/IconCategorySearchRoundedFilled.tsx index 8159ad432..d64f76af9 100644 --- a/src/IconCategorySearchRoundedFilled.tsx +++ b/src/IconCategorySearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCategorySearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategorySearchRoundedFilled as default } diff --git a/src/IconCategorySearchSharp.tsx b/src/IconCategorySearchSharp.tsx index 478204e18..7e2fec52e 100644 --- a/src/IconCategorySearchSharp.tsx +++ b/src/IconCategorySearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchSharp: React.FC = ({ ...props }) => ( +export const IconCategorySearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCategorySearchSharp as default } diff --git a/src/IconCategorySearchSharpFilled.tsx b/src/IconCategorySearchSharpFilled.tsx index a00ca5f3e..fecc2d7be 100644 --- a/src/IconCategorySearchSharpFilled.tsx +++ b/src/IconCategorySearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconCategorySearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCategorySearchSharpFilled as default } diff --git a/src/IconCategorySharp.tsx b/src/IconCategorySharp.tsx index 33fa28566..52a16f854 100644 --- a/src/IconCategorySharp.tsx +++ b/src/IconCategorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySharp: React.FC = ({ ...props }) => ( +export const IconCategorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCategorySharp as default } diff --git a/src/IconCategorySharpFilled.tsx b/src/IconCategorySharpFilled.tsx index 5bc68423b..c838eccc2 100644 --- a/src/IconCategorySharpFilled.tsx +++ b/src/IconCategorySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCategorySharpFilled: React.FC = ({ ...props }) => ( +export const IconCategorySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCategorySharpFilled as default } diff --git a/src/IconCelebrationOutlined.tsx b/src/IconCelebrationOutlined.tsx index 94f5c9ad8..72be294cf 100644 --- a/src/IconCelebrationOutlined.tsx +++ b/src/IconCelebrationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationOutlined: React.FC = ({ ...props }) => ( +export const IconCelebrationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCelebrationOutlined as default } diff --git a/src/IconCelebrationOutlinedFilled.tsx b/src/IconCelebrationOutlinedFilled.tsx index ac74d448d..823202141 100644 --- a/src/IconCelebrationOutlinedFilled.tsx +++ b/src/IconCelebrationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCelebrationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCelebrationOutlinedFilled as default } diff --git a/src/IconCelebrationRounded.tsx b/src/IconCelebrationRounded.tsx index a3fa149a0..6154e211e 100644 --- a/src/IconCelebrationRounded.tsx +++ b/src/IconCelebrationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationRounded: React.FC = ({ ...props }) => ( +export const IconCelebrationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCelebrationRounded as default } diff --git a/src/IconCelebrationRoundedFilled.tsx b/src/IconCelebrationRoundedFilled.tsx index 20875b082..46e84ccd1 100644 --- a/src/IconCelebrationRoundedFilled.tsx +++ b/src/IconCelebrationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCelebrationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCelebrationRoundedFilled as default } diff --git a/src/IconCelebrationSharp.tsx b/src/IconCelebrationSharp.tsx index cefff7d09..c104b050b 100644 --- a/src/IconCelebrationSharp.tsx +++ b/src/IconCelebrationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationSharp: React.FC = ({ ...props }) => ( +export const IconCelebrationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCelebrationSharp as default } diff --git a/src/IconCelebrationSharpFilled.tsx b/src/IconCelebrationSharpFilled.tsx index d5a4af158..303932c05 100644 --- a/src/IconCelebrationSharpFilled.tsx +++ b/src/IconCelebrationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCelebrationSharpFilled: React.FC = ({ ...props }) => ( +export const IconCelebrationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCelebrationSharpFilled as default } diff --git a/src/IconCellMergeOutlined.tsx b/src/IconCellMergeOutlined.tsx index e3b6c6e4f..1e8735d0e 100644 --- a/src/IconCellMergeOutlined.tsx +++ b/src/IconCellMergeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeOutlined: React.FC = ({ ...props }) => ( +export const IconCellMergeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellMergeOutlined as default } diff --git a/src/IconCellMergeOutlinedFilled.tsx b/src/IconCellMergeOutlinedFilled.tsx index 20a3f8be3..b526d9d17 100644 --- a/src/IconCellMergeOutlinedFilled.tsx +++ b/src/IconCellMergeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCellMergeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellMergeOutlinedFilled as default } diff --git a/src/IconCellMergeRounded.tsx b/src/IconCellMergeRounded.tsx index c342460dc..77d998b40 100644 --- a/src/IconCellMergeRounded.tsx +++ b/src/IconCellMergeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeRounded: React.FC = ({ ...props }) => ( +export const IconCellMergeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellMergeRounded as default } diff --git a/src/IconCellMergeRoundedFilled.tsx b/src/IconCellMergeRoundedFilled.tsx index 04e80a4b3..51f965a22 100644 --- a/src/IconCellMergeRoundedFilled.tsx +++ b/src/IconCellMergeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCellMergeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellMergeRoundedFilled as default } diff --git a/src/IconCellMergeSharp.tsx b/src/IconCellMergeSharp.tsx index 55a61d824..3c2b0581a 100644 --- a/src/IconCellMergeSharp.tsx +++ b/src/IconCellMergeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeSharp: React.FC = ({ ...props }) => ( +export const IconCellMergeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellMergeSharp as default } diff --git a/src/IconCellMergeSharpFilled.tsx b/src/IconCellMergeSharpFilled.tsx index 7d6b53d2e..03c1132d5 100644 --- a/src/IconCellMergeSharpFilled.tsx +++ b/src/IconCellMergeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellMergeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCellMergeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellMergeSharpFilled as default } diff --git a/src/IconCellTowerOutlined.tsx b/src/IconCellTowerOutlined.tsx index d886f419b..d464e6edc 100644 --- a/src/IconCellTowerOutlined.tsx +++ b/src/IconCellTowerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerOutlined: React.FC = ({ ...props }) => ( +export const IconCellTowerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellTowerOutlined as default } diff --git a/src/IconCellTowerOutlinedFilled.tsx b/src/IconCellTowerOutlinedFilled.tsx index 67d784fa8..1c735bf5b 100644 --- a/src/IconCellTowerOutlinedFilled.tsx +++ b/src/IconCellTowerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCellTowerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellTowerOutlinedFilled as default } diff --git a/src/IconCellTowerRounded.tsx b/src/IconCellTowerRounded.tsx index d2a842945..450e39ff7 100644 --- a/src/IconCellTowerRounded.tsx +++ b/src/IconCellTowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerRounded: React.FC = ({ ...props }) => ( +export const IconCellTowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellTowerRounded as default } diff --git a/src/IconCellTowerRoundedFilled.tsx b/src/IconCellTowerRoundedFilled.tsx index f0fb3d544..c9e255b01 100644 --- a/src/IconCellTowerRoundedFilled.tsx +++ b/src/IconCellTowerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCellTowerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellTowerRoundedFilled as default } diff --git a/src/IconCellTowerSharp.tsx b/src/IconCellTowerSharp.tsx index 50a40fd98..bf1f6bfde 100644 --- a/src/IconCellTowerSharp.tsx +++ b/src/IconCellTowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerSharp: React.FC = ({ ...props }) => ( +export const IconCellTowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellTowerSharp as default } diff --git a/src/IconCellTowerSharpFilled.tsx b/src/IconCellTowerSharpFilled.tsx index 99eab8326..e46073d02 100644 --- a/src/IconCellTowerSharpFilled.tsx +++ b/src/IconCellTowerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellTowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconCellTowerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellTowerSharpFilled as default } diff --git a/src/IconCellWifiOutlined.tsx b/src/IconCellWifiOutlined.tsx index 010f68982..98ef8f83a 100644 --- a/src/IconCellWifiOutlined.tsx +++ b/src/IconCellWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiOutlined: React.FC = ({ ...props }) => ( +export const IconCellWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellWifiOutlined as default } diff --git a/src/IconCellWifiOutlinedFilled.tsx b/src/IconCellWifiOutlinedFilled.tsx index 3210c5d70..588d2c9d4 100644 --- a/src/IconCellWifiOutlinedFilled.tsx +++ b/src/IconCellWifiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCellWifiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellWifiOutlinedFilled as default } diff --git a/src/IconCellWifiRounded.tsx b/src/IconCellWifiRounded.tsx index b7332bc54..0b896d4c0 100644 --- a/src/IconCellWifiRounded.tsx +++ b/src/IconCellWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiRounded: React.FC = ({ ...props }) => ( +export const IconCellWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellWifiRounded as default } diff --git a/src/IconCellWifiRoundedFilled.tsx b/src/IconCellWifiRoundedFilled.tsx index b4f4b8935..553db200b 100644 --- a/src/IconCellWifiRoundedFilled.tsx +++ b/src/IconCellWifiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCellWifiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCellWifiRoundedFilled as default } diff --git a/src/IconCellWifiSharp.tsx b/src/IconCellWifiSharp.tsx index fd5ed503e..299fe3de5 100644 --- a/src/IconCellWifiSharp.tsx +++ b/src/IconCellWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiSharp: React.FC = ({ ...props }) => ( +export const IconCellWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellWifiSharp as default } diff --git a/src/IconCellWifiSharpFilled.tsx b/src/IconCellWifiSharpFilled.tsx index fdf7f7bd4..e46e44222 100644 --- a/src/IconCellWifiSharpFilled.tsx +++ b/src/IconCellWifiSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCellWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconCellWifiSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCellWifiSharpFilled as default } diff --git a/src/IconCenterFocusStrongOutlined.tsx b/src/IconCenterFocusStrongOutlined.tsx index e66c21469..4b3aae8d1 100644 --- a/src/IconCenterFocusStrongOutlined.tsx +++ b/src/IconCenterFocusStrongOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongOutlined: React.FC = ({ ...props }) => ( +export const IconCenterFocusStrongOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusStrongOutlined as default } diff --git a/src/IconCenterFocusStrongOutlinedFilled.tsx b/src/IconCenterFocusStrongOutlinedFilled.tsx index 910276f54..63b72ee4d 100644 --- a/src/IconCenterFocusStrongOutlinedFilled.tsx +++ b/src/IconCenterFocusStrongOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongOutlinedFilled: React.FC = ({ +export const IconCenterFocusStrongOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCenterFocusStrongOutlinedFilled: React.FC = ({ ) - -export { IconCenterFocusStrongOutlinedFilled as default } diff --git a/src/IconCenterFocusStrongRounded.tsx b/src/IconCenterFocusStrongRounded.tsx index ad381b0b7..53d3261a6 100644 --- a/src/IconCenterFocusStrongRounded.tsx +++ b/src/IconCenterFocusStrongRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongRounded: React.FC = ({ ...props }) => ( +export const IconCenterFocusStrongRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusStrongRounded as default } diff --git a/src/IconCenterFocusStrongRoundedFilled.tsx b/src/IconCenterFocusStrongRoundedFilled.tsx index f84e5282f..3f45099f0 100644 --- a/src/IconCenterFocusStrongRoundedFilled.tsx +++ b/src/IconCenterFocusStrongRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongRoundedFilled: React.FC = ({ +export const IconCenterFocusStrongRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCenterFocusStrongRoundedFilled: React.FC = ({ ) - -export { IconCenterFocusStrongRoundedFilled as default } diff --git a/src/IconCenterFocusStrongSharp.tsx b/src/IconCenterFocusStrongSharp.tsx index 42e85a4a1..42eaf0a69 100644 --- a/src/IconCenterFocusStrongSharp.tsx +++ b/src/IconCenterFocusStrongSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongSharp: React.FC = ({ ...props }) => ( +export const IconCenterFocusStrongSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusStrongSharp as default } diff --git a/src/IconCenterFocusStrongSharpFilled.tsx b/src/IconCenterFocusStrongSharpFilled.tsx index fbaeb0b96..6fbdb4afc 100644 --- a/src/IconCenterFocusStrongSharpFilled.tsx +++ b/src/IconCenterFocusStrongSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusStrongSharpFilled: React.FC = ({ +export const IconCenterFocusStrongSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCenterFocusStrongSharpFilled: React.FC = ({ ) - -export { IconCenterFocusStrongSharpFilled as default } diff --git a/src/IconCenterFocusWeakOutlined.tsx b/src/IconCenterFocusWeakOutlined.tsx index ab8665b13..44df98583 100644 --- a/src/IconCenterFocusWeakOutlined.tsx +++ b/src/IconCenterFocusWeakOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakOutlined: React.FC = ({ ...props }) => ( +export const IconCenterFocusWeakOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusWeakOutlined as default } diff --git a/src/IconCenterFocusWeakOutlinedFilled.tsx b/src/IconCenterFocusWeakOutlinedFilled.tsx index 977b728fb..436e79181 100644 --- a/src/IconCenterFocusWeakOutlinedFilled.tsx +++ b/src/IconCenterFocusWeakOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakOutlinedFilled: React.FC = ({ +export const IconCenterFocusWeakOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCenterFocusWeakOutlinedFilled: React.FC = ({ ) - -export { IconCenterFocusWeakOutlinedFilled as default } diff --git a/src/IconCenterFocusWeakRounded.tsx b/src/IconCenterFocusWeakRounded.tsx index a90f7a7a7..e2025257b 100644 --- a/src/IconCenterFocusWeakRounded.tsx +++ b/src/IconCenterFocusWeakRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakRounded: React.FC = ({ ...props }) => ( +export const IconCenterFocusWeakRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusWeakRounded as default } diff --git a/src/IconCenterFocusWeakRoundedFilled.tsx b/src/IconCenterFocusWeakRoundedFilled.tsx index 4f7b8599d..7102adda7 100644 --- a/src/IconCenterFocusWeakRoundedFilled.tsx +++ b/src/IconCenterFocusWeakRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakRoundedFilled: React.FC = ({ +export const IconCenterFocusWeakRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCenterFocusWeakRoundedFilled: React.FC = ({ ) - -export { IconCenterFocusWeakRoundedFilled as default } diff --git a/src/IconCenterFocusWeakSharp.tsx b/src/IconCenterFocusWeakSharp.tsx index c7788829c..690864d9a 100644 --- a/src/IconCenterFocusWeakSharp.tsx +++ b/src/IconCenterFocusWeakSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakSharp: React.FC = ({ ...props }) => ( +export const IconCenterFocusWeakSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCenterFocusWeakSharp as default } diff --git a/src/IconCenterFocusWeakSharpFilled.tsx b/src/IconCenterFocusWeakSharpFilled.tsx index 8b6be72ae..ab1dae326 100644 --- a/src/IconCenterFocusWeakSharpFilled.tsx +++ b/src/IconCenterFocusWeakSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCenterFocusWeakSharpFilled: React.FC = ({ ...props }) => ( +export const IconCenterFocusWeakSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCenterFocusWeakSharpFilled as default } diff --git a/src/IconChairAltOutlined.tsx b/src/IconChairAltOutlined.tsx index 94114f06f..949d37ae7 100644 --- a/src/IconChairAltOutlined.tsx +++ b/src/IconChairAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltOutlined: React.FC = ({ ...props }) => ( +export const IconChairAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairAltOutlined as default } diff --git a/src/IconChairAltOutlinedFilled.tsx b/src/IconChairAltOutlinedFilled.tsx index f1e86ec1a..2bc1550bf 100644 --- a/src/IconChairAltOutlinedFilled.tsx +++ b/src/IconChairAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChairAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChairAltOutlinedFilled as default } diff --git a/src/IconChairAltRounded.tsx b/src/IconChairAltRounded.tsx index 0c19e16e4..8eaff0347 100644 --- a/src/IconChairAltRounded.tsx +++ b/src/IconChairAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltRounded: React.FC = ({ ...props }) => ( +export const IconChairAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairAltRounded as default } diff --git a/src/IconChairAltRoundedFilled.tsx b/src/IconChairAltRoundedFilled.tsx index fcc5db2be..052de9873 100644 --- a/src/IconChairAltRoundedFilled.tsx +++ b/src/IconChairAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChairAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChairAltRoundedFilled as default } diff --git a/src/IconChairAltSharp.tsx b/src/IconChairAltSharp.tsx index 4bfab1a4f..b3df12b69 100644 --- a/src/IconChairAltSharp.tsx +++ b/src/IconChairAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltSharp: React.FC = ({ ...props }) => ( +export const IconChairAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairAltSharp as default } diff --git a/src/IconChairAltSharpFilled.tsx b/src/IconChairAltSharpFilled.tsx index e5a9b1864..ac5519e79 100644 --- a/src/IconChairAltSharpFilled.tsx +++ b/src/IconChairAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconChairAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairAltSharpFilled as default } diff --git a/src/IconChairOutlined.tsx b/src/IconChairOutlined.tsx index 081ea9754..eb2e24bfb 100644 --- a/src/IconChairOutlined.tsx +++ b/src/IconChairOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairOutlined: React.FC = ({ ...props }) => ( +export const IconChairOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairOutlined as default } diff --git a/src/IconChairOutlinedFilled.tsx b/src/IconChairOutlinedFilled.tsx index 188a87707..d7321d169 100644 --- a/src/IconChairOutlinedFilled.tsx +++ b/src/IconChairOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChairOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairOutlinedFilled as default } diff --git a/src/IconChairRounded.tsx b/src/IconChairRounded.tsx index fa309a5f9..85bc2e0e2 100644 --- a/src/IconChairRounded.tsx +++ b/src/IconChairRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairRounded: React.FC = ({ ...props }) => ( +export const IconChairRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairRounded as default } diff --git a/src/IconChairRoundedFilled.tsx b/src/IconChairRoundedFilled.tsx index 105a2d197..804c9c171 100644 --- a/src/IconChairRoundedFilled.tsx +++ b/src/IconChairRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChairRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairRoundedFilled as default } diff --git a/src/IconChairSharp.tsx b/src/IconChairSharp.tsx index e551ab4a4..434115467 100644 --- a/src/IconChairSharp.tsx +++ b/src/IconChairSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairSharp: React.FC = ({ ...props }) => ( +export const IconChairSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairSharp as default } diff --git a/src/IconChairSharpFilled.tsx b/src/IconChairSharpFilled.tsx index 34bcaa75e..139c260ef 100644 --- a/src/IconChairSharpFilled.tsx +++ b/src/IconChairSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChairSharpFilled: React.FC = ({ ...props }) => ( +export const IconChairSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChairSharpFilled as default } diff --git a/src/IconChaletOutlined.tsx b/src/IconChaletOutlined.tsx index 197690f24..661712d74 100644 --- a/src/IconChaletOutlined.tsx +++ b/src/IconChaletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletOutlined: React.FC = ({ ...props }) => ( +export const IconChaletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletOutlined as default } diff --git a/src/IconChaletOutlinedFilled.tsx b/src/IconChaletOutlinedFilled.tsx index 4723dba16..2c2529056 100644 --- a/src/IconChaletOutlinedFilled.tsx +++ b/src/IconChaletOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChaletOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletOutlinedFilled as default } diff --git a/src/IconChaletRounded.tsx b/src/IconChaletRounded.tsx index d99b93778..46b41aa07 100644 --- a/src/IconChaletRounded.tsx +++ b/src/IconChaletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletRounded: React.FC = ({ ...props }) => ( +export const IconChaletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletRounded as default } diff --git a/src/IconChaletRoundedFilled.tsx b/src/IconChaletRoundedFilled.tsx index ff839c186..6c095b533 100644 --- a/src/IconChaletRoundedFilled.tsx +++ b/src/IconChaletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChaletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletRoundedFilled as default } diff --git a/src/IconChaletSharp.tsx b/src/IconChaletSharp.tsx index 3d34d8880..3483a5a29 100644 --- a/src/IconChaletSharp.tsx +++ b/src/IconChaletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletSharp: React.FC = ({ ...props }) => ( +export const IconChaletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletSharp as default } diff --git a/src/IconChaletSharpFilled.tsx b/src/IconChaletSharpFilled.tsx index ca41abe07..79c32798a 100644 --- a/src/IconChaletSharpFilled.tsx +++ b/src/IconChaletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChaletSharpFilled: React.FC = ({ ...props }) => ( +export const IconChaletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChaletSharpFilled as default } diff --git a/src/IconChangeCircleOutlined.tsx b/src/IconChangeCircleOutlined.tsx index 9cfef4e92..bd3b0730e 100644 --- a/src/IconChangeCircleOutlined.tsx +++ b/src/IconChangeCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleOutlined: React.FC = ({ ...props }) => ( +export const IconChangeCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChangeCircleOutlined as default } diff --git a/src/IconChangeCircleOutlinedFilled.tsx b/src/IconChangeCircleOutlinedFilled.tsx index af89042a3..f85b79c18 100644 --- a/src/IconChangeCircleOutlinedFilled.tsx +++ b/src/IconChangeCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChangeCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeCircleOutlinedFilled as default } diff --git a/src/IconChangeCircleRounded.tsx b/src/IconChangeCircleRounded.tsx index 345867a70..baba6c26b 100644 --- a/src/IconChangeCircleRounded.tsx +++ b/src/IconChangeCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleRounded: React.FC = ({ ...props }) => ( +export const IconChangeCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChangeCircleRounded as default } diff --git a/src/IconChangeCircleRoundedFilled.tsx b/src/IconChangeCircleRoundedFilled.tsx index 71034d1a2..098b4118e 100644 --- a/src/IconChangeCircleRoundedFilled.tsx +++ b/src/IconChangeCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChangeCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeCircleRoundedFilled as default } diff --git a/src/IconChangeCircleSharp.tsx b/src/IconChangeCircleSharp.tsx index cf0201d31..5cb277283 100644 --- a/src/IconChangeCircleSharp.tsx +++ b/src/IconChangeCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleSharp: React.FC = ({ ...props }) => ( +export const IconChangeCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChangeCircleSharp as default } diff --git a/src/IconChangeCircleSharpFilled.tsx b/src/IconChangeCircleSharpFilled.tsx index 644a73d3d..e23fb40b7 100644 --- a/src/IconChangeCircleSharpFilled.tsx +++ b/src/IconChangeCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconChangeCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeCircleSharpFilled as default } diff --git a/src/IconChangeHistoryOutlined.tsx b/src/IconChangeHistoryOutlined.tsx index 7b6debcc8..b719d6e18 100644 --- a/src/IconChangeHistoryOutlined.tsx +++ b/src/IconChangeHistoryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconChangeHistoryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeHistoryOutlined as default } diff --git a/src/IconChangeHistoryOutlinedFilled.tsx b/src/IconChangeHistoryOutlinedFilled.tsx index 072176f19..8b2ed304b 100644 --- a/src/IconChangeHistoryOutlinedFilled.tsx +++ b/src/IconChangeHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChangeHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeHistoryOutlinedFilled as default } diff --git a/src/IconChangeHistoryRounded.tsx b/src/IconChangeHistoryRounded.tsx index 76b750789..d89fb852d 100644 --- a/src/IconChangeHistoryRounded.tsx +++ b/src/IconChangeHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistoryRounded: React.FC = ({ ...props }) => ( +export const IconChangeHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChangeHistoryRounded as default } diff --git a/src/IconChangeHistoryRoundedFilled.tsx b/src/IconChangeHistoryRoundedFilled.tsx index 805da6b0a..5cd86ae36 100644 --- a/src/IconChangeHistoryRoundedFilled.tsx +++ b/src/IconChangeHistoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChangeHistoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeHistoryRoundedFilled as default } diff --git a/src/IconChangeHistorySharp.tsx b/src/IconChangeHistorySharp.tsx index 421cb93c5..e06662c49 100644 --- a/src/IconChangeHistorySharp.tsx +++ b/src/IconChangeHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistorySharp: React.FC = ({ ...props }) => ( +export const IconChangeHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChangeHistorySharp as default } diff --git a/src/IconChangeHistorySharpFilled.tsx b/src/IconChangeHistorySharpFilled.tsx index fddb459c5..52be32a9d 100644 --- a/src/IconChangeHistorySharpFilled.tsx +++ b/src/IconChangeHistorySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChangeHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconChangeHistorySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChangeHistorySharpFilled as default } diff --git a/src/IconChargerOutlined.tsx b/src/IconChargerOutlined.tsx index b816383dd..e35327a9c 100644 --- a/src/IconChargerOutlined.tsx +++ b/src/IconChargerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargerOutlined: React.FC = ({ ...props }) => ( +export const IconChargerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargerOutlined as default } diff --git a/src/IconChargerOutlinedFilled.tsx b/src/IconChargerOutlinedFilled.tsx index 73094f892..cc454b118 100644 --- a/src/IconChargerOutlinedFilled.tsx +++ b/src/IconChargerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChargerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChargerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChargerOutlinedFilled as default } diff --git a/src/IconChargerRounded.tsx b/src/IconChargerRounded.tsx index f3a7e3dea..ad0bf750d 100644 --- a/src/IconChargerRounded.tsx +++ b/src/IconChargerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargerRounded: React.FC = ({ ...props }) => ( +export const IconChargerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargerRounded as default } diff --git a/src/IconChargerRoundedFilled.tsx b/src/IconChargerRoundedFilled.tsx index 18e3b7e56..0ed7a4ffc 100644 --- a/src/IconChargerRoundedFilled.tsx +++ b/src/IconChargerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChargerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargerRoundedFilled as default } diff --git a/src/IconChargerSharp.tsx b/src/IconChargerSharp.tsx index 3c3aae93c..434196e24 100644 --- a/src/IconChargerSharp.tsx +++ b/src/IconChargerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargerSharp: React.FC = ({ ...props }) => ( +export const IconChargerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargerSharp as default } diff --git a/src/IconChargerSharpFilled.tsx b/src/IconChargerSharpFilled.tsx index b07c45dcf..953c11674 100644 --- a/src/IconChargerSharpFilled.tsx +++ b/src/IconChargerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargerSharpFilled: React.FC = ({ ...props }) => ( +export const IconChargerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargerSharpFilled as default } diff --git a/src/IconChargingStationOutlined.tsx b/src/IconChargingStationOutlined.tsx index 2b9b977d4..7b762f148 100644 --- a/src/IconChargingStationOutlined.tsx +++ b/src/IconChargingStationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationOutlined: React.FC = ({ ...props }) => ( +export const IconChargingStationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChargingStationOutlined as default } diff --git a/src/IconChargingStationOutlinedFilled.tsx b/src/IconChargingStationOutlinedFilled.tsx index 0ee33151e..2202bd86b 100644 --- a/src/IconChargingStationOutlinedFilled.tsx +++ b/src/IconChargingStationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationOutlinedFilled: React.FC = ({ +export const IconChargingStationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChargingStationOutlinedFilled: React.FC = ({ ) - -export { IconChargingStationOutlinedFilled as default } diff --git a/src/IconChargingStationRounded.tsx b/src/IconChargingStationRounded.tsx index 4d70147e1..72cd448d5 100644 --- a/src/IconChargingStationRounded.tsx +++ b/src/IconChargingStationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationRounded: React.FC = ({ ...props }) => ( +export const IconChargingStationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChargingStationRounded as default } diff --git a/src/IconChargingStationRoundedFilled.tsx b/src/IconChargingStationRoundedFilled.tsx index 99d2cadc1..33d542e2b 100644 --- a/src/IconChargingStationRoundedFilled.tsx +++ b/src/IconChargingStationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationRoundedFilled: React.FC = ({ +export const IconChargingStationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChargingStationRoundedFilled: React.FC = ({ ) - -export { IconChargingStationRoundedFilled as default } diff --git a/src/IconChargingStationSharp.tsx b/src/IconChargingStationSharp.tsx index 6dbfb8f76..baeab962a 100644 --- a/src/IconChargingStationSharp.tsx +++ b/src/IconChargingStationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationSharp: React.FC = ({ ...props }) => ( +export const IconChargingStationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChargingStationSharp as default } diff --git a/src/IconChargingStationSharpFilled.tsx b/src/IconChargingStationSharpFilled.tsx index dbadba67c..489f13a68 100644 --- a/src/IconChargingStationSharpFilled.tsx +++ b/src/IconChargingStationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChargingStationSharpFilled: React.FC = ({ ...props }) => ( +export const IconChargingStationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChargingStationSharpFilled as default } diff --git a/src/IconChartDataOutlined.tsx b/src/IconChartDataOutlined.tsx index 7b5913afb..820edee6e 100644 --- a/src/IconChartDataOutlined.tsx +++ b/src/IconChartDataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataOutlined: React.FC = ({ ...props }) => ( +export const IconChartDataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChartDataOutlined as default } diff --git a/src/IconChartDataOutlinedFilled.tsx b/src/IconChartDataOutlinedFilled.tsx index ddc277af1..4dfb02929 100644 --- a/src/IconChartDataOutlinedFilled.tsx +++ b/src/IconChartDataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChartDataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChartDataOutlinedFilled as default } diff --git a/src/IconChartDataRounded.tsx b/src/IconChartDataRounded.tsx index 540e383e2..3289bf3e9 100644 --- a/src/IconChartDataRounded.tsx +++ b/src/IconChartDataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataRounded: React.FC = ({ ...props }) => ( +export const IconChartDataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChartDataRounded as default } diff --git a/src/IconChartDataRoundedFilled.tsx b/src/IconChartDataRoundedFilled.tsx index 7f5c21f2b..d7c1b56a5 100644 --- a/src/IconChartDataRoundedFilled.tsx +++ b/src/IconChartDataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChartDataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChartDataRoundedFilled as default } diff --git a/src/IconChartDataSharp.tsx b/src/IconChartDataSharp.tsx index f7c3a0945..eb0327ac3 100644 --- a/src/IconChartDataSharp.tsx +++ b/src/IconChartDataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataSharp: React.FC = ({ ...props }) => ( +export const IconChartDataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChartDataSharp as default } diff --git a/src/IconChartDataSharpFilled.tsx b/src/IconChartDataSharpFilled.tsx index 87b7ad40c..ba9e6aaa7 100644 --- a/src/IconChartDataSharpFilled.tsx +++ b/src/IconChartDataSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChartDataSharpFilled: React.FC = ({ ...props }) => ( +export const IconChartDataSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChartDataSharpFilled as default } diff --git a/src/IconChatAddOnOutlined.tsx b/src/IconChatAddOnOutlined.tsx index 2abdb0e92..a7e28f982 100644 --- a/src/IconChatAddOnOutlined.tsx +++ b/src/IconChatAddOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnOutlined: React.FC = ({ ...props }) => ( +export const IconChatAddOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatAddOnOutlined as default } diff --git a/src/IconChatAddOnOutlinedFilled.tsx b/src/IconChatAddOnOutlinedFilled.tsx index 6910e4b6c..c1ba7e39c 100644 --- a/src/IconChatAddOnOutlinedFilled.tsx +++ b/src/IconChatAddOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatAddOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAddOnOutlinedFilled as default } diff --git a/src/IconChatAddOnRounded.tsx b/src/IconChatAddOnRounded.tsx index 1f0d08b77..92feed375 100644 --- a/src/IconChatAddOnRounded.tsx +++ b/src/IconChatAddOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnRounded: React.FC = ({ ...props }) => ( +export const IconChatAddOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatAddOnRounded as default } diff --git a/src/IconChatAddOnRoundedFilled.tsx b/src/IconChatAddOnRoundedFilled.tsx index 7b706b74f..f91ef9234 100644 --- a/src/IconChatAddOnRoundedFilled.tsx +++ b/src/IconChatAddOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatAddOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAddOnRoundedFilled as default } diff --git a/src/IconChatAddOnSharp.tsx b/src/IconChatAddOnSharp.tsx index 28278cd92..7c63bade5 100644 --- a/src/IconChatAddOnSharp.tsx +++ b/src/IconChatAddOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnSharp: React.FC = ({ ...props }) => ( +export const IconChatAddOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatAddOnSharp as default } diff --git a/src/IconChatAddOnSharpFilled.tsx b/src/IconChatAddOnSharpFilled.tsx index 7a5f26a4f..5bca387fc 100644 --- a/src/IconChatAddOnSharpFilled.tsx +++ b/src/IconChatAddOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatAddOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatAddOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatAddOnSharpFilled as default } diff --git a/src/IconChatAppsScriptOutlined.tsx b/src/IconChatAppsScriptOutlined.tsx index 5895f4f16..98c1d6ac3 100644 --- a/src/IconChatAppsScriptOutlined.tsx +++ b/src/IconChatAppsScriptOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptOutlined: React.FC = ({ ...props }) => ( +export const IconChatAppsScriptOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAppsScriptOutlined as default } diff --git a/src/IconChatAppsScriptOutlinedFilled.tsx b/src/IconChatAppsScriptOutlinedFilled.tsx index da65cfa63..ad04d1cf7 100644 --- a/src/IconChatAppsScriptOutlinedFilled.tsx +++ b/src/IconChatAppsScriptOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptOutlinedFilled: React.FC = ({ +export const IconChatAppsScriptOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChatAppsScriptOutlinedFilled: React.FC = ({ ) - -export { IconChatAppsScriptOutlinedFilled as default } diff --git a/src/IconChatAppsScriptRounded.tsx b/src/IconChatAppsScriptRounded.tsx index d20bc32ef..6bc2625ce 100644 --- a/src/IconChatAppsScriptRounded.tsx +++ b/src/IconChatAppsScriptRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptRounded: React.FC = ({ ...props }) => ( +export const IconChatAppsScriptRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAppsScriptRounded as default } diff --git a/src/IconChatAppsScriptRoundedFilled.tsx b/src/IconChatAppsScriptRoundedFilled.tsx index 4d39f634e..7d5a89772 100644 --- a/src/IconChatAppsScriptRoundedFilled.tsx +++ b/src/IconChatAppsScriptRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatAppsScriptRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAppsScriptRoundedFilled as default } diff --git a/src/IconChatAppsScriptSharp.tsx b/src/IconChatAppsScriptSharp.tsx index 5b0cf3f8a..ad3e5e52f 100644 --- a/src/IconChatAppsScriptSharp.tsx +++ b/src/IconChatAppsScriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptSharp: React.FC = ({ ...props }) => ( +export const IconChatAppsScriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatAppsScriptSharp as default } diff --git a/src/IconChatAppsScriptSharpFilled.tsx b/src/IconChatAppsScriptSharpFilled.tsx index defe0e00e..7903d857b 100644 --- a/src/IconChatAppsScriptSharpFilled.tsx +++ b/src/IconChatAppsScriptSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatAppsScriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatAppsScriptSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatAppsScriptSharpFilled as default } diff --git a/src/IconChatBubbleOutlined.tsx b/src/IconChatBubbleOutlined.tsx index 9e2adc92a..3caa2b2b6 100644 --- a/src/IconChatBubbleOutlined.tsx +++ b/src/IconChatBubbleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleOutlined: React.FC = ({ ...props }) => ( +export const IconChatBubbleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatBubbleOutlined as default } diff --git a/src/IconChatBubbleOutlinedFilled.tsx b/src/IconChatBubbleOutlinedFilled.tsx index 88882cd68..4d86242fd 100644 --- a/src/IconChatBubbleOutlinedFilled.tsx +++ b/src/IconChatBubbleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatBubbleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatBubbleOutlinedFilled as default } diff --git a/src/IconChatBubbleRounded.tsx b/src/IconChatBubbleRounded.tsx index 21aff4ed2..364ed7630 100644 --- a/src/IconChatBubbleRounded.tsx +++ b/src/IconChatBubbleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleRounded: React.FC = ({ ...props }) => ( +export const IconChatBubbleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatBubbleRounded as default } diff --git a/src/IconChatBubbleRoundedFilled.tsx b/src/IconChatBubbleRoundedFilled.tsx index e47dffbc4..8ac4e6f42 100644 --- a/src/IconChatBubbleRoundedFilled.tsx +++ b/src/IconChatBubbleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatBubbleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatBubbleRoundedFilled as default } diff --git a/src/IconChatBubbleSharp.tsx b/src/IconChatBubbleSharp.tsx index 3f94317d5..17c16a1e2 100644 --- a/src/IconChatBubbleSharp.tsx +++ b/src/IconChatBubbleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleSharp: React.FC = ({ ...props }) => ( +export const IconChatBubbleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatBubbleSharp as default } diff --git a/src/IconChatBubbleSharpFilled.tsx b/src/IconChatBubbleSharpFilled.tsx index 5c9cc0ce2..c5d477aeb 100644 --- a/src/IconChatBubbleSharpFilled.tsx +++ b/src/IconChatBubbleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatBubbleSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatBubbleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatBubbleSharpFilled as default } diff --git a/src/IconChatErrorOutlined.tsx b/src/IconChatErrorOutlined.tsx index c6bb7167a..85a2175de 100644 --- a/src/IconChatErrorOutlined.tsx +++ b/src/IconChatErrorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorOutlined: React.FC = ({ ...props }) => ( +export const IconChatErrorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatErrorOutlined as default } diff --git a/src/IconChatErrorOutlinedFilled.tsx b/src/IconChatErrorOutlinedFilled.tsx index a971e4573..7f6b66a73 100644 --- a/src/IconChatErrorOutlinedFilled.tsx +++ b/src/IconChatErrorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatErrorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatErrorOutlinedFilled as default } diff --git a/src/IconChatErrorRounded.tsx b/src/IconChatErrorRounded.tsx index f63c858b7..904fc3e25 100644 --- a/src/IconChatErrorRounded.tsx +++ b/src/IconChatErrorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorRounded: React.FC = ({ ...props }) => ( +export const IconChatErrorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatErrorRounded as default } diff --git a/src/IconChatErrorRoundedFilled.tsx b/src/IconChatErrorRoundedFilled.tsx index b6226bb40..68f4e699c 100644 --- a/src/IconChatErrorRoundedFilled.tsx +++ b/src/IconChatErrorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatErrorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatErrorRoundedFilled as default } diff --git a/src/IconChatErrorSharp.tsx b/src/IconChatErrorSharp.tsx index 738959a1e..676aad76f 100644 --- a/src/IconChatErrorSharp.tsx +++ b/src/IconChatErrorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorSharp: React.FC = ({ ...props }) => ( +export const IconChatErrorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatErrorSharp as default } diff --git a/src/IconChatErrorSharpFilled.tsx b/src/IconChatErrorSharpFilled.tsx index 27c5830dc..b6e157945 100644 --- a/src/IconChatErrorSharpFilled.tsx +++ b/src/IconChatErrorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatErrorSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatErrorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatErrorSharpFilled as default } diff --git a/src/IconChatInfoOutlined.tsx b/src/IconChatInfoOutlined.tsx index 26abe1c03..975ffc573 100644 --- a/src/IconChatInfoOutlined.tsx +++ b/src/IconChatInfoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoOutlined: React.FC = ({ ...props }) => ( +export const IconChatInfoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatInfoOutlined as default } diff --git a/src/IconChatInfoOutlinedFilled.tsx b/src/IconChatInfoOutlinedFilled.tsx index 82a342599..efe56a6ff 100644 --- a/src/IconChatInfoOutlinedFilled.tsx +++ b/src/IconChatInfoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatInfoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatInfoOutlinedFilled as default } diff --git a/src/IconChatInfoRounded.tsx b/src/IconChatInfoRounded.tsx index a5c712d69..baee10a76 100644 --- a/src/IconChatInfoRounded.tsx +++ b/src/IconChatInfoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoRounded: React.FC = ({ ...props }) => ( +export const IconChatInfoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatInfoRounded as default } diff --git a/src/IconChatInfoRoundedFilled.tsx b/src/IconChatInfoRoundedFilled.tsx index 2aa3773ee..a82ead3e5 100644 --- a/src/IconChatInfoRoundedFilled.tsx +++ b/src/IconChatInfoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatInfoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatInfoRoundedFilled as default } diff --git a/src/IconChatInfoSharp.tsx b/src/IconChatInfoSharp.tsx index a047608f2..e07ed0875 100644 --- a/src/IconChatInfoSharp.tsx +++ b/src/IconChatInfoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoSharp: React.FC = ({ ...props }) => ( +export const IconChatInfoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatInfoSharp as default } diff --git a/src/IconChatInfoSharpFilled.tsx b/src/IconChatInfoSharpFilled.tsx index 29f02cf53..355ea3c9c 100644 --- a/src/IconChatInfoSharpFilled.tsx +++ b/src/IconChatInfoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatInfoSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatInfoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatInfoSharpFilled as default } diff --git a/src/IconChatOutlined.tsx b/src/IconChatOutlined.tsx index 10b1d3293..dbbd30776 100644 --- a/src/IconChatOutlined.tsx +++ b/src/IconChatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatOutlined: React.FC = ({ ...props }) => ( +export const IconChatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatOutlined as default } diff --git a/src/IconChatOutlinedFilled.tsx b/src/IconChatOutlinedFilled.tsx index 57c5bc4a7..b4570654d 100644 --- a/src/IconChatOutlinedFilled.tsx +++ b/src/IconChatOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatOutlinedFilled as default } diff --git a/src/IconChatPasteGoOutlined.tsx b/src/IconChatPasteGoOutlined.tsx index ea1675c5c..a97d5e477 100644 --- a/src/IconChatPasteGoOutlined.tsx +++ b/src/IconChatPasteGoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoOutlined: React.FC = ({ ...props }) => ( +export const IconChatPasteGoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoOutlined as default } diff --git a/src/IconChatPasteGoOutlinedFilled.tsx b/src/IconChatPasteGoOutlinedFilled.tsx index 6ed4c1ca6..8cc58a112 100644 --- a/src/IconChatPasteGoOutlinedFilled.tsx +++ b/src/IconChatPasteGoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChatPasteGoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoOutlinedFilled as default } diff --git a/src/IconChatPasteGoRounded.tsx b/src/IconChatPasteGoRounded.tsx index 087769f68..2bf8632a6 100644 --- a/src/IconChatPasteGoRounded.tsx +++ b/src/IconChatPasteGoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoRounded: React.FC = ({ ...props }) => ( +export const IconChatPasteGoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoRounded as default } diff --git a/src/IconChatPasteGoRoundedFilled.tsx b/src/IconChatPasteGoRoundedFilled.tsx index 81bf26643..cb6669689 100644 --- a/src/IconChatPasteGoRoundedFilled.tsx +++ b/src/IconChatPasteGoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatPasteGoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoRoundedFilled as default } diff --git a/src/IconChatPasteGoSharp.tsx b/src/IconChatPasteGoSharp.tsx index 30cc52ef7..71c3b72af 100644 --- a/src/IconChatPasteGoSharp.tsx +++ b/src/IconChatPasteGoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoSharp: React.FC = ({ ...props }) => ( +export const IconChatPasteGoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoSharp as default } diff --git a/src/IconChatPasteGoSharpFilled.tsx b/src/IconChatPasteGoSharpFilled.tsx index 280dcafb5..240230129 100644 --- a/src/IconChatPasteGoSharpFilled.tsx +++ b/src/IconChatPasteGoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChatPasteGoSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatPasteGoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChatPasteGoSharpFilled as default } diff --git a/src/IconChatRounded.tsx b/src/IconChatRounded.tsx index b30bbfcad..f86e5df40 100644 --- a/src/IconChatRounded.tsx +++ b/src/IconChatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatRounded: React.FC = ({ ...props }) => ( +export const IconChatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatRounded as default } diff --git a/src/IconChatRoundedFilled.tsx b/src/IconChatRoundedFilled.tsx index 68c889799..743eb11ef 100644 --- a/src/IconChatRoundedFilled.tsx +++ b/src/IconChatRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChatRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatRoundedFilled as default } diff --git a/src/IconChatSharp.tsx b/src/IconChatSharp.tsx index c5a98ef3f..13dee0a70 100644 --- a/src/IconChatSharp.tsx +++ b/src/IconChatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatSharp: React.FC = ({ ...props }) => ( +export const IconChatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatSharp as default } diff --git a/src/IconChatSharpFilled.tsx b/src/IconChatSharpFilled.tsx index 1d586eba2..bcc3c3df8 100644 --- a/src/IconChatSharpFilled.tsx +++ b/src/IconChatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChatSharpFilled: React.FC = ({ ...props }) => ( +export const IconChatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChatSharpFilled as default } diff --git a/src/IconCheckBoxOutlineBlankOutlined.tsx b/src/IconCheckBoxOutlineBlankOutlined.tsx index 0c27bd902..388f17d7f 100644 --- a/src/IconCheckBoxOutlineBlankOutlined.tsx +++ b/src/IconCheckBoxOutlineBlankOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankOutlined: React.FC = ({ +export const IconCheckBoxOutlineBlankOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckBoxOutlineBlankOutlined: React.FC = ({ ) - -export { IconCheckBoxOutlineBlankOutlined as default } diff --git a/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx b/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx index 75cd24074..1f05a91e0 100644 --- a/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx +++ b/src/IconCheckBoxOutlineBlankOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankOutlinedFilled: React.FC = ({ +export const IconCheckBoxOutlineBlankOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckBoxOutlineBlankOutlinedFilled: React.FC = ({ ) - -export { IconCheckBoxOutlineBlankOutlinedFilled as default } diff --git a/src/IconCheckBoxOutlineBlankRounded.tsx b/src/IconCheckBoxOutlineBlankRounded.tsx index 5c2a9a833..d61e54f6a 100644 --- a/src/IconCheckBoxOutlineBlankRounded.tsx +++ b/src/IconCheckBoxOutlineBlankRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankRounded: React.FC = ({ ...props }) => ( +export const IconCheckBoxOutlineBlankRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckBoxOutlineBlankRounded as default } diff --git a/src/IconCheckBoxOutlineBlankRoundedFilled.tsx b/src/IconCheckBoxOutlineBlankRoundedFilled.tsx index a6be3c282..fdb22f69a 100644 --- a/src/IconCheckBoxOutlineBlankRoundedFilled.tsx +++ b/src/IconCheckBoxOutlineBlankRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankRoundedFilled: React.FC = ({ +export const IconCheckBoxOutlineBlankRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckBoxOutlineBlankRoundedFilled: React.FC = ({ ) - -export { IconCheckBoxOutlineBlankRoundedFilled as default } diff --git a/src/IconCheckBoxOutlineBlankSharp.tsx b/src/IconCheckBoxOutlineBlankSharp.tsx index bb74f460f..df97f77d0 100644 --- a/src/IconCheckBoxOutlineBlankSharp.tsx +++ b/src/IconCheckBoxOutlineBlankSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankSharp: React.FC = ({ ...props }) => ( +export const IconCheckBoxOutlineBlankSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckBoxOutlineBlankSharp as default } diff --git a/src/IconCheckBoxOutlineBlankSharpFilled.tsx b/src/IconCheckBoxOutlineBlankSharpFilled.tsx index 67adb856f..8efded09f 100644 --- a/src/IconCheckBoxOutlineBlankSharpFilled.tsx +++ b/src/IconCheckBoxOutlineBlankSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlineBlankSharpFilled: React.FC = ({ +export const IconCheckBoxOutlineBlankSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckBoxOutlineBlankSharpFilled: React.FC = ({ ) - -export { IconCheckBoxOutlineBlankSharpFilled as default } diff --git a/src/IconCheckBoxOutlined.tsx b/src/IconCheckBoxOutlined.tsx index 73481c5d7..63885bd8f 100644 --- a/src/IconCheckBoxOutlined.tsx +++ b/src/IconCheckBoxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlined: React.FC = ({ ...props }) => ( +export const IconCheckBoxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckBoxOutlined as default } diff --git a/src/IconCheckBoxOutlinedFilled.tsx b/src/IconCheckBoxOutlinedFilled.tsx index 80de889c6..0f7d9ab9f 100644 --- a/src/IconCheckBoxOutlinedFilled.tsx +++ b/src/IconCheckBoxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckBoxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckBoxOutlinedFilled as default } diff --git a/src/IconCheckBoxRounded.tsx b/src/IconCheckBoxRounded.tsx index f44f002a2..cf279824a 100644 --- a/src/IconCheckBoxRounded.tsx +++ b/src/IconCheckBoxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxRounded: React.FC = ({ ...props }) => ( +export const IconCheckBoxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckBoxRounded as default } diff --git a/src/IconCheckBoxRoundedFilled.tsx b/src/IconCheckBoxRoundedFilled.tsx index 016b000f3..bf182a532 100644 --- a/src/IconCheckBoxRoundedFilled.tsx +++ b/src/IconCheckBoxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckBoxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckBoxRoundedFilled as default } diff --git a/src/IconCheckBoxSharp.tsx b/src/IconCheckBoxSharp.tsx index 50fda8816..241dd5bd3 100644 --- a/src/IconCheckBoxSharp.tsx +++ b/src/IconCheckBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxSharp: React.FC = ({ ...props }) => ( +export const IconCheckBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckBoxSharp as default } diff --git a/src/IconCheckBoxSharpFilled.tsx b/src/IconCheckBoxSharpFilled.tsx index 4508c1fef..74f10b78d 100644 --- a/src/IconCheckBoxSharpFilled.tsx +++ b/src/IconCheckBoxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckBoxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckBoxSharpFilled as default } diff --git a/src/IconCheckCircleOutlined.tsx b/src/IconCheckCircleOutlined.tsx index 3bad76c13..2d147e580 100644 --- a/src/IconCheckCircleOutlined.tsx +++ b/src/IconCheckCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleOutlined: React.FC = ({ ...props }) => ( +export const IconCheckCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckCircleOutlined as default } diff --git a/src/IconCheckCircleOutlinedFilled.tsx b/src/IconCheckCircleOutlinedFilled.tsx index 8a3e9f626..2702ceaad 100644 --- a/src/IconCheckCircleOutlinedFilled.tsx +++ b/src/IconCheckCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckCircleOutlinedFilled as default } diff --git a/src/IconCheckCircleRounded.tsx b/src/IconCheckCircleRounded.tsx index 4bdef4d1b..2146ec1e6 100644 --- a/src/IconCheckCircleRounded.tsx +++ b/src/IconCheckCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleRounded: React.FC = ({ ...props }) => ( +export const IconCheckCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckCircleRounded as default } diff --git a/src/IconCheckCircleRoundedFilled.tsx b/src/IconCheckCircleRoundedFilled.tsx index efc34733b..57371c595 100644 --- a/src/IconCheckCircleRoundedFilled.tsx +++ b/src/IconCheckCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckCircleRoundedFilled as default } diff --git a/src/IconCheckCircleSharp.tsx b/src/IconCheckCircleSharp.tsx index acc48849a..279a413a3 100644 --- a/src/IconCheckCircleSharp.tsx +++ b/src/IconCheckCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleSharp: React.FC = ({ ...props }) => ( +export const IconCheckCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckCircleSharp as default } diff --git a/src/IconCheckCircleSharpFilled.tsx b/src/IconCheckCircleSharpFilled.tsx index cf39d6f4e..c053a49c4 100644 --- a/src/IconCheckCircleSharpFilled.tsx +++ b/src/IconCheckCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckCircleSharpFilled as default } diff --git a/src/IconCheckInOutOutlined.tsx b/src/IconCheckInOutOutlined.tsx index d46cd52c9..f031dcf8e 100644 --- a/src/IconCheckInOutOutlined.tsx +++ b/src/IconCheckInOutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutOutlined: React.FC = ({ ...props }) => ( +export const IconCheckInOutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckInOutOutlined as default } diff --git a/src/IconCheckInOutOutlinedFilled.tsx b/src/IconCheckInOutOutlinedFilled.tsx index 5ed6d4713..56fc8da65 100644 --- a/src/IconCheckInOutOutlinedFilled.tsx +++ b/src/IconCheckInOutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckInOutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckInOutOutlinedFilled as default } diff --git a/src/IconCheckInOutRounded.tsx b/src/IconCheckInOutRounded.tsx index 3cebd3abf..45f770bfc 100644 --- a/src/IconCheckInOutRounded.tsx +++ b/src/IconCheckInOutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutRounded: React.FC = ({ ...props }) => ( +export const IconCheckInOutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckInOutRounded as default } diff --git a/src/IconCheckInOutRoundedFilled.tsx b/src/IconCheckInOutRoundedFilled.tsx index 06546b5d9..a22a6cf8e 100644 --- a/src/IconCheckInOutRoundedFilled.tsx +++ b/src/IconCheckInOutRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckInOutRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckInOutRoundedFilled as default } diff --git a/src/IconCheckInOutSharp.tsx b/src/IconCheckInOutSharp.tsx index 17ac661cd..19664a780 100644 --- a/src/IconCheckInOutSharp.tsx +++ b/src/IconCheckInOutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutSharp: React.FC = ({ ...props }) => ( +export const IconCheckInOutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckInOutSharp as default } diff --git a/src/IconCheckInOutSharpFilled.tsx b/src/IconCheckInOutSharpFilled.tsx index 0e78891f1..966793077 100644 --- a/src/IconCheckInOutSharpFilled.tsx +++ b/src/IconCheckInOutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckInOutSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckInOutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckInOutSharpFilled as default } diff --git a/src/IconCheckIndeterminateSmallOutlined.tsx b/src/IconCheckIndeterminateSmallOutlined.tsx index 3942841b1..18c8b5d0d 100644 --- a/src/IconCheckIndeterminateSmallOutlined.tsx +++ b/src/IconCheckIndeterminateSmallOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallOutlined: React.FC = ({ +export const IconCheckIndeterminateSmallOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallOutlined: React.FC = ({ ) - -export { IconCheckIndeterminateSmallOutlined as default } diff --git a/src/IconCheckIndeterminateSmallOutlinedFilled.tsx b/src/IconCheckIndeterminateSmallOutlinedFilled.tsx index 07f9efaf7..d2a89f998 100644 --- a/src/IconCheckIndeterminateSmallOutlinedFilled.tsx +++ b/src/IconCheckIndeterminateSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallOutlinedFilled: React.FC = ({ +export const IconCheckIndeterminateSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallOutlinedFilled: React.FC = ({ ) - -export { IconCheckIndeterminateSmallOutlinedFilled as default } diff --git a/src/IconCheckIndeterminateSmallRounded.tsx b/src/IconCheckIndeterminateSmallRounded.tsx index 7f9635b84..41e6644da 100644 --- a/src/IconCheckIndeterminateSmallRounded.tsx +++ b/src/IconCheckIndeterminateSmallRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallRounded: React.FC = ({ +export const IconCheckIndeterminateSmallRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallRounded: React.FC = ({ ) - -export { IconCheckIndeterminateSmallRounded as default } diff --git a/src/IconCheckIndeterminateSmallRoundedFilled.tsx b/src/IconCheckIndeterminateSmallRoundedFilled.tsx index 2ba05f6c6..7148a9276 100644 --- a/src/IconCheckIndeterminateSmallRoundedFilled.tsx +++ b/src/IconCheckIndeterminateSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallRoundedFilled: React.FC = ({ +export const IconCheckIndeterminateSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallRoundedFilled: React.FC = ({ ) - -export { IconCheckIndeterminateSmallRoundedFilled as default } diff --git a/src/IconCheckIndeterminateSmallSharp.tsx b/src/IconCheckIndeterminateSmallSharp.tsx index 9294255c3..a435e65ae 100644 --- a/src/IconCheckIndeterminateSmallSharp.tsx +++ b/src/IconCheckIndeterminateSmallSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallSharp: React.FC = ({ +export const IconCheckIndeterminateSmallSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallSharp: React.FC = ({ ) - -export { IconCheckIndeterminateSmallSharp as default } diff --git a/src/IconCheckIndeterminateSmallSharpFilled.tsx b/src/IconCheckIndeterminateSmallSharpFilled.tsx index 0c802ad07..39035e0d7 100644 --- a/src/IconCheckIndeterminateSmallSharpFilled.tsx +++ b/src/IconCheckIndeterminateSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckIndeterminateSmallSharpFilled: React.FC = ({ +export const IconCheckIndeterminateSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckIndeterminateSmallSharpFilled: React.FC = ({ ) - -export { IconCheckIndeterminateSmallSharpFilled as default } diff --git a/src/IconCheckOutlined.tsx b/src/IconCheckOutlined.tsx index fdece2368..fa91c7138 100644 --- a/src/IconCheckOutlined.tsx +++ b/src/IconCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckOutlined: React.FC = ({ ...props }) => ( +export const IconCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckOutlined as default } diff --git a/src/IconCheckOutlinedFilled.tsx b/src/IconCheckOutlinedFilled.tsx index 4f4407c3e..6a57875cd 100644 --- a/src/IconCheckOutlinedFilled.tsx +++ b/src/IconCheckOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckOutlinedFilled as default } diff --git a/src/IconCheckRounded.tsx b/src/IconCheckRounded.tsx index 02efb4d37..cfd8ac9cf 100644 --- a/src/IconCheckRounded.tsx +++ b/src/IconCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckRounded: React.FC = ({ ...props }) => ( +export const IconCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckRounded as default } diff --git a/src/IconCheckRoundedFilled.tsx b/src/IconCheckRoundedFilled.tsx index c1d2726cf..f35fae88a 100644 --- a/src/IconCheckRoundedFilled.tsx +++ b/src/IconCheckRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckRoundedFilled as default } diff --git a/src/IconCheckSharp.tsx b/src/IconCheckSharp.tsx index 9112ef8db..4f84d30b7 100644 --- a/src/IconCheckSharp.tsx +++ b/src/IconCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSharp: React.FC = ({ ...props }) => ( +export const IconCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckSharp as default } diff --git a/src/IconCheckSharpFilled.tsx b/src/IconCheckSharpFilled.tsx index 699ab35df..213ebeaa3 100644 --- a/src/IconCheckSharpFilled.tsx +++ b/src/IconCheckSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckSharpFilled as default } diff --git a/src/IconCheckSmallOutlined.tsx b/src/IconCheckSmallOutlined.tsx index 526197789..3d7915505 100644 --- a/src/IconCheckSmallOutlined.tsx +++ b/src/IconCheckSmallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallOutlined: React.FC = ({ ...props }) => ( +export const IconCheckSmallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckSmallOutlined as default } diff --git a/src/IconCheckSmallOutlinedFilled.tsx b/src/IconCheckSmallOutlinedFilled.tsx index a856bc996..628ee983c 100644 --- a/src/IconCheckSmallOutlinedFilled.tsx +++ b/src/IconCheckSmallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckSmallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckSmallOutlinedFilled as default } diff --git a/src/IconCheckSmallRounded.tsx b/src/IconCheckSmallRounded.tsx index 053b57604..5b729593d 100644 --- a/src/IconCheckSmallRounded.tsx +++ b/src/IconCheckSmallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallRounded: React.FC = ({ ...props }) => ( +export const IconCheckSmallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckSmallRounded as default } diff --git a/src/IconCheckSmallRoundedFilled.tsx b/src/IconCheckSmallRoundedFilled.tsx index 3a2a1594c..34f6a55ae 100644 --- a/src/IconCheckSmallRoundedFilled.tsx +++ b/src/IconCheckSmallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckSmallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckSmallRoundedFilled as default } diff --git a/src/IconCheckSmallSharp.tsx b/src/IconCheckSmallSharp.tsx index cf86903f3..f76ee51f8 100644 --- a/src/IconCheckSmallSharp.tsx +++ b/src/IconCheckSmallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallSharp: React.FC = ({ ...props }) => ( +export const IconCheckSmallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckSmallSharp as default } diff --git a/src/IconCheckSmallSharpFilled.tsx b/src/IconCheckSmallSharpFilled.tsx index f7704f7dc..8131ead0a 100644 --- a/src/IconCheckSmallSharpFilled.tsx +++ b/src/IconCheckSmallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckSmallSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckSmallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckSmallSharpFilled as default } diff --git a/src/IconCheckbookOutlined.tsx b/src/IconCheckbookOutlined.tsx index 5ab4b5412..8114881ce 100644 --- a/src/IconCheckbookOutlined.tsx +++ b/src/IconCheckbookOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookOutlined: React.FC = ({ ...props }) => ( +export const IconCheckbookOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckbookOutlined as default } diff --git a/src/IconCheckbookOutlinedFilled.tsx b/src/IconCheckbookOutlinedFilled.tsx index 42fc7d23b..ddad060b2 100644 --- a/src/IconCheckbookOutlinedFilled.tsx +++ b/src/IconCheckbookOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckbookOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckbookOutlinedFilled as default } diff --git a/src/IconCheckbookRounded.tsx b/src/IconCheckbookRounded.tsx index ef2591652..e583a2e35 100644 --- a/src/IconCheckbookRounded.tsx +++ b/src/IconCheckbookRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookRounded: React.FC = ({ ...props }) => ( +export const IconCheckbookRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckbookRounded as default } diff --git a/src/IconCheckbookRoundedFilled.tsx b/src/IconCheckbookRoundedFilled.tsx index a8d2bdc7b..837a56b2d 100644 --- a/src/IconCheckbookRoundedFilled.tsx +++ b/src/IconCheckbookRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckbookRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckbookRoundedFilled as default } diff --git a/src/IconCheckbookSharp.tsx b/src/IconCheckbookSharp.tsx index a5500fc80..b4abfd09c 100644 --- a/src/IconCheckbookSharp.tsx +++ b/src/IconCheckbookSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookSharp: React.FC = ({ ...props }) => ( +export const IconCheckbookSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckbookSharp as default } diff --git a/src/IconCheckbookSharpFilled.tsx b/src/IconCheckbookSharpFilled.tsx index a110ebb01..687e8fcd7 100644 --- a/src/IconCheckbookSharpFilled.tsx +++ b/src/IconCheckbookSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckbookSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckbookSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckbookSharpFilled as default } diff --git a/src/IconCheckedBagOutlined.tsx b/src/IconCheckedBagOutlined.tsx index 85b1a82c9..6c35eb68c 100644 --- a/src/IconCheckedBagOutlined.tsx +++ b/src/IconCheckedBagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagOutlined: React.FC = ({ ...props }) => ( +export const IconCheckedBagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckedBagOutlined as default } diff --git a/src/IconCheckedBagOutlinedFilled.tsx b/src/IconCheckedBagOutlinedFilled.tsx index 215a48f2e..82411b2a1 100644 --- a/src/IconCheckedBagOutlinedFilled.tsx +++ b/src/IconCheckedBagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckedBagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagOutlinedFilled as default } diff --git a/src/IconCheckedBagQuestionOutlined.tsx b/src/IconCheckedBagQuestionOutlined.tsx index af0e1a766..53501e1c6 100644 --- a/src/IconCheckedBagQuestionOutlined.tsx +++ b/src/IconCheckedBagQuestionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionOutlined: React.FC = ({ ...props }) => ( +export const IconCheckedBagQuestionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagQuestionOutlined as default } diff --git a/src/IconCheckedBagQuestionOutlinedFilled.tsx b/src/IconCheckedBagQuestionOutlinedFilled.tsx index 5004c2395..e1cb60c0c 100644 --- a/src/IconCheckedBagQuestionOutlinedFilled.tsx +++ b/src/IconCheckedBagQuestionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionOutlinedFilled: React.FC = ({ +export const IconCheckedBagQuestionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckedBagQuestionOutlinedFilled: React.FC = ({ ) - -export { IconCheckedBagQuestionOutlinedFilled as default } diff --git a/src/IconCheckedBagQuestionRounded.tsx b/src/IconCheckedBagQuestionRounded.tsx index a7537fe91..dc5bb2844 100644 --- a/src/IconCheckedBagQuestionRounded.tsx +++ b/src/IconCheckedBagQuestionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionRounded: React.FC = ({ ...props }) => ( +export const IconCheckedBagQuestionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagQuestionRounded as default } diff --git a/src/IconCheckedBagQuestionRoundedFilled.tsx b/src/IconCheckedBagQuestionRoundedFilled.tsx index 258709e9d..823bd37cb 100644 --- a/src/IconCheckedBagQuestionRoundedFilled.tsx +++ b/src/IconCheckedBagQuestionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionRoundedFilled: React.FC = ({ +export const IconCheckedBagQuestionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckedBagQuestionRoundedFilled: React.FC = ({ ) - -export { IconCheckedBagQuestionRoundedFilled as default } diff --git a/src/IconCheckedBagQuestionSharp.tsx b/src/IconCheckedBagQuestionSharp.tsx index 4cd644ff7..c382fb43d 100644 --- a/src/IconCheckedBagQuestionSharp.tsx +++ b/src/IconCheckedBagQuestionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionSharp: React.FC = ({ ...props }) => ( +export const IconCheckedBagQuestionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagQuestionSharp as default } diff --git a/src/IconCheckedBagQuestionSharpFilled.tsx b/src/IconCheckedBagQuestionSharpFilled.tsx index 1340d97b3..c2866d44c 100644 --- a/src/IconCheckedBagQuestionSharpFilled.tsx +++ b/src/IconCheckedBagQuestionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagQuestionSharpFilled: React.FC = ({ +export const IconCheckedBagQuestionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCheckedBagQuestionSharpFilled: React.FC = ({ ) - -export { IconCheckedBagQuestionSharpFilled as default } diff --git a/src/IconCheckedBagRounded.tsx b/src/IconCheckedBagRounded.tsx index 234dbaecf..83a7b7292 100644 --- a/src/IconCheckedBagRounded.tsx +++ b/src/IconCheckedBagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagRounded: React.FC = ({ ...props }) => ( +export const IconCheckedBagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckedBagRounded as default } diff --git a/src/IconCheckedBagRoundedFilled.tsx b/src/IconCheckedBagRoundedFilled.tsx index f7919a16c..6da462c7d 100644 --- a/src/IconCheckedBagRoundedFilled.tsx +++ b/src/IconCheckedBagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckedBagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagRoundedFilled as default } diff --git a/src/IconCheckedBagSharp.tsx b/src/IconCheckedBagSharp.tsx index 077f305c7..f21c7c72b 100644 --- a/src/IconCheckedBagSharp.tsx +++ b/src/IconCheckedBagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagSharp: React.FC = ({ ...props }) => ( +export const IconCheckedBagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckedBagSharp as default } diff --git a/src/IconCheckedBagSharpFilled.tsx b/src/IconCheckedBagSharpFilled.tsx index fb733874c..e39fade5c 100644 --- a/src/IconCheckedBagSharpFilled.tsx +++ b/src/IconCheckedBagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckedBagSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckedBagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckedBagSharpFilled as default } diff --git a/src/IconChecklistOutlined.tsx b/src/IconChecklistOutlined.tsx index cad52759a..d6bfa9c0d 100644 --- a/src/IconChecklistOutlined.tsx +++ b/src/IconChecklistOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistOutlined: React.FC = ({ ...props }) => ( +export const IconChecklistOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistOutlined as default } diff --git a/src/IconChecklistOutlinedFilled.tsx b/src/IconChecklistOutlinedFilled.tsx index e5cb30216..b59115dcb 100644 --- a/src/IconChecklistOutlinedFilled.tsx +++ b/src/IconChecklistOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChecklistOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChecklistOutlinedFilled as default } diff --git a/src/IconChecklistRounded.tsx b/src/IconChecklistRounded.tsx index 255a4ba08..9f32fb4ba 100644 --- a/src/IconChecklistRounded.tsx +++ b/src/IconChecklistRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRounded: React.FC = ({ ...props }) => ( +export const IconChecklistRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistRounded as default } diff --git a/src/IconChecklistRoundedFilled.tsx b/src/IconChecklistRoundedFilled.tsx index a0e9aaefc..39c46a279 100644 --- a/src/IconChecklistRoundedFilled.tsx +++ b/src/IconChecklistRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChecklistRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChecklistRoundedFilled as default } diff --git a/src/IconChecklistRtlOutlined.tsx b/src/IconChecklistRtlOutlined.tsx index cc8d7c2ae..6dcbcb680 100644 --- a/src/IconChecklistRtlOutlined.tsx +++ b/src/IconChecklistRtlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlOutlined: React.FC = ({ ...props }) => ( +export const IconChecklistRtlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlOutlined as default } diff --git a/src/IconChecklistRtlOutlinedFilled.tsx b/src/IconChecklistRtlOutlinedFilled.tsx index 85eefba01..a6cb8427b 100644 --- a/src/IconChecklistRtlOutlinedFilled.tsx +++ b/src/IconChecklistRtlOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChecklistRtlOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlOutlinedFilled as default } diff --git a/src/IconChecklistRtlRounded.tsx b/src/IconChecklistRtlRounded.tsx index 02b4f6cfd..45c78cd9e 100644 --- a/src/IconChecklistRtlRounded.tsx +++ b/src/IconChecklistRtlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlRounded: React.FC = ({ ...props }) => ( +export const IconChecklistRtlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlRounded as default } diff --git a/src/IconChecklistRtlRoundedFilled.tsx b/src/IconChecklistRtlRoundedFilled.tsx index 2a72a655d..bfe68c01e 100644 --- a/src/IconChecklistRtlRoundedFilled.tsx +++ b/src/IconChecklistRtlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChecklistRtlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlRoundedFilled as default } diff --git a/src/IconChecklistRtlSharp.tsx b/src/IconChecklistRtlSharp.tsx index 0e1dd9e99..ac8b14990 100644 --- a/src/IconChecklistRtlSharp.tsx +++ b/src/IconChecklistRtlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlSharp: React.FC = ({ ...props }) => ( +export const IconChecklistRtlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlSharp as default } diff --git a/src/IconChecklistRtlSharpFilled.tsx b/src/IconChecklistRtlSharpFilled.tsx index 7a25f385d..5468f81cf 100644 --- a/src/IconChecklistRtlSharpFilled.tsx +++ b/src/IconChecklistRtlSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistRtlSharpFilled: React.FC = ({ ...props }) => ( +export const IconChecklistRtlSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChecklistRtlSharpFilled as default } diff --git a/src/IconChecklistSharp.tsx b/src/IconChecklistSharp.tsx index 881328135..6703e4280 100644 --- a/src/IconChecklistSharp.tsx +++ b/src/IconChecklistSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistSharp: React.FC = ({ ...props }) => ( +export const IconChecklistSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistSharp as default } diff --git a/src/IconChecklistSharpFilled.tsx b/src/IconChecklistSharpFilled.tsx index 592a2dd1e..0f6489f46 100644 --- a/src/IconChecklistSharpFilled.tsx +++ b/src/IconChecklistSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChecklistSharpFilled: React.FC = ({ ...props }) => ( +export const IconChecklistSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChecklistSharpFilled as default } diff --git a/src/IconCheckroomOutlined.tsx b/src/IconCheckroomOutlined.tsx index ce486506e..180f91fe4 100644 --- a/src/IconCheckroomOutlined.tsx +++ b/src/IconCheckroomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomOutlined: React.FC = ({ ...props }) => ( +export const IconCheckroomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckroomOutlined as default } diff --git a/src/IconCheckroomOutlinedFilled.tsx b/src/IconCheckroomOutlinedFilled.tsx index 024903001..cd68f1e66 100644 --- a/src/IconCheckroomOutlinedFilled.tsx +++ b/src/IconCheckroomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheckroomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckroomOutlinedFilled as default } diff --git a/src/IconCheckroomRounded.tsx b/src/IconCheckroomRounded.tsx index cb8279100..3201a7358 100644 --- a/src/IconCheckroomRounded.tsx +++ b/src/IconCheckroomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomRounded: React.FC = ({ ...props }) => ( +export const IconCheckroomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckroomRounded as default } diff --git a/src/IconCheckroomRoundedFilled.tsx b/src/IconCheckroomRoundedFilled.tsx index 4e5001480..53c455464 100644 --- a/src/IconCheckroomRoundedFilled.tsx +++ b/src/IconCheckroomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheckroomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCheckroomRoundedFilled as default } diff --git a/src/IconCheckroomSharp.tsx b/src/IconCheckroomSharp.tsx index 56b1bfd75..ef57039f2 100644 --- a/src/IconCheckroomSharp.tsx +++ b/src/IconCheckroomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomSharp: React.FC = ({ ...props }) => ( +export const IconCheckroomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckroomSharp as default } diff --git a/src/IconCheckroomSharpFilled.tsx b/src/IconCheckroomSharpFilled.tsx index 681c00a88..5277b7070 100644 --- a/src/IconCheckroomSharpFilled.tsx +++ b/src/IconCheckroomSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheckroomSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheckroomSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheckroomSharpFilled as default } diff --git a/src/IconCheerOutlined.tsx b/src/IconCheerOutlined.tsx index 6d471dc9b..4a3beaa14 100644 --- a/src/IconCheerOutlined.tsx +++ b/src/IconCheerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerOutlined: React.FC = ({ ...props }) => ( +export const IconCheerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerOutlined as default } diff --git a/src/IconCheerOutlinedFilled.tsx b/src/IconCheerOutlinedFilled.tsx index 3317e9845..24767f445 100644 --- a/src/IconCheerOutlinedFilled.tsx +++ b/src/IconCheerOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCheerOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerOutlinedFilled as default } diff --git a/src/IconCheerRounded.tsx b/src/IconCheerRounded.tsx index 8a58dc172..31aba742f 100644 --- a/src/IconCheerRounded.tsx +++ b/src/IconCheerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerRounded: React.FC = ({ ...props }) => ( +export const IconCheerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerRounded as default } diff --git a/src/IconCheerRoundedFilled.tsx b/src/IconCheerRoundedFilled.tsx index b57ef29eb..73cd43519 100644 --- a/src/IconCheerRoundedFilled.tsx +++ b/src/IconCheerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCheerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerRoundedFilled as default } diff --git a/src/IconCheerSharp.tsx b/src/IconCheerSharp.tsx index 3104547ea..dfa857129 100644 --- a/src/IconCheerSharp.tsx +++ b/src/IconCheerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerSharp: React.FC = ({ ...props }) => ( +export const IconCheerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerSharp as default } diff --git a/src/IconCheerSharpFilled.tsx b/src/IconCheerSharpFilled.tsx index ffca63d3b..3759c3f8e 100644 --- a/src/IconCheerSharpFilled.tsx +++ b/src/IconCheerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCheerSharpFilled: React.FC = ({ ...props }) => ( +export const IconCheerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCheerSharpFilled as default } diff --git a/src/IconChessOutlined.tsx b/src/IconChessOutlined.tsx index 042d93968..79816e1f1 100644 --- a/src/IconChessOutlined.tsx +++ b/src/IconChessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessOutlined: React.FC = ({ ...props }) => ( +export const IconChessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessOutlined as default } diff --git a/src/IconChessOutlinedFilled.tsx b/src/IconChessOutlinedFilled.tsx index f48a6637d..7f5a66f28 100644 --- a/src/IconChessOutlinedFilled.tsx +++ b/src/IconChessOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChessOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessOutlinedFilled as default } diff --git a/src/IconChessRounded.tsx b/src/IconChessRounded.tsx index 9f6c4b562..8d276726a 100644 --- a/src/IconChessRounded.tsx +++ b/src/IconChessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessRounded: React.FC = ({ ...props }) => ( +export const IconChessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessRounded as default } diff --git a/src/IconChessRoundedFilled.tsx b/src/IconChessRoundedFilled.tsx index 6a3a46507..12408f539 100644 --- a/src/IconChessRoundedFilled.tsx +++ b/src/IconChessRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChessRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessRoundedFilled as default } diff --git a/src/IconChessSharp.tsx b/src/IconChessSharp.tsx index 4b1cf60c4..f0ea992b1 100644 --- a/src/IconChessSharp.tsx +++ b/src/IconChessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessSharp: React.FC = ({ ...props }) => ( +export const IconChessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessSharp as default } diff --git a/src/IconChessSharpFilled.tsx b/src/IconChessSharpFilled.tsx index c6f20facb..dfdc1280f 100644 --- a/src/IconChessSharpFilled.tsx +++ b/src/IconChessSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChessSharpFilled: React.FC = ({ ...props }) => ( +export const IconChessSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChessSharpFilled as default } diff --git a/src/IconChevronBackwardOutlined.tsx b/src/IconChevronBackwardOutlined.tsx index c55759545..70803ceb0 100644 --- a/src/IconChevronBackwardOutlined.tsx +++ b/src/IconChevronBackwardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardOutlined: React.FC = ({ ...props }) => ( +export const IconChevronBackwardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronBackwardOutlined as default } diff --git a/src/IconChevronBackwardOutlinedFilled.tsx b/src/IconChevronBackwardOutlinedFilled.tsx index 5e073112f..88a73e1b6 100644 --- a/src/IconChevronBackwardOutlinedFilled.tsx +++ b/src/IconChevronBackwardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardOutlinedFilled: React.FC = ({ +export const IconChevronBackwardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChevronBackwardOutlinedFilled: React.FC = ({ ) - -export { IconChevronBackwardOutlinedFilled as default } diff --git a/src/IconChevronBackwardRounded.tsx b/src/IconChevronBackwardRounded.tsx index 53f398c9f..accb22e31 100644 --- a/src/IconChevronBackwardRounded.tsx +++ b/src/IconChevronBackwardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardRounded: React.FC = ({ ...props }) => ( +export const IconChevronBackwardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronBackwardRounded as default } diff --git a/src/IconChevronBackwardRoundedFilled.tsx b/src/IconChevronBackwardRoundedFilled.tsx index b16c8e35c..68d8f3b47 100644 --- a/src/IconChevronBackwardRoundedFilled.tsx +++ b/src/IconChevronBackwardRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardRoundedFilled: React.FC = ({ +export const IconChevronBackwardRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChevronBackwardRoundedFilled: React.FC = ({ ) - -export { IconChevronBackwardRoundedFilled as default } diff --git a/src/IconChevronBackwardSharp.tsx b/src/IconChevronBackwardSharp.tsx index 248539516..fbbbac23d 100644 --- a/src/IconChevronBackwardSharp.tsx +++ b/src/IconChevronBackwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardSharp: React.FC = ({ ...props }) => ( +export const IconChevronBackwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronBackwardSharp as default } diff --git a/src/IconChevronBackwardSharpFilled.tsx b/src/IconChevronBackwardSharpFilled.tsx index f33cc095c..de4b3e9a5 100644 --- a/src/IconChevronBackwardSharpFilled.tsx +++ b/src/IconChevronBackwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronBackwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconChevronBackwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronBackwardSharpFilled as default } diff --git a/src/IconChevronForwardOutlined.tsx b/src/IconChevronForwardOutlined.tsx index 05dd232c0..cb4df1130 100644 --- a/src/IconChevronForwardOutlined.tsx +++ b/src/IconChevronForwardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardOutlined: React.FC = ({ ...props }) => ( +export const IconChevronForwardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronForwardOutlined as default } diff --git a/src/IconChevronForwardOutlinedFilled.tsx b/src/IconChevronForwardOutlinedFilled.tsx index a4a294831..d8f6fc4b0 100644 --- a/src/IconChevronForwardOutlinedFilled.tsx +++ b/src/IconChevronForwardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardOutlinedFilled: React.FC = ({ +export const IconChevronForwardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChevronForwardOutlinedFilled: React.FC = ({ ) - -export { IconChevronForwardOutlinedFilled as default } diff --git a/src/IconChevronForwardRounded.tsx b/src/IconChevronForwardRounded.tsx index d3140366a..41732188b 100644 --- a/src/IconChevronForwardRounded.tsx +++ b/src/IconChevronForwardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardRounded: React.FC = ({ ...props }) => ( +export const IconChevronForwardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronForwardRounded as default } diff --git a/src/IconChevronForwardRoundedFilled.tsx b/src/IconChevronForwardRoundedFilled.tsx index 9dd3b7935..5ee8fd8e0 100644 --- a/src/IconChevronForwardRoundedFilled.tsx +++ b/src/IconChevronForwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChevronForwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronForwardRoundedFilled as default } diff --git a/src/IconChevronForwardSharp.tsx b/src/IconChevronForwardSharp.tsx index 8dc4ce1cf..a04232168 100644 --- a/src/IconChevronForwardSharp.tsx +++ b/src/IconChevronForwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardSharp: React.FC = ({ ...props }) => ( +export const IconChevronForwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronForwardSharp as default } diff --git a/src/IconChevronForwardSharpFilled.tsx b/src/IconChevronForwardSharpFilled.tsx index ab248952e..5bd7bd73c 100644 --- a/src/IconChevronForwardSharpFilled.tsx +++ b/src/IconChevronForwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronForwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconChevronForwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronForwardSharpFilled as default } diff --git a/src/IconChevronLeftOutlined.tsx b/src/IconChevronLeftOutlined.tsx index 23813823f..096d13113 100644 --- a/src/IconChevronLeftOutlined.tsx +++ b/src/IconChevronLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftOutlined: React.FC = ({ ...props }) => ( +export const IconChevronLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronLeftOutlined as default } diff --git a/src/IconChevronLeftOutlinedFilled.tsx b/src/IconChevronLeftOutlinedFilled.tsx index 1537c5fbf..42501f2b6 100644 --- a/src/IconChevronLeftOutlinedFilled.tsx +++ b/src/IconChevronLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChevronLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronLeftOutlinedFilled as default } diff --git a/src/IconChevronLeftRounded.tsx b/src/IconChevronLeftRounded.tsx index 288e5527a..68b296b62 100644 --- a/src/IconChevronLeftRounded.tsx +++ b/src/IconChevronLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftRounded: React.FC = ({ ...props }) => ( +export const IconChevronLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronLeftRounded as default } diff --git a/src/IconChevronLeftRoundedFilled.tsx b/src/IconChevronLeftRoundedFilled.tsx index 9b3afcb5d..336545d0a 100644 --- a/src/IconChevronLeftRoundedFilled.tsx +++ b/src/IconChevronLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChevronLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronLeftRoundedFilled as default } diff --git a/src/IconChevronLeftSharp.tsx b/src/IconChevronLeftSharp.tsx index 5b855d4fa..9f01967af 100644 --- a/src/IconChevronLeftSharp.tsx +++ b/src/IconChevronLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftSharp: React.FC = ({ ...props }) => ( +export const IconChevronLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronLeftSharp as default } diff --git a/src/IconChevronLeftSharpFilled.tsx b/src/IconChevronLeftSharpFilled.tsx index 9699fdbbb..48e0153b6 100644 --- a/src/IconChevronLeftSharpFilled.tsx +++ b/src/IconChevronLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconChevronLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronLeftSharpFilled as default } diff --git a/src/IconChevronRightOutlined.tsx b/src/IconChevronRightOutlined.tsx index ebf29a54a..b9cb2dc80 100644 --- a/src/IconChevronRightOutlined.tsx +++ b/src/IconChevronRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightOutlined: React.FC = ({ ...props }) => ( +export const IconChevronRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronRightOutlined as default } diff --git a/src/IconChevronRightOutlinedFilled.tsx b/src/IconChevronRightOutlinedFilled.tsx index 018b95766..7d83374f2 100644 --- a/src/IconChevronRightOutlinedFilled.tsx +++ b/src/IconChevronRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChevronRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronRightOutlinedFilled as default } diff --git a/src/IconChevronRightRounded.tsx b/src/IconChevronRightRounded.tsx index b4553b323..1e6c99961 100644 --- a/src/IconChevronRightRounded.tsx +++ b/src/IconChevronRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightRounded: React.FC = ({ ...props }) => ( +export const IconChevronRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronRightRounded as default } diff --git a/src/IconChevronRightRoundedFilled.tsx b/src/IconChevronRightRoundedFilled.tsx index c16d9aa30..e2adec23e 100644 --- a/src/IconChevronRightRoundedFilled.tsx +++ b/src/IconChevronRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChevronRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronRightRoundedFilled as default } diff --git a/src/IconChevronRightSharp.tsx b/src/IconChevronRightSharp.tsx index 985b5d788..51e67e2a8 100644 --- a/src/IconChevronRightSharp.tsx +++ b/src/IconChevronRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightSharp: React.FC = ({ ...props }) => ( +export const IconChevronRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChevronRightSharp as default } diff --git a/src/IconChevronRightSharpFilled.tsx b/src/IconChevronRightSharpFilled.tsx index 30106f87c..d041e9e45 100644 --- a/src/IconChevronRightSharpFilled.tsx +++ b/src/IconChevronRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChevronRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconChevronRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChevronRightSharpFilled as default } diff --git a/src/IconChildCareOutlined.tsx b/src/IconChildCareOutlined.tsx index e23e3eab8..d7cb8547a 100644 --- a/src/IconChildCareOutlined.tsx +++ b/src/IconChildCareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareOutlined: React.FC = ({ ...props }) => ( +export const IconChildCareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildCareOutlined as default } diff --git a/src/IconChildCareOutlinedFilled.tsx b/src/IconChildCareOutlinedFilled.tsx index 54f63a1b1..47ba7e6a8 100644 --- a/src/IconChildCareOutlinedFilled.tsx +++ b/src/IconChildCareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChildCareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildCareOutlinedFilled as default } diff --git a/src/IconChildCareRounded.tsx b/src/IconChildCareRounded.tsx index 2e77ccee4..eec09dd95 100644 --- a/src/IconChildCareRounded.tsx +++ b/src/IconChildCareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareRounded: React.FC = ({ ...props }) => ( +export const IconChildCareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildCareRounded as default } diff --git a/src/IconChildCareRoundedFilled.tsx b/src/IconChildCareRoundedFilled.tsx index b5974639f..e3fce9ddb 100644 --- a/src/IconChildCareRoundedFilled.tsx +++ b/src/IconChildCareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChildCareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildCareRoundedFilled as default } diff --git a/src/IconChildCareSharp.tsx b/src/IconChildCareSharp.tsx index 05980b669..1e4efac67 100644 --- a/src/IconChildCareSharp.tsx +++ b/src/IconChildCareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareSharp: React.FC = ({ ...props }) => ( +export const IconChildCareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildCareSharp as default } diff --git a/src/IconChildCareSharpFilled.tsx b/src/IconChildCareSharpFilled.tsx index e13b6647f..b877e097f 100644 --- a/src/IconChildCareSharpFilled.tsx +++ b/src/IconChildCareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildCareSharpFilled: React.FC = ({ ...props }) => ( +export const IconChildCareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildCareSharpFilled as default } diff --git a/src/IconChildFriendlyOutlined.tsx b/src/IconChildFriendlyOutlined.tsx index 6744a6650..d6ad945a7 100644 --- a/src/IconChildFriendlyOutlined.tsx +++ b/src/IconChildFriendlyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlyOutlined: React.FC = ({ ...props }) => ( +export const IconChildFriendlyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildFriendlyOutlined as default } diff --git a/src/IconChildFriendlyOutlinedFilled.tsx b/src/IconChildFriendlyOutlinedFilled.tsx index 8505845ea..a0e669888 100644 --- a/src/IconChildFriendlyOutlinedFilled.tsx +++ b/src/IconChildFriendlyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChildFriendlyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildFriendlyOutlinedFilled as default } diff --git a/src/IconChildFriendlyRounded.tsx b/src/IconChildFriendlyRounded.tsx index cb0d166f5..ec8536185 100644 --- a/src/IconChildFriendlyRounded.tsx +++ b/src/IconChildFriendlyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlyRounded: React.FC = ({ ...props }) => ( +export const IconChildFriendlyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildFriendlyRounded as default } diff --git a/src/IconChildFriendlyRoundedFilled.tsx b/src/IconChildFriendlyRoundedFilled.tsx index f74923b24..0d607670d 100644 --- a/src/IconChildFriendlyRoundedFilled.tsx +++ b/src/IconChildFriendlyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChildFriendlyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildFriendlyRoundedFilled as default } diff --git a/src/IconChildFriendlySharp.tsx b/src/IconChildFriendlySharp.tsx index d7c1b65c0..e02098b91 100644 --- a/src/IconChildFriendlySharp.tsx +++ b/src/IconChildFriendlySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlySharp: React.FC = ({ ...props }) => ( +export const IconChildFriendlySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChildFriendlySharp as default } diff --git a/src/IconChildFriendlySharpFilled.tsx b/src/IconChildFriendlySharpFilled.tsx index a8deb6d31..35350f893 100644 --- a/src/IconChildFriendlySharpFilled.tsx +++ b/src/IconChildFriendlySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChildFriendlySharpFilled: React.FC = ({ ...props }) => ( +export const IconChildFriendlySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChildFriendlySharpFilled as default } diff --git a/src/IconChipExtractionOutlined.tsx b/src/IconChipExtractionOutlined.tsx index 17adc21bb..abb026b02 100644 --- a/src/IconChipExtractionOutlined.tsx +++ b/src/IconChipExtractionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionOutlined: React.FC = ({ ...props }) => ( +export const IconChipExtractionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChipExtractionOutlined as default } diff --git a/src/IconChipExtractionOutlinedFilled.tsx b/src/IconChipExtractionOutlinedFilled.tsx index 191b2010d..d86e211f0 100644 --- a/src/IconChipExtractionOutlinedFilled.tsx +++ b/src/IconChipExtractionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionOutlinedFilled: React.FC = ({ +export const IconChipExtractionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChipExtractionOutlinedFilled: React.FC = ({ ) - -export { IconChipExtractionOutlinedFilled as default } diff --git a/src/IconChipExtractionRounded.tsx b/src/IconChipExtractionRounded.tsx index d8fcb38e9..3c310f6ad 100644 --- a/src/IconChipExtractionRounded.tsx +++ b/src/IconChipExtractionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionRounded: React.FC = ({ ...props }) => ( +export const IconChipExtractionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChipExtractionRounded as default } diff --git a/src/IconChipExtractionRoundedFilled.tsx b/src/IconChipExtractionRoundedFilled.tsx index fa9aa10bd..720959fa0 100644 --- a/src/IconChipExtractionRoundedFilled.tsx +++ b/src/IconChipExtractionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChipExtractionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChipExtractionRoundedFilled as default } diff --git a/src/IconChipExtractionSharp.tsx b/src/IconChipExtractionSharp.tsx index aaab7acb4..0e46943be 100644 --- a/src/IconChipExtractionSharp.tsx +++ b/src/IconChipExtractionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionSharp: React.FC = ({ ...props }) => ( +export const IconChipExtractionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipExtractionSharp as default } diff --git a/src/IconChipExtractionSharpFilled.tsx b/src/IconChipExtractionSharpFilled.tsx index 410e6fd91..52c24a5b7 100644 --- a/src/IconChipExtractionSharpFilled.tsx +++ b/src/IconChipExtractionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChipExtractionSharpFilled: React.FC = ({ ...props }) => ( +export const IconChipExtractionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChipExtractionSharpFilled as default } diff --git a/src/IconChipsOutlined.tsx b/src/IconChipsOutlined.tsx index 14c3bbbf4..61110a240 100644 --- a/src/IconChipsOutlined.tsx +++ b/src/IconChipsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsOutlined: React.FC = ({ ...props }) => ( +export const IconChipsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsOutlined as default } diff --git a/src/IconChipsOutlinedFilled.tsx b/src/IconChipsOutlinedFilled.tsx index 793803bcd..cb1ef6413 100644 --- a/src/IconChipsOutlinedFilled.tsx +++ b/src/IconChipsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChipsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsOutlinedFilled as default } diff --git a/src/IconChipsRounded.tsx b/src/IconChipsRounded.tsx index 3cc8b1f15..12a94ed7a 100644 --- a/src/IconChipsRounded.tsx +++ b/src/IconChipsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsRounded: React.FC = ({ ...props }) => ( +export const IconChipsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsRounded as default } diff --git a/src/IconChipsRoundedFilled.tsx b/src/IconChipsRoundedFilled.tsx index 67886abd6..95fe721f5 100644 --- a/src/IconChipsRoundedFilled.tsx +++ b/src/IconChipsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChipsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsRoundedFilled as default } diff --git a/src/IconChipsSharp.tsx b/src/IconChipsSharp.tsx index d17dcd46b..96582743b 100644 --- a/src/IconChipsSharp.tsx +++ b/src/IconChipsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsSharp: React.FC = ({ ...props }) => ( +export const IconChipsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsSharp as default } diff --git a/src/IconChipsSharpFilled.tsx b/src/IconChipsSharpFilled.tsx index fd6b9bd3d..dd9232149 100644 --- a/src/IconChipsSharpFilled.tsx +++ b/src/IconChipsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChipsSharpFilled: React.FC = ({ ...props }) => ( +export const IconChipsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChipsSharpFilled as default } diff --git a/src/IconChromeReaderModeOutlined.tsx b/src/IconChromeReaderModeOutlined.tsx index 79757a034..fe3f0dd50 100644 --- a/src/IconChromeReaderModeOutlined.tsx +++ b/src/IconChromeReaderModeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeOutlined: React.FC = ({ ...props }) => ( +export const IconChromeReaderModeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromeReaderModeOutlined as default } diff --git a/src/IconChromeReaderModeOutlinedFilled.tsx b/src/IconChromeReaderModeOutlinedFilled.tsx index 0e00b80b5..a4c686467 100644 --- a/src/IconChromeReaderModeOutlinedFilled.tsx +++ b/src/IconChromeReaderModeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeOutlinedFilled: React.FC = ({ +export const IconChromeReaderModeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChromeReaderModeOutlinedFilled: React.FC = ({ ) - -export { IconChromeReaderModeOutlinedFilled as default } diff --git a/src/IconChromeReaderModeRounded.tsx b/src/IconChromeReaderModeRounded.tsx index 8b9630073..bea56f8da 100644 --- a/src/IconChromeReaderModeRounded.tsx +++ b/src/IconChromeReaderModeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeRounded: React.FC = ({ ...props }) => ( +export const IconChromeReaderModeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromeReaderModeRounded as default } diff --git a/src/IconChromeReaderModeRoundedFilled.tsx b/src/IconChromeReaderModeRoundedFilled.tsx index 2e24c7d9e..173c60a8d 100644 --- a/src/IconChromeReaderModeRoundedFilled.tsx +++ b/src/IconChromeReaderModeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeRoundedFilled: React.FC = ({ +export const IconChromeReaderModeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChromeReaderModeRoundedFilled: React.FC = ({ ) - -export { IconChromeReaderModeRoundedFilled as default } diff --git a/src/IconChromeReaderModeSharp.tsx b/src/IconChromeReaderModeSharp.tsx index c78318dc4..3b2f3e0b5 100644 --- a/src/IconChromeReaderModeSharp.tsx +++ b/src/IconChromeReaderModeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeSharp: React.FC = ({ ...props }) => ( +export const IconChromeReaderModeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromeReaderModeSharp as default } diff --git a/src/IconChromeReaderModeSharpFilled.tsx b/src/IconChromeReaderModeSharpFilled.tsx index 5a3509376..e4dd7f7a7 100644 --- a/src/IconChromeReaderModeSharpFilled.tsx +++ b/src/IconChromeReaderModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromeReaderModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconChromeReaderModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromeReaderModeSharpFilled as default } diff --git a/src/IconChromecast2Outlined.tsx b/src/IconChromecast2Outlined.tsx index 544947a68..2a05e6e47 100644 --- a/src/IconChromecast2Outlined.tsx +++ b/src/IconChromecast2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2Outlined: React.FC = ({ ...props }) => ( +export const IconChromecast2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChromecast2Outlined as default } diff --git a/src/IconChromecast2OutlinedFilled.tsx b/src/IconChromecast2OutlinedFilled.tsx index f5ef1520c..4dc7ffd7e 100644 --- a/src/IconChromecast2OutlinedFilled.tsx +++ b/src/IconChromecast2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChromecast2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecast2OutlinedFilled as default } diff --git a/src/IconChromecast2Rounded.tsx b/src/IconChromecast2Rounded.tsx index ed7b0b44c..b5856ac1d 100644 --- a/src/IconChromecast2Rounded.tsx +++ b/src/IconChromecast2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2Rounded: React.FC = ({ ...props }) => ( +export const IconChromecast2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChromecast2Rounded as default } diff --git a/src/IconChromecast2RoundedFilled.tsx b/src/IconChromecast2RoundedFilled.tsx index 3a1a87c12..33ef1f4bb 100644 --- a/src/IconChromecast2RoundedFilled.tsx +++ b/src/IconChromecast2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconChromecast2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecast2RoundedFilled as default } diff --git a/src/IconChromecast2Sharp.tsx b/src/IconChromecast2Sharp.tsx index 944d8ca84..0314d92ba 100644 --- a/src/IconChromecast2Sharp.tsx +++ b/src/IconChromecast2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2Sharp: React.FC = ({ ...props }) => ( +export const IconChromecast2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChromecast2Sharp as default } diff --git a/src/IconChromecast2SharpFilled.tsx b/src/IconChromecast2SharpFilled.tsx index e2743a4e4..5f73683d7 100644 --- a/src/IconChromecast2SharpFilled.tsx +++ b/src/IconChromecast2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecast2SharpFilled: React.FC = ({ ...props }) => ( +export const IconChromecast2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecast2SharpFilled as default } diff --git a/src/IconChromecastDeviceOutlined.tsx b/src/IconChromecastDeviceOutlined.tsx index a8cdaee4e..0fdfbaee7 100644 --- a/src/IconChromecastDeviceOutlined.tsx +++ b/src/IconChromecastDeviceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconChromecastDeviceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecastDeviceOutlined as default } diff --git a/src/IconChromecastDeviceOutlinedFilled.tsx b/src/IconChromecastDeviceOutlinedFilled.tsx index 928962e06..5c7143fcc 100644 --- a/src/IconChromecastDeviceOutlinedFilled.tsx +++ b/src/IconChromecastDeviceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceOutlinedFilled: React.FC = ({ +export const IconChromecastDeviceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChromecastDeviceOutlinedFilled: React.FC = ({ ) - -export { IconChromecastDeviceOutlinedFilled as default } diff --git a/src/IconChromecastDeviceRounded.tsx b/src/IconChromecastDeviceRounded.tsx index e13710c1a..e567fdff7 100644 --- a/src/IconChromecastDeviceRounded.tsx +++ b/src/IconChromecastDeviceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceRounded: React.FC = ({ ...props }) => ( +export const IconChromecastDeviceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecastDeviceRounded as default } diff --git a/src/IconChromecastDeviceRoundedFilled.tsx b/src/IconChromecastDeviceRoundedFilled.tsx index 5a8017ee3..535bd6ab0 100644 --- a/src/IconChromecastDeviceRoundedFilled.tsx +++ b/src/IconChromecastDeviceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceRoundedFilled: React.FC = ({ +export const IconChromecastDeviceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconChromecastDeviceRoundedFilled: React.FC = ({ ) - -export { IconChromecastDeviceRoundedFilled as default } diff --git a/src/IconChromecastDeviceSharp.tsx b/src/IconChromecastDeviceSharp.tsx index 48b6210aa..3a5c7f5f4 100644 --- a/src/IconChromecastDeviceSharp.tsx +++ b/src/IconChromecastDeviceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceSharp: React.FC = ({ ...props }) => ( +export const IconChromecastDeviceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecastDeviceSharp as default } diff --git a/src/IconChromecastDeviceSharpFilled.tsx b/src/IconChromecastDeviceSharpFilled.tsx index 79cae749b..2e78ea9ea 100644 --- a/src/IconChromecastDeviceSharpFilled.tsx +++ b/src/IconChromecastDeviceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChromecastDeviceSharpFilled: React.FC = ({ ...props }) => ( +export const IconChromecastDeviceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChromecastDeviceSharpFilled as default } diff --git a/src/IconChronicOutlined.tsx b/src/IconChronicOutlined.tsx index 5cffd5d4e..ef9f91fbb 100644 --- a/src/IconChronicOutlined.tsx +++ b/src/IconChronicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChronicOutlined: React.FC = ({ ...props }) => ( +export const IconChronicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChronicOutlined as default } diff --git a/src/IconChronicOutlinedFilled.tsx b/src/IconChronicOutlinedFilled.tsx index 0b6a03874..66bb65760 100644 --- a/src/IconChronicOutlinedFilled.tsx +++ b/src/IconChronicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconChronicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChronicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconChronicOutlinedFilled as default } diff --git a/src/IconChronicRounded.tsx b/src/IconChronicRounded.tsx index ce8780612..796d9a8c9 100644 --- a/src/IconChronicRounded.tsx +++ b/src/IconChronicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChronicRounded: React.FC = ({ ...props }) => ( +export const IconChronicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChronicRounded as default } diff --git a/src/IconChronicRoundedFilled.tsx b/src/IconChronicRoundedFilled.tsx index 8a36e8966..cf6d1e23b 100644 --- a/src/IconChronicRoundedFilled.tsx +++ b/src/IconChronicRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChronicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChronicRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChronicRoundedFilled as default } diff --git a/src/IconChronicSharp.tsx b/src/IconChronicSharp.tsx index 65a6c38a1..7e2768820 100644 --- a/src/IconChronicSharp.tsx +++ b/src/IconChronicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChronicSharp: React.FC = ({ ...props }) => ( +export const IconChronicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChronicSharp as default } diff --git a/src/IconChronicSharpFilled.tsx b/src/IconChronicSharpFilled.tsx index 91dcc07d8..04a96ee16 100644 --- a/src/IconChronicSharpFilled.tsx +++ b/src/IconChronicSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChronicSharpFilled: React.FC = ({ ...props }) => ( +export const IconChronicSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChronicSharpFilled as default } diff --git a/src/IconChurchOutlined.tsx b/src/IconChurchOutlined.tsx index 305e5078b..a6880d032 100644 --- a/src/IconChurchOutlined.tsx +++ b/src/IconChurchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchOutlined: React.FC = ({ ...props }) => ( +export const IconChurchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchOutlined as default } diff --git a/src/IconChurchOutlinedFilled.tsx b/src/IconChurchOutlinedFilled.tsx index b87d795fe..50cb886bb 100644 --- a/src/IconChurchOutlinedFilled.tsx +++ b/src/IconChurchOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconChurchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchOutlinedFilled as default } diff --git a/src/IconChurchRounded.tsx b/src/IconChurchRounded.tsx index e75bca407..375e5298e 100644 --- a/src/IconChurchRounded.tsx +++ b/src/IconChurchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchRounded: React.FC = ({ ...props }) => ( +export const IconChurchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchRounded as default } diff --git a/src/IconChurchRoundedFilled.tsx b/src/IconChurchRoundedFilled.tsx index be7d4a7c0..9ff56aa66 100644 --- a/src/IconChurchRoundedFilled.tsx +++ b/src/IconChurchRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconChurchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchRoundedFilled as default } diff --git a/src/IconChurchSharp.tsx b/src/IconChurchSharp.tsx index fc62383f9..1b06b61a3 100644 --- a/src/IconChurchSharp.tsx +++ b/src/IconChurchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchSharp: React.FC = ({ ...props }) => ( +export const IconChurchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchSharp as default } diff --git a/src/IconChurchSharpFilled.tsx b/src/IconChurchSharpFilled.tsx index f2a642736..9bd762c24 100644 --- a/src/IconChurchSharpFilled.tsx +++ b/src/IconChurchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconChurchSharpFilled: React.FC = ({ ...props }) => ( +export const IconChurchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconChurchSharpFilled as default } diff --git a/src/IconCinematicBlurOutlined.tsx b/src/IconCinematicBlurOutlined.tsx index a77e6c3e8..fddb8718c 100644 --- a/src/IconCinematicBlurOutlined.tsx +++ b/src/IconCinematicBlurOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurOutlined: React.FC = ({ ...props }) => ( +export const IconCinematicBlurOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurOutlined as default } diff --git a/src/IconCinematicBlurOutlinedFilled.tsx b/src/IconCinematicBlurOutlinedFilled.tsx index 4adf4ac95..7a4c40ec7 100644 --- a/src/IconCinematicBlurOutlinedFilled.tsx +++ b/src/IconCinematicBlurOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCinematicBlurOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurOutlinedFilled as default } diff --git a/src/IconCinematicBlurRounded.tsx b/src/IconCinematicBlurRounded.tsx index 00076323e..08f3bec82 100644 --- a/src/IconCinematicBlurRounded.tsx +++ b/src/IconCinematicBlurRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurRounded: React.FC = ({ ...props }) => ( +export const IconCinematicBlurRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurRounded as default } diff --git a/src/IconCinematicBlurRoundedFilled.tsx b/src/IconCinematicBlurRoundedFilled.tsx index fc8079ee2..a171606c1 100644 --- a/src/IconCinematicBlurRoundedFilled.tsx +++ b/src/IconCinematicBlurRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCinematicBlurRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurRoundedFilled as default } diff --git a/src/IconCinematicBlurSharp.tsx b/src/IconCinematicBlurSharp.tsx index 5350e3655..57a59443b 100644 --- a/src/IconCinematicBlurSharp.tsx +++ b/src/IconCinematicBlurSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurSharp: React.FC = ({ ...props }) => ( +export const IconCinematicBlurSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurSharp as default } diff --git a/src/IconCinematicBlurSharpFilled.tsx b/src/IconCinematicBlurSharpFilled.tsx index ef572ef68..6dcfa1b3a 100644 --- a/src/IconCinematicBlurSharpFilled.tsx +++ b/src/IconCinematicBlurSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCinematicBlurSharpFilled: React.FC = ({ ...props }) => ( +export const IconCinematicBlurSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCinematicBlurSharpFilled as default } diff --git a/src/IconCircleNotificationsOutlined.tsx b/src/IconCircleNotificationsOutlined.tsx index 412cf8712..7a39b01df 100644 --- a/src/IconCircleNotificationsOutlined.tsx +++ b/src/IconCircleNotificationsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsOutlined: React.FC = ({ ...props }) => ( +export const IconCircleNotificationsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCircleNotificationsOutlined as default } diff --git a/src/IconCircleNotificationsOutlinedFilled.tsx b/src/IconCircleNotificationsOutlinedFilled.tsx index 59e82dabb..ded5c9d3e 100644 --- a/src/IconCircleNotificationsOutlinedFilled.tsx +++ b/src/IconCircleNotificationsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsOutlinedFilled: React.FC = ({ +export const IconCircleNotificationsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCircleNotificationsOutlinedFilled: React.FC = ({ ) - -export { IconCircleNotificationsOutlinedFilled as default } diff --git a/src/IconCircleNotificationsRounded.tsx b/src/IconCircleNotificationsRounded.tsx index 617bde040..4272ebc6f 100644 --- a/src/IconCircleNotificationsRounded.tsx +++ b/src/IconCircleNotificationsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsRounded: React.FC = ({ ...props }) => ( +export const IconCircleNotificationsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCircleNotificationsRounded as default } diff --git a/src/IconCircleNotificationsRoundedFilled.tsx b/src/IconCircleNotificationsRoundedFilled.tsx index 3bc866cd8..22c98d180 100644 --- a/src/IconCircleNotificationsRoundedFilled.tsx +++ b/src/IconCircleNotificationsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsRoundedFilled: React.FC = ({ +export const IconCircleNotificationsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCircleNotificationsRoundedFilled: React.FC = ({ ) - -export { IconCircleNotificationsRoundedFilled as default } diff --git a/src/IconCircleNotificationsSharp.tsx b/src/IconCircleNotificationsSharp.tsx index a8d692f18..8f0565b56 100644 --- a/src/IconCircleNotificationsSharp.tsx +++ b/src/IconCircleNotificationsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsSharp: React.FC = ({ ...props }) => ( +export const IconCircleNotificationsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCircleNotificationsSharp as default } diff --git a/src/IconCircleNotificationsSharpFilled.tsx b/src/IconCircleNotificationsSharpFilled.tsx index c569230aa..a7c27a298 100644 --- a/src/IconCircleNotificationsSharpFilled.tsx +++ b/src/IconCircleNotificationsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCircleNotificationsSharpFilled: React.FC = ({ +export const IconCircleNotificationsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCircleNotificationsSharpFilled: React.FC = ({ ) - -export { IconCircleNotificationsSharpFilled as default } diff --git a/src/IconCircleOutlined.tsx b/src/IconCircleOutlined.tsx index 5e56f381e..0e50fdf12 100644 --- a/src/IconCircleOutlined.tsx +++ b/src/IconCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleOutlined: React.FC = ({ ...props }) => ( +export const IconCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleOutlined as default } diff --git a/src/IconCircleOutlinedFilled.tsx b/src/IconCircleOutlinedFilled.tsx index 73e7fcec1..8703d5b2f 100644 --- a/src/IconCircleOutlinedFilled.tsx +++ b/src/IconCircleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCircleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleOutlinedFilled as default } diff --git a/src/IconCircleRounded.tsx b/src/IconCircleRounded.tsx index 564509f87..f471caa5b 100644 --- a/src/IconCircleRounded.tsx +++ b/src/IconCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleRounded: React.FC = ({ ...props }) => ( +export const IconCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleRounded as default } diff --git a/src/IconCircleRoundedFilled.tsx b/src/IconCircleRoundedFilled.tsx index 04b30910c..5cbea48bb 100644 --- a/src/IconCircleRoundedFilled.tsx +++ b/src/IconCircleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCircleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleRoundedFilled as default } diff --git a/src/IconCircleSharp.tsx b/src/IconCircleSharp.tsx index c740d1ea6..43f461c50 100644 --- a/src/IconCircleSharp.tsx +++ b/src/IconCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleSharp: React.FC = ({ ...props }) => ( +export const IconCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleSharp as default } diff --git a/src/IconCircleSharpFilled.tsx b/src/IconCircleSharpFilled.tsx index db3823de5..c07b101ff 100644 --- a/src/IconCircleSharpFilled.tsx +++ b/src/IconCircleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCircleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCircleSharpFilled as default } diff --git a/src/IconCirclesExtOutlined.tsx b/src/IconCirclesExtOutlined.tsx index 74b5cdf9d..34cd41c8a 100644 --- a/src/IconCirclesExtOutlined.tsx +++ b/src/IconCirclesExtOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtOutlined: React.FC = ({ ...props }) => ( +export const IconCirclesExtOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesExtOutlined as default } diff --git a/src/IconCirclesExtOutlinedFilled.tsx b/src/IconCirclesExtOutlinedFilled.tsx index 42b8c91dc..9421ed6f7 100644 --- a/src/IconCirclesExtOutlinedFilled.tsx +++ b/src/IconCirclesExtOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCirclesExtOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCirclesExtOutlinedFilled as default } diff --git a/src/IconCirclesExtRounded.tsx b/src/IconCirclesExtRounded.tsx index 8c6f639e0..4eefec929 100644 --- a/src/IconCirclesExtRounded.tsx +++ b/src/IconCirclesExtRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtRounded: React.FC = ({ ...props }) => ( +export const IconCirclesExtRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesExtRounded as default } diff --git a/src/IconCirclesExtRoundedFilled.tsx b/src/IconCirclesExtRoundedFilled.tsx index e0c5aff7d..fff320ca3 100644 --- a/src/IconCirclesExtRoundedFilled.tsx +++ b/src/IconCirclesExtRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCirclesExtRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCirclesExtRoundedFilled as default } diff --git a/src/IconCirclesExtSharp.tsx b/src/IconCirclesExtSharp.tsx index caee63c6c..35166469d 100644 --- a/src/IconCirclesExtSharp.tsx +++ b/src/IconCirclesExtSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtSharp: React.FC = ({ ...props }) => ( +export const IconCirclesExtSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesExtSharp as default } diff --git a/src/IconCirclesExtSharpFilled.tsx b/src/IconCirclesExtSharpFilled.tsx index 33fbbe1bb..209669ac0 100644 --- a/src/IconCirclesExtSharpFilled.tsx +++ b/src/IconCirclesExtSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesExtSharpFilled: React.FC = ({ ...props }) => ( +export const IconCirclesExtSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCirclesExtSharpFilled as default } diff --git a/src/IconCirclesOutlined.tsx b/src/IconCirclesOutlined.tsx index b7f893244..0cbbce983 100644 --- a/src/IconCirclesOutlined.tsx +++ b/src/IconCirclesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesOutlined: React.FC = ({ ...props }) => ( +export const IconCirclesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesOutlined as default } diff --git a/src/IconCirclesOutlinedFilled.tsx b/src/IconCirclesOutlinedFilled.tsx index 3ebcaf171..07b01449c 100644 --- a/src/IconCirclesOutlinedFilled.tsx +++ b/src/IconCirclesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCirclesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCirclesOutlinedFilled as default } diff --git a/src/IconCirclesRounded.tsx b/src/IconCirclesRounded.tsx index 8bb0dbda2..17ff19b88 100644 --- a/src/IconCirclesRounded.tsx +++ b/src/IconCirclesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesRounded: React.FC = ({ ...props }) => ( +export const IconCirclesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesRounded as default } diff --git a/src/IconCirclesRoundedFilled.tsx b/src/IconCirclesRoundedFilled.tsx index 3c9453b51..96b62c055 100644 --- a/src/IconCirclesRoundedFilled.tsx +++ b/src/IconCirclesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCirclesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesRoundedFilled as default } diff --git a/src/IconCirclesSharp.tsx b/src/IconCirclesSharp.tsx index 826eafed0..a37aa4365 100644 --- a/src/IconCirclesSharp.tsx +++ b/src/IconCirclesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesSharp: React.FC = ({ ...props }) => ( +export const IconCirclesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesSharp as default } diff --git a/src/IconCirclesSharpFilled.tsx b/src/IconCirclesSharpFilled.tsx index dc343f9ea..7c2aa8525 100644 --- a/src/IconCirclesSharpFilled.tsx +++ b/src/IconCirclesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCirclesSharpFilled: React.FC = ({ ...props }) => ( +export const IconCirclesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCirclesSharpFilled as default } diff --git a/src/IconClarifyOutlined.tsx b/src/IconClarifyOutlined.tsx index 2f668aaff..2dec57bff 100644 --- a/src/IconClarifyOutlined.tsx +++ b/src/IconClarifyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClarifyOutlined: React.FC = ({ ...props }) => ( +export const IconClarifyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClarifyOutlined as default } diff --git a/src/IconClarifyOutlinedFilled.tsx b/src/IconClarifyOutlinedFilled.tsx index a35aed262..fd6e5fedb 100644 --- a/src/IconClarifyOutlinedFilled.tsx +++ b/src/IconClarifyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClarifyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClarifyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClarifyOutlinedFilled as default } diff --git a/src/IconClarifyRounded.tsx b/src/IconClarifyRounded.tsx index cb3d26d4d..8925d7b9d 100644 --- a/src/IconClarifyRounded.tsx +++ b/src/IconClarifyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClarifyRounded: React.FC = ({ ...props }) => ( +export const IconClarifyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClarifyRounded as default } diff --git a/src/IconClarifyRoundedFilled.tsx b/src/IconClarifyRoundedFilled.tsx index 729f6d855..b45ec7e0b 100644 --- a/src/IconClarifyRoundedFilled.tsx +++ b/src/IconClarifyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClarifyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconClarifyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClarifyRoundedFilled as default } diff --git a/src/IconClarifySharp.tsx b/src/IconClarifySharp.tsx index f166fec22..a5c7de59b 100644 --- a/src/IconClarifySharp.tsx +++ b/src/IconClarifySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClarifySharp: React.FC = ({ ...props }) => ( +export const IconClarifySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClarifySharp as default } diff --git a/src/IconClarifySharpFilled.tsx b/src/IconClarifySharpFilled.tsx index 980934cf8..ba4c070a6 100644 --- a/src/IconClarifySharpFilled.tsx +++ b/src/IconClarifySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClarifySharpFilled: React.FC = ({ ...props }) => ( +export const IconClarifySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClarifySharpFilled as default } diff --git a/src/IconCleanHandsOutlined.tsx b/src/IconCleanHandsOutlined.tsx index 500859792..378434b87 100644 --- a/src/IconCleanHandsOutlined.tsx +++ b/src/IconCleanHandsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsOutlined: React.FC = ({ ...props }) => ( +export const IconCleanHandsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleanHandsOutlined as default } diff --git a/src/IconCleanHandsOutlinedFilled.tsx b/src/IconCleanHandsOutlinedFilled.tsx index 9b021530f..0e8dabf28 100644 --- a/src/IconCleanHandsOutlinedFilled.tsx +++ b/src/IconCleanHandsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCleanHandsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleanHandsOutlinedFilled as default } diff --git a/src/IconCleanHandsRounded.tsx b/src/IconCleanHandsRounded.tsx index d589caeb2..7fb77b534 100644 --- a/src/IconCleanHandsRounded.tsx +++ b/src/IconCleanHandsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsRounded: React.FC = ({ ...props }) => ( +export const IconCleanHandsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleanHandsRounded as default } diff --git a/src/IconCleanHandsRoundedFilled.tsx b/src/IconCleanHandsRoundedFilled.tsx index d05621ae5..68adb11ae 100644 --- a/src/IconCleanHandsRoundedFilled.tsx +++ b/src/IconCleanHandsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCleanHandsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleanHandsRoundedFilled as default } diff --git a/src/IconCleanHandsSharp.tsx b/src/IconCleanHandsSharp.tsx index 113ff776c..825a3b2b1 100644 --- a/src/IconCleanHandsSharp.tsx +++ b/src/IconCleanHandsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsSharp: React.FC = ({ ...props }) => ( +export const IconCleanHandsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleanHandsSharp as default } diff --git a/src/IconCleanHandsSharpFilled.tsx b/src/IconCleanHandsSharpFilled.tsx index 06c6b932f..19788e2a1 100644 --- a/src/IconCleanHandsSharpFilled.tsx +++ b/src/IconCleanHandsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleanHandsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCleanHandsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleanHandsSharpFilled as default } diff --git a/src/IconCleaningBucketOutlined.tsx b/src/IconCleaningBucketOutlined.tsx index 24cbf0cfb..ad69b8f9f 100644 --- a/src/IconCleaningBucketOutlined.tsx +++ b/src/IconCleaningBucketOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketOutlined: React.FC = ({ ...props }) => ( +export const IconCleaningBucketOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningBucketOutlined as default } diff --git a/src/IconCleaningBucketOutlinedFilled.tsx b/src/IconCleaningBucketOutlinedFilled.tsx index ac4504f1a..be816ca13 100644 --- a/src/IconCleaningBucketOutlinedFilled.tsx +++ b/src/IconCleaningBucketOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketOutlinedFilled: React.FC = ({ +export const IconCleaningBucketOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCleaningBucketOutlinedFilled: React.FC = ({ ) - -export { IconCleaningBucketOutlinedFilled as default } diff --git a/src/IconCleaningBucketRounded.tsx b/src/IconCleaningBucketRounded.tsx index 0ae4a4dd0..d2f7acdc6 100644 --- a/src/IconCleaningBucketRounded.tsx +++ b/src/IconCleaningBucketRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketRounded: React.FC = ({ ...props }) => ( +export const IconCleaningBucketRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningBucketRounded as default } diff --git a/src/IconCleaningBucketRoundedFilled.tsx b/src/IconCleaningBucketRoundedFilled.tsx index d86f252ac..da6060a21 100644 --- a/src/IconCleaningBucketRoundedFilled.tsx +++ b/src/IconCleaningBucketRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCleaningBucketRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningBucketRoundedFilled as default } diff --git a/src/IconCleaningBucketSharp.tsx b/src/IconCleaningBucketSharp.tsx index d02e540c1..2ecc88eef 100644 --- a/src/IconCleaningBucketSharp.tsx +++ b/src/IconCleaningBucketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketSharp: React.FC = ({ ...props }) => ( +export const IconCleaningBucketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleaningBucketSharp as default } diff --git a/src/IconCleaningBucketSharpFilled.tsx b/src/IconCleaningBucketSharpFilled.tsx index 2d7ca8c15..579ee3366 100644 --- a/src/IconCleaningBucketSharpFilled.tsx +++ b/src/IconCleaningBucketSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningBucketSharpFilled: React.FC = ({ ...props }) => ( +export const IconCleaningBucketSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningBucketSharpFilled as default } diff --git a/src/IconCleaningOutlined.tsx b/src/IconCleaningOutlined.tsx index 78517ca51..dcaa522f8 100644 --- a/src/IconCleaningOutlined.tsx +++ b/src/IconCleaningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningOutlined: React.FC = ({ ...props }) => ( +export const IconCleaningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleaningOutlined as default } diff --git a/src/IconCleaningOutlinedFilled.tsx b/src/IconCleaningOutlinedFilled.tsx index 719ca201c..597d8c51d 100644 --- a/src/IconCleaningOutlinedFilled.tsx +++ b/src/IconCleaningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCleaningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningOutlinedFilled as default } diff --git a/src/IconCleaningRounded.tsx b/src/IconCleaningRounded.tsx index ac7d1432c..b9cce5a24 100644 --- a/src/IconCleaningRounded.tsx +++ b/src/IconCleaningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningRounded: React.FC = ({ ...props }) => ( +export const IconCleaningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleaningRounded as default } diff --git a/src/IconCleaningRoundedFilled.tsx b/src/IconCleaningRoundedFilled.tsx index ff87ef6e0..e22411f6b 100644 --- a/src/IconCleaningRoundedFilled.tsx +++ b/src/IconCleaningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCleaningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningRoundedFilled as default } diff --git a/src/IconCleaningServicesOutlined.tsx b/src/IconCleaningServicesOutlined.tsx index 33bb4e9a0..a23f5b031 100644 --- a/src/IconCleaningServicesOutlined.tsx +++ b/src/IconCleaningServicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesOutlined: React.FC = ({ ...props }) => ( +export const IconCleaningServicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningServicesOutlined as default } diff --git a/src/IconCleaningServicesOutlinedFilled.tsx b/src/IconCleaningServicesOutlinedFilled.tsx index e8d0f526e..dfb6662cb 100644 --- a/src/IconCleaningServicesOutlinedFilled.tsx +++ b/src/IconCleaningServicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesOutlinedFilled: React.FC = ({ +export const IconCleaningServicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCleaningServicesOutlinedFilled: React.FC = ({ ) - -export { IconCleaningServicesOutlinedFilled as default } diff --git a/src/IconCleaningServicesRounded.tsx b/src/IconCleaningServicesRounded.tsx index 51ec4de0e..c6392943e 100644 --- a/src/IconCleaningServicesRounded.tsx +++ b/src/IconCleaningServicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesRounded: React.FC = ({ ...props }) => ( +export const IconCleaningServicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningServicesRounded as default } diff --git a/src/IconCleaningServicesRoundedFilled.tsx b/src/IconCleaningServicesRoundedFilled.tsx index 3b63dcdee..76fbf1e03 100644 --- a/src/IconCleaningServicesRoundedFilled.tsx +++ b/src/IconCleaningServicesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesRoundedFilled: React.FC = ({ +export const IconCleaningServicesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCleaningServicesRoundedFilled: React.FC = ({ ) - -export { IconCleaningServicesRoundedFilled as default } diff --git a/src/IconCleaningServicesSharp.tsx b/src/IconCleaningServicesSharp.tsx index 153f323f1..fccd04bcf 100644 --- a/src/IconCleaningServicesSharp.tsx +++ b/src/IconCleaningServicesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesSharp: React.FC = ({ ...props }) => ( +export const IconCleaningServicesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningServicesSharp as default } diff --git a/src/IconCleaningServicesSharpFilled.tsx b/src/IconCleaningServicesSharpFilled.tsx index 8c3054a2e..b1ad7debd 100644 --- a/src/IconCleaningServicesSharpFilled.tsx +++ b/src/IconCleaningServicesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningServicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconCleaningServicesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCleaningServicesSharpFilled as default } diff --git a/src/IconCleaningSharp.tsx b/src/IconCleaningSharp.tsx index edaaecd2c..7de21c7a6 100644 --- a/src/IconCleaningSharp.tsx +++ b/src/IconCleaningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningSharp: React.FC = ({ ...props }) => ( +export const IconCleaningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleaningSharp as default } diff --git a/src/IconCleaningSharpFilled.tsx b/src/IconCleaningSharpFilled.tsx index f51a738c5..b6b7c1907 100644 --- a/src/IconCleaningSharpFilled.tsx +++ b/src/IconCleaningSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCleaningSharpFilled: React.FC = ({ ...props }) => ( +export const IconCleaningSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCleaningSharpFilled as default } diff --git a/src/IconClearAllOutlined.tsx b/src/IconClearAllOutlined.tsx index f6c56277c..53e079b8c 100644 --- a/src/IconClearAllOutlined.tsx +++ b/src/IconClearAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllOutlined: React.FC = ({ ...props }) => ( +export const IconClearAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearAllOutlined as default } diff --git a/src/IconClearAllOutlinedFilled.tsx b/src/IconClearAllOutlinedFilled.tsx index 2d02ecbe7..8f4bfd135 100644 --- a/src/IconClearAllOutlinedFilled.tsx +++ b/src/IconClearAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClearAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClearAllOutlinedFilled as default } diff --git a/src/IconClearAllRounded.tsx b/src/IconClearAllRounded.tsx index a36947505..917b70a82 100644 --- a/src/IconClearAllRounded.tsx +++ b/src/IconClearAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllRounded: React.FC = ({ ...props }) => ( +export const IconClearAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearAllRounded as default } diff --git a/src/IconClearAllRoundedFilled.tsx b/src/IconClearAllRoundedFilled.tsx index fff3b0cf3..ad3de0a69 100644 --- a/src/IconClearAllRoundedFilled.tsx +++ b/src/IconClearAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconClearAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClearAllRoundedFilled as default } diff --git a/src/IconClearAllSharp.tsx b/src/IconClearAllSharp.tsx index 295be2152..73dd638ec 100644 --- a/src/IconClearAllSharp.tsx +++ b/src/IconClearAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllSharp: React.FC = ({ ...props }) => ( +export const IconClearAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearAllSharp as default } diff --git a/src/IconClearAllSharpFilled.tsx b/src/IconClearAllSharpFilled.tsx index b3f04b69e..2b4883e89 100644 --- a/src/IconClearAllSharpFilled.tsx +++ b/src/IconClearAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconClearAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearAllSharpFilled as default } diff --git a/src/IconClearDayOutlined.tsx b/src/IconClearDayOutlined.tsx index 93d548f53..00f57b66e 100644 --- a/src/IconClearDayOutlined.tsx +++ b/src/IconClearDayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearDayOutlined: React.FC = ({ ...props }) => ( +export const IconClearDayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearDayOutlined as default } diff --git a/src/IconClearDayOutlinedFilled.tsx b/src/IconClearDayOutlinedFilled.tsx index f723fae04..726842440 100644 --- a/src/IconClearDayOutlinedFilled.tsx +++ b/src/IconClearDayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClearDayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClearDayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClearDayOutlinedFilled as default } diff --git a/src/IconClearDayRounded.tsx b/src/IconClearDayRounded.tsx index 74510037b..d56710e89 100644 --- a/src/IconClearDayRounded.tsx +++ b/src/IconClearDayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearDayRounded: React.FC = ({ ...props }) => ( +export const IconClearDayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearDayRounded as default } diff --git a/src/IconClearDayRoundedFilled.tsx b/src/IconClearDayRoundedFilled.tsx index e56901b47..aab0d4324 100644 --- a/src/IconClearDayRoundedFilled.tsx +++ b/src/IconClearDayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClearDayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconClearDayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClearDayRoundedFilled as default } diff --git a/src/IconClearDaySharp.tsx b/src/IconClearDaySharp.tsx index ee25defe8..194081a44 100644 --- a/src/IconClearDaySharp.tsx +++ b/src/IconClearDaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearDaySharp: React.FC = ({ ...props }) => ( +export const IconClearDaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearDaySharp as default } diff --git a/src/IconClearDaySharpFilled.tsx b/src/IconClearDaySharpFilled.tsx index ec8f6c9ba..ed5a901ca 100644 --- a/src/IconClearDaySharpFilled.tsx +++ b/src/IconClearDaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClearDaySharpFilled: React.FC = ({ ...props }) => ( +export const IconClearDaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClearDaySharpFilled as default } diff --git a/src/IconClimateMiniSplitOutlined.tsx b/src/IconClimateMiniSplitOutlined.tsx index 5aa80870d..2e1154862 100644 --- a/src/IconClimateMiniSplitOutlined.tsx +++ b/src/IconClimateMiniSplitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitOutlined: React.FC = ({ ...props }) => ( +export const IconClimateMiniSplitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClimateMiniSplitOutlined as default } diff --git a/src/IconClimateMiniSplitOutlinedFilled.tsx b/src/IconClimateMiniSplitOutlinedFilled.tsx index 31130071c..d2b21a576 100644 --- a/src/IconClimateMiniSplitOutlinedFilled.tsx +++ b/src/IconClimateMiniSplitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitOutlinedFilled: React.FC = ({ +export const IconClimateMiniSplitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClimateMiniSplitOutlinedFilled: React.FC = ({ ) - -export { IconClimateMiniSplitOutlinedFilled as default } diff --git a/src/IconClimateMiniSplitRounded.tsx b/src/IconClimateMiniSplitRounded.tsx index a529dcaec..ca19bf867 100644 --- a/src/IconClimateMiniSplitRounded.tsx +++ b/src/IconClimateMiniSplitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitRounded: React.FC = ({ ...props }) => ( +export const IconClimateMiniSplitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClimateMiniSplitRounded as default } diff --git a/src/IconClimateMiniSplitRoundedFilled.tsx b/src/IconClimateMiniSplitRoundedFilled.tsx index 1889efc97..7ddcb08c2 100644 --- a/src/IconClimateMiniSplitRoundedFilled.tsx +++ b/src/IconClimateMiniSplitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitRoundedFilled: React.FC = ({ +export const IconClimateMiniSplitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClimateMiniSplitRoundedFilled: React.FC = ({ ) - -export { IconClimateMiniSplitRoundedFilled as default } diff --git a/src/IconClimateMiniSplitSharp.tsx b/src/IconClimateMiniSplitSharp.tsx index e455e8400..f1db883ad 100644 --- a/src/IconClimateMiniSplitSharp.tsx +++ b/src/IconClimateMiniSplitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitSharp: React.FC = ({ ...props }) => ( +export const IconClimateMiniSplitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClimateMiniSplitSharp as default } diff --git a/src/IconClimateMiniSplitSharpFilled.tsx b/src/IconClimateMiniSplitSharpFilled.tsx index 1ea3f3d3f..a20f2d65b 100644 --- a/src/IconClimateMiniSplitSharpFilled.tsx +++ b/src/IconClimateMiniSplitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClimateMiniSplitSharpFilled: React.FC = ({ ...props }) => ( +export const IconClimateMiniSplitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClimateMiniSplitSharpFilled as default } diff --git a/src/IconClinicalNotesOutlined.tsx b/src/IconClinicalNotesOutlined.tsx index 105f051ad..e55be073c 100644 --- a/src/IconClinicalNotesOutlined.tsx +++ b/src/IconClinicalNotesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesOutlined: React.FC = ({ ...props }) => ( +export const IconClinicalNotesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesOutlined as default } diff --git a/src/IconClinicalNotesOutlinedFilled.tsx b/src/IconClinicalNotesOutlinedFilled.tsx index 43e23a283..5cf49e406 100644 --- a/src/IconClinicalNotesOutlinedFilled.tsx +++ b/src/IconClinicalNotesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClinicalNotesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesOutlinedFilled as default } diff --git a/src/IconClinicalNotesRounded.tsx b/src/IconClinicalNotesRounded.tsx index 1095029b3..4051e0a53 100644 --- a/src/IconClinicalNotesRounded.tsx +++ b/src/IconClinicalNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesRounded: React.FC = ({ ...props }) => ( +export const IconClinicalNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesRounded as default } diff --git a/src/IconClinicalNotesRoundedFilled.tsx b/src/IconClinicalNotesRoundedFilled.tsx index 37494619f..053145f65 100644 --- a/src/IconClinicalNotesRoundedFilled.tsx +++ b/src/IconClinicalNotesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconClinicalNotesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesRoundedFilled as default } diff --git a/src/IconClinicalNotesSharp.tsx b/src/IconClinicalNotesSharp.tsx index 25287b9e7..70dc29930 100644 --- a/src/IconClinicalNotesSharp.tsx +++ b/src/IconClinicalNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesSharp: React.FC = ({ ...props }) => ( +export const IconClinicalNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesSharp as default } diff --git a/src/IconClinicalNotesSharpFilled.tsx b/src/IconClinicalNotesSharpFilled.tsx index 18ce88fb8..2d8d963d3 100644 --- a/src/IconClinicalNotesSharpFilled.tsx +++ b/src/IconClinicalNotesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClinicalNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconClinicalNotesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClinicalNotesSharpFilled as default } diff --git a/src/IconClockLoader10Outlined.tsx b/src/IconClockLoader10Outlined.tsx index 11fd162e4..9732722f8 100644 --- a/src/IconClockLoader10Outlined.tsx +++ b/src/IconClockLoader10Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader10Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader10Outlined as default } diff --git a/src/IconClockLoader10OutlinedFilled.tsx b/src/IconClockLoader10OutlinedFilled.tsx index 8b28adf3e..6cd8a2bae 100644 --- a/src/IconClockLoader10OutlinedFilled.tsx +++ b/src/IconClockLoader10OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader10OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader10OutlinedFilled as default } diff --git a/src/IconClockLoader10Rounded.tsx b/src/IconClockLoader10Rounded.tsx index 165fd758d..da55b63bf 100644 --- a/src/IconClockLoader10Rounded.tsx +++ b/src/IconClockLoader10Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader10Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader10Rounded as default } diff --git a/src/IconClockLoader10RoundedFilled.tsx b/src/IconClockLoader10RoundedFilled.tsx index 82002a630..d5ff9b81f 100644 --- a/src/IconClockLoader10RoundedFilled.tsx +++ b/src/IconClockLoader10RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader10RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader10RoundedFilled as default } diff --git a/src/IconClockLoader10Sharp.tsx b/src/IconClockLoader10Sharp.tsx index aac14f148..5d722cc57 100644 --- a/src/IconClockLoader10Sharp.tsx +++ b/src/IconClockLoader10Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader10Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader10Sharp as default } diff --git a/src/IconClockLoader10SharpFilled.tsx b/src/IconClockLoader10SharpFilled.tsx index 0b2048fc1..3ab003c4a 100644 --- a/src/IconClockLoader10SharpFilled.tsx +++ b/src/IconClockLoader10SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader10SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader10SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader10SharpFilled as default } diff --git a/src/IconClockLoader20Outlined.tsx b/src/IconClockLoader20Outlined.tsx index 594680a82..553b4405f 100644 --- a/src/IconClockLoader20Outlined.tsx +++ b/src/IconClockLoader20Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader20Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader20Outlined as default } diff --git a/src/IconClockLoader20OutlinedFilled.tsx b/src/IconClockLoader20OutlinedFilled.tsx index 40334a9e5..6076c9f43 100644 --- a/src/IconClockLoader20OutlinedFilled.tsx +++ b/src/IconClockLoader20OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader20OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader20OutlinedFilled as default } diff --git a/src/IconClockLoader20Rounded.tsx b/src/IconClockLoader20Rounded.tsx index 1d5ba0fd7..5abe290b1 100644 --- a/src/IconClockLoader20Rounded.tsx +++ b/src/IconClockLoader20Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader20Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader20Rounded as default } diff --git a/src/IconClockLoader20RoundedFilled.tsx b/src/IconClockLoader20RoundedFilled.tsx index 4b91c2449..6fde57fa4 100644 --- a/src/IconClockLoader20RoundedFilled.tsx +++ b/src/IconClockLoader20RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader20RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader20RoundedFilled as default } diff --git a/src/IconClockLoader20Sharp.tsx b/src/IconClockLoader20Sharp.tsx index 0b57298be..6d7c2a74f 100644 --- a/src/IconClockLoader20Sharp.tsx +++ b/src/IconClockLoader20Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader20Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader20Sharp as default } diff --git a/src/IconClockLoader20SharpFilled.tsx b/src/IconClockLoader20SharpFilled.tsx index 9305e4397..e2113c9d8 100644 --- a/src/IconClockLoader20SharpFilled.tsx +++ b/src/IconClockLoader20SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader20SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader20SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader20SharpFilled as default } diff --git a/src/IconClockLoader40Outlined.tsx b/src/IconClockLoader40Outlined.tsx index d2e143c61..8b4a081d5 100644 --- a/src/IconClockLoader40Outlined.tsx +++ b/src/IconClockLoader40Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader40Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader40Outlined as default } diff --git a/src/IconClockLoader40OutlinedFilled.tsx b/src/IconClockLoader40OutlinedFilled.tsx index 58959e11a..18403c1b6 100644 --- a/src/IconClockLoader40OutlinedFilled.tsx +++ b/src/IconClockLoader40OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader40OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader40OutlinedFilled as default } diff --git a/src/IconClockLoader40Rounded.tsx b/src/IconClockLoader40Rounded.tsx index e051e0ae0..c4d0ebe98 100644 --- a/src/IconClockLoader40Rounded.tsx +++ b/src/IconClockLoader40Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader40Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader40Rounded as default } diff --git a/src/IconClockLoader40RoundedFilled.tsx b/src/IconClockLoader40RoundedFilled.tsx index 0491e59ce..85558d505 100644 --- a/src/IconClockLoader40RoundedFilled.tsx +++ b/src/IconClockLoader40RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader40RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader40RoundedFilled as default } diff --git a/src/IconClockLoader40Sharp.tsx b/src/IconClockLoader40Sharp.tsx index 08c9907aa..6cc552e48 100644 --- a/src/IconClockLoader40Sharp.tsx +++ b/src/IconClockLoader40Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader40Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader40Sharp as default } diff --git a/src/IconClockLoader40SharpFilled.tsx b/src/IconClockLoader40SharpFilled.tsx index fc7b98987..edcc831f7 100644 --- a/src/IconClockLoader40SharpFilled.tsx +++ b/src/IconClockLoader40SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader40SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader40SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader40SharpFilled as default } diff --git a/src/IconClockLoader60Outlined.tsx b/src/IconClockLoader60Outlined.tsx index 9b71afacd..d0510cbfb 100644 --- a/src/IconClockLoader60Outlined.tsx +++ b/src/IconClockLoader60Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader60Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader60Outlined as default } diff --git a/src/IconClockLoader60OutlinedFilled.tsx b/src/IconClockLoader60OutlinedFilled.tsx index f9096b4f3..580c318e3 100644 --- a/src/IconClockLoader60OutlinedFilled.tsx +++ b/src/IconClockLoader60OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader60OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader60OutlinedFilled as default } diff --git a/src/IconClockLoader60Rounded.tsx b/src/IconClockLoader60Rounded.tsx index 289e3b3e9..dde8fc707 100644 --- a/src/IconClockLoader60Rounded.tsx +++ b/src/IconClockLoader60Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader60Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader60Rounded as default } diff --git a/src/IconClockLoader60RoundedFilled.tsx b/src/IconClockLoader60RoundedFilled.tsx index cfe3491b2..6a994a4b8 100644 --- a/src/IconClockLoader60RoundedFilled.tsx +++ b/src/IconClockLoader60RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader60RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader60RoundedFilled as default } diff --git a/src/IconClockLoader60Sharp.tsx b/src/IconClockLoader60Sharp.tsx index 7e7f37eb7..519070f4f 100644 --- a/src/IconClockLoader60Sharp.tsx +++ b/src/IconClockLoader60Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader60Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader60Sharp as default } diff --git a/src/IconClockLoader60SharpFilled.tsx b/src/IconClockLoader60SharpFilled.tsx index 023071218..3357ced66 100644 --- a/src/IconClockLoader60SharpFilled.tsx +++ b/src/IconClockLoader60SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader60SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader60SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader60SharpFilled as default } diff --git a/src/IconClockLoader80Outlined.tsx b/src/IconClockLoader80Outlined.tsx index 615144724..cf7390cee 100644 --- a/src/IconClockLoader80Outlined.tsx +++ b/src/IconClockLoader80Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader80Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader80Outlined as default } diff --git a/src/IconClockLoader80OutlinedFilled.tsx b/src/IconClockLoader80OutlinedFilled.tsx index 874ad7e73..b093ef3ff 100644 --- a/src/IconClockLoader80OutlinedFilled.tsx +++ b/src/IconClockLoader80OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader80OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader80OutlinedFilled as default } diff --git a/src/IconClockLoader80Rounded.tsx b/src/IconClockLoader80Rounded.tsx index 522247baa..e4ed8f05b 100644 --- a/src/IconClockLoader80Rounded.tsx +++ b/src/IconClockLoader80Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader80Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader80Rounded as default } diff --git a/src/IconClockLoader80RoundedFilled.tsx b/src/IconClockLoader80RoundedFilled.tsx index 6d02a9ace..b08f51b05 100644 --- a/src/IconClockLoader80RoundedFilled.tsx +++ b/src/IconClockLoader80RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader80RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader80RoundedFilled as default } diff --git a/src/IconClockLoader80Sharp.tsx b/src/IconClockLoader80Sharp.tsx index 39762ff3f..7a278b53f 100644 --- a/src/IconClockLoader80Sharp.tsx +++ b/src/IconClockLoader80Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader80Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader80Sharp as default } diff --git a/src/IconClockLoader80SharpFilled.tsx b/src/IconClockLoader80SharpFilled.tsx index dee36448b..d99022ea8 100644 --- a/src/IconClockLoader80SharpFilled.tsx +++ b/src/IconClockLoader80SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader80SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader80SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader80SharpFilled as default } diff --git a/src/IconClockLoader90Outlined.tsx b/src/IconClockLoader90Outlined.tsx index c19800d03..50029d5ba 100644 --- a/src/IconClockLoader90Outlined.tsx +++ b/src/IconClockLoader90Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90Outlined: React.FC = ({ ...props }) => ( +export const IconClockLoader90Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader90Outlined as default } diff --git a/src/IconClockLoader90OutlinedFilled.tsx b/src/IconClockLoader90OutlinedFilled.tsx index ecd097027..20afa9833 100644 --- a/src/IconClockLoader90OutlinedFilled.tsx +++ b/src/IconClockLoader90OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader90OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader90OutlinedFilled as default } diff --git a/src/IconClockLoader90Rounded.tsx b/src/IconClockLoader90Rounded.tsx index 81fa737a6..6c366b6d6 100644 --- a/src/IconClockLoader90Rounded.tsx +++ b/src/IconClockLoader90Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90Rounded: React.FC = ({ ...props }) => ( +export const IconClockLoader90Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader90Rounded as default } diff --git a/src/IconClockLoader90RoundedFilled.tsx b/src/IconClockLoader90RoundedFilled.tsx index c5c330f3e..a8a0d3633 100644 --- a/src/IconClockLoader90RoundedFilled.tsx +++ b/src/IconClockLoader90RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90RoundedFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader90RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader90RoundedFilled as default } diff --git a/src/IconClockLoader90Sharp.tsx b/src/IconClockLoader90Sharp.tsx index ec383d6be..560a518bf 100644 --- a/src/IconClockLoader90Sharp.tsx +++ b/src/IconClockLoader90Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90Sharp: React.FC = ({ ...props }) => ( +export const IconClockLoader90Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClockLoader90Sharp as default } diff --git a/src/IconClockLoader90SharpFilled.tsx b/src/IconClockLoader90SharpFilled.tsx index 4ded3fe5c..96cdbeb2b 100644 --- a/src/IconClockLoader90SharpFilled.tsx +++ b/src/IconClockLoader90SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClockLoader90SharpFilled: React.FC = ({ ...props }) => ( +export const IconClockLoader90SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClockLoader90SharpFilled as default } diff --git a/src/IconCloseFullscreenOutlined.tsx b/src/IconCloseFullscreenOutlined.tsx index 59d1b38dd..b8884f7e3 100644 --- a/src/IconCloseFullscreenOutlined.tsx +++ b/src/IconCloseFullscreenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenOutlined: React.FC = ({ ...props }) => ( +export const IconCloseFullscreenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseFullscreenOutlined as default } diff --git a/src/IconCloseFullscreenOutlinedFilled.tsx b/src/IconCloseFullscreenOutlinedFilled.tsx index ebb168886..357f084c0 100644 --- a/src/IconCloseFullscreenOutlinedFilled.tsx +++ b/src/IconCloseFullscreenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenOutlinedFilled: React.FC = ({ +export const IconCloseFullscreenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCloseFullscreenOutlinedFilled: React.FC = ({ ) - -export { IconCloseFullscreenOutlinedFilled as default } diff --git a/src/IconCloseFullscreenRounded.tsx b/src/IconCloseFullscreenRounded.tsx index 73eb19763..4c480399f 100644 --- a/src/IconCloseFullscreenRounded.tsx +++ b/src/IconCloseFullscreenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenRounded: React.FC = ({ ...props }) => ( +export const IconCloseFullscreenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseFullscreenRounded as default } diff --git a/src/IconCloseFullscreenRoundedFilled.tsx b/src/IconCloseFullscreenRoundedFilled.tsx index e27a2ac3a..4c98b3ec0 100644 --- a/src/IconCloseFullscreenRoundedFilled.tsx +++ b/src/IconCloseFullscreenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenRoundedFilled: React.FC = ({ +export const IconCloseFullscreenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCloseFullscreenRoundedFilled: React.FC = ({ ) - -export { IconCloseFullscreenRoundedFilled as default } diff --git a/src/IconCloseFullscreenSharp.tsx b/src/IconCloseFullscreenSharp.tsx index 966877f2f..b0ec2e59a 100644 --- a/src/IconCloseFullscreenSharp.tsx +++ b/src/IconCloseFullscreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenSharp: React.FC = ({ ...props }) => ( +export const IconCloseFullscreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseFullscreenSharp as default } diff --git a/src/IconCloseFullscreenSharpFilled.tsx b/src/IconCloseFullscreenSharpFilled.tsx index 0ee9c669e..df5dc8891 100644 --- a/src/IconCloseFullscreenSharpFilled.tsx +++ b/src/IconCloseFullscreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseFullscreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloseFullscreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseFullscreenSharpFilled as default } diff --git a/src/IconCloseOutlined.tsx b/src/IconCloseOutlined.tsx index 1e218a5ec..f376be5c7 100644 --- a/src/IconCloseOutlined.tsx +++ b/src/IconCloseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseOutlined: React.FC = ({ ...props }) => ( +export const IconCloseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseOutlined as default } diff --git a/src/IconCloseOutlinedFilled.tsx b/src/IconCloseOutlinedFilled.tsx index 99f5c018e..ed77fd80b 100644 --- a/src/IconCloseOutlinedFilled.tsx +++ b/src/IconCloseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseOutlinedFilled as default } diff --git a/src/IconCloseRounded.tsx b/src/IconCloseRounded.tsx index e4d77fffa..08eee1952 100644 --- a/src/IconCloseRounded.tsx +++ b/src/IconCloseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseRounded: React.FC = ({ ...props }) => ( +export const IconCloseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseRounded as default } diff --git a/src/IconCloseRoundedFilled.tsx b/src/IconCloseRoundedFilled.tsx index 5146209db..71ee4d427 100644 --- a/src/IconCloseRoundedFilled.tsx +++ b/src/IconCloseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseRoundedFilled as default } diff --git a/src/IconCloseSharp.tsx b/src/IconCloseSharp.tsx index f17b26909..445d9fd2f 100644 --- a/src/IconCloseSharp.tsx +++ b/src/IconCloseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSharp: React.FC = ({ ...props }) => ( +export const IconCloseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseSharp as default } diff --git a/src/IconCloseSharpFilled.tsx b/src/IconCloseSharpFilled.tsx index 2dfe75879..0b8c1c8fd 100644 --- a/src/IconCloseSharpFilled.tsx +++ b/src/IconCloseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseSharpFilled as default } diff --git a/src/IconCloseSmallOutlined.tsx b/src/IconCloseSmallOutlined.tsx index 21d17d800..91b49663b 100644 --- a/src/IconCloseSmallOutlined.tsx +++ b/src/IconCloseSmallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallOutlined: React.FC = ({ ...props }) => ( +export const IconCloseSmallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseSmallOutlined as default } diff --git a/src/IconCloseSmallOutlinedFilled.tsx b/src/IconCloseSmallOutlinedFilled.tsx index a569d6b86..22fc19eee 100644 --- a/src/IconCloseSmallOutlinedFilled.tsx +++ b/src/IconCloseSmallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloseSmallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseSmallOutlinedFilled as default } diff --git a/src/IconCloseSmallRounded.tsx b/src/IconCloseSmallRounded.tsx index 400d85121..a0a2ff1a0 100644 --- a/src/IconCloseSmallRounded.tsx +++ b/src/IconCloseSmallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallRounded: React.FC = ({ ...props }) => ( +export const IconCloseSmallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseSmallRounded as default } diff --git a/src/IconCloseSmallRoundedFilled.tsx b/src/IconCloseSmallRoundedFilled.tsx index 694fae484..a8e800b3f 100644 --- a/src/IconCloseSmallRoundedFilled.tsx +++ b/src/IconCloseSmallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloseSmallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseSmallRoundedFilled as default } diff --git a/src/IconCloseSmallSharp.tsx b/src/IconCloseSmallSharp.tsx index d50b6f642..0763ae3b9 100644 --- a/src/IconCloseSmallSharp.tsx +++ b/src/IconCloseSmallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallSharp: React.FC = ({ ...props }) => ( +export const IconCloseSmallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloseSmallSharp as default } diff --git a/src/IconCloseSmallSharpFilled.tsx b/src/IconCloseSmallSharpFilled.tsx index 4916a7b6f..3847d8980 100644 --- a/src/IconCloseSmallSharpFilled.tsx +++ b/src/IconCloseSmallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloseSmallSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloseSmallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloseSmallSharpFilled as default } diff --git a/src/IconClosedCaptionAddOutlined.tsx b/src/IconClosedCaptionAddOutlined.tsx index 1b7380f6f..c57003d63 100644 --- a/src/IconClosedCaptionAddOutlined.tsx +++ b/src/IconClosedCaptionAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddOutlined: React.FC = ({ ...props }) => ( +export const IconClosedCaptionAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionAddOutlined as default } diff --git a/src/IconClosedCaptionAddOutlinedFilled.tsx b/src/IconClosedCaptionAddOutlinedFilled.tsx index 58dd9bbb9..6ea9fc075 100644 --- a/src/IconClosedCaptionAddOutlinedFilled.tsx +++ b/src/IconClosedCaptionAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddOutlinedFilled: React.FC = ({ +export const IconClosedCaptionAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionAddOutlinedFilled: React.FC = ({ ) - -export { IconClosedCaptionAddOutlinedFilled as default } diff --git a/src/IconClosedCaptionAddRounded.tsx b/src/IconClosedCaptionAddRounded.tsx index 0951dc748..2f70d0a35 100644 --- a/src/IconClosedCaptionAddRounded.tsx +++ b/src/IconClosedCaptionAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddRounded: React.FC = ({ ...props }) => ( +export const IconClosedCaptionAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionAddRounded as default } diff --git a/src/IconClosedCaptionAddRoundedFilled.tsx b/src/IconClosedCaptionAddRoundedFilled.tsx index e935f9c46..ab6e995da 100644 --- a/src/IconClosedCaptionAddRoundedFilled.tsx +++ b/src/IconClosedCaptionAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddRoundedFilled: React.FC = ({ +export const IconClosedCaptionAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionAddRoundedFilled: React.FC = ({ ) - -export { IconClosedCaptionAddRoundedFilled as default } diff --git a/src/IconClosedCaptionAddSharp.tsx b/src/IconClosedCaptionAddSharp.tsx index 6fdd476ee..a11bcd729 100644 --- a/src/IconClosedCaptionAddSharp.tsx +++ b/src/IconClosedCaptionAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddSharp: React.FC = ({ ...props }) => ( +export const IconClosedCaptionAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionAddSharp as default } diff --git a/src/IconClosedCaptionAddSharpFilled.tsx b/src/IconClosedCaptionAddSharpFilled.tsx index b5f33c01f..f5e5eee9a 100644 --- a/src/IconClosedCaptionAddSharpFilled.tsx +++ b/src/IconClosedCaptionAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconClosedCaptionAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionAddSharpFilled as default } diff --git a/src/IconClosedCaptionDisabledOutlined.tsx b/src/IconClosedCaptionDisabledOutlined.tsx index 655103504..a69344ddc 100644 --- a/src/IconClosedCaptionDisabledOutlined.tsx +++ b/src/IconClosedCaptionDisabledOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledOutlined: React.FC = ({ +export const IconClosedCaptionDisabledOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionDisabledOutlined: React.FC = ({ ) - -export { IconClosedCaptionDisabledOutlined as default } diff --git a/src/IconClosedCaptionDisabledOutlinedFilled.tsx b/src/IconClosedCaptionDisabledOutlinedFilled.tsx index cf653e8a5..3bc7c614d 100644 --- a/src/IconClosedCaptionDisabledOutlinedFilled.tsx +++ b/src/IconClosedCaptionDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledOutlinedFilled: React.FC = ({ +export const IconClosedCaptionDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionDisabledOutlinedFilled: React.FC = ({ ) - -export { IconClosedCaptionDisabledOutlinedFilled as default } diff --git a/src/IconClosedCaptionDisabledRounded.tsx b/src/IconClosedCaptionDisabledRounded.tsx index a8280c58b..76c856c9c 100644 --- a/src/IconClosedCaptionDisabledRounded.tsx +++ b/src/IconClosedCaptionDisabledRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledRounded: React.FC = ({ +export const IconClosedCaptionDisabledRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionDisabledRounded: React.FC = ({ ) - -export { IconClosedCaptionDisabledRounded as default } diff --git a/src/IconClosedCaptionDisabledRoundedFilled.tsx b/src/IconClosedCaptionDisabledRoundedFilled.tsx index f5ce11c01..28b96a913 100644 --- a/src/IconClosedCaptionDisabledRoundedFilled.tsx +++ b/src/IconClosedCaptionDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledRoundedFilled: React.FC = ({ +export const IconClosedCaptionDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionDisabledRoundedFilled: React.FC = ({ ) - -export { IconClosedCaptionDisabledRoundedFilled as default } diff --git a/src/IconClosedCaptionDisabledSharp.tsx b/src/IconClosedCaptionDisabledSharp.tsx index 447993122..efe2b111d 100644 --- a/src/IconClosedCaptionDisabledSharp.tsx +++ b/src/IconClosedCaptionDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledSharp: React.FC = ({ ...props }) => ( +export const IconClosedCaptionDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionDisabledSharp as default } diff --git a/src/IconClosedCaptionDisabledSharpFilled.tsx b/src/IconClosedCaptionDisabledSharpFilled.tsx index 053189c44..199a65db2 100644 --- a/src/IconClosedCaptionDisabledSharpFilled.tsx +++ b/src/IconClosedCaptionDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionDisabledSharpFilled: React.FC = ({ +export const IconClosedCaptionDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconClosedCaptionDisabledSharpFilled: React.FC = ({ ) - -export { IconClosedCaptionDisabledSharpFilled as default } diff --git a/src/IconClosedCaptionOutlined.tsx b/src/IconClosedCaptionOutlined.tsx index 39ae4c818..53dc0f221 100644 --- a/src/IconClosedCaptionOutlined.tsx +++ b/src/IconClosedCaptionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionOutlined: React.FC = ({ ...props }) => ( +export const IconClosedCaptionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionOutlined as default } diff --git a/src/IconClosedCaptionOutlinedFilled.tsx b/src/IconClosedCaptionOutlinedFilled.tsx index f4f8acff3..3228e9914 100644 --- a/src/IconClosedCaptionOutlinedFilled.tsx +++ b/src/IconClosedCaptionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconClosedCaptionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionOutlinedFilled as default } diff --git a/src/IconClosedCaptionRounded.tsx b/src/IconClosedCaptionRounded.tsx index 944e1cdce..efa032408 100644 --- a/src/IconClosedCaptionRounded.tsx +++ b/src/IconClosedCaptionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionRounded: React.FC = ({ ...props }) => ( +export const IconClosedCaptionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionRounded as default } diff --git a/src/IconClosedCaptionRoundedFilled.tsx b/src/IconClosedCaptionRoundedFilled.tsx index f7586ca78..a8f7a1bff 100644 --- a/src/IconClosedCaptionRoundedFilled.tsx +++ b/src/IconClosedCaptionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconClosedCaptionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionRoundedFilled as default } diff --git a/src/IconClosedCaptionSharp.tsx b/src/IconClosedCaptionSharp.tsx index b1014b54b..47da3a1cc 100644 --- a/src/IconClosedCaptionSharp.tsx +++ b/src/IconClosedCaptionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionSharp: React.FC = ({ ...props }) => ( +export const IconClosedCaptionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionSharp as default } diff --git a/src/IconClosedCaptionSharpFilled.tsx b/src/IconClosedCaptionSharpFilled.tsx index 0b28e3a6a..682d930ac 100644 --- a/src/IconClosedCaptionSharpFilled.tsx +++ b/src/IconClosedCaptionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconClosedCaptionSharpFilled: React.FC = ({ ...props }) => ( +export const IconClosedCaptionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconClosedCaptionSharpFilled as default } diff --git a/src/IconCloudAlertOutlined.tsx b/src/IconCloudAlertOutlined.tsx new file mode 100644 index 000000000..0cbc96d40 --- /dev/null +++ b/src/IconCloudAlertOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudAlertOutlinedFilled.tsx b/src/IconCloudAlertOutlinedFilled.tsx new file mode 100644 index 000000000..131b08060 --- /dev/null +++ b/src/IconCloudAlertOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudAlertRounded.tsx b/src/IconCloudAlertRounded.tsx new file mode 100644 index 000000000..cc032e00f --- /dev/null +++ b/src/IconCloudAlertRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudAlertRoundedFilled.tsx b/src/IconCloudAlertRoundedFilled.tsx new file mode 100644 index 000000000..5ba309c61 --- /dev/null +++ b/src/IconCloudAlertRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudAlertSharp.tsx b/src/IconCloudAlertSharp.tsx new file mode 100644 index 000000000..e34e4b3b4 --- /dev/null +++ b/src/IconCloudAlertSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudAlertSharpFilled.tsx b/src/IconCloudAlertSharpFilled.tsx new file mode 100644 index 000000000..eae9ad15a --- /dev/null +++ b/src/IconCloudAlertSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconCloudAlertSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconCloudCircleOutlined.tsx b/src/IconCloudCircleOutlined.tsx index c80c8ba8e..d76cec3f5 100644 --- a/src/IconCloudCircleOutlined.tsx +++ b/src/IconCloudCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleOutlined: React.FC = ({ ...props }) => ( +export const IconCloudCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudCircleOutlined as default } diff --git a/src/IconCloudCircleOutlinedFilled.tsx b/src/IconCloudCircleOutlinedFilled.tsx index 288ff7744..c34729fcc 100644 --- a/src/IconCloudCircleOutlinedFilled.tsx +++ b/src/IconCloudCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudCircleOutlinedFilled as default } diff --git a/src/IconCloudCircleRounded.tsx b/src/IconCloudCircleRounded.tsx index 6d7c6a57d..341112bae 100644 --- a/src/IconCloudCircleRounded.tsx +++ b/src/IconCloudCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleRounded: React.FC = ({ ...props }) => ( +export const IconCloudCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudCircleRounded as default } diff --git a/src/IconCloudCircleRoundedFilled.tsx b/src/IconCloudCircleRoundedFilled.tsx index e09c7e1e8..818786e63 100644 --- a/src/IconCloudCircleRoundedFilled.tsx +++ b/src/IconCloudCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudCircleRoundedFilled as default } diff --git a/src/IconCloudCircleSharp.tsx b/src/IconCloudCircleSharp.tsx index 7a5abdf08..5fe729f75 100644 --- a/src/IconCloudCircleSharp.tsx +++ b/src/IconCloudCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleSharp: React.FC = ({ ...props }) => ( +export const IconCloudCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudCircleSharp as default } diff --git a/src/IconCloudCircleSharpFilled.tsx b/src/IconCloudCircleSharpFilled.tsx index ff6b14ae3..ec8428fb9 100644 --- a/src/IconCloudCircleSharpFilled.tsx +++ b/src/IconCloudCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudCircleSharpFilled as default } diff --git a/src/IconCloudDoneOutlined.tsx b/src/IconCloudDoneOutlined.tsx index d06cdcb54..abd2a1c74 100644 --- a/src/IconCloudDoneOutlined.tsx +++ b/src/IconCloudDoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneOutlined: React.FC = ({ ...props }) => ( +export const IconCloudDoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDoneOutlined as default } diff --git a/src/IconCloudDoneOutlinedFilled.tsx b/src/IconCloudDoneOutlinedFilled.tsx index 85b840f23..7badc1bac 100644 --- a/src/IconCloudDoneOutlinedFilled.tsx +++ b/src/IconCloudDoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudDoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDoneOutlinedFilled as default } diff --git a/src/IconCloudDoneRounded.tsx b/src/IconCloudDoneRounded.tsx index 26eab23f6..2b3ba42e4 100644 --- a/src/IconCloudDoneRounded.tsx +++ b/src/IconCloudDoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneRounded: React.FC = ({ ...props }) => ( +export const IconCloudDoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDoneRounded as default } diff --git a/src/IconCloudDoneRoundedFilled.tsx b/src/IconCloudDoneRoundedFilled.tsx index fc64917cd..e300d1625 100644 --- a/src/IconCloudDoneRoundedFilled.tsx +++ b/src/IconCloudDoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudDoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDoneRoundedFilled as default } diff --git a/src/IconCloudDoneSharp.tsx b/src/IconCloudDoneSharp.tsx index 46a35721c..22677db9d 100644 --- a/src/IconCloudDoneSharp.tsx +++ b/src/IconCloudDoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneSharp: React.FC = ({ ...props }) => ( +export const IconCloudDoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDoneSharp as default } diff --git a/src/IconCloudDoneSharpFilled.tsx b/src/IconCloudDoneSharpFilled.tsx index abe1a9d1d..2ffefa49d 100644 --- a/src/IconCloudDoneSharpFilled.tsx +++ b/src/IconCloudDoneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudDoneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDoneSharpFilled as default } diff --git a/src/IconCloudDownloadOutlined.tsx b/src/IconCloudDownloadOutlined.tsx index 0ad62a58b..619d183e7 100644 --- a/src/IconCloudDownloadOutlined.tsx +++ b/src/IconCloudDownloadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadOutlined: React.FC = ({ ...props }) => ( +export const IconCloudDownloadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadOutlined as default } diff --git a/src/IconCloudDownloadOutlinedFilled.tsx b/src/IconCloudDownloadOutlinedFilled.tsx index 987282a0b..f173245c9 100644 --- a/src/IconCloudDownloadOutlinedFilled.tsx +++ b/src/IconCloudDownloadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudDownloadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadOutlinedFilled as default } diff --git a/src/IconCloudDownloadRounded.tsx b/src/IconCloudDownloadRounded.tsx index 0b84c5e6a..4d592579a 100644 --- a/src/IconCloudDownloadRounded.tsx +++ b/src/IconCloudDownloadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadRounded: React.FC = ({ ...props }) => ( +export const IconCloudDownloadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadRounded as default } diff --git a/src/IconCloudDownloadRoundedFilled.tsx b/src/IconCloudDownloadRoundedFilled.tsx index d25991d36..5275f1035 100644 --- a/src/IconCloudDownloadRoundedFilled.tsx +++ b/src/IconCloudDownloadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudDownloadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadRoundedFilled as default } diff --git a/src/IconCloudDownloadSharp.tsx b/src/IconCloudDownloadSharp.tsx index 3fd15a670..b95ed2792 100644 --- a/src/IconCloudDownloadSharp.tsx +++ b/src/IconCloudDownloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadSharp: React.FC = ({ ...props }) => ( +export const IconCloudDownloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadSharp as default } diff --git a/src/IconCloudDownloadSharpFilled.tsx b/src/IconCloudDownloadSharpFilled.tsx index 2f0a1eb5c..b212fd56e 100644 --- a/src/IconCloudDownloadSharpFilled.tsx +++ b/src/IconCloudDownloadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudDownloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudDownloadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudDownloadSharpFilled as default } diff --git a/src/IconCloudOffOutlined.tsx b/src/IconCloudOffOutlined.tsx index 60058f483..b4db4aa49 100644 --- a/src/IconCloudOffOutlined.tsx +++ b/src/IconCloudOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffOutlined: React.FC = ({ ...props }) => ( +export const IconCloudOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOffOutlined as default } diff --git a/src/IconCloudOffOutlinedFilled.tsx b/src/IconCloudOffOutlinedFilled.tsx index 3bd7f86b3..4f3142e52 100644 --- a/src/IconCloudOffOutlinedFilled.tsx +++ b/src/IconCloudOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudOffOutlinedFilled as default } diff --git a/src/IconCloudOffRounded.tsx b/src/IconCloudOffRounded.tsx index c99461c14..d59634e10 100644 --- a/src/IconCloudOffRounded.tsx +++ b/src/IconCloudOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffRounded: React.FC = ({ ...props }) => ( +export const IconCloudOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOffRounded as default } diff --git a/src/IconCloudOffRoundedFilled.tsx b/src/IconCloudOffRoundedFilled.tsx index b92950e03..c03ce5832 100644 --- a/src/IconCloudOffRoundedFilled.tsx +++ b/src/IconCloudOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudOffRoundedFilled as default } diff --git a/src/IconCloudOffSharp.tsx b/src/IconCloudOffSharp.tsx index a232e0291..7f40d68da 100644 --- a/src/IconCloudOffSharp.tsx +++ b/src/IconCloudOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffSharp: React.FC = ({ ...props }) => ( +export const IconCloudOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOffSharp as default } diff --git a/src/IconCloudOffSharpFilled.tsx b/src/IconCloudOffSharpFilled.tsx index f4760eaac..8f0d9a2cc 100644 --- a/src/IconCloudOffSharpFilled.tsx +++ b/src/IconCloudOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOffSharpFilled as default } diff --git a/src/IconCloudOutlined.tsx b/src/IconCloudOutlined.tsx index e3f669ce3..6fcf7bb38 100644 --- a/src/IconCloudOutlined.tsx +++ b/src/IconCloudOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOutlined: React.FC = ({ ...props }) => ( +export const IconCloudOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOutlined as default } diff --git a/src/IconCloudOutlinedFilled.tsx b/src/IconCloudOutlinedFilled.tsx index 4ded976e2..7ff7c0b64 100644 --- a/src/IconCloudOutlinedFilled.tsx +++ b/src/IconCloudOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudOutlinedFilled as default } diff --git a/src/IconCloudRounded.tsx b/src/IconCloudRounded.tsx index 870d542bb..031595f15 100644 --- a/src/IconCloudRounded.tsx +++ b/src/IconCloudRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudRounded: React.FC = ({ ...props }) => ( +export const IconCloudRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudRounded as default } diff --git a/src/IconCloudRoundedFilled.tsx b/src/IconCloudRoundedFilled.tsx index cb5f08f4f..1be9292d8 100644 --- a/src/IconCloudRoundedFilled.tsx +++ b/src/IconCloudRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudRoundedFilled as default } diff --git a/src/IconCloudSharp.tsx b/src/IconCloudSharp.tsx index cda644949..7220b43c6 100644 --- a/src/IconCloudSharp.tsx +++ b/src/IconCloudSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSharp: React.FC = ({ ...props }) => ( +export const IconCloudSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSharp as default } diff --git a/src/IconCloudSharpFilled.tsx b/src/IconCloudSharpFilled.tsx index 210fd11e2..f1fec1327 100644 --- a/src/IconCloudSharpFilled.tsx +++ b/src/IconCloudSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSharpFilled as default } diff --git a/src/IconCloudSyncOutlined.tsx b/src/IconCloudSyncOutlined.tsx index 0902f4a58..63a28a038 100644 --- a/src/IconCloudSyncOutlined.tsx +++ b/src/IconCloudSyncOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncOutlined: React.FC = ({ ...props }) => ( +export const IconCloudSyncOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSyncOutlined as default } diff --git a/src/IconCloudSyncOutlinedFilled.tsx b/src/IconCloudSyncOutlinedFilled.tsx index c00352e8e..f81409024 100644 --- a/src/IconCloudSyncOutlinedFilled.tsx +++ b/src/IconCloudSyncOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudSyncOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudSyncOutlinedFilled as default } diff --git a/src/IconCloudSyncRounded.tsx b/src/IconCloudSyncRounded.tsx index 09f98ccb8..983ede523 100644 --- a/src/IconCloudSyncRounded.tsx +++ b/src/IconCloudSyncRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncRounded: React.FC = ({ ...props }) => ( +export const IconCloudSyncRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSyncRounded as default } diff --git a/src/IconCloudSyncRoundedFilled.tsx b/src/IconCloudSyncRoundedFilled.tsx index fe4243830..263906130 100644 --- a/src/IconCloudSyncRoundedFilled.tsx +++ b/src/IconCloudSyncRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudSyncRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudSyncRoundedFilled as default } diff --git a/src/IconCloudSyncSharp.tsx b/src/IconCloudSyncSharp.tsx index 0a4a8ae06..7e3ee8601 100644 --- a/src/IconCloudSyncSharp.tsx +++ b/src/IconCloudSyncSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncSharp: React.FC = ({ ...props }) => ( +export const IconCloudSyncSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSyncSharp as default } diff --git a/src/IconCloudSyncSharpFilled.tsx b/src/IconCloudSyncSharpFilled.tsx index c367394a3..411a79060 100644 --- a/src/IconCloudSyncSharpFilled.tsx +++ b/src/IconCloudSyncSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudSyncSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudSyncSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudSyncSharpFilled as default } diff --git a/src/IconCloudUploadOutlined.tsx b/src/IconCloudUploadOutlined.tsx index 27e48b4a5..f31ca81f5 100644 --- a/src/IconCloudUploadOutlined.tsx +++ b/src/IconCloudUploadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadOutlined: React.FC = ({ ...props }) => ( +export const IconCloudUploadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudUploadOutlined as default } diff --git a/src/IconCloudUploadOutlinedFilled.tsx b/src/IconCloudUploadOutlinedFilled.tsx index 4e2713dba..ff536fdeb 100644 --- a/src/IconCloudUploadOutlinedFilled.tsx +++ b/src/IconCloudUploadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudUploadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudUploadOutlinedFilled as default } diff --git a/src/IconCloudUploadRounded.tsx b/src/IconCloudUploadRounded.tsx index 3ae80e5bb..fcc8defab 100644 --- a/src/IconCloudUploadRounded.tsx +++ b/src/IconCloudUploadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadRounded: React.FC = ({ ...props }) => ( +export const IconCloudUploadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudUploadRounded as default } diff --git a/src/IconCloudUploadRoundedFilled.tsx b/src/IconCloudUploadRoundedFilled.tsx index 2e4644aef..a923aadbe 100644 --- a/src/IconCloudUploadRoundedFilled.tsx +++ b/src/IconCloudUploadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudUploadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudUploadRoundedFilled as default } diff --git a/src/IconCloudUploadSharp.tsx b/src/IconCloudUploadSharp.tsx index 9af6ef5f5..c9e7ba373 100644 --- a/src/IconCloudUploadSharp.tsx +++ b/src/IconCloudUploadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadSharp: React.FC = ({ ...props }) => ( +export const IconCloudUploadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudUploadSharp as default } diff --git a/src/IconCloudUploadSharpFilled.tsx b/src/IconCloudUploadSharpFilled.tsx index c309db0c5..364e56d38 100644 --- a/src/IconCloudUploadSharpFilled.tsx +++ b/src/IconCloudUploadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudUploadSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudUploadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudUploadSharpFilled as default } diff --git a/src/IconCloudySnowingOutlined.tsx b/src/IconCloudySnowingOutlined.tsx index a23411f94..53d665d0e 100644 --- a/src/IconCloudySnowingOutlined.tsx +++ b/src/IconCloudySnowingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingOutlined: React.FC = ({ ...props }) => ( +export const IconCloudySnowingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingOutlined as default } diff --git a/src/IconCloudySnowingOutlinedFilled.tsx b/src/IconCloudySnowingOutlinedFilled.tsx index e7ba32456..0c176e6a8 100644 --- a/src/IconCloudySnowingOutlinedFilled.tsx +++ b/src/IconCloudySnowingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCloudySnowingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingOutlinedFilled as default } diff --git a/src/IconCloudySnowingRounded.tsx b/src/IconCloudySnowingRounded.tsx index 3f7e63f86..51d8760b8 100644 --- a/src/IconCloudySnowingRounded.tsx +++ b/src/IconCloudySnowingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingRounded: React.FC = ({ ...props }) => ( +export const IconCloudySnowingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingRounded as default } diff --git a/src/IconCloudySnowingRoundedFilled.tsx b/src/IconCloudySnowingRoundedFilled.tsx index b3f2b2653..64a87a75c 100644 --- a/src/IconCloudySnowingRoundedFilled.tsx +++ b/src/IconCloudySnowingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCloudySnowingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingRoundedFilled as default } diff --git a/src/IconCloudySnowingSharp.tsx b/src/IconCloudySnowingSharp.tsx index bd404a151..8af9eee25 100644 --- a/src/IconCloudySnowingSharp.tsx +++ b/src/IconCloudySnowingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingSharp: React.FC = ({ ...props }) => ( +export const IconCloudySnowingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingSharp as default } diff --git a/src/IconCloudySnowingSharpFilled.tsx b/src/IconCloudySnowingSharpFilled.tsx index 3351bb1b7..36809e9cb 100644 --- a/src/IconCloudySnowingSharpFilled.tsx +++ b/src/IconCloudySnowingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCloudySnowingSharpFilled: React.FC = ({ ...props }) => ( +export const IconCloudySnowingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCloudySnowingSharpFilled as default } diff --git a/src/IconCo2Outlined.tsx b/src/IconCo2Outlined.tsx index cabd0af99..27e61d85b 100644 --- a/src/IconCo2Outlined.tsx +++ b/src/IconCo2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2Outlined: React.FC = ({ ...props }) => ( +export const IconCo2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2Outlined as default } diff --git a/src/IconCo2OutlinedFilled.tsx b/src/IconCo2OutlinedFilled.tsx index 9d83a6f0a..d72c87ba4 100644 --- a/src/IconCo2OutlinedFilled.tsx +++ b/src/IconCo2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCo2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2OutlinedFilled as default } diff --git a/src/IconCo2Rounded.tsx b/src/IconCo2Rounded.tsx index 0d3890e09..4393df756 100644 --- a/src/IconCo2Rounded.tsx +++ b/src/IconCo2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2Rounded: React.FC = ({ ...props }) => ( +export const IconCo2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2Rounded as default } diff --git a/src/IconCo2RoundedFilled.tsx b/src/IconCo2RoundedFilled.tsx index a32d37f0b..0296871c6 100644 --- a/src/IconCo2RoundedFilled.tsx +++ b/src/IconCo2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCo2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2RoundedFilled as default } diff --git a/src/IconCo2Sharp.tsx b/src/IconCo2Sharp.tsx index 6c5b57eae..e38001f6c 100644 --- a/src/IconCo2Sharp.tsx +++ b/src/IconCo2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2Sharp: React.FC = ({ ...props }) => ( +export const IconCo2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2Sharp as default } diff --git a/src/IconCo2SharpFilled.tsx b/src/IconCo2SharpFilled.tsx index 1270aa240..d6283e6b8 100644 --- a/src/IconCo2SharpFilled.tsx +++ b/src/IconCo2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCo2SharpFilled: React.FC = ({ ...props }) => ( +export const IconCo2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCo2SharpFilled as default } diff --git a/src/IconCoPresentOutlined.tsx b/src/IconCoPresentOutlined.tsx index 2d26eaf19..db616b89e 100644 --- a/src/IconCoPresentOutlined.tsx +++ b/src/IconCoPresentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentOutlined: React.FC = ({ ...props }) => ( +export const IconCoPresentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoPresentOutlined as default } diff --git a/src/IconCoPresentOutlinedFilled.tsx b/src/IconCoPresentOutlinedFilled.tsx index f5eb81098..6e623d523 100644 --- a/src/IconCoPresentOutlinedFilled.tsx +++ b/src/IconCoPresentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCoPresentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoPresentOutlinedFilled as default } diff --git a/src/IconCoPresentRounded.tsx b/src/IconCoPresentRounded.tsx index a1bfabeb5..75f84e75b 100644 --- a/src/IconCoPresentRounded.tsx +++ b/src/IconCoPresentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentRounded: React.FC = ({ ...props }) => ( +export const IconCoPresentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoPresentRounded as default } diff --git a/src/IconCoPresentRoundedFilled.tsx b/src/IconCoPresentRoundedFilled.tsx index 28fe087c9..6a778621e 100644 --- a/src/IconCoPresentRoundedFilled.tsx +++ b/src/IconCoPresentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCoPresentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoPresentRoundedFilled as default } diff --git a/src/IconCoPresentSharp.tsx b/src/IconCoPresentSharp.tsx index 851483387..16c1f2dbe 100644 --- a/src/IconCoPresentSharp.tsx +++ b/src/IconCoPresentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentSharp: React.FC = ({ ...props }) => ( +export const IconCoPresentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoPresentSharp as default } diff --git a/src/IconCoPresentSharpFilled.tsx b/src/IconCoPresentSharpFilled.tsx index d8828fe0f..2c9fa0ffb 100644 --- a/src/IconCoPresentSharpFilled.tsx +++ b/src/IconCoPresentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoPresentSharpFilled: React.FC = ({ ...props }) => ( +export const IconCoPresentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoPresentSharpFilled as default } diff --git a/src/IconCodeBlocksOutlined.tsx b/src/IconCodeBlocksOutlined.tsx index ab792838d..1d94046d0 100644 --- a/src/IconCodeBlocksOutlined.tsx +++ b/src/IconCodeBlocksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksOutlined: React.FC = ({ ...props }) => ( +export const IconCodeBlocksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksOutlined as default } diff --git a/src/IconCodeBlocksOutlinedFilled.tsx b/src/IconCodeBlocksOutlinedFilled.tsx index ae60749b5..6b4a790e3 100644 --- a/src/IconCodeBlocksOutlinedFilled.tsx +++ b/src/IconCodeBlocksOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCodeBlocksOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksOutlinedFilled as default } diff --git a/src/IconCodeBlocksRounded.tsx b/src/IconCodeBlocksRounded.tsx index 43a3e4c35..66f0a8b30 100644 --- a/src/IconCodeBlocksRounded.tsx +++ b/src/IconCodeBlocksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksRounded: React.FC = ({ ...props }) => ( +export const IconCodeBlocksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksRounded as default } diff --git a/src/IconCodeBlocksRoundedFilled.tsx b/src/IconCodeBlocksRoundedFilled.tsx index e48170ae1..f74805071 100644 --- a/src/IconCodeBlocksRoundedFilled.tsx +++ b/src/IconCodeBlocksRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCodeBlocksRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksRoundedFilled as default } diff --git a/src/IconCodeBlocksSharp.tsx b/src/IconCodeBlocksSharp.tsx index 8379935a2..f77705bc2 100644 --- a/src/IconCodeBlocksSharp.tsx +++ b/src/IconCodeBlocksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksSharp: React.FC = ({ ...props }) => ( +export const IconCodeBlocksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksSharp as default } diff --git a/src/IconCodeBlocksSharpFilled.tsx b/src/IconCodeBlocksSharpFilled.tsx index c94215b03..5307b58ef 100644 --- a/src/IconCodeBlocksSharpFilled.tsx +++ b/src/IconCodeBlocksSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCodeBlocksSharpFilled: React.FC = ({ ...props }) => ( +export const IconCodeBlocksSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCodeBlocksSharpFilled as default } diff --git a/src/IconCodeOffOutlined.tsx b/src/IconCodeOffOutlined.tsx index 642f7865f..512d8ec50 100644 --- a/src/IconCodeOffOutlined.tsx +++ b/src/IconCodeOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffOutlined: React.FC = ({ ...props }) => ( +export const IconCodeOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOffOutlined as default } diff --git a/src/IconCodeOffOutlinedFilled.tsx b/src/IconCodeOffOutlinedFilled.tsx index 037092dda..54349d17f 100644 --- a/src/IconCodeOffOutlinedFilled.tsx +++ b/src/IconCodeOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCodeOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCodeOffOutlinedFilled as default } diff --git a/src/IconCodeOffRounded.tsx b/src/IconCodeOffRounded.tsx index 457b3ccd8..17b225604 100644 --- a/src/IconCodeOffRounded.tsx +++ b/src/IconCodeOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffRounded: React.FC = ({ ...props }) => ( +export const IconCodeOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOffRounded as default } diff --git a/src/IconCodeOffRoundedFilled.tsx b/src/IconCodeOffRoundedFilled.tsx index 3e3bc984b..6c482ae31 100644 --- a/src/IconCodeOffRoundedFilled.tsx +++ b/src/IconCodeOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCodeOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOffRoundedFilled as default } diff --git a/src/IconCodeOffSharp.tsx b/src/IconCodeOffSharp.tsx index 26dcb3a18..6640a4951 100644 --- a/src/IconCodeOffSharp.tsx +++ b/src/IconCodeOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffSharp: React.FC = ({ ...props }) => ( +export const IconCodeOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOffSharp as default } diff --git a/src/IconCodeOffSharpFilled.tsx b/src/IconCodeOffSharpFilled.tsx index 2eea314a9..c1c36ed1a 100644 --- a/src/IconCodeOffSharpFilled.tsx +++ b/src/IconCodeOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconCodeOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOffSharpFilled as default } diff --git a/src/IconCodeOutlined.tsx b/src/IconCodeOutlined.tsx index b6867e373..ebf2fba80 100644 --- a/src/IconCodeOutlined.tsx +++ b/src/IconCodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOutlined: React.FC = ({ ...props }) => ( +export const IconCodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOutlined as default } diff --git a/src/IconCodeOutlinedFilled.tsx b/src/IconCodeOutlinedFilled.tsx index 256cc24f6..49e57718e 100644 --- a/src/IconCodeOutlinedFilled.tsx +++ b/src/IconCodeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCodeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeOutlinedFilled as default } diff --git a/src/IconCodeRounded.tsx b/src/IconCodeRounded.tsx index ca89081ea..1c7e16611 100644 --- a/src/IconCodeRounded.tsx +++ b/src/IconCodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeRounded: React.FC = ({ ...props }) => ( +export const IconCodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeRounded as default } diff --git a/src/IconCodeRoundedFilled.tsx b/src/IconCodeRoundedFilled.tsx index 3b95b07a8..0e2df879c 100644 --- a/src/IconCodeRoundedFilled.tsx +++ b/src/IconCodeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCodeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeRoundedFilled as default } diff --git a/src/IconCodeSharp.tsx b/src/IconCodeSharp.tsx index b918735ff..e4d1e0653 100644 --- a/src/IconCodeSharp.tsx +++ b/src/IconCodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeSharp: React.FC = ({ ...props }) => ( +export const IconCodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeSharp as default } diff --git a/src/IconCodeSharpFilled.tsx b/src/IconCodeSharpFilled.tsx index c9efb31b3..995b9727f 100644 --- a/src/IconCodeSharpFilled.tsx +++ b/src/IconCodeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCodeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCodeSharpFilled as default } diff --git a/src/IconCoffeeMakerOutlined.tsx b/src/IconCoffeeMakerOutlined.tsx index d55f96db0..f249ba9ac 100644 --- a/src/IconCoffeeMakerOutlined.tsx +++ b/src/IconCoffeeMakerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerOutlined: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerOutlined as default } diff --git a/src/IconCoffeeMakerOutlinedFilled.tsx b/src/IconCoffeeMakerOutlinedFilled.tsx index 43245e209..b47d55af8 100644 --- a/src/IconCoffeeMakerOutlinedFilled.tsx +++ b/src/IconCoffeeMakerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerOutlinedFilled as default } diff --git a/src/IconCoffeeMakerRounded.tsx b/src/IconCoffeeMakerRounded.tsx index 638db72a8..f113fa4a8 100644 --- a/src/IconCoffeeMakerRounded.tsx +++ b/src/IconCoffeeMakerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerRounded: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerRounded as default } diff --git a/src/IconCoffeeMakerRoundedFilled.tsx b/src/IconCoffeeMakerRoundedFilled.tsx index fd265b31c..c1dbdc8ff 100644 --- a/src/IconCoffeeMakerRoundedFilled.tsx +++ b/src/IconCoffeeMakerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerRoundedFilled as default } diff --git a/src/IconCoffeeMakerSharp.tsx b/src/IconCoffeeMakerSharp.tsx index 840c5433c..22cb83b08 100644 --- a/src/IconCoffeeMakerSharp.tsx +++ b/src/IconCoffeeMakerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerSharp: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerSharp as default } diff --git a/src/IconCoffeeMakerSharpFilled.tsx b/src/IconCoffeeMakerSharpFilled.tsx index 5ea362b07..513a46b1d 100644 --- a/src/IconCoffeeMakerSharpFilled.tsx +++ b/src/IconCoffeeMakerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeMakerSharpFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeMakerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoffeeMakerSharpFilled as default } diff --git a/src/IconCoffeeOutlined.tsx b/src/IconCoffeeOutlined.tsx index dacc06f6c..b9a8f1ffe 100644 --- a/src/IconCoffeeOutlined.tsx +++ b/src/IconCoffeeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeOutlined: React.FC = ({ ...props }) => ( +export const IconCoffeeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeOutlined as default } diff --git a/src/IconCoffeeOutlinedFilled.tsx b/src/IconCoffeeOutlinedFilled.tsx index 9f2eb9ec8..244f91ef7 100644 --- a/src/IconCoffeeOutlinedFilled.tsx +++ b/src/IconCoffeeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeOutlinedFilled as default } diff --git a/src/IconCoffeeRounded.tsx b/src/IconCoffeeRounded.tsx index 7d3cad622..e0af908d5 100644 --- a/src/IconCoffeeRounded.tsx +++ b/src/IconCoffeeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeRounded: React.FC = ({ ...props }) => ( +export const IconCoffeeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeRounded as default } diff --git a/src/IconCoffeeRoundedFilled.tsx b/src/IconCoffeeRoundedFilled.tsx index c32e646b3..3ef3d941f 100644 --- a/src/IconCoffeeRoundedFilled.tsx +++ b/src/IconCoffeeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeRoundedFilled as default } diff --git a/src/IconCoffeeSharp.tsx b/src/IconCoffeeSharp.tsx index b5fe5adeb..ed31228ec 100644 --- a/src/IconCoffeeSharp.tsx +++ b/src/IconCoffeeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeSharp: React.FC = ({ ...props }) => ( +export const IconCoffeeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeSharp as default } diff --git a/src/IconCoffeeSharpFilled.tsx b/src/IconCoffeeSharpFilled.tsx index 789381b28..e957875f3 100644 --- a/src/IconCoffeeSharpFilled.tsx +++ b/src/IconCoffeeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoffeeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCoffeeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoffeeSharpFilled as default } diff --git a/src/IconCognitionOutlined.tsx b/src/IconCognitionOutlined.tsx index 4bc50f6ca..79b5e9c74 100644 --- a/src/IconCognitionOutlined.tsx +++ b/src/IconCognitionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionOutlined: React.FC = ({ ...props }) => ( +export const IconCognitionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCognitionOutlined as default } diff --git a/src/IconCognitionOutlinedFilled.tsx b/src/IconCognitionOutlinedFilled.tsx index 4b941eb7d..dff4e0d34 100644 --- a/src/IconCognitionOutlinedFilled.tsx +++ b/src/IconCognitionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCognitionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCognitionOutlinedFilled as default } diff --git a/src/IconCognitionRounded.tsx b/src/IconCognitionRounded.tsx index 2625758fa..c5177acb9 100644 --- a/src/IconCognitionRounded.tsx +++ b/src/IconCognitionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionRounded: React.FC = ({ ...props }) => ( +export const IconCognitionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCognitionRounded as default } diff --git a/src/IconCognitionRoundedFilled.tsx b/src/IconCognitionRoundedFilled.tsx index 9aa961c5b..c6170e50d 100644 --- a/src/IconCognitionRoundedFilled.tsx +++ b/src/IconCognitionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCognitionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCognitionRoundedFilled as default } diff --git a/src/IconCognitionSharp.tsx b/src/IconCognitionSharp.tsx index 865874488..ff56a0db0 100644 --- a/src/IconCognitionSharp.tsx +++ b/src/IconCognitionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionSharp: React.FC = ({ ...props }) => ( +export const IconCognitionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCognitionSharp as default } diff --git a/src/IconCognitionSharpFilled.tsx b/src/IconCognitionSharpFilled.tsx index 929b789aa..2de5753ca 100644 --- a/src/IconCognitionSharpFilled.tsx +++ b/src/IconCognitionSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCognitionSharpFilled: React.FC = ({ ...props }) => ( +export const IconCognitionSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCognitionSharpFilled as default } diff --git a/src/IconCollapseAllOutlined.tsx b/src/IconCollapseAllOutlined.tsx index a742284ec..86345bbfe 100644 --- a/src/IconCollapseAllOutlined.tsx +++ b/src/IconCollapseAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllOutlined: React.FC = ({ ...props }) => ( +export const IconCollapseAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCollapseAllOutlined as default } diff --git a/src/IconCollapseAllOutlinedFilled.tsx b/src/IconCollapseAllOutlinedFilled.tsx index 08b9603b8..540afd538 100644 --- a/src/IconCollapseAllOutlinedFilled.tsx +++ b/src/IconCollapseAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCollapseAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseAllOutlinedFilled as default } diff --git a/src/IconCollapseAllRounded.tsx b/src/IconCollapseAllRounded.tsx index 6ad393d30..d1e18cba4 100644 --- a/src/IconCollapseAllRounded.tsx +++ b/src/IconCollapseAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllRounded: React.FC = ({ ...props }) => ( +export const IconCollapseAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCollapseAllRounded as default } diff --git a/src/IconCollapseAllRoundedFilled.tsx b/src/IconCollapseAllRoundedFilled.tsx index 6edc930f4..3f1f1d651 100644 --- a/src/IconCollapseAllRoundedFilled.tsx +++ b/src/IconCollapseAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCollapseAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseAllRoundedFilled as default } diff --git a/src/IconCollapseAllSharp.tsx b/src/IconCollapseAllSharp.tsx index 701b7a4f4..093c75c82 100644 --- a/src/IconCollapseAllSharp.tsx +++ b/src/IconCollapseAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllSharp: React.FC = ({ ...props }) => ( +export const IconCollapseAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCollapseAllSharp as default } diff --git a/src/IconCollapseAllSharpFilled.tsx b/src/IconCollapseAllSharpFilled.tsx index 486b32d28..a1d7bbe68 100644 --- a/src/IconCollapseAllSharpFilled.tsx +++ b/src/IconCollapseAllSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconCollapseAllSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseAllSharpFilled as default } diff --git a/src/IconCollapseContentOutlined.tsx b/src/IconCollapseContentOutlined.tsx index 6e62d8689..52dbfa025 100644 --- a/src/IconCollapseContentOutlined.tsx +++ b/src/IconCollapseContentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentOutlined: React.FC = ({ ...props }) => ( +export const IconCollapseContentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseContentOutlined as default } diff --git a/src/IconCollapseContentOutlinedFilled.tsx b/src/IconCollapseContentOutlinedFilled.tsx index fd9a16d28..8e784bf29 100644 --- a/src/IconCollapseContentOutlinedFilled.tsx +++ b/src/IconCollapseContentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentOutlinedFilled: React.FC = ({ +export const IconCollapseContentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCollapseContentOutlinedFilled: React.FC = ({ ) - -export { IconCollapseContentOutlinedFilled as default } diff --git a/src/IconCollapseContentRounded.tsx b/src/IconCollapseContentRounded.tsx index 748fecfe6..59d5e7cae 100644 --- a/src/IconCollapseContentRounded.tsx +++ b/src/IconCollapseContentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentRounded: React.FC = ({ ...props }) => ( +export const IconCollapseContentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseContentRounded as default } diff --git a/src/IconCollapseContentRoundedFilled.tsx b/src/IconCollapseContentRoundedFilled.tsx index 783b7cbaf..cee43fa2a 100644 --- a/src/IconCollapseContentRoundedFilled.tsx +++ b/src/IconCollapseContentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentRoundedFilled: React.FC = ({ +export const IconCollapseContentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCollapseContentRoundedFilled: React.FC = ({ ) - -export { IconCollapseContentRoundedFilled as default } diff --git a/src/IconCollapseContentSharp.tsx b/src/IconCollapseContentSharp.tsx index aba51fb00..c7cffdf4e 100644 --- a/src/IconCollapseContentSharp.tsx +++ b/src/IconCollapseContentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentSharp: React.FC = ({ ...props }) => ( +export const IconCollapseContentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCollapseContentSharp as default } diff --git a/src/IconCollapseContentSharpFilled.tsx b/src/IconCollapseContentSharpFilled.tsx index d7d1e2ae8..f761822b8 100644 --- a/src/IconCollapseContentSharpFilled.tsx +++ b/src/IconCollapseContentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollapseContentSharpFilled: React.FC = ({ ...props }) => ( +export const IconCollapseContentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollapseContentSharpFilled as default } diff --git a/src/IconCollectionsBookmarkOutlined.tsx b/src/IconCollectionsBookmarkOutlined.tsx index d1eea2c84..3da522b46 100644 --- a/src/IconCollectionsBookmarkOutlined.tsx +++ b/src/IconCollectionsBookmarkOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkOutlined: React.FC = ({ ...props }) => ( +export const IconCollectionsBookmarkOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollectionsBookmarkOutlined as default } diff --git a/src/IconCollectionsBookmarkOutlinedFilled.tsx b/src/IconCollectionsBookmarkOutlinedFilled.tsx index fb1f9e3fd..f26d461df 100644 --- a/src/IconCollectionsBookmarkOutlinedFilled.tsx +++ b/src/IconCollectionsBookmarkOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkOutlinedFilled: React.FC = ({ +export const IconCollectionsBookmarkOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCollectionsBookmarkOutlinedFilled: React.FC = ({ ) - -export { IconCollectionsBookmarkOutlinedFilled as default } diff --git a/src/IconCollectionsBookmarkRounded.tsx b/src/IconCollectionsBookmarkRounded.tsx index 7dac1549d..409cb99ea 100644 --- a/src/IconCollectionsBookmarkRounded.tsx +++ b/src/IconCollectionsBookmarkRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkRounded: React.FC = ({ ...props }) => ( +export const IconCollectionsBookmarkRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollectionsBookmarkRounded as default } diff --git a/src/IconCollectionsBookmarkRoundedFilled.tsx b/src/IconCollectionsBookmarkRoundedFilled.tsx index ea00841af..3385f0d09 100644 --- a/src/IconCollectionsBookmarkRoundedFilled.tsx +++ b/src/IconCollectionsBookmarkRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkRoundedFilled: React.FC = ({ +export const IconCollectionsBookmarkRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCollectionsBookmarkRoundedFilled: React.FC = ({ ) - -export { IconCollectionsBookmarkRoundedFilled as default } diff --git a/src/IconCollectionsBookmarkSharp.tsx b/src/IconCollectionsBookmarkSharp.tsx index a0825d17c..76f6aaf1b 100644 --- a/src/IconCollectionsBookmarkSharp.tsx +++ b/src/IconCollectionsBookmarkSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkSharp: React.FC = ({ ...props }) => ( +export const IconCollectionsBookmarkSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCollectionsBookmarkSharp as default } diff --git a/src/IconCollectionsBookmarkSharpFilled.tsx b/src/IconCollectionsBookmarkSharpFilled.tsx index 7a7a8e6b5..b0d8a1a0d 100644 --- a/src/IconCollectionsBookmarkSharpFilled.tsx +++ b/src/IconCollectionsBookmarkSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCollectionsBookmarkSharpFilled: React.FC = ({ +export const IconCollectionsBookmarkSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCollectionsBookmarkSharpFilled: React.FC = ({ ) - -export { IconCollectionsBookmarkSharpFilled as default } diff --git a/src/IconColorizeOutlined.tsx b/src/IconColorizeOutlined.tsx index d20aae15f..dfd8ef1d3 100644 --- a/src/IconColorizeOutlined.tsx +++ b/src/IconColorizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeOutlined: React.FC = ({ ...props }) => ( +export const IconColorizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorizeOutlined as default } diff --git a/src/IconColorizeOutlinedFilled.tsx b/src/IconColorizeOutlinedFilled.tsx index 8e81abdd9..08fff6421 100644 --- a/src/IconColorizeOutlinedFilled.tsx +++ b/src/IconColorizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconColorizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconColorizeOutlinedFilled as default } diff --git a/src/IconColorizeRounded.tsx b/src/IconColorizeRounded.tsx index 54f3184aa..742e92376 100644 --- a/src/IconColorizeRounded.tsx +++ b/src/IconColorizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeRounded: React.FC = ({ ...props }) => ( +export const IconColorizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorizeRounded as default } diff --git a/src/IconColorizeRoundedFilled.tsx b/src/IconColorizeRoundedFilled.tsx index 17bd9063a..494217bbc 100644 --- a/src/IconColorizeRoundedFilled.tsx +++ b/src/IconColorizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconColorizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconColorizeRoundedFilled as default } diff --git a/src/IconColorizeSharp.tsx b/src/IconColorizeSharp.tsx index b3fc19507..0503c6fcd 100644 --- a/src/IconColorizeSharp.tsx +++ b/src/IconColorizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeSharp: React.FC = ({ ...props }) => ( +export const IconColorizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorizeSharp as default } diff --git a/src/IconColorizeSharpFilled.tsx b/src/IconColorizeSharpFilled.tsx index 243adca41..74b4cb9a0 100644 --- a/src/IconColorizeSharpFilled.tsx +++ b/src/IconColorizeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconColorizeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorizeSharpFilled as default } diff --git a/src/IconColorsOutlined.tsx b/src/IconColorsOutlined.tsx index c289ea0ba..48c1d49cd 100644 --- a/src/IconColorsOutlined.tsx +++ b/src/IconColorsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsOutlined: React.FC = ({ ...props }) => ( +export const IconColorsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsOutlined as default } diff --git a/src/IconColorsOutlinedFilled.tsx b/src/IconColorsOutlinedFilled.tsx index 6a5fcc769..7f9bc2374 100644 --- a/src/IconColorsOutlinedFilled.tsx +++ b/src/IconColorsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconColorsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsOutlinedFilled as default } diff --git a/src/IconColorsRounded.tsx b/src/IconColorsRounded.tsx index db5ce0444..784711bea 100644 --- a/src/IconColorsRounded.tsx +++ b/src/IconColorsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsRounded: React.FC = ({ ...props }) => ( +export const IconColorsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsRounded as default } diff --git a/src/IconColorsRoundedFilled.tsx b/src/IconColorsRoundedFilled.tsx index d990e48ff..96015c442 100644 --- a/src/IconColorsRoundedFilled.tsx +++ b/src/IconColorsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconColorsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsRoundedFilled as default } diff --git a/src/IconColorsSharp.tsx b/src/IconColorsSharp.tsx index 30e6d44f4..280c7bedf 100644 --- a/src/IconColorsSharp.tsx +++ b/src/IconColorsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsSharp: React.FC = ({ ...props }) => ( +export const IconColorsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsSharp as default } diff --git a/src/IconColorsSharpFilled.tsx b/src/IconColorsSharpFilled.tsx index 9146a0d65..4ae22e058 100644 --- a/src/IconColorsSharpFilled.tsx +++ b/src/IconColorsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconColorsSharpFilled: React.FC = ({ ...props }) => ( +export const IconColorsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconColorsSharpFilled as default } diff --git a/src/IconCombineColumnsOutlined.tsx b/src/IconCombineColumnsOutlined.tsx index 977c4e204..27adcc947 100644 --- a/src/IconCombineColumnsOutlined.tsx +++ b/src/IconCombineColumnsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsOutlined: React.FC = ({ ...props }) => ( +export const IconCombineColumnsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCombineColumnsOutlined as default } diff --git a/src/IconCombineColumnsOutlinedFilled.tsx b/src/IconCombineColumnsOutlinedFilled.tsx index e0db6db68..a3558e12d 100644 --- a/src/IconCombineColumnsOutlinedFilled.tsx +++ b/src/IconCombineColumnsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsOutlinedFilled: React.FC = ({ +export const IconCombineColumnsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCombineColumnsOutlinedFilled: React.FC = ({ ) - -export { IconCombineColumnsOutlinedFilled as default } diff --git a/src/IconCombineColumnsRounded.tsx b/src/IconCombineColumnsRounded.tsx index fae4bb60c..8edff6e00 100644 --- a/src/IconCombineColumnsRounded.tsx +++ b/src/IconCombineColumnsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsRounded: React.FC = ({ ...props }) => ( +export const IconCombineColumnsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCombineColumnsRounded as default } diff --git a/src/IconCombineColumnsRoundedFilled.tsx b/src/IconCombineColumnsRoundedFilled.tsx index ef9240aed..9d2d2b8fd 100644 --- a/src/IconCombineColumnsRoundedFilled.tsx +++ b/src/IconCombineColumnsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCombineColumnsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCombineColumnsRoundedFilled as default } diff --git a/src/IconCombineColumnsSharp.tsx b/src/IconCombineColumnsSharp.tsx index 16a0c86e8..b2ddbfce9 100644 --- a/src/IconCombineColumnsSharp.tsx +++ b/src/IconCombineColumnsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsSharp: React.FC = ({ ...props }) => ( +export const IconCombineColumnsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCombineColumnsSharp as default } diff --git a/src/IconCombineColumnsSharpFilled.tsx b/src/IconCombineColumnsSharpFilled.tsx index d52da8ce5..0a7095fb0 100644 --- a/src/IconCombineColumnsSharpFilled.tsx +++ b/src/IconCombineColumnsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCombineColumnsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCombineColumnsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCombineColumnsSharpFilled as default } diff --git a/src/IconComedyMaskOutlined.tsx b/src/IconComedyMaskOutlined.tsx index 631f0cbb6..1c11ad5d6 100644 --- a/src/IconComedyMaskOutlined.tsx +++ b/src/IconComedyMaskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskOutlined: React.FC = ({ ...props }) => ( +export const IconComedyMaskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComedyMaskOutlined as default } diff --git a/src/IconComedyMaskOutlinedFilled.tsx b/src/IconComedyMaskOutlinedFilled.tsx index 36f9e7675..6833a7bf4 100644 --- a/src/IconComedyMaskOutlinedFilled.tsx +++ b/src/IconComedyMaskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconComedyMaskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComedyMaskOutlinedFilled as default } diff --git a/src/IconComedyMaskRounded.tsx b/src/IconComedyMaskRounded.tsx index 62bb71528..51e24172b 100644 --- a/src/IconComedyMaskRounded.tsx +++ b/src/IconComedyMaskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskRounded: React.FC = ({ ...props }) => ( +export const IconComedyMaskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComedyMaskRounded as default } diff --git a/src/IconComedyMaskRoundedFilled.tsx b/src/IconComedyMaskRoundedFilled.tsx index 60fd18bf9..88c0a1fd1 100644 --- a/src/IconComedyMaskRoundedFilled.tsx +++ b/src/IconComedyMaskRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconComedyMaskRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComedyMaskRoundedFilled as default } diff --git a/src/IconComedyMaskSharp.tsx b/src/IconComedyMaskSharp.tsx index 4cb51aad8..c4605f52b 100644 --- a/src/IconComedyMaskSharp.tsx +++ b/src/IconComedyMaskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskSharp: React.FC = ({ ...props }) => ( +export const IconComedyMaskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComedyMaskSharp as default } diff --git a/src/IconComedyMaskSharpFilled.tsx b/src/IconComedyMaskSharpFilled.tsx index c3314cf86..af79a2eb8 100644 --- a/src/IconComedyMaskSharpFilled.tsx +++ b/src/IconComedyMaskSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComedyMaskSharpFilled: React.FC = ({ ...props }) => ( +export const IconComedyMaskSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComedyMaskSharpFilled as default } diff --git a/src/IconComicBubbleOutlined.tsx b/src/IconComicBubbleOutlined.tsx index 394b1ad23..abf85d066 100644 --- a/src/IconComicBubbleOutlined.tsx +++ b/src/IconComicBubbleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleOutlined: React.FC = ({ ...props }) => ( +export const IconComicBubbleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComicBubbleOutlined as default } diff --git a/src/IconComicBubbleOutlinedFilled.tsx b/src/IconComicBubbleOutlinedFilled.tsx index 36e3cb63f..dbe5793a1 100644 --- a/src/IconComicBubbleOutlinedFilled.tsx +++ b/src/IconComicBubbleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconComicBubbleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComicBubbleOutlinedFilled as default } diff --git a/src/IconComicBubbleRounded.tsx b/src/IconComicBubbleRounded.tsx index faf2eed7f..f699b93b2 100644 --- a/src/IconComicBubbleRounded.tsx +++ b/src/IconComicBubbleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleRounded: React.FC = ({ ...props }) => ( +export const IconComicBubbleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComicBubbleRounded as default } diff --git a/src/IconComicBubbleRoundedFilled.tsx b/src/IconComicBubbleRoundedFilled.tsx index 997967881..42220dd52 100644 --- a/src/IconComicBubbleRoundedFilled.tsx +++ b/src/IconComicBubbleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconComicBubbleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComicBubbleRoundedFilled as default } diff --git a/src/IconComicBubbleSharp.tsx b/src/IconComicBubbleSharp.tsx index 5e37439ab..c8dd755fb 100644 --- a/src/IconComicBubbleSharp.tsx +++ b/src/IconComicBubbleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleSharp: React.FC = ({ ...props }) => ( +export const IconComicBubbleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComicBubbleSharp as default } diff --git a/src/IconComicBubbleSharpFilled.tsx b/src/IconComicBubbleSharpFilled.tsx index b89e7b62d..fbf3f9390 100644 --- a/src/IconComicBubbleSharpFilled.tsx +++ b/src/IconComicBubbleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComicBubbleSharpFilled: React.FC = ({ ...props }) => ( +export const IconComicBubbleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComicBubbleSharpFilled as default } diff --git a/src/IconCommentBankOutlined.tsx b/src/IconCommentBankOutlined.tsx index cf79e8227..7c61595d4 100644 --- a/src/IconCommentBankOutlined.tsx +++ b/src/IconCommentBankOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankOutlined: React.FC = ({ ...props }) => ( +export const IconCommentBankOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentBankOutlined as default } diff --git a/src/IconCommentBankOutlinedFilled.tsx b/src/IconCommentBankOutlinedFilled.tsx index a39b42d84..8279ca98a 100644 --- a/src/IconCommentBankOutlinedFilled.tsx +++ b/src/IconCommentBankOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommentBankOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentBankOutlinedFilled as default } diff --git a/src/IconCommentBankRounded.tsx b/src/IconCommentBankRounded.tsx index d1213c00c..21047cc1a 100644 --- a/src/IconCommentBankRounded.tsx +++ b/src/IconCommentBankRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankRounded: React.FC = ({ ...props }) => ( +export const IconCommentBankRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentBankRounded as default } diff --git a/src/IconCommentBankRoundedFilled.tsx b/src/IconCommentBankRoundedFilled.tsx index db6f66f2b..401d8370d 100644 --- a/src/IconCommentBankRoundedFilled.tsx +++ b/src/IconCommentBankRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommentBankRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentBankRoundedFilled as default } diff --git a/src/IconCommentBankSharp.tsx b/src/IconCommentBankSharp.tsx index 17cbea213..989e2d879 100644 --- a/src/IconCommentBankSharp.tsx +++ b/src/IconCommentBankSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankSharp: React.FC = ({ ...props }) => ( +export const IconCommentBankSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentBankSharp as default } diff --git a/src/IconCommentBankSharpFilled.tsx b/src/IconCommentBankSharpFilled.tsx index 2667c0210..f26ed0bbb 100644 --- a/src/IconCommentBankSharpFilled.tsx +++ b/src/IconCommentBankSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentBankSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommentBankSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentBankSharpFilled as default } diff --git a/src/IconCommentOutlined.tsx b/src/IconCommentOutlined.tsx index 85684c8c3..8018b7bb9 100644 --- a/src/IconCommentOutlined.tsx +++ b/src/IconCommentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentOutlined: React.FC = ({ ...props }) => ( +export const IconCommentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentOutlined as default } diff --git a/src/IconCommentOutlinedFilled.tsx b/src/IconCommentOutlinedFilled.tsx index 645db1598..8238dc93f 100644 --- a/src/IconCommentOutlinedFilled.tsx +++ b/src/IconCommentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentOutlinedFilled as default } diff --git a/src/IconCommentRounded.tsx b/src/IconCommentRounded.tsx index 7e2467944..5ed64fce6 100644 --- a/src/IconCommentRounded.tsx +++ b/src/IconCommentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentRounded: React.FC = ({ ...props }) => ( +export const IconCommentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentRounded as default } diff --git a/src/IconCommentRoundedFilled.tsx b/src/IconCommentRoundedFilled.tsx index 0fd1ad6c3..d0baf1563 100644 --- a/src/IconCommentRoundedFilled.tsx +++ b/src/IconCommentRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommentRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentRoundedFilled as default } diff --git a/src/IconCommentSharp.tsx b/src/IconCommentSharp.tsx index 125748422..c3d2233af 100644 --- a/src/IconCommentSharp.tsx +++ b/src/IconCommentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentSharp: React.FC = ({ ...props }) => ( +export const IconCommentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentSharp as default } diff --git a/src/IconCommentSharpFilled.tsx b/src/IconCommentSharpFilled.tsx index 3e7b89b4d..2323ec793 100644 --- a/src/IconCommentSharpFilled.tsx +++ b/src/IconCommentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommentSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommentSharpFilled as default } diff --git a/src/IconCommentsDisabledOutlined.tsx b/src/IconCommentsDisabledOutlined.tsx index 5d80df7b9..59df53fb4 100644 --- a/src/IconCommentsDisabledOutlined.tsx +++ b/src/IconCommentsDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconCommentsDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentsDisabledOutlined as default } diff --git a/src/IconCommentsDisabledOutlinedFilled.tsx b/src/IconCommentsDisabledOutlinedFilled.tsx index 2c0d476ab..d68b1d7e3 100644 --- a/src/IconCommentsDisabledOutlinedFilled.tsx +++ b/src/IconCommentsDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledOutlinedFilled: React.FC = ({ +export const IconCommentsDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCommentsDisabledOutlinedFilled: React.FC = ({ ) - -export { IconCommentsDisabledOutlinedFilled as default } diff --git a/src/IconCommentsDisabledRounded.tsx b/src/IconCommentsDisabledRounded.tsx index d8fca4d24..32ab94b9e 100644 --- a/src/IconCommentsDisabledRounded.tsx +++ b/src/IconCommentsDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledRounded: React.FC = ({ ...props }) => ( +export const IconCommentsDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentsDisabledRounded as default } diff --git a/src/IconCommentsDisabledRoundedFilled.tsx b/src/IconCommentsDisabledRoundedFilled.tsx index e55c99281..2b75fc224 100644 --- a/src/IconCommentsDisabledRoundedFilled.tsx +++ b/src/IconCommentsDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledRoundedFilled: React.FC = ({ +export const IconCommentsDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCommentsDisabledRoundedFilled: React.FC = ({ ) - -export { IconCommentsDisabledRoundedFilled as default } diff --git a/src/IconCommentsDisabledSharp.tsx b/src/IconCommentsDisabledSharp.tsx index 59dfca2ae..20825965e 100644 --- a/src/IconCommentsDisabledSharp.tsx +++ b/src/IconCommentsDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledSharp: React.FC = ({ ...props }) => ( +export const IconCommentsDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentsDisabledSharp as default } diff --git a/src/IconCommentsDisabledSharpFilled.tsx b/src/IconCommentsDisabledSharpFilled.tsx index e86476293..b247217e2 100644 --- a/src/IconCommentsDisabledSharpFilled.tsx +++ b/src/IconCommentsDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommentsDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommentsDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommentsDisabledSharpFilled as default } diff --git a/src/IconCommitOutlined.tsx b/src/IconCommitOutlined.tsx index b693972e2..50732bb75 100644 --- a/src/IconCommitOutlined.tsx +++ b/src/IconCommitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitOutlined: React.FC = ({ ...props }) => ( +export const IconCommitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitOutlined as default } diff --git a/src/IconCommitOutlinedFilled.tsx b/src/IconCommitOutlinedFilled.tsx index 8780e3058..8c0136fa6 100644 --- a/src/IconCommitOutlinedFilled.tsx +++ b/src/IconCommitOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommitOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitOutlinedFilled as default } diff --git a/src/IconCommitRounded.tsx b/src/IconCommitRounded.tsx index b40317c92..651023a2c 100644 --- a/src/IconCommitRounded.tsx +++ b/src/IconCommitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitRounded: React.FC = ({ ...props }) => ( +export const IconCommitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitRounded as default } diff --git a/src/IconCommitRoundedFilled.tsx b/src/IconCommitRoundedFilled.tsx index a2c0f5dfe..1c3bcac5c 100644 --- a/src/IconCommitRoundedFilled.tsx +++ b/src/IconCommitRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommitRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitRoundedFilled as default } diff --git a/src/IconCommitSharp.tsx b/src/IconCommitSharp.tsx index 448830b7c..a636df801 100644 --- a/src/IconCommitSharp.tsx +++ b/src/IconCommitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitSharp: React.FC = ({ ...props }) => ( +export const IconCommitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitSharp as default } diff --git a/src/IconCommitSharpFilled.tsx b/src/IconCommitSharpFilled.tsx index 922cdfd20..14d5f01b7 100644 --- a/src/IconCommitSharpFilled.tsx +++ b/src/IconCommitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommitSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommitSharpFilled as default } diff --git a/src/IconCommunicationOutlined.tsx b/src/IconCommunicationOutlined.tsx index ae36213bc..9f7078775 100644 --- a/src/IconCommunicationOutlined.tsx +++ b/src/IconCommunicationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationOutlined: React.FC = ({ ...props }) => ( +export const IconCommunicationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunicationOutlined as default } diff --git a/src/IconCommunicationOutlinedFilled.tsx b/src/IconCommunicationOutlinedFilled.tsx index e89dd4d1a..211533460 100644 --- a/src/IconCommunicationOutlinedFilled.tsx +++ b/src/IconCommunicationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommunicationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunicationOutlinedFilled as default } diff --git a/src/IconCommunicationRounded.tsx b/src/IconCommunicationRounded.tsx index 1fb5d7ddc..ad5110ac3 100644 --- a/src/IconCommunicationRounded.tsx +++ b/src/IconCommunicationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationRounded: React.FC = ({ ...props }) => ( +export const IconCommunicationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommunicationRounded as default } diff --git a/src/IconCommunicationRoundedFilled.tsx b/src/IconCommunicationRoundedFilled.tsx index 3cecd2c5f..9c881d360 100644 --- a/src/IconCommunicationRoundedFilled.tsx +++ b/src/IconCommunicationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommunicationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunicationRoundedFilled as default } diff --git a/src/IconCommunicationSharp.tsx b/src/IconCommunicationSharp.tsx index 67a300e42..51d1e0402 100644 --- a/src/IconCommunicationSharp.tsx +++ b/src/IconCommunicationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationSharp: React.FC = ({ ...props }) => ( +export const IconCommunicationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommunicationSharp as default } diff --git a/src/IconCommunicationSharpFilled.tsx b/src/IconCommunicationSharpFilled.tsx index 07773cf90..fba052e38 100644 --- a/src/IconCommunicationSharpFilled.tsx +++ b/src/IconCommunicationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunicationSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommunicationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunicationSharpFilled as default } diff --git a/src/IconCommunitiesOutlined.tsx b/src/IconCommunitiesOutlined.tsx index b22615402..403fe6c1d 100644 --- a/src/IconCommunitiesOutlined.tsx +++ b/src/IconCommunitiesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesOutlined: React.FC = ({ ...props }) => ( +export const IconCommunitiesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommunitiesOutlined as default } diff --git a/src/IconCommunitiesOutlinedFilled.tsx b/src/IconCommunitiesOutlinedFilled.tsx index 1cce85eb5..f9230c40b 100644 --- a/src/IconCommunitiesOutlinedFilled.tsx +++ b/src/IconCommunitiesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommunitiesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunitiesOutlinedFilled as default } diff --git a/src/IconCommunitiesRounded.tsx b/src/IconCommunitiesRounded.tsx index 8c8887375..ddcdf9b46 100644 --- a/src/IconCommunitiesRounded.tsx +++ b/src/IconCommunitiesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesRounded: React.FC = ({ ...props }) => ( +export const IconCommunitiesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommunitiesRounded as default } diff --git a/src/IconCommunitiesRoundedFilled.tsx b/src/IconCommunitiesRoundedFilled.tsx index 299232791..790d17b2a 100644 --- a/src/IconCommunitiesRoundedFilled.tsx +++ b/src/IconCommunitiesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommunitiesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunitiesRoundedFilled as default } diff --git a/src/IconCommunitiesSharp.tsx b/src/IconCommunitiesSharp.tsx index 927fedcea..97d1b65ac 100644 --- a/src/IconCommunitiesSharp.tsx +++ b/src/IconCommunitiesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesSharp: React.FC = ({ ...props }) => ( +export const IconCommunitiesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommunitiesSharp as default } diff --git a/src/IconCommunitiesSharpFilled.tsx b/src/IconCommunitiesSharpFilled.tsx index c3a996516..8739226b6 100644 --- a/src/IconCommunitiesSharpFilled.tsx +++ b/src/IconCommunitiesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommunitiesSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommunitiesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommunitiesSharpFilled as default } diff --git a/src/IconCommuteOutlined.tsx b/src/IconCommuteOutlined.tsx index 6da4085a4..9484f534e 100644 --- a/src/IconCommuteOutlined.tsx +++ b/src/IconCommuteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteOutlined: React.FC = ({ ...props }) => ( +export const IconCommuteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommuteOutlined as default } diff --git a/src/IconCommuteOutlinedFilled.tsx b/src/IconCommuteOutlinedFilled.tsx index cea99717b..d284d6ca2 100644 --- a/src/IconCommuteOutlinedFilled.tsx +++ b/src/IconCommuteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCommuteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCommuteOutlinedFilled as default } diff --git a/src/IconCommuteRounded.tsx b/src/IconCommuteRounded.tsx index 70d849b5a..c0ed9a536 100644 --- a/src/IconCommuteRounded.tsx +++ b/src/IconCommuteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteRounded: React.FC = ({ ...props }) => ( +export const IconCommuteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommuteRounded as default } diff --git a/src/IconCommuteRoundedFilled.tsx b/src/IconCommuteRoundedFilled.tsx index 006f563bb..1779d5d02 100644 --- a/src/IconCommuteRoundedFilled.tsx +++ b/src/IconCommuteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCommuteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommuteRoundedFilled as default } diff --git a/src/IconCommuteSharp.tsx b/src/IconCommuteSharp.tsx index 4afd44190..350378fca 100644 --- a/src/IconCommuteSharp.tsx +++ b/src/IconCommuteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteSharp: React.FC = ({ ...props }) => ( +export const IconCommuteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommuteSharp as default } diff --git a/src/IconCommuteSharpFilled.tsx b/src/IconCommuteSharpFilled.tsx index 5f452a6b8..526c40e79 100644 --- a/src/IconCommuteSharpFilled.tsx +++ b/src/IconCommuteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCommuteSharpFilled: React.FC = ({ ...props }) => ( +export const IconCommuteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCommuteSharpFilled as default } diff --git a/src/IconCompareArrowsOutlined.tsx b/src/IconCompareArrowsOutlined.tsx index 5350e201d..a301eae74 100644 --- a/src/IconCompareArrowsOutlined.tsx +++ b/src/IconCompareArrowsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsOutlined: React.FC = ({ ...props }) => ( +export const IconCompareArrowsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsOutlined as default } diff --git a/src/IconCompareArrowsOutlinedFilled.tsx b/src/IconCompareArrowsOutlinedFilled.tsx index c2ccaf7e2..4ccacae4e 100644 --- a/src/IconCompareArrowsOutlinedFilled.tsx +++ b/src/IconCompareArrowsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCompareArrowsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsOutlinedFilled as default } diff --git a/src/IconCompareArrowsRounded.tsx b/src/IconCompareArrowsRounded.tsx index 877c5154b..f471880d0 100644 --- a/src/IconCompareArrowsRounded.tsx +++ b/src/IconCompareArrowsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsRounded: React.FC = ({ ...props }) => ( +export const IconCompareArrowsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsRounded as default } diff --git a/src/IconCompareArrowsRoundedFilled.tsx b/src/IconCompareArrowsRoundedFilled.tsx index aff7b979b..b556dc876 100644 --- a/src/IconCompareArrowsRoundedFilled.tsx +++ b/src/IconCompareArrowsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCompareArrowsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsRoundedFilled as default } diff --git a/src/IconCompareArrowsSharp.tsx b/src/IconCompareArrowsSharp.tsx index 53af56ab0..6e570c5bc 100644 --- a/src/IconCompareArrowsSharp.tsx +++ b/src/IconCompareArrowsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsSharp: React.FC = ({ ...props }) => ( +export const IconCompareArrowsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsSharp as default } diff --git a/src/IconCompareArrowsSharpFilled.tsx b/src/IconCompareArrowsSharpFilled.tsx index bfbc532e7..844fd13b1 100644 --- a/src/IconCompareArrowsSharpFilled.tsx +++ b/src/IconCompareArrowsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompareArrowsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCompareArrowsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompareArrowsSharpFilled as default } diff --git a/src/IconCompareOutlined.tsx b/src/IconCompareOutlined.tsx index 531f3d777..8466ffbaf 100644 --- a/src/IconCompareOutlined.tsx +++ b/src/IconCompareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareOutlined: React.FC = ({ ...props }) => ( +export const IconCompareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareOutlined as default } diff --git a/src/IconCompareOutlinedFilled.tsx b/src/IconCompareOutlinedFilled.tsx index ea4f10028..db89ee1b0 100644 --- a/src/IconCompareOutlinedFilled.tsx +++ b/src/IconCompareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCompareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompareOutlinedFilled as default } diff --git a/src/IconCompareRounded.tsx b/src/IconCompareRounded.tsx index 2d325065e..b8aa6c5c4 100644 --- a/src/IconCompareRounded.tsx +++ b/src/IconCompareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareRounded: React.FC = ({ ...props }) => ( +export const IconCompareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareRounded as default } diff --git a/src/IconCompareRoundedFilled.tsx b/src/IconCompareRoundedFilled.tsx index b1aa7cd24..61d3aafaf 100644 --- a/src/IconCompareRoundedFilled.tsx +++ b/src/IconCompareRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCompareRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareRoundedFilled as default } diff --git a/src/IconCompareSharp.tsx b/src/IconCompareSharp.tsx index 0ca58910a..76736229a 100644 --- a/src/IconCompareSharp.tsx +++ b/src/IconCompareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareSharp: React.FC = ({ ...props }) => ( +export const IconCompareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareSharp as default } diff --git a/src/IconCompareSharpFilled.tsx b/src/IconCompareSharpFilled.tsx index 7caef001d..eaa0a0599 100644 --- a/src/IconCompareSharpFilled.tsx +++ b/src/IconCompareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompareSharpFilled: React.FC = ({ ...props }) => ( +export const IconCompareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompareSharpFilled as default } diff --git a/src/IconCompassCalibrationOutlined.tsx b/src/IconCompassCalibrationOutlined.tsx index 1fe0596fe..4a07de076 100644 --- a/src/IconCompassCalibrationOutlined.tsx +++ b/src/IconCompassCalibrationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationOutlined: React.FC = ({ ...props }) => ( +export const IconCompassCalibrationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompassCalibrationOutlined as default } diff --git a/src/IconCompassCalibrationOutlinedFilled.tsx b/src/IconCompassCalibrationOutlinedFilled.tsx index 2d73da41a..6faca276c 100644 --- a/src/IconCompassCalibrationOutlinedFilled.tsx +++ b/src/IconCompassCalibrationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationOutlinedFilled: React.FC = ({ +export const IconCompassCalibrationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCompassCalibrationOutlinedFilled: React.FC = ({ ) - -export { IconCompassCalibrationOutlinedFilled as default } diff --git a/src/IconCompassCalibrationRounded.tsx b/src/IconCompassCalibrationRounded.tsx index b2a32964e..09c76c305 100644 --- a/src/IconCompassCalibrationRounded.tsx +++ b/src/IconCompassCalibrationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationRounded: React.FC = ({ ...props }) => ( +export const IconCompassCalibrationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompassCalibrationRounded as default } diff --git a/src/IconCompassCalibrationRoundedFilled.tsx b/src/IconCompassCalibrationRoundedFilled.tsx index 49e774cec..742195be5 100644 --- a/src/IconCompassCalibrationRoundedFilled.tsx +++ b/src/IconCompassCalibrationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationRoundedFilled: React.FC = ({ +export const IconCompassCalibrationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCompassCalibrationRoundedFilled: React.FC = ({ ) - -export { IconCompassCalibrationRoundedFilled as default } diff --git a/src/IconCompassCalibrationSharp.tsx b/src/IconCompassCalibrationSharp.tsx index 00717ece0..fe5fae92a 100644 --- a/src/IconCompassCalibrationSharp.tsx +++ b/src/IconCompassCalibrationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationSharp: React.FC = ({ ...props }) => ( +export const IconCompassCalibrationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompassCalibrationSharp as default } diff --git a/src/IconCompassCalibrationSharpFilled.tsx b/src/IconCompassCalibrationSharpFilled.tsx index 518bdd1ad..bcb825e65 100644 --- a/src/IconCompassCalibrationSharpFilled.tsx +++ b/src/IconCompassCalibrationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCompassCalibrationSharpFilled: React.FC = ({ +export const IconCompassCalibrationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCompassCalibrationSharpFilled: React.FC = ({ ) - -export { IconCompassCalibrationSharpFilled as default } diff --git a/src/IconComponentExchangeOutlined.tsx b/src/IconComponentExchangeOutlined.tsx index 25de80eca..bf1a34c17 100644 --- a/src/IconComponentExchangeOutlined.tsx +++ b/src/IconComponentExchangeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeOutlined: React.FC = ({ ...props }) => ( +export const IconComponentExchangeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComponentExchangeOutlined as default } diff --git a/src/IconComponentExchangeOutlinedFilled.tsx b/src/IconComponentExchangeOutlinedFilled.tsx index 1071269b7..2e2c9a23c 100644 --- a/src/IconComponentExchangeOutlinedFilled.tsx +++ b/src/IconComponentExchangeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeOutlinedFilled: React.FC = ({ +export const IconComponentExchangeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconComponentExchangeOutlinedFilled: React.FC = ({ ) - -export { IconComponentExchangeOutlinedFilled as default } diff --git a/src/IconComponentExchangeRounded.tsx b/src/IconComponentExchangeRounded.tsx index 5957125d4..61e6db50f 100644 --- a/src/IconComponentExchangeRounded.tsx +++ b/src/IconComponentExchangeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeRounded: React.FC = ({ ...props }) => ( +export const IconComponentExchangeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComponentExchangeRounded as default } diff --git a/src/IconComponentExchangeRoundedFilled.tsx b/src/IconComponentExchangeRoundedFilled.tsx index e8c663103..a9a8c9e71 100644 --- a/src/IconComponentExchangeRoundedFilled.tsx +++ b/src/IconComponentExchangeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeRoundedFilled: React.FC = ({ +export const IconComponentExchangeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconComponentExchangeRoundedFilled: React.FC = ({ ) - -export { IconComponentExchangeRoundedFilled as default } diff --git a/src/IconComponentExchangeSharp.tsx b/src/IconComponentExchangeSharp.tsx index 1973f0a0f..890539b78 100644 --- a/src/IconComponentExchangeSharp.tsx +++ b/src/IconComponentExchangeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeSharp: React.FC = ({ ...props }) => ( +export const IconComponentExchangeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComponentExchangeSharp as default } diff --git a/src/IconComponentExchangeSharpFilled.tsx b/src/IconComponentExchangeSharpFilled.tsx index 06baaa45e..e9fa5e3e5 100644 --- a/src/IconComponentExchangeSharpFilled.tsx +++ b/src/IconComponentExchangeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconComponentExchangeSharpFilled: React.FC = ({ +export const IconComponentExchangeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconComponentExchangeSharpFilled: React.FC = ({ ) - -export { IconComponentExchangeSharpFilled as default } diff --git a/src/IconCompostOutlined.tsx b/src/IconCompostOutlined.tsx index 178168dd5..1bb4d1928 100644 --- a/src/IconCompostOutlined.tsx +++ b/src/IconCompostOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompostOutlined: React.FC = ({ ...props }) => ( +export const IconCompostOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompostOutlined as default } diff --git a/src/IconCompostOutlinedFilled.tsx b/src/IconCompostOutlinedFilled.tsx index 1da11063b..28b3ff55e 100644 --- a/src/IconCompostOutlinedFilled.tsx +++ b/src/IconCompostOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompostOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCompostOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompostOutlinedFilled as default } diff --git a/src/IconCompostRounded.tsx b/src/IconCompostRounded.tsx index 48a856566..0eeb11dfb 100644 --- a/src/IconCompostRounded.tsx +++ b/src/IconCompostRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompostRounded: React.FC = ({ ...props }) => ( +export const IconCompostRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompostRounded as default } diff --git a/src/IconCompostRoundedFilled.tsx b/src/IconCompostRoundedFilled.tsx index 18872f4d0..e44c1afca 100644 --- a/src/IconCompostRoundedFilled.tsx +++ b/src/IconCompostRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompostRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCompostRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompostRoundedFilled as default } diff --git a/src/IconCompostSharp.tsx b/src/IconCompostSharp.tsx index 247f7212e..8e74a14d2 100644 --- a/src/IconCompostSharp.tsx +++ b/src/IconCompostSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompostSharp: React.FC = ({ ...props }) => ( +export const IconCompostSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompostSharp as default } diff --git a/src/IconCompostSharpFilled.tsx b/src/IconCompostSharpFilled.tsx index 5882dd3cd..afab99b45 100644 --- a/src/IconCompostSharpFilled.tsx +++ b/src/IconCompostSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompostSharpFilled: React.FC = ({ ...props }) => ( +export const IconCompostSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompostSharpFilled as default } diff --git a/src/IconCompressOutlined.tsx b/src/IconCompressOutlined.tsx index 1ca0ecd06..e68455b4f 100644 --- a/src/IconCompressOutlined.tsx +++ b/src/IconCompressOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompressOutlined: React.FC = ({ ...props }) => ( +export const IconCompressOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompressOutlined as default } diff --git a/src/IconCompressOutlinedFilled.tsx b/src/IconCompressOutlinedFilled.tsx index 0c04c58fa..856964edf 100644 --- a/src/IconCompressOutlinedFilled.tsx +++ b/src/IconCompressOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompressOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCompressOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompressOutlinedFilled as default } diff --git a/src/IconCompressRounded.tsx b/src/IconCompressRounded.tsx index 4c5f4aff3..d0452a731 100644 --- a/src/IconCompressRounded.tsx +++ b/src/IconCompressRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompressRounded: React.FC = ({ ...props }) => ( +export const IconCompressRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompressRounded as default } diff --git a/src/IconCompressRoundedFilled.tsx b/src/IconCompressRoundedFilled.tsx index 70436c805..351628067 100644 --- a/src/IconCompressRoundedFilled.tsx +++ b/src/IconCompressRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCompressRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCompressRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCompressRoundedFilled as default } diff --git a/src/IconCompressSharp.tsx b/src/IconCompressSharp.tsx index a58af63a3..3754fe67f 100644 --- a/src/IconCompressSharp.tsx +++ b/src/IconCompressSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompressSharp: React.FC = ({ ...props }) => ( +export const IconCompressSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompressSharp as default } diff --git a/src/IconCompressSharpFilled.tsx b/src/IconCompressSharpFilled.tsx index 9d7381ba5..3a450caa8 100644 --- a/src/IconCompressSharpFilled.tsx +++ b/src/IconCompressSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCompressSharpFilled: React.FC = ({ ...props }) => ( +export const IconCompressSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCompressSharpFilled as default } diff --git a/src/IconComputerOutlined.tsx b/src/IconComputerOutlined.tsx index 6c7bb51d1..67193e8da 100644 --- a/src/IconComputerOutlined.tsx +++ b/src/IconComputerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComputerOutlined: React.FC = ({ ...props }) => ( +export const IconComputerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComputerOutlined as default } diff --git a/src/IconComputerOutlinedFilled.tsx b/src/IconComputerOutlinedFilled.tsx index b5781b62e..1c45f6e53 100644 --- a/src/IconComputerOutlinedFilled.tsx +++ b/src/IconComputerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComputerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconComputerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComputerOutlinedFilled as default } diff --git a/src/IconComputerRounded.tsx b/src/IconComputerRounded.tsx index a124c9a09..a697fc12d 100644 --- a/src/IconComputerRounded.tsx +++ b/src/IconComputerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComputerRounded: React.FC = ({ ...props }) => ( +export const IconComputerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComputerRounded as default } diff --git a/src/IconComputerRoundedFilled.tsx b/src/IconComputerRoundedFilled.tsx index 80fb3c1f0..97e4cf949 100644 --- a/src/IconComputerRoundedFilled.tsx +++ b/src/IconComputerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconComputerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconComputerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconComputerRoundedFilled as default } diff --git a/src/IconComputerSharp.tsx b/src/IconComputerSharp.tsx index 06d59218d..5b552b92c 100644 --- a/src/IconComputerSharp.tsx +++ b/src/IconComputerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComputerSharp: React.FC = ({ ...props }) => ( +export const IconComputerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComputerSharp as default } diff --git a/src/IconComputerSharpFilled.tsx b/src/IconComputerSharpFilled.tsx index 11aa48dc3..69fc135bc 100644 --- a/src/IconComputerSharpFilled.tsx +++ b/src/IconComputerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconComputerSharpFilled: React.FC = ({ ...props }) => ( +export const IconComputerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconComputerSharpFilled as default } diff --git a/src/IconConciergeOutlined.tsx b/src/IconConciergeOutlined.tsx index dac94a1b1..3060892fd 100644 --- a/src/IconConciergeOutlined.tsx +++ b/src/IconConciergeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeOutlined: React.FC = ({ ...props }) => ( +export const IconConciergeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConciergeOutlined as default } diff --git a/src/IconConciergeOutlinedFilled.tsx b/src/IconConciergeOutlinedFilled.tsx index 492c2435d..2b0f28956 100644 --- a/src/IconConciergeOutlinedFilled.tsx +++ b/src/IconConciergeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConciergeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConciergeOutlinedFilled as default } diff --git a/src/IconConciergeRounded.tsx b/src/IconConciergeRounded.tsx index 9ebff5702..4dc991cb2 100644 --- a/src/IconConciergeRounded.tsx +++ b/src/IconConciergeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeRounded: React.FC = ({ ...props }) => ( +export const IconConciergeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConciergeRounded as default } diff --git a/src/IconConciergeRoundedFilled.tsx b/src/IconConciergeRoundedFilled.tsx index 03561fd02..801d188ed 100644 --- a/src/IconConciergeRoundedFilled.tsx +++ b/src/IconConciergeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConciergeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConciergeRoundedFilled as default } diff --git a/src/IconConciergeSharp.tsx b/src/IconConciergeSharp.tsx index 57c5cf5f8..836ba8b9b 100644 --- a/src/IconConciergeSharp.tsx +++ b/src/IconConciergeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeSharp: React.FC = ({ ...props }) => ( +export const IconConciergeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConciergeSharp as default } diff --git a/src/IconConciergeSharpFilled.tsx b/src/IconConciergeSharpFilled.tsx index bdb9fd43d..bc85af482 100644 --- a/src/IconConciergeSharpFilled.tsx +++ b/src/IconConciergeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConciergeSharpFilled: React.FC = ({ ...props }) => ( +export const IconConciergeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConciergeSharpFilled as default } diff --git a/src/IconConditionsOutlined.tsx b/src/IconConditionsOutlined.tsx index e19d869a8..804b989cb 100644 --- a/src/IconConditionsOutlined.tsx +++ b/src/IconConditionsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsOutlined: React.FC = ({ ...props }) => ( +export const IconConditionsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConditionsOutlined as default } diff --git a/src/IconConditionsOutlinedFilled.tsx b/src/IconConditionsOutlinedFilled.tsx index 78190387c..eb4f9e3c0 100644 --- a/src/IconConditionsOutlinedFilled.tsx +++ b/src/IconConditionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConditionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConditionsOutlinedFilled as default } diff --git a/src/IconConditionsRounded.tsx b/src/IconConditionsRounded.tsx index b8974adb9..237fe4318 100644 --- a/src/IconConditionsRounded.tsx +++ b/src/IconConditionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsRounded: React.FC = ({ ...props }) => ( +export const IconConditionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConditionsRounded as default } diff --git a/src/IconConditionsRoundedFilled.tsx b/src/IconConditionsRoundedFilled.tsx index f1e5a5e76..6c081440d 100644 --- a/src/IconConditionsRoundedFilled.tsx +++ b/src/IconConditionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConditionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConditionsRoundedFilled as default } diff --git a/src/IconConditionsSharp.tsx b/src/IconConditionsSharp.tsx index 4cd4773cd..98b8654e3 100644 --- a/src/IconConditionsSharp.tsx +++ b/src/IconConditionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsSharp: React.FC = ({ ...props }) => ( +export const IconConditionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConditionsSharp as default } diff --git a/src/IconConditionsSharpFilled.tsx b/src/IconConditionsSharpFilled.tsx index 0c2dfcde3..015dbf51c 100644 --- a/src/IconConditionsSharpFilled.tsx +++ b/src/IconConditionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConditionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconConditionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConditionsSharpFilled as default } diff --git a/src/IconConfirmationNumberOutlined.tsx b/src/IconConfirmationNumberOutlined.tsx index 3cf62b19e..d4e5989ee 100644 --- a/src/IconConfirmationNumberOutlined.tsx +++ b/src/IconConfirmationNumberOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberOutlined: React.FC = ({ ...props }) => ( +export const IconConfirmationNumberOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConfirmationNumberOutlined as default } diff --git a/src/IconConfirmationNumberOutlinedFilled.tsx b/src/IconConfirmationNumberOutlinedFilled.tsx index f394b7643..0df4dd555 100644 --- a/src/IconConfirmationNumberOutlinedFilled.tsx +++ b/src/IconConfirmationNumberOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberOutlinedFilled: React.FC = ({ +export const IconConfirmationNumberOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConfirmationNumberOutlinedFilled: React.FC = ({ ) - -export { IconConfirmationNumberOutlinedFilled as default } diff --git a/src/IconConfirmationNumberRounded.tsx b/src/IconConfirmationNumberRounded.tsx index d33b9b573..f718a0910 100644 --- a/src/IconConfirmationNumberRounded.tsx +++ b/src/IconConfirmationNumberRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberRounded: React.FC = ({ ...props }) => ( +export const IconConfirmationNumberRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConfirmationNumberRounded as default } diff --git a/src/IconConfirmationNumberRoundedFilled.tsx b/src/IconConfirmationNumberRoundedFilled.tsx index 95d7576e7..bb5ef6fc6 100644 --- a/src/IconConfirmationNumberRoundedFilled.tsx +++ b/src/IconConfirmationNumberRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberRoundedFilled: React.FC = ({ +export const IconConfirmationNumberRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConfirmationNumberRoundedFilled: React.FC = ({ ) - -export { IconConfirmationNumberRoundedFilled as default } diff --git a/src/IconConfirmationNumberSharp.tsx b/src/IconConfirmationNumberSharp.tsx index f673d275a..68037e36f 100644 --- a/src/IconConfirmationNumberSharp.tsx +++ b/src/IconConfirmationNumberSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberSharp: React.FC = ({ ...props }) => ( +export const IconConfirmationNumberSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConfirmationNumberSharp as default } diff --git a/src/IconConfirmationNumberSharpFilled.tsx b/src/IconConfirmationNumberSharpFilled.tsx index 7162b1d67..ce6416218 100644 --- a/src/IconConfirmationNumberSharpFilled.tsx +++ b/src/IconConfirmationNumberSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConfirmationNumberSharpFilled: React.FC = ({ +export const IconConfirmationNumberSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConfirmationNumberSharpFilled: React.FC = ({ ) - -export { IconConfirmationNumberSharpFilled as default } diff --git a/src/IconCongenitalOutlined.tsx b/src/IconCongenitalOutlined.tsx index a95b6d4b8..3d99abb94 100644 --- a/src/IconCongenitalOutlined.tsx +++ b/src/IconCongenitalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalOutlined: React.FC = ({ ...props }) => ( +export const IconCongenitalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCongenitalOutlined as default } diff --git a/src/IconCongenitalOutlinedFilled.tsx b/src/IconCongenitalOutlinedFilled.tsx index cabad9f2a..eb0ca5aee 100644 --- a/src/IconCongenitalOutlinedFilled.tsx +++ b/src/IconCongenitalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCongenitalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCongenitalOutlinedFilled as default } diff --git a/src/IconCongenitalRounded.tsx b/src/IconCongenitalRounded.tsx index d2e61490c..f64ec5c4a 100644 --- a/src/IconCongenitalRounded.tsx +++ b/src/IconCongenitalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalRounded: React.FC = ({ ...props }) => ( +export const IconCongenitalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCongenitalRounded as default } diff --git a/src/IconCongenitalRoundedFilled.tsx b/src/IconCongenitalRoundedFilled.tsx index 55eccb275..6a77f49ea 100644 --- a/src/IconCongenitalRoundedFilled.tsx +++ b/src/IconCongenitalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCongenitalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCongenitalRoundedFilled as default } diff --git a/src/IconCongenitalSharp.tsx b/src/IconCongenitalSharp.tsx index 52149ed3c..89cfe7efe 100644 --- a/src/IconCongenitalSharp.tsx +++ b/src/IconCongenitalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalSharp: React.FC = ({ ...props }) => ( +export const IconCongenitalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCongenitalSharp as default } diff --git a/src/IconCongenitalSharpFilled.tsx b/src/IconCongenitalSharpFilled.tsx index 457820658..7896ce3c7 100644 --- a/src/IconCongenitalSharpFilled.tsx +++ b/src/IconCongenitalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCongenitalSharpFilled: React.FC = ({ ...props }) => ( +export const IconCongenitalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCongenitalSharpFilled as default } diff --git a/src/IconConnectWithoutContactOutlined.tsx b/src/IconConnectWithoutContactOutlined.tsx index 66e34d89a..6eb04577f 100644 --- a/src/IconConnectWithoutContactOutlined.tsx +++ b/src/IconConnectWithoutContactOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactOutlined: React.FC = ({ +export const IconConnectWithoutContactOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectWithoutContactOutlined: React.FC = ({ ) - -export { IconConnectWithoutContactOutlined as default } diff --git a/src/IconConnectWithoutContactOutlinedFilled.tsx b/src/IconConnectWithoutContactOutlinedFilled.tsx index eccebc231..e56195cf3 100644 --- a/src/IconConnectWithoutContactOutlinedFilled.tsx +++ b/src/IconConnectWithoutContactOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactOutlinedFilled: React.FC = ({ +export const IconConnectWithoutContactOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectWithoutContactOutlinedFilled: React.FC = ({ ) - -export { IconConnectWithoutContactOutlinedFilled as default } diff --git a/src/IconConnectWithoutContactRounded.tsx b/src/IconConnectWithoutContactRounded.tsx index 30b51f6d1..88ece3c0d 100644 --- a/src/IconConnectWithoutContactRounded.tsx +++ b/src/IconConnectWithoutContactRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactRounded: React.FC = ({ +export const IconConnectWithoutContactRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectWithoutContactRounded: React.FC = ({ ) - -export { IconConnectWithoutContactRounded as default } diff --git a/src/IconConnectWithoutContactRoundedFilled.tsx b/src/IconConnectWithoutContactRoundedFilled.tsx index 4ba10bde1..999bf0e26 100644 --- a/src/IconConnectWithoutContactRoundedFilled.tsx +++ b/src/IconConnectWithoutContactRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactRoundedFilled: React.FC = ({ +export const IconConnectWithoutContactRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectWithoutContactRoundedFilled: React.FC = ({ ) - -export { IconConnectWithoutContactRoundedFilled as default } diff --git a/src/IconConnectWithoutContactSharp.tsx b/src/IconConnectWithoutContactSharp.tsx index 6fbb10383..54ee71830 100644 --- a/src/IconConnectWithoutContactSharp.tsx +++ b/src/IconConnectWithoutContactSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactSharp: React.FC = ({ ...props }) => ( +export const IconConnectWithoutContactSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectWithoutContactSharp as default } diff --git a/src/IconConnectWithoutContactSharpFilled.tsx b/src/IconConnectWithoutContactSharpFilled.tsx index 9822ee462..9d3d314d3 100644 --- a/src/IconConnectWithoutContactSharpFilled.tsx +++ b/src/IconConnectWithoutContactSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectWithoutContactSharpFilled: React.FC = ({ +export const IconConnectWithoutContactSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectWithoutContactSharpFilled: React.FC = ({ ) - -export { IconConnectWithoutContactSharpFilled as default } diff --git a/src/IconConnectedTvOutlined.tsx b/src/IconConnectedTvOutlined.tsx index 86cb0ac71..4d51de678 100644 --- a/src/IconConnectedTvOutlined.tsx +++ b/src/IconConnectedTvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvOutlined: React.FC = ({ ...props }) => ( +export const IconConnectedTvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConnectedTvOutlined as default } diff --git a/src/IconConnectedTvOutlinedFilled.tsx b/src/IconConnectedTvOutlinedFilled.tsx index 2d5103853..369279eca 100644 --- a/src/IconConnectedTvOutlinedFilled.tsx +++ b/src/IconConnectedTvOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConnectedTvOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectedTvOutlinedFilled as default } diff --git a/src/IconConnectedTvRounded.tsx b/src/IconConnectedTvRounded.tsx index 82dc2e9e9..4ec3f2154 100644 --- a/src/IconConnectedTvRounded.tsx +++ b/src/IconConnectedTvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvRounded: React.FC = ({ ...props }) => ( +export const IconConnectedTvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConnectedTvRounded as default } diff --git a/src/IconConnectedTvRoundedFilled.tsx b/src/IconConnectedTvRoundedFilled.tsx index fd7e55319..2c70574d4 100644 --- a/src/IconConnectedTvRoundedFilled.tsx +++ b/src/IconConnectedTvRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConnectedTvRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectedTvRoundedFilled as default } diff --git a/src/IconConnectedTvSharp.tsx b/src/IconConnectedTvSharp.tsx index 0471ad472..1bb7ded5b 100644 --- a/src/IconConnectedTvSharp.tsx +++ b/src/IconConnectedTvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvSharp: React.FC = ({ ...props }) => ( +export const IconConnectedTvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConnectedTvSharp as default } diff --git a/src/IconConnectedTvSharpFilled.tsx b/src/IconConnectedTvSharpFilled.tsx index b3bf14593..e262aecd4 100644 --- a/src/IconConnectedTvSharpFilled.tsx +++ b/src/IconConnectedTvSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectedTvSharpFilled: React.FC = ({ ...props }) => ( +export const IconConnectedTvSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectedTvSharpFilled as default } diff --git a/src/IconConnectingAirportsOutlined.tsx b/src/IconConnectingAirportsOutlined.tsx index f39053101..798aef381 100644 --- a/src/IconConnectingAirportsOutlined.tsx +++ b/src/IconConnectingAirportsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsOutlined: React.FC = ({ ...props }) => ( +export const IconConnectingAirportsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectingAirportsOutlined as default } diff --git a/src/IconConnectingAirportsOutlinedFilled.tsx b/src/IconConnectingAirportsOutlinedFilled.tsx index 9749e243a..04b1a3615 100644 --- a/src/IconConnectingAirportsOutlinedFilled.tsx +++ b/src/IconConnectingAirportsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsOutlinedFilled: React.FC = ({ +export const IconConnectingAirportsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectingAirportsOutlinedFilled: React.FC = ({ ) - -export { IconConnectingAirportsOutlinedFilled as default } diff --git a/src/IconConnectingAirportsRounded.tsx b/src/IconConnectingAirportsRounded.tsx index 441ae14bd..934879477 100644 --- a/src/IconConnectingAirportsRounded.tsx +++ b/src/IconConnectingAirportsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsRounded: React.FC = ({ ...props }) => ( +export const IconConnectingAirportsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectingAirportsRounded as default } diff --git a/src/IconConnectingAirportsRoundedFilled.tsx b/src/IconConnectingAirportsRoundedFilled.tsx index 4cc828467..16611c050 100644 --- a/src/IconConnectingAirportsRoundedFilled.tsx +++ b/src/IconConnectingAirportsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsRoundedFilled: React.FC = ({ +export const IconConnectingAirportsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectingAirportsRoundedFilled: React.FC = ({ ) - -export { IconConnectingAirportsRoundedFilled as default } diff --git a/src/IconConnectingAirportsSharp.tsx b/src/IconConnectingAirportsSharp.tsx index 5a3cb250f..d6a6b9b87 100644 --- a/src/IconConnectingAirportsSharp.tsx +++ b/src/IconConnectingAirportsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsSharp: React.FC = ({ ...props }) => ( +export const IconConnectingAirportsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConnectingAirportsSharp as default } diff --git a/src/IconConnectingAirportsSharpFilled.tsx b/src/IconConnectingAirportsSharpFilled.tsx index 8ab9dc404..fedef646d 100644 --- a/src/IconConnectingAirportsSharpFilled.tsx +++ b/src/IconConnectingAirportsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConnectingAirportsSharpFilled: React.FC = ({ +export const IconConnectingAirportsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConnectingAirportsSharpFilled: React.FC = ({ ) - -export { IconConnectingAirportsSharpFilled as default } diff --git a/src/IconConstructionOutlined.tsx b/src/IconConstructionOutlined.tsx index 4101fbb1c..4515cc5ab 100644 --- a/src/IconConstructionOutlined.tsx +++ b/src/IconConstructionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionOutlined: React.FC = ({ ...props }) => ( +export const IconConstructionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConstructionOutlined as default } diff --git a/src/IconConstructionOutlinedFilled.tsx b/src/IconConstructionOutlinedFilled.tsx index 6df8159fa..113274a68 100644 --- a/src/IconConstructionOutlinedFilled.tsx +++ b/src/IconConstructionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConstructionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConstructionOutlinedFilled as default } diff --git a/src/IconConstructionRounded.tsx b/src/IconConstructionRounded.tsx index 615301e85..807fc8482 100644 --- a/src/IconConstructionRounded.tsx +++ b/src/IconConstructionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionRounded: React.FC = ({ ...props }) => ( +export const IconConstructionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConstructionRounded as default } diff --git a/src/IconConstructionRoundedFilled.tsx b/src/IconConstructionRoundedFilled.tsx index bbe17d709..74d16f062 100644 --- a/src/IconConstructionRoundedFilled.tsx +++ b/src/IconConstructionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConstructionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConstructionRoundedFilled as default } diff --git a/src/IconConstructionSharp.tsx b/src/IconConstructionSharp.tsx index 0c0974fc1..ba0109d1b 100644 --- a/src/IconConstructionSharp.tsx +++ b/src/IconConstructionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionSharp: React.FC = ({ ...props }) => ( +export const IconConstructionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConstructionSharp as default } diff --git a/src/IconConstructionSharpFilled.tsx b/src/IconConstructionSharpFilled.tsx index 22bc68737..6ebe25c95 100644 --- a/src/IconConstructionSharpFilled.tsx +++ b/src/IconConstructionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConstructionSharpFilled: React.FC = ({ ...props }) => ( +export const IconConstructionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConstructionSharpFilled as default } diff --git a/src/IconContactEmergencyOutlined.tsx b/src/IconContactEmergencyOutlined.tsx index ab4d533df..f2f96cfb1 100644 --- a/src/IconContactEmergencyOutlined.tsx +++ b/src/IconContactEmergencyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencyOutlined: React.FC = ({ ...props }) => ( +export const IconContactEmergencyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactEmergencyOutlined as default } diff --git a/src/IconContactEmergencyOutlinedFilled.tsx b/src/IconContactEmergencyOutlinedFilled.tsx index bd75e5007..35359aabe 100644 --- a/src/IconContactEmergencyOutlinedFilled.tsx +++ b/src/IconContactEmergencyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencyOutlinedFilled: React.FC = ({ +export const IconContactEmergencyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactEmergencyOutlinedFilled: React.FC = ({ ) - -export { IconContactEmergencyOutlinedFilled as default } diff --git a/src/IconContactEmergencyRounded.tsx b/src/IconContactEmergencyRounded.tsx index 63d11a59c..44b111c3a 100644 --- a/src/IconContactEmergencyRounded.tsx +++ b/src/IconContactEmergencyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencyRounded: React.FC = ({ ...props }) => ( +export const IconContactEmergencyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactEmergencyRounded as default } diff --git a/src/IconContactEmergencyRoundedFilled.tsx b/src/IconContactEmergencyRoundedFilled.tsx index 0ce4edc0b..2ab02b928 100644 --- a/src/IconContactEmergencyRoundedFilled.tsx +++ b/src/IconContactEmergencyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencyRoundedFilled: React.FC = ({ +export const IconContactEmergencyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactEmergencyRoundedFilled: React.FC = ({ ) - -export { IconContactEmergencyRoundedFilled as default } diff --git a/src/IconContactEmergencySharp.tsx b/src/IconContactEmergencySharp.tsx index 739b32654..dbcefdacc 100644 --- a/src/IconContactEmergencySharp.tsx +++ b/src/IconContactEmergencySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencySharp: React.FC = ({ ...props }) => ( +export const IconContactEmergencySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactEmergencySharp as default } diff --git a/src/IconContactEmergencySharpFilled.tsx b/src/IconContactEmergencySharpFilled.tsx index c320e5b26..a44fd0c8b 100644 --- a/src/IconContactEmergencySharpFilled.tsx +++ b/src/IconContactEmergencySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactEmergencySharpFilled: React.FC = ({ ...props }) => ( +export const IconContactEmergencySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactEmergencySharpFilled as default } diff --git a/src/IconContactMailOutlined.tsx b/src/IconContactMailOutlined.tsx index 245fd8731..eccd26b50 100644 --- a/src/IconContactMailOutlined.tsx +++ b/src/IconContactMailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailOutlined: React.FC = ({ ...props }) => ( +export const IconContactMailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactMailOutlined as default } diff --git a/src/IconContactMailOutlinedFilled.tsx b/src/IconContactMailOutlinedFilled.tsx index 22cfc3348..dcefe633b 100644 --- a/src/IconContactMailOutlinedFilled.tsx +++ b/src/IconContactMailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContactMailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactMailOutlinedFilled as default } diff --git a/src/IconContactMailRounded.tsx b/src/IconContactMailRounded.tsx index 30a5fc4af..c19e7c134 100644 --- a/src/IconContactMailRounded.tsx +++ b/src/IconContactMailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailRounded: React.FC = ({ ...props }) => ( +export const IconContactMailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactMailRounded as default } diff --git a/src/IconContactMailRoundedFilled.tsx b/src/IconContactMailRoundedFilled.tsx index de9b6b2f1..af278ee6e 100644 --- a/src/IconContactMailRoundedFilled.tsx +++ b/src/IconContactMailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactMailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactMailRoundedFilled as default } diff --git a/src/IconContactMailSharp.tsx b/src/IconContactMailSharp.tsx index 936f6d3b0..43faf315c 100644 --- a/src/IconContactMailSharp.tsx +++ b/src/IconContactMailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailSharp: React.FC = ({ ...props }) => ( +export const IconContactMailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactMailSharp as default } diff --git a/src/IconContactMailSharpFilled.tsx b/src/IconContactMailSharpFilled.tsx index eb5f6aa0a..e653c71af 100644 --- a/src/IconContactMailSharpFilled.tsx +++ b/src/IconContactMailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactMailSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactMailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactMailSharpFilled as default } diff --git a/src/IconContactPageOutlined.tsx b/src/IconContactPageOutlined.tsx index 5f6eda94b..4f077f1fc 100644 --- a/src/IconContactPageOutlined.tsx +++ b/src/IconContactPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageOutlined: React.FC = ({ ...props }) => ( +export const IconContactPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPageOutlined as default } diff --git a/src/IconContactPageOutlinedFilled.tsx b/src/IconContactPageOutlinedFilled.tsx index c7c20f2b2..7e0f275c6 100644 --- a/src/IconContactPageOutlinedFilled.tsx +++ b/src/IconContactPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContactPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPageOutlinedFilled as default } diff --git a/src/IconContactPageRounded.tsx b/src/IconContactPageRounded.tsx index faaeb1140..e9fc6ae78 100644 --- a/src/IconContactPageRounded.tsx +++ b/src/IconContactPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageRounded: React.FC = ({ ...props }) => ( +export const IconContactPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPageRounded as default } diff --git a/src/IconContactPageRoundedFilled.tsx b/src/IconContactPageRoundedFilled.tsx index 539861bb7..93e667412 100644 --- a/src/IconContactPageRoundedFilled.tsx +++ b/src/IconContactPageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactPageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPageRoundedFilled as default } diff --git a/src/IconContactPageSharp.tsx b/src/IconContactPageSharp.tsx index 8bf1333f0..19f6d8a71 100644 --- a/src/IconContactPageSharp.tsx +++ b/src/IconContactPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageSharp: React.FC = ({ ...props }) => ( +export const IconContactPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPageSharp as default } diff --git a/src/IconContactPageSharpFilled.tsx b/src/IconContactPageSharpFilled.tsx index 765220b12..37cf8450e 100644 --- a/src/IconContactPageSharpFilled.tsx +++ b/src/IconContactPageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactPageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPageSharpFilled as default } diff --git a/src/IconContactPhoneOutlined.tsx b/src/IconContactPhoneOutlined.tsx index 91f0a481b..19efda8b5 100644 --- a/src/IconContactPhoneOutlined.tsx +++ b/src/IconContactPhoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneOutlined: React.FC = ({ ...props }) => ( +export const IconContactPhoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPhoneOutlined as default } diff --git a/src/IconContactPhoneOutlinedFilled.tsx b/src/IconContactPhoneOutlinedFilled.tsx index f753abbdf..512451bda 100644 --- a/src/IconContactPhoneOutlinedFilled.tsx +++ b/src/IconContactPhoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContactPhoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPhoneOutlinedFilled as default } diff --git a/src/IconContactPhoneRounded.tsx b/src/IconContactPhoneRounded.tsx index cbb4f91f4..1f918d671 100644 --- a/src/IconContactPhoneRounded.tsx +++ b/src/IconContactPhoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneRounded: React.FC = ({ ...props }) => ( +export const IconContactPhoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPhoneRounded as default } diff --git a/src/IconContactPhoneRoundedFilled.tsx b/src/IconContactPhoneRoundedFilled.tsx index 00b99d082..6cdfc8d8f 100644 --- a/src/IconContactPhoneRoundedFilled.tsx +++ b/src/IconContactPhoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactPhoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPhoneRoundedFilled as default } diff --git a/src/IconContactPhoneSharp.tsx b/src/IconContactPhoneSharp.tsx index 1f74f4fb4..7f21a19af 100644 --- a/src/IconContactPhoneSharp.tsx +++ b/src/IconContactPhoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneSharp: React.FC = ({ ...props }) => ( +export const IconContactPhoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactPhoneSharp as default } diff --git a/src/IconContactPhoneSharpFilled.tsx b/src/IconContactPhoneSharpFilled.tsx index 402e914b3..a58bd74cd 100644 --- a/src/IconContactPhoneSharpFilled.tsx +++ b/src/IconContactPhoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactPhoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactPhoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactPhoneSharpFilled as default } diff --git a/src/IconContactSupportOutlined.tsx b/src/IconContactSupportOutlined.tsx index 6e3c789d4..64876ff31 100644 --- a/src/IconContactSupportOutlined.tsx +++ b/src/IconContactSupportOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportOutlined: React.FC = ({ ...props }) => ( +export const IconContactSupportOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactSupportOutlined as default } diff --git a/src/IconContactSupportOutlinedFilled.tsx b/src/IconContactSupportOutlinedFilled.tsx index 82671f9a9..1b4d2beca 100644 --- a/src/IconContactSupportOutlinedFilled.tsx +++ b/src/IconContactSupportOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportOutlinedFilled: React.FC = ({ +export const IconContactSupportOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactSupportOutlinedFilled: React.FC = ({ ) - -export { IconContactSupportOutlinedFilled as default } diff --git a/src/IconContactSupportRounded.tsx b/src/IconContactSupportRounded.tsx index 7ceebd685..8f57d511c 100644 --- a/src/IconContactSupportRounded.tsx +++ b/src/IconContactSupportRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportRounded: React.FC = ({ ...props }) => ( +export const IconContactSupportRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactSupportRounded as default } diff --git a/src/IconContactSupportRoundedFilled.tsx b/src/IconContactSupportRoundedFilled.tsx index 3f3675cbe..dd1d9f148 100644 --- a/src/IconContactSupportRoundedFilled.tsx +++ b/src/IconContactSupportRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactSupportRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactSupportRoundedFilled as default } diff --git a/src/IconContactSupportSharp.tsx b/src/IconContactSupportSharp.tsx index 75da0260f..2c126a376 100644 --- a/src/IconContactSupportSharp.tsx +++ b/src/IconContactSupportSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportSharp: React.FC = ({ ...props }) => ( +export const IconContactSupportSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactSupportSharp as default } diff --git a/src/IconContactSupportSharpFilled.tsx b/src/IconContactSupportSharpFilled.tsx index 647f88302..255c5f8f3 100644 --- a/src/IconContactSupportSharpFilled.tsx +++ b/src/IconContactSupportSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactSupportSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactSupportSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactSupportSharpFilled as default } diff --git a/src/IconContactlessOffOutlined.tsx b/src/IconContactlessOffOutlined.tsx index 68078a8ed..bce6971ac 100644 --- a/src/IconContactlessOffOutlined.tsx +++ b/src/IconContactlessOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffOutlined: React.FC = ({ ...props }) => ( +export const IconContactlessOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessOffOutlined as default } diff --git a/src/IconContactlessOffOutlinedFilled.tsx b/src/IconContactlessOffOutlinedFilled.tsx index ff9d563b3..cd78cf032 100644 --- a/src/IconContactlessOffOutlinedFilled.tsx +++ b/src/IconContactlessOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffOutlinedFilled: React.FC = ({ +export const IconContactlessOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactlessOffOutlinedFilled: React.FC = ({ ) - -export { IconContactlessOffOutlinedFilled as default } diff --git a/src/IconContactlessOffRounded.tsx b/src/IconContactlessOffRounded.tsx index 1b6ec57a7..c3915100c 100644 --- a/src/IconContactlessOffRounded.tsx +++ b/src/IconContactlessOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffRounded: React.FC = ({ ...props }) => ( +export const IconContactlessOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessOffRounded as default } diff --git a/src/IconContactlessOffRoundedFilled.tsx b/src/IconContactlessOffRoundedFilled.tsx index 5e8784612..4fbd8cc12 100644 --- a/src/IconContactlessOffRoundedFilled.tsx +++ b/src/IconContactlessOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactlessOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessOffRoundedFilled as default } diff --git a/src/IconContactlessOffSharp.tsx b/src/IconContactlessOffSharp.tsx index 37766488c..abfbb0f9d 100644 --- a/src/IconContactlessOffSharp.tsx +++ b/src/IconContactlessOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffSharp: React.FC = ({ ...props }) => ( +export const IconContactlessOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactlessOffSharp as default } diff --git a/src/IconContactlessOffSharpFilled.tsx b/src/IconContactlessOffSharpFilled.tsx index 17d0ac7fd..1608f05dd 100644 --- a/src/IconContactlessOffSharpFilled.tsx +++ b/src/IconContactlessOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactlessOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessOffSharpFilled as default } diff --git a/src/IconContactlessOutlined.tsx b/src/IconContactlessOutlined.tsx index a251bcadb..e00e38f24 100644 --- a/src/IconContactlessOutlined.tsx +++ b/src/IconContactlessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOutlined: React.FC = ({ ...props }) => ( +export const IconContactlessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactlessOutlined as default } diff --git a/src/IconContactlessOutlinedFilled.tsx b/src/IconContactlessOutlinedFilled.tsx index 38da0ed9e..179664eda 100644 --- a/src/IconContactlessOutlinedFilled.tsx +++ b/src/IconContactlessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContactlessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessOutlinedFilled as default } diff --git a/src/IconContactlessRounded.tsx b/src/IconContactlessRounded.tsx index 9374045bd..feaca2fff 100644 --- a/src/IconContactlessRounded.tsx +++ b/src/IconContactlessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessRounded: React.FC = ({ ...props }) => ( +export const IconContactlessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactlessRounded as default } diff --git a/src/IconContactlessRoundedFilled.tsx b/src/IconContactlessRoundedFilled.tsx index afaa0390c..7374b965f 100644 --- a/src/IconContactlessRoundedFilled.tsx +++ b/src/IconContactlessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactlessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessRoundedFilled as default } diff --git a/src/IconContactlessSharp.tsx b/src/IconContactlessSharp.tsx index 466054349..660f9906f 100644 --- a/src/IconContactlessSharp.tsx +++ b/src/IconContactlessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessSharp: React.FC = ({ ...props }) => ( +export const IconContactlessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactlessSharp as default } diff --git a/src/IconContactlessSharpFilled.tsx b/src/IconContactlessSharpFilled.tsx index 682180f39..0438518f7 100644 --- a/src/IconContactlessSharpFilled.tsx +++ b/src/IconContactlessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactlessSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactlessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactlessSharpFilled as default } diff --git a/src/IconContactsOutlined.tsx b/src/IconContactsOutlined.tsx index a2e325ebf..e37a43e41 100644 --- a/src/IconContactsOutlined.tsx +++ b/src/IconContactsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactsOutlined: React.FC = ({ ...props }) => ( +export const IconContactsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactsOutlined as default } diff --git a/src/IconContactsOutlinedFilled.tsx b/src/IconContactsOutlinedFilled.tsx index 03241adf4..da5135e71 100644 --- a/src/IconContactsOutlinedFilled.tsx +++ b/src/IconContactsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContactsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactsOutlinedFilled as default } diff --git a/src/IconContactsProductOutlined.tsx b/src/IconContactsProductOutlined.tsx index cce88dbde..191c26669 100644 --- a/src/IconContactsProductOutlined.tsx +++ b/src/IconContactsProductOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductOutlined: React.FC = ({ ...props }) => ( +export const IconContactsProductOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactsProductOutlined as default } diff --git a/src/IconContactsProductOutlinedFilled.tsx b/src/IconContactsProductOutlinedFilled.tsx index f0c2fa130..b3a2b2d7f 100644 --- a/src/IconContactsProductOutlinedFilled.tsx +++ b/src/IconContactsProductOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductOutlinedFilled: React.FC = ({ +export const IconContactsProductOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactsProductOutlinedFilled: React.FC = ({ ) - -export { IconContactsProductOutlinedFilled as default } diff --git a/src/IconContactsProductRounded.tsx b/src/IconContactsProductRounded.tsx index f1ef3619f..6a0ec73aa 100644 --- a/src/IconContactsProductRounded.tsx +++ b/src/IconContactsProductRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductRounded: React.FC = ({ ...props }) => ( +export const IconContactsProductRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactsProductRounded as default } diff --git a/src/IconContactsProductRoundedFilled.tsx b/src/IconContactsProductRoundedFilled.tsx index f8bebf1d3..c55a8007e 100644 --- a/src/IconContactsProductRoundedFilled.tsx +++ b/src/IconContactsProductRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductRoundedFilled: React.FC = ({ +export const IconContactsProductRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContactsProductRoundedFilled: React.FC = ({ ) - -export { IconContactsProductRoundedFilled as default } diff --git a/src/IconContactsProductSharp.tsx b/src/IconContactsProductSharp.tsx index 39f9f1b03..a7059cdd7 100644 --- a/src/IconContactsProductSharp.tsx +++ b/src/IconContactsProductSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductSharp: React.FC = ({ ...props }) => ( +export const IconContactsProductSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactsProductSharp as default } diff --git a/src/IconContactsProductSharpFilled.tsx b/src/IconContactsProductSharpFilled.tsx index 08b94d2df..2ddf50ad8 100644 --- a/src/IconContactsProductSharpFilled.tsx +++ b/src/IconContactsProductSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactsProductSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactsProductSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactsProductSharpFilled as default } diff --git a/src/IconContactsRounded.tsx b/src/IconContactsRounded.tsx index 5fc199bad..6c9184063 100644 --- a/src/IconContactsRounded.tsx +++ b/src/IconContactsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactsRounded: React.FC = ({ ...props }) => ( +export const IconContactsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactsRounded as default } diff --git a/src/IconContactsRoundedFilled.tsx b/src/IconContactsRoundedFilled.tsx index fd671819a..1404b46d9 100644 --- a/src/IconContactsRoundedFilled.tsx +++ b/src/IconContactsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContactsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContactsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContactsRoundedFilled as default } diff --git a/src/IconContactsSharp.tsx b/src/IconContactsSharp.tsx index dc119cb4f..9d8c270ee 100644 --- a/src/IconContactsSharp.tsx +++ b/src/IconContactsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactsSharp: React.FC = ({ ...props }) => ( +export const IconContactsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactsSharp as default } diff --git a/src/IconContactsSharpFilled.tsx b/src/IconContactsSharpFilled.tsx index ce5ede4fb..3d5f18e46 100644 --- a/src/IconContactsSharpFilled.tsx +++ b/src/IconContactsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContactsSharpFilled: React.FC = ({ ...props }) => ( +export const IconContactsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContactsSharpFilled as default } diff --git a/src/IconContentCopyOutlined.tsx b/src/IconContentCopyOutlined.tsx index e19eb3f0a..b80e1bf43 100644 --- a/src/IconContentCopyOutlined.tsx +++ b/src/IconContentCopyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopyOutlined: React.FC = ({ ...props }) => ( +export const IconContentCopyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCopyOutlined as default } diff --git a/src/IconContentCopyOutlinedFilled.tsx b/src/IconContentCopyOutlinedFilled.tsx index d01083849..50a6ecff3 100644 --- a/src/IconContentCopyOutlinedFilled.tsx +++ b/src/IconContentCopyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContentCopyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCopyOutlinedFilled as default } diff --git a/src/IconContentCopyRounded.tsx b/src/IconContentCopyRounded.tsx index acd311fb3..d7df8eac1 100644 --- a/src/IconContentCopyRounded.tsx +++ b/src/IconContentCopyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopyRounded: React.FC = ({ ...props }) => ( +export const IconContentCopyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCopyRounded as default } diff --git a/src/IconContentCopyRoundedFilled.tsx b/src/IconContentCopyRoundedFilled.tsx index 60f0a9c8a..46edb44f6 100644 --- a/src/IconContentCopyRoundedFilled.tsx +++ b/src/IconContentCopyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContentCopyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCopyRoundedFilled as default } diff --git a/src/IconContentCopySharp.tsx b/src/IconContentCopySharp.tsx index 62d8f5f58..343037daf 100644 --- a/src/IconContentCopySharp.tsx +++ b/src/IconContentCopySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopySharp: React.FC = ({ ...props }) => ( +export const IconContentCopySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCopySharp as default } diff --git a/src/IconContentCopySharpFilled.tsx b/src/IconContentCopySharpFilled.tsx index 73b4e0606..c7e890c6b 100644 --- a/src/IconContentCopySharpFilled.tsx +++ b/src/IconContentCopySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCopySharpFilled: React.FC = ({ ...props }) => ( +export const IconContentCopySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCopySharpFilled as default } diff --git a/src/IconContentCutOutlined.tsx b/src/IconContentCutOutlined.tsx index ad08674ec..57b09a259 100644 --- a/src/IconContentCutOutlined.tsx +++ b/src/IconContentCutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutOutlined: React.FC = ({ ...props }) => ( +export const IconContentCutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCutOutlined as default } diff --git a/src/IconContentCutOutlinedFilled.tsx b/src/IconContentCutOutlinedFilled.tsx index 15bfc4d97..32343780c 100644 --- a/src/IconContentCutOutlinedFilled.tsx +++ b/src/IconContentCutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContentCutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCutOutlinedFilled as default } diff --git a/src/IconContentCutRounded.tsx b/src/IconContentCutRounded.tsx index e66714dea..4530b29f6 100644 --- a/src/IconContentCutRounded.tsx +++ b/src/IconContentCutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutRounded: React.FC = ({ ...props }) => ( +export const IconContentCutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCutRounded as default } diff --git a/src/IconContentCutRoundedFilled.tsx b/src/IconContentCutRoundedFilled.tsx index 7bbc684f2..00963cbf5 100644 --- a/src/IconContentCutRoundedFilled.tsx +++ b/src/IconContentCutRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContentCutRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCutRoundedFilled as default } diff --git a/src/IconContentCutSharp.tsx b/src/IconContentCutSharp.tsx index 3f45a97b1..bdd55bd76 100644 --- a/src/IconContentCutSharp.tsx +++ b/src/IconContentCutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutSharp: React.FC = ({ ...props }) => ( +export const IconContentCutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentCutSharp as default } diff --git a/src/IconContentCutSharpFilled.tsx b/src/IconContentCutSharpFilled.tsx index 9d714a408..22de1c238 100644 --- a/src/IconContentCutSharpFilled.tsx +++ b/src/IconContentCutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentCutSharpFilled: React.FC = ({ ...props }) => ( +export const IconContentCutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentCutSharpFilled as default } diff --git a/src/IconContentPasteGoOutlined.tsx b/src/IconContentPasteGoOutlined.tsx index 83be0b467..8a4b987f8 100644 --- a/src/IconContentPasteGoOutlined.tsx +++ b/src/IconContentPasteGoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoOutlined: React.FC = ({ ...props }) => ( +export const IconContentPasteGoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteGoOutlined as default } diff --git a/src/IconContentPasteGoOutlinedFilled.tsx b/src/IconContentPasteGoOutlinedFilled.tsx index 8b8b3daed..44aa7b30c 100644 --- a/src/IconContentPasteGoOutlinedFilled.tsx +++ b/src/IconContentPasteGoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoOutlinedFilled: React.FC = ({ +export const IconContentPasteGoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContentPasteGoOutlinedFilled: React.FC = ({ ) - -export { IconContentPasteGoOutlinedFilled as default } diff --git a/src/IconContentPasteGoRounded.tsx b/src/IconContentPasteGoRounded.tsx index 2fc51ead1..3454d9185 100644 --- a/src/IconContentPasteGoRounded.tsx +++ b/src/IconContentPasteGoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoRounded: React.FC = ({ ...props }) => ( +export const IconContentPasteGoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteGoRounded as default } diff --git a/src/IconContentPasteGoRoundedFilled.tsx b/src/IconContentPasteGoRoundedFilled.tsx index c520864e1..3da4ed05e 100644 --- a/src/IconContentPasteGoRoundedFilled.tsx +++ b/src/IconContentPasteGoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteGoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteGoRoundedFilled as default } diff --git a/src/IconContentPasteGoSharp.tsx b/src/IconContentPasteGoSharp.tsx index 800dcdf96..dff17a6ff 100644 --- a/src/IconContentPasteGoSharp.tsx +++ b/src/IconContentPasteGoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoSharp: React.FC = ({ ...props }) => ( +export const IconContentPasteGoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentPasteGoSharp as default } diff --git a/src/IconContentPasteGoSharpFilled.tsx b/src/IconContentPasteGoSharpFilled.tsx index 022af4892..68cef6064 100644 --- a/src/IconContentPasteGoSharpFilled.tsx +++ b/src/IconContentPasteGoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteGoSharpFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteGoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteGoSharpFilled as default } diff --git a/src/IconContentPasteOffOutlined.tsx b/src/IconContentPasteOffOutlined.tsx index 17df80023..ec493b069 100644 --- a/src/IconContentPasteOffOutlined.tsx +++ b/src/IconContentPasteOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffOutlined: React.FC = ({ ...props }) => ( +export const IconContentPasteOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteOffOutlined as default } diff --git a/src/IconContentPasteOffOutlinedFilled.tsx b/src/IconContentPasteOffOutlinedFilled.tsx index 6fc43c526..04f0a19eb 100644 --- a/src/IconContentPasteOffOutlinedFilled.tsx +++ b/src/IconContentPasteOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffOutlinedFilled: React.FC = ({ +export const IconContentPasteOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContentPasteOffOutlinedFilled: React.FC = ({ ) - -export { IconContentPasteOffOutlinedFilled as default } diff --git a/src/IconContentPasteOffRounded.tsx b/src/IconContentPasteOffRounded.tsx index 5cde50f37..3e3357ddf 100644 --- a/src/IconContentPasteOffRounded.tsx +++ b/src/IconContentPasteOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffRounded: React.FC = ({ ...props }) => ( +export const IconContentPasteOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteOffRounded as default } diff --git a/src/IconContentPasteOffRoundedFilled.tsx b/src/IconContentPasteOffRoundedFilled.tsx index 56f3b14e9..23ccf0164 100644 --- a/src/IconContentPasteOffRoundedFilled.tsx +++ b/src/IconContentPasteOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffRoundedFilled: React.FC = ({ +export const IconContentPasteOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContentPasteOffRoundedFilled: React.FC = ({ ) - -export { IconContentPasteOffRoundedFilled as default } diff --git a/src/IconContentPasteOffSharp.tsx b/src/IconContentPasteOffSharp.tsx index 913f9a0fb..5651c9aeb 100644 --- a/src/IconContentPasteOffSharp.tsx +++ b/src/IconContentPasteOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffSharp: React.FC = ({ ...props }) => ( +export const IconContentPasteOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentPasteOffSharp as default } diff --git a/src/IconContentPasteOffSharpFilled.tsx b/src/IconContentPasteOffSharpFilled.tsx index c49c6c614..8ce25cc60 100644 --- a/src/IconContentPasteOffSharpFilled.tsx +++ b/src/IconContentPasteOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteOffSharpFilled as default } diff --git a/src/IconContentPasteOutlined.tsx b/src/IconContentPasteOutlined.tsx index cd185bab2..ba5d27829 100644 --- a/src/IconContentPasteOutlined.tsx +++ b/src/IconContentPasteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOutlined: React.FC = ({ ...props }) => ( +export const IconContentPasteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentPasteOutlined as default } diff --git a/src/IconContentPasteOutlinedFilled.tsx b/src/IconContentPasteOutlinedFilled.tsx index ae4872f4a..57370005d 100644 --- a/src/IconContentPasteOutlinedFilled.tsx +++ b/src/IconContentPasteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteOutlinedFilled as default } diff --git a/src/IconContentPasteRounded.tsx b/src/IconContentPasteRounded.tsx index 9c2376311..79f65bf8b 100644 --- a/src/IconContentPasteRounded.tsx +++ b/src/IconContentPasteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteRounded: React.FC = ({ ...props }) => ( +export const IconContentPasteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentPasteRounded as default } diff --git a/src/IconContentPasteRoundedFilled.tsx b/src/IconContentPasteRoundedFilled.tsx index eb33e97c7..50f3aeab5 100644 --- a/src/IconContentPasteRoundedFilled.tsx +++ b/src/IconContentPasteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteRoundedFilled as default } diff --git a/src/IconContentPasteSearchOutlined.tsx b/src/IconContentPasteSearchOutlined.tsx index 1d8e19878..ec96b5cf1 100644 --- a/src/IconContentPasteSearchOutlined.tsx +++ b/src/IconContentPasteSearchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchOutlined: React.FC = ({ ...props }) => ( +export const IconContentPasteSearchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchOutlined as default } diff --git a/src/IconContentPasteSearchOutlinedFilled.tsx b/src/IconContentPasteSearchOutlinedFilled.tsx index 143b440cd..15db92731 100644 --- a/src/IconContentPasteSearchOutlinedFilled.tsx +++ b/src/IconContentPasteSearchOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchOutlinedFilled: React.FC = ({ +export const IconContentPasteSearchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchOutlinedFilled as default } diff --git a/src/IconContentPasteSearchRounded.tsx b/src/IconContentPasteSearchRounded.tsx index b082c6f18..71d13f956 100644 --- a/src/IconContentPasteSearchRounded.tsx +++ b/src/IconContentPasteSearchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchRounded: React.FC = ({ ...props }) => ( +export const IconContentPasteSearchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchRounded as default } diff --git a/src/IconContentPasteSearchRoundedFilled.tsx b/src/IconContentPasteSearchRoundedFilled.tsx index 64a0e9c83..e65c00263 100644 --- a/src/IconContentPasteSearchRoundedFilled.tsx +++ b/src/IconContentPasteSearchRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchRoundedFilled: React.FC = ({ +export const IconContentPasteSearchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchRoundedFilled as default } diff --git a/src/IconContentPasteSearchSharp.tsx b/src/IconContentPasteSearchSharp.tsx index 71dc533d5..50648fb5b 100644 --- a/src/IconContentPasteSearchSharp.tsx +++ b/src/IconContentPasteSearchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchSharp: React.FC = ({ ...props }) => ( +export const IconContentPasteSearchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchSharp as default } diff --git a/src/IconContentPasteSearchSharpFilled.tsx b/src/IconContentPasteSearchSharpFilled.tsx index a1c153f10..4ca531644 100644 --- a/src/IconContentPasteSearchSharpFilled.tsx +++ b/src/IconContentPasteSearchSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSearchSharpFilled: React.FC = ({ +export const IconContentPasteSearchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconContentPasteSearchSharpFilled as default } diff --git a/src/IconContentPasteSharp.tsx b/src/IconContentPasteSharp.tsx index 51d133a72..50c5c9b7c 100644 --- a/src/IconContentPasteSharp.tsx +++ b/src/IconContentPasteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSharp: React.FC = ({ ...props }) => ( +export const IconContentPasteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContentPasteSharp as default } diff --git a/src/IconContentPasteSharpFilled.tsx b/src/IconContentPasteSharpFilled.tsx index e522db63b..9b0b69b09 100644 --- a/src/IconContentPasteSharpFilled.tsx +++ b/src/IconContentPasteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContentPasteSharpFilled: React.FC = ({ ...props }) => ( +export const IconContentPasteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContentPasteSharpFilled as default } diff --git a/src/IconContextualTokenAddOutlined.tsx b/src/IconContextualTokenAddOutlined.tsx index 7329eb528..5b130a570 100644 --- a/src/IconContextualTokenAddOutlined.tsx +++ b/src/IconContextualTokenAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddOutlined: React.FC = ({ ...props }) => ( +export const IconContextualTokenAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenAddOutlined as default } diff --git a/src/IconContextualTokenAddOutlinedFilled.tsx b/src/IconContextualTokenAddOutlinedFilled.tsx index 18c1a5040..5c381b97d 100644 --- a/src/IconContextualTokenAddOutlinedFilled.tsx +++ b/src/IconContextualTokenAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddOutlinedFilled: React.FC = ({ +export const IconContextualTokenAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContextualTokenAddOutlinedFilled: React.FC = ({ ) - -export { IconContextualTokenAddOutlinedFilled as default } diff --git a/src/IconContextualTokenAddRounded.tsx b/src/IconContextualTokenAddRounded.tsx index b8d45f420..39bee9b47 100644 --- a/src/IconContextualTokenAddRounded.tsx +++ b/src/IconContextualTokenAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddRounded: React.FC = ({ ...props }) => ( +export const IconContextualTokenAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenAddRounded as default } diff --git a/src/IconContextualTokenAddRoundedFilled.tsx b/src/IconContextualTokenAddRoundedFilled.tsx index e64f0ef5a..df4e4e4a3 100644 --- a/src/IconContextualTokenAddRoundedFilled.tsx +++ b/src/IconContextualTokenAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddRoundedFilled: React.FC = ({ +export const IconContextualTokenAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContextualTokenAddRoundedFilled: React.FC = ({ ) - -export { IconContextualTokenAddRoundedFilled as default } diff --git a/src/IconContextualTokenAddSharp.tsx b/src/IconContextualTokenAddSharp.tsx index 7c558e202..3a15f6bf9 100644 --- a/src/IconContextualTokenAddSharp.tsx +++ b/src/IconContextualTokenAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddSharp: React.FC = ({ ...props }) => ( +export const IconContextualTokenAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenAddSharp as default } diff --git a/src/IconContextualTokenAddSharpFilled.tsx b/src/IconContextualTokenAddSharpFilled.tsx index e421702d4..323828a34 100644 --- a/src/IconContextualTokenAddSharpFilled.tsx +++ b/src/IconContextualTokenAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenAddSharpFilled: React.FC = ({ +export const IconContextualTokenAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContextualTokenAddSharpFilled: React.FC = ({ ) - -export { IconContextualTokenAddSharpFilled as default } diff --git a/src/IconContextualTokenOutlined.tsx b/src/IconContextualTokenOutlined.tsx index 5159ce5d8..88b39f797 100644 --- a/src/IconContextualTokenOutlined.tsx +++ b/src/IconContextualTokenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenOutlined: React.FC = ({ ...props }) => ( +export const IconContextualTokenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenOutlined as default } diff --git a/src/IconContextualTokenOutlinedFilled.tsx b/src/IconContextualTokenOutlinedFilled.tsx index 350c89af2..a77e9d97f 100644 --- a/src/IconContextualTokenOutlinedFilled.tsx +++ b/src/IconContextualTokenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenOutlinedFilled: React.FC = ({ +export const IconContextualTokenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContextualTokenOutlinedFilled: React.FC = ({ ) - -export { IconContextualTokenOutlinedFilled as default } diff --git a/src/IconContextualTokenRounded.tsx b/src/IconContextualTokenRounded.tsx index 4af780264..3ef3c490b 100644 --- a/src/IconContextualTokenRounded.tsx +++ b/src/IconContextualTokenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenRounded: React.FC = ({ ...props }) => ( +export const IconContextualTokenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenRounded as default } diff --git a/src/IconContextualTokenRoundedFilled.tsx b/src/IconContextualTokenRoundedFilled.tsx index 1b9614594..f62cd12b3 100644 --- a/src/IconContextualTokenRoundedFilled.tsx +++ b/src/IconContextualTokenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenRoundedFilled: React.FC = ({ +export const IconContextualTokenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContextualTokenRoundedFilled: React.FC = ({ ) - -export { IconContextualTokenRoundedFilled as default } diff --git a/src/IconContextualTokenSharp.tsx b/src/IconContextualTokenSharp.tsx index a6312254e..9dc439df0 100644 --- a/src/IconContextualTokenSharp.tsx +++ b/src/IconContextualTokenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenSharp: React.FC = ({ ...props }) => ( +export const IconContextualTokenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContextualTokenSharp as default } diff --git a/src/IconContextualTokenSharpFilled.tsx b/src/IconContextualTokenSharpFilled.tsx index 33de89e9b..496242d4f 100644 --- a/src/IconContextualTokenSharpFilled.tsx +++ b/src/IconContextualTokenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContextualTokenSharpFilled: React.FC = ({ ...props }) => ( +export const IconContextualTokenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContextualTokenSharpFilled as default } diff --git a/src/IconContractDeleteOutlined.tsx b/src/IconContractDeleteOutlined.tsx index 048a68155..07a3bdf90 100644 --- a/src/IconContractDeleteOutlined.tsx +++ b/src/IconContractDeleteOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteOutlined: React.FC = ({ ...props }) => ( +export const IconContractDeleteOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractDeleteOutlined as default } diff --git a/src/IconContractDeleteOutlinedFilled.tsx b/src/IconContractDeleteOutlinedFilled.tsx index 5410b581a..dd71c640f 100644 --- a/src/IconContractDeleteOutlinedFilled.tsx +++ b/src/IconContractDeleteOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteOutlinedFilled: React.FC = ({ +export const IconContractDeleteOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContractDeleteOutlinedFilled: React.FC = ({ ) - -export { IconContractDeleteOutlinedFilled as default } diff --git a/src/IconContractDeleteRounded.tsx b/src/IconContractDeleteRounded.tsx index e03e10e93..bc780147c 100644 --- a/src/IconContractDeleteRounded.tsx +++ b/src/IconContractDeleteRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteRounded: React.FC = ({ ...props }) => ( +export const IconContractDeleteRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractDeleteRounded as default } diff --git a/src/IconContractDeleteRoundedFilled.tsx b/src/IconContractDeleteRoundedFilled.tsx index c7ecf19ea..32aa82414 100644 --- a/src/IconContractDeleteRoundedFilled.tsx +++ b/src/IconContractDeleteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContractDeleteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractDeleteRoundedFilled as default } diff --git a/src/IconContractDeleteSharp.tsx b/src/IconContractDeleteSharp.tsx index 9c61d0fed..e051ea814 100644 --- a/src/IconContractDeleteSharp.tsx +++ b/src/IconContractDeleteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteSharp: React.FC = ({ ...props }) => ( +export const IconContractDeleteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractDeleteSharp as default } diff --git a/src/IconContractDeleteSharpFilled.tsx b/src/IconContractDeleteSharpFilled.tsx index 290d3e242..78ff062a5 100644 --- a/src/IconContractDeleteSharpFilled.tsx +++ b/src/IconContractDeleteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractDeleteSharpFilled: React.FC = ({ ...props }) => ( +export const IconContractDeleteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractDeleteSharpFilled as default } diff --git a/src/IconContractEditOutlined.tsx b/src/IconContractEditOutlined.tsx index 5c75010fc..ef9dc4330 100644 --- a/src/IconContractEditOutlined.tsx +++ b/src/IconContractEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditOutlined: React.FC = ({ ...props }) => ( +export const IconContractEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractEditOutlined as default } diff --git a/src/IconContractEditOutlinedFilled.tsx b/src/IconContractEditOutlinedFilled.tsx index edeb80612..7b6cc42bc 100644 --- a/src/IconContractEditOutlinedFilled.tsx +++ b/src/IconContractEditOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContractEditOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractEditOutlinedFilled as default } diff --git a/src/IconContractEditRounded.tsx b/src/IconContractEditRounded.tsx index d42da8808..066c37ea5 100644 --- a/src/IconContractEditRounded.tsx +++ b/src/IconContractEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditRounded: React.FC = ({ ...props }) => ( +export const IconContractEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractEditRounded as default } diff --git a/src/IconContractEditRoundedFilled.tsx b/src/IconContractEditRoundedFilled.tsx index a6a04f180..6911720d3 100644 --- a/src/IconContractEditRoundedFilled.tsx +++ b/src/IconContractEditRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContractEditRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractEditRoundedFilled as default } diff --git a/src/IconContractEditSharp.tsx b/src/IconContractEditSharp.tsx index 29e5b829f..d498c2368 100644 --- a/src/IconContractEditSharp.tsx +++ b/src/IconContractEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditSharp: React.FC = ({ ...props }) => ( +export const IconContractEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractEditSharp as default } diff --git a/src/IconContractEditSharpFilled.tsx b/src/IconContractEditSharpFilled.tsx index 5b31441c1..0cb88ab4f 100644 --- a/src/IconContractEditSharpFilled.tsx +++ b/src/IconContractEditSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconContractEditSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractEditSharpFilled as default } diff --git a/src/IconContractOutlined.tsx b/src/IconContractOutlined.tsx index e3573b30a..d2a448196 100644 --- a/src/IconContractOutlined.tsx +++ b/src/IconContractOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractOutlined: React.FC = ({ ...props }) => ( +export const IconContractOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractOutlined as default } diff --git a/src/IconContractOutlinedFilled.tsx b/src/IconContractOutlinedFilled.tsx index f80cef785..cc8221076 100644 --- a/src/IconContractOutlinedFilled.tsx +++ b/src/IconContractOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContractOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractOutlinedFilled as default } diff --git a/src/IconContractRounded.tsx b/src/IconContractRounded.tsx index a1e3e6f5c..d97361610 100644 --- a/src/IconContractRounded.tsx +++ b/src/IconContractRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractRounded: React.FC = ({ ...props }) => ( +export const IconContractRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractRounded as default } diff --git a/src/IconContractRoundedFilled.tsx b/src/IconContractRoundedFilled.tsx index 7d20dc3de..cafc89da0 100644 --- a/src/IconContractRoundedFilled.tsx +++ b/src/IconContractRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContractRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContractRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContractRoundedFilled as default } diff --git a/src/IconContractSharp.tsx b/src/IconContractSharp.tsx index a2c542380..952544004 100644 --- a/src/IconContractSharp.tsx +++ b/src/IconContractSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractSharp: React.FC = ({ ...props }) => ( +export const IconContractSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractSharp as default } diff --git a/src/IconContractSharpFilled.tsx b/src/IconContractSharpFilled.tsx index 4dbd73038..440af9b57 100644 --- a/src/IconContractSharpFilled.tsx +++ b/src/IconContractSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContractSharpFilled: React.FC = ({ ...props }) => ( +export const IconContractSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContractSharpFilled as default } diff --git a/src/IconContrastCircleOutlined.tsx b/src/IconContrastCircleOutlined.tsx index 99ddf260c..af41ad744 100644 --- a/src/IconContrastCircleOutlined.tsx +++ b/src/IconContrastCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleOutlined: React.FC = ({ ...props }) => ( +export const IconContrastCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastCircleOutlined as default } diff --git a/src/IconContrastCircleOutlinedFilled.tsx b/src/IconContrastCircleOutlinedFilled.tsx index 930c82720..f3825c05e 100644 --- a/src/IconContrastCircleOutlinedFilled.tsx +++ b/src/IconContrastCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleOutlinedFilled: React.FC = ({ +export const IconContrastCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContrastCircleOutlinedFilled: React.FC = ({ ) - -export { IconContrastCircleOutlinedFilled as default } diff --git a/src/IconContrastCircleRounded.tsx b/src/IconContrastCircleRounded.tsx index 7f231143d..7f058dac0 100644 --- a/src/IconContrastCircleRounded.tsx +++ b/src/IconContrastCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleRounded: React.FC = ({ ...props }) => ( +export const IconContrastCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastCircleRounded as default } diff --git a/src/IconContrastCircleRoundedFilled.tsx b/src/IconContrastCircleRoundedFilled.tsx index 9fb31c496..1d32082f5 100644 --- a/src/IconContrastCircleRoundedFilled.tsx +++ b/src/IconContrastCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContrastCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastCircleRoundedFilled as default } diff --git a/src/IconContrastCircleSharp.tsx b/src/IconContrastCircleSharp.tsx index 93aac7e15..15a2cfde6 100644 --- a/src/IconContrastCircleSharp.tsx +++ b/src/IconContrastCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleSharp: React.FC = ({ ...props }) => ( +export const IconContrastCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastCircleSharp as default } diff --git a/src/IconContrastCircleSharpFilled.tsx b/src/IconContrastCircleSharpFilled.tsx index ef25f4c86..18e57e614 100644 --- a/src/IconContrastCircleSharpFilled.tsx +++ b/src/IconContrastCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconContrastCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastCircleSharpFilled as default } diff --git a/src/IconContrastOutlined.tsx b/src/IconContrastOutlined.tsx index c1720c6f1..5b2a8443c 100644 --- a/src/IconContrastOutlined.tsx +++ b/src/IconContrastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastOutlined: React.FC = ({ ...props }) => ( +export const IconContrastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastOutlined as default } diff --git a/src/IconContrastOutlinedFilled.tsx b/src/IconContrastOutlinedFilled.tsx index 737eaa2d9..424d50c37 100644 --- a/src/IconContrastOutlinedFilled.tsx +++ b/src/IconContrastOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconContrastOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastOutlinedFilled as default } diff --git a/src/IconContrastRounded.tsx b/src/IconContrastRounded.tsx index b891078cc..a82de23e2 100644 --- a/src/IconContrastRounded.tsx +++ b/src/IconContrastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRounded: React.FC = ({ ...props }) => ( +export const IconContrastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastRounded as default } diff --git a/src/IconContrastRoundedFilled.tsx b/src/IconContrastRoundedFilled.tsx index b1ef43d2e..e5e9aa1f7 100644 --- a/src/IconContrastRoundedFilled.tsx +++ b/src/IconContrastRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContrastRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastRoundedFilled as default } diff --git a/src/IconContrastRtlOffOutlined.tsx b/src/IconContrastRtlOffOutlined.tsx index c4ac96d0c..2ae53f0aa 100644 --- a/src/IconContrastRtlOffOutlined.tsx +++ b/src/IconContrastRtlOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffOutlined: React.FC = ({ ...props }) => ( +export const IconContrastRtlOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastRtlOffOutlined as default } diff --git a/src/IconContrastRtlOffOutlinedFilled.tsx b/src/IconContrastRtlOffOutlinedFilled.tsx index 498c3ef5e..54ec50bf7 100644 --- a/src/IconContrastRtlOffOutlinedFilled.tsx +++ b/src/IconContrastRtlOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffOutlinedFilled: React.FC = ({ +export const IconContrastRtlOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContrastRtlOffOutlinedFilled: React.FC = ({ ) - -export { IconContrastRtlOffOutlinedFilled as default } diff --git a/src/IconContrastRtlOffRounded.tsx b/src/IconContrastRtlOffRounded.tsx index d23c5be30..f4b84760c 100644 --- a/src/IconContrastRtlOffRounded.tsx +++ b/src/IconContrastRtlOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffRounded: React.FC = ({ ...props }) => ( +export const IconContrastRtlOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastRtlOffRounded as default } diff --git a/src/IconContrastRtlOffRoundedFilled.tsx b/src/IconContrastRtlOffRoundedFilled.tsx index efa2921a7..19f68a58e 100644 --- a/src/IconContrastRtlOffRoundedFilled.tsx +++ b/src/IconContrastRtlOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContrastRtlOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastRtlOffRoundedFilled as default } diff --git a/src/IconContrastRtlOffSharp.tsx b/src/IconContrastRtlOffSharp.tsx index 914ae659a..5ca621532 100644 --- a/src/IconContrastRtlOffSharp.tsx +++ b/src/IconContrastRtlOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffSharp: React.FC = ({ ...props }) => ( +export const IconContrastRtlOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastRtlOffSharp as default } diff --git a/src/IconContrastRtlOffSharpFilled.tsx b/src/IconContrastRtlOffSharpFilled.tsx index 0a8f21c1f..07a8c4a93 100644 --- a/src/IconContrastRtlOffSharpFilled.tsx +++ b/src/IconContrastRtlOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastRtlOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconContrastRtlOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastRtlOffSharpFilled as default } diff --git a/src/IconContrastSharp.tsx b/src/IconContrastSharp.tsx index b4d2240d5..7e99c8b00 100644 --- a/src/IconContrastSharp.tsx +++ b/src/IconContrastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSharp: React.FC = ({ ...props }) => ( +export const IconContrastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastSharp as default } diff --git a/src/IconContrastSharpFilled.tsx b/src/IconContrastSharpFilled.tsx index 58a389b32..24e086db7 100644 --- a/src/IconContrastSharpFilled.tsx +++ b/src/IconContrastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSharpFilled: React.FC = ({ ...props }) => ( +export const IconContrastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastSharpFilled as default } diff --git a/src/IconContrastSquareOutlined.tsx b/src/IconContrastSquareOutlined.tsx index 3f1846599..15e9d81be 100644 --- a/src/IconContrastSquareOutlined.tsx +++ b/src/IconContrastSquareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareOutlined: React.FC = ({ ...props }) => ( +export const IconContrastSquareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastSquareOutlined as default } diff --git a/src/IconContrastSquareOutlinedFilled.tsx b/src/IconContrastSquareOutlinedFilled.tsx index 5bc699369..82821cb4e 100644 --- a/src/IconContrastSquareOutlinedFilled.tsx +++ b/src/IconContrastSquareOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareOutlinedFilled: React.FC = ({ +export const IconContrastSquareOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconContrastSquareOutlinedFilled: React.FC = ({ ) - -export { IconContrastSquareOutlinedFilled as default } diff --git a/src/IconContrastSquareRounded.tsx b/src/IconContrastSquareRounded.tsx index 600db5795..ca46525d6 100644 --- a/src/IconContrastSquareRounded.tsx +++ b/src/IconContrastSquareRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareRounded: React.FC = ({ ...props }) => ( +export const IconContrastSquareRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastSquareRounded as default } diff --git a/src/IconContrastSquareRoundedFilled.tsx b/src/IconContrastSquareRoundedFilled.tsx index 342db7dc1..51bb75d92 100644 --- a/src/IconContrastSquareRoundedFilled.tsx +++ b/src/IconContrastSquareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconContrastSquareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastSquareRoundedFilled as default } diff --git a/src/IconContrastSquareSharp.tsx b/src/IconContrastSquareSharp.tsx index 5c09c1fed..05225a9a5 100644 --- a/src/IconContrastSquareSharp.tsx +++ b/src/IconContrastSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareSharp: React.FC = ({ ...props }) => ( +export const IconContrastSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconContrastSquareSharp as default } diff --git a/src/IconContrastSquareSharpFilled.tsx b/src/IconContrastSquareSharpFilled.tsx index 3f3717edf..c514618fa 100644 --- a/src/IconContrastSquareSharpFilled.tsx +++ b/src/IconContrastSquareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconContrastSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconContrastSquareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconContrastSquareSharpFilled as default } diff --git a/src/IconControlCameraOutlined.tsx b/src/IconControlCameraOutlined.tsx index 110dc647f..455878865 100644 --- a/src/IconControlCameraOutlined.tsx +++ b/src/IconControlCameraOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraOutlined: React.FC = ({ ...props }) => ( +export const IconControlCameraOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControlCameraOutlined as default } diff --git a/src/IconControlCameraOutlinedFilled.tsx b/src/IconControlCameraOutlinedFilled.tsx index cde93dd1d..f3255a82b 100644 --- a/src/IconControlCameraOutlinedFilled.tsx +++ b/src/IconControlCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconControlCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControlCameraOutlinedFilled as default } diff --git a/src/IconControlCameraRounded.tsx b/src/IconControlCameraRounded.tsx index c8377f84e..008e35082 100644 --- a/src/IconControlCameraRounded.tsx +++ b/src/IconControlCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraRounded: React.FC = ({ ...props }) => ( +export const IconControlCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconControlCameraRounded as default } diff --git a/src/IconControlCameraRoundedFilled.tsx b/src/IconControlCameraRoundedFilled.tsx index 54d2b94f7..88ca41833 100644 --- a/src/IconControlCameraRoundedFilled.tsx +++ b/src/IconControlCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconControlCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControlCameraRoundedFilled as default } diff --git a/src/IconControlCameraSharp.tsx b/src/IconControlCameraSharp.tsx index de2050d29..c92bf8a56 100644 --- a/src/IconControlCameraSharp.tsx +++ b/src/IconControlCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraSharp: React.FC = ({ ...props }) => ( +export const IconControlCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconControlCameraSharp as default } diff --git a/src/IconControlCameraSharpFilled.tsx b/src/IconControlCameraSharpFilled.tsx index 311c85385..3f41610e1 100644 --- a/src/IconControlCameraSharpFilled.tsx +++ b/src/IconControlCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControlCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconControlCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControlCameraSharpFilled as default } diff --git a/src/IconControlPointDuplicateOutlined.tsx b/src/IconControlPointDuplicateOutlined.tsx index 0de2c3e7c..7a8b091bf 100644 --- a/src/IconControlPointDuplicateOutlined.tsx +++ b/src/IconControlPointDuplicateOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateOutlined: React.FC = ({ +export const IconControlPointDuplicateOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconControlPointDuplicateOutlined: React.FC = ({ ) - -export { IconControlPointDuplicateOutlined as default } diff --git a/src/IconControlPointDuplicateOutlinedFilled.tsx b/src/IconControlPointDuplicateOutlinedFilled.tsx index 86ba47342..c4ed89600 100644 --- a/src/IconControlPointDuplicateOutlinedFilled.tsx +++ b/src/IconControlPointDuplicateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateOutlinedFilled: React.FC = ({ +export const IconControlPointDuplicateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconControlPointDuplicateOutlinedFilled: React.FC = ({ ) - -export { IconControlPointDuplicateOutlinedFilled as default } diff --git a/src/IconControlPointDuplicateRounded.tsx b/src/IconControlPointDuplicateRounded.tsx index c09aed4bb..eba4b43ed 100644 --- a/src/IconControlPointDuplicateRounded.tsx +++ b/src/IconControlPointDuplicateRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateRounded: React.FC = ({ +export const IconControlPointDuplicateRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconControlPointDuplicateRounded: React.FC = ({ ) - -export { IconControlPointDuplicateRounded as default } diff --git a/src/IconControlPointDuplicateRoundedFilled.tsx b/src/IconControlPointDuplicateRoundedFilled.tsx index 08d03a84e..5081d23cb 100644 --- a/src/IconControlPointDuplicateRoundedFilled.tsx +++ b/src/IconControlPointDuplicateRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateRoundedFilled: React.FC = ({ +export const IconControlPointDuplicateRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconControlPointDuplicateRoundedFilled: React.FC = ({ ) - -export { IconControlPointDuplicateRoundedFilled as default } diff --git a/src/IconControlPointDuplicateSharp.tsx b/src/IconControlPointDuplicateSharp.tsx index d76ab51b1..fea52145f 100644 --- a/src/IconControlPointDuplicateSharp.tsx +++ b/src/IconControlPointDuplicateSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateSharp: React.FC = ({ ...props }) => ( +export const IconControlPointDuplicateSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControlPointDuplicateSharp as default } diff --git a/src/IconControlPointDuplicateSharpFilled.tsx b/src/IconControlPointDuplicateSharpFilled.tsx index 4ff61aa0f..f2c2538b0 100644 --- a/src/IconControlPointDuplicateSharpFilled.tsx +++ b/src/IconControlPointDuplicateSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconControlPointDuplicateSharpFilled: React.FC = ({ +export const IconControlPointDuplicateSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconControlPointDuplicateSharpFilled: React.FC = ({ ) - -export { IconControlPointDuplicateSharpFilled as default } diff --git a/src/IconControllerGenOutlined.tsx b/src/IconControllerGenOutlined.tsx index 0feb87867..33d44327f 100644 --- a/src/IconControllerGenOutlined.tsx +++ b/src/IconControllerGenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenOutlined: React.FC = ({ ...props }) => ( +export const IconControllerGenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControllerGenOutlined as default } diff --git a/src/IconControllerGenOutlinedFilled.tsx b/src/IconControllerGenOutlinedFilled.tsx index e8b27df9d..1148bea53 100644 --- a/src/IconControllerGenOutlinedFilled.tsx +++ b/src/IconControllerGenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconControllerGenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControllerGenOutlinedFilled as default } diff --git a/src/IconControllerGenRounded.tsx b/src/IconControllerGenRounded.tsx index dbed6c002..34542145a 100644 --- a/src/IconControllerGenRounded.tsx +++ b/src/IconControllerGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenRounded: React.FC = ({ ...props }) => ( +export const IconControllerGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconControllerGenRounded as default } diff --git a/src/IconControllerGenRoundedFilled.tsx b/src/IconControllerGenRoundedFilled.tsx index 095a0da2b..6122bf785 100644 --- a/src/IconControllerGenRoundedFilled.tsx +++ b/src/IconControllerGenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconControllerGenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControllerGenRoundedFilled as default } diff --git a/src/IconControllerGenSharp.tsx b/src/IconControllerGenSharp.tsx index a38f5c147..5cabc6a71 100644 --- a/src/IconControllerGenSharp.tsx +++ b/src/IconControllerGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenSharp: React.FC = ({ ...props }) => ( +export const IconControllerGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconControllerGenSharp as default } diff --git a/src/IconControllerGenSharpFilled.tsx b/src/IconControllerGenSharpFilled.tsx index 1ca9580bb..57c1070cf 100644 --- a/src/IconControllerGenSharpFilled.tsx +++ b/src/IconControllerGenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconControllerGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconControllerGenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconControllerGenSharpFilled as default } diff --git a/src/IconConversionPathOffOutlined.tsx b/src/IconConversionPathOffOutlined.tsx index f5e08f311..9b2b29257 100644 --- a/src/IconConversionPathOffOutlined.tsx +++ b/src/IconConversionPathOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffOutlined: React.FC = ({ ...props }) => ( +export const IconConversionPathOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathOffOutlined as default } diff --git a/src/IconConversionPathOffOutlinedFilled.tsx b/src/IconConversionPathOffOutlinedFilled.tsx index f9ee1eb4d..84bc53999 100644 --- a/src/IconConversionPathOffOutlinedFilled.tsx +++ b/src/IconConversionPathOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffOutlinedFilled: React.FC = ({ +export const IconConversionPathOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConversionPathOffOutlinedFilled: React.FC = ({ ) - -export { IconConversionPathOffOutlinedFilled as default } diff --git a/src/IconConversionPathOffRounded.tsx b/src/IconConversionPathOffRounded.tsx index 8fe7711be..4394595e7 100644 --- a/src/IconConversionPathOffRounded.tsx +++ b/src/IconConversionPathOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffRounded: React.FC = ({ ...props }) => ( +export const IconConversionPathOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathOffRounded as default } diff --git a/src/IconConversionPathOffRoundedFilled.tsx b/src/IconConversionPathOffRoundedFilled.tsx index 0c391b504..ca76d8082 100644 --- a/src/IconConversionPathOffRoundedFilled.tsx +++ b/src/IconConversionPathOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffRoundedFilled: React.FC = ({ +export const IconConversionPathOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConversionPathOffRoundedFilled: React.FC = ({ ) - -export { IconConversionPathOffRoundedFilled as default } diff --git a/src/IconConversionPathOffSharp.tsx b/src/IconConversionPathOffSharp.tsx index e074d5b13..b86e73958 100644 --- a/src/IconConversionPathOffSharp.tsx +++ b/src/IconConversionPathOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffSharp: React.FC = ({ ...props }) => ( +export const IconConversionPathOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathOffSharp as default } diff --git a/src/IconConversionPathOffSharpFilled.tsx b/src/IconConversionPathOffSharpFilled.tsx index b1d34e443..5100cc3e0 100644 --- a/src/IconConversionPathOffSharpFilled.tsx +++ b/src/IconConversionPathOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOffSharpFilled: React.FC = ({ +export const IconConversionPathOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConversionPathOffSharpFilled: React.FC = ({ ) - -export { IconConversionPathOffSharpFilled as default } diff --git a/src/IconConversionPathOutlined.tsx b/src/IconConversionPathOutlined.tsx index 5c42c13c3..ca3fc877e 100644 --- a/src/IconConversionPathOutlined.tsx +++ b/src/IconConversionPathOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOutlined: React.FC = ({ ...props }) => ( +export const IconConversionPathOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathOutlined as default } diff --git a/src/IconConversionPathOutlinedFilled.tsx b/src/IconConversionPathOutlinedFilled.tsx index f1c0259a6..01525da93 100644 --- a/src/IconConversionPathOutlinedFilled.tsx +++ b/src/IconConversionPathOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathOutlinedFilled: React.FC = ({ +export const IconConversionPathOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconConversionPathOutlinedFilled: React.FC = ({ ) - -export { IconConversionPathOutlinedFilled as default } diff --git a/src/IconConversionPathRounded.tsx b/src/IconConversionPathRounded.tsx index 6d588c37d..bc6d13e87 100644 --- a/src/IconConversionPathRounded.tsx +++ b/src/IconConversionPathRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathRounded: React.FC = ({ ...props }) => ( +export const IconConversionPathRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathRounded as default } diff --git a/src/IconConversionPathRoundedFilled.tsx b/src/IconConversionPathRoundedFilled.tsx index 6c61266db..47ba59346 100644 --- a/src/IconConversionPathRoundedFilled.tsx +++ b/src/IconConversionPathRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConversionPathRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathRoundedFilled as default } diff --git a/src/IconConversionPathSharp.tsx b/src/IconConversionPathSharp.tsx index cfd3b3a97..af5742422 100644 --- a/src/IconConversionPathSharp.tsx +++ b/src/IconConversionPathSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathSharp: React.FC = ({ ...props }) => ( +export const IconConversionPathSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConversionPathSharp as default } diff --git a/src/IconConversionPathSharpFilled.tsx b/src/IconConversionPathSharpFilled.tsx index 3b170ee24..137fc7672 100644 --- a/src/IconConversionPathSharpFilled.tsx +++ b/src/IconConversionPathSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConversionPathSharpFilled: React.FC = ({ ...props }) => ( +export const IconConversionPathSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConversionPathSharpFilled as default } diff --git a/src/IconConvertToTextOutlined.tsx b/src/IconConvertToTextOutlined.tsx index 7a0d2c7ad..e155058f3 100644 --- a/src/IconConvertToTextOutlined.tsx +++ b/src/IconConvertToTextOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextOutlined: React.FC = ({ ...props }) => ( +export const IconConvertToTextOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConvertToTextOutlined as default } diff --git a/src/IconConvertToTextOutlinedFilled.tsx b/src/IconConvertToTextOutlinedFilled.tsx index ba091401d..ba0be07f7 100644 --- a/src/IconConvertToTextOutlinedFilled.tsx +++ b/src/IconConvertToTextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConvertToTextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConvertToTextOutlinedFilled as default } diff --git a/src/IconConvertToTextRounded.tsx b/src/IconConvertToTextRounded.tsx index 9095ae8ff..14372bd44 100644 --- a/src/IconConvertToTextRounded.tsx +++ b/src/IconConvertToTextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextRounded: React.FC = ({ ...props }) => ( +export const IconConvertToTextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConvertToTextRounded as default } diff --git a/src/IconConvertToTextRoundedFilled.tsx b/src/IconConvertToTextRoundedFilled.tsx index ba3e81756..8136deda1 100644 --- a/src/IconConvertToTextRoundedFilled.tsx +++ b/src/IconConvertToTextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConvertToTextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConvertToTextRoundedFilled as default } diff --git a/src/IconConvertToTextSharp.tsx b/src/IconConvertToTextSharp.tsx index bb6203406..56f4abc87 100644 --- a/src/IconConvertToTextSharp.tsx +++ b/src/IconConvertToTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextSharp: React.FC = ({ ...props }) => ( +export const IconConvertToTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConvertToTextSharp as default } diff --git a/src/IconConvertToTextSharpFilled.tsx b/src/IconConvertToTextSharpFilled.tsx index 578b516ad..cb5d6473b 100644 --- a/src/IconConvertToTextSharpFilled.tsx +++ b/src/IconConvertToTextSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConvertToTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconConvertToTextSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConvertToTextSharpFilled as default } diff --git a/src/IconConveyorBeltOutlined.tsx b/src/IconConveyorBeltOutlined.tsx index bf8abf6e3..6431ad694 100644 --- a/src/IconConveyorBeltOutlined.tsx +++ b/src/IconConveyorBeltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltOutlined: React.FC = ({ ...props }) => ( +export const IconConveyorBeltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltOutlined as default } diff --git a/src/IconConveyorBeltOutlinedFilled.tsx b/src/IconConveyorBeltOutlinedFilled.tsx index f7f27b07a..12eddbd90 100644 --- a/src/IconConveyorBeltOutlinedFilled.tsx +++ b/src/IconConveyorBeltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconConveyorBeltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltOutlinedFilled as default } diff --git a/src/IconConveyorBeltRounded.tsx b/src/IconConveyorBeltRounded.tsx index 324fb9715..5a3de69e8 100644 --- a/src/IconConveyorBeltRounded.tsx +++ b/src/IconConveyorBeltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltRounded: React.FC = ({ ...props }) => ( +export const IconConveyorBeltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltRounded as default } diff --git a/src/IconConveyorBeltRoundedFilled.tsx b/src/IconConveyorBeltRoundedFilled.tsx index cf2824b6f..94b668da0 100644 --- a/src/IconConveyorBeltRoundedFilled.tsx +++ b/src/IconConveyorBeltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconConveyorBeltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltRoundedFilled as default } diff --git a/src/IconConveyorBeltSharp.tsx b/src/IconConveyorBeltSharp.tsx index 984c71817..a26bf445d 100644 --- a/src/IconConveyorBeltSharp.tsx +++ b/src/IconConveyorBeltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltSharp: React.FC = ({ ...props }) => ( +export const IconConveyorBeltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltSharp as default } diff --git a/src/IconConveyorBeltSharpFilled.tsx b/src/IconConveyorBeltSharpFilled.tsx index 0102c9734..94189f083 100644 --- a/src/IconConveyorBeltSharpFilled.tsx +++ b/src/IconConveyorBeltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconConveyorBeltSharpFilled: React.FC = ({ ...props }) => ( +export const IconConveyorBeltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconConveyorBeltSharpFilled as default } diff --git a/src/IconCookieOffOutlined.tsx b/src/IconCookieOffOutlined.tsx index 58aa42a8f..a675ba8cc 100644 --- a/src/IconCookieOffOutlined.tsx +++ b/src/IconCookieOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffOutlined: React.FC = ({ ...props }) => ( +export const IconCookieOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOffOutlined as default } diff --git a/src/IconCookieOffOutlinedFilled.tsx b/src/IconCookieOffOutlinedFilled.tsx index 323dad2d3..1894a300c 100644 --- a/src/IconCookieOffOutlinedFilled.tsx +++ b/src/IconCookieOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCookieOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCookieOffOutlinedFilled as default } diff --git a/src/IconCookieOffRounded.tsx b/src/IconCookieOffRounded.tsx index ec75655ba..f43bf74b5 100644 --- a/src/IconCookieOffRounded.tsx +++ b/src/IconCookieOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffRounded: React.FC = ({ ...props }) => ( +export const IconCookieOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOffRounded as default } diff --git a/src/IconCookieOffRoundedFilled.tsx b/src/IconCookieOffRoundedFilled.tsx index 8c17daeef..890df2132 100644 --- a/src/IconCookieOffRoundedFilled.tsx +++ b/src/IconCookieOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCookieOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCookieOffRoundedFilled as default } diff --git a/src/IconCookieOffSharp.tsx b/src/IconCookieOffSharp.tsx index 8b53ea6b0..7b41146ca 100644 --- a/src/IconCookieOffSharp.tsx +++ b/src/IconCookieOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffSharp: React.FC = ({ ...props }) => ( +export const IconCookieOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOffSharp as default } diff --git a/src/IconCookieOffSharpFilled.tsx b/src/IconCookieOffSharpFilled.tsx index aafef8544..3e005d9f1 100644 --- a/src/IconCookieOffSharpFilled.tsx +++ b/src/IconCookieOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconCookieOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOffSharpFilled as default } diff --git a/src/IconCookieOutlined.tsx b/src/IconCookieOutlined.tsx index e0ea44a4a..b17901a98 100644 --- a/src/IconCookieOutlined.tsx +++ b/src/IconCookieOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOutlined: React.FC = ({ ...props }) => ( +export const IconCookieOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOutlined as default } diff --git a/src/IconCookieOutlinedFilled.tsx b/src/IconCookieOutlinedFilled.tsx index a2764cbdb..279f6150c 100644 --- a/src/IconCookieOutlinedFilled.tsx +++ b/src/IconCookieOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCookieOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieOutlinedFilled as default } diff --git a/src/IconCookieRounded.tsx b/src/IconCookieRounded.tsx index 740f04193..af3e4dfc2 100644 --- a/src/IconCookieRounded.tsx +++ b/src/IconCookieRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieRounded: React.FC = ({ ...props }) => ( +export const IconCookieRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieRounded as default } diff --git a/src/IconCookieRoundedFilled.tsx b/src/IconCookieRoundedFilled.tsx index 39bf352d6..39d431bb3 100644 --- a/src/IconCookieRoundedFilled.tsx +++ b/src/IconCookieRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCookieRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieRoundedFilled as default } diff --git a/src/IconCookieSharp.tsx b/src/IconCookieSharp.tsx index e46d6a962..e7c4d9a08 100644 --- a/src/IconCookieSharp.tsx +++ b/src/IconCookieSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieSharp: React.FC = ({ ...props }) => ( +export const IconCookieSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieSharp as default } diff --git a/src/IconCookieSharpFilled.tsx b/src/IconCookieSharpFilled.tsx index 80161069d..67a5d3abd 100644 --- a/src/IconCookieSharpFilled.tsx +++ b/src/IconCookieSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookieSharpFilled: React.FC = ({ ...props }) => ( +export const IconCookieSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookieSharpFilled as default } diff --git a/src/IconCookingOutlined.tsx b/src/IconCookingOutlined.tsx index c6a270996..3987bacd0 100644 --- a/src/IconCookingOutlined.tsx +++ b/src/IconCookingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookingOutlined: React.FC = ({ ...props }) => ( +export const IconCookingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookingOutlined as default } diff --git a/src/IconCookingOutlinedFilled.tsx b/src/IconCookingOutlinedFilled.tsx index 983273bd7..3a29258c5 100644 --- a/src/IconCookingOutlinedFilled.tsx +++ b/src/IconCookingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCookingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCookingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCookingOutlinedFilled as default } diff --git a/src/IconCookingRounded.tsx b/src/IconCookingRounded.tsx index bd483bbe8..039948828 100644 --- a/src/IconCookingRounded.tsx +++ b/src/IconCookingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookingRounded: React.FC = ({ ...props }) => ( +export const IconCookingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookingRounded as default } diff --git a/src/IconCookingRoundedFilled.tsx b/src/IconCookingRoundedFilled.tsx index f55f564d2..a08fda81d 100644 --- a/src/IconCookingRoundedFilled.tsx +++ b/src/IconCookingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCookingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookingRoundedFilled as default } diff --git a/src/IconCookingSharp.tsx b/src/IconCookingSharp.tsx index 761f7c84e..68d2325ad 100644 --- a/src/IconCookingSharp.tsx +++ b/src/IconCookingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookingSharp: React.FC = ({ ...props }) => ( +export const IconCookingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookingSharp as default } diff --git a/src/IconCookingSharpFilled.tsx b/src/IconCookingSharpFilled.tsx index 7d287cc98..f5d8f5745 100644 --- a/src/IconCookingSharpFilled.tsx +++ b/src/IconCookingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCookingSharpFilled: React.FC = ({ ...props }) => ( +export const IconCookingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCookingSharpFilled as default } diff --git a/src/IconCoolToDryOutlined.tsx b/src/IconCoolToDryOutlined.tsx index 282ab8039..c3b29f7da 100644 --- a/src/IconCoolToDryOutlined.tsx +++ b/src/IconCoolToDryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDryOutlined: React.FC = ({ ...props }) => ( +export const IconCoolToDryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoolToDryOutlined as default } diff --git a/src/IconCoolToDryOutlinedFilled.tsx b/src/IconCoolToDryOutlinedFilled.tsx index 573f702e3..27e28a682 100644 --- a/src/IconCoolToDryOutlinedFilled.tsx +++ b/src/IconCoolToDryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCoolToDryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoolToDryOutlinedFilled as default } diff --git a/src/IconCoolToDryRounded.tsx b/src/IconCoolToDryRounded.tsx index 3ea9e69db..3248a18ec 100644 --- a/src/IconCoolToDryRounded.tsx +++ b/src/IconCoolToDryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDryRounded: React.FC = ({ ...props }) => ( +export const IconCoolToDryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoolToDryRounded as default } diff --git a/src/IconCoolToDryRoundedFilled.tsx b/src/IconCoolToDryRoundedFilled.tsx index 97027e126..b4173db42 100644 --- a/src/IconCoolToDryRoundedFilled.tsx +++ b/src/IconCoolToDryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCoolToDryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoolToDryRoundedFilled as default } diff --git a/src/IconCoolToDrySharp.tsx b/src/IconCoolToDrySharp.tsx index 1aa103a07..2acdc6a0a 100644 --- a/src/IconCoolToDrySharp.tsx +++ b/src/IconCoolToDrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDrySharp: React.FC = ({ ...props }) => ( +export const IconCoolToDrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoolToDrySharp as default } diff --git a/src/IconCoolToDrySharpFilled.tsx b/src/IconCoolToDrySharpFilled.tsx index 1b2f5bbd9..e74c63e74 100644 --- a/src/IconCoolToDrySharpFilled.tsx +++ b/src/IconCoolToDrySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoolToDrySharpFilled: React.FC = ({ ...props }) => ( +export const IconCoolToDrySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoolToDrySharpFilled as default } diff --git a/src/IconCopyAllOutlined.tsx b/src/IconCopyAllOutlined.tsx index 29a622c00..25e88630b 100644 --- a/src/IconCopyAllOutlined.tsx +++ b/src/IconCopyAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllOutlined: React.FC = ({ ...props }) => ( +export const IconCopyAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyAllOutlined as default } diff --git a/src/IconCopyAllOutlinedFilled.tsx b/src/IconCopyAllOutlinedFilled.tsx index 7e9d5104c..15d52fe6c 100644 --- a/src/IconCopyAllOutlinedFilled.tsx +++ b/src/IconCopyAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCopyAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCopyAllOutlinedFilled as default } diff --git a/src/IconCopyAllRounded.tsx b/src/IconCopyAllRounded.tsx index a2cbdc243..c7818efb1 100644 --- a/src/IconCopyAllRounded.tsx +++ b/src/IconCopyAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllRounded: React.FC = ({ ...props }) => ( +export const IconCopyAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyAllRounded as default } diff --git a/src/IconCopyAllRoundedFilled.tsx b/src/IconCopyAllRoundedFilled.tsx index 62282ce0d..11225884e 100644 --- a/src/IconCopyAllRoundedFilled.tsx +++ b/src/IconCopyAllRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCopyAllRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyAllRoundedFilled as default } diff --git a/src/IconCopyAllSharp.tsx b/src/IconCopyAllSharp.tsx index edec32e92..93cd386c6 100644 --- a/src/IconCopyAllSharp.tsx +++ b/src/IconCopyAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllSharp: React.FC = ({ ...props }) => ( +export const IconCopyAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyAllSharp as default } diff --git a/src/IconCopyAllSharpFilled.tsx b/src/IconCopyAllSharpFilled.tsx index ee538ee4a..dd2bbd0fc 100644 --- a/src/IconCopyAllSharpFilled.tsx +++ b/src/IconCopyAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconCopyAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyAllSharpFilled as default } diff --git a/src/IconCopyrightOutlined.tsx b/src/IconCopyrightOutlined.tsx index 25192c418..82c56fd59 100644 --- a/src/IconCopyrightOutlined.tsx +++ b/src/IconCopyrightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightOutlined: React.FC = ({ ...props }) => ( +export const IconCopyrightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyrightOutlined as default } diff --git a/src/IconCopyrightOutlinedFilled.tsx b/src/IconCopyrightOutlinedFilled.tsx index f4aadb65d..e9c0ce2a8 100644 --- a/src/IconCopyrightOutlinedFilled.tsx +++ b/src/IconCopyrightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCopyrightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCopyrightOutlinedFilled as default } diff --git a/src/IconCopyrightRounded.tsx b/src/IconCopyrightRounded.tsx index ca3eaf464..3c9a2ff8c 100644 --- a/src/IconCopyrightRounded.tsx +++ b/src/IconCopyrightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightRounded: React.FC = ({ ...props }) => ( +export const IconCopyrightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyrightRounded as default } diff --git a/src/IconCopyrightRoundedFilled.tsx b/src/IconCopyrightRoundedFilled.tsx index 336ec24a4..536123a13 100644 --- a/src/IconCopyrightRoundedFilled.tsx +++ b/src/IconCopyrightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCopyrightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCopyrightRoundedFilled as default } diff --git a/src/IconCopyrightSharp.tsx b/src/IconCopyrightSharp.tsx index 6ebf1893d..2ec8ad84f 100644 --- a/src/IconCopyrightSharp.tsx +++ b/src/IconCopyrightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightSharp: React.FC = ({ ...props }) => ( +export const IconCopyrightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyrightSharp as default } diff --git a/src/IconCopyrightSharpFilled.tsx b/src/IconCopyrightSharpFilled.tsx index c12730084..a2eac29bb 100644 --- a/src/IconCopyrightSharpFilled.tsx +++ b/src/IconCopyrightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCopyrightSharpFilled: React.FC = ({ ...props }) => ( +export const IconCopyrightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCopyrightSharpFilled as default } diff --git a/src/IconCoronavirusOutlined.tsx b/src/IconCoronavirusOutlined.tsx index 0b37aa6c3..3f3a790d9 100644 --- a/src/IconCoronavirusOutlined.tsx +++ b/src/IconCoronavirusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusOutlined: React.FC = ({ ...props }) => ( +export const IconCoronavirusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoronavirusOutlined as default } diff --git a/src/IconCoronavirusOutlinedFilled.tsx b/src/IconCoronavirusOutlinedFilled.tsx index 3cd87c630..8e3fa609a 100644 --- a/src/IconCoronavirusOutlinedFilled.tsx +++ b/src/IconCoronavirusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCoronavirusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoronavirusOutlinedFilled as default } diff --git a/src/IconCoronavirusRounded.tsx b/src/IconCoronavirusRounded.tsx index bcca54f0d..606a0567d 100644 --- a/src/IconCoronavirusRounded.tsx +++ b/src/IconCoronavirusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusRounded: React.FC = ({ ...props }) => ( +export const IconCoronavirusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoronavirusRounded as default } diff --git a/src/IconCoronavirusRoundedFilled.tsx b/src/IconCoronavirusRoundedFilled.tsx index 1114c741d..e23608697 100644 --- a/src/IconCoronavirusRoundedFilled.tsx +++ b/src/IconCoronavirusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCoronavirusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoronavirusRoundedFilled as default } diff --git a/src/IconCoronavirusSharp.tsx b/src/IconCoronavirusSharp.tsx index b34a27bed..759427f44 100644 --- a/src/IconCoronavirusSharp.tsx +++ b/src/IconCoronavirusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusSharp: React.FC = ({ ...props }) => ( +export const IconCoronavirusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCoronavirusSharp as default } diff --git a/src/IconCoronavirusSharpFilled.tsx b/src/IconCoronavirusSharpFilled.tsx index 79509c829..5d428dcdd 100644 --- a/src/IconCoronavirusSharpFilled.tsx +++ b/src/IconCoronavirusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCoronavirusSharpFilled: React.FC = ({ ...props }) => ( +export const IconCoronavirusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCoronavirusSharpFilled as default } diff --git a/src/IconCorporateFareOutlined.tsx b/src/IconCorporateFareOutlined.tsx index 955196364..361bfc41b 100644 --- a/src/IconCorporateFareOutlined.tsx +++ b/src/IconCorporateFareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareOutlined: React.FC = ({ ...props }) => ( +export const IconCorporateFareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCorporateFareOutlined as default } diff --git a/src/IconCorporateFareOutlinedFilled.tsx b/src/IconCorporateFareOutlinedFilled.tsx index 9c0d5dbf2..700335e53 100644 --- a/src/IconCorporateFareOutlinedFilled.tsx +++ b/src/IconCorporateFareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCorporateFareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCorporateFareOutlinedFilled as default } diff --git a/src/IconCorporateFareRounded.tsx b/src/IconCorporateFareRounded.tsx index c44a45b4c..8d6eeffdc 100644 --- a/src/IconCorporateFareRounded.tsx +++ b/src/IconCorporateFareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareRounded: React.FC = ({ ...props }) => ( +export const IconCorporateFareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCorporateFareRounded as default } diff --git a/src/IconCorporateFareRoundedFilled.tsx b/src/IconCorporateFareRoundedFilled.tsx index fe12a1bfc..45be197ee 100644 --- a/src/IconCorporateFareRoundedFilled.tsx +++ b/src/IconCorporateFareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCorporateFareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCorporateFareRoundedFilled as default } diff --git a/src/IconCorporateFareSharp.tsx b/src/IconCorporateFareSharp.tsx index 86c9bd48f..b266aa096 100644 --- a/src/IconCorporateFareSharp.tsx +++ b/src/IconCorporateFareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareSharp: React.FC = ({ ...props }) => ( +export const IconCorporateFareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCorporateFareSharp as default } diff --git a/src/IconCorporateFareSharpFilled.tsx b/src/IconCorporateFareSharpFilled.tsx index 9c4d115b3..c17918519 100644 --- a/src/IconCorporateFareSharpFilled.tsx +++ b/src/IconCorporateFareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCorporateFareSharpFilled: React.FC = ({ ...props }) => ( +export const IconCorporateFareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCorporateFareSharpFilled as default } diff --git a/src/IconCottageOutlined.tsx b/src/IconCottageOutlined.tsx index 8b6036586..031286384 100644 --- a/src/IconCottageOutlined.tsx +++ b/src/IconCottageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCottageOutlined: React.FC = ({ ...props }) => ( +export const IconCottageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCottageOutlined as default } diff --git a/src/IconCottageOutlinedFilled.tsx b/src/IconCottageOutlinedFilled.tsx index db064b9f0..e37021664 100644 --- a/src/IconCottageOutlinedFilled.tsx +++ b/src/IconCottageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCottageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCottageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCottageOutlinedFilled as default } diff --git a/src/IconCottageRounded.tsx b/src/IconCottageRounded.tsx index 842cae124..91f33ca79 100644 --- a/src/IconCottageRounded.tsx +++ b/src/IconCottageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCottageRounded: React.FC = ({ ...props }) => ( +export const IconCottageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCottageRounded as default } diff --git a/src/IconCottageRoundedFilled.tsx b/src/IconCottageRoundedFilled.tsx index c11083ba6..d2c937f78 100644 --- a/src/IconCottageRoundedFilled.tsx +++ b/src/IconCottageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCottageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCottageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCottageRoundedFilled as default } diff --git a/src/IconCottageSharp.tsx b/src/IconCottageSharp.tsx index d819cf54e..03fd92b03 100644 --- a/src/IconCottageSharp.tsx +++ b/src/IconCottageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCottageSharp: React.FC = ({ ...props }) => ( +export const IconCottageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCottageSharp as default } diff --git a/src/IconCottageSharpFilled.tsx b/src/IconCottageSharpFilled.tsx index 4d17bd909..5af3291dc 100644 --- a/src/IconCottageSharpFilled.tsx +++ b/src/IconCottageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCottageSharpFilled: React.FC = ({ ...props }) => ( +export const IconCottageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCottageSharpFilled as default } diff --git a/src/IconCounter0Outlined.tsx b/src/IconCounter0Outlined.tsx index 4334d3549..d1b2cf258 100644 --- a/src/IconCounter0Outlined.tsx +++ b/src/IconCounter0Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0Outlined: React.FC = ({ ...props }) => ( +export const IconCounter0Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter0Outlined as default } diff --git a/src/IconCounter0OutlinedFilled.tsx b/src/IconCounter0OutlinedFilled.tsx index c79865723..5d99b428e 100644 --- a/src/IconCounter0OutlinedFilled.tsx +++ b/src/IconCounter0OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter0OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter0OutlinedFilled as default } diff --git a/src/IconCounter0Rounded.tsx b/src/IconCounter0Rounded.tsx index bd55ae6c6..071f05ae0 100644 --- a/src/IconCounter0Rounded.tsx +++ b/src/IconCounter0Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0Rounded: React.FC = ({ ...props }) => ( +export const IconCounter0Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter0Rounded as default } diff --git a/src/IconCounter0RoundedFilled.tsx b/src/IconCounter0RoundedFilled.tsx index caca83edb..5700675b0 100644 --- a/src/IconCounter0RoundedFilled.tsx +++ b/src/IconCounter0RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter0RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter0RoundedFilled as default } diff --git a/src/IconCounter0Sharp.tsx b/src/IconCounter0Sharp.tsx index f7336c6d7..f4c9120d6 100644 --- a/src/IconCounter0Sharp.tsx +++ b/src/IconCounter0Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0Sharp: React.FC = ({ ...props }) => ( +export const IconCounter0Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter0Sharp as default } diff --git a/src/IconCounter0SharpFilled.tsx b/src/IconCounter0SharpFilled.tsx index bb3b2be71..1a2dc9804 100644 --- a/src/IconCounter0SharpFilled.tsx +++ b/src/IconCounter0SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter0SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter0SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter0SharpFilled as default } diff --git a/src/IconCounter1Outlined.tsx b/src/IconCounter1Outlined.tsx index c075d08cd..f1a7545f5 100644 --- a/src/IconCounter1Outlined.tsx +++ b/src/IconCounter1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1Outlined: React.FC = ({ ...props }) => ( +export const IconCounter1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter1Outlined as default } diff --git a/src/IconCounter1OutlinedFilled.tsx b/src/IconCounter1OutlinedFilled.tsx index 5113ffb00..72e393bf7 100644 --- a/src/IconCounter1OutlinedFilled.tsx +++ b/src/IconCounter1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter1OutlinedFilled as default } diff --git a/src/IconCounter1Rounded.tsx b/src/IconCounter1Rounded.tsx index 0fc055dbd..b357b610d 100644 --- a/src/IconCounter1Rounded.tsx +++ b/src/IconCounter1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1Rounded: React.FC = ({ ...props }) => ( +export const IconCounter1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter1Rounded as default } diff --git a/src/IconCounter1RoundedFilled.tsx b/src/IconCounter1RoundedFilled.tsx index 088675600..dd4a6ec13 100644 --- a/src/IconCounter1RoundedFilled.tsx +++ b/src/IconCounter1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter1RoundedFilled as default } diff --git a/src/IconCounter1Sharp.tsx b/src/IconCounter1Sharp.tsx index a9c750365..143ef730d 100644 --- a/src/IconCounter1Sharp.tsx +++ b/src/IconCounter1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1Sharp: React.FC = ({ ...props }) => ( +export const IconCounter1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter1Sharp as default } diff --git a/src/IconCounter1SharpFilled.tsx b/src/IconCounter1SharpFilled.tsx index 7624cc980..c055d9424 100644 --- a/src/IconCounter1SharpFilled.tsx +++ b/src/IconCounter1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter1SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter1SharpFilled as default } diff --git a/src/IconCounter2Outlined.tsx b/src/IconCounter2Outlined.tsx index b552a34f2..5b84f8dec 100644 --- a/src/IconCounter2Outlined.tsx +++ b/src/IconCounter2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2Outlined: React.FC = ({ ...props }) => ( +export const IconCounter2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter2Outlined as default } diff --git a/src/IconCounter2OutlinedFilled.tsx b/src/IconCounter2OutlinedFilled.tsx index a46fca088..40a317c4f 100644 --- a/src/IconCounter2OutlinedFilled.tsx +++ b/src/IconCounter2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter2OutlinedFilled as default } diff --git a/src/IconCounter2Rounded.tsx b/src/IconCounter2Rounded.tsx index 64fb18749..10bf5820b 100644 --- a/src/IconCounter2Rounded.tsx +++ b/src/IconCounter2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2Rounded: React.FC = ({ ...props }) => ( +export const IconCounter2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter2Rounded as default } diff --git a/src/IconCounter2RoundedFilled.tsx b/src/IconCounter2RoundedFilled.tsx index 5a63a3bb9..e0cc69bc2 100644 --- a/src/IconCounter2RoundedFilled.tsx +++ b/src/IconCounter2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter2RoundedFilled as default } diff --git a/src/IconCounter2Sharp.tsx b/src/IconCounter2Sharp.tsx index 19c10b766..883005c4b 100644 --- a/src/IconCounter2Sharp.tsx +++ b/src/IconCounter2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2Sharp: React.FC = ({ ...props }) => ( +export const IconCounter2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter2Sharp as default } diff --git a/src/IconCounter2SharpFilled.tsx b/src/IconCounter2SharpFilled.tsx index 645fb560c..aedaf0f4b 100644 --- a/src/IconCounter2SharpFilled.tsx +++ b/src/IconCounter2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter2SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter2SharpFilled as default } diff --git a/src/IconCounter3Outlined.tsx b/src/IconCounter3Outlined.tsx index 7de86f5e0..735146550 100644 --- a/src/IconCounter3Outlined.tsx +++ b/src/IconCounter3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3Outlined: React.FC = ({ ...props }) => ( +export const IconCounter3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter3Outlined as default } diff --git a/src/IconCounter3OutlinedFilled.tsx b/src/IconCounter3OutlinedFilled.tsx index d1ef02838..39117e283 100644 --- a/src/IconCounter3OutlinedFilled.tsx +++ b/src/IconCounter3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter3OutlinedFilled as default } diff --git a/src/IconCounter3Rounded.tsx b/src/IconCounter3Rounded.tsx index 97f01211d..9a7e95b2a 100644 --- a/src/IconCounter3Rounded.tsx +++ b/src/IconCounter3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3Rounded: React.FC = ({ ...props }) => ( +export const IconCounter3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter3Rounded as default } diff --git a/src/IconCounter3RoundedFilled.tsx b/src/IconCounter3RoundedFilled.tsx index 95169d0be..1731cf9b9 100644 --- a/src/IconCounter3RoundedFilled.tsx +++ b/src/IconCounter3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter3RoundedFilled as default } diff --git a/src/IconCounter3Sharp.tsx b/src/IconCounter3Sharp.tsx index 830fa8fdb..3860dc4f4 100644 --- a/src/IconCounter3Sharp.tsx +++ b/src/IconCounter3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3Sharp: React.FC = ({ ...props }) => ( +export const IconCounter3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter3Sharp as default } diff --git a/src/IconCounter3SharpFilled.tsx b/src/IconCounter3SharpFilled.tsx index ab260020c..a74c2c12c 100644 --- a/src/IconCounter3SharpFilled.tsx +++ b/src/IconCounter3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter3SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter3SharpFilled as default } diff --git a/src/IconCounter4Outlined.tsx b/src/IconCounter4Outlined.tsx index 882d32af1..b3d993e7c 100644 --- a/src/IconCounter4Outlined.tsx +++ b/src/IconCounter4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4Outlined: React.FC = ({ ...props }) => ( +export const IconCounter4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter4Outlined as default } diff --git a/src/IconCounter4OutlinedFilled.tsx b/src/IconCounter4OutlinedFilled.tsx index 767f8d723..9649dd1db 100644 --- a/src/IconCounter4OutlinedFilled.tsx +++ b/src/IconCounter4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter4OutlinedFilled as default } diff --git a/src/IconCounter4Rounded.tsx b/src/IconCounter4Rounded.tsx index d406a5bc6..bc7ec3c0b 100644 --- a/src/IconCounter4Rounded.tsx +++ b/src/IconCounter4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4Rounded: React.FC = ({ ...props }) => ( +export const IconCounter4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter4Rounded as default } diff --git a/src/IconCounter4RoundedFilled.tsx b/src/IconCounter4RoundedFilled.tsx index e6bddea7f..908e4dd0f 100644 --- a/src/IconCounter4RoundedFilled.tsx +++ b/src/IconCounter4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter4RoundedFilled as default } diff --git a/src/IconCounter4Sharp.tsx b/src/IconCounter4Sharp.tsx index efe67f283..5c1d969c3 100644 --- a/src/IconCounter4Sharp.tsx +++ b/src/IconCounter4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4Sharp: React.FC = ({ ...props }) => ( +export const IconCounter4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter4Sharp as default } diff --git a/src/IconCounter4SharpFilled.tsx b/src/IconCounter4SharpFilled.tsx index a5c32fab6..35b507faf 100644 --- a/src/IconCounter4SharpFilled.tsx +++ b/src/IconCounter4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter4SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter4SharpFilled as default } diff --git a/src/IconCounter5Outlined.tsx b/src/IconCounter5Outlined.tsx index 54993f51b..84f3bcb07 100644 --- a/src/IconCounter5Outlined.tsx +++ b/src/IconCounter5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5Outlined: React.FC = ({ ...props }) => ( +export const IconCounter5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter5Outlined as default } diff --git a/src/IconCounter5OutlinedFilled.tsx b/src/IconCounter5OutlinedFilled.tsx index 332bef5b8..d2c4297d5 100644 --- a/src/IconCounter5OutlinedFilled.tsx +++ b/src/IconCounter5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter5OutlinedFilled as default } diff --git a/src/IconCounter5Rounded.tsx b/src/IconCounter5Rounded.tsx index 2a8bac11b..abdd3d127 100644 --- a/src/IconCounter5Rounded.tsx +++ b/src/IconCounter5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5Rounded: React.FC = ({ ...props }) => ( +export const IconCounter5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter5Rounded as default } diff --git a/src/IconCounter5RoundedFilled.tsx b/src/IconCounter5RoundedFilled.tsx index 42b273dab..2dd2a863e 100644 --- a/src/IconCounter5RoundedFilled.tsx +++ b/src/IconCounter5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter5RoundedFilled as default } diff --git a/src/IconCounter5Sharp.tsx b/src/IconCounter5Sharp.tsx index 6c427e996..4f1992561 100644 --- a/src/IconCounter5Sharp.tsx +++ b/src/IconCounter5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5Sharp: React.FC = ({ ...props }) => ( +export const IconCounter5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter5Sharp as default } diff --git a/src/IconCounter5SharpFilled.tsx b/src/IconCounter5SharpFilled.tsx index aa3574cfc..65c569e8d 100644 --- a/src/IconCounter5SharpFilled.tsx +++ b/src/IconCounter5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter5SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter5SharpFilled as default } diff --git a/src/IconCounter6Outlined.tsx b/src/IconCounter6Outlined.tsx index 2955fea10..4ede6f360 100644 --- a/src/IconCounter6Outlined.tsx +++ b/src/IconCounter6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6Outlined: React.FC = ({ ...props }) => ( +export const IconCounter6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter6Outlined as default } diff --git a/src/IconCounter6OutlinedFilled.tsx b/src/IconCounter6OutlinedFilled.tsx index 4e44a55ed..8beb7353f 100644 --- a/src/IconCounter6OutlinedFilled.tsx +++ b/src/IconCounter6OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter6OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter6OutlinedFilled as default } diff --git a/src/IconCounter6Rounded.tsx b/src/IconCounter6Rounded.tsx index c9eda677c..8a768321f 100644 --- a/src/IconCounter6Rounded.tsx +++ b/src/IconCounter6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6Rounded: React.FC = ({ ...props }) => ( +export const IconCounter6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter6Rounded as default } diff --git a/src/IconCounter6RoundedFilled.tsx b/src/IconCounter6RoundedFilled.tsx index de699a33d..3e9652069 100644 --- a/src/IconCounter6RoundedFilled.tsx +++ b/src/IconCounter6RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter6RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter6RoundedFilled as default } diff --git a/src/IconCounter6Sharp.tsx b/src/IconCounter6Sharp.tsx index dd7e65e05..546caaa57 100644 --- a/src/IconCounter6Sharp.tsx +++ b/src/IconCounter6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6Sharp: React.FC = ({ ...props }) => ( +export const IconCounter6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter6Sharp as default } diff --git a/src/IconCounter6SharpFilled.tsx b/src/IconCounter6SharpFilled.tsx index d99576a9b..a3a127e65 100644 --- a/src/IconCounter6SharpFilled.tsx +++ b/src/IconCounter6SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter6SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter6SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter6SharpFilled as default } diff --git a/src/IconCounter7Outlined.tsx b/src/IconCounter7Outlined.tsx index 7488f3b7b..c3c8513bb 100644 --- a/src/IconCounter7Outlined.tsx +++ b/src/IconCounter7Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7Outlined: React.FC = ({ ...props }) => ( +export const IconCounter7Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter7Outlined as default } diff --git a/src/IconCounter7OutlinedFilled.tsx b/src/IconCounter7OutlinedFilled.tsx index cc25775b3..a4e3e7348 100644 --- a/src/IconCounter7OutlinedFilled.tsx +++ b/src/IconCounter7OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter7OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter7OutlinedFilled as default } diff --git a/src/IconCounter7Rounded.tsx b/src/IconCounter7Rounded.tsx index a97fa6955..7ea39106b 100644 --- a/src/IconCounter7Rounded.tsx +++ b/src/IconCounter7Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7Rounded: React.FC = ({ ...props }) => ( +export const IconCounter7Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter7Rounded as default } diff --git a/src/IconCounter7RoundedFilled.tsx b/src/IconCounter7RoundedFilled.tsx index da521677d..e3750add4 100644 --- a/src/IconCounter7RoundedFilled.tsx +++ b/src/IconCounter7RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter7RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter7RoundedFilled as default } diff --git a/src/IconCounter7Sharp.tsx b/src/IconCounter7Sharp.tsx index 9191bbaf3..5bf34c9a6 100644 --- a/src/IconCounter7Sharp.tsx +++ b/src/IconCounter7Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7Sharp: React.FC = ({ ...props }) => ( +export const IconCounter7Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter7Sharp as default } diff --git a/src/IconCounter7SharpFilled.tsx b/src/IconCounter7SharpFilled.tsx index b379ff45b..66a0a6b13 100644 --- a/src/IconCounter7SharpFilled.tsx +++ b/src/IconCounter7SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter7SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter7SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter7SharpFilled as default } diff --git a/src/IconCounter8Outlined.tsx b/src/IconCounter8Outlined.tsx index f62ed7336..c8bbdf3e2 100644 --- a/src/IconCounter8Outlined.tsx +++ b/src/IconCounter8Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8Outlined: React.FC = ({ ...props }) => ( +export const IconCounter8Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter8Outlined as default } diff --git a/src/IconCounter8OutlinedFilled.tsx b/src/IconCounter8OutlinedFilled.tsx index dc3562827..607c3fe99 100644 --- a/src/IconCounter8OutlinedFilled.tsx +++ b/src/IconCounter8OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter8OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter8OutlinedFilled as default } diff --git a/src/IconCounter8Rounded.tsx b/src/IconCounter8Rounded.tsx index 3dc928b92..1c6164724 100644 --- a/src/IconCounter8Rounded.tsx +++ b/src/IconCounter8Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8Rounded: React.FC = ({ ...props }) => ( +export const IconCounter8Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter8Rounded as default } diff --git a/src/IconCounter8RoundedFilled.tsx b/src/IconCounter8RoundedFilled.tsx index 047d6c198..368474942 100644 --- a/src/IconCounter8RoundedFilled.tsx +++ b/src/IconCounter8RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter8RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter8RoundedFilled as default } diff --git a/src/IconCounter8Sharp.tsx b/src/IconCounter8Sharp.tsx index 491286606..a82046af9 100644 --- a/src/IconCounter8Sharp.tsx +++ b/src/IconCounter8Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8Sharp: React.FC = ({ ...props }) => ( +export const IconCounter8Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter8Sharp as default } diff --git a/src/IconCounter8SharpFilled.tsx b/src/IconCounter8SharpFilled.tsx index f5ee29967..304b54440 100644 --- a/src/IconCounter8SharpFilled.tsx +++ b/src/IconCounter8SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter8SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter8SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter8SharpFilled as default } diff --git a/src/IconCounter9Outlined.tsx b/src/IconCounter9Outlined.tsx index 5b8ca1aef..59e08e9c8 100644 --- a/src/IconCounter9Outlined.tsx +++ b/src/IconCounter9Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9Outlined: React.FC = ({ ...props }) => ( +export const IconCounter9Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter9Outlined as default } diff --git a/src/IconCounter9OutlinedFilled.tsx b/src/IconCounter9OutlinedFilled.tsx index 726f736d7..501204d2c 100644 --- a/src/IconCounter9OutlinedFilled.tsx +++ b/src/IconCounter9OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCounter9OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter9OutlinedFilled as default } diff --git a/src/IconCounter9Rounded.tsx b/src/IconCounter9Rounded.tsx index 0143af6eb..efaa1e197 100644 --- a/src/IconCounter9Rounded.tsx +++ b/src/IconCounter9Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9Rounded: React.FC = ({ ...props }) => ( +export const IconCounter9Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter9Rounded as default } diff --git a/src/IconCounter9RoundedFilled.tsx b/src/IconCounter9RoundedFilled.tsx index 93afaada4..0992b76ad 100644 --- a/src/IconCounter9RoundedFilled.tsx +++ b/src/IconCounter9RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCounter9RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCounter9RoundedFilled as default } diff --git a/src/IconCounter9Sharp.tsx b/src/IconCounter9Sharp.tsx index e200b3535..3ef04dda1 100644 --- a/src/IconCounter9Sharp.tsx +++ b/src/IconCounter9Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9Sharp: React.FC = ({ ...props }) => ( +export const IconCounter9Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter9Sharp as default } diff --git a/src/IconCounter9SharpFilled.tsx b/src/IconCounter9SharpFilled.tsx index 3d3b6eeac..fb5d258a3 100644 --- a/src/IconCounter9SharpFilled.tsx +++ b/src/IconCounter9SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCounter9SharpFilled: React.FC = ({ ...props }) => ( +export const IconCounter9SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCounter9SharpFilled as default } diff --git a/src/IconCountertopsOutlined.tsx b/src/IconCountertopsOutlined.tsx index bf72bbde3..fd9b4bde2 100644 --- a/src/IconCountertopsOutlined.tsx +++ b/src/IconCountertopsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsOutlined: React.FC = ({ ...props }) => ( +export const IconCountertopsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCountertopsOutlined as default } diff --git a/src/IconCountertopsOutlinedFilled.tsx b/src/IconCountertopsOutlinedFilled.tsx index d030c5e53..5fcce4980 100644 --- a/src/IconCountertopsOutlinedFilled.tsx +++ b/src/IconCountertopsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCountertopsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCountertopsOutlinedFilled as default } diff --git a/src/IconCountertopsRounded.tsx b/src/IconCountertopsRounded.tsx index f2e7cdc76..017a9c810 100644 --- a/src/IconCountertopsRounded.tsx +++ b/src/IconCountertopsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsRounded: React.FC = ({ ...props }) => ( +export const IconCountertopsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCountertopsRounded as default } diff --git a/src/IconCountertopsRoundedFilled.tsx b/src/IconCountertopsRoundedFilled.tsx index 2c1e2fdbf..5c4626a80 100644 --- a/src/IconCountertopsRoundedFilled.tsx +++ b/src/IconCountertopsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCountertopsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCountertopsRoundedFilled as default } diff --git a/src/IconCountertopsSharp.tsx b/src/IconCountertopsSharp.tsx index 975e881a4..c3e34ceba 100644 --- a/src/IconCountertopsSharp.tsx +++ b/src/IconCountertopsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsSharp: React.FC = ({ ...props }) => ( +export const IconCountertopsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCountertopsSharp as default } diff --git a/src/IconCountertopsSharpFilled.tsx b/src/IconCountertopsSharpFilled.tsx index fa9001ce9..24276914e 100644 --- a/src/IconCountertopsSharpFilled.tsx +++ b/src/IconCountertopsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCountertopsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCountertopsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCountertopsSharpFilled as default } diff --git a/src/IconCreateNewFolderOutlined.tsx b/src/IconCreateNewFolderOutlined.tsx index 68c6c0d0e..c0ef0c154 100644 --- a/src/IconCreateNewFolderOutlined.tsx +++ b/src/IconCreateNewFolderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderOutlined: React.FC = ({ ...props }) => ( +export const IconCreateNewFolderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreateNewFolderOutlined as default } diff --git a/src/IconCreateNewFolderOutlinedFilled.tsx b/src/IconCreateNewFolderOutlinedFilled.tsx index 4469bfd81..e4a81203a 100644 --- a/src/IconCreateNewFolderOutlinedFilled.tsx +++ b/src/IconCreateNewFolderOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderOutlinedFilled: React.FC = ({ +export const IconCreateNewFolderOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreateNewFolderOutlinedFilled: React.FC = ({ ) - -export { IconCreateNewFolderOutlinedFilled as default } diff --git a/src/IconCreateNewFolderRounded.tsx b/src/IconCreateNewFolderRounded.tsx index 04d1ebcea..360af1268 100644 --- a/src/IconCreateNewFolderRounded.tsx +++ b/src/IconCreateNewFolderRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderRounded: React.FC = ({ ...props }) => ( +export const IconCreateNewFolderRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreateNewFolderRounded as default } diff --git a/src/IconCreateNewFolderRoundedFilled.tsx b/src/IconCreateNewFolderRoundedFilled.tsx index cd94f1fbd..3e2c17734 100644 --- a/src/IconCreateNewFolderRoundedFilled.tsx +++ b/src/IconCreateNewFolderRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderRoundedFilled: React.FC = ({ +export const IconCreateNewFolderRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreateNewFolderRoundedFilled: React.FC = ({ ) - -export { IconCreateNewFolderRoundedFilled as default } diff --git a/src/IconCreateNewFolderSharp.tsx b/src/IconCreateNewFolderSharp.tsx index e9b81f218..b32ab3f73 100644 --- a/src/IconCreateNewFolderSharp.tsx +++ b/src/IconCreateNewFolderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderSharp: React.FC = ({ ...props }) => ( +export const IconCreateNewFolderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreateNewFolderSharp as default } diff --git a/src/IconCreateNewFolderSharpFilled.tsx b/src/IconCreateNewFolderSharpFilled.tsx index 2576073fd..57f6b1231 100644 --- a/src/IconCreateNewFolderSharpFilled.tsx +++ b/src/IconCreateNewFolderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreateNewFolderSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreateNewFolderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreateNewFolderSharpFilled as default } diff --git a/src/IconCreditCardClockOutlined.tsx b/src/IconCreditCardClockOutlined.tsx index 5ed7a4282..488d04fc5 100644 --- a/src/IconCreditCardClockOutlined.tsx +++ b/src/IconCreditCardClockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockOutlined: React.FC = ({ ...props }) => ( +export const IconCreditCardClockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardClockOutlined as default } diff --git a/src/IconCreditCardClockOutlinedFilled.tsx b/src/IconCreditCardClockOutlinedFilled.tsx index cc155331f..d3fef66de 100644 --- a/src/IconCreditCardClockOutlinedFilled.tsx +++ b/src/IconCreditCardClockOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockOutlinedFilled: React.FC = ({ +export const IconCreditCardClockOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreditCardClockOutlinedFilled: React.FC = ({ ) - -export { IconCreditCardClockOutlinedFilled as default } diff --git a/src/IconCreditCardClockRounded.tsx b/src/IconCreditCardClockRounded.tsx index 2925688ce..14a7988ff 100644 --- a/src/IconCreditCardClockRounded.tsx +++ b/src/IconCreditCardClockRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockRounded: React.FC = ({ ...props }) => ( +export const IconCreditCardClockRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardClockRounded as default } diff --git a/src/IconCreditCardClockRoundedFilled.tsx b/src/IconCreditCardClockRoundedFilled.tsx index f714ec71f..d405f6ae5 100644 --- a/src/IconCreditCardClockRoundedFilled.tsx +++ b/src/IconCreditCardClockRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockRoundedFilled: React.FC = ({ +export const IconCreditCardClockRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreditCardClockRoundedFilled: React.FC = ({ ) - -export { IconCreditCardClockRoundedFilled as default } diff --git a/src/IconCreditCardClockSharp.tsx b/src/IconCreditCardClockSharp.tsx index 68f0c6e65..f4eabe5e5 100644 --- a/src/IconCreditCardClockSharp.tsx +++ b/src/IconCreditCardClockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockSharp: React.FC = ({ ...props }) => ( +export const IconCreditCardClockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardClockSharp as default } diff --git a/src/IconCreditCardClockSharpFilled.tsx b/src/IconCreditCardClockSharpFilled.tsx index 0c79debc0..057a393aa 100644 --- a/src/IconCreditCardClockSharpFilled.tsx +++ b/src/IconCreditCardClockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardClockSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardClockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardClockSharpFilled as default } diff --git a/src/IconCreditCardGearOutlined.tsx b/src/IconCreditCardGearOutlined.tsx index 29cef65d2..6e2587b27 100644 --- a/src/IconCreditCardGearOutlined.tsx +++ b/src/IconCreditCardGearOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearOutlined: React.FC = ({ ...props }) => ( +export const IconCreditCardGearOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardGearOutlined as default } diff --git a/src/IconCreditCardGearOutlinedFilled.tsx b/src/IconCreditCardGearOutlinedFilled.tsx index 2a8595e22..ff5857048 100644 --- a/src/IconCreditCardGearOutlinedFilled.tsx +++ b/src/IconCreditCardGearOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearOutlinedFilled: React.FC = ({ +export const IconCreditCardGearOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreditCardGearOutlinedFilled: React.FC = ({ ) - -export { IconCreditCardGearOutlinedFilled as default } diff --git a/src/IconCreditCardGearRounded.tsx b/src/IconCreditCardGearRounded.tsx index 5e4ee7e3f..726b2c381 100644 --- a/src/IconCreditCardGearRounded.tsx +++ b/src/IconCreditCardGearRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearRounded: React.FC = ({ ...props }) => ( +export const IconCreditCardGearRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardGearRounded as default } diff --git a/src/IconCreditCardGearRoundedFilled.tsx b/src/IconCreditCardGearRoundedFilled.tsx index 316739bf5..429dfdbd3 100644 --- a/src/IconCreditCardGearRoundedFilled.tsx +++ b/src/IconCreditCardGearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardGearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardGearRoundedFilled as default } diff --git a/src/IconCreditCardGearSharp.tsx b/src/IconCreditCardGearSharp.tsx index 3cb0d4665..178748c88 100644 --- a/src/IconCreditCardGearSharp.tsx +++ b/src/IconCreditCardGearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearSharp: React.FC = ({ ...props }) => ( +export const IconCreditCardGearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardGearSharp as default } diff --git a/src/IconCreditCardGearSharpFilled.tsx b/src/IconCreditCardGearSharpFilled.tsx index 694f93d5f..dacf3134a 100644 --- a/src/IconCreditCardGearSharpFilled.tsx +++ b/src/IconCreditCardGearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardGearSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardGearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardGearSharpFilled as default } diff --git a/src/IconCreditCardHeartOutlined.tsx b/src/IconCreditCardHeartOutlined.tsx index 80b164108..e48550b0e 100644 --- a/src/IconCreditCardHeartOutlined.tsx +++ b/src/IconCreditCardHeartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartOutlined: React.FC = ({ ...props }) => ( +export const IconCreditCardHeartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardHeartOutlined as default } diff --git a/src/IconCreditCardHeartOutlinedFilled.tsx b/src/IconCreditCardHeartOutlinedFilled.tsx index 499a2719e..8558e1982 100644 --- a/src/IconCreditCardHeartOutlinedFilled.tsx +++ b/src/IconCreditCardHeartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartOutlinedFilled: React.FC = ({ +export const IconCreditCardHeartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreditCardHeartOutlinedFilled: React.FC = ({ ) - -export { IconCreditCardHeartOutlinedFilled as default } diff --git a/src/IconCreditCardHeartRounded.tsx b/src/IconCreditCardHeartRounded.tsx index 6fe306309..7e04c076d 100644 --- a/src/IconCreditCardHeartRounded.tsx +++ b/src/IconCreditCardHeartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartRounded: React.FC = ({ ...props }) => ( +export const IconCreditCardHeartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardHeartRounded as default } diff --git a/src/IconCreditCardHeartRoundedFilled.tsx b/src/IconCreditCardHeartRoundedFilled.tsx index 45103985b..28a46912d 100644 --- a/src/IconCreditCardHeartRoundedFilled.tsx +++ b/src/IconCreditCardHeartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartRoundedFilled: React.FC = ({ +export const IconCreditCardHeartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCreditCardHeartRoundedFilled: React.FC = ({ ) - -export { IconCreditCardHeartRoundedFilled as default } diff --git a/src/IconCreditCardHeartSharp.tsx b/src/IconCreditCardHeartSharp.tsx index b6eca0dec..e0c7a516b 100644 --- a/src/IconCreditCardHeartSharp.tsx +++ b/src/IconCreditCardHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartSharp: React.FC = ({ ...props }) => ( +export const IconCreditCardHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardHeartSharp as default } diff --git a/src/IconCreditCardHeartSharpFilled.tsx b/src/IconCreditCardHeartSharpFilled.tsx index e1310a24f..becf840aa 100644 --- a/src/IconCreditCardHeartSharpFilled.tsx +++ b/src/IconCreditCardHeartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardHeartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardHeartSharpFilled as default } diff --git a/src/IconCreditCardOffOutlined.tsx b/src/IconCreditCardOffOutlined.tsx index 25a7489be..0a62b5fc1 100644 --- a/src/IconCreditCardOffOutlined.tsx +++ b/src/IconCreditCardOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffOutlined: React.FC = ({ ...props }) => ( +export const IconCreditCardOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffOutlined as default } diff --git a/src/IconCreditCardOffOutlinedFilled.tsx b/src/IconCreditCardOffOutlinedFilled.tsx index a623a0651..b971c6f94 100644 --- a/src/IconCreditCardOffOutlinedFilled.tsx +++ b/src/IconCreditCardOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffOutlinedFilled as default } diff --git a/src/IconCreditCardOffRounded.tsx b/src/IconCreditCardOffRounded.tsx index f30109be5..ca71964ee 100644 --- a/src/IconCreditCardOffRounded.tsx +++ b/src/IconCreditCardOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffRounded: React.FC = ({ ...props }) => ( +export const IconCreditCardOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffRounded as default } diff --git a/src/IconCreditCardOffRoundedFilled.tsx b/src/IconCreditCardOffRoundedFilled.tsx index 6e3d4e112..c9c0bfee7 100644 --- a/src/IconCreditCardOffRoundedFilled.tsx +++ b/src/IconCreditCardOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffRoundedFilled as default } diff --git a/src/IconCreditCardOffSharp.tsx b/src/IconCreditCardOffSharp.tsx index 15cab061d..9faa53bdd 100644 --- a/src/IconCreditCardOffSharp.tsx +++ b/src/IconCreditCardOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffSharp: React.FC = ({ ...props }) => ( +export const IconCreditCardOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffSharp as default } diff --git a/src/IconCreditCardOffSharpFilled.tsx b/src/IconCreditCardOffSharpFilled.tsx index 11d632a66..4b4582659 100644 --- a/src/IconCreditCardOffSharpFilled.tsx +++ b/src/IconCreditCardOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardOffSharpFilled as default } diff --git a/src/IconCreditCardOutlined.tsx b/src/IconCreditCardOutlined.tsx index e61242421..1f1376150 100644 --- a/src/IconCreditCardOutlined.tsx +++ b/src/IconCreditCardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOutlined: React.FC = ({ ...props }) => ( +export const IconCreditCardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardOutlined as default } diff --git a/src/IconCreditCardOutlinedFilled.tsx b/src/IconCreditCardOutlinedFilled.tsx index 70b454863..dae158598 100644 --- a/src/IconCreditCardOutlinedFilled.tsx +++ b/src/IconCreditCardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardOutlinedFilled as default } diff --git a/src/IconCreditCardRounded.tsx b/src/IconCreditCardRounded.tsx index 14da652c7..f7694171f 100644 --- a/src/IconCreditCardRounded.tsx +++ b/src/IconCreditCardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardRounded: React.FC = ({ ...props }) => ( +export const IconCreditCardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardRounded as default } diff --git a/src/IconCreditCardRoundedFilled.tsx b/src/IconCreditCardRoundedFilled.tsx index 44a6e84c4..5bb58602d 100644 --- a/src/IconCreditCardRoundedFilled.tsx +++ b/src/IconCreditCardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardRoundedFilled as default } diff --git a/src/IconCreditCardSharp.tsx b/src/IconCreditCardSharp.tsx index c499ca9bd..b4f3d6911 100644 --- a/src/IconCreditCardSharp.tsx +++ b/src/IconCreditCardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardSharp: React.FC = ({ ...props }) => ( +export const IconCreditCardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditCardSharp as default } diff --git a/src/IconCreditCardSharpFilled.tsx b/src/IconCreditCardSharpFilled.tsx index 6717366f0..2d490138f 100644 --- a/src/IconCreditCardSharpFilled.tsx +++ b/src/IconCreditCardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditCardSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditCardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditCardSharpFilled as default } diff --git a/src/IconCreditScoreOutlined.tsx b/src/IconCreditScoreOutlined.tsx index 9b06fc9a4..3d80de2ba 100644 --- a/src/IconCreditScoreOutlined.tsx +++ b/src/IconCreditScoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreOutlined: React.FC = ({ ...props }) => ( +export const IconCreditScoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditScoreOutlined as default } diff --git a/src/IconCreditScoreOutlinedFilled.tsx b/src/IconCreditScoreOutlinedFilled.tsx index 6027d729b..846f4d373 100644 --- a/src/IconCreditScoreOutlinedFilled.tsx +++ b/src/IconCreditScoreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCreditScoreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditScoreOutlinedFilled as default } diff --git a/src/IconCreditScoreRounded.tsx b/src/IconCreditScoreRounded.tsx index e302a97dd..67dccb941 100644 --- a/src/IconCreditScoreRounded.tsx +++ b/src/IconCreditScoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreRounded: React.FC = ({ ...props }) => ( +export const IconCreditScoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditScoreRounded as default } diff --git a/src/IconCreditScoreRoundedFilled.tsx b/src/IconCreditScoreRoundedFilled.tsx index 2bb2f0062..ca1db94bd 100644 --- a/src/IconCreditScoreRoundedFilled.tsx +++ b/src/IconCreditScoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCreditScoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditScoreRoundedFilled as default } diff --git a/src/IconCreditScoreSharp.tsx b/src/IconCreditScoreSharp.tsx index 1ead7f6f7..c74752dca 100644 --- a/src/IconCreditScoreSharp.tsx +++ b/src/IconCreditScoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreSharp: React.FC = ({ ...props }) => ( +export const IconCreditScoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCreditScoreSharp as default } diff --git a/src/IconCreditScoreSharpFilled.tsx b/src/IconCreditScoreSharpFilled.tsx index 02b00ec21..da4aba03c 100644 --- a/src/IconCreditScoreSharpFilled.tsx +++ b/src/IconCreditScoreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCreditScoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconCreditScoreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCreditScoreSharpFilled as default } diff --git a/src/IconCribOutlined.tsx b/src/IconCribOutlined.tsx index 680878f9e..55ab4b934 100644 --- a/src/IconCribOutlined.tsx +++ b/src/IconCribOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribOutlined: React.FC = ({ ...props }) => ( +export const IconCribOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribOutlined as default } diff --git a/src/IconCribOutlinedFilled.tsx b/src/IconCribOutlinedFilled.tsx index 2cf5bdb1c..3629abee6 100644 --- a/src/IconCribOutlinedFilled.tsx +++ b/src/IconCribOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCribOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribOutlinedFilled as default } diff --git a/src/IconCribRounded.tsx b/src/IconCribRounded.tsx index 513bee25e..998d4cede 100644 --- a/src/IconCribRounded.tsx +++ b/src/IconCribRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribRounded: React.FC = ({ ...props }) => ( +export const IconCribRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribRounded as default } diff --git a/src/IconCribRoundedFilled.tsx b/src/IconCribRoundedFilled.tsx index e253edd2a..8c8d27323 100644 --- a/src/IconCribRoundedFilled.tsx +++ b/src/IconCribRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCribRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribRoundedFilled as default } diff --git a/src/IconCribSharp.tsx b/src/IconCribSharp.tsx index 4a56494bf..35976c07e 100644 --- a/src/IconCribSharp.tsx +++ b/src/IconCribSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribSharp: React.FC = ({ ...props }) => ( +export const IconCribSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribSharp as default } diff --git a/src/IconCribSharpFilled.tsx b/src/IconCribSharpFilled.tsx index 8ec010075..2b480ffcd 100644 --- a/src/IconCribSharpFilled.tsx +++ b/src/IconCribSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCribSharpFilled: React.FC = ({ ...props }) => ( +export const IconCribSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCribSharpFilled as default } diff --git a/src/IconCrisisAlertOutlined.tsx b/src/IconCrisisAlertOutlined.tsx index 2b1cfe43c..b91d0a67d 100644 --- a/src/IconCrisisAlertOutlined.tsx +++ b/src/IconCrisisAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertOutlined: React.FC = ({ ...props }) => ( +export const IconCrisisAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertOutlined as default } diff --git a/src/IconCrisisAlertOutlinedFilled.tsx b/src/IconCrisisAlertOutlinedFilled.tsx index a605828ef..2a2742518 100644 --- a/src/IconCrisisAlertOutlinedFilled.tsx +++ b/src/IconCrisisAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrisisAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertOutlinedFilled as default } diff --git a/src/IconCrisisAlertRounded.tsx b/src/IconCrisisAlertRounded.tsx index 9e866ef02..ae738d50d 100644 --- a/src/IconCrisisAlertRounded.tsx +++ b/src/IconCrisisAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertRounded: React.FC = ({ ...props }) => ( +export const IconCrisisAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertRounded as default } diff --git a/src/IconCrisisAlertRoundedFilled.tsx b/src/IconCrisisAlertRoundedFilled.tsx index fa7326034..0c6ea438e 100644 --- a/src/IconCrisisAlertRoundedFilled.tsx +++ b/src/IconCrisisAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrisisAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertRoundedFilled as default } diff --git a/src/IconCrisisAlertSharp.tsx b/src/IconCrisisAlertSharp.tsx index 9bc470f02..103f69b5f 100644 --- a/src/IconCrisisAlertSharp.tsx +++ b/src/IconCrisisAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertSharp: React.FC = ({ ...props }) => ( +export const IconCrisisAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertSharp as default } diff --git a/src/IconCrisisAlertSharpFilled.tsx b/src/IconCrisisAlertSharpFilled.tsx index 2952bac3d..bdd452074 100644 --- a/src/IconCrisisAlertSharpFilled.tsx +++ b/src/IconCrisisAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrisisAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconCrisisAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrisisAlertSharpFilled as default } diff --git a/src/IconCrop169Outlined.tsx b/src/IconCrop169Outlined.tsx index 93769e745..3118454fe 100644 --- a/src/IconCrop169Outlined.tsx +++ b/src/IconCrop169Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169Outlined: React.FC = ({ ...props }) => ( +export const IconCrop169Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop169Outlined as default } diff --git a/src/IconCrop169OutlinedFilled.tsx b/src/IconCrop169OutlinedFilled.tsx index 9692d5880..5b388884e 100644 --- a/src/IconCrop169OutlinedFilled.tsx +++ b/src/IconCrop169OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrop169OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrop169OutlinedFilled as default } diff --git a/src/IconCrop169Rounded.tsx b/src/IconCrop169Rounded.tsx index 155eebbd6..569a0deb6 100644 --- a/src/IconCrop169Rounded.tsx +++ b/src/IconCrop169Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169Rounded: React.FC = ({ ...props }) => ( +export const IconCrop169Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop169Rounded as default } diff --git a/src/IconCrop169RoundedFilled.tsx b/src/IconCrop169RoundedFilled.tsx index a89275ffd..0ba83bbde 100644 --- a/src/IconCrop169RoundedFilled.tsx +++ b/src/IconCrop169RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrop169RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop169RoundedFilled as default } diff --git a/src/IconCrop169Sharp.tsx b/src/IconCrop169Sharp.tsx index 72afa1f30..540fb2718 100644 --- a/src/IconCrop169Sharp.tsx +++ b/src/IconCrop169Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169Sharp: React.FC = ({ ...props }) => ( +export const IconCrop169Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop169Sharp as default } diff --git a/src/IconCrop169SharpFilled.tsx b/src/IconCrop169SharpFilled.tsx index 86262602f..00faba16f 100644 --- a/src/IconCrop169SharpFilled.tsx +++ b/src/IconCrop169SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop169SharpFilled: React.FC = ({ ...props }) => ( +export const IconCrop169SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop169SharpFilled as default } diff --git a/src/IconCrop32Outlined.tsx b/src/IconCrop32Outlined.tsx index 1595d2097..7fd7cef4a 100644 --- a/src/IconCrop32Outlined.tsx +++ b/src/IconCrop32Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32Outlined: React.FC = ({ ...props }) => ( +export const IconCrop32Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32Outlined as default } diff --git a/src/IconCrop32OutlinedFilled.tsx b/src/IconCrop32OutlinedFilled.tsx index c470a7e67..73a6143c2 100644 --- a/src/IconCrop32OutlinedFilled.tsx +++ b/src/IconCrop32OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrop32OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32OutlinedFilled as default } diff --git a/src/IconCrop32Rounded.tsx b/src/IconCrop32Rounded.tsx index 54f394629..5045474ff 100644 --- a/src/IconCrop32Rounded.tsx +++ b/src/IconCrop32Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32Rounded: React.FC = ({ ...props }) => ( +export const IconCrop32Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32Rounded as default } diff --git a/src/IconCrop32RoundedFilled.tsx b/src/IconCrop32RoundedFilled.tsx index e4d05557d..75cfb0f09 100644 --- a/src/IconCrop32RoundedFilled.tsx +++ b/src/IconCrop32RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrop32RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32RoundedFilled as default } diff --git a/src/IconCrop32Sharp.tsx b/src/IconCrop32Sharp.tsx index 5cef4d747..ea5733863 100644 --- a/src/IconCrop32Sharp.tsx +++ b/src/IconCrop32Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32Sharp: React.FC = ({ ...props }) => ( +export const IconCrop32Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32Sharp as default } diff --git a/src/IconCrop32SharpFilled.tsx b/src/IconCrop32SharpFilled.tsx index c729f1ada..019c84692 100644 --- a/src/IconCrop32SharpFilled.tsx +++ b/src/IconCrop32SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop32SharpFilled: React.FC = ({ ...props }) => ( +export const IconCrop32SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop32SharpFilled as default } diff --git a/src/IconCrop54Outlined.tsx b/src/IconCrop54Outlined.tsx index 89b50f586..111799e72 100644 --- a/src/IconCrop54Outlined.tsx +++ b/src/IconCrop54Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54Outlined: React.FC = ({ ...props }) => ( +export const IconCrop54Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54Outlined as default } diff --git a/src/IconCrop54OutlinedFilled.tsx b/src/IconCrop54OutlinedFilled.tsx index 2d499227d..b2ae6666d 100644 --- a/src/IconCrop54OutlinedFilled.tsx +++ b/src/IconCrop54OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrop54OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54OutlinedFilled as default } diff --git a/src/IconCrop54Rounded.tsx b/src/IconCrop54Rounded.tsx index 237e22ccc..c2d606734 100644 --- a/src/IconCrop54Rounded.tsx +++ b/src/IconCrop54Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54Rounded: React.FC = ({ ...props }) => ( +export const IconCrop54Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54Rounded as default } diff --git a/src/IconCrop54RoundedFilled.tsx b/src/IconCrop54RoundedFilled.tsx index 11ebc8c85..736876ca1 100644 --- a/src/IconCrop54RoundedFilled.tsx +++ b/src/IconCrop54RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrop54RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54RoundedFilled as default } diff --git a/src/IconCrop54Sharp.tsx b/src/IconCrop54Sharp.tsx index 105080314..f32a646b8 100644 --- a/src/IconCrop54Sharp.tsx +++ b/src/IconCrop54Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54Sharp: React.FC = ({ ...props }) => ( +export const IconCrop54Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54Sharp as default } diff --git a/src/IconCrop54SharpFilled.tsx b/src/IconCrop54SharpFilled.tsx index f8ac2daef..528ec639b 100644 --- a/src/IconCrop54SharpFilled.tsx +++ b/src/IconCrop54SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop54SharpFilled: React.FC = ({ ...props }) => ( +export const IconCrop54SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop54SharpFilled as default } diff --git a/src/IconCrop75Outlined.tsx b/src/IconCrop75Outlined.tsx index 736ddc3bf..141aff78a 100644 --- a/src/IconCrop75Outlined.tsx +++ b/src/IconCrop75Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75Outlined: React.FC = ({ ...props }) => ( +export const IconCrop75Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75Outlined as default } diff --git a/src/IconCrop75OutlinedFilled.tsx b/src/IconCrop75OutlinedFilled.tsx index c13fd2ecc..08f060466 100644 --- a/src/IconCrop75OutlinedFilled.tsx +++ b/src/IconCrop75OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrop75OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75OutlinedFilled as default } diff --git a/src/IconCrop75Rounded.tsx b/src/IconCrop75Rounded.tsx index e5885d89b..4e39d30cc 100644 --- a/src/IconCrop75Rounded.tsx +++ b/src/IconCrop75Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75Rounded: React.FC = ({ ...props }) => ( +export const IconCrop75Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75Rounded as default } diff --git a/src/IconCrop75RoundedFilled.tsx b/src/IconCrop75RoundedFilled.tsx index 5df3ecedb..bcb357aeb 100644 --- a/src/IconCrop75RoundedFilled.tsx +++ b/src/IconCrop75RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrop75RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75RoundedFilled as default } diff --git a/src/IconCrop75Sharp.tsx b/src/IconCrop75Sharp.tsx index be754654c..210a8221a 100644 --- a/src/IconCrop75Sharp.tsx +++ b/src/IconCrop75Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75Sharp: React.FC = ({ ...props }) => ( +export const IconCrop75Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75Sharp as default } diff --git a/src/IconCrop75SharpFilled.tsx b/src/IconCrop75SharpFilled.tsx index f5ac417a0..09564b75b 100644 --- a/src/IconCrop75SharpFilled.tsx +++ b/src/IconCrop75SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop75SharpFilled: React.FC = ({ ...props }) => ( +export const IconCrop75SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop75SharpFilled as default } diff --git a/src/IconCrop916Outlined.tsx b/src/IconCrop916Outlined.tsx index a80d628e1..505a7c7f6 100644 --- a/src/IconCrop916Outlined.tsx +++ b/src/IconCrop916Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916Outlined: React.FC = ({ ...props }) => ( +export const IconCrop916Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop916Outlined as default } diff --git a/src/IconCrop916OutlinedFilled.tsx b/src/IconCrop916OutlinedFilled.tsx index 70ab8a5c6..aad118d13 100644 --- a/src/IconCrop916OutlinedFilled.tsx +++ b/src/IconCrop916OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrop916OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrop916OutlinedFilled as default } diff --git a/src/IconCrop916Rounded.tsx b/src/IconCrop916Rounded.tsx index 366082638..12fb58fc6 100644 --- a/src/IconCrop916Rounded.tsx +++ b/src/IconCrop916Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916Rounded: React.FC = ({ ...props }) => ( +export const IconCrop916Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop916Rounded as default } diff --git a/src/IconCrop916RoundedFilled.tsx b/src/IconCrop916RoundedFilled.tsx index e40db24fc..7f17a4489 100644 --- a/src/IconCrop916RoundedFilled.tsx +++ b/src/IconCrop916RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916RoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrop916RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop916RoundedFilled as default } diff --git a/src/IconCrop916Sharp.tsx b/src/IconCrop916Sharp.tsx index e29f0a884..c3f686ea0 100644 --- a/src/IconCrop916Sharp.tsx +++ b/src/IconCrop916Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916Sharp: React.FC = ({ ...props }) => ( +export const IconCrop916Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop916Sharp as default } diff --git a/src/IconCrop916SharpFilled.tsx b/src/IconCrop916SharpFilled.tsx index ea2ae093a..dbabee2e6 100644 --- a/src/IconCrop916SharpFilled.tsx +++ b/src/IconCrop916SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrop916SharpFilled: React.FC = ({ ...props }) => ( +export const IconCrop916SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrop916SharpFilled as default } diff --git a/src/IconCropFreeOutlined.tsx b/src/IconCropFreeOutlined.tsx index 4a44b50fd..4be8dd932 100644 --- a/src/IconCropFreeOutlined.tsx +++ b/src/IconCropFreeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeOutlined: React.FC = ({ ...props }) => ( +export const IconCropFreeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropFreeOutlined as default } diff --git a/src/IconCropFreeOutlinedFilled.tsx b/src/IconCropFreeOutlinedFilled.tsx index e74257534..6ed6baed7 100644 --- a/src/IconCropFreeOutlinedFilled.tsx +++ b/src/IconCropFreeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropFreeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropFreeOutlinedFilled as default } diff --git a/src/IconCropFreeRounded.tsx b/src/IconCropFreeRounded.tsx index b4df39abc..3f2a0de3a 100644 --- a/src/IconCropFreeRounded.tsx +++ b/src/IconCropFreeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeRounded: React.FC = ({ ...props }) => ( +export const IconCropFreeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropFreeRounded as default } diff --git a/src/IconCropFreeRoundedFilled.tsx b/src/IconCropFreeRoundedFilled.tsx index d9c7dec97..e7c3e9496 100644 --- a/src/IconCropFreeRoundedFilled.tsx +++ b/src/IconCropFreeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropFreeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropFreeRoundedFilled as default } diff --git a/src/IconCropFreeSharp.tsx b/src/IconCropFreeSharp.tsx index 099c3b229..9be3f6d0e 100644 --- a/src/IconCropFreeSharp.tsx +++ b/src/IconCropFreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeSharp: React.FC = ({ ...props }) => ( +export const IconCropFreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropFreeSharp as default } diff --git a/src/IconCropFreeSharpFilled.tsx b/src/IconCropFreeSharpFilled.tsx index 615cb9bbc..b04e75fc6 100644 --- a/src/IconCropFreeSharpFilled.tsx +++ b/src/IconCropFreeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropFreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropFreeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropFreeSharpFilled as default } diff --git a/src/IconCropLandscapeOutlined.tsx b/src/IconCropLandscapeOutlined.tsx index 9e7b50bd3..9c96cfe68 100644 --- a/src/IconCropLandscapeOutlined.tsx +++ b/src/IconCropLandscapeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeOutlined: React.FC = ({ ...props }) => ( +export const IconCropLandscapeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeOutlined as default } diff --git a/src/IconCropLandscapeOutlinedFilled.tsx b/src/IconCropLandscapeOutlinedFilled.tsx index 895b57781..2eef07f3c 100644 --- a/src/IconCropLandscapeOutlinedFilled.tsx +++ b/src/IconCropLandscapeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropLandscapeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeOutlinedFilled as default } diff --git a/src/IconCropLandscapeRounded.tsx b/src/IconCropLandscapeRounded.tsx index f03626621..31a8169b6 100644 --- a/src/IconCropLandscapeRounded.tsx +++ b/src/IconCropLandscapeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconCropLandscapeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeRounded as default } diff --git a/src/IconCropLandscapeRoundedFilled.tsx b/src/IconCropLandscapeRoundedFilled.tsx index c1e0d4c73..91a493a47 100644 --- a/src/IconCropLandscapeRoundedFilled.tsx +++ b/src/IconCropLandscapeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropLandscapeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeRoundedFilled as default } diff --git a/src/IconCropLandscapeSharp.tsx b/src/IconCropLandscapeSharp.tsx index 126b9e7b6..d7b884844 100644 --- a/src/IconCropLandscapeSharp.tsx +++ b/src/IconCropLandscapeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconCropLandscapeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeSharp as default } diff --git a/src/IconCropLandscapeSharpFilled.tsx b/src/IconCropLandscapeSharpFilled.tsx index 4d0a84134..01b655043 100644 --- a/src/IconCropLandscapeSharpFilled.tsx +++ b/src/IconCropLandscapeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropLandscapeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropLandscapeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropLandscapeSharpFilled as default } diff --git a/src/IconCropOutlined.tsx b/src/IconCropOutlined.tsx index 25f820d34..eeebb4b57 100644 --- a/src/IconCropOutlined.tsx +++ b/src/IconCropOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropOutlined: React.FC = ({ ...props }) => ( +export const IconCropOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropOutlined as default } diff --git a/src/IconCropOutlinedFilled.tsx b/src/IconCropOutlinedFilled.tsx index 703281f05..7f0518a89 100644 --- a/src/IconCropOutlinedFilled.tsx +++ b/src/IconCropOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropOutlinedFilled as default } diff --git a/src/IconCropPortraitOutlined.tsx b/src/IconCropPortraitOutlined.tsx index 9b6dbe720..738b295b8 100644 --- a/src/IconCropPortraitOutlined.tsx +++ b/src/IconCropPortraitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconCropPortraitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropPortraitOutlined as default } diff --git a/src/IconCropPortraitOutlinedFilled.tsx b/src/IconCropPortraitOutlinedFilled.tsx index 5d53556be..41b6ddf9c 100644 --- a/src/IconCropPortraitOutlinedFilled.tsx +++ b/src/IconCropPortraitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropPortraitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropPortraitOutlinedFilled as default } diff --git a/src/IconCropPortraitRounded.tsx b/src/IconCropPortraitRounded.tsx index c58b90ff6..bf2be1624 100644 --- a/src/IconCropPortraitRounded.tsx +++ b/src/IconCropPortraitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitRounded: React.FC = ({ ...props }) => ( +export const IconCropPortraitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropPortraitRounded as default } diff --git a/src/IconCropPortraitRoundedFilled.tsx b/src/IconCropPortraitRoundedFilled.tsx index 3c059543f..72e7d8b65 100644 --- a/src/IconCropPortraitRoundedFilled.tsx +++ b/src/IconCropPortraitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropPortraitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropPortraitRoundedFilled as default } diff --git a/src/IconCropPortraitSharp.tsx b/src/IconCropPortraitSharp.tsx index 4bfd03f59..11981af47 100644 --- a/src/IconCropPortraitSharp.tsx +++ b/src/IconCropPortraitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitSharp: React.FC = ({ ...props }) => ( +export const IconCropPortraitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropPortraitSharp as default } diff --git a/src/IconCropPortraitSharpFilled.tsx b/src/IconCropPortraitSharpFilled.tsx index add488776..b56b8d1e6 100644 --- a/src/IconCropPortraitSharpFilled.tsx +++ b/src/IconCropPortraitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropPortraitSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropPortraitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropPortraitSharpFilled as default } diff --git a/src/IconCropRotateOutlined.tsx b/src/IconCropRotateOutlined.tsx index 82a8b35bc..9ac5a9bff 100644 --- a/src/IconCropRotateOutlined.tsx +++ b/src/IconCropRotateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateOutlined: React.FC = ({ ...props }) => ( +export const IconCropRotateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropRotateOutlined as default } diff --git a/src/IconCropRotateOutlinedFilled.tsx b/src/IconCropRotateOutlinedFilled.tsx index a03736e1b..f9c7e35e8 100644 --- a/src/IconCropRotateOutlinedFilled.tsx +++ b/src/IconCropRotateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropRotateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropRotateOutlinedFilled as default } diff --git a/src/IconCropRotateRounded.tsx b/src/IconCropRotateRounded.tsx index ea0dccf8d..26ce6785a 100644 --- a/src/IconCropRotateRounded.tsx +++ b/src/IconCropRotateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateRounded: React.FC = ({ ...props }) => ( +export const IconCropRotateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropRotateRounded as default } diff --git a/src/IconCropRotateRoundedFilled.tsx b/src/IconCropRotateRoundedFilled.tsx index dae6a8925..f24673c4b 100644 --- a/src/IconCropRotateRoundedFilled.tsx +++ b/src/IconCropRotateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropRotateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropRotateRoundedFilled as default } diff --git a/src/IconCropRotateSharp.tsx b/src/IconCropRotateSharp.tsx index 51dca2d9b..20f0667b2 100644 --- a/src/IconCropRotateSharp.tsx +++ b/src/IconCropRotateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateSharp: React.FC = ({ ...props }) => ( +export const IconCropRotateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropRotateSharp as default } diff --git a/src/IconCropRotateSharpFilled.tsx b/src/IconCropRotateSharpFilled.tsx index a9a7256d3..10c356aa2 100644 --- a/src/IconCropRotateSharpFilled.tsx +++ b/src/IconCropRotateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropRotateSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropRotateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropRotateSharpFilled as default } diff --git a/src/IconCropRounded.tsx b/src/IconCropRounded.tsx index 54ac6b011..4cd289dd7 100644 --- a/src/IconCropRounded.tsx +++ b/src/IconCropRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropRounded: React.FC = ({ ...props }) => ( +export const IconCropRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropRounded as default } diff --git a/src/IconCropRoundedFilled.tsx b/src/IconCropRoundedFilled.tsx index 2bc9b79c7..c8e8b6154 100644 --- a/src/IconCropRoundedFilled.tsx +++ b/src/IconCropRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropRoundedFilled as default } diff --git a/src/IconCropSharp.tsx b/src/IconCropSharp.tsx index fb420c363..b21e5cef6 100644 --- a/src/IconCropSharp.tsx +++ b/src/IconCropSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropSharp: React.FC = ({ ...props }) => ( +export const IconCropSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropSharp as default } diff --git a/src/IconCropSharpFilled.tsx b/src/IconCropSharpFilled.tsx index 7d65149bb..4d6bee3cf 100644 --- a/src/IconCropSharpFilled.tsx +++ b/src/IconCropSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropSharpFilled as default } diff --git a/src/IconCropSquareOutlined.tsx b/src/IconCropSquareOutlined.tsx index 2eca191e3..f2d4a4a4f 100644 --- a/src/IconCropSquareOutlined.tsx +++ b/src/IconCropSquareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareOutlined: React.FC = ({ ...props }) => ( +export const IconCropSquareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropSquareOutlined as default } diff --git a/src/IconCropSquareOutlinedFilled.tsx b/src/IconCropSquareOutlinedFilled.tsx index b2d54c9eb..01fa4207f 100644 --- a/src/IconCropSquareOutlinedFilled.tsx +++ b/src/IconCropSquareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCropSquareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropSquareOutlinedFilled as default } diff --git a/src/IconCropSquareRounded.tsx b/src/IconCropSquareRounded.tsx index b2ae7e060..a4770a692 100644 --- a/src/IconCropSquareRounded.tsx +++ b/src/IconCropSquareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareRounded: React.FC = ({ ...props }) => ( +export const IconCropSquareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropSquareRounded as default } diff --git a/src/IconCropSquareRoundedFilled.tsx b/src/IconCropSquareRoundedFilled.tsx index 2e4bbee9e..c4b69286a 100644 --- a/src/IconCropSquareRoundedFilled.tsx +++ b/src/IconCropSquareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCropSquareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropSquareRoundedFilled as default } diff --git a/src/IconCropSquareSharp.tsx b/src/IconCropSquareSharp.tsx index 41480d922..aa404d397 100644 --- a/src/IconCropSquareSharp.tsx +++ b/src/IconCropSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareSharp: React.FC = ({ ...props }) => ( +export const IconCropSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCropSquareSharp as default } diff --git a/src/IconCropSquareSharpFilled.tsx b/src/IconCropSquareSharpFilled.tsx index ecf16fcf8..623da8a63 100644 --- a/src/IconCropSquareSharpFilled.tsx +++ b/src/IconCropSquareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCropSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconCropSquareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCropSquareSharpFilled as default } diff --git a/src/IconCrosswordOutlined.tsx b/src/IconCrosswordOutlined.tsx index 7c7d2bea4..ae240ec6b 100644 --- a/src/IconCrosswordOutlined.tsx +++ b/src/IconCrosswordOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordOutlined: React.FC = ({ ...props }) => ( +export const IconCrosswordOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrosswordOutlined as default } diff --git a/src/IconCrosswordOutlinedFilled.tsx b/src/IconCrosswordOutlinedFilled.tsx index 07cbe0d66..67c6d73d1 100644 --- a/src/IconCrosswordOutlinedFilled.tsx +++ b/src/IconCrosswordOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrosswordOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrosswordOutlinedFilled as default } diff --git a/src/IconCrosswordRounded.tsx b/src/IconCrosswordRounded.tsx index 496012d69..845d69605 100644 --- a/src/IconCrosswordRounded.tsx +++ b/src/IconCrosswordRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordRounded: React.FC = ({ ...props }) => ( +export const IconCrosswordRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrosswordRounded as default } diff --git a/src/IconCrosswordRoundedFilled.tsx b/src/IconCrosswordRoundedFilled.tsx index 16f342e01..e3df5bbcd 100644 --- a/src/IconCrosswordRoundedFilled.tsx +++ b/src/IconCrosswordRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrosswordRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrosswordRoundedFilled as default } diff --git a/src/IconCrosswordSharp.tsx b/src/IconCrosswordSharp.tsx index 4ac56368f..33d2dc8d1 100644 --- a/src/IconCrosswordSharp.tsx +++ b/src/IconCrosswordSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordSharp: React.FC = ({ ...props }) => ( +export const IconCrosswordSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrosswordSharp as default } diff --git a/src/IconCrosswordSharpFilled.tsx b/src/IconCrosswordSharpFilled.tsx index 47df8e89b..db0c4aa65 100644 --- a/src/IconCrosswordSharpFilled.tsx +++ b/src/IconCrosswordSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrosswordSharpFilled: React.FC = ({ ...props }) => ( +export const IconCrosswordSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrosswordSharpFilled as default } diff --git a/src/IconCrowdsourceOutlined.tsx b/src/IconCrowdsourceOutlined.tsx index 76aa77c44..a6d0f2845 100644 --- a/src/IconCrowdsourceOutlined.tsx +++ b/src/IconCrowdsourceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceOutlined: React.FC = ({ ...props }) => ( +export const IconCrowdsourceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceOutlined as default } diff --git a/src/IconCrowdsourceOutlinedFilled.tsx b/src/IconCrowdsourceOutlinedFilled.tsx index 87e9e280e..9104c4b2c 100644 --- a/src/IconCrowdsourceOutlinedFilled.tsx +++ b/src/IconCrowdsourceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrowdsourceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceOutlinedFilled as default } diff --git a/src/IconCrowdsourceRounded.tsx b/src/IconCrowdsourceRounded.tsx index 0b991427f..04b0eb4e9 100644 --- a/src/IconCrowdsourceRounded.tsx +++ b/src/IconCrowdsourceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceRounded: React.FC = ({ ...props }) => ( +export const IconCrowdsourceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceRounded as default } diff --git a/src/IconCrowdsourceRoundedFilled.tsx b/src/IconCrowdsourceRoundedFilled.tsx index f8ace87ff..00e8751bb 100644 --- a/src/IconCrowdsourceRoundedFilled.tsx +++ b/src/IconCrowdsourceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrowdsourceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceRoundedFilled as default } diff --git a/src/IconCrowdsourceSharp.tsx b/src/IconCrowdsourceSharp.tsx index 218dafad3..f5cfdfb4f 100644 --- a/src/IconCrowdsourceSharp.tsx +++ b/src/IconCrowdsourceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceSharp: React.FC = ({ ...props }) => ( +export const IconCrowdsourceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceSharp as default } diff --git a/src/IconCrowdsourceSharpFilled.tsx b/src/IconCrowdsourceSharpFilled.tsx index 36a089a83..62d9fee20 100644 --- a/src/IconCrowdsourceSharpFilled.tsx +++ b/src/IconCrowdsourceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrowdsourceSharpFilled: React.FC = ({ ...props }) => ( +export const IconCrowdsourceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrowdsourceSharpFilled as default } diff --git a/src/IconCrueltyFreeOutlined.tsx b/src/IconCrueltyFreeOutlined.tsx index 5f9ac4916..fe6ad1684 100644 --- a/src/IconCrueltyFreeOutlined.tsx +++ b/src/IconCrueltyFreeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeOutlined: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeOutlined as default } diff --git a/src/IconCrueltyFreeOutlinedFilled.tsx b/src/IconCrueltyFreeOutlinedFilled.tsx index ff851b18b..348c5173b 100644 --- a/src/IconCrueltyFreeOutlinedFilled.tsx +++ b/src/IconCrueltyFreeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeOutlinedFilled as default } diff --git a/src/IconCrueltyFreeRounded.tsx b/src/IconCrueltyFreeRounded.tsx index 1d4dd05b4..d5a76c69c 100644 --- a/src/IconCrueltyFreeRounded.tsx +++ b/src/IconCrueltyFreeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeRounded: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeRounded as default } diff --git a/src/IconCrueltyFreeRoundedFilled.tsx b/src/IconCrueltyFreeRoundedFilled.tsx index 007a1ffa1..aa2b8aa36 100644 --- a/src/IconCrueltyFreeRoundedFilled.tsx +++ b/src/IconCrueltyFreeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeRoundedFilled as default } diff --git a/src/IconCrueltyFreeSharp.tsx b/src/IconCrueltyFreeSharp.tsx index 0eb3564f1..bb09bf515 100644 --- a/src/IconCrueltyFreeSharp.tsx +++ b/src/IconCrueltyFreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeSharp: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeSharp as default } diff --git a/src/IconCrueltyFreeSharpFilled.tsx b/src/IconCrueltyFreeSharpFilled.tsx index de10cc290..44b6d80f0 100644 --- a/src/IconCrueltyFreeSharpFilled.tsx +++ b/src/IconCrueltyFreeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCrueltyFreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCrueltyFreeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCrueltyFreeSharpFilled as default } diff --git a/src/IconCssOutlined.tsx b/src/IconCssOutlined.tsx index 9a149a6cb..d96fc9535 100644 --- a/src/IconCssOutlined.tsx +++ b/src/IconCssOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssOutlined: React.FC = ({ ...props }) => ( +export const IconCssOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssOutlined as default } diff --git a/src/IconCssOutlinedFilled.tsx b/src/IconCssOutlinedFilled.tsx index f192dcf20..dfe3c7ab6 100644 --- a/src/IconCssOutlinedFilled.tsx +++ b/src/IconCssOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCssOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssOutlinedFilled as default } diff --git a/src/IconCssRounded.tsx b/src/IconCssRounded.tsx index e589866e7..e5e31fd53 100644 --- a/src/IconCssRounded.tsx +++ b/src/IconCssRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssRounded: React.FC = ({ ...props }) => ( +export const IconCssRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssRounded as default } diff --git a/src/IconCssRoundedFilled.tsx b/src/IconCssRoundedFilled.tsx index 623f1c353..caa00ff61 100644 --- a/src/IconCssRoundedFilled.tsx +++ b/src/IconCssRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCssRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssRoundedFilled as default } diff --git a/src/IconCssSharp.tsx b/src/IconCssSharp.tsx index 5984617cb..a35203634 100644 --- a/src/IconCssSharp.tsx +++ b/src/IconCssSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssSharp: React.FC = ({ ...props }) => ( +export const IconCssSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssSharp as default } diff --git a/src/IconCssSharpFilled.tsx b/src/IconCssSharpFilled.tsx index 681c0bbdc..21b546366 100644 --- a/src/IconCssSharpFilled.tsx +++ b/src/IconCssSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCssSharpFilled: React.FC = ({ ...props }) => ( +export const IconCssSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCssSharpFilled as default } diff --git a/src/IconCsvOutlined.tsx b/src/IconCsvOutlined.tsx index 5be03bd0f..6efc7ae9b 100644 --- a/src/IconCsvOutlined.tsx +++ b/src/IconCsvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvOutlined: React.FC = ({ ...props }) => ( +export const IconCsvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvOutlined as default } diff --git a/src/IconCsvOutlinedFilled.tsx b/src/IconCsvOutlinedFilled.tsx index d6283efc7..f4d4ba09d 100644 --- a/src/IconCsvOutlinedFilled.tsx +++ b/src/IconCsvOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCsvOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvOutlinedFilled as default } diff --git a/src/IconCsvRounded.tsx b/src/IconCsvRounded.tsx index 16ce1bac7..43aa72532 100644 --- a/src/IconCsvRounded.tsx +++ b/src/IconCsvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvRounded: React.FC = ({ ...props }) => ( +export const IconCsvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvRounded as default } diff --git a/src/IconCsvRoundedFilled.tsx b/src/IconCsvRoundedFilled.tsx index f8ab8c0d5..8154a29e8 100644 --- a/src/IconCsvRoundedFilled.tsx +++ b/src/IconCsvRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCsvRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvRoundedFilled as default } diff --git a/src/IconCsvSharp.tsx b/src/IconCsvSharp.tsx index 2bba01d90..e7719aa15 100644 --- a/src/IconCsvSharp.tsx +++ b/src/IconCsvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvSharp: React.FC = ({ ...props }) => ( +export const IconCsvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvSharp as default } diff --git a/src/IconCsvSharpFilled.tsx b/src/IconCsvSharpFilled.tsx index 8af35faf3..034373dfa 100644 --- a/src/IconCsvSharpFilled.tsx +++ b/src/IconCsvSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCsvSharpFilled: React.FC = ({ ...props }) => ( +export const IconCsvSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCsvSharpFilled as default } diff --git a/src/IconCurrencyBitcoinOutlined.tsx b/src/IconCurrencyBitcoinOutlined.tsx index 4099bb7c1..129fe3364 100644 --- a/src/IconCurrencyBitcoinOutlined.tsx +++ b/src/IconCurrencyBitcoinOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyBitcoinOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyBitcoinOutlined as default } diff --git a/src/IconCurrencyBitcoinOutlinedFilled.tsx b/src/IconCurrencyBitcoinOutlinedFilled.tsx index de058c20f..eeca1f36f 100644 --- a/src/IconCurrencyBitcoinOutlinedFilled.tsx +++ b/src/IconCurrencyBitcoinOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinOutlinedFilled: React.FC = ({ +export const IconCurrencyBitcoinOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyBitcoinOutlinedFilled: React.FC = ({ ) - -export { IconCurrencyBitcoinOutlinedFilled as default } diff --git a/src/IconCurrencyBitcoinRounded.tsx b/src/IconCurrencyBitcoinRounded.tsx index 924ad4bf8..3d96a69d7 100644 --- a/src/IconCurrencyBitcoinRounded.tsx +++ b/src/IconCurrencyBitcoinRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyBitcoinRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyBitcoinRounded as default } diff --git a/src/IconCurrencyBitcoinRoundedFilled.tsx b/src/IconCurrencyBitcoinRoundedFilled.tsx index 0e31f93bf..932a160d1 100644 --- a/src/IconCurrencyBitcoinRoundedFilled.tsx +++ b/src/IconCurrencyBitcoinRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinRoundedFilled: React.FC = ({ +export const IconCurrencyBitcoinRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyBitcoinRoundedFilled: React.FC = ({ ) - -export { IconCurrencyBitcoinRoundedFilled as default } diff --git a/src/IconCurrencyBitcoinSharp.tsx b/src/IconCurrencyBitcoinSharp.tsx index 7e685a886..cd8a34135 100644 --- a/src/IconCurrencyBitcoinSharp.tsx +++ b/src/IconCurrencyBitcoinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyBitcoinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyBitcoinSharp as default } diff --git a/src/IconCurrencyBitcoinSharpFilled.tsx b/src/IconCurrencyBitcoinSharpFilled.tsx index 369c349a4..a19690af3 100644 --- a/src/IconCurrencyBitcoinSharpFilled.tsx +++ b/src/IconCurrencyBitcoinSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyBitcoinSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyBitcoinSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyBitcoinSharpFilled as default } diff --git a/src/IconCurrencyExchangeOutlined.tsx b/src/IconCurrencyExchangeOutlined.tsx index 8e31c4e56..59c1fdda0 100644 --- a/src/IconCurrencyExchangeOutlined.tsx +++ b/src/IconCurrencyExchangeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyExchangeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyExchangeOutlined as default } diff --git a/src/IconCurrencyExchangeOutlinedFilled.tsx b/src/IconCurrencyExchangeOutlinedFilled.tsx index 36b183de4..7552831af 100644 --- a/src/IconCurrencyExchangeOutlinedFilled.tsx +++ b/src/IconCurrencyExchangeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeOutlinedFilled: React.FC = ({ +export const IconCurrencyExchangeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyExchangeOutlinedFilled: React.FC = ({ ) - -export { IconCurrencyExchangeOutlinedFilled as default } diff --git a/src/IconCurrencyExchangeRounded.tsx b/src/IconCurrencyExchangeRounded.tsx index e9f1a1792..2ba8fd330 100644 --- a/src/IconCurrencyExchangeRounded.tsx +++ b/src/IconCurrencyExchangeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyExchangeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyExchangeRounded as default } diff --git a/src/IconCurrencyExchangeRoundedFilled.tsx b/src/IconCurrencyExchangeRoundedFilled.tsx index 52b08c869..a5f4ba32b 100644 --- a/src/IconCurrencyExchangeRoundedFilled.tsx +++ b/src/IconCurrencyExchangeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeRoundedFilled: React.FC = ({ +export const IconCurrencyExchangeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyExchangeRoundedFilled: React.FC = ({ ) - -export { IconCurrencyExchangeRoundedFilled as default } diff --git a/src/IconCurrencyExchangeSharp.tsx b/src/IconCurrencyExchangeSharp.tsx index 6a4f5c81b..41faff3a8 100644 --- a/src/IconCurrencyExchangeSharp.tsx +++ b/src/IconCurrencyExchangeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyExchangeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyExchangeSharp as default } diff --git a/src/IconCurrencyExchangeSharpFilled.tsx b/src/IconCurrencyExchangeSharpFilled.tsx index 97b6c98a5..9dc139f21 100644 --- a/src/IconCurrencyExchangeSharpFilled.tsx +++ b/src/IconCurrencyExchangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyExchangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyExchangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyExchangeSharpFilled as default } diff --git a/src/IconCurrencyFrancOutlined.tsx b/src/IconCurrencyFrancOutlined.tsx index 9f99a2e0a..095c92d6c 100644 --- a/src/IconCurrencyFrancOutlined.tsx +++ b/src/IconCurrencyFrancOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancOutlined as default } diff --git a/src/IconCurrencyFrancOutlinedFilled.tsx b/src/IconCurrencyFrancOutlinedFilled.tsx index e4fc855c2..f375d11c5 100644 --- a/src/IconCurrencyFrancOutlinedFilled.tsx +++ b/src/IconCurrencyFrancOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancOutlinedFilled as default } diff --git a/src/IconCurrencyFrancRounded.tsx b/src/IconCurrencyFrancRounded.tsx index 7b4ae4107..2166b621c 100644 --- a/src/IconCurrencyFrancRounded.tsx +++ b/src/IconCurrencyFrancRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancRounded as default } diff --git a/src/IconCurrencyFrancRoundedFilled.tsx b/src/IconCurrencyFrancRoundedFilled.tsx index 9fd7d01dc..d51a3b50a 100644 --- a/src/IconCurrencyFrancRoundedFilled.tsx +++ b/src/IconCurrencyFrancRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancRoundedFilled as default } diff --git a/src/IconCurrencyFrancSharp.tsx b/src/IconCurrencyFrancSharp.tsx index 603ecc3c7..f80c88b04 100644 --- a/src/IconCurrencyFrancSharp.tsx +++ b/src/IconCurrencyFrancSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancSharp as default } diff --git a/src/IconCurrencyFrancSharpFilled.tsx b/src/IconCurrencyFrancSharpFilled.tsx index eaf3e1b4c..24ead8a5b 100644 --- a/src/IconCurrencyFrancSharpFilled.tsx +++ b/src/IconCurrencyFrancSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyFrancSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyFrancSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyFrancSharpFilled as default } diff --git a/src/IconCurrencyLiraOutlined.tsx b/src/IconCurrencyLiraOutlined.tsx index 352b953c3..94ecdd153 100644 --- a/src/IconCurrencyLiraOutlined.tsx +++ b/src/IconCurrencyLiraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraOutlined as default } diff --git a/src/IconCurrencyLiraOutlinedFilled.tsx b/src/IconCurrencyLiraOutlinedFilled.tsx index 4b64d855c..7761a42a8 100644 --- a/src/IconCurrencyLiraOutlinedFilled.tsx +++ b/src/IconCurrencyLiraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraOutlinedFilled as default } diff --git a/src/IconCurrencyLiraRounded.tsx b/src/IconCurrencyLiraRounded.tsx index 4556ca03a..1aa59b705 100644 --- a/src/IconCurrencyLiraRounded.tsx +++ b/src/IconCurrencyLiraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraRounded as default } diff --git a/src/IconCurrencyLiraRoundedFilled.tsx b/src/IconCurrencyLiraRoundedFilled.tsx index ada7d892c..653aee092 100644 --- a/src/IconCurrencyLiraRoundedFilled.tsx +++ b/src/IconCurrencyLiraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraRoundedFilled as default } diff --git a/src/IconCurrencyLiraSharp.tsx b/src/IconCurrencyLiraSharp.tsx index ddc434304..e62f62e7d 100644 --- a/src/IconCurrencyLiraSharp.tsx +++ b/src/IconCurrencyLiraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraSharp as default } diff --git a/src/IconCurrencyLiraSharpFilled.tsx b/src/IconCurrencyLiraSharpFilled.tsx index d9c830a62..cb0b57d4a 100644 --- a/src/IconCurrencyLiraSharpFilled.tsx +++ b/src/IconCurrencyLiraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyLiraSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyLiraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyLiraSharpFilled as default } diff --git a/src/IconCurrencyPoundOutlined.tsx b/src/IconCurrencyPoundOutlined.tsx index c1bca17c6..2daee1c77 100644 --- a/src/IconCurrencyPoundOutlined.tsx +++ b/src/IconCurrencyPoundOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundOutlined as default } diff --git a/src/IconCurrencyPoundOutlinedFilled.tsx b/src/IconCurrencyPoundOutlinedFilled.tsx index fddfc6a67..e93d4f71f 100644 --- a/src/IconCurrencyPoundOutlinedFilled.tsx +++ b/src/IconCurrencyPoundOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundOutlinedFilled as default } diff --git a/src/IconCurrencyPoundRounded.tsx b/src/IconCurrencyPoundRounded.tsx index 23f3a785d..cf6f6e4c5 100644 --- a/src/IconCurrencyPoundRounded.tsx +++ b/src/IconCurrencyPoundRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundRounded as default } diff --git a/src/IconCurrencyPoundRoundedFilled.tsx b/src/IconCurrencyPoundRoundedFilled.tsx index afcc882a4..8a232186b 100644 --- a/src/IconCurrencyPoundRoundedFilled.tsx +++ b/src/IconCurrencyPoundRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundRoundedFilled as default } diff --git a/src/IconCurrencyPoundSharp.tsx b/src/IconCurrencyPoundSharp.tsx index fade61737..e3d230817 100644 --- a/src/IconCurrencyPoundSharp.tsx +++ b/src/IconCurrencyPoundSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundSharp as default } diff --git a/src/IconCurrencyPoundSharpFilled.tsx b/src/IconCurrencyPoundSharpFilled.tsx index 25bac2e74..5db9f9112 100644 --- a/src/IconCurrencyPoundSharpFilled.tsx +++ b/src/IconCurrencyPoundSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyPoundSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyPoundSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyPoundSharpFilled as default } diff --git a/src/IconCurrencyRubleOutlined.tsx b/src/IconCurrencyRubleOutlined.tsx index 733aeb180..da3466059 100644 --- a/src/IconCurrencyRubleOutlined.tsx +++ b/src/IconCurrencyRubleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleOutlined as default } diff --git a/src/IconCurrencyRubleOutlinedFilled.tsx b/src/IconCurrencyRubleOutlinedFilled.tsx index 4e2d299bb..b3deb73c4 100644 --- a/src/IconCurrencyRubleOutlinedFilled.tsx +++ b/src/IconCurrencyRubleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleOutlinedFilled as default } diff --git a/src/IconCurrencyRubleRounded.tsx b/src/IconCurrencyRubleRounded.tsx index df1a27685..953ae5fde 100644 --- a/src/IconCurrencyRubleRounded.tsx +++ b/src/IconCurrencyRubleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleRounded as default } diff --git a/src/IconCurrencyRubleRoundedFilled.tsx b/src/IconCurrencyRubleRoundedFilled.tsx index d0db8ef4e..acd14a4c5 100644 --- a/src/IconCurrencyRubleRoundedFilled.tsx +++ b/src/IconCurrencyRubleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleRoundedFilled as default } diff --git a/src/IconCurrencyRubleSharp.tsx b/src/IconCurrencyRubleSharp.tsx index 028f2bee1..ea919e2b9 100644 --- a/src/IconCurrencyRubleSharp.tsx +++ b/src/IconCurrencyRubleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleSharp as default } diff --git a/src/IconCurrencyRubleSharpFilled.tsx b/src/IconCurrencyRubleSharpFilled.tsx index c7ec080b0..5304892b2 100644 --- a/src/IconCurrencyRubleSharpFilled.tsx +++ b/src/IconCurrencyRubleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRubleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRubleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRubleSharpFilled as default } diff --git a/src/IconCurrencyRupeeCircleOutlined.tsx b/src/IconCurrencyRupeeCircleOutlined.tsx index c476b5a0a..b5e029d90 100644 --- a/src/IconCurrencyRupeeCircleOutlined.tsx +++ b/src/IconCurrencyRupeeCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeCircleOutlined as default } diff --git a/src/IconCurrencyRupeeCircleOutlinedFilled.tsx b/src/IconCurrencyRupeeCircleOutlinedFilled.tsx index 707cea655..5b2fa264a 100644 --- a/src/IconCurrencyRupeeCircleOutlinedFilled.tsx +++ b/src/IconCurrencyRupeeCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleOutlinedFilled: React.FC = ({ +export const IconCurrencyRupeeCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyRupeeCircleOutlinedFilled: React.FC = ({ ) - -export { IconCurrencyRupeeCircleOutlinedFilled as default } diff --git a/src/IconCurrencyRupeeCircleRounded.tsx b/src/IconCurrencyRupeeCircleRounded.tsx index 74668fd9d..d1c74e30b 100644 --- a/src/IconCurrencyRupeeCircleRounded.tsx +++ b/src/IconCurrencyRupeeCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeCircleRounded as default } diff --git a/src/IconCurrencyRupeeCircleRoundedFilled.tsx b/src/IconCurrencyRupeeCircleRoundedFilled.tsx index d51de0acc..259b7a054 100644 --- a/src/IconCurrencyRupeeCircleRoundedFilled.tsx +++ b/src/IconCurrencyRupeeCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleRoundedFilled: React.FC = ({ +export const IconCurrencyRupeeCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyRupeeCircleRoundedFilled: React.FC = ({ ) - -export { IconCurrencyRupeeCircleRoundedFilled as default } diff --git a/src/IconCurrencyRupeeCircleSharp.tsx b/src/IconCurrencyRupeeCircleSharp.tsx index 3212a63da..df59e4166 100644 --- a/src/IconCurrencyRupeeCircleSharp.tsx +++ b/src/IconCurrencyRupeeCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeCircleSharp as default } diff --git a/src/IconCurrencyRupeeCircleSharpFilled.tsx b/src/IconCurrencyRupeeCircleSharpFilled.tsx index 660df63eb..ffc06272d 100644 --- a/src/IconCurrencyRupeeCircleSharpFilled.tsx +++ b/src/IconCurrencyRupeeCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeCircleSharpFilled: React.FC = ({ +export const IconCurrencyRupeeCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurrencyRupeeCircleSharpFilled: React.FC = ({ ) - -export { IconCurrencyRupeeCircleSharpFilled as default } diff --git a/src/IconCurrencyRupeeOutlined.tsx b/src/IconCurrencyRupeeOutlined.tsx index 0b87f3dfe..c3a182173 100644 --- a/src/IconCurrencyRupeeOutlined.tsx +++ b/src/IconCurrencyRupeeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeOutlined as default } diff --git a/src/IconCurrencyRupeeOutlinedFilled.tsx b/src/IconCurrencyRupeeOutlinedFilled.tsx index d44ee3a4a..626615fdf 100644 --- a/src/IconCurrencyRupeeOutlinedFilled.tsx +++ b/src/IconCurrencyRupeeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeOutlinedFilled as default } diff --git a/src/IconCurrencyRupeeRounded.tsx b/src/IconCurrencyRupeeRounded.tsx index 638654ebb..316789843 100644 --- a/src/IconCurrencyRupeeRounded.tsx +++ b/src/IconCurrencyRupeeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeRounded as default } diff --git a/src/IconCurrencyRupeeRoundedFilled.tsx b/src/IconCurrencyRupeeRoundedFilled.tsx index 291ae976d..3fc4db00c 100644 --- a/src/IconCurrencyRupeeRoundedFilled.tsx +++ b/src/IconCurrencyRupeeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeRoundedFilled as default } diff --git a/src/IconCurrencyRupeeSharp.tsx b/src/IconCurrencyRupeeSharp.tsx index 929c5b2a1..4c83c1c06 100644 --- a/src/IconCurrencyRupeeSharp.tsx +++ b/src/IconCurrencyRupeeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeSharp as default } diff --git a/src/IconCurrencyRupeeSharpFilled.tsx b/src/IconCurrencyRupeeSharpFilled.tsx index 11c6ab99c..948f9dfdc 100644 --- a/src/IconCurrencyRupeeSharpFilled.tsx +++ b/src/IconCurrencyRupeeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyRupeeSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyRupeeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyRupeeSharpFilled as default } diff --git a/src/IconCurrencyYenOutlined.tsx b/src/IconCurrencyYenOutlined.tsx index bc760fca3..991edee09 100644 --- a/src/IconCurrencyYenOutlined.tsx +++ b/src/IconCurrencyYenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyYenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenOutlined as default } diff --git a/src/IconCurrencyYenOutlinedFilled.tsx b/src/IconCurrencyYenOutlinedFilled.tsx index ecfd3c46f..b4b7bc970 100644 --- a/src/IconCurrencyYenOutlinedFilled.tsx +++ b/src/IconCurrencyYenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenOutlinedFilled as default } diff --git a/src/IconCurrencyYenRounded.tsx b/src/IconCurrencyYenRounded.tsx index ad1f38901..7b310089a 100644 --- a/src/IconCurrencyYenRounded.tsx +++ b/src/IconCurrencyYenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyYenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenRounded as default } diff --git a/src/IconCurrencyYenRoundedFilled.tsx b/src/IconCurrencyYenRoundedFilled.tsx index dae690d96..8aaa8fbf3 100644 --- a/src/IconCurrencyYenRoundedFilled.tsx +++ b/src/IconCurrencyYenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenRoundedFilled as default } diff --git a/src/IconCurrencyYenSharp.tsx b/src/IconCurrencyYenSharp.tsx index 882d1335b..4596d1d1c 100644 --- a/src/IconCurrencyYenSharp.tsx +++ b/src/IconCurrencyYenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyYenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenSharp as default } diff --git a/src/IconCurrencyYenSharpFilled.tsx b/src/IconCurrencyYenSharpFilled.tsx index 9eb92fd78..5bda3d2f3 100644 --- a/src/IconCurrencyYenSharpFilled.tsx +++ b/src/IconCurrencyYenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYenSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYenSharpFilled as default } diff --git a/src/IconCurrencyYuanOutlined.tsx b/src/IconCurrencyYuanOutlined.tsx index b652cfcb0..ab8f6f8f4 100644 --- a/src/IconCurrencyYuanOutlined.tsx +++ b/src/IconCurrencyYuanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanOutlined: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanOutlined as default } diff --git a/src/IconCurrencyYuanOutlinedFilled.tsx b/src/IconCurrencyYuanOutlinedFilled.tsx index 0adba098b..81daead8e 100644 --- a/src/IconCurrencyYuanOutlinedFilled.tsx +++ b/src/IconCurrencyYuanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanOutlinedFilled as default } diff --git a/src/IconCurrencyYuanRounded.tsx b/src/IconCurrencyYuanRounded.tsx index c5d725856..9230b59e0 100644 --- a/src/IconCurrencyYuanRounded.tsx +++ b/src/IconCurrencyYuanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanRounded: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanRounded as default } diff --git a/src/IconCurrencyYuanRoundedFilled.tsx b/src/IconCurrencyYuanRoundedFilled.tsx index fc00b76af..738c74581 100644 --- a/src/IconCurrencyYuanRoundedFilled.tsx +++ b/src/IconCurrencyYuanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanRoundedFilled as default } diff --git a/src/IconCurrencyYuanSharp.tsx b/src/IconCurrencyYuanSharp.tsx index 4d149d482..97f564c47 100644 --- a/src/IconCurrencyYuanSharp.tsx +++ b/src/IconCurrencyYuanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanSharp: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanSharp as default } diff --git a/src/IconCurrencyYuanSharpFilled.tsx b/src/IconCurrencyYuanSharpFilled.tsx index fae242519..de5745d92 100644 --- a/src/IconCurrencyYuanSharpFilled.tsx +++ b/src/IconCurrencyYuanSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurrencyYuanSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurrencyYuanSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurrencyYuanSharpFilled as default } diff --git a/src/IconCurtainsClosedOutlined.tsx b/src/IconCurtainsClosedOutlined.tsx index b708a9399..bba333e86 100644 --- a/src/IconCurtainsClosedOutlined.tsx +++ b/src/IconCurtainsClosedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedOutlined: React.FC = ({ ...props }) => ( +export const IconCurtainsClosedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsClosedOutlined as default } diff --git a/src/IconCurtainsClosedOutlinedFilled.tsx b/src/IconCurtainsClosedOutlinedFilled.tsx index 436e56119..a47ebe2cb 100644 --- a/src/IconCurtainsClosedOutlinedFilled.tsx +++ b/src/IconCurtainsClosedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedOutlinedFilled: React.FC = ({ +export const IconCurtainsClosedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCurtainsClosedOutlinedFilled: React.FC = ({ ) - -export { IconCurtainsClosedOutlinedFilled as default } diff --git a/src/IconCurtainsClosedRounded.tsx b/src/IconCurtainsClosedRounded.tsx index 8f1f32dc1..45f20b93e 100644 --- a/src/IconCurtainsClosedRounded.tsx +++ b/src/IconCurtainsClosedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedRounded: React.FC = ({ ...props }) => ( +export const IconCurtainsClosedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsClosedRounded as default } diff --git a/src/IconCurtainsClosedRoundedFilled.tsx b/src/IconCurtainsClosedRoundedFilled.tsx index 7a30e3eaa..3506b6ad4 100644 --- a/src/IconCurtainsClosedRoundedFilled.tsx +++ b/src/IconCurtainsClosedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurtainsClosedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsClosedRoundedFilled as default } diff --git a/src/IconCurtainsClosedSharp.tsx b/src/IconCurtainsClosedSharp.tsx index 40e87e022..6d566b994 100644 --- a/src/IconCurtainsClosedSharp.tsx +++ b/src/IconCurtainsClosedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedSharp: React.FC = ({ ...props }) => ( +export const IconCurtainsClosedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurtainsClosedSharp as default } diff --git a/src/IconCurtainsClosedSharpFilled.tsx b/src/IconCurtainsClosedSharpFilled.tsx index ea640f48c..39eeb8455 100644 --- a/src/IconCurtainsClosedSharpFilled.tsx +++ b/src/IconCurtainsClosedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsClosedSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurtainsClosedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsClosedSharpFilled as default } diff --git a/src/IconCurtainsOutlined.tsx b/src/IconCurtainsOutlined.tsx index 4f6cec093..c694c2f23 100644 --- a/src/IconCurtainsOutlined.tsx +++ b/src/IconCurtainsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsOutlined: React.FC = ({ ...props }) => ( +export const IconCurtainsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurtainsOutlined as default } diff --git a/src/IconCurtainsOutlinedFilled.tsx b/src/IconCurtainsOutlinedFilled.tsx index 1b733bb5d..e532e8313 100644 --- a/src/IconCurtainsOutlinedFilled.tsx +++ b/src/IconCurtainsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCurtainsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsOutlinedFilled as default } diff --git a/src/IconCurtainsRounded.tsx b/src/IconCurtainsRounded.tsx index c6800f810..0d5c759bd 100644 --- a/src/IconCurtainsRounded.tsx +++ b/src/IconCurtainsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsRounded: React.FC = ({ ...props }) => ( +export const IconCurtainsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurtainsRounded as default } diff --git a/src/IconCurtainsRoundedFilled.tsx b/src/IconCurtainsRoundedFilled.tsx index 66be39457..159a00b7b 100644 --- a/src/IconCurtainsRoundedFilled.tsx +++ b/src/IconCurtainsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCurtainsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCurtainsRoundedFilled as default } diff --git a/src/IconCurtainsSharp.tsx b/src/IconCurtainsSharp.tsx index 4f4485434..7a6abbc47 100644 --- a/src/IconCurtainsSharp.tsx +++ b/src/IconCurtainsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsSharp: React.FC = ({ ...props }) => ( +export const IconCurtainsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurtainsSharp as default } diff --git a/src/IconCurtainsSharpFilled.tsx b/src/IconCurtainsSharpFilled.tsx index 7d8b9ded4..e65f321ac 100644 --- a/src/IconCurtainsSharpFilled.tsx +++ b/src/IconCurtainsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCurtainsSharpFilled: React.FC = ({ ...props }) => ( +export const IconCurtainsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCurtainsSharpFilled as default } diff --git a/src/IconCustomTypographyOutlined.tsx b/src/IconCustomTypographyOutlined.tsx index 6487bae6a..633d8a519 100644 --- a/src/IconCustomTypographyOutlined.tsx +++ b/src/IconCustomTypographyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographyOutlined: React.FC = ({ ...props }) => ( +export const IconCustomTypographyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCustomTypographyOutlined as default } diff --git a/src/IconCustomTypographyOutlinedFilled.tsx b/src/IconCustomTypographyOutlinedFilled.tsx index ea6363859..2f71dff93 100644 --- a/src/IconCustomTypographyOutlinedFilled.tsx +++ b/src/IconCustomTypographyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographyOutlinedFilled: React.FC = ({ +export const IconCustomTypographyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCustomTypographyOutlinedFilled: React.FC = ({ ) - -export { IconCustomTypographyOutlinedFilled as default } diff --git a/src/IconCustomTypographyRounded.tsx b/src/IconCustomTypographyRounded.tsx index 3869fae3d..f934b892b 100644 --- a/src/IconCustomTypographyRounded.tsx +++ b/src/IconCustomTypographyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographyRounded: React.FC = ({ ...props }) => ( +export const IconCustomTypographyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCustomTypographyRounded as default } diff --git a/src/IconCustomTypographyRoundedFilled.tsx b/src/IconCustomTypographyRoundedFilled.tsx index 299282732..f4f2bf10b 100644 --- a/src/IconCustomTypographyRoundedFilled.tsx +++ b/src/IconCustomTypographyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographyRoundedFilled: React.FC = ({ +export const IconCustomTypographyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconCustomTypographyRoundedFilled: React.FC = ({ ) - -export { IconCustomTypographyRoundedFilled as default } diff --git a/src/IconCustomTypographySharp.tsx b/src/IconCustomTypographySharp.tsx index 8bfd05f4e..c3160d73e 100644 --- a/src/IconCustomTypographySharp.tsx +++ b/src/IconCustomTypographySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographySharp: React.FC = ({ ...props }) => ( +export const IconCustomTypographySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCustomTypographySharp as default } diff --git a/src/IconCustomTypographySharpFilled.tsx b/src/IconCustomTypographySharpFilled.tsx index 5723c069c..81075471f 100644 --- a/src/IconCustomTypographySharpFilled.tsx +++ b/src/IconCustomTypographySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCustomTypographySharpFilled: React.FC = ({ ...props }) => ( +export const IconCustomTypographySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCustomTypographySharpFilled as default } diff --git a/src/IconCycleOutlined.tsx b/src/IconCycleOutlined.tsx index a67599275..f7d7394ab 100644 --- a/src/IconCycleOutlined.tsx +++ b/src/IconCycleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleOutlined: React.FC = ({ ...props }) => ( +export const IconCycleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleOutlined as default } diff --git a/src/IconCycleOutlinedFilled.tsx b/src/IconCycleOutlinedFilled.tsx index 3e61e9f7d..8de5c00a4 100644 --- a/src/IconCycleOutlinedFilled.tsx +++ b/src/IconCycleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCycleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleOutlinedFilled as default } diff --git a/src/IconCycleRounded.tsx b/src/IconCycleRounded.tsx index 8e8277830..90baea2e3 100644 --- a/src/IconCycleRounded.tsx +++ b/src/IconCycleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleRounded: React.FC = ({ ...props }) => ( +export const IconCycleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleRounded as default } diff --git a/src/IconCycleRoundedFilled.tsx b/src/IconCycleRoundedFilled.tsx index d5c3a600c..a00c747a9 100644 --- a/src/IconCycleRoundedFilled.tsx +++ b/src/IconCycleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCycleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleRoundedFilled as default } diff --git a/src/IconCycleSharp.tsx b/src/IconCycleSharp.tsx index 8919f391b..25d8631bc 100644 --- a/src/IconCycleSharp.tsx +++ b/src/IconCycleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleSharp: React.FC = ({ ...props }) => ( +export const IconCycleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleSharp as default } diff --git a/src/IconCycleSharpFilled.tsx b/src/IconCycleSharpFilled.tsx index 454f15392..af93f15cc 100644 --- a/src/IconCycleSharpFilled.tsx +++ b/src/IconCycleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycleSharpFilled: React.FC = ({ ...props }) => ( +export const IconCycleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycleSharpFilled as default } diff --git a/src/IconCycloneOutlined.tsx b/src/IconCycloneOutlined.tsx index d095845b5..81709d635 100644 --- a/src/IconCycloneOutlined.tsx +++ b/src/IconCycloneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneOutlined: React.FC = ({ ...props }) => ( +export const IconCycloneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycloneOutlined as default } diff --git a/src/IconCycloneOutlinedFilled.tsx b/src/IconCycloneOutlinedFilled.tsx index 9ed370dba..78ea3a12b 100644 --- a/src/IconCycloneOutlinedFilled.tsx +++ b/src/IconCycloneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconCycloneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconCycloneOutlinedFilled as default } diff --git a/src/IconCycloneRounded.tsx b/src/IconCycloneRounded.tsx index 44d95775b..b2f88ebdc 100644 --- a/src/IconCycloneRounded.tsx +++ b/src/IconCycloneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneRounded: React.FC = ({ ...props }) => ( +export const IconCycloneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycloneRounded as default } diff --git a/src/IconCycloneRoundedFilled.tsx b/src/IconCycloneRoundedFilled.tsx index 484da7dd9..0c603ad5d 100644 --- a/src/IconCycloneRoundedFilled.tsx +++ b/src/IconCycloneRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconCycloneRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycloneRoundedFilled as default } diff --git a/src/IconCycloneSharp.tsx b/src/IconCycloneSharp.tsx index 6b8008577..5a6fbc805 100644 --- a/src/IconCycloneSharp.tsx +++ b/src/IconCycloneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneSharp: React.FC = ({ ...props }) => ( +export const IconCycloneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycloneSharp as default } diff --git a/src/IconCycloneSharpFilled.tsx b/src/IconCycloneSharpFilled.tsx index fc58544e9..a3d86d0fc 100644 --- a/src/IconCycloneSharpFilled.tsx +++ b/src/IconCycloneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconCycloneSharpFilled: React.FC = ({ ...props }) => ( +export const IconCycloneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconCycloneSharpFilled as default } diff --git a/src/IconDangerousOutlined.tsx b/src/IconDangerousOutlined.tsx index 87b9f0435..d4042ca54 100644 --- a/src/IconDangerousOutlined.tsx +++ b/src/IconDangerousOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousOutlined: React.FC = ({ ...props }) => ( +export const IconDangerousOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDangerousOutlined as default } diff --git a/src/IconDangerousOutlinedFilled.tsx b/src/IconDangerousOutlinedFilled.tsx index 90a233d01..888ec6556 100644 --- a/src/IconDangerousOutlinedFilled.tsx +++ b/src/IconDangerousOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDangerousOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDangerousOutlinedFilled as default } diff --git a/src/IconDangerousRounded.tsx b/src/IconDangerousRounded.tsx index f9384b8e5..1aebb9152 100644 --- a/src/IconDangerousRounded.tsx +++ b/src/IconDangerousRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousRounded: React.FC = ({ ...props }) => ( +export const IconDangerousRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDangerousRounded as default } diff --git a/src/IconDangerousRoundedFilled.tsx b/src/IconDangerousRoundedFilled.tsx index fbd0b457e..1d9e8aa8e 100644 --- a/src/IconDangerousRoundedFilled.tsx +++ b/src/IconDangerousRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDangerousRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDangerousRoundedFilled as default } diff --git a/src/IconDangerousSharp.tsx b/src/IconDangerousSharp.tsx index 5e396196d..6205228c5 100644 --- a/src/IconDangerousSharp.tsx +++ b/src/IconDangerousSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousSharp: React.FC = ({ ...props }) => ( +export const IconDangerousSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDangerousSharp as default } diff --git a/src/IconDangerousSharpFilled.tsx b/src/IconDangerousSharpFilled.tsx index c778188ef..f1bbb8a17 100644 --- a/src/IconDangerousSharpFilled.tsx +++ b/src/IconDangerousSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDangerousSharpFilled: React.FC = ({ ...props }) => ( +export const IconDangerousSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDangerousSharpFilled as default } diff --git a/src/IconDarkModeOutlined.tsx b/src/IconDarkModeOutlined.tsx index 2d8e4ac12..725f3efd2 100644 --- a/src/IconDarkModeOutlined.tsx +++ b/src/IconDarkModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeOutlined: React.FC = ({ ...props }) => ( +export const IconDarkModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDarkModeOutlined as default } diff --git a/src/IconDarkModeOutlinedFilled.tsx b/src/IconDarkModeOutlinedFilled.tsx index e860434f9..13be3eb22 100644 --- a/src/IconDarkModeOutlinedFilled.tsx +++ b/src/IconDarkModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDarkModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDarkModeOutlinedFilled as default } diff --git a/src/IconDarkModeRounded.tsx b/src/IconDarkModeRounded.tsx index 513db7de2..6b4690650 100644 --- a/src/IconDarkModeRounded.tsx +++ b/src/IconDarkModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeRounded: React.FC = ({ ...props }) => ( +export const IconDarkModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDarkModeRounded as default } diff --git a/src/IconDarkModeRoundedFilled.tsx b/src/IconDarkModeRoundedFilled.tsx index 31e052c68..94397440e 100644 --- a/src/IconDarkModeRoundedFilled.tsx +++ b/src/IconDarkModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDarkModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDarkModeRoundedFilled as default } diff --git a/src/IconDarkModeSharp.tsx b/src/IconDarkModeSharp.tsx index e60b2d377..44f19a031 100644 --- a/src/IconDarkModeSharp.tsx +++ b/src/IconDarkModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeSharp: React.FC = ({ ...props }) => ( +export const IconDarkModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDarkModeSharp as default } diff --git a/src/IconDarkModeSharpFilled.tsx b/src/IconDarkModeSharpFilled.tsx index 8754aa192..efdf80379 100644 --- a/src/IconDarkModeSharpFilled.tsx +++ b/src/IconDarkModeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDarkModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDarkModeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDarkModeSharpFilled as default } diff --git a/src/IconDashboard2Outlined.tsx b/src/IconDashboard2Outlined.tsx new file mode 100644 index 000000000..5906cdba9 --- /dev/null +++ b/src/IconDashboard2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboard2OutlinedFilled.tsx b/src/IconDashboard2OutlinedFilled.tsx new file mode 100644 index 000000000..ab3f966b6 --- /dev/null +++ b/src/IconDashboard2OutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2OutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboard2Rounded.tsx b/src/IconDashboard2Rounded.tsx new file mode 100644 index 000000000..1d219e975 --- /dev/null +++ b/src/IconDashboard2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboard2RoundedFilled.tsx b/src/IconDashboard2RoundedFilled.tsx new file mode 100644 index 000000000..31e7f87b0 --- /dev/null +++ b/src/IconDashboard2RoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2RoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboard2Sharp.tsx b/src/IconDashboard2Sharp.tsx new file mode 100644 index 000000000..ab2aa6adb --- /dev/null +++ b/src/IconDashboard2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboard2SharpFilled.tsx b/src/IconDashboard2SharpFilled.tsx new file mode 100644 index 000000000..0e504a1a9 --- /dev/null +++ b/src/IconDashboard2SharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDashboard2SharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDashboardCustomizeOutlined.tsx b/src/IconDashboardCustomizeOutlined.tsx index 03d70c1b3..0aa9de509 100644 --- a/src/IconDashboardCustomizeOutlined.tsx +++ b/src/IconDashboardCustomizeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeOutlined: React.FC = ({ ...props }) => ( +export const IconDashboardCustomizeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDashboardCustomizeOutlined as default } diff --git a/src/IconDashboardCustomizeOutlinedFilled.tsx b/src/IconDashboardCustomizeOutlinedFilled.tsx index 6436e1189..4a4e3526a 100644 --- a/src/IconDashboardCustomizeOutlinedFilled.tsx +++ b/src/IconDashboardCustomizeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeOutlinedFilled: React.FC = ({ +export const IconDashboardCustomizeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDashboardCustomizeOutlinedFilled: React.FC = ({ ) - -export { IconDashboardCustomizeOutlinedFilled as default } diff --git a/src/IconDashboardCustomizeRounded.tsx b/src/IconDashboardCustomizeRounded.tsx index 7176f6604..a0588724b 100644 --- a/src/IconDashboardCustomizeRounded.tsx +++ b/src/IconDashboardCustomizeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeRounded: React.FC = ({ ...props }) => ( +export const IconDashboardCustomizeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDashboardCustomizeRounded as default } diff --git a/src/IconDashboardCustomizeRoundedFilled.tsx b/src/IconDashboardCustomizeRoundedFilled.tsx index 2b7b5c106..2c5874160 100644 --- a/src/IconDashboardCustomizeRoundedFilled.tsx +++ b/src/IconDashboardCustomizeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeRoundedFilled: React.FC = ({ +export const IconDashboardCustomizeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDashboardCustomizeRoundedFilled: React.FC = ({ ) - -export { IconDashboardCustomizeRoundedFilled as default } diff --git a/src/IconDashboardCustomizeSharp.tsx b/src/IconDashboardCustomizeSharp.tsx index 89e8d4972..3a7e98f20 100644 --- a/src/IconDashboardCustomizeSharp.tsx +++ b/src/IconDashboardCustomizeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeSharp: React.FC = ({ ...props }) => ( +export const IconDashboardCustomizeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDashboardCustomizeSharp as default } diff --git a/src/IconDashboardCustomizeSharpFilled.tsx b/src/IconDashboardCustomizeSharpFilled.tsx index 78ddaddbf..da626440e 100644 --- a/src/IconDashboardCustomizeSharpFilled.tsx +++ b/src/IconDashboardCustomizeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardCustomizeSharpFilled: React.FC = ({ +export const IconDashboardCustomizeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDashboardCustomizeSharpFilled: React.FC = ({ ) - -export { IconDashboardCustomizeSharpFilled as default } diff --git a/src/IconDashboardOutlined.tsx b/src/IconDashboardOutlined.tsx index e29892395..b33a26860 100644 --- a/src/IconDashboardOutlined.tsx +++ b/src/IconDashboardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardOutlined: React.FC = ({ ...props }) => ( +export const IconDashboardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDashboardOutlined as default } diff --git a/src/IconDashboardOutlinedFilled.tsx b/src/IconDashboardOutlinedFilled.tsx index 89ed28c13..2f0613114 100644 --- a/src/IconDashboardOutlinedFilled.tsx +++ b/src/IconDashboardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDashboardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDashboardOutlinedFilled as default } diff --git a/src/IconDashboardRounded.tsx b/src/IconDashboardRounded.tsx index fa05ea6a1..61040ef77 100644 --- a/src/IconDashboardRounded.tsx +++ b/src/IconDashboardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardRounded: React.FC = ({ ...props }) => ( +export const IconDashboardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDashboardRounded as default } diff --git a/src/IconDashboardRoundedFilled.tsx b/src/IconDashboardRoundedFilled.tsx index 4affce600..a73e4283c 100644 --- a/src/IconDashboardRoundedFilled.tsx +++ b/src/IconDashboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDashboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDashboardRoundedFilled as default } diff --git a/src/IconDashboardSharp.tsx b/src/IconDashboardSharp.tsx index 1e294063c..270681050 100644 --- a/src/IconDashboardSharp.tsx +++ b/src/IconDashboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardSharp: React.FC = ({ ...props }) => ( +export const IconDashboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDashboardSharp as default } diff --git a/src/IconDashboardSharpFilled.tsx b/src/IconDashboardSharpFilled.tsx index d4121108a..e4f414145 100644 --- a/src/IconDashboardSharpFilled.tsx +++ b/src/IconDashboardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDashboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconDashboardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDashboardSharpFilled as default } diff --git a/src/IconDataAlertOutlined.tsx b/src/IconDataAlertOutlined.tsx index 313c89337..bb03b5b74 100644 --- a/src/IconDataAlertOutlined.tsx +++ b/src/IconDataAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertOutlined: React.FC = ({ ...props }) => ( +export const IconDataAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataAlertOutlined as default } diff --git a/src/IconDataAlertOutlinedFilled.tsx b/src/IconDataAlertOutlinedFilled.tsx index 7be6a2239..28cfc46c3 100644 --- a/src/IconDataAlertOutlinedFilled.tsx +++ b/src/IconDataAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataAlertOutlinedFilled as default } diff --git a/src/IconDataAlertRounded.tsx b/src/IconDataAlertRounded.tsx index 754b76d27..ef3cbae8c 100644 --- a/src/IconDataAlertRounded.tsx +++ b/src/IconDataAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertRounded: React.FC = ({ ...props }) => ( +export const IconDataAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataAlertRounded as default } diff --git a/src/IconDataAlertRoundedFilled.tsx b/src/IconDataAlertRoundedFilled.tsx index 436b170c7..282d684c6 100644 --- a/src/IconDataAlertRoundedFilled.tsx +++ b/src/IconDataAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataAlertRoundedFilled as default } diff --git a/src/IconDataAlertSharp.tsx b/src/IconDataAlertSharp.tsx index 77b2cc09f..d02f3d031 100644 --- a/src/IconDataAlertSharp.tsx +++ b/src/IconDataAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertSharp: React.FC = ({ ...props }) => ( +export const IconDataAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataAlertSharp as default } diff --git a/src/IconDataAlertSharpFilled.tsx b/src/IconDataAlertSharpFilled.tsx index d18a4e7fe..f94f948c1 100644 --- a/src/IconDataAlertSharpFilled.tsx +++ b/src/IconDataAlertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataAlertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataAlertSharpFilled as default } diff --git a/src/IconDataArrayOutlined.tsx b/src/IconDataArrayOutlined.tsx index 136dc5682..837a20dc5 100644 --- a/src/IconDataArrayOutlined.tsx +++ b/src/IconDataArrayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataArrayOutlined: React.FC = ({ ...props }) => ( +export const IconDataArrayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataArrayOutlined as default } diff --git a/src/IconDataArrayOutlinedFilled.tsx b/src/IconDataArrayOutlinedFilled.tsx index 6ada8df04..54ba7ea9e 100644 --- a/src/IconDataArrayOutlinedFilled.tsx +++ b/src/IconDataArrayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataArrayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataArrayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataArrayOutlinedFilled as default } diff --git a/src/IconDataArrayRounded.tsx b/src/IconDataArrayRounded.tsx index 99d1be238..d7f348f1e 100644 --- a/src/IconDataArrayRounded.tsx +++ b/src/IconDataArrayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataArrayRounded: React.FC = ({ ...props }) => ( +export const IconDataArrayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataArrayRounded as default } diff --git a/src/IconDataArrayRoundedFilled.tsx b/src/IconDataArrayRoundedFilled.tsx index 86ac7f333..c9d4d8e91 100644 --- a/src/IconDataArrayRoundedFilled.tsx +++ b/src/IconDataArrayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataArrayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataArrayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataArrayRoundedFilled as default } diff --git a/src/IconDataArraySharp.tsx b/src/IconDataArraySharp.tsx index ea3bcbb59..0f71406f2 100644 --- a/src/IconDataArraySharp.tsx +++ b/src/IconDataArraySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataArraySharp: React.FC = ({ ...props }) => ( +export const IconDataArraySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataArraySharp as default } diff --git a/src/IconDataArraySharpFilled.tsx b/src/IconDataArraySharpFilled.tsx index 17ef5819e..f97fde523 100644 --- a/src/IconDataArraySharpFilled.tsx +++ b/src/IconDataArraySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataArraySharpFilled: React.FC = ({ ...props }) => ( +export const IconDataArraySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataArraySharpFilled as default } diff --git a/src/IconDataCheckOutlined.tsx b/src/IconDataCheckOutlined.tsx index 3824431bd..41ea821e4 100644 --- a/src/IconDataCheckOutlined.tsx +++ b/src/IconDataCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckOutlined: React.FC = ({ ...props }) => ( +export const IconDataCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataCheckOutlined as default } diff --git a/src/IconDataCheckOutlinedFilled.tsx b/src/IconDataCheckOutlinedFilled.tsx index 177fcdd61..9448e4a8c 100644 --- a/src/IconDataCheckOutlinedFilled.tsx +++ b/src/IconDataCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataCheckOutlinedFilled as default } diff --git a/src/IconDataCheckRounded.tsx b/src/IconDataCheckRounded.tsx index dd8cda783..01c2e61df 100644 --- a/src/IconDataCheckRounded.tsx +++ b/src/IconDataCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckRounded: React.FC = ({ ...props }) => ( +export const IconDataCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataCheckRounded as default } diff --git a/src/IconDataCheckRoundedFilled.tsx b/src/IconDataCheckRoundedFilled.tsx index cd801e7a7..4e6f56d48 100644 --- a/src/IconDataCheckRoundedFilled.tsx +++ b/src/IconDataCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataCheckRoundedFilled as default } diff --git a/src/IconDataCheckSharp.tsx b/src/IconDataCheckSharp.tsx index 68889c40e..7b67ddb1e 100644 --- a/src/IconDataCheckSharp.tsx +++ b/src/IconDataCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckSharp: React.FC = ({ ...props }) => ( +export const IconDataCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataCheckSharp as default } diff --git a/src/IconDataCheckSharpFilled.tsx b/src/IconDataCheckSharpFilled.tsx index 8bc341544..18e990457 100644 --- a/src/IconDataCheckSharpFilled.tsx +++ b/src/IconDataCheckSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataCheckSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataCheckSharpFilled as default } diff --git a/src/IconDataExplorationOutlined.tsx b/src/IconDataExplorationOutlined.tsx index 57335dc35..8183acb8b 100644 --- a/src/IconDataExplorationOutlined.tsx +++ b/src/IconDataExplorationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationOutlined: React.FC = ({ ...props }) => ( +export const IconDataExplorationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataExplorationOutlined as default } diff --git a/src/IconDataExplorationOutlinedFilled.tsx b/src/IconDataExplorationOutlinedFilled.tsx index ceacfaf6e..2c6776fdb 100644 --- a/src/IconDataExplorationOutlinedFilled.tsx +++ b/src/IconDataExplorationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationOutlinedFilled: React.FC = ({ +export const IconDataExplorationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataExplorationOutlinedFilled: React.FC = ({ ) - -export { IconDataExplorationOutlinedFilled as default } diff --git a/src/IconDataExplorationRounded.tsx b/src/IconDataExplorationRounded.tsx index 83c880951..ac05f3d6e 100644 --- a/src/IconDataExplorationRounded.tsx +++ b/src/IconDataExplorationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationRounded: React.FC = ({ ...props }) => ( +export const IconDataExplorationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataExplorationRounded as default } diff --git a/src/IconDataExplorationRoundedFilled.tsx b/src/IconDataExplorationRoundedFilled.tsx index adb231d88..bbf5835a3 100644 --- a/src/IconDataExplorationRoundedFilled.tsx +++ b/src/IconDataExplorationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationRoundedFilled: React.FC = ({ +export const IconDataExplorationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataExplorationRoundedFilled: React.FC = ({ ) - -export { IconDataExplorationRoundedFilled as default } diff --git a/src/IconDataExplorationSharp.tsx b/src/IconDataExplorationSharp.tsx index 0effe68bf..724f2bb54 100644 --- a/src/IconDataExplorationSharp.tsx +++ b/src/IconDataExplorationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationSharp: React.FC = ({ ...props }) => ( +export const IconDataExplorationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataExplorationSharp as default } diff --git a/src/IconDataExplorationSharpFilled.tsx b/src/IconDataExplorationSharpFilled.tsx index ca302e045..d709c6636 100644 --- a/src/IconDataExplorationSharpFilled.tsx +++ b/src/IconDataExplorationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataExplorationSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataExplorationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataExplorationSharpFilled as default } diff --git a/src/IconDataInfoAlertOutlined.tsx b/src/IconDataInfoAlertOutlined.tsx index 21d6dba7b..777733047 100644 --- a/src/IconDataInfoAlertOutlined.tsx +++ b/src/IconDataInfoAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertOutlined: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertOutlined as default } diff --git a/src/IconDataInfoAlertOutlinedFilled.tsx b/src/IconDataInfoAlertOutlinedFilled.tsx index 663a605ee..1df9c173d 100644 --- a/src/IconDataInfoAlertOutlinedFilled.tsx +++ b/src/IconDataInfoAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertOutlinedFilled as default } diff --git a/src/IconDataInfoAlertRounded.tsx b/src/IconDataInfoAlertRounded.tsx index 9f8fade94..d85647a07 100644 --- a/src/IconDataInfoAlertRounded.tsx +++ b/src/IconDataInfoAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertRounded: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertRounded as default } diff --git a/src/IconDataInfoAlertRoundedFilled.tsx b/src/IconDataInfoAlertRoundedFilled.tsx index 42844f04f..650bb21e4 100644 --- a/src/IconDataInfoAlertRoundedFilled.tsx +++ b/src/IconDataInfoAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertRoundedFilled as default } diff --git a/src/IconDataInfoAlertSharp.tsx b/src/IconDataInfoAlertSharp.tsx index d2a78ecef..464df831a 100644 --- a/src/IconDataInfoAlertSharp.tsx +++ b/src/IconDataInfoAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertSharp: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertSharp as default } diff --git a/src/IconDataInfoAlertSharpFilled.tsx b/src/IconDataInfoAlertSharpFilled.tsx index c4178df44..e04aa9b04 100644 --- a/src/IconDataInfoAlertSharpFilled.tsx +++ b/src/IconDataInfoAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataInfoAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataInfoAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataInfoAlertSharpFilled as default } diff --git a/src/IconDataLossPreventionOutlined.tsx b/src/IconDataLossPreventionOutlined.tsx index 431304eb3..0ef247ab1 100644 --- a/src/IconDataLossPreventionOutlined.tsx +++ b/src/IconDataLossPreventionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionOutlined: React.FC = ({ ...props }) => ( +export const IconDataLossPreventionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataLossPreventionOutlined as default } diff --git a/src/IconDataLossPreventionOutlinedFilled.tsx b/src/IconDataLossPreventionOutlinedFilled.tsx index 26527a2d3..1d1f87f3f 100644 --- a/src/IconDataLossPreventionOutlinedFilled.tsx +++ b/src/IconDataLossPreventionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionOutlinedFilled: React.FC = ({ +export const IconDataLossPreventionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataLossPreventionOutlinedFilled: React.FC = ({ ) - -export { IconDataLossPreventionOutlinedFilled as default } diff --git a/src/IconDataLossPreventionRounded.tsx b/src/IconDataLossPreventionRounded.tsx index 5584e72d7..24e3c01bf 100644 --- a/src/IconDataLossPreventionRounded.tsx +++ b/src/IconDataLossPreventionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionRounded: React.FC = ({ ...props }) => ( +export const IconDataLossPreventionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataLossPreventionRounded as default } diff --git a/src/IconDataLossPreventionRoundedFilled.tsx b/src/IconDataLossPreventionRoundedFilled.tsx index 0711cf534..065ccdfad 100644 --- a/src/IconDataLossPreventionRoundedFilled.tsx +++ b/src/IconDataLossPreventionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionRoundedFilled: React.FC = ({ +export const IconDataLossPreventionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataLossPreventionRoundedFilled: React.FC = ({ ) - -export { IconDataLossPreventionRoundedFilled as default } diff --git a/src/IconDataLossPreventionSharp.tsx b/src/IconDataLossPreventionSharp.tsx index 08a3ec6cd..5ad3eefd4 100644 --- a/src/IconDataLossPreventionSharp.tsx +++ b/src/IconDataLossPreventionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionSharp: React.FC = ({ ...props }) => ( +export const IconDataLossPreventionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataLossPreventionSharp as default } diff --git a/src/IconDataLossPreventionSharpFilled.tsx b/src/IconDataLossPreventionSharpFilled.tsx index ebf9b3c20..20cd7d4c2 100644 --- a/src/IconDataLossPreventionSharpFilled.tsx +++ b/src/IconDataLossPreventionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataLossPreventionSharpFilled: React.FC = ({ +export const IconDataLossPreventionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataLossPreventionSharpFilled: React.FC = ({ ) - -export { IconDataLossPreventionSharpFilled as default } diff --git a/src/IconDataObjectOutlined.tsx b/src/IconDataObjectOutlined.tsx index 07e4d8726..88e6bd3e4 100644 --- a/src/IconDataObjectOutlined.tsx +++ b/src/IconDataObjectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectOutlined: React.FC = ({ ...props }) => ( +export const IconDataObjectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataObjectOutlined as default } diff --git a/src/IconDataObjectOutlinedFilled.tsx b/src/IconDataObjectOutlinedFilled.tsx index f23684824..102afcdab 100644 --- a/src/IconDataObjectOutlinedFilled.tsx +++ b/src/IconDataObjectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataObjectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataObjectOutlinedFilled as default } diff --git a/src/IconDataObjectRounded.tsx b/src/IconDataObjectRounded.tsx index 46c4a4117..b626a34ac 100644 --- a/src/IconDataObjectRounded.tsx +++ b/src/IconDataObjectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectRounded: React.FC = ({ ...props }) => ( +export const IconDataObjectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataObjectRounded as default } diff --git a/src/IconDataObjectRoundedFilled.tsx b/src/IconDataObjectRoundedFilled.tsx index 167002455..c7c55365a 100644 --- a/src/IconDataObjectRoundedFilled.tsx +++ b/src/IconDataObjectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataObjectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataObjectRoundedFilled as default } diff --git a/src/IconDataObjectSharp.tsx b/src/IconDataObjectSharp.tsx index 8b1479ac9..c8dc934b5 100644 --- a/src/IconDataObjectSharp.tsx +++ b/src/IconDataObjectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectSharp: React.FC = ({ ...props }) => ( +export const IconDataObjectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataObjectSharp as default } diff --git a/src/IconDataObjectSharpFilled.tsx b/src/IconDataObjectSharpFilled.tsx index 68e896990..080e3ca52 100644 --- a/src/IconDataObjectSharpFilled.tsx +++ b/src/IconDataObjectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataObjectSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataObjectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataObjectSharpFilled as default } diff --git a/src/IconDataSaverOnOutlined.tsx b/src/IconDataSaverOnOutlined.tsx index bb7851eab..ce06db6d6 100644 --- a/src/IconDataSaverOnOutlined.tsx +++ b/src/IconDataSaverOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnOutlined: React.FC = ({ ...props }) => ( +export const IconDataSaverOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnOutlined as default } diff --git a/src/IconDataSaverOnOutlinedFilled.tsx b/src/IconDataSaverOnOutlinedFilled.tsx index eb984a2e0..92e1eb22a 100644 --- a/src/IconDataSaverOnOutlinedFilled.tsx +++ b/src/IconDataSaverOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataSaverOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnOutlinedFilled as default } diff --git a/src/IconDataSaverOnRounded.tsx b/src/IconDataSaverOnRounded.tsx index a172bc4cc..d0ac55d04 100644 --- a/src/IconDataSaverOnRounded.tsx +++ b/src/IconDataSaverOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnRounded: React.FC = ({ ...props }) => ( +export const IconDataSaverOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnRounded as default } diff --git a/src/IconDataSaverOnRoundedFilled.tsx b/src/IconDataSaverOnRoundedFilled.tsx index 94a72e1ea..d767f3039 100644 --- a/src/IconDataSaverOnRoundedFilled.tsx +++ b/src/IconDataSaverOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataSaverOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnRoundedFilled as default } diff --git a/src/IconDataSaverOnSharp.tsx b/src/IconDataSaverOnSharp.tsx index 5f2e94c90..ab3c52f0e 100644 --- a/src/IconDataSaverOnSharp.tsx +++ b/src/IconDataSaverOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnSharp: React.FC = ({ ...props }) => ( +export const IconDataSaverOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnSharp as default } diff --git a/src/IconDataSaverOnSharpFilled.tsx b/src/IconDataSaverOnSharpFilled.tsx index 2d2cddb00..eaff94e42 100644 --- a/src/IconDataSaverOnSharpFilled.tsx +++ b/src/IconDataSaverOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataSaverOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataSaverOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataSaverOnSharpFilled as default } diff --git a/src/IconDataTableOutlined.tsx b/src/IconDataTableOutlined.tsx index 6686d6c1e..779879b52 100644 --- a/src/IconDataTableOutlined.tsx +++ b/src/IconDataTableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableOutlined: React.FC = ({ ...props }) => ( +export const IconDataTableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataTableOutlined as default } diff --git a/src/IconDataTableOutlinedFilled.tsx b/src/IconDataTableOutlinedFilled.tsx index edb057277..68db07b44 100644 --- a/src/IconDataTableOutlinedFilled.tsx +++ b/src/IconDataTableOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataTableOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataTableOutlinedFilled as default } diff --git a/src/IconDataTableRounded.tsx b/src/IconDataTableRounded.tsx index c832ef582..d865dfa39 100644 --- a/src/IconDataTableRounded.tsx +++ b/src/IconDataTableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableRounded: React.FC = ({ ...props }) => ( +export const IconDataTableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataTableRounded as default } diff --git a/src/IconDataTableRoundedFilled.tsx b/src/IconDataTableRoundedFilled.tsx index a80b1c1ab..effdd73b0 100644 --- a/src/IconDataTableRoundedFilled.tsx +++ b/src/IconDataTableRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataTableRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataTableRoundedFilled as default } diff --git a/src/IconDataTableSharp.tsx b/src/IconDataTableSharp.tsx index 3956b4381..99665e746 100644 --- a/src/IconDataTableSharp.tsx +++ b/src/IconDataTableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableSharp: React.FC = ({ ...props }) => ( +export const IconDataTableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataTableSharp as default } diff --git a/src/IconDataTableSharpFilled.tsx b/src/IconDataTableSharpFilled.tsx index 03a945060..f1fc15f18 100644 --- a/src/IconDataTableSharpFilled.tsx +++ b/src/IconDataTableSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataTableSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataTableSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataTableSharpFilled as default } diff --git a/src/IconDataThresholdingOutlined.tsx b/src/IconDataThresholdingOutlined.tsx index 1f35a82db..16ca691ca 100644 --- a/src/IconDataThresholdingOutlined.tsx +++ b/src/IconDataThresholdingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingOutlined: React.FC = ({ ...props }) => ( +export const IconDataThresholdingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataThresholdingOutlined as default } diff --git a/src/IconDataThresholdingOutlinedFilled.tsx b/src/IconDataThresholdingOutlinedFilled.tsx index 8731b96af..165714c82 100644 --- a/src/IconDataThresholdingOutlinedFilled.tsx +++ b/src/IconDataThresholdingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingOutlinedFilled: React.FC = ({ +export const IconDataThresholdingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataThresholdingOutlinedFilled: React.FC = ({ ) - -export { IconDataThresholdingOutlinedFilled as default } diff --git a/src/IconDataThresholdingRounded.tsx b/src/IconDataThresholdingRounded.tsx index 51e1b7258..0e786cadc 100644 --- a/src/IconDataThresholdingRounded.tsx +++ b/src/IconDataThresholdingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingRounded: React.FC = ({ ...props }) => ( +export const IconDataThresholdingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataThresholdingRounded as default } diff --git a/src/IconDataThresholdingRoundedFilled.tsx b/src/IconDataThresholdingRoundedFilled.tsx index 939c155ac..63a0c43ab 100644 --- a/src/IconDataThresholdingRoundedFilled.tsx +++ b/src/IconDataThresholdingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingRoundedFilled: React.FC = ({ +export const IconDataThresholdingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDataThresholdingRoundedFilled: React.FC = ({ ) - -export { IconDataThresholdingRoundedFilled as default } diff --git a/src/IconDataThresholdingSharp.tsx b/src/IconDataThresholdingSharp.tsx index 414d22acc..1aed92488 100644 --- a/src/IconDataThresholdingSharp.tsx +++ b/src/IconDataThresholdingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingSharp: React.FC = ({ ...props }) => ( +export const IconDataThresholdingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataThresholdingSharp as default } diff --git a/src/IconDataThresholdingSharpFilled.tsx b/src/IconDataThresholdingSharpFilled.tsx index 54224f3bc..45c8cd8d5 100644 --- a/src/IconDataThresholdingSharpFilled.tsx +++ b/src/IconDataThresholdingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataThresholdingSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataThresholdingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataThresholdingSharpFilled as default } diff --git a/src/IconDataUsageOutlined.tsx b/src/IconDataUsageOutlined.tsx index f5047e5e5..780b2d4d1 100644 --- a/src/IconDataUsageOutlined.tsx +++ b/src/IconDataUsageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageOutlined: React.FC = ({ ...props }) => ( +export const IconDataUsageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataUsageOutlined as default } diff --git a/src/IconDataUsageOutlinedFilled.tsx b/src/IconDataUsageOutlinedFilled.tsx index a7b76e9e8..fac1605a6 100644 --- a/src/IconDataUsageOutlinedFilled.tsx +++ b/src/IconDataUsageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDataUsageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataUsageOutlinedFilled as default } diff --git a/src/IconDataUsageRounded.tsx b/src/IconDataUsageRounded.tsx index e2a5b2aa2..af7f70f8f 100644 --- a/src/IconDataUsageRounded.tsx +++ b/src/IconDataUsageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageRounded: React.FC = ({ ...props }) => ( +export const IconDataUsageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataUsageRounded as default } diff --git a/src/IconDataUsageRoundedFilled.tsx b/src/IconDataUsageRoundedFilled.tsx index a6ae02921..bee97b831 100644 --- a/src/IconDataUsageRoundedFilled.tsx +++ b/src/IconDataUsageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDataUsageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDataUsageRoundedFilled as default } diff --git a/src/IconDataUsageSharp.tsx b/src/IconDataUsageSharp.tsx index caea25d87..e6d9873cd 100644 --- a/src/IconDataUsageSharp.tsx +++ b/src/IconDataUsageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageSharp: React.FC = ({ ...props }) => ( +export const IconDataUsageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataUsageSharp as default } diff --git a/src/IconDataUsageSharpFilled.tsx b/src/IconDataUsageSharpFilled.tsx index 9bddf2af4..9a14eb922 100644 --- a/src/IconDataUsageSharpFilled.tsx +++ b/src/IconDataUsageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDataUsageSharpFilled: React.FC = ({ ...props }) => ( +export const IconDataUsageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDataUsageSharpFilled as default } diff --git a/src/IconDatabaseOffOutlined.tsx b/src/IconDatabaseOffOutlined.tsx index 150c01749..23a8c020d 100644 --- a/src/IconDatabaseOffOutlined.tsx +++ b/src/IconDatabaseOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffOutlined: React.FC = ({ ...props }) => ( +export const IconDatabaseOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffOutlined as default } diff --git a/src/IconDatabaseOffOutlinedFilled.tsx b/src/IconDatabaseOffOutlinedFilled.tsx index 5e3d5c30c..c9b680265 100644 --- a/src/IconDatabaseOffOutlinedFilled.tsx +++ b/src/IconDatabaseOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffOutlinedFilled as default } diff --git a/src/IconDatabaseOffRounded.tsx b/src/IconDatabaseOffRounded.tsx index 7c7b0c2a0..95c6ae899 100644 --- a/src/IconDatabaseOffRounded.tsx +++ b/src/IconDatabaseOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffRounded: React.FC = ({ ...props }) => ( +export const IconDatabaseOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffRounded as default } diff --git a/src/IconDatabaseOffRoundedFilled.tsx b/src/IconDatabaseOffRoundedFilled.tsx index e34dfd23e..b2f827671 100644 --- a/src/IconDatabaseOffRoundedFilled.tsx +++ b/src/IconDatabaseOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffRoundedFilled as default } diff --git a/src/IconDatabaseOffSharp.tsx b/src/IconDatabaseOffSharp.tsx index deddb75d1..643613e21 100644 --- a/src/IconDatabaseOffSharp.tsx +++ b/src/IconDatabaseOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffSharp: React.FC = ({ ...props }) => ( +export const IconDatabaseOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffSharp as default } diff --git a/src/IconDatabaseOffSharpFilled.tsx b/src/IconDatabaseOffSharpFilled.tsx index 433fc4cb3..fa6a9e717 100644 --- a/src/IconDatabaseOffSharpFilled.tsx +++ b/src/IconDatabaseOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatabaseOffSharpFilled as default } diff --git a/src/IconDatabaseOutlined.tsx b/src/IconDatabaseOutlined.tsx index 1f03ebd92..d091d8537 100644 --- a/src/IconDatabaseOutlined.tsx +++ b/src/IconDatabaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOutlined: React.FC = ({ ...props }) => ( +export const IconDatabaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseOutlined as default } diff --git a/src/IconDatabaseOutlinedFilled.tsx b/src/IconDatabaseOutlinedFilled.tsx index 9dedd25fa..1d9fe6db6 100644 --- a/src/IconDatabaseOutlinedFilled.tsx +++ b/src/IconDatabaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatabaseOutlinedFilled as default } diff --git a/src/IconDatabaseRounded.tsx b/src/IconDatabaseRounded.tsx index 15b4bf681..f075ba354 100644 --- a/src/IconDatabaseRounded.tsx +++ b/src/IconDatabaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseRounded: React.FC = ({ ...props }) => ( +export const IconDatabaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseRounded as default } diff --git a/src/IconDatabaseRoundedFilled.tsx b/src/IconDatabaseRoundedFilled.tsx index 6f3060e67..e78453083 100644 --- a/src/IconDatabaseRoundedFilled.tsx +++ b/src/IconDatabaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatabaseRoundedFilled as default } diff --git a/src/IconDatabaseSharp.tsx b/src/IconDatabaseSharp.tsx index 3f998232a..17e25569b 100644 --- a/src/IconDatabaseSharp.tsx +++ b/src/IconDatabaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseSharp: React.FC = ({ ...props }) => ( +export const IconDatabaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseSharp as default } diff --git a/src/IconDatabaseSharpFilled.tsx b/src/IconDatabaseSharpFilled.tsx index 8c2c29107..84f8948b6 100644 --- a/src/IconDatabaseSharpFilled.tsx +++ b/src/IconDatabaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatabaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconDatabaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatabaseSharpFilled as default } diff --git a/src/IconDatabaseUploadOutlined.tsx b/src/IconDatabaseUploadOutlined.tsx new file mode 100644 index 000000000..3eedb0b3a --- /dev/null +++ b/src/IconDatabaseUploadOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatabaseUploadOutlinedFilled.tsx b/src/IconDatabaseUploadOutlinedFilled.tsx new file mode 100644 index 000000000..3b6b682d8 --- /dev/null +++ b/src/IconDatabaseUploadOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatabaseUploadRounded.tsx b/src/IconDatabaseUploadRounded.tsx new file mode 100644 index 000000000..be0108911 --- /dev/null +++ b/src/IconDatabaseUploadRounded.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadRounded: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatabaseUploadRoundedFilled.tsx b/src/IconDatabaseUploadRoundedFilled.tsx new file mode 100644 index 000000000..73693dd45 --- /dev/null +++ b/src/IconDatabaseUploadRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatabaseUploadSharp.tsx b/src/IconDatabaseUploadSharp.tsx new file mode 100644 index 000000000..b67cc1ac3 --- /dev/null +++ b/src/IconDatabaseUploadSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatabaseUploadSharpFilled.tsx b/src/IconDatabaseUploadSharpFilled.tsx new file mode 100644 index 000000000..0b5c7eced --- /dev/null +++ b/src/IconDatabaseUploadSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDatabaseUploadSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDatasetLinkedOutlined.tsx b/src/IconDatasetLinkedOutlined.tsx index 03e2babd5..707b850e8 100644 --- a/src/IconDatasetLinkedOutlined.tsx +++ b/src/IconDatasetLinkedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedOutlined: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedOutlined as default } diff --git a/src/IconDatasetLinkedOutlinedFilled.tsx b/src/IconDatasetLinkedOutlinedFilled.tsx index 4069bc711..09365e772 100644 --- a/src/IconDatasetLinkedOutlinedFilled.tsx +++ b/src/IconDatasetLinkedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedOutlinedFilled as default } diff --git a/src/IconDatasetLinkedRounded.tsx b/src/IconDatasetLinkedRounded.tsx index 2a7211b06..1bcb70f3d 100644 --- a/src/IconDatasetLinkedRounded.tsx +++ b/src/IconDatasetLinkedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedRounded: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedRounded as default } diff --git a/src/IconDatasetLinkedRoundedFilled.tsx b/src/IconDatasetLinkedRoundedFilled.tsx index ff39dbfea..ea2eab782 100644 --- a/src/IconDatasetLinkedRoundedFilled.tsx +++ b/src/IconDatasetLinkedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedRoundedFilled as default } diff --git a/src/IconDatasetLinkedSharp.tsx b/src/IconDatasetLinkedSharp.tsx index c6c2a00a9..86c2f1ac2 100644 --- a/src/IconDatasetLinkedSharp.tsx +++ b/src/IconDatasetLinkedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedSharp: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedSharp as default } diff --git a/src/IconDatasetLinkedSharpFilled.tsx b/src/IconDatasetLinkedSharpFilled.tsx index 92776d9ce..d3b355190 100644 --- a/src/IconDatasetLinkedSharpFilled.tsx +++ b/src/IconDatasetLinkedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetLinkedSharpFilled: React.FC = ({ ...props }) => ( +export const IconDatasetLinkedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatasetLinkedSharpFilled as default } diff --git a/src/IconDatasetOutlined.tsx b/src/IconDatasetOutlined.tsx index f42d8d64a..e223528b2 100644 --- a/src/IconDatasetOutlined.tsx +++ b/src/IconDatasetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetOutlined: React.FC = ({ ...props }) => ( +export const IconDatasetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetOutlined as default } diff --git a/src/IconDatasetOutlinedFilled.tsx b/src/IconDatasetOutlinedFilled.tsx index 785e0fb9e..6256360e2 100644 --- a/src/IconDatasetOutlinedFilled.tsx +++ b/src/IconDatasetOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDatasetOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDatasetOutlinedFilled as default } diff --git a/src/IconDatasetRounded.tsx b/src/IconDatasetRounded.tsx index b625e2de5..51fb3eb99 100644 --- a/src/IconDatasetRounded.tsx +++ b/src/IconDatasetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetRounded: React.FC = ({ ...props }) => ( +export const IconDatasetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetRounded as default } diff --git a/src/IconDatasetRoundedFilled.tsx b/src/IconDatasetRoundedFilled.tsx index ced6c6985..832e898b6 100644 --- a/src/IconDatasetRoundedFilled.tsx +++ b/src/IconDatasetRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDatasetRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetRoundedFilled as default } diff --git a/src/IconDatasetSharp.tsx b/src/IconDatasetSharp.tsx index 2a77340f9..d0fbc26ba 100644 --- a/src/IconDatasetSharp.tsx +++ b/src/IconDatasetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetSharp: React.FC = ({ ...props }) => ( +export const IconDatasetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetSharp as default } diff --git a/src/IconDatasetSharpFilled.tsx b/src/IconDatasetSharpFilled.tsx index b563caadb..c59437cd1 100644 --- a/src/IconDatasetSharpFilled.tsx +++ b/src/IconDatasetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDatasetSharpFilled: React.FC = ({ ...props }) => ( +export const IconDatasetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDatasetSharpFilled as default } diff --git a/src/IconDateRangeOutlined.tsx b/src/IconDateRangeOutlined.tsx index 615dee53e..b95c63b80 100644 --- a/src/IconDateRangeOutlined.tsx +++ b/src/IconDateRangeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeOutlined: React.FC = ({ ...props }) => ( +export const IconDateRangeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDateRangeOutlined as default } diff --git a/src/IconDateRangeOutlinedFilled.tsx b/src/IconDateRangeOutlinedFilled.tsx index f50a61d79..3cb67d8c4 100644 --- a/src/IconDateRangeOutlinedFilled.tsx +++ b/src/IconDateRangeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDateRangeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDateRangeOutlinedFilled as default } diff --git a/src/IconDateRangeRounded.tsx b/src/IconDateRangeRounded.tsx index 03a687986..a1802eac3 100644 --- a/src/IconDateRangeRounded.tsx +++ b/src/IconDateRangeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeRounded: React.FC = ({ ...props }) => ( +export const IconDateRangeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDateRangeRounded as default } diff --git a/src/IconDateRangeRoundedFilled.tsx b/src/IconDateRangeRoundedFilled.tsx index 085507e31..31278f147 100644 --- a/src/IconDateRangeRoundedFilled.tsx +++ b/src/IconDateRangeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDateRangeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDateRangeRoundedFilled as default } diff --git a/src/IconDateRangeSharp.tsx b/src/IconDateRangeSharp.tsx index 3fe01a6d7..788f72cd0 100644 --- a/src/IconDateRangeSharp.tsx +++ b/src/IconDateRangeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeSharp: React.FC = ({ ...props }) => ( +export const IconDateRangeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDateRangeSharp as default } diff --git a/src/IconDateRangeSharpFilled.tsx b/src/IconDateRangeSharpFilled.tsx index febdad112..9a3f927f1 100644 --- a/src/IconDateRangeSharpFilled.tsx +++ b/src/IconDateRangeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDateRangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDateRangeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDateRangeSharpFilled as default } diff --git a/src/IconDeblurOutlined.tsx b/src/IconDeblurOutlined.tsx index d02108b79..eb9451574 100644 --- a/src/IconDeblurOutlined.tsx +++ b/src/IconDeblurOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurOutlined: React.FC = ({ ...props }) => ( +export const IconDeblurOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurOutlined as default } diff --git a/src/IconDeblurOutlinedFilled.tsx b/src/IconDeblurOutlinedFilled.tsx index f8ad4400d..ab07cc3eb 100644 --- a/src/IconDeblurOutlinedFilled.tsx +++ b/src/IconDeblurOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeblurOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurOutlinedFilled as default } diff --git a/src/IconDeblurRounded.tsx b/src/IconDeblurRounded.tsx index b48f5b1fe..ae5b8390c 100644 --- a/src/IconDeblurRounded.tsx +++ b/src/IconDeblurRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurRounded: React.FC = ({ ...props }) => ( +export const IconDeblurRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurRounded as default } diff --git a/src/IconDeblurRoundedFilled.tsx b/src/IconDeblurRoundedFilled.tsx index b110e0198..8391cbaf2 100644 --- a/src/IconDeblurRoundedFilled.tsx +++ b/src/IconDeblurRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeblurRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurRoundedFilled as default } diff --git a/src/IconDeblurSharp.tsx b/src/IconDeblurSharp.tsx index d7623a2bd..0a93a8945 100644 --- a/src/IconDeblurSharp.tsx +++ b/src/IconDeblurSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurSharp: React.FC = ({ ...props }) => ( +export const IconDeblurSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurSharp as default } diff --git a/src/IconDeblurSharpFilled.tsx b/src/IconDeblurSharpFilled.tsx index d8b3fc0ea..5a5d2d632 100644 --- a/src/IconDeblurSharpFilled.tsx +++ b/src/IconDeblurSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeblurSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeblurSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeblurSharpFilled as default } diff --git a/src/IconDeceasedOutlined.tsx b/src/IconDeceasedOutlined.tsx index 6ee6a9d90..2e3aa4509 100644 --- a/src/IconDeceasedOutlined.tsx +++ b/src/IconDeceasedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedOutlined: React.FC = ({ ...props }) => ( +export const IconDeceasedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeceasedOutlined as default } diff --git a/src/IconDeceasedOutlinedFilled.tsx b/src/IconDeceasedOutlinedFilled.tsx index 5c8e9512e..b49e4b85b 100644 --- a/src/IconDeceasedOutlinedFilled.tsx +++ b/src/IconDeceasedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeceasedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeceasedOutlinedFilled as default } diff --git a/src/IconDeceasedRounded.tsx b/src/IconDeceasedRounded.tsx index 157ec4846..2c6415f69 100644 --- a/src/IconDeceasedRounded.tsx +++ b/src/IconDeceasedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedRounded: React.FC = ({ ...props }) => ( +export const IconDeceasedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeceasedRounded as default } diff --git a/src/IconDeceasedRoundedFilled.tsx b/src/IconDeceasedRoundedFilled.tsx index 462399a95..c18ff52e9 100644 --- a/src/IconDeceasedRoundedFilled.tsx +++ b/src/IconDeceasedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeceasedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeceasedRoundedFilled as default } diff --git a/src/IconDeceasedSharp.tsx b/src/IconDeceasedSharp.tsx index aec66dfc6..b00fd16f1 100644 --- a/src/IconDeceasedSharp.tsx +++ b/src/IconDeceasedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedSharp: React.FC = ({ ...props }) => ( +export const IconDeceasedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeceasedSharp as default } diff --git a/src/IconDeceasedSharpFilled.tsx b/src/IconDeceasedSharpFilled.tsx index 483c453a0..ea7fdeb7c 100644 --- a/src/IconDeceasedSharpFilled.tsx +++ b/src/IconDeceasedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeceasedSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeceasedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeceasedSharpFilled as default } diff --git a/src/IconDecimalDecreaseOutlined.tsx b/src/IconDecimalDecreaseOutlined.tsx index ba4e9eb76..68012c9f4 100644 --- a/src/IconDecimalDecreaseOutlined.tsx +++ b/src/IconDecimalDecreaseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseOutlined: React.FC = ({ ...props }) => ( +export const IconDecimalDecreaseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalDecreaseOutlined as default } diff --git a/src/IconDecimalDecreaseOutlinedFilled.tsx b/src/IconDecimalDecreaseOutlinedFilled.tsx index a8703e57b..d1fe89153 100644 --- a/src/IconDecimalDecreaseOutlinedFilled.tsx +++ b/src/IconDecimalDecreaseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseOutlinedFilled: React.FC = ({ +export const IconDecimalDecreaseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDecimalDecreaseOutlinedFilled: React.FC = ({ ) - -export { IconDecimalDecreaseOutlinedFilled as default } diff --git a/src/IconDecimalDecreaseRounded.tsx b/src/IconDecimalDecreaseRounded.tsx index 2f35c1c9e..df4dbe2dd 100644 --- a/src/IconDecimalDecreaseRounded.tsx +++ b/src/IconDecimalDecreaseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseRounded: React.FC = ({ ...props }) => ( +export const IconDecimalDecreaseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalDecreaseRounded as default } diff --git a/src/IconDecimalDecreaseRoundedFilled.tsx b/src/IconDecimalDecreaseRoundedFilled.tsx index 6656713e2..8447b43f3 100644 --- a/src/IconDecimalDecreaseRoundedFilled.tsx +++ b/src/IconDecimalDecreaseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseRoundedFilled: React.FC = ({ +export const IconDecimalDecreaseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDecimalDecreaseRoundedFilled: React.FC = ({ ) - -export { IconDecimalDecreaseRoundedFilled as default } diff --git a/src/IconDecimalDecreaseSharp.tsx b/src/IconDecimalDecreaseSharp.tsx index e55d1e650..6b8d8235e 100644 --- a/src/IconDecimalDecreaseSharp.tsx +++ b/src/IconDecimalDecreaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseSharp: React.FC = ({ ...props }) => ( +export const IconDecimalDecreaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDecimalDecreaseSharp as default } diff --git a/src/IconDecimalDecreaseSharpFilled.tsx b/src/IconDecimalDecreaseSharpFilled.tsx index 4e7155315..dbef0d9d6 100644 --- a/src/IconDecimalDecreaseSharpFilled.tsx +++ b/src/IconDecimalDecreaseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalDecreaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconDecimalDecreaseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalDecreaseSharpFilled as default } diff --git a/src/IconDecimalIncreaseOutlined.tsx b/src/IconDecimalIncreaseOutlined.tsx index 721e78ad5..f93f92ff3 100644 --- a/src/IconDecimalIncreaseOutlined.tsx +++ b/src/IconDecimalIncreaseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseOutlined: React.FC = ({ ...props }) => ( +export const IconDecimalIncreaseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalIncreaseOutlined as default } diff --git a/src/IconDecimalIncreaseOutlinedFilled.tsx b/src/IconDecimalIncreaseOutlinedFilled.tsx index da2a049cb..0e6ca86e4 100644 --- a/src/IconDecimalIncreaseOutlinedFilled.tsx +++ b/src/IconDecimalIncreaseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseOutlinedFilled: React.FC = ({ +export const IconDecimalIncreaseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDecimalIncreaseOutlinedFilled: React.FC = ({ ) - -export { IconDecimalIncreaseOutlinedFilled as default } diff --git a/src/IconDecimalIncreaseRounded.tsx b/src/IconDecimalIncreaseRounded.tsx index f4a5b8515..c4598ca7e 100644 --- a/src/IconDecimalIncreaseRounded.tsx +++ b/src/IconDecimalIncreaseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseRounded: React.FC = ({ ...props }) => ( +export const IconDecimalIncreaseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalIncreaseRounded as default } diff --git a/src/IconDecimalIncreaseRoundedFilled.tsx b/src/IconDecimalIncreaseRoundedFilled.tsx index 77637492f..949c0d65b 100644 --- a/src/IconDecimalIncreaseRoundedFilled.tsx +++ b/src/IconDecimalIncreaseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseRoundedFilled: React.FC = ({ +export const IconDecimalIncreaseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDecimalIncreaseRoundedFilled: React.FC = ({ ) - -export { IconDecimalIncreaseRoundedFilled as default } diff --git a/src/IconDecimalIncreaseSharp.tsx b/src/IconDecimalIncreaseSharp.tsx index f1a552903..b33235a9b 100644 --- a/src/IconDecimalIncreaseSharp.tsx +++ b/src/IconDecimalIncreaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseSharp: React.FC = ({ ...props }) => ( +export const IconDecimalIncreaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDecimalIncreaseSharp as default } diff --git a/src/IconDecimalIncreaseSharpFilled.tsx b/src/IconDecimalIncreaseSharpFilled.tsx index 98d0dbdc1..fc64bb852 100644 --- a/src/IconDecimalIncreaseSharpFilled.tsx +++ b/src/IconDecimalIncreaseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDecimalIncreaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconDecimalIncreaseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDecimalIncreaseSharpFilled as default } diff --git a/src/IconDeckOutlined.tsx b/src/IconDeckOutlined.tsx index 01ae218c6..ba66820d7 100644 --- a/src/IconDeckOutlined.tsx +++ b/src/IconDeckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckOutlined: React.FC = ({ ...props }) => ( +export const IconDeckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckOutlined as default } diff --git a/src/IconDeckOutlinedFilled.tsx b/src/IconDeckOutlinedFilled.tsx index bd40a609f..316fd8b42 100644 --- a/src/IconDeckOutlinedFilled.tsx +++ b/src/IconDeckOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeckOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckOutlinedFilled as default } diff --git a/src/IconDeckRounded.tsx b/src/IconDeckRounded.tsx index d036cbe09..4cec016a5 100644 --- a/src/IconDeckRounded.tsx +++ b/src/IconDeckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckRounded: React.FC = ({ ...props }) => ( +export const IconDeckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckRounded as default } diff --git a/src/IconDeckRoundedFilled.tsx b/src/IconDeckRoundedFilled.tsx index da11e73cf..a5154843d 100644 --- a/src/IconDeckRoundedFilled.tsx +++ b/src/IconDeckRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeckRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckRoundedFilled as default } diff --git a/src/IconDeckSharp.tsx b/src/IconDeckSharp.tsx index 81d140e40..c25516782 100644 --- a/src/IconDeckSharp.tsx +++ b/src/IconDeckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckSharp: React.FC = ({ ...props }) => ( +export const IconDeckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckSharp as default } diff --git a/src/IconDeckSharpFilled.tsx b/src/IconDeckSharpFilled.tsx index ce894f3bf..98fb6fbc5 100644 --- a/src/IconDeckSharpFilled.tsx +++ b/src/IconDeckSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeckSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeckSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeckSharpFilled as default } diff --git a/src/IconDehazeOutlined.tsx b/src/IconDehazeOutlined.tsx index bc22646c9..85832610d 100644 --- a/src/IconDehazeOutlined.tsx +++ b/src/IconDehazeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeOutlined: React.FC = ({ ...props }) => ( +export const IconDehazeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeOutlined as default } diff --git a/src/IconDehazeOutlinedFilled.tsx b/src/IconDehazeOutlinedFilled.tsx index 4c2cf4916..71b9c6c23 100644 --- a/src/IconDehazeOutlinedFilled.tsx +++ b/src/IconDehazeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDehazeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeOutlinedFilled as default } diff --git a/src/IconDehazeRounded.tsx b/src/IconDehazeRounded.tsx index c7c011635..d96dc182a 100644 --- a/src/IconDehazeRounded.tsx +++ b/src/IconDehazeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeRounded: React.FC = ({ ...props }) => ( +export const IconDehazeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeRounded as default } diff --git a/src/IconDehazeRoundedFilled.tsx b/src/IconDehazeRoundedFilled.tsx index 7c657ac2f..7c9e65573 100644 --- a/src/IconDehazeRoundedFilled.tsx +++ b/src/IconDehazeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDehazeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeRoundedFilled as default } diff --git a/src/IconDehazeSharp.tsx b/src/IconDehazeSharp.tsx index 8a0cfb128..327cd3820 100644 --- a/src/IconDehazeSharp.tsx +++ b/src/IconDehazeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeSharp: React.FC = ({ ...props }) => ( +export const IconDehazeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeSharp as default } diff --git a/src/IconDehazeSharpFilled.tsx b/src/IconDehazeSharpFilled.tsx index 5f295e0ea..215757fdd 100644 --- a/src/IconDehazeSharpFilled.tsx +++ b/src/IconDehazeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDehazeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDehazeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDehazeSharpFilled as default } diff --git a/src/IconDeleteForeverOutlined.tsx b/src/IconDeleteForeverOutlined.tsx index f001e055b..d011c7968 100644 --- a/src/IconDeleteForeverOutlined.tsx +++ b/src/IconDeleteForeverOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverOutlined: React.FC = ({ ...props }) => ( +export const IconDeleteForeverOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverOutlined as default } diff --git a/src/IconDeleteForeverOutlinedFilled.tsx b/src/IconDeleteForeverOutlinedFilled.tsx index e0c939df0..77193ac70 100644 --- a/src/IconDeleteForeverOutlinedFilled.tsx +++ b/src/IconDeleteForeverOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteForeverOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverOutlinedFilled as default } diff --git a/src/IconDeleteForeverRounded.tsx b/src/IconDeleteForeverRounded.tsx index e944e3398..91e1b1556 100644 --- a/src/IconDeleteForeverRounded.tsx +++ b/src/IconDeleteForeverRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverRounded: React.FC = ({ ...props }) => ( +export const IconDeleteForeverRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverRounded as default } diff --git a/src/IconDeleteForeverRoundedFilled.tsx b/src/IconDeleteForeverRoundedFilled.tsx index 2cb07d22d..5ce83918b 100644 --- a/src/IconDeleteForeverRoundedFilled.tsx +++ b/src/IconDeleteForeverRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteForeverRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverRoundedFilled as default } diff --git a/src/IconDeleteForeverSharp.tsx b/src/IconDeleteForeverSharp.tsx index 8792b8db8..b307bcdd8 100644 --- a/src/IconDeleteForeverSharp.tsx +++ b/src/IconDeleteForeverSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverSharp: React.FC = ({ ...props }) => ( +export const IconDeleteForeverSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverSharp as default } diff --git a/src/IconDeleteForeverSharpFilled.tsx b/src/IconDeleteForeverSharpFilled.tsx index 51075189d..fda62f832 100644 --- a/src/IconDeleteForeverSharpFilled.tsx +++ b/src/IconDeleteForeverSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteForeverSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeleteForeverSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteForeverSharpFilled as default } diff --git a/src/IconDeleteHistoryOutlined.tsx b/src/IconDeleteHistoryOutlined.tsx index 8c44ae204..450194f03 100644 --- a/src/IconDeleteHistoryOutlined.tsx +++ b/src/IconDeleteHistoryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconDeleteHistoryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteHistoryOutlined as default } diff --git a/src/IconDeleteHistoryOutlinedFilled.tsx b/src/IconDeleteHistoryOutlinedFilled.tsx index 8978e4e78..0b0051d16 100644 --- a/src/IconDeleteHistoryOutlinedFilled.tsx +++ b/src/IconDeleteHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteHistoryOutlinedFilled as default } diff --git a/src/IconDeleteHistoryRounded.tsx b/src/IconDeleteHistoryRounded.tsx index 24370affe..c0f712d75 100644 --- a/src/IconDeleteHistoryRounded.tsx +++ b/src/IconDeleteHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistoryRounded: React.FC = ({ ...props }) => ( +export const IconDeleteHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteHistoryRounded as default } diff --git a/src/IconDeleteHistoryRoundedFilled.tsx b/src/IconDeleteHistoryRoundedFilled.tsx index 16457800b..8a9f9a304 100644 --- a/src/IconDeleteHistoryRoundedFilled.tsx +++ b/src/IconDeleteHistoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteHistoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteHistoryRoundedFilled as default } diff --git a/src/IconDeleteHistorySharp.tsx b/src/IconDeleteHistorySharp.tsx index 4643f9131..822fb33c7 100644 --- a/src/IconDeleteHistorySharp.tsx +++ b/src/IconDeleteHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistorySharp: React.FC = ({ ...props }) => ( +export const IconDeleteHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteHistorySharp as default } diff --git a/src/IconDeleteHistorySharpFilled.tsx b/src/IconDeleteHistorySharpFilled.tsx index bdc1c8564..fb390cc0b 100644 --- a/src/IconDeleteHistorySharpFilled.tsx +++ b/src/IconDeleteHistorySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconDeleteHistorySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteHistorySharpFilled as default } diff --git a/src/IconDeleteOutlined.tsx b/src/IconDeleteOutlined.tsx index c50bf589a..ae09852c0 100644 --- a/src/IconDeleteOutlined.tsx +++ b/src/IconDeleteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteOutlined: React.FC = ({ ...props }) => ( +export const IconDeleteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteOutlined as default } diff --git a/src/IconDeleteOutlinedFilled.tsx b/src/IconDeleteOutlinedFilled.tsx index 692e823da..59a0abced 100644 --- a/src/IconDeleteOutlinedFilled.tsx +++ b/src/IconDeleteOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteOutlinedFilled as default } diff --git a/src/IconDeleteRounded.tsx b/src/IconDeleteRounded.tsx index 737e38758..a18ddbf45 100644 --- a/src/IconDeleteRounded.tsx +++ b/src/IconDeleteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteRounded: React.FC = ({ ...props }) => ( +export const IconDeleteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteRounded as default } diff --git a/src/IconDeleteRoundedFilled.tsx b/src/IconDeleteRoundedFilled.tsx index 25d4b90b3..296873231 100644 --- a/src/IconDeleteRoundedFilled.tsx +++ b/src/IconDeleteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteRoundedFilled as default } diff --git a/src/IconDeleteSharp.tsx b/src/IconDeleteSharp.tsx index 56e96290a..c56793df7 100644 --- a/src/IconDeleteSharp.tsx +++ b/src/IconDeleteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSharp: React.FC = ({ ...props }) => ( +export const IconDeleteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteSharp as default } diff --git a/src/IconDeleteSharpFilled.tsx b/src/IconDeleteSharpFilled.tsx index 479d6249a..708c2c6cc 100644 --- a/src/IconDeleteSharpFilled.tsx +++ b/src/IconDeleteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeleteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteSharpFilled as default } diff --git a/src/IconDeleteSweepOutlined.tsx b/src/IconDeleteSweepOutlined.tsx index 1b2960146..47cc2771f 100644 --- a/src/IconDeleteSweepOutlined.tsx +++ b/src/IconDeleteSweepOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepOutlined: React.FC = ({ ...props }) => ( +export const IconDeleteSweepOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepOutlined as default } diff --git a/src/IconDeleteSweepOutlinedFilled.tsx b/src/IconDeleteSweepOutlinedFilled.tsx index 880b74afb..22f86ed8f 100644 --- a/src/IconDeleteSweepOutlinedFilled.tsx +++ b/src/IconDeleteSweepOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteSweepOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepOutlinedFilled as default } diff --git a/src/IconDeleteSweepRounded.tsx b/src/IconDeleteSweepRounded.tsx index 1b7e0e2f4..b263471f1 100644 --- a/src/IconDeleteSweepRounded.tsx +++ b/src/IconDeleteSweepRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepRounded: React.FC = ({ ...props }) => ( +export const IconDeleteSweepRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepRounded as default } diff --git a/src/IconDeleteSweepRoundedFilled.tsx b/src/IconDeleteSweepRoundedFilled.tsx index 0c2974daf..e0eb95586 100644 --- a/src/IconDeleteSweepRoundedFilled.tsx +++ b/src/IconDeleteSweepRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeleteSweepRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepRoundedFilled as default } diff --git a/src/IconDeleteSweepSharp.tsx b/src/IconDeleteSweepSharp.tsx index 2725f71cb..00a2f81f2 100644 --- a/src/IconDeleteSweepSharp.tsx +++ b/src/IconDeleteSweepSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepSharp: React.FC = ({ ...props }) => ( +export const IconDeleteSweepSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepSharp as default } diff --git a/src/IconDeleteSweepSharpFilled.tsx b/src/IconDeleteSweepSharpFilled.tsx index bd43567d4..363828ece 100644 --- a/src/IconDeleteSweepSharpFilled.tsx +++ b/src/IconDeleteSweepSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeleteSweepSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeleteSweepSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeleteSweepSharpFilled as default } diff --git a/src/IconDemographyOutlined.tsx b/src/IconDemographyOutlined.tsx index 14dc52b14..ee79c9f7a 100644 --- a/src/IconDemographyOutlined.tsx +++ b/src/IconDemographyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDemographyOutlined: React.FC = ({ ...props }) => ( +export const IconDemographyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDemographyOutlined as default } diff --git a/src/IconDemographyOutlinedFilled.tsx b/src/IconDemographyOutlinedFilled.tsx index d72ffac5d..9f38530d5 100644 --- a/src/IconDemographyOutlinedFilled.tsx +++ b/src/IconDemographyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDemographyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDemographyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDemographyOutlinedFilled as default } diff --git a/src/IconDemographyRounded.tsx b/src/IconDemographyRounded.tsx index 21a6e4a37..10176cf5c 100644 --- a/src/IconDemographyRounded.tsx +++ b/src/IconDemographyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDemographyRounded: React.FC = ({ ...props }) => ( +export const IconDemographyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDemographyRounded as default } diff --git a/src/IconDemographyRoundedFilled.tsx b/src/IconDemographyRoundedFilled.tsx index da412853e..375992d98 100644 --- a/src/IconDemographyRoundedFilled.tsx +++ b/src/IconDemographyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDemographyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDemographyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDemographyRoundedFilled as default } diff --git a/src/IconDemographySharp.tsx b/src/IconDemographySharp.tsx index 7244175cc..81db43311 100644 --- a/src/IconDemographySharp.tsx +++ b/src/IconDemographySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDemographySharp: React.FC = ({ ...props }) => ( +export const IconDemographySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDemographySharp as default } diff --git a/src/IconDemographySharpFilled.tsx b/src/IconDemographySharpFilled.tsx index 54b9e7a1f..ae1664e11 100644 --- a/src/IconDemographySharpFilled.tsx +++ b/src/IconDemographySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDemographySharpFilled: React.FC = ({ ...props }) => ( +export const IconDemographySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDemographySharpFilled as default } diff --git a/src/IconDensityLargeOutlined.tsx b/src/IconDensityLargeOutlined.tsx index 7936fbadf..9699b8d12 100644 --- a/src/IconDensityLargeOutlined.tsx +++ b/src/IconDensityLargeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeOutlined: React.FC = ({ ...props }) => ( +export const IconDensityLargeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensityLargeOutlined as default } diff --git a/src/IconDensityLargeOutlinedFilled.tsx b/src/IconDensityLargeOutlinedFilled.tsx index 14a0d5cd4..8bd4fd45e 100644 --- a/src/IconDensityLargeOutlinedFilled.tsx +++ b/src/IconDensityLargeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDensityLargeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityLargeOutlinedFilled as default } diff --git a/src/IconDensityLargeRounded.tsx b/src/IconDensityLargeRounded.tsx index 7e4e09381..c30311300 100644 --- a/src/IconDensityLargeRounded.tsx +++ b/src/IconDensityLargeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeRounded: React.FC = ({ ...props }) => ( +export const IconDensityLargeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensityLargeRounded as default } diff --git a/src/IconDensityLargeRoundedFilled.tsx b/src/IconDensityLargeRoundedFilled.tsx index a57f5be6a..02a693171 100644 --- a/src/IconDensityLargeRoundedFilled.tsx +++ b/src/IconDensityLargeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDensityLargeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityLargeRoundedFilled as default } diff --git a/src/IconDensityLargeSharp.tsx b/src/IconDensityLargeSharp.tsx index 22a742be3..de3bbe20d 100644 --- a/src/IconDensityLargeSharp.tsx +++ b/src/IconDensityLargeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeSharp: React.FC = ({ ...props }) => ( +export const IconDensityLargeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensityLargeSharp as default } diff --git a/src/IconDensityLargeSharpFilled.tsx b/src/IconDensityLargeSharpFilled.tsx index 61b11c66a..51b1091d3 100644 --- a/src/IconDensityLargeSharpFilled.tsx +++ b/src/IconDensityLargeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityLargeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDensityLargeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityLargeSharpFilled as default } diff --git a/src/IconDensityMediumOutlined.tsx b/src/IconDensityMediumOutlined.tsx index 0221241da..a203fcfd1 100644 --- a/src/IconDensityMediumOutlined.tsx +++ b/src/IconDensityMediumOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumOutlined: React.FC = ({ ...props }) => ( +export const IconDensityMediumOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityMediumOutlined as default } diff --git a/src/IconDensityMediumOutlinedFilled.tsx b/src/IconDensityMediumOutlinedFilled.tsx index 29bfb221b..5c7a43eb3 100644 --- a/src/IconDensityMediumOutlinedFilled.tsx +++ b/src/IconDensityMediumOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDensityMediumOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityMediumOutlinedFilled as default } diff --git a/src/IconDensityMediumRounded.tsx b/src/IconDensityMediumRounded.tsx index 8ae5b3b2b..709e6d8a5 100644 --- a/src/IconDensityMediumRounded.tsx +++ b/src/IconDensityMediumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumRounded: React.FC = ({ ...props }) => ( +export const IconDensityMediumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensityMediumRounded as default } diff --git a/src/IconDensityMediumRoundedFilled.tsx b/src/IconDensityMediumRoundedFilled.tsx index d161db22f..ee80b914c 100644 --- a/src/IconDensityMediumRoundedFilled.tsx +++ b/src/IconDensityMediumRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDensityMediumRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityMediumRoundedFilled as default } diff --git a/src/IconDensityMediumSharp.tsx b/src/IconDensityMediumSharp.tsx index 08826c693..4bff217bb 100644 --- a/src/IconDensityMediumSharp.tsx +++ b/src/IconDensityMediumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumSharp: React.FC = ({ ...props }) => ( +export const IconDensityMediumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensityMediumSharp as default } diff --git a/src/IconDensityMediumSharpFilled.tsx b/src/IconDensityMediumSharpFilled.tsx index 74727063c..470a91a57 100644 --- a/src/IconDensityMediumSharpFilled.tsx +++ b/src/IconDensityMediumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensityMediumSharpFilled: React.FC = ({ ...props }) => ( +export const IconDensityMediumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensityMediumSharpFilled as default } diff --git a/src/IconDensitySmallOutlined.tsx b/src/IconDensitySmallOutlined.tsx index c70a06b05..cad0b3ca4 100644 --- a/src/IconDensitySmallOutlined.tsx +++ b/src/IconDensitySmallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallOutlined: React.FC = ({ ...props }) => ( +export const IconDensitySmallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensitySmallOutlined as default } diff --git a/src/IconDensitySmallOutlinedFilled.tsx b/src/IconDensitySmallOutlinedFilled.tsx index 1824a2d2b..d884d9f93 100644 --- a/src/IconDensitySmallOutlinedFilled.tsx +++ b/src/IconDensitySmallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDensitySmallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensitySmallOutlinedFilled as default } diff --git a/src/IconDensitySmallRounded.tsx b/src/IconDensitySmallRounded.tsx index a4ea9c0a9..bba72ec98 100644 --- a/src/IconDensitySmallRounded.tsx +++ b/src/IconDensitySmallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallRounded: React.FC = ({ ...props }) => ( +export const IconDensitySmallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensitySmallRounded as default } diff --git a/src/IconDensitySmallRoundedFilled.tsx b/src/IconDensitySmallRoundedFilled.tsx index dad8584d1..3ce41e139 100644 --- a/src/IconDensitySmallRoundedFilled.tsx +++ b/src/IconDensitySmallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDensitySmallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensitySmallRoundedFilled as default } diff --git a/src/IconDensitySmallSharp.tsx b/src/IconDensitySmallSharp.tsx index 4b0d28ad8..121fedbcd 100644 --- a/src/IconDensitySmallSharp.tsx +++ b/src/IconDensitySmallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallSharp: React.FC = ({ ...props }) => ( +export const IconDensitySmallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDensitySmallSharp as default } diff --git a/src/IconDensitySmallSharpFilled.tsx b/src/IconDensitySmallSharpFilled.tsx index c53851a86..44a20c29d 100644 --- a/src/IconDensitySmallSharpFilled.tsx +++ b/src/IconDensitySmallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDensitySmallSharpFilled: React.FC = ({ ...props }) => ( +export const IconDensitySmallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDensitySmallSharpFilled as default } diff --git a/src/IconDentistryOutlined.tsx b/src/IconDentistryOutlined.tsx index 267606700..44fbb9dae 100644 --- a/src/IconDentistryOutlined.tsx +++ b/src/IconDentistryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDentistryOutlined: React.FC = ({ ...props }) => ( +export const IconDentistryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDentistryOutlined as default } diff --git a/src/IconDentistryOutlinedFilled.tsx b/src/IconDentistryOutlinedFilled.tsx index 7758c3852..490f372f7 100644 --- a/src/IconDentistryOutlinedFilled.tsx +++ b/src/IconDentistryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDentistryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDentistryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDentistryOutlinedFilled as default } diff --git a/src/IconDentistryRounded.tsx b/src/IconDentistryRounded.tsx index 6523ffccc..af4fe3124 100644 --- a/src/IconDentistryRounded.tsx +++ b/src/IconDentistryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDentistryRounded: React.FC = ({ ...props }) => ( +export const IconDentistryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDentistryRounded as default } diff --git a/src/IconDentistryRoundedFilled.tsx b/src/IconDentistryRoundedFilled.tsx index c690d8a46..41f5b8c72 100644 --- a/src/IconDentistryRoundedFilled.tsx +++ b/src/IconDentistryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDentistryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDentistryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDentistryRoundedFilled as default } diff --git a/src/IconDentistrySharp.tsx b/src/IconDentistrySharp.tsx index 705a9e1bc..289a79b61 100644 --- a/src/IconDentistrySharp.tsx +++ b/src/IconDentistrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDentistrySharp: React.FC = ({ ...props }) => ( +export const IconDentistrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDentistrySharp as default } diff --git a/src/IconDentistrySharpFilled.tsx b/src/IconDentistrySharpFilled.tsx index 5607a3463..64faca2f0 100644 --- a/src/IconDentistrySharpFilled.tsx +++ b/src/IconDentistrySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDentistrySharpFilled: React.FC = ({ ...props }) => ( +export const IconDentistrySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDentistrySharpFilled as default } diff --git a/src/IconDepartureBoardOutlined.tsx b/src/IconDepartureBoardOutlined.tsx index 36fefc7d1..a8d6e5335 100644 --- a/src/IconDepartureBoardOutlined.tsx +++ b/src/IconDepartureBoardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardOutlined: React.FC = ({ ...props }) => ( +export const IconDepartureBoardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDepartureBoardOutlined as default } diff --git a/src/IconDepartureBoardOutlinedFilled.tsx b/src/IconDepartureBoardOutlinedFilled.tsx index ad70be662..26fc0d09f 100644 --- a/src/IconDepartureBoardOutlinedFilled.tsx +++ b/src/IconDepartureBoardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardOutlinedFilled: React.FC = ({ +export const IconDepartureBoardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDepartureBoardOutlinedFilled: React.FC = ({ ) - -export { IconDepartureBoardOutlinedFilled as default } diff --git a/src/IconDepartureBoardRounded.tsx b/src/IconDepartureBoardRounded.tsx index 566ac3b60..69556f9a5 100644 --- a/src/IconDepartureBoardRounded.tsx +++ b/src/IconDepartureBoardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardRounded: React.FC = ({ ...props }) => ( +export const IconDepartureBoardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDepartureBoardRounded as default } diff --git a/src/IconDepartureBoardRoundedFilled.tsx b/src/IconDepartureBoardRoundedFilled.tsx index 88804989b..c778eb1de 100644 --- a/src/IconDepartureBoardRoundedFilled.tsx +++ b/src/IconDepartureBoardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDepartureBoardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDepartureBoardRoundedFilled as default } diff --git a/src/IconDepartureBoardSharp.tsx b/src/IconDepartureBoardSharp.tsx index 05aa69b7f..89c5d8d61 100644 --- a/src/IconDepartureBoardSharp.tsx +++ b/src/IconDepartureBoardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardSharp: React.FC = ({ ...props }) => ( +export const IconDepartureBoardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDepartureBoardSharp as default } diff --git a/src/IconDepartureBoardSharpFilled.tsx b/src/IconDepartureBoardSharpFilled.tsx index 41f80cdae..1d9d3296c 100644 --- a/src/IconDepartureBoardSharpFilled.tsx +++ b/src/IconDepartureBoardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDepartureBoardSharpFilled: React.FC = ({ ...props }) => ( +export const IconDepartureBoardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDepartureBoardSharpFilled as default } diff --git a/src/IconDeployedCodeAccountOutlined.tsx b/src/IconDeployedCodeAccountOutlined.tsx index a85ae9e2d..469950fc7 100644 --- a/src/IconDeployedCodeAccountOutlined.tsx +++ b/src/IconDeployedCodeAccountOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountOutlined: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAccountOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAccountOutlined as default } diff --git a/src/IconDeployedCodeAccountOutlinedFilled.tsx b/src/IconDeployedCodeAccountOutlinedFilled.tsx index 36b455a4f..69729a537 100644 --- a/src/IconDeployedCodeAccountOutlinedFilled.tsx +++ b/src/IconDeployedCodeAccountOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountOutlinedFilled: React.FC = ({ +export const IconDeployedCodeAccountOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAccountOutlinedFilled: React.FC = ({ ) - -export { IconDeployedCodeAccountOutlinedFilled as default } diff --git a/src/IconDeployedCodeAccountRounded.tsx b/src/IconDeployedCodeAccountRounded.tsx index 35e171d31..438ac3929 100644 --- a/src/IconDeployedCodeAccountRounded.tsx +++ b/src/IconDeployedCodeAccountRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountRounded: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAccountRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAccountRounded as default } diff --git a/src/IconDeployedCodeAccountRoundedFilled.tsx b/src/IconDeployedCodeAccountRoundedFilled.tsx index 8e48f3b8e..b27b18394 100644 --- a/src/IconDeployedCodeAccountRoundedFilled.tsx +++ b/src/IconDeployedCodeAccountRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountRoundedFilled: React.FC = ({ +export const IconDeployedCodeAccountRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAccountRoundedFilled: React.FC = ({ ) - -export { IconDeployedCodeAccountRoundedFilled as default } diff --git a/src/IconDeployedCodeAccountSharp.tsx b/src/IconDeployedCodeAccountSharp.tsx index f44216a9e..97c2f1c0c 100644 --- a/src/IconDeployedCodeAccountSharp.tsx +++ b/src/IconDeployedCodeAccountSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountSharp: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAccountSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAccountSharp as default } diff --git a/src/IconDeployedCodeAccountSharpFilled.tsx b/src/IconDeployedCodeAccountSharpFilled.tsx index e1cc1d6f5..b8381ce93 100644 --- a/src/IconDeployedCodeAccountSharpFilled.tsx +++ b/src/IconDeployedCodeAccountSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAccountSharpFilled: React.FC = ({ +export const IconDeployedCodeAccountSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAccountSharpFilled: React.FC = ({ ) - -export { IconDeployedCodeAccountSharpFilled as default } diff --git a/src/IconDeployedCodeAlertOutlined.tsx b/src/IconDeployedCodeAlertOutlined.tsx index 6003c6bf9..46a62478f 100644 --- a/src/IconDeployedCodeAlertOutlined.tsx +++ b/src/IconDeployedCodeAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertOutlined: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAlertOutlined as default } diff --git a/src/IconDeployedCodeAlertOutlinedFilled.tsx b/src/IconDeployedCodeAlertOutlinedFilled.tsx index 46884550f..8912f08e6 100644 --- a/src/IconDeployedCodeAlertOutlinedFilled.tsx +++ b/src/IconDeployedCodeAlertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertOutlinedFilled: React.FC = ({ +export const IconDeployedCodeAlertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAlertOutlinedFilled: React.FC = ({ ) - -export { IconDeployedCodeAlertOutlinedFilled as default } diff --git a/src/IconDeployedCodeAlertRounded.tsx b/src/IconDeployedCodeAlertRounded.tsx index 17793eeda..9bb6fce88 100644 --- a/src/IconDeployedCodeAlertRounded.tsx +++ b/src/IconDeployedCodeAlertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertRounded: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAlertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAlertRounded as default } diff --git a/src/IconDeployedCodeAlertRoundedFilled.tsx b/src/IconDeployedCodeAlertRoundedFilled.tsx index 37bb8450b..3bc7394d7 100644 --- a/src/IconDeployedCodeAlertRoundedFilled.tsx +++ b/src/IconDeployedCodeAlertRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertRoundedFilled: React.FC = ({ +export const IconDeployedCodeAlertRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAlertRoundedFilled: React.FC = ({ ) - -export { IconDeployedCodeAlertRoundedFilled as default } diff --git a/src/IconDeployedCodeAlertSharp.tsx b/src/IconDeployedCodeAlertSharp.tsx index 821ae1447..f996e5de5 100644 --- a/src/IconDeployedCodeAlertSharp.tsx +++ b/src/IconDeployedCodeAlertSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertSharp: React.FC = ({ ...props }) => ( +export const IconDeployedCodeAlertSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeAlertSharp as default } diff --git a/src/IconDeployedCodeAlertSharpFilled.tsx b/src/IconDeployedCodeAlertSharpFilled.tsx index 49353f988..abb681d85 100644 --- a/src/IconDeployedCodeAlertSharpFilled.tsx +++ b/src/IconDeployedCodeAlertSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeAlertSharpFilled: React.FC = ({ +export const IconDeployedCodeAlertSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeAlertSharpFilled: React.FC = ({ ) - -export { IconDeployedCodeAlertSharpFilled as default } diff --git a/src/IconDeployedCodeHistoryOutlined.tsx b/src/IconDeployedCodeHistoryOutlined.tsx index bb7341b82..d11152aeb 100644 --- a/src/IconDeployedCodeHistoryOutlined.tsx +++ b/src/IconDeployedCodeHistoryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconDeployedCodeHistoryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeHistoryOutlined as default } diff --git a/src/IconDeployedCodeHistoryOutlinedFilled.tsx b/src/IconDeployedCodeHistoryOutlinedFilled.tsx index 8ae10979b..d066a41c1 100644 --- a/src/IconDeployedCodeHistoryOutlinedFilled.tsx +++ b/src/IconDeployedCodeHistoryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistoryOutlinedFilled: React.FC = ({ +export const IconDeployedCodeHistoryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeHistoryOutlinedFilled: React.FC = ({ ) - -export { IconDeployedCodeHistoryOutlinedFilled as default } diff --git a/src/IconDeployedCodeHistoryRounded.tsx b/src/IconDeployedCodeHistoryRounded.tsx index 6302f2c6e..c80ef7235 100644 --- a/src/IconDeployedCodeHistoryRounded.tsx +++ b/src/IconDeployedCodeHistoryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistoryRounded: React.FC = ({ ...props }) => ( +export const IconDeployedCodeHistoryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeHistoryRounded as default } diff --git a/src/IconDeployedCodeHistoryRoundedFilled.tsx b/src/IconDeployedCodeHistoryRoundedFilled.tsx index b8817adf6..c9ecf875d 100644 --- a/src/IconDeployedCodeHistoryRoundedFilled.tsx +++ b/src/IconDeployedCodeHistoryRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistoryRoundedFilled: React.FC = ({ +export const IconDeployedCodeHistoryRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeHistoryRoundedFilled: React.FC = ({ ) - -export { IconDeployedCodeHistoryRoundedFilled as default } diff --git a/src/IconDeployedCodeHistorySharp.tsx b/src/IconDeployedCodeHistorySharp.tsx index f6bb7495b..622bdadbf 100644 --- a/src/IconDeployedCodeHistorySharp.tsx +++ b/src/IconDeployedCodeHistorySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistorySharp: React.FC = ({ ...props }) => ( +export const IconDeployedCodeHistorySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeHistorySharp as default } diff --git a/src/IconDeployedCodeHistorySharpFilled.tsx b/src/IconDeployedCodeHistorySharpFilled.tsx index 18179d4d9..4d5d2f530 100644 --- a/src/IconDeployedCodeHistorySharpFilled.tsx +++ b/src/IconDeployedCodeHistorySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeHistorySharpFilled: React.FC = ({ +export const IconDeployedCodeHistorySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeHistorySharpFilled: React.FC = ({ ) - -export { IconDeployedCodeHistorySharpFilled as default } diff --git a/src/IconDeployedCodeOutlined.tsx b/src/IconDeployedCodeOutlined.tsx index 74500c028..7466e346d 100644 --- a/src/IconDeployedCodeOutlined.tsx +++ b/src/IconDeployedCodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeOutlined: React.FC = ({ ...props }) => ( +export const IconDeployedCodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeOutlined as default } diff --git a/src/IconDeployedCodeOutlinedFilled.tsx b/src/IconDeployedCodeOutlinedFilled.tsx index 4b6b6833c..2a592c723 100644 --- a/src/IconDeployedCodeOutlinedFilled.tsx +++ b/src/IconDeployedCodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeployedCodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeOutlinedFilled as default } diff --git a/src/IconDeployedCodeRounded.tsx b/src/IconDeployedCodeRounded.tsx index 4c12616cd..52176c412 100644 --- a/src/IconDeployedCodeRounded.tsx +++ b/src/IconDeployedCodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeRounded: React.FC = ({ ...props }) => ( +export const IconDeployedCodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeRounded as default } diff --git a/src/IconDeployedCodeRoundedFilled.tsx b/src/IconDeployedCodeRoundedFilled.tsx index bd8ecb52c..99f6a0830 100644 --- a/src/IconDeployedCodeRoundedFilled.tsx +++ b/src/IconDeployedCodeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeployedCodeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeRoundedFilled as default } diff --git a/src/IconDeployedCodeSharp.tsx b/src/IconDeployedCodeSharp.tsx index 41cc266e6..91442b2cd 100644 --- a/src/IconDeployedCodeSharp.tsx +++ b/src/IconDeployedCodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeSharp: React.FC = ({ ...props }) => ( +export const IconDeployedCodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeSharp as default } diff --git a/src/IconDeployedCodeSharpFilled.tsx b/src/IconDeployedCodeSharpFilled.tsx index 4ee893b21..4bdadc034 100644 --- a/src/IconDeployedCodeSharpFilled.tsx +++ b/src/IconDeployedCodeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeployedCodeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeSharpFilled as default } diff --git a/src/IconDeployedCodeUpdateOutlined.tsx b/src/IconDeployedCodeUpdateOutlined.tsx index 9a9d245ef..b1af56064 100644 --- a/src/IconDeployedCodeUpdateOutlined.tsx +++ b/src/IconDeployedCodeUpdateOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateOutlined: React.FC = ({ ...props }) => ( +export const IconDeployedCodeUpdateOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeUpdateOutlined as default } diff --git a/src/IconDeployedCodeUpdateOutlinedFilled.tsx b/src/IconDeployedCodeUpdateOutlinedFilled.tsx index 4ab258061..9a3ed2b1b 100644 --- a/src/IconDeployedCodeUpdateOutlinedFilled.tsx +++ b/src/IconDeployedCodeUpdateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateOutlinedFilled: React.FC = ({ +export const IconDeployedCodeUpdateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeUpdateOutlinedFilled: React.FC = ({ ) - -export { IconDeployedCodeUpdateOutlinedFilled as default } diff --git a/src/IconDeployedCodeUpdateRounded.tsx b/src/IconDeployedCodeUpdateRounded.tsx index 5f11c9c10..860e2ac04 100644 --- a/src/IconDeployedCodeUpdateRounded.tsx +++ b/src/IconDeployedCodeUpdateRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateRounded: React.FC = ({ ...props }) => ( +export const IconDeployedCodeUpdateRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeUpdateRounded as default } diff --git a/src/IconDeployedCodeUpdateRoundedFilled.tsx b/src/IconDeployedCodeUpdateRoundedFilled.tsx index 5bfed3b1a..052722fd3 100644 --- a/src/IconDeployedCodeUpdateRoundedFilled.tsx +++ b/src/IconDeployedCodeUpdateRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateRoundedFilled: React.FC = ({ +export const IconDeployedCodeUpdateRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeUpdateRoundedFilled: React.FC = ({ ) - -export { IconDeployedCodeUpdateRoundedFilled as default } diff --git a/src/IconDeployedCodeUpdateSharp.tsx b/src/IconDeployedCodeUpdateSharp.tsx index 2894001c9..6785ca0c3 100644 --- a/src/IconDeployedCodeUpdateSharp.tsx +++ b/src/IconDeployedCodeUpdateSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateSharp: React.FC = ({ ...props }) => ( +export const IconDeployedCodeUpdateSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeployedCodeUpdateSharp as default } diff --git a/src/IconDeployedCodeUpdateSharpFilled.tsx b/src/IconDeployedCodeUpdateSharpFilled.tsx index a1b4e3981..d9a080dd6 100644 --- a/src/IconDeployedCodeUpdateSharpFilled.tsx +++ b/src/IconDeployedCodeUpdateSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeployedCodeUpdateSharpFilled: React.FC = ({ +export const IconDeployedCodeUpdateSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeployedCodeUpdateSharpFilled: React.FC = ({ ) - -export { IconDeployedCodeUpdateSharpFilled as default } diff --git a/src/IconDermatologyOutlined.tsx b/src/IconDermatologyOutlined.tsx index 9eba8ac5e..3a08fd8a8 100644 --- a/src/IconDermatologyOutlined.tsx +++ b/src/IconDermatologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologyOutlined: React.FC = ({ ...props }) => ( +export const IconDermatologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDermatologyOutlined as default } diff --git a/src/IconDermatologyOutlinedFilled.tsx b/src/IconDermatologyOutlinedFilled.tsx index e9b63e985..883418bac 100644 --- a/src/IconDermatologyOutlinedFilled.tsx +++ b/src/IconDermatologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDermatologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDermatologyOutlinedFilled as default } diff --git a/src/IconDermatologyRounded.tsx b/src/IconDermatologyRounded.tsx index 889585759..e7b3abf3b 100644 --- a/src/IconDermatologyRounded.tsx +++ b/src/IconDermatologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologyRounded: React.FC = ({ ...props }) => ( +export const IconDermatologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDermatologyRounded as default } diff --git a/src/IconDermatologyRoundedFilled.tsx b/src/IconDermatologyRoundedFilled.tsx index 03eea6662..ed79e0683 100644 --- a/src/IconDermatologyRoundedFilled.tsx +++ b/src/IconDermatologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDermatologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDermatologyRoundedFilled as default } diff --git a/src/IconDermatologySharp.tsx b/src/IconDermatologySharp.tsx index 9ca37d2d3..120bddda3 100644 --- a/src/IconDermatologySharp.tsx +++ b/src/IconDermatologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologySharp: React.FC = ({ ...props }) => ( +export const IconDermatologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDermatologySharp as default } diff --git a/src/IconDermatologySharpFilled.tsx b/src/IconDermatologySharpFilled.tsx index 0a249b57c..da21a198d 100644 --- a/src/IconDermatologySharpFilled.tsx +++ b/src/IconDermatologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDermatologySharpFilled: React.FC = ({ ...props }) => ( +export const IconDermatologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDermatologySharpFilled as default } diff --git a/src/IconDescriptionOutlined.tsx b/src/IconDescriptionOutlined.tsx index 0f497d2d5..d3d2d5ee5 100644 --- a/src/IconDescriptionOutlined.tsx +++ b/src/IconDescriptionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionOutlined: React.FC = ({ ...props }) => ( +export const IconDescriptionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDescriptionOutlined as default } diff --git a/src/IconDescriptionOutlinedFilled.tsx b/src/IconDescriptionOutlinedFilled.tsx index 44b1325af..de34c3c96 100644 --- a/src/IconDescriptionOutlinedFilled.tsx +++ b/src/IconDescriptionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDescriptionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDescriptionOutlinedFilled as default } diff --git a/src/IconDescriptionRounded.tsx b/src/IconDescriptionRounded.tsx index b23b49634..fc74202cf 100644 --- a/src/IconDescriptionRounded.tsx +++ b/src/IconDescriptionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionRounded: React.FC = ({ ...props }) => ( +export const IconDescriptionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDescriptionRounded as default } diff --git a/src/IconDescriptionRoundedFilled.tsx b/src/IconDescriptionRoundedFilled.tsx index 44768c468..459034f68 100644 --- a/src/IconDescriptionRoundedFilled.tsx +++ b/src/IconDescriptionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDescriptionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDescriptionRoundedFilled as default } diff --git a/src/IconDescriptionSharp.tsx b/src/IconDescriptionSharp.tsx index 0702ddccc..241c643a9 100644 --- a/src/IconDescriptionSharp.tsx +++ b/src/IconDescriptionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionSharp: React.FC = ({ ...props }) => ( +export const IconDescriptionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDescriptionSharp as default } diff --git a/src/IconDescriptionSharpFilled.tsx b/src/IconDescriptionSharpFilled.tsx index 5324bce32..15f9c0bba 100644 --- a/src/IconDescriptionSharpFilled.tsx +++ b/src/IconDescriptionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDescriptionSharpFilled: React.FC = ({ ...props }) => ( +export const IconDescriptionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDescriptionSharpFilled as default } diff --git a/src/IconDeselectOutlined.tsx b/src/IconDeselectOutlined.tsx index e228e2776..0a4e75879 100644 --- a/src/IconDeselectOutlined.tsx +++ b/src/IconDeselectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectOutlined: React.FC = ({ ...props }) => ( +export const IconDeselectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeselectOutlined as default } diff --git a/src/IconDeselectOutlinedFilled.tsx b/src/IconDeselectOutlinedFilled.tsx index eea1b2308..eff1b8c78 100644 --- a/src/IconDeselectOutlinedFilled.tsx +++ b/src/IconDeselectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeselectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeselectOutlinedFilled as default } diff --git a/src/IconDeselectRounded.tsx b/src/IconDeselectRounded.tsx index ccfdddfa2..02d7aba95 100644 --- a/src/IconDeselectRounded.tsx +++ b/src/IconDeselectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectRounded: React.FC = ({ ...props }) => ( +export const IconDeselectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeselectRounded as default } diff --git a/src/IconDeselectRoundedFilled.tsx b/src/IconDeselectRoundedFilled.tsx index 0916fc54b..acc1f7d4c 100644 --- a/src/IconDeselectRoundedFilled.tsx +++ b/src/IconDeselectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeselectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeselectRoundedFilled as default } diff --git a/src/IconDeselectSharp.tsx b/src/IconDeselectSharp.tsx index cd6deb74c..e039be2c3 100644 --- a/src/IconDeselectSharp.tsx +++ b/src/IconDeselectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectSharp: React.FC = ({ ...props }) => ( +export const IconDeselectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeselectSharp as default } diff --git a/src/IconDeselectSharpFilled.tsx b/src/IconDeselectSharpFilled.tsx index b2b86d571..6736b527d 100644 --- a/src/IconDeselectSharpFilled.tsx +++ b/src/IconDeselectSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeselectSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeselectSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeselectSharpFilled as default } diff --git a/src/IconDesignServicesOutlined.tsx b/src/IconDesignServicesOutlined.tsx index 3c5139730..11e5414ed 100644 --- a/src/IconDesignServicesOutlined.tsx +++ b/src/IconDesignServicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesOutlined: React.FC = ({ ...props }) => ( +export const IconDesignServicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesignServicesOutlined as default } diff --git a/src/IconDesignServicesOutlinedFilled.tsx b/src/IconDesignServicesOutlinedFilled.tsx index 6f7986f1a..f7ed4ddb2 100644 --- a/src/IconDesignServicesOutlinedFilled.tsx +++ b/src/IconDesignServicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesOutlinedFilled: React.FC = ({ +export const IconDesignServicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesignServicesOutlinedFilled: React.FC = ({ ) - -export { IconDesignServicesOutlinedFilled as default } diff --git a/src/IconDesignServicesRounded.tsx b/src/IconDesignServicesRounded.tsx index 829803494..7fe9737e6 100644 --- a/src/IconDesignServicesRounded.tsx +++ b/src/IconDesignServicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesRounded: React.FC = ({ ...props }) => ( +export const IconDesignServicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesignServicesRounded as default } diff --git a/src/IconDesignServicesRoundedFilled.tsx b/src/IconDesignServicesRoundedFilled.tsx index 0a0ab5bc9..3b028a4f6 100644 --- a/src/IconDesignServicesRoundedFilled.tsx +++ b/src/IconDesignServicesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDesignServicesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesignServicesRoundedFilled as default } diff --git a/src/IconDesignServicesSharp.tsx b/src/IconDesignServicesSharp.tsx index a98135024..481629dac 100644 --- a/src/IconDesignServicesSharp.tsx +++ b/src/IconDesignServicesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesSharp: React.FC = ({ ...props }) => ( +export const IconDesignServicesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesignServicesSharp as default } diff --git a/src/IconDesignServicesSharpFilled.tsx b/src/IconDesignServicesSharpFilled.tsx index 7ad3e985e..37d05def1 100644 --- a/src/IconDesignServicesSharpFilled.tsx +++ b/src/IconDesignServicesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesignServicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconDesignServicesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesignServicesSharpFilled as default } diff --git a/src/IconDeskOutlined.tsx b/src/IconDeskOutlined.tsx index 1f79498f9..81d56f57e 100644 --- a/src/IconDeskOutlined.tsx +++ b/src/IconDeskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskOutlined: React.FC = ({ ...props }) => ( +export const IconDeskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskOutlined as default } diff --git a/src/IconDeskOutlinedFilled.tsx b/src/IconDeskOutlinedFilled.tsx index cd599777f..88e926509 100644 --- a/src/IconDeskOutlinedFilled.tsx +++ b/src/IconDeskOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeskOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskOutlinedFilled as default } diff --git a/src/IconDeskRounded.tsx b/src/IconDeskRounded.tsx index cda2be2f2..ae552bda5 100644 --- a/src/IconDeskRounded.tsx +++ b/src/IconDeskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskRounded: React.FC = ({ ...props }) => ( +export const IconDeskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskRounded as default } diff --git a/src/IconDeskRoundedFilled.tsx b/src/IconDeskRoundedFilled.tsx index 715a54f9b..746830c61 100644 --- a/src/IconDeskRoundedFilled.tsx +++ b/src/IconDeskRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeskRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskRoundedFilled as default } diff --git a/src/IconDeskSharp.tsx b/src/IconDeskSharp.tsx index 059ac4c28..ef611b05a 100644 --- a/src/IconDeskSharp.tsx +++ b/src/IconDeskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskSharp: React.FC = ({ ...props }) => ( +export const IconDeskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskSharp as default } diff --git a/src/IconDeskSharpFilled.tsx b/src/IconDeskSharpFilled.tsx index 9ac7bc6b6..a73410b15 100644 --- a/src/IconDeskSharpFilled.tsx +++ b/src/IconDeskSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeskSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskSharpFilled as default } diff --git a/src/IconDeskphoneOutlined.tsx b/src/IconDeskphoneOutlined.tsx index 6f87bcc03..fb67c07da 100644 --- a/src/IconDeskphoneOutlined.tsx +++ b/src/IconDeskphoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneOutlined: React.FC = ({ ...props }) => ( +export const IconDeskphoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskphoneOutlined as default } diff --git a/src/IconDeskphoneOutlinedFilled.tsx b/src/IconDeskphoneOutlinedFilled.tsx index 8058c62e9..17eb79e14 100644 --- a/src/IconDeskphoneOutlinedFilled.tsx +++ b/src/IconDeskphoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeskphoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeskphoneOutlinedFilled as default } diff --git a/src/IconDeskphoneRounded.tsx b/src/IconDeskphoneRounded.tsx index b732b591c..0fb78aa29 100644 --- a/src/IconDeskphoneRounded.tsx +++ b/src/IconDeskphoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneRounded: React.FC = ({ ...props }) => ( +export const IconDeskphoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskphoneRounded as default } diff --git a/src/IconDeskphoneRoundedFilled.tsx b/src/IconDeskphoneRoundedFilled.tsx index 7018050fd..c53f971ad 100644 --- a/src/IconDeskphoneRoundedFilled.tsx +++ b/src/IconDeskphoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeskphoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeskphoneRoundedFilled as default } diff --git a/src/IconDeskphoneSharp.tsx b/src/IconDeskphoneSharp.tsx index 7fc2ce900..c480f14fa 100644 --- a/src/IconDeskphoneSharp.tsx +++ b/src/IconDeskphoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneSharp: React.FC = ({ ...props }) => ( +export const IconDeskphoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskphoneSharp as default } diff --git a/src/IconDeskphoneSharpFilled.tsx b/src/IconDeskphoneSharpFilled.tsx index 54f13deb5..5157352df 100644 --- a/src/IconDeskphoneSharpFilled.tsx +++ b/src/IconDeskphoneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeskphoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeskphoneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeskphoneSharpFilled as default } diff --git a/src/IconDesktopAccessDisabledOutlined.tsx b/src/IconDesktopAccessDisabledOutlined.tsx index 348d039b0..33b00415d 100644 --- a/src/IconDesktopAccessDisabledOutlined.tsx +++ b/src/IconDesktopAccessDisabledOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledOutlined: React.FC = ({ +export const IconDesktopAccessDisabledOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopAccessDisabledOutlined: React.FC = ({ ) - -export { IconDesktopAccessDisabledOutlined as default } diff --git a/src/IconDesktopAccessDisabledOutlinedFilled.tsx b/src/IconDesktopAccessDisabledOutlinedFilled.tsx index a9180ce40..f5e9d1aa7 100644 --- a/src/IconDesktopAccessDisabledOutlinedFilled.tsx +++ b/src/IconDesktopAccessDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledOutlinedFilled: React.FC = ({ +export const IconDesktopAccessDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopAccessDisabledOutlinedFilled: React.FC = ({ ) - -export { IconDesktopAccessDisabledOutlinedFilled as default } diff --git a/src/IconDesktopAccessDisabledRounded.tsx b/src/IconDesktopAccessDisabledRounded.tsx index ea032b036..3a8e68aa1 100644 --- a/src/IconDesktopAccessDisabledRounded.tsx +++ b/src/IconDesktopAccessDisabledRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledRounded: React.FC = ({ +export const IconDesktopAccessDisabledRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopAccessDisabledRounded: React.FC = ({ ) - -export { IconDesktopAccessDisabledRounded as default } diff --git a/src/IconDesktopAccessDisabledRoundedFilled.tsx b/src/IconDesktopAccessDisabledRoundedFilled.tsx index d0cb07329..51ce60b04 100644 --- a/src/IconDesktopAccessDisabledRoundedFilled.tsx +++ b/src/IconDesktopAccessDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledRoundedFilled: React.FC = ({ +export const IconDesktopAccessDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopAccessDisabledRoundedFilled: React.FC = ({ ) - -export { IconDesktopAccessDisabledRoundedFilled as default } diff --git a/src/IconDesktopAccessDisabledSharp.tsx b/src/IconDesktopAccessDisabledSharp.tsx index c10c15635..c169ed8fc 100644 --- a/src/IconDesktopAccessDisabledSharp.tsx +++ b/src/IconDesktopAccessDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledSharp: React.FC = ({ ...props }) => ( +export const IconDesktopAccessDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopAccessDisabledSharp as default } diff --git a/src/IconDesktopAccessDisabledSharpFilled.tsx b/src/IconDesktopAccessDisabledSharpFilled.tsx index 445f30f72..bfce222e8 100644 --- a/src/IconDesktopAccessDisabledSharpFilled.tsx +++ b/src/IconDesktopAccessDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopAccessDisabledSharpFilled: React.FC = ({ +export const IconDesktopAccessDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopAccessDisabledSharpFilled: React.FC = ({ ) - -export { IconDesktopAccessDisabledSharpFilled as default } diff --git a/src/IconDesktopCloudOutlined.tsx b/src/IconDesktopCloudOutlined.tsx new file mode 100644 index 000000000..c9ddb5ee3 --- /dev/null +++ b/src/IconDesktopCloudOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopCloudOutlinedFilled.tsx b/src/IconDesktopCloudOutlinedFilled.tsx new file mode 100644 index 000000000..465651a29 --- /dev/null +++ b/src/IconDesktopCloudOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopCloudRounded.tsx b/src/IconDesktopCloudRounded.tsx new file mode 100644 index 000000000..8863fd4e2 --- /dev/null +++ b/src/IconDesktopCloudRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopCloudRoundedFilled.tsx b/src/IconDesktopCloudRoundedFilled.tsx new file mode 100644 index 000000000..861d465e6 --- /dev/null +++ b/src/IconDesktopCloudRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopCloudSharp.tsx b/src/IconDesktopCloudSharp.tsx new file mode 100644 index 000000000..1ae9845d8 --- /dev/null +++ b/src/IconDesktopCloudSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopCloudSharpFilled.tsx b/src/IconDesktopCloudSharpFilled.tsx new file mode 100644 index 000000000..e1f18c31e --- /dev/null +++ b/src/IconDesktopCloudSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconDesktopCloudSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconDesktopLandscapeAddOutlined.tsx b/src/IconDesktopLandscapeAddOutlined.tsx index c5a574e88..dab6197a2 100644 --- a/src/IconDesktopLandscapeAddOutlined.tsx +++ b/src/IconDesktopLandscapeAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddOutlined: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeAddOutlined as default } diff --git a/src/IconDesktopLandscapeAddOutlinedFilled.tsx b/src/IconDesktopLandscapeAddOutlinedFilled.tsx index c6951a2c2..bba53c5fd 100644 --- a/src/IconDesktopLandscapeAddOutlinedFilled.tsx +++ b/src/IconDesktopLandscapeAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddOutlinedFilled: React.FC = ({ +export const IconDesktopLandscapeAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopLandscapeAddOutlinedFilled: React.FC = ({ ) - -export { IconDesktopLandscapeAddOutlinedFilled as default } diff --git a/src/IconDesktopLandscapeAddRounded.tsx b/src/IconDesktopLandscapeAddRounded.tsx index e79c3f955..f32ee5a70 100644 --- a/src/IconDesktopLandscapeAddRounded.tsx +++ b/src/IconDesktopLandscapeAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddRounded: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeAddRounded as default } diff --git a/src/IconDesktopLandscapeAddRoundedFilled.tsx b/src/IconDesktopLandscapeAddRoundedFilled.tsx index c88ed2c7d..faf45b607 100644 --- a/src/IconDesktopLandscapeAddRoundedFilled.tsx +++ b/src/IconDesktopLandscapeAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddRoundedFilled: React.FC = ({ +export const IconDesktopLandscapeAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopLandscapeAddRoundedFilled: React.FC = ({ ) - -export { IconDesktopLandscapeAddRoundedFilled as default } diff --git a/src/IconDesktopLandscapeAddSharp.tsx b/src/IconDesktopLandscapeAddSharp.tsx index 8d295443e..f3df54be7 100644 --- a/src/IconDesktopLandscapeAddSharp.tsx +++ b/src/IconDesktopLandscapeAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddSharp: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeAddSharp as default } diff --git a/src/IconDesktopLandscapeAddSharpFilled.tsx b/src/IconDesktopLandscapeAddSharpFilled.tsx index 259f0bc56..8e1b00b41 100644 --- a/src/IconDesktopLandscapeAddSharpFilled.tsx +++ b/src/IconDesktopLandscapeAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeAddSharpFilled: React.FC = ({ +export const IconDesktopLandscapeAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopLandscapeAddSharpFilled: React.FC = ({ ) - -export { IconDesktopLandscapeAddSharpFilled as default } diff --git a/src/IconDesktopLandscapeOutlined.tsx b/src/IconDesktopLandscapeOutlined.tsx index 012b20991..c08324172 100644 --- a/src/IconDesktopLandscapeOutlined.tsx +++ b/src/IconDesktopLandscapeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeOutlined: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeOutlined as default } diff --git a/src/IconDesktopLandscapeOutlinedFilled.tsx b/src/IconDesktopLandscapeOutlinedFilled.tsx index 102274ec4..e87e43198 100644 --- a/src/IconDesktopLandscapeOutlinedFilled.tsx +++ b/src/IconDesktopLandscapeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeOutlinedFilled: React.FC = ({ +export const IconDesktopLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopLandscapeOutlinedFilled: React.FC = ({ ) - -export { IconDesktopLandscapeOutlinedFilled as default } diff --git a/src/IconDesktopLandscapeRounded.tsx b/src/IconDesktopLandscapeRounded.tsx index 22e6cf7fc..3746ee13f 100644 --- a/src/IconDesktopLandscapeRounded.tsx +++ b/src/IconDesktopLandscapeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeRounded as default } diff --git a/src/IconDesktopLandscapeRoundedFilled.tsx b/src/IconDesktopLandscapeRoundedFilled.tsx index 484fd9e7f..123542232 100644 --- a/src/IconDesktopLandscapeRoundedFilled.tsx +++ b/src/IconDesktopLandscapeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeRoundedFilled: React.FC = ({ +export const IconDesktopLandscapeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopLandscapeRoundedFilled: React.FC = ({ ) - -export { IconDesktopLandscapeRoundedFilled as default } diff --git a/src/IconDesktopLandscapeSharp.tsx b/src/IconDesktopLandscapeSharp.tsx index 262eb91b7..27f7993a6 100644 --- a/src/IconDesktopLandscapeSharp.tsx +++ b/src/IconDesktopLandscapeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeSharp as default } diff --git a/src/IconDesktopLandscapeSharpFilled.tsx b/src/IconDesktopLandscapeSharpFilled.tsx index d315b95e3..4a8d7d79b 100644 --- a/src/IconDesktopLandscapeSharpFilled.tsx +++ b/src/IconDesktopLandscapeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopLandscapeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDesktopLandscapeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopLandscapeSharpFilled as default } diff --git a/src/IconDesktopMacOutlined.tsx b/src/IconDesktopMacOutlined.tsx index 12a681d7c..d41216ce4 100644 --- a/src/IconDesktopMacOutlined.tsx +++ b/src/IconDesktopMacOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacOutlined: React.FC = ({ ...props }) => ( +export const IconDesktopMacOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesktopMacOutlined as default } diff --git a/src/IconDesktopMacOutlinedFilled.tsx b/src/IconDesktopMacOutlinedFilled.tsx index 05d40b15d..3c10a9a30 100644 --- a/src/IconDesktopMacOutlinedFilled.tsx +++ b/src/IconDesktopMacOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDesktopMacOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopMacOutlinedFilled as default } diff --git a/src/IconDesktopMacRounded.tsx b/src/IconDesktopMacRounded.tsx index 8ff3f84d3..59133bb58 100644 --- a/src/IconDesktopMacRounded.tsx +++ b/src/IconDesktopMacRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacRounded: React.FC = ({ ...props }) => ( +export const IconDesktopMacRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesktopMacRounded as default } diff --git a/src/IconDesktopMacRoundedFilled.tsx b/src/IconDesktopMacRoundedFilled.tsx index 39f0b8f6e..c05dc5829 100644 --- a/src/IconDesktopMacRoundedFilled.tsx +++ b/src/IconDesktopMacRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDesktopMacRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopMacRoundedFilled as default } diff --git a/src/IconDesktopMacSharp.tsx b/src/IconDesktopMacSharp.tsx index 86547d002..9571a21bb 100644 --- a/src/IconDesktopMacSharp.tsx +++ b/src/IconDesktopMacSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacSharp: React.FC = ({ ...props }) => ( +export const IconDesktopMacSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesktopMacSharp as default } diff --git a/src/IconDesktopMacSharpFilled.tsx b/src/IconDesktopMacSharpFilled.tsx index e3a004655..4055317d6 100644 --- a/src/IconDesktopMacSharpFilled.tsx +++ b/src/IconDesktopMacSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopMacSharpFilled: React.FC = ({ ...props }) => ( +export const IconDesktopMacSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopMacSharpFilled as default } diff --git a/src/IconDesktopPortraitOutlined.tsx b/src/IconDesktopPortraitOutlined.tsx index 34f028676..c6b6837ee 100644 --- a/src/IconDesktopPortraitOutlined.tsx +++ b/src/IconDesktopPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconDesktopPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopPortraitOutlined as default } diff --git a/src/IconDesktopPortraitOutlinedFilled.tsx b/src/IconDesktopPortraitOutlinedFilled.tsx index 13a66bbf0..6d8a9a488 100644 --- a/src/IconDesktopPortraitOutlinedFilled.tsx +++ b/src/IconDesktopPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitOutlinedFilled: React.FC = ({ +export const IconDesktopPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopPortraitOutlinedFilled: React.FC = ({ ) - -export { IconDesktopPortraitOutlinedFilled as default } diff --git a/src/IconDesktopPortraitRounded.tsx b/src/IconDesktopPortraitRounded.tsx index bb6089efc..345374d38 100644 --- a/src/IconDesktopPortraitRounded.tsx +++ b/src/IconDesktopPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitRounded: React.FC = ({ ...props }) => ( +export const IconDesktopPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopPortraitRounded as default } diff --git a/src/IconDesktopPortraitRoundedFilled.tsx b/src/IconDesktopPortraitRoundedFilled.tsx index 934f7254f..d98628ef9 100644 --- a/src/IconDesktopPortraitRoundedFilled.tsx +++ b/src/IconDesktopPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitRoundedFilled: React.FC = ({ +export const IconDesktopPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopPortraitRoundedFilled: React.FC = ({ ) - -export { IconDesktopPortraitRoundedFilled as default } diff --git a/src/IconDesktopPortraitSharp.tsx b/src/IconDesktopPortraitSharp.tsx index 0d66ef686..ed850a8e1 100644 --- a/src/IconDesktopPortraitSharp.tsx +++ b/src/IconDesktopPortraitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitSharp: React.FC = ({ ...props }) => ( +export const IconDesktopPortraitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesktopPortraitSharp as default } diff --git a/src/IconDesktopPortraitSharpFilled.tsx b/src/IconDesktopPortraitSharpFilled.tsx index 878531c9d..119fa8296 100644 --- a/src/IconDesktopPortraitSharpFilled.tsx +++ b/src/IconDesktopPortraitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopPortraitSharpFilled: React.FC = ({ ...props }) => ( +export const IconDesktopPortraitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopPortraitSharpFilled as default } diff --git a/src/IconDesktopWindowsOutlined.tsx b/src/IconDesktopWindowsOutlined.tsx index 18edf3cf3..626c0c437 100644 --- a/src/IconDesktopWindowsOutlined.tsx +++ b/src/IconDesktopWindowsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsOutlined: React.FC = ({ ...props }) => ( +export const IconDesktopWindowsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopWindowsOutlined as default } diff --git a/src/IconDesktopWindowsOutlinedFilled.tsx b/src/IconDesktopWindowsOutlinedFilled.tsx index 1506a1d13..d1e81d33f 100644 --- a/src/IconDesktopWindowsOutlinedFilled.tsx +++ b/src/IconDesktopWindowsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsOutlinedFilled: React.FC = ({ +export const IconDesktopWindowsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDesktopWindowsOutlinedFilled: React.FC = ({ ) - -export { IconDesktopWindowsOutlinedFilled as default } diff --git a/src/IconDesktopWindowsRounded.tsx b/src/IconDesktopWindowsRounded.tsx index c6c014c2f..cfb8cec96 100644 --- a/src/IconDesktopWindowsRounded.tsx +++ b/src/IconDesktopWindowsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsRounded: React.FC = ({ ...props }) => ( +export const IconDesktopWindowsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopWindowsRounded as default } diff --git a/src/IconDesktopWindowsRoundedFilled.tsx b/src/IconDesktopWindowsRoundedFilled.tsx index 7674a1a21..5e586ded0 100644 --- a/src/IconDesktopWindowsRoundedFilled.tsx +++ b/src/IconDesktopWindowsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDesktopWindowsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopWindowsRoundedFilled as default } diff --git a/src/IconDesktopWindowsSharp.tsx b/src/IconDesktopWindowsSharp.tsx index 6a414b041..746282c88 100644 --- a/src/IconDesktopWindowsSharp.tsx +++ b/src/IconDesktopWindowsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsSharp: React.FC = ({ ...props }) => ( +export const IconDesktopWindowsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDesktopWindowsSharp as default } diff --git a/src/IconDesktopWindowsSharpFilled.tsx b/src/IconDesktopWindowsSharpFilled.tsx index 8b5c8b75f..c5c3d806a 100644 --- a/src/IconDesktopWindowsSharpFilled.tsx +++ b/src/IconDesktopWindowsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDesktopWindowsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDesktopWindowsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDesktopWindowsSharpFilled as default } diff --git a/src/IconDestructionOutlined.tsx b/src/IconDestructionOutlined.tsx index b34538dbe..eb27ff758 100644 --- a/src/IconDestructionOutlined.tsx +++ b/src/IconDestructionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionOutlined: React.FC = ({ ...props }) => ( +export const IconDestructionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDestructionOutlined as default } diff --git a/src/IconDestructionOutlinedFilled.tsx b/src/IconDestructionOutlinedFilled.tsx index 58d159710..5928e5010 100644 --- a/src/IconDestructionOutlinedFilled.tsx +++ b/src/IconDestructionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDestructionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDestructionOutlinedFilled as default } diff --git a/src/IconDestructionRounded.tsx b/src/IconDestructionRounded.tsx index 274605c99..1bfb38e1e 100644 --- a/src/IconDestructionRounded.tsx +++ b/src/IconDestructionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionRounded: React.FC = ({ ...props }) => ( +export const IconDestructionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDestructionRounded as default } diff --git a/src/IconDestructionRoundedFilled.tsx b/src/IconDestructionRoundedFilled.tsx index 76496e412..74fecdaa0 100644 --- a/src/IconDestructionRoundedFilled.tsx +++ b/src/IconDestructionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDestructionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDestructionRoundedFilled as default } diff --git a/src/IconDestructionSharp.tsx b/src/IconDestructionSharp.tsx index 00c4da885..fd665d437 100644 --- a/src/IconDestructionSharp.tsx +++ b/src/IconDestructionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionSharp: React.FC = ({ ...props }) => ( +export const IconDestructionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDestructionSharp as default } diff --git a/src/IconDestructionSharpFilled.tsx b/src/IconDestructionSharpFilled.tsx index 57129b460..614b2b3e1 100644 --- a/src/IconDestructionSharpFilled.tsx +++ b/src/IconDestructionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDestructionSharpFilled: React.FC = ({ ...props }) => ( +export const IconDestructionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDestructionSharpFilled as default } diff --git a/src/IconDetailsOutlined.tsx b/src/IconDetailsOutlined.tsx index 3f1d56930..f77930d7d 100644 --- a/src/IconDetailsOutlined.tsx +++ b/src/IconDetailsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsOutlined: React.FC = ({ ...props }) => ( +export const IconDetailsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetailsOutlined as default } diff --git a/src/IconDetailsOutlinedFilled.tsx b/src/IconDetailsOutlinedFilled.tsx index 36261d0c0..1f650e551 100644 --- a/src/IconDetailsOutlinedFilled.tsx +++ b/src/IconDetailsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDetailsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetailsOutlinedFilled as default } diff --git a/src/IconDetailsRounded.tsx b/src/IconDetailsRounded.tsx index 0800e349b..8b810e406 100644 --- a/src/IconDetailsRounded.tsx +++ b/src/IconDetailsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsRounded: React.FC = ({ ...props }) => ( +export const IconDetailsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetailsRounded as default } diff --git a/src/IconDetailsRoundedFilled.tsx b/src/IconDetailsRoundedFilled.tsx index 37151711d..3850f3b6c 100644 --- a/src/IconDetailsRoundedFilled.tsx +++ b/src/IconDetailsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetailsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetailsRoundedFilled as default } diff --git a/src/IconDetailsSharp.tsx b/src/IconDetailsSharp.tsx index dd90cd19e..93cfba04e 100644 --- a/src/IconDetailsSharp.tsx +++ b/src/IconDetailsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsSharp: React.FC = ({ ...props }) => ( +export const IconDetailsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetailsSharp as default } diff --git a/src/IconDetailsSharpFilled.tsx b/src/IconDetailsSharpFilled.tsx index ed989b801..c80f50e6e 100644 --- a/src/IconDetailsSharpFilled.tsx +++ b/src/IconDetailsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetailsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetailsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetailsSharpFilled as default } diff --git a/src/IconDetectionAndZoneOutlined.tsx b/src/IconDetectionAndZoneOutlined.tsx index eb5109940..a6df13aa8 100644 --- a/src/IconDetectionAndZoneOutlined.tsx +++ b/src/IconDetectionAndZoneOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneOutlined: React.FC = ({ ...props }) => ( +export const IconDetectionAndZoneOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectionAndZoneOutlined as default } diff --git a/src/IconDetectionAndZoneOutlinedFilled.tsx b/src/IconDetectionAndZoneOutlinedFilled.tsx index 77265db6b..87d2af524 100644 --- a/src/IconDetectionAndZoneOutlinedFilled.tsx +++ b/src/IconDetectionAndZoneOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneOutlinedFilled: React.FC = ({ +export const IconDetectionAndZoneOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectionAndZoneOutlinedFilled: React.FC = ({ ) - -export { IconDetectionAndZoneOutlinedFilled as default } diff --git a/src/IconDetectionAndZoneRounded.tsx b/src/IconDetectionAndZoneRounded.tsx index 9205a7dc0..218f272b7 100644 --- a/src/IconDetectionAndZoneRounded.tsx +++ b/src/IconDetectionAndZoneRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneRounded: React.FC = ({ ...props }) => ( +export const IconDetectionAndZoneRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectionAndZoneRounded as default } diff --git a/src/IconDetectionAndZoneRoundedFilled.tsx b/src/IconDetectionAndZoneRoundedFilled.tsx index 58be3fd2b..59f566617 100644 --- a/src/IconDetectionAndZoneRoundedFilled.tsx +++ b/src/IconDetectionAndZoneRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneRoundedFilled: React.FC = ({ +export const IconDetectionAndZoneRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectionAndZoneRoundedFilled: React.FC = ({ ) - -export { IconDetectionAndZoneRoundedFilled as default } diff --git a/src/IconDetectionAndZoneSharp.tsx b/src/IconDetectionAndZoneSharp.tsx index 2ce2ffc02..b759bab62 100644 --- a/src/IconDetectionAndZoneSharp.tsx +++ b/src/IconDetectionAndZoneSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneSharp: React.FC = ({ ...props }) => ( +export const IconDetectionAndZoneSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectionAndZoneSharp as default } diff --git a/src/IconDetectionAndZoneSharpFilled.tsx b/src/IconDetectionAndZoneSharpFilled.tsx index 375271cf0..53ca7c8e3 100644 --- a/src/IconDetectionAndZoneSharpFilled.tsx +++ b/src/IconDetectionAndZoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectionAndZoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectionAndZoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectionAndZoneSharpFilled as default } diff --git a/src/IconDetectorAlarmOutlined.tsx b/src/IconDetectorAlarmOutlined.tsx index 69fec9031..234a41b48 100644 --- a/src/IconDetectorAlarmOutlined.tsx +++ b/src/IconDetectorAlarmOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmOutlined as default } diff --git a/src/IconDetectorAlarmOutlinedFilled.tsx b/src/IconDetectorAlarmOutlinedFilled.tsx index 187363b9d..08493e79f 100644 --- a/src/IconDetectorAlarmOutlinedFilled.tsx +++ b/src/IconDetectorAlarmOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmOutlinedFilled as default } diff --git a/src/IconDetectorAlarmRounded.tsx b/src/IconDetectorAlarmRounded.tsx index b7a5fe939..6360a1157 100644 --- a/src/IconDetectorAlarmRounded.tsx +++ b/src/IconDetectorAlarmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmRounded: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmRounded as default } diff --git a/src/IconDetectorAlarmRoundedFilled.tsx b/src/IconDetectorAlarmRoundedFilled.tsx index 8180651d9..d9b2a0d47 100644 --- a/src/IconDetectorAlarmRoundedFilled.tsx +++ b/src/IconDetectorAlarmRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmRoundedFilled as default } diff --git a/src/IconDetectorAlarmSharp.tsx b/src/IconDetectorAlarmSharp.tsx index 5053d92f0..1d134e10e 100644 --- a/src/IconDetectorAlarmSharp.tsx +++ b/src/IconDetectorAlarmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmSharp: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmSharp as default } diff --git a/src/IconDetectorAlarmSharpFilled.tsx b/src/IconDetectorAlarmSharpFilled.tsx index 02774715a..9b9562939 100644 --- a/src/IconDetectorAlarmSharpFilled.tsx +++ b/src/IconDetectorAlarmSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorAlarmSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorAlarmSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorAlarmSharpFilled as default } diff --git a/src/IconDetectorBatteryOutlined.tsx b/src/IconDetectorBatteryOutlined.tsx index 2a2a26763..0fbf74d27 100644 --- a/src/IconDetectorBatteryOutlined.tsx +++ b/src/IconDetectorBatteryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatteryOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorBatteryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorBatteryOutlined as default } diff --git a/src/IconDetectorBatteryOutlinedFilled.tsx b/src/IconDetectorBatteryOutlinedFilled.tsx index a69bf9a00..c90d42257 100644 --- a/src/IconDetectorBatteryOutlinedFilled.tsx +++ b/src/IconDetectorBatteryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatteryOutlinedFilled: React.FC = ({ +export const IconDetectorBatteryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectorBatteryOutlinedFilled: React.FC = ({ ) - -export { IconDetectorBatteryOutlinedFilled as default } diff --git a/src/IconDetectorBatteryRounded.tsx b/src/IconDetectorBatteryRounded.tsx index 2e5da6e2d..8a562829d 100644 --- a/src/IconDetectorBatteryRounded.tsx +++ b/src/IconDetectorBatteryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatteryRounded: React.FC = ({ ...props }) => ( +export const IconDetectorBatteryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorBatteryRounded as default } diff --git a/src/IconDetectorBatteryRoundedFilled.tsx b/src/IconDetectorBatteryRoundedFilled.tsx index 96c9b4cf2..a8cada039 100644 --- a/src/IconDetectorBatteryRoundedFilled.tsx +++ b/src/IconDetectorBatteryRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatteryRoundedFilled: React.FC = ({ +export const IconDetectorBatteryRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectorBatteryRoundedFilled: React.FC = ({ ) - -export { IconDetectorBatteryRoundedFilled as default } diff --git a/src/IconDetectorBatterySharp.tsx b/src/IconDetectorBatterySharp.tsx index 6e05fc3c1..8032cd61b 100644 --- a/src/IconDetectorBatterySharp.tsx +++ b/src/IconDetectorBatterySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatterySharp: React.FC = ({ ...props }) => ( +export const IconDetectorBatterySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorBatterySharp as default } diff --git a/src/IconDetectorBatterySharpFilled.tsx b/src/IconDetectorBatterySharpFilled.tsx index ab997ca04..c63960f2b 100644 --- a/src/IconDetectorBatterySharpFilled.tsx +++ b/src/IconDetectorBatterySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorBatterySharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorBatterySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorBatterySharpFilled as default } diff --git a/src/IconDetectorCoOutlined.tsx b/src/IconDetectorCoOutlined.tsx index 24482f0da..5a8e96c22 100644 --- a/src/IconDetectorCoOutlined.tsx +++ b/src/IconDetectorCoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorCoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorCoOutlined as default } diff --git a/src/IconDetectorCoOutlinedFilled.tsx b/src/IconDetectorCoOutlinedFilled.tsx index 2d0037200..594d05b19 100644 --- a/src/IconDetectorCoOutlinedFilled.tsx +++ b/src/IconDetectorCoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorCoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorCoOutlinedFilled as default } diff --git a/src/IconDetectorCoRounded.tsx b/src/IconDetectorCoRounded.tsx index 72eaf4a5c..1e473224e 100644 --- a/src/IconDetectorCoRounded.tsx +++ b/src/IconDetectorCoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoRounded: React.FC = ({ ...props }) => ( +export const IconDetectorCoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorCoRounded as default } diff --git a/src/IconDetectorCoRoundedFilled.tsx b/src/IconDetectorCoRoundedFilled.tsx index d8e5508e2..ac4c692a2 100644 --- a/src/IconDetectorCoRoundedFilled.tsx +++ b/src/IconDetectorCoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorCoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorCoRoundedFilled as default } diff --git a/src/IconDetectorCoSharp.tsx b/src/IconDetectorCoSharp.tsx index ef50a72e8..7807b3bdc 100644 --- a/src/IconDetectorCoSharp.tsx +++ b/src/IconDetectorCoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoSharp: React.FC = ({ ...props }) => ( +export const IconDetectorCoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorCoSharp as default } diff --git a/src/IconDetectorCoSharpFilled.tsx b/src/IconDetectorCoSharpFilled.tsx index 0ee345f20..97dcd92bb 100644 --- a/src/IconDetectorCoSharpFilled.tsx +++ b/src/IconDetectorCoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorCoSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorCoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorCoSharpFilled as default } diff --git a/src/IconDetectorOfflineOutlined.tsx b/src/IconDetectorOfflineOutlined.tsx index d42413dcd..1da447514 100644 --- a/src/IconDetectorOfflineOutlined.tsx +++ b/src/IconDetectorOfflineOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorOfflineOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorOfflineOutlined as default } diff --git a/src/IconDetectorOfflineOutlinedFilled.tsx b/src/IconDetectorOfflineOutlinedFilled.tsx index 85e35c4b7..9a62631a6 100644 --- a/src/IconDetectorOfflineOutlinedFilled.tsx +++ b/src/IconDetectorOfflineOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineOutlinedFilled: React.FC = ({ +export const IconDetectorOfflineOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectorOfflineOutlinedFilled: React.FC = ({ ) - -export { IconDetectorOfflineOutlinedFilled as default } diff --git a/src/IconDetectorOfflineRounded.tsx b/src/IconDetectorOfflineRounded.tsx index fad5ee565..d96e02458 100644 --- a/src/IconDetectorOfflineRounded.tsx +++ b/src/IconDetectorOfflineRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineRounded: React.FC = ({ ...props }) => ( +export const IconDetectorOfflineRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorOfflineRounded as default } diff --git a/src/IconDetectorOfflineRoundedFilled.tsx b/src/IconDetectorOfflineRoundedFilled.tsx index fa1f597f3..c4e2664c3 100644 --- a/src/IconDetectorOfflineRoundedFilled.tsx +++ b/src/IconDetectorOfflineRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineRoundedFilled: React.FC = ({ +export const IconDetectorOfflineRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectorOfflineRoundedFilled: React.FC = ({ ) - -export { IconDetectorOfflineRoundedFilled as default } diff --git a/src/IconDetectorOfflineSharp.tsx b/src/IconDetectorOfflineSharp.tsx index 6d2a60e6d..93d3fb283 100644 --- a/src/IconDetectorOfflineSharp.tsx +++ b/src/IconDetectorOfflineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineSharp: React.FC = ({ ...props }) => ( +export const IconDetectorOfflineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorOfflineSharp as default } diff --git a/src/IconDetectorOfflineSharpFilled.tsx b/src/IconDetectorOfflineSharpFilled.tsx index 884dea126..0b6c2a050 100644 --- a/src/IconDetectorOfflineSharpFilled.tsx +++ b/src/IconDetectorOfflineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOfflineSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorOfflineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorOfflineSharpFilled as default } diff --git a/src/IconDetectorOutlined.tsx b/src/IconDetectorOutlined.tsx index a5928fd11..215f909a0 100644 --- a/src/IconDetectorOutlined.tsx +++ b/src/IconDetectorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorOutlined as default } diff --git a/src/IconDetectorOutlinedFilled.tsx b/src/IconDetectorOutlinedFilled.tsx index 3f998082b..f30cf4026 100644 --- a/src/IconDetectorOutlinedFilled.tsx +++ b/src/IconDetectorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorOutlinedFilled as default } diff --git a/src/IconDetectorRounded.tsx b/src/IconDetectorRounded.tsx index c16f0f606..51bd5ae20 100644 --- a/src/IconDetectorRounded.tsx +++ b/src/IconDetectorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorRounded: React.FC = ({ ...props }) => ( +export const IconDetectorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorRounded as default } diff --git a/src/IconDetectorRoundedFilled.tsx b/src/IconDetectorRoundedFilled.tsx index 1fcbb7639..4dbc8c599 100644 --- a/src/IconDetectorRoundedFilled.tsx +++ b/src/IconDetectorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorRoundedFilled as default } diff --git a/src/IconDetectorSharp.tsx b/src/IconDetectorSharp.tsx index 7568ba34a..aa3259c4c 100644 --- a/src/IconDetectorSharp.tsx +++ b/src/IconDetectorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSharp: React.FC = ({ ...props }) => ( +export const IconDetectorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorSharp as default } diff --git a/src/IconDetectorSharpFilled.tsx b/src/IconDetectorSharpFilled.tsx index 39fb8c452..0840b9383 100644 --- a/src/IconDetectorSharpFilled.tsx +++ b/src/IconDetectorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorSharpFilled as default } diff --git a/src/IconDetectorSmokeOutlined.tsx b/src/IconDetectorSmokeOutlined.tsx index 35fcc6973..2f8520729 100644 --- a/src/IconDetectorSmokeOutlined.tsx +++ b/src/IconDetectorSmokeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeOutlined as default } diff --git a/src/IconDetectorSmokeOutlinedFilled.tsx b/src/IconDetectorSmokeOutlinedFilled.tsx index e53c6aaca..5e144d010 100644 --- a/src/IconDetectorSmokeOutlinedFilled.tsx +++ b/src/IconDetectorSmokeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeOutlinedFilled as default } diff --git a/src/IconDetectorSmokeRounded.tsx b/src/IconDetectorSmokeRounded.tsx index 2e4828a78..bde960c0d 100644 --- a/src/IconDetectorSmokeRounded.tsx +++ b/src/IconDetectorSmokeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeRounded: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeRounded as default } diff --git a/src/IconDetectorSmokeRoundedFilled.tsx b/src/IconDetectorSmokeRoundedFilled.tsx index 43a876663..e65be9c67 100644 --- a/src/IconDetectorSmokeRoundedFilled.tsx +++ b/src/IconDetectorSmokeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeRoundedFilled as default } diff --git a/src/IconDetectorSmokeSharp.tsx b/src/IconDetectorSmokeSharp.tsx index be8c8513a..09dfb6486 100644 --- a/src/IconDetectorSmokeSharp.tsx +++ b/src/IconDetectorSmokeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeSharp: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeSharp as default } diff --git a/src/IconDetectorSmokeSharpFilled.tsx b/src/IconDetectorSmokeSharpFilled.tsx index 5bf26f5f0..a5d591091 100644 --- a/src/IconDetectorSmokeSharpFilled.tsx +++ b/src/IconDetectorSmokeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorSmokeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorSmokeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorSmokeSharpFilled as default } diff --git a/src/IconDetectorStatusOutlined.tsx b/src/IconDetectorStatusOutlined.tsx index 010728d82..3e07ba093 100644 --- a/src/IconDetectorStatusOutlined.tsx +++ b/src/IconDetectorStatusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusOutlined: React.FC = ({ ...props }) => ( +export const IconDetectorStatusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorStatusOutlined as default } diff --git a/src/IconDetectorStatusOutlinedFilled.tsx b/src/IconDetectorStatusOutlinedFilled.tsx index 135d84472..372bdc33f 100644 --- a/src/IconDetectorStatusOutlinedFilled.tsx +++ b/src/IconDetectorStatusOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusOutlinedFilled: React.FC = ({ +export const IconDetectorStatusOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDetectorStatusOutlinedFilled: React.FC = ({ ) - -export { IconDetectorStatusOutlinedFilled as default } diff --git a/src/IconDetectorStatusRounded.tsx b/src/IconDetectorStatusRounded.tsx index 65a5c6aec..0483af2dc 100644 --- a/src/IconDetectorStatusRounded.tsx +++ b/src/IconDetectorStatusRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusRounded: React.FC = ({ ...props }) => ( +export const IconDetectorStatusRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorStatusRounded as default } diff --git a/src/IconDetectorStatusRoundedFilled.tsx b/src/IconDetectorStatusRoundedFilled.tsx index edaf98c1d..d1b20d4f1 100644 --- a/src/IconDetectorStatusRoundedFilled.tsx +++ b/src/IconDetectorStatusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDetectorStatusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorStatusRoundedFilled as default } diff --git a/src/IconDetectorStatusSharp.tsx b/src/IconDetectorStatusSharp.tsx index bed6483b5..905decffb 100644 --- a/src/IconDetectorStatusSharp.tsx +++ b/src/IconDetectorStatusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusSharp: React.FC = ({ ...props }) => ( +export const IconDetectorStatusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDetectorStatusSharp as default } diff --git a/src/IconDetectorStatusSharpFilled.tsx b/src/IconDetectorStatusSharpFilled.tsx index a2491a8ce..32d7afe47 100644 --- a/src/IconDetectorStatusSharpFilled.tsx +++ b/src/IconDetectorStatusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDetectorStatusSharpFilled: React.FC = ({ ...props }) => ( +export const IconDetectorStatusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDetectorStatusSharpFilled as default } diff --git a/src/IconDeveloperBoardOffOutlined.tsx b/src/IconDeveloperBoardOffOutlined.tsx index e7366ff5b..869a2c4a1 100644 --- a/src/IconDeveloperBoardOffOutlined.tsx +++ b/src/IconDeveloperBoardOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffOutlined: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardOffOutlined as default } diff --git a/src/IconDeveloperBoardOffOutlinedFilled.tsx b/src/IconDeveloperBoardOffOutlinedFilled.tsx index 338ecb0b9..d52627d85 100644 --- a/src/IconDeveloperBoardOffOutlinedFilled.tsx +++ b/src/IconDeveloperBoardOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffOutlinedFilled: React.FC = ({ +export const IconDeveloperBoardOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperBoardOffOutlinedFilled: React.FC = ({ ) - -export { IconDeveloperBoardOffOutlinedFilled as default } diff --git a/src/IconDeveloperBoardOffRounded.tsx b/src/IconDeveloperBoardOffRounded.tsx index f5fffd59d..ccf25142e 100644 --- a/src/IconDeveloperBoardOffRounded.tsx +++ b/src/IconDeveloperBoardOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffRounded: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardOffRounded as default } diff --git a/src/IconDeveloperBoardOffRoundedFilled.tsx b/src/IconDeveloperBoardOffRoundedFilled.tsx index 7fb70534e..fcb399ff4 100644 --- a/src/IconDeveloperBoardOffRoundedFilled.tsx +++ b/src/IconDeveloperBoardOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffRoundedFilled: React.FC = ({ +export const IconDeveloperBoardOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperBoardOffRoundedFilled: React.FC = ({ ) - -export { IconDeveloperBoardOffRoundedFilled as default } diff --git a/src/IconDeveloperBoardOffSharp.tsx b/src/IconDeveloperBoardOffSharp.tsx index a7c8cbc80..589c9e023 100644 --- a/src/IconDeveloperBoardOffSharp.tsx +++ b/src/IconDeveloperBoardOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffSharp: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardOffSharp as default } diff --git a/src/IconDeveloperBoardOffSharpFilled.tsx b/src/IconDeveloperBoardOffSharpFilled.tsx index 27ac94969..883617c53 100644 --- a/src/IconDeveloperBoardOffSharpFilled.tsx +++ b/src/IconDeveloperBoardOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOffSharpFilled: React.FC = ({ +export const IconDeveloperBoardOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperBoardOffSharpFilled: React.FC = ({ ) - -export { IconDeveloperBoardOffSharpFilled as default } diff --git a/src/IconDeveloperBoardOutlined.tsx b/src/IconDeveloperBoardOutlined.tsx index d5c989247..421b53a47 100644 --- a/src/IconDeveloperBoardOutlined.tsx +++ b/src/IconDeveloperBoardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOutlined: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardOutlined as default } diff --git a/src/IconDeveloperBoardOutlinedFilled.tsx b/src/IconDeveloperBoardOutlinedFilled.tsx index 5d7efd276..d46c43525 100644 --- a/src/IconDeveloperBoardOutlinedFilled.tsx +++ b/src/IconDeveloperBoardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardOutlinedFilled: React.FC = ({ +export const IconDeveloperBoardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperBoardOutlinedFilled: React.FC = ({ ) - -export { IconDeveloperBoardOutlinedFilled as default } diff --git a/src/IconDeveloperBoardRounded.tsx b/src/IconDeveloperBoardRounded.tsx index 750711bdd..fa8356671 100644 --- a/src/IconDeveloperBoardRounded.tsx +++ b/src/IconDeveloperBoardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardRounded: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardRounded as default } diff --git a/src/IconDeveloperBoardRoundedFilled.tsx b/src/IconDeveloperBoardRoundedFilled.tsx index 933979063..7a06cdcd0 100644 --- a/src/IconDeveloperBoardRoundedFilled.tsx +++ b/src/IconDeveloperBoardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardRoundedFilled as default } diff --git a/src/IconDeveloperBoardSharp.tsx b/src/IconDeveloperBoardSharp.tsx index 74f730ade..0e0be803d 100644 --- a/src/IconDeveloperBoardSharp.tsx +++ b/src/IconDeveloperBoardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardSharp: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardSharp as default } diff --git a/src/IconDeveloperBoardSharpFilled.tsx b/src/IconDeveloperBoardSharpFilled.tsx index 6c2dd82d1..290a06440 100644 --- a/src/IconDeveloperBoardSharpFilled.tsx +++ b/src/IconDeveloperBoardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperBoardSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperBoardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperBoardSharpFilled as default } diff --git a/src/IconDeveloperGuideOutlined.tsx b/src/IconDeveloperGuideOutlined.tsx index a613d7fb5..76e9cc8df 100644 --- a/src/IconDeveloperGuideOutlined.tsx +++ b/src/IconDeveloperGuideOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideOutlined: React.FC = ({ ...props }) => ( +export const IconDeveloperGuideOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperGuideOutlined as default } diff --git a/src/IconDeveloperGuideOutlinedFilled.tsx b/src/IconDeveloperGuideOutlinedFilled.tsx index b5ca33f1e..c514ef1c9 100644 --- a/src/IconDeveloperGuideOutlinedFilled.tsx +++ b/src/IconDeveloperGuideOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideOutlinedFilled: React.FC = ({ +export const IconDeveloperGuideOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperGuideOutlinedFilled: React.FC = ({ ) - -export { IconDeveloperGuideOutlinedFilled as default } diff --git a/src/IconDeveloperGuideRounded.tsx b/src/IconDeveloperGuideRounded.tsx index 049722f5f..f13ce3c7b 100644 --- a/src/IconDeveloperGuideRounded.tsx +++ b/src/IconDeveloperGuideRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideRounded: React.FC = ({ ...props }) => ( +export const IconDeveloperGuideRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperGuideRounded as default } diff --git a/src/IconDeveloperGuideRoundedFilled.tsx b/src/IconDeveloperGuideRoundedFilled.tsx index 22b156dbd..2ecdabfdc 100644 --- a/src/IconDeveloperGuideRoundedFilled.tsx +++ b/src/IconDeveloperGuideRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperGuideRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperGuideRoundedFilled as default } diff --git a/src/IconDeveloperGuideSharp.tsx b/src/IconDeveloperGuideSharp.tsx index 2f0ba629e..2958bcea4 100644 --- a/src/IconDeveloperGuideSharp.tsx +++ b/src/IconDeveloperGuideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideSharp: React.FC = ({ ...props }) => ( +export const IconDeveloperGuideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeveloperGuideSharp as default } diff --git a/src/IconDeveloperGuideSharpFilled.tsx b/src/IconDeveloperGuideSharpFilled.tsx index 26de8ae47..bb165c81f 100644 --- a/src/IconDeveloperGuideSharpFilled.tsx +++ b/src/IconDeveloperGuideSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperGuideSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperGuideSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperGuideSharpFilled as default } diff --git a/src/IconDeveloperModeOutlined.tsx b/src/IconDeveloperModeOutlined.tsx index 12ccffe67..09e962e76 100644 --- a/src/IconDeveloperModeOutlined.tsx +++ b/src/IconDeveloperModeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeOutlined: React.FC = ({ ...props }) => ( +export const IconDeveloperModeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeOutlined as default } diff --git a/src/IconDeveloperModeOutlinedFilled.tsx b/src/IconDeveloperModeOutlinedFilled.tsx index d05e06e98..a98861a05 100644 --- a/src/IconDeveloperModeOutlinedFilled.tsx +++ b/src/IconDeveloperModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeOutlinedFilled as default } diff --git a/src/IconDeveloperModeRounded.tsx b/src/IconDeveloperModeRounded.tsx index 10281528f..b6b955f84 100644 --- a/src/IconDeveloperModeRounded.tsx +++ b/src/IconDeveloperModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeRounded: React.FC = ({ ...props }) => ( +export const IconDeveloperModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeRounded as default } diff --git a/src/IconDeveloperModeRoundedFilled.tsx b/src/IconDeveloperModeRoundedFilled.tsx index 4d58f1c57..a3464b63d 100644 --- a/src/IconDeveloperModeRoundedFilled.tsx +++ b/src/IconDeveloperModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeRoundedFilled as default } diff --git a/src/IconDeveloperModeSharp.tsx b/src/IconDeveloperModeSharp.tsx index 05c69583a..b0f9237cb 100644 --- a/src/IconDeveloperModeSharp.tsx +++ b/src/IconDeveloperModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeSharp: React.FC = ({ ...props }) => ( +export const IconDeveloperModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeSharp as default } diff --git a/src/IconDeveloperModeSharpFilled.tsx b/src/IconDeveloperModeSharpFilled.tsx index 3c8a16834..85436707f 100644 --- a/src/IconDeveloperModeSharpFilled.tsx +++ b/src/IconDeveloperModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeSharpFilled as default } diff --git a/src/IconDeveloperModeTvOutlined.tsx b/src/IconDeveloperModeTvOutlined.tsx index 49a306ead..eafdf96d6 100644 --- a/src/IconDeveloperModeTvOutlined.tsx +++ b/src/IconDeveloperModeTvOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvOutlined: React.FC = ({ ...props }) => ( +export const IconDeveloperModeTvOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeTvOutlined as default } diff --git a/src/IconDeveloperModeTvOutlinedFilled.tsx b/src/IconDeveloperModeTvOutlinedFilled.tsx index e8c5b336a..c51c6e187 100644 --- a/src/IconDeveloperModeTvOutlinedFilled.tsx +++ b/src/IconDeveloperModeTvOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvOutlinedFilled: React.FC = ({ +export const IconDeveloperModeTvOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperModeTvOutlinedFilled: React.FC = ({ ) - -export { IconDeveloperModeTvOutlinedFilled as default } diff --git a/src/IconDeveloperModeTvRounded.tsx b/src/IconDeveloperModeTvRounded.tsx index 0e07cbff1..159c12da1 100644 --- a/src/IconDeveloperModeTvRounded.tsx +++ b/src/IconDeveloperModeTvRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvRounded: React.FC = ({ ...props }) => ( +export const IconDeveloperModeTvRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeTvRounded as default } diff --git a/src/IconDeveloperModeTvRoundedFilled.tsx b/src/IconDeveloperModeTvRoundedFilled.tsx index 6cd231281..c1001d9bf 100644 --- a/src/IconDeveloperModeTvRoundedFilled.tsx +++ b/src/IconDeveloperModeTvRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvRoundedFilled: React.FC = ({ +export const IconDeveloperModeTvRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeveloperModeTvRoundedFilled: React.FC = ({ ) - -export { IconDeveloperModeTvRoundedFilled as default } diff --git a/src/IconDeveloperModeTvSharp.tsx b/src/IconDeveloperModeTvSharp.tsx index 4df49b6b7..66344e103 100644 --- a/src/IconDeveloperModeTvSharp.tsx +++ b/src/IconDeveloperModeTvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvSharp: React.FC = ({ ...props }) => ( +export const IconDeveloperModeTvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeTvSharp as default } diff --git a/src/IconDeveloperModeTvSharpFilled.tsx b/src/IconDeveloperModeTvSharpFilled.tsx index 7b01caa7f..c2de59a65 100644 --- a/src/IconDeveloperModeTvSharpFilled.tsx +++ b/src/IconDeveloperModeTvSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeveloperModeTvSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeveloperModeTvSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeveloperModeTvSharpFilled as default } diff --git a/src/IconDeviceHubOutlined.tsx b/src/IconDeviceHubOutlined.tsx index db086ce5b..a64c2c67f 100644 --- a/src/IconDeviceHubOutlined.tsx +++ b/src/IconDeviceHubOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubOutlined: React.FC = ({ ...props }) => ( +export const IconDeviceHubOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceHubOutlined as default } diff --git a/src/IconDeviceHubOutlinedFilled.tsx b/src/IconDeviceHubOutlinedFilled.tsx index 25b3646a0..48e7f6dca 100644 --- a/src/IconDeviceHubOutlinedFilled.tsx +++ b/src/IconDeviceHubOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeviceHubOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceHubOutlinedFilled as default } diff --git a/src/IconDeviceHubRounded.tsx b/src/IconDeviceHubRounded.tsx index acd340a8f..89f46c9a4 100644 --- a/src/IconDeviceHubRounded.tsx +++ b/src/IconDeviceHubRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubRounded: React.FC = ({ ...props }) => ( +export const IconDeviceHubRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceHubRounded as default } diff --git a/src/IconDeviceHubRoundedFilled.tsx b/src/IconDeviceHubRoundedFilled.tsx index a6026ceb1..5c821de33 100644 --- a/src/IconDeviceHubRoundedFilled.tsx +++ b/src/IconDeviceHubRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeviceHubRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceHubRoundedFilled as default } diff --git a/src/IconDeviceHubSharp.tsx b/src/IconDeviceHubSharp.tsx index abb9ccdb9..b9b509144 100644 --- a/src/IconDeviceHubSharp.tsx +++ b/src/IconDeviceHubSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubSharp: React.FC = ({ ...props }) => ( +export const IconDeviceHubSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceHubSharp as default } diff --git a/src/IconDeviceHubSharpFilled.tsx b/src/IconDeviceHubSharpFilled.tsx index d98373b0e..39aeec7f3 100644 --- a/src/IconDeviceHubSharpFilled.tsx +++ b/src/IconDeviceHubSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceHubSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeviceHubSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceHubSharpFilled as default } diff --git a/src/IconDeviceThermostatOutlined.tsx b/src/IconDeviceThermostatOutlined.tsx index 2c881a04c..fced55d0b 100644 --- a/src/IconDeviceThermostatOutlined.tsx +++ b/src/IconDeviceThermostatOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatOutlined: React.FC = ({ ...props }) => ( +export const IconDeviceThermostatOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceThermostatOutlined as default } diff --git a/src/IconDeviceThermostatOutlinedFilled.tsx b/src/IconDeviceThermostatOutlinedFilled.tsx index 8046467c9..0b2a7a3b5 100644 --- a/src/IconDeviceThermostatOutlinedFilled.tsx +++ b/src/IconDeviceThermostatOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatOutlinedFilled: React.FC = ({ +export const IconDeviceThermostatOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeviceThermostatOutlinedFilled: React.FC = ({ ) - -export { IconDeviceThermostatOutlinedFilled as default } diff --git a/src/IconDeviceThermostatRounded.tsx b/src/IconDeviceThermostatRounded.tsx index 0212253b8..387af8b06 100644 --- a/src/IconDeviceThermostatRounded.tsx +++ b/src/IconDeviceThermostatRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatRounded: React.FC = ({ ...props }) => ( +export const IconDeviceThermostatRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceThermostatRounded as default } diff --git a/src/IconDeviceThermostatRoundedFilled.tsx b/src/IconDeviceThermostatRoundedFilled.tsx index 3cb20540c..ae8f8ef6b 100644 --- a/src/IconDeviceThermostatRoundedFilled.tsx +++ b/src/IconDeviceThermostatRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatRoundedFilled: React.FC = ({ +export const IconDeviceThermostatRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDeviceThermostatRoundedFilled: React.FC = ({ ) - -export { IconDeviceThermostatRoundedFilled as default } diff --git a/src/IconDeviceThermostatSharp.tsx b/src/IconDeviceThermostatSharp.tsx index 76e065515..79bfebf1e 100644 --- a/src/IconDeviceThermostatSharp.tsx +++ b/src/IconDeviceThermostatSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatSharp: React.FC = ({ ...props }) => ( +export const IconDeviceThermostatSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceThermostatSharp as default } diff --git a/src/IconDeviceThermostatSharpFilled.tsx b/src/IconDeviceThermostatSharpFilled.tsx index c0fd76acb..f5a8aab00 100644 --- a/src/IconDeviceThermostatSharpFilled.tsx +++ b/src/IconDeviceThermostatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceThermostatSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeviceThermostatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceThermostatSharpFilled as default } diff --git a/src/IconDeviceUnknownOutlined.tsx b/src/IconDeviceUnknownOutlined.tsx index 92f4c8303..54ae5b09e 100644 --- a/src/IconDeviceUnknownOutlined.tsx +++ b/src/IconDeviceUnknownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownOutlined: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownOutlined as default } diff --git a/src/IconDeviceUnknownOutlinedFilled.tsx b/src/IconDeviceUnknownOutlinedFilled.tsx index 39ee3117d..2136c8a22 100644 --- a/src/IconDeviceUnknownOutlinedFilled.tsx +++ b/src/IconDeviceUnknownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownOutlinedFilled as default } diff --git a/src/IconDeviceUnknownRounded.tsx b/src/IconDeviceUnknownRounded.tsx index b1702e81e..a5d2f3976 100644 --- a/src/IconDeviceUnknownRounded.tsx +++ b/src/IconDeviceUnknownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownRounded: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownRounded as default } diff --git a/src/IconDeviceUnknownRoundedFilled.tsx b/src/IconDeviceUnknownRoundedFilled.tsx index 0bdd16ba0..9656186db 100644 --- a/src/IconDeviceUnknownRoundedFilled.tsx +++ b/src/IconDeviceUnknownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownRoundedFilled as default } diff --git a/src/IconDeviceUnknownSharp.tsx b/src/IconDeviceUnknownSharp.tsx index 2390c3794..8ff9c0b33 100644 --- a/src/IconDeviceUnknownSharp.tsx +++ b/src/IconDeviceUnknownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownSharp: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownSharp as default } diff --git a/src/IconDeviceUnknownSharpFilled.tsx b/src/IconDeviceUnknownSharpFilled.tsx index ea1177e64..11a8d98ef 100644 --- a/src/IconDeviceUnknownSharpFilled.tsx +++ b/src/IconDeviceUnknownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDeviceUnknownSharpFilled: React.FC = ({ ...props }) => ( +export const IconDeviceUnknownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDeviceUnknownSharpFilled as default } diff --git a/src/IconDevicesFold2Outlined.tsx b/src/IconDevicesFold2Outlined.tsx index e8093e54f..549025457 100644 --- a/src/IconDevicesFold2Outlined.tsx +++ b/src/IconDevicesFold2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2Outlined: React.FC = ({ ...props }) => ( +export const IconDevicesFold2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2Outlined as default } diff --git a/src/IconDevicesFold2OutlinedFilled.tsx b/src/IconDevicesFold2OutlinedFilled.tsx index 543a6c78d..e000c8b14 100644 --- a/src/IconDevicesFold2OutlinedFilled.tsx +++ b/src/IconDevicesFold2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFold2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2OutlinedFilled as default } diff --git a/src/IconDevicesFold2Rounded.tsx b/src/IconDevicesFold2Rounded.tsx index 9a1b8317f..1da261725 100644 --- a/src/IconDevicesFold2Rounded.tsx +++ b/src/IconDevicesFold2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2Rounded: React.FC = ({ ...props }) => ( +export const IconDevicesFold2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2Rounded as default } diff --git a/src/IconDevicesFold2RoundedFilled.tsx b/src/IconDevicesFold2RoundedFilled.tsx index 1bad83bcd..1520d417d 100644 --- a/src/IconDevicesFold2RoundedFilled.tsx +++ b/src/IconDevicesFold2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFold2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2RoundedFilled as default } diff --git a/src/IconDevicesFold2Sharp.tsx b/src/IconDevicesFold2Sharp.tsx index c13f2967c..10ea58a99 100644 --- a/src/IconDevicesFold2Sharp.tsx +++ b/src/IconDevicesFold2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2Sharp: React.FC = ({ ...props }) => ( +export const IconDevicesFold2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2Sharp as default } diff --git a/src/IconDevicesFold2SharpFilled.tsx b/src/IconDevicesFold2SharpFilled.tsx index 4372860f4..49c8d7101 100644 --- a/src/IconDevicesFold2SharpFilled.tsx +++ b/src/IconDevicesFold2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFold2SharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFold2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFold2SharpFilled as default } diff --git a/src/IconDevicesFoldOutlined.tsx b/src/IconDevicesFoldOutlined.tsx index cf9e6655d..8b0e5160e 100644 --- a/src/IconDevicesFoldOutlined.tsx +++ b/src/IconDevicesFoldOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldOutlined: React.FC = ({ ...props }) => ( +export const IconDevicesFoldOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldOutlined as default } diff --git a/src/IconDevicesFoldOutlinedFilled.tsx b/src/IconDevicesFoldOutlinedFilled.tsx index ca9325f3d..d4db712ee 100644 --- a/src/IconDevicesFoldOutlinedFilled.tsx +++ b/src/IconDevicesFoldOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFoldOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldOutlinedFilled as default } diff --git a/src/IconDevicesFoldRounded.tsx b/src/IconDevicesFoldRounded.tsx index 895d5119b..4bab3caf5 100644 --- a/src/IconDevicesFoldRounded.tsx +++ b/src/IconDevicesFoldRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldRounded: React.FC = ({ ...props }) => ( +export const IconDevicesFoldRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldRounded as default } diff --git a/src/IconDevicesFoldRoundedFilled.tsx b/src/IconDevicesFoldRoundedFilled.tsx index 01839162b..8408ea5a7 100644 --- a/src/IconDevicesFoldRoundedFilled.tsx +++ b/src/IconDevicesFoldRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFoldRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldRoundedFilled as default } diff --git a/src/IconDevicesFoldSharp.tsx b/src/IconDevicesFoldSharp.tsx index 987e27998..4196b6e11 100644 --- a/src/IconDevicesFoldSharp.tsx +++ b/src/IconDevicesFoldSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldSharp: React.FC = ({ ...props }) => ( +export const IconDevicesFoldSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldSharp as default } diff --git a/src/IconDevicesFoldSharpFilled.tsx b/src/IconDevicesFoldSharpFilled.tsx index 8020818d6..24940aa87 100644 --- a/src/IconDevicesFoldSharpFilled.tsx +++ b/src/IconDevicesFoldSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesFoldSharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesFoldSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesFoldSharpFilled as default } diff --git a/src/IconDevicesOffOutlined.tsx b/src/IconDevicesOffOutlined.tsx index 4d4f04789..d159f1e35 100644 --- a/src/IconDevicesOffOutlined.tsx +++ b/src/IconDevicesOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffOutlined: React.FC = ({ ...props }) => ( +export const IconDevicesOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOffOutlined as default } diff --git a/src/IconDevicesOffOutlinedFilled.tsx b/src/IconDevicesOffOutlinedFilled.tsx index 1a65dbe68..5b6250479 100644 --- a/src/IconDevicesOffOutlinedFilled.tsx +++ b/src/IconDevicesOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOffOutlinedFilled as default } diff --git a/src/IconDevicesOffRounded.tsx b/src/IconDevicesOffRounded.tsx index 7bede16d9..ece89e4fd 100644 --- a/src/IconDevicesOffRounded.tsx +++ b/src/IconDevicesOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffRounded: React.FC = ({ ...props }) => ( +export const IconDevicesOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOffRounded as default } diff --git a/src/IconDevicesOffRoundedFilled.tsx b/src/IconDevicesOffRoundedFilled.tsx index b021d6d86..668e96ccf 100644 --- a/src/IconDevicesOffRoundedFilled.tsx +++ b/src/IconDevicesOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOffRoundedFilled as default } diff --git a/src/IconDevicesOffSharp.tsx b/src/IconDevicesOffSharp.tsx index 896324c6c..15ea6ec29 100644 --- a/src/IconDevicesOffSharp.tsx +++ b/src/IconDevicesOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffSharp: React.FC = ({ ...props }) => ( +export const IconDevicesOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOffSharp as default } diff --git a/src/IconDevicesOffSharpFilled.tsx b/src/IconDevicesOffSharpFilled.tsx index 21f5f1c27..114a90ca6 100644 --- a/src/IconDevicesOffSharpFilled.tsx +++ b/src/IconDevicesOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOffSharpFilled as default } diff --git a/src/IconDevicesOtherOutlined.tsx b/src/IconDevicesOtherOutlined.tsx index 50412b848..1aca3dbaf 100644 --- a/src/IconDevicesOtherOutlined.tsx +++ b/src/IconDevicesOtherOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherOutlined: React.FC = ({ ...props }) => ( +export const IconDevicesOtherOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherOutlined as default } diff --git a/src/IconDevicesOtherOutlinedFilled.tsx b/src/IconDevicesOtherOutlinedFilled.tsx index 821b6bdc9..cee5a487a 100644 --- a/src/IconDevicesOtherOutlinedFilled.tsx +++ b/src/IconDevicesOtherOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOtherOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherOutlinedFilled as default } diff --git a/src/IconDevicesOtherRounded.tsx b/src/IconDevicesOtherRounded.tsx index bb4645712..6972b57e4 100644 --- a/src/IconDevicesOtherRounded.tsx +++ b/src/IconDevicesOtherRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherRounded: React.FC = ({ ...props }) => ( +export const IconDevicesOtherRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherRounded as default } diff --git a/src/IconDevicesOtherRoundedFilled.tsx b/src/IconDevicesOtherRoundedFilled.tsx index fcf9f0fea..871ccf604 100644 --- a/src/IconDevicesOtherRoundedFilled.tsx +++ b/src/IconDevicesOtherRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOtherRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherRoundedFilled as default } diff --git a/src/IconDevicesOtherSharp.tsx b/src/IconDevicesOtherSharp.tsx index af960a289..79e9c3d19 100644 --- a/src/IconDevicesOtherSharp.tsx +++ b/src/IconDevicesOtherSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherSharp: React.FC = ({ ...props }) => ( +export const IconDevicesOtherSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherSharp as default } diff --git a/src/IconDevicesOtherSharpFilled.tsx b/src/IconDevicesOtherSharpFilled.tsx index 02932a12c..c12459a85 100644 --- a/src/IconDevicesOtherSharpFilled.tsx +++ b/src/IconDevicesOtherSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOtherSharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOtherSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOtherSharpFilled as default } diff --git a/src/IconDevicesOutlined.tsx b/src/IconDevicesOutlined.tsx index f8a73bb2b..62a078363 100644 --- a/src/IconDevicesOutlined.tsx +++ b/src/IconDevicesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOutlined: React.FC = ({ ...props }) => ( +export const IconDevicesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesOutlined as default } diff --git a/src/IconDevicesOutlinedFilled.tsx b/src/IconDevicesOutlinedFilled.tsx index 6c44d825b..ca46a9b4e 100644 --- a/src/IconDevicesOutlinedFilled.tsx +++ b/src/IconDevicesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesOutlinedFilled as default } diff --git a/src/IconDevicesRounded.tsx b/src/IconDevicesRounded.tsx index f391842c9..e88d5ee93 100644 --- a/src/IconDevicesRounded.tsx +++ b/src/IconDevicesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesRounded: React.FC = ({ ...props }) => ( +export const IconDevicesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesRounded as default } diff --git a/src/IconDevicesRoundedFilled.tsx b/src/IconDevicesRoundedFilled.tsx index ed8e5680c..157ce8bed 100644 --- a/src/IconDevicesRoundedFilled.tsx +++ b/src/IconDevicesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDevicesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesRoundedFilled as default } diff --git a/src/IconDevicesSharp.tsx b/src/IconDevicesSharp.tsx index 65eb75f04..14e5df4ea 100644 --- a/src/IconDevicesSharp.tsx +++ b/src/IconDevicesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesSharp: React.FC = ({ ...props }) => ( +export const IconDevicesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesSharp as default } diff --git a/src/IconDevicesSharpFilled.tsx b/src/IconDevicesSharpFilled.tsx index 868075841..b0838c644 100644 --- a/src/IconDevicesSharpFilled.tsx +++ b/src/IconDevicesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDevicesSharpFilled as default } diff --git a/src/IconDevicesWearablesOutlined.tsx b/src/IconDevicesWearablesOutlined.tsx index 7f261d6ca..ee3679243 100644 --- a/src/IconDevicesWearablesOutlined.tsx +++ b/src/IconDevicesWearablesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesOutlined: React.FC = ({ ...props }) => ( +export const IconDevicesWearablesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesWearablesOutlined as default } diff --git a/src/IconDevicesWearablesOutlinedFilled.tsx b/src/IconDevicesWearablesOutlinedFilled.tsx index 64d4ec91f..883adb38d 100644 --- a/src/IconDevicesWearablesOutlinedFilled.tsx +++ b/src/IconDevicesWearablesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesOutlinedFilled: React.FC = ({ +export const IconDevicesWearablesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDevicesWearablesOutlinedFilled: React.FC = ({ ) - -export { IconDevicesWearablesOutlinedFilled as default } diff --git a/src/IconDevicesWearablesRounded.tsx b/src/IconDevicesWearablesRounded.tsx index db7a95ad4..6dcbcfe5d 100644 --- a/src/IconDevicesWearablesRounded.tsx +++ b/src/IconDevicesWearablesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesRounded: React.FC = ({ ...props }) => ( +export const IconDevicesWearablesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesWearablesRounded as default } diff --git a/src/IconDevicesWearablesRoundedFilled.tsx b/src/IconDevicesWearablesRoundedFilled.tsx index 4a78e7cca..15e2e169a 100644 --- a/src/IconDevicesWearablesRoundedFilled.tsx +++ b/src/IconDevicesWearablesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesRoundedFilled: React.FC = ({ +export const IconDevicesWearablesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDevicesWearablesRoundedFilled: React.FC = ({ ) - -export { IconDevicesWearablesRoundedFilled as default } diff --git a/src/IconDevicesWearablesSharp.tsx b/src/IconDevicesWearablesSharp.tsx index 027980aec..82f4806a6 100644 --- a/src/IconDevicesWearablesSharp.tsx +++ b/src/IconDevicesWearablesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesSharp: React.FC = ({ ...props }) => ( +export const IconDevicesWearablesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesWearablesSharp as default } diff --git a/src/IconDevicesWearablesSharpFilled.tsx b/src/IconDevicesWearablesSharpFilled.tsx index 6a20dee42..f3fc7afae 100644 --- a/src/IconDevicesWearablesSharpFilled.tsx +++ b/src/IconDevicesWearablesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDevicesWearablesSharpFilled: React.FC = ({ ...props }) => ( +export const IconDevicesWearablesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDevicesWearablesSharpFilled as default } diff --git a/src/IconDewPointOutlined.tsx b/src/IconDewPointOutlined.tsx index 9d63bc25b..052142347 100644 --- a/src/IconDewPointOutlined.tsx +++ b/src/IconDewPointOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointOutlined: React.FC = ({ ...props }) => ( +export const IconDewPointOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDewPointOutlined as default } diff --git a/src/IconDewPointOutlinedFilled.tsx b/src/IconDewPointOutlinedFilled.tsx index 03722e4c0..bf5eea939 100644 --- a/src/IconDewPointOutlinedFilled.tsx +++ b/src/IconDewPointOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDewPointOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDewPointOutlinedFilled as default } diff --git a/src/IconDewPointRounded.tsx b/src/IconDewPointRounded.tsx index 94c4ce2f7..f13fe0bf7 100644 --- a/src/IconDewPointRounded.tsx +++ b/src/IconDewPointRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointRounded: React.FC = ({ ...props }) => ( +export const IconDewPointRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDewPointRounded as default } diff --git a/src/IconDewPointRoundedFilled.tsx b/src/IconDewPointRoundedFilled.tsx index e6460a33e..5dc0f09b7 100644 --- a/src/IconDewPointRoundedFilled.tsx +++ b/src/IconDewPointRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDewPointRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDewPointRoundedFilled as default } diff --git a/src/IconDewPointSharp.tsx b/src/IconDewPointSharp.tsx index b1be5cef4..b2032fcb4 100644 --- a/src/IconDewPointSharp.tsx +++ b/src/IconDewPointSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointSharp: React.FC = ({ ...props }) => ( +export const IconDewPointSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDewPointSharp as default } diff --git a/src/IconDewPointSharpFilled.tsx b/src/IconDewPointSharpFilled.tsx index 6db32df2b..bd534a1c7 100644 --- a/src/IconDewPointSharpFilled.tsx +++ b/src/IconDewPointSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDewPointSharpFilled: React.FC = ({ ...props }) => ( +export const IconDewPointSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDewPointSharpFilled as default } diff --git a/src/IconDiagnosisOutlined.tsx b/src/IconDiagnosisOutlined.tsx index 83950707f..6e3aea312 100644 --- a/src/IconDiagnosisOutlined.tsx +++ b/src/IconDiagnosisOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisOutlined: React.FC = ({ ...props }) => ( +export const IconDiagnosisOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagnosisOutlined as default } diff --git a/src/IconDiagnosisOutlinedFilled.tsx b/src/IconDiagnosisOutlinedFilled.tsx index def90cb26..3f576f379 100644 --- a/src/IconDiagnosisOutlinedFilled.tsx +++ b/src/IconDiagnosisOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiagnosisOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiagnosisOutlinedFilled as default } diff --git a/src/IconDiagnosisRounded.tsx b/src/IconDiagnosisRounded.tsx index 3ef95d9ca..a6b23e14c 100644 --- a/src/IconDiagnosisRounded.tsx +++ b/src/IconDiagnosisRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisRounded: React.FC = ({ ...props }) => ( +export const IconDiagnosisRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagnosisRounded as default } diff --git a/src/IconDiagnosisRoundedFilled.tsx b/src/IconDiagnosisRoundedFilled.tsx index 6c0e185ce..d60d5f09b 100644 --- a/src/IconDiagnosisRoundedFilled.tsx +++ b/src/IconDiagnosisRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiagnosisRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiagnosisRoundedFilled as default } diff --git a/src/IconDiagnosisSharp.tsx b/src/IconDiagnosisSharp.tsx index 4d8b47ae9..3b8bdeac3 100644 --- a/src/IconDiagnosisSharp.tsx +++ b/src/IconDiagnosisSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisSharp: React.FC = ({ ...props }) => ( +export const IconDiagnosisSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagnosisSharp as default } diff --git a/src/IconDiagnosisSharpFilled.tsx b/src/IconDiagnosisSharpFilled.tsx index 7926c56a5..2911d42c0 100644 --- a/src/IconDiagnosisSharpFilled.tsx +++ b/src/IconDiagnosisSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagnosisSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiagnosisSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagnosisSharpFilled as default } diff --git a/src/IconDiagonalLineOutlined.tsx b/src/IconDiagonalLineOutlined.tsx index 5ef2582e2..03f62eb80 100644 --- a/src/IconDiagonalLineOutlined.tsx +++ b/src/IconDiagonalLineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineOutlined: React.FC = ({ ...props }) => ( +export const IconDiagonalLineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineOutlined as default } diff --git a/src/IconDiagonalLineOutlinedFilled.tsx b/src/IconDiagonalLineOutlinedFilled.tsx index dc373e015..50050d440 100644 --- a/src/IconDiagonalLineOutlinedFilled.tsx +++ b/src/IconDiagonalLineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiagonalLineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineOutlinedFilled as default } diff --git a/src/IconDiagonalLineRounded.tsx b/src/IconDiagonalLineRounded.tsx index e1d3f2f8c..5ffebff71 100644 --- a/src/IconDiagonalLineRounded.tsx +++ b/src/IconDiagonalLineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineRounded: React.FC = ({ ...props }) => ( +export const IconDiagonalLineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineRounded as default } diff --git a/src/IconDiagonalLineRoundedFilled.tsx b/src/IconDiagonalLineRoundedFilled.tsx index ce8074705..d95da50f7 100644 --- a/src/IconDiagonalLineRoundedFilled.tsx +++ b/src/IconDiagonalLineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiagonalLineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineRoundedFilled as default } diff --git a/src/IconDiagonalLineSharp.tsx b/src/IconDiagonalLineSharp.tsx index 1b760db42..d348be1bd 100644 --- a/src/IconDiagonalLineSharp.tsx +++ b/src/IconDiagonalLineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineSharp: React.FC = ({ ...props }) => ( +export const IconDiagonalLineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineSharp as default } diff --git a/src/IconDiagonalLineSharpFilled.tsx b/src/IconDiagonalLineSharpFilled.tsx index 20ba73a75..e6bc16490 100644 --- a/src/IconDiagonalLineSharpFilled.tsx +++ b/src/IconDiagonalLineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiagonalLineSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiagonalLineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiagonalLineSharpFilled as default } diff --git a/src/IconDialerSipOutlined.tsx b/src/IconDialerSipOutlined.tsx index 8d97f3fff..925825a45 100644 --- a/src/IconDialerSipOutlined.tsx +++ b/src/IconDialerSipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipOutlined: React.FC = ({ ...props }) => ( +export const IconDialerSipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialerSipOutlined as default } diff --git a/src/IconDialerSipOutlinedFilled.tsx b/src/IconDialerSipOutlinedFilled.tsx index 447e8b4dc..1e62e6774 100644 --- a/src/IconDialerSipOutlinedFilled.tsx +++ b/src/IconDialerSipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDialerSipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDialerSipOutlinedFilled as default } diff --git a/src/IconDialerSipRounded.tsx b/src/IconDialerSipRounded.tsx index 9b0941fbe..cf1954612 100644 --- a/src/IconDialerSipRounded.tsx +++ b/src/IconDialerSipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipRounded: React.FC = ({ ...props }) => ( +export const IconDialerSipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialerSipRounded as default } diff --git a/src/IconDialerSipRoundedFilled.tsx b/src/IconDialerSipRoundedFilled.tsx index 064d121d2..6f75a327d 100644 --- a/src/IconDialerSipRoundedFilled.tsx +++ b/src/IconDialerSipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDialerSipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDialerSipRoundedFilled as default } diff --git a/src/IconDialerSipSharp.tsx b/src/IconDialerSipSharp.tsx index 8210723cc..85382f550 100644 --- a/src/IconDialerSipSharp.tsx +++ b/src/IconDialerSipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipSharp: React.FC = ({ ...props }) => ( +export const IconDialerSipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialerSipSharp as default } diff --git a/src/IconDialerSipSharpFilled.tsx b/src/IconDialerSipSharpFilled.tsx index 14a87e7ae..c9659160d 100644 --- a/src/IconDialerSipSharpFilled.tsx +++ b/src/IconDialerSipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialerSipSharpFilled: React.FC = ({ ...props }) => ( +export const IconDialerSipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialerSipSharpFilled as default } diff --git a/src/IconDialogsOutlined.tsx b/src/IconDialogsOutlined.tsx index 6b06b2454..fbf9da5ed 100644 --- a/src/IconDialogsOutlined.tsx +++ b/src/IconDialogsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsOutlined: React.FC = ({ ...props }) => ( +export const IconDialogsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialogsOutlined as default } diff --git a/src/IconDialogsOutlinedFilled.tsx b/src/IconDialogsOutlinedFilled.tsx index d68715d8e..afddc25df 100644 --- a/src/IconDialogsOutlinedFilled.tsx +++ b/src/IconDialogsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDialogsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDialogsOutlinedFilled as default } diff --git a/src/IconDialogsRounded.tsx b/src/IconDialogsRounded.tsx index 823a2b1e2..c25e8d6ec 100644 --- a/src/IconDialogsRounded.tsx +++ b/src/IconDialogsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsRounded: React.FC = ({ ...props }) => ( +export const IconDialogsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialogsRounded as default } diff --git a/src/IconDialogsRoundedFilled.tsx b/src/IconDialogsRoundedFilled.tsx index 3614701db..1eff8f749 100644 --- a/src/IconDialogsRoundedFilled.tsx +++ b/src/IconDialogsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDialogsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialogsRoundedFilled as default } diff --git a/src/IconDialogsSharp.tsx b/src/IconDialogsSharp.tsx index da21e8d6b..519b4fa40 100644 --- a/src/IconDialogsSharp.tsx +++ b/src/IconDialogsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsSharp: React.FC = ({ ...props }) => ( +export const IconDialogsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialogsSharp as default } diff --git a/src/IconDialogsSharpFilled.tsx b/src/IconDialogsSharpFilled.tsx index c6984a418..38c6322a5 100644 --- a/src/IconDialogsSharpFilled.tsx +++ b/src/IconDialogsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialogsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDialogsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialogsSharpFilled as default } diff --git a/src/IconDialpadOutlined.tsx b/src/IconDialpadOutlined.tsx index 4d5224a51..e1de7cdde 100644 --- a/src/IconDialpadOutlined.tsx +++ b/src/IconDialpadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadOutlined: React.FC = ({ ...props }) => ( +export const IconDialpadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialpadOutlined as default } diff --git a/src/IconDialpadOutlinedFilled.tsx b/src/IconDialpadOutlinedFilled.tsx index d65470710..6ff541c4b 100644 --- a/src/IconDialpadOutlinedFilled.tsx +++ b/src/IconDialpadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDialpadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDialpadOutlinedFilled as default } diff --git a/src/IconDialpadRounded.tsx b/src/IconDialpadRounded.tsx index 9dd30bfab..a0a31f129 100644 --- a/src/IconDialpadRounded.tsx +++ b/src/IconDialpadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadRounded: React.FC = ({ ...props }) => ( +export const IconDialpadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialpadRounded as default } diff --git a/src/IconDialpadRoundedFilled.tsx b/src/IconDialpadRoundedFilled.tsx index 76410d003..6f74dca36 100644 --- a/src/IconDialpadRoundedFilled.tsx +++ b/src/IconDialpadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDialpadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialpadRoundedFilled as default } diff --git a/src/IconDialpadSharp.tsx b/src/IconDialpadSharp.tsx index 644376c38..3a085fcf5 100644 --- a/src/IconDialpadSharp.tsx +++ b/src/IconDialpadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadSharp: React.FC = ({ ...props }) => ( +export const IconDialpadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialpadSharp as default } diff --git a/src/IconDialpadSharpFilled.tsx b/src/IconDialpadSharpFilled.tsx index 305dcbe4c..2fedaca70 100644 --- a/src/IconDialpadSharpFilled.tsx +++ b/src/IconDialpadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDialpadSharpFilled: React.FC = ({ ...props }) => ( +export const IconDialpadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDialpadSharpFilled as default } diff --git a/src/IconDiamondOutlined.tsx b/src/IconDiamondOutlined.tsx index dbf0191f3..1175c1fa3 100644 --- a/src/IconDiamondOutlined.tsx +++ b/src/IconDiamondOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondOutlined: React.FC = ({ ...props }) => ( +export const IconDiamondOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiamondOutlined as default } diff --git a/src/IconDiamondOutlinedFilled.tsx b/src/IconDiamondOutlinedFilled.tsx index 43e19b3d8..0d4211563 100644 --- a/src/IconDiamondOutlinedFilled.tsx +++ b/src/IconDiamondOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiamondOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiamondOutlinedFilled as default } diff --git a/src/IconDiamondRounded.tsx b/src/IconDiamondRounded.tsx index 350eadc4b..69b16768a 100644 --- a/src/IconDiamondRounded.tsx +++ b/src/IconDiamondRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondRounded: React.FC = ({ ...props }) => ( +export const IconDiamondRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiamondRounded as default } diff --git a/src/IconDiamondRoundedFilled.tsx b/src/IconDiamondRoundedFilled.tsx index a466c91b8..403983e6e 100644 --- a/src/IconDiamondRoundedFilled.tsx +++ b/src/IconDiamondRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiamondRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiamondRoundedFilled as default } diff --git a/src/IconDiamondSharp.tsx b/src/IconDiamondSharp.tsx index 5e35c445f..a71886e6d 100644 --- a/src/IconDiamondSharp.tsx +++ b/src/IconDiamondSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondSharp: React.FC = ({ ...props }) => ( +export const IconDiamondSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiamondSharp as default } diff --git a/src/IconDiamondSharpFilled.tsx b/src/IconDiamondSharpFilled.tsx index 628bb494b..71793a6ef 100644 --- a/src/IconDiamondSharpFilled.tsx +++ b/src/IconDiamondSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiamondSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiamondSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiamondSharpFilled as default } diff --git a/src/IconDictionaryOutlined.tsx b/src/IconDictionaryOutlined.tsx index 14414d876..5db4a0391 100644 --- a/src/IconDictionaryOutlined.tsx +++ b/src/IconDictionaryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDictionaryOutlined: React.FC = ({ ...props }) => ( +export const IconDictionaryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDictionaryOutlined as default } diff --git a/src/IconDictionaryOutlinedFilled.tsx b/src/IconDictionaryOutlinedFilled.tsx index d9a2878c7..346e0e100 100644 --- a/src/IconDictionaryOutlinedFilled.tsx +++ b/src/IconDictionaryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDictionaryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDictionaryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDictionaryOutlinedFilled as default } diff --git a/src/IconDictionaryRounded.tsx b/src/IconDictionaryRounded.tsx index 9bda0510c..17d3cf525 100644 --- a/src/IconDictionaryRounded.tsx +++ b/src/IconDictionaryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDictionaryRounded: React.FC = ({ ...props }) => ( +export const IconDictionaryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDictionaryRounded as default } diff --git a/src/IconDictionaryRoundedFilled.tsx b/src/IconDictionaryRoundedFilled.tsx index 95179dfca..497c8f6d3 100644 --- a/src/IconDictionaryRoundedFilled.tsx +++ b/src/IconDictionaryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDictionaryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDictionaryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDictionaryRoundedFilled as default } diff --git a/src/IconDictionarySharp.tsx b/src/IconDictionarySharp.tsx index b74385f21..0cccb6596 100644 --- a/src/IconDictionarySharp.tsx +++ b/src/IconDictionarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDictionarySharp: React.FC = ({ ...props }) => ( +export const IconDictionarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDictionarySharp as default } diff --git a/src/IconDictionarySharpFilled.tsx b/src/IconDictionarySharpFilled.tsx index 457fe8489..6ce305aa4 100644 --- a/src/IconDictionarySharpFilled.tsx +++ b/src/IconDictionarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDictionarySharpFilled: React.FC = ({ ...props }) => ( +export const IconDictionarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDictionarySharpFilled as default } diff --git a/src/IconDifferenceOutlined.tsx b/src/IconDifferenceOutlined.tsx index 64fd6ac88..d21d5a59c 100644 --- a/src/IconDifferenceOutlined.tsx +++ b/src/IconDifferenceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceOutlined: React.FC = ({ ...props }) => ( +export const IconDifferenceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDifferenceOutlined as default } diff --git a/src/IconDifferenceOutlinedFilled.tsx b/src/IconDifferenceOutlinedFilled.tsx index 37c3e309e..237cb52d5 100644 --- a/src/IconDifferenceOutlinedFilled.tsx +++ b/src/IconDifferenceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDifferenceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDifferenceOutlinedFilled as default } diff --git a/src/IconDifferenceRounded.tsx b/src/IconDifferenceRounded.tsx index 549d13da7..ff6f44bf4 100644 --- a/src/IconDifferenceRounded.tsx +++ b/src/IconDifferenceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceRounded: React.FC = ({ ...props }) => ( +export const IconDifferenceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDifferenceRounded as default } diff --git a/src/IconDifferenceRoundedFilled.tsx b/src/IconDifferenceRoundedFilled.tsx index 563501952..db71f8c18 100644 --- a/src/IconDifferenceRoundedFilled.tsx +++ b/src/IconDifferenceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDifferenceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDifferenceRoundedFilled as default } diff --git a/src/IconDifferenceSharp.tsx b/src/IconDifferenceSharp.tsx index 39a693937..1af0d1ec5 100644 --- a/src/IconDifferenceSharp.tsx +++ b/src/IconDifferenceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceSharp: React.FC = ({ ...props }) => ( +export const IconDifferenceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDifferenceSharp as default } diff --git a/src/IconDifferenceSharpFilled.tsx b/src/IconDifferenceSharpFilled.tsx index 670446a6c..4a4bc9473 100644 --- a/src/IconDifferenceSharpFilled.tsx +++ b/src/IconDifferenceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDifferenceSharpFilled: React.FC = ({ ...props }) => ( +export const IconDifferenceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDifferenceSharpFilled as default } diff --git a/src/IconDigitalOutOfHomeOutlined.tsx b/src/IconDigitalOutOfHomeOutlined.tsx index a6ad6b15b..955530f20 100644 --- a/src/IconDigitalOutOfHomeOutlined.tsx +++ b/src/IconDigitalOutOfHomeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeOutlined: React.FC = ({ ...props }) => ( +export const IconDigitalOutOfHomeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalOutOfHomeOutlined as default } diff --git a/src/IconDigitalOutOfHomeOutlinedFilled.tsx b/src/IconDigitalOutOfHomeOutlinedFilled.tsx index 231cfc40d..8c7733768 100644 --- a/src/IconDigitalOutOfHomeOutlinedFilled.tsx +++ b/src/IconDigitalOutOfHomeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeOutlinedFilled: React.FC = ({ +export const IconDigitalOutOfHomeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDigitalOutOfHomeOutlinedFilled: React.FC = ({ ) - -export { IconDigitalOutOfHomeOutlinedFilled as default } diff --git a/src/IconDigitalOutOfHomeRounded.tsx b/src/IconDigitalOutOfHomeRounded.tsx index d7efc1e0f..f3371ae66 100644 --- a/src/IconDigitalOutOfHomeRounded.tsx +++ b/src/IconDigitalOutOfHomeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeRounded: React.FC = ({ ...props }) => ( +export const IconDigitalOutOfHomeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalOutOfHomeRounded as default } diff --git a/src/IconDigitalOutOfHomeRoundedFilled.tsx b/src/IconDigitalOutOfHomeRoundedFilled.tsx index 799111ab3..e96aa4da3 100644 --- a/src/IconDigitalOutOfHomeRoundedFilled.tsx +++ b/src/IconDigitalOutOfHomeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeRoundedFilled: React.FC = ({ +export const IconDigitalOutOfHomeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDigitalOutOfHomeRoundedFilled: React.FC = ({ ) - -export { IconDigitalOutOfHomeRoundedFilled as default } diff --git a/src/IconDigitalOutOfHomeSharp.tsx b/src/IconDigitalOutOfHomeSharp.tsx index f18a08699..6d0ba30d5 100644 --- a/src/IconDigitalOutOfHomeSharp.tsx +++ b/src/IconDigitalOutOfHomeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeSharp: React.FC = ({ ...props }) => ( +export const IconDigitalOutOfHomeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalOutOfHomeSharp as default } diff --git a/src/IconDigitalOutOfHomeSharpFilled.tsx b/src/IconDigitalOutOfHomeSharpFilled.tsx index 2e2c0f238..dcfed8651 100644 --- a/src/IconDigitalOutOfHomeSharpFilled.tsx +++ b/src/IconDigitalOutOfHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalOutOfHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDigitalOutOfHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalOutOfHomeSharpFilled as default } diff --git a/src/IconDigitalWellbeingOutlined.tsx b/src/IconDigitalWellbeingOutlined.tsx index b3ae4dd72..1c241d8ee 100644 --- a/src/IconDigitalWellbeingOutlined.tsx +++ b/src/IconDigitalWellbeingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingOutlined: React.FC = ({ ...props }) => ( +export const IconDigitalWellbeingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalWellbeingOutlined as default } diff --git a/src/IconDigitalWellbeingOutlinedFilled.tsx b/src/IconDigitalWellbeingOutlinedFilled.tsx index 1e1cbb256..e54661b84 100644 --- a/src/IconDigitalWellbeingOutlinedFilled.tsx +++ b/src/IconDigitalWellbeingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingOutlinedFilled: React.FC = ({ +export const IconDigitalWellbeingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDigitalWellbeingOutlinedFilled: React.FC = ({ ) - -export { IconDigitalWellbeingOutlinedFilled as default } diff --git a/src/IconDigitalWellbeingRounded.tsx b/src/IconDigitalWellbeingRounded.tsx index d01defd05..279825907 100644 --- a/src/IconDigitalWellbeingRounded.tsx +++ b/src/IconDigitalWellbeingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingRounded: React.FC = ({ ...props }) => ( +export const IconDigitalWellbeingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalWellbeingRounded as default } diff --git a/src/IconDigitalWellbeingRoundedFilled.tsx b/src/IconDigitalWellbeingRoundedFilled.tsx index 0ecc522c3..7a59af9d9 100644 --- a/src/IconDigitalWellbeingRoundedFilled.tsx +++ b/src/IconDigitalWellbeingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingRoundedFilled: React.FC = ({ +export const IconDigitalWellbeingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDigitalWellbeingRoundedFilled: React.FC = ({ ) - -export { IconDigitalWellbeingRoundedFilled as default } diff --git a/src/IconDigitalWellbeingSharp.tsx b/src/IconDigitalWellbeingSharp.tsx index a5a16b8dc..038e0f568 100644 --- a/src/IconDigitalWellbeingSharp.tsx +++ b/src/IconDigitalWellbeingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingSharp: React.FC = ({ ...props }) => ( +export const IconDigitalWellbeingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalWellbeingSharp as default } diff --git a/src/IconDigitalWellbeingSharpFilled.tsx b/src/IconDigitalWellbeingSharpFilled.tsx index 180d1feb3..2fe248eef 100644 --- a/src/IconDigitalWellbeingSharpFilled.tsx +++ b/src/IconDigitalWellbeingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDigitalWellbeingSharpFilled: React.FC = ({ ...props }) => ( +export const IconDigitalWellbeingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDigitalWellbeingSharpFilled as default } diff --git a/src/IconDiningOutlined.tsx b/src/IconDiningOutlined.tsx index 8fc5d66e6..c0b2cfe20 100644 --- a/src/IconDiningOutlined.tsx +++ b/src/IconDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningOutlined: React.FC = ({ ...props }) => ( +export const IconDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningOutlined as default } diff --git a/src/IconDiningOutlinedFilled.tsx b/src/IconDiningOutlinedFilled.tsx index 9cbe79859..8c6fb1adb 100644 --- a/src/IconDiningOutlinedFilled.tsx +++ b/src/IconDiningOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiningOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningOutlinedFilled as default } diff --git a/src/IconDiningRounded.tsx b/src/IconDiningRounded.tsx index ca0333a82..02f768179 100644 --- a/src/IconDiningRounded.tsx +++ b/src/IconDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningRounded: React.FC = ({ ...props }) => ( +export const IconDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningRounded as default } diff --git a/src/IconDiningRoundedFilled.tsx b/src/IconDiningRoundedFilled.tsx index eb2d99a9d..55615ed5c 100644 --- a/src/IconDiningRoundedFilled.tsx +++ b/src/IconDiningRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiningRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningRoundedFilled as default } diff --git a/src/IconDiningSharp.tsx b/src/IconDiningSharp.tsx index d9cf0b380..7da4ef45b 100644 --- a/src/IconDiningSharp.tsx +++ b/src/IconDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningSharp: React.FC = ({ ...props }) => ( +export const IconDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningSharp as default } diff --git a/src/IconDiningSharpFilled.tsx b/src/IconDiningSharpFilled.tsx index b24e8d8bc..1fd241745 100644 --- a/src/IconDiningSharpFilled.tsx +++ b/src/IconDiningSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiningSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiningSharpFilled as default } diff --git a/src/IconDinnerDiningOutlined.tsx b/src/IconDinnerDiningOutlined.tsx index b208b6168..e03b6576a 100644 --- a/src/IconDinnerDiningOutlined.tsx +++ b/src/IconDinnerDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningOutlined: React.FC = ({ ...props }) => ( +export const IconDinnerDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningOutlined as default } diff --git a/src/IconDinnerDiningOutlinedFilled.tsx b/src/IconDinnerDiningOutlinedFilled.tsx index 2ee560e7d..419be6f68 100644 --- a/src/IconDinnerDiningOutlinedFilled.tsx +++ b/src/IconDinnerDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDinnerDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningOutlinedFilled as default } diff --git a/src/IconDinnerDiningRounded.tsx b/src/IconDinnerDiningRounded.tsx index 3fd05ba06..2406397af 100644 --- a/src/IconDinnerDiningRounded.tsx +++ b/src/IconDinnerDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningRounded: React.FC = ({ ...props }) => ( +export const IconDinnerDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningRounded as default } diff --git a/src/IconDinnerDiningRoundedFilled.tsx b/src/IconDinnerDiningRoundedFilled.tsx index 574a183fc..0d677c8ec 100644 --- a/src/IconDinnerDiningRoundedFilled.tsx +++ b/src/IconDinnerDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDinnerDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningRoundedFilled as default } diff --git a/src/IconDinnerDiningSharp.tsx b/src/IconDinnerDiningSharp.tsx index 3686d0f4b..6dc1a5197 100644 --- a/src/IconDinnerDiningSharp.tsx +++ b/src/IconDinnerDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningSharp: React.FC = ({ ...props }) => ( +export const IconDinnerDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningSharp as default } diff --git a/src/IconDinnerDiningSharpFilled.tsx b/src/IconDinnerDiningSharpFilled.tsx index d9b9b5b5f..87f26b570 100644 --- a/src/IconDinnerDiningSharpFilled.tsx +++ b/src/IconDinnerDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDinnerDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconDinnerDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDinnerDiningSharpFilled as default } diff --git a/src/IconDirectionsAltOffOutlined.tsx b/src/IconDirectionsAltOffOutlined.tsx index 0c71bc333..fa2e79431 100644 --- a/src/IconDirectionsAltOffOutlined.tsx +++ b/src/IconDirectionsAltOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOffOutlined as default } diff --git a/src/IconDirectionsAltOffOutlinedFilled.tsx b/src/IconDirectionsAltOffOutlinedFilled.tsx index 02b82c011..cab31ac0c 100644 --- a/src/IconDirectionsAltOffOutlinedFilled.tsx +++ b/src/IconDirectionsAltOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffOutlinedFilled: React.FC = ({ +export const IconDirectionsAltOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsAltOffOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsAltOffOutlinedFilled as default } diff --git a/src/IconDirectionsAltOffRounded.tsx b/src/IconDirectionsAltOffRounded.tsx index d62a26d5a..54c1382cc 100644 --- a/src/IconDirectionsAltOffRounded.tsx +++ b/src/IconDirectionsAltOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOffRounded as default } diff --git a/src/IconDirectionsAltOffRoundedFilled.tsx b/src/IconDirectionsAltOffRoundedFilled.tsx index 203400e5d..8244eaa4e 100644 --- a/src/IconDirectionsAltOffRoundedFilled.tsx +++ b/src/IconDirectionsAltOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffRoundedFilled: React.FC = ({ +export const IconDirectionsAltOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsAltOffRoundedFilled: React.FC = ({ ) - -export { IconDirectionsAltOffRoundedFilled as default } diff --git a/src/IconDirectionsAltOffSharp.tsx b/src/IconDirectionsAltOffSharp.tsx index 88c364d73..96c9b02c6 100644 --- a/src/IconDirectionsAltOffSharp.tsx +++ b/src/IconDirectionsAltOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOffSharp as default } diff --git a/src/IconDirectionsAltOffSharpFilled.tsx b/src/IconDirectionsAltOffSharpFilled.tsx index 92dac0a8a..fbb9d044e 100644 --- a/src/IconDirectionsAltOffSharpFilled.tsx +++ b/src/IconDirectionsAltOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOffSharpFilled as default } diff --git a/src/IconDirectionsAltOutlined.tsx b/src/IconDirectionsAltOutlined.tsx index 8a36b0946..c5815e26e 100644 --- a/src/IconDirectionsAltOutlined.tsx +++ b/src/IconDirectionsAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOutlined as default } diff --git a/src/IconDirectionsAltOutlinedFilled.tsx b/src/IconDirectionsAltOutlinedFilled.tsx index f9ca5be40..c8286c821 100644 --- a/src/IconDirectionsAltOutlinedFilled.tsx +++ b/src/IconDirectionsAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltOutlinedFilled as default } diff --git a/src/IconDirectionsAltRounded.tsx b/src/IconDirectionsAltRounded.tsx index 6692fdd87..237079007 100644 --- a/src/IconDirectionsAltRounded.tsx +++ b/src/IconDirectionsAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltRounded as default } diff --git a/src/IconDirectionsAltRoundedFilled.tsx b/src/IconDirectionsAltRoundedFilled.tsx index d6a340607..058696d65 100644 --- a/src/IconDirectionsAltRoundedFilled.tsx +++ b/src/IconDirectionsAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltRoundedFilled as default } diff --git a/src/IconDirectionsAltSharp.tsx b/src/IconDirectionsAltSharp.tsx index 4e991e9b1..77b0b5947 100644 --- a/src/IconDirectionsAltSharp.tsx +++ b/src/IconDirectionsAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltSharp as default } diff --git a/src/IconDirectionsAltSharpFilled.tsx b/src/IconDirectionsAltSharpFilled.tsx index 46d1a1ff3..5c366ca32 100644 --- a/src/IconDirectionsAltSharpFilled.tsx +++ b/src/IconDirectionsAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsAltSharpFilled as default } diff --git a/src/IconDirectionsBikeOutlined.tsx b/src/IconDirectionsBikeOutlined.tsx index 3292379e0..6794b9ab3 100644 --- a/src/IconDirectionsBikeOutlined.tsx +++ b/src/IconDirectionsBikeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsBikeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBikeOutlined as default } diff --git a/src/IconDirectionsBikeOutlinedFilled.tsx b/src/IconDirectionsBikeOutlinedFilled.tsx index adefec64b..fc1857585 100644 --- a/src/IconDirectionsBikeOutlinedFilled.tsx +++ b/src/IconDirectionsBikeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeOutlinedFilled: React.FC = ({ +export const IconDirectionsBikeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsBikeOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsBikeOutlinedFilled as default } diff --git a/src/IconDirectionsBikeRounded.tsx b/src/IconDirectionsBikeRounded.tsx index 141c0291d..a60df268d 100644 --- a/src/IconDirectionsBikeRounded.tsx +++ b/src/IconDirectionsBikeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsBikeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBikeRounded as default } diff --git a/src/IconDirectionsBikeRoundedFilled.tsx b/src/IconDirectionsBikeRoundedFilled.tsx index 6ca415c8f..7dfe044af 100644 --- a/src/IconDirectionsBikeRoundedFilled.tsx +++ b/src/IconDirectionsBikeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBikeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBikeRoundedFilled as default } diff --git a/src/IconDirectionsBikeSharp.tsx b/src/IconDirectionsBikeSharp.tsx index dbbeefccb..77dc20bb1 100644 --- a/src/IconDirectionsBikeSharp.tsx +++ b/src/IconDirectionsBikeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsBikeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsBikeSharp as default } diff --git a/src/IconDirectionsBikeSharpFilled.tsx b/src/IconDirectionsBikeSharpFilled.tsx index fa36672ca..ccc95d560 100644 --- a/src/IconDirectionsBikeSharpFilled.tsx +++ b/src/IconDirectionsBikeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBikeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBikeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBikeSharpFilled as default } diff --git a/src/IconDirectionsBoatOutlined.tsx b/src/IconDirectionsBoatOutlined.tsx index c3243aef9..b422cb1ac 100644 --- a/src/IconDirectionsBoatOutlined.tsx +++ b/src/IconDirectionsBoatOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsBoatOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBoatOutlined as default } diff --git a/src/IconDirectionsBoatOutlinedFilled.tsx b/src/IconDirectionsBoatOutlinedFilled.tsx index 50df7f76d..c3c9f9033 100644 --- a/src/IconDirectionsBoatOutlinedFilled.tsx +++ b/src/IconDirectionsBoatOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatOutlinedFilled: React.FC = ({ +export const IconDirectionsBoatOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsBoatOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsBoatOutlinedFilled as default } diff --git a/src/IconDirectionsBoatRounded.tsx b/src/IconDirectionsBoatRounded.tsx index db653103a..4a8140c56 100644 --- a/src/IconDirectionsBoatRounded.tsx +++ b/src/IconDirectionsBoatRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsBoatRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBoatRounded as default } diff --git a/src/IconDirectionsBoatRoundedFilled.tsx b/src/IconDirectionsBoatRoundedFilled.tsx index fbc3d477a..22d92e462 100644 --- a/src/IconDirectionsBoatRoundedFilled.tsx +++ b/src/IconDirectionsBoatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBoatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBoatRoundedFilled as default } diff --git a/src/IconDirectionsBoatSharp.tsx b/src/IconDirectionsBoatSharp.tsx index 7151d407f..66b9edbba 100644 --- a/src/IconDirectionsBoatSharp.tsx +++ b/src/IconDirectionsBoatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsBoatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsBoatSharp as default } diff --git a/src/IconDirectionsBoatSharpFilled.tsx b/src/IconDirectionsBoatSharpFilled.tsx index 2e9501633..9079221e8 100644 --- a/src/IconDirectionsBoatSharpFilled.tsx +++ b/src/IconDirectionsBoatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBoatSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBoatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBoatSharpFilled as default } diff --git a/src/IconDirectionsBusOutlined.tsx b/src/IconDirectionsBusOutlined.tsx index 085e5c2de..bdbfaacd4 100644 --- a/src/IconDirectionsBusOutlined.tsx +++ b/src/IconDirectionsBusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsBusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusOutlined as default } diff --git a/src/IconDirectionsBusOutlinedFilled.tsx b/src/IconDirectionsBusOutlinedFilled.tsx index 170338101..e70a58ee8 100644 --- a/src/IconDirectionsBusOutlinedFilled.tsx +++ b/src/IconDirectionsBusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusOutlinedFilled as default } diff --git a/src/IconDirectionsBusRounded.tsx b/src/IconDirectionsBusRounded.tsx index 271e8b24c..f11f0fb2d 100644 --- a/src/IconDirectionsBusRounded.tsx +++ b/src/IconDirectionsBusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsBusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusRounded as default } diff --git a/src/IconDirectionsBusRoundedFilled.tsx b/src/IconDirectionsBusRoundedFilled.tsx index 38fa9b3f8..e1931bbba 100644 --- a/src/IconDirectionsBusRoundedFilled.tsx +++ b/src/IconDirectionsBusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusRoundedFilled as default } diff --git a/src/IconDirectionsBusSharp.tsx b/src/IconDirectionsBusSharp.tsx index 4aa603277..3273cf827 100644 --- a/src/IconDirectionsBusSharp.tsx +++ b/src/IconDirectionsBusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsBusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusSharp as default } diff --git a/src/IconDirectionsBusSharpFilled.tsx b/src/IconDirectionsBusSharpFilled.tsx index 49d52cd10..b7f8ff07f 100644 --- a/src/IconDirectionsBusSharpFilled.tsx +++ b/src/IconDirectionsBusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsBusSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsBusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsBusSharpFilled as default } diff --git a/src/IconDirectionsCarOutlined.tsx b/src/IconDirectionsCarOutlined.tsx index d5d60aee2..577281585 100644 --- a/src/IconDirectionsCarOutlined.tsx +++ b/src/IconDirectionsCarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsCarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarOutlined as default } diff --git a/src/IconDirectionsCarOutlinedFilled.tsx b/src/IconDirectionsCarOutlinedFilled.tsx index e80cbeab9..70bb73d95 100644 --- a/src/IconDirectionsCarOutlinedFilled.tsx +++ b/src/IconDirectionsCarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsCarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarOutlinedFilled as default } diff --git a/src/IconDirectionsCarRounded.tsx b/src/IconDirectionsCarRounded.tsx index b5fa1409e..daabb8882 100644 --- a/src/IconDirectionsCarRounded.tsx +++ b/src/IconDirectionsCarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsCarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarRounded as default } diff --git a/src/IconDirectionsCarRoundedFilled.tsx b/src/IconDirectionsCarRoundedFilled.tsx index 568d3b8d1..99aa7e9ed 100644 --- a/src/IconDirectionsCarRoundedFilled.tsx +++ b/src/IconDirectionsCarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsCarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarRoundedFilled as default } diff --git a/src/IconDirectionsCarSharp.tsx b/src/IconDirectionsCarSharp.tsx index 7c518472d..c225bdbeb 100644 --- a/src/IconDirectionsCarSharp.tsx +++ b/src/IconDirectionsCarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsCarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarSharp as default } diff --git a/src/IconDirectionsCarSharpFilled.tsx b/src/IconDirectionsCarSharpFilled.tsx index 7437dfb80..acd429395 100644 --- a/src/IconDirectionsCarSharpFilled.tsx +++ b/src/IconDirectionsCarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsCarSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsCarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsCarSharpFilled as default } diff --git a/src/IconDirectionsOffOutlined.tsx b/src/IconDirectionsOffOutlined.tsx index bd9a2077f..da7409435 100644 --- a/src/IconDirectionsOffOutlined.tsx +++ b/src/IconDirectionsOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffOutlined as default } diff --git a/src/IconDirectionsOffOutlinedFilled.tsx b/src/IconDirectionsOffOutlinedFilled.tsx index 9a890719f..960dbaa47 100644 --- a/src/IconDirectionsOffOutlinedFilled.tsx +++ b/src/IconDirectionsOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffOutlinedFilled as default } diff --git a/src/IconDirectionsOffRounded.tsx b/src/IconDirectionsOffRounded.tsx index 339138dc9..b0b4e965a 100644 --- a/src/IconDirectionsOffRounded.tsx +++ b/src/IconDirectionsOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffRounded as default } diff --git a/src/IconDirectionsOffRoundedFilled.tsx b/src/IconDirectionsOffRoundedFilled.tsx index 3a51eb771..a66f01099 100644 --- a/src/IconDirectionsOffRoundedFilled.tsx +++ b/src/IconDirectionsOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffRoundedFilled as default } diff --git a/src/IconDirectionsOffSharp.tsx b/src/IconDirectionsOffSharp.tsx index 9c0983b8e..a41fca32c 100644 --- a/src/IconDirectionsOffSharp.tsx +++ b/src/IconDirectionsOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffSharp as default } diff --git a/src/IconDirectionsOffSharpFilled.tsx b/src/IconDirectionsOffSharpFilled.tsx index 92cb32955..ab3bff514 100644 --- a/src/IconDirectionsOffSharpFilled.tsx +++ b/src/IconDirectionsOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsOffSharpFilled as default } diff --git a/src/IconDirectionsOutlined.tsx b/src/IconDirectionsOutlined.tsx index 64e902e8b..2b3741345 100644 --- a/src/IconDirectionsOutlined.tsx +++ b/src/IconDirectionsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsOutlined as default } diff --git a/src/IconDirectionsOutlinedFilled.tsx b/src/IconDirectionsOutlinedFilled.tsx index dc29dba24..92f3999a1 100644 --- a/src/IconDirectionsOutlinedFilled.tsx +++ b/src/IconDirectionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsOutlinedFilled as default } diff --git a/src/IconDirectionsRailway2Outlined.tsx b/src/IconDirectionsRailway2Outlined.tsx index 5f01340c3..022a01930 100644 --- a/src/IconDirectionsRailway2Outlined.tsx +++ b/src/IconDirectionsRailway2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2Outlined: React.FC = ({ ...props }) => ( +export const IconDirectionsRailway2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailway2Outlined as default } diff --git a/src/IconDirectionsRailway2OutlinedFilled.tsx b/src/IconDirectionsRailway2OutlinedFilled.tsx index b834671ad..a9d2e57ee 100644 --- a/src/IconDirectionsRailway2OutlinedFilled.tsx +++ b/src/IconDirectionsRailway2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2OutlinedFilled: React.FC = ({ +export const IconDirectionsRailway2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailway2OutlinedFilled: React.FC = ({ ) - -export { IconDirectionsRailway2OutlinedFilled as default } diff --git a/src/IconDirectionsRailway2Rounded.tsx b/src/IconDirectionsRailway2Rounded.tsx index 46c722fb6..10056ae3f 100644 --- a/src/IconDirectionsRailway2Rounded.tsx +++ b/src/IconDirectionsRailway2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2Rounded: React.FC = ({ ...props }) => ( +export const IconDirectionsRailway2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailway2Rounded as default } diff --git a/src/IconDirectionsRailway2RoundedFilled.tsx b/src/IconDirectionsRailway2RoundedFilled.tsx index 8eee4b814..361ae47e8 100644 --- a/src/IconDirectionsRailway2RoundedFilled.tsx +++ b/src/IconDirectionsRailway2RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2RoundedFilled: React.FC = ({ +export const IconDirectionsRailway2RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailway2RoundedFilled: React.FC = ({ ) - -export { IconDirectionsRailway2RoundedFilled as default } diff --git a/src/IconDirectionsRailway2Sharp.tsx b/src/IconDirectionsRailway2Sharp.tsx index 3f94314bc..e347bcbd9 100644 --- a/src/IconDirectionsRailway2Sharp.tsx +++ b/src/IconDirectionsRailway2Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2Sharp: React.FC = ({ ...props }) => ( +export const IconDirectionsRailway2Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailway2Sharp as default } diff --git a/src/IconDirectionsRailway2SharpFilled.tsx b/src/IconDirectionsRailway2SharpFilled.tsx index 5d618db2d..e9f532c5f 100644 --- a/src/IconDirectionsRailway2SharpFilled.tsx +++ b/src/IconDirectionsRailway2SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailway2SharpFilled: React.FC = ({ +export const IconDirectionsRailway2SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailway2SharpFilled: React.FC = ({ ) - -export { IconDirectionsRailway2SharpFilled as default } diff --git a/src/IconDirectionsRailwayOutlined.tsx b/src/IconDirectionsRailwayOutlined.tsx index 7fb6a043e..ee8f594a4 100644 --- a/src/IconDirectionsRailwayOutlined.tsx +++ b/src/IconDirectionsRailwayOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwayOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsRailwayOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailwayOutlined as default } diff --git a/src/IconDirectionsRailwayOutlinedFilled.tsx b/src/IconDirectionsRailwayOutlinedFilled.tsx index 9a6056ecb..349b1dc5c 100644 --- a/src/IconDirectionsRailwayOutlinedFilled.tsx +++ b/src/IconDirectionsRailwayOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwayOutlinedFilled: React.FC = ({ +export const IconDirectionsRailwayOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailwayOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsRailwayOutlinedFilled as default } diff --git a/src/IconDirectionsRailwayRounded.tsx b/src/IconDirectionsRailwayRounded.tsx index 4c5f983d0..828987635 100644 --- a/src/IconDirectionsRailwayRounded.tsx +++ b/src/IconDirectionsRailwayRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwayRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsRailwayRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailwayRounded as default } diff --git a/src/IconDirectionsRailwayRoundedFilled.tsx b/src/IconDirectionsRailwayRoundedFilled.tsx index 3be7f93ba..399970c3a 100644 --- a/src/IconDirectionsRailwayRoundedFilled.tsx +++ b/src/IconDirectionsRailwayRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwayRoundedFilled: React.FC = ({ +export const IconDirectionsRailwayRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailwayRoundedFilled: React.FC = ({ ) - -export { IconDirectionsRailwayRoundedFilled as default } diff --git a/src/IconDirectionsRailwaySharp.tsx b/src/IconDirectionsRailwaySharp.tsx index c5a349426..341c5b3e5 100644 --- a/src/IconDirectionsRailwaySharp.tsx +++ b/src/IconDirectionsRailwaySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwaySharp: React.FC = ({ ...props }) => ( +export const IconDirectionsRailwaySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRailwaySharp as default } diff --git a/src/IconDirectionsRailwaySharpFilled.tsx b/src/IconDirectionsRailwaySharpFilled.tsx index a264b3f71..deff50e90 100644 --- a/src/IconDirectionsRailwaySharpFilled.tsx +++ b/src/IconDirectionsRailwaySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRailwaySharpFilled: React.FC = ({ +export const IconDirectionsRailwaySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsRailwaySharpFilled: React.FC = ({ ) - -export { IconDirectionsRailwaySharpFilled as default } diff --git a/src/IconDirectionsRounded.tsx b/src/IconDirectionsRounded.tsx index 8a05ede79..b792008ae 100644 --- a/src/IconDirectionsRounded.tsx +++ b/src/IconDirectionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsRounded as default } diff --git a/src/IconDirectionsRoundedFilled.tsx b/src/IconDirectionsRoundedFilled.tsx index 6e9c1dafa..95ec1eee1 100644 --- a/src/IconDirectionsRoundedFilled.tsx +++ b/src/IconDirectionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRoundedFilled as default } diff --git a/src/IconDirectionsRunOutlined.tsx b/src/IconDirectionsRunOutlined.tsx index 91423a80f..9b8ea7a6b 100644 --- a/src/IconDirectionsRunOutlined.tsx +++ b/src/IconDirectionsRunOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsRunOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunOutlined as default } diff --git a/src/IconDirectionsRunOutlinedFilled.tsx b/src/IconDirectionsRunOutlinedFilled.tsx index e70e1473c..bcbaaa6eb 100644 --- a/src/IconDirectionsRunOutlinedFilled.tsx +++ b/src/IconDirectionsRunOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsRunOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunOutlinedFilled as default } diff --git a/src/IconDirectionsRunRounded.tsx b/src/IconDirectionsRunRounded.tsx index 34f48eafa..20c001b66 100644 --- a/src/IconDirectionsRunRounded.tsx +++ b/src/IconDirectionsRunRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsRunRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunRounded as default } diff --git a/src/IconDirectionsRunRoundedFilled.tsx b/src/IconDirectionsRunRoundedFilled.tsx index 1cd31825f..9c3eaa344 100644 --- a/src/IconDirectionsRunRoundedFilled.tsx +++ b/src/IconDirectionsRunRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsRunRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunRoundedFilled as default } diff --git a/src/IconDirectionsRunSharp.tsx b/src/IconDirectionsRunSharp.tsx index 4b93500de..5e2a801a7 100644 --- a/src/IconDirectionsRunSharp.tsx +++ b/src/IconDirectionsRunSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsRunSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunSharp as default } diff --git a/src/IconDirectionsRunSharpFilled.tsx b/src/IconDirectionsRunSharpFilled.tsx index 31be5aa02..55219ecee 100644 --- a/src/IconDirectionsRunSharpFilled.tsx +++ b/src/IconDirectionsRunSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsRunSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsRunSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsRunSharpFilled as default } diff --git a/src/IconDirectionsSharp.tsx b/src/IconDirectionsSharp.tsx index f54c5906d..cbaf66d73 100644 --- a/src/IconDirectionsSharp.tsx +++ b/src/IconDirectionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsSharp as default } diff --git a/src/IconDirectionsSharpFilled.tsx b/src/IconDirectionsSharpFilled.tsx index 4276fd379..484e6db10 100644 --- a/src/IconDirectionsSharpFilled.tsx +++ b/src/IconDirectionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsSharpFilled as default } diff --git a/src/IconDirectionsSubwayOutlined.tsx b/src/IconDirectionsSubwayOutlined.tsx index ef070b1b3..46e3c3445 100644 --- a/src/IconDirectionsSubwayOutlined.tsx +++ b/src/IconDirectionsSubwayOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwayOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsSubwayOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsSubwayOutlined as default } diff --git a/src/IconDirectionsSubwayOutlinedFilled.tsx b/src/IconDirectionsSubwayOutlinedFilled.tsx index d3a24290e..ebf4f4d37 100644 --- a/src/IconDirectionsSubwayOutlinedFilled.tsx +++ b/src/IconDirectionsSubwayOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwayOutlinedFilled: React.FC = ({ +export const IconDirectionsSubwayOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsSubwayOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsSubwayOutlinedFilled as default } diff --git a/src/IconDirectionsSubwayRounded.tsx b/src/IconDirectionsSubwayRounded.tsx index 6e71b7e17..0a123d785 100644 --- a/src/IconDirectionsSubwayRounded.tsx +++ b/src/IconDirectionsSubwayRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwayRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsSubwayRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsSubwayRounded as default } diff --git a/src/IconDirectionsSubwayRoundedFilled.tsx b/src/IconDirectionsSubwayRoundedFilled.tsx index b798aee8c..5a595d1d8 100644 --- a/src/IconDirectionsSubwayRoundedFilled.tsx +++ b/src/IconDirectionsSubwayRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwayRoundedFilled: React.FC = ({ +export const IconDirectionsSubwayRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsSubwayRoundedFilled: React.FC = ({ ) - -export { IconDirectionsSubwayRoundedFilled as default } diff --git a/src/IconDirectionsSubwaySharp.tsx b/src/IconDirectionsSubwaySharp.tsx index 07420469e..05ba9b905 100644 --- a/src/IconDirectionsSubwaySharp.tsx +++ b/src/IconDirectionsSubwaySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwaySharp: React.FC = ({ ...props }) => ( +export const IconDirectionsSubwaySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsSubwaySharp as default } diff --git a/src/IconDirectionsSubwaySharpFilled.tsx b/src/IconDirectionsSubwaySharpFilled.tsx index 9eb74139b..f25fa6b76 100644 --- a/src/IconDirectionsSubwaySharpFilled.tsx +++ b/src/IconDirectionsSubwaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsSubwaySharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsSubwaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsSubwaySharpFilled as default } diff --git a/src/IconDirectionsWalkOutlined.tsx b/src/IconDirectionsWalkOutlined.tsx index 55389bbb5..f3ba61e1a 100644 --- a/src/IconDirectionsWalkOutlined.tsx +++ b/src/IconDirectionsWalkOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkOutlined: React.FC = ({ ...props }) => ( +export const IconDirectionsWalkOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsWalkOutlined as default } diff --git a/src/IconDirectionsWalkOutlinedFilled.tsx b/src/IconDirectionsWalkOutlinedFilled.tsx index 913430763..b239bc800 100644 --- a/src/IconDirectionsWalkOutlinedFilled.tsx +++ b/src/IconDirectionsWalkOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkOutlinedFilled: React.FC = ({ +export const IconDirectionsWalkOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDirectionsWalkOutlinedFilled: React.FC = ({ ) - -export { IconDirectionsWalkOutlinedFilled as default } diff --git a/src/IconDirectionsWalkRounded.tsx b/src/IconDirectionsWalkRounded.tsx index 05f543480..077645fec 100644 --- a/src/IconDirectionsWalkRounded.tsx +++ b/src/IconDirectionsWalkRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkRounded: React.FC = ({ ...props }) => ( +export const IconDirectionsWalkRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsWalkRounded as default } diff --git a/src/IconDirectionsWalkRoundedFilled.tsx b/src/IconDirectionsWalkRoundedFilled.tsx index 072466b19..362dc4048 100644 --- a/src/IconDirectionsWalkRoundedFilled.tsx +++ b/src/IconDirectionsWalkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsWalkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsWalkRoundedFilled as default } diff --git a/src/IconDirectionsWalkSharp.tsx b/src/IconDirectionsWalkSharp.tsx index 1ad771094..5040018dc 100644 --- a/src/IconDirectionsWalkSharp.tsx +++ b/src/IconDirectionsWalkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkSharp: React.FC = ({ ...props }) => ( +export const IconDirectionsWalkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectionsWalkSharp as default } diff --git a/src/IconDirectionsWalkSharpFilled.tsx b/src/IconDirectionsWalkSharpFilled.tsx index c7e058a59..f12065b5a 100644 --- a/src/IconDirectionsWalkSharpFilled.tsx +++ b/src/IconDirectionsWalkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectionsWalkSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectionsWalkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectionsWalkSharpFilled as default } diff --git a/src/IconDirectorySyncOutlined.tsx b/src/IconDirectorySyncOutlined.tsx index 64768b253..914d92105 100644 --- a/src/IconDirectorySyncOutlined.tsx +++ b/src/IconDirectorySyncOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncOutlined: React.FC = ({ ...props }) => ( +export const IconDirectorySyncOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncOutlined as default } diff --git a/src/IconDirectorySyncOutlinedFilled.tsx b/src/IconDirectorySyncOutlinedFilled.tsx index 4e9ed2096..1f1170e5d 100644 --- a/src/IconDirectorySyncOutlinedFilled.tsx +++ b/src/IconDirectorySyncOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirectorySyncOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncOutlinedFilled as default } diff --git a/src/IconDirectorySyncRounded.tsx b/src/IconDirectorySyncRounded.tsx index b35ea3673..706d15cc5 100644 --- a/src/IconDirectorySyncRounded.tsx +++ b/src/IconDirectorySyncRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncRounded: React.FC = ({ ...props }) => ( +export const IconDirectorySyncRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncRounded as default } diff --git a/src/IconDirectorySyncRoundedFilled.tsx b/src/IconDirectorySyncRoundedFilled.tsx index fd8a5396a..a29a27b8f 100644 --- a/src/IconDirectorySyncRoundedFilled.tsx +++ b/src/IconDirectorySyncRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirectorySyncRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncRoundedFilled as default } diff --git a/src/IconDirectorySyncSharp.tsx b/src/IconDirectorySyncSharp.tsx index 896bb9bde..48ee9fee2 100644 --- a/src/IconDirectorySyncSharp.tsx +++ b/src/IconDirectorySyncSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncSharp: React.FC = ({ ...props }) => ( +export const IconDirectorySyncSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncSharp as default } diff --git a/src/IconDirectorySyncSharpFilled.tsx b/src/IconDirectorySyncSharpFilled.tsx index 5d1ba0b90..3c5802614 100644 --- a/src/IconDirectorySyncSharpFilled.tsx +++ b/src/IconDirectorySyncSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirectorySyncSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirectorySyncSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirectorySyncSharpFilled as default } diff --git a/src/IconDirtyLensOutlined.tsx b/src/IconDirtyLensOutlined.tsx index 8800fac54..2206290b1 100644 --- a/src/IconDirtyLensOutlined.tsx +++ b/src/IconDirtyLensOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensOutlined: React.FC = ({ ...props }) => ( +export const IconDirtyLensOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirtyLensOutlined as default } diff --git a/src/IconDirtyLensOutlinedFilled.tsx b/src/IconDirtyLensOutlinedFilled.tsx index c28035991..7f5880fd0 100644 --- a/src/IconDirtyLensOutlinedFilled.tsx +++ b/src/IconDirtyLensOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDirtyLensOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirtyLensOutlinedFilled as default } diff --git a/src/IconDirtyLensRounded.tsx b/src/IconDirtyLensRounded.tsx index 1b4fdda20..9b919b80a 100644 --- a/src/IconDirtyLensRounded.tsx +++ b/src/IconDirtyLensRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensRounded: React.FC = ({ ...props }) => ( +export const IconDirtyLensRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirtyLensRounded as default } diff --git a/src/IconDirtyLensRoundedFilled.tsx b/src/IconDirtyLensRoundedFilled.tsx index 80b10327c..6491b7886 100644 --- a/src/IconDirtyLensRoundedFilled.tsx +++ b/src/IconDirtyLensRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDirtyLensRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDirtyLensRoundedFilled as default } diff --git a/src/IconDirtyLensSharp.tsx b/src/IconDirtyLensSharp.tsx index 7aef3db6c..f6ae77d12 100644 --- a/src/IconDirtyLensSharp.tsx +++ b/src/IconDirtyLensSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensSharp: React.FC = ({ ...props }) => ( +export const IconDirtyLensSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirtyLensSharp as default } diff --git a/src/IconDirtyLensSharpFilled.tsx b/src/IconDirtyLensSharpFilled.tsx index d05840872..8d5f6c253 100644 --- a/src/IconDirtyLensSharpFilled.tsx +++ b/src/IconDirtyLensSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDirtyLensSharpFilled: React.FC = ({ ...props }) => ( +export const IconDirtyLensSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDirtyLensSharpFilled as default } diff --git a/src/IconDisabledByDefaultOutlined.tsx b/src/IconDisabledByDefaultOutlined.tsx index 87a1f3ba7..40a479621 100644 --- a/src/IconDisabledByDefaultOutlined.tsx +++ b/src/IconDisabledByDefaultOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultOutlined: React.FC = ({ ...props }) => ( +export const IconDisabledByDefaultOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledByDefaultOutlined as default } diff --git a/src/IconDisabledByDefaultOutlinedFilled.tsx b/src/IconDisabledByDefaultOutlinedFilled.tsx index 0dbad65bb..697ea888b 100644 --- a/src/IconDisabledByDefaultOutlinedFilled.tsx +++ b/src/IconDisabledByDefaultOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultOutlinedFilled: React.FC = ({ +export const IconDisabledByDefaultOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisabledByDefaultOutlinedFilled: React.FC = ({ ) - -export { IconDisabledByDefaultOutlinedFilled as default } diff --git a/src/IconDisabledByDefaultRounded.tsx b/src/IconDisabledByDefaultRounded.tsx index 9e09f634a..2dcd243b0 100644 --- a/src/IconDisabledByDefaultRounded.tsx +++ b/src/IconDisabledByDefaultRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultRounded: React.FC = ({ ...props }) => ( +export const IconDisabledByDefaultRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledByDefaultRounded as default } diff --git a/src/IconDisabledByDefaultRoundedFilled.tsx b/src/IconDisabledByDefaultRoundedFilled.tsx index 5307d3bb4..8b0184464 100644 --- a/src/IconDisabledByDefaultRoundedFilled.tsx +++ b/src/IconDisabledByDefaultRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultRoundedFilled: React.FC = ({ +export const IconDisabledByDefaultRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisabledByDefaultRoundedFilled: React.FC = ({ ) - -export { IconDisabledByDefaultRoundedFilled as default } diff --git a/src/IconDisabledByDefaultSharp.tsx b/src/IconDisabledByDefaultSharp.tsx index 4d04c0a5d..cd9139093 100644 --- a/src/IconDisabledByDefaultSharp.tsx +++ b/src/IconDisabledByDefaultSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultSharp: React.FC = ({ ...props }) => ( +export const IconDisabledByDefaultSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledByDefaultSharp as default } diff --git a/src/IconDisabledByDefaultSharpFilled.tsx b/src/IconDisabledByDefaultSharpFilled.tsx index 3d19a2c85..796107ad3 100644 --- a/src/IconDisabledByDefaultSharpFilled.tsx +++ b/src/IconDisabledByDefaultSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledByDefaultSharpFilled: React.FC = ({ +export const IconDisabledByDefaultSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisabledByDefaultSharpFilled: React.FC = ({ ) - -export { IconDisabledByDefaultSharpFilled as default } diff --git a/src/IconDisabledVisibleOutlined.tsx b/src/IconDisabledVisibleOutlined.tsx index 8d93b6710..61c05aad6 100644 --- a/src/IconDisabledVisibleOutlined.tsx +++ b/src/IconDisabledVisibleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleOutlined: React.FC = ({ ...props }) => ( +export const IconDisabledVisibleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledVisibleOutlined as default } diff --git a/src/IconDisabledVisibleOutlinedFilled.tsx b/src/IconDisabledVisibleOutlinedFilled.tsx index f92e7ed78..08edb577f 100644 --- a/src/IconDisabledVisibleOutlinedFilled.tsx +++ b/src/IconDisabledVisibleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleOutlinedFilled: React.FC = ({ +export const IconDisabledVisibleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisabledVisibleOutlinedFilled: React.FC = ({ ) - -export { IconDisabledVisibleOutlinedFilled as default } diff --git a/src/IconDisabledVisibleRounded.tsx b/src/IconDisabledVisibleRounded.tsx index 4276a8a7b..85647a014 100644 --- a/src/IconDisabledVisibleRounded.tsx +++ b/src/IconDisabledVisibleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleRounded: React.FC = ({ ...props }) => ( +export const IconDisabledVisibleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledVisibleRounded as default } diff --git a/src/IconDisabledVisibleRoundedFilled.tsx b/src/IconDisabledVisibleRoundedFilled.tsx index dee52c24e..9fbfff3bc 100644 --- a/src/IconDisabledVisibleRoundedFilled.tsx +++ b/src/IconDisabledVisibleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleRoundedFilled: React.FC = ({ +export const IconDisabledVisibleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisabledVisibleRoundedFilled: React.FC = ({ ) - -export { IconDisabledVisibleRoundedFilled as default } diff --git a/src/IconDisabledVisibleSharp.tsx b/src/IconDisabledVisibleSharp.tsx index de6c335fa..f5ddae8a7 100644 --- a/src/IconDisabledVisibleSharp.tsx +++ b/src/IconDisabledVisibleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleSharp: React.FC = ({ ...props }) => ( +export const IconDisabledVisibleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDisabledVisibleSharp as default } diff --git a/src/IconDisabledVisibleSharpFilled.tsx b/src/IconDisabledVisibleSharpFilled.tsx index 9edb9ecef..4c7e2f85b 100644 --- a/src/IconDisabledVisibleSharpFilled.tsx +++ b/src/IconDisabledVisibleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisabledVisibleSharpFilled: React.FC = ({ ...props }) => ( +export const IconDisabledVisibleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisabledVisibleSharpFilled as default } diff --git a/src/IconDiscFullOutlined.tsx b/src/IconDiscFullOutlined.tsx index 925a5a600..8f91560f7 100644 --- a/src/IconDiscFullOutlined.tsx +++ b/src/IconDiscFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullOutlined: React.FC = ({ ...props }) => ( +export const IconDiscFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscFullOutlined as default } diff --git a/src/IconDiscFullOutlinedFilled.tsx b/src/IconDiscFullOutlinedFilled.tsx index 3606ac431..5f150ab8c 100644 --- a/src/IconDiscFullOutlinedFilled.tsx +++ b/src/IconDiscFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiscFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiscFullOutlinedFilled as default } diff --git a/src/IconDiscFullRounded.tsx b/src/IconDiscFullRounded.tsx index 766fd266a..968a09415 100644 --- a/src/IconDiscFullRounded.tsx +++ b/src/IconDiscFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullRounded: React.FC = ({ ...props }) => ( +export const IconDiscFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscFullRounded as default } diff --git a/src/IconDiscFullRoundedFilled.tsx b/src/IconDiscFullRoundedFilled.tsx index 9e4bc9e77..c87df68ef 100644 --- a/src/IconDiscFullRoundedFilled.tsx +++ b/src/IconDiscFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiscFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiscFullRoundedFilled as default } diff --git a/src/IconDiscFullSharp.tsx b/src/IconDiscFullSharp.tsx index 2827306be..340c4fe04 100644 --- a/src/IconDiscFullSharp.tsx +++ b/src/IconDiscFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullSharp: React.FC = ({ ...props }) => ( +export const IconDiscFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscFullSharp as default } diff --git a/src/IconDiscFullSharpFilled.tsx b/src/IconDiscFullSharpFilled.tsx index 0646130a2..d4428a182 100644 --- a/src/IconDiscFullSharpFilled.tsx +++ b/src/IconDiscFullSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiscFullSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscFullSharpFilled as default } diff --git a/src/IconDiscoverTuneOutlined.tsx b/src/IconDiscoverTuneOutlined.tsx index 906be411f..c13b53253 100644 --- a/src/IconDiscoverTuneOutlined.tsx +++ b/src/IconDiscoverTuneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneOutlined: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneOutlined as default } diff --git a/src/IconDiscoverTuneOutlinedFilled.tsx b/src/IconDiscoverTuneOutlinedFilled.tsx index a59c6fba2..da0b6bb88 100644 --- a/src/IconDiscoverTuneOutlinedFilled.tsx +++ b/src/IconDiscoverTuneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneOutlinedFilled as default } diff --git a/src/IconDiscoverTuneRounded.tsx b/src/IconDiscoverTuneRounded.tsx index 0b7c008d4..4beba8d96 100644 --- a/src/IconDiscoverTuneRounded.tsx +++ b/src/IconDiscoverTuneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneRounded: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneRounded as default } diff --git a/src/IconDiscoverTuneRoundedFilled.tsx b/src/IconDiscoverTuneRoundedFilled.tsx index 82dc8b380..c9db393a8 100644 --- a/src/IconDiscoverTuneRoundedFilled.tsx +++ b/src/IconDiscoverTuneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneRoundedFilled as default } diff --git a/src/IconDiscoverTuneSharp.tsx b/src/IconDiscoverTuneSharp.tsx index dccd8f25c..55e3ad79f 100644 --- a/src/IconDiscoverTuneSharp.tsx +++ b/src/IconDiscoverTuneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneSharp: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneSharp as default } diff --git a/src/IconDiscoverTuneSharpFilled.tsx b/src/IconDiscoverTuneSharpFilled.tsx index 2a15225eb..01663bc0f 100644 --- a/src/IconDiscoverTuneSharpFilled.tsx +++ b/src/IconDiscoverTuneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiscoverTuneSharpFilled: React.FC = ({ ...props }) => ( +export const IconDiscoverTuneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiscoverTuneSharpFilled as default } diff --git a/src/IconDishwasherGenOutlined.tsx b/src/IconDishwasherGenOutlined.tsx index dd587e5bd..3e35e7677 100644 --- a/src/IconDishwasherGenOutlined.tsx +++ b/src/IconDishwasherGenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenOutlined: React.FC = ({ ...props }) => ( +export const IconDishwasherGenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenOutlined as default } diff --git a/src/IconDishwasherGenOutlinedFilled.tsx b/src/IconDishwasherGenOutlinedFilled.tsx index b83f3e5a5..faaaab79b 100644 --- a/src/IconDishwasherGenOutlinedFilled.tsx +++ b/src/IconDishwasherGenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherGenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenOutlinedFilled as default } diff --git a/src/IconDishwasherGenRounded.tsx b/src/IconDishwasherGenRounded.tsx index 7fed4aa31..caae330a0 100644 --- a/src/IconDishwasherGenRounded.tsx +++ b/src/IconDishwasherGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenRounded: React.FC = ({ ...props }) => ( +export const IconDishwasherGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenRounded as default } diff --git a/src/IconDishwasherGenRoundedFilled.tsx b/src/IconDishwasherGenRoundedFilled.tsx index 32a905345..07ad23a13 100644 --- a/src/IconDishwasherGenRoundedFilled.tsx +++ b/src/IconDishwasherGenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherGenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenRoundedFilled as default } diff --git a/src/IconDishwasherGenSharp.tsx b/src/IconDishwasherGenSharp.tsx index f0033b8b0..25cabbd0b 100644 --- a/src/IconDishwasherGenSharp.tsx +++ b/src/IconDishwasherGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenSharp: React.FC = ({ ...props }) => ( +export const IconDishwasherGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenSharp as default } diff --git a/src/IconDishwasherGenSharpFilled.tsx b/src/IconDishwasherGenSharpFilled.tsx index a946946f4..7d8064c8d 100644 --- a/src/IconDishwasherGenSharpFilled.tsx +++ b/src/IconDishwasherGenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherGenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherGenSharpFilled as default } diff --git a/src/IconDishwasherOutlined.tsx b/src/IconDishwasherOutlined.tsx index abb8f2c82..256f213cd 100644 --- a/src/IconDishwasherOutlined.tsx +++ b/src/IconDishwasherOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherOutlined: React.FC = ({ ...props }) => ( +export const IconDishwasherOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDishwasherOutlined as default } diff --git a/src/IconDishwasherOutlinedFilled.tsx b/src/IconDishwasherOutlinedFilled.tsx index eafde60f4..a8f51ace0 100644 --- a/src/IconDishwasherOutlinedFilled.tsx +++ b/src/IconDishwasherOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherOutlinedFilled as default } diff --git a/src/IconDishwasherRounded.tsx b/src/IconDishwasherRounded.tsx index ee82d1a04..01a48961d 100644 --- a/src/IconDishwasherRounded.tsx +++ b/src/IconDishwasherRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherRounded: React.FC = ({ ...props }) => ( +export const IconDishwasherRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDishwasherRounded as default } diff --git a/src/IconDishwasherRoundedFilled.tsx b/src/IconDishwasherRoundedFilled.tsx index 587fbb7bc..29ece6ab0 100644 --- a/src/IconDishwasherRoundedFilled.tsx +++ b/src/IconDishwasherRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherRoundedFilled as default } diff --git a/src/IconDishwasherSharp.tsx b/src/IconDishwasherSharp.tsx index d1fb21a55..055185b0c 100644 --- a/src/IconDishwasherSharp.tsx +++ b/src/IconDishwasherSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherSharp: React.FC = ({ ...props }) => ( +export const IconDishwasherSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDishwasherSharp as default } diff --git a/src/IconDishwasherSharpFilled.tsx b/src/IconDishwasherSharpFilled.tsx index fb04df92c..35233face 100644 --- a/src/IconDishwasherSharpFilled.tsx +++ b/src/IconDishwasherSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDishwasherSharpFilled: React.FC = ({ ...props }) => ( +export const IconDishwasherSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDishwasherSharpFilled as default } diff --git a/src/IconDisplayExternalInputOutlined.tsx b/src/IconDisplayExternalInputOutlined.tsx index 88a0a18d0..fb99dbf45 100644 --- a/src/IconDisplayExternalInputOutlined.tsx +++ b/src/IconDisplayExternalInputOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputOutlined: React.FC = ({ +export const IconDisplayExternalInputOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplayExternalInputOutlined: React.FC = ({ ) - -export { IconDisplayExternalInputOutlined as default } diff --git a/src/IconDisplayExternalInputOutlinedFilled.tsx b/src/IconDisplayExternalInputOutlinedFilled.tsx index ef6ad380a..03a9d9419 100644 --- a/src/IconDisplayExternalInputOutlinedFilled.tsx +++ b/src/IconDisplayExternalInputOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputOutlinedFilled: React.FC = ({ +export const IconDisplayExternalInputOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplayExternalInputOutlinedFilled: React.FC = ({ ) - -export { IconDisplayExternalInputOutlinedFilled as default } diff --git a/src/IconDisplayExternalInputRounded.tsx b/src/IconDisplayExternalInputRounded.tsx index b92802bb2..aa7a90874 100644 --- a/src/IconDisplayExternalInputRounded.tsx +++ b/src/IconDisplayExternalInputRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputRounded: React.FC = ({ ...props }) => ( +export const IconDisplayExternalInputRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisplayExternalInputRounded as default } diff --git a/src/IconDisplayExternalInputRoundedFilled.tsx b/src/IconDisplayExternalInputRoundedFilled.tsx index 8a22c38e5..d909749ec 100644 --- a/src/IconDisplayExternalInputRoundedFilled.tsx +++ b/src/IconDisplayExternalInputRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputRoundedFilled: React.FC = ({ +export const IconDisplayExternalInputRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplayExternalInputRoundedFilled: React.FC = ({ ) - -export { IconDisplayExternalInputRoundedFilled as default } diff --git a/src/IconDisplayExternalInputSharp.tsx b/src/IconDisplayExternalInputSharp.tsx index 2ddb068e2..79cefbcd4 100644 --- a/src/IconDisplayExternalInputSharp.tsx +++ b/src/IconDisplayExternalInputSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputSharp: React.FC = ({ ...props }) => ( +export const IconDisplayExternalInputSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisplayExternalInputSharp as default } diff --git a/src/IconDisplayExternalInputSharpFilled.tsx b/src/IconDisplayExternalInputSharpFilled.tsx index caf1e0a9d..fc0c6d77d 100644 --- a/src/IconDisplayExternalInputSharpFilled.tsx +++ b/src/IconDisplayExternalInputSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplayExternalInputSharpFilled: React.FC = ({ +export const IconDisplayExternalInputSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplayExternalInputSharpFilled: React.FC = ({ ) - -export { IconDisplayExternalInputSharpFilled as default } diff --git a/src/IconDisplaySettingsOutlined.tsx b/src/IconDisplaySettingsOutlined.tsx index b9a45fe92..a59e7ee47 100644 --- a/src/IconDisplaySettingsOutlined.tsx +++ b/src/IconDisplaySettingsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsOutlined: React.FC = ({ ...props }) => ( +export const IconDisplaySettingsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisplaySettingsOutlined as default } diff --git a/src/IconDisplaySettingsOutlinedFilled.tsx b/src/IconDisplaySettingsOutlinedFilled.tsx index 32eb0e0ed..9f91cfc93 100644 --- a/src/IconDisplaySettingsOutlinedFilled.tsx +++ b/src/IconDisplaySettingsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsOutlinedFilled: React.FC = ({ +export const IconDisplaySettingsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplaySettingsOutlinedFilled: React.FC = ({ ) - -export { IconDisplaySettingsOutlinedFilled as default } diff --git a/src/IconDisplaySettingsRounded.tsx b/src/IconDisplaySettingsRounded.tsx index eaf2fb67d..f8b3ab3a4 100644 --- a/src/IconDisplaySettingsRounded.tsx +++ b/src/IconDisplaySettingsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsRounded: React.FC = ({ ...props }) => ( +export const IconDisplaySettingsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisplaySettingsRounded as default } diff --git a/src/IconDisplaySettingsRoundedFilled.tsx b/src/IconDisplaySettingsRoundedFilled.tsx index 0379b126b..4a21b10b8 100644 --- a/src/IconDisplaySettingsRoundedFilled.tsx +++ b/src/IconDisplaySettingsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsRoundedFilled: React.FC = ({ +export const IconDisplaySettingsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDisplaySettingsRoundedFilled: React.FC = ({ ) - -export { IconDisplaySettingsRoundedFilled as default } diff --git a/src/IconDisplaySettingsSharp.tsx b/src/IconDisplaySettingsSharp.tsx index 20cb5e886..0c986507c 100644 --- a/src/IconDisplaySettingsSharp.tsx +++ b/src/IconDisplaySettingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsSharp: React.FC = ({ ...props }) => ( +export const IconDisplaySettingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDisplaySettingsSharp as default } diff --git a/src/IconDisplaySettingsSharpFilled.tsx b/src/IconDisplaySettingsSharpFilled.tsx index c6b1bbb20..f8f37772d 100644 --- a/src/IconDisplaySettingsSharpFilled.tsx +++ b/src/IconDisplaySettingsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDisplaySettingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDisplaySettingsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDisplaySettingsSharpFilled as default } diff --git a/src/IconDistanceOutlined.tsx b/src/IconDistanceOutlined.tsx index 17447a2ff..67b0e4005 100644 --- a/src/IconDistanceOutlined.tsx +++ b/src/IconDistanceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceOutlined: React.FC = ({ ...props }) => ( +export const IconDistanceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDistanceOutlined as default } diff --git a/src/IconDistanceOutlinedFilled.tsx b/src/IconDistanceOutlinedFilled.tsx index 5c5dc1661..342a3e109 100644 --- a/src/IconDistanceOutlinedFilled.tsx +++ b/src/IconDistanceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDistanceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDistanceOutlinedFilled as default } diff --git a/src/IconDistanceRounded.tsx b/src/IconDistanceRounded.tsx index 6b05b8b1a..f594a5667 100644 --- a/src/IconDistanceRounded.tsx +++ b/src/IconDistanceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceRounded: React.FC = ({ ...props }) => ( +export const IconDistanceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDistanceRounded as default } diff --git a/src/IconDistanceRoundedFilled.tsx b/src/IconDistanceRoundedFilled.tsx index 4cdcb23d6..4408273b9 100644 --- a/src/IconDistanceRoundedFilled.tsx +++ b/src/IconDistanceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDistanceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDistanceRoundedFilled as default } diff --git a/src/IconDistanceSharp.tsx b/src/IconDistanceSharp.tsx index 7970eed65..b1f7a155e 100644 --- a/src/IconDistanceSharp.tsx +++ b/src/IconDistanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceSharp: React.FC = ({ ...props }) => ( +export const IconDistanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDistanceSharp as default } diff --git a/src/IconDistanceSharpFilled.tsx b/src/IconDistanceSharpFilled.tsx index 1ddf6c5c5..3621c8cde 100644 --- a/src/IconDistanceSharpFilled.tsx +++ b/src/IconDistanceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDistanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconDistanceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDistanceSharpFilled as default } diff --git a/src/IconDiversity1Outlined.tsx b/src/IconDiversity1Outlined.tsx index 12f08d74d..35952163e 100644 --- a/src/IconDiversity1Outlined.tsx +++ b/src/IconDiversity1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1Outlined: React.FC = ({ ...props }) => ( +export const IconDiversity1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity1Outlined as default } diff --git a/src/IconDiversity1OutlinedFilled.tsx b/src/IconDiversity1OutlinedFilled.tsx index 128cbf300..83aa6a2eb 100644 --- a/src/IconDiversity1OutlinedFilled.tsx +++ b/src/IconDiversity1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity1OutlinedFilled as default } diff --git a/src/IconDiversity1Rounded.tsx b/src/IconDiversity1Rounded.tsx index 4e3261ce3..5ce375fdd 100644 --- a/src/IconDiversity1Rounded.tsx +++ b/src/IconDiversity1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1Rounded: React.FC = ({ ...props }) => ( +export const IconDiversity1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity1Rounded as default } diff --git a/src/IconDiversity1RoundedFilled.tsx b/src/IconDiversity1RoundedFilled.tsx index 9dc83e52a..c39d63100 100644 --- a/src/IconDiversity1RoundedFilled.tsx +++ b/src/IconDiversity1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity1RoundedFilled as default } diff --git a/src/IconDiversity1Sharp.tsx b/src/IconDiversity1Sharp.tsx index c194d2cee..dd6c78b41 100644 --- a/src/IconDiversity1Sharp.tsx +++ b/src/IconDiversity1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1Sharp: React.FC = ({ ...props }) => ( +export const IconDiversity1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity1Sharp as default } diff --git a/src/IconDiversity1SharpFilled.tsx b/src/IconDiversity1SharpFilled.tsx index f1d74364f..fa440fbeb 100644 --- a/src/IconDiversity1SharpFilled.tsx +++ b/src/IconDiversity1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity1SharpFilled: React.FC = ({ ...props }) => ( +export const IconDiversity1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity1SharpFilled as default } diff --git a/src/IconDiversity2Outlined.tsx b/src/IconDiversity2Outlined.tsx index d0c58ae2f..3350d9470 100644 --- a/src/IconDiversity2Outlined.tsx +++ b/src/IconDiversity2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2Outlined: React.FC = ({ ...props }) => ( +export const IconDiversity2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity2Outlined as default } diff --git a/src/IconDiversity2OutlinedFilled.tsx b/src/IconDiversity2OutlinedFilled.tsx index e53137ee5..f368cbb8e 100644 --- a/src/IconDiversity2OutlinedFilled.tsx +++ b/src/IconDiversity2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity2OutlinedFilled as default } diff --git a/src/IconDiversity2Rounded.tsx b/src/IconDiversity2Rounded.tsx index 3c00c4628..23c3a929a 100644 --- a/src/IconDiversity2Rounded.tsx +++ b/src/IconDiversity2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2Rounded: React.FC = ({ ...props }) => ( +export const IconDiversity2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity2Rounded as default } diff --git a/src/IconDiversity2RoundedFilled.tsx b/src/IconDiversity2RoundedFilled.tsx index 752c1bc6b..162b60acf 100644 --- a/src/IconDiversity2RoundedFilled.tsx +++ b/src/IconDiversity2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity2RoundedFilled as default } diff --git a/src/IconDiversity2Sharp.tsx b/src/IconDiversity2Sharp.tsx index e5a6f4b86..e0a45d7a9 100644 --- a/src/IconDiversity2Sharp.tsx +++ b/src/IconDiversity2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2Sharp: React.FC = ({ ...props }) => ( +export const IconDiversity2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity2Sharp as default } diff --git a/src/IconDiversity2SharpFilled.tsx b/src/IconDiversity2SharpFilled.tsx index 7d68d2300..fe91d1da5 100644 --- a/src/IconDiversity2SharpFilled.tsx +++ b/src/IconDiversity2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity2SharpFilled: React.FC = ({ ...props }) => ( +export const IconDiversity2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity2SharpFilled as default } diff --git a/src/IconDiversity3Outlined.tsx b/src/IconDiversity3Outlined.tsx index 0e8d618ac..73ad0e996 100644 --- a/src/IconDiversity3Outlined.tsx +++ b/src/IconDiversity3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3Outlined: React.FC = ({ ...props }) => ( +export const IconDiversity3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity3Outlined as default } diff --git a/src/IconDiversity3OutlinedFilled.tsx b/src/IconDiversity3OutlinedFilled.tsx index f7a8808d2..4498689e7 100644 --- a/src/IconDiversity3OutlinedFilled.tsx +++ b/src/IconDiversity3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity3OutlinedFilled as default } diff --git a/src/IconDiversity3Rounded.tsx b/src/IconDiversity3Rounded.tsx index 066a08665..96568010a 100644 --- a/src/IconDiversity3Rounded.tsx +++ b/src/IconDiversity3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3Rounded: React.FC = ({ ...props }) => ( +export const IconDiversity3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity3Rounded as default } diff --git a/src/IconDiversity3RoundedFilled.tsx b/src/IconDiversity3RoundedFilled.tsx index 97742db1b..3a496a77f 100644 --- a/src/IconDiversity3RoundedFilled.tsx +++ b/src/IconDiversity3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity3RoundedFilled as default } diff --git a/src/IconDiversity3Sharp.tsx b/src/IconDiversity3Sharp.tsx index 775bea04a..c5d1ec690 100644 --- a/src/IconDiversity3Sharp.tsx +++ b/src/IconDiversity3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3Sharp: React.FC = ({ ...props }) => ( +export const IconDiversity3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity3Sharp as default } diff --git a/src/IconDiversity3SharpFilled.tsx b/src/IconDiversity3SharpFilled.tsx index b99d06a6b..7e81bcbb0 100644 --- a/src/IconDiversity3SharpFilled.tsx +++ b/src/IconDiversity3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity3SharpFilled: React.FC = ({ ...props }) => ( +export const IconDiversity3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity3SharpFilled as default } diff --git a/src/IconDiversity4Outlined.tsx b/src/IconDiversity4Outlined.tsx index 219ecc5a3..7bfc126dc 100644 --- a/src/IconDiversity4Outlined.tsx +++ b/src/IconDiversity4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4Outlined: React.FC = ({ ...props }) => ( +export const IconDiversity4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity4Outlined as default } diff --git a/src/IconDiversity4OutlinedFilled.tsx b/src/IconDiversity4OutlinedFilled.tsx index d07d674a2..1d7e28d56 100644 --- a/src/IconDiversity4OutlinedFilled.tsx +++ b/src/IconDiversity4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity4OutlinedFilled as default } diff --git a/src/IconDiversity4Rounded.tsx b/src/IconDiversity4Rounded.tsx index 382412971..fb0affcb8 100644 --- a/src/IconDiversity4Rounded.tsx +++ b/src/IconDiversity4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4Rounded: React.FC = ({ ...props }) => ( +export const IconDiversity4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity4Rounded as default } diff --git a/src/IconDiversity4RoundedFilled.tsx b/src/IconDiversity4RoundedFilled.tsx index a4a564b77..8600f14c0 100644 --- a/src/IconDiversity4RoundedFilled.tsx +++ b/src/IconDiversity4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDiversity4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity4RoundedFilled as default } diff --git a/src/IconDiversity4Sharp.tsx b/src/IconDiversity4Sharp.tsx index 8b8d0b0ad..2014a7a4f 100644 --- a/src/IconDiversity4Sharp.tsx +++ b/src/IconDiversity4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4Sharp: React.FC = ({ ...props }) => ( +export const IconDiversity4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDiversity4Sharp as default } diff --git a/src/IconDiversity4SharpFilled.tsx b/src/IconDiversity4SharpFilled.tsx index f53089c72..84c7bb638 100644 --- a/src/IconDiversity4SharpFilled.tsx +++ b/src/IconDiversity4SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDiversity4SharpFilled: React.FC = ({ ...props }) => ( +export const IconDiversity4SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDiversity4SharpFilled as default } diff --git a/src/IconDnsOutlined.tsx b/src/IconDnsOutlined.tsx index 1eba3fe1b..ecbbe5548 100644 --- a/src/IconDnsOutlined.tsx +++ b/src/IconDnsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsOutlined: React.FC = ({ ...props }) => ( +export const IconDnsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsOutlined as default } diff --git a/src/IconDnsOutlinedFilled.tsx b/src/IconDnsOutlinedFilled.tsx index 6636f5591..7c4897df6 100644 --- a/src/IconDnsOutlinedFilled.tsx +++ b/src/IconDnsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDnsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsOutlinedFilled as default } diff --git a/src/IconDnsRounded.tsx b/src/IconDnsRounded.tsx index bd970abf0..4861d866d 100644 --- a/src/IconDnsRounded.tsx +++ b/src/IconDnsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsRounded: React.FC = ({ ...props }) => ( +export const IconDnsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsRounded as default } diff --git a/src/IconDnsRoundedFilled.tsx b/src/IconDnsRoundedFilled.tsx index 9bcbacd8d..7a42a8040 100644 --- a/src/IconDnsRoundedFilled.tsx +++ b/src/IconDnsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDnsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsRoundedFilled as default } diff --git a/src/IconDnsSharp.tsx b/src/IconDnsSharp.tsx index 4d09a61f8..9f2860092 100644 --- a/src/IconDnsSharp.tsx +++ b/src/IconDnsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsSharp: React.FC = ({ ...props }) => ( +export const IconDnsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsSharp as default } diff --git a/src/IconDnsSharpFilled.tsx b/src/IconDnsSharpFilled.tsx index 9a1d485a3..c57e50c54 100644 --- a/src/IconDnsSharpFilled.tsx +++ b/src/IconDnsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDnsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDnsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDnsSharpFilled as default } diff --git a/src/IconDoNotDisturbOffOutlined.tsx b/src/IconDoNotDisturbOffOutlined.tsx index 726171fe2..c96acfbe4 100644 --- a/src/IconDoNotDisturbOffOutlined.tsx +++ b/src/IconDoNotDisturbOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffOutlined: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOffOutlined as default } diff --git a/src/IconDoNotDisturbOffOutlinedFilled.tsx b/src/IconDoNotDisturbOffOutlinedFilled.tsx index 9b0d509da..04ecbd9bc 100644 --- a/src/IconDoNotDisturbOffOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffOutlinedFilled: React.FC = ({ +export const IconDoNotDisturbOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOffOutlinedFilled: React.FC = ({ ) - -export { IconDoNotDisturbOffOutlinedFilled as default } diff --git a/src/IconDoNotDisturbOffRounded.tsx b/src/IconDoNotDisturbOffRounded.tsx index 00434ad52..be7fed1d6 100644 --- a/src/IconDoNotDisturbOffRounded.tsx +++ b/src/IconDoNotDisturbOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffRounded: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOffRounded as default } diff --git a/src/IconDoNotDisturbOffRoundedFilled.tsx b/src/IconDoNotDisturbOffRoundedFilled.tsx index 70db8c869..4d5ef4a3d 100644 --- a/src/IconDoNotDisturbOffRoundedFilled.tsx +++ b/src/IconDoNotDisturbOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffRoundedFilled: React.FC = ({ +export const IconDoNotDisturbOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOffRoundedFilled: React.FC = ({ ) - -export { IconDoNotDisturbOffRoundedFilled as default } diff --git a/src/IconDoNotDisturbOffSharp.tsx b/src/IconDoNotDisturbOffSharp.tsx index 262ce34dc..fae1aac6f 100644 --- a/src/IconDoNotDisturbOffSharp.tsx +++ b/src/IconDoNotDisturbOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffSharp: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOffSharp as default } diff --git a/src/IconDoNotDisturbOffSharpFilled.tsx b/src/IconDoNotDisturbOffSharpFilled.tsx index f35c935aa..4c34a5ebb 100644 --- a/src/IconDoNotDisturbOffSharpFilled.tsx +++ b/src/IconDoNotDisturbOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOffSharpFilled as default } diff --git a/src/IconDoNotDisturbOnOutlined.tsx b/src/IconDoNotDisturbOnOutlined.tsx index 343b686d0..48ae2daf3 100644 --- a/src/IconDoNotDisturbOnOutlined.tsx +++ b/src/IconDoNotDisturbOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnOutlined: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnOutlined as default } diff --git a/src/IconDoNotDisturbOnOutlinedFilled.tsx b/src/IconDoNotDisturbOnOutlinedFilled.tsx index f6b2b7b3f..768814518 100644 --- a/src/IconDoNotDisturbOnOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnOutlinedFilled: React.FC = ({ +export const IconDoNotDisturbOnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOnOutlinedFilled: React.FC = ({ ) - -export { IconDoNotDisturbOnOutlinedFilled as default } diff --git a/src/IconDoNotDisturbOnRounded.tsx b/src/IconDoNotDisturbOnRounded.tsx index ba328d601..c4d56b739 100644 --- a/src/IconDoNotDisturbOnRounded.tsx +++ b/src/IconDoNotDisturbOnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnRounded: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnRounded as default } diff --git a/src/IconDoNotDisturbOnRoundedFilled.tsx b/src/IconDoNotDisturbOnRoundedFilled.tsx index 175b1d0de..69f4afa86 100644 --- a/src/IconDoNotDisturbOnRoundedFilled.tsx +++ b/src/IconDoNotDisturbOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnRoundedFilled as default } diff --git a/src/IconDoNotDisturbOnSharp.tsx b/src/IconDoNotDisturbOnSharp.tsx index 67aba9dc4..e2f0f069b 100644 --- a/src/IconDoNotDisturbOnSharp.tsx +++ b/src/IconDoNotDisturbOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnSharp: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnSharp as default } diff --git a/src/IconDoNotDisturbOnSharpFilled.tsx b/src/IconDoNotDisturbOnSharpFilled.tsx index 769fc8f09..ec0ab2866 100644 --- a/src/IconDoNotDisturbOnSharpFilled.tsx +++ b/src/IconDoNotDisturbOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoNotDisturbOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnSharpFilled as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx b/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx index 50afc462f..5f5bb224a 100644 --- a/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceOutlined: React.FC = ({ +export const IconDoNotDisturbOnTotalSilenceOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOnTotalSilenceOutlined: React.FC = ({ ) - -export { IconDoNotDisturbOnTotalSilenceOutlined as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx index b24b4540b..55bc99aad 100644 --- a/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconDoNotDisturbOnTotalSilenceOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnTotalSilenceOutlinedFilled as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceRounded.tsx b/src/IconDoNotDisturbOnTotalSilenceRounded.tsx index 6dd33db7b..215aa9fac 100644 --- a/src/IconDoNotDisturbOnTotalSilenceRounded.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceRounded: React.FC = ({ +export const IconDoNotDisturbOnTotalSilenceRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOnTotalSilenceRounded: React.FC = ({ ) - -export { IconDoNotDisturbOnTotalSilenceRounded as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx index c5b54b75d..df6a17652 100644 --- a/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconDoNotDisturbOnTotalSilenceRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotDisturbOnTotalSilenceRoundedFilled as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceSharp.tsx b/src/IconDoNotDisturbOnTotalSilenceSharp.tsx index 9f36e29a7..94dfd9f23 100644 --- a/src/IconDoNotDisturbOnTotalSilenceSharp.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceSharp: React.FC = ({ +export const IconDoNotDisturbOnTotalSilenceSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOnTotalSilenceSharp: React.FC = ({ ) - -export { IconDoNotDisturbOnTotalSilenceSharp as default } diff --git a/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx b/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx index 7380fb444..a7f160c99 100644 --- a/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx +++ b/src/IconDoNotDisturbOnTotalSilenceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotDisturbOnTotalSilenceSharpFilled: React.FC = ({ +export const IconDoNotDisturbOnTotalSilenceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDoNotDisturbOnTotalSilenceSharpFilled: React.FC = ({ ) - -export { IconDoNotDisturbOnTotalSilenceSharpFilled as default } diff --git a/src/IconDoNotStepOutlined.tsx b/src/IconDoNotStepOutlined.tsx index fdeea4436..f40f1d96d 100644 --- a/src/IconDoNotStepOutlined.tsx +++ b/src/IconDoNotStepOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepOutlined: React.FC = ({ ...props }) => ( +export const IconDoNotStepOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotStepOutlined as default } diff --git a/src/IconDoNotStepOutlinedFilled.tsx b/src/IconDoNotStepOutlinedFilled.tsx index 28a60177f..d3e214c25 100644 --- a/src/IconDoNotStepOutlinedFilled.tsx +++ b/src/IconDoNotStepOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoNotStepOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotStepOutlinedFilled as default } diff --git a/src/IconDoNotStepRounded.tsx b/src/IconDoNotStepRounded.tsx index 36eb8f960..67bc29df9 100644 --- a/src/IconDoNotStepRounded.tsx +++ b/src/IconDoNotStepRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepRounded: React.FC = ({ ...props }) => ( +export const IconDoNotStepRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotStepRounded as default } diff --git a/src/IconDoNotStepRoundedFilled.tsx b/src/IconDoNotStepRoundedFilled.tsx index b5c2d0a43..ba6fecc44 100644 --- a/src/IconDoNotStepRoundedFilled.tsx +++ b/src/IconDoNotStepRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoNotStepRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotStepRoundedFilled as default } diff --git a/src/IconDoNotStepSharp.tsx b/src/IconDoNotStepSharp.tsx index b186b3668..1f3a23a8d 100644 --- a/src/IconDoNotStepSharp.tsx +++ b/src/IconDoNotStepSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepSharp: React.FC = ({ ...props }) => ( +export const IconDoNotStepSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotStepSharp as default } diff --git a/src/IconDoNotStepSharpFilled.tsx b/src/IconDoNotStepSharpFilled.tsx index 81deeb8c5..3c4fbcf5b 100644 --- a/src/IconDoNotStepSharpFilled.tsx +++ b/src/IconDoNotStepSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotStepSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoNotStepSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotStepSharpFilled as default } diff --git a/src/IconDoNotTouchOutlined.tsx b/src/IconDoNotTouchOutlined.tsx index 608081b7c..16e106915 100644 --- a/src/IconDoNotTouchOutlined.tsx +++ b/src/IconDoNotTouchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchOutlined: React.FC = ({ ...props }) => ( +export const IconDoNotTouchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchOutlined as default } diff --git a/src/IconDoNotTouchOutlinedFilled.tsx b/src/IconDoNotTouchOutlinedFilled.tsx index 61a45b7cc..18e5675a1 100644 --- a/src/IconDoNotTouchOutlinedFilled.tsx +++ b/src/IconDoNotTouchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoNotTouchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchOutlinedFilled as default } diff --git a/src/IconDoNotTouchRounded.tsx b/src/IconDoNotTouchRounded.tsx index 52a013a2b..1542165ea 100644 --- a/src/IconDoNotTouchRounded.tsx +++ b/src/IconDoNotTouchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchRounded: React.FC = ({ ...props }) => ( +export const IconDoNotTouchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchRounded as default } diff --git a/src/IconDoNotTouchRoundedFilled.tsx b/src/IconDoNotTouchRoundedFilled.tsx index 609a79c02..442971507 100644 --- a/src/IconDoNotTouchRoundedFilled.tsx +++ b/src/IconDoNotTouchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoNotTouchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchRoundedFilled as default } diff --git a/src/IconDoNotTouchSharp.tsx b/src/IconDoNotTouchSharp.tsx index a2a836618..145bb0f50 100644 --- a/src/IconDoNotTouchSharp.tsx +++ b/src/IconDoNotTouchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchSharp: React.FC = ({ ...props }) => ( +export const IconDoNotTouchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchSharp as default } diff --git a/src/IconDoNotTouchSharpFilled.tsx b/src/IconDoNotTouchSharpFilled.tsx index b29cb4efe..edcb03662 100644 --- a/src/IconDoNotTouchSharpFilled.tsx +++ b/src/IconDoNotTouchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoNotTouchSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoNotTouchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoNotTouchSharpFilled as default } diff --git a/src/IconDockOutlined.tsx b/src/IconDockOutlined.tsx index 3892c604f..915f09c9a 100644 --- a/src/IconDockOutlined.tsx +++ b/src/IconDockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockOutlined: React.FC = ({ ...props }) => ( +export const IconDockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockOutlined as default } diff --git a/src/IconDockOutlinedFilled.tsx b/src/IconDockOutlinedFilled.tsx index 4594ea684..67d0aafca 100644 --- a/src/IconDockOutlinedFilled.tsx +++ b/src/IconDockOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDockOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockOutlinedFilled as default } diff --git a/src/IconDockRounded.tsx b/src/IconDockRounded.tsx index 9eab455ad..9b42bc8eb 100644 --- a/src/IconDockRounded.tsx +++ b/src/IconDockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockRounded: React.FC = ({ ...props }) => ( +export const IconDockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockRounded as default } diff --git a/src/IconDockRoundedFilled.tsx b/src/IconDockRoundedFilled.tsx index a4c094954..61123224f 100644 --- a/src/IconDockRoundedFilled.tsx +++ b/src/IconDockRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDockRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockRoundedFilled as default } diff --git a/src/IconDockSharp.tsx b/src/IconDockSharp.tsx index 345a7c3ca..542b8c4fb 100644 --- a/src/IconDockSharp.tsx +++ b/src/IconDockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockSharp: React.FC = ({ ...props }) => ( +export const IconDockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockSharp as default } diff --git a/src/IconDockSharpFilled.tsx b/src/IconDockSharpFilled.tsx index 42a0c6509..d77cbd92e 100644 --- a/src/IconDockSharpFilled.tsx +++ b/src/IconDockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockSharpFilled: React.FC = ({ ...props }) => ( +export const IconDockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockSharpFilled as default } diff --git a/src/IconDockToBottomOutlined.tsx b/src/IconDockToBottomOutlined.tsx index eeefb869a..9cf16f1fc 100644 --- a/src/IconDockToBottomOutlined.tsx +++ b/src/IconDockToBottomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomOutlined: React.FC = ({ ...props }) => ( +export const IconDockToBottomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToBottomOutlined as default } diff --git a/src/IconDockToBottomOutlinedFilled.tsx b/src/IconDockToBottomOutlinedFilled.tsx index 9f0172806..a6103f369 100644 --- a/src/IconDockToBottomOutlinedFilled.tsx +++ b/src/IconDockToBottomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDockToBottomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToBottomOutlinedFilled as default } diff --git a/src/IconDockToBottomRounded.tsx b/src/IconDockToBottomRounded.tsx index cbea85da5..b581ad543 100644 --- a/src/IconDockToBottomRounded.tsx +++ b/src/IconDockToBottomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomRounded: React.FC = ({ ...props }) => ( +export const IconDockToBottomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToBottomRounded as default } diff --git a/src/IconDockToBottomRoundedFilled.tsx b/src/IconDockToBottomRoundedFilled.tsx index 7eaf229a0..cb6d9c8c8 100644 --- a/src/IconDockToBottomRoundedFilled.tsx +++ b/src/IconDockToBottomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDockToBottomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToBottomRoundedFilled as default } diff --git a/src/IconDockToBottomSharp.tsx b/src/IconDockToBottomSharp.tsx index ea3d7feb9..2b4f97529 100644 --- a/src/IconDockToBottomSharp.tsx +++ b/src/IconDockToBottomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomSharp: React.FC = ({ ...props }) => ( +export const IconDockToBottomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToBottomSharp as default } diff --git a/src/IconDockToBottomSharpFilled.tsx b/src/IconDockToBottomSharpFilled.tsx index 12f409428..515b76799 100644 --- a/src/IconDockToBottomSharpFilled.tsx +++ b/src/IconDockToBottomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToBottomSharpFilled: React.FC = ({ ...props }) => ( +export const IconDockToBottomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToBottomSharpFilled as default } diff --git a/src/IconDockToLeftOutlined.tsx b/src/IconDockToLeftOutlined.tsx index ae993c20a..1d04db258 100644 --- a/src/IconDockToLeftOutlined.tsx +++ b/src/IconDockToLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftOutlined: React.FC = ({ ...props }) => ( +export const IconDockToLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToLeftOutlined as default } diff --git a/src/IconDockToLeftOutlinedFilled.tsx b/src/IconDockToLeftOutlinedFilled.tsx index 337bbe40e..42a6b8406 100644 --- a/src/IconDockToLeftOutlinedFilled.tsx +++ b/src/IconDockToLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDockToLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToLeftOutlinedFilled as default } diff --git a/src/IconDockToLeftRounded.tsx b/src/IconDockToLeftRounded.tsx index 9e5f15fd2..b5175f8dc 100644 --- a/src/IconDockToLeftRounded.tsx +++ b/src/IconDockToLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftRounded: React.FC = ({ ...props }) => ( +export const IconDockToLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToLeftRounded as default } diff --git a/src/IconDockToLeftRoundedFilled.tsx b/src/IconDockToLeftRoundedFilled.tsx index 503a236a8..458a06544 100644 --- a/src/IconDockToLeftRoundedFilled.tsx +++ b/src/IconDockToLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDockToLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToLeftRoundedFilled as default } diff --git a/src/IconDockToLeftSharp.tsx b/src/IconDockToLeftSharp.tsx index 3d0f882ca..bef16890f 100644 --- a/src/IconDockToLeftSharp.tsx +++ b/src/IconDockToLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftSharp: React.FC = ({ ...props }) => ( +export const IconDockToLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToLeftSharp as default } diff --git a/src/IconDockToLeftSharpFilled.tsx b/src/IconDockToLeftSharpFilled.tsx index f9c634b73..b8489c049 100644 --- a/src/IconDockToLeftSharpFilled.tsx +++ b/src/IconDockToLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconDockToLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToLeftSharpFilled as default } diff --git a/src/IconDockToRightOutlined.tsx b/src/IconDockToRightOutlined.tsx index 6db0f835a..c0033e5fe 100644 --- a/src/IconDockToRightOutlined.tsx +++ b/src/IconDockToRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightOutlined: React.FC = ({ ...props }) => ( +export const IconDockToRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToRightOutlined as default } diff --git a/src/IconDockToRightOutlinedFilled.tsx b/src/IconDockToRightOutlinedFilled.tsx index 02c5f994a..f1c880e56 100644 --- a/src/IconDockToRightOutlinedFilled.tsx +++ b/src/IconDockToRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDockToRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToRightOutlinedFilled as default } diff --git a/src/IconDockToRightRounded.tsx b/src/IconDockToRightRounded.tsx index f03065b8d..40a4a890f 100644 --- a/src/IconDockToRightRounded.tsx +++ b/src/IconDockToRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightRounded: React.FC = ({ ...props }) => ( +export const IconDockToRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToRightRounded as default } diff --git a/src/IconDockToRightRoundedFilled.tsx b/src/IconDockToRightRoundedFilled.tsx index 5a8174a5e..fa06af288 100644 --- a/src/IconDockToRightRoundedFilled.tsx +++ b/src/IconDockToRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDockToRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToRightRoundedFilled as default } diff --git a/src/IconDockToRightSharp.tsx b/src/IconDockToRightSharp.tsx index be53b4203..a285a8f56 100644 --- a/src/IconDockToRightSharp.tsx +++ b/src/IconDockToRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightSharp: React.FC = ({ ...props }) => ( +export const IconDockToRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDockToRightSharp as default } diff --git a/src/IconDockToRightSharpFilled.tsx b/src/IconDockToRightSharpFilled.tsx index e995ed447..8857d055e 100644 --- a/src/IconDockToRightSharpFilled.tsx +++ b/src/IconDockToRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDockToRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconDockToRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDockToRightSharpFilled as default } diff --git a/src/IconDocsAddOnOutlined.tsx b/src/IconDocsAddOnOutlined.tsx index 3f623581a..19c073937 100644 --- a/src/IconDocsAddOnOutlined.tsx +++ b/src/IconDocsAddOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnOutlined: React.FC = ({ ...props }) => ( +export const IconDocsAddOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnOutlined as default } diff --git a/src/IconDocsAddOnOutlinedFilled.tsx b/src/IconDocsAddOnOutlinedFilled.tsx index 311ccebd1..ed8ce8c90 100644 --- a/src/IconDocsAddOnOutlinedFilled.tsx +++ b/src/IconDocsAddOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDocsAddOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnOutlinedFilled as default } diff --git a/src/IconDocsAddOnRounded.tsx b/src/IconDocsAddOnRounded.tsx index 72791021d..645c2f09d 100644 --- a/src/IconDocsAddOnRounded.tsx +++ b/src/IconDocsAddOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnRounded: React.FC = ({ ...props }) => ( +export const IconDocsAddOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnRounded as default } diff --git a/src/IconDocsAddOnRoundedFilled.tsx b/src/IconDocsAddOnRoundedFilled.tsx index d519d8aaf..d62ae1419 100644 --- a/src/IconDocsAddOnRoundedFilled.tsx +++ b/src/IconDocsAddOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDocsAddOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnRoundedFilled as default } diff --git a/src/IconDocsAddOnSharp.tsx b/src/IconDocsAddOnSharp.tsx index 3560feccb..e31c50b82 100644 --- a/src/IconDocsAddOnSharp.tsx +++ b/src/IconDocsAddOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnSharp: React.FC = ({ ...props }) => ( +export const IconDocsAddOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnSharp as default } diff --git a/src/IconDocsAddOnSharpFilled.tsx b/src/IconDocsAddOnSharpFilled.tsx index b2d8588a9..3e5bba4cf 100644 --- a/src/IconDocsAddOnSharpFilled.tsx +++ b/src/IconDocsAddOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAddOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconDocsAddOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocsAddOnSharpFilled as default } diff --git a/src/IconDocsAppsScriptOutlined.tsx b/src/IconDocsAppsScriptOutlined.tsx index 2b7c26870..2a0632f47 100644 --- a/src/IconDocsAppsScriptOutlined.tsx +++ b/src/IconDocsAppsScriptOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptOutlined: React.FC = ({ ...props }) => ( +export const IconDocsAppsScriptOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAppsScriptOutlined as default } diff --git a/src/IconDocsAppsScriptOutlinedFilled.tsx b/src/IconDocsAppsScriptOutlinedFilled.tsx index fb8005776..715732a0c 100644 --- a/src/IconDocsAppsScriptOutlinedFilled.tsx +++ b/src/IconDocsAppsScriptOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptOutlinedFilled: React.FC = ({ +export const IconDocsAppsScriptOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDocsAppsScriptOutlinedFilled: React.FC = ({ ) - -export { IconDocsAppsScriptOutlinedFilled as default } diff --git a/src/IconDocsAppsScriptRounded.tsx b/src/IconDocsAppsScriptRounded.tsx index 9f72c7aea..f6c1cd312 100644 --- a/src/IconDocsAppsScriptRounded.tsx +++ b/src/IconDocsAppsScriptRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptRounded: React.FC = ({ ...props }) => ( +export const IconDocsAppsScriptRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAppsScriptRounded as default } diff --git a/src/IconDocsAppsScriptRoundedFilled.tsx b/src/IconDocsAppsScriptRoundedFilled.tsx index fed8ec664..289555304 100644 --- a/src/IconDocsAppsScriptRoundedFilled.tsx +++ b/src/IconDocsAppsScriptRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDocsAppsScriptRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAppsScriptRoundedFilled as default } diff --git a/src/IconDocsAppsScriptSharp.tsx b/src/IconDocsAppsScriptSharp.tsx index 9426e1514..69a714207 100644 --- a/src/IconDocsAppsScriptSharp.tsx +++ b/src/IconDocsAppsScriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptSharp: React.FC = ({ ...props }) => ( +export const IconDocsAppsScriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocsAppsScriptSharp as default } diff --git a/src/IconDocsAppsScriptSharpFilled.tsx b/src/IconDocsAppsScriptSharpFilled.tsx index 10a5978d6..1669d2f6d 100644 --- a/src/IconDocsAppsScriptSharpFilled.tsx +++ b/src/IconDocsAppsScriptSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocsAppsScriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconDocsAppsScriptSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocsAppsScriptSharpFilled as default } diff --git a/src/IconDocumentScannerOutlined.tsx b/src/IconDocumentScannerOutlined.tsx index d3ad4f47e..214d90ffb 100644 --- a/src/IconDocumentScannerOutlined.tsx +++ b/src/IconDocumentScannerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerOutlined: React.FC = ({ ...props }) => ( +export const IconDocumentScannerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocumentScannerOutlined as default } diff --git a/src/IconDocumentScannerOutlinedFilled.tsx b/src/IconDocumentScannerOutlinedFilled.tsx index 18a81a11e..27341ceca 100644 --- a/src/IconDocumentScannerOutlinedFilled.tsx +++ b/src/IconDocumentScannerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerOutlinedFilled: React.FC = ({ +export const IconDocumentScannerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDocumentScannerOutlinedFilled: React.FC = ({ ) - -export { IconDocumentScannerOutlinedFilled as default } diff --git a/src/IconDocumentScannerRounded.tsx b/src/IconDocumentScannerRounded.tsx index c876dcf5d..cbed13a98 100644 --- a/src/IconDocumentScannerRounded.tsx +++ b/src/IconDocumentScannerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerRounded: React.FC = ({ ...props }) => ( +export const IconDocumentScannerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocumentScannerRounded as default } diff --git a/src/IconDocumentScannerRoundedFilled.tsx b/src/IconDocumentScannerRoundedFilled.tsx index 78bcba8ea..8475cfc62 100644 --- a/src/IconDocumentScannerRoundedFilled.tsx +++ b/src/IconDocumentScannerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerRoundedFilled: React.FC = ({ +export const IconDocumentScannerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDocumentScannerRoundedFilled: React.FC = ({ ) - -export { IconDocumentScannerRoundedFilled as default } diff --git a/src/IconDocumentScannerSharp.tsx b/src/IconDocumentScannerSharp.tsx index 7019956e2..b200d53cd 100644 --- a/src/IconDocumentScannerSharp.tsx +++ b/src/IconDocumentScannerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerSharp: React.FC = ({ ...props }) => ( +export const IconDocumentScannerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDocumentScannerSharp as default } diff --git a/src/IconDocumentScannerSharpFilled.tsx b/src/IconDocumentScannerSharpFilled.tsx index 717ad2b7e..2a30348ac 100644 --- a/src/IconDocumentScannerSharpFilled.tsx +++ b/src/IconDocumentScannerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDocumentScannerSharpFilled: React.FC = ({ ...props }) => ( +export const IconDocumentScannerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDocumentScannerSharpFilled as default } diff --git a/src/IconDomainAddOutlined.tsx b/src/IconDomainAddOutlined.tsx index 5b1b8269b..0a55f832a 100644 --- a/src/IconDomainAddOutlined.tsx +++ b/src/IconDomainAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddOutlined: React.FC = ({ ...props }) => ( +export const IconDomainAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainAddOutlined as default } diff --git a/src/IconDomainAddOutlinedFilled.tsx b/src/IconDomainAddOutlinedFilled.tsx index adf14fe64..ab9e15bfc 100644 --- a/src/IconDomainAddOutlinedFilled.tsx +++ b/src/IconDomainAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDomainAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainAddOutlinedFilled as default } diff --git a/src/IconDomainAddRounded.tsx b/src/IconDomainAddRounded.tsx index de10e1dc3..683360e5b 100644 --- a/src/IconDomainAddRounded.tsx +++ b/src/IconDomainAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddRounded: React.FC = ({ ...props }) => ( +export const IconDomainAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainAddRounded as default } diff --git a/src/IconDomainAddRoundedFilled.tsx b/src/IconDomainAddRoundedFilled.tsx index 2b7a50571..284d0378d 100644 --- a/src/IconDomainAddRoundedFilled.tsx +++ b/src/IconDomainAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDomainAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainAddRoundedFilled as default } diff --git a/src/IconDomainAddSharp.tsx b/src/IconDomainAddSharp.tsx index a1b0d5f09..4315810db 100644 --- a/src/IconDomainAddSharp.tsx +++ b/src/IconDomainAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddSharp: React.FC = ({ ...props }) => ( +export const IconDomainAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainAddSharp as default } diff --git a/src/IconDomainAddSharpFilled.tsx b/src/IconDomainAddSharpFilled.tsx index 1edf677ae..8c6292cfa 100644 --- a/src/IconDomainAddSharpFilled.tsx +++ b/src/IconDomainAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconDomainAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainAddSharpFilled as default } diff --git a/src/IconDomainDisabledOutlined.tsx b/src/IconDomainDisabledOutlined.tsx index a7e87c156..c75715857 100644 --- a/src/IconDomainDisabledOutlined.tsx +++ b/src/IconDomainDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconDomainDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainDisabledOutlined as default } diff --git a/src/IconDomainDisabledOutlinedFilled.tsx b/src/IconDomainDisabledOutlinedFilled.tsx index 91683a5a2..2236944b8 100644 --- a/src/IconDomainDisabledOutlinedFilled.tsx +++ b/src/IconDomainDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledOutlinedFilled: React.FC = ({ +export const IconDomainDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainDisabledOutlinedFilled: React.FC = ({ ) - -export { IconDomainDisabledOutlinedFilled as default } diff --git a/src/IconDomainDisabledRounded.tsx b/src/IconDomainDisabledRounded.tsx index 87edd5c58..2d0878254 100644 --- a/src/IconDomainDisabledRounded.tsx +++ b/src/IconDomainDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledRounded: React.FC = ({ ...props }) => ( +export const IconDomainDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainDisabledRounded as default } diff --git a/src/IconDomainDisabledRoundedFilled.tsx b/src/IconDomainDisabledRoundedFilled.tsx index 0ad169497..0e09199c6 100644 --- a/src/IconDomainDisabledRoundedFilled.tsx +++ b/src/IconDomainDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDomainDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainDisabledRoundedFilled as default } diff --git a/src/IconDomainDisabledSharp.tsx b/src/IconDomainDisabledSharp.tsx index 1aab5f3bb..3b64de4e5 100644 --- a/src/IconDomainDisabledSharp.tsx +++ b/src/IconDomainDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledSharp: React.FC = ({ ...props }) => ( +export const IconDomainDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainDisabledSharp as default } diff --git a/src/IconDomainDisabledSharpFilled.tsx b/src/IconDomainDisabledSharpFilled.tsx index 7f9889183..2dd5de1f7 100644 --- a/src/IconDomainDisabledSharpFilled.tsx +++ b/src/IconDomainDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconDomainDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainDisabledSharpFilled as default } diff --git a/src/IconDomainOutlined.tsx b/src/IconDomainOutlined.tsx index f37c38124..d360de033 100644 --- a/src/IconDomainOutlined.tsx +++ b/src/IconDomainOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainOutlined: React.FC = ({ ...props }) => ( +export const IconDomainOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainOutlined as default } diff --git a/src/IconDomainOutlinedFilled.tsx b/src/IconDomainOutlinedFilled.tsx index a07fac9e4..4aa4d7830 100644 --- a/src/IconDomainOutlinedFilled.tsx +++ b/src/IconDomainOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDomainOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainOutlinedFilled as default } diff --git a/src/IconDomainRounded.tsx b/src/IconDomainRounded.tsx index b75b22d72..7ec0bf08e 100644 --- a/src/IconDomainRounded.tsx +++ b/src/IconDomainRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainRounded: React.FC = ({ ...props }) => ( +export const IconDomainRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainRounded as default } diff --git a/src/IconDomainRoundedFilled.tsx b/src/IconDomainRoundedFilled.tsx index af2182647..839e2120d 100644 --- a/src/IconDomainRoundedFilled.tsx +++ b/src/IconDomainRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDomainRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainRoundedFilled as default } diff --git a/src/IconDomainSharp.tsx b/src/IconDomainSharp.tsx index 23d9c3a1f..0e6c8bb72 100644 --- a/src/IconDomainSharp.tsx +++ b/src/IconDomainSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainSharp: React.FC = ({ ...props }) => ( +export const IconDomainSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainSharp as default } diff --git a/src/IconDomainSharpFilled.tsx b/src/IconDomainSharpFilled.tsx index 74adf1b63..fb197ce70 100644 --- a/src/IconDomainSharpFilled.tsx +++ b/src/IconDomainSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDomainSharpFilled: React.FC = ({ ...props }) => ( +export const IconDomainSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDomainSharpFilled as default } diff --git a/src/IconDomainVerificationOffOutlined.tsx b/src/IconDomainVerificationOffOutlined.tsx index 6a5c747dc..336057876 100644 --- a/src/IconDomainVerificationOffOutlined.tsx +++ b/src/IconDomainVerificationOffOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffOutlined: React.FC = ({ +export const IconDomainVerificationOffOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOffOutlined: React.FC = ({ ) - -export { IconDomainVerificationOffOutlined as default } diff --git a/src/IconDomainVerificationOffOutlinedFilled.tsx b/src/IconDomainVerificationOffOutlinedFilled.tsx index e011af99d..596d124e5 100644 --- a/src/IconDomainVerificationOffOutlinedFilled.tsx +++ b/src/IconDomainVerificationOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffOutlinedFilled: React.FC = ({ +export const IconDomainVerificationOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOffOutlinedFilled: React.FC = ({ ) - -export { IconDomainVerificationOffOutlinedFilled as default } diff --git a/src/IconDomainVerificationOffRounded.tsx b/src/IconDomainVerificationOffRounded.tsx index d991050e0..62c7f9cca 100644 --- a/src/IconDomainVerificationOffRounded.tsx +++ b/src/IconDomainVerificationOffRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffRounded: React.FC = ({ +export const IconDomainVerificationOffRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOffRounded: React.FC = ({ ) - -export { IconDomainVerificationOffRounded as default } diff --git a/src/IconDomainVerificationOffRoundedFilled.tsx b/src/IconDomainVerificationOffRoundedFilled.tsx index 1080af348..18a2cca60 100644 --- a/src/IconDomainVerificationOffRoundedFilled.tsx +++ b/src/IconDomainVerificationOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffRoundedFilled: React.FC = ({ +export const IconDomainVerificationOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOffRoundedFilled: React.FC = ({ ) - -export { IconDomainVerificationOffRoundedFilled as default } diff --git a/src/IconDomainVerificationOffSharp.tsx b/src/IconDomainVerificationOffSharp.tsx index a75cc2aaa..af0bc176d 100644 --- a/src/IconDomainVerificationOffSharp.tsx +++ b/src/IconDomainVerificationOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffSharp: React.FC = ({ ...props }) => ( +export const IconDomainVerificationOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainVerificationOffSharp as default } diff --git a/src/IconDomainVerificationOffSharpFilled.tsx b/src/IconDomainVerificationOffSharpFilled.tsx index fb0a6f221..02fa7300a 100644 --- a/src/IconDomainVerificationOffSharpFilled.tsx +++ b/src/IconDomainVerificationOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOffSharpFilled: React.FC = ({ +export const IconDomainVerificationOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOffSharpFilled: React.FC = ({ ) - -export { IconDomainVerificationOffSharpFilled as default } diff --git a/src/IconDomainVerificationOutlined.tsx b/src/IconDomainVerificationOutlined.tsx index 450450083..d7e67588d 100644 --- a/src/IconDomainVerificationOutlined.tsx +++ b/src/IconDomainVerificationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOutlined: React.FC = ({ ...props }) => ( +export const IconDomainVerificationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainVerificationOutlined as default } diff --git a/src/IconDomainVerificationOutlinedFilled.tsx b/src/IconDomainVerificationOutlinedFilled.tsx index 50dfa6c87..5c55a1ace 100644 --- a/src/IconDomainVerificationOutlinedFilled.tsx +++ b/src/IconDomainVerificationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationOutlinedFilled: React.FC = ({ +export const IconDomainVerificationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationOutlinedFilled: React.FC = ({ ) - -export { IconDomainVerificationOutlinedFilled as default } diff --git a/src/IconDomainVerificationRounded.tsx b/src/IconDomainVerificationRounded.tsx index f5da0326d..bcc44f582 100644 --- a/src/IconDomainVerificationRounded.tsx +++ b/src/IconDomainVerificationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationRounded: React.FC = ({ ...props }) => ( +export const IconDomainVerificationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainVerificationRounded as default } diff --git a/src/IconDomainVerificationRoundedFilled.tsx b/src/IconDomainVerificationRoundedFilled.tsx index 428e122ba..0ff8e2afd 100644 --- a/src/IconDomainVerificationRoundedFilled.tsx +++ b/src/IconDomainVerificationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationRoundedFilled: React.FC = ({ +export const IconDomainVerificationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationRoundedFilled: React.FC = ({ ) - -export { IconDomainVerificationRoundedFilled as default } diff --git a/src/IconDomainVerificationSharp.tsx b/src/IconDomainVerificationSharp.tsx index f60911d83..0f6c74206 100644 --- a/src/IconDomainVerificationSharp.tsx +++ b/src/IconDomainVerificationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationSharp: React.FC = ({ ...props }) => ( +export const IconDomainVerificationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDomainVerificationSharp as default } diff --git a/src/IconDomainVerificationSharpFilled.tsx b/src/IconDomainVerificationSharpFilled.tsx index 6d1264ce4..0c36fe9ed 100644 --- a/src/IconDomainVerificationSharpFilled.tsx +++ b/src/IconDomainVerificationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDomainVerificationSharpFilled: React.FC = ({ +export const IconDomainVerificationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDomainVerificationSharpFilled: React.FC = ({ ) - -export { IconDomainVerificationSharpFilled as default } diff --git a/src/IconDominoMaskOutlined.tsx b/src/IconDominoMaskOutlined.tsx index 824b9e990..7051db17a 100644 --- a/src/IconDominoMaskOutlined.tsx +++ b/src/IconDominoMaskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskOutlined: React.FC = ({ ...props }) => ( +export const IconDominoMaskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDominoMaskOutlined as default } diff --git a/src/IconDominoMaskOutlinedFilled.tsx b/src/IconDominoMaskOutlinedFilled.tsx index a3ed7b656..55789b6af 100644 --- a/src/IconDominoMaskOutlinedFilled.tsx +++ b/src/IconDominoMaskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDominoMaskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDominoMaskOutlinedFilled as default } diff --git a/src/IconDominoMaskRounded.tsx b/src/IconDominoMaskRounded.tsx index 0d1d7b90b..d63220b19 100644 --- a/src/IconDominoMaskRounded.tsx +++ b/src/IconDominoMaskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskRounded: React.FC = ({ ...props }) => ( +export const IconDominoMaskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDominoMaskRounded as default } diff --git a/src/IconDominoMaskRoundedFilled.tsx b/src/IconDominoMaskRoundedFilled.tsx index 8ab3c92d6..1f6f70197 100644 --- a/src/IconDominoMaskRoundedFilled.tsx +++ b/src/IconDominoMaskRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDominoMaskRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDominoMaskRoundedFilled as default } diff --git a/src/IconDominoMaskSharp.tsx b/src/IconDominoMaskSharp.tsx index 0213d816e..122dac594 100644 --- a/src/IconDominoMaskSharp.tsx +++ b/src/IconDominoMaskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskSharp: React.FC = ({ ...props }) => ( +export const IconDominoMaskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDominoMaskSharp as default } diff --git a/src/IconDominoMaskSharpFilled.tsx b/src/IconDominoMaskSharpFilled.tsx index 100ab09be..2bcf57d2d 100644 --- a/src/IconDominoMaskSharpFilled.tsx +++ b/src/IconDominoMaskSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDominoMaskSharpFilled: React.FC = ({ ...props }) => ( +export const IconDominoMaskSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDominoMaskSharpFilled as default } diff --git a/src/IconDoneAllOutlined.tsx b/src/IconDoneAllOutlined.tsx index d3d4a5131..743a7fd6f 100644 --- a/src/IconDoneAllOutlined.tsx +++ b/src/IconDoneAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllOutlined: React.FC = ({ ...props }) => ( +export const IconDoneAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneAllOutlined as default } diff --git a/src/IconDoneAllOutlinedFilled.tsx b/src/IconDoneAllOutlinedFilled.tsx index c1aa45a44..cb02928b7 100644 --- a/src/IconDoneAllOutlinedFilled.tsx +++ b/src/IconDoneAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoneAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoneAllOutlinedFilled as default } diff --git a/src/IconDoneAllRounded.tsx b/src/IconDoneAllRounded.tsx index 4377dee5f..1e2d37ce1 100644 --- a/src/IconDoneAllRounded.tsx +++ b/src/IconDoneAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllRounded: React.FC = ({ ...props }) => ( +export const IconDoneAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneAllRounded as default } diff --git a/src/IconDoneAllRoundedFilled.tsx b/src/IconDoneAllRoundedFilled.tsx index a76d0ab76..a5f6e23ad 100644 --- a/src/IconDoneAllRoundedFilled.tsx +++ b/src/IconDoneAllRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoneAllRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneAllRoundedFilled as default } diff --git a/src/IconDoneAllSharp.tsx b/src/IconDoneAllSharp.tsx index 95e4da49b..3498bff33 100644 --- a/src/IconDoneAllSharp.tsx +++ b/src/IconDoneAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllSharp: React.FC = ({ ...props }) => ( +export const IconDoneAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneAllSharp as default } diff --git a/src/IconDoneAllSharpFilled.tsx b/src/IconDoneAllSharpFilled.tsx index 852fb77eb..3e3338e3b 100644 --- a/src/IconDoneAllSharpFilled.tsx +++ b/src/IconDoneAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoneAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneAllSharpFilled as default } diff --git a/src/IconDoneOutlineOutlined.tsx b/src/IconDoneOutlineOutlined.tsx index 2bf04a308..1fb7d6a9c 100644 --- a/src/IconDoneOutlineOutlined.tsx +++ b/src/IconDoneOutlineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineOutlined: React.FC = ({ ...props }) => ( +export const IconDoneOutlineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineOutlined as default } diff --git a/src/IconDoneOutlineOutlinedFilled.tsx b/src/IconDoneOutlineOutlinedFilled.tsx index 7945e129f..f78f84a1d 100644 --- a/src/IconDoneOutlineOutlinedFilled.tsx +++ b/src/IconDoneOutlineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoneOutlineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineOutlinedFilled as default } diff --git a/src/IconDoneOutlineRounded.tsx b/src/IconDoneOutlineRounded.tsx index 5bbc62b7a..5454f460c 100644 --- a/src/IconDoneOutlineRounded.tsx +++ b/src/IconDoneOutlineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineRounded: React.FC = ({ ...props }) => ( +export const IconDoneOutlineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineRounded as default } diff --git a/src/IconDoneOutlineRoundedFilled.tsx b/src/IconDoneOutlineRoundedFilled.tsx index 6627cf1ee..0e475ed91 100644 --- a/src/IconDoneOutlineRoundedFilled.tsx +++ b/src/IconDoneOutlineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoneOutlineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineRoundedFilled as default } diff --git a/src/IconDoneOutlineSharp.tsx b/src/IconDoneOutlineSharp.tsx index 8cee18dbb..b9ffbe5e9 100644 --- a/src/IconDoneOutlineSharp.tsx +++ b/src/IconDoneOutlineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineSharp: React.FC = ({ ...props }) => ( +export const IconDoneOutlineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineSharp as default } diff --git a/src/IconDoneOutlineSharpFilled.tsx b/src/IconDoneOutlineSharpFilled.tsx index 6d381b4b5..4f73e8a77 100644 --- a/src/IconDoneOutlineSharpFilled.tsx +++ b/src/IconDoneOutlineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoneOutlineSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoneOutlineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoneOutlineSharpFilled as default } diff --git a/src/IconDonutLargeOutlined.tsx b/src/IconDonutLargeOutlined.tsx index c136d6bc8..f0dd9468b 100644 --- a/src/IconDonutLargeOutlined.tsx +++ b/src/IconDonutLargeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeOutlined: React.FC = ({ ...props }) => ( +export const IconDonutLargeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutLargeOutlined as default } diff --git a/src/IconDonutLargeOutlinedFilled.tsx b/src/IconDonutLargeOutlinedFilled.tsx index ea04e49eb..a0fb3206a 100644 --- a/src/IconDonutLargeOutlinedFilled.tsx +++ b/src/IconDonutLargeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDonutLargeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutLargeOutlinedFilled as default } diff --git a/src/IconDonutLargeRounded.tsx b/src/IconDonutLargeRounded.tsx index 01b28a45a..d1d520bbe 100644 --- a/src/IconDonutLargeRounded.tsx +++ b/src/IconDonutLargeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeRounded: React.FC = ({ ...props }) => ( +export const IconDonutLargeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutLargeRounded as default } diff --git a/src/IconDonutLargeRoundedFilled.tsx b/src/IconDonutLargeRoundedFilled.tsx index 75f2c776d..8ab979b1d 100644 --- a/src/IconDonutLargeRoundedFilled.tsx +++ b/src/IconDonutLargeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDonutLargeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutLargeRoundedFilled as default } diff --git a/src/IconDonutLargeSharp.tsx b/src/IconDonutLargeSharp.tsx index f63a7a220..9b5791bd1 100644 --- a/src/IconDonutLargeSharp.tsx +++ b/src/IconDonutLargeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeSharp: React.FC = ({ ...props }) => ( +export const IconDonutLargeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutLargeSharp as default } diff --git a/src/IconDonutLargeSharpFilled.tsx b/src/IconDonutLargeSharpFilled.tsx index 98ccd9290..a1302bfe0 100644 --- a/src/IconDonutLargeSharpFilled.tsx +++ b/src/IconDonutLargeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutLargeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDonutLargeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutLargeSharpFilled as default } diff --git a/src/IconDonutSmallOutlined.tsx b/src/IconDonutSmallOutlined.tsx index ba5c669f8..e0ecc71bf 100644 --- a/src/IconDonutSmallOutlined.tsx +++ b/src/IconDonutSmallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallOutlined: React.FC = ({ ...props }) => ( +export const IconDonutSmallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutSmallOutlined as default } diff --git a/src/IconDonutSmallOutlinedFilled.tsx b/src/IconDonutSmallOutlinedFilled.tsx index 5bc0480cc..30e011abe 100644 --- a/src/IconDonutSmallOutlinedFilled.tsx +++ b/src/IconDonutSmallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDonutSmallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutSmallOutlinedFilled as default } diff --git a/src/IconDonutSmallRounded.tsx b/src/IconDonutSmallRounded.tsx index 6c3af4c87..7e7fe1744 100644 --- a/src/IconDonutSmallRounded.tsx +++ b/src/IconDonutSmallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallRounded: React.FC = ({ ...props }) => ( +export const IconDonutSmallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutSmallRounded as default } diff --git a/src/IconDonutSmallRoundedFilled.tsx b/src/IconDonutSmallRoundedFilled.tsx index 47647af7b..4ad407e53 100644 --- a/src/IconDonutSmallRoundedFilled.tsx +++ b/src/IconDonutSmallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDonutSmallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutSmallRoundedFilled as default } diff --git a/src/IconDonutSmallSharp.tsx b/src/IconDonutSmallSharp.tsx index 7dce74e67..001c20bb1 100644 --- a/src/IconDonutSmallSharp.tsx +++ b/src/IconDonutSmallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallSharp: React.FC = ({ ...props }) => ( +export const IconDonutSmallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDonutSmallSharp as default } diff --git a/src/IconDonutSmallSharpFilled.tsx b/src/IconDonutSmallSharpFilled.tsx index 527d90683..df595942e 100644 --- a/src/IconDonutSmallSharpFilled.tsx +++ b/src/IconDonutSmallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDonutSmallSharpFilled: React.FC = ({ ...props }) => ( +export const IconDonutSmallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDonutSmallSharpFilled as default } diff --git a/src/IconDoorBackOutlined.tsx b/src/IconDoorBackOutlined.tsx index 50e372f80..8e6f6c4be 100644 --- a/src/IconDoorBackOutlined.tsx +++ b/src/IconDoorBackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackOutlined: React.FC = ({ ...props }) => ( +export const IconDoorBackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorBackOutlined as default } diff --git a/src/IconDoorBackOutlinedFilled.tsx b/src/IconDoorBackOutlinedFilled.tsx index 61fced819..ece9277d5 100644 --- a/src/IconDoorBackOutlinedFilled.tsx +++ b/src/IconDoorBackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorBackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorBackOutlinedFilled as default } diff --git a/src/IconDoorBackRounded.tsx b/src/IconDoorBackRounded.tsx index e263f472d..c3878d8d3 100644 --- a/src/IconDoorBackRounded.tsx +++ b/src/IconDoorBackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackRounded: React.FC = ({ ...props }) => ( +export const IconDoorBackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorBackRounded as default } diff --git a/src/IconDoorBackRoundedFilled.tsx b/src/IconDoorBackRoundedFilled.tsx index 9775cc654..1aec22c2d 100644 --- a/src/IconDoorBackRoundedFilled.tsx +++ b/src/IconDoorBackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorBackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorBackRoundedFilled as default } diff --git a/src/IconDoorBackSharp.tsx b/src/IconDoorBackSharp.tsx index e3116b931..91193c235 100644 --- a/src/IconDoorBackSharp.tsx +++ b/src/IconDoorBackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackSharp: React.FC = ({ ...props }) => ( +export const IconDoorBackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorBackSharp as default } diff --git a/src/IconDoorBackSharpFilled.tsx b/src/IconDoorBackSharpFilled.tsx index d75003ab9..f88c4c20f 100644 --- a/src/IconDoorBackSharpFilled.tsx +++ b/src/IconDoorBackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorBackSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorBackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorBackSharpFilled as default } diff --git a/src/IconDoorFrontOutlined.tsx b/src/IconDoorFrontOutlined.tsx index 1ebd20c23..a011241a0 100644 --- a/src/IconDoorFrontOutlined.tsx +++ b/src/IconDoorFrontOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontOutlined: React.FC = ({ ...props }) => ( +export const IconDoorFrontOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorFrontOutlined as default } diff --git a/src/IconDoorFrontOutlinedFilled.tsx b/src/IconDoorFrontOutlinedFilled.tsx index 3002ded9a..309001f7f 100644 --- a/src/IconDoorFrontOutlinedFilled.tsx +++ b/src/IconDoorFrontOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorFrontOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorFrontOutlinedFilled as default } diff --git a/src/IconDoorFrontRounded.tsx b/src/IconDoorFrontRounded.tsx index b1dc0e674..3ccd7851b 100644 --- a/src/IconDoorFrontRounded.tsx +++ b/src/IconDoorFrontRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontRounded: React.FC = ({ ...props }) => ( +export const IconDoorFrontRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorFrontRounded as default } diff --git a/src/IconDoorFrontRoundedFilled.tsx b/src/IconDoorFrontRoundedFilled.tsx index 76c8b3d16..ec6afbf22 100644 --- a/src/IconDoorFrontRoundedFilled.tsx +++ b/src/IconDoorFrontRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorFrontRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorFrontRoundedFilled as default } diff --git a/src/IconDoorFrontSharp.tsx b/src/IconDoorFrontSharp.tsx index 8d26452b1..b2fd3b83f 100644 --- a/src/IconDoorFrontSharp.tsx +++ b/src/IconDoorFrontSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontSharp: React.FC = ({ ...props }) => ( +export const IconDoorFrontSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorFrontSharp as default } diff --git a/src/IconDoorFrontSharpFilled.tsx b/src/IconDoorFrontSharpFilled.tsx index c8b06ed99..6eabe47a3 100644 --- a/src/IconDoorFrontSharpFilled.tsx +++ b/src/IconDoorFrontSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorFrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorFrontSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorFrontSharpFilled as default } diff --git a/src/IconDoorOpenOutlined.tsx b/src/IconDoorOpenOutlined.tsx index e3a320a7c..0f3d4e417 100644 --- a/src/IconDoorOpenOutlined.tsx +++ b/src/IconDoorOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenOutlined: React.FC = ({ ...props }) => ( +export const IconDoorOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorOpenOutlined as default } diff --git a/src/IconDoorOpenOutlinedFilled.tsx b/src/IconDoorOpenOutlinedFilled.tsx index e9a50cc1f..2be57d546 100644 --- a/src/IconDoorOpenOutlinedFilled.tsx +++ b/src/IconDoorOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorOpenOutlinedFilled as default } diff --git a/src/IconDoorOpenRounded.tsx b/src/IconDoorOpenRounded.tsx index 228c5a814..082629e64 100644 --- a/src/IconDoorOpenRounded.tsx +++ b/src/IconDoorOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenRounded: React.FC = ({ ...props }) => ( +export const IconDoorOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorOpenRounded as default } diff --git a/src/IconDoorOpenRoundedFilled.tsx b/src/IconDoorOpenRoundedFilled.tsx index 7f26a12bb..ddcb9ead6 100644 --- a/src/IconDoorOpenRoundedFilled.tsx +++ b/src/IconDoorOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorOpenRoundedFilled as default } diff --git a/src/IconDoorOpenSharp.tsx b/src/IconDoorOpenSharp.tsx index f9aa3682b..8f4dd3dd3 100644 --- a/src/IconDoorOpenSharp.tsx +++ b/src/IconDoorOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenSharp: React.FC = ({ ...props }) => ( +export const IconDoorOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorOpenSharp as default } diff --git a/src/IconDoorOpenSharpFilled.tsx b/src/IconDoorOpenSharpFilled.tsx index c8448ca82..d183bb337 100644 --- a/src/IconDoorOpenSharpFilled.tsx +++ b/src/IconDoorOpenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorOpenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorOpenSharpFilled as default } diff --git a/src/IconDoorSensorOutlined.tsx b/src/IconDoorSensorOutlined.tsx index 95d2d010a..3bfd33d42 100644 --- a/src/IconDoorSensorOutlined.tsx +++ b/src/IconDoorSensorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorOutlined: React.FC = ({ ...props }) => ( +export const IconDoorSensorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSensorOutlined as default } diff --git a/src/IconDoorSensorOutlinedFilled.tsx b/src/IconDoorSensorOutlinedFilled.tsx index fb16741ae..97fb97e0d 100644 --- a/src/IconDoorSensorOutlinedFilled.tsx +++ b/src/IconDoorSensorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorSensorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSensorOutlinedFilled as default } diff --git a/src/IconDoorSensorRounded.tsx b/src/IconDoorSensorRounded.tsx index b1ca414e1..5b6e39a7b 100644 --- a/src/IconDoorSensorRounded.tsx +++ b/src/IconDoorSensorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorRounded: React.FC = ({ ...props }) => ( +export const IconDoorSensorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSensorRounded as default } diff --git a/src/IconDoorSensorRoundedFilled.tsx b/src/IconDoorSensorRoundedFilled.tsx index 2298e070f..af5cabce7 100644 --- a/src/IconDoorSensorRoundedFilled.tsx +++ b/src/IconDoorSensorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorSensorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSensorRoundedFilled as default } diff --git a/src/IconDoorSensorSharp.tsx b/src/IconDoorSensorSharp.tsx index b1e0e5ad6..6e7b12f76 100644 --- a/src/IconDoorSensorSharp.tsx +++ b/src/IconDoorSensorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorSharp: React.FC = ({ ...props }) => ( +export const IconDoorSensorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSensorSharp as default } diff --git a/src/IconDoorSensorSharpFilled.tsx b/src/IconDoorSensorSharpFilled.tsx index f4755de29..fa78acd85 100644 --- a/src/IconDoorSensorSharpFilled.tsx +++ b/src/IconDoorSensorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSensorSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorSensorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSensorSharpFilled as default } diff --git a/src/IconDoorSlidingOutlined.tsx b/src/IconDoorSlidingOutlined.tsx index cd4b2e764..e53d88587 100644 --- a/src/IconDoorSlidingOutlined.tsx +++ b/src/IconDoorSlidingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingOutlined: React.FC = ({ ...props }) => ( +export const IconDoorSlidingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingOutlined as default } diff --git a/src/IconDoorSlidingOutlinedFilled.tsx b/src/IconDoorSlidingOutlinedFilled.tsx index 9544a08ed..17f02e701 100644 --- a/src/IconDoorSlidingOutlinedFilled.tsx +++ b/src/IconDoorSlidingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorSlidingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingOutlinedFilled as default } diff --git a/src/IconDoorSlidingRounded.tsx b/src/IconDoorSlidingRounded.tsx index 868c55947..fda3919cd 100644 --- a/src/IconDoorSlidingRounded.tsx +++ b/src/IconDoorSlidingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingRounded: React.FC = ({ ...props }) => ( +export const IconDoorSlidingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingRounded as default } diff --git a/src/IconDoorSlidingRoundedFilled.tsx b/src/IconDoorSlidingRoundedFilled.tsx index fe050da6c..24cbbe0a5 100644 --- a/src/IconDoorSlidingRoundedFilled.tsx +++ b/src/IconDoorSlidingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorSlidingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingRoundedFilled as default } diff --git a/src/IconDoorSlidingSharp.tsx b/src/IconDoorSlidingSharp.tsx index 2f5e62c21..255e8d763 100644 --- a/src/IconDoorSlidingSharp.tsx +++ b/src/IconDoorSlidingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingSharp: React.FC = ({ ...props }) => ( +export const IconDoorSlidingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingSharp as default } diff --git a/src/IconDoorSlidingSharpFilled.tsx b/src/IconDoorSlidingSharpFilled.tsx index a2595ea2e..5ec3f4ae2 100644 --- a/src/IconDoorSlidingSharpFilled.tsx +++ b/src/IconDoorSlidingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorSlidingSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorSlidingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorSlidingSharpFilled as default } diff --git a/src/IconDoorbell3pOutlined.tsx b/src/IconDoorbell3pOutlined.tsx index 7658fa5ff..160688215 100644 --- a/src/IconDoorbell3pOutlined.tsx +++ b/src/IconDoorbell3pOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pOutlined: React.FC = ({ ...props }) => ( +export const IconDoorbell3pOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pOutlined as default } diff --git a/src/IconDoorbell3pOutlinedFilled.tsx b/src/IconDoorbell3pOutlinedFilled.tsx index f46d64548..256e1790a 100644 --- a/src/IconDoorbell3pOutlinedFilled.tsx +++ b/src/IconDoorbell3pOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbell3pOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pOutlinedFilled as default } diff --git a/src/IconDoorbell3pRounded.tsx b/src/IconDoorbell3pRounded.tsx index 956119d47..eb33aefc8 100644 --- a/src/IconDoorbell3pRounded.tsx +++ b/src/IconDoorbell3pRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pRounded: React.FC = ({ ...props }) => ( +export const IconDoorbell3pRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pRounded as default } diff --git a/src/IconDoorbell3pRoundedFilled.tsx b/src/IconDoorbell3pRoundedFilled.tsx index 10787e471..b06f86b41 100644 --- a/src/IconDoorbell3pRoundedFilled.tsx +++ b/src/IconDoorbell3pRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbell3pRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pRoundedFilled as default } diff --git a/src/IconDoorbell3pSharp.tsx b/src/IconDoorbell3pSharp.tsx index f06978c9d..1a89e049f 100644 --- a/src/IconDoorbell3pSharp.tsx +++ b/src/IconDoorbell3pSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pSharp: React.FC = ({ ...props }) => ( +export const IconDoorbell3pSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pSharp as default } diff --git a/src/IconDoorbell3pSharpFilled.tsx b/src/IconDoorbell3pSharpFilled.tsx index d6e206055..3cee3aa44 100644 --- a/src/IconDoorbell3pSharpFilled.tsx +++ b/src/IconDoorbell3pSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbell3pSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorbell3pSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbell3pSharpFilled as default } diff --git a/src/IconDoorbellChimeOutlined.tsx b/src/IconDoorbellChimeOutlined.tsx index 7c52816f1..c8e20f347 100644 --- a/src/IconDoorbellChimeOutlined.tsx +++ b/src/IconDoorbellChimeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeOutlined: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeOutlined as default } diff --git a/src/IconDoorbellChimeOutlinedFilled.tsx b/src/IconDoorbellChimeOutlinedFilled.tsx index 6951ccb26..b6fcee13b 100644 --- a/src/IconDoorbellChimeOutlinedFilled.tsx +++ b/src/IconDoorbellChimeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeOutlinedFilled as default } diff --git a/src/IconDoorbellChimeRounded.tsx b/src/IconDoorbellChimeRounded.tsx index 6575fee02..2c8776f40 100644 --- a/src/IconDoorbellChimeRounded.tsx +++ b/src/IconDoorbellChimeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeRounded: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeRounded as default } diff --git a/src/IconDoorbellChimeRoundedFilled.tsx b/src/IconDoorbellChimeRoundedFilled.tsx index c35bb2d49..c31984695 100644 --- a/src/IconDoorbellChimeRoundedFilled.tsx +++ b/src/IconDoorbellChimeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeRoundedFilled as default } diff --git a/src/IconDoorbellChimeSharp.tsx b/src/IconDoorbellChimeSharp.tsx index 39e8b8747..07d30cd59 100644 --- a/src/IconDoorbellChimeSharp.tsx +++ b/src/IconDoorbellChimeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeSharp: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeSharp as default } diff --git a/src/IconDoorbellChimeSharpFilled.tsx b/src/IconDoorbellChimeSharpFilled.tsx index c0794e8f4..151a1fbd2 100644 --- a/src/IconDoorbellChimeSharpFilled.tsx +++ b/src/IconDoorbellChimeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellChimeSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellChimeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellChimeSharpFilled as default } diff --git a/src/IconDoorbellOutlined.tsx b/src/IconDoorbellOutlined.tsx index 2a6cabd52..846f73da0 100644 --- a/src/IconDoorbellOutlined.tsx +++ b/src/IconDoorbellOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellOutlined: React.FC = ({ ...props }) => ( +export const IconDoorbellOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellOutlined as default } diff --git a/src/IconDoorbellOutlinedFilled.tsx b/src/IconDoorbellOutlinedFilled.tsx index d8dde0108..030e8529b 100644 --- a/src/IconDoorbellOutlinedFilled.tsx +++ b/src/IconDoorbellOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellOutlinedFilled as default } diff --git a/src/IconDoorbellRounded.tsx b/src/IconDoorbellRounded.tsx index 104686722..cfea7788a 100644 --- a/src/IconDoorbellRounded.tsx +++ b/src/IconDoorbellRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellRounded: React.FC = ({ ...props }) => ( +export const IconDoorbellRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellRounded as default } diff --git a/src/IconDoorbellRoundedFilled.tsx b/src/IconDoorbellRoundedFilled.tsx index f4957ba38..ddcb55b2d 100644 --- a/src/IconDoorbellRoundedFilled.tsx +++ b/src/IconDoorbellRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoorbellRoundedFilled as default } diff --git a/src/IconDoorbellSharp.tsx b/src/IconDoorbellSharp.tsx index c9688e786..6d0389a4e 100644 --- a/src/IconDoorbellSharp.tsx +++ b/src/IconDoorbellSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellSharp: React.FC = ({ ...props }) => ( +export const IconDoorbellSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellSharp as default } diff --git a/src/IconDoorbellSharpFilled.tsx b/src/IconDoorbellSharpFilled.tsx index ea1dac250..b3d0f5924 100644 --- a/src/IconDoorbellSharpFilled.tsx +++ b/src/IconDoorbellSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoorbellSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoorbellSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoorbellSharpFilled as default } diff --git a/src/IconDoubleArrowOutlined.tsx b/src/IconDoubleArrowOutlined.tsx index 157ca5a35..6a98d9b97 100644 --- a/src/IconDoubleArrowOutlined.tsx +++ b/src/IconDoubleArrowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowOutlined: React.FC = ({ ...props }) => ( +export const IconDoubleArrowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowOutlined as default } diff --git a/src/IconDoubleArrowOutlinedFilled.tsx b/src/IconDoubleArrowOutlinedFilled.tsx index f1eff283f..d3b7f0318 100644 --- a/src/IconDoubleArrowOutlinedFilled.tsx +++ b/src/IconDoubleArrowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDoubleArrowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowOutlinedFilled as default } diff --git a/src/IconDoubleArrowRounded.tsx b/src/IconDoubleArrowRounded.tsx index f2ef675cc..cedf368d5 100644 --- a/src/IconDoubleArrowRounded.tsx +++ b/src/IconDoubleArrowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowRounded: React.FC = ({ ...props }) => ( +export const IconDoubleArrowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowRounded as default } diff --git a/src/IconDoubleArrowRoundedFilled.tsx b/src/IconDoubleArrowRoundedFilled.tsx index fb3f014da..3e3ad2986 100644 --- a/src/IconDoubleArrowRoundedFilled.tsx +++ b/src/IconDoubleArrowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDoubleArrowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowRoundedFilled as default } diff --git a/src/IconDoubleArrowSharp.tsx b/src/IconDoubleArrowSharp.tsx index fa38eedd8..9ffad7859 100644 --- a/src/IconDoubleArrowSharp.tsx +++ b/src/IconDoubleArrowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowSharp: React.FC = ({ ...props }) => ( +export const IconDoubleArrowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowSharp as default } diff --git a/src/IconDoubleArrowSharpFilled.tsx b/src/IconDoubleArrowSharpFilled.tsx index 6fbd40a80..72e3982d3 100644 --- a/src/IconDoubleArrowSharpFilled.tsx +++ b/src/IconDoubleArrowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDoubleArrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconDoubleArrowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDoubleArrowSharpFilled as default } diff --git a/src/IconDownhillSkiingOutlined.tsx b/src/IconDownhillSkiingOutlined.tsx index 263c7ee65..2b75dcb73 100644 --- a/src/IconDownhillSkiingOutlined.tsx +++ b/src/IconDownhillSkiingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingOutlined: React.FC = ({ ...props }) => ( +export const IconDownhillSkiingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownhillSkiingOutlined as default } diff --git a/src/IconDownhillSkiingOutlinedFilled.tsx b/src/IconDownhillSkiingOutlinedFilled.tsx index a702f70c0..c729c1a79 100644 --- a/src/IconDownhillSkiingOutlinedFilled.tsx +++ b/src/IconDownhillSkiingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingOutlinedFilled: React.FC = ({ +export const IconDownhillSkiingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDownhillSkiingOutlinedFilled: React.FC = ({ ) - -export { IconDownhillSkiingOutlinedFilled as default } diff --git a/src/IconDownhillSkiingRounded.tsx b/src/IconDownhillSkiingRounded.tsx index 2bee56541..af24cded5 100644 --- a/src/IconDownhillSkiingRounded.tsx +++ b/src/IconDownhillSkiingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingRounded: React.FC = ({ ...props }) => ( +export const IconDownhillSkiingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownhillSkiingRounded as default } diff --git a/src/IconDownhillSkiingRoundedFilled.tsx b/src/IconDownhillSkiingRoundedFilled.tsx index aa8db08b8..25d33ba36 100644 --- a/src/IconDownhillSkiingRoundedFilled.tsx +++ b/src/IconDownhillSkiingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDownhillSkiingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownhillSkiingRoundedFilled as default } diff --git a/src/IconDownhillSkiingSharp.tsx b/src/IconDownhillSkiingSharp.tsx index e77fc2c49..41f2cf764 100644 --- a/src/IconDownhillSkiingSharp.tsx +++ b/src/IconDownhillSkiingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingSharp: React.FC = ({ ...props }) => ( +export const IconDownhillSkiingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownhillSkiingSharp as default } diff --git a/src/IconDownhillSkiingSharpFilled.tsx b/src/IconDownhillSkiingSharpFilled.tsx index 970d06d7a..1ba0bf8d6 100644 --- a/src/IconDownhillSkiingSharpFilled.tsx +++ b/src/IconDownhillSkiingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownhillSkiingSharpFilled: React.FC = ({ ...props }) => ( +export const IconDownhillSkiingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownhillSkiingSharpFilled as default } diff --git a/src/IconDownload2Outlined.tsx b/src/IconDownload2Outlined.tsx index cc46a31ab..f41b5931e 100644 --- a/src/IconDownload2Outlined.tsx +++ b/src/IconDownload2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2Outlined: React.FC = ({ ...props }) => ( +export const IconDownload2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownload2Outlined as default } diff --git a/src/IconDownload2OutlinedFilled.tsx b/src/IconDownload2OutlinedFilled.tsx index e3792ef81..aa06358bb 100644 --- a/src/IconDownload2OutlinedFilled.tsx +++ b/src/IconDownload2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDownload2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownload2OutlinedFilled as default } diff --git a/src/IconDownload2Rounded.tsx b/src/IconDownload2Rounded.tsx index df71e5f4e..abb91d0f6 100644 --- a/src/IconDownload2Rounded.tsx +++ b/src/IconDownload2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2Rounded: React.FC = ({ ...props }) => ( +export const IconDownload2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownload2Rounded as default } diff --git a/src/IconDownload2RoundedFilled.tsx b/src/IconDownload2RoundedFilled.tsx index c7a2d9aef..721e30025 100644 --- a/src/IconDownload2RoundedFilled.tsx +++ b/src/IconDownload2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconDownload2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownload2RoundedFilled as default } diff --git a/src/IconDownload2Sharp.tsx b/src/IconDownload2Sharp.tsx index 365bc6016..b558a243a 100644 --- a/src/IconDownload2Sharp.tsx +++ b/src/IconDownload2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2Sharp: React.FC = ({ ...props }) => ( +export const IconDownload2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownload2Sharp as default } diff --git a/src/IconDownload2SharpFilled.tsx b/src/IconDownload2SharpFilled.tsx index 679843f5c..80f6bba0b 100644 --- a/src/IconDownload2SharpFilled.tsx +++ b/src/IconDownload2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownload2SharpFilled: React.FC = ({ ...props }) => ( +export const IconDownload2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownload2SharpFilled as default } diff --git a/src/IconDownloadDoneOutlined.tsx b/src/IconDownloadDoneOutlined.tsx index 6f9ade482..dd8b4aa49 100644 --- a/src/IconDownloadDoneOutlined.tsx +++ b/src/IconDownloadDoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneOutlined: React.FC = ({ ...props }) => ( +export const IconDownloadDoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneOutlined as default } diff --git a/src/IconDownloadDoneOutlinedFilled.tsx b/src/IconDownloadDoneOutlinedFilled.tsx index 2f9e1e50c..deb0290a9 100644 --- a/src/IconDownloadDoneOutlinedFilled.tsx +++ b/src/IconDownloadDoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadDoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneOutlinedFilled as default } diff --git a/src/IconDownloadDoneRounded.tsx b/src/IconDownloadDoneRounded.tsx index 7e40e2cf7..2fbce7e47 100644 --- a/src/IconDownloadDoneRounded.tsx +++ b/src/IconDownloadDoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneRounded: React.FC = ({ ...props }) => ( +export const IconDownloadDoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneRounded as default } diff --git a/src/IconDownloadDoneRoundedFilled.tsx b/src/IconDownloadDoneRoundedFilled.tsx index d3db79a73..fe4fe960a 100644 --- a/src/IconDownloadDoneRoundedFilled.tsx +++ b/src/IconDownloadDoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadDoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneRoundedFilled as default } diff --git a/src/IconDownloadDoneSharp.tsx b/src/IconDownloadDoneSharp.tsx index 97ca67ec0..bce5db44b 100644 --- a/src/IconDownloadDoneSharp.tsx +++ b/src/IconDownloadDoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneSharp: React.FC = ({ ...props }) => ( +export const IconDownloadDoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneSharp as default } diff --git a/src/IconDownloadDoneSharpFilled.tsx b/src/IconDownloadDoneSharpFilled.tsx index b9db17d98..1907df45e 100644 --- a/src/IconDownloadDoneSharpFilled.tsx +++ b/src/IconDownloadDoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadDoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconDownloadDoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadDoneSharpFilled as default } diff --git a/src/IconDownloadForOfflineOutlined.tsx b/src/IconDownloadForOfflineOutlined.tsx index e9668b759..faf686a7f 100644 --- a/src/IconDownloadForOfflineOutlined.tsx +++ b/src/IconDownloadForOfflineOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineOutlined: React.FC = ({ ...props }) => ( +export const IconDownloadForOfflineOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadForOfflineOutlined as default } diff --git a/src/IconDownloadForOfflineOutlinedFilled.tsx b/src/IconDownloadForOfflineOutlinedFilled.tsx index c31f0cc3c..46de92dfd 100644 --- a/src/IconDownloadForOfflineOutlinedFilled.tsx +++ b/src/IconDownloadForOfflineOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineOutlinedFilled: React.FC = ({ +export const IconDownloadForOfflineOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDownloadForOfflineOutlinedFilled: React.FC = ({ ) - -export { IconDownloadForOfflineOutlinedFilled as default } diff --git a/src/IconDownloadForOfflineRounded.tsx b/src/IconDownloadForOfflineRounded.tsx index 9e8552138..467f3dcc5 100644 --- a/src/IconDownloadForOfflineRounded.tsx +++ b/src/IconDownloadForOfflineRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineRounded: React.FC = ({ ...props }) => ( +export const IconDownloadForOfflineRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadForOfflineRounded as default } diff --git a/src/IconDownloadForOfflineRoundedFilled.tsx b/src/IconDownloadForOfflineRoundedFilled.tsx index 09312f6c2..90e75a80e 100644 --- a/src/IconDownloadForOfflineRoundedFilled.tsx +++ b/src/IconDownloadForOfflineRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineRoundedFilled: React.FC = ({ +export const IconDownloadForOfflineRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDownloadForOfflineRoundedFilled: React.FC = ({ ) - -export { IconDownloadForOfflineRoundedFilled as default } diff --git a/src/IconDownloadForOfflineSharp.tsx b/src/IconDownloadForOfflineSharp.tsx index 40e77e398..149c40a40 100644 --- a/src/IconDownloadForOfflineSharp.tsx +++ b/src/IconDownloadForOfflineSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineSharp: React.FC = ({ ...props }) => ( +export const IconDownloadForOfflineSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadForOfflineSharp as default } diff --git a/src/IconDownloadForOfflineSharpFilled.tsx b/src/IconDownloadForOfflineSharpFilled.tsx index a0f8694cf..19231fc53 100644 --- a/src/IconDownloadForOfflineSharpFilled.tsx +++ b/src/IconDownloadForOfflineSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadForOfflineSharpFilled: React.FC = ({ +export const IconDownloadForOfflineSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDownloadForOfflineSharpFilled: React.FC = ({ ) - -export { IconDownloadForOfflineSharpFilled as default } diff --git a/src/IconDownloadOutlined.tsx b/src/IconDownloadOutlined.tsx index 9ec415549..483af0126 100644 --- a/src/IconDownloadOutlined.tsx +++ b/src/IconDownloadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadOutlined: React.FC = ({ ...props }) => ( +export const IconDownloadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadOutlined as default } diff --git a/src/IconDownloadOutlinedFilled.tsx b/src/IconDownloadOutlinedFilled.tsx index fdcdb0837..37477c260 100644 --- a/src/IconDownloadOutlinedFilled.tsx +++ b/src/IconDownloadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadOutlinedFilled as default } diff --git a/src/IconDownloadRounded.tsx b/src/IconDownloadRounded.tsx index 867298e6f..b973e3ac8 100644 --- a/src/IconDownloadRounded.tsx +++ b/src/IconDownloadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadRounded: React.FC = ({ ...props }) => ( +export const IconDownloadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadRounded as default } diff --git a/src/IconDownloadRoundedFilled.tsx b/src/IconDownloadRoundedFilled.tsx index 84beb2a1e..c95ff91ad 100644 --- a/src/IconDownloadRoundedFilled.tsx +++ b/src/IconDownloadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadRoundedFilled as default } diff --git a/src/IconDownloadSharp.tsx b/src/IconDownloadSharp.tsx index e756304d2..a9011cea7 100644 --- a/src/IconDownloadSharp.tsx +++ b/src/IconDownloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadSharp: React.FC = ({ ...props }) => ( +export const IconDownloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadSharp as default } diff --git a/src/IconDownloadSharpFilled.tsx b/src/IconDownloadSharpFilled.tsx index 967524579..85a86c7f3 100644 --- a/src/IconDownloadSharpFilled.tsx +++ b/src/IconDownloadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconDownloadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadSharpFilled as default } diff --git a/src/IconDownloadingOutlined.tsx b/src/IconDownloadingOutlined.tsx index 01043b0cc..10a24b178 100644 --- a/src/IconDownloadingOutlined.tsx +++ b/src/IconDownloadingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingOutlined: React.FC = ({ ...props }) => ( +export const IconDownloadingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadingOutlined as default } diff --git a/src/IconDownloadingOutlinedFilled.tsx b/src/IconDownloadingOutlinedFilled.tsx index 126df54c6..8cef7a79d 100644 --- a/src/IconDownloadingOutlinedFilled.tsx +++ b/src/IconDownloadingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadingOutlinedFilled as default } diff --git a/src/IconDownloadingRounded.tsx b/src/IconDownloadingRounded.tsx index 4ef028e26..dbf7a799c 100644 --- a/src/IconDownloadingRounded.tsx +++ b/src/IconDownloadingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingRounded: React.FC = ({ ...props }) => ( +export const IconDownloadingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadingRounded as default } diff --git a/src/IconDownloadingRoundedFilled.tsx b/src/IconDownloadingRoundedFilled.tsx index 3112d8d78..99013bfe5 100644 --- a/src/IconDownloadingRoundedFilled.tsx +++ b/src/IconDownloadingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDownloadingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadingRoundedFilled as default } diff --git a/src/IconDownloadingSharp.tsx b/src/IconDownloadingSharp.tsx index d6f1b9aaa..552a75595 100644 --- a/src/IconDownloadingSharp.tsx +++ b/src/IconDownloadingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingSharp: React.FC = ({ ...props }) => ( +export const IconDownloadingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDownloadingSharp as default } diff --git a/src/IconDownloadingSharpFilled.tsx b/src/IconDownloadingSharpFilled.tsx index f922968f2..5f6b96f52 100644 --- a/src/IconDownloadingSharpFilled.tsx +++ b/src/IconDownloadingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDownloadingSharpFilled: React.FC = ({ ...props }) => ( +export const IconDownloadingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDownloadingSharpFilled as default } diff --git a/src/IconDraftOrdersOutlined.tsx b/src/IconDraftOrdersOutlined.tsx index a2e02d106..c2cfc9d22 100644 --- a/src/IconDraftOrdersOutlined.tsx +++ b/src/IconDraftOrdersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersOutlined: React.FC = ({ ...props }) => ( +export const IconDraftOrdersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersOutlined as default } diff --git a/src/IconDraftOrdersOutlinedFilled.tsx b/src/IconDraftOrdersOutlinedFilled.tsx index 8913e93f7..3c4d4446d 100644 --- a/src/IconDraftOrdersOutlinedFilled.tsx +++ b/src/IconDraftOrdersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDraftOrdersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersOutlinedFilled as default } diff --git a/src/IconDraftOrdersRounded.tsx b/src/IconDraftOrdersRounded.tsx index 08254985d..0096306de 100644 --- a/src/IconDraftOrdersRounded.tsx +++ b/src/IconDraftOrdersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersRounded: React.FC = ({ ...props }) => ( +export const IconDraftOrdersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersRounded as default } diff --git a/src/IconDraftOrdersRoundedFilled.tsx b/src/IconDraftOrdersRoundedFilled.tsx index f97ca8878..6cb8fa094 100644 --- a/src/IconDraftOrdersRoundedFilled.tsx +++ b/src/IconDraftOrdersRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDraftOrdersRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersRoundedFilled as default } diff --git a/src/IconDraftOrdersSharp.tsx b/src/IconDraftOrdersSharp.tsx index c7f6edccf..9a3f12ae4 100644 --- a/src/IconDraftOrdersSharp.tsx +++ b/src/IconDraftOrdersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersSharp: React.FC = ({ ...props }) => ( +export const IconDraftOrdersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersSharp as default } diff --git a/src/IconDraftOrdersSharpFilled.tsx b/src/IconDraftOrdersSharpFilled.tsx index 5eb1722e0..687224798 100644 --- a/src/IconDraftOrdersSharpFilled.tsx +++ b/src/IconDraftOrdersSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOrdersSharpFilled: React.FC = ({ ...props }) => ( +export const IconDraftOrdersSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDraftOrdersSharpFilled as default } diff --git a/src/IconDraftOutlined.tsx b/src/IconDraftOutlined.tsx index ac40f7882..6199a7812 100644 --- a/src/IconDraftOutlined.tsx +++ b/src/IconDraftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOutlined: React.FC = ({ ...props }) => ( +export const IconDraftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftOutlined as default } diff --git a/src/IconDraftOutlinedFilled.tsx b/src/IconDraftOutlinedFilled.tsx index d02a47292..ff0f91808 100644 --- a/src/IconDraftOutlinedFilled.tsx +++ b/src/IconDraftOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDraftOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftOutlinedFilled as default } diff --git a/src/IconDraftRounded.tsx b/src/IconDraftRounded.tsx index dd8388ab4..e93ba07ca 100644 --- a/src/IconDraftRounded.tsx +++ b/src/IconDraftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftRounded: React.FC = ({ ...props }) => ( +export const IconDraftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftRounded as default } diff --git a/src/IconDraftRoundedFilled.tsx b/src/IconDraftRoundedFilled.tsx index e96a1e4d0..605a53b59 100644 --- a/src/IconDraftRoundedFilled.tsx +++ b/src/IconDraftRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDraftRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftRoundedFilled as default } diff --git a/src/IconDraftSharp.tsx b/src/IconDraftSharp.tsx index 3fa1fa8fc..dcbccb5dd 100644 --- a/src/IconDraftSharp.tsx +++ b/src/IconDraftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftSharp: React.FC = ({ ...props }) => ( +export const IconDraftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftSharp as default } diff --git a/src/IconDraftSharpFilled.tsx b/src/IconDraftSharpFilled.tsx index 6899f42a4..b45b2b920 100644 --- a/src/IconDraftSharpFilled.tsx +++ b/src/IconDraftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftSharpFilled: React.FC = ({ ...props }) => ( +export const IconDraftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftSharpFilled as default } diff --git a/src/IconDraftsOutlined.tsx b/src/IconDraftsOutlined.tsx index 4e62d3cab..96ff55a75 100644 --- a/src/IconDraftsOutlined.tsx +++ b/src/IconDraftsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsOutlined: React.FC = ({ ...props }) => ( +export const IconDraftsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsOutlined as default } diff --git a/src/IconDraftsOutlinedFilled.tsx b/src/IconDraftsOutlinedFilled.tsx index 6245e1e99..7a6520c36 100644 --- a/src/IconDraftsOutlinedFilled.tsx +++ b/src/IconDraftsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDraftsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsOutlinedFilled as default } diff --git a/src/IconDraftsRounded.tsx b/src/IconDraftsRounded.tsx index e515e326c..ca4297528 100644 --- a/src/IconDraftsRounded.tsx +++ b/src/IconDraftsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsRounded: React.FC = ({ ...props }) => ( +export const IconDraftsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsRounded as default } diff --git a/src/IconDraftsRoundedFilled.tsx b/src/IconDraftsRoundedFilled.tsx index f810128a5..af287410c 100644 --- a/src/IconDraftsRoundedFilled.tsx +++ b/src/IconDraftsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDraftsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsRoundedFilled as default } diff --git a/src/IconDraftsSharp.tsx b/src/IconDraftsSharp.tsx index c263277d5..da484bb5f 100644 --- a/src/IconDraftsSharp.tsx +++ b/src/IconDraftsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsSharp: React.FC = ({ ...props }) => ( +export const IconDraftsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsSharp as default } diff --git a/src/IconDraftsSharpFilled.tsx b/src/IconDraftsSharpFilled.tsx index 4a0c4e72f..695c8779c 100644 --- a/src/IconDraftsSharpFilled.tsx +++ b/src/IconDraftsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDraftsSharpFilled: React.FC = ({ ...props }) => ( +export const IconDraftsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDraftsSharpFilled as default } diff --git a/src/IconDragClickOutlined.tsx b/src/IconDragClickOutlined.tsx index 2cf61a198..4421e68f7 100644 --- a/src/IconDragClickOutlined.tsx +++ b/src/IconDragClickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickOutlined: React.FC = ({ ...props }) => ( +export const IconDragClickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragClickOutlined as default } diff --git a/src/IconDragClickOutlinedFilled.tsx b/src/IconDragClickOutlinedFilled.tsx index 60ab10648..83100d685 100644 --- a/src/IconDragClickOutlinedFilled.tsx +++ b/src/IconDragClickOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDragClickOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragClickOutlinedFilled as default } diff --git a/src/IconDragClickRounded.tsx b/src/IconDragClickRounded.tsx index 29fdd561f..32f0495ef 100644 --- a/src/IconDragClickRounded.tsx +++ b/src/IconDragClickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickRounded: React.FC = ({ ...props }) => ( +export const IconDragClickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragClickRounded as default } diff --git a/src/IconDragClickRoundedFilled.tsx b/src/IconDragClickRoundedFilled.tsx index 78d6792ea..11e6054e2 100644 --- a/src/IconDragClickRoundedFilled.tsx +++ b/src/IconDragClickRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDragClickRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragClickRoundedFilled as default } diff --git a/src/IconDragClickSharp.tsx b/src/IconDragClickSharp.tsx index 5aed8911e..3b83a549f 100644 --- a/src/IconDragClickSharp.tsx +++ b/src/IconDragClickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickSharp: React.FC = ({ ...props }) => ( +export const IconDragClickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragClickSharp as default } diff --git a/src/IconDragClickSharpFilled.tsx b/src/IconDragClickSharpFilled.tsx index 1a57fffe2..6abf93618 100644 --- a/src/IconDragClickSharpFilled.tsx +++ b/src/IconDragClickSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragClickSharpFilled: React.FC = ({ ...props }) => ( +export const IconDragClickSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragClickSharpFilled as default } diff --git a/src/IconDragHandleOutlined.tsx b/src/IconDragHandleOutlined.tsx index 65f687ec4..6e71c79ec 100644 --- a/src/IconDragHandleOutlined.tsx +++ b/src/IconDragHandleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleOutlined: React.FC = ({ ...props }) => ( +export const IconDragHandleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragHandleOutlined as default } diff --git a/src/IconDragHandleOutlinedFilled.tsx b/src/IconDragHandleOutlinedFilled.tsx index e80609e32..83e59a1ff 100644 --- a/src/IconDragHandleOutlinedFilled.tsx +++ b/src/IconDragHandleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDragHandleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragHandleOutlinedFilled as default } diff --git a/src/IconDragHandleRounded.tsx b/src/IconDragHandleRounded.tsx index 034dd073b..e29d56a35 100644 --- a/src/IconDragHandleRounded.tsx +++ b/src/IconDragHandleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleRounded: React.FC = ({ ...props }) => ( +export const IconDragHandleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragHandleRounded as default } diff --git a/src/IconDragHandleRoundedFilled.tsx b/src/IconDragHandleRoundedFilled.tsx index a1b809b09..60419cbb7 100644 --- a/src/IconDragHandleRoundedFilled.tsx +++ b/src/IconDragHandleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDragHandleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragHandleRoundedFilled as default } diff --git a/src/IconDragHandleSharp.tsx b/src/IconDragHandleSharp.tsx index 15abdabcd..4647af795 100644 --- a/src/IconDragHandleSharp.tsx +++ b/src/IconDragHandleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleSharp: React.FC = ({ ...props }) => ( +export const IconDragHandleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragHandleSharp as default } diff --git a/src/IconDragHandleSharpFilled.tsx b/src/IconDragHandleSharpFilled.tsx index 0caf1a2ce..018ec05c5 100644 --- a/src/IconDragHandleSharpFilled.tsx +++ b/src/IconDragHandleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragHandleSharpFilled: React.FC = ({ ...props }) => ( +export const IconDragHandleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragHandleSharpFilled as default } diff --git a/src/IconDragIndicatorOutlined.tsx b/src/IconDragIndicatorOutlined.tsx index 29a6e5c31..d479d0c96 100644 --- a/src/IconDragIndicatorOutlined.tsx +++ b/src/IconDragIndicatorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorOutlined: React.FC = ({ ...props }) => ( +export const IconDragIndicatorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorOutlined as default } diff --git a/src/IconDragIndicatorOutlinedFilled.tsx b/src/IconDragIndicatorOutlinedFilled.tsx index ac9b3af47..425e372d8 100644 --- a/src/IconDragIndicatorOutlinedFilled.tsx +++ b/src/IconDragIndicatorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDragIndicatorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorOutlinedFilled as default } diff --git a/src/IconDragIndicatorRounded.tsx b/src/IconDragIndicatorRounded.tsx index dbfe8e46f..c4a32a09b 100644 --- a/src/IconDragIndicatorRounded.tsx +++ b/src/IconDragIndicatorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorRounded: React.FC = ({ ...props }) => ( +export const IconDragIndicatorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorRounded as default } diff --git a/src/IconDragIndicatorRoundedFilled.tsx b/src/IconDragIndicatorRoundedFilled.tsx index 9d324abe1..02be1cc5d 100644 --- a/src/IconDragIndicatorRoundedFilled.tsx +++ b/src/IconDragIndicatorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDragIndicatorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorRoundedFilled as default } diff --git a/src/IconDragIndicatorSharp.tsx b/src/IconDragIndicatorSharp.tsx index 65765f683..b3933aa09 100644 --- a/src/IconDragIndicatorSharp.tsx +++ b/src/IconDragIndicatorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorSharp: React.FC = ({ ...props }) => ( +export const IconDragIndicatorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorSharp as default } diff --git a/src/IconDragIndicatorSharpFilled.tsx b/src/IconDragIndicatorSharpFilled.tsx index cb0f8f4cc..5b4b2b898 100644 --- a/src/IconDragIndicatorSharpFilled.tsx +++ b/src/IconDragIndicatorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragIndicatorSharpFilled: React.FC = ({ ...props }) => ( +export const IconDragIndicatorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragIndicatorSharpFilled as default } diff --git a/src/IconDragPanOutlined.tsx b/src/IconDragPanOutlined.tsx index 9b307aaf8..19c46be3e 100644 --- a/src/IconDragPanOutlined.tsx +++ b/src/IconDragPanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanOutlined: React.FC = ({ ...props }) => ( +export const IconDragPanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragPanOutlined as default } diff --git a/src/IconDragPanOutlinedFilled.tsx b/src/IconDragPanOutlinedFilled.tsx index b78e67609..60c7e327d 100644 --- a/src/IconDragPanOutlinedFilled.tsx +++ b/src/IconDragPanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDragPanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDragPanOutlinedFilled as default } diff --git a/src/IconDragPanRounded.tsx b/src/IconDragPanRounded.tsx index 05a1e112d..c443d6314 100644 --- a/src/IconDragPanRounded.tsx +++ b/src/IconDragPanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanRounded: React.FC = ({ ...props }) => ( +export const IconDragPanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragPanRounded as default } diff --git a/src/IconDragPanRoundedFilled.tsx b/src/IconDragPanRoundedFilled.tsx index 3f253c14e..04d3b9a2c 100644 --- a/src/IconDragPanRoundedFilled.tsx +++ b/src/IconDragPanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDragPanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragPanRoundedFilled as default } diff --git a/src/IconDragPanSharp.tsx b/src/IconDragPanSharp.tsx index d637816e5..92ff33c5f 100644 --- a/src/IconDragPanSharp.tsx +++ b/src/IconDragPanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanSharp: React.FC = ({ ...props }) => ( +export const IconDragPanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragPanSharp as default } diff --git a/src/IconDragPanSharpFilled.tsx b/src/IconDragPanSharpFilled.tsx index 6d00e0e1d..54d95bc68 100644 --- a/src/IconDragPanSharpFilled.tsx +++ b/src/IconDragPanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDragPanSharpFilled: React.FC = ({ ...props }) => ( +export const IconDragPanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDragPanSharpFilled as default } diff --git a/src/IconDrawAbstractOutlined.tsx b/src/IconDrawAbstractOutlined.tsx index 2f3a876ca..37af67ab3 100644 --- a/src/IconDrawAbstractOutlined.tsx +++ b/src/IconDrawAbstractOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractOutlined: React.FC = ({ ...props }) => ( +export const IconDrawAbstractOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractOutlined as default } diff --git a/src/IconDrawAbstractOutlinedFilled.tsx b/src/IconDrawAbstractOutlinedFilled.tsx index d4cbbd1fa..4ad8b2763 100644 --- a/src/IconDrawAbstractOutlinedFilled.tsx +++ b/src/IconDrawAbstractOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDrawAbstractOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractOutlinedFilled as default } diff --git a/src/IconDrawAbstractRounded.tsx b/src/IconDrawAbstractRounded.tsx index 27fcf1726..5617ee609 100644 --- a/src/IconDrawAbstractRounded.tsx +++ b/src/IconDrawAbstractRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractRounded: React.FC = ({ ...props }) => ( +export const IconDrawAbstractRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractRounded as default } diff --git a/src/IconDrawAbstractRoundedFilled.tsx b/src/IconDrawAbstractRoundedFilled.tsx index 87d2f5c23..6c1f715fa 100644 --- a/src/IconDrawAbstractRoundedFilled.tsx +++ b/src/IconDrawAbstractRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDrawAbstractRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractRoundedFilled as default } diff --git a/src/IconDrawAbstractSharp.tsx b/src/IconDrawAbstractSharp.tsx index 0a4484293..275fbd69e 100644 --- a/src/IconDrawAbstractSharp.tsx +++ b/src/IconDrawAbstractSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractSharp: React.FC = ({ ...props }) => ( +export const IconDrawAbstractSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractSharp as default } diff --git a/src/IconDrawAbstractSharpFilled.tsx b/src/IconDrawAbstractSharpFilled.tsx index 076bb9702..9cf0c4430 100644 --- a/src/IconDrawAbstractSharpFilled.tsx +++ b/src/IconDrawAbstractSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawAbstractSharpFilled: React.FC = ({ ...props }) => ( +export const IconDrawAbstractSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawAbstractSharpFilled as default } diff --git a/src/IconDrawCollageOutlined.tsx b/src/IconDrawCollageOutlined.tsx index 4ef2957ae..f33b74b68 100644 --- a/src/IconDrawCollageOutlined.tsx +++ b/src/IconDrawCollageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageOutlined: React.FC = ({ ...props }) => ( +export const IconDrawCollageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawCollageOutlined as default } diff --git a/src/IconDrawCollageOutlinedFilled.tsx b/src/IconDrawCollageOutlinedFilled.tsx index 9f7a2ac00..7a2e040e6 100644 --- a/src/IconDrawCollageOutlinedFilled.tsx +++ b/src/IconDrawCollageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDrawCollageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawCollageOutlinedFilled as default } diff --git a/src/IconDrawCollageRounded.tsx b/src/IconDrawCollageRounded.tsx index 85786521d..1bc6a9200 100644 --- a/src/IconDrawCollageRounded.tsx +++ b/src/IconDrawCollageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageRounded: React.FC = ({ ...props }) => ( +export const IconDrawCollageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawCollageRounded as default } diff --git a/src/IconDrawCollageRoundedFilled.tsx b/src/IconDrawCollageRoundedFilled.tsx index dc5359dbc..8a464f969 100644 --- a/src/IconDrawCollageRoundedFilled.tsx +++ b/src/IconDrawCollageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDrawCollageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawCollageRoundedFilled as default } diff --git a/src/IconDrawCollageSharp.tsx b/src/IconDrawCollageSharp.tsx index 3350da79e..ed478bb49 100644 --- a/src/IconDrawCollageSharp.tsx +++ b/src/IconDrawCollageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageSharp: React.FC = ({ ...props }) => ( +export const IconDrawCollageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawCollageSharp as default } diff --git a/src/IconDrawCollageSharpFilled.tsx b/src/IconDrawCollageSharpFilled.tsx index bff85ef7b..69f7e3219 100644 --- a/src/IconDrawCollageSharpFilled.tsx +++ b/src/IconDrawCollageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDrawCollageSharpFilled: React.FC = ({ ...props }) => ( +export const IconDrawCollageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDrawCollageSharpFilled as default } diff --git a/src/IconDrawOutlined.tsx b/src/IconDrawOutlined.tsx index d6b638579..7fc4895d5 100644 --- a/src/IconDrawOutlined.tsx +++ b/src/IconDrawOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawOutlined: React.FC = ({ ...props }) => ( +export const IconDrawOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawOutlined as default } diff --git a/src/IconDrawOutlinedFilled.tsx b/src/IconDrawOutlinedFilled.tsx index 0f33b2b87..5ac5e3671 100644 --- a/src/IconDrawOutlinedFilled.tsx +++ b/src/IconDrawOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDrawOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawOutlinedFilled as default } diff --git a/src/IconDrawRounded.tsx b/src/IconDrawRounded.tsx index 8f5261026..3b7f502f3 100644 --- a/src/IconDrawRounded.tsx +++ b/src/IconDrawRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawRounded: React.FC = ({ ...props }) => ( +export const IconDrawRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawRounded as default } diff --git a/src/IconDrawRoundedFilled.tsx b/src/IconDrawRoundedFilled.tsx index 3e40d2b08..055d7cfcb 100644 --- a/src/IconDrawRoundedFilled.tsx +++ b/src/IconDrawRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDrawRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawRoundedFilled as default } diff --git a/src/IconDrawSharp.tsx b/src/IconDrawSharp.tsx index e75fc23db..a92339591 100644 --- a/src/IconDrawSharp.tsx +++ b/src/IconDrawSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawSharp: React.FC = ({ ...props }) => ( +export const IconDrawSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawSharp as default } diff --git a/src/IconDrawSharpFilled.tsx b/src/IconDrawSharpFilled.tsx index 38a1844ac..3c62a3cdb 100644 --- a/src/IconDrawSharpFilled.tsx +++ b/src/IconDrawSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrawSharpFilled: React.FC = ({ ...props }) => ( +export const IconDrawSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrawSharpFilled as default } diff --git a/src/IconDresserOutlined.tsx b/src/IconDresserOutlined.tsx index 43056968a..d07f01a3c 100644 --- a/src/IconDresserOutlined.tsx +++ b/src/IconDresserOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDresserOutlined: React.FC = ({ ...props }) => ( +export const IconDresserOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDresserOutlined as default } diff --git a/src/IconDresserOutlinedFilled.tsx b/src/IconDresserOutlinedFilled.tsx index 2f71343a7..494022e90 100644 --- a/src/IconDresserOutlinedFilled.tsx +++ b/src/IconDresserOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDresserOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDresserOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDresserOutlinedFilled as default } diff --git a/src/IconDresserRounded.tsx b/src/IconDresserRounded.tsx index e6c2a7e49..36797e3fa 100644 --- a/src/IconDresserRounded.tsx +++ b/src/IconDresserRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDresserRounded: React.FC = ({ ...props }) => ( +export const IconDresserRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDresserRounded as default } diff --git a/src/IconDresserRoundedFilled.tsx b/src/IconDresserRoundedFilled.tsx index 2d3d894b2..768e3b110 100644 --- a/src/IconDresserRoundedFilled.tsx +++ b/src/IconDresserRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDresserRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDresserRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDresserRoundedFilled as default } diff --git a/src/IconDresserSharp.tsx b/src/IconDresserSharp.tsx index f5093fb14..8f95d27b0 100644 --- a/src/IconDresserSharp.tsx +++ b/src/IconDresserSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDresserSharp: React.FC = ({ ...props }) => ( +export const IconDresserSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDresserSharp as default } diff --git a/src/IconDresserSharpFilled.tsx b/src/IconDresserSharpFilled.tsx index 30fa92c0b..56f9958ed 100644 --- a/src/IconDresserSharpFilled.tsx +++ b/src/IconDresserSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDresserSharpFilled: React.FC = ({ ...props }) => ( +export const IconDresserSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDresserSharpFilled as default } diff --git a/src/IconDriveExportOutlined.tsx b/src/IconDriveExportOutlined.tsx index dbd2dee0f..0b0daa5f8 100644 --- a/src/IconDriveExportOutlined.tsx +++ b/src/IconDriveExportOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportOutlined: React.FC = ({ ...props }) => ( +export const IconDriveExportOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDriveExportOutlined as default } diff --git a/src/IconDriveExportOutlinedFilled.tsx b/src/IconDriveExportOutlinedFilled.tsx index 83fd70415..86fb898c3 100644 --- a/src/IconDriveExportOutlinedFilled.tsx +++ b/src/IconDriveExportOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDriveExportOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveExportOutlinedFilled as default } diff --git a/src/IconDriveExportRounded.tsx b/src/IconDriveExportRounded.tsx index 60120f3cd..e4704ce97 100644 --- a/src/IconDriveExportRounded.tsx +++ b/src/IconDriveExportRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportRounded: React.FC = ({ ...props }) => ( +export const IconDriveExportRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDriveExportRounded as default } diff --git a/src/IconDriveExportRoundedFilled.tsx b/src/IconDriveExportRoundedFilled.tsx index b3906e909..c0b24b4f2 100644 --- a/src/IconDriveExportRoundedFilled.tsx +++ b/src/IconDriveExportRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDriveExportRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveExportRoundedFilled as default } diff --git a/src/IconDriveExportSharp.tsx b/src/IconDriveExportSharp.tsx index cb0b8aa1a..a9deb5935 100644 --- a/src/IconDriveExportSharp.tsx +++ b/src/IconDriveExportSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportSharp: React.FC = ({ ...props }) => ( +export const IconDriveExportSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDriveExportSharp as default } diff --git a/src/IconDriveExportSharpFilled.tsx b/src/IconDriveExportSharpFilled.tsx index 9a112f691..9d088f5a2 100644 --- a/src/IconDriveExportSharpFilled.tsx +++ b/src/IconDriveExportSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveExportSharpFilled: React.FC = ({ ...props }) => ( +export const IconDriveExportSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveExportSharpFilled as default } diff --git a/src/IconDriveFileMoveOutlined.tsx b/src/IconDriveFileMoveOutlined.tsx index d040a8452..83dd47ff3 100644 --- a/src/IconDriveFileMoveOutlined.tsx +++ b/src/IconDriveFileMoveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveOutlined: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveOutlined as default } diff --git a/src/IconDriveFileMoveOutlinedFilled.tsx b/src/IconDriveFileMoveOutlinedFilled.tsx index 022b8ca03..8423aebd1 100644 --- a/src/IconDriveFileMoveOutlinedFilled.tsx +++ b/src/IconDriveFileMoveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveOutlinedFilled as default } diff --git a/src/IconDriveFileMoveRounded.tsx b/src/IconDriveFileMoveRounded.tsx index db7128df0..e3e8941f6 100644 --- a/src/IconDriveFileMoveRounded.tsx +++ b/src/IconDriveFileMoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveRounded: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveRounded as default } diff --git a/src/IconDriveFileMoveRoundedFilled.tsx b/src/IconDriveFileMoveRoundedFilled.tsx index 2d70987fe..a186eb99d 100644 --- a/src/IconDriveFileMoveRoundedFilled.tsx +++ b/src/IconDriveFileMoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveRoundedFilled as default } diff --git a/src/IconDriveFileMoveSharp.tsx b/src/IconDriveFileMoveSharp.tsx index 7cf018a7d..6cca74383 100644 --- a/src/IconDriveFileMoveSharp.tsx +++ b/src/IconDriveFileMoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveSharp: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveSharp as default } diff --git a/src/IconDriveFileMoveSharpFilled.tsx b/src/IconDriveFileMoveSharpFilled.tsx index 71a36a516..392ed77b6 100644 --- a/src/IconDriveFileMoveSharpFilled.tsx +++ b/src/IconDriveFileMoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFileMoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconDriveFileMoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFileMoveSharpFilled as default } diff --git a/src/IconDriveFolderUploadOutlined.tsx b/src/IconDriveFolderUploadOutlined.tsx index 4eb9cc2a9..caec9947a 100644 --- a/src/IconDriveFolderUploadOutlined.tsx +++ b/src/IconDriveFolderUploadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadOutlined: React.FC = ({ ...props }) => ( +export const IconDriveFolderUploadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFolderUploadOutlined as default } diff --git a/src/IconDriveFolderUploadOutlinedFilled.tsx b/src/IconDriveFolderUploadOutlinedFilled.tsx index 77d25b437..64a14f05c 100644 --- a/src/IconDriveFolderUploadOutlinedFilled.tsx +++ b/src/IconDriveFolderUploadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadOutlinedFilled: React.FC = ({ +export const IconDriveFolderUploadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDriveFolderUploadOutlinedFilled: React.FC = ({ ) - -export { IconDriveFolderUploadOutlinedFilled as default } diff --git a/src/IconDriveFolderUploadRounded.tsx b/src/IconDriveFolderUploadRounded.tsx index 11550a85f..f26604774 100644 --- a/src/IconDriveFolderUploadRounded.tsx +++ b/src/IconDriveFolderUploadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadRounded: React.FC = ({ ...props }) => ( +export const IconDriveFolderUploadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFolderUploadRounded as default } diff --git a/src/IconDriveFolderUploadRoundedFilled.tsx b/src/IconDriveFolderUploadRoundedFilled.tsx index b6dd44762..f1de7a2b7 100644 --- a/src/IconDriveFolderUploadRoundedFilled.tsx +++ b/src/IconDriveFolderUploadRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadRoundedFilled: React.FC = ({ +export const IconDriveFolderUploadRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDriveFolderUploadRoundedFilled: React.FC = ({ ) - -export { IconDriveFolderUploadRoundedFilled as default } diff --git a/src/IconDriveFolderUploadSharp.tsx b/src/IconDriveFolderUploadSharp.tsx index fd8ac1ac6..a334e4165 100644 --- a/src/IconDriveFolderUploadSharp.tsx +++ b/src/IconDriveFolderUploadSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadSharp: React.FC = ({ ...props }) => ( +export const IconDriveFolderUploadSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDriveFolderUploadSharp as default } diff --git a/src/IconDriveFolderUploadSharpFilled.tsx b/src/IconDriveFolderUploadSharpFilled.tsx index 32d716fb5..6f20dc314 100644 --- a/src/IconDriveFolderUploadSharpFilled.tsx +++ b/src/IconDriveFolderUploadSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconDriveFolderUploadSharpFilled: React.FC = ({ +export const IconDriveFolderUploadSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconDriveFolderUploadSharpFilled: React.FC = ({ ) - -export { IconDriveFolderUploadSharpFilled as default } diff --git a/src/IconDropdownOutlined.tsx b/src/IconDropdownOutlined.tsx index 551ed0286..79dbd3a8a 100644 --- a/src/IconDropdownOutlined.tsx +++ b/src/IconDropdownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownOutlined: React.FC = ({ ...props }) => ( +export const IconDropdownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDropdownOutlined as default } diff --git a/src/IconDropdownOutlinedFilled.tsx b/src/IconDropdownOutlinedFilled.tsx index d90236e9a..bbb738c83 100644 --- a/src/IconDropdownOutlinedFilled.tsx +++ b/src/IconDropdownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDropdownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDropdownOutlinedFilled as default } diff --git a/src/IconDropdownRounded.tsx b/src/IconDropdownRounded.tsx index cecd4acd6..b3b48f2a7 100644 --- a/src/IconDropdownRounded.tsx +++ b/src/IconDropdownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownRounded: React.FC = ({ ...props }) => ( +export const IconDropdownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDropdownRounded as default } diff --git a/src/IconDropdownRoundedFilled.tsx b/src/IconDropdownRoundedFilled.tsx index ba4ddd0dc..4d1cce07a 100644 --- a/src/IconDropdownRoundedFilled.tsx +++ b/src/IconDropdownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDropdownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDropdownRoundedFilled as default } diff --git a/src/IconDropdownSharp.tsx b/src/IconDropdownSharp.tsx index dc2b12ffb..875eaeec4 100644 --- a/src/IconDropdownSharp.tsx +++ b/src/IconDropdownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownSharp: React.FC = ({ ...props }) => ( +export const IconDropdownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDropdownSharp as default } diff --git a/src/IconDropdownSharpFilled.tsx b/src/IconDropdownSharpFilled.tsx index afd8fc753..0ac73c2c0 100644 --- a/src/IconDropdownSharpFilled.tsx +++ b/src/IconDropdownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDropdownSharpFilled: React.FC = ({ ...props }) => ( +export const IconDropdownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDropdownSharpFilled as default } diff --git a/src/IconDryCleaningOutlined.tsx b/src/IconDryCleaningOutlined.tsx index 59f55fa1f..650baf01e 100644 --- a/src/IconDryCleaningOutlined.tsx +++ b/src/IconDryCleaningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningOutlined: React.FC = ({ ...props }) => ( +export const IconDryCleaningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryCleaningOutlined as default } diff --git a/src/IconDryCleaningOutlinedFilled.tsx b/src/IconDryCleaningOutlinedFilled.tsx index 961e2834d..414cea753 100644 --- a/src/IconDryCleaningOutlinedFilled.tsx +++ b/src/IconDryCleaningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDryCleaningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDryCleaningOutlinedFilled as default } diff --git a/src/IconDryCleaningRounded.tsx b/src/IconDryCleaningRounded.tsx index 5dec013e9..481e39fcf 100644 --- a/src/IconDryCleaningRounded.tsx +++ b/src/IconDryCleaningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningRounded: React.FC = ({ ...props }) => ( +export const IconDryCleaningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryCleaningRounded as default } diff --git a/src/IconDryCleaningRoundedFilled.tsx b/src/IconDryCleaningRoundedFilled.tsx index a41ef4b96..f7ddeee3d 100644 --- a/src/IconDryCleaningRoundedFilled.tsx +++ b/src/IconDryCleaningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDryCleaningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDryCleaningRoundedFilled as default } diff --git a/src/IconDryCleaningSharp.tsx b/src/IconDryCleaningSharp.tsx index 94bbdcea2..d4d9f876b 100644 --- a/src/IconDryCleaningSharp.tsx +++ b/src/IconDryCleaningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningSharp: React.FC = ({ ...props }) => ( +export const IconDryCleaningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryCleaningSharp as default } diff --git a/src/IconDryCleaningSharpFilled.tsx b/src/IconDryCleaningSharpFilled.tsx index 73d143eb3..dc6fe9a22 100644 --- a/src/IconDryCleaningSharpFilled.tsx +++ b/src/IconDryCleaningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDryCleaningSharpFilled: React.FC = ({ ...props }) => ( +export const IconDryCleaningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDryCleaningSharpFilled as default } diff --git a/src/IconDryOutlined.tsx b/src/IconDryOutlined.tsx index 3c8dd0d0a..0a7a8877f 100644 --- a/src/IconDryOutlined.tsx +++ b/src/IconDryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryOutlined: React.FC = ({ ...props }) => ( +export const IconDryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryOutlined as default } diff --git a/src/IconDryOutlinedFilled.tsx b/src/IconDryOutlinedFilled.tsx index 1357950a8..33e76f038 100644 --- a/src/IconDryOutlinedFilled.tsx +++ b/src/IconDryOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDryOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryOutlinedFilled as default } diff --git a/src/IconDryRounded.tsx b/src/IconDryRounded.tsx index c44258c7e..79698a392 100644 --- a/src/IconDryRounded.tsx +++ b/src/IconDryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryRounded: React.FC = ({ ...props }) => ( +export const IconDryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryRounded as default } diff --git a/src/IconDryRoundedFilled.tsx b/src/IconDryRoundedFilled.tsx index db9175e71..ef3cc725f 100644 --- a/src/IconDryRoundedFilled.tsx +++ b/src/IconDryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDryRoundedFilled as default } diff --git a/src/IconDrySharp.tsx b/src/IconDrySharp.tsx index 3d2b750d2..8b6849398 100644 --- a/src/IconDrySharp.tsx +++ b/src/IconDrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrySharp: React.FC = ({ ...props }) => ( +export const IconDrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrySharp as default } diff --git a/src/IconDrySharpFilled.tsx b/src/IconDrySharpFilled.tsx index 5594a0454..d929e0ee4 100644 --- a/src/IconDrySharpFilled.tsx +++ b/src/IconDrySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDrySharpFilled: React.FC = ({ ...props }) => ( +export const IconDrySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDrySharpFilled as default } diff --git a/src/IconDualScreenOutlined.tsx b/src/IconDualScreenOutlined.tsx index 38e4b6788..008cbb76a 100644 --- a/src/IconDualScreenOutlined.tsx +++ b/src/IconDualScreenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenOutlined: React.FC = ({ ...props }) => ( +export const IconDualScreenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDualScreenOutlined as default } diff --git a/src/IconDualScreenOutlinedFilled.tsx b/src/IconDualScreenOutlinedFilled.tsx index d953073b3..7b809ce48 100644 --- a/src/IconDualScreenOutlinedFilled.tsx +++ b/src/IconDualScreenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDualScreenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDualScreenOutlinedFilled as default } diff --git a/src/IconDualScreenRounded.tsx b/src/IconDualScreenRounded.tsx index db0ced8d9..ef0946028 100644 --- a/src/IconDualScreenRounded.tsx +++ b/src/IconDualScreenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenRounded: React.FC = ({ ...props }) => ( +export const IconDualScreenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDualScreenRounded as default } diff --git a/src/IconDualScreenRoundedFilled.tsx b/src/IconDualScreenRoundedFilled.tsx index 211648f4b..3540a644d 100644 --- a/src/IconDualScreenRoundedFilled.tsx +++ b/src/IconDualScreenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDualScreenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDualScreenRoundedFilled as default } diff --git a/src/IconDualScreenSharp.tsx b/src/IconDualScreenSharp.tsx index 581edd9dd..77843ea55 100644 --- a/src/IconDualScreenSharp.tsx +++ b/src/IconDualScreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenSharp: React.FC = ({ ...props }) => ( +export const IconDualScreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDualScreenSharp as default } diff --git a/src/IconDualScreenSharpFilled.tsx b/src/IconDualScreenSharpFilled.tsx index d09dff457..301836e6f 100644 --- a/src/IconDualScreenSharpFilled.tsx +++ b/src/IconDualScreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDualScreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconDualScreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDualScreenSharpFilled as default } diff --git a/src/IconDuoOutlined.tsx b/src/IconDuoOutlined.tsx index c82f859a6..a0a1f6723 100644 --- a/src/IconDuoOutlined.tsx +++ b/src/IconDuoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoOutlined: React.FC = ({ ...props }) => ( +export const IconDuoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoOutlined as default } diff --git a/src/IconDuoOutlinedFilled.tsx b/src/IconDuoOutlinedFilled.tsx index cbf134805..afeaa9c86 100644 --- a/src/IconDuoOutlinedFilled.tsx +++ b/src/IconDuoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDuoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoOutlinedFilled as default } diff --git a/src/IconDuoRounded.tsx b/src/IconDuoRounded.tsx index adfb651c1..d566cf9b9 100644 --- a/src/IconDuoRounded.tsx +++ b/src/IconDuoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoRounded: React.FC = ({ ...props }) => ( +export const IconDuoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoRounded as default } diff --git a/src/IconDuoRoundedFilled.tsx b/src/IconDuoRoundedFilled.tsx index a5c735c50..64ca7c6ec 100644 --- a/src/IconDuoRoundedFilled.tsx +++ b/src/IconDuoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDuoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoRoundedFilled as default } diff --git a/src/IconDuoSharp.tsx b/src/IconDuoSharp.tsx index 4f3268ac9..df84d0359 100644 --- a/src/IconDuoSharp.tsx +++ b/src/IconDuoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoSharp: React.FC = ({ ...props }) => ( +export const IconDuoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoSharp as default } diff --git a/src/IconDuoSharpFilled.tsx b/src/IconDuoSharpFilled.tsx index e10432c2c..fc4ee276b 100644 --- a/src/IconDuoSharpFilled.tsx +++ b/src/IconDuoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDuoSharpFilled: React.FC = ({ ...props }) => ( +export const IconDuoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDuoSharpFilled as default } diff --git a/src/IconDvrOutlined.tsx b/src/IconDvrOutlined.tsx index 523b20f77..cb046835e 100644 --- a/src/IconDvrOutlined.tsx +++ b/src/IconDvrOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrOutlined: React.FC = ({ ...props }) => ( +export const IconDvrOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrOutlined as default } diff --git a/src/IconDvrOutlinedFilled.tsx b/src/IconDvrOutlinedFilled.tsx index cd83ec816..e3c0c3d06 100644 --- a/src/IconDvrOutlinedFilled.tsx +++ b/src/IconDvrOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDvrOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrOutlinedFilled as default } diff --git a/src/IconDvrRounded.tsx b/src/IconDvrRounded.tsx index be6bad688..63e9a767a 100644 --- a/src/IconDvrRounded.tsx +++ b/src/IconDvrRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrRounded: React.FC = ({ ...props }) => ( +export const IconDvrRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrRounded as default } diff --git a/src/IconDvrRoundedFilled.tsx b/src/IconDvrRoundedFilled.tsx index 8eb6fbede..48fcf0b38 100644 --- a/src/IconDvrRoundedFilled.tsx +++ b/src/IconDvrRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDvrRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrRoundedFilled as default } diff --git a/src/IconDvrSharp.tsx b/src/IconDvrSharp.tsx index da352b894..ea320e156 100644 --- a/src/IconDvrSharp.tsx +++ b/src/IconDvrSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrSharp: React.FC = ({ ...props }) => ( +export const IconDvrSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrSharp as default } diff --git a/src/IconDvrSharpFilled.tsx b/src/IconDvrSharpFilled.tsx index 680355d65..543899223 100644 --- a/src/IconDvrSharpFilled.tsx +++ b/src/IconDvrSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDvrSharpFilled: React.FC = ({ ...props }) => ( +export const IconDvrSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDvrSharpFilled as default } diff --git a/src/IconDynamicFeedOutlined.tsx b/src/IconDynamicFeedOutlined.tsx index 8c4e1a255..189a44071 100644 --- a/src/IconDynamicFeedOutlined.tsx +++ b/src/IconDynamicFeedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedOutlined: React.FC = ({ ...props }) => ( +export const IconDynamicFeedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedOutlined as default } diff --git a/src/IconDynamicFeedOutlinedFilled.tsx b/src/IconDynamicFeedOutlinedFilled.tsx index c920e5114..a994a1972 100644 --- a/src/IconDynamicFeedOutlinedFilled.tsx +++ b/src/IconDynamicFeedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFeedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedOutlinedFilled as default } diff --git a/src/IconDynamicFeedRounded.tsx b/src/IconDynamicFeedRounded.tsx index 7c0019af4..d88211c97 100644 --- a/src/IconDynamicFeedRounded.tsx +++ b/src/IconDynamicFeedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedRounded: React.FC = ({ ...props }) => ( +export const IconDynamicFeedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedRounded as default } diff --git a/src/IconDynamicFeedRoundedFilled.tsx b/src/IconDynamicFeedRoundedFilled.tsx index 59b747f40..b5e669c8e 100644 --- a/src/IconDynamicFeedRoundedFilled.tsx +++ b/src/IconDynamicFeedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFeedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedRoundedFilled as default } diff --git a/src/IconDynamicFeedSharp.tsx b/src/IconDynamicFeedSharp.tsx index 99b8792af..b87226647 100644 --- a/src/IconDynamicFeedSharp.tsx +++ b/src/IconDynamicFeedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedSharp: React.FC = ({ ...props }) => ( +export const IconDynamicFeedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedSharp as default } diff --git a/src/IconDynamicFeedSharpFilled.tsx b/src/IconDynamicFeedSharpFilled.tsx index 45f7e2205..0ef81e0e2 100644 --- a/src/IconDynamicFeedSharpFilled.tsx +++ b/src/IconDynamicFeedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFeedSharpFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFeedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFeedSharpFilled as default } diff --git a/src/IconDynamicFormOutlined.tsx b/src/IconDynamicFormOutlined.tsx index 7402f744b..bac22f26b 100644 --- a/src/IconDynamicFormOutlined.tsx +++ b/src/IconDynamicFormOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormOutlined: React.FC = ({ ...props }) => ( +export const IconDynamicFormOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFormOutlined as default } diff --git a/src/IconDynamicFormOutlinedFilled.tsx b/src/IconDynamicFormOutlinedFilled.tsx index 34d55fdea..6eb0e2ea7 100644 --- a/src/IconDynamicFormOutlinedFilled.tsx +++ b/src/IconDynamicFormOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFormOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFormOutlinedFilled as default } diff --git a/src/IconDynamicFormRounded.tsx b/src/IconDynamicFormRounded.tsx index c8d331860..f4a103b50 100644 --- a/src/IconDynamicFormRounded.tsx +++ b/src/IconDynamicFormRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormRounded: React.FC = ({ ...props }) => ( +export const IconDynamicFormRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFormRounded as default } diff --git a/src/IconDynamicFormRoundedFilled.tsx b/src/IconDynamicFormRoundedFilled.tsx index 83ba6d18b..a1595a7a0 100644 --- a/src/IconDynamicFormRoundedFilled.tsx +++ b/src/IconDynamicFormRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormRoundedFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFormRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFormRoundedFilled as default } diff --git a/src/IconDynamicFormSharp.tsx b/src/IconDynamicFormSharp.tsx index ba7578590..6a808036e 100644 --- a/src/IconDynamicFormSharp.tsx +++ b/src/IconDynamicFormSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormSharp: React.FC = ({ ...props }) => ( +export const IconDynamicFormSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconDynamicFormSharp as default } diff --git a/src/IconDynamicFormSharpFilled.tsx b/src/IconDynamicFormSharpFilled.tsx index 40927d6c8..73069957d 100644 --- a/src/IconDynamicFormSharpFilled.tsx +++ b/src/IconDynamicFormSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconDynamicFormSharpFilled: React.FC = ({ ...props }) => ( +export const IconDynamicFormSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconDynamicFormSharpFilled as default } diff --git a/src/IconE911AvatarOutlined.tsx b/src/IconE911AvatarOutlined.tsx index e04df01bb..e078b8d6d 100644 --- a/src/IconE911AvatarOutlined.tsx +++ b/src/IconE911AvatarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarOutlined: React.FC = ({ ...props }) => ( +export const IconE911AvatarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconE911AvatarOutlined as default } diff --git a/src/IconE911AvatarOutlinedFilled.tsx b/src/IconE911AvatarOutlinedFilled.tsx index ce0357231..223267062 100644 --- a/src/IconE911AvatarOutlinedFilled.tsx +++ b/src/IconE911AvatarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconE911AvatarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911AvatarOutlinedFilled as default } diff --git a/src/IconE911AvatarRounded.tsx b/src/IconE911AvatarRounded.tsx index db79baa60..9754399ad 100644 --- a/src/IconE911AvatarRounded.tsx +++ b/src/IconE911AvatarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarRounded: React.FC = ({ ...props }) => ( +export const IconE911AvatarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconE911AvatarRounded as default } diff --git a/src/IconE911AvatarRoundedFilled.tsx b/src/IconE911AvatarRoundedFilled.tsx index e99bd4cef..35923d9a5 100644 --- a/src/IconE911AvatarRoundedFilled.tsx +++ b/src/IconE911AvatarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconE911AvatarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911AvatarRoundedFilled as default } diff --git a/src/IconE911AvatarSharp.tsx b/src/IconE911AvatarSharp.tsx index 893f4c48d..352db2d08 100644 --- a/src/IconE911AvatarSharp.tsx +++ b/src/IconE911AvatarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarSharp: React.FC = ({ ...props }) => ( +export const IconE911AvatarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconE911AvatarSharp as default } diff --git a/src/IconE911AvatarSharpFilled.tsx b/src/IconE911AvatarSharpFilled.tsx index cdf7c50f6..4746b062e 100644 --- a/src/IconE911AvatarSharpFilled.tsx +++ b/src/IconE911AvatarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911AvatarSharpFilled: React.FC = ({ ...props }) => ( +export const IconE911AvatarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911AvatarSharpFilled as default } diff --git a/src/IconE911EmergencyOutlined.tsx b/src/IconE911EmergencyOutlined.tsx index d77ad5b23..c712822ec 100644 --- a/src/IconE911EmergencyOutlined.tsx +++ b/src/IconE911EmergencyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencyOutlined: React.FC = ({ ...props }) => ( +export const IconE911EmergencyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911EmergencyOutlined as default } diff --git a/src/IconE911EmergencyOutlinedFilled.tsx b/src/IconE911EmergencyOutlinedFilled.tsx index 088330c25..bec2658d7 100644 --- a/src/IconE911EmergencyOutlinedFilled.tsx +++ b/src/IconE911EmergencyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconE911EmergencyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911EmergencyOutlinedFilled as default } diff --git a/src/IconE911EmergencyRounded.tsx b/src/IconE911EmergencyRounded.tsx index 2901a9e25..5f7eb937e 100644 --- a/src/IconE911EmergencyRounded.tsx +++ b/src/IconE911EmergencyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencyRounded: React.FC = ({ ...props }) => ( +export const IconE911EmergencyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconE911EmergencyRounded as default } diff --git a/src/IconE911EmergencyRoundedFilled.tsx b/src/IconE911EmergencyRoundedFilled.tsx index fcee9ae1b..8f0e8253c 100644 --- a/src/IconE911EmergencyRoundedFilled.tsx +++ b/src/IconE911EmergencyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconE911EmergencyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911EmergencyRoundedFilled as default } diff --git a/src/IconE911EmergencySharp.tsx b/src/IconE911EmergencySharp.tsx index f9974dd1b..7e2729322 100644 --- a/src/IconE911EmergencySharp.tsx +++ b/src/IconE911EmergencySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencySharp: React.FC = ({ ...props }) => ( +export const IconE911EmergencySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconE911EmergencySharp as default } diff --git a/src/IconE911EmergencySharpFilled.tsx b/src/IconE911EmergencySharpFilled.tsx index db2189cf0..22bb0b551 100644 --- a/src/IconE911EmergencySharpFilled.tsx +++ b/src/IconE911EmergencySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconE911EmergencySharpFilled: React.FC = ({ ...props }) => ( +export const IconE911EmergencySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconE911EmergencySharpFilled as default } diff --git a/src/IconEMobiledataBadgeOutlined.tsx b/src/IconEMobiledataBadgeOutlined.tsx index 601c2cd9c..9eb5bf096 100644 --- a/src/IconEMobiledataBadgeOutlined.tsx +++ b/src/IconEMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconEMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataBadgeOutlined as default } diff --git a/src/IconEMobiledataBadgeOutlinedFilled.tsx b/src/IconEMobiledataBadgeOutlinedFilled.tsx index 86785ac27..57ece3525 100644 --- a/src/IconEMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconEMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconEMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconEMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconEMobiledataBadgeRounded.tsx b/src/IconEMobiledataBadgeRounded.tsx index 328a61372..21aa5acd4 100644 --- a/src/IconEMobiledataBadgeRounded.tsx +++ b/src/IconEMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconEMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataBadgeRounded as default } diff --git a/src/IconEMobiledataBadgeRoundedFilled.tsx b/src/IconEMobiledataBadgeRoundedFilled.tsx index 53d90a8fa..608425a45 100644 --- a/src/IconEMobiledataBadgeRoundedFilled.tsx +++ b/src/IconEMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconEMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconEMobiledataBadgeRoundedFilled as default } diff --git a/src/IconEMobiledataBadgeSharp.tsx b/src/IconEMobiledataBadgeSharp.tsx index 939c9be0e..7497dcd47 100644 --- a/src/IconEMobiledataBadgeSharp.tsx +++ b/src/IconEMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconEMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataBadgeSharp as default } diff --git a/src/IconEMobiledataBadgeSharpFilled.tsx b/src/IconEMobiledataBadgeSharpFilled.tsx index abc04ad4c..e17887b63 100644 --- a/src/IconEMobiledataBadgeSharpFilled.tsx +++ b/src/IconEMobiledataBadgeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconEMobiledataBadgeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataBadgeSharpFilled as default } diff --git a/src/IconEMobiledataOutlined.tsx b/src/IconEMobiledataOutlined.tsx index ac717d86a..78a484315 100644 --- a/src/IconEMobiledataOutlined.tsx +++ b/src/IconEMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconEMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEMobiledataOutlined as default } diff --git a/src/IconEMobiledataOutlinedFilled.tsx b/src/IconEMobiledataOutlinedFilled.tsx index 45d467ef4..04cd9fc2d 100644 --- a/src/IconEMobiledataOutlinedFilled.tsx +++ b/src/IconEMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataOutlinedFilled as default } diff --git a/src/IconEMobiledataRounded.tsx b/src/IconEMobiledataRounded.tsx index baf335ccc..ac55917c8 100644 --- a/src/IconEMobiledataRounded.tsx +++ b/src/IconEMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconEMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEMobiledataRounded as default } diff --git a/src/IconEMobiledataRoundedFilled.tsx b/src/IconEMobiledataRoundedFilled.tsx index bdbd8aea7..0fcf2485b 100644 --- a/src/IconEMobiledataRoundedFilled.tsx +++ b/src/IconEMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataRoundedFilled as default } diff --git a/src/IconEMobiledataSharp.tsx b/src/IconEMobiledataSharp.tsx index 35a4d9481..660bc07e0 100644 --- a/src/IconEMobiledataSharp.tsx +++ b/src/IconEMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconEMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEMobiledataSharp as default } diff --git a/src/IconEMobiledataSharpFilled.tsx b/src/IconEMobiledataSharpFilled.tsx index 4c3a400a8..46e041540 100644 --- a/src/IconEMobiledataSharpFilled.tsx +++ b/src/IconEMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconEMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEMobiledataSharpFilled as default } diff --git a/src/IconEarbudsBatteryOutlined.tsx b/src/IconEarbudsBatteryOutlined.tsx index 2a6cf4b7a..845c4f548 100644 --- a/src/IconEarbudsBatteryOutlined.tsx +++ b/src/IconEarbudsBatteryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatteryOutlined: React.FC = ({ ...props }) => ( +export const IconEarbudsBatteryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarbudsBatteryOutlined as default } diff --git a/src/IconEarbudsBatteryOutlinedFilled.tsx b/src/IconEarbudsBatteryOutlinedFilled.tsx index 6747dfba8..f4c4e18f9 100644 --- a/src/IconEarbudsBatteryOutlinedFilled.tsx +++ b/src/IconEarbudsBatteryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatteryOutlinedFilled: React.FC = ({ +export const IconEarbudsBatteryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEarbudsBatteryOutlinedFilled: React.FC = ({ ) - -export { IconEarbudsBatteryOutlinedFilled as default } diff --git a/src/IconEarbudsBatteryRounded.tsx b/src/IconEarbudsBatteryRounded.tsx index 2daea2346..a1106b93f 100644 --- a/src/IconEarbudsBatteryRounded.tsx +++ b/src/IconEarbudsBatteryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatteryRounded: React.FC = ({ ...props }) => ( +export const IconEarbudsBatteryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarbudsBatteryRounded as default } diff --git a/src/IconEarbudsBatteryRoundedFilled.tsx b/src/IconEarbudsBatteryRoundedFilled.tsx index dc09f48c9..b9d89ce4c 100644 --- a/src/IconEarbudsBatteryRoundedFilled.tsx +++ b/src/IconEarbudsBatteryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatteryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEarbudsBatteryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarbudsBatteryRoundedFilled as default } diff --git a/src/IconEarbudsBatterySharp.tsx b/src/IconEarbudsBatterySharp.tsx index dfdbeb575..93ee2fcaf 100644 --- a/src/IconEarbudsBatterySharp.tsx +++ b/src/IconEarbudsBatterySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatterySharp: React.FC = ({ ...props }) => ( +export const IconEarbudsBatterySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsBatterySharp as default } diff --git a/src/IconEarbudsBatterySharpFilled.tsx b/src/IconEarbudsBatterySharpFilled.tsx index 7af55d2d5..c48e96a4c 100644 --- a/src/IconEarbudsBatterySharpFilled.tsx +++ b/src/IconEarbudsBatterySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsBatterySharpFilled: React.FC = ({ ...props }) => ( +export const IconEarbudsBatterySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarbudsBatterySharpFilled as default } diff --git a/src/IconEarbudsOutlined.tsx b/src/IconEarbudsOutlined.tsx index bff5c0637..140d3dd44 100644 --- a/src/IconEarbudsOutlined.tsx +++ b/src/IconEarbudsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsOutlined: React.FC = ({ ...props }) => ( +export const IconEarbudsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsOutlined as default } diff --git a/src/IconEarbudsOutlinedFilled.tsx b/src/IconEarbudsOutlinedFilled.tsx index 5a77ed6a4..d49b1e7b5 100644 --- a/src/IconEarbudsOutlinedFilled.tsx +++ b/src/IconEarbudsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEarbudsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarbudsOutlinedFilled as default } diff --git a/src/IconEarbudsRounded.tsx b/src/IconEarbudsRounded.tsx index 0da436c44..0184f41d1 100644 --- a/src/IconEarbudsRounded.tsx +++ b/src/IconEarbudsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsRounded: React.FC = ({ ...props }) => ( +export const IconEarbudsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsRounded as default } diff --git a/src/IconEarbudsRoundedFilled.tsx b/src/IconEarbudsRoundedFilled.tsx index c9e1d3542..3a6d3ed90 100644 --- a/src/IconEarbudsRoundedFilled.tsx +++ b/src/IconEarbudsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEarbudsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsRoundedFilled as default } diff --git a/src/IconEarbudsSharp.tsx b/src/IconEarbudsSharp.tsx index 729a14251..c1088ddaa 100644 --- a/src/IconEarbudsSharp.tsx +++ b/src/IconEarbudsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsSharp: React.FC = ({ ...props }) => ( +export const IconEarbudsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsSharp as default } diff --git a/src/IconEarbudsSharpFilled.tsx b/src/IconEarbudsSharpFilled.tsx index 54695c8e2..21ff99dd8 100644 --- a/src/IconEarbudsSharpFilled.tsx +++ b/src/IconEarbudsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarbudsSharpFilled: React.FC = ({ ...props }) => ( +export const IconEarbudsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarbudsSharpFilled as default } diff --git a/src/IconEarlyOnOutlined.tsx b/src/IconEarlyOnOutlined.tsx index 376b9c9d5..ef3177029 100644 --- a/src/IconEarlyOnOutlined.tsx +++ b/src/IconEarlyOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnOutlined: React.FC = ({ ...props }) => ( +export const IconEarlyOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarlyOnOutlined as default } diff --git a/src/IconEarlyOnOutlinedFilled.tsx b/src/IconEarlyOnOutlinedFilled.tsx index 62b42c522..6e48e3fb2 100644 --- a/src/IconEarlyOnOutlinedFilled.tsx +++ b/src/IconEarlyOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEarlyOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarlyOnOutlinedFilled as default } diff --git a/src/IconEarlyOnRounded.tsx b/src/IconEarlyOnRounded.tsx index 5d184325d..1765c3a26 100644 --- a/src/IconEarlyOnRounded.tsx +++ b/src/IconEarlyOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnRounded: React.FC = ({ ...props }) => ( +export const IconEarlyOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarlyOnRounded as default } diff --git a/src/IconEarlyOnRoundedFilled.tsx b/src/IconEarlyOnRoundedFilled.tsx index cd7944e5d..fd955d458 100644 --- a/src/IconEarlyOnRoundedFilled.tsx +++ b/src/IconEarlyOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEarlyOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarlyOnRoundedFilled as default } diff --git a/src/IconEarlyOnSharp.tsx b/src/IconEarlyOnSharp.tsx index 1ffc01cea..a4fa4233a 100644 --- a/src/IconEarlyOnSharp.tsx +++ b/src/IconEarlyOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnSharp: React.FC = ({ ...props }) => ( +export const IconEarlyOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarlyOnSharp as default } diff --git a/src/IconEarlyOnSharpFilled.tsx b/src/IconEarlyOnSharpFilled.tsx index b5d58cc61..f4d121f8f 100644 --- a/src/IconEarlyOnSharpFilled.tsx +++ b/src/IconEarlyOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarlyOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconEarlyOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarlyOnSharpFilled as default } diff --git a/src/IconEarthquakeOutlined.tsx b/src/IconEarthquakeOutlined.tsx index 377928fd2..efe3a4a57 100644 --- a/src/IconEarthquakeOutlined.tsx +++ b/src/IconEarthquakeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeOutlined: React.FC = ({ ...props }) => ( +export const IconEarthquakeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarthquakeOutlined as default } diff --git a/src/IconEarthquakeOutlinedFilled.tsx b/src/IconEarthquakeOutlinedFilled.tsx index b26c11b7d..2a5e77089 100644 --- a/src/IconEarthquakeOutlinedFilled.tsx +++ b/src/IconEarthquakeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEarthquakeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarthquakeOutlinedFilled as default } diff --git a/src/IconEarthquakeRounded.tsx b/src/IconEarthquakeRounded.tsx index 3937b7e0c..67e8b180b 100644 --- a/src/IconEarthquakeRounded.tsx +++ b/src/IconEarthquakeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeRounded: React.FC = ({ ...props }) => ( +export const IconEarthquakeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarthquakeRounded as default } diff --git a/src/IconEarthquakeRoundedFilled.tsx b/src/IconEarthquakeRoundedFilled.tsx index 4e677f8c0..b5bd12c5e 100644 --- a/src/IconEarthquakeRoundedFilled.tsx +++ b/src/IconEarthquakeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEarthquakeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarthquakeRoundedFilled as default } diff --git a/src/IconEarthquakeSharp.tsx b/src/IconEarthquakeSharp.tsx index 401279209..0b6a93df6 100644 --- a/src/IconEarthquakeSharp.tsx +++ b/src/IconEarthquakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeSharp: React.FC = ({ ...props }) => ( +export const IconEarthquakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEarthquakeSharp as default } diff --git a/src/IconEarthquakeSharpFilled.tsx b/src/IconEarthquakeSharpFilled.tsx index 516023483..636009c07 100644 --- a/src/IconEarthquakeSharpFilled.tsx +++ b/src/IconEarthquakeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEarthquakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconEarthquakeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEarthquakeSharpFilled as default } diff --git a/src/IconEastOutlined.tsx b/src/IconEastOutlined.tsx index ab84edc54..1e4192b59 100644 --- a/src/IconEastOutlined.tsx +++ b/src/IconEastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastOutlined: React.FC = ({ ...props }) => ( +export const IconEastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastOutlined as default } diff --git a/src/IconEastOutlinedFilled.tsx b/src/IconEastOutlinedFilled.tsx index 11798b948..6c4724a19 100644 --- a/src/IconEastOutlinedFilled.tsx +++ b/src/IconEastOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEastOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastOutlinedFilled as default } diff --git a/src/IconEastRounded.tsx b/src/IconEastRounded.tsx index c63f43d47..f0b12f3e6 100644 --- a/src/IconEastRounded.tsx +++ b/src/IconEastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastRounded: React.FC = ({ ...props }) => ( +export const IconEastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastRounded as default } diff --git a/src/IconEastRoundedFilled.tsx b/src/IconEastRoundedFilled.tsx index ab69b6fb7..bcbf125f4 100644 --- a/src/IconEastRoundedFilled.tsx +++ b/src/IconEastRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEastRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastRoundedFilled as default } diff --git a/src/IconEastSharp.tsx b/src/IconEastSharp.tsx index 1558042ef..9e0738ab7 100644 --- a/src/IconEastSharp.tsx +++ b/src/IconEastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastSharp: React.FC = ({ ...props }) => ( +export const IconEastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastSharp as default } diff --git a/src/IconEastSharpFilled.tsx b/src/IconEastSharpFilled.tsx index fb1c3d542..ddaebaf73 100644 --- a/src/IconEastSharpFilled.tsx +++ b/src/IconEastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEastSharpFilled: React.FC = ({ ...props }) => ( +export const IconEastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEastSharpFilled as default } diff --git a/src/IconEcgHeartOutlined.tsx b/src/IconEcgHeartOutlined.tsx index 6da4f03e1..6248e3785 100644 --- a/src/IconEcgHeartOutlined.tsx +++ b/src/IconEcgHeartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartOutlined: React.FC = ({ ...props }) => ( +export const IconEcgHeartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgHeartOutlined as default } diff --git a/src/IconEcgHeartOutlinedFilled.tsx b/src/IconEcgHeartOutlinedFilled.tsx index be578dd83..7c45c28a8 100644 --- a/src/IconEcgHeartOutlinedFilled.tsx +++ b/src/IconEcgHeartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEcgHeartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEcgHeartOutlinedFilled as default } diff --git a/src/IconEcgHeartRounded.tsx b/src/IconEcgHeartRounded.tsx index d85f9a4da..a1b62dffd 100644 --- a/src/IconEcgHeartRounded.tsx +++ b/src/IconEcgHeartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartRounded: React.FC = ({ ...props }) => ( +export const IconEcgHeartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgHeartRounded as default } diff --git a/src/IconEcgHeartRoundedFilled.tsx b/src/IconEcgHeartRoundedFilled.tsx index b8f755be2..2a50bda13 100644 --- a/src/IconEcgHeartRoundedFilled.tsx +++ b/src/IconEcgHeartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEcgHeartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEcgHeartRoundedFilled as default } diff --git a/src/IconEcgHeartSharp.tsx b/src/IconEcgHeartSharp.tsx index d851b54b6..4f2c1730c 100644 --- a/src/IconEcgHeartSharp.tsx +++ b/src/IconEcgHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartSharp: React.FC = ({ ...props }) => ( +export const IconEcgHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgHeartSharp as default } diff --git a/src/IconEcgHeartSharpFilled.tsx b/src/IconEcgHeartSharpFilled.tsx index 026a9b02d..df1217454 100644 --- a/src/IconEcgHeartSharpFilled.tsx +++ b/src/IconEcgHeartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconEcgHeartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgHeartSharpFilled as default } diff --git a/src/IconEcgOutlined.tsx b/src/IconEcgOutlined.tsx index a38262307..e0b15f4cb 100644 --- a/src/IconEcgOutlined.tsx +++ b/src/IconEcgOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgOutlined: React.FC = ({ ...props }) => ( +export const IconEcgOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgOutlined as default } diff --git a/src/IconEcgOutlinedFilled.tsx b/src/IconEcgOutlinedFilled.tsx index 629b72024..043bc92ab 100644 --- a/src/IconEcgOutlinedFilled.tsx +++ b/src/IconEcgOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEcgOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgOutlinedFilled as default } diff --git a/src/IconEcgRounded.tsx b/src/IconEcgRounded.tsx index 5a0505fe0..ddbf0f0de 100644 --- a/src/IconEcgRounded.tsx +++ b/src/IconEcgRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgRounded: React.FC = ({ ...props }) => ( +export const IconEcgRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgRounded as default } diff --git a/src/IconEcgRoundedFilled.tsx b/src/IconEcgRoundedFilled.tsx index 948aa9b27..1a7337eec 100644 --- a/src/IconEcgRoundedFilled.tsx +++ b/src/IconEcgRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEcgRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgRoundedFilled as default } diff --git a/src/IconEcgSharp.tsx b/src/IconEcgSharp.tsx index c6a89344c..1622130e3 100644 --- a/src/IconEcgSharp.tsx +++ b/src/IconEcgSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgSharp: React.FC = ({ ...props }) => ( +export const IconEcgSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgSharp as default } diff --git a/src/IconEcgSharpFilled.tsx b/src/IconEcgSharpFilled.tsx index 11eb54c76..ae0a24505 100644 --- a/src/IconEcgSharpFilled.tsx +++ b/src/IconEcgSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcgSharpFilled: React.FC = ({ ...props }) => ( +export const IconEcgSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcgSharpFilled as default } diff --git a/src/IconEcoOutlined.tsx b/src/IconEcoOutlined.tsx index 8e0c09d0c..dea28fc23 100644 --- a/src/IconEcoOutlined.tsx +++ b/src/IconEcoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoOutlined: React.FC = ({ ...props }) => ( +export const IconEcoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoOutlined as default } diff --git a/src/IconEcoOutlinedFilled.tsx b/src/IconEcoOutlinedFilled.tsx index 2d4090015..656d53b56 100644 --- a/src/IconEcoOutlinedFilled.tsx +++ b/src/IconEcoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEcoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoOutlinedFilled as default } diff --git a/src/IconEcoRounded.tsx b/src/IconEcoRounded.tsx index bf19dcb6b..a1c152753 100644 --- a/src/IconEcoRounded.tsx +++ b/src/IconEcoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoRounded: React.FC = ({ ...props }) => ( +export const IconEcoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoRounded as default } diff --git a/src/IconEcoRoundedFilled.tsx b/src/IconEcoRoundedFilled.tsx index ecc106f5e..96ff7ab48 100644 --- a/src/IconEcoRoundedFilled.tsx +++ b/src/IconEcoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEcoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoRoundedFilled as default } diff --git a/src/IconEcoSharp.tsx b/src/IconEcoSharp.tsx index 1bb90ce2c..9203cd34b 100644 --- a/src/IconEcoSharp.tsx +++ b/src/IconEcoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoSharp: React.FC = ({ ...props }) => ( +export const IconEcoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoSharp as default } diff --git a/src/IconEcoSharpFilled.tsx b/src/IconEcoSharpFilled.tsx index d2076cb15..b4c6b22f2 100644 --- a/src/IconEcoSharpFilled.tsx +++ b/src/IconEcoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEcoSharpFilled: React.FC = ({ ...props }) => ( +export const IconEcoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEcoSharpFilled as default } diff --git a/src/IconEdaOutlined.tsx b/src/IconEdaOutlined.tsx index 7982763c1..e44117bb4 100644 --- a/src/IconEdaOutlined.tsx +++ b/src/IconEdaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaOutlined: React.FC = ({ ...props }) => ( +export const IconEdaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaOutlined as default } diff --git a/src/IconEdaOutlinedFilled.tsx b/src/IconEdaOutlinedFilled.tsx index 66c856745..6c60879bb 100644 --- a/src/IconEdaOutlinedFilled.tsx +++ b/src/IconEdaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEdaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaOutlinedFilled as default } diff --git a/src/IconEdaRounded.tsx b/src/IconEdaRounded.tsx index d7158d400..058cd9d75 100644 --- a/src/IconEdaRounded.tsx +++ b/src/IconEdaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaRounded: React.FC = ({ ...props }) => ( +export const IconEdaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaRounded as default } diff --git a/src/IconEdaRoundedFilled.tsx b/src/IconEdaRoundedFilled.tsx index 092c82d4a..85c145ab4 100644 --- a/src/IconEdaRoundedFilled.tsx +++ b/src/IconEdaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEdaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaRoundedFilled as default } diff --git a/src/IconEdaSharp.tsx b/src/IconEdaSharp.tsx index 650d3e110..f9175db8b 100644 --- a/src/IconEdaSharp.tsx +++ b/src/IconEdaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaSharp: React.FC = ({ ...props }) => ( +export const IconEdaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaSharp as default } diff --git a/src/IconEdaSharpFilled.tsx b/src/IconEdaSharpFilled.tsx index d6bc4e3f4..932938758 100644 --- a/src/IconEdaSharpFilled.tsx +++ b/src/IconEdaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdaSharpFilled: React.FC = ({ ...props }) => ( +export const IconEdaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdaSharpFilled as default } diff --git a/src/IconEdgesensorHighOutlined.tsx b/src/IconEdgesensorHighOutlined.tsx index 3e691df30..15d48418c 100644 --- a/src/IconEdgesensorHighOutlined.tsx +++ b/src/IconEdgesensorHighOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighOutlined: React.FC = ({ ...props }) => ( +export const IconEdgesensorHighOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorHighOutlined as default } diff --git a/src/IconEdgesensorHighOutlinedFilled.tsx b/src/IconEdgesensorHighOutlinedFilled.tsx index 5efaae6d5..8fa783a03 100644 --- a/src/IconEdgesensorHighOutlinedFilled.tsx +++ b/src/IconEdgesensorHighOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighOutlinedFilled: React.FC = ({ +export const IconEdgesensorHighOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEdgesensorHighOutlinedFilled: React.FC = ({ ) - -export { IconEdgesensorHighOutlinedFilled as default } diff --git a/src/IconEdgesensorHighRounded.tsx b/src/IconEdgesensorHighRounded.tsx index 9e854ea8e..cd192d46c 100644 --- a/src/IconEdgesensorHighRounded.tsx +++ b/src/IconEdgesensorHighRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighRounded: React.FC = ({ ...props }) => ( +export const IconEdgesensorHighRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorHighRounded as default } diff --git a/src/IconEdgesensorHighRoundedFilled.tsx b/src/IconEdgesensorHighRoundedFilled.tsx index c98d6bb1d..66a61f927 100644 --- a/src/IconEdgesensorHighRoundedFilled.tsx +++ b/src/IconEdgesensorHighRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEdgesensorHighRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorHighRoundedFilled as default } diff --git a/src/IconEdgesensorHighSharp.tsx b/src/IconEdgesensorHighSharp.tsx index a36bc8c7a..cb6656d6a 100644 --- a/src/IconEdgesensorHighSharp.tsx +++ b/src/IconEdgesensorHighSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighSharp: React.FC = ({ ...props }) => ( +export const IconEdgesensorHighSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdgesensorHighSharp as default } diff --git a/src/IconEdgesensorHighSharpFilled.tsx b/src/IconEdgesensorHighSharpFilled.tsx index 6cc3951f7..1e3dc40c1 100644 --- a/src/IconEdgesensorHighSharpFilled.tsx +++ b/src/IconEdgesensorHighSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorHighSharpFilled: React.FC = ({ ...props }) => ( +export const IconEdgesensorHighSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorHighSharpFilled as default } diff --git a/src/IconEdgesensorLowOutlined.tsx b/src/IconEdgesensorLowOutlined.tsx index 997277724..143760885 100644 --- a/src/IconEdgesensorLowOutlined.tsx +++ b/src/IconEdgesensorLowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorLowOutlined: React.FC = ({ ...props }) => ( +export const IconEdgesensorLowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorLowOutlined as default } diff --git a/src/IconEdgesensorLowOutlinedFilled.tsx b/src/IconEdgesensorLowOutlinedFilled.tsx index ea19a0f10..248ebdd45 100644 --- a/src/IconEdgesensorLowOutlinedFilled.tsx +++ b/src/IconEdgesensorLowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorLowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEdgesensorLowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorLowOutlinedFilled as default } diff --git a/src/IconEdgesensorLowRounded.tsx b/src/IconEdgesensorLowRounded.tsx index 6e1936ca3..62b6f152f 100644 --- a/src/IconEdgesensorLowRounded.tsx +++ b/src/IconEdgesensorLowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorLowRounded: React.FC = ({ ...props }) => ( +export const IconEdgesensorLowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEdgesensorLowRounded as default } diff --git a/src/IconEdgesensorLowRoundedFilled.tsx b/src/IconEdgesensorLowRoundedFilled.tsx index 8b7bbf4a4..3550c5e33 100644 --- a/src/IconEdgesensorLowRoundedFilled.tsx +++ b/src/IconEdgesensorLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEdgesensorLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorLowRoundedFilled as default } diff --git a/src/IconEdgesensorLowSharp.tsx b/src/IconEdgesensorLowSharp.tsx new file mode 100644 index 000000000..49445e43d --- /dev/null +++ b/src/IconEdgesensorLowSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconEdgesensorLowSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconEdgesensorLowSharpFilled.tsx b/src/IconEdgesensorLowSharpFilled.tsx index eee088800..bfe42664b 100644 --- a/src/IconEdgesensorLowSharpFilled.tsx +++ b/src/IconEdgesensorLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEdgesensorLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconEdgesensorLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEdgesensorLowSharpFilled as default } diff --git a/src/IconEditAttributesOutlined.tsx b/src/IconEditAttributesOutlined.tsx index 5506d537c..06e169793 100644 --- a/src/IconEditAttributesOutlined.tsx +++ b/src/IconEditAttributesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesOutlined: React.FC = ({ ...props }) => ( +export const IconEditAttributesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAttributesOutlined as default } diff --git a/src/IconEditAttributesOutlinedFilled.tsx b/src/IconEditAttributesOutlinedFilled.tsx index 4aa6115d4..231a22466 100644 --- a/src/IconEditAttributesOutlinedFilled.tsx +++ b/src/IconEditAttributesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesOutlinedFilled: React.FC = ({ +export const IconEditAttributesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditAttributesOutlinedFilled: React.FC = ({ ) - -export { IconEditAttributesOutlinedFilled as default } diff --git a/src/IconEditAttributesRounded.tsx b/src/IconEditAttributesRounded.tsx index f800660d6..997fd5dab 100644 --- a/src/IconEditAttributesRounded.tsx +++ b/src/IconEditAttributesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesRounded: React.FC = ({ ...props }) => ( +export const IconEditAttributesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAttributesRounded as default } diff --git a/src/IconEditAttributesRoundedFilled.tsx b/src/IconEditAttributesRoundedFilled.tsx index c4b46cbe7..024d5d7de 100644 --- a/src/IconEditAttributesRoundedFilled.tsx +++ b/src/IconEditAttributesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditAttributesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAttributesRoundedFilled as default } diff --git a/src/IconEditAttributesSharp.tsx b/src/IconEditAttributesSharp.tsx index b6edcb7f9..603d93cb3 100644 --- a/src/IconEditAttributesSharp.tsx +++ b/src/IconEditAttributesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesSharp: React.FC = ({ ...props }) => ( +export const IconEditAttributesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditAttributesSharp as default } diff --git a/src/IconEditAttributesSharpFilled.tsx b/src/IconEditAttributesSharpFilled.tsx index 83fe2b4e7..f0ef83ecf 100644 --- a/src/IconEditAttributesSharpFilled.tsx +++ b/src/IconEditAttributesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAttributesSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditAttributesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAttributesSharpFilled as default } diff --git a/src/IconEditAudioOutlined.tsx b/src/IconEditAudioOutlined.tsx index 6d2d43e09..ae5e41364 100644 --- a/src/IconEditAudioOutlined.tsx +++ b/src/IconEditAudioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioOutlined: React.FC = ({ ...props }) => ( +export const IconEditAudioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditAudioOutlined as default } diff --git a/src/IconEditAudioOutlinedFilled.tsx b/src/IconEditAudioOutlinedFilled.tsx index 512e395a4..c7315fcc4 100644 --- a/src/IconEditAudioOutlinedFilled.tsx +++ b/src/IconEditAudioOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditAudioOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAudioOutlinedFilled as default } diff --git a/src/IconEditAudioRounded.tsx b/src/IconEditAudioRounded.tsx index d9eb8f605..9ea60bf90 100644 --- a/src/IconEditAudioRounded.tsx +++ b/src/IconEditAudioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioRounded: React.FC = ({ ...props }) => ( +export const IconEditAudioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditAudioRounded as default } diff --git a/src/IconEditAudioRoundedFilled.tsx b/src/IconEditAudioRoundedFilled.tsx index 7bc996126..132417149 100644 --- a/src/IconEditAudioRoundedFilled.tsx +++ b/src/IconEditAudioRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditAudioRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditAudioRoundedFilled as default } diff --git a/src/IconEditAudioSharp.tsx b/src/IconEditAudioSharp.tsx index e68a993e7..2b89fb155 100644 --- a/src/IconEditAudioSharp.tsx +++ b/src/IconEditAudioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioSharp: React.FC = ({ ...props }) => ( +export const IconEditAudioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditAudioSharp as default } diff --git a/src/IconEditAudioSharpFilled.tsx b/src/IconEditAudioSharpFilled.tsx index e8dd1a95c..545e90635 100644 --- a/src/IconEditAudioSharpFilled.tsx +++ b/src/IconEditAudioSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditAudioSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditAudioSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditAudioSharpFilled as default } diff --git a/src/IconEditCalendarOutlined.tsx b/src/IconEditCalendarOutlined.tsx index 85719e461..f024149d4 100644 --- a/src/IconEditCalendarOutlined.tsx +++ b/src/IconEditCalendarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarOutlined: React.FC = ({ ...props }) => ( +export const IconEditCalendarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditCalendarOutlined as default } diff --git a/src/IconEditCalendarOutlinedFilled.tsx b/src/IconEditCalendarOutlinedFilled.tsx index 5a65029e5..4cbd1533a 100644 --- a/src/IconEditCalendarOutlinedFilled.tsx +++ b/src/IconEditCalendarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditCalendarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditCalendarOutlinedFilled as default } diff --git a/src/IconEditCalendarRounded.tsx b/src/IconEditCalendarRounded.tsx index 1709a4ed4..d7a4c8b9e 100644 --- a/src/IconEditCalendarRounded.tsx +++ b/src/IconEditCalendarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarRounded: React.FC = ({ ...props }) => ( +export const IconEditCalendarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditCalendarRounded as default } diff --git a/src/IconEditCalendarRoundedFilled.tsx b/src/IconEditCalendarRoundedFilled.tsx index e1c6e52ec..4156c9c78 100644 --- a/src/IconEditCalendarRoundedFilled.tsx +++ b/src/IconEditCalendarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditCalendarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditCalendarRoundedFilled as default } diff --git a/src/IconEditCalendarSharp.tsx b/src/IconEditCalendarSharp.tsx index 9d8fd02e2..6847f77cf 100644 --- a/src/IconEditCalendarSharp.tsx +++ b/src/IconEditCalendarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarSharp: React.FC = ({ ...props }) => ( +export const IconEditCalendarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditCalendarSharp as default } diff --git a/src/IconEditCalendarSharpFilled.tsx b/src/IconEditCalendarSharpFilled.tsx index 4a3409d4a..8ebc8062b 100644 --- a/src/IconEditCalendarSharpFilled.tsx +++ b/src/IconEditCalendarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditCalendarSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditCalendarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditCalendarSharpFilled as default } diff --git a/src/IconEditDocumentOutlined.tsx b/src/IconEditDocumentOutlined.tsx index d0e1249f2..fce718937 100644 --- a/src/IconEditDocumentOutlined.tsx +++ b/src/IconEditDocumentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentOutlined: React.FC = ({ ...props }) => ( +export const IconEditDocumentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditDocumentOutlined as default } diff --git a/src/IconEditDocumentOutlinedFilled.tsx b/src/IconEditDocumentOutlinedFilled.tsx index 7600d72c9..c65047a79 100644 --- a/src/IconEditDocumentOutlinedFilled.tsx +++ b/src/IconEditDocumentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditDocumentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditDocumentOutlinedFilled as default } diff --git a/src/IconEditDocumentRounded.tsx b/src/IconEditDocumentRounded.tsx index f88db08b0..1c7188be1 100644 --- a/src/IconEditDocumentRounded.tsx +++ b/src/IconEditDocumentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentRounded: React.FC = ({ ...props }) => ( +export const IconEditDocumentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditDocumentRounded as default } diff --git a/src/IconEditDocumentRoundedFilled.tsx b/src/IconEditDocumentRoundedFilled.tsx index fa379e0c5..8c018aeab 100644 --- a/src/IconEditDocumentRoundedFilled.tsx +++ b/src/IconEditDocumentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditDocumentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditDocumentRoundedFilled as default } diff --git a/src/IconEditDocumentSharp.tsx b/src/IconEditDocumentSharp.tsx index 31c8967b7..6a49b3ab6 100644 --- a/src/IconEditDocumentSharp.tsx +++ b/src/IconEditDocumentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentSharp: React.FC = ({ ...props }) => ( +export const IconEditDocumentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditDocumentSharp as default } diff --git a/src/IconEditDocumentSharpFilled.tsx b/src/IconEditDocumentSharpFilled.tsx index 6a3654e8c..621a9fa49 100644 --- a/src/IconEditDocumentSharpFilled.tsx +++ b/src/IconEditDocumentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditDocumentSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditDocumentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditDocumentSharpFilled as default } diff --git a/src/IconEditLocationAltOutlined.tsx b/src/IconEditLocationAltOutlined.tsx index e31e7b5b8..67509a784 100644 --- a/src/IconEditLocationAltOutlined.tsx +++ b/src/IconEditLocationAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltOutlined: React.FC = ({ ...props }) => ( +export const IconEditLocationAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationAltOutlined as default } diff --git a/src/IconEditLocationAltOutlinedFilled.tsx b/src/IconEditLocationAltOutlinedFilled.tsx index e300afb52..5564b6ad2 100644 --- a/src/IconEditLocationAltOutlinedFilled.tsx +++ b/src/IconEditLocationAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltOutlinedFilled: React.FC = ({ +export const IconEditLocationAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditLocationAltOutlinedFilled: React.FC = ({ ) - -export { IconEditLocationAltOutlinedFilled as default } diff --git a/src/IconEditLocationAltRounded.tsx b/src/IconEditLocationAltRounded.tsx index 49e0ca94a..e3b373f5d 100644 --- a/src/IconEditLocationAltRounded.tsx +++ b/src/IconEditLocationAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltRounded: React.FC = ({ ...props }) => ( +export const IconEditLocationAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationAltRounded as default } diff --git a/src/IconEditLocationAltRoundedFilled.tsx b/src/IconEditLocationAltRoundedFilled.tsx index 299d907ff..906b67a3f 100644 --- a/src/IconEditLocationAltRoundedFilled.tsx +++ b/src/IconEditLocationAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltRoundedFilled: React.FC = ({ +export const IconEditLocationAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditLocationAltRoundedFilled: React.FC = ({ ) - -export { IconEditLocationAltRoundedFilled as default } diff --git a/src/IconEditLocationAltSharp.tsx b/src/IconEditLocationAltSharp.tsx index 39bc485ee..2d0539c1e 100644 --- a/src/IconEditLocationAltSharp.tsx +++ b/src/IconEditLocationAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltSharp: React.FC = ({ ...props }) => ( +export const IconEditLocationAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditLocationAltSharp as default } diff --git a/src/IconEditLocationAltSharpFilled.tsx b/src/IconEditLocationAltSharpFilled.tsx index d43121ceb..125730b32 100644 --- a/src/IconEditLocationAltSharpFilled.tsx +++ b/src/IconEditLocationAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditLocationAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationAltSharpFilled as default } diff --git a/src/IconEditLocationOutlined.tsx b/src/IconEditLocationOutlined.tsx index 0a89c6315..dede3f206 100644 --- a/src/IconEditLocationOutlined.tsx +++ b/src/IconEditLocationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationOutlined: React.FC = ({ ...props }) => ( +export const IconEditLocationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditLocationOutlined as default } diff --git a/src/IconEditLocationOutlinedFilled.tsx b/src/IconEditLocationOutlinedFilled.tsx index be8141c5b..c315e8998 100644 --- a/src/IconEditLocationOutlinedFilled.tsx +++ b/src/IconEditLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationOutlinedFilled as default } diff --git a/src/IconEditLocationRounded.tsx b/src/IconEditLocationRounded.tsx index 3ba1b767d..984eead8d 100644 --- a/src/IconEditLocationRounded.tsx +++ b/src/IconEditLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationRounded: React.FC = ({ ...props }) => ( +export const IconEditLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditLocationRounded as default } diff --git a/src/IconEditLocationRoundedFilled.tsx b/src/IconEditLocationRoundedFilled.tsx index d45ac4bc1..8b15a9139 100644 --- a/src/IconEditLocationRoundedFilled.tsx +++ b/src/IconEditLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationRoundedFilled as default } diff --git a/src/IconEditLocationSharp.tsx b/src/IconEditLocationSharp.tsx index 16daf7512..381c5918f 100644 --- a/src/IconEditLocationSharp.tsx +++ b/src/IconEditLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationSharp: React.FC = ({ ...props }) => ( +export const IconEditLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditLocationSharp as default } diff --git a/src/IconEditLocationSharpFilled.tsx b/src/IconEditLocationSharpFilled.tsx index c480aac00..1c9acf2e5 100644 --- a/src/IconEditLocationSharpFilled.tsx +++ b/src/IconEditLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditLocationSharpFilled as default } diff --git a/src/IconEditNoteOutlined.tsx b/src/IconEditNoteOutlined.tsx index caeb176f8..f7263ee89 100644 --- a/src/IconEditNoteOutlined.tsx +++ b/src/IconEditNoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteOutlined: React.FC = ({ ...props }) => ( +export const IconEditNoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditNoteOutlined as default } diff --git a/src/IconEditNoteOutlinedFilled.tsx b/src/IconEditNoteOutlinedFilled.tsx index 43ebda75c..7c5141375 100644 --- a/src/IconEditNoteOutlinedFilled.tsx +++ b/src/IconEditNoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditNoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditNoteOutlinedFilled as default } diff --git a/src/IconEditNoteRounded.tsx b/src/IconEditNoteRounded.tsx index e13b0a35f..3277e9997 100644 --- a/src/IconEditNoteRounded.tsx +++ b/src/IconEditNoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteRounded: React.FC = ({ ...props }) => ( +export const IconEditNoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditNoteRounded as default } diff --git a/src/IconEditNoteRoundedFilled.tsx b/src/IconEditNoteRoundedFilled.tsx index e2eb42454..ca669b077 100644 --- a/src/IconEditNoteRoundedFilled.tsx +++ b/src/IconEditNoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditNoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditNoteRoundedFilled as default } diff --git a/src/IconEditNoteSharp.tsx b/src/IconEditNoteSharp.tsx index 625162268..6f4b721d5 100644 --- a/src/IconEditNoteSharp.tsx +++ b/src/IconEditNoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteSharp: React.FC = ({ ...props }) => ( +export const IconEditNoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditNoteSharp as default } diff --git a/src/IconEditNoteSharpFilled.tsx b/src/IconEditNoteSharpFilled.tsx index 05a882345..2b2686ef7 100644 --- a/src/IconEditNoteSharpFilled.tsx +++ b/src/IconEditNoteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditNoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditNoteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditNoteSharpFilled as default } diff --git a/src/IconEditNotificationsOutlined.tsx b/src/IconEditNotificationsOutlined.tsx index f6736fb50..1b694ce16 100644 --- a/src/IconEditNotificationsOutlined.tsx +++ b/src/IconEditNotificationsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsOutlined: React.FC = ({ ...props }) => ( +export const IconEditNotificationsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditNotificationsOutlined as default } diff --git a/src/IconEditNotificationsOutlinedFilled.tsx b/src/IconEditNotificationsOutlinedFilled.tsx index ee23a5694..c4a970f6e 100644 --- a/src/IconEditNotificationsOutlinedFilled.tsx +++ b/src/IconEditNotificationsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsOutlinedFilled: React.FC = ({ +export const IconEditNotificationsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditNotificationsOutlinedFilled: React.FC = ({ ) - -export { IconEditNotificationsOutlinedFilled as default } diff --git a/src/IconEditNotificationsRounded.tsx b/src/IconEditNotificationsRounded.tsx index 30a819b6f..b1897b0e1 100644 --- a/src/IconEditNotificationsRounded.tsx +++ b/src/IconEditNotificationsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsRounded: React.FC = ({ ...props }) => ( +export const IconEditNotificationsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditNotificationsRounded as default } diff --git a/src/IconEditNotificationsRoundedFilled.tsx b/src/IconEditNotificationsRoundedFilled.tsx index 47ed44ca7..5b45cba0a 100644 --- a/src/IconEditNotificationsRoundedFilled.tsx +++ b/src/IconEditNotificationsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsRoundedFilled: React.FC = ({ +export const IconEditNotificationsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditNotificationsRoundedFilled: React.FC = ({ ) - -export { IconEditNotificationsRoundedFilled as default } diff --git a/src/IconEditNotificationsSharp.tsx b/src/IconEditNotificationsSharp.tsx index c734d9f56..dcacbaf9a 100644 --- a/src/IconEditNotificationsSharp.tsx +++ b/src/IconEditNotificationsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsSharp: React.FC = ({ ...props }) => ( +export const IconEditNotificationsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditNotificationsSharp as default } diff --git a/src/IconEditNotificationsSharpFilled.tsx b/src/IconEditNotificationsSharpFilled.tsx index d25d98441..67a91d45a 100644 --- a/src/IconEditNotificationsSharpFilled.tsx +++ b/src/IconEditNotificationsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEditNotificationsSharpFilled: React.FC = ({ +export const IconEditNotificationsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEditNotificationsSharpFilled: React.FC = ({ ) - -export { IconEditNotificationsSharpFilled as default } diff --git a/src/IconEditOffOutlined.tsx b/src/IconEditOffOutlined.tsx index 202d3f0f4..e62bb36b8 100644 --- a/src/IconEditOffOutlined.tsx +++ b/src/IconEditOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffOutlined: React.FC = ({ ...props }) => ( +export const IconEditOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOffOutlined as default } diff --git a/src/IconEditOffOutlinedFilled.tsx b/src/IconEditOffOutlinedFilled.tsx index 99cc93d36..45b4d9087 100644 --- a/src/IconEditOffOutlinedFilled.tsx +++ b/src/IconEditOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditOffOutlinedFilled as default } diff --git a/src/IconEditOffRounded.tsx b/src/IconEditOffRounded.tsx index d3bb9e8ef..d30583d05 100644 --- a/src/IconEditOffRounded.tsx +++ b/src/IconEditOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffRounded: React.FC = ({ ...props }) => ( +export const IconEditOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOffRounded as default } diff --git a/src/IconEditOffRoundedFilled.tsx b/src/IconEditOffRoundedFilled.tsx index 236098e15..7966d68f5 100644 --- a/src/IconEditOffRoundedFilled.tsx +++ b/src/IconEditOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOffRoundedFilled as default } diff --git a/src/IconEditOffSharp.tsx b/src/IconEditOffSharp.tsx index bb0a62616..309dd744b 100644 --- a/src/IconEditOffSharp.tsx +++ b/src/IconEditOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffSharp: React.FC = ({ ...props }) => ( +export const IconEditOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOffSharp as default } diff --git a/src/IconEditOffSharpFilled.tsx b/src/IconEditOffSharpFilled.tsx index 580708007..091f0a74a 100644 --- a/src/IconEditOffSharpFilled.tsx +++ b/src/IconEditOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOffSharpFilled as default } diff --git a/src/IconEditOutlined.tsx b/src/IconEditOutlined.tsx index a0b187c7e..06a7eec86 100644 --- a/src/IconEditOutlined.tsx +++ b/src/IconEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOutlined: React.FC = ({ ...props }) => ( +export const IconEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOutlined as default } diff --git a/src/IconEditOutlinedFilled.tsx b/src/IconEditOutlinedFilled.tsx index 7a032833b..3cbb3d872 100644 --- a/src/IconEditOutlinedFilled.tsx +++ b/src/IconEditOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditOutlinedFilled as default } diff --git a/src/IconEditRoadOutlined.tsx b/src/IconEditRoadOutlined.tsx index ad73b389b..c70ada393 100644 --- a/src/IconEditRoadOutlined.tsx +++ b/src/IconEditRoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadOutlined: React.FC = ({ ...props }) => ( +export const IconEditRoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRoadOutlined as default } diff --git a/src/IconEditRoadOutlinedFilled.tsx b/src/IconEditRoadOutlinedFilled.tsx index 2fa2ec8d7..916015d20 100644 --- a/src/IconEditRoadOutlinedFilled.tsx +++ b/src/IconEditRoadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditRoadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditRoadOutlinedFilled as default } diff --git a/src/IconEditRoadRounded.tsx b/src/IconEditRoadRounded.tsx index a915c189d..86fe64bdd 100644 --- a/src/IconEditRoadRounded.tsx +++ b/src/IconEditRoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadRounded: React.FC = ({ ...props }) => ( +export const IconEditRoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRoadRounded as default } diff --git a/src/IconEditRoadRoundedFilled.tsx b/src/IconEditRoadRoundedFilled.tsx index 14bbd02ed..fb3ae1219 100644 --- a/src/IconEditRoadRoundedFilled.tsx +++ b/src/IconEditRoadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditRoadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditRoadRoundedFilled as default } diff --git a/src/IconEditRoadSharp.tsx b/src/IconEditRoadSharp.tsx index dcfdcb1c5..6c113254f 100644 --- a/src/IconEditRoadSharp.tsx +++ b/src/IconEditRoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadSharp: React.FC = ({ ...props }) => ( +export const IconEditRoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRoadSharp as default } diff --git a/src/IconEditRoadSharpFilled.tsx b/src/IconEditRoadSharpFilled.tsx index fe4011328..797602c9b 100644 --- a/src/IconEditRoadSharpFilled.tsx +++ b/src/IconEditRoadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditRoadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRoadSharpFilled as default } diff --git a/src/IconEditRounded.tsx b/src/IconEditRounded.tsx index 701a191b8..34cb5670b 100644 --- a/src/IconEditRounded.tsx +++ b/src/IconEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRounded: React.FC = ({ ...props }) => ( +export const IconEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRounded as default } diff --git a/src/IconEditRoundedFilled.tsx b/src/IconEditRoundedFilled.tsx index 9dea5ff51..9ca805083 100644 --- a/src/IconEditRoundedFilled.tsx +++ b/src/IconEditRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditRoundedFilled as default } diff --git a/src/IconEditSharp.tsx b/src/IconEditSharp.tsx index fa32056fa..5b1b6590e 100644 --- a/src/IconEditSharp.tsx +++ b/src/IconEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditSharp: React.FC = ({ ...props }) => ( +export const IconEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditSharp as default } diff --git a/src/IconEditSharpFilled.tsx b/src/IconEditSharpFilled.tsx index c35c75216..0f9d75ece 100644 --- a/src/IconEditSharpFilled.tsx +++ b/src/IconEditSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditSharpFilled as default } diff --git a/src/IconEditSquareOutlined.tsx b/src/IconEditSquareOutlined.tsx index 0cb12300f..fa9f226bc 100644 --- a/src/IconEditSquareOutlined.tsx +++ b/src/IconEditSquareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareOutlined: React.FC = ({ ...props }) => ( +export const IconEditSquareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditSquareOutlined as default } diff --git a/src/IconEditSquareOutlinedFilled.tsx b/src/IconEditSquareOutlinedFilled.tsx index a333902d6..bdc6a5f1f 100644 --- a/src/IconEditSquareOutlinedFilled.tsx +++ b/src/IconEditSquareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditSquareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditSquareOutlinedFilled as default } diff --git a/src/IconEditSquareRounded.tsx b/src/IconEditSquareRounded.tsx index c47d31ac9..39b51ec58 100644 --- a/src/IconEditSquareRounded.tsx +++ b/src/IconEditSquareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareRounded: React.FC = ({ ...props }) => ( +export const IconEditSquareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditSquareRounded as default } diff --git a/src/IconEditSquareRoundedFilled.tsx b/src/IconEditSquareRoundedFilled.tsx index f26bfdce6..b52b27439 100644 --- a/src/IconEditSquareRoundedFilled.tsx +++ b/src/IconEditSquareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditSquareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditSquareRoundedFilled as default } diff --git a/src/IconEditSquareSharp.tsx b/src/IconEditSquareSharp.tsx index dba719cd0..5116e20f0 100644 --- a/src/IconEditSquareSharp.tsx +++ b/src/IconEditSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareSharp: React.FC = ({ ...props }) => ( +export const IconEditSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditSquareSharp as default } diff --git a/src/IconEditSquareSharpFilled.tsx b/src/IconEditSquareSharpFilled.tsx index 9b7cd5519..15525b27e 100644 --- a/src/IconEditSquareSharpFilled.tsx +++ b/src/IconEditSquareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditSquareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditSquareSharpFilled as default } diff --git a/src/IconEditorChoiceOutlined.tsx b/src/IconEditorChoiceOutlined.tsx index 5e189b144..12c2145f6 100644 --- a/src/IconEditorChoiceOutlined.tsx +++ b/src/IconEditorChoiceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceOutlined: React.FC = ({ ...props }) => ( +export const IconEditorChoiceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceOutlined as default } diff --git a/src/IconEditorChoiceOutlinedFilled.tsx b/src/IconEditorChoiceOutlinedFilled.tsx index 1fab96f4d..5332229f3 100644 --- a/src/IconEditorChoiceOutlinedFilled.tsx +++ b/src/IconEditorChoiceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEditorChoiceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceOutlinedFilled as default } diff --git a/src/IconEditorChoiceRounded.tsx b/src/IconEditorChoiceRounded.tsx index 87391b4d5..6694cedea 100644 --- a/src/IconEditorChoiceRounded.tsx +++ b/src/IconEditorChoiceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceRounded: React.FC = ({ ...props }) => ( +export const IconEditorChoiceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceRounded as default } diff --git a/src/IconEditorChoiceRoundedFilled.tsx b/src/IconEditorChoiceRoundedFilled.tsx index 93ce328b0..64b02b0fa 100644 --- a/src/IconEditorChoiceRoundedFilled.tsx +++ b/src/IconEditorChoiceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEditorChoiceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceRoundedFilled as default } diff --git a/src/IconEditorChoiceSharp.tsx b/src/IconEditorChoiceSharp.tsx index 766966748..6edc72cc0 100644 --- a/src/IconEditorChoiceSharp.tsx +++ b/src/IconEditorChoiceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceSharp: React.FC = ({ ...props }) => ( +export const IconEditorChoiceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceSharp as default } diff --git a/src/IconEditorChoiceSharpFilled.tsx b/src/IconEditorChoiceSharpFilled.tsx index 3bb08bfa1..bf101dac3 100644 --- a/src/IconEditorChoiceSharpFilled.tsx +++ b/src/IconEditorChoiceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEditorChoiceSharpFilled: React.FC = ({ ...props }) => ( +export const IconEditorChoiceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEditorChoiceSharpFilled as default } diff --git a/src/IconEggAltOutlined.tsx b/src/IconEggAltOutlined.tsx index eb033202c..9b6d6b958 100644 --- a/src/IconEggAltOutlined.tsx +++ b/src/IconEggAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltOutlined: React.FC = ({ ...props }) => ( +export const IconEggAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltOutlined as default } diff --git a/src/IconEggAltOutlinedFilled.tsx b/src/IconEggAltOutlinedFilled.tsx index d353801b9..39d979bf9 100644 --- a/src/IconEggAltOutlinedFilled.tsx +++ b/src/IconEggAltOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEggAltOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltOutlinedFilled as default } diff --git a/src/IconEggAltRounded.tsx b/src/IconEggAltRounded.tsx index 7faac9435..55b55480c 100644 --- a/src/IconEggAltRounded.tsx +++ b/src/IconEggAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltRounded: React.FC = ({ ...props }) => ( +export const IconEggAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltRounded as default } diff --git a/src/IconEggAltRoundedFilled.tsx b/src/IconEggAltRoundedFilled.tsx index 3481a40b8..c8fdb509d 100644 --- a/src/IconEggAltRoundedFilled.tsx +++ b/src/IconEggAltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEggAltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltRoundedFilled as default } diff --git a/src/IconEggAltSharp.tsx b/src/IconEggAltSharp.tsx index 85fa98fef..6c560bdb4 100644 --- a/src/IconEggAltSharp.tsx +++ b/src/IconEggAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltSharp: React.FC = ({ ...props }) => ( +export const IconEggAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltSharp as default } diff --git a/src/IconEggAltSharpFilled.tsx b/src/IconEggAltSharpFilled.tsx index edaebd0fa..8ffcb146c 100644 --- a/src/IconEggAltSharpFilled.tsx +++ b/src/IconEggAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconEggAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggAltSharpFilled as default } diff --git a/src/IconEggOutlined.tsx b/src/IconEggOutlined.tsx index b49f71ca4..b3c55924b 100644 --- a/src/IconEggOutlined.tsx +++ b/src/IconEggOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggOutlined: React.FC = ({ ...props }) => ( +export const IconEggOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggOutlined as default } diff --git a/src/IconEggOutlinedFilled.tsx b/src/IconEggOutlinedFilled.tsx index 1f34e67c3..1ad8778d5 100644 --- a/src/IconEggOutlinedFilled.tsx +++ b/src/IconEggOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEggOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggOutlinedFilled as default } diff --git a/src/IconEggRounded.tsx b/src/IconEggRounded.tsx index 189cd1d63..b6decba95 100644 --- a/src/IconEggRounded.tsx +++ b/src/IconEggRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggRounded: React.FC = ({ ...props }) => ( +export const IconEggRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggRounded as default } diff --git a/src/IconEggRoundedFilled.tsx b/src/IconEggRoundedFilled.tsx index 1749b96a8..24289c295 100644 --- a/src/IconEggRoundedFilled.tsx +++ b/src/IconEggRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEggRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggRoundedFilled as default } diff --git a/src/IconEggSharp.tsx b/src/IconEggSharp.tsx index 8f3e83830..614482edf 100644 --- a/src/IconEggSharp.tsx +++ b/src/IconEggSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggSharp: React.FC = ({ ...props }) => ( +export const IconEggSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggSharp as default } diff --git a/src/IconEggSharpFilled.tsx b/src/IconEggSharpFilled.tsx index 2ad6b65be..f56c906b0 100644 --- a/src/IconEggSharpFilled.tsx +++ b/src/IconEggSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEggSharpFilled: React.FC = ({ ...props }) => ( +export const IconEggSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEggSharpFilled as default } diff --git a/src/IconEjectOutlined.tsx b/src/IconEjectOutlined.tsx index 3981b62e3..9e19ef483 100644 --- a/src/IconEjectOutlined.tsx +++ b/src/IconEjectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectOutlined: React.FC = ({ ...props }) => ( +export const IconEjectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectOutlined as default } diff --git a/src/IconEjectOutlinedFilled.tsx b/src/IconEjectOutlinedFilled.tsx index 4858dc01b..2d3e2244e 100644 --- a/src/IconEjectOutlinedFilled.tsx +++ b/src/IconEjectOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEjectOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectOutlinedFilled as default } diff --git a/src/IconEjectRounded.tsx b/src/IconEjectRounded.tsx index a349c18a2..de3b78550 100644 --- a/src/IconEjectRounded.tsx +++ b/src/IconEjectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectRounded: React.FC = ({ ...props }) => ( +export const IconEjectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectRounded as default } diff --git a/src/IconEjectRoundedFilled.tsx b/src/IconEjectRoundedFilled.tsx index 50aeaceb3..388ee06cc 100644 --- a/src/IconEjectRoundedFilled.tsx +++ b/src/IconEjectRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEjectRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectRoundedFilled as default } diff --git a/src/IconEjectSharp.tsx b/src/IconEjectSharp.tsx index 10384bf60..0499bf9bf 100644 --- a/src/IconEjectSharp.tsx +++ b/src/IconEjectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectSharp: React.FC = ({ ...props }) => ( +export const IconEjectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectSharp as default } diff --git a/src/IconEjectSharpFilled.tsx b/src/IconEjectSharpFilled.tsx index a4a721518..74d96cb82 100644 --- a/src/IconEjectSharpFilled.tsx +++ b/src/IconEjectSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEjectSharpFilled: React.FC = ({ ...props }) => ( +export const IconEjectSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEjectSharpFilled as default } diff --git a/src/IconElderlyOutlined.tsx b/src/IconElderlyOutlined.tsx index 4d1281095..4af0b6eab 100644 --- a/src/IconElderlyOutlined.tsx +++ b/src/IconElderlyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyOutlined: React.FC = ({ ...props }) => ( +export const IconElderlyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyOutlined as default } diff --git a/src/IconElderlyOutlinedFilled.tsx b/src/IconElderlyOutlinedFilled.tsx index bed01a9cf..ff496d1a7 100644 --- a/src/IconElderlyOutlinedFilled.tsx +++ b/src/IconElderlyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElderlyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElderlyOutlinedFilled as default } diff --git a/src/IconElderlyRounded.tsx b/src/IconElderlyRounded.tsx index 06ed8d646..f8d04de5e 100644 --- a/src/IconElderlyRounded.tsx +++ b/src/IconElderlyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyRounded: React.FC = ({ ...props }) => ( +export const IconElderlyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyRounded as default } diff --git a/src/IconElderlyRoundedFilled.tsx b/src/IconElderlyRoundedFilled.tsx index bbb5b53d2..248656798 100644 --- a/src/IconElderlyRoundedFilled.tsx +++ b/src/IconElderlyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElderlyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyRoundedFilled as default } diff --git a/src/IconElderlySharp.tsx b/src/IconElderlySharp.tsx index 584dee5b0..06ef2b4b3 100644 --- a/src/IconElderlySharp.tsx +++ b/src/IconElderlySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlySharp: React.FC = ({ ...props }) => ( +export const IconElderlySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlySharp as default } diff --git a/src/IconElderlySharpFilled.tsx b/src/IconElderlySharpFilled.tsx index ae48bccdf..86e5644a0 100644 --- a/src/IconElderlySharpFilled.tsx +++ b/src/IconElderlySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlySharpFilled: React.FC = ({ ...props }) => ( +export const IconElderlySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlySharpFilled as default } diff --git a/src/IconElderlyWomanOutlined.tsx b/src/IconElderlyWomanOutlined.tsx index b91d03bb5..c6a0ecfb8 100644 --- a/src/IconElderlyWomanOutlined.tsx +++ b/src/IconElderlyWomanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanOutlined: React.FC = ({ ...props }) => ( +export const IconElderlyWomanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanOutlined as default } diff --git a/src/IconElderlyWomanOutlinedFilled.tsx b/src/IconElderlyWomanOutlinedFilled.tsx index d7b0cf419..7d9655960 100644 --- a/src/IconElderlyWomanOutlinedFilled.tsx +++ b/src/IconElderlyWomanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElderlyWomanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanOutlinedFilled as default } diff --git a/src/IconElderlyWomanRounded.tsx b/src/IconElderlyWomanRounded.tsx index 535f14c8e..eab2293dc 100644 --- a/src/IconElderlyWomanRounded.tsx +++ b/src/IconElderlyWomanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanRounded: React.FC = ({ ...props }) => ( +export const IconElderlyWomanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanRounded as default } diff --git a/src/IconElderlyWomanRoundedFilled.tsx b/src/IconElderlyWomanRoundedFilled.tsx index b5deccc1c..6378b2008 100644 --- a/src/IconElderlyWomanRoundedFilled.tsx +++ b/src/IconElderlyWomanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElderlyWomanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanRoundedFilled as default } diff --git a/src/IconElderlyWomanSharp.tsx b/src/IconElderlyWomanSharp.tsx index 0499678cb..8b688d02a 100644 --- a/src/IconElderlyWomanSharp.tsx +++ b/src/IconElderlyWomanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanSharp: React.FC = ({ ...props }) => ( +export const IconElderlyWomanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanSharp as default } diff --git a/src/IconElderlyWomanSharpFilled.tsx b/src/IconElderlyWomanSharpFilled.tsx index 53371b360..b884aed38 100644 --- a/src/IconElderlyWomanSharpFilled.tsx +++ b/src/IconElderlyWomanSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElderlyWomanSharpFilled: React.FC = ({ ...props }) => ( +export const IconElderlyWomanSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElderlyWomanSharpFilled as default } diff --git a/src/IconElectricBikeOutlined.tsx b/src/IconElectricBikeOutlined.tsx index a6e0763f4..04f85b193 100644 --- a/src/IconElectricBikeOutlined.tsx +++ b/src/IconElectricBikeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeOutlined: React.FC = ({ ...props }) => ( +export const IconElectricBikeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBikeOutlined as default } diff --git a/src/IconElectricBikeOutlinedFilled.tsx b/src/IconElectricBikeOutlinedFilled.tsx index 8dd0e7a5b..22d470cc9 100644 --- a/src/IconElectricBikeOutlinedFilled.tsx +++ b/src/IconElectricBikeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElectricBikeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBikeOutlinedFilled as default } diff --git a/src/IconElectricBikeRounded.tsx b/src/IconElectricBikeRounded.tsx index a44d5edb3..1ae3f3b0b 100644 --- a/src/IconElectricBikeRounded.tsx +++ b/src/IconElectricBikeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeRounded: React.FC = ({ ...props }) => ( +export const IconElectricBikeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBikeRounded as default } diff --git a/src/IconElectricBikeRoundedFilled.tsx b/src/IconElectricBikeRoundedFilled.tsx index 723ef1a25..94ea38d6b 100644 --- a/src/IconElectricBikeRoundedFilled.tsx +++ b/src/IconElectricBikeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElectricBikeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBikeRoundedFilled as default } diff --git a/src/IconElectricBikeSharp.tsx b/src/IconElectricBikeSharp.tsx index 4c768300c..c088ca9a1 100644 --- a/src/IconElectricBikeSharp.tsx +++ b/src/IconElectricBikeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeSharp: React.FC = ({ ...props }) => ( +export const IconElectricBikeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBikeSharp as default } diff --git a/src/IconElectricBikeSharpFilled.tsx b/src/IconElectricBikeSharpFilled.tsx index a63c79016..d04569cd6 100644 --- a/src/IconElectricBikeSharpFilled.tsx +++ b/src/IconElectricBikeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBikeSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricBikeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBikeSharpFilled as default } diff --git a/src/IconElectricBoltOutlined.tsx b/src/IconElectricBoltOutlined.tsx index e041a7afb..7528a56ab 100644 --- a/src/IconElectricBoltOutlined.tsx +++ b/src/IconElectricBoltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltOutlined: React.FC = ({ ...props }) => ( +export const IconElectricBoltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBoltOutlined as default } diff --git a/src/IconElectricBoltOutlinedFilled.tsx b/src/IconElectricBoltOutlinedFilled.tsx index e23d5b93e..8b7925d30 100644 --- a/src/IconElectricBoltOutlinedFilled.tsx +++ b/src/IconElectricBoltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElectricBoltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBoltOutlinedFilled as default } diff --git a/src/IconElectricBoltRounded.tsx b/src/IconElectricBoltRounded.tsx index 88ab5c329..7c13bbc55 100644 --- a/src/IconElectricBoltRounded.tsx +++ b/src/IconElectricBoltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltRounded: React.FC = ({ ...props }) => ( +export const IconElectricBoltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBoltRounded as default } diff --git a/src/IconElectricBoltRoundedFilled.tsx b/src/IconElectricBoltRoundedFilled.tsx index 78ea481bf..51b390b22 100644 --- a/src/IconElectricBoltRoundedFilled.tsx +++ b/src/IconElectricBoltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElectricBoltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBoltRoundedFilled as default } diff --git a/src/IconElectricBoltSharp.tsx b/src/IconElectricBoltSharp.tsx index b113836a4..8b8ab5b33 100644 --- a/src/IconElectricBoltSharp.tsx +++ b/src/IconElectricBoltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltSharp: React.FC = ({ ...props }) => ( +export const IconElectricBoltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricBoltSharp as default } diff --git a/src/IconElectricBoltSharpFilled.tsx b/src/IconElectricBoltSharpFilled.tsx index 3ae92176c..815247f17 100644 --- a/src/IconElectricBoltSharpFilled.tsx +++ b/src/IconElectricBoltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricBoltSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricBoltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricBoltSharpFilled as default } diff --git a/src/IconElectricCarOutlined.tsx b/src/IconElectricCarOutlined.tsx index 91a5c46b3..1ff49d480 100644 --- a/src/IconElectricCarOutlined.tsx +++ b/src/IconElectricCarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarOutlined: React.FC = ({ ...props }) => ( +export const IconElectricCarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricCarOutlined as default } diff --git a/src/IconElectricCarOutlinedFilled.tsx b/src/IconElectricCarOutlinedFilled.tsx index 427ee62fa..16e5f815b 100644 --- a/src/IconElectricCarOutlinedFilled.tsx +++ b/src/IconElectricCarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElectricCarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricCarOutlinedFilled as default } diff --git a/src/IconElectricCarRounded.tsx b/src/IconElectricCarRounded.tsx index 3e8e64323..7b982f2b5 100644 --- a/src/IconElectricCarRounded.tsx +++ b/src/IconElectricCarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarRounded: React.FC = ({ ...props }) => ( +export const IconElectricCarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricCarRounded as default } diff --git a/src/IconElectricCarRoundedFilled.tsx b/src/IconElectricCarRoundedFilled.tsx index 88a24e0b7..cd5afd180 100644 --- a/src/IconElectricCarRoundedFilled.tsx +++ b/src/IconElectricCarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElectricCarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricCarRoundedFilled as default } diff --git a/src/IconElectricCarSharp.tsx b/src/IconElectricCarSharp.tsx index 8fa270a8f..752c9d744 100644 --- a/src/IconElectricCarSharp.tsx +++ b/src/IconElectricCarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarSharp: React.FC = ({ ...props }) => ( +export const IconElectricCarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricCarSharp as default } diff --git a/src/IconElectricCarSharpFilled.tsx b/src/IconElectricCarSharpFilled.tsx index 3c2cd2f7c..a81149ae0 100644 --- a/src/IconElectricCarSharpFilled.tsx +++ b/src/IconElectricCarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricCarSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricCarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricCarSharpFilled as default } diff --git a/src/IconElectricMeterOutlined.tsx b/src/IconElectricMeterOutlined.tsx index 37fe2a1f4..8c37ace76 100644 --- a/src/IconElectricMeterOutlined.tsx +++ b/src/IconElectricMeterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterOutlined: React.FC = ({ ...props }) => ( +export const IconElectricMeterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMeterOutlined as default } diff --git a/src/IconElectricMeterOutlinedFilled.tsx b/src/IconElectricMeterOutlinedFilled.tsx index 39b76d6f4..c2394c33d 100644 --- a/src/IconElectricMeterOutlinedFilled.tsx +++ b/src/IconElectricMeterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElectricMeterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMeterOutlinedFilled as default } diff --git a/src/IconElectricMeterRounded.tsx b/src/IconElectricMeterRounded.tsx index 7bfba4d36..f7b86923f 100644 --- a/src/IconElectricMeterRounded.tsx +++ b/src/IconElectricMeterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterRounded: React.FC = ({ ...props }) => ( +export const IconElectricMeterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricMeterRounded as default } diff --git a/src/IconElectricMeterRoundedFilled.tsx b/src/IconElectricMeterRoundedFilled.tsx index 617c65e30..73121bc69 100644 --- a/src/IconElectricMeterRoundedFilled.tsx +++ b/src/IconElectricMeterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElectricMeterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMeterRoundedFilled as default } diff --git a/src/IconElectricMeterSharp.tsx b/src/IconElectricMeterSharp.tsx index c93a33f8b..a9e9e534f 100644 --- a/src/IconElectricMeterSharp.tsx +++ b/src/IconElectricMeterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterSharp: React.FC = ({ ...props }) => ( +export const IconElectricMeterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricMeterSharp as default } diff --git a/src/IconElectricMeterSharpFilled.tsx b/src/IconElectricMeterSharpFilled.tsx index d258d51b3..817e91136 100644 --- a/src/IconElectricMeterSharpFilled.tsx +++ b/src/IconElectricMeterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMeterSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricMeterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMeterSharpFilled as default } diff --git a/src/IconElectricMopedOutlined.tsx b/src/IconElectricMopedOutlined.tsx index 5171f6086..3bbc789c0 100644 --- a/src/IconElectricMopedOutlined.tsx +++ b/src/IconElectricMopedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedOutlined: React.FC = ({ ...props }) => ( +export const IconElectricMopedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMopedOutlined as default } diff --git a/src/IconElectricMopedOutlinedFilled.tsx b/src/IconElectricMopedOutlinedFilled.tsx index 26480158a..5b4d8859a 100644 --- a/src/IconElectricMopedOutlinedFilled.tsx +++ b/src/IconElectricMopedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElectricMopedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMopedOutlinedFilled as default } diff --git a/src/IconElectricMopedRounded.tsx b/src/IconElectricMopedRounded.tsx index edc35c84e..233d211c8 100644 --- a/src/IconElectricMopedRounded.tsx +++ b/src/IconElectricMopedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedRounded: React.FC = ({ ...props }) => ( +export const IconElectricMopedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricMopedRounded as default } diff --git a/src/IconElectricMopedRoundedFilled.tsx b/src/IconElectricMopedRoundedFilled.tsx index 0e5c9d43f..b0701430e 100644 --- a/src/IconElectricMopedRoundedFilled.tsx +++ b/src/IconElectricMopedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElectricMopedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMopedRoundedFilled as default } diff --git a/src/IconElectricMopedSharp.tsx b/src/IconElectricMopedSharp.tsx index e8614c11c..90865fc2b 100644 --- a/src/IconElectricMopedSharp.tsx +++ b/src/IconElectricMopedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedSharp: React.FC = ({ ...props }) => ( +export const IconElectricMopedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricMopedSharp as default } diff --git a/src/IconElectricMopedSharpFilled.tsx b/src/IconElectricMopedSharpFilled.tsx index 9968597db..14e246b4e 100644 --- a/src/IconElectricMopedSharpFilled.tsx +++ b/src/IconElectricMopedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricMopedSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricMopedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricMopedSharpFilled as default } diff --git a/src/IconElectricRickshawOutlined.tsx b/src/IconElectricRickshawOutlined.tsx index d10c5dd27..d8b7f739b 100644 --- a/src/IconElectricRickshawOutlined.tsx +++ b/src/IconElectricRickshawOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawOutlined: React.FC = ({ ...props }) => ( +export const IconElectricRickshawOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricRickshawOutlined as default } diff --git a/src/IconElectricRickshawOutlinedFilled.tsx b/src/IconElectricRickshawOutlinedFilled.tsx index 81b17d067..90ee1cffa 100644 --- a/src/IconElectricRickshawOutlinedFilled.tsx +++ b/src/IconElectricRickshawOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawOutlinedFilled: React.FC = ({ +export const IconElectricRickshawOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricRickshawOutlinedFilled: React.FC = ({ ) - -export { IconElectricRickshawOutlinedFilled as default } diff --git a/src/IconElectricRickshawRounded.tsx b/src/IconElectricRickshawRounded.tsx index aeb5eb3f0..0f4be38b4 100644 --- a/src/IconElectricRickshawRounded.tsx +++ b/src/IconElectricRickshawRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawRounded: React.FC = ({ ...props }) => ( +export const IconElectricRickshawRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricRickshawRounded as default } diff --git a/src/IconElectricRickshawRoundedFilled.tsx b/src/IconElectricRickshawRoundedFilled.tsx index 580dd216c..100518579 100644 --- a/src/IconElectricRickshawRoundedFilled.tsx +++ b/src/IconElectricRickshawRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawRoundedFilled: React.FC = ({ +export const IconElectricRickshawRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricRickshawRoundedFilled: React.FC = ({ ) - -export { IconElectricRickshawRoundedFilled as default } diff --git a/src/IconElectricRickshawSharp.tsx b/src/IconElectricRickshawSharp.tsx index d08e94232..99d2727c2 100644 --- a/src/IconElectricRickshawSharp.tsx +++ b/src/IconElectricRickshawSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawSharp: React.FC = ({ ...props }) => ( +export const IconElectricRickshawSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricRickshawSharp as default } diff --git a/src/IconElectricRickshawSharpFilled.tsx b/src/IconElectricRickshawSharpFilled.tsx index 320b27cb6..298df3ad2 100644 --- a/src/IconElectricRickshawSharpFilled.tsx +++ b/src/IconElectricRickshawSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricRickshawSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricRickshawSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricRickshawSharpFilled as default } diff --git a/src/IconElectricScooterOutlined.tsx b/src/IconElectricScooterOutlined.tsx index 69c755467..67791af4f 100644 --- a/src/IconElectricScooterOutlined.tsx +++ b/src/IconElectricScooterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterOutlined: React.FC = ({ ...props }) => ( +export const IconElectricScooterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricScooterOutlined as default } diff --git a/src/IconElectricScooterOutlinedFilled.tsx b/src/IconElectricScooterOutlinedFilled.tsx index bfcd24f30..67db45f27 100644 --- a/src/IconElectricScooterOutlinedFilled.tsx +++ b/src/IconElectricScooterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterOutlinedFilled: React.FC = ({ +export const IconElectricScooterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricScooterOutlinedFilled: React.FC = ({ ) - -export { IconElectricScooterOutlinedFilled as default } diff --git a/src/IconElectricScooterRounded.tsx b/src/IconElectricScooterRounded.tsx index 65597af0d..2543c250d 100644 --- a/src/IconElectricScooterRounded.tsx +++ b/src/IconElectricScooterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterRounded: React.FC = ({ ...props }) => ( +export const IconElectricScooterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricScooterRounded as default } diff --git a/src/IconElectricScooterRoundedFilled.tsx b/src/IconElectricScooterRoundedFilled.tsx index 9795ea514..6130ee947 100644 --- a/src/IconElectricScooterRoundedFilled.tsx +++ b/src/IconElectricScooterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterRoundedFilled: React.FC = ({ +export const IconElectricScooterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricScooterRoundedFilled: React.FC = ({ ) - -export { IconElectricScooterRoundedFilled as default } diff --git a/src/IconElectricScooterSharp.tsx b/src/IconElectricScooterSharp.tsx index 2e3bf6170..88f35e34e 100644 --- a/src/IconElectricScooterSharp.tsx +++ b/src/IconElectricScooterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterSharp: React.FC = ({ ...props }) => ( +export const IconElectricScooterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElectricScooterSharp as default } diff --git a/src/IconElectricScooterSharpFilled.tsx b/src/IconElectricScooterSharpFilled.tsx index 27d515b40..1620acbae 100644 --- a/src/IconElectricScooterSharpFilled.tsx +++ b/src/IconElectricScooterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricScooterSharpFilled: React.FC = ({ ...props }) => ( +export const IconElectricScooterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricScooterSharpFilled as default } diff --git a/src/IconElectricalServicesOutlined.tsx b/src/IconElectricalServicesOutlined.tsx index 2f88f6645..3dc436d4e 100644 --- a/src/IconElectricalServicesOutlined.tsx +++ b/src/IconElectricalServicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesOutlined: React.FC = ({ ...props }) => ( +export const IconElectricalServicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricalServicesOutlined as default } diff --git a/src/IconElectricalServicesOutlinedFilled.tsx b/src/IconElectricalServicesOutlinedFilled.tsx index 1aaed85cf..a6427b2db 100644 --- a/src/IconElectricalServicesOutlinedFilled.tsx +++ b/src/IconElectricalServicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesOutlinedFilled: React.FC = ({ +export const IconElectricalServicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricalServicesOutlinedFilled: React.FC = ({ ) - -export { IconElectricalServicesOutlinedFilled as default } diff --git a/src/IconElectricalServicesRounded.tsx b/src/IconElectricalServicesRounded.tsx index 417a8638f..1ea7ce355 100644 --- a/src/IconElectricalServicesRounded.tsx +++ b/src/IconElectricalServicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesRounded: React.FC = ({ ...props }) => ( +export const IconElectricalServicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricalServicesRounded as default } diff --git a/src/IconElectricalServicesRoundedFilled.tsx b/src/IconElectricalServicesRoundedFilled.tsx index 5f29aa893..55068d36a 100644 --- a/src/IconElectricalServicesRoundedFilled.tsx +++ b/src/IconElectricalServicesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesRoundedFilled: React.FC = ({ +export const IconElectricalServicesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricalServicesRoundedFilled: React.FC = ({ ) - -export { IconElectricalServicesRoundedFilled as default } diff --git a/src/IconElectricalServicesSharp.tsx b/src/IconElectricalServicesSharp.tsx index 28e827027..e7ac11d8f 100644 --- a/src/IconElectricalServicesSharp.tsx +++ b/src/IconElectricalServicesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesSharp: React.FC = ({ ...props }) => ( +export const IconElectricalServicesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElectricalServicesSharp as default } diff --git a/src/IconElectricalServicesSharpFilled.tsx b/src/IconElectricalServicesSharpFilled.tsx index c40a85e09..dda724f30 100644 --- a/src/IconElectricalServicesSharpFilled.tsx +++ b/src/IconElectricalServicesSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconElectricalServicesSharpFilled: React.FC = ({ +export const IconElectricalServicesSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconElectricalServicesSharpFilled: React.FC = ({ ) - -export { IconElectricalServicesSharpFilled as default } diff --git a/src/IconElevationOutlined.tsx b/src/IconElevationOutlined.tsx index 524a384aa..6bcf8318e 100644 --- a/src/IconElevationOutlined.tsx +++ b/src/IconElevationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevationOutlined: React.FC = ({ ...props }) => ( +export const IconElevationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevationOutlined as default } diff --git a/src/IconElevationOutlinedFilled.tsx b/src/IconElevationOutlinedFilled.tsx index 6bba35d72..50435702d 100644 --- a/src/IconElevationOutlinedFilled.tsx +++ b/src/IconElevationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElevationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElevationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElevationOutlinedFilled as default } diff --git a/src/IconElevationRounded.tsx b/src/IconElevationRounded.tsx index 39722e321..ce85b94b4 100644 --- a/src/IconElevationRounded.tsx +++ b/src/IconElevationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevationRounded: React.FC = ({ ...props }) => ( +export const IconElevationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevationRounded as default } diff --git a/src/IconElevationRoundedFilled.tsx b/src/IconElevationRoundedFilled.tsx index 3c92440f5..944b2e40d 100644 --- a/src/IconElevationRoundedFilled.tsx +++ b/src/IconElevationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElevationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElevationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElevationRoundedFilled as default } diff --git a/src/IconElevationSharp.tsx b/src/IconElevationSharp.tsx index 9871d2fcd..09d8b61ba 100644 --- a/src/IconElevationSharp.tsx +++ b/src/IconElevationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevationSharp: React.FC = ({ ...props }) => ( +export const IconElevationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevationSharp as default } diff --git a/src/IconElevationSharpFilled.tsx b/src/IconElevationSharpFilled.tsx index 32250a794..ec52a77b3 100644 --- a/src/IconElevationSharpFilled.tsx +++ b/src/IconElevationSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevationSharpFilled: React.FC = ({ ...props }) => ( +export const IconElevationSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevationSharpFilled as default } diff --git a/src/IconElevatorOutlined.tsx b/src/IconElevatorOutlined.tsx index b2f87965e..7f5b73131 100644 --- a/src/IconElevatorOutlined.tsx +++ b/src/IconElevatorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorOutlined: React.FC = ({ ...props }) => ( +export const IconElevatorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevatorOutlined as default } diff --git a/src/IconElevatorOutlinedFilled.tsx b/src/IconElevatorOutlinedFilled.tsx index 960a68dd1..fbb956c87 100644 --- a/src/IconElevatorOutlinedFilled.tsx +++ b/src/IconElevatorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconElevatorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElevatorOutlinedFilled as default } diff --git a/src/IconElevatorRounded.tsx b/src/IconElevatorRounded.tsx index a50b4b1fd..81e101dd9 100644 --- a/src/IconElevatorRounded.tsx +++ b/src/IconElevatorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorRounded: React.FC = ({ ...props }) => ( +export const IconElevatorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevatorRounded as default } diff --git a/src/IconElevatorRoundedFilled.tsx b/src/IconElevatorRoundedFilled.tsx index 1c4cbcc79..b4c9ac850 100644 --- a/src/IconElevatorRoundedFilled.tsx +++ b/src/IconElevatorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconElevatorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconElevatorRoundedFilled as default } diff --git a/src/IconElevatorSharp.tsx b/src/IconElevatorSharp.tsx index 57c9364d0..8de5eda30 100644 --- a/src/IconElevatorSharp.tsx +++ b/src/IconElevatorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorSharp: React.FC = ({ ...props }) => ( +export const IconElevatorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevatorSharp as default } diff --git a/src/IconElevatorSharpFilled.tsx b/src/IconElevatorSharpFilled.tsx index ecb69dad8..f0f5a2f3d 100644 --- a/src/IconElevatorSharpFilled.tsx +++ b/src/IconElevatorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconElevatorSharpFilled: React.FC = ({ ...props }) => ( +export const IconElevatorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconElevatorSharpFilled as default } diff --git a/src/IconEmergencyHeat2Outlined.tsx b/src/IconEmergencyHeat2Outlined.tsx index ced9dadf0..b1c7910b4 100644 --- a/src/IconEmergencyHeat2Outlined.tsx +++ b/src/IconEmergencyHeat2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2Outlined: React.FC = ({ ...props }) => ( +export const IconEmergencyHeat2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeat2Outlined as default } diff --git a/src/IconEmergencyHeat2OutlinedFilled.tsx b/src/IconEmergencyHeat2OutlinedFilled.tsx index 4cd84585c..9df739eba 100644 --- a/src/IconEmergencyHeat2OutlinedFilled.tsx +++ b/src/IconEmergencyHeat2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2OutlinedFilled: React.FC = ({ +export const IconEmergencyHeat2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyHeat2OutlinedFilled: React.FC = ({ ) - -export { IconEmergencyHeat2OutlinedFilled as default } diff --git a/src/IconEmergencyHeat2Rounded.tsx b/src/IconEmergencyHeat2Rounded.tsx index 4e11503d5..500f644f4 100644 --- a/src/IconEmergencyHeat2Rounded.tsx +++ b/src/IconEmergencyHeat2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2Rounded: React.FC = ({ ...props }) => ( +export const IconEmergencyHeat2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeat2Rounded as default } diff --git a/src/IconEmergencyHeat2RoundedFilled.tsx b/src/IconEmergencyHeat2RoundedFilled.tsx index 4068437c8..f7fa31051 100644 --- a/src/IconEmergencyHeat2RoundedFilled.tsx +++ b/src/IconEmergencyHeat2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHeat2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeat2RoundedFilled as default } diff --git a/src/IconEmergencyHeat2Sharp.tsx b/src/IconEmergencyHeat2Sharp.tsx index c21add97e..355e79f12 100644 --- a/src/IconEmergencyHeat2Sharp.tsx +++ b/src/IconEmergencyHeat2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2Sharp: React.FC = ({ ...props }) => ( +export const IconEmergencyHeat2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeat2Sharp as default } diff --git a/src/IconEmergencyHeat2SharpFilled.tsx b/src/IconEmergencyHeat2SharpFilled.tsx index 7ac3ae7d3..96f845193 100644 --- a/src/IconEmergencyHeat2SharpFilled.tsx +++ b/src/IconEmergencyHeat2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeat2SharpFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHeat2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeat2SharpFilled as default } diff --git a/src/IconEmergencyHeatOutlined.tsx b/src/IconEmergencyHeatOutlined.tsx index 0b18c4d61..4d7c96491 100644 --- a/src/IconEmergencyHeatOutlined.tsx +++ b/src/IconEmergencyHeatOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatOutlined as default } diff --git a/src/IconEmergencyHeatOutlinedFilled.tsx b/src/IconEmergencyHeatOutlinedFilled.tsx index 8bc4e0064..ef378f9d5 100644 --- a/src/IconEmergencyHeatOutlinedFilled.tsx +++ b/src/IconEmergencyHeatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatOutlinedFilled as default } diff --git a/src/IconEmergencyHeatRounded.tsx b/src/IconEmergencyHeatRounded.tsx index e445fa01e..fc2813983 100644 --- a/src/IconEmergencyHeatRounded.tsx +++ b/src/IconEmergencyHeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatRounded as default } diff --git a/src/IconEmergencyHeatRoundedFilled.tsx b/src/IconEmergencyHeatRoundedFilled.tsx index 42f830985..43bff1bef 100644 --- a/src/IconEmergencyHeatRoundedFilled.tsx +++ b/src/IconEmergencyHeatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatRoundedFilled as default } diff --git a/src/IconEmergencyHeatSharp.tsx b/src/IconEmergencyHeatSharp.tsx index bd5422c23..21bcb9b9d 100644 --- a/src/IconEmergencyHeatSharp.tsx +++ b/src/IconEmergencyHeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatSharp: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatSharp as default } diff --git a/src/IconEmergencyHeatSharpFilled.tsx b/src/IconEmergencyHeatSharpFilled.tsx index 3def65d44..ab22c66d8 100644 --- a/src/IconEmergencyHeatSharpFilled.tsx +++ b/src/IconEmergencyHeatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHeatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHeatSharpFilled as default } diff --git a/src/IconEmergencyHomeOutlined.tsx b/src/IconEmergencyHomeOutlined.tsx index 34a3172c4..22c925488 100644 --- a/src/IconEmergencyHomeOutlined.tsx +++ b/src/IconEmergencyHomeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeOutlined as default } diff --git a/src/IconEmergencyHomeOutlinedFilled.tsx b/src/IconEmergencyHomeOutlinedFilled.tsx index 4e29e18ad..8f13e7bf2 100644 --- a/src/IconEmergencyHomeOutlinedFilled.tsx +++ b/src/IconEmergencyHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeOutlinedFilled as default } diff --git a/src/IconEmergencyHomeRounded.tsx b/src/IconEmergencyHomeRounded.tsx index 90df6f06a..d538c1300 100644 --- a/src/IconEmergencyHomeRounded.tsx +++ b/src/IconEmergencyHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeRounded as default } diff --git a/src/IconEmergencyHomeRoundedFilled.tsx b/src/IconEmergencyHomeRoundedFilled.tsx index 5c461f1af..fb68280dd 100644 --- a/src/IconEmergencyHomeRoundedFilled.tsx +++ b/src/IconEmergencyHomeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeRoundedFilled as default } diff --git a/src/IconEmergencyHomeSharp.tsx b/src/IconEmergencyHomeSharp.tsx index da8f4abc2..508b280f2 100644 --- a/src/IconEmergencyHomeSharp.tsx +++ b/src/IconEmergencyHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeSharp: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeSharp as default } diff --git a/src/IconEmergencyHomeSharpFilled.tsx b/src/IconEmergencyHomeSharpFilled.tsx index e4865ef20..1ec731430 100644 --- a/src/IconEmergencyHomeSharpFilled.tsx +++ b/src/IconEmergencyHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyHomeSharpFilled as default } diff --git a/src/IconEmergencyOutlined.tsx b/src/IconEmergencyOutlined.tsx index 415d9cffc..dd6667b11 100644 --- a/src/IconEmergencyOutlined.tsx +++ b/src/IconEmergencyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyOutlined as default } diff --git a/src/IconEmergencyOutlinedFilled.tsx b/src/IconEmergencyOutlinedFilled.tsx index 2ab7501cf..207d866f3 100644 --- a/src/IconEmergencyOutlinedFilled.tsx +++ b/src/IconEmergencyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyOutlinedFilled as default } diff --git a/src/IconEmergencyRecordingOutlined.tsx b/src/IconEmergencyRecordingOutlined.tsx index 0a29bbb2b..96288650b 100644 --- a/src/IconEmergencyRecordingOutlined.tsx +++ b/src/IconEmergencyRecordingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyRecordingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyRecordingOutlined as default } diff --git a/src/IconEmergencyRecordingOutlinedFilled.tsx b/src/IconEmergencyRecordingOutlinedFilled.tsx index 4d2804799..7d9cfb859 100644 --- a/src/IconEmergencyRecordingOutlinedFilled.tsx +++ b/src/IconEmergencyRecordingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingOutlinedFilled: React.FC = ({ +export const IconEmergencyRecordingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyRecordingOutlinedFilled: React.FC = ({ ) - -export { IconEmergencyRecordingOutlinedFilled as default } diff --git a/src/IconEmergencyRecordingRounded.tsx b/src/IconEmergencyRecordingRounded.tsx index c56f98f11..960e1963c 100644 --- a/src/IconEmergencyRecordingRounded.tsx +++ b/src/IconEmergencyRecordingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyRecordingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyRecordingRounded as default } diff --git a/src/IconEmergencyRecordingRoundedFilled.tsx b/src/IconEmergencyRecordingRoundedFilled.tsx index 9a08b2cad..fd4225783 100644 --- a/src/IconEmergencyRecordingRoundedFilled.tsx +++ b/src/IconEmergencyRecordingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingRoundedFilled: React.FC = ({ +export const IconEmergencyRecordingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyRecordingRoundedFilled: React.FC = ({ ) - -export { IconEmergencyRecordingRoundedFilled as default } diff --git a/src/IconEmergencyRecordingSharp.tsx b/src/IconEmergencyRecordingSharp.tsx index 7ece68302..8621e8194 100644 --- a/src/IconEmergencyRecordingSharp.tsx +++ b/src/IconEmergencyRecordingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingSharp: React.FC = ({ ...props }) => ( +export const IconEmergencyRecordingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyRecordingSharp as default } diff --git a/src/IconEmergencyRecordingSharpFilled.tsx b/src/IconEmergencyRecordingSharpFilled.tsx index 8b723399a..7078e8b01 100644 --- a/src/IconEmergencyRecordingSharpFilled.tsx +++ b/src/IconEmergencyRecordingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRecordingSharpFilled: React.FC = ({ +export const IconEmergencyRecordingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyRecordingSharpFilled: React.FC = ({ ) - -export { IconEmergencyRecordingSharpFilled as default } diff --git a/src/IconEmergencyRounded.tsx b/src/IconEmergencyRounded.tsx index d9fd5759d..4002db8b1 100644 --- a/src/IconEmergencyRounded.tsx +++ b/src/IconEmergencyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyRounded as default } diff --git a/src/IconEmergencyRoundedFilled.tsx b/src/IconEmergencyRoundedFilled.tsx index 5892a98d9..b58a45457 100644 --- a/src/IconEmergencyRoundedFilled.tsx +++ b/src/IconEmergencyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyRoundedFilled as default } diff --git a/src/IconEmergencyShareOffOutlined.tsx b/src/IconEmergencyShareOffOutlined.tsx index b3dc4cde7..2396214e7 100644 --- a/src/IconEmergencyShareOffOutlined.tsx +++ b/src/IconEmergencyShareOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyShareOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareOffOutlined as default } diff --git a/src/IconEmergencyShareOffOutlinedFilled.tsx b/src/IconEmergencyShareOffOutlinedFilled.tsx index 0c1a04e2f..66f061875 100644 --- a/src/IconEmergencyShareOffOutlinedFilled.tsx +++ b/src/IconEmergencyShareOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffOutlinedFilled: React.FC = ({ +export const IconEmergencyShareOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyShareOffOutlinedFilled: React.FC = ({ ) - -export { IconEmergencyShareOffOutlinedFilled as default } diff --git a/src/IconEmergencyShareOffRounded.tsx b/src/IconEmergencyShareOffRounded.tsx index 6ed892bae..709cdf30d 100644 --- a/src/IconEmergencyShareOffRounded.tsx +++ b/src/IconEmergencyShareOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyShareOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareOffRounded as default } diff --git a/src/IconEmergencyShareOffRoundedFilled.tsx b/src/IconEmergencyShareOffRoundedFilled.tsx index 5bbbb3925..64f114783 100644 --- a/src/IconEmergencyShareOffRoundedFilled.tsx +++ b/src/IconEmergencyShareOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffRoundedFilled: React.FC = ({ +export const IconEmergencyShareOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyShareOffRoundedFilled: React.FC = ({ ) - -export { IconEmergencyShareOffRoundedFilled as default } diff --git a/src/IconEmergencyShareOffSharp.tsx b/src/IconEmergencyShareOffSharp.tsx index c76f1df71..620665911 100644 --- a/src/IconEmergencyShareOffSharp.tsx +++ b/src/IconEmergencyShareOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffSharp: React.FC = ({ ...props }) => ( +export const IconEmergencyShareOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareOffSharp as default } diff --git a/src/IconEmergencyShareOffSharpFilled.tsx b/src/IconEmergencyShareOffSharpFilled.tsx index 5a3cbaab3..c7b7643c0 100644 --- a/src/IconEmergencyShareOffSharpFilled.tsx +++ b/src/IconEmergencyShareOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOffSharpFilled: React.FC = ({ +export const IconEmergencyShareOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyShareOffSharpFilled: React.FC = ({ ) - -export { IconEmergencyShareOffSharpFilled as default } diff --git a/src/IconEmergencyShareOutlined.tsx b/src/IconEmergencyShareOutlined.tsx index 12bebe5d2..6662d5887 100644 --- a/src/IconEmergencyShareOutlined.tsx +++ b/src/IconEmergencyShareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOutlined: React.FC = ({ ...props }) => ( +export const IconEmergencyShareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareOutlined as default } diff --git a/src/IconEmergencyShareOutlinedFilled.tsx b/src/IconEmergencyShareOutlinedFilled.tsx index 2bc5acd23..d3e05edfd 100644 --- a/src/IconEmergencyShareOutlinedFilled.tsx +++ b/src/IconEmergencyShareOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareOutlinedFilled: React.FC = ({ +export const IconEmergencyShareOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmergencyShareOutlinedFilled: React.FC = ({ ) - -export { IconEmergencyShareOutlinedFilled as default } diff --git a/src/IconEmergencyShareRounded.tsx b/src/IconEmergencyShareRounded.tsx index 32f8b868f..1b435f161 100644 --- a/src/IconEmergencyShareRounded.tsx +++ b/src/IconEmergencyShareRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareRounded: React.FC = ({ ...props }) => ( +export const IconEmergencyShareRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareRounded as default } diff --git a/src/IconEmergencyShareRoundedFilled.tsx b/src/IconEmergencyShareRoundedFilled.tsx index 7d9e1fec4..fb974fe53 100644 --- a/src/IconEmergencyShareRoundedFilled.tsx +++ b/src/IconEmergencyShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareRoundedFilled as default } diff --git a/src/IconEmergencyShareSharp.tsx b/src/IconEmergencyShareSharp.tsx index bbd6d1ced..5d5ba8ba9 100644 --- a/src/IconEmergencyShareSharp.tsx +++ b/src/IconEmergencyShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareSharp: React.FC = ({ ...props }) => ( +export const IconEmergencyShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareSharp as default } diff --git a/src/IconEmergencyShareSharpFilled.tsx b/src/IconEmergencyShareSharpFilled.tsx index 0e615cc94..a966b825a 100644 --- a/src/IconEmergencyShareSharpFilled.tsx +++ b/src/IconEmergencyShareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencyShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmergencyShareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmergencyShareSharpFilled as default } diff --git a/src/IconEmergencySharp.tsx b/src/IconEmergencySharp.tsx index 7e841f1e9..9df6d4b03 100644 --- a/src/IconEmergencySharp.tsx +++ b/src/IconEmergencySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencySharp: React.FC = ({ ...props }) => ( +export const IconEmergencySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencySharp as default } diff --git a/src/IconEmergencySharpFilled.tsx b/src/IconEmergencySharpFilled.tsx index c97360a78..dae8f0100 100644 --- a/src/IconEmergencySharpFilled.tsx +++ b/src/IconEmergencySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmergencySharpFilled: React.FC = ({ ...props }) => ( +export const IconEmergencySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmergencySharpFilled as default } diff --git a/src/IconEmojiEventsOutlined.tsx b/src/IconEmojiEventsOutlined.tsx index 49ad9f86e..1fbab4134 100644 --- a/src/IconEmojiEventsOutlined.tsx +++ b/src/IconEmojiEventsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiEventsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsOutlined as default } diff --git a/src/IconEmojiEventsOutlinedFilled.tsx b/src/IconEmojiEventsOutlinedFilled.tsx index b97ed651f..ce33a10ab 100644 --- a/src/IconEmojiEventsOutlinedFilled.tsx +++ b/src/IconEmojiEventsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiEventsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsOutlinedFilled as default } diff --git a/src/IconEmojiEventsRounded.tsx b/src/IconEmojiEventsRounded.tsx index a84deb847..5db557a8b 100644 --- a/src/IconEmojiEventsRounded.tsx +++ b/src/IconEmojiEventsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsRounded: React.FC = ({ ...props }) => ( +export const IconEmojiEventsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsRounded as default } diff --git a/src/IconEmojiEventsRoundedFilled.tsx b/src/IconEmojiEventsRoundedFilled.tsx index 98453f83f..885d93cf8 100644 --- a/src/IconEmojiEventsRoundedFilled.tsx +++ b/src/IconEmojiEventsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiEventsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsRoundedFilled as default } diff --git a/src/IconEmojiEventsSharp.tsx b/src/IconEmojiEventsSharp.tsx index 92f26a448..2c2ebff11 100644 --- a/src/IconEmojiEventsSharp.tsx +++ b/src/IconEmojiEventsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsSharp: React.FC = ({ ...props }) => ( +export const IconEmojiEventsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsSharp as default } diff --git a/src/IconEmojiEventsSharpFilled.tsx b/src/IconEmojiEventsSharpFilled.tsx index 3a63ecc3a..b21edf553 100644 --- a/src/IconEmojiEventsSharpFilled.tsx +++ b/src/IconEmojiEventsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiEventsSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiEventsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiEventsSharpFilled as default } diff --git a/src/IconEmojiFoodBeverageOutlined.tsx b/src/IconEmojiFoodBeverageOutlined.tsx index 812751910..035154d9d 100644 --- a/src/IconEmojiFoodBeverageOutlined.tsx +++ b/src/IconEmojiFoodBeverageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiFoodBeverageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiFoodBeverageOutlined as default } diff --git a/src/IconEmojiFoodBeverageOutlinedFilled.tsx b/src/IconEmojiFoodBeverageOutlinedFilled.tsx index c198f54c3..a0e9b0643 100644 --- a/src/IconEmojiFoodBeverageOutlinedFilled.tsx +++ b/src/IconEmojiFoodBeverageOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageOutlinedFilled: React.FC = ({ +export const IconEmojiFoodBeverageOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiFoodBeverageOutlinedFilled: React.FC = ({ ) - -export { IconEmojiFoodBeverageOutlinedFilled as default } diff --git a/src/IconEmojiFoodBeverageRounded.tsx b/src/IconEmojiFoodBeverageRounded.tsx index 77dd70a16..970c7374b 100644 --- a/src/IconEmojiFoodBeverageRounded.tsx +++ b/src/IconEmojiFoodBeverageRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageRounded: React.FC = ({ ...props }) => ( +export const IconEmojiFoodBeverageRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiFoodBeverageRounded as default } diff --git a/src/IconEmojiFoodBeverageRoundedFilled.tsx b/src/IconEmojiFoodBeverageRoundedFilled.tsx index c045699c5..856cca237 100644 --- a/src/IconEmojiFoodBeverageRoundedFilled.tsx +++ b/src/IconEmojiFoodBeverageRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageRoundedFilled: React.FC = ({ +export const IconEmojiFoodBeverageRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiFoodBeverageRoundedFilled: React.FC = ({ ) - -export { IconEmojiFoodBeverageRoundedFilled as default } diff --git a/src/IconEmojiFoodBeverageSharp.tsx b/src/IconEmojiFoodBeverageSharp.tsx index 06f7f932f..55d59a68f 100644 --- a/src/IconEmojiFoodBeverageSharp.tsx +++ b/src/IconEmojiFoodBeverageSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageSharp: React.FC = ({ ...props }) => ( +export const IconEmojiFoodBeverageSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiFoodBeverageSharp as default } diff --git a/src/IconEmojiFoodBeverageSharpFilled.tsx b/src/IconEmojiFoodBeverageSharpFilled.tsx index c4ff21405..5c20b68d1 100644 --- a/src/IconEmojiFoodBeverageSharpFilled.tsx +++ b/src/IconEmojiFoodBeverageSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiFoodBeverageSharpFilled: React.FC = ({ +export const IconEmojiFoodBeverageSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiFoodBeverageSharpFilled: React.FC = ({ ) - -export { IconEmojiFoodBeverageSharpFilled as default } diff --git a/src/IconEmojiLanguageOutlined.tsx b/src/IconEmojiLanguageOutlined.tsx index 40e8217ff..89255132f 100644 --- a/src/IconEmojiLanguageOutlined.tsx +++ b/src/IconEmojiLanguageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageOutlined as default } diff --git a/src/IconEmojiLanguageOutlinedFilled.tsx b/src/IconEmojiLanguageOutlinedFilled.tsx index b866f677b..47eb21125 100644 --- a/src/IconEmojiLanguageOutlinedFilled.tsx +++ b/src/IconEmojiLanguageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageOutlinedFilled as default } diff --git a/src/IconEmojiLanguageRounded.tsx b/src/IconEmojiLanguageRounded.tsx index 72e2998f4..30d4a974d 100644 --- a/src/IconEmojiLanguageRounded.tsx +++ b/src/IconEmojiLanguageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageRounded: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageRounded as default } diff --git a/src/IconEmojiLanguageRoundedFilled.tsx b/src/IconEmojiLanguageRoundedFilled.tsx index 69e8d76da..4a012bc1b 100644 --- a/src/IconEmojiLanguageRoundedFilled.tsx +++ b/src/IconEmojiLanguageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageRoundedFilled as default } diff --git a/src/IconEmojiLanguageSharp.tsx b/src/IconEmojiLanguageSharp.tsx index eba7cab23..9fd15f021 100644 --- a/src/IconEmojiLanguageSharp.tsx +++ b/src/IconEmojiLanguageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageSharp: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageSharp as default } diff --git a/src/IconEmojiLanguageSharpFilled.tsx b/src/IconEmojiLanguageSharpFilled.tsx index 814081b2c..847ee1ad8 100644 --- a/src/IconEmojiLanguageSharpFilled.tsx +++ b/src/IconEmojiLanguageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiLanguageSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiLanguageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiLanguageSharpFilled as default } diff --git a/src/IconEmojiNatureOutlined.tsx b/src/IconEmojiNatureOutlined.tsx index 13c9e1132..18ef0d2b8 100644 --- a/src/IconEmojiNatureOutlined.tsx +++ b/src/IconEmojiNatureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiNatureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureOutlined as default } diff --git a/src/IconEmojiNatureOutlinedFilled.tsx b/src/IconEmojiNatureOutlinedFilled.tsx index f2257f189..def25acde 100644 --- a/src/IconEmojiNatureOutlinedFilled.tsx +++ b/src/IconEmojiNatureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiNatureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureOutlinedFilled as default } diff --git a/src/IconEmojiNatureRounded.tsx b/src/IconEmojiNatureRounded.tsx index 21ca8b1d1..7b2883a0f 100644 --- a/src/IconEmojiNatureRounded.tsx +++ b/src/IconEmojiNatureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureRounded: React.FC = ({ ...props }) => ( +export const IconEmojiNatureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureRounded as default } diff --git a/src/IconEmojiNatureRoundedFilled.tsx b/src/IconEmojiNatureRoundedFilled.tsx index 799eed90a..0ddd457ea 100644 --- a/src/IconEmojiNatureRoundedFilled.tsx +++ b/src/IconEmojiNatureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiNatureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureRoundedFilled as default } diff --git a/src/IconEmojiNatureSharp.tsx b/src/IconEmojiNatureSharp.tsx index da6cdafc0..dc4e25e22 100644 --- a/src/IconEmojiNatureSharp.tsx +++ b/src/IconEmojiNatureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureSharp: React.FC = ({ ...props }) => ( +export const IconEmojiNatureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureSharp as default } diff --git a/src/IconEmojiNatureSharpFilled.tsx b/src/IconEmojiNatureSharpFilled.tsx index 35e959770..ef9ab3a4b 100644 --- a/src/IconEmojiNatureSharpFilled.tsx +++ b/src/IconEmojiNatureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiNatureSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiNatureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiNatureSharpFilled as default } diff --git a/src/IconEmojiObjectsOutlined.tsx b/src/IconEmojiObjectsOutlined.tsx index 439d867f4..908bb68ba 100644 --- a/src/IconEmojiObjectsOutlined.tsx +++ b/src/IconEmojiObjectsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsOutlined as default } diff --git a/src/IconEmojiObjectsOutlinedFilled.tsx b/src/IconEmojiObjectsOutlinedFilled.tsx index b8d6821a5..749b95f3c 100644 --- a/src/IconEmojiObjectsOutlinedFilled.tsx +++ b/src/IconEmojiObjectsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsOutlinedFilled as default } diff --git a/src/IconEmojiObjectsRounded.tsx b/src/IconEmojiObjectsRounded.tsx index 600048acd..e1c156f23 100644 --- a/src/IconEmojiObjectsRounded.tsx +++ b/src/IconEmojiObjectsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsRounded: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsRounded as default } diff --git a/src/IconEmojiObjectsRoundedFilled.tsx b/src/IconEmojiObjectsRoundedFilled.tsx index f6490d1fc..2a54f888c 100644 --- a/src/IconEmojiObjectsRoundedFilled.tsx +++ b/src/IconEmojiObjectsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsRoundedFilled as default } diff --git a/src/IconEmojiObjectsSharp.tsx b/src/IconEmojiObjectsSharp.tsx index 7c5adc7ee..f7d37fcdb 100644 --- a/src/IconEmojiObjectsSharp.tsx +++ b/src/IconEmojiObjectsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsSharp: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsSharp as default } diff --git a/src/IconEmojiObjectsSharpFilled.tsx b/src/IconEmojiObjectsSharpFilled.tsx index 4413aa7cd..7b58c58ff 100644 --- a/src/IconEmojiObjectsSharpFilled.tsx +++ b/src/IconEmojiObjectsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiObjectsSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiObjectsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiObjectsSharpFilled as default } diff --git a/src/IconEmojiPeopleOutlined.tsx b/src/IconEmojiPeopleOutlined.tsx index 596a4740d..2018b2307 100644 --- a/src/IconEmojiPeopleOutlined.tsx +++ b/src/IconEmojiPeopleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleOutlined as default } diff --git a/src/IconEmojiPeopleOutlinedFilled.tsx b/src/IconEmojiPeopleOutlinedFilled.tsx index 936845673..c4265831b 100644 --- a/src/IconEmojiPeopleOutlinedFilled.tsx +++ b/src/IconEmojiPeopleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleOutlinedFilled as default } diff --git a/src/IconEmojiPeopleRounded.tsx b/src/IconEmojiPeopleRounded.tsx index 1b7f0d043..e1eb69687 100644 --- a/src/IconEmojiPeopleRounded.tsx +++ b/src/IconEmojiPeopleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleRounded: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleRounded as default } diff --git a/src/IconEmojiPeopleRoundedFilled.tsx b/src/IconEmojiPeopleRoundedFilled.tsx index 8eb431a13..7910d83e0 100644 --- a/src/IconEmojiPeopleRoundedFilled.tsx +++ b/src/IconEmojiPeopleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleRoundedFilled as default } diff --git a/src/IconEmojiPeopleSharp.tsx b/src/IconEmojiPeopleSharp.tsx index 8fbb358d5..541e6e10c 100644 --- a/src/IconEmojiPeopleSharp.tsx +++ b/src/IconEmojiPeopleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleSharp: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleSharp as default } diff --git a/src/IconEmojiPeopleSharpFilled.tsx b/src/IconEmojiPeopleSharpFilled.tsx index 7239eadd0..a665f5a8d 100644 --- a/src/IconEmojiPeopleSharpFilled.tsx +++ b/src/IconEmojiPeopleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiPeopleSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiPeopleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiPeopleSharpFilled as default } diff --git a/src/IconEmojiSymbolsOutlined.tsx b/src/IconEmojiSymbolsOutlined.tsx index d460ce789..1c1fab4c1 100644 --- a/src/IconEmojiSymbolsOutlined.tsx +++ b/src/IconEmojiSymbolsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsOutlined as default } diff --git a/src/IconEmojiSymbolsOutlinedFilled.tsx b/src/IconEmojiSymbolsOutlinedFilled.tsx index 1079af5b0..732b3f969 100644 --- a/src/IconEmojiSymbolsOutlinedFilled.tsx +++ b/src/IconEmojiSymbolsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsOutlinedFilled as default } diff --git a/src/IconEmojiSymbolsRounded.tsx b/src/IconEmojiSymbolsRounded.tsx index e5f56fec7..c819e58c4 100644 --- a/src/IconEmojiSymbolsRounded.tsx +++ b/src/IconEmojiSymbolsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsRounded: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsRounded as default } diff --git a/src/IconEmojiSymbolsRoundedFilled.tsx b/src/IconEmojiSymbolsRoundedFilled.tsx index 2c834614a..b4bf8a0ae 100644 --- a/src/IconEmojiSymbolsRoundedFilled.tsx +++ b/src/IconEmojiSymbolsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsRoundedFilled as default } diff --git a/src/IconEmojiSymbolsSharp.tsx b/src/IconEmojiSymbolsSharp.tsx index caf30cf8c..591ecab12 100644 --- a/src/IconEmojiSymbolsSharp.tsx +++ b/src/IconEmojiSymbolsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsSharp: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsSharp as default } diff --git a/src/IconEmojiSymbolsSharpFilled.tsx b/src/IconEmojiSymbolsSharpFilled.tsx index c8ebbd732..1be168328 100644 --- a/src/IconEmojiSymbolsSharpFilled.tsx +++ b/src/IconEmojiSymbolsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiSymbolsSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmojiSymbolsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiSymbolsSharpFilled as default } diff --git a/src/IconEmojiTransportationOutlined.tsx b/src/IconEmojiTransportationOutlined.tsx index a44b286e1..3d64087e9 100644 --- a/src/IconEmojiTransportationOutlined.tsx +++ b/src/IconEmojiTransportationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationOutlined: React.FC = ({ ...props }) => ( +export const IconEmojiTransportationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiTransportationOutlined as default } diff --git a/src/IconEmojiTransportationOutlinedFilled.tsx b/src/IconEmojiTransportationOutlinedFilled.tsx index af2d7c537..6d1d703bf 100644 --- a/src/IconEmojiTransportationOutlinedFilled.tsx +++ b/src/IconEmojiTransportationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationOutlinedFilled: React.FC = ({ +export const IconEmojiTransportationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiTransportationOutlinedFilled: React.FC = ({ ) - -export { IconEmojiTransportationOutlinedFilled as default } diff --git a/src/IconEmojiTransportationRounded.tsx b/src/IconEmojiTransportationRounded.tsx index 573d4da2f..5cc4b9b4b 100644 --- a/src/IconEmojiTransportationRounded.tsx +++ b/src/IconEmojiTransportationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationRounded: React.FC = ({ ...props }) => ( +export const IconEmojiTransportationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiTransportationRounded as default } diff --git a/src/IconEmojiTransportationRoundedFilled.tsx b/src/IconEmojiTransportationRoundedFilled.tsx index fb38c8743..ff4793c43 100644 --- a/src/IconEmojiTransportationRoundedFilled.tsx +++ b/src/IconEmojiTransportationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationRoundedFilled: React.FC = ({ +export const IconEmojiTransportationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiTransportationRoundedFilled: React.FC = ({ ) - -export { IconEmojiTransportationRoundedFilled as default } diff --git a/src/IconEmojiTransportationSharp.tsx b/src/IconEmojiTransportationSharp.tsx index bc8597224..2b97e9893 100644 --- a/src/IconEmojiTransportationSharp.tsx +++ b/src/IconEmojiTransportationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationSharp: React.FC = ({ ...props }) => ( +export const IconEmojiTransportationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmojiTransportationSharp as default } diff --git a/src/IconEmojiTransportationSharpFilled.tsx b/src/IconEmojiTransportationSharpFilled.tsx index b817c0551..5cb35ff1f 100644 --- a/src/IconEmojiTransportationSharpFilled.tsx +++ b/src/IconEmojiTransportationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmojiTransportationSharpFilled: React.FC = ({ +export const IconEmojiTransportationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmojiTransportationSharpFilled: React.FC = ({ ) - -export { IconEmojiTransportationSharpFilled as default } diff --git a/src/IconEmoticonOutlined.tsx b/src/IconEmoticonOutlined.tsx index 9e737b608..ff130153b 100644 --- a/src/IconEmoticonOutlined.tsx +++ b/src/IconEmoticonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonOutlined: React.FC = ({ ...props }) => ( +export const IconEmoticonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmoticonOutlined as default } diff --git a/src/IconEmoticonOutlinedFilled.tsx b/src/IconEmoticonOutlinedFilled.tsx index eb80b7f0a..0f530c789 100644 --- a/src/IconEmoticonOutlinedFilled.tsx +++ b/src/IconEmoticonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEmoticonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmoticonOutlinedFilled as default } diff --git a/src/IconEmoticonRounded.tsx b/src/IconEmoticonRounded.tsx index cf5da9875..31e4a8056 100644 --- a/src/IconEmoticonRounded.tsx +++ b/src/IconEmoticonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonRounded: React.FC = ({ ...props }) => ( +export const IconEmoticonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmoticonRounded as default } diff --git a/src/IconEmoticonRoundedFilled.tsx b/src/IconEmoticonRoundedFilled.tsx index 82c27c653..48edbe596 100644 --- a/src/IconEmoticonRoundedFilled.tsx +++ b/src/IconEmoticonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmoticonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmoticonRoundedFilled as default } diff --git a/src/IconEmoticonSharp.tsx b/src/IconEmoticonSharp.tsx index d251a0841..c5a77e355 100644 --- a/src/IconEmoticonSharp.tsx +++ b/src/IconEmoticonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonSharp: React.FC = ({ ...props }) => ( +export const IconEmoticonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmoticonSharp as default } diff --git a/src/IconEmoticonSharpFilled.tsx b/src/IconEmoticonSharpFilled.tsx index b19835905..526a3be1a 100644 --- a/src/IconEmoticonSharpFilled.tsx +++ b/src/IconEmoticonSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmoticonSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmoticonSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmoticonSharpFilled as default } diff --git a/src/IconEmptyDashboardOutlined.tsx b/src/IconEmptyDashboardOutlined.tsx index 846410529..3f6dc1dca 100644 --- a/src/IconEmptyDashboardOutlined.tsx +++ b/src/IconEmptyDashboardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardOutlined: React.FC = ({ ...props }) => ( +export const IconEmptyDashboardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmptyDashboardOutlined as default } diff --git a/src/IconEmptyDashboardOutlinedFilled.tsx b/src/IconEmptyDashboardOutlinedFilled.tsx index ec8856736..aff6d9186 100644 --- a/src/IconEmptyDashboardOutlinedFilled.tsx +++ b/src/IconEmptyDashboardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardOutlinedFilled: React.FC = ({ +export const IconEmptyDashboardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEmptyDashboardOutlinedFilled: React.FC = ({ ) - -export { IconEmptyDashboardOutlinedFilled as default } diff --git a/src/IconEmptyDashboardRounded.tsx b/src/IconEmptyDashboardRounded.tsx index 2fca29e2d..be9727c38 100644 --- a/src/IconEmptyDashboardRounded.tsx +++ b/src/IconEmptyDashboardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardRounded: React.FC = ({ ...props }) => ( +export const IconEmptyDashboardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmptyDashboardRounded as default } diff --git a/src/IconEmptyDashboardRoundedFilled.tsx b/src/IconEmptyDashboardRoundedFilled.tsx index 3dcb72b3b..5ca7b5fdf 100644 --- a/src/IconEmptyDashboardRoundedFilled.tsx +++ b/src/IconEmptyDashboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEmptyDashboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmptyDashboardRoundedFilled as default } diff --git a/src/IconEmptyDashboardSharp.tsx b/src/IconEmptyDashboardSharp.tsx index c2c860232..0b3c1e25e 100644 --- a/src/IconEmptyDashboardSharp.tsx +++ b/src/IconEmptyDashboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardSharp: React.FC = ({ ...props }) => ( +export const IconEmptyDashboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEmptyDashboardSharp as default } diff --git a/src/IconEmptyDashboardSharpFilled.tsx b/src/IconEmptyDashboardSharpFilled.tsx index 02335c622..4bce15513 100644 --- a/src/IconEmptyDashboardSharpFilled.tsx +++ b/src/IconEmptyDashboardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEmptyDashboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconEmptyDashboardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEmptyDashboardSharpFilled as default } diff --git a/src/IconEnableOutlined.tsx b/src/IconEnableOutlined.tsx index 76113aac1..0c6418503 100644 --- a/src/IconEnableOutlined.tsx +++ b/src/IconEnableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableOutlined: React.FC = ({ ...props }) => ( +export const IconEnableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableOutlined as default } diff --git a/src/IconEnableOutlinedFilled.tsx b/src/IconEnableOutlinedFilled.tsx index 6e7afe0e0..04a6d3d7e 100644 --- a/src/IconEnableOutlinedFilled.tsx +++ b/src/IconEnableOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEnableOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableOutlinedFilled as default } diff --git a/src/IconEnableRounded.tsx b/src/IconEnableRounded.tsx index 939358e7d..a86abf98b 100644 --- a/src/IconEnableRounded.tsx +++ b/src/IconEnableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableRounded: React.FC = ({ ...props }) => ( +export const IconEnableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableRounded as default } diff --git a/src/IconEnableRoundedFilled.tsx b/src/IconEnableRoundedFilled.tsx index 5e831d66a..5245c3576 100644 --- a/src/IconEnableRoundedFilled.tsx +++ b/src/IconEnableRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEnableRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableRoundedFilled as default } diff --git a/src/IconEnableSharp.tsx b/src/IconEnableSharp.tsx index a9a6373fc..f12b0de19 100644 --- a/src/IconEnableSharp.tsx +++ b/src/IconEnableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableSharp: React.FC = ({ ...props }) => ( +export const IconEnableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableSharp as default } diff --git a/src/IconEnableSharpFilled.tsx b/src/IconEnableSharpFilled.tsx index c7b5e5821..41eab954a 100644 --- a/src/IconEnableSharpFilled.tsx +++ b/src/IconEnableSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnableSharpFilled: React.FC = ({ ...props }) => ( +export const IconEnableSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnableSharpFilled as default } diff --git a/src/IconEncryptedAddCircleOutlined.tsx b/src/IconEncryptedAddCircleOutlined.tsx index d525bfa1d..f72f9fbfa 100644 --- a/src/IconEncryptedAddCircleOutlined.tsx +++ b/src/IconEncryptedAddCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleOutlined: React.FC = ({ ...props }) => ( +export const IconEncryptedAddCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddCircleOutlined as default } diff --git a/src/IconEncryptedAddCircleOutlinedFilled.tsx b/src/IconEncryptedAddCircleOutlinedFilled.tsx index da4761fcd..45ccfbfe3 100644 --- a/src/IconEncryptedAddCircleOutlinedFilled.tsx +++ b/src/IconEncryptedAddCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleOutlinedFilled: React.FC = ({ +export const IconEncryptedAddCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedAddCircleOutlinedFilled: React.FC = ({ ) - -export { IconEncryptedAddCircleOutlinedFilled as default } diff --git a/src/IconEncryptedAddCircleRounded.tsx b/src/IconEncryptedAddCircleRounded.tsx index fde7811b4..7d4fae424 100644 --- a/src/IconEncryptedAddCircleRounded.tsx +++ b/src/IconEncryptedAddCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleRounded: React.FC = ({ ...props }) => ( +export const IconEncryptedAddCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddCircleRounded as default } diff --git a/src/IconEncryptedAddCircleRoundedFilled.tsx b/src/IconEncryptedAddCircleRoundedFilled.tsx index 89365db79..1c61fa19a 100644 --- a/src/IconEncryptedAddCircleRoundedFilled.tsx +++ b/src/IconEncryptedAddCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleRoundedFilled: React.FC = ({ +export const IconEncryptedAddCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedAddCircleRoundedFilled: React.FC = ({ ) - -export { IconEncryptedAddCircleRoundedFilled as default } diff --git a/src/IconEncryptedAddCircleSharp.tsx b/src/IconEncryptedAddCircleSharp.tsx index be82d2b2e..40cb0aa0f 100644 --- a/src/IconEncryptedAddCircleSharp.tsx +++ b/src/IconEncryptedAddCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleSharp: React.FC = ({ ...props }) => ( +export const IconEncryptedAddCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddCircleSharp as default } diff --git a/src/IconEncryptedAddCircleSharpFilled.tsx b/src/IconEncryptedAddCircleSharpFilled.tsx index d911ff9ae..88b3c8c89 100644 --- a/src/IconEncryptedAddCircleSharpFilled.tsx +++ b/src/IconEncryptedAddCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddCircleSharpFilled: React.FC = ({ +export const IconEncryptedAddCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedAddCircleSharpFilled: React.FC = ({ ) - -export { IconEncryptedAddCircleSharpFilled as default } diff --git a/src/IconEncryptedAddOutlined.tsx b/src/IconEncryptedAddOutlined.tsx index b6060e24f..1d3973c26 100644 --- a/src/IconEncryptedAddOutlined.tsx +++ b/src/IconEncryptedAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddOutlined: React.FC = ({ ...props }) => ( +export const IconEncryptedAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddOutlined as default } diff --git a/src/IconEncryptedAddOutlinedFilled.tsx b/src/IconEncryptedAddOutlinedFilled.tsx index b4a196f62..43bd809f6 100644 --- a/src/IconEncryptedAddOutlinedFilled.tsx +++ b/src/IconEncryptedAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddOutlinedFilled as default } diff --git a/src/IconEncryptedAddRounded.tsx b/src/IconEncryptedAddRounded.tsx index 8dce13b94..2dddf9b9b 100644 --- a/src/IconEncryptedAddRounded.tsx +++ b/src/IconEncryptedAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddRounded: React.FC = ({ ...props }) => ( +export const IconEncryptedAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddRounded as default } diff --git a/src/IconEncryptedAddRoundedFilled.tsx b/src/IconEncryptedAddRoundedFilled.tsx index e7ee5aa48..05d750fc7 100644 --- a/src/IconEncryptedAddRoundedFilled.tsx +++ b/src/IconEncryptedAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddRoundedFilled as default } diff --git a/src/IconEncryptedAddSharp.tsx b/src/IconEncryptedAddSharp.tsx index b2781a1d5..f815571fa 100644 --- a/src/IconEncryptedAddSharp.tsx +++ b/src/IconEncryptedAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddSharp: React.FC = ({ ...props }) => ( +export const IconEncryptedAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddSharp as default } diff --git a/src/IconEncryptedAddSharpFilled.tsx b/src/IconEncryptedAddSharpFilled.tsx index 3d81e6cde..9c11a8442 100644 --- a/src/IconEncryptedAddSharpFilled.tsx +++ b/src/IconEncryptedAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedAddSharpFilled as default } diff --git a/src/IconEncryptedMinusCircleOutlined.tsx b/src/IconEncryptedMinusCircleOutlined.tsx index a21ddc0ec..f11eabb40 100644 --- a/src/IconEncryptedMinusCircleOutlined.tsx +++ b/src/IconEncryptedMinusCircleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleOutlined: React.FC = ({ +export const IconEncryptedMinusCircleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedMinusCircleOutlined: React.FC = ({ ) - -export { IconEncryptedMinusCircleOutlined as default } diff --git a/src/IconEncryptedMinusCircleOutlinedFilled.tsx b/src/IconEncryptedMinusCircleOutlinedFilled.tsx index 864b7b352..e4e48179c 100644 --- a/src/IconEncryptedMinusCircleOutlinedFilled.tsx +++ b/src/IconEncryptedMinusCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleOutlinedFilled: React.FC = ({ +export const IconEncryptedMinusCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedMinusCircleOutlinedFilled: React.FC = ({ ) - -export { IconEncryptedMinusCircleOutlinedFilled as default } diff --git a/src/IconEncryptedMinusCircleRounded.tsx b/src/IconEncryptedMinusCircleRounded.tsx index 3f9dc0d5e..f1814f6ca 100644 --- a/src/IconEncryptedMinusCircleRounded.tsx +++ b/src/IconEncryptedMinusCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleRounded: React.FC = ({ ...props }) => ( +export const IconEncryptedMinusCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedMinusCircleRounded as default } diff --git a/src/IconEncryptedMinusCircleRoundedFilled.tsx b/src/IconEncryptedMinusCircleRoundedFilled.tsx index 7ed688627..111597f03 100644 --- a/src/IconEncryptedMinusCircleRoundedFilled.tsx +++ b/src/IconEncryptedMinusCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleRoundedFilled: React.FC = ({ +export const IconEncryptedMinusCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedMinusCircleRoundedFilled: React.FC = ({ ) - -export { IconEncryptedMinusCircleRoundedFilled as default } diff --git a/src/IconEncryptedMinusCircleSharp.tsx b/src/IconEncryptedMinusCircleSharp.tsx index e39c8d64c..b8007339f 100644 --- a/src/IconEncryptedMinusCircleSharp.tsx +++ b/src/IconEncryptedMinusCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleSharp: React.FC = ({ ...props }) => ( +export const IconEncryptedMinusCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedMinusCircleSharp as default } diff --git a/src/IconEncryptedMinusCircleSharpFilled.tsx b/src/IconEncryptedMinusCircleSharpFilled.tsx index fa9367ea7..ea8e35fb7 100644 --- a/src/IconEncryptedMinusCircleSharpFilled.tsx +++ b/src/IconEncryptedMinusCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedMinusCircleSharpFilled: React.FC = ({ +export const IconEncryptedMinusCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEncryptedMinusCircleSharpFilled: React.FC = ({ ) - -export { IconEncryptedMinusCircleSharpFilled as default } diff --git a/src/IconEncryptedOffOutlined.tsx b/src/IconEncryptedOffOutlined.tsx index 3e560d297..62a98cf5f 100644 --- a/src/IconEncryptedOffOutlined.tsx +++ b/src/IconEncryptedOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffOutlined: React.FC = ({ ...props }) => ( +export const IconEncryptedOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffOutlined as default } diff --git a/src/IconEncryptedOffOutlinedFilled.tsx b/src/IconEncryptedOffOutlinedFilled.tsx index b8824c9c0..df1db84d1 100644 --- a/src/IconEncryptedOffOutlinedFilled.tsx +++ b/src/IconEncryptedOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffOutlinedFilled as default } diff --git a/src/IconEncryptedOffRounded.tsx b/src/IconEncryptedOffRounded.tsx index 5621f49ef..bcb806a81 100644 --- a/src/IconEncryptedOffRounded.tsx +++ b/src/IconEncryptedOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffRounded: React.FC = ({ ...props }) => ( +export const IconEncryptedOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffRounded as default } diff --git a/src/IconEncryptedOffRoundedFilled.tsx b/src/IconEncryptedOffRoundedFilled.tsx index 627e8fa6d..db3eea1e5 100644 --- a/src/IconEncryptedOffRoundedFilled.tsx +++ b/src/IconEncryptedOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffRoundedFilled as default } diff --git a/src/IconEncryptedOffSharp.tsx b/src/IconEncryptedOffSharp.tsx index 7a1610766..d8fb18f2a 100644 --- a/src/IconEncryptedOffSharp.tsx +++ b/src/IconEncryptedOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffSharp: React.FC = ({ ...props }) => ( +export const IconEncryptedOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffSharp as default } diff --git a/src/IconEncryptedOffSharpFilled.tsx b/src/IconEncryptedOffSharpFilled.tsx index 44304ae68..8b1da3b87 100644 --- a/src/IconEncryptedOffSharpFilled.tsx +++ b/src/IconEncryptedOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedOffSharpFilled as default } diff --git a/src/IconEncryptedOutlined.tsx b/src/IconEncryptedOutlined.tsx index cccaec1f8..7ce1d423a 100644 --- a/src/IconEncryptedOutlined.tsx +++ b/src/IconEncryptedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOutlined: React.FC = ({ ...props }) => ( +export const IconEncryptedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedOutlined as default } diff --git a/src/IconEncryptedOutlinedFilled.tsx b/src/IconEncryptedOutlinedFilled.tsx index cc86d033f..f8ed3d1be 100644 --- a/src/IconEncryptedOutlinedFilled.tsx +++ b/src/IconEncryptedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedOutlinedFilled as default } diff --git a/src/IconEncryptedRounded.tsx b/src/IconEncryptedRounded.tsx index f693a3759..be9f3c1b7 100644 --- a/src/IconEncryptedRounded.tsx +++ b/src/IconEncryptedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedRounded: React.FC = ({ ...props }) => ( +export const IconEncryptedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedRounded as default } diff --git a/src/IconEncryptedRoundedFilled.tsx b/src/IconEncryptedRoundedFilled.tsx index 25b882333..cab46f101 100644 --- a/src/IconEncryptedRoundedFilled.tsx +++ b/src/IconEncryptedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEncryptedRoundedFilled as default } diff --git a/src/IconEncryptedSharp.tsx b/src/IconEncryptedSharp.tsx index e7e8293b6..3102eae4c 100644 --- a/src/IconEncryptedSharp.tsx +++ b/src/IconEncryptedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedSharp: React.FC = ({ ...props }) => ( +export const IconEncryptedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedSharp as default } diff --git a/src/IconEncryptedSharpFilled.tsx b/src/IconEncryptedSharpFilled.tsx index fff707974..e6cbee62d 100644 --- a/src/IconEncryptedSharpFilled.tsx +++ b/src/IconEncryptedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEncryptedSharpFilled: React.FC = ({ ...props }) => ( +export const IconEncryptedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEncryptedSharpFilled as default } diff --git a/src/IconEndocrinologyOutlined.tsx b/src/IconEndocrinologyOutlined.tsx index a9373cade..94b579a66 100644 --- a/src/IconEndocrinologyOutlined.tsx +++ b/src/IconEndocrinologyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologyOutlined: React.FC = ({ ...props }) => ( +export const IconEndocrinologyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEndocrinologyOutlined as default } diff --git a/src/IconEndocrinologyOutlinedFilled.tsx b/src/IconEndocrinologyOutlinedFilled.tsx index 988de93bf..555035268 100644 --- a/src/IconEndocrinologyOutlinedFilled.tsx +++ b/src/IconEndocrinologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEndocrinologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEndocrinologyOutlinedFilled as default } diff --git a/src/IconEndocrinologyRounded.tsx b/src/IconEndocrinologyRounded.tsx index 4507faa48..936d20b48 100644 --- a/src/IconEndocrinologyRounded.tsx +++ b/src/IconEndocrinologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologyRounded: React.FC = ({ ...props }) => ( +export const IconEndocrinologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEndocrinologyRounded as default } diff --git a/src/IconEndocrinologyRoundedFilled.tsx b/src/IconEndocrinologyRoundedFilled.tsx index 1b7ec8aed..865316898 100644 --- a/src/IconEndocrinologyRoundedFilled.tsx +++ b/src/IconEndocrinologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEndocrinologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEndocrinologyRoundedFilled as default } diff --git a/src/IconEndocrinologySharp.tsx b/src/IconEndocrinologySharp.tsx index f302b8b30..8d0627d9d 100644 --- a/src/IconEndocrinologySharp.tsx +++ b/src/IconEndocrinologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologySharp: React.FC = ({ ...props }) => ( +export const IconEndocrinologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEndocrinologySharp as default } diff --git a/src/IconEndocrinologySharpFilled.tsx b/src/IconEndocrinologySharpFilled.tsx index 15d1b49fb..314b5cefb 100644 --- a/src/IconEndocrinologySharpFilled.tsx +++ b/src/IconEndocrinologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEndocrinologySharpFilled: React.FC = ({ ...props }) => ( +export const IconEndocrinologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEndocrinologySharpFilled as default } diff --git a/src/IconEnergyOutlined.tsx b/src/IconEnergyOutlined.tsx index 61f6e4d12..c60c1d1de 100644 --- a/src/IconEnergyOutlined.tsx +++ b/src/IconEnergyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyOutlined: React.FC = ({ ...props }) => ( +export const IconEnergyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergyOutlined as default } diff --git a/src/IconEnergyOutlinedFilled.tsx b/src/IconEnergyOutlinedFilled.tsx index c8352f74e..1c3e71f84 100644 --- a/src/IconEnergyOutlinedFilled.tsx +++ b/src/IconEnergyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEnergyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergyOutlinedFilled as default } diff --git a/src/IconEnergyProgramSavingOutlined.tsx b/src/IconEnergyProgramSavingOutlined.tsx index 990e4a501..1c0a4704f 100644 --- a/src/IconEnergyProgramSavingOutlined.tsx +++ b/src/IconEnergyProgramSavingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingOutlined: React.FC = ({ ...props }) => ( +export const IconEnergyProgramSavingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergyProgramSavingOutlined as default } diff --git a/src/IconEnergyProgramSavingOutlinedFilled.tsx b/src/IconEnergyProgramSavingOutlinedFilled.tsx index 86985534e..bb2e3faba 100644 --- a/src/IconEnergyProgramSavingOutlinedFilled.tsx +++ b/src/IconEnergyProgramSavingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingOutlinedFilled: React.FC = ({ +export const IconEnergyProgramSavingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramSavingOutlinedFilled: React.FC = ({ ) - -export { IconEnergyProgramSavingOutlinedFilled as default } diff --git a/src/IconEnergyProgramSavingRounded.tsx b/src/IconEnergyProgramSavingRounded.tsx index a811f4be0..5365cc25d 100644 --- a/src/IconEnergyProgramSavingRounded.tsx +++ b/src/IconEnergyProgramSavingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingRounded: React.FC = ({ ...props }) => ( +export const IconEnergyProgramSavingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergyProgramSavingRounded as default } diff --git a/src/IconEnergyProgramSavingRoundedFilled.tsx b/src/IconEnergyProgramSavingRoundedFilled.tsx index ff2265779..9da720ca2 100644 --- a/src/IconEnergyProgramSavingRoundedFilled.tsx +++ b/src/IconEnergyProgramSavingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingRoundedFilled: React.FC = ({ +export const IconEnergyProgramSavingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramSavingRoundedFilled: React.FC = ({ ) - -export { IconEnergyProgramSavingRoundedFilled as default } diff --git a/src/IconEnergyProgramSavingSharp.tsx b/src/IconEnergyProgramSavingSharp.tsx index dae1cce80..5353e5a45 100644 --- a/src/IconEnergyProgramSavingSharp.tsx +++ b/src/IconEnergyProgramSavingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingSharp: React.FC = ({ ...props }) => ( +export const IconEnergyProgramSavingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergyProgramSavingSharp as default } diff --git a/src/IconEnergyProgramSavingSharpFilled.tsx b/src/IconEnergyProgramSavingSharpFilled.tsx index 7a33221a1..1ee741c61 100644 --- a/src/IconEnergyProgramSavingSharpFilled.tsx +++ b/src/IconEnergyProgramSavingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramSavingSharpFilled: React.FC = ({ +export const IconEnergyProgramSavingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramSavingSharpFilled: React.FC = ({ ) - -export { IconEnergyProgramSavingSharpFilled as default } diff --git a/src/IconEnergyProgramTimeUsedOutlined.tsx b/src/IconEnergyProgramTimeUsedOutlined.tsx index 03a1f724f..cdf03562a 100644 --- a/src/IconEnergyProgramTimeUsedOutlined.tsx +++ b/src/IconEnergyProgramTimeUsedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedOutlined: React.FC = ({ +export const IconEnergyProgramTimeUsedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramTimeUsedOutlined: React.FC = ({ ) - -export { IconEnergyProgramTimeUsedOutlined as default } diff --git a/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx b/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx index ad8391dd9..c37c5b210 100644 --- a/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx +++ b/src/IconEnergyProgramTimeUsedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedOutlinedFilled: React.FC = ({ +export const IconEnergyProgramTimeUsedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramTimeUsedOutlinedFilled: React.FC = ({ ) - -export { IconEnergyProgramTimeUsedOutlinedFilled as default } diff --git a/src/IconEnergyProgramTimeUsedRounded.tsx b/src/IconEnergyProgramTimeUsedRounded.tsx index 4273715b2..aebc2596f 100644 --- a/src/IconEnergyProgramTimeUsedRounded.tsx +++ b/src/IconEnergyProgramTimeUsedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedRounded: React.FC = ({ +export const IconEnergyProgramTimeUsedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramTimeUsedRounded: React.FC = ({ ) - -export { IconEnergyProgramTimeUsedRounded as default } diff --git a/src/IconEnergyProgramTimeUsedRoundedFilled.tsx b/src/IconEnergyProgramTimeUsedRoundedFilled.tsx index 413d36b66..ec675ae6c 100644 --- a/src/IconEnergyProgramTimeUsedRoundedFilled.tsx +++ b/src/IconEnergyProgramTimeUsedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedRoundedFilled: React.FC = ({ +export const IconEnergyProgramTimeUsedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramTimeUsedRoundedFilled: React.FC = ({ ) - -export { IconEnergyProgramTimeUsedRoundedFilled as default } diff --git a/src/IconEnergyProgramTimeUsedSharp.tsx b/src/IconEnergyProgramTimeUsedSharp.tsx index 92c8938c7..1ae430760 100644 --- a/src/IconEnergyProgramTimeUsedSharp.tsx +++ b/src/IconEnergyProgramTimeUsedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedSharp: React.FC = ({ ...props }) => ( +export const IconEnergyProgramTimeUsedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergyProgramTimeUsedSharp as default } diff --git a/src/IconEnergyProgramTimeUsedSharpFilled.tsx b/src/IconEnergyProgramTimeUsedSharpFilled.tsx index 46fda55ee..5943cdf03 100644 --- a/src/IconEnergyProgramTimeUsedSharpFilled.tsx +++ b/src/IconEnergyProgramTimeUsedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyProgramTimeUsedSharpFilled: React.FC = ({ +export const IconEnergyProgramTimeUsedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergyProgramTimeUsedSharpFilled: React.FC = ({ ) - -export { IconEnergyProgramTimeUsedSharpFilled as default } diff --git a/src/IconEnergyRounded.tsx b/src/IconEnergyRounded.tsx index 05c8542c2..620cda63d 100644 --- a/src/IconEnergyRounded.tsx +++ b/src/IconEnergyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyRounded: React.FC = ({ ...props }) => ( +export const IconEnergyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergyRounded as default } diff --git a/src/IconEnergyRoundedFilled.tsx b/src/IconEnergyRoundedFilled.tsx index 218f3c8ef..bbc7923c2 100644 --- a/src/IconEnergyRoundedFilled.tsx +++ b/src/IconEnergyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEnergyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergyRoundedFilled as default } diff --git a/src/IconEnergySavingsLeafOutlined.tsx b/src/IconEnergySavingsLeafOutlined.tsx index 93e85cc72..e21fdc043 100644 --- a/src/IconEnergySavingsLeafOutlined.tsx +++ b/src/IconEnergySavingsLeafOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafOutlined: React.FC = ({ ...props }) => ( +export const IconEnergySavingsLeafOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergySavingsLeafOutlined as default } diff --git a/src/IconEnergySavingsLeafOutlinedFilled.tsx b/src/IconEnergySavingsLeafOutlinedFilled.tsx index e63f43e7a..e6538fe45 100644 --- a/src/IconEnergySavingsLeafOutlinedFilled.tsx +++ b/src/IconEnergySavingsLeafOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafOutlinedFilled: React.FC = ({ +export const IconEnergySavingsLeafOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergySavingsLeafOutlinedFilled: React.FC = ({ ) - -export { IconEnergySavingsLeafOutlinedFilled as default } diff --git a/src/IconEnergySavingsLeafRounded.tsx b/src/IconEnergySavingsLeafRounded.tsx index bc23a025b..9ffa2b974 100644 --- a/src/IconEnergySavingsLeafRounded.tsx +++ b/src/IconEnergySavingsLeafRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafRounded: React.FC = ({ ...props }) => ( +export const IconEnergySavingsLeafRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergySavingsLeafRounded as default } diff --git a/src/IconEnergySavingsLeafRoundedFilled.tsx b/src/IconEnergySavingsLeafRoundedFilled.tsx index 04324e9ea..48231d8d2 100644 --- a/src/IconEnergySavingsLeafRoundedFilled.tsx +++ b/src/IconEnergySavingsLeafRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafRoundedFilled: React.FC = ({ +export const IconEnergySavingsLeafRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergySavingsLeafRoundedFilled: React.FC = ({ ) - -export { IconEnergySavingsLeafRoundedFilled as default } diff --git a/src/IconEnergySavingsLeafSharp.tsx b/src/IconEnergySavingsLeafSharp.tsx index 5ae110e29..fdae4819c 100644 --- a/src/IconEnergySavingsLeafSharp.tsx +++ b/src/IconEnergySavingsLeafSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafSharp: React.FC = ({ ...props }) => ( +export const IconEnergySavingsLeafSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnergySavingsLeafSharp as default } diff --git a/src/IconEnergySavingsLeafSharpFilled.tsx b/src/IconEnergySavingsLeafSharpFilled.tsx index e740747e7..f7f1a6871 100644 --- a/src/IconEnergySavingsLeafSharpFilled.tsx +++ b/src/IconEnergySavingsLeafSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySavingsLeafSharpFilled: React.FC = ({ +export const IconEnergySavingsLeafSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnergySavingsLeafSharpFilled: React.FC = ({ ) - -export { IconEnergySavingsLeafSharpFilled as default } diff --git a/src/IconEnergySharp.tsx b/src/IconEnergySharp.tsx index 536c70738..c1edf0ed8 100644 --- a/src/IconEnergySharp.tsx +++ b/src/IconEnergySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySharp: React.FC = ({ ...props }) => ( +export const IconEnergySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergySharp as default } diff --git a/src/IconEnergySharpFilled.tsx b/src/IconEnergySharpFilled.tsx index f6984266a..141eb6485 100644 --- a/src/IconEnergySharpFilled.tsx +++ b/src/IconEnergySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnergySharpFilled: React.FC = ({ ...props }) => ( +export const IconEnergySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnergySharpFilled as default } diff --git a/src/IconEngineeringOutlined.tsx b/src/IconEngineeringOutlined.tsx index 691b21ac4..69de5dd07 100644 --- a/src/IconEngineeringOutlined.tsx +++ b/src/IconEngineeringOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringOutlined: React.FC = ({ ...props }) => ( +export const IconEngineeringOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEngineeringOutlined as default } diff --git a/src/IconEngineeringOutlinedFilled.tsx b/src/IconEngineeringOutlinedFilled.tsx index a887bb26e..aceafd999 100644 --- a/src/IconEngineeringOutlinedFilled.tsx +++ b/src/IconEngineeringOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEngineeringOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEngineeringOutlinedFilled as default } diff --git a/src/IconEngineeringRounded.tsx b/src/IconEngineeringRounded.tsx index c8f02087d..7a34d32ee 100644 --- a/src/IconEngineeringRounded.tsx +++ b/src/IconEngineeringRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringRounded: React.FC = ({ ...props }) => ( +export const IconEngineeringRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEngineeringRounded as default } diff --git a/src/IconEngineeringRoundedFilled.tsx b/src/IconEngineeringRoundedFilled.tsx index b484fe996..5860bc488 100644 --- a/src/IconEngineeringRoundedFilled.tsx +++ b/src/IconEngineeringRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEngineeringRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEngineeringRoundedFilled as default } diff --git a/src/IconEngineeringSharp.tsx b/src/IconEngineeringSharp.tsx index b5c887084..6206af035 100644 --- a/src/IconEngineeringSharp.tsx +++ b/src/IconEngineeringSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringSharp: React.FC = ({ ...props }) => ( +export const IconEngineeringSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEngineeringSharp as default } diff --git a/src/IconEngineeringSharpFilled.tsx b/src/IconEngineeringSharpFilled.tsx index 5672001fa..0cc65dce9 100644 --- a/src/IconEngineeringSharpFilled.tsx +++ b/src/IconEngineeringSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEngineeringSharpFilled: React.FC = ({ ...props }) => ( +export const IconEngineeringSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEngineeringSharpFilled as default } diff --git a/src/IconEnhancedEncryptionOutlined.tsx b/src/IconEnhancedEncryptionOutlined.tsx index d75158832..46e9dc6b5 100644 --- a/src/IconEnhancedEncryptionOutlined.tsx +++ b/src/IconEnhancedEncryptionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionOutlined: React.FC = ({ ...props }) => ( +export const IconEnhancedEncryptionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnhancedEncryptionOutlined as default } diff --git a/src/IconEnhancedEncryptionOutlinedFilled.tsx b/src/IconEnhancedEncryptionOutlinedFilled.tsx index af748d116..aa1333312 100644 --- a/src/IconEnhancedEncryptionOutlinedFilled.tsx +++ b/src/IconEnhancedEncryptionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionOutlinedFilled: React.FC = ({ +export const IconEnhancedEncryptionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnhancedEncryptionOutlinedFilled: React.FC = ({ ) - -export { IconEnhancedEncryptionOutlinedFilled as default } diff --git a/src/IconEnhancedEncryptionRounded.tsx b/src/IconEnhancedEncryptionRounded.tsx index ec5fe4a7d..d397f1972 100644 --- a/src/IconEnhancedEncryptionRounded.tsx +++ b/src/IconEnhancedEncryptionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionRounded: React.FC = ({ ...props }) => ( +export const IconEnhancedEncryptionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnhancedEncryptionRounded as default } diff --git a/src/IconEnhancedEncryptionRoundedFilled.tsx b/src/IconEnhancedEncryptionRoundedFilled.tsx index 7ed87a83b..981329c4f 100644 --- a/src/IconEnhancedEncryptionRoundedFilled.tsx +++ b/src/IconEnhancedEncryptionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionRoundedFilled: React.FC = ({ +export const IconEnhancedEncryptionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnhancedEncryptionRoundedFilled: React.FC = ({ ) - -export { IconEnhancedEncryptionRoundedFilled as default } diff --git a/src/IconEnhancedEncryptionSharp.tsx b/src/IconEnhancedEncryptionSharp.tsx index 7c97d643f..d19bc9862 100644 --- a/src/IconEnhancedEncryptionSharp.tsx +++ b/src/IconEnhancedEncryptionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionSharp: React.FC = ({ ...props }) => ( +export const IconEnhancedEncryptionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnhancedEncryptionSharp as default } diff --git a/src/IconEnhancedEncryptionSharpFilled.tsx b/src/IconEnhancedEncryptionSharpFilled.tsx index f2fb0f34e..355ec4dfd 100644 --- a/src/IconEnhancedEncryptionSharpFilled.tsx +++ b/src/IconEnhancedEncryptionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEnhancedEncryptionSharpFilled: React.FC = ({ +export const IconEnhancedEncryptionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEnhancedEncryptionSharpFilled: React.FC = ({ ) - -export { IconEnhancedEncryptionSharpFilled as default } diff --git a/src/IconEntOutlined.tsx b/src/IconEntOutlined.tsx index 11d4025ff..c3e8bcf8c 100644 --- a/src/IconEntOutlined.tsx +++ b/src/IconEntOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntOutlined: React.FC = ({ ...props }) => ( +export const IconEntOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntOutlined as default } diff --git a/src/IconEntOutlinedFilled.tsx b/src/IconEntOutlinedFilled.tsx index 55a920c2d..eaceafca1 100644 --- a/src/IconEntOutlinedFilled.tsx +++ b/src/IconEntOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEntOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntOutlinedFilled as default } diff --git a/src/IconEntRounded.tsx b/src/IconEntRounded.tsx index d66b87418..06326f53a 100644 --- a/src/IconEntRounded.tsx +++ b/src/IconEntRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntRounded: React.FC = ({ ...props }) => ( +export const IconEntRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntRounded as default } diff --git a/src/IconEntRoundedFilled.tsx b/src/IconEntRoundedFilled.tsx index 9ab38aedf..6526f1d5c 100644 --- a/src/IconEntRoundedFilled.tsx +++ b/src/IconEntRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEntRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntRoundedFilled as default } diff --git a/src/IconEntSharp.tsx b/src/IconEntSharp.tsx index 24851fc8d..1d0c65aae 100644 --- a/src/IconEntSharp.tsx +++ b/src/IconEntSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntSharp: React.FC = ({ ...props }) => ( +export const IconEntSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntSharp as default } diff --git a/src/IconEntSharpFilled.tsx b/src/IconEntSharpFilled.tsx index 79c5bf13f..e8f3b700e 100644 --- a/src/IconEntSharpFilled.tsx +++ b/src/IconEntSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEntSharpFilled: React.FC = ({ ...props }) => ( +export const IconEntSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEntSharpFilled as default } diff --git a/src/IconEnterpriseOffOutlined.tsx b/src/IconEnterpriseOffOutlined.tsx index 0e0afc9bc..f2be77068 100644 --- a/src/IconEnterpriseOffOutlined.tsx +++ b/src/IconEnterpriseOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffOutlined: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffOutlined as default } diff --git a/src/IconEnterpriseOffOutlinedFilled.tsx b/src/IconEnterpriseOffOutlinedFilled.tsx index fc203b74a..06b39c495 100644 --- a/src/IconEnterpriseOffOutlinedFilled.tsx +++ b/src/IconEnterpriseOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffOutlinedFilled as default } diff --git a/src/IconEnterpriseOffRounded.tsx b/src/IconEnterpriseOffRounded.tsx index b1bdbf153..023181527 100644 --- a/src/IconEnterpriseOffRounded.tsx +++ b/src/IconEnterpriseOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffRounded: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffRounded as default } diff --git a/src/IconEnterpriseOffRoundedFilled.tsx b/src/IconEnterpriseOffRoundedFilled.tsx index dceb696cb..143ce4890 100644 --- a/src/IconEnterpriseOffRoundedFilled.tsx +++ b/src/IconEnterpriseOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffRoundedFilled as default } diff --git a/src/IconEnterpriseOffSharp.tsx b/src/IconEnterpriseOffSharp.tsx index f9671ba56..b5e082335 100644 --- a/src/IconEnterpriseOffSharp.tsx +++ b/src/IconEnterpriseOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffSharp: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffSharp as default } diff --git a/src/IconEnterpriseOffSharpFilled.tsx b/src/IconEnterpriseOffSharpFilled.tsx index 83d743731..4ada53134 100644 --- a/src/IconEnterpriseOffSharpFilled.tsx +++ b/src/IconEnterpriseOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOffSharpFilled as default } diff --git a/src/IconEnterpriseOutlined.tsx b/src/IconEnterpriseOutlined.tsx index a4ce07414..265e5bfe9 100644 --- a/src/IconEnterpriseOutlined.tsx +++ b/src/IconEnterpriseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOutlined: React.FC = ({ ...props }) => ( +export const IconEnterpriseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOutlined as default } diff --git a/src/IconEnterpriseOutlinedFilled.tsx b/src/IconEnterpriseOutlinedFilled.tsx index 2ac7b4f79..fb8f64db8 100644 --- a/src/IconEnterpriseOutlinedFilled.tsx +++ b/src/IconEnterpriseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseOutlinedFilled as default } diff --git a/src/IconEnterpriseRounded.tsx b/src/IconEnterpriseRounded.tsx index 48eb4f2e7..254616edb 100644 --- a/src/IconEnterpriseRounded.tsx +++ b/src/IconEnterpriseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseRounded: React.FC = ({ ...props }) => ( +export const IconEnterpriseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnterpriseRounded as default } diff --git a/src/IconEnterpriseRoundedFilled.tsx b/src/IconEnterpriseRoundedFilled.tsx index 47cfd0e6d..e53e80c73 100644 --- a/src/IconEnterpriseRoundedFilled.tsx +++ b/src/IconEnterpriseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseRoundedFilled as default } diff --git a/src/IconEnterpriseSharp.tsx b/src/IconEnterpriseSharp.tsx index 0d3664b0f..cd7060bf0 100644 --- a/src/IconEnterpriseSharp.tsx +++ b/src/IconEnterpriseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseSharp: React.FC = ({ ...props }) => ( +export const IconEnterpriseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEnterpriseSharp as default } diff --git a/src/IconEnterpriseSharpFilled.tsx b/src/IconEnterpriseSharpFilled.tsx index 617a897a2..2e24913c0 100644 --- a/src/IconEnterpriseSharpFilled.tsx +++ b/src/IconEnterpriseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEnterpriseSharpFilled: React.FC = ({ ...props }) => ( +export const IconEnterpriseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEnterpriseSharpFilled as default } diff --git a/src/IconEqualOutlined.tsx b/src/IconEqualOutlined.tsx index 8cd3b9067..682dcd006 100644 --- a/src/IconEqualOutlined.tsx +++ b/src/IconEqualOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualOutlined: React.FC = ({ ...props }) => ( +export const IconEqualOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualOutlined as default } diff --git a/src/IconEqualOutlinedFilled.tsx b/src/IconEqualOutlinedFilled.tsx index 117f76b0d..b49db9f3e 100644 --- a/src/IconEqualOutlinedFilled.tsx +++ b/src/IconEqualOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEqualOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualOutlinedFilled as default } diff --git a/src/IconEqualRounded.tsx b/src/IconEqualRounded.tsx index d752dc649..196a14c09 100644 --- a/src/IconEqualRounded.tsx +++ b/src/IconEqualRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualRounded: React.FC = ({ ...props }) => ( +export const IconEqualRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualRounded as default } diff --git a/src/IconEqualRoundedFilled.tsx b/src/IconEqualRoundedFilled.tsx index 58c336a1d..97630a8c9 100644 --- a/src/IconEqualRoundedFilled.tsx +++ b/src/IconEqualRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEqualRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualRoundedFilled as default } diff --git a/src/IconEqualSharp.tsx b/src/IconEqualSharp.tsx index ef0617337..4cb0baf07 100644 --- a/src/IconEqualSharp.tsx +++ b/src/IconEqualSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualSharp: React.FC = ({ ...props }) => ( +export const IconEqualSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualSharp as default } diff --git a/src/IconEqualSharpFilled.tsx b/src/IconEqualSharpFilled.tsx index 98fc84ed9..de3d382bd 100644 --- a/src/IconEqualSharpFilled.tsx +++ b/src/IconEqualSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualSharpFilled: React.FC = ({ ...props }) => ( +export const IconEqualSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualSharpFilled as default } diff --git a/src/IconEqualizerOutlined.tsx b/src/IconEqualizerOutlined.tsx index 4a6358820..ec126768a 100644 --- a/src/IconEqualizerOutlined.tsx +++ b/src/IconEqualizerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerOutlined: React.FC = ({ ...props }) => ( +export const IconEqualizerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualizerOutlined as default } diff --git a/src/IconEqualizerOutlinedFilled.tsx b/src/IconEqualizerOutlinedFilled.tsx index 59c8b9789..a1a6c7080 100644 --- a/src/IconEqualizerOutlinedFilled.tsx +++ b/src/IconEqualizerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEqualizerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEqualizerOutlinedFilled as default } diff --git a/src/IconEqualizerRounded.tsx b/src/IconEqualizerRounded.tsx index 317fa94ee..2e9f4fb10 100644 --- a/src/IconEqualizerRounded.tsx +++ b/src/IconEqualizerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerRounded: React.FC = ({ ...props }) => ( +export const IconEqualizerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualizerRounded as default } diff --git a/src/IconEqualizerRoundedFilled.tsx b/src/IconEqualizerRoundedFilled.tsx index e48deae85..7ec4445ae 100644 --- a/src/IconEqualizerRoundedFilled.tsx +++ b/src/IconEqualizerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEqualizerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEqualizerRoundedFilled as default } diff --git a/src/IconEqualizerSharp.tsx b/src/IconEqualizerSharp.tsx index 2c7fe24d9..b4554c905 100644 --- a/src/IconEqualizerSharp.tsx +++ b/src/IconEqualizerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerSharp: React.FC = ({ ...props }) => ( +export const IconEqualizerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualizerSharp as default } diff --git a/src/IconEqualizerSharpFilled.tsx b/src/IconEqualizerSharpFilled.tsx index b7319246b..7f252d698 100644 --- a/src/IconEqualizerSharpFilled.tsx +++ b/src/IconEqualizerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEqualizerSharpFilled: React.FC = ({ ...props }) => ( +export const IconEqualizerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEqualizerSharpFilled as default } diff --git a/src/IconEraserSize1Outlined.tsx b/src/IconEraserSize1Outlined.tsx index 726a830c7..141ea0b26 100644 --- a/src/IconEraserSize1Outlined.tsx +++ b/src/IconEraserSize1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1Outlined: React.FC = ({ ...props }) => ( +export const IconEraserSize1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize1Outlined as default } diff --git a/src/IconEraserSize1OutlinedFilled.tsx b/src/IconEraserSize1OutlinedFilled.tsx index 378abbf1c..6c3cffcd6 100644 --- a/src/IconEraserSize1OutlinedFilled.tsx +++ b/src/IconEraserSize1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize1OutlinedFilled as default } diff --git a/src/IconEraserSize1Rounded.tsx b/src/IconEraserSize1Rounded.tsx index 3b4838ef3..5f6fccb09 100644 --- a/src/IconEraserSize1Rounded.tsx +++ b/src/IconEraserSize1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1Rounded: React.FC = ({ ...props }) => ( +export const IconEraserSize1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize1Rounded as default } diff --git a/src/IconEraserSize1RoundedFilled.tsx b/src/IconEraserSize1RoundedFilled.tsx index 0a25cad9a..9c1aeb3d9 100644 --- a/src/IconEraserSize1RoundedFilled.tsx +++ b/src/IconEraserSize1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize1RoundedFilled as default } diff --git a/src/IconEraserSize1Sharp.tsx b/src/IconEraserSize1Sharp.tsx index 5ce1ce691..6a854aab2 100644 --- a/src/IconEraserSize1Sharp.tsx +++ b/src/IconEraserSize1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1Sharp: React.FC = ({ ...props }) => ( +export const IconEraserSize1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize1Sharp as default } diff --git a/src/IconEraserSize1SharpFilled.tsx b/src/IconEraserSize1SharpFilled.tsx index dd73dd524..799ba558d 100644 --- a/src/IconEraserSize1SharpFilled.tsx +++ b/src/IconEraserSize1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize1SharpFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize1SharpFilled as default } diff --git a/src/IconEraserSize2Outlined.tsx b/src/IconEraserSize2Outlined.tsx index cf345d9eb..09917f0d6 100644 --- a/src/IconEraserSize2Outlined.tsx +++ b/src/IconEraserSize2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2Outlined: React.FC = ({ ...props }) => ( +export const IconEraserSize2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize2Outlined as default } diff --git a/src/IconEraserSize2OutlinedFilled.tsx b/src/IconEraserSize2OutlinedFilled.tsx index 6704b7d9f..484a708b2 100644 --- a/src/IconEraserSize2OutlinedFilled.tsx +++ b/src/IconEraserSize2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize2OutlinedFilled as default } diff --git a/src/IconEraserSize2Rounded.tsx b/src/IconEraserSize2Rounded.tsx index ba4431251..3fc624bf7 100644 --- a/src/IconEraserSize2Rounded.tsx +++ b/src/IconEraserSize2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2Rounded: React.FC = ({ ...props }) => ( +export const IconEraserSize2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize2Rounded as default } diff --git a/src/IconEraserSize2RoundedFilled.tsx b/src/IconEraserSize2RoundedFilled.tsx index ebecba628..4fe31d97e 100644 --- a/src/IconEraserSize2RoundedFilled.tsx +++ b/src/IconEraserSize2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize2RoundedFilled as default } diff --git a/src/IconEraserSize2Sharp.tsx b/src/IconEraserSize2Sharp.tsx index 90a3cfd1e..ee936dd24 100644 --- a/src/IconEraserSize2Sharp.tsx +++ b/src/IconEraserSize2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2Sharp: React.FC = ({ ...props }) => ( +export const IconEraserSize2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize2Sharp as default } diff --git a/src/IconEraserSize2SharpFilled.tsx b/src/IconEraserSize2SharpFilled.tsx index 782bdf930..3cd6d5943 100644 --- a/src/IconEraserSize2SharpFilled.tsx +++ b/src/IconEraserSize2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize2SharpFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize2SharpFilled as default } diff --git a/src/IconEraserSize3Outlined.tsx b/src/IconEraserSize3Outlined.tsx index d02fca1ee..5f1972415 100644 --- a/src/IconEraserSize3Outlined.tsx +++ b/src/IconEraserSize3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3Outlined: React.FC = ({ ...props }) => ( +export const IconEraserSize3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize3Outlined as default } diff --git a/src/IconEraserSize3OutlinedFilled.tsx b/src/IconEraserSize3OutlinedFilled.tsx index ef795bb09..82af8f1e0 100644 --- a/src/IconEraserSize3OutlinedFilled.tsx +++ b/src/IconEraserSize3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize3OutlinedFilled as default } diff --git a/src/IconEraserSize3Rounded.tsx b/src/IconEraserSize3Rounded.tsx index 1c66396c6..c6327ff7b 100644 --- a/src/IconEraserSize3Rounded.tsx +++ b/src/IconEraserSize3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3Rounded: React.FC = ({ ...props }) => ( +export const IconEraserSize3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize3Rounded as default } diff --git a/src/IconEraserSize3RoundedFilled.tsx b/src/IconEraserSize3RoundedFilled.tsx index e579b0c2e..39868a8fb 100644 --- a/src/IconEraserSize3RoundedFilled.tsx +++ b/src/IconEraserSize3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize3RoundedFilled as default } diff --git a/src/IconEraserSize3Sharp.tsx b/src/IconEraserSize3Sharp.tsx index 52788279e..5084d7353 100644 --- a/src/IconEraserSize3Sharp.tsx +++ b/src/IconEraserSize3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3Sharp: React.FC = ({ ...props }) => ( +export const IconEraserSize3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize3Sharp as default } diff --git a/src/IconEraserSize3SharpFilled.tsx b/src/IconEraserSize3SharpFilled.tsx index 1baa49914..d5e72385e 100644 --- a/src/IconEraserSize3SharpFilled.tsx +++ b/src/IconEraserSize3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize3SharpFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize3SharpFilled as default } diff --git a/src/IconEraserSize4Outlined.tsx b/src/IconEraserSize4Outlined.tsx index 87594377e..67b583582 100644 --- a/src/IconEraserSize4Outlined.tsx +++ b/src/IconEraserSize4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4Outlined: React.FC = ({ ...props }) => ( +export const IconEraserSize4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize4Outlined as default } diff --git a/src/IconEraserSize4OutlinedFilled.tsx b/src/IconEraserSize4OutlinedFilled.tsx index 4ba7ed379..bc4edb41a 100644 --- a/src/IconEraserSize4OutlinedFilled.tsx +++ b/src/IconEraserSize4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize4OutlinedFilled as default } diff --git a/src/IconEraserSize4Rounded.tsx b/src/IconEraserSize4Rounded.tsx index 174cf495c..e98259076 100644 --- a/src/IconEraserSize4Rounded.tsx +++ b/src/IconEraserSize4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4Rounded: React.FC = ({ ...props }) => ( +export const IconEraserSize4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize4Rounded as default } diff --git a/src/IconEraserSize4RoundedFilled.tsx b/src/IconEraserSize4RoundedFilled.tsx index b905d49b6..7adeae5da 100644 --- a/src/IconEraserSize4RoundedFilled.tsx +++ b/src/IconEraserSize4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize4RoundedFilled as default } diff --git a/src/IconEraserSize4Sharp.tsx b/src/IconEraserSize4Sharp.tsx index fc1e1c7be..d75549bee 100644 --- a/src/IconEraserSize4Sharp.tsx +++ b/src/IconEraserSize4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4Sharp: React.FC = ({ ...props }) => ( +export const IconEraserSize4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize4Sharp as default } diff --git a/src/IconEraserSize4SharpFilled.tsx b/src/IconEraserSize4SharpFilled.tsx index dc280829c..787501278 100644 --- a/src/IconEraserSize4SharpFilled.tsx +++ b/src/IconEraserSize4SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize4SharpFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize4SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize4SharpFilled as default } diff --git a/src/IconEraserSize5Outlined.tsx b/src/IconEraserSize5Outlined.tsx index 9beaa054e..cf7952f36 100644 --- a/src/IconEraserSize5Outlined.tsx +++ b/src/IconEraserSize5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5Outlined: React.FC = ({ ...props }) => ( +export const IconEraserSize5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize5Outlined as default } diff --git a/src/IconEraserSize5OutlinedFilled.tsx b/src/IconEraserSize5OutlinedFilled.tsx index 879b8d613..e9e816e37 100644 --- a/src/IconEraserSize5OutlinedFilled.tsx +++ b/src/IconEraserSize5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize5OutlinedFilled as default } diff --git a/src/IconEraserSize5Rounded.tsx b/src/IconEraserSize5Rounded.tsx index dbd72ddd2..9b6a4cc8f 100644 --- a/src/IconEraserSize5Rounded.tsx +++ b/src/IconEraserSize5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5Rounded: React.FC = ({ ...props }) => ( +export const IconEraserSize5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize5Rounded as default } diff --git a/src/IconEraserSize5RoundedFilled.tsx b/src/IconEraserSize5RoundedFilled.tsx index b58ba1369..770d1d80d 100644 --- a/src/IconEraserSize5RoundedFilled.tsx +++ b/src/IconEraserSize5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize5RoundedFilled as default } diff --git a/src/IconEraserSize5Sharp.tsx b/src/IconEraserSize5Sharp.tsx index d5223524b..ed0f2c698 100644 --- a/src/IconEraserSize5Sharp.tsx +++ b/src/IconEraserSize5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5Sharp: React.FC = ({ ...props }) => ( +export const IconEraserSize5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEraserSize5Sharp as default } diff --git a/src/IconEraserSize5SharpFilled.tsx b/src/IconEraserSize5SharpFilled.tsx index f2305f379..70c957f8f 100644 --- a/src/IconEraserSize5SharpFilled.tsx +++ b/src/IconEraserSize5SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEraserSize5SharpFilled: React.FC = ({ ...props }) => ( +export const IconEraserSize5SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEraserSize5SharpFilled as default } diff --git a/src/IconErrorMedOutlined.tsx b/src/IconErrorMedOutlined.tsx index 1a0f7bb1b..d590003bf 100644 --- a/src/IconErrorMedOutlined.tsx +++ b/src/IconErrorMedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedOutlined: React.FC = ({ ...props }) => ( +export const IconErrorMedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorMedOutlined as default } diff --git a/src/IconErrorMedOutlinedFilled.tsx b/src/IconErrorMedOutlinedFilled.tsx index 086636878..67797594b 100644 --- a/src/IconErrorMedOutlinedFilled.tsx +++ b/src/IconErrorMedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconErrorMedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconErrorMedOutlinedFilled as default } diff --git a/src/IconErrorMedRounded.tsx b/src/IconErrorMedRounded.tsx index 77a162388..902fb46d1 100644 --- a/src/IconErrorMedRounded.tsx +++ b/src/IconErrorMedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedRounded: React.FC = ({ ...props }) => ( +export const IconErrorMedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorMedRounded as default } diff --git a/src/IconErrorMedRoundedFilled.tsx b/src/IconErrorMedRoundedFilled.tsx index 765838d0f..0a2482960 100644 --- a/src/IconErrorMedRoundedFilled.tsx +++ b/src/IconErrorMedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconErrorMedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconErrorMedRoundedFilled as default } diff --git a/src/IconErrorMedSharp.tsx b/src/IconErrorMedSharp.tsx index 8e9aa8531..e901a45f1 100644 --- a/src/IconErrorMedSharp.tsx +++ b/src/IconErrorMedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedSharp: React.FC = ({ ...props }) => ( +export const IconErrorMedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorMedSharp as default } diff --git a/src/IconErrorMedSharpFilled.tsx b/src/IconErrorMedSharpFilled.tsx index 3c6caf989..6e6553d9c 100644 --- a/src/IconErrorMedSharpFilled.tsx +++ b/src/IconErrorMedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorMedSharpFilled: React.FC = ({ ...props }) => ( +export const IconErrorMedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorMedSharpFilled as default } diff --git a/src/IconErrorOutlined.tsx b/src/IconErrorOutlined.tsx index 0440d4e08..3f4551f4a 100644 --- a/src/IconErrorOutlined.tsx +++ b/src/IconErrorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorOutlined: React.FC = ({ ...props }) => ( +export const IconErrorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorOutlined as default } diff --git a/src/IconErrorOutlinedFilled.tsx b/src/IconErrorOutlinedFilled.tsx index a3bdc2f7b..c87ddd9c7 100644 --- a/src/IconErrorOutlinedFilled.tsx +++ b/src/IconErrorOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconErrorOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorOutlinedFilled as default } diff --git a/src/IconErrorRounded.tsx b/src/IconErrorRounded.tsx index 039937ada..92db986a3 100644 --- a/src/IconErrorRounded.tsx +++ b/src/IconErrorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorRounded: React.FC = ({ ...props }) => ( +export const IconErrorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorRounded as default } diff --git a/src/IconErrorRoundedFilled.tsx b/src/IconErrorRoundedFilled.tsx index 4ee8e6151..f8ece5aea 100644 --- a/src/IconErrorRoundedFilled.tsx +++ b/src/IconErrorRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconErrorRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorRoundedFilled as default } diff --git a/src/IconErrorSharp.tsx b/src/IconErrorSharp.tsx index 00d0e1242..e03542cc1 100644 --- a/src/IconErrorSharp.tsx +++ b/src/IconErrorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorSharp: React.FC = ({ ...props }) => ( +export const IconErrorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorSharp as default } diff --git a/src/IconErrorSharpFilled.tsx b/src/IconErrorSharpFilled.tsx index 3d3ba19a6..2a6965d31 100644 --- a/src/IconErrorSharpFilled.tsx +++ b/src/IconErrorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconErrorSharpFilled: React.FC = ({ ...props }) => ( +export const IconErrorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconErrorSharpFilled as default } diff --git a/src/IconEscalatorOutlined.tsx b/src/IconEscalatorOutlined.tsx index b68fe17a5..31eb377ef 100644 --- a/src/IconEscalatorOutlined.tsx +++ b/src/IconEscalatorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorOutlined: React.FC = ({ ...props }) => ( +export const IconEscalatorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEscalatorOutlined as default } diff --git a/src/IconEscalatorOutlinedFilled.tsx b/src/IconEscalatorOutlinedFilled.tsx index ac9b222c2..8b31b1cf1 100644 --- a/src/IconEscalatorOutlinedFilled.tsx +++ b/src/IconEscalatorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEscalatorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorOutlinedFilled as default } diff --git a/src/IconEscalatorRounded.tsx b/src/IconEscalatorRounded.tsx index 60534639b..afdfe79dd 100644 --- a/src/IconEscalatorRounded.tsx +++ b/src/IconEscalatorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorRounded: React.FC = ({ ...props }) => ( +export const IconEscalatorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEscalatorRounded as default } diff --git a/src/IconEscalatorRoundedFilled.tsx b/src/IconEscalatorRoundedFilled.tsx index c4fb098ee..fa3a93166 100644 --- a/src/IconEscalatorRoundedFilled.tsx +++ b/src/IconEscalatorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEscalatorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorRoundedFilled as default } diff --git a/src/IconEscalatorSharp.tsx b/src/IconEscalatorSharp.tsx index 3f82d2300..ab8885cb2 100644 --- a/src/IconEscalatorSharp.tsx +++ b/src/IconEscalatorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorSharp: React.FC = ({ ...props }) => ( +export const IconEscalatorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEscalatorSharp as default } diff --git a/src/IconEscalatorSharpFilled.tsx b/src/IconEscalatorSharpFilled.tsx index 1df60c2a6..da08ecb66 100644 --- a/src/IconEscalatorSharpFilled.tsx +++ b/src/IconEscalatorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorSharpFilled: React.FC = ({ ...props }) => ( +export const IconEscalatorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEscalatorSharpFilled as default } diff --git a/src/IconEscalatorWarningOutlined.tsx b/src/IconEscalatorWarningOutlined.tsx index 2b51c08e7..411e159dd 100644 --- a/src/IconEscalatorWarningOutlined.tsx +++ b/src/IconEscalatorWarningOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningOutlined: React.FC = ({ ...props }) => ( +export const IconEscalatorWarningOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorWarningOutlined as default } diff --git a/src/IconEscalatorWarningOutlinedFilled.tsx b/src/IconEscalatorWarningOutlinedFilled.tsx index 6e01d1f9c..255f6ab76 100644 --- a/src/IconEscalatorWarningOutlinedFilled.tsx +++ b/src/IconEscalatorWarningOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningOutlinedFilled: React.FC = ({ +export const IconEscalatorWarningOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEscalatorWarningOutlinedFilled: React.FC = ({ ) - -export { IconEscalatorWarningOutlinedFilled as default } diff --git a/src/IconEscalatorWarningRounded.tsx b/src/IconEscalatorWarningRounded.tsx index baf779d2c..3b57a02e5 100644 --- a/src/IconEscalatorWarningRounded.tsx +++ b/src/IconEscalatorWarningRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningRounded: React.FC = ({ ...props }) => ( +export const IconEscalatorWarningRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorWarningRounded as default } diff --git a/src/IconEscalatorWarningRoundedFilled.tsx b/src/IconEscalatorWarningRoundedFilled.tsx index 84a036b42..50e168720 100644 --- a/src/IconEscalatorWarningRoundedFilled.tsx +++ b/src/IconEscalatorWarningRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningRoundedFilled: React.FC = ({ +export const IconEscalatorWarningRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEscalatorWarningRoundedFilled: React.FC = ({ ) - -export { IconEscalatorWarningRoundedFilled as default } diff --git a/src/IconEscalatorWarningSharp.tsx b/src/IconEscalatorWarningSharp.tsx index 58a2acf6d..f954c925f 100644 --- a/src/IconEscalatorWarningSharp.tsx +++ b/src/IconEscalatorWarningSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningSharp: React.FC = ({ ...props }) => ( +export const IconEscalatorWarningSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorWarningSharp as default } diff --git a/src/IconEscalatorWarningSharpFilled.tsx b/src/IconEscalatorWarningSharpFilled.tsx index 686c05c5a..78070db99 100644 --- a/src/IconEscalatorWarningSharpFilled.tsx +++ b/src/IconEscalatorWarningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEscalatorWarningSharpFilled: React.FC = ({ ...props }) => ( +export const IconEscalatorWarningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEscalatorWarningSharpFilled as default } diff --git a/src/IconEuroOutlined.tsx b/src/IconEuroOutlined.tsx index 8a7f77dd7..8b7ad1eac 100644 --- a/src/IconEuroOutlined.tsx +++ b/src/IconEuroOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroOutlined: React.FC = ({ ...props }) => ( +export const IconEuroOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroOutlined as default } diff --git a/src/IconEuroOutlinedFilled.tsx b/src/IconEuroOutlinedFilled.tsx index 1a5e906a3..1f3770938 100644 --- a/src/IconEuroOutlinedFilled.tsx +++ b/src/IconEuroOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEuroOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroOutlinedFilled as default } diff --git a/src/IconEuroRounded.tsx b/src/IconEuroRounded.tsx index 301b5894d..305a54721 100644 --- a/src/IconEuroRounded.tsx +++ b/src/IconEuroRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroRounded: React.FC = ({ ...props }) => ( +export const IconEuroRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroRounded as default } diff --git a/src/IconEuroRoundedFilled.tsx b/src/IconEuroRoundedFilled.tsx index e389a2fd5..bf6c9f58f 100644 --- a/src/IconEuroRoundedFilled.tsx +++ b/src/IconEuroRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEuroRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroRoundedFilled as default } diff --git a/src/IconEuroSharp.tsx b/src/IconEuroSharp.tsx index e7b207b51..d9989b1b6 100644 --- a/src/IconEuroSharp.tsx +++ b/src/IconEuroSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSharp: React.FC = ({ ...props }) => ( +export const IconEuroSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroSharp as default } diff --git a/src/IconEuroSharpFilled.tsx b/src/IconEuroSharpFilled.tsx index 58141b6c4..7656adcbc 100644 --- a/src/IconEuroSharpFilled.tsx +++ b/src/IconEuroSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSharpFilled: React.FC = ({ ...props }) => ( +export const IconEuroSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroSharpFilled as default } diff --git a/src/IconEuroSymbolOutlined.tsx b/src/IconEuroSymbolOutlined.tsx index 93154c271..459b243b0 100644 --- a/src/IconEuroSymbolOutlined.tsx +++ b/src/IconEuroSymbolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolOutlined: React.FC = ({ ...props }) => ( +export const IconEuroSymbolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolOutlined as default } diff --git a/src/IconEuroSymbolOutlinedFilled.tsx b/src/IconEuroSymbolOutlinedFilled.tsx index 5b7a947cd..a577d1bf2 100644 --- a/src/IconEuroSymbolOutlinedFilled.tsx +++ b/src/IconEuroSymbolOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEuroSymbolOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolOutlinedFilled as default } diff --git a/src/IconEuroSymbolRounded.tsx b/src/IconEuroSymbolRounded.tsx index a3fbeca3f..da95a881c 100644 --- a/src/IconEuroSymbolRounded.tsx +++ b/src/IconEuroSymbolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolRounded: React.FC = ({ ...props }) => ( +export const IconEuroSymbolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolRounded as default } diff --git a/src/IconEuroSymbolRoundedFilled.tsx b/src/IconEuroSymbolRoundedFilled.tsx index 02aad42d0..beed54092 100644 --- a/src/IconEuroSymbolRoundedFilled.tsx +++ b/src/IconEuroSymbolRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEuroSymbolRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolRoundedFilled as default } diff --git a/src/IconEuroSymbolSharp.tsx b/src/IconEuroSymbolSharp.tsx index 2fab1b712..ac687ca62 100644 --- a/src/IconEuroSymbolSharp.tsx +++ b/src/IconEuroSymbolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolSharp: React.FC = ({ ...props }) => ( +export const IconEuroSymbolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolSharp as default } diff --git a/src/IconEuroSymbolSharpFilled.tsx b/src/IconEuroSymbolSharpFilled.tsx index 49467b098..3ccd1ba4f 100644 --- a/src/IconEuroSymbolSharpFilled.tsx +++ b/src/IconEuroSymbolSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEuroSymbolSharpFilled: React.FC = ({ ...props }) => ( +export const IconEuroSymbolSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEuroSymbolSharpFilled as default } diff --git a/src/IconEvChargerOutlined.tsx b/src/IconEvChargerOutlined.tsx deleted file mode 100644 index 5862c6fb0..000000000 --- a/src/IconEvChargerOutlined.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerOutlined: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerOutlined as default } diff --git a/src/IconEvChargerOutlinedFilled.tsx b/src/IconEvChargerOutlinedFilled.tsx deleted file mode 100644 index d14ead4e9..000000000 --- a/src/IconEvChargerOutlinedFilled.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerOutlinedFilled: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerOutlinedFilled as default } diff --git a/src/IconEvChargerRounded.tsx b/src/IconEvChargerRounded.tsx deleted file mode 100644 index 016e65624..000000000 --- a/src/IconEvChargerRounded.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerRounded: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerRounded as default } diff --git a/src/IconEvChargerRoundedFilled.tsx b/src/IconEvChargerRoundedFilled.tsx deleted file mode 100644 index f115e18b4..000000000 --- a/src/IconEvChargerRoundedFilled.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerRoundedFilled: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerRoundedFilled as default } diff --git a/src/IconEvChargerSharp.tsx b/src/IconEvChargerSharp.tsx deleted file mode 100644 index 213eaef3e..000000000 --- a/src/IconEvChargerSharp.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerSharp: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerSharp as default } diff --git a/src/IconEvChargerSharpFilled.tsx b/src/IconEvChargerSharpFilled.tsx deleted file mode 100644 index 443f54d21..000000000 --- a/src/IconEvChargerSharpFilled.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconEvChargerSharpFilled: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconEvChargerSharpFilled as default } diff --git a/src/IconEvMobiledataBadgeOutlined.tsx b/src/IconEvMobiledataBadgeOutlined.tsx index ce92423ff..f986fbd2b 100644 --- a/src/IconEvMobiledataBadgeOutlined.tsx +++ b/src/IconEvMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconEvMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvMobiledataBadgeOutlined as default } diff --git a/src/IconEvMobiledataBadgeOutlinedFilled.tsx b/src/IconEvMobiledataBadgeOutlinedFilled.tsx index c88d63855..949fc85a6 100644 --- a/src/IconEvMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconEvMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconEvMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEvMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconEvMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconEvMobiledataBadgeRounded.tsx b/src/IconEvMobiledataBadgeRounded.tsx index a0d9ccaee..baacb735a 100644 --- a/src/IconEvMobiledataBadgeRounded.tsx +++ b/src/IconEvMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconEvMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvMobiledataBadgeRounded as default } diff --git a/src/IconEvMobiledataBadgeRoundedFilled.tsx b/src/IconEvMobiledataBadgeRoundedFilled.tsx index 5a7d6fb5b..8d0c1df20 100644 --- a/src/IconEvMobiledataBadgeRoundedFilled.tsx +++ b/src/IconEvMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconEvMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEvMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconEvMobiledataBadgeRoundedFilled as default } diff --git a/src/IconEvMobiledataBadgeSharp.tsx b/src/IconEvMobiledataBadgeSharp.tsx index 2431bc20e..e73a00fb5 100644 --- a/src/IconEvMobiledataBadgeSharp.tsx +++ b/src/IconEvMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconEvMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvMobiledataBadgeSharp as default } diff --git a/src/IconEvMobiledataBadgeSharpFilled.tsx b/src/IconEvMobiledataBadgeSharpFilled.tsx index c6946a2d8..d47f78665 100644 --- a/src/IconEvMobiledataBadgeSharpFilled.tsx +++ b/src/IconEvMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEvMobiledataBadgeSharpFilled: React.FC = ({ +export const IconEvMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEvMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { IconEvMobiledataBadgeSharpFilled as default } diff --git a/src/IconEvShadowAddOutlined.tsx b/src/IconEvShadowAddOutlined.tsx index bcb2ba1bf..695e1783f 100644 --- a/src/IconEvShadowAddOutlined.tsx +++ b/src/IconEvShadowAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddOutlined: React.FC = ({ ...props }) => ( +export const IconEvShadowAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddOutlined as default } diff --git a/src/IconEvShadowAddOutlinedFilled.tsx b/src/IconEvShadowAddOutlinedFilled.tsx index d520c13fd..8fed3c460 100644 --- a/src/IconEvShadowAddOutlinedFilled.tsx +++ b/src/IconEvShadowAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddOutlinedFilled as default } diff --git a/src/IconEvShadowAddRounded.tsx b/src/IconEvShadowAddRounded.tsx index f8fcd58d8..247a765b8 100644 --- a/src/IconEvShadowAddRounded.tsx +++ b/src/IconEvShadowAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddRounded: React.FC = ({ ...props }) => ( +export const IconEvShadowAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddRounded as default } diff --git a/src/IconEvShadowAddRoundedFilled.tsx b/src/IconEvShadowAddRoundedFilled.tsx index 4ebfe9b3c..86f5457b8 100644 --- a/src/IconEvShadowAddRoundedFilled.tsx +++ b/src/IconEvShadowAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddRoundedFilled as default } diff --git a/src/IconEvShadowAddSharp.tsx b/src/IconEvShadowAddSharp.tsx index 5d3bfc387..1af58789c 100644 --- a/src/IconEvShadowAddSharp.tsx +++ b/src/IconEvShadowAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddSharp: React.FC = ({ ...props }) => ( +export const IconEvShadowAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddSharp as default } diff --git a/src/IconEvShadowAddSharpFilled.tsx b/src/IconEvShadowAddSharpFilled.tsx index 11ea407b0..3f1359d93 100644 --- a/src/IconEvShadowAddSharpFilled.tsx +++ b/src/IconEvShadowAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowAddSharpFilled as default } diff --git a/src/IconEvShadowMinusOutlined.tsx b/src/IconEvShadowMinusOutlined.tsx index a8695feea..60753c11c 100644 --- a/src/IconEvShadowMinusOutlined.tsx +++ b/src/IconEvShadowMinusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusOutlined: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusOutlined as default } diff --git a/src/IconEvShadowMinusOutlinedFilled.tsx b/src/IconEvShadowMinusOutlinedFilled.tsx index e31803b2a..8bd4f4948 100644 --- a/src/IconEvShadowMinusOutlinedFilled.tsx +++ b/src/IconEvShadowMinusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusOutlinedFilled as default } diff --git a/src/IconEvShadowMinusRounded.tsx b/src/IconEvShadowMinusRounded.tsx index b8a69c165..7b9e09f6d 100644 --- a/src/IconEvShadowMinusRounded.tsx +++ b/src/IconEvShadowMinusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusRounded: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusRounded as default } diff --git a/src/IconEvShadowMinusRoundedFilled.tsx b/src/IconEvShadowMinusRoundedFilled.tsx index 91366fd65..d9ff2fb49 100644 --- a/src/IconEvShadowMinusRoundedFilled.tsx +++ b/src/IconEvShadowMinusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusRoundedFilled as default } diff --git a/src/IconEvShadowMinusSharp.tsx b/src/IconEvShadowMinusSharp.tsx index 0ec2f753d..1c11bcf6d 100644 --- a/src/IconEvShadowMinusSharp.tsx +++ b/src/IconEvShadowMinusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusSharp: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusSharp as default } diff --git a/src/IconEvShadowMinusSharpFilled.tsx b/src/IconEvShadowMinusSharpFilled.tsx index 6fe8cba4b..c6a44731e 100644 --- a/src/IconEvShadowMinusSharpFilled.tsx +++ b/src/IconEvShadowMinusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowMinusSharpFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowMinusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowMinusSharpFilled as default } diff --git a/src/IconEvShadowOutlined.tsx b/src/IconEvShadowOutlined.tsx index 6293a21a6..128964832 100644 --- a/src/IconEvShadowOutlined.tsx +++ b/src/IconEvShadowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowOutlined: React.FC = ({ ...props }) => ( +export const IconEvShadowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowOutlined as default } diff --git a/src/IconEvShadowOutlinedFilled.tsx b/src/IconEvShadowOutlinedFilled.tsx index dc756a7ea..110c12f1d 100644 --- a/src/IconEvShadowOutlinedFilled.tsx +++ b/src/IconEvShadowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowOutlinedFilled as default } diff --git a/src/IconEvShadowRounded.tsx b/src/IconEvShadowRounded.tsx index b07c6ba52..0fdd06180 100644 --- a/src/IconEvShadowRounded.tsx +++ b/src/IconEvShadowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowRounded: React.FC = ({ ...props }) => ( +export const IconEvShadowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowRounded as default } diff --git a/src/IconEvShadowRoundedFilled.tsx b/src/IconEvShadowRoundedFilled.tsx index 75a32366a..0ce0165c4 100644 --- a/src/IconEvShadowRoundedFilled.tsx +++ b/src/IconEvShadowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvShadowRoundedFilled as default } diff --git a/src/IconEvShadowSharp.tsx b/src/IconEvShadowSharp.tsx index 296e6e887..be6637861 100644 --- a/src/IconEvShadowSharp.tsx +++ b/src/IconEvShadowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowSharp: React.FC = ({ ...props }) => ( +export const IconEvShadowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowSharp as default } diff --git a/src/IconEvShadowSharpFilled.tsx b/src/IconEvShadowSharpFilled.tsx index 3cb05e8d6..acdfd2f0b 100644 --- a/src/IconEvShadowSharpFilled.tsx +++ b/src/IconEvShadowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvShadowSharpFilled: React.FC = ({ ...props }) => ( +export const IconEvShadowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvShadowSharpFilled as default } diff --git a/src/IconEvStationOutlined.tsx b/src/IconEvStationOutlined.tsx index ae210d271..b4d6a13f6 100644 --- a/src/IconEvStationOutlined.tsx +++ b/src/IconEvStationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationOutlined: React.FC = ({ ...props }) => ( +export const IconEvStationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvStationOutlined as default } diff --git a/src/IconEvStationOutlinedFilled.tsx b/src/IconEvStationOutlinedFilled.tsx index e51ead9d9..45415be48 100644 --- a/src/IconEvStationOutlinedFilled.tsx +++ b/src/IconEvStationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEvStationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvStationOutlinedFilled as default } diff --git a/src/IconEvStationRounded.tsx b/src/IconEvStationRounded.tsx index f3b2396c5..eaf41d4e3 100644 --- a/src/IconEvStationRounded.tsx +++ b/src/IconEvStationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationRounded: React.FC = ({ ...props }) => ( +export const IconEvStationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvStationRounded as default } diff --git a/src/IconEvStationRoundedFilled.tsx b/src/IconEvStationRoundedFilled.tsx index 21c8329ee..82b73a337 100644 --- a/src/IconEvStationRoundedFilled.tsx +++ b/src/IconEvStationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEvStationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEvStationRoundedFilled as default } diff --git a/src/IconEvStationSharp.tsx b/src/IconEvStationSharp.tsx index bf077da14..c91f268b1 100644 --- a/src/IconEvStationSharp.tsx +++ b/src/IconEvStationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationSharp: React.FC = ({ ...props }) => ( +export const IconEvStationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvStationSharp as default } diff --git a/src/IconEvStationSharpFilled.tsx b/src/IconEvStationSharpFilled.tsx index 1aea17656..104ffa517 100644 --- a/src/IconEvStationSharpFilled.tsx +++ b/src/IconEvStationSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEvStationSharpFilled: React.FC = ({ ...props }) => ( +export const IconEvStationSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEvStationSharpFilled as default } diff --git a/src/IconEventAvailableOutlined.tsx b/src/IconEventAvailableOutlined.tsx index 29c848016..816348383 100644 --- a/src/IconEventAvailableOutlined.tsx +++ b/src/IconEventAvailableOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableOutlined: React.FC = ({ ...props }) => ( +export const IconEventAvailableOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventAvailableOutlined as default } diff --git a/src/IconEventAvailableOutlinedFilled.tsx b/src/IconEventAvailableOutlinedFilled.tsx index a7fd81ea4..112fbdb20 100644 --- a/src/IconEventAvailableOutlinedFilled.tsx +++ b/src/IconEventAvailableOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableOutlinedFilled: React.FC = ({ +export const IconEventAvailableOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconEventAvailableOutlinedFilled: React.FC = ({ ) - -export { IconEventAvailableOutlinedFilled as default } diff --git a/src/IconEventAvailableRounded.tsx b/src/IconEventAvailableRounded.tsx index 72d593b7d..e53c51bd1 100644 --- a/src/IconEventAvailableRounded.tsx +++ b/src/IconEventAvailableRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableRounded: React.FC = ({ ...props }) => ( +export const IconEventAvailableRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventAvailableRounded as default } diff --git a/src/IconEventAvailableRoundedFilled.tsx b/src/IconEventAvailableRoundedFilled.tsx index 2d7272481..615a3fc0b 100644 --- a/src/IconEventAvailableRoundedFilled.tsx +++ b/src/IconEventAvailableRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventAvailableRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventAvailableRoundedFilled as default } diff --git a/src/IconEventAvailableSharp.tsx b/src/IconEventAvailableSharp.tsx index b23637912..2707b7f17 100644 --- a/src/IconEventAvailableSharp.tsx +++ b/src/IconEventAvailableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableSharp: React.FC = ({ ...props }) => ( +export const IconEventAvailableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventAvailableSharp as default } diff --git a/src/IconEventAvailableSharpFilled.tsx b/src/IconEventAvailableSharpFilled.tsx index e104b12e3..a2d9c450e 100644 --- a/src/IconEventAvailableSharpFilled.tsx +++ b/src/IconEventAvailableSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventAvailableSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventAvailableSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventAvailableSharpFilled as default } diff --git a/src/IconEventBusyOutlined.tsx b/src/IconEventBusyOutlined.tsx index c65f046a7..5d914ecb7 100644 --- a/src/IconEventBusyOutlined.tsx +++ b/src/IconEventBusyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusyOutlined: React.FC = ({ ...props }) => ( +export const IconEventBusyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventBusyOutlined as default } diff --git a/src/IconEventBusyOutlinedFilled.tsx b/src/IconEventBusyOutlinedFilled.tsx index e26218c16..fc9142bca 100644 --- a/src/IconEventBusyOutlinedFilled.tsx +++ b/src/IconEventBusyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventBusyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventBusyOutlinedFilled as default } diff --git a/src/IconEventBusyRounded.tsx b/src/IconEventBusyRounded.tsx index 0338c0b79..7005a2a5e 100644 --- a/src/IconEventBusyRounded.tsx +++ b/src/IconEventBusyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusyRounded: React.FC = ({ ...props }) => ( +export const IconEventBusyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventBusyRounded as default } diff --git a/src/IconEventBusyRoundedFilled.tsx b/src/IconEventBusyRoundedFilled.tsx index ad1df7e81..78cbfcf08 100644 --- a/src/IconEventBusyRoundedFilled.tsx +++ b/src/IconEventBusyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventBusyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventBusyRoundedFilled as default } diff --git a/src/IconEventBusySharp.tsx b/src/IconEventBusySharp.tsx index 055eb08d5..7d29327ef 100644 --- a/src/IconEventBusySharp.tsx +++ b/src/IconEventBusySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusySharp: React.FC = ({ ...props }) => ( +export const IconEventBusySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventBusySharp as default } diff --git a/src/IconEventBusySharpFilled.tsx b/src/IconEventBusySharpFilled.tsx index b86404cba..650236752 100644 --- a/src/IconEventBusySharpFilled.tsx +++ b/src/IconEventBusySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventBusySharpFilled: React.FC = ({ ...props }) => ( +export const IconEventBusySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventBusySharpFilled as default } diff --git a/src/IconEventListOutlined.tsx b/src/IconEventListOutlined.tsx index 3d10e99c0..8ac6a3c07 100644 --- a/src/IconEventListOutlined.tsx +++ b/src/IconEventListOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventListOutlined: React.FC = ({ ...props }) => ( +export const IconEventListOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventListOutlined as default } diff --git a/src/IconEventListOutlinedFilled.tsx b/src/IconEventListOutlinedFilled.tsx index 4f4be3d54..f9eff85cb 100644 --- a/src/IconEventListOutlinedFilled.tsx +++ b/src/IconEventListOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventListOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventListOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventListOutlinedFilled as default } diff --git a/src/IconEventListRounded.tsx b/src/IconEventListRounded.tsx index eb65fd7ea..3b54c592f 100644 --- a/src/IconEventListRounded.tsx +++ b/src/IconEventListRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventListRounded: React.FC = ({ ...props }) => ( +export const IconEventListRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventListRounded as default } diff --git a/src/IconEventListRoundedFilled.tsx b/src/IconEventListRoundedFilled.tsx index 556a56429..ce0cae0c2 100644 --- a/src/IconEventListRoundedFilled.tsx +++ b/src/IconEventListRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventListRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventListRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventListRoundedFilled as default } diff --git a/src/IconEventListSharp.tsx b/src/IconEventListSharp.tsx index 1a5e6dd4a..74ff29095 100644 --- a/src/IconEventListSharp.tsx +++ b/src/IconEventListSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventListSharp: React.FC = ({ ...props }) => ( +export const IconEventListSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventListSharp as default } diff --git a/src/IconEventListSharpFilled.tsx b/src/IconEventListSharpFilled.tsx index 43df40f60..9004a0e77 100644 --- a/src/IconEventListSharpFilled.tsx +++ b/src/IconEventListSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventListSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventListSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventListSharpFilled as default } diff --git a/src/IconEventNoteOutlined.tsx b/src/IconEventNoteOutlined.tsx index f9c92cc08..ede0d8a74 100644 --- a/src/IconEventNoteOutlined.tsx +++ b/src/IconEventNoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteOutlined: React.FC = ({ ...props }) => ( +export const IconEventNoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventNoteOutlined as default } diff --git a/src/IconEventNoteOutlinedFilled.tsx b/src/IconEventNoteOutlinedFilled.tsx index d53288741..e359f2767 100644 --- a/src/IconEventNoteOutlinedFilled.tsx +++ b/src/IconEventNoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventNoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventNoteOutlinedFilled as default } diff --git a/src/IconEventNoteRounded.tsx b/src/IconEventNoteRounded.tsx index 2098fd8c5..f80a019fb 100644 --- a/src/IconEventNoteRounded.tsx +++ b/src/IconEventNoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteRounded: React.FC = ({ ...props }) => ( +export const IconEventNoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventNoteRounded as default } diff --git a/src/IconEventNoteRoundedFilled.tsx b/src/IconEventNoteRoundedFilled.tsx index 0decff67d..6e906930d 100644 --- a/src/IconEventNoteRoundedFilled.tsx +++ b/src/IconEventNoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventNoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventNoteRoundedFilled as default } diff --git a/src/IconEventNoteSharp.tsx b/src/IconEventNoteSharp.tsx index 0f4951a8e..66993937d 100644 --- a/src/IconEventNoteSharp.tsx +++ b/src/IconEventNoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteSharp: React.FC = ({ ...props }) => ( +export const IconEventNoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventNoteSharp as default } diff --git a/src/IconEventNoteSharpFilled.tsx b/src/IconEventNoteSharpFilled.tsx index 4d1e09054..bd710bc29 100644 --- a/src/IconEventNoteSharpFilled.tsx +++ b/src/IconEventNoteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventNoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventNoteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventNoteSharpFilled as default } diff --git a/src/IconEventOutlined.tsx b/src/IconEventOutlined.tsx index 3f052e828..17e206abf 100644 --- a/src/IconEventOutlined.tsx +++ b/src/IconEventOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventOutlined: React.FC = ({ ...props }) => ( +export const IconEventOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventOutlined as default } diff --git a/src/IconEventOutlinedFilled.tsx b/src/IconEventOutlinedFilled.tsx index 8fb9dab98..d2d348ff1 100644 --- a/src/IconEventOutlinedFilled.tsx +++ b/src/IconEventOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventOutlinedFilled as default } diff --git a/src/IconEventRepeatOutlined.tsx b/src/IconEventRepeatOutlined.tsx index 286ac315e..04244d62a 100644 --- a/src/IconEventRepeatOutlined.tsx +++ b/src/IconEventRepeatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatOutlined: React.FC = ({ ...props }) => ( +export const IconEventRepeatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventRepeatOutlined as default } diff --git a/src/IconEventRepeatOutlinedFilled.tsx b/src/IconEventRepeatOutlinedFilled.tsx index 992245ce1..9df24cb1b 100644 --- a/src/IconEventRepeatOutlinedFilled.tsx +++ b/src/IconEventRepeatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventRepeatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventRepeatOutlinedFilled as default } diff --git a/src/IconEventRepeatRounded.tsx b/src/IconEventRepeatRounded.tsx index 5aacbb5de..69d04bc15 100644 --- a/src/IconEventRepeatRounded.tsx +++ b/src/IconEventRepeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatRounded: React.FC = ({ ...props }) => ( +export const IconEventRepeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventRepeatRounded as default } diff --git a/src/IconEventRepeatRoundedFilled.tsx b/src/IconEventRepeatRoundedFilled.tsx index ddb7846bb..49e01a421 100644 --- a/src/IconEventRepeatRoundedFilled.tsx +++ b/src/IconEventRepeatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventRepeatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventRepeatRoundedFilled as default } diff --git a/src/IconEventRepeatSharp.tsx b/src/IconEventRepeatSharp.tsx index 413b5d0a7..34b77c154 100644 --- a/src/IconEventRepeatSharp.tsx +++ b/src/IconEventRepeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatSharp: React.FC = ({ ...props }) => ( +export const IconEventRepeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventRepeatSharp as default } diff --git a/src/IconEventRepeatSharpFilled.tsx b/src/IconEventRepeatSharpFilled.tsx index a5f119449..564539fd4 100644 --- a/src/IconEventRepeatSharpFilled.tsx +++ b/src/IconEventRepeatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventRepeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventRepeatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventRepeatSharpFilled as default } diff --git a/src/IconEventRounded.tsx b/src/IconEventRounded.tsx index cd86b5e12..6337d7afb 100644 --- a/src/IconEventRounded.tsx +++ b/src/IconEventRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventRounded: React.FC = ({ ...props }) => ( +export const IconEventRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventRounded as default } diff --git a/src/IconEventRoundedFilled.tsx b/src/IconEventRoundedFilled.tsx index 270bc669a..a166fe412 100644 --- a/src/IconEventRoundedFilled.tsx +++ b/src/IconEventRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventRoundedFilled as default } diff --git a/src/IconEventSeatOutlined.tsx b/src/IconEventSeatOutlined.tsx index 0defd2718..c028da21a 100644 --- a/src/IconEventSeatOutlined.tsx +++ b/src/IconEventSeatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatOutlined: React.FC = ({ ...props }) => ( +export const IconEventSeatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSeatOutlined as default } diff --git a/src/IconEventSeatOutlinedFilled.tsx b/src/IconEventSeatOutlinedFilled.tsx index 767c3e8c3..ba109856f 100644 --- a/src/IconEventSeatOutlinedFilled.tsx +++ b/src/IconEventSeatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventSeatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventSeatOutlinedFilled as default } diff --git a/src/IconEventSeatRounded.tsx b/src/IconEventSeatRounded.tsx index b02fae552..c260cd742 100644 --- a/src/IconEventSeatRounded.tsx +++ b/src/IconEventSeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatRounded: React.FC = ({ ...props }) => ( +export const IconEventSeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSeatRounded as default } diff --git a/src/IconEventSeatRoundedFilled.tsx b/src/IconEventSeatRoundedFilled.tsx index 316036212..a85213abe 100644 --- a/src/IconEventSeatRoundedFilled.tsx +++ b/src/IconEventSeatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventSeatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventSeatRoundedFilled as default } diff --git a/src/IconEventSeatSharp.tsx b/src/IconEventSeatSharp.tsx index f68f26fce..1b0243141 100644 --- a/src/IconEventSeatSharp.tsx +++ b/src/IconEventSeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatSharp: React.FC = ({ ...props }) => ( +export const IconEventSeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSeatSharp as default } diff --git a/src/IconEventSeatSharpFilled.tsx b/src/IconEventSeatSharpFilled.tsx index 7fcf750dc..89f863de8 100644 --- a/src/IconEventSeatSharpFilled.tsx +++ b/src/IconEventSeatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventSeatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSeatSharpFilled as default } diff --git a/src/IconEventSharp.tsx b/src/IconEventSharp.tsx index 61cb0e19a..3aeea2cca 100644 --- a/src/IconEventSharp.tsx +++ b/src/IconEventSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSharp: React.FC = ({ ...props }) => ( +export const IconEventSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSharp as default } diff --git a/src/IconEventSharpFilled.tsx b/src/IconEventSharpFilled.tsx index 568470080..3a5cb60a8 100644 --- a/src/IconEventSharpFilled.tsx +++ b/src/IconEventSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventSharpFilled as default } diff --git a/src/IconEventUpcomingOutlined.tsx b/src/IconEventUpcomingOutlined.tsx index b901101e7..b85ffa585 100644 --- a/src/IconEventUpcomingOutlined.tsx +++ b/src/IconEventUpcomingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingOutlined: React.FC = ({ ...props }) => ( +export const IconEventUpcomingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingOutlined as default } diff --git a/src/IconEventUpcomingOutlinedFilled.tsx b/src/IconEventUpcomingOutlinedFilled.tsx index 2bd4982f9..4ae10f566 100644 --- a/src/IconEventUpcomingOutlinedFilled.tsx +++ b/src/IconEventUpcomingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEventUpcomingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingOutlinedFilled as default } diff --git a/src/IconEventUpcomingRounded.tsx b/src/IconEventUpcomingRounded.tsx index ad03c6525..ffae67aec 100644 --- a/src/IconEventUpcomingRounded.tsx +++ b/src/IconEventUpcomingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingRounded: React.FC = ({ ...props }) => ( +export const IconEventUpcomingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingRounded as default } diff --git a/src/IconEventUpcomingRoundedFilled.tsx b/src/IconEventUpcomingRoundedFilled.tsx index cd0382f9c..642f81b8c 100644 --- a/src/IconEventUpcomingRoundedFilled.tsx +++ b/src/IconEventUpcomingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEventUpcomingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingRoundedFilled as default } diff --git a/src/IconEventUpcomingSharp.tsx b/src/IconEventUpcomingSharp.tsx index 64ac0c781..f211a4863 100644 --- a/src/IconEventUpcomingSharp.tsx +++ b/src/IconEventUpcomingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingSharp: React.FC = ({ ...props }) => ( +export const IconEventUpcomingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingSharp as default } diff --git a/src/IconEventUpcomingSharpFilled.tsx b/src/IconEventUpcomingSharpFilled.tsx index 706794e95..7c183acf4 100644 --- a/src/IconEventUpcomingSharpFilled.tsx +++ b/src/IconEventUpcomingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEventUpcomingSharpFilled: React.FC = ({ ...props }) => ( +export const IconEventUpcomingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEventUpcomingSharpFilled as default } diff --git a/src/IconExclamationOutlined.tsx b/src/IconExclamationOutlined.tsx index 2ae8ca35f..bc7ad1640 100644 --- a/src/IconExclamationOutlined.tsx +++ b/src/IconExclamationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationOutlined: React.FC = ({ ...props }) => ( +export const IconExclamationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExclamationOutlined as default } diff --git a/src/IconExclamationOutlinedFilled.tsx b/src/IconExclamationOutlinedFilled.tsx index a1727a3cc..a35003257 100644 --- a/src/IconExclamationOutlinedFilled.tsx +++ b/src/IconExclamationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExclamationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExclamationOutlinedFilled as default } diff --git a/src/IconExclamationRounded.tsx b/src/IconExclamationRounded.tsx index a0e8cdaac..a7032db04 100644 --- a/src/IconExclamationRounded.tsx +++ b/src/IconExclamationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationRounded: React.FC = ({ ...props }) => ( +export const IconExclamationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExclamationRounded as default } diff --git a/src/IconExclamationRoundedFilled.tsx b/src/IconExclamationRoundedFilled.tsx index 9e390b0ad..e31275ba7 100644 --- a/src/IconExclamationRoundedFilled.tsx +++ b/src/IconExclamationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExclamationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExclamationRoundedFilled as default } diff --git a/src/IconExclamationSharp.tsx b/src/IconExclamationSharp.tsx index 4c6c2ed6f..fdebe04db 100644 --- a/src/IconExclamationSharp.tsx +++ b/src/IconExclamationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationSharp: React.FC = ({ ...props }) => ( +export const IconExclamationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExclamationSharp as default } diff --git a/src/IconExclamationSharpFilled.tsx b/src/IconExclamationSharpFilled.tsx index 9d8cf04f3..24830e531 100644 --- a/src/IconExclamationSharpFilled.tsx +++ b/src/IconExclamationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExclamationSharpFilled: React.FC = ({ ...props }) => ( +export const IconExclamationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExclamationSharpFilled as default } diff --git a/src/IconExerciseOutlined.tsx b/src/IconExerciseOutlined.tsx index 74635d3a1..5141c4ff4 100644 --- a/src/IconExerciseOutlined.tsx +++ b/src/IconExerciseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseOutlined: React.FC = ({ ...props }) => ( +export const IconExerciseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExerciseOutlined as default } diff --git a/src/IconExerciseOutlinedFilled.tsx b/src/IconExerciseOutlinedFilled.tsx index 40b7ced64..277703bda 100644 --- a/src/IconExerciseOutlinedFilled.tsx +++ b/src/IconExerciseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExerciseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExerciseOutlinedFilled as default } diff --git a/src/IconExerciseRounded.tsx b/src/IconExerciseRounded.tsx index 6a7d0f6f6..0bde15f45 100644 --- a/src/IconExerciseRounded.tsx +++ b/src/IconExerciseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseRounded: React.FC = ({ ...props }) => ( +export const IconExerciseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExerciseRounded as default } diff --git a/src/IconExerciseRoundedFilled.tsx b/src/IconExerciseRoundedFilled.tsx index 74be770c6..a7a2edf1c 100644 --- a/src/IconExerciseRoundedFilled.tsx +++ b/src/IconExerciseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExerciseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExerciseRoundedFilled as default } diff --git a/src/IconExerciseSharp.tsx b/src/IconExerciseSharp.tsx index dca4314f1..2ce9f4fd7 100644 --- a/src/IconExerciseSharp.tsx +++ b/src/IconExerciseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseSharp: React.FC = ({ ...props }) => ( +export const IconExerciseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExerciseSharp as default } diff --git a/src/IconExerciseSharpFilled.tsx b/src/IconExerciseSharpFilled.tsx index 531d13efa..b1bdb60a1 100644 --- a/src/IconExerciseSharpFilled.tsx +++ b/src/IconExerciseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExerciseSharpFilled: React.FC = ({ ...props }) => ( +export const IconExerciseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExerciseSharpFilled as default } diff --git a/src/IconExitToAppOutlined.tsx b/src/IconExitToAppOutlined.tsx index 19f0cf556..8b97e776f 100644 --- a/src/IconExitToAppOutlined.tsx +++ b/src/IconExitToAppOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppOutlined: React.FC = ({ ...props }) => ( +export const IconExitToAppOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExitToAppOutlined as default } diff --git a/src/IconExitToAppOutlinedFilled.tsx b/src/IconExitToAppOutlinedFilled.tsx index 15001612c..7f787cbbd 100644 --- a/src/IconExitToAppOutlinedFilled.tsx +++ b/src/IconExitToAppOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExitToAppOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExitToAppOutlinedFilled as default } diff --git a/src/IconExitToAppRounded.tsx b/src/IconExitToAppRounded.tsx index afc2bfe1b..60af03969 100644 --- a/src/IconExitToAppRounded.tsx +++ b/src/IconExitToAppRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppRounded: React.FC = ({ ...props }) => ( +export const IconExitToAppRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExitToAppRounded as default } diff --git a/src/IconExitToAppRoundedFilled.tsx b/src/IconExitToAppRoundedFilled.tsx index ca65c5164..a33caf0d1 100644 --- a/src/IconExitToAppRoundedFilled.tsx +++ b/src/IconExitToAppRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExitToAppRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExitToAppRoundedFilled as default } diff --git a/src/IconExitToAppSharp.tsx b/src/IconExitToAppSharp.tsx index 9e42c9c6c..f93e37488 100644 --- a/src/IconExitToAppSharp.tsx +++ b/src/IconExitToAppSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppSharp: React.FC = ({ ...props }) => ( +export const IconExitToAppSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExitToAppSharp as default } diff --git a/src/IconExitToAppSharpFilled.tsx b/src/IconExitToAppSharpFilled.tsx index 0e118d1de..4a2c3ee97 100644 --- a/src/IconExitToAppSharpFilled.tsx +++ b/src/IconExitToAppSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExitToAppSharpFilled: React.FC = ({ ...props }) => ( +export const IconExitToAppSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExitToAppSharpFilled as default } diff --git a/src/IconExpandAllOutlined.tsx b/src/IconExpandAllOutlined.tsx index b137046d6..11184e94d 100644 --- a/src/IconExpandAllOutlined.tsx +++ b/src/IconExpandAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllOutlined: React.FC = ({ ...props }) => ( +export const IconExpandAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandAllOutlined as default } diff --git a/src/IconExpandAllOutlinedFilled.tsx b/src/IconExpandAllOutlinedFilled.tsx index 7f59e0335..4059b1f81 100644 --- a/src/IconExpandAllOutlinedFilled.tsx +++ b/src/IconExpandAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExpandAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandAllOutlinedFilled as default } diff --git a/src/IconExpandAllRounded.tsx b/src/IconExpandAllRounded.tsx index 52b6fc4b1..5b1b0a916 100644 --- a/src/IconExpandAllRounded.tsx +++ b/src/IconExpandAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllRounded: React.FC = ({ ...props }) => ( +export const IconExpandAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandAllRounded as default } diff --git a/src/IconExpandAllRoundedFilled.tsx b/src/IconExpandAllRoundedFilled.tsx index 54a8c46d8..38ee106ae 100644 --- a/src/IconExpandAllRoundedFilled.tsx +++ b/src/IconExpandAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExpandAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandAllRoundedFilled as default } diff --git a/src/IconExpandAllSharp.tsx b/src/IconExpandAllSharp.tsx index 5ebf1facd..106116f19 100644 --- a/src/IconExpandAllSharp.tsx +++ b/src/IconExpandAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllSharp: React.FC = ({ ...props }) => ( +export const IconExpandAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandAllSharp as default } diff --git a/src/IconExpandAllSharpFilled.tsx b/src/IconExpandAllSharpFilled.tsx index 69f55fca5..5bb68d085 100644 --- a/src/IconExpandAllSharpFilled.tsx +++ b/src/IconExpandAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconExpandAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandAllSharpFilled as default } diff --git a/src/IconExpandCircleDownOutlined.tsx b/src/IconExpandCircleDownOutlined.tsx index 70f7eb36a..006ef7b75 100644 --- a/src/IconExpandCircleDownOutlined.tsx +++ b/src/IconExpandCircleDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownOutlined: React.FC = ({ ...props }) => ( +export const IconExpandCircleDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleDownOutlined as default } diff --git a/src/IconExpandCircleDownOutlinedFilled.tsx b/src/IconExpandCircleDownOutlinedFilled.tsx index 1980fee80..eff8d6e09 100644 --- a/src/IconExpandCircleDownOutlinedFilled.tsx +++ b/src/IconExpandCircleDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownOutlinedFilled: React.FC = ({ +export const IconExpandCircleDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleDownOutlinedFilled: React.FC = ({ ) - -export { IconExpandCircleDownOutlinedFilled as default } diff --git a/src/IconExpandCircleDownRounded.tsx b/src/IconExpandCircleDownRounded.tsx index ff1586138..587af67fa 100644 --- a/src/IconExpandCircleDownRounded.tsx +++ b/src/IconExpandCircleDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownRounded: React.FC = ({ ...props }) => ( +export const IconExpandCircleDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleDownRounded as default } diff --git a/src/IconExpandCircleDownRoundedFilled.tsx b/src/IconExpandCircleDownRoundedFilled.tsx index f17bf340e..d5b45bfe6 100644 --- a/src/IconExpandCircleDownRoundedFilled.tsx +++ b/src/IconExpandCircleDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownRoundedFilled: React.FC = ({ +export const IconExpandCircleDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleDownRoundedFilled: React.FC = ({ ) - -export { IconExpandCircleDownRoundedFilled as default } diff --git a/src/IconExpandCircleDownSharp.tsx b/src/IconExpandCircleDownSharp.tsx index bb4973a61..f315a2c04 100644 --- a/src/IconExpandCircleDownSharp.tsx +++ b/src/IconExpandCircleDownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownSharp: React.FC = ({ ...props }) => ( +export const IconExpandCircleDownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleDownSharp as default } diff --git a/src/IconExpandCircleDownSharpFilled.tsx b/src/IconExpandCircleDownSharpFilled.tsx index a31a146e4..005b127cd 100644 --- a/src/IconExpandCircleDownSharpFilled.tsx +++ b/src/IconExpandCircleDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconExpandCircleDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleDownSharpFilled as default } diff --git a/src/IconExpandCircleRightOutlined.tsx b/src/IconExpandCircleRightOutlined.tsx index 6cf99ff53..fe02ab20d 100644 --- a/src/IconExpandCircleRightOutlined.tsx +++ b/src/IconExpandCircleRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightOutlined: React.FC = ({ ...props }) => ( +export const IconExpandCircleRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleRightOutlined as default } diff --git a/src/IconExpandCircleRightOutlinedFilled.tsx b/src/IconExpandCircleRightOutlinedFilled.tsx index 6825aada1..04e4ededd 100644 --- a/src/IconExpandCircleRightOutlinedFilled.tsx +++ b/src/IconExpandCircleRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightOutlinedFilled: React.FC = ({ +export const IconExpandCircleRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleRightOutlinedFilled: React.FC = ({ ) - -export { IconExpandCircleRightOutlinedFilled as default } diff --git a/src/IconExpandCircleRightRounded.tsx b/src/IconExpandCircleRightRounded.tsx index 434e004b8..ac81cd470 100644 --- a/src/IconExpandCircleRightRounded.tsx +++ b/src/IconExpandCircleRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightRounded: React.FC = ({ ...props }) => ( +export const IconExpandCircleRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleRightRounded as default } diff --git a/src/IconExpandCircleRightRoundedFilled.tsx b/src/IconExpandCircleRightRoundedFilled.tsx index 90a8b8cac..62c0c34ac 100644 --- a/src/IconExpandCircleRightRoundedFilled.tsx +++ b/src/IconExpandCircleRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightRoundedFilled: React.FC = ({ +export const IconExpandCircleRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleRightRoundedFilled: React.FC = ({ ) - -export { IconExpandCircleRightRoundedFilled as default } diff --git a/src/IconExpandCircleRightSharp.tsx b/src/IconExpandCircleRightSharp.tsx index e63a69411..c51548f28 100644 --- a/src/IconExpandCircleRightSharp.tsx +++ b/src/IconExpandCircleRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightSharp: React.FC = ({ ...props }) => ( +export const IconExpandCircleRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleRightSharp as default } diff --git a/src/IconExpandCircleRightSharpFilled.tsx b/src/IconExpandCircleRightSharpFilled.tsx index 7792e7135..c19fc4542 100644 --- a/src/IconExpandCircleRightSharpFilled.tsx +++ b/src/IconExpandCircleRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleRightSharpFilled: React.FC = ({ +export const IconExpandCircleRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleRightSharpFilled: React.FC = ({ ) - -export { IconExpandCircleRightSharpFilled as default } diff --git a/src/IconExpandCircleUpOutlined.tsx b/src/IconExpandCircleUpOutlined.tsx index f9bbfba80..677907a4a 100644 --- a/src/IconExpandCircleUpOutlined.tsx +++ b/src/IconExpandCircleUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpOutlined: React.FC = ({ ...props }) => ( +export const IconExpandCircleUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleUpOutlined as default } diff --git a/src/IconExpandCircleUpOutlinedFilled.tsx b/src/IconExpandCircleUpOutlinedFilled.tsx index 472b6b9e6..710393e1b 100644 --- a/src/IconExpandCircleUpOutlinedFilled.tsx +++ b/src/IconExpandCircleUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpOutlinedFilled: React.FC = ({ +export const IconExpandCircleUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconExpandCircleUpOutlinedFilled: React.FC = ({ ) - -export { IconExpandCircleUpOutlinedFilled as default } diff --git a/src/IconExpandCircleUpRounded.tsx b/src/IconExpandCircleUpRounded.tsx index 4a8c5a61b..fb5f6ac57 100644 --- a/src/IconExpandCircleUpRounded.tsx +++ b/src/IconExpandCircleUpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpRounded: React.FC = ({ ...props }) => ( +export const IconExpandCircleUpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleUpRounded as default } diff --git a/src/IconExpandCircleUpRoundedFilled.tsx b/src/IconExpandCircleUpRoundedFilled.tsx index 404c67431..a7b526add 100644 --- a/src/IconExpandCircleUpRoundedFilled.tsx +++ b/src/IconExpandCircleUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExpandCircleUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleUpRoundedFilled as default } diff --git a/src/IconExpandCircleUpSharp.tsx b/src/IconExpandCircleUpSharp.tsx index 340fa75b6..929250597 100644 --- a/src/IconExpandCircleUpSharp.tsx +++ b/src/IconExpandCircleUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpSharp: React.FC = ({ ...props }) => ( +export const IconExpandCircleUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandCircleUpSharp as default } diff --git a/src/IconExpandCircleUpSharpFilled.tsx b/src/IconExpandCircleUpSharpFilled.tsx index dd019be9d..86ea884d8 100644 --- a/src/IconExpandCircleUpSharpFilled.tsx +++ b/src/IconExpandCircleUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandCircleUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconExpandCircleUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandCircleUpSharpFilled as default } diff --git a/src/IconExpandContentOutlined.tsx b/src/IconExpandContentOutlined.tsx index 048789401..901ead3a5 100644 --- a/src/IconExpandContentOutlined.tsx +++ b/src/IconExpandContentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentOutlined: React.FC = ({ ...props }) => ( +export const IconExpandContentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandContentOutlined as default } diff --git a/src/IconExpandContentOutlinedFilled.tsx b/src/IconExpandContentOutlinedFilled.tsx index 8cf4a4873..35fb4309c 100644 --- a/src/IconExpandContentOutlinedFilled.tsx +++ b/src/IconExpandContentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExpandContentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandContentOutlinedFilled as default } diff --git a/src/IconExpandContentRounded.tsx b/src/IconExpandContentRounded.tsx index c2fc1a5f9..d277ddd2c 100644 --- a/src/IconExpandContentRounded.tsx +++ b/src/IconExpandContentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentRounded: React.FC = ({ ...props }) => ( +export const IconExpandContentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandContentRounded as default } diff --git a/src/IconExpandContentRoundedFilled.tsx b/src/IconExpandContentRoundedFilled.tsx index 582e98238..199775d1c 100644 --- a/src/IconExpandContentRoundedFilled.tsx +++ b/src/IconExpandContentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExpandContentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandContentRoundedFilled as default } diff --git a/src/IconExpandContentSharp.tsx b/src/IconExpandContentSharp.tsx index c00f709cf..547cef50e 100644 --- a/src/IconExpandContentSharp.tsx +++ b/src/IconExpandContentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentSharp: React.FC = ({ ...props }) => ( +export const IconExpandContentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandContentSharp as default } diff --git a/src/IconExpandContentSharpFilled.tsx b/src/IconExpandContentSharpFilled.tsx index a6ee33779..3e38ca276 100644 --- a/src/IconExpandContentSharpFilled.tsx +++ b/src/IconExpandContentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExpandContentSharpFilled: React.FC = ({ ...props }) => ( +export const IconExpandContentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExpandContentSharpFilled as default } diff --git a/src/IconExpandOutlined.tsx b/src/IconExpandOutlined.tsx index 1315af26e..439ea5e02 100644 --- a/src/IconExpandOutlined.tsx +++ b/src/IconExpandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandOutlined: React.FC = ({ ...props }) => ( +export const IconExpandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandOutlined as default } diff --git a/src/IconExpandOutlinedFilled.tsx b/src/IconExpandOutlinedFilled.tsx index 157a5391e..e5321762d 100644 --- a/src/IconExpandOutlinedFilled.tsx +++ b/src/IconExpandOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExpandOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandOutlinedFilled as default } diff --git a/src/IconExpandRounded.tsx b/src/IconExpandRounded.tsx index 6eb66fc10..feb9a3ed3 100644 --- a/src/IconExpandRounded.tsx +++ b/src/IconExpandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandRounded: React.FC = ({ ...props }) => ( +export const IconExpandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandRounded as default } diff --git a/src/IconExpandRoundedFilled.tsx b/src/IconExpandRoundedFilled.tsx index ced9cf475..19c1a6046 100644 --- a/src/IconExpandRoundedFilled.tsx +++ b/src/IconExpandRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExpandRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandRoundedFilled as default } diff --git a/src/IconExpandSharp.tsx b/src/IconExpandSharp.tsx index 56266eb93..bf6f0d4cf 100644 --- a/src/IconExpandSharp.tsx +++ b/src/IconExpandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandSharp: React.FC = ({ ...props }) => ( +export const IconExpandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandSharp as default } diff --git a/src/IconExpandSharpFilled.tsx b/src/IconExpandSharpFilled.tsx index 718036c82..366b72e2a 100644 --- a/src/IconExpandSharpFilled.tsx +++ b/src/IconExpandSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExpandSharpFilled: React.FC = ({ ...props }) => ( +export const IconExpandSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExpandSharpFilled as default } diff --git a/src/IconExperimentOutlined.tsx b/src/IconExperimentOutlined.tsx index 144abd7fc..76134c56a 100644 --- a/src/IconExperimentOutlined.tsx +++ b/src/IconExperimentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentOutlined: React.FC = ({ ...props }) => ( +export const IconExperimentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExperimentOutlined as default } diff --git a/src/IconExperimentOutlinedFilled.tsx b/src/IconExperimentOutlinedFilled.tsx index 982781700..0344de77d 100644 --- a/src/IconExperimentOutlinedFilled.tsx +++ b/src/IconExperimentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExperimentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExperimentOutlinedFilled as default } diff --git a/src/IconExperimentRounded.tsx b/src/IconExperimentRounded.tsx index 3cb928ee4..f50c60dab 100644 --- a/src/IconExperimentRounded.tsx +++ b/src/IconExperimentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentRounded: React.FC = ({ ...props }) => ( +export const IconExperimentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExperimentRounded as default } diff --git a/src/IconExperimentRoundedFilled.tsx b/src/IconExperimentRoundedFilled.tsx index 67cac9602..038d48d9a 100644 --- a/src/IconExperimentRoundedFilled.tsx +++ b/src/IconExperimentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExperimentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExperimentRoundedFilled as default } diff --git a/src/IconExperimentSharp.tsx b/src/IconExperimentSharp.tsx index f9b76fd11..74822579a 100644 --- a/src/IconExperimentSharp.tsx +++ b/src/IconExperimentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentSharp: React.FC = ({ ...props }) => ( +export const IconExperimentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExperimentSharp as default } diff --git a/src/IconExperimentSharpFilled.tsx b/src/IconExperimentSharpFilled.tsx index 0c9021d56..9a9ebe9e7 100644 --- a/src/IconExperimentSharpFilled.tsx +++ b/src/IconExperimentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExperimentSharpFilled: React.FC = ({ ...props }) => ( +export const IconExperimentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExperimentSharpFilled as default } diff --git a/src/IconExplicitOutlined.tsx b/src/IconExplicitOutlined.tsx index 1a7a1f4c2..914bf8a2c 100644 --- a/src/IconExplicitOutlined.tsx +++ b/src/IconExplicitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitOutlined: React.FC = ({ ...props }) => ( +export const IconExplicitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplicitOutlined as default } diff --git a/src/IconExplicitOutlinedFilled.tsx b/src/IconExplicitOutlinedFilled.tsx index e3335e56d..76201915a 100644 --- a/src/IconExplicitOutlinedFilled.tsx +++ b/src/IconExplicitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExplicitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExplicitOutlinedFilled as default } diff --git a/src/IconExplicitRounded.tsx b/src/IconExplicitRounded.tsx index d4297dd5c..6b456dd3e 100644 --- a/src/IconExplicitRounded.tsx +++ b/src/IconExplicitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitRounded: React.FC = ({ ...props }) => ( +export const IconExplicitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplicitRounded as default } diff --git a/src/IconExplicitRoundedFilled.tsx b/src/IconExplicitRoundedFilled.tsx index 538ce9594..4bd257b48 100644 --- a/src/IconExplicitRoundedFilled.tsx +++ b/src/IconExplicitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExplicitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExplicitRoundedFilled as default } diff --git a/src/IconExplicitSharp.tsx b/src/IconExplicitSharp.tsx index d5c4bc7e9..5c5b46b19 100644 --- a/src/IconExplicitSharp.tsx +++ b/src/IconExplicitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitSharp: React.FC = ({ ...props }) => ( +export const IconExplicitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplicitSharp as default } diff --git a/src/IconExplicitSharpFilled.tsx b/src/IconExplicitSharpFilled.tsx index 762a73908..c7403cb3a 100644 --- a/src/IconExplicitSharpFilled.tsx +++ b/src/IconExplicitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplicitSharpFilled: React.FC = ({ ...props }) => ( +export const IconExplicitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplicitSharpFilled as default } diff --git a/src/IconExploreNearbyOutlined.tsx b/src/IconExploreNearbyOutlined.tsx index e03811509..0bb2bb784 100644 --- a/src/IconExploreNearbyOutlined.tsx +++ b/src/IconExploreNearbyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbyOutlined: React.FC = ({ ...props }) => ( +export const IconExploreNearbyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExploreNearbyOutlined as default } diff --git a/src/IconExploreNearbyOutlinedFilled.tsx b/src/IconExploreNearbyOutlinedFilled.tsx index 336baef4a..966532b9d 100644 --- a/src/IconExploreNearbyOutlinedFilled.tsx +++ b/src/IconExploreNearbyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExploreNearbyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExploreNearbyOutlinedFilled as default } diff --git a/src/IconExploreNearbyRounded.tsx b/src/IconExploreNearbyRounded.tsx index ea6bcb42a..b1c580b0c 100644 --- a/src/IconExploreNearbyRounded.tsx +++ b/src/IconExploreNearbyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbyRounded: React.FC = ({ ...props }) => ( +export const IconExploreNearbyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExploreNearbyRounded as default } diff --git a/src/IconExploreNearbyRoundedFilled.tsx b/src/IconExploreNearbyRoundedFilled.tsx index 580704adf..88db51044 100644 --- a/src/IconExploreNearbyRoundedFilled.tsx +++ b/src/IconExploreNearbyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExploreNearbyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExploreNearbyRoundedFilled as default } diff --git a/src/IconExploreNearbySharp.tsx b/src/IconExploreNearbySharp.tsx index df6cda7ba..8835d1990 100644 --- a/src/IconExploreNearbySharp.tsx +++ b/src/IconExploreNearbySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbySharp: React.FC = ({ ...props }) => ( +export const IconExploreNearbySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExploreNearbySharp as default } diff --git a/src/IconExploreNearbySharpFilled.tsx b/src/IconExploreNearbySharpFilled.tsx index d763405ea..1af269851 100644 --- a/src/IconExploreNearbySharpFilled.tsx +++ b/src/IconExploreNearbySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreNearbySharpFilled: React.FC = ({ ...props }) => ( +export const IconExploreNearbySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExploreNearbySharpFilled as default } diff --git a/src/IconExploreOffOutlined.tsx b/src/IconExploreOffOutlined.tsx index cdebac53c..663808144 100644 --- a/src/IconExploreOffOutlined.tsx +++ b/src/IconExploreOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffOutlined: React.FC = ({ ...props }) => ( +export const IconExploreOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffOutlined as default } diff --git a/src/IconExploreOffOutlinedFilled.tsx b/src/IconExploreOffOutlinedFilled.tsx index f518265b1..97f6c0e96 100644 --- a/src/IconExploreOffOutlinedFilled.tsx +++ b/src/IconExploreOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExploreOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffOutlinedFilled as default } diff --git a/src/IconExploreOffRounded.tsx b/src/IconExploreOffRounded.tsx index f529dbddc..3dad71004 100644 --- a/src/IconExploreOffRounded.tsx +++ b/src/IconExploreOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffRounded: React.FC = ({ ...props }) => ( +export const IconExploreOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffRounded as default } diff --git a/src/IconExploreOffRoundedFilled.tsx b/src/IconExploreOffRoundedFilled.tsx index ebdfece12..478c1c39b 100644 --- a/src/IconExploreOffRoundedFilled.tsx +++ b/src/IconExploreOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExploreOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffRoundedFilled as default } diff --git a/src/IconExploreOffSharp.tsx b/src/IconExploreOffSharp.tsx index 8d015676c..29c16d44a 100644 --- a/src/IconExploreOffSharp.tsx +++ b/src/IconExploreOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffSharp: React.FC = ({ ...props }) => ( +export const IconExploreOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffSharp as default } diff --git a/src/IconExploreOffSharpFilled.tsx b/src/IconExploreOffSharpFilled.tsx index b774db0db..a2eb1870b 100644 --- a/src/IconExploreOffSharpFilled.tsx +++ b/src/IconExploreOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconExploreOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconExploreOffSharpFilled as default } diff --git a/src/IconExploreOutlined.tsx b/src/IconExploreOutlined.tsx index 37a8db727..5891d62de 100644 --- a/src/IconExploreOutlined.tsx +++ b/src/IconExploreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOutlined: React.FC = ({ ...props }) => ( +export const IconExploreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreOutlined as default } diff --git a/src/IconExploreOutlinedFilled.tsx b/src/IconExploreOutlinedFilled.tsx index cd365e632..25c41630c 100644 --- a/src/IconExploreOutlinedFilled.tsx +++ b/src/IconExploreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExploreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExploreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconExploreOutlinedFilled as default } diff --git a/src/IconExploreRounded.tsx b/src/IconExploreRounded.tsx index be4c3b31e..907141ea0 100644 --- a/src/IconExploreRounded.tsx +++ b/src/IconExploreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreRounded: React.FC = ({ ...props }) => ( +export const IconExploreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreRounded as default } diff --git a/src/IconExploreRoundedFilled.tsx b/src/IconExploreRoundedFilled.tsx index 3cb000a75..71e370b39 100644 --- a/src/IconExploreRoundedFilled.tsx +++ b/src/IconExploreRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExploreRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreRoundedFilled as default } diff --git a/src/IconExploreSharp.tsx b/src/IconExploreSharp.tsx index df5b83a88..0ad72b602 100644 --- a/src/IconExploreSharp.tsx +++ b/src/IconExploreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreSharp: React.FC = ({ ...props }) => ( +export const IconExploreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreSharp as default } diff --git a/src/IconExploreSharpFilled.tsx b/src/IconExploreSharpFilled.tsx index c93058191..2fe76e143 100644 --- a/src/IconExploreSharpFilled.tsx +++ b/src/IconExploreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExploreSharpFilled: React.FC = ({ ...props }) => ( +export const IconExploreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconExploreSharpFilled as default } diff --git a/src/IconExplosionOutlined.tsx b/src/IconExplosionOutlined.tsx index fb9c5f788..06c2d06a7 100644 --- a/src/IconExplosionOutlined.tsx +++ b/src/IconExplosionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionOutlined: React.FC = ({ ...props }) => ( +export const IconExplosionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplosionOutlined as default } diff --git a/src/IconExplosionOutlinedFilled.tsx b/src/IconExplosionOutlinedFilled.tsx index ae67cb74e..13371e590 100644 --- a/src/IconExplosionOutlinedFilled.tsx +++ b/src/IconExplosionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExplosionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExplosionOutlinedFilled as default } diff --git a/src/IconExplosionRounded.tsx b/src/IconExplosionRounded.tsx index db99025c1..b7196fd5e 100644 --- a/src/IconExplosionRounded.tsx +++ b/src/IconExplosionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionRounded: React.FC = ({ ...props }) => ( +export const IconExplosionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplosionRounded as default } diff --git a/src/IconExplosionRoundedFilled.tsx b/src/IconExplosionRoundedFilled.tsx index 1305638cb..5e4b2c363 100644 --- a/src/IconExplosionRoundedFilled.tsx +++ b/src/IconExplosionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExplosionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExplosionRoundedFilled as default } diff --git a/src/IconExplosionSharp.tsx b/src/IconExplosionSharp.tsx index 08438c91c..42302555b 100644 --- a/src/IconExplosionSharp.tsx +++ b/src/IconExplosionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionSharp: React.FC = ({ ...props }) => ( +export const IconExplosionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplosionSharp as default } diff --git a/src/IconExplosionSharpFilled.tsx b/src/IconExplosionSharpFilled.tsx index 36fc67a68..61ecf4f18 100644 --- a/src/IconExplosionSharpFilled.tsx +++ b/src/IconExplosionSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExplosionSharpFilled: React.FC = ({ ...props }) => ( +export const IconExplosionSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExplosionSharpFilled as default } diff --git a/src/IconExportNotesOutlined.tsx b/src/IconExportNotesOutlined.tsx index 75b83c803..ed74a8e86 100644 --- a/src/IconExportNotesOutlined.tsx +++ b/src/IconExportNotesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesOutlined: React.FC = ({ ...props }) => ( +export const IconExportNotesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExportNotesOutlined as default } diff --git a/src/IconExportNotesOutlinedFilled.tsx b/src/IconExportNotesOutlinedFilled.tsx index 0803c8f21..59d0fe893 100644 --- a/src/IconExportNotesOutlinedFilled.tsx +++ b/src/IconExportNotesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExportNotesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExportNotesOutlinedFilled as default } diff --git a/src/IconExportNotesRounded.tsx b/src/IconExportNotesRounded.tsx index 8dcc2d2c0..e1d896cbf 100644 --- a/src/IconExportNotesRounded.tsx +++ b/src/IconExportNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesRounded: React.FC = ({ ...props }) => ( +export const IconExportNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExportNotesRounded as default } diff --git a/src/IconExportNotesRoundedFilled.tsx b/src/IconExportNotesRoundedFilled.tsx index f7d735e1a..c6f2eea38 100644 --- a/src/IconExportNotesRoundedFilled.tsx +++ b/src/IconExportNotesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExportNotesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExportNotesRoundedFilled as default } diff --git a/src/IconExportNotesSharp.tsx b/src/IconExportNotesSharp.tsx index a29f59355..1d9a484fd 100644 --- a/src/IconExportNotesSharp.tsx +++ b/src/IconExportNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesSharp: React.FC = ({ ...props }) => ( +export const IconExportNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExportNotesSharp as default } diff --git a/src/IconExportNotesSharpFilled.tsx b/src/IconExportNotesSharpFilled.tsx index f008b9089..8b6a8367c 100644 --- a/src/IconExportNotesSharpFilled.tsx +++ b/src/IconExportNotesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExportNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconExportNotesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExportNotesSharpFilled as default } diff --git a/src/IconExposureNeg1Outlined.tsx b/src/IconExposureNeg1Outlined.tsx index 40f03cef9..4a05c3900 100644 --- a/src/IconExposureNeg1Outlined.tsx +++ b/src/IconExposureNeg1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1Outlined: React.FC = ({ ...props }) => ( +export const IconExposureNeg1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1Outlined as default } diff --git a/src/IconExposureNeg1OutlinedFilled.tsx b/src/IconExposureNeg1OutlinedFilled.tsx index 857f306c0..ffb12f95a 100644 --- a/src/IconExposureNeg1OutlinedFilled.tsx +++ b/src/IconExposureNeg1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1OutlinedFilled as default } diff --git a/src/IconExposureNeg1Rounded.tsx b/src/IconExposureNeg1Rounded.tsx index fc97d02e3..234b45fac 100644 --- a/src/IconExposureNeg1Rounded.tsx +++ b/src/IconExposureNeg1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1Rounded: React.FC = ({ ...props }) => ( +export const IconExposureNeg1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1Rounded as default } diff --git a/src/IconExposureNeg1RoundedFilled.tsx b/src/IconExposureNeg1RoundedFilled.tsx index 16be6a56e..cf41098f5 100644 --- a/src/IconExposureNeg1RoundedFilled.tsx +++ b/src/IconExposureNeg1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1RoundedFilled as default } diff --git a/src/IconExposureNeg1Sharp.tsx b/src/IconExposureNeg1Sharp.tsx index b0b8b9143..6584bc147 100644 --- a/src/IconExposureNeg1Sharp.tsx +++ b/src/IconExposureNeg1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1Sharp: React.FC = ({ ...props }) => ( +export const IconExposureNeg1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1Sharp as default } diff --git a/src/IconExposureNeg1SharpFilled.tsx b/src/IconExposureNeg1SharpFilled.tsx index ed47f517e..1a56f9d1c 100644 --- a/src/IconExposureNeg1SharpFilled.tsx +++ b/src/IconExposureNeg1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg1SharpFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg1SharpFilled as default } diff --git a/src/IconExposureNeg2Outlined.tsx b/src/IconExposureNeg2Outlined.tsx index bb14740f0..40b44d91e 100644 --- a/src/IconExposureNeg2Outlined.tsx +++ b/src/IconExposureNeg2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2Outlined: React.FC = ({ ...props }) => ( +export const IconExposureNeg2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2Outlined as default } diff --git a/src/IconExposureNeg2OutlinedFilled.tsx b/src/IconExposureNeg2OutlinedFilled.tsx index 030dc5a21..deccbb618 100644 --- a/src/IconExposureNeg2OutlinedFilled.tsx +++ b/src/IconExposureNeg2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2OutlinedFilled as default } diff --git a/src/IconExposureNeg2Rounded.tsx b/src/IconExposureNeg2Rounded.tsx index 5e27120d5..d5030e4de 100644 --- a/src/IconExposureNeg2Rounded.tsx +++ b/src/IconExposureNeg2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2Rounded: React.FC = ({ ...props }) => ( +export const IconExposureNeg2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2Rounded as default } diff --git a/src/IconExposureNeg2RoundedFilled.tsx b/src/IconExposureNeg2RoundedFilled.tsx index e7031184c..2f3fba4a6 100644 --- a/src/IconExposureNeg2RoundedFilled.tsx +++ b/src/IconExposureNeg2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2RoundedFilled as default } diff --git a/src/IconExposureNeg2Sharp.tsx b/src/IconExposureNeg2Sharp.tsx index 7344b26a8..25bffc374 100644 --- a/src/IconExposureNeg2Sharp.tsx +++ b/src/IconExposureNeg2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2Sharp: React.FC = ({ ...props }) => ( +export const IconExposureNeg2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2Sharp as default } diff --git a/src/IconExposureNeg2SharpFilled.tsx b/src/IconExposureNeg2SharpFilled.tsx index 3a3a171fe..594807e8f 100644 --- a/src/IconExposureNeg2SharpFilled.tsx +++ b/src/IconExposureNeg2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureNeg2SharpFilled: React.FC = ({ ...props }) => ( +export const IconExposureNeg2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureNeg2SharpFilled as default } diff --git a/src/IconExposureOutlined.tsx b/src/IconExposureOutlined.tsx index 414593df2..d56a615e0 100644 --- a/src/IconExposureOutlined.tsx +++ b/src/IconExposureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureOutlined: React.FC = ({ ...props }) => ( +export const IconExposureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureOutlined as default } diff --git a/src/IconExposureOutlinedFilled.tsx b/src/IconExposureOutlinedFilled.tsx index 116b91fd6..acfc3233a 100644 --- a/src/IconExposureOutlinedFilled.tsx +++ b/src/IconExposureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureOutlinedFilled as default } diff --git a/src/IconExposurePlus1Outlined.tsx b/src/IconExposurePlus1Outlined.tsx index 54fed53bd..961ee238a 100644 --- a/src/IconExposurePlus1Outlined.tsx +++ b/src/IconExposurePlus1Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1Outlined: React.FC = ({ ...props }) => ( +export const IconExposurePlus1Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1Outlined as default } diff --git a/src/IconExposurePlus1OutlinedFilled.tsx b/src/IconExposurePlus1OutlinedFilled.tsx index 58bcb7a9d..0091c9097 100644 --- a/src/IconExposurePlus1OutlinedFilled.tsx +++ b/src/IconExposurePlus1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1OutlinedFilled as default } diff --git a/src/IconExposurePlus1Rounded.tsx b/src/IconExposurePlus1Rounded.tsx index 80b9c8182..4f0dcc999 100644 --- a/src/IconExposurePlus1Rounded.tsx +++ b/src/IconExposurePlus1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1Rounded: React.FC = ({ ...props }) => ( +export const IconExposurePlus1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1Rounded as default } diff --git a/src/IconExposurePlus1RoundedFilled.tsx b/src/IconExposurePlus1RoundedFilled.tsx index c070e4117..fc7055e1c 100644 --- a/src/IconExposurePlus1RoundedFilled.tsx +++ b/src/IconExposurePlus1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1RoundedFilled as default } diff --git a/src/IconExposurePlus1Sharp.tsx b/src/IconExposurePlus1Sharp.tsx index 744c9ac9c..845baf80a 100644 --- a/src/IconExposurePlus1Sharp.tsx +++ b/src/IconExposurePlus1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1Sharp: React.FC = ({ ...props }) => ( +export const IconExposurePlus1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1Sharp as default } diff --git a/src/IconExposurePlus1SharpFilled.tsx b/src/IconExposurePlus1SharpFilled.tsx index caccc45ca..fd0d8076e 100644 --- a/src/IconExposurePlus1SharpFilled.tsx +++ b/src/IconExposurePlus1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus1SharpFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus1SharpFilled as default } diff --git a/src/IconExposurePlus2Outlined.tsx b/src/IconExposurePlus2Outlined.tsx index 0f4e870ae..fd508eb4d 100644 --- a/src/IconExposurePlus2Outlined.tsx +++ b/src/IconExposurePlus2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2Outlined: React.FC = ({ ...props }) => ( +export const IconExposurePlus2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2Outlined as default } diff --git a/src/IconExposurePlus2OutlinedFilled.tsx b/src/IconExposurePlus2OutlinedFilled.tsx index 1643653db..8ea1388d3 100644 --- a/src/IconExposurePlus2OutlinedFilled.tsx +++ b/src/IconExposurePlus2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2OutlinedFilled as default } diff --git a/src/IconExposurePlus2Rounded.tsx b/src/IconExposurePlus2Rounded.tsx index 4728e5783..7679c2e69 100644 --- a/src/IconExposurePlus2Rounded.tsx +++ b/src/IconExposurePlus2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2Rounded: React.FC = ({ ...props }) => ( +export const IconExposurePlus2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2Rounded as default } diff --git a/src/IconExposurePlus2RoundedFilled.tsx b/src/IconExposurePlus2RoundedFilled.tsx index b04a55ed6..f592fd072 100644 --- a/src/IconExposurePlus2RoundedFilled.tsx +++ b/src/IconExposurePlus2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2RoundedFilled as default } diff --git a/src/IconExposurePlus2Sharp.tsx b/src/IconExposurePlus2Sharp.tsx index f3b1c2c79..a73536d4b 100644 --- a/src/IconExposurePlus2Sharp.tsx +++ b/src/IconExposurePlus2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2Sharp: React.FC = ({ ...props }) => ( +export const IconExposurePlus2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2Sharp as default } diff --git a/src/IconExposurePlus2SharpFilled.tsx b/src/IconExposurePlus2SharpFilled.tsx index d607fa6b1..1a652a755 100644 --- a/src/IconExposurePlus2SharpFilled.tsx +++ b/src/IconExposurePlus2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposurePlus2SharpFilled: React.FC = ({ ...props }) => ( +export const IconExposurePlus2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposurePlus2SharpFilled as default } diff --git a/src/IconExposureRounded.tsx b/src/IconExposureRounded.tsx index f9e7868cf..f1522c15b 100644 --- a/src/IconExposureRounded.tsx +++ b/src/IconExposureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureRounded: React.FC = ({ ...props }) => ( +export const IconExposureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureRounded as default } diff --git a/src/IconExposureRoundedFilled.tsx b/src/IconExposureRoundedFilled.tsx index b6ac6b3b6..7977584ad 100644 --- a/src/IconExposureRoundedFilled.tsx +++ b/src/IconExposureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureRoundedFilled as default } diff --git a/src/IconExposureSharp.tsx b/src/IconExposureSharp.tsx index 64f339c32..9522804f4 100644 --- a/src/IconExposureSharp.tsx +++ b/src/IconExposureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureSharp: React.FC = ({ ...props }) => ( +export const IconExposureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureSharp as default } diff --git a/src/IconExposureSharpFilled.tsx b/src/IconExposureSharpFilled.tsx index 3763c8968..5e5557945 100644 --- a/src/IconExposureSharpFilled.tsx +++ b/src/IconExposureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureSharpFilled: React.FC = ({ ...props }) => ( +export const IconExposureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureSharpFilled as default } diff --git a/src/IconExposureZeroOutlined.tsx b/src/IconExposureZeroOutlined.tsx index dc34b7796..13c46e8c1 100644 --- a/src/IconExposureZeroOutlined.tsx +++ b/src/IconExposureZeroOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroOutlined: React.FC = ({ ...props }) => ( +export const IconExposureZeroOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureZeroOutlined as default } diff --git a/src/IconExposureZeroOutlinedFilled.tsx b/src/IconExposureZeroOutlinedFilled.tsx index 7dc4ddd2a..5b29264f4 100644 --- a/src/IconExposureZeroOutlinedFilled.tsx +++ b/src/IconExposureZeroOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExposureZeroOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureZeroOutlinedFilled as default } diff --git a/src/IconExposureZeroRounded.tsx b/src/IconExposureZeroRounded.tsx index f414964e1..b40f03376 100644 --- a/src/IconExposureZeroRounded.tsx +++ b/src/IconExposureZeroRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroRounded: React.FC = ({ ...props }) => ( +export const IconExposureZeroRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureZeroRounded as default } diff --git a/src/IconExposureZeroRoundedFilled.tsx b/src/IconExposureZeroRoundedFilled.tsx index d7c3cc76e..d1b086edb 100644 --- a/src/IconExposureZeroRoundedFilled.tsx +++ b/src/IconExposureZeroRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExposureZeroRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureZeroRoundedFilled as default } diff --git a/src/IconExposureZeroSharp.tsx b/src/IconExposureZeroSharp.tsx index d9b4d75e4..ca6c5ee7d 100644 --- a/src/IconExposureZeroSharp.tsx +++ b/src/IconExposureZeroSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroSharp: React.FC = ({ ...props }) => ( +export const IconExposureZeroSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExposureZeroSharp as default } diff --git a/src/IconExposureZeroSharpFilled.tsx b/src/IconExposureZeroSharpFilled.tsx index b0489c64e..a511662c4 100644 --- a/src/IconExposureZeroSharpFilled.tsx +++ b/src/IconExposureZeroSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExposureZeroSharpFilled: React.FC = ({ ...props }) => ( +export const IconExposureZeroSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExposureZeroSharpFilled as default } diff --git a/src/IconExtensionOffOutlined.tsx b/src/IconExtensionOffOutlined.tsx index 000ffd078..72e1ea8a5 100644 --- a/src/IconExtensionOffOutlined.tsx +++ b/src/IconExtensionOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffOutlined: React.FC = ({ ...props }) => ( +export const IconExtensionOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionOffOutlined as default } diff --git a/src/IconExtensionOffOutlinedFilled.tsx b/src/IconExtensionOffOutlinedFilled.tsx index 1d4fc7acd..1b3d2f0be 100644 --- a/src/IconExtensionOffOutlinedFilled.tsx +++ b/src/IconExtensionOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExtensionOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExtensionOffOutlinedFilled as default } diff --git a/src/IconExtensionOffRounded.tsx b/src/IconExtensionOffRounded.tsx index 14a49fdea..03f11360d 100644 --- a/src/IconExtensionOffRounded.tsx +++ b/src/IconExtensionOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffRounded: React.FC = ({ ...props }) => ( +export const IconExtensionOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionOffRounded as default } diff --git a/src/IconExtensionOffRoundedFilled.tsx b/src/IconExtensionOffRoundedFilled.tsx index ebdb79247..be032e84c 100644 --- a/src/IconExtensionOffRoundedFilled.tsx +++ b/src/IconExtensionOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExtensionOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExtensionOffRoundedFilled as default } diff --git a/src/IconExtensionOffSharp.tsx b/src/IconExtensionOffSharp.tsx index 6a0b6e42c..26cb501ff 100644 --- a/src/IconExtensionOffSharp.tsx +++ b/src/IconExtensionOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffSharp: React.FC = ({ ...props }) => ( +export const IconExtensionOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionOffSharp as default } diff --git a/src/IconExtensionOffSharpFilled.tsx b/src/IconExtensionOffSharpFilled.tsx index 435efa0a7..10304bbd7 100644 --- a/src/IconExtensionOffSharpFilled.tsx +++ b/src/IconExtensionOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconExtensionOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExtensionOffSharpFilled as default } diff --git a/src/IconExtensionOutlined.tsx b/src/IconExtensionOutlined.tsx index b920c75c2..a30478131 100644 --- a/src/IconExtensionOutlined.tsx +++ b/src/IconExtensionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOutlined: React.FC = ({ ...props }) => ( +export const IconExtensionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionOutlined as default } diff --git a/src/IconExtensionOutlinedFilled.tsx b/src/IconExtensionOutlinedFilled.tsx index b7a22b22d..990b29b71 100644 --- a/src/IconExtensionOutlinedFilled.tsx +++ b/src/IconExtensionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconExtensionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExtensionOutlinedFilled as default } diff --git a/src/IconExtensionRounded.tsx b/src/IconExtensionRounded.tsx index c61685513..fd36f7a46 100644 --- a/src/IconExtensionRounded.tsx +++ b/src/IconExtensionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionRounded: React.FC = ({ ...props }) => ( +export const IconExtensionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionRounded as default } diff --git a/src/IconExtensionRoundedFilled.tsx b/src/IconExtensionRoundedFilled.tsx index cfdd5b355..3045e6a50 100644 --- a/src/IconExtensionRoundedFilled.tsx +++ b/src/IconExtensionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconExtensionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconExtensionRoundedFilled as default } diff --git a/src/IconExtensionSharp.tsx b/src/IconExtensionSharp.tsx index f0e0a01e2..cb369bc43 100644 --- a/src/IconExtensionSharp.tsx +++ b/src/IconExtensionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionSharp: React.FC = ({ ...props }) => ( +export const IconExtensionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionSharp as default } diff --git a/src/IconExtensionSharpFilled.tsx b/src/IconExtensionSharpFilled.tsx index c0ef40c3e..7589c2524 100644 --- a/src/IconExtensionSharpFilled.tsx +++ b/src/IconExtensionSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconExtensionSharpFilled: React.FC = ({ ...props }) => ( +export const IconExtensionSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconExtensionSharpFilled as default } diff --git a/src/IconEyeTrackingOutlined.tsx b/src/IconEyeTrackingOutlined.tsx index 2c6220b64..f0d29c8b0 100644 --- a/src/IconEyeTrackingOutlined.tsx +++ b/src/IconEyeTrackingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingOutlined: React.FC = ({ ...props }) => ( +export const IconEyeTrackingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingOutlined as default } diff --git a/src/IconEyeTrackingOutlinedFilled.tsx b/src/IconEyeTrackingOutlinedFilled.tsx index 486c19bb6..f96da970d 100644 --- a/src/IconEyeTrackingOutlinedFilled.tsx +++ b/src/IconEyeTrackingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEyeTrackingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingOutlinedFilled as default } diff --git a/src/IconEyeTrackingRounded.tsx b/src/IconEyeTrackingRounded.tsx index bf1961f44..692bfb86f 100644 --- a/src/IconEyeTrackingRounded.tsx +++ b/src/IconEyeTrackingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingRounded: React.FC = ({ ...props }) => ( +export const IconEyeTrackingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingRounded as default } diff --git a/src/IconEyeTrackingRoundedFilled.tsx b/src/IconEyeTrackingRoundedFilled.tsx index be4cd580c..56fb0dd72 100644 --- a/src/IconEyeTrackingRoundedFilled.tsx +++ b/src/IconEyeTrackingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEyeTrackingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingRoundedFilled as default } diff --git a/src/IconEyeTrackingSharp.tsx b/src/IconEyeTrackingSharp.tsx index 2a3430473..76810ff5e 100644 --- a/src/IconEyeTrackingSharp.tsx +++ b/src/IconEyeTrackingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingSharp: React.FC = ({ ...props }) => ( +export const IconEyeTrackingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingSharp as default } diff --git a/src/IconEyeTrackingSharpFilled.tsx b/src/IconEyeTrackingSharpFilled.tsx index 766eeeb00..b8da12ea5 100644 --- a/src/IconEyeTrackingSharpFilled.tsx +++ b/src/IconEyeTrackingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeTrackingSharpFilled: React.FC = ({ ...props }) => ( +export const IconEyeTrackingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeTrackingSharpFilled as default } diff --git a/src/IconEyeglassesOutlined.tsx b/src/IconEyeglassesOutlined.tsx index 3e7730a25..19029038c 100644 --- a/src/IconEyeglassesOutlined.tsx +++ b/src/IconEyeglassesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesOutlined: React.FC = ({ ...props }) => ( +export const IconEyeglassesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeglassesOutlined as default } diff --git a/src/IconEyeglassesOutlinedFilled.tsx b/src/IconEyeglassesOutlinedFilled.tsx index 5dfaa4a1b..d3a22249a 100644 --- a/src/IconEyeglassesOutlinedFilled.tsx +++ b/src/IconEyeglassesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconEyeglassesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeglassesOutlinedFilled as default } diff --git a/src/IconEyeglassesRounded.tsx b/src/IconEyeglassesRounded.tsx index f7062e3a4..867da3176 100644 --- a/src/IconEyeglassesRounded.tsx +++ b/src/IconEyeglassesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesRounded: React.FC = ({ ...props }) => ( +export const IconEyeglassesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeglassesRounded as default } diff --git a/src/IconEyeglassesRoundedFilled.tsx b/src/IconEyeglassesRoundedFilled.tsx index 67f33e1e4..4b289ead0 100644 --- a/src/IconEyeglassesRoundedFilled.tsx +++ b/src/IconEyeglassesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconEyeglassesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeglassesRoundedFilled as default } diff --git a/src/IconEyeglassesSharp.tsx b/src/IconEyeglassesSharp.tsx index 937d5f453..5f1bbf482 100644 --- a/src/IconEyeglassesSharp.tsx +++ b/src/IconEyeglassesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesSharp: React.FC = ({ ...props }) => ( +export const IconEyeglassesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconEyeglassesSharp as default } diff --git a/src/IconEyeglassesSharpFilled.tsx b/src/IconEyeglassesSharpFilled.tsx index 7f5851a1c..cdc2bd61c 100644 --- a/src/IconEyeglassesSharpFilled.tsx +++ b/src/IconEyeglassesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconEyeglassesSharpFilled: React.FC = ({ ...props }) => ( +export const IconEyeglassesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconEyeglassesSharpFilled as default } diff --git a/src/IconFace2Outlined.tsx b/src/IconFace2Outlined.tsx index 18cb6e37a..7460f06a3 100644 --- a/src/IconFace2Outlined.tsx +++ b/src/IconFace2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2Outlined: React.FC = ({ ...props }) => ( +export const IconFace2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2Outlined as default } diff --git a/src/IconFace2OutlinedFilled.tsx b/src/IconFace2OutlinedFilled.tsx index b7a7bed1e..fd2132b2e 100644 --- a/src/IconFace2OutlinedFilled.tsx +++ b/src/IconFace2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFace2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2OutlinedFilled as default } diff --git a/src/IconFace2Rounded.tsx b/src/IconFace2Rounded.tsx index c03631aff..debfbf303 100644 --- a/src/IconFace2Rounded.tsx +++ b/src/IconFace2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2Rounded: React.FC = ({ ...props }) => ( +export const IconFace2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2Rounded as default } diff --git a/src/IconFace2RoundedFilled.tsx b/src/IconFace2RoundedFilled.tsx index 79f5e20e8..753087019 100644 --- a/src/IconFace2RoundedFilled.tsx +++ b/src/IconFace2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFace2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2RoundedFilled as default } diff --git a/src/IconFace2Sharp.tsx b/src/IconFace2Sharp.tsx index 0632032ca..5437b1882 100644 --- a/src/IconFace2Sharp.tsx +++ b/src/IconFace2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2Sharp: React.FC = ({ ...props }) => ( +export const IconFace2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2Sharp as default } diff --git a/src/IconFace2SharpFilled.tsx b/src/IconFace2SharpFilled.tsx index f5b9b7362..32c9691c8 100644 --- a/src/IconFace2SharpFilled.tsx +++ b/src/IconFace2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFace2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace2SharpFilled as default } diff --git a/src/IconFace3Outlined.tsx b/src/IconFace3Outlined.tsx index 6120867d0..967a5f328 100644 --- a/src/IconFace3Outlined.tsx +++ b/src/IconFace3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3Outlined: React.FC = ({ ...props }) => ( +export const IconFace3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3Outlined as default } diff --git a/src/IconFace3OutlinedFilled.tsx b/src/IconFace3OutlinedFilled.tsx index 925373279..a06502271 100644 --- a/src/IconFace3OutlinedFilled.tsx +++ b/src/IconFace3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFace3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3OutlinedFilled as default } diff --git a/src/IconFace3Rounded.tsx b/src/IconFace3Rounded.tsx index 59edcb2e9..c7e9ade51 100644 --- a/src/IconFace3Rounded.tsx +++ b/src/IconFace3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3Rounded: React.FC = ({ ...props }) => ( +export const IconFace3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3Rounded as default } diff --git a/src/IconFace3RoundedFilled.tsx b/src/IconFace3RoundedFilled.tsx index a5880d431..f2de7ab88 100644 --- a/src/IconFace3RoundedFilled.tsx +++ b/src/IconFace3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFace3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3RoundedFilled as default } diff --git a/src/IconFace3Sharp.tsx b/src/IconFace3Sharp.tsx index d0028da75..8be5488c9 100644 --- a/src/IconFace3Sharp.tsx +++ b/src/IconFace3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3Sharp: React.FC = ({ ...props }) => ( +export const IconFace3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3Sharp as default } diff --git a/src/IconFace3SharpFilled.tsx b/src/IconFace3SharpFilled.tsx index e63cf028f..a8eef593a 100644 --- a/src/IconFace3SharpFilled.tsx +++ b/src/IconFace3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace3SharpFilled: React.FC = ({ ...props }) => ( +export const IconFace3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace3SharpFilled as default } diff --git a/src/IconFace4Outlined.tsx b/src/IconFace4Outlined.tsx index 41a20b270..0f4056863 100644 --- a/src/IconFace4Outlined.tsx +++ b/src/IconFace4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4Outlined: React.FC = ({ ...props }) => ( +export const IconFace4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4Outlined as default } diff --git a/src/IconFace4OutlinedFilled.tsx b/src/IconFace4OutlinedFilled.tsx index 2d822f2e9..72c36edf1 100644 --- a/src/IconFace4OutlinedFilled.tsx +++ b/src/IconFace4OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFace4OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4OutlinedFilled as default } diff --git a/src/IconFace4Rounded.tsx b/src/IconFace4Rounded.tsx index 952e9346d..698c67125 100644 --- a/src/IconFace4Rounded.tsx +++ b/src/IconFace4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4Rounded: React.FC = ({ ...props }) => ( +export const IconFace4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4Rounded as default } diff --git a/src/IconFace4RoundedFilled.tsx b/src/IconFace4RoundedFilled.tsx index e72d11ef0..12e7a6d53 100644 --- a/src/IconFace4RoundedFilled.tsx +++ b/src/IconFace4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFace4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4RoundedFilled as default } diff --git a/src/IconFace4Sharp.tsx b/src/IconFace4Sharp.tsx index a89eed61a..f3e128f8c 100644 --- a/src/IconFace4Sharp.tsx +++ b/src/IconFace4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4Sharp: React.FC = ({ ...props }) => ( +export const IconFace4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4Sharp as default } diff --git a/src/IconFace4SharpFilled.tsx b/src/IconFace4SharpFilled.tsx index b6cc34da4..c1a58af2d 100644 --- a/src/IconFace4SharpFilled.tsx +++ b/src/IconFace4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace4SharpFilled: React.FC = ({ ...props }) => ( +export const IconFace4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace4SharpFilled as default } diff --git a/src/IconFace5Outlined.tsx b/src/IconFace5Outlined.tsx index 5625b3f5a..e4670c8e8 100644 --- a/src/IconFace5Outlined.tsx +++ b/src/IconFace5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5Outlined: React.FC = ({ ...props }) => ( +export const IconFace5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5Outlined as default } diff --git a/src/IconFace5OutlinedFilled.tsx b/src/IconFace5OutlinedFilled.tsx index 3db0406f0..2a56c1c22 100644 --- a/src/IconFace5OutlinedFilled.tsx +++ b/src/IconFace5OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFace5OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5OutlinedFilled as default } diff --git a/src/IconFace5Rounded.tsx b/src/IconFace5Rounded.tsx index 239166f64..b15c3496d 100644 --- a/src/IconFace5Rounded.tsx +++ b/src/IconFace5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5Rounded: React.FC = ({ ...props }) => ( +export const IconFace5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5Rounded as default } diff --git a/src/IconFace5RoundedFilled.tsx b/src/IconFace5RoundedFilled.tsx index 97cb41e21..a1bbd9697 100644 --- a/src/IconFace5RoundedFilled.tsx +++ b/src/IconFace5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFace5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5RoundedFilled as default } diff --git a/src/IconFace5Sharp.tsx b/src/IconFace5Sharp.tsx index 30b117eda..6ed82b97b 100644 --- a/src/IconFace5Sharp.tsx +++ b/src/IconFace5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5Sharp: React.FC = ({ ...props }) => ( +export const IconFace5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5Sharp as default } diff --git a/src/IconFace5SharpFilled.tsx b/src/IconFace5SharpFilled.tsx index a1e547248..c6488ad2d 100644 --- a/src/IconFace5SharpFilled.tsx +++ b/src/IconFace5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace5SharpFilled: React.FC = ({ ...props }) => ( +export const IconFace5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace5SharpFilled as default } diff --git a/src/IconFace6Outlined.tsx b/src/IconFace6Outlined.tsx index 5a94601ba..89eefa7df 100644 --- a/src/IconFace6Outlined.tsx +++ b/src/IconFace6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6Outlined: React.FC = ({ ...props }) => ( +export const IconFace6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6Outlined as default } diff --git a/src/IconFace6OutlinedFilled.tsx b/src/IconFace6OutlinedFilled.tsx index d808184db..62bce4d71 100644 --- a/src/IconFace6OutlinedFilled.tsx +++ b/src/IconFace6OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFace6OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6OutlinedFilled as default } diff --git a/src/IconFace6Rounded.tsx b/src/IconFace6Rounded.tsx index be08b22bd..4fafeaac4 100644 --- a/src/IconFace6Rounded.tsx +++ b/src/IconFace6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6Rounded: React.FC = ({ ...props }) => ( +export const IconFace6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6Rounded as default } diff --git a/src/IconFace6RoundedFilled.tsx b/src/IconFace6RoundedFilled.tsx index 64a7af7cc..acbe495b5 100644 --- a/src/IconFace6RoundedFilled.tsx +++ b/src/IconFace6RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFace6RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6RoundedFilled as default } diff --git a/src/IconFace6Sharp.tsx b/src/IconFace6Sharp.tsx index 54a88b4c2..ee9c6a5e5 100644 --- a/src/IconFace6Sharp.tsx +++ b/src/IconFace6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6Sharp: React.FC = ({ ...props }) => ( +export const IconFace6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6Sharp as default } diff --git a/src/IconFace6SharpFilled.tsx b/src/IconFace6SharpFilled.tsx index 2075040b2..d013a1065 100644 --- a/src/IconFace6SharpFilled.tsx +++ b/src/IconFace6SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFace6SharpFilled: React.FC = ({ ...props }) => ( +export const IconFace6SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFace6SharpFilled as default } diff --git a/src/IconFaceDownOutlined.tsx b/src/IconFaceDownOutlined.tsx index c94816184..04ee1398f 100644 --- a/src/IconFaceDownOutlined.tsx +++ b/src/IconFaceDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownOutlined: React.FC = ({ ...props }) => ( +export const IconFaceDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceDownOutlined as default } diff --git a/src/IconFaceDownOutlinedFilled.tsx b/src/IconFaceDownOutlinedFilled.tsx index 8fb87031b..9d7175d16 100644 --- a/src/IconFaceDownOutlinedFilled.tsx +++ b/src/IconFaceDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceDownOutlinedFilled as default } diff --git a/src/IconFaceDownRounded.tsx b/src/IconFaceDownRounded.tsx index b29c97afb..219bf1fce 100644 --- a/src/IconFaceDownRounded.tsx +++ b/src/IconFaceDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownRounded: React.FC = ({ ...props }) => ( +export const IconFaceDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceDownRounded as default } diff --git a/src/IconFaceDownRoundedFilled.tsx b/src/IconFaceDownRoundedFilled.tsx index 0be5faf05..766f20ffb 100644 --- a/src/IconFaceDownRoundedFilled.tsx +++ b/src/IconFaceDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceDownRoundedFilled as default } diff --git a/src/IconFaceDownSharp.tsx b/src/IconFaceDownSharp.tsx index ca47470c6..5be1de3a3 100644 --- a/src/IconFaceDownSharp.tsx +++ b/src/IconFaceDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownSharp: React.FC = ({ ...props }) => ( +export const IconFaceDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceDownSharp as default } diff --git a/src/IconFaceDownSharpFilled.tsx b/src/IconFaceDownSharpFilled.tsx index efecbac04..8e59e84b6 100644 --- a/src/IconFaceDownSharpFilled.tsx +++ b/src/IconFaceDownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceDownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceDownSharpFilled as default } diff --git a/src/IconFaceLeftOutlined.tsx b/src/IconFaceLeftOutlined.tsx index 16ce66423..abe20fc79 100644 --- a/src/IconFaceLeftOutlined.tsx +++ b/src/IconFaceLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftOutlined: React.FC = ({ ...props }) => ( +export const IconFaceLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceLeftOutlined as default } diff --git a/src/IconFaceLeftOutlinedFilled.tsx b/src/IconFaceLeftOutlinedFilled.tsx index a980f000e..5727a920a 100644 --- a/src/IconFaceLeftOutlinedFilled.tsx +++ b/src/IconFaceLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceLeftOutlinedFilled as default } diff --git a/src/IconFaceLeftRounded.tsx b/src/IconFaceLeftRounded.tsx index 5f7fcf41b..0706d4fcb 100644 --- a/src/IconFaceLeftRounded.tsx +++ b/src/IconFaceLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftRounded: React.FC = ({ ...props }) => ( +export const IconFaceLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceLeftRounded as default } diff --git a/src/IconFaceLeftRoundedFilled.tsx b/src/IconFaceLeftRoundedFilled.tsx index 5eb6728d9..9f28355dd 100644 --- a/src/IconFaceLeftRoundedFilled.tsx +++ b/src/IconFaceLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceLeftRoundedFilled as default } diff --git a/src/IconFaceLeftSharp.tsx b/src/IconFaceLeftSharp.tsx index badbea257..df9fdad31 100644 --- a/src/IconFaceLeftSharp.tsx +++ b/src/IconFaceLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftSharp: React.FC = ({ ...props }) => ( +export const IconFaceLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceLeftSharp as default } diff --git a/src/IconFaceLeftSharpFilled.tsx b/src/IconFaceLeftSharpFilled.tsx index 5add3845d..c71735d28 100644 --- a/src/IconFaceLeftSharpFilled.tsx +++ b/src/IconFaceLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceLeftSharpFilled as default } diff --git a/src/IconFaceNodOutlined.tsx b/src/IconFaceNodOutlined.tsx index 35f2a10d4..37dbd8dd1 100644 --- a/src/IconFaceNodOutlined.tsx +++ b/src/IconFaceNodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodOutlined: React.FC = ({ ...props }) => ( +export const IconFaceNodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceNodOutlined as default } diff --git a/src/IconFaceNodOutlinedFilled.tsx b/src/IconFaceNodOutlinedFilled.tsx index 03b10f5cd..37efdc1f1 100644 --- a/src/IconFaceNodOutlinedFilled.tsx +++ b/src/IconFaceNodOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceNodOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceNodOutlinedFilled as default } diff --git a/src/IconFaceNodRounded.tsx b/src/IconFaceNodRounded.tsx index 93ff9acfa..b1c67235f 100644 --- a/src/IconFaceNodRounded.tsx +++ b/src/IconFaceNodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodRounded: React.FC = ({ ...props }) => ( +export const IconFaceNodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceNodRounded as default } diff --git a/src/IconFaceNodRoundedFilled.tsx b/src/IconFaceNodRoundedFilled.tsx index 854d24459..186fa2a0b 100644 --- a/src/IconFaceNodRoundedFilled.tsx +++ b/src/IconFaceNodRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceNodRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceNodRoundedFilled as default } diff --git a/src/IconFaceNodSharp.tsx b/src/IconFaceNodSharp.tsx index 8b4acc4bd..eda255e9b 100644 --- a/src/IconFaceNodSharp.tsx +++ b/src/IconFaceNodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodSharp: React.FC = ({ ...props }) => ( +export const IconFaceNodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceNodSharp as default } diff --git a/src/IconFaceNodSharpFilled.tsx b/src/IconFaceNodSharpFilled.tsx index 2c6f72b0b..259f2f218 100644 --- a/src/IconFaceNodSharpFilled.tsx +++ b/src/IconFaceNodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceNodSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceNodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceNodSharpFilled as default } diff --git a/src/IconFaceOutlined.tsx b/src/IconFaceOutlined.tsx index 103befb9c..2c4e0d86a 100644 --- a/src/IconFaceOutlined.tsx +++ b/src/IconFaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceOutlined: React.FC = ({ ...props }) => ( +export const IconFaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceOutlined as default } diff --git a/src/IconFaceOutlinedFilled.tsx b/src/IconFaceOutlinedFilled.tsx index 4315427d4..e8ef88fe6 100644 --- a/src/IconFaceOutlinedFilled.tsx +++ b/src/IconFaceOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceOutlinedFilled as default } diff --git a/src/IconFaceRetouchingOffOutlined.tsx b/src/IconFaceRetouchingOffOutlined.tsx index 00df2a061..c1b6c41f3 100644 --- a/src/IconFaceRetouchingOffOutlined.tsx +++ b/src/IconFaceRetouchingOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffOutlined: React.FC = ({ ...props }) => ( +export const IconFaceRetouchingOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceRetouchingOffOutlined as default } diff --git a/src/IconFaceRetouchingOffOutlinedFilled.tsx b/src/IconFaceRetouchingOffOutlinedFilled.tsx index 0d8d7271e..cd39672a1 100644 --- a/src/IconFaceRetouchingOffOutlinedFilled.tsx +++ b/src/IconFaceRetouchingOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffOutlinedFilled: React.FC = ({ +export const IconFaceRetouchingOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFaceRetouchingOffOutlinedFilled: React.FC = ({ ) - -export { IconFaceRetouchingOffOutlinedFilled as default } diff --git a/src/IconFaceRetouchingOffRounded.tsx b/src/IconFaceRetouchingOffRounded.tsx index a120a7c3d..dcfb2608b 100644 --- a/src/IconFaceRetouchingOffRounded.tsx +++ b/src/IconFaceRetouchingOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffRounded: React.FC = ({ ...props }) => ( +export const IconFaceRetouchingOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceRetouchingOffRounded as default } diff --git a/src/IconFaceRetouchingOffRoundedFilled.tsx b/src/IconFaceRetouchingOffRoundedFilled.tsx index 1c5e546f4..83f437a8d 100644 --- a/src/IconFaceRetouchingOffRoundedFilled.tsx +++ b/src/IconFaceRetouchingOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffRoundedFilled: React.FC = ({ +export const IconFaceRetouchingOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFaceRetouchingOffRoundedFilled: React.FC = ({ ) - -export { IconFaceRetouchingOffRoundedFilled as default } diff --git a/src/IconFaceRetouchingOffSharp.tsx b/src/IconFaceRetouchingOffSharp.tsx index 7a5a879e8..f6a0a31e8 100644 --- a/src/IconFaceRetouchingOffSharp.tsx +++ b/src/IconFaceRetouchingOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffSharp: React.FC = ({ ...props }) => ( +export const IconFaceRetouchingOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceRetouchingOffSharp as default } diff --git a/src/IconFaceRetouchingOffSharpFilled.tsx b/src/IconFaceRetouchingOffSharpFilled.tsx index a28a30e90..868653593 100644 --- a/src/IconFaceRetouchingOffSharpFilled.tsx +++ b/src/IconFaceRetouchingOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRetouchingOffSharpFilled: React.FC = ({ +export const IconFaceRetouchingOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFaceRetouchingOffSharpFilled: React.FC = ({ ) - -export { IconFaceRetouchingOffSharpFilled as default } diff --git a/src/IconFaceRightOutlined.tsx b/src/IconFaceRightOutlined.tsx index 4666b0234..4b32194c4 100644 --- a/src/IconFaceRightOutlined.tsx +++ b/src/IconFaceRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightOutlined: React.FC = ({ ...props }) => ( +export const IconFaceRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRightOutlined as default } diff --git a/src/IconFaceRightOutlinedFilled.tsx b/src/IconFaceRightOutlinedFilled.tsx index 892ea1f00..cead10a11 100644 --- a/src/IconFaceRightOutlinedFilled.tsx +++ b/src/IconFaceRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceRightOutlinedFilled as default } diff --git a/src/IconFaceRightRounded.tsx b/src/IconFaceRightRounded.tsx index 41bfc80a4..c4518245d 100644 --- a/src/IconFaceRightRounded.tsx +++ b/src/IconFaceRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightRounded: React.FC = ({ ...props }) => ( +export const IconFaceRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRightRounded as default } diff --git a/src/IconFaceRightRoundedFilled.tsx b/src/IconFaceRightRoundedFilled.tsx index bbaeeb2e1..fa406ebbe 100644 --- a/src/IconFaceRightRoundedFilled.tsx +++ b/src/IconFaceRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceRightRoundedFilled as default } diff --git a/src/IconFaceRightSharp.tsx b/src/IconFaceRightSharp.tsx index f8dd06578..664e2cd03 100644 --- a/src/IconFaceRightSharp.tsx +++ b/src/IconFaceRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightSharp: React.FC = ({ ...props }) => ( +export const IconFaceRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRightSharp as default } diff --git a/src/IconFaceRightSharpFilled.tsx b/src/IconFaceRightSharpFilled.tsx index 7075a07d7..352b7d7d7 100644 --- a/src/IconFaceRightSharpFilled.tsx +++ b/src/IconFaceRightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceRightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRightSharpFilled as default } diff --git a/src/IconFaceRounded.tsx b/src/IconFaceRounded.tsx index 95ce2e461..4f899050c 100644 --- a/src/IconFaceRounded.tsx +++ b/src/IconFaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRounded: React.FC = ({ ...props }) => ( +export const IconFaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRounded as default } diff --git a/src/IconFaceRoundedFilled.tsx b/src/IconFaceRoundedFilled.tsx index d57770a8d..8a930164e 100644 --- a/src/IconFaceRoundedFilled.tsx +++ b/src/IconFaceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceRoundedFilled as default } diff --git a/src/IconFaceShakeOutlined.tsx b/src/IconFaceShakeOutlined.tsx index 917e9d8d3..6751793a8 100644 --- a/src/IconFaceShakeOutlined.tsx +++ b/src/IconFaceShakeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeOutlined: React.FC = ({ ...props }) => ( +export const IconFaceShakeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceShakeOutlined as default } diff --git a/src/IconFaceShakeOutlinedFilled.tsx b/src/IconFaceShakeOutlinedFilled.tsx index 94be9b1cb..8013a0ff3 100644 --- a/src/IconFaceShakeOutlinedFilled.tsx +++ b/src/IconFaceShakeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceShakeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceShakeOutlinedFilled as default } diff --git a/src/IconFaceShakeRounded.tsx b/src/IconFaceShakeRounded.tsx index 0be534789..03f409e21 100644 --- a/src/IconFaceShakeRounded.tsx +++ b/src/IconFaceShakeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeRounded: React.FC = ({ ...props }) => ( +export const IconFaceShakeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceShakeRounded as default } diff --git a/src/IconFaceShakeRoundedFilled.tsx b/src/IconFaceShakeRoundedFilled.tsx index 20f8e7c9a..2e1364eea 100644 --- a/src/IconFaceShakeRoundedFilled.tsx +++ b/src/IconFaceShakeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceShakeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFaceShakeRoundedFilled as default } diff --git a/src/IconFaceShakeSharp.tsx b/src/IconFaceShakeSharp.tsx index 5db8f55d0..270fe8d02 100644 --- a/src/IconFaceShakeSharp.tsx +++ b/src/IconFaceShakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeSharp: React.FC = ({ ...props }) => ( +export const IconFaceShakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceShakeSharp as default } diff --git a/src/IconFaceShakeSharpFilled.tsx b/src/IconFaceShakeSharpFilled.tsx index a41db034b..cf9434ff6 100644 --- a/src/IconFaceShakeSharpFilled.tsx +++ b/src/IconFaceShakeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceShakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceShakeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceShakeSharpFilled as default } diff --git a/src/IconFaceSharp.tsx b/src/IconFaceSharp.tsx index 7c5f532b2..81fc3d6da 100644 --- a/src/IconFaceSharp.tsx +++ b/src/IconFaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceSharp: React.FC = ({ ...props }) => ( +export const IconFaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceSharp as default } diff --git a/src/IconFaceSharpFilled.tsx b/src/IconFaceSharpFilled.tsx index fbd7a3ce3..93147cf08 100644 --- a/src/IconFaceSharpFilled.tsx +++ b/src/IconFaceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceSharpFilled as default } diff --git a/src/IconFaceUpOutlined.tsx b/src/IconFaceUpOutlined.tsx index be7ad6d11..a841a2c70 100644 --- a/src/IconFaceUpOutlined.tsx +++ b/src/IconFaceUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpOutlined: React.FC = ({ ...props }) => ( +export const IconFaceUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpOutlined as default } diff --git a/src/IconFaceUpOutlinedFilled.tsx b/src/IconFaceUpOutlinedFilled.tsx index 095f466a3..19b1356d4 100644 --- a/src/IconFaceUpOutlinedFilled.tsx +++ b/src/IconFaceUpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaceUpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpOutlinedFilled as default } diff --git a/src/IconFaceUpRounded.tsx b/src/IconFaceUpRounded.tsx index 5a93be5b3..fd4268f91 100644 --- a/src/IconFaceUpRounded.tsx +++ b/src/IconFaceUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpRounded: React.FC = ({ ...props }) => ( +export const IconFaceUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpRounded as default } diff --git a/src/IconFaceUpRoundedFilled.tsx b/src/IconFaceUpRoundedFilled.tsx index d5815bf33..8236f09b5 100644 --- a/src/IconFaceUpRoundedFilled.tsx +++ b/src/IconFaceUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaceUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpRoundedFilled as default } diff --git a/src/IconFaceUpSharp.tsx b/src/IconFaceUpSharp.tsx index 0500cf900..06ddce36c 100644 --- a/src/IconFaceUpSharp.tsx +++ b/src/IconFaceUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpSharp: React.FC = ({ ...props }) => ( +export const IconFaceUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpSharp as default } diff --git a/src/IconFaceUpSharpFilled.tsx b/src/IconFaceUpSharpFilled.tsx index f3b42f45b..b63c9fefa 100644 --- a/src/IconFaceUpSharpFilled.tsx +++ b/src/IconFaceUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaceUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaceUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaceUpSharpFilled as default } diff --git a/src/IconFactCheckOutlined.tsx b/src/IconFactCheckOutlined.tsx index 146f76199..092cb5521 100644 --- a/src/IconFactCheckOutlined.tsx +++ b/src/IconFactCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckOutlined: React.FC = ({ ...props }) => ( +export const IconFactCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactCheckOutlined as default } diff --git a/src/IconFactCheckOutlinedFilled.tsx b/src/IconFactCheckOutlinedFilled.tsx index 412f4f120..aaf6f10c3 100644 --- a/src/IconFactCheckOutlinedFilled.tsx +++ b/src/IconFactCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFactCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFactCheckOutlinedFilled as default } diff --git a/src/IconFactCheckRounded.tsx b/src/IconFactCheckRounded.tsx index 1dc95c0b1..f1a907224 100644 --- a/src/IconFactCheckRounded.tsx +++ b/src/IconFactCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckRounded: React.FC = ({ ...props }) => ( +export const IconFactCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactCheckRounded as default } diff --git a/src/IconFactCheckRoundedFilled.tsx b/src/IconFactCheckRoundedFilled.tsx index c7c0bbdf3..3862b99fc 100644 --- a/src/IconFactCheckRoundedFilled.tsx +++ b/src/IconFactCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFactCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFactCheckRoundedFilled as default } diff --git a/src/IconFactCheckSharp.tsx b/src/IconFactCheckSharp.tsx index b68ed7812..d4fc4a7d4 100644 --- a/src/IconFactCheckSharp.tsx +++ b/src/IconFactCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckSharp: React.FC = ({ ...props }) => ( +export const IconFactCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactCheckSharp as default } diff --git a/src/IconFactCheckSharpFilled.tsx b/src/IconFactCheckSharpFilled.tsx index 38187ffc7..7d2338f06 100644 --- a/src/IconFactCheckSharpFilled.tsx +++ b/src/IconFactCheckSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconFactCheckSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactCheckSharpFilled as default } diff --git a/src/IconFactoryOutlined.tsx b/src/IconFactoryOutlined.tsx index 65b6996db..c36d69610 100644 --- a/src/IconFactoryOutlined.tsx +++ b/src/IconFactoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactoryOutlined: React.FC = ({ ...props }) => ( +export const IconFactoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactoryOutlined as default } diff --git a/src/IconFactoryOutlinedFilled.tsx b/src/IconFactoryOutlinedFilled.tsx index 307a47965..ee37797d9 100644 --- a/src/IconFactoryOutlinedFilled.tsx +++ b/src/IconFactoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFactoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFactoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFactoryOutlinedFilled as default } diff --git a/src/IconFactoryRounded.tsx b/src/IconFactoryRounded.tsx index 359c65c50..e6cb2cda3 100644 --- a/src/IconFactoryRounded.tsx +++ b/src/IconFactoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactoryRounded: React.FC = ({ ...props }) => ( +export const IconFactoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactoryRounded as default } diff --git a/src/IconFactoryRoundedFilled.tsx b/src/IconFactoryRoundedFilled.tsx index 353fb3bd3..a68632f1f 100644 --- a/src/IconFactoryRoundedFilled.tsx +++ b/src/IconFactoryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFactoryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactoryRoundedFilled as default } diff --git a/src/IconFactorySharp.tsx b/src/IconFactorySharp.tsx index e08f1ed1e..e0d49c044 100644 --- a/src/IconFactorySharp.tsx +++ b/src/IconFactorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactorySharp: React.FC = ({ ...props }) => ( +export const IconFactorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactorySharp as default } diff --git a/src/IconFactorySharpFilled.tsx b/src/IconFactorySharpFilled.tsx index 06a9f7377..8c40a8f17 100644 --- a/src/IconFactorySharpFilled.tsx +++ b/src/IconFactorySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFactorySharpFilled: React.FC = ({ ...props }) => ( +export const IconFactorySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFactorySharpFilled as default } diff --git a/src/IconFallingOutlined.tsx b/src/IconFallingOutlined.tsx index 3ba4a652c..c927b2d25 100644 --- a/src/IconFallingOutlined.tsx +++ b/src/IconFallingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFallingOutlined: React.FC = ({ ...props }) => ( +export const IconFallingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFallingOutlined as default } diff --git a/src/IconFallingOutlinedFilled.tsx b/src/IconFallingOutlinedFilled.tsx index 77c10bd11..146418006 100644 --- a/src/IconFallingOutlinedFilled.tsx +++ b/src/IconFallingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFallingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFallingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFallingOutlinedFilled as default } diff --git a/src/IconFallingRounded.tsx b/src/IconFallingRounded.tsx index 7eb9bf984..94262a85f 100644 --- a/src/IconFallingRounded.tsx +++ b/src/IconFallingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFallingRounded: React.FC = ({ ...props }) => ( +export const IconFallingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFallingRounded as default } diff --git a/src/IconFallingRoundedFilled.tsx b/src/IconFallingRoundedFilled.tsx index 96cbf968b..0dde3e0b8 100644 --- a/src/IconFallingRoundedFilled.tsx +++ b/src/IconFallingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFallingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFallingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFallingRoundedFilled as default } diff --git a/src/IconFallingSharp.tsx b/src/IconFallingSharp.tsx index 05585ad44..23c0d4118 100644 --- a/src/IconFallingSharp.tsx +++ b/src/IconFallingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFallingSharp: React.FC = ({ ...props }) => ( +export const IconFallingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFallingSharp as default } diff --git a/src/IconFallingSharpFilled.tsx b/src/IconFallingSharpFilled.tsx index 67cd94693..45ef6f800 100644 --- a/src/IconFallingSharpFilled.tsx +++ b/src/IconFallingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFallingSharpFilled: React.FC = ({ ...props }) => ( +export const IconFallingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFallingSharpFilled as default } diff --git a/src/IconFamiliarFaceAndZoneOutlined.tsx b/src/IconFamiliarFaceAndZoneOutlined.tsx index 1c030293d..2dc8de6c4 100644 --- a/src/IconFamiliarFaceAndZoneOutlined.tsx +++ b/src/IconFamiliarFaceAndZoneOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneOutlined: React.FC = ({ ...props }) => ( +export const IconFamiliarFaceAndZoneOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamiliarFaceAndZoneOutlined as default } diff --git a/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx b/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx index c5d57c4cc..3c1cbaa79 100644 --- a/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx +++ b/src/IconFamiliarFaceAndZoneOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneOutlinedFilled: React.FC = ({ +export const IconFamiliarFaceAndZoneOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFamiliarFaceAndZoneOutlinedFilled: React.FC = ({ ) - -export { IconFamiliarFaceAndZoneOutlinedFilled as default } diff --git a/src/IconFamiliarFaceAndZoneRounded.tsx b/src/IconFamiliarFaceAndZoneRounded.tsx index 0b05657a4..4b6fe4f7f 100644 --- a/src/IconFamiliarFaceAndZoneRounded.tsx +++ b/src/IconFamiliarFaceAndZoneRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneRounded: React.FC = ({ ...props }) => ( +export const IconFamiliarFaceAndZoneRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamiliarFaceAndZoneRounded as default } diff --git a/src/IconFamiliarFaceAndZoneRoundedFilled.tsx b/src/IconFamiliarFaceAndZoneRoundedFilled.tsx index 41d95e318..a1631d4c8 100644 --- a/src/IconFamiliarFaceAndZoneRoundedFilled.tsx +++ b/src/IconFamiliarFaceAndZoneRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneRoundedFilled: React.FC = ({ +export const IconFamiliarFaceAndZoneRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFamiliarFaceAndZoneRoundedFilled: React.FC = ({ ) - -export { IconFamiliarFaceAndZoneRoundedFilled as default } diff --git a/src/IconFamiliarFaceAndZoneSharp.tsx b/src/IconFamiliarFaceAndZoneSharp.tsx index 63f58964e..4fd26e51d 100644 --- a/src/IconFamiliarFaceAndZoneSharp.tsx +++ b/src/IconFamiliarFaceAndZoneSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneSharp: React.FC = ({ ...props }) => ( +export const IconFamiliarFaceAndZoneSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamiliarFaceAndZoneSharp as default } diff --git a/src/IconFamiliarFaceAndZoneSharpFilled.tsx b/src/IconFamiliarFaceAndZoneSharpFilled.tsx index 17dabc432..527237563 100644 --- a/src/IconFamiliarFaceAndZoneSharpFilled.tsx +++ b/src/IconFamiliarFaceAndZoneSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFamiliarFaceAndZoneSharpFilled: React.FC = ({ +export const IconFamiliarFaceAndZoneSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFamiliarFaceAndZoneSharpFilled: React.FC = ({ ) - -export { IconFamiliarFaceAndZoneSharpFilled as default } diff --git a/src/IconFamilyHistoryOutlined.tsx b/src/IconFamilyHistoryOutlined.tsx index 1fece737a..1dffe3b53 100644 --- a/src/IconFamilyHistoryOutlined.tsx +++ b/src/IconFamilyHistoryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconFamilyHistoryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHistoryOutlined as default } diff --git a/src/IconFamilyHistoryOutlinedFilled.tsx b/src/IconFamilyHistoryOutlinedFilled.tsx index 87e6f19d7..189f4c3cf 100644 --- a/src/IconFamilyHistoryOutlinedFilled.tsx +++ b/src/IconFamilyHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHistoryOutlinedFilled as default } diff --git a/src/IconFamilyHistoryRounded.tsx b/src/IconFamilyHistoryRounded.tsx index 734de73ba..fed8f648f 100644 --- a/src/IconFamilyHistoryRounded.tsx +++ b/src/IconFamilyHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistoryRounded: React.FC = ({ ...props }) => ( +export const IconFamilyHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyHistoryRounded as default } diff --git a/src/IconFamilyHistoryRoundedFilled.tsx b/src/IconFamilyHistoryRoundedFilled.tsx index 13a53413e..03793c21d 100644 --- a/src/IconFamilyHistoryRoundedFilled.tsx +++ b/src/IconFamilyHistoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHistoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHistoryRoundedFilled as default } diff --git a/src/IconFamilyHistorySharp.tsx b/src/IconFamilyHistorySharp.tsx index 1b7afc105..f5c1bdffd 100644 --- a/src/IconFamilyHistorySharp.tsx +++ b/src/IconFamilyHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistorySharp: React.FC = ({ ...props }) => ( +export const IconFamilyHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyHistorySharp as default } diff --git a/src/IconFamilyHistorySharpFilled.tsx b/src/IconFamilyHistorySharpFilled.tsx index 98fc88989..ae5541876 100644 --- a/src/IconFamilyHistorySharpFilled.tsx +++ b/src/IconFamilyHistorySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHistorySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHistorySharpFilled as default } diff --git a/src/IconFamilyHomeOutlined.tsx b/src/IconFamilyHomeOutlined.tsx index dc744af78..d7390a76d 100644 --- a/src/IconFamilyHomeOutlined.tsx +++ b/src/IconFamilyHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeOutlined: React.FC = ({ ...props }) => ( +export const IconFamilyHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeOutlined as default } diff --git a/src/IconFamilyHomeOutlinedFilled.tsx b/src/IconFamilyHomeOutlinedFilled.tsx index 6d4ecca12..b942b1b15 100644 --- a/src/IconFamilyHomeOutlinedFilled.tsx +++ b/src/IconFamilyHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeOutlinedFilled as default } diff --git a/src/IconFamilyHomeRounded.tsx b/src/IconFamilyHomeRounded.tsx index a9e7179e6..fc9ebeded 100644 --- a/src/IconFamilyHomeRounded.tsx +++ b/src/IconFamilyHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeRounded: React.FC = ({ ...props }) => ( +export const IconFamilyHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeRounded as default } diff --git a/src/IconFamilyHomeRoundedFilled.tsx b/src/IconFamilyHomeRoundedFilled.tsx index 30b6ffbe1..2d3cd2f46 100644 --- a/src/IconFamilyHomeRoundedFilled.tsx +++ b/src/IconFamilyHomeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHomeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeRoundedFilled as default } diff --git a/src/IconFamilyHomeSharp.tsx b/src/IconFamilyHomeSharp.tsx index 3b26f6ad2..78eb41420 100644 --- a/src/IconFamilyHomeSharp.tsx +++ b/src/IconFamilyHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeSharp: React.FC = ({ ...props }) => ( +export const IconFamilyHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeSharp as default } diff --git a/src/IconFamilyHomeSharpFilled.tsx b/src/IconFamilyHomeSharpFilled.tsx index cac6df489..4abbecf06 100644 --- a/src/IconFamilyHomeSharpFilled.tsx +++ b/src/IconFamilyHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconFamilyHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyHomeSharpFilled as default } diff --git a/src/IconFamilyLinkOutlined.tsx b/src/IconFamilyLinkOutlined.tsx index a880a4e1d..3a088c074 100644 --- a/src/IconFamilyLinkOutlined.tsx +++ b/src/IconFamilyLinkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkOutlined: React.FC = ({ ...props }) => ( +export const IconFamilyLinkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkOutlined as default } diff --git a/src/IconFamilyLinkOutlinedFilled.tsx b/src/IconFamilyLinkOutlinedFilled.tsx index b970f4ad8..210e95453 100644 --- a/src/IconFamilyLinkOutlinedFilled.tsx +++ b/src/IconFamilyLinkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyLinkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkOutlinedFilled as default } diff --git a/src/IconFamilyLinkRounded.tsx b/src/IconFamilyLinkRounded.tsx index 524c5bac4..cba76f7c7 100644 --- a/src/IconFamilyLinkRounded.tsx +++ b/src/IconFamilyLinkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkRounded: React.FC = ({ ...props }) => ( +export const IconFamilyLinkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkRounded as default } diff --git a/src/IconFamilyLinkRoundedFilled.tsx b/src/IconFamilyLinkRoundedFilled.tsx index e927e7716..3b7153c05 100644 --- a/src/IconFamilyLinkRoundedFilled.tsx +++ b/src/IconFamilyLinkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyLinkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkRoundedFilled as default } diff --git a/src/IconFamilyLinkSharp.tsx b/src/IconFamilyLinkSharp.tsx index d04a83199..d9d2c795b 100644 --- a/src/IconFamilyLinkSharp.tsx +++ b/src/IconFamilyLinkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkSharp: React.FC = ({ ...props }) => ( +export const IconFamilyLinkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkSharp as default } diff --git a/src/IconFamilyLinkSharpFilled.tsx b/src/IconFamilyLinkSharpFilled.tsx index cfc9e8483..0b60c7ad7 100644 --- a/src/IconFamilyLinkSharpFilled.tsx +++ b/src/IconFamilyLinkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyLinkSharpFilled: React.FC = ({ ...props }) => ( +export const IconFamilyLinkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyLinkSharpFilled as default } diff --git a/src/IconFamilyRestroomOutlined.tsx b/src/IconFamilyRestroomOutlined.tsx index 6fe8b515f..3466accbb 100644 --- a/src/IconFamilyRestroomOutlined.tsx +++ b/src/IconFamilyRestroomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomOutlined: React.FC = ({ ...props }) => ( +export const IconFamilyRestroomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyRestroomOutlined as default } diff --git a/src/IconFamilyRestroomOutlinedFilled.tsx b/src/IconFamilyRestroomOutlinedFilled.tsx index e2767706b..c9003dd92 100644 --- a/src/IconFamilyRestroomOutlinedFilled.tsx +++ b/src/IconFamilyRestroomOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomOutlinedFilled: React.FC = ({ +export const IconFamilyRestroomOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFamilyRestroomOutlinedFilled: React.FC = ({ ) - -export { IconFamilyRestroomOutlinedFilled as default } diff --git a/src/IconFamilyRestroomRounded.tsx b/src/IconFamilyRestroomRounded.tsx index 631611df3..a1c042f40 100644 --- a/src/IconFamilyRestroomRounded.tsx +++ b/src/IconFamilyRestroomRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomRounded: React.FC = ({ ...props }) => ( +export const IconFamilyRestroomRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyRestroomRounded as default } diff --git a/src/IconFamilyRestroomRoundedFilled.tsx b/src/IconFamilyRestroomRoundedFilled.tsx index 0ab53fb64..9ab43d8f0 100644 --- a/src/IconFamilyRestroomRoundedFilled.tsx +++ b/src/IconFamilyRestroomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyRestroomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyRestroomRoundedFilled as default } diff --git a/src/IconFamilyRestroomSharp.tsx b/src/IconFamilyRestroomSharp.tsx index b45b7d975..32cd0be7c 100644 --- a/src/IconFamilyRestroomSharp.tsx +++ b/src/IconFamilyRestroomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomSharp: React.FC = ({ ...props }) => ( +export const IconFamilyRestroomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyRestroomSharp as default } diff --git a/src/IconFamilyRestroomSharpFilled.tsx b/src/IconFamilyRestroomSharpFilled.tsx index d3957cdb7..ffb139a34 100644 --- a/src/IconFamilyRestroomSharpFilled.tsx +++ b/src/IconFamilyRestroomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyRestroomSharpFilled: React.FC = ({ ...props }) => ( +export const IconFamilyRestroomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyRestroomSharpFilled as default } diff --git a/src/IconFamilyStarOutlined.tsx b/src/IconFamilyStarOutlined.tsx index 8d23f60a9..1db0049dd 100644 --- a/src/IconFamilyStarOutlined.tsx +++ b/src/IconFamilyStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarOutlined: React.FC = ({ ...props }) => ( +export const IconFamilyStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyStarOutlined as default } diff --git a/src/IconFamilyStarOutlinedFilled.tsx b/src/IconFamilyStarOutlinedFilled.tsx index 928798415..4a3c0c620 100644 --- a/src/IconFamilyStarOutlinedFilled.tsx +++ b/src/IconFamilyStarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyStarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyStarOutlinedFilled as default } diff --git a/src/IconFamilyStarRounded.tsx b/src/IconFamilyStarRounded.tsx index ed3ad468e..40caa4e93 100644 --- a/src/IconFamilyStarRounded.tsx +++ b/src/IconFamilyStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarRounded: React.FC = ({ ...props }) => ( +export const IconFamilyStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyStarRounded as default } diff --git a/src/IconFamilyStarRoundedFilled.tsx b/src/IconFamilyStarRoundedFilled.tsx index 7ea3f6222..7f8c96df1 100644 --- a/src/IconFamilyStarRoundedFilled.tsx +++ b/src/IconFamilyStarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFamilyStarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyStarRoundedFilled as default } diff --git a/src/IconFamilyStarSharp.tsx b/src/IconFamilyStarSharp.tsx index a19125895..40064b65c 100644 --- a/src/IconFamilyStarSharp.tsx +++ b/src/IconFamilyStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarSharp: React.FC = ({ ...props }) => ( +export const IconFamilyStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFamilyStarSharp as default } diff --git a/src/IconFamilyStarSharpFilled.tsx b/src/IconFamilyStarSharpFilled.tsx index d2aac5f97..80caa0048 100644 --- a/src/IconFamilyStarSharpFilled.tsx +++ b/src/IconFamilyStarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFamilyStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconFamilyStarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFamilyStarSharpFilled as default } diff --git a/src/IconFarsightDigitalOutlined.tsx b/src/IconFarsightDigitalOutlined.tsx index 0b9d63b0a..45fc7ceec 100644 --- a/src/IconFarsightDigitalOutlined.tsx +++ b/src/IconFarsightDigitalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalOutlined: React.FC = ({ ...props }) => ( +export const IconFarsightDigitalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFarsightDigitalOutlined as default } diff --git a/src/IconFarsightDigitalOutlinedFilled.tsx b/src/IconFarsightDigitalOutlinedFilled.tsx index 39f7f1d06..6815a5a34 100644 --- a/src/IconFarsightDigitalOutlinedFilled.tsx +++ b/src/IconFarsightDigitalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalOutlinedFilled: React.FC = ({ +export const IconFarsightDigitalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFarsightDigitalOutlinedFilled: React.FC = ({ ) - -export { IconFarsightDigitalOutlinedFilled as default } diff --git a/src/IconFarsightDigitalRounded.tsx b/src/IconFarsightDigitalRounded.tsx index 9c8277ebf..17a921a1e 100644 --- a/src/IconFarsightDigitalRounded.tsx +++ b/src/IconFarsightDigitalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalRounded: React.FC = ({ ...props }) => ( +export const IconFarsightDigitalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFarsightDigitalRounded as default } diff --git a/src/IconFarsightDigitalRoundedFilled.tsx b/src/IconFarsightDigitalRoundedFilled.tsx index 6872b0c6b..b1c7bb042 100644 --- a/src/IconFarsightDigitalRoundedFilled.tsx +++ b/src/IconFarsightDigitalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalRoundedFilled: React.FC = ({ +export const IconFarsightDigitalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFarsightDigitalRoundedFilled: React.FC = ({ ) - -export { IconFarsightDigitalRoundedFilled as default } diff --git a/src/IconFarsightDigitalSharp.tsx b/src/IconFarsightDigitalSharp.tsx index 70a0306a5..897de1311 100644 --- a/src/IconFarsightDigitalSharp.tsx +++ b/src/IconFarsightDigitalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalSharp: React.FC = ({ ...props }) => ( +export const IconFarsightDigitalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFarsightDigitalSharp as default } diff --git a/src/IconFarsightDigitalSharpFilled.tsx b/src/IconFarsightDigitalSharpFilled.tsx index 6235acf80..86c648020 100644 --- a/src/IconFarsightDigitalSharpFilled.tsx +++ b/src/IconFarsightDigitalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFarsightDigitalSharpFilled: React.FC = ({ ...props }) => ( +export const IconFarsightDigitalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFarsightDigitalSharpFilled as default } diff --git a/src/IconFastForwardOutlined.tsx b/src/IconFastForwardOutlined.tsx index 404b2ab5c..2e96af680 100644 --- a/src/IconFastForwardOutlined.tsx +++ b/src/IconFastForwardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardOutlined: React.FC = ({ ...props }) => ( +export const IconFastForwardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastForwardOutlined as default } diff --git a/src/IconFastForwardOutlinedFilled.tsx b/src/IconFastForwardOutlinedFilled.tsx index 794b45756..8276b2a16 100644 --- a/src/IconFastForwardOutlinedFilled.tsx +++ b/src/IconFastForwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFastForwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastForwardOutlinedFilled as default } diff --git a/src/IconFastForwardRounded.tsx b/src/IconFastForwardRounded.tsx index 52d9d4705..bfbad08a9 100644 --- a/src/IconFastForwardRounded.tsx +++ b/src/IconFastForwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardRounded: React.FC = ({ ...props }) => ( +export const IconFastForwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastForwardRounded as default } diff --git a/src/IconFastForwardRoundedFilled.tsx b/src/IconFastForwardRoundedFilled.tsx index 1d86c3d79..ec3b50e55 100644 --- a/src/IconFastForwardRoundedFilled.tsx +++ b/src/IconFastForwardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFastForwardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastForwardRoundedFilled as default } diff --git a/src/IconFastForwardSharp.tsx b/src/IconFastForwardSharp.tsx index e2d175790..9bb24feb2 100644 --- a/src/IconFastForwardSharp.tsx +++ b/src/IconFastForwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardSharp: React.FC = ({ ...props }) => ( +export const IconFastForwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastForwardSharp as default } diff --git a/src/IconFastForwardSharpFilled.tsx b/src/IconFastForwardSharpFilled.tsx index 74f5a6468..62b1ced55 100644 --- a/src/IconFastForwardSharpFilled.tsx +++ b/src/IconFastForwardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastForwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconFastForwardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastForwardSharpFilled as default } diff --git a/src/IconFastRewindOutlined.tsx b/src/IconFastRewindOutlined.tsx index 1c0c1dfed..b0272eaa1 100644 --- a/src/IconFastRewindOutlined.tsx +++ b/src/IconFastRewindOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindOutlined: React.FC = ({ ...props }) => ( +export const IconFastRewindOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastRewindOutlined as default } diff --git a/src/IconFastRewindOutlinedFilled.tsx b/src/IconFastRewindOutlinedFilled.tsx index c5a0e0d05..58fb0d317 100644 --- a/src/IconFastRewindOutlinedFilled.tsx +++ b/src/IconFastRewindOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFastRewindOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastRewindOutlinedFilled as default } diff --git a/src/IconFastRewindRounded.tsx b/src/IconFastRewindRounded.tsx index 385fe2a5a..f7e83eaad 100644 --- a/src/IconFastRewindRounded.tsx +++ b/src/IconFastRewindRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindRounded: React.FC = ({ ...props }) => ( +export const IconFastRewindRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastRewindRounded as default } diff --git a/src/IconFastRewindRoundedFilled.tsx b/src/IconFastRewindRoundedFilled.tsx index 5bf3b138b..f9008fc9e 100644 --- a/src/IconFastRewindRoundedFilled.tsx +++ b/src/IconFastRewindRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFastRewindRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastRewindRoundedFilled as default } diff --git a/src/IconFastRewindSharp.tsx b/src/IconFastRewindSharp.tsx index 2dc87df5f..a608947c8 100644 --- a/src/IconFastRewindSharp.tsx +++ b/src/IconFastRewindSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindSharp: React.FC = ({ ...props }) => ( +export const IconFastRewindSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastRewindSharp as default } diff --git a/src/IconFastRewindSharpFilled.tsx b/src/IconFastRewindSharpFilled.tsx index f28b0bc66..d680e45b6 100644 --- a/src/IconFastRewindSharpFilled.tsx +++ b/src/IconFastRewindSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastRewindSharpFilled: React.FC = ({ ...props }) => ( +export const IconFastRewindSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastRewindSharpFilled as default } diff --git a/src/IconFastfoodOutlined.tsx b/src/IconFastfoodOutlined.tsx index 0d90a0bca..9a7691b4f 100644 --- a/src/IconFastfoodOutlined.tsx +++ b/src/IconFastfoodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodOutlined: React.FC = ({ ...props }) => ( +export const IconFastfoodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastfoodOutlined as default } diff --git a/src/IconFastfoodOutlinedFilled.tsx b/src/IconFastfoodOutlinedFilled.tsx index ef86ecf8b..3eabd5607 100644 --- a/src/IconFastfoodOutlinedFilled.tsx +++ b/src/IconFastfoodOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFastfoodOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastfoodOutlinedFilled as default } diff --git a/src/IconFastfoodRounded.tsx b/src/IconFastfoodRounded.tsx index 09b09d375..ef5e05c3f 100644 --- a/src/IconFastfoodRounded.tsx +++ b/src/IconFastfoodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodRounded: React.FC = ({ ...props }) => ( +export const IconFastfoodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastfoodRounded as default } diff --git a/src/IconFastfoodRoundedFilled.tsx b/src/IconFastfoodRoundedFilled.tsx index 43c468976..7516a679b 100644 --- a/src/IconFastfoodRoundedFilled.tsx +++ b/src/IconFastfoodRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFastfoodRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFastfoodRoundedFilled as default } diff --git a/src/IconFastfoodSharp.tsx b/src/IconFastfoodSharp.tsx index 63d59ca09..1780a64ea 100644 --- a/src/IconFastfoodSharp.tsx +++ b/src/IconFastfoodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodSharp: React.FC = ({ ...props }) => ( +export const IconFastfoodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastfoodSharp as default } diff --git a/src/IconFastfoodSharpFilled.tsx b/src/IconFastfoodSharpFilled.tsx index 633a4559d..4de9e6d48 100644 --- a/src/IconFastfoodSharpFilled.tsx +++ b/src/IconFastfoodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFastfoodSharpFilled: React.FC = ({ ...props }) => ( +export const IconFastfoodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFastfoodSharpFilled as default } diff --git a/src/IconFaucetOutlined.tsx b/src/IconFaucetOutlined.tsx index ccddf43f2..0daa51b55 100644 --- a/src/IconFaucetOutlined.tsx +++ b/src/IconFaucetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetOutlined: React.FC = ({ ...props }) => ( +export const IconFaucetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetOutlined as default } diff --git a/src/IconFaucetOutlinedFilled.tsx b/src/IconFaucetOutlinedFilled.tsx index ca071e7df..6076c42bc 100644 --- a/src/IconFaucetOutlinedFilled.tsx +++ b/src/IconFaucetOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaucetOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetOutlinedFilled as default } diff --git a/src/IconFaucetRounded.tsx b/src/IconFaucetRounded.tsx index add42bcf7..7c7935f23 100644 --- a/src/IconFaucetRounded.tsx +++ b/src/IconFaucetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetRounded: React.FC = ({ ...props }) => ( +export const IconFaucetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetRounded as default } diff --git a/src/IconFaucetRoundedFilled.tsx b/src/IconFaucetRoundedFilled.tsx index 29b14d92e..cc086d1bd 100644 --- a/src/IconFaucetRoundedFilled.tsx +++ b/src/IconFaucetRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaucetRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetRoundedFilled as default } diff --git a/src/IconFaucetSharp.tsx b/src/IconFaucetSharp.tsx index b0c49352f..e8b1857de 100644 --- a/src/IconFaucetSharp.tsx +++ b/src/IconFaucetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetSharp: React.FC = ({ ...props }) => ( +export const IconFaucetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetSharp as default } diff --git a/src/IconFaucetSharpFilled.tsx b/src/IconFaucetSharpFilled.tsx index 2d7714a3e..34a32eb04 100644 --- a/src/IconFaucetSharpFilled.tsx +++ b/src/IconFaucetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaucetSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaucetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaucetSharpFilled as default } diff --git a/src/IconFavoriteOutlined.tsx b/src/IconFavoriteOutlined.tsx index d21a8464f..514d75063 100644 --- a/src/IconFavoriteOutlined.tsx +++ b/src/IconFavoriteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteOutlined: React.FC = ({ ...props }) => ( +export const IconFavoriteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFavoriteOutlined as default } diff --git a/src/IconFavoriteOutlinedFilled.tsx b/src/IconFavoriteOutlinedFilled.tsx index eb5bd9900..328f6fbbf 100644 --- a/src/IconFavoriteOutlinedFilled.tsx +++ b/src/IconFavoriteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFavoriteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFavoriteOutlinedFilled as default } diff --git a/src/IconFavoriteRounded.tsx b/src/IconFavoriteRounded.tsx index 10cb78a3c..719e8aa1b 100644 --- a/src/IconFavoriteRounded.tsx +++ b/src/IconFavoriteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteRounded: React.FC = ({ ...props }) => ( +export const IconFavoriteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFavoriteRounded as default } diff --git a/src/IconFavoriteRoundedFilled.tsx b/src/IconFavoriteRoundedFilled.tsx index d28bb59a6..7f094cd86 100644 --- a/src/IconFavoriteRoundedFilled.tsx +++ b/src/IconFavoriteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFavoriteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFavoriteRoundedFilled as default } diff --git a/src/IconFavoriteSharp.tsx b/src/IconFavoriteSharp.tsx index 4c5d7483c..fc1d805a8 100644 --- a/src/IconFavoriteSharp.tsx +++ b/src/IconFavoriteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteSharp: React.FC = ({ ...props }) => ( +export const IconFavoriteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFavoriteSharp as default } diff --git a/src/IconFavoriteSharpFilled.tsx b/src/IconFavoriteSharpFilled.tsx index 588bc47b4..ae5c8bb81 100644 --- a/src/IconFavoriteSharpFilled.tsx +++ b/src/IconFavoriteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFavoriteSharpFilled: React.FC = ({ ...props }) => ( +export const IconFavoriteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFavoriteSharpFilled as default } diff --git a/src/IconFaxOutlined.tsx b/src/IconFaxOutlined.tsx index 190caee92..01800c847 100644 --- a/src/IconFaxOutlined.tsx +++ b/src/IconFaxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxOutlined: React.FC = ({ ...props }) => ( +export const IconFaxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxOutlined as default } diff --git a/src/IconFaxOutlinedFilled.tsx b/src/IconFaxOutlinedFilled.tsx index 90a259441..edf3a7ccf 100644 --- a/src/IconFaxOutlinedFilled.tsx +++ b/src/IconFaxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFaxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxOutlinedFilled as default } diff --git a/src/IconFaxRounded.tsx b/src/IconFaxRounded.tsx index 33cb9bbef..7d2247105 100644 --- a/src/IconFaxRounded.tsx +++ b/src/IconFaxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxRounded: React.FC = ({ ...props }) => ( +export const IconFaxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxRounded as default } diff --git a/src/IconFaxRoundedFilled.tsx b/src/IconFaxRoundedFilled.tsx index 8b4aff9c6..c6b7d95ae 100644 --- a/src/IconFaxRoundedFilled.tsx +++ b/src/IconFaxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFaxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxRoundedFilled as default } diff --git a/src/IconFaxSharp.tsx b/src/IconFaxSharp.tsx index 5fdf7392b..9f38d1e53 100644 --- a/src/IconFaxSharp.tsx +++ b/src/IconFaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxSharp: React.FC = ({ ...props }) => ( +export const IconFaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxSharp as default } diff --git a/src/IconFaxSharpFilled.tsx b/src/IconFaxSharpFilled.tsx index 59988382f..7a430344a 100644 --- a/src/IconFaxSharpFilled.tsx +++ b/src/IconFaxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconFaxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFaxSharpFilled as default } diff --git a/src/IconFeatureSearchOutlined.tsx b/src/IconFeatureSearchOutlined.tsx index 9a0801ce9..6f09bd45d 100644 --- a/src/IconFeatureSearchOutlined.tsx +++ b/src/IconFeatureSearchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchOutlined: React.FC = ({ ...props }) => ( +export const IconFeatureSearchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchOutlined as default } diff --git a/src/IconFeatureSearchOutlinedFilled.tsx b/src/IconFeatureSearchOutlinedFilled.tsx index 4362d4a94..291e0f7c8 100644 --- a/src/IconFeatureSearchOutlinedFilled.tsx +++ b/src/IconFeatureSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFeatureSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchOutlinedFilled as default } diff --git a/src/IconFeatureSearchRounded.tsx b/src/IconFeatureSearchRounded.tsx index 292c889a0..43ad306e2 100644 --- a/src/IconFeatureSearchRounded.tsx +++ b/src/IconFeatureSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchRounded: React.FC = ({ ...props }) => ( +export const IconFeatureSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchRounded as default } diff --git a/src/IconFeatureSearchRoundedFilled.tsx b/src/IconFeatureSearchRoundedFilled.tsx index 0d0c25f76..b6abadec8 100644 --- a/src/IconFeatureSearchRoundedFilled.tsx +++ b/src/IconFeatureSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFeatureSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchRoundedFilled as default } diff --git a/src/IconFeatureSearchSharp.tsx b/src/IconFeatureSearchSharp.tsx index f52c06704..c19575334 100644 --- a/src/IconFeatureSearchSharp.tsx +++ b/src/IconFeatureSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchSharp: React.FC = ({ ...props }) => ( +export const IconFeatureSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchSharp as default } diff --git a/src/IconFeatureSearchSharpFilled.tsx b/src/IconFeatureSearchSharpFilled.tsx index 4146d0b73..25ecfac79 100644 --- a/src/IconFeatureSearchSharpFilled.tsx +++ b/src/IconFeatureSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeatureSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconFeatureSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeatureSearchSharpFilled as default } diff --git a/src/IconFeaturedPlayListOutlined.tsx b/src/IconFeaturedPlayListOutlined.tsx index 2e66eca4a..7e328ccbc 100644 --- a/src/IconFeaturedPlayListOutlined.tsx +++ b/src/IconFeaturedPlayListOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListOutlined: React.FC = ({ ...props }) => ( +export const IconFeaturedPlayListOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedPlayListOutlined as default } diff --git a/src/IconFeaturedPlayListOutlinedFilled.tsx b/src/IconFeaturedPlayListOutlinedFilled.tsx index 3a9d78a0f..eb3fe5ddc 100644 --- a/src/IconFeaturedPlayListOutlinedFilled.tsx +++ b/src/IconFeaturedPlayListOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListOutlinedFilled: React.FC = ({ +export const IconFeaturedPlayListOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedPlayListOutlinedFilled: React.FC = ({ ) - -export { IconFeaturedPlayListOutlinedFilled as default } diff --git a/src/IconFeaturedPlayListRounded.tsx b/src/IconFeaturedPlayListRounded.tsx index 0d2db80a5..f52bf70dd 100644 --- a/src/IconFeaturedPlayListRounded.tsx +++ b/src/IconFeaturedPlayListRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListRounded: React.FC = ({ ...props }) => ( +export const IconFeaturedPlayListRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedPlayListRounded as default } diff --git a/src/IconFeaturedPlayListRoundedFilled.tsx b/src/IconFeaturedPlayListRoundedFilled.tsx index cb5058937..068ebde3e 100644 --- a/src/IconFeaturedPlayListRoundedFilled.tsx +++ b/src/IconFeaturedPlayListRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListRoundedFilled: React.FC = ({ +export const IconFeaturedPlayListRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedPlayListRoundedFilled: React.FC = ({ ) - -export { IconFeaturedPlayListRoundedFilled as default } diff --git a/src/IconFeaturedPlayListSharp.tsx b/src/IconFeaturedPlayListSharp.tsx index d11a2cc70..7afd89d66 100644 --- a/src/IconFeaturedPlayListSharp.tsx +++ b/src/IconFeaturedPlayListSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListSharp: React.FC = ({ ...props }) => ( +export const IconFeaturedPlayListSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedPlayListSharp as default } diff --git a/src/IconFeaturedPlayListSharpFilled.tsx b/src/IconFeaturedPlayListSharpFilled.tsx index ecd9f6a70..75004efaf 100644 --- a/src/IconFeaturedPlayListSharpFilled.tsx +++ b/src/IconFeaturedPlayListSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedPlayListSharpFilled: React.FC = ({ ...props }) => ( +export const IconFeaturedPlayListSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedPlayListSharpFilled as default } diff --git a/src/IconFeaturedSeasonalAndGiftsOutlined.tsx b/src/IconFeaturedSeasonalAndGiftsOutlined.tsx index 0085dbc75..a636256d6 100644 --- a/src/IconFeaturedSeasonalAndGiftsOutlined.tsx +++ b/src/IconFeaturedSeasonalAndGiftsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsOutlined: React.FC = ({ +export const IconFeaturedSeasonalAndGiftsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedSeasonalAndGiftsOutlined: React.FC = ({ ) - -export { IconFeaturedSeasonalAndGiftsOutlined as default } diff --git a/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx b/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx index 69265803d..b1c1a41ae 100644 --- a/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconFeaturedSeasonalAndGiftsOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeaturedSeasonalAndGiftsOutlinedFilled as default } diff --git a/src/IconFeaturedSeasonalAndGiftsRounded.tsx b/src/IconFeaturedSeasonalAndGiftsRounded.tsx index f2b08d4e7..d9adc6361 100644 --- a/src/IconFeaturedSeasonalAndGiftsRounded.tsx +++ b/src/IconFeaturedSeasonalAndGiftsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsRounded: React.FC = ({ +export const IconFeaturedSeasonalAndGiftsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedSeasonalAndGiftsRounded: React.FC = ({ ) - -export { IconFeaturedSeasonalAndGiftsRounded as default } diff --git a/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx b/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx index 6b08e970e..b8780cfe8 100644 --- a/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsRoundedFilled: React.FC = ({ +export const IconFeaturedSeasonalAndGiftsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedSeasonalAndGiftsRoundedFilled: React.FC = ({ ) - -export { IconFeaturedSeasonalAndGiftsRoundedFilled as default } diff --git a/src/IconFeaturedSeasonalAndGiftsSharp.tsx b/src/IconFeaturedSeasonalAndGiftsSharp.tsx index 875e87933..de0ccc36c 100644 --- a/src/IconFeaturedSeasonalAndGiftsSharp.tsx +++ b/src/IconFeaturedSeasonalAndGiftsSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsSharp: React.FC = ({ +export const IconFeaturedSeasonalAndGiftsSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedSeasonalAndGiftsSharp: React.FC = ({ ) - -export { IconFeaturedSeasonalAndGiftsSharp as default } diff --git a/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx b/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx index dbd218a62..14eef8355 100644 --- a/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx +++ b/src/IconFeaturedSeasonalAndGiftsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedSeasonalAndGiftsSharpFilled: React.FC = ({ +export const IconFeaturedSeasonalAndGiftsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFeaturedSeasonalAndGiftsSharpFilled: React.FC = ({ ) - -export { IconFeaturedSeasonalAndGiftsSharpFilled as default } diff --git a/src/IconFeaturedVideoOutlined.tsx b/src/IconFeaturedVideoOutlined.tsx index d72e9bab2..e829170b2 100644 --- a/src/IconFeaturedVideoOutlined.tsx +++ b/src/IconFeaturedVideoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoOutlined: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoOutlined as default } diff --git a/src/IconFeaturedVideoOutlinedFilled.tsx b/src/IconFeaturedVideoOutlinedFilled.tsx index 6558163cd..bf23458de 100644 --- a/src/IconFeaturedVideoOutlinedFilled.tsx +++ b/src/IconFeaturedVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoOutlinedFilled as default } diff --git a/src/IconFeaturedVideoRounded.tsx b/src/IconFeaturedVideoRounded.tsx index 9c69dbc71..2210d4b9b 100644 --- a/src/IconFeaturedVideoRounded.tsx +++ b/src/IconFeaturedVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoRounded: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoRounded as default } diff --git a/src/IconFeaturedVideoRoundedFilled.tsx b/src/IconFeaturedVideoRoundedFilled.tsx index 2c2f96edb..18b611b6c 100644 --- a/src/IconFeaturedVideoRoundedFilled.tsx +++ b/src/IconFeaturedVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoRoundedFilled as default } diff --git a/src/IconFeaturedVideoSharp.tsx b/src/IconFeaturedVideoSharp.tsx index ec8fcab8a..32386a3af 100644 --- a/src/IconFeaturedVideoSharp.tsx +++ b/src/IconFeaturedVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoSharp: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoSharp as default } diff --git a/src/IconFeaturedVideoSharpFilled.tsx b/src/IconFeaturedVideoSharpFilled.tsx index 09c6f3591..4355bc56c 100644 --- a/src/IconFeaturedVideoSharpFilled.tsx +++ b/src/IconFeaturedVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeaturedVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconFeaturedVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeaturedVideoSharpFilled as default } diff --git a/src/IconFeedbackOutlined.tsx b/src/IconFeedbackOutlined.tsx index 9c3d3e2ec..a4653276c 100644 --- a/src/IconFeedbackOutlined.tsx +++ b/src/IconFeedbackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackOutlined: React.FC = ({ ...props }) => ( +export const IconFeedbackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeedbackOutlined as default } diff --git a/src/IconFeedbackOutlinedFilled.tsx b/src/IconFeedbackOutlinedFilled.tsx index e1ce72867..ac95120f4 100644 --- a/src/IconFeedbackOutlinedFilled.tsx +++ b/src/IconFeedbackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFeedbackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeedbackOutlinedFilled as default } diff --git a/src/IconFeedbackRounded.tsx b/src/IconFeedbackRounded.tsx index cf19ae2c6..eca975108 100644 --- a/src/IconFeedbackRounded.tsx +++ b/src/IconFeedbackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackRounded: React.FC = ({ ...props }) => ( +export const IconFeedbackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeedbackRounded as default } diff --git a/src/IconFeedbackRoundedFilled.tsx b/src/IconFeedbackRoundedFilled.tsx index e296d2f6f..dad9c37e9 100644 --- a/src/IconFeedbackRoundedFilled.tsx +++ b/src/IconFeedbackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFeedbackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFeedbackRoundedFilled as default } diff --git a/src/IconFeedbackSharp.tsx b/src/IconFeedbackSharp.tsx index fe4d1a84b..4d5d7528b 100644 --- a/src/IconFeedbackSharp.tsx +++ b/src/IconFeedbackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackSharp: React.FC = ({ ...props }) => ( +export const IconFeedbackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeedbackSharp as default } diff --git a/src/IconFeedbackSharpFilled.tsx b/src/IconFeedbackSharpFilled.tsx index 8fd6d4789..7b47493c3 100644 --- a/src/IconFeedbackSharpFilled.tsx +++ b/src/IconFeedbackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFeedbackSharpFilled: React.FC = ({ ...props }) => ( +export const IconFeedbackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFeedbackSharpFilled as default } diff --git a/src/IconFemaleOutlined.tsx b/src/IconFemaleOutlined.tsx index 7da54fb8a..4a6d22215 100644 --- a/src/IconFemaleOutlined.tsx +++ b/src/IconFemaleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleOutlined: React.FC = ({ ...props }) => ( +export const IconFemaleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleOutlined as default } diff --git a/src/IconFemaleOutlinedFilled.tsx b/src/IconFemaleOutlinedFilled.tsx index 07a18087c..406e14c1c 100644 --- a/src/IconFemaleOutlinedFilled.tsx +++ b/src/IconFemaleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFemaleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleOutlinedFilled as default } diff --git a/src/IconFemaleRounded.tsx b/src/IconFemaleRounded.tsx index 0d1b2a815..12b7e171c 100644 --- a/src/IconFemaleRounded.tsx +++ b/src/IconFemaleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleRounded: React.FC = ({ ...props }) => ( +export const IconFemaleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleRounded as default } diff --git a/src/IconFemaleRoundedFilled.tsx b/src/IconFemaleRoundedFilled.tsx index da38df8f6..b0c7d7e3c 100644 --- a/src/IconFemaleRoundedFilled.tsx +++ b/src/IconFemaleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFemaleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleRoundedFilled as default } diff --git a/src/IconFemaleSharp.tsx b/src/IconFemaleSharp.tsx index 5a0f69922..ceaec4b96 100644 --- a/src/IconFemaleSharp.tsx +++ b/src/IconFemaleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleSharp: React.FC = ({ ...props }) => ( +export const IconFemaleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleSharp as default } diff --git a/src/IconFemaleSharpFilled.tsx b/src/IconFemaleSharpFilled.tsx index 8ff37d269..fac52ccc3 100644 --- a/src/IconFemaleSharpFilled.tsx +++ b/src/IconFemaleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemaleSharpFilled: React.FC = ({ ...props }) => ( +export const IconFemaleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemaleSharpFilled as default } diff --git a/src/IconFemurAltOutlined.tsx b/src/IconFemurAltOutlined.tsx index a674d304a..168753866 100644 --- a/src/IconFemurAltOutlined.tsx +++ b/src/IconFemurAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltOutlined: React.FC = ({ ...props }) => ( +export const IconFemurAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurAltOutlined as default } diff --git a/src/IconFemurAltOutlinedFilled.tsx b/src/IconFemurAltOutlinedFilled.tsx index d83bf73a4..61c369762 100644 --- a/src/IconFemurAltOutlinedFilled.tsx +++ b/src/IconFemurAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFemurAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFemurAltOutlinedFilled as default } diff --git a/src/IconFemurAltRounded.tsx b/src/IconFemurAltRounded.tsx index 15620ab98..1942d2284 100644 --- a/src/IconFemurAltRounded.tsx +++ b/src/IconFemurAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltRounded: React.FC = ({ ...props }) => ( +export const IconFemurAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurAltRounded as default } diff --git a/src/IconFemurAltRoundedFilled.tsx b/src/IconFemurAltRoundedFilled.tsx index c0ce92492..1395b75f0 100644 --- a/src/IconFemurAltRoundedFilled.tsx +++ b/src/IconFemurAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFemurAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFemurAltRoundedFilled as default } diff --git a/src/IconFemurAltSharp.tsx b/src/IconFemurAltSharp.tsx index 45521701d..3abdab5c4 100644 --- a/src/IconFemurAltSharp.tsx +++ b/src/IconFemurAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltSharp: React.FC = ({ ...props }) => ( +export const IconFemurAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurAltSharp as default } diff --git a/src/IconFemurAltSharpFilled.tsx b/src/IconFemurAltSharpFilled.tsx index 301cc4043..86abc16bb 100644 --- a/src/IconFemurAltSharpFilled.tsx +++ b/src/IconFemurAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconFemurAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurAltSharpFilled as default } diff --git a/src/IconFemurOutlined.tsx b/src/IconFemurOutlined.tsx index 60df89bd3..217072cc5 100644 --- a/src/IconFemurOutlined.tsx +++ b/src/IconFemurOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurOutlined: React.FC = ({ ...props }) => ( +export const IconFemurOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurOutlined as default } diff --git a/src/IconFemurOutlinedFilled.tsx b/src/IconFemurOutlinedFilled.tsx index da3cb1ad3..24ea051cf 100644 --- a/src/IconFemurOutlinedFilled.tsx +++ b/src/IconFemurOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFemurOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurOutlinedFilled as default } diff --git a/src/IconFemurRounded.tsx b/src/IconFemurRounded.tsx index da72d0051..c08ee409e 100644 --- a/src/IconFemurRounded.tsx +++ b/src/IconFemurRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurRounded: React.FC = ({ ...props }) => ( +export const IconFemurRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurRounded as default } diff --git a/src/IconFemurRoundedFilled.tsx b/src/IconFemurRoundedFilled.tsx index b7d2accc8..64fc06b1c 100644 --- a/src/IconFemurRoundedFilled.tsx +++ b/src/IconFemurRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFemurRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurRoundedFilled as default } diff --git a/src/IconFemurSharp.tsx b/src/IconFemurSharp.tsx index 8e0e70eb3..05f87a0f6 100644 --- a/src/IconFemurSharp.tsx +++ b/src/IconFemurSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurSharp: React.FC = ({ ...props }) => ( +export const IconFemurSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurSharp as default } diff --git a/src/IconFemurSharpFilled.tsx b/src/IconFemurSharpFilled.tsx index 831ec0a9e..6835f867c 100644 --- a/src/IconFemurSharpFilled.tsx +++ b/src/IconFemurSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFemurSharpFilled: React.FC = ({ ...props }) => ( +export const IconFemurSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFemurSharpFilled as default } diff --git a/src/IconFenceOutlined.tsx b/src/IconFenceOutlined.tsx index 6e0c4ab06..c9cab5232 100644 --- a/src/IconFenceOutlined.tsx +++ b/src/IconFenceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceOutlined: React.FC = ({ ...props }) => ( +export const IconFenceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceOutlined as default } diff --git a/src/IconFenceOutlinedFilled.tsx b/src/IconFenceOutlinedFilled.tsx index ebc2958bb..253dc00cf 100644 --- a/src/IconFenceOutlinedFilled.tsx +++ b/src/IconFenceOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFenceOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceOutlinedFilled as default } diff --git a/src/IconFenceRounded.tsx b/src/IconFenceRounded.tsx index ed70f8a65..3b1da94bd 100644 --- a/src/IconFenceRounded.tsx +++ b/src/IconFenceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceRounded: React.FC = ({ ...props }) => ( +export const IconFenceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceRounded as default } diff --git a/src/IconFenceRoundedFilled.tsx b/src/IconFenceRoundedFilled.tsx index 67ea6eba8..f6838fc3f 100644 --- a/src/IconFenceRoundedFilled.tsx +++ b/src/IconFenceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFenceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceRoundedFilled as default } diff --git a/src/IconFenceSharp.tsx b/src/IconFenceSharp.tsx index 94f7437ac..24870a6a6 100644 --- a/src/IconFenceSharp.tsx +++ b/src/IconFenceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceSharp: React.FC = ({ ...props }) => ( +export const IconFenceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceSharp as default } diff --git a/src/IconFenceSharpFilled.tsx b/src/IconFenceSharpFilled.tsx index b45b650f1..09e667205 100644 --- a/src/IconFenceSharpFilled.tsx +++ b/src/IconFenceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFenceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFenceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFenceSharpFilled as default } diff --git a/src/IconFertileOutlined.tsx b/src/IconFertileOutlined.tsx index f5f9a4453..3e3ad2fad 100644 --- a/src/IconFertileOutlined.tsx +++ b/src/IconFertileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFertileOutlined: React.FC = ({ ...props }) => ( +export const IconFertileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFertileOutlined as default } diff --git a/src/IconFertileOutlinedFilled.tsx b/src/IconFertileOutlinedFilled.tsx index cf3a8be0a..f320bd9f0 100644 --- a/src/IconFertileOutlinedFilled.tsx +++ b/src/IconFertileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFertileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFertileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFertileOutlinedFilled as default } diff --git a/src/IconFertileRounded.tsx b/src/IconFertileRounded.tsx index 7941ef6f3..73fdf9f11 100644 --- a/src/IconFertileRounded.tsx +++ b/src/IconFertileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFertileRounded: React.FC = ({ ...props }) => ( +export const IconFertileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFertileRounded as default } diff --git a/src/IconFertileRoundedFilled.tsx b/src/IconFertileRoundedFilled.tsx index 06adc05bd..72e068f46 100644 --- a/src/IconFertileRoundedFilled.tsx +++ b/src/IconFertileRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFertileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFertileRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFertileRoundedFilled as default } diff --git a/src/IconFertileSharp.tsx b/src/IconFertileSharp.tsx index eddfbe0ab..5c73fd6fb 100644 --- a/src/IconFertileSharp.tsx +++ b/src/IconFertileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFertileSharp: React.FC = ({ ...props }) => ( +export const IconFertileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFertileSharp as default } diff --git a/src/IconFertileSharpFilled.tsx b/src/IconFertileSharpFilled.tsx index 2f74fad3a..14c26177b 100644 --- a/src/IconFertileSharpFilled.tsx +++ b/src/IconFertileSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFertileSharpFilled: React.FC = ({ ...props }) => ( +export const IconFertileSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFertileSharpFilled as default } diff --git a/src/IconFestivalOutlined.tsx b/src/IconFestivalOutlined.tsx index 9d26c08af..8d743da08 100644 --- a/src/IconFestivalOutlined.tsx +++ b/src/IconFestivalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalOutlined: React.FC = ({ ...props }) => ( +export const IconFestivalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFestivalOutlined as default } diff --git a/src/IconFestivalOutlinedFilled.tsx b/src/IconFestivalOutlinedFilled.tsx index d41e6d581..0328681d8 100644 --- a/src/IconFestivalOutlinedFilled.tsx +++ b/src/IconFestivalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFestivalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFestivalOutlinedFilled as default } diff --git a/src/IconFestivalRounded.tsx b/src/IconFestivalRounded.tsx index f17a5f48c..bf9080148 100644 --- a/src/IconFestivalRounded.tsx +++ b/src/IconFestivalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalRounded: React.FC = ({ ...props }) => ( +export const IconFestivalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFestivalRounded as default } diff --git a/src/IconFestivalRoundedFilled.tsx b/src/IconFestivalRoundedFilled.tsx index 3f740b218..b68a2029b 100644 --- a/src/IconFestivalRoundedFilled.tsx +++ b/src/IconFestivalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFestivalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFestivalRoundedFilled as default } diff --git a/src/IconFestivalSharp.tsx b/src/IconFestivalSharp.tsx index 7e3feaf60..8addb7b8c 100644 --- a/src/IconFestivalSharp.tsx +++ b/src/IconFestivalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalSharp: React.FC = ({ ...props }) => ( +export const IconFestivalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFestivalSharp as default } diff --git a/src/IconFestivalSharpFilled.tsx b/src/IconFestivalSharpFilled.tsx index b4b60b189..41f243c36 100644 --- a/src/IconFestivalSharpFilled.tsx +++ b/src/IconFestivalSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFestivalSharpFilled: React.FC = ({ ...props }) => ( +export const IconFestivalSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFestivalSharpFilled as default } diff --git a/src/IconFiberDvrOutlined.tsx b/src/IconFiberDvrOutlined.tsx index dfcd53f6b..d527e70b5 100644 --- a/src/IconFiberDvrOutlined.tsx +++ b/src/IconFiberDvrOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrOutlined: React.FC = ({ ...props }) => ( +export const IconFiberDvrOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberDvrOutlined as default } diff --git a/src/IconFiberDvrOutlinedFilled.tsx b/src/IconFiberDvrOutlinedFilled.tsx index 77ba803c1..908ee1414 100644 --- a/src/IconFiberDvrOutlinedFilled.tsx +++ b/src/IconFiberDvrOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFiberDvrOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberDvrOutlinedFilled as default } diff --git a/src/IconFiberDvrRounded.tsx b/src/IconFiberDvrRounded.tsx index 763ed7951..695550d0d 100644 --- a/src/IconFiberDvrRounded.tsx +++ b/src/IconFiberDvrRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrRounded: React.FC = ({ ...props }) => ( +export const IconFiberDvrRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberDvrRounded as default } diff --git a/src/IconFiberDvrRoundedFilled.tsx b/src/IconFiberDvrRoundedFilled.tsx index 1d8b870ab..489f3e21f 100644 --- a/src/IconFiberDvrRoundedFilled.tsx +++ b/src/IconFiberDvrRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFiberDvrRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberDvrRoundedFilled as default } diff --git a/src/IconFiberDvrSharp.tsx b/src/IconFiberDvrSharp.tsx index b65fbd956..bbd4b0a57 100644 --- a/src/IconFiberDvrSharp.tsx +++ b/src/IconFiberDvrSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrSharp: React.FC = ({ ...props }) => ( +export const IconFiberDvrSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberDvrSharp as default } diff --git a/src/IconFiberDvrSharpFilled.tsx b/src/IconFiberDvrSharpFilled.tsx index 6d70c926a..dd2af1344 100644 --- a/src/IconFiberDvrSharpFilled.tsx +++ b/src/IconFiberDvrSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberDvrSharpFilled: React.FC = ({ ...props }) => ( +export const IconFiberDvrSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberDvrSharpFilled as default } diff --git a/src/IconFiberManualRecordOutlined.tsx b/src/IconFiberManualRecordOutlined.tsx index 2ce9dd717..9d272f7db 100644 --- a/src/IconFiberManualRecordOutlined.tsx +++ b/src/IconFiberManualRecordOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordOutlined: React.FC = ({ ...props }) => ( +export const IconFiberManualRecordOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberManualRecordOutlined as default } diff --git a/src/IconFiberManualRecordOutlinedFilled.tsx b/src/IconFiberManualRecordOutlinedFilled.tsx index 8a4fe25f9..b748b0e92 100644 --- a/src/IconFiberManualRecordOutlinedFilled.tsx +++ b/src/IconFiberManualRecordOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordOutlinedFilled: React.FC = ({ +export const IconFiberManualRecordOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFiberManualRecordOutlinedFilled: React.FC = ({ ) - -export { IconFiberManualRecordOutlinedFilled as default } diff --git a/src/IconFiberManualRecordRounded.tsx b/src/IconFiberManualRecordRounded.tsx index 2ef8a3109..375af7162 100644 --- a/src/IconFiberManualRecordRounded.tsx +++ b/src/IconFiberManualRecordRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordRounded: React.FC = ({ ...props }) => ( +export const IconFiberManualRecordRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberManualRecordRounded as default } diff --git a/src/IconFiberManualRecordRoundedFilled.tsx b/src/IconFiberManualRecordRoundedFilled.tsx index ae86a9c52..18a43c2c5 100644 --- a/src/IconFiberManualRecordRoundedFilled.tsx +++ b/src/IconFiberManualRecordRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordRoundedFilled: React.FC = ({ +export const IconFiberManualRecordRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFiberManualRecordRoundedFilled: React.FC = ({ ) - -export { IconFiberManualRecordRoundedFilled as default } diff --git a/src/IconFiberManualRecordSharp.tsx b/src/IconFiberManualRecordSharp.tsx index 65f11e3df..3ad6d3139 100644 --- a/src/IconFiberManualRecordSharp.tsx +++ b/src/IconFiberManualRecordSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordSharp: React.FC = ({ ...props }) => ( +export const IconFiberManualRecordSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberManualRecordSharp as default } diff --git a/src/IconFiberManualRecordSharpFilled.tsx b/src/IconFiberManualRecordSharpFilled.tsx index 1492f06cd..c066c0bb4 100644 --- a/src/IconFiberManualRecordSharpFilled.tsx +++ b/src/IconFiberManualRecordSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFiberManualRecordSharpFilled: React.FC = ({ +export const IconFiberManualRecordSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFiberManualRecordSharpFilled: React.FC = ({ ) - -export { IconFiberManualRecordSharpFilled as default } diff --git a/src/IconFiberNewOutlined.tsx b/src/IconFiberNewOutlined.tsx index dc2c79490..deb97c2b4 100644 --- a/src/IconFiberNewOutlined.tsx +++ b/src/IconFiberNewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewOutlined: React.FC = ({ ...props }) => ( +export const IconFiberNewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberNewOutlined as default } diff --git a/src/IconFiberNewOutlinedFilled.tsx b/src/IconFiberNewOutlinedFilled.tsx index b3eeae441..456150fd2 100644 --- a/src/IconFiberNewOutlinedFilled.tsx +++ b/src/IconFiberNewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFiberNewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberNewOutlinedFilled as default } diff --git a/src/IconFiberNewRounded.tsx b/src/IconFiberNewRounded.tsx index cbdaf28d1..d349eee1b 100644 --- a/src/IconFiberNewRounded.tsx +++ b/src/IconFiberNewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewRounded: React.FC = ({ ...props }) => ( +export const IconFiberNewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberNewRounded as default } diff --git a/src/IconFiberNewRoundedFilled.tsx b/src/IconFiberNewRoundedFilled.tsx index 4d49c3c45..6b29bbd31 100644 --- a/src/IconFiberNewRoundedFilled.tsx +++ b/src/IconFiberNewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFiberNewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberNewRoundedFilled as default } diff --git a/src/IconFiberNewSharp.tsx b/src/IconFiberNewSharp.tsx index 1feb84f6f..535ac3f88 100644 --- a/src/IconFiberNewSharp.tsx +++ b/src/IconFiberNewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewSharp: React.FC = ({ ...props }) => ( +export const IconFiberNewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberNewSharp as default } diff --git a/src/IconFiberNewSharpFilled.tsx b/src/IconFiberNewSharpFilled.tsx index 30cb47449..7651303b8 100644 --- a/src/IconFiberNewSharpFilled.tsx +++ b/src/IconFiberNewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberNewSharpFilled: React.FC = ({ ...props }) => ( +export const IconFiberNewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberNewSharpFilled as default } diff --git a/src/IconFiberPinOutlined.tsx b/src/IconFiberPinOutlined.tsx index 28b46b59e..a53d93510 100644 --- a/src/IconFiberPinOutlined.tsx +++ b/src/IconFiberPinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinOutlined: React.FC = ({ ...props }) => ( +export const IconFiberPinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberPinOutlined as default } diff --git a/src/IconFiberPinOutlinedFilled.tsx b/src/IconFiberPinOutlinedFilled.tsx index d422595de..2004d18a3 100644 --- a/src/IconFiberPinOutlinedFilled.tsx +++ b/src/IconFiberPinOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFiberPinOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberPinOutlinedFilled as default } diff --git a/src/IconFiberPinRounded.tsx b/src/IconFiberPinRounded.tsx index f7e95999c..edd63e7b4 100644 --- a/src/IconFiberPinRounded.tsx +++ b/src/IconFiberPinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinRounded: React.FC = ({ ...props }) => ( +export const IconFiberPinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberPinRounded as default } diff --git a/src/IconFiberPinRoundedFilled.tsx b/src/IconFiberPinRoundedFilled.tsx index b03c24742..5d78d5e66 100644 --- a/src/IconFiberPinRoundedFilled.tsx +++ b/src/IconFiberPinRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFiberPinRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberPinRoundedFilled as default } diff --git a/src/IconFiberPinSharp.tsx b/src/IconFiberPinSharp.tsx index 3a469be56..4e9763a79 100644 --- a/src/IconFiberPinSharp.tsx +++ b/src/IconFiberPinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinSharp: React.FC = ({ ...props }) => ( +export const IconFiberPinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberPinSharp as default } diff --git a/src/IconFiberPinSharpFilled.tsx b/src/IconFiberPinSharpFilled.tsx index 942fc6cdc..faa78acf0 100644 --- a/src/IconFiberPinSharpFilled.tsx +++ b/src/IconFiberPinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFiberPinSharpFilled: React.FC = ({ ...props }) => ( +export const IconFiberPinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFiberPinSharpFilled as default } diff --git a/src/IconFiberSmartRecordOutlined.tsx b/src/IconFiberSmartRecordOutlined.tsx index f28339817..fe3351327 100644 --- a/src/IconFiberSmartRecordOutlined.tsx +++ b/src/IconFiberSmartRecordOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordOutlined: React.FC = ({ ...props }) => ( +export const IconFiberSmartRecordOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberSmartRecordOutlined as default } diff --git a/src/IconFiberSmartRecordOutlinedFilled.tsx b/src/IconFiberSmartRecordOutlinedFilled.tsx index 811019783..0caefc62c 100644 --- a/src/IconFiberSmartRecordOutlinedFilled.tsx +++ b/src/IconFiberSmartRecordOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordOutlinedFilled: React.FC = ({ +export const IconFiberSmartRecordOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFiberSmartRecordOutlinedFilled: React.FC = ({ ) - -export { IconFiberSmartRecordOutlinedFilled as default } diff --git a/src/IconFiberSmartRecordRounded.tsx b/src/IconFiberSmartRecordRounded.tsx index a50c24e8b..fb3307140 100644 --- a/src/IconFiberSmartRecordRounded.tsx +++ b/src/IconFiberSmartRecordRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordRounded: React.FC = ({ ...props }) => ( +export const IconFiberSmartRecordRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberSmartRecordRounded as default } diff --git a/src/IconFiberSmartRecordRoundedFilled.tsx b/src/IconFiberSmartRecordRoundedFilled.tsx index 55bd96adf..110be2a59 100644 --- a/src/IconFiberSmartRecordRoundedFilled.tsx +++ b/src/IconFiberSmartRecordRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordRoundedFilled: React.FC = ({ +export const IconFiberSmartRecordRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFiberSmartRecordRoundedFilled: React.FC = ({ ) - -export { IconFiberSmartRecordRoundedFilled as default } diff --git a/src/IconFiberSmartRecordSharp.tsx b/src/IconFiberSmartRecordSharp.tsx index fb37e3103..f75d9bec5 100644 --- a/src/IconFiberSmartRecordSharp.tsx +++ b/src/IconFiberSmartRecordSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordSharp: React.FC = ({ ...props }) => ( +export const IconFiberSmartRecordSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberSmartRecordSharp as default } diff --git a/src/IconFiberSmartRecordSharpFilled.tsx b/src/IconFiberSmartRecordSharpFilled.tsx index 2bec92d80..4cb5a8e2c 100644 --- a/src/IconFiberSmartRecordSharpFilled.tsx +++ b/src/IconFiberSmartRecordSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFiberSmartRecordSharpFilled: React.FC = ({ ...props }) => ( +export const IconFiberSmartRecordSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFiberSmartRecordSharpFilled as default } diff --git a/src/IconFileCopyOffOutlined.tsx b/src/IconFileCopyOffOutlined.tsx index 8ee6a3610..185d765ea 100644 --- a/src/IconFileCopyOffOutlined.tsx +++ b/src/IconFileCopyOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffOutlined: React.FC = ({ ...props }) => ( +export const IconFileCopyOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffOutlined as default } diff --git a/src/IconFileCopyOffOutlinedFilled.tsx b/src/IconFileCopyOffOutlinedFilled.tsx index 015ef523e..9e9276f90 100644 --- a/src/IconFileCopyOffOutlinedFilled.tsx +++ b/src/IconFileCopyOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileCopyOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffOutlinedFilled as default } diff --git a/src/IconFileCopyOffRounded.tsx b/src/IconFileCopyOffRounded.tsx index 7fe55ebfe..44242fb9e 100644 --- a/src/IconFileCopyOffRounded.tsx +++ b/src/IconFileCopyOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffRounded: React.FC = ({ ...props }) => ( +export const IconFileCopyOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffRounded as default } diff --git a/src/IconFileCopyOffRoundedFilled.tsx b/src/IconFileCopyOffRoundedFilled.tsx index ed1380220..e281fc02d 100644 --- a/src/IconFileCopyOffRoundedFilled.tsx +++ b/src/IconFileCopyOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileCopyOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffRoundedFilled as default } diff --git a/src/IconFileCopyOffSharp.tsx b/src/IconFileCopyOffSharp.tsx index 11ffe26d9..d323474f2 100644 --- a/src/IconFileCopyOffSharp.tsx +++ b/src/IconFileCopyOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffSharp: React.FC = ({ ...props }) => ( +export const IconFileCopyOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffSharp as default } diff --git a/src/IconFileCopyOffSharpFilled.tsx b/src/IconFileCopyOffSharpFilled.tsx index 61c3d1ecc..2cce1b7d2 100644 --- a/src/IconFileCopyOffSharpFilled.tsx +++ b/src/IconFileCopyOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileCopyOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileCopyOffSharpFilled as default } diff --git a/src/IconFileCopyOutlined.tsx b/src/IconFileCopyOutlined.tsx index 73785dda8..925d72f0b 100644 --- a/src/IconFileCopyOutlined.tsx +++ b/src/IconFileCopyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOutlined: React.FC = ({ ...props }) => ( +export const IconFileCopyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopyOutlined as default } diff --git a/src/IconFileCopyOutlinedFilled.tsx b/src/IconFileCopyOutlinedFilled.tsx index f40bb38ea..5490b1f87 100644 --- a/src/IconFileCopyOutlinedFilled.tsx +++ b/src/IconFileCopyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileCopyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileCopyOutlinedFilled as default } diff --git a/src/IconFileCopyRounded.tsx b/src/IconFileCopyRounded.tsx index 868af2552..8265ed09b 100644 --- a/src/IconFileCopyRounded.tsx +++ b/src/IconFileCopyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyRounded: React.FC = ({ ...props }) => ( +export const IconFileCopyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopyRounded as default } diff --git a/src/IconFileCopyRoundedFilled.tsx b/src/IconFileCopyRoundedFilled.tsx index 1a4a2f149..aa66d6bad 100644 --- a/src/IconFileCopyRoundedFilled.tsx +++ b/src/IconFileCopyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileCopyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileCopyRoundedFilled as default } diff --git a/src/IconFileCopySharp.tsx b/src/IconFileCopySharp.tsx index 7e3d07303..72418178c 100644 --- a/src/IconFileCopySharp.tsx +++ b/src/IconFileCopySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopySharp: React.FC = ({ ...props }) => ( +export const IconFileCopySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopySharp as default } diff --git a/src/IconFileCopySharpFilled.tsx b/src/IconFileCopySharpFilled.tsx index 9ce2eb78d..3791e0332 100644 --- a/src/IconFileCopySharpFilled.tsx +++ b/src/IconFileCopySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileCopySharpFilled: React.FC = ({ ...props }) => ( +export const IconFileCopySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileCopySharpFilled as default } diff --git a/src/IconFileDownloadOffOutlined.tsx b/src/IconFileDownloadOffOutlined.tsx index a291048e7..0229028cc 100644 --- a/src/IconFileDownloadOffOutlined.tsx +++ b/src/IconFileDownloadOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffOutlined: React.FC = ({ ...props }) => ( +export const IconFileDownloadOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileDownloadOffOutlined as default } diff --git a/src/IconFileDownloadOffOutlinedFilled.tsx b/src/IconFileDownloadOffOutlinedFilled.tsx index 7eab03fa8..d7ba0e37b 100644 --- a/src/IconFileDownloadOffOutlinedFilled.tsx +++ b/src/IconFileDownloadOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffOutlinedFilled: React.FC = ({ +export const IconFileDownloadOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFileDownloadOffOutlinedFilled: React.FC = ({ ) - -export { IconFileDownloadOffOutlinedFilled as default } diff --git a/src/IconFileDownloadOffRounded.tsx b/src/IconFileDownloadOffRounded.tsx index 8ef15135e..f92f18eae 100644 --- a/src/IconFileDownloadOffRounded.tsx +++ b/src/IconFileDownloadOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffRounded: React.FC = ({ ...props }) => ( +export const IconFileDownloadOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileDownloadOffRounded as default } diff --git a/src/IconFileDownloadOffRoundedFilled.tsx b/src/IconFileDownloadOffRoundedFilled.tsx index 76d3518e9..018110a12 100644 --- a/src/IconFileDownloadOffRoundedFilled.tsx +++ b/src/IconFileDownloadOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffRoundedFilled: React.FC = ({ +export const IconFileDownloadOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFileDownloadOffRoundedFilled: React.FC = ({ ) - -export { IconFileDownloadOffRoundedFilled as default } diff --git a/src/IconFileDownloadOffSharp.tsx b/src/IconFileDownloadOffSharp.tsx index bfa31fcba..3116ffdf4 100644 --- a/src/IconFileDownloadOffSharp.tsx +++ b/src/IconFileDownloadOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffSharp: React.FC = ({ ...props }) => ( +export const IconFileDownloadOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileDownloadOffSharp as default } diff --git a/src/IconFileDownloadOffSharpFilled.tsx b/src/IconFileDownloadOffSharpFilled.tsx index 26dd3160c..8d7f81e32 100644 --- a/src/IconFileDownloadOffSharpFilled.tsx +++ b/src/IconFileDownloadOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileDownloadOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileDownloadOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileDownloadOffSharpFilled as default } diff --git a/src/IconFileMapOutlined.tsx b/src/IconFileMapOutlined.tsx index 9d2839281..e7dc37c88 100644 --- a/src/IconFileMapOutlined.tsx +++ b/src/IconFileMapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapOutlined: React.FC = ({ ...props }) => ( +export const IconFileMapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileMapOutlined as default } diff --git a/src/IconFileMapOutlinedFilled.tsx b/src/IconFileMapOutlinedFilled.tsx index 7132ec20c..1ade3d6f5 100644 --- a/src/IconFileMapOutlinedFilled.tsx +++ b/src/IconFileMapOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileMapOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileMapOutlinedFilled as default } diff --git a/src/IconFileMapRounded.tsx b/src/IconFileMapRounded.tsx index 120f40271..1fe441931 100644 --- a/src/IconFileMapRounded.tsx +++ b/src/IconFileMapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapRounded: React.FC = ({ ...props }) => ( +export const IconFileMapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileMapRounded as default } diff --git a/src/IconFileMapRoundedFilled.tsx b/src/IconFileMapRoundedFilled.tsx index de5a4cbb5..549098288 100644 --- a/src/IconFileMapRoundedFilled.tsx +++ b/src/IconFileMapRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileMapRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileMapRoundedFilled as default } diff --git a/src/IconFileMapSharp.tsx b/src/IconFileMapSharp.tsx index ea0923034..dde2cf4db 100644 --- a/src/IconFileMapSharp.tsx +++ b/src/IconFileMapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapSharp: React.FC = ({ ...props }) => ( +export const IconFileMapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileMapSharp as default } diff --git a/src/IconFileMapSharpFilled.tsx b/src/IconFileMapSharpFilled.tsx index d4ded704c..832dd4563 100644 --- a/src/IconFileMapSharpFilled.tsx +++ b/src/IconFileMapSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileMapSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileMapSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileMapSharpFilled as default } diff --git a/src/IconFileMapStackOutlined.tsx b/src/IconFileMapStackOutlined.tsx new file mode 100644 index 000000000..05d8ef1b5 --- /dev/null +++ b/src/IconFileMapStackOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileMapStackOutlinedFilled.tsx b/src/IconFileMapStackOutlinedFilled.tsx new file mode 100644 index 000000000..a07ca46b1 --- /dev/null +++ b/src/IconFileMapStackOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileMapStackRounded.tsx b/src/IconFileMapStackRounded.tsx new file mode 100644 index 000000000..2809770a2 --- /dev/null +++ b/src/IconFileMapStackRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileMapStackRoundedFilled.tsx b/src/IconFileMapStackRoundedFilled.tsx new file mode 100644 index 000000000..0b557997b --- /dev/null +++ b/src/IconFileMapStackRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileMapStackSharp.tsx b/src/IconFileMapStackSharp.tsx new file mode 100644 index 000000000..c3c322fe8 --- /dev/null +++ b/src/IconFileMapStackSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileMapStackSharpFilled.tsx b/src/IconFileMapStackSharpFilled.tsx new file mode 100644 index 000000000..a0456f7c9 --- /dev/null +++ b/src/IconFileMapStackSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFileMapStackSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFileOpenOutlined.tsx b/src/IconFileOpenOutlined.tsx index bccf9e3cf..61cbdd750 100644 --- a/src/IconFileOpenOutlined.tsx +++ b/src/IconFileOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenOutlined: React.FC = ({ ...props }) => ( +export const IconFileOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileOpenOutlined as default } diff --git a/src/IconFileOpenOutlinedFilled.tsx b/src/IconFileOpenOutlinedFilled.tsx index 6bbe96d08..3cb5a8723 100644 --- a/src/IconFileOpenOutlinedFilled.tsx +++ b/src/IconFileOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileOpenOutlinedFilled as default } diff --git a/src/IconFileOpenRounded.tsx b/src/IconFileOpenRounded.tsx index ada6e01db..4b41cfb65 100644 --- a/src/IconFileOpenRounded.tsx +++ b/src/IconFileOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenRounded: React.FC = ({ ...props }) => ( +export const IconFileOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileOpenRounded as default } diff --git a/src/IconFileOpenRoundedFilled.tsx b/src/IconFileOpenRoundedFilled.tsx index 99bff4bcc..44e355b26 100644 --- a/src/IconFileOpenRoundedFilled.tsx +++ b/src/IconFileOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileOpenRoundedFilled as default } diff --git a/src/IconFileOpenSharp.tsx b/src/IconFileOpenSharp.tsx index ecfac06e2..46062dd57 100644 --- a/src/IconFileOpenSharp.tsx +++ b/src/IconFileOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenSharp: React.FC = ({ ...props }) => ( +export const IconFileOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileOpenSharp as default } diff --git a/src/IconFileOpenSharpFilled.tsx b/src/IconFileOpenSharpFilled.tsx index 03c02cb1d..c647cc5aa 100644 --- a/src/IconFileOpenSharpFilled.tsx +++ b/src/IconFileOpenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileOpenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileOpenSharpFilled as default } diff --git a/src/IconFilePresentOutlined.tsx b/src/IconFilePresentOutlined.tsx index 4483100ee..24f9b9c37 100644 --- a/src/IconFilePresentOutlined.tsx +++ b/src/IconFilePresentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentOutlined: React.FC = ({ ...props }) => ( +export const IconFilePresentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilePresentOutlined as default } diff --git a/src/IconFilePresentOutlinedFilled.tsx b/src/IconFilePresentOutlinedFilled.tsx index dc62d7c6d..fe2ff1450 100644 --- a/src/IconFilePresentOutlinedFilled.tsx +++ b/src/IconFilePresentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilePresentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilePresentOutlinedFilled as default } diff --git a/src/IconFilePresentRounded.tsx b/src/IconFilePresentRounded.tsx index 2a65091a6..a186ca62a 100644 --- a/src/IconFilePresentRounded.tsx +++ b/src/IconFilePresentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentRounded: React.FC = ({ ...props }) => ( +export const IconFilePresentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilePresentRounded as default } diff --git a/src/IconFilePresentRoundedFilled.tsx b/src/IconFilePresentRoundedFilled.tsx index c500481c2..a9e34358b 100644 --- a/src/IconFilePresentRoundedFilled.tsx +++ b/src/IconFilePresentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilePresentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilePresentRoundedFilled as default } diff --git a/src/IconFilePresentSharp.tsx b/src/IconFilePresentSharp.tsx index f16107f53..2fc53807c 100644 --- a/src/IconFilePresentSharp.tsx +++ b/src/IconFilePresentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentSharp: React.FC = ({ ...props }) => ( +export const IconFilePresentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilePresentSharp as default } diff --git a/src/IconFilePresentSharpFilled.tsx b/src/IconFilePresentSharpFilled.tsx index c7e3878b3..d48d964a3 100644 --- a/src/IconFilePresentSharpFilled.tsx +++ b/src/IconFilePresentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilePresentSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilePresentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilePresentSharpFilled as default } diff --git a/src/IconFileSaveOffOutlined.tsx b/src/IconFileSaveOffOutlined.tsx index dfd10b8e1..23be46d87 100644 --- a/src/IconFileSaveOffOutlined.tsx +++ b/src/IconFileSaveOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffOutlined: React.FC = ({ ...props }) => ( +export const IconFileSaveOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffOutlined as default } diff --git a/src/IconFileSaveOffOutlinedFilled.tsx b/src/IconFileSaveOffOutlinedFilled.tsx index 50b5dd0b5..fd665b49b 100644 --- a/src/IconFileSaveOffOutlinedFilled.tsx +++ b/src/IconFileSaveOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffOutlinedFilled as default } diff --git a/src/IconFileSaveOffRounded.tsx b/src/IconFileSaveOffRounded.tsx index 489f76f84..70d1483d9 100644 --- a/src/IconFileSaveOffRounded.tsx +++ b/src/IconFileSaveOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffRounded: React.FC = ({ ...props }) => ( +export const IconFileSaveOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffRounded as default } diff --git a/src/IconFileSaveOffRoundedFilled.tsx b/src/IconFileSaveOffRoundedFilled.tsx index 24c80fcec..af85ffe73 100644 --- a/src/IconFileSaveOffRoundedFilled.tsx +++ b/src/IconFileSaveOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffRoundedFilled as default } diff --git a/src/IconFileSaveOffSharp.tsx b/src/IconFileSaveOffSharp.tsx index cc99175f0..4aebf9824 100644 --- a/src/IconFileSaveOffSharp.tsx +++ b/src/IconFileSaveOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffSharp: React.FC = ({ ...props }) => ( +export const IconFileSaveOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffSharp as default } diff --git a/src/IconFileSaveOffSharpFilled.tsx b/src/IconFileSaveOffSharpFilled.tsx index 373c71846..8b63db25c 100644 --- a/src/IconFileSaveOffSharpFilled.tsx +++ b/src/IconFileSaveOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileSaveOffSharpFilled as default } diff --git a/src/IconFileSaveOutlined.tsx b/src/IconFileSaveOutlined.tsx index db7cc8007..4d8c6fc25 100644 --- a/src/IconFileSaveOutlined.tsx +++ b/src/IconFileSaveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOutlined: React.FC = ({ ...props }) => ( +export const IconFileSaveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveOutlined as default } diff --git a/src/IconFileSaveOutlinedFilled.tsx b/src/IconFileSaveOutlinedFilled.tsx index b0b9d8076..279810712 100644 --- a/src/IconFileSaveOutlinedFilled.tsx +++ b/src/IconFileSaveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileSaveOutlinedFilled as default } diff --git a/src/IconFileSaveRounded.tsx b/src/IconFileSaveRounded.tsx index f304643c3..dd2dfcc8c 100644 --- a/src/IconFileSaveRounded.tsx +++ b/src/IconFileSaveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveRounded: React.FC = ({ ...props }) => ( +export const IconFileSaveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveRounded as default } diff --git a/src/IconFileSaveRoundedFilled.tsx b/src/IconFileSaveRoundedFilled.tsx index bc407b9f0..a02005b4c 100644 --- a/src/IconFileSaveRoundedFilled.tsx +++ b/src/IconFileSaveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileSaveRoundedFilled as default } diff --git a/src/IconFileSaveSharp.tsx b/src/IconFileSaveSharp.tsx index 1fe8eadab..3c6b71bfd 100644 --- a/src/IconFileSaveSharp.tsx +++ b/src/IconFileSaveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveSharp: React.FC = ({ ...props }) => ( +export const IconFileSaveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveSharp as default } diff --git a/src/IconFileSaveSharpFilled.tsx b/src/IconFileSaveSharpFilled.tsx index db23bf397..8f5824807 100644 --- a/src/IconFileSaveSharpFilled.tsx +++ b/src/IconFileSaveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileSaveSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileSaveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileSaveSharpFilled as default } diff --git a/src/IconFileUploadOffOutlined.tsx b/src/IconFileUploadOffOutlined.tsx index 2bad132f0..a93f5d5e9 100644 --- a/src/IconFileUploadOffOutlined.tsx +++ b/src/IconFileUploadOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffOutlined: React.FC = ({ ...props }) => ( +export const IconFileUploadOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffOutlined as default } diff --git a/src/IconFileUploadOffOutlinedFilled.tsx b/src/IconFileUploadOffOutlinedFilled.tsx index d9874a386..18e5d821c 100644 --- a/src/IconFileUploadOffOutlinedFilled.tsx +++ b/src/IconFileUploadOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFileUploadOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffOutlinedFilled as default } diff --git a/src/IconFileUploadOffRounded.tsx b/src/IconFileUploadOffRounded.tsx index e02edfc05..751b1973a 100644 --- a/src/IconFileUploadOffRounded.tsx +++ b/src/IconFileUploadOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffRounded: React.FC = ({ ...props }) => ( +export const IconFileUploadOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffRounded as default } diff --git a/src/IconFileUploadOffRoundedFilled.tsx b/src/IconFileUploadOffRoundedFilled.tsx index 7e141ad20..4dc92db21 100644 --- a/src/IconFileUploadOffRoundedFilled.tsx +++ b/src/IconFileUploadOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFileUploadOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffRoundedFilled as default } diff --git a/src/IconFileUploadOffSharp.tsx b/src/IconFileUploadOffSharp.tsx index 831cb628d..cae0254d3 100644 --- a/src/IconFileUploadOffSharp.tsx +++ b/src/IconFileUploadOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffSharp: React.FC = ({ ...props }) => ( +export const IconFileUploadOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffSharp as default } diff --git a/src/IconFileUploadOffSharpFilled.tsx b/src/IconFileUploadOffSharpFilled.tsx index e7f62cd59..8c1e9c004 100644 --- a/src/IconFileUploadOffSharpFilled.tsx +++ b/src/IconFileUploadOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFileUploadOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFileUploadOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFileUploadOffSharpFilled as default } diff --git a/src/IconFilter1Outlined.tsx b/src/IconFilter1Outlined.tsx index 60962af14..f29ff3e63 100644 --- a/src/IconFilter1Outlined.tsx +++ b/src/IconFilter1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1Outlined: React.FC = ({ ...props }) => ( +export const IconFilter1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter1Outlined as default } diff --git a/src/IconFilter1OutlinedFilled.tsx b/src/IconFilter1OutlinedFilled.tsx index b671da257..2be776820 100644 --- a/src/IconFilter1OutlinedFilled.tsx +++ b/src/IconFilter1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter1OutlinedFilled as default } diff --git a/src/IconFilter1Rounded.tsx b/src/IconFilter1Rounded.tsx index e51b2743e..e2272c1f1 100644 --- a/src/IconFilter1Rounded.tsx +++ b/src/IconFilter1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1Rounded: React.FC = ({ ...props }) => ( +export const IconFilter1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter1Rounded as default } diff --git a/src/IconFilter1RoundedFilled.tsx b/src/IconFilter1RoundedFilled.tsx index 3d02701ab..bf96019a9 100644 --- a/src/IconFilter1RoundedFilled.tsx +++ b/src/IconFilter1RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter1RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter1RoundedFilled as default } diff --git a/src/IconFilter1Sharp.tsx b/src/IconFilter1Sharp.tsx index a5d119d57..63d270576 100644 --- a/src/IconFilter1Sharp.tsx +++ b/src/IconFilter1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1Sharp: React.FC = ({ ...props }) => ( +export const IconFilter1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter1Sharp as default } diff --git a/src/IconFilter1SharpFilled.tsx b/src/IconFilter1SharpFilled.tsx index 067921aaf..de3447d21 100644 --- a/src/IconFilter1SharpFilled.tsx +++ b/src/IconFilter1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter1SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter1SharpFilled as default } diff --git a/src/IconFilter2Outlined.tsx b/src/IconFilter2Outlined.tsx index b3f613d47..2df4e3f53 100644 --- a/src/IconFilter2Outlined.tsx +++ b/src/IconFilter2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2Outlined: React.FC = ({ ...props }) => ( +export const IconFilter2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter2Outlined as default } diff --git a/src/IconFilter2OutlinedFilled.tsx b/src/IconFilter2OutlinedFilled.tsx index a058049b2..15c337486 100644 --- a/src/IconFilter2OutlinedFilled.tsx +++ b/src/IconFilter2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter2OutlinedFilled as default } diff --git a/src/IconFilter2Rounded.tsx b/src/IconFilter2Rounded.tsx index c42647341..b2795810d 100644 --- a/src/IconFilter2Rounded.tsx +++ b/src/IconFilter2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2Rounded: React.FC = ({ ...props }) => ( +export const IconFilter2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter2Rounded as default } diff --git a/src/IconFilter2RoundedFilled.tsx b/src/IconFilter2RoundedFilled.tsx index b108d4fef..d5903c8ac 100644 --- a/src/IconFilter2RoundedFilled.tsx +++ b/src/IconFilter2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter2RoundedFilled as default } diff --git a/src/IconFilter2Sharp.tsx b/src/IconFilter2Sharp.tsx index 737b1aa90..b7a77b43f 100644 --- a/src/IconFilter2Sharp.tsx +++ b/src/IconFilter2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2Sharp: React.FC = ({ ...props }) => ( +export const IconFilter2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter2Sharp as default } diff --git a/src/IconFilter2SharpFilled.tsx b/src/IconFilter2SharpFilled.tsx index b4207949d..b5a292a25 100644 --- a/src/IconFilter2SharpFilled.tsx +++ b/src/IconFilter2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter2SharpFilled as default } diff --git a/src/IconFilter3Outlined.tsx b/src/IconFilter3Outlined.tsx index 162fe99f7..35db97ad5 100644 --- a/src/IconFilter3Outlined.tsx +++ b/src/IconFilter3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3Outlined: React.FC = ({ ...props }) => ( +export const IconFilter3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter3Outlined as default } diff --git a/src/IconFilter3OutlinedFilled.tsx b/src/IconFilter3OutlinedFilled.tsx index 95c78da0a..f06a13383 100644 --- a/src/IconFilter3OutlinedFilled.tsx +++ b/src/IconFilter3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter3OutlinedFilled as default } diff --git a/src/IconFilter3Rounded.tsx b/src/IconFilter3Rounded.tsx index 994dc7830..82e190e5e 100644 --- a/src/IconFilter3Rounded.tsx +++ b/src/IconFilter3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3Rounded: React.FC = ({ ...props }) => ( +export const IconFilter3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter3Rounded as default } diff --git a/src/IconFilter3RoundedFilled.tsx b/src/IconFilter3RoundedFilled.tsx index 4c2aee9a4..a84cef1c1 100644 --- a/src/IconFilter3RoundedFilled.tsx +++ b/src/IconFilter3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter3RoundedFilled as default } diff --git a/src/IconFilter3Sharp.tsx b/src/IconFilter3Sharp.tsx index 1f2f632e4..c2fcab217 100644 --- a/src/IconFilter3Sharp.tsx +++ b/src/IconFilter3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3Sharp: React.FC = ({ ...props }) => ( +export const IconFilter3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter3Sharp as default } diff --git a/src/IconFilter3SharpFilled.tsx b/src/IconFilter3SharpFilled.tsx index 115f6576d..a5089e3a0 100644 --- a/src/IconFilter3SharpFilled.tsx +++ b/src/IconFilter3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter3SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter3SharpFilled as default } diff --git a/src/IconFilter4Outlined.tsx b/src/IconFilter4Outlined.tsx index 6b24c62d3..38640cfa8 100644 --- a/src/IconFilter4Outlined.tsx +++ b/src/IconFilter4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter4Outlined: React.FC = ({ ...props }) => ( +export const IconFilter4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter4Outlined as default } diff --git a/src/IconFilter4OutlinedFilled.tsx b/src/IconFilter4OutlinedFilled.tsx index 1c7e80943..81ebb9ff6 100644 --- a/src/IconFilter4OutlinedFilled.tsx +++ b/src/IconFilter4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter4OutlinedFilled as default } diff --git a/src/IconFilter4Rounded.tsx b/src/IconFilter4Rounded.tsx index 21c024d44..6d675394c 100644 --- a/src/IconFilter4Rounded.tsx +++ b/src/IconFilter4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter4Rounded: React.FC = ({ ...props }) => ( +export const IconFilter4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter4Rounded as default } diff --git a/src/IconFilter4RoundedFilled.tsx b/src/IconFilter4RoundedFilled.tsx index 31e4fb676..1d347ae33 100644 --- a/src/IconFilter4RoundedFilled.tsx +++ b/src/IconFilter4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter4RoundedFilled as default } diff --git a/src/IconFilter4Sharp.tsx b/src/IconFilter4Sharp.tsx new file mode 100644 index 000000000..9263c83df --- /dev/null +++ b/src/IconFilter4Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilter4Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilter4SharpFilled.tsx b/src/IconFilter4SharpFilled.tsx index ce45d1509..4d9ce98b9 100644 --- a/src/IconFilter4SharpFilled.tsx +++ b/src/IconFilter4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter4SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter4SharpFilled as default } diff --git a/src/IconFilter5Outlined.tsx b/src/IconFilter5Outlined.tsx index d3985876f..d9e00d1f1 100644 --- a/src/IconFilter5Outlined.tsx +++ b/src/IconFilter5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5Outlined: React.FC = ({ ...props }) => ( +export const IconFilter5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter5Outlined as default } diff --git a/src/IconFilter5OutlinedFilled.tsx b/src/IconFilter5OutlinedFilled.tsx index 97c6d52d9..3f461fcdc 100644 --- a/src/IconFilter5OutlinedFilled.tsx +++ b/src/IconFilter5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter5OutlinedFilled as default } diff --git a/src/IconFilter5Rounded.tsx b/src/IconFilter5Rounded.tsx index 7b7a67b34..1cd67d1c6 100644 --- a/src/IconFilter5Rounded.tsx +++ b/src/IconFilter5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5Rounded: React.FC = ({ ...props }) => ( +export const IconFilter5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter5Rounded as default } diff --git a/src/IconFilter5RoundedFilled.tsx b/src/IconFilter5RoundedFilled.tsx index f519009cf..5e8bd5b87 100644 --- a/src/IconFilter5RoundedFilled.tsx +++ b/src/IconFilter5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter5RoundedFilled as default } diff --git a/src/IconFilter5Sharp.tsx b/src/IconFilter5Sharp.tsx index 2bbe84cc4..ffbd1350d 100644 --- a/src/IconFilter5Sharp.tsx +++ b/src/IconFilter5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5Sharp: React.FC = ({ ...props }) => ( +export const IconFilter5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter5Sharp as default } diff --git a/src/IconFilter5SharpFilled.tsx b/src/IconFilter5SharpFilled.tsx index ddc6d316e..89fc74bd0 100644 --- a/src/IconFilter5SharpFilled.tsx +++ b/src/IconFilter5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter5SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter5SharpFilled as default } diff --git a/src/IconFilter6Outlined.tsx b/src/IconFilter6Outlined.tsx index 1cf3db21b..9373cdc5d 100644 --- a/src/IconFilter6Outlined.tsx +++ b/src/IconFilter6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6Outlined: React.FC = ({ ...props }) => ( +export const IconFilter6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter6Outlined as default } diff --git a/src/IconFilter6OutlinedFilled.tsx b/src/IconFilter6OutlinedFilled.tsx index 622192c2c..d14024dd2 100644 --- a/src/IconFilter6OutlinedFilled.tsx +++ b/src/IconFilter6OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter6OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter6OutlinedFilled as default } diff --git a/src/IconFilter6Rounded.tsx b/src/IconFilter6Rounded.tsx index 77fcab3de..93c843b60 100644 --- a/src/IconFilter6Rounded.tsx +++ b/src/IconFilter6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6Rounded: React.FC = ({ ...props }) => ( +export const IconFilter6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter6Rounded as default } diff --git a/src/IconFilter6RoundedFilled.tsx b/src/IconFilter6RoundedFilled.tsx index 6d72e2ef8..268b587a9 100644 --- a/src/IconFilter6RoundedFilled.tsx +++ b/src/IconFilter6RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter6RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter6RoundedFilled as default } diff --git a/src/IconFilter6Sharp.tsx b/src/IconFilter6Sharp.tsx index b608e11dc..e302b945d 100644 --- a/src/IconFilter6Sharp.tsx +++ b/src/IconFilter6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6Sharp: React.FC = ({ ...props }) => ( +export const IconFilter6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter6Sharp as default } diff --git a/src/IconFilter6SharpFilled.tsx b/src/IconFilter6SharpFilled.tsx index 059819eea..bb380a592 100644 --- a/src/IconFilter6SharpFilled.tsx +++ b/src/IconFilter6SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter6SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter6SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter6SharpFilled as default } diff --git a/src/IconFilter7Outlined.tsx b/src/IconFilter7Outlined.tsx index 402883414..6262ec718 100644 --- a/src/IconFilter7Outlined.tsx +++ b/src/IconFilter7Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7Outlined: React.FC = ({ ...props }) => ( +export const IconFilter7Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter7Outlined as default } diff --git a/src/IconFilter7OutlinedFilled.tsx b/src/IconFilter7OutlinedFilled.tsx index e28aec29e..fd6285e16 100644 --- a/src/IconFilter7OutlinedFilled.tsx +++ b/src/IconFilter7OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter7OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter7OutlinedFilled as default } diff --git a/src/IconFilter7Rounded.tsx b/src/IconFilter7Rounded.tsx index 3f95e0544..73092c1d0 100644 --- a/src/IconFilter7Rounded.tsx +++ b/src/IconFilter7Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7Rounded: React.FC = ({ ...props }) => ( +export const IconFilter7Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter7Rounded as default } diff --git a/src/IconFilter7RoundedFilled.tsx b/src/IconFilter7RoundedFilled.tsx index 795249856..5e659efe9 100644 --- a/src/IconFilter7RoundedFilled.tsx +++ b/src/IconFilter7RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter7RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter7RoundedFilled as default } diff --git a/src/IconFilter7Sharp.tsx b/src/IconFilter7Sharp.tsx index ed34be116..94bc98d48 100644 --- a/src/IconFilter7Sharp.tsx +++ b/src/IconFilter7Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7Sharp: React.FC = ({ ...props }) => ( +export const IconFilter7Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter7Sharp as default } diff --git a/src/IconFilter7SharpFilled.tsx b/src/IconFilter7SharpFilled.tsx index f1f2f7649..025025794 100644 --- a/src/IconFilter7SharpFilled.tsx +++ b/src/IconFilter7SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter7SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter7SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter7SharpFilled as default } diff --git a/src/IconFilter8Outlined.tsx b/src/IconFilter8Outlined.tsx index 8b457aeb7..9d7c4c317 100644 --- a/src/IconFilter8Outlined.tsx +++ b/src/IconFilter8Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8Outlined: React.FC = ({ ...props }) => ( +export const IconFilter8Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter8Outlined as default } diff --git a/src/IconFilter8OutlinedFilled.tsx b/src/IconFilter8OutlinedFilled.tsx index 6806d7708..d94b835af 100644 --- a/src/IconFilter8OutlinedFilled.tsx +++ b/src/IconFilter8OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter8OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter8OutlinedFilled as default } diff --git a/src/IconFilter8Rounded.tsx b/src/IconFilter8Rounded.tsx index 49a06b0f3..1451c35b2 100644 --- a/src/IconFilter8Rounded.tsx +++ b/src/IconFilter8Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8Rounded: React.FC = ({ ...props }) => ( +export const IconFilter8Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter8Rounded as default } diff --git a/src/IconFilter8RoundedFilled.tsx b/src/IconFilter8RoundedFilled.tsx index 2c686e12b..790c3fe5d 100644 --- a/src/IconFilter8RoundedFilled.tsx +++ b/src/IconFilter8RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter8RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter8RoundedFilled as default } diff --git a/src/IconFilter8Sharp.tsx b/src/IconFilter8Sharp.tsx index 657d0f851..4f9d713cb 100644 --- a/src/IconFilter8Sharp.tsx +++ b/src/IconFilter8Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8Sharp: React.FC = ({ ...props }) => ( +export const IconFilter8Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter8Sharp as default } diff --git a/src/IconFilter8SharpFilled.tsx b/src/IconFilter8SharpFilled.tsx index e69ba12eb..1082d99cd 100644 --- a/src/IconFilter8SharpFilled.tsx +++ b/src/IconFilter8SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter8SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter8SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter8SharpFilled as default } diff --git a/src/IconFilter9Outlined.tsx b/src/IconFilter9Outlined.tsx index 8609eab9b..0a25ca05f 100644 --- a/src/IconFilter9Outlined.tsx +++ b/src/IconFilter9Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9Outlined: React.FC = ({ ...props }) => ( +export const IconFilter9Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9Outlined as default } diff --git a/src/IconFilter9OutlinedFilled.tsx b/src/IconFilter9OutlinedFilled.tsx index ea57315b6..f931e01b4 100644 --- a/src/IconFilter9OutlinedFilled.tsx +++ b/src/IconFilter9OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter9OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter9OutlinedFilled as default } diff --git a/src/IconFilter9PlusOutlined.tsx b/src/IconFilter9PlusOutlined.tsx index 8bfa50f2c..e935d6367 100644 --- a/src/IconFilter9PlusOutlined.tsx +++ b/src/IconFilter9PlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusOutlined: React.FC = ({ ...props }) => ( +export const IconFilter9PlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusOutlined as default } diff --git a/src/IconFilter9PlusOutlinedFilled.tsx b/src/IconFilter9PlusOutlinedFilled.tsx index 2366eb01e..cd33b1a01 100644 --- a/src/IconFilter9PlusOutlinedFilled.tsx +++ b/src/IconFilter9PlusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilter9PlusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusOutlinedFilled as default } diff --git a/src/IconFilter9PlusRounded.tsx b/src/IconFilter9PlusRounded.tsx index 23e96d900..8e48aa726 100644 --- a/src/IconFilter9PlusRounded.tsx +++ b/src/IconFilter9PlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusRounded: React.FC = ({ ...props }) => ( +export const IconFilter9PlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusRounded as default } diff --git a/src/IconFilter9PlusRoundedFilled.tsx b/src/IconFilter9PlusRoundedFilled.tsx index ed1dc8688..d0b86a3e4 100644 --- a/src/IconFilter9PlusRoundedFilled.tsx +++ b/src/IconFilter9PlusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter9PlusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusRoundedFilled as default } diff --git a/src/IconFilter9PlusSharp.tsx b/src/IconFilter9PlusSharp.tsx index 631b329c6..5389e88dc 100644 --- a/src/IconFilter9PlusSharp.tsx +++ b/src/IconFilter9PlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusSharp: React.FC = ({ ...props }) => ( +export const IconFilter9PlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusSharp as default } diff --git a/src/IconFilter9PlusSharpFilled.tsx b/src/IconFilter9PlusSharpFilled.tsx index 3ae5eada8..6509e3958 100644 --- a/src/IconFilter9PlusSharpFilled.tsx +++ b/src/IconFilter9PlusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9PlusSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter9PlusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilter9PlusSharpFilled as default } diff --git a/src/IconFilter9Rounded.tsx b/src/IconFilter9Rounded.tsx index 5a3798694..663d49321 100644 --- a/src/IconFilter9Rounded.tsx +++ b/src/IconFilter9Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9Rounded: React.FC = ({ ...props }) => ( +export const IconFilter9Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9Rounded as default } diff --git a/src/IconFilter9RoundedFilled.tsx b/src/IconFilter9RoundedFilled.tsx index 1ba9f3cd4..5949b4573 100644 --- a/src/IconFilter9RoundedFilled.tsx +++ b/src/IconFilter9RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilter9RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9RoundedFilled as default } diff --git a/src/IconFilter9Sharp.tsx b/src/IconFilter9Sharp.tsx index 79eddc4ce..a09dd9d8a 100644 --- a/src/IconFilter9Sharp.tsx +++ b/src/IconFilter9Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9Sharp: React.FC = ({ ...props }) => ( +export const IconFilter9Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9Sharp as default } diff --git a/src/IconFilter9SharpFilled.tsx b/src/IconFilter9SharpFilled.tsx index ceb0c91b7..daf3a5700 100644 --- a/src/IconFilter9SharpFilled.tsx +++ b/src/IconFilter9SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilter9SharpFilled: React.FC = ({ ...props }) => ( +export const IconFilter9SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilter9SharpFilled as default } diff --git a/src/IconFilterAltOffOutlined.tsx b/src/IconFilterAltOffOutlined.tsx index b07a85c72..a83f8756e 100644 --- a/src/IconFilterAltOffOutlined.tsx +++ b/src/IconFilterAltOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffOutlined: React.FC = ({ ...props }) => ( +export const IconFilterAltOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffOutlined as default } diff --git a/src/IconFilterAltOffOutlinedFilled.tsx b/src/IconFilterAltOffOutlinedFilled.tsx index 7bfae817c..9c014c505 100644 --- a/src/IconFilterAltOffOutlinedFilled.tsx +++ b/src/IconFilterAltOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffOutlinedFilled as default } diff --git a/src/IconFilterAltOffRounded.tsx b/src/IconFilterAltOffRounded.tsx index 3b70469aa..cc95dbfe2 100644 --- a/src/IconFilterAltOffRounded.tsx +++ b/src/IconFilterAltOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffRounded: React.FC = ({ ...props }) => ( +export const IconFilterAltOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffRounded as default } diff --git a/src/IconFilterAltOffRoundedFilled.tsx b/src/IconFilterAltOffRoundedFilled.tsx index 8b81ecb85..f5bcd067e 100644 --- a/src/IconFilterAltOffRoundedFilled.tsx +++ b/src/IconFilterAltOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffRoundedFilled as default } diff --git a/src/IconFilterAltOffSharp.tsx b/src/IconFilterAltOffSharp.tsx index a6791a54e..5cbb41e8b 100644 --- a/src/IconFilterAltOffSharp.tsx +++ b/src/IconFilterAltOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffSharp: React.FC = ({ ...props }) => ( +export const IconFilterAltOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffSharp as default } diff --git a/src/IconFilterAltOffSharpFilled.tsx b/src/IconFilterAltOffSharpFilled.tsx index aba5b6880..26752d9eb 100644 --- a/src/IconFilterAltOffSharpFilled.tsx +++ b/src/IconFilterAltOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterAltOffSharpFilled as default } diff --git a/src/IconFilterAltOutlined.tsx b/src/IconFilterAltOutlined.tsx index a8ed0f63b..f70272f84 100644 --- a/src/IconFilterAltOutlined.tsx +++ b/src/IconFilterAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOutlined: React.FC = ({ ...props }) => ( +export const IconFilterAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltOutlined as default } diff --git a/src/IconFilterAltOutlinedFilled.tsx b/src/IconFilterAltOutlinedFilled.tsx index 430ae05f4..1d798eafe 100644 --- a/src/IconFilterAltOutlinedFilled.tsx +++ b/src/IconFilterAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterAltOutlinedFilled as default } diff --git a/src/IconFilterAltRounded.tsx b/src/IconFilterAltRounded.tsx index 440ad00f2..df620c254 100644 --- a/src/IconFilterAltRounded.tsx +++ b/src/IconFilterAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltRounded: React.FC = ({ ...props }) => ( +export const IconFilterAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltRounded as default } diff --git a/src/IconFilterAltRoundedFilled.tsx b/src/IconFilterAltRoundedFilled.tsx index 98d3beb1b..b8667e0d6 100644 --- a/src/IconFilterAltRoundedFilled.tsx +++ b/src/IconFilterAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterAltRoundedFilled as default } diff --git a/src/IconFilterAltSharp.tsx b/src/IconFilterAltSharp.tsx index 7fb47b31e..fd517c28f 100644 --- a/src/IconFilterAltSharp.tsx +++ b/src/IconFilterAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltSharp: React.FC = ({ ...props }) => ( +export const IconFilterAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltSharp as default } diff --git a/src/IconFilterAltSharpFilled.tsx b/src/IconFilterAltSharpFilled.tsx index 908e7c90c..179768bad 100644 --- a/src/IconFilterAltSharpFilled.tsx +++ b/src/IconFilterAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterAltSharpFilled as default } diff --git a/src/IconFilterArrowRightOutlined.tsx b/src/IconFilterArrowRightOutlined.tsx new file mode 100644 index 000000000..eb6765d4b --- /dev/null +++ b/src/IconFilterArrowRightOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterArrowRightOutlinedFilled.tsx b/src/IconFilterArrowRightOutlinedFilled.tsx new file mode 100644 index 000000000..e4e2a2145 --- /dev/null +++ b/src/IconFilterArrowRightOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterArrowRightRounded.tsx b/src/IconFilterArrowRightRounded.tsx new file mode 100644 index 000000000..8061dcfcf --- /dev/null +++ b/src/IconFilterArrowRightRounded.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightRounded: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterArrowRightRoundedFilled.tsx b/src/IconFilterArrowRightRoundedFilled.tsx new file mode 100644 index 000000000..345df007a --- /dev/null +++ b/src/IconFilterArrowRightRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterArrowRightSharp.tsx b/src/IconFilterArrowRightSharp.tsx new file mode 100644 index 000000000..e51c4f0e6 --- /dev/null +++ b/src/IconFilterArrowRightSharp.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightSharp: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterArrowRightSharpFilled.tsx b/src/IconFilterArrowRightSharpFilled.tsx new file mode 100644 index 000000000..e05b37f7b --- /dev/null +++ b/src/IconFilterArrowRightSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFilterArrowRightSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFilterBAndWOutlined.tsx b/src/IconFilterBAndWOutlined.tsx index b4c5df96f..2936b7080 100644 --- a/src/IconFilterBAndWOutlined.tsx +++ b/src/IconFilterBAndWOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWOutlined: React.FC = ({ ...props }) => ( +export const IconFilterBAndWOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWOutlined as default } diff --git a/src/IconFilterBAndWOutlinedFilled.tsx b/src/IconFilterBAndWOutlinedFilled.tsx index 35e187daa..780a42287 100644 --- a/src/IconFilterBAndWOutlinedFilled.tsx +++ b/src/IconFilterBAndWOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterBAndWOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWOutlinedFilled as default } diff --git a/src/IconFilterBAndWRounded.tsx b/src/IconFilterBAndWRounded.tsx index 69a509ab3..c63894df6 100644 --- a/src/IconFilterBAndWRounded.tsx +++ b/src/IconFilterBAndWRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWRounded: React.FC = ({ ...props }) => ( +export const IconFilterBAndWRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWRounded as default } diff --git a/src/IconFilterBAndWRoundedFilled.tsx b/src/IconFilterBAndWRoundedFilled.tsx index 492fde2ef..c935944db 100644 --- a/src/IconFilterBAndWRoundedFilled.tsx +++ b/src/IconFilterBAndWRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterBAndWRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWRoundedFilled as default } diff --git a/src/IconFilterBAndWSharp.tsx b/src/IconFilterBAndWSharp.tsx index 751c7f636..6a9907f87 100644 --- a/src/IconFilterBAndWSharp.tsx +++ b/src/IconFilterBAndWSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWSharp: React.FC = ({ ...props }) => ( +export const IconFilterBAndWSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWSharp as default } diff --git a/src/IconFilterBAndWSharpFilled.tsx b/src/IconFilterBAndWSharpFilled.tsx index 567954ea1..259df5461 100644 --- a/src/IconFilterBAndWSharpFilled.tsx +++ b/src/IconFilterBAndWSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterBAndWSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterBAndWSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterBAndWSharpFilled as default } diff --git a/src/IconFilterCenterFocusOutlined.tsx b/src/IconFilterCenterFocusOutlined.tsx index 5a406be4e..c3d9a6757 100644 --- a/src/IconFilterCenterFocusOutlined.tsx +++ b/src/IconFilterCenterFocusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusOutlined: React.FC = ({ ...props }) => ( +export const IconFilterCenterFocusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterCenterFocusOutlined as default } diff --git a/src/IconFilterCenterFocusOutlinedFilled.tsx b/src/IconFilterCenterFocusOutlinedFilled.tsx index e31b9dbe8..7df2f2006 100644 --- a/src/IconFilterCenterFocusOutlinedFilled.tsx +++ b/src/IconFilterCenterFocusOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusOutlinedFilled: React.FC = ({ +export const IconFilterCenterFocusOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterCenterFocusOutlinedFilled: React.FC = ({ ) - -export { IconFilterCenterFocusOutlinedFilled as default } diff --git a/src/IconFilterCenterFocusRounded.tsx b/src/IconFilterCenterFocusRounded.tsx index 7dc60d437..c2870fff2 100644 --- a/src/IconFilterCenterFocusRounded.tsx +++ b/src/IconFilterCenterFocusRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusRounded: React.FC = ({ ...props }) => ( +export const IconFilterCenterFocusRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterCenterFocusRounded as default } diff --git a/src/IconFilterCenterFocusRoundedFilled.tsx b/src/IconFilterCenterFocusRoundedFilled.tsx index 2364a36f5..551661294 100644 --- a/src/IconFilterCenterFocusRoundedFilled.tsx +++ b/src/IconFilterCenterFocusRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusRoundedFilled: React.FC = ({ +export const IconFilterCenterFocusRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterCenterFocusRoundedFilled: React.FC = ({ ) - -export { IconFilterCenterFocusRoundedFilled as default } diff --git a/src/IconFilterCenterFocusSharp.tsx b/src/IconFilterCenterFocusSharp.tsx index 06d835647..7959cac76 100644 --- a/src/IconFilterCenterFocusSharp.tsx +++ b/src/IconFilterCenterFocusSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusSharp: React.FC = ({ ...props }) => ( +export const IconFilterCenterFocusSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterCenterFocusSharp as default } diff --git a/src/IconFilterCenterFocusSharpFilled.tsx b/src/IconFilterCenterFocusSharpFilled.tsx index 92d75fed7..427737c61 100644 --- a/src/IconFilterCenterFocusSharpFilled.tsx +++ b/src/IconFilterCenterFocusSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterCenterFocusSharpFilled: React.FC = ({ +export const IconFilterCenterFocusSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterCenterFocusSharpFilled: React.FC = ({ ) - -export { IconFilterCenterFocusSharpFilled as default } diff --git a/src/IconFilterDramaOutlined.tsx b/src/IconFilterDramaOutlined.tsx index 98dc31538..810f60e4d 100644 --- a/src/IconFilterDramaOutlined.tsx +++ b/src/IconFilterDramaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaOutlined: React.FC = ({ ...props }) => ( +export const IconFilterDramaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterDramaOutlined as default } diff --git a/src/IconFilterDramaOutlinedFilled.tsx b/src/IconFilterDramaOutlinedFilled.tsx index 648a5fd8d..930501e66 100644 --- a/src/IconFilterDramaOutlinedFilled.tsx +++ b/src/IconFilterDramaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterDramaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterDramaOutlinedFilled as default } diff --git a/src/IconFilterDramaRounded.tsx b/src/IconFilterDramaRounded.tsx index f03ffd7cf..da1d784d8 100644 --- a/src/IconFilterDramaRounded.tsx +++ b/src/IconFilterDramaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaRounded: React.FC = ({ ...props }) => ( +export const IconFilterDramaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterDramaRounded as default } diff --git a/src/IconFilterDramaRoundedFilled.tsx b/src/IconFilterDramaRoundedFilled.tsx index 6490ee949..d3e149668 100644 --- a/src/IconFilterDramaRoundedFilled.tsx +++ b/src/IconFilterDramaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterDramaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterDramaRoundedFilled as default } diff --git a/src/IconFilterDramaSharp.tsx b/src/IconFilterDramaSharp.tsx index eb3fd5c9c..15ca51d09 100644 --- a/src/IconFilterDramaSharp.tsx +++ b/src/IconFilterDramaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaSharp: React.FC = ({ ...props }) => ( +export const IconFilterDramaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterDramaSharp as default } diff --git a/src/IconFilterDramaSharpFilled.tsx b/src/IconFilterDramaSharpFilled.tsx index 211f39b68..86535023d 100644 --- a/src/IconFilterDramaSharpFilled.tsx +++ b/src/IconFilterDramaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterDramaSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterDramaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterDramaSharpFilled as default } diff --git a/src/IconFilterFramesOutlined.tsx b/src/IconFilterFramesOutlined.tsx index b590ebdb4..ca6a4929b 100644 --- a/src/IconFilterFramesOutlined.tsx +++ b/src/IconFilterFramesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesOutlined: React.FC = ({ ...props }) => ( +export const IconFilterFramesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterFramesOutlined as default } diff --git a/src/IconFilterFramesOutlinedFilled.tsx b/src/IconFilterFramesOutlinedFilled.tsx index 5e4471233..30fb34502 100644 --- a/src/IconFilterFramesOutlinedFilled.tsx +++ b/src/IconFilterFramesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterFramesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterFramesOutlinedFilled as default } diff --git a/src/IconFilterFramesRounded.tsx b/src/IconFilterFramesRounded.tsx index 1692a942e..02ce8194d 100644 --- a/src/IconFilterFramesRounded.tsx +++ b/src/IconFilterFramesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesRounded: React.FC = ({ ...props }) => ( +export const IconFilterFramesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterFramesRounded as default } diff --git a/src/IconFilterFramesRoundedFilled.tsx b/src/IconFilterFramesRoundedFilled.tsx index 277e5acf2..019a04c17 100644 --- a/src/IconFilterFramesRoundedFilled.tsx +++ b/src/IconFilterFramesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterFramesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterFramesRoundedFilled as default } diff --git a/src/IconFilterFramesSharp.tsx b/src/IconFilterFramesSharp.tsx index aca71c5d0..72e9de64d 100644 --- a/src/IconFilterFramesSharp.tsx +++ b/src/IconFilterFramesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesSharp: React.FC = ({ ...props }) => ( +export const IconFilterFramesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterFramesSharp as default } diff --git a/src/IconFilterFramesSharpFilled.tsx b/src/IconFilterFramesSharpFilled.tsx index cd2850734..3a0830e5b 100644 --- a/src/IconFilterFramesSharpFilled.tsx +++ b/src/IconFilterFramesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterFramesSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterFramesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterFramesSharpFilled as default } diff --git a/src/IconFilterHdrOutlined.tsx b/src/IconFilterHdrOutlined.tsx index a8c0cf97b..4ee7df29b 100644 --- a/src/IconFilterHdrOutlined.tsx +++ b/src/IconFilterHdrOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrOutlined: React.FC = ({ ...props }) => ( +export const IconFilterHdrOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterHdrOutlined as default } diff --git a/src/IconFilterHdrOutlinedFilled.tsx b/src/IconFilterHdrOutlinedFilled.tsx index 6fd149819..5ccb4a959 100644 --- a/src/IconFilterHdrOutlinedFilled.tsx +++ b/src/IconFilterHdrOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterHdrOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterHdrOutlinedFilled as default } diff --git a/src/IconFilterHdrRounded.tsx b/src/IconFilterHdrRounded.tsx index f508a3bc3..023469c3d 100644 --- a/src/IconFilterHdrRounded.tsx +++ b/src/IconFilterHdrRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrRounded: React.FC = ({ ...props }) => ( +export const IconFilterHdrRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterHdrRounded as default } diff --git a/src/IconFilterHdrRoundedFilled.tsx b/src/IconFilterHdrRoundedFilled.tsx index 1ddefa084..28e67fd2c 100644 --- a/src/IconFilterHdrRoundedFilled.tsx +++ b/src/IconFilterHdrRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterHdrRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterHdrRoundedFilled as default } diff --git a/src/IconFilterHdrSharp.tsx b/src/IconFilterHdrSharp.tsx index 95e6e7268..d79b3285e 100644 --- a/src/IconFilterHdrSharp.tsx +++ b/src/IconFilterHdrSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrSharp: React.FC = ({ ...props }) => ( +export const IconFilterHdrSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterHdrSharp as default } diff --git a/src/IconFilterHdrSharpFilled.tsx b/src/IconFilterHdrSharpFilled.tsx index d425ba4dc..927212c64 100644 --- a/src/IconFilterHdrSharpFilled.tsx +++ b/src/IconFilterHdrSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterHdrSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterHdrSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterHdrSharpFilled as default } diff --git a/src/IconFilterListOffOutlined.tsx b/src/IconFilterListOffOutlined.tsx index 725f52474..862fdc3e2 100644 --- a/src/IconFilterListOffOutlined.tsx +++ b/src/IconFilterListOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffOutlined: React.FC = ({ ...props }) => ( +export const IconFilterListOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListOffOutlined as default } diff --git a/src/IconFilterListOffOutlinedFilled.tsx b/src/IconFilterListOffOutlinedFilled.tsx index 1b05897d1..c9961d294 100644 --- a/src/IconFilterListOffOutlinedFilled.tsx +++ b/src/IconFilterListOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterListOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListOffOutlinedFilled as default } diff --git a/src/IconFilterListOffRounded.tsx b/src/IconFilterListOffRounded.tsx index 85081e230..8378f2a4c 100644 --- a/src/IconFilterListOffRounded.tsx +++ b/src/IconFilterListOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffRounded: React.FC = ({ ...props }) => ( +export const IconFilterListOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterListOffRounded as default } diff --git a/src/IconFilterListOffRoundedFilled.tsx b/src/IconFilterListOffRoundedFilled.tsx index c6f81088d..0d085b0d2 100644 --- a/src/IconFilterListOffRoundedFilled.tsx +++ b/src/IconFilterListOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterListOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListOffRoundedFilled as default } diff --git a/src/IconFilterListOffSharp.tsx b/src/IconFilterListOffSharp.tsx index ffc3b0cee..d195f9c16 100644 --- a/src/IconFilterListOffSharp.tsx +++ b/src/IconFilterListOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffSharp: React.FC = ({ ...props }) => ( +export const IconFilterListOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterListOffSharp as default } diff --git a/src/IconFilterListOffSharpFilled.tsx b/src/IconFilterListOffSharpFilled.tsx index 5752298ff..8cd076167 100644 --- a/src/IconFilterListOffSharpFilled.tsx +++ b/src/IconFilterListOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterListOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListOffSharpFilled as default } diff --git a/src/IconFilterListOutlined.tsx b/src/IconFilterListOutlined.tsx index d78b2db70..4037f1914 100644 --- a/src/IconFilterListOutlined.tsx +++ b/src/IconFilterListOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOutlined: React.FC = ({ ...props }) => ( +export const IconFilterListOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterListOutlined as default } diff --git a/src/IconFilterListOutlinedFilled.tsx b/src/IconFilterListOutlinedFilled.tsx index fcbc81fa3..8e717bc80 100644 --- a/src/IconFilterListOutlinedFilled.tsx +++ b/src/IconFilterListOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterListOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListOutlinedFilled as default } diff --git a/src/IconFilterListRounded.tsx b/src/IconFilterListRounded.tsx index c256744d3..b59049523 100644 --- a/src/IconFilterListRounded.tsx +++ b/src/IconFilterListRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListRounded: React.FC = ({ ...props }) => ( +export const IconFilterListRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterListRounded as default } diff --git a/src/IconFilterListRoundedFilled.tsx b/src/IconFilterListRoundedFilled.tsx index 34159cfe3..66776bf3e 100644 --- a/src/IconFilterListRoundedFilled.tsx +++ b/src/IconFilterListRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterListRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListRoundedFilled as default } diff --git a/src/IconFilterListSharp.tsx b/src/IconFilterListSharp.tsx index f8e83091f..3b4debc73 100644 --- a/src/IconFilterListSharp.tsx +++ b/src/IconFilterListSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListSharp: React.FC = ({ ...props }) => ( +export const IconFilterListSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterListSharp as default } diff --git a/src/IconFilterListSharpFilled.tsx b/src/IconFilterListSharpFilled.tsx index 9a883d2de..2276d7c5c 100644 --- a/src/IconFilterListSharpFilled.tsx +++ b/src/IconFilterListSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterListSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterListSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterListSharpFilled as default } diff --git a/src/IconFilterNoneOutlined.tsx b/src/IconFilterNoneOutlined.tsx index a5fb11bae..0d6655f30 100644 --- a/src/IconFilterNoneOutlined.tsx +++ b/src/IconFilterNoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneOutlined: React.FC = ({ ...props }) => ( +export const IconFilterNoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterNoneOutlined as default } diff --git a/src/IconFilterNoneOutlinedFilled.tsx b/src/IconFilterNoneOutlinedFilled.tsx index 5db1bd8b9..aef66ab81 100644 --- a/src/IconFilterNoneOutlinedFilled.tsx +++ b/src/IconFilterNoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterNoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterNoneOutlinedFilled as default } diff --git a/src/IconFilterNoneRounded.tsx b/src/IconFilterNoneRounded.tsx index 9fa5c1411..58207661a 100644 --- a/src/IconFilterNoneRounded.tsx +++ b/src/IconFilterNoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneRounded: React.FC = ({ ...props }) => ( +export const IconFilterNoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterNoneRounded as default } diff --git a/src/IconFilterNoneRoundedFilled.tsx b/src/IconFilterNoneRoundedFilled.tsx index 6270c32ac..52df79590 100644 --- a/src/IconFilterNoneRoundedFilled.tsx +++ b/src/IconFilterNoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterNoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterNoneRoundedFilled as default } diff --git a/src/IconFilterNoneSharp.tsx b/src/IconFilterNoneSharp.tsx index faa24e513..5aef53994 100644 --- a/src/IconFilterNoneSharp.tsx +++ b/src/IconFilterNoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneSharp: React.FC = ({ ...props }) => ( +export const IconFilterNoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterNoneSharp as default } diff --git a/src/IconFilterNoneSharpFilled.tsx b/src/IconFilterNoneSharpFilled.tsx index d1f128acd..d81d9b668 100644 --- a/src/IconFilterNoneSharpFilled.tsx +++ b/src/IconFilterNoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterNoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterNoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterNoneSharpFilled as default } diff --git a/src/IconFilterOutlined.tsx b/src/IconFilterOutlined.tsx index f81ebf8b3..2cacd7275 100644 --- a/src/IconFilterOutlined.tsx +++ b/src/IconFilterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterOutlined: React.FC = ({ ...props }) => ( +export const IconFilterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterOutlined as default } diff --git a/src/IconFilterOutlinedFilled.tsx b/src/IconFilterOutlinedFilled.tsx index 0cc258ff0..321021e93 100644 --- a/src/IconFilterOutlinedFilled.tsx +++ b/src/IconFilterOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterOutlinedFilled as default } diff --git a/src/IconFilterRetroluxOutlined.tsx b/src/IconFilterRetroluxOutlined.tsx index 5e58211a6..1cb82a779 100644 --- a/src/IconFilterRetroluxOutlined.tsx +++ b/src/IconFilterRetroluxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxOutlined: React.FC = ({ ...props }) => ( +export const IconFilterRetroluxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterRetroluxOutlined as default } diff --git a/src/IconFilterRetroluxOutlinedFilled.tsx b/src/IconFilterRetroluxOutlinedFilled.tsx index 9a6983956..31fdb5910 100644 --- a/src/IconFilterRetroluxOutlinedFilled.tsx +++ b/src/IconFilterRetroluxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxOutlinedFilled: React.FC = ({ +export const IconFilterRetroluxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterRetroluxOutlinedFilled: React.FC = ({ ) - -export { IconFilterRetroluxOutlinedFilled as default } diff --git a/src/IconFilterRetroluxRounded.tsx b/src/IconFilterRetroluxRounded.tsx index 41715c7e3..ec2dd9e9e 100644 --- a/src/IconFilterRetroluxRounded.tsx +++ b/src/IconFilterRetroluxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxRounded: React.FC = ({ ...props }) => ( +export const IconFilterRetroluxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterRetroluxRounded as default } diff --git a/src/IconFilterRetroluxRoundedFilled.tsx b/src/IconFilterRetroluxRoundedFilled.tsx index 86520766b..b735ae16f 100644 --- a/src/IconFilterRetroluxRoundedFilled.tsx +++ b/src/IconFilterRetroluxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterRetroluxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterRetroluxRoundedFilled as default } diff --git a/src/IconFilterRetroluxSharp.tsx b/src/IconFilterRetroluxSharp.tsx index 492fb4fdf..3090b67be 100644 --- a/src/IconFilterRetroluxSharp.tsx +++ b/src/IconFilterRetroluxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxSharp: React.FC = ({ ...props }) => ( +export const IconFilterRetroluxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterRetroluxSharp as default } diff --git a/src/IconFilterRetroluxSharpFilled.tsx b/src/IconFilterRetroluxSharpFilled.tsx index 6dc3c0d31..9aebda426 100644 --- a/src/IconFilterRetroluxSharpFilled.tsx +++ b/src/IconFilterRetroluxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRetroluxSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterRetroluxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterRetroluxSharpFilled as default } diff --git a/src/IconFilterRounded.tsx b/src/IconFilterRounded.tsx index 661bede96..e3cb8d10f 100644 --- a/src/IconFilterRounded.tsx +++ b/src/IconFilterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRounded: React.FC = ({ ...props }) => ( +export const IconFilterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterRounded as default } diff --git a/src/IconFilterRoundedFilled.tsx b/src/IconFilterRoundedFilled.tsx index 705aeae1f..751abd552 100644 --- a/src/IconFilterRoundedFilled.tsx +++ b/src/IconFilterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterRoundedFilled as default } diff --git a/src/IconFilterSharp.tsx b/src/IconFilterSharp.tsx index a695bf125..492ee7202 100644 --- a/src/IconFilterSharp.tsx +++ b/src/IconFilterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterSharp: React.FC = ({ ...props }) => ( +export const IconFilterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterSharp as default } diff --git a/src/IconFilterSharpFilled.tsx b/src/IconFilterSharpFilled.tsx index e51af7b91..a4cd84daf 100644 --- a/src/IconFilterSharpFilled.tsx +++ b/src/IconFilterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterSharpFilled as default } diff --git a/src/IconFilterTiltShiftOutlined.tsx b/src/IconFilterTiltShiftOutlined.tsx index c05e519c0..953a92365 100644 --- a/src/IconFilterTiltShiftOutlined.tsx +++ b/src/IconFilterTiltShiftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftOutlined: React.FC = ({ ...props }) => ( +export const IconFilterTiltShiftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterTiltShiftOutlined as default } diff --git a/src/IconFilterTiltShiftOutlinedFilled.tsx b/src/IconFilterTiltShiftOutlinedFilled.tsx index 73324efa0..6080b2d4c 100644 --- a/src/IconFilterTiltShiftOutlinedFilled.tsx +++ b/src/IconFilterTiltShiftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftOutlinedFilled: React.FC = ({ +export const IconFilterTiltShiftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterTiltShiftOutlinedFilled: React.FC = ({ ) - -export { IconFilterTiltShiftOutlinedFilled as default } diff --git a/src/IconFilterTiltShiftRounded.tsx b/src/IconFilterTiltShiftRounded.tsx index 50bf87d86..213d58998 100644 --- a/src/IconFilterTiltShiftRounded.tsx +++ b/src/IconFilterTiltShiftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftRounded: React.FC = ({ ...props }) => ( +export const IconFilterTiltShiftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterTiltShiftRounded as default } diff --git a/src/IconFilterTiltShiftRoundedFilled.tsx b/src/IconFilterTiltShiftRoundedFilled.tsx index f3424e790..b9d60d5a8 100644 --- a/src/IconFilterTiltShiftRoundedFilled.tsx +++ b/src/IconFilterTiltShiftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftRoundedFilled: React.FC = ({ +export const IconFilterTiltShiftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFilterTiltShiftRoundedFilled: React.FC = ({ ) - -export { IconFilterTiltShiftRoundedFilled as default } diff --git a/src/IconFilterTiltShiftSharp.tsx b/src/IconFilterTiltShiftSharp.tsx index 51f7318bb..1a3b2c4f5 100644 --- a/src/IconFilterTiltShiftSharp.tsx +++ b/src/IconFilterTiltShiftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftSharp: React.FC = ({ ...props }) => ( +export const IconFilterTiltShiftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterTiltShiftSharp as default } diff --git a/src/IconFilterTiltShiftSharpFilled.tsx b/src/IconFilterTiltShiftSharpFilled.tsx index 3f8d1012a..11dda1ef8 100644 --- a/src/IconFilterTiltShiftSharpFilled.tsx +++ b/src/IconFilterTiltShiftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterTiltShiftSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterTiltShiftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterTiltShiftSharpFilled as default } diff --git a/src/IconFilterVintageOutlined.tsx b/src/IconFilterVintageOutlined.tsx index 9ad54d33c..39d114355 100644 --- a/src/IconFilterVintageOutlined.tsx +++ b/src/IconFilterVintageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageOutlined: React.FC = ({ ...props }) => ( +export const IconFilterVintageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterVintageOutlined as default } diff --git a/src/IconFilterVintageOutlinedFilled.tsx b/src/IconFilterVintageOutlinedFilled.tsx index 68ffb10ec..750d6b488 100644 --- a/src/IconFilterVintageOutlinedFilled.tsx +++ b/src/IconFilterVintageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFilterVintageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterVintageOutlinedFilled as default } diff --git a/src/IconFilterVintageRounded.tsx b/src/IconFilterVintageRounded.tsx index 000320e72..54a6351fd 100644 --- a/src/IconFilterVintageRounded.tsx +++ b/src/IconFilterVintageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageRounded: React.FC = ({ ...props }) => ( +export const IconFilterVintageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterVintageRounded as default } diff --git a/src/IconFilterVintageRoundedFilled.tsx b/src/IconFilterVintageRoundedFilled.tsx index 477d3195d..d12eefabd 100644 --- a/src/IconFilterVintageRoundedFilled.tsx +++ b/src/IconFilterVintageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFilterVintageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterVintageRoundedFilled as default } diff --git a/src/IconFilterVintageSharp.tsx b/src/IconFilterVintageSharp.tsx index ddea4d298..35a187d18 100644 --- a/src/IconFilterVintageSharp.tsx +++ b/src/IconFilterVintageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageSharp: React.FC = ({ ...props }) => ( +export const IconFilterVintageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFilterVintageSharp as default } diff --git a/src/IconFilterVintageSharpFilled.tsx b/src/IconFilterVintageSharpFilled.tsx index 624538b73..708cb71fb 100644 --- a/src/IconFilterVintageSharpFilled.tsx +++ b/src/IconFilterVintageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFilterVintageSharpFilled: React.FC = ({ ...props }) => ( +export const IconFilterVintageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFilterVintageSharpFilled as default } diff --git a/src/IconFinanceChipOutlined.tsx b/src/IconFinanceChipOutlined.tsx index 98ebf071c..1e85c0d47 100644 --- a/src/IconFinanceChipOutlined.tsx +++ b/src/IconFinanceChipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipOutlined: React.FC = ({ ...props }) => ( +export const IconFinanceChipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceChipOutlined as default } diff --git a/src/IconFinanceChipOutlinedFilled.tsx b/src/IconFinanceChipOutlinedFilled.tsx index d5b75ce11..5dd5c6134 100644 --- a/src/IconFinanceChipOutlinedFilled.tsx +++ b/src/IconFinanceChipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceChipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceChipOutlinedFilled as default } diff --git a/src/IconFinanceChipRounded.tsx b/src/IconFinanceChipRounded.tsx index 37a726fac..3b80de3bb 100644 --- a/src/IconFinanceChipRounded.tsx +++ b/src/IconFinanceChipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipRounded: React.FC = ({ ...props }) => ( +export const IconFinanceChipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceChipRounded as default } diff --git a/src/IconFinanceChipRoundedFilled.tsx b/src/IconFinanceChipRoundedFilled.tsx index b33d12f3a..96c77e0ed 100644 --- a/src/IconFinanceChipRoundedFilled.tsx +++ b/src/IconFinanceChipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceChipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceChipRoundedFilled as default } diff --git a/src/IconFinanceChipSharp.tsx b/src/IconFinanceChipSharp.tsx index 13fb754ef..4ec4aaecb 100644 --- a/src/IconFinanceChipSharp.tsx +++ b/src/IconFinanceChipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipSharp: React.FC = ({ ...props }) => ( +export const IconFinanceChipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceChipSharp as default } diff --git a/src/IconFinanceChipSharpFilled.tsx b/src/IconFinanceChipSharpFilled.tsx index a7ea14d71..c93cd9e91 100644 --- a/src/IconFinanceChipSharpFilled.tsx +++ b/src/IconFinanceChipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceChipSharpFilled: React.FC = ({ ...props }) => ( +export const IconFinanceChipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceChipSharpFilled as default } diff --git a/src/IconFinanceModeOutlined.tsx b/src/IconFinanceModeOutlined.tsx index eb78555f1..6bdcbe048 100644 --- a/src/IconFinanceModeOutlined.tsx +++ b/src/IconFinanceModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeOutlined: React.FC = ({ ...props }) => ( +export const IconFinanceModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceModeOutlined as default } diff --git a/src/IconFinanceModeOutlinedFilled.tsx b/src/IconFinanceModeOutlinedFilled.tsx index a107d3228..c060b89f1 100644 --- a/src/IconFinanceModeOutlinedFilled.tsx +++ b/src/IconFinanceModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceModeOutlinedFilled as default } diff --git a/src/IconFinanceModeRounded.tsx b/src/IconFinanceModeRounded.tsx index d978ac72c..018bbaa54 100644 --- a/src/IconFinanceModeRounded.tsx +++ b/src/IconFinanceModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeRounded: React.FC = ({ ...props }) => ( +export const IconFinanceModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceModeRounded as default } diff --git a/src/IconFinanceModeRoundedFilled.tsx b/src/IconFinanceModeRoundedFilled.tsx index 685794ae1..c842b627c 100644 --- a/src/IconFinanceModeRoundedFilled.tsx +++ b/src/IconFinanceModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceModeRoundedFilled as default } diff --git a/src/IconFinanceModeSharp.tsx b/src/IconFinanceModeSharp.tsx index 2a969ad1e..b5008567c 100644 --- a/src/IconFinanceModeSharp.tsx +++ b/src/IconFinanceModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeSharp: React.FC = ({ ...props }) => ( +export const IconFinanceModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceModeSharp as default } diff --git a/src/IconFinanceModeSharpFilled.tsx b/src/IconFinanceModeSharpFilled.tsx index ed07c6b0e..cbb93e6e7 100644 --- a/src/IconFinanceModeSharpFilled.tsx +++ b/src/IconFinanceModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconFinanceModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceModeSharpFilled as default } diff --git a/src/IconFinanceOutlined.tsx b/src/IconFinanceOutlined.tsx index 76c11da9e..39d2cd256 100644 --- a/src/IconFinanceOutlined.tsx +++ b/src/IconFinanceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceOutlined: React.FC = ({ ...props }) => ( +export const IconFinanceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceOutlined as default } diff --git a/src/IconFinanceOutlinedFilled.tsx b/src/IconFinanceOutlinedFilled.tsx index 0a412b838..3b2bcd355 100644 --- a/src/IconFinanceOutlinedFilled.tsx +++ b/src/IconFinanceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFinanceOutlinedFilled as default } diff --git a/src/IconFinanceRounded.tsx b/src/IconFinanceRounded.tsx index c10f83a7c..db888411e 100644 --- a/src/IconFinanceRounded.tsx +++ b/src/IconFinanceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceRounded: React.FC = ({ ...props }) => ( +export const IconFinanceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceRounded as default } diff --git a/src/IconFinanceRoundedFilled.tsx b/src/IconFinanceRoundedFilled.tsx index b11238444..16d876caf 100644 --- a/src/IconFinanceRoundedFilled.tsx +++ b/src/IconFinanceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFinanceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceRoundedFilled as default } diff --git a/src/IconFinanceSharp.tsx b/src/IconFinanceSharp.tsx index 614e4c4d1..a7f5290d7 100644 --- a/src/IconFinanceSharp.tsx +++ b/src/IconFinanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceSharp: React.FC = ({ ...props }) => ( +export const IconFinanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceSharp as default } diff --git a/src/IconFinanceSharpFilled.tsx b/src/IconFinanceSharpFilled.tsx index 2b55aaf40..a593230b0 100644 --- a/src/IconFinanceSharpFilled.tsx +++ b/src/IconFinanceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFinanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFinanceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFinanceSharpFilled as default } diff --git a/src/IconFindInPageOutlined.tsx b/src/IconFindInPageOutlined.tsx index 2c82914aa..32d48760d 100644 --- a/src/IconFindInPageOutlined.tsx +++ b/src/IconFindInPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageOutlined: React.FC = ({ ...props }) => ( +export const IconFindInPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindInPageOutlined as default } diff --git a/src/IconFindInPageOutlinedFilled.tsx b/src/IconFindInPageOutlinedFilled.tsx index 269bc21b3..7b8443811 100644 --- a/src/IconFindInPageOutlinedFilled.tsx +++ b/src/IconFindInPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFindInPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindInPageOutlinedFilled as default } diff --git a/src/IconFindInPageRounded.tsx b/src/IconFindInPageRounded.tsx index 8be83ecb3..2accfac36 100644 --- a/src/IconFindInPageRounded.tsx +++ b/src/IconFindInPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageRounded: React.FC = ({ ...props }) => ( +export const IconFindInPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindInPageRounded as default } diff --git a/src/IconFindInPageRoundedFilled.tsx b/src/IconFindInPageRoundedFilled.tsx index 8974c4a91..69966c722 100644 --- a/src/IconFindInPageRoundedFilled.tsx +++ b/src/IconFindInPageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFindInPageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindInPageRoundedFilled as default } diff --git a/src/IconFindInPageSharp.tsx b/src/IconFindInPageSharp.tsx index e1eb96a11..91d0b90a8 100644 --- a/src/IconFindInPageSharp.tsx +++ b/src/IconFindInPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageSharp: React.FC = ({ ...props }) => ( +export const IconFindInPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindInPageSharp as default } diff --git a/src/IconFindInPageSharpFilled.tsx b/src/IconFindInPageSharpFilled.tsx index d3e93cc00..e74c03706 100644 --- a/src/IconFindInPageSharpFilled.tsx +++ b/src/IconFindInPageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindInPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconFindInPageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindInPageSharpFilled as default } diff --git a/src/IconFindReplaceOutlined.tsx b/src/IconFindReplaceOutlined.tsx index fec13b82f..890291b6a 100644 --- a/src/IconFindReplaceOutlined.tsx +++ b/src/IconFindReplaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceOutlined: React.FC = ({ ...props }) => ( +export const IconFindReplaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindReplaceOutlined as default } diff --git a/src/IconFindReplaceOutlinedFilled.tsx b/src/IconFindReplaceOutlinedFilled.tsx index 95c951d43..c5092c9a8 100644 --- a/src/IconFindReplaceOutlinedFilled.tsx +++ b/src/IconFindReplaceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFindReplaceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindReplaceOutlinedFilled as default } diff --git a/src/IconFindReplaceRounded.tsx b/src/IconFindReplaceRounded.tsx index 19e846a0e..5cdaf5f48 100644 --- a/src/IconFindReplaceRounded.tsx +++ b/src/IconFindReplaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceRounded: React.FC = ({ ...props }) => ( +export const IconFindReplaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindReplaceRounded as default } diff --git a/src/IconFindReplaceRoundedFilled.tsx b/src/IconFindReplaceRoundedFilled.tsx index 7cfc920b2..e47984e18 100644 --- a/src/IconFindReplaceRoundedFilled.tsx +++ b/src/IconFindReplaceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFindReplaceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindReplaceRoundedFilled as default } diff --git a/src/IconFindReplaceSharp.tsx b/src/IconFindReplaceSharp.tsx index 62b29c143..35bf47290 100644 --- a/src/IconFindReplaceSharp.tsx +++ b/src/IconFindReplaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceSharp: React.FC = ({ ...props }) => ( +export const IconFindReplaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFindReplaceSharp as default } diff --git a/src/IconFindReplaceSharpFilled.tsx b/src/IconFindReplaceSharpFilled.tsx index 2837344c8..3bf798ee4 100644 --- a/src/IconFindReplaceSharpFilled.tsx +++ b/src/IconFindReplaceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFindReplaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFindReplaceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFindReplaceSharpFilled as default } diff --git a/src/IconFingerprintOffOutlined.tsx b/src/IconFingerprintOffOutlined.tsx index 3e18d551a..f069a6147 100644 --- a/src/IconFingerprintOffOutlined.tsx +++ b/src/IconFingerprintOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffOutlined: React.FC = ({ ...props }) => ( +export const IconFingerprintOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintOffOutlined as default } diff --git a/src/IconFingerprintOffOutlinedFilled.tsx b/src/IconFingerprintOffOutlinedFilled.tsx index e060228c0..122b99059 100644 --- a/src/IconFingerprintOffOutlinedFilled.tsx +++ b/src/IconFingerprintOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffOutlinedFilled: React.FC = ({ +export const IconFingerprintOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFingerprintOffOutlinedFilled: React.FC = ({ ) - -export { IconFingerprintOffOutlinedFilled as default } diff --git a/src/IconFingerprintOffRounded.tsx b/src/IconFingerprintOffRounded.tsx index d8bfce7d0..f8c3fe3ca 100644 --- a/src/IconFingerprintOffRounded.tsx +++ b/src/IconFingerprintOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffRounded: React.FC = ({ ...props }) => ( +export const IconFingerprintOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintOffRounded as default } diff --git a/src/IconFingerprintOffRoundedFilled.tsx b/src/IconFingerprintOffRoundedFilled.tsx index 79849b081..d036d47d0 100644 --- a/src/IconFingerprintOffRoundedFilled.tsx +++ b/src/IconFingerprintOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFingerprintOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintOffRoundedFilled as default } diff --git a/src/IconFingerprintOffSharp.tsx b/src/IconFingerprintOffSharp.tsx index 96ed886dc..8bc6aab8f 100644 --- a/src/IconFingerprintOffSharp.tsx +++ b/src/IconFingerprintOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffSharp: React.FC = ({ ...props }) => ( +export const IconFingerprintOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFingerprintOffSharp as default } diff --git a/src/IconFingerprintOffSharpFilled.tsx b/src/IconFingerprintOffSharpFilled.tsx index 67ae7a950..ae2bc5923 100644 --- a/src/IconFingerprintOffSharpFilled.tsx +++ b/src/IconFingerprintOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFingerprintOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintOffSharpFilled as default } diff --git a/src/IconFingerprintOutlined.tsx b/src/IconFingerprintOutlined.tsx index e2780eb5b..cd73cdbba 100644 --- a/src/IconFingerprintOutlined.tsx +++ b/src/IconFingerprintOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOutlined: React.FC = ({ ...props }) => ( +export const IconFingerprintOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFingerprintOutlined as default } diff --git a/src/IconFingerprintOutlinedFilled.tsx b/src/IconFingerprintOutlinedFilled.tsx index 08fedd32d..eb2481b7a 100644 --- a/src/IconFingerprintOutlinedFilled.tsx +++ b/src/IconFingerprintOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFingerprintOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintOutlinedFilled as default } diff --git a/src/IconFingerprintRounded.tsx b/src/IconFingerprintRounded.tsx index 9bf3a1d98..405ed5845 100644 --- a/src/IconFingerprintRounded.tsx +++ b/src/IconFingerprintRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintRounded: React.FC = ({ ...props }) => ( +export const IconFingerprintRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFingerprintRounded as default } diff --git a/src/IconFingerprintRoundedFilled.tsx b/src/IconFingerprintRoundedFilled.tsx index 67522b895..2c607bd6b 100644 --- a/src/IconFingerprintRoundedFilled.tsx +++ b/src/IconFingerprintRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFingerprintRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintRoundedFilled as default } diff --git a/src/IconFingerprintSharp.tsx b/src/IconFingerprintSharp.tsx index 6c73b3fdb..113dec8c8 100644 --- a/src/IconFingerprintSharp.tsx +++ b/src/IconFingerprintSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintSharp: React.FC = ({ ...props }) => ( +export const IconFingerprintSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFingerprintSharp as default } diff --git a/src/IconFingerprintSharpFilled.tsx b/src/IconFingerprintSharpFilled.tsx index d11a81f30..0151cab8f 100644 --- a/src/IconFingerprintSharpFilled.tsx +++ b/src/IconFingerprintSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFingerprintSharpFilled: React.FC = ({ ...props }) => ( +export const IconFingerprintSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFingerprintSharpFilled as default } diff --git a/src/IconFireExtinguisherOutlined.tsx b/src/IconFireExtinguisherOutlined.tsx index 74affb799..4c19762d8 100644 --- a/src/IconFireExtinguisherOutlined.tsx +++ b/src/IconFireExtinguisherOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherOutlined: React.FC = ({ ...props }) => ( +export const IconFireExtinguisherOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireExtinguisherOutlined as default } diff --git a/src/IconFireExtinguisherOutlinedFilled.tsx b/src/IconFireExtinguisherOutlinedFilled.tsx index d90006929..c23492f6c 100644 --- a/src/IconFireExtinguisherOutlinedFilled.tsx +++ b/src/IconFireExtinguisherOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherOutlinedFilled: React.FC = ({ +export const IconFireExtinguisherOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFireExtinguisherOutlinedFilled: React.FC = ({ ) - -export { IconFireExtinguisherOutlinedFilled as default } diff --git a/src/IconFireExtinguisherRounded.tsx b/src/IconFireExtinguisherRounded.tsx index 38ded6ec2..89cef49e1 100644 --- a/src/IconFireExtinguisherRounded.tsx +++ b/src/IconFireExtinguisherRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherRounded: React.FC = ({ ...props }) => ( +export const IconFireExtinguisherRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireExtinguisherRounded as default } diff --git a/src/IconFireExtinguisherRoundedFilled.tsx b/src/IconFireExtinguisherRoundedFilled.tsx index b2a0ac376..c8b880184 100644 --- a/src/IconFireExtinguisherRoundedFilled.tsx +++ b/src/IconFireExtinguisherRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherRoundedFilled: React.FC = ({ +export const IconFireExtinguisherRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFireExtinguisherRoundedFilled: React.FC = ({ ) - -export { IconFireExtinguisherRoundedFilled as default } diff --git a/src/IconFireExtinguisherSharp.tsx b/src/IconFireExtinguisherSharp.tsx index 81e8b2cf0..819a673fa 100644 --- a/src/IconFireExtinguisherSharp.tsx +++ b/src/IconFireExtinguisherSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherSharp: React.FC = ({ ...props }) => ( +export const IconFireExtinguisherSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireExtinguisherSharp as default } diff --git a/src/IconFireExtinguisherSharpFilled.tsx b/src/IconFireExtinguisherSharpFilled.tsx index 90879f339..8bfbd84ba 100644 --- a/src/IconFireExtinguisherSharpFilled.tsx +++ b/src/IconFireExtinguisherSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireExtinguisherSharpFilled: React.FC = ({ ...props }) => ( +export const IconFireExtinguisherSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireExtinguisherSharpFilled as default } diff --git a/src/IconFireHydrantOutlined.tsx b/src/IconFireHydrantOutlined.tsx index 182de35e9..1250dc02f 100644 --- a/src/IconFireHydrantOutlined.tsx +++ b/src/IconFireHydrantOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantOutlined: React.FC = ({ ...props }) => ( +export const IconFireHydrantOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireHydrantOutlined as default } diff --git a/src/IconFireHydrantOutlinedFilled.tsx b/src/IconFireHydrantOutlinedFilled.tsx index e52718d02..4a32967f9 100644 --- a/src/IconFireHydrantOutlinedFilled.tsx +++ b/src/IconFireHydrantOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFireHydrantOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireHydrantOutlinedFilled as default } diff --git a/src/IconFireHydrantRounded.tsx b/src/IconFireHydrantRounded.tsx index a1eedf246..f3a6d4c06 100644 --- a/src/IconFireHydrantRounded.tsx +++ b/src/IconFireHydrantRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantRounded: React.FC = ({ ...props }) => ( +export const IconFireHydrantRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireHydrantRounded as default } diff --git a/src/IconFireHydrantRoundedFilled.tsx b/src/IconFireHydrantRoundedFilled.tsx index 07c28f4a3..5958d2ccb 100644 --- a/src/IconFireHydrantRoundedFilled.tsx +++ b/src/IconFireHydrantRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFireHydrantRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireHydrantRoundedFilled as default } diff --git a/src/IconFireHydrantSharp.tsx b/src/IconFireHydrantSharp.tsx index c1a9971d7..9df910902 100644 --- a/src/IconFireHydrantSharp.tsx +++ b/src/IconFireHydrantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantSharp: React.FC = ({ ...props }) => ( +export const IconFireHydrantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireHydrantSharp as default } diff --git a/src/IconFireHydrantSharpFilled.tsx b/src/IconFireHydrantSharpFilled.tsx index 8741f8f4f..4bfa8416a 100644 --- a/src/IconFireHydrantSharpFilled.tsx +++ b/src/IconFireHydrantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireHydrantSharpFilled: React.FC = ({ ...props }) => ( +export const IconFireHydrantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireHydrantSharpFilled as default } diff --git a/src/IconFireTruckOutlined.tsx b/src/IconFireTruckOutlined.tsx index 507098e4d..91da7903c 100644 --- a/src/IconFireTruckOutlined.tsx +++ b/src/IconFireTruckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckOutlined: React.FC = ({ ...props }) => ( +export const IconFireTruckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireTruckOutlined as default } diff --git a/src/IconFireTruckOutlinedFilled.tsx b/src/IconFireTruckOutlinedFilled.tsx index 0387ba047..115a75c67 100644 --- a/src/IconFireTruckOutlinedFilled.tsx +++ b/src/IconFireTruckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFireTruckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireTruckOutlinedFilled as default } diff --git a/src/IconFireTruckRounded.tsx b/src/IconFireTruckRounded.tsx index af3a6b597..80076baa3 100644 --- a/src/IconFireTruckRounded.tsx +++ b/src/IconFireTruckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckRounded: React.FC = ({ ...props }) => ( +export const IconFireTruckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireTruckRounded as default } diff --git a/src/IconFireTruckRoundedFilled.tsx b/src/IconFireTruckRoundedFilled.tsx index 41a523d90..3138224db 100644 --- a/src/IconFireTruckRoundedFilled.tsx +++ b/src/IconFireTruckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFireTruckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireTruckRoundedFilled as default } diff --git a/src/IconFireTruckSharp.tsx b/src/IconFireTruckSharp.tsx index 4bc6c6634..dbf7d15b8 100644 --- a/src/IconFireTruckSharp.tsx +++ b/src/IconFireTruckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckSharp: React.FC = ({ ...props }) => ( +export const IconFireTruckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireTruckSharp as default } diff --git a/src/IconFireTruckSharpFilled.tsx b/src/IconFireTruckSharpFilled.tsx index 5768710fe..8068dfe7a 100644 --- a/src/IconFireTruckSharpFilled.tsx +++ b/src/IconFireTruckSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireTruckSharpFilled: React.FC = ({ ...props }) => ( +export const IconFireTruckSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireTruckSharpFilled as default } diff --git a/src/IconFireplaceOutlined.tsx b/src/IconFireplaceOutlined.tsx index 5bb06a07f..c6d94e87b 100644 --- a/src/IconFireplaceOutlined.tsx +++ b/src/IconFireplaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceOutlined: React.FC = ({ ...props }) => ( +export const IconFireplaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireplaceOutlined as default } diff --git a/src/IconFireplaceOutlinedFilled.tsx b/src/IconFireplaceOutlinedFilled.tsx index 7b1b6fb10..6605fbb95 100644 --- a/src/IconFireplaceOutlinedFilled.tsx +++ b/src/IconFireplaceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFireplaceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireplaceOutlinedFilled as default } diff --git a/src/IconFireplaceRounded.tsx b/src/IconFireplaceRounded.tsx index 4276d4141..5136c70c7 100644 --- a/src/IconFireplaceRounded.tsx +++ b/src/IconFireplaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceRounded: React.FC = ({ ...props }) => ( +export const IconFireplaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireplaceRounded as default } diff --git a/src/IconFireplaceRoundedFilled.tsx b/src/IconFireplaceRoundedFilled.tsx index cdea0d07a..72ed3f76e 100644 --- a/src/IconFireplaceRoundedFilled.tsx +++ b/src/IconFireplaceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFireplaceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFireplaceRoundedFilled as default } diff --git a/src/IconFireplaceSharp.tsx b/src/IconFireplaceSharp.tsx index 97817161b..95fd0b4af 100644 --- a/src/IconFireplaceSharp.tsx +++ b/src/IconFireplaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceSharp: React.FC = ({ ...props }) => ( +export const IconFireplaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireplaceSharp as default } diff --git a/src/IconFireplaceSharpFilled.tsx b/src/IconFireplaceSharpFilled.tsx index bb86fd7cf..934c17f32 100644 --- a/src/IconFireplaceSharpFilled.tsx +++ b/src/IconFireplaceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFireplaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFireplaceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFireplaceSharpFilled as default } diff --git a/src/IconFirstPageOutlined.tsx b/src/IconFirstPageOutlined.tsx index 84da605db..8c8d13827 100644 --- a/src/IconFirstPageOutlined.tsx +++ b/src/IconFirstPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageOutlined: React.FC = ({ ...props }) => ( +export const IconFirstPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFirstPageOutlined as default } diff --git a/src/IconFirstPageOutlinedFilled.tsx b/src/IconFirstPageOutlinedFilled.tsx index 4bf57a8c7..c52984863 100644 --- a/src/IconFirstPageOutlinedFilled.tsx +++ b/src/IconFirstPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFirstPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFirstPageOutlinedFilled as default } diff --git a/src/IconFirstPageRounded.tsx b/src/IconFirstPageRounded.tsx index 529195245..2a2a1f25c 100644 --- a/src/IconFirstPageRounded.tsx +++ b/src/IconFirstPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageRounded: React.FC = ({ ...props }) => ( +export const IconFirstPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFirstPageRounded as default } diff --git a/src/IconFirstPageRoundedFilled.tsx b/src/IconFirstPageRoundedFilled.tsx index 0fe685056..fad9db7a9 100644 --- a/src/IconFirstPageRoundedFilled.tsx +++ b/src/IconFirstPageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFirstPageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFirstPageRoundedFilled as default } diff --git a/src/IconFirstPageSharp.tsx b/src/IconFirstPageSharp.tsx index b0949e9e7..2485a3548 100644 --- a/src/IconFirstPageSharp.tsx +++ b/src/IconFirstPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageSharp: React.FC = ({ ...props }) => ( +export const IconFirstPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFirstPageSharp as default } diff --git a/src/IconFirstPageSharpFilled.tsx b/src/IconFirstPageSharpFilled.tsx index 069cfd136..6c71252e3 100644 --- a/src/IconFirstPageSharpFilled.tsx +++ b/src/IconFirstPageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFirstPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconFirstPageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFirstPageSharpFilled as default } diff --git a/src/IconFitPageOutlined.tsx b/src/IconFitPageOutlined.tsx index 7f04309de..02b91c8f6 100644 --- a/src/IconFitPageOutlined.tsx +++ b/src/IconFitPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageOutlined: React.FC = ({ ...props }) => ( +export const IconFitPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitPageOutlined as default } diff --git a/src/IconFitPageOutlinedFilled.tsx b/src/IconFitPageOutlinedFilled.tsx index 81ba3af43..4d55b1216 100644 --- a/src/IconFitPageOutlinedFilled.tsx +++ b/src/IconFitPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFitPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitPageOutlinedFilled as default } diff --git a/src/IconFitPageRounded.tsx b/src/IconFitPageRounded.tsx index d1d8c75aa..df56a3dac 100644 --- a/src/IconFitPageRounded.tsx +++ b/src/IconFitPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageRounded: React.FC = ({ ...props }) => ( +export const IconFitPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitPageRounded as default } diff --git a/src/IconFitPageRoundedFilled.tsx b/src/IconFitPageRoundedFilled.tsx index 88290c753..be6d9994e 100644 --- a/src/IconFitPageRoundedFilled.tsx +++ b/src/IconFitPageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFitPageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitPageRoundedFilled as default } diff --git a/src/IconFitPageSharp.tsx b/src/IconFitPageSharp.tsx index ab87857e3..4e9996d65 100644 --- a/src/IconFitPageSharp.tsx +++ b/src/IconFitPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageSharp: React.FC = ({ ...props }) => ( +export const IconFitPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitPageSharp as default } diff --git a/src/IconFitPageSharpFilled.tsx b/src/IconFitPageSharpFilled.tsx index fab035b54..31f8c5d4d 100644 --- a/src/IconFitPageSharpFilled.tsx +++ b/src/IconFitPageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconFitPageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitPageSharpFilled as default } diff --git a/src/IconFitScreenOutlined.tsx b/src/IconFitScreenOutlined.tsx index 3a4036827..d28d61238 100644 --- a/src/IconFitScreenOutlined.tsx +++ b/src/IconFitScreenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenOutlined: React.FC = ({ ...props }) => ( +export const IconFitScreenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitScreenOutlined as default } diff --git a/src/IconFitScreenOutlinedFilled.tsx b/src/IconFitScreenOutlinedFilled.tsx index 1ee5ca125..d3f4c3146 100644 --- a/src/IconFitScreenOutlinedFilled.tsx +++ b/src/IconFitScreenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFitScreenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitScreenOutlinedFilled as default } diff --git a/src/IconFitScreenRounded.tsx b/src/IconFitScreenRounded.tsx index 2f5c129d1..a15283d87 100644 --- a/src/IconFitScreenRounded.tsx +++ b/src/IconFitScreenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenRounded: React.FC = ({ ...props }) => ( +export const IconFitScreenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitScreenRounded as default } diff --git a/src/IconFitScreenRoundedFilled.tsx b/src/IconFitScreenRoundedFilled.tsx index 938583540..6b72cb768 100644 --- a/src/IconFitScreenRoundedFilled.tsx +++ b/src/IconFitScreenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFitScreenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitScreenRoundedFilled as default } diff --git a/src/IconFitScreenSharp.tsx b/src/IconFitScreenSharp.tsx index e00ff0941..e94056296 100644 --- a/src/IconFitScreenSharp.tsx +++ b/src/IconFitScreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenSharp: React.FC = ({ ...props }) => ( +export const IconFitScreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitScreenSharp as default } diff --git a/src/IconFitScreenSharpFilled.tsx b/src/IconFitScreenSharpFilled.tsx index 61e500ff8..f240c2d53 100644 --- a/src/IconFitScreenSharpFilled.tsx +++ b/src/IconFitScreenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitScreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconFitScreenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitScreenSharpFilled as default } diff --git a/src/IconFitWidthOutlined.tsx b/src/IconFitWidthOutlined.tsx index 55e499e06..44a7255d3 100644 --- a/src/IconFitWidthOutlined.tsx +++ b/src/IconFitWidthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthOutlined: React.FC = ({ ...props }) => ( +export const IconFitWidthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitWidthOutlined as default } diff --git a/src/IconFitWidthOutlinedFilled.tsx b/src/IconFitWidthOutlinedFilled.tsx index 8169e05ca..2d2c4124e 100644 --- a/src/IconFitWidthOutlinedFilled.tsx +++ b/src/IconFitWidthOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFitWidthOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitWidthOutlinedFilled as default } diff --git a/src/IconFitWidthRounded.tsx b/src/IconFitWidthRounded.tsx index 267f237cb..98ac1ad8a 100644 --- a/src/IconFitWidthRounded.tsx +++ b/src/IconFitWidthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthRounded: React.FC = ({ ...props }) => ( +export const IconFitWidthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitWidthRounded as default } diff --git a/src/IconFitWidthRoundedFilled.tsx b/src/IconFitWidthRoundedFilled.tsx index 61b1cfda9..f80006362 100644 --- a/src/IconFitWidthRoundedFilled.tsx +++ b/src/IconFitWidthRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFitWidthRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitWidthRoundedFilled as default } diff --git a/src/IconFitWidthSharp.tsx b/src/IconFitWidthSharp.tsx index cd7520570..201ec6c15 100644 --- a/src/IconFitWidthSharp.tsx +++ b/src/IconFitWidthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthSharp: React.FC = ({ ...props }) => ( +export const IconFitWidthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitWidthSharp as default } diff --git a/src/IconFitWidthSharpFilled.tsx b/src/IconFitWidthSharpFilled.tsx index 51835edf2..4f6810a76 100644 --- a/src/IconFitWidthSharpFilled.tsx +++ b/src/IconFitWidthSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitWidthSharpFilled: React.FC = ({ ...props }) => ( +export const IconFitWidthSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitWidthSharpFilled as default } diff --git a/src/IconFitnessCenterOutlined.tsx b/src/IconFitnessCenterOutlined.tsx index 9b1efe900..8791ffa6f 100644 --- a/src/IconFitnessCenterOutlined.tsx +++ b/src/IconFitnessCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterOutlined: React.FC = ({ ...props }) => ( +export const IconFitnessCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterOutlined as default } diff --git a/src/IconFitnessCenterOutlinedFilled.tsx b/src/IconFitnessCenterOutlinedFilled.tsx index 7f5fad811..91a99c570 100644 --- a/src/IconFitnessCenterOutlinedFilled.tsx +++ b/src/IconFitnessCenterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFitnessCenterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterOutlinedFilled as default } diff --git a/src/IconFitnessCenterRounded.tsx b/src/IconFitnessCenterRounded.tsx index f72bd5032..e871e4bd6 100644 --- a/src/IconFitnessCenterRounded.tsx +++ b/src/IconFitnessCenterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterRounded: React.FC = ({ ...props }) => ( +export const IconFitnessCenterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterRounded as default } diff --git a/src/IconFitnessCenterRoundedFilled.tsx b/src/IconFitnessCenterRoundedFilled.tsx index f4813c874..e6a11600c 100644 --- a/src/IconFitnessCenterRoundedFilled.tsx +++ b/src/IconFitnessCenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFitnessCenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterRoundedFilled as default } diff --git a/src/IconFitnessCenterSharp.tsx b/src/IconFitnessCenterSharp.tsx index ebef832a5..56ad6ea5b 100644 --- a/src/IconFitnessCenterSharp.tsx +++ b/src/IconFitnessCenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterSharp: React.FC = ({ ...props }) => ( +export const IconFitnessCenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterSharp as default } diff --git a/src/IconFitnessCenterSharpFilled.tsx b/src/IconFitnessCenterSharpFilled.tsx index f3200153d..7c08d9777 100644 --- a/src/IconFitnessCenterSharpFilled.tsx +++ b/src/IconFitnessCenterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessCenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconFitnessCenterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessCenterSharpFilled as default } diff --git a/src/IconFitnessTrackerOutlined.tsx b/src/IconFitnessTrackerOutlined.tsx index 20e1d28ff..00852d92d 100644 --- a/src/IconFitnessTrackerOutlined.tsx +++ b/src/IconFitnessTrackerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerOutlined: React.FC = ({ ...props }) => ( +export const IconFitnessTrackerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessTrackerOutlined as default } diff --git a/src/IconFitnessTrackerOutlinedFilled.tsx b/src/IconFitnessTrackerOutlinedFilled.tsx index c712c30da..2c5ac63aa 100644 --- a/src/IconFitnessTrackerOutlinedFilled.tsx +++ b/src/IconFitnessTrackerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerOutlinedFilled: React.FC = ({ +export const IconFitnessTrackerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFitnessTrackerOutlinedFilled: React.FC = ({ ) - -export { IconFitnessTrackerOutlinedFilled as default } diff --git a/src/IconFitnessTrackerRounded.tsx b/src/IconFitnessTrackerRounded.tsx index 6a95f4dcb..95c2c5c25 100644 --- a/src/IconFitnessTrackerRounded.tsx +++ b/src/IconFitnessTrackerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerRounded: React.FC = ({ ...props }) => ( +export const IconFitnessTrackerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessTrackerRounded as default } diff --git a/src/IconFitnessTrackerRoundedFilled.tsx b/src/IconFitnessTrackerRoundedFilled.tsx index e31db8983..8fca1e834 100644 --- a/src/IconFitnessTrackerRoundedFilled.tsx +++ b/src/IconFitnessTrackerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFitnessTrackerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessTrackerRoundedFilled as default } diff --git a/src/IconFitnessTrackerSharp.tsx b/src/IconFitnessTrackerSharp.tsx index 237a34c07..29c2bb8cc 100644 --- a/src/IconFitnessTrackerSharp.tsx +++ b/src/IconFitnessTrackerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerSharp: React.FC = ({ ...props }) => ( +export const IconFitnessTrackerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFitnessTrackerSharp as default } diff --git a/src/IconFitnessTrackerSharpFilled.tsx b/src/IconFitnessTrackerSharpFilled.tsx index 34670e94d..d1ffd8821 100644 --- a/src/IconFitnessTrackerSharpFilled.tsx +++ b/src/IconFitnessTrackerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFitnessTrackerSharpFilled: React.FC = ({ ...props }) => ( +export const IconFitnessTrackerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFitnessTrackerSharpFilled as default } diff --git a/src/IconFlag2Outlined.tsx b/src/IconFlag2Outlined.tsx index 22d172ab3..b68678de8 100644 --- a/src/IconFlag2Outlined.tsx +++ b/src/IconFlag2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2Outlined: React.FC = ({ ...props }) => ( +export const IconFlag2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2Outlined as default } diff --git a/src/IconFlag2OutlinedFilled.tsx b/src/IconFlag2OutlinedFilled.tsx index e389b5afc..bff254812 100644 --- a/src/IconFlag2OutlinedFilled.tsx +++ b/src/IconFlag2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlag2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2OutlinedFilled as default } diff --git a/src/IconFlag2Rounded.tsx b/src/IconFlag2Rounded.tsx index 6000c9af5..85817e1e7 100644 --- a/src/IconFlag2Rounded.tsx +++ b/src/IconFlag2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2Rounded: React.FC = ({ ...props }) => ( +export const IconFlag2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2Rounded as default } diff --git a/src/IconFlag2RoundedFilled.tsx b/src/IconFlag2RoundedFilled.tsx index f2b23e481..12642fd46 100644 --- a/src/IconFlag2RoundedFilled.tsx +++ b/src/IconFlag2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlag2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2RoundedFilled as default } diff --git a/src/IconFlag2Sharp.tsx b/src/IconFlag2Sharp.tsx index 398f54ebc..3a49b2316 100644 --- a/src/IconFlag2Sharp.tsx +++ b/src/IconFlag2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2Sharp: React.FC = ({ ...props }) => ( +export const IconFlag2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2Sharp as default } diff --git a/src/IconFlag2SharpFilled.tsx b/src/IconFlag2SharpFilled.tsx index 444416755..80bfee9ee 100644 --- a/src/IconFlag2SharpFilled.tsx +++ b/src/IconFlag2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlag2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFlag2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlag2SharpFilled as default } diff --git a/src/IconFlagCheckOutlined.tsx b/src/IconFlagCheckOutlined.tsx new file mode 100644 index 000000000..8c01045c4 --- /dev/null +++ b/src/IconFlagCheckOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCheckOutlinedFilled.tsx b/src/IconFlagCheckOutlinedFilled.tsx new file mode 100644 index 000000000..f0c8dc7fb --- /dev/null +++ b/src/IconFlagCheckOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCheckRounded.tsx b/src/IconFlagCheckRounded.tsx new file mode 100644 index 000000000..3d66f364f --- /dev/null +++ b/src/IconFlagCheckRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCheckRoundedFilled.tsx b/src/IconFlagCheckRoundedFilled.tsx new file mode 100644 index 000000000..122479fb1 --- /dev/null +++ b/src/IconFlagCheckRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCheckSharp.tsx b/src/IconFlagCheckSharp.tsx new file mode 100644 index 000000000..dd7fdbc29 --- /dev/null +++ b/src/IconFlagCheckSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCheckSharpFilled.tsx b/src/IconFlagCheckSharpFilled.tsx new file mode 100644 index 000000000..df5cf77c2 --- /dev/null +++ b/src/IconFlagCheckSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFlagCheckSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFlagCircleOutlined.tsx b/src/IconFlagCircleOutlined.tsx index 484b2b861..0eb9f44f8 100644 --- a/src/IconFlagCircleOutlined.tsx +++ b/src/IconFlagCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleOutlined: React.FC = ({ ...props }) => ( +export const IconFlagCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagCircleOutlined as default } diff --git a/src/IconFlagCircleOutlinedFilled.tsx b/src/IconFlagCircleOutlinedFilled.tsx index 1807837e9..860188125 100644 --- a/src/IconFlagCircleOutlinedFilled.tsx +++ b/src/IconFlagCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlagCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlagCircleOutlinedFilled as default } diff --git a/src/IconFlagCircleRounded.tsx b/src/IconFlagCircleRounded.tsx index 753e2f333..4e34b7f9b 100644 --- a/src/IconFlagCircleRounded.tsx +++ b/src/IconFlagCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleRounded: React.FC = ({ ...props }) => ( +export const IconFlagCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagCircleRounded as default } diff --git a/src/IconFlagCircleRoundedFilled.tsx b/src/IconFlagCircleRoundedFilled.tsx index 3b4187c94..bb8cfb1b5 100644 --- a/src/IconFlagCircleRoundedFilled.tsx +++ b/src/IconFlagCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlagCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlagCircleRoundedFilled as default } diff --git a/src/IconFlagCircleSharp.tsx b/src/IconFlagCircleSharp.tsx index f4b88489f..5802e69c5 100644 --- a/src/IconFlagCircleSharp.tsx +++ b/src/IconFlagCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleSharp: React.FC = ({ ...props }) => ( +export const IconFlagCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagCircleSharp as default } diff --git a/src/IconFlagCircleSharpFilled.tsx b/src/IconFlagCircleSharpFilled.tsx index 192003ee4..08715e22e 100644 --- a/src/IconFlagCircleSharpFilled.tsx +++ b/src/IconFlagCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlagCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlagCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlagCircleSharpFilled as default } diff --git a/src/IconFlagOutlined.tsx b/src/IconFlagOutlined.tsx index 6a525be89..02db8518d 100644 --- a/src/IconFlagOutlined.tsx +++ b/src/IconFlagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagOutlined: React.FC = ({ ...props }) => ( +export const IconFlagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagOutlined as default } diff --git a/src/IconFlagOutlinedFilled.tsx b/src/IconFlagOutlinedFilled.tsx index aa5b03ecc..02b5586ed 100644 --- a/src/IconFlagOutlinedFilled.tsx +++ b/src/IconFlagOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlagOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagOutlinedFilled as default } diff --git a/src/IconFlagRounded.tsx b/src/IconFlagRounded.tsx index ea240b861..e08681db6 100644 --- a/src/IconFlagRounded.tsx +++ b/src/IconFlagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagRounded: React.FC = ({ ...props }) => ( +export const IconFlagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagRounded as default } diff --git a/src/IconFlagRoundedFilled.tsx b/src/IconFlagRoundedFilled.tsx index 0f4aaabcc..d3a042ab6 100644 --- a/src/IconFlagRoundedFilled.tsx +++ b/src/IconFlagRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlagRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagRoundedFilled as default } diff --git a/src/IconFlagSharp.tsx b/src/IconFlagSharp.tsx index 73c66c687..677c391d7 100644 --- a/src/IconFlagSharp.tsx +++ b/src/IconFlagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagSharp: React.FC = ({ ...props }) => ( +export const IconFlagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagSharp as default } diff --git a/src/IconFlagSharpFilled.tsx b/src/IconFlagSharpFilled.tsx index 229347a4d..eecad3fa1 100644 --- a/src/IconFlagSharpFilled.tsx +++ b/src/IconFlagSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlagSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlagSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlagSharpFilled as default } diff --git a/src/IconFlakyOutlined.tsx b/src/IconFlakyOutlined.tsx index 1685bc240..bb078f725 100644 --- a/src/IconFlakyOutlined.tsx +++ b/src/IconFlakyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakyOutlined: React.FC = ({ ...props }) => ( +export const IconFlakyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakyOutlined as default } diff --git a/src/IconFlakyOutlinedFilled.tsx b/src/IconFlakyOutlinedFilled.tsx index 6295312a1..a02900232 100644 --- a/src/IconFlakyOutlinedFilled.tsx +++ b/src/IconFlakyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlakyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakyOutlinedFilled as default } diff --git a/src/IconFlakyRounded.tsx b/src/IconFlakyRounded.tsx index 077a978c2..15d51d652 100644 --- a/src/IconFlakyRounded.tsx +++ b/src/IconFlakyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakyRounded: React.FC = ({ ...props }) => ( +export const IconFlakyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakyRounded as default } diff --git a/src/IconFlakyRoundedFilled.tsx b/src/IconFlakyRoundedFilled.tsx index 7aea27864..633ff1b90 100644 --- a/src/IconFlakyRoundedFilled.tsx +++ b/src/IconFlakyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlakyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakyRoundedFilled as default } diff --git a/src/IconFlakySharp.tsx b/src/IconFlakySharp.tsx index 112d531f2..58310ddf3 100644 --- a/src/IconFlakySharp.tsx +++ b/src/IconFlakySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakySharp: React.FC = ({ ...props }) => ( +export const IconFlakySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakySharp as default } diff --git a/src/IconFlakySharpFilled.tsx b/src/IconFlakySharpFilled.tsx index e22809f31..7d0ebbb97 100644 --- a/src/IconFlakySharpFilled.tsx +++ b/src/IconFlakySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlakySharpFilled: React.FC = ({ ...props }) => ( +export const IconFlakySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlakySharpFilled as default } diff --git a/src/IconFlareOutlined.tsx b/src/IconFlareOutlined.tsx index ba1832f1c..4540fbcf1 100644 --- a/src/IconFlareOutlined.tsx +++ b/src/IconFlareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareOutlined: React.FC = ({ ...props }) => ( +export const IconFlareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareOutlined as default } diff --git a/src/IconFlareOutlinedFilled.tsx b/src/IconFlareOutlinedFilled.tsx index 07d5b9109..bcb0feac5 100644 --- a/src/IconFlareOutlinedFilled.tsx +++ b/src/IconFlareOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlareOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareOutlinedFilled as default } diff --git a/src/IconFlareRounded.tsx b/src/IconFlareRounded.tsx index 3a2ebe9dd..6dc73b191 100644 --- a/src/IconFlareRounded.tsx +++ b/src/IconFlareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareRounded: React.FC = ({ ...props }) => ( +export const IconFlareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareRounded as default } diff --git a/src/IconFlareRoundedFilled.tsx b/src/IconFlareRoundedFilled.tsx index 3c39dcf58..8a5ef1014 100644 --- a/src/IconFlareRoundedFilled.tsx +++ b/src/IconFlareRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlareRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareRoundedFilled as default } diff --git a/src/IconFlareSharp.tsx b/src/IconFlareSharp.tsx index 9f8bda452..fc5ddd065 100644 --- a/src/IconFlareSharp.tsx +++ b/src/IconFlareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareSharp: React.FC = ({ ...props }) => ( +export const IconFlareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareSharp as default } diff --git a/src/IconFlareSharpFilled.tsx b/src/IconFlareSharpFilled.tsx index a449570d8..f6290d8ad 100644 --- a/src/IconFlareSharpFilled.tsx +++ b/src/IconFlareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlareSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlareSharpFilled as default } diff --git a/src/IconFlashAutoOutlined.tsx b/src/IconFlashAutoOutlined.tsx index 5e8ce4a1f..12f7f2b67 100644 --- a/src/IconFlashAutoOutlined.tsx +++ b/src/IconFlashAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoOutlined: React.FC = ({ ...props }) => ( +export const IconFlashAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashAutoOutlined as default } diff --git a/src/IconFlashAutoOutlinedFilled.tsx b/src/IconFlashAutoOutlinedFilled.tsx index 97742766d..3f7da0fff 100644 --- a/src/IconFlashAutoOutlinedFilled.tsx +++ b/src/IconFlashAutoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlashAutoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashAutoOutlinedFilled as default } diff --git a/src/IconFlashAutoRounded.tsx b/src/IconFlashAutoRounded.tsx index 847538b87..6974491b8 100644 --- a/src/IconFlashAutoRounded.tsx +++ b/src/IconFlashAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoRounded: React.FC = ({ ...props }) => ( +export const IconFlashAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashAutoRounded as default } diff --git a/src/IconFlashAutoRoundedFilled.tsx b/src/IconFlashAutoRoundedFilled.tsx index 68d3001d0..5537ddd1f 100644 --- a/src/IconFlashAutoRoundedFilled.tsx +++ b/src/IconFlashAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlashAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashAutoRoundedFilled as default } diff --git a/src/IconFlashAutoSharp.tsx b/src/IconFlashAutoSharp.tsx index 2c955b801..958c0e953 100644 --- a/src/IconFlashAutoSharp.tsx +++ b/src/IconFlashAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoSharp: React.FC = ({ ...props }) => ( +export const IconFlashAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashAutoSharp as default } diff --git a/src/IconFlashAutoSharpFilled.tsx b/src/IconFlashAutoSharpFilled.tsx index 1f7c29c40..3a95806c3 100644 --- a/src/IconFlashAutoSharpFilled.tsx +++ b/src/IconFlashAutoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlashAutoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashAutoSharpFilled as default } diff --git a/src/IconFlashOffOutlined.tsx b/src/IconFlashOffOutlined.tsx index 49d37227c..8715ac277 100644 --- a/src/IconFlashOffOutlined.tsx +++ b/src/IconFlashOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffOutlined: React.FC = ({ ...props }) => ( +export const IconFlashOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOffOutlined as default } diff --git a/src/IconFlashOffOutlinedFilled.tsx b/src/IconFlashOffOutlinedFilled.tsx index 9c41284fb..55676215d 100644 --- a/src/IconFlashOffOutlinedFilled.tsx +++ b/src/IconFlashOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlashOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashOffOutlinedFilled as default } diff --git a/src/IconFlashOffRounded.tsx b/src/IconFlashOffRounded.tsx index 571df6437..b735d85c3 100644 --- a/src/IconFlashOffRounded.tsx +++ b/src/IconFlashOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffRounded: React.FC = ({ ...props }) => ( +export const IconFlashOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOffRounded as default } diff --git a/src/IconFlashOffRoundedFilled.tsx b/src/IconFlashOffRoundedFilled.tsx index 4a6c8d1ce..0b7995992 100644 --- a/src/IconFlashOffRoundedFilled.tsx +++ b/src/IconFlashOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlashOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashOffRoundedFilled as default } diff --git a/src/IconFlashOffSharp.tsx b/src/IconFlashOffSharp.tsx index 5b9566626..bad22fafd 100644 --- a/src/IconFlashOffSharp.tsx +++ b/src/IconFlashOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffSharp: React.FC = ({ ...props }) => ( +export const IconFlashOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOffSharp as default } diff --git a/src/IconFlashOffSharpFilled.tsx b/src/IconFlashOffSharpFilled.tsx index 5c616e544..3003fc3d0 100644 --- a/src/IconFlashOffSharpFilled.tsx +++ b/src/IconFlashOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlashOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOffSharpFilled as default } diff --git a/src/IconFlashOnOutlined.tsx b/src/IconFlashOnOutlined.tsx index c534e0167..91992c557 100644 --- a/src/IconFlashOnOutlined.tsx +++ b/src/IconFlashOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnOutlined: React.FC = ({ ...props }) => ( +export const IconFlashOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOnOutlined as default } diff --git a/src/IconFlashOnOutlinedFilled.tsx b/src/IconFlashOnOutlinedFilled.tsx index 9899bdf61..b1582c87b 100644 --- a/src/IconFlashOnOutlinedFilled.tsx +++ b/src/IconFlashOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlashOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashOnOutlinedFilled as default } diff --git a/src/IconFlashOnRounded.tsx b/src/IconFlashOnRounded.tsx index 4b956031e..a99107f6e 100644 --- a/src/IconFlashOnRounded.tsx +++ b/src/IconFlashOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnRounded: React.FC = ({ ...props }) => ( +export const IconFlashOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOnRounded as default } diff --git a/src/IconFlashOnRoundedFilled.tsx b/src/IconFlashOnRoundedFilled.tsx index e73893561..f85b22939 100644 --- a/src/IconFlashOnRoundedFilled.tsx +++ b/src/IconFlashOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlashOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOnRoundedFilled as default } diff --git a/src/IconFlashOnSharp.tsx b/src/IconFlashOnSharp.tsx index b085b8064..0b29167db 100644 --- a/src/IconFlashOnSharp.tsx +++ b/src/IconFlashOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnSharp: React.FC = ({ ...props }) => ( +export const IconFlashOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOnSharp as default } diff --git a/src/IconFlashOnSharpFilled.tsx b/src/IconFlashOnSharpFilled.tsx index 5e67bd719..648136141 100644 --- a/src/IconFlashOnSharpFilled.tsx +++ b/src/IconFlashOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlashOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashOnSharpFilled as default } diff --git a/src/IconFlashlightOffOutlined.tsx b/src/IconFlashlightOffOutlined.tsx index df9dddeaf..a64e9310e 100644 --- a/src/IconFlashlightOffOutlined.tsx +++ b/src/IconFlashlightOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffOutlined: React.FC = ({ ...props }) => ( +export const IconFlashlightOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffOutlined as default } diff --git a/src/IconFlashlightOffOutlinedFilled.tsx b/src/IconFlashlightOffOutlinedFilled.tsx index a3eea6121..0bb870f17 100644 --- a/src/IconFlashlightOffOutlinedFilled.tsx +++ b/src/IconFlashlightOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffOutlinedFilled as default } diff --git a/src/IconFlashlightOffRounded.tsx b/src/IconFlashlightOffRounded.tsx index e9fe97235..0dcf32cee 100644 --- a/src/IconFlashlightOffRounded.tsx +++ b/src/IconFlashlightOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffRounded: React.FC = ({ ...props }) => ( +export const IconFlashlightOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffRounded as default } diff --git a/src/IconFlashlightOffRoundedFilled.tsx b/src/IconFlashlightOffRoundedFilled.tsx index ae4cbd0e4..ee005385f 100644 --- a/src/IconFlashlightOffRoundedFilled.tsx +++ b/src/IconFlashlightOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffRoundedFilled as default } diff --git a/src/IconFlashlightOffSharp.tsx b/src/IconFlashlightOffSharp.tsx index c25f6ff7f..10d9077ed 100644 --- a/src/IconFlashlightOffSharp.tsx +++ b/src/IconFlashlightOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffSharp: React.FC = ({ ...props }) => ( +export const IconFlashlightOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffSharp as default } diff --git a/src/IconFlashlightOffSharpFilled.tsx b/src/IconFlashlightOffSharpFilled.tsx index ffbd0770d..2c9b9637c 100644 --- a/src/IconFlashlightOffSharpFilled.tsx +++ b/src/IconFlashlightOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOffSharpFilled as default } diff --git a/src/IconFlashlightOnOutlined.tsx b/src/IconFlashlightOnOutlined.tsx index ab240c636..0fd49a640 100644 --- a/src/IconFlashlightOnOutlined.tsx +++ b/src/IconFlashlightOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnOutlined: React.FC = ({ ...props }) => ( +export const IconFlashlightOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnOutlined as default } diff --git a/src/IconFlashlightOnOutlinedFilled.tsx b/src/IconFlashlightOnOutlinedFilled.tsx index 7f6bfe7a7..eeb5ed231 100644 --- a/src/IconFlashlightOnOutlinedFilled.tsx +++ b/src/IconFlashlightOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnOutlinedFilled as default } diff --git a/src/IconFlashlightOnRounded.tsx b/src/IconFlashlightOnRounded.tsx index 3622b6f51..a2f5ffb7d 100644 --- a/src/IconFlashlightOnRounded.tsx +++ b/src/IconFlashlightOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnRounded: React.FC = ({ ...props }) => ( +export const IconFlashlightOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnRounded as default } diff --git a/src/IconFlashlightOnRoundedFilled.tsx b/src/IconFlashlightOnRoundedFilled.tsx index 9cfad6539..e6b9a7eaa 100644 --- a/src/IconFlashlightOnRoundedFilled.tsx +++ b/src/IconFlashlightOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnRoundedFilled as default } diff --git a/src/IconFlashlightOnSharp.tsx b/src/IconFlashlightOnSharp.tsx index 5fd02edf1..4b2bad286 100644 --- a/src/IconFlashlightOnSharp.tsx +++ b/src/IconFlashlightOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnSharp: React.FC = ({ ...props }) => ( +export const IconFlashlightOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnSharp as default } diff --git a/src/IconFlashlightOnSharpFilled.tsx b/src/IconFlashlightOnSharpFilled.tsx index 6c5840863..772bf858d 100644 --- a/src/IconFlashlightOnSharpFilled.tsx +++ b/src/IconFlashlightOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlashlightOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlashlightOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlashlightOnSharpFilled as default } diff --git a/src/IconFlatwareOutlined.tsx b/src/IconFlatwareOutlined.tsx index 3e534345d..b9124b18e 100644 --- a/src/IconFlatwareOutlined.tsx +++ b/src/IconFlatwareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareOutlined: React.FC = ({ ...props }) => ( +export const IconFlatwareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlatwareOutlined as default } diff --git a/src/IconFlatwareOutlinedFilled.tsx b/src/IconFlatwareOutlinedFilled.tsx index 2309cda93..3dd13d305 100644 --- a/src/IconFlatwareOutlinedFilled.tsx +++ b/src/IconFlatwareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlatwareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlatwareOutlinedFilled as default } diff --git a/src/IconFlatwareRounded.tsx b/src/IconFlatwareRounded.tsx index eaab012a0..2be5dd8e9 100644 --- a/src/IconFlatwareRounded.tsx +++ b/src/IconFlatwareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareRounded: React.FC = ({ ...props }) => ( +export const IconFlatwareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlatwareRounded as default } diff --git a/src/IconFlatwareRoundedFilled.tsx b/src/IconFlatwareRoundedFilled.tsx index 5fae69c2e..e4fa1b397 100644 --- a/src/IconFlatwareRoundedFilled.tsx +++ b/src/IconFlatwareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlatwareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlatwareRoundedFilled as default } diff --git a/src/IconFlatwareSharp.tsx b/src/IconFlatwareSharp.tsx index 89a95ee79..ef26cecf2 100644 --- a/src/IconFlatwareSharp.tsx +++ b/src/IconFlatwareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareSharp: React.FC = ({ ...props }) => ( +export const IconFlatwareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlatwareSharp as default } diff --git a/src/IconFlatwareSharpFilled.tsx b/src/IconFlatwareSharpFilled.tsx index 3b28753f0..4ff316668 100644 --- a/src/IconFlatwareSharpFilled.tsx +++ b/src/IconFlatwareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlatwareSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlatwareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlatwareSharpFilled as default } diff --git a/src/IconFlexDirectionOutlined.tsx b/src/IconFlexDirectionOutlined.tsx index 98dedd540..31c6f2540 100644 --- a/src/IconFlexDirectionOutlined.tsx +++ b/src/IconFlexDirectionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionOutlined: React.FC = ({ ...props }) => ( +export const IconFlexDirectionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionOutlined as default } diff --git a/src/IconFlexDirectionOutlinedFilled.tsx b/src/IconFlexDirectionOutlinedFilled.tsx index 067bcd221..29f28e833 100644 --- a/src/IconFlexDirectionOutlinedFilled.tsx +++ b/src/IconFlexDirectionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlexDirectionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionOutlinedFilled as default } diff --git a/src/IconFlexDirectionRounded.tsx b/src/IconFlexDirectionRounded.tsx index fd5d12772..03973ade1 100644 --- a/src/IconFlexDirectionRounded.tsx +++ b/src/IconFlexDirectionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionRounded: React.FC = ({ ...props }) => ( +export const IconFlexDirectionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionRounded as default } diff --git a/src/IconFlexDirectionRoundedFilled.tsx b/src/IconFlexDirectionRoundedFilled.tsx index 08778d07e..0bccc01ac 100644 --- a/src/IconFlexDirectionRoundedFilled.tsx +++ b/src/IconFlexDirectionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlexDirectionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionRoundedFilled as default } diff --git a/src/IconFlexDirectionSharp.tsx b/src/IconFlexDirectionSharp.tsx index e7b2b870f..227f650a9 100644 --- a/src/IconFlexDirectionSharp.tsx +++ b/src/IconFlexDirectionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionSharp: React.FC = ({ ...props }) => ( +export const IconFlexDirectionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionSharp as default } diff --git a/src/IconFlexDirectionSharpFilled.tsx b/src/IconFlexDirectionSharpFilled.tsx index 7f2cef022..181487965 100644 --- a/src/IconFlexDirectionSharpFilled.tsx +++ b/src/IconFlexDirectionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexDirectionSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlexDirectionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexDirectionSharpFilled as default } diff --git a/src/IconFlexNoWrapOutlined.tsx b/src/IconFlexNoWrapOutlined.tsx index 8e3daae12..4b429593b 100644 --- a/src/IconFlexNoWrapOutlined.tsx +++ b/src/IconFlexNoWrapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapOutlined: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapOutlined as default } diff --git a/src/IconFlexNoWrapOutlinedFilled.tsx b/src/IconFlexNoWrapOutlinedFilled.tsx index bd7cbe4a6..c17d3087a 100644 --- a/src/IconFlexNoWrapOutlinedFilled.tsx +++ b/src/IconFlexNoWrapOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapOutlinedFilled as default } diff --git a/src/IconFlexNoWrapRounded.tsx b/src/IconFlexNoWrapRounded.tsx index c9dab6333..bdac00229 100644 --- a/src/IconFlexNoWrapRounded.tsx +++ b/src/IconFlexNoWrapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapRounded: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapRounded as default } diff --git a/src/IconFlexNoWrapRoundedFilled.tsx b/src/IconFlexNoWrapRoundedFilled.tsx index e5cbb7cc0..52ed9a803 100644 --- a/src/IconFlexNoWrapRoundedFilled.tsx +++ b/src/IconFlexNoWrapRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapRoundedFilled as default } diff --git a/src/IconFlexNoWrapSharp.tsx b/src/IconFlexNoWrapSharp.tsx index 038876650..92f934a0e 100644 --- a/src/IconFlexNoWrapSharp.tsx +++ b/src/IconFlexNoWrapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapSharp: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapSharp as default } diff --git a/src/IconFlexNoWrapSharpFilled.tsx b/src/IconFlexNoWrapSharpFilled.tsx index 8b1e5e80d..e668fb26c 100644 --- a/src/IconFlexNoWrapSharpFilled.tsx +++ b/src/IconFlexNoWrapSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexNoWrapSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlexNoWrapSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexNoWrapSharpFilled as default } diff --git a/src/IconFlexWrapOutlined.tsx b/src/IconFlexWrapOutlined.tsx index a5d0eb492..53d97d0fc 100644 --- a/src/IconFlexWrapOutlined.tsx +++ b/src/IconFlexWrapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapOutlined: React.FC = ({ ...props }) => ( +export const IconFlexWrapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexWrapOutlined as default } diff --git a/src/IconFlexWrapOutlinedFilled.tsx b/src/IconFlexWrapOutlinedFilled.tsx index e13fc0824..4ec133c10 100644 --- a/src/IconFlexWrapOutlinedFilled.tsx +++ b/src/IconFlexWrapOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlexWrapOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexWrapOutlinedFilled as default } diff --git a/src/IconFlexWrapRounded.tsx b/src/IconFlexWrapRounded.tsx index bdd88cadb..b6765a02e 100644 --- a/src/IconFlexWrapRounded.tsx +++ b/src/IconFlexWrapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapRounded: React.FC = ({ ...props }) => ( +export const IconFlexWrapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexWrapRounded as default } diff --git a/src/IconFlexWrapRoundedFilled.tsx b/src/IconFlexWrapRoundedFilled.tsx index 7fb3afd6c..d65d2a086 100644 --- a/src/IconFlexWrapRoundedFilled.tsx +++ b/src/IconFlexWrapRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlexWrapRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlexWrapRoundedFilled as default } diff --git a/src/IconFlexWrapSharp.tsx b/src/IconFlexWrapSharp.tsx index 43a423cdf..c701c4f28 100644 --- a/src/IconFlexWrapSharp.tsx +++ b/src/IconFlexWrapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapSharp: React.FC = ({ ...props }) => ( +export const IconFlexWrapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexWrapSharp as default } diff --git a/src/IconFlexWrapSharpFilled.tsx b/src/IconFlexWrapSharpFilled.tsx index 35012cbe2..07f654f6e 100644 --- a/src/IconFlexWrapSharpFilled.tsx +++ b/src/IconFlexWrapSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlexWrapSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlexWrapSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlexWrapSharpFilled as default } diff --git a/src/IconFlightClassOutlined.tsx b/src/IconFlightClassOutlined.tsx index e7a2bd87c..c7a14acec 100644 --- a/src/IconFlightClassOutlined.tsx +++ b/src/IconFlightClassOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassOutlined: React.FC = ({ ...props }) => ( +export const IconFlightClassOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightClassOutlined as default } diff --git a/src/IconFlightClassOutlinedFilled.tsx b/src/IconFlightClassOutlinedFilled.tsx index 4c16737ac..7db4add46 100644 --- a/src/IconFlightClassOutlinedFilled.tsx +++ b/src/IconFlightClassOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlightClassOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightClassOutlinedFilled as default } diff --git a/src/IconFlightClassRounded.tsx b/src/IconFlightClassRounded.tsx index d53170720..89cee8967 100644 --- a/src/IconFlightClassRounded.tsx +++ b/src/IconFlightClassRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassRounded: React.FC = ({ ...props }) => ( +export const IconFlightClassRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightClassRounded as default } diff --git a/src/IconFlightClassRoundedFilled.tsx b/src/IconFlightClassRoundedFilled.tsx index 41e251a7f..bd6b488e9 100644 --- a/src/IconFlightClassRoundedFilled.tsx +++ b/src/IconFlightClassRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlightClassRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightClassRoundedFilled as default } diff --git a/src/IconFlightClassSharp.tsx b/src/IconFlightClassSharp.tsx index 6e15992eb..652a6e93f 100644 --- a/src/IconFlightClassSharp.tsx +++ b/src/IconFlightClassSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassSharp: React.FC = ({ ...props }) => ( +export const IconFlightClassSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightClassSharp as default } diff --git a/src/IconFlightClassSharpFilled.tsx b/src/IconFlightClassSharpFilled.tsx index 469a73500..e87c5b60f 100644 --- a/src/IconFlightClassSharpFilled.tsx +++ b/src/IconFlightClassSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightClassSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlightClassSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightClassSharpFilled as default } diff --git a/src/IconFlightLandOutlined.tsx b/src/IconFlightLandOutlined.tsx index fe6c29d52..65b96e2b3 100644 --- a/src/IconFlightLandOutlined.tsx +++ b/src/IconFlightLandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandOutlined: React.FC = ({ ...props }) => ( +export const IconFlightLandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightLandOutlined as default } diff --git a/src/IconFlightLandOutlinedFilled.tsx b/src/IconFlightLandOutlinedFilled.tsx index 8b6768894..ab11b97e4 100644 --- a/src/IconFlightLandOutlinedFilled.tsx +++ b/src/IconFlightLandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlightLandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightLandOutlinedFilled as default } diff --git a/src/IconFlightLandRounded.tsx b/src/IconFlightLandRounded.tsx index 6f5537978..b5cc8e828 100644 --- a/src/IconFlightLandRounded.tsx +++ b/src/IconFlightLandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandRounded: React.FC = ({ ...props }) => ( +export const IconFlightLandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightLandRounded as default } diff --git a/src/IconFlightLandRoundedFilled.tsx b/src/IconFlightLandRoundedFilled.tsx index f8150d669..3a8a208e7 100644 --- a/src/IconFlightLandRoundedFilled.tsx +++ b/src/IconFlightLandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlightLandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightLandRoundedFilled as default } diff --git a/src/IconFlightLandSharp.tsx b/src/IconFlightLandSharp.tsx index a285dde29..ab85fadc0 100644 --- a/src/IconFlightLandSharp.tsx +++ b/src/IconFlightLandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandSharp: React.FC = ({ ...props }) => ( +export const IconFlightLandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightLandSharp as default } diff --git a/src/IconFlightLandSharpFilled.tsx b/src/IconFlightLandSharpFilled.tsx index a42e5e6b6..622f23e69 100644 --- a/src/IconFlightLandSharpFilled.tsx +++ b/src/IconFlightLandSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightLandSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlightLandSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightLandSharpFilled as default } diff --git a/src/IconFlightOutlined.tsx b/src/IconFlightOutlined.tsx index 0ce0ee842..e4b420a8b 100644 --- a/src/IconFlightOutlined.tsx +++ b/src/IconFlightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightOutlined: React.FC = ({ ...props }) => ( +export const IconFlightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightOutlined as default } diff --git a/src/IconFlightOutlinedFilled.tsx b/src/IconFlightOutlinedFilled.tsx index 4e149a963..bf997bdbd 100644 --- a/src/IconFlightOutlinedFilled.tsx +++ b/src/IconFlightOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlightOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightOutlinedFilled as default } diff --git a/src/IconFlightRounded.tsx b/src/IconFlightRounded.tsx index fc2e2a224..05e3041a5 100644 --- a/src/IconFlightRounded.tsx +++ b/src/IconFlightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightRounded: React.FC = ({ ...props }) => ( +export const IconFlightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightRounded as default } diff --git a/src/IconFlightRoundedFilled.tsx b/src/IconFlightRoundedFilled.tsx index 863621c69..2e676a427 100644 --- a/src/IconFlightRoundedFilled.tsx +++ b/src/IconFlightRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlightRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightRoundedFilled as default } diff --git a/src/IconFlightSharp.tsx b/src/IconFlightSharp.tsx index 8518aa9f7..d255d20be 100644 --- a/src/IconFlightSharp.tsx +++ b/src/IconFlightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightSharp: React.FC = ({ ...props }) => ( +export const IconFlightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightSharp as default } diff --git a/src/IconFlightSharpFilled.tsx b/src/IconFlightSharpFilled.tsx index ea277ad5b..8e3b14f60 100644 --- a/src/IconFlightSharpFilled.tsx +++ b/src/IconFlightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightSharpFilled as default } diff --git a/src/IconFlightTakeoffOutlined.tsx b/src/IconFlightTakeoffOutlined.tsx index ca25cd419..e10924da9 100644 --- a/src/IconFlightTakeoffOutlined.tsx +++ b/src/IconFlightTakeoffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffOutlined: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffOutlined as default } diff --git a/src/IconFlightTakeoffOutlinedFilled.tsx b/src/IconFlightTakeoffOutlinedFilled.tsx index 05d856744..26e7df9a0 100644 --- a/src/IconFlightTakeoffOutlinedFilled.tsx +++ b/src/IconFlightTakeoffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffOutlinedFilled as default } diff --git a/src/IconFlightTakeoffRounded.tsx b/src/IconFlightTakeoffRounded.tsx index 87a09ce46..041113c5d 100644 --- a/src/IconFlightTakeoffRounded.tsx +++ b/src/IconFlightTakeoffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffRounded: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffRounded as default } diff --git a/src/IconFlightTakeoffRoundedFilled.tsx b/src/IconFlightTakeoffRoundedFilled.tsx index de2668f5a..58e09a5a6 100644 --- a/src/IconFlightTakeoffRoundedFilled.tsx +++ b/src/IconFlightTakeoffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffRoundedFilled as default } diff --git a/src/IconFlightTakeoffSharp.tsx b/src/IconFlightTakeoffSharp.tsx index a51aa7f7d..6a24961fb 100644 --- a/src/IconFlightTakeoffSharp.tsx +++ b/src/IconFlightTakeoffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffSharp: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffSharp as default } diff --git a/src/IconFlightTakeoffSharpFilled.tsx b/src/IconFlightTakeoffSharpFilled.tsx index 34ff2edf1..a2f68339f 100644 --- a/src/IconFlightTakeoffSharpFilled.tsx +++ b/src/IconFlightTakeoffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightTakeoffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlightTakeoffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightTakeoffSharpFilled as default } diff --git a/src/IconFlightsAndHotelsOutlined.tsx b/src/IconFlightsAndHotelsOutlined.tsx index 90a36c07a..0a7c590ad 100644 --- a/src/IconFlightsAndHotelsOutlined.tsx +++ b/src/IconFlightsAndHotelsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsOutlined: React.FC = ({ ...props }) => ( +export const IconFlightsAndHotelsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightsAndHotelsOutlined as default } diff --git a/src/IconFlightsAndHotelsOutlinedFilled.tsx b/src/IconFlightsAndHotelsOutlinedFilled.tsx index 4617cd10f..8255039db 100644 --- a/src/IconFlightsAndHotelsOutlinedFilled.tsx +++ b/src/IconFlightsAndHotelsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsOutlinedFilled: React.FC = ({ +export const IconFlightsAndHotelsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFlightsAndHotelsOutlinedFilled: React.FC = ({ ) - -export { IconFlightsAndHotelsOutlinedFilled as default } diff --git a/src/IconFlightsAndHotelsRounded.tsx b/src/IconFlightsAndHotelsRounded.tsx index adca27b56..32247b49d 100644 --- a/src/IconFlightsAndHotelsRounded.tsx +++ b/src/IconFlightsAndHotelsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsRounded: React.FC = ({ ...props }) => ( +export const IconFlightsAndHotelsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightsAndHotelsRounded as default } diff --git a/src/IconFlightsAndHotelsRoundedFilled.tsx b/src/IconFlightsAndHotelsRoundedFilled.tsx index 140bf83f2..6bfba51af 100644 --- a/src/IconFlightsAndHotelsRoundedFilled.tsx +++ b/src/IconFlightsAndHotelsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsRoundedFilled: React.FC = ({ +export const IconFlightsAndHotelsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFlightsAndHotelsRoundedFilled: React.FC = ({ ) - -export { IconFlightsAndHotelsRoundedFilled as default } diff --git a/src/IconFlightsAndHotelsSharp.tsx b/src/IconFlightsAndHotelsSharp.tsx index 0409f7950..4fc31a471 100644 --- a/src/IconFlightsAndHotelsSharp.tsx +++ b/src/IconFlightsAndHotelsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsSharp: React.FC = ({ ...props }) => ( +export const IconFlightsAndHotelsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightsAndHotelsSharp as default } diff --git a/src/IconFlightsAndHotelsSharpFilled.tsx b/src/IconFlightsAndHotelsSharpFilled.tsx index d3bb1b008..65963e93a 100644 --- a/src/IconFlightsAndHotelsSharpFilled.tsx +++ b/src/IconFlightsAndHotelsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlightsAndHotelsSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlightsAndHotelsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlightsAndHotelsSharpFilled as default } diff --git a/src/IconFlipCameraAndroidOutlined.tsx b/src/IconFlipCameraAndroidOutlined.tsx index 0e425e14d..f6846d62c 100644 --- a/src/IconFlipCameraAndroidOutlined.tsx +++ b/src/IconFlipCameraAndroidOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidOutlined: React.FC = ({ ...props }) => ( +export const IconFlipCameraAndroidOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraAndroidOutlined as default } diff --git a/src/IconFlipCameraAndroidOutlinedFilled.tsx b/src/IconFlipCameraAndroidOutlinedFilled.tsx index 44d180eaf..ebeed36b7 100644 --- a/src/IconFlipCameraAndroidOutlinedFilled.tsx +++ b/src/IconFlipCameraAndroidOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidOutlinedFilled: React.FC = ({ +export const IconFlipCameraAndroidOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFlipCameraAndroidOutlinedFilled: React.FC = ({ ) - -export { IconFlipCameraAndroidOutlinedFilled as default } diff --git a/src/IconFlipCameraAndroidRounded.tsx b/src/IconFlipCameraAndroidRounded.tsx index ad47aa99d..b3d68ba55 100644 --- a/src/IconFlipCameraAndroidRounded.tsx +++ b/src/IconFlipCameraAndroidRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidRounded: React.FC = ({ ...props }) => ( +export const IconFlipCameraAndroidRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraAndroidRounded as default } diff --git a/src/IconFlipCameraAndroidRoundedFilled.tsx b/src/IconFlipCameraAndroidRoundedFilled.tsx index 5b71f3985..d0e389f03 100644 --- a/src/IconFlipCameraAndroidRoundedFilled.tsx +++ b/src/IconFlipCameraAndroidRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidRoundedFilled: React.FC = ({ +export const IconFlipCameraAndroidRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFlipCameraAndroidRoundedFilled: React.FC = ({ ) - -export { IconFlipCameraAndroidRoundedFilled as default } diff --git a/src/IconFlipCameraAndroidSharp.tsx b/src/IconFlipCameraAndroidSharp.tsx index e2050c733..05b871aa7 100644 --- a/src/IconFlipCameraAndroidSharp.tsx +++ b/src/IconFlipCameraAndroidSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidSharp: React.FC = ({ ...props }) => ( +export const IconFlipCameraAndroidSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraAndroidSharp as default } diff --git a/src/IconFlipCameraAndroidSharpFilled.tsx b/src/IconFlipCameraAndroidSharpFilled.tsx index 4073e22c4..fa9e81ce0 100644 --- a/src/IconFlipCameraAndroidSharpFilled.tsx +++ b/src/IconFlipCameraAndroidSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraAndroidSharpFilled: React.FC = ({ +export const IconFlipCameraAndroidSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFlipCameraAndroidSharpFilled: React.FC = ({ ) - -export { IconFlipCameraAndroidSharpFilled as default } diff --git a/src/IconFlipCameraIosOutlined.tsx b/src/IconFlipCameraIosOutlined.tsx index e4d32abb6..6a3a0e9f7 100644 --- a/src/IconFlipCameraIosOutlined.tsx +++ b/src/IconFlipCameraIosOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosOutlined: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosOutlined as default } diff --git a/src/IconFlipCameraIosOutlinedFilled.tsx b/src/IconFlipCameraIosOutlinedFilled.tsx index c39f21dd8..ab0b83219 100644 --- a/src/IconFlipCameraIosOutlinedFilled.tsx +++ b/src/IconFlipCameraIosOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosOutlinedFilled as default } diff --git a/src/IconFlipCameraIosRounded.tsx b/src/IconFlipCameraIosRounded.tsx index 49722a042..5bd0fcc47 100644 --- a/src/IconFlipCameraIosRounded.tsx +++ b/src/IconFlipCameraIosRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosRounded: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosRounded as default } diff --git a/src/IconFlipCameraIosRoundedFilled.tsx b/src/IconFlipCameraIosRoundedFilled.tsx index f7c1b4a22..13627ce87 100644 --- a/src/IconFlipCameraIosRoundedFilled.tsx +++ b/src/IconFlipCameraIosRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosRoundedFilled as default } diff --git a/src/IconFlipCameraIosSharp.tsx b/src/IconFlipCameraIosSharp.tsx index 8768ae346..9c0c4ff3c 100644 --- a/src/IconFlipCameraIosSharp.tsx +++ b/src/IconFlipCameraIosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosSharp: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosSharp as default } diff --git a/src/IconFlipCameraIosSharpFilled.tsx b/src/IconFlipCameraIosSharpFilled.tsx index f0a0bf185..d1eb4f37f 100644 --- a/src/IconFlipCameraIosSharpFilled.tsx +++ b/src/IconFlipCameraIosSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipCameraIosSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlipCameraIosSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipCameraIosSharpFilled as default } diff --git a/src/IconFlipOutlined.tsx b/src/IconFlipOutlined.tsx index f10309f6c..0d776deb9 100644 --- a/src/IconFlipOutlined.tsx +++ b/src/IconFlipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipOutlined: React.FC = ({ ...props }) => ( +export const IconFlipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipOutlined as default } diff --git a/src/IconFlipOutlinedFilled.tsx b/src/IconFlipOutlinedFilled.tsx index dac38532d..ddc153fea 100644 --- a/src/IconFlipOutlinedFilled.tsx +++ b/src/IconFlipOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlipOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipOutlinedFilled as default } diff --git a/src/IconFlipRounded.tsx b/src/IconFlipRounded.tsx index 7b9ffd860..e551ab6dd 100644 --- a/src/IconFlipRounded.tsx +++ b/src/IconFlipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipRounded: React.FC = ({ ...props }) => ( +export const IconFlipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipRounded as default } diff --git a/src/IconFlipRoundedFilled.tsx b/src/IconFlipRoundedFilled.tsx index f4004e38d..080a6d3e8 100644 --- a/src/IconFlipRoundedFilled.tsx +++ b/src/IconFlipRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlipRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipRoundedFilled as default } diff --git a/src/IconFlipSharp.tsx b/src/IconFlipSharp.tsx index b6c214c9f..9e9af0b54 100644 --- a/src/IconFlipSharp.tsx +++ b/src/IconFlipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipSharp: React.FC = ({ ...props }) => ( +export const IconFlipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipSharp as default } diff --git a/src/IconFlipSharpFilled.tsx b/src/IconFlipSharpFilled.tsx index 76934e97e..309751d83 100644 --- a/src/IconFlipSharpFilled.tsx +++ b/src/IconFlipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipSharpFilled as default } diff --git a/src/IconFlipToBackOutlined.tsx b/src/IconFlipToBackOutlined.tsx index 512f83b3e..a927b4f77 100644 --- a/src/IconFlipToBackOutlined.tsx +++ b/src/IconFlipToBackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackOutlined: React.FC = ({ ...props }) => ( +export const IconFlipToBackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToBackOutlined as default } diff --git a/src/IconFlipToBackOutlinedFilled.tsx b/src/IconFlipToBackOutlinedFilled.tsx index 0d3e9241a..1f82d2c79 100644 --- a/src/IconFlipToBackOutlinedFilled.tsx +++ b/src/IconFlipToBackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlipToBackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToBackOutlinedFilled as default } diff --git a/src/IconFlipToBackRounded.tsx b/src/IconFlipToBackRounded.tsx index 61fc0042b..9207b3750 100644 --- a/src/IconFlipToBackRounded.tsx +++ b/src/IconFlipToBackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackRounded: React.FC = ({ ...props }) => ( +export const IconFlipToBackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToBackRounded as default } diff --git a/src/IconFlipToBackRoundedFilled.tsx b/src/IconFlipToBackRoundedFilled.tsx index c89c91b51..d914f3f08 100644 --- a/src/IconFlipToBackRoundedFilled.tsx +++ b/src/IconFlipToBackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlipToBackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToBackRoundedFilled as default } diff --git a/src/IconFlipToBackSharp.tsx b/src/IconFlipToBackSharp.tsx index a0160bfcd..c41161040 100644 --- a/src/IconFlipToBackSharp.tsx +++ b/src/IconFlipToBackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackSharp: React.FC = ({ ...props }) => ( +export const IconFlipToBackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToBackSharp as default } diff --git a/src/IconFlipToBackSharpFilled.tsx b/src/IconFlipToBackSharpFilled.tsx index bb22e4280..7c1ef3c64 100644 --- a/src/IconFlipToBackSharpFilled.tsx +++ b/src/IconFlipToBackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToBackSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlipToBackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToBackSharpFilled as default } diff --git a/src/IconFlipToFrontOutlined.tsx b/src/IconFlipToFrontOutlined.tsx index 09bc4b03a..548aa41bd 100644 --- a/src/IconFlipToFrontOutlined.tsx +++ b/src/IconFlipToFrontOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontOutlined: React.FC = ({ ...props }) => ( +export const IconFlipToFrontOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontOutlined as default } diff --git a/src/IconFlipToFrontOutlinedFilled.tsx b/src/IconFlipToFrontOutlinedFilled.tsx index 01f528eac..e70bc1128 100644 --- a/src/IconFlipToFrontOutlinedFilled.tsx +++ b/src/IconFlipToFrontOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlipToFrontOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontOutlinedFilled as default } diff --git a/src/IconFlipToFrontRounded.tsx b/src/IconFlipToFrontRounded.tsx index 00d883e38..e42f320ec 100644 --- a/src/IconFlipToFrontRounded.tsx +++ b/src/IconFlipToFrontRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontRounded: React.FC = ({ ...props }) => ( +export const IconFlipToFrontRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontRounded as default } diff --git a/src/IconFlipToFrontRoundedFilled.tsx b/src/IconFlipToFrontRoundedFilled.tsx index ec7cb99fc..6d334a8fe 100644 --- a/src/IconFlipToFrontRoundedFilled.tsx +++ b/src/IconFlipToFrontRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlipToFrontRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontRoundedFilled as default } diff --git a/src/IconFlipToFrontSharp.tsx b/src/IconFlipToFrontSharp.tsx index e9caf579e..ff000e0ba 100644 --- a/src/IconFlipToFrontSharp.tsx +++ b/src/IconFlipToFrontSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontSharp: React.FC = ({ ...props }) => ( +export const IconFlipToFrontSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontSharp as default } diff --git a/src/IconFlipToFrontSharpFilled.tsx b/src/IconFlipToFrontSharpFilled.tsx index edb94fdb1..a595a2132 100644 --- a/src/IconFlipToFrontSharpFilled.tsx +++ b/src/IconFlipToFrontSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlipToFrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlipToFrontSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlipToFrontSharpFilled as default } diff --git a/src/IconFloatLandscape2Outlined.tsx b/src/IconFloatLandscape2Outlined.tsx index 54656f704..df3a33783 100644 --- a/src/IconFloatLandscape2Outlined.tsx +++ b/src/IconFloatLandscape2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2Outlined: React.FC = ({ ...props }) => ( +export const IconFloatLandscape2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatLandscape2Outlined as default } diff --git a/src/IconFloatLandscape2OutlinedFilled.tsx b/src/IconFloatLandscape2OutlinedFilled.tsx index 8824f6178..19a521a8e 100644 --- a/src/IconFloatLandscape2OutlinedFilled.tsx +++ b/src/IconFloatLandscape2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2OutlinedFilled: React.FC = ({ +export const IconFloatLandscape2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFloatLandscape2OutlinedFilled: React.FC = ({ ) - -export { IconFloatLandscape2OutlinedFilled as default } diff --git a/src/IconFloatLandscape2Rounded.tsx b/src/IconFloatLandscape2Rounded.tsx index 4b1f7fe5d..b9d2b4a95 100644 --- a/src/IconFloatLandscape2Rounded.tsx +++ b/src/IconFloatLandscape2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2Rounded: React.FC = ({ ...props }) => ( +export const IconFloatLandscape2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatLandscape2Rounded as default } diff --git a/src/IconFloatLandscape2RoundedFilled.tsx b/src/IconFloatLandscape2RoundedFilled.tsx index d99e894e0..729a17487 100644 --- a/src/IconFloatLandscape2RoundedFilled.tsx +++ b/src/IconFloatLandscape2RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2RoundedFilled: React.FC = ({ +export const IconFloatLandscape2RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFloatLandscape2RoundedFilled: React.FC = ({ ) - -export { IconFloatLandscape2RoundedFilled as default } diff --git a/src/IconFloatLandscape2Sharp.tsx b/src/IconFloatLandscape2Sharp.tsx index 720bd1f8e..3d9c2014c 100644 --- a/src/IconFloatLandscape2Sharp.tsx +++ b/src/IconFloatLandscape2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2Sharp: React.FC = ({ ...props }) => ( +export const IconFloatLandscape2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloatLandscape2Sharp as default } diff --git a/src/IconFloatLandscape2SharpFilled.tsx b/src/IconFloatLandscape2SharpFilled.tsx index a66d58c49..f07b5baa0 100644 --- a/src/IconFloatLandscape2SharpFilled.tsx +++ b/src/IconFloatLandscape2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatLandscape2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFloatLandscape2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatLandscape2SharpFilled as default } diff --git a/src/IconFloatPortrait2Outlined.tsx b/src/IconFloatPortrait2Outlined.tsx index 76ad72136..31001be64 100644 --- a/src/IconFloatPortrait2Outlined.tsx +++ b/src/IconFloatPortrait2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2Outlined: React.FC = ({ ...props }) => ( +export const IconFloatPortrait2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatPortrait2Outlined as default } diff --git a/src/IconFloatPortrait2OutlinedFilled.tsx b/src/IconFloatPortrait2OutlinedFilled.tsx index 5b8b3c6d6..cbf6378b5 100644 --- a/src/IconFloatPortrait2OutlinedFilled.tsx +++ b/src/IconFloatPortrait2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2OutlinedFilled: React.FC = ({ +export const IconFloatPortrait2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFloatPortrait2OutlinedFilled: React.FC = ({ ) - -export { IconFloatPortrait2OutlinedFilled as default } diff --git a/src/IconFloatPortrait2Rounded.tsx b/src/IconFloatPortrait2Rounded.tsx index f8c022e44..c54461a7a 100644 --- a/src/IconFloatPortrait2Rounded.tsx +++ b/src/IconFloatPortrait2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2Rounded: React.FC = ({ ...props }) => ( +export const IconFloatPortrait2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatPortrait2Rounded as default } diff --git a/src/IconFloatPortrait2RoundedFilled.tsx b/src/IconFloatPortrait2RoundedFilled.tsx index 0016f146f..533134f54 100644 --- a/src/IconFloatPortrait2RoundedFilled.tsx +++ b/src/IconFloatPortrait2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFloatPortrait2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatPortrait2RoundedFilled as default } diff --git a/src/IconFloatPortrait2Sharp.tsx b/src/IconFloatPortrait2Sharp.tsx index 7395831ed..5380252ab 100644 --- a/src/IconFloatPortrait2Sharp.tsx +++ b/src/IconFloatPortrait2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2Sharp: React.FC = ({ ...props }) => ( +export const IconFloatPortrait2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloatPortrait2Sharp as default } diff --git a/src/IconFloatPortrait2SharpFilled.tsx b/src/IconFloatPortrait2SharpFilled.tsx index 2d130a551..fd76932fa 100644 --- a/src/IconFloatPortrait2SharpFilled.tsx +++ b/src/IconFloatPortrait2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloatPortrait2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFloatPortrait2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloatPortrait2SharpFilled as default } diff --git a/src/IconFloodOutlined.tsx b/src/IconFloodOutlined.tsx index 07d0f5e4e..325fd146b 100644 --- a/src/IconFloodOutlined.tsx +++ b/src/IconFloodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodOutlined: React.FC = ({ ...props }) => ( +export const IconFloodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodOutlined as default } diff --git a/src/IconFloodOutlinedFilled.tsx b/src/IconFloodOutlinedFilled.tsx index ff8bd35dc..1f66ae690 100644 --- a/src/IconFloodOutlinedFilled.tsx +++ b/src/IconFloodOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFloodOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodOutlinedFilled as default } diff --git a/src/IconFloodRounded.tsx b/src/IconFloodRounded.tsx index ea6ba38d1..bb6985af7 100644 --- a/src/IconFloodRounded.tsx +++ b/src/IconFloodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodRounded: React.FC = ({ ...props }) => ( +export const IconFloodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodRounded as default } diff --git a/src/IconFloodRoundedFilled.tsx b/src/IconFloodRoundedFilled.tsx index 4c8b22ca6..de46bacc6 100644 --- a/src/IconFloodRoundedFilled.tsx +++ b/src/IconFloodRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFloodRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodRoundedFilled as default } diff --git a/src/IconFloodSharp.tsx b/src/IconFloodSharp.tsx index a8758e5f4..a18032707 100644 --- a/src/IconFloodSharp.tsx +++ b/src/IconFloodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodSharp: React.FC = ({ ...props }) => ( +export const IconFloodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodSharp as default } diff --git a/src/IconFloodSharpFilled.tsx b/src/IconFloodSharpFilled.tsx index 3d75c2591..c22ebd56a 100644 --- a/src/IconFloodSharpFilled.tsx +++ b/src/IconFloodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloodSharpFilled: React.FC = ({ ...props }) => ( +export const IconFloodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloodSharpFilled as default } diff --git a/src/IconFloorLampOutlined.tsx b/src/IconFloorLampOutlined.tsx index a9b6788b5..2211a52f4 100644 --- a/src/IconFloorLampOutlined.tsx +++ b/src/IconFloorLampOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampOutlined: React.FC = ({ ...props }) => ( +export const IconFloorLampOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorLampOutlined as default } diff --git a/src/IconFloorLampOutlinedFilled.tsx b/src/IconFloorLampOutlinedFilled.tsx index 48ddff382..d899cf3d0 100644 --- a/src/IconFloorLampOutlinedFilled.tsx +++ b/src/IconFloorLampOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFloorLampOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloorLampOutlinedFilled as default } diff --git a/src/IconFloorLampRounded.tsx b/src/IconFloorLampRounded.tsx index 9a196828d..c468c9336 100644 --- a/src/IconFloorLampRounded.tsx +++ b/src/IconFloorLampRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampRounded: React.FC = ({ ...props }) => ( +export const IconFloorLampRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorLampRounded as default } diff --git a/src/IconFloorLampRoundedFilled.tsx b/src/IconFloorLampRoundedFilled.tsx index 9c252ea08..ff1f3f15e 100644 --- a/src/IconFloorLampRoundedFilled.tsx +++ b/src/IconFloorLampRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFloorLampRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFloorLampRoundedFilled as default } diff --git a/src/IconFloorLampSharp.tsx b/src/IconFloorLampSharp.tsx index d161ccf98..996b45f35 100644 --- a/src/IconFloorLampSharp.tsx +++ b/src/IconFloorLampSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampSharp: React.FC = ({ ...props }) => ( +export const IconFloorLampSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorLampSharp as default } diff --git a/src/IconFloorLampSharpFilled.tsx b/src/IconFloorLampSharpFilled.tsx index a9d98bbc9..9b07621c5 100644 --- a/src/IconFloorLampSharpFilled.tsx +++ b/src/IconFloorLampSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorLampSharpFilled: React.FC = ({ ...props }) => ( +export const IconFloorLampSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorLampSharpFilled as default } diff --git a/src/IconFloorOutlined.tsx b/src/IconFloorOutlined.tsx index 8992557f5..91a83d263 100644 --- a/src/IconFloorOutlined.tsx +++ b/src/IconFloorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorOutlined: React.FC = ({ ...props }) => ( +export const IconFloorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorOutlined as default } diff --git a/src/IconFloorOutlinedFilled.tsx b/src/IconFloorOutlinedFilled.tsx index d5452071d..bab18432d 100644 --- a/src/IconFloorOutlinedFilled.tsx +++ b/src/IconFloorOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFloorOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorOutlinedFilled as default } diff --git a/src/IconFloorRounded.tsx b/src/IconFloorRounded.tsx index 9d2d4d773..b8afd895c 100644 --- a/src/IconFloorRounded.tsx +++ b/src/IconFloorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorRounded: React.FC = ({ ...props }) => ( +export const IconFloorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorRounded as default } diff --git a/src/IconFloorRoundedFilled.tsx b/src/IconFloorRoundedFilled.tsx index bcccade15..655e85673 100644 --- a/src/IconFloorRoundedFilled.tsx +++ b/src/IconFloorRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFloorRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorRoundedFilled as default } diff --git a/src/IconFloorSharp.tsx b/src/IconFloorSharp.tsx index 347e6b6ec..bf61e9416 100644 --- a/src/IconFloorSharp.tsx +++ b/src/IconFloorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorSharp: React.FC = ({ ...props }) => ( +export const IconFloorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorSharp as default } diff --git a/src/IconFloorSharpFilled.tsx b/src/IconFloorSharpFilled.tsx index 89a0e8696..f45eec89d 100644 --- a/src/IconFloorSharpFilled.tsx +++ b/src/IconFloorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFloorSharpFilled: React.FC = ({ ...props }) => ( +export const IconFloorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFloorSharpFilled as default } diff --git a/src/IconFlowsheetOutlined.tsx b/src/IconFlowsheetOutlined.tsx index 583410e46..a83f88033 100644 --- a/src/IconFlowsheetOutlined.tsx +++ b/src/IconFlowsheetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetOutlined: React.FC = ({ ...props }) => ( +export const IconFlowsheetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlowsheetOutlined as default } diff --git a/src/IconFlowsheetOutlinedFilled.tsx b/src/IconFlowsheetOutlinedFilled.tsx index b582475d7..91e094d9f 100644 --- a/src/IconFlowsheetOutlinedFilled.tsx +++ b/src/IconFlowsheetOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlowsheetOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlowsheetOutlinedFilled as default } diff --git a/src/IconFlowsheetRounded.tsx b/src/IconFlowsheetRounded.tsx index e83c29dee..a6dfcf558 100644 --- a/src/IconFlowsheetRounded.tsx +++ b/src/IconFlowsheetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetRounded: React.FC = ({ ...props }) => ( +export const IconFlowsheetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlowsheetRounded as default } diff --git a/src/IconFlowsheetRoundedFilled.tsx b/src/IconFlowsheetRoundedFilled.tsx index 7bc089c54..5dcb66ad5 100644 --- a/src/IconFlowsheetRoundedFilled.tsx +++ b/src/IconFlowsheetRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlowsheetRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlowsheetRoundedFilled as default } diff --git a/src/IconFlowsheetSharp.tsx b/src/IconFlowsheetSharp.tsx index 8482c0065..d6d754355 100644 --- a/src/IconFlowsheetSharp.tsx +++ b/src/IconFlowsheetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetSharp: React.FC = ({ ...props }) => ( +export const IconFlowsheetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlowsheetSharp as default } diff --git a/src/IconFlowsheetSharpFilled.tsx b/src/IconFlowsheetSharpFilled.tsx index 58e935e60..31dbc15f6 100644 --- a/src/IconFlowsheetSharpFilled.tsx +++ b/src/IconFlowsheetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlowsheetSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlowsheetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlowsheetSharpFilled as default } diff --git a/src/IconFluidBalanceOutlined.tsx b/src/IconFluidBalanceOutlined.tsx index a05d6173c..1656a64d7 100644 --- a/src/IconFluidBalanceOutlined.tsx +++ b/src/IconFluidBalanceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceOutlined: React.FC = ({ ...props }) => ( +export const IconFluidBalanceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceOutlined as default } diff --git a/src/IconFluidBalanceOutlinedFilled.tsx b/src/IconFluidBalanceOutlinedFilled.tsx index c36da9ecf..b4db72593 100644 --- a/src/IconFluidBalanceOutlinedFilled.tsx +++ b/src/IconFluidBalanceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFluidBalanceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceOutlinedFilled as default } diff --git a/src/IconFluidBalanceRounded.tsx b/src/IconFluidBalanceRounded.tsx index e7e0bdf5a..69349cb7c 100644 --- a/src/IconFluidBalanceRounded.tsx +++ b/src/IconFluidBalanceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceRounded: React.FC = ({ ...props }) => ( +export const IconFluidBalanceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceRounded as default } diff --git a/src/IconFluidBalanceRoundedFilled.tsx b/src/IconFluidBalanceRoundedFilled.tsx index c0ee58491..283d8c7a5 100644 --- a/src/IconFluidBalanceRoundedFilled.tsx +++ b/src/IconFluidBalanceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFluidBalanceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceRoundedFilled as default } diff --git a/src/IconFluidBalanceSharp.tsx b/src/IconFluidBalanceSharp.tsx index b2c6d5f4c..26fd89cf1 100644 --- a/src/IconFluidBalanceSharp.tsx +++ b/src/IconFluidBalanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceSharp: React.FC = ({ ...props }) => ( +export const IconFluidBalanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceSharp as default } diff --git a/src/IconFluidBalanceSharpFilled.tsx b/src/IconFluidBalanceSharpFilled.tsx index 709935fae..ae41b615d 100644 --- a/src/IconFluidBalanceSharpFilled.tsx +++ b/src/IconFluidBalanceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluidBalanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFluidBalanceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluidBalanceSharpFilled as default } diff --git a/src/IconFluidMedOutlined.tsx b/src/IconFluidMedOutlined.tsx index 6ef97b244..57e2fd500 100644 --- a/src/IconFluidMedOutlined.tsx +++ b/src/IconFluidMedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedOutlined: React.FC = ({ ...props }) => ( +export const IconFluidMedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidMedOutlined as default } diff --git a/src/IconFluidMedOutlinedFilled.tsx b/src/IconFluidMedOutlinedFilled.tsx index 055440108..8d4609034 100644 --- a/src/IconFluidMedOutlinedFilled.tsx +++ b/src/IconFluidMedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFluidMedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluidMedOutlinedFilled as default } diff --git a/src/IconFluidMedRounded.tsx b/src/IconFluidMedRounded.tsx index 636cedfda..d95c22ac5 100644 --- a/src/IconFluidMedRounded.tsx +++ b/src/IconFluidMedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedRounded: React.FC = ({ ...props }) => ( +export const IconFluidMedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidMedRounded as default } diff --git a/src/IconFluidMedRoundedFilled.tsx b/src/IconFluidMedRoundedFilled.tsx index 91448f941..578b00f80 100644 --- a/src/IconFluidMedRoundedFilled.tsx +++ b/src/IconFluidMedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFluidMedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluidMedRoundedFilled as default } diff --git a/src/IconFluidMedSharp.tsx b/src/IconFluidMedSharp.tsx index ac90ec9e6..77674fbdc 100644 --- a/src/IconFluidMedSharp.tsx +++ b/src/IconFluidMedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedSharp: React.FC = ({ ...props }) => ( +export const IconFluidMedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidMedSharp as default } diff --git a/src/IconFluidMedSharpFilled.tsx b/src/IconFluidMedSharpFilled.tsx index 068ef4bc3..af4130306 100644 --- a/src/IconFluidMedSharpFilled.tsx +++ b/src/IconFluidMedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidMedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFluidMedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidMedSharpFilled as default } diff --git a/src/IconFluidOutlined.tsx b/src/IconFluidOutlined.tsx index 09f292a92..b44782869 100644 --- a/src/IconFluidOutlined.tsx +++ b/src/IconFluidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidOutlined: React.FC = ({ ...props }) => ( +export const IconFluidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidOutlined as default } diff --git a/src/IconFluidOutlinedFilled.tsx b/src/IconFluidOutlinedFilled.tsx index aac531c62..7d5c6e33c 100644 --- a/src/IconFluidOutlinedFilled.tsx +++ b/src/IconFluidOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFluidOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidOutlinedFilled as default } diff --git a/src/IconFluidRounded.tsx b/src/IconFluidRounded.tsx index ef52cb269..411ba264e 100644 --- a/src/IconFluidRounded.tsx +++ b/src/IconFluidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidRounded: React.FC = ({ ...props }) => ( +export const IconFluidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidRounded as default } diff --git a/src/IconFluidRoundedFilled.tsx b/src/IconFluidRoundedFilled.tsx index 678377e9f..a19c124bb 100644 --- a/src/IconFluidRoundedFilled.tsx +++ b/src/IconFluidRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFluidRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidRoundedFilled as default } diff --git a/src/IconFluidSharp.tsx b/src/IconFluidSharp.tsx index bb7285247..8ad7e9d1b 100644 --- a/src/IconFluidSharp.tsx +++ b/src/IconFluidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidSharp: React.FC = ({ ...props }) => ( +export const IconFluidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidSharp as default } diff --git a/src/IconFluidSharpFilled.tsx b/src/IconFluidSharpFilled.tsx index 7464bc7d8..ccc4ed25f 100644 --- a/src/IconFluidSharpFilled.tsx +++ b/src/IconFluidSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluidSharpFilled: React.FC = ({ ...props }) => ( +export const IconFluidSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluidSharpFilled as default } diff --git a/src/IconFluorescentOutlined.tsx b/src/IconFluorescentOutlined.tsx index ce13a9b44..54fd2937e 100644 --- a/src/IconFluorescentOutlined.tsx +++ b/src/IconFluorescentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentOutlined: React.FC = ({ ...props }) => ( +export const IconFluorescentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluorescentOutlined as default } diff --git a/src/IconFluorescentOutlinedFilled.tsx b/src/IconFluorescentOutlinedFilled.tsx index 2d1305b2b..3ffc9a9aa 100644 --- a/src/IconFluorescentOutlinedFilled.tsx +++ b/src/IconFluorescentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFluorescentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluorescentOutlinedFilled as default } diff --git a/src/IconFluorescentRounded.tsx b/src/IconFluorescentRounded.tsx index 02da6675f..3a4afc489 100644 --- a/src/IconFluorescentRounded.tsx +++ b/src/IconFluorescentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentRounded: React.FC = ({ ...props }) => ( +export const IconFluorescentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluorescentRounded as default } diff --git a/src/IconFluorescentRoundedFilled.tsx b/src/IconFluorescentRoundedFilled.tsx index 7fa02bc09..11f658cfb 100644 --- a/src/IconFluorescentRoundedFilled.tsx +++ b/src/IconFluorescentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFluorescentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluorescentRoundedFilled as default } diff --git a/src/IconFluorescentSharp.tsx b/src/IconFluorescentSharp.tsx index a7affea95..9b416a640 100644 --- a/src/IconFluorescentSharp.tsx +++ b/src/IconFluorescentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentSharp: React.FC = ({ ...props }) => ( +export const IconFluorescentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFluorescentSharp as default } diff --git a/src/IconFluorescentSharpFilled.tsx b/src/IconFluorescentSharpFilled.tsx index e0ba9c1cd..93eb0e0a3 100644 --- a/src/IconFluorescentSharpFilled.tsx +++ b/src/IconFluorescentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFluorescentSharpFilled: React.FC = ({ ...props }) => ( +export const IconFluorescentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFluorescentSharpFilled as default } diff --git a/src/IconFlutterDashOutlined.tsx b/src/IconFlutterDashOutlined.tsx index f75867142..aad7cdae8 100644 --- a/src/IconFlutterDashOutlined.tsx +++ b/src/IconFlutterDashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashOutlined: React.FC = ({ ...props }) => ( +export const IconFlutterDashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterDashOutlined as default } diff --git a/src/IconFlutterDashOutlinedFilled.tsx b/src/IconFlutterDashOutlinedFilled.tsx index d8504ab42..2560759e7 100644 --- a/src/IconFlutterDashOutlinedFilled.tsx +++ b/src/IconFlutterDashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlutterDashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlutterDashOutlinedFilled as default } diff --git a/src/IconFlutterDashRounded.tsx b/src/IconFlutterDashRounded.tsx index d70cfc1e9..dc0607fd1 100644 --- a/src/IconFlutterDashRounded.tsx +++ b/src/IconFlutterDashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashRounded: React.FC = ({ ...props }) => ( +export const IconFlutterDashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterDashRounded as default } diff --git a/src/IconFlutterDashRoundedFilled.tsx b/src/IconFlutterDashRoundedFilled.tsx index 7f7012c87..8b7f87dbc 100644 --- a/src/IconFlutterDashRoundedFilled.tsx +++ b/src/IconFlutterDashRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlutterDashRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlutterDashRoundedFilled as default } diff --git a/src/IconFlutterDashSharp.tsx b/src/IconFlutterDashSharp.tsx index e99289343..5575fc7d7 100644 --- a/src/IconFlutterDashSharp.tsx +++ b/src/IconFlutterDashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashSharp: React.FC = ({ ...props }) => ( +export const IconFlutterDashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterDashSharp as default } diff --git a/src/IconFlutterDashSharpFilled.tsx b/src/IconFlutterDashSharpFilled.tsx index e2cda522d..7a212193c 100644 --- a/src/IconFlutterDashSharpFilled.tsx +++ b/src/IconFlutterDashSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterDashSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlutterDashSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlutterDashSharpFilled as default } diff --git a/src/IconFlutterOutlined.tsx b/src/IconFlutterOutlined.tsx index 458309440..e7c32e424 100644 --- a/src/IconFlutterOutlined.tsx +++ b/src/IconFlutterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterOutlined: React.FC = ({ ...props }) => ( +export const IconFlutterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterOutlined as default } diff --git a/src/IconFlutterOutlinedFilled.tsx b/src/IconFlutterOutlinedFilled.tsx index e004f0c82..ccb1bf9e4 100644 --- a/src/IconFlutterOutlinedFilled.tsx +++ b/src/IconFlutterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlutterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlutterOutlinedFilled as default } diff --git a/src/IconFlutterRounded.tsx b/src/IconFlutterRounded.tsx index 60ea494a5..bdc31ec88 100644 --- a/src/IconFlutterRounded.tsx +++ b/src/IconFlutterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterRounded: React.FC = ({ ...props }) => ( +export const IconFlutterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterRounded as default } diff --git a/src/IconFlutterRoundedFilled.tsx b/src/IconFlutterRoundedFilled.tsx index bd18e2129..390dde49b 100644 --- a/src/IconFlutterRoundedFilled.tsx +++ b/src/IconFlutterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlutterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterRoundedFilled as default } diff --git a/src/IconFlutterSharp.tsx b/src/IconFlutterSharp.tsx index 312cdaa03..25822a213 100644 --- a/src/IconFlutterSharp.tsx +++ b/src/IconFlutterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterSharp: React.FC = ({ ...props }) => ( +export const IconFlutterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterSharp as default } diff --git a/src/IconFlutterSharpFilled.tsx b/src/IconFlutterSharpFilled.tsx index c2b6bf9a0..3995928a4 100644 --- a/src/IconFlutterSharpFilled.tsx +++ b/src/IconFlutterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlutterSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlutterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlutterSharpFilled as default } diff --git a/src/IconFlyoverOutlined.tsx b/src/IconFlyoverOutlined.tsx index f3f998a93..b147e07a5 100644 --- a/src/IconFlyoverOutlined.tsx +++ b/src/IconFlyoverOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverOutlined: React.FC = ({ ...props }) => ( +export const IconFlyoverOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlyoverOutlined as default } diff --git a/src/IconFlyoverOutlinedFilled.tsx b/src/IconFlyoverOutlinedFilled.tsx index 8fefb2dd3..ec4b6241b 100644 --- a/src/IconFlyoverOutlinedFilled.tsx +++ b/src/IconFlyoverOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFlyoverOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFlyoverOutlinedFilled as default } diff --git a/src/IconFlyoverRounded.tsx b/src/IconFlyoverRounded.tsx index 5a48ce64c..0bc646a93 100644 --- a/src/IconFlyoverRounded.tsx +++ b/src/IconFlyoverRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverRounded: React.FC = ({ ...props }) => ( +export const IconFlyoverRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlyoverRounded as default } diff --git a/src/IconFlyoverRoundedFilled.tsx b/src/IconFlyoverRoundedFilled.tsx index 3fcc3e286..f1ca995fc 100644 --- a/src/IconFlyoverRoundedFilled.tsx +++ b/src/IconFlyoverRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFlyoverRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlyoverRoundedFilled as default } diff --git a/src/IconFlyoverSharp.tsx b/src/IconFlyoverSharp.tsx index b5dcd03ab..6bba3c200 100644 --- a/src/IconFlyoverSharp.tsx +++ b/src/IconFlyoverSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverSharp: React.FC = ({ ...props }) => ( +export const IconFlyoverSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlyoverSharp as default } diff --git a/src/IconFlyoverSharpFilled.tsx b/src/IconFlyoverSharpFilled.tsx index c29394109..16c48df49 100644 --- a/src/IconFlyoverSharpFilled.tsx +++ b/src/IconFlyoverSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFlyoverSharpFilled: React.FC = ({ ...props }) => ( +export const IconFlyoverSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFlyoverSharpFilled as default } diff --git a/src/IconFmdBadOutlined.tsx b/src/IconFmdBadOutlined.tsx index 30c0e929b..a535540d2 100644 --- a/src/IconFmdBadOutlined.tsx +++ b/src/IconFmdBadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadOutlined: React.FC = ({ ...props }) => ( +export const IconFmdBadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadOutlined as default } diff --git a/src/IconFmdBadOutlinedFilled.tsx b/src/IconFmdBadOutlinedFilled.tsx index 4baa0e7b3..5fba36054 100644 --- a/src/IconFmdBadOutlinedFilled.tsx +++ b/src/IconFmdBadOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFmdBadOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadOutlinedFilled as default } diff --git a/src/IconFmdBadRounded.tsx b/src/IconFmdBadRounded.tsx index 26952e6d7..f3de0a3e8 100644 --- a/src/IconFmdBadRounded.tsx +++ b/src/IconFmdBadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadRounded: React.FC = ({ ...props }) => ( +export const IconFmdBadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadRounded as default } diff --git a/src/IconFmdBadRoundedFilled.tsx b/src/IconFmdBadRoundedFilled.tsx index 696c752e9..59076e141 100644 --- a/src/IconFmdBadRoundedFilled.tsx +++ b/src/IconFmdBadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFmdBadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadRoundedFilled as default } diff --git a/src/IconFmdBadSharp.tsx b/src/IconFmdBadSharp.tsx index ba50cee2c..8c4a98c5f 100644 --- a/src/IconFmdBadSharp.tsx +++ b/src/IconFmdBadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadSharp: React.FC = ({ ...props }) => ( +export const IconFmdBadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadSharp as default } diff --git a/src/IconFmdBadSharpFilled.tsx b/src/IconFmdBadSharpFilled.tsx index 2e8687870..a26629854 100644 --- a/src/IconFmdBadSharpFilled.tsx +++ b/src/IconFmdBadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFmdBadSharpFilled: React.FC = ({ ...props }) => ( +export const IconFmdBadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFmdBadSharpFilled as default } diff --git a/src/IconFoggyOutlined.tsx b/src/IconFoggyOutlined.tsx index 47112d775..52bc39b71 100644 --- a/src/IconFoggyOutlined.tsx +++ b/src/IconFoggyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggyOutlined: React.FC = ({ ...props }) => ( +export const IconFoggyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggyOutlined as default } diff --git a/src/IconFoggyOutlinedFilled.tsx b/src/IconFoggyOutlinedFilled.tsx index 341b730b1..17a066d80 100644 --- a/src/IconFoggyOutlinedFilled.tsx +++ b/src/IconFoggyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFoggyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggyOutlinedFilled as default } diff --git a/src/IconFoggyRounded.tsx b/src/IconFoggyRounded.tsx index b0d2b8a0d..5435811e6 100644 --- a/src/IconFoggyRounded.tsx +++ b/src/IconFoggyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggyRounded: React.FC = ({ ...props }) => ( +export const IconFoggyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggyRounded as default } diff --git a/src/IconFoggyRoundedFilled.tsx b/src/IconFoggyRoundedFilled.tsx index be08a7362..926eecbb4 100644 --- a/src/IconFoggyRoundedFilled.tsx +++ b/src/IconFoggyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFoggyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggyRoundedFilled as default } diff --git a/src/IconFoggySharp.tsx b/src/IconFoggySharp.tsx index 23463870c..551872ec5 100644 --- a/src/IconFoggySharp.tsx +++ b/src/IconFoggySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggySharp: React.FC = ({ ...props }) => ( +export const IconFoggySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggySharp as default } diff --git a/src/IconFoggySharpFilled.tsx b/src/IconFoggySharpFilled.tsx index 003145e9f..cd239fac7 100644 --- a/src/IconFoggySharpFilled.tsx +++ b/src/IconFoggySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoggySharpFilled: React.FC = ({ ...props }) => ( +export const IconFoggySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoggySharpFilled as default } diff --git a/src/IconFoldedHandsOutlined.tsx b/src/IconFoldedHandsOutlined.tsx index 5a24d36f6..3bf8bd420 100644 --- a/src/IconFoldedHandsOutlined.tsx +++ b/src/IconFoldedHandsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsOutlined: React.FC = ({ ...props }) => ( +export const IconFoldedHandsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsOutlined as default } diff --git a/src/IconFoldedHandsOutlinedFilled.tsx b/src/IconFoldedHandsOutlinedFilled.tsx index 8a2c0b3ce..d545f4071 100644 --- a/src/IconFoldedHandsOutlinedFilled.tsx +++ b/src/IconFoldedHandsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFoldedHandsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsOutlinedFilled as default } diff --git a/src/IconFoldedHandsRounded.tsx b/src/IconFoldedHandsRounded.tsx index 0df0d0a36..dd31d3894 100644 --- a/src/IconFoldedHandsRounded.tsx +++ b/src/IconFoldedHandsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsRounded: React.FC = ({ ...props }) => ( +export const IconFoldedHandsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsRounded as default } diff --git a/src/IconFoldedHandsRoundedFilled.tsx b/src/IconFoldedHandsRoundedFilled.tsx index 1d203cf0e..53df1cc94 100644 --- a/src/IconFoldedHandsRoundedFilled.tsx +++ b/src/IconFoldedHandsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFoldedHandsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsRoundedFilled as default } diff --git a/src/IconFoldedHandsSharp.tsx b/src/IconFoldedHandsSharp.tsx index 2c54c0766..c76c646fb 100644 --- a/src/IconFoldedHandsSharp.tsx +++ b/src/IconFoldedHandsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsSharp: React.FC = ({ ...props }) => ( +export const IconFoldedHandsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsSharp as default } diff --git a/src/IconFoldedHandsSharpFilled.tsx b/src/IconFoldedHandsSharpFilled.tsx index 2872736cc..67c1f4b40 100644 --- a/src/IconFoldedHandsSharpFilled.tsx +++ b/src/IconFoldedHandsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoldedHandsSharpFilled: React.FC = ({ ...props }) => ( +export const IconFoldedHandsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoldedHandsSharpFilled as default } diff --git a/src/IconFolderCheck2Outlined.tsx b/src/IconFolderCheck2Outlined.tsx new file mode 100644 index 000000000..19f0a9cf2 --- /dev/null +++ b/src/IconFolderCheck2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheck2OutlinedFilled.tsx b/src/IconFolderCheck2OutlinedFilled.tsx new file mode 100644 index 000000000..0be0f21c0 --- /dev/null +++ b/src/IconFolderCheck2OutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2OutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheck2Rounded.tsx b/src/IconFolderCheck2Rounded.tsx new file mode 100644 index 000000000..eed6eea4f --- /dev/null +++ b/src/IconFolderCheck2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheck2RoundedFilled.tsx b/src/IconFolderCheck2RoundedFilled.tsx new file mode 100644 index 000000000..44ebf440c --- /dev/null +++ b/src/IconFolderCheck2RoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2RoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheck2Sharp.tsx b/src/IconFolderCheck2Sharp.tsx new file mode 100644 index 000000000..3284d0e32 --- /dev/null +++ b/src/IconFolderCheck2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheck2SharpFilled.tsx b/src/IconFolderCheck2SharpFilled.tsx new file mode 100644 index 000000000..0d02cf880 --- /dev/null +++ b/src/IconFolderCheck2SharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheck2SharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckOutlined.tsx b/src/IconFolderCheckOutlined.tsx new file mode 100644 index 000000000..1d2d23b9b --- /dev/null +++ b/src/IconFolderCheckOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckOutlinedFilled.tsx b/src/IconFolderCheckOutlinedFilled.tsx new file mode 100644 index 000000000..5396e0317 --- /dev/null +++ b/src/IconFolderCheckOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckRounded.tsx b/src/IconFolderCheckRounded.tsx new file mode 100644 index 000000000..850244a64 --- /dev/null +++ b/src/IconFolderCheckRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckRoundedFilled.tsx b/src/IconFolderCheckRoundedFilled.tsx new file mode 100644 index 000000000..3cacdd778 --- /dev/null +++ b/src/IconFolderCheckRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckSharp.tsx b/src/IconFolderCheckSharp.tsx new file mode 100644 index 000000000..e1ae70681 --- /dev/null +++ b/src/IconFolderCheckSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCheckSharpFilled.tsx b/src/IconFolderCheckSharpFilled.tsx new file mode 100644 index 000000000..b20739c4f --- /dev/null +++ b/src/IconFolderCheckSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderCheckSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderCopyOutlined.tsx b/src/IconFolderCopyOutlined.tsx index ea163679e..4649b983d 100644 --- a/src/IconFolderCopyOutlined.tsx +++ b/src/IconFolderCopyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopyOutlined: React.FC = ({ ...props }) => ( +export const IconFolderCopyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderCopyOutlined as default } diff --git a/src/IconFolderCopyOutlinedFilled.tsx b/src/IconFolderCopyOutlinedFilled.tsx index cb32fac4c..37cb5fed8 100644 --- a/src/IconFolderCopyOutlinedFilled.tsx +++ b/src/IconFolderCopyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderCopyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderCopyOutlinedFilled as default } diff --git a/src/IconFolderCopyRounded.tsx b/src/IconFolderCopyRounded.tsx index 2d314b2e8..cd3d05a08 100644 --- a/src/IconFolderCopyRounded.tsx +++ b/src/IconFolderCopyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopyRounded: React.FC = ({ ...props }) => ( +export const IconFolderCopyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderCopyRounded as default } diff --git a/src/IconFolderCopyRoundedFilled.tsx b/src/IconFolderCopyRoundedFilled.tsx index 7dc984e84..eb6bde3be 100644 --- a/src/IconFolderCopyRoundedFilled.tsx +++ b/src/IconFolderCopyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderCopyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderCopyRoundedFilled as default } diff --git a/src/IconFolderCopySharp.tsx b/src/IconFolderCopySharp.tsx index 22e3ff2cb..16e904f4d 100644 --- a/src/IconFolderCopySharp.tsx +++ b/src/IconFolderCopySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopySharp: React.FC = ({ ...props }) => ( +export const IconFolderCopySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderCopySharp as default } diff --git a/src/IconFolderCopySharpFilled.tsx b/src/IconFolderCopySharpFilled.tsx index 0cda26400..cf740282d 100644 --- a/src/IconFolderCopySharpFilled.tsx +++ b/src/IconFolderCopySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderCopySharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderCopySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderCopySharpFilled as default } diff --git a/src/IconFolderDataOutlined.tsx b/src/IconFolderDataOutlined.tsx index 6b9253d1b..d91aa066f 100644 --- a/src/IconFolderDataOutlined.tsx +++ b/src/IconFolderDataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataOutlined: React.FC = ({ ...props }) => ( +export const IconFolderDataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDataOutlined as default } diff --git a/src/IconFolderDataOutlinedFilled.tsx b/src/IconFolderDataOutlinedFilled.tsx index 7176fa6a5..fb6b8fba8 100644 --- a/src/IconFolderDataOutlinedFilled.tsx +++ b/src/IconFolderDataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderDataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDataOutlinedFilled as default } diff --git a/src/IconFolderDataRounded.tsx b/src/IconFolderDataRounded.tsx index 0be67455c..1bb2b46fc 100644 --- a/src/IconFolderDataRounded.tsx +++ b/src/IconFolderDataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataRounded: React.FC = ({ ...props }) => ( +export const IconFolderDataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDataRounded as default } diff --git a/src/IconFolderDataRoundedFilled.tsx b/src/IconFolderDataRoundedFilled.tsx index f396c1009..2e5dd43e3 100644 --- a/src/IconFolderDataRoundedFilled.tsx +++ b/src/IconFolderDataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderDataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDataRoundedFilled as default } diff --git a/src/IconFolderDataSharp.tsx b/src/IconFolderDataSharp.tsx index 463ae235c..f5e446419 100644 --- a/src/IconFolderDataSharp.tsx +++ b/src/IconFolderDataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataSharp: React.FC = ({ ...props }) => ( +export const IconFolderDataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDataSharp as default } diff --git a/src/IconFolderDataSharpFilled.tsx b/src/IconFolderDataSharpFilled.tsx index d3bd550a0..478b0293c 100644 --- a/src/IconFolderDataSharpFilled.tsx +++ b/src/IconFolderDataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDataSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderDataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDataSharpFilled as default } diff --git a/src/IconFolderDeleteOutlined.tsx b/src/IconFolderDeleteOutlined.tsx index bdc5ce95b..7d5307e94 100644 --- a/src/IconFolderDeleteOutlined.tsx +++ b/src/IconFolderDeleteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteOutlined: React.FC = ({ ...props }) => ( +export const IconFolderDeleteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteOutlined as default } diff --git a/src/IconFolderDeleteOutlinedFilled.tsx b/src/IconFolderDeleteOutlinedFilled.tsx index ed5e6264d..86f6231f3 100644 --- a/src/IconFolderDeleteOutlinedFilled.tsx +++ b/src/IconFolderDeleteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderDeleteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteOutlinedFilled as default } diff --git a/src/IconFolderDeleteRounded.tsx b/src/IconFolderDeleteRounded.tsx index 80c8e0413..6e49d81f3 100644 --- a/src/IconFolderDeleteRounded.tsx +++ b/src/IconFolderDeleteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteRounded: React.FC = ({ ...props }) => ( +export const IconFolderDeleteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteRounded as default } diff --git a/src/IconFolderDeleteRoundedFilled.tsx b/src/IconFolderDeleteRoundedFilled.tsx index 911f402ef..aadaf2eec 100644 --- a/src/IconFolderDeleteRoundedFilled.tsx +++ b/src/IconFolderDeleteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderDeleteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteRoundedFilled as default } diff --git a/src/IconFolderDeleteSharp.tsx b/src/IconFolderDeleteSharp.tsx index d75b19922..7c53e0a6f 100644 --- a/src/IconFolderDeleteSharp.tsx +++ b/src/IconFolderDeleteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteSharp: React.FC = ({ ...props }) => ( +export const IconFolderDeleteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteSharp as default } diff --git a/src/IconFolderDeleteSharpFilled.tsx b/src/IconFolderDeleteSharpFilled.tsx index 9a17e4169..108a4c7cb 100644 --- a/src/IconFolderDeleteSharpFilled.tsx +++ b/src/IconFolderDeleteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderDeleteSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderDeleteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderDeleteSharpFilled as default } diff --git a/src/IconFolderEyeOutlined.tsx b/src/IconFolderEyeOutlined.tsx new file mode 100644 index 000000000..0f56c3671 --- /dev/null +++ b/src/IconFolderEyeOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderEyeOutlinedFilled.tsx b/src/IconFolderEyeOutlinedFilled.tsx new file mode 100644 index 000000000..bbe2baaaa --- /dev/null +++ b/src/IconFolderEyeOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderEyeRounded.tsx b/src/IconFolderEyeRounded.tsx new file mode 100644 index 000000000..d42acbf0a --- /dev/null +++ b/src/IconFolderEyeRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderEyeRoundedFilled.tsx b/src/IconFolderEyeRoundedFilled.tsx new file mode 100644 index 000000000..8addbbb52 --- /dev/null +++ b/src/IconFolderEyeRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderEyeSharp.tsx b/src/IconFolderEyeSharp.tsx new file mode 100644 index 000000000..7dc2a679c --- /dev/null +++ b/src/IconFolderEyeSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderEyeSharpFilled.tsx b/src/IconFolderEyeSharpFilled.tsx new file mode 100644 index 000000000..6907e3e4d --- /dev/null +++ b/src/IconFolderEyeSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderEyeSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderLimitedOutlined.tsx b/src/IconFolderLimitedOutlined.tsx index 08e435627..558a1a8f3 100644 --- a/src/IconFolderLimitedOutlined.tsx +++ b/src/IconFolderLimitedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedOutlined: React.FC = ({ ...props }) => ( +export const IconFolderLimitedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedOutlined as default } diff --git a/src/IconFolderLimitedOutlinedFilled.tsx b/src/IconFolderLimitedOutlinedFilled.tsx index 178d8bcf4..803bc55e2 100644 --- a/src/IconFolderLimitedOutlinedFilled.tsx +++ b/src/IconFolderLimitedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderLimitedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedOutlinedFilled as default } diff --git a/src/IconFolderLimitedRounded.tsx b/src/IconFolderLimitedRounded.tsx index 3268ec67a..c7cb1430b 100644 --- a/src/IconFolderLimitedRounded.tsx +++ b/src/IconFolderLimitedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedRounded: React.FC = ({ ...props }) => ( +export const IconFolderLimitedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedRounded as default } diff --git a/src/IconFolderLimitedRoundedFilled.tsx b/src/IconFolderLimitedRoundedFilled.tsx index 1455af04b..7522c5eb9 100644 --- a/src/IconFolderLimitedRoundedFilled.tsx +++ b/src/IconFolderLimitedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderLimitedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedRoundedFilled as default } diff --git a/src/IconFolderLimitedSharp.tsx b/src/IconFolderLimitedSharp.tsx index ece9edda0..88c2200c5 100644 --- a/src/IconFolderLimitedSharp.tsx +++ b/src/IconFolderLimitedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedSharp: React.FC = ({ ...props }) => ( +export const IconFolderLimitedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedSharp as default } diff --git a/src/IconFolderLimitedSharpFilled.tsx b/src/IconFolderLimitedSharpFilled.tsx index f83a138cc..b36db6fef 100644 --- a/src/IconFolderLimitedSharpFilled.tsx +++ b/src/IconFolderLimitedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderLimitedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderLimitedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderLimitedSharpFilled as default } diff --git a/src/IconFolderManagedOutlined.tsx b/src/IconFolderManagedOutlined.tsx index 0f13e47f3..10438fb60 100644 --- a/src/IconFolderManagedOutlined.tsx +++ b/src/IconFolderManagedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedOutlined: React.FC = ({ ...props }) => ( +export const IconFolderManagedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderManagedOutlined as default } diff --git a/src/IconFolderManagedOutlinedFilled.tsx b/src/IconFolderManagedOutlinedFilled.tsx index a5d772580..dabd74447 100644 --- a/src/IconFolderManagedOutlinedFilled.tsx +++ b/src/IconFolderManagedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderManagedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderManagedOutlinedFilled as default } diff --git a/src/IconFolderManagedRounded.tsx b/src/IconFolderManagedRounded.tsx index ad193a333..36b9e3d5b 100644 --- a/src/IconFolderManagedRounded.tsx +++ b/src/IconFolderManagedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedRounded: React.FC = ({ ...props }) => ( +export const IconFolderManagedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderManagedRounded as default } diff --git a/src/IconFolderManagedRoundedFilled.tsx b/src/IconFolderManagedRoundedFilled.tsx index 0eac889b8..d1d2ffe5b 100644 --- a/src/IconFolderManagedRoundedFilled.tsx +++ b/src/IconFolderManagedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderManagedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderManagedRoundedFilled as default } diff --git a/src/IconFolderManagedSharp.tsx b/src/IconFolderManagedSharp.tsx index f403c6e1b..a914a9b06 100644 --- a/src/IconFolderManagedSharp.tsx +++ b/src/IconFolderManagedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedSharp: React.FC = ({ ...props }) => ( +export const IconFolderManagedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderManagedSharp as default } diff --git a/src/IconFolderManagedSharpFilled.tsx b/src/IconFolderManagedSharpFilled.tsx index 63f7656e6..3f1cb5042 100644 --- a/src/IconFolderManagedSharpFilled.tsx +++ b/src/IconFolderManagedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderManagedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderManagedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderManagedSharpFilled as default } diff --git a/src/IconFolderMatchOutlined.tsx b/src/IconFolderMatchOutlined.tsx new file mode 100644 index 000000000..0b05e0c78 --- /dev/null +++ b/src/IconFolderMatchOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderMatchOutlinedFilled.tsx b/src/IconFolderMatchOutlinedFilled.tsx new file mode 100644 index 000000000..5a791e71e --- /dev/null +++ b/src/IconFolderMatchOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderMatchRounded.tsx b/src/IconFolderMatchRounded.tsx new file mode 100644 index 000000000..4d3014a40 --- /dev/null +++ b/src/IconFolderMatchRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderMatchRoundedFilled.tsx b/src/IconFolderMatchRoundedFilled.tsx new file mode 100644 index 000000000..7ff7825db --- /dev/null +++ b/src/IconFolderMatchRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderMatchSharp.tsx b/src/IconFolderMatchSharp.tsx new file mode 100644 index 000000000..688f377c8 --- /dev/null +++ b/src/IconFolderMatchSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderMatchSharpFilled.tsx b/src/IconFolderMatchSharpFilled.tsx new file mode 100644 index 000000000..52a88c282 --- /dev/null +++ b/src/IconFolderMatchSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconFolderMatchSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconFolderOffOutlined.tsx b/src/IconFolderOffOutlined.tsx index d1b1d1efe..560d96734 100644 --- a/src/IconFolderOffOutlined.tsx +++ b/src/IconFolderOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffOutlined: React.FC = ({ ...props }) => ( +export const IconFolderOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOffOutlined as default } diff --git a/src/IconFolderOffOutlinedFilled.tsx b/src/IconFolderOffOutlinedFilled.tsx index 664ac3ebb..67f0d7075 100644 --- a/src/IconFolderOffOutlinedFilled.tsx +++ b/src/IconFolderOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderOffOutlinedFilled as default } diff --git a/src/IconFolderOffRounded.tsx b/src/IconFolderOffRounded.tsx index 6fbc8ef95..78651a291 100644 --- a/src/IconFolderOffRounded.tsx +++ b/src/IconFolderOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffRounded: React.FC = ({ ...props }) => ( +export const IconFolderOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOffRounded as default } diff --git a/src/IconFolderOffRoundedFilled.tsx b/src/IconFolderOffRoundedFilled.tsx index dc915c253..68f82ff4e 100644 --- a/src/IconFolderOffRoundedFilled.tsx +++ b/src/IconFolderOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderOffRoundedFilled as default } diff --git a/src/IconFolderOffSharp.tsx b/src/IconFolderOffSharp.tsx index 437caa10e..690b24655 100644 --- a/src/IconFolderOffSharp.tsx +++ b/src/IconFolderOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffSharp: React.FC = ({ ...props }) => ( +export const IconFolderOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOffSharp as default } diff --git a/src/IconFolderOffSharpFilled.tsx b/src/IconFolderOffSharpFilled.tsx index de3479c27..8098ffbcb 100644 --- a/src/IconFolderOffSharpFilled.tsx +++ b/src/IconFolderOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOffSharpFilled as default } diff --git a/src/IconFolderOpenOutlined.tsx b/src/IconFolderOpenOutlined.tsx index c1d7f4b27..058bbdec6 100644 --- a/src/IconFolderOpenOutlined.tsx +++ b/src/IconFolderOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenOutlined: React.FC = ({ ...props }) => ( +export const IconFolderOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOpenOutlined as default } diff --git a/src/IconFolderOpenOutlinedFilled.tsx b/src/IconFolderOpenOutlinedFilled.tsx index 374202986..2f67e3270 100644 --- a/src/IconFolderOpenOutlinedFilled.tsx +++ b/src/IconFolderOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderOpenOutlinedFilled as default } diff --git a/src/IconFolderOpenRounded.tsx b/src/IconFolderOpenRounded.tsx index 66f1c8d15..e382ff0a0 100644 --- a/src/IconFolderOpenRounded.tsx +++ b/src/IconFolderOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenRounded: React.FC = ({ ...props }) => ( +export const IconFolderOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOpenRounded as default } diff --git a/src/IconFolderOpenRoundedFilled.tsx b/src/IconFolderOpenRoundedFilled.tsx index 4f8540b00..7bd20b4cb 100644 --- a/src/IconFolderOpenRoundedFilled.tsx +++ b/src/IconFolderOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderOpenRoundedFilled as default } diff --git a/src/IconFolderOpenSharp.tsx b/src/IconFolderOpenSharp.tsx index 4353fad24..3b57c5ff6 100644 --- a/src/IconFolderOpenSharp.tsx +++ b/src/IconFolderOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenSharp: React.FC = ({ ...props }) => ( +export const IconFolderOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOpenSharp as default } diff --git a/src/IconFolderOpenSharpFilled.tsx b/src/IconFolderOpenSharpFilled.tsx index 6f37c76b4..9339fefb9 100644 --- a/src/IconFolderOpenSharpFilled.tsx +++ b/src/IconFolderOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderOpenSharpFilled as default } diff --git a/src/IconFolderOutlined.tsx b/src/IconFolderOutlined.tsx index 10b749e75..b24a342aa 100644 --- a/src/IconFolderOutlined.tsx +++ b/src/IconFolderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOutlined: React.FC = ({ ...props }) => ( +export const IconFolderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOutlined as default } diff --git a/src/IconFolderOutlinedFilled.tsx b/src/IconFolderOutlinedFilled.tsx index 317922748..a275c6eb9 100644 --- a/src/IconFolderOutlinedFilled.tsx +++ b/src/IconFolderOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderOutlinedFilled as default } diff --git a/src/IconFolderRounded.tsx b/src/IconFolderRounded.tsx index c988d656b..bcea4af82 100644 --- a/src/IconFolderRounded.tsx +++ b/src/IconFolderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderRounded: React.FC = ({ ...props }) => ( +export const IconFolderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderRounded as default } diff --git a/src/IconFolderRoundedFilled.tsx b/src/IconFolderRoundedFilled.tsx index 04c067ce7..4b2890f5c 100644 --- a/src/IconFolderRoundedFilled.tsx +++ b/src/IconFolderRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderRoundedFilled as default } diff --git a/src/IconFolderSharedOutlined.tsx b/src/IconFolderSharedOutlined.tsx index b96507b7c..34d590d1b 100644 --- a/src/IconFolderSharedOutlined.tsx +++ b/src/IconFolderSharedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedOutlined: React.FC = ({ ...props }) => ( +export const IconFolderSharedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSharedOutlined as default } diff --git a/src/IconFolderSharedOutlinedFilled.tsx b/src/IconFolderSharedOutlinedFilled.tsx index 118feeb56..cf25d0ef2 100644 --- a/src/IconFolderSharedOutlinedFilled.tsx +++ b/src/IconFolderSharedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderSharedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSharedOutlinedFilled as default } diff --git a/src/IconFolderSharedRounded.tsx b/src/IconFolderSharedRounded.tsx index 36bded37b..85fa8e499 100644 --- a/src/IconFolderSharedRounded.tsx +++ b/src/IconFolderSharedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedRounded: React.FC = ({ ...props }) => ( +export const IconFolderSharedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSharedRounded as default } diff --git a/src/IconFolderSharedRoundedFilled.tsx b/src/IconFolderSharedRoundedFilled.tsx index a27878ffb..2e8e1c698 100644 --- a/src/IconFolderSharedRoundedFilled.tsx +++ b/src/IconFolderSharedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderSharedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSharedRoundedFilled as default } diff --git a/src/IconFolderSharedSharp.tsx b/src/IconFolderSharedSharp.tsx index bfd3f7ec0..9e2776934 100644 --- a/src/IconFolderSharedSharp.tsx +++ b/src/IconFolderSharedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedSharp: React.FC = ({ ...props }) => ( +export const IconFolderSharedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSharedSharp as default } diff --git a/src/IconFolderSharedSharpFilled.tsx b/src/IconFolderSharedSharpFilled.tsx index 74a305ab3..8418f2aa4 100644 --- a/src/IconFolderSharedSharpFilled.tsx +++ b/src/IconFolderSharedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderSharedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSharedSharpFilled as default } diff --git a/src/IconFolderSharp.tsx b/src/IconFolderSharp.tsx index cb248bfca..f0f567536 100644 --- a/src/IconFolderSharp.tsx +++ b/src/IconFolderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharp: React.FC = ({ ...props }) => ( +export const IconFolderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSharp as default } diff --git a/src/IconFolderSharpFilled.tsx b/src/IconFolderSharpFilled.tsx index 8f867ed85..4173da6ad 100644 --- a/src/IconFolderSharpFilled.tsx +++ b/src/IconFolderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSharpFilled as default } diff --git a/src/IconFolderSpecialOutlined.tsx b/src/IconFolderSpecialOutlined.tsx index 9743d9e11..6ef2bbeeb 100644 --- a/src/IconFolderSpecialOutlined.tsx +++ b/src/IconFolderSpecialOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialOutlined: React.FC = ({ ...props }) => ( +export const IconFolderSpecialOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialOutlined as default } diff --git a/src/IconFolderSpecialOutlinedFilled.tsx b/src/IconFolderSpecialOutlinedFilled.tsx index 68b75d223..d91744955 100644 --- a/src/IconFolderSpecialOutlinedFilled.tsx +++ b/src/IconFolderSpecialOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderSpecialOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialOutlinedFilled as default } diff --git a/src/IconFolderSpecialRounded.tsx b/src/IconFolderSpecialRounded.tsx index 81598aa1b..2694ed8cf 100644 --- a/src/IconFolderSpecialRounded.tsx +++ b/src/IconFolderSpecialRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialRounded: React.FC = ({ ...props }) => ( +export const IconFolderSpecialRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialRounded as default } diff --git a/src/IconFolderSpecialRoundedFilled.tsx b/src/IconFolderSpecialRoundedFilled.tsx index 5379b016a..38b5c26c8 100644 --- a/src/IconFolderSpecialRoundedFilled.tsx +++ b/src/IconFolderSpecialRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderSpecialRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialRoundedFilled as default } diff --git a/src/IconFolderSpecialSharp.tsx b/src/IconFolderSpecialSharp.tsx index 63e9cc765..f48202b5a 100644 --- a/src/IconFolderSpecialSharp.tsx +++ b/src/IconFolderSpecialSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialSharp: React.FC = ({ ...props }) => ( +export const IconFolderSpecialSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialSharp as default } diff --git a/src/IconFolderSpecialSharpFilled.tsx b/src/IconFolderSpecialSharpFilled.tsx index 92779afb4..2e900e2bc 100644 --- a/src/IconFolderSpecialSharpFilled.tsx +++ b/src/IconFolderSpecialSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSpecialSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderSpecialSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSpecialSharpFilled as default } diff --git a/src/IconFolderSupervisedOutlined.tsx b/src/IconFolderSupervisedOutlined.tsx index e5d62a543..2df1275dd 100644 --- a/src/IconFolderSupervisedOutlined.tsx +++ b/src/IconFolderSupervisedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedOutlined: React.FC = ({ ...props }) => ( +export const IconFolderSupervisedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSupervisedOutlined as default } diff --git a/src/IconFolderSupervisedOutlinedFilled.tsx b/src/IconFolderSupervisedOutlinedFilled.tsx index 39ea2eb5f..5fff0fbe4 100644 --- a/src/IconFolderSupervisedOutlinedFilled.tsx +++ b/src/IconFolderSupervisedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedOutlinedFilled: React.FC = ({ +export const IconFolderSupervisedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFolderSupervisedOutlinedFilled: React.FC = ({ ) - -export { IconFolderSupervisedOutlinedFilled as default } diff --git a/src/IconFolderSupervisedRounded.tsx b/src/IconFolderSupervisedRounded.tsx index a32cededb..fac9fa693 100644 --- a/src/IconFolderSupervisedRounded.tsx +++ b/src/IconFolderSupervisedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedRounded: React.FC = ({ ...props }) => ( +export const IconFolderSupervisedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSupervisedRounded as default } diff --git a/src/IconFolderSupervisedRoundedFilled.tsx b/src/IconFolderSupervisedRoundedFilled.tsx index 7f3d196e1..9c7c311d4 100644 --- a/src/IconFolderSupervisedRoundedFilled.tsx +++ b/src/IconFolderSupervisedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedRoundedFilled: React.FC = ({ +export const IconFolderSupervisedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFolderSupervisedRoundedFilled: React.FC = ({ ) - -export { IconFolderSupervisedRoundedFilled as default } diff --git a/src/IconFolderSupervisedSharp.tsx b/src/IconFolderSupervisedSharp.tsx index 6b4bfd400..521ead9c0 100644 --- a/src/IconFolderSupervisedSharp.tsx +++ b/src/IconFolderSupervisedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedSharp: React.FC = ({ ...props }) => ( +export const IconFolderSupervisedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSupervisedSharp as default } diff --git a/src/IconFolderSupervisedSharpFilled.tsx b/src/IconFolderSupervisedSharpFilled.tsx index dab9d0548..c99f60a81 100644 --- a/src/IconFolderSupervisedSharpFilled.tsx +++ b/src/IconFolderSupervisedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderSupervisedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderSupervisedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderSupervisedSharpFilled as default } diff --git a/src/IconFolderZipOutlined.tsx b/src/IconFolderZipOutlined.tsx index 1e1692b04..c407c222a 100644 --- a/src/IconFolderZipOutlined.tsx +++ b/src/IconFolderZipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipOutlined: React.FC = ({ ...props }) => ( +export const IconFolderZipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderZipOutlined as default } diff --git a/src/IconFolderZipOutlinedFilled.tsx b/src/IconFolderZipOutlinedFilled.tsx index 33aa9df67..7736a05a7 100644 --- a/src/IconFolderZipOutlinedFilled.tsx +++ b/src/IconFolderZipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFolderZipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderZipOutlinedFilled as default } diff --git a/src/IconFolderZipRounded.tsx b/src/IconFolderZipRounded.tsx index fee776e9d..b443f5b0b 100644 --- a/src/IconFolderZipRounded.tsx +++ b/src/IconFolderZipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipRounded: React.FC = ({ ...props }) => ( +export const IconFolderZipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderZipRounded as default } diff --git a/src/IconFolderZipRoundedFilled.tsx b/src/IconFolderZipRoundedFilled.tsx index 288dbea21..0b591b858 100644 --- a/src/IconFolderZipRoundedFilled.tsx +++ b/src/IconFolderZipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFolderZipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFolderZipRoundedFilled as default } diff --git a/src/IconFolderZipSharp.tsx b/src/IconFolderZipSharp.tsx index 1da8d2701..59b256304 100644 --- a/src/IconFolderZipSharp.tsx +++ b/src/IconFolderZipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipSharp: React.FC = ({ ...props }) => ( +export const IconFolderZipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderZipSharp as default } diff --git a/src/IconFolderZipSharpFilled.tsx b/src/IconFolderZipSharpFilled.tsx index f3bd5a8e2..0cd4ba987 100644 --- a/src/IconFolderZipSharpFilled.tsx +++ b/src/IconFolderZipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFolderZipSharpFilled: React.FC = ({ ...props }) => ( +export const IconFolderZipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFolderZipSharpFilled as default } diff --git a/src/IconFollowTheSignsOutlined.tsx b/src/IconFollowTheSignsOutlined.tsx index b7f86c0e9..314a49c17 100644 --- a/src/IconFollowTheSignsOutlined.tsx +++ b/src/IconFollowTheSignsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsOutlined: React.FC = ({ ...props }) => ( +export const IconFollowTheSignsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFollowTheSignsOutlined as default } diff --git a/src/IconFollowTheSignsOutlinedFilled.tsx b/src/IconFollowTheSignsOutlinedFilled.tsx index 5eec96aaa..740c25bcd 100644 --- a/src/IconFollowTheSignsOutlinedFilled.tsx +++ b/src/IconFollowTheSignsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsOutlinedFilled: React.FC = ({ +export const IconFollowTheSignsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFollowTheSignsOutlinedFilled: React.FC = ({ ) - -export { IconFollowTheSignsOutlinedFilled as default } diff --git a/src/IconFollowTheSignsRounded.tsx b/src/IconFollowTheSignsRounded.tsx index 42dffaecc..0972a5b12 100644 --- a/src/IconFollowTheSignsRounded.tsx +++ b/src/IconFollowTheSignsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsRounded: React.FC = ({ ...props }) => ( +export const IconFollowTheSignsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFollowTheSignsRounded as default } diff --git a/src/IconFollowTheSignsRoundedFilled.tsx b/src/IconFollowTheSignsRoundedFilled.tsx index 0b5c6dc6a..69f7b42a5 100644 --- a/src/IconFollowTheSignsRoundedFilled.tsx +++ b/src/IconFollowTheSignsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFollowTheSignsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFollowTheSignsRoundedFilled as default } diff --git a/src/IconFollowTheSignsSharp.tsx b/src/IconFollowTheSignsSharp.tsx index 70db41b14..770b5b955 100644 --- a/src/IconFollowTheSignsSharp.tsx +++ b/src/IconFollowTheSignsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsSharp: React.FC = ({ ...props }) => ( +export const IconFollowTheSignsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFollowTheSignsSharp as default } diff --git a/src/IconFollowTheSignsSharpFilled.tsx b/src/IconFollowTheSignsSharpFilled.tsx index dda69f815..7cd1fc6d1 100644 --- a/src/IconFollowTheSignsSharpFilled.tsx +++ b/src/IconFollowTheSignsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFollowTheSignsSharpFilled: React.FC = ({ ...props }) => ( +export const IconFollowTheSignsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFollowTheSignsSharpFilled as default } diff --git a/src/IconFontDownloadOffOutlined.tsx b/src/IconFontDownloadOffOutlined.tsx index 168b2e9bf..5378ddf99 100644 --- a/src/IconFontDownloadOffOutlined.tsx +++ b/src/IconFontDownloadOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffOutlined: React.FC = ({ ...props }) => ( +export const IconFontDownloadOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOffOutlined as default } diff --git a/src/IconFontDownloadOffOutlinedFilled.tsx b/src/IconFontDownloadOffOutlinedFilled.tsx index 530b10ac2..f4d6fa356 100644 --- a/src/IconFontDownloadOffOutlinedFilled.tsx +++ b/src/IconFontDownloadOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffOutlinedFilled: React.FC = ({ +export const IconFontDownloadOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFontDownloadOffOutlinedFilled: React.FC = ({ ) - -export { IconFontDownloadOffOutlinedFilled as default } diff --git a/src/IconFontDownloadOffRounded.tsx b/src/IconFontDownloadOffRounded.tsx index 1cba7147c..43a42a125 100644 --- a/src/IconFontDownloadOffRounded.tsx +++ b/src/IconFontDownloadOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffRounded: React.FC = ({ ...props }) => ( +export const IconFontDownloadOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOffRounded as default } diff --git a/src/IconFontDownloadOffRoundedFilled.tsx b/src/IconFontDownloadOffRoundedFilled.tsx index 9be7a8140..0b457bf34 100644 --- a/src/IconFontDownloadOffRoundedFilled.tsx +++ b/src/IconFontDownloadOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffRoundedFilled: React.FC = ({ +export const IconFontDownloadOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFontDownloadOffRoundedFilled: React.FC = ({ ) - -export { IconFontDownloadOffRoundedFilled as default } diff --git a/src/IconFontDownloadOffSharp.tsx b/src/IconFontDownloadOffSharp.tsx index a035b3df9..37f458ff7 100644 --- a/src/IconFontDownloadOffSharp.tsx +++ b/src/IconFontDownloadOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffSharp: React.FC = ({ ...props }) => ( +export const IconFontDownloadOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOffSharp as default } diff --git a/src/IconFontDownloadOffSharpFilled.tsx b/src/IconFontDownloadOffSharpFilled.tsx index 5468b087f..b60f2a65b 100644 --- a/src/IconFontDownloadOffSharpFilled.tsx +++ b/src/IconFontDownloadOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFontDownloadOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOffSharpFilled as default } diff --git a/src/IconFontDownloadOutlined.tsx b/src/IconFontDownloadOutlined.tsx index ea4bbf479..4daf25085 100644 --- a/src/IconFontDownloadOutlined.tsx +++ b/src/IconFontDownloadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOutlined: React.FC = ({ ...props }) => ( +export const IconFontDownloadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOutlined as default } diff --git a/src/IconFontDownloadOutlinedFilled.tsx b/src/IconFontDownloadOutlinedFilled.tsx index 32da35c65..f4cc301c4 100644 --- a/src/IconFontDownloadOutlinedFilled.tsx +++ b/src/IconFontDownloadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFontDownloadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadOutlinedFilled as default } diff --git a/src/IconFontDownloadRounded.tsx b/src/IconFontDownloadRounded.tsx index 5df75ab84..da8636b1c 100644 --- a/src/IconFontDownloadRounded.tsx +++ b/src/IconFontDownloadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadRounded: React.FC = ({ ...props }) => ( +export const IconFontDownloadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFontDownloadRounded as default } diff --git a/src/IconFontDownloadRoundedFilled.tsx b/src/IconFontDownloadRoundedFilled.tsx index 963274dd1..6fe7fc22b 100644 --- a/src/IconFontDownloadRoundedFilled.tsx +++ b/src/IconFontDownloadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFontDownloadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadRoundedFilled as default } diff --git a/src/IconFontDownloadSharp.tsx b/src/IconFontDownloadSharp.tsx index eb6b62db2..270202efc 100644 --- a/src/IconFontDownloadSharp.tsx +++ b/src/IconFontDownloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadSharp: React.FC = ({ ...props }) => ( +export const IconFontDownloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFontDownloadSharp as default } diff --git a/src/IconFontDownloadSharpFilled.tsx b/src/IconFontDownloadSharpFilled.tsx index 101d9a91c..5ff116884 100644 --- a/src/IconFontDownloadSharpFilled.tsx +++ b/src/IconFontDownloadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFontDownloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconFontDownloadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFontDownloadSharpFilled as default } diff --git a/src/IconFoodBankOutlined.tsx b/src/IconFoodBankOutlined.tsx index 53bdbee22..a764f379f 100644 --- a/src/IconFoodBankOutlined.tsx +++ b/src/IconFoodBankOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankOutlined: React.FC = ({ ...props }) => ( +export const IconFoodBankOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoodBankOutlined as default } diff --git a/src/IconFoodBankOutlinedFilled.tsx b/src/IconFoodBankOutlinedFilled.tsx index eb124b2d9..436797e2e 100644 --- a/src/IconFoodBankOutlinedFilled.tsx +++ b/src/IconFoodBankOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFoodBankOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoodBankOutlinedFilled as default } diff --git a/src/IconFoodBankRounded.tsx b/src/IconFoodBankRounded.tsx index 3b24f8ca7..2e70cdefa 100644 --- a/src/IconFoodBankRounded.tsx +++ b/src/IconFoodBankRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankRounded: React.FC = ({ ...props }) => ( +export const IconFoodBankRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoodBankRounded as default } diff --git a/src/IconFoodBankRoundedFilled.tsx b/src/IconFoodBankRoundedFilled.tsx index 0d29817e3..48756eb83 100644 --- a/src/IconFoodBankRoundedFilled.tsx +++ b/src/IconFoodBankRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFoodBankRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoodBankRoundedFilled as default } diff --git a/src/IconFoodBankSharp.tsx b/src/IconFoodBankSharp.tsx index 1f1e20746..1ada77e60 100644 --- a/src/IconFoodBankSharp.tsx +++ b/src/IconFoodBankSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankSharp: React.FC = ({ ...props }) => ( +export const IconFoodBankSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoodBankSharp as default } diff --git a/src/IconFoodBankSharpFilled.tsx b/src/IconFoodBankSharpFilled.tsx index 087473dd1..ff8c6aaf2 100644 --- a/src/IconFoodBankSharpFilled.tsx +++ b/src/IconFoodBankSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoodBankSharpFilled: React.FC = ({ ...props }) => ( +export const IconFoodBankSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoodBankSharpFilled as default } diff --git a/src/IconFootBonesOutlined.tsx b/src/IconFootBonesOutlined.tsx index 08f5d3677..9e0cc9282 100644 --- a/src/IconFootBonesOutlined.tsx +++ b/src/IconFootBonesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesOutlined: React.FC = ({ ...props }) => ( +export const IconFootBonesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFootBonesOutlined as default } diff --git a/src/IconFootBonesOutlinedFilled.tsx b/src/IconFootBonesOutlinedFilled.tsx index d470d7d0c..8c9b37ae4 100644 --- a/src/IconFootBonesOutlinedFilled.tsx +++ b/src/IconFootBonesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFootBonesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFootBonesOutlinedFilled as default } diff --git a/src/IconFootBonesRounded.tsx b/src/IconFootBonesRounded.tsx index 9c1a4e779..36b732db4 100644 --- a/src/IconFootBonesRounded.tsx +++ b/src/IconFootBonesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesRounded: React.FC = ({ ...props }) => ( +export const IconFootBonesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFootBonesRounded as default } diff --git a/src/IconFootBonesRoundedFilled.tsx b/src/IconFootBonesRoundedFilled.tsx index 8f707ca4c..c7cb81f2f 100644 --- a/src/IconFootBonesRoundedFilled.tsx +++ b/src/IconFootBonesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFootBonesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFootBonesRoundedFilled as default } diff --git a/src/IconFootBonesSharp.tsx b/src/IconFootBonesSharp.tsx index af18926c7..b881c2b14 100644 --- a/src/IconFootBonesSharp.tsx +++ b/src/IconFootBonesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesSharp: React.FC = ({ ...props }) => ( +export const IconFootBonesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFootBonesSharp as default } diff --git a/src/IconFootBonesSharpFilled.tsx b/src/IconFootBonesSharpFilled.tsx index 1501c3113..150f1e444 100644 --- a/src/IconFootBonesSharpFilled.tsx +++ b/src/IconFootBonesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootBonesSharpFilled: React.FC = ({ ...props }) => ( +export const IconFootBonesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFootBonesSharpFilled as default } diff --git a/src/IconFootprintOutlined.tsx b/src/IconFootprintOutlined.tsx index 2ac9ab530..ca097d6dd 100644 --- a/src/IconFootprintOutlined.tsx +++ b/src/IconFootprintOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintOutlined: React.FC = ({ ...props }) => ( +export const IconFootprintOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconFootprintOutlined as default } diff --git a/src/IconFootprintOutlinedFilled.tsx b/src/IconFootprintOutlinedFilled.tsx index d3fcfa8d3..85f18e816 100644 --- a/src/IconFootprintOutlinedFilled.tsx +++ b/src/IconFootprintOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFootprintOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconFootprintOutlinedFilled as default } diff --git a/src/IconFootprintRounded.tsx b/src/IconFootprintRounded.tsx index 05eabde0c..efb5d844b 100644 --- a/src/IconFootprintRounded.tsx +++ b/src/IconFootprintRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintRounded: React.FC = ({ ...props }) => ( +export const IconFootprintRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconFootprintRounded as default } diff --git a/src/IconFootprintRoundedFilled.tsx b/src/IconFootprintRoundedFilled.tsx index dca724dbc..2a33503d3 100644 --- a/src/IconFootprintRoundedFilled.tsx +++ b/src/IconFootprintRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFootprintRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconFootprintRoundedFilled as default } diff --git a/src/IconFootprintSharp.tsx b/src/IconFootprintSharp.tsx index c13f3cd57..4c5e08e29 100644 --- a/src/IconFootprintSharp.tsx +++ b/src/IconFootprintSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintSharp: React.FC = ({ ...props }) => ( +export const IconFootprintSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconFootprintSharp as default } diff --git a/src/IconFootprintSharpFilled.tsx b/src/IconFootprintSharpFilled.tsx index 68c7f1655..b8dd59b40 100644 --- a/src/IconFootprintSharpFilled.tsx +++ b/src/IconFootprintSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFootprintSharpFilled: React.FC = ({ ...props }) => ( +export const IconFootprintSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconFootprintSharpFilled as default } diff --git a/src/IconForYouOutlined.tsx b/src/IconForYouOutlined.tsx index 03042478b..189897bb2 100644 --- a/src/IconForYouOutlined.tsx +++ b/src/IconForYouOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouOutlined: React.FC = ({ ...props }) => ( +export const IconForYouOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouOutlined as default } diff --git a/src/IconForYouOutlinedFilled.tsx b/src/IconForYouOutlinedFilled.tsx index fe75d708c..5d98a0659 100644 --- a/src/IconForYouOutlinedFilled.tsx +++ b/src/IconForYouOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForYouOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouOutlinedFilled as default } diff --git a/src/IconForYouRounded.tsx b/src/IconForYouRounded.tsx index 747e421b3..c63e1ce68 100644 --- a/src/IconForYouRounded.tsx +++ b/src/IconForYouRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouRounded: React.FC = ({ ...props }) => ( +export const IconForYouRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouRounded as default } diff --git a/src/IconForYouRoundedFilled.tsx b/src/IconForYouRoundedFilled.tsx index 47a34a04b..4421e0c98 100644 --- a/src/IconForYouRoundedFilled.tsx +++ b/src/IconForYouRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForYouRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouRoundedFilled as default } diff --git a/src/IconForYouSharp.tsx b/src/IconForYouSharp.tsx index 69a416282..bd36934a6 100644 --- a/src/IconForYouSharp.tsx +++ b/src/IconForYouSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouSharp: React.FC = ({ ...props }) => ( +export const IconForYouSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouSharp as default } diff --git a/src/IconForYouSharpFilled.tsx b/src/IconForYouSharpFilled.tsx index dc43be4a5..0110ed750 100644 --- a/src/IconForYouSharpFilled.tsx +++ b/src/IconForYouSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForYouSharpFilled: React.FC = ({ ...props }) => ( +export const IconForYouSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForYouSharpFilled as default } diff --git a/src/IconForestOutlined.tsx b/src/IconForestOutlined.tsx index 752022335..1e297670a 100644 --- a/src/IconForestOutlined.tsx +++ b/src/IconForestOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestOutlined: React.FC = ({ ...props }) => ( +export const IconForestOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestOutlined as default } diff --git a/src/IconForestOutlinedFilled.tsx b/src/IconForestOutlinedFilled.tsx index 6a8c51da9..84853ccfc 100644 --- a/src/IconForestOutlinedFilled.tsx +++ b/src/IconForestOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForestOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestOutlinedFilled as default } diff --git a/src/IconForestRounded.tsx b/src/IconForestRounded.tsx index 8e0953572..b975b28df 100644 --- a/src/IconForestRounded.tsx +++ b/src/IconForestRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestRounded: React.FC = ({ ...props }) => ( +export const IconForestRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestRounded as default } diff --git a/src/IconForestRoundedFilled.tsx b/src/IconForestRoundedFilled.tsx index 712778b7c..95dca5ac2 100644 --- a/src/IconForestRoundedFilled.tsx +++ b/src/IconForestRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForestRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestRoundedFilled as default } diff --git a/src/IconForestSharp.tsx b/src/IconForestSharp.tsx index 0b369812c..f5101d973 100644 --- a/src/IconForestSharp.tsx +++ b/src/IconForestSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestSharp: React.FC = ({ ...props }) => ( +export const IconForestSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestSharp as default } diff --git a/src/IconForestSharpFilled.tsx b/src/IconForestSharpFilled.tsx index e9166d594..f93e72003 100644 --- a/src/IconForestSharpFilled.tsx +++ b/src/IconForestSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForestSharpFilled: React.FC = ({ ...props }) => ( +export const IconForestSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForestSharpFilled as default } diff --git a/src/IconForkLeftOutlined.tsx b/src/IconForkLeftOutlined.tsx index 6d161a957..2b1f2fd03 100644 --- a/src/IconForkLeftOutlined.tsx +++ b/src/IconForkLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftOutlined: React.FC = ({ ...props }) => ( +export const IconForkLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkLeftOutlined as default } diff --git a/src/IconForkLeftOutlinedFilled.tsx b/src/IconForkLeftOutlinedFilled.tsx index 4746bcbf8..8d6d9f18e 100644 --- a/src/IconForkLeftOutlinedFilled.tsx +++ b/src/IconForkLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForkLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkLeftOutlinedFilled as default } diff --git a/src/IconForkLeftRounded.tsx b/src/IconForkLeftRounded.tsx index ae0683150..c292d5708 100644 --- a/src/IconForkLeftRounded.tsx +++ b/src/IconForkLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftRounded: React.FC = ({ ...props }) => ( +export const IconForkLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkLeftRounded as default } diff --git a/src/IconForkLeftRoundedFilled.tsx b/src/IconForkLeftRoundedFilled.tsx index d0dd6a8b5..2bef9dc6b 100644 --- a/src/IconForkLeftRoundedFilled.tsx +++ b/src/IconForkLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForkLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkLeftRoundedFilled as default } diff --git a/src/IconForkLeftSharp.tsx b/src/IconForkLeftSharp.tsx index c4231a211..2b1987645 100644 --- a/src/IconForkLeftSharp.tsx +++ b/src/IconForkLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftSharp: React.FC = ({ ...props }) => ( +export const IconForkLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkLeftSharp as default } diff --git a/src/IconForkLeftSharpFilled.tsx b/src/IconForkLeftSharpFilled.tsx index a2d7b98d4..24f6b3a03 100644 --- a/src/IconForkLeftSharpFilled.tsx +++ b/src/IconForkLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconForkLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkLeftSharpFilled as default } diff --git a/src/IconForkRightOutlined.tsx b/src/IconForkRightOutlined.tsx index c00685f37..871aefd92 100644 --- a/src/IconForkRightOutlined.tsx +++ b/src/IconForkRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightOutlined: React.FC = ({ ...props }) => ( +export const IconForkRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkRightOutlined as default } diff --git a/src/IconForkRightOutlinedFilled.tsx b/src/IconForkRightOutlinedFilled.tsx index 84285afb8..b0c9c6cf0 100644 --- a/src/IconForkRightOutlinedFilled.tsx +++ b/src/IconForkRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForkRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkRightOutlinedFilled as default } diff --git a/src/IconForkRightRounded.tsx b/src/IconForkRightRounded.tsx index bfbf45092..a6bc866eb 100644 --- a/src/IconForkRightRounded.tsx +++ b/src/IconForkRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightRounded: React.FC = ({ ...props }) => ( +export const IconForkRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkRightRounded as default } diff --git a/src/IconForkRightRoundedFilled.tsx b/src/IconForkRightRoundedFilled.tsx index 577f43066..ce10faa4a 100644 --- a/src/IconForkRightRoundedFilled.tsx +++ b/src/IconForkRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForkRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkRightRoundedFilled as default } diff --git a/src/IconForkRightSharp.tsx b/src/IconForkRightSharp.tsx index ab7e18671..02e0eaa4a 100644 --- a/src/IconForkRightSharp.tsx +++ b/src/IconForkRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightSharp: React.FC = ({ ...props }) => ( +export const IconForkRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkRightSharp as default } diff --git a/src/IconForkRightSharpFilled.tsx b/src/IconForkRightSharpFilled.tsx index e7ff8cb0c..90b9981b7 100644 --- a/src/IconForkRightSharpFilled.tsx +++ b/src/IconForkRightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconForkRightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkRightSharpFilled as default } diff --git a/src/IconForkSpoonOutlined.tsx b/src/IconForkSpoonOutlined.tsx new file mode 100644 index 000000000..d61bfcde2 --- /dev/null +++ b/src/IconForkSpoonOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkSpoonOutlinedFilled.tsx b/src/IconForkSpoonOutlinedFilled.tsx new file mode 100644 index 000000000..f6e97744d --- /dev/null +++ b/src/IconForkSpoonOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkSpoonRounded.tsx b/src/IconForkSpoonRounded.tsx new file mode 100644 index 000000000..4bbd1967c --- /dev/null +++ b/src/IconForkSpoonRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkSpoonRoundedFilled.tsx b/src/IconForkSpoonRoundedFilled.tsx new file mode 100644 index 000000000..5bf8e0ebf --- /dev/null +++ b/src/IconForkSpoonRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkSpoonSharp.tsx b/src/IconForkSpoonSharp.tsx new file mode 100644 index 000000000..6b4b649c6 --- /dev/null +++ b/src/IconForkSpoonSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkSpoonSharpFilled.tsx b/src/IconForkSpoonSharpFilled.tsx new file mode 100644 index 000000000..3f26dd82b --- /dev/null +++ b/src/IconForkSpoonSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconForkSpoonSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconForkliftOutlined.tsx b/src/IconForkliftOutlined.tsx index 67d917f9f..71f30b972 100644 --- a/src/IconForkliftOutlined.tsx +++ b/src/IconForkliftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftOutlined: React.FC = ({ ...props }) => ( +export const IconForkliftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkliftOutlined as default } diff --git a/src/IconForkliftOutlinedFilled.tsx b/src/IconForkliftOutlinedFilled.tsx index ebc307392..24d67d9c5 100644 --- a/src/IconForkliftOutlinedFilled.tsx +++ b/src/IconForkliftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForkliftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkliftOutlinedFilled as default } diff --git a/src/IconForkliftRounded.tsx b/src/IconForkliftRounded.tsx index 5e5299f09..aec42c30e 100644 --- a/src/IconForkliftRounded.tsx +++ b/src/IconForkliftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftRounded: React.FC = ({ ...props }) => ( +export const IconForkliftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkliftRounded as default } diff --git a/src/IconForkliftRoundedFilled.tsx b/src/IconForkliftRoundedFilled.tsx index 4a695ef48..b99695cc9 100644 --- a/src/IconForkliftRoundedFilled.tsx +++ b/src/IconForkliftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForkliftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForkliftRoundedFilled as default } diff --git a/src/IconForkliftSharp.tsx b/src/IconForkliftSharp.tsx index 023942390..879b3e03b 100644 --- a/src/IconForkliftSharp.tsx +++ b/src/IconForkliftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftSharp: React.FC = ({ ...props }) => ( +export const IconForkliftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkliftSharp as default } diff --git a/src/IconForkliftSharpFilled.tsx b/src/IconForkliftSharpFilled.tsx index bc73d3d45..3551e4d11 100644 --- a/src/IconForkliftSharpFilled.tsx +++ b/src/IconForkliftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForkliftSharpFilled: React.FC = ({ ...props }) => ( +export const IconForkliftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForkliftSharpFilled as default } diff --git a/src/IconFormatAlignCenterOutlined.tsx b/src/IconFormatAlignCenterOutlined.tsx index 9d629806e..4c0dfc386 100644 --- a/src/IconFormatAlignCenterOutlined.tsx +++ b/src/IconFormatAlignCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterOutlined: React.FC = ({ ...props }) => ( +export const IconFormatAlignCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignCenterOutlined as default } diff --git a/src/IconFormatAlignCenterOutlinedFilled.tsx b/src/IconFormatAlignCenterOutlinedFilled.tsx index bbb239d65..6b62d146b 100644 --- a/src/IconFormatAlignCenterOutlinedFilled.tsx +++ b/src/IconFormatAlignCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterOutlinedFilled: React.FC = ({ +export const IconFormatAlignCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignCenterOutlinedFilled: React.FC = ({ ) - -export { IconFormatAlignCenterOutlinedFilled as default } diff --git a/src/IconFormatAlignCenterRounded.tsx b/src/IconFormatAlignCenterRounded.tsx index aa1fd1eff..93dba34af 100644 --- a/src/IconFormatAlignCenterRounded.tsx +++ b/src/IconFormatAlignCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterRounded: React.FC = ({ ...props }) => ( +export const IconFormatAlignCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignCenterRounded as default } diff --git a/src/IconFormatAlignCenterRoundedFilled.tsx b/src/IconFormatAlignCenterRoundedFilled.tsx index d22df4807..a0c013014 100644 --- a/src/IconFormatAlignCenterRoundedFilled.tsx +++ b/src/IconFormatAlignCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterRoundedFilled: React.FC = ({ +export const IconFormatAlignCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignCenterRoundedFilled: React.FC = ({ ) - -export { IconFormatAlignCenterRoundedFilled as default } diff --git a/src/IconFormatAlignCenterSharp.tsx b/src/IconFormatAlignCenterSharp.tsx index 0c3cf8936..b7fc8a6b1 100644 --- a/src/IconFormatAlignCenterSharp.tsx +++ b/src/IconFormatAlignCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterSharp: React.FC = ({ ...props }) => ( +export const IconFormatAlignCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignCenterSharp as default } diff --git a/src/IconFormatAlignCenterSharpFilled.tsx b/src/IconFormatAlignCenterSharpFilled.tsx index 6eea84abe..10bdeaa7a 100644 --- a/src/IconFormatAlignCenterSharpFilled.tsx +++ b/src/IconFormatAlignCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignCenterSharpFilled: React.FC = ({ +export const IconFormatAlignCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignCenterSharpFilled: React.FC = ({ ) - -export { IconFormatAlignCenterSharpFilled as default } diff --git a/src/IconFormatAlignJustifyOutlined.tsx b/src/IconFormatAlignJustifyOutlined.tsx index db7c5ea22..c334ef243 100644 --- a/src/IconFormatAlignJustifyOutlined.tsx +++ b/src/IconFormatAlignJustifyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifyOutlined: React.FC = ({ ...props }) => ( +export const IconFormatAlignJustifyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignJustifyOutlined as default } diff --git a/src/IconFormatAlignJustifyOutlinedFilled.tsx b/src/IconFormatAlignJustifyOutlinedFilled.tsx index 1287bda12..bad8875e8 100644 --- a/src/IconFormatAlignJustifyOutlinedFilled.tsx +++ b/src/IconFormatAlignJustifyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifyOutlinedFilled: React.FC = ({ +export const IconFormatAlignJustifyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignJustifyOutlinedFilled: React.FC = ({ ) - -export { IconFormatAlignJustifyOutlinedFilled as default } diff --git a/src/IconFormatAlignJustifyRounded.tsx b/src/IconFormatAlignJustifyRounded.tsx index 97bfe161f..cb640f02b 100644 --- a/src/IconFormatAlignJustifyRounded.tsx +++ b/src/IconFormatAlignJustifyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifyRounded: React.FC = ({ ...props }) => ( +export const IconFormatAlignJustifyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignJustifyRounded as default } diff --git a/src/IconFormatAlignJustifyRoundedFilled.tsx b/src/IconFormatAlignJustifyRoundedFilled.tsx index f5cf2cf1c..a1018b644 100644 --- a/src/IconFormatAlignJustifyRoundedFilled.tsx +++ b/src/IconFormatAlignJustifyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifyRoundedFilled: React.FC = ({ +export const IconFormatAlignJustifyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignJustifyRoundedFilled: React.FC = ({ ) - -export { IconFormatAlignJustifyRoundedFilled as default } diff --git a/src/IconFormatAlignJustifySharp.tsx b/src/IconFormatAlignJustifySharp.tsx index 7ebb3ce18..4fa1075b8 100644 --- a/src/IconFormatAlignJustifySharp.tsx +++ b/src/IconFormatAlignJustifySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifySharp: React.FC = ({ ...props }) => ( +export const IconFormatAlignJustifySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignJustifySharp as default } diff --git a/src/IconFormatAlignJustifySharpFilled.tsx b/src/IconFormatAlignJustifySharpFilled.tsx index 57d08ac74..8f24bb234 100644 --- a/src/IconFormatAlignJustifySharpFilled.tsx +++ b/src/IconFormatAlignJustifySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignJustifySharpFilled: React.FC = ({ +export const IconFormatAlignJustifySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignJustifySharpFilled: React.FC = ({ ) - -export { IconFormatAlignJustifySharpFilled as default } diff --git a/src/IconFormatAlignLeftOutlined.tsx b/src/IconFormatAlignLeftOutlined.tsx index c324afd3e..a0c2a2c2e 100644 --- a/src/IconFormatAlignLeftOutlined.tsx +++ b/src/IconFormatAlignLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftOutlined: React.FC = ({ ...props }) => ( +export const IconFormatAlignLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignLeftOutlined as default } diff --git a/src/IconFormatAlignLeftOutlinedFilled.tsx b/src/IconFormatAlignLeftOutlinedFilled.tsx index 0e94f4256..8fcffd885 100644 --- a/src/IconFormatAlignLeftOutlinedFilled.tsx +++ b/src/IconFormatAlignLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftOutlinedFilled: React.FC = ({ +export const IconFormatAlignLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignLeftOutlinedFilled: React.FC = ({ ) - -export { IconFormatAlignLeftOutlinedFilled as default } diff --git a/src/IconFormatAlignLeftRounded.tsx b/src/IconFormatAlignLeftRounded.tsx index 608868f85..8953a2b76 100644 --- a/src/IconFormatAlignLeftRounded.tsx +++ b/src/IconFormatAlignLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftRounded: React.FC = ({ ...props }) => ( +export const IconFormatAlignLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignLeftRounded as default } diff --git a/src/IconFormatAlignLeftRoundedFilled.tsx b/src/IconFormatAlignLeftRoundedFilled.tsx index 49f561505..0a57a5155 100644 --- a/src/IconFormatAlignLeftRoundedFilled.tsx +++ b/src/IconFormatAlignLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftRoundedFilled: React.FC = ({ +export const IconFormatAlignLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignLeftRoundedFilled: React.FC = ({ ) - -export { IconFormatAlignLeftRoundedFilled as default } diff --git a/src/IconFormatAlignLeftSharp.tsx b/src/IconFormatAlignLeftSharp.tsx index f095e7dd0..7fa27111f 100644 --- a/src/IconFormatAlignLeftSharp.tsx +++ b/src/IconFormatAlignLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftSharp: React.FC = ({ ...props }) => ( +export const IconFormatAlignLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatAlignLeftSharp as default } diff --git a/src/IconFormatAlignLeftSharpFilled.tsx b/src/IconFormatAlignLeftSharpFilled.tsx index a1acdb119..ada8c8541 100644 --- a/src/IconFormatAlignLeftSharpFilled.tsx +++ b/src/IconFormatAlignLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatAlignLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignLeftSharpFilled as default } diff --git a/src/IconFormatAlignRightOutlined.tsx b/src/IconFormatAlignRightOutlined.tsx index 5574c56ed..e3f799a63 100644 --- a/src/IconFormatAlignRightOutlined.tsx +++ b/src/IconFormatAlignRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightOutlined: React.FC = ({ ...props }) => ( +export const IconFormatAlignRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignRightOutlined as default } diff --git a/src/IconFormatAlignRightOutlinedFilled.tsx b/src/IconFormatAlignRightOutlinedFilled.tsx index 0925452e3..179c281ed 100644 --- a/src/IconFormatAlignRightOutlinedFilled.tsx +++ b/src/IconFormatAlignRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightOutlinedFilled: React.FC = ({ +export const IconFormatAlignRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignRightOutlinedFilled: React.FC = ({ ) - -export { IconFormatAlignRightOutlinedFilled as default } diff --git a/src/IconFormatAlignRightRounded.tsx b/src/IconFormatAlignRightRounded.tsx index 131002b15..2880e0f5c 100644 --- a/src/IconFormatAlignRightRounded.tsx +++ b/src/IconFormatAlignRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightRounded: React.FC = ({ ...props }) => ( +export const IconFormatAlignRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignRightRounded as default } diff --git a/src/IconFormatAlignRightRoundedFilled.tsx b/src/IconFormatAlignRightRoundedFilled.tsx index a67a84751..97a1c9107 100644 --- a/src/IconFormatAlignRightRoundedFilled.tsx +++ b/src/IconFormatAlignRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightRoundedFilled: React.FC = ({ +export const IconFormatAlignRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatAlignRightRoundedFilled: React.FC = ({ ) - -export { IconFormatAlignRightRoundedFilled as default } diff --git a/src/IconFormatAlignRightSharp.tsx b/src/IconFormatAlignRightSharp.tsx index 638a471f5..cdfe41e95 100644 --- a/src/IconFormatAlignRightSharp.tsx +++ b/src/IconFormatAlignRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightSharp: React.FC = ({ ...props }) => ( +export const IconFormatAlignRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignRightSharp as default } diff --git a/src/IconFormatAlignRightSharpFilled.tsx b/src/IconFormatAlignRightSharpFilled.tsx index d93f39588..0399bd6e3 100644 --- a/src/IconFormatAlignRightSharpFilled.tsx +++ b/src/IconFormatAlignRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatAlignRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatAlignRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatAlignRightSharpFilled as default } diff --git a/src/IconFormatBoldOutlined.tsx b/src/IconFormatBoldOutlined.tsx index ed2adf20c..fcf7b0b79 100644 --- a/src/IconFormatBoldOutlined.tsx +++ b/src/IconFormatBoldOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldOutlined: React.FC = ({ ...props }) => ( +export const IconFormatBoldOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatBoldOutlined as default } diff --git a/src/IconFormatBoldOutlinedFilled.tsx b/src/IconFormatBoldOutlinedFilled.tsx index c256788ac..e0ee63854 100644 --- a/src/IconFormatBoldOutlinedFilled.tsx +++ b/src/IconFormatBoldOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatBoldOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatBoldOutlinedFilled as default } diff --git a/src/IconFormatBoldRounded.tsx b/src/IconFormatBoldRounded.tsx index 106c772fd..1b946cea1 100644 --- a/src/IconFormatBoldRounded.tsx +++ b/src/IconFormatBoldRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldRounded: React.FC = ({ ...props }) => ( +export const IconFormatBoldRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatBoldRounded as default } diff --git a/src/IconFormatBoldRoundedFilled.tsx b/src/IconFormatBoldRoundedFilled.tsx index 1babdb745..d5e8c6b66 100644 --- a/src/IconFormatBoldRoundedFilled.tsx +++ b/src/IconFormatBoldRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatBoldRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatBoldRoundedFilled as default } diff --git a/src/IconFormatBoldSharp.tsx b/src/IconFormatBoldSharp.tsx index 31fe7d57b..c7f30c5dd 100644 --- a/src/IconFormatBoldSharp.tsx +++ b/src/IconFormatBoldSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldSharp: React.FC = ({ ...props }) => ( +export const IconFormatBoldSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatBoldSharp as default } diff --git a/src/IconFormatBoldSharpFilled.tsx b/src/IconFormatBoldSharpFilled.tsx index c094166cc..549e8ded0 100644 --- a/src/IconFormatBoldSharpFilled.tsx +++ b/src/IconFormatBoldSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatBoldSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatBoldSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatBoldSharpFilled as default } diff --git a/src/IconFormatClearOutlined.tsx b/src/IconFormatClearOutlined.tsx index 1beaec7c4..96dfed40f 100644 --- a/src/IconFormatClearOutlined.tsx +++ b/src/IconFormatClearOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearOutlined: React.FC = ({ ...props }) => ( +export const IconFormatClearOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatClearOutlined as default } diff --git a/src/IconFormatClearOutlinedFilled.tsx b/src/IconFormatClearOutlinedFilled.tsx index f47130e93..e4b9d431d 100644 --- a/src/IconFormatClearOutlinedFilled.tsx +++ b/src/IconFormatClearOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatClearOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatClearOutlinedFilled as default } diff --git a/src/IconFormatClearRounded.tsx b/src/IconFormatClearRounded.tsx index b74fb1653..955adc61d 100644 --- a/src/IconFormatClearRounded.tsx +++ b/src/IconFormatClearRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearRounded: React.FC = ({ ...props }) => ( +export const IconFormatClearRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatClearRounded as default } diff --git a/src/IconFormatClearRoundedFilled.tsx b/src/IconFormatClearRoundedFilled.tsx index 70554faf2..aad2d97b5 100644 --- a/src/IconFormatClearRoundedFilled.tsx +++ b/src/IconFormatClearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatClearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatClearRoundedFilled as default } diff --git a/src/IconFormatClearSharp.tsx b/src/IconFormatClearSharp.tsx index b3272a583..80185df47 100644 --- a/src/IconFormatClearSharp.tsx +++ b/src/IconFormatClearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearSharp: React.FC = ({ ...props }) => ( +export const IconFormatClearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatClearSharp as default } diff --git a/src/IconFormatClearSharpFilled.tsx b/src/IconFormatClearSharpFilled.tsx index dfe67c6be..596427c27 100644 --- a/src/IconFormatClearSharpFilled.tsx +++ b/src/IconFormatClearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatClearSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatClearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatClearSharpFilled as default } diff --git a/src/IconFormatColorFillOutlined.tsx b/src/IconFormatColorFillOutlined.tsx index 8bf624c8e..b5fc6a582 100644 --- a/src/IconFormatColorFillOutlined.tsx +++ b/src/IconFormatColorFillOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillOutlined: React.FC = ({ ...props }) => ( +export const IconFormatColorFillOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorFillOutlined as default } diff --git a/src/IconFormatColorFillOutlinedFilled.tsx b/src/IconFormatColorFillOutlinedFilled.tsx index 9d16fd80b..f11247b10 100644 --- a/src/IconFormatColorFillOutlinedFilled.tsx +++ b/src/IconFormatColorFillOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillOutlinedFilled: React.FC = ({ +export const IconFormatColorFillOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorFillOutlinedFilled: React.FC = ({ ) - -export { IconFormatColorFillOutlinedFilled as default } diff --git a/src/IconFormatColorFillRounded.tsx b/src/IconFormatColorFillRounded.tsx index 5fda42678..f2ab9300e 100644 --- a/src/IconFormatColorFillRounded.tsx +++ b/src/IconFormatColorFillRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillRounded: React.FC = ({ ...props }) => ( +export const IconFormatColorFillRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorFillRounded as default } diff --git a/src/IconFormatColorFillRoundedFilled.tsx b/src/IconFormatColorFillRoundedFilled.tsx index dd1d006f1..f4ab8c745 100644 --- a/src/IconFormatColorFillRoundedFilled.tsx +++ b/src/IconFormatColorFillRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillRoundedFilled: React.FC = ({ +export const IconFormatColorFillRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorFillRoundedFilled: React.FC = ({ ) - -export { IconFormatColorFillRoundedFilled as default } diff --git a/src/IconFormatColorFillSharp.tsx b/src/IconFormatColorFillSharp.tsx index adac18548..ae7425e8b 100644 --- a/src/IconFormatColorFillSharp.tsx +++ b/src/IconFormatColorFillSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillSharp: React.FC = ({ ...props }) => ( +export const IconFormatColorFillSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatColorFillSharp as default } diff --git a/src/IconFormatColorFillSharpFilled.tsx b/src/IconFormatColorFillSharpFilled.tsx index 0a282d09e..415562964 100644 --- a/src/IconFormatColorFillSharpFilled.tsx +++ b/src/IconFormatColorFillSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorFillSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatColorFillSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorFillSharpFilled as default } diff --git a/src/IconFormatColorResetOutlined.tsx b/src/IconFormatColorResetOutlined.tsx index 3b0b5d6fd..319c9298e 100644 --- a/src/IconFormatColorResetOutlined.tsx +++ b/src/IconFormatColorResetOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetOutlined: React.FC = ({ ...props }) => ( +export const IconFormatColorResetOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorResetOutlined as default } diff --git a/src/IconFormatColorResetOutlinedFilled.tsx b/src/IconFormatColorResetOutlinedFilled.tsx index 19fbb1cbf..e543799f0 100644 --- a/src/IconFormatColorResetOutlinedFilled.tsx +++ b/src/IconFormatColorResetOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetOutlinedFilled: React.FC = ({ +export const IconFormatColorResetOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorResetOutlinedFilled: React.FC = ({ ) - -export { IconFormatColorResetOutlinedFilled as default } diff --git a/src/IconFormatColorResetRounded.tsx b/src/IconFormatColorResetRounded.tsx index 029a122d1..b00e63fdb 100644 --- a/src/IconFormatColorResetRounded.tsx +++ b/src/IconFormatColorResetRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetRounded: React.FC = ({ ...props }) => ( +export const IconFormatColorResetRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorResetRounded as default } diff --git a/src/IconFormatColorResetRoundedFilled.tsx b/src/IconFormatColorResetRoundedFilled.tsx index 0211a4743..0c8d503f8 100644 --- a/src/IconFormatColorResetRoundedFilled.tsx +++ b/src/IconFormatColorResetRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetRoundedFilled: React.FC = ({ +export const IconFormatColorResetRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorResetRoundedFilled: React.FC = ({ ) - -export { IconFormatColorResetRoundedFilled as default } diff --git a/src/IconFormatColorResetSharp.tsx b/src/IconFormatColorResetSharp.tsx index 43c9d5855..0dd4980d0 100644 --- a/src/IconFormatColorResetSharp.tsx +++ b/src/IconFormatColorResetSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetSharp: React.FC = ({ ...props }) => ( +export const IconFormatColorResetSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorResetSharp as default } diff --git a/src/IconFormatColorResetSharpFilled.tsx b/src/IconFormatColorResetSharpFilled.tsx index dc431219c..dcad14991 100644 --- a/src/IconFormatColorResetSharpFilled.tsx +++ b/src/IconFormatColorResetSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorResetSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatColorResetSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorResetSharpFilled as default } diff --git a/src/IconFormatColorTextOutlined.tsx b/src/IconFormatColorTextOutlined.tsx index 142f9d370..c8111e71f 100644 --- a/src/IconFormatColorTextOutlined.tsx +++ b/src/IconFormatColorTextOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextOutlined: React.FC = ({ ...props }) => ( +export const IconFormatColorTextOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorTextOutlined as default } diff --git a/src/IconFormatColorTextOutlinedFilled.tsx b/src/IconFormatColorTextOutlinedFilled.tsx index 61249e9ae..c91ff1bf9 100644 --- a/src/IconFormatColorTextOutlinedFilled.tsx +++ b/src/IconFormatColorTextOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextOutlinedFilled: React.FC = ({ +export const IconFormatColorTextOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorTextOutlinedFilled: React.FC = ({ ) - -export { IconFormatColorTextOutlinedFilled as default } diff --git a/src/IconFormatColorTextRounded.tsx b/src/IconFormatColorTextRounded.tsx index 822efd26d..706f9ffa9 100644 --- a/src/IconFormatColorTextRounded.tsx +++ b/src/IconFormatColorTextRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextRounded: React.FC = ({ ...props }) => ( +export const IconFormatColorTextRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorTextRounded as default } diff --git a/src/IconFormatColorTextRoundedFilled.tsx b/src/IconFormatColorTextRoundedFilled.tsx index 2f412ddbe..ebc0b7eb8 100644 --- a/src/IconFormatColorTextRoundedFilled.tsx +++ b/src/IconFormatColorTextRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextRoundedFilled: React.FC = ({ +export const IconFormatColorTextRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatColorTextRoundedFilled: React.FC = ({ ) - -export { IconFormatColorTextRoundedFilled as default } diff --git a/src/IconFormatColorTextSharp.tsx b/src/IconFormatColorTextSharp.tsx index e360e741b..63e7b1c8b 100644 --- a/src/IconFormatColorTextSharp.tsx +++ b/src/IconFormatColorTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextSharp: React.FC = ({ ...props }) => ( +export const IconFormatColorTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatColorTextSharp as default } diff --git a/src/IconFormatColorTextSharpFilled.tsx b/src/IconFormatColorTextSharpFilled.tsx index 76955aefc..e12ff7703 100644 --- a/src/IconFormatColorTextSharpFilled.tsx +++ b/src/IconFormatColorTextSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatColorTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatColorTextSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatColorTextSharpFilled as default } diff --git a/src/IconFormatH1Outlined.tsx b/src/IconFormatH1Outlined.tsx index 71443aeb5..20910d2c4 100644 --- a/src/IconFormatH1Outlined.tsx +++ b/src/IconFormatH1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH1Outlined as default } diff --git a/src/IconFormatH1OutlinedFilled.tsx b/src/IconFormatH1OutlinedFilled.tsx index 4c04496ee..3472289ac 100644 --- a/src/IconFormatH1OutlinedFilled.tsx +++ b/src/IconFormatH1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH1OutlinedFilled as default } diff --git a/src/IconFormatH1Rounded.tsx b/src/IconFormatH1Rounded.tsx index bcfe1f7ce..09d30fd05 100644 --- a/src/IconFormatH1Rounded.tsx +++ b/src/IconFormatH1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH1Rounded as default } diff --git a/src/IconFormatH1RoundedFilled.tsx b/src/IconFormatH1RoundedFilled.tsx index abd30ec1a..c8688c987 100644 --- a/src/IconFormatH1RoundedFilled.tsx +++ b/src/IconFormatH1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH1RoundedFilled as default } diff --git a/src/IconFormatH1Sharp.tsx b/src/IconFormatH1Sharp.tsx index d91e1380a..03f1fdd10 100644 --- a/src/IconFormatH1Sharp.tsx +++ b/src/IconFormatH1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH1Sharp as default } diff --git a/src/IconFormatH1SharpFilled.tsx b/src/IconFormatH1SharpFilled.tsx index 3f2a6060d..a58779fec 100644 --- a/src/IconFormatH1SharpFilled.tsx +++ b/src/IconFormatH1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH1SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH1SharpFilled as default } diff --git a/src/IconFormatH2Outlined.tsx b/src/IconFormatH2Outlined.tsx index 90970d09a..49237439b 100644 --- a/src/IconFormatH2Outlined.tsx +++ b/src/IconFormatH2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH2Outlined as default } diff --git a/src/IconFormatH2OutlinedFilled.tsx b/src/IconFormatH2OutlinedFilled.tsx index 4bcbfb911..c61d61cc7 100644 --- a/src/IconFormatH2OutlinedFilled.tsx +++ b/src/IconFormatH2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH2OutlinedFilled as default } diff --git a/src/IconFormatH2Rounded.tsx b/src/IconFormatH2Rounded.tsx index b36708979..b8ac634f6 100644 --- a/src/IconFormatH2Rounded.tsx +++ b/src/IconFormatH2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH2Rounded as default } diff --git a/src/IconFormatH2RoundedFilled.tsx b/src/IconFormatH2RoundedFilled.tsx index 5e8d871f6..2199770a2 100644 --- a/src/IconFormatH2RoundedFilled.tsx +++ b/src/IconFormatH2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH2RoundedFilled as default } diff --git a/src/IconFormatH2Sharp.tsx b/src/IconFormatH2Sharp.tsx index 3017dfd23..f8086690d 100644 --- a/src/IconFormatH2Sharp.tsx +++ b/src/IconFormatH2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH2Sharp as default } diff --git a/src/IconFormatH2SharpFilled.tsx b/src/IconFormatH2SharpFilled.tsx index a449be72e..737b7b706 100644 --- a/src/IconFormatH2SharpFilled.tsx +++ b/src/IconFormatH2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH2SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH2SharpFilled as default } diff --git a/src/IconFormatH3Outlined.tsx b/src/IconFormatH3Outlined.tsx index 13d4e8df7..ed0a7158a 100644 --- a/src/IconFormatH3Outlined.tsx +++ b/src/IconFormatH3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH3Outlined as default } diff --git a/src/IconFormatH3OutlinedFilled.tsx b/src/IconFormatH3OutlinedFilled.tsx index 3d1ed1818..3236ce2b5 100644 --- a/src/IconFormatH3OutlinedFilled.tsx +++ b/src/IconFormatH3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH3OutlinedFilled as default } diff --git a/src/IconFormatH3Rounded.tsx b/src/IconFormatH3Rounded.tsx index ff0442b84..26c584536 100644 --- a/src/IconFormatH3Rounded.tsx +++ b/src/IconFormatH3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH3Rounded as default } diff --git a/src/IconFormatH3RoundedFilled.tsx b/src/IconFormatH3RoundedFilled.tsx index f61bf92f9..2116a88c5 100644 --- a/src/IconFormatH3RoundedFilled.tsx +++ b/src/IconFormatH3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH3RoundedFilled as default } diff --git a/src/IconFormatH3Sharp.tsx b/src/IconFormatH3Sharp.tsx index 36eb8ad24..2188ba8cf 100644 --- a/src/IconFormatH3Sharp.tsx +++ b/src/IconFormatH3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH3Sharp as default } diff --git a/src/IconFormatH3SharpFilled.tsx b/src/IconFormatH3SharpFilled.tsx index 82ae72734..92adfb968 100644 --- a/src/IconFormatH3SharpFilled.tsx +++ b/src/IconFormatH3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH3SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH3SharpFilled as default } diff --git a/src/IconFormatH4Outlined.tsx b/src/IconFormatH4Outlined.tsx index ffb9630d3..3ac78c348 100644 --- a/src/IconFormatH4Outlined.tsx +++ b/src/IconFormatH4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH4Outlined as default } diff --git a/src/IconFormatH4OutlinedFilled.tsx b/src/IconFormatH4OutlinedFilled.tsx index 7f3ac8307..218010f06 100644 --- a/src/IconFormatH4OutlinedFilled.tsx +++ b/src/IconFormatH4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH4OutlinedFilled as default } diff --git a/src/IconFormatH4Rounded.tsx b/src/IconFormatH4Rounded.tsx index a6ee0ca63..75cc88a1f 100644 --- a/src/IconFormatH4Rounded.tsx +++ b/src/IconFormatH4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH4Rounded as default } diff --git a/src/IconFormatH4RoundedFilled.tsx b/src/IconFormatH4RoundedFilled.tsx index 52ec46b0a..1b3967bb6 100644 --- a/src/IconFormatH4RoundedFilled.tsx +++ b/src/IconFormatH4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH4RoundedFilled as default } diff --git a/src/IconFormatH4Sharp.tsx b/src/IconFormatH4Sharp.tsx index 3ba67bf54..5868f6b34 100644 --- a/src/IconFormatH4Sharp.tsx +++ b/src/IconFormatH4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH4Sharp as default } diff --git a/src/IconFormatH4SharpFilled.tsx b/src/IconFormatH4SharpFilled.tsx index fa4ff9816..cd5689794 100644 --- a/src/IconFormatH4SharpFilled.tsx +++ b/src/IconFormatH4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH4SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH4SharpFilled as default } diff --git a/src/IconFormatH5Outlined.tsx b/src/IconFormatH5Outlined.tsx index 5cd8a49d0..8ecf2f009 100644 --- a/src/IconFormatH5Outlined.tsx +++ b/src/IconFormatH5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH5Outlined as default } diff --git a/src/IconFormatH5OutlinedFilled.tsx b/src/IconFormatH5OutlinedFilled.tsx index 0c80d5a12..49d19c66c 100644 --- a/src/IconFormatH5OutlinedFilled.tsx +++ b/src/IconFormatH5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH5OutlinedFilled as default } diff --git a/src/IconFormatH5Rounded.tsx b/src/IconFormatH5Rounded.tsx index fe897d096..618d33e8d 100644 --- a/src/IconFormatH5Rounded.tsx +++ b/src/IconFormatH5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH5Rounded as default } diff --git a/src/IconFormatH5RoundedFilled.tsx b/src/IconFormatH5RoundedFilled.tsx index d3362500c..309fc07d6 100644 --- a/src/IconFormatH5RoundedFilled.tsx +++ b/src/IconFormatH5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH5RoundedFilled as default } diff --git a/src/IconFormatH5Sharp.tsx b/src/IconFormatH5Sharp.tsx index ab658b9d8..38939c199 100644 --- a/src/IconFormatH5Sharp.tsx +++ b/src/IconFormatH5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH5Sharp as default } diff --git a/src/IconFormatH5SharpFilled.tsx b/src/IconFormatH5SharpFilled.tsx index b2a48bc47..f3c5423e8 100644 --- a/src/IconFormatH5SharpFilled.tsx +++ b/src/IconFormatH5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH5SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH5SharpFilled as default } diff --git a/src/IconFormatH6Outlined.tsx b/src/IconFormatH6Outlined.tsx index 029735ba6..0f90ba3cd 100644 --- a/src/IconFormatH6Outlined.tsx +++ b/src/IconFormatH6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6Outlined: React.FC = ({ ...props }) => ( +export const IconFormatH6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH6Outlined as default } diff --git a/src/IconFormatH6OutlinedFilled.tsx b/src/IconFormatH6OutlinedFilled.tsx index 06cd81672..979b3bf79 100644 --- a/src/IconFormatH6OutlinedFilled.tsx +++ b/src/IconFormatH6OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH6OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH6OutlinedFilled as default } diff --git a/src/IconFormatH6Rounded.tsx b/src/IconFormatH6Rounded.tsx index 7302e5820..437e6a92e 100644 --- a/src/IconFormatH6Rounded.tsx +++ b/src/IconFormatH6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6Rounded: React.FC = ({ ...props }) => ( +export const IconFormatH6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH6Rounded as default } diff --git a/src/IconFormatH6RoundedFilled.tsx b/src/IconFormatH6RoundedFilled.tsx index 0858c895b..29048024f 100644 --- a/src/IconFormatH6RoundedFilled.tsx +++ b/src/IconFormatH6RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatH6RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatH6RoundedFilled as default } diff --git a/src/IconFormatH6Sharp.tsx b/src/IconFormatH6Sharp.tsx index 836a5e327..57851315a 100644 --- a/src/IconFormatH6Sharp.tsx +++ b/src/IconFormatH6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6Sharp: React.FC = ({ ...props }) => ( +export const IconFormatH6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH6Sharp as default } diff --git a/src/IconFormatH6SharpFilled.tsx b/src/IconFormatH6SharpFilled.tsx index fcc6a5fb3..d6d795cea 100644 --- a/src/IconFormatH6SharpFilled.tsx +++ b/src/IconFormatH6SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatH6SharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatH6SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatH6SharpFilled as default } diff --git a/src/IconFormatImageLeftOutlined.tsx b/src/IconFormatImageLeftOutlined.tsx index 430e7830b..7cab19fbf 100644 --- a/src/IconFormatImageLeftOutlined.tsx +++ b/src/IconFormatImageLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftOutlined: React.FC = ({ ...props }) => ( +export const IconFormatImageLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageLeftOutlined as default } diff --git a/src/IconFormatImageLeftOutlinedFilled.tsx b/src/IconFormatImageLeftOutlinedFilled.tsx index 87f25614c..b11601974 100644 --- a/src/IconFormatImageLeftOutlinedFilled.tsx +++ b/src/IconFormatImageLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftOutlinedFilled: React.FC = ({ +export const IconFormatImageLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatImageLeftOutlinedFilled: React.FC = ({ ) - -export { IconFormatImageLeftOutlinedFilled as default } diff --git a/src/IconFormatImageLeftRounded.tsx b/src/IconFormatImageLeftRounded.tsx index dc3cc3383..13da91a24 100644 --- a/src/IconFormatImageLeftRounded.tsx +++ b/src/IconFormatImageLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftRounded: React.FC = ({ ...props }) => ( +export const IconFormatImageLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageLeftRounded as default } diff --git a/src/IconFormatImageLeftRoundedFilled.tsx b/src/IconFormatImageLeftRoundedFilled.tsx index 5eb08cbc8..32a520a07 100644 --- a/src/IconFormatImageLeftRoundedFilled.tsx +++ b/src/IconFormatImageLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftRoundedFilled: React.FC = ({ +export const IconFormatImageLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatImageLeftRoundedFilled: React.FC = ({ ) - -export { IconFormatImageLeftRoundedFilled as default } diff --git a/src/IconFormatImageLeftSharp.tsx b/src/IconFormatImageLeftSharp.tsx index 114440392..9dd0e466e 100644 --- a/src/IconFormatImageLeftSharp.tsx +++ b/src/IconFormatImageLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftSharp: React.FC = ({ ...props }) => ( +export const IconFormatImageLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatImageLeftSharp as default } diff --git a/src/IconFormatImageLeftSharpFilled.tsx b/src/IconFormatImageLeftSharpFilled.tsx index 1279a0ea9..3dee05094 100644 --- a/src/IconFormatImageLeftSharpFilled.tsx +++ b/src/IconFormatImageLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatImageLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageLeftSharpFilled as default } diff --git a/src/IconFormatImageRightOutlined.tsx b/src/IconFormatImageRightOutlined.tsx index b0a47d322..ef2e03f60 100644 --- a/src/IconFormatImageRightOutlined.tsx +++ b/src/IconFormatImageRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightOutlined: React.FC = ({ ...props }) => ( +export const IconFormatImageRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageRightOutlined as default } diff --git a/src/IconFormatImageRightOutlinedFilled.tsx b/src/IconFormatImageRightOutlinedFilled.tsx index 104a871e5..a159c9bb7 100644 --- a/src/IconFormatImageRightOutlinedFilled.tsx +++ b/src/IconFormatImageRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightOutlinedFilled: React.FC = ({ +export const IconFormatImageRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatImageRightOutlinedFilled: React.FC = ({ ) - -export { IconFormatImageRightOutlinedFilled as default } diff --git a/src/IconFormatImageRightRounded.tsx b/src/IconFormatImageRightRounded.tsx index 3c27e05a0..366e3da2c 100644 --- a/src/IconFormatImageRightRounded.tsx +++ b/src/IconFormatImageRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightRounded: React.FC = ({ ...props }) => ( +export const IconFormatImageRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageRightRounded as default } diff --git a/src/IconFormatImageRightRoundedFilled.tsx b/src/IconFormatImageRightRoundedFilled.tsx index 37a4ad8d4..a9dcc6fb4 100644 --- a/src/IconFormatImageRightRoundedFilled.tsx +++ b/src/IconFormatImageRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightRoundedFilled: React.FC = ({ +export const IconFormatImageRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatImageRightRoundedFilled: React.FC = ({ ) - -export { IconFormatImageRightRoundedFilled as default } diff --git a/src/IconFormatImageRightSharp.tsx b/src/IconFormatImageRightSharp.tsx index 173ede16d..45a265d25 100644 --- a/src/IconFormatImageRightSharp.tsx +++ b/src/IconFormatImageRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightSharp: React.FC = ({ ...props }) => ( +export const IconFormatImageRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageRightSharp as default } diff --git a/src/IconFormatImageRightSharpFilled.tsx b/src/IconFormatImageRightSharpFilled.tsx index 2958f8e9d..d252e4057 100644 --- a/src/IconFormatImageRightSharpFilled.tsx +++ b/src/IconFormatImageRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatImageRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatImageRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatImageRightSharpFilled as default } diff --git a/src/IconFormatIndentDecreaseOutlined.tsx b/src/IconFormatIndentDecreaseOutlined.tsx index 375eeb32b..376219a63 100644 --- a/src/IconFormatIndentDecreaseOutlined.tsx +++ b/src/IconFormatIndentDecreaseOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseOutlined: React.FC = ({ +export const IconFormatIndentDecreaseOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentDecreaseOutlined: React.FC = ({ ) - -export { IconFormatIndentDecreaseOutlined as default } diff --git a/src/IconFormatIndentDecreaseOutlinedFilled.tsx b/src/IconFormatIndentDecreaseOutlinedFilled.tsx index 956eeffd7..7be56cf3c 100644 --- a/src/IconFormatIndentDecreaseOutlinedFilled.tsx +++ b/src/IconFormatIndentDecreaseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseOutlinedFilled: React.FC = ({ +export const IconFormatIndentDecreaseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentDecreaseOutlinedFilled: React.FC = ({ ) - -export { IconFormatIndentDecreaseOutlinedFilled as default } diff --git a/src/IconFormatIndentDecreaseRounded.tsx b/src/IconFormatIndentDecreaseRounded.tsx index 050a6c1fe..7f2d896e0 100644 --- a/src/IconFormatIndentDecreaseRounded.tsx +++ b/src/IconFormatIndentDecreaseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseRounded: React.FC = ({ ...props }) => ( +export const IconFormatIndentDecreaseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatIndentDecreaseRounded as default } diff --git a/src/IconFormatIndentDecreaseRoundedFilled.tsx b/src/IconFormatIndentDecreaseRoundedFilled.tsx index 6df462811..d8d6715a6 100644 --- a/src/IconFormatIndentDecreaseRoundedFilled.tsx +++ b/src/IconFormatIndentDecreaseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseRoundedFilled: React.FC = ({ +export const IconFormatIndentDecreaseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentDecreaseRoundedFilled: React.FC = ({ ) - -export { IconFormatIndentDecreaseRoundedFilled as default } diff --git a/src/IconFormatIndentDecreaseSharp.tsx b/src/IconFormatIndentDecreaseSharp.tsx index 0590c84f7..25a57cadd 100644 --- a/src/IconFormatIndentDecreaseSharp.tsx +++ b/src/IconFormatIndentDecreaseSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseSharp: React.FC = ({ ...props }) => ( +export const IconFormatIndentDecreaseSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatIndentDecreaseSharp as default } diff --git a/src/IconFormatIndentDecreaseSharpFilled.tsx b/src/IconFormatIndentDecreaseSharpFilled.tsx index 66fdbf46e..0993bad31 100644 --- a/src/IconFormatIndentDecreaseSharpFilled.tsx +++ b/src/IconFormatIndentDecreaseSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentDecreaseSharpFilled: React.FC = ({ +export const IconFormatIndentDecreaseSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentDecreaseSharpFilled: React.FC = ({ ) - -export { IconFormatIndentDecreaseSharpFilled as default } diff --git a/src/IconFormatIndentIncreaseOutlined.tsx b/src/IconFormatIndentIncreaseOutlined.tsx index 4bdcb8e91..70ce5a58e 100644 --- a/src/IconFormatIndentIncreaseOutlined.tsx +++ b/src/IconFormatIndentIncreaseOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseOutlined: React.FC = ({ +export const IconFormatIndentIncreaseOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentIncreaseOutlined: React.FC = ({ ) - -export { IconFormatIndentIncreaseOutlined as default } diff --git a/src/IconFormatIndentIncreaseOutlinedFilled.tsx b/src/IconFormatIndentIncreaseOutlinedFilled.tsx index a58f76095..93d5d353e 100644 --- a/src/IconFormatIndentIncreaseOutlinedFilled.tsx +++ b/src/IconFormatIndentIncreaseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseOutlinedFilled: React.FC = ({ +export const IconFormatIndentIncreaseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentIncreaseOutlinedFilled: React.FC = ({ ) - -export { IconFormatIndentIncreaseOutlinedFilled as default } diff --git a/src/IconFormatIndentIncreaseRounded.tsx b/src/IconFormatIndentIncreaseRounded.tsx index e859c59dd..a02b98440 100644 --- a/src/IconFormatIndentIncreaseRounded.tsx +++ b/src/IconFormatIndentIncreaseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseRounded: React.FC = ({ ...props }) => ( +export const IconFormatIndentIncreaseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatIndentIncreaseRounded as default } diff --git a/src/IconFormatIndentIncreaseRoundedFilled.tsx b/src/IconFormatIndentIncreaseRoundedFilled.tsx index 47dab7cd9..ab6bd8a1d 100644 --- a/src/IconFormatIndentIncreaseRoundedFilled.tsx +++ b/src/IconFormatIndentIncreaseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseRoundedFilled: React.FC = ({ +export const IconFormatIndentIncreaseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentIncreaseRoundedFilled: React.FC = ({ ) - -export { IconFormatIndentIncreaseRoundedFilled as default } diff --git a/src/IconFormatIndentIncreaseSharp.tsx b/src/IconFormatIndentIncreaseSharp.tsx index 69f78858a..079d78bc6 100644 --- a/src/IconFormatIndentIncreaseSharp.tsx +++ b/src/IconFormatIndentIncreaseSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseSharp: React.FC = ({ ...props }) => ( +export const IconFormatIndentIncreaseSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatIndentIncreaseSharp as default } diff --git a/src/IconFormatIndentIncreaseSharpFilled.tsx b/src/IconFormatIndentIncreaseSharpFilled.tsx index cd7ffc20f..b5b09b1ec 100644 --- a/src/IconFormatIndentIncreaseSharpFilled.tsx +++ b/src/IconFormatIndentIncreaseSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatIndentIncreaseSharpFilled: React.FC = ({ +export const IconFormatIndentIncreaseSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatIndentIncreaseSharpFilled: React.FC = ({ ) - -export { IconFormatIndentIncreaseSharpFilled as default } diff --git a/src/IconFormatInkHighlighterOutlined.tsx b/src/IconFormatInkHighlighterOutlined.tsx index af9896bbe..af4567576 100644 --- a/src/IconFormatInkHighlighterOutlined.tsx +++ b/src/IconFormatInkHighlighterOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterOutlined: React.FC = ({ +export const IconFormatInkHighlighterOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatInkHighlighterOutlined: React.FC = ({ ) - -export { IconFormatInkHighlighterOutlined as default } diff --git a/src/IconFormatInkHighlighterOutlinedFilled.tsx b/src/IconFormatInkHighlighterOutlinedFilled.tsx index 586274184..569d212b1 100644 --- a/src/IconFormatInkHighlighterOutlinedFilled.tsx +++ b/src/IconFormatInkHighlighterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterOutlinedFilled: React.FC = ({ +export const IconFormatInkHighlighterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatInkHighlighterOutlinedFilled: React.FC = ({ ) - -export { IconFormatInkHighlighterOutlinedFilled as default } diff --git a/src/IconFormatInkHighlighterRounded.tsx b/src/IconFormatInkHighlighterRounded.tsx index c9f78279f..f322113a5 100644 --- a/src/IconFormatInkHighlighterRounded.tsx +++ b/src/IconFormatInkHighlighterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterRounded: React.FC = ({ ...props }) => ( +export const IconFormatInkHighlighterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatInkHighlighterRounded as default } diff --git a/src/IconFormatInkHighlighterRoundedFilled.tsx b/src/IconFormatInkHighlighterRoundedFilled.tsx index d096c845a..79ccf0f48 100644 --- a/src/IconFormatInkHighlighterRoundedFilled.tsx +++ b/src/IconFormatInkHighlighterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterRoundedFilled: React.FC = ({ +export const IconFormatInkHighlighterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatInkHighlighterRoundedFilled: React.FC = ({ ) - -export { IconFormatInkHighlighterRoundedFilled as default } diff --git a/src/IconFormatInkHighlighterSharp.tsx b/src/IconFormatInkHighlighterSharp.tsx index 1559c80ad..63b14b02f 100644 --- a/src/IconFormatInkHighlighterSharp.tsx +++ b/src/IconFormatInkHighlighterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterSharp: React.FC = ({ ...props }) => ( +export const IconFormatInkHighlighterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatInkHighlighterSharp as default } diff --git a/src/IconFormatInkHighlighterSharpFilled.tsx b/src/IconFormatInkHighlighterSharpFilled.tsx index 645560c39..518f09806 100644 --- a/src/IconFormatInkHighlighterSharpFilled.tsx +++ b/src/IconFormatInkHighlighterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatInkHighlighterSharpFilled: React.FC = ({ +export const IconFormatInkHighlighterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatInkHighlighterSharpFilled: React.FC = ({ ) - -export { IconFormatInkHighlighterSharpFilled as default } diff --git a/src/IconFormatItalicOutlined.tsx b/src/IconFormatItalicOutlined.tsx index 3280c3e61..df50b4241 100644 --- a/src/IconFormatItalicOutlined.tsx +++ b/src/IconFormatItalicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicOutlined: React.FC = ({ ...props }) => ( +export const IconFormatItalicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatItalicOutlined as default } diff --git a/src/IconFormatItalicOutlinedFilled.tsx b/src/IconFormatItalicOutlinedFilled.tsx index 9f2a98857..607440644 100644 --- a/src/IconFormatItalicOutlinedFilled.tsx +++ b/src/IconFormatItalicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatItalicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatItalicOutlinedFilled as default } diff --git a/src/IconFormatItalicRounded.tsx b/src/IconFormatItalicRounded.tsx index b5f27df5c..3ea362de3 100644 --- a/src/IconFormatItalicRounded.tsx +++ b/src/IconFormatItalicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicRounded: React.FC = ({ ...props }) => ( +export const IconFormatItalicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatItalicRounded as default } diff --git a/src/IconFormatItalicRoundedFilled.tsx b/src/IconFormatItalicRoundedFilled.tsx index 5e7352c7f..5e69081d5 100644 --- a/src/IconFormatItalicRoundedFilled.tsx +++ b/src/IconFormatItalicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatItalicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatItalicRoundedFilled as default } diff --git a/src/IconFormatItalicSharp.tsx b/src/IconFormatItalicSharp.tsx index 3d6c2f403..08a500a13 100644 --- a/src/IconFormatItalicSharp.tsx +++ b/src/IconFormatItalicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicSharp: React.FC = ({ ...props }) => ( +export const IconFormatItalicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatItalicSharp as default } diff --git a/src/IconFormatItalicSharpFilled.tsx b/src/IconFormatItalicSharpFilled.tsx index 8cebe0c92..3ce2aa475 100644 --- a/src/IconFormatItalicSharpFilled.tsx +++ b/src/IconFormatItalicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatItalicSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatItalicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatItalicSharpFilled as default } diff --git a/src/IconFormatLetterSpacing2Outlined.tsx b/src/IconFormatLetterSpacing2Outlined.tsx index 1d83050e8..70f521958 100644 --- a/src/IconFormatLetterSpacing2Outlined.tsx +++ b/src/IconFormatLetterSpacing2Outlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2Outlined: React.FC = ({ +export const IconFormatLetterSpacing2Outlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacing2Outlined: React.FC = ({ ) - -export { IconFormatLetterSpacing2Outlined as default } diff --git a/src/IconFormatLetterSpacing2OutlinedFilled.tsx b/src/IconFormatLetterSpacing2OutlinedFilled.tsx index 2f4d1babb..3899d0f1e 100644 --- a/src/IconFormatLetterSpacing2OutlinedFilled.tsx +++ b/src/IconFormatLetterSpacing2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2OutlinedFilled: React.FC = ({ +export const IconFormatLetterSpacing2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacing2OutlinedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacing2OutlinedFilled as default } diff --git a/src/IconFormatLetterSpacing2Rounded.tsx b/src/IconFormatLetterSpacing2Rounded.tsx index 96d85a67c..43661751d 100644 --- a/src/IconFormatLetterSpacing2Rounded.tsx +++ b/src/IconFormatLetterSpacing2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2Rounded: React.FC = ({ ...props }) => ( +export const IconFormatLetterSpacing2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacing2Rounded as default } diff --git a/src/IconFormatLetterSpacing2RoundedFilled.tsx b/src/IconFormatLetterSpacing2RoundedFilled.tsx index 2c142a657..623e4aa5f 100644 --- a/src/IconFormatLetterSpacing2RoundedFilled.tsx +++ b/src/IconFormatLetterSpacing2RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2RoundedFilled: React.FC = ({ +export const IconFormatLetterSpacing2RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacing2RoundedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacing2RoundedFilled as default } diff --git a/src/IconFormatLetterSpacing2Sharp.tsx b/src/IconFormatLetterSpacing2Sharp.tsx index 69932affa..d72029d1d 100644 --- a/src/IconFormatLetterSpacing2Sharp.tsx +++ b/src/IconFormatLetterSpacing2Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2Sharp: React.FC = ({ ...props }) => ( +export const IconFormatLetterSpacing2Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacing2Sharp as default } diff --git a/src/IconFormatLetterSpacing2SharpFilled.tsx b/src/IconFormatLetterSpacing2SharpFilled.tsx index 8f1259352..530fc89a6 100644 --- a/src/IconFormatLetterSpacing2SharpFilled.tsx +++ b/src/IconFormatLetterSpacing2SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacing2SharpFilled: React.FC = ({ +export const IconFormatLetterSpacing2SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacing2SharpFilled: React.FC = ({ ) - -export { IconFormatLetterSpacing2SharpFilled as default } diff --git a/src/IconFormatLetterSpacingOutlined.tsx b/src/IconFormatLetterSpacingOutlined.tsx index 336bf3fe9..005e4c092 100644 --- a/src/IconFormatLetterSpacingOutlined.tsx +++ b/src/IconFormatLetterSpacingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingOutlined: React.FC = ({ ...props }) => ( +export const IconFormatLetterSpacingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingOutlined as default } diff --git a/src/IconFormatLetterSpacingOutlinedFilled.tsx b/src/IconFormatLetterSpacingOutlinedFilled.tsx index b2be459a7..b4e8831cd 100644 --- a/src/IconFormatLetterSpacingOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingOutlinedFilled: React.FC = ({ +export const IconFormatLetterSpacingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingOutlinedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingOutlinedFilled as default } diff --git a/src/IconFormatLetterSpacingRounded.tsx b/src/IconFormatLetterSpacingRounded.tsx index 74d248de4..dbb5a1c54 100644 --- a/src/IconFormatLetterSpacingRounded.tsx +++ b/src/IconFormatLetterSpacingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingRounded: React.FC = ({ ...props }) => ( +export const IconFormatLetterSpacingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingRounded as default } diff --git a/src/IconFormatLetterSpacingRoundedFilled.tsx b/src/IconFormatLetterSpacingRoundedFilled.tsx index cd07bd21d..106e00d13 100644 --- a/src/IconFormatLetterSpacingRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingRoundedFilled: React.FC = ({ +export const IconFormatLetterSpacingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingRoundedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingRoundedFilled as default } diff --git a/src/IconFormatLetterSpacingSharp.tsx b/src/IconFormatLetterSpacingSharp.tsx index 7392efaf4..026644556 100644 --- a/src/IconFormatLetterSpacingSharp.tsx +++ b/src/IconFormatLetterSpacingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingSharp: React.FC = ({ ...props }) => ( +export const IconFormatLetterSpacingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingSharp as default } diff --git a/src/IconFormatLetterSpacingSharpFilled.tsx b/src/IconFormatLetterSpacingSharpFilled.tsx index e1ee3e0b2..130eb1058 100644 --- a/src/IconFormatLetterSpacingSharpFilled.tsx +++ b/src/IconFormatLetterSpacingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingSharpFilled: React.FC = ({ +export const IconFormatLetterSpacingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingSharpFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingSharpFilled as default } diff --git a/src/IconFormatLetterSpacingStandardOutlined.tsx b/src/IconFormatLetterSpacingStandardOutlined.tsx index 56ec29276..0eb86d5fc 100644 --- a/src/IconFormatLetterSpacingStandardOutlined.tsx +++ b/src/IconFormatLetterSpacingStandardOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardOutlined: React.FC = ({ +export const IconFormatLetterSpacingStandardOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingStandardOutlined: React.FC = ({ ) - -export { IconFormatLetterSpacingStandardOutlined as default } diff --git a/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx b/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx index 88f334112..ea336d0ea 100644 --- a/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingStandardOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatLetterSpacingStandardOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingStandardOutlinedFilled as default } diff --git a/src/IconFormatLetterSpacingStandardRounded.tsx b/src/IconFormatLetterSpacingStandardRounded.tsx index f8ea7a844..32316b877 100644 --- a/src/IconFormatLetterSpacingStandardRounded.tsx +++ b/src/IconFormatLetterSpacingStandardRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardRounded: React.FC = ({ +export const IconFormatLetterSpacingStandardRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingStandardRounded: React.FC = ({ ) - -export { IconFormatLetterSpacingStandardRounded as default } diff --git a/src/IconFormatLetterSpacingStandardRoundedFilled.tsx b/src/IconFormatLetterSpacingStandardRoundedFilled.tsx index 76d8adb84..7db91c1a0 100644 --- a/src/IconFormatLetterSpacingStandardRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingStandardRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatLetterSpacingStandardRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingStandardRoundedFilled as default } diff --git a/src/IconFormatLetterSpacingStandardSharp.tsx b/src/IconFormatLetterSpacingStandardSharp.tsx index a94d03d9c..ea64ea23d 100644 --- a/src/IconFormatLetterSpacingStandardSharp.tsx +++ b/src/IconFormatLetterSpacingStandardSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardSharp: React.FC = ({ +export const IconFormatLetterSpacingStandardSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingStandardSharp: React.FC = ({ ) - -export { IconFormatLetterSpacingStandardSharp as default } diff --git a/src/IconFormatLetterSpacingStandardSharpFilled.tsx b/src/IconFormatLetterSpacingStandardSharpFilled.tsx index c5cd57f3c..1504f364b 100644 --- a/src/IconFormatLetterSpacingStandardSharpFilled.tsx +++ b/src/IconFormatLetterSpacingStandardSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingStandardSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatLetterSpacingStandardSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingStandardSharpFilled as default } diff --git a/src/IconFormatLetterSpacingWideOutlined.tsx b/src/IconFormatLetterSpacingWideOutlined.tsx index 3c500e6d8..22387bfc6 100644 --- a/src/IconFormatLetterSpacingWideOutlined.tsx +++ b/src/IconFormatLetterSpacingWideOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideOutlined: React.FC = ({ +export const IconFormatLetterSpacingWideOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideOutlined: React.FC = ({ ) - -export { IconFormatLetterSpacingWideOutlined as default } diff --git a/src/IconFormatLetterSpacingWideOutlinedFilled.tsx b/src/IconFormatLetterSpacingWideOutlinedFilled.tsx index 86a9725ce..c15ac6ef7 100644 --- a/src/IconFormatLetterSpacingWideOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingWideOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideOutlinedFilled: React.FC = ({ +export const IconFormatLetterSpacingWideOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideOutlinedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingWideOutlinedFilled as default } diff --git a/src/IconFormatLetterSpacingWideRounded.tsx b/src/IconFormatLetterSpacingWideRounded.tsx index 7a7e84b66..cff78e266 100644 --- a/src/IconFormatLetterSpacingWideRounded.tsx +++ b/src/IconFormatLetterSpacingWideRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideRounded: React.FC = ({ +export const IconFormatLetterSpacingWideRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideRounded: React.FC = ({ ) - -export { IconFormatLetterSpacingWideRounded as default } diff --git a/src/IconFormatLetterSpacingWideRoundedFilled.tsx b/src/IconFormatLetterSpacingWideRoundedFilled.tsx index b2920fcae..159163e4a 100644 --- a/src/IconFormatLetterSpacingWideRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingWideRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideRoundedFilled: React.FC = ({ +export const IconFormatLetterSpacingWideRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideRoundedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingWideRoundedFilled as default } diff --git a/src/IconFormatLetterSpacingWideSharp.tsx b/src/IconFormatLetterSpacingWideSharp.tsx index 438b9abaf..903ad5fc7 100644 --- a/src/IconFormatLetterSpacingWideSharp.tsx +++ b/src/IconFormatLetterSpacingWideSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideSharp: React.FC = ({ +export const IconFormatLetterSpacingWideSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideSharp: React.FC = ({ ) - -export { IconFormatLetterSpacingWideSharp as default } diff --git a/src/IconFormatLetterSpacingWideSharpFilled.tsx b/src/IconFormatLetterSpacingWideSharpFilled.tsx index 3e6505ccd..61460e93f 100644 --- a/src/IconFormatLetterSpacingWideSharpFilled.tsx +++ b/src/IconFormatLetterSpacingWideSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWideSharpFilled: React.FC = ({ +export const IconFormatLetterSpacingWideSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWideSharpFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingWideSharpFilled as default } diff --git a/src/IconFormatLetterSpacingWiderOutlined.tsx b/src/IconFormatLetterSpacingWiderOutlined.tsx index 9f9ece04c..ec5a6336e 100644 --- a/src/IconFormatLetterSpacingWiderOutlined.tsx +++ b/src/IconFormatLetterSpacingWiderOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderOutlined: React.FC = ({ +export const IconFormatLetterSpacingWiderOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWiderOutlined: React.FC = ({ ) - -export { IconFormatLetterSpacingWiderOutlined as default } diff --git a/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx b/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx index d1533a9ee..355c23d10 100644 --- a/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx +++ b/src/IconFormatLetterSpacingWiderOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatLetterSpacingWiderOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatLetterSpacingWiderOutlinedFilled as default } diff --git a/src/IconFormatLetterSpacingWiderRounded.tsx b/src/IconFormatLetterSpacingWiderRounded.tsx index f556d2b0c..574e11364 100644 --- a/src/IconFormatLetterSpacingWiderRounded.tsx +++ b/src/IconFormatLetterSpacingWiderRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderRounded: React.FC = ({ +export const IconFormatLetterSpacingWiderRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWiderRounded: React.FC = ({ ) - -export { IconFormatLetterSpacingWiderRounded as default } diff --git a/src/IconFormatLetterSpacingWiderRoundedFilled.tsx b/src/IconFormatLetterSpacingWiderRoundedFilled.tsx index bb628decb..217c65a5e 100644 --- a/src/IconFormatLetterSpacingWiderRoundedFilled.tsx +++ b/src/IconFormatLetterSpacingWiderRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderRoundedFilled: React.FC = ({ +export const IconFormatLetterSpacingWiderRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWiderRoundedFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingWiderRoundedFilled as default } diff --git a/src/IconFormatLetterSpacingWiderSharp.tsx b/src/IconFormatLetterSpacingWiderSharp.tsx index b860c229f..084448536 100644 --- a/src/IconFormatLetterSpacingWiderSharp.tsx +++ b/src/IconFormatLetterSpacingWiderSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderSharp: React.FC = ({ +export const IconFormatLetterSpacingWiderSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWiderSharp: React.FC = ({ ) - -export { IconFormatLetterSpacingWiderSharp as default } diff --git a/src/IconFormatLetterSpacingWiderSharpFilled.tsx b/src/IconFormatLetterSpacingWiderSharpFilled.tsx index 129d629a2..2a724fdbc 100644 --- a/src/IconFormatLetterSpacingWiderSharpFilled.tsx +++ b/src/IconFormatLetterSpacingWiderSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLetterSpacingWiderSharpFilled: React.FC = ({ +export const IconFormatLetterSpacingWiderSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLetterSpacingWiderSharpFilled: React.FC = ({ ) - -export { IconFormatLetterSpacingWiderSharpFilled as default } diff --git a/src/IconFormatLineSpacingOutlined.tsx b/src/IconFormatLineSpacingOutlined.tsx index 274ef25ff..34829cedd 100644 --- a/src/IconFormatLineSpacingOutlined.tsx +++ b/src/IconFormatLineSpacingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingOutlined: React.FC = ({ ...props }) => ( +export const IconFormatLineSpacingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLineSpacingOutlined as default } diff --git a/src/IconFormatLineSpacingOutlinedFilled.tsx b/src/IconFormatLineSpacingOutlinedFilled.tsx index e83896d74..34eacc85d 100644 --- a/src/IconFormatLineSpacingOutlinedFilled.tsx +++ b/src/IconFormatLineSpacingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingOutlinedFilled: React.FC = ({ +export const IconFormatLineSpacingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLineSpacingOutlinedFilled: React.FC = ({ ) - -export { IconFormatLineSpacingOutlinedFilled as default } diff --git a/src/IconFormatLineSpacingRounded.tsx b/src/IconFormatLineSpacingRounded.tsx index 69fa30c9a..0cb246650 100644 --- a/src/IconFormatLineSpacingRounded.tsx +++ b/src/IconFormatLineSpacingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingRounded: React.FC = ({ ...props }) => ( +export const IconFormatLineSpacingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLineSpacingRounded as default } diff --git a/src/IconFormatLineSpacingRoundedFilled.tsx b/src/IconFormatLineSpacingRoundedFilled.tsx index 2e58fa898..4003b2979 100644 --- a/src/IconFormatLineSpacingRoundedFilled.tsx +++ b/src/IconFormatLineSpacingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingRoundedFilled: React.FC = ({ +export const IconFormatLineSpacingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLineSpacingRoundedFilled: React.FC = ({ ) - -export { IconFormatLineSpacingRoundedFilled as default } diff --git a/src/IconFormatLineSpacingSharp.tsx b/src/IconFormatLineSpacingSharp.tsx index 7661618f2..07835cf66 100644 --- a/src/IconFormatLineSpacingSharp.tsx +++ b/src/IconFormatLineSpacingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingSharp: React.FC = ({ ...props }) => ( +export const IconFormatLineSpacingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatLineSpacingSharp as default } diff --git a/src/IconFormatLineSpacingSharpFilled.tsx b/src/IconFormatLineSpacingSharpFilled.tsx index 14a1a5321..cf14997b7 100644 --- a/src/IconFormatLineSpacingSharpFilled.tsx +++ b/src/IconFormatLineSpacingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatLineSpacingSharpFilled: React.FC = ({ +export const IconFormatLineSpacingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatLineSpacingSharpFilled: React.FC = ({ ) - -export { IconFormatLineSpacingSharpFilled as default } diff --git a/src/IconFormatListBulletedAddOutlined.tsx b/src/IconFormatListBulletedAddOutlined.tsx index ebd3ca37e..c733c3dd5 100644 --- a/src/IconFormatListBulletedAddOutlined.tsx +++ b/src/IconFormatListBulletedAddOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddOutlined: React.FC = ({ +export const IconFormatListBulletedAddOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedAddOutlined: React.FC = ({ ) - -export { IconFormatListBulletedAddOutlined as default } diff --git a/src/IconFormatListBulletedAddOutlinedFilled.tsx b/src/IconFormatListBulletedAddOutlinedFilled.tsx index 527cebf46..c68474e01 100644 --- a/src/IconFormatListBulletedAddOutlinedFilled.tsx +++ b/src/IconFormatListBulletedAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddOutlinedFilled: React.FC = ({ +export const IconFormatListBulletedAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedAddOutlinedFilled: React.FC = ({ ) - -export { IconFormatListBulletedAddOutlinedFilled as default } diff --git a/src/IconFormatListBulletedAddRounded.tsx b/src/IconFormatListBulletedAddRounded.tsx index 1c93a1394..f1e509283 100644 --- a/src/IconFormatListBulletedAddRounded.tsx +++ b/src/IconFormatListBulletedAddRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddRounded: React.FC = ({ +export const IconFormatListBulletedAddRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedAddRounded: React.FC = ({ ) - -export { IconFormatListBulletedAddRounded as default } diff --git a/src/IconFormatListBulletedAddRoundedFilled.tsx b/src/IconFormatListBulletedAddRoundedFilled.tsx index 9dc1ef2c1..539099be5 100644 --- a/src/IconFormatListBulletedAddRoundedFilled.tsx +++ b/src/IconFormatListBulletedAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddRoundedFilled: React.FC = ({ +export const IconFormatListBulletedAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedAddRoundedFilled: React.FC = ({ ) - -export { IconFormatListBulletedAddRoundedFilled as default } diff --git a/src/IconFormatListBulletedAddSharp.tsx b/src/IconFormatListBulletedAddSharp.tsx index 5d910a18d..45a8d791d 100644 --- a/src/IconFormatListBulletedAddSharp.tsx +++ b/src/IconFormatListBulletedAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddSharp: React.FC = ({ ...props }) => ( +export const IconFormatListBulletedAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListBulletedAddSharp as default } diff --git a/src/IconFormatListBulletedAddSharpFilled.tsx b/src/IconFormatListBulletedAddSharpFilled.tsx index fba47c42a..f7dc7c41a 100644 --- a/src/IconFormatListBulletedAddSharpFilled.tsx +++ b/src/IconFormatListBulletedAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedAddSharpFilled: React.FC = ({ +export const IconFormatListBulletedAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedAddSharpFilled: React.FC = ({ ) - -export { IconFormatListBulletedAddSharpFilled as default } diff --git a/src/IconFormatListBulletedOutlined.tsx b/src/IconFormatListBulletedOutlined.tsx index f45bbe07f..3a473111f 100644 --- a/src/IconFormatListBulletedOutlined.tsx +++ b/src/IconFormatListBulletedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedOutlined: React.FC = ({ ...props }) => ( +export const IconFormatListBulletedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListBulletedOutlined as default } diff --git a/src/IconFormatListBulletedOutlinedFilled.tsx b/src/IconFormatListBulletedOutlinedFilled.tsx index 786aec1bd..09864bf2e 100644 --- a/src/IconFormatListBulletedOutlinedFilled.tsx +++ b/src/IconFormatListBulletedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedOutlinedFilled: React.FC = ({ +export const IconFormatListBulletedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedOutlinedFilled: React.FC = ({ ) - -export { IconFormatListBulletedOutlinedFilled as default } diff --git a/src/IconFormatListBulletedRounded.tsx b/src/IconFormatListBulletedRounded.tsx index d110f8d56..b73cfd524 100644 --- a/src/IconFormatListBulletedRounded.tsx +++ b/src/IconFormatListBulletedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedRounded: React.FC = ({ ...props }) => ( +export const IconFormatListBulletedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListBulletedRounded as default } diff --git a/src/IconFormatListBulletedRoundedFilled.tsx b/src/IconFormatListBulletedRoundedFilled.tsx index 2ea62e99d..2a2bf36d8 100644 --- a/src/IconFormatListBulletedRoundedFilled.tsx +++ b/src/IconFormatListBulletedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedRoundedFilled: React.FC = ({ +export const IconFormatListBulletedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedRoundedFilled: React.FC = ({ ) - -export { IconFormatListBulletedRoundedFilled as default } diff --git a/src/IconFormatListBulletedSharp.tsx b/src/IconFormatListBulletedSharp.tsx index 5a002a40a..9a9240d1c 100644 --- a/src/IconFormatListBulletedSharp.tsx +++ b/src/IconFormatListBulletedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedSharp: React.FC = ({ ...props }) => ( +export const IconFormatListBulletedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListBulletedSharp as default } diff --git a/src/IconFormatListBulletedSharpFilled.tsx b/src/IconFormatListBulletedSharpFilled.tsx index 2239df1e7..6504a2a1a 100644 --- a/src/IconFormatListBulletedSharpFilled.tsx +++ b/src/IconFormatListBulletedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListBulletedSharpFilled: React.FC = ({ +export const IconFormatListBulletedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListBulletedSharpFilled: React.FC = ({ ) - -export { IconFormatListBulletedSharpFilled as default } diff --git a/src/IconFormatListNumberedOutlined.tsx b/src/IconFormatListNumberedOutlined.tsx index 35a702aa3..dccee0fa4 100644 --- a/src/IconFormatListNumberedOutlined.tsx +++ b/src/IconFormatListNumberedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedOutlined: React.FC = ({ ...props }) => ( +export const IconFormatListNumberedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListNumberedOutlined as default } diff --git a/src/IconFormatListNumberedOutlinedFilled.tsx b/src/IconFormatListNumberedOutlinedFilled.tsx index f7f89b383..95ca4d0de 100644 --- a/src/IconFormatListNumberedOutlinedFilled.tsx +++ b/src/IconFormatListNumberedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedOutlinedFilled: React.FC = ({ +export const IconFormatListNumberedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedOutlinedFilled: React.FC = ({ ) - -export { IconFormatListNumberedOutlinedFilled as default } diff --git a/src/IconFormatListNumberedRounded.tsx b/src/IconFormatListNumberedRounded.tsx index c28ca22f7..ecdb6b349 100644 --- a/src/IconFormatListNumberedRounded.tsx +++ b/src/IconFormatListNumberedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRounded: React.FC = ({ ...props }) => ( +export const IconFormatListNumberedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListNumberedRounded as default } diff --git a/src/IconFormatListNumberedRoundedFilled.tsx b/src/IconFormatListNumberedRoundedFilled.tsx index 40d5e6595..1e4352472 100644 --- a/src/IconFormatListNumberedRoundedFilled.tsx +++ b/src/IconFormatListNumberedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRoundedFilled: React.FC = ({ +export const IconFormatListNumberedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRoundedFilled: React.FC = ({ ) - -export { IconFormatListNumberedRoundedFilled as default } diff --git a/src/IconFormatListNumberedRtlOutlined.tsx b/src/IconFormatListNumberedRtlOutlined.tsx index 8d8bf562a..283f1a3dd 100644 --- a/src/IconFormatListNumberedRtlOutlined.tsx +++ b/src/IconFormatListNumberedRtlOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlOutlined: React.FC = ({ +export const IconFormatListNumberedRtlOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRtlOutlined: React.FC = ({ ) - -export { IconFormatListNumberedRtlOutlined as default } diff --git a/src/IconFormatListNumberedRtlOutlinedFilled.tsx b/src/IconFormatListNumberedRtlOutlinedFilled.tsx index 08c3a3dc4..9195be7eb 100644 --- a/src/IconFormatListNumberedRtlOutlinedFilled.tsx +++ b/src/IconFormatListNumberedRtlOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlOutlinedFilled: React.FC = ({ +export const IconFormatListNumberedRtlOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRtlOutlinedFilled: React.FC = ({ ) - -export { IconFormatListNumberedRtlOutlinedFilled as default } diff --git a/src/IconFormatListNumberedRtlRounded.tsx b/src/IconFormatListNumberedRtlRounded.tsx index a71b6bf93..34fc3bfc5 100644 --- a/src/IconFormatListNumberedRtlRounded.tsx +++ b/src/IconFormatListNumberedRtlRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlRounded: React.FC = ({ +export const IconFormatListNumberedRtlRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRtlRounded: React.FC = ({ ) - -export { IconFormatListNumberedRtlRounded as default } diff --git a/src/IconFormatListNumberedRtlRoundedFilled.tsx b/src/IconFormatListNumberedRtlRoundedFilled.tsx index 32ac917a5..9f5e6615a 100644 --- a/src/IconFormatListNumberedRtlRoundedFilled.tsx +++ b/src/IconFormatListNumberedRtlRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlRoundedFilled: React.FC = ({ +export const IconFormatListNumberedRtlRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRtlRoundedFilled: React.FC = ({ ) - -export { IconFormatListNumberedRtlRoundedFilled as default } diff --git a/src/IconFormatListNumberedRtlSharp.tsx b/src/IconFormatListNumberedRtlSharp.tsx index 9055020ec..4168a40ab 100644 --- a/src/IconFormatListNumberedRtlSharp.tsx +++ b/src/IconFormatListNumberedRtlSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlSharp: React.FC = ({ ...props }) => ( +export const IconFormatListNumberedRtlSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListNumberedRtlSharp as default } diff --git a/src/IconFormatListNumberedRtlSharpFilled.tsx b/src/IconFormatListNumberedRtlSharpFilled.tsx index 2056dd39c..3c7f703c8 100644 --- a/src/IconFormatListNumberedRtlSharpFilled.tsx +++ b/src/IconFormatListNumberedRtlSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedRtlSharpFilled: React.FC = ({ +export const IconFormatListNumberedRtlSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedRtlSharpFilled: React.FC = ({ ) - -export { IconFormatListNumberedRtlSharpFilled as default } diff --git a/src/IconFormatListNumberedSharp.tsx b/src/IconFormatListNumberedSharp.tsx index 0d2356529..ed6dc0b1c 100644 --- a/src/IconFormatListNumberedSharp.tsx +++ b/src/IconFormatListNumberedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedSharp: React.FC = ({ ...props }) => ( +export const IconFormatListNumberedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatListNumberedSharp as default } diff --git a/src/IconFormatListNumberedSharpFilled.tsx b/src/IconFormatListNumberedSharpFilled.tsx index 98cdb5189..dc091e211 100644 --- a/src/IconFormatListNumberedSharpFilled.tsx +++ b/src/IconFormatListNumberedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatListNumberedSharpFilled: React.FC = ({ +export const IconFormatListNumberedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatListNumberedSharpFilled: React.FC = ({ ) - -export { IconFormatListNumberedSharpFilled as default } diff --git a/src/IconFormatOverlineOutlined.tsx b/src/IconFormatOverlineOutlined.tsx index ab1c66684..9bd386aef 100644 --- a/src/IconFormatOverlineOutlined.tsx +++ b/src/IconFormatOverlineOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineOutlined: React.FC = ({ ...props }) => ( +export const IconFormatOverlineOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatOverlineOutlined as default } diff --git a/src/IconFormatOverlineOutlinedFilled.tsx b/src/IconFormatOverlineOutlinedFilled.tsx index 313c30655..e9a0302bf 100644 --- a/src/IconFormatOverlineOutlinedFilled.tsx +++ b/src/IconFormatOverlineOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineOutlinedFilled: React.FC = ({ +export const IconFormatOverlineOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatOverlineOutlinedFilled: React.FC = ({ ) - -export { IconFormatOverlineOutlinedFilled as default } diff --git a/src/IconFormatOverlineRounded.tsx b/src/IconFormatOverlineRounded.tsx index df53532fc..4c2a4befe 100644 --- a/src/IconFormatOverlineRounded.tsx +++ b/src/IconFormatOverlineRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineRounded: React.FC = ({ ...props }) => ( +export const IconFormatOverlineRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatOverlineRounded as default } diff --git a/src/IconFormatOverlineRoundedFilled.tsx b/src/IconFormatOverlineRoundedFilled.tsx index 12face7d3..afe3007a1 100644 --- a/src/IconFormatOverlineRoundedFilled.tsx +++ b/src/IconFormatOverlineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatOverlineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatOverlineRoundedFilled as default } diff --git a/src/IconFormatOverlineSharp.tsx b/src/IconFormatOverlineSharp.tsx index 4324f4810..85ae3dfeb 100644 --- a/src/IconFormatOverlineSharp.tsx +++ b/src/IconFormatOverlineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineSharp: React.FC = ({ ...props }) => ( +export const IconFormatOverlineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatOverlineSharp as default } diff --git a/src/IconFormatOverlineSharpFilled.tsx b/src/IconFormatOverlineSharpFilled.tsx index 93375c271..51b4605cf 100644 --- a/src/IconFormatOverlineSharpFilled.tsx +++ b/src/IconFormatOverlineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatOverlineSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatOverlineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatOverlineSharpFilled as default } diff --git a/src/IconFormatPaintOutlined.tsx b/src/IconFormatPaintOutlined.tsx index 0a5132474..837084c9b 100644 --- a/src/IconFormatPaintOutlined.tsx +++ b/src/IconFormatPaintOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintOutlined: React.FC = ({ ...props }) => ( +export const IconFormatPaintOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatPaintOutlined as default } diff --git a/src/IconFormatPaintOutlinedFilled.tsx b/src/IconFormatPaintOutlinedFilled.tsx index c6a13b3ce..35c506a0e 100644 --- a/src/IconFormatPaintOutlinedFilled.tsx +++ b/src/IconFormatPaintOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatPaintOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatPaintOutlinedFilled as default } diff --git a/src/IconFormatPaintRounded.tsx b/src/IconFormatPaintRounded.tsx index 1e511b921..efc066021 100644 --- a/src/IconFormatPaintRounded.tsx +++ b/src/IconFormatPaintRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintRounded: React.FC = ({ ...props }) => ( +export const IconFormatPaintRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatPaintRounded as default } diff --git a/src/IconFormatPaintRoundedFilled.tsx b/src/IconFormatPaintRoundedFilled.tsx index 5bb02378f..95110204b 100644 --- a/src/IconFormatPaintRoundedFilled.tsx +++ b/src/IconFormatPaintRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatPaintRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatPaintRoundedFilled as default } diff --git a/src/IconFormatPaintSharp.tsx b/src/IconFormatPaintSharp.tsx index c60691c67..a890078ca 100644 --- a/src/IconFormatPaintSharp.tsx +++ b/src/IconFormatPaintSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintSharp: React.FC = ({ ...props }) => ( +export const IconFormatPaintSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatPaintSharp as default } diff --git a/src/IconFormatPaintSharpFilled.tsx b/src/IconFormatPaintSharpFilled.tsx index 3fc49b940..bd80fc12e 100644 --- a/src/IconFormatPaintSharpFilled.tsx +++ b/src/IconFormatPaintSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatPaintSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatPaintSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatPaintSharpFilled as default } diff --git a/src/IconFormatParagraphOutlined.tsx b/src/IconFormatParagraphOutlined.tsx index 5a8b4c7eb..b7a40cea4 100644 --- a/src/IconFormatParagraphOutlined.tsx +++ b/src/IconFormatParagraphOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphOutlined: React.FC = ({ ...props }) => ( +export const IconFormatParagraphOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatParagraphOutlined as default } diff --git a/src/IconFormatParagraphOutlinedFilled.tsx b/src/IconFormatParagraphOutlinedFilled.tsx index 09ffdaafc..50ac858a2 100644 --- a/src/IconFormatParagraphOutlinedFilled.tsx +++ b/src/IconFormatParagraphOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphOutlinedFilled: React.FC = ({ +export const IconFormatParagraphOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatParagraphOutlinedFilled: React.FC = ({ ) - -export { IconFormatParagraphOutlinedFilled as default } diff --git a/src/IconFormatParagraphRounded.tsx b/src/IconFormatParagraphRounded.tsx index 3d76fba4b..a3b0ca0af 100644 --- a/src/IconFormatParagraphRounded.tsx +++ b/src/IconFormatParagraphRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphRounded: React.FC = ({ ...props }) => ( +export const IconFormatParagraphRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatParagraphRounded as default } diff --git a/src/IconFormatParagraphRoundedFilled.tsx b/src/IconFormatParagraphRoundedFilled.tsx index 37c2a0ec7..d2b44c6f5 100644 --- a/src/IconFormatParagraphRoundedFilled.tsx +++ b/src/IconFormatParagraphRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphRoundedFilled: React.FC = ({ +export const IconFormatParagraphRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatParagraphRoundedFilled: React.FC = ({ ) - -export { IconFormatParagraphRoundedFilled as default } diff --git a/src/IconFormatParagraphSharp.tsx b/src/IconFormatParagraphSharp.tsx index eb5c8110f..2685749b4 100644 --- a/src/IconFormatParagraphSharp.tsx +++ b/src/IconFormatParagraphSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphSharp: React.FC = ({ ...props }) => ( +export const IconFormatParagraphSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatParagraphSharp as default } diff --git a/src/IconFormatParagraphSharpFilled.tsx b/src/IconFormatParagraphSharpFilled.tsx index 97341fda7..4d19475a9 100644 --- a/src/IconFormatParagraphSharpFilled.tsx +++ b/src/IconFormatParagraphSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatParagraphSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatParagraphSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatParagraphSharpFilled as default } diff --git a/src/IconFormatQuoteOffOutlined.tsx b/src/IconFormatQuoteOffOutlined.tsx index 2837e8d3f..34675b901 100644 --- a/src/IconFormatQuoteOffOutlined.tsx +++ b/src/IconFormatQuoteOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffOutlined: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOffOutlined as default } diff --git a/src/IconFormatQuoteOffOutlinedFilled.tsx b/src/IconFormatQuoteOffOutlinedFilled.tsx index 5669f311b..92ee069d9 100644 --- a/src/IconFormatQuoteOffOutlinedFilled.tsx +++ b/src/IconFormatQuoteOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffOutlinedFilled: React.FC = ({ +export const IconFormatQuoteOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatQuoteOffOutlinedFilled: React.FC = ({ ) - -export { IconFormatQuoteOffOutlinedFilled as default } diff --git a/src/IconFormatQuoteOffRounded.tsx b/src/IconFormatQuoteOffRounded.tsx index 1170f295a..47475b2b4 100644 --- a/src/IconFormatQuoteOffRounded.tsx +++ b/src/IconFormatQuoteOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffRounded: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOffRounded as default } diff --git a/src/IconFormatQuoteOffRoundedFilled.tsx b/src/IconFormatQuoteOffRoundedFilled.tsx index 8cea69b31..430403665 100644 --- a/src/IconFormatQuoteOffRoundedFilled.tsx +++ b/src/IconFormatQuoteOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOffRoundedFilled as default } diff --git a/src/IconFormatQuoteOffSharp.tsx b/src/IconFormatQuoteOffSharp.tsx index 7d46d65d8..29e54ce70 100644 --- a/src/IconFormatQuoteOffSharp.tsx +++ b/src/IconFormatQuoteOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffSharp: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOffSharp as default } diff --git a/src/IconFormatQuoteOffSharpFilled.tsx b/src/IconFormatQuoteOffSharpFilled.tsx index 03df99418..b39be580c 100644 --- a/src/IconFormatQuoteOffSharpFilled.tsx +++ b/src/IconFormatQuoteOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOffSharpFilled as default } diff --git a/src/IconFormatQuoteOutlined.tsx b/src/IconFormatQuoteOutlined.tsx index 99302f47f..6067d773e 100644 --- a/src/IconFormatQuoteOutlined.tsx +++ b/src/IconFormatQuoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOutlined: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOutlined as default } diff --git a/src/IconFormatQuoteOutlinedFilled.tsx b/src/IconFormatQuoteOutlinedFilled.tsx index f06577d36..dc533d4c8 100644 --- a/src/IconFormatQuoteOutlinedFilled.tsx +++ b/src/IconFormatQuoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatQuoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteOutlinedFilled as default } diff --git a/src/IconFormatQuoteRounded.tsx b/src/IconFormatQuoteRounded.tsx index cdae57257..18c840a2f 100644 --- a/src/IconFormatQuoteRounded.tsx +++ b/src/IconFormatQuoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteRounded: React.FC = ({ ...props }) => ( +export const IconFormatQuoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteRounded as default } diff --git a/src/IconFormatQuoteRoundedFilled.tsx b/src/IconFormatQuoteRoundedFilled.tsx index cd93202b5..12de2cb65 100644 --- a/src/IconFormatQuoteRoundedFilled.tsx +++ b/src/IconFormatQuoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatQuoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteRoundedFilled as default } diff --git a/src/IconFormatQuoteSharp.tsx b/src/IconFormatQuoteSharp.tsx index 78e50489e..0579ee3b7 100644 --- a/src/IconFormatQuoteSharp.tsx +++ b/src/IconFormatQuoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteSharp: React.FC = ({ ...props }) => ( +export const IconFormatQuoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteSharp as default } diff --git a/src/IconFormatQuoteSharpFilled.tsx b/src/IconFormatQuoteSharpFilled.tsx index b7f1ede31..16f848df9 100644 --- a/src/IconFormatQuoteSharpFilled.tsx +++ b/src/IconFormatQuoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatQuoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatQuoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatQuoteSharpFilled as default } diff --git a/src/IconFormatShapesOutlined.tsx b/src/IconFormatShapesOutlined.tsx index 466ac529e..34adee6a4 100644 --- a/src/IconFormatShapesOutlined.tsx +++ b/src/IconFormatShapesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesOutlined: React.FC = ({ ...props }) => ( +export const IconFormatShapesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatShapesOutlined as default } diff --git a/src/IconFormatShapesOutlinedFilled.tsx b/src/IconFormatShapesOutlinedFilled.tsx index 135f6bfb7..7e25eccf7 100644 --- a/src/IconFormatShapesOutlinedFilled.tsx +++ b/src/IconFormatShapesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatShapesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatShapesOutlinedFilled as default } diff --git a/src/IconFormatShapesRounded.tsx b/src/IconFormatShapesRounded.tsx index edf0edf25..4360239ab 100644 --- a/src/IconFormatShapesRounded.tsx +++ b/src/IconFormatShapesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesRounded: React.FC = ({ ...props }) => ( +export const IconFormatShapesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatShapesRounded as default } diff --git a/src/IconFormatShapesRoundedFilled.tsx b/src/IconFormatShapesRoundedFilled.tsx index b9ffcdec1..b024bc4f9 100644 --- a/src/IconFormatShapesRoundedFilled.tsx +++ b/src/IconFormatShapesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatShapesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatShapesRoundedFilled as default } diff --git a/src/IconFormatShapesSharp.tsx b/src/IconFormatShapesSharp.tsx index d71583611..305af1791 100644 --- a/src/IconFormatShapesSharp.tsx +++ b/src/IconFormatShapesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesSharp: React.FC = ({ ...props }) => ( +export const IconFormatShapesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatShapesSharp as default } diff --git a/src/IconFormatShapesSharpFilled.tsx b/src/IconFormatShapesSharpFilled.tsx index abff1b8af..cbe5db4dd 100644 --- a/src/IconFormatShapesSharpFilled.tsx +++ b/src/IconFormatShapesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatShapesSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatShapesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatShapesSharpFilled as default } diff --git a/src/IconFormatSizeOutlined.tsx b/src/IconFormatSizeOutlined.tsx index bb2194c8c..ffa48d85e 100644 --- a/src/IconFormatSizeOutlined.tsx +++ b/src/IconFormatSizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeOutlined: React.FC = ({ ...props }) => ( +export const IconFormatSizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatSizeOutlined as default } diff --git a/src/IconFormatSizeOutlinedFilled.tsx b/src/IconFormatSizeOutlinedFilled.tsx index b6645cff3..2afb81474 100644 --- a/src/IconFormatSizeOutlinedFilled.tsx +++ b/src/IconFormatSizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormatSizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatSizeOutlinedFilled as default } diff --git a/src/IconFormatSizeRounded.tsx b/src/IconFormatSizeRounded.tsx index c22a81257..d48790eed 100644 --- a/src/IconFormatSizeRounded.tsx +++ b/src/IconFormatSizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeRounded: React.FC = ({ ...props }) => ( +export const IconFormatSizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatSizeRounded as default } diff --git a/src/IconFormatSizeRoundedFilled.tsx b/src/IconFormatSizeRoundedFilled.tsx index 6f414899b..5cec30dfa 100644 --- a/src/IconFormatSizeRoundedFilled.tsx +++ b/src/IconFormatSizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatSizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatSizeRoundedFilled as default } diff --git a/src/IconFormatSizeSharp.tsx b/src/IconFormatSizeSharp.tsx index d40c1ddef..cb0a05edc 100644 --- a/src/IconFormatSizeSharp.tsx +++ b/src/IconFormatSizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeSharp: React.FC = ({ ...props }) => ( +export const IconFormatSizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatSizeSharp as default } diff --git a/src/IconFormatSizeSharpFilled.tsx b/src/IconFormatSizeSharpFilled.tsx index 103153fb5..90ab57f03 100644 --- a/src/IconFormatSizeSharpFilled.tsx +++ b/src/IconFormatSizeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatSizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatSizeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatSizeSharpFilled as default } diff --git a/src/IconFormatStrikethroughOutlined.tsx b/src/IconFormatStrikethroughOutlined.tsx index f05210d01..5de4c6203 100644 --- a/src/IconFormatStrikethroughOutlined.tsx +++ b/src/IconFormatStrikethroughOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughOutlined: React.FC = ({ ...props }) => ( +export const IconFormatStrikethroughOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatStrikethroughOutlined as default } diff --git a/src/IconFormatStrikethroughOutlinedFilled.tsx b/src/IconFormatStrikethroughOutlinedFilled.tsx index b90b24224..e98386faf 100644 --- a/src/IconFormatStrikethroughOutlinedFilled.tsx +++ b/src/IconFormatStrikethroughOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughOutlinedFilled: React.FC = ({ +export const IconFormatStrikethroughOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatStrikethroughOutlinedFilled: React.FC = ({ ) - -export { IconFormatStrikethroughOutlinedFilled as default } diff --git a/src/IconFormatStrikethroughRounded.tsx b/src/IconFormatStrikethroughRounded.tsx index d8cac6853..0848a3262 100644 --- a/src/IconFormatStrikethroughRounded.tsx +++ b/src/IconFormatStrikethroughRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughRounded: React.FC = ({ ...props }) => ( +export const IconFormatStrikethroughRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatStrikethroughRounded as default } diff --git a/src/IconFormatStrikethroughRoundedFilled.tsx b/src/IconFormatStrikethroughRoundedFilled.tsx index a9f4a58ad..667864f29 100644 --- a/src/IconFormatStrikethroughRoundedFilled.tsx +++ b/src/IconFormatStrikethroughRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughRoundedFilled: React.FC = ({ +export const IconFormatStrikethroughRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatStrikethroughRoundedFilled: React.FC = ({ ) - -export { IconFormatStrikethroughRoundedFilled as default } diff --git a/src/IconFormatStrikethroughSharp.tsx b/src/IconFormatStrikethroughSharp.tsx index 4b62290d1..3c6dc35ff 100644 --- a/src/IconFormatStrikethroughSharp.tsx +++ b/src/IconFormatStrikethroughSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughSharp: React.FC = ({ ...props }) => ( +export const IconFormatStrikethroughSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatStrikethroughSharp as default } diff --git a/src/IconFormatStrikethroughSharpFilled.tsx b/src/IconFormatStrikethroughSharpFilled.tsx index b52f6a40f..ca9930dc6 100644 --- a/src/IconFormatStrikethroughSharpFilled.tsx +++ b/src/IconFormatStrikethroughSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatStrikethroughSharpFilled: React.FC = ({ +export const IconFormatStrikethroughSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatStrikethroughSharpFilled: React.FC = ({ ) - -export { IconFormatStrikethroughSharpFilled as default } diff --git a/src/IconFormatTextClipOutlined.tsx b/src/IconFormatTextClipOutlined.tsx index 253d40dce..071ab8736 100644 --- a/src/IconFormatTextClipOutlined.tsx +++ b/src/IconFormatTextClipOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipOutlined: React.FC = ({ ...props }) => ( +export const IconFormatTextClipOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextClipOutlined as default } diff --git a/src/IconFormatTextClipOutlinedFilled.tsx b/src/IconFormatTextClipOutlinedFilled.tsx index 07363b67b..2895d1727 100644 --- a/src/IconFormatTextClipOutlinedFilled.tsx +++ b/src/IconFormatTextClipOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipOutlinedFilled: React.FC = ({ +export const IconFormatTextClipOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextClipOutlinedFilled: React.FC = ({ ) - -export { IconFormatTextClipOutlinedFilled as default } diff --git a/src/IconFormatTextClipRounded.tsx b/src/IconFormatTextClipRounded.tsx index 025557857..1ff39596a 100644 --- a/src/IconFormatTextClipRounded.tsx +++ b/src/IconFormatTextClipRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipRounded: React.FC = ({ ...props }) => ( +export const IconFormatTextClipRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextClipRounded as default } diff --git a/src/IconFormatTextClipRoundedFilled.tsx b/src/IconFormatTextClipRoundedFilled.tsx index 202702517..1dfca13e0 100644 --- a/src/IconFormatTextClipRoundedFilled.tsx +++ b/src/IconFormatTextClipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatTextClipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextClipRoundedFilled as default } diff --git a/src/IconFormatTextClipSharp.tsx b/src/IconFormatTextClipSharp.tsx index 2a9b83560..524c3b995 100644 --- a/src/IconFormatTextClipSharp.tsx +++ b/src/IconFormatTextClipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipSharp: React.FC = ({ ...props }) => ( +export const IconFormatTextClipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatTextClipSharp as default } diff --git a/src/IconFormatTextClipSharpFilled.tsx b/src/IconFormatTextClipSharpFilled.tsx index 8cae95d0c..d0fc324c8 100644 --- a/src/IconFormatTextClipSharpFilled.tsx +++ b/src/IconFormatTextClipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextClipSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatTextClipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextClipSharpFilled as default } diff --git a/src/IconFormatTextOverflowOutlined.tsx b/src/IconFormatTextOverflowOutlined.tsx index 1d9af2d63..6f41b06f8 100644 --- a/src/IconFormatTextOverflowOutlined.tsx +++ b/src/IconFormatTextOverflowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowOutlined: React.FC = ({ ...props }) => ( +export const IconFormatTextOverflowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextOverflowOutlined as default } diff --git a/src/IconFormatTextOverflowOutlinedFilled.tsx b/src/IconFormatTextOverflowOutlinedFilled.tsx index f74de0785..f8cb6deef 100644 --- a/src/IconFormatTextOverflowOutlinedFilled.tsx +++ b/src/IconFormatTextOverflowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowOutlinedFilled: React.FC = ({ +export const IconFormatTextOverflowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextOverflowOutlinedFilled: React.FC = ({ ) - -export { IconFormatTextOverflowOutlinedFilled as default } diff --git a/src/IconFormatTextOverflowRounded.tsx b/src/IconFormatTextOverflowRounded.tsx index 637cadd03..89b7fc98a 100644 --- a/src/IconFormatTextOverflowRounded.tsx +++ b/src/IconFormatTextOverflowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowRounded: React.FC = ({ ...props }) => ( +export const IconFormatTextOverflowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextOverflowRounded as default } diff --git a/src/IconFormatTextOverflowRoundedFilled.tsx b/src/IconFormatTextOverflowRoundedFilled.tsx index 4482df069..2273c3608 100644 --- a/src/IconFormatTextOverflowRoundedFilled.tsx +++ b/src/IconFormatTextOverflowRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowRoundedFilled: React.FC = ({ +export const IconFormatTextOverflowRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextOverflowRoundedFilled: React.FC = ({ ) - -export { IconFormatTextOverflowRoundedFilled as default } diff --git a/src/IconFormatTextOverflowSharp.tsx b/src/IconFormatTextOverflowSharp.tsx index 792133f64..757dc4975 100644 --- a/src/IconFormatTextOverflowSharp.tsx +++ b/src/IconFormatTextOverflowSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowSharp: React.FC = ({ ...props }) => ( +export const IconFormatTextOverflowSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextOverflowSharp as default } diff --git a/src/IconFormatTextOverflowSharpFilled.tsx b/src/IconFormatTextOverflowSharpFilled.tsx index 3e8146ee1..61ba08673 100644 --- a/src/IconFormatTextOverflowSharpFilled.tsx +++ b/src/IconFormatTextOverflowSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextOverflowSharpFilled: React.FC = ({ +export const IconFormatTextOverflowSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextOverflowSharpFilled: React.FC = ({ ) - -export { IconFormatTextOverflowSharpFilled as default } diff --git a/src/IconFormatTextWrapOutlined.tsx b/src/IconFormatTextWrapOutlined.tsx index 8482d61f6..2339d7b1a 100644 --- a/src/IconFormatTextWrapOutlined.tsx +++ b/src/IconFormatTextWrapOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapOutlined: React.FC = ({ ...props }) => ( +export const IconFormatTextWrapOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextWrapOutlined as default } diff --git a/src/IconFormatTextWrapOutlinedFilled.tsx b/src/IconFormatTextWrapOutlinedFilled.tsx index a22f8ad29..6b4ca0d63 100644 --- a/src/IconFormatTextWrapOutlinedFilled.tsx +++ b/src/IconFormatTextWrapOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapOutlinedFilled: React.FC = ({ +export const IconFormatTextWrapOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextWrapOutlinedFilled: React.FC = ({ ) - -export { IconFormatTextWrapOutlinedFilled as default } diff --git a/src/IconFormatTextWrapRounded.tsx b/src/IconFormatTextWrapRounded.tsx index 21b63fa6b..916f46538 100644 --- a/src/IconFormatTextWrapRounded.tsx +++ b/src/IconFormatTextWrapRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapRounded: React.FC = ({ ...props }) => ( +export const IconFormatTextWrapRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextWrapRounded as default } diff --git a/src/IconFormatTextWrapRoundedFilled.tsx b/src/IconFormatTextWrapRoundedFilled.tsx index cd6a4a0b0..eb810d2de 100644 --- a/src/IconFormatTextWrapRoundedFilled.tsx +++ b/src/IconFormatTextWrapRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormatTextWrapRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextWrapRoundedFilled as default } diff --git a/src/IconFormatTextWrapSharp.tsx b/src/IconFormatTextWrapSharp.tsx index 5631bb0d5..ed8b7300a 100644 --- a/src/IconFormatTextWrapSharp.tsx +++ b/src/IconFormatTextWrapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapSharp: React.FC = ({ ...props }) => ( +export const IconFormatTextWrapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatTextWrapSharp as default } diff --git a/src/IconFormatTextWrapSharpFilled.tsx b/src/IconFormatTextWrapSharpFilled.tsx index 13c1fa2fa..6e077e7b4 100644 --- a/src/IconFormatTextWrapSharpFilled.tsx +++ b/src/IconFormatTextWrapSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextWrapSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatTextWrapSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatTextWrapSharpFilled as default } diff --git a/src/IconFormatTextdirectionLToROutlined.tsx b/src/IconFormatTextdirectionLToROutlined.tsx index d3e85d0e8..1c1c0e84e 100644 --- a/src/IconFormatTextdirectionLToROutlined.tsx +++ b/src/IconFormatTextdirectionLToROutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToROutlined: React.FC = ({ +export const IconFormatTextdirectionLToROutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToROutlined: React.FC = ({ ) - -export { IconFormatTextdirectionLToROutlined as default } diff --git a/src/IconFormatTextdirectionLToROutlinedFilled.tsx b/src/IconFormatTextdirectionLToROutlinedFilled.tsx index 2e0495ba2..edbdcb852 100644 --- a/src/IconFormatTextdirectionLToROutlinedFilled.tsx +++ b/src/IconFormatTextdirectionLToROutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToROutlinedFilled: React.FC = ({ +export const IconFormatTextdirectionLToROutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToROutlinedFilled: React.FC = ({ ) - -export { IconFormatTextdirectionLToROutlinedFilled as default } diff --git a/src/IconFormatTextdirectionLToRRounded.tsx b/src/IconFormatTextdirectionLToRRounded.tsx index 221b7f5d0..47e096fc0 100644 --- a/src/IconFormatTextdirectionLToRRounded.tsx +++ b/src/IconFormatTextdirectionLToRRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToRRounded: React.FC = ({ +export const IconFormatTextdirectionLToRRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToRRounded: React.FC = ({ ) - -export { IconFormatTextdirectionLToRRounded as default } diff --git a/src/IconFormatTextdirectionLToRRoundedFilled.tsx b/src/IconFormatTextdirectionLToRRoundedFilled.tsx index 1afcdef83..5c7861740 100644 --- a/src/IconFormatTextdirectionLToRRoundedFilled.tsx +++ b/src/IconFormatTextdirectionLToRRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToRRoundedFilled: React.FC = ({ +export const IconFormatTextdirectionLToRRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToRRoundedFilled: React.FC = ({ ) - -export { IconFormatTextdirectionLToRRoundedFilled as default } diff --git a/src/IconFormatTextdirectionLToRSharp.tsx b/src/IconFormatTextdirectionLToRSharp.tsx index 11ee0b1a5..72b297222 100644 --- a/src/IconFormatTextdirectionLToRSharp.tsx +++ b/src/IconFormatTextdirectionLToRSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToRSharp: React.FC = ({ +export const IconFormatTextdirectionLToRSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToRSharp: React.FC = ({ ) - -export { IconFormatTextdirectionLToRSharp as default } diff --git a/src/IconFormatTextdirectionLToRSharpFilled.tsx b/src/IconFormatTextdirectionLToRSharpFilled.tsx index 5fd8d95bc..25c251863 100644 --- a/src/IconFormatTextdirectionLToRSharpFilled.tsx +++ b/src/IconFormatTextdirectionLToRSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionLToRSharpFilled: React.FC = ({ +export const IconFormatTextdirectionLToRSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionLToRSharpFilled: React.FC = ({ ) - -export { IconFormatTextdirectionLToRSharpFilled as default } diff --git a/src/IconFormatTextdirectionRToLOutlined.tsx b/src/IconFormatTextdirectionRToLOutlined.tsx index 2054a7900..87c7da594 100644 --- a/src/IconFormatTextdirectionRToLOutlined.tsx +++ b/src/IconFormatTextdirectionRToLOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLOutlined: React.FC = ({ +export const IconFormatTextdirectionRToLOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLOutlined: React.FC = ({ ) - -export { IconFormatTextdirectionRToLOutlined as default } diff --git a/src/IconFormatTextdirectionRToLOutlinedFilled.tsx b/src/IconFormatTextdirectionRToLOutlinedFilled.tsx index ecc9052d3..5fa195119 100644 --- a/src/IconFormatTextdirectionRToLOutlinedFilled.tsx +++ b/src/IconFormatTextdirectionRToLOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLOutlinedFilled: React.FC = ({ +export const IconFormatTextdirectionRToLOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLOutlinedFilled: React.FC = ({ ) - -export { IconFormatTextdirectionRToLOutlinedFilled as default } diff --git a/src/IconFormatTextdirectionRToLRounded.tsx b/src/IconFormatTextdirectionRToLRounded.tsx index f6f6f7593..01453865a 100644 --- a/src/IconFormatTextdirectionRToLRounded.tsx +++ b/src/IconFormatTextdirectionRToLRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLRounded: React.FC = ({ +export const IconFormatTextdirectionRToLRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLRounded: React.FC = ({ ) - -export { IconFormatTextdirectionRToLRounded as default } diff --git a/src/IconFormatTextdirectionRToLRoundedFilled.tsx b/src/IconFormatTextdirectionRToLRoundedFilled.tsx index fa963e445..35846f16b 100644 --- a/src/IconFormatTextdirectionRToLRoundedFilled.tsx +++ b/src/IconFormatTextdirectionRToLRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLRoundedFilled: React.FC = ({ +export const IconFormatTextdirectionRToLRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLRoundedFilled: React.FC = ({ ) - -export { IconFormatTextdirectionRToLRoundedFilled as default } diff --git a/src/IconFormatTextdirectionRToLSharp.tsx b/src/IconFormatTextdirectionRToLSharp.tsx index bd6ba959d..72b59b0dc 100644 --- a/src/IconFormatTextdirectionRToLSharp.tsx +++ b/src/IconFormatTextdirectionRToLSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLSharp: React.FC = ({ +export const IconFormatTextdirectionRToLSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLSharp: React.FC = ({ ) - -export { IconFormatTextdirectionRToLSharp as default } diff --git a/src/IconFormatTextdirectionRToLSharpFilled.tsx b/src/IconFormatTextdirectionRToLSharpFilled.tsx index cf0e7f641..9e699533c 100644 --- a/src/IconFormatTextdirectionRToLSharpFilled.tsx +++ b/src/IconFormatTextdirectionRToLSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionRToLSharpFilled: React.FC = ({ +export const IconFormatTextdirectionRToLSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionRToLSharpFilled: React.FC = ({ ) - -export { IconFormatTextdirectionRToLSharpFilled as default } diff --git a/src/IconFormatTextdirectionVerticalOutlined.tsx b/src/IconFormatTextdirectionVerticalOutlined.tsx index 0499d9602..a4f46a7da 100644 --- a/src/IconFormatTextdirectionVerticalOutlined.tsx +++ b/src/IconFormatTextdirectionVerticalOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalOutlined: React.FC = ({ +export const IconFormatTextdirectionVerticalOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionVerticalOutlined: React.FC = ({ ) - -export { IconFormatTextdirectionVerticalOutlined as default } diff --git a/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx b/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx index 95210f0b6..bfa392ab9 100644 --- a/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx +++ b/src/IconFormatTextdirectionVerticalOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatTextdirectionVerticalOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatTextdirectionVerticalOutlinedFilled as default } diff --git a/src/IconFormatTextdirectionVerticalRounded.tsx b/src/IconFormatTextdirectionVerticalRounded.tsx index 5eb02d8c0..6b820d31e 100644 --- a/src/IconFormatTextdirectionVerticalRounded.tsx +++ b/src/IconFormatTextdirectionVerticalRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalRounded: React.FC = ({ +export const IconFormatTextdirectionVerticalRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionVerticalRounded: React.FC = ({ ) - -export { IconFormatTextdirectionVerticalRounded as default } diff --git a/src/IconFormatTextdirectionVerticalRoundedFilled.tsx b/src/IconFormatTextdirectionVerticalRoundedFilled.tsx index 21c7966be..ea840e192 100644 --- a/src/IconFormatTextdirectionVerticalRoundedFilled.tsx +++ b/src/IconFormatTextdirectionVerticalRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatTextdirectionVerticalRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatTextdirectionVerticalRoundedFilled as default } diff --git a/src/IconFormatTextdirectionVerticalSharp.tsx b/src/IconFormatTextdirectionVerticalSharp.tsx index 5c54f8db6..364d48f0e 100644 --- a/src/IconFormatTextdirectionVerticalSharp.tsx +++ b/src/IconFormatTextdirectionVerticalSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalSharp: React.FC = ({ +export const IconFormatTextdirectionVerticalSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatTextdirectionVerticalSharp: React.FC = ({ ) - -export { IconFormatTextdirectionVerticalSharp as default } diff --git a/src/IconFormatTextdirectionVerticalSharpFilled.tsx b/src/IconFormatTextdirectionVerticalSharpFilled.tsx index 826a00f9d..c1b1a6276 100644 --- a/src/IconFormatTextdirectionVerticalSharpFilled.tsx +++ b/src/IconFormatTextdirectionVerticalSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatTextdirectionVerticalSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatTextdirectionVerticalSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatTextdirectionVerticalSharpFilled as default } diff --git a/src/IconFormatUnderlinedOutlined.tsx b/src/IconFormatUnderlinedOutlined.tsx index e85b08ca6..89ffef1d7 100644 --- a/src/IconFormatUnderlinedOutlined.tsx +++ b/src/IconFormatUnderlinedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedOutlined: React.FC = ({ ...props }) => ( +export const IconFormatUnderlinedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatUnderlinedOutlined as default } diff --git a/src/IconFormatUnderlinedOutlinedFilled.tsx b/src/IconFormatUnderlinedOutlinedFilled.tsx index 09c0f57cb..2a3b12d2e 100644 --- a/src/IconFormatUnderlinedOutlinedFilled.tsx +++ b/src/IconFormatUnderlinedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedOutlinedFilled: React.FC = ({ +export const IconFormatUnderlinedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedOutlinedFilled: React.FC = ({ ) - -export { IconFormatUnderlinedOutlinedFilled as default } diff --git a/src/IconFormatUnderlinedRounded.tsx b/src/IconFormatUnderlinedRounded.tsx index 8f833429b..67a9acf62 100644 --- a/src/IconFormatUnderlinedRounded.tsx +++ b/src/IconFormatUnderlinedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedRounded: React.FC = ({ ...props }) => ( +export const IconFormatUnderlinedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatUnderlinedRounded as default } diff --git a/src/IconFormatUnderlinedRoundedFilled.tsx b/src/IconFormatUnderlinedRoundedFilled.tsx index 738d762f0..bda38e11f 100644 --- a/src/IconFormatUnderlinedRoundedFilled.tsx +++ b/src/IconFormatUnderlinedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedRoundedFilled: React.FC = ({ +export const IconFormatUnderlinedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedRoundedFilled: React.FC = ({ ) - -export { IconFormatUnderlinedRoundedFilled as default } diff --git a/src/IconFormatUnderlinedSharp.tsx b/src/IconFormatUnderlinedSharp.tsx index ad91968e9..424ad50a1 100644 --- a/src/IconFormatUnderlinedSharp.tsx +++ b/src/IconFormatUnderlinedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSharp: React.FC = ({ ...props }) => ( +export const IconFormatUnderlinedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatUnderlinedSharp as default } diff --git a/src/IconFormatUnderlinedSharpFilled.tsx b/src/IconFormatUnderlinedSharpFilled.tsx index 5f9711da7..04ee905d1 100644 --- a/src/IconFormatUnderlinedSharpFilled.tsx +++ b/src/IconFormatUnderlinedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormatUnderlinedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormatUnderlinedSharpFilled as default } diff --git a/src/IconFormatUnderlinedSquiggleOutlined.tsx b/src/IconFormatUnderlinedSquiggleOutlined.tsx index 77ff3dd5e..95757804a 100644 --- a/src/IconFormatUnderlinedSquiggleOutlined.tsx +++ b/src/IconFormatUnderlinedSquiggleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleOutlined: React.FC = ({ +export const IconFormatUnderlinedSquiggleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedSquiggleOutlined: React.FC = ({ ) - -export { IconFormatUnderlinedSquiggleOutlined as default } diff --git a/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx b/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx index cf1fd13e5..3e0d5043f 100644 --- a/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconFormatUnderlinedSquiggleOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormatUnderlinedSquiggleOutlinedFilled as default } diff --git a/src/IconFormatUnderlinedSquiggleRounded.tsx b/src/IconFormatUnderlinedSquiggleRounded.tsx index f10914286..bbeb6bf42 100644 --- a/src/IconFormatUnderlinedSquiggleRounded.tsx +++ b/src/IconFormatUnderlinedSquiggleRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleRounded: React.FC = ({ +export const IconFormatUnderlinedSquiggleRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedSquiggleRounded: React.FC = ({ ) - -export { IconFormatUnderlinedSquiggleRounded as default } diff --git a/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx b/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx index f3ddfc524..bd5975422 100644 --- a/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleRoundedFilled: React.FC = ({ +export const IconFormatUnderlinedSquiggleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedSquiggleRoundedFilled: React.FC = ({ ) - -export { IconFormatUnderlinedSquiggleRoundedFilled as default } diff --git a/src/IconFormatUnderlinedSquiggleSharp.tsx b/src/IconFormatUnderlinedSquiggleSharp.tsx index 4a76f3e24..8ba770187 100644 --- a/src/IconFormatUnderlinedSquiggleSharp.tsx +++ b/src/IconFormatUnderlinedSquiggleSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleSharp: React.FC = ({ +export const IconFormatUnderlinedSquiggleSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedSquiggleSharp: React.FC = ({ ) - -export { IconFormatUnderlinedSquiggleSharp as default } diff --git a/src/IconFormatUnderlinedSquiggleSharpFilled.tsx b/src/IconFormatUnderlinedSquiggleSharpFilled.tsx index d71eec891..684c92177 100644 --- a/src/IconFormatUnderlinedSquiggleSharpFilled.tsx +++ b/src/IconFormatUnderlinedSquiggleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormatUnderlinedSquiggleSharpFilled: React.FC = ({ +export const IconFormatUnderlinedSquiggleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormatUnderlinedSquiggleSharpFilled: React.FC = ({ ) - -export { IconFormatUnderlinedSquiggleSharpFilled as default } diff --git a/src/IconFormsAddOnOutlined.tsx b/src/IconFormsAddOnOutlined.tsx index 310685ff8..7cf77d3d9 100644 --- a/src/IconFormsAddOnOutlined.tsx +++ b/src/IconFormsAddOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnOutlined: React.FC = ({ ...props }) => ( +export const IconFormsAddOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnOutlined as default } diff --git a/src/IconFormsAddOnOutlinedFilled.tsx b/src/IconFormsAddOnOutlinedFilled.tsx index db6958997..591d16e52 100644 --- a/src/IconFormsAddOnOutlinedFilled.tsx +++ b/src/IconFormsAddOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFormsAddOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnOutlinedFilled as default } diff --git a/src/IconFormsAddOnRounded.tsx b/src/IconFormsAddOnRounded.tsx index 5305368fd..0d65fdfb1 100644 --- a/src/IconFormsAddOnRounded.tsx +++ b/src/IconFormsAddOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnRounded: React.FC = ({ ...props }) => ( +export const IconFormsAddOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnRounded as default } diff --git a/src/IconFormsAddOnRoundedFilled.tsx b/src/IconFormsAddOnRoundedFilled.tsx index 79a31ec72..37d9a1397 100644 --- a/src/IconFormsAddOnRoundedFilled.tsx +++ b/src/IconFormsAddOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFormsAddOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnRoundedFilled as default } diff --git a/src/IconFormsAddOnSharp.tsx b/src/IconFormsAddOnSharp.tsx index 92abc98a6..e0697fd7d 100644 --- a/src/IconFormsAddOnSharp.tsx +++ b/src/IconFormsAddOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnSharp: React.FC = ({ ...props }) => ( +export const IconFormsAddOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnSharp as default } diff --git a/src/IconFormsAddOnSharpFilled.tsx b/src/IconFormsAddOnSharpFilled.tsx index 634357243..eaac7f180 100644 --- a/src/IconFormsAddOnSharpFilled.tsx +++ b/src/IconFormsAddOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAddOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormsAddOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAddOnSharpFilled as default } diff --git a/src/IconFormsAppsScriptOutlined.tsx b/src/IconFormsAppsScriptOutlined.tsx index f7221495b..aa5090838 100644 --- a/src/IconFormsAppsScriptOutlined.tsx +++ b/src/IconFormsAppsScriptOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptOutlined: React.FC = ({ ...props }) => ( +export const IconFormsAppsScriptOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAppsScriptOutlined as default } diff --git a/src/IconFormsAppsScriptOutlinedFilled.tsx b/src/IconFormsAppsScriptOutlinedFilled.tsx index b6f733b52..cbcd66f79 100644 --- a/src/IconFormsAppsScriptOutlinedFilled.tsx +++ b/src/IconFormsAppsScriptOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptOutlinedFilled: React.FC = ({ +export const IconFormsAppsScriptOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormsAppsScriptOutlinedFilled: React.FC = ({ ) - -export { IconFormsAppsScriptOutlinedFilled as default } diff --git a/src/IconFormsAppsScriptRounded.tsx b/src/IconFormsAppsScriptRounded.tsx index 3629b8916..1bd54c1a4 100644 --- a/src/IconFormsAppsScriptRounded.tsx +++ b/src/IconFormsAppsScriptRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptRounded: React.FC = ({ ...props }) => ( +export const IconFormsAppsScriptRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAppsScriptRounded as default } diff --git a/src/IconFormsAppsScriptRoundedFilled.tsx b/src/IconFormsAppsScriptRoundedFilled.tsx index 006826b4e..90d9bb4ea 100644 --- a/src/IconFormsAppsScriptRoundedFilled.tsx +++ b/src/IconFormsAppsScriptRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptRoundedFilled: React.FC = ({ +export const IconFormsAppsScriptRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFormsAppsScriptRoundedFilled: React.FC = ({ ) - -export { IconFormsAppsScriptRoundedFilled as default } diff --git a/src/IconFormsAppsScriptSharp.tsx b/src/IconFormsAppsScriptSharp.tsx index 09af3db96..4949533cc 100644 --- a/src/IconFormsAppsScriptSharp.tsx +++ b/src/IconFormsAppsScriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptSharp: React.FC = ({ ...props }) => ( +export const IconFormsAppsScriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFormsAppsScriptSharp as default } diff --git a/src/IconFormsAppsScriptSharpFilled.tsx b/src/IconFormsAppsScriptSharpFilled.tsx index 7f83f5adb..07eb8dc5e 100644 --- a/src/IconFormsAppsScriptSharpFilled.tsx +++ b/src/IconFormsAppsScriptSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFormsAppsScriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconFormsAppsScriptSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFormsAppsScriptSharpFilled as default } diff --git a/src/IconFortOutlined.tsx b/src/IconFortOutlined.tsx index cef8cf833..62dc086f7 100644 --- a/src/IconFortOutlined.tsx +++ b/src/IconFortOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortOutlined: React.FC = ({ ...props }) => ( +export const IconFortOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortOutlined as default } diff --git a/src/IconFortOutlinedFilled.tsx b/src/IconFortOutlinedFilled.tsx index a5649eaba..59cc0dc7a 100644 --- a/src/IconFortOutlinedFilled.tsx +++ b/src/IconFortOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFortOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortOutlinedFilled as default } diff --git a/src/IconFortRounded.tsx b/src/IconFortRounded.tsx index 3abf7f8f2..8628f9984 100644 --- a/src/IconFortRounded.tsx +++ b/src/IconFortRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortRounded: React.FC = ({ ...props }) => ( +export const IconFortRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortRounded as default } diff --git a/src/IconFortRoundedFilled.tsx b/src/IconFortRoundedFilled.tsx index f3a67e25f..ad509b2d3 100644 --- a/src/IconFortRoundedFilled.tsx +++ b/src/IconFortRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFortRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortRoundedFilled as default } diff --git a/src/IconFortSharp.tsx b/src/IconFortSharp.tsx index dba0c1aeb..50c7ec1d9 100644 --- a/src/IconFortSharp.tsx +++ b/src/IconFortSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortSharp: React.FC = ({ ...props }) => ( +export const IconFortSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortSharp as default } diff --git a/src/IconFortSharpFilled.tsx b/src/IconFortSharpFilled.tsx index 8cdefebce..e387f7bda 100644 --- a/src/IconFortSharpFilled.tsx +++ b/src/IconFortSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFortSharpFilled: React.FC = ({ ...props }) => ( +export const IconFortSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFortSharpFilled as default } diff --git a/src/IconForumOutlined.tsx b/src/IconForumOutlined.tsx index acc0cadb4..91864c3db 100644 --- a/src/IconForumOutlined.tsx +++ b/src/IconForumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumOutlined: React.FC = ({ ...props }) => ( +export const IconForumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconForumOutlined as default } diff --git a/src/IconForumOutlinedFilled.tsx b/src/IconForumOutlinedFilled.tsx index f00029472..924fd23cc 100644 --- a/src/IconForumOutlinedFilled.tsx +++ b/src/IconForumOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForumOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForumOutlinedFilled as default } diff --git a/src/IconForumRounded.tsx b/src/IconForumRounded.tsx index 342f08b2c..b77c49e44 100644 --- a/src/IconForumRounded.tsx +++ b/src/IconForumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumRounded: React.FC = ({ ...props }) => ( +export const IconForumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconForumRounded as default } diff --git a/src/IconForumRoundedFilled.tsx b/src/IconForumRoundedFilled.tsx index abfdba540..218af6b7a 100644 --- a/src/IconForumRoundedFilled.tsx +++ b/src/IconForumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconForumRoundedFilled as default } diff --git a/src/IconForumSharp.tsx b/src/IconForumSharp.tsx index 7537ff4eb..0d07bb67d 100644 --- a/src/IconForumSharp.tsx +++ b/src/IconForumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumSharp: React.FC = ({ ...props }) => ( +export const IconForumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconForumSharp as default } diff --git a/src/IconForumSharpFilled.tsx b/src/IconForumSharpFilled.tsx index 4c5e9cfd5..6cfd167b4 100644 --- a/src/IconForumSharpFilled.tsx +++ b/src/IconForumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForumSharpFilled: React.FC = ({ ...props }) => ( +export const IconForumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForumSharpFilled as default } diff --git a/src/IconForward10Outlined.tsx b/src/IconForward10Outlined.tsx index 76287dc2d..79e072606 100644 --- a/src/IconForward10Outlined.tsx +++ b/src/IconForward10Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward10Outlined: React.FC = ({ ...props }) => ( +export const IconForward10Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward10Outlined as default } diff --git a/src/IconForward10OutlinedFilled.tsx b/src/IconForward10OutlinedFilled.tsx index 5a15c29fc..b2053ee72 100644 --- a/src/IconForward10OutlinedFilled.tsx +++ b/src/IconForward10OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward10OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForward10OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward10OutlinedFilled as default } diff --git a/src/IconForward10Rounded.tsx b/src/IconForward10Rounded.tsx index 1e08d1fdd..797702f76 100644 --- a/src/IconForward10Rounded.tsx +++ b/src/IconForward10Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward10Rounded: React.FC = ({ ...props }) => ( +export const IconForward10Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward10Rounded as default } diff --git a/src/IconForward10RoundedFilled.tsx b/src/IconForward10RoundedFilled.tsx index 6a494b873..969077ecf 100644 --- a/src/IconForward10RoundedFilled.tsx +++ b/src/IconForward10RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward10RoundedFilled: React.FC = ({ ...props }) => ( +export const IconForward10RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward10RoundedFilled as default } diff --git a/src/IconForward10Sharp.tsx b/src/IconForward10Sharp.tsx index 1e0943d5e..61dddb70a 100644 --- a/src/IconForward10Sharp.tsx +++ b/src/IconForward10Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward10Sharp: React.FC = ({ ...props }) => ( +export const IconForward10Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward10Sharp as default } diff --git a/src/IconForward10SharpFilled.tsx b/src/IconForward10SharpFilled.tsx index 7c6662c1f..65d6d0cca 100644 --- a/src/IconForward10SharpFilled.tsx +++ b/src/IconForward10SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward10SharpFilled: React.FC = ({ ...props }) => ( +export const IconForward10SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward10SharpFilled as default } diff --git a/src/IconForward30Outlined.tsx b/src/IconForward30Outlined.tsx index 0136fbcaf..7cff53efa 100644 --- a/src/IconForward30Outlined.tsx +++ b/src/IconForward30Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward30Outlined: React.FC = ({ ...props }) => ( +export const IconForward30Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward30Outlined as default } diff --git a/src/IconForward30OutlinedFilled.tsx b/src/IconForward30OutlinedFilled.tsx index 8401e85ac..6cb47e599 100644 --- a/src/IconForward30OutlinedFilled.tsx +++ b/src/IconForward30OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward30OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForward30OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward30OutlinedFilled as default } diff --git a/src/IconForward30Rounded.tsx b/src/IconForward30Rounded.tsx index 0c1deb690..5eaaa4a43 100644 --- a/src/IconForward30Rounded.tsx +++ b/src/IconForward30Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward30Rounded: React.FC = ({ ...props }) => ( +export const IconForward30Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward30Rounded as default } diff --git a/src/IconForward30RoundedFilled.tsx b/src/IconForward30RoundedFilled.tsx index 2be1f5b73..9a44bd304 100644 --- a/src/IconForward30RoundedFilled.tsx +++ b/src/IconForward30RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward30RoundedFilled: React.FC = ({ ...props }) => ( +export const IconForward30RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward30RoundedFilled as default } diff --git a/src/IconForward30Sharp.tsx b/src/IconForward30Sharp.tsx index 61c11017d..bd382b1be 100644 --- a/src/IconForward30Sharp.tsx +++ b/src/IconForward30Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward30Sharp: React.FC = ({ ...props }) => ( +export const IconForward30Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward30Sharp as default } diff --git a/src/IconForward30SharpFilled.tsx b/src/IconForward30SharpFilled.tsx index 73a1a84de..0eaaae1e2 100644 --- a/src/IconForward30SharpFilled.tsx +++ b/src/IconForward30SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward30SharpFilled: React.FC = ({ ...props }) => ( +export const IconForward30SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward30SharpFilled as default } diff --git a/src/IconForward5Outlined.tsx b/src/IconForward5Outlined.tsx index 7332d7c8f..5b78d3aa1 100644 --- a/src/IconForward5Outlined.tsx +++ b/src/IconForward5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward5Outlined: React.FC = ({ ...props }) => ( +export const IconForward5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward5Outlined as default } diff --git a/src/IconForward5OutlinedFilled.tsx b/src/IconForward5OutlinedFilled.tsx index fdecabe4a..60c7a66e7 100644 --- a/src/IconForward5OutlinedFilled.tsx +++ b/src/IconForward5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForward5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward5OutlinedFilled as default } diff --git a/src/IconForward5Rounded.tsx b/src/IconForward5Rounded.tsx index 42e09917f..765b09228 100644 --- a/src/IconForward5Rounded.tsx +++ b/src/IconForward5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward5Rounded: React.FC = ({ ...props }) => ( +export const IconForward5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward5Rounded as default } diff --git a/src/IconForward5RoundedFilled.tsx b/src/IconForward5RoundedFilled.tsx index a2d575510..ee939dad3 100644 --- a/src/IconForward5RoundedFilled.tsx +++ b/src/IconForward5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForward5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconForward5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForward5RoundedFilled as default } diff --git a/src/IconForward5Sharp.tsx b/src/IconForward5Sharp.tsx index 47d8eaf17..533a7287b 100644 --- a/src/IconForward5Sharp.tsx +++ b/src/IconForward5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward5Sharp: React.FC = ({ ...props }) => ( +export const IconForward5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward5Sharp as default } diff --git a/src/IconForward5SharpFilled.tsx b/src/IconForward5SharpFilled.tsx index 7f009c11c..02af4d636 100644 --- a/src/IconForward5SharpFilled.tsx +++ b/src/IconForward5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForward5SharpFilled: React.FC = ({ ...props }) => ( +export const IconForward5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForward5SharpFilled as default } diff --git a/src/IconForwardCircleOutlined.tsx b/src/IconForwardCircleOutlined.tsx index e557a5924..238079199 100644 --- a/src/IconForwardCircleOutlined.tsx +++ b/src/IconForwardCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleOutlined: React.FC = ({ ...props }) => ( +export const IconForwardCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardCircleOutlined as default } diff --git a/src/IconForwardCircleOutlinedFilled.tsx b/src/IconForwardCircleOutlinedFilled.tsx index acdeb2e80..b35c749ad 100644 --- a/src/IconForwardCircleOutlinedFilled.tsx +++ b/src/IconForwardCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForwardCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardCircleOutlinedFilled as default } diff --git a/src/IconForwardCircleRounded.tsx b/src/IconForwardCircleRounded.tsx index 92df72eb6..b30820c56 100644 --- a/src/IconForwardCircleRounded.tsx +++ b/src/IconForwardCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleRounded: React.FC = ({ ...props }) => ( +export const IconForwardCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardCircleRounded as default } diff --git a/src/IconForwardCircleRoundedFilled.tsx b/src/IconForwardCircleRoundedFilled.tsx index 09fc02686..873b1cd24 100644 --- a/src/IconForwardCircleRoundedFilled.tsx +++ b/src/IconForwardCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForwardCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardCircleRoundedFilled as default } diff --git a/src/IconForwardCircleSharp.tsx b/src/IconForwardCircleSharp.tsx index d551b893f..1d7deaa81 100644 --- a/src/IconForwardCircleSharp.tsx +++ b/src/IconForwardCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleSharp: React.FC = ({ ...props }) => ( +export const IconForwardCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardCircleSharp as default } diff --git a/src/IconForwardCircleSharpFilled.tsx b/src/IconForwardCircleSharpFilled.tsx index 5e4504cc8..b96515735 100644 --- a/src/IconForwardCircleSharpFilled.tsx +++ b/src/IconForwardCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconForwardCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardCircleSharpFilled as default } diff --git a/src/IconForwardMediaOutlined.tsx b/src/IconForwardMediaOutlined.tsx index ec912cda4..5fcd13531 100644 --- a/src/IconForwardMediaOutlined.tsx +++ b/src/IconForwardMediaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaOutlined: React.FC = ({ ...props }) => ( +export const IconForwardMediaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardMediaOutlined as default } diff --git a/src/IconForwardMediaOutlinedFilled.tsx b/src/IconForwardMediaOutlinedFilled.tsx index e27044e97..4efce6edb 100644 --- a/src/IconForwardMediaOutlinedFilled.tsx +++ b/src/IconForwardMediaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForwardMediaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardMediaOutlinedFilled as default } diff --git a/src/IconForwardMediaRounded.tsx b/src/IconForwardMediaRounded.tsx index 5591d12c0..12588d209 100644 --- a/src/IconForwardMediaRounded.tsx +++ b/src/IconForwardMediaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaRounded: React.FC = ({ ...props }) => ( +export const IconForwardMediaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardMediaRounded as default } diff --git a/src/IconForwardMediaRoundedFilled.tsx b/src/IconForwardMediaRoundedFilled.tsx index 600357333..824f94599 100644 --- a/src/IconForwardMediaRoundedFilled.tsx +++ b/src/IconForwardMediaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForwardMediaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardMediaRoundedFilled as default } diff --git a/src/IconForwardMediaSharp.tsx b/src/IconForwardMediaSharp.tsx index 3c2f30ffd..02a047179 100644 --- a/src/IconForwardMediaSharp.tsx +++ b/src/IconForwardMediaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaSharp: React.FC = ({ ...props }) => ( +export const IconForwardMediaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardMediaSharp as default } diff --git a/src/IconForwardMediaSharpFilled.tsx b/src/IconForwardMediaSharpFilled.tsx index bdb698d9e..19864f7f7 100644 --- a/src/IconForwardMediaSharpFilled.tsx +++ b/src/IconForwardMediaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardMediaSharpFilled: React.FC = ({ ...props }) => ( +export const IconForwardMediaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardMediaSharpFilled as default } diff --git a/src/IconForwardOutlined.tsx b/src/IconForwardOutlined.tsx index 7a838b1a2..6b0d0baf9 100644 --- a/src/IconForwardOutlined.tsx +++ b/src/IconForwardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardOutlined: React.FC = ({ ...props }) => ( +export const IconForwardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardOutlined as default } diff --git a/src/IconForwardOutlinedFilled.tsx b/src/IconForwardOutlinedFilled.tsx index d8e7edb8d..4dcf440fe 100644 --- a/src/IconForwardOutlinedFilled.tsx +++ b/src/IconForwardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconForwardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardOutlinedFilled as default } diff --git a/src/IconForwardRounded.tsx b/src/IconForwardRounded.tsx index f4858508a..2a878d84c 100644 --- a/src/IconForwardRounded.tsx +++ b/src/IconForwardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardRounded: React.FC = ({ ...props }) => ( +export const IconForwardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardRounded as default } diff --git a/src/IconForwardRoundedFilled.tsx b/src/IconForwardRoundedFilled.tsx index 22cd99ceb..39df30275 100644 --- a/src/IconForwardRoundedFilled.tsx +++ b/src/IconForwardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForwardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardRoundedFilled as default } diff --git a/src/IconForwardSharp.tsx b/src/IconForwardSharp.tsx index 4400126f7..a61f7edc7 100644 --- a/src/IconForwardSharp.tsx +++ b/src/IconForwardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardSharp: React.FC = ({ ...props }) => ( +export const IconForwardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardSharp as default } diff --git a/src/IconForwardSharpFilled.tsx b/src/IconForwardSharpFilled.tsx index 304ad7c25..d97e80cf5 100644 --- a/src/IconForwardSharpFilled.tsx +++ b/src/IconForwardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardSharpFilled: React.FC = ({ ...props }) => ( +export const IconForwardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardSharpFilled as default } diff --git a/src/IconForwardToInboxOutlined.tsx b/src/IconForwardToInboxOutlined.tsx index 97a14d3d8..d9db72b40 100644 --- a/src/IconForwardToInboxOutlined.tsx +++ b/src/IconForwardToInboxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxOutlined: React.FC = ({ ...props }) => ( +export const IconForwardToInboxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardToInboxOutlined as default } diff --git a/src/IconForwardToInboxOutlinedFilled.tsx b/src/IconForwardToInboxOutlinedFilled.tsx index 96c09878a..26920344d 100644 --- a/src/IconForwardToInboxOutlinedFilled.tsx +++ b/src/IconForwardToInboxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxOutlinedFilled: React.FC = ({ +export const IconForwardToInboxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconForwardToInboxOutlinedFilled: React.FC = ({ ) - -export { IconForwardToInboxOutlinedFilled as default } diff --git a/src/IconForwardToInboxRounded.tsx b/src/IconForwardToInboxRounded.tsx index a5e5e315b..7e4cb0081 100644 --- a/src/IconForwardToInboxRounded.tsx +++ b/src/IconForwardToInboxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxRounded: React.FC = ({ ...props }) => ( +export const IconForwardToInboxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardToInboxRounded as default } diff --git a/src/IconForwardToInboxRoundedFilled.tsx b/src/IconForwardToInboxRoundedFilled.tsx index 9ecc6e998..e2c7bf9de 100644 --- a/src/IconForwardToInboxRoundedFilled.tsx +++ b/src/IconForwardToInboxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconForwardToInboxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardToInboxRoundedFilled as default } diff --git a/src/IconForwardToInboxSharp.tsx b/src/IconForwardToInboxSharp.tsx index 1d868cce4..b869fe51a 100644 --- a/src/IconForwardToInboxSharp.tsx +++ b/src/IconForwardToInboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxSharp: React.FC = ({ ...props }) => ( +export const IconForwardToInboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconForwardToInboxSharp as default } diff --git a/src/IconForwardToInboxSharpFilled.tsx b/src/IconForwardToInboxSharpFilled.tsx index 9f2377094..7d333ddba 100644 --- a/src/IconForwardToInboxSharpFilled.tsx +++ b/src/IconForwardToInboxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconForwardToInboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconForwardToInboxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconForwardToInboxSharpFilled as default } diff --git a/src/IconFoundationOutlined.tsx b/src/IconFoundationOutlined.tsx index 140b2c8f5..fedc657c2 100644 --- a/src/IconFoundationOutlined.tsx +++ b/src/IconFoundationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationOutlined: React.FC = ({ ...props }) => ( +export const IconFoundationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoundationOutlined as default } diff --git a/src/IconFoundationOutlinedFilled.tsx b/src/IconFoundationOutlinedFilled.tsx index 5bf5cd04c..4aca95af5 100644 --- a/src/IconFoundationOutlinedFilled.tsx +++ b/src/IconFoundationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFoundationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoundationOutlinedFilled as default } diff --git a/src/IconFoundationRounded.tsx b/src/IconFoundationRounded.tsx index fd0d988d5..c761392d3 100644 --- a/src/IconFoundationRounded.tsx +++ b/src/IconFoundationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationRounded: React.FC = ({ ...props }) => ( +export const IconFoundationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoundationRounded as default } diff --git a/src/IconFoundationRoundedFilled.tsx b/src/IconFoundationRoundedFilled.tsx index da0f039d5..8778671ed 100644 --- a/src/IconFoundationRoundedFilled.tsx +++ b/src/IconFoundationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFoundationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoundationRoundedFilled as default } diff --git a/src/IconFoundationSharp.tsx b/src/IconFoundationSharp.tsx index 91cc0cac9..b100a9328 100644 --- a/src/IconFoundationSharp.tsx +++ b/src/IconFoundationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationSharp: React.FC = ({ ...props }) => ( +export const IconFoundationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFoundationSharp as default } diff --git a/src/IconFoundationSharpFilled.tsx b/src/IconFoundationSharpFilled.tsx index 7614e045a..7cf1ca12b 100644 --- a/src/IconFoundationSharpFilled.tsx +++ b/src/IconFoundationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFoundationSharpFilled: React.FC = ({ ...props }) => ( +export const IconFoundationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFoundationSharpFilled as default } diff --git a/src/IconFrameInspectOutlined.tsx b/src/IconFrameInspectOutlined.tsx index 9ed8672a8..3e2f7991b 100644 --- a/src/IconFrameInspectOutlined.tsx +++ b/src/IconFrameInspectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectOutlined: React.FC = ({ ...props }) => ( +export const IconFrameInspectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameInspectOutlined as default } diff --git a/src/IconFrameInspectOutlinedFilled.tsx b/src/IconFrameInspectOutlinedFilled.tsx index 242b91e92..aee9333a4 100644 --- a/src/IconFrameInspectOutlinedFilled.tsx +++ b/src/IconFrameInspectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFrameInspectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameInspectOutlinedFilled as default } diff --git a/src/IconFrameInspectRounded.tsx b/src/IconFrameInspectRounded.tsx index 5d4d2d45a..e635141c5 100644 --- a/src/IconFrameInspectRounded.tsx +++ b/src/IconFrameInspectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectRounded: React.FC = ({ ...props }) => ( +export const IconFrameInspectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameInspectRounded as default } diff --git a/src/IconFrameInspectRoundedFilled.tsx b/src/IconFrameInspectRoundedFilled.tsx index 6c7303d4f..36b2d042e 100644 --- a/src/IconFrameInspectRoundedFilled.tsx +++ b/src/IconFrameInspectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFrameInspectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameInspectRoundedFilled as default } diff --git a/src/IconFrameInspectSharp.tsx b/src/IconFrameInspectSharp.tsx index 19fc3a6b6..de0aa656e 100644 --- a/src/IconFrameInspectSharp.tsx +++ b/src/IconFrameInspectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectSharp: React.FC = ({ ...props }) => ( +export const IconFrameInspectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameInspectSharp as default } diff --git a/src/IconFrameInspectSharpFilled.tsx b/src/IconFrameInspectSharpFilled.tsx index 503dd558b..4143c5f4f 100644 --- a/src/IconFrameInspectSharpFilled.tsx +++ b/src/IconFrameInspectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameInspectSharpFilled: React.FC = ({ ...props }) => ( +export const IconFrameInspectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameInspectSharpFilled as default } diff --git a/src/IconFramePersonMicOutlined.tsx b/src/IconFramePersonMicOutlined.tsx index 38d8cea47..d5dab405a 100644 --- a/src/IconFramePersonMicOutlined.tsx +++ b/src/IconFramePersonMicOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicOutlined: React.FC = ({ ...props }) => ( +export const IconFramePersonMicOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonMicOutlined as default } diff --git a/src/IconFramePersonMicOutlinedFilled.tsx b/src/IconFramePersonMicOutlinedFilled.tsx index 3ce721bb5..4376065a0 100644 --- a/src/IconFramePersonMicOutlinedFilled.tsx +++ b/src/IconFramePersonMicOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicOutlinedFilled: React.FC = ({ +export const IconFramePersonMicOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFramePersonMicOutlinedFilled: React.FC = ({ ) - -export { IconFramePersonMicOutlinedFilled as default } diff --git a/src/IconFramePersonMicRounded.tsx b/src/IconFramePersonMicRounded.tsx index 6f668b81a..c13d14039 100644 --- a/src/IconFramePersonMicRounded.tsx +++ b/src/IconFramePersonMicRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicRounded: React.FC = ({ ...props }) => ( +export const IconFramePersonMicRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonMicRounded as default } diff --git a/src/IconFramePersonMicRoundedFilled.tsx b/src/IconFramePersonMicRoundedFilled.tsx index 184df72ac..8bba04d0f 100644 --- a/src/IconFramePersonMicRoundedFilled.tsx +++ b/src/IconFramePersonMicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonMicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonMicRoundedFilled as default } diff --git a/src/IconFramePersonMicSharp.tsx b/src/IconFramePersonMicSharp.tsx index 2c8eb24be..10e04184e 100644 --- a/src/IconFramePersonMicSharp.tsx +++ b/src/IconFramePersonMicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicSharp: React.FC = ({ ...props }) => ( +export const IconFramePersonMicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFramePersonMicSharp as default } diff --git a/src/IconFramePersonMicSharpFilled.tsx b/src/IconFramePersonMicSharpFilled.tsx index 04ef0b9ed..438f28381 100644 --- a/src/IconFramePersonMicSharpFilled.tsx +++ b/src/IconFramePersonMicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonMicSharpFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonMicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonMicSharpFilled as default } diff --git a/src/IconFramePersonOffOutlined.tsx b/src/IconFramePersonOffOutlined.tsx index cad484df0..788f86a8d 100644 --- a/src/IconFramePersonOffOutlined.tsx +++ b/src/IconFramePersonOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffOutlined: React.FC = ({ ...props }) => ( +export const IconFramePersonOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonOffOutlined as default } diff --git a/src/IconFramePersonOffOutlinedFilled.tsx b/src/IconFramePersonOffOutlinedFilled.tsx index 566d097ae..d81274787 100644 --- a/src/IconFramePersonOffOutlinedFilled.tsx +++ b/src/IconFramePersonOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffOutlinedFilled: React.FC = ({ +export const IconFramePersonOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFramePersonOffOutlinedFilled: React.FC = ({ ) - -export { IconFramePersonOffOutlinedFilled as default } diff --git a/src/IconFramePersonOffRounded.tsx b/src/IconFramePersonOffRounded.tsx index 9b723af02..2d535127a 100644 --- a/src/IconFramePersonOffRounded.tsx +++ b/src/IconFramePersonOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffRounded: React.FC = ({ ...props }) => ( +export const IconFramePersonOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonOffRounded as default } diff --git a/src/IconFramePersonOffRoundedFilled.tsx b/src/IconFramePersonOffRoundedFilled.tsx index 2fedacc46..90ac052fc 100644 --- a/src/IconFramePersonOffRoundedFilled.tsx +++ b/src/IconFramePersonOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonOffRoundedFilled as default } diff --git a/src/IconFramePersonOffSharp.tsx b/src/IconFramePersonOffSharp.tsx index b5117839f..ae4d26331 100644 --- a/src/IconFramePersonOffSharp.tsx +++ b/src/IconFramePersonOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffSharp: React.FC = ({ ...props }) => ( +export const IconFramePersonOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFramePersonOffSharp as default } diff --git a/src/IconFramePersonOffSharpFilled.tsx b/src/IconFramePersonOffSharpFilled.tsx index f578f4d29..b9b83580b 100644 --- a/src/IconFramePersonOffSharpFilled.tsx +++ b/src/IconFramePersonOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonOffSharpFilled as default } diff --git a/src/IconFramePersonOutlined.tsx b/src/IconFramePersonOutlined.tsx index 181c62d3a..726ac130b 100644 --- a/src/IconFramePersonOutlined.tsx +++ b/src/IconFramePersonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOutlined: React.FC = ({ ...props }) => ( +export const IconFramePersonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFramePersonOutlined as default } diff --git a/src/IconFramePersonOutlinedFilled.tsx b/src/IconFramePersonOutlinedFilled.tsx index 24c928e54..cc48610ee 100644 --- a/src/IconFramePersonOutlinedFilled.tsx +++ b/src/IconFramePersonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonOutlinedFilled as default } diff --git a/src/IconFramePersonRounded.tsx b/src/IconFramePersonRounded.tsx index c71fe5903..39e74d387 100644 --- a/src/IconFramePersonRounded.tsx +++ b/src/IconFramePersonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonRounded: React.FC = ({ ...props }) => ( +export const IconFramePersonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFramePersonRounded as default } diff --git a/src/IconFramePersonRoundedFilled.tsx b/src/IconFramePersonRoundedFilled.tsx index 96b4aad92..13697a678 100644 --- a/src/IconFramePersonRoundedFilled.tsx +++ b/src/IconFramePersonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonRoundedFilled as default } diff --git a/src/IconFramePersonSharp.tsx b/src/IconFramePersonSharp.tsx index 61a0fc76f..52c5127dd 100644 --- a/src/IconFramePersonSharp.tsx +++ b/src/IconFramePersonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonSharp: React.FC = ({ ...props }) => ( +export const IconFramePersonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFramePersonSharp as default } diff --git a/src/IconFramePersonSharpFilled.tsx b/src/IconFramePersonSharpFilled.tsx index 78b6222da..5a5b025a7 100644 --- a/src/IconFramePersonSharpFilled.tsx +++ b/src/IconFramePersonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFramePersonSharpFilled: React.FC = ({ ...props }) => ( +export const IconFramePersonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFramePersonSharpFilled as default } diff --git a/src/IconFrameReloadOutlined.tsx b/src/IconFrameReloadOutlined.tsx index bf6ab3c7e..500dcbfe7 100644 --- a/src/IconFrameReloadOutlined.tsx +++ b/src/IconFrameReloadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadOutlined: React.FC = ({ ...props }) => ( +export const IconFrameReloadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameReloadOutlined as default } diff --git a/src/IconFrameReloadOutlinedFilled.tsx b/src/IconFrameReloadOutlinedFilled.tsx index fc78c9989..049ab4d3b 100644 --- a/src/IconFrameReloadOutlinedFilled.tsx +++ b/src/IconFrameReloadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFrameReloadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameReloadOutlinedFilled as default } diff --git a/src/IconFrameReloadRounded.tsx b/src/IconFrameReloadRounded.tsx index 56623e19e..9c4bb8951 100644 --- a/src/IconFrameReloadRounded.tsx +++ b/src/IconFrameReloadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadRounded: React.FC = ({ ...props }) => ( +export const IconFrameReloadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameReloadRounded as default } diff --git a/src/IconFrameReloadRoundedFilled.tsx b/src/IconFrameReloadRoundedFilled.tsx index 6d1bb8159..45134387b 100644 --- a/src/IconFrameReloadRoundedFilled.tsx +++ b/src/IconFrameReloadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFrameReloadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameReloadRoundedFilled as default } diff --git a/src/IconFrameReloadSharp.tsx b/src/IconFrameReloadSharp.tsx index 1cffa72c5..1787c919d 100644 --- a/src/IconFrameReloadSharp.tsx +++ b/src/IconFrameReloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadSharp: React.FC = ({ ...props }) => ( +export const IconFrameReloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameReloadSharp as default } diff --git a/src/IconFrameReloadSharpFilled.tsx b/src/IconFrameReloadSharpFilled.tsx index bf1921743..91a795705 100644 --- a/src/IconFrameReloadSharpFilled.tsx +++ b/src/IconFrameReloadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameReloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconFrameReloadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameReloadSharpFilled as default } diff --git a/src/IconFrameSourceOutlined.tsx b/src/IconFrameSourceOutlined.tsx index e059f93c1..2ae91246e 100644 --- a/src/IconFrameSourceOutlined.tsx +++ b/src/IconFrameSourceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceOutlined: React.FC = ({ ...props }) => ( +export const IconFrameSourceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameSourceOutlined as default } diff --git a/src/IconFrameSourceOutlinedFilled.tsx b/src/IconFrameSourceOutlinedFilled.tsx index 6c1a42324..899344e0c 100644 --- a/src/IconFrameSourceOutlinedFilled.tsx +++ b/src/IconFrameSourceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFrameSourceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameSourceOutlinedFilled as default } diff --git a/src/IconFrameSourceRounded.tsx b/src/IconFrameSourceRounded.tsx index 11a172d72..2959fbcfa 100644 --- a/src/IconFrameSourceRounded.tsx +++ b/src/IconFrameSourceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceRounded: React.FC = ({ ...props }) => ( +export const IconFrameSourceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameSourceRounded as default } diff --git a/src/IconFrameSourceRoundedFilled.tsx b/src/IconFrameSourceRoundedFilled.tsx index b8f7c8249..f17df1df8 100644 --- a/src/IconFrameSourceRoundedFilled.tsx +++ b/src/IconFrameSourceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFrameSourceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameSourceRoundedFilled as default } diff --git a/src/IconFrameSourceSharp.tsx b/src/IconFrameSourceSharp.tsx index c28cf933d..6e179dd58 100644 --- a/src/IconFrameSourceSharp.tsx +++ b/src/IconFrameSourceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceSharp: React.FC = ({ ...props }) => ( +export const IconFrameSourceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrameSourceSharp as default } diff --git a/src/IconFrameSourceSharpFilled.tsx b/src/IconFrameSourceSharpFilled.tsx index 44d104ff0..9fecfc617 100644 --- a/src/IconFrameSourceSharpFilled.tsx +++ b/src/IconFrameSourceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrameSourceSharpFilled: React.FC = ({ ...props }) => ( +export const IconFrameSourceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrameSourceSharpFilled as default } diff --git a/src/IconFreeCancellationOutlined.tsx b/src/IconFreeCancellationOutlined.tsx index 71ec68f8c..14bdf4c5d 100644 --- a/src/IconFreeCancellationOutlined.tsx +++ b/src/IconFreeCancellationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationOutlined: React.FC = ({ ...props }) => ( +export const IconFreeCancellationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFreeCancellationOutlined as default } diff --git a/src/IconFreeCancellationOutlinedFilled.tsx b/src/IconFreeCancellationOutlinedFilled.tsx index 6c83d23dd..1ea9f6bcb 100644 --- a/src/IconFreeCancellationOutlinedFilled.tsx +++ b/src/IconFreeCancellationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationOutlinedFilled: React.FC = ({ +export const IconFreeCancellationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFreeCancellationOutlinedFilled: React.FC = ({ ) - -export { IconFreeCancellationOutlinedFilled as default } diff --git a/src/IconFreeCancellationRounded.tsx b/src/IconFreeCancellationRounded.tsx index a20ded510..35fd2d15c 100644 --- a/src/IconFreeCancellationRounded.tsx +++ b/src/IconFreeCancellationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationRounded: React.FC = ({ ...props }) => ( +export const IconFreeCancellationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFreeCancellationRounded as default } diff --git a/src/IconFreeCancellationRoundedFilled.tsx b/src/IconFreeCancellationRoundedFilled.tsx index 1cf3b8a0e..cc8019eff 100644 --- a/src/IconFreeCancellationRoundedFilled.tsx +++ b/src/IconFreeCancellationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationRoundedFilled: React.FC = ({ +export const IconFreeCancellationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFreeCancellationRoundedFilled: React.FC = ({ ) - -export { IconFreeCancellationRoundedFilled as default } diff --git a/src/IconFreeCancellationSharp.tsx b/src/IconFreeCancellationSharp.tsx index 06bb8f97b..59cee942f 100644 --- a/src/IconFreeCancellationSharp.tsx +++ b/src/IconFreeCancellationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationSharp: React.FC = ({ ...props }) => ( +export const IconFreeCancellationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFreeCancellationSharp as default } diff --git a/src/IconFreeCancellationSharpFilled.tsx b/src/IconFreeCancellationSharpFilled.tsx index 18c3c81d0..34c20e4f2 100644 --- a/src/IconFreeCancellationSharpFilled.tsx +++ b/src/IconFreeCancellationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFreeCancellationSharpFilled: React.FC = ({ ...props }) => ( +export const IconFreeCancellationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFreeCancellationSharpFilled as default } diff --git a/src/IconFrontHandOutlined.tsx b/src/IconFrontHandOutlined.tsx index 78219583c..e56e714ff 100644 --- a/src/IconFrontHandOutlined.tsx +++ b/src/IconFrontHandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandOutlined: React.FC = ({ ...props }) => ( +export const IconFrontHandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontHandOutlined as default } diff --git a/src/IconFrontHandOutlinedFilled.tsx b/src/IconFrontHandOutlinedFilled.tsx index 31defbe6b..a0da329e2 100644 --- a/src/IconFrontHandOutlinedFilled.tsx +++ b/src/IconFrontHandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFrontHandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrontHandOutlinedFilled as default } diff --git a/src/IconFrontHandRounded.tsx b/src/IconFrontHandRounded.tsx index 45c47a7b6..0a89f432a 100644 --- a/src/IconFrontHandRounded.tsx +++ b/src/IconFrontHandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandRounded: React.FC = ({ ...props }) => ( +export const IconFrontHandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontHandRounded as default } diff --git a/src/IconFrontHandRoundedFilled.tsx b/src/IconFrontHandRoundedFilled.tsx index 114c6c64d..c5e2762bd 100644 --- a/src/IconFrontHandRoundedFilled.tsx +++ b/src/IconFrontHandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFrontHandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrontHandRoundedFilled as default } diff --git a/src/IconFrontHandSharp.tsx b/src/IconFrontHandSharp.tsx index e1836ffca..0b35e3779 100644 --- a/src/IconFrontHandSharp.tsx +++ b/src/IconFrontHandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandSharp: React.FC = ({ ...props }) => ( +export const IconFrontHandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontHandSharp as default } diff --git a/src/IconFrontHandSharpFilled.tsx b/src/IconFrontHandSharpFilled.tsx index ed7af19c5..02096ec83 100644 --- a/src/IconFrontHandSharpFilled.tsx +++ b/src/IconFrontHandSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontHandSharpFilled: React.FC = ({ ...props }) => ( +export const IconFrontHandSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontHandSharpFilled as default } diff --git a/src/IconFrontLoaderOutlined.tsx b/src/IconFrontLoaderOutlined.tsx index 752abaaa4..b76f0244a 100644 --- a/src/IconFrontLoaderOutlined.tsx +++ b/src/IconFrontLoaderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderOutlined: React.FC = ({ ...props }) => ( +export const IconFrontLoaderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderOutlined as default } diff --git a/src/IconFrontLoaderOutlinedFilled.tsx b/src/IconFrontLoaderOutlinedFilled.tsx index 123cf636e..648f15cfc 100644 --- a/src/IconFrontLoaderOutlinedFilled.tsx +++ b/src/IconFrontLoaderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFrontLoaderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderOutlinedFilled as default } diff --git a/src/IconFrontLoaderRounded.tsx b/src/IconFrontLoaderRounded.tsx index e2c5412e7..fdec216ba 100644 --- a/src/IconFrontLoaderRounded.tsx +++ b/src/IconFrontLoaderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderRounded: React.FC = ({ ...props }) => ( +export const IconFrontLoaderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderRounded as default } diff --git a/src/IconFrontLoaderRoundedFilled.tsx b/src/IconFrontLoaderRoundedFilled.tsx index a62a17cb3..b7b140003 100644 --- a/src/IconFrontLoaderRoundedFilled.tsx +++ b/src/IconFrontLoaderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFrontLoaderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderRoundedFilled as default } diff --git a/src/IconFrontLoaderSharp.tsx b/src/IconFrontLoaderSharp.tsx index b8f1e726f..802cdee6e 100644 --- a/src/IconFrontLoaderSharp.tsx +++ b/src/IconFrontLoaderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderSharp: React.FC = ({ ...props }) => ( +export const IconFrontLoaderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderSharp as default } diff --git a/src/IconFrontLoaderSharpFilled.tsx b/src/IconFrontLoaderSharpFilled.tsx index 00ae4a624..cca305816 100644 --- a/src/IconFrontLoaderSharpFilled.tsx +++ b/src/IconFrontLoaderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFrontLoaderSharpFilled: React.FC = ({ ...props }) => ( +export const IconFrontLoaderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFrontLoaderSharpFilled as default } diff --git a/src/IconFullCoverageOutlined.tsx b/src/IconFullCoverageOutlined.tsx index 6127df746..754e19c31 100644 --- a/src/IconFullCoverageOutlined.tsx +++ b/src/IconFullCoverageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageOutlined: React.FC = ({ ...props }) => ( +export const IconFullCoverageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullCoverageOutlined as default } diff --git a/src/IconFullCoverageOutlinedFilled.tsx b/src/IconFullCoverageOutlinedFilled.tsx index 0c856891c..1fc381801 100644 --- a/src/IconFullCoverageOutlinedFilled.tsx +++ b/src/IconFullCoverageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFullCoverageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullCoverageOutlinedFilled as default } diff --git a/src/IconFullCoverageRounded.tsx b/src/IconFullCoverageRounded.tsx index 5cda56471..d653b7059 100644 --- a/src/IconFullCoverageRounded.tsx +++ b/src/IconFullCoverageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageRounded: React.FC = ({ ...props }) => ( +export const IconFullCoverageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullCoverageRounded as default } diff --git a/src/IconFullCoverageRoundedFilled.tsx b/src/IconFullCoverageRoundedFilled.tsx index 65c9d5564..9dfac0fe2 100644 --- a/src/IconFullCoverageRoundedFilled.tsx +++ b/src/IconFullCoverageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFullCoverageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullCoverageRoundedFilled as default } diff --git a/src/IconFullCoverageSharp.tsx b/src/IconFullCoverageSharp.tsx index 239fe0acb..041424143 100644 --- a/src/IconFullCoverageSharp.tsx +++ b/src/IconFullCoverageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageSharp: React.FC = ({ ...props }) => ( +export const IconFullCoverageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullCoverageSharp as default } diff --git a/src/IconFullCoverageSharpFilled.tsx b/src/IconFullCoverageSharpFilled.tsx index e748bff5d..ddc55566f 100644 --- a/src/IconFullCoverageSharpFilled.tsx +++ b/src/IconFullCoverageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullCoverageSharpFilled: React.FC = ({ ...props }) => ( +export const IconFullCoverageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullCoverageSharpFilled as default } diff --git a/src/IconFullHdOutlined.tsx b/src/IconFullHdOutlined.tsx index b9a553111..5918c9fe8 100644 --- a/src/IconFullHdOutlined.tsx +++ b/src/IconFullHdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdOutlined: React.FC = ({ ...props }) => ( +export const IconFullHdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdOutlined as default } diff --git a/src/IconFullHdOutlinedFilled.tsx b/src/IconFullHdOutlinedFilled.tsx index 2772900a2..f302bca8c 100644 --- a/src/IconFullHdOutlinedFilled.tsx +++ b/src/IconFullHdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFullHdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdOutlinedFilled as default } diff --git a/src/IconFullHdRounded.tsx b/src/IconFullHdRounded.tsx index e82733c94..4575f1c5e 100644 --- a/src/IconFullHdRounded.tsx +++ b/src/IconFullHdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdRounded: React.FC = ({ ...props }) => ( +export const IconFullHdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdRounded as default } diff --git a/src/IconFullHdRoundedFilled.tsx b/src/IconFullHdRoundedFilled.tsx index aba330b82..94336b8f9 100644 --- a/src/IconFullHdRoundedFilled.tsx +++ b/src/IconFullHdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFullHdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdRoundedFilled as default } diff --git a/src/IconFullHdSharp.tsx b/src/IconFullHdSharp.tsx index ff44faa9c..9cea52e24 100644 --- a/src/IconFullHdSharp.tsx +++ b/src/IconFullHdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdSharp: React.FC = ({ ...props }) => ( +export const IconFullHdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdSharp as default } diff --git a/src/IconFullHdSharpFilled.tsx b/src/IconFullHdSharpFilled.tsx index 3fc1ee90b..885be6356 100644 --- a/src/IconFullHdSharpFilled.tsx +++ b/src/IconFullHdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullHdSharpFilled: React.FC = ({ ...props }) => ( +export const IconFullHdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullHdSharpFilled as default } diff --git a/src/IconFullStackedBarChartOutlined.tsx b/src/IconFullStackedBarChartOutlined.tsx index 41e9fe399..f5c8085ea 100644 --- a/src/IconFullStackedBarChartOutlined.tsx +++ b/src/IconFullStackedBarChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartOutlined: React.FC = ({ ...props }) => ( +export const IconFullStackedBarChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullStackedBarChartOutlined as default } diff --git a/src/IconFullStackedBarChartOutlinedFilled.tsx b/src/IconFullStackedBarChartOutlinedFilled.tsx index 5b31eaf4c..a1f212799 100644 --- a/src/IconFullStackedBarChartOutlinedFilled.tsx +++ b/src/IconFullStackedBarChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartOutlinedFilled: React.FC = ({ +export const IconFullStackedBarChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullStackedBarChartOutlinedFilled: React.FC = ({ ) - -export { IconFullStackedBarChartOutlinedFilled as default } diff --git a/src/IconFullStackedBarChartRounded.tsx b/src/IconFullStackedBarChartRounded.tsx index 4f08d5ef2..1030b6a49 100644 --- a/src/IconFullStackedBarChartRounded.tsx +++ b/src/IconFullStackedBarChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartRounded: React.FC = ({ ...props }) => ( +export const IconFullStackedBarChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullStackedBarChartRounded as default } diff --git a/src/IconFullStackedBarChartRoundedFilled.tsx b/src/IconFullStackedBarChartRoundedFilled.tsx index 55c0fc7c9..161cb0b3c 100644 --- a/src/IconFullStackedBarChartRoundedFilled.tsx +++ b/src/IconFullStackedBarChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartRoundedFilled: React.FC = ({ +export const IconFullStackedBarChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullStackedBarChartRoundedFilled: React.FC = ({ ) - -export { IconFullStackedBarChartRoundedFilled as default } diff --git a/src/IconFullStackedBarChartSharp.tsx b/src/IconFullStackedBarChartSharp.tsx index 8e671357c..b4f232d04 100644 --- a/src/IconFullStackedBarChartSharp.tsx +++ b/src/IconFullStackedBarChartSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartSharp: React.FC = ({ ...props }) => ( +export const IconFullStackedBarChartSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullStackedBarChartSharp as default } diff --git a/src/IconFullStackedBarChartSharpFilled.tsx b/src/IconFullStackedBarChartSharpFilled.tsx index ccb376f04..c82d4aa4d 100644 --- a/src/IconFullStackedBarChartSharpFilled.tsx +++ b/src/IconFullStackedBarChartSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullStackedBarChartSharpFilled: React.FC = ({ +export const IconFullStackedBarChartSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullStackedBarChartSharpFilled: React.FC = ({ ) - -export { IconFullStackedBarChartSharpFilled as default } diff --git a/src/IconFullscreenExitOutlined.tsx b/src/IconFullscreenExitOutlined.tsx index 36011944a..9dda5ea59 100644 --- a/src/IconFullscreenExitOutlined.tsx +++ b/src/IconFullscreenExitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitOutlined: React.FC = ({ ...props }) => ( +export const IconFullscreenExitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenExitOutlined as default } diff --git a/src/IconFullscreenExitOutlinedFilled.tsx b/src/IconFullscreenExitOutlinedFilled.tsx index ff1006f83..f83db388a 100644 --- a/src/IconFullscreenExitOutlinedFilled.tsx +++ b/src/IconFullscreenExitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitOutlinedFilled: React.FC = ({ +export const IconFullscreenExitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullscreenExitOutlinedFilled: React.FC = ({ ) - -export { IconFullscreenExitOutlinedFilled as default } diff --git a/src/IconFullscreenExitRounded.tsx b/src/IconFullscreenExitRounded.tsx index be9a95ff2..eb58d8d62 100644 --- a/src/IconFullscreenExitRounded.tsx +++ b/src/IconFullscreenExitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitRounded: React.FC = ({ ...props }) => ( +export const IconFullscreenExitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenExitRounded as default } diff --git a/src/IconFullscreenExitRoundedFilled.tsx b/src/IconFullscreenExitRoundedFilled.tsx index f3ea96e60..18193de24 100644 --- a/src/IconFullscreenExitRoundedFilled.tsx +++ b/src/IconFullscreenExitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFullscreenExitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenExitRoundedFilled as default } diff --git a/src/IconFullscreenExitSharp.tsx b/src/IconFullscreenExitSharp.tsx index 3f7a18072..510aedcd1 100644 --- a/src/IconFullscreenExitSharp.tsx +++ b/src/IconFullscreenExitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitSharp: React.FC = ({ ...props }) => ( +export const IconFullscreenExitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullscreenExitSharp as default } diff --git a/src/IconFullscreenExitSharpFilled.tsx b/src/IconFullscreenExitSharpFilled.tsx index 88e80433a..d841994c4 100644 --- a/src/IconFullscreenExitSharpFilled.tsx +++ b/src/IconFullscreenExitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenExitSharpFilled: React.FC = ({ ...props }) => ( +export const IconFullscreenExitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenExitSharpFilled as default } diff --git a/src/IconFullscreenOutlined.tsx b/src/IconFullscreenOutlined.tsx index e11d75e3a..1172dbefe 100644 --- a/src/IconFullscreenOutlined.tsx +++ b/src/IconFullscreenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenOutlined: React.FC = ({ ...props }) => ( +export const IconFullscreenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullscreenOutlined as default } diff --git a/src/IconFullscreenOutlinedFilled.tsx b/src/IconFullscreenOutlinedFilled.tsx index 17036e44d..bc38d112b 100644 --- a/src/IconFullscreenOutlinedFilled.tsx +++ b/src/IconFullscreenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFullscreenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenOutlinedFilled as default } diff --git a/src/IconFullscreenPortraitOutlined.tsx b/src/IconFullscreenPortraitOutlined.tsx index 3e2974471..dd6b700d1 100644 --- a/src/IconFullscreenPortraitOutlined.tsx +++ b/src/IconFullscreenPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconFullscreenPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenPortraitOutlined as default } diff --git a/src/IconFullscreenPortraitOutlinedFilled.tsx b/src/IconFullscreenPortraitOutlinedFilled.tsx index 7aae3b2c2..f85f8a1b5 100644 --- a/src/IconFullscreenPortraitOutlinedFilled.tsx +++ b/src/IconFullscreenPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitOutlinedFilled: React.FC = ({ +export const IconFullscreenPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullscreenPortraitOutlinedFilled: React.FC = ({ ) - -export { IconFullscreenPortraitOutlinedFilled as default } diff --git a/src/IconFullscreenPortraitRounded.tsx b/src/IconFullscreenPortraitRounded.tsx index fcf11b465..337f51262 100644 --- a/src/IconFullscreenPortraitRounded.tsx +++ b/src/IconFullscreenPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitRounded: React.FC = ({ ...props }) => ( +export const IconFullscreenPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenPortraitRounded as default } diff --git a/src/IconFullscreenPortraitRoundedFilled.tsx b/src/IconFullscreenPortraitRoundedFilled.tsx index a8b389694..6ee001754 100644 --- a/src/IconFullscreenPortraitRoundedFilled.tsx +++ b/src/IconFullscreenPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitRoundedFilled: React.FC = ({ +export const IconFullscreenPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullscreenPortraitRoundedFilled: React.FC = ({ ) - -export { IconFullscreenPortraitRoundedFilled as default } diff --git a/src/IconFullscreenPortraitSharp.tsx b/src/IconFullscreenPortraitSharp.tsx index e89950690..d5090b617 100644 --- a/src/IconFullscreenPortraitSharp.tsx +++ b/src/IconFullscreenPortraitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitSharp: React.FC = ({ ...props }) => ( +export const IconFullscreenPortraitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenPortraitSharp as default } diff --git a/src/IconFullscreenPortraitSharpFilled.tsx b/src/IconFullscreenPortraitSharpFilled.tsx index e240f4dc5..4f10882f3 100644 --- a/src/IconFullscreenPortraitSharpFilled.tsx +++ b/src/IconFullscreenPortraitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenPortraitSharpFilled: React.FC = ({ +export const IconFullscreenPortraitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconFullscreenPortraitSharpFilled: React.FC = ({ ) - -export { IconFullscreenPortraitSharpFilled as default } diff --git a/src/IconFullscreenRounded.tsx b/src/IconFullscreenRounded.tsx index 2f01d4136..d0216f895 100644 --- a/src/IconFullscreenRounded.tsx +++ b/src/IconFullscreenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenRounded: React.FC = ({ ...props }) => ( +export const IconFullscreenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullscreenRounded as default } diff --git a/src/IconFullscreenRoundedFilled.tsx b/src/IconFullscreenRoundedFilled.tsx index b941b4245..2792b56c5 100644 --- a/src/IconFullscreenRoundedFilled.tsx +++ b/src/IconFullscreenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFullscreenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenRoundedFilled as default } diff --git a/src/IconFullscreenSharp.tsx b/src/IconFullscreenSharp.tsx index b6a7d59ff..3e2726b28 100644 --- a/src/IconFullscreenSharp.tsx +++ b/src/IconFullscreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenSharp: React.FC = ({ ...props }) => ( +export const IconFullscreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFullscreenSharp as default } diff --git a/src/IconFullscreenSharpFilled.tsx b/src/IconFullscreenSharpFilled.tsx index 069d805d4..49f7d398c 100644 --- a/src/IconFullscreenSharpFilled.tsx +++ b/src/IconFullscreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFullscreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconFullscreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFullscreenSharpFilled as default } diff --git a/src/IconFunctionOutlined.tsx b/src/IconFunctionOutlined.tsx index 6f0fcc3b3..d146be648 100644 --- a/src/IconFunctionOutlined.tsx +++ b/src/IconFunctionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionOutlined: React.FC = ({ ...props }) => ( +export const IconFunctionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionOutlined as default } diff --git a/src/IconFunctionOutlinedFilled.tsx b/src/IconFunctionOutlinedFilled.tsx index ea20dfac1..6e4cdeb0f 100644 --- a/src/IconFunctionOutlinedFilled.tsx +++ b/src/IconFunctionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFunctionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunctionOutlinedFilled as default } diff --git a/src/IconFunctionRounded.tsx b/src/IconFunctionRounded.tsx index 07946c466..48fad7407 100644 --- a/src/IconFunctionRounded.tsx +++ b/src/IconFunctionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionRounded: React.FC = ({ ...props }) => ( +export const IconFunctionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionRounded as default } diff --git a/src/IconFunctionRoundedFilled.tsx b/src/IconFunctionRoundedFilled.tsx index 754b1891d..d77f16164 100644 --- a/src/IconFunctionRoundedFilled.tsx +++ b/src/IconFunctionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFunctionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunctionRoundedFilled as default } diff --git a/src/IconFunctionSharp.tsx b/src/IconFunctionSharp.tsx index 324c1a1fd..061af29f9 100644 --- a/src/IconFunctionSharp.tsx +++ b/src/IconFunctionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionSharp: React.FC = ({ ...props }) => ( +export const IconFunctionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionSharp as default } diff --git a/src/IconFunctionSharpFilled.tsx b/src/IconFunctionSharpFilled.tsx index a6a68c9de..a2c4279cf 100644 --- a/src/IconFunctionSharpFilled.tsx +++ b/src/IconFunctionSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionSharpFilled: React.FC = ({ ...props }) => ( +export const IconFunctionSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionSharpFilled as default } diff --git a/src/IconFunctionsOutlined.tsx b/src/IconFunctionsOutlined.tsx index d0faf430e..a9cebbec9 100644 --- a/src/IconFunctionsOutlined.tsx +++ b/src/IconFunctionsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsOutlined: React.FC = ({ ...props }) => ( +export const IconFunctionsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionsOutlined as default } diff --git a/src/IconFunctionsOutlinedFilled.tsx b/src/IconFunctionsOutlinedFilled.tsx index 53e2a74a2..1ce3cb321 100644 --- a/src/IconFunctionsOutlinedFilled.tsx +++ b/src/IconFunctionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFunctionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunctionsOutlinedFilled as default } diff --git a/src/IconFunctionsRounded.tsx b/src/IconFunctionsRounded.tsx index 19016550f..db5131bd3 100644 --- a/src/IconFunctionsRounded.tsx +++ b/src/IconFunctionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsRounded: React.FC = ({ ...props }) => ( +export const IconFunctionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionsRounded as default } diff --git a/src/IconFunctionsRoundedFilled.tsx b/src/IconFunctionsRoundedFilled.tsx index ed4956c41..072a60f39 100644 --- a/src/IconFunctionsRoundedFilled.tsx +++ b/src/IconFunctionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFunctionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunctionsRoundedFilled as default } diff --git a/src/IconFunctionsSharp.tsx b/src/IconFunctionsSharp.tsx index f84eab595..0ba72a649 100644 --- a/src/IconFunctionsSharp.tsx +++ b/src/IconFunctionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsSharp: React.FC = ({ ...props }) => ( +export const IconFunctionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionsSharp as default } diff --git a/src/IconFunctionsSharpFilled.tsx b/src/IconFunctionsSharpFilled.tsx index 072e0a393..52b28d9cb 100644 --- a/src/IconFunctionsSharpFilled.tsx +++ b/src/IconFunctionsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunctionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconFunctionsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunctionsSharpFilled as default } diff --git a/src/IconFunicularOutlined.tsx b/src/IconFunicularOutlined.tsx index afa16f183..8ad752a27 100644 --- a/src/IconFunicularOutlined.tsx +++ b/src/IconFunicularOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularOutlined: React.FC = ({ ...props }) => ( +export const IconFunicularOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunicularOutlined as default } diff --git a/src/IconFunicularOutlinedFilled.tsx b/src/IconFunicularOutlinedFilled.tsx index 42aab2f85..bba9a9fae 100644 --- a/src/IconFunicularOutlinedFilled.tsx +++ b/src/IconFunicularOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconFunicularOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunicularOutlinedFilled as default } diff --git a/src/IconFunicularRounded.tsx b/src/IconFunicularRounded.tsx index 187f2810a..48779b5aa 100644 --- a/src/IconFunicularRounded.tsx +++ b/src/IconFunicularRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularRounded: React.FC = ({ ...props }) => ( +export const IconFunicularRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunicularRounded as default } diff --git a/src/IconFunicularRoundedFilled.tsx b/src/IconFunicularRoundedFilled.tsx index eae3dacc8..dc9a75eae 100644 --- a/src/IconFunicularRoundedFilled.tsx +++ b/src/IconFunicularRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularRoundedFilled: React.FC = ({ ...props }) => ( +export const IconFunicularRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconFunicularRoundedFilled as default } diff --git a/src/IconFunicularSharp.tsx b/src/IconFunicularSharp.tsx index e5351321c..b49de4b77 100644 --- a/src/IconFunicularSharp.tsx +++ b/src/IconFunicularSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularSharp: React.FC = ({ ...props }) => ( +export const IconFunicularSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunicularSharp as default } diff --git a/src/IconFunicularSharpFilled.tsx b/src/IconFunicularSharpFilled.tsx index 9a109722f..5c71d968d 100644 --- a/src/IconFunicularSharpFilled.tsx +++ b/src/IconFunicularSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconFunicularSharpFilled: React.FC = ({ ...props }) => ( +export const IconFunicularSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconFunicularSharpFilled as default } diff --git a/src/IconGMobiledataBadgeOutlined.tsx b/src/IconGMobiledataBadgeOutlined.tsx index 3a7cbac85..519f7f30b 100644 --- a/src/IconGMobiledataBadgeOutlined.tsx +++ b/src/IconGMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconGMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataBadgeOutlined as default } diff --git a/src/IconGMobiledataBadgeOutlinedFilled.tsx b/src/IconGMobiledataBadgeOutlinedFilled.tsx index 4ef0c77f0..8d858ceac 100644 --- a/src/IconGMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconGMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconGMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconGMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconGMobiledataBadgeRounded.tsx b/src/IconGMobiledataBadgeRounded.tsx index 0ed2bd0f0..71d202726 100644 --- a/src/IconGMobiledataBadgeRounded.tsx +++ b/src/IconGMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconGMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataBadgeRounded as default } diff --git a/src/IconGMobiledataBadgeRoundedFilled.tsx b/src/IconGMobiledataBadgeRoundedFilled.tsx index 9b19f67f5..df3ed27fc 100644 --- a/src/IconGMobiledataBadgeRoundedFilled.tsx +++ b/src/IconGMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconGMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconGMobiledataBadgeRoundedFilled as default } diff --git a/src/IconGMobiledataBadgeSharp.tsx b/src/IconGMobiledataBadgeSharp.tsx index 074a4c0b5..597a3840e 100644 --- a/src/IconGMobiledataBadgeSharp.tsx +++ b/src/IconGMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconGMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataBadgeSharp as default } diff --git a/src/IconGMobiledataBadgeSharpFilled.tsx b/src/IconGMobiledataBadgeSharpFilled.tsx index 78621b42b..7b2bbb95c 100644 --- a/src/IconGMobiledataBadgeSharpFilled.tsx +++ b/src/IconGMobiledataBadgeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconGMobiledataBadgeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataBadgeSharpFilled as default } diff --git a/src/IconGMobiledataOutlined.tsx b/src/IconGMobiledataOutlined.tsx index 7235fecdf..2f3ca7cfd 100644 --- a/src/IconGMobiledataOutlined.tsx +++ b/src/IconGMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconGMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGMobiledataOutlined as default } diff --git a/src/IconGMobiledataOutlinedFilled.tsx b/src/IconGMobiledataOutlinedFilled.tsx index 0aebc93e3..1cabdd839 100644 --- a/src/IconGMobiledataOutlinedFilled.tsx +++ b/src/IconGMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataOutlinedFilled as default } diff --git a/src/IconGMobiledataRounded.tsx b/src/IconGMobiledataRounded.tsx index 28f037384..85201fa65 100644 --- a/src/IconGMobiledataRounded.tsx +++ b/src/IconGMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconGMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGMobiledataRounded as default } diff --git a/src/IconGMobiledataRoundedFilled.tsx b/src/IconGMobiledataRoundedFilled.tsx index 527d65c83..d0bf598c0 100644 --- a/src/IconGMobiledataRoundedFilled.tsx +++ b/src/IconGMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataRoundedFilled as default } diff --git a/src/IconGMobiledataSharp.tsx b/src/IconGMobiledataSharp.tsx index c0f3543bd..f19c48370 100644 --- a/src/IconGMobiledataSharp.tsx +++ b/src/IconGMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconGMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGMobiledataSharp as default } diff --git a/src/IconGMobiledataSharpFilled.tsx b/src/IconGMobiledataSharpFilled.tsx index a3bea6289..67957240d 100644 --- a/src/IconGMobiledataSharpFilled.tsx +++ b/src/IconGMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconGMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGMobiledataSharpFilled as default } diff --git a/src/IconGTranslateOutlined.tsx b/src/IconGTranslateOutlined.tsx index eb1d1a3f9..f955373ab 100644 --- a/src/IconGTranslateOutlined.tsx +++ b/src/IconGTranslateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateOutlined: React.FC = ({ ...props }) => ( +export const IconGTranslateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGTranslateOutlined as default } diff --git a/src/IconGTranslateOutlinedFilled.tsx b/src/IconGTranslateOutlinedFilled.tsx index c22d05f9d..b2c4dfcf6 100644 --- a/src/IconGTranslateOutlinedFilled.tsx +++ b/src/IconGTranslateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGTranslateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGTranslateOutlinedFilled as default } diff --git a/src/IconGTranslateRounded.tsx b/src/IconGTranslateRounded.tsx index 0d99e251a..08df4790a 100644 --- a/src/IconGTranslateRounded.tsx +++ b/src/IconGTranslateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateRounded: React.FC = ({ ...props }) => ( +export const IconGTranslateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGTranslateRounded as default } diff --git a/src/IconGTranslateRoundedFilled.tsx b/src/IconGTranslateRoundedFilled.tsx index ab7dbfdc6..1daa75ed3 100644 --- a/src/IconGTranslateRoundedFilled.tsx +++ b/src/IconGTranslateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGTranslateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGTranslateRoundedFilled as default } diff --git a/src/IconGTranslateSharp.tsx b/src/IconGTranslateSharp.tsx index 15b25aa7a..1c16589f9 100644 --- a/src/IconGTranslateSharp.tsx +++ b/src/IconGTranslateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateSharp: React.FC = ({ ...props }) => ( +export const IconGTranslateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGTranslateSharp as default } diff --git a/src/IconGTranslateSharpFilled.tsx b/src/IconGTranslateSharpFilled.tsx index 58cb2f29d..4ca23028f 100644 --- a/src/IconGTranslateSharpFilled.tsx +++ b/src/IconGTranslateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGTranslateSharpFilled: React.FC = ({ ...props }) => ( +export const IconGTranslateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGTranslateSharpFilled as default } diff --git a/src/IconGalleryThumbnailOutlined.tsx b/src/IconGalleryThumbnailOutlined.tsx index 97148c5f1..44fd8308b 100644 --- a/src/IconGalleryThumbnailOutlined.tsx +++ b/src/IconGalleryThumbnailOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailOutlined: React.FC = ({ ...props }) => ( +export const IconGalleryThumbnailOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGalleryThumbnailOutlined as default } diff --git a/src/IconGalleryThumbnailOutlinedFilled.tsx b/src/IconGalleryThumbnailOutlinedFilled.tsx index 352e76beb..0d01cf813 100644 --- a/src/IconGalleryThumbnailOutlinedFilled.tsx +++ b/src/IconGalleryThumbnailOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailOutlinedFilled: React.FC = ({ +export const IconGalleryThumbnailOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGalleryThumbnailOutlinedFilled: React.FC = ({ ) - -export { IconGalleryThumbnailOutlinedFilled as default } diff --git a/src/IconGalleryThumbnailRounded.tsx b/src/IconGalleryThumbnailRounded.tsx index 0f7269452..1e3409d46 100644 --- a/src/IconGalleryThumbnailRounded.tsx +++ b/src/IconGalleryThumbnailRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailRounded: React.FC = ({ ...props }) => ( +export const IconGalleryThumbnailRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGalleryThumbnailRounded as default } diff --git a/src/IconGalleryThumbnailRoundedFilled.tsx b/src/IconGalleryThumbnailRoundedFilled.tsx index 14cbfeef3..c03dc5183 100644 --- a/src/IconGalleryThumbnailRoundedFilled.tsx +++ b/src/IconGalleryThumbnailRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailRoundedFilled: React.FC = ({ +export const IconGalleryThumbnailRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGalleryThumbnailRoundedFilled: React.FC = ({ ) - -export { IconGalleryThumbnailRoundedFilled as default } diff --git a/src/IconGalleryThumbnailSharp.tsx b/src/IconGalleryThumbnailSharp.tsx index b7c8717d5..96af07e47 100644 --- a/src/IconGalleryThumbnailSharp.tsx +++ b/src/IconGalleryThumbnailSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailSharp: React.FC = ({ ...props }) => ( +export const IconGalleryThumbnailSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGalleryThumbnailSharp as default } diff --git a/src/IconGalleryThumbnailSharpFilled.tsx b/src/IconGalleryThumbnailSharpFilled.tsx index c781c28ae..23ed796cb 100644 --- a/src/IconGalleryThumbnailSharpFilled.tsx +++ b/src/IconGalleryThumbnailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGalleryThumbnailSharpFilled: React.FC = ({ ...props }) => ( +export const IconGalleryThumbnailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGalleryThumbnailSharpFilled as default } diff --git a/src/IconGamepadOutlined.tsx b/src/IconGamepadOutlined.tsx index e877b6459..97231f30f 100644 --- a/src/IconGamepadOutlined.tsx +++ b/src/IconGamepadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadOutlined: React.FC = ({ ...props }) => ( +export const IconGamepadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGamepadOutlined as default } diff --git a/src/IconGamepadOutlinedFilled.tsx b/src/IconGamepadOutlinedFilled.tsx index b0efcb119..7c03264d3 100644 --- a/src/IconGamepadOutlinedFilled.tsx +++ b/src/IconGamepadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGamepadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGamepadOutlinedFilled as default } diff --git a/src/IconGamepadRounded.tsx b/src/IconGamepadRounded.tsx index 10f4108cc..2e41dcc81 100644 --- a/src/IconGamepadRounded.tsx +++ b/src/IconGamepadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadRounded: React.FC = ({ ...props }) => ( +export const IconGamepadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGamepadRounded as default } diff --git a/src/IconGamepadRoundedFilled.tsx b/src/IconGamepadRoundedFilled.tsx index 057d44dfd..5d47361f7 100644 --- a/src/IconGamepadRoundedFilled.tsx +++ b/src/IconGamepadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGamepadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGamepadRoundedFilled as default } diff --git a/src/IconGamepadSharp.tsx b/src/IconGamepadSharp.tsx index 74f270b54..a91d3cdba 100644 --- a/src/IconGamepadSharp.tsx +++ b/src/IconGamepadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadSharp: React.FC = ({ ...props }) => ( +export const IconGamepadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGamepadSharp as default } diff --git a/src/IconGamepadSharpFilled.tsx b/src/IconGamepadSharpFilled.tsx index fb8a281d5..c50eceb47 100644 --- a/src/IconGamepadSharpFilled.tsx +++ b/src/IconGamepadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGamepadSharpFilled: React.FC = ({ ...props }) => ( +export const IconGamepadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGamepadSharpFilled as default } diff --git a/src/IconGarageDoorOutlined.tsx b/src/IconGarageDoorOutlined.tsx index ef4c7e514..933318b7c 100644 --- a/src/IconGarageDoorOutlined.tsx +++ b/src/IconGarageDoorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorOutlined: React.FC = ({ ...props }) => ( +export const IconGarageDoorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageDoorOutlined as default } diff --git a/src/IconGarageDoorOutlinedFilled.tsx b/src/IconGarageDoorOutlinedFilled.tsx index 55bee206a..10d02872a 100644 --- a/src/IconGarageDoorOutlinedFilled.tsx +++ b/src/IconGarageDoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGarageDoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageDoorOutlinedFilled as default } diff --git a/src/IconGarageDoorRounded.tsx b/src/IconGarageDoorRounded.tsx index eb1a35a4d..5e81bc94a 100644 --- a/src/IconGarageDoorRounded.tsx +++ b/src/IconGarageDoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorRounded: React.FC = ({ ...props }) => ( +export const IconGarageDoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageDoorRounded as default } diff --git a/src/IconGarageDoorRoundedFilled.tsx b/src/IconGarageDoorRoundedFilled.tsx index 672a6ead1..fba919b97 100644 --- a/src/IconGarageDoorRoundedFilled.tsx +++ b/src/IconGarageDoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGarageDoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageDoorRoundedFilled as default } diff --git a/src/IconGarageDoorSharp.tsx b/src/IconGarageDoorSharp.tsx index 08ed6f400..07a45fbc6 100644 --- a/src/IconGarageDoorSharp.tsx +++ b/src/IconGarageDoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorSharp: React.FC = ({ ...props }) => ( +export const IconGarageDoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageDoorSharp as default } diff --git a/src/IconGarageDoorSharpFilled.tsx b/src/IconGarageDoorSharpFilled.tsx index 5076e5812..72e10e39d 100644 --- a/src/IconGarageDoorSharpFilled.tsx +++ b/src/IconGarageDoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageDoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconGarageDoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageDoorSharpFilled as default } diff --git a/src/IconGarageHomeOutlined.tsx b/src/IconGarageHomeOutlined.tsx index 0c4941d0e..bed2604bc 100644 --- a/src/IconGarageHomeOutlined.tsx +++ b/src/IconGarageHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeOutlined: React.FC = ({ ...props }) => ( +export const IconGarageHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageHomeOutlined as default } diff --git a/src/IconGarageHomeOutlinedFilled.tsx b/src/IconGarageHomeOutlinedFilled.tsx index 36cb2f15a..a7d865998 100644 --- a/src/IconGarageHomeOutlinedFilled.tsx +++ b/src/IconGarageHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGarageHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageHomeOutlinedFilled as default } diff --git a/src/IconGarageHomeRounded.tsx b/src/IconGarageHomeRounded.tsx index ee48dfd33..db2eb2c05 100644 --- a/src/IconGarageHomeRounded.tsx +++ b/src/IconGarageHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeRounded: React.FC = ({ ...props }) => ( +export const IconGarageHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageHomeRounded as default } diff --git a/src/IconGarageHomeRoundedFilled.tsx b/src/IconGarageHomeRoundedFilled.tsx index d25219edb..999cefb70 100644 --- a/src/IconGarageHomeRoundedFilled.tsx +++ b/src/IconGarageHomeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGarageHomeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageHomeRoundedFilled as default } diff --git a/src/IconGarageHomeSharp.tsx b/src/IconGarageHomeSharp.tsx index 4ec9824a5..fd790b281 100644 --- a/src/IconGarageHomeSharp.tsx +++ b/src/IconGarageHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeSharp: React.FC = ({ ...props }) => ( +export const IconGarageHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageHomeSharp as default } diff --git a/src/IconGarageHomeSharpFilled.tsx b/src/IconGarageHomeSharpFilled.tsx index 3e45b55ac..40ee178d7 100644 --- a/src/IconGarageHomeSharpFilled.tsx +++ b/src/IconGarageHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGarageHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconGarageHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGarageHomeSharpFilled as default } diff --git a/src/IconGarageOutlined.tsx b/src/IconGarageOutlined.tsx index 0d89ea9ef..0899aea20 100644 --- a/src/IconGarageOutlined.tsx +++ b/src/IconGarageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageOutlined: React.FC = ({ ...props }) => ( +export const IconGarageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageOutlined as default } diff --git a/src/IconGarageOutlinedFilled.tsx b/src/IconGarageOutlinedFilled.tsx index 124ac4649..42ea448c5 100644 --- a/src/IconGarageOutlinedFilled.tsx +++ b/src/IconGarageOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGarageOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageOutlinedFilled as default } diff --git a/src/IconGarageRounded.tsx b/src/IconGarageRounded.tsx index 4f8dc99d4..cbe11d8da 100644 --- a/src/IconGarageRounded.tsx +++ b/src/IconGarageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageRounded: React.FC = ({ ...props }) => ( +export const IconGarageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageRounded as default } diff --git a/src/IconGarageRoundedFilled.tsx b/src/IconGarageRoundedFilled.tsx index 9bf043b16..60923cb14 100644 --- a/src/IconGarageRoundedFilled.tsx +++ b/src/IconGarageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGarageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageRoundedFilled as default } diff --git a/src/IconGarageSharp.tsx b/src/IconGarageSharp.tsx index b3fb06380..8c679d6d8 100644 --- a/src/IconGarageSharp.tsx +++ b/src/IconGarageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageSharp: React.FC = ({ ...props }) => ( +export const IconGarageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageSharp as default } diff --git a/src/IconGarageSharpFilled.tsx b/src/IconGarageSharpFilled.tsx index 8a130962d..fb6ffadda 100644 --- a/src/IconGarageSharpFilled.tsx +++ b/src/IconGarageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGarageSharpFilled: React.FC = ({ ...props }) => ( +export const IconGarageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGarageSharpFilled as default } diff --git a/src/IconGardenCartOutlined.tsx b/src/IconGardenCartOutlined.tsx index 122c78b0b..eec9afa6b 100644 --- a/src/IconGardenCartOutlined.tsx +++ b/src/IconGardenCartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartOutlined: React.FC = ({ ...props }) => ( +export const IconGardenCartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGardenCartOutlined as default } diff --git a/src/IconGardenCartOutlinedFilled.tsx b/src/IconGardenCartOutlinedFilled.tsx index 73221f458..03f4e98b0 100644 --- a/src/IconGardenCartOutlinedFilled.tsx +++ b/src/IconGardenCartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGardenCartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGardenCartOutlinedFilled as default } diff --git a/src/IconGardenCartRounded.tsx b/src/IconGardenCartRounded.tsx index 628ea888a..4d6b36d61 100644 --- a/src/IconGardenCartRounded.tsx +++ b/src/IconGardenCartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartRounded: React.FC = ({ ...props }) => ( +export const IconGardenCartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGardenCartRounded as default } diff --git a/src/IconGardenCartRoundedFilled.tsx b/src/IconGardenCartRoundedFilled.tsx index f307f099f..5555f64ef 100644 --- a/src/IconGardenCartRoundedFilled.tsx +++ b/src/IconGardenCartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGardenCartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGardenCartRoundedFilled as default } diff --git a/src/IconGardenCartSharp.tsx b/src/IconGardenCartSharp.tsx index 5872dcb75..80d7ea144 100644 --- a/src/IconGardenCartSharp.tsx +++ b/src/IconGardenCartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartSharp: React.FC = ({ ...props }) => ( +export const IconGardenCartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGardenCartSharp as default } diff --git a/src/IconGardenCartSharpFilled.tsx b/src/IconGardenCartSharpFilled.tsx index 5ef096f59..11bcfdb8f 100644 --- a/src/IconGardenCartSharpFilled.tsx +++ b/src/IconGardenCartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGardenCartSharpFilled: React.FC = ({ ...props }) => ( +export const IconGardenCartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGardenCartSharpFilled as default } diff --git a/src/IconGasMeterOutlined.tsx b/src/IconGasMeterOutlined.tsx index 1eec0a528..4f3657c8d 100644 --- a/src/IconGasMeterOutlined.tsx +++ b/src/IconGasMeterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterOutlined: React.FC = ({ ...props }) => ( +export const IconGasMeterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGasMeterOutlined as default } diff --git a/src/IconGasMeterOutlinedFilled.tsx b/src/IconGasMeterOutlinedFilled.tsx index b5a924f2a..9b296837f 100644 --- a/src/IconGasMeterOutlinedFilled.tsx +++ b/src/IconGasMeterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGasMeterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGasMeterOutlinedFilled as default } diff --git a/src/IconGasMeterRounded.tsx b/src/IconGasMeterRounded.tsx index 8cacecc60..1d37326a3 100644 --- a/src/IconGasMeterRounded.tsx +++ b/src/IconGasMeterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterRounded: React.FC = ({ ...props }) => ( +export const IconGasMeterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGasMeterRounded as default } diff --git a/src/IconGasMeterRoundedFilled.tsx b/src/IconGasMeterRoundedFilled.tsx index d5ea62f45..672f955f0 100644 --- a/src/IconGasMeterRoundedFilled.tsx +++ b/src/IconGasMeterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGasMeterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGasMeterRoundedFilled as default } diff --git a/src/IconGasMeterSharp.tsx b/src/IconGasMeterSharp.tsx index b69bfd08b..baaaa980c 100644 --- a/src/IconGasMeterSharp.tsx +++ b/src/IconGasMeterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterSharp: React.FC = ({ ...props }) => ( +export const IconGasMeterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGasMeterSharp as default } diff --git a/src/IconGasMeterSharpFilled.tsx b/src/IconGasMeterSharpFilled.tsx index 37bd10d86..c888bd6bc 100644 --- a/src/IconGasMeterSharpFilled.tsx +++ b/src/IconGasMeterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGasMeterSharpFilled: React.FC = ({ ...props }) => ( +export const IconGasMeterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGasMeterSharpFilled as default } diff --git a/src/IconGastroenterologyOutlined.tsx b/src/IconGastroenterologyOutlined.tsx index f49799d21..178118ecd 100644 --- a/src/IconGastroenterologyOutlined.tsx +++ b/src/IconGastroenterologyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologyOutlined: React.FC = ({ ...props }) => ( +export const IconGastroenterologyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGastroenterologyOutlined as default } diff --git a/src/IconGastroenterologyOutlinedFilled.tsx b/src/IconGastroenterologyOutlinedFilled.tsx index 5f15f4024..171a107be 100644 --- a/src/IconGastroenterologyOutlinedFilled.tsx +++ b/src/IconGastroenterologyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologyOutlinedFilled: React.FC = ({ +export const IconGastroenterologyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGastroenterologyOutlinedFilled: React.FC = ({ ) - -export { IconGastroenterologyOutlinedFilled as default } diff --git a/src/IconGastroenterologyRounded.tsx b/src/IconGastroenterologyRounded.tsx index 8a14b16ff..c4d9f2a09 100644 --- a/src/IconGastroenterologyRounded.tsx +++ b/src/IconGastroenterologyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologyRounded: React.FC = ({ ...props }) => ( +export const IconGastroenterologyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGastroenterologyRounded as default } diff --git a/src/IconGastroenterologyRoundedFilled.tsx b/src/IconGastroenterologyRoundedFilled.tsx index a0e25c917..f5499323f 100644 --- a/src/IconGastroenterologyRoundedFilled.tsx +++ b/src/IconGastroenterologyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologyRoundedFilled: React.FC = ({ +export const IconGastroenterologyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGastroenterologyRoundedFilled: React.FC = ({ ) - -export { IconGastroenterologyRoundedFilled as default } diff --git a/src/IconGastroenterologySharp.tsx b/src/IconGastroenterologySharp.tsx index 11e223139..67562cbfe 100644 --- a/src/IconGastroenterologySharp.tsx +++ b/src/IconGastroenterologySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologySharp: React.FC = ({ ...props }) => ( +export const IconGastroenterologySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGastroenterologySharp as default } diff --git a/src/IconGastroenterologySharpFilled.tsx b/src/IconGastroenterologySharpFilled.tsx index 75b0db7e7..2341317ae 100644 --- a/src/IconGastroenterologySharpFilled.tsx +++ b/src/IconGastroenterologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGastroenterologySharpFilled: React.FC = ({ ...props }) => ( +export const IconGastroenterologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGastroenterologySharpFilled as default } diff --git a/src/IconGateOutlined.tsx b/src/IconGateOutlined.tsx index bbca2526c..34498532d 100644 --- a/src/IconGateOutlined.tsx +++ b/src/IconGateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateOutlined: React.FC = ({ ...props }) => ( +export const IconGateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateOutlined as default } diff --git a/src/IconGateOutlinedFilled.tsx b/src/IconGateOutlinedFilled.tsx index 7a5c16198..5eda752ba 100644 --- a/src/IconGateOutlinedFilled.tsx +++ b/src/IconGateOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGateOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateOutlinedFilled as default } diff --git a/src/IconGateRounded.tsx b/src/IconGateRounded.tsx index 455febd5e..9f002d77a 100644 --- a/src/IconGateRounded.tsx +++ b/src/IconGateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateRounded: React.FC = ({ ...props }) => ( +export const IconGateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateRounded as default } diff --git a/src/IconGateRoundedFilled.tsx b/src/IconGateRoundedFilled.tsx index 8aefeafbb..d0207f82a 100644 --- a/src/IconGateRoundedFilled.tsx +++ b/src/IconGateRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGateRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateRoundedFilled as default } diff --git a/src/IconGateSharp.tsx b/src/IconGateSharp.tsx index f5c41b175..76885dc07 100644 --- a/src/IconGateSharp.tsx +++ b/src/IconGateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateSharp: React.FC = ({ ...props }) => ( +export const IconGateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateSharp as default } diff --git a/src/IconGateSharpFilled.tsx b/src/IconGateSharpFilled.tsx index d84bced5f..e63c49ca1 100644 --- a/src/IconGateSharpFilled.tsx +++ b/src/IconGateSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGateSharpFilled: React.FC = ({ ...props }) => ( +export const IconGateSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGateSharpFilled as default } diff --git a/src/IconGavelOutlined.tsx b/src/IconGavelOutlined.tsx index f9cb13af5..c92970042 100644 --- a/src/IconGavelOutlined.tsx +++ b/src/IconGavelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelOutlined: React.FC = ({ ...props }) => ( +export const IconGavelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelOutlined as default } diff --git a/src/IconGavelOutlinedFilled.tsx b/src/IconGavelOutlinedFilled.tsx index 69be665cd..61f8909ec 100644 --- a/src/IconGavelOutlinedFilled.tsx +++ b/src/IconGavelOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGavelOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelOutlinedFilled as default } diff --git a/src/IconGavelRounded.tsx b/src/IconGavelRounded.tsx index 96b2228fe..914c57a65 100644 --- a/src/IconGavelRounded.tsx +++ b/src/IconGavelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelRounded: React.FC = ({ ...props }) => ( +export const IconGavelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelRounded as default } diff --git a/src/IconGavelRoundedFilled.tsx b/src/IconGavelRoundedFilled.tsx index 761ac6515..1d89ccc13 100644 --- a/src/IconGavelRoundedFilled.tsx +++ b/src/IconGavelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGavelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelRoundedFilled as default } diff --git a/src/IconGavelSharp.tsx b/src/IconGavelSharp.tsx index 5a9921ccc..f334bb912 100644 --- a/src/IconGavelSharp.tsx +++ b/src/IconGavelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelSharp: React.FC = ({ ...props }) => ( +export const IconGavelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelSharp as default } diff --git a/src/IconGavelSharpFilled.tsx b/src/IconGavelSharpFilled.tsx index fe4a1c7b1..8bf06043c 100644 --- a/src/IconGavelSharpFilled.tsx +++ b/src/IconGavelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGavelSharpFilled: React.FC = ({ ...props }) => ( +export const IconGavelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGavelSharpFilled as default } diff --git a/src/IconGeneralDeviceOutlined.tsx b/src/IconGeneralDeviceOutlined.tsx index f797668db..d71c530a5 100644 --- a/src/IconGeneralDeviceOutlined.tsx +++ b/src/IconGeneralDeviceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceOutlined as default } diff --git a/src/IconGeneralDeviceOutlinedFilled.tsx b/src/IconGeneralDeviceOutlinedFilled.tsx index 10e72798d..8330347de 100644 --- a/src/IconGeneralDeviceOutlinedFilled.tsx +++ b/src/IconGeneralDeviceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceOutlinedFilled as default } diff --git a/src/IconGeneralDeviceRounded.tsx b/src/IconGeneralDeviceRounded.tsx index 3735bf430..dc785e36c 100644 --- a/src/IconGeneralDeviceRounded.tsx +++ b/src/IconGeneralDeviceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceRounded: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceRounded as default } diff --git a/src/IconGeneralDeviceRoundedFilled.tsx b/src/IconGeneralDeviceRoundedFilled.tsx index dcba51e49..c25271ac6 100644 --- a/src/IconGeneralDeviceRoundedFilled.tsx +++ b/src/IconGeneralDeviceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceRoundedFilled as default } diff --git a/src/IconGeneralDeviceSharp.tsx b/src/IconGeneralDeviceSharp.tsx index c9d37065c..d2d5edd56 100644 --- a/src/IconGeneralDeviceSharp.tsx +++ b/src/IconGeneralDeviceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceSharp: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceSharp as default } diff --git a/src/IconGeneralDeviceSharpFilled.tsx b/src/IconGeneralDeviceSharpFilled.tsx index 5a67b3def..160e5aa96 100644 --- a/src/IconGeneralDeviceSharpFilled.tsx +++ b/src/IconGeneralDeviceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneralDeviceSharpFilled: React.FC = ({ ...props }) => ( +export const IconGeneralDeviceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneralDeviceSharpFilled as default } diff --git a/src/IconGeneticsOutlined.tsx b/src/IconGeneticsOutlined.tsx index 45c7b26f3..bcf9e1a0d 100644 --- a/src/IconGeneticsOutlined.tsx +++ b/src/IconGeneticsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsOutlined: React.FC = ({ ...props }) => ( +export const IconGeneticsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneticsOutlined as default } diff --git a/src/IconGeneticsOutlinedFilled.tsx b/src/IconGeneticsOutlinedFilled.tsx index 517e358cb..f281a1e4f 100644 --- a/src/IconGeneticsOutlinedFilled.tsx +++ b/src/IconGeneticsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGeneticsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneticsOutlinedFilled as default } diff --git a/src/IconGeneticsRounded.tsx b/src/IconGeneticsRounded.tsx index 9041cc1ec..40e771dd8 100644 --- a/src/IconGeneticsRounded.tsx +++ b/src/IconGeneticsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsRounded: React.FC = ({ ...props }) => ( +export const IconGeneticsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneticsRounded as default } diff --git a/src/IconGeneticsRoundedFilled.tsx b/src/IconGeneticsRoundedFilled.tsx index 92f16adfc..d95c8dfb9 100644 --- a/src/IconGeneticsRoundedFilled.tsx +++ b/src/IconGeneticsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGeneticsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGeneticsRoundedFilled as default } diff --git a/src/IconGeneticsSharp.tsx b/src/IconGeneticsSharp.tsx index 7ea4840e5..9166e0b1d 100644 --- a/src/IconGeneticsSharp.tsx +++ b/src/IconGeneticsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsSharp: React.FC = ({ ...props }) => ( +export const IconGeneticsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneticsSharp as default } diff --git a/src/IconGeneticsSharpFilled.tsx b/src/IconGeneticsSharpFilled.tsx index 38108b8f9..7b8ff083d 100644 --- a/src/IconGeneticsSharpFilled.tsx +++ b/src/IconGeneticsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGeneticsSharpFilled: React.FC = ({ ...props }) => ( +export const IconGeneticsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGeneticsSharpFilled as default } diff --git a/src/IconGenresOutlined.tsx b/src/IconGenresOutlined.tsx index 75761e54e..7b524a426 100644 --- a/src/IconGenresOutlined.tsx +++ b/src/IconGenresOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresOutlined: React.FC = ({ ...props }) => ( +export const IconGenresOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresOutlined as default } diff --git a/src/IconGenresOutlinedFilled.tsx b/src/IconGenresOutlinedFilled.tsx index a7052f2ff..365cbcf91 100644 --- a/src/IconGenresOutlinedFilled.tsx +++ b/src/IconGenresOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGenresOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresOutlinedFilled as default } diff --git a/src/IconGenresRounded.tsx b/src/IconGenresRounded.tsx index c0ad498a9..9dcc7ee50 100644 --- a/src/IconGenresRounded.tsx +++ b/src/IconGenresRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresRounded: React.FC = ({ ...props }) => ( +export const IconGenresRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresRounded as default } diff --git a/src/IconGenresRoundedFilled.tsx b/src/IconGenresRoundedFilled.tsx index eeb494da1..68a4a35ae 100644 --- a/src/IconGenresRoundedFilled.tsx +++ b/src/IconGenresRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGenresRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresRoundedFilled as default } diff --git a/src/IconGenresSharp.tsx b/src/IconGenresSharp.tsx index be4d5cfc0..2780dff62 100644 --- a/src/IconGenresSharp.tsx +++ b/src/IconGenresSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresSharp: React.FC = ({ ...props }) => ( +export const IconGenresSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresSharp as default } diff --git a/src/IconGenresSharpFilled.tsx b/src/IconGenresSharpFilled.tsx index 255d2edcb..b8e2268ca 100644 --- a/src/IconGenresSharpFilled.tsx +++ b/src/IconGenresSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGenresSharpFilled: React.FC = ({ ...props }) => ( +export const IconGenresSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGenresSharpFilled as default } diff --git a/src/IconGestureOutlined.tsx b/src/IconGestureOutlined.tsx index 22665df58..71194517e 100644 --- a/src/IconGestureOutlined.tsx +++ b/src/IconGestureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureOutlined: React.FC = ({ ...props }) => ( +export const IconGestureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureOutlined as default } diff --git a/src/IconGestureOutlinedFilled.tsx b/src/IconGestureOutlinedFilled.tsx index 29b3c48cc..e94ccbc1e 100644 --- a/src/IconGestureOutlinedFilled.tsx +++ b/src/IconGestureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGestureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGestureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGestureOutlinedFilled as default } diff --git a/src/IconGestureRounded.tsx b/src/IconGestureRounded.tsx index bcda333f3..3ff8ad9d6 100644 --- a/src/IconGestureRounded.tsx +++ b/src/IconGestureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureRounded: React.FC = ({ ...props }) => ( +export const IconGestureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureRounded as default } diff --git a/src/IconGestureRoundedFilled.tsx b/src/IconGestureRoundedFilled.tsx index e71f979fa..fd45e6f56 100644 --- a/src/IconGestureRoundedFilled.tsx +++ b/src/IconGestureRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGestureRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureRoundedFilled as default } diff --git a/src/IconGestureSelectOutlined.tsx b/src/IconGestureSelectOutlined.tsx index 58b811bd9..e8e90c3f4 100644 --- a/src/IconGestureSelectOutlined.tsx +++ b/src/IconGestureSelectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectOutlined: React.FC = ({ ...props }) => ( +export const IconGestureSelectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGestureSelectOutlined as default } diff --git a/src/IconGestureSelectOutlinedFilled.tsx b/src/IconGestureSelectOutlinedFilled.tsx index e76ca059e..2c94c4dbc 100644 --- a/src/IconGestureSelectOutlinedFilled.tsx +++ b/src/IconGestureSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGestureSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGestureSelectOutlinedFilled as default } diff --git a/src/IconGestureSelectRounded.tsx b/src/IconGestureSelectRounded.tsx index 1931b3848..78c8cd289 100644 --- a/src/IconGestureSelectRounded.tsx +++ b/src/IconGestureSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectRounded: React.FC = ({ ...props }) => ( +export const IconGestureSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureSelectRounded as default } diff --git a/src/IconGestureSelectRoundedFilled.tsx b/src/IconGestureSelectRoundedFilled.tsx index 08eaef095..b6dd72d59 100644 --- a/src/IconGestureSelectRoundedFilled.tsx +++ b/src/IconGestureSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGestureSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGestureSelectRoundedFilled as default } diff --git a/src/IconGestureSelectSharp.tsx b/src/IconGestureSelectSharp.tsx index 85bdf5ed7..75ee11a58 100644 --- a/src/IconGestureSelectSharp.tsx +++ b/src/IconGestureSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectSharp: React.FC = ({ ...props }) => ( +export const IconGestureSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureSelectSharp as default } diff --git a/src/IconGestureSelectSharpFilled.tsx b/src/IconGestureSelectSharpFilled.tsx index 0b35dd646..30f78bbca 100644 --- a/src/IconGestureSelectSharpFilled.tsx +++ b/src/IconGestureSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconGestureSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGestureSelectSharpFilled as default } diff --git a/src/IconGestureSharp.tsx b/src/IconGestureSharp.tsx index 91f6474e6..6a92f9445 100644 --- a/src/IconGestureSharp.tsx +++ b/src/IconGestureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSharp: React.FC = ({ ...props }) => ( +export const IconGestureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureSharp as default } diff --git a/src/IconGestureSharpFilled.tsx b/src/IconGestureSharpFilled.tsx index a96ddd167..211b48443 100644 --- a/src/IconGestureSharpFilled.tsx +++ b/src/IconGestureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGestureSharpFilled: React.FC = ({ ...props }) => ( +export const IconGestureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGestureSharpFilled as default } diff --git a/src/IconGif2Outlined.tsx b/src/IconGif2Outlined.tsx index 73db0948f..3bfa6198d 100644 --- a/src/IconGif2Outlined.tsx +++ b/src/IconGif2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2Outlined: React.FC = ({ ...props }) => ( +export const IconGif2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2Outlined as default } diff --git a/src/IconGif2OutlinedFilled.tsx b/src/IconGif2OutlinedFilled.tsx index af7305cb2..38cd3f63a 100644 --- a/src/IconGif2OutlinedFilled.tsx +++ b/src/IconGif2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGif2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2OutlinedFilled as default } diff --git a/src/IconGif2Rounded.tsx b/src/IconGif2Rounded.tsx index fff4ab947..cf21514ec 100644 --- a/src/IconGif2Rounded.tsx +++ b/src/IconGif2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2Rounded: React.FC = ({ ...props }) => ( +export const IconGif2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2Rounded as default } diff --git a/src/IconGif2RoundedFilled.tsx b/src/IconGif2RoundedFilled.tsx index 27bda5a0e..d43208743 100644 --- a/src/IconGif2RoundedFilled.tsx +++ b/src/IconGif2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconGif2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2RoundedFilled as default } diff --git a/src/IconGif2Sharp.tsx b/src/IconGif2Sharp.tsx index b1d7cadf6..e537a0e41 100644 --- a/src/IconGif2Sharp.tsx +++ b/src/IconGif2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2Sharp: React.FC = ({ ...props }) => ( +export const IconGif2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2Sharp as default } diff --git a/src/IconGif2SharpFilled.tsx b/src/IconGif2SharpFilled.tsx index a24641dbb..2e52026c7 100644 --- a/src/IconGif2SharpFilled.tsx +++ b/src/IconGif2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGif2SharpFilled: React.FC = ({ ...props }) => ( +export const IconGif2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGif2SharpFilled as default } diff --git a/src/IconGifBoxOutlined.tsx b/src/IconGifBoxOutlined.tsx index 7dc7cb0d0..c08fd488e 100644 --- a/src/IconGifBoxOutlined.tsx +++ b/src/IconGifBoxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxOutlined: React.FC = ({ ...props }) => ( +export const IconGifBoxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxOutlined as default } diff --git a/src/IconGifBoxOutlinedFilled.tsx b/src/IconGifBoxOutlinedFilled.tsx index cabed2dec..7aea51969 100644 --- a/src/IconGifBoxOutlinedFilled.tsx +++ b/src/IconGifBoxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGifBoxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxOutlinedFilled as default } diff --git a/src/IconGifBoxRounded.tsx b/src/IconGifBoxRounded.tsx index bb475465d..af8fbe1a9 100644 --- a/src/IconGifBoxRounded.tsx +++ b/src/IconGifBoxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxRounded: React.FC = ({ ...props }) => ( +export const IconGifBoxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxRounded as default } diff --git a/src/IconGifBoxRoundedFilled.tsx b/src/IconGifBoxRoundedFilled.tsx index 8185497a9..9608514a9 100644 --- a/src/IconGifBoxRoundedFilled.tsx +++ b/src/IconGifBoxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGifBoxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxRoundedFilled as default } diff --git a/src/IconGifBoxSharp.tsx b/src/IconGifBoxSharp.tsx index 1d7ac551e..5b27d3723 100644 --- a/src/IconGifBoxSharp.tsx +++ b/src/IconGifBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxSharp: React.FC = ({ ...props }) => ( +export const IconGifBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxSharp as default } diff --git a/src/IconGifBoxSharpFilled.tsx b/src/IconGifBoxSharpFilled.tsx index d5666e5ff..d5086f96c 100644 --- a/src/IconGifBoxSharpFilled.tsx +++ b/src/IconGifBoxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconGifBoxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifBoxSharpFilled as default } diff --git a/src/IconGifOutlined.tsx b/src/IconGifOutlined.tsx index dd4606aac..15010b658 100644 --- a/src/IconGifOutlined.tsx +++ b/src/IconGifOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifOutlined: React.FC = ({ ...props }) => ( +export const IconGifOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifOutlined as default } diff --git a/src/IconGifOutlinedFilled.tsx b/src/IconGifOutlinedFilled.tsx index 8cd0392cc..df026b2df 100644 --- a/src/IconGifOutlinedFilled.tsx +++ b/src/IconGifOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGifOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifOutlinedFilled as default } diff --git a/src/IconGifRounded.tsx b/src/IconGifRounded.tsx index 225df2384..8145c4505 100644 --- a/src/IconGifRounded.tsx +++ b/src/IconGifRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifRounded: React.FC = ({ ...props }) => ( +export const IconGifRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifRounded as default } diff --git a/src/IconGifRoundedFilled.tsx b/src/IconGifRoundedFilled.tsx index d88cc6f38..d9dc57948 100644 --- a/src/IconGifRoundedFilled.tsx +++ b/src/IconGifRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGifRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifRoundedFilled as default } diff --git a/src/IconGifSharp.tsx b/src/IconGifSharp.tsx index 718cf6ad8..8c0340307 100644 --- a/src/IconGifSharp.tsx +++ b/src/IconGifSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifSharp: React.FC = ({ ...props }) => ( +export const IconGifSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifSharp as default } diff --git a/src/IconGifSharpFilled.tsx b/src/IconGifSharpFilled.tsx index 2a07c5c95..4fbad98da 100644 --- a/src/IconGifSharpFilled.tsx +++ b/src/IconGifSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGifSharpFilled: React.FC = ({ ...props }) => ( +export const IconGifSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGifSharpFilled as default } diff --git a/src/IconGirlOutlined.tsx b/src/IconGirlOutlined.tsx index 7c68a77fb..3503c3c76 100644 --- a/src/IconGirlOutlined.tsx +++ b/src/IconGirlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlOutlined: React.FC = ({ ...props }) => ( +export const IconGirlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlOutlined as default } diff --git a/src/IconGirlOutlinedFilled.tsx b/src/IconGirlOutlinedFilled.tsx index 1d5182d37..2dea1de31 100644 --- a/src/IconGirlOutlinedFilled.tsx +++ b/src/IconGirlOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGirlOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlOutlinedFilled as default } diff --git a/src/IconGirlRounded.tsx b/src/IconGirlRounded.tsx index b19782e0b..9f4fae78a 100644 --- a/src/IconGirlRounded.tsx +++ b/src/IconGirlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlRounded: React.FC = ({ ...props }) => ( +export const IconGirlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlRounded as default } diff --git a/src/IconGirlRoundedFilled.tsx b/src/IconGirlRoundedFilled.tsx index d71757878..4b6959407 100644 --- a/src/IconGirlRoundedFilled.tsx +++ b/src/IconGirlRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGirlRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlRoundedFilled as default } diff --git a/src/IconGirlSharp.tsx b/src/IconGirlSharp.tsx index 06bead716..beae9d9c9 100644 --- a/src/IconGirlSharp.tsx +++ b/src/IconGirlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlSharp: React.FC = ({ ...props }) => ( +export const IconGirlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlSharp as default } diff --git a/src/IconGirlSharpFilled.tsx b/src/IconGirlSharpFilled.tsx index 4f46133cf..429f91759 100644 --- a/src/IconGirlSharpFilled.tsx +++ b/src/IconGirlSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGirlSharpFilled: React.FC = ({ ...props }) => ( +export const IconGirlSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGirlSharpFilled as default } diff --git a/src/IconGiteOutlined.tsx b/src/IconGiteOutlined.tsx index d8a02b9ed..4b90dc455 100644 --- a/src/IconGiteOutlined.tsx +++ b/src/IconGiteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteOutlined: React.FC = ({ ...props }) => ( +export const IconGiteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteOutlined as default } diff --git a/src/IconGiteOutlinedFilled.tsx b/src/IconGiteOutlinedFilled.tsx index 80f548511..68aa71bb6 100644 --- a/src/IconGiteOutlinedFilled.tsx +++ b/src/IconGiteOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGiteOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteOutlinedFilled as default } diff --git a/src/IconGiteRounded.tsx b/src/IconGiteRounded.tsx index 6a31d4c84..c0bd85135 100644 --- a/src/IconGiteRounded.tsx +++ b/src/IconGiteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteRounded: React.FC = ({ ...props }) => ( +export const IconGiteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteRounded as default } diff --git a/src/IconGiteRoundedFilled.tsx b/src/IconGiteRoundedFilled.tsx index 1e0c5a2f1..3ca77108a 100644 --- a/src/IconGiteRoundedFilled.tsx +++ b/src/IconGiteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGiteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteRoundedFilled as default } diff --git a/src/IconGiteSharp.tsx b/src/IconGiteSharp.tsx index dc9cf8e78..a3764d7d8 100644 --- a/src/IconGiteSharp.tsx +++ b/src/IconGiteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteSharp: React.FC = ({ ...props }) => ( +export const IconGiteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteSharp as default } diff --git a/src/IconGiteSharpFilled.tsx b/src/IconGiteSharpFilled.tsx index 58006039c..87b607ef8 100644 --- a/src/IconGiteSharpFilled.tsx +++ b/src/IconGiteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGiteSharpFilled: React.FC = ({ ...props }) => ( +export const IconGiteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGiteSharpFilled as default } diff --git a/src/IconGlassCupOutlined.tsx b/src/IconGlassCupOutlined.tsx index ec9f473b7..22f787b07 100644 --- a/src/IconGlassCupOutlined.tsx +++ b/src/IconGlassCupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupOutlined: React.FC = ({ ...props }) => ( +export const IconGlassCupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlassCupOutlined as default } diff --git a/src/IconGlassCupOutlinedFilled.tsx b/src/IconGlassCupOutlinedFilled.tsx index 39dde8df9..28deb21be 100644 --- a/src/IconGlassCupOutlinedFilled.tsx +++ b/src/IconGlassCupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlassCupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlassCupOutlinedFilled as default } diff --git a/src/IconGlassCupRounded.tsx b/src/IconGlassCupRounded.tsx index 181e2dcbd..7a33c37d4 100644 --- a/src/IconGlassCupRounded.tsx +++ b/src/IconGlassCupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupRounded: React.FC = ({ ...props }) => ( +export const IconGlassCupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlassCupRounded as default } diff --git a/src/IconGlassCupRoundedFilled.tsx b/src/IconGlassCupRoundedFilled.tsx index 887787f51..cc8a1925f 100644 --- a/src/IconGlassCupRoundedFilled.tsx +++ b/src/IconGlassCupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlassCupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlassCupRoundedFilled as default } diff --git a/src/IconGlassCupSharp.tsx b/src/IconGlassCupSharp.tsx index 924884ec5..b4d5c24a7 100644 --- a/src/IconGlassCupSharp.tsx +++ b/src/IconGlassCupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupSharp: React.FC = ({ ...props }) => ( +export const IconGlassCupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlassCupSharp as default } diff --git a/src/IconGlassCupSharpFilled.tsx b/src/IconGlassCupSharpFilled.tsx index 0cf34b378..16edf3cc7 100644 --- a/src/IconGlassCupSharpFilled.tsx +++ b/src/IconGlassCupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlassCupSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlassCupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlassCupSharpFilled as default } diff --git a/src/IconGlobeAsiaOutlined.tsx b/src/IconGlobeAsiaOutlined.tsx index 5e5d7121c..91e8e12c4 100644 --- a/src/IconGlobeAsiaOutlined.tsx +++ b/src/IconGlobeAsiaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaOutlined: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaOutlined as default } diff --git a/src/IconGlobeAsiaOutlinedFilled.tsx b/src/IconGlobeAsiaOutlinedFilled.tsx index db2c06ab5..135887732 100644 --- a/src/IconGlobeAsiaOutlinedFilled.tsx +++ b/src/IconGlobeAsiaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaOutlinedFilled as default } diff --git a/src/IconGlobeAsiaRounded.tsx b/src/IconGlobeAsiaRounded.tsx index de43ebcbe..bc0810469 100644 --- a/src/IconGlobeAsiaRounded.tsx +++ b/src/IconGlobeAsiaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaRounded: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaRounded as default } diff --git a/src/IconGlobeAsiaRoundedFilled.tsx b/src/IconGlobeAsiaRoundedFilled.tsx index 75c675938..26591e5ea 100644 --- a/src/IconGlobeAsiaRoundedFilled.tsx +++ b/src/IconGlobeAsiaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaRoundedFilled as default } diff --git a/src/IconGlobeAsiaSharp.tsx b/src/IconGlobeAsiaSharp.tsx index 522e49180..0e1045c68 100644 --- a/src/IconGlobeAsiaSharp.tsx +++ b/src/IconGlobeAsiaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaSharp: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaSharp as default } diff --git a/src/IconGlobeAsiaSharpFilled.tsx b/src/IconGlobeAsiaSharpFilled.tsx index 20d4f8872..0f570af86 100644 --- a/src/IconGlobeAsiaSharpFilled.tsx +++ b/src/IconGlobeAsiaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeAsiaSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlobeAsiaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeAsiaSharpFilled as default } diff --git a/src/IconGlobeOutlined.tsx b/src/IconGlobeOutlined.tsx index b5bffd5ca..c51a5420f 100644 --- a/src/IconGlobeOutlined.tsx +++ b/src/IconGlobeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeOutlined: React.FC = ({ ...props }) => ( +export const IconGlobeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeOutlined as default } diff --git a/src/IconGlobeOutlinedFilled.tsx b/src/IconGlobeOutlinedFilled.tsx index 1eb1a570f..7959c32cf 100644 --- a/src/IconGlobeOutlinedFilled.tsx +++ b/src/IconGlobeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeOutlinedFilled as default } diff --git a/src/IconGlobeRounded.tsx b/src/IconGlobeRounded.tsx index 12c16b9b8..afe096be7 100644 --- a/src/IconGlobeRounded.tsx +++ b/src/IconGlobeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeRounded: React.FC = ({ ...props }) => ( +export const IconGlobeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeRounded as default } diff --git a/src/IconGlobeRoundedFilled.tsx b/src/IconGlobeRoundedFilled.tsx index 2ce2a1664..a1020adf2 100644 --- a/src/IconGlobeRoundedFilled.tsx +++ b/src/IconGlobeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeRoundedFilled as default } diff --git a/src/IconGlobeSharp.tsx b/src/IconGlobeSharp.tsx index 8c962a629..91e344adb 100644 --- a/src/IconGlobeSharp.tsx +++ b/src/IconGlobeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeSharp: React.FC = ({ ...props }) => ( +export const IconGlobeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeSharp as default } diff --git a/src/IconGlobeSharpFilled.tsx b/src/IconGlobeSharpFilled.tsx index 05e34440b..afee7b776 100644 --- a/src/IconGlobeSharpFilled.tsx +++ b/src/IconGlobeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlobeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeSharpFilled as default } diff --git a/src/IconGlobeUkOutlined.tsx b/src/IconGlobeUkOutlined.tsx index 78b4d9c3d..80d3a1a57 100644 --- a/src/IconGlobeUkOutlined.tsx +++ b/src/IconGlobeUkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkOutlined: React.FC = ({ ...props }) => ( +export const IconGlobeUkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeUkOutlined as default } diff --git a/src/IconGlobeUkOutlinedFilled.tsx b/src/IconGlobeUkOutlinedFilled.tsx index 1097f7346..7149b4645 100644 --- a/src/IconGlobeUkOutlinedFilled.tsx +++ b/src/IconGlobeUkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeUkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlobeUkOutlinedFilled as default } diff --git a/src/IconGlobeUkRounded.tsx b/src/IconGlobeUkRounded.tsx index eaf35f412..1b8d09918 100644 --- a/src/IconGlobeUkRounded.tsx +++ b/src/IconGlobeUkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkRounded: React.FC = ({ ...props }) => ( +export const IconGlobeUkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeUkRounded as default } diff --git a/src/IconGlobeUkRoundedFilled.tsx b/src/IconGlobeUkRoundedFilled.tsx index 1c3c7a51d..be8ba316f 100644 --- a/src/IconGlobeUkRoundedFilled.tsx +++ b/src/IconGlobeUkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlobeUkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeUkRoundedFilled as default } diff --git a/src/IconGlobeUkSharp.tsx b/src/IconGlobeUkSharp.tsx index 4839fafa5..d3f5fd87c 100644 --- a/src/IconGlobeUkSharp.tsx +++ b/src/IconGlobeUkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkSharp: React.FC = ({ ...props }) => ( +export const IconGlobeUkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeUkSharp as default } diff --git a/src/IconGlobeUkSharpFilled.tsx b/src/IconGlobeUkSharpFilled.tsx index ef10ebddf..30440ec04 100644 --- a/src/IconGlobeUkSharpFilled.tsx +++ b/src/IconGlobeUkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlobeUkSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlobeUkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlobeUkSharpFilled as default } diff --git a/src/IconGlucoseOutlined.tsx b/src/IconGlucoseOutlined.tsx index 4bdb01120..54bd8eb97 100644 --- a/src/IconGlucoseOutlined.tsx +++ b/src/IconGlucoseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseOutlined: React.FC = ({ ...props }) => ( +export const IconGlucoseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlucoseOutlined as default } diff --git a/src/IconGlucoseOutlinedFilled.tsx b/src/IconGlucoseOutlinedFilled.tsx index 4c070f0c9..f97aabdbb 100644 --- a/src/IconGlucoseOutlinedFilled.tsx +++ b/src/IconGlucoseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlucoseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGlucoseOutlinedFilled as default } diff --git a/src/IconGlucoseRounded.tsx b/src/IconGlucoseRounded.tsx index e84f85f37..9226550e2 100644 --- a/src/IconGlucoseRounded.tsx +++ b/src/IconGlucoseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseRounded: React.FC = ({ ...props }) => ( +export const IconGlucoseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlucoseRounded as default } diff --git a/src/IconGlucoseRoundedFilled.tsx b/src/IconGlucoseRoundedFilled.tsx index 3106b3753..94583cb8a 100644 --- a/src/IconGlucoseRoundedFilled.tsx +++ b/src/IconGlucoseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlucoseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlucoseRoundedFilled as default } diff --git a/src/IconGlucoseSharp.tsx b/src/IconGlucoseSharp.tsx index e1d023b32..cfb13c04f 100644 --- a/src/IconGlucoseSharp.tsx +++ b/src/IconGlucoseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseSharp: React.FC = ({ ...props }) => ( +export const IconGlucoseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlucoseSharp as default } diff --git a/src/IconGlucoseSharpFilled.tsx b/src/IconGlucoseSharpFilled.tsx index aa38dd3b7..07abf2aa1 100644 --- a/src/IconGlucoseSharpFilled.tsx +++ b/src/IconGlucoseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlucoseSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlucoseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlucoseSharpFilled as default } diff --git a/src/IconGlyphsOutlined.tsx b/src/IconGlyphsOutlined.tsx index 580ccae40..28c270ceb 100644 --- a/src/IconGlyphsOutlined.tsx +++ b/src/IconGlyphsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsOutlined: React.FC = ({ ...props }) => ( +export const IconGlyphsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsOutlined as default } diff --git a/src/IconGlyphsOutlinedFilled.tsx b/src/IconGlyphsOutlinedFilled.tsx index 56ecb7736..3ed38b50a 100644 --- a/src/IconGlyphsOutlinedFilled.tsx +++ b/src/IconGlyphsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGlyphsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsOutlinedFilled as default } diff --git a/src/IconGlyphsRounded.tsx b/src/IconGlyphsRounded.tsx index 50741c8d9..9c9dd2735 100644 --- a/src/IconGlyphsRounded.tsx +++ b/src/IconGlyphsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsRounded: React.FC = ({ ...props }) => ( +export const IconGlyphsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsRounded as default } diff --git a/src/IconGlyphsRoundedFilled.tsx b/src/IconGlyphsRoundedFilled.tsx index 40a4b32e6..b80f49a55 100644 --- a/src/IconGlyphsRoundedFilled.tsx +++ b/src/IconGlyphsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGlyphsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsRoundedFilled as default } diff --git a/src/IconGlyphsSharp.tsx b/src/IconGlyphsSharp.tsx index 92fc2a8a2..0d50c27c5 100644 --- a/src/IconGlyphsSharp.tsx +++ b/src/IconGlyphsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsSharp: React.FC = ({ ...props }) => ( +export const IconGlyphsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsSharp as default } diff --git a/src/IconGlyphsSharpFilled.tsx b/src/IconGlyphsSharpFilled.tsx index ffab20f60..d7b7e1ceb 100644 --- a/src/IconGlyphsSharpFilled.tsx +++ b/src/IconGlyphsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGlyphsSharpFilled: React.FC = ({ ...props }) => ( +export const IconGlyphsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGlyphsSharpFilled as default } diff --git a/src/IconGoToLineOutlined.tsx b/src/IconGoToLineOutlined.tsx index d1b68f191..fa56606b9 100644 --- a/src/IconGoToLineOutlined.tsx +++ b/src/IconGoToLineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineOutlined: React.FC = ({ ...props }) => ( +export const IconGoToLineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoToLineOutlined as default } diff --git a/src/IconGoToLineOutlinedFilled.tsx b/src/IconGoToLineOutlinedFilled.tsx index d911cb32f..5e737558d 100644 --- a/src/IconGoToLineOutlinedFilled.tsx +++ b/src/IconGoToLineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGoToLineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoToLineOutlinedFilled as default } diff --git a/src/IconGoToLineRounded.tsx b/src/IconGoToLineRounded.tsx index c907242bd..e231a60c4 100644 --- a/src/IconGoToLineRounded.tsx +++ b/src/IconGoToLineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineRounded: React.FC = ({ ...props }) => ( +export const IconGoToLineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoToLineRounded as default } diff --git a/src/IconGoToLineRoundedFilled.tsx b/src/IconGoToLineRoundedFilled.tsx index 01e179209..7d3d6d97f 100644 --- a/src/IconGoToLineRoundedFilled.tsx +++ b/src/IconGoToLineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGoToLineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoToLineRoundedFilled as default } diff --git a/src/IconGoToLineSharp.tsx b/src/IconGoToLineSharp.tsx index 3bf6b44e8..f8e71db36 100644 --- a/src/IconGoToLineSharp.tsx +++ b/src/IconGoToLineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineSharp: React.FC = ({ ...props }) => ( +export const IconGoToLineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoToLineSharp as default } diff --git a/src/IconGoToLineSharpFilled.tsx b/src/IconGoToLineSharpFilled.tsx index 1b084f968..bc9c171b1 100644 --- a/src/IconGoToLineSharpFilled.tsx +++ b/src/IconGoToLineSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoToLineSharpFilled: React.FC = ({ ...props }) => ( +export const IconGoToLineSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoToLineSharpFilled as default } diff --git a/src/IconGolfCourseOutlined.tsx b/src/IconGolfCourseOutlined.tsx index 74fd8191a..e2730d6ed 100644 --- a/src/IconGolfCourseOutlined.tsx +++ b/src/IconGolfCourseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseOutlined: React.FC = ({ ...props }) => ( +export const IconGolfCourseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGolfCourseOutlined as default } diff --git a/src/IconGolfCourseOutlinedFilled.tsx b/src/IconGolfCourseOutlinedFilled.tsx index 92663575d..13b0e91f8 100644 --- a/src/IconGolfCourseOutlinedFilled.tsx +++ b/src/IconGolfCourseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGolfCourseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGolfCourseOutlinedFilled as default } diff --git a/src/IconGolfCourseRounded.tsx b/src/IconGolfCourseRounded.tsx index aa476ea49..6e0d52a62 100644 --- a/src/IconGolfCourseRounded.tsx +++ b/src/IconGolfCourseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseRounded: React.FC = ({ ...props }) => ( +export const IconGolfCourseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGolfCourseRounded as default } diff --git a/src/IconGolfCourseRoundedFilled.tsx b/src/IconGolfCourseRoundedFilled.tsx index ae25c9041..ab4df9a42 100644 --- a/src/IconGolfCourseRoundedFilled.tsx +++ b/src/IconGolfCourseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGolfCourseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGolfCourseRoundedFilled as default } diff --git a/src/IconGolfCourseSharp.tsx b/src/IconGolfCourseSharp.tsx index e608de105..b4e10832e 100644 --- a/src/IconGolfCourseSharp.tsx +++ b/src/IconGolfCourseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseSharp: React.FC = ({ ...props }) => ( +export const IconGolfCourseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGolfCourseSharp as default } diff --git a/src/IconGolfCourseSharpFilled.tsx b/src/IconGolfCourseSharpFilled.tsx index 4a309e5b5..7d356d357 100644 --- a/src/IconGolfCourseSharpFilled.tsx +++ b/src/IconGolfCourseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGolfCourseSharpFilled: React.FC = ({ ...props }) => ( +export const IconGolfCourseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGolfCourseSharpFilled as default } diff --git a/src/IconGondolaLiftOutlined.tsx b/src/IconGondolaLiftOutlined.tsx index 46b667f99..813b88de7 100644 --- a/src/IconGondolaLiftOutlined.tsx +++ b/src/IconGondolaLiftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftOutlined: React.FC = ({ ...props }) => ( +export const IconGondolaLiftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftOutlined as default } diff --git a/src/IconGondolaLiftOutlinedFilled.tsx b/src/IconGondolaLiftOutlinedFilled.tsx index 3a81f9aa3..9e7d3781b 100644 --- a/src/IconGondolaLiftOutlinedFilled.tsx +++ b/src/IconGondolaLiftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGondolaLiftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftOutlinedFilled as default } diff --git a/src/IconGondolaLiftRounded.tsx b/src/IconGondolaLiftRounded.tsx index 4f3361dc7..469a5a9f3 100644 --- a/src/IconGondolaLiftRounded.tsx +++ b/src/IconGondolaLiftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftRounded: React.FC = ({ ...props }) => ( +export const IconGondolaLiftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftRounded as default } diff --git a/src/IconGondolaLiftRoundedFilled.tsx b/src/IconGondolaLiftRoundedFilled.tsx index 4dc4cc4e9..3a945e601 100644 --- a/src/IconGondolaLiftRoundedFilled.tsx +++ b/src/IconGondolaLiftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGondolaLiftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftRoundedFilled as default } diff --git a/src/IconGondolaLiftSharp.tsx b/src/IconGondolaLiftSharp.tsx index 1bdb7654d..d3db88f7d 100644 --- a/src/IconGondolaLiftSharp.tsx +++ b/src/IconGondolaLiftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftSharp: React.FC = ({ ...props }) => ( +export const IconGondolaLiftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftSharp as default } diff --git a/src/IconGondolaLiftSharpFilled.tsx b/src/IconGondolaLiftSharpFilled.tsx index c6350a54f..c21f52c92 100644 --- a/src/IconGondolaLiftSharpFilled.tsx +++ b/src/IconGondolaLiftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGondolaLiftSharpFilled: React.FC = ({ ...props }) => ( +export const IconGondolaLiftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGondolaLiftSharpFilled as default } diff --git a/src/IconGoogleHomeDevicesOutlined.tsx b/src/IconGoogleHomeDevicesOutlined.tsx index 044e29518..907a805bb 100644 --- a/src/IconGoogleHomeDevicesOutlined.tsx +++ b/src/IconGoogleHomeDevicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesOutlined: React.FC = ({ ...props }) => ( +export const IconGoogleHomeDevicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleHomeDevicesOutlined as default } diff --git a/src/IconGoogleHomeDevicesOutlinedFilled.tsx b/src/IconGoogleHomeDevicesOutlinedFilled.tsx index 20223883e..35e6c3712 100644 --- a/src/IconGoogleHomeDevicesOutlinedFilled.tsx +++ b/src/IconGoogleHomeDevicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesOutlinedFilled: React.FC = ({ +export const IconGoogleHomeDevicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGoogleHomeDevicesOutlinedFilled: React.FC = ({ ) - -export { IconGoogleHomeDevicesOutlinedFilled as default } diff --git a/src/IconGoogleHomeDevicesRounded.tsx b/src/IconGoogleHomeDevicesRounded.tsx index 1dccb6e58..1330d4b50 100644 --- a/src/IconGoogleHomeDevicesRounded.tsx +++ b/src/IconGoogleHomeDevicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesRounded: React.FC = ({ ...props }) => ( +export const IconGoogleHomeDevicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleHomeDevicesRounded as default } diff --git a/src/IconGoogleHomeDevicesRoundedFilled.tsx b/src/IconGoogleHomeDevicesRoundedFilled.tsx index edfa18d62..3bd4d428b 100644 --- a/src/IconGoogleHomeDevicesRoundedFilled.tsx +++ b/src/IconGoogleHomeDevicesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesRoundedFilled: React.FC = ({ +export const IconGoogleHomeDevicesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGoogleHomeDevicesRoundedFilled: React.FC = ({ ) - -export { IconGoogleHomeDevicesRoundedFilled as default } diff --git a/src/IconGoogleHomeDevicesSharp.tsx b/src/IconGoogleHomeDevicesSharp.tsx index fea09ac4d..edde88f1a 100644 --- a/src/IconGoogleHomeDevicesSharp.tsx +++ b/src/IconGoogleHomeDevicesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesSharp: React.FC = ({ ...props }) => ( +export const IconGoogleHomeDevicesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleHomeDevicesSharp as default } diff --git a/src/IconGoogleHomeDevicesSharpFilled.tsx b/src/IconGoogleHomeDevicesSharpFilled.tsx index f744d1024..90b9652b5 100644 --- a/src/IconGoogleHomeDevicesSharpFilled.tsx +++ b/src/IconGoogleHomeDevicesSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleHomeDevicesSharpFilled: React.FC = ({ +export const IconGoogleHomeDevicesSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGoogleHomeDevicesSharpFilled: React.FC = ({ ) - -export { IconGoogleHomeDevicesSharpFilled as default } diff --git a/src/IconGoogleTvRemoteOutlined.tsx b/src/IconGoogleTvRemoteOutlined.tsx index 2a924aeca..dbcf357a6 100644 --- a/src/IconGoogleTvRemoteOutlined.tsx +++ b/src/IconGoogleTvRemoteOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteOutlined: React.FC = ({ ...props }) => ( +export const IconGoogleTvRemoteOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleTvRemoteOutlined as default } diff --git a/src/IconGoogleTvRemoteOutlinedFilled.tsx b/src/IconGoogleTvRemoteOutlinedFilled.tsx index 503c3ccd3..57c0bb95e 100644 --- a/src/IconGoogleTvRemoteOutlinedFilled.tsx +++ b/src/IconGoogleTvRemoteOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteOutlinedFilled: React.FC = ({ +export const IconGoogleTvRemoteOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGoogleTvRemoteOutlinedFilled: React.FC = ({ ) - -export { IconGoogleTvRemoteOutlinedFilled as default } diff --git a/src/IconGoogleTvRemoteRounded.tsx b/src/IconGoogleTvRemoteRounded.tsx index e4c8c33b2..b12bbb842 100644 --- a/src/IconGoogleTvRemoteRounded.tsx +++ b/src/IconGoogleTvRemoteRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteRounded: React.FC = ({ ...props }) => ( +export const IconGoogleTvRemoteRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleTvRemoteRounded as default } diff --git a/src/IconGoogleTvRemoteRoundedFilled.tsx b/src/IconGoogleTvRemoteRoundedFilled.tsx index 7226db91e..f5d79a7b9 100644 --- a/src/IconGoogleTvRemoteRoundedFilled.tsx +++ b/src/IconGoogleTvRemoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGoogleTvRemoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleTvRemoteRoundedFilled as default } diff --git a/src/IconGoogleTvRemoteSharp.tsx b/src/IconGoogleTvRemoteSharp.tsx index 49d821b84..c40b2187d 100644 --- a/src/IconGoogleTvRemoteSharp.tsx +++ b/src/IconGoogleTvRemoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteSharp: React.FC = ({ ...props }) => ( +export const IconGoogleTvRemoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoogleTvRemoteSharp as default } diff --git a/src/IconGoogleTvRemoteSharpFilled.tsx b/src/IconGoogleTvRemoteSharpFilled.tsx index f3d357dbc..b40be1dea 100644 --- a/src/IconGoogleTvRemoteSharpFilled.tsx +++ b/src/IconGoogleTvRemoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleTvRemoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconGoogleTvRemoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleTvRemoteSharpFilled as default } diff --git a/src/IconGoogleWifiOutlined.tsx b/src/IconGoogleWifiOutlined.tsx index 4fa7fe6fa..d8690c844 100644 --- a/src/IconGoogleWifiOutlined.tsx +++ b/src/IconGoogleWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiOutlined: React.FC = ({ ...props }) => ( +export const IconGoogleWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiOutlined as default } diff --git a/src/IconGoogleWifiOutlinedFilled.tsx b/src/IconGoogleWifiOutlinedFilled.tsx index 8a777ca22..407660f09 100644 --- a/src/IconGoogleWifiOutlinedFilled.tsx +++ b/src/IconGoogleWifiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGoogleWifiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiOutlinedFilled as default } diff --git a/src/IconGoogleWifiRounded.tsx b/src/IconGoogleWifiRounded.tsx index e84114079..a31af3307 100644 --- a/src/IconGoogleWifiRounded.tsx +++ b/src/IconGoogleWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiRounded: React.FC = ({ ...props }) => ( +export const IconGoogleWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiRounded as default } diff --git a/src/IconGoogleWifiRoundedFilled.tsx b/src/IconGoogleWifiRoundedFilled.tsx index ec43148fd..318e17f62 100644 --- a/src/IconGoogleWifiRoundedFilled.tsx +++ b/src/IconGoogleWifiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGoogleWifiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiRoundedFilled as default } diff --git a/src/IconGoogleWifiSharp.tsx b/src/IconGoogleWifiSharp.tsx index 45b17800d..4eec05823 100644 --- a/src/IconGoogleWifiSharp.tsx +++ b/src/IconGoogleWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiSharp: React.FC = ({ ...props }) => ( +export const IconGoogleWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiSharp as default } diff --git a/src/IconGoogleWifiSharpFilled.tsx b/src/IconGoogleWifiSharpFilled.tsx index ea4f93d06..b581eeabe 100644 --- a/src/IconGoogleWifiSharpFilled.tsx +++ b/src/IconGoogleWifiSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGoogleWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconGoogleWifiSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGoogleWifiSharpFilled as default } diff --git a/src/IconGppBadOutlined.tsx b/src/IconGppBadOutlined.tsx index 92886cfa9..7265e52af 100644 --- a/src/IconGppBadOutlined.tsx +++ b/src/IconGppBadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadOutlined: React.FC = ({ ...props }) => ( +export const IconGppBadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadOutlined as default } diff --git a/src/IconGppBadOutlinedFilled.tsx b/src/IconGppBadOutlinedFilled.tsx index f0d81c741..4b8cc62a4 100644 --- a/src/IconGppBadOutlinedFilled.tsx +++ b/src/IconGppBadOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGppBadOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadOutlinedFilled as default } diff --git a/src/IconGppBadRounded.tsx b/src/IconGppBadRounded.tsx index 937f446e3..10344cdd6 100644 --- a/src/IconGppBadRounded.tsx +++ b/src/IconGppBadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadRounded: React.FC = ({ ...props }) => ( +export const IconGppBadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadRounded as default } diff --git a/src/IconGppBadRoundedFilled.tsx b/src/IconGppBadRoundedFilled.tsx index e2c083244..00f2a8eef 100644 --- a/src/IconGppBadRoundedFilled.tsx +++ b/src/IconGppBadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGppBadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadRoundedFilled as default } diff --git a/src/IconGppBadSharp.tsx b/src/IconGppBadSharp.tsx index 1120e337b..47d35b03b 100644 --- a/src/IconGppBadSharp.tsx +++ b/src/IconGppBadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadSharp: React.FC = ({ ...props }) => ( +export const IconGppBadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadSharp as default } diff --git a/src/IconGppBadSharpFilled.tsx b/src/IconGppBadSharpFilled.tsx index a1df47b0e..d420314d5 100644 --- a/src/IconGppBadSharpFilled.tsx +++ b/src/IconGppBadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppBadSharpFilled: React.FC = ({ ...props }) => ( +export const IconGppBadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppBadSharpFilled as default } diff --git a/src/IconGppMaybeOutlined.tsx b/src/IconGppMaybeOutlined.tsx index 30b9ffd27..eda8d4c0f 100644 --- a/src/IconGppMaybeOutlined.tsx +++ b/src/IconGppMaybeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeOutlined: React.FC = ({ ...props }) => ( +export const IconGppMaybeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppMaybeOutlined as default } diff --git a/src/IconGppMaybeOutlinedFilled.tsx b/src/IconGppMaybeOutlinedFilled.tsx index 3b3a9324f..8c7be321b 100644 --- a/src/IconGppMaybeOutlinedFilled.tsx +++ b/src/IconGppMaybeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGppMaybeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGppMaybeOutlinedFilled as default } diff --git a/src/IconGppMaybeRounded.tsx b/src/IconGppMaybeRounded.tsx index a63fa890e..2b6ce2885 100644 --- a/src/IconGppMaybeRounded.tsx +++ b/src/IconGppMaybeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeRounded: React.FC = ({ ...props }) => ( +export const IconGppMaybeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppMaybeRounded as default } diff --git a/src/IconGppMaybeRoundedFilled.tsx b/src/IconGppMaybeRoundedFilled.tsx index 43e50f9f0..691de750e 100644 --- a/src/IconGppMaybeRoundedFilled.tsx +++ b/src/IconGppMaybeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGppMaybeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGppMaybeRoundedFilled as default } diff --git a/src/IconGppMaybeSharp.tsx b/src/IconGppMaybeSharp.tsx index 2f219abe1..e08ed274b 100644 --- a/src/IconGppMaybeSharp.tsx +++ b/src/IconGppMaybeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeSharp: React.FC = ({ ...props }) => ( +export const IconGppMaybeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppMaybeSharp as default } diff --git a/src/IconGppMaybeSharpFilled.tsx b/src/IconGppMaybeSharpFilled.tsx index 5170fe99a..7302e9fe5 100644 --- a/src/IconGppMaybeSharpFilled.tsx +++ b/src/IconGppMaybeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGppMaybeSharpFilled: React.FC = ({ ...props }) => ( +export const IconGppMaybeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGppMaybeSharpFilled as default } diff --git a/src/IconGradeOutlined.tsx b/src/IconGradeOutlined.tsx index 3f3c32d4b..9b25f95ba 100644 --- a/src/IconGradeOutlined.tsx +++ b/src/IconGradeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeOutlined: React.FC = ({ ...props }) => ( +export const IconGradeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeOutlined as default } diff --git a/src/IconGradeOutlinedFilled.tsx b/src/IconGradeOutlinedFilled.tsx index 3fd499cc0..8d3258e70 100644 --- a/src/IconGradeOutlinedFilled.tsx +++ b/src/IconGradeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGradeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeOutlinedFilled as default } diff --git a/src/IconGradeRounded.tsx b/src/IconGradeRounded.tsx index 5e7745009..8cf6cab71 100644 --- a/src/IconGradeRounded.tsx +++ b/src/IconGradeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeRounded: React.FC = ({ ...props }) => ( +export const IconGradeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeRounded as default } diff --git a/src/IconGradeRoundedFilled.tsx b/src/IconGradeRoundedFilled.tsx index 7e97e49f9..55cc427b8 100644 --- a/src/IconGradeRoundedFilled.tsx +++ b/src/IconGradeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGradeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeRoundedFilled as default } diff --git a/src/IconGradeSharp.tsx b/src/IconGradeSharp.tsx index 0b914cff5..236ccd6bd 100644 --- a/src/IconGradeSharp.tsx +++ b/src/IconGradeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeSharp: React.FC = ({ ...props }) => ( +export const IconGradeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeSharp as default } diff --git a/src/IconGradeSharpFilled.tsx b/src/IconGradeSharpFilled.tsx index c17ff0c38..7514cbaab 100644 --- a/src/IconGradeSharpFilled.tsx +++ b/src/IconGradeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradeSharpFilled: React.FC = ({ ...props }) => ( +export const IconGradeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradeSharpFilled as default } diff --git a/src/IconGradientOutlined.tsx b/src/IconGradientOutlined.tsx index 2005733ff..b56f41417 100644 --- a/src/IconGradientOutlined.tsx +++ b/src/IconGradientOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradientOutlined: React.FC = ({ ...props }) => ( +export const IconGradientOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradientOutlined as default } diff --git a/src/IconGradientOutlinedFilled.tsx b/src/IconGradientOutlinedFilled.tsx index fffec5fad..8ace5a198 100644 --- a/src/IconGradientOutlinedFilled.tsx +++ b/src/IconGradientOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGradientOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGradientOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGradientOutlinedFilled as default } diff --git a/src/IconGradientRounded.tsx b/src/IconGradientRounded.tsx index eeb788375..913951594 100644 --- a/src/IconGradientRounded.tsx +++ b/src/IconGradientRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradientRounded: React.FC = ({ ...props }) => ( +export const IconGradientRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradientRounded as default } diff --git a/src/IconGradientRoundedFilled.tsx b/src/IconGradientRoundedFilled.tsx index 73162537d..db4ad97b6 100644 --- a/src/IconGradientRoundedFilled.tsx +++ b/src/IconGradientRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGradientRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGradientRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGradientRoundedFilled as default } diff --git a/src/IconGradientSharp.tsx b/src/IconGradientSharp.tsx index b2d649420..e885a537e 100644 --- a/src/IconGradientSharp.tsx +++ b/src/IconGradientSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradientSharp: React.FC = ({ ...props }) => ( +export const IconGradientSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradientSharp as default } diff --git a/src/IconGradientSharpFilled.tsx b/src/IconGradientSharpFilled.tsx index 5f903ac86..127ce4f16 100644 --- a/src/IconGradientSharpFilled.tsx +++ b/src/IconGradientSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradientSharpFilled: React.FC = ({ ...props }) => ( +export const IconGradientSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradientSharpFilled as default } diff --git a/src/IconGradingOutlined.tsx b/src/IconGradingOutlined.tsx index 739ab1bf7..9a9a1ba87 100644 --- a/src/IconGradingOutlined.tsx +++ b/src/IconGradingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradingOutlined: React.FC = ({ ...props }) => ( +export const IconGradingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradingOutlined as default } diff --git a/src/IconGradingOutlinedFilled.tsx b/src/IconGradingOutlinedFilled.tsx index 0f7dfe33c..3ed8917a1 100644 --- a/src/IconGradingOutlinedFilled.tsx +++ b/src/IconGradingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGradingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGradingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGradingOutlinedFilled as default } diff --git a/src/IconGradingRounded.tsx b/src/IconGradingRounded.tsx index 7bc6f0573..f06f076a9 100644 --- a/src/IconGradingRounded.tsx +++ b/src/IconGradingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradingRounded: React.FC = ({ ...props }) => ( +export const IconGradingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradingRounded as default } diff --git a/src/IconGradingRoundedFilled.tsx b/src/IconGradingRoundedFilled.tsx index bb79de070..3a8b3836c 100644 --- a/src/IconGradingRoundedFilled.tsx +++ b/src/IconGradingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGradingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradingRoundedFilled as default } diff --git a/src/IconGradingSharp.tsx b/src/IconGradingSharp.tsx index 1f8fc4abc..5c628f0a4 100644 --- a/src/IconGradingSharp.tsx +++ b/src/IconGradingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradingSharp: React.FC = ({ ...props }) => ( +export const IconGradingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradingSharp as default } diff --git a/src/IconGradingSharpFilled.tsx b/src/IconGradingSharpFilled.tsx index 5f277e154..8fcac8e7f 100644 --- a/src/IconGradingSharpFilled.tsx +++ b/src/IconGradingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGradingSharpFilled: React.FC = ({ ...props }) => ( +export const IconGradingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGradingSharpFilled as default } diff --git a/src/IconGrainOutlined.tsx b/src/IconGrainOutlined.tsx index 1c5c93bd6..5ee172160 100644 --- a/src/IconGrainOutlined.tsx +++ b/src/IconGrainOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainOutlined: React.FC = ({ ...props }) => ( +export const IconGrainOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainOutlined as default } diff --git a/src/IconGrainOutlinedFilled.tsx b/src/IconGrainOutlinedFilled.tsx index abc889613..fc507ee0d 100644 --- a/src/IconGrainOutlinedFilled.tsx +++ b/src/IconGrainOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGrainOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainOutlinedFilled as default } diff --git a/src/IconGrainRounded.tsx b/src/IconGrainRounded.tsx index cbbdf3e22..d6d3b8ab1 100644 --- a/src/IconGrainRounded.tsx +++ b/src/IconGrainRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainRounded: React.FC = ({ ...props }) => ( +export const IconGrainRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainRounded as default } diff --git a/src/IconGrainRoundedFilled.tsx b/src/IconGrainRoundedFilled.tsx index f380b9712..6332918fd 100644 --- a/src/IconGrainRoundedFilled.tsx +++ b/src/IconGrainRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGrainRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainRoundedFilled as default } diff --git a/src/IconGrainSharp.tsx b/src/IconGrainSharp.tsx index 21864e29d..d0085117b 100644 --- a/src/IconGrainSharp.tsx +++ b/src/IconGrainSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainSharp: React.FC = ({ ...props }) => ( +export const IconGrainSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainSharp as default } diff --git a/src/IconGrainSharpFilled.tsx b/src/IconGrainSharpFilled.tsx index e8bc330d1..ad4851839 100644 --- a/src/IconGrainSharpFilled.tsx +++ b/src/IconGrainSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrainSharpFilled: React.FC = ({ ...props }) => ( +export const IconGrainSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrainSharpFilled as default } diff --git a/src/IconGraphicEqOutlined.tsx b/src/IconGraphicEqOutlined.tsx index e38585e3b..bb68c32d2 100644 --- a/src/IconGraphicEqOutlined.tsx +++ b/src/IconGraphicEqOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqOutlined: React.FC = ({ ...props }) => ( +export const IconGraphicEqOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGraphicEqOutlined as default } diff --git a/src/IconGraphicEqOutlinedFilled.tsx b/src/IconGraphicEqOutlinedFilled.tsx index f76823032..75bd9df79 100644 --- a/src/IconGraphicEqOutlinedFilled.tsx +++ b/src/IconGraphicEqOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGraphicEqOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGraphicEqOutlinedFilled as default } diff --git a/src/IconGraphicEqRounded.tsx b/src/IconGraphicEqRounded.tsx index fd21bbf06..bb3027b2c 100644 --- a/src/IconGraphicEqRounded.tsx +++ b/src/IconGraphicEqRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqRounded: React.FC = ({ ...props }) => ( +export const IconGraphicEqRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGraphicEqRounded as default } diff --git a/src/IconGraphicEqRoundedFilled.tsx b/src/IconGraphicEqRoundedFilled.tsx index b73448cd9..300b9d02d 100644 --- a/src/IconGraphicEqRoundedFilled.tsx +++ b/src/IconGraphicEqRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGraphicEqRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGraphicEqRoundedFilled as default } diff --git a/src/IconGraphicEqSharp.tsx b/src/IconGraphicEqSharp.tsx index 293c342da..952f6f58f 100644 --- a/src/IconGraphicEqSharp.tsx +++ b/src/IconGraphicEqSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqSharp: React.FC = ({ ...props }) => ( +export const IconGraphicEqSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGraphicEqSharp as default } diff --git a/src/IconGraphicEqSharpFilled.tsx b/src/IconGraphicEqSharpFilled.tsx index a126689e3..74b481b90 100644 --- a/src/IconGraphicEqSharpFilled.tsx +++ b/src/IconGraphicEqSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGraphicEqSharpFilled: React.FC = ({ ...props }) => ( +export const IconGraphicEqSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGraphicEqSharpFilled as default } diff --git a/src/IconGrassOutlined.tsx b/src/IconGrassOutlined.tsx index f3275160c..b5fac3267 100644 --- a/src/IconGrassOutlined.tsx +++ b/src/IconGrassOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassOutlined: React.FC = ({ ...props }) => ( +export const IconGrassOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassOutlined as default } diff --git a/src/IconGrassOutlinedFilled.tsx b/src/IconGrassOutlinedFilled.tsx index bc084001f..48dc05ea6 100644 --- a/src/IconGrassOutlinedFilled.tsx +++ b/src/IconGrassOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGrassOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassOutlinedFilled as default } diff --git a/src/IconGrassRounded.tsx b/src/IconGrassRounded.tsx index 1f8e45fa0..c56b56a12 100644 --- a/src/IconGrassRounded.tsx +++ b/src/IconGrassRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassRounded: React.FC = ({ ...props }) => ( +export const IconGrassRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassRounded as default } diff --git a/src/IconGrassRoundedFilled.tsx b/src/IconGrassRoundedFilled.tsx index 585358c77..37ea0c381 100644 --- a/src/IconGrassRoundedFilled.tsx +++ b/src/IconGrassRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGrassRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassRoundedFilled as default } diff --git a/src/IconGrassSharp.tsx b/src/IconGrassSharp.tsx index d61488cf0..f05f30b25 100644 --- a/src/IconGrassSharp.tsx +++ b/src/IconGrassSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassSharp: React.FC = ({ ...props }) => ( +export const IconGrassSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassSharp as default } diff --git a/src/IconGrassSharpFilled.tsx b/src/IconGrassSharpFilled.tsx index 80dcbb3e7..5c0d22998 100644 --- a/src/IconGrassSharpFilled.tsx +++ b/src/IconGrassSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrassSharpFilled: React.FC = ({ ...props }) => ( +export const IconGrassSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrassSharpFilled as default } diff --git a/src/IconGrid3x3OffOutlined.tsx b/src/IconGrid3x3OffOutlined.tsx index 16d8d44f7..d95f0947f 100644 --- a/src/IconGrid3x3OffOutlined.tsx +++ b/src/IconGrid3x3OffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffOutlined: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffOutlined as default } diff --git a/src/IconGrid3x3OffOutlinedFilled.tsx b/src/IconGrid3x3OffOutlinedFilled.tsx index 4e3af43c6..890e958d9 100644 --- a/src/IconGrid3x3OffOutlinedFilled.tsx +++ b/src/IconGrid3x3OffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffOutlinedFilled as default } diff --git a/src/IconGrid3x3OffRounded.tsx b/src/IconGrid3x3OffRounded.tsx index 9bb1a708a..79d9ebbca 100644 --- a/src/IconGrid3x3OffRounded.tsx +++ b/src/IconGrid3x3OffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffRounded: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffRounded as default } diff --git a/src/IconGrid3x3OffRoundedFilled.tsx b/src/IconGrid3x3OffRoundedFilled.tsx index c80b005a9..087d57272 100644 --- a/src/IconGrid3x3OffRoundedFilled.tsx +++ b/src/IconGrid3x3OffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffRoundedFilled as default } diff --git a/src/IconGrid3x3OffSharp.tsx b/src/IconGrid3x3OffSharp.tsx index c0c0666cd..bd8c429e4 100644 --- a/src/IconGrid3x3OffSharp.tsx +++ b/src/IconGrid3x3OffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffSharp: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffSharp as default } diff --git a/src/IconGrid3x3OffSharpFilled.tsx b/src/IconGrid3x3OffSharpFilled.tsx index 7660e748e..16791cf2f 100644 --- a/src/IconGrid3x3OffSharpFilled.tsx +++ b/src/IconGrid3x3OffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OffSharpFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3OffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OffSharpFilled as default } diff --git a/src/IconGrid3x3Outlined.tsx b/src/IconGrid3x3Outlined.tsx index 946a4b9fc..ca4d45995 100644 --- a/src/IconGrid3x3Outlined.tsx +++ b/src/IconGrid3x3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3Outlined: React.FC = ({ ...props }) => ( +export const IconGrid3x3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3Outlined as default } diff --git a/src/IconGrid3x3OutlinedFilled.tsx b/src/IconGrid3x3OutlinedFilled.tsx index f42839c5d..2cb55876e 100644 --- a/src/IconGrid3x3OutlinedFilled.tsx +++ b/src/IconGrid3x3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGrid3x3OutlinedFilled as default } diff --git a/src/IconGrid3x3Rounded.tsx b/src/IconGrid3x3Rounded.tsx index 874863fb3..ea816b83b 100644 --- a/src/IconGrid3x3Rounded.tsx +++ b/src/IconGrid3x3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3Rounded: React.FC = ({ ...props }) => ( +export const IconGrid3x3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3Rounded as default } diff --git a/src/IconGrid3x3RoundedFilled.tsx b/src/IconGrid3x3RoundedFilled.tsx index 3c92361c2..2d9916673 100644 --- a/src/IconGrid3x3RoundedFilled.tsx +++ b/src/IconGrid3x3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3RoundedFilled as default } diff --git a/src/IconGrid3x3Sharp.tsx b/src/IconGrid3x3Sharp.tsx index d90cdc406..390319239 100644 --- a/src/IconGrid3x3Sharp.tsx +++ b/src/IconGrid3x3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3Sharp: React.FC = ({ ...props }) => ( +export const IconGrid3x3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3Sharp as default } diff --git a/src/IconGrid3x3SharpFilled.tsx b/src/IconGrid3x3SharpFilled.tsx index f934a75ac..847c36f3e 100644 --- a/src/IconGrid3x3SharpFilled.tsx +++ b/src/IconGrid3x3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid3x3SharpFilled: React.FC = ({ ...props }) => ( +export const IconGrid3x3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid3x3SharpFilled as default } diff --git a/src/IconGrid4x4Outlined.tsx b/src/IconGrid4x4Outlined.tsx index 5119b6b47..ad346a154 100644 --- a/src/IconGrid4x4Outlined.tsx +++ b/src/IconGrid4x4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4Outlined: React.FC = ({ ...props }) => ( +export const IconGrid4x4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid4x4Outlined as default } diff --git a/src/IconGrid4x4OutlinedFilled.tsx b/src/IconGrid4x4OutlinedFilled.tsx index b1ec3c5f5..76b27eafb 100644 --- a/src/IconGrid4x4OutlinedFilled.tsx +++ b/src/IconGrid4x4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGrid4x4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGrid4x4OutlinedFilled as default } diff --git a/src/IconGrid4x4Rounded.tsx b/src/IconGrid4x4Rounded.tsx index 96fe48c1a..abde56e52 100644 --- a/src/IconGrid4x4Rounded.tsx +++ b/src/IconGrid4x4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4Rounded: React.FC = ({ ...props }) => ( +export const IconGrid4x4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid4x4Rounded as default } diff --git a/src/IconGrid4x4RoundedFilled.tsx b/src/IconGrid4x4RoundedFilled.tsx index dc52c2bb8..7607f272a 100644 --- a/src/IconGrid4x4RoundedFilled.tsx +++ b/src/IconGrid4x4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconGrid4x4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid4x4RoundedFilled as default } diff --git a/src/IconGrid4x4Sharp.tsx b/src/IconGrid4x4Sharp.tsx index 50f99e33c..786a4f241 100644 --- a/src/IconGrid4x4Sharp.tsx +++ b/src/IconGrid4x4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4Sharp: React.FC = ({ ...props }) => ( +export const IconGrid4x4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid4x4Sharp as default } diff --git a/src/IconGrid4x4SharpFilled.tsx b/src/IconGrid4x4SharpFilled.tsx index f0d8ae71f..855812070 100644 --- a/src/IconGrid4x4SharpFilled.tsx +++ b/src/IconGrid4x4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrid4x4SharpFilled: React.FC = ({ ...props }) => ( +export const IconGrid4x4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrid4x4SharpFilled as default } diff --git a/src/IconGridGoldenratioOutlined.tsx b/src/IconGridGoldenratioOutlined.tsx index 8882be28e..bc1a7e8e7 100644 --- a/src/IconGridGoldenratioOutlined.tsx +++ b/src/IconGridGoldenratioOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioOutlined: React.FC = ({ ...props }) => ( +export const IconGridGoldenratioOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGoldenratioOutlined as default } diff --git a/src/IconGridGoldenratioOutlinedFilled.tsx b/src/IconGridGoldenratioOutlinedFilled.tsx index 04ddb3ff8..bd1328afc 100644 --- a/src/IconGridGoldenratioOutlinedFilled.tsx +++ b/src/IconGridGoldenratioOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioOutlinedFilled: React.FC = ({ +export const IconGridGoldenratioOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGridGoldenratioOutlinedFilled: React.FC = ({ ) - -export { IconGridGoldenratioOutlinedFilled as default } diff --git a/src/IconGridGoldenratioRounded.tsx b/src/IconGridGoldenratioRounded.tsx index c9aeeb9ca..395d4bbde 100644 --- a/src/IconGridGoldenratioRounded.tsx +++ b/src/IconGridGoldenratioRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioRounded: React.FC = ({ ...props }) => ( +export const IconGridGoldenratioRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGoldenratioRounded as default } diff --git a/src/IconGridGoldenratioRoundedFilled.tsx b/src/IconGridGoldenratioRoundedFilled.tsx index fd09c1c76..efffb8bbc 100644 --- a/src/IconGridGoldenratioRoundedFilled.tsx +++ b/src/IconGridGoldenratioRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioRoundedFilled: React.FC = ({ +export const IconGridGoldenratioRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGridGoldenratioRoundedFilled: React.FC = ({ ) - -export { IconGridGoldenratioRoundedFilled as default } diff --git a/src/IconGridGoldenratioSharp.tsx b/src/IconGridGoldenratioSharp.tsx index 0a1ee0eab..5a0488234 100644 --- a/src/IconGridGoldenratioSharp.tsx +++ b/src/IconGridGoldenratioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioSharp: React.FC = ({ ...props }) => ( +export const IconGridGoldenratioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridGoldenratioSharp as default } diff --git a/src/IconGridGoldenratioSharpFilled.tsx b/src/IconGridGoldenratioSharpFilled.tsx index 474e33be7..ff7367cf5 100644 --- a/src/IconGridGoldenratioSharpFilled.tsx +++ b/src/IconGridGoldenratioSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGoldenratioSharpFilled: React.FC = ({ ...props }) => ( +export const IconGridGoldenratioSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGoldenratioSharpFilled as default } diff --git a/src/IconGridGuidesOutlined.tsx b/src/IconGridGuidesOutlined.tsx index 81a2e0c56..189eaa919 100644 --- a/src/IconGridGuidesOutlined.tsx +++ b/src/IconGridGuidesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesOutlined: React.FC = ({ ...props }) => ( +export const IconGridGuidesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridGuidesOutlined as default } diff --git a/src/IconGridGuidesOutlinedFilled.tsx b/src/IconGridGuidesOutlinedFilled.tsx index aded8e50e..0744bf64f 100644 --- a/src/IconGridGuidesOutlinedFilled.tsx +++ b/src/IconGridGuidesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGridGuidesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGuidesOutlinedFilled as default } diff --git a/src/IconGridGuidesRounded.tsx b/src/IconGridGuidesRounded.tsx index 8cf774c22..ec7d81cf8 100644 --- a/src/IconGridGuidesRounded.tsx +++ b/src/IconGridGuidesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesRounded: React.FC = ({ ...props }) => ( +export const IconGridGuidesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridGuidesRounded as default } diff --git a/src/IconGridGuidesRoundedFilled.tsx b/src/IconGridGuidesRoundedFilled.tsx index ecf94eeb1..c52e69b5f 100644 --- a/src/IconGridGuidesRoundedFilled.tsx +++ b/src/IconGridGuidesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGridGuidesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGuidesRoundedFilled as default } diff --git a/src/IconGridGuidesSharp.tsx b/src/IconGridGuidesSharp.tsx index 6006ab10e..a3587eda4 100644 --- a/src/IconGridGuidesSharp.tsx +++ b/src/IconGridGuidesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesSharp: React.FC = ({ ...props }) => ( +export const IconGridGuidesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridGuidesSharp as default } diff --git a/src/IconGridGuidesSharpFilled.tsx b/src/IconGridGuidesSharpFilled.tsx index 162b8c5ba..beeb6c737 100644 --- a/src/IconGridGuidesSharpFilled.tsx +++ b/src/IconGridGuidesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridGuidesSharpFilled: React.FC = ({ ...props }) => ( +export const IconGridGuidesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridGuidesSharpFilled as default } diff --git a/src/IconGridOffOutlined.tsx b/src/IconGridOffOutlined.tsx index ff02520ab..61cb4f962 100644 --- a/src/IconGridOffOutlined.tsx +++ b/src/IconGridOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffOutlined: React.FC = ({ ...props }) => ( +export const IconGridOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOffOutlined as default } diff --git a/src/IconGridOffOutlinedFilled.tsx b/src/IconGridOffOutlinedFilled.tsx index 6b690b711..8bfdb82d6 100644 --- a/src/IconGridOffOutlinedFilled.tsx +++ b/src/IconGridOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGridOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridOffOutlinedFilled as default } diff --git a/src/IconGridOffRounded.tsx b/src/IconGridOffRounded.tsx index 2b2107291..8639456ff 100644 --- a/src/IconGridOffRounded.tsx +++ b/src/IconGridOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffRounded: React.FC = ({ ...props }) => ( +export const IconGridOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOffRounded as default } diff --git a/src/IconGridOffRoundedFilled.tsx b/src/IconGridOffRoundedFilled.tsx index 6a8c90b2f..99a66d8c3 100644 --- a/src/IconGridOffRoundedFilled.tsx +++ b/src/IconGridOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGridOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOffRoundedFilled as default } diff --git a/src/IconGridOffSharp.tsx b/src/IconGridOffSharp.tsx index 096700838..c545f32b2 100644 --- a/src/IconGridOffSharp.tsx +++ b/src/IconGridOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffSharp: React.FC = ({ ...props }) => ( +export const IconGridOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOffSharp as default } diff --git a/src/IconGridOffSharpFilled.tsx b/src/IconGridOffSharpFilled.tsx index aff53c38e..07567d0a1 100644 --- a/src/IconGridOffSharpFilled.tsx +++ b/src/IconGridOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconGridOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOffSharpFilled as default } diff --git a/src/IconGridOnOutlined.tsx b/src/IconGridOnOutlined.tsx index d9eb9f911..b62f19b69 100644 --- a/src/IconGridOnOutlined.tsx +++ b/src/IconGridOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnOutlined: React.FC = ({ ...props }) => ( +export const IconGridOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnOutlined as default } diff --git a/src/IconGridOnOutlinedFilled.tsx b/src/IconGridOnOutlinedFilled.tsx index 1eb818361..3853cf5e7 100644 --- a/src/IconGridOnOutlinedFilled.tsx +++ b/src/IconGridOnOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGridOnOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnOutlinedFilled as default } diff --git a/src/IconGridOnRounded.tsx b/src/IconGridOnRounded.tsx index 14ae290f2..4dd0a246c 100644 --- a/src/IconGridOnRounded.tsx +++ b/src/IconGridOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnRounded: React.FC = ({ ...props }) => ( +export const IconGridOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnRounded as default } diff --git a/src/IconGridOnRoundedFilled.tsx b/src/IconGridOnRoundedFilled.tsx index 7e9fc5ee6..3be6e39b2 100644 --- a/src/IconGridOnRoundedFilled.tsx +++ b/src/IconGridOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGridOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnRoundedFilled as default } diff --git a/src/IconGridOnSharp.tsx b/src/IconGridOnSharp.tsx index e0e4e2d7a..32b705ea2 100644 --- a/src/IconGridOnSharp.tsx +++ b/src/IconGridOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnSharp: React.FC = ({ ...props }) => ( +export const IconGridOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnSharp as default } diff --git a/src/IconGridOnSharpFilled.tsx b/src/IconGridOnSharpFilled.tsx index 02b4d799d..9118a17fb 100644 --- a/src/IconGridOnSharpFilled.tsx +++ b/src/IconGridOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconGridOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridOnSharpFilled as default } diff --git a/src/IconGridViewOutlined.tsx b/src/IconGridViewOutlined.tsx index ed0102313..a007546d3 100644 --- a/src/IconGridViewOutlined.tsx +++ b/src/IconGridViewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewOutlined: React.FC = ({ ...props }) => ( +export const IconGridViewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridViewOutlined as default } diff --git a/src/IconGridViewOutlinedFilled.tsx b/src/IconGridViewOutlinedFilled.tsx index 76cb61d86..17640ada4 100644 --- a/src/IconGridViewOutlinedFilled.tsx +++ b/src/IconGridViewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGridViewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridViewOutlinedFilled as default } diff --git a/src/IconGridViewRounded.tsx b/src/IconGridViewRounded.tsx index 561c98a7b..87158246e 100644 --- a/src/IconGridViewRounded.tsx +++ b/src/IconGridViewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewRounded: React.FC = ({ ...props }) => ( +export const IconGridViewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridViewRounded as default } diff --git a/src/IconGridViewRoundedFilled.tsx b/src/IconGridViewRoundedFilled.tsx index bffaa4a6e..14eff6ed0 100644 --- a/src/IconGridViewRoundedFilled.tsx +++ b/src/IconGridViewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGridViewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGridViewRoundedFilled as default } diff --git a/src/IconGridViewSharp.tsx b/src/IconGridViewSharp.tsx index d81d6b7f2..cbb1985d0 100644 --- a/src/IconGridViewSharp.tsx +++ b/src/IconGridViewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewSharp: React.FC = ({ ...props }) => ( +export const IconGridViewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridViewSharp as default } diff --git a/src/IconGridViewSharpFilled.tsx b/src/IconGridViewSharpFilled.tsx index 9cbd85c3f..327b20f01 100644 --- a/src/IconGridViewSharpFilled.tsx +++ b/src/IconGridViewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGridViewSharpFilled: React.FC = ({ ...props }) => ( +export const IconGridViewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGridViewSharpFilled as default } diff --git a/src/IconGroceryOutlined.tsx b/src/IconGroceryOutlined.tsx index 365848f75..99a871274 100644 --- a/src/IconGroceryOutlined.tsx +++ b/src/IconGroceryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroceryOutlined: React.FC = ({ ...props }) => ( +export const IconGroceryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroceryOutlined as default } diff --git a/src/IconGroceryOutlinedFilled.tsx b/src/IconGroceryOutlinedFilled.tsx index 0878f57e5..844280fc4 100644 --- a/src/IconGroceryOutlinedFilled.tsx +++ b/src/IconGroceryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroceryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroceryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroceryOutlinedFilled as default } diff --git a/src/IconGroceryRounded.tsx b/src/IconGroceryRounded.tsx index d7ceb63e6..670250330 100644 --- a/src/IconGroceryRounded.tsx +++ b/src/IconGroceryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroceryRounded: React.FC = ({ ...props }) => ( +export const IconGroceryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroceryRounded as default } diff --git a/src/IconGroceryRoundedFilled.tsx b/src/IconGroceryRoundedFilled.tsx index e24a37867..441e6b252 100644 --- a/src/IconGroceryRoundedFilled.tsx +++ b/src/IconGroceryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroceryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroceryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroceryRoundedFilled as default } diff --git a/src/IconGrocerySharp.tsx b/src/IconGrocerySharp.tsx index bc8e6e190..49ee1e461 100644 --- a/src/IconGrocerySharp.tsx +++ b/src/IconGrocerySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrocerySharp: React.FC = ({ ...props }) => ( +export const IconGrocerySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrocerySharp as default } diff --git a/src/IconGrocerySharpFilled.tsx b/src/IconGrocerySharpFilled.tsx index b1e6cc4fa..18f3fc482 100644 --- a/src/IconGrocerySharpFilled.tsx +++ b/src/IconGrocerySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGrocerySharpFilled: React.FC = ({ ...props }) => ( +export const IconGrocerySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGrocerySharpFilled as default } diff --git a/src/IconGroupAddOutlined.tsx b/src/IconGroupAddOutlined.tsx index 1f55d7440..f46467f21 100644 --- a/src/IconGroupAddOutlined.tsx +++ b/src/IconGroupAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddOutlined: React.FC = ({ ...props }) => ( +export const IconGroupAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupAddOutlined as default } diff --git a/src/IconGroupAddOutlinedFilled.tsx b/src/IconGroupAddOutlinedFilled.tsx index 158648331..f3cbd0106 100644 --- a/src/IconGroupAddOutlinedFilled.tsx +++ b/src/IconGroupAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupAddOutlinedFilled as default } diff --git a/src/IconGroupAddRounded.tsx b/src/IconGroupAddRounded.tsx index b54ffe7b7..984b8ddcd 100644 --- a/src/IconGroupAddRounded.tsx +++ b/src/IconGroupAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddRounded: React.FC = ({ ...props }) => ( +export const IconGroupAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupAddRounded as default } diff --git a/src/IconGroupAddRoundedFilled.tsx b/src/IconGroupAddRoundedFilled.tsx index 7e8276964..fe768cd77 100644 --- a/src/IconGroupAddRoundedFilled.tsx +++ b/src/IconGroupAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupAddRoundedFilled as default } diff --git a/src/IconGroupAddSharp.tsx b/src/IconGroupAddSharp.tsx index 6ceca5fe1..3de9c8433 100644 --- a/src/IconGroupAddSharp.tsx +++ b/src/IconGroupAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddSharp: React.FC = ({ ...props }) => ( +export const IconGroupAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupAddSharp as default } diff --git a/src/IconGroupAddSharpFilled.tsx b/src/IconGroupAddSharpFilled.tsx index e8542efa5..4593e7631 100644 --- a/src/IconGroupAddSharpFilled.tsx +++ b/src/IconGroupAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupAddSharpFilled as default } diff --git a/src/IconGroupOffOutlined.tsx b/src/IconGroupOffOutlined.tsx index 691b70b6e..8fc761c7d 100644 --- a/src/IconGroupOffOutlined.tsx +++ b/src/IconGroupOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffOutlined: React.FC = ({ ...props }) => ( +export const IconGroupOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOffOutlined as default } diff --git a/src/IconGroupOffOutlinedFilled.tsx b/src/IconGroupOffOutlinedFilled.tsx index a9443c70a..08af63787 100644 --- a/src/IconGroupOffOutlinedFilled.tsx +++ b/src/IconGroupOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupOffOutlinedFilled as default } diff --git a/src/IconGroupOffRounded.tsx b/src/IconGroupOffRounded.tsx index 6e8ace5b7..cc6487e17 100644 --- a/src/IconGroupOffRounded.tsx +++ b/src/IconGroupOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffRounded: React.FC = ({ ...props }) => ( +export const IconGroupOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOffRounded as default } diff --git a/src/IconGroupOffRoundedFilled.tsx b/src/IconGroupOffRoundedFilled.tsx index 7e5b03259..9cf299f68 100644 --- a/src/IconGroupOffRoundedFilled.tsx +++ b/src/IconGroupOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupOffRoundedFilled as default } diff --git a/src/IconGroupOffSharp.tsx b/src/IconGroupOffSharp.tsx index e6cb39d22..71f2d94f9 100644 --- a/src/IconGroupOffSharp.tsx +++ b/src/IconGroupOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffSharp: React.FC = ({ ...props }) => ( +export const IconGroupOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOffSharp as default } diff --git a/src/IconGroupOffSharpFilled.tsx b/src/IconGroupOffSharpFilled.tsx index 9acab4f07..ad928d325 100644 --- a/src/IconGroupOffSharpFilled.tsx +++ b/src/IconGroupOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOffSharpFilled as default } diff --git a/src/IconGroupOutlined.tsx b/src/IconGroupOutlined.tsx index 58f404162..bc6356c2a 100644 --- a/src/IconGroupOutlined.tsx +++ b/src/IconGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOutlined: React.FC = ({ ...props }) => ( +export const IconGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOutlined as default } diff --git a/src/IconGroupOutlinedFilled.tsx b/src/IconGroupOutlinedFilled.tsx index 5e3a96092..0dd910804 100644 --- a/src/IconGroupOutlinedFilled.tsx +++ b/src/IconGroupOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupOutlinedFilled as default } diff --git a/src/IconGroupRemoveOutlined.tsx b/src/IconGroupRemoveOutlined.tsx index aacef8528..f7f208a01 100644 --- a/src/IconGroupRemoveOutlined.tsx +++ b/src/IconGroupRemoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconGroupRemoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveOutlined as default } diff --git a/src/IconGroupRemoveOutlinedFilled.tsx b/src/IconGroupRemoveOutlinedFilled.tsx index f9353ab54..65dec4ca7 100644 --- a/src/IconGroupRemoveOutlinedFilled.tsx +++ b/src/IconGroupRemoveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupRemoveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveOutlinedFilled as default } diff --git a/src/IconGroupRemoveRounded.tsx b/src/IconGroupRemoveRounded.tsx index 7b86f0045..c3813e3be 100644 --- a/src/IconGroupRemoveRounded.tsx +++ b/src/IconGroupRemoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveRounded: React.FC = ({ ...props }) => ( +export const IconGroupRemoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveRounded as default } diff --git a/src/IconGroupRemoveRoundedFilled.tsx b/src/IconGroupRemoveRoundedFilled.tsx index b7e9380dc..2f964d993 100644 --- a/src/IconGroupRemoveRoundedFilled.tsx +++ b/src/IconGroupRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveRoundedFilled as default } diff --git a/src/IconGroupRemoveSharp.tsx b/src/IconGroupRemoveSharp.tsx index 239324dd9..d926f6712 100644 --- a/src/IconGroupRemoveSharp.tsx +++ b/src/IconGroupRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveSharp: React.FC = ({ ...props }) => ( +export const IconGroupRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveSharp as default } diff --git a/src/IconGroupRemoveSharpFilled.tsx b/src/IconGroupRemoveSharpFilled.tsx index 871a12844..4d706207b 100644 --- a/src/IconGroupRemoveSharpFilled.tsx +++ b/src/IconGroupRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupRemoveSharpFilled as default } diff --git a/src/IconGroupRounded.tsx b/src/IconGroupRounded.tsx index c7c6b80e3..9ee71cbbd 100644 --- a/src/IconGroupRounded.tsx +++ b/src/IconGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRounded: React.FC = ({ ...props }) => ( +export const IconGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupRounded as default } diff --git a/src/IconGroupRoundedFilled.tsx b/src/IconGroupRoundedFilled.tsx index 0c5f63db1..623d11c1a 100644 --- a/src/IconGroupRoundedFilled.tsx +++ b/src/IconGroupRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupRoundedFilled as default } diff --git a/src/IconGroupSearchOutlined.tsx b/src/IconGroupSearchOutlined.tsx new file mode 100644 index 000000000..c4e6413bc --- /dev/null +++ b/src/IconGroupSearchOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSearchOutlinedFilled.tsx b/src/IconGroupSearchOutlinedFilled.tsx new file mode 100644 index 000000000..33a996912 --- /dev/null +++ b/src/IconGroupSearchOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSearchRounded.tsx b/src/IconGroupSearchRounded.tsx new file mode 100644 index 000000000..c33f8509c --- /dev/null +++ b/src/IconGroupSearchRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSearchRoundedFilled.tsx b/src/IconGroupSearchRoundedFilled.tsx new file mode 100644 index 000000000..2a6b6bf6f --- /dev/null +++ b/src/IconGroupSearchRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSearchSharp.tsx b/src/IconGroupSearchSharp.tsx new file mode 100644 index 000000000..19321dab3 --- /dev/null +++ b/src/IconGroupSearchSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSearchSharpFilled.tsx b/src/IconGroupSearchSharpFilled.tsx new file mode 100644 index 000000000..980ed2f07 --- /dev/null +++ b/src/IconGroupSearchSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconGroupSearchSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconGroupSharp.tsx b/src/IconGroupSharp.tsx index cb7554185..15796b656 100644 --- a/src/IconGroupSharp.tsx +++ b/src/IconGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupSharp: React.FC = ({ ...props }) => ( +export const IconGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupSharp as default } diff --git a/src/IconGroupSharpFilled.tsx b/src/IconGroupSharpFilled.tsx index cebe67e20..5523beb97 100644 --- a/src/IconGroupSharpFilled.tsx +++ b/src/IconGroupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupSharpFilled as default } diff --git a/src/IconGroupWorkOutlined.tsx b/src/IconGroupWorkOutlined.tsx index 9fcf18c49..c05ff0fe0 100644 --- a/src/IconGroupWorkOutlined.tsx +++ b/src/IconGroupWorkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkOutlined: React.FC = ({ ...props }) => ( +export const IconGroupWorkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupWorkOutlined as default } diff --git a/src/IconGroupWorkOutlinedFilled.tsx b/src/IconGroupWorkOutlinedFilled.tsx index 5f8251cbc..8a3fd8ec3 100644 --- a/src/IconGroupWorkOutlinedFilled.tsx +++ b/src/IconGroupWorkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupWorkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupWorkOutlinedFilled as default } diff --git a/src/IconGroupWorkRounded.tsx b/src/IconGroupWorkRounded.tsx index 806a4e685..f50c6cc5e 100644 --- a/src/IconGroupWorkRounded.tsx +++ b/src/IconGroupWorkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkRounded: React.FC = ({ ...props }) => ( +export const IconGroupWorkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupWorkRounded as default } diff --git a/src/IconGroupWorkRoundedFilled.tsx b/src/IconGroupWorkRoundedFilled.tsx index 38669d243..5a6f086df 100644 --- a/src/IconGroupWorkRoundedFilled.tsx +++ b/src/IconGroupWorkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupWorkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupWorkRoundedFilled as default } diff --git a/src/IconGroupWorkSharp.tsx b/src/IconGroupWorkSharp.tsx index 92edcdf23..fdec3318f 100644 --- a/src/IconGroupWorkSharp.tsx +++ b/src/IconGroupWorkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkSharp: React.FC = ({ ...props }) => ( +export const IconGroupWorkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupWorkSharp as default } diff --git a/src/IconGroupWorkSharpFilled.tsx b/src/IconGroupWorkSharpFilled.tsx index 27e9c4ae7..bc7d2b74b 100644 --- a/src/IconGroupWorkSharpFilled.tsx +++ b/src/IconGroupWorkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupWorkSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupWorkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupWorkSharpFilled as default } diff --git a/src/IconGroupedBarChartOutlined.tsx b/src/IconGroupedBarChartOutlined.tsx index 707123175..00c76918e 100644 --- a/src/IconGroupedBarChartOutlined.tsx +++ b/src/IconGroupedBarChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartOutlined: React.FC = ({ ...props }) => ( +export const IconGroupedBarChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupedBarChartOutlined as default } diff --git a/src/IconGroupedBarChartOutlinedFilled.tsx b/src/IconGroupedBarChartOutlinedFilled.tsx index 01dc904c0..59f3304f6 100644 --- a/src/IconGroupedBarChartOutlinedFilled.tsx +++ b/src/IconGroupedBarChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartOutlinedFilled: React.FC = ({ +export const IconGroupedBarChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGroupedBarChartOutlinedFilled: React.FC = ({ ) - -export { IconGroupedBarChartOutlinedFilled as default } diff --git a/src/IconGroupedBarChartRounded.tsx b/src/IconGroupedBarChartRounded.tsx index 5cc5b06c4..82ad725d9 100644 --- a/src/IconGroupedBarChartRounded.tsx +++ b/src/IconGroupedBarChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartRounded: React.FC = ({ ...props }) => ( +export const IconGroupedBarChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupedBarChartRounded as default } diff --git a/src/IconGroupedBarChartRoundedFilled.tsx b/src/IconGroupedBarChartRoundedFilled.tsx index 9ef704cbe..c456240f6 100644 --- a/src/IconGroupedBarChartRoundedFilled.tsx +++ b/src/IconGroupedBarChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartRoundedFilled: React.FC = ({ +export const IconGroupedBarChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconGroupedBarChartRoundedFilled: React.FC = ({ ) - -export { IconGroupedBarChartRoundedFilled as default } diff --git a/src/IconGroupedBarChartSharp.tsx b/src/IconGroupedBarChartSharp.tsx index 45069e43e..885e08f86 100644 --- a/src/IconGroupedBarChartSharp.tsx +++ b/src/IconGroupedBarChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartSharp: React.FC = ({ ...props }) => ( +export const IconGroupedBarChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupedBarChartSharp as default } diff --git a/src/IconGroupedBarChartSharpFilled.tsx b/src/IconGroupedBarChartSharpFilled.tsx index b6d6ebb08..d3b63d0fe 100644 --- a/src/IconGroupedBarChartSharpFilled.tsx +++ b/src/IconGroupedBarChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroupedBarChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupedBarChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroupedBarChartSharpFilled as default } diff --git a/src/IconGroups2Outlined.tsx b/src/IconGroups2Outlined.tsx index 1c9c32512..93e11e951 100644 --- a/src/IconGroups2Outlined.tsx +++ b/src/IconGroups2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2Outlined: React.FC = ({ ...props }) => ( +export const IconGroups2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups2Outlined as default } diff --git a/src/IconGroups2OutlinedFilled.tsx b/src/IconGroups2OutlinedFilled.tsx index 04a34f7c7..47ff8ed6d 100644 --- a/src/IconGroups2OutlinedFilled.tsx +++ b/src/IconGroups2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroups2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroups2OutlinedFilled as default } diff --git a/src/IconGroups2Rounded.tsx b/src/IconGroups2Rounded.tsx index 9f67e7f6f..d7473ad70 100644 --- a/src/IconGroups2Rounded.tsx +++ b/src/IconGroups2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2Rounded: React.FC = ({ ...props }) => ( +export const IconGroups2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups2Rounded as default } diff --git a/src/IconGroups2RoundedFilled.tsx b/src/IconGroups2RoundedFilled.tsx index 214df9955..4e7021dd7 100644 --- a/src/IconGroups2RoundedFilled.tsx +++ b/src/IconGroups2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroups2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups2RoundedFilled as default } diff --git a/src/IconGroups2Sharp.tsx b/src/IconGroups2Sharp.tsx index cd28b83c4..1d6db90c3 100644 --- a/src/IconGroups2Sharp.tsx +++ b/src/IconGroups2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2Sharp: React.FC = ({ ...props }) => ( +export const IconGroups2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups2Sharp as default } diff --git a/src/IconGroups2SharpFilled.tsx b/src/IconGroups2SharpFilled.tsx index 96fdd7c6e..e6b3a3956 100644 --- a/src/IconGroups2SharpFilled.tsx +++ b/src/IconGroups2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups2SharpFilled: React.FC = ({ ...props }) => ( +export const IconGroups2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups2SharpFilled as default } diff --git a/src/IconGroups3Outlined.tsx b/src/IconGroups3Outlined.tsx index 7d5a8b125..46adb9476 100644 --- a/src/IconGroups3Outlined.tsx +++ b/src/IconGroups3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3Outlined: React.FC = ({ ...props }) => ( +export const IconGroups3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups3Outlined as default } diff --git a/src/IconGroups3OutlinedFilled.tsx b/src/IconGroups3OutlinedFilled.tsx index d4cc2e4c4..6675e2799 100644 --- a/src/IconGroups3OutlinedFilled.tsx +++ b/src/IconGroups3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroups3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGroups3OutlinedFilled as default } diff --git a/src/IconGroups3Rounded.tsx b/src/IconGroups3Rounded.tsx index e4d132328..3be731253 100644 --- a/src/IconGroups3Rounded.tsx +++ b/src/IconGroups3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3Rounded: React.FC = ({ ...props }) => ( +export const IconGroups3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups3Rounded as default } diff --git a/src/IconGroups3RoundedFilled.tsx b/src/IconGroups3RoundedFilled.tsx index 71ee04953..b78f7855a 100644 --- a/src/IconGroups3RoundedFilled.tsx +++ b/src/IconGroups3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroups3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups3RoundedFilled as default } diff --git a/src/IconGroups3Sharp.tsx b/src/IconGroups3Sharp.tsx index cb841ff72..7e01e4044 100644 --- a/src/IconGroups3Sharp.tsx +++ b/src/IconGroups3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3Sharp: React.FC = ({ ...props }) => ( +export const IconGroups3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups3Sharp as default } diff --git a/src/IconGroups3SharpFilled.tsx b/src/IconGroups3SharpFilled.tsx index 4bb5dc5e7..546e0cdaa 100644 --- a/src/IconGroups3SharpFilled.tsx +++ b/src/IconGroups3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroups3SharpFilled: React.FC = ({ ...props }) => ( +export const IconGroups3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroups3SharpFilled as default } diff --git a/src/IconGroupsOutlined.tsx b/src/IconGroupsOutlined.tsx index 331597c48..c334bb93e 100644 --- a/src/IconGroupsOutlined.tsx +++ b/src/IconGroupsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsOutlined: React.FC = ({ ...props }) => ( +export const IconGroupsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsOutlined as default } diff --git a/src/IconGroupsOutlinedFilled.tsx b/src/IconGroupsOutlinedFilled.tsx index 709b9c65a..4bf579c0a 100644 --- a/src/IconGroupsOutlinedFilled.tsx +++ b/src/IconGroupsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGroupsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsOutlinedFilled as default } diff --git a/src/IconGroupsRounded.tsx b/src/IconGroupsRounded.tsx index 3ab7d57af..6f97c696b 100644 --- a/src/IconGroupsRounded.tsx +++ b/src/IconGroupsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsRounded: React.FC = ({ ...props }) => ( +export const IconGroupsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsRounded as default } diff --git a/src/IconGroupsRoundedFilled.tsx b/src/IconGroupsRoundedFilled.tsx index 70225315c..9dc3aea83 100644 --- a/src/IconGroupsRoundedFilled.tsx +++ b/src/IconGroupsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGroupsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsRoundedFilled as default } diff --git a/src/IconGroupsSharp.tsx b/src/IconGroupsSharp.tsx index db57c0c08..6a270d5fc 100644 --- a/src/IconGroupsSharp.tsx +++ b/src/IconGroupsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsSharp: React.FC = ({ ...props }) => ( +export const IconGroupsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsSharp as default } diff --git a/src/IconGroupsSharpFilled.tsx b/src/IconGroupsSharpFilled.tsx index d5dbf8a6a..283ef4113 100644 --- a/src/IconGroupsSharpFilled.tsx +++ b/src/IconGroupsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGroupsSharpFilled: React.FC = ({ ...props }) => ( +export const IconGroupsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGroupsSharpFilled as default } diff --git a/src/IconGuardianOutlined.tsx b/src/IconGuardianOutlined.tsx index 2d1ccc9b5..6303bfed3 100644 --- a/src/IconGuardianOutlined.tsx +++ b/src/IconGuardianOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianOutlined: React.FC = ({ ...props }) => ( +export const IconGuardianOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGuardianOutlined as default } diff --git a/src/IconGuardianOutlinedFilled.tsx b/src/IconGuardianOutlinedFilled.tsx index f6e050e2e..593d94b49 100644 --- a/src/IconGuardianOutlinedFilled.tsx +++ b/src/IconGuardianOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGuardianOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGuardianOutlinedFilled as default } diff --git a/src/IconGuardianRounded.tsx b/src/IconGuardianRounded.tsx index 738bbe890..da6eee489 100644 --- a/src/IconGuardianRounded.tsx +++ b/src/IconGuardianRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianRounded: React.FC = ({ ...props }) => ( +export const IconGuardianRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGuardianRounded as default } diff --git a/src/IconGuardianRoundedFilled.tsx b/src/IconGuardianRoundedFilled.tsx index 8e2b77176..5a0d75806 100644 --- a/src/IconGuardianRoundedFilled.tsx +++ b/src/IconGuardianRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGuardianRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGuardianRoundedFilled as default } diff --git a/src/IconGuardianSharp.tsx b/src/IconGuardianSharp.tsx index 2e8796d2b..fd4207547 100644 --- a/src/IconGuardianSharp.tsx +++ b/src/IconGuardianSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianSharp: React.FC = ({ ...props }) => ( +export const IconGuardianSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGuardianSharp as default } diff --git a/src/IconGuardianSharpFilled.tsx b/src/IconGuardianSharpFilled.tsx index c1e50fc04..4cb3f0152 100644 --- a/src/IconGuardianSharpFilled.tsx +++ b/src/IconGuardianSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGuardianSharpFilled: React.FC = ({ ...props }) => ( +export const IconGuardianSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGuardianSharpFilled as default } diff --git a/src/IconGynecologyOutlined.tsx b/src/IconGynecologyOutlined.tsx index 3f93cf83c..08d8b3606 100644 --- a/src/IconGynecologyOutlined.tsx +++ b/src/IconGynecologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologyOutlined: React.FC = ({ ...props }) => ( +export const IconGynecologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGynecologyOutlined as default } diff --git a/src/IconGynecologyOutlinedFilled.tsx b/src/IconGynecologyOutlinedFilled.tsx index 15cc9aa0e..3a108aa7b 100644 --- a/src/IconGynecologyOutlinedFilled.tsx +++ b/src/IconGynecologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconGynecologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGynecologyOutlinedFilled as default } diff --git a/src/IconGynecologyRounded.tsx b/src/IconGynecologyRounded.tsx index 05e8f08c1..239b99cf7 100644 --- a/src/IconGynecologyRounded.tsx +++ b/src/IconGynecologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologyRounded: React.FC = ({ ...props }) => ( +export const IconGynecologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGynecologyRounded as default } diff --git a/src/IconGynecologyRoundedFilled.tsx b/src/IconGynecologyRoundedFilled.tsx index d475730a7..1a1dffa4f 100644 --- a/src/IconGynecologyRoundedFilled.tsx +++ b/src/IconGynecologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconGynecologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGynecologyRoundedFilled as default } diff --git a/src/IconGynecologySharp.tsx b/src/IconGynecologySharp.tsx index dd9ae7558..a21726087 100644 --- a/src/IconGynecologySharp.tsx +++ b/src/IconGynecologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologySharp: React.FC = ({ ...props }) => ( +export const IconGynecologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconGynecologySharp as default } diff --git a/src/IconGynecologySharpFilled.tsx b/src/IconGynecologySharpFilled.tsx index 978c8f713..d6f29144c 100644 --- a/src/IconGynecologySharpFilled.tsx +++ b/src/IconGynecologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconGynecologySharpFilled: React.FC = ({ ...props }) => ( +export const IconGynecologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconGynecologySharpFilled as default } diff --git a/src/IconHMobiledataBadgeOutlined.tsx b/src/IconHMobiledataBadgeOutlined.tsx index 4732c6b63..852c07b71 100644 --- a/src/IconHMobiledataBadgeOutlined.tsx +++ b/src/IconHMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconHMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataBadgeOutlined as default } diff --git a/src/IconHMobiledataBadgeOutlinedFilled.tsx b/src/IconHMobiledataBadgeOutlinedFilled.tsx index efab6832a..11b791ffe 100644 --- a/src/IconHMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconHMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconHMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconHMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconHMobiledataBadgeRounded.tsx b/src/IconHMobiledataBadgeRounded.tsx index 465e90b2a..0e419fce4 100644 --- a/src/IconHMobiledataBadgeRounded.tsx +++ b/src/IconHMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconHMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataBadgeRounded as default } diff --git a/src/IconHMobiledataBadgeRoundedFilled.tsx b/src/IconHMobiledataBadgeRoundedFilled.tsx index cb58c7e8a..8815b27fd 100644 --- a/src/IconHMobiledataBadgeRoundedFilled.tsx +++ b/src/IconHMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconHMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconHMobiledataBadgeRoundedFilled as default } diff --git a/src/IconHMobiledataBadgeSharp.tsx b/src/IconHMobiledataBadgeSharp.tsx index 406b4c675..61728826a 100644 --- a/src/IconHMobiledataBadgeSharp.tsx +++ b/src/IconHMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconHMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataBadgeSharp as default } diff --git a/src/IconHMobiledataBadgeSharpFilled.tsx b/src/IconHMobiledataBadgeSharpFilled.tsx index 8e8ea9c03..93082f212 100644 --- a/src/IconHMobiledataBadgeSharpFilled.tsx +++ b/src/IconHMobiledataBadgeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( +export const IconHMobiledataBadgeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataBadgeSharpFilled as default } diff --git a/src/IconHMobiledataOutlined.tsx b/src/IconHMobiledataOutlined.tsx index f6dffa8d8..91832f2ae 100644 --- a/src/IconHMobiledataOutlined.tsx +++ b/src/IconHMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconHMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHMobiledataOutlined as default } diff --git a/src/IconHMobiledataOutlinedFilled.tsx b/src/IconHMobiledataOutlinedFilled.tsx index f57d4973c..fcee7f33b 100644 --- a/src/IconHMobiledataOutlinedFilled.tsx +++ b/src/IconHMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataOutlinedFilled as default } diff --git a/src/IconHMobiledataRounded.tsx b/src/IconHMobiledataRounded.tsx index 6a31620fe..f1e7a6dc3 100644 --- a/src/IconHMobiledataRounded.tsx +++ b/src/IconHMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconHMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHMobiledataRounded as default } diff --git a/src/IconHMobiledataRoundedFilled.tsx b/src/IconHMobiledataRoundedFilled.tsx index 0e2325ad2..eb70a27f9 100644 --- a/src/IconHMobiledataRoundedFilled.tsx +++ b/src/IconHMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataRoundedFilled as default } diff --git a/src/IconHMobiledataSharp.tsx b/src/IconHMobiledataSharp.tsx index 75ab06b69..e73a283dd 100644 --- a/src/IconHMobiledataSharp.tsx +++ b/src/IconHMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconHMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHMobiledataSharp as default } diff --git a/src/IconHMobiledataSharpFilled.tsx b/src/IconHMobiledataSharpFilled.tsx index 53ec5a27c..c93da0763 100644 --- a/src/IconHMobiledataSharpFilled.tsx +++ b/src/IconHMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconHMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHMobiledataSharpFilled as default } diff --git a/src/IconHPlusMobiledataBadgeOutlined.tsx b/src/IconHPlusMobiledataBadgeOutlined.tsx index fcb28893e..9982035e7 100644 --- a/src/IconHPlusMobiledataBadgeOutlined.tsx +++ b/src/IconHPlusMobiledataBadgeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeOutlined: React.FC = ({ +export const IconHPlusMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataBadgeOutlined: React.FC = ({ ) - -export { IconHPlusMobiledataBadgeOutlined as default } diff --git a/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx b/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx index d91316562..e27b8941d 100644 --- a/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconHPlusMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconHPlusMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconHPlusMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconHPlusMobiledataBadgeRounded.tsx b/src/IconHPlusMobiledataBadgeRounded.tsx index b1b335b81..a8bac8eff 100644 --- a/src/IconHPlusMobiledataBadgeRounded.tsx +++ b/src/IconHPlusMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataBadgeRounded as default } diff --git a/src/IconHPlusMobiledataBadgeRoundedFilled.tsx b/src/IconHPlusMobiledataBadgeRoundedFilled.tsx index 7d4616262..421d6b120 100644 --- a/src/IconHPlusMobiledataBadgeRoundedFilled.tsx +++ b/src/IconHPlusMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconHPlusMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconHPlusMobiledataBadgeRoundedFilled as default } diff --git a/src/IconHPlusMobiledataBadgeSharp.tsx b/src/IconHPlusMobiledataBadgeSharp.tsx index c03825c83..1ecdd709d 100644 --- a/src/IconHPlusMobiledataBadgeSharp.tsx +++ b/src/IconHPlusMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataBadgeSharp as default } diff --git a/src/IconHPlusMobiledataBadgeSharpFilled.tsx b/src/IconHPlusMobiledataBadgeSharpFilled.tsx index 2a391fef3..c78847864 100644 --- a/src/IconHPlusMobiledataBadgeSharpFilled.tsx +++ b/src/IconHPlusMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataBadgeSharpFilled: React.FC = ({ +export const IconHPlusMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { IconHPlusMobiledataBadgeSharpFilled as default } diff --git a/src/IconHPlusMobiledataOutlined.tsx b/src/IconHPlusMobiledataOutlined.tsx index 732175767..87c2f9f9b 100644 --- a/src/IconHPlusMobiledataOutlined.tsx +++ b/src/IconHPlusMobiledataOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataOutlined as default } diff --git a/src/IconHPlusMobiledataOutlinedFilled.tsx b/src/IconHPlusMobiledataOutlinedFilled.tsx index 0d73a7aba..ef5e6d7c4 100644 --- a/src/IconHPlusMobiledataOutlinedFilled.tsx +++ b/src/IconHPlusMobiledataOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataOutlinedFilled: React.FC = ({ +export const IconHPlusMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataOutlinedFilled: React.FC = ({ ) - -export { IconHPlusMobiledataOutlinedFilled as default } diff --git a/src/IconHPlusMobiledataRounded.tsx b/src/IconHPlusMobiledataRounded.tsx index 15e0c945e..b227321d1 100644 --- a/src/IconHPlusMobiledataRounded.tsx +++ b/src/IconHPlusMobiledataRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataRounded as default } diff --git a/src/IconHPlusMobiledataRoundedFilled.tsx b/src/IconHPlusMobiledataRoundedFilled.tsx index c21f6d0db..be9d8f559 100644 --- a/src/IconHPlusMobiledataRoundedFilled.tsx +++ b/src/IconHPlusMobiledataRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataRoundedFilled: React.FC = ({ +export const IconHPlusMobiledataRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHPlusMobiledataRoundedFilled: React.FC = ({ ) - -export { IconHPlusMobiledataRoundedFilled as default } diff --git a/src/IconHPlusMobiledataSharp.tsx b/src/IconHPlusMobiledataSharp.tsx index c53dee425..3bfc4780d 100644 --- a/src/IconHPlusMobiledataSharp.tsx +++ b/src/IconHPlusMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataSharp as default } diff --git a/src/IconHPlusMobiledataSharpFilled.tsx b/src/IconHPlusMobiledataSharpFilled.tsx index 4a636d631..4cd2885b1 100644 --- a/src/IconHPlusMobiledataSharpFilled.tsx +++ b/src/IconHPlusMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHPlusMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconHPlusMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHPlusMobiledataSharpFilled as default } diff --git a/src/IconHailOutlined.tsx b/src/IconHailOutlined.tsx index ab90b4e13..b053dbd50 100644 --- a/src/IconHailOutlined.tsx +++ b/src/IconHailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailOutlined: React.FC = ({ ...props }) => ( +export const IconHailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailOutlined as default } diff --git a/src/IconHailOutlinedFilled.tsx b/src/IconHailOutlinedFilled.tsx index d60c8c2ab..306c61a6e 100644 --- a/src/IconHailOutlinedFilled.tsx +++ b/src/IconHailOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHailOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailOutlinedFilled as default } diff --git a/src/IconHailRounded.tsx b/src/IconHailRounded.tsx index fb8c2041c..b5fabb173 100644 --- a/src/IconHailRounded.tsx +++ b/src/IconHailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailRounded: React.FC = ({ ...props }) => ( +export const IconHailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailRounded as default } diff --git a/src/IconHailRoundedFilled.tsx b/src/IconHailRoundedFilled.tsx index 92b934186..58c4cd5eb 100644 --- a/src/IconHailRoundedFilled.tsx +++ b/src/IconHailRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHailRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailRoundedFilled as default } diff --git a/src/IconHailSharp.tsx b/src/IconHailSharp.tsx index 6ac37f3cb..53ccfff22 100644 --- a/src/IconHailSharp.tsx +++ b/src/IconHailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailSharp: React.FC = ({ ...props }) => ( +export const IconHailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailSharp as default } diff --git a/src/IconHailSharpFilled.tsx b/src/IconHailSharpFilled.tsx index 690ca8653..c2d10f7d1 100644 --- a/src/IconHailSharpFilled.tsx +++ b/src/IconHailSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHailSharpFilled: React.FC = ({ ...props }) => ( +export const IconHailSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHailSharpFilled as default } diff --git a/src/IconHallwayOutlined.tsx b/src/IconHallwayOutlined.tsx index 5fe22ec73..96bfcd49a 100644 --- a/src/IconHallwayOutlined.tsx +++ b/src/IconHallwayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHallwayOutlined: React.FC = ({ ...props }) => ( +export const IconHallwayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHallwayOutlined as default } diff --git a/src/IconHallwayOutlinedFilled.tsx b/src/IconHallwayOutlinedFilled.tsx index 1ec34d3b3..2989a6456 100644 --- a/src/IconHallwayOutlinedFilled.tsx +++ b/src/IconHallwayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHallwayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHallwayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHallwayOutlinedFilled as default } diff --git a/src/IconHallwayRounded.tsx b/src/IconHallwayRounded.tsx index e4bc1785f..487bac41d 100644 --- a/src/IconHallwayRounded.tsx +++ b/src/IconHallwayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHallwayRounded: React.FC = ({ ...props }) => ( +export const IconHallwayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHallwayRounded as default } diff --git a/src/IconHallwayRoundedFilled.tsx b/src/IconHallwayRoundedFilled.tsx index 99f58988e..67c74e12b 100644 --- a/src/IconHallwayRoundedFilled.tsx +++ b/src/IconHallwayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHallwayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHallwayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHallwayRoundedFilled as default } diff --git a/src/IconHallwaySharp.tsx b/src/IconHallwaySharp.tsx index ce303d161..f1e3ef196 100644 --- a/src/IconHallwaySharp.tsx +++ b/src/IconHallwaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHallwaySharp: React.FC = ({ ...props }) => ( +export const IconHallwaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHallwaySharp as default } diff --git a/src/IconHallwaySharpFilled.tsx b/src/IconHallwaySharpFilled.tsx index 4861c198c..3c1a7f68e 100644 --- a/src/IconHallwaySharpFilled.tsx +++ b/src/IconHallwaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHallwaySharpFilled: React.FC = ({ ...props }) => ( +export const IconHallwaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHallwaySharpFilled as default } diff --git a/src/IconHandBonesOutlined.tsx b/src/IconHandBonesOutlined.tsx index 09620dff3..f8b431572 100644 --- a/src/IconHandBonesOutlined.tsx +++ b/src/IconHandBonesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesOutlined: React.FC = ({ ...props }) => ( +export const IconHandBonesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandBonesOutlined as default } diff --git a/src/IconHandBonesOutlinedFilled.tsx b/src/IconHandBonesOutlinedFilled.tsx index c4c712fa6..59634428e 100644 --- a/src/IconHandBonesOutlinedFilled.tsx +++ b/src/IconHandBonesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHandBonesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandBonesOutlinedFilled as default } diff --git a/src/IconHandBonesRounded.tsx b/src/IconHandBonesRounded.tsx index 699b15427..adca0092f 100644 --- a/src/IconHandBonesRounded.tsx +++ b/src/IconHandBonesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesRounded: React.FC = ({ ...props }) => ( +export const IconHandBonesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandBonesRounded as default } diff --git a/src/IconHandBonesRoundedFilled.tsx b/src/IconHandBonesRoundedFilled.tsx index a4850000e..3fc8bb1d6 100644 --- a/src/IconHandBonesRoundedFilled.tsx +++ b/src/IconHandBonesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHandBonesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandBonesRoundedFilled as default } diff --git a/src/IconHandBonesSharp.tsx b/src/IconHandBonesSharp.tsx index 5dccbfaf2..c8e4d7707 100644 --- a/src/IconHandBonesSharp.tsx +++ b/src/IconHandBonesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesSharp: React.FC = ({ ...props }) => ( +export const IconHandBonesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandBonesSharp as default } diff --git a/src/IconHandBonesSharpFilled.tsx b/src/IconHandBonesSharpFilled.tsx index a5b79f76c..d2ae9fe2a 100644 --- a/src/IconHandBonesSharpFilled.tsx +++ b/src/IconHandBonesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandBonesSharpFilled: React.FC = ({ ...props }) => ( +export const IconHandBonesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandBonesSharpFilled as default } diff --git a/src/IconHandGestureOffOutlined.tsx b/src/IconHandGestureOffOutlined.tsx index 13c09008a..fcd2a8fd0 100644 --- a/src/IconHandGestureOffOutlined.tsx +++ b/src/IconHandGestureOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffOutlined: React.FC = ({ ...props }) => ( +export const IconHandGestureOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureOffOutlined as default } diff --git a/src/IconHandGestureOffOutlinedFilled.tsx b/src/IconHandGestureOffOutlinedFilled.tsx index 5fdcaf5ce..b77b54770 100644 --- a/src/IconHandGestureOffOutlinedFilled.tsx +++ b/src/IconHandGestureOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffOutlinedFilled: React.FC = ({ +export const IconHandGestureOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHandGestureOffOutlinedFilled: React.FC = ({ ) - -export { IconHandGestureOffOutlinedFilled as default } diff --git a/src/IconHandGestureOffRounded.tsx b/src/IconHandGestureOffRounded.tsx index 0f3face6c..9d3470249 100644 --- a/src/IconHandGestureOffRounded.tsx +++ b/src/IconHandGestureOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffRounded: React.FC = ({ ...props }) => ( +export const IconHandGestureOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureOffRounded as default } diff --git a/src/IconHandGestureOffRoundedFilled.tsx b/src/IconHandGestureOffRoundedFilled.tsx index 8526a66a3..afad08c5a 100644 --- a/src/IconHandGestureOffRoundedFilled.tsx +++ b/src/IconHandGestureOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHandGestureOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureOffRoundedFilled as default } diff --git a/src/IconHandGestureOffSharp.tsx b/src/IconHandGestureOffSharp.tsx index 6e74d7c65..89aa77bf6 100644 --- a/src/IconHandGestureOffSharp.tsx +++ b/src/IconHandGestureOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffSharp: React.FC = ({ ...props }) => ( +export const IconHandGestureOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandGestureOffSharp as default } diff --git a/src/IconHandGestureOffSharpFilled.tsx b/src/IconHandGestureOffSharpFilled.tsx index 10e61f13e..43085db8b 100644 --- a/src/IconHandGestureOffSharpFilled.tsx +++ b/src/IconHandGestureOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHandGestureOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureOffSharpFilled as default } diff --git a/src/IconHandGestureOutlined.tsx b/src/IconHandGestureOutlined.tsx index cc4ad83e1..ede84bd67 100644 --- a/src/IconHandGestureOutlined.tsx +++ b/src/IconHandGestureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOutlined: React.FC = ({ ...props }) => ( +export const IconHandGestureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandGestureOutlined as default } diff --git a/src/IconHandGestureOutlinedFilled.tsx b/src/IconHandGestureOutlinedFilled.tsx index 51fb1b0f8..e2aa54672 100644 --- a/src/IconHandGestureOutlinedFilled.tsx +++ b/src/IconHandGestureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHandGestureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureOutlinedFilled as default } diff --git a/src/IconHandGestureRounded.tsx b/src/IconHandGestureRounded.tsx index c9801a175..bfadfa315 100644 --- a/src/IconHandGestureRounded.tsx +++ b/src/IconHandGestureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureRounded: React.FC = ({ ...props }) => ( +export const IconHandGestureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandGestureRounded as default } diff --git a/src/IconHandGestureRoundedFilled.tsx b/src/IconHandGestureRoundedFilled.tsx index 57dad7523..6015c65d0 100644 --- a/src/IconHandGestureRoundedFilled.tsx +++ b/src/IconHandGestureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHandGestureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureRoundedFilled as default } diff --git a/src/IconHandGestureSharp.tsx b/src/IconHandGestureSharp.tsx index 69545c813..522e07e78 100644 --- a/src/IconHandGestureSharp.tsx +++ b/src/IconHandGestureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureSharp: React.FC = ({ ...props }) => ( +export const IconHandGestureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandGestureSharp as default } diff --git a/src/IconHandGestureSharpFilled.tsx b/src/IconHandGestureSharpFilled.tsx index 10c8cc1ae..9bf50e506 100644 --- a/src/IconHandGestureSharpFilled.tsx +++ b/src/IconHandGestureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandGestureSharpFilled: React.FC = ({ ...props }) => ( +export const IconHandGestureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandGestureSharpFilled as default } diff --git a/src/IconHandheldControllerOutlined.tsx b/src/IconHandheldControllerOutlined.tsx index 03bedb76f..1abee8e39 100644 --- a/src/IconHandheldControllerOutlined.tsx +++ b/src/IconHandheldControllerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerOutlined: React.FC = ({ ...props }) => ( +export const IconHandheldControllerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandheldControllerOutlined as default } diff --git a/src/IconHandheldControllerOutlinedFilled.tsx b/src/IconHandheldControllerOutlinedFilled.tsx index 8dfe8a005..e0a79360a 100644 --- a/src/IconHandheldControllerOutlinedFilled.tsx +++ b/src/IconHandheldControllerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerOutlinedFilled: React.FC = ({ +export const IconHandheldControllerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHandheldControllerOutlinedFilled: React.FC = ({ ) - -export { IconHandheldControllerOutlinedFilled as default } diff --git a/src/IconHandheldControllerRounded.tsx b/src/IconHandheldControllerRounded.tsx index c9e1d1113..774aa5c01 100644 --- a/src/IconHandheldControllerRounded.tsx +++ b/src/IconHandheldControllerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerRounded: React.FC = ({ ...props }) => ( +export const IconHandheldControllerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandheldControllerRounded as default } diff --git a/src/IconHandheldControllerRoundedFilled.tsx b/src/IconHandheldControllerRoundedFilled.tsx index 7f7a40490..ff7cf6bb5 100644 --- a/src/IconHandheldControllerRoundedFilled.tsx +++ b/src/IconHandheldControllerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerRoundedFilled: React.FC = ({ +export const IconHandheldControllerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHandheldControllerRoundedFilled: React.FC = ({ ) - -export { IconHandheldControllerRoundedFilled as default } diff --git a/src/IconHandheldControllerSharp.tsx b/src/IconHandheldControllerSharp.tsx index 770350881..c7c56ab86 100644 --- a/src/IconHandheldControllerSharp.tsx +++ b/src/IconHandheldControllerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerSharp: React.FC = ({ ...props }) => ( +export const IconHandheldControllerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandheldControllerSharp as default } diff --git a/src/IconHandheldControllerSharpFilled.tsx b/src/IconHandheldControllerSharpFilled.tsx index 5a2953af5..2be67bbf4 100644 --- a/src/IconHandheldControllerSharpFilled.tsx +++ b/src/IconHandheldControllerSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHandheldControllerSharpFilled: React.FC = ({ +export const IconHandheldControllerSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHandheldControllerSharpFilled: React.FC = ({ ) - -export { IconHandheldControllerSharpFilled as default } diff --git a/src/IconHandshakeOutlined.tsx b/src/IconHandshakeOutlined.tsx index 508d8134f..c3c09e801 100644 --- a/src/IconHandshakeOutlined.tsx +++ b/src/IconHandshakeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeOutlined: React.FC = ({ ...props }) => ( +export const IconHandshakeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandshakeOutlined as default } diff --git a/src/IconHandshakeOutlinedFilled.tsx b/src/IconHandshakeOutlinedFilled.tsx index 59d770ee8..797e36950 100644 --- a/src/IconHandshakeOutlinedFilled.tsx +++ b/src/IconHandshakeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHandshakeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandshakeOutlinedFilled as default } diff --git a/src/IconHandshakeRounded.tsx b/src/IconHandshakeRounded.tsx index 0757db2c5..f8fbebcab 100644 --- a/src/IconHandshakeRounded.tsx +++ b/src/IconHandshakeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeRounded: React.FC = ({ ...props }) => ( +export const IconHandshakeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandshakeRounded as default } diff --git a/src/IconHandshakeRoundedFilled.tsx b/src/IconHandshakeRoundedFilled.tsx index 596788916..9d04921cf 100644 --- a/src/IconHandshakeRoundedFilled.tsx +++ b/src/IconHandshakeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHandshakeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandshakeRoundedFilled as default } diff --git a/src/IconHandshakeSharp.tsx b/src/IconHandshakeSharp.tsx index d3a1c3f5b..302a0bd39 100644 --- a/src/IconHandshakeSharp.tsx +++ b/src/IconHandshakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeSharp: React.FC = ({ ...props }) => ( +export const IconHandshakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandshakeSharp as default } diff --git a/src/IconHandshakeSharpFilled.tsx b/src/IconHandshakeSharpFilled.tsx index 4a94ed52d..7319c5f65 100644 --- a/src/IconHandshakeSharpFilled.tsx +++ b/src/IconHandshakeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandshakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconHandshakeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandshakeSharpFilled as default } diff --git a/src/IconHandymanOutlined.tsx b/src/IconHandymanOutlined.tsx index 46a7ff7cd..50d4b7615 100644 --- a/src/IconHandymanOutlined.tsx +++ b/src/IconHandymanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanOutlined: React.FC = ({ ...props }) => ( +export const IconHandymanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandymanOutlined as default } diff --git a/src/IconHandymanOutlinedFilled.tsx b/src/IconHandymanOutlinedFilled.tsx index f870171f3..a79b482d0 100644 --- a/src/IconHandymanOutlinedFilled.tsx +++ b/src/IconHandymanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHandymanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandymanOutlinedFilled as default } diff --git a/src/IconHandymanRounded.tsx b/src/IconHandymanRounded.tsx index 268f12b5e..d94b01402 100644 --- a/src/IconHandymanRounded.tsx +++ b/src/IconHandymanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanRounded: React.FC = ({ ...props }) => ( +export const IconHandymanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandymanRounded as default } diff --git a/src/IconHandymanRoundedFilled.tsx b/src/IconHandymanRoundedFilled.tsx index fca2d829e..0e118dd4f 100644 --- a/src/IconHandymanRoundedFilled.tsx +++ b/src/IconHandymanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHandymanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHandymanRoundedFilled as default } diff --git a/src/IconHandymanSharp.tsx b/src/IconHandymanSharp.tsx index 72eae7c31..e492e1b62 100644 --- a/src/IconHandymanSharp.tsx +++ b/src/IconHandymanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanSharp: React.FC = ({ ...props }) => ( +export const IconHandymanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandymanSharp as default } diff --git a/src/IconHandymanSharpFilled.tsx b/src/IconHandymanSharpFilled.tsx index 3636fd3d2..583f474fc 100644 --- a/src/IconHandymanSharpFilled.tsx +++ b/src/IconHandymanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHandymanSharpFilled: React.FC = ({ ...props }) => ( +export const IconHandymanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHandymanSharpFilled as default } diff --git a/src/IconHangoutVideoOffOutlined.tsx b/src/IconHangoutVideoOffOutlined.tsx index 5c93a4ed8..d08c1c026 100644 --- a/src/IconHangoutVideoOffOutlined.tsx +++ b/src/IconHangoutVideoOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffOutlined: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOffOutlined as default } diff --git a/src/IconHangoutVideoOffOutlinedFilled.tsx b/src/IconHangoutVideoOffOutlinedFilled.tsx index 585bd6a61..461eeb29e 100644 --- a/src/IconHangoutVideoOffOutlinedFilled.tsx +++ b/src/IconHangoutVideoOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffOutlinedFilled: React.FC = ({ +export const IconHangoutVideoOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHangoutVideoOffOutlinedFilled: React.FC = ({ ) - -export { IconHangoutVideoOffOutlinedFilled as default } diff --git a/src/IconHangoutVideoOffRounded.tsx b/src/IconHangoutVideoOffRounded.tsx index 245ae64e2..5bf415e7c 100644 --- a/src/IconHangoutVideoOffRounded.tsx +++ b/src/IconHangoutVideoOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffRounded: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOffRounded as default } diff --git a/src/IconHangoutVideoOffRoundedFilled.tsx b/src/IconHangoutVideoOffRoundedFilled.tsx index dd07d451d..b111ea0dc 100644 --- a/src/IconHangoutVideoOffRoundedFilled.tsx +++ b/src/IconHangoutVideoOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffRoundedFilled: React.FC = ({ +export const IconHangoutVideoOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHangoutVideoOffRoundedFilled: React.FC = ({ ) - -export { IconHangoutVideoOffRoundedFilled as default } diff --git a/src/IconHangoutVideoOffSharp.tsx b/src/IconHangoutVideoOffSharp.tsx index 5e7ef331a..f8d3a42a2 100644 --- a/src/IconHangoutVideoOffSharp.tsx +++ b/src/IconHangoutVideoOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffSharp: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOffSharp as default } diff --git a/src/IconHangoutVideoOffSharpFilled.tsx b/src/IconHangoutVideoOffSharpFilled.tsx index cac640e1c..66fb4c912 100644 --- a/src/IconHangoutVideoOffSharpFilled.tsx +++ b/src/IconHangoutVideoOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOffSharpFilled as default } diff --git a/src/IconHangoutVideoOutlined.tsx b/src/IconHangoutVideoOutlined.tsx index 919e4bb4c..aad0ab122 100644 --- a/src/IconHangoutVideoOutlined.tsx +++ b/src/IconHangoutVideoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOutlined: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOutlined as default } diff --git a/src/IconHangoutVideoOutlinedFilled.tsx b/src/IconHangoutVideoOutlinedFilled.tsx index f0eb96be7..9d441f2b8 100644 --- a/src/IconHangoutVideoOutlinedFilled.tsx +++ b/src/IconHangoutVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHangoutVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoOutlinedFilled as default } diff --git a/src/IconHangoutVideoRounded.tsx b/src/IconHangoutVideoRounded.tsx index d2eda9d2d..d0d4a39db 100644 --- a/src/IconHangoutVideoRounded.tsx +++ b/src/IconHangoutVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoRounded: React.FC = ({ ...props }) => ( +export const IconHangoutVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoRounded as default } diff --git a/src/IconHangoutVideoRoundedFilled.tsx b/src/IconHangoutVideoRoundedFilled.tsx index 5119d565f..fa03f62bb 100644 --- a/src/IconHangoutVideoRoundedFilled.tsx +++ b/src/IconHangoutVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHangoutVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoRoundedFilled as default } diff --git a/src/IconHangoutVideoSharp.tsx b/src/IconHangoutVideoSharp.tsx index c871a07c3..765ae83a3 100644 --- a/src/IconHangoutVideoSharp.tsx +++ b/src/IconHangoutVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoSharp: React.FC = ({ ...props }) => ( +export const IconHangoutVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoSharp as default } diff --git a/src/IconHangoutVideoSharpFilled.tsx b/src/IconHangoutVideoSharpFilled.tsx index f3d3fd05f..91d9add49 100644 --- a/src/IconHangoutVideoSharpFilled.tsx +++ b/src/IconHangoutVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHangoutVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconHangoutVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHangoutVideoSharpFilled as default } diff --git a/src/IconHardDiskOutlined.tsx b/src/IconHardDiskOutlined.tsx new file mode 100644 index 000000000..4859a2585 --- /dev/null +++ b/src/IconHardDiskOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDiskOutlinedFilled.tsx b/src/IconHardDiskOutlinedFilled.tsx new file mode 100644 index 000000000..e45d230d5 --- /dev/null +++ b/src/IconHardDiskOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDiskRounded.tsx b/src/IconHardDiskRounded.tsx new file mode 100644 index 000000000..9458dc156 --- /dev/null +++ b/src/IconHardDiskRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDiskRoundedFilled.tsx b/src/IconHardDiskRoundedFilled.tsx new file mode 100644 index 000000000..7bcbc6bbc --- /dev/null +++ b/src/IconHardDiskRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDiskSharp.tsx b/src/IconHardDiskSharp.tsx new file mode 100644 index 000000000..3ef2b8cca --- /dev/null +++ b/src/IconHardDiskSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDiskSharpFilled.tsx b/src/IconHardDiskSharpFilled.tsx new file mode 100644 index 000000000..ea2aec841 --- /dev/null +++ b/src/IconHardDiskSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHardDiskSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHardDrive2Outlined.tsx b/src/IconHardDrive2Outlined.tsx index c964bf6a7..7cae2bb9a 100644 --- a/src/IconHardDrive2Outlined.tsx +++ b/src/IconHardDrive2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2Outlined: React.FC = ({ ...props }) => ( +export const IconHardDrive2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDrive2Outlined as default } diff --git a/src/IconHardDrive2OutlinedFilled.tsx b/src/IconHardDrive2OutlinedFilled.tsx index 60f6dede8..165b5d360 100644 --- a/src/IconHardDrive2OutlinedFilled.tsx +++ b/src/IconHardDrive2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHardDrive2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardDrive2OutlinedFilled as default } diff --git a/src/IconHardDrive2Rounded.tsx b/src/IconHardDrive2Rounded.tsx index 440df2c03..3e5c5041c 100644 --- a/src/IconHardDrive2Rounded.tsx +++ b/src/IconHardDrive2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2Rounded: React.FC = ({ ...props }) => ( +export const IconHardDrive2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDrive2Rounded as default } diff --git a/src/IconHardDrive2RoundedFilled.tsx b/src/IconHardDrive2RoundedFilled.tsx index d70210e34..daac4a5fa 100644 --- a/src/IconHardDrive2RoundedFilled.tsx +++ b/src/IconHardDrive2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconHardDrive2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardDrive2RoundedFilled as default } diff --git a/src/IconHardDrive2Sharp.tsx b/src/IconHardDrive2Sharp.tsx index b9d6aa510..6ddbc2ac4 100644 --- a/src/IconHardDrive2Sharp.tsx +++ b/src/IconHardDrive2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2Sharp: React.FC = ({ ...props }) => ( +export const IconHardDrive2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDrive2Sharp as default } diff --git a/src/IconHardDrive2SharpFilled.tsx b/src/IconHardDrive2SharpFilled.tsx index 71358b2af..48d6bc345 100644 --- a/src/IconHardDrive2SharpFilled.tsx +++ b/src/IconHardDrive2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardDrive2SharpFilled: React.FC = ({ ...props }) => ( +export const IconHardDrive2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardDrive2SharpFilled as default } diff --git a/src/IconHardDriveOutlined.tsx b/src/IconHardDriveOutlined.tsx index bebfc4fe5..3e525a648 100644 --- a/src/IconHardDriveOutlined.tsx +++ b/src/IconHardDriveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveOutlined: React.FC = ({ ...props }) => ( +export const IconHardDriveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDriveOutlined as default } diff --git a/src/IconHardDriveOutlinedFilled.tsx b/src/IconHardDriveOutlinedFilled.tsx index 307217270..49ef55215 100644 --- a/src/IconHardDriveOutlinedFilled.tsx +++ b/src/IconHardDriveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHardDriveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardDriveOutlinedFilled as default } diff --git a/src/IconHardDriveRounded.tsx b/src/IconHardDriveRounded.tsx index 149c14893..90ffa0ec8 100644 --- a/src/IconHardDriveRounded.tsx +++ b/src/IconHardDriveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveRounded: React.FC = ({ ...props }) => ( +export const IconHardDriveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDriveRounded as default } diff --git a/src/IconHardDriveRoundedFilled.tsx b/src/IconHardDriveRoundedFilled.tsx index 6f55cda9e..884c7066a 100644 --- a/src/IconHardDriveRoundedFilled.tsx +++ b/src/IconHardDriveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHardDriveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardDriveRoundedFilled as default } diff --git a/src/IconHardDriveSharp.tsx b/src/IconHardDriveSharp.tsx index 8e52f0249..d4f99551d 100644 --- a/src/IconHardDriveSharp.tsx +++ b/src/IconHardDriveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveSharp: React.FC = ({ ...props }) => ( +export const IconHardDriveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDriveSharp as default } diff --git a/src/IconHardDriveSharpFilled.tsx b/src/IconHardDriveSharpFilled.tsx index 998dd8695..1e9f831a6 100644 --- a/src/IconHardDriveSharpFilled.tsx +++ b/src/IconHardDriveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardDriveSharpFilled: React.FC = ({ ...props }) => ( +export const IconHardDriveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardDriveSharpFilled as default } diff --git a/src/IconHardwareOutlined.tsx b/src/IconHardwareOutlined.tsx index d21d6b124..94a7669c0 100644 --- a/src/IconHardwareOutlined.tsx +++ b/src/IconHardwareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareOutlined: React.FC = ({ ...props }) => ( +export const IconHardwareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardwareOutlined as default } diff --git a/src/IconHardwareOutlinedFilled.tsx b/src/IconHardwareOutlinedFilled.tsx index 4e443a8cc..d00d8b708 100644 --- a/src/IconHardwareOutlinedFilled.tsx +++ b/src/IconHardwareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHardwareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardwareOutlinedFilled as default } diff --git a/src/IconHardwareRounded.tsx b/src/IconHardwareRounded.tsx index 5e2c866e4..cdb3b86b4 100644 --- a/src/IconHardwareRounded.tsx +++ b/src/IconHardwareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareRounded: React.FC = ({ ...props }) => ( +export const IconHardwareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardwareRounded as default } diff --git a/src/IconHardwareRoundedFilled.tsx b/src/IconHardwareRoundedFilled.tsx index 4daf1ec64..b9dc7a877 100644 --- a/src/IconHardwareRoundedFilled.tsx +++ b/src/IconHardwareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHardwareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHardwareRoundedFilled as default } diff --git a/src/IconHardwareSharp.tsx b/src/IconHardwareSharp.tsx index 0cb8a9af9..543372038 100644 --- a/src/IconHardwareSharp.tsx +++ b/src/IconHardwareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareSharp: React.FC = ({ ...props }) => ( +export const IconHardwareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardwareSharp as default } diff --git a/src/IconHardwareSharpFilled.tsx b/src/IconHardwareSharpFilled.tsx index 77d7db216..a614fc17c 100644 --- a/src/IconHardwareSharpFilled.tsx +++ b/src/IconHardwareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHardwareSharpFilled: React.FC = ({ ...props }) => ( +export const IconHardwareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHardwareSharpFilled as default } diff --git a/src/IconHdOutlined.tsx b/src/IconHdOutlined.tsx index ebaedcdf5..445c5914b 100644 --- a/src/IconHdOutlined.tsx +++ b/src/IconHdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdOutlined: React.FC = ({ ...props }) => ( +export const IconHdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdOutlined as default } diff --git a/src/IconHdOutlinedFilled.tsx b/src/IconHdOutlinedFilled.tsx index 75ff43498..f716e1bdf 100644 --- a/src/IconHdOutlinedFilled.tsx +++ b/src/IconHdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdOutlinedFilled as default } diff --git a/src/IconHdRounded.tsx b/src/IconHdRounded.tsx index 5b8e72b52..dabceb736 100644 --- a/src/IconHdRounded.tsx +++ b/src/IconHdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdRounded: React.FC = ({ ...props }) => ( +export const IconHdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdRounded as default } diff --git a/src/IconHdRoundedFilled.tsx b/src/IconHdRoundedFilled.tsx index 19dcd2034..644173afa 100644 --- a/src/IconHdRoundedFilled.tsx +++ b/src/IconHdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdRoundedFilled as default } diff --git a/src/IconHdSharp.tsx b/src/IconHdSharp.tsx index 7dc2eea84..71960c9e5 100644 --- a/src/IconHdSharp.tsx +++ b/src/IconHdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdSharp: React.FC = ({ ...props }) => ( +export const IconHdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdSharp as default } diff --git a/src/IconHdSharpFilled.tsx b/src/IconHdSharpFilled.tsx index 271a08ae5..4e13b3bda 100644 --- a/src/IconHdSharpFilled.tsx +++ b/src/IconHdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdSharpFilled as default } diff --git a/src/IconHdrAutoOutlined.tsx b/src/IconHdrAutoOutlined.tsx index 80ce6cea7..6c33db0e0 100644 --- a/src/IconHdrAutoOutlined.tsx +++ b/src/IconHdrAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoOutlined: React.FC = ({ ...props }) => ( +export const IconHdrAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoOutlined as default } diff --git a/src/IconHdrAutoOutlinedFilled.tsx b/src/IconHdrAutoOutlinedFilled.tsx index 1c84aaa0e..0dc42deb2 100644 --- a/src/IconHdrAutoOutlinedFilled.tsx +++ b/src/IconHdrAutoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrAutoOutlinedFilled as default } diff --git a/src/IconHdrAutoRounded.tsx b/src/IconHdrAutoRounded.tsx index 1630baeeb..210806780 100644 --- a/src/IconHdrAutoRounded.tsx +++ b/src/IconHdrAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoRounded: React.FC = ({ ...props }) => ( +export const IconHdrAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoRounded as default } diff --git a/src/IconHdrAutoRoundedFilled.tsx b/src/IconHdrAutoRoundedFilled.tsx index 6b8f255fa..105c68c0b 100644 --- a/src/IconHdrAutoRoundedFilled.tsx +++ b/src/IconHdrAutoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoRoundedFilled as default } diff --git a/src/IconHdrAutoSelectOutlined.tsx b/src/IconHdrAutoSelectOutlined.tsx index 55ecdad5e..8ee9fa959 100644 --- a/src/IconHdrAutoSelectOutlined.tsx +++ b/src/IconHdrAutoSelectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectOutlined: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectOutlined as default } diff --git a/src/IconHdrAutoSelectOutlinedFilled.tsx b/src/IconHdrAutoSelectOutlinedFilled.tsx index 652484696..0ac5b8d72 100644 --- a/src/IconHdrAutoSelectOutlinedFilled.tsx +++ b/src/IconHdrAutoSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectOutlinedFilled as default } diff --git a/src/IconHdrAutoSelectRounded.tsx b/src/IconHdrAutoSelectRounded.tsx index 4265fea27..46c7483f3 100644 --- a/src/IconHdrAutoSelectRounded.tsx +++ b/src/IconHdrAutoSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectRounded: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectRounded as default } diff --git a/src/IconHdrAutoSelectRoundedFilled.tsx b/src/IconHdrAutoSelectRoundedFilled.tsx index b4e73be64..57813817a 100644 --- a/src/IconHdrAutoSelectRoundedFilled.tsx +++ b/src/IconHdrAutoSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectRoundedFilled as default } diff --git a/src/IconHdrAutoSelectSharp.tsx b/src/IconHdrAutoSelectSharp.tsx index 9207b335a..ed04c42f6 100644 --- a/src/IconHdrAutoSelectSharp.tsx +++ b/src/IconHdrAutoSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectSharp: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectSharp as default } diff --git a/src/IconHdrAutoSelectSharpFilled.tsx b/src/IconHdrAutoSelectSharpFilled.tsx index 5f121db53..c8963b6b5 100644 --- a/src/IconHdrAutoSelectSharpFilled.tsx +++ b/src/IconHdrAutoSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSelectSharpFilled as default } diff --git a/src/IconHdrAutoSharp.tsx b/src/IconHdrAutoSharp.tsx index 15ee83642..4039aada5 100644 --- a/src/IconHdrAutoSharp.tsx +++ b/src/IconHdrAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSharp: React.FC = ({ ...props }) => ( +export const IconHdrAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSharp as default } diff --git a/src/IconHdrAutoSharpFilled.tsx b/src/IconHdrAutoSharpFilled.tsx index 592bcbf82..a30804510 100644 --- a/src/IconHdrAutoSharpFilled.tsx +++ b/src/IconHdrAutoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrAutoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrAutoSharpFilled as default } diff --git a/src/IconHdrEnhancedSelectOutlined.tsx b/src/IconHdrEnhancedSelectOutlined.tsx index 33abc88c8..89bc91af0 100644 --- a/src/IconHdrEnhancedSelectOutlined.tsx +++ b/src/IconHdrEnhancedSelectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectOutlined: React.FC = ({ ...props }) => ( +export const IconHdrEnhancedSelectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrEnhancedSelectOutlined as default } diff --git a/src/IconHdrEnhancedSelectOutlinedFilled.tsx b/src/IconHdrEnhancedSelectOutlinedFilled.tsx index 349e6b890..c98c19246 100644 --- a/src/IconHdrEnhancedSelectOutlinedFilled.tsx +++ b/src/IconHdrEnhancedSelectOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectOutlinedFilled: React.FC = ({ +export const IconHdrEnhancedSelectOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHdrEnhancedSelectOutlinedFilled: React.FC = ({ ) - -export { IconHdrEnhancedSelectOutlinedFilled as default } diff --git a/src/IconHdrEnhancedSelectRounded.tsx b/src/IconHdrEnhancedSelectRounded.tsx index 1a8cfdd5c..c86162a34 100644 --- a/src/IconHdrEnhancedSelectRounded.tsx +++ b/src/IconHdrEnhancedSelectRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectRounded: React.FC = ({ ...props }) => ( +export const IconHdrEnhancedSelectRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrEnhancedSelectRounded as default } diff --git a/src/IconHdrEnhancedSelectRoundedFilled.tsx b/src/IconHdrEnhancedSelectRoundedFilled.tsx index e13769ab4..11f8b90bb 100644 --- a/src/IconHdrEnhancedSelectRoundedFilled.tsx +++ b/src/IconHdrEnhancedSelectRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectRoundedFilled: React.FC = ({ +export const IconHdrEnhancedSelectRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHdrEnhancedSelectRoundedFilled: React.FC = ({ ) - -export { IconHdrEnhancedSelectRoundedFilled as default } diff --git a/src/IconHdrEnhancedSelectSharp.tsx b/src/IconHdrEnhancedSelectSharp.tsx index 272fbae3c..4f97a4c61 100644 --- a/src/IconHdrEnhancedSelectSharp.tsx +++ b/src/IconHdrEnhancedSelectSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectSharp: React.FC = ({ ...props }) => ( +export const IconHdrEnhancedSelectSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrEnhancedSelectSharp as default } diff --git a/src/IconHdrEnhancedSelectSharpFilled.tsx b/src/IconHdrEnhancedSelectSharpFilled.tsx index 5c5052b72..31be71103 100644 --- a/src/IconHdrEnhancedSelectSharpFilled.tsx +++ b/src/IconHdrEnhancedSelectSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHdrEnhancedSelectSharpFilled: React.FC = ({ +export const IconHdrEnhancedSelectSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHdrEnhancedSelectSharpFilled: React.FC = ({ ) - -export { IconHdrEnhancedSelectSharpFilled as default } diff --git a/src/IconHdrOffOutlined.tsx b/src/IconHdrOffOutlined.tsx index c042d4457..78af8c9d8 100644 --- a/src/IconHdrOffOutlined.tsx +++ b/src/IconHdrOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffOutlined: React.FC = ({ ...props }) => ( +export const IconHdrOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffOutlined as default } diff --git a/src/IconHdrOffOutlinedFilled.tsx b/src/IconHdrOffOutlinedFilled.tsx index 00b7686e5..9354891f2 100644 --- a/src/IconHdrOffOutlinedFilled.tsx +++ b/src/IconHdrOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffOutlinedFilled as default } diff --git a/src/IconHdrOffRounded.tsx b/src/IconHdrOffRounded.tsx index 55822c5ec..ad02e37b6 100644 --- a/src/IconHdrOffRounded.tsx +++ b/src/IconHdrOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffRounded: React.FC = ({ ...props }) => ( +export const IconHdrOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffRounded as default } diff --git a/src/IconHdrOffRoundedFilled.tsx b/src/IconHdrOffRoundedFilled.tsx index addeb60ae..b73094f77 100644 --- a/src/IconHdrOffRoundedFilled.tsx +++ b/src/IconHdrOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffRoundedFilled as default } diff --git a/src/IconHdrOffSelectOutlined.tsx b/src/IconHdrOffSelectOutlined.tsx index fefbed997..67f5c9e35 100644 --- a/src/IconHdrOffSelectOutlined.tsx +++ b/src/IconHdrOffSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectOutlined: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectOutlined as default } diff --git a/src/IconHdrOffSelectOutlinedFilled.tsx b/src/IconHdrOffSelectOutlinedFilled.tsx index b83d02f13..38e5670bb 100644 --- a/src/IconHdrOffSelectOutlinedFilled.tsx +++ b/src/IconHdrOffSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectOutlinedFilled as default } diff --git a/src/IconHdrOffSelectRounded.tsx b/src/IconHdrOffSelectRounded.tsx index 9bc45c24d..9cd9a3c1d 100644 --- a/src/IconHdrOffSelectRounded.tsx +++ b/src/IconHdrOffSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectRounded: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectRounded as default } diff --git a/src/IconHdrOffSelectRoundedFilled.tsx b/src/IconHdrOffSelectRoundedFilled.tsx index 830c376ba..10a374720 100644 --- a/src/IconHdrOffSelectRoundedFilled.tsx +++ b/src/IconHdrOffSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectRoundedFilled as default } diff --git a/src/IconHdrOffSelectSharp.tsx b/src/IconHdrOffSelectSharp.tsx index 2556c984e..1082064f9 100644 --- a/src/IconHdrOffSelectSharp.tsx +++ b/src/IconHdrOffSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectSharp: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectSharp as default } diff --git a/src/IconHdrOffSelectSharpFilled.tsx b/src/IconHdrOffSelectSharpFilled.tsx index e9c625a58..ed936d992 100644 --- a/src/IconHdrOffSelectSharpFilled.tsx +++ b/src/IconHdrOffSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOffSelectSharpFilled as default } diff --git a/src/IconHdrOffSharp.tsx b/src/IconHdrOffSharp.tsx index 106897af9..f1d3b95ce 100644 --- a/src/IconHdrOffSharp.tsx +++ b/src/IconHdrOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSharp: React.FC = ({ ...props }) => ( +export const IconHdrOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffSharp as default } diff --git a/src/IconHdrOffSharpFilled.tsx b/src/IconHdrOffSharpFilled.tsx index a96e6aac3..241b27393 100644 --- a/src/IconHdrOffSharpFilled.tsx +++ b/src/IconHdrOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOffSharpFilled as default } diff --git a/src/IconHdrOnOutlined.tsx b/src/IconHdrOnOutlined.tsx index cb0455601..0e9632117 100644 --- a/src/IconHdrOnOutlined.tsx +++ b/src/IconHdrOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnOutlined: React.FC = ({ ...props }) => ( +export const IconHdrOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnOutlined as default } diff --git a/src/IconHdrOnOutlinedFilled.tsx b/src/IconHdrOnOutlinedFilled.tsx index 04959a1e6..f3c5543f7 100644 --- a/src/IconHdrOnOutlinedFilled.tsx +++ b/src/IconHdrOnOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnOutlinedFilled as default } diff --git a/src/IconHdrOnRounded.tsx b/src/IconHdrOnRounded.tsx index 77317468f..0da90f5a1 100644 --- a/src/IconHdrOnRounded.tsx +++ b/src/IconHdrOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnRounded: React.FC = ({ ...props }) => ( +export const IconHdrOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnRounded as default } diff --git a/src/IconHdrOnRoundedFilled.tsx b/src/IconHdrOnRoundedFilled.tsx index d55ef125f..3017e387e 100644 --- a/src/IconHdrOnRoundedFilled.tsx +++ b/src/IconHdrOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnRoundedFilled as default } diff --git a/src/IconHdrOnSelectOutlined.tsx b/src/IconHdrOnSelectOutlined.tsx index 1f8f13f2e..c44918377 100644 --- a/src/IconHdrOnSelectOutlined.tsx +++ b/src/IconHdrOnSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectOutlined: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectOutlined as default } diff --git a/src/IconHdrOnSelectOutlinedFilled.tsx b/src/IconHdrOnSelectOutlinedFilled.tsx index b5d0b64ea..7747d1434 100644 --- a/src/IconHdrOnSelectOutlinedFilled.tsx +++ b/src/IconHdrOnSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectOutlinedFilled as default } diff --git a/src/IconHdrOnSelectRounded.tsx b/src/IconHdrOnSelectRounded.tsx index 72f37ae64..edd7d40e3 100644 --- a/src/IconHdrOnSelectRounded.tsx +++ b/src/IconHdrOnSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectRounded: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectRounded as default } diff --git a/src/IconHdrOnSelectRoundedFilled.tsx b/src/IconHdrOnSelectRoundedFilled.tsx index d09fc08fa..fea5dec59 100644 --- a/src/IconHdrOnSelectRoundedFilled.tsx +++ b/src/IconHdrOnSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectRoundedFilled as default } diff --git a/src/IconHdrOnSelectSharp.tsx b/src/IconHdrOnSelectSharp.tsx index 53c45468f..7fe1ba0c1 100644 --- a/src/IconHdrOnSelectSharp.tsx +++ b/src/IconHdrOnSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectSharp: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectSharp as default } diff --git a/src/IconHdrOnSelectSharpFilled.tsx b/src/IconHdrOnSelectSharpFilled.tsx index 4c23fd145..7622b1880 100644 --- a/src/IconHdrOnSelectSharpFilled.tsx +++ b/src/IconHdrOnSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrOnSelectSharpFilled as default } diff --git a/src/IconHdrOnSharp.tsx b/src/IconHdrOnSharp.tsx index 5a6ea62a5..c3a46f9e1 100644 --- a/src/IconHdrOnSharp.tsx +++ b/src/IconHdrOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSharp: React.FC = ({ ...props }) => ( +export const IconHdrOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnSharp as default } diff --git a/src/IconHdrOnSharpFilled.tsx b/src/IconHdrOnSharpFilled.tsx index f9c8afacd..417919336 100644 --- a/src/IconHdrOnSharpFilled.tsx +++ b/src/IconHdrOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrOnSharpFilled as default } diff --git a/src/IconHdrPlusOffOutlined.tsx b/src/IconHdrPlusOffOutlined.tsx index 17bca6d7c..6034c1eac 100644 --- a/src/IconHdrPlusOffOutlined.tsx +++ b/src/IconHdrPlusOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffOutlined: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffOutlined as default } diff --git a/src/IconHdrPlusOffOutlinedFilled.tsx b/src/IconHdrPlusOffOutlinedFilled.tsx index 67fe72b1f..3c715c798 100644 --- a/src/IconHdrPlusOffOutlinedFilled.tsx +++ b/src/IconHdrPlusOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffOutlinedFilled as default } diff --git a/src/IconHdrPlusOffRounded.tsx b/src/IconHdrPlusOffRounded.tsx index 4300cf493..7767ab57b 100644 --- a/src/IconHdrPlusOffRounded.tsx +++ b/src/IconHdrPlusOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffRounded: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffRounded as default } diff --git a/src/IconHdrPlusOffRoundedFilled.tsx b/src/IconHdrPlusOffRoundedFilled.tsx index 4c12651c3..181fdc820 100644 --- a/src/IconHdrPlusOffRoundedFilled.tsx +++ b/src/IconHdrPlusOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffRoundedFilled as default } diff --git a/src/IconHdrPlusOffSharp.tsx b/src/IconHdrPlusOffSharp.tsx index f564d6c36..ac93ec1c6 100644 --- a/src/IconHdrPlusOffSharp.tsx +++ b/src/IconHdrPlusOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffSharp: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffSharp as default } diff --git a/src/IconHdrPlusOffSharpFilled.tsx b/src/IconHdrPlusOffSharpFilled.tsx index 52e7f9642..aa9e35421 100644 --- a/src/IconHdrPlusOffSharpFilled.tsx +++ b/src/IconHdrPlusOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOffSharpFilled as default } diff --git a/src/IconHdrPlusOutlined.tsx b/src/IconHdrPlusOutlined.tsx index 26ea7ba71..d0244f72c 100644 --- a/src/IconHdrPlusOutlined.tsx +++ b/src/IconHdrPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOutlined: React.FC = ({ ...props }) => ( +export const IconHdrPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOutlined as default } diff --git a/src/IconHdrPlusOutlinedFilled.tsx b/src/IconHdrPlusOutlinedFilled.tsx index 4e70578ed..38b8d82aa 100644 --- a/src/IconHdrPlusOutlinedFilled.tsx +++ b/src/IconHdrPlusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrPlusOutlinedFilled as default } diff --git a/src/IconHdrPlusRounded.tsx b/src/IconHdrPlusRounded.tsx index 89ffe0a85..313da6b3a 100644 --- a/src/IconHdrPlusRounded.tsx +++ b/src/IconHdrPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusRounded: React.FC = ({ ...props }) => ( +export const IconHdrPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusRounded as default } diff --git a/src/IconHdrPlusRoundedFilled.tsx b/src/IconHdrPlusRoundedFilled.tsx index e39377241..d9b2dca56 100644 --- a/src/IconHdrPlusRoundedFilled.tsx +++ b/src/IconHdrPlusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusRoundedFilled as default } diff --git a/src/IconHdrPlusSharp.tsx b/src/IconHdrPlusSharp.tsx index 0f4cf7005..bf27aa8a9 100644 --- a/src/IconHdrPlusSharp.tsx +++ b/src/IconHdrPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusSharp: React.FC = ({ ...props }) => ( +export const IconHdrPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusSharp as default } diff --git a/src/IconHdrPlusSharpFilled.tsx b/src/IconHdrPlusSharpFilled.tsx index 43d3357fc..578bfabf2 100644 --- a/src/IconHdrPlusSharpFilled.tsx +++ b/src/IconHdrPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrPlusSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrPlusSharpFilled as default } diff --git a/src/IconHdrStrongOutlined.tsx b/src/IconHdrStrongOutlined.tsx index 8f8e14a98..6020b2848 100644 --- a/src/IconHdrStrongOutlined.tsx +++ b/src/IconHdrStrongOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongOutlined: React.FC = ({ ...props }) => ( +export const IconHdrStrongOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrStrongOutlined as default } diff --git a/src/IconHdrStrongOutlinedFilled.tsx b/src/IconHdrStrongOutlinedFilled.tsx index c0e37b334..b175abc5f 100644 --- a/src/IconHdrStrongOutlinedFilled.tsx +++ b/src/IconHdrStrongOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrStrongOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrStrongOutlinedFilled as default } diff --git a/src/IconHdrStrongRounded.tsx b/src/IconHdrStrongRounded.tsx index 8ff465ba8..b86f47d5e 100644 --- a/src/IconHdrStrongRounded.tsx +++ b/src/IconHdrStrongRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongRounded: React.FC = ({ ...props }) => ( +export const IconHdrStrongRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrStrongRounded as default } diff --git a/src/IconHdrStrongRoundedFilled.tsx b/src/IconHdrStrongRoundedFilled.tsx index ff60a5772..ccec7b307 100644 --- a/src/IconHdrStrongRoundedFilled.tsx +++ b/src/IconHdrStrongRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrStrongRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrStrongRoundedFilled as default } diff --git a/src/IconHdrStrongSharp.tsx b/src/IconHdrStrongSharp.tsx index ae0c86c9d..73d56e612 100644 --- a/src/IconHdrStrongSharp.tsx +++ b/src/IconHdrStrongSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongSharp: React.FC = ({ ...props }) => ( +export const IconHdrStrongSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrStrongSharp as default } diff --git a/src/IconHdrStrongSharpFilled.tsx b/src/IconHdrStrongSharpFilled.tsx index eb1eecff8..03f2b32e8 100644 --- a/src/IconHdrStrongSharpFilled.tsx +++ b/src/IconHdrStrongSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrStrongSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrStrongSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrStrongSharpFilled as default } diff --git a/src/IconHdrWeakOutlined.tsx b/src/IconHdrWeakOutlined.tsx index 7fdafe518..79fca7465 100644 --- a/src/IconHdrWeakOutlined.tsx +++ b/src/IconHdrWeakOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakOutlined: React.FC = ({ ...props }) => ( +export const IconHdrWeakOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrWeakOutlined as default } diff --git a/src/IconHdrWeakOutlinedFilled.tsx b/src/IconHdrWeakOutlinedFilled.tsx index bb0c8ad0b..9359f7cfa 100644 --- a/src/IconHdrWeakOutlinedFilled.tsx +++ b/src/IconHdrWeakOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHdrWeakOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHdrWeakOutlinedFilled as default } diff --git a/src/IconHdrWeakRounded.tsx b/src/IconHdrWeakRounded.tsx index e8beb1725..b61d2a269 100644 --- a/src/IconHdrWeakRounded.tsx +++ b/src/IconHdrWeakRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakRounded: React.FC = ({ ...props }) => ( +export const IconHdrWeakRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrWeakRounded as default } diff --git a/src/IconHdrWeakRoundedFilled.tsx b/src/IconHdrWeakRoundedFilled.tsx index 2f33b0baa..993a29e6e 100644 --- a/src/IconHdrWeakRoundedFilled.tsx +++ b/src/IconHdrWeakRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHdrWeakRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrWeakRoundedFilled as default } diff --git a/src/IconHdrWeakSharp.tsx b/src/IconHdrWeakSharp.tsx index 52c890b17..edb0c6846 100644 --- a/src/IconHdrWeakSharp.tsx +++ b/src/IconHdrWeakSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakSharp: React.FC = ({ ...props }) => ( +export const IconHdrWeakSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrWeakSharp as default } diff --git a/src/IconHdrWeakSharpFilled.tsx b/src/IconHdrWeakSharpFilled.tsx index 19336bcab..282ac348a 100644 --- a/src/IconHdrWeakSharpFilled.tsx +++ b/src/IconHdrWeakSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHdrWeakSharpFilled: React.FC = ({ ...props }) => ( +export const IconHdrWeakSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHdrWeakSharpFilled as default } diff --git a/src/IconHeadMountedDeviceOutlined.tsx b/src/IconHeadMountedDeviceOutlined.tsx index b871aa336..fd1a5fc20 100644 --- a/src/IconHeadMountedDeviceOutlined.tsx +++ b/src/IconHeadMountedDeviceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconHeadMountedDeviceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadMountedDeviceOutlined as default } diff --git a/src/IconHeadMountedDeviceOutlinedFilled.tsx b/src/IconHeadMountedDeviceOutlinedFilled.tsx index a945f7717..93a3d46b8 100644 --- a/src/IconHeadMountedDeviceOutlinedFilled.tsx +++ b/src/IconHeadMountedDeviceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceOutlinedFilled: React.FC = ({ +export const IconHeadMountedDeviceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadMountedDeviceOutlinedFilled: React.FC = ({ ) - -export { IconHeadMountedDeviceOutlinedFilled as default } diff --git a/src/IconHeadMountedDeviceRounded.tsx b/src/IconHeadMountedDeviceRounded.tsx index 1ba35b548..4f17d3e81 100644 --- a/src/IconHeadMountedDeviceRounded.tsx +++ b/src/IconHeadMountedDeviceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceRounded: React.FC = ({ ...props }) => ( +export const IconHeadMountedDeviceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadMountedDeviceRounded as default } diff --git a/src/IconHeadMountedDeviceRoundedFilled.tsx b/src/IconHeadMountedDeviceRoundedFilled.tsx index e847da8ba..ca1b7fb35 100644 --- a/src/IconHeadMountedDeviceRoundedFilled.tsx +++ b/src/IconHeadMountedDeviceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceRoundedFilled: React.FC = ({ +export const IconHeadMountedDeviceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadMountedDeviceRoundedFilled: React.FC = ({ ) - -export { IconHeadMountedDeviceRoundedFilled as default } diff --git a/src/IconHeadMountedDeviceSharp.tsx b/src/IconHeadMountedDeviceSharp.tsx index cdbf6668e..f0a2b147b 100644 --- a/src/IconHeadMountedDeviceSharp.tsx +++ b/src/IconHeadMountedDeviceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceSharp: React.FC = ({ ...props }) => ( +export const IconHeadMountedDeviceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadMountedDeviceSharp as default } diff --git a/src/IconHeadMountedDeviceSharpFilled.tsx b/src/IconHeadMountedDeviceSharpFilled.tsx index f686476ea..19a9c2896 100644 --- a/src/IconHeadMountedDeviceSharpFilled.tsx +++ b/src/IconHeadMountedDeviceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadMountedDeviceSharpFilled: React.FC = ({ +export const IconHeadMountedDeviceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadMountedDeviceSharpFilled: React.FC = ({ ) - -export { IconHeadMountedDeviceSharpFilled as default } diff --git a/src/IconHeadphonesBatteryOutlined.tsx b/src/IconHeadphonesBatteryOutlined.tsx index 8a2bd8337..4aa686c83 100644 --- a/src/IconHeadphonesBatteryOutlined.tsx +++ b/src/IconHeadphonesBatteryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatteryOutlined: React.FC = ({ ...props }) => ( +export const IconHeadphonesBatteryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesBatteryOutlined as default } diff --git a/src/IconHeadphonesBatteryOutlinedFilled.tsx b/src/IconHeadphonesBatteryOutlinedFilled.tsx index 479ba1b62..36a3cebb1 100644 --- a/src/IconHeadphonesBatteryOutlinedFilled.tsx +++ b/src/IconHeadphonesBatteryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatteryOutlinedFilled: React.FC = ({ +export const IconHeadphonesBatteryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadphonesBatteryOutlinedFilled: React.FC = ({ ) - -export { IconHeadphonesBatteryOutlinedFilled as default } diff --git a/src/IconHeadphonesBatteryRounded.tsx b/src/IconHeadphonesBatteryRounded.tsx index f458679cd..beba31f02 100644 --- a/src/IconHeadphonesBatteryRounded.tsx +++ b/src/IconHeadphonesBatteryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatteryRounded: React.FC = ({ ...props }) => ( +export const IconHeadphonesBatteryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesBatteryRounded as default } diff --git a/src/IconHeadphonesBatteryRoundedFilled.tsx b/src/IconHeadphonesBatteryRoundedFilled.tsx index 29401cc4d..38dac32cd 100644 --- a/src/IconHeadphonesBatteryRoundedFilled.tsx +++ b/src/IconHeadphonesBatteryRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatteryRoundedFilled: React.FC = ({ +export const IconHeadphonesBatteryRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadphonesBatteryRoundedFilled: React.FC = ({ ) - -export { IconHeadphonesBatteryRoundedFilled as default } diff --git a/src/IconHeadphonesBatterySharp.tsx b/src/IconHeadphonesBatterySharp.tsx index 67ea39393..5a483e4ec 100644 --- a/src/IconHeadphonesBatterySharp.tsx +++ b/src/IconHeadphonesBatterySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatterySharp: React.FC = ({ ...props }) => ( +export const IconHeadphonesBatterySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesBatterySharp as default } diff --git a/src/IconHeadphonesBatterySharpFilled.tsx b/src/IconHeadphonesBatterySharpFilled.tsx index 1d0b31015..a0f59c025 100644 --- a/src/IconHeadphonesBatterySharpFilled.tsx +++ b/src/IconHeadphonesBatterySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesBatterySharpFilled: React.FC = ({ +export const IconHeadphonesBatterySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeadphonesBatterySharpFilled: React.FC = ({ ) - -export { IconHeadphonesBatterySharpFilled as default } diff --git a/src/IconHeadphonesOutlined.tsx b/src/IconHeadphonesOutlined.tsx index 922fedea0..819413dad 100644 --- a/src/IconHeadphonesOutlined.tsx +++ b/src/IconHeadphonesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesOutlined: React.FC = ({ ...props }) => ( +export const IconHeadphonesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadphonesOutlined as default } diff --git a/src/IconHeadphonesOutlinedFilled.tsx b/src/IconHeadphonesOutlinedFilled.tsx index 7ebd9ac08..e40193fab 100644 --- a/src/IconHeadphonesOutlinedFilled.tsx +++ b/src/IconHeadphonesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeadphonesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesOutlinedFilled as default } diff --git a/src/IconHeadphonesRounded.tsx b/src/IconHeadphonesRounded.tsx index 1692de7f8..9defce2f4 100644 --- a/src/IconHeadphonesRounded.tsx +++ b/src/IconHeadphonesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesRounded: React.FC = ({ ...props }) => ( +export const IconHeadphonesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadphonesRounded as default } diff --git a/src/IconHeadphonesRoundedFilled.tsx b/src/IconHeadphonesRoundedFilled.tsx index e82dac5ac..78278454b 100644 --- a/src/IconHeadphonesRoundedFilled.tsx +++ b/src/IconHeadphonesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeadphonesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesRoundedFilled as default } diff --git a/src/IconHeadphonesSharp.tsx b/src/IconHeadphonesSharp.tsx index 65d6719e1..1cae9723c 100644 --- a/src/IconHeadphonesSharp.tsx +++ b/src/IconHeadphonesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesSharp: React.FC = ({ ...props }) => ( +export const IconHeadphonesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadphonesSharp as default } diff --git a/src/IconHeadphonesSharpFilled.tsx b/src/IconHeadphonesSharpFilled.tsx index 9b9d506b6..c93a3917c 100644 --- a/src/IconHeadphonesSharpFilled.tsx +++ b/src/IconHeadphonesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadphonesSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeadphonesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadphonesSharpFilled as default } diff --git a/src/IconHeadsetMicOutlined.tsx b/src/IconHeadsetMicOutlined.tsx index d560094b4..993fa8472 100644 --- a/src/IconHeadsetMicOutlined.tsx +++ b/src/IconHeadsetMicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicOutlined: React.FC = ({ ...props }) => ( +export const IconHeadsetMicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicOutlined as default } diff --git a/src/IconHeadsetMicOutlinedFilled.tsx b/src/IconHeadsetMicOutlinedFilled.tsx index a06b4789f..3ce3383df 100644 --- a/src/IconHeadsetMicOutlinedFilled.tsx +++ b/src/IconHeadsetMicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetMicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicOutlinedFilled as default } diff --git a/src/IconHeadsetMicRounded.tsx b/src/IconHeadsetMicRounded.tsx index 4a271a8d6..aa0f8548b 100644 --- a/src/IconHeadsetMicRounded.tsx +++ b/src/IconHeadsetMicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicRounded: React.FC = ({ ...props }) => ( +export const IconHeadsetMicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicRounded as default } diff --git a/src/IconHeadsetMicRoundedFilled.tsx b/src/IconHeadsetMicRoundedFilled.tsx index 419b1c683..182983a76 100644 --- a/src/IconHeadsetMicRoundedFilled.tsx +++ b/src/IconHeadsetMicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetMicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicRoundedFilled as default } diff --git a/src/IconHeadsetMicSharp.tsx b/src/IconHeadsetMicSharp.tsx index d6ec2ddcf..eb900bd89 100644 --- a/src/IconHeadsetMicSharp.tsx +++ b/src/IconHeadsetMicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicSharp: React.FC = ({ ...props }) => ( +export const IconHeadsetMicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicSharp as default } diff --git a/src/IconHeadsetMicSharpFilled.tsx b/src/IconHeadsetMicSharpFilled.tsx index 1a17ebadb..87fdd2c1e 100644 --- a/src/IconHeadsetMicSharpFilled.tsx +++ b/src/IconHeadsetMicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetMicSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetMicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetMicSharpFilled as default } diff --git a/src/IconHeadsetOffOutlined.tsx b/src/IconHeadsetOffOutlined.tsx index 5bbe7a6ec..38f090429 100644 --- a/src/IconHeadsetOffOutlined.tsx +++ b/src/IconHeadsetOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffOutlined: React.FC = ({ ...props }) => ( +export const IconHeadsetOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffOutlined as default } diff --git a/src/IconHeadsetOffOutlinedFilled.tsx b/src/IconHeadsetOffOutlinedFilled.tsx index 89a1f2acd..edb234fdd 100644 --- a/src/IconHeadsetOffOutlinedFilled.tsx +++ b/src/IconHeadsetOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffOutlinedFilled as default } diff --git a/src/IconHeadsetOffRounded.tsx b/src/IconHeadsetOffRounded.tsx index 049112938..4af3ac5f5 100644 --- a/src/IconHeadsetOffRounded.tsx +++ b/src/IconHeadsetOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffRounded: React.FC = ({ ...props }) => ( +export const IconHeadsetOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffRounded as default } diff --git a/src/IconHeadsetOffRoundedFilled.tsx b/src/IconHeadsetOffRoundedFilled.tsx index e67b28573..4dbf96baf 100644 --- a/src/IconHeadsetOffRoundedFilled.tsx +++ b/src/IconHeadsetOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffRoundedFilled as default } diff --git a/src/IconHeadsetOffSharp.tsx b/src/IconHeadsetOffSharp.tsx index a5167c3c6..27c4d03ba 100644 --- a/src/IconHeadsetOffSharp.tsx +++ b/src/IconHeadsetOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffSharp: React.FC = ({ ...props }) => ( +export const IconHeadsetOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffSharp as default } diff --git a/src/IconHeadsetOffSharpFilled.tsx b/src/IconHeadsetOffSharpFilled.tsx index 29d2cd117..75f80edeb 100644 --- a/src/IconHeadsetOffSharpFilled.tsx +++ b/src/IconHeadsetOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeadsetOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeadsetOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeadsetOffSharpFilled as default } diff --git a/src/IconHealingOutlined.tsx b/src/IconHealingOutlined.tsx index 501a32be3..12ead26c8 100644 --- a/src/IconHealingOutlined.tsx +++ b/src/IconHealingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealingOutlined: React.FC = ({ ...props }) => ( +export const IconHealingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealingOutlined as default } diff --git a/src/IconHealingOutlinedFilled.tsx b/src/IconHealingOutlinedFilled.tsx index 10ccd5817..4f6a5598e 100644 --- a/src/IconHealingOutlinedFilled.tsx +++ b/src/IconHealingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHealingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealingOutlinedFilled as default } diff --git a/src/IconHealingRounded.tsx b/src/IconHealingRounded.tsx index f8761eb2d..f0ae83a59 100644 --- a/src/IconHealingRounded.tsx +++ b/src/IconHealingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealingRounded: React.FC = ({ ...props }) => ( +export const IconHealingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealingRounded as default } diff --git a/src/IconHealingRoundedFilled.tsx b/src/IconHealingRoundedFilled.tsx index 9af571726..0b0b5917a 100644 --- a/src/IconHealingRoundedFilled.tsx +++ b/src/IconHealingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHealingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealingRoundedFilled as default } diff --git a/src/IconHealingSharp.tsx b/src/IconHealingSharp.tsx index d5262e948..16af3254d 100644 --- a/src/IconHealingSharp.tsx +++ b/src/IconHealingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealingSharp: React.FC = ({ ...props }) => ( +export const IconHealingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealingSharp as default } diff --git a/src/IconHealingSharpFilled.tsx b/src/IconHealingSharpFilled.tsx index 1614215c9..c0df9af8d 100644 --- a/src/IconHealingSharpFilled.tsx +++ b/src/IconHealingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealingSharpFilled: React.FC = ({ ...props }) => ( +export const IconHealingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealingSharpFilled as default } diff --git a/src/IconHealthAndBeautyOutlined.tsx b/src/IconHealthAndBeautyOutlined.tsx index c5076660e..7e74e5ed7 100644 --- a/src/IconHealthAndBeautyOutlined.tsx +++ b/src/IconHealthAndBeautyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautyOutlined: React.FC = ({ ...props }) => ( +export const IconHealthAndBeautyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndBeautyOutlined as default } diff --git a/src/IconHealthAndBeautyOutlinedFilled.tsx b/src/IconHealthAndBeautyOutlinedFilled.tsx index dcf3b5509..9ded4d0d0 100644 --- a/src/IconHealthAndBeautyOutlinedFilled.tsx +++ b/src/IconHealthAndBeautyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautyOutlinedFilled: React.FC = ({ +export const IconHealthAndBeautyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHealthAndBeautyOutlinedFilled: React.FC = ({ ) - -export { IconHealthAndBeautyOutlinedFilled as default } diff --git a/src/IconHealthAndBeautyRounded.tsx b/src/IconHealthAndBeautyRounded.tsx index 867c2d33d..791af28b1 100644 --- a/src/IconHealthAndBeautyRounded.tsx +++ b/src/IconHealthAndBeautyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautyRounded: React.FC = ({ ...props }) => ( +export const IconHealthAndBeautyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndBeautyRounded as default } diff --git a/src/IconHealthAndBeautyRoundedFilled.tsx b/src/IconHealthAndBeautyRoundedFilled.tsx index 569572591..4d444bba8 100644 --- a/src/IconHealthAndBeautyRoundedFilled.tsx +++ b/src/IconHealthAndBeautyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautyRoundedFilled: React.FC = ({ +export const IconHealthAndBeautyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHealthAndBeautyRoundedFilled: React.FC = ({ ) - -export { IconHealthAndBeautyRoundedFilled as default } diff --git a/src/IconHealthAndBeautySharp.tsx b/src/IconHealthAndBeautySharp.tsx index 1b7f066a1..3e4ef24bc 100644 --- a/src/IconHealthAndBeautySharp.tsx +++ b/src/IconHealthAndBeautySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautySharp: React.FC = ({ ...props }) => ( +export const IconHealthAndBeautySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealthAndBeautySharp as default } diff --git a/src/IconHealthAndBeautySharpFilled.tsx b/src/IconHealthAndBeautySharpFilled.tsx index 6a1b23c97..e5faa1faa 100644 --- a/src/IconHealthAndBeautySharpFilled.tsx +++ b/src/IconHealthAndBeautySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndBeautySharpFilled: React.FC = ({ ...props }) => ( +export const IconHealthAndBeautySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndBeautySharpFilled as default } diff --git a/src/IconHealthAndSafetyOutlined.tsx b/src/IconHealthAndSafetyOutlined.tsx index 5dacc28a1..7f71cd924 100644 --- a/src/IconHealthAndSafetyOutlined.tsx +++ b/src/IconHealthAndSafetyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetyOutlined: React.FC = ({ ...props }) => ( +export const IconHealthAndSafetyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndSafetyOutlined as default } diff --git a/src/IconHealthAndSafetyOutlinedFilled.tsx b/src/IconHealthAndSafetyOutlinedFilled.tsx index 1169c8473..edbfbbe29 100644 --- a/src/IconHealthAndSafetyOutlinedFilled.tsx +++ b/src/IconHealthAndSafetyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetyOutlinedFilled: React.FC = ({ +export const IconHealthAndSafetyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHealthAndSafetyOutlinedFilled: React.FC = ({ ) - -export { IconHealthAndSafetyOutlinedFilled as default } diff --git a/src/IconHealthAndSafetyRounded.tsx b/src/IconHealthAndSafetyRounded.tsx index 67ca46ce3..1fa8d03a0 100644 --- a/src/IconHealthAndSafetyRounded.tsx +++ b/src/IconHealthAndSafetyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetyRounded: React.FC = ({ ...props }) => ( +export const IconHealthAndSafetyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndSafetyRounded as default } diff --git a/src/IconHealthAndSafetyRoundedFilled.tsx b/src/IconHealthAndSafetyRoundedFilled.tsx index f83089fa5..dafbc111b 100644 --- a/src/IconHealthAndSafetyRoundedFilled.tsx +++ b/src/IconHealthAndSafetyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetyRoundedFilled: React.FC = ({ +export const IconHealthAndSafetyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHealthAndSafetyRoundedFilled: React.FC = ({ ) - -export { IconHealthAndSafetyRoundedFilled as default } diff --git a/src/IconHealthAndSafetySharp.tsx b/src/IconHealthAndSafetySharp.tsx index 02e77998f..f0a1f04fa 100644 --- a/src/IconHealthAndSafetySharp.tsx +++ b/src/IconHealthAndSafetySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetySharp: React.FC = ({ ...props }) => ( +export const IconHealthAndSafetySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealthAndSafetySharp as default } diff --git a/src/IconHealthAndSafetySharpFilled.tsx b/src/IconHealthAndSafetySharpFilled.tsx index 7b747686d..faa138652 100644 --- a/src/IconHealthAndSafetySharpFilled.tsx +++ b/src/IconHealthAndSafetySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthAndSafetySharpFilled: React.FC = ({ ...props }) => ( +export const IconHealthAndSafetySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthAndSafetySharpFilled as default } diff --git a/src/IconHealthMetricsOutlined.tsx b/src/IconHealthMetricsOutlined.tsx index 530f868fe..142385586 100644 --- a/src/IconHealthMetricsOutlined.tsx +++ b/src/IconHealthMetricsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsOutlined: React.FC = ({ ...props }) => ( +export const IconHealthMetricsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsOutlined as default } diff --git a/src/IconHealthMetricsOutlinedFilled.tsx b/src/IconHealthMetricsOutlinedFilled.tsx index 57ab1e86c..03783fd57 100644 --- a/src/IconHealthMetricsOutlinedFilled.tsx +++ b/src/IconHealthMetricsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHealthMetricsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsOutlinedFilled as default } diff --git a/src/IconHealthMetricsRounded.tsx b/src/IconHealthMetricsRounded.tsx index a9106c603..f63b404c0 100644 --- a/src/IconHealthMetricsRounded.tsx +++ b/src/IconHealthMetricsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsRounded: React.FC = ({ ...props }) => ( +export const IconHealthMetricsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsRounded as default } diff --git a/src/IconHealthMetricsRoundedFilled.tsx b/src/IconHealthMetricsRoundedFilled.tsx index 54975d0cc..bf228ac97 100644 --- a/src/IconHealthMetricsRoundedFilled.tsx +++ b/src/IconHealthMetricsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHealthMetricsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsRoundedFilled as default } diff --git a/src/IconHealthMetricsSharp.tsx b/src/IconHealthMetricsSharp.tsx index 65180876b..8592e14fe 100644 --- a/src/IconHealthMetricsSharp.tsx +++ b/src/IconHealthMetricsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsSharp: React.FC = ({ ...props }) => ( +export const IconHealthMetricsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsSharp as default } diff --git a/src/IconHealthMetricsSharpFilled.tsx b/src/IconHealthMetricsSharpFilled.tsx index d9ed3ca29..5a291adca 100644 --- a/src/IconHealthMetricsSharpFilled.tsx +++ b/src/IconHealthMetricsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHealthMetricsSharpFilled: React.FC = ({ ...props }) => ( +export const IconHealthMetricsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHealthMetricsSharpFilled as default } diff --git a/src/IconHeapSnapshotLargeOutlined.tsx b/src/IconHeapSnapshotLargeOutlined.tsx index de753f214..922e71621 100644 --- a/src/IconHeapSnapshotLargeOutlined.tsx +++ b/src/IconHeapSnapshotLargeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeOutlined: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotLargeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotLargeOutlined as default } diff --git a/src/IconHeapSnapshotLargeOutlinedFilled.tsx b/src/IconHeapSnapshotLargeOutlinedFilled.tsx index 709fc22ed..3a85fd539 100644 --- a/src/IconHeapSnapshotLargeOutlinedFilled.tsx +++ b/src/IconHeapSnapshotLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeOutlinedFilled: React.FC = ({ +export const IconHeapSnapshotLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotLargeOutlinedFilled: React.FC = ({ ) - -export { IconHeapSnapshotLargeOutlinedFilled as default } diff --git a/src/IconHeapSnapshotLargeRounded.tsx b/src/IconHeapSnapshotLargeRounded.tsx index 610f77bcc..7296478cc 100644 --- a/src/IconHeapSnapshotLargeRounded.tsx +++ b/src/IconHeapSnapshotLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeRounded: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotLargeRounded as default } diff --git a/src/IconHeapSnapshotLargeRoundedFilled.tsx b/src/IconHeapSnapshotLargeRoundedFilled.tsx index 2aa2e0a59..0089f5c60 100644 --- a/src/IconHeapSnapshotLargeRoundedFilled.tsx +++ b/src/IconHeapSnapshotLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeRoundedFilled: React.FC = ({ +export const IconHeapSnapshotLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotLargeRoundedFilled: React.FC = ({ ) - -export { IconHeapSnapshotLargeRoundedFilled as default } diff --git a/src/IconHeapSnapshotLargeSharp.tsx b/src/IconHeapSnapshotLargeSharp.tsx index a71c31123..6f796254c 100644 --- a/src/IconHeapSnapshotLargeSharp.tsx +++ b/src/IconHeapSnapshotLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeSharp: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotLargeSharp as default } diff --git a/src/IconHeapSnapshotLargeSharpFilled.tsx b/src/IconHeapSnapshotLargeSharpFilled.tsx index c5196b7a2..74ddff495 100644 --- a/src/IconHeapSnapshotLargeSharpFilled.tsx +++ b/src/IconHeapSnapshotLargeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotLargeSharpFilled: React.FC = ({ +export const IconHeapSnapshotLargeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotLargeSharpFilled: React.FC = ({ ) - -export { IconHeapSnapshotLargeSharpFilled as default } diff --git a/src/IconHeapSnapshotMultipleOutlined.tsx b/src/IconHeapSnapshotMultipleOutlined.tsx index 1f0f69541..a38b1ede9 100644 --- a/src/IconHeapSnapshotMultipleOutlined.tsx +++ b/src/IconHeapSnapshotMultipleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleOutlined: React.FC = ({ +export const IconHeapSnapshotMultipleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotMultipleOutlined: React.FC = ({ ) - -export { IconHeapSnapshotMultipleOutlined as default } diff --git a/src/IconHeapSnapshotMultipleOutlinedFilled.tsx b/src/IconHeapSnapshotMultipleOutlinedFilled.tsx index 9e47d3278..af4c2f469 100644 --- a/src/IconHeapSnapshotMultipleOutlinedFilled.tsx +++ b/src/IconHeapSnapshotMultipleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleOutlinedFilled: React.FC = ({ +export const IconHeapSnapshotMultipleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotMultipleOutlinedFilled: React.FC = ({ ) - -export { IconHeapSnapshotMultipleOutlinedFilled as default } diff --git a/src/IconHeapSnapshotMultipleRounded.tsx b/src/IconHeapSnapshotMultipleRounded.tsx index 482c85c40..a28a513d8 100644 --- a/src/IconHeapSnapshotMultipleRounded.tsx +++ b/src/IconHeapSnapshotMultipleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleRounded: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotMultipleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotMultipleRounded as default } diff --git a/src/IconHeapSnapshotMultipleRoundedFilled.tsx b/src/IconHeapSnapshotMultipleRoundedFilled.tsx index 11864bcc1..bfb3fe024 100644 --- a/src/IconHeapSnapshotMultipleRoundedFilled.tsx +++ b/src/IconHeapSnapshotMultipleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleRoundedFilled: React.FC = ({ +export const IconHeapSnapshotMultipleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotMultipleRoundedFilled: React.FC = ({ ) - -export { IconHeapSnapshotMultipleRoundedFilled as default } diff --git a/src/IconHeapSnapshotMultipleSharp.tsx b/src/IconHeapSnapshotMultipleSharp.tsx index c4b32147a..e7743d051 100644 --- a/src/IconHeapSnapshotMultipleSharp.tsx +++ b/src/IconHeapSnapshotMultipleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleSharp: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotMultipleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotMultipleSharp as default } diff --git a/src/IconHeapSnapshotMultipleSharpFilled.tsx b/src/IconHeapSnapshotMultipleSharpFilled.tsx index a228bd127..4de812ad6 100644 --- a/src/IconHeapSnapshotMultipleSharpFilled.tsx +++ b/src/IconHeapSnapshotMultipleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotMultipleSharpFilled: React.FC = ({ +export const IconHeapSnapshotMultipleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotMultipleSharpFilled: React.FC = ({ ) - -export { IconHeapSnapshotMultipleSharpFilled as default } diff --git a/src/IconHeapSnapshotThumbnailOutlined.tsx b/src/IconHeapSnapshotThumbnailOutlined.tsx index f8f669d1f..aaa4e25ab 100644 --- a/src/IconHeapSnapshotThumbnailOutlined.tsx +++ b/src/IconHeapSnapshotThumbnailOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailOutlined: React.FC = ({ +export const IconHeapSnapshotThumbnailOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotThumbnailOutlined: React.FC = ({ ) - -export { IconHeapSnapshotThumbnailOutlined as default } diff --git a/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx b/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx index 6f5aa2809..0383b14a4 100644 --- a/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx +++ b/src/IconHeapSnapshotThumbnailOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailOutlinedFilled: React.FC = ({ +export const IconHeapSnapshotThumbnailOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotThumbnailOutlinedFilled: React.FC = ({ ) - -export { IconHeapSnapshotThumbnailOutlinedFilled as default } diff --git a/src/IconHeapSnapshotThumbnailRounded.tsx b/src/IconHeapSnapshotThumbnailRounded.tsx index e70044d7f..5e13945c6 100644 --- a/src/IconHeapSnapshotThumbnailRounded.tsx +++ b/src/IconHeapSnapshotThumbnailRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailRounded: React.FC = ({ +export const IconHeapSnapshotThumbnailRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotThumbnailRounded: React.FC = ({ ) - -export { IconHeapSnapshotThumbnailRounded as default } diff --git a/src/IconHeapSnapshotThumbnailRoundedFilled.tsx b/src/IconHeapSnapshotThumbnailRoundedFilled.tsx index 535f70f8b..dab58f45d 100644 --- a/src/IconHeapSnapshotThumbnailRoundedFilled.tsx +++ b/src/IconHeapSnapshotThumbnailRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailRoundedFilled: React.FC = ({ +export const IconHeapSnapshotThumbnailRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotThumbnailRoundedFilled: React.FC = ({ ) - -export { IconHeapSnapshotThumbnailRoundedFilled as default } diff --git a/src/IconHeapSnapshotThumbnailSharp.tsx b/src/IconHeapSnapshotThumbnailSharp.tsx index be460f0df..7ccae91f4 100644 --- a/src/IconHeapSnapshotThumbnailSharp.tsx +++ b/src/IconHeapSnapshotThumbnailSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailSharp: React.FC = ({ ...props }) => ( +export const IconHeapSnapshotThumbnailSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeapSnapshotThumbnailSharp as default } diff --git a/src/IconHeapSnapshotThumbnailSharpFilled.tsx b/src/IconHeapSnapshotThumbnailSharpFilled.tsx index bb817bb45..5293b7a6c 100644 --- a/src/IconHeapSnapshotThumbnailSharpFilled.tsx +++ b/src/IconHeapSnapshotThumbnailSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeapSnapshotThumbnailSharpFilled: React.FC = ({ +export const IconHeapSnapshotThumbnailSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeapSnapshotThumbnailSharpFilled: React.FC = ({ ) - -export { IconHeapSnapshotThumbnailSharpFilled as default } diff --git a/src/IconHearingAidOutlined.tsx b/src/IconHearingAidOutlined.tsx index b8ec799c0..6eb21ec2b 100644 --- a/src/IconHearingAidOutlined.tsx +++ b/src/IconHearingAidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidOutlined: React.FC = ({ ...props }) => ( +export const IconHearingAidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingAidOutlined as default } diff --git a/src/IconHearingAidOutlinedFilled.tsx b/src/IconHearingAidOutlinedFilled.tsx index 9ba267d7a..30863329b 100644 --- a/src/IconHearingAidOutlinedFilled.tsx +++ b/src/IconHearingAidOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHearingAidOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingAidOutlinedFilled as default } diff --git a/src/IconHearingAidRounded.tsx b/src/IconHearingAidRounded.tsx index 3170306d5..2e6302d0b 100644 --- a/src/IconHearingAidRounded.tsx +++ b/src/IconHearingAidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidRounded: React.FC = ({ ...props }) => ( +export const IconHearingAidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingAidRounded as default } diff --git a/src/IconHearingAidRoundedFilled.tsx b/src/IconHearingAidRoundedFilled.tsx index f4e9a6bcf..2d38e40b4 100644 --- a/src/IconHearingAidRoundedFilled.tsx +++ b/src/IconHearingAidRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHearingAidRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingAidRoundedFilled as default } diff --git a/src/IconHearingAidSharp.tsx b/src/IconHearingAidSharp.tsx index e6f3d8439..33ed709e3 100644 --- a/src/IconHearingAidSharp.tsx +++ b/src/IconHearingAidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidSharp: React.FC = ({ ...props }) => ( +export const IconHearingAidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingAidSharp as default } diff --git a/src/IconHearingAidSharpFilled.tsx b/src/IconHearingAidSharpFilled.tsx index 59cf14ecc..67f3ba1cd 100644 --- a/src/IconHearingAidSharpFilled.tsx +++ b/src/IconHearingAidSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingAidSharpFilled: React.FC = ({ ...props }) => ( +export const IconHearingAidSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingAidSharpFilled as default } diff --git a/src/IconHearingDisabledOutlined.tsx b/src/IconHearingDisabledOutlined.tsx index 1d9844234..ee266387f 100644 --- a/src/IconHearingDisabledOutlined.tsx +++ b/src/IconHearingDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconHearingDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingDisabledOutlined as default } diff --git a/src/IconHearingDisabledOutlinedFilled.tsx b/src/IconHearingDisabledOutlinedFilled.tsx index 4dea44dc9..84835dabb 100644 --- a/src/IconHearingDisabledOutlinedFilled.tsx +++ b/src/IconHearingDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledOutlinedFilled: React.FC = ({ +export const IconHearingDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHearingDisabledOutlinedFilled: React.FC = ({ ) - -export { IconHearingDisabledOutlinedFilled as default } diff --git a/src/IconHearingDisabledRounded.tsx b/src/IconHearingDisabledRounded.tsx index 8cf92ff97..3672b9d60 100644 --- a/src/IconHearingDisabledRounded.tsx +++ b/src/IconHearingDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledRounded: React.FC = ({ ...props }) => ( +export const IconHearingDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingDisabledRounded as default } diff --git a/src/IconHearingDisabledRoundedFilled.tsx b/src/IconHearingDisabledRoundedFilled.tsx index 7cfc5260f..b2495bfef 100644 --- a/src/IconHearingDisabledRoundedFilled.tsx +++ b/src/IconHearingDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledRoundedFilled: React.FC = ({ +export const IconHearingDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHearingDisabledRoundedFilled: React.FC = ({ ) - -export { IconHearingDisabledRoundedFilled as default } diff --git a/src/IconHearingDisabledSharp.tsx b/src/IconHearingDisabledSharp.tsx index aa3681b78..d4d61139d 100644 --- a/src/IconHearingDisabledSharp.tsx +++ b/src/IconHearingDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledSharp: React.FC = ({ ...props }) => ( +export const IconHearingDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingDisabledSharp as default } diff --git a/src/IconHearingDisabledSharpFilled.tsx b/src/IconHearingDisabledSharpFilled.tsx index c6de8f8c6..107a23034 100644 --- a/src/IconHearingDisabledSharpFilled.tsx +++ b/src/IconHearingDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconHearingDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingDisabledSharpFilled as default } diff --git a/src/IconHearingOutlined.tsx b/src/IconHearingOutlined.tsx index e8773234c..1bbc8d904 100644 --- a/src/IconHearingOutlined.tsx +++ b/src/IconHearingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingOutlined: React.FC = ({ ...props }) => ( +export const IconHearingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingOutlined as default } diff --git a/src/IconHearingOutlinedFilled.tsx b/src/IconHearingOutlinedFilled.tsx index 73640c84a..087053452 100644 --- a/src/IconHearingOutlinedFilled.tsx +++ b/src/IconHearingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHearingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHearingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHearingOutlinedFilled as default } diff --git a/src/IconHearingRounded.tsx b/src/IconHearingRounded.tsx index c85274225..2269341dd 100644 --- a/src/IconHearingRounded.tsx +++ b/src/IconHearingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingRounded: React.FC = ({ ...props }) => ( +export const IconHearingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingRounded as default } diff --git a/src/IconHearingRoundedFilled.tsx b/src/IconHearingRoundedFilled.tsx index aec715f84..f4137154e 100644 --- a/src/IconHearingRoundedFilled.tsx +++ b/src/IconHearingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHearingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingRoundedFilled as default } diff --git a/src/IconHearingSharp.tsx b/src/IconHearingSharp.tsx index 7cba29f97..1cb4ccfdf 100644 --- a/src/IconHearingSharp.tsx +++ b/src/IconHearingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingSharp: React.FC = ({ ...props }) => ( +export const IconHearingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingSharp as default } diff --git a/src/IconHearingSharpFilled.tsx b/src/IconHearingSharpFilled.tsx index 24b0f45ec..90d7b4e03 100644 --- a/src/IconHearingSharpFilled.tsx +++ b/src/IconHearingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHearingSharpFilled: React.FC = ({ ...props }) => ( +export const IconHearingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHearingSharpFilled as default } diff --git a/src/IconHeartBrokenOutlined.tsx b/src/IconHeartBrokenOutlined.tsx index 45342d182..5c8e28e6c 100644 --- a/src/IconHeartBrokenOutlined.tsx +++ b/src/IconHeartBrokenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenOutlined: React.FC = ({ ...props }) => ( +export const IconHeartBrokenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenOutlined as default } diff --git a/src/IconHeartBrokenOutlinedFilled.tsx b/src/IconHeartBrokenOutlinedFilled.tsx index c8b8287e7..916e9d65e 100644 --- a/src/IconHeartBrokenOutlinedFilled.tsx +++ b/src/IconHeartBrokenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeartBrokenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenOutlinedFilled as default } diff --git a/src/IconHeartBrokenRounded.tsx b/src/IconHeartBrokenRounded.tsx index 357362190..39a0c64aa 100644 --- a/src/IconHeartBrokenRounded.tsx +++ b/src/IconHeartBrokenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenRounded: React.FC = ({ ...props }) => ( +export const IconHeartBrokenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenRounded as default } diff --git a/src/IconHeartBrokenRoundedFilled.tsx b/src/IconHeartBrokenRoundedFilled.tsx index 17d43c5ea..b09e445bf 100644 --- a/src/IconHeartBrokenRoundedFilled.tsx +++ b/src/IconHeartBrokenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeartBrokenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenRoundedFilled as default } diff --git a/src/IconHeartBrokenSharp.tsx b/src/IconHeartBrokenSharp.tsx index da644150c..09539b2c8 100644 --- a/src/IconHeartBrokenSharp.tsx +++ b/src/IconHeartBrokenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenSharp: React.FC = ({ ...props }) => ( +export const IconHeartBrokenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenSharp as default } diff --git a/src/IconHeartBrokenSharpFilled.tsx b/src/IconHeartBrokenSharpFilled.tsx index e6aa89122..eb1f73a5d 100644 --- a/src/IconHeartBrokenSharpFilled.tsx +++ b/src/IconHeartBrokenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartBrokenSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeartBrokenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartBrokenSharpFilled as default } diff --git a/src/IconHeartCheckOutlined.tsx b/src/IconHeartCheckOutlined.tsx index 54a7cd5f2..0528e11a4 100644 --- a/src/IconHeartCheckOutlined.tsx +++ b/src/IconHeartCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckOutlined: React.FC = ({ ...props }) => ( +export const IconHeartCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartCheckOutlined as default } diff --git a/src/IconHeartCheckOutlinedFilled.tsx b/src/IconHeartCheckOutlinedFilled.tsx index 6be526c75..df53abc51 100644 --- a/src/IconHeartCheckOutlinedFilled.tsx +++ b/src/IconHeartCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeartCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartCheckOutlinedFilled as default } diff --git a/src/IconHeartCheckRounded.tsx b/src/IconHeartCheckRounded.tsx index a3b82f508..69f8f6c4c 100644 --- a/src/IconHeartCheckRounded.tsx +++ b/src/IconHeartCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckRounded: React.FC = ({ ...props }) => ( +export const IconHeartCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartCheckRounded as default } diff --git a/src/IconHeartCheckRoundedFilled.tsx b/src/IconHeartCheckRoundedFilled.tsx index 804671946..2c8262517 100644 --- a/src/IconHeartCheckRoundedFilled.tsx +++ b/src/IconHeartCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeartCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartCheckRoundedFilled as default } diff --git a/src/IconHeartCheckSharp.tsx b/src/IconHeartCheckSharp.tsx index e6097eb53..3d6b61f4d 100644 --- a/src/IconHeartCheckSharp.tsx +++ b/src/IconHeartCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckSharp: React.FC = ({ ...props }) => ( +export const IconHeartCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartCheckSharp as default } diff --git a/src/IconHeartCheckSharpFilled.tsx b/src/IconHeartCheckSharpFilled.tsx index c483ed5a1..218510af0 100644 --- a/src/IconHeartCheckSharpFilled.tsx +++ b/src/IconHeartCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeartCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartCheckSharpFilled as default } diff --git a/src/IconHeartMinusOutlined.tsx b/src/IconHeartMinusOutlined.tsx index efa745fd2..8342c96bd 100644 --- a/src/IconHeartMinusOutlined.tsx +++ b/src/IconHeartMinusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusOutlined: React.FC = ({ ...props }) => ( +export const IconHeartMinusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartMinusOutlined as default } diff --git a/src/IconHeartMinusOutlinedFilled.tsx b/src/IconHeartMinusOutlinedFilled.tsx index 3e57f71ea..f2511cb83 100644 --- a/src/IconHeartMinusOutlinedFilled.tsx +++ b/src/IconHeartMinusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeartMinusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartMinusOutlinedFilled as default } diff --git a/src/IconHeartMinusRounded.tsx b/src/IconHeartMinusRounded.tsx index f1dc6c900..bed7451f0 100644 --- a/src/IconHeartMinusRounded.tsx +++ b/src/IconHeartMinusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusRounded: React.FC = ({ ...props }) => ( +export const IconHeartMinusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartMinusRounded as default } diff --git a/src/IconHeartMinusRoundedFilled.tsx b/src/IconHeartMinusRoundedFilled.tsx index 1a3370c67..e5d11aada 100644 --- a/src/IconHeartMinusRoundedFilled.tsx +++ b/src/IconHeartMinusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeartMinusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartMinusRoundedFilled as default } diff --git a/src/IconHeartMinusSharp.tsx b/src/IconHeartMinusSharp.tsx index eab5a85dd..7fb29ae12 100644 --- a/src/IconHeartMinusSharp.tsx +++ b/src/IconHeartMinusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusSharp: React.FC = ({ ...props }) => ( +export const IconHeartMinusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartMinusSharp as default } diff --git a/src/IconHeartMinusSharpFilled.tsx b/src/IconHeartMinusSharpFilled.tsx index 7d0bc18de..6c9e9ad30 100644 --- a/src/IconHeartMinusSharpFilled.tsx +++ b/src/IconHeartMinusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartMinusSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeartMinusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartMinusSharpFilled as default } diff --git a/src/IconHeartPlusOutlined.tsx b/src/IconHeartPlusOutlined.tsx index fb36b7871..6d0152f87 100644 --- a/src/IconHeartPlusOutlined.tsx +++ b/src/IconHeartPlusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusOutlined: React.FC = ({ ...props }) => ( +export const IconHeartPlusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartPlusOutlined as default } diff --git a/src/IconHeartPlusOutlinedFilled.tsx b/src/IconHeartPlusOutlinedFilled.tsx index 49a2d1e64..1ad05f6f3 100644 --- a/src/IconHeartPlusOutlinedFilled.tsx +++ b/src/IconHeartPlusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeartPlusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartPlusOutlinedFilled as default } diff --git a/src/IconHeartPlusRounded.tsx b/src/IconHeartPlusRounded.tsx index 7b9dc42fd..e9cf8f824 100644 --- a/src/IconHeartPlusRounded.tsx +++ b/src/IconHeartPlusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusRounded: React.FC = ({ ...props }) => ( +export const IconHeartPlusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartPlusRounded as default } diff --git a/src/IconHeartPlusRoundedFilled.tsx b/src/IconHeartPlusRoundedFilled.tsx index aa66974d6..dd65401be 100644 --- a/src/IconHeartPlusRoundedFilled.tsx +++ b/src/IconHeartPlusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeartPlusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeartPlusRoundedFilled as default } diff --git a/src/IconHeartPlusSharp.tsx b/src/IconHeartPlusSharp.tsx index 877fbb502..9b557e05b 100644 --- a/src/IconHeartPlusSharp.tsx +++ b/src/IconHeartPlusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusSharp: React.FC = ({ ...props }) => ( +export const IconHeartPlusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartPlusSharp as default } diff --git a/src/IconHeartPlusSharpFilled.tsx b/src/IconHeartPlusSharpFilled.tsx index af8f365b5..4bd797838 100644 --- a/src/IconHeartPlusSharpFilled.tsx +++ b/src/IconHeartPlusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeartPlusSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeartPlusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeartPlusSharpFilled as default } diff --git a/src/IconHeatOutlined.tsx b/src/IconHeatOutlined.tsx index 132d8c6e6..393ae52d2 100644 --- a/src/IconHeatOutlined.tsx +++ b/src/IconHeatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatOutlined: React.FC = ({ ...props }) => ( +export const IconHeatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatOutlined as default } diff --git a/src/IconHeatOutlinedFilled.tsx b/src/IconHeatOutlinedFilled.tsx index fe60baec1..5fcc34b1e 100644 --- a/src/IconHeatOutlinedFilled.tsx +++ b/src/IconHeatOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeatOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatOutlinedFilled as default } diff --git a/src/IconHeatPumpBalanceOutlined.tsx b/src/IconHeatPumpBalanceOutlined.tsx index 21e046227..2d9c5989c 100644 --- a/src/IconHeatPumpBalanceOutlined.tsx +++ b/src/IconHeatPumpBalanceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceOutlined: React.FC = ({ ...props }) => ( +export const IconHeatPumpBalanceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeatPumpBalanceOutlined as default } diff --git a/src/IconHeatPumpBalanceOutlinedFilled.tsx b/src/IconHeatPumpBalanceOutlinedFilled.tsx index d8a86c2fd..92e447c97 100644 --- a/src/IconHeatPumpBalanceOutlinedFilled.tsx +++ b/src/IconHeatPumpBalanceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceOutlinedFilled: React.FC = ({ +export const IconHeatPumpBalanceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeatPumpBalanceOutlinedFilled: React.FC = ({ ) - -export { IconHeatPumpBalanceOutlinedFilled as default } diff --git a/src/IconHeatPumpBalanceRounded.tsx b/src/IconHeatPumpBalanceRounded.tsx index 644b8f0c7..8dc446115 100644 --- a/src/IconHeatPumpBalanceRounded.tsx +++ b/src/IconHeatPumpBalanceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceRounded: React.FC = ({ ...props }) => ( +export const IconHeatPumpBalanceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeatPumpBalanceRounded as default } diff --git a/src/IconHeatPumpBalanceRoundedFilled.tsx b/src/IconHeatPumpBalanceRoundedFilled.tsx index 55640b896..8aabd7e47 100644 --- a/src/IconHeatPumpBalanceRoundedFilled.tsx +++ b/src/IconHeatPumpBalanceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceRoundedFilled: React.FC = ({ +export const IconHeatPumpBalanceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHeatPumpBalanceRoundedFilled: React.FC = ({ ) - -export { IconHeatPumpBalanceRoundedFilled as default } diff --git a/src/IconHeatPumpBalanceSharp.tsx b/src/IconHeatPumpBalanceSharp.tsx index 391ada158..1f2c8e5c5 100644 --- a/src/IconHeatPumpBalanceSharp.tsx +++ b/src/IconHeatPumpBalanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceSharp: React.FC = ({ ...props }) => ( +export const IconHeatPumpBalanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatPumpBalanceSharp as default } diff --git a/src/IconHeatPumpBalanceSharpFilled.tsx b/src/IconHeatPumpBalanceSharpFilled.tsx index a1770456c..306e40f42 100644 --- a/src/IconHeatPumpBalanceSharpFilled.tsx +++ b/src/IconHeatPumpBalanceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpBalanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeatPumpBalanceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeatPumpBalanceSharpFilled as default } diff --git a/src/IconHeatPumpOutlined.tsx b/src/IconHeatPumpOutlined.tsx index 5e4e6cb1e..4c62d69e8 100644 --- a/src/IconHeatPumpOutlined.tsx +++ b/src/IconHeatPumpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpOutlined: React.FC = ({ ...props }) => ( +export const IconHeatPumpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatPumpOutlined as default } diff --git a/src/IconHeatPumpOutlinedFilled.tsx b/src/IconHeatPumpOutlinedFilled.tsx index 230662301..f69c3f887 100644 --- a/src/IconHeatPumpOutlinedFilled.tsx +++ b/src/IconHeatPumpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeatPumpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeatPumpOutlinedFilled as default } diff --git a/src/IconHeatPumpRounded.tsx b/src/IconHeatPumpRounded.tsx index dddbf4f75..dd8690abf 100644 --- a/src/IconHeatPumpRounded.tsx +++ b/src/IconHeatPumpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpRounded: React.FC = ({ ...props }) => ( +export const IconHeatPumpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatPumpRounded as default } diff --git a/src/IconHeatPumpRoundedFilled.tsx b/src/IconHeatPumpRoundedFilled.tsx index 38fd0c138..3872d9158 100644 --- a/src/IconHeatPumpRoundedFilled.tsx +++ b/src/IconHeatPumpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeatPumpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHeatPumpRoundedFilled as default } diff --git a/src/IconHeatPumpSharp.tsx b/src/IconHeatPumpSharp.tsx index 082bf499d..525972e08 100644 --- a/src/IconHeatPumpSharp.tsx +++ b/src/IconHeatPumpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpSharp: React.FC = ({ ...props }) => ( +export const IconHeatPumpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatPumpSharp as default } diff --git a/src/IconHeatPumpSharpFilled.tsx b/src/IconHeatPumpSharpFilled.tsx index 50f13c13b..8348200ea 100644 --- a/src/IconHeatPumpSharpFilled.tsx +++ b/src/IconHeatPumpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatPumpSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeatPumpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatPumpSharpFilled as default } diff --git a/src/IconHeatRounded.tsx b/src/IconHeatRounded.tsx index 3b8c0bc2a..8fca27f16 100644 --- a/src/IconHeatRounded.tsx +++ b/src/IconHeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatRounded: React.FC = ({ ...props }) => ( +export const IconHeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatRounded as default } diff --git a/src/IconHeatRoundedFilled.tsx b/src/IconHeatRoundedFilled.tsx index b7dc61cef..b82401717 100644 --- a/src/IconHeatRoundedFilled.tsx +++ b/src/IconHeatRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeatRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatRoundedFilled as default } diff --git a/src/IconHeatSharp.tsx b/src/IconHeatSharp.tsx index d259d9bca..8caef9903 100644 --- a/src/IconHeatSharp.tsx +++ b/src/IconHeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatSharp: React.FC = ({ ...props }) => ( +export const IconHeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatSharp as default } diff --git a/src/IconHeatSharpFilled.tsx b/src/IconHeatSharpFilled.tsx index 01a341ad8..5015b5088 100644 --- a/src/IconHeatSharpFilled.tsx +++ b/src/IconHeatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeatSharpFilled as default } diff --git a/src/IconHeightOutlined.tsx b/src/IconHeightOutlined.tsx index 818d9dd4a..30b9b3529 100644 --- a/src/IconHeightOutlined.tsx +++ b/src/IconHeightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightOutlined: React.FC = ({ ...props }) => ( +export const IconHeightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightOutlined as default } diff --git a/src/IconHeightOutlinedFilled.tsx b/src/IconHeightOutlinedFilled.tsx index c5d60a27d..c56b2cddf 100644 --- a/src/IconHeightOutlinedFilled.tsx +++ b/src/IconHeightOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHeightOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightOutlinedFilled as default } diff --git a/src/IconHeightRounded.tsx b/src/IconHeightRounded.tsx index 529f22909..652b64b5d 100644 --- a/src/IconHeightRounded.tsx +++ b/src/IconHeightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightRounded: React.FC = ({ ...props }) => ( +export const IconHeightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightRounded as default } diff --git a/src/IconHeightRoundedFilled.tsx b/src/IconHeightRoundedFilled.tsx index 433c82896..e934627a3 100644 --- a/src/IconHeightRoundedFilled.tsx +++ b/src/IconHeightRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHeightRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightRoundedFilled as default } diff --git a/src/IconHeightSharp.tsx b/src/IconHeightSharp.tsx index 8571bf866..3a7b09516 100644 --- a/src/IconHeightSharp.tsx +++ b/src/IconHeightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightSharp: React.FC = ({ ...props }) => ( +export const IconHeightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightSharp as default } diff --git a/src/IconHeightSharpFilled.tsx b/src/IconHeightSharpFilled.tsx index b5235028c..bd403b3f0 100644 --- a/src/IconHeightSharpFilled.tsx +++ b/src/IconHeightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHeightSharpFilled: React.FC = ({ ...props }) => ( +export const IconHeightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHeightSharpFilled as default } diff --git a/src/IconHelicopterOutlined.tsx b/src/IconHelicopterOutlined.tsx index 62182450d..0d2dc0d3b 100644 --- a/src/IconHelicopterOutlined.tsx +++ b/src/IconHelicopterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterOutlined: React.FC = ({ ...props }) => ( +export const IconHelicopterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelicopterOutlined as default } diff --git a/src/IconHelicopterOutlinedFilled.tsx b/src/IconHelicopterOutlinedFilled.tsx index bc8f93cc0..a47b16655 100644 --- a/src/IconHelicopterOutlinedFilled.tsx +++ b/src/IconHelicopterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHelicopterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelicopterOutlinedFilled as default } diff --git a/src/IconHelicopterRounded.tsx b/src/IconHelicopterRounded.tsx index 889a80d63..ab865936a 100644 --- a/src/IconHelicopterRounded.tsx +++ b/src/IconHelicopterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterRounded: React.FC = ({ ...props }) => ( +export const IconHelicopterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelicopterRounded as default } diff --git a/src/IconHelicopterRoundedFilled.tsx b/src/IconHelicopterRoundedFilled.tsx index ba16a9727..c4dc22b3f 100644 --- a/src/IconHelicopterRoundedFilled.tsx +++ b/src/IconHelicopterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHelicopterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelicopterRoundedFilled as default } diff --git a/src/IconHelicopterSharp.tsx b/src/IconHelicopterSharp.tsx index fbf286df5..faf5aa39f 100644 --- a/src/IconHelicopterSharp.tsx +++ b/src/IconHelicopterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterSharp: React.FC = ({ ...props }) => ( +export const IconHelicopterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelicopterSharp as default } diff --git a/src/IconHelicopterSharpFilled.tsx b/src/IconHelicopterSharpFilled.tsx index 500cd2024..2b6176ce1 100644 --- a/src/IconHelicopterSharpFilled.tsx +++ b/src/IconHelicopterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelicopterSharpFilled: React.FC = ({ ...props }) => ( +export const IconHelicopterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelicopterSharpFilled as default } diff --git a/src/IconHelpCenterOutlined.tsx b/src/IconHelpCenterOutlined.tsx index 6a75149be..b134035b8 100644 --- a/src/IconHelpCenterOutlined.tsx +++ b/src/IconHelpCenterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterOutlined: React.FC = ({ ...props }) => ( +export const IconHelpCenterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpCenterOutlined as default } diff --git a/src/IconHelpCenterOutlinedFilled.tsx b/src/IconHelpCenterOutlinedFilled.tsx index fea2af5d8..40d83062e 100644 --- a/src/IconHelpCenterOutlinedFilled.tsx +++ b/src/IconHelpCenterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHelpCenterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpCenterOutlinedFilled as default } diff --git a/src/IconHelpCenterRounded.tsx b/src/IconHelpCenterRounded.tsx index 61a7ab10e..85e590eb7 100644 --- a/src/IconHelpCenterRounded.tsx +++ b/src/IconHelpCenterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterRounded: React.FC = ({ ...props }) => ( +export const IconHelpCenterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpCenterRounded as default } diff --git a/src/IconHelpCenterRoundedFilled.tsx b/src/IconHelpCenterRoundedFilled.tsx index e3e5e5fac..a39640c2e 100644 --- a/src/IconHelpCenterRoundedFilled.tsx +++ b/src/IconHelpCenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHelpCenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpCenterRoundedFilled as default } diff --git a/src/IconHelpCenterSharp.tsx b/src/IconHelpCenterSharp.tsx index 188b35425..bf4003eb4 100644 --- a/src/IconHelpCenterSharp.tsx +++ b/src/IconHelpCenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterSharp: React.FC = ({ ...props }) => ( +export const IconHelpCenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpCenterSharp as default } diff --git a/src/IconHelpCenterSharpFilled.tsx b/src/IconHelpCenterSharpFilled.tsx index e729eb540..e1768cb89 100644 --- a/src/IconHelpCenterSharpFilled.tsx +++ b/src/IconHelpCenterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpCenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconHelpCenterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpCenterSharpFilled as default } diff --git a/src/IconHelpClinicOutlined.tsx b/src/IconHelpClinicOutlined.tsx index ee2b9cbbb..f22710296 100644 --- a/src/IconHelpClinicOutlined.tsx +++ b/src/IconHelpClinicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicOutlined: React.FC = ({ ...props }) => ( +export const IconHelpClinicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpClinicOutlined as default } diff --git a/src/IconHelpClinicOutlinedFilled.tsx b/src/IconHelpClinicOutlinedFilled.tsx index 77737da19..95d5d0e9f 100644 --- a/src/IconHelpClinicOutlinedFilled.tsx +++ b/src/IconHelpClinicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHelpClinicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpClinicOutlinedFilled as default } diff --git a/src/IconHelpClinicRounded.tsx b/src/IconHelpClinicRounded.tsx index 0b0bda656..f6f4f3526 100644 --- a/src/IconHelpClinicRounded.tsx +++ b/src/IconHelpClinicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicRounded: React.FC = ({ ...props }) => ( +export const IconHelpClinicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpClinicRounded as default } diff --git a/src/IconHelpClinicRoundedFilled.tsx b/src/IconHelpClinicRoundedFilled.tsx index 68f2c4205..ab560c6ee 100644 --- a/src/IconHelpClinicRoundedFilled.tsx +++ b/src/IconHelpClinicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHelpClinicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpClinicRoundedFilled as default } diff --git a/src/IconHelpClinicSharp.tsx b/src/IconHelpClinicSharp.tsx index 5e0a721a5..78b98447a 100644 --- a/src/IconHelpClinicSharp.tsx +++ b/src/IconHelpClinicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicSharp: React.FC = ({ ...props }) => ( +export const IconHelpClinicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpClinicSharp as default } diff --git a/src/IconHelpClinicSharpFilled.tsx b/src/IconHelpClinicSharpFilled.tsx index 6811598ac..7c442b0f1 100644 --- a/src/IconHelpClinicSharpFilled.tsx +++ b/src/IconHelpClinicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHelpClinicSharpFilled: React.FC = ({ ...props }) => ( +export const IconHelpClinicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHelpClinicSharpFilled as default } diff --git a/src/IconHelpOutlined.tsx b/src/IconHelpOutlined.tsx index 9ef36c6cb..8bb5f6537 100644 --- a/src/IconHelpOutlined.tsx +++ b/src/IconHelpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpOutlined: React.FC = ({ ...props }) => ( +export const IconHelpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpOutlined as default } diff --git a/src/IconHelpOutlinedFilled.tsx b/src/IconHelpOutlinedFilled.tsx index 58adb3970..17a2bdf7f 100644 --- a/src/IconHelpOutlinedFilled.tsx +++ b/src/IconHelpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHelpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpOutlinedFilled as default } diff --git a/src/IconHelpRounded.tsx b/src/IconHelpRounded.tsx index 3b198d208..2cedda81e 100644 --- a/src/IconHelpRounded.tsx +++ b/src/IconHelpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpRounded: React.FC = ({ ...props }) => ( +export const IconHelpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpRounded as default } diff --git a/src/IconHelpRoundedFilled.tsx b/src/IconHelpRoundedFilled.tsx index f3b5a71e2..4be39994f 100644 --- a/src/IconHelpRoundedFilled.tsx +++ b/src/IconHelpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHelpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpRoundedFilled as default } diff --git a/src/IconHelpSharp.tsx b/src/IconHelpSharp.tsx index 55e72986d..c12647379 100644 --- a/src/IconHelpSharp.tsx +++ b/src/IconHelpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpSharp: React.FC = ({ ...props }) => ( +export const IconHelpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpSharp as default } diff --git a/src/IconHelpSharpFilled.tsx b/src/IconHelpSharpFilled.tsx index 30e7c3032..1eae537e7 100644 --- a/src/IconHelpSharpFilled.tsx +++ b/src/IconHelpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHelpSharpFilled: React.FC = ({ ...props }) => ( +export const IconHelpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHelpSharpFilled as default } diff --git a/src/IconHematologyOutlined.tsx b/src/IconHematologyOutlined.tsx index 472611892..18dcc910d 100644 --- a/src/IconHematologyOutlined.tsx +++ b/src/IconHematologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHematologyOutlined: React.FC = ({ ...props }) => ( +export const IconHematologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHematologyOutlined as default } diff --git a/src/IconHematologyOutlinedFilled.tsx b/src/IconHematologyOutlinedFilled.tsx index eac913dcb..9fe9854fe 100644 --- a/src/IconHematologyOutlinedFilled.tsx +++ b/src/IconHematologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHematologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHematologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHematologyOutlinedFilled as default } diff --git a/src/IconHematologyRounded.tsx b/src/IconHematologyRounded.tsx index 7e487f07d..f11dd46b3 100644 --- a/src/IconHematologyRounded.tsx +++ b/src/IconHematologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHematologyRounded: React.FC = ({ ...props }) => ( +export const IconHematologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHematologyRounded as default } diff --git a/src/IconHematologyRoundedFilled.tsx b/src/IconHematologyRoundedFilled.tsx index 8a77b2889..6a8c60f8d 100644 --- a/src/IconHematologyRoundedFilled.tsx +++ b/src/IconHematologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHematologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHematologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHematologyRoundedFilled as default } diff --git a/src/IconHematologySharp.tsx b/src/IconHematologySharp.tsx index dd46d02c2..c7f3d1587 100644 --- a/src/IconHematologySharp.tsx +++ b/src/IconHematologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHematologySharp: React.FC = ({ ...props }) => ( +export const IconHematologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHematologySharp as default } diff --git a/src/IconHematologySharpFilled.tsx b/src/IconHematologySharpFilled.tsx index 8ac19d86c..ad378d5f1 100644 --- a/src/IconHematologySharpFilled.tsx +++ b/src/IconHematologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHematologySharpFilled: React.FC = ({ ...props }) => ( +export const IconHematologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHematologySharpFilled as default } diff --git a/src/IconHevcOutlined.tsx b/src/IconHevcOutlined.tsx index 44698aa59..9d22e83d7 100644 --- a/src/IconHevcOutlined.tsx +++ b/src/IconHevcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcOutlined: React.FC = ({ ...props }) => ( +export const IconHevcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcOutlined as default } diff --git a/src/IconHevcOutlinedFilled.tsx b/src/IconHevcOutlinedFilled.tsx index 2f79c3d33..7e91b1ab7 100644 --- a/src/IconHevcOutlinedFilled.tsx +++ b/src/IconHevcOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHevcOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcOutlinedFilled as default } diff --git a/src/IconHevcRounded.tsx b/src/IconHevcRounded.tsx index 3da637388..bc4adf05e 100644 --- a/src/IconHevcRounded.tsx +++ b/src/IconHevcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcRounded: React.FC = ({ ...props }) => ( +export const IconHevcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcRounded as default } diff --git a/src/IconHevcRoundedFilled.tsx b/src/IconHevcRoundedFilled.tsx index ea09e3536..beaf850ac 100644 --- a/src/IconHevcRoundedFilled.tsx +++ b/src/IconHevcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHevcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcRoundedFilled as default } diff --git a/src/IconHevcSharp.tsx b/src/IconHevcSharp.tsx index 123f175a5..faee9bfd8 100644 --- a/src/IconHevcSharp.tsx +++ b/src/IconHevcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcSharp: React.FC = ({ ...props }) => ( +export const IconHevcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcSharp as default } diff --git a/src/IconHevcSharpFilled.tsx b/src/IconHevcSharpFilled.tsx index 0638b5c08..a38ce2ec1 100644 --- a/src/IconHevcSharpFilled.tsx +++ b/src/IconHevcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHevcSharpFilled: React.FC = ({ ...props }) => ( +export const IconHevcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHevcSharpFilled as default } diff --git a/src/IconHexagonOutlined.tsx b/src/IconHexagonOutlined.tsx index c9b172e9e..06bb8a779 100644 --- a/src/IconHexagonOutlined.tsx +++ b/src/IconHexagonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonOutlined: React.FC = ({ ...props }) => ( +export const IconHexagonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHexagonOutlined as default } diff --git a/src/IconHexagonOutlinedFilled.tsx b/src/IconHexagonOutlinedFilled.tsx index 29412f0df..d7d2bce57 100644 --- a/src/IconHexagonOutlinedFilled.tsx +++ b/src/IconHexagonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHexagonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHexagonOutlinedFilled as default } diff --git a/src/IconHexagonRounded.tsx b/src/IconHexagonRounded.tsx index c0f54f0d3..8f1d92ba9 100644 --- a/src/IconHexagonRounded.tsx +++ b/src/IconHexagonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonRounded: React.FC = ({ ...props }) => ( +export const IconHexagonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHexagonRounded as default } diff --git a/src/IconHexagonRoundedFilled.tsx b/src/IconHexagonRoundedFilled.tsx index 697cfef0e..745cad10f 100644 --- a/src/IconHexagonRoundedFilled.tsx +++ b/src/IconHexagonRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHexagonRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHexagonRoundedFilled as default } diff --git a/src/IconHexagonSharp.tsx b/src/IconHexagonSharp.tsx index 28e8e4a5f..e1bd2b31f 100644 --- a/src/IconHexagonSharp.tsx +++ b/src/IconHexagonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonSharp: React.FC = ({ ...props }) => ( +export const IconHexagonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHexagonSharp as default } diff --git a/src/IconHexagonSharpFilled.tsx b/src/IconHexagonSharpFilled.tsx index 7b26e4d62..5de9cff6e 100644 --- a/src/IconHexagonSharpFilled.tsx +++ b/src/IconHexagonSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHexagonSharpFilled: React.FC = ({ ...props }) => ( +export const IconHexagonSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHexagonSharpFilled as default } diff --git a/src/IconHideImageOutlined.tsx b/src/IconHideImageOutlined.tsx index 0e4cc240f..cc38073bd 100644 --- a/src/IconHideImageOutlined.tsx +++ b/src/IconHideImageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageOutlined: React.FC = ({ ...props }) => ( +export const IconHideImageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideImageOutlined as default } diff --git a/src/IconHideImageOutlinedFilled.tsx b/src/IconHideImageOutlinedFilled.tsx index 339722460..b2ed406c7 100644 --- a/src/IconHideImageOutlinedFilled.tsx +++ b/src/IconHideImageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHideImageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHideImageOutlinedFilled as default } diff --git a/src/IconHideImageRounded.tsx b/src/IconHideImageRounded.tsx index de83836af..28f80dbc9 100644 --- a/src/IconHideImageRounded.tsx +++ b/src/IconHideImageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageRounded: React.FC = ({ ...props }) => ( +export const IconHideImageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideImageRounded as default } diff --git a/src/IconHideImageRoundedFilled.tsx b/src/IconHideImageRoundedFilled.tsx index 634afa08c..4d0fc852d 100644 --- a/src/IconHideImageRoundedFilled.tsx +++ b/src/IconHideImageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHideImageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHideImageRoundedFilled as default } diff --git a/src/IconHideImageSharp.tsx b/src/IconHideImageSharp.tsx index d5a41a180..dee767c48 100644 --- a/src/IconHideImageSharp.tsx +++ b/src/IconHideImageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageSharp: React.FC = ({ ...props }) => ( +export const IconHideImageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideImageSharp as default } diff --git a/src/IconHideImageSharpFilled.tsx b/src/IconHideImageSharpFilled.tsx index a1cd33923..4eaf1a77d 100644 --- a/src/IconHideImageSharpFilled.tsx +++ b/src/IconHideImageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideImageSharpFilled: React.FC = ({ ...props }) => ( +export const IconHideImageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideImageSharpFilled as default } diff --git a/src/IconHideOutlined.tsx b/src/IconHideOutlined.tsx index 402133032..65eb5beb2 100644 --- a/src/IconHideOutlined.tsx +++ b/src/IconHideOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideOutlined: React.FC = ({ ...props }) => ( +export const IconHideOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideOutlined as default } diff --git a/src/IconHideOutlinedFilled.tsx b/src/IconHideOutlinedFilled.tsx index be65b074c..d3efa41cb 100644 --- a/src/IconHideOutlinedFilled.tsx +++ b/src/IconHideOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHideOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideOutlinedFilled as default } diff --git a/src/IconHideRounded.tsx b/src/IconHideRounded.tsx index 41cf392ab..58b140714 100644 --- a/src/IconHideRounded.tsx +++ b/src/IconHideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideRounded: React.FC = ({ ...props }) => ( +export const IconHideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideRounded as default } diff --git a/src/IconHideRoundedFilled.tsx b/src/IconHideRoundedFilled.tsx index 19a166247..0f0f4eb09 100644 --- a/src/IconHideRoundedFilled.tsx +++ b/src/IconHideRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHideRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideRoundedFilled as default } diff --git a/src/IconHideSharp.tsx b/src/IconHideSharp.tsx index 9155b755b..fc1eafaad 100644 --- a/src/IconHideSharp.tsx +++ b/src/IconHideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideSharp: React.FC = ({ ...props }) => ( +export const IconHideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideSharp as default } diff --git a/src/IconHideSharpFilled.tsx b/src/IconHideSharpFilled.tsx index 054dbfb51..9a2d13ba1 100644 --- a/src/IconHideSharpFilled.tsx +++ b/src/IconHideSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideSharpFilled: React.FC = ({ ...props }) => ( +export const IconHideSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideSharpFilled as default } diff --git a/src/IconHideSourceOutlined.tsx b/src/IconHideSourceOutlined.tsx index ebf4aad46..58391e2ac 100644 --- a/src/IconHideSourceOutlined.tsx +++ b/src/IconHideSourceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceOutlined: React.FC = ({ ...props }) => ( +export const IconHideSourceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideSourceOutlined as default } diff --git a/src/IconHideSourceOutlinedFilled.tsx b/src/IconHideSourceOutlinedFilled.tsx index 57320a4d7..ad406bad6 100644 --- a/src/IconHideSourceOutlinedFilled.tsx +++ b/src/IconHideSourceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHideSourceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHideSourceOutlinedFilled as default } diff --git a/src/IconHideSourceRounded.tsx b/src/IconHideSourceRounded.tsx index 554507f0b..c0fcabcc7 100644 --- a/src/IconHideSourceRounded.tsx +++ b/src/IconHideSourceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceRounded: React.FC = ({ ...props }) => ( +export const IconHideSourceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideSourceRounded as default } diff --git a/src/IconHideSourceRoundedFilled.tsx b/src/IconHideSourceRoundedFilled.tsx index d57d174ec..5232203fc 100644 --- a/src/IconHideSourceRoundedFilled.tsx +++ b/src/IconHideSourceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHideSourceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHideSourceRoundedFilled as default } diff --git a/src/IconHideSourceSharp.tsx b/src/IconHideSourceSharp.tsx index 5c41f54be..2c7de88fa 100644 --- a/src/IconHideSourceSharp.tsx +++ b/src/IconHideSourceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceSharp: React.FC = ({ ...props }) => ( +export const IconHideSourceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHideSourceSharp as default } diff --git a/src/IconHideSourceSharpFilled.tsx b/src/IconHideSourceSharpFilled.tsx index 5890c30b5..d616f72b5 100644 --- a/src/IconHideSourceSharpFilled.tsx +++ b/src/IconHideSourceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHideSourceSharpFilled: React.FC = ({ ...props }) => ( +export const IconHideSourceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHideSourceSharpFilled as default } diff --git a/src/IconHighDensityOutlined.tsx b/src/IconHighDensityOutlined.tsx index bf92527f4..b501c7381 100644 --- a/src/IconHighDensityOutlined.tsx +++ b/src/IconHighDensityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensityOutlined: React.FC = ({ ...props }) => ( +export const IconHighDensityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighDensityOutlined as default } diff --git a/src/IconHighDensityOutlinedFilled.tsx b/src/IconHighDensityOutlinedFilled.tsx index 2169e27d8..d8ddb93ec 100644 --- a/src/IconHighDensityOutlinedFilled.tsx +++ b/src/IconHighDensityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHighDensityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighDensityOutlinedFilled as default } diff --git a/src/IconHighDensityRounded.tsx b/src/IconHighDensityRounded.tsx index ea4708a1d..9d2ee23f8 100644 --- a/src/IconHighDensityRounded.tsx +++ b/src/IconHighDensityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensityRounded: React.FC = ({ ...props }) => ( +export const IconHighDensityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighDensityRounded as default } diff --git a/src/IconHighDensityRoundedFilled.tsx b/src/IconHighDensityRoundedFilled.tsx index 3d9765d37..c66bf472c 100644 --- a/src/IconHighDensityRoundedFilled.tsx +++ b/src/IconHighDensityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHighDensityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighDensityRoundedFilled as default } diff --git a/src/IconHighDensitySharp.tsx b/src/IconHighDensitySharp.tsx index 8e8614a64..d8cfcb799 100644 --- a/src/IconHighDensitySharp.tsx +++ b/src/IconHighDensitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensitySharp: React.FC = ({ ...props }) => ( +export const IconHighDensitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighDensitySharp as default } diff --git a/src/IconHighDensitySharpFilled.tsx b/src/IconHighDensitySharpFilled.tsx index 5ee79648b..7570fb339 100644 --- a/src/IconHighDensitySharpFilled.tsx +++ b/src/IconHighDensitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighDensitySharpFilled: React.FC = ({ ...props }) => ( +export const IconHighDensitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighDensitySharpFilled as default } diff --git a/src/IconHighQualityOutlined.tsx b/src/IconHighQualityOutlined.tsx index 994327c20..d9008ed49 100644 --- a/src/IconHighQualityOutlined.tsx +++ b/src/IconHighQualityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualityOutlined: React.FC = ({ ...props }) => ( +export const IconHighQualityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighQualityOutlined as default } diff --git a/src/IconHighQualityOutlinedFilled.tsx b/src/IconHighQualityOutlinedFilled.tsx index 7c687dfaf..1b751a4bf 100644 --- a/src/IconHighQualityOutlinedFilled.tsx +++ b/src/IconHighQualityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHighQualityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighQualityOutlinedFilled as default } diff --git a/src/IconHighQualityRounded.tsx b/src/IconHighQualityRounded.tsx index 836953fa3..af87a1ccc 100644 --- a/src/IconHighQualityRounded.tsx +++ b/src/IconHighQualityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualityRounded: React.FC = ({ ...props }) => ( +export const IconHighQualityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighQualityRounded as default } diff --git a/src/IconHighQualityRoundedFilled.tsx b/src/IconHighQualityRoundedFilled.tsx index 94d8c9e25..9b11bcec5 100644 --- a/src/IconHighQualityRoundedFilled.tsx +++ b/src/IconHighQualityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHighQualityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighQualityRoundedFilled as default } diff --git a/src/IconHighQualitySharp.tsx b/src/IconHighQualitySharp.tsx index 049b4052d..43198f96d 100644 --- a/src/IconHighQualitySharp.tsx +++ b/src/IconHighQualitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualitySharp: React.FC = ({ ...props }) => ( +export const IconHighQualitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighQualitySharp as default } diff --git a/src/IconHighQualitySharpFilled.tsx b/src/IconHighQualitySharpFilled.tsx index 47697681d..68422c8e7 100644 --- a/src/IconHighQualitySharpFilled.tsx +++ b/src/IconHighQualitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighQualitySharpFilled: React.FC = ({ ...props }) => ( +export const IconHighQualitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighQualitySharpFilled as default } diff --git a/src/IconHighResOutlined.tsx b/src/IconHighResOutlined.tsx index bfeb298bd..23ca083d1 100644 --- a/src/IconHighResOutlined.tsx +++ b/src/IconHighResOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighResOutlined: React.FC = ({ ...props }) => ( +export const IconHighResOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighResOutlined as default } diff --git a/src/IconHighResOutlinedFilled.tsx b/src/IconHighResOutlinedFilled.tsx index 8aa912e52..35f397c91 100644 --- a/src/IconHighResOutlinedFilled.tsx +++ b/src/IconHighResOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighResOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHighResOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighResOutlinedFilled as default } diff --git a/src/IconHighResRounded.tsx b/src/IconHighResRounded.tsx index 41bfe05bd..067adb3c9 100644 --- a/src/IconHighResRounded.tsx +++ b/src/IconHighResRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighResRounded: React.FC = ({ ...props }) => ( +export const IconHighResRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighResRounded as default } diff --git a/src/IconHighResRoundedFilled.tsx b/src/IconHighResRoundedFilled.tsx index 6d264fc9f..fe363dcc9 100644 --- a/src/IconHighResRoundedFilled.tsx +++ b/src/IconHighResRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighResRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHighResRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighResRoundedFilled as default } diff --git a/src/IconHighResSharp.tsx b/src/IconHighResSharp.tsx index d996a1ace..8b70d5674 100644 --- a/src/IconHighResSharp.tsx +++ b/src/IconHighResSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighResSharp: React.FC = ({ ...props }) => ( +export const IconHighResSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighResSharp as default } diff --git a/src/IconHighResSharpFilled.tsx b/src/IconHighResSharpFilled.tsx index f97752434..6454f01d3 100644 --- a/src/IconHighResSharpFilled.tsx +++ b/src/IconHighResSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighResSharpFilled: React.FC = ({ ...props }) => ( +export const IconHighResSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighResSharpFilled as default } diff --git a/src/IconHighlightKeyboardFocusOutlined.tsx b/src/IconHighlightKeyboardFocusOutlined.tsx index f99906595..973733a66 100644 --- a/src/IconHighlightKeyboardFocusOutlined.tsx +++ b/src/IconHighlightKeyboardFocusOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusOutlined: React.FC = ({ +export const IconHighlightKeyboardFocusOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightKeyboardFocusOutlined: React.FC = ({ ) - -export { IconHighlightKeyboardFocusOutlined as default } diff --git a/src/IconHighlightKeyboardFocusOutlinedFilled.tsx b/src/IconHighlightKeyboardFocusOutlinedFilled.tsx index 36bd87620..5931f4a38 100644 --- a/src/IconHighlightKeyboardFocusOutlinedFilled.tsx +++ b/src/IconHighlightKeyboardFocusOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusOutlinedFilled: React.FC = ({ +export const IconHighlightKeyboardFocusOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightKeyboardFocusOutlinedFilled: React.FC = ({ ) - -export { IconHighlightKeyboardFocusOutlinedFilled as default } diff --git a/src/IconHighlightKeyboardFocusRounded.tsx b/src/IconHighlightKeyboardFocusRounded.tsx index 76df988b9..67a1bc5ca 100644 --- a/src/IconHighlightKeyboardFocusRounded.tsx +++ b/src/IconHighlightKeyboardFocusRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusRounded: React.FC = ({ +export const IconHighlightKeyboardFocusRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightKeyboardFocusRounded: React.FC = ({ ) - -export { IconHighlightKeyboardFocusRounded as default } diff --git a/src/IconHighlightKeyboardFocusRoundedFilled.tsx b/src/IconHighlightKeyboardFocusRoundedFilled.tsx index 3dbe58ac7..6e0be45fe 100644 --- a/src/IconHighlightKeyboardFocusRoundedFilled.tsx +++ b/src/IconHighlightKeyboardFocusRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusRoundedFilled: React.FC = ({ +export const IconHighlightKeyboardFocusRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightKeyboardFocusRoundedFilled: React.FC = ({ ) - -export { IconHighlightKeyboardFocusRoundedFilled as default } diff --git a/src/IconHighlightKeyboardFocusSharp.tsx b/src/IconHighlightKeyboardFocusSharp.tsx index 4400cccf8..8945545c2 100644 --- a/src/IconHighlightKeyboardFocusSharp.tsx +++ b/src/IconHighlightKeyboardFocusSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusSharp: React.FC = ({ ...props }) => ( +export const IconHighlightKeyboardFocusSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightKeyboardFocusSharp as default } diff --git a/src/IconHighlightKeyboardFocusSharpFilled.tsx b/src/IconHighlightKeyboardFocusSharpFilled.tsx index 07eef18ca..c8bd84617 100644 --- a/src/IconHighlightKeyboardFocusSharpFilled.tsx +++ b/src/IconHighlightKeyboardFocusSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightKeyboardFocusSharpFilled: React.FC = ({ +export const IconHighlightKeyboardFocusSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightKeyboardFocusSharpFilled: React.FC = ({ ) - -export { IconHighlightKeyboardFocusSharpFilled as default } diff --git a/src/IconHighlightMouseCursorOutlined.tsx b/src/IconHighlightMouseCursorOutlined.tsx index 75bedf66c..387e4f651 100644 --- a/src/IconHighlightMouseCursorOutlined.tsx +++ b/src/IconHighlightMouseCursorOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorOutlined: React.FC = ({ +export const IconHighlightMouseCursorOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightMouseCursorOutlined: React.FC = ({ ) - -export { IconHighlightMouseCursorOutlined as default } diff --git a/src/IconHighlightMouseCursorOutlinedFilled.tsx b/src/IconHighlightMouseCursorOutlinedFilled.tsx index 1e8673260..282340881 100644 --- a/src/IconHighlightMouseCursorOutlinedFilled.tsx +++ b/src/IconHighlightMouseCursorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorOutlinedFilled: React.FC = ({ +export const IconHighlightMouseCursorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightMouseCursorOutlinedFilled: React.FC = ({ ) - -export { IconHighlightMouseCursorOutlinedFilled as default } diff --git a/src/IconHighlightMouseCursorRounded.tsx b/src/IconHighlightMouseCursorRounded.tsx index bdd952dae..1a1011bb4 100644 --- a/src/IconHighlightMouseCursorRounded.tsx +++ b/src/IconHighlightMouseCursorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorRounded: React.FC = ({ ...props }) => ( +export const IconHighlightMouseCursorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightMouseCursorRounded as default } diff --git a/src/IconHighlightMouseCursorRoundedFilled.tsx b/src/IconHighlightMouseCursorRoundedFilled.tsx index 8e403531d..7f15a4022 100644 --- a/src/IconHighlightMouseCursorRoundedFilled.tsx +++ b/src/IconHighlightMouseCursorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorRoundedFilled: React.FC = ({ +export const IconHighlightMouseCursorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightMouseCursorRoundedFilled: React.FC = ({ ) - -export { IconHighlightMouseCursorRoundedFilled as default } diff --git a/src/IconHighlightMouseCursorSharp.tsx b/src/IconHighlightMouseCursorSharp.tsx index ab32fbdda..225fba2e1 100644 --- a/src/IconHighlightMouseCursorSharp.tsx +++ b/src/IconHighlightMouseCursorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorSharp: React.FC = ({ ...props }) => ( +export const IconHighlightMouseCursorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightMouseCursorSharp as default } diff --git a/src/IconHighlightMouseCursorSharpFilled.tsx b/src/IconHighlightMouseCursorSharpFilled.tsx index e24482501..aa8d83d97 100644 --- a/src/IconHighlightMouseCursorSharpFilled.tsx +++ b/src/IconHighlightMouseCursorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightMouseCursorSharpFilled: React.FC = ({ +export const IconHighlightMouseCursorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightMouseCursorSharpFilled: React.FC = ({ ) - -export { IconHighlightMouseCursorSharpFilled as default } diff --git a/src/IconHighlightOutlined.tsx b/src/IconHighlightOutlined.tsx index 1791e9cd5..f317bd468 100644 --- a/src/IconHighlightOutlined.tsx +++ b/src/IconHighlightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightOutlined: React.FC = ({ ...props }) => ( +export const IconHighlightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighlightOutlined as default } diff --git a/src/IconHighlightOutlinedFilled.tsx b/src/IconHighlightOutlinedFilled.tsx index 689d610d3..dba874287 100644 --- a/src/IconHighlightOutlinedFilled.tsx +++ b/src/IconHighlightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHighlightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightOutlinedFilled as default } diff --git a/src/IconHighlightRounded.tsx b/src/IconHighlightRounded.tsx index 826124806..cfa7f7e0a 100644 --- a/src/IconHighlightRounded.tsx +++ b/src/IconHighlightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightRounded: React.FC = ({ ...props }) => ( +export const IconHighlightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighlightRounded as default } diff --git a/src/IconHighlightRoundedFilled.tsx b/src/IconHighlightRoundedFilled.tsx index 593f032e6..08ecc0c32 100644 --- a/src/IconHighlightRoundedFilled.tsx +++ b/src/IconHighlightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHighlightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightRoundedFilled as default } diff --git a/src/IconHighlightSharp.tsx b/src/IconHighlightSharp.tsx index 318164fe4..df84ed460 100644 --- a/src/IconHighlightSharp.tsx +++ b/src/IconHighlightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightSharp: React.FC = ({ ...props }) => ( +export const IconHighlightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighlightSharp as default } diff --git a/src/IconHighlightSharpFilled.tsx b/src/IconHighlightSharpFilled.tsx index a265e9cb5..109de48e9 100644 --- a/src/IconHighlightSharpFilled.tsx +++ b/src/IconHighlightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightSharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHighlightSharpFilled as default } diff --git a/src/IconHighlightTextCursorOutlined.tsx b/src/IconHighlightTextCursorOutlined.tsx index b1d534677..40c9d5bc9 100644 --- a/src/IconHighlightTextCursorOutlined.tsx +++ b/src/IconHighlightTextCursorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorOutlined: React.FC = ({ ...props }) => ( +export const IconHighlightTextCursorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightTextCursorOutlined as default } diff --git a/src/IconHighlightTextCursorOutlinedFilled.tsx b/src/IconHighlightTextCursorOutlinedFilled.tsx index 355eecbf7..86e54d35a 100644 --- a/src/IconHighlightTextCursorOutlinedFilled.tsx +++ b/src/IconHighlightTextCursorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorOutlinedFilled: React.FC = ({ +export const IconHighlightTextCursorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightTextCursorOutlinedFilled: React.FC = ({ ) - -export { IconHighlightTextCursorOutlinedFilled as default } diff --git a/src/IconHighlightTextCursorRounded.tsx b/src/IconHighlightTextCursorRounded.tsx index f004bab6e..91680877a 100644 --- a/src/IconHighlightTextCursorRounded.tsx +++ b/src/IconHighlightTextCursorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorRounded: React.FC = ({ ...props }) => ( +export const IconHighlightTextCursorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightTextCursorRounded as default } diff --git a/src/IconHighlightTextCursorRoundedFilled.tsx b/src/IconHighlightTextCursorRoundedFilled.tsx index 31ccb4274..64eb7d015 100644 --- a/src/IconHighlightTextCursorRoundedFilled.tsx +++ b/src/IconHighlightTextCursorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorRoundedFilled: React.FC = ({ +export const IconHighlightTextCursorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightTextCursorRoundedFilled: React.FC = ({ ) - -export { IconHighlightTextCursorRoundedFilled as default } diff --git a/src/IconHighlightTextCursorSharp.tsx b/src/IconHighlightTextCursorSharp.tsx index cc2e3982f..353c00e3b 100644 --- a/src/IconHighlightTextCursorSharp.tsx +++ b/src/IconHighlightTextCursorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorSharp: React.FC = ({ ...props }) => ( +export const IconHighlightTextCursorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlightTextCursorSharp as default } diff --git a/src/IconHighlightTextCursorSharpFilled.tsx b/src/IconHighlightTextCursorSharpFilled.tsx index 5f5c093ca..4ea3ce942 100644 --- a/src/IconHighlightTextCursorSharpFilled.tsx +++ b/src/IconHighlightTextCursorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlightTextCursorSharpFilled: React.FC = ({ +export const IconHighlightTextCursorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlightTextCursorSharpFilled: React.FC = ({ ) - -export { IconHighlightTextCursorSharpFilled as default } diff --git a/src/IconHighlighterSize1Outlined.tsx b/src/IconHighlighterSize1Outlined.tsx index 943a29642..0f65b06a7 100644 --- a/src/IconHighlighterSize1Outlined.tsx +++ b/src/IconHighlighterSize1Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1Outlined: React.FC = ({ ...props }) => ( +export const IconHighlighterSize1Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize1Outlined as default } diff --git a/src/IconHighlighterSize1OutlinedFilled.tsx b/src/IconHighlighterSize1OutlinedFilled.tsx index 4271e9d38..de07eef72 100644 --- a/src/IconHighlighterSize1OutlinedFilled.tsx +++ b/src/IconHighlighterSize1OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1OutlinedFilled: React.FC = ({ +export const IconHighlighterSize1OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize1OutlinedFilled: React.FC = ({ ) - -export { IconHighlighterSize1OutlinedFilled as default } diff --git a/src/IconHighlighterSize1Rounded.tsx b/src/IconHighlighterSize1Rounded.tsx index 5122182ad..e69117f8c 100644 --- a/src/IconHighlighterSize1Rounded.tsx +++ b/src/IconHighlighterSize1Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1Rounded: React.FC = ({ ...props }) => ( +export const IconHighlighterSize1Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize1Rounded as default } diff --git a/src/IconHighlighterSize1RoundedFilled.tsx b/src/IconHighlighterSize1RoundedFilled.tsx index 3c2ed6200..c171fe615 100644 --- a/src/IconHighlighterSize1RoundedFilled.tsx +++ b/src/IconHighlighterSize1RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1RoundedFilled: React.FC = ({ +export const IconHighlighterSize1RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize1RoundedFilled: React.FC = ({ ) - -export { IconHighlighterSize1RoundedFilled as default } diff --git a/src/IconHighlighterSize1Sharp.tsx b/src/IconHighlighterSize1Sharp.tsx index 86f519732..41c819539 100644 --- a/src/IconHighlighterSize1Sharp.tsx +++ b/src/IconHighlighterSize1Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1Sharp: React.FC = ({ ...props }) => ( +export const IconHighlighterSize1Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize1Sharp as default } diff --git a/src/IconHighlighterSize1SharpFilled.tsx b/src/IconHighlighterSize1SharpFilled.tsx index 6f9f00c18..efc85f38e 100644 --- a/src/IconHighlighterSize1SharpFilled.tsx +++ b/src/IconHighlighterSize1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize1SharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlighterSize1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize1SharpFilled as default } diff --git a/src/IconHighlighterSize2Outlined.tsx b/src/IconHighlighterSize2Outlined.tsx index c2bd6cc6b..ecb5bdabf 100644 --- a/src/IconHighlighterSize2Outlined.tsx +++ b/src/IconHighlighterSize2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2Outlined: React.FC = ({ ...props }) => ( +export const IconHighlighterSize2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize2Outlined as default } diff --git a/src/IconHighlighterSize2OutlinedFilled.tsx b/src/IconHighlighterSize2OutlinedFilled.tsx index fe9de5137..a8748af57 100644 --- a/src/IconHighlighterSize2OutlinedFilled.tsx +++ b/src/IconHighlighterSize2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2OutlinedFilled: React.FC = ({ +export const IconHighlighterSize2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize2OutlinedFilled: React.FC = ({ ) - -export { IconHighlighterSize2OutlinedFilled as default } diff --git a/src/IconHighlighterSize2Rounded.tsx b/src/IconHighlighterSize2Rounded.tsx index 368249e36..104706cec 100644 --- a/src/IconHighlighterSize2Rounded.tsx +++ b/src/IconHighlighterSize2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2Rounded: React.FC = ({ ...props }) => ( +export const IconHighlighterSize2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize2Rounded as default } diff --git a/src/IconHighlighterSize2RoundedFilled.tsx b/src/IconHighlighterSize2RoundedFilled.tsx index 328712cd4..56dd578c1 100644 --- a/src/IconHighlighterSize2RoundedFilled.tsx +++ b/src/IconHighlighterSize2RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2RoundedFilled: React.FC = ({ +export const IconHighlighterSize2RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize2RoundedFilled: React.FC = ({ ) - -export { IconHighlighterSize2RoundedFilled as default } diff --git a/src/IconHighlighterSize2Sharp.tsx b/src/IconHighlighterSize2Sharp.tsx index 2ea001f75..7e4f14105 100644 --- a/src/IconHighlighterSize2Sharp.tsx +++ b/src/IconHighlighterSize2Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2Sharp: React.FC = ({ ...props }) => ( +export const IconHighlighterSize2Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize2Sharp as default } diff --git a/src/IconHighlighterSize2SharpFilled.tsx b/src/IconHighlighterSize2SharpFilled.tsx index bae1be24c..1e04efb7e 100644 --- a/src/IconHighlighterSize2SharpFilled.tsx +++ b/src/IconHighlighterSize2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize2SharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlighterSize2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize2SharpFilled as default } diff --git a/src/IconHighlighterSize3Outlined.tsx b/src/IconHighlighterSize3Outlined.tsx index 3f02cdaa9..e33ab2423 100644 --- a/src/IconHighlighterSize3Outlined.tsx +++ b/src/IconHighlighterSize3Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3Outlined: React.FC = ({ ...props }) => ( +export const IconHighlighterSize3Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize3Outlined as default } diff --git a/src/IconHighlighterSize3OutlinedFilled.tsx b/src/IconHighlighterSize3OutlinedFilled.tsx index 45b946b3e..e9896ca61 100644 --- a/src/IconHighlighterSize3OutlinedFilled.tsx +++ b/src/IconHighlighterSize3OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3OutlinedFilled: React.FC = ({ +export const IconHighlighterSize3OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize3OutlinedFilled: React.FC = ({ ) - -export { IconHighlighterSize3OutlinedFilled as default } diff --git a/src/IconHighlighterSize3Rounded.tsx b/src/IconHighlighterSize3Rounded.tsx index efbe8f742..7460ff96b 100644 --- a/src/IconHighlighterSize3Rounded.tsx +++ b/src/IconHighlighterSize3Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3Rounded: React.FC = ({ ...props }) => ( +export const IconHighlighterSize3Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize3Rounded as default } diff --git a/src/IconHighlighterSize3RoundedFilled.tsx b/src/IconHighlighterSize3RoundedFilled.tsx index 056416204..79988ebb2 100644 --- a/src/IconHighlighterSize3RoundedFilled.tsx +++ b/src/IconHighlighterSize3RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3RoundedFilled: React.FC = ({ +export const IconHighlighterSize3RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize3RoundedFilled: React.FC = ({ ) - -export { IconHighlighterSize3RoundedFilled as default } diff --git a/src/IconHighlighterSize3Sharp.tsx b/src/IconHighlighterSize3Sharp.tsx index f734725fb..35b776a69 100644 --- a/src/IconHighlighterSize3Sharp.tsx +++ b/src/IconHighlighterSize3Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3Sharp: React.FC = ({ ...props }) => ( +export const IconHighlighterSize3Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize3Sharp as default } diff --git a/src/IconHighlighterSize3SharpFilled.tsx b/src/IconHighlighterSize3SharpFilled.tsx index a036763a7..f1ee34d4c 100644 --- a/src/IconHighlighterSize3SharpFilled.tsx +++ b/src/IconHighlighterSize3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize3SharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlighterSize3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize3SharpFilled as default } diff --git a/src/IconHighlighterSize4Outlined.tsx b/src/IconHighlighterSize4Outlined.tsx index 65b91a32b..9225f7260 100644 --- a/src/IconHighlighterSize4Outlined.tsx +++ b/src/IconHighlighterSize4Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4Outlined: React.FC = ({ ...props }) => ( +export const IconHighlighterSize4Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize4Outlined as default } diff --git a/src/IconHighlighterSize4OutlinedFilled.tsx b/src/IconHighlighterSize4OutlinedFilled.tsx index 28f48243c..a991ad625 100644 --- a/src/IconHighlighterSize4OutlinedFilled.tsx +++ b/src/IconHighlighterSize4OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4OutlinedFilled: React.FC = ({ +export const IconHighlighterSize4OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize4OutlinedFilled: React.FC = ({ ) - -export { IconHighlighterSize4OutlinedFilled as default } diff --git a/src/IconHighlighterSize4Rounded.tsx b/src/IconHighlighterSize4Rounded.tsx index a4f537deb..43eb11687 100644 --- a/src/IconHighlighterSize4Rounded.tsx +++ b/src/IconHighlighterSize4Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4Rounded: React.FC = ({ ...props }) => ( +export const IconHighlighterSize4Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize4Rounded as default } diff --git a/src/IconHighlighterSize4RoundedFilled.tsx b/src/IconHighlighterSize4RoundedFilled.tsx index 6b2815b92..03c21af44 100644 --- a/src/IconHighlighterSize4RoundedFilled.tsx +++ b/src/IconHighlighterSize4RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4RoundedFilled: React.FC = ({ +export const IconHighlighterSize4RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize4RoundedFilled: React.FC = ({ ) - -export { IconHighlighterSize4RoundedFilled as default } diff --git a/src/IconHighlighterSize4Sharp.tsx b/src/IconHighlighterSize4Sharp.tsx index ace5279cf..6231e0fe9 100644 --- a/src/IconHighlighterSize4Sharp.tsx +++ b/src/IconHighlighterSize4Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4Sharp: React.FC = ({ ...props }) => ( +export const IconHighlighterSize4Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize4Sharp as default } diff --git a/src/IconHighlighterSize4SharpFilled.tsx b/src/IconHighlighterSize4SharpFilled.tsx index 87bf5eefb..77d7b8777 100644 --- a/src/IconHighlighterSize4SharpFilled.tsx +++ b/src/IconHighlighterSize4SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize4SharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlighterSize4SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize4SharpFilled as default } diff --git a/src/IconHighlighterSize5Outlined.tsx b/src/IconHighlighterSize5Outlined.tsx index a0bb6d266..176800f2f 100644 --- a/src/IconHighlighterSize5Outlined.tsx +++ b/src/IconHighlighterSize5Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5Outlined: React.FC = ({ ...props }) => ( +export const IconHighlighterSize5Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize5Outlined as default } diff --git a/src/IconHighlighterSize5OutlinedFilled.tsx b/src/IconHighlighterSize5OutlinedFilled.tsx index 44c129366..42f61916e 100644 --- a/src/IconHighlighterSize5OutlinedFilled.tsx +++ b/src/IconHighlighterSize5OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5OutlinedFilled: React.FC = ({ +export const IconHighlighterSize5OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize5OutlinedFilled: React.FC = ({ ) - -export { IconHighlighterSize5OutlinedFilled as default } diff --git a/src/IconHighlighterSize5Rounded.tsx b/src/IconHighlighterSize5Rounded.tsx index 3ed542e3a..a86cd0181 100644 --- a/src/IconHighlighterSize5Rounded.tsx +++ b/src/IconHighlighterSize5Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5Rounded: React.FC = ({ ...props }) => ( +export const IconHighlighterSize5Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize5Rounded as default } diff --git a/src/IconHighlighterSize5RoundedFilled.tsx b/src/IconHighlighterSize5RoundedFilled.tsx index 9eb232263..31d44c5c9 100644 --- a/src/IconHighlighterSize5RoundedFilled.tsx +++ b/src/IconHighlighterSize5RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5RoundedFilled: React.FC = ({ +export const IconHighlighterSize5RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHighlighterSize5RoundedFilled: React.FC = ({ ) - -export { IconHighlighterSize5RoundedFilled as default } diff --git a/src/IconHighlighterSize5Sharp.tsx b/src/IconHighlighterSize5Sharp.tsx index 0c8268df2..6fa8bbfc3 100644 --- a/src/IconHighlighterSize5Sharp.tsx +++ b/src/IconHighlighterSize5Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5Sharp: React.FC = ({ ...props }) => ( +export const IconHighlighterSize5Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize5Sharp as default } diff --git a/src/IconHighlighterSize5SharpFilled.tsx b/src/IconHighlighterSize5SharpFilled.tsx index 0b04deb62..21e23ddbd 100644 --- a/src/IconHighlighterSize5SharpFilled.tsx +++ b/src/IconHighlighterSize5SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHighlighterSize5SharpFilled: React.FC = ({ ...props }) => ( +export const IconHighlighterSize5SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHighlighterSize5SharpFilled as default } diff --git a/src/IconHikingOutlined.tsx b/src/IconHikingOutlined.tsx index da252b9b5..bd0918b75 100644 --- a/src/IconHikingOutlined.tsx +++ b/src/IconHikingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingOutlined: React.FC = ({ ...props }) => ( +export const IconHikingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingOutlined as default } diff --git a/src/IconHikingOutlinedFilled.tsx b/src/IconHikingOutlinedFilled.tsx index ed3b82c22..6e1882a7f 100644 --- a/src/IconHikingOutlinedFilled.tsx +++ b/src/IconHikingOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHikingOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingOutlinedFilled as default } diff --git a/src/IconHikingRounded.tsx b/src/IconHikingRounded.tsx index 171bca5c2..21c565eb4 100644 --- a/src/IconHikingRounded.tsx +++ b/src/IconHikingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingRounded: React.FC = ({ ...props }) => ( +export const IconHikingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingRounded as default } diff --git a/src/IconHikingRoundedFilled.tsx b/src/IconHikingRoundedFilled.tsx index c8f9f057e..88b1245ea 100644 --- a/src/IconHikingRoundedFilled.tsx +++ b/src/IconHikingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHikingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingRoundedFilled as default } diff --git a/src/IconHikingSharp.tsx b/src/IconHikingSharp.tsx index 0f1118186..db2c0354b 100644 --- a/src/IconHikingSharp.tsx +++ b/src/IconHikingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingSharp: React.FC = ({ ...props }) => ( +export const IconHikingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingSharp as default } diff --git a/src/IconHikingSharpFilled.tsx b/src/IconHikingSharpFilled.tsx index f42faa0d8..2218b9b5f 100644 --- a/src/IconHikingSharpFilled.tsx +++ b/src/IconHikingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHikingSharpFilled: React.FC = ({ ...props }) => ( +export const IconHikingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHikingSharpFilled as default } diff --git a/src/IconHistory2Outlined.tsx b/src/IconHistory2Outlined.tsx new file mode 100644 index 000000000..83ee111f1 --- /dev/null +++ b/src/IconHistory2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistory2OutlinedFilled.tsx b/src/IconHistory2OutlinedFilled.tsx new file mode 100644 index 000000000..f9c3eb48c --- /dev/null +++ b/src/IconHistory2OutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2OutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistory2Rounded.tsx b/src/IconHistory2Rounded.tsx new file mode 100644 index 000000000..400ee9e82 --- /dev/null +++ b/src/IconHistory2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistory2RoundedFilled.tsx b/src/IconHistory2RoundedFilled.tsx new file mode 100644 index 000000000..68e3e7126 --- /dev/null +++ b/src/IconHistory2RoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2RoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistory2Sharp.tsx b/src/IconHistory2Sharp.tsx new file mode 100644 index 000000000..38a4c0d22 --- /dev/null +++ b/src/IconHistory2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistory2SharpFilled.tsx b/src/IconHistory2SharpFilled.tsx new file mode 100644 index 000000000..d3e68079e --- /dev/null +++ b/src/IconHistory2SharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHistory2SharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHistoryEduOutlined.tsx b/src/IconHistoryEduOutlined.tsx index dcb9c68fc..9a153a42f 100644 --- a/src/IconHistoryEduOutlined.tsx +++ b/src/IconHistoryEduOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduOutlined: React.FC = ({ ...props }) => ( +export const IconHistoryEduOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryEduOutlined as default } diff --git a/src/IconHistoryEduOutlinedFilled.tsx b/src/IconHistoryEduOutlinedFilled.tsx index b3b6e05b2..bc01d9b44 100644 --- a/src/IconHistoryEduOutlinedFilled.tsx +++ b/src/IconHistoryEduOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryEduOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryEduOutlinedFilled as default } diff --git a/src/IconHistoryEduRounded.tsx b/src/IconHistoryEduRounded.tsx index 3db67268e..6e6af2acb 100644 --- a/src/IconHistoryEduRounded.tsx +++ b/src/IconHistoryEduRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduRounded: React.FC = ({ ...props }) => ( +export const IconHistoryEduRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryEduRounded as default } diff --git a/src/IconHistoryEduRoundedFilled.tsx b/src/IconHistoryEduRoundedFilled.tsx index 79726a8bb..6e7403463 100644 --- a/src/IconHistoryEduRoundedFilled.tsx +++ b/src/IconHistoryEduRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryEduRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryEduRoundedFilled as default } diff --git a/src/IconHistoryEduSharp.tsx b/src/IconHistoryEduSharp.tsx index 00e6440aa..4ee9afc8f 100644 --- a/src/IconHistoryEduSharp.tsx +++ b/src/IconHistoryEduSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduSharp: React.FC = ({ ...props }) => ( +export const IconHistoryEduSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryEduSharp as default } diff --git a/src/IconHistoryEduSharpFilled.tsx b/src/IconHistoryEduSharpFilled.tsx index 3c136bc23..3b17141e3 100644 --- a/src/IconHistoryEduSharpFilled.tsx +++ b/src/IconHistoryEduSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryEduSharpFilled: React.FC = ({ ...props }) => ( +export const IconHistoryEduSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryEduSharpFilled as default } diff --git a/src/IconHistoryOffOutlined.tsx b/src/IconHistoryOffOutlined.tsx index 2785f5f8c..1f868cf17 100644 --- a/src/IconHistoryOffOutlined.tsx +++ b/src/IconHistoryOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffOutlined: React.FC = ({ ...props }) => ( +export const IconHistoryOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryOffOutlined as default } diff --git a/src/IconHistoryOffOutlinedFilled.tsx b/src/IconHistoryOffOutlinedFilled.tsx index 327dd4f1b..ed5f72fff 100644 --- a/src/IconHistoryOffOutlinedFilled.tsx +++ b/src/IconHistoryOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryOffOutlinedFilled as default } diff --git a/src/IconHistoryOffRounded.tsx b/src/IconHistoryOffRounded.tsx index a14ca8572..9db3b7740 100644 --- a/src/IconHistoryOffRounded.tsx +++ b/src/IconHistoryOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffRounded: React.FC = ({ ...props }) => ( +export const IconHistoryOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryOffRounded as default } diff --git a/src/IconHistoryOffRoundedFilled.tsx b/src/IconHistoryOffRoundedFilled.tsx index 38759b9ae..0a988a64c 100644 --- a/src/IconHistoryOffRoundedFilled.tsx +++ b/src/IconHistoryOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryOffRoundedFilled as default } diff --git a/src/IconHistoryOffSharp.tsx b/src/IconHistoryOffSharp.tsx index f94bfc8f5..548509b00 100644 --- a/src/IconHistoryOffSharp.tsx +++ b/src/IconHistoryOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffSharp: React.FC = ({ ...props }) => ( +export const IconHistoryOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryOffSharp as default } diff --git a/src/IconHistoryOffSharpFilled.tsx b/src/IconHistoryOffSharpFilled.tsx index 80fc3c79d..ae8369bac 100644 --- a/src/IconHistoryOffSharpFilled.tsx +++ b/src/IconHistoryOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHistoryOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryOffSharpFilled as default } diff --git a/src/IconHistoryOutlined.tsx b/src/IconHistoryOutlined.tsx index 3c8d65de5..2111b1d8d 100644 --- a/src/IconHistoryOutlined.tsx +++ b/src/IconHistoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconHistoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryOutlined as default } diff --git a/src/IconHistoryOutlinedFilled.tsx b/src/IconHistoryOutlinedFilled.tsx index 8cc4d8405..c823579a1 100644 --- a/src/IconHistoryOutlinedFilled.tsx +++ b/src/IconHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryOutlinedFilled as default } diff --git a/src/IconHistoryRounded.tsx b/src/IconHistoryRounded.tsx index aeb7733ce..541cd27a8 100644 --- a/src/IconHistoryRounded.tsx +++ b/src/IconHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryRounded: React.FC = ({ ...props }) => ( +export const IconHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryRounded as default } diff --git a/src/IconHistoryRoundedFilled.tsx b/src/IconHistoryRoundedFilled.tsx index 7597bd28f..86b455f58 100644 --- a/src/IconHistoryRoundedFilled.tsx +++ b/src/IconHistoryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHistoryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistoryRoundedFilled as default } diff --git a/src/IconHistorySharp.tsx b/src/IconHistorySharp.tsx index bc2a0a96d..bc8381f22 100644 --- a/src/IconHistorySharp.tsx +++ b/src/IconHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistorySharp: React.FC = ({ ...props }) => ( +export const IconHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistorySharp as default } diff --git a/src/IconHistorySharpFilled.tsx b/src/IconHistorySharpFilled.tsx index 8f41c75bd..f2e41c793 100644 --- a/src/IconHistorySharpFilled.tsx +++ b/src/IconHistorySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconHistorySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHistorySharpFilled as default } diff --git a/src/IconHistoryToggleOffOutlined.tsx b/src/IconHistoryToggleOffOutlined.tsx index a285b4201..dfd227d16 100644 --- a/src/IconHistoryToggleOffOutlined.tsx +++ b/src/IconHistoryToggleOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffOutlined: React.FC = ({ ...props }) => ( +export const IconHistoryToggleOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryToggleOffOutlined as default } diff --git a/src/IconHistoryToggleOffOutlinedFilled.tsx b/src/IconHistoryToggleOffOutlinedFilled.tsx index 568bc3d40..274052935 100644 --- a/src/IconHistoryToggleOffOutlinedFilled.tsx +++ b/src/IconHistoryToggleOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffOutlinedFilled: React.FC = ({ +export const IconHistoryToggleOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHistoryToggleOffOutlinedFilled: React.FC = ({ ) - -export { IconHistoryToggleOffOutlinedFilled as default } diff --git a/src/IconHistoryToggleOffRounded.tsx b/src/IconHistoryToggleOffRounded.tsx index f3cff18ea..dbc397440 100644 --- a/src/IconHistoryToggleOffRounded.tsx +++ b/src/IconHistoryToggleOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffRounded: React.FC = ({ ...props }) => ( +export const IconHistoryToggleOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryToggleOffRounded as default } diff --git a/src/IconHistoryToggleOffRoundedFilled.tsx b/src/IconHistoryToggleOffRoundedFilled.tsx index a5182f249..28b4fdac9 100644 --- a/src/IconHistoryToggleOffRoundedFilled.tsx +++ b/src/IconHistoryToggleOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffRoundedFilled: React.FC = ({ +export const IconHistoryToggleOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHistoryToggleOffRoundedFilled: React.FC = ({ ) - -export { IconHistoryToggleOffRoundedFilled as default } diff --git a/src/IconHistoryToggleOffSharp.tsx b/src/IconHistoryToggleOffSharp.tsx index 31189ee6f..477abbbbf 100644 --- a/src/IconHistoryToggleOffSharp.tsx +++ b/src/IconHistoryToggleOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffSharp: React.FC = ({ ...props }) => ( +export const IconHistoryToggleOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryToggleOffSharp as default } diff --git a/src/IconHistoryToggleOffSharpFilled.tsx b/src/IconHistoryToggleOffSharpFilled.tsx index 2ed5edb88..e96febd78 100644 --- a/src/IconHistoryToggleOffSharpFilled.tsx +++ b/src/IconHistoryToggleOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHistoryToggleOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHistoryToggleOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHistoryToggleOffSharpFilled as default } diff --git a/src/IconHiveOutlined.tsx b/src/IconHiveOutlined.tsx index c5ad59951..d75b6cfa8 100644 --- a/src/IconHiveOutlined.tsx +++ b/src/IconHiveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveOutlined: React.FC = ({ ...props }) => ( +export const IconHiveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveOutlined as default } diff --git a/src/IconHiveOutlinedFilled.tsx b/src/IconHiveOutlinedFilled.tsx index a1c4daca4..5ba66512e 100644 --- a/src/IconHiveOutlinedFilled.tsx +++ b/src/IconHiveOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHiveOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveOutlinedFilled as default } diff --git a/src/IconHiveRounded.tsx b/src/IconHiveRounded.tsx index 63817c3e8..928504adf 100644 --- a/src/IconHiveRounded.tsx +++ b/src/IconHiveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveRounded: React.FC = ({ ...props }) => ( +export const IconHiveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveRounded as default } diff --git a/src/IconHiveRoundedFilled.tsx b/src/IconHiveRoundedFilled.tsx index 991e14d1c..9754887db 100644 --- a/src/IconHiveRoundedFilled.tsx +++ b/src/IconHiveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHiveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveRoundedFilled as default } diff --git a/src/IconHiveSharp.tsx b/src/IconHiveSharp.tsx index 2c1b96ca3..de0fde96f 100644 --- a/src/IconHiveSharp.tsx +++ b/src/IconHiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveSharp: React.FC = ({ ...props }) => ( +export const IconHiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveSharp as default } diff --git a/src/IconHiveSharpFilled.tsx b/src/IconHiveSharpFilled.tsx index 0f459b73b..7d0c0f062 100644 --- a/src/IconHiveSharpFilled.tsx +++ b/src/IconHiveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconHiveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHiveSharpFilled as default } diff --git a/src/IconHlsOffOutlined.tsx b/src/IconHlsOffOutlined.tsx index 873168f03..ff783f1a1 100644 --- a/src/IconHlsOffOutlined.tsx +++ b/src/IconHlsOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffOutlined: React.FC = ({ ...props }) => ( +export const IconHlsOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffOutlined as default } diff --git a/src/IconHlsOffOutlinedFilled.tsx b/src/IconHlsOffOutlinedFilled.tsx index ff52c307f..5a6de63e8 100644 --- a/src/IconHlsOffOutlinedFilled.tsx +++ b/src/IconHlsOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHlsOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffOutlinedFilled as default } diff --git a/src/IconHlsOffRounded.tsx b/src/IconHlsOffRounded.tsx index 8434c41e3..dc61b1160 100644 --- a/src/IconHlsOffRounded.tsx +++ b/src/IconHlsOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffRounded: React.FC = ({ ...props }) => ( +export const IconHlsOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffRounded as default } diff --git a/src/IconHlsOffRoundedFilled.tsx b/src/IconHlsOffRoundedFilled.tsx index dfc9c77fa..3335dd67e 100644 --- a/src/IconHlsOffRoundedFilled.tsx +++ b/src/IconHlsOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHlsOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffRoundedFilled as default } diff --git a/src/IconHlsOffSharp.tsx b/src/IconHlsOffSharp.tsx index c69e11672..a43ef46cb 100644 --- a/src/IconHlsOffSharp.tsx +++ b/src/IconHlsOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffSharp: React.FC = ({ ...props }) => ( +export const IconHlsOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffSharp as default } diff --git a/src/IconHlsOffSharpFilled.tsx b/src/IconHlsOffSharpFilled.tsx index 2b574734d..1e716cf26 100644 --- a/src/IconHlsOffSharpFilled.tsx +++ b/src/IconHlsOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconHlsOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOffSharpFilled as default } diff --git a/src/IconHlsOutlined.tsx b/src/IconHlsOutlined.tsx index 2066d1926..a45dffc7f 100644 --- a/src/IconHlsOutlined.tsx +++ b/src/IconHlsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOutlined: React.FC = ({ ...props }) => ( +export const IconHlsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOutlined as default } diff --git a/src/IconHlsOutlinedFilled.tsx b/src/IconHlsOutlinedFilled.tsx index c115d5fcf..f0188a821 100644 --- a/src/IconHlsOutlinedFilled.tsx +++ b/src/IconHlsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHlsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsOutlinedFilled as default } diff --git a/src/IconHlsRounded.tsx b/src/IconHlsRounded.tsx index 721ce5573..90f8381e4 100644 --- a/src/IconHlsRounded.tsx +++ b/src/IconHlsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsRounded: React.FC = ({ ...props }) => ( +export const IconHlsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsRounded as default } diff --git a/src/IconHlsRoundedFilled.tsx b/src/IconHlsRoundedFilled.tsx index 85949c027..8be77c1c4 100644 --- a/src/IconHlsRoundedFilled.tsx +++ b/src/IconHlsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHlsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsRoundedFilled as default } diff --git a/src/IconHlsSharp.tsx b/src/IconHlsSharp.tsx index e3887d28b..415229050 100644 --- a/src/IconHlsSharp.tsx +++ b/src/IconHlsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsSharp: React.FC = ({ ...props }) => ( +export const IconHlsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsSharp as default } diff --git a/src/IconHlsSharpFilled.tsx b/src/IconHlsSharpFilled.tsx index 1825bc567..d0c36dc5c 100644 --- a/src/IconHlsSharpFilled.tsx +++ b/src/IconHlsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHlsSharpFilled: React.FC = ({ ...props }) => ( +export const IconHlsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHlsSharpFilled as default } diff --git a/src/IconHolidayVillageOutlined.tsx b/src/IconHolidayVillageOutlined.tsx index 6fa12ae47..7b481748a 100644 --- a/src/IconHolidayVillageOutlined.tsx +++ b/src/IconHolidayVillageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageOutlined: React.FC = ({ ...props }) => ( +export const IconHolidayVillageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHolidayVillageOutlined as default } diff --git a/src/IconHolidayVillageOutlinedFilled.tsx b/src/IconHolidayVillageOutlinedFilled.tsx index e6d062b62..4d96b0c49 100644 --- a/src/IconHolidayVillageOutlinedFilled.tsx +++ b/src/IconHolidayVillageOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageOutlinedFilled: React.FC = ({ +export const IconHolidayVillageOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHolidayVillageOutlinedFilled: React.FC = ({ ) - -export { IconHolidayVillageOutlinedFilled as default } diff --git a/src/IconHolidayVillageRounded.tsx b/src/IconHolidayVillageRounded.tsx index fe8913574..ada2ce6ed 100644 --- a/src/IconHolidayVillageRounded.tsx +++ b/src/IconHolidayVillageRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageRounded: React.FC = ({ ...props }) => ( +export const IconHolidayVillageRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHolidayVillageRounded as default } diff --git a/src/IconHolidayVillageRoundedFilled.tsx b/src/IconHolidayVillageRoundedFilled.tsx index 11056d1e5..ceab785a9 100644 --- a/src/IconHolidayVillageRoundedFilled.tsx +++ b/src/IconHolidayVillageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHolidayVillageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHolidayVillageRoundedFilled as default } diff --git a/src/IconHolidayVillageSharp.tsx b/src/IconHolidayVillageSharp.tsx index 5964a0822..e96dd3b5a 100644 --- a/src/IconHolidayVillageSharp.tsx +++ b/src/IconHolidayVillageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageSharp: React.FC = ({ ...props }) => ( +export const IconHolidayVillageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHolidayVillageSharp as default } diff --git a/src/IconHolidayVillageSharpFilled.tsx b/src/IconHolidayVillageSharpFilled.tsx index 6cf567b21..56b165dbb 100644 --- a/src/IconHolidayVillageSharpFilled.tsx +++ b/src/IconHolidayVillageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHolidayVillageSharpFilled: React.FC = ({ ...props }) => ( +export const IconHolidayVillageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHolidayVillageSharpFilled as default } diff --git a/src/IconHomeAndGardenOutlined.tsx b/src/IconHomeAndGardenOutlined.tsx index 9c57a8678..4ac4b7ca8 100644 --- a/src/IconHomeAndGardenOutlined.tsx +++ b/src/IconHomeAndGardenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenOutlined: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenOutlined as default } diff --git a/src/IconHomeAndGardenOutlinedFilled.tsx b/src/IconHomeAndGardenOutlinedFilled.tsx index b2bc8edb7..06c5af2f5 100644 --- a/src/IconHomeAndGardenOutlinedFilled.tsx +++ b/src/IconHomeAndGardenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenOutlinedFilled as default } diff --git a/src/IconHomeAndGardenRounded.tsx b/src/IconHomeAndGardenRounded.tsx index 031c63177..5fe57bbe4 100644 --- a/src/IconHomeAndGardenRounded.tsx +++ b/src/IconHomeAndGardenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenRounded: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenRounded as default } diff --git a/src/IconHomeAndGardenRoundedFilled.tsx b/src/IconHomeAndGardenRoundedFilled.tsx index 74d00a1a3..0d1eace94 100644 --- a/src/IconHomeAndGardenRoundedFilled.tsx +++ b/src/IconHomeAndGardenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenRoundedFilled as default } diff --git a/src/IconHomeAndGardenSharp.tsx b/src/IconHomeAndGardenSharp.tsx index 478d08289..3e4475095 100644 --- a/src/IconHomeAndGardenSharp.tsx +++ b/src/IconHomeAndGardenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenSharp: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenSharp as default } diff --git a/src/IconHomeAndGardenSharpFilled.tsx b/src/IconHomeAndGardenSharpFilled.tsx index 8062e384c..58b709159 100644 --- a/src/IconHomeAndGardenSharpFilled.tsx +++ b/src/IconHomeAndGardenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAndGardenSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeAndGardenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAndGardenSharpFilled as default } diff --git a/src/IconHomeAppLogoOutlined.tsx b/src/IconHomeAppLogoOutlined.tsx index 37bd69a7d..ede95e703 100644 --- a/src/IconHomeAppLogoOutlined.tsx +++ b/src/IconHomeAppLogoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoOutlined: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoOutlined as default } diff --git a/src/IconHomeAppLogoOutlinedFilled.tsx b/src/IconHomeAppLogoOutlinedFilled.tsx index 0138bdf4a..251f71930 100644 --- a/src/IconHomeAppLogoOutlinedFilled.tsx +++ b/src/IconHomeAppLogoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoOutlinedFilled as default } diff --git a/src/IconHomeAppLogoRounded.tsx b/src/IconHomeAppLogoRounded.tsx index 1df37ac54..1400b6436 100644 --- a/src/IconHomeAppLogoRounded.tsx +++ b/src/IconHomeAppLogoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoRounded: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoRounded as default } diff --git a/src/IconHomeAppLogoRoundedFilled.tsx b/src/IconHomeAppLogoRoundedFilled.tsx index 6b97453e2..bfd55fb59 100644 --- a/src/IconHomeAppLogoRoundedFilled.tsx +++ b/src/IconHomeAppLogoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoRoundedFilled as default } diff --git a/src/IconHomeAppLogoSharp.tsx b/src/IconHomeAppLogoSharp.tsx index 3fc0b3ee8..499fc967b 100644 --- a/src/IconHomeAppLogoSharp.tsx +++ b/src/IconHomeAppLogoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoSharp: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoSharp as default } diff --git a/src/IconHomeAppLogoSharpFilled.tsx b/src/IconHomeAppLogoSharpFilled.tsx index 3b7fbceaa..18b55b1d5 100644 --- a/src/IconHomeAppLogoSharpFilled.tsx +++ b/src/IconHomeAppLogoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeAppLogoSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeAppLogoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeAppLogoSharpFilled as default } diff --git a/src/IconHomeHealthOutlined.tsx b/src/IconHomeHealthOutlined.tsx index f1ac2509c..146053835 100644 --- a/src/IconHomeHealthOutlined.tsx +++ b/src/IconHomeHealthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthOutlined: React.FC = ({ ...props }) => ( +export const IconHomeHealthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeHealthOutlined as default } diff --git a/src/IconHomeHealthOutlinedFilled.tsx b/src/IconHomeHealthOutlinedFilled.tsx index 1b8c9e860..0fdedc619 100644 --- a/src/IconHomeHealthOutlinedFilled.tsx +++ b/src/IconHomeHealthOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeHealthOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeHealthOutlinedFilled as default } diff --git a/src/IconHomeHealthRounded.tsx b/src/IconHomeHealthRounded.tsx index 760fea34c..539df7d59 100644 --- a/src/IconHomeHealthRounded.tsx +++ b/src/IconHomeHealthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthRounded: React.FC = ({ ...props }) => ( +export const IconHomeHealthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeHealthRounded as default } diff --git a/src/IconHomeHealthRoundedFilled.tsx b/src/IconHomeHealthRoundedFilled.tsx index fb0647a89..970d46c65 100644 --- a/src/IconHomeHealthRoundedFilled.tsx +++ b/src/IconHomeHealthRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeHealthRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeHealthRoundedFilled as default } diff --git a/src/IconHomeHealthSharp.tsx b/src/IconHomeHealthSharp.tsx index 8e5eebe99..84df3efde 100644 --- a/src/IconHomeHealthSharp.tsx +++ b/src/IconHomeHealthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthSharp: React.FC = ({ ...props }) => ( +export const IconHomeHealthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeHealthSharp as default } diff --git a/src/IconHomeHealthSharpFilled.tsx b/src/IconHomeHealthSharpFilled.tsx index 40fec8eef..2cd3c4cbd 100644 --- a/src/IconHomeHealthSharpFilled.tsx +++ b/src/IconHomeHealthSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeHealthSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeHealthSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeHealthSharpFilled as default } diff --git a/src/IconHomeImprovementAndToolsOutlined.tsx b/src/IconHomeImprovementAndToolsOutlined.tsx index 4a6cb1d39..bae932afd 100644 --- a/src/IconHomeImprovementAndToolsOutlined.tsx +++ b/src/IconHomeImprovementAndToolsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsOutlined: React.FC = ({ +export const IconHomeImprovementAndToolsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsOutlined: React.FC = ({ ) - -export { IconHomeImprovementAndToolsOutlined as default } diff --git a/src/IconHomeImprovementAndToolsOutlinedFilled.tsx b/src/IconHomeImprovementAndToolsOutlinedFilled.tsx index fbcc7cb71..756694a8d 100644 --- a/src/IconHomeImprovementAndToolsOutlinedFilled.tsx +++ b/src/IconHomeImprovementAndToolsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsOutlinedFilled: React.FC = ({ +export const IconHomeImprovementAndToolsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsOutlinedFilled: React.FC = ({ ) - -export { IconHomeImprovementAndToolsOutlinedFilled as default } diff --git a/src/IconHomeImprovementAndToolsRounded.tsx b/src/IconHomeImprovementAndToolsRounded.tsx index 7380d7b01..83c7864f5 100644 --- a/src/IconHomeImprovementAndToolsRounded.tsx +++ b/src/IconHomeImprovementAndToolsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsRounded: React.FC = ({ +export const IconHomeImprovementAndToolsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsRounded: React.FC = ({ ) - -export { IconHomeImprovementAndToolsRounded as default } diff --git a/src/IconHomeImprovementAndToolsRoundedFilled.tsx b/src/IconHomeImprovementAndToolsRoundedFilled.tsx index f395f0cd2..8931b8ca3 100644 --- a/src/IconHomeImprovementAndToolsRoundedFilled.tsx +++ b/src/IconHomeImprovementAndToolsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsRoundedFilled: React.FC = ({ +export const IconHomeImprovementAndToolsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsRoundedFilled: React.FC = ({ ) - -export { IconHomeImprovementAndToolsRoundedFilled as default } diff --git a/src/IconHomeImprovementAndToolsSharp.tsx b/src/IconHomeImprovementAndToolsSharp.tsx index 61f6c9ce4..1682d016c 100644 --- a/src/IconHomeImprovementAndToolsSharp.tsx +++ b/src/IconHomeImprovementAndToolsSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsSharp: React.FC = ({ +export const IconHomeImprovementAndToolsSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsSharp: React.FC = ({ ) - -export { IconHomeImprovementAndToolsSharp as default } diff --git a/src/IconHomeImprovementAndToolsSharpFilled.tsx b/src/IconHomeImprovementAndToolsSharpFilled.tsx index 7955eb68d..185de7145 100644 --- a/src/IconHomeImprovementAndToolsSharpFilled.tsx +++ b/src/IconHomeImprovementAndToolsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeImprovementAndToolsSharpFilled: React.FC = ({ +export const IconHomeImprovementAndToolsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeImprovementAndToolsSharpFilled: React.FC = ({ ) - -export { IconHomeImprovementAndToolsSharpFilled as default } diff --git a/src/IconHomeIotDeviceOutlined.tsx b/src/IconHomeIotDeviceOutlined.tsx index 031370712..f8e68b8e4 100644 --- a/src/IconHomeIotDeviceOutlined.tsx +++ b/src/IconHomeIotDeviceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceOutlined as default } diff --git a/src/IconHomeIotDeviceOutlinedFilled.tsx b/src/IconHomeIotDeviceOutlinedFilled.tsx index 3e6839671..8f6afafb5 100644 --- a/src/IconHomeIotDeviceOutlinedFilled.tsx +++ b/src/IconHomeIotDeviceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceOutlinedFilled as default } diff --git a/src/IconHomeIotDeviceRounded.tsx b/src/IconHomeIotDeviceRounded.tsx index 430899689..23b264583 100644 --- a/src/IconHomeIotDeviceRounded.tsx +++ b/src/IconHomeIotDeviceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceRounded: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceRounded as default } diff --git a/src/IconHomeIotDeviceRoundedFilled.tsx b/src/IconHomeIotDeviceRoundedFilled.tsx index 48368f72e..0b67f9d6d 100644 --- a/src/IconHomeIotDeviceRoundedFilled.tsx +++ b/src/IconHomeIotDeviceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceRoundedFilled as default } diff --git a/src/IconHomeIotDeviceSharp.tsx b/src/IconHomeIotDeviceSharp.tsx index 0b25deff5..6c65fdcd8 100644 --- a/src/IconHomeIotDeviceSharp.tsx +++ b/src/IconHomeIotDeviceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceSharp: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceSharp as default } diff --git a/src/IconHomeIotDeviceSharpFilled.tsx b/src/IconHomeIotDeviceSharpFilled.tsx index 12c4a4699..decf4d806 100644 --- a/src/IconHomeIotDeviceSharpFilled.tsx +++ b/src/IconHomeIotDeviceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeIotDeviceSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeIotDeviceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeIotDeviceSharpFilled as default } diff --git a/src/IconHomeMaxDotsOutlined.tsx b/src/IconHomeMaxDotsOutlined.tsx index 518d5b345..adfe28ee7 100644 --- a/src/IconHomeMaxDotsOutlined.tsx +++ b/src/IconHomeMaxDotsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsOutlined: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsOutlined as default } diff --git a/src/IconHomeMaxDotsOutlinedFilled.tsx b/src/IconHomeMaxDotsOutlinedFilled.tsx index d122c4e89..d7f9ee9c6 100644 --- a/src/IconHomeMaxDotsOutlinedFilled.tsx +++ b/src/IconHomeMaxDotsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsOutlinedFilled as default } diff --git a/src/IconHomeMaxDotsRounded.tsx b/src/IconHomeMaxDotsRounded.tsx index ff62d3979..6ab972146 100644 --- a/src/IconHomeMaxDotsRounded.tsx +++ b/src/IconHomeMaxDotsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsRounded: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsRounded as default } diff --git a/src/IconHomeMaxDotsRoundedFilled.tsx b/src/IconHomeMaxDotsRoundedFilled.tsx index 797653414..2a5070b4f 100644 --- a/src/IconHomeMaxDotsRoundedFilled.tsx +++ b/src/IconHomeMaxDotsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsRoundedFilled as default } diff --git a/src/IconHomeMaxDotsSharp.tsx b/src/IconHomeMaxDotsSharp.tsx index cac0cd4ee..f037eef92 100644 --- a/src/IconHomeMaxDotsSharp.tsx +++ b/src/IconHomeMaxDotsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsSharp: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsSharp as default } diff --git a/src/IconHomeMaxDotsSharpFilled.tsx b/src/IconHomeMaxDotsSharpFilled.tsx index e8092b81d..261ba6731 100644 --- a/src/IconHomeMaxDotsSharpFilled.tsx +++ b/src/IconHomeMaxDotsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxDotsSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxDotsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMaxDotsSharpFilled as default } diff --git a/src/IconHomeMaxOutlined.tsx b/src/IconHomeMaxOutlined.tsx index bd0fe0961..34d0f236a 100644 --- a/src/IconHomeMaxOutlined.tsx +++ b/src/IconHomeMaxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxOutlined: React.FC = ({ ...props }) => ( +export const IconHomeMaxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxOutlined as default } diff --git a/src/IconHomeMaxOutlinedFilled.tsx b/src/IconHomeMaxOutlinedFilled.tsx index 848565597..ffd328e67 100644 --- a/src/IconHomeMaxOutlinedFilled.tsx +++ b/src/IconHomeMaxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMaxOutlinedFilled as default } diff --git a/src/IconHomeMaxRounded.tsx b/src/IconHomeMaxRounded.tsx index 0e9da0d51..211c34e4f 100644 --- a/src/IconHomeMaxRounded.tsx +++ b/src/IconHomeMaxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxRounded: React.FC = ({ ...props }) => ( +export const IconHomeMaxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxRounded as default } diff --git a/src/IconHomeMaxRoundedFilled.tsx b/src/IconHomeMaxRoundedFilled.tsx index 4160edb99..42fe731b0 100644 --- a/src/IconHomeMaxRoundedFilled.tsx +++ b/src/IconHomeMaxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxRoundedFilled as default } diff --git a/src/IconHomeMaxSharp.tsx b/src/IconHomeMaxSharp.tsx index f5a3ccd1a..61c1e6597 100644 --- a/src/IconHomeMaxSharp.tsx +++ b/src/IconHomeMaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxSharp: React.FC = ({ ...props }) => ( +export const IconHomeMaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxSharp as default } diff --git a/src/IconHomeMaxSharpFilled.tsx b/src/IconHomeMaxSharpFilled.tsx index ddc4c3ea3..4090eef26 100644 --- a/src/IconHomeMaxSharpFilled.tsx +++ b/src/IconHomeMaxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeMaxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMaxSharpFilled as default } diff --git a/src/IconHomeMiniOutlined.tsx b/src/IconHomeMiniOutlined.tsx index d39ef4504..d50d8fc87 100644 --- a/src/IconHomeMiniOutlined.tsx +++ b/src/IconHomeMiniOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniOutlined: React.FC = ({ ...props }) => ( +export const IconHomeMiniOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMiniOutlined as default } diff --git a/src/IconHomeMiniOutlinedFilled.tsx b/src/IconHomeMiniOutlinedFilled.tsx index 72681092d..4006b0e56 100644 --- a/src/IconHomeMiniOutlinedFilled.tsx +++ b/src/IconHomeMiniOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMiniOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMiniOutlinedFilled as default } diff --git a/src/IconHomeMiniRounded.tsx b/src/IconHomeMiniRounded.tsx index 20376ecdb..f38c0f174 100644 --- a/src/IconHomeMiniRounded.tsx +++ b/src/IconHomeMiniRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniRounded: React.FC = ({ ...props }) => ( +export const IconHomeMiniRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMiniRounded as default } diff --git a/src/IconHomeMiniRoundedFilled.tsx b/src/IconHomeMiniRoundedFilled.tsx index a2ac5ce26..6e24f5af7 100644 --- a/src/IconHomeMiniRoundedFilled.tsx +++ b/src/IconHomeMiniRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeMiniRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeMiniRoundedFilled as default } diff --git a/src/IconHomeMiniSharp.tsx b/src/IconHomeMiniSharp.tsx index b4ed2f28d..ffe10a7bf 100644 --- a/src/IconHomeMiniSharp.tsx +++ b/src/IconHomeMiniSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniSharp: React.FC = ({ ...props }) => ( +export const IconHomeMiniSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMiniSharp as default } diff --git a/src/IconHomeMiniSharpFilled.tsx b/src/IconHomeMiniSharpFilled.tsx index e83ef52d8..adf076333 100644 --- a/src/IconHomeMiniSharpFilled.tsx +++ b/src/IconHomeMiniSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeMiniSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeMiniSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeMiniSharpFilled as default } diff --git a/src/IconHomeOutlined.tsx b/src/IconHomeOutlined.tsx index eb1871b86..4c1d944ca 100644 --- a/src/IconHomeOutlined.tsx +++ b/src/IconHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeOutlined: React.FC = ({ ...props }) => ( +export const IconHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeOutlined as default } diff --git a/src/IconHomeOutlinedFilled.tsx b/src/IconHomeOutlinedFilled.tsx index 9b31e90df..c7b5ea9ca 100644 --- a/src/IconHomeOutlinedFilled.tsx +++ b/src/IconHomeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeOutlinedFilled as default } diff --git a/src/IconHomePinOutlined.tsx b/src/IconHomePinOutlined.tsx index 82e4be613..ed13ce107 100644 --- a/src/IconHomePinOutlined.tsx +++ b/src/IconHomePinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinOutlined: React.FC = ({ ...props }) => ( +export const IconHomePinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomePinOutlined as default } diff --git a/src/IconHomePinOutlinedFilled.tsx b/src/IconHomePinOutlinedFilled.tsx index caa800a07..13e3acc02 100644 --- a/src/IconHomePinOutlinedFilled.tsx +++ b/src/IconHomePinOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomePinOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomePinOutlinedFilled as default } diff --git a/src/IconHomePinRounded.tsx b/src/IconHomePinRounded.tsx index 1d9c88332..90ea94eac 100644 --- a/src/IconHomePinRounded.tsx +++ b/src/IconHomePinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinRounded: React.FC = ({ ...props }) => ( +export const IconHomePinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomePinRounded as default } diff --git a/src/IconHomePinRoundedFilled.tsx b/src/IconHomePinRoundedFilled.tsx index 396c3e4cb..4c7c0c976 100644 --- a/src/IconHomePinRoundedFilled.tsx +++ b/src/IconHomePinRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomePinRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomePinRoundedFilled as default } diff --git a/src/IconHomePinSharp.tsx b/src/IconHomePinSharp.tsx index 4aeda6d14..50d43d436 100644 --- a/src/IconHomePinSharp.tsx +++ b/src/IconHomePinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinSharp: React.FC = ({ ...props }) => ( +export const IconHomePinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomePinSharp as default } diff --git a/src/IconHomePinSharpFilled.tsx b/src/IconHomePinSharpFilled.tsx index 1ccbfb502..8ad582222 100644 --- a/src/IconHomePinSharpFilled.tsx +++ b/src/IconHomePinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomePinSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomePinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomePinSharpFilled as default } diff --git a/src/IconHomeRepairServiceOutlined.tsx b/src/IconHomeRepairServiceOutlined.tsx index e43213a8e..2fb22e35a 100644 --- a/src/IconHomeRepairServiceOutlined.tsx +++ b/src/IconHomeRepairServiceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceOutlined: React.FC = ({ ...props }) => ( +export const IconHomeRepairServiceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeRepairServiceOutlined as default } diff --git a/src/IconHomeRepairServiceOutlinedFilled.tsx b/src/IconHomeRepairServiceOutlinedFilled.tsx index 72a74a2af..65be00eeb 100644 --- a/src/IconHomeRepairServiceOutlinedFilled.tsx +++ b/src/IconHomeRepairServiceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceOutlinedFilled: React.FC = ({ +export const IconHomeRepairServiceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeRepairServiceOutlinedFilled: React.FC = ({ ) - -export { IconHomeRepairServiceOutlinedFilled as default } diff --git a/src/IconHomeRepairServiceRounded.tsx b/src/IconHomeRepairServiceRounded.tsx index 65e51a55f..51be026fd 100644 --- a/src/IconHomeRepairServiceRounded.tsx +++ b/src/IconHomeRepairServiceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceRounded: React.FC = ({ ...props }) => ( +export const IconHomeRepairServiceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeRepairServiceRounded as default } diff --git a/src/IconHomeRepairServiceRoundedFilled.tsx b/src/IconHomeRepairServiceRoundedFilled.tsx index d0747fbb1..0b83c33b8 100644 --- a/src/IconHomeRepairServiceRoundedFilled.tsx +++ b/src/IconHomeRepairServiceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceRoundedFilled: React.FC = ({ +export const IconHomeRepairServiceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeRepairServiceRoundedFilled: React.FC = ({ ) - -export { IconHomeRepairServiceRoundedFilled as default } diff --git a/src/IconHomeRepairServiceSharp.tsx b/src/IconHomeRepairServiceSharp.tsx index 836b79a84..ca258788c 100644 --- a/src/IconHomeRepairServiceSharp.tsx +++ b/src/IconHomeRepairServiceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceSharp: React.FC = ({ ...props }) => ( +export const IconHomeRepairServiceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeRepairServiceSharp as default } diff --git a/src/IconHomeRepairServiceSharpFilled.tsx b/src/IconHomeRepairServiceSharpFilled.tsx index 57ca0bfd4..919413e7a 100644 --- a/src/IconHomeRepairServiceSharpFilled.tsx +++ b/src/IconHomeRepairServiceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRepairServiceSharpFilled: React.FC = ({ +export const IconHomeRepairServiceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHomeRepairServiceSharpFilled: React.FC = ({ ) - -export { IconHomeRepairServiceSharpFilled as default } diff --git a/src/IconHomeRounded.tsx b/src/IconHomeRounded.tsx index b724d408d..4100495f7 100644 --- a/src/IconHomeRounded.tsx +++ b/src/IconHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRounded: React.FC = ({ ...props }) => ( +export const IconHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeRounded as default } diff --git a/src/IconHomeRoundedFilled.tsx b/src/IconHomeRoundedFilled.tsx index 17e9bef01..3a0dd7f66 100644 --- a/src/IconHomeRoundedFilled.tsx +++ b/src/IconHomeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeRoundedFilled as default } diff --git a/src/IconHomeSharp.tsx b/src/IconHomeSharp.tsx index 200db7ef2..6a7419b7c 100644 --- a/src/IconHomeSharp.tsx +++ b/src/IconHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSharp: React.FC = ({ ...props }) => ( +export const IconHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeSharp as default } diff --git a/src/IconHomeSharpFilled.tsx b/src/IconHomeSharpFilled.tsx index 03b3b2831..765ef9f6e 100644 --- a/src/IconHomeSharpFilled.tsx +++ b/src/IconHomeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeSharpFilled as default } diff --git a/src/IconHomeSpeakerOutlined.tsx b/src/IconHomeSpeakerOutlined.tsx index e54d1091b..63307f64c 100644 --- a/src/IconHomeSpeakerOutlined.tsx +++ b/src/IconHomeSpeakerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerOutlined: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerOutlined as default } diff --git a/src/IconHomeSpeakerOutlinedFilled.tsx b/src/IconHomeSpeakerOutlinedFilled.tsx index b6c5603f9..05bfeb514 100644 --- a/src/IconHomeSpeakerOutlinedFilled.tsx +++ b/src/IconHomeSpeakerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerOutlinedFilled as default } diff --git a/src/IconHomeSpeakerRounded.tsx b/src/IconHomeSpeakerRounded.tsx index d452e7151..e2a97519a 100644 --- a/src/IconHomeSpeakerRounded.tsx +++ b/src/IconHomeSpeakerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerRounded: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerRounded as default } diff --git a/src/IconHomeSpeakerRoundedFilled.tsx b/src/IconHomeSpeakerRoundedFilled.tsx index 71044f25e..c51f8f2ab 100644 --- a/src/IconHomeSpeakerRoundedFilled.tsx +++ b/src/IconHomeSpeakerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerRoundedFilled as default } diff --git a/src/IconHomeSpeakerSharp.tsx b/src/IconHomeSpeakerSharp.tsx index cfa6aeeb0..180c47bf8 100644 --- a/src/IconHomeSpeakerSharp.tsx +++ b/src/IconHomeSpeakerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerSharp: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerSharp as default } diff --git a/src/IconHomeSpeakerSharpFilled.tsx b/src/IconHomeSpeakerSharpFilled.tsx index 8f733e6be..c4613f659 100644 --- a/src/IconHomeSpeakerSharpFilled.tsx +++ b/src/IconHomeSpeakerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeSpeakerSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeSpeakerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeSpeakerSharpFilled as default } diff --git a/src/IconHomeStorageOutlined.tsx b/src/IconHomeStorageOutlined.tsx index 7717b9eb1..e779ca7e2 100644 --- a/src/IconHomeStorageOutlined.tsx +++ b/src/IconHomeStorageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageOutlined: React.FC = ({ ...props }) => ( +export const IconHomeStorageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeStorageOutlined as default } diff --git a/src/IconHomeStorageOutlinedFilled.tsx b/src/IconHomeStorageOutlinedFilled.tsx index 6c110de84..bf1fc9811 100644 --- a/src/IconHomeStorageOutlinedFilled.tsx +++ b/src/IconHomeStorageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeStorageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeStorageOutlinedFilled as default } diff --git a/src/IconHomeStorageRounded.tsx b/src/IconHomeStorageRounded.tsx index 7f34ab89d..8d6eb7bbe 100644 --- a/src/IconHomeStorageRounded.tsx +++ b/src/IconHomeStorageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageRounded: React.FC = ({ ...props }) => ( +export const IconHomeStorageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeStorageRounded as default } diff --git a/src/IconHomeStorageRoundedFilled.tsx b/src/IconHomeStorageRoundedFilled.tsx index 46ae3327e..9bee1e0e0 100644 --- a/src/IconHomeStorageRoundedFilled.tsx +++ b/src/IconHomeStorageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeStorageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeStorageRoundedFilled as default } diff --git a/src/IconHomeStorageSharp.tsx b/src/IconHomeStorageSharp.tsx index 65fdc7016..e384d7583 100644 --- a/src/IconHomeStorageSharp.tsx +++ b/src/IconHomeStorageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageSharp: React.FC = ({ ...props }) => ( +export const IconHomeStorageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeStorageSharp as default } diff --git a/src/IconHomeStorageSharpFilled.tsx b/src/IconHomeStorageSharpFilled.tsx index 1eb6ae77d..6ac41c14f 100644 --- a/src/IconHomeStorageSharpFilled.tsx +++ b/src/IconHomeStorageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeStorageSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeStorageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeStorageSharpFilled as default } diff --git a/src/IconHomeWorkOutlined.tsx b/src/IconHomeWorkOutlined.tsx index 0cae417e5..50b347f33 100644 --- a/src/IconHomeWorkOutlined.tsx +++ b/src/IconHomeWorkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkOutlined: React.FC = ({ ...props }) => ( +export const IconHomeWorkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeWorkOutlined as default } diff --git a/src/IconHomeWorkOutlinedFilled.tsx b/src/IconHomeWorkOutlinedFilled.tsx index 9a73f7625..05fd49a2a 100644 --- a/src/IconHomeWorkOutlinedFilled.tsx +++ b/src/IconHomeWorkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHomeWorkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeWorkOutlinedFilled as default } diff --git a/src/IconHomeWorkRounded.tsx b/src/IconHomeWorkRounded.tsx index d92009a1d..f61651044 100644 --- a/src/IconHomeWorkRounded.tsx +++ b/src/IconHomeWorkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkRounded: React.FC = ({ ...props }) => ( +export const IconHomeWorkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeWorkRounded as default } diff --git a/src/IconHomeWorkRoundedFilled.tsx b/src/IconHomeWorkRoundedFilled.tsx index c8cf4f734..bcb147f35 100644 --- a/src/IconHomeWorkRoundedFilled.tsx +++ b/src/IconHomeWorkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHomeWorkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHomeWorkRoundedFilled as default } diff --git a/src/IconHomeWorkSharp.tsx b/src/IconHomeWorkSharp.tsx index 58dd22a2e..962590a3e 100644 --- a/src/IconHomeWorkSharp.tsx +++ b/src/IconHomeWorkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkSharp: React.FC = ({ ...props }) => ( +export const IconHomeWorkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeWorkSharp as default } diff --git a/src/IconHomeWorkSharpFilled.tsx b/src/IconHomeWorkSharpFilled.tsx index 368cefb42..0b0a479d7 100644 --- a/src/IconHomeWorkSharpFilled.tsx +++ b/src/IconHomeWorkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHomeWorkSharpFilled: React.FC = ({ ...props }) => ( +export const IconHomeWorkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHomeWorkSharpFilled as default } diff --git a/src/IconHorizontalDistributeOutlined.tsx b/src/IconHorizontalDistributeOutlined.tsx index b61a412d8..f87514d04 100644 --- a/src/IconHorizontalDistributeOutlined.tsx +++ b/src/IconHorizontalDistributeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeOutlined: React.FC = ({ +export const IconHorizontalDistributeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalDistributeOutlined: React.FC = ({ ) - -export { IconHorizontalDistributeOutlined as default } diff --git a/src/IconHorizontalDistributeOutlinedFilled.tsx b/src/IconHorizontalDistributeOutlinedFilled.tsx index 25baef8f4..4d0860d22 100644 --- a/src/IconHorizontalDistributeOutlinedFilled.tsx +++ b/src/IconHorizontalDistributeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeOutlinedFilled: React.FC = ({ +export const IconHorizontalDistributeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalDistributeOutlinedFilled: React.FC = ({ ) - -export { IconHorizontalDistributeOutlinedFilled as default } diff --git a/src/IconHorizontalDistributeRounded.tsx b/src/IconHorizontalDistributeRounded.tsx index 60d94d800..f2ff2e52a 100644 --- a/src/IconHorizontalDistributeRounded.tsx +++ b/src/IconHorizontalDistributeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeRounded: React.FC = ({ ...props }) => ( +export const IconHorizontalDistributeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalDistributeRounded as default } diff --git a/src/IconHorizontalDistributeRoundedFilled.tsx b/src/IconHorizontalDistributeRoundedFilled.tsx index 9eba278d0..e3325fd56 100644 --- a/src/IconHorizontalDistributeRoundedFilled.tsx +++ b/src/IconHorizontalDistributeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeRoundedFilled: React.FC = ({ +export const IconHorizontalDistributeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalDistributeRoundedFilled: React.FC = ({ ) - -export { IconHorizontalDistributeRoundedFilled as default } diff --git a/src/IconHorizontalDistributeSharp.tsx b/src/IconHorizontalDistributeSharp.tsx index 1e64d7548..f630b9888 100644 --- a/src/IconHorizontalDistributeSharp.tsx +++ b/src/IconHorizontalDistributeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeSharp: React.FC = ({ ...props }) => ( +export const IconHorizontalDistributeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalDistributeSharp as default } diff --git a/src/IconHorizontalDistributeSharpFilled.tsx b/src/IconHorizontalDistributeSharpFilled.tsx index 965eef550..433784845 100644 --- a/src/IconHorizontalDistributeSharpFilled.tsx +++ b/src/IconHorizontalDistributeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalDistributeSharpFilled: React.FC = ({ +export const IconHorizontalDistributeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalDistributeSharpFilled: React.FC = ({ ) - -export { IconHorizontalDistributeSharpFilled as default } diff --git a/src/IconHorizontalRuleOutlined.tsx b/src/IconHorizontalRuleOutlined.tsx index 9a68353f0..feda92241 100644 --- a/src/IconHorizontalRuleOutlined.tsx +++ b/src/IconHorizontalRuleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleOutlined: React.FC = ({ ...props }) => ( +export const IconHorizontalRuleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalRuleOutlined as default } diff --git a/src/IconHorizontalRuleOutlinedFilled.tsx b/src/IconHorizontalRuleOutlinedFilled.tsx index 106296134..c39f8087c 100644 --- a/src/IconHorizontalRuleOutlinedFilled.tsx +++ b/src/IconHorizontalRuleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleOutlinedFilled: React.FC = ({ +export const IconHorizontalRuleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalRuleOutlinedFilled: React.FC = ({ ) - -export { IconHorizontalRuleOutlinedFilled as default } diff --git a/src/IconHorizontalRuleRounded.tsx b/src/IconHorizontalRuleRounded.tsx index fc721eba2..8425114c1 100644 --- a/src/IconHorizontalRuleRounded.tsx +++ b/src/IconHorizontalRuleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleRounded: React.FC = ({ ...props }) => ( +export const IconHorizontalRuleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalRuleRounded as default } diff --git a/src/IconHorizontalRuleRoundedFilled.tsx b/src/IconHorizontalRuleRoundedFilled.tsx index a4e5ef335..0b6027efc 100644 --- a/src/IconHorizontalRuleRoundedFilled.tsx +++ b/src/IconHorizontalRuleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHorizontalRuleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalRuleRoundedFilled as default } diff --git a/src/IconHorizontalRuleSharp.tsx b/src/IconHorizontalRuleSharp.tsx index 3974310d5..5bd4d19db 100644 --- a/src/IconHorizontalRuleSharp.tsx +++ b/src/IconHorizontalRuleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleSharp: React.FC = ({ ...props }) => ( +export const IconHorizontalRuleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHorizontalRuleSharp as default } diff --git a/src/IconHorizontalRuleSharpFilled.tsx b/src/IconHorizontalRuleSharpFilled.tsx index 89456675c..bbf87565c 100644 --- a/src/IconHorizontalRuleSharpFilled.tsx +++ b/src/IconHorizontalRuleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalRuleSharpFilled: React.FC = ({ ...props }) => ( +export const IconHorizontalRuleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalRuleSharpFilled as default } diff --git a/src/IconHorizontalSplitOutlined.tsx b/src/IconHorizontalSplitOutlined.tsx index 73cd29433..6f4161385 100644 --- a/src/IconHorizontalSplitOutlined.tsx +++ b/src/IconHorizontalSplitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitOutlined: React.FC = ({ ...props }) => ( +export const IconHorizontalSplitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalSplitOutlined as default } diff --git a/src/IconHorizontalSplitOutlinedFilled.tsx b/src/IconHorizontalSplitOutlinedFilled.tsx index 68da89fd8..c94f04180 100644 --- a/src/IconHorizontalSplitOutlinedFilled.tsx +++ b/src/IconHorizontalSplitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitOutlinedFilled: React.FC = ({ +export const IconHorizontalSplitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalSplitOutlinedFilled: React.FC = ({ ) - -export { IconHorizontalSplitOutlinedFilled as default } diff --git a/src/IconHorizontalSplitRounded.tsx b/src/IconHorizontalSplitRounded.tsx index 1d7ee3ed6..8c3e2d27a 100644 --- a/src/IconHorizontalSplitRounded.tsx +++ b/src/IconHorizontalSplitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitRounded: React.FC = ({ ...props }) => ( +export const IconHorizontalSplitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalSplitRounded as default } diff --git a/src/IconHorizontalSplitRoundedFilled.tsx b/src/IconHorizontalSplitRoundedFilled.tsx index d5df26fd9..1890cb375 100644 --- a/src/IconHorizontalSplitRoundedFilled.tsx +++ b/src/IconHorizontalSplitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitRoundedFilled: React.FC = ({ +export const IconHorizontalSplitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHorizontalSplitRoundedFilled: React.FC = ({ ) - -export { IconHorizontalSplitRoundedFilled as default } diff --git a/src/IconHorizontalSplitSharp.tsx b/src/IconHorizontalSplitSharp.tsx index b84131462..d5cc3e15c 100644 --- a/src/IconHorizontalSplitSharp.tsx +++ b/src/IconHorizontalSplitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitSharp: React.FC = ({ ...props }) => ( +export const IconHorizontalSplitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHorizontalSplitSharp as default } diff --git a/src/IconHorizontalSplitSharpFilled.tsx b/src/IconHorizontalSplitSharpFilled.tsx index 5a5f143d9..91c8cfe14 100644 --- a/src/IconHorizontalSplitSharpFilled.tsx +++ b/src/IconHorizontalSplitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHorizontalSplitSharpFilled: React.FC = ({ ...props }) => ( +export const IconHorizontalSplitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHorizontalSplitSharpFilled as default } diff --git a/src/IconHostOutlined.tsx b/src/IconHostOutlined.tsx new file mode 100644 index 000000000..cbe5a7d89 --- /dev/null +++ b/src/IconHostOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHostOutlinedFilled.tsx b/src/IconHostOutlinedFilled.tsx new file mode 100644 index 000000000..c88c4038e --- /dev/null +++ b/src/IconHostOutlinedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostOutlinedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHostRounded.tsx b/src/IconHostRounded.tsx new file mode 100644 index 000000000..3751bc7f0 --- /dev/null +++ b/src/IconHostRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHostRoundedFilled.tsx b/src/IconHostRoundedFilled.tsx new file mode 100644 index 000000000..eb2cd5dba --- /dev/null +++ b/src/IconHostRoundedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostRoundedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHostSharp.tsx b/src/IconHostSharp.tsx new file mode 100644 index 000000000..e866e4901 --- /dev/null +++ b/src/IconHostSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHostSharpFilled.tsx b/src/IconHostSharpFilled.tsx new file mode 100644 index 000000000..542eb9f0a --- /dev/null +++ b/src/IconHostSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconHostSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconHotTubOutlined.tsx b/src/IconHotTubOutlined.tsx index de085d714..e4d427486 100644 --- a/src/IconHotTubOutlined.tsx +++ b/src/IconHotTubOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubOutlined: React.FC = ({ ...props }) => ( +export const IconHotTubOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubOutlined as default } diff --git a/src/IconHotTubOutlinedFilled.tsx b/src/IconHotTubOutlinedFilled.tsx index 354b20163..e7e70cb6b 100644 --- a/src/IconHotTubOutlinedFilled.tsx +++ b/src/IconHotTubOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHotTubOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubOutlinedFilled as default } diff --git a/src/IconHotTubRounded.tsx b/src/IconHotTubRounded.tsx index f70c69059..5120e1165 100644 --- a/src/IconHotTubRounded.tsx +++ b/src/IconHotTubRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubRounded: React.FC = ({ ...props }) => ( +export const IconHotTubRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubRounded as default } diff --git a/src/IconHotTubRoundedFilled.tsx b/src/IconHotTubRoundedFilled.tsx index 27a943a77..7701c87e2 100644 --- a/src/IconHotTubRoundedFilled.tsx +++ b/src/IconHotTubRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHotTubRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubRoundedFilled as default } diff --git a/src/IconHotTubSharp.tsx b/src/IconHotTubSharp.tsx index e148ee60f..6ba199674 100644 --- a/src/IconHotTubSharp.tsx +++ b/src/IconHotTubSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubSharp: React.FC = ({ ...props }) => ( +export const IconHotTubSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubSharp as default } diff --git a/src/IconHotTubSharpFilled.tsx b/src/IconHotTubSharpFilled.tsx index e231ea9ae..695835318 100644 --- a/src/IconHotTubSharpFilled.tsx +++ b/src/IconHotTubSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotTubSharpFilled: React.FC = ({ ...props }) => ( +export const IconHotTubSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotTubSharpFilled as default } diff --git a/src/IconHotelClassOutlined.tsx b/src/IconHotelClassOutlined.tsx index eaf393d80..015a4d994 100644 --- a/src/IconHotelClassOutlined.tsx +++ b/src/IconHotelClassOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassOutlined: React.FC = ({ ...props }) => ( +export const IconHotelClassOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelClassOutlined as default } diff --git a/src/IconHotelClassOutlinedFilled.tsx b/src/IconHotelClassOutlinedFilled.tsx index 4d47d9f28..530b3b6b5 100644 --- a/src/IconHotelClassOutlinedFilled.tsx +++ b/src/IconHotelClassOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHotelClassOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHotelClassOutlinedFilled as default } diff --git a/src/IconHotelClassRounded.tsx b/src/IconHotelClassRounded.tsx index 7e500c653..70a99cd17 100644 --- a/src/IconHotelClassRounded.tsx +++ b/src/IconHotelClassRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassRounded: React.FC = ({ ...props }) => ( +export const IconHotelClassRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelClassRounded as default } diff --git a/src/IconHotelClassRoundedFilled.tsx b/src/IconHotelClassRoundedFilled.tsx index 95a5c42fb..c50c07a1a 100644 --- a/src/IconHotelClassRoundedFilled.tsx +++ b/src/IconHotelClassRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHotelClassRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHotelClassRoundedFilled as default } diff --git a/src/IconHotelClassSharp.tsx b/src/IconHotelClassSharp.tsx index d78a2ac9e..8b03a7fba 100644 --- a/src/IconHotelClassSharp.tsx +++ b/src/IconHotelClassSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassSharp: React.FC = ({ ...props }) => ( +export const IconHotelClassSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelClassSharp as default } diff --git a/src/IconHotelClassSharpFilled.tsx b/src/IconHotelClassSharpFilled.tsx index 6a7bb5855..b9fc702ba 100644 --- a/src/IconHotelClassSharpFilled.tsx +++ b/src/IconHotelClassSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHotelClassSharpFilled: React.FC = ({ ...props }) => ( +export const IconHotelClassSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHotelClassSharpFilled as default } diff --git a/src/IconHotelOutlined.tsx b/src/IconHotelOutlined.tsx index 421cda1c3..06fa1d1ad 100644 --- a/src/IconHotelOutlined.tsx +++ b/src/IconHotelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelOutlined: React.FC = ({ ...props }) => ( +export const IconHotelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelOutlined as default } diff --git a/src/IconHotelOutlinedFilled.tsx b/src/IconHotelOutlinedFilled.tsx index f6a7eb504..c0f9e45e9 100644 --- a/src/IconHotelOutlinedFilled.tsx +++ b/src/IconHotelOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHotelOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelOutlinedFilled as default } diff --git a/src/IconHotelRounded.tsx b/src/IconHotelRounded.tsx index 8bb2192a1..9ac777171 100644 --- a/src/IconHotelRounded.tsx +++ b/src/IconHotelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelRounded: React.FC = ({ ...props }) => ( +export const IconHotelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelRounded as default } diff --git a/src/IconHotelRoundedFilled.tsx b/src/IconHotelRoundedFilled.tsx index f56cb1762..0aaa110a3 100644 --- a/src/IconHotelRoundedFilled.tsx +++ b/src/IconHotelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHotelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelRoundedFilled as default } diff --git a/src/IconHotelSharp.tsx b/src/IconHotelSharp.tsx index 955bf9a1d..3b4e30849 100644 --- a/src/IconHotelSharp.tsx +++ b/src/IconHotelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelSharp: React.FC = ({ ...props }) => ( +export const IconHotelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelSharp as default } diff --git a/src/IconHotelSharpFilled.tsx b/src/IconHotelSharpFilled.tsx index 84c5c69eb..96d8e795c 100644 --- a/src/IconHotelSharpFilled.tsx +++ b/src/IconHotelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHotelSharpFilled: React.FC = ({ ...props }) => ( +export const IconHotelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHotelSharpFilled as default } diff --git a/src/IconHourglassBottomOutlined.tsx b/src/IconHourglassBottomOutlined.tsx index 9d5b679bc..72135765b 100644 --- a/src/IconHourglassBottomOutlined.tsx +++ b/src/IconHourglassBottomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomOutlined: React.FC = ({ ...props }) => ( +export const IconHourglassBottomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassBottomOutlined as default } diff --git a/src/IconHourglassBottomOutlinedFilled.tsx b/src/IconHourglassBottomOutlinedFilled.tsx index c932b63e2..57cc63915 100644 --- a/src/IconHourglassBottomOutlinedFilled.tsx +++ b/src/IconHourglassBottomOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomOutlinedFilled: React.FC = ({ +export const IconHourglassBottomOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassBottomOutlinedFilled: React.FC = ({ ) - -export { IconHourglassBottomOutlinedFilled as default } diff --git a/src/IconHourglassBottomRounded.tsx b/src/IconHourglassBottomRounded.tsx index bbab1bdee..31a11ab2a 100644 --- a/src/IconHourglassBottomRounded.tsx +++ b/src/IconHourglassBottomRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomRounded: React.FC = ({ ...props }) => ( +export const IconHourglassBottomRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassBottomRounded as default } diff --git a/src/IconHourglassBottomRoundedFilled.tsx b/src/IconHourglassBottomRoundedFilled.tsx index f7a353f78..e071ce4ad 100644 --- a/src/IconHourglassBottomRoundedFilled.tsx +++ b/src/IconHourglassBottomRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomRoundedFilled: React.FC = ({ +export const IconHourglassBottomRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassBottomRoundedFilled: React.FC = ({ ) - -export { IconHourglassBottomRoundedFilled as default } diff --git a/src/IconHourglassBottomSharp.tsx b/src/IconHourglassBottomSharp.tsx index a4cc72be8..b221df3d2 100644 --- a/src/IconHourglassBottomSharp.tsx +++ b/src/IconHourglassBottomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomSharp: React.FC = ({ ...props }) => ( +export const IconHourglassBottomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassBottomSharp as default } diff --git a/src/IconHourglassBottomSharpFilled.tsx b/src/IconHourglassBottomSharpFilled.tsx index 2f8d412f9..79b6959d2 100644 --- a/src/IconHourglassBottomSharpFilled.tsx +++ b/src/IconHourglassBottomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassBottomSharpFilled: React.FC = ({ ...props }) => ( +export const IconHourglassBottomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassBottomSharpFilled as default } diff --git a/src/IconHourglassDisabledOutlined.tsx b/src/IconHourglassDisabledOutlined.tsx index ba2e54d49..0908bf37c 100644 --- a/src/IconHourglassDisabledOutlined.tsx +++ b/src/IconHourglassDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconHourglassDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassDisabledOutlined as default } diff --git a/src/IconHourglassDisabledOutlinedFilled.tsx b/src/IconHourglassDisabledOutlinedFilled.tsx index 336673c6c..401cdd904 100644 --- a/src/IconHourglassDisabledOutlinedFilled.tsx +++ b/src/IconHourglassDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledOutlinedFilled: React.FC = ({ +export const IconHourglassDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassDisabledOutlinedFilled: React.FC = ({ ) - -export { IconHourglassDisabledOutlinedFilled as default } diff --git a/src/IconHourglassDisabledRounded.tsx b/src/IconHourglassDisabledRounded.tsx index 27236f494..f8b39b71f 100644 --- a/src/IconHourglassDisabledRounded.tsx +++ b/src/IconHourglassDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledRounded: React.FC = ({ ...props }) => ( +export const IconHourglassDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassDisabledRounded as default } diff --git a/src/IconHourglassDisabledRoundedFilled.tsx b/src/IconHourglassDisabledRoundedFilled.tsx index 40280b641..6efdb94d2 100644 --- a/src/IconHourglassDisabledRoundedFilled.tsx +++ b/src/IconHourglassDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledRoundedFilled: React.FC = ({ +export const IconHourglassDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassDisabledRoundedFilled: React.FC = ({ ) - -export { IconHourglassDisabledRoundedFilled as default } diff --git a/src/IconHourglassDisabledSharp.tsx b/src/IconHourglassDisabledSharp.tsx index 69d9696d0..ec84104e9 100644 --- a/src/IconHourglassDisabledSharp.tsx +++ b/src/IconHourglassDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledSharp: React.FC = ({ ...props }) => ( +export const IconHourglassDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassDisabledSharp as default } diff --git a/src/IconHourglassDisabledSharpFilled.tsx b/src/IconHourglassDisabledSharpFilled.tsx index 01cab324a..9ad7f67b3 100644 --- a/src/IconHourglassDisabledSharpFilled.tsx +++ b/src/IconHourglassDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassDisabledSharpFilled: React.FC = ({ +export const IconHourglassDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassDisabledSharpFilled: React.FC = ({ ) - -export { IconHourglassDisabledSharpFilled as default } diff --git a/src/IconHourglassEmptyOutlined.tsx b/src/IconHourglassEmptyOutlined.tsx index c5ed042ee..e8e15e311 100644 --- a/src/IconHourglassEmptyOutlined.tsx +++ b/src/IconHourglassEmptyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptyOutlined: React.FC = ({ ...props }) => ( +export const IconHourglassEmptyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassEmptyOutlined as default } diff --git a/src/IconHourglassEmptyOutlinedFilled.tsx b/src/IconHourglassEmptyOutlinedFilled.tsx index 3cc31bda1..55949bc5b 100644 --- a/src/IconHourglassEmptyOutlinedFilled.tsx +++ b/src/IconHourglassEmptyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptyOutlinedFilled: React.FC = ({ +export const IconHourglassEmptyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHourglassEmptyOutlinedFilled: React.FC = ({ ) - -export { IconHourglassEmptyOutlinedFilled as default } diff --git a/src/IconHourglassEmptyRounded.tsx b/src/IconHourglassEmptyRounded.tsx index 69a4acedd..6c52f5b48 100644 --- a/src/IconHourglassEmptyRounded.tsx +++ b/src/IconHourglassEmptyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptyRounded: React.FC = ({ ...props }) => ( +export const IconHourglassEmptyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassEmptyRounded as default } diff --git a/src/IconHourglassEmptyRoundedFilled.tsx b/src/IconHourglassEmptyRoundedFilled.tsx index 187d58141..23f28f367 100644 --- a/src/IconHourglassEmptyRoundedFilled.tsx +++ b/src/IconHourglassEmptyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHourglassEmptyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassEmptyRoundedFilled as default } diff --git a/src/IconHourglassEmptySharp.tsx b/src/IconHourglassEmptySharp.tsx index aca825c9f..3599ce027 100644 --- a/src/IconHourglassEmptySharp.tsx +++ b/src/IconHourglassEmptySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptySharp: React.FC = ({ ...props }) => ( +export const IconHourglassEmptySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassEmptySharp as default } diff --git a/src/IconHourglassEmptySharpFilled.tsx b/src/IconHourglassEmptySharpFilled.tsx index 2779c2ac8..ee447c593 100644 --- a/src/IconHourglassEmptySharpFilled.tsx +++ b/src/IconHourglassEmptySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassEmptySharpFilled: React.FC = ({ ...props }) => ( +export const IconHourglassEmptySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassEmptySharpFilled as default } diff --git a/src/IconHourglassOutlined.tsx b/src/IconHourglassOutlined.tsx index 5fc9fe5bf..0ff5f86d4 100644 --- a/src/IconHourglassOutlined.tsx +++ b/src/IconHourglassOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassOutlined: React.FC = ({ ...props }) => ( +export const IconHourglassOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassOutlined as default } diff --git a/src/IconHourglassOutlinedFilled.tsx b/src/IconHourglassOutlinedFilled.tsx index fb0efec85..2604fe50a 100644 --- a/src/IconHourglassOutlinedFilled.tsx +++ b/src/IconHourglassOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHourglassOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassOutlinedFilled as default } diff --git a/src/IconHourglassRounded.tsx b/src/IconHourglassRounded.tsx index 969f1c79c..3ff62f948 100644 --- a/src/IconHourglassRounded.tsx +++ b/src/IconHourglassRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassRounded: React.FC = ({ ...props }) => ( +export const IconHourglassRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassRounded as default } diff --git a/src/IconHourglassRoundedFilled.tsx b/src/IconHourglassRoundedFilled.tsx index ed83ce9a8..57a421f8a 100644 --- a/src/IconHourglassRoundedFilled.tsx +++ b/src/IconHourglassRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHourglassRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassRoundedFilled as default } diff --git a/src/IconHourglassSharp.tsx b/src/IconHourglassSharp.tsx index 6f4d908e4..65c9136e6 100644 --- a/src/IconHourglassSharp.tsx +++ b/src/IconHourglassSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassSharp: React.FC = ({ ...props }) => ( +export const IconHourglassSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassSharp as default } diff --git a/src/IconHourglassSharpFilled.tsx b/src/IconHourglassSharpFilled.tsx index 7c42a4d50..ce302f96b 100644 --- a/src/IconHourglassSharpFilled.tsx +++ b/src/IconHourglassSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassSharpFilled: React.FC = ({ ...props }) => ( +export const IconHourglassSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassSharpFilled as default } diff --git a/src/IconHourglassTopOutlined.tsx b/src/IconHourglassTopOutlined.tsx index 106b023fb..d275718ef 100644 --- a/src/IconHourglassTopOutlined.tsx +++ b/src/IconHourglassTopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopOutlined: React.FC = ({ ...props }) => ( +export const IconHourglassTopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassTopOutlined as default } diff --git a/src/IconHourglassTopOutlinedFilled.tsx b/src/IconHourglassTopOutlinedFilled.tsx index f673ff965..36fbab7f6 100644 --- a/src/IconHourglassTopOutlinedFilled.tsx +++ b/src/IconHourglassTopOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHourglassTopOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassTopOutlinedFilled as default } diff --git a/src/IconHourglassTopRounded.tsx b/src/IconHourglassTopRounded.tsx index 1d68f309a..de4a76500 100644 --- a/src/IconHourglassTopRounded.tsx +++ b/src/IconHourglassTopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopRounded: React.FC = ({ ...props }) => ( +export const IconHourglassTopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassTopRounded as default } diff --git a/src/IconHourglassTopRoundedFilled.tsx b/src/IconHourglassTopRoundedFilled.tsx index b4485228e..1971df428 100644 --- a/src/IconHourglassTopRoundedFilled.tsx +++ b/src/IconHourglassTopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHourglassTopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassTopRoundedFilled as default } diff --git a/src/IconHourglassTopSharp.tsx b/src/IconHourglassTopSharp.tsx index 13f596375..ec36d7383 100644 --- a/src/IconHourglassTopSharp.tsx +++ b/src/IconHourglassTopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopSharp: React.FC = ({ ...props }) => ( +export const IconHourglassTopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHourglassTopSharp as default } diff --git a/src/IconHourglassTopSharpFilled.tsx b/src/IconHourglassTopSharpFilled.tsx index f619174eb..e7f248404 100644 --- a/src/IconHourglassTopSharpFilled.tsx +++ b/src/IconHourglassTopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHourglassTopSharpFilled: React.FC = ({ ...props }) => ( +export const IconHourglassTopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHourglassTopSharpFilled as default } diff --git a/src/IconHouseOutlined.tsx b/src/IconHouseOutlined.tsx index 0009748e8..95d98c23f 100644 --- a/src/IconHouseOutlined.tsx +++ b/src/IconHouseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseOutlined: React.FC = ({ ...props }) => ( +export const IconHouseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseOutlined as default } diff --git a/src/IconHouseOutlinedFilled.tsx b/src/IconHouseOutlinedFilled.tsx index 52305e561..fd072d3c3 100644 --- a/src/IconHouseOutlinedFilled.tsx +++ b/src/IconHouseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHouseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseOutlinedFilled as default } diff --git a/src/IconHouseRounded.tsx b/src/IconHouseRounded.tsx index c4659b378..bddc47c18 100644 --- a/src/IconHouseRounded.tsx +++ b/src/IconHouseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseRounded: React.FC = ({ ...props }) => ( +export const IconHouseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseRounded as default } diff --git a/src/IconHouseRoundedFilled.tsx b/src/IconHouseRoundedFilled.tsx index 08fb06806..598f4c3b3 100644 --- a/src/IconHouseRoundedFilled.tsx +++ b/src/IconHouseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHouseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseRoundedFilled as default } diff --git a/src/IconHouseSharp.tsx b/src/IconHouseSharp.tsx index 098ba72f6..35f396673 100644 --- a/src/IconHouseSharp.tsx +++ b/src/IconHouseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSharp: React.FC = ({ ...props }) => ( +export const IconHouseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseSharp as default } diff --git a/src/IconHouseSharpFilled.tsx b/src/IconHouseSharpFilled.tsx index 78914c788..e72c1a273 100644 --- a/src/IconHouseSharpFilled.tsx +++ b/src/IconHouseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSharpFilled: React.FC = ({ ...props }) => ( +export const IconHouseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseSharpFilled as default } diff --git a/src/IconHouseSidingOutlined.tsx b/src/IconHouseSidingOutlined.tsx index 661772d6c..57a6d1976 100644 --- a/src/IconHouseSidingOutlined.tsx +++ b/src/IconHouseSidingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingOutlined: React.FC = ({ ...props }) => ( +export const IconHouseSidingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseSidingOutlined as default } diff --git a/src/IconHouseSidingOutlinedFilled.tsx b/src/IconHouseSidingOutlinedFilled.tsx index a7440fcfa..3c90a16bb 100644 --- a/src/IconHouseSidingOutlinedFilled.tsx +++ b/src/IconHouseSidingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHouseSidingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseSidingOutlinedFilled as default } diff --git a/src/IconHouseSidingRounded.tsx b/src/IconHouseSidingRounded.tsx index e108af695..4918d77ce 100644 --- a/src/IconHouseSidingRounded.tsx +++ b/src/IconHouseSidingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingRounded: React.FC = ({ ...props }) => ( +export const IconHouseSidingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseSidingRounded as default } diff --git a/src/IconHouseSidingRoundedFilled.tsx b/src/IconHouseSidingRoundedFilled.tsx index c3b2a5124..9b4476b88 100644 --- a/src/IconHouseSidingRoundedFilled.tsx +++ b/src/IconHouseSidingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHouseSidingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseSidingRoundedFilled as default } diff --git a/src/IconHouseSidingSharp.tsx b/src/IconHouseSidingSharp.tsx index d34f5a0ec..74bbf12fd 100644 --- a/src/IconHouseSidingSharp.tsx +++ b/src/IconHouseSidingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingSharp: React.FC = ({ ...props }) => ( +export const IconHouseSidingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseSidingSharp as default } diff --git a/src/IconHouseSidingSharpFilled.tsx b/src/IconHouseSidingSharpFilled.tsx index bd1730dab..f49ea388e 100644 --- a/src/IconHouseSidingSharpFilled.tsx +++ b/src/IconHouseSidingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseSidingSharpFilled: React.FC = ({ ...props }) => ( +export const IconHouseSidingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseSidingSharpFilled as default } diff --git a/src/IconHouseWithShieldOutlined.tsx b/src/IconHouseWithShieldOutlined.tsx index ff86349bb..693858d37 100644 --- a/src/IconHouseWithShieldOutlined.tsx +++ b/src/IconHouseWithShieldOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldOutlined: React.FC = ({ ...props }) => ( +export const IconHouseWithShieldOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseWithShieldOutlined as default } diff --git a/src/IconHouseWithShieldOutlinedFilled.tsx b/src/IconHouseWithShieldOutlinedFilled.tsx index 15f4aff8f..e6aa0ddb1 100644 --- a/src/IconHouseWithShieldOutlinedFilled.tsx +++ b/src/IconHouseWithShieldOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldOutlinedFilled: React.FC = ({ +export const IconHouseWithShieldOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHouseWithShieldOutlinedFilled: React.FC = ({ ) - -export { IconHouseWithShieldOutlinedFilled as default } diff --git a/src/IconHouseWithShieldRounded.tsx b/src/IconHouseWithShieldRounded.tsx index 211f9d57c..8aa40cdd4 100644 --- a/src/IconHouseWithShieldRounded.tsx +++ b/src/IconHouseWithShieldRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldRounded: React.FC = ({ ...props }) => ( +export const IconHouseWithShieldRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseWithShieldRounded as default } diff --git a/src/IconHouseWithShieldRoundedFilled.tsx b/src/IconHouseWithShieldRoundedFilled.tsx index f948584c4..bcc27ead6 100644 --- a/src/IconHouseWithShieldRoundedFilled.tsx +++ b/src/IconHouseWithShieldRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldRoundedFilled: React.FC = ({ +export const IconHouseWithShieldRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHouseWithShieldRoundedFilled: React.FC = ({ ) - -export { IconHouseWithShieldRoundedFilled as default } diff --git a/src/IconHouseWithShieldSharp.tsx b/src/IconHouseWithShieldSharp.tsx index b270a7d49..fd54b9d71 100644 --- a/src/IconHouseWithShieldSharp.tsx +++ b/src/IconHouseWithShieldSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldSharp: React.FC = ({ ...props }) => ( +export const IconHouseWithShieldSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseWithShieldSharp as default } diff --git a/src/IconHouseWithShieldSharpFilled.tsx b/src/IconHouseWithShieldSharpFilled.tsx index aae78c7e8..7f8931283 100644 --- a/src/IconHouseWithShieldSharpFilled.tsx +++ b/src/IconHouseWithShieldSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseWithShieldSharpFilled: React.FC = ({ ...props }) => ( +export const IconHouseWithShieldSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseWithShieldSharpFilled as default } diff --git a/src/IconHouseboatOutlined.tsx b/src/IconHouseboatOutlined.tsx index c88eb861f..5ddaf6b2c 100644 --- a/src/IconHouseboatOutlined.tsx +++ b/src/IconHouseboatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatOutlined: React.FC = ({ ...props }) => ( +export const IconHouseboatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseboatOutlined as default } diff --git a/src/IconHouseboatOutlinedFilled.tsx b/src/IconHouseboatOutlinedFilled.tsx index 472c41b20..cc88ba3e8 100644 --- a/src/IconHouseboatOutlinedFilled.tsx +++ b/src/IconHouseboatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHouseboatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseboatOutlinedFilled as default } diff --git a/src/IconHouseboatRounded.tsx b/src/IconHouseboatRounded.tsx index 93e3d5e69..dc32a99ff 100644 --- a/src/IconHouseboatRounded.tsx +++ b/src/IconHouseboatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatRounded: React.FC = ({ ...props }) => ( +export const IconHouseboatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseboatRounded as default } diff --git a/src/IconHouseboatRoundedFilled.tsx b/src/IconHouseboatRoundedFilled.tsx index 12b2ab886..acd091644 100644 --- a/src/IconHouseboatRoundedFilled.tsx +++ b/src/IconHouseboatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHouseboatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseboatRoundedFilled as default } diff --git a/src/IconHouseboatSharp.tsx b/src/IconHouseboatSharp.tsx index b4a925e57..6f56c236d 100644 --- a/src/IconHouseboatSharp.tsx +++ b/src/IconHouseboatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatSharp: React.FC = ({ ...props }) => ( +export const IconHouseboatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseboatSharp as default } diff --git a/src/IconHouseboatSharpFilled.tsx b/src/IconHouseboatSharpFilled.tsx index 9cf569854..a77205989 100644 --- a/src/IconHouseboatSharpFilled.tsx +++ b/src/IconHouseboatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHouseboatSharpFilled: React.FC = ({ ...props }) => ( +export const IconHouseboatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHouseboatSharpFilled as default } diff --git a/src/IconHouseholdSuppliesOutlined.tsx b/src/IconHouseholdSuppliesOutlined.tsx index f4ec37bf3..3c6b5c053 100644 --- a/src/IconHouseholdSuppliesOutlined.tsx +++ b/src/IconHouseholdSuppliesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesOutlined: React.FC = ({ ...props }) => ( +export const IconHouseholdSuppliesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseholdSuppliesOutlined as default } diff --git a/src/IconHouseholdSuppliesOutlinedFilled.tsx b/src/IconHouseholdSuppliesOutlinedFilled.tsx index 191eff52e..9b02db5de 100644 --- a/src/IconHouseholdSuppliesOutlinedFilled.tsx +++ b/src/IconHouseholdSuppliesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesOutlinedFilled: React.FC = ({ +export const IconHouseholdSuppliesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHouseholdSuppliesOutlinedFilled: React.FC = ({ ) - -export { IconHouseholdSuppliesOutlinedFilled as default } diff --git a/src/IconHouseholdSuppliesRounded.tsx b/src/IconHouseholdSuppliesRounded.tsx index 2e2cfd53e..318a3139c 100644 --- a/src/IconHouseholdSuppliesRounded.tsx +++ b/src/IconHouseholdSuppliesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesRounded: React.FC = ({ ...props }) => ( +export const IconHouseholdSuppliesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseholdSuppliesRounded as default } diff --git a/src/IconHouseholdSuppliesRoundedFilled.tsx b/src/IconHouseholdSuppliesRoundedFilled.tsx index be02abace..c5973628f 100644 --- a/src/IconHouseholdSuppliesRoundedFilled.tsx +++ b/src/IconHouseholdSuppliesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesRoundedFilled: React.FC = ({ +export const IconHouseholdSuppliesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHouseholdSuppliesRoundedFilled: React.FC = ({ ) - -export { IconHouseholdSuppliesRoundedFilled as default } diff --git a/src/IconHouseholdSuppliesSharp.tsx b/src/IconHouseholdSuppliesSharp.tsx index f0c4416f5..0ad68c0e7 100644 --- a/src/IconHouseholdSuppliesSharp.tsx +++ b/src/IconHouseholdSuppliesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesSharp: React.FC = ({ ...props }) => ( +export const IconHouseholdSuppliesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHouseholdSuppliesSharp as default } diff --git a/src/IconHouseholdSuppliesSharpFilled.tsx b/src/IconHouseholdSuppliesSharpFilled.tsx index b7cb93746..6b42955c1 100644 --- a/src/IconHouseholdSuppliesSharpFilled.tsx +++ b/src/IconHouseholdSuppliesSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHouseholdSuppliesSharpFilled: React.FC = ({ +export const IconHouseholdSuppliesSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHouseholdSuppliesSharpFilled: React.FC = ({ ) - -export { IconHouseholdSuppliesSharpFilled as default } diff --git a/src/IconHovOutlined.tsx b/src/IconHovOutlined.tsx index 3cc487ec1..676f89ef0 100644 --- a/src/IconHovOutlined.tsx +++ b/src/IconHovOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovOutlined: React.FC = ({ ...props }) => ( +export const IconHovOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovOutlined as default } diff --git a/src/IconHovOutlinedFilled.tsx b/src/IconHovOutlinedFilled.tsx index 2ba32d0fc..470735785 100644 --- a/src/IconHovOutlinedFilled.tsx +++ b/src/IconHovOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHovOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovOutlinedFilled as default } diff --git a/src/IconHovRounded.tsx b/src/IconHovRounded.tsx index 5bf7a5ef8..344ae8dc3 100644 --- a/src/IconHovRounded.tsx +++ b/src/IconHovRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovRounded: React.FC = ({ ...props }) => ( +export const IconHovRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovRounded as default } diff --git a/src/IconHovRoundedFilled.tsx b/src/IconHovRoundedFilled.tsx index 6500730d6..3b0f1bb9b 100644 --- a/src/IconHovRoundedFilled.tsx +++ b/src/IconHovRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHovRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovRoundedFilled as default } diff --git a/src/IconHovSharp.tsx b/src/IconHovSharp.tsx index 06765fefd..ce16bb923 100644 --- a/src/IconHovSharp.tsx +++ b/src/IconHovSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovSharp: React.FC = ({ ...props }) => ( +export const IconHovSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovSharp as default } diff --git a/src/IconHovSharpFilled.tsx b/src/IconHovSharpFilled.tsx index 83675a1f5..d6ed6a795 100644 --- a/src/IconHovSharpFilled.tsx +++ b/src/IconHovSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHovSharpFilled: React.FC = ({ ...props }) => ( +export const IconHovSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHovSharpFilled as default } diff --git a/src/IconHowToRegOutlined.tsx b/src/IconHowToRegOutlined.tsx index 1675b24d3..419cf7058 100644 --- a/src/IconHowToRegOutlined.tsx +++ b/src/IconHowToRegOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegOutlined: React.FC = ({ ...props }) => ( +export const IconHowToRegOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToRegOutlined as default } diff --git a/src/IconHowToRegOutlinedFilled.tsx b/src/IconHowToRegOutlinedFilled.tsx index 58f79c620..23c9574ba 100644 --- a/src/IconHowToRegOutlinedFilled.tsx +++ b/src/IconHowToRegOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHowToRegOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHowToRegOutlinedFilled as default } diff --git a/src/IconHowToRegRounded.tsx b/src/IconHowToRegRounded.tsx index f437c834f..848caafe0 100644 --- a/src/IconHowToRegRounded.tsx +++ b/src/IconHowToRegRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegRounded: React.FC = ({ ...props }) => ( +export const IconHowToRegRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToRegRounded as default } diff --git a/src/IconHowToRegRoundedFilled.tsx b/src/IconHowToRegRoundedFilled.tsx index 03b30efe4..d513b5221 100644 --- a/src/IconHowToRegRoundedFilled.tsx +++ b/src/IconHowToRegRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHowToRegRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHowToRegRoundedFilled as default } diff --git a/src/IconHowToRegSharp.tsx b/src/IconHowToRegSharp.tsx index da67f1c74..0c430274e 100644 --- a/src/IconHowToRegSharp.tsx +++ b/src/IconHowToRegSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegSharp: React.FC = ({ ...props }) => ( +export const IconHowToRegSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToRegSharp as default } diff --git a/src/IconHowToRegSharpFilled.tsx b/src/IconHowToRegSharpFilled.tsx index ee9e422e2..e7b6168c1 100644 --- a/src/IconHowToRegSharpFilled.tsx +++ b/src/IconHowToRegSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToRegSharpFilled: React.FC = ({ ...props }) => ( +export const IconHowToRegSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToRegSharpFilled as default } diff --git a/src/IconHowToVoteOutlined.tsx b/src/IconHowToVoteOutlined.tsx index 940663181..0779b1eed 100644 --- a/src/IconHowToVoteOutlined.tsx +++ b/src/IconHowToVoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteOutlined: React.FC = ({ ...props }) => ( +export const IconHowToVoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToVoteOutlined as default } diff --git a/src/IconHowToVoteOutlinedFilled.tsx b/src/IconHowToVoteOutlinedFilled.tsx index 279ade57e..4715ec55f 100644 --- a/src/IconHowToVoteOutlinedFilled.tsx +++ b/src/IconHowToVoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHowToVoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHowToVoteOutlinedFilled as default } diff --git a/src/IconHowToVoteRounded.tsx b/src/IconHowToVoteRounded.tsx index 05d22d722..64b548e86 100644 --- a/src/IconHowToVoteRounded.tsx +++ b/src/IconHowToVoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteRounded: React.FC = ({ ...props }) => ( +export const IconHowToVoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToVoteRounded as default } diff --git a/src/IconHowToVoteRoundedFilled.tsx b/src/IconHowToVoteRoundedFilled.tsx index 878dc97dc..41c9a2fb4 100644 --- a/src/IconHowToVoteRoundedFilled.tsx +++ b/src/IconHowToVoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHowToVoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHowToVoteRoundedFilled as default } diff --git a/src/IconHowToVoteSharp.tsx b/src/IconHowToVoteSharp.tsx index 5dadc19e2..28989b887 100644 --- a/src/IconHowToVoteSharp.tsx +++ b/src/IconHowToVoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteSharp: React.FC = ({ ...props }) => ( +export const IconHowToVoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToVoteSharp as default } diff --git a/src/IconHowToVoteSharpFilled.tsx b/src/IconHowToVoteSharpFilled.tsx index dbea76abd..6a5cd98c3 100644 --- a/src/IconHowToVoteSharpFilled.tsx +++ b/src/IconHowToVoteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHowToVoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconHowToVoteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHowToVoteSharpFilled as default } diff --git a/src/IconHrRestingOutlined.tsx b/src/IconHrRestingOutlined.tsx index ae95129c6..424698920 100644 --- a/src/IconHrRestingOutlined.tsx +++ b/src/IconHrRestingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingOutlined: React.FC = ({ ...props }) => ( +export const IconHrRestingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHrRestingOutlined as default } diff --git a/src/IconHrRestingOutlinedFilled.tsx b/src/IconHrRestingOutlinedFilled.tsx index c2e23cdf8..2a29f7ed9 100644 --- a/src/IconHrRestingOutlinedFilled.tsx +++ b/src/IconHrRestingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHrRestingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHrRestingOutlinedFilled as default } diff --git a/src/IconHrRestingRounded.tsx b/src/IconHrRestingRounded.tsx index 011471d7c..06c8e66f9 100644 --- a/src/IconHrRestingRounded.tsx +++ b/src/IconHrRestingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingRounded: React.FC = ({ ...props }) => ( +export const IconHrRestingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHrRestingRounded as default } diff --git a/src/IconHrRestingRoundedFilled.tsx b/src/IconHrRestingRoundedFilled.tsx index 4cd41b2a1..039ff5124 100644 --- a/src/IconHrRestingRoundedFilled.tsx +++ b/src/IconHrRestingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHrRestingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHrRestingRoundedFilled as default } diff --git a/src/IconHrRestingSharp.tsx b/src/IconHrRestingSharp.tsx index 15b789480..cb8e6a977 100644 --- a/src/IconHrRestingSharp.tsx +++ b/src/IconHrRestingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingSharp: React.FC = ({ ...props }) => ( +export const IconHrRestingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHrRestingSharp as default } diff --git a/src/IconHrRestingSharpFilled.tsx b/src/IconHrRestingSharpFilled.tsx index 0d8e44d75..7ac459bcf 100644 --- a/src/IconHrRestingSharpFilled.tsx +++ b/src/IconHrRestingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHrRestingSharpFilled: React.FC = ({ ...props }) => ( +export const IconHrRestingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHrRestingSharpFilled as default } diff --git a/src/IconHtmlOutlined.tsx b/src/IconHtmlOutlined.tsx index c5231e126..e7b916f26 100644 --- a/src/IconHtmlOutlined.tsx +++ b/src/IconHtmlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlOutlined: React.FC = ({ ...props }) => ( +export const IconHtmlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlOutlined as default } diff --git a/src/IconHtmlOutlinedFilled.tsx b/src/IconHtmlOutlinedFilled.tsx index 9966c8be3..970d7787d 100644 --- a/src/IconHtmlOutlinedFilled.tsx +++ b/src/IconHtmlOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHtmlOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlOutlinedFilled as default } diff --git a/src/IconHtmlRounded.tsx b/src/IconHtmlRounded.tsx index 97d9f83f7..6d82f31f0 100644 --- a/src/IconHtmlRounded.tsx +++ b/src/IconHtmlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlRounded: React.FC = ({ ...props }) => ( +export const IconHtmlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlRounded as default } diff --git a/src/IconHtmlRoundedFilled.tsx b/src/IconHtmlRoundedFilled.tsx index 4f9a31248..c622995c2 100644 --- a/src/IconHtmlRoundedFilled.tsx +++ b/src/IconHtmlRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHtmlRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlRoundedFilled as default } diff --git a/src/IconHtmlSharp.tsx b/src/IconHtmlSharp.tsx index 81b2fe945..85caec087 100644 --- a/src/IconHtmlSharp.tsx +++ b/src/IconHtmlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlSharp: React.FC = ({ ...props }) => ( +export const IconHtmlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlSharp as default } diff --git a/src/IconHtmlSharpFilled.tsx b/src/IconHtmlSharpFilled.tsx index 17eb906b7..a1513d7bc 100644 --- a/src/IconHtmlSharpFilled.tsx +++ b/src/IconHtmlSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHtmlSharpFilled: React.FC = ({ ...props }) => ( +export const IconHtmlSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHtmlSharpFilled as default } diff --git a/src/IconHttpOutlined.tsx b/src/IconHttpOutlined.tsx index 7e7c92c10..762df84ae 100644 --- a/src/IconHttpOutlined.tsx +++ b/src/IconHttpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpOutlined: React.FC = ({ ...props }) => ( +export const IconHttpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpOutlined as default } diff --git a/src/IconHttpOutlinedFilled.tsx b/src/IconHttpOutlinedFilled.tsx index 3fdd688d5..82fc4dc99 100644 --- a/src/IconHttpOutlinedFilled.tsx +++ b/src/IconHttpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHttpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpOutlinedFilled as default } diff --git a/src/IconHttpRounded.tsx b/src/IconHttpRounded.tsx index 229dc9844..a87625612 100644 --- a/src/IconHttpRounded.tsx +++ b/src/IconHttpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpRounded: React.FC = ({ ...props }) => ( +export const IconHttpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpRounded as default } diff --git a/src/IconHttpRoundedFilled.tsx b/src/IconHttpRoundedFilled.tsx index ac7537679..b27e4cc43 100644 --- a/src/IconHttpRoundedFilled.tsx +++ b/src/IconHttpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHttpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpRoundedFilled as default } diff --git a/src/IconHttpSharp.tsx b/src/IconHttpSharp.tsx index 9f737d86f..278afce7f 100644 --- a/src/IconHttpSharp.tsx +++ b/src/IconHttpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpSharp: React.FC = ({ ...props }) => ( +export const IconHttpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpSharp as default } diff --git a/src/IconHttpSharpFilled.tsx b/src/IconHttpSharpFilled.tsx index 8c00f3a9e..ff987e2ca 100644 --- a/src/IconHttpSharpFilled.tsx +++ b/src/IconHttpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHttpSharpFilled: React.FC = ({ ...props }) => ( +export const IconHttpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHttpSharpFilled as default } diff --git a/src/IconHubOutlined.tsx b/src/IconHubOutlined.tsx index baa69edec..acbc63458 100644 --- a/src/IconHubOutlined.tsx +++ b/src/IconHubOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubOutlined: React.FC = ({ ...props }) => ( +export const IconHubOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubOutlined as default } diff --git a/src/IconHubOutlinedFilled.tsx b/src/IconHubOutlinedFilled.tsx index 301d08a8b..2138c176c 100644 --- a/src/IconHubOutlinedFilled.tsx +++ b/src/IconHubOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHubOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubOutlinedFilled as default } diff --git a/src/IconHubRounded.tsx b/src/IconHubRounded.tsx index 9be94bbb7..36870eb8b 100644 --- a/src/IconHubRounded.tsx +++ b/src/IconHubRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubRounded: React.FC = ({ ...props }) => ( +export const IconHubRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubRounded as default } diff --git a/src/IconHubRoundedFilled.tsx b/src/IconHubRoundedFilled.tsx index e11a0ff7e..7d38c191c 100644 --- a/src/IconHubRoundedFilled.tsx +++ b/src/IconHubRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHubRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubRoundedFilled as default } diff --git a/src/IconHubSharp.tsx b/src/IconHubSharp.tsx index 1171994dd..be6772242 100644 --- a/src/IconHubSharp.tsx +++ b/src/IconHubSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubSharp: React.FC = ({ ...props }) => ( +export const IconHubSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubSharp as default } diff --git a/src/IconHubSharpFilled.tsx b/src/IconHubSharpFilled.tsx index d41eef32b..8afdddd81 100644 --- a/src/IconHubSharpFilled.tsx +++ b/src/IconHubSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHubSharpFilled: React.FC = ({ ...props }) => ( +export const IconHubSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHubSharpFilled as default } diff --git a/src/IconHumerusAltOutlined.tsx b/src/IconHumerusAltOutlined.tsx index 5a5a6e5c9..bf9c1ffc6 100644 --- a/src/IconHumerusAltOutlined.tsx +++ b/src/IconHumerusAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltOutlined: React.FC = ({ ...props }) => ( +export const IconHumerusAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusAltOutlined as default } diff --git a/src/IconHumerusAltOutlinedFilled.tsx b/src/IconHumerusAltOutlinedFilled.tsx index 9a06c17ce..7b6ccb8cd 100644 --- a/src/IconHumerusAltOutlinedFilled.tsx +++ b/src/IconHumerusAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHumerusAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumerusAltOutlinedFilled as default } diff --git a/src/IconHumerusAltRounded.tsx b/src/IconHumerusAltRounded.tsx index 93067db89..4e0d3838b 100644 --- a/src/IconHumerusAltRounded.tsx +++ b/src/IconHumerusAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltRounded: React.FC = ({ ...props }) => ( +export const IconHumerusAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusAltRounded as default } diff --git a/src/IconHumerusAltRoundedFilled.tsx b/src/IconHumerusAltRoundedFilled.tsx index a9af0e92d..4f9e024f3 100644 --- a/src/IconHumerusAltRoundedFilled.tsx +++ b/src/IconHumerusAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumerusAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumerusAltRoundedFilled as default } diff --git a/src/IconHumerusAltSharp.tsx b/src/IconHumerusAltSharp.tsx index 004236587..2ced5ef17 100644 --- a/src/IconHumerusAltSharp.tsx +++ b/src/IconHumerusAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltSharp: React.FC = ({ ...props }) => ( +export const IconHumerusAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusAltSharp as default } diff --git a/src/IconHumerusAltSharpFilled.tsx b/src/IconHumerusAltSharpFilled.tsx index 85115ff68..f1e77e8d8 100644 --- a/src/IconHumerusAltSharpFilled.tsx +++ b/src/IconHumerusAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumerusAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumerusAltSharpFilled as default } diff --git a/src/IconHumerusOutlined.tsx b/src/IconHumerusOutlined.tsx index 5197be503..96548e84e 100644 --- a/src/IconHumerusOutlined.tsx +++ b/src/IconHumerusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusOutlined: React.FC = ({ ...props }) => ( +export const IconHumerusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusOutlined as default } diff --git a/src/IconHumerusOutlinedFilled.tsx b/src/IconHumerusOutlinedFilled.tsx index e830eb822..d9d1b6648 100644 --- a/src/IconHumerusOutlinedFilled.tsx +++ b/src/IconHumerusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHumerusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumerusOutlinedFilled as default } diff --git a/src/IconHumerusRounded.tsx b/src/IconHumerusRounded.tsx index 9471b2b27..77b2ff21b 100644 --- a/src/IconHumerusRounded.tsx +++ b/src/IconHumerusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusRounded: React.FC = ({ ...props }) => ( +export const IconHumerusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusRounded as default } diff --git a/src/IconHumerusRoundedFilled.tsx b/src/IconHumerusRoundedFilled.tsx index 815a967fd..9cb33f555 100644 --- a/src/IconHumerusRoundedFilled.tsx +++ b/src/IconHumerusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumerusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusRoundedFilled as default } diff --git a/src/IconHumerusSharp.tsx b/src/IconHumerusSharp.tsx index a231bf69b..769c364f0 100644 --- a/src/IconHumerusSharp.tsx +++ b/src/IconHumerusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusSharp: React.FC = ({ ...props }) => ( +export const IconHumerusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusSharp as default } diff --git a/src/IconHumerusSharpFilled.tsx b/src/IconHumerusSharpFilled.tsx index af9ccb867..fc5e4e262 100644 --- a/src/IconHumerusSharpFilled.tsx +++ b/src/IconHumerusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumerusSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumerusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumerusSharpFilled as default } diff --git a/src/IconHumidityHighOutlined.tsx b/src/IconHumidityHighOutlined.tsx index df48c8514..f55a98832 100644 --- a/src/IconHumidityHighOutlined.tsx +++ b/src/IconHumidityHighOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighOutlined: React.FC = ({ ...props }) => ( +export const IconHumidityHighOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityHighOutlined as default } diff --git a/src/IconHumidityHighOutlinedFilled.tsx b/src/IconHumidityHighOutlinedFilled.tsx index 76014c136..515dc71a3 100644 --- a/src/IconHumidityHighOutlinedFilled.tsx +++ b/src/IconHumidityHighOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityHighOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityHighOutlinedFilled as default } diff --git a/src/IconHumidityHighRounded.tsx b/src/IconHumidityHighRounded.tsx index 8cabadf22..2c972f600 100644 --- a/src/IconHumidityHighRounded.tsx +++ b/src/IconHumidityHighRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighRounded: React.FC = ({ ...props }) => ( +export const IconHumidityHighRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityHighRounded as default } diff --git a/src/IconHumidityHighRoundedFilled.tsx b/src/IconHumidityHighRoundedFilled.tsx index 1aca65114..e39d3b30b 100644 --- a/src/IconHumidityHighRoundedFilled.tsx +++ b/src/IconHumidityHighRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityHighRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityHighRoundedFilled as default } diff --git a/src/IconHumidityHighSharp.tsx b/src/IconHumidityHighSharp.tsx index e78f4abf8..488b1181d 100644 --- a/src/IconHumidityHighSharp.tsx +++ b/src/IconHumidityHighSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighSharp: React.FC = ({ ...props }) => ( +export const IconHumidityHighSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityHighSharp as default } diff --git a/src/IconHumidityHighSharpFilled.tsx b/src/IconHumidityHighSharpFilled.tsx index 95a4614b0..f4db8872c 100644 --- a/src/IconHumidityHighSharpFilled.tsx +++ b/src/IconHumidityHighSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityHighSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumidityHighSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityHighSharpFilled as default } diff --git a/src/IconHumidityIndoorOutlined.tsx b/src/IconHumidityIndoorOutlined.tsx index a1b00c45f..0b72a93b9 100644 --- a/src/IconHumidityIndoorOutlined.tsx +++ b/src/IconHumidityIndoorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorOutlined: React.FC = ({ ...props }) => ( +export const IconHumidityIndoorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityIndoorOutlined as default } diff --git a/src/IconHumidityIndoorOutlinedFilled.tsx b/src/IconHumidityIndoorOutlinedFilled.tsx index 7bde90c42..6e9268339 100644 --- a/src/IconHumidityIndoorOutlinedFilled.tsx +++ b/src/IconHumidityIndoorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorOutlinedFilled: React.FC = ({ +export const IconHumidityIndoorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHumidityIndoorOutlinedFilled: React.FC = ({ ) - -export { IconHumidityIndoorOutlinedFilled as default } diff --git a/src/IconHumidityIndoorRounded.tsx b/src/IconHumidityIndoorRounded.tsx index dc99588d4..a37489a31 100644 --- a/src/IconHumidityIndoorRounded.tsx +++ b/src/IconHumidityIndoorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorRounded: React.FC = ({ ...props }) => ( +export const IconHumidityIndoorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityIndoorRounded as default } diff --git a/src/IconHumidityIndoorRoundedFilled.tsx b/src/IconHumidityIndoorRoundedFilled.tsx index d0aecfbb3..3e809dbd3 100644 --- a/src/IconHumidityIndoorRoundedFilled.tsx +++ b/src/IconHumidityIndoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityIndoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityIndoorRoundedFilled as default } diff --git a/src/IconHumidityIndoorSharp.tsx b/src/IconHumidityIndoorSharp.tsx index 2f781a673..57c095c5b 100644 --- a/src/IconHumidityIndoorSharp.tsx +++ b/src/IconHumidityIndoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorSharp: React.FC = ({ ...props }) => ( +export const IconHumidityIndoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityIndoorSharp as default } diff --git a/src/IconHumidityIndoorSharpFilled.tsx b/src/IconHumidityIndoorSharpFilled.tsx index 6941f8846..989afe80b 100644 --- a/src/IconHumidityIndoorSharpFilled.tsx +++ b/src/IconHumidityIndoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityIndoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumidityIndoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityIndoorSharpFilled as default } diff --git a/src/IconHumidityLowOutlined.tsx b/src/IconHumidityLowOutlined.tsx index 842e6b135..ab06e080e 100644 --- a/src/IconHumidityLowOutlined.tsx +++ b/src/IconHumidityLowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowOutlined: React.FC = ({ ...props }) => ( +export const IconHumidityLowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityLowOutlined as default } diff --git a/src/IconHumidityLowOutlinedFilled.tsx b/src/IconHumidityLowOutlinedFilled.tsx index 486eb4455..0138238a8 100644 --- a/src/IconHumidityLowOutlinedFilled.tsx +++ b/src/IconHumidityLowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityLowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityLowOutlinedFilled as default } diff --git a/src/IconHumidityLowRounded.tsx b/src/IconHumidityLowRounded.tsx index 183568a49..739e4c2c4 100644 --- a/src/IconHumidityLowRounded.tsx +++ b/src/IconHumidityLowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowRounded: React.FC = ({ ...props }) => ( +export const IconHumidityLowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityLowRounded as default } diff --git a/src/IconHumidityLowRoundedFilled.tsx b/src/IconHumidityLowRoundedFilled.tsx index c396f76c5..2025ae9b7 100644 --- a/src/IconHumidityLowRoundedFilled.tsx +++ b/src/IconHumidityLowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityLowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityLowRoundedFilled as default } diff --git a/src/IconHumidityLowSharp.tsx b/src/IconHumidityLowSharp.tsx index 34f50d3ca..35be7391a 100644 --- a/src/IconHumidityLowSharp.tsx +++ b/src/IconHumidityLowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowSharp: React.FC = ({ ...props }) => ( +export const IconHumidityLowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityLowSharp as default } diff --git a/src/IconHumidityLowSharpFilled.tsx b/src/IconHumidityLowSharpFilled.tsx index 371cdf705..e3277d740 100644 --- a/src/IconHumidityLowSharpFilled.tsx +++ b/src/IconHumidityLowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityLowSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumidityLowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityLowSharpFilled as default } diff --git a/src/IconHumidityMidOutlined.tsx b/src/IconHumidityMidOutlined.tsx index 5f8a7c79e..c78002086 100644 --- a/src/IconHumidityMidOutlined.tsx +++ b/src/IconHumidityMidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidOutlined: React.FC = ({ ...props }) => ( +export const IconHumidityMidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityMidOutlined as default } diff --git a/src/IconHumidityMidOutlinedFilled.tsx b/src/IconHumidityMidOutlinedFilled.tsx index 34c274263..bbfad57c8 100644 --- a/src/IconHumidityMidOutlinedFilled.tsx +++ b/src/IconHumidityMidOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityMidOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityMidOutlinedFilled as default } diff --git a/src/IconHumidityMidRounded.tsx b/src/IconHumidityMidRounded.tsx index 7104f4bb2..9f60cd7fc 100644 --- a/src/IconHumidityMidRounded.tsx +++ b/src/IconHumidityMidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidRounded: React.FC = ({ ...props }) => ( +export const IconHumidityMidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityMidRounded as default } diff --git a/src/IconHumidityMidRoundedFilled.tsx b/src/IconHumidityMidRoundedFilled.tsx index 07a4870ce..c112ecfd6 100644 --- a/src/IconHumidityMidRoundedFilled.tsx +++ b/src/IconHumidityMidRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHumidityMidRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityMidRoundedFilled as default } diff --git a/src/IconHumidityMidSharp.tsx b/src/IconHumidityMidSharp.tsx index 7c6207b30..5b10b5a64 100644 --- a/src/IconHumidityMidSharp.tsx +++ b/src/IconHumidityMidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidSharp: React.FC = ({ ...props }) => ( +export const IconHumidityMidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHumidityMidSharp as default } diff --git a/src/IconHumidityMidSharpFilled.tsx b/src/IconHumidityMidSharpFilled.tsx index 654f7ddf1..75374b381 100644 --- a/src/IconHumidityMidSharpFilled.tsx +++ b/src/IconHumidityMidSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityMidSharpFilled: React.FC = ({ ...props }) => ( +export const IconHumidityMidSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityMidSharpFilled as default } diff --git a/src/IconHumidityPercentageOutlined.tsx b/src/IconHumidityPercentageOutlined.tsx index 6d6ac4e60..c0d7c0320 100644 --- a/src/IconHumidityPercentageOutlined.tsx +++ b/src/IconHumidityPercentageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageOutlined: React.FC = ({ ...props }) => ( +export const IconHumidityPercentageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityPercentageOutlined as default } diff --git a/src/IconHumidityPercentageOutlinedFilled.tsx b/src/IconHumidityPercentageOutlinedFilled.tsx index e501b7f16..d60e7e8e0 100644 --- a/src/IconHumidityPercentageOutlinedFilled.tsx +++ b/src/IconHumidityPercentageOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageOutlinedFilled: React.FC = ({ +export const IconHumidityPercentageOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHumidityPercentageOutlinedFilled: React.FC = ({ ) - -export { IconHumidityPercentageOutlinedFilled as default } diff --git a/src/IconHumidityPercentageRounded.tsx b/src/IconHumidityPercentageRounded.tsx index 376fc00c4..fee24fc0a 100644 --- a/src/IconHumidityPercentageRounded.tsx +++ b/src/IconHumidityPercentageRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageRounded: React.FC = ({ ...props }) => ( +export const IconHumidityPercentageRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityPercentageRounded as default } diff --git a/src/IconHumidityPercentageRoundedFilled.tsx b/src/IconHumidityPercentageRoundedFilled.tsx index e50f222de..9f7874142 100644 --- a/src/IconHumidityPercentageRoundedFilled.tsx +++ b/src/IconHumidityPercentageRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageRoundedFilled: React.FC = ({ +export const IconHumidityPercentageRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHumidityPercentageRoundedFilled: React.FC = ({ ) - -export { IconHumidityPercentageRoundedFilled as default } diff --git a/src/IconHumidityPercentageSharp.tsx b/src/IconHumidityPercentageSharp.tsx index ff62be15c..ef2e436d3 100644 --- a/src/IconHumidityPercentageSharp.tsx +++ b/src/IconHumidityPercentageSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageSharp: React.FC = ({ ...props }) => ( +export const IconHumidityPercentageSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconHumidityPercentageSharp as default } diff --git a/src/IconHumidityPercentageSharpFilled.tsx b/src/IconHumidityPercentageSharpFilled.tsx index ffdec55dc..3cf2b1cc6 100644 --- a/src/IconHumidityPercentageSharpFilled.tsx +++ b/src/IconHumidityPercentageSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconHumidityPercentageSharpFilled: React.FC = ({ +export const IconHumidityPercentageSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconHumidityPercentageSharpFilled: React.FC = ({ ) - -export { IconHumidityPercentageSharpFilled as default } diff --git a/src/IconHvacOutlined.tsx b/src/IconHvacOutlined.tsx index 863ca7e22..76627ef76 100644 --- a/src/IconHvacOutlined.tsx +++ b/src/IconHvacOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacOutlined: React.FC = ({ ...props }) => ( +export const IconHvacOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacOutlined as default } diff --git a/src/IconHvacOutlinedFilled.tsx b/src/IconHvacOutlinedFilled.tsx index 66714f5f0..3713490a6 100644 --- a/src/IconHvacOutlinedFilled.tsx +++ b/src/IconHvacOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconHvacOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacOutlinedFilled as default } diff --git a/src/IconHvacRounded.tsx b/src/IconHvacRounded.tsx index 1def1a6bf..015f7e969 100644 --- a/src/IconHvacRounded.tsx +++ b/src/IconHvacRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacRounded: React.FC = ({ ...props }) => ( +export const IconHvacRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacRounded as default } diff --git a/src/IconHvacRoundedFilled.tsx b/src/IconHvacRoundedFilled.tsx index 5a37da901..e83ca218b 100644 --- a/src/IconHvacRoundedFilled.tsx +++ b/src/IconHvacRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacRoundedFilled: React.FC = ({ ...props }) => ( +export const IconHvacRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacRoundedFilled as default } diff --git a/src/IconHvacSharp.tsx b/src/IconHvacSharp.tsx index d0738d002..f146256d8 100644 --- a/src/IconHvacSharp.tsx +++ b/src/IconHvacSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacSharp: React.FC = ({ ...props }) => ( +export const IconHvacSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacSharp as default } diff --git a/src/IconHvacSharpFilled.tsx b/src/IconHvacSharpFilled.tsx index 7ac3d5f55..93b701b1f 100644 --- a/src/IconHvacSharpFilled.tsx +++ b/src/IconHvacSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconHvacSharpFilled: React.FC = ({ ...props }) => ( +export const IconHvacSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconHvacSharpFilled as default } diff --git a/src/IconIceSkatingOutlined.tsx b/src/IconIceSkatingOutlined.tsx index 133f17a32..e7576df8d 100644 --- a/src/IconIceSkatingOutlined.tsx +++ b/src/IconIceSkatingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingOutlined: React.FC = ({ ...props }) => ( +export const IconIceSkatingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIceSkatingOutlined as default } diff --git a/src/IconIceSkatingOutlinedFilled.tsx b/src/IconIceSkatingOutlinedFilled.tsx index b4ecbde31..8f32f4eee 100644 --- a/src/IconIceSkatingOutlinedFilled.tsx +++ b/src/IconIceSkatingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIceSkatingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIceSkatingOutlinedFilled as default } diff --git a/src/IconIceSkatingRounded.tsx b/src/IconIceSkatingRounded.tsx index 30e37184b..f056084d9 100644 --- a/src/IconIceSkatingRounded.tsx +++ b/src/IconIceSkatingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingRounded: React.FC = ({ ...props }) => ( +export const IconIceSkatingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIceSkatingRounded as default } diff --git a/src/IconIceSkatingRoundedFilled.tsx b/src/IconIceSkatingRoundedFilled.tsx index 1b5c4eac5..ac50fa9c9 100644 --- a/src/IconIceSkatingRoundedFilled.tsx +++ b/src/IconIceSkatingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIceSkatingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIceSkatingRoundedFilled as default } diff --git a/src/IconIceSkatingSharp.tsx b/src/IconIceSkatingSharp.tsx index ccb158a8e..02d6dcfd8 100644 --- a/src/IconIceSkatingSharp.tsx +++ b/src/IconIceSkatingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingSharp: React.FC = ({ ...props }) => ( +export const IconIceSkatingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIceSkatingSharp as default } diff --git a/src/IconIceSkatingSharpFilled.tsx b/src/IconIceSkatingSharpFilled.tsx index 3fab9bbfa..4fa33b17f 100644 --- a/src/IconIceSkatingSharpFilled.tsx +++ b/src/IconIceSkatingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIceSkatingSharpFilled: React.FC = ({ ...props }) => ( +export const IconIceSkatingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIceSkatingSharpFilled as default } diff --git a/src/IconIcecreamOutlined.tsx b/src/IconIcecreamOutlined.tsx index c0c47a69f..2a6b8286a 100644 --- a/src/IconIcecreamOutlined.tsx +++ b/src/IconIcecreamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamOutlined: React.FC = ({ ...props }) => ( +export const IconIcecreamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIcecreamOutlined as default } diff --git a/src/IconIcecreamOutlinedFilled.tsx b/src/IconIcecreamOutlinedFilled.tsx index 7d4933b6c..5dbb2c54f 100644 --- a/src/IconIcecreamOutlinedFilled.tsx +++ b/src/IconIcecreamOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIcecreamOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIcecreamOutlinedFilled as default } diff --git a/src/IconIcecreamRounded.tsx b/src/IconIcecreamRounded.tsx index 3eb6eff4f..39c30ef54 100644 --- a/src/IconIcecreamRounded.tsx +++ b/src/IconIcecreamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamRounded: React.FC = ({ ...props }) => ( +export const IconIcecreamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIcecreamRounded as default } diff --git a/src/IconIcecreamRoundedFilled.tsx b/src/IconIcecreamRoundedFilled.tsx index 0d9ee4732..fbf5dcaa7 100644 --- a/src/IconIcecreamRoundedFilled.tsx +++ b/src/IconIcecreamRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIcecreamRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIcecreamRoundedFilled as default } diff --git a/src/IconIcecreamSharp.tsx b/src/IconIcecreamSharp.tsx index 480daee19..d5f449121 100644 --- a/src/IconIcecreamSharp.tsx +++ b/src/IconIcecreamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamSharp: React.FC = ({ ...props }) => ( +export const IconIcecreamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIcecreamSharp as default } diff --git a/src/IconIcecreamSharpFilled.tsx b/src/IconIcecreamSharpFilled.tsx index 3cc74f72e..e83ec9457 100644 --- a/src/IconIcecreamSharpFilled.tsx +++ b/src/IconIcecreamSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIcecreamSharpFilled: React.FC = ({ ...props }) => ( +export const IconIcecreamSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIcecreamSharpFilled as default } diff --git a/src/IconIdCardOutlined.tsx b/src/IconIdCardOutlined.tsx index 4ff18f789..d823c5135 100644 --- a/src/IconIdCardOutlined.tsx +++ b/src/IconIdCardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardOutlined: React.FC = ({ ...props }) => ( +export const IconIdCardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardOutlined as default } diff --git a/src/IconIdCardOutlinedFilled.tsx b/src/IconIdCardOutlinedFilled.tsx index 70b6458e6..e4b154386 100644 --- a/src/IconIdCardOutlinedFilled.tsx +++ b/src/IconIdCardOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIdCardOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardOutlinedFilled as default } diff --git a/src/IconIdCardRounded.tsx b/src/IconIdCardRounded.tsx index 6911d1952..1129f8396 100644 --- a/src/IconIdCardRounded.tsx +++ b/src/IconIdCardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardRounded: React.FC = ({ ...props }) => ( +export const IconIdCardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardRounded as default } diff --git a/src/IconIdCardRoundedFilled.tsx b/src/IconIdCardRoundedFilled.tsx index 2bda16c20..8b62e9f03 100644 --- a/src/IconIdCardRoundedFilled.tsx +++ b/src/IconIdCardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIdCardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardRoundedFilled as default } diff --git a/src/IconIdCardSharp.tsx b/src/IconIdCardSharp.tsx index a43b7acad..a1a319e2f 100644 --- a/src/IconIdCardSharp.tsx +++ b/src/IconIdCardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardSharp: React.FC = ({ ...props }) => ( +export const IconIdCardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardSharp as default } diff --git a/src/IconIdCardSharpFilled.tsx b/src/IconIdCardSharpFilled.tsx index 69f004ef1..113f7f658 100644 --- a/src/IconIdCardSharpFilled.tsx +++ b/src/IconIdCardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIdCardSharpFilled: React.FC = ({ ...props }) => ( +export const IconIdCardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIdCardSharpFilled as default } diff --git a/src/IconIflOutlined.tsx b/src/IconIflOutlined.tsx index 8fc4f97b8..545b5be69 100644 --- a/src/IconIflOutlined.tsx +++ b/src/IconIflOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflOutlined: React.FC = ({ ...props }) => ( +export const IconIflOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflOutlined as default } diff --git a/src/IconIflOutlinedFilled.tsx b/src/IconIflOutlinedFilled.tsx index 1f89697d4..a5811e37a 100644 --- a/src/IconIflOutlinedFilled.tsx +++ b/src/IconIflOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIflOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflOutlinedFilled as default } diff --git a/src/IconIflRounded.tsx b/src/IconIflRounded.tsx index a1d4a19f7..0582f24de 100644 --- a/src/IconIflRounded.tsx +++ b/src/IconIflRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflRounded: React.FC = ({ ...props }) => ( +export const IconIflRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflRounded as default } diff --git a/src/IconIflRoundedFilled.tsx b/src/IconIflRoundedFilled.tsx index 6443df0e8..0361b5168 100644 --- a/src/IconIflRoundedFilled.tsx +++ b/src/IconIflRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIflRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflRoundedFilled as default } diff --git a/src/IconIflSharp.tsx b/src/IconIflSharp.tsx index 92bbb76c4..e2a3a6b31 100644 --- a/src/IconIflSharp.tsx +++ b/src/IconIflSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflSharp: React.FC = ({ ...props }) => ( +export const IconIflSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflSharp as default } diff --git a/src/IconIflSharpFilled.tsx b/src/IconIflSharpFilled.tsx index de22f3a3a..b3a4aa700 100644 --- a/src/IconIflSharpFilled.tsx +++ b/src/IconIflSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIflSharpFilled: React.FC = ({ ...props }) => ( +export const IconIflSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIflSharpFilled as default } diff --git a/src/IconIframeOffOutlined.tsx b/src/IconIframeOffOutlined.tsx index 287aea5b7..d13ed1c5f 100644 --- a/src/IconIframeOffOutlined.tsx +++ b/src/IconIframeOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffOutlined: React.FC = ({ ...props }) => ( +export const IconIframeOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOffOutlined as default } diff --git a/src/IconIframeOffOutlinedFilled.tsx b/src/IconIframeOffOutlinedFilled.tsx index bd819c3f1..30389e03c 100644 --- a/src/IconIframeOffOutlinedFilled.tsx +++ b/src/IconIframeOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIframeOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIframeOffOutlinedFilled as default } diff --git a/src/IconIframeOffRounded.tsx b/src/IconIframeOffRounded.tsx index 1ca8b3a01..960d41e8c 100644 --- a/src/IconIframeOffRounded.tsx +++ b/src/IconIframeOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffRounded: React.FC = ({ ...props }) => ( +export const IconIframeOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOffRounded as default } diff --git a/src/IconIframeOffRoundedFilled.tsx b/src/IconIframeOffRoundedFilled.tsx index 439e229c8..abf6db581 100644 --- a/src/IconIframeOffRoundedFilled.tsx +++ b/src/IconIframeOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIframeOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIframeOffRoundedFilled as default } diff --git a/src/IconIframeOffSharp.tsx b/src/IconIframeOffSharp.tsx index 894f67f9b..6433aa148 100644 --- a/src/IconIframeOffSharp.tsx +++ b/src/IconIframeOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffSharp: React.FC = ({ ...props }) => ( +export const IconIframeOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOffSharp as default } diff --git a/src/IconIframeOffSharpFilled.tsx b/src/IconIframeOffSharpFilled.tsx index 50eaeed6d..48deb6e5e 100644 --- a/src/IconIframeOffSharpFilled.tsx +++ b/src/IconIframeOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconIframeOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOffSharpFilled as default } diff --git a/src/IconIframeOutlined.tsx b/src/IconIframeOutlined.tsx index 6c832e77d..f2752f218 100644 --- a/src/IconIframeOutlined.tsx +++ b/src/IconIframeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOutlined: React.FC = ({ ...props }) => ( +export const IconIframeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOutlined as default } diff --git a/src/IconIframeOutlinedFilled.tsx b/src/IconIframeOutlinedFilled.tsx index f50943747..d0d50ad61 100644 --- a/src/IconIframeOutlinedFilled.tsx +++ b/src/IconIframeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIframeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeOutlinedFilled as default } diff --git a/src/IconIframeRounded.tsx b/src/IconIframeRounded.tsx index 8527c91fb..0d54d853f 100644 --- a/src/IconIframeRounded.tsx +++ b/src/IconIframeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeRounded: React.FC = ({ ...props }) => ( +export const IconIframeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeRounded as default } diff --git a/src/IconIframeRoundedFilled.tsx b/src/IconIframeRoundedFilled.tsx index a8c69884a..7ac75d383 100644 --- a/src/IconIframeRoundedFilled.tsx +++ b/src/IconIframeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIframeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeRoundedFilled as default } diff --git a/src/IconIframeSharp.tsx b/src/IconIframeSharp.tsx index 4d0b0b9c6..4ed576943 100644 --- a/src/IconIframeSharp.tsx +++ b/src/IconIframeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeSharp: React.FC = ({ ...props }) => ( +export const IconIframeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeSharp as default } diff --git a/src/IconIframeSharpFilled.tsx b/src/IconIframeSharpFilled.tsx index 8b1cfc51a..cd0d13b79 100644 --- a/src/IconIframeSharpFilled.tsx +++ b/src/IconIframeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIframeSharpFilled: React.FC = ({ ...props }) => ( +export const IconIframeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIframeSharpFilled as default } diff --git a/src/IconImageAspectRatioOutlined.tsx b/src/IconImageAspectRatioOutlined.tsx index 05e2733cb..0443d5254 100644 --- a/src/IconImageAspectRatioOutlined.tsx +++ b/src/IconImageAspectRatioOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioOutlined: React.FC = ({ ...props }) => ( +export const IconImageAspectRatioOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageAspectRatioOutlined as default } diff --git a/src/IconImageAspectRatioOutlinedFilled.tsx b/src/IconImageAspectRatioOutlinedFilled.tsx index 8ba60c95b..210288976 100644 --- a/src/IconImageAspectRatioOutlinedFilled.tsx +++ b/src/IconImageAspectRatioOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioOutlinedFilled: React.FC = ({ +export const IconImageAspectRatioOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImageAspectRatioOutlinedFilled: React.FC = ({ ) - -export { IconImageAspectRatioOutlinedFilled as default } diff --git a/src/IconImageAspectRatioRounded.tsx b/src/IconImageAspectRatioRounded.tsx index 763c428f6..282971dad 100644 --- a/src/IconImageAspectRatioRounded.tsx +++ b/src/IconImageAspectRatioRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioRounded: React.FC = ({ ...props }) => ( +export const IconImageAspectRatioRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageAspectRatioRounded as default } diff --git a/src/IconImageAspectRatioRoundedFilled.tsx b/src/IconImageAspectRatioRoundedFilled.tsx index 0a4f71abe..b305b1911 100644 --- a/src/IconImageAspectRatioRoundedFilled.tsx +++ b/src/IconImageAspectRatioRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioRoundedFilled: React.FC = ({ +export const IconImageAspectRatioRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImageAspectRatioRoundedFilled: React.FC = ({ ) - -export { IconImageAspectRatioRoundedFilled as default } diff --git a/src/IconImageAspectRatioSharp.tsx b/src/IconImageAspectRatioSharp.tsx index 4a86a68d4..6315cc5d9 100644 --- a/src/IconImageAspectRatioSharp.tsx +++ b/src/IconImageAspectRatioSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioSharp: React.FC = ({ ...props }) => ( +export const IconImageAspectRatioSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageAspectRatioSharp as default } diff --git a/src/IconImageAspectRatioSharpFilled.tsx b/src/IconImageAspectRatioSharpFilled.tsx index 865d03f3b..3a41480ce 100644 --- a/src/IconImageAspectRatioSharpFilled.tsx +++ b/src/IconImageAspectRatioSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageAspectRatioSharpFilled: React.FC = ({ ...props }) => ( +export const IconImageAspectRatioSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageAspectRatioSharpFilled as default } diff --git a/src/IconImageOutlined.tsx b/src/IconImageOutlined.tsx index d9b096eee..d9884b2e8 100644 --- a/src/IconImageOutlined.tsx +++ b/src/IconImageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageOutlined: React.FC = ({ ...props }) => ( +export const IconImageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageOutlined as default } diff --git a/src/IconImageOutlinedFilled.tsx b/src/IconImageOutlinedFilled.tsx index b0e1a6cf7..c414809ce 100644 --- a/src/IconImageOutlinedFilled.tsx +++ b/src/IconImageOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconImageOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageOutlinedFilled as default } diff --git a/src/IconImageRounded.tsx b/src/IconImageRounded.tsx index e12b80744..b79c7a12f 100644 --- a/src/IconImageRounded.tsx +++ b/src/IconImageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageRounded: React.FC = ({ ...props }) => ( +export const IconImageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageRounded as default } diff --git a/src/IconImageRoundedFilled.tsx b/src/IconImageRoundedFilled.tsx index 9fee828b3..5aca7cbff 100644 --- a/src/IconImageRoundedFilled.tsx +++ b/src/IconImageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconImageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageRoundedFilled as default } diff --git a/src/IconImageSearchOutlined.tsx b/src/IconImageSearchOutlined.tsx index e6ac74b62..08fddcd36 100644 --- a/src/IconImageSearchOutlined.tsx +++ b/src/IconImageSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchOutlined: React.FC = ({ ...props }) => ( +export const IconImageSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageSearchOutlined as default } diff --git a/src/IconImageSearchOutlinedFilled.tsx b/src/IconImageSearchOutlinedFilled.tsx index ae3ff6121..4ff00587a 100644 --- a/src/IconImageSearchOutlinedFilled.tsx +++ b/src/IconImageSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconImageSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageSearchOutlinedFilled as default } diff --git a/src/IconImageSearchRounded.tsx b/src/IconImageSearchRounded.tsx index 349e060e2..4ffbb3efa 100644 --- a/src/IconImageSearchRounded.tsx +++ b/src/IconImageSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchRounded: React.FC = ({ ...props }) => ( +export const IconImageSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageSearchRounded as default } diff --git a/src/IconImageSearchRoundedFilled.tsx b/src/IconImageSearchRoundedFilled.tsx index 6d6b18629..2c805178e 100644 --- a/src/IconImageSearchRoundedFilled.tsx +++ b/src/IconImageSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconImageSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageSearchRoundedFilled as default } diff --git a/src/IconImageSearchSharp.tsx b/src/IconImageSearchSharp.tsx index 698ca4e71..a11e5ebb2 100644 --- a/src/IconImageSearchSharp.tsx +++ b/src/IconImageSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchSharp: React.FC = ({ ...props }) => ( +export const IconImageSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageSearchSharp as default } diff --git a/src/IconImageSearchSharpFilled.tsx b/src/IconImageSearchSharpFilled.tsx index 615912d7d..63847f6e8 100644 --- a/src/IconImageSearchSharpFilled.tsx +++ b/src/IconImageSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImageSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconImageSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImageSearchSharpFilled as default } diff --git a/src/IconImageSharp.tsx b/src/IconImageSharp.tsx index ef4ef236b..d47425608 100644 --- a/src/IconImageSharp.tsx +++ b/src/IconImageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageSharp: React.FC = ({ ...props }) => ( +export const IconImageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageSharp as default } diff --git a/src/IconImageSharpFilled.tsx b/src/IconImageSharpFilled.tsx index 5c3f19429..4a9c33a67 100644 --- a/src/IconImageSharpFilled.tsx +++ b/src/IconImageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImageSharpFilled: React.FC = ({ ...props }) => ( +export const IconImageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImageSharpFilled as default } diff --git a/src/IconImagesearchRollerOutlined.tsx b/src/IconImagesearchRollerOutlined.tsx index 884e04cff..f91a25fae 100644 --- a/src/IconImagesearchRollerOutlined.tsx +++ b/src/IconImagesearchRollerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerOutlined: React.FC = ({ ...props }) => ( +export const IconImagesearchRollerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesearchRollerOutlined as default } diff --git a/src/IconImagesearchRollerOutlinedFilled.tsx b/src/IconImagesearchRollerOutlinedFilled.tsx index f55e47b75..258205a69 100644 --- a/src/IconImagesearchRollerOutlinedFilled.tsx +++ b/src/IconImagesearchRollerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerOutlinedFilled: React.FC = ({ +export const IconImagesearchRollerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImagesearchRollerOutlinedFilled: React.FC = ({ ) - -export { IconImagesearchRollerOutlinedFilled as default } diff --git a/src/IconImagesearchRollerRounded.tsx b/src/IconImagesearchRollerRounded.tsx index 02d60d145..d1d11b3ca 100644 --- a/src/IconImagesearchRollerRounded.tsx +++ b/src/IconImagesearchRollerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerRounded: React.FC = ({ ...props }) => ( +export const IconImagesearchRollerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesearchRollerRounded as default } diff --git a/src/IconImagesearchRollerRoundedFilled.tsx b/src/IconImagesearchRollerRoundedFilled.tsx index 4e01eec14..dc3eaffb3 100644 --- a/src/IconImagesearchRollerRoundedFilled.tsx +++ b/src/IconImagesearchRollerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerRoundedFilled: React.FC = ({ +export const IconImagesearchRollerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImagesearchRollerRoundedFilled: React.FC = ({ ) - -export { IconImagesearchRollerRoundedFilled as default } diff --git a/src/IconImagesearchRollerSharp.tsx b/src/IconImagesearchRollerSharp.tsx index 22e9802b6..bbc389db0 100644 --- a/src/IconImagesearchRollerSharp.tsx +++ b/src/IconImagesearchRollerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerSharp: React.FC = ({ ...props }) => ( +export const IconImagesearchRollerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesearchRollerSharp as default } diff --git a/src/IconImagesearchRollerSharpFilled.tsx b/src/IconImagesearchRollerSharpFilled.tsx index 3cbfef713..a6e461cd1 100644 --- a/src/IconImagesearchRollerSharpFilled.tsx +++ b/src/IconImagesearchRollerSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImagesearchRollerSharpFilled: React.FC = ({ +export const IconImagesearchRollerSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImagesearchRollerSharpFilled: React.FC = ({ ) - -export { IconImagesearchRollerSharpFilled as default } diff --git a/src/IconImagesmodeOutlined.tsx b/src/IconImagesmodeOutlined.tsx index 5c04e4b9f..ef889804c 100644 --- a/src/IconImagesmodeOutlined.tsx +++ b/src/IconImagesmodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeOutlined: React.FC = ({ ...props }) => ( +export const IconImagesmodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImagesmodeOutlined as default } diff --git a/src/IconImagesmodeOutlinedFilled.tsx b/src/IconImagesmodeOutlinedFilled.tsx index 0338a992d..673d03989 100644 --- a/src/IconImagesmodeOutlinedFilled.tsx +++ b/src/IconImagesmodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconImagesmodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesmodeOutlinedFilled as default } diff --git a/src/IconImagesmodeRounded.tsx b/src/IconImagesmodeRounded.tsx index 793e5e8c4..9f532feb7 100644 --- a/src/IconImagesmodeRounded.tsx +++ b/src/IconImagesmodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeRounded: React.FC = ({ ...props }) => ( +export const IconImagesmodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImagesmodeRounded as default } diff --git a/src/IconImagesmodeRoundedFilled.tsx b/src/IconImagesmodeRoundedFilled.tsx index f08ba52ad..e2bf2a166 100644 --- a/src/IconImagesmodeRoundedFilled.tsx +++ b/src/IconImagesmodeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconImagesmodeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesmodeRoundedFilled as default } diff --git a/src/IconImagesmodeSharp.tsx b/src/IconImagesmodeSharp.tsx index c17e9090e..309985a9b 100644 --- a/src/IconImagesmodeSharp.tsx +++ b/src/IconImagesmodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeSharp: React.FC = ({ ...props }) => ( +export const IconImagesmodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImagesmodeSharp as default } diff --git a/src/IconImagesmodeSharpFilled.tsx b/src/IconImagesmodeSharpFilled.tsx index 4c1f5eaa5..1c7e2b0db 100644 --- a/src/IconImagesmodeSharpFilled.tsx +++ b/src/IconImagesmodeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImagesmodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconImagesmodeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImagesmodeSharpFilled as default } diff --git a/src/IconImmunologyOutlined.tsx b/src/IconImmunologyOutlined.tsx index dd21936dc..d48a7539b 100644 --- a/src/IconImmunologyOutlined.tsx +++ b/src/IconImmunologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologyOutlined: React.FC = ({ ...props }) => ( +export const IconImmunologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImmunologyOutlined as default } diff --git a/src/IconImmunologyOutlinedFilled.tsx b/src/IconImmunologyOutlinedFilled.tsx index 581564d5f..038486482 100644 --- a/src/IconImmunologyOutlinedFilled.tsx +++ b/src/IconImmunologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconImmunologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImmunologyOutlinedFilled as default } diff --git a/src/IconImmunologyRounded.tsx b/src/IconImmunologyRounded.tsx index 03971b482..b5cfcca9e 100644 --- a/src/IconImmunologyRounded.tsx +++ b/src/IconImmunologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologyRounded: React.FC = ({ ...props }) => ( +export const IconImmunologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImmunologyRounded as default } diff --git a/src/IconImmunologyRoundedFilled.tsx b/src/IconImmunologyRoundedFilled.tsx index da620d869..58b35f0b7 100644 --- a/src/IconImmunologyRoundedFilled.tsx +++ b/src/IconImmunologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconImmunologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImmunologyRoundedFilled as default } diff --git a/src/IconImmunologySharp.tsx b/src/IconImmunologySharp.tsx index 66f6f7261..7407d8844 100644 --- a/src/IconImmunologySharp.tsx +++ b/src/IconImmunologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologySharp: React.FC = ({ ...props }) => ( +export const IconImmunologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImmunologySharp as default } diff --git a/src/IconImmunologySharpFilled.tsx b/src/IconImmunologySharpFilled.tsx index 9335f7033..36a101071 100644 --- a/src/IconImmunologySharpFilled.tsx +++ b/src/IconImmunologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImmunologySharpFilled: React.FC = ({ ...props }) => ( +export const IconImmunologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImmunologySharpFilled as default } diff --git a/src/IconImportContactsOutlined.tsx b/src/IconImportContactsOutlined.tsx index 00e3a3619..feef53137 100644 --- a/src/IconImportContactsOutlined.tsx +++ b/src/IconImportContactsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsOutlined: React.FC = ({ ...props }) => ( +export const IconImportContactsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportContactsOutlined as default } diff --git a/src/IconImportContactsOutlinedFilled.tsx b/src/IconImportContactsOutlinedFilled.tsx index 2d90779e0..1bf30c0b4 100644 --- a/src/IconImportContactsOutlinedFilled.tsx +++ b/src/IconImportContactsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsOutlinedFilled: React.FC = ({ +export const IconImportContactsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImportContactsOutlinedFilled: React.FC = ({ ) - -export { IconImportContactsOutlinedFilled as default } diff --git a/src/IconImportContactsRounded.tsx b/src/IconImportContactsRounded.tsx index 14b058a33..14155ec15 100644 --- a/src/IconImportContactsRounded.tsx +++ b/src/IconImportContactsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsRounded: React.FC = ({ ...props }) => ( +export const IconImportContactsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportContactsRounded as default } diff --git a/src/IconImportContactsRoundedFilled.tsx b/src/IconImportContactsRoundedFilled.tsx index e14d0a9fe..e3d0bff39 100644 --- a/src/IconImportContactsRoundedFilled.tsx +++ b/src/IconImportContactsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconImportContactsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportContactsRoundedFilled as default } diff --git a/src/IconImportContactsSharp.tsx b/src/IconImportContactsSharp.tsx index c55fc2fb4..2044d5493 100644 --- a/src/IconImportContactsSharp.tsx +++ b/src/IconImportContactsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsSharp: React.FC = ({ ...props }) => ( +export const IconImportContactsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconImportContactsSharp as default } diff --git a/src/IconImportContactsSharpFilled.tsx b/src/IconImportContactsSharpFilled.tsx index ba43e526c..33800b628 100644 --- a/src/IconImportContactsSharpFilled.tsx +++ b/src/IconImportContactsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportContactsSharpFilled: React.FC = ({ ...props }) => ( +export const IconImportContactsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportContactsSharpFilled as default } diff --git a/src/IconImportantDevicesOutlined.tsx b/src/IconImportantDevicesOutlined.tsx index b63685fa5..f55add524 100644 --- a/src/IconImportantDevicesOutlined.tsx +++ b/src/IconImportantDevicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesOutlined: React.FC = ({ ...props }) => ( +export const IconImportantDevicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportantDevicesOutlined as default } diff --git a/src/IconImportantDevicesOutlinedFilled.tsx b/src/IconImportantDevicesOutlinedFilled.tsx index dca88edfc..3262bd7a9 100644 --- a/src/IconImportantDevicesOutlinedFilled.tsx +++ b/src/IconImportantDevicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesOutlinedFilled: React.FC = ({ +export const IconImportantDevicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImportantDevicesOutlinedFilled: React.FC = ({ ) - -export { IconImportantDevicesOutlinedFilled as default } diff --git a/src/IconImportantDevicesRounded.tsx b/src/IconImportantDevicesRounded.tsx index b435ab9ea..c81abb602 100644 --- a/src/IconImportantDevicesRounded.tsx +++ b/src/IconImportantDevicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesRounded: React.FC = ({ ...props }) => ( +export const IconImportantDevicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportantDevicesRounded as default } diff --git a/src/IconImportantDevicesRoundedFilled.tsx b/src/IconImportantDevicesRoundedFilled.tsx index f8622eb14..3e77bd286 100644 --- a/src/IconImportantDevicesRoundedFilled.tsx +++ b/src/IconImportantDevicesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesRoundedFilled: React.FC = ({ +export const IconImportantDevicesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconImportantDevicesRoundedFilled: React.FC = ({ ) - -export { IconImportantDevicesRoundedFilled as default } diff --git a/src/IconImportantDevicesSharp.tsx b/src/IconImportantDevicesSharp.tsx index 3de1cdd74..e1b7ad047 100644 --- a/src/IconImportantDevicesSharp.tsx +++ b/src/IconImportantDevicesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesSharp: React.FC = ({ ...props }) => ( +export const IconImportantDevicesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportantDevicesSharp as default } diff --git a/src/IconImportantDevicesSharpFilled.tsx b/src/IconImportantDevicesSharpFilled.tsx index 0284f8e11..4d76d8496 100644 --- a/src/IconImportantDevicesSharpFilled.tsx +++ b/src/IconImportantDevicesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconImportantDevicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconImportantDevicesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconImportantDevicesSharpFilled as default } diff --git a/src/IconInHomeModeOutlined.tsx b/src/IconInHomeModeOutlined.tsx index 6b6866820..e563610d2 100644 --- a/src/IconInHomeModeOutlined.tsx +++ b/src/IconInHomeModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeOutlined: React.FC = ({ ...props }) => ( +export const IconInHomeModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInHomeModeOutlined as default } diff --git a/src/IconInHomeModeOutlinedFilled.tsx b/src/IconInHomeModeOutlinedFilled.tsx index ab68083e1..779930d23 100644 --- a/src/IconInHomeModeOutlinedFilled.tsx +++ b/src/IconInHomeModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInHomeModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInHomeModeOutlinedFilled as default } diff --git a/src/IconInHomeModeRounded.tsx b/src/IconInHomeModeRounded.tsx index 45a8cf57f..89aeb7346 100644 --- a/src/IconInHomeModeRounded.tsx +++ b/src/IconInHomeModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeRounded: React.FC = ({ ...props }) => ( +export const IconInHomeModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInHomeModeRounded as default } diff --git a/src/IconInHomeModeRoundedFilled.tsx b/src/IconInHomeModeRoundedFilled.tsx index 70d02369b..9befc049f 100644 --- a/src/IconInHomeModeRoundedFilled.tsx +++ b/src/IconInHomeModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInHomeModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInHomeModeRoundedFilled as default } diff --git a/src/IconInHomeModeSharp.tsx b/src/IconInHomeModeSharp.tsx index 0116ed2ee..31206e777 100644 --- a/src/IconInHomeModeSharp.tsx +++ b/src/IconInHomeModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeSharp: React.FC = ({ ...props }) => ( +export const IconInHomeModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInHomeModeSharp as default } diff --git a/src/IconInHomeModeSharpFilled.tsx b/src/IconInHomeModeSharpFilled.tsx index 5ad21f432..24fad3e77 100644 --- a/src/IconInHomeModeSharpFilled.tsx +++ b/src/IconInHomeModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInHomeModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconInHomeModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInHomeModeSharpFilled as default } diff --git a/src/IconInactiveOrderOutlined.tsx b/src/IconInactiveOrderOutlined.tsx index 72ad265e1..269f08705 100644 --- a/src/IconInactiveOrderOutlined.tsx +++ b/src/IconInactiveOrderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderOutlined: React.FC = ({ ...props }) => ( +export const IconInactiveOrderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderOutlined as default } diff --git a/src/IconInactiveOrderOutlinedFilled.tsx b/src/IconInactiveOrderOutlinedFilled.tsx index cb47589bf..21e3b716d 100644 --- a/src/IconInactiveOrderOutlinedFilled.tsx +++ b/src/IconInactiveOrderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInactiveOrderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderOutlinedFilled as default } diff --git a/src/IconInactiveOrderRounded.tsx b/src/IconInactiveOrderRounded.tsx index 2c3719102..4bac8382e 100644 --- a/src/IconInactiveOrderRounded.tsx +++ b/src/IconInactiveOrderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderRounded: React.FC = ({ ...props }) => ( +export const IconInactiveOrderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderRounded as default } diff --git a/src/IconInactiveOrderRoundedFilled.tsx b/src/IconInactiveOrderRoundedFilled.tsx index 11e18ea80..2d7a16929 100644 --- a/src/IconInactiveOrderRoundedFilled.tsx +++ b/src/IconInactiveOrderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInactiveOrderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderRoundedFilled as default } diff --git a/src/IconInactiveOrderSharp.tsx b/src/IconInactiveOrderSharp.tsx index f8838dd91..ecefb84ef 100644 --- a/src/IconInactiveOrderSharp.tsx +++ b/src/IconInactiveOrderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderSharp: React.FC = ({ ...props }) => ( +export const IconInactiveOrderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderSharp as default } diff --git a/src/IconInactiveOrderSharpFilled.tsx b/src/IconInactiveOrderSharpFilled.tsx index f551a0823..e9c890aec 100644 --- a/src/IconInactiveOrderSharpFilled.tsx +++ b/src/IconInactiveOrderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInactiveOrderSharpFilled: React.FC = ({ ...props }) => ( +export const IconInactiveOrderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInactiveOrderSharpFilled as default } diff --git a/src/IconInboxCustomizeOutlined.tsx b/src/IconInboxCustomizeOutlined.tsx index 740b498f0..d6be9d3aa 100644 --- a/src/IconInboxCustomizeOutlined.tsx +++ b/src/IconInboxCustomizeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeOutlined: React.FC = ({ ...props }) => ( +export const IconInboxCustomizeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInboxCustomizeOutlined as default } diff --git a/src/IconInboxCustomizeOutlinedFilled.tsx b/src/IconInboxCustomizeOutlinedFilled.tsx index 11f02e5ee..77fdb8c8d 100644 --- a/src/IconInboxCustomizeOutlinedFilled.tsx +++ b/src/IconInboxCustomizeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeOutlinedFilled: React.FC = ({ +export const IconInboxCustomizeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInboxCustomizeOutlinedFilled: React.FC = ({ ) - -export { IconInboxCustomizeOutlinedFilled as default } diff --git a/src/IconInboxCustomizeRounded.tsx b/src/IconInboxCustomizeRounded.tsx index ed73f3559..4741f340b 100644 --- a/src/IconInboxCustomizeRounded.tsx +++ b/src/IconInboxCustomizeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeRounded: React.FC = ({ ...props }) => ( +export const IconInboxCustomizeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInboxCustomizeRounded as default } diff --git a/src/IconInboxCustomizeRoundedFilled.tsx b/src/IconInboxCustomizeRoundedFilled.tsx index c075e6891..f68f59b20 100644 --- a/src/IconInboxCustomizeRoundedFilled.tsx +++ b/src/IconInboxCustomizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInboxCustomizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInboxCustomizeRoundedFilled as default } diff --git a/src/IconInboxCustomizeSharp.tsx b/src/IconInboxCustomizeSharp.tsx index e19a47e4b..245dcfbff 100644 --- a/src/IconInboxCustomizeSharp.tsx +++ b/src/IconInboxCustomizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeSharp: React.FC = ({ ...props }) => ( +export const IconInboxCustomizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxCustomizeSharp as default } diff --git a/src/IconInboxCustomizeSharpFilled.tsx b/src/IconInboxCustomizeSharpFilled.tsx index 12e76da38..e64fe7e58 100644 --- a/src/IconInboxCustomizeSharpFilled.tsx +++ b/src/IconInboxCustomizeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInboxCustomizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconInboxCustomizeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInboxCustomizeSharpFilled as default } diff --git a/src/IconInboxOutlined.tsx b/src/IconInboxOutlined.tsx index e647d1a8e..7b8406635 100644 --- a/src/IconInboxOutlined.tsx +++ b/src/IconInboxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxOutlined: React.FC = ({ ...props }) => ( +export const IconInboxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxOutlined as default } diff --git a/src/IconInboxOutlinedFilled.tsx b/src/IconInboxOutlinedFilled.tsx index 6c81605f6..c801e3924 100644 --- a/src/IconInboxOutlinedFilled.tsx +++ b/src/IconInboxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInboxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxOutlinedFilled as default } diff --git a/src/IconInboxRounded.tsx b/src/IconInboxRounded.tsx index 091a47703..40299c4c3 100644 --- a/src/IconInboxRounded.tsx +++ b/src/IconInboxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxRounded: React.FC = ({ ...props }) => ( +export const IconInboxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxRounded as default } diff --git a/src/IconInboxRoundedFilled.tsx b/src/IconInboxRoundedFilled.tsx index a667781ed..61c335b4a 100644 --- a/src/IconInboxRoundedFilled.tsx +++ b/src/IconInboxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInboxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxRoundedFilled as default } diff --git a/src/IconInboxSharp.tsx b/src/IconInboxSharp.tsx index 19ce9ecd3..decfe47de 100644 --- a/src/IconInboxSharp.tsx +++ b/src/IconInboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxSharp: React.FC = ({ ...props }) => ( +export const IconInboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxSharp as default } diff --git a/src/IconInboxSharpFilled.tsx b/src/IconInboxSharpFilled.tsx index 0e816ec7f..02f6a30dd 100644 --- a/src/IconInboxSharpFilled.tsx +++ b/src/IconInboxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconInboxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInboxSharpFilled as default } diff --git a/src/IconIncompleteCircleOutlined.tsx b/src/IconIncompleteCircleOutlined.tsx index 103a75e62..79ea63aa3 100644 --- a/src/IconIncompleteCircleOutlined.tsx +++ b/src/IconIncompleteCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleOutlined: React.FC = ({ ...props }) => ( +export const IconIncompleteCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIncompleteCircleOutlined as default } diff --git a/src/IconIncompleteCircleOutlinedFilled.tsx b/src/IconIncompleteCircleOutlinedFilled.tsx index dd12aa171..ab6d77744 100644 --- a/src/IconIncompleteCircleOutlinedFilled.tsx +++ b/src/IconIncompleteCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleOutlinedFilled: React.FC = ({ +export const IconIncompleteCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIncompleteCircleOutlinedFilled: React.FC = ({ ) - -export { IconIncompleteCircleOutlinedFilled as default } diff --git a/src/IconIncompleteCircleRounded.tsx b/src/IconIncompleteCircleRounded.tsx index f376a48b9..729fac74c 100644 --- a/src/IconIncompleteCircleRounded.tsx +++ b/src/IconIncompleteCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleRounded: React.FC = ({ ...props }) => ( +export const IconIncompleteCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIncompleteCircleRounded as default } diff --git a/src/IconIncompleteCircleRoundedFilled.tsx b/src/IconIncompleteCircleRoundedFilled.tsx index 165981ef6..3bcf1d857 100644 --- a/src/IconIncompleteCircleRoundedFilled.tsx +++ b/src/IconIncompleteCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleRoundedFilled: React.FC = ({ +export const IconIncompleteCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIncompleteCircleRoundedFilled: React.FC = ({ ) - -export { IconIncompleteCircleRoundedFilled as default } diff --git a/src/IconIncompleteCircleSharp.tsx b/src/IconIncompleteCircleSharp.tsx index 17aaf6363..f9ab82656 100644 --- a/src/IconIncompleteCircleSharp.tsx +++ b/src/IconIncompleteCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleSharp: React.FC = ({ ...props }) => ( +export const IconIncompleteCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIncompleteCircleSharp as default } diff --git a/src/IconIncompleteCircleSharpFilled.tsx b/src/IconIncompleteCircleSharpFilled.tsx index c5ba8e074..64c9507e4 100644 --- a/src/IconIncompleteCircleSharpFilled.tsx +++ b/src/IconIncompleteCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIncompleteCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconIncompleteCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIncompleteCircleSharpFilled as default } diff --git a/src/IconIndeterminateCheckBoxOutlined.tsx b/src/IconIndeterminateCheckBoxOutlined.tsx index d1a9e5b44..04c081504 100644 --- a/src/IconIndeterminateCheckBoxOutlined.tsx +++ b/src/IconIndeterminateCheckBoxOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxOutlined: React.FC = ({ +export const IconIndeterminateCheckBoxOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateCheckBoxOutlined: React.FC = ({ ) - -export { IconIndeterminateCheckBoxOutlined as default } diff --git a/src/IconIndeterminateCheckBoxOutlinedFilled.tsx b/src/IconIndeterminateCheckBoxOutlinedFilled.tsx index bc3dc8c3a..88262919f 100644 --- a/src/IconIndeterminateCheckBoxOutlinedFilled.tsx +++ b/src/IconIndeterminateCheckBoxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxOutlinedFilled: React.FC = ({ +export const IconIndeterminateCheckBoxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateCheckBoxOutlinedFilled: React.FC = ({ ) - -export { IconIndeterminateCheckBoxOutlinedFilled as default } diff --git a/src/IconIndeterminateCheckBoxRounded.tsx b/src/IconIndeterminateCheckBoxRounded.tsx index 1dd53a0eb..d05d5f6f2 100644 --- a/src/IconIndeterminateCheckBoxRounded.tsx +++ b/src/IconIndeterminateCheckBoxRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxRounded: React.FC = ({ +export const IconIndeterminateCheckBoxRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateCheckBoxRounded: React.FC = ({ ) - -export { IconIndeterminateCheckBoxRounded as default } diff --git a/src/IconIndeterminateCheckBoxRoundedFilled.tsx b/src/IconIndeterminateCheckBoxRoundedFilled.tsx index c891f5af3..73f2bc9f5 100644 --- a/src/IconIndeterminateCheckBoxRoundedFilled.tsx +++ b/src/IconIndeterminateCheckBoxRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxRoundedFilled: React.FC = ({ +export const IconIndeterminateCheckBoxRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateCheckBoxRoundedFilled: React.FC = ({ ) - -export { IconIndeterminateCheckBoxRoundedFilled as default } diff --git a/src/IconIndeterminateCheckBoxSharp.tsx b/src/IconIndeterminateCheckBoxSharp.tsx index 4aa2b9ac5..e8b588f81 100644 --- a/src/IconIndeterminateCheckBoxSharp.tsx +++ b/src/IconIndeterminateCheckBoxSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxSharp: React.FC = ({ ...props }) => ( +export const IconIndeterminateCheckBoxSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIndeterminateCheckBoxSharp as default } diff --git a/src/IconIndeterminateCheckBoxSharpFilled.tsx b/src/IconIndeterminateCheckBoxSharpFilled.tsx index a2a3ff690..273bc8e1a 100644 --- a/src/IconIndeterminateCheckBoxSharpFilled.tsx +++ b/src/IconIndeterminateCheckBoxSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateCheckBoxSharpFilled: React.FC = ({ +export const IconIndeterminateCheckBoxSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateCheckBoxSharpFilled: React.FC = ({ ) - -export { IconIndeterminateCheckBoxSharpFilled as default } diff --git a/src/IconIndeterminateQuestionBoxOutlined.tsx b/src/IconIndeterminateQuestionBoxOutlined.tsx index c8a697f57..b4dde637c 100644 --- a/src/IconIndeterminateQuestionBoxOutlined.tsx +++ b/src/IconIndeterminateQuestionBoxOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxOutlined: React.FC = ({ +export const IconIndeterminateQuestionBoxOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateQuestionBoxOutlined: React.FC = ({ ) - -export { IconIndeterminateQuestionBoxOutlined as default } diff --git a/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx b/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx index 544d8135e..ca6b11137 100644 --- a/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx +++ b/src/IconIndeterminateQuestionBoxOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconIndeterminateQuestionBoxOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIndeterminateQuestionBoxOutlinedFilled as default } diff --git a/src/IconIndeterminateQuestionBoxRounded.tsx b/src/IconIndeterminateQuestionBoxRounded.tsx index 0a958f7ee..0edf6dd99 100644 --- a/src/IconIndeterminateQuestionBoxRounded.tsx +++ b/src/IconIndeterminateQuestionBoxRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxRounded: React.FC = ({ +export const IconIndeterminateQuestionBoxRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateQuestionBoxRounded: React.FC = ({ ) - -export { IconIndeterminateQuestionBoxRounded as default } diff --git a/src/IconIndeterminateQuestionBoxRoundedFilled.tsx b/src/IconIndeterminateQuestionBoxRoundedFilled.tsx index e61bbe5bd..b0d707ee1 100644 --- a/src/IconIndeterminateQuestionBoxRoundedFilled.tsx +++ b/src/IconIndeterminateQuestionBoxRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxRoundedFilled: React.FC = ({ +export const IconIndeterminateQuestionBoxRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateQuestionBoxRoundedFilled: React.FC = ({ ) - -export { IconIndeterminateQuestionBoxRoundedFilled as default } diff --git a/src/IconIndeterminateQuestionBoxSharp.tsx b/src/IconIndeterminateQuestionBoxSharp.tsx index fd4b751db..27f2b6eec 100644 --- a/src/IconIndeterminateQuestionBoxSharp.tsx +++ b/src/IconIndeterminateQuestionBoxSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxSharp: React.FC = ({ +export const IconIndeterminateQuestionBoxSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateQuestionBoxSharp: React.FC = ({ ) - -export { IconIndeterminateQuestionBoxSharp as default } diff --git a/src/IconIndeterminateQuestionBoxSharpFilled.tsx b/src/IconIndeterminateQuestionBoxSharpFilled.tsx index 14ecdac70..04575ff59 100644 --- a/src/IconIndeterminateQuestionBoxSharpFilled.tsx +++ b/src/IconIndeterminateQuestionBoxSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIndeterminateQuestionBoxSharpFilled: React.FC = ({ +export const IconIndeterminateQuestionBoxSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIndeterminateQuestionBoxSharpFilled: React.FC = ({ ) - -export { IconIndeterminateQuestionBoxSharpFilled as default } diff --git a/src/IconInfoIOutlined.tsx b/src/IconInfoIOutlined.tsx index 1eadfb1dd..9b25f9323 100644 --- a/src/IconInfoIOutlined.tsx +++ b/src/IconInfoIOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoIOutlined: React.FC = ({ ...props }) => ( +export const IconInfoIOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoIOutlined as default } diff --git a/src/IconInfoIOutlinedFilled.tsx b/src/IconInfoIOutlinedFilled.tsx index 1760959e5..21ecb2ff4 100644 --- a/src/IconInfoIOutlinedFilled.tsx +++ b/src/IconInfoIOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoIOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInfoIOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoIOutlinedFilled as default } diff --git a/src/IconInfoIRounded.tsx b/src/IconInfoIRounded.tsx index 1195a8e2e..8419fbf42 100644 --- a/src/IconInfoIRounded.tsx +++ b/src/IconInfoIRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoIRounded: React.FC = ({ ...props }) => ( +export const IconInfoIRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoIRounded as default } diff --git a/src/IconInfoIRoundedFilled.tsx b/src/IconInfoIRoundedFilled.tsx index a3d550aee..2e58632f2 100644 --- a/src/IconInfoIRoundedFilled.tsx +++ b/src/IconInfoIRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoIRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInfoIRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoIRoundedFilled as default } diff --git a/src/IconInfoISharp.tsx b/src/IconInfoISharp.tsx index 33b7f6845..54b2de2fe 100644 --- a/src/IconInfoISharp.tsx +++ b/src/IconInfoISharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoISharp: React.FC = ({ ...props }) => ( +export const IconInfoISharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoISharp as default } diff --git a/src/IconInfoISharpFilled.tsx b/src/IconInfoISharpFilled.tsx index f94154b8e..a5b6604de 100644 --- a/src/IconInfoISharpFilled.tsx +++ b/src/IconInfoISharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoISharpFilled: React.FC = ({ ...props }) => ( +export const IconInfoISharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoISharpFilled as default } diff --git a/src/IconInfoOutlined.tsx b/src/IconInfoOutlined.tsx index 1c5b1334b..086eff7ce 100644 --- a/src/IconInfoOutlined.tsx +++ b/src/IconInfoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoOutlined: React.FC = ({ ...props }) => ( +export const IconInfoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoOutlined as default } diff --git a/src/IconInfoOutlinedFilled.tsx b/src/IconInfoOutlinedFilled.tsx index e0e948498..ed2482958 100644 --- a/src/IconInfoOutlinedFilled.tsx +++ b/src/IconInfoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInfoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoOutlinedFilled as default } diff --git a/src/IconInfoRounded.tsx b/src/IconInfoRounded.tsx index 4fd339c66..42ef8ff83 100644 --- a/src/IconInfoRounded.tsx +++ b/src/IconInfoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoRounded: React.FC = ({ ...props }) => ( +export const IconInfoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoRounded as default } diff --git a/src/IconInfoRoundedFilled.tsx b/src/IconInfoRoundedFilled.tsx index f31c5ccdc..a35845092 100644 --- a/src/IconInfoRoundedFilled.tsx +++ b/src/IconInfoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInfoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoRoundedFilled as default } diff --git a/src/IconInfoSharp.tsx b/src/IconInfoSharp.tsx index fd6951dd8..233a75f8b 100644 --- a/src/IconInfoSharp.tsx +++ b/src/IconInfoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoSharp: React.FC = ({ ...props }) => ( +export const IconInfoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoSharp as default } diff --git a/src/IconInfoSharpFilled.tsx b/src/IconInfoSharpFilled.tsx index 7407ebc35..93000f532 100644 --- a/src/IconInfoSharpFilled.tsx +++ b/src/IconInfoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfoSharpFilled: React.FC = ({ ...props }) => ( +export const IconInfoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfoSharpFilled as default } diff --git a/src/IconInfraredOutlined.tsx b/src/IconInfraredOutlined.tsx index b16f1f090..ed138b0d5 100644 --- a/src/IconInfraredOutlined.tsx +++ b/src/IconInfraredOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredOutlined: React.FC = ({ ...props }) => ( +export const IconInfraredOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfraredOutlined as default } diff --git a/src/IconInfraredOutlinedFilled.tsx b/src/IconInfraredOutlinedFilled.tsx index 54af210ed..b8e71f124 100644 --- a/src/IconInfraredOutlinedFilled.tsx +++ b/src/IconInfraredOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInfraredOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInfraredOutlinedFilled as default } diff --git a/src/IconInfraredRounded.tsx b/src/IconInfraredRounded.tsx index 9f2aaba0b..5fd06f5db 100644 --- a/src/IconInfraredRounded.tsx +++ b/src/IconInfraredRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredRounded: React.FC = ({ ...props }) => ( +export const IconInfraredRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfraredRounded as default } diff --git a/src/IconInfraredRoundedFilled.tsx b/src/IconInfraredRoundedFilled.tsx index 0152453f7..f81a98c3a 100644 --- a/src/IconInfraredRoundedFilled.tsx +++ b/src/IconInfraredRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInfraredRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInfraredRoundedFilled as default } diff --git a/src/IconInfraredSharp.tsx b/src/IconInfraredSharp.tsx index 25ec0edbe..73234c26e 100644 --- a/src/IconInfraredSharp.tsx +++ b/src/IconInfraredSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredSharp: React.FC = ({ ...props }) => ( +export const IconInfraredSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfraredSharp as default } diff --git a/src/IconInfraredSharpFilled.tsx b/src/IconInfraredSharpFilled.tsx index 6e8eb7802..d25385778 100644 --- a/src/IconInfraredSharpFilled.tsx +++ b/src/IconInfraredSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInfraredSharpFilled: React.FC = ({ ...props }) => ( +export const IconInfraredSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInfraredSharpFilled as default } diff --git a/src/IconInkEraserOffOutlined.tsx b/src/IconInkEraserOffOutlined.tsx index 6ab1ce7b9..6c8b63fda 100644 --- a/src/IconInkEraserOffOutlined.tsx +++ b/src/IconInkEraserOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffOutlined: React.FC = ({ ...props }) => ( +export const IconInkEraserOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffOutlined as default } diff --git a/src/IconInkEraserOffOutlinedFilled.tsx b/src/IconInkEraserOffOutlinedFilled.tsx index 66910fbc9..7a0f080dd 100644 --- a/src/IconInkEraserOffOutlinedFilled.tsx +++ b/src/IconInkEraserOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffOutlinedFilled as default } diff --git a/src/IconInkEraserOffRounded.tsx b/src/IconInkEraserOffRounded.tsx index 3b6d8fecc..5c11cb780 100644 --- a/src/IconInkEraserOffRounded.tsx +++ b/src/IconInkEraserOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffRounded: React.FC = ({ ...props }) => ( +export const IconInkEraserOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffRounded as default } diff --git a/src/IconInkEraserOffRoundedFilled.tsx b/src/IconInkEraserOffRoundedFilled.tsx index cd06e4895..833a5ff44 100644 --- a/src/IconInkEraserOffRoundedFilled.tsx +++ b/src/IconInkEraserOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffRoundedFilled as default } diff --git a/src/IconInkEraserOffSharp.tsx b/src/IconInkEraserOffSharp.tsx index be829aa9d..76938d449 100644 --- a/src/IconInkEraserOffSharp.tsx +++ b/src/IconInkEraserOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffSharp: React.FC = ({ ...props }) => ( +export const IconInkEraserOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffSharp as default } diff --git a/src/IconInkEraserOffSharpFilled.tsx b/src/IconInkEraserOffSharpFilled.tsx index b87865024..6be82c16d 100644 --- a/src/IconInkEraserOffSharpFilled.tsx +++ b/src/IconInkEraserOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkEraserOffSharpFilled as default } diff --git a/src/IconInkEraserOutlined.tsx b/src/IconInkEraserOutlined.tsx index c14cbadfc..86d96336d 100644 --- a/src/IconInkEraserOutlined.tsx +++ b/src/IconInkEraserOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOutlined: React.FC = ({ ...props }) => ( +export const IconInkEraserOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserOutlined as default } diff --git a/src/IconInkEraserOutlinedFilled.tsx b/src/IconInkEraserOutlinedFilled.tsx index 629746bcf..e4a96f8c4 100644 --- a/src/IconInkEraserOutlinedFilled.tsx +++ b/src/IconInkEraserOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkEraserOutlinedFilled as default } diff --git a/src/IconInkEraserRounded.tsx b/src/IconInkEraserRounded.tsx index 791bd57d5..2ca99cd12 100644 --- a/src/IconInkEraserRounded.tsx +++ b/src/IconInkEraserRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserRounded: React.FC = ({ ...props }) => ( +export const IconInkEraserRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserRounded as default } diff --git a/src/IconInkEraserRoundedFilled.tsx b/src/IconInkEraserRoundedFilled.tsx index 356b0f0b4..2f4472b7a 100644 --- a/src/IconInkEraserRoundedFilled.tsx +++ b/src/IconInkEraserRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkEraserRoundedFilled as default } diff --git a/src/IconInkEraserSharp.tsx b/src/IconInkEraserSharp.tsx index 0d3458b2c..c7628dc00 100644 --- a/src/IconInkEraserSharp.tsx +++ b/src/IconInkEraserSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserSharp: React.FC = ({ ...props }) => ( +export const IconInkEraserSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserSharp as default } diff --git a/src/IconInkEraserSharpFilled.tsx b/src/IconInkEraserSharpFilled.tsx index 2eec30a34..c081b5251 100644 --- a/src/IconInkEraserSharpFilled.tsx +++ b/src/IconInkEraserSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkEraserSharpFilled: React.FC = ({ ...props }) => ( +export const IconInkEraserSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkEraserSharpFilled as default } diff --git a/src/IconInkHighlighterMoveOutlined.tsx b/src/IconInkHighlighterMoveOutlined.tsx index e08280681..c9e23076e 100644 --- a/src/IconInkHighlighterMoveOutlined.tsx +++ b/src/IconInkHighlighterMoveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveOutlined: React.FC = ({ ...props }) => ( +export const IconInkHighlighterMoveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterMoveOutlined as default } diff --git a/src/IconInkHighlighterMoveOutlinedFilled.tsx b/src/IconInkHighlighterMoveOutlinedFilled.tsx index b1a47974d..198bd9135 100644 --- a/src/IconInkHighlighterMoveOutlinedFilled.tsx +++ b/src/IconInkHighlighterMoveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveOutlinedFilled: React.FC = ({ +export const IconInkHighlighterMoveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInkHighlighterMoveOutlinedFilled: React.FC = ({ ) - -export { IconInkHighlighterMoveOutlinedFilled as default } diff --git a/src/IconInkHighlighterMoveRounded.tsx b/src/IconInkHighlighterMoveRounded.tsx index 24f81cfba..0ffca244b 100644 --- a/src/IconInkHighlighterMoveRounded.tsx +++ b/src/IconInkHighlighterMoveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveRounded: React.FC = ({ ...props }) => ( +export const IconInkHighlighterMoveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterMoveRounded as default } diff --git a/src/IconInkHighlighterMoveRoundedFilled.tsx b/src/IconInkHighlighterMoveRoundedFilled.tsx index 33d4531b1..545f3e2a0 100644 --- a/src/IconInkHighlighterMoveRoundedFilled.tsx +++ b/src/IconInkHighlighterMoveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveRoundedFilled: React.FC = ({ +export const IconInkHighlighterMoveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInkHighlighterMoveRoundedFilled: React.FC = ({ ) - -export { IconInkHighlighterMoveRoundedFilled as default } diff --git a/src/IconInkHighlighterMoveSharp.tsx b/src/IconInkHighlighterMoveSharp.tsx index 7ca9ba79a..ae559aa4f 100644 --- a/src/IconInkHighlighterMoveSharp.tsx +++ b/src/IconInkHighlighterMoveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveSharp: React.FC = ({ ...props }) => ( +export const IconInkHighlighterMoveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterMoveSharp as default } diff --git a/src/IconInkHighlighterMoveSharpFilled.tsx b/src/IconInkHighlighterMoveSharpFilled.tsx index 3ba29f1ed..ab2df7ef7 100644 --- a/src/IconInkHighlighterMoveSharpFilled.tsx +++ b/src/IconInkHighlighterMoveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterMoveSharpFilled: React.FC = ({ +export const IconInkHighlighterMoveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInkHighlighterMoveSharpFilled: React.FC = ({ ) - -export { IconInkHighlighterMoveSharpFilled as default } diff --git a/src/IconInkHighlighterOutlined.tsx b/src/IconInkHighlighterOutlined.tsx index 136f84871..955449db5 100644 --- a/src/IconInkHighlighterOutlined.tsx +++ b/src/IconInkHighlighterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterOutlined: React.FC = ({ ...props }) => ( +export const IconInkHighlighterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterOutlined as default } diff --git a/src/IconInkHighlighterOutlinedFilled.tsx b/src/IconInkHighlighterOutlinedFilled.tsx index c6aedc47e..b245648be 100644 --- a/src/IconInkHighlighterOutlinedFilled.tsx +++ b/src/IconInkHighlighterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterOutlinedFilled: React.FC = ({ +export const IconInkHighlighterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInkHighlighterOutlinedFilled: React.FC = ({ ) - -export { IconInkHighlighterOutlinedFilled as default } diff --git a/src/IconInkHighlighterRounded.tsx b/src/IconInkHighlighterRounded.tsx index 3125d96dd..75919945d 100644 --- a/src/IconInkHighlighterRounded.tsx +++ b/src/IconInkHighlighterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterRounded: React.FC = ({ ...props }) => ( +export const IconInkHighlighterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterRounded as default } diff --git a/src/IconInkHighlighterRoundedFilled.tsx b/src/IconInkHighlighterRoundedFilled.tsx index c298446af..28d3a794b 100644 --- a/src/IconInkHighlighterRoundedFilled.tsx +++ b/src/IconInkHighlighterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInkHighlighterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterRoundedFilled as default } diff --git a/src/IconInkHighlighterSharp.tsx b/src/IconInkHighlighterSharp.tsx index 0da210018..3377fa5af 100644 --- a/src/IconInkHighlighterSharp.tsx +++ b/src/IconInkHighlighterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterSharp: React.FC = ({ ...props }) => ( +export const IconInkHighlighterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterSharp as default } diff --git a/src/IconInkHighlighterSharpFilled.tsx b/src/IconInkHighlighterSharpFilled.tsx index b48b6d3d9..0a07a4703 100644 --- a/src/IconInkHighlighterSharpFilled.tsx +++ b/src/IconInkHighlighterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkHighlighterSharpFilled: React.FC = ({ ...props }) => ( +export const IconInkHighlighterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkHighlighterSharpFilled as default } diff --git a/src/IconInkMarkerOutlined.tsx b/src/IconInkMarkerOutlined.tsx index d16748ce0..c2419ec02 100644 --- a/src/IconInkMarkerOutlined.tsx +++ b/src/IconInkMarkerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerOutlined: React.FC = ({ ...props }) => ( +export const IconInkMarkerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkMarkerOutlined as default } diff --git a/src/IconInkMarkerOutlinedFilled.tsx b/src/IconInkMarkerOutlinedFilled.tsx index 24d0bde6c..cec75344f 100644 --- a/src/IconInkMarkerOutlinedFilled.tsx +++ b/src/IconInkMarkerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInkMarkerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkMarkerOutlinedFilled as default } diff --git a/src/IconInkMarkerRounded.tsx b/src/IconInkMarkerRounded.tsx index 92d6f56aa..6e7ea8cf7 100644 --- a/src/IconInkMarkerRounded.tsx +++ b/src/IconInkMarkerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerRounded: React.FC = ({ ...props }) => ( +export const IconInkMarkerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkMarkerRounded as default } diff --git a/src/IconInkMarkerRoundedFilled.tsx b/src/IconInkMarkerRoundedFilled.tsx index c75ad95c4..5d31aeb6d 100644 --- a/src/IconInkMarkerRoundedFilled.tsx +++ b/src/IconInkMarkerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInkMarkerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInkMarkerRoundedFilled as default } diff --git a/src/IconInkMarkerSharp.tsx b/src/IconInkMarkerSharp.tsx index de352e81e..d1052e320 100644 --- a/src/IconInkMarkerSharp.tsx +++ b/src/IconInkMarkerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerSharp: React.FC = ({ ...props }) => ( +export const IconInkMarkerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkMarkerSharp as default } diff --git a/src/IconInkMarkerSharpFilled.tsx b/src/IconInkMarkerSharpFilled.tsx index b9031a747..ad3ecb6bd 100644 --- a/src/IconInkMarkerSharpFilled.tsx +++ b/src/IconInkMarkerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkMarkerSharpFilled: React.FC = ({ ...props }) => ( +export const IconInkMarkerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkMarkerSharpFilled as default } diff --git a/src/IconInkPenOutlined.tsx b/src/IconInkPenOutlined.tsx index 8b4078540..335f8f135 100644 --- a/src/IconInkPenOutlined.tsx +++ b/src/IconInkPenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenOutlined: React.FC = ({ ...props }) => ( +export const IconInkPenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenOutlined as default } diff --git a/src/IconInkPenOutlinedFilled.tsx b/src/IconInkPenOutlinedFilled.tsx index 08c193b2e..3a6989954 100644 --- a/src/IconInkPenOutlinedFilled.tsx +++ b/src/IconInkPenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInkPenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenOutlinedFilled as default } diff --git a/src/IconInkPenRounded.tsx b/src/IconInkPenRounded.tsx index 9218fa42c..ebd903e58 100644 --- a/src/IconInkPenRounded.tsx +++ b/src/IconInkPenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenRounded: React.FC = ({ ...props }) => ( +export const IconInkPenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenRounded as default } diff --git a/src/IconInkPenRoundedFilled.tsx b/src/IconInkPenRoundedFilled.tsx index efc3b02f1..f5a4ea570 100644 --- a/src/IconInkPenRoundedFilled.tsx +++ b/src/IconInkPenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInkPenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenRoundedFilled as default } diff --git a/src/IconInkPenSharp.tsx b/src/IconInkPenSharp.tsx index 9d47b8baa..e895394f4 100644 --- a/src/IconInkPenSharp.tsx +++ b/src/IconInkPenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenSharp: React.FC = ({ ...props }) => ( +export const IconInkPenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenSharp as default } diff --git a/src/IconInkPenSharpFilled.tsx b/src/IconInkPenSharpFilled.tsx index 63bcdb943..3bcd44285 100644 --- a/src/IconInkPenSharpFilled.tsx +++ b/src/IconInkPenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInkPenSharpFilled: React.FC = ({ ...props }) => ( +export const IconInkPenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInkPenSharpFilled as default } diff --git a/src/IconInpatientOutlined.tsx b/src/IconInpatientOutlined.tsx index 2a2005c2b..0f138cf9e 100644 --- a/src/IconInpatientOutlined.tsx +++ b/src/IconInpatientOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientOutlined: React.FC = ({ ...props }) => ( +export const IconInpatientOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInpatientOutlined as default } diff --git a/src/IconInpatientOutlinedFilled.tsx b/src/IconInpatientOutlinedFilled.tsx index c77afe883..109f484f1 100644 --- a/src/IconInpatientOutlinedFilled.tsx +++ b/src/IconInpatientOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInpatientOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInpatientOutlinedFilled as default } diff --git a/src/IconInpatientRounded.tsx b/src/IconInpatientRounded.tsx index 51feba6ba..7487bea8b 100644 --- a/src/IconInpatientRounded.tsx +++ b/src/IconInpatientRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientRounded: React.FC = ({ ...props }) => ( +export const IconInpatientRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInpatientRounded as default } diff --git a/src/IconInpatientRoundedFilled.tsx b/src/IconInpatientRoundedFilled.tsx index e3d56f80c..23279cb83 100644 --- a/src/IconInpatientRoundedFilled.tsx +++ b/src/IconInpatientRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInpatientRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInpatientRoundedFilled as default } diff --git a/src/IconInpatientSharp.tsx b/src/IconInpatientSharp.tsx index 4102e283a..d65a8cdd2 100644 --- a/src/IconInpatientSharp.tsx +++ b/src/IconInpatientSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientSharp: React.FC = ({ ...props }) => ( +export const IconInpatientSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInpatientSharp as default } diff --git a/src/IconInpatientSharpFilled.tsx b/src/IconInpatientSharpFilled.tsx index 56aca6e1d..28b41b44e 100644 --- a/src/IconInpatientSharpFilled.tsx +++ b/src/IconInpatientSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInpatientSharpFilled: React.FC = ({ ...props }) => ( +export const IconInpatientSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInpatientSharpFilled as default } diff --git a/src/IconInputCircleOutlined.tsx b/src/IconInputCircleOutlined.tsx index 061975975..e9f052c3c 100644 --- a/src/IconInputCircleOutlined.tsx +++ b/src/IconInputCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleOutlined: React.FC = ({ ...props }) => ( +export const IconInputCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputCircleOutlined as default } diff --git a/src/IconInputCircleOutlinedFilled.tsx b/src/IconInputCircleOutlinedFilled.tsx index 15012fb0a..51b7d5622 100644 --- a/src/IconInputCircleOutlinedFilled.tsx +++ b/src/IconInputCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInputCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInputCircleOutlinedFilled as default } diff --git a/src/IconInputCircleRounded.tsx b/src/IconInputCircleRounded.tsx index f7dc184e6..439a017ce 100644 --- a/src/IconInputCircleRounded.tsx +++ b/src/IconInputCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleRounded: React.FC = ({ ...props }) => ( +export const IconInputCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputCircleRounded as default } diff --git a/src/IconInputCircleRoundedFilled.tsx b/src/IconInputCircleRoundedFilled.tsx index ea28c1c21..379918544 100644 --- a/src/IconInputCircleRoundedFilled.tsx +++ b/src/IconInputCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInputCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInputCircleRoundedFilled as default } diff --git a/src/IconInputCircleSharp.tsx b/src/IconInputCircleSharp.tsx index 5d8ad6ec6..0384d1a8a 100644 --- a/src/IconInputCircleSharp.tsx +++ b/src/IconInputCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleSharp: React.FC = ({ ...props }) => ( +export const IconInputCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputCircleSharp as default } diff --git a/src/IconInputCircleSharpFilled.tsx b/src/IconInputCircleSharpFilled.tsx index 5f332c08b..adcc3f55d 100644 --- a/src/IconInputCircleSharpFilled.tsx +++ b/src/IconInputCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInputCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconInputCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInputCircleSharpFilled as default } diff --git a/src/IconInputOutlined.tsx b/src/IconInputOutlined.tsx index afedaf2f8..8dc5508ef 100644 --- a/src/IconInputOutlined.tsx +++ b/src/IconInputOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputOutlined: React.FC = ({ ...props }) => ( +export const IconInputOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputOutlined as default } diff --git a/src/IconInputOutlinedFilled.tsx b/src/IconInputOutlinedFilled.tsx index 22b701013..988291790 100644 --- a/src/IconInputOutlinedFilled.tsx +++ b/src/IconInputOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInputOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputOutlinedFilled as default } diff --git a/src/IconInputRounded.tsx b/src/IconInputRounded.tsx index 2ca574f6b..af595c4f5 100644 --- a/src/IconInputRounded.tsx +++ b/src/IconInputRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputRounded: React.FC = ({ ...props }) => ( +export const IconInputRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputRounded as default } diff --git a/src/IconInputRoundedFilled.tsx b/src/IconInputRoundedFilled.tsx index 4e8b2fa90..fa1c5969b 100644 --- a/src/IconInputRoundedFilled.tsx +++ b/src/IconInputRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInputRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputRoundedFilled as default } diff --git a/src/IconInputSharp.tsx b/src/IconInputSharp.tsx index 7003f3d58..c7f7bc4f7 100644 --- a/src/IconInputSharp.tsx +++ b/src/IconInputSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputSharp: React.FC = ({ ...props }) => ( +export const IconInputSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputSharp as default } diff --git a/src/IconInputSharpFilled.tsx b/src/IconInputSharpFilled.tsx index 97a4a2e77..fd29a2040 100644 --- a/src/IconInputSharpFilled.tsx +++ b/src/IconInputSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInputSharpFilled: React.FC = ({ ...props }) => ( +export const IconInputSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInputSharpFilled as default } diff --git a/src/IconInsertChartOutlined.tsx b/src/IconInsertChartOutlined.tsx index a5a6dc977..366e2fbe2 100644 --- a/src/IconInsertChartOutlined.tsx +++ b/src/IconInsertChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartOutlined: React.FC = ({ ...props }) => ( +export const IconInsertChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertChartOutlined as default } diff --git a/src/IconInsertChartOutlinedFilled.tsx b/src/IconInsertChartOutlinedFilled.tsx index 9d13cf57d..e56961b75 100644 --- a/src/IconInsertChartOutlinedFilled.tsx +++ b/src/IconInsertChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInsertChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertChartOutlinedFilled as default } diff --git a/src/IconInsertChartRounded.tsx b/src/IconInsertChartRounded.tsx index 955d5e745..6405b9dde 100644 --- a/src/IconInsertChartRounded.tsx +++ b/src/IconInsertChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartRounded: React.FC = ({ ...props }) => ( +export const IconInsertChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertChartRounded as default } diff --git a/src/IconInsertChartRoundedFilled.tsx b/src/IconInsertChartRoundedFilled.tsx index e96cc451e..475e35ab4 100644 --- a/src/IconInsertChartRoundedFilled.tsx +++ b/src/IconInsertChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInsertChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertChartRoundedFilled as default } diff --git a/src/IconInsertChartSharp.tsx b/src/IconInsertChartSharp.tsx index f48b520bd..d5503f315 100644 --- a/src/IconInsertChartSharp.tsx +++ b/src/IconInsertChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartSharp: React.FC = ({ ...props }) => ( +export const IconInsertChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertChartSharp as default } diff --git a/src/IconInsertChartSharpFilled.tsx b/src/IconInsertChartSharpFilled.tsx index fa2d51d39..311bc4d25 100644 --- a/src/IconInsertChartSharpFilled.tsx +++ b/src/IconInsertChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconInsertChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertChartSharpFilled as default } diff --git a/src/IconInsertPageBreakOutlined.tsx b/src/IconInsertPageBreakOutlined.tsx index 60afbc961..1c59f8097 100644 --- a/src/IconInsertPageBreakOutlined.tsx +++ b/src/IconInsertPageBreakOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakOutlined: React.FC = ({ ...props }) => ( +export const IconInsertPageBreakOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertPageBreakOutlined as default } diff --git a/src/IconInsertPageBreakOutlinedFilled.tsx b/src/IconInsertPageBreakOutlinedFilled.tsx index af881b6ab..842616a64 100644 --- a/src/IconInsertPageBreakOutlinedFilled.tsx +++ b/src/IconInsertPageBreakOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakOutlinedFilled: React.FC = ({ +export const IconInsertPageBreakOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInsertPageBreakOutlinedFilled: React.FC = ({ ) - -export { IconInsertPageBreakOutlinedFilled as default } diff --git a/src/IconInsertPageBreakRounded.tsx b/src/IconInsertPageBreakRounded.tsx index 44b863126..49e93a576 100644 --- a/src/IconInsertPageBreakRounded.tsx +++ b/src/IconInsertPageBreakRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakRounded: React.FC = ({ ...props }) => ( +export const IconInsertPageBreakRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertPageBreakRounded as default } diff --git a/src/IconInsertPageBreakRoundedFilled.tsx b/src/IconInsertPageBreakRoundedFilled.tsx index 82291a9ee..72ed3cf1a 100644 --- a/src/IconInsertPageBreakRoundedFilled.tsx +++ b/src/IconInsertPageBreakRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakRoundedFilled: React.FC = ({ +export const IconInsertPageBreakRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInsertPageBreakRoundedFilled: React.FC = ({ ) - -export { IconInsertPageBreakRoundedFilled as default } diff --git a/src/IconInsertPageBreakSharp.tsx b/src/IconInsertPageBreakSharp.tsx index 4651ad99b..e86558075 100644 --- a/src/IconInsertPageBreakSharp.tsx +++ b/src/IconInsertPageBreakSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakSharp: React.FC = ({ ...props }) => ( +export const IconInsertPageBreakSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertPageBreakSharp as default } diff --git a/src/IconInsertPageBreakSharpFilled.tsx b/src/IconInsertPageBreakSharpFilled.tsx index aa932256c..aba0838db 100644 --- a/src/IconInsertPageBreakSharpFilled.tsx +++ b/src/IconInsertPageBreakSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertPageBreakSharpFilled: React.FC = ({ ...props }) => ( +export const IconInsertPageBreakSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertPageBreakSharpFilled as default } diff --git a/src/IconInsertTextOutlined.tsx b/src/IconInsertTextOutlined.tsx index f8c9e063a..a961725c2 100644 --- a/src/IconInsertTextOutlined.tsx +++ b/src/IconInsertTextOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextOutlined: React.FC = ({ ...props }) => ( +export const IconInsertTextOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertTextOutlined as default } diff --git a/src/IconInsertTextOutlinedFilled.tsx b/src/IconInsertTextOutlinedFilled.tsx index 0c1bafec6..3319f07f8 100644 --- a/src/IconInsertTextOutlinedFilled.tsx +++ b/src/IconInsertTextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInsertTextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertTextOutlinedFilled as default } diff --git a/src/IconInsertTextRounded.tsx b/src/IconInsertTextRounded.tsx index 53d828f09..67253d242 100644 --- a/src/IconInsertTextRounded.tsx +++ b/src/IconInsertTextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextRounded: React.FC = ({ ...props }) => ( +export const IconInsertTextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertTextRounded as default } diff --git a/src/IconInsertTextRoundedFilled.tsx b/src/IconInsertTextRoundedFilled.tsx index 9e89b414d..fa5327fea 100644 --- a/src/IconInsertTextRoundedFilled.tsx +++ b/src/IconInsertTextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInsertTextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertTextRoundedFilled as default } diff --git a/src/IconInsertTextSharp.tsx b/src/IconInsertTextSharp.tsx index ef378abe3..f24a0d4d0 100644 --- a/src/IconInsertTextSharp.tsx +++ b/src/IconInsertTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextSharp: React.FC = ({ ...props }) => ( +export const IconInsertTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInsertTextSharp as default } diff --git a/src/IconInsertTextSharpFilled.tsx b/src/IconInsertTextSharpFilled.tsx index 1029adde4..565f27e7c 100644 --- a/src/IconInsertTextSharpFilled.tsx +++ b/src/IconInsertTextSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInsertTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconInsertTextSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInsertTextSharpFilled as default } diff --git a/src/IconInstallDesktopOutlined.tsx b/src/IconInstallDesktopOutlined.tsx index e9d9d0937..db9be000e 100644 --- a/src/IconInstallDesktopOutlined.tsx +++ b/src/IconInstallDesktopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopOutlined: React.FC = ({ ...props }) => ( +export const IconInstallDesktopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallDesktopOutlined as default } diff --git a/src/IconInstallDesktopOutlinedFilled.tsx b/src/IconInstallDesktopOutlinedFilled.tsx index 863f055dd..3e0687ae8 100644 --- a/src/IconInstallDesktopOutlinedFilled.tsx +++ b/src/IconInstallDesktopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopOutlinedFilled: React.FC = ({ +export const IconInstallDesktopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInstallDesktopOutlinedFilled: React.FC = ({ ) - -export { IconInstallDesktopOutlinedFilled as default } diff --git a/src/IconInstallDesktopRounded.tsx b/src/IconInstallDesktopRounded.tsx index cd6ac2c23..47e5f7343 100644 --- a/src/IconInstallDesktopRounded.tsx +++ b/src/IconInstallDesktopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopRounded: React.FC = ({ ...props }) => ( +export const IconInstallDesktopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallDesktopRounded as default } diff --git a/src/IconInstallDesktopRoundedFilled.tsx b/src/IconInstallDesktopRoundedFilled.tsx index 505c9cd54..c4d2e9acb 100644 --- a/src/IconInstallDesktopRoundedFilled.tsx +++ b/src/IconInstallDesktopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInstallDesktopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallDesktopRoundedFilled as default } diff --git a/src/IconInstallDesktopSharp.tsx b/src/IconInstallDesktopSharp.tsx index 88342a7a5..eb0f885da 100644 --- a/src/IconInstallDesktopSharp.tsx +++ b/src/IconInstallDesktopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopSharp: React.FC = ({ ...props }) => ( +export const IconInstallDesktopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstallDesktopSharp as default } diff --git a/src/IconInstallDesktopSharpFilled.tsx b/src/IconInstallDesktopSharpFilled.tsx index b4d9b1235..4edaee97d 100644 --- a/src/IconInstallDesktopSharpFilled.tsx +++ b/src/IconInstallDesktopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallDesktopSharpFilled: React.FC = ({ ...props }) => ( +export const IconInstallDesktopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallDesktopSharpFilled as default } diff --git a/src/IconInstallMobileOutlined.tsx b/src/IconInstallMobileOutlined.tsx index c0503edc5..9efec01b4 100644 --- a/src/IconInstallMobileOutlined.tsx +++ b/src/IconInstallMobileOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileOutlined: React.FC = ({ ...props }) => ( +export const IconInstallMobileOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallMobileOutlined as default } diff --git a/src/IconInstallMobileOutlinedFilled.tsx b/src/IconInstallMobileOutlinedFilled.tsx index f2bcc6978..1248d701a 100644 --- a/src/IconInstallMobileOutlinedFilled.tsx +++ b/src/IconInstallMobileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInstallMobileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallMobileOutlinedFilled as default } diff --git a/src/IconInstallMobileRounded.tsx b/src/IconInstallMobileRounded.tsx index 31712424e..ad16cb707 100644 --- a/src/IconInstallMobileRounded.tsx +++ b/src/IconInstallMobileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileRounded: React.FC = ({ ...props }) => ( +export const IconInstallMobileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstallMobileRounded as default } diff --git a/src/IconInstallMobileRoundedFilled.tsx b/src/IconInstallMobileRoundedFilled.tsx index 72c52d72b..e645e253f 100644 --- a/src/IconInstallMobileRoundedFilled.tsx +++ b/src/IconInstallMobileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInstallMobileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallMobileRoundedFilled as default } diff --git a/src/IconInstallMobileSharp.tsx b/src/IconInstallMobileSharp.tsx index 0ff707392..97ac5c15b 100644 --- a/src/IconInstallMobileSharp.tsx +++ b/src/IconInstallMobileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileSharp: React.FC = ({ ...props }) => ( +export const IconInstallMobileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstallMobileSharp as default } diff --git a/src/IconInstallMobileSharpFilled.tsx b/src/IconInstallMobileSharpFilled.tsx index d2e1226a6..d81e7f64c 100644 --- a/src/IconInstallMobileSharpFilled.tsx +++ b/src/IconInstallMobileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstallMobileSharpFilled: React.FC = ({ ...props }) => ( +export const IconInstallMobileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstallMobileSharpFilled as default } diff --git a/src/IconInstantMixOutlined.tsx b/src/IconInstantMixOutlined.tsx index e2f1dee83..962540a4d 100644 --- a/src/IconInstantMixOutlined.tsx +++ b/src/IconInstantMixOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixOutlined: React.FC = ({ ...props }) => ( +export const IconInstantMixOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstantMixOutlined as default } diff --git a/src/IconInstantMixOutlinedFilled.tsx b/src/IconInstantMixOutlinedFilled.tsx index ca6f84a35..40e86608d 100644 --- a/src/IconInstantMixOutlinedFilled.tsx +++ b/src/IconInstantMixOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInstantMixOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstantMixOutlinedFilled as default } diff --git a/src/IconInstantMixRounded.tsx b/src/IconInstantMixRounded.tsx index bdf98d7fa..6bcd10ef9 100644 --- a/src/IconInstantMixRounded.tsx +++ b/src/IconInstantMixRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixRounded: React.FC = ({ ...props }) => ( +export const IconInstantMixRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstantMixRounded as default } diff --git a/src/IconInstantMixRoundedFilled.tsx b/src/IconInstantMixRoundedFilled.tsx index ab2aa3c2d..6729ca0a3 100644 --- a/src/IconInstantMixRoundedFilled.tsx +++ b/src/IconInstantMixRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInstantMixRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstantMixRoundedFilled as default } diff --git a/src/IconInstantMixSharp.tsx b/src/IconInstantMixSharp.tsx index 4723a9eca..8f7c2b5ef 100644 --- a/src/IconInstantMixSharp.tsx +++ b/src/IconInstantMixSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixSharp: React.FC = ({ ...props }) => ( +export const IconInstantMixSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInstantMixSharp as default } diff --git a/src/IconInstantMixSharpFilled.tsx b/src/IconInstantMixSharpFilled.tsx index 2466db5b8..207ef7e9b 100644 --- a/src/IconInstantMixSharpFilled.tsx +++ b/src/IconInstantMixSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInstantMixSharpFilled: React.FC = ({ ...props }) => ( +export const IconInstantMixSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInstantMixSharpFilled as default } diff --git a/src/IconIntegrationInstructionsOutlined.tsx b/src/IconIntegrationInstructionsOutlined.tsx index daaef21de..b752765a4 100644 --- a/src/IconIntegrationInstructionsOutlined.tsx +++ b/src/IconIntegrationInstructionsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsOutlined: React.FC = ({ +export const IconIntegrationInstructionsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsOutlined: React.FC = ({ ) - -export { IconIntegrationInstructionsOutlined as default } diff --git a/src/IconIntegrationInstructionsOutlinedFilled.tsx b/src/IconIntegrationInstructionsOutlinedFilled.tsx index 4b7f946a9..15cc6cc69 100644 --- a/src/IconIntegrationInstructionsOutlinedFilled.tsx +++ b/src/IconIntegrationInstructionsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsOutlinedFilled: React.FC = ({ +export const IconIntegrationInstructionsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsOutlinedFilled: React.FC = ({ ) - -export { IconIntegrationInstructionsOutlinedFilled as default } diff --git a/src/IconIntegrationInstructionsRounded.tsx b/src/IconIntegrationInstructionsRounded.tsx index c193c6227..9fd2ebea3 100644 --- a/src/IconIntegrationInstructionsRounded.tsx +++ b/src/IconIntegrationInstructionsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsRounded: React.FC = ({ +export const IconIntegrationInstructionsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsRounded: React.FC = ({ ) - -export { IconIntegrationInstructionsRounded as default } diff --git a/src/IconIntegrationInstructionsRoundedFilled.tsx b/src/IconIntegrationInstructionsRoundedFilled.tsx index 0c91350cb..389a80020 100644 --- a/src/IconIntegrationInstructionsRoundedFilled.tsx +++ b/src/IconIntegrationInstructionsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsRoundedFilled: React.FC = ({ +export const IconIntegrationInstructionsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsRoundedFilled: React.FC = ({ ) - -export { IconIntegrationInstructionsRoundedFilled as default } diff --git a/src/IconIntegrationInstructionsSharp.tsx b/src/IconIntegrationInstructionsSharp.tsx index 690740dd0..f677d39cf 100644 --- a/src/IconIntegrationInstructionsSharp.tsx +++ b/src/IconIntegrationInstructionsSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsSharp: React.FC = ({ +export const IconIntegrationInstructionsSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsSharp: React.FC = ({ ) - -export { IconIntegrationInstructionsSharp as default } diff --git a/src/IconIntegrationInstructionsSharpFilled.tsx b/src/IconIntegrationInstructionsSharpFilled.tsx index fe1f91fca..fa4a856e2 100644 --- a/src/IconIntegrationInstructionsSharpFilled.tsx +++ b/src/IconIntegrationInstructionsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconIntegrationInstructionsSharpFilled: React.FC = ({ +export const IconIntegrationInstructionsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconIntegrationInstructionsSharpFilled: React.FC = ({ ) - -export { IconIntegrationInstructionsSharpFilled as default } diff --git a/src/IconInteractiveSpaceOutlined.tsx b/src/IconInteractiveSpaceOutlined.tsx index 01e0a03a2..5612698fd 100644 --- a/src/IconInteractiveSpaceOutlined.tsx +++ b/src/IconInteractiveSpaceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceOutlined: React.FC = ({ ...props }) => ( +export const IconInteractiveSpaceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInteractiveSpaceOutlined as default } diff --git a/src/IconInteractiveSpaceOutlinedFilled.tsx b/src/IconInteractiveSpaceOutlinedFilled.tsx index 1c2f71846..88df729cc 100644 --- a/src/IconInteractiveSpaceOutlinedFilled.tsx +++ b/src/IconInteractiveSpaceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceOutlinedFilled: React.FC = ({ +export const IconInteractiveSpaceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInteractiveSpaceOutlinedFilled: React.FC = ({ ) - -export { IconInteractiveSpaceOutlinedFilled as default } diff --git a/src/IconInteractiveSpaceRounded.tsx b/src/IconInteractiveSpaceRounded.tsx index 12ed05458..66ffa6350 100644 --- a/src/IconInteractiveSpaceRounded.tsx +++ b/src/IconInteractiveSpaceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceRounded: React.FC = ({ ...props }) => ( +export const IconInteractiveSpaceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInteractiveSpaceRounded as default } diff --git a/src/IconInteractiveSpaceRoundedFilled.tsx b/src/IconInteractiveSpaceRoundedFilled.tsx index 9ee3dba8b..b94bcdf87 100644 --- a/src/IconInteractiveSpaceRoundedFilled.tsx +++ b/src/IconInteractiveSpaceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceRoundedFilled: React.FC = ({ +export const IconInteractiveSpaceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInteractiveSpaceRoundedFilled: React.FC = ({ ) - -export { IconInteractiveSpaceRoundedFilled as default } diff --git a/src/IconInteractiveSpaceSharp.tsx b/src/IconInteractiveSpaceSharp.tsx index 8239fa446..9964b97a2 100644 --- a/src/IconInteractiveSpaceSharp.tsx +++ b/src/IconInteractiveSpaceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceSharp: React.FC = ({ ...props }) => ( +export const IconInteractiveSpaceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInteractiveSpaceSharp as default } diff --git a/src/IconInteractiveSpaceSharpFilled.tsx b/src/IconInteractiveSpaceSharpFilled.tsx index 4e48a36a9..75b13fd1c 100644 --- a/src/IconInteractiveSpaceSharpFilled.tsx +++ b/src/IconInteractiveSpaceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInteractiveSpaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconInteractiveSpaceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInteractiveSpaceSharpFilled as default } diff --git a/src/IconInterestsOutlined.tsx b/src/IconInterestsOutlined.tsx index c723c9510..dfdc89e44 100644 --- a/src/IconInterestsOutlined.tsx +++ b/src/IconInterestsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsOutlined: React.FC = ({ ...props }) => ( +export const IconInterestsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInterestsOutlined as default } diff --git a/src/IconInterestsOutlinedFilled.tsx b/src/IconInterestsOutlinedFilled.tsx index 47af41a20..ba050de93 100644 --- a/src/IconInterestsOutlinedFilled.tsx +++ b/src/IconInterestsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInterestsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInterestsOutlinedFilled as default } diff --git a/src/IconInterestsRounded.tsx b/src/IconInterestsRounded.tsx index 6958cedb0..e1d375c52 100644 --- a/src/IconInterestsRounded.tsx +++ b/src/IconInterestsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsRounded: React.FC = ({ ...props }) => ( +export const IconInterestsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInterestsRounded as default } diff --git a/src/IconInterestsRoundedFilled.tsx b/src/IconInterestsRoundedFilled.tsx index bb17f925d..056bad95c 100644 --- a/src/IconInterestsRoundedFilled.tsx +++ b/src/IconInterestsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInterestsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInterestsRoundedFilled as default } diff --git a/src/IconInterestsSharp.tsx b/src/IconInterestsSharp.tsx index 8ee0e7b81..e6d12b842 100644 --- a/src/IconInterestsSharp.tsx +++ b/src/IconInterestsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsSharp: React.FC = ({ ...props }) => ( +export const IconInterestsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInterestsSharp as default } diff --git a/src/IconInterestsSharpFilled.tsx b/src/IconInterestsSharpFilled.tsx index b0ab8950b..6117ec091 100644 --- a/src/IconInterestsSharpFilled.tsx +++ b/src/IconInterestsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInterestsSharpFilled: React.FC = ({ ...props }) => ( +export const IconInterestsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInterestsSharpFilled as default } diff --git a/src/IconInterpreterModeOutlined.tsx b/src/IconInterpreterModeOutlined.tsx index dfb45aaa3..3aac3c992 100644 --- a/src/IconInterpreterModeOutlined.tsx +++ b/src/IconInterpreterModeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeOutlined: React.FC = ({ ...props }) => ( +export const IconInterpreterModeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInterpreterModeOutlined as default } diff --git a/src/IconInterpreterModeOutlinedFilled.tsx b/src/IconInterpreterModeOutlinedFilled.tsx index 80764ffbb..3d2332159 100644 --- a/src/IconInterpreterModeOutlinedFilled.tsx +++ b/src/IconInterpreterModeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeOutlinedFilled: React.FC = ({ +export const IconInterpreterModeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInterpreterModeOutlinedFilled: React.FC = ({ ) - -export { IconInterpreterModeOutlinedFilled as default } diff --git a/src/IconInterpreterModeRounded.tsx b/src/IconInterpreterModeRounded.tsx index 943d40692..1b1975ccd 100644 --- a/src/IconInterpreterModeRounded.tsx +++ b/src/IconInterpreterModeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeRounded: React.FC = ({ ...props }) => ( +export const IconInterpreterModeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInterpreterModeRounded as default } diff --git a/src/IconInterpreterModeRoundedFilled.tsx b/src/IconInterpreterModeRoundedFilled.tsx index c4f8fcb6d..af227afd2 100644 --- a/src/IconInterpreterModeRoundedFilled.tsx +++ b/src/IconInterpreterModeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeRoundedFilled: React.FC = ({ +export const IconInterpreterModeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInterpreterModeRoundedFilled: React.FC = ({ ) - -export { IconInterpreterModeRoundedFilled as default } diff --git a/src/IconInterpreterModeSharp.tsx b/src/IconInterpreterModeSharp.tsx index edcb57d59..1b59a4e98 100644 --- a/src/IconInterpreterModeSharp.tsx +++ b/src/IconInterpreterModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeSharp: React.FC = ({ ...props }) => ( +export const IconInterpreterModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInterpreterModeSharp as default } diff --git a/src/IconInterpreterModeSharpFilled.tsx b/src/IconInterpreterModeSharpFilled.tsx index 13ed72e29..4313dece0 100644 --- a/src/IconInterpreterModeSharpFilled.tsx +++ b/src/IconInterpreterModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInterpreterModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconInterpreterModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInterpreterModeSharpFilled as default } diff --git a/src/IconInventory2Outlined.tsx b/src/IconInventory2Outlined.tsx index 9f9143f53..dd3b3df62 100644 --- a/src/IconInventory2Outlined.tsx +++ b/src/IconInventory2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2Outlined: React.FC = ({ ...props }) => ( +export const IconInventory2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventory2Outlined as default } diff --git a/src/IconInventory2OutlinedFilled.tsx b/src/IconInventory2OutlinedFilled.tsx index 06e4cef05..d6cb4e8c9 100644 --- a/src/IconInventory2OutlinedFilled.tsx +++ b/src/IconInventory2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInventory2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInventory2OutlinedFilled as default } diff --git a/src/IconInventory2Rounded.tsx b/src/IconInventory2Rounded.tsx index 808a3454e..a9d2e5ef4 100644 --- a/src/IconInventory2Rounded.tsx +++ b/src/IconInventory2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2Rounded: React.FC = ({ ...props }) => ( +export const IconInventory2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventory2Rounded as default } diff --git a/src/IconInventory2RoundedFilled.tsx b/src/IconInventory2RoundedFilled.tsx index 48f08e15f..f9b590afb 100644 --- a/src/IconInventory2RoundedFilled.tsx +++ b/src/IconInventory2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconInventory2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInventory2RoundedFilled as default } diff --git a/src/IconInventory2Sharp.tsx b/src/IconInventory2Sharp.tsx index 1d28f90c6..2b9f57685 100644 --- a/src/IconInventory2Sharp.tsx +++ b/src/IconInventory2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2Sharp: React.FC = ({ ...props }) => ( +export const IconInventory2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventory2Sharp as default } diff --git a/src/IconInventory2SharpFilled.tsx b/src/IconInventory2SharpFilled.tsx index a9d144a53..5cf8da8c2 100644 --- a/src/IconInventory2SharpFilled.tsx +++ b/src/IconInventory2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInventory2SharpFilled: React.FC = ({ ...props }) => ( +export const IconInventory2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInventory2SharpFilled as default } diff --git a/src/IconInventoryOutlined.tsx b/src/IconInventoryOutlined.tsx index 62c6bcdae..3bf49415b 100644 --- a/src/IconInventoryOutlined.tsx +++ b/src/IconInventoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventoryOutlined: React.FC = ({ ...props }) => ( +export const IconInventoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventoryOutlined as default } diff --git a/src/IconInventoryOutlinedFilled.tsx b/src/IconInventoryOutlinedFilled.tsx index d940bf337..ff6a84a40 100644 --- a/src/IconInventoryOutlinedFilled.tsx +++ b/src/IconInventoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInventoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInventoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInventoryOutlinedFilled as default } diff --git a/src/IconInventoryRounded.tsx b/src/IconInventoryRounded.tsx index f639b6a0d..cd8db7c9a 100644 --- a/src/IconInventoryRounded.tsx +++ b/src/IconInventoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventoryRounded: React.FC = ({ ...props }) => ( +export const IconInventoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventoryRounded as default } diff --git a/src/IconInventoryRoundedFilled.tsx b/src/IconInventoryRoundedFilled.tsx index d6fc2006e..2f2e88ea2 100644 --- a/src/IconInventoryRoundedFilled.tsx +++ b/src/IconInventoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInventoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInventoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInventoryRoundedFilled as default } diff --git a/src/IconInventorySharp.tsx b/src/IconInventorySharp.tsx index 57276ddca..2cc8ec353 100644 --- a/src/IconInventorySharp.tsx +++ b/src/IconInventorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventorySharp: React.FC = ({ ...props }) => ( +export const IconInventorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventorySharp as default } diff --git a/src/IconInventorySharpFilled.tsx b/src/IconInventorySharpFilled.tsx index 813c0fdcd..204945c0b 100644 --- a/src/IconInventorySharpFilled.tsx +++ b/src/IconInventorySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInventorySharpFilled: React.FC = ({ ...props }) => ( +export const IconInventorySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInventorySharpFilled as default } diff --git a/src/IconInvertColorsOffOutlined.tsx b/src/IconInvertColorsOffOutlined.tsx index fdf7627e3..0b0fa683b 100644 --- a/src/IconInvertColorsOffOutlined.tsx +++ b/src/IconInvertColorsOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffOutlined: React.FC = ({ ...props }) => ( +export const IconInvertColorsOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOffOutlined as default } diff --git a/src/IconInvertColorsOffOutlinedFilled.tsx b/src/IconInvertColorsOffOutlinedFilled.tsx index 45ce0954a..88280d110 100644 --- a/src/IconInvertColorsOffOutlinedFilled.tsx +++ b/src/IconInvertColorsOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffOutlinedFilled: React.FC = ({ +export const IconInvertColorsOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInvertColorsOffOutlinedFilled: React.FC = ({ ) - -export { IconInvertColorsOffOutlinedFilled as default } diff --git a/src/IconInvertColorsOffRounded.tsx b/src/IconInvertColorsOffRounded.tsx index 6c3e63e02..27d0d5f0e 100644 --- a/src/IconInvertColorsOffRounded.tsx +++ b/src/IconInvertColorsOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffRounded: React.FC = ({ ...props }) => ( +export const IconInvertColorsOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOffRounded as default } diff --git a/src/IconInvertColorsOffRoundedFilled.tsx b/src/IconInvertColorsOffRoundedFilled.tsx index c97fee019..1150a6011 100644 --- a/src/IconInvertColorsOffRoundedFilled.tsx +++ b/src/IconInvertColorsOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffRoundedFilled: React.FC = ({ +export const IconInvertColorsOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconInvertColorsOffRoundedFilled: React.FC = ({ ) - -export { IconInvertColorsOffRoundedFilled as default } diff --git a/src/IconInvertColorsOffSharp.tsx b/src/IconInvertColorsOffSharp.tsx index 199ad7a4a..7d263909d 100644 --- a/src/IconInvertColorsOffSharp.tsx +++ b/src/IconInvertColorsOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffSharp: React.FC = ({ ...props }) => ( +export const IconInvertColorsOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOffSharp as default } diff --git a/src/IconInvertColorsOffSharpFilled.tsx b/src/IconInvertColorsOffSharpFilled.tsx index de363e31d..05a3193bc 100644 --- a/src/IconInvertColorsOffSharpFilled.tsx +++ b/src/IconInvertColorsOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconInvertColorsOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOffSharpFilled as default } diff --git a/src/IconInvertColorsOutlined.tsx b/src/IconInvertColorsOutlined.tsx index ab82cc4ac..384a90ae9 100644 --- a/src/IconInvertColorsOutlined.tsx +++ b/src/IconInvertColorsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOutlined: React.FC = ({ ...props }) => ( +export const IconInvertColorsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOutlined as default } diff --git a/src/IconInvertColorsOutlinedFilled.tsx b/src/IconInvertColorsOutlinedFilled.tsx index e7cae6a67..772fab297 100644 --- a/src/IconInvertColorsOutlinedFilled.tsx +++ b/src/IconInvertColorsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconInvertColorsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsOutlinedFilled as default } diff --git a/src/IconInvertColorsRounded.tsx b/src/IconInvertColorsRounded.tsx index 686e0ed1a..713391f86 100644 --- a/src/IconInvertColorsRounded.tsx +++ b/src/IconInvertColorsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsRounded: React.FC = ({ ...props }) => ( +export const IconInvertColorsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInvertColorsRounded as default } diff --git a/src/IconInvertColorsRoundedFilled.tsx b/src/IconInvertColorsRoundedFilled.tsx index 0e45e7fe5..b9aeffcc1 100644 --- a/src/IconInvertColorsRoundedFilled.tsx +++ b/src/IconInvertColorsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconInvertColorsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsRoundedFilled as default } diff --git a/src/IconInvertColorsSharp.tsx b/src/IconInvertColorsSharp.tsx index 0317a9327..2bcb7ff3d 100644 --- a/src/IconInvertColorsSharp.tsx +++ b/src/IconInvertColorsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsSharp: React.FC = ({ ...props }) => ( +export const IconInvertColorsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconInvertColorsSharp as default } diff --git a/src/IconInvertColorsSharpFilled.tsx b/src/IconInvertColorsSharpFilled.tsx index e04777cec..3f279b18f 100644 --- a/src/IconInvertColorsSharpFilled.tsx +++ b/src/IconInvertColorsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconInvertColorsSharpFilled: React.FC = ({ ...props }) => ( +export const IconInvertColorsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconInvertColorsSharpFilled as default } diff --git a/src/IconIosOutlined.tsx b/src/IconIosOutlined.tsx index 0ee7175b2..883e8e8b1 100644 --- a/src/IconIosOutlined.tsx +++ b/src/IconIosOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosOutlined: React.FC = ({ ...props }) => ( +export const IconIosOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosOutlined as default } diff --git a/src/IconIosOutlinedFilled.tsx b/src/IconIosOutlinedFilled.tsx index cc30944c3..0cfada439 100644 --- a/src/IconIosOutlinedFilled.tsx +++ b/src/IconIosOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIosOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosOutlinedFilled as default } diff --git a/src/IconIosRounded.tsx b/src/IconIosRounded.tsx index e929be1d4..91efb193e 100644 --- a/src/IconIosRounded.tsx +++ b/src/IconIosRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosRounded: React.FC = ({ ...props }) => ( +export const IconIosRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosRounded as default } diff --git a/src/IconIosRoundedFilled.tsx b/src/IconIosRoundedFilled.tsx index 5e0e20f1c..4ca3d5af2 100644 --- a/src/IconIosRoundedFilled.tsx +++ b/src/IconIosRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIosRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosRoundedFilled as default } diff --git a/src/IconIosShareOutlined.tsx b/src/IconIosShareOutlined.tsx index 004a7e4f0..42671e328 100644 --- a/src/IconIosShareOutlined.tsx +++ b/src/IconIosShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareOutlined: React.FC = ({ ...props }) => ( +export const IconIosShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosShareOutlined as default } diff --git a/src/IconIosShareOutlinedFilled.tsx b/src/IconIosShareOutlinedFilled.tsx index 458c28641..c87fb1c9e 100644 --- a/src/IconIosShareOutlinedFilled.tsx +++ b/src/IconIosShareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIosShareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIosShareOutlinedFilled as default } diff --git a/src/IconIosShareRounded.tsx b/src/IconIosShareRounded.tsx index bbd57b5b9..f2270e84a 100644 --- a/src/IconIosShareRounded.tsx +++ b/src/IconIosShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareRounded: React.FC = ({ ...props }) => ( +export const IconIosShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosShareRounded as default } diff --git a/src/IconIosShareRoundedFilled.tsx b/src/IconIosShareRoundedFilled.tsx index 0aa8dba44..cdbb8a24f 100644 --- a/src/IconIosShareRoundedFilled.tsx +++ b/src/IconIosShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIosShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconIosShareRoundedFilled as default } diff --git a/src/IconIosShareSharp.tsx b/src/IconIosShareSharp.tsx index 900876c63..3c8dd0cf3 100644 --- a/src/IconIosShareSharp.tsx +++ b/src/IconIosShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareSharp: React.FC = ({ ...props }) => ( +export const IconIosShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosShareSharp as default } diff --git a/src/IconIosShareSharpFilled.tsx b/src/IconIosShareSharpFilled.tsx index f0ac145a7..8b6e91534 100644 --- a/src/IconIosShareSharpFilled.tsx +++ b/src/IconIosShareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconIosShareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosShareSharpFilled as default } diff --git a/src/IconIosSharp.tsx b/src/IconIosSharp.tsx index 310db41d1..5efd7e477 100644 --- a/src/IconIosSharp.tsx +++ b/src/IconIosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosSharp: React.FC = ({ ...props }) => ( +export const IconIosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosSharp as default } diff --git a/src/IconIosSharpFilled.tsx b/src/IconIosSharpFilled.tsx index ee9cb80c7..eacf53b3f 100644 --- a/src/IconIosSharpFilled.tsx +++ b/src/IconIosSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIosSharpFilled: React.FC = ({ ...props }) => ( +export const IconIosSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIosSharpFilled as default } diff --git a/src/IconIronOutlined.tsx b/src/IconIronOutlined.tsx index 60dbe6ebb..075f55fdd 100644 --- a/src/IconIronOutlined.tsx +++ b/src/IconIronOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronOutlined: React.FC = ({ ...props }) => ( +export const IconIronOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronOutlined as default } diff --git a/src/IconIronOutlinedFilled.tsx b/src/IconIronOutlinedFilled.tsx index 2c36c5f73..2b4500536 100644 --- a/src/IconIronOutlinedFilled.tsx +++ b/src/IconIronOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconIronOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronOutlinedFilled as default } diff --git a/src/IconIronRounded.tsx b/src/IconIronRounded.tsx index 739f04b47..a8b11a9b8 100644 --- a/src/IconIronRounded.tsx +++ b/src/IconIronRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronRounded: React.FC = ({ ...props }) => ( +export const IconIronRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronRounded as default } diff --git a/src/IconIronRoundedFilled.tsx b/src/IconIronRoundedFilled.tsx index fd219c1a6..324f0b23b 100644 --- a/src/IconIronRoundedFilled.tsx +++ b/src/IconIronRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronRoundedFilled: React.FC = ({ ...props }) => ( +export const IconIronRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronRoundedFilled as default } diff --git a/src/IconIronSharp.tsx b/src/IconIronSharp.tsx index 95cae6699..0a48b51ba 100644 --- a/src/IconIronSharp.tsx +++ b/src/IconIronSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronSharp: React.FC = ({ ...props }) => ( +export const IconIronSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronSharp as default } diff --git a/src/IconIronSharpFilled.tsx b/src/IconIronSharpFilled.tsx index 0f5037156..9666e22dc 100644 --- a/src/IconIronSharpFilled.tsx +++ b/src/IconIronSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconIronSharpFilled: React.FC = ({ ...props }) => ( +export const IconIronSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconIronSharpFilled as default } diff --git a/src/IconJamboardKioskOutlined.tsx b/src/IconJamboardKioskOutlined.tsx index 2ccd2ccc8..687dfeb8e 100644 --- a/src/IconJamboardKioskOutlined.tsx +++ b/src/IconJamboardKioskOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskOutlined: React.FC = ({ ...props }) => ( +export const IconJamboardKioskOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskOutlined as default } diff --git a/src/IconJamboardKioskOutlinedFilled.tsx b/src/IconJamboardKioskOutlinedFilled.tsx index d32c7101e..2e5fee066 100644 --- a/src/IconJamboardKioskOutlinedFilled.tsx +++ b/src/IconJamboardKioskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJamboardKioskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskOutlinedFilled as default } diff --git a/src/IconJamboardKioskRounded.tsx b/src/IconJamboardKioskRounded.tsx index 35a6a092f..ba631e637 100644 --- a/src/IconJamboardKioskRounded.tsx +++ b/src/IconJamboardKioskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskRounded: React.FC = ({ ...props }) => ( +export const IconJamboardKioskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskRounded as default } diff --git a/src/IconJamboardKioskRoundedFilled.tsx b/src/IconJamboardKioskRoundedFilled.tsx index 94dfee42c..45974d79b 100644 --- a/src/IconJamboardKioskRoundedFilled.tsx +++ b/src/IconJamboardKioskRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJamboardKioskRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskRoundedFilled as default } diff --git a/src/IconJamboardKioskSharp.tsx b/src/IconJamboardKioskSharp.tsx index 6717eec2e..5bcdd4211 100644 --- a/src/IconJamboardKioskSharp.tsx +++ b/src/IconJamboardKioskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskSharp: React.FC = ({ ...props }) => ( +export const IconJamboardKioskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskSharp as default } diff --git a/src/IconJamboardKioskSharpFilled.tsx b/src/IconJamboardKioskSharpFilled.tsx index 669f0e83f..f48e10e58 100644 --- a/src/IconJamboardKioskSharpFilled.tsx +++ b/src/IconJamboardKioskSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJamboardKioskSharpFilled: React.FC = ({ ...props }) => ( +export const IconJamboardKioskSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJamboardKioskSharpFilled as default } diff --git a/src/IconJavascriptOutlined.tsx b/src/IconJavascriptOutlined.tsx index dc8687c69..249d1e53c 100644 --- a/src/IconJavascriptOutlined.tsx +++ b/src/IconJavascriptOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptOutlined: React.FC = ({ ...props }) => ( +export const IconJavascriptOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJavascriptOutlined as default } diff --git a/src/IconJavascriptOutlinedFilled.tsx b/src/IconJavascriptOutlinedFilled.tsx index f9b82563e..92e06aeae 100644 --- a/src/IconJavascriptOutlinedFilled.tsx +++ b/src/IconJavascriptOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJavascriptOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJavascriptOutlinedFilled as default } diff --git a/src/IconJavascriptRounded.tsx b/src/IconJavascriptRounded.tsx index b7fc51c1a..ec7836b6d 100644 --- a/src/IconJavascriptRounded.tsx +++ b/src/IconJavascriptRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptRounded: React.FC = ({ ...props }) => ( +export const IconJavascriptRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJavascriptRounded as default } diff --git a/src/IconJavascriptRoundedFilled.tsx b/src/IconJavascriptRoundedFilled.tsx index b47df9562..bd3a83176 100644 --- a/src/IconJavascriptRoundedFilled.tsx +++ b/src/IconJavascriptRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJavascriptRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJavascriptRoundedFilled as default } diff --git a/src/IconJavascriptSharp.tsx b/src/IconJavascriptSharp.tsx index 883633b97..7e32d1342 100644 --- a/src/IconJavascriptSharp.tsx +++ b/src/IconJavascriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptSharp: React.FC = ({ ...props }) => ( +export const IconJavascriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJavascriptSharp as default } diff --git a/src/IconJavascriptSharpFilled.tsx b/src/IconJavascriptSharpFilled.tsx index 32c577502..9f4083fb7 100644 --- a/src/IconJavascriptSharpFilled.tsx +++ b/src/IconJavascriptSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJavascriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconJavascriptSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJavascriptSharpFilled as default } diff --git a/src/IconJoinInnerOutlined.tsx b/src/IconJoinInnerOutlined.tsx index c618f33e8..24a89ef2a 100644 --- a/src/IconJoinInnerOutlined.tsx +++ b/src/IconJoinInnerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerOutlined: React.FC = ({ ...props }) => ( +export const IconJoinInnerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinInnerOutlined as default } diff --git a/src/IconJoinInnerOutlinedFilled.tsx b/src/IconJoinInnerOutlinedFilled.tsx index 4c7bc3ccc..41b531d02 100644 --- a/src/IconJoinInnerOutlinedFilled.tsx +++ b/src/IconJoinInnerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJoinInnerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinInnerOutlinedFilled as default } diff --git a/src/IconJoinInnerRounded.tsx b/src/IconJoinInnerRounded.tsx index 7f7f9a10b..5f90b6362 100644 --- a/src/IconJoinInnerRounded.tsx +++ b/src/IconJoinInnerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerRounded: React.FC = ({ ...props }) => ( +export const IconJoinInnerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinInnerRounded as default } diff --git a/src/IconJoinInnerRoundedFilled.tsx b/src/IconJoinInnerRoundedFilled.tsx index 9b26374b9..78f64cda8 100644 --- a/src/IconJoinInnerRoundedFilled.tsx +++ b/src/IconJoinInnerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJoinInnerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinInnerRoundedFilled as default } diff --git a/src/IconJoinInnerSharp.tsx b/src/IconJoinInnerSharp.tsx index aece48929..b81c61e29 100644 --- a/src/IconJoinInnerSharp.tsx +++ b/src/IconJoinInnerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerSharp: React.FC = ({ ...props }) => ( +export const IconJoinInnerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinInnerSharp as default } diff --git a/src/IconJoinInnerSharpFilled.tsx b/src/IconJoinInnerSharpFilled.tsx index c1d1acbf2..fb6230203 100644 --- a/src/IconJoinInnerSharpFilled.tsx +++ b/src/IconJoinInnerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinInnerSharpFilled: React.FC = ({ ...props }) => ( +export const IconJoinInnerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinInnerSharpFilled as default } diff --git a/src/IconJoinLeftOutlined.tsx b/src/IconJoinLeftOutlined.tsx index 0c3661c20..f244ea981 100644 --- a/src/IconJoinLeftOutlined.tsx +++ b/src/IconJoinLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftOutlined: React.FC = ({ ...props }) => ( +export const IconJoinLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinLeftOutlined as default } diff --git a/src/IconJoinLeftOutlinedFilled.tsx b/src/IconJoinLeftOutlinedFilled.tsx index 17a5c7417..79e5ddea2 100644 --- a/src/IconJoinLeftOutlinedFilled.tsx +++ b/src/IconJoinLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJoinLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinLeftOutlinedFilled as default } diff --git a/src/IconJoinLeftRounded.tsx b/src/IconJoinLeftRounded.tsx index 95b5eed35..7b74ffc7c 100644 --- a/src/IconJoinLeftRounded.tsx +++ b/src/IconJoinLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftRounded: React.FC = ({ ...props }) => ( +export const IconJoinLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinLeftRounded as default } diff --git a/src/IconJoinLeftRoundedFilled.tsx b/src/IconJoinLeftRoundedFilled.tsx index f65061524..5264dde98 100644 --- a/src/IconJoinLeftRoundedFilled.tsx +++ b/src/IconJoinLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJoinLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinLeftRoundedFilled as default } diff --git a/src/IconJoinLeftSharp.tsx b/src/IconJoinLeftSharp.tsx index 8aa88483c..d22e80fb7 100644 --- a/src/IconJoinLeftSharp.tsx +++ b/src/IconJoinLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftSharp: React.FC = ({ ...props }) => ( +export const IconJoinLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinLeftSharp as default } diff --git a/src/IconJoinLeftSharpFilled.tsx b/src/IconJoinLeftSharpFilled.tsx index 3b798392b..5586b5165 100644 --- a/src/IconJoinLeftSharpFilled.tsx +++ b/src/IconJoinLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconJoinLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinLeftSharpFilled as default } diff --git a/src/IconJoinOutlined.tsx b/src/IconJoinOutlined.tsx index 9540eb161..82fc22d93 100644 --- a/src/IconJoinOutlined.tsx +++ b/src/IconJoinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinOutlined: React.FC = ({ ...props }) => ( +export const IconJoinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinOutlined as default } diff --git a/src/IconJoinOutlinedFilled.tsx b/src/IconJoinOutlinedFilled.tsx index 935552390..6657aa7bf 100644 --- a/src/IconJoinOutlinedFilled.tsx +++ b/src/IconJoinOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJoinOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinOutlinedFilled as default } diff --git a/src/IconJoinRightOutlined.tsx b/src/IconJoinRightOutlined.tsx index 837deeb10..d89d4a313 100644 --- a/src/IconJoinRightOutlined.tsx +++ b/src/IconJoinRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightOutlined: React.FC = ({ ...props }) => ( +export const IconJoinRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRightOutlined as default } diff --git a/src/IconJoinRightOutlinedFilled.tsx b/src/IconJoinRightOutlinedFilled.tsx index 70711ca66..8083a740e 100644 --- a/src/IconJoinRightOutlinedFilled.tsx +++ b/src/IconJoinRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJoinRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinRightOutlinedFilled as default } diff --git a/src/IconJoinRightRounded.tsx b/src/IconJoinRightRounded.tsx index 2e2223ebe..d5fb4853b 100644 --- a/src/IconJoinRightRounded.tsx +++ b/src/IconJoinRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightRounded: React.FC = ({ ...props }) => ( +export const IconJoinRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRightRounded as default } diff --git a/src/IconJoinRightRoundedFilled.tsx b/src/IconJoinRightRoundedFilled.tsx index 37f186ab8..a44b9c004 100644 --- a/src/IconJoinRightRoundedFilled.tsx +++ b/src/IconJoinRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJoinRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoinRightRoundedFilled as default } diff --git a/src/IconJoinRightSharp.tsx b/src/IconJoinRightSharp.tsx index bb0126492..9afef351c 100644 --- a/src/IconJoinRightSharp.tsx +++ b/src/IconJoinRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightSharp: React.FC = ({ ...props }) => ( +export const IconJoinRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRightSharp as default } diff --git a/src/IconJoinRightSharpFilled.tsx b/src/IconJoinRightSharpFilled.tsx index c2b7a7ae2..3cb4d1bbd 100644 --- a/src/IconJoinRightSharpFilled.tsx +++ b/src/IconJoinRightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconJoinRightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRightSharpFilled as default } diff --git a/src/IconJoinRounded.tsx b/src/IconJoinRounded.tsx index 19cd57d16..026f7ec51 100644 --- a/src/IconJoinRounded.tsx +++ b/src/IconJoinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRounded: React.FC = ({ ...props }) => ( +export const IconJoinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRounded as default } diff --git a/src/IconJoinRoundedFilled.tsx b/src/IconJoinRoundedFilled.tsx index a6c5544bb..774a78e90 100644 --- a/src/IconJoinRoundedFilled.tsx +++ b/src/IconJoinRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJoinRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinRoundedFilled as default } diff --git a/src/IconJoinSharp.tsx b/src/IconJoinSharp.tsx index 2d554c56b..badc46773 100644 --- a/src/IconJoinSharp.tsx +++ b/src/IconJoinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinSharp: React.FC = ({ ...props }) => ( +export const IconJoinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinSharp as default } diff --git a/src/IconJoinSharpFilled.tsx b/src/IconJoinSharpFilled.tsx index aac98757a..004d829d2 100644 --- a/src/IconJoinSharpFilled.tsx +++ b/src/IconJoinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoinSharpFilled: React.FC = ({ ...props }) => ( +export const IconJoinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoinSharpFilled as default } diff --git a/src/IconJoystickOutlined.tsx b/src/IconJoystickOutlined.tsx index 0ef38ba8e..92124b0db 100644 --- a/src/IconJoystickOutlined.tsx +++ b/src/IconJoystickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickOutlined: React.FC = ({ ...props }) => ( +export const IconJoystickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoystickOutlined as default } diff --git a/src/IconJoystickOutlinedFilled.tsx b/src/IconJoystickOutlinedFilled.tsx index 6a71a5840..07c8acb79 100644 --- a/src/IconJoystickOutlinedFilled.tsx +++ b/src/IconJoystickOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJoystickOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoystickOutlinedFilled as default } diff --git a/src/IconJoystickRounded.tsx b/src/IconJoystickRounded.tsx index 941fae80f..4a63bd167 100644 --- a/src/IconJoystickRounded.tsx +++ b/src/IconJoystickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickRounded: React.FC = ({ ...props }) => ( +export const IconJoystickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoystickRounded as default } diff --git a/src/IconJoystickRoundedFilled.tsx b/src/IconJoystickRoundedFilled.tsx index cefb4c6c1..f578300ed 100644 --- a/src/IconJoystickRoundedFilled.tsx +++ b/src/IconJoystickRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJoystickRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJoystickRoundedFilled as default } diff --git a/src/IconJoystickSharp.tsx b/src/IconJoystickSharp.tsx index 4ac44f131..53c35daaa 100644 --- a/src/IconJoystickSharp.tsx +++ b/src/IconJoystickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickSharp: React.FC = ({ ...props }) => ( +export const IconJoystickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoystickSharp as default } diff --git a/src/IconJoystickSharpFilled.tsx b/src/IconJoystickSharpFilled.tsx index ed0f5a9a8..497053a57 100644 --- a/src/IconJoystickSharpFilled.tsx +++ b/src/IconJoystickSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJoystickSharpFilled: React.FC = ({ ...props }) => ( +export const IconJoystickSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJoystickSharpFilled as default } diff --git a/src/IconJumpToElementOutlined.tsx b/src/IconJumpToElementOutlined.tsx index 3db578424..7a7922d3f 100644 --- a/src/IconJumpToElementOutlined.tsx +++ b/src/IconJumpToElementOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementOutlined: React.FC = ({ ...props }) => ( +export const IconJumpToElementOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJumpToElementOutlined as default } diff --git a/src/IconJumpToElementOutlinedFilled.tsx b/src/IconJumpToElementOutlinedFilled.tsx index 531b0aace..041d334e6 100644 --- a/src/IconJumpToElementOutlinedFilled.tsx +++ b/src/IconJumpToElementOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconJumpToElementOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJumpToElementOutlinedFilled as default } diff --git a/src/IconJumpToElementRounded.tsx b/src/IconJumpToElementRounded.tsx index 44b528239..7eeaafffe 100644 --- a/src/IconJumpToElementRounded.tsx +++ b/src/IconJumpToElementRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementRounded: React.FC = ({ ...props }) => ( +export const IconJumpToElementRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJumpToElementRounded as default } diff --git a/src/IconJumpToElementRoundedFilled.tsx b/src/IconJumpToElementRoundedFilled.tsx index 76a5723cd..602499914 100644 --- a/src/IconJumpToElementRoundedFilled.tsx +++ b/src/IconJumpToElementRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementRoundedFilled: React.FC = ({ ...props }) => ( +export const IconJumpToElementRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJumpToElementRoundedFilled as default } diff --git a/src/IconJumpToElementSharp.tsx b/src/IconJumpToElementSharp.tsx index 4cbd3143b..c8bd340f3 100644 --- a/src/IconJumpToElementSharp.tsx +++ b/src/IconJumpToElementSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementSharp: React.FC = ({ ...props }) => ( +export const IconJumpToElementSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconJumpToElementSharp as default } diff --git a/src/IconJumpToElementSharpFilled.tsx b/src/IconJumpToElementSharpFilled.tsx index 8b4557090..4f38cc020 100644 --- a/src/IconJumpToElementSharpFilled.tsx +++ b/src/IconJumpToElementSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconJumpToElementSharpFilled: React.FC = ({ ...props }) => ( +export const IconJumpToElementSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconJumpToElementSharpFilled as default } diff --git a/src/IconKayakingOutlined.tsx b/src/IconKayakingOutlined.tsx index 65726a1c6..3f35bcdc8 100644 --- a/src/IconKayakingOutlined.tsx +++ b/src/IconKayakingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingOutlined: React.FC = ({ ...props }) => ( +export const IconKayakingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKayakingOutlined as default } diff --git a/src/IconKayakingOutlinedFilled.tsx b/src/IconKayakingOutlinedFilled.tsx index b4dbbfd39..8add4dada 100644 --- a/src/IconKayakingOutlinedFilled.tsx +++ b/src/IconKayakingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKayakingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKayakingOutlinedFilled as default } diff --git a/src/IconKayakingRounded.tsx b/src/IconKayakingRounded.tsx index 48d018b39..2f4dda1fd 100644 --- a/src/IconKayakingRounded.tsx +++ b/src/IconKayakingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingRounded: React.FC = ({ ...props }) => ( +export const IconKayakingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKayakingRounded as default } diff --git a/src/IconKayakingRoundedFilled.tsx b/src/IconKayakingRoundedFilled.tsx index 730705fe7..bbf056ba2 100644 --- a/src/IconKayakingRoundedFilled.tsx +++ b/src/IconKayakingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKayakingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKayakingRoundedFilled as default } diff --git a/src/IconKayakingSharp.tsx b/src/IconKayakingSharp.tsx index 9a25a38ee..3a22229a8 100644 --- a/src/IconKayakingSharp.tsx +++ b/src/IconKayakingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingSharp: React.FC = ({ ...props }) => ( +export const IconKayakingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKayakingSharp as default } diff --git a/src/IconKayakingSharpFilled.tsx b/src/IconKayakingSharpFilled.tsx index 849f3da95..9fcd67ff0 100644 --- a/src/IconKayakingSharpFilled.tsx +++ b/src/IconKayakingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKayakingSharpFilled: React.FC = ({ ...props }) => ( +export const IconKayakingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKayakingSharpFilled as default } diff --git a/src/IconKebabDiningOutlined.tsx b/src/IconKebabDiningOutlined.tsx index a36371e6b..a797ccc62 100644 --- a/src/IconKebabDiningOutlined.tsx +++ b/src/IconKebabDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningOutlined: React.FC = ({ ...props }) => ( +export const IconKebabDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKebabDiningOutlined as default } diff --git a/src/IconKebabDiningOutlinedFilled.tsx b/src/IconKebabDiningOutlinedFilled.tsx index 25946d0f6..bf23d3ddc 100644 --- a/src/IconKebabDiningOutlinedFilled.tsx +++ b/src/IconKebabDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKebabDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKebabDiningOutlinedFilled as default } diff --git a/src/IconKebabDiningRounded.tsx b/src/IconKebabDiningRounded.tsx index 43ae572b9..58f4fc4b8 100644 --- a/src/IconKebabDiningRounded.tsx +++ b/src/IconKebabDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningRounded: React.FC = ({ ...props }) => ( +export const IconKebabDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKebabDiningRounded as default } diff --git a/src/IconKebabDiningRoundedFilled.tsx b/src/IconKebabDiningRoundedFilled.tsx index c2528d6a6..1dd186ed3 100644 --- a/src/IconKebabDiningRoundedFilled.tsx +++ b/src/IconKebabDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKebabDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKebabDiningRoundedFilled as default } diff --git a/src/IconKebabDiningSharp.tsx b/src/IconKebabDiningSharp.tsx index c65127a1c..d1e8b4cad 100644 --- a/src/IconKebabDiningSharp.tsx +++ b/src/IconKebabDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningSharp: React.FC = ({ ...props }) => ( +export const IconKebabDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKebabDiningSharp as default } diff --git a/src/IconKebabDiningSharpFilled.tsx b/src/IconKebabDiningSharpFilled.tsx index 6dbec0587..f89dd2931 100644 --- a/src/IconKebabDiningSharpFilled.tsx +++ b/src/IconKebabDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKebabDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconKebabDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKebabDiningSharpFilled as default } diff --git a/src/IconKeepOffOutlined.tsx b/src/IconKeepOffOutlined.tsx index f6f4ec732..cef6c7ac2 100644 --- a/src/IconKeepOffOutlined.tsx +++ b/src/IconKeepOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffOutlined: React.FC = ({ ...props }) => ( +export const IconKeepOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOffOutlined as default } diff --git a/src/IconKeepOffOutlinedFilled.tsx b/src/IconKeepOffOutlinedFilled.tsx index 9ad6738b7..01636a125 100644 --- a/src/IconKeepOffOutlinedFilled.tsx +++ b/src/IconKeepOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeepOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeepOffOutlinedFilled as default } diff --git a/src/IconKeepOffRounded.tsx b/src/IconKeepOffRounded.tsx index 1f48827e7..f2a20f3e5 100644 --- a/src/IconKeepOffRounded.tsx +++ b/src/IconKeepOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffRounded: React.FC = ({ ...props }) => ( +export const IconKeepOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOffRounded as default } diff --git a/src/IconKeepOffRoundedFilled.tsx b/src/IconKeepOffRoundedFilled.tsx index 020801833..48b3b41d7 100644 --- a/src/IconKeepOffRoundedFilled.tsx +++ b/src/IconKeepOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeepOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOffRoundedFilled as default } diff --git a/src/IconKeepOffSharp.tsx b/src/IconKeepOffSharp.tsx index a6a0a77e7..41c224c62 100644 --- a/src/IconKeepOffSharp.tsx +++ b/src/IconKeepOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffSharp: React.FC = ({ ...props }) => ( +export const IconKeepOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOffSharp as default } diff --git a/src/IconKeepOffSharpFilled.tsx b/src/IconKeepOffSharpFilled.tsx index 3f962d473..2c414f849 100644 --- a/src/IconKeepOffSharpFilled.tsx +++ b/src/IconKeepOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeepOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOffSharpFilled as default } diff --git a/src/IconKeepOutlined.tsx b/src/IconKeepOutlined.tsx index 6ec1c7cd6..e8cba768f 100644 --- a/src/IconKeepOutlined.tsx +++ b/src/IconKeepOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOutlined: React.FC = ({ ...props }) => ( +export const IconKeepOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOutlined as default } diff --git a/src/IconKeepOutlinedFilled.tsx b/src/IconKeepOutlinedFilled.tsx index 568deba1d..99cf95bf7 100644 --- a/src/IconKeepOutlinedFilled.tsx +++ b/src/IconKeepOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeepOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepOutlinedFilled as default } diff --git a/src/IconKeepPublicOutlined.tsx b/src/IconKeepPublicOutlined.tsx index c5ea4c2ec..5e57658a3 100644 --- a/src/IconKeepPublicOutlined.tsx +++ b/src/IconKeepPublicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicOutlined: React.FC = ({ ...props }) => ( +export const IconKeepPublicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepPublicOutlined as default } diff --git a/src/IconKeepPublicOutlinedFilled.tsx b/src/IconKeepPublicOutlinedFilled.tsx index 911f3ee20..a5c701b9b 100644 --- a/src/IconKeepPublicOutlinedFilled.tsx +++ b/src/IconKeepPublicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeepPublicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeepPublicOutlinedFilled as default } diff --git a/src/IconKeepPublicRounded.tsx b/src/IconKeepPublicRounded.tsx index 6f73ec05d..e75789dba 100644 --- a/src/IconKeepPublicRounded.tsx +++ b/src/IconKeepPublicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicRounded: React.FC = ({ ...props }) => ( +export const IconKeepPublicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepPublicRounded as default } diff --git a/src/IconKeepPublicRoundedFilled.tsx b/src/IconKeepPublicRoundedFilled.tsx index e2dc84911..c97de4e24 100644 --- a/src/IconKeepPublicRoundedFilled.tsx +++ b/src/IconKeepPublicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeepPublicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeepPublicRoundedFilled as default } diff --git a/src/IconKeepPublicSharp.tsx b/src/IconKeepPublicSharp.tsx index d943e83b7..d0e92337c 100644 --- a/src/IconKeepPublicSharp.tsx +++ b/src/IconKeepPublicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicSharp: React.FC = ({ ...props }) => ( +export const IconKeepPublicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepPublicSharp as default } diff --git a/src/IconKeepPublicSharpFilled.tsx b/src/IconKeepPublicSharpFilled.tsx index d65a6c4e4..87fe60eb1 100644 --- a/src/IconKeepPublicSharpFilled.tsx +++ b/src/IconKeepPublicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeepPublicSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeepPublicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeepPublicSharpFilled as default } diff --git a/src/IconKeepRounded.tsx b/src/IconKeepRounded.tsx index 0f3e84657..266bf17ab 100644 --- a/src/IconKeepRounded.tsx +++ b/src/IconKeepRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepRounded: React.FC = ({ ...props }) => ( +export const IconKeepRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepRounded as default } diff --git a/src/IconKeepRoundedFilled.tsx b/src/IconKeepRoundedFilled.tsx index 051e6d767..7cb40bb55 100644 --- a/src/IconKeepRoundedFilled.tsx +++ b/src/IconKeepRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeepRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepRoundedFilled as default } diff --git a/src/IconKeepSharp.tsx b/src/IconKeepSharp.tsx index 65a441ab5..f51e1042d 100644 --- a/src/IconKeepSharp.tsx +++ b/src/IconKeepSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepSharp: React.FC = ({ ...props }) => ( +export const IconKeepSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepSharp as default } diff --git a/src/IconKeepSharpFilled.tsx b/src/IconKeepSharpFilled.tsx index 5d6a9c9cb..447a60b6f 100644 --- a/src/IconKeepSharpFilled.tsx +++ b/src/IconKeepSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeepSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeepSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeepSharpFilled as default } diff --git a/src/IconKettleOutlined.tsx b/src/IconKettleOutlined.tsx index d57c735b8..9c20bf974 100644 --- a/src/IconKettleOutlined.tsx +++ b/src/IconKettleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleOutlined: React.FC = ({ ...props }) => ( +export const IconKettleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleOutlined as default } diff --git a/src/IconKettleOutlinedFilled.tsx b/src/IconKettleOutlinedFilled.tsx index ed88bdead..dce69a475 100644 --- a/src/IconKettleOutlinedFilled.tsx +++ b/src/IconKettleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKettleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleOutlinedFilled as default } diff --git a/src/IconKettleRounded.tsx b/src/IconKettleRounded.tsx index 65a2f959c..de4da175b 100644 --- a/src/IconKettleRounded.tsx +++ b/src/IconKettleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleRounded: React.FC = ({ ...props }) => ( +export const IconKettleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleRounded as default } diff --git a/src/IconKettleRoundedFilled.tsx b/src/IconKettleRoundedFilled.tsx index 38d7e6dcd..c8643e880 100644 --- a/src/IconKettleRoundedFilled.tsx +++ b/src/IconKettleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKettleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleRoundedFilled as default } diff --git a/src/IconKettleSharp.tsx b/src/IconKettleSharp.tsx index 637227b50..c9a9ea1c8 100644 --- a/src/IconKettleSharp.tsx +++ b/src/IconKettleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleSharp: React.FC = ({ ...props }) => ( +export const IconKettleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleSharp as default } diff --git a/src/IconKettleSharpFilled.tsx b/src/IconKettleSharpFilled.tsx index 9f8d771e7..1f0b48b4f 100644 --- a/src/IconKettleSharpFilled.tsx +++ b/src/IconKettleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKettleSharpFilled: React.FC = ({ ...props }) => ( +export const IconKettleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKettleSharpFilled as default } diff --git a/src/IconKeyOffOutlined.tsx b/src/IconKeyOffOutlined.tsx index 05d8b1521..f88db9291 100644 --- a/src/IconKeyOffOutlined.tsx +++ b/src/IconKeyOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffOutlined: React.FC = ({ ...props }) => ( +export const IconKeyOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffOutlined as default } diff --git a/src/IconKeyOffOutlinedFilled.tsx b/src/IconKeyOffOutlinedFilled.tsx index b2bcc46c4..705bf7155 100644 --- a/src/IconKeyOffOutlinedFilled.tsx +++ b/src/IconKeyOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffOutlinedFilled as default } diff --git a/src/IconKeyOffRounded.tsx b/src/IconKeyOffRounded.tsx index 7f312072b..3b59bec7e 100644 --- a/src/IconKeyOffRounded.tsx +++ b/src/IconKeyOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffRounded: React.FC = ({ ...props }) => ( +export const IconKeyOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffRounded as default } diff --git a/src/IconKeyOffRoundedFilled.tsx b/src/IconKeyOffRoundedFilled.tsx index d34494df1..5707d1195 100644 --- a/src/IconKeyOffRoundedFilled.tsx +++ b/src/IconKeyOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffRoundedFilled as default } diff --git a/src/IconKeyOffSharp.tsx b/src/IconKeyOffSharp.tsx index dfa439417..f1be54dff 100644 --- a/src/IconKeyOffSharp.tsx +++ b/src/IconKeyOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffSharp: React.FC = ({ ...props }) => ( +export const IconKeyOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffSharp as default } diff --git a/src/IconKeyOffSharpFilled.tsx b/src/IconKeyOffSharpFilled.tsx index 4246290f8..f1ff75f22 100644 --- a/src/IconKeyOffSharpFilled.tsx +++ b/src/IconKeyOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOffSharpFilled as default } diff --git a/src/IconKeyOutlined.tsx b/src/IconKeyOutlined.tsx index 12b123413..10560ef1d 100644 --- a/src/IconKeyOutlined.tsx +++ b/src/IconKeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOutlined: React.FC = ({ ...props }) => ( +export const IconKeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOutlined as default } diff --git a/src/IconKeyOutlinedFilled.tsx b/src/IconKeyOutlinedFilled.tsx index 2e974348a..f31fd6fad 100644 --- a/src/IconKeyOutlinedFilled.tsx +++ b/src/IconKeyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyOutlinedFilled as default } diff --git a/src/IconKeyRounded.tsx b/src/IconKeyRounded.tsx index 0dbf1fce5..46d3772fe 100644 --- a/src/IconKeyRounded.tsx +++ b/src/IconKeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyRounded: React.FC = ({ ...props }) => ( +export const IconKeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyRounded as default } diff --git a/src/IconKeyRoundedFilled.tsx b/src/IconKeyRoundedFilled.tsx index 2924cf1bf..80336d52c 100644 --- a/src/IconKeyRoundedFilled.tsx +++ b/src/IconKeyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyRoundedFilled as default } diff --git a/src/IconKeySharp.tsx b/src/IconKeySharp.tsx index 48630dd2e..9b1bbcb51 100644 --- a/src/IconKeySharp.tsx +++ b/src/IconKeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeySharp: React.FC = ({ ...props }) => ( +export const IconKeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeySharp as default } diff --git a/src/IconKeySharpFilled.tsx b/src/IconKeySharpFilled.tsx index 6840cc0c5..c8edbd2cf 100644 --- a/src/IconKeySharpFilled.tsx +++ b/src/IconKeySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeySharpFilled: React.FC = ({ ...props }) => ( +export const IconKeySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeySharpFilled as default } diff --git a/src/IconKeyVerticalOutlined.tsx b/src/IconKeyVerticalOutlined.tsx index 4b3d599e0..aed709c13 100644 --- a/src/IconKeyVerticalOutlined.tsx +++ b/src/IconKeyVerticalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalOutlined: React.FC = ({ ...props }) => ( +export const IconKeyVerticalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalOutlined as default } diff --git a/src/IconKeyVerticalOutlinedFilled.tsx b/src/IconKeyVerticalOutlinedFilled.tsx index 1bc5adf5e..c4db971b5 100644 --- a/src/IconKeyVerticalOutlinedFilled.tsx +++ b/src/IconKeyVerticalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyVerticalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalOutlinedFilled as default } diff --git a/src/IconKeyVerticalRounded.tsx b/src/IconKeyVerticalRounded.tsx index fbc18f2a3..563ef0402 100644 --- a/src/IconKeyVerticalRounded.tsx +++ b/src/IconKeyVerticalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalRounded: React.FC = ({ ...props }) => ( +export const IconKeyVerticalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalRounded as default } diff --git a/src/IconKeyVerticalRoundedFilled.tsx b/src/IconKeyVerticalRoundedFilled.tsx index a2a7f7c60..da0e381c6 100644 --- a/src/IconKeyVerticalRoundedFilled.tsx +++ b/src/IconKeyVerticalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyVerticalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalRoundedFilled as default } diff --git a/src/IconKeyVerticalSharp.tsx b/src/IconKeyVerticalSharp.tsx index d1470c80b..7585793a8 100644 --- a/src/IconKeyVerticalSharp.tsx +++ b/src/IconKeyVerticalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalSharp: React.FC = ({ ...props }) => ( +export const IconKeyVerticalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalSharp as default } diff --git a/src/IconKeyVerticalSharpFilled.tsx b/src/IconKeyVerticalSharpFilled.tsx index 522d6fbf1..3c7f9a243 100644 --- a/src/IconKeyVerticalSharpFilled.tsx +++ b/src/IconKeyVerticalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVerticalSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyVerticalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVerticalSharpFilled as default } diff --git a/src/IconKeyVisualizerOutlined.tsx b/src/IconKeyVisualizerOutlined.tsx index be1daf2c4..eecb7bd79 100644 --- a/src/IconKeyVisualizerOutlined.tsx +++ b/src/IconKeyVisualizerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerOutlined: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerOutlined as default } diff --git a/src/IconKeyVisualizerOutlinedFilled.tsx b/src/IconKeyVisualizerOutlinedFilled.tsx index 170b97c27..9f37982d1 100644 --- a/src/IconKeyVisualizerOutlinedFilled.tsx +++ b/src/IconKeyVisualizerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerOutlinedFilled as default } diff --git a/src/IconKeyVisualizerRounded.tsx b/src/IconKeyVisualizerRounded.tsx index 0ea43c2bf..ba21f716c 100644 --- a/src/IconKeyVisualizerRounded.tsx +++ b/src/IconKeyVisualizerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerRounded: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerRounded as default } diff --git a/src/IconKeyVisualizerRoundedFilled.tsx b/src/IconKeyVisualizerRoundedFilled.tsx index de34439ac..17d7b798e 100644 --- a/src/IconKeyVisualizerRoundedFilled.tsx +++ b/src/IconKeyVisualizerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerRoundedFilled as default } diff --git a/src/IconKeyVisualizerSharp.tsx b/src/IconKeyVisualizerSharp.tsx index 601d8f966..f31ad2def 100644 --- a/src/IconKeyVisualizerSharp.tsx +++ b/src/IconKeyVisualizerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerSharp: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerSharp as default } diff --git a/src/IconKeyVisualizerSharpFilled.tsx b/src/IconKeyVisualizerSharpFilled.tsx index 9396ad68f..cc83423a6 100644 --- a/src/IconKeyVisualizerSharpFilled.tsx +++ b/src/IconKeyVisualizerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyVisualizerSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyVisualizerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyVisualizerSharpFilled as default } diff --git a/src/IconKeyboardAltOutlined.tsx b/src/IconKeyboardAltOutlined.tsx index 4f35e5883..74e25c7c5 100644 --- a/src/IconKeyboardAltOutlined.tsx +++ b/src/IconKeyboardAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltOutlined as default } diff --git a/src/IconKeyboardAltOutlinedFilled.tsx b/src/IconKeyboardAltOutlinedFilled.tsx index 79c6afc2c..2775e5163 100644 --- a/src/IconKeyboardAltOutlinedFilled.tsx +++ b/src/IconKeyboardAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltOutlinedFilled as default } diff --git a/src/IconKeyboardAltRounded.tsx b/src/IconKeyboardAltRounded.tsx index 2310f2855..7a0825f98 100644 --- a/src/IconKeyboardAltRounded.tsx +++ b/src/IconKeyboardAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltRounded as default } diff --git a/src/IconKeyboardAltRoundedFilled.tsx b/src/IconKeyboardAltRoundedFilled.tsx index 956dc14d0..b20ad6b07 100644 --- a/src/IconKeyboardAltRoundedFilled.tsx +++ b/src/IconKeyboardAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltRoundedFilled as default } diff --git a/src/IconKeyboardAltSharp.tsx b/src/IconKeyboardAltSharp.tsx index cae97c36c..f55b2a1fb 100644 --- a/src/IconKeyboardAltSharp.tsx +++ b/src/IconKeyboardAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltSharp as default } diff --git a/src/IconKeyboardAltSharpFilled.tsx b/src/IconKeyboardAltSharpFilled.tsx index eff2c71f9..6dc15d746 100644 --- a/src/IconKeyboardAltSharpFilled.tsx +++ b/src/IconKeyboardAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconKeyboardAltSharpFilled as default } diff --git a/src/IconKeyboardArrowDownOutlined.tsx b/src/IconKeyboardArrowDownOutlined.tsx index 85e7192f6..183e6cf41 100644 --- a/src/IconKeyboardArrowDownOutlined.tsx +++ b/src/IconKeyboardArrowDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowDownOutlined as default } diff --git a/src/IconKeyboardArrowDownOutlinedFilled.tsx b/src/IconKeyboardArrowDownOutlinedFilled.tsx index 0e134a7bd..3c019dae8 100644 --- a/src/IconKeyboardArrowDownOutlinedFilled.tsx +++ b/src/IconKeyboardArrowDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownOutlinedFilled: React.FC = ({ +export const IconKeyboardArrowDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowDownOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardArrowDownOutlinedFilled as default } diff --git a/src/IconKeyboardArrowDownRounded.tsx b/src/IconKeyboardArrowDownRounded.tsx index f822936fd..7b952dccc 100644 --- a/src/IconKeyboardArrowDownRounded.tsx +++ b/src/IconKeyboardArrowDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowDownRounded as default } diff --git a/src/IconKeyboardArrowDownRoundedFilled.tsx b/src/IconKeyboardArrowDownRoundedFilled.tsx index 4468093ab..5351cb2b4 100644 --- a/src/IconKeyboardArrowDownRoundedFilled.tsx +++ b/src/IconKeyboardArrowDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownRoundedFilled: React.FC = ({ +export const IconKeyboardArrowDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowDownRoundedFilled: React.FC = ({ ) - -export { IconKeyboardArrowDownRoundedFilled as default } diff --git a/src/IconKeyboardArrowDownSharp.tsx b/src/IconKeyboardArrowDownSharp.tsx index b514d12e1..ec7d32da4 100644 --- a/src/IconKeyboardArrowDownSharp.tsx +++ b/src/IconKeyboardArrowDownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowDownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowDownSharp as default } diff --git a/src/IconKeyboardArrowDownSharpFilled.tsx b/src/IconKeyboardArrowDownSharpFilled.tsx index 7c4c9a7bd..13e3f7ef9 100644 --- a/src/IconKeyboardArrowDownSharpFilled.tsx +++ b/src/IconKeyboardArrowDownSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowDownSharpFilled: React.FC = ({ +export const IconKeyboardArrowDownSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowDownSharpFilled: React.FC = ({ ) - -export { IconKeyboardArrowDownSharpFilled as default } diff --git a/src/IconKeyboardArrowLeftOutlined.tsx b/src/IconKeyboardArrowLeftOutlined.tsx index 8a84ee898..efd6fbd71 100644 --- a/src/IconKeyboardArrowLeftOutlined.tsx +++ b/src/IconKeyboardArrowLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowLeftOutlined as default } diff --git a/src/IconKeyboardArrowLeftOutlinedFilled.tsx b/src/IconKeyboardArrowLeftOutlinedFilled.tsx index 679d4f911..4ad6410ae 100644 --- a/src/IconKeyboardArrowLeftOutlinedFilled.tsx +++ b/src/IconKeyboardArrowLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftOutlinedFilled: React.FC = ({ +export const IconKeyboardArrowLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowLeftOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardArrowLeftOutlinedFilled as default } diff --git a/src/IconKeyboardArrowLeftRounded.tsx b/src/IconKeyboardArrowLeftRounded.tsx index cb5a6f7b2..52332ffcc 100644 --- a/src/IconKeyboardArrowLeftRounded.tsx +++ b/src/IconKeyboardArrowLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowLeftRounded as default } diff --git a/src/IconKeyboardArrowLeftRoundedFilled.tsx b/src/IconKeyboardArrowLeftRoundedFilled.tsx index 5a9a4674c..74d3b8265 100644 --- a/src/IconKeyboardArrowLeftRoundedFilled.tsx +++ b/src/IconKeyboardArrowLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftRoundedFilled: React.FC = ({ +export const IconKeyboardArrowLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowLeftRoundedFilled: React.FC = ({ ) - -export { IconKeyboardArrowLeftRoundedFilled as default } diff --git a/src/IconKeyboardArrowLeftSharp.tsx b/src/IconKeyboardArrowLeftSharp.tsx index 6ef078ac6..425b4affd 100644 --- a/src/IconKeyboardArrowLeftSharp.tsx +++ b/src/IconKeyboardArrowLeftSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowLeftSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowLeftSharp as default } diff --git a/src/IconKeyboardArrowLeftSharpFilled.tsx b/src/IconKeyboardArrowLeftSharpFilled.tsx index 445a8230c..8a99a6dc0 100644 --- a/src/IconKeyboardArrowLeftSharpFilled.tsx +++ b/src/IconKeyboardArrowLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowLeftSharpFilled: React.FC = ({ +export const IconKeyboardArrowLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowLeftSharpFilled: React.FC = ({ ) - -export { IconKeyboardArrowLeftSharpFilled as default } diff --git a/src/IconKeyboardArrowRightOutlined.tsx b/src/IconKeyboardArrowRightOutlined.tsx index f4ca781a9..5d6b8b474 100644 --- a/src/IconKeyboardArrowRightOutlined.tsx +++ b/src/IconKeyboardArrowRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowRightOutlined as default } diff --git a/src/IconKeyboardArrowRightOutlinedFilled.tsx b/src/IconKeyboardArrowRightOutlinedFilled.tsx index 9af0a0663..0176b3591 100644 --- a/src/IconKeyboardArrowRightOutlinedFilled.tsx +++ b/src/IconKeyboardArrowRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightOutlinedFilled: React.FC = ({ +export const IconKeyboardArrowRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowRightOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardArrowRightOutlinedFilled as default } diff --git a/src/IconKeyboardArrowRightRounded.tsx b/src/IconKeyboardArrowRightRounded.tsx index 76484fc6d..45c053864 100644 --- a/src/IconKeyboardArrowRightRounded.tsx +++ b/src/IconKeyboardArrowRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowRightRounded as default } diff --git a/src/IconKeyboardArrowRightRoundedFilled.tsx b/src/IconKeyboardArrowRightRoundedFilled.tsx index 1b0f47775..8798dc77e 100644 --- a/src/IconKeyboardArrowRightRoundedFilled.tsx +++ b/src/IconKeyboardArrowRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightRoundedFilled: React.FC = ({ +export const IconKeyboardArrowRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowRightRoundedFilled: React.FC = ({ ) - -export { IconKeyboardArrowRightRoundedFilled as default } diff --git a/src/IconKeyboardArrowRightSharp.tsx b/src/IconKeyboardArrowRightSharp.tsx index 53a2df6f7..03c64e8c1 100644 --- a/src/IconKeyboardArrowRightSharp.tsx +++ b/src/IconKeyboardArrowRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowRightSharp as default } diff --git a/src/IconKeyboardArrowRightSharpFilled.tsx b/src/IconKeyboardArrowRightSharpFilled.tsx index 888509d63..a0f3ec131 100644 --- a/src/IconKeyboardArrowRightSharpFilled.tsx +++ b/src/IconKeyboardArrowRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowRightSharpFilled: React.FC = ({ +export const IconKeyboardArrowRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowRightSharpFilled: React.FC = ({ ) - -export { IconKeyboardArrowRightSharpFilled as default } diff --git a/src/IconKeyboardArrowUpOutlined.tsx b/src/IconKeyboardArrowUpOutlined.tsx index dbb404afb..315972d90 100644 --- a/src/IconKeyboardArrowUpOutlined.tsx +++ b/src/IconKeyboardArrowUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowUpOutlined as default } diff --git a/src/IconKeyboardArrowUpOutlinedFilled.tsx b/src/IconKeyboardArrowUpOutlinedFilled.tsx index 48c20949b..7c945c4c9 100644 --- a/src/IconKeyboardArrowUpOutlinedFilled.tsx +++ b/src/IconKeyboardArrowUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpOutlinedFilled: React.FC = ({ +export const IconKeyboardArrowUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowUpOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardArrowUpOutlinedFilled as default } diff --git a/src/IconKeyboardArrowUpRounded.tsx b/src/IconKeyboardArrowUpRounded.tsx index 7c0bdae58..d3dc5f1bf 100644 --- a/src/IconKeyboardArrowUpRounded.tsx +++ b/src/IconKeyboardArrowUpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowUpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowUpRounded as default } diff --git a/src/IconKeyboardArrowUpRoundedFilled.tsx b/src/IconKeyboardArrowUpRoundedFilled.tsx index 28aeb2ab5..9101ab410 100644 --- a/src/IconKeyboardArrowUpRoundedFilled.tsx +++ b/src/IconKeyboardArrowUpRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpRoundedFilled: React.FC = ({ +export const IconKeyboardArrowUpRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardArrowUpRoundedFilled: React.FC = ({ ) - -export { IconKeyboardArrowUpRoundedFilled as default } diff --git a/src/IconKeyboardArrowUpSharp.tsx b/src/IconKeyboardArrowUpSharp.tsx index 62b1599d6..4b95ce87f 100644 --- a/src/IconKeyboardArrowUpSharp.tsx +++ b/src/IconKeyboardArrowUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowUpSharp as default } diff --git a/src/IconKeyboardArrowUpSharpFilled.tsx b/src/IconKeyboardArrowUpSharpFilled.tsx index 447b0946b..17688cf1f 100644 --- a/src/IconKeyboardArrowUpSharpFilled.tsx +++ b/src/IconKeyboardArrowUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardArrowUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardArrowUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardArrowUpSharpFilled as default } diff --git a/src/IconKeyboardBackspaceOutlined.tsx b/src/IconKeyboardBackspaceOutlined.tsx index fe05abf6c..b7fb67d29 100644 --- a/src/IconKeyboardBackspaceOutlined.tsx +++ b/src/IconKeyboardBackspaceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardBackspaceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardBackspaceOutlined as default } diff --git a/src/IconKeyboardBackspaceOutlinedFilled.tsx b/src/IconKeyboardBackspaceOutlinedFilled.tsx index 4aaf737e5..3ba08a354 100644 --- a/src/IconKeyboardBackspaceOutlinedFilled.tsx +++ b/src/IconKeyboardBackspaceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceOutlinedFilled: React.FC = ({ +export const IconKeyboardBackspaceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardBackspaceOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardBackspaceOutlinedFilled as default } diff --git a/src/IconKeyboardBackspaceRounded.tsx b/src/IconKeyboardBackspaceRounded.tsx index 57b7cace8..e8940a217 100644 --- a/src/IconKeyboardBackspaceRounded.tsx +++ b/src/IconKeyboardBackspaceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardBackspaceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardBackspaceRounded as default } diff --git a/src/IconKeyboardBackspaceRoundedFilled.tsx b/src/IconKeyboardBackspaceRoundedFilled.tsx index d1a61aeb1..61d441eca 100644 --- a/src/IconKeyboardBackspaceRoundedFilled.tsx +++ b/src/IconKeyboardBackspaceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceRoundedFilled: React.FC = ({ +export const IconKeyboardBackspaceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardBackspaceRoundedFilled: React.FC = ({ ) - -export { IconKeyboardBackspaceRoundedFilled as default } diff --git a/src/IconKeyboardBackspaceSharp.tsx b/src/IconKeyboardBackspaceSharp.tsx index 1f9f9220d..5b5508b2d 100644 --- a/src/IconKeyboardBackspaceSharp.tsx +++ b/src/IconKeyboardBackspaceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardBackspaceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardBackspaceSharp as default } diff --git a/src/IconKeyboardBackspaceSharpFilled.tsx b/src/IconKeyboardBackspaceSharpFilled.tsx index e64af44ee..63a4651e0 100644 --- a/src/IconKeyboardBackspaceSharpFilled.tsx +++ b/src/IconKeyboardBackspaceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardBackspaceSharpFilled: React.FC = ({ +export const IconKeyboardBackspaceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardBackspaceSharpFilled: React.FC = ({ ) - -export { IconKeyboardBackspaceSharpFilled as default } diff --git a/src/IconKeyboardCapslockBadgeOutlined.tsx b/src/IconKeyboardCapslockBadgeOutlined.tsx index 1cc4f944e..daabcdcfb 100644 --- a/src/IconKeyboardCapslockBadgeOutlined.tsx +++ b/src/IconKeyboardCapslockBadgeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeOutlined: React.FC = ({ +export const IconKeyboardCapslockBadgeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockBadgeOutlined: React.FC = ({ ) - -export { IconKeyboardCapslockBadgeOutlined as default } diff --git a/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx b/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx index 7bac3c604..ad5463e21 100644 --- a/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx +++ b/src/IconKeyboardCapslockBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeOutlinedFilled: React.FC = ({ +export const IconKeyboardCapslockBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockBadgeOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardCapslockBadgeOutlinedFilled as default } diff --git a/src/IconKeyboardCapslockBadgeRounded.tsx b/src/IconKeyboardCapslockBadgeRounded.tsx index 1fd949728..679b98dfb 100644 --- a/src/IconKeyboardCapslockBadgeRounded.tsx +++ b/src/IconKeyboardCapslockBadgeRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeRounded: React.FC = ({ +export const IconKeyboardCapslockBadgeRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockBadgeRounded: React.FC = ({ ) - -export { IconKeyboardCapslockBadgeRounded as default } diff --git a/src/IconKeyboardCapslockBadgeRoundedFilled.tsx b/src/IconKeyboardCapslockBadgeRoundedFilled.tsx index fd1264379..23682b6f9 100644 --- a/src/IconKeyboardCapslockBadgeRoundedFilled.tsx +++ b/src/IconKeyboardCapslockBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeRoundedFilled: React.FC = ({ +export const IconKeyboardCapslockBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockBadgeRoundedFilled: React.FC = ({ ) - -export { IconKeyboardCapslockBadgeRoundedFilled as default } diff --git a/src/IconKeyboardCapslockBadgeSharp.tsx b/src/IconKeyboardCapslockBadgeSharp.tsx index c1acfa4c0..4b71fd42b 100644 --- a/src/IconKeyboardCapslockBadgeSharp.tsx +++ b/src/IconKeyboardCapslockBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardCapslockBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCapslockBadgeSharp as default } diff --git a/src/IconKeyboardCapslockBadgeSharpFilled.tsx b/src/IconKeyboardCapslockBadgeSharpFilled.tsx index 52cc345a8..8fc524987 100644 --- a/src/IconKeyboardCapslockBadgeSharpFilled.tsx +++ b/src/IconKeyboardCapslockBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockBadgeSharpFilled: React.FC = ({ +export const IconKeyboardCapslockBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockBadgeSharpFilled: React.FC = ({ ) - -export { IconKeyboardCapslockBadgeSharpFilled as default } diff --git a/src/IconKeyboardCapslockOutlined.tsx b/src/IconKeyboardCapslockOutlined.tsx index a79d8564d..7abc9a4bb 100644 --- a/src/IconKeyboardCapslockOutlined.tsx +++ b/src/IconKeyboardCapslockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardCapslockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCapslockOutlined as default } diff --git a/src/IconKeyboardCapslockOutlinedFilled.tsx b/src/IconKeyboardCapslockOutlinedFilled.tsx index 90881b740..e0302cb70 100644 --- a/src/IconKeyboardCapslockOutlinedFilled.tsx +++ b/src/IconKeyboardCapslockOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockOutlinedFilled: React.FC = ({ +export const IconKeyboardCapslockOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardCapslockOutlinedFilled as default } diff --git a/src/IconKeyboardCapslockRounded.tsx b/src/IconKeyboardCapslockRounded.tsx index 3f17157eb..9f8bbe3aa 100644 --- a/src/IconKeyboardCapslockRounded.tsx +++ b/src/IconKeyboardCapslockRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardCapslockRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCapslockRounded as default } diff --git a/src/IconKeyboardCapslockRoundedFilled.tsx b/src/IconKeyboardCapslockRoundedFilled.tsx index fd0fe6695..25dfb5e46 100644 --- a/src/IconKeyboardCapslockRoundedFilled.tsx +++ b/src/IconKeyboardCapslockRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockRoundedFilled: React.FC = ({ +export const IconKeyboardCapslockRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCapslockRoundedFilled: React.FC = ({ ) - -export { IconKeyboardCapslockRoundedFilled as default } diff --git a/src/IconKeyboardCapslockSharp.tsx b/src/IconKeyboardCapslockSharp.tsx index 20ab3f94c..d8757b405 100644 --- a/src/IconKeyboardCapslockSharp.tsx +++ b/src/IconKeyboardCapslockSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardCapslockSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCapslockSharp as default } diff --git a/src/IconKeyboardCapslockSharpFilled.tsx b/src/IconKeyboardCapslockSharpFilled.tsx index 827dbd287..145cf0fb1 100644 --- a/src/IconKeyboardCapslockSharpFilled.tsx +++ b/src/IconKeyboardCapslockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCapslockSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardCapslockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCapslockSharpFilled as default } diff --git a/src/IconKeyboardCommandKeyOutlined.tsx b/src/IconKeyboardCommandKeyOutlined.tsx index 15faac846..5bbfdd550 100644 --- a/src/IconKeyboardCommandKeyOutlined.tsx +++ b/src/IconKeyboardCommandKeyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeyOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardCommandKeyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCommandKeyOutlined as default } diff --git a/src/IconKeyboardCommandKeyOutlinedFilled.tsx b/src/IconKeyboardCommandKeyOutlinedFilled.tsx index 26c8488d0..ecf527d0c 100644 --- a/src/IconKeyboardCommandKeyOutlinedFilled.tsx +++ b/src/IconKeyboardCommandKeyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeyOutlinedFilled: React.FC = ({ +export const IconKeyboardCommandKeyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCommandKeyOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardCommandKeyOutlinedFilled as default } diff --git a/src/IconKeyboardCommandKeyRounded.tsx b/src/IconKeyboardCommandKeyRounded.tsx index 3e3154126..b21d3beaa 100644 --- a/src/IconKeyboardCommandKeyRounded.tsx +++ b/src/IconKeyboardCommandKeyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeyRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardCommandKeyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCommandKeyRounded as default } diff --git a/src/IconKeyboardCommandKeyRoundedFilled.tsx b/src/IconKeyboardCommandKeyRoundedFilled.tsx index ea1dd28b7..846af4cbd 100644 --- a/src/IconKeyboardCommandKeyRoundedFilled.tsx +++ b/src/IconKeyboardCommandKeyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeyRoundedFilled: React.FC = ({ +export const IconKeyboardCommandKeyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCommandKeyRoundedFilled: React.FC = ({ ) - -export { IconKeyboardCommandKeyRoundedFilled as default } diff --git a/src/IconKeyboardCommandKeySharp.tsx b/src/IconKeyboardCommandKeySharp.tsx index 0f2cb6193..70cf28b43 100644 --- a/src/IconKeyboardCommandKeySharp.tsx +++ b/src/IconKeyboardCommandKeySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeySharp: React.FC = ({ ...props }) => ( +export const IconKeyboardCommandKeySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardCommandKeySharp as default } diff --git a/src/IconKeyboardCommandKeySharpFilled.tsx b/src/IconKeyboardCommandKeySharpFilled.tsx index ab10320e3..089fa79b4 100644 --- a/src/IconKeyboardCommandKeySharpFilled.tsx +++ b/src/IconKeyboardCommandKeySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardCommandKeySharpFilled: React.FC = ({ +export const IconKeyboardCommandKeySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardCommandKeySharpFilled: React.FC = ({ ) - -export { IconKeyboardCommandKeySharpFilled as default } diff --git a/src/IconKeyboardControlKeyOutlined.tsx b/src/IconKeyboardControlKeyOutlined.tsx index 65bcfdced..391fc6e1c 100644 --- a/src/IconKeyboardControlKeyOutlined.tsx +++ b/src/IconKeyboardControlKeyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeyOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardControlKeyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardControlKeyOutlined as default } diff --git a/src/IconKeyboardControlKeyOutlinedFilled.tsx b/src/IconKeyboardControlKeyOutlinedFilled.tsx index ac7ece6c6..ff355e90a 100644 --- a/src/IconKeyboardControlKeyOutlinedFilled.tsx +++ b/src/IconKeyboardControlKeyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeyOutlinedFilled: React.FC = ({ +export const IconKeyboardControlKeyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardControlKeyOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardControlKeyOutlinedFilled as default } diff --git a/src/IconKeyboardControlKeyRounded.tsx b/src/IconKeyboardControlKeyRounded.tsx index 07a261fd8..6c3afd5d9 100644 --- a/src/IconKeyboardControlKeyRounded.tsx +++ b/src/IconKeyboardControlKeyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeyRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardControlKeyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardControlKeyRounded as default } diff --git a/src/IconKeyboardControlKeyRoundedFilled.tsx b/src/IconKeyboardControlKeyRoundedFilled.tsx index e4ded0a7b..5f9b3ccd2 100644 --- a/src/IconKeyboardControlKeyRoundedFilled.tsx +++ b/src/IconKeyboardControlKeyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeyRoundedFilled: React.FC = ({ +export const IconKeyboardControlKeyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardControlKeyRoundedFilled: React.FC = ({ ) - -export { IconKeyboardControlKeyRoundedFilled as default } diff --git a/src/IconKeyboardControlKeySharp.tsx b/src/IconKeyboardControlKeySharp.tsx index bd341a09e..4281afa5a 100644 --- a/src/IconKeyboardControlKeySharp.tsx +++ b/src/IconKeyboardControlKeySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeySharp: React.FC = ({ ...props }) => ( +export const IconKeyboardControlKeySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardControlKeySharp as default } diff --git a/src/IconKeyboardControlKeySharpFilled.tsx b/src/IconKeyboardControlKeySharpFilled.tsx index 3746a5aaa..435044591 100644 --- a/src/IconKeyboardControlKeySharpFilled.tsx +++ b/src/IconKeyboardControlKeySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardControlKeySharpFilled: React.FC = ({ +export const IconKeyboardControlKeySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardControlKeySharpFilled: React.FC = ({ ) - -export { IconKeyboardControlKeySharpFilled as default } diff --git a/src/IconKeyboardDoubleArrowDownOutlined.tsx b/src/IconKeyboardDoubleArrowDownOutlined.tsx index 22fe97c0a..bff0d6661 100644 --- a/src/IconKeyboardDoubleArrowDownOutlined.tsx +++ b/src/IconKeyboardDoubleArrowDownOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownOutlined: React.FC = ({ +export const IconKeyboardDoubleArrowDownOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownOutlined: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownOutlined as default } diff --git a/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx index 424cfadaf..a222c40ec 100644 --- a/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownOutlinedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownOutlinedFilled as default } diff --git a/src/IconKeyboardDoubleArrowDownRounded.tsx b/src/IconKeyboardDoubleArrowDownRounded.tsx index 01ada0f65..cead90d0e 100644 --- a/src/IconKeyboardDoubleArrowDownRounded.tsx +++ b/src/IconKeyboardDoubleArrowDownRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownRounded: React.FC = ({ +export const IconKeyboardDoubleArrowDownRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownRounded: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownRounded as default } diff --git a/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx b/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx index 099035822..02f206e23 100644 --- a/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownRoundedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownRoundedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownRoundedFilled as default } diff --git a/src/IconKeyboardDoubleArrowDownSharp.tsx b/src/IconKeyboardDoubleArrowDownSharp.tsx index 17b0b28aa..41c0c0839 100644 --- a/src/IconKeyboardDoubleArrowDownSharp.tsx +++ b/src/IconKeyboardDoubleArrowDownSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownSharp: React.FC = ({ +export const IconKeyboardDoubleArrowDownSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownSharp: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownSharp as default } diff --git a/src/IconKeyboardDoubleArrowDownSharpFilled.tsx b/src/IconKeyboardDoubleArrowDownSharpFilled.tsx index 6f403972f..6bdd8ae60 100644 --- a/src/IconKeyboardDoubleArrowDownSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowDownSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowDownSharpFilled: React.FC = ({ +export const IconKeyboardDoubleArrowDownSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowDownSharpFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowDownSharpFilled as default } diff --git a/src/IconKeyboardDoubleArrowLeftOutlined.tsx b/src/IconKeyboardDoubleArrowLeftOutlined.tsx index 1db0dd591..125e49867 100644 --- a/src/IconKeyboardDoubleArrowLeftOutlined.tsx +++ b/src/IconKeyboardDoubleArrowLeftOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftOutlined: React.FC = ({ +export const IconKeyboardDoubleArrowLeftOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftOutlined: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftOutlined as default } diff --git a/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx index 3a5361f90..c47f72256 100644 --- a/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftOutlinedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftOutlinedFilled as default } diff --git a/src/IconKeyboardDoubleArrowLeftRounded.tsx b/src/IconKeyboardDoubleArrowLeftRounded.tsx index f4611d87e..4d2156cc7 100644 --- a/src/IconKeyboardDoubleArrowLeftRounded.tsx +++ b/src/IconKeyboardDoubleArrowLeftRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftRounded: React.FC = ({ +export const IconKeyboardDoubleArrowLeftRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftRounded: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftRounded as default } diff --git a/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx b/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx index 24d61bbe4..08857abc3 100644 --- a/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftRoundedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftRoundedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftRoundedFilled as default } diff --git a/src/IconKeyboardDoubleArrowLeftSharp.tsx b/src/IconKeyboardDoubleArrowLeftSharp.tsx index dc13de842..b308a342a 100644 --- a/src/IconKeyboardDoubleArrowLeftSharp.tsx +++ b/src/IconKeyboardDoubleArrowLeftSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftSharp: React.FC = ({ +export const IconKeyboardDoubleArrowLeftSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftSharp: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftSharp as default } diff --git a/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx b/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx index 093200bb8..8d403b035 100644 --- a/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowLeftSharpFilled: React.FC = ({ +export const IconKeyboardDoubleArrowLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowLeftSharpFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowLeftSharpFilled as default } diff --git a/src/IconKeyboardDoubleArrowRightOutlined.tsx b/src/IconKeyboardDoubleArrowRightOutlined.tsx index a21102d93..bb2321056 100644 --- a/src/IconKeyboardDoubleArrowRightOutlined.tsx +++ b/src/IconKeyboardDoubleArrowRightOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightOutlined: React.FC = ({ +export const IconKeyboardDoubleArrowRightOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowRightOutlined: React.FC = ({ ) - -export { IconKeyboardDoubleArrowRightOutlined as default } diff --git a/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx index 05910844e..f44fe03a3 100644 --- a/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconKeyboardDoubleArrowRightOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardDoubleArrowRightOutlinedFilled as default } diff --git a/src/IconKeyboardDoubleArrowRightRounded.tsx b/src/IconKeyboardDoubleArrowRightRounded.tsx index e98740875..76a61ab31 100644 --- a/src/IconKeyboardDoubleArrowRightRounded.tsx +++ b/src/IconKeyboardDoubleArrowRightRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightRounded: React.FC = ({ +export const IconKeyboardDoubleArrowRightRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowRightRounded: React.FC = ({ ) - -export { IconKeyboardDoubleArrowRightRounded as default } diff --git a/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx b/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx index c6a239bcf..d68f7d7ac 100644 --- a/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightRoundedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowRightRoundedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowRightRoundedFilled as default } diff --git a/src/IconKeyboardDoubleArrowRightSharp.tsx b/src/IconKeyboardDoubleArrowRightSharp.tsx index 9e3b4c0b8..82794b39c 100644 --- a/src/IconKeyboardDoubleArrowRightSharp.tsx +++ b/src/IconKeyboardDoubleArrowRightSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightSharp: React.FC = ({ +export const IconKeyboardDoubleArrowRightSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowRightSharp: React.FC = ({ ) - -export { IconKeyboardDoubleArrowRightSharp as default } diff --git a/src/IconKeyboardDoubleArrowRightSharpFilled.tsx b/src/IconKeyboardDoubleArrowRightSharpFilled.tsx index fa021e077..b9bd3022e 100644 --- a/src/IconKeyboardDoubleArrowRightSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowRightSharpFilled: React.FC = ({ +export const IconKeyboardDoubleArrowRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowRightSharpFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowRightSharpFilled as default } diff --git a/src/IconKeyboardDoubleArrowUpOutlined.tsx b/src/IconKeyboardDoubleArrowUpOutlined.tsx index 7340e09e3..0ee3745eb 100644 --- a/src/IconKeyboardDoubleArrowUpOutlined.tsx +++ b/src/IconKeyboardDoubleArrowUpOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpOutlined: React.FC = ({ +export const IconKeyboardDoubleArrowUpOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowUpOutlined: React.FC = ({ ) - -export { IconKeyboardDoubleArrowUpOutlined as default } diff --git a/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx b/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx index bff107992..3947547c1 100644 --- a/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpOutlinedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowUpOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowUpOutlinedFilled as default } diff --git a/src/IconKeyboardDoubleArrowUpRounded.tsx b/src/IconKeyboardDoubleArrowUpRounded.tsx index 87fc419a6..380f58886 100644 --- a/src/IconKeyboardDoubleArrowUpRounded.tsx +++ b/src/IconKeyboardDoubleArrowUpRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpRounded: React.FC = ({ +export const IconKeyboardDoubleArrowUpRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowUpRounded: React.FC = ({ ) - -export { IconKeyboardDoubleArrowUpRounded as default } diff --git a/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx b/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx index 3a62d3a5d..4c9011a17 100644 --- a/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpRoundedFilled: React.FC = ({ +export const IconKeyboardDoubleArrowUpRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowUpRoundedFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowUpRoundedFilled as default } diff --git a/src/IconKeyboardDoubleArrowUpSharp.tsx b/src/IconKeyboardDoubleArrowUpSharp.tsx index 886b874ca..8e5b049a4 100644 --- a/src/IconKeyboardDoubleArrowUpSharp.tsx +++ b/src/IconKeyboardDoubleArrowUpSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardDoubleArrowUpSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardDoubleArrowUpSharp as default } diff --git a/src/IconKeyboardDoubleArrowUpSharpFilled.tsx b/src/IconKeyboardDoubleArrowUpSharpFilled.tsx index 5c87a828f..acbcae79a 100644 --- a/src/IconKeyboardDoubleArrowUpSharpFilled.tsx +++ b/src/IconKeyboardDoubleArrowUpSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardDoubleArrowUpSharpFilled: React.FC = ({ +export const IconKeyboardDoubleArrowUpSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardDoubleArrowUpSharpFilled: React.FC = ({ ) - -export { IconKeyboardDoubleArrowUpSharpFilled as default } diff --git a/src/IconKeyboardExternalInputOutlined.tsx b/src/IconKeyboardExternalInputOutlined.tsx index 53ff7bec8..8fbbb23d0 100644 --- a/src/IconKeyboardExternalInputOutlined.tsx +++ b/src/IconKeyboardExternalInputOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputOutlined: React.FC = ({ +export const IconKeyboardExternalInputOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardExternalInputOutlined: React.FC = ({ ) - -export { IconKeyboardExternalInputOutlined as default } diff --git a/src/IconKeyboardExternalInputOutlinedFilled.tsx b/src/IconKeyboardExternalInputOutlinedFilled.tsx index 7a134d582..9fde765ab 100644 --- a/src/IconKeyboardExternalInputOutlinedFilled.tsx +++ b/src/IconKeyboardExternalInputOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputOutlinedFilled: React.FC = ({ +export const IconKeyboardExternalInputOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardExternalInputOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardExternalInputOutlinedFilled as default } diff --git a/src/IconKeyboardExternalInputRounded.tsx b/src/IconKeyboardExternalInputRounded.tsx index a95d80ac0..039451d46 100644 --- a/src/IconKeyboardExternalInputRounded.tsx +++ b/src/IconKeyboardExternalInputRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputRounded: React.FC = ({ +export const IconKeyboardExternalInputRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardExternalInputRounded: React.FC = ({ ) - -export { IconKeyboardExternalInputRounded as default } diff --git a/src/IconKeyboardExternalInputRoundedFilled.tsx b/src/IconKeyboardExternalInputRoundedFilled.tsx index b28944fe1..56c743998 100644 --- a/src/IconKeyboardExternalInputRoundedFilled.tsx +++ b/src/IconKeyboardExternalInputRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputRoundedFilled: React.FC = ({ +export const IconKeyboardExternalInputRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardExternalInputRoundedFilled: React.FC = ({ ) - -export { IconKeyboardExternalInputRoundedFilled as default } diff --git a/src/IconKeyboardExternalInputSharp.tsx b/src/IconKeyboardExternalInputSharp.tsx index 7bb3c6109..4f3fccdba 100644 --- a/src/IconKeyboardExternalInputSharp.tsx +++ b/src/IconKeyboardExternalInputSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardExternalInputSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardExternalInputSharp as default } diff --git a/src/IconKeyboardExternalInputSharpFilled.tsx b/src/IconKeyboardExternalInputSharpFilled.tsx index 2ffd2f5b0..8d00740e6 100644 --- a/src/IconKeyboardExternalInputSharpFilled.tsx +++ b/src/IconKeyboardExternalInputSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardExternalInputSharpFilled: React.FC = ({ +export const IconKeyboardExternalInputSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardExternalInputSharpFilled: React.FC = ({ ) - -export { IconKeyboardExternalInputSharpFilled as default } diff --git a/src/IconKeyboardFullOutlined.tsx b/src/IconKeyboardFullOutlined.tsx index f47433edd..0558045cb 100644 --- a/src/IconKeyboardFullOutlined.tsx +++ b/src/IconKeyboardFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullOutlined as default } diff --git a/src/IconKeyboardFullOutlinedFilled.tsx b/src/IconKeyboardFullOutlinedFilled.tsx index b624d6808..e6045a8aa 100644 --- a/src/IconKeyboardFullOutlinedFilled.tsx +++ b/src/IconKeyboardFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullOutlinedFilled as default } diff --git a/src/IconKeyboardFullRounded.tsx b/src/IconKeyboardFullRounded.tsx index 2973cfdc8..987e40f70 100644 --- a/src/IconKeyboardFullRounded.tsx +++ b/src/IconKeyboardFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullRounded as default } diff --git a/src/IconKeyboardFullRoundedFilled.tsx b/src/IconKeyboardFullRoundedFilled.tsx index 978c85708..84489f238 100644 --- a/src/IconKeyboardFullRoundedFilled.tsx +++ b/src/IconKeyboardFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullRoundedFilled as default } diff --git a/src/IconKeyboardFullSharp.tsx b/src/IconKeyboardFullSharp.tsx index ebc3108a7..49d287a39 100644 --- a/src/IconKeyboardFullSharp.tsx +++ b/src/IconKeyboardFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullSharp as default } diff --git a/src/IconKeyboardFullSharpFilled.tsx b/src/IconKeyboardFullSharpFilled.tsx index 1b7d4bbb4..3acc47cc1 100644 --- a/src/IconKeyboardFullSharpFilled.tsx +++ b/src/IconKeyboardFullSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardFullSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardFullSharpFilled as default } diff --git a/src/IconKeyboardHideOutlined.tsx b/src/IconKeyboardHideOutlined.tsx index 8188bf783..dc4065e3d 100644 --- a/src/IconKeyboardHideOutlined.tsx +++ b/src/IconKeyboardHideOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardHideOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideOutlined as default } diff --git a/src/IconKeyboardHideOutlinedFilled.tsx b/src/IconKeyboardHideOutlinedFilled.tsx index 5e11e1009..eb6ca7dde 100644 --- a/src/IconKeyboardHideOutlinedFilled.tsx +++ b/src/IconKeyboardHideOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardHideOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideOutlinedFilled as default } diff --git a/src/IconKeyboardHideRounded.tsx b/src/IconKeyboardHideRounded.tsx index 9ad8d0b1a..c310dbb0e 100644 --- a/src/IconKeyboardHideRounded.tsx +++ b/src/IconKeyboardHideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardHideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideRounded as default } diff --git a/src/IconKeyboardHideRoundedFilled.tsx b/src/IconKeyboardHideRoundedFilled.tsx index d9578c4cd..ab873dfb5 100644 --- a/src/IconKeyboardHideRoundedFilled.tsx +++ b/src/IconKeyboardHideRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardHideRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideRoundedFilled as default } diff --git a/src/IconKeyboardHideSharp.tsx b/src/IconKeyboardHideSharp.tsx index b8c6b0de6..32fb44781 100644 --- a/src/IconKeyboardHideSharp.tsx +++ b/src/IconKeyboardHideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardHideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideSharp as default } diff --git a/src/IconKeyboardHideSharpFilled.tsx b/src/IconKeyboardHideSharpFilled.tsx index a36b69864..4edbdc0c1 100644 --- a/src/IconKeyboardHideSharpFilled.tsx +++ b/src/IconKeyboardHideSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardHideSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardHideSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardHideSharpFilled as default } diff --git a/src/IconKeyboardKeysOutlined.tsx b/src/IconKeyboardKeysOutlined.tsx index daa36491a..9085551a2 100644 --- a/src/IconKeyboardKeysOutlined.tsx +++ b/src/IconKeyboardKeysOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysOutlined as default } diff --git a/src/IconKeyboardKeysOutlinedFilled.tsx b/src/IconKeyboardKeysOutlinedFilled.tsx index 5718887b8..ab5a15c82 100644 --- a/src/IconKeyboardKeysOutlinedFilled.tsx +++ b/src/IconKeyboardKeysOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysOutlinedFilled as default } diff --git a/src/IconKeyboardKeysRounded.tsx b/src/IconKeyboardKeysRounded.tsx index 4bf7feb2c..a4c0009b9 100644 --- a/src/IconKeyboardKeysRounded.tsx +++ b/src/IconKeyboardKeysRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysRounded as default } diff --git a/src/IconKeyboardKeysRoundedFilled.tsx b/src/IconKeyboardKeysRoundedFilled.tsx index a15b9ba8f..2a0f62f73 100644 --- a/src/IconKeyboardKeysRoundedFilled.tsx +++ b/src/IconKeyboardKeysRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysRoundedFilled as default } diff --git a/src/IconKeyboardKeysSharp.tsx b/src/IconKeyboardKeysSharp.tsx index 85a2450db..d2a998775 100644 --- a/src/IconKeyboardKeysSharp.tsx +++ b/src/IconKeyboardKeysSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysSharp as default } diff --git a/src/IconKeyboardKeysSharpFilled.tsx b/src/IconKeyboardKeysSharpFilled.tsx index 9550af3e7..7b3dd8023 100644 --- a/src/IconKeyboardKeysSharpFilled.tsx +++ b/src/IconKeyboardKeysSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardKeysSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardKeysSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardKeysSharpFilled as default } diff --git a/src/IconKeyboardLockOffOutlined.tsx b/src/IconKeyboardLockOffOutlined.tsx index 8c576a6e4..a94f3ba17 100644 --- a/src/IconKeyboardLockOffOutlined.tsx +++ b/src/IconKeyboardLockOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOffOutlined as default } diff --git a/src/IconKeyboardLockOffOutlinedFilled.tsx b/src/IconKeyboardLockOffOutlinedFilled.tsx index 38d38b44f..f9993a088 100644 --- a/src/IconKeyboardLockOffOutlinedFilled.tsx +++ b/src/IconKeyboardLockOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffOutlinedFilled: React.FC = ({ +export const IconKeyboardLockOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardLockOffOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardLockOffOutlinedFilled as default } diff --git a/src/IconKeyboardLockOffRounded.tsx b/src/IconKeyboardLockOffRounded.tsx index 9148d200a..56ccc81e5 100644 --- a/src/IconKeyboardLockOffRounded.tsx +++ b/src/IconKeyboardLockOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOffRounded as default } diff --git a/src/IconKeyboardLockOffRoundedFilled.tsx b/src/IconKeyboardLockOffRoundedFilled.tsx index 277e6a6b1..8f5cba12a 100644 --- a/src/IconKeyboardLockOffRoundedFilled.tsx +++ b/src/IconKeyboardLockOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffRoundedFilled: React.FC = ({ +export const IconKeyboardLockOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardLockOffRoundedFilled: React.FC = ({ ) - -export { IconKeyboardLockOffRoundedFilled as default } diff --git a/src/IconKeyboardLockOffSharp.tsx b/src/IconKeyboardLockOffSharp.tsx index 10240cf3f..a046e6fe3 100644 --- a/src/IconKeyboardLockOffSharp.tsx +++ b/src/IconKeyboardLockOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOffSharp as default } diff --git a/src/IconKeyboardLockOffSharpFilled.tsx b/src/IconKeyboardLockOffSharpFilled.tsx index c55398de7..fe1e639ed 100644 --- a/src/IconKeyboardLockOffSharpFilled.tsx +++ b/src/IconKeyboardLockOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOffSharpFilled as default } diff --git a/src/IconKeyboardLockOutlined.tsx b/src/IconKeyboardLockOutlined.tsx index b74b0c02d..975f47c7b 100644 --- a/src/IconKeyboardLockOutlined.tsx +++ b/src/IconKeyboardLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOutlined as default } diff --git a/src/IconKeyboardLockOutlinedFilled.tsx b/src/IconKeyboardLockOutlinedFilled.tsx index 6520bac69..714a0b86f 100644 --- a/src/IconKeyboardLockOutlinedFilled.tsx +++ b/src/IconKeyboardLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockOutlinedFilled as default } diff --git a/src/IconKeyboardLockRounded.tsx b/src/IconKeyboardLockRounded.tsx index 634ebc5b1..fc4b16288 100644 --- a/src/IconKeyboardLockRounded.tsx +++ b/src/IconKeyboardLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockRounded as default } diff --git a/src/IconKeyboardLockRoundedFilled.tsx b/src/IconKeyboardLockRoundedFilled.tsx index c5d15f841..807e95398 100644 --- a/src/IconKeyboardLockRoundedFilled.tsx +++ b/src/IconKeyboardLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockRoundedFilled as default } diff --git a/src/IconKeyboardLockSharp.tsx b/src/IconKeyboardLockSharp.tsx index 1235f0a31..758d3ef79 100644 --- a/src/IconKeyboardLockSharp.tsx +++ b/src/IconKeyboardLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockSharp as default } diff --git a/src/IconKeyboardLockSharpFilled.tsx b/src/IconKeyboardLockSharpFilled.tsx index 7ef398c51..92b0e9c8c 100644 --- a/src/IconKeyboardLockSharpFilled.tsx +++ b/src/IconKeyboardLockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardLockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardLockSharpFilled as default } diff --git a/src/IconKeyboardOffOutlined.tsx b/src/IconKeyboardOffOutlined.tsx index fbe3e3550..5d2a5e0cb 100644 --- a/src/IconKeyboardOffOutlined.tsx +++ b/src/IconKeyboardOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffOutlined as default } diff --git a/src/IconKeyboardOffOutlinedFilled.tsx b/src/IconKeyboardOffOutlinedFilled.tsx index 14097cabb..05f4e5a2d 100644 --- a/src/IconKeyboardOffOutlinedFilled.tsx +++ b/src/IconKeyboardOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffOutlinedFilled as default } diff --git a/src/IconKeyboardOffRounded.tsx b/src/IconKeyboardOffRounded.tsx index b3372563a..aea698b37 100644 --- a/src/IconKeyboardOffRounded.tsx +++ b/src/IconKeyboardOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffRounded as default } diff --git a/src/IconKeyboardOffRoundedFilled.tsx b/src/IconKeyboardOffRoundedFilled.tsx index 46d023d18..15cfd3ace 100644 --- a/src/IconKeyboardOffRoundedFilled.tsx +++ b/src/IconKeyboardOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffRoundedFilled as default } diff --git a/src/IconKeyboardOffSharp.tsx b/src/IconKeyboardOffSharp.tsx index 8a7184875..0b6c1e039 100644 --- a/src/IconKeyboardOffSharp.tsx +++ b/src/IconKeyboardOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffSharp as default } diff --git a/src/IconKeyboardOffSharpFilled.tsx b/src/IconKeyboardOffSharpFilled.tsx index b1f153677..a91615f9a 100644 --- a/src/IconKeyboardOffSharpFilled.tsx +++ b/src/IconKeyboardOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOffSharpFilled as default } diff --git a/src/IconKeyboardOnscreenOutlined.tsx b/src/IconKeyboardOnscreenOutlined.tsx index ef80d702f..fde855933 100644 --- a/src/IconKeyboardOnscreenOutlined.tsx +++ b/src/IconKeyboardOnscreenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardOnscreenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOnscreenOutlined as default } diff --git a/src/IconKeyboardOnscreenOutlinedFilled.tsx b/src/IconKeyboardOnscreenOutlinedFilled.tsx index 611ba4bf6..c64fcab21 100644 --- a/src/IconKeyboardOnscreenOutlinedFilled.tsx +++ b/src/IconKeyboardOnscreenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenOutlinedFilled: React.FC = ({ +export const IconKeyboardOnscreenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardOnscreenOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardOnscreenOutlinedFilled as default } diff --git a/src/IconKeyboardOnscreenRounded.tsx b/src/IconKeyboardOnscreenRounded.tsx index 878052332..9dcf630f6 100644 --- a/src/IconKeyboardOnscreenRounded.tsx +++ b/src/IconKeyboardOnscreenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardOnscreenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOnscreenRounded as default } diff --git a/src/IconKeyboardOnscreenRoundedFilled.tsx b/src/IconKeyboardOnscreenRoundedFilled.tsx index 7c2e8d917..46f280a4a 100644 --- a/src/IconKeyboardOnscreenRoundedFilled.tsx +++ b/src/IconKeyboardOnscreenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenRoundedFilled: React.FC = ({ +export const IconKeyboardOnscreenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardOnscreenRoundedFilled: React.FC = ({ ) - -export { IconKeyboardOnscreenRoundedFilled as default } diff --git a/src/IconKeyboardOnscreenSharp.tsx b/src/IconKeyboardOnscreenSharp.tsx index f30b94d12..9c03623fd 100644 --- a/src/IconKeyboardOnscreenSharp.tsx +++ b/src/IconKeyboardOnscreenSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardOnscreenSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOnscreenSharp as default } diff --git a/src/IconKeyboardOnscreenSharpFilled.tsx b/src/IconKeyboardOnscreenSharpFilled.tsx index 95be4abb8..757e49868 100644 --- a/src/IconKeyboardOnscreenSharpFilled.tsx +++ b/src/IconKeyboardOnscreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOnscreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardOnscreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOnscreenSharpFilled as default } diff --git a/src/IconKeyboardOptionKeyOutlined.tsx b/src/IconKeyboardOptionKeyOutlined.tsx index 5809e212b..a32ab5034 100644 --- a/src/IconKeyboardOptionKeyOutlined.tsx +++ b/src/IconKeyboardOptionKeyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeyOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardOptionKeyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOptionKeyOutlined as default } diff --git a/src/IconKeyboardOptionKeyOutlinedFilled.tsx b/src/IconKeyboardOptionKeyOutlinedFilled.tsx index f0b8cfd89..d6d0d0dae 100644 --- a/src/IconKeyboardOptionKeyOutlinedFilled.tsx +++ b/src/IconKeyboardOptionKeyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeyOutlinedFilled: React.FC = ({ +export const IconKeyboardOptionKeyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardOptionKeyOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardOptionKeyOutlinedFilled as default } diff --git a/src/IconKeyboardOptionKeyRounded.tsx b/src/IconKeyboardOptionKeyRounded.tsx index 13bc8321e..f8d3cecc0 100644 --- a/src/IconKeyboardOptionKeyRounded.tsx +++ b/src/IconKeyboardOptionKeyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeyRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardOptionKeyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOptionKeyRounded as default } diff --git a/src/IconKeyboardOptionKeyRoundedFilled.tsx b/src/IconKeyboardOptionKeyRoundedFilled.tsx index 604f4f363..7641ab120 100644 --- a/src/IconKeyboardOptionKeyRoundedFilled.tsx +++ b/src/IconKeyboardOptionKeyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeyRoundedFilled: React.FC = ({ +export const IconKeyboardOptionKeyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardOptionKeyRoundedFilled: React.FC = ({ ) - -export { IconKeyboardOptionKeyRoundedFilled as default } diff --git a/src/IconKeyboardOptionKeySharp.tsx b/src/IconKeyboardOptionKeySharp.tsx index c1784bd2b..47965e2fd 100644 --- a/src/IconKeyboardOptionKeySharp.tsx +++ b/src/IconKeyboardOptionKeySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeySharp: React.FC = ({ ...props }) => ( +export const IconKeyboardOptionKeySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOptionKeySharp as default } diff --git a/src/IconKeyboardOptionKeySharpFilled.tsx b/src/IconKeyboardOptionKeySharpFilled.tsx index 9a820f2dc..7e0492604 100644 --- a/src/IconKeyboardOptionKeySharpFilled.tsx +++ b/src/IconKeyboardOptionKeySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOptionKeySharpFilled: React.FC = ({ +export const IconKeyboardOptionKeySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardOptionKeySharpFilled: React.FC = ({ ) - -export { IconKeyboardOptionKeySharpFilled as default } diff --git a/src/IconKeyboardOutlined.tsx b/src/IconKeyboardOutlined.tsx index cb280880b..1a0bca281 100644 --- a/src/IconKeyboardOutlined.tsx +++ b/src/IconKeyboardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardOutlined as default } diff --git a/src/IconKeyboardOutlinedFilled.tsx b/src/IconKeyboardOutlinedFilled.tsx index 136318852..1312763b5 100644 --- a/src/IconKeyboardOutlinedFilled.tsx +++ b/src/IconKeyboardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardOutlinedFilled as default } diff --git a/src/IconKeyboardPreviousLanguageOutlined.tsx b/src/IconKeyboardPreviousLanguageOutlined.tsx index 259093159..5a95d6238 100644 --- a/src/IconKeyboardPreviousLanguageOutlined.tsx +++ b/src/IconKeyboardPreviousLanguageOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageOutlined: React.FC = ({ +export const IconKeyboardPreviousLanguageOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardPreviousLanguageOutlined: React.FC = ({ ) - -export { IconKeyboardPreviousLanguageOutlined as default } diff --git a/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx b/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx index 6b3abd13f..c4b449a37 100644 --- a/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx +++ b/src/IconKeyboardPreviousLanguageOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconKeyboardPreviousLanguageOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardPreviousLanguageOutlinedFilled as default } diff --git a/src/IconKeyboardPreviousLanguageRounded.tsx b/src/IconKeyboardPreviousLanguageRounded.tsx index c8b8bd210..4faf7fb74 100644 --- a/src/IconKeyboardPreviousLanguageRounded.tsx +++ b/src/IconKeyboardPreviousLanguageRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageRounded: React.FC = ({ +export const IconKeyboardPreviousLanguageRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardPreviousLanguageRounded: React.FC = ({ ) - -export { IconKeyboardPreviousLanguageRounded as default } diff --git a/src/IconKeyboardPreviousLanguageRoundedFilled.tsx b/src/IconKeyboardPreviousLanguageRoundedFilled.tsx index e1f2ab4ba..89d521344 100644 --- a/src/IconKeyboardPreviousLanguageRoundedFilled.tsx +++ b/src/IconKeyboardPreviousLanguageRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageRoundedFilled: React.FC = ({ +export const IconKeyboardPreviousLanguageRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardPreviousLanguageRoundedFilled: React.FC = ({ ) - -export { IconKeyboardPreviousLanguageRoundedFilled as default } diff --git a/src/IconKeyboardPreviousLanguageSharp.tsx b/src/IconKeyboardPreviousLanguageSharp.tsx index 7e86dbcaa..695c238cf 100644 --- a/src/IconKeyboardPreviousLanguageSharp.tsx +++ b/src/IconKeyboardPreviousLanguageSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageSharp: React.FC = ({ +export const IconKeyboardPreviousLanguageSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardPreviousLanguageSharp: React.FC = ({ ) - -export { IconKeyboardPreviousLanguageSharp as default } diff --git a/src/IconKeyboardPreviousLanguageSharpFilled.tsx b/src/IconKeyboardPreviousLanguageSharpFilled.tsx index 6fbbf26c9..cc9ab45e0 100644 --- a/src/IconKeyboardPreviousLanguageSharpFilled.tsx +++ b/src/IconKeyboardPreviousLanguageSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardPreviousLanguageSharpFilled: React.FC = ({ +export const IconKeyboardPreviousLanguageSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardPreviousLanguageSharpFilled: React.FC = ({ ) - -export { IconKeyboardPreviousLanguageSharpFilled as default } diff --git a/src/IconKeyboardReturnOutlined.tsx b/src/IconKeyboardReturnOutlined.tsx index 708367410..0b8e8cd4e 100644 --- a/src/IconKeyboardReturnOutlined.tsx +++ b/src/IconKeyboardReturnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardReturnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardReturnOutlined as default } diff --git a/src/IconKeyboardReturnOutlinedFilled.tsx b/src/IconKeyboardReturnOutlinedFilled.tsx index 0f1d2a75f..76413bafb 100644 --- a/src/IconKeyboardReturnOutlinedFilled.tsx +++ b/src/IconKeyboardReturnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnOutlinedFilled: React.FC = ({ +export const IconKeyboardReturnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardReturnOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardReturnOutlinedFilled as default } diff --git a/src/IconKeyboardReturnRounded.tsx b/src/IconKeyboardReturnRounded.tsx index cb6631d0e..acb8955b5 100644 --- a/src/IconKeyboardReturnRounded.tsx +++ b/src/IconKeyboardReturnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardReturnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardReturnRounded as default } diff --git a/src/IconKeyboardReturnRoundedFilled.tsx b/src/IconKeyboardReturnRoundedFilled.tsx index 8e3cb7f75..b7c59f5a4 100644 --- a/src/IconKeyboardReturnRoundedFilled.tsx +++ b/src/IconKeyboardReturnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardReturnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardReturnRoundedFilled as default } diff --git a/src/IconKeyboardReturnSharp.tsx b/src/IconKeyboardReturnSharp.tsx index 77cf7264f..f3e2b7af9 100644 --- a/src/IconKeyboardReturnSharp.tsx +++ b/src/IconKeyboardReturnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardReturnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardReturnSharp as default } diff --git a/src/IconKeyboardReturnSharpFilled.tsx b/src/IconKeyboardReturnSharpFilled.tsx index 2fd2cb555..61f292b39 100644 --- a/src/IconKeyboardReturnSharpFilled.tsx +++ b/src/IconKeyboardReturnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardReturnSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardReturnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardReturnSharpFilled as default } diff --git a/src/IconKeyboardRounded.tsx b/src/IconKeyboardRounded.tsx index 6cfd1e9e4..fcc96636d 100644 --- a/src/IconKeyboardRounded.tsx +++ b/src/IconKeyboardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardRounded as default } diff --git a/src/IconKeyboardRoundedFilled.tsx b/src/IconKeyboardRoundedFilled.tsx index 35b9a1cfb..865dd31fa 100644 --- a/src/IconKeyboardRoundedFilled.tsx +++ b/src/IconKeyboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardRoundedFilled as default } diff --git a/src/IconKeyboardSharp.tsx b/src/IconKeyboardSharp.tsx index c7a340c90..f34ec352c 100644 --- a/src/IconKeyboardSharp.tsx +++ b/src/IconKeyboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardSharp as default } diff --git a/src/IconKeyboardSharpFilled.tsx b/src/IconKeyboardSharpFilled.tsx index a894cee60..875925484 100644 --- a/src/IconKeyboardSharpFilled.tsx +++ b/src/IconKeyboardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardSharpFilled as default } diff --git a/src/IconKeyboardTabOutlined.tsx b/src/IconKeyboardTabOutlined.tsx index df1d245fd..b41ffa093 100644 --- a/src/IconKeyboardTabOutlined.tsx +++ b/src/IconKeyboardTabOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardTabOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabOutlined as default } diff --git a/src/IconKeyboardTabOutlinedFilled.tsx b/src/IconKeyboardTabOutlinedFilled.tsx index fc00e68d4..0809baa47 100644 --- a/src/IconKeyboardTabOutlinedFilled.tsx +++ b/src/IconKeyboardTabOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardTabOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabOutlinedFilled as default } diff --git a/src/IconKeyboardTabRounded.tsx b/src/IconKeyboardTabRounded.tsx index 0a42c8674..f156b9d99 100644 --- a/src/IconKeyboardTabRounded.tsx +++ b/src/IconKeyboardTabRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRounded as default } diff --git a/src/IconKeyboardTabRoundedFilled.tsx b/src/IconKeyboardTabRoundedFilled.tsx index ec8b6f0d4..8feee8b6d 100644 --- a/src/IconKeyboardTabRoundedFilled.tsx +++ b/src/IconKeyboardTabRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRoundedFilled as default } diff --git a/src/IconKeyboardTabRtlOutlined.tsx b/src/IconKeyboardTabRtlOutlined.tsx index 298f94817..ddccdfb9c 100644 --- a/src/IconKeyboardTabRtlOutlined.tsx +++ b/src/IconKeyboardTabRtlOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlOutlined: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRtlOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRtlOutlined as default } diff --git a/src/IconKeyboardTabRtlOutlinedFilled.tsx b/src/IconKeyboardTabRtlOutlinedFilled.tsx index 05d74c5b4..18fb069ba 100644 --- a/src/IconKeyboardTabRtlOutlinedFilled.tsx +++ b/src/IconKeyboardTabRtlOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlOutlinedFilled: React.FC = ({ +export const IconKeyboardTabRtlOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconKeyboardTabRtlOutlinedFilled: React.FC = ({ ) - -export { IconKeyboardTabRtlOutlinedFilled as default } diff --git a/src/IconKeyboardTabRtlRounded.tsx b/src/IconKeyboardTabRtlRounded.tsx index fca52fdf4..e2eea55b3 100644 --- a/src/IconKeyboardTabRtlRounded.tsx +++ b/src/IconKeyboardTabRtlRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlRounded: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRtlRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRtlRounded as default } diff --git a/src/IconKeyboardTabRtlRoundedFilled.tsx b/src/IconKeyboardTabRtlRoundedFilled.tsx index d0a8fbaa5..55d59aa13 100644 --- a/src/IconKeyboardTabRtlRoundedFilled.tsx +++ b/src/IconKeyboardTabRtlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRtlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRtlRoundedFilled as default } diff --git a/src/IconKeyboardTabRtlSharp.tsx b/src/IconKeyboardTabRtlSharp.tsx index 72ca0a8ae..6e701edcf 100644 --- a/src/IconKeyboardTabRtlSharp.tsx +++ b/src/IconKeyboardTabRtlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRtlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRtlSharp as default } diff --git a/src/IconKeyboardTabRtlSharpFilled.tsx b/src/IconKeyboardTabRtlSharpFilled.tsx index 9baad261d..20f2924ff 100644 --- a/src/IconKeyboardTabRtlSharpFilled.tsx +++ b/src/IconKeyboardTabRtlSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabRtlSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardTabRtlSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabRtlSharpFilled as default } diff --git a/src/IconKeyboardTabSharp.tsx b/src/IconKeyboardTabSharp.tsx index 04ff725c3..326122687 100644 --- a/src/IconKeyboardTabSharp.tsx +++ b/src/IconKeyboardTabSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabSharp: React.FC = ({ ...props }) => ( +export const IconKeyboardTabSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabSharp as default } diff --git a/src/IconKeyboardTabSharpFilled.tsx b/src/IconKeyboardTabSharpFilled.tsx index 301599391..050b9b7f8 100644 --- a/src/IconKeyboardTabSharpFilled.tsx +++ b/src/IconKeyboardTabSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKeyboardTabSharpFilled: React.FC = ({ ...props }) => ( +export const IconKeyboardTabSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKeyboardTabSharpFilled as default } diff --git a/src/IconKidStarOutlined.tsx b/src/IconKidStarOutlined.tsx index 499fdee57..a33a5cd0b 100644 --- a/src/IconKidStarOutlined.tsx +++ b/src/IconKidStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarOutlined: React.FC = ({ ...props }) => ( +export const IconKidStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKidStarOutlined as default } diff --git a/src/IconKidStarOutlinedFilled.tsx b/src/IconKidStarOutlinedFilled.tsx index 18293db90..c7404e0f3 100644 --- a/src/IconKidStarOutlinedFilled.tsx +++ b/src/IconKidStarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKidStarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKidStarOutlinedFilled as default } diff --git a/src/IconKidStarRounded.tsx b/src/IconKidStarRounded.tsx index 680a09f00..9ef8171da 100644 --- a/src/IconKidStarRounded.tsx +++ b/src/IconKidStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarRounded: React.FC = ({ ...props }) => ( +export const IconKidStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKidStarRounded as default } diff --git a/src/IconKidStarRoundedFilled.tsx b/src/IconKidStarRoundedFilled.tsx index 69cfb3449..86a1f515b 100644 --- a/src/IconKidStarRoundedFilled.tsx +++ b/src/IconKidStarRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKidStarRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKidStarRoundedFilled as default } diff --git a/src/IconKidStarSharp.tsx b/src/IconKidStarSharp.tsx index 0ab378e79..dfb354eaf 100644 --- a/src/IconKidStarSharp.tsx +++ b/src/IconKidStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarSharp: React.FC = ({ ...props }) => ( +export const IconKidStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKidStarSharp as default } diff --git a/src/IconKidStarSharpFilled.tsx b/src/IconKidStarSharpFilled.tsx index d5e7c8cc2..5025b541a 100644 --- a/src/IconKidStarSharpFilled.tsx +++ b/src/IconKidStarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKidStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconKidStarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKidStarSharpFilled as default } diff --git a/src/IconKingBedOutlined.tsx b/src/IconKingBedOutlined.tsx index 7ee17630c..d33b8dcdb 100644 --- a/src/IconKingBedOutlined.tsx +++ b/src/IconKingBedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedOutlined: React.FC = ({ ...props }) => ( +export const IconKingBedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKingBedOutlined as default } diff --git a/src/IconKingBedOutlinedFilled.tsx b/src/IconKingBedOutlinedFilled.tsx index e55194a10..26b6cfccb 100644 --- a/src/IconKingBedOutlinedFilled.tsx +++ b/src/IconKingBedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKingBedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKingBedOutlinedFilled as default } diff --git a/src/IconKingBedRounded.tsx b/src/IconKingBedRounded.tsx index 7d8f51f3c..88fb0771a 100644 --- a/src/IconKingBedRounded.tsx +++ b/src/IconKingBedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedRounded: React.FC = ({ ...props }) => ( +export const IconKingBedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKingBedRounded as default } diff --git a/src/IconKingBedRoundedFilled.tsx b/src/IconKingBedRoundedFilled.tsx index 07849ee9c..8ea8470a3 100644 --- a/src/IconKingBedRoundedFilled.tsx +++ b/src/IconKingBedRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKingBedRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKingBedRoundedFilled as default } diff --git a/src/IconKingBedSharp.tsx b/src/IconKingBedSharp.tsx index 50751b9db..c52d6ec6a 100644 --- a/src/IconKingBedSharp.tsx +++ b/src/IconKingBedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedSharp: React.FC = ({ ...props }) => ( +export const IconKingBedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKingBedSharp as default } diff --git a/src/IconKingBedSharpFilled.tsx b/src/IconKingBedSharpFilled.tsx index 6f15cbf01..598dea745 100644 --- a/src/IconKingBedSharpFilled.tsx +++ b/src/IconKingBedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKingBedSharpFilled: React.FC = ({ ...props }) => ( +export const IconKingBedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKingBedSharpFilled as default } diff --git a/src/IconKitchenOutlined.tsx b/src/IconKitchenOutlined.tsx index df5ea011d..8df2c3a0e 100644 --- a/src/IconKitchenOutlined.tsx +++ b/src/IconKitchenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenOutlined: React.FC = ({ ...props }) => ( +export const IconKitchenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitchenOutlined as default } diff --git a/src/IconKitchenOutlinedFilled.tsx b/src/IconKitchenOutlinedFilled.tsx index 7e6544550..3f0d974fe 100644 --- a/src/IconKitchenOutlinedFilled.tsx +++ b/src/IconKitchenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKitchenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKitchenOutlinedFilled as default } diff --git a/src/IconKitchenRounded.tsx b/src/IconKitchenRounded.tsx index d81a1fd4a..4004d1538 100644 --- a/src/IconKitchenRounded.tsx +++ b/src/IconKitchenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenRounded: React.FC = ({ ...props }) => ( +export const IconKitchenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitchenRounded as default } diff --git a/src/IconKitchenRoundedFilled.tsx b/src/IconKitchenRoundedFilled.tsx index 1bcef51af..d6a7386e1 100644 --- a/src/IconKitchenRoundedFilled.tsx +++ b/src/IconKitchenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKitchenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitchenRoundedFilled as default } diff --git a/src/IconKitchenSharp.tsx b/src/IconKitchenSharp.tsx index f8af08659..9a4118a16 100644 --- a/src/IconKitchenSharp.tsx +++ b/src/IconKitchenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenSharp: React.FC = ({ ...props }) => ( +export const IconKitchenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitchenSharp as default } diff --git a/src/IconKitchenSharpFilled.tsx b/src/IconKitchenSharpFilled.tsx index 4bed532ad..4ae0de8e9 100644 --- a/src/IconKitchenSharpFilled.tsx +++ b/src/IconKitchenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitchenSharpFilled: React.FC = ({ ...props }) => ( +export const IconKitchenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitchenSharpFilled as default } diff --git a/src/IconKitesurfingOutlined.tsx b/src/IconKitesurfingOutlined.tsx index 0af90052a..38eddbd5e 100644 --- a/src/IconKitesurfingOutlined.tsx +++ b/src/IconKitesurfingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingOutlined: React.FC = ({ ...props }) => ( +export const IconKitesurfingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitesurfingOutlined as default } diff --git a/src/IconKitesurfingOutlinedFilled.tsx b/src/IconKitesurfingOutlinedFilled.tsx index 5258f33ea..426cca61d 100644 --- a/src/IconKitesurfingOutlinedFilled.tsx +++ b/src/IconKitesurfingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconKitesurfingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKitesurfingOutlinedFilled as default } diff --git a/src/IconKitesurfingRounded.tsx b/src/IconKitesurfingRounded.tsx index a47389363..0b0c08207 100644 --- a/src/IconKitesurfingRounded.tsx +++ b/src/IconKitesurfingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingRounded: React.FC = ({ ...props }) => ( +export const IconKitesurfingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitesurfingRounded as default } diff --git a/src/IconKitesurfingRoundedFilled.tsx b/src/IconKitesurfingRoundedFilled.tsx index 06fb8d41b..d194c0941 100644 --- a/src/IconKitesurfingRoundedFilled.tsx +++ b/src/IconKitesurfingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconKitesurfingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKitesurfingRoundedFilled as default } diff --git a/src/IconKitesurfingSharp.tsx b/src/IconKitesurfingSharp.tsx index d30d0abbf..f6d22c8aa 100644 --- a/src/IconKitesurfingSharp.tsx +++ b/src/IconKitesurfingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingSharp: React.FC = ({ ...props }) => ( +export const IconKitesurfingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconKitesurfingSharp as default } diff --git a/src/IconKitesurfingSharpFilled.tsx b/src/IconKitesurfingSharpFilled.tsx index 526411fe0..b4a925336 100644 --- a/src/IconKitesurfingSharpFilled.tsx +++ b/src/IconKitesurfingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconKitesurfingSharpFilled: React.FC = ({ ...props }) => ( +export const IconKitesurfingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconKitesurfingSharpFilled as default } diff --git a/src/IconLabPanelOutlined.tsx b/src/IconLabPanelOutlined.tsx index 17f108f4b..d2c8e3c5f 100644 --- a/src/IconLabPanelOutlined.tsx +++ b/src/IconLabPanelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelOutlined: React.FC = ({ ...props }) => ( +export const IconLabPanelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabPanelOutlined as default } diff --git a/src/IconLabPanelOutlinedFilled.tsx b/src/IconLabPanelOutlinedFilled.tsx index ae24948bf..813566ee9 100644 --- a/src/IconLabPanelOutlinedFilled.tsx +++ b/src/IconLabPanelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabPanelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabPanelOutlinedFilled as default } diff --git a/src/IconLabPanelRounded.tsx b/src/IconLabPanelRounded.tsx index 23c27f8eb..6032af8f1 100644 --- a/src/IconLabPanelRounded.tsx +++ b/src/IconLabPanelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelRounded: React.FC = ({ ...props }) => ( +export const IconLabPanelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabPanelRounded as default } diff --git a/src/IconLabPanelRoundedFilled.tsx b/src/IconLabPanelRoundedFilled.tsx index 9ddc4abac..f6c0eaa39 100644 --- a/src/IconLabPanelRoundedFilled.tsx +++ b/src/IconLabPanelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabPanelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabPanelRoundedFilled as default } diff --git a/src/IconLabPanelSharp.tsx b/src/IconLabPanelSharp.tsx index 7d80d9f58..bb6eb1989 100644 --- a/src/IconLabPanelSharp.tsx +++ b/src/IconLabPanelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelSharp: React.FC = ({ ...props }) => ( +export const IconLabPanelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabPanelSharp as default } diff --git a/src/IconLabPanelSharpFilled.tsx b/src/IconLabPanelSharpFilled.tsx index cb97913dd..a8925003c 100644 --- a/src/IconLabPanelSharpFilled.tsx +++ b/src/IconLabPanelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabPanelSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabPanelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabPanelSharpFilled as default } diff --git a/src/IconLabProfileOutlined.tsx b/src/IconLabProfileOutlined.tsx index d8f19dc6f..47b97ef8b 100644 --- a/src/IconLabProfileOutlined.tsx +++ b/src/IconLabProfileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileOutlined: React.FC = ({ ...props }) => ( +export const IconLabProfileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabProfileOutlined as default } diff --git a/src/IconLabProfileOutlinedFilled.tsx b/src/IconLabProfileOutlinedFilled.tsx index 744cea08f..2ee257dac 100644 --- a/src/IconLabProfileOutlinedFilled.tsx +++ b/src/IconLabProfileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabProfileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabProfileOutlinedFilled as default } diff --git a/src/IconLabProfileRounded.tsx b/src/IconLabProfileRounded.tsx index acb28a691..68d262ca8 100644 --- a/src/IconLabProfileRounded.tsx +++ b/src/IconLabProfileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileRounded: React.FC = ({ ...props }) => ( +export const IconLabProfileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabProfileRounded as default } diff --git a/src/IconLabProfileRoundedFilled.tsx b/src/IconLabProfileRoundedFilled.tsx index 36a6f9b88..3c30c80e0 100644 --- a/src/IconLabProfileRoundedFilled.tsx +++ b/src/IconLabProfileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabProfileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabProfileRoundedFilled as default } diff --git a/src/IconLabProfileSharp.tsx b/src/IconLabProfileSharp.tsx index 2095b3ea6..d6609d1e8 100644 --- a/src/IconLabProfileSharp.tsx +++ b/src/IconLabProfileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileSharp: React.FC = ({ ...props }) => ( +export const IconLabProfileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabProfileSharp as default } diff --git a/src/IconLabProfileSharpFilled.tsx b/src/IconLabProfileSharpFilled.tsx index f5d89a63f..a64fb282a 100644 --- a/src/IconLabProfileSharpFilled.tsx +++ b/src/IconLabProfileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabProfileSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabProfileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabProfileSharpFilled as default } diff --git a/src/IconLabResearchOutlined.tsx b/src/IconLabResearchOutlined.tsx index e43f7031f..77c29413d 100644 --- a/src/IconLabResearchOutlined.tsx +++ b/src/IconLabResearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchOutlined: React.FC = ({ ...props }) => ( +export const IconLabResearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabResearchOutlined as default } diff --git a/src/IconLabResearchOutlinedFilled.tsx b/src/IconLabResearchOutlinedFilled.tsx index 24d3f8fc6..548aeb425 100644 --- a/src/IconLabResearchOutlinedFilled.tsx +++ b/src/IconLabResearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabResearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabResearchOutlinedFilled as default } diff --git a/src/IconLabResearchRounded.tsx b/src/IconLabResearchRounded.tsx index 018099955..5b28d9ebd 100644 --- a/src/IconLabResearchRounded.tsx +++ b/src/IconLabResearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchRounded: React.FC = ({ ...props }) => ( +export const IconLabResearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabResearchRounded as default } diff --git a/src/IconLabResearchRoundedFilled.tsx b/src/IconLabResearchRoundedFilled.tsx index fcd760ab5..f078f303e 100644 --- a/src/IconLabResearchRoundedFilled.tsx +++ b/src/IconLabResearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabResearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabResearchRoundedFilled as default } diff --git a/src/IconLabResearchSharp.tsx b/src/IconLabResearchSharp.tsx index f9fa5c8c8..ae6e41516 100644 --- a/src/IconLabResearchSharp.tsx +++ b/src/IconLabResearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchSharp: React.FC = ({ ...props }) => ( +export const IconLabResearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabResearchSharp as default } diff --git a/src/IconLabResearchSharpFilled.tsx b/src/IconLabResearchSharpFilled.tsx index a73b31ebf..75a0f8667 100644 --- a/src/IconLabResearchSharpFilled.tsx +++ b/src/IconLabResearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabResearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabResearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabResearchSharpFilled as default } diff --git a/src/IconLabelImportantOutlined.tsx b/src/IconLabelImportantOutlined.tsx index a7e963c69..a6f39ffdb 100644 --- a/src/IconLabelImportantOutlined.tsx +++ b/src/IconLabelImportantOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantOutlined: React.FC = ({ ...props }) => ( +export const IconLabelImportantOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelImportantOutlined as default } diff --git a/src/IconLabelImportantOutlinedFilled.tsx b/src/IconLabelImportantOutlinedFilled.tsx index bd6250221..c06ff13cf 100644 --- a/src/IconLabelImportantOutlinedFilled.tsx +++ b/src/IconLabelImportantOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantOutlinedFilled: React.FC = ({ +export const IconLabelImportantOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLabelImportantOutlinedFilled: React.FC = ({ ) - -export { IconLabelImportantOutlinedFilled as default } diff --git a/src/IconLabelImportantRounded.tsx b/src/IconLabelImportantRounded.tsx index dfb38a76b..c476f70e6 100644 --- a/src/IconLabelImportantRounded.tsx +++ b/src/IconLabelImportantRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantRounded: React.FC = ({ ...props }) => ( +export const IconLabelImportantRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelImportantRounded as default } diff --git a/src/IconLabelImportantRoundedFilled.tsx b/src/IconLabelImportantRoundedFilled.tsx index 0ca18ac46..0b32a301e 100644 --- a/src/IconLabelImportantRoundedFilled.tsx +++ b/src/IconLabelImportantRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabelImportantRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelImportantRoundedFilled as default } diff --git a/src/IconLabelImportantSharp.tsx b/src/IconLabelImportantSharp.tsx index 48d53ec05..355146367 100644 --- a/src/IconLabelImportantSharp.tsx +++ b/src/IconLabelImportantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantSharp: React.FC = ({ ...props }) => ( +export const IconLabelImportantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelImportantSharp as default } diff --git a/src/IconLabelImportantSharpFilled.tsx b/src/IconLabelImportantSharpFilled.tsx index cbdd6fa8a..096feea5c 100644 --- a/src/IconLabelImportantSharpFilled.tsx +++ b/src/IconLabelImportantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelImportantSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabelImportantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelImportantSharpFilled as default } diff --git a/src/IconLabelOffOutlined.tsx b/src/IconLabelOffOutlined.tsx index 53df9d41a..06a16c894 100644 --- a/src/IconLabelOffOutlined.tsx +++ b/src/IconLabelOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffOutlined: React.FC = ({ ...props }) => ( +export const IconLabelOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOffOutlined as default } diff --git a/src/IconLabelOffOutlinedFilled.tsx b/src/IconLabelOffOutlinedFilled.tsx index 851b7624b..05b1d75b5 100644 --- a/src/IconLabelOffOutlinedFilled.tsx +++ b/src/IconLabelOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabelOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelOffOutlinedFilled as default } diff --git a/src/IconLabelOffRounded.tsx b/src/IconLabelOffRounded.tsx index 358c9080f..f5133b7e1 100644 --- a/src/IconLabelOffRounded.tsx +++ b/src/IconLabelOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffRounded: React.FC = ({ ...props }) => ( +export const IconLabelOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOffRounded as default } diff --git a/src/IconLabelOffRoundedFilled.tsx b/src/IconLabelOffRoundedFilled.tsx index ae745870e..7340b36d7 100644 --- a/src/IconLabelOffRoundedFilled.tsx +++ b/src/IconLabelOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabelOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLabelOffRoundedFilled as default } diff --git a/src/IconLabelOffSharp.tsx b/src/IconLabelOffSharp.tsx index 6d9103ed4..94b181e78 100644 --- a/src/IconLabelOffSharp.tsx +++ b/src/IconLabelOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffSharp: React.FC = ({ ...props }) => ( +export const IconLabelOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOffSharp as default } diff --git a/src/IconLabelOffSharpFilled.tsx b/src/IconLabelOffSharpFilled.tsx index b4c4003be..5f3711503 100644 --- a/src/IconLabelOffSharpFilled.tsx +++ b/src/IconLabelOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabelOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOffSharpFilled as default } diff --git a/src/IconLabelOutlined.tsx b/src/IconLabelOutlined.tsx index c96d37c9a..092b8a450 100644 --- a/src/IconLabelOutlined.tsx +++ b/src/IconLabelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOutlined: React.FC = ({ ...props }) => ( +export const IconLabelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOutlined as default } diff --git a/src/IconLabelOutlinedFilled.tsx b/src/IconLabelOutlinedFilled.tsx index 641694fb2..eb55f17d4 100644 --- a/src/IconLabelOutlinedFilled.tsx +++ b/src/IconLabelOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabelOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelOutlinedFilled as default } diff --git a/src/IconLabelRounded.tsx b/src/IconLabelRounded.tsx index fa2f9bc91..9a388a633 100644 --- a/src/IconLabelRounded.tsx +++ b/src/IconLabelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelRounded: React.FC = ({ ...props }) => ( +export const IconLabelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelRounded as default } diff --git a/src/IconLabelRoundedFilled.tsx b/src/IconLabelRoundedFilled.tsx index 762e47229..034b661ed 100644 --- a/src/IconLabelRoundedFilled.tsx +++ b/src/IconLabelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelRoundedFilled as default } diff --git a/src/IconLabelSharp.tsx b/src/IconLabelSharp.tsx index c374f2f37..e68445212 100644 --- a/src/IconLabelSharp.tsx +++ b/src/IconLabelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelSharp: React.FC = ({ ...props }) => ( +export const IconLabelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelSharp as default } diff --git a/src/IconLabelSharpFilled.tsx b/src/IconLabelSharpFilled.tsx index 45752814c..f4d153de1 100644 --- a/src/IconLabelSharpFilled.tsx +++ b/src/IconLabelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabelSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabelSharpFilled as default } diff --git a/src/IconLabsOutlined.tsx b/src/IconLabsOutlined.tsx index 52d84720e..730a6bba5 100644 --- a/src/IconLabsOutlined.tsx +++ b/src/IconLabsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsOutlined: React.FC = ({ ...props }) => ( +export const IconLabsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsOutlined as default } diff --git a/src/IconLabsOutlinedFilled.tsx b/src/IconLabsOutlinedFilled.tsx index 9e858149b..ad12ddfc9 100644 --- a/src/IconLabsOutlinedFilled.tsx +++ b/src/IconLabsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLabsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsOutlinedFilled as default } diff --git a/src/IconLabsRounded.tsx b/src/IconLabsRounded.tsx index b8bcbdcf1..f66aac0ea 100644 --- a/src/IconLabsRounded.tsx +++ b/src/IconLabsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsRounded: React.FC = ({ ...props }) => ( +export const IconLabsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsRounded as default } diff --git a/src/IconLabsRoundedFilled.tsx b/src/IconLabsRoundedFilled.tsx index f2937ec8b..2122983b8 100644 --- a/src/IconLabsRoundedFilled.tsx +++ b/src/IconLabsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLabsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsRoundedFilled as default } diff --git a/src/IconLabsSharp.tsx b/src/IconLabsSharp.tsx index f331dbcb3..cabc4f9f8 100644 --- a/src/IconLabsSharp.tsx +++ b/src/IconLabsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsSharp: React.FC = ({ ...props }) => ( +export const IconLabsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsSharp as default } diff --git a/src/IconLabsSharpFilled.tsx b/src/IconLabsSharpFilled.tsx index 627bbd387..9cf971173 100644 --- a/src/IconLabsSharpFilled.tsx +++ b/src/IconLabsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLabsSharpFilled: React.FC = ({ ...props }) => ( +export const IconLabsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLabsSharpFilled as default } diff --git a/src/IconLanOutlined.tsx b/src/IconLanOutlined.tsx index cb97b69a6..b0fa08e82 100644 --- a/src/IconLanOutlined.tsx +++ b/src/IconLanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanOutlined: React.FC = ({ ...props }) => ( +export const IconLanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanOutlined as default } diff --git a/src/IconLanOutlinedFilled.tsx b/src/IconLanOutlinedFilled.tsx index 045768db3..6447d12b6 100644 --- a/src/IconLanOutlinedFilled.tsx +++ b/src/IconLanOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLanOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanOutlinedFilled as default } diff --git a/src/IconLanRounded.tsx b/src/IconLanRounded.tsx index 531508054..2a0a7d591 100644 --- a/src/IconLanRounded.tsx +++ b/src/IconLanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanRounded: React.FC = ({ ...props }) => ( +export const IconLanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanRounded as default } diff --git a/src/IconLanRoundedFilled.tsx b/src/IconLanRoundedFilled.tsx index 4dadfadf9..18cd6d698 100644 --- a/src/IconLanRoundedFilled.tsx +++ b/src/IconLanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanRoundedFilled as default } diff --git a/src/IconLanSharp.tsx b/src/IconLanSharp.tsx index 736faaea3..d51eb4fdf 100644 --- a/src/IconLanSharp.tsx +++ b/src/IconLanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanSharp: React.FC = ({ ...props }) => ( +export const IconLanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanSharp as default } diff --git a/src/IconLanSharpFilled.tsx b/src/IconLanSharpFilled.tsx index eab50d3ca..c69efd031 100644 --- a/src/IconLanSharpFilled.tsx +++ b/src/IconLanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanSharpFilled as default } diff --git a/src/IconLandscape2OffOutlined.tsx b/src/IconLandscape2OffOutlined.tsx index 4926b2c41..977431630 100644 --- a/src/IconLandscape2OffOutlined.tsx +++ b/src/IconLandscape2OffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffOutlined: React.FC = ({ ...props }) => ( +export const IconLandscape2OffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffOutlined as default } diff --git a/src/IconLandscape2OffOutlinedFilled.tsx b/src/IconLandscape2OffOutlinedFilled.tsx index b63c33b11..3edc0bce0 100644 --- a/src/IconLandscape2OffOutlinedFilled.tsx +++ b/src/IconLandscape2OffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2OffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffOutlinedFilled as default } diff --git a/src/IconLandscape2OffRounded.tsx b/src/IconLandscape2OffRounded.tsx index c1e0130ed..3f6ace871 100644 --- a/src/IconLandscape2OffRounded.tsx +++ b/src/IconLandscape2OffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffRounded: React.FC = ({ ...props }) => ( +export const IconLandscape2OffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffRounded as default } diff --git a/src/IconLandscape2OffRoundedFilled.tsx b/src/IconLandscape2OffRoundedFilled.tsx index 7b2e5fff6..561acb256 100644 --- a/src/IconLandscape2OffRoundedFilled.tsx +++ b/src/IconLandscape2OffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2OffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffRoundedFilled as default } diff --git a/src/IconLandscape2OffSharp.tsx b/src/IconLandscape2OffSharp.tsx index f5fb4dd41..23faa073b 100644 --- a/src/IconLandscape2OffSharp.tsx +++ b/src/IconLandscape2OffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffSharp: React.FC = ({ ...props }) => ( +export const IconLandscape2OffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffSharp as default } diff --git a/src/IconLandscape2OffSharpFilled.tsx b/src/IconLandscape2OffSharpFilled.tsx index a7c9477a4..2cb9ab620 100644 --- a/src/IconLandscape2OffSharpFilled.tsx +++ b/src/IconLandscape2OffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OffSharpFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2OffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2OffSharpFilled as default } diff --git a/src/IconLandscape2Outlined.tsx b/src/IconLandscape2Outlined.tsx index f73c10ecb..3804a7a99 100644 --- a/src/IconLandscape2Outlined.tsx +++ b/src/IconLandscape2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2Outlined: React.FC = ({ ...props }) => ( +export const IconLandscape2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscape2Outlined as default } diff --git a/src/IconLandscape2OutlinedFilled.tsx b/src/IconLandscape2OutlinedFilled.tsx index c8293784b..c395c8e0b 100644 --- a/src/IconLandscape2OutlinedFilled.tsx +++ b/src/IconLandscape2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2OutlinedFilled as default } diff --git a/src/IconLandscape2Rounded.tsx b/src/IconLandscape2Rounded.tsx index 1e46170ee..f8bcf072d 100644 --- a/src/IconLandscape2Rounded.tsx +++ b/src/IconLandscape2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2Rounded: React.FC = ({ ...props }) => ( +export const IconLandscape2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscape2Rounded as default } diff --git a/src/IconLandscape2RoundedFilled.tsx b/src/IconLandscape2RoundedFilled.tsx index 5e1e9f396..e705307a3 100644 --- a/src/IconLandscape2RoundedFilled.tsx +++ b/src/IconLandscape2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2RoundedFilled as default } diff --git a/src/IconLandscape2Sharp.tsx b/src/IconLandscape2Sharp.tsx index 2f2c4cbc0..80a53fa28 100644 --- a/src/IconLandscape2Sharp.tsx +++ b/src/IconLandscape2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2Sharp: React.FC = ({ ...props }) => ( +export const IconLandscape2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscape2Sharp as default } diff --git a/src/IconLandscape2SharpFilled.tsx b/src/IconLandscape2SharpFilled.tsx index ab2acb96a..16ad711e0 100644 --- a/src/IconLandscape2SharpFilled.tsx +++ b/src/IconLandscape2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscape2SharpFilled: React.FC = ({ ...props }) => ( +export const IconLandscape2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscape2SharpFilled as default } diff --git a/src/IconLandscapeOutlined.tsx b/src/IconLandscapeOutlined.tsx index 0c9e2f9bf..f96caf1ae 100644 --- a/src/IconLandscapeOutlined.tsx +++ b/src/IconLandscapeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeOutlined: React.FC = ({ ...props }) => ( +export const IconLandscapeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscapeOutlined as default } diff --git a/src/IconLandscapeOutlinedFilled.tsx b/src/IconLandscapeOutlinedFilled.tsx index cf3a483ea..352e89db6 100644 --- a/src/IconLandscapeOutlinedFilled.tsx +++ b/src/IconLandscapeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLandscapeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscapeOutlinedFilled as default } diff --git a/src/IconLandscapeRounded.tsx b/src/IconLandscapeRounded.tsx index 3ed88cf49..b6ddab0e1 100644 --- a/src/IconLandscapeRounded.tsx +++ b/src/IconLandscapeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconLandscapeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscapeRounded as default } diff --git a/src/IconLandscapeRoundedFilled.tsx b/src/IconLandscapeRoundedFilled.tsx index 5ed6a3918..0e850d891 100644 --- a/src/IconLandscapeRoundedFilled.tsx +++ b/src/IconLandscapeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLandscapeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandscapeRoundedFilled as default } diff --git a/src/IconLandscapeSharp.tsx b/src/IconLandscapeSharp.tsx index 3697826f3..426034791 100644 --- a/src/IconLandscapeSharp.tsx +++ b/src/IconLandscapeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconLandscapeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscapeSharp as default } diff --git a/src/IconLandscapeSharpFilled.tsx b/src/IconLandscapeSharpFilled.tsx index cb1c7700b..30406cb77 100644 --- a/src/IconLandscapeSharpFilled.tsx +++ b/src/IconLandscapeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandscapeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLandscapeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandscapeSharpFilled as default } diff --git a/src/IconLandslideOutlined.tsx b/src/IconLandslideOutlined.tsx index 1b3780fed..c30f7c72f 100644 --- a/src/IconLandslideOutlined.tsx +++ b/src/IconLandslideOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideOutlined: React.FC = ({ ...props }) => ( +export const IconLandslideOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandslideOutlined as default } diff --git a/src/IconLandslideOutlinedFilled.tsx b/src/IconLandslideOutlinedFilled.tsx index b8448f91d..af071da81 100644 --- a/src/IconLandslideOutlinedFilled.tsx +++ b/src/IconLandslideOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLandslideOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandslideOutlinedFilled as default } diff --git a/src/IconLandslideRounded.tsx b/src/IconLandslideRounded.tsx index 945b37ff1..2337fd394 100644 --- a/src/IconLandslideRounded.tsx +++ b/src/IconLandslideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideRounded: React.FC = ({ ...props }) => ( +export const IconLandslideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandslideRounded as default } diff --git a/src/IconLandslideRoundedFilled.tsx b/src/IconLandslideRoundedFilled.tsx index 8aa8cc8b1..aa1652bff 100644 --- a/src/IconLandslideRoundedFilled.tsx +++ b/src/IconLandslideRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLandslideRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLandslideRoundedFilled as default } diff --git a/src/IconLandslideSharp.tsx b/src/IconLandslideSharp.tsx index 761a0dba8..9f28e2535 100644 --- a/src/IconLandslideSharp.tsx +++ b/src/IconLandslideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideSharp: React.FC = ({ ...props }) => ( +export const IconLandslideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandslideSharp as default } diff --git a/src/IconLandslideSharpFilled.tsx b/src/IconLandslideSharpFilled.tsx index 000593072..d704ae415 100644 --- a/src/IconLandslideSharpFilled.tsx +++ b/src/IconLandslideSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLandslideSharpFilled: React.FC = ({ ...props }) => ( +export const IconLandslideSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLandslideSharpFilled as default } diff --git a/src/IconLanguageChineseArrayOutlined.tsx b/src/IconLanguageChineseArrayOutlined.tsx index b20660f75..ce65d34ed 100644 --- a/src/IconLanguageChineseArrayOutlined.tsx +++ b/src/IconLanguageChineseArrayOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArrayOutlined: React.FC = ({ +export const IconLanguageChineseArrayOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseArrayOutlined: React.FC = ({ ) - -export { IconLanguageChineseArrayOutlined as default } diff --git a/src/IconLanguageChineseArrayOutlinedFilled.tsx b/src/IconLanguageChineseArrayOutlinedFilled.tsx index 449572512..8ebbf74a0 100644 --- a/src/IconLanguageChineseArrayOutlinedFilled.tsx +++ b/src/IconLanguageChineseArrayOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArrayOutlinedFilled: React.FC = ({ +export const IconLanguageChineseArrayOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseArrayOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChineseArrayOutlinedFilled as default } diff --git a/src/IconLanguageChineseArrayRounded.tsx b/src/IconLanguageChineseArrayRounded.tsx index 1187732d6..1053da5d0 100644 --- a/src/IconLanguageChineseArrayRounded.tsx +++ b/src/IconLanguageChineseArrayRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArrayRounded: React.FC = ({ ...props }) => ( +export const IconLanguageChineseArrayRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseArrayRounded as default } diff --git a/src/IconLanguageChineseArrayRoundedFilled.tsx b/src/IconLanguageChineseArrayRoundedFilled.tsx index e7b2ea445..b754bda59 100644 --- a/src/IconLanguageChineseArrayRoundedFilled.tsx +++ b/src/IconLanguageChineseArrayRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArrayRoundedFilled: React.FC = ({ +export const IconLanguageChineseArrayRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseArrayRoundedFilled: React.FC = ({ ) - -export { IconLanguageChineseArrayRoundedFilled as default } diff --git a/src/IconLanguageChineseArraySharp.tsx b/src/IconLanguageChineseArraySharp.tsx index 14ebd28b9..68c504989 100644 --- a/src/IconLanguageChineseArraySharp.tsx +++ b/src/IconLanguageChineseArraySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArraySharp: React.FC = ({ ...props }) => ( +export const IconLanguageChineseArraySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseArraySharp as default } diff --git a/src/IconLanguageChineseArraySharpFilled.tsx b/src/IconLanguageChineseArraySharpFilled.tsx index 319b29021..82c9a8f9e 100644 --- a/src/IconLanguageChineseArraySharpFilled.tsx +++ b/src/IconLanguageChineseArraySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseArraySharpFilled: React.FC = ({ +export const IconLanguageChineseArraySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseArraySharpFilled: React.FC = ({ ) - -export { IconLanguageChineseArraySharpFilled as default } diff --git a/src/IconLanguageChineseCangjieOutlined.tsx b/src/IconLanguageChineseCangjieOutlined.tsx index f777cef21..7adc027b6 100644 --- a/src/IconLanguageChineseCangjieOutlined.tsx +++ b/src/IconLanguageChineseCangjieOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieOutlined: React.FC = ({ +export const IconLanguageChineseCangjieOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseCangjieOutlined: React.FC = ({ ) - -export { IconLanguageChineseCangjieOutlined as default } diff --git a/src/IconLanguageChineseCangjieOutlinedFilled.tsx b/src/IconLanguageChineseCangjieOutlinedFilled.tsx index 75e1ad0d7..598fb9667 100644 --- a/src/IconLanguageChineseCangjieOutlinedFilled.tsx +++ b/src/IconLanguageChineseCangjieOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieOutlinedFilled: React.FC = ({ +export const IconLanguageChineseCangjieOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseCangjieOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChineseCangjieOutlinedFilled as default } diff --git a/src/IconLanguageChineseCangjieRounded.tsx b/src/IconLanguageChineseCangjieRounded.tsx index 44ad57de3..a35403637 100644 --- a/src/IconLanguageChineseCangjieRounded.tsx +++ b/src/IconLanguageChineseCangjieRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieRounded: React.FC = ({ +export const IconLanguageChineseCangjieRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseCangjieRounded: React.FC = ({ ) - -export { IconLanguageChineseCangjieRounded as default } diff --git a/src/IconLanguageChineseCangjieRoundedFilled.tsx b/src/IconLanguageChineseCangjieRoundedFilled.tsx index 916668cc3..5d53f052b 100644 --- a/src/IconLanguageChineseCangjieRoundedFilled.tsx +++ b/src/IconLanguageChineseCangjieRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieRoundedFilled: React.FC = ({ +export const IconLanguageChineseCangjieRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseCangjieRoundedFilled: React.FC = ({ ) - -export { IconLanguageChineseCangjieRoundedFilled as default } diff --git a/src/IconLanguageChineseCangjieSharp.tsx b/src/IconLanguageChineseCangjieSharp.tsx index cf6d7bd1b..dc7f6d221 100644 --- a/src/IconLanguageChineseCangjieSharp.tsx +++ b/src/IconLanguageChineseCangjieSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieSharp: React.FC = ({ ...props }) => ( +export const IconLanguageChineseCangjieSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseCangjieSharp as default } diff --git a/src/IconLanguageChineseCangjieSharpFilled.tsx b/src/IconLanguageChineseCangjieSharpFilled.tsx index af35bd2df..95e6f030e 100644 --- a/src/IconLanguageChineseCangjieSharpFilled.tsx +++ b/src/IconLanguageChineseCangjieSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseCangjieSharpFilled: React.FC = ({ +export const IconLanguageChineseCangjieSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseCangjieSharpFilled: React.FC = ({ ) - -export { IconLanguageChineseCangjieSharpFilled as default } diff --git a/src/IconLanguageChineseDayiOutlined.tsx b/src/IconLanguageChineseDayiOutlined.tsx index 8aa394939..78ee43988 100644 --- a/src/IconLanguageChineseDayiOutlined.tsx +++ b/src/IconLanguageChineseDayiOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageChineseDayiOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseDayiOutlined as default } diff --git a/src/IconLanguageChineseDayiOutlinedFilled.tsx b/src/IconLanguageChineseDayiOutlinedFilled.tsx index 2d009d5e4..9e61c1ce6 100644 --- a/src/IconLanguageChineseDayiOutlinedFilled.tsx +++ b/src/IconLanguageChineseDayiOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiOutlinedFilled: React.FC = ({ +export const IconLanguageChineseDayiOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseDayiOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChineseDayiOutlinedFilled as default } diff --git a/src/IconLanguageChineseDayiRounded.tsx b/src/IconLanguageChineseDayiRounded.tsx index d1b7ac2bb..df632d921 100644 --- a/src/IconLanguageChineseDayiRounded.tsx +++ b/src/IconLanguageChineseDayiRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiRounded: React.FC = ({ ...props }) => ( +export const IconLanguageChineseDayiRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseDayiRounded as default } diff --git a/src/IconLanguageChineseDayiRoundedFilled.tsx b/src/IconLanguageChineseDayiRoundedFilled.tsx index 21301cdeb..25d7f890f 100644 --- a/src/IconLanguageChineseDayiRoundedFilled.tsx +++ b/src/IconLanguageChineseDayiRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiRoundedFilled: React.FC = ({ +export const IconLanguageChineseDayiRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseDayiRoundedFilled: React.FC = ({ ) - -export { IconLanguageChineseDayiRoundedFilled as default } diff --git a/src/IconLanguageChineseDayiSharp.tsx b/src/IconLanguageChineseDayiSharp.tsx index b8fa2c59d..2389a9b25 100644 --- a/src/IconLanguageChineseDayiSharp.tsx +++ b/src/IconLanguageChineseDayiSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiSharp: React.FC = ({ ...props }) => ( +export const IconLanguageChineseDayiSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseDayiSharp as default } diff --git a/src/IconLanguageChineseDayiSharpFilled.tsx b/src/IconLanguageChineseDayiSharpFilled.tsx index da6a2090a..42e5859c3 100644 --- a/src/IconLanguageChineseDayiSharpFilled.tsx +++ b/src/IconLanguageChineseDayiSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseDayiSharpFilled: React.FC = ({ +export const IconLanguageChineseDayiSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseDayiSharpFilled: React.FC = ({ ) - -export { IconLanguageChineseDayiSharpFilled as default } diff --git a/src/IconLanguageChinesePinyinOutlined.tsx b/src/IconLanguageChinesePinyinOutlined.tsx index 52ab262d0..f93fb77bc 100644 --- a/src/IconLanguageChinesePinyinOutlined.tsx +++ b/src/IconLanguageChinesePinyinOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinOutlined: React.FC = ({ +export const IconLanguageChinesePinyinOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChinesePinyinOutlined: React.FC = ({ ) - -export { IconLanguageChinesePinyinOutlined as default } diff --git a/src/IconLanguageChinesePinyinOutlinedFilled.tsx b/src/IconLanguageChinesePinyinOutlinedFilled.tsx index afc111112..5f5166f8a 100644 --- a/src/IconLanguageChinesePinyinOutlinedFilled.tsx +++ b/src/IconLanguageChinesePinyinOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinOutlinedFilled: React.FC = ({ +export const IconLanguageChinesePinyinOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChinesePinyinOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChinesePinyinOutlinedFilled as default } diff --git a/src/IconLanguageChinesePinyinRounded.tsx b/src/IconLanguageChinesePinyinRounded.tsx index befa25b81..419a7d48e 100644 --- a/src/IconLanguageChinesePinyinRounded.tsx +++ b/src/IconLanguageChinesePinyinRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinRounded: React.FC = ({ +export const IconLanguageChinesePinyinRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChinesePinyinRounded: React.FC = ({ ) - -export { IconLanguageChinesePinyinRounded as default } diff --git a/src/IconLanguageChinesePinyinRoundedFilled.tsx b/src/IconLanguageChinesePinyinRoundedFilled.tsx index e2811b740..4b5c902a6 100644 --- a/src/IconLanguageChinesePinyinRoundedFilled.tsx +++ b/src/IconLanguageChinesePinyinRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinRoundedFilled: React.FC = ({ +export const IconLanguageChinesePinyinRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChinesePinyinRoundedFilled: React.FC = ({ ) - -export { IconLanguageChinesePinyinRoundedFilled as default } diff --git a/src/IconLanguageChinesePinyinSharp.tsx b/src/IconLanguageChinesePinyinSharp.tsx index f40d9b4e9..77c63791c 100644 --- a/src/IconLanguageChinesePinyinSharp.tsx +++ b/src/IconLanguageChinesePinyinSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinSharp: React.FC = ({ ...props }) => ( +export const IconLanguageChinesePinyinSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChinesePinyinSharp as default } diff --git a/src/IconLanguageChinesePinyinSharpFilled.tsx b/src/IconLanguageChinesePinyinSharpFilled.tsx index 533678678..5f7f4d5f1 100644 --- a/src/IconLanguageChinesePinyinSharpFilled.tsx +++ b/src/IconLanguageChinesePinyinSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChinesePinyinSharpFilled: React.FC = ({ +export const IconLanguageChinesePinyinSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChinesePinyinSharpFilled: React.FC = ({ ) - -export { IconLanguageChinesePinyinSharpFilled as default } diff --git a/src/IconLanguageChineseQuickOutlined.tsx b/src/IconLanguageChineseQuickOutlined.tsx index 550cc93c4..c402d78b4 100644 --- a/src/IconLanguageChineseQuickOutlined.tsx +++ b/src/IconLanguageChineseQuickOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickOutlined: React.FC = ({ +export const IconLanguageChineseQuickOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseQuickOutlined: React.FC = ({ ) - -export { IconLanguageChineseQuickOutlined as default } diff --git a/src/IconLanguageChineseQuickOutlinedFilled.tsx b/src/IconLanguageChineseQuickOutlinedFilled.tsx index 8ed1f6368..83c0a29c7 100644 --- a/src/IconLanguageChineseQuickOutlinedFilled.tsx +++ b/src/IconLanguageChineseQuickOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickOutlinedFilled: React.FC = ({ +export const IconLanguageChineseQuickOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseQuickOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChineseQuickOutlinedFilled as default } diff --git a/src/IconLanguageChineseQuickRounded.tsx b/src/IconLanguageChineseQuickRounded.tsx index 3fafb2638..7d7ab0829 100644 --- a/src/IconLanguageChineseQuickRounded.tsx +++ b/src/IconLanguageChineseQuickRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickRounded: React.FC = ({ ...props }) => ( +export const IconLanguageChineseQuickRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseQuickRounded as default } diff --git a/src/IconLanguageChineseQuickRoundedFilled.tsx b/src/IconLanguageChineseQuickRoundedFilled.tsx index ff354548d..7a1a6dae9 100644 --- a/src/IconLanguageChineseQuickRoundedFilled.tsx +++ b/src/IconLanguageChineseQuickRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickRoundedFilled: React.FC = ({ +export const IconLanguageChineseQuickRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseQuickRoundedFilled: React.FC = ({ ) - -export { IconLanguageChineseQuickRoundedFilled as default } diff --git a/src/IconLanguageChineseQuickSharp.tsx b/src/IconLanguageChineseQuickSharp.tsx index 0c7cf85fe..15735be2b 100644 --- a/src/IconLanguageChineseQuickSharp.tsx +++ b/src/IconLanguageChineseQuickSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickSharp: React.FC = ({ ...props }) => ( +export const IconLanguageChineseQuickSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseQuickSharp as default } diff --git a/src/IconLanguageChineseQuickSharpFilled.tsx b/src/IconLanguageChineseQuickSharpFilled.tsx index 4cbd5cb29..dd97da3fd 100644 --- a/src/IconLanguageChineseQuickSharpFilled.tsx +++ b/src/IconLanguageChineseQuickSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseQuickSharpFilled: React.FC = ({ +export const IconLanguageChineseQuickSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseQuickSharpFilled: React.FC = ({ ) - -export { IconLanguageChineseQuickSharpFilled as default } diff --git a/src/IconLanguageChineseWubiOutlined.tsx b/src/IconLanguageChineseWubiOutlined.tsx index c3c5b3686..9fcaba902 100644 --- a/src/IconLanguageChineseWubiOutlined.tsx +++ b/src/IconLanguageChineseWubiOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageChineseWubiOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseWubiOutlined as default } diff --git a/src/IconLanguageChineseWubiOutlinedFilled.tsx b/src/IconLanguageChineseWubiOutlinedFilled.tsx index 6460f0477..532e20a04 100644 --- a/src/IconLanguageChineseWubiOutlinedFilled.tsx +++ b/src/IconLanguageChineseWubiOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiOutlinedFilled: React.FC = ({ +export const IconLanguageChineseWubiOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseWubiOutlinedFilled: React.FC = ({ ) - -export { IconLanguageChineseWubiOutlinedFilled as default } diff --git a/src/IconLanguageChineseWubiRounded.tsx b/src/IconLanguageChineseWubiRounded.tsx index c8c9136c7..535ea5dd1 100644 --- a/src/IconLanguageChineseWubiRounded.tsx +++ b/src/IconLanguageChineseWubiRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiRounded: React.FC = ({ ...props }) => ( +export const IconLanguageChineseWubiRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseWubiRounded as default } diff --git a/src/IconLanguageChineseWubiRoundedFilled.tsx b/src/IconLanguageChineseWubiRoundedFilled.tsx index 73eb49a38..8b95098d7 100644 --- a/src/IconLanguageChineseWubiRoundedFilled.tsx +++ b/src/IconLanguageChineseWubiRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiRoundedFilled: React.FC = ({ +export const IconLanguageChineseWubiRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseWubiRoundedFilled: React.FC = ({ ) - -export { IconLanguageChineseWubiRoundedFilled as default } diff --git a/src/IconLanguageChineseWubiSharp.tsx b/src/IconLanguageChineseWubiSharp.tsx index 1d71bf580..6ae41e422 100644 --- a/src/IconLanguageChineseWubiSharp.tsx +++ b/src/IconLanguageChineseWubiSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiSharp: React.FC = ({ ...props }) => ( +export const IconLanguageChineseWubiSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageChineseWubiSharp as default } diff --git a/src/IconLanguageChineseWubiSharpFilled.tsx b/src/IconLanguageChineseWubiSharpFilled.tsx index c13ad9e46..09a6bd186 100644 --- a/src/IconLanguageChineseWubiSharpFilled.tsx +++ b/src/IconLanguageChineseWubiSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageChineseWubiSharpFilled: React.FC = ({ +export const IconLanguageChineseWubiSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageChineseWubiSharpFilled: React.FC = ({ ) - -export { IconLanguageChineseWubiSharpFilled as default } diff --git a/src/IconLanguageFrenchOutlined.tsx b/src/IconLanguageFrenchOutlined.tsx index 3c9ffd050..b175c503f 100644 --- a/src/IconLanguageFrenchOutlined.tsx +++ b/src/IconLanguageFrenchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageFrenchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageFrenchOutlined as default } diff --git a/src/IconLanguageFrenchOutlinedFilled.tsx b/src/IconLanguageFrenchOutlinedFilled.tsx index 84f570439..184008a54 100644 --- a/src/IconLanguageFrenchOutlinedFilled.tsx +++ b/src/IconLanguageFrenchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchOutlinedFilled: React.FC = ({ +export const IconLanguageFrenchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageFrenchOutlinedFilled: React.FC = ({ ) - -export { IconLanguageFrenchOutlinedFilled as default } diff --git a/src/IconLanguageFrenchRounded.tsx b/src/IconLanguageFrenchRounded.tsx index 97611341e..90cc85077 100644 --- a/src/IconLanguageFrenchRounded.tsx +++ b/src/IconLanguageFrenchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchRounded: React.FC = ({ ...props }) => ( +export const IconLanguageFrenchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageFrenchRounded as default } diff --git a/src/IconLanguageFrenchRoundedFilled.tsx b/src/IconLanguageFrenchRoundedFilled.tsx index c091b8963..9448ea3e6 100644 --- a/src/IconLanguageFrenchRoundedFilled.tsx +++ b/src/IconLanguageFrenchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLanguageFrenchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageFrenchRoundedFilled as default } diff --git a/src/IconLanguageFrenchSharp.tsx b/src/IconLanguageFrenchSharp.tsx index 09c021d40..fd835099c 100644 --- a/src/IconLanguageFrenchSharp.tsx +++ b/src/IconLanguageFrenchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchSharp: React.FC = ({ ...props }) => ( +export const IconLanguageFrenchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageFrenchSharp as default } diff --git a/src/IconLanguageFrenchSharpFilled.tsx b/src/IconLanguageFrenchSharpFilled.tsx index aa65c9efa..811107d76 100644 --- a/src/IconLanguageFrenchSharpFilled.tsx +++ b/src/IconLanguageFrenchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageFrenchSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguageFrenchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageFrenchSharpFilled as default } diff --git a/src/IconLanguageGbEnglishOutlined.tsx b/src/IconLanguageGbEnglishOutlined.tsx index 82bc0054e..9531fe0ef 100644 --- a/src/IconLanguageGbEnglishOutlined.tsx +++ b/src/IconLanguageGbEnglishOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageGbEnglishOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageGbEnglishOutlined as default } diff --git a/src/IconLanguageGbEnglishOutlinedFilled.tsx b/src/IconLanguageGbEnglishOutlinedFilled.tsx index 37e6aead4..8ec774830 100644 --- a/src/IconLanguageGbEnglishOutlinedFilled.tsx +++ b/src/IconLanguageGbEnglishOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishOutlinedFilled: React.FC = ({ +export const IconLanguageGbEnglishOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageGbEnglishOutlinedFilled: React.FC = ({ ) - -export { IconLanguageGbEnglishOutlinedFilled as default } diff --git a/src/IconLanguageGbEnglishRounded.tsx b/src/IconLanguageGbEnglishRounded.tsx index 87a320259..004630dae 100644 --- a/src/IconLanguageGbEnglishRounded.tsx +++ b/src/IconLanguageGbEnglishRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishRounded: React.FC = ({ ...props }) => ( +export const IconLanguageGbEnglishRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageGbEnglishRounded as default } diff --git a/src/IconLanguageGbEnglishRoundedFilled.tsx b/src/IconLanguageGbEnglishRoundedFilled.tsx index bfab61138..cb90f0093 100644 --- a/src/IconLanguageGbEnglishRoundedFilled.tsx +++ b/src/IconLanguageGbEnglishRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishRoundedFilled: React.FC = ({ +export const IconLanguageGbEnglishRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageGbEnglishRoundedFilled: React.FC = ({ ) - -export { IconLanguageGbEnglishRoundedFilled as default } diff --git a/src/IconLanguageGbEnglishSharp.tsx b/src/IconLanguageGbEnglishSharp.tsx index ad976fbfd..a2f740b14 100644 --- a/src/IconLanguageGbEnglishSharp.tsx +++ b/src/IconLanguageGbEnglishSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishSharp: React.FC = ({ ...props }) => ( +export const IconLanguageGbEnglishSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageGbEnglishSharp as default } diff --git a/src/IconLanguageGbEnglishSharpFilled.tsx b/src/IconLanguageGbEnglishSharpFilled.tsx index bf143547e..db1668a21 100644 --- a/src/IconLanguageGbEnglishSharpFilled.tsx +++ b/src/IconLanguageGbEnglishSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageGbEnglishSharpFilled: React.FC = ({ +export const IconLanguageGbEnglishSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageGbEnglishSharpFilled: React.FC = ({ ) - -export { IconLanguageGbEnglishSharpFilled as default } diff --git a/src/IconLanguageInternationalOutlined.tsx b/src/IconLanguageInternationalOutlined.tsx index 26a6e7f79..bcba49dfa 100644 --- a/src/IconLanguageInternationalOutlined.tsx +++ b/src/IconLanguageInternationalOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalOutlined: React.FC = ({ +export const IconLanguageInternationalOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageInternationalOutlined: React.FC = ({ ) - -export { IconLanguageInternationalOutlined as default } diff --git a/src/IconLanguageInternationalOutlinedFilled.tsx b/src/IconLanguageInternationalOutlinedFilled.tsx index 8777c1c0f..3c239f09e 100644 --- a/src/IconLanguageInternationalOutlinedFilled.tsx +++ b/src/IconLanguageInternationalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalOutlinedFilled: React.FC = ({ +export const IconLanguageInternationalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageInternationalOutlinedFilled: React.FC = ({ ) - -export { IconLanguageInternationalOutlinedFilled as default } diff --git a/src/IconLanguageInternationalRounded.tsx b/src/IconLanguageInternationalRounded.tsx index 11f93f443..87b44c78f 100644 --- a/src/IconLanguageInternationalRounded.tsx +++ b/src/IconLanguageInternationalRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalRounded: React.FC = ({ +export const IconLanguageInternationalRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageInternationalRounded: React.FC = ({ ) - -export { IconLanguageInternationalRounded as default } diff --git a/src/IconLanguageInternationalRoundedFilled.tsx b/src/IconLanguageInternationalRoundedFilled.tsx index a1b2a0f3e..7b95c203b 100644 --- a/src/IconLanguageInternationalRoundedFilled.tsx +++ b/src/IconLanguageInternationalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalRoundedFilled: React.FC = ({ +export const IconLanguageInternationalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageInternationalRoundedFilled: React.FC = ({ ) - -export { IconLanguageInternationalRoundedFilled as default } diff --git a/src/IconLanguageInternationalSharp.tsx b/src/IconLanguageInternationalSharp.tsx index 0ea769ce9..c9cf4bed0 100644 --- a/src/IconLanguageInternationalSharp.tsx +++ b/src/IconLanguageInternationalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalSharp: React.FC = ({ ...props }) => ( +export const IconLanguageInternationalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageInternationalSharp as default } diff --git a/src/IconLanguageInternationalSharpFilled.tsx b/src/IconLanguageInternationalSharpFilled.tsx index e71df5351..05d244076 100644 --- a/src/IconLanguageInternationalSharpFilled.tsx +++ b/src/IconLanguageInternationalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageInternationalSharpFilled: React.FC = ({ +export const IconLanguageInternationalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageInternationalSharpFilled: React.FC = ({ ) - -export { IconLanguageInternationalSharpFilled as default } diff --git a/src/IconLanguageJapaneseKanaOutlined.tsx b/src/IconLanguageJapaneseKanaOutlined.tsx index 757b5100d..c9cdbe1af 100644 --- a/src/IconLanguageJapaneseKanaOutlined.tsx +++ b/src/IconLanguageJapaneseKanaOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaOutlined: React.FC = ({ +export const IconLanguageJapaneseKanaOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageJapaneseKanaOutlined: React.FC = ({ ) - -export { IconLanguageJapaneseKanaOutlined as default } diff --git a/src/IconLanguageJapaneseKanaOutlinedFilled.tsx b/src/IconLanguageJapaneseKanaOutlinedFilled.tsx index 3172a957c..e1432adf7 100644 --- a/src/IconLanguageJapaneseKanaOutlinedFilled.tsx +++ b/src/IconLanguageJapaneseKanaOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaOutlinedFilled: React.FC = ({ +export const IconLanguageJapaneseKanaOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageJapaneseKanaOutlinedFilled: React.FC = ({ ) - -export { IconLanguageJapaneseKanaOutlinedFilled as default } diff --git a/src/IconLanguageJapaneseKanaRounded.tsx b/src/IconLanguageJapaneseKanaRounded.tsx index 570b7c0d4..58d1883a8 100644 --- a/src/IconLanguageJapaneseKanaRounded.tsx +++ b/src/IconLanguageJapaneseKanaRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaRounded: React.FC = ({ ...props }) => ( +export const IconLanguageJapaneseKanaRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageJapaneseKanaRounded as default } diff --git a/src/IconLanguageJapaneseKanaRoundedFilled.tsx b/src/IconLanguageJapaneseKanaRoundedFilled.tsx index 8ed193871..375d76881 100644 --- a/src/IconLanguageJapaneseKanaRoundedFilled.tsx +++ b/src/IconLanguageJapaneseKanaRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaRoundedFilled: React.FC = ({ +export const IconLanguageJapaneseKanaRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageJapaneseKanaRoundedFilled: React.FC = ({ ) - -export { IconLanguageJapaneseKanaRoundedFilled as default } diff --git a/src/IconLanguageJapaneseKanaSharp.tsx b/src/IconLanguageJapaneseKanaSharp.tsx index 506f8df55..8b65b80bc 100644 --- a/src/IconLanguageJapaneseKanaSharp.tsx +++ b/src/IconLanguageJapaneseKanaSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaSharp: React.FC = ({ ...props }) => ( +export const IconLanguageJapaneseKanaSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageJapaneseKanaSharp as default } diff --git a/src/IconLanguageJapaneseKanaSharpFilled.tsx b/src/IconLanguageJapaneseKanaSharpFilled.tsx index 35006819f..db02b5186 100644 --- a/src/IconLanguageJapaneseKanaSharpFilled.tsx +++ b/src/IconLanguageJapaneseKanaSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageJapaneseKanaSharpFilled: React.FC = ({ +export const IconLanguageJapaneseKanaSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageJapaneseKanaSharpFilled: React.FC = ({ ) - -export { IconLanguageJapaneseKanaSharpFilled as default } diff --git a/src/IconLanguageKoreanLatinOutlined.tsx b/src/IconLanguageKoreanLatinOutlined.tsx index d2122e46d..c141e23ef 100644 --- a/src/IconLanguageKoreanLatinOutlined.tsx +++ b/src/IconLanguageKoreanLatinOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageKoreanLatinOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageKoreanLatinOutlined as default } diff --git a/src/IconLanguageKoreanLatinOutlinedFilled.tsx b/src/IconLanguageKoreanLatinOutlinedFilled.tsx index d28f9aa07..dbf88dec8 100644 --- a/src/IconLanguageKoreanLatinOutlinedFilled.tsx +++ b/src/IconLanguageKoreanLatinOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinOutlinedFilled: React.FC = ({ +export const IconLanguageKoreanLatinOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageKoreanLatinOutlinedFilled: React.FC = ({ ) - -export { IconLanguageKoreanLatinOutlinedFilled as default } diff --git a/src/IconLanguageKoreanLatinRounded.tsx b/src/IconLanguageKoreanLatinRounded.tsx index 8a865e25e..3307e063a 100644 --- a/src/IconLanguageKoreanLatinRounded.tsx +++ b/src/IconLanguageKoreanLatinRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinRounded: React.FC = ({ ...props }) => ( +export const IconLanguageKoreanLatinRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageKoreanLatinRounded as default } diff --git a/src/IconLanguageKoreanLatinRoundedFilled.tsx b/src/IconLanguageKoreanLatinRoundedFilled.tsx index f9dde2c1d..d6db09693 100644 --- a/src/IconLanguageKoreanLatinRoundedFilled.tsx +++ b/src/IconLanguageKoreanLatinRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinRoundedFilled: React.FC = ({ +export const IconLanguageKoreanLatinRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageKoreanLatinRoundedFilled: React.FC = ({ ) - -export { IconLanguageKoreanLatinRoundedFilled as default } diff --git a/src/IconLanguageKoreanLatinSharp.tsx b/src/IconLanguageKoreanLatinSharp.tsx index 79ae9c756..e0f5fa894 100644 --- a/src/IconLanguageKoreanLatinSharp.tsx +++ b/src/IconLanguageKoreanLatinSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinSharp: React.FC = ({ ...props }) => ( +export const IconLanguageKoreanLatinSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageKoreanLatinSharp as default } diff --git a/src/IconLanguageKoreanLatinSharpFilled.tsx b/src/IconLanguageKoreanLatinSharpFilled.tsx index befddfefd..8ec7136d3 100644 --- a/src/IconLanguageKoreanLatinSharpFilled.tsx +++ b/src/IconLanguageKoreanLatinSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageKoreanLatinSharpFilled: React.FC = ({ +export const IconLanguageKoreanLatinSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageKoreanLatinSharpFilled: React.FC = ({ ) - -export { IconLanguageKoreanLatinSharpFilled as default } diff --git a/src/IconLanguageOutlined.tsx b/src/IconLanguageOutlined.tsx index 4e241ca2a..224c29e2f 100644 --- a/src/IconLanguageOutlined.tsx +++ b/src/IconLanguageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageOutlined as default } diff --git a/src/IconLanguageOutlinedFilled.tsx b/src/IconLanguageOutlinedFilled.tsx index b98980fd7..491bd20f2 100644 --- a/src/IconLanguageOutlinedFilled.tsx +++ b/src/IconLanguageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLanguageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageOutlinedFilled as default } diff --git a/src/IconLanguagePinyinOutlined.tsx b/src/IconLanguagePinyinOutlined.tsx index a71423d0a..4b8f67cee 100644 --- a/src/IconLanguagePinyinOutlined.tsx +++ b/src/IconLanguagePinyinOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinOutlined: React.FC = ({ ...props }) => ( +export const IconLanguagePinyinOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguagePinyinOutlined as default } diff --git a/src/IconLanguagePinyinOutlinedFilled.tsx b/src/IconLanguagePinyinOutlinedFilled.tsx index b07d5084d..6b3cfd6c1 100644 --- a/src/IconLanguagePinyinOutlinedFilled.tsx +++ b/src/IconLanguagePinyinOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinOutlinedFilled: React.FC = ({ +export const IconLanguagePinyinOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguagePinyinOutlinedFilled: React.FC = ({ ) - -export { IconLanguagePinyinOutlinedFilled as default } diff --git a/src/IconLanguagePinyinRounded.tsx b/src/IconLanguagePinyinRounded.tsx index fde03efe5..3604ec39b 100644 --- a/src/IconLanguagePinyinRounded.tsx +++ b/src/IconLanguagePinyinRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinRounded: React.FC = ({ ...props }) => ( +export const IconLanguagePinyinRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguagePinyinRounded as default } diff --git a/src/IconLanguagePinyinRoundedFilled.tsx b/src/IconLanguagePinyinRoundedFilled.tsx index 718f27500..b685cb45f 100644 --- a/src/IconLanguagePinyinRoundedFilled.tsx +++ b/src/IconLanguagePinyinRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLanguagePinyinRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguagePinyinRoundedFilled as default } diff --git a/src/IconLanguagePinyinSharp.tsx b/src/IconLanguagePinyinSharp.tsx index 1ffbfe033..7a6332321 100644 --- a/src/IconLanguagePinyinSharp.tsx +++ b/src/IconLanguagePinyinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinSharp: React.FC = ({ ...props }) => ( +export const IconLanguagePinyinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguagePinyinSharp as default } diff --git a/src/IconLanguagePinyinSharpFilled.tsx b/src/IconLanguagePinyinSharpFilled.tsx index 67b0222f9..15deb4723 100644 --- a/src/IconLanguagePinyinSharpFilled.tsx +++ b/src/IconLanguagePinyinSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguagePinyinSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguagePinyinSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguagePinyinSharpFilled as default } diff --git a/src/IconLanguageRounded.tsx b/src/IconLanguageRounded.tsx index cb8e9a46b..e0378b157 100644 --- a/src/IconLanguageRounded.tsx +++ b/src/IconLanguageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageRounded: React.FC = ({ ...props }) => ( +export const IconLanguageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageRounded as default } diff --git a/src/IconLanguageRoundedFilled.tsx b/src/IconLanguageRoundedFilled.tsx index 44ee6f24c..c0ca2b98d 100644 --- a/src/IconLanguageRoundedFilled.tsx +++ b/src/IconLanguageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLanguageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageRoundedFilled as default } diff --git a/src/IconLanguageSharp.tsx b/src/IconLanguageSharp.tsx index 9cc7080fe..c85c0d368 100644 --- a/src/IconLanguageSharp.tsx +++ b/src/IconLanguageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSharp: React.FC = ({ ...props }) => ( +export const IconLanguageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageSharp as default } diff --git a/src/IconLanguageSharpFilled.tsx b/src/IconLanguageSharpFilled.tsx index f139c0e21..d48798dba 100644 --- a/src/IconLanguageSharpFilled.tsx +++ b/src/IconLanguageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageSharpFilled as default } diff --git a/src/IconLanguageSpanishOutlined.tsx b/src/IconLanguageSpanishOutlined.tsx index c91f09207..591f8b57b 100644 --- a/src/IconLanguageSpanishOutlined.tsx +++ b/src/IconLanguageSpanishOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageSpanishOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageSpanishOutlined as default } diff --git a/src/IconLanguageSpanishOutlinedFilled.tsx b/src/IconLanguageSpanishOutlinedFilled.tsx index 72c0ffa35..99ff4de28 100644 --- a/src/IconLanguageSpanishOutlinedFilled.tsx +++ b/src/IconLanguageSpanishOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishOutlinedFilled: React.FC = ({ +export const IconLanguageSpanishOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageSpanishOutlinedFilled: React.FC = ({ ) - -export { IconLanguageSpanishOutlinedFilled as default } diff --git a/src/IconLanguageSpanishRounded.tsx b/src/IconLanguageSpanishRounded.tsx index d08a54c81..8a160382e 100644 --- a/src/IconLanguageSpanishRounded.tsx +++ b/src/IconLanguageSpanishRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishRounded: React.FC = ({ ...props }) => ( +export const IconLanguageSpanishRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageSpanishRounded as default } diff --git a/src/IconLanguageSpanishRoundedFilled.tsx b/src/IconLanguageSpanishRoundedFilled.tsx index 2fb8dcf67..bf44ef10b 100644 --- a/src/IconLanguageSpanishRoundedFilled.tsx +++ b/src/IconLanguageSpanishRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishRoundedFilled: React.FC = ({ +export const IconLanguageSpanishRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageSpanishRoundedFilled: React.FC = ({ ) - -export { IconLanguageSpanishRoundedFilled as default } diff --git a/src/IconLanguageSpanishSharp.tsx b/src/IconLanguageSpanishSharp.tsx index 748e862ab..8899370a4 100644 --- a/src/IconLanguageSpanishSharp.tsx +++ b/src/IconLanguageSpanishSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishSharp: React.FC = ({ ...props }) => ( +export const IconLanguageSpanishSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageSpanishSharp as default } diff --git a/src/IconLanguageSpanishSharpFilled.tsx b/src/IconLanguageSpanishSharpFilled.tsx index 8020677f5..007e130fd 100644 --- a/src/IconLanguageSpanishSharpFilled.tsx +++ b/src/IconLanguageSpanishSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageSpanishSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguageSpanishSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageSpanishSharpFilled as default } diff --git a/src/IconLanguageUsColemakOutlined.tsx b/src/IconLanguageUsColemakOutlined.tsx index c9dfaf47a..528e7f3ad 100644 --- a/src/IconLanguageUsColemakOutlined.tsx +++ b/src/IconLanguageUsColemakOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageUsColemakOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsColemakOutlined as default } diff --git a/src/IconLanguageUsColemakOutlinedFilled.tsx b/src/IconLanguageUsColemakOutlinedFilled.tsx index 8e6ad3324..95ed52c7d 100644 --- a/src/IconLanguageUsColemakOutlinedFilled.tsx +++ b/src/IconLanguageUsColemakOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakOutlinedFilled: React.FC = ({ +export const IconLanguageUsColemakOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageUsColemakOutlinedFilled: React.FC = ({ ) - -export { IconLanguageUsColemakOutlinedFilled as default } diff --git a/src/IconLanguageUsColemakRounded.tsx b/src/IconLanguageUsColemakRounded.tsx index 87957f672..c78317724 100644 --- a/src/IconLanguageUsColemakRounded.tsx +++ b/src/IconLanguageUsColemakRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakRounded: React.FC = ({ ...props }) => ( +export const IconLanguageUsColemakRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsColemakRounded as default } diff --git a/src/IconLanguageUsColemakRoundedFilled.tsx b/src/IconLanguageUsColemakRoundedFilled.tsx index 5057c33da..4dd1a517c 100644 --- a/src/IconLanguageUsColemakRoundedFilled.tsx +++ b/src/IconLanguageUsColemakRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakRoundedFilled: React.FC = ({ +export const IconLanguageUsColemakRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageUsColemakRoundedFilled: React.FC = ({ ) - -export { IconLanguageUsColemakRoundedFilled as default } diff --git a/src/IconLanguageUsColemakSharp.tsx b/src/IconLanguageUsColemakSharp.tsx index 651cb4568..487b3ce4e 100644 --- a/src/IconLanguageUsColemakSharp.tsx +++ b/src/IconLanguageUsColemakSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakSharp: React.FC = ({ ...props }) => ( +export const IconLanguageUsColemakSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsColemakSharp as default } diff --git a/src/IconLanguageUsColemakSharpFilled.tsx b/src/IconLanguageUsColemakSharpFilled.tsx index 6f0fb1258..5efa61424 100644 --- a/src/IconLanguageUsColemakSharpFilled.tsx +++ b/src/IconLanguageUsColemakSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsColemakSharpFilled: React.FC = ({ +export const IconLanguageUsColemakSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageUsColemakSharpFilled: React.FC = ({ ) - -export { IconLanguageUsColemakSharpFilled as default } diff --git a/src/IconLanguageUsDvorakOutlined.tsx b/src/IconLanguageUsDvorakOutlined.tsx index 217187197..08ac8a0dd 100644 --- a/src/IconLanguageUsDvorakOutlined.tsx +++ b/src/IconLanguageUsDvorakOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageUsDvorakOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsDvorakOutlined as default } diff --git a/src/IconLanguageUsDvorakOutlinedFilled.tsx b/src/IconLanguageUsDvorakOutlinedFilled.tsx index 6cf3959cf..b8e514fbb 100644 --- a/src/IconLanguageUsDvorakOutlinedFilled.tsx +++ b/src/IconLanguageUsDvorakOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakOutlinedFilled: React.FC = ({ +export const IconLanguageUsDvorakOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageUsDvorakOutlinedFilled: React.FC = ({ ) - -export { IconLanguageUsDvorakOutlinedFilled as default } diff --git a/src/IconLanguageUsDvorakRounded.tsx b/src/IconLanguageUsDvorakRounded.tsx index e6cd43528..53307e294 100644 --- a/src/IconLanguageUsDvorakRounded.tsx +++ b/src/IconLanguageUsDvorakRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakRounded: React.FC = ({ ...props }) => ( +export const IconLanguageUsDvorakRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsDvorakRounded as default } diff --git a/src/IconLanguageUsDvorakRoundedFilled.tsx b/src/IconLanguageUsDvorakRoundedFilled.tsx index 9f36c0897..11f001778 100644 --- a/src/IconLanguageUsDvorakRoundedFilled.tsx +++ b/src/IconLanguageUsDvorakRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakRoundedFilled: React.FC = ({ +export const IconLanguageUsDvorakRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLanguageUsDvorakRoundedFilled: React.FC = ({ ) - -export { IconLanguageUsDvorakRoundedFilled as default } diff --git a/src/IconLanguageUsDvorakSharp.tsx b/src/IconLanguageUsDvorakSharp.tsx index 8e098b07a..a7c27537d 100644 --- a/src/IconLanguageUsDvorakSharp.tsx +++ b/src/IconLanguageUsDvorakSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakSharp: React.FC = ({ ...props }) => ( +export const IconLanguageUsDvorakSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsDvorakSharp as default } diff --git a/src/IconLanguageUsDvorakSharpFilled.tsx b/src/IconLanguageUsDvorakSharpFilled.tsx index 326f190c6..b7cc99747 100644 --- a/src/IconLanguageUsDvorakSharpFilled.tsx +++ b/src/IconLanguageUsDvorakSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsDvorakSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguageUsDvorakSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsDvorakSharpFilled as default } diff --git a/src/IconLanguageUsOutlined.tsx b/src/IconLanguageUsOutlined.tsx index 86a1d318f..9f3d9d027 100644 --- a/src/IconLanguageUsOutlined.tsx +++ b/src/IconLanguageUsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsOutlined: React.FC = ({ ...props }) => ( +export const IconLanguageUsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageUsOutlined as default } diff --git a/src/IconLanguageUsOutlinedFilled.tsx b/src/IconLanguageUsOutlinedFilled.tsx index f22ed76ac..b2224faf9 100644 --- a/src/IconLanguageUsOutlinedFilled.tsx +++ b/src/IconLanguageUsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLanguageUsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsOutlinedFilled as default } diff --git a/src/IconLanguageUsRounded.tsx b/src/IconLanguageUsRounded.tsx index db07d6890..403a20eab 100644 --- a/src/IconLanguageUsRounded.tsx +++ b/src/IconLanguageUsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsRounded: React.FC = ({ ...props }) => ( +export const IconLanguageUsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageUsRounded as default } diff --git a/src/IconLanguageUsRoundedFilled.tsx b/src/IconLanguageUsRoundedFilled.tsx index 12a77783c..17a18dc17 100644 --- a/src/IconLanguageUsRoundedFilled.tsx +++ b/src/IconLanguageUsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLanguageUsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsRoundedFilled as default } diff --git a/src/IconLanguageUsSharp.tsx b/src/IconLanguageUsSharp.tsx index b47fb9cd7..65e71303d 100644 --- a/src/IconLanguageUsSharp.tsx +++ b/src/IconLanguageUsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsSharp: React.FC = ({ ...props }) => ( +export const IconLanguageUsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLanguageUsSharp as default } diff --git a/src/IconLanguageUsSharpFilled.tsx b/src/IconLanguageUsSharpFilled.tsx index 7437e95cc..160154861 100644 --- a/src/IconLanguageUsSharpFilled.tsx +++ b/src/IconLanguageUsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLanguageUsSharpFilled: React.FC = ({ ...props }) => ( +export const IconLanguageUsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLanguageUsSharpFilled as default } diff --git a/src/IconLapsOutlined.tsx b/src/IconLapsOutlined.tsx index 88d54bc21..f3de2fc03 100644 --- a/src/IconLapsOutlined.tsx +++ b/src/IconLapsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsOutlined: React.FC = ({ ...props }) => ( +export const IconLapsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsOutlined as default } diff --git a/src/IconLapsOutlinedFilled.tsx b/src/IconLapsOutlinedFilled.tsx index a70294051..010ff49d3 100644 --- a/src/IconLapsOutlinedFilled.tsx +++ b/src/IconLapsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLapsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsOutlinedFilled as default } diff --git a/src/IconLapsRounded.tsx b/src/IconLapsRounded.tsx index 61bb386c5..0e1a6eacc 100644 --- a/src/IconLapsRounded.tsx +++ b/src/IconLapsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsRounded: React.FC = ({ ...props }) => ( +export const IconLapsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsRounded as default } diff --git a/src/IconLapsRoundedFilled.tsx b/src/IconLapsRoundedFilled.tsx index 266318c48..1a0720fd2 100644 --- a/src/IconLapsRoundedFilled.tsx +++ b/src/IconLapsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLapsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsRoundedFilled as default } diff --git a/src/IconLapsSharp.tsx b/src/IconLapsSharp.tsx index aab0b6c0f..9b0222fce 100644 --- a/src/IconLapsSharp.tsx +++ b/src/IconLapsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsSharp: React.FC = ({ ...props }) => ( +export const IconLapsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsSharp as default } diff --git a/src/IconLapsSharpFilled.tsx b/src/IconLapsSharpFilled.tsx index c085e9fc3..d3b49c1ed 100644 --- a/src/IconLapsSharpFilled.tsx +++ b/src/IconLapsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLapsSharpFilled: React.FC = ({ ...props }) => ( +export const IconLapsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLapsSharpFilled as default } diff --git a/src/IconLaptopCarOutlined.tsx b/src/IconLaptopCarOutlined.tsx new file mode 100644 index 000000000..c5377039a --- /dev/null +++ b/src/IconLaptopCarOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopCarOutlinedFilled.tsx b/src/IconLaptopCarOutlinedFilled.tsx new file mode 100644 index 000000000..ad2beb750 --- /dev/null +++ b/src/IconLaptopCarOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopCarRounded.tsx b/src/IconLaptopCarRounded.tsx new file mode 100644 index 000000000..159c3da2e --- /dev/null +++ b/src/IconLaptopCarRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopCarRoundedFilled.tsx b/src/IconLaptopCarRoundedFilled.tsx new file mode 100644 index 000000000..f126b11e9 --- /dev/null +++ b/src/IconLaptopCarRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopCarSharp.tsx b/src/IconLaptopCarSharp.tsx new file mode 100644 index 000000000..33ed32d5c --- /dev/null +++ b/src/IconLaptopCarSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopCarSharpFilled.tsx b/src/IconLaptopCarSharpFilled.tsx new file mode 100644 index 000000000..2c8cd820b --- /dev/null +++ b/src/IconLaptopCarSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLaptopCarSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLaptopChromebookOutlined.tsx b/src/IconLaptopChromebookOutlined.tsx index 68ca09390..100b830c9 100644 --- a/src/IconLaptopChromebookOutlined.tsx +++ b/src/IconLaptopChromebookOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookOutlined: React.FC = ({ ...props }) => ( +export const IconLaptopChromebookOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopChromebookOutlined as default } diff --git a/src/IconLaptopChromebookOutlinedFilled.tsx b/src/IconLaptopChromebookOutlinedFilled.tsx index b2e8dd419..5aee9f08f 100644 --- a/src/IconLaptopChromebookOutlinedFilled.tsx +++ b/src/IconLaptopChromebookOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookOutlinedFilled: React.FC = ({ +export const IconLaptopChromebookOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLaptopChromebookOutlinedFilled: React.FC = ({ ) - -export { IconLaptopChromebookOutlinedFilled as default } diff --git a/src/IconLaptopChromebookRounded.tsx b/src/IconLaptopChromebookRounded.tsx index 56864a2cf..2ccbb835c 100644 --- a/src/IconLaptopChromebookRounded.tsx +++ b/src/IconLaptopChromebookRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookRounded: React.FC = ({ ...props }) => ( +export const IconLaptopChromebookRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopChromebookRounded as default } diff --git a/src/IconLaptopChromebookRoundedFilled.tsx b/src/IconLaptopChromebookRoundedFilled.tsx index 88aed2b93..f8e1dc245 100644 --- a/src/IconLaptopChromebookRoundedFilled.tsx +++ b/src/IconLaptopChromebookRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookRoundedFilled: React.FC = ({ +export const IconLaptopChromebookRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLaptopChromebookRoundedFilled: React.FC = ({ ) - -export { IconLaptopChromebookRoundedFilled as default } diff --git a/src/IconLaptopChromebookSharp.tsx b/src/IconLaptopChromebookSharp.tsx index ab6378f86..ae95e0c55 100644 --- a/src/IconLaptopChromebookSharp.tsx +++ b/src/IconLaptopChromebookSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookSharp: React.FC = ({ ...props }) => ( +export const IconLaptopChromebookSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopChromebookSharp as default } diff --git a/src/IconLaptopChromebookSharpFilled.tsx b/src/IconLaptopChromebookSharpFilled.tsx index c69e542dd..ec9daf3f5 100644 --- a/src/IconLaptopChromebookSharpFilled.tsx +++ b/src/IconLaptopChromebookSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopChromebookSharpFilled: React.FC = ({ ...props }) => ( +export const IconLaptopChromebookSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopChromebookSharpFilled as default } diff --git a/src/IconLaptopMacOutlined.tsx b/src/IconLaptopMacOutlined.tsx index 868efcdc1..e2e4365ac 100644 --- a/src/IconLaptopMacOutlined.tsx +++ b/src/IconLaptopMacOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacOutlined: React.FC = ({ ...props }) => ( +export const IconLaptopMacOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopMacOutlined as default } diff --git a/src/IconLaptopMacOutlinedFilled.tsx b/src/IconLaptopMacOutlinedFilled.tsx index 67b3ddd3f..9297d2629 100644 --- a/src/IconLaptopMacOutlinedFilled.tsx +++ b/src/IconLaptopMacOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLaptopMacOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopMacOutlinedFilled as default } diff --git a/src/IconLaptopMacRounded.tsx b/src/IconLaptopMacRounded.tsx index 8fa938101..e174b418d 100644 --- a/src/IconLaptopMacRounded.tsx +++ b/src/IconLaptopMacRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacRounded: React.FC = ({ ...props }) => ( +export const IconLaptopMacRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopMacRounded as default } diff --git a/src/IconLaptopMacRoundedFilled.tsx b/src/IconLaptopMacRoundedFilled.tsx index a1b585c5d..17bd1586f 100644 --- a/src/IconLaptopMacRoundedFilled.tsx +++ b/src/IconLaptopMacRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLaptopMacRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopMacRoundedFilled as default } diff --git a/src/IconLaptopMacSharp.tsx b/src/IconLaptopMacSharp.tsx index 56c26bea2..c262c2226 100644 --- a/src/IconLaptopMacSharp.tsx +++ b/src/IconLaptopMacSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacSharp: React.FC = ({ ...props }) => ( +export const IconLaptopMacSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopMacSharp as default } diff --git a/src/IconLaptopMacSharpFilled.tsx b/src/IconLaptopMacSharpFilled.tsx index 1c336bff2..024699de1 100644 --- a/src/IconLaptopMacSharpFilled.tsx +++ b/src/IconLaptopMacSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopMacSharpFilled: React.FC = ({ ...props }) => ( +export const IconLaptopMacSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopMacSharpFilled as default } diff --git a/src/IconLaptopWindowsOutlined.tsx b/src/IconLaptopWindowsOutlined.tsx index c940a8526..2d6c5f6e1 100644 --- a/src/IconLaptopWindowsOutlined.tsx +++ b/src/IconLaptopWindowsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsOutlined: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsOutlined as default } diff --git a/src/IconLaptopWindowsOutlinedFilled.tsx b/src/IconLaptopWindowsOutlinedFilled.tsx index e51a04fe3..42816e400 100644 --- a/src/IconLaptopWindowsOutlinedFilled.tsx +++ b/src/IconLaptopWindowsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsOutlinedFilled as default } diff --git a/src/IconLaptopWindowsRounded.tsx b/src/IconLaptopWindowsRounded.tsx index 9c4298d75..320a345b9 100644 --- a/src/IconLaptopWindowsRounded.tsx +++ b/src/IconLaptopWindowsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsRounded: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsRounded as default } diff --git a/src/IconLaptopWindowsRoundedFilled.tsx b/src/IconLaptopWindowsRoundedFilled.tsx index 66bb0cebe..c51ce3dbc 100644 --- a/src/IconLaptopWindowsRoundedFilled.tsx +++ b/src/IconLaptopWindowsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsRoundedFilled as default } diff --git a/src/IconLaptopWindowsSharp.tsx b/src/IconLaptopWindowsSharp.tsx index 61ec6f009..8257f8d8f 100644 --- a/src/IconLaptopWindowsSharp.tsx +++ b/src/IconLaptopWindowsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsSharp: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsSharp as default } diff --git a/src/IconLaptopWindowsSharpFilled.tsx b/src/IconLaptopWindowsSharpFilled.tsx index d9302d827..be37fbfe5 100644 --- a/src/IconLaptopWindowsSharpFilled.tsx +++ b/src/IconLaptopWindowsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaptopWindowsSharpFilled: React.FC = ({ ...props }) => ( +export const IconLaptopWindowsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaptopWindowsSharpFilled as default } diff --git a/src/IconLassoSelectOutlined.tsx b/src/IconLassoSelectOutlined.tsx index 194c5aff9..b0d6c873c 100644 --- a/src/IconLassoSelectOutlined.tsx +++ b/src/IconLassoSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectOutlined: React.FC = ({ ...props }) => ( +export const IconLassoSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLassoSelectOutlined as default } diff --git a/src/IconLassoSelectOutlinedFilled.tsx b/src/IconLassoSelectOutlinedFilled.tsx index 66460efe3..de29cc81b 100644 --- a/src/IconLassoSelectOutlinedFilled.tsx +++ b/src/IconLassoSelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLassoSelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLassoSelectOutlinedFilled as default } diff --git a/src/IconLassoSelectRounded.tsx b/src/IconLassoSelectRounded.tsx index e86fa0ead..088dc7169 100644 --- a/src/IconLassoSelectRounded.tsx +++ b/src/IconLassoSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectRounded: React.FC = ({ ...props }) => ( +export const IconLassoSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLassoSelectRounded as default } diff --git a/src/IconLassoSelectRoundedFilled.tsx b/src/IconLassoSelectRoundedFilled.tsx index a80df1fea..2c4d5ecb6 100644 --- a/src/IconLassoSelectRoundedFilled.tsx +++ b/src/IconLassoSelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLassoSelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLassoSelectRoundedFilled as default } diff --git a/src/IconLassoSelectSharp.tsx b/src/IconLassoSelectSharp.tsx index dc25b1efe..d864a6b5b 100644 --- a/src/IconLassoSelectSharp.tsx +++ b/src/IconLassoSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectSharp: React.FC = ({ ...props }) => ( +export const IconLassoSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLassoSelectSharp as default } diff --git a/src/IconLassoSelectSharpFilled.tsx b/src/IconLassoSelectSharpFilled.tsx index 3929d8b69..3639c26e5 100644 --- a/src/IconLassoSelectSharpFilled.tsx +++ b/src/IconLassoSelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLassoSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconLassoSelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLassoSelectSharpFilled as default } diff --git a/src/IconLastPageOutlined.tsx b/src/IconLastPageOutlined.tsx index eaed4b091..8daca8459 100644 --- a/src/IconLastPageOutlined.tsx +++ b/src/IconLastPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageOutlined: React.FC = ({ ...props }) => ( +export const IconLastPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLastPageOutlined as default } diff --git a/src/IconLastPageOutlinedFilled.tsx b/src/IconLastPageOutlinedFilled.tsx index 745d521e3..4c9c5a44b 100644 --- a/src/IconLastPageOutlinedFilled.tsx +++ b/src/IconLastPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLastPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLastPageOutlinedFilled as default } diff --git a/src/IconLastPageRounded.tsx b/src/IconLastPageRounded.tsx index 00aaf3bb0..e3cce3b16 100644 --- a/src/IconLastPageRounded.tsx +++ b/src/IconLastPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageRounded: React.FC = ({ ...props }) => ( +export const IconLastPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLastPageRounded as default } diff --git a/src/IconLastPageRoundedFilled.tsx b/src/IconLastPageRoundedFilled.tsx index 323e21f76..0b1b7f3c8 100644 --- a/src/IconLastPageRoundedFilled.tsx +++ b/src/IconLastPageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLastPageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLastPageRoundedFilled as default } diff --git a/src/IconLastPageSharp.tsx b/src/IconLastPageSharp.tsx index 1a0e2ac24..0ebe734e0 100644 --- a/src/IconLastPageSharp.tsx +++ b/src/IconLastPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageSharp: React.FC = ({ ...props }) => ( +export const IconLastPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLastPageSharp as default } diff --git a/src/IconLastPageSharpFilled.tsx b/src/IconLastPageSharpFilled.tsx index 357161e3a..204785ac2 100644 --- a/src/IconLastPageSharpFilled.tsx +++ b/src/IconLastPageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLastPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconLastPageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLastPageSharpFilled as default } diff --git a/src/IconLaundryOutlined.tsx b/src/IconLaundryOutlined.tsx index d78e5a517..2a6596468 100644 --- a/src/IconLaundryOutlined.tsx +++ b/src/IconLaundryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaundryOutlined: React.FC = ({ ...props }) => ( +export const IconLaundryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaundryOutlined as default } diff --git a/src/IconLaundryOutlinedFilled.tsx b/src/IconLaundryOutlinedFilled.tsx index 0d0814ae3..ae0379e41 100644 --- a/src/IconLaundryOutlinedFilled.tsx +++ b/src/IconLaundryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLaundryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLaundryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLaundryOutlinedFilled as default } diff --git a/src/IconLaundryRounded.tsx b/src/IconLaundryRounded.tsx index 404d583c4..d77c7d417 100644 --- a/src/IconLaundryRounded.tsx +++ b/src/IconLaundryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaundryRounded: React.FC = ({ ...props }) => ( +export const IconLaundryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaundryRounded as default } diff --git a/src/IconLaundryRoundedFilled.tsx b/src/IconLaundryRoundedFilled.tsx index 2b35054e7..ea5be7503 100644 --- a/src/IconLaundryRoundedFilled.tsx +++ b/src/IconLaundryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaundryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLaundryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaundryRoundedFilled as default } diff --git a/src/IconLaundrySharp.tsx b/src/IconLaundrySharp.tsx index 543c2f9b7..650f027a9 100644 --- a/src/IconLaundrySharp.tsx +++ b/src/IconLaundrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaundrySharp: React.FC = ({ ...props }) => ( +export const IconLaundrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaundrySharp as default } diff --git a/src/IconLaundrySharpFilled.tsx b/src/IconLaundrySharpFilled.tsx index 2acc1e730..a12f057db 100644 --- a/src/IconLaundrySharpFilled.tsx +++ b/src/IconLaundrySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLaundrySharpFilled: React.FC = ({ ...props }) => ( +export const IconLaundrySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLaundrySharpFilled as default } diff --git a/src/IconLayersClearOutlined.tsx b/src/IconLayersClearOutlined.tsx index 835f64756..744ee390e 100644 --- a/src/IconLayersClearOutlined.tsx +++ b/src/IconLayersClearOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearOutlined: React.FC = ({ ...props }) => ( +export const IconLayersClearOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersClearOutlined as default } diff --git a/src/IconLayersClearOutlinedFilled.tsx b/src/IconLayersClearOutlinedFilled.tsx index fa779dab4..b21d0820b 100644 --- a/src/IconLayersClearOutlinedFilled.tsx +++ b/src/IconLayersClearOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLayersClearOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLayersClearOutlinedFilled as default } diff --git a/src/IconLayersClearRounded.tsx b/src/IconLayersClearRounded.tsx index 225434ec2..05ea3d54e 100644 --- a/src/IconLayersClearRounded.tsx +++ b/src/IconLayersClearRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearRounded: React.FC = ({ ...props }) => ( +export const IconLayersClearRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersClearRounded as default } diff --git a/src/IconLayersClearRoundedFilled.tsx b/src/IconLayersClearRoundedFilled.tsx index 7ab5072e2..1e70b383a 100644 --- a/src/IconLayersClearRoundedFilled.tsx +++ b/src/IconLayersClearRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLayersClearRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLayersClearRoundedFilled as default } diff --git a/src/IconLayersClearSharp.tsx b/src/IconLayersClearSharp.tsx index 25d77f2c7..e60732abc 100644 --- a/src/IconLayersClearSharp.tsx +++ b/src/IconLayersClearSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearSharp: React.FC = ({ ...props }) => ( +export const IconLayersClearSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersClearSharp as default } diff --git a/src/IconLayersClearSharpFilled.tsx b/src/IconLayersClearSharpFilled.tsx index 8138ea7d4..f8fe31783 100644 --- a/src/IconLayersClearSharpFilled.tsx +++ b/src/IconLayersClearSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLayersClearSharpFilled: React.FC = ({ ...props }) => ( +export const IconLayersClearSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLayersClearSharpFilled as default } diff --git a/src/IconLayersOutlined.tsx b/src/IconLayersOutlined.tsx index 38bd1894e..7d4568206 100644 --- a/src/IconLayersOutlined.tsx +++ b/src/IconLayersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersOutlined: React.FC = ({ ...props }) => ( +export const IconLayersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersOutlined as default } diff --git a/src/IconLayersOutlinedFilled.tsx b/src/IconLayersOutlinedFilled.tsx index 33db67aeb..f980dfcaf 100644 --- a/src/IconLayersOutlinedFilled.tsx +++ b/src/IconLayersOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLayersOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersOutlinedFilled as default } diff --git a/src/IconLayersRounded.tsx b/src/IconLayersRounded.tsx index 87906dfe3..9ec3f1de7 100644 --- a/src/IconLayersRounded.tsx +++ b/src/IconLayersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersRounded: React.FC = ({ ...props }) => ( +export const IconLayersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersRounded as default } diff --git a/src/IconLayersRoundedFilled.tsx b/src/IconLayersRoundedFilled.tsx index c508208ec..80ca04c03 100644 --- a/src/IconLayersRoundedFilled.tsx +++ b/src/IconLayersRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLayersRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersRoundedFilled as default } diff --git a/src/IconLayersSharp.tsx b/src/IconLayersSharp.tsx index 47a0b15e8..2f4953e53 100644 --- a/src/IconLayersSharp.tsx +++ b/src/IconLayersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersSharp: React.FC = ({ ...props }) => ( +export const IconLayersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersSharp as default } diff --git a/src/IconLayersSharpFilled.tsx b/src/IconLayersSharpFilled.tsx index ff93d7a2a..25d842046 100644 --- a/src/IconLayersSharpFilled.tsx +++ b/src/IconLayersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLayersSharpFilled: React.FC = ({ ...props }) => ( +export const IconLayersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLayersSharpFilled as default } diff --git a/src/IconLdaOutlined.tsx b/src/IconLdaOutlined.tsx index bfb1ac16e..5216d935f 100644 --- a/src/IconLdaOutlined.tsx +++ b/src/IconLdaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaOutlined: React.FC = ({ ...props }) => ( +export const IconLdaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaOutlined as default } diff --git a/src/IconLdaOutlinedFilled.tsx b/src/IconLdaOutlinedFilled.tsx index 1bf87c995..bda71e0b1 100644 --- a/src/IconLdaOutlinedFilled.tsx +++ b/src/IconLdaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLdaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaOutlinedFilled as default } diff --git a/src/IconLdaRounded.tsx b/src/IconLdaRounded.tsx index 5978d1a52..c2fc33a55 100644 --- a/src/IconLdaRounded.tsx +++ b/src/IconLdaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaRounded: React.FC = ({ ...props }) => ( +export const IconLdaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaRounded as default } diff --git a/src/IconLdaRoundedFilled.tsx b/src/IconLdaRoundedFilled.tsx index 532e6d7cb..a33d6e88f 100644 --- a/src/IconLdaRoundedFilled.tsx +++ b/src/IconLdaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLdaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaRoundedFilled as default } diff --git a/src/IconLdaSharp.tsx b/src/IconLdaSharp.tsx index 2c080ca15..c878718bc 100644 --- a/src/IconLdaSharp.tsx +++ b/src/IconLdaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaSharp: React.FC = ({ ...props }) => ( +export const IconLdaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaSharp as default } diff --git a/src/IconLdaSharpFilled.tsx b/src/IconLdaSharpFilled.tsx index f2bd2bdba..631ddeedc 100644 --- a/src/IconLdaSharpFilled.tsx +++ b/src/IconLdaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLdaSharpFilled: React.FC = ({ ...props }) => ( +export const IconLdaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLdaSharpFilled as default } diff --git a/src/IconLeaderboardOutlined.tsx b/src/IconLeaderboardOutlined.tsx index 309a76883..3d01cde20 100644 --- a/src/IconLeaderboardOutlined.tsx +++ b/src/IconLeaderboardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardOutlined: React.FC = ({ ...props }) => ( +export const IconLeaderboardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeaderboardOutlined as default } diff --git a/src/IconLeaderboardOutlinedFilled.tsx b/src/IconLeaderboardOutlinedFilled.tsx index dafebf204..4b94712e6 100644 --- a/src/IconLeaderboardOutlinedFilled.tsx +++ b/src/IconLeaderboardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLeaderboardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeaderboardOutlinedFilled as default } diff --git a/src/IconLeaderboardRounded.tsx b/src/IconLeaderboardRounded.tsx index f111fcefa..ef6d29983 100644 --- a/src/IconLeaderboardRounded.tsx +++ b/src/IconLeaderboardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardRounded: React.FC = ({ ...props }) => ( +export const IconLeaderboardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeaderboardRounded as default } diff --git a/src/IconLeaderboardRoundedFilled.tsx b/src/IconLeaderboardRoundedFilled.tsx index 1afbc2d24..42bf3e484 100644 --- a/src/IconLeaderboardRoundedFilled.tsx +++ b/src/IconLeaderboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeaderboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeaderboardRoundedFilled as default } diff --git a/src/IconLeaderboardSharp.tsx b/src/IconLeaderboardSharp.tsx index 1a72ba818..6899ff3c2 100644 --- a/src/IconLeaderboardSharp.tsx +++ b/src/IconLeaderboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardSharp: React.FC = ({ ...props }) => ( +export const IconLeaderboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeaderboardSharp as default } diff --git a/src/IconLeaderboardSharpFilled.tsx b/src/IconLeaderboardSharpFilled.tsx index 67fcf95ff..e701a8e55 100644 --- a/src/IconLeaderboardSharpFilled.tsx +++ b/src/IconLeaderboardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeaderboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeaderboardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeaderboardSharpFilled as default } diff --git a/src/IconLeakAddOutlined.tsx b/src/IconLeakAddOutlined.tsx index 8b3f48e10..0d46e4cbe 100644 --- a/src/IconLeakAddOutlined.tsx +++ b/src/IconLeakAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddOutlined: React.FC = ({ ...props }) => ( +export const IconLeakAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakAddOutlined as default } diff --git a/src/IconLeakAddOutlinedFilled.tsx b/src/IconLeakAddOutlinedFilled.tsx index f9eed096e..0975e59a9 100644 --- a/src/IconLeakAddOutlinedFilled.tsx +++ b/src/IconLeakAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLeakAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeakAddOutlinedFilled as default } diff --git a/src/IconLeakAddRounded.tsx b/src/IconLeakAddRounded.tsx index 9f86ada61..06e4bc4ee 100644 --- a/src/IconLeakAddRounded.tsx +++ b/src/IconLeakAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddRounded: React.FC = ({ ...props }) => ( +export const IconLeakAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakAddRounded as default } diff --git a/src/IconLeakAddRoundedFilled.tsx b/src/IconLeakAddRoundedFilled.tsx index a54b8ce17..858690ec7 100644 --- a/src/IconLeakAddRoundedFilled.tsx +++ b/src/IconLeakAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeakAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakAddRoundedFilled as default } diff --git a/src/IconLeakAddSharp.tsx b/src/IconLeakAddSharp.tsx index f14132a17..3e52d0feb 100644 --- a/src/IconLeakAddSharp.tsx +++ b/src/IconLeakAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddSharp: React.FC = ({ ...props }) => ( +export const IconLeakAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakAddSharp as default } diff --git a/src/IconLeakAddSharpFilled.tsx b/src/IconLeakAddSharpFilled.tsx index 25c1dc05d..1c75bab2f 100644 --- a/src/IconLeakAddSharpFilled.tsx +++ b/src/IconLeakAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeakAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakAddSharpFilled as default } diff --git a/src/IconLeakRemoveOutlined.tsx b/src/IconLeakRemoveOutlined.tsx index b139b8591..f06a00768 100644 --- a/src/IconLeakRemoveOutlined.tsx +++ b/src/IconLeakRemoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconLeakRemoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveOutlined as default } diff --git a/src/IconLeakRemoveOutlinedFilled.tsx b/src/IconLeakRemoveOutlinedFilled.tsx index 2543f90cd..d79272b4b 100644 --- a/src/IconLeakRemoveOutlinedFilled.tsx +++ b/src/IconLeakRemoveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLeakRemoveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveOutlinedFilled as default } diff --git a/src/IconLeakRemoveRounded.tsx b/src/IconLeakRemoveRounded.tsx index 9d32170d6..8261a4470 100644 --- a/src/IconLeakRemoveRounded.tsx +++ b/src/IconLeakRemoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveRounded: React.FC = ({ ...props }) => ( +export const IconLeakRemoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveRounded as default } diff --git a/src/IconLeakRemoveRoundedFilled.tsx b/src/IconLeakRemoveRoundedFilled.tsx index 344558899..83b1b3a8b 100644 --- a/src/IconLeakRemoveRoundedFilled.tsx +++ b/src/IconLeakRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeakRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveRoundedFilled as default } diff --git a/src/IconLeakRemoveSharp.tsx b/src/IconLeakRemoveSharp.tsx index c73511455..da987b83e 100644 --- a/src/IconLeakRemoveSharp.tsx +++ b/src/IconLeakRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveSharp: React.FC = ({ ...props }) => ( +export const IconLeakRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveSharp as default } diff --git a/src/IconLeakRemoveSharpFilled.tsx b/src/IconLeakRemoveSharpFilled.tsx index 597854b9e..f15fd89bf 100644 --- a/src/IconLeakRemoveSharpFilled.tsx +++ b/src/IconLeakRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeakRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeakRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeakRemoveSharpFilled as default } diff --git a/src/IconLeftClickOutlined.tsx b/src/IconLeftClickOutlined.tsx index a8e500901..8b923ee74 100644 --- a/src/IconLeftClickOutlined.tsx +++ b/src/IconLeftClickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickOutlined: React.FC = ({ ...props }) => ( +export const IconLeftClickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftClickOutlined as default } diff --git a/src/IconLeftClickOutlinedFilled.tsx b/src/IconLeftClickOutlinedFilled.tsx index 6235dae24..bef784165 100644 --- a/src/IconLeftClickOutlinedFilled.tsx +++ b/src/IconLeftClickOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLeftClickOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftClickOutlinedFilled as default } diff --git a/src/IconLeftClickRounded.tsx b/src/IconLeftClickRounded.tsx index ed698eb81..28a67de01 100644 --- a/src/IconLeftClickRounded.tsx +++ b/src/IconLeftClickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickRounded: React.FC = ({ ...props }) => ( +export const IconLeftClickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftClickRounded as default } diff --git a/src/IconLeftClickRoundedFilled.tsx b/src/IconLeftClickRoundedFilled.tsx index befc30d8c..25eb55f2f 100644 --- a/src/IconLeftClickRoundedFilled.tsx +++ b/src/IconLeftClickRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeftClickRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftClickRoundedFilled as default } diff --git a/src/IconLeftClickSharp.tsx b/src/IconLeftClickSharp.tsx index 36c9d12c7..a0b98b65e 100644 --- a/src/IconLeftClickSharp.tsx +++ b/src/IconLeftClickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickSharp: React.FC = ({ ...props }) => ( +export const IconLeftClickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftClickSharp as default } diff --git a/src/IconLeftClickSharpFilled.tsx b/src/IconLeftClickSharpFilled.tsx index d9c44c6f5..a320f39cf 100644 --- a/src/IconLeftClickSharpFilled.tsx +++ b/src/IconLeftClickSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftClickSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeftClickSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftClickSharpFilled as default } diff --git a/src/IconLeftPanelCloseOutlined.tsx b/src/IconLeftPanelCloseOutlined.tsx index 9becc4f61..e1a2c43e4 100644 --- a/src/IconLeftPanelCloseOutlined.tsx +++ b/src/IconLeftPanelCloseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseOutlined: React.FC = ({ ...props }) => ( +export const IconLeftPanelCloseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelCloseOutlined as default } diff --git a/src/IconLeftPanelCloseOutlinedFilled.tsx b/src/IconLeftPanelCloseOutlinedFilled.tsx index 6426a7b54..0113a321e 100644 --- a/src/IconLeftPanelCloseOutlinedFilled.tsx +++ b/src/IconLeftPanelCloseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseOutlinedFilled: React.FC = ({ +export const IconLeftPanelCloseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLeftPanelCloseOutlinedFilled: React.FC = ({ ) - -export { IconLeftPanelCloseOutlinedFilled as default } diff --git a/src/IconLeftPanelCloseRounded.tsx b/src/IconLeftPanelCloseRounded.tsx index e62f1c7f0..8b49c6f5c 100644 --- a/src/IconLeftPanelCloseRounded.tsx +++ b/src/IconLeftPanelCloseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseRounded: React.FC = ({ ...props }) => ( +export const IconLeftPanelCloseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelCloseRounded as default } diff --git a/src/IconLeftPanelCloseRoundedFilled.tsx b/src/IconLeftPanelCloseRoundedFilled.tsx index 13477ccf2..8d7cf8c61 100644 --- a/src/IconLeftPanelCloseRoundedFilled.tsx +++ b/src/IconLeftPanelCloseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeftPanelCloseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelCloseRoundedFilled as default } diff --git a/src/IconLeftPanelCloseSharp.tsx b/src/IconLeftPanelCloseSharp.tsx index d8b1eb8d2..7f74b4f76 100644 --- a/src/IconLeftPanelCloseSharp.tsx +++ b/src/IconLeftPanelCloseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseSharp: React.FC = ({ ...props }) => ( +export const IconLeftPanelCloseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftPanelCloseSharp as default } diff --git a/src/IconLeftPanelCloseSharpFilled.tsx b/src/IconLeftPanelCloseSharpFilled.tsx index 3edf26ed6..bde27185b 100644 --- a/src/IconLeftPanelCloseSharpFilled.tsx +++ b/src/IconLeftPanelCloseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeftPanelCloseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelCloseSharpFilled as default } diff --git a/src/IconLeftPanelOpenOutlined.tsx b/src/IconLeftPanelOpenOutlined.tsx index e42ef1447..41cb465ad 100644 --- a/src/IconLeftPanelOpenOutlined.tsx +++ b/src/IconLeftPanelOpenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenOutlined: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenOutlined as default } diff --git a/src/IconLeftPanelOpenOutlinedFilled.tsx b/src/IconLeftPanelOpenOutlinedFilled.tsx index b301bca8f..ca7bf93c9 100644 --- a/src/IconLeftPanelOpenOutlinedFilled.tsx +++ b/src/IconLeftPanelOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenOutlinedFilled as default } diff --git a/src/IconLeftPanelOpenRounded.tsx b/src/IconLeftPanelOpenRounded.tsx index 3b4e17f33..6cd111587 100644 --- a/src/IconLeftPanelOpenRounded.tsx +++ b/src/IconLeftPanelOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenRounded: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenRounded as default } diff --git a/src/IconLeftPanelOpenRoundedFilled.tsx b/src/IconLeftPanelOpenRoundedFilled.tsx index d5470e497..0bb84c3ff 100644 --- a/src/IconLeftPanelOpenRoundedFilled.tsx +++ b/src/IconLeftPanelOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenRoundedFilled as default } diff --git a/src/IconLeftPanelOpenSharp.tsx b/src/IconLeftPanelOpenSharp.tsx index 1873fc3cd..4761287dd 100644 --- a/src/IconLeftPanelOpenSharp.tsx +++ b/src/IconLeftPanelOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenSharp: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenSharp as default } diff --git a/src/IconLeftPanelOpenSharpFilled.tsx b/src/IconLeftPanelOpenSharpFilled.tsx index 3a4c65dcd..ef728fd0d 100644 --- a/src/IconLeftPanelOpenSharpFilled.tsx +++ b/src/IconLeftPanelOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLeftPanelOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconLeftPanelOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLeftPanelOpenSharpFilled as default } diff --git a/src/IconLegendToggleOutlined.tsx b/src/IconLegendToggleOutlined.tsx index 3bde0d242..39296b31e 100644 --- a/src/IconLegendToggleOutlined.tsx +++ b/src/IconLegendToggleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleOutlined: React.FC = ({ ...props }) => ( +export const IconLegendToggleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLegendToggleOutlined as default } diff --git a/src/IconLegendToggleOutlinedFilled.tsx b/src/IconLegendToggleOutlinedFilled.tsx index 024e201d4..3e80eae5a 100644 --- a/src/IconLegendToggleOutlinedFilled.tsx +++ b/src/IconLegendToggleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLegendToggleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLegendToggleOutlinedFilled as default } diff --git a/src/IconLegendToggleRounded.tsx b/src/IconLegendToggleRounded.tsx index 88d547c35..e34a7dec6 100644 --- a/src/IconLegendToggleRounded.tsx +++ b/src/IconLegendToggleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleRounded: React.FC = ({ ...props }) => ( +export const IconLegendToggleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLegendToggleRounded as default } diff --git a/src/IconLegendToggleRoundedFilled.tsx b/src/IconLegendToggleRoundedFilled.tsx index a5aa426e0..131c5d6b8 100644 --- a/src/IconLegendToggleRoundedFilled.tsx +++ b/src/IconLegendToggleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLegendToggleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLegendToggleRoundedFilled as default } diff --git a/src/IconLegendToggleSharp.tsx b/src/IconLegendToggleSharp.tsx index da5c47aff..a09858d21 100644 --- a/src/IconLegendToggleSharp.tsx +++ b/src/IconLegendToggleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleSharp: React.FC = ({ ...props }) => ( +export const IconLegendToggleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLegendToggleSharp as default } diff --git a/src/IconLegendToggleSharpFilled.tsx b/src/IconLegendToggleSharpFilled.tsx index 999792ba2..656e9fc84 100644 --- a/src/IconLegendToggleSharpFilled.tsx +++ b/src/IconLegendToggleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLegendToggleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLegendToggleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLegendToggleSharpFilled as default } diff --git a/src/IconLensBlurOutlined.tsx b/src/IconLensBlurOutlined.tsx index ec6eebc09..f535667ab 100644 --- a/src/IconLensBlurOutlined.tsx +++ b/src/IconLensBlurOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurOutlined: React.FC = ({ ...props }) => ( +export const IconLensBlurOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLensBlurOutlined as default } diff --git a/src/IconLensBlurOutlinedFilled.tsx b/src/IconLensBlurOutlinedFilled.tsx index e293050cf..8f31f6ec4 100644 --- a/src/IconLensBlurOutlinedFilled.tsx +++ b/src/IconLensBlurOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLensBlurOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLensBlurOutlinedFilled as default } diff --git a/src/IconLensBlurRounded.tsx b/src/IconLensBlurRounded.tsx index e0472ee0a..c211739f0 100644 --- a/src/IconLensBlurRounded.tsx +++ b/src/IconLensBlurRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurRounded: React.FC = ({ ...props }) => ( +export const IconLensBlurRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLensBlurRounded as default } diff --git a/src/IconLensBlurRoundedFilled.tsx b/src/IconLensBlurRoundedFilled.tsx index 6509b7ea2..4fd9a9688 100644 --- a/src/IconLensBlurRoundedFilled.tsx +++ b/src/IconLensBlurRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLensBlurRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLensBlurRoundedFilled as default } diff --git a/src/IconLensBlurSharp.tsx b/src/IconLensBlurSharp.tsx index 947f2faf2..f66b1dc53 100644 --- a/src/IconLensBlurSharp.tsx +++ b/src/IconLensBlurSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurSharp: React.FC = ({ ...props }) => ( +export const IconLensBlurSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLensBlurSharp as default } diff --git a/src/IconLensBlurSharpFilled.tsx b/src/IconLensBlurSharpFilled.tsx index 72278a376..d168fcaad 100644 --- a/src/IconLensBlurSharpFilled.tsx +++ b/src/IconLensBlurSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLensBlurSharpFilled: React.FC = ({ ...props }) => ( +export const IconLensBlurSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLensBlurSharpFilled as default } diff --git a/src/IconLetterSwitchOutlined.tsx b/src/IconLetterSwitchOutlined.tsx index d1d5e174f..f9731125c 100644 --- a/src/IconLetterSwitchOutlined.tsx +++ b/src/IconLetterSwitchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchOutlined: React.FC = ({ ...props }) => ( +export const IconLetterSwitchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchOutlined as default } diff --git a/src/IconLetterSwitchOutlinedFilled.tsx b/src/IconLetterSwitchOutlinedFilled.tsx index e471a8e01..b81319b43 100644 --- a/src/IconLetterSwitchOutlinedFilled.tsx +++ b/src/IconLetterSwitchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLetterSwitchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchOutlinedFilled as default } diff --git a/src/IconLetterSwitchRounded.tsx b/src/IconLetterSwitchRounded.tsx index 7dca7509a..f67d7785d 100644 --- a/src/IconLetterSwitchRounded.tsx +++ b/src/IconLetterSwitchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchRounded: React.FC = ({ ...props }) => ( +export const IconLetterSwitchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchRounded as default } diff --git a/src/IconLetterSwitchRoundedFilled.tsx b/src/IconLetterSwitchRoundedFilled.tsx index 3afc80652..5b8c2f61e 100644 --- a/src/IconLetterSwitchRoundedFilled.tsx +++ b/src/IconLetterSwitchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLetterSwitchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchRoundedFilled as default } diff --git a/src/IconLetterSwitchSharp.tsx b/src/IconLetterSwitchSharp.tsx index 220d1d523..d26797081 100644 --- a/src/IconLetterSwitchSharp.tsx +++ b/src/IconLetterSwitchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchSharp: React.FC = ({ ...props }) => ( +export const IconLetterSwitchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchSharp as default } diff --git a/src/IconLetterSwitchSharpFilled.tsx b/src/IconLetterSwitchSharpFilled.tsx index 3c2de791a..b78f6e1d5 100644 --- a/src/IconLetterSwitchSharpFilled.tsx +++ b/src/IconLetterSwitchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLetterSwitchSharpFilled: React.FC = ({ ...props }) => ( +export const IconLetterSwitchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLetterSwitchSharpFilled as default } diff --git a/src/IconLibraryAddCheckOutlined.tsx b/src/IconLibraryAddCheckOutlined.tsx index a803f57f0..57470bd75 100644 --- a/src/IconLibraryAddCheckOutlined.tsx +++ b/src/IconLibraryAddCheckOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckOutlined: React.FC = ({ ...props }) => ( +export const IconLibraryAddCheckOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddCheckOutlined as default } diff --git a/src/IconLibraryAddCheckOutlinedFilled.tsx b/src/IconLibraryAddCheckOutlinedFilled.tsx index 7ea151d45..537b02912 100644 --- a/src/IconLibraryAddCheckOutlinedFilled.tsx +++ b/src/IconLibraryAddCheckOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckOutlinedFilled: React.FC = ({ +export const IconLibraryAddCheckOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLibraryAddCheckOutlinedFilled: React.FC = ({ ) - -export { IconLibraryAddCheckOutlinedFilled as default } diff --git a/src/IconLibraryAddCheckRounded.tsx b/src/IconLibraryAddCheckRounded.tsx index a48a02579..88a3e8e21 100644 --- a/src/IconLibraryAddCheckRounded.tsx +++ b/src/IconLibraryAddCheckRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckRounded: React.FC = ({ ...props }) => ( +export const IconLibraryAddCheckRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddCheckRounded as default } diff --git a/src/IconLibraryAddCheckRoundedFilled.tsx b/src/IconLibraryAddCheckRoundedFilled.tsx index cafaa9843..757d260d0 100644 --- a/src/IconLibraryAddCheckRoundedFilled.tsx +++ b/src/IconLibraryAddCheckRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckRoundedFilled: React.FC = ({ +export const IconLibraryAddCheckRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLibraryAddCheckRoundedFilled: React.FC = ({ ) - -export { IconLibraryAddCheckRoundedFilled as default } diff --git a/src/IconLibraryAddCheckSharp.tsx b/src/IconLibraryAddCheckSharp.tsx index 536db02a0..c053aac52 100644 --- a/src/IconLibraryAddCheckSharp.tsx +++ b/src/IconLibraryAddCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckSharp: React.FC = ({ ...props }) => ( +export const IconLibraryAddCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryAddCheckSharp as default } diff --git a/src/IconLibraryAddCheckSharpFilled.tsx b/src/IconLibraryAddCheckSharpFilled.tsx index c512f2c07..7d430a330 100644 --- a/src/IconLibraryAddCheckSharpFilled.tsx +++ b/src/IconLibraryAddCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconLibraryAddCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddCheckSharpFilled as default } diff --git a/src/IconLibraryAddOutlined.tsx b/src/IconLibraryAddOutlined.tsx index 79324ec24..f4ef25697 100644 --- a/src/IconLibraryAddOutlined.tsx +++ b/src/IconLibraryAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddOutlined: React.FC = ({ ...props }) => ( +export const IconLibraryAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryAddOutlined as default } diff --git a/src/IconLibraryAddOutlinedFilled.tsx b/src/IconLibraryAddOutlinedFilled.tsx index 181c08038..c47839306 100644 --- a/src/IconLibraryAddOutlinedFilled.tsx +++ b/src/IconLibraryAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddOutlinedFilled as default } diff --git a/src/IconLibraryAddRounded.tsx b/src/IconLibraryAddRounded.tsx index 135d56fd6..2483b8673 100644 --- a/src/IconLibraryAddRounded.tsx +++ b/src/IconLibraryAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddRounded: React.FC = ({ ...props }) => ( +export const IconLibraryAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryAddRounded as default } diff --git a/src/IconLibraryAddRoundedFilled.tsx b/src/IconLibraryAddRoundedFilled.tsx index a8efde00a..c7d2f1085 100644 --- a/src/IconLibraryAddRoundedFilled.tsx +++ b/src/IconLibraryAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddRoundedFilled as default } diff --git a/src/IconLibraryAddSharp.tsx b/src/IconLibraryAddSharp.tsx index e58880540..b79a43e1a 100644 --- a/src/IconLibraryAddSharp.tsx +++ b/src/IconLibraryAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddSharp: React.FC = ({ ...props }) => ( +export const IconLibraryAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryAddSharp as default } diff --git a/src/IconLibraryAddSharpFilled.tsx b/src/IconLibraryAddSharpFilled.tsx index 795e087a8..bfaa8a5a5 100644 --- a/src/IconLibraryAddSharpFilled.tsx +++ b/src/IconLibraryAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconLibraryAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryAddSharpFilled as default } diff --git a/src/IconLibraryBooksOutlined.tsx b/src/IconLibraryBooksOutlined.tsx index ad2920fce..d2d36a497 100644 --- a/src/IconLibraryBooksOutlined.tsx +++ b/src/IconLibraryBooksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksOutlined: React.FC = ({ ...props }) => ( +export const IconLibraryBooksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksOutlined as default } diff --git a/src/IconLibraryBooksOutlinedFilled.tsx b/src/IconLibraryBooksOutlinedFilled.tsx index bd155550c..d5f859f77 100644 --- a/src/IconLibraryBooksOutlinedFilled.tsx +++ b/src/IconLibraryBooksOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryBooksOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksOutlinedFilled as default } diff --git a/src/IconLibraryBooksRounded.tsx b/src/IconLibraryBooksRounded.tsx index 74b4192ef..fbb846dba 100644 --- a/src/IconLibraryBooksRounded.tsx +++ b/src/IconLibraryBooksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksRounded: React.FC = ({ ...props }) => ( +export const IconLibraryBooksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksRounded as default } diff --git a/src/IconLibraryBooksRoundedFilled.tsx b/src/IconLibraryBooksRoundedFilled.tsx index a1f4b3bd9..67ad3cbf0 100644 --- a/src/IconLibraryBooksRoundedFilled.tsx +++ b/src/IconLibraryBooksRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryBooksRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksRoundedFilled as default } diff --git a/src/IconLibraryBooksSharp.tsx b/src/IconLibraryBooksSharp.tsx index 51ce2a615..995910ef2 100644 --- a/src/IconLibraryBooksSharp.tsx +++ b/src/IconLibraryBooksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksSharp: React.FC = ({ ...props }) => ( +export const IconLibraryBooksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksSharp as default } diff --git a/src/IconLibraryBooksSharpFilled.tsx b/src/IconLibraryBooksSharpFilled.tsx index 5975f7c80..b37b3c291 100644 --- a/src/IconLibraryBooksSharpFilled.tsx +++ b/src/IconLibraryBooksSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryBooksSharpFilled: React.FC = ({ ...props }) => ( +export const IconLibraryBooksSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryBooksSharpFilled as default } diff --git a/src/IconLibraryMusicOutlined.tsx b/src/IconLibraryMusicOutlined.tsx index bd0538694..348cca0bb 100644 --- a/src/IconLibraryMusicOutlined.tsx +++ b/src/IconLibraryMusicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicOutlined: React.FC = ({ ...props }) => ( +export const IconLibraryMusicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicOutlined as default } diff --git a/src/IconLibraryMusicOutlinedFilled.tsx b/src/IconLibraryMusicOutlinedFilled.tsx index 2ef23768b..9d66bbc5a 100644 --- a/src/IconLibraryMusicOutlinedFilled.tsx +++ b/src/IconLibraryMusicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryMusicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicOutlinedFilled as default } diff --git a/src/IconLibraryMusicRounded.tsx b/src/IconLibraryMusicRounded.tsx index 09f1a7fb3..3fc6fc173 100644 --- a/src/IconLibraryMusicRounded.tsx +++ b/src/IconLibraryMusicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicRounded: React.FC = ({ ...props }) => ( +export const IconLibraryMusicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicRounded as default } diff --git a/src/IconLibraryMusicRoundedFilled.tsx b/src/IconLibraryMusicRoundedFilled.tsx index 2a28c6aa5..cab8042bf 100644 --- a/src/IconLibraryMusicRoundedFilled.tsx +++ b/src/IconLibraryMusicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLibraryMusicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicRoundedFilled as default } diff --git a/src/IconLibraryMusicSharp.tsx b/src/IconLibraryMusicSharp.tsx index 73c8b8bd1..46b01d92a 100644 --- a/src/IconLibraryMusicSharp.tsx +++ b/src/IconLibraryMusicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicSharp: React.FC = ({ ...props }) => ( +export const IconLibraryMusicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicSharp as default } diff --git a/src/IconLibraryMusicSharpFilled.tsx b/src/IconLibraryMusicSharpFilled.tsx index f04ff261a..503af9c69 100644 --- a/src/IconLibraryMusicSharpFilled.tsx +++ b/src/IconLibraryMusicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLibraryMusicSharpFilled: React.FC = ({ ...props }) => ( +export const IconLibraryMusicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLibraryMusicSharpFilled as default } diff --git a/src/IconLicenseOutlined.tsx b/src/IconLicenseOutlined.tsx index 52c107c4a..f2ebafc93 100644 --- a/src/IconLicenseOutlined.tsx +++ b/src/IconLicenseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseOutlined: React.FC = ({ ...props }) => ( +export const IconLicenseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLicenseOutlined as default } diff --git a/src/IconLicenseOutlinedFilled.tsx b/src/IconLicenseOutlinedFilled.tsx index a19d61434..ff271f07c 100644 --- a/src/IconLicenseOutlinedFilled.tsx +++ b/src/IconLicenseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLicenseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLicenseOutlinedFilled as default } diff --git a/src/IconLicenseRounded.tsx b/src/IconLicenseRounded.tsx index 6657c03e6..84e6004b1 100644 --- a/src/IconLicenseRounded.tsx +++ b/src/IconLicenseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseRounded: React.FC = ({ ...props }) => ( +export const IconLicenseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLicenseRounded as default } diff --git a/src/IconLicenseRoundedFilled.tsx b/src/IconLicenseRoundedFilled.tsx index 4da22989c..f50544548 100644 --- a/src/IconLicenseRoundedFilled.tsx +++ b/src/IconLicenseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLicenseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLicenseRoundedFilled as default } diff --git a/src/IconLicenseSharp.tsx b/src/IconLicenseSharp.tsx index e63f289e8..a542fcddd 100644 --- a/src/IconLicenseSharp.tsx +++ b/src/IconLicenseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseSharp: React.FC = ({ ...props }) => ( +export const IconLicenseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLicenseSharp as default } diff --git a/src/IconLicenseSharpFilled.tsx b/src/IconLicenseSharpFilled.tsx index b7b757b60..e6db4f5b4 100644 --- a/src/IconLicenseSharpFilled.tsx +++ b/src/IconLicenseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLicenseSharpFilled: React.FC = ({ ...props }) => ( +export const IconLicenseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLicenseSharpFilled as default } diff --git a/src/IconLiftToTalkOutlined.tsx b/src/IconLiftToTalkOutlined.tsx index 433a9fb93..50d9b8fc4 100644 --- a/src/IconLiftToTalkOutlined.tsx +++ b/src/IconLiftToTalkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkOutlined: React.FC = ({ ...props }) => ( +export const IconLiftToTalkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkOutlined as default } diff --git a/src/IconLiftToTalkOutlinedFilled.tsx b/src/IconLiftToTalkOutlinedFilled.tsx index d9fc59a96..8fda603e2 100644 --- a/src/IconLiftToTalkOutlinedFilled.tsx +++ b/src/IconLiftToTalkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLiftToTalkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkOutlinedFilled as default } diff --git a/src/IconLiftToTalkRounded.tsx b/src/IconLiftToTalkRounded.tsx index 4ca994f64..5619bf360 100644 --- a/src/IconLiftToTalkRounded.tsx +++ b/src/IconLiftToTalkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkRounded: React.FC = ({ ...props }) => ( +export const IconLiftToTalkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkRounded as default } diff --git a/src/IconLiftToTalkRoundedFilled.tsx b/src/IconLiftToTalkRoundedFilled.tsx index a0d023364..48690b668 100644 --- a/src/IconLiftToTalkRoundedFilled.tsx +++ b/src/IconLiftToTalkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLiftToTalkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkRoundedFilled as default } diff --git a/src/IconLiftToTalkSharp.tsx b/src/IconLiftToTalkSharp.tsx index 66291bf29..f5244673b 100644 --- a/src/IconLiftToTalkSharp.tsx +++ b/src/IconLiftToTalkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkSharp: React.FC = ({ ...props }) => ( +export const IconLiftToTalkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkSharp as default } diff --git a/src/IconLiftToTalkSharpFilled.tsx b/src/IconLiftToTalkSharpFilled.tsx index c6cc98b52..60df2a078 100644 --- a/src/IconLiftToTalkSharpFilled.tsx +++ b/src/IconLiftToTalkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLiftToTalkSharpFilled: React.FC = ({ ...props }) => ( +export const IconLiftToTalkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLiftToTalkSharpFilled as default } diff --git a/src/IconLightGroupOutlined.tsx b/src/IconLightGroupOutlined.tsx index 15a5f8ae2..5e46fc61e 100644 --- a/src/IconLightGroupOutlined.tsx +++ b/src/IconLightGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupOutlined: React.FC = ({ ...props }) => ( +export const IconLightGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightGroupOutlined as default } diff --git a/src/IconLightGroupOutlinedFilled.tsx b/src/IconLightGroupOutlinedFilled.tsx index 55558e0d9..8babb9920 100644 --- a/src/IconLightGroupOutlinedFilled.tsx +++ b/src/IconLightGroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLightGroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightGroupOutlinedFilled as default } diff --git a/src/IconLightGroupRounded.tsx b/src/IconLightGroupRounded.tsx index 342e84697..94900a9f0 100644 --- a/src/IconLightGroupRounded.tsx +++ b/src/IconLightGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupRounded: React.FC = ({ ...props }) => ( +export const IconLightGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightGroupRounded as default } diff --git a/src/IconLightGroupRoundedFilled.tsx b/src/IconLightGroupRoundedFilled.tsx index edc6df6ee..a698d5750 100644 --- a/src/IconLightGroupRoundedFilled.tsx +++ b/src/IconLightGroupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightGroupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightGroupRoundedFilled as default } diff --git a/src/IconLightGroupSharp.tsx b/src/IconLightGroupSharp.tsx index 24ec4dffb..3248806c3 100644 --- a/src/IconLightGroupSharp.tsx +++ b/src/IconLightGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupSharp: React.FC = ({ ...props }) => ( +export const IconLightGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightGroupSharp as default } diff --git a/src/IconLightGroupSharpFilled.tsx b/src/IconLightGroupSharpFilled.tsx index 09d0262a4..9beafc505 100644 --- a/src/IconLightGroupSharpFilled.tsx +++ b/src/IconLightGroupSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightGroupSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightGroupSharpFilled as default } diff --git a/src/IconLightModeOutlined.tsx b/src/IconLightModeOutlined.tsx index 4a9e3206f..58bf95af5 100644 --- a/src/IconLightModeOutlined.tsx +++ b/src/IconLightModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeOutlined: React.FC = ({ ...props }) => ( +export const IconLightModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightModeOutlined as default } diff --git a/src/IconLightModeOutlinedFilled.tsx b/src/IconLightModeOutlinedFilled.tsx index bee2923d2..4e1d2b924 100644 --- a/src/IconLightModeOutlinedFilled.tsx +++ b/src/IconLightModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLightModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightModeOutlinedFilled as default } diff --git a/src/IconLightModeRounded.tsx b/src/IconLightModeRounded.tsx index 71a3e17b7..1538346b4 100644 --- a/src/IconLightModeRounded.tsx +++ b/src/IconLightModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeRounded: React.FC = ({ ...props }) => ( +export const IconLightModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightModeRounded as default } diff --git a/src/IconLightModeRoundedFilled.tsx b/src/IconLightModeRoundedFilled.tsx index 26d945287..c18656c7a 100644 --- a/src/IconLightModeRoundedFilled.tsx +++ b/src/IconLightModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightModeRoundedFilled as default } diff --git a/src/IconLightModeSharp.tsx b/src/IconLightModeSharp.tsx index d554ca430..a78176ad1 100644 --- a/src/IconLightModeSharp.tsx +++ b/src/IconLightModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeSharp: React.FC = ({ ...props }) => ( +export const IconLightModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightModeSharp as default } diff --git a/src/IconLightModeSharpFilled.tsx b/src/IconLightModeSharpFilled.tsx index a7e0bbaa9..63a3ef5e3 100644 --- a/src/IconLightModeSharpFilled.tsx +++ b/src/IconLightModeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightModeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightModeSharpFilled as default } diff --git a/src/IconLightOffOutlined.tsx b/src/IconLightOffOutlined.tsx index 08cdde15e..da5abf196 100644 --- a/src/IconLightOffOutlined.tsx +++ b/src/IconLightOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffOutlined: React.FC = ({ ...props }) => ( +export const IconLightOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOffOutlined as default } diff --git a/src/IconLightOffOutlinedFilled.tsx b/src/IconLightOffOutlinedFilled.tsx index 3963ce0e0..e292f8ddf 100644 --- a/src/IconLightOffOutlinedFilled.tsx +++ b/src/IconLightOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLightOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightOffOutlinedFilled as default } diff --git a/src/IconLightOffRounded.tsx b/src/IconLightOffRounded.tsx index 46149d6bd..68706540c 100644 --- a/src/IconLightOffRounded.tsx +++ b/src/IconLightOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffRounded: React.FC = ({ ...props }) => ( +export const IconLightOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOffRounded as default } diff --git a/src/IconLightOffRoundedFilled.tsx b/src/IconLightOffRoundedFilled.tsx index 970f767eb..b028a8a29 100644 --- a/src/IconLightOffRoundedFilled.tsx +++ b/src/IconLightOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightOffRoundedFilled as default } diff --git a/src/IconLightOffSharp.tsx b/src/IconLightOffSharp.tsx index 5aa40cea2..655552a8c 100644 --- a/src/IconLightOffSharp.tsx +++ b/src/IconLightOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffSharp: React.FC = ({ ...props }) => ( +export const IconLightOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOffSharp as default } diff --git a/src/IconLightOffSharpFilled.tsx b/src/IconLightOffSharpFilled.tsx index a840e597e..d505e7469 100644 --- a/src/IconLightOffSharpFilled.tsx +++ b/src/IconLightOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOffSharpFilled as default } diff --git a/src/IconLightOutlined.tsx b/src/IconLightOutlined.tsx index 840734058..3f22b00d4 100644 --- a/src/IconLightOutlined.tsx +++ b/src/IconLightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOutlined: React.FC = ({ ...props }) => ( +export const IconLightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOutlined as default } diff --git a/src/IconLightOutlinedFilled.tsx b/src/IconLightOutlinedFilled.tsx index 74f3664bb..e6dd38852 100644 --- a/src/IconLightOutlinedFilled.tsx +++ b/src/IconLightOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLightOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightOutlinedFilled as default } diff --git a/src/IconLightRounded.tsx b/src/IconLightRounded.tsx index 769c9cb76..213088cdd 100644 --- a/src/IconLightRounded.tsx +++ b/src/IconLightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightRounded: React.FC = ({ ...props }) => ( +export const IconLightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightRounded as default } diff --git a/src/IconLightRoundedFilled.tsx b/src/IconLightRoundedFilled.tsx index fb3fa16aa..24f4b8d93 100644 --- a/src/IconLightRoundedFilled.tsx +++ b/src/IconLightRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightRoundedFilled as default } diff --git a/src/IconLightSharp.tsx b/src/IconLightSharp.tsx index 2a5c656b3..fd80adfd5 100644 --- a/src/IconLightSharp.tsx +++ b/src/IconLightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightSharp: React.FC = ({ ...props }) => ( +export const IconLightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightSharp as default } diff --git a/src/IconLightSharpFilled.tsx b/src/IconLightSharpFilled.tsx index 25171a932..f8d57f504 100644 --- a/src/IconLightSharpFilled.tsx +++ b/src/IconLightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightSharpFilled as default } diff --git a/src/IconLightbulb2Outlined.tsx b/src/IconLightbulb2Outlined.tsx new file mode 100644 index 000000000..8978b6745 --- /dev/null +++ b/src/IconLightbulb2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulb2OutlinedFilled.tsx b/src/IconLightbulb2OutlinedFilled.tsx new file mode 100644 index 000000000..66311e134 --- /dev/null +++ b/src/IconLightbulb2OutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2OutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulb2Rounded.tsx b/src/IconLightbulb2Rounded.tsx new file mode 100644 index 000000000..b69f95f1f --- /dev/null +++ b/src/IconLightbulb2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulb2RoundedFilled.tsx b/src/IconLightbulb2RoundedFilled.tsx new file mode 100644 index 000000000..d00270e27 --- /dev/null +++ b/src/IconLightbulb2RoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2RoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulb2Sharp.tsx b/src/IconLightbulb2Sharp.tsx new file mode 100644 index 000000000..161f49fab --- /dev/null +++ b/src/IconLightbulb2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulb2SharpFilled.tsx b/src/IconLightbulb2SharpFilled.tsx new file mode 100644 index 000000000..0123acb37 --- /dev/null +++ b/src/IconLightbulb2SharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconLightbulb2SharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconLightbulbCircleOutlined.tsx b/src/IconLightbulbCircleOutlined.tsx index f1f71893d..075799779 100644 --- a/src/IconLightbulbCircleOutlined.tsx +++ b/src/IconLightbulbCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleOutlined: React.FC = ({ ...props }) => ( +export const IconLightbulbCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightbulbCircleOutlined as default } diff --git a/src/IconLightbulbCircleOutlinedFilled.tsx b/src/IconLightbulbCircleOutlinedFilled.tsx index c9835bbd1..9d92a3f69 100644 --- a/src/IconLightbulbCircleOutlinedFilled.tsx +++ b/src/IconLightbulbCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleOutlinedFilled: React.FC = ({ +export const IconLightbulbCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLightbulbCircleOutlinedFilled: React.FC = ({ ) - -export { IconLightbulbCircleOutlinedFilled as default } diff --git a/src/IconLightbulbCircleRounded.tsx b/src/IconLightbulbCircleRounded.tsx index 8c9d45003..900738f44 100644 --- a/src/IconLightbulbCircleRounded.tsx +++ b/src/IconLightbulbCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleRounded: React.FC = ({ ...props }) => ( +export const IconLightbulbCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightbulbCircleRounded as default } diff --git a/src/IconLightbulbCircleRoundedFilled.tsx b/src/IconLightbulbCircleRoundedFilled.tsx index bfb3eb0f8..c486bcda4 100644 --- a/src/IconLightbulbCircleRoundedFilled.tsx +++ b/src/IconLightbulbCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleRoundedFilled: React.FC = ({ +export const IconLightbulbCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLightbulbCircleRoundedFilled: React.FC = ({ ) - -export { IconLightbulbCircleRoundedFilled as default } diff --git a/src/IconLightbulbCircleSharp.tsx b/src/IconLightbulbCircleSharp.tsx index 8cbf06452..e522aac99 100644 --- a/src/IconLightbulbCircleSharp.tsx +++ b/src/IconLightbulbCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleSharp: React.FC = ({ ...props }) => ( +export const IconLightbulbCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightbulbCircleSharp as default } diff --git a/src/IconLightbulbCircleSharpFilled.tsx b/src/IconLightbulbCircleSharpFilled.tsx index ee19871e0..f522207c0 100644 --- a/src/IconLightbulbCircleSharpFilled.tsx +++ b/src/IconLightbulbCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightbulbCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightbulbCircleSharpFilled as default } diff --git a/src/IconLightbulbOutlined.tsx b/src/IconLightbulbOutlined.tsx index a9320b1f0..82e16e8e3 100644 --- a/src/IconLightbulbOutlined.tsx +++ b/src/IconLightbulbOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbOutlined: React.FC = ({ ...props }) => ( +export const IconLightbulbOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightbulbOutlined as default } diff --git a/src/IconLightbulbOutlinedFilled.tsx b/src/IconLightbulbOutlinedFilled.tsx index 986e2a9bf..138a8178a 100644 --- a/src/IconLightbulbOutlinedFilled.tsx +++ b/src/IconLightbulbOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLightbulbOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightbulbOutlinedFilled as default } diff --git a/src/IconLightbulbRounded.tsx b/src/IconLightbulbRounded.tsx index cd0ecf6b9..872642c7b 100644 --- a/src/IconLightbulbRounded.tsx +++ b/src/IconLightbulbRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbRounded: React.FC = ({ ...props }) => ( +export const IconLightbulbRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightbulbRounded as default } diff --git a/src/IconLightbulbRoundedFilled.tsx b/src/IconLightbulbRoundedFilled.tsx index 441e7175a..db5062cc8 100644 --- a/src/IconLightbulbRoundedFilled.tsx +++ b/src/IconLightbulbRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightbulbRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightbulbRoundedFilled as default } diff --git a/src/IconLightbulbSharp.tsx b/src/IconLightbulbSharp.tsx index 2834105d4..2f5937734 100644 --- a/src/IconLightbulbSharp.tsx +++ b/src/IconLightbulbSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbSharp: React.FC = ({ ...props }) => ( +export const IconLightbulbSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightbulbSharp as default } diff --git a/src/IconLightbulbSharpFilled.tsx b/src/IconLightbulbSharpFilled.tsx index c1cb057f4..0ade5eb6a 100644 --- a/src/IconLightbulbSharpFilled.tsx +++ b/src/IconLightbulbSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightbulbSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightbulbSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightbulbSharpFilled as default } diff --git a/src/IconLightningStandOutlined.tsx b/src/IconLightningStandOutlined.tsx index 7e12fb873..17fdb3cde 100644 --- a/src/IconLightningStandOutlined.tsx +++ b/src/IconLightningStandOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandOutlined: React.FC = ({ ...props }) => ( +export const IconLightningStandOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightningStandOutlined as default } diff --git a/src/IconLightningStandOutlinedFilled.tsx b/src/IconLightningStandOutlinedFilled.tsx index 05d751637..21ae9cdb9 100644 --- a/src/IconLightningStandOutlinedFilled.tsx +++ b/src/IconLightningStandOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandOutlinedFilled: React.FC = ({ +export const IconLightningStandOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLightningStandOutlinedFilled: React.FC = ({ ) - -export { IconLightningStandOutlinedFilled as default } diff --git a/src/IconLightningStandRounded.tsx b/src/IconLightningStandRounded.tsx index fd31a7027..6f9adb377 100644 --- a/src/IconLightningStandRounded.tsx +++ b/src/IconLightningStandRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandRounded: React.FC = ({ ...props }) => ( +export const IconLightningStandRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightningStandRounded as default } diff --git a/src/IconLightningStandRoundedFilled.tsx b/src/IconLightningStandRoundedFilled.tsx index 40eba337c..54e13f483 100644 --- a/src/IconLightningStandRoundedFilled.tsx +++ b/src/IconLightningStandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLightningStandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightningStandRoundedFilled as default } diff --git a/src/IconLightningStandSharp.tsx b/src/IconLightningStandSharp.tsx index 8a569f662..ee2120e15 100644 --- a/src/IconLightningStandSharp.tsx +++ b/src/IconLightningStandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandSharp: React.FC = ({ ...props }) => ( +export const IconLightningStandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLightningStandSharp as default } diff --git a/src/IconLightningStandSharpFilled.tsx b/src/IconLightningStandSharpFilled.tsx index 6e28ad4ad..19376780c 100644 --- a/src/IconLightningStandSharpFilled.tsx +++ b/src/IconLightningStandSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLightningStandSharpFilled: React.FC = ({ ...props }) => ( +export const IconLightningStandSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLightningStandSharpFilled as default } diff --git a/src/IconLineAxisOutlined.tsx b/src/IconLineAxisOutlined.tsx index 01b6dd050..a9dc47e57 100644 --- a/src/IconLineAxisOutlined.tsx +++ b/src/IconLineAxisOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisOutlined: React.FC = ({ ...props }) => ( +export const IconLineAxisOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineAxisOutlined as default } diff --git a/src/IconLineAxisOutlinedFilled.tsx b/src/IconLineAxisOutlinedFilled.tsx index 9fb5fd85c..edcfb5d08 100644 --- a/src/IconLineAxisOutlinedFilled.tsx +++ b/src/IconLineAxisOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineAxisOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineAxisOutlinedFilled as default } diff --git a/src/IconLineAxisRounded.tsx b/src/IconLineAxisRounded.tsx index 7fdba8b77..f94c5f8c1 100644 --- a/src/IconLineAxisRounded.tsx +++ b/src/IconLineAxisRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisRounded: React.FC = ({ ...props }) => ( +export const IconLineAxisRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineAxisRounded as default } diff --git a/src/IconLineAxisRoundedFilled.tsx b/src/IconLineAxisRoundedFilled.tsx index fda9d48ac..43ce19509 100644 --- a/src/IconLineAxisRoundedFilled.tsx +++ b/src/IconLineAxisRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineAxisRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineAxisRoundedFilled as default } diff --git a/src/IconLineAxisSharp.tsx b/src/IconLineAxisSharp.tsx index 3f417652f..aa9cbf41f 100644 --- a/src/IconLineAxisSharp.tsx +++ b/src/IconLineAxisSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisSharp: React.FC = ({ ...props }) => ( +export const IconLineAxisSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineAxisSharp as default } diff --git a/src/IconLineAxisSharpFilled.tsx b/src/IconLineAxisSharpFilled.tsx index 210da9f63..3fe3de529 100644 --- a/src/IconLineAxisSharpFilled.tsx +++ b/src/IconLineAxisSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineAxisSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineAxisSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineAxisSharpFilled as default } diff --git a/src/IconLineCurveOutlined.tsx b/src/IconLineCurveOutlined.tsx index 8014fabee..a87942081 100644 --- a/src/IconLineCurveOutlined.tsx +++ b/src/IconLineCurveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveOutlined: React.FC = ({ ...props }) => ( +export const IconLineCurveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineCurveOutlined as default } diff --git a/src/IconLineCurveOutlinedFilled.tsx b/src/IconLineCurveOutlinedFilled.tsx index a8ca4a734..50b69da83 100644 --- a/src/IconLineCurveOutlinedFilled.tsx +++ b/src/IconLineCurveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineCurveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineCurveOutlinedFilled as default } diff --git a/src/IconLineCurveRounded.tsx b/src/IconLineCurveRounded.tsx index f38920da5..20886066a 100644 --- a/src/IconLineCurveRounded.tsx +++ b/src/IconLineCurveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveRounded: React.FC = ({ ...props }) => ( +export const IconLineCurveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineCurveRounded as default } diff --git a/src/IconLineCurveRoundedFilled.tsx b/src/IconLineCurveRoundedFilled.tsx index b311af8da..5146ea6a4 100644 --- a/src/IconLineCurveRoundedFilled.tsx +++ b/src/IconLineCurveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineCurveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineCurveRoundedFilled as default } diff --git a/src/IconLineCurveSharp.tsx b/src/IconLineCurveSharp.tsx index d10e314e1..f4a52398d 100644 --- a/src/IconLineCurveSharp.tsx +++ b/src/IconLineCurveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveSharp: React.FC = ({ ...props }) => ( +export const IconLineCurveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineCurveSharp as default } diff --git a/src/IconLineCurveSharpFilled.tsx b/src/IconLineCurveSharpFilled.tsx index 64057703a..52d9fe1b0 100644 --- a/src/IconLineCurveSharpFilled.tsx +++ b/src/IconLineCurveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineCurveSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineCurveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineCurveSharpFilled as default } diff --git a/src/IconLineEndArrowNotchOutlined.tsx b/src/IconLineEndArrowNotchOutlined.tsx index 61ad32f7c..613a8cdaf 100644 --- a/src/IconLineEndArrowNotchOutlined.tsx +++ b/src/IconLineEndArrowNotchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndArrowNotchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowNotchOutlined as default } diff --git a/src/IconLineEndArrowNotchOutlinedFilled.tsx b/src/IconLineEndArrowNotchOutlinedFilled.tsx index f68e0a064..bd4947026 100644 --- a/src/IconLineEndArrowNotchOutlinedFilled.tsx +++ b/src/IconLineEndArrowNotchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchOutlinedFilled: React.FC = ({ +export const IconLineEndArrowNotchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineEndArrowNotchOutlinedFilled: React.FC = ({ ) - -export { IconLineEndArrowNotchOutlinedFilled as default } diff --git a/src/IconLineEndArrowNotchRounded.tsx b/src/IconLineEndArrowNotchRounded.tsx index 9fd165386..d78249568 100644 --- a/src/IconLineEndArrowNotchRounded.tsx +++ b/src/IconLineEndArrowNotchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchRounded: React.FC = ({ ...props }) => ( +export const IconLineEndArrowNotchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowNotchRounded as default } diff --git a/src/IconLineEndArrowNotchRoundedFilled.tsx b/src/IconLineEndArrowNotchRoundedFilled.tsx index 059d3f6df..94f178349 100644 --- a/src/IconLineEndArrowNotchRoundedFilled.tsx +++ b/src/IconLineEndArrowNotchRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchRoundedFilled: React.FC = ({ +export const IconLineEndArrowNotchRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineEndArrowNotchRoundedFilled: React.FC = ({ ) - -export { IconLineEndArrowNotchRoundedFilled as default } diff --git a/src/IconLineEndArrowNotchSharp.tsx b/src/IconLineEndArrowNotchSharp.tsx index a7ee5941d..050eaf52d 100644 --- a/src/IconLineEndArrowNotchSharp.tsx +++ b/src/IconLineEndArrowNotchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchSharp: React.FC = ({ ...props }) => ( +export const IconLineEndArrowNotchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowNotchSharp as default } diff --git a/src/IconLineEndArrowNotchSharpFilled.tsx b/src/IconLineEndArrowNotchSharpFilled.tsx index bcd69973a..03aa995e3 100644 --- a/src/IconLineEndArrowNotchSharpFilled.tsx +++ b/src/IconLineEndArrowNotchSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowNotchSharpFilled: React.FC = ({ +export const IconLineEndArrowNotchSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineEndArrowNotchSharpFilled: React.FC = ({ ) - -export { IconLineEndArrowNotchSharpFilled as default } diff --git a/src/IconLineEndArrowOutlined.tsx b/src/IconLineEndArrowOutlined.tsx index 9e8707914..ce44c8812 100644 --- a/src/IconLineEndArrowOutlined.tsx +++ b/src/IconLineEndArrowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndArrowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowOutlined as default } diff --git a/src/IconLineEndArrowOutlinedFilled.tsx b/src/IconLineEndArrowOutlinedFilled.tsx index 81f7f8f09..1cb84d866 100644 --- a/src/IconLineEndArrowOutlinedFilled.tsx +++ b/src/IconLineEndArrowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndArrowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowOutlinedFilled as default } diff --git a/src/IconLineEndArrowRounded.tsx b/src/IconLineEndArrowRounded.tsx index 81dace4b4..8d4bed4d3 100644 --- a/src/IconLineEndArrowRounded.tsx +++ b/src/IconLineEndArrowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowRounded: React.FC = ({ ...props }) => ( +export const IconLineEndArrowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowRounded as default } diff --git a/src/IconLineEndArrowRoundedFilled.tsx b/src/IconLineEndArrowRoundedFilled.tsx index 3f4b73fd0..36e4cb78e 100644 --- a/src/IconLineEndArrowRoundedFilled.tsx +++ b/src/IconLineEndArrowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndArrowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowRoundedFilled as default } diff --git a/src/IconLineEndArrowSharp.tsx b/src/IconLineEndArrowSharp.tsx index e5960c90f..8d277ed34 100644 --- a/src/IconLineEndArrowSharp.tsx +++ b/src/IconLineEndArrowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowSharp: React.FC = ({ ...props }) => ( +export const IconLineEndArrowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowSharp as default } diff --git a/src/IconLineEndArrowSharpFilled.tsx b/src/IconLineEndArrowSharpFilled.tsx index 2b328c888..2104315a2 100644 --- a/src/IconLineEndArrowSharpFilled.tsx +++ b/src/IconLineEndArrowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndArrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineEndArrowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndArrowSharpFilled as default } diff --git a/src/IconLineEndCircleOutlined.tsx b/src/IconLineEndCircleOutlined.tsx index 88e9c9558..763195273 100644 --- a/src/IconLineEndCircleOutlined.tsx +++ b/src/IconLineEndCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleOutlined as default } diff --git a/src/IconLineEndCircleOutlinedFilled.tsx b/src/IconLineEndCircleOutlinedFilled.tsx index a6e0fc635..9d4d460a7 100644 --- a/src/IconLineEndCircleOutlinedFilled.tsx +++ b/src/IconLineEndCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleOutlinedFilled as default } diff --git a/src/IconLineEndCircleRounded.tsx b/src/IconLineEndCircleRounded.tsx index beff32984..c0f1fef8a 100644 --- a/src/IconLineEndCircleRounded.tsx +++ b/src/IconLineEndCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleRounded: React.FC = ({ ...props }) => ( +export const IconLineEndCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleRounded as default } diff --git a/src/IconLineEndCircleRoundedFilled.tsx b/src/IconLineEndCircleRoundedFilled.tsx index 47b367535..74cddab2e 100644 --- a/src/IconLineEndCircleRoundedFilled.tsx +++ b/src/IconLineEndCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleRoundedFilled as default } diff --git a/src/IconLineEndCircleSharp.tsx b/src/IconLineEndCircleSharp.tsx index 190a17923..9a89d6395 100644 --- a/src/IconLineEndCircleSharp.tsx +++ b/src/IconLineEndCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleSharp: React.FC = ({ ...props }) => ( +export const IconLineEndCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleSharp as default } diff --git a/src/IconLineEndCircleSharpFilled.tsx b/src/IconLineEndCircleSharpFilled.tsx index 8cae5f363..fa1e7163c 100644 --- a/src/IconLineEndCircleSharpFilled.tsx +++ b/src/IconLineEndCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineEndCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndCircleSharpFilled as default } diff --git a/src/IconLineEndDiamondOutlined.tsx b/src/IconLineEndDiamondOutlined.tsx index c62d0d30b..726c959ba 100644 --- a/src/IconLineEndDiamondOutlined.tsx +++ b/src/IconLineEndDiamondOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndDiamondOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndDiamondOutlined as default } diff --git a/src/IconLineEndDiamondOutlinedFilled.tsx b/src/IconLineEndDiamondOutlinedFilled.tsx index 8217cee60..d6890ee99 100644 --- a/src/IconLineEndDiamondOutlinedFilled.tsx +++ b/src/IconLineEndDiamondOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondOutlinedFilled: React.FC = ({ +export const IconLineEndDiamondOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineEndDiamondOutlinedFilled: React.FC = ({ ) - -export { IconLineEndDiamondOutlinedFilled as default } diff --git a/src/IconLineEndDiamondRounded.tsx b/src/IconLineEndDiamondRounded.tsx index 8cacfa60c..4245400f0 100644 --- a/src/IconLineEndDiamondRounded.tsx +++ b/src/IconLineEndDiamondRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondRounded: React.FC = ({ ...props }) => ( +export const IconLineEndDiamondRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndDiamondRounded as default } diff --git a/src/IconLineEndDiamondRoundedFilled.tsx b/src/IconLineEndDiamondRoundedFilled.tsx index cb32de917..dd841addc 100644 --- a/src/IconLineEndDiamondRoundedFilled.tsx +++ b/src/IconLineEndDiamondRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndDiamondRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndDiamondRoundedFilled as default } diff --git a/src/IconLineEndDiamondSharp.tsx b/src/IconLineEndDiamondSharp.tsx index f2fcb4cd2..e70696ead 100644 --- a/src/IconLineEndDiamondSharp.tsx +++ b/src/IconLineEndDiamondSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondSharp: React.FC = ({ ...props }) => ( +export const IconLineEndDiamondSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndDiamondSharp as default } diff --git a/src/IconLineEndDiamondSharpFilled.tsx b/src/IconLineEndDiamondSharpFilled.tsx index 2f0cbd5d3..334a4675d 100644 --- a/src/IconLineEndDiamondSharpFilled.tsx +++ b/src/IconLineEndDiamondSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndDiamondSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineEndDiamondSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndDiamondSharpFilled as default } diff --git a/src/IconLineEndOutlined.tsx b/src/IconLineEndOutlined.tsx index 536b2b766..6b94f8f6c 100644 --- a/src/IconLineEndOutlined.tsx +++ b/src/IconLineEndOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndOutlined as default } diff --git a/src/IconLineEndOutlinedFilled.tsx b/src/IconLineEndOutlinedFilled.tsx index 91452238c..43a87ad18 100644 --- a/src/IconLineEndOutlinedFilled.tsx +++ b/src/IconLineEndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndOutlinedFilled as default } diff --git a/src/IconLineEndRounded.tsx b/src/IconLineEndRounded.tsx index 30352057b..a146ec609 100644 --- a/src/IconLineEndRounded.tsx +++ b/src/IconLineEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndRounded: React.FC = ({ ...props }) => ( +export const IconLineEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndRounded as default } diff --git a/src/IconLineEndRoundedFilled.tsx b/src/IconLineEndRoundedFilled.tsx index 99a604562..30db4f3f1 100644 --- a/src/IconLineEndRoundedFilled.tsx +++ b/src/IconLineEndRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndRoundedFilled as default } diff --git a/src/IconLineEndSharp.tsx b/src/IconLineEndSharp.tsx index cce69f544..6845c8770 100644 --- a/src/IconLineEndSharp.tsx +++ b/src/IconLineEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSharp: React.FC = ({ ...props }) => ( +export const IconLineEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndSharp as default } diff --git a/src/IconLineEndSharpFilled.tsx b/src/IconLineEndSharpFilled.tsx index edee030c1..1c6dabeba 100644 --- a/src/IconLineEndSharpFilled.tsx +++ b/src/IconLineEndSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineEndSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndSharpFilled as default } diff --git a/src/IconLineEndSquareOutlined.tsx b/src/IconLineEndSquareOutlined.tsx index 8ef9c8470..e0dadf81d 100644 --- a/src/IconLineEndSquareOutlined.tsx +++ b/src/IconLineEndSquareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareOutlined: React.FC = ({ ...props }) => ( +export const IconLineEndSquareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareOutlined as default } diff --git a/src/IconLineEndSquareOutlinedFilled.tsx b/src/IconLineEndSquareOutlinedFilled.tsx index bb05a2ffd..e11990506 100644 --- a/src/IconLineEndSquareOutlinedFilled.tsx +++ b/src/IconLineEndSquareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndSquareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareOutlinedFilled as default } diff --git a/src/IconLineEndSquareRounded.tsx b/src/IconLineEndSquareRounded.tsx index cd339b46f..6b6b8c9b1 100644 --- a/src/IconLineEndSquareRounded.tsx +++ b/src/IconLineEndSquareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareRounded: React.FC = ({ ...props }) => ( +export const IconLineEndSquareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareRounded as default } diff --git a/src/IconLineEndSquareRoundedFilled.tsx b/src/IconLineEndSquareRoundedFilled.tsx index 1bdfcbafe..a87f78887 100644 --- a/src/IconLineEndSquareRoundedFilled.tsx +++ b/src/IconLineEndSquareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineEndSquareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareRoundedFilled as default } diff --git a/src/IconLineEndSquareSharp.tsx b/src/IconLineEndSquareSharp.tsx index 9cf44f8fd..7582f33e2 100644 --- a/src/IconLineEndSquareSharp.tsx +++ b/src/IconLineEndSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareSharp: React.FC = ({ ...props }) => ( +export const IconLineEndSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareSharp as default } diff --git a/src/IconLineEndSquareSharpFilled.tsx b/src/IconLineEndSquareSharpFilled.tsx index 366d649b7..e45a31ea9 100644 --- a/src/IconLineEndSquareSharpFilled.tsx +++ b/src/IconLineEndSquareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineEndSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineEndSquareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineEndSquareSharpFilled as default } diff --git a/src/IconLineStartArrowNotchOutlined.tsx b/src/IconLineStartArrowNotchOutlined.tsx index 96ae58b26..6e41486db 100644 --- a/src/IconLineStartArrowNotchOutlined.tsx +++ b/src/IconLineStartArrowNotchOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartArrowNotchOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowNotchOutlined as default } diff --git a/src/IconLineStartArrowNotchOutlinedFilled.tsx b/src/IconLineStartArrowNotchOutlinedFilled.tsx index e1be7dc9f..a6b557258 100644 --- a/src/IconLineStartArrowNotchOutlinedFilled.tsx +++ b/src/IconLineStartArrowNotchOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchOutlinedFilled: React.FC = ({ +export const IconLineStartArrowNotchOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartArrowNotchOutlinedFilled: React.FC = ({ ) - -export { IconLineStartArrowNotchOutlinedFilled as default } diff --git a/src/IconLineStartArrowNotchRounded.tsx b/src/IconLineStartArrowNotchRounded.tsx index 82bbbbc06..c3189929f 100644 --- a/src/IconLineStartArrowNotchRounded.tsx +++ b/src/IconLineStartArrowNotchRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchRounded: React.FC = ({ ...props }) => ( +export const IconLineStartArrowNotchRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowNotchRounded as default } diff --git a/src/IconLineStartArrowNotchRoundedFilled.tsx b/src/IconLineStartArrowNotchRoundedFilled.tsx index 902a29fff..ce7bd8fca 100644 --- a/src/IconLineStartArrowNotchRoundedFilled.tsx +++ b/src/IconLineStartArrowNotchRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchRoundedFilled: React.FC = ({ +export const IconLineStartArrowNotchRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartArrowNotchRoundedFilled: React.FC = ({ ) - -export { IconLineStartArrowNotchRoundedFilled as default } diff --git a/src/IconLineStartArrowNotchSharp.tsx b/src/IconLineStartArrowNotchSharp.tsx index 4b0f827d2..eadf20c8b 100644 --- a/src/IconLineStartArrowNotchSharp.tsx +++ b/src/IconLineStartArrowNotchSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchSharp: React.FC = ({ ...props }) => ( +export const IconLineStartArrowNotchSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowNotchSharp as default } diff --git a/src/IconLineStartArrowNotchSharpFilled.tsx b/src/IconLineStartArrowNotchSharpFilled.tsx index 0b08fc295..714fdba69 100644 --- a/src/IconLineStartArrowNotchSharpFilled.tsx +++ b/src/IconLineStartArrowNotchSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowNotchSharpFilled: React.FC = ({ +export const IconLineStartArrowNotchSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartArrowNotchSharpFilled: React.FC = ({ ) - -export { IconLineStartArrowNotchSharpFilled as default } diff --git a/src/IconLineStartArrowOutlined.tsx b/src/IconLineStartArrowOutlined.tsx index 7298bcb0c..db3170e73 100644 --- a/src/IconLineStartArrowOutlined.tsx +++ b/src/IconLineStartArrowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartArrowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowOutlined as default } diff --git a/src/IconLineStartArrowOutlinedFilled.tsx b/src/IconLineStartArrowOutlinedFilled.tsx index cde1de4af..12b510f15 100644 --- a/src/IconLineStartArrowOutlinedFilled.tsx +++ b/src/IconLineStartArrowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowOutlinedFilled: React.FC = ({ +export const IconLineStartArrowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartArrowOutlinedFilled: React.FC = ({ ) - -export { IconLineStartArrowOutlinedFilled as default } diff --git a/src/IconLineStartArrowRounded.tsx b/src/IconLineStartArrowRounded.tsx index 968cd605a..fe0d5a565 100644 --- a/src/IconLineStartArrowRounded.tsx +++ b/src/IconLineStartArrowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowRounded: React.FC = ({ ...props }) => ( +export const IconLineStartArrowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowRounded as default } diff --git a/src/IconLineStartArrowRoundedFilled.tsx b/src/IconLineStartArrowRoundedFilled.tsx index afe2e99e9..a45247014 100644 --- a/src/IconLineStartArrowRoundedFilled.tsx +++ b/src/IconLineStartArrowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineStartArrowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowRoundedFilled as default } diff --git a/src/IconLineStartArrowSharp.tsx b/src/IconLineStartArrowSharp.tsx index 47ff191e5..24034c2f4 100644 --- a/src/IconLineStartArrowSharp.tsx +++ b/src/IconLineStartArrowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowSharp: React.FC = ({ ...props }) => ( +export const IconLineStartArrowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowSharp as default } diff --git a/src/IconLineStartArrowSharpFilled.tsx b/src/IconLineStartArrowSharpFilled.tsx index bd8e7272a..4b83f97b7 100644 --- a/src/IconLineStartArrowSharpFilled.tsx +++ b/src/IconLineStartArrowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartArrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStartArrowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartArrowSharpFilled as default } diff --git a/src/IconLineStartCircleOutlined.tsx b/src/IconLineStartCircleOutlined.tsx index d56fbaaa9..f02dc9aa7 100644 --- a/src/IconLineStartCircleOutlined.tsx +++ b/src/IconLineStartCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartCircleOutlined as default } diff --git a/src/IconLineStartCircleOutlinedFilled.tsx b/src/IconLineStartCircleOutlinedFilled.tsx index a88320e44..cce865632 100644 --- a/src/IconLineStartCircleOutlinedFilled.tsx +++ b/src/IconLineStartCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleOutlinedFilled: React.FC = ({ +export const IconLineStartCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartCircleOutlinedFilled: React.FC = ({ ) - -export { IconLineStartCircleOutlinedFilled as default } diff --git a/src/IconLineStartCircleRounded.tsx b/src/IconLineStartCircleRounded.tsx index 8e91d2a0d..c3af68196 100644 --- a/src/IconLineStartCircleRounded.tsx +++ b/src/IconLineStartCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleRounded: React.FC = ({ ...props }) => ( +export const IconLineStartCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartCircleRounded as default } diff --git a/src/IconLineStartCircleRoundedFilled.tsx b/src/IconLineStartCircleRoundedFilled.tsx index afd0751bb..c6f63cd09 100644 --- a/src/IconLineStartCircleRoundedFilled.tsx +++ b/src/IconLineStartCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleRoundedFilled: React.FC = ({ +export const IconLineStartCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartCircleRoundedFilled: React.FC = ({ ) - -export { IconLineStartCircleRoundedFilled as default } diff --git a/src/IconLineStartCircleSharp.tsx b/src/IconLineStartCircleSharp.tsx index 1bf28a430..fc989194e 100644 --- a/src/IconLineStartCircleSharp.tsx +++ b/src/IconLineStartCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleSharp: React.FC = ({ ...props }) => ( +export const IconLineStartCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartCircleSharp as default } diff --git a/src/IconLineStartCircleSharpFilled.tsx b/src/IconLineStartCircleSharpFilled.tsx index b60c36bb6..4720eb1c1 100644 --- a/src/IconLineStartCircleSharpFilled.tsx +++ b/src/IconLineStartCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStartCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartCircleSharpFilled as default } diff --git a/src/IconLineStartDiamondOutlined.tsx b/src/IconLineStartDiamondOutlined.tsx index 2b1bfaf9c..3c5bdc3a0 100644 --- a/src/IconLineStartDiamondOutlined.tsx +++ b/src/IconLineStartDiamondOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartDiamondOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartDiamondOutlined as default } diff --git a/src/IconLineStartDiamondOutlinedFilled.tsx b/src/IconLineStartDiamondOutlinedFilled.tsx index 1f65e5f67..098824afd 100644 --- a/src/IconLineStartDiamondOutlinedFilled.tsx +++ b/src/IconLineStartDiamondOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondOutlinedFilled: React.FC = ({ +export const IconLineStartDiamondOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartDiamondOutlinedFilled: React.FC = ({ ) - -export { IconLineStartDiamondOutlinedFilled as default } diff --git a/src/IconLineStartDiamondRounded.tsx b/src/IconLineStartDiamondRounded.tsx index 587380e56..758b46850 100644 --- a/src/IconLineStartDiamondRounded.tsx +++ b/src/IconLineStartDiamondRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondRounded: React.FC = ({ ...props }) => ( +export const IconLineStartDiamondRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartDiamondRounded as default } diff --git a/src/IconLineStartDiamondRoundedFilled.tsx b/src/IconLineStartDiamondRoundedFilled.tsx index 35a757d1d..2a1042e20 100644 --- a/src/IconLineStartDiamondRoundedFilled.tsx +++ b/src/IconLineStartDiamondRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondRoundedFilled: React.FC = ({ +export const IconLineStartDiamondRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartDiamondRoundedFilled: React.FC = ({ ) - -export { IconLineStartDiamondRoundedFilled as default } diff --git a/src/IconLineStartDiamondSharp.tsx b/src/IconLineStartDiamondSharp.tsx index a29ce754a..d3cf8f849 100644 --- a/src/IconLineStartDiamondSharp.tsx +++ b/src/IconLineStartDiamondSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondSharp: React.FC = ({ ...props }) => ( +export const IconLineStartDiamondSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartDiamondSharp as default } diff --git a/src/IconLineStartDiamondSharpFilled.tsx b/src/IconLineStartDiamondSharpFilled.tsx index 6931336a2..2375ba20d 100644 --- a/src/IconLineStartDiamondSharpFilled.tsx +++ b/src/IconLineStartDiamondSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartDiamondSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStartDiamondSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartDiamondSharpFilled as default } diff --git a/src/IconLineStartOutlined.tsx b/src/IconLineStartOutlined.tsx index ea1f93ebf..ffe201b6b 100644 --- a/src/IconLineStartOutlined.tsx +++ b/src/IconLineStartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartOutlined as default } diff --git a/src/IconLineStartOutlinedFilled.tsx b/src/IconLineStartOutlinedFilled.tsx index e6da016c9..ab27c9985 100644 --- a/src/IconLineStartOutlinedFilled.tsx +++ b/src/IconLineStartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineStartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartOutlinedFilled as default } diff --git a/src/IconLineStartRounded.tsx b/src/IconLineStartRounded.tsx index 95b4b097d..283a06a1e 100644 --- a/src/IconLineStartRounded.tsx +++ b/src/IconLineStartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartRounded: React.FC = ({ ...props }) => ( +export const IconLineStartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartRounded as default } diff --git a/src/IconLineStartRoundedFilled.tsx b/src/IconLineStartRoundedFilled.tsx index 343dee20d..0478904bb 100644 --- a/src/IconLineStartRoundedFilled.tsx +++ b/src/IconLineStartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineStartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartRoundedFilled as default } diff --git a/src/IconLineStartSharp.tsx b/src/IconLineStartSharp.tsx index eb99ad2ce..13fc007b1 100644 --- a/src/IconLineStartSharp.tsx +++ b/src/IconLineStartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSharp: React.FC = ({ ...props }) => ( +export const IconLineStartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartSharp as default } diff --git a/src/IconLineStartSharpFilled.tsx b/src/IconLineStartSharpFilled.tsx index 73886eede..53bf9466c 100644 --- a/src/IconLineStartSharpFilled.tsx +++ b/src/IconLineStartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartSharpFilled as default } diff --git a/src/IconLineStartSquareOutlined.tsx b/src/IconLineStartSquareOutlined.tsx index b395fc022..909fd1fdc 100644 --- a/src/IconLineStartSquareOutlined.tsx +++ b/src/IconLineStartSquareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareOutlined: React.FC = ({ ...props }) => ( +export const IconLineStartSquareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartSquareOutlined as default } diff --git a/src/IconLineStartSquareOutlinedFilled.tsx b/src/IconLineStartSquareOutlinedFilled.tsx index 78d49911a..8e03e1b44 100644 --- a/src/IconLineStartSquareOutlinedFilled.tsx +++ b/src/IconLineStartSquareOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareOutlinedFilled: React.FC = ({ +export const IconLineStartSquareOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartSquareOutlinedFilled: React.FC = ({ ) - -export { IconLineStartSquareOutlinedFilled as default } diff --git a/src/IconLineStartSquareRounded.tsx b/src/IconLineStartSquareRounded.tsx index d57effecc..b0a5dacc3 100644 --- a/src/IconLineStartSquareRounded.tsx +++ b/src/IconLineStartSquareRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareRounded: React.FC = ({ ...props }) => ( +export const IconLineStartSquareRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartSquareRounded as default } diff --git a/src/IconLineStartSquareRoundedFilled.tsx b/src/IconLineStartSquareRoundedFilled.tsx index 20ffe6043..b5ef98d77 100644 --- a/src/IconLineStartSquareRoundedFilled.tsx +++ b/src/IconLineStartSquareRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareRoundedFilled: React.FC = ({ +export const IconLineStartSquareRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLineStartSquareRoundedFilled: React.FC = ({ ) - -export { IconLineStartSquareRoundedFilled as default } diff --git a/src/IconLineStartSquareSharp.tsx b/src/IconLineStartSquareSharp.tsx index b9ca60859..689c431ca 100644 --- a/src/IconLineStartSquareSharp.tsx +++ b/src/IconLineStartSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareSharp: React.FC = ({ ...props }) => ( +export const IconLineStartSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStartSquareSharp as default } diff --git a/src/IconLineStartSquareSharpFilled.tsx b/src/IconLineStartSquareSharpFilled.tsx index 46ac2ceae..a45df0c5f 100644 --- a/src/IconLineStartSquareSharpFilled.tsx +++ b/src/IconLineStartSquareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStartSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStartSquareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStartSquareSharpFilled as default } diff --git a/src/IconLineStyleOutlined.tsx b/src/IconLineStyleOutlined.tsx index f6fdf0ead..31df98b63 100644 --- a/src/IconLineStyleOutlined.tsx +++ b/src/IconLineStyleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleOutlined: React.FC = ({ ...props }) => ( +export const IconLineStyleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStyleOutlined as default } diff --git a/src/IconLineStyleOutlinedFilled.tsx b/src/IconLineStyleOutlinedFilled.tsx index a28a5b46c..06a58f508 100644 --- a/src/IconLineStyleOutlinedFilled.tsx +++ b/src/IconLineStyleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineStyleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStyleOutlinedFilled as default } diff --git a/src/IconLineStyleRounded.tsx b/src/IconLineStyleRounded.tsx index 010d52efa..560fa16a4 100644 --- a/src/IconLineStyleRounded.tsx +++ b/src/IconLineStyleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleRounded: React.FC = ({ ...props }) => ( +export const IconLineStyleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStyleRounded as default } diff --git a/src/IconLineStyleRoundedFilled.tsx b/src/IconLineStyleRoundedFilled.tsx index c1606fbad..e2f0f592f 100644 --- a/src/IconLineStyleRoundedFilled.tsx +++ b/src/IconLineStyleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineStyleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineStyleRoundedFilled as default } diff --git a/src/IconLineStyleSharp.tsx b/src/IconLineStyleSharp.tsx index 4526352d2..3d26a45f5 100644 --- a/src/IconLineStyleSharp.tsx +++ b/src/IconLineStyleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleSharp: React.FC = ({ ...props }) => ( +export const IconLineStyleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStyleSharp as default } diff --git a/src/IconLineStyleSharpFilled.tsx b/src/IconLineStyleSharpFilled.tsx index 48f8897da..0b1a20f18 100644 --- a/src/IconLineStyleSharpFilled.tsx +++ b/src/IconLineStyleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineStyleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineStyleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineStyleSharpFilled as default } diff --git a/src/IconLineWeightOutlined.tsx b/src/IconLineWeightOutlined.tsx index 83c5db02c..7a5eca7a5 100644 --- a/src/IconLineWeightOutlined.tsx +++ b/src/IconLineWeightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightOutlined: React.FC = ({ ...props }) => ( +export const IconLineWeightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineWeightOutlined as default } diff --git a/src/IconLineWeightOutlinedFilled.tsx b/src/IconLineWeightOutlinedFilled.tsx index fadc6f4a3..4eda14ab6 100644 --- a/src/IconLineWeightOutlinedFilled.tsx +++ b/src/IconLineWeightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLineWeightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineWeightOutlinedFilled as default } diff --git a/src/IconLineWeightRounded.tsx b/src/IconLineWeightRounded.tsx index f63fd508b..d7cf09185 100644 --- a/src/IconLineWeightRounded.tsx +++ b/src/IconLineWeightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightRounded: React.FC = ({ ...props }) => ( +export const IconLineWeightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineWeightRounded as default } diff --git a/src/IconLineWeightRoundedFilled.tsx b/src/IconLineWeightRoundedFilled.tsx index 2338ecf68..2dc70bdf5 100644 --- a/src/IconLineWeightRoundedFilled.tsx +++ b/src/IconLineWeightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLineWeightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineWeightRoundedFilled as default } diff --git a/src/IconLineWeightSharp.tsx b/src/IconLineWeightSharp.tsx index 74cda2ca4..596ace345 100644 --- a/src/IconLineWeightSharp.tsx +++ b/src/IconLineWeightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightSharp: React.FC = ({ ...props }) => ( +export const IconLineWeightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLineWeightSharp as default } diff --git a/src/IconLineWeightSharpFilled.tsx b/src/IconLineWeightSharpFilled.tsx index ab3dc7370..695600182 100644 --- a/src/IconLineWeightSharpFilled.tsx +++ b/src/IconLineWeightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLineWeightSharpFilled: React.FC = ({ ...props }) => ( +export const IconLineWeightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLineWeightSharpFilled as default } diff --git a/src/IconLinearScaleOutlined.tsx b/src/IconLinearScaleOutlined.tsx index 77a390a8f..d9d33aac0 100644 --- a/src/IconLinearScaleOutlined.tsx +++ b/src/IconLinearScaleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleOutlined: React.FC = ({ ...props }) => ( +export const IconLinearScaleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinearScaleOutlined as default } diff --git a/src/IconLinearScaleOutlinedFilled.tsx b/src/IconLinearScaleOutlinedFilled.tsx index 146d60f2e..f79209d20 100644 --- a/src/IconLinearScaleOutlinedFilled.tsx +++ b/src/IconLinearScaleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLinearScaleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinearScaleOutlinedFilled as default } diff --git a/src/IconLinearScaleRounded.tsx b/src/IconLinearScaleRounded.tsx index 82c754efb..cc017d045 100644 --- a/src/IconLinearScaleRounded.tsx +++ b/src/IconLinearScaleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleRounded: React.FC = ({ ...props }) => ( +export const IconLinearScaleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinearScaleRounded as default } diff --git a/src/IconLinearScaleRoundedFilled.tsx b/src/IconLinearScaleRoundedFilled.tsx index 4ff67fa7b..cf533d5ff 100644 --- a/src/IconLinearScaleRoundedFilled.tsx +++ b/src/IconLinearScaleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLinearScaleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinearScaleRoundedFilled as default } diff --git a/src/IconLinearScaleSharp.tsx b/src/IconLinearScaleSharp.tsx index 854fdbb14..954ebacbd 100644 --- a/src/IconLinearScaleSharp.tsx +++ b/src/IconLinearScaleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleSharp: React.FC = ({ ...props }) => ( +export const IconLinearScaleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinearScaleSharp as default } diff --git a/src/IconLinearScaleSharpFilled.tsx b/src/IconLinearScaleSharpFilled.tsx index 94e4ffbe9..c60021a0f 100644 --- a/src/IconLinearScaleSharpFilled.tsx +++ b/src/IconLinearScaleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinearScaleSharpFilled: React.FC = ({ ...props }) => ( +export const IconLinearScaleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinearScaleSharpFilled as default } diff --git a/src/IconLinkOffOutlined.tsx b/src/IconLinkOffOutlined.tsx index f00c2e059..149ee78ab 100644 --- a/src/IconLinkOffOutlined.tsx +++ b/src/IconLinkOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffOutlined: React.FC = ({ ...props }) => ( +export const IconLinkOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOffOutlined as default } diff --git a/src/IconLinkOffOutlinedFilled.tsx b/src/IconLinkOffOutlinedFilled.tsx index 0b4f828ae..0d0b9897a 100644 --- a/src/IconLinkOffOutlinedFilled.tsx +++ b/src/IconLinkOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLinkOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkOffOutlinedFilled as default } diff --git a/src/IconLinkOffRounded.tsx b/src/IconLinkOffRounded.tsx index 1758834b0..e764a7047 100644 --- a/src/IconLinkOffRounded.tsx +++ b/src/IconLinkOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffRounded: React.FC = ({ ...props }) => ( +export const IconLinkOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOffRounded as default } diff --git a/src/IconLinkOffRoundedFilled.tsx b/src/IconLinkOffRoundedFilled.tsx index 660f313da..80ab177ba 100644 --- a/src/IconLinkOffRoundedFilled.tsx +++ b/src/IconLinkOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLinkOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOffRoundedFilled as default } diff --git a/src/IconLinkOffSharp.tsx b/src/IconLinkOffSharp.tsx index 779b8ea8d..4a4439272 100644 --- a/src/IconLinkOffSharp.tsx +++ b/src/IconLinkOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffSharp: React.FC = ({ ...props }) => ( +export const IconLinkOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOffSharp as default } diff --git a/src/IconLinkOffSharpFilled.tsx b/src/IconLinkOffSharpFilled.tsx index 8e7cc1bcd..1b27f5669 100644 --- a/src/IconLinkOffSharpFilled.tsx +++ b/src/IconLinkOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconLinkOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOffSharpFilled as default } diff --git a/src/IconLinkOutlined.tsx b/src/IconLinkOutlined.tsx index 1934a0889..4c149ec93 100644 --- a/src/IconLinkOutlined.tsx +++ b/src/IconLinkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOutlined: React.FC = ({ ...props }) => ( +export const IconLinkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOutlined as default } diff --git a/src/IconLinkOutlinedFilled.tsx b/src/IconLinkOutlinedFilled.tsx index 17255794f..cc800772a 100644 --- a/src/IconLinkOutlinedFilled.tsx +++ b/src/IconLinkOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLinkOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkOutlinedFilled as default } diff --git a/src/IconLinkRounded.tsx b/src/IconLinkRounded.tsx index 8d3c42127..24aa15e1b 100644 --- a/src/IconLinkRounded.tsx +++ b/src/IconLinkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkRounded: React.FC = ({ ...props }) => ( +export const IconLinkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkRounded as default } diff --git a/src/IconLinkRoundedFilled.tsx b/src/IconLinkRoundedFilled.tsx index f0f181e58..745c97352 100644 --- a/src/IconLinkRoundedFilled.tsx +++ b/src/IconLinkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLinkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkRoundedFilled as default } diff --git a/src/IconLinkSharp.tsx b/src/IconLinkSharp.tsx index f1a8eaf40..3955abd0f 100644 --- a/src/IconLinkSharp.tsx +++ b/src/IconLinkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkSharp: React.FC = ({ ...props }) => ( +export const IconLinkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkSharp as default } diff --git a/src/IconLinkSharpFilled.tsx b/src/IconLinkSharpFilled.tsx index a572f17c4..f01f6094f 100644 --- a/src/IconLinkSharpFilled.tsx +++ b/src/IconLinkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkSharpFilled: React.FC = ({ ...props }) => ( +export const IconLinkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkSharpFilled as default } diff --git a/src/IconLinkedCameraOutlined.tsx b/src/IconLinkedCameraOutlined.tsx index faf5eaf7e..c15fcfeb8 100644 --- a/src/IconLinkedCameraOutlined.tsx +++ b/src/IconLinkedCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraOutlined: React.FC = ({ ...props }) => ( +export const IconLinkedCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraOutlined as default } diff --git a/src/IconLinkedCameraOutlinedFilled.tsx b/src/IconLinkedCameraOutlinedFilled.tsx index bedaa2d0c..6a476713d 100644 --- a/src/IconLinkedCameraOutlinedFilled.tsx +++ b/src/IconLinkedCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLinkedCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraOutlinedFilled as default } diff --git a/src/IconLinkedCameraRounded.tsx b/src/IconLinkedCameraRounded.tsx index 3ff34864f..f0456f519 100644 --- a/src/IconLinkedCameraRounded.tsx +++ b/src/IconLinkedCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraRounded: React.FC = ({ ...props }) => ( +export const IconLinkedCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraRounded as default } diff --git a/src/IconLinkedCameraRoundedFilled.tsx b/src/IconLinkedCameraRoundedFilled.tsx index 111b99123..7d838dd92 100644 --- a/src/IconLinkedCameraRoundedFilled.tsx +++ b/src/IconLinkedCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLinkedCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraRoundedFilled as default } diff --git a/src/IconLinkedCameraSharp.tsx b/src/IconLinkedCameraSharp.tsx index dc6523610..32f01234a 100644 --- a/src/IconLinkedCameraSharp.tsx +++ b/src/IconLinkedCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraSharp: React.FC = ({ ...props }) => ( +export const IconLinkedCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraSharp as default } diff --git a/src/IconLinkedCameraSharpFilled.tsx b/src/IconLinkedCameraSharpFilled.tsx index 790cb7de9..5a21b95cb 100644 --- a/src/IconLinkedCameraSharpFilled.tsx +++ b/src/IconLinkedCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconLinkedCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedCameraSharpFilled as default } diff --git a/src/IconLinkedServicesOutlined.tsx b/src/IconLinkedServicesOutlined.tsx index 46036889f..b5ee68ac5 100644 --- a/src/IconLinkedServicesOutlined.tsx +++ b/src/IconLinkedServicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesOutlined: React.FC = ({ ...props }) => ( +export const IconLinkedServicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedServicesOutlined as default } diff --git a/src/IconLinkedServicesOutlinedFilled.tsx b/src/IconLinkedServicesOutlinedFilled.tsx index be1800ba9..dfb82d543 100644 --- a/src/IconLinkedServicesOutlinedFilled.tsx +++ b/src/IconLinkedServicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesOutlinedFilled: React.FC = ({ +export const IconLinkedServicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLinkedServicesOutlinedFilled: React.FC = ({ ) - -export { IconLinkedServicesOutlinedFilled as default } diff --git a/src/IconLinkedServicesRounded.tsx b/src/IconLinkedServicesRounded.tsx index 33cae010c..01d67bda9 100644 --- a/src/IconLinkedServicesRounded.tsx +++ b/src/IconLinkedServicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesRounded: React.FC = ({ ...props }) => ( +export const IconLinkedServicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedServicesRounded as default } diff --git a/src/IconLinkedServicesRoundedFilled.tsx b/src/IconLinkedServicesRoundedFilled.tsx index 02cf6b18c..fd9538df0 100644 --- a/src/IconLinkedServicesRoundedFilled.tsx +++ b/src/IconLinkedServicesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLinkedServicesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedServicesRoundedFilled as default } diff --git a/src/IconLinkedServicesSharp.tsx b/src/IconLinkedServicesSharp.tsx index 9a36d6c29..ab4ef07ff 100644 --- a/src/IconLinkedServicesSharp.tsx +++ b/src/IconLinkedServicesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesSharp: React.FC = ({ ...props }) => ( +export const IconLinkedServicesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLinkedServicesSharp as default } diff --git a/src/IconLinkedServicesSharpFilled.tsx b/src/IconLinkedServicesSharpFilled.tsx index f41087873..7f417ea7e 100644 --- a/src/IconLinkedServicesSharpFilled.tsx +++ b/src/IconLinkedServicesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLinkedServicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconLinkedServicesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLinkedServicesSharpFilled as default } diff --git a/src/IconLiquorOutlined.tsx b/src/IconLiquorOutlined.tsx index 7e2578350..ff057bdc9 100644 --- a/src/IconLiquorOutlined.tsx +++ b/src/IconLiquorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorOutlined: React.FC = ({ ...props }) => ( +export const IconLiquorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorOutlined as default } diff --git a/src/IconLiquorOutlinedFilled.tsx b/src/IconLiquorOutlinedFilled.tsx index 57342b0cc..a23de3f23 100644 --- a/src/IconLiquorOutlinedFilled.tsx +++ b/src/IconLiquorOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLiquorOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorOutlinedFilled as default } diff --git a/src/IconLiquorRounded.tsx b/src/IconLiquorRounded.tsx index 18c4f771d..e1ba54aa9 100644 --- a/src/IconLiquorRounded.tsx +++ b/src/IconLiquorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorRounded: React.FC = ({ ...props }) => ( +export const IconLiquorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorRounded as default } diff --git a/src/IconLiquorRoundedFilled.tsx b/src/IconLiquorRoundedFilled.tsx index 13298e579..98dd6a089 100644 --- a/src/IconLiquorRoundedFilled.tsx +++ b/src/IconLiquorRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLiquorRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorRoundedFilled as default } diff --git a/src/IconLiquorSharp.tsx b/src/IconLiquorSharp.tsx index 5e39a2611..ffab78c5d 100644 --- a/src/IconLiquorSharp.tsx +++ b/src/IconLiquorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorSharp: React.FC = ({ ...props }) => ( +export const IconLiquorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorSharp as default } diff --git a/src/IconLiquorSharpFilled.tsx b/src/IconLiquorSharpFilled.tsx index 9966b1f44..7950414fe 100644 --- a/src/IconLiquorSharpFilled.tsx +++ b/src/IconLiquorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiquorSharpFilled: React.FC = ({ ...props }) => ( +export const IconLiquorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiquorSharpFilled as default } diff --git a/src/IconListAltAddOutlined.tsx b/src/IconListAltAddOutlined.tsx index a3f3e74fd..90ca1c70a 100644 --- a/src/IconListAltAddOutlined.tsx +++ b/src/IconListAltAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddOutlined: React.FC = ({ ...props }) => ( +export const IconListAltAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltAddOutlined as default } diff --git a/src/IconListAltAddOutlinedFilled.tsx b/src/IconListAltAddOutlinedFilled.tsx index d59df72e9..01f7089fa 100644 --- a/src/IconListAltAddOutlinedFilled.tsx +++ b/src/IconListAltAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconListAltAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconListAltAddOutlinedFilled as default } diff --git a/src/IconListAltAddRounded.tsx b/src/IconListAltAddRounded.tsx index fd5c103e1..df94b0cb6 100644 --- a/src/IconListAltAddRounded.tsx +++ b/src/IconListAltAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddRounded: React.FC = ({ ...props }) => ( +export const IconListAltAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltAddRounded as default } diff --git a/src/IconListAltAddRoundedFilled.tsx b/src/IconListAltAddRoundedFilled.tsx index 8c2eba333..70b4b08b2 100644 --- a/src/IconListAltAddRoundedFilled.tsx +++ b/src/IconListAltAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconListAltAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconListAltAddRoundedFilled as default } diff --git a/src/IconListAltAddSharp.tsx b/src/IconListAltAddSharp.tsx index ca2de4fff..bd471c2f2 100644 --- a/src/IconListAltAddSharp.tsx +++ b/src/IconListAltAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddSharp: React.FC = ({ ...props }) => ( +export const IconListAltAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltAddSharp as default } diff --git a/src/IconListAltAddSharpFilled.tsx b/src/IconListAltAddSharpFilled.tsx index 5c68e6131..7dece9041 100644 --- a/src/IconListAltAddSharpFilled.tsx +++ b/src/IconListAltAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconListAltAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconListAltAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconListAltAddSharpFilled as default } diff --git a/src/IconListAltCheckOutlined.tsx b/src/IconListAltCheckOutlined.tsx new file mode 100644 index 000000000..485df79d8 --- /dev/null +++ b/src/IconListAltCheckOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltCheckOutlinedFilled.tsx b/src/IconListAltCheckOutlinedFilled.tsx new file mode 100644 index 000000000..29200eca3 --- /dev/null +++ b/src/IconListAltCheckOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltCheckRounded.tsx b/src/IconListAltCheckRounded.tsx new file mode 100644 index 000000000..ca65d22cc --- /dev/null +++ b/src/IconListAltCheckRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltCheckRoundedFilled.tsx b/src/IconListAltCheckRoundedFilled.tsx new file mode 100644 index 000000000..2a9e7c680 --- /dev/null +++ b/src/IconListAltCheckRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltCheckSharp.tsx b/src/IconListAltCheckSharp.tsx new file mode 100644 index 000000000..7dd64666d --- /dev/null +++ b/src/IconListAltCheckSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltCheckSharpFilled.tsx b/src/IconListAltCheckSharpFilled.tsx new file mode 100644 index 000000000..341306bca --- /dev/null +++ b/src/IconListAltCheckSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconListAltCheckSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconListAltOutlined.tsx b/src/IconListAltOutlined.tsx index d855d4db4..a2d622b78 100644 --- a/src/IconListAltOutlined.tsx +++ b/src/IconListAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltOutlined: React.FC = ({ ...props }) => ( +export const IconListAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltOutlined as default } diff --git a/src/IconListAltOutlinedFilled.tsx b/src/IconListAltOutlinedFilled.tsx index 115723cfa..7ce632b20 100644 --- a/src/IconListAltOutlinedFilled.tsx +++ b/src/IconListAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconListAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconListAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconListAltOutlinedFilled as default } diff --git a/src/IconListAltRounded.tsx b/src/IconListAltRounded.tsx index 3a6ad4352..1d36bee48 100644 --- a/src/IconListAltRounded.tsx +++ b/src/IconListAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltRounded: React.FC = ({ ...props }) => ( +export const IconListAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltRounded as default } diff --git a/src/IconListAltRoundedFilled.tsx b/src/IconListAltRoundedFilled.tsx index 681b91e5a..2ff09e7ce 100644 --- a/src/IconListAltRoundedFilled.tsx +++ b/src/IconListAltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconListAltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltRoundedFilled as default } diff --git a/src/IconListAltSharp.tsx b/src/IconListAltSharp.tsx index f60b495d6..290c49de3 100644 --- a/src/IconListAltSharp.tsx +++ b/src/IconListAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltSharp: React.FC = ({ ...props }) => ( +export const IconListAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltSharp as default } diff --git a/src/IconListAltSharpFilled.tsx b/src/IconListAltSharpFilled.tsx index fe5bbd0e2..7b4ff4cf2 100644 --- a/src/IconListAltSharpFilled.tsx +++ b/src/IconListAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconListAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListAltSharpFilled as default } diff --git a/src/IconListOutlined.tsx b/src/IconListOutlined.tsx index a772f0daf..422b7886d 100644 --- a/src/IconListOutlined.tsx +++ b/src/IconListOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListOutlined: React.FC = ({ ...props }) => ( +export const IconListOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListOutlined as default } diff --git a/src/IconListOutlinedFilled.tsx b/src/IconListOutlinedFilled.tsx index a47b5a889..42814ceeb 100644 --- a/src/IconListOutlinedFilled.tsx +++ b/src/IconListOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconListOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListOutlinedFilled as default } diff --git a/src/IconListRounded.tsx b/src/IconListRounded.tsx index 0185dc4a3..348410cc5 100644 --- a/src/IconListRounded.tsx +++ b/src/IconListRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListRounded: React.FC = ({ ...props }) => ( +export const IconListRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListRounded as default } diff --git a/src/IconListRoundedFilled.tsx b/src/IconListRoundedFilled.tsx index 7ea18337c..a15f0eec7 100644 --- a/src/IconListRoundedFilled.tsx +++ b/src/IconListRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListRoundedFilled: React.FC = ({ ...props }) => ( +export const IconListRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListRoundedFilled as default } diff --git a/src/IconListSharp.tsx b/src/IconListSharp.tsx index 612aeeef0..f5a582a33 100644 --- a/src/IconListSharp.tsx +++ b/src/IconListSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListSharp: React.FC = ({ ...props }) => ( +export const IconListSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListSharp as default } diff --git a/src/IconListSharpFilled.tsx b/src/IconListSharpFilled.tsx index 4110cf651..b7d12864e 100644 --- a/src/IconListSharpFilled.tsx +++ b/src/IconListSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListSharpFilled: React.FC = ({ ...props }) => ( +export const IconListSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListSharpFilled as default } diff --git a/src/IconListsOutlined.tsx b/src/IconListsOutlined.tsx index 40b0888f5..9cb318121 100644 --- a/src/IconListsOutlined.tsx +++ b/src/IconListsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsOutlined: React.FC = ({ ...props }) => ( +export const IconListsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsOutlined as default } diff --git a/src/IconListsOutlinedFilled.tsx b/src/IconListsOutlinedFilled.tsx index 22d9df965..3102b3577 100644 --- a/src/IconListsOutlinedFilled.tsx +++ b/src/IconListsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconListsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsOutlinedFilled as default } diff --git a/src/IconListsRounded.tsx b/src/IconListsRounded.tsx index f46169ac4..94484f073 100644 --- a/src/IconListsRounded.tsx +++ b/src/IconListsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsRounded: React.FC = ({ ...props }) => ( +export const IconListsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsRounded as default } diff --git a/src/IconListsRoundedFilled.tsx b/src/IconListsRoundedFilled.tsx index 93ade72c2..6c8db4c67 100644 --- a/src/IconListsRoundedFilled.tsx +++ b/src/IconListsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconListsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsRoundedFilled as default } diff --git a/src/IconListsSharp.tsx b/src/IconListsSharp.tsx index ce702a87d..1ce1857dc 100644 --- a/src/IconListsSharp.tsx +++ b/src/IconListsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsSharp: React.FC = ({ ...props }) => ( +export const IconListsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsSharp as default } diff --git a/src/IconListsSharpFilled.tsx b/src/IconListsSharpFilled.tsx index a50afa056..ea17a50fc 100644 --- a/src/IconListsSharpFilled.tsx +++ b/src/IconListsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconListsSharpFilled: React.FC = ({ ...props }) => ( +export const IconListsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconListsSharpFilled as default } diff --git a/src/IconLiveHelpOutlined.tsx b/src/IconLiveHelpOutlined.tsx index 2ce80bda0..8f1c722cc 100644 --- a/src/IconLiveHelpOutlined.tsx +++ b/src/IconLiveHelpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpOutlined: React.FC = ({ ...props }) => ( +export const IconLiveHelpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveHelpOutlined as default } diff --git a/src/IconLiveHelpOutlinedFilled.tsx b/src/IconLiveHelpOutlinedFilled.tsx index 8e2d87a5c..ad8a05763 100644 --- a/src/IconLiveHelpOutlinedFilled.tsx +++ b/src/IconLiveHelpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLiveHelpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLiveHelpOutlinedFilled as default } diff --git a/src/IconLiveHelpRounded.tsx b/src/IconLiveHelpRounded.tsx index d368ee6b0..64bea07be 100644 --- a/src/IconLiveHelpRounded.tsx +++ b/src/IconLiveHelpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpRounded: React.FC = ({ ...props }) => ( +export const IconLiveHelpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveHelpRounded as default } diff --git a/src/IconLiveHelpRoundedFilled.tsx b/src/IconLiveHelpRoundedFilled.tsx index af1b7c61c..d70246bc9 100644 --- a/src/IconLiveHelpRoundedFilled.tsx +++ b/src/IconLiveHelpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLiveHelpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLiveHelpRoundedFilled as default } diff --git a/src/IconLiveHelpSharp.tsx b/src/IconLiveHelpSharp.tsx index 782d492fb..202dce62e 100644 --- a/src/IconLiveHelpSharp.tsx +++ b/src/IconLiveHelpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpSharp: React.FC = ({ ...props }) => ( +export const IconLiveHelpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveHelpSharp as default } diff --git a/src/IconLiveHelpSharpFilled.tsx b/src/IconLiveHelpSharpFilled.tsx index f3fc42d15..8f22a9c0a 100644 --- a/src/IconLiveHelpSharpFilled.tsx +++ b/src/IconLiveHelpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveHelpSharpFilled: React.FC = ({ ...props }) => ( +export const IconLiveHelpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveHelpSharpFilled as default } diff --git a/src/IconLiveTvOutlined.tsx b/src/IconLiveTvOutlined.tsx index 81e64b09a..dd73c8de8 100644 --- a/src/IconLiveTvOutlined.tsx +++ b/src/IconLiveTvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvOutlined: React.FC = ({ ...props }) => ( +export const IconLiveTvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvOutlined as default } diff --git a/src/IconLiveTvOutlinedFilled.tsx b/src/IconLiveTvOutlinedFilled.tsx index 8b3a7d289..19ed8be57 100644 --- a/src/IconLiveTvOutlinedFilled.tsx +++ b/src/IconLiveTvOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLiveTvOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvOutlinedFilled as default } diff --git a/src/IconLiveTvRounded.tsx b/src/IconLiveTvRounded.tsx index 41ce8babc..2d8683104 100644 --- a/src/IconLiveTvRounded.tsx +++ b/src/IconLiveTvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvRounded: React.FC = ({ ...props }) => ( +export const IconLiveTvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvRounded as default } diff --git a/src/IconLiveTvRoundedFilled.tsx b/src/IconLiveTvRoundedFilled.tsx index 933cfb327..6e47c033c 100644 --- a/src/IconLiveTvRoundedFilled.tsx +++ b/src/IconLiveTvRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLiveTvRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvRoundedFilled as default } diff --git a/src/IconLiveTvSharp.tsx b/src/IconLiveTvSharp.tsx index 90667a954..e325e01f8 100644 --- a/src/IconLiveTvSharp.tsx +++ b/src/IconLiveTvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvSharp: React.FC = ({ ...props }) => ( +export const IconLiveTvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvSharp as default } diff --git a/src/IconLiveTvSharpFilled.tsx b/src/IconLiveTvSharpFilled.tsx index 74c53366b..24f112bca 100644 --- a/src/IconLiveTvSharpFilled.tsx +++ b/src/IconLiveTvSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLiveTvSharpFilled: React.FC = ({ ...props }) => ( +export const IconLiveTvSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLiveTvSharpFilled as default } diff --git a/src/IconLivingOutlined.tsx b/src/IconLivingOutlined.tsx index bcd85ac14..a5a01457b 100644 --- a/src/IconLivingOutlined.tsx +++ b/src/IconLivingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingOutlined: React.FC = ({ ...props }) => ( +export const IconLivingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingOutlined as default } diff --git a/src/IconLivingOutlinedFilled.tsx b/src/IconLivingOutlinedFilled.tsx index 6c919827a..f0cbad150 100644 --- a/src/IconLivingOutlinedFilled.tsx +++ b/src/IconLivingOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLivingOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingOutlinedFilled as default } diff --git a/src/IconLivingRounded.tsx b/src/IconLivingRounded.tsx index 059d7c425..29f7b6861 100644 --- a/src/IconLivingRounded.tsx +++ b/src/IconLivingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingRounded: React.FC = ({ ...props }) => ( +export const IconLivingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingRounded as default } diff --git a/src/IconLivingRoundedFilled.tsx b/src/IconLivingRoundedFilled.tsx index a6071e422..9ab9a21cd 100644 --- a/src/IconLivingRoundedFilled.tsx +++ b/src/IconLivingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLivingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingRoundedFilled as default } diff --git a/src/IconLivingSharp.tsx b/src/IconLivingSharp.tsx index 3a31903e9..041bcf442 100644 --- a/src/IconLivingSharp.tsx +++ b/src/IconLivingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingSharp: React.FC = ({ ...props }) => ( +export const IconLivingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingSharp as default } diff --git a/src/IconLivingSharpFilled.tsx b/src/IconLivingSharpFilled.tsx index f7ee45585..517001f8b 100644 --- a/src/IconLivingSharpFilled.tsx +++ b/src/IconLivingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLivingSharpFilled: React.FC = ({ ...props }) => ( +export const IconLivingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLivingSharpFilled as default } diff --git a/src/IconLocalActivityOutlined.tsx b/src/IconLocalActivityOutlined.tsx index 7b1e715ef..75503d4e5 100644 --- a/src/IconLocalActivityOutlined.tsx +++ b/src/IconLocalActivityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivityOutlined: React.FC = ({ ...props }) => ( +export const IconLocalActivityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalActivityOutlined as default } diff --git a/src/IconLocalActivityOutlinedFilled.tsx b/src/IconLocalActivityOutlinedFilled.tsx index 4753903d7..5112d0aed 100644 --- a/src/IconLocalActivityOutlinedFilled.tsx +++ b/src/IconLocalActivityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalActivityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalActivityOutlinedFilled as default } diff --git a/src/IconLocalActivityRounded.tsx b/src/IconLocalActivityRounded.tsx index 18feb9629..d94c6975c 100644 --- a/src/IconLocalActivityRounded.tsx +++ b/src/IconLocalActivityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivityRounded: React.FC = ({ ...props }) => ( +export const IconLocalActivityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalActivityRounded as default } diff --git a/src/IconLocalActivityRoundedFilled.tsx b/src/IconLocalActivityRoundedFilled.tsx index 0a99b17e1..0e517b8fc 100644 --- a/src/IconLocalActivityRoundedFilled.tsx +++ b/src/IconLocalActivityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalActivityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalActivityRoundedFilled as default } diff --git a/src/IconLocalActivitySharp.tsx b/src/IconLocalActivitySharp.tsx index 58c372628..1d60f9e99 100644 --- a/src/IconLocalActivitySharp.tsx +++ b/src/IconLocalActivitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivitySharp: React.FC = ({ ...props }) => ( +export const IconLocalActivitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalActivitySharp as default } diff --git a/src/IconLocalActivitySharpFilled.tsx b/src/IconLocalActivitySharpFilled.tsx index d6c85a486..accad2c1f 100644 --- a/src/IconLocalActivitySharpFilled.tsx +++ b/src/IconLocalActivitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalActivitySharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalActivitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalActivitySharpFilled as default } diff --git a/src/IconLocalAtmOutlined.tsx b/src/IconLocalAtmOutlined.tsx index 2cff9d46b..dd9076563 100644 --- a/src/IconLocalAtmOutlined.tsx +++ b/src/IconLocalAtmOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmOutlined: React.FC = ({ ...props }) => ( +export const IconLocalAtmOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalAtmOutlined as default } diff --git a/src/IconLocalAtmOutlinedFilled.tsx b/src/IconLocalAtmOutlinedFilled.tsx index ca0cec9c9..ab0ae69d1 100644 --- a/src/IconLocalAtmOutlinedFilled.tsx +++ b/src/IconLocalAtmOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalAtmOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalAtmOutlinedFilled as default } diff --git a/src/IconLocalAtmRounded.tsx b/src/IconLocalAtmRounded.tsx index 2dddc0881..352b844b6 100644 --- a/src/IconLocalAtmRounded.tsx +++ b/src/IconLocalAtmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmRounded: React.FC = ({ ...props }) => ( +export const IconLocalAtmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalAtmRounded as default } diff --git a/src/IconLocalAtmRoundedFilled.tsx b/src/IconLocalAtmRoundedFilled.tsx index 34b723262..066ab70e6 100644 --- a/src/IconLocalAtmRoundedFilled.tsx +++ b/src/IconLocalAtmRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalAtmRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalAtmRoundedFilled as default } diff --git a/src/IconLocalAtmSharp.tsx b/src/IconLocalAtmSharp.tsx index cd74cb95e..83982e533 100644 --- a/src/IconLocalAtmSharp.tsx +++ b/src/IconLocalAtmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmSharp: React.FC = ({ ...props }) => ( +export const IconLocalAtmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalAtmSharp as default } diff --git a/src/IconLocalAtmSharpFilled.tsx b/src/IconLocalAtmSharpFilled.tsx index 31f3df167..190836b9b 100644 --- a/src/IconLocalAtmSharpFilled.tsx +++ b/src/IconLocalAtmSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalAtmSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalAtmSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalAtmSharpFilled as default } diff --git a/src/IconLocalBarOutlined.tsx b/src/IconLocalBarOutlined.tsx index d578addc4..153d76fce 100644 --- a/src/IconLocalBarOutlined.tsx +++ b/src/IconLocalBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarOutlined: React.FC = ({ ...props }) => ( +export const IconLocalBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalBarOutlined as default } diff --git a/src/IconLocalBarOutlinedFilled.tsx b/src/IconLocalBarOutlinedFilled.tsx index 8806ff94d..350839208 100644 --- a/src/IconLocalBarOutlinedFilled.tsx +++ b/src/IconLocalBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalBarOutlinedFilled as default } diff --git a/src/IconLocalBarRounded.tsx b/src/IconLocalBarRounded.tsx index 7af46087f..f768e0517 100644 --- a/src/IconLocalBarRounded.tsx +++ b/src/IconLocalBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarRounded: React.FC = ({ ...props }) => ( +export const IconLocalBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalBarRounded as default } diff --git a/src/IconLocalBarRoundedFilled.tsx b/src/IconLocalBarRoundedFilled.tsx index 34da885e4..ee396798a 100644 --- a/src/IconLocalBarRoundedFilled.tsx +++ b/src/IconLocalBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalBarRoundedFilled as default } diff --git a/src/IconLocalBarSharp.tsx b/src/IconLocalBarSharp.tsx index db37a883a..5d2d251c7 100644 --- a/src/IconLocalBarSharp.tsx +++ b/src/IconLocalBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarSharp: React.FC = ({ ...props }) => ( +export const IconLocalBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalBarSharp as default } diff --git a/src/IconLocalBarSharpFilled.tsx b/src/IconLocalBarSharpFilled.tsx index 6b7861c43..37faa3936 100644 --- a/src/IconLocalBarSharpFilled.tsx +++ b/src/IconLocalBarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalBarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalBarSharpFilled as default } diff --git a/src/IconLocalCafeOutlined.tsx b/src/IconLocalCafeOutlined.tsx index 8a8ea6ccc..696bd6f85 100644 --- a/src/IconLocalCafeOutlined.tsx +++ b/src/IconLocalCafeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeOutlined: React.FC = ({ ...props }) => ( +export const IconLocalCafeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCafeOutlined as default } diff --git a/src/IconLocalCafeOutlinedFilled.tsx b/src/IconLocalCafeOutlinedFilled.tsx index e4dce6b66..ed028e878 100644 --- a/src/IconLocalCafeOutlinedFilled.tsx +++ b/src/IconLocalCafeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalCafeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalCafeOutlinedFilled as default } diff --git a/src/IconLocalCafeRounded.tsx b/src/IconLocalCafeRounded.tsx index c21d21fda..574771ffd 100644 --- a/src/IconLocalCafeRounded.tsx +++ b/src/IconLocalCafeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeRounded: React.FC = ({ ...props }) => ( +export const IconLocalCafeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCafeRounded as default } diff --git a/src/IconLocalCafeRoundedFilled.tsx b/src/IconLocalCafeRoundedFilled.tsx index 62f7e2703..904a75011 100644 --- a/src/IconLocalCafeRoundedFilled.tsx +++ b/src/IconLocalCafeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalCafeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalCafeRoundedFilled as default } diff --git a/src/IconLocalCafeSharp.tsx b/src/IconLocalCafeSharp.tsx index bd8485ac8..0f6712b80 100644 --- a/src/IconLocalCafeSharp.tsx +++ b/src/IconLocalCafeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeSharp: React.FC = ({ ...props }) => ( +export const IconLocalCafeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCafeSharp as default } diff --git a/src/IconLocalCafeSharpFilled.tsx b/src/IconLocalCafeSharpFilled.tsx index d8f4eb162..69ad725ee 100644 --- a/src/IconLocalCafeSharpFilled.tsx +++ b/src/IconLocalCafeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCafeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalCafeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCafeSharpFilled as default } diff --git a/src/IconLocalCarWashOutlined.tsx b/src/IconLocalCarWashOutlined.tsx index e1192c5cd..54d00f36c 100644 --- a/src/IconLocalCarWashOutlined.tsx +++ b/src/IconLocalCarWashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashOutlined: React.FC = ({ ...props }) => ( +export const IconLocalCarWashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashOutlined as default } diff --git a/src/IconLocalCarWashOutlinedFilled.tsx b/src/IconLocalCarWashOutlinedFilled.tsx index 144018e26..71c97e94a 100644 --- a/src/IconLocalCarWashOutlinedFilled.tsx +++ b/src/IconLocalCarWashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalCarWashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashOutlinedFilled as default } diff --git a/src/IconLocalCarWashRounded.tsx b/src/IconLocalCarWashRounded.tsx index 9cb38910a..d6c0875e5 100644 --- a/src/IconLocalCarWashRounded.tsx +++ b/src/IconLocalCarWashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashRounded: React.FC = ({ ...props }) => ( +export const IconLocalCarWashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashRounded as default } diff --git a/src/IconLocalCarWashRoundedFilled.tsx b/src/IconLocalCarWashRoundedFilled.tsx index eb39e46d2..eb229baf3 100644 --- a/src/IconLocalCarWashRoundedFilled.tsx +++ b/src/IconLocalCarWashRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalCarWashRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashRoundedFilled as default } diff --git a/src/IconLocalCarWashSharp.tsx b/src/IconLocalCarWashSharp.tsx index 60fe9b7e4..62ffc89c2 100644 --- a/src/IconLocalCarWashSharp.tsx +++ b/src/IconLocalCarWashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashSharp: React.FC = ({ ...props }) => ( +export const IconLocalCarWashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashSharp as default } diff --git a/src/IconLocalCarWashSharpFilled.tsx b/src/IconLocalCarWashSharpFilled.tsx index d180d6b62..7c6d447de 100644 --- a/src/IconLocalCarWashSharpFilled.tsx +++ b/src/IconLocalCarWashSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalCarWashSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalCarWashSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalCarWashSharpFilled as default } diff --git a/src/IconLocalConvenienceStoreOutlined.tsx b/src/IconLocalConvenienceStoreOutlined.tsx index b8870b8f6..fd2dce0c8 100644 --- a/src/IconLocalConvenienceStoreOutlined.tsx +++ b/src/IconLocalConvenienceStoreOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreOutlined: React.FC = ({ +export const IconLocalConvenienceStoreOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalConvenienceStoreOutlined: React.FC = ({ ) - -export { IconLocalConvenienceStoreOutlined as default } diff --git a/src/IconLocalConvenienceStoreOutlinedFilled.tsx b/src/IconLocalConvenienceStoreOutlinedFilled.tsx index 0a4657bf5..b22a69121 100644 --- a/src/IconLocalConvenienceStoreOutlinedFilled.tsx +++ b/src/IconLocalConvenienceStoreOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreOutlinedFilled: React.FC = ({ +export const IconLocalConvenienceStoreOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalConvenienceStoreOutlinedFilled: React.FC = ({ ) - -export { IconLocalConvenienceStoreOutlinedFilled as default } diff --git a/src/IconLocalConvenienceStoreRounded.tsx b/src/IconLocalConvenienceStoreRounded.tsx index a00aa112c..15f7eb9d4 100644 --- a/src/IconLocalConvenienceStoreRounded.tsx +++ b/src/IconLocalConvenienceStoreRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreRounded: React.FC = ({ +export const IconLocalConvenienceStoreRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalConvenienceStoreRounded: React.FC = ({ ) - -export { IconLocalConvenienceStoreRounded as default } diff --git a/src/IconLocalConvenienceStoreRoundedFilled.tsx b/src/IconLocalConvenienceStoreRoundedFilled.tsx index a74dba51d..ec975be1d 100644 --- a/src/IconLocalConvenienceStoreRoundedFilled.tsx +++ b/src/IconLocalConvenienceStoreRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreRoundedFilled: React.FC = ({ +export const IconLocalConvenienceStoreRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalConvenienceStoreRoundedFilled: React.FC = ({ ) - -export { IconLocalConvenienceStoreRoundedFilled as default } diff --git a/src/IconLocalConvenienceStoreSharp.tsx b/src/IconLocalConvenienceStoreSharp.tsx index f8c469876..43033d71a 100644 --- a/src/IconLocalConvenienceStoreSharp.tsx +++ b/src/IconLocalConvenienceStoreSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreSharp: React.FC = ({ ...props }) => ( +export const IconLocalConvenienceStoreSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalConvenienceStoreSharp as default } diff --git a/src/IconLocalConvenienceStoreSharpFilled.tsx b/src/IconLocalConvenienceStoreSharpFilled.tsx index c4adf688e..1125c9fae 100644 --- a/src/IconLocalConvenienceStoreSharpFilled.tsx +++ b/src/IconLocalConvenienceStoreSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalConvenienceStoreSharpFilled: React.FC = ({ +export const IconLocalConvenienceStoreSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalConvenienceStoreSharpFilled: React.FC = ({ ) - -export { IconLocalConvenienceStoreSharpFilled as default } diff --git a/src/IconLocalDiningOutlined.tsx b/src/IconLocalDiningOutlined.tsx index ae8cbec74..25f05ec4f 100644 --- a/src/IconLocalDiningOutlined.tsx +++ b/src/IconLocalDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningOutlined: React.FC = ({ ...props }) => ( +export const IconLocalDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDiningOutlined as default } diff --git a/src/IconLocalDiningOutlinedFilled.tsx b/src/IconLocalDiningOutlinedFilled.tsx index d5dc7d739..6efc52585 100644 --- a/src/IconLocalDiningOutlinedFilled.tsx +++ b/src/IconLocalDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDiningOutlinedFilled as default } diff --git a/src/IconLocalDiningRounded.tsx b/src/IconLocalDiningRounded.tsx index 20f3de1e3..4c3470f75 100644 --- a/src/IconLocalDiningRounded.tsx +++ b/src/IconLocalDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningRounded: React.FC = ({ ...props }) => ( +export const IconLocalDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDiningRounded as default } diff --git a/src/IconLocalDiningRoundedFilled.tsx b/src/IconLocalDiningRoundedFilled.tsx index 3ca9df034..1be6b1814 100644 --- a/src/IconLocalDiningRoundedFilled.tsx +++ b/src/IconLocalDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDiningRoundedFilled as default } diff --git a/src/IconLocalDiningSharp.tsx b/src/IconLocalDiningSharp.tsx index 4b0641cc7..666a35527 100644 --- a/src/IconLocalDiningSharp.tsx +++ b/src/IconLocalDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningSharp: React.FC = ({ ...props }) => ( +export const IconLocalDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDiningSharp as default } diff --git a/src/IconLocalDiningSharpFilled.tsx b/src/IconLocalDiningSharpFilled.tsx index b25ae026e..1cc6de639 100644 --- a/src/IconLocalDiningSharpFilled.tsx +++ b/src/IconLocalDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDiningSharpFilled as default } diff --git a/src/IconLocalDrinkOutlined.tsx b/src/IconLocalDrinkOutlined.tsx index 9d52a8368..5df6832f7 100644 --- a/src/IconLocalDrinkOutlined.tsx +++ b/src/IconLocalDrinkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkOutlined: React.FC = ({ ...props }) => ( +export const IconLocalDrinkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkOutlined as default } diff --git a/src/IconLocalDrinkOutlinedFilled.tsx b/src/IconLocalDrinkOutlinedFilled.tsx index 819ee9c2a..49c9de082 100644 --- a/src/IconLocalDrinkOutlinedFilled.tsx +++ b/src/IconLocalDrinkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalDrinkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkOutlinedFilled as default } diff --git a/src/IconLocalDrinkRounded.tsx b/src/IconLocalDrinkRounded.tsx index b4cdefb42..b3f273f88 100644 --- a/src/IconLocalDrinkRounded.tsx +++ b/src/IconLocalDrinkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkRounded: React.FC = ({ ...props }) => ( +export const IconLocalDrinkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkRounded as default } diff --git a/src/IconLocalDrinkRoundedFilled.tsx b/src/IconLocalDrinkRoundedFilled.tsx index d34f56232..bb8adbbdf 100644 --- a/src/IconLocalDrinkRoundedFilled.tsx +++ b/src/IconLocalDrinkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalDrinkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkRoundedFilled as default } diff --git a/src/IconLocalDrinkSharp.tsx b/src/IconLocalDrinkSharp.tsx index 5e9b6ddb2..a6b14de40 100644 --- a/src/IconLocalDrinkSharp.tsx +++ b/src/IconLocalDrinkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkSharp: React.FC = ({ ...props }) => ( +export const IconLocalDrinkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkSharp as default } diff --git a/src/IconLocalDrinkSharpFilled.tsx b/src/IconLocalDrinkSharpFilled.tsx index bef991506..305120721 100644 --- a/src/IconLocalDrinkSharpFilled.tsx +++ b/src/IconLocalDrinkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalDrinkSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalDrinkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalDrinkSharpFilled as default } diff --git a/src/IconLocalFireDepartmentOutlined.tsx b/src/IconLocalFireDepartmentOutlined.tsx index b625a0890..0c9924ce6 100644 --- a/src/IconLocalFireDepartmentOutlined.tsx +++ b/src/IconLocalFireDepartmentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentOutlined: React.FC = ({ ...props }) => ( +export const IconLocalFireDepartmentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFireDepartmentOutlined as default } diff --git a/src/IconLocalFireDepartmentOutlinedFilled.tsx b/src/IconLocalFireDepartmentOutlinedFilled.tsx index c367a40d2..2f6f358c9 100644 --- a/src/IconLocalFireDepartmentOutlinedFilled.tsx +++ b/src/IconLocalFireDepartmentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentOutlinedFilled: React.FC = ({ +export const IconLocalFireDepartmentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalFireDepartmentOutlinedFilled: React.FC = ({ ) - -export { IconLocalFireDepartmentOutlinedFilled as default } diff --git a/src/IconLocalFireDepartmentRounded.tsx b/src/IconLocalFireDepartmentRounded.tsx index c1e0ab3eb..9f628d70b 100644 --- a/src/IconLocalFireDepartmentRounded.tsx +++ b/src/IconLocalFireDepartmentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentRounded: React.FC = ({ ...props }) => ( +export const IconLocalFireDepartmentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFireDepartmentRounded as default } diff --git a/src/IconLocalFireDepartmentRoundedFilled.tsx b/src/IconLocalFireDepartmentRoundedFilled.tsx index b607fd974..3d4ee0dc1 100644 --- a/src/IconLocalFireDepartmentRoundedFilled.tsx +++ b/src/IconLocalFireDepartmentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentRoundedFilled: React.FC = ({ +export const IconLocalFireDepartmentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalFireDepartmentRoundedFilled: React.FC = ({ ) - -export { IconLocalFireDepartmentRoundedFilled as default } diff --git a/src/IconLocalFireDepartmentSharp.tsx b/src/IconLocalFireDepartmentSharp.tsx index 74cc947ba..2fad6caaa 100644 --- a/src/IconLocalFireDepartmentSharp.tsx +++ b/src/IconLocalFireDepartmentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentSharp: React.FC = ({ ...props }) => ( +export const IconLocalFireDepartmentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFireDepartmentSharp as default } diff --git a/src/IconLocalFireDepartmentSharpFilled.tsx b/src/IconLocalFireDepartmentSharpFilled.tsx index 6ec5c89c9..0270b8606 100644 --- a/src/IconLocalFireDepartmentSharpFilled.tsx +++ b/src/IconLocalFireDepartmentSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFireDepartmentSharpFilled: React.FC = ({ +export const IconLocalFireDepartmentSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalFireDepartmentSharpFilled: React.FC = ({ ) - -export { IconLocalFireDepartmentSharpFilled as default } diff --git a/src/IconLocalFloristOutlined.tsx b/src/IconLocalFloristOutlined.tsx index 3022b9236..0fadd465b 100644 --- a/src/IconLocalFloristOutlined.tsx +++ b/src/IconLocalFloristOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristOutlined: React.FC = ({ ...props }) => ( +export const IconLocalFloristOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalFloristOutlined as default } diff --git a/src/IconLocalFloristOutlinedFilled.tsx b/src/IconLocalFloristOutlinedFilled.tsx index 31ae8279e..941de0232 100644 --- a/src/IconLocalFloristOutlinedFilled.tsx +++ b/src/IconLocalFloristOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalFloristOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFloristOutlinedFilled as default } diff --git a/src/IconLocalFloristRounded.tsx b/src/IconLocalFloristRounded.tsx index 7bce93f51..09a5e04e3 100644 --- a/src/IconLocalFloristRounded.tsx +++ b/src/IconLocalFloristRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristRounded: React.FC = ({ ...props }) => ( +export const IconLocalFloristRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalFloristRounded as default } diff --git a/src/IconLocalFloristRoundedFilled.tsx b/src/IconLocalFloristRoundedFilled.tsx index 5842da6a6..2b7a64600 100644 --- a/src/IconLocalFloristRoundedFilled.tsx +++ b/src/IconLocalFloristRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalFloristRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFloristRoundedFilled as default } diff --git a/src/IconLocalFloristSharp.tsx b/src/IconLocalFloristSharp.tsx index 1b469e13c..ed73d7d3c 100644 --- a/src/IconLocalFloristSharp.tsx +++ b/src/IconLocalFloristSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristSharp: React.FC = ({ ...props }) => ( +export const IconLocalFloristSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalFloristSharp as default } diff --git a/src/IconLocalFloristSharpFilled.tsx b/src/IconLocalFloristSharpFilled.tsx index 63e2d0fb6..120d4e8b9 100644 --- a/src/IconLocalFloristSharpFilled.tsx +++ b/src/IconLocalFloristSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalFloristSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalFloristSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalFloristSharpFilled as default } diff --git a/src/IconLocalGasStationOutlined.tsx b/src/IconLocalGasStationOutlined.tsx index 02e667df8..33debd3fc 100644 --- a/src/IconLocalGasStationOutlined.tsx +++ b/src/IconLocalGasStationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationOutlined: React.FC = ({ ...props }) => ( +export const IconLocalGasStationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalGasStationOutlined as default } diff --git a/src/IconLocalGasStationOutlinedFilled.tsx b/src/IconLocalGasStationOutlinedFilled.tsx index ee911f2c4..6c2213c8c 100644 --- a/src/IconLocalGasStationOutlinedFilled.tsx +++ b/src/IconLocalGasStationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationOutlinedFilled: React.FC = ({ +export const IconLocalGasStationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalGasStationOutlinedFilled: React.FC = ({ ) - -export { IconLocalGasStationOutlinedFilled as default } diff --git a/src/IconLocalGasStationRounded.tsx b/src/IconLocalGasStationRounded.tsx index 5d78e72d2..4aa872f7d 100644 --- a/src/IconLocalGasStationRounded.tsx +++ b/src/IconLocalGasStationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationRounded: React.FC = ({ ...props }) => ( +export const IconLocalGasStationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalGasStationRounded as default } diff --git a/src/IconLocalGasStationRoundedFilled.tsx b/src/IconLocalGasStationRoundedFilled.tsx index 53e1f54d8..1b94bff1e 100644 --- a/src/IconLocalGasStationRoundedFilled.tsx +++ b/src/IconLocalGasStationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationRoundedFilled: React.FC = ({ +export const IconLocalGasStationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalGasStationRoundedFilled: React.FC = ({ ) - -export { IconLocalGasStationRoundedFilled as default } diff --git a/src/IconLocalGasStationSharp.tsx b/src/IconLocalGasStationSharp.tsx index f9ee9270b..b940c5e0d 100644 --- a/src/IconLocalGasStationSharp.tsx +++ b/src/IconLocalGasStationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationSharp: React.FC = ({ ...props }) => ( +export const IconLocalGasStationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalGasStationSharp as default } diff --git a/src/IconLocalGasStationSharpFilled.tsx b/src/IconLocalGasStationSharpFilled.tsx index f81a07015..acce8b07b 100644 --- a/src/IconLocalGasStationSharpFilled.tsx +++ b/src/IconLocalGasStationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalGasStationSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalGasStationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalGasStationSharpFilled as default } diff --git a/src/IconLocalHospitalOutlined.tsx b/src/IconLocalHospitalOutlined.tsx index 4cb1a1702..1ce24c31b 100644 --- a/src/IconLocalHospitalOutlined.tsx +++ b/src/IconLocalHospitalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalOutlined: React.FC = ({ ...props }) => ( +export const IconLocalHospitalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalOutlined as default } diff --git a/src/IconLocalHospitalOutlinedFilled.tsx b/src/IconLocalHospitalOutlinedFilled.tsx index 5aa439b45..37b5585c4 100644 --- a/src/IconLocalHospitalOutlinedFilled.tsx +++ b/src/IconLocalHospitalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalHospitalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalOutlinedFilled as default } diff --git a/src/IconLocalHospitalRounded.tsx b/src/IconLocalHospitalRounded.tsx index a0937f7fc..8b609ce3b 100644 --- a/src/IconLocalHospitalRounded.tsx +++ b/src/IconLocalHospitalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalRounded: React.FC = ({ ...props }) => ( +export const IconLocalHospitalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalRounded as default } diff --git a/src/IconLocalHospitalRoundedFilled.tsx b/src/IconLocalHospitalRoundedFilled.tsx index 579217d97..c8f2257a3 100644 --- a/src/IconLocalHospitalRoundedFilled.tsx +++ b/src/IconLocalHospitalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalHospitalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalRoundedFilled as default } diff --git a/src/IconLocalHospitalSharp.tsx b/src/IconLocalHospitalSharp.tsx index 5f8f8b525..9c82c672f 100644 --- a/src/IconLocalHospitalSharp.tsx +++ b/src/IconLocalHospitalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalSharp: React.FC = ({ ...props }) => ( +export const IconLocalHospitalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalSharp as default } diff --git a/src/IconLocalHospitalSharpFilled.tsx b/src/IconLocalHospitalSharpFilled.tsx index 07ffd7f58..77f2dcf3d 100644 --- a/src/IconLocalHospitalSharpFilled.tsx +++ b/src/IconLocalHospitalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalHospitalSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalHospitalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalHospitalSharpFilled as default } diff --git a/src/IconLocalLaundryServiceOutlined.tsx b/src/IconLocalLaundryServiceOutlined.tsx index 2c1e42d4d..9da82bdc9 100644 --- a/src/IconLocalLaundryServiceOutlined.tsx +++ b/src/IconLocalLaundryServiceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceOutlined: React.FC = ({ ...props }) => ( +export const IconLocalLaundryServiceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLaundryServiceOutlined as default } diff --git a/src/IconLocalLaundryServiceOutlinedFilled.tsx b/src/IconLocalLaundryServiceOutlinedFilled.tsx index f01bc8b1b..68a8b7718 100644 --- a/src/IconLocalLaundryServiceOutlinedFilled.tsx +++ b/src/IconLocalLaundryServiceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceOutlinedFilled: React.FC = ({ +export const IconLocalLaundryServiceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalLaundryServiceOutlinedFilled: React.FC = ({ ) - -export { IconLocalLaundryServiceOutlinedFilled as default } diff --git a/src/IconLocalLaundryServiceRounded.tsx b/src/IconLocalLaundryServiceRounded.tsx index a58d48e0a..7d6006441 100644 --- a/src/IconLocalLaundryServiceRounded.tsx +++ b/src/IconLocalLaundryServiceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceRounded: React.FC = ({ ...props }) => ( +export const IconLocalLaundryServiceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLaundryServiceRounded as default } diff --git a/src/IconLocalLaundryServiceRoundedFilled.tsx b/src/IconLocalLaundryServiceRoundedFilled.tsx index 857789d42..7d1c62234 100644 --- a/src/IconLocalLaundryServiceRoundedFilled.tsx +++ b/src/IconLocalLaundryServiceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceRoundedFilled: React.FC = ({ +export const IconLocalLaundryServiceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalLaundryServiceRoundedFilled: React.FC = ({ ) - -export { IconLocalLaundryServiceRoundedFilled as default } diff --git a/src/IconLocalLaundryServiceSharp.tsx b/src/IconLocalLaundryServiceSharp.tsx index b5692c296..5ca4e8d86 100644 --- a/src/IconLocalLaundryServiceSharp.tsx +++ b/src/IconLocalLaundryServiceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceSharp: React.FC = ({ ...props }) => ( +export const IconLocalLaundryServiceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLaundryServiceSharp as default } diff --git a/src/IconLocalLaundryServiceSharpFilled.tsx b/src/IconLocalLaundryServiceSharpFilled.tsx index 6027b216b..314ba8a38 100644 --- a/src/IconLocalLaundryServiceSharpFilled.tsx +++ b/src/IconLocalLaundryServiceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLaundryServiceSharpFilled: React.FC = ({ +export const IconLocalLaundryServiceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalLaundryServiceSharpFilled: React.FC = ({ ) - -export { IconLocalLaundryServiceSharpFilled as default } diff --git a/src/IconLocalLibraryOutlined.tsx b/src/IconLocalLibraryOutlined.tsx index 46f82c388..8f9583b21 100644 --- a/src/IconLocalLibraryOutlined.tsx +++ b/src/IconLocalLibraryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibraryOutlined: React.FC = ({ ...props }) => ( +export const IconLocalLibraryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalLibraryOutlined as default } diff --git a/src/IconLocalLibraryOutlinedFilled.tsx b/src/IconLocalLibraryOutlinedFilled.tsx index 48f8427d1..59bc1123d 100644 --- a/src/IconLocalLibraryOutlinedFilled.tsx +++ b/src/IconLocalLibraryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibraryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalLibraryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLibraryOutlinedFilled as default } diff --git a/src/IconLocalLibraryRounded.tsx b/src/IconLocalLibraryRounded.tsx index 72c220fb1..bab86d6db 100644 --- a/src/IconLocalLibraryRounded.tsx +++ b/src/IconLocalLibraryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibraryRounded: React.FC = ({ ...props }) => ( +export const IconLocalLibraryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalLibraryRounded as default } diff --git a/src/IconLocalLibraryRoundedFilled.tsx b/src/IconLocalLibraryRoundedFilled.tsx index 1bcf1e953..b0ec7053f 100644 --- a/src/IconLocalLibraryRoundedFilled.tsx +++ b/src/IconLocalLibraryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibraryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalLibraryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLibraryRoundedFilled as default } diff --git a/src/IconLocalLibrarySharp.tsx b/src/IconLocalLibrarySharp.tsx index 648f20f0b..8efe02d1a 100644 --- a/src/IconLocalLibrarySharp.tsx +++ b/src/IconLocalLibrarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibrarySharp: React.FC = ({ ...props }) => ( +export const IconLocalLibrarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalLibrarySharp as default } diff --git a/src/IconLocalLibrarySharpFilled.tsx b/src/IconLocalLibrarySharpFilled.tsx index 63eba256a..656f5140d 100644 --- a/src/IconLocalLibrarySharpFilled.tsx +++ b/src/IconLocalLibrarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalLibrarySharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalLibrarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalLibrarySharpFilled as default } diff --git a/src/IconLocalMallOutlined.tsx b/src/IconLocalMallOutlined.tsx index 1757887c2..29ac16476 100644 --- a/src/IconLocalMallOutlined.tsx +++ b/src/IconLocalMallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallOutlined: React.FC = ({ ...props }) => ( +export const IconLocalMallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalMallOutlined as default } diff --git a/src/IconLocalMallOutlinedFilled.tsx b/src/IconLocalMallOutlinedFilled.tsx index 5a4c528f4..4a8118b1f 100644 --- a/src/IconLocalMallOutlinedFilled.tsx +++ b/src/IconLocalMallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalMallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalMallOutlinedFilled as default } diff --git a/src/IconLocalMallRounded.tsx b/src/IconLocalMallRounded.tsx index 16236d381..78687ba9f 100644 --- a/src/IconLocalMallRounded.tsx +++ b/src/IconLocalMallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallRounded: React.FC = ({ ...props }) => ( +export const IconLocalMallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalMallRounded as default } diff --git a/src/IconLocalMallRoundedFilled.tsx b/src/IconLocalMallRoundedFilled.tsx index ee015a742..d4adcc934 100644 --- a/src/IconLocalMallRoundedFilled.tsx +++ b/src/IconLocalMallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalMallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalMallRoundedFilled as default } diff --git a/src/IconLocalMallSharp.tsx b/src/IconLocalMallSharp.tsx index cf354878b..e6fc55708 100644 --- a/src/IconLocalMallSharp.tsx +++ b/src/IconLocalMallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallSharp: React.FC = ({ ...props }) => ( +export const IconLocalMallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalMallSharp as default } diff --git a/src/IconLocalMallSharpFilled.tsx b/src/IconLocalMallSharpFilled.tsx index 239f19c7d..96bbe80d3 100644 --- a/src/IconLocalMallSharpFilled.tsx +++ b/src/IconLocalMallSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalMallSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalMallSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalMallSharpFilled as default } diff --git a/src/IconLocalParkingOutlined.tsx b/src/IconLocalParkingOutlined.tsx index 6808266b6..a53965207 100644 --- a/src/IconLocalParkingOutlined.tsx +++ b/src/IconLocalParkingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingOutlined: React.FC = ({ ...props }) => ( +export const IconLocalParkingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalParkingOutlined as default } diff --git a/src/IconLocalParkingOutlinedFilled.tsx b/src/IconLocalParkingOutlinedFilled.tsx index 57d90ce5e..95d1fe88f 100644 --- a/src/IconLocalParkingOutlinedFilled.tsx +++ b/src/IconLocalParkingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalParkingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalParkingOutlinedFilled as default } diff --git a/src/IconLocalParkingRounded.tsx b/src/IconLocalParkingRounded.tsx index 3b78495c3..3aefd5f9b 100644 --- a/src/IconLocalParkingRounded.tsx +++ b/src/IconLocalParkingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingRounded: React.FC = ({ ...props }) => ( +export const IconLocalParkingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalParkingRounded as default } diff --git a/src/IconLocalParkingRoundedFilled.tsx b/src/IconLocalParkingRoundedFilled.tsx index fc980f099..21eb2ae99 100644 --- a/src/IconLocalParkingRoundedFilled.tsx +++ b/src/IconLocalParkingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalParkingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalParkingRoundedFilled as default } diff --git a/src/IconLocalParkingSharp.tsx b/src/IconLocalParkingSharp.tsx index 3e82d0ed1..10ac01f74 100644 --- a/src/IconLocalParkingSharp.tsx +++ b/src/IconLocalParkingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingSharp: React.FC = ({ ...props }) => ( +export const IconLocalParkingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalParkingSharp as default } diff --git a/src/IconLocalParkingSharpFilled.tsx b/src/IconLocalParkingSharpFilled.tsx index 056136621..84345ee56 100644 --- a/src/IconLocalParkingSharpFilled.tsx +++ b/src/IconLocalParkingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalParkingSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalParkingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalParkingSharpFilled as default } diff --git a/src/IconLocalPharmacyOutlined.tsx b/src/IconLocalPharmacyOutlined.tsx index c3528f509..dd5795baf 100644 --- a/src/IconLocalPharmacyOutlined.tsx +++ b/src/IconLocalPharmacyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacyOutlined: React.FC = ({ ...props }) => ( +export const IconLocalPharmacyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacyOutlined as default } diff --git a/src/IconLocalPharmacyOutlinedFilled.tsx b/src/IconLocalPharmacyOutlinedFilled.tsx index 3c72993bf..3a4074f22 100644 --- a/src/IconLocalPharmacyOutlinedFilled.tsx +++ b/src/IconLocalPharmacyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPharmacyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacyOutlinedFilled as default } diff --git a/src/IconLocalPharmacyRounded.tsx b/src/IconLocalPharmacyRounded.tsx index d3847dc6f..b594101ad 100644 --- a/src/IconLocalPharmacyRounded.tsx +++ b/src/IconLocalPharmacyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacyRounded: React.FC = ({ ...props }) => ( +export const IconLocalPharmacyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacyRounded as default } diff --git a/src/IconLocalPharmacyRoundedFilled.tsx b/src/IconLocalPharmacyRoundedFilled.tsx index 64eb9db48..13b23a3d2 100644 --- a/src/IconLocalPharmacyRoundedFilled.tsx +++ b/src/IconLocalPharmacyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPharmacyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacyRoundedFilled as default } diff --git a/src/IconLocalPharmacySharp.tsx b/src/IconLocalPharmacySharp.tsx index aeb86650c..43b9b6031 100644 --- a/src/IconLocalPharmacySharp.tsx +++ b/src/IconLocalPharmacySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacySharp: React.FC = ({ ...props }) => ( +export const IconLocalPharmacySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacySharp as default } diff --git a/src/IconLocalPharmacySharpFilled.tsx b/src/IconLocalPharmacySharpFilled.tsx index 4ac731d04..ecc7be9a4 100644 --- a/src/IconLocalPharmacySharpFilled.tsx +++ b/src/IconLocalPharmacySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPharmacySharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalPharmacySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPharmacySharpFilled as default } diff --git a/src/IconLocalPizzaOutlined.tsx b/src/IconLocalPizzaOutlined.tsx index dc55993f4..f62f2652f 100644 --- a/src/IconLocalPizzaOutlined.tsx +++ b/src/IconLocalPizzaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaOutlined: React.FC = ({ ...props }) => ( +export const IconLocalPizzaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaOutlined as default } diff --git a/src/IconLocalPizzaOutlinedFilled.tsx b/src/IconLocalPizzaOutlinedFilled.tsx index 3c382a948..ea1a85d5f 100644 --- a/src/IconLocalPizzaOutlinedFilled.tsx +++ b/src/IconLocalPizzaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPizzaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaOutlinedFilled as default } diff --git a/src/IconLocalPizzaRounded.tsx b/src/IconLocalPizzaRounded.tsx index 95d63f4c3..e3a9f26d0 100644 --- a/src/IconLocalPizzaRounded.tsx +++ b/src/IconLocalPizzaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaRounded: React.FC = ({ ...props }) => ( +export const IconLocalPizzaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaRounded as default } diff --git a/src/IconLocalPizzaRoundedFilled.tsx b/src/IconLocalPizzaRoundedFilled.tsx index 6697ee02a..8a8684e1b 100644 --- a/src/IconLocalPizzaRoundedFilled.tsx +++ b/src/IconLocalPizzaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPizzaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaRoundedFilled as default } diff --git a/src/IconLocalPizzaSharp.tsx b/src/IconLocalPizzaSharp.tsx index 3fc67b2ae..30a63dc0b 100644 --- a/src/IconLocalPizzaSharp.tsx +++ b/src/IconLocalPizzaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaSharp: React.FC = ({ ...props }) => ( +export const IconLocalPizzaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaSharp as default } diff --git a/src/IconLocalPizzaSharpFilled.tsx b/src/IconLocalPizzaSharpFilled.tsx index 09766ab5d..a8004a911 100644 --- a/src/IconLocalPizzaSharpFilled.tsx +++ b/src/IconLocalPizzaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPizzaSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalPizzaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPizzaSharpFilled as default } diff --git a/src/IconLocalPoliceOutlined.tsx b/src/IconLocalPoliceOutlined.tsx index 409724818..de39d3ef3 100644 --- a/src/IconLocalPoliceOutlined.tsx +++ b/src/IconLocalPoliceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceOutlined: React.FC = ({ ...props }) => ( +export const IconLocalPoliceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceOutlined as default } diff --git a/src/IconLocalPoliceOutlinedFilled.tsx b/src/IconLocalPoliceOutlinedFilled.tsx index b820e9d95..27671de80 100644 --- a/src/IconLocalPoliceOutlinedFilled.tsx +++ b/src/IconLocalPoliceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPoliceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceOutlinedFilled as default } diff --git a/src/IconLocalPoliceRounded.tsx b/src/IconLocalPoliceRounded.tsx index 329f37968..5e7817bb7 100644 --- a/src/IconLocalPoliceRounded.tsx +++ b/src/IconLocalPoliceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceRounded: React.FC = ({ ...props }) => ( +export const IconLocalPoliceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceRounded as default } diff --git a/src/IconLocalPoliceRoundedFilled.tsx b/src/IconLocalPoliceRoundedFilled.tsx index 4d9d294bd..12cc48653 100644 --- a/src/IconLocalPoliceRoundedFilled.tsx +++ b/src/IconLocalPoliceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalPoliceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceRoundedFilled as default } diff --git a/src/IconLocalPoliceSharp.tsx b/src/IconLocalPoliceSharp.tsx index d2203f604..073839cc2 100644 --- a/src/IconLocalPoliceSharp.tsx +++ b/src/IconLocalPoliceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceSharp: React.FC = ({ ...props }) => ( +export const IconLocalPoliceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceSharp as default } diff --git a/src/IconLocalPoliceSharpFilled.tsx b/src/IconLocalPoliceSharpFilled.tsx index cf186b00b..d9a0a82fb 100644 --- a/src/IconLocalPoliceSharpFilled.tsx +++ b/src/IconLocalPoliceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPoliceSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalPoliceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPoliceSharpFilled as default } diff --git a/src/IconLocalPostOfficeOutlined.tsx b/src/IconLocalPostOfficeOutlined.tsx index c06cc9e0b..c1bd69a81 100644 --- a/src/IconLocalPostOfficeOutlined.tsx +++ b/src/IconLocalPostOfficeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeOutlined: React.FC = ({ ...props }) => ( +export const IconLocalPostOfficeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPostOfficeOutlined as default } diff --git a/src/IconLocalPostOfficeOutlinedFilled.tsx b/src/IconLocalPostOfficeOutlinedFilled.tsx index 7d2c87637..1fb75e023 100644 --- a/src/IconLocalPostOfficeOutlinedFilled.tsx +++ b/src/IconLocalPostOfficeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeOutlinedFilled: React.FC = ({ +export const IconLocalPostOfficeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalPostOfficeOutlinedFilled: React.FC = ({ ) - -export { IconLocalPostOfficeOutlinedFilled as default } diff --git a/src/IconLocalPostOfficeRounded.tsx b/src/IconLocalPostOfficeRounded.tsx index 64ffc98a4..6e0bf77e6 100644 --- a/src/IconLocalPostOfficeRounded.tsx +++ b/src/IconLocalPostOfficeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeRounded: React.FC = ({ ...props }) => ( +export const IconLocalPostOfficeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPostOfficeRounded as default } diff --git a/src/IconLocalPostOfficeRoundedFilled.tsx b/src/IconLocalPostOfficeRoundedFilled.tsx index 0f7b1f322..a140f9066 100644 --- a/src/IconLocalPostOfficeRoundedFilled.tsx +++ b/src/IconLocalPostOfficeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeRoundedFilled: React.FC = ({ +export const IconLocalPostOfficeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocalPostOfficeRoundedFilled: React.FC = ({ ) - -export { IconLocalPostOfficeRoundedFilled as default } diff --git a/src/IconLocalPostOfficeSharp.tsx b/src/IconLocalPostOfficeSharp.tsx index c8a1b9fdf..67595d6e1 100644 --- a/src/IconLocalPostOfficeSharp.tsx +++ b/src/IconLocalPostOfficeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeSharp: React.FC = ({ ...props }) => ( +export const IconLocalPostOfficeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalPostOfficeSharp as default } diff --git a/src/IconLocalPostOfficeSharpFilled.tsx b/src/IconLocalPostOfficeSharpFilled.tsx index d71db4e5a..48616ce13 100644 --- a/src/IconLocalPostOfficeSharpFilled.tsx +++ b/src/IconLocalPostOfficeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalPostOfficeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalPostOfficeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalPostOfficeSharpFilled as default } diff --git a/src/IconLocalSeeOutlined.tsx b/src/IconLocalSeeOutlined.tsx index 9538b8f88..17bed8933 100644 --- a/src/IconLocalSeeOutlined.tsx +++ b/src/IconLocalSeeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeOutlined: React.FC = ({ ...props }) => ( +export const IconLocalSeeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalSeeOutlined as default } diff --git a/src/IconLocalSeeOutlinedFilled.tsx b/src/IconLocalSeeOutlinedFilled.tsx index 98fc2b294..2bff875be 100644 --- a/src/IconLocalSeeOutlinedFilled.tsx +++ b/src/IconLocalSeeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalSeeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalSeeOutlinedFilled as default } diff --git a/src/IconLocalSeeRounded.tsx b/src/IconLocalSeeRounded.tsx index 6e359ddc4..4d5b0cef8 100644 --- a/src/IconLocalSeeRounded.tsx +++ b/src/IconLocalSeeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeRounded: React.FC = ({ ...props }) => ( +export const IconLocalSeeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalSeeRounded as default } diff --git a/src/IconLocalSeeRoundedFilled.tsx b/src/IconLocalSeeRoundedFilled.tsx index b4fb33cef..e31bcb0e9 100644 --- a/src/IconLocalSeeRoundedFilled.tsx +++ b/src/IconLocalSeeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalSeeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalSeeRoundedFilled as default } diff --git a/src/IconLocalSeeSharp.tsx b/src/IconLocalSeeSharp.tsx index c0effcc24..46eb5dd8e 100644 --- a/src/IconLocalSeeSharp.tsx +++ b/src/IconLocalSeeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeSharp: React.FC = ({ ...props }) => ( +export const IconLocalSeeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalSeeSharp as default } diff --git a/src/IconLocalSeeSharpFilled.tsx b/src/IconLocalSeeSharpFilled.tsx index 94fa8a092..e9590938d 100644 --- a/src/IconLocalSeeSharpFilled.tsx +++ b/src/IconLocalSeeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalSeeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalSeeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalSeeSharpFilled as default } diff --git a/src/IconLocalShippingOutlined.tsx b/src/IconLocalShippingOutlined.tsx index 1b45918c9..de539ff08 100644 --- a/src/IconLocalShippingOutlined.tsx +++ b/src/IconLocalShippingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingOutlined: React.FC = ({ ...props }) => ( +export const IconLocalShippingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalShippingOutlined as default } diff --git a/src/IconLocalShippingOutlinedFilled.tsx b/src/IconLocalShippingOutlinedFilled.tsx index d932c0a15..c8f50fe95 100644 --- a/src/IconLocalShippingOutlinedFilled.tsx +++ b/src/IconLocalShippingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalShippingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalShippingOutlinedFilled as default } diff --git a/src/IconLocalShippingRounded.tsx b/src/IconLocalShippingRounded.tsx index 60bf60502..65cff9740 100644 --- a/src/IconLocalShippingRounded.tsx +++ b/src/IconLocalShippingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingRounded: React.FC = ({ ...props }) => ( +export const IconLocalShippingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalShippingRounded as default } diff --git a/src/IconLocalShippingRoundedFilled.tsx b/src/IconLocalShippingRoundedFilled.tsx index ac5e0902b..d5b13c9d3 100644 --- a/src/IconLocalShippingRoundedFilled.tsx +++ b/src/IconLocalShippingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalShippingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalShippingRoundedFilled as default } diff --git a/src/IconLocalShippingSharp.tsx b/src/IconLocalShippingSharp.tsx index 43ad1a509..d2ea29cfa 100644 --- a/src/IconLocalShippingSharp.tsx +++ b/src/IconLocalShippingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingSharp: React.FC = ({ ...props }) => ( +export const IconLocalShippingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalShippingSharp as default } diff --git a/src/IconLocalShippingSharpFilled.tsx b/src/IconLocalShippingSharpFilled.tsx index 5943524cf..9ed76f367 100644 --- a/src/IconLocalShippingSharpFilled.tsx +++ b/src/IconLocalShippingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalShippingSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalShippingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalShippingSharpFilled as default } diff --git a/src/IconLocalTaxiOutlined.tsx b/src/IconLocalTaxiOutlined.tsx index 7e97105bc..b468b0d52 100644 --- a/src/IconLocalTaxiOutlined.tsx +++ b/src/IconLocalTaxiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiOutlined: React.FC = ({ ...props }) => ( +export const IconLocalTaxiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiOutlined as default } diff --git a/src/IconLocalTaxiOutlinedFilled.tsx b/src/IconLocalTaxiOutlinedFilled.tsx index a03e34205..60b676511 100644 --- a/src/IconLocalTaxiOutlinedFilled.tsx +++ b/src/IconLocalTaxiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocalTaxiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiOutlinedFilled as default } diff --git a/src/IconLocalTaxiRounded.tsx b/src/IconLocalTaxiRounded.tsx index 33cc56a60..c494bb8f8 100644 --- a/src/IconLocalTaxiRounded.tsx +++ b/src/IconLocalTaxiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiRounded: React.FC = ({ ...props }) => ( +export const IconLocalTaxiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiRounded as default } diff --git a/src/IconLocalTaxiRoundedFilled.tsx b/src/IconLocalTaxiRoundedFilled.tsx index b8c92452c..ede41c93e 100644 --- a/src/IconLocalTaxiRoundedFilled.tsx +++ b/src/IconLocalTaxiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocalTaxiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiRoundedFilled as default } diff --git a/src/IconLocalTaxiSharp.tsx b/src/IconLocalTaxiSharp.tsx index be1042065..02d0956fa 100644 --- a/src/IconLocalTaxiSharp.tsx +++ b/src/IconLocalTaxiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiSharp: React.FC = ({ ...props }) => ( +export const IconLocalTaxiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiSharp as default } diff --git a/src/IconLocalTaxiSharpFilled.tsx b/src/IconLocalTaxiSharpFilled.tsx index 380cb6093..e972248e5 100644 --- a/src/IconLocalTaxiSharpFilled.tsx +++ b/src/IconLocalTaxiSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocalTaxiSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocalTaxiSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocalTaxiSharpFilled as default } diff --git a/src/IconLocationAwayOutlined.tsx b/src/IconLocationAwayOutlined.tsx index ead625bf0..1cde1c864 100644 --- a/src/IconLocationAwayOutlined.tsx +++ b/src/IconLocationAwayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwayOutlined: React.FC = ({ ...props }) => ( +export const IconLocationAwayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationAwayOutlined as default } diff --git a/src/IconLocationAwayOutlinedFilled.tsx b/src/IconLocationAwayOutlinedFilled.tsx index aac3796f1..3b98d14d8 100644 --- a/src/IconLocationAwayOutlinedFilled.tsx +++ b/src/IconLocationAwayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationAwayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationAwayOutlinedFilled as default } diff --git a/src/IconLocationAwayRounded.tsx b/src/IconLocationAwayRounded.tsx index 730d8d10d..fd7f2179a 100644 --- a/src/IconLocationAwayRounded.tsx +++ b/src/IconLocationAwayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwayRounded: React.FC = ({ ...props }) => ( +export const IconLocationAwayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationAwayRounded as default } diff --git a/src/IconLocationAwayRoundedFilled.tsx b/src/IconLocationAwayRoundedFilled.tsx index 58ebe1d95..994098e75 100644 --- a/src/IconLocationAwayRoundedFilled.tsx +++ b/src/IconLocationAwayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationAwayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationAwayRoundedFilled as default } diff --git a/src/IconLocationAwaySharp.tsx b/src/IconLocationAwaySharp.tsx index edbca5eae..af3006f4f 100644 --- a/src/IconLocationAwaySharp.tsx +++ b/src/IconLocationAwaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwaySharp: React.FC = ({ ...props }) => ( +export const IconLocationAwaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationAwaySharp as default } diff --git a/src/IconLocationAwaySharpFilled.tsx b/src/IconLocationAwaySharpFilled.tsx index df0e0337a..9d2bf97d9 100644 --- a/src/IconLocationAwaySharpFilled.tsx +++ b/src/IconLocationAwaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationAwaySharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationAwaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationAwaySharpFilled as default } diff --git a/src/IconLocationChipOutlined.tsx b/src/IconLocationChipOutlined.tsx index b57d4f519..a2c77eb5b 100644 --- a/src/IconLocationChipOutlined.tsx +++ b/src/IconLocationChipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipOutlined: React.FC = ({ ...props }) => ( +export const IconLocationChipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationChipOutlined as default } diff --git a/src/IconLocationChipOutlinedFilled.tsx b/src/IconLocationChipOutlinedFilled.tsx index ee839a011..d671d2590 100644 --- a/src/IconLocationChipOutlinedFilled.tsx +++ b/src/IconLocationChipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationChipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationChipOutlinedFilled as default } diff --git a/src/IconLocationChipRounded.tsx b/src/IconLocationChipRounded.tsx index c87dc586a..1271c6357 100644 --- a/src/IconLocationChipRounded.tsx +++ b/src/IconLocationChipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipRounded: React.FC = ({ ...props }) => ( +export const IconLocationChipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationChipRounded as default } diff --git a/src/IconLocationChipRoundedFilled.tsx b/src/IconLocationChipRoundedFilled.tsx index d4269876d..e2a1953ee 100644 --- a/src/IconLocationChipRoundedFilled.tsx +++ b/src/IconLocationChipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationChipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationChipRoundedFilled as default } diff --git a/src/IconLocationChipSharp.tsx b/src/IconLocationChipSharp.tsx index 8ff6ef3e9..dc6deea3e 100644 --- a/src/IconLocationChipSharp.tsx +++ b/src/IconLocationChipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipSharp: React.FC = ({ ...props }) => ( +export const IconLocationChipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationChipSharp as default } diff --git a/src/IconLocationChipSharpFilled.tsx b/src/IconLocationChipSharpFilled.tsx index 7bcebb52f..c70387b0b 100644 --- a/src/IconLocationChipSharpFilled.tsx +++ b/src/IconLocationChipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationChipSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationChipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationChipSharpFilled as default } diff --git a/src/IconLocationCityOutlined.tsx b/src/IconLocationCityOutlined.tsx index 01528b58d..79efd492e 100644 --- a/src/IconLocationCityOutlined.tsx +++ b/src/IconLocationCityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCityOutlined: React.FC = ({ ...props }) => ( +export const IconLocationCityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationCityOutlined as default } diff --git a/src/IconLocationCityOutlinedFilled.tsx b/src/IconLocationCityOutlinedFilled.tsx index e1453fdd9..12474d6d3 100644 --- a/src/IconLocationCityOutlinedFilled.tsx +++ b/src/IconLocationCityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationCityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationCityOutlinedFilled as default } diff --git a/src/IconLocationCityRounded.tsx b/src/IconLocationCityRounded.tsx index ad87cc18b..c63756e4c 100644 --- a/src/IconLocationCityRounded.tsx +++ b/src/IconLocationCityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCityRounded: React.FC = ({ ...props }) => ( +export const IconLocationCityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationCityRounded as default } diff --git a/src/IconLocationCityRoundedFilled.tsx b/src/IconLocationCityRoundedFilled.tsx index a799b50fb..0994cb2be 100644 --- a/src/IconLocationCityRoundedFilled.tsx +++ b/src/IconLocationCityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationCityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationCityRoundedFilled as default } diff --git a/src/IconLocationCitySharp.tsx b/src/IconLocationCitySharp.tsx index 5c83a130e..933af5917 100644 --- a/src/IconLocationCitySharp.tsx +++ b/src/IconLocationCitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCitySharp: React.FC = ({ ...props }) => ( +export const IconLocationCitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationCitySharp as default } diff --git a/src/IconLocationCitySharpFilled.tsx b/src/IconLocationCitySharpFilled.tsx index 1e6e612be..b2c223dfe 100644 --- a/src/IconLocationCitySharpFilled.tsx +++ b/src/IconLocationCitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationCitySharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationCitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationCitySharpFilled as default } diff --git a/src/IconLocationDisabledOutlined.tsx b/src/IconLocationDisabledOutlined.tsx index 9b1b7ec4e..0e06d34a0 100644 --- a/src/IconLocationDisabledOutlined.tsx +++ b/src/IconLocationDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconLocationDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationDisabledOutlined as default } diff --git a/src/IconLocationDisabledOutlinedFilled.tsx b/src/IconLocationDisabledOutlinedFilled.tsx index 653010e79..3f9cb063a 100644 --- a/src/IconLocationDisabledOutlinedFilled.tsx +++ b/src/IconLocationDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledOutlinedFilled: React.FC = ({ +export const IconLocationDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocationDisabledOutlinedFilled: React.FC = ({ ) - -export { IconLocationDisabledOutlinedFilled as default } diff --git a/src/IconLocationDisabledRounded.tsx b/src/IconLocationDisabledRounded.tsx index 51849c236..ff73978eb 100644 --- a/src/IconLocationDisabledRounded.tsx +++ b/src/IconLocationDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledRounded: React.FC = ({ ...props }) => ( +export const IconLocationDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationDisabledRounded as default } diff --git a/src/IconLocationDisabledRoundedFilled.tsx b/src/IconLocationDisabledRoundedFilled.tsx index 29aaafff5..80ee9474a 100644 --- a/src/IconLocationDisabledRoundedFilled.tsx +++ b/src/IconLocationDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledRoundedFilled: React.FC = ({ +export const IconLocationDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocationDisabledRoundedFilled: React.FC = ({ ) - -export { IconLocationDisabledRoundedFilled as default } diff --git a/src/IconLocationDisabledSharp.tsx b/src/IconLocationDisabledSharp.tsx index 97224c46f..5cd7b437d 100644 --- a/src/IconLocationDisabledSharp.tsx +++ b/src/IconLocationDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledSharp: React.FC = ({ ...props }) => ( +export const IconLocationDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationDisabledSharp as default } diff --git a/src/IconLocationDisabledSharpFilled.tsx b/src/IconLocationDisabledSharpFilled.tsx index 138ade993..65fffb850 100644 --- a/src/IconLocationDisabledSharpFilled.tsx +++ b/src/IconLocationDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationDisabledSharpFilled as default } diff --git a/src/IconLocationHomeOutlined.tsx b/src/IconLocationHomeOutlined.tsx index 6ed4e854c..daaab3a29 100644 --- a/src/IconLocationHomeOutlined.tsx +++ b/src/IconLocationHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeOutlined: React.FC = ({ ...props }) => ( +export const IconLocationHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationHomeOutlined as default } diff --git a/src/IconLocationHomeOutlinedFilled.tsx b/src/IconLocationHomeOutlinedFilled.tsx index d20a40526..80c04572a 100644 --- a/src/IconLocationHomeOutlinedFilled.tsx +++ b/src/IconLocationHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationHomeOutlinedFilled as default } diff --git a/src/IconLocationHomeRounded.tsx b/src/IconLocationHomeRounded.tsx index d3e22472c..41c9f2c41 100644 --- a/src/IconLocationHomeRounded.tsx +++ b/src/IconLocationHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeRounded: React.FC = ({ ...props }) => ( +export const IconLocationHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationHomeRounded as default } diff --git a/src/IconLocationHomeRoundedFilled.tsx b/src/IconLocationHomeRoundedFilled.tsx index 8c0892fe0..3675cf777 100644 --- a/src/IconLocationHomeRoundedFilled.tsx +++ b/src/IconLocationHomeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationHomeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationHomeRoundedFilled as default } diff --git a/src/IconLocationHomeSharp.tsx b/src/IconLocationHomeSharp.tsx index 526f77b51..e7a1b229f 100644 --- a/src/IconLocationHomeSharp.tsx +++ b/src/IconLocationHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeSharp: React.FC = ({ ...props }) => ( +export const IconLocationHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationHomeSharp as default } diff --git a/src/IconLocationHomeSharpFilled.tsx b/src/IconLocationHomeSharpFilled.tsx index afdc98c95..b6ada927e 100644 --- a/src/IconLocationHomeSharpFilled.tsx +++ b/src/IconLocationHomeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationHomeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationHomeSharpFilled as default } diff --git a/src/IconLocationOffOutlined.tsx b/src/IconLocationOffOutlined.tsx index 47d44be08..fe6ddc8cf 100644 --- a/src/IconLocationOffOutlined.tsx +++ b/src/IconLocationOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffOutlined: React.FC = ({ ...props }) => ( +export const IconLocationOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOffOutlined as default } diff --git a/src/IconLocationOffOutlinedFilled.tsx b/src/IconLocationOffOutlinedFilled.tsx index 3d9089abf..a7d24f998 100644 --- a/src/IconLocationOffOutlinedFilled.tsx +++ b/src/IconLocationOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOffOutlinedFilled as default } diff --git a/src/IconLocationOffRounded.tsx b/src/IconLocationOffRounded.tsx index 05b56452e..50b0bdb00 100644 --- a/src/IconLocationOffRounded.tsx +++ b/src/IconLocationOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffRounded: React.FC = ({ ...props }) => ( +export const IconLocationOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOffRounded as default } diff --git a/src/IconLocationOffRoundedFilled.tsx b/src/IconLocationOffRoundedFilled.tsx index f2b93c158..4a3818f86 100644 --- a/src/IconLocationOffRoundedFilled.tsx +++ b/src/IconLocationOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOffRoundedFilled as default } diff --git a/src/IconLocationOffSharp.tsx b/src/IconLocationOffSharp.tsx index 042a41ffd..3f1630ce8 100644 --- a/src/IconLocationOffSharp.tsx +++ b/src/IconLocationOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffSharp: React.FC = ({ ...props }) => ( +export const IconLocationOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOffSharp as default } diff --git a/src/IconLocationOffSharpFilled.tsx b/src/IconLocationOffSharpFilled.tsx index 34f6dbc2b..41d7815c5 100644 --- a/src/IconLocationOffSharpFilled.tsx +++ b/src/IconLocationOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOffSharpFilled as default } diff --git a/src/IconLocationOnOutlined.tsx b/src/IconLocationOnOutlined.tsx index 4469c8e6e..1604241e1 100644 --- a/src/IconLocationOnOutlined.tsx +++ b/src/IconLocationOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnOutlined: React.FC = ({ ...props }) => ( +export const IconLocationOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOnOutlined as default } diff --git a/src/IconLocationOnOutlinedFilled.tsx b/src/IconLocationOnOutlinedFilled.tsx index ca9806cae..62c2d1857 100644 --- a/src/IconLocationOnOutlinedFilled.tsx +++ b/src/IconLocationOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLocationOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOnOutlinedFilled as default } diff --git a/src/IconLocationOnRounded.tsx b/src/IconLocationOnRounded.tsx index f9c4fd4a8..6cfd694f4 100644 --- a/src/IconLocationOnRounded.tsx +++ b/src/IconLocationOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnRounded: React.FC = ({ ...props }) => ( +export const IconLocationOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOnRounded as default } diff --git a/src/IconLocationOnRoundedFilled.tsx b/src/IconLocationOnRoundedFilled.tsx index 840f54284..618254dfc 100644 --- a/src/IconLocationOnRoundedFilled.tsx +++ b/src/IconLocationOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLocationOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOnRoundedFilled as default } diff --git a/src/IconLocationOnSharp.tsx b/src/IconLocationOnSharp.tsx index 577911fad..203fd4465 100644 --- a/src/IconLocationOnSharp.tsx +++ b/src/IconLocationOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnSharp: React.FC = ({ ...props }) => ( +export const IconLocationOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLocationOnSharp as default } diff --git a/src/IconLocationOnSharpFilled.tsx b/src/IconLocationOnSharpFilled.tsx index 1d68c94b8..804b554ef 100644 --- a/src/IconLocationOnSharpFilled.tsx +++ b/src/IconLocationOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconLocationOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationOnSharpFilled as default } diff --git a/src/IconLocationSearchingOutlined.tsx b/src/IconLocationSearchingOutlined.tsx index b90afd462..d575543b1 100644 --- a/src/IconLocationSearchingOutlined.tsx +++ b/src/IconLocationSearchingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingOutlined: React.FC = ({ ...props }) => ( +export const IconLocationSearchingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationSearchingOutlined as default } diff --git a/src/IconLocationSearchingOutlinedFilled.tsx b/src/IconLocationSearchingOutlinedFilled.tsx index 2ea6cd6bc..c77547f19 100644 --- a/src/IconLocationSearchingOutlinedFilled.tsx +++ b/src/IconLocationSearchingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingOutlinedFilled: React.FC = ({ +export const IconLocationSearchingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocationSearchingOutlinedFilled: React.FC = ({ ) - -export { IconLocationSearchingOutlinedFilled as default } diff --git a/src/IconLocationSearchingRounded.tsx b/src/IconLocationSearchingRounded.tsx index 41403167f..56faa938b 100644 --- a/src/IconLocationSearchingRounded.tsx +++ b/src/IconLocationSearchingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingRounded: React.FC = ({ ...props }) => ( +export const IconLocationSearchingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationSearchingRounded as default } diff --git a/src/IconLocationSearchingRoundedFilled.tsx b/src/IconLocationSearchingRoundedFilled.tsx index e09389e84..167e853fc 100644 --- a/src/IconLocationSearchingRoundedFilled.tsx +++ b/src/IconLocationSearchingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingRoundedFilled: React.FC = ({ +export const IconLocationSearchingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocationSearchingRoundedFilled: React.FC = ({ ) - -export { IconLocationSearchingRoundedFilled as default } diff --git a/src/IconLocationSearchingSharp.tsx b/src/IconLocationSearchingSharp.tsx index df35c8399..e1fbe09b2 100644 --- a/src/IconLocationSearchingSharp.tsx +++ b/src/IconLocationSearchingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingSharp: React.FC = ({ ...props }) => ( +export const IconLocationSearchingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLocationSearchingSharp as default } diff --git a/src/IconLocationSearchingSharpFilled.tsx b/src/IconLocationSearchingSharpFilled.tsx index e5db4ae3f..dc8f21e03 100644 --- a/src/IconLocationSearchingSharpFilled.tsx +++ b/src/IconLocationSearchingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLocationSearchingSharpFilled: React.FC = ({ +export const IconLocationSearchingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLocationSearchingSharpFilled: React.FC = ({ ) - -export { IconLocationSearchingSharpFilled as default } diff --git a/src/IconLockClockOutlined.tsx b/src/IconLockClockOutlined.tsx index 7edb33f04..f160df7ef 100644 --- a/src/IconLockClockOutlined.tsx +++ b/src/IconLockClockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockOutlined: React.FC = ({ ...props }) => ( +export const IconLockClockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockClockOutlined as default } diff --git a/src/IconLockClockOutlinedFilled.tsx b/src/IconLockClockOutlinedFilled.tsx index 7e84e1d4a..29490c638 100644 --- a/src/IconLockClockOutlinedFilled.tsx +++ b/src/IconLockClockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockClockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockClockOutlinedFilled as default } diff --git a/src/IconLockClockRounded.tsx b/src/IconLockClockRounded.tsx index ecbced37a..95f973fa2 100644 --- a/src/IconLockClockRounded.tsx +++ b/src/IconLockClockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockRounded: React.FC = ({ ...props }) => ( +export const IconLockClockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockClockRounded as default } diff --git a/src/IconLockClockRoundedFilled.tsx b/src/IconLockClockRoundedFilled.tsx index 909fc6549..464abf919 100644 --- a/src/IconLockClockRoundedFilled.tsx +++ b/src/IconLockClockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockClockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockClockRoundedFilled as default } diff --git a/src/IconLockClockSharp.tsx b/src/IconLockClockSharp.tsx index 2e670fc21..804204e7f 100644 --- a/src/IconLockClockSharp.tsx +++ b/src/IconLockClockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockSharp: React.FC = ({ ...props }) => ( +export const IconLockClockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockClockSharp as default } diff --git a/src/IconLockClockSharpFilled.tsx b/src/IconLockClockSharpFilled.tsx index f06a15dff..8b559251f 100644 --- a/src/IconLockClockSharpFilled.tsx +++ b/src/IconLockClockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockClockSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockClockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockClockSharpFilled as default } diff --git a/src/IconLockOpenOutlined.tsx b/src/IconLockOpenOutlined.tsx index 716bf001a..d2d56c04b 100644 --- a/src/IconLockOpenOutlined.tsx +++ b/src/IconLockOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenOutlined: React.FC = ({ ...props }) => ( +export const IconLockOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenOutlined as default } diff --git a/src/IconLockOpenOutlinedFilled.tsx b/src/IconLockOpenOutlinedFilled.tsx index 31abb66f2..58d7703c0 100644 --- a/src/IconLockOpenOutlinedFilled.tsx +++ b/src/IconLockOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenOutlinedFilled as default } diff --git a/src/IconLockOpenRightOutlined.tsx b/src/IconLockOpenRightOutlined.tsx index 31fc79077..d3ef3bc0e 100644 --- a/src/IconLockOpenRightOutlined.tsx +++ b/src/IconLockOpenRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightOutlined: React.FC = ({ ...props }) => ( +export const IconLockOpenRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightOutlined as default } diff --git a/src/IconLockOpenRightOutlinedFilled.tsx b/src/IconLockOpenRightOutlinedFilled.tsx index 7b9bcc05f..158c0e4f2 100644 --- a/src/IconLockOpenRightOutlinedFilled.tsx +++ b/src/IconLockOpenRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightOutlinedFilled as default } diff --git a/src/IconLockOpenRightRounded.tsx b/src/IconLockOpenRightRounded.tsx index 461bb5d90..5fa170acd 100644 --- a/src/IconLockOpenRightRounded.tsx +++ b/src/IconLockOpenRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightRounded: React.FC = ({ ...props }) => ( +export const IconLockOpenRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightRounded as default } diff --git a/src/IconLockOpenRightRoundedFilled.tsx b/src/IconLockOpenRightRoundedFilled.tsx index 9b906142b..aca866925 100644 --- a/src/IconLockOpenRightRoundedFilled.tsx +++ b/src/IconLockOpenRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightRoundedFilled as default } diff --git a/src/IconLockOpenRightSharp.tsx b/src/IconLockOpenRightSharp.tsx index 7e358c146..3b430d31d 100644 --- a/src/IconLockOpenRightSharp.tsx +++ b/src/IconLockOpenRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightSharp: React.FC = ({ ...props }) => ( +export const IconLockOpenRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightSharp as default } diff --git a/src/IconLockOpenRightSharpFilled.tsx b/src/IconLockOpenRightSharpFilled.tsx index 86568d5e1..64bb95718 100644 --- a/src/IconLockOpenRightSharpFilled.tsx +++ b/src/IconLockOpenRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenRightSharpFilled as default } diff --git a/src/IconLockOpenRounded.tsx b/src/IconLockOpenRounded.tsx index 92879a30d..82685ead0 100644 --- a/src/IconLockOpenRounded.tsx +++ b/src/IconLockOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRounded: React.FC = ({ ...props }) => ( +export const IconLockOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenRounded as default } diff --git a/src/IconLockOpenRoundedFilled.tsx b/src/IconLockOpenRoundedFilled.tsx index 028aecc31..8bf44fc43 100644 --- a/src/IconLockOpenRoundedFilled.tsx +++ b/src/IconLockOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockOpenRoundedFilled as default } diff --git a/src/IconLockOpenSharp.tsx b/src/IconLockOpenSharp.tsx index ed810b42c..8ee73890a 100644 --- a/src/IconLockOpenSharp.tsx +++ b/src/IconLockOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenSharp: React.FC = ({ ...props }) => ( +export const IconLockOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenSharp as default } diff --git a/src/IconLockOpenSharpFilled.tsx b/src/IconLockOpenSharpFilled.tsx index 759dff3d7..b452c4658 100644 --- a/src/IconLockOpenSharpFilled.tsx +++ b/src/IconLockOpenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockOpenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOpenSharpFilled as default } diff --git a/src/IconLockOutlined.tsx b/src/IconLockOutlined.tsx index 53fd5b595..bd1e4744f 100644 --- a/src/IconLockOutlined.tsx +++ b/src/IconLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOutlined: React.FC = ({ ...props }) => ( +export const IconLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOutlined as default } diff --git a/src/IconLockOutlinedFilled.tsx b/src/IconLockOutlinedFilled.tsx index c8fb7b439..d64a55b9d 100644 --- a/src/IconLockOutlinedFilled.tsx +++ b/src/IconLockOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockOutlinedFilled as default } diff --git a/src/IconLockPersonOutlined.tsx b/src/IconLockPersonOutlined.tsx index c58d35a9d..5e77de9a5 100644 --- a/src/IconLockPersonOutlined.tsx +++ b/src/IconLockPersonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonOutlined: React.FC = ({ ...props }) => ( +export const IconLockPersonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockPersonOutlined as default } diff --git a/src/IconLockPersonOutlinedFilled.tsx b/src/IconLockPersonOutlinedFilled.tsx index 013d70ebd..6a154e9c4 100644 --- a/src/IconLockPersonOutlinedFilled.tsx +++ b/src/IconLockPersonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockPersonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockPersonOutlinedFilled as default } diff --git a/src/IconLockPersonRounded.tsx b/src/IconLockPersonRounded.tsx index 1544d4561..41f0e66f4 100644 --- a/src/IconLockPersonRounded.tsx +++ b/src/IconLockPersonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonRounded: React.FC = ({ ...props }) => ( +export const IconLockPersonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockPersonRounded as default } diff --git a/src/IconLockPersonRoundedFilled.tsx b/src/IconLockPersonRoundedFilled.tsx index 85a0e3fc3..b7b1f6abe 100644 --- a/src/IconLockPersonRoundedFilled.tsx +++ b/src/IconLockPersonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockPersonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockPersonRoundedFilled as default } diff --git a/src/IconLockPersonSharp.tsx b/src/IconLockPersonSharp.tsx index 8fd54212b..b1d3c57c8 100644 --- a/src/IconLockPersonSharp.tsx +++ b/src/IconLockPersonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonSharp: React.FC = ({ ...props }) => ( +export const IconLockPersonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockPersonSharp as default } diff --git a/src/IconLockPersonSharpFilled.tsx b/src/IconLockPersonSharpFilled.tsx index d3a83ce76..f2cbe7e51 100644 --- a/src/IconLockPersonSharpFilled.tsx +++ b/src/IconLockPersonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockPersonSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockPersonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockPersonSharpFilled as default } diff --git a/src/IconLockResetOutlined.tsx b/src/IconLockResetOutlined.tsx index 181167db0..684d326df 100644 --- a/src/IconLockResetOutlined.tsx +++ b/src/IconLockResetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetOutlined: React.FC = ({ ...props }) => ( +export const IconLockResetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockResetOutlined as default } diff --git a/src/IconLockResetOutlinedFilled.tsx b/src/IconLockResetOutlinedFilled.tsx index e52d14e89..a7595552f 100644 --- a/src/IconLockResetOutlinedFilled.tsx +++ b/src/IconLockResetOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLockResetOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockResetOutlinedFilled as default } diff --git a/src/IconLockResetRounded.tsx b/src/IconLockResetRounded.tsx index 6bff67642..ce05634ac 100644 --- a/src/IconLockResetRounded.tsx +++ b/src/IconLockResetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetRounded: React.FC = ({ ...props }) => ( +export const IconLockResetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockResetRounded as default } diff --git a/src/IconLockResetRoundedFilled.tsx b/src/IconLockResetRoundedFilled.tsx index e05135808..9d143edf0 100644 --- a/src/IconLockResetRoundedFilled.tsx +++ b/src/IconLockResetRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockResetRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLockResetRoundedFilled as default } diff --git a/src/IconLockResetSharp.tsx b/src/IconLockResetSharp.tsx index 0e0391a9c..1c3003b64 100644 --- a/src/IconLockResetSharp.tsx +++ b/src/IconLockResetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetSharp: React.FC = ({ ...props }) => ( +export const IconLockResetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockResetSharp as default } diff --git a/src/IconLockResetSharpFilled.tsx b/src/IconLockResetSharpFilled.tsx index 70bb8ffb0..b385cb527 100644 --- a/src/IconLockResetSharpFilled.tsx +++ b/src/IconLockResetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockResetSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockResetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockResetSharpFilled as default } diff --git a/src/IconLockRounded.tsx b/src/IconLockRounded.tsx index c14311a95..93cedc4b0 100644 --- a/src/IconLockRounded.tsx +++ b/src/IconLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockRounded: React.FC = ({ ...props }) => ( +export const IconLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockRounded as default } diff --git a/src/IconLockRoundedFilled.tsx b/src/IconLockRoundedFilled.tsx index a74a22338..74f2dee8e 100644 --- a/src/IconLockRoundedFilled.tsx +++ b/src/IconLockRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLockRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockRoundedFilled as default } diff --git a/src/IconLockSharp.tsx b/src/IconLockSharp.tsx index 87dae7d73..ba23e6902 100644 --- a/src/IconLockSharp.tsx +++ b/src/IconLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockSharp: React.FC = ({ ...props }) => ( +export const IconLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockSharp as default } diff --git a/src/IconLockSharpFilled.tsx b/src/IconLockSharpFilled.tsx index 787f7cfcc..30e468f7b 100644 --- a/src/IconLockSharpFilled.tsx +++ b/src/IconLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLockSharpFilled as default } diff --git a/src/IconLoginOutlined.tsx b/src/IconLoginOutlined.tsx index 1db244543..74f4a0526 100644 --- a/src/IconLoginOutlined.tsx +++ b/src/IconLoginOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginOutlined: React.FC = ({ ...props }) => ( +export const IconLoginOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginOutlined as default } diff --git a/src/IconLoginOutlinedFilled.tsx b/src/IconLoginOutlinedFilled.tsx index 390bc00ed..92405a57c 100644 --- a/src/IconLoginOutlinedFilled.tsx +++ b/src/IconLoginOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLoginOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginOutlinedFilled as default } diff --git a/src/IconLoginRounded.tsx b/src/IconLoginRounded.tsx index 7fafe4f96..6e3fb1c32 100644 --- a/src/IconLoginRounded.tsx +++ b/src/IconLoginRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginRounded: React.FC = ({ ...props }) => ( +export const IconLoginRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginRounded as default } diff --git a/src/IconLoginRoundedFilled.tsx b/src/IconLoginRoundedFilled.tsx index 87c441b5c..5cd1bace0 100644 --- a/src/IconLoginRoundedFilled.tsx +++ b/src/IconLoginRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLoginRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginRoundedFilled as default } diff --git a/src/IconLoginSharp.tsx b/src/IconLoginSharp.tsx index e8d0e6ffc..5f7136885 100644 --- a/src/IconLoginSharp.tsx +++ b/src/IconLoginSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginSharp: React.FC = ({ ...props }) => ( +export const IconLoginSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginSharp as default } diff --git a/src/IconLoginSharpFilled.tsx b/src/IconLoginSharpFilled.tsx index a6e816560..f4531f2c2 100644 --- a/src/IconLoginSharpFilled.tsx +++ b/src/IconLoginSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoginSharpFilled: React.FC = ({ ...props }) => ( +export const IconLoginSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoginSharpFilled as default } diff --git a/src/IconLogoDevOutlined.tsx b/src/IconLogoDevOutlined.tsx index 0354a4dd8..75749df1a 100644 --- a/src/IconLogoDevOutlined.tsx +++ b/src/IconLogoDevOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevOutlined: React.FC = ({ ...props }) => ( +export const IconLogoDevOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoDevOutlined as default } diff --git a/src/IconLogoDevOutlinedFilled.tsx b/src/IconLogoDevOutlinedFilled.tsx index a29b5d4b1..9fd45f67b 100644 --- a/src/IconLogoDevOutlinedFilled.tsx +++ b/src/IconLogoDevOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLogoDevOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLogoDevOutlinedFilled as default } diff --git a/src/IconLogoDevRounded.tsx b/src/IconLogoDevRounded.tsx index 95877a291..fd65e5764 100644 --- a/src/IconLogoDevRounded.tsx +++ b/src/IconLogoDevRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevRounded: React.FC = ({ ...props }) => ( +export const IconLogoDevRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoDevRounded as default } diff --git a/src/IconLogoDevRoundedFilled.tsx b/src/IconLogoDevRoundedFilled.tsx index 83d9b5489..9e9b7fe90 100644 --- a/src/IconLogoDevRoundedFilled.tsx +++ b/src/IconLogoDevRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLogoDevRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoDevRoundedFilled as default } diff --git a/src/IconLogoDevSharp.tsx b/src/IconLogoDevSharp.tsx index 92b7e5375..67e69a84f 100644 --- a/src/IconLogoDevSharp.tsx +++ b/src/IconLogoDevSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevSharp: React.FC = ({ ...props }) => ( +export const IconLogoDevSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoDevSharp as default } diff --git a/src/IconLogoDevSharpFilled.tsx b/src/IconLogoDevSharpFilled.tsx index d5164fa3f..ac27d7628 100644 --- a/src/IconLogoDevSharpFilled.tsx +++ b/src/IconLogoDevSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoDevSharpFilled: React.FC = ({ ...props }) => ( +export const IconLogoDevSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoDevSharpFilled as default } diff --git a/src/IconLogoutOutlined.tsx b/src/IconLogoutOutlined.tsx index 0e1d62eea..90ce8d313 100644 --- a/src/IconLogoutOutlined.tsx +++ b/src/IconLogoutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutOutlined: React.FC = ({ ...props }) => ( +export const IconLogoutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutOutlined as default } diff --git a/src/IconLogoutOutlinedFilled.tsx b/src/IconLogoutOutlinedFilled.tsx index ee2bbc11c..53027cc63 100644 --- a/src/IconLogoutOutlinedFilled.tsx +++ b/src/IconLogoutOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLogoutOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutOutlinedFilled as default } diff --git a/src/IconLogoutRounded.tsx b/src/IconLogoutRounded.tsx index 690defea4..b7b651740 100644 --- a/src/IconLogoutRounded.tsx +++ b/src/IconLogoutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutRounded: React.FC = ({ ...props }) => ( +export const IconLogoutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutRounded as default } diff --git a/src/IconLogoutRoundedFilled.tsx b/src/IconLogoutRoundedFilled.tsx index bd33b21be..25786fd22 100644 --- a/src/IconLogoutRoundedFilled.tsx +++ b/src/IconLogoutRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLogoutRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutRoundedFilled as default } diff --git a/src/IconLogoutSharp.tsx b/src/IconLogoutSharp.tsx index 0bcc50249..6819d7187 100644 --- a/src/IconLogoutSharp.tsx +++ b/src/IconLogoutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutSharp: React.FC = ({ ...props }) => ( +export const IconLogoutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutSharp as default } diff --git a/src/IconLogoutSharpFilled.tsx b/src/IconLogoutSharpFilled.tsx index d5a14979a..ccb4f1232 100644 --- a/src/IconLogoutSharpFilled.tsx +++ b/src/IconLogoutSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLogoutSharpFilled: React.FC = ({ ...props }) => ( +export const IconLogoutSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLogoutSharpFilled as default } diff --git a/src/IconLooks3Outlined.tsx b/src/IconLooks3Outlined.tsx index c215ce24f..83ad7281e 100644 --- a/src/IconLooks3Outlined.tsx +++ b/src/IconLooks3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3Outlined: React.FC = ({ ...props }) => ( +export const IconLooks3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3Outlined as default } diff --git a/src/IconLooks3OutlinedFilled.tsx b/src/IconLooks3OutlinedFilled.tsx index d80401017..0714e686b 100644 --- a/src/IconLooks3OutlinedFilled.tsx +++ b/src/IconLooks3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooks3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3OutlinedFilled as default } diff --git a/src/IconLooks3Rounded.tsx b/src/IconLooks3Rounded.tsx index b5aafa488..6a2b58b46 100644 --- a/src/IconLooks3Rounded.tsx +++ b/src/IconLooks3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3Rounded: React.FC = ({ ...props }) => ( +export const IconLooks3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3Rounded as default } diff --git a/src/IconLooks3RoundedFilled.tsx b/src/IconLooks3RoundedFilled.tsx index 48928b181..60e7b824c 100644 --- a/src/IconLooks3RoundedFilled.tsx +++ b/src/IconLooks3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooks3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3RoundedFilled as default } diff --git a/src/IconLooks3Sharp.tsx b/src/IconLooks3Sharp.tsx index c23b7dc60..da7f1b524 100644 --- a/src/IconLooks3Sharp.tsx +++ b/src/IconLooks3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3Sharp: React.FC = ({ ...props }) => ( +export const IconLooks3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3Sharp as default } diff --git a/src/IconLooks3SharpFilled.tsx b/src/IconLooks3SharpFilled.tsx index 7c1d54785..c01d0d5f1 100644 --- a/src/IconLooks3SharpFilled.tsx +++ b/src/IconLooks3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks3SharpFilled: React.FC = ({ ...props }) => ( +export const IconLooks3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks3SharpFilled as default } diff --git a/src/IconLooks4Outlined.tsx b/src/IconLooks4Outlined.tsx index 26e563d93..1ef1386c0 100644 --- a/src/IconLooks4Outlined.tsx +++ b/src/IconLooks4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4Outlined: React.FC = ({ ...props }) => ( +export const IconLooks4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4Outlined as default } diff --git a/src/IconLooks4OutlinedFilled.tsx b/src/IconLooks4OutlinedFilled.tsx index 8513e74b5..053d33095 100644 --- a/src/IconLooks4OutlinedFilled.tsx +++ b/src/IconLooks4OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooks4OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4OutlinedFilled as default } diff --git a/src/IconLooks4Rounded.tsx b/src/IconLooks4Rounded.tsx index 357cd3050..1fab356c6 100644 --- a/src/IconLooks4Rounded.tsx +++ b/src/IconLooks4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4Rounded: React.FC = ({ ...props }) => ( +export const IconLooks4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4Rounded as default } diff --git a/src/IconLooks4RoundedFilled.tsx b/src/IconLooks4RoundedFilled.tsx index c0779b463..bcd41f0bb 100644 --- a/src/IconLooks4RoundedFilled.tsx +++ b/src/IconLooks4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooks4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4RoundedFilled as default } diff --git a/src/IconLooks4Sharp.tsx b/src/IconLooks4Sharp.tsx index 5422538d9..b84cf3aaa 100644 --- a/src/IconLooks4Sharp.tsx +++ b/src/IconLooks4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4Sharp: React.FC = ({ ...props }) => ( +export const IconLooks4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4Sharp as default } diff --git a/src/IconLooks4SharpFilled.tsx b/src/IconLooks4SharpFilled.tsx index c7f5d2373..b6a9ee6c6 100644 --- a/src/IconLooks4SharpFilled.tsx +++ b/src/IconLooks4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks4SharpFilled: React.FC = ({ ...props }) => ( +export const IconLooks4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks4SharpFilled as default } diff --git a/src/IconLooks5Outlined.tsx b/src/IconLooks5Outlined.tsx index 37e5e7b39..b29691b53 100644 --- a/src/IconLooks5Outlined.tsx +++ b/src/IconLooks5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5Outlined: React.FC = ({ ...props }) => ( +export const IconLooks5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5Outlined as default } diff --git a/src/IconLooks5OutlinedFilled.tsx b/src/IconLooks5OutlinedFilled.tsx index 05e8b53ce..0d3c4076e 100644 --- a/src/IconLooks5OutlinedFilled.tsx +++ b/src/IconLooks5OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooks5OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5OutlinedFilled as default } diff --git a/src/IconLooks5Rounded.tsx b/src/IconLooks5Rounded.tsx index 6a54164a4..b3db56850 100644 --- a/src/IconLooks5Rounded.tsx +++ b/src/IconLooks5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5Rounded: React.FC = ({ ...props }) => ( +export const IconLooks5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5Rounded as default } diff --git a/src/IconLooks5RoundedFilled.tsx b/src/IconLooks5RoundedFilled.tsx index c5cb56cc1..aaaee984c 100644 --- a/src/IconLooks5RoundedFilled.tsx +++ b/src/IconLooks5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooks5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5RoundedFilled as default } diff --git a/src/IconLooks5Sharp.tsx b/src/IconLooks5Sharp.tsx index 98bf46f89..89bbfed1a 100644 --- a/src/IconLooks5Sharp.tsx +++ b/src/IconLooks5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5Sharp: React.FC = ({ ...props }) => ( +export const IconLooks5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5Sharp as default } diff --git a/src/IconLooks5SharpFilled.tsx b/src/IconLooks5SharpFilled.tsx index 3bbb3830f..b59227fee 100644 --- a/src/IconLooks5SharpFilled.tsx +++ b/src/IconLooks5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks5SharpFilled: React.FC = ({ ...props }) => ( +export const IconLooks5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks5SharpFilled as default } diff --git a/src/IconLooks6Outlined.tsx b/src/IconLooks6Outlined.tsx index f505c5c40..b0bb57b78 100644 --- a/src/IconLooks6Outlined.tsx +++ b/src/IconLooks6Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6Outlined: React.FC = ({ ...props }) => ( +export const IconLooks6Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6Outlined as default } diff --git a/src/IconLooks6OutlinedFilled.tsx b/src/IconLooks6OutlinedFilled.tsx index 2d25459cf..90dce224e 100644 --- a/src/IconLooks6OutlinedFilled.tsx +++ b/src/IconLooks6OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooks6OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6OutlinedFilled as default } diff --git a/src/IconLooks6Rounded.tsx b/src/IconLooks6Rounded.tsx index 48b54ea4f..abcde1129 100644 --- a/src/IconLooks6Rounded.tsx +++ b/src/IconLooks6Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6Rounded: React.FC = ({ ...props }) => ( +export const IconLooks6Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6Rounded as default } diff --git a/src/IconLooks6RoundedFilled.tsx b/src/IconLooks6RoundedFilled.tsx index 33084b07c..b0b915bfe 100644 --- a/src/IconLooks6RoundedFilled.tsx +++ b/src/IconLooks6RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6RoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooks6RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6RoundedFilled as default } diff --git a/src/IconLooks6Sharp.tsx b/src/IconLooks6Sharp.tsx index eba720fe4..d5ba7fcbe 100644 --- a/src/IconLooks6Sharp.tsx +++ b/src/IconLooks6Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6Sharp: React.FC = ({ ...props }) => ( +export const IconLooks6Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6Sharp as default } diff --git a/src/IconLooks6SharpFilled.tsx b/src/IconLooks6SharpFilled.tsx index 989548bff..0a6df68cb 100644 --- a/src/IconLooks6SharpFilled.tsx +++ b/src/IconLooks6SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooks6SharpFilled: React.FC = ({ ...props }) => ( +export const IconLooks6SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooks6SharpFilled as default } diff --git a/src/IconLooksOneOutlined.tsx b/src/IconLooksOneOutlined.tsx index baced6285..713f0712f 100644 --- a/src/IconLooksOneOutlined.tsx +++ b/src/IconLooksOneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneOutlined: React.FC = ({ ...props }) => ( +export const IconLooksOneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOneOutlined as default } diff --git a/src/IconLooksOneOutlinedFilled.tsx b/src/IconLooksOneOutlinedFilled.tsx index 247a86672..651a773b5 100644 --- a/src/IconLooksOneOutlinedFilled.tsx +++ b/src/IconLooksOneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooksOneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLooksOneOutlinedFilled as default } diff --git a/src/IconLooksOneRounded.tsx b/src/IconLooksOneRounded.tsx index 2e1984c7a..b833515b6 100644 --- a/src/IconLooksOneRounded.tsx +++ b/src/IconLooksOneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneRounded: React.FC = ({ ...props }) => ( +export const IconLooksOneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOneRounded as default } diff --git a/src/IconLooksOneRoundedFilled.tsx b/src/IconLooksOneRoundedFilled.tsx index f7cba1cb0..eb8941b0a 100644 --- a/src/IconLooksOneRoundedFilled.tsx +++ b/src/IconLooksOneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooksOneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLooksOneRoundedFilled as default } diff --git a/src/IconLooksOneSharp.tsx b/src/IconLooksOneSharp.tsx index 456b856e3..bd73e2278 100644 --- a/src/IconLooksOneSharp.tsx +++ b/src/IconLooksOneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneSharp: React.FC = ({ ...props }) => ( +export const IconLooksOneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOneSharp as default } diff --git a/src/IconLooksOneSharpFilled.tsx b/src/IconLooksOneSharpFilled.tsx index 1273e90b6..d3c692189 100644 --- a/src/IconLooksOneSharpFilled.tsx +++ b/src/IconLooksOneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOneSharpFilled: React.FC = ({ ...props }) => ( +export const IconLooksOneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOneSharpFilled as default } diff --git a/src/IconLooksOutlined.tsx b/src/IconLooksOutlined.tsx index 28c809749..ebbb3c693 100644 --- a/src/IconLooksOutlined.tsx +++ b/src/IconLooksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOutlined: React.FC = ({ ...props }) => ( +export const IconLooksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOutlined as default } diff --git a/src/IconLooksOutlinedFilled.tsx b/src/IconLooksOutlinedFilled.tsx index b68f4bf7c..9a6d8fef7 100644 --- a/src/IconLooksOutlinedFilled.tsx +++ b/src/IconLooksOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooksOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksOutlinedFilled as default } diff --git a/src/IconLooksRounded.tsx b/src/IconLooksRounded.tsx index 918a54255..ed7a619da 100644 --- a/src/IconLooksRounded.tsx +++ b/src/IconLooksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksRounded: React.FC = ({ ...props }) => ( +export const IconLooksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksRounded as default } diff --git a/src/IconLooksRoundedFilled.tsx b/src/IconLooksRoundedFilled.tsx index fbe17caef..9209822f7 100644 --- a/src/IconLooksRoundedFilled.tsx +++ b/src/IconLooksRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooksRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksRoundedFilled as default } diff --git a/src/IconLooksSharp.tsx b/src/IconLooksSharp.tsx index 84beb6159..eba324df4 100644 --- a/src/IconLooksSharp.tsx +++ b/src/IconLooksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksSharp: React.FC = ({ ...props }) => ( +export const IconLooksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksSharp as default } diff --git a/src/IconLooksSharpFilled.tsx b/src/IconLooksSharpFilled.tsx index bbc33dc4b..6881bb588 100644 --- a/src/IconLooksSharpFilled.tsx +++ b/src/IconLooksSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksSharpFilled: React.FC = ({ ...props }) => ( +export const IconLooksSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksSharpFilled as default } diff --git a/src/IconLooksTwoOutlined.tsx b/src/IconLooksTwoOutlined.tsx index 41659b462..19b2f2cad 100644 --- a/src/IconLooksTwoOutlined.tsx +++ b/src/IconLooksTwoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoOutlined: React.FC = ({ ...props }) => ( +export const IconLooksTwoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksTwoOutlined as default } diff --git a/src/IconLooksTwoOutlinedFilled.tsx b/src/IconLooksTwoOutlinedFilled.tsx index 9ff2fd851..ec9c619b7 100644 --- a/src/IconLooksTwoOutlinedFilled.tsx +++ b/src/IconLooksTwoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLooksTwoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLooksTwoOutlinedFilled as default } diff --git a/src/IconLooksTwoRounded.tsx b/src/IconLooksTwoRounded.tsx index 81ce73274..20816b413 100644 --- a/src/IconLooksTwoRounded.tsx +++ b/src/IconLooksTwoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoRounded: React.FC = ({ ...props }) => ( +export const IconLooksTwoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksTwoRounded as default } diff --git a/src/IconLooksTwoRoundedFilled.tsx b/src/IconLooksTwoRoundedFilled.tsx index 09c53e59f..5750f2ab8 100644 --- a/src/IconLooksTwoRoundedFilled.tsx +++ b/src/IconLooksTwoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLooksTwoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLooksTwoRoundedFilled as default } diff --git a/src/IconLooksTwoSharp.tsx b/src/IconLooksTwoSharp.tsx index 288e5e1da..425eb8212 100644 --- a/src/IconLooksTwoSharp.tsx +++ b/src/IconLooksTwoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoSharp: React.FC = ({ ...props }) => ( +export const IconLooksTwoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksTwoSharp as default } diff --git a/src/IconLooksTwoSharpFilled.tsx b/src/IconLooksTwoSharpFilled.tsx index f1d7d37f5..fe4e5bf3a 100644 --- a/src/IconLooksTwoSharpFilled.tsx +++ b/src/IconLooksTwoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLooksTwoSharpFilled: React.FC = ({ ...props }) => ( +export const IconLooksTwoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLooksTwoSharpFilled as default } diff --git a/src/IconLoupeOutlined.tsx b/src/IconLoupeOutlined.tsx index 833e236d4..109495819 100644 --- a/src/IconLoupeOutlined.tsx +++ b/src/IconLoupeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeOutlined: React.FC = ({ ...props }) => ( +export const IconLoupeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeOutlined as default } diff --git a/src/IconLoupeOutlinedFilled.tsx b/src/IconLoupeOutlinedFilled.tsx index 437a73a49..5ea142acc 100644 --- a/src/IconLoupeOutlinedFilled.tsx +++ b/src/IconLoupeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLoupeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeOutlinedFilled as default } diff --git a/src/IconLoupeRounded.tsx b/src/IconLoupeRounded.tsx index 93cba37c0..2cc97e4c5 100644 --- a/src/IconLoupeRounded.tsx +++ b/src/IconLoupeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeRounded: React.FC = ({ ...props }) => ( +export const IconLoupeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeRounded as default } diff --git a/src/IconLoupeRoundedFilled.tsx b/src/IconLoupeRoundedFilled.tsx index a898bce02..0d00f4fb6 100644 --- a/src/IconLoupeRoundedFilled.tsx +++ b/src/IconLoupeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLoupeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeRoundedFilled as default } diff --git a/src/IconLoupeSharp.tsx b/src/IconLoupeSharp.tsx index b21823194..0cb7fc157 100644 --- a/src/IconLoupeSharp.tsx +++ b/src/IconLoupeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeSharp: React.FC = ({ ...props }) => ( +export const IconLoupeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeSharp as default } diff --git a/src/IconLoupeSharpFilled.tsx b/src/IconLoupeSharpFilled.tsx index 75816cd7d..6a20bf65c 100644 --- a/src/IconLoupeSharpFilled.tsx +++ b/src/IconLoupeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoupeSharpFilled: React.FC = ({ ...props }) => ( +export const IconLoupeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoupeSharpFilled as default } diff --git a/src/IconLowDensityOutlined.tsx b/src/IconLowDensityOutlined.tsx index f27336814..23f56b750 100644 --- a/src/IconLowDensityOutlined.tsx +++ b/src/IconLowDensityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensityOutlined: React.FC = ({ ...props }) => ( +export const IconLowDensityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowDensityOutlined as default } diff --git a/src/IconLowDensityOutlinedFilled.tsx b/src/IconLowDensityOutlinedFilled.tsx index 201eb8877..97a851f92 100644 --- a/src/IconLowDensityOutlinedFilled.tsx +++ b/src/IconLowDensityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLowDensityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowDensityOutlinedFilled as default } diff --git a/src/IconLowDensityRounded.tsx b/src/IconLowDensityRounded.tsx index c1a56364b..d91fd9516 100644 --- a/src/IconLowDensityRounded.tsx +++ b/src/IconLowDensityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensityRounded: React.FC = ({ ...props }) => ( +export const IconLowDensityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowDensityRounded as default } diff --git a/src/IconLowDensityRoundedFilled.tsx b/src/IconLowDensityRoundedFilled.tsx index a18585b4f..f00561988 100644 --- a/src/IconLowDensityRoundedFilled.tsx +++ b/src/IconLowDensityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLowDensityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowDensityRoundedFilled as default } diff --git a/src/IconLowDensitySharp.tsx b/src/IconLowDensitySharp.tsx index 7897cad02..88ed319b2 100644 --- a/src/IconLowDensitySharp.tsx +++ b/src/IconLowDensitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensitySharp: React.FC = ({ ...props }) => ( +export const IconLowDensitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowDensitySharp as default } diff --git a/src/IconLowDensitySharpFilled.tsx b/src/IconLowDensitySharpFilled.tsx index b58cf13eb..62166982f 100644 --- a/src/IconLowDensitySharpFilled.tsx +++ b/src/IconLowDensitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowDensitySharpFilled: React.FC = ({ ...props }) => ( +export const IconLowDensitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowDensitySharpFilled as default } diff --git a/src/IconLowPriorityOutlined.tsx b/src/IconLowPriorityOutlined.tsx index e6250f658..c7ddc9e86 100644 --- a/src/IconLowPriorityOutlined.tsx +++ b/src/IconLowPriorityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowPriorityOutlined: React.FC = ({ ...props }) => ( +export const IconLowPriorityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowPriorityOutlined as default } diff --git a/src/IconLowPriorityOutlinedFilled.tsx b/src/IconLowPriorityOutlinedFilled.tsx index 66b3121a5..eb8b0ac4e 100644 --- a/src/IconLowPriorityOutlinedFilled.tsx +++ b/src/IconLowPriorityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowPriorityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLowPriorityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowPriorityOutlinedFilled as default } diff --git a/src/IconLowPriorityRounded.tsx b/src/IconLowPriorityRounded.tsx index 10aec8d4a..e6b37bf99 100644 --- a/src/IconLowPriorityRounded.tsx +++ b/src/IconLowPriorityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowPriorityRounded: React.FC = ({ ...props }) => ( +export const IconLowPriorityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowPriorityRounded as default } diff --git a/src/IconLowPriorityRoundedFilled.tsx b/src/IconLowPriorityRoundedFilled.tsx index 391f80fe1..3c2dc9d7e 100644 --- a/src/IconLowPriorityRoundedFilled.tsx +++ b/src/IconLowPriorityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowPriorityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLowPriorityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowPriorityRoundedFilled as default } diff --git a/src/IconLowPrioritySharp.tsx b/src/IconLowPrioritySharp.tsx index 95c3a046c..766c63e8c 100644 --- a/src/IconLowPrioritySharp.tsx +++ b/src/IconLowPrioritySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowPrioritySharp: React.FC = ({ ...props }) => ( +export const IconLowPrioritySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowPrioritySharp as default } diff --git a/src/IconLowPrioritySharpFilled.tsx b/src/IconLowPrioritySharpFilled.tsx index 2cbe0d0f1..e2bef17fc 100644 --- a/src/IconLowPrioritySharpFilled.tsx +++ b/src/IconLowPrioritySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowPrioritySharpFilled: React.FC = ({ ...props }) => ( +export const IconLowPrioritySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowPrioritySharpFilled as default } diff --git a/src/IconLowercaseOutlined.tsx b/src/IconLowercaseOutlined.tsx index 5e5821ae7..5cc92e032 100644 --- a/src/IconLowercaseOutlined.tsx +++ b/src/IconLowercaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseOutlined: React.FC = ({ ...props }) => ( +export const IconLowercaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowercaseOutlined as default } diff --git a/src/IconLowercaseOutlinedFilled.tsx b/src/IconLowercaseOutlinedFilled.tsx index 6c8700caf..614cff76a 100644 --- a/src/IconLowercaseOutlinedFilled.tsx +++ b/src/IconLowercaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLowercaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowercaseOutlinedFilled as default } diff --git a/src/IconLowercaseRounded.tsx b/src/IconLowercaseRounded.tsx index 69b7b08ff..a8e9c6c87 100644 --- a/src/IconLowercaseRounded.tsx +++ b/src/IconLowercaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseRounded: React.FC = ({ ...props }) => ( +export const IconLowercaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowercaseRounded as default } diff --git a/src/IconLowercaseRoundedFilled.tsx b/src/IconLowercaseRoundedFilled.tsx index 48d745a17..1a19e3d2f 100644 --- a/src/IconLowercaseRoundedFilled.tsx +++ b/src/IconLowercaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLowercaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLowercaseRoundedFilled as default } diff --git a/src/IconLowercaseSharp.tsx b/src/IconLowercaseSharp.tsx index a0207475f..5a5e3c1ca 100644 --- a/src/IconLowercaseSharp.tsx +++ b/src/IconLowercaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseSharp: React.FC = ({ ...props }) => ( +export const IconLowercaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowercaseSharp as default } diff --git a/src/IconLowercaseSharpFilled.tsx b/src/IconLowercaseSharpFilled.tsx index 96791bf29..a9090a8c9 100644 --- a/src/IconLowercaseSharpFilled.tsx +++ b/src/IconLowercaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLowercaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconLowercaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLowercaseSharpFilled as default } diff --git a/src/IconLoyaltyOutlined.tsx b/src/IconLoyaltyOutlined.tsx index 13372244b..776c3c1fd 100644 --- a/src/IconLoyaltyOutlined.tsx +++ b/src/IconLoyaltyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltyOutlined: React.FC = ({ ...props }) => ( +export const IconLoyaltyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoyaltyOutlined as default } diff --git a/src/IconLoyaltyOutlinedFilled.tsx b/src/IconLoyaltyOutlinedFilled.tsx index f22d77da6..080c9aeab 100644 --- a/src/IconLoyaltyOutlinedFilled.tsx +++ b/src/IconLoyaltyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLoyaltyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLoyaltyOutlinedFilled as default } diff --git a/src/IconLoyaltyRounded.tsx b/src/IconLoyaltyRounded.tsx index 81d9a7f01..04e071904 100644 --- a/src/IconLoyaltyRounded.tsx +++ b/src/IconLoyaltyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltyRounded: React.FC = ({ ...props }) => ( +export const IconLoyaltyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoyaltyRounded as default } diff --git a/src/IconLoyaltyRoundedFilled.tsx b/src/IconLoyaltyRoundedFilled.tsx index c711e8afc..61346f0ca 100644 --- a/src/IconLoyaltyRoundedFilled.tsx +++ b/src/IconLoyaltyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLoyaltyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoyaltyRoundedFilled as default } diff --git a/src/IconLoyaltySharp.tsx b/src/IconLoyaltySharp.tsx index 51e22a7d2..deafab718 100644 --- a/src/IconLoyaltySharp.tsx +++ b/src/IconLoyaltySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltySharp: React.FC = ({ ...props }) => ( +export const IconLoyaltySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoyaltySharp as default } diff --git a/src/IconLoyaltySharpFilled.tsx b/src/IconLoyaltySharpFilled.tsx index 18c4ac96b..6edbd02be 100644 --- a/src/IconLoyaltySharpFilled.tsx +++ b/src/IconLoyaltySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLoyaltySharpFilled: React.FC = ({ ...props }) => ( +export const IconLoyaltySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLoyaltySharpFilled as default } diff --git a/src/IconLteMobiledataBadgeOutlined.tsx b/src/IconLteMobiledataBadgeOutlined.tsx index 284e11f92..e2414cde0 100644 --- a/src/IconLteMobiledataBadgeOutlined.tsx +++ b/src/IconLteMobiledataBadgeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( +export const IconLteMobiledataBadgeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataBadgeOutlined as default } diff --git a/src/IconLteMobiledataBadgeOutlinedFilled.tsx b/src/IconLteMobiledataBadgeOutlinedFilled.tsx index 2435650fd..b87da96dc 100644 --- a/src/IconLteMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconLteMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconLteMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLteMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconLteMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconLteMobiledataBadgeRounded.tsx b/src/IconLteMobiledataBadgeRounded.tsx index 11fa762a7..702785a8a 100644 --- a/src/IconLteMobiledataBadgeRounded.tsx +++ b/src/IconLteMobiledataBadgeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeRounded: React.FC = ({ ...props }) => ( +export const IconLteMobiledataBadgeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataBadgeRounded as default } diff --git a/src/IconLteMobiledataBadgeRoundedFilled.tsx b/src/IconLteMobiledataBadgeRoundedFilled.tsx index af945f9b5..75c44c5b2 100644 --- a/src/IconLteMobiledataBadgeRoundedFilled.tsx +++ b/src/IconLteMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconLteMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLteMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconLteMobiledataBadgeRoundedFilled as default } diff --git a/src/IconLteMobiledataBadgeSharp.tsx b/src/IconLteMobiledataBadgeSharp.tsx index 61c231db4..65a9db344 100644 --- a/src/IconLteMobiledataBadgeSharp.tsx +++ b/src/IconLteMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconLteMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataBadgeSharp as default } diff --git a/src/IconLteMobiledataBadgeSharpFilled.tsx b/src/IconLteMobiledataBadgeSharpFilled.tsx index 31f859389..c01124b2e 100644 --- a/src/IconLteMobiledataBadgeSharpFilled.tsx +++ b/src/IconLteMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataBadgeSharpFilled: React.FC = ({ +export const IconLteMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLteMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { IconLteMobiledataBadgeSharpFilled as default } diff --git a/src/IconLteMobiledataOutlined.tsx b/src/IconLteMobiledataOutlined.tsx index 2eeeeb398..c0517e50f 100644 --- a/src/IconLteMobiledataOutlined.tsx +++ b/src/IconLteMobiledataOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconLteMobiledataOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataOutlined as default } diff --git a/src/IconLteMobiledataOutlinedFilled.tsx b/src/IconLteMobiledataOutlinedFilled.tsx index 0ebe0072a..11295c781 100644 --- a/src/IconLteMobiledataOutlinedFilled.tsx +++ b/src/IconLteMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLteMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataOutlinedFilled as default } diff --git a/src/IconLteMobiledataRounded.tsx b/src/IconLteMobiledataRounded.tsx index 01ab6b04f..500be5891 100644 --- a/src/IconLteMobiledataRounded.tsx +++ b/src/IconLteMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconLteMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataRounded as default } diff --git a/src/IconLteMobiledataRoundedFilled.tsx b/src/IconLteMobiledataRoundedFilled.tsx index 64edd6dc6..bcd8fabf6 100644 --- a/src/IconLteMobiledataRoundedFilled.tsx +++ b/src/IconLteMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLteMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataRoundedFilled as default } diff --git a/src/IconLteMobiledataSharp.tsx b/src/IconLteMobiledataSharp.tsx index 999c0eb00..d238635db 100644 --- a/src/IconLteMobiledataSharp.tsx +++ b/src/IconLteMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconLteMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataSharp as default } diff --git a/src/IconLteMobiledataSharpFilled.tsx b/src/IconLteMobiledataSharpFilled.tsx index 641d5807f..0ee050cbb 100644 --- a/src/IconLteMobiledataSharpFilled.tsx +++ b/src/IconLteMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLteMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconLteMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLteMobiledataSharpFilled as default } diff --git a/src/IconLtePlusMobiledataBadgeOutlined.tsx b/src/IconLtePlusMobiledataBadgeOutlined.tsx index 3bdbf297f..d756a071f 100644 --- a/src/IconLtePlusMobiledataBadgeOutlined.tsx +++ b/src/IconLtePlusMobiledataBadgeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeOutlined: React.FC = ({ +export const IconLtePlusMobiledataBadgeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataBadgeOutlined: React.FC = ({ ) - -export { IconLtePlusMobiledataBadgeOutlined as default } diff --git a/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx b/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx index 2f53669d0..b9597fb1a 100644 --- a/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeOutlinedFilled: React.FC = ({ +export const IconLtePlusMobiledataBadgeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataBadgeOutlinedFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataBadgeOutlinedFilled as default } diff --git a/src/IconLtePlusMobiledataBadgeRounded.tsx b/src/IconLtePlusMobiledataBadgeRounded.tsx index 66c6dea77..c2691f038 100644 --- a/src/IconLtePlusMobiledataBadgeRounded.tsx +++ b/src/IconLtePlusMobiledataBadgeRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeRounded: React.FC = ({ +export const IconLtePlusMobiledataBadgeRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataBadgeRounded: React.FC = ({ ) - -export { IconLtePlusMobiledataBadgeRounded as default } diff --git a/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx b/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx index 0272b4d06..24708f29c 100644 --- a/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeRoundedFilled: React.FC = ({ +export const IconLtePlusMobiledataBadgeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataBadgeRoundedFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataBadgeRoundedFilled as default } diff --git a/src/IconLtePlusMobiledataBadgeSharp.tsx b/src/IconLtePlusMobiledataBadgeSharp.tsx index d87b365cd..f209cb8af 100644 --- a/src/IconLtePlusMobiledataBadgeSharp.tsx +++ b/src/IconLtePlusMobiledataBadgeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeSharp: React.FC = ({ ...props }) => ( +export const IconLtePlusMobiledataBadgeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLtePlusMobiledataBadgeSharp as default } diff --git a/src/IconLtePlusMobiledataBadgeSharpFilled.tsx b/src/IconLtePlusMobiledataBadgeSharpFilled.tsx index 7cac103ce..afc329a5a 100644 --- a/src/IconLtePlusMobiledataBadgeSharpFilled.tsx +++ b/src/IconLtePlusMobiledataBadgeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataBadgeSharpFilled: React.FC = ({ +export const IconLtePlusMobiledataBadgeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataBadgeSharpFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataBadgeSharpFilled as default } diff --git a/src/IconLtePlusMobiledataOutlined.tsx b/src/IconLtePlusMobiledataOutlined.tsx index 60df3ed05..79a8b2873 100644 --- a/src/IconLtePlusMobiledataOutlined.tsx +++ b/src/IconLtePlusMobiledataOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconLtePlusMobiledataOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLtePlusMobiledataOutlined as default } diff --git a/src/IconLtePlusMobiledataOutlinedFilled.tsx b/src/IconLtePlusMobiledataOutlinedFilled.tsx index 0928e7274..89e405182 100644 --- a/src/IconLtePlusMobiledataOutlinedFilled.tsx +++ b/src/IconLtePlusMobiledataOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataOutlinedFilled: React.FC = ({ +export const IconLtePlusMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataOutlinedFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataOutlinedFilled as default } diff --git a/src/IconLtePlusMobiledataRounded.tsx b/src/IconLtePlusMobiledataRounded.tsx index e3934746a..f39bf3aa4 100644 --- a/src/IconLtePlusMobiledataRounded.tsx +++ b/src/IconLtePlusMobiledataRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconLtePlusMobiledataRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLtePlusMobiledataRounded as default } diff --git a/src/IconLtePlusMobiledataRoundedFilled.tsx b/src/IconLtePlusMobiledataRoundedFilled.tsx index 8fd928f49..d8b2dae9f 100644 --- a/src/IconLtePlusMobiledataRoundedFilled.tsx +++ b/src/IconLtePlusMobiledataRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataRoundedFilled: React.FC = ({ +export const IconLtePlusMobiledataRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataRoundedFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataRoundedFilled as default } diff --git a/src/IconLtePlusMobiledataSharp.tsx b/src/IconLtePlusMobiledataSharp.tsx index 4713bcc4e..86010b1cc 100644 --- a/src/IconLtePlusMobiledataSharp.tsx +++ b/src/IconLtePlusMobiledataSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconLtePlusMobiledataSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLtePlusMobiledataSharp as default } diff --git a/src/IconLtePlusMobiledataSharpFilled.tsx b/src/IconLtePlusMobiledataSharpFilled.tsx index 3f2a77c29..ee8a008a3 100644 --- a/src/IconLtePlusMobiledataSharpFilled.tsx +++ b/src/IconLtePlusMobiledataSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconLtePlusMobiledataSharpFilled: React.FC = ({ +export const IconLtePlusMobiledataSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconLtePlusMobiledataSharpFilled: React.FC = ({ ) - -export { IconLtePlusMobiledataSharpFilled as default } diff --git a/src/IconLuggageOutlined.tsx b/src/IconLuggageOutlined.tsx index 46289af41..40c8f4bcc 100644 --- a/src/IconLuggageOutlined.tsx +++ b/src/IconLuggageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageOutlined: React.FC = ({ ...props }) => ( +export const IconLuggageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLuggageOutlined as default } diff --git a/src/IconLuggageOutlinedFilled.tsx b/src/IconLuggageOutlinedFilled.tsx index b94f70258..9282c5548 100644 --- a/src/IconLuggageOutlinedFilled.tsx +++ b/src/IconLuggageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLuggageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLuggageOutlinedFilled as default } diff --git a/src/IconLuggageRounded.tsx b/src/IconLuggageRounded.tsx index a8ff8b65f..7b940d5d9 100644 --- a/src/IconLuggageRounded.tsx +++ b/src/IconLuggageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageRounded: React.FC = ({ ...props }) => ( +export const IconLuggageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLuggageRounded as default } diff --git a/src/IconLuggageRoundedFilled.tsx b/src/IconLuggageRoundedFilled.tsx index 673314f66..f5d1c30d0 100644 --- a/src/IconLuggageRoundedFilled.tsx +++ b/src/IconLuggageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLuggageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLuggageRoundedFilled as default } diff --git a/src/IconLuggageSharp.tsx b/src/IconLuggageSharp.tsx index d5d0aa2f0..a720aaed9 100644 --- a/src/IconLuggageSharp.tsx +++ b/src/IconLuggageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageSharp: React.FC = ({ ...props }) => ( +export const IconLuggageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLuggageSharp as default } diff --git a/src/IconLuggageSharpFilled.tsx b/src/IconLuggageSharpFilled.tsx index ad929dc1d..2d73b585c 100644 --- a/src/IconLuggageSharpFilled.tsx +++ b/src/IconLuggageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLuggageSharpFilled: React.FC = ({ ...props }) => ( +export const IconLuggageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLuggageSharpFilled as default } diff --git a/src/IconLunchDiningOutlined.tsx b/src/IconLunchDiningOutlined.tsx index 70537b7ca..99efa93f7 100644 --- a/src/IconLunchDiningOutlined.tsx +++ b/src/IconLunchDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningOutlined: React.FC = ({ ...props }) => ( +export const IconLunchDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLunchDiningOutlined as default } diff --git a/src/IconLunchDiningOutlinedFilled.tsx b/src/IconLunchDiningOutlinedFilled.tsx index 17da62ddd..840d54cc4 100644 --- a/src/IconLunchDiningOutlinedFilled.tsx +++ b/src/IconLunchDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLunchDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLunchDiningOutlinedFilled as default } diff --git a/src/IconLunchDiningRounded.tsx b/src/IconLunchDiningRounded.tsx index 9f34a7097..b929f0b32 100644 --- a/src/IconLunchDiningRounded.tsx +++ b/src/IconLunchDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningRounded: React.FC = ({ ...props }) => ( +export const IconLunchDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLunchDiningRounded as default } diff --git a/src/IconLunchDiningRoundedFilled.tsx b/src/IconLunchDiningRoundedFilled.tsx index e63818587..1b05e34be 100644 --- a/src/IconLunchDiningRoundedFilled.tsx +++ b/src/IconLunchDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLunchDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLunchDiningRoundedFilled as default } diff --git a/src/IconLunchDiningSharp.tsx b/src/IconLunchDiningSharp.tsx index 2d03bd918..5e701aa5b 100644 --- a/src/IconLunchDiningSharp.tsx +++ b/src/IconLunchDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningSharp: React.FC = ({ ...props }) => ( +export const IconLunchDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLunchDiningSharp as default } diff --git a/src/IconLunchDiningSharpFilled.tsx b/src/IconLunchDiningSharpFilled.tsx index b28c40e62..10b0d2856 100644 --- a/src/IconLunchDiningSharpFilled.tsx +++ b/src/IconLunchDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconLunchDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconLunchDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconLunchDiningSharpFilled as default } diff --git a/src/IconLyricsOutlined.tsx b/src/IconLyricsOutlined.tsx index 439289746..5f3e9a89a 100644 --- a/src/IconLyricsOutlined.tsx +++ b/src/IconLyricsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsOutlined: React.FC = ({ ...props }) => ( +export const IconLyricsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconLyricsOutlined as default } diff --git a/src/IconLyricsOutlinedFilled.tsx b/src/IconLyricsOutlinedFilled.tsx index 5289a9b95..8d94e5de9 100644 --- a/src/IconLyricsOutlinedFilled.tsx +++ b/src/IconLyricsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconLyricsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLyricsOutlinedFilled as default } diff --git a/src/IconLyricsRounded.tsx b/src/IconLyricsRounded.tsx index b01082f54..89ed2bfc7 100644 --- a/src/IconLyricsRounded.tsx +++ b/src/IconLyricsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsRounded: React.FC = ({ ...props }) => ( +export const IconLyricsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconLyricsRounded as default } diff --git a/src/IconLyricsRoundedFilled.tsx b/src/IconLyricsRoundedFilled.tsx index 2556622ff..1554bfd1c 100644 --- a/src/IconLyricsRoundedFilled.tsx +++ b/src/IconLyricsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconLyricsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconLyricsRoundedFilled as default } diff --git a/src/IconLyricsSharp.tsx b/src/IconLyricsSharp.tsx index 0bdd91f90..ce27031bb 100644 --- a/src/IconLyricsSharp.tsx +++ b/src/IconLyricsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsSharp: React.FC = ({ ...props }) => ( +export const IconLyricsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconLyricsSharp as default } diff --git a/src/IconLyricsSharpFilled.tsx b/src/IconLyricsSharpFilled.tsx index faa14b57b..9f5f8012a 100644 --- a/src/IconLyricsSharpFilled.tsx +++ b/src/IconLyricsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconLyricsSharpFilled: React.FC = ({ ...props }) => ( +export const IconLyricsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconLyricsSharpFilled as default } diff --git a/src/IconMacroAutoOutlined.tsx b/src/IconMacroAutoOutlined.tsx index 9b9f201a9..8ef50f455 100644 --- a/src/IconMacroAutoOutlined.tsx +++ b/src/IconMacroAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoOutlined: React.FC = ({ ...props }) => ( +export const IconMacroAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroAutoOutlined as default } diff --git a/src/IconMacroAutoOutlinedFilled.tsx b/src/IconMacroAutoOutlinedFilled.tsx index d78f4aafe..79268ac79 100644 --- a/src/IconMacroAutoOutlinedFilled.tsx +++ b/src/IconMacroAutoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMacroAutoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMacroAutoOutlinedFilled as default } diff --git a/src/IconMacroAutoRounded.tsx b/src/IconMacroAutoRounded.tsx index 7b6c89f0f..11ebc2796 100644 --- a/src/IconMacroAutoRounded.tsx +++ b/src/IconMacroAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoRounded: React.FC = ({ ...props }) => ( +export const IconMacroAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroAutoRounded as default } diff --git a/src/IconMacroAutoRoundedFilled.tsx b/src/IconMacroAutoRoundedFilled.tsx index 1946218e2..fc5e780da 100644 --- a/src/IconMacroAutoRoundedFilled.tsx +++ b/src/IconMacroAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMacroAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMacroAutoRoundedFilled as default } diff --git a/src/IconMacroAutoSharp.tsx b/src/IconMacroAutoSharp.tsx index d15b3b15b..5a64721ba 100644 --- a/src/IconMacroAutoSharp.tsx +++ b/src/IconMacroAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoSharp: React.FC = ({ ...props }) => ( +export const IconMacroAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroAutoSharp as default } diff --git a/src/IconMacroAutoSharpFilled.tsx b/src/IconMacroAutoSharpFilled.tsx index 533ac19ca..32331dc31 100644 --- a/src/IconMacroAutoSharpFilled.tsx +++ b/src/IconMacroAutoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconMacroAutoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroAutoSharpFilled as default } diff --git a/src/IconMacroOffOutlined.tsx b/src/IconMacroOffOutlined.tsx index ddde8ec19..87948c52b 100644 --- a/src/IconMacroOffOutlined.tsx +++ b/src/IconMacroOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffOutlined: React.FC = ({ ...props }) => ( +export const IconMacroOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroOffOutlined as default } diff --git a/src/IconMacroOffOutlinedFilled.tsx b/src/IconMacroOffOutlinedFilled.tsx index 505cb5be0..2ad8a54e0 100644 --- a/src/IconMacroOffOutlinedFilled.tsx +++ b/src/IconMacroOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMacroOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMacroOffOutlinedFilled as default } diff --git a/src/IconMacroOffRounded.tsx b/src/IconMacroOffRounded.tsx index 2c9e55ed2..3959ec91a 100644 --- a/src/IconMacroOffRounded.tsx +++ b/src/IconMacroOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffRounded: React.FC = ({ ...props }) => ( +export const IconMacroOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroOffRounded as default } diff --git a/src/IconMacroOffRoundedFilled.tsx b/src/IconMacroOffRoundedFilled.tsx index 2da795db8..f62343766 100644 --- a/src/IconMacroOffRoundedFilled.tsx +++ b/src/IconMacroOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMacroOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMacroOffRoundedFilled as default } diff --git a/src/IconMacroOffSharp.tsx b/src/IconMacroOffSharp.tsx index 2d2bb5b83..33da8f35e 100644 --- a/src/IconMacroOffSharp.tsx +++ b/src/IconMacroOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffSharp: React.FC = ({ ...props }) => ( +export const IconMacroOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroOffSharp as default } diff --git a/src/IconMacroOffSharpFilled.tsx b/src/IconMacroOffSharpFilled.tsx index 180d1e78c..8f9566019 100644 --- a/src/IconMacroOffSharpFilled.tsx +++ b/src/IconMacroOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMacroOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMacroOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMacroOffSharpFilled as default } diff --git a/src/IconMagnificationLargeOutlined.tsx b/src/IconMagnificationLargeOutlined.tsx index c3472a522..ccfec9d5f 100644 --- a/src/IconMagnificationLargeOutlined.tsx +++ b/src/IconMagnificationLargeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeOutlined: React.FC = ({ ...props }) => ( +export const IconMagnificationLargeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationLargeOutlined as default } diff --git a/src/IconMagnificationLargeOutlinedFilled.tsx b/src/IconMagnificationLargeOutlinedFilled.tsx index ea3ded265..c2cc80b38 100644 --- a/src/IconMagnificationLargeOutlinedFilled.tsx +++ b/src/IconMagnificationLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeOutlinedFilled: React.FC = ({ +export const IconMagnificationLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationLargeOutlinedFilled: React.FC = ({ ) - -export { IconMagnificationLargeOutlinedFilled as default } diff --git a/src/IconMagnificationLargeRounded.tsx b/src/IconMagnificationLargeRounded.tsx index 549eb82b9..21996bb52 100644 --- a/src/IconMagnificationLargeRounded.tsx +++ b/src/IconMagnificationLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeRounded: React.FC = ({ ...props }) => ( +export const IconMagnificationLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationLargeRounded as default } diff --git a/src/IconMagnificationLargeRoundedFilled.tsx b/src/IconMagnificationLargeRoundedFilled.tsx index 361ad52d7..2cf79cefb 100644 --- a/src/IconMagnificationLargeRoundedFilled.tsx +++ b/src/IconMagnificationLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeRoundedFilled: React.FC = ({ +export const IconMagnificationLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationLargeRoundedFilled: React.FC = ({ ) - -export { IconMagnificationLargeRoundedFilled as default } diff --git a/src/IconMagnificationLargeSharp.tsx b/src/IconMagnificationLargeSharp.tsx index d49ba179e..eba91ad26 100644 --- a/src/IconMagnificationLargeSharp.tsx +++ b/src/IconMagnificationLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeSharp: React.FC = ({ ...props }) => ( +export const IconMagnificationLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationLargeSharp as default } diff --git a/src/IconMagnificationLargeSharpFilled.tsx b/src/IconMagnificationLargeSharpFilled.tsx index 9cece3d2f..d2dce444d 100644 --- a/src/IconMagnificationLargeSharpFilled.tsx +++ b/src/IconMagnificationLargeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationLargeSharpFilled: React.FC = ({ +export const IconMagnificationLargeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationLargeSharpFilled: React.FC = ({ ) - -export { IconMagnificationLargeSharpFilled as default } diff --git a/src/IconMagnificationSmallOutlined.tsx b/src/IconMagnificationSmallOutlined.tsx index 482a631e8..8cf685194 100644 --- a/src/IconMagnificationSmallOutlined.tsx +++ b/src/IconMagnificationSmallOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallOutlined: React.FC = ({ ...props }) => ( +export const IconMagnificationSmallOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationSmallOutlined as default } diff --git a/src/IconMagnificationSmallOutlinedFilled.tsx b/src/IconMagnificationSmallOutlinedFilled.tsx index b26b9c69a..0c70baf97 100644 --- a/src/IconMagnificationSmallOutlinedFilled.tsx +++ b/src/IconMagnificationSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallOutlinedFilled: React.FC = ({ +export const IconMagnificationSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationSmallOutlinedFilled: React.FC = ({ ) - -export { IconMagnificationSmallOutlinedFilled as default } diff --git a/src/IconMagnificationSmallRounded.tsx b/src/IconMagnificationSmallRounded.tsx index 6f08b9b16..dd5a9e07d 100644 --- a/src/IconMagnificationSmallRounded.tsx +++ b/src/IconMagnificationSmallRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallRounded: React.FC = ({ ...props }) => ( +export const IconMagnificationSmallRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationSmallRounded as default } diff --git a/src/IconMagnificationSmallRoundedFilled.tsx b/src/IconMagnificationSmallRoundedFilled.tsx index 1b2b6effd..440e71bc0 100644 --- a/src/IconMagnificationSmallRoundedFilled.tsx +++ b/src/IconMagnificationSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallRoundedFilled: React.FC = ({ +export const IconMagnificationSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationSmallRoundedFilled: React.FC = ({ ) - -export { IconMagnificationSmallRoundedFilled as default } diff --git a/src/IconMagnificationSmallSharp.tsx b/src/IconMagnificationSmallSharp.tsx index ed589d3a5..7c2090f14 100644 --- a/src/IconMagnificationSmallSharp.tsx +++ b/src/IconMagnificationSmallSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallSharp: React.FC = ({ ...props }) => ( +export const IconMagnificationSmallSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnificationSmallSharp as default } diff --git a/src/IconMagnificationSmallSharpFilled.tsx b/src/IconMagnificationSmallSharpFilled.tsx index a443563ea..d20304a1d 100644 --- a/src/IconMagnificationSmallSharpFilled.tsx +++ b/src/IconMagnificationSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnificationSmallSharpFilled: React.FC = ({ +export const IconMagnificationSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnificationSmallSharpFilled: React.FC = ({ ) - -export { IconMagnificationSmallSharpFilled as default } diff --git a/src/IconMagnifyDockedOutlined.tsx b/src/IconMagnifyDockedOutlined.tsx index 2b8aa146d..56f1f2919 100644 --- a/src/IconMagnifyDockedOutlined.tsx +++ b/src/IconMagnifyDockedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedOutlined: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedOutlined as default } diff --git a/src/IconMagnifyDockedOutlinedFilled.tsx b/src/IconMagnifyDockedOutlinedFilled.tsx index 7ed305c28..c186c290b 100644 --- a/src/IconMagnifyDockedOutlinedFilled.tsx +++ b/src/IconMagnifyDockedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedOutlinedFilled as default } diff --git a/src/IconMagnifyDockedRounded.tsx b/src/IconMagnifyDockedRounded.tsx index 2a6301618..5740ef47b 100644 --- a/src/IconMagnifyDockedRounded.tsx +++ b/src/IconMagnifyDockedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedRounded: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedRounded as default } diff --git a/src/IconMagnifyDockedRoundedFilled.tsx b/src/IconMagnifyDockedRoundedFilled.tsx index 19a91e288..e1a454bba 100644 --- a/src/IconMagnifyDockedRoundedFilled.tsx +++ b/src/IconMagnifyDockedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedRoundedFilled as default } diff --git a/src/IconMagnifyDockedSharp.tsx b/src/IconMagnifyDockedSharp.tsx index dbb76e3b9..b2ecf6d0b 100644 --- a/src/IconMagnifyDockedSharp.tsx +++ b/src/IconMagnifyDockedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedSharp: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedSharp as default } diff --git a/src/IconMagnifyDockedSharpFilled.tsx b/src/IconMagnifyDockedSharpFilled.tsx index a6d9a9808..2bb38a81f 100644 --- a/src/IconMagnifyDockedSharpFilled.tsx +++ b/src/IconMagnifyDockedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyDockedSharpFilled: React.FC = ({ ...props }) => ( +export const IconMagnifyDockedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyDockedSharpFilled as default } diff --git a/src/IconMagnifyFullscreenOutlined.tsx b/src/IconMagnifyFullscreenOutlined.tsx index 2f1cf13d0..43ae45755 100644 --- a/src/IconMagnifyFullscreenOutlined.tsx +++ b/src/IconMagnifyFullscreenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenOutlined: React.FC = ({ ...props }) => ( +export const IconMagnifyFullscreenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyFullscreenOutlined as default } diff --git a/src/IconMagnifyFullscreenOutlinedFilled.tsx b/src/IconMagnifyFullscreenOutlinedFilled.tsx index 6b6e44d37..f99a2c678 100644 --- a/src/IconMagnifyFullscreenOutlinedFilled.tsx +++ b/src/IconMagnifyFullscreenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenOutlinedFilled: React.FC = ({ +export const IconMagnifyFullscreenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnifyFullscreenOutlinedFilled: React.FC = ({ ) - -export { IconMagnifyFullscreenOutlinedFilled as default } diff --git a/src/IconMagnifyFullscreenRounded.tsx b/src/IconMagnifyFullscreenRounded.tsx index db63ee398..e63dc0675 100644 --- a/src/IconMagnifyFullscreenRounded.tsx +++ b/src/IconMagnifyFullscreenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenRounded: React.FC = ({ ...props }) => ( +export const IconMagnifyFullscreenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyFullscreenRounded as default } diff --git a/src/IconMagnifyFullscreenRoundedFilled.tsx b/src/IconMagnifyFullscreenRoundedFilled.tsx index c1b37e752..3d83e6783 100644 --- a/src/IconMagnifyFullscreenRoundedFilled.tsx +++ b/src/IconMagnifyFullscreenRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenRoundedFilled: React.FC = ({ +export const IconMagnifyFullscreenRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnifyFullscreenRoundedFilled: React.FC = ({ ) - -export { IconMagnifyFullscreenRoundedFilled as default } diff --git a/src/IconMagnifyFullscreenSharp.tsx b/src/IconMagnifyFullscreenSharp.tsx index 2cbf8efd9..7b282d48a 100644 --- a/src/IconMagnifyFullscreenSharp.tsx +++ b/src/IconMagnifyFullscreenSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenSharp: React.FC = ({ ...props }) => ( +export const IconMagnifyFullscreenSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMagnifyFullscreenSharp as default } diff --git a/src/IconMagnifyFullscreenSharpFilled.tsx b/src/IconMagnifyFullscreenSharpFilled.tsx index 17740babe..035a13edd 100644 --- a/src/IconMagnifyFullscreenSharpFilled.tsx +++ b/src/IconMagnifyFullscreenSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMagnifyFullscreenSharpFilled: React.FC = ({ +export const IconMagnifyFullscreenSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMagnifyFullscreenSharpFilled: React.FC = ({ ) - -export { IconMagnifyFullscreenSharpFilled as default } diff --git a/src/IconMailLockOutlined.tsx b/src/IconMailLockOutlined.tsx index c41d3a9e5..002ad6cf2 100644 --- a/src/IconMailLockOutlined.tsx +++ b/src/IconMailLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockOutlined: React.FC = ({ ...props }) => ( +export const IconMailLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailLockOutlined as default } diff --git a/src/IconMailLockOutlinedFilled.tsx b/src/IconMailLockOutlinedFilled.tsx index 999fbade7..507389ab4 100644 --- a/src/IconMailLockOutlinedFilled.tsx +++ b/src/IconMailLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMailLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMailLockOutlinedFilled as default } diff --git a/src/IconMailLockRounded.tsx b/src/IconMailLockRounded.tsx index 5f9d39811..4d63ec146 100644 --- a/src/IconMailLockRounded.tsx +++ b/src/IconMailLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockRounded: React.FC = ({ ...props }) => ( +export const IconMailLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailLockRounded as default } diff --git a/src/IconMailLockRoundedFilled.tsx b/src/IconMailLockRoundedFilled.tsx index 32d9451dd..4dc1490fb 100644 --- a/src/IconMailLockRoundedFilled.tsx +++ b/src/IconMailLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMailLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMailLockRoundedFilled as default } diff --git a/src/IconMailLockSharp.tsx b/src/IconMailLockSharp.tsx index 8f3047a73..29cd0b9ec 100644 --- a/src/IconMailLockSharp.tsx +++ b/src/IconMailLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockSharp: React.FC = ({ ...props }) => ( +export const IconMailLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailLockSharp as default } diff --git a/src/IconMailLockSharpFilled.tsx b/src/IconMailLockSharpFilled.tsx index 3a858ad9f..a483ff28c 100644 --- a/src/IconMailLockSharpFilled.tsx +++ b/src/IconMailLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconMailLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailLockSharpFilled as default } diff --git a/src/IconMailOffOutlined.tsx b/src/IconMailOffOutlined.tsx index 8f1b8c11d..1cc89c515 100644 --- a/src/IconMailOffOutlined.tsx +++ b/src/IconMailOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffOutlined: React.FC = ({ ...props }) => ( +export const IconMailOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOffOutlined as default } diff --git a/src/IconMailOffOutlinedFilled.tsx b/src/IconMailOffOutlinedFilled.tsx index 45dde4862..bd15c92c6 100644 --- a/src/IconMailOffOutlinedFilled.tsx +++ b/src/IconMailOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMailOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMailOffOutlinedFilled as default } diff --git a/src/IconMailOffRounded.tsx b/src/IconMailOffRounded.tsx index 629ada576..4361f1695 100644 --- a/src/IconMailOffRounded.tsx +++ b/src/IconMailOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffRounded: React.FC = ({ ...props }) => ( +export const IconMailOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOffRounded as default } diff --git a/src/IconMailOffRoundedFilled.tsx b/src/IconMailOffRoundedFilled.tsx index 7efadf5a4..c1404701d 100644 --- a/src/IconMailOffRoundedFilled.tsx +++ b/src/IconMailOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMailOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOffRoundedFilled as default } diff --git a/src/IconMailOffSharp.tsx b/src/IconMailOffSharp.tsx index 1b9456c5c..5d51b5579 100644 --- a/src/IconMailOffSharp.tsx +++ b/src/IconMailOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffSharp: React.FC = ({ ...props }) => ( +export const IconMailOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOffSharp as default } diff --git a/src/IconMailOffSharpFilled.tsx b/src/IconMailOffSharpFilled.tsx index 290cf1297..d53bc278a 100644 --- a/src/IconMailOffSharpFilled.tsx +++ b/src/IconMailOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMailOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOffSharpFilled as default } diff --git a/src/IconMailOutlined.tsx b/src/IconMailOutlined.tsx index 1db0ce2df..69b3a93ed 100644 --- a/src/IconMailOutlined.tsx +++ b/src/IconMailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOutlined: React.FC = ({ ...props }) => ( +export const IconMailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOutlined as default } diff --git a/src/IconMailOutlinedFilled.tsx b/src/IconMailOutlinedFilled.tsx index 97afcf6e2..b1feb91fa 100644 --- a/src/IconMailOutlinedFilled.tsx +++ b/src/IconMailOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMailOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailOutlinedFilled as default } diff --git a/src/IconMailRounded.tsx b/src/IconMailRounded.tsx index 70f7c77c9..3d690229c 100644 --- a/src/IconMailRounded.tsx +++ b/src/IconMailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailRounded: React.FC = ({ ...props }) => ( +export const IconMailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailRounded as default } diff --git a/src/IconMailRoundedFilled.tsx b/src/IconMailRoundedFilled.tsx index fdfcba9df..5c87249e4 100644 --- a/src/IconMailRoundedFilled.tsx +++ b/src/IconMailRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMailRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailRoundedFilled as default } diff --git a/src/IconMailSharp.tsx b/src/IconMailSharp.tsx index 7e2d3ca5a..6ff831792 100644 --- a/src/IconMailSharp.tsx +++ b/src/IconMailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailSharp: React.FC = ({ ...props }) => ( +export const IconMailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailSharp as default } diff --git a/src/IconMailSharpFilled.tsx b/src/IconMailSharpFilled.tsx index 49a38965a..4d273113e 100644 --- a/src/IconMailSharpFilled.tsx +++ b/src/IconMailSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMailSharpFilled: React.FC = ({ ...props }) => ( +export const IconMailSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMailSharpFilled as default } diff --git a/src/IconMaleOutlined.tsx b/src/IconMaleOutlined.tsx index 30cd90d9d..1b9f420a1 100644 --- a/src/IconMaleOutlined.tsx +++ b/src/IconMaleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleOutlined: React.FC = ({ ...props }) => ( +export const IconMaleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleOutlined as default } diff --git a/src/IconMaleOutlinedFilled.tsx b/src/IconMaleOutlinedFilled.tsx index a2f79af5e..5bcf25686 100644 --- a/src/IconMaleOutlinedFilled.tsx +++ b/src/IconMaleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMaleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleOutlinedFilled as default } diff --git a/src/IconMaleRounded.tsx b/src/IconMaleRounded.tsx index a76d1423a..0d73afe5d 100644 --- a/src/IconMaleRounded.tsx +++ b/src/IconMaleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleRounded: React.FC = ({ ...props }) => ( +export const IconMaleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleRounded as default } diff --git a/src/IconMaleRoundedFilled.tsx b/src/IconMaleRoundedFilled.tsx index 8926c732a..5ce06c6ee 100644 --- a/src/IconMaleRoundedFilled.tsx +++ b/src/IconMaleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMaleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleRoundedFilled as default } diff --git a/src/IconMaleSharp.tsx b/src/IconMaleSharp.tsx index fd3e600f2..9ce88fcdf 100644 --- a/src/IconMaleSharp.tsx +++ b/src/IconMaleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleSharp: React.FC = ({ ...props }) => ( +export const IconMaleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleSharp as default } diff --git a/src/IconMaleSharpFilled.tsx b/src/IconMaleSharpFilled.tsx index a7c1a64ae..1991abfe6 100644 --- a/src/IconMaleSharpFilled.tsx +++ b/src/IconMaleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaleSharpFilled: React.FC = ({ ...props }) => ( +export const IconMaleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaleSharpFilled as default } diff --git a/src/IconMan2Outlined.tsx b/src/IconMan2Outlined.tsx index 52d24b602..160c03a75 100644 --- a/src/IconMan2Outlined.tsx +++ b/src/IconMan2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2Outlined: React.FC = ({ ...props }) => ( +export const IconMan2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2Outlined as default } diff --git a/src/IconMan2OutlinedFilled.tsx b/src/IconMan2OutlinedFilled.tsx index cab83cadb..4872828c2 100644 --- a/src/IconMan2OutlinedFilled.tsx +++ b/src/IconMan2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMan2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2OutlinedFilled as default } diff --git a/src/IconMan2Rounded.tsx b/src/IconMan2Rounded.tsx index 2c10c6497..50c3d37b7 100644 --- a/src/IconMan2Rounded.tsx +++ b/src/IconMan2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2Rounded: React.FC = ({ ...props }) => ( +export const IconMan2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2Rounded as default } diff --git a/src/IconMan2RoundedFilled.tsx b/src/IconMan2RoundedFilled.tsx index 02b96532d..18be9aafd 100644 --- a/src/IconMan2RoundedFilled.tsx +++ b/src/IconMan2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconMan2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2RoundedFilled as default } diff --git a/src/IconMan2Sharp.tsx b/src/IconMan2Sharp.tsx index caca77f3d..f9bcb4004 100644 --- a/src/IconMan2Sharp.tsx +++ b/src/IconMan2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2Sharp: React.FC = ({ ...props }) => ( +export const IconMan2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2Sharp as default } diff --git a/src/IconMan2SharpFilled.tsx b/src/IconMan2SharpFilled.tsx index 6686dacf0..ca9d19d9b 100644 --- a/src/IconMan2SharpFilled.tsx +++ b/src/IconMan2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan2SharpFilled: React.FC = ({ ...props }) => ( +export const IconMan2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan2SharpFilled as default } diff --git a/src/IconMan3Outlined.tsx b/src/IconMan3Outlined.tsx index a1b32b49a..efea00a43 100644 --- a/src/IconMan3Outlined.tsx +++ b/src/IconMan3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3Outlined: React.FC = ({ ...props }) => ( +export const IconMan3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3Outlined as default } diff --git a/src/IconMan3OutlinedFilled.tsx b/src/IconMan3OutlinedFilled.tsx index d77f142f1..58bcd35ac 100644 --- a/src/IconMan3OutlinedFilled.tsx +++ b/src/IconMan3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMan3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3OutlinedFilled as default } diff --git a/src/IconMan3Rounded.tsx b/src/IconMan3Rounded.tsx index cc66c4026..08939210e 100644 --- a/src/IconMan3Rounded.tsx +++ b/src/IconMan3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3Rounded: React.FC = ({ ...props }) => ( +export const IconMan3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3Rounded as default } diff --git a/src/IconMan3RoundedFilled.tsx b/src/IconMan3RoundedFilled.tsx index 58f8a3d31..1e3369528 100644 --- a/src/IconMan3RoundedFilled.tsx +++ b/src/IconMan3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconMan3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3RoundedFilled as default } diff --git a/src/IconMan3Sharp.tsx b/src/IconMan3Sharp.tsx index a5826718f..5e9db2892 100644 --- a/src/IconMan3Sharp.tsx +++ b/src/IconMan3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3Sharp: React.FC = ({ ...props }) => ( +export const IconMan3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3Sharp as default } diff --git a/src/IconMan3SharpFilled.tsx b/src/IconMan3SharpFilled.tsx index 78a37716a..753413e52 100644 --- a/src/IconMan3SharpFilled.tsx +++ b/src/IconMan3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan3SharpFilled: React.FC = ({ ...props }) => ( +export const IconMan3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan3SharpFilled as default } diff --git a/src/IconMan4Outlined.tsx b/src/IconMan4Outlined.tsx index ac1bcf499..a0918946a 100644 --- a/src/IconMan4Outlined.tsx +++ b/src/IconMan4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4Outlined: React.FC = ({ ...props }) => ( +export const IconMan4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4Outlined as default } diff --git a/src/IconMan4OutlinedFilled.tsx b/src/IconMan4OutlinedFilled.tsx index 353ee9116..2fdd5f5e6 100644 --- a/src/IconMan4OutlinedFilled.tsx +++ b/src/IconMan4OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMan4OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4OutlinedFilled as default } diff --git a/src/IconMan4Rounded.tsx b/src/IconMan4Rounded.tsx index fb36e8366..be28a222d 100644 --- a/src/IconMan4Rounded.tsx +++ b/src/IconMan4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4Rounded: React.FC = ({ ...props }) => ( +export const IconMan4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4Rounded as default } diff --git a/src/IconMan4RoundedFilled.tsx b/src/IconMan4RoundedFilled.tsx index 31ea08ade..4a342933b 100644 --- a/src/IconMan4RoundedFilled.tsx +++ b/src/IconMan4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconMan4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4RoundedFilled as default } diff --git a/src/IconMan4Sharp.tsx b/src/IconMan4Sharp.tsx index 94493a4c7..3deeff638 100644 --- a/src/IconMan4Sharp.tsx +++ b/src/IconMan4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4Sharp: React.FC = ({ ...props }) => ( +export const IconMan4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4Sharp as default } diff --git a/src/IconMan4SharpFilled.tsx b/src/IconMan4SharpFilled.tsx index d7b6648fe..8a786ffde 100644 --- a/src/IconMan4SharpFilled.tsx +++ b/src/IconMan4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMan4SharpFilled: React.FC = ({ ...props }) => ( +export const IconMan4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMan4SharpFilled as default } diff --git a/src/IconManOutlined.tsx b/src/IconManOutlined.tsx index 79efafb14..cf2f95937 100644 --- a/src/IconManOutlined.tsx +++ b/src/IconManOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManOutlined: React.FC = ({ ...props }) => ( +export const IconManOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManOutlined as default } diff --git a/src/IconManOutlinedFilled.tsx b/src/IconManOutlinedFilled.tsx index aff248bdd..135b93579 100644 --- a/src/IconManOutlinedFilled.tsx +++ b/src/IconManOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconManOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManOutlinedFilled as default } diff --git a/src/IconManRounded.tsx b/src/IconManRounded.tsx index 8ebc40c9f..4256d543a 100644 --- a/src/IconManRounded.tsx +++ b/src/IconManRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManRounded: React.FC = ({ ...props }) => ( +export const IconManRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManRounded as default } diff --git a/src/IconManRoundedFilled.tsx b/src/IconManRoundedFilled.tsx index acbe02866..fc611fa56 100644 --- a/src/IconManRoundedFilled.tsx +++ b/src/IconManRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManRoundedFilled: React.FC = ({ ...props }) => ( +export const IconManRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManRoundedFilled as default } diff --git a/src/IconManSharp.tsx b/src/IconManSharp.tsx index 7e3b2b81e..6b3f8f38c 100644 --- a/src/IconManSharp.tsx +++ b/src/IconManSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManSharp: React.FC = ({ ...props }) => ( +export const IconManSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManSharp as default } diff --git a/src/IconManSharpFilled.tsx b/src/IconManSharpFilled.tsx index f0dbc44e0..428f93c18 100644 --- a/src/IconManSharpFilled.tsx +++ b/src/IconManSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManSharpFilled: React.FC = ({ ...props }) => ( +export const IconManSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManSharpFilled as default } diff --git a/src/IconManageAccountsOutlined.tsx b/src/IconManageAccountsOutlined.tsx index 9ccda09fb..8dcaef6d6 100644 --- a/src/IconManageAccountsOutlined.tsx +++ b/src/IconManageAccountsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsOutlined: React.FC = ({ ...props }) => ( +export const IconManageAccountsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageAccountsOutlined as default } diff --git a/src/IconManageAccountsOutlinedFilled.tsx b/src/IconManageAccountsOutlinedFilled.tsx index b955fe4d6..a1782fc81 100644 --- a/src/IconManageAccountsOutlinedFilled.tsx +++ b/src/IconManageAccountsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsOutlinedFilled: React.FC = ({ +export const IconManageAccountsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconManageAccountsOutlinedFilled: React.FC = ({ ) - -export { IconManageAccountsOutlinedFilled as default } diff --git a/src/IconManageAccountsRounded.tsx b/src/IconManageAccountsRounded.tsx index b2d361e9b..52f56c057 100644 --- a/src/IconManageAccountsRounded.tsx +++ b/src/IconManageAccountsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsRounded: React.FC = ({ ...props }) => ( +export const IconManageAccountsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageAccountsRounded as default } diff --git a/src/IconManageAccountsRoundedFilled.tsx b/src/IconManageAccountsRoundedFilled.tsx index 60e945365..e8cb4648f 100644 --- a/src/IconManageAccountsRoundedFilled.tsx +++ b/src/IconManageAccountsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconManageAccountsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageAccountsRoundedFilled as default } diff --git a/src/IconManageAccountsSharp.tsx b/src/IconManageAccountsSharp.tsx index dc94b3a50..b8376ba08 100644 --- a/src/IconManageAccountsSharp.tsx +++ b/src/IconManageAccountsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsSharp: React.FC = ({ ...props }) => ( +export const IconManageAccountsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageAccountsSharp as default } diff --git a/src/IconManageAccountsSharpFilled.tsx b/src/IconManageAccountsSharpFilled.tsx index 4e64ea3d9..598f93313 100644 --- a/src/IconManageAccountsSharpFilled.tsx +++ b/src/IconManageAccountsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageAccountsSharpFilled: React.FC = ({ ...props }) => ( +export const IconManageAccountsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageAccountsSharpFilled as default } diff --git a/src/IconManageHistoryOutlined.tsx b/src/IconManageHistoryOutlined.tsx index 445c7b1d1..60c6c07f5 100644 --- a/src/IconManageHistoryOutlined.tsx +++ b/src/IconManageHistoryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconManageHistoryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageHistoryOutlined as default } diff --git a/src/IconManageHistoryOutlinedFilled.tsx b/src/IconManageHistoryOutlinedFilled.tsx index 7f8c499d4..90bf2f166 100644 --- a/src/IconManageHistoryOutlinedFilled.tsx +++ b/src/IconManageHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconManageHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageHistoryOutlinedFilled as default } diff --git a/src/IconManageHistoryRounded.tsx b/src/IconManageHistoryRounded.tsx index baca28533..397a81b29 100644 --- a/src/IconManageHistoryRounded.tsx +++ b/src/IconManageHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistoryRounded: React.FC = ({ ...props }) => ( +export const IconManageHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageHistoryRounded as default } diff --git a/src/IconManageHistoryRoundedFilled.tsx b/src/IconManageHistoryRoundedFilled.tsx index 397c72ed4..196ddde0d 100644 --- a/src/IconManageHistoryRoundedFilled.tsx +++ b/src/IconManageHistoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconManageHistoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageHistoryRoundedFilled as default } diff --git a/src/IconManageHistorySharp.tsx b/src/IconManageHistorySharp.tsx index 0f083f3f6..a155e8a30 100644 --- a/src/IconManageHistorySharp.tsx +++ b/src/IconManageHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistorySharp: React.FC = ({ ...props }) => ( +export const IconManageHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageHistorySharp as default } diff --git a/src/IconManageHistorySharpFilled.tsx b/src/IconManageHistorySharpFilled.tsx index 2c7c3320d..13d493db2 100644 --- a/src/IconManageHistorySharpFilled.tsx +++ b/src/IconManageHistorySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconManageHistorySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageHistorySharpFilled as default } diff --git a/src/IconManageSearchOutlined.tsx b/src/IconManageSearchOutlined.tsx index d09e4e93f..e931d2a92 100644 --- a/src/IconManageSearchOutlined.tsx +++ b/src/IconManageSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchOutlined: React.FC = ({ ...props }) => ( +export const IconManageSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageSearchOutlined as default } diff --git a/src/IconManageSearchOutlinedFilled.tsx b/src/IconManageSearchOutlinedFilled.tsx index 5cc20be8e..38bc94d67 100644 --- a/src/IconManageSearchOutlinedFilled.tsx +++ b/src/IconManageSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconManageSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageSearchOutlinedFilled as default } diff --git a/src/IconManageSearchRounded.tsx b/src/IconManageSearchRounded.tsx index 2ab388308..512163196 100644 --- a/src/IconManageSearchRounded.tsx +++ b/src/IconManageSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchRounded: React.FC = ({ ...props }) => ( +export const IconManageSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageSearchRounded as default } diff --git a/src/IconManageSearchRoundedFilled.tsx b/src/IconManageSearchRoundedFilled.tsx index 5c76b3151..e7cc97972 100644 --- a/src/IconManageSearchRoundedFilled.tsx +++ b/src/IconManageSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconManageSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageSearchRoundedFilled as default } diff --git a/src/IconManageSearchSharp.tsx b/src/IconManageSearchSharp.tsx index 5da10ad95..b7485c90c 100644 --- a/src/IconManageSearchSharp.tsx +++ b/src/IconManageSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchSharp: React.FC = ({ ...props }) => ( +export const IconManageSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManageSearchSharp as default } diff --git a/src/IconManageSearchSharpFilled.tsx b/src/IconManageSearchSharpFilled.tsx index 960eb0520..e7fa85708 100644 --- a/src/IconManageSearchSharpFilled.tsx +++ b/src/IconManageSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManageSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconManageSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManageSearchSharpFilled as default } diff --git a/src/IconMangaOutlined.tsx b/src/IconMangaOutlined.tsx index f1efb693f..3901ddd02 100644 --- a/src/IconMangaOutlined.tsx +++ b/src/IconMangaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaOutlined: React.FC = ({ ...props }) => ( +export const IconMangaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaOutlined as default } diff --git a/src/IconMangaOutlinedFilled.tsx b/src/IconMangaOutlinedFilled.tsx index 020f4e75c..654a74871 100644 --- a/src/IconMangaOutlinedFilled.tsx +++ b/src/IconMangaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMangaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaOutlinedFilled as default } diff --git a/src/IconMangaRounded.tsx b/src/IconMangaRounded.tsx index b9de99ab5..2b53b3e4d 100644 --- a/src/IconMangaRounded.tsx +++ b/src/IconMangaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaRounded: React.FC = ({ ...props }) => ( +export const IconMangaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaRounded as default } diff --git a/src/IconMangaRoundedFilled.tsx b/src/IconMangaRoundedFilled.tsx index 0acc8b313..133e25fc5 100644 --- a/src/IconMangaRoundedFilled.tsx +++ b/src/IconMangaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMangaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaRoundedFilled as default } diff --git a/src/IconMangaSharp.tsx b/src/IconMangaSharp.tsx index 7cb334037..72ca0402b 100644 --- a/src/IconMangaSharp.tsx +++ b/src/IconMangaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaSharp: React.FC = ({ ...props }) => ( +export const IconMangaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaSharp as default } diff --git a/src/IconMangaSharpFilled.tsx b/src/IconMangaSharpFilled.tsx index 83a7aed86..7484fef2d 100644 --- a/src/IconMangaSharpFilled.tsx +++ b/src/IconMangaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMangaSharpFilled: React.FC = ({ ...props }) => ( +export const IconMangaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMangaSharpFilled as default } diff --git a/src/IconManufacturingOutlined.tsx b/src/IconManufacturingOutlined.tsx index f184a8f2d..847f9777a 100644 --- a/src/IconManufacturingOutlined.tsx +++ b/src/IconManufacturingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingOutlined: React.FC = ({ ...props }) => ( +export const IconManufacturingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManufacturingOutlined as default } diff --git a/src/IconManufacturingOutlinedFilled.tsx b/src/IconManufacturingOutlinedFilled.tsx index 3adc54d92..4e35474ba 100644 --- a/src/IconManufacturingOutlinedFilled.tsx +++ b/src/IconManufacturingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconManufacturingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManufacturingOutlinedFilled as default } diff --git a/src/IconManufacturingRounded.tsx b/src/IconManufacturingRounded.tsx index fc91544c6..9303516fc 100644 --- a/src/IconManufacturingRounded.tsx +++ b/src/IconManufacturingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingRounded: React.FC = ({ ...props }) => ( +export const IconManufacturingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManufacturingRounded as default } diff --git a/src/IconManufacturingRoundedFilled.tsx b/src/IconManufacturingRoundedFilled.tsx index 9f99ec398..696936afe 100644 --- a/src/IconManufacturingRoundedFilled.tsx +++ b/src/IconManufacturingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconManufacturingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManufacturingRoundedFilled as default } diff --git a/src/IconManufacturingSharp.tsx b/src/IconManufacturingSharp.tsx index 23879a018..bc5f8d86b 100644 --- a/src/IconManufacturingSharp.tsx +++ b/src/IconManufacturingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingSharp: React.FC = ({ ...props }) => ( +export const IconManufacturingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconManufacturingSharp as default } diff --git a/src/IconManufacturingSharpFilled.tsx b/src/IconManufacturingSharpFilled.tsx index d246eb12f..d735030b0 100644 --- a/src/IconManufacturingSharpFilled.tsx +++ b/src/IconManufacturingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconManufacturingSharpFilled: React.FC = ({ ...props }) => ( +export const IconManufacturingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconManufacturingSharpFilled as default } diff --git a/src/IconMapOutlined.tsx b/src/IconMapOutlined.tsx index 81d430c77..407826f48 100644 --- a/src/IconMapOutlined.tsx +++ b/src/IconMapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapOutlined: React.FC = ({ ...props }) => ( +export const IconMapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapOutlined as default } diff --git a/src/IconMapOutlinedFilled.tsx b/src/IconMapOutlinedFilled.tsx index 2daa61215..abfde8449 100644 --- a/src/IconMapOutlinedFilled.tsx +++ b/src/IconMapOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMapOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapOutlinedFilled as default } diff --git a/src/IconMapRounded.tsx b/src/IconMapRounded.tsx index 465bcc228..1c67bef11 100644 --- a/src/IconMapRounded.tsx +++ b/src/IconMapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapRounded: React.FC = ({ ...props }) => ( +export const IconMapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapRounded as default } diff --git a/src/IconMapRoundedFilled.tsx b/src/IconMapRoundedFilled.tsx index 8be78ad41..e7cd4e9a1 100644 --- a/src/IconMapRoundedFilled.tsx +++ b/src/IconMapRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMapRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapRoundedFilled as default } diff --git a/src/IconMapSharp.tsx b/src/IconMapSharp.tsx index 81942ff27..debd9697b 100644 --- a/src/IconMapSharp.tsx +++ b/src/IconMapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapSharp: React.FC = ({ ...props }) => ( +export const IconMapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapSharp as default } diff --git a/src/IconMapSharpFilled.tsx b/src/IconMapSharpFilled.tsx index 6b5c6b9bc..bbb619f8f 100644 --- a/src/IconMapSharpFilled.tsx +++ b/src/IconMapSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapSharpFilled: React.FC = ({ ...props }) => ( +export const IconMapSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapSharpFilled as default } diff --git a/src/IconMapsUgcOutlined.tsx b/src/IconMapsUgcOutlined.tsx index ad36b1a80..f939c5e67 100644 --- a/src/IconMapsUgcOutlined.tsx +++ b/src/IconMapsUgcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcOutlined: React.FC = ({ ...props }) => ( +export const IconMapsUgcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapsUgcOutlined as default } diff --git a/src/IconMapsUgcOutlinedFilled.tsx b/src/IconMapsUgcOutlinedFilled.tsx index b74f0ae8b..e3233e278 100644 --- a/src/IconMapsUgcOutlinedFilled.tsx +++ b/src/IconMapsUgcOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMapsUgcOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMapsUgcOutlinedFilled as default } diff --git a/src/IconMapsUgcRounded.tsx b/src/IconMapsUgcRounded.tsx index a5a064153..458a92f81 100644 --- a/src/IconMapsUgcRounded.tsx +++ b/src/IconMapsUgcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcRounded: React.FC = ({ ...props }) => ( +export const IconMapsUgcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapsUgcRounded as default } diff --git a/src/IconMapsUgcRoundedFilled.tsx b/src/IconMapsUgcRoundedFilled.tsx index 8f24ef6e7..9455e4600 100644 --- a/src/IconMapsUgcRoundedFilled.tsx +++ b/src/IconMapsUgcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMapsUgcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapsUgcRoundedFilled as default } diff --git a/src/IconMapsUgcSharp.tsx b/src/IconMapsUgcSharp.tsx index cd1f00703..266c03254 100644 --- a/src/IconMapsUgcSharp.tsx +++ b/src/IconMapsUgcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcSharp: React.FC = ({ ...props }) => ( +export const IconMapsUgcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapsUgcSharp as default } diff --git a/src/IconMapsUgcSharpFilled.tsx b/src/IconMapsUgcSharpFilled.tsx index 6f4f7b992..4ba235068 100644 --- a/src/IconMapsUgcSharpFilled.tsx +++ b/src/IconMapsUgcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMapsUgcSharpFilled: React.FC = ({ ...props }) => ( +export const IconMapsUgcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMapsUgcSharpFilled as default } diff --git a/src/IconMarginOutlined.tsx b/src/IconMarginOutlined.tsx index e3299998c..0948a400f 100644 --- a/src/IconMarginOutlined.tsx +++ b/src/IconMarginOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginOutlined: React.FC = ({ ...props }) => ( +export const IconMarginOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginOutlined as default } diff --git a/src/IconMarginOutlinedFilled.tsx b/src/IconMarginOutlinedFilled.tsx index d70fba9fc..29c52864c 100644 --- a/src/IconMarginOutlinedFilled.tsx +++ b/src/IconMarginOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarginOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginOutlinedFilled as default } diff --git a/src/IconMarginRounded.tsx b/src/IconMarginRounded.tsx index fc182f749..9e9ff05e3 100644 --- a/src/IconMarginRounded.tsx +++ b/src/IconMarginRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginRounded: React.FC = ({ ...props }) => ( +export const IconMarginRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginRounded as default } diff --git a/src/IconMarginRoundedFilled.tsx b/src/IconMarginRoundedFilled.tsx index 1eecbb813..c8e42a8b3 100644 --- a/src/IconMarginRoundedFilled.tsx +++ b/src/IconMarginRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarginRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginRoundedFilled as default } diff --git a/src/IconMarginSharp.tsx b/src/IconMarginSharp.tsx index 14fd13726..a13142be0 100644 --- a/src/IconMarginSharp.tsx +++ b/src/IconMarginSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginSharp: React.FC = ({ ...props }) => ( +export const IconMarginSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginSharp as default } diff --git a/src/IconMarginSharpFilled.tsx b/src/IconMarginSharpFilled.tsx index 7c0414b30..0af1fc86a 100644 --- a/src/IconMarginSharpFilled.tsx +++ b/src/IconMarginSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarginSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarginSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarginSharpFilled as default } diff --git a/src/IconMarkAsUnreadOutlined.tsx b/src/IconMarkAsUnreadOutlined.tsx index f69040a07..d2ab3ca8a 100644 --- a/src/IconMarkAsUnreadOutlined.tsx +++ b/src/IconMarkAsUnreadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadOutlined: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadOutlined as default } diff --git a/src/IconMarkAsUnreadOutlinedFilled.tsx b/src/IconMarkAsUnreadOutlinedFilled.tsx index 56272781d..ab1eeedb2 100644 --- a/src/IconMarkAsUnreadOutlinedFilled.tsx +++ b/src/IconMarkAsUnreadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadOutlinedFilled as default } diff --git a/src/IconMarkAsUnreadRounded.tsx b/src/IconMarkAsUnreadRounded.tsx index 4baef27b5..8a6d3cc0a 100644 --- a/src/IconMarkAsUnreadRounded.tsx +++ b/src/IconMarkAsUnreadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadRounded: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadRounded as default } diff --git a/src/IconMarkAsUnreadRoundedFilled.tsx b/src/IconMarkAsUnreadRoundedFilled.tsx index 1982f0766..1bfb588d1 100644 --- a/src/IconMarkAsUnreadRoundedFilled.tsx +++ b/src/IconMarkAsUnreadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadRoundedFilled as default } diff --git a/src/IconMarkAsUnreadSharp.tsx b/src/IconMarkAsUnreadSharp.tsx index e486c7218..ff4f26c27 100644 --- a/src/IconMarkAsUnreadSharp.tsx +++ b/src/IconMarkAsUnreadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadSharp: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadSharp as default } diff --git a/src/IconMarkAsUnreadSharpFilled.tsx b/src/IconMarkAsUnreadSharpFilled.tsx index e45d3e8d1..3b35d8646 100644 --- a/src/IconMarkAsUnreadSharpFilled.tsx +++ b/src/IconMarkAsUnreadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkAsUnreadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkAsUnreadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkAsUnreadSharpFilled as default } diff --git a/src/IconMarkChatReadOutlined.tsx b/src/IconMarkChatReadOutlined.tsx index 1e1917535..7696469ea 100644 --- a/src/IconMarkChatReadOutlined.tsx +++ b/src/IconMarkChatReadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadOutlined: React.FC = ({ ...props }) => ( +export const IconMarkChatReadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadOutlined as default } diff --git a/src/IconMarkChatReadOutlinedFilled.tsx b/src/IconMarkChatReadOutlinedFilled.tsx index 34a7ca739..ec210b4ce 100644 --- a/src/IconMarkChatReadOutlinedFilled.tsx +++ b/src/IconMarkChatReadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkChatReadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadOutlinedFilled as default } diff --git a/src/IconMarkChatReadRounded.tsx b/src/IconMarkChatReadRounded.tsx index bdf267b3d..ae7b5dffa 100644 --- a/src/IconMarkChatReadRounded.tsx +++ b/src/IconMarkChatReadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadRounded: React.FC = ({ ...props }) => ( +export const IconMarkChatReadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadRounded as default } diff --git a/src/IconMarkChatReadRoundedFilled.tsx b/src/IconMarkChatReadRoundedFilled.tsx index 702ef053a..4967c0880 100644 --- a/src/IconMarkChatReadRoundedFilled.tsx +++ b/src/IconMarkChatReadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkChatReadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadRoundedFilled as default } diff --git a/src/IconMarkChatReadSharp.tsx b/src/IconMarkChatReadSharp.tsx index e0e6c9126..5251efa0b 100644 --- a/src/IconMarkChatReadSharp.tsx +++ b/src/IconMarkChatReadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadSharp: React.FC = ({ ...props }) => ( +export const IconMarkChatReadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadSharp as default } diff --git a/src/IconMarkChatReadSharpFilled.tsx b/src/IconMarkChatReadSharpFilled.tsx index 73fee134c..629ad2b2e 100644 --- a/src/IconMarkChatReadSharpFilled.tsx +++ b/src/IconMarkChatReadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatReadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkChatReadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatReadSharpFilled as default } diff --git a/src/IconMarkChatUnreadOutlined.tsx b/src/IconMarkChatUnreadOutlined.tsx index 8315085f7..2a5ea99b6 100644 --- a/src/IconMarkChatUnreadOutlined.tsx +++ b/src/IconMarkChatUnreadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadOutlined: React.FC = ({ ...props }) => ( +export const IconMarkChatUnreadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatUnreadOutlined as default } diff --git a/src/IconMarkChatUnreadOutlinedFilled.tsx b/src/IconMarkChatUnreadOutlinedFilled.tsx index cd40b29a2..1243c3685 100644 --- a/src/IconMarkChatUnreadOutlinedFilled.tsx +++ b/src/IconMarkChatUnreadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadOutlinedFilled: React.FC = ({ +export const IconMarkChatUnreadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkChatUnreadOutlinedFilled: React.FC = ({ ) - -export { IconMarkChatUnreadOutlinedFilled as default } diff --git a/src/IconMarkChatUnreadRounded.tsx b/src/IconMarkChatUnreadRounded.tsx index 99ad6a179..808cebd51 100644 --- a/src/IconMarkChatUnreadRounded.tsx +++ b/src/IconMarkChatUnreadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadRounded: React.FC = ({ ...props }) => ( +export const IconMarkChatUnreadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatUnreadRounded as default } diff --git a/src/IconMarkChatUnreadRoundedFilled.tsx b/src/IconMarkChatUnreadRoundedFilled.tsx index fcd39060e..0c4d7c4d1 100644 --- a/src/IconMarkChatUnreadRoundedFilled.tsx +++ b/src/IconMarkChatUnreadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkChatUnreadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatUnreadRoundedFilled as default } diff --git a/src/IconMarkChatUnreadSharp.tsx b/src/IconMarkChatUnreadSharp.tsx index d022ac6c6..c5a4f9a3d 100644 --- a/src/IconMarkChatUnreadSharp.tsx +++ b/src/IconMarkChatUnreadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadSharp: React.FC = ({ ...props }) => ( +export const IconMarkChatUnreadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkChatUnreadSharp as default } diff --git a/src/IconMarkChatUnreadSharpFilled.tsx b/src/IconMarkChatUnreadSharpFilled.tsx index 262eb0aac..95efbef5e 100644 --- a/src/IconMarkChatUnreadSharpFilled.tsx +++ b/src/IconMarkChatUnreadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkChatUnreadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkChatUnreadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkChatUnreadSharpFilled as default } diff --git a/src/IconMarkEmailReadOutlined.tsx b/src/IconMarkEmailReadOutlined.tsx index e01e50bce..6600fca95 100644 --- a/src/IconMarkEmailReadOutlined.tsx +++ b/src/IconMarkEmailReadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadOutlined: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadOutlined as default } diff --git a/src/IconMarkEmailReadOutlinedFilled.tsx b/src/IconMarkEmailReadOutlinedFilled.tsx index bd2b3da0a..821bf91df 100644 --- a/src/IconMarkEmailReadOutlinedFilled.tsx +++ b/src/IconMarkEmailReadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadOutlinedFilled as default } diff --git a/src/IconMarkEmailReadRounded.tsx b/src/IconMarkEmailReadRounded.tsx index 4ac3c8bf9..dc9742305 100644 --- a/src/IconMarkEmailReadRounded.tsx +++ b/src/IconMarkEmailReadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadRounded: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadRounded as default } diff --git a/src/IconMarkEmailReadRoundedFilled.tsx b/src/IconMarkEmailReadRoundedFilled.tsx index 922c66a2e..b6f94bd7a 100644 --- a/src/IconMarkEmailReadRoundedFilled.tsx +++ b/src/IconMarkEmailReadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadRoundedFilled as default } diff --git a/src/IconMarkEmailReadSharp.tsx b/src/IconMarkEmailReadSharp.tsx index 5c3eec21d..03466ee97 100644 --- a/src/IconMarkEmailReadSharp.tsx +++ b/src/IconMarkEmailReadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadSharp: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadSharp as default } diff --git a/src/IconMarkEmailReadSharpFilled.tsx b/src/IconMarkEmailReadSharpFilled.tsx index f1d796557..b0048c6e9 100644 --- a/src/IconMarkEmailReadSharpFilled.tsx +++ b/src/IconMarkEmailReadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailReadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkEmailReadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailReadSharpFilled as default } diff --git a/src/IconMarkEmailUnreadOutlined.tsx b/src/IconMarkEmailUnreadOutlined.tsx index ed9201213..5edb87ce7 100644 --- a/src/IconMarkEmailUnreadOutlined.tsx +++ b/src/IconMarkEmailUnreadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadOutlined: React.FC = ({ ...props }) => ( +export const IconMarkEmailUnreadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailUnreadOutlined as default } diff --git a/src/IconMarkEmailUnreadOutlinedFilled.tsx b/src/IconMarkEmailUnreadOutlinedFilled.tsx index b3b00ff9b..d0045413e 100644 --- a/src/IconMarkEmailUnreadOutlinedFilled.tsx +++ b/src/IconMarkEmailUnreadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadOutlinedFilled: React.FC = ({ +export const IconMarkEmailUnreadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkEmailUnreadOutlinedFilled: React.FC = ({ ) - -export { IconMarkEmailUnreadOutlinedFilled as default } diff --git a/src/IconMarkEmailUnreadRounded.tsx b/src/IconMarkEmailUnreadRounded.tsx index 6eda54746..0ff868b19 100644 --- a/src/IconMarkEmailUnreadRounded.tsx +++ b/src/IconMarkEmailUnreadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadRounded: React.FC = ({ ...props }) => ( +export const IconMarkEmailUnreadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailUnreadRounded as default } diff --git a/src/IconMarkEmailUnreadRoundedFilled.tsx b/src/IconMarkEmailUnreadRoundedFilled.tsx index ea3580924..906313185 100644 --- a/src/IconMarkEmailUnreadRoundedFilled.tsx +++ b/src/IconMarkEmailUnreadRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadRoundedFilled: React.FC = ({ +export const IconMarkEmailUnreadRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkEmailUnreadRoundedFilled: React.FC = ({ ) - -export { IconMarkEmailUnreadRoundedFilled as default } diff --git a/src/IconMarkEmailUnreadSharp.tsx b/src/IconMarkEmailUnreadSharp.tsx index afb129d83..ffdd06b51 100644 --- a/src/IconMarkEmailUnreadSharp.tsx +++ b/src/IconMarkEmailUnreadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadSharp: React.FC = ({ ...props }) => ( +export const IconMarkEmailUnreadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkEmailUnreadSharp as default } diff --git a/src/IconMarkEmailUnreadSharpFilled.tsx b/src/IconMarkEmailUnreadSharpFilled.tsx index 3992f7146..029ef03ed 100644 --- a/src/IconMarkEmailUnreadSharpFilled.tsx +++ b/src/IconMarkEmailUnreadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkEmailUnreadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkEmailUnreadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkEmailUnreadSharpFilled as default } diff --git a/src/IconMarkUnreadChatAltOutlined.tsx b/src/IconMarkUnreadChatAltOutlined.tsx index 6a19d2bf4..f8ca05fe1 100644 --- a/src/IconMarkUnreadChatAltOutlined.tsx +++ b/src/IconMarkUnreadChatAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltOutlined: React.FC = ({ ...props }) => ( +export const IconMarkUnreadChatAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkUnreadChatAltOutlined as default } diff --git a/src/IconMarkUnreadChatAltOutlinedFilled.tsx b/src/IconMarkUnreadChatAltOutlinedFilled.tsx index fc2f0bf72..a8a721528 100644 --- a/src/IconMarkUnreadChatAltOutlinedFilled.tsx +++ b/src/IconMarkUnreadChatAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltOutlinedFilled: React.FC = ({ +export const IconMarkUnreadChatAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkUnreadChatAltOutlinedFilled: React.FC = ({ ) - -export { IconMarkUnreadChatAltOutlinedFilled as default } diff --git a/src/IconMarkUnreadChatAltRounded.tsx b/src/IconMarkUnreadChatAltRounded.tsx index 5ab9010ae..6ed65a4c8 100644 --- a/src/IconMarkUnreadChatAltRounded.tsx +++ b/src/IconMarkUnreadChatAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltRounded: React.FC = ({ ...props }) => ( +export const IconMarkUnreadChatAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkUnreadChatAltRounded as default } diff --git a/src/IconMarkUnreadChatAltRoundedFilled.tsx b/src/IconMarkUnreadChatAltRoundedFilled.tsx index 44f84a97d..295265749 100644 --- a/src/IconMarkUnreadChatAltRoundedFilled.tsx +++ b/src/IconMarkUnreadChatAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltRoundedFilled: React.FC = ({ +export const IconMarkUnreadChatAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkUnreadChatAltRoundedFilled: React.FC = ({ ) - -export { IconMarkUnreadChatAltRoundedFilled as default } diff --git a/src/IconMarkUnreadChatAltSharp.tsx b/src/IconMarkUnreadChatAltSharp.tsx index 719da8a1e..27f129a3d 100644 --- a/src/IconMarkUnreadChatAltSharp.tsx +++ b/src/IconMarkUnreadChatAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltSharp: React.FC = ({ ...props }) => ( +export const IconMarkUnreadChatAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkUnreadChatAltSharp as default } diff --git a/src/IconMarkUnreadChatAltSharpFilled.tsx b/src/IconMarkUnreadChatAltSharpFilled.tsx index 04828f129..871a72f36 100644 --- a/src/IconMarkUnreadChatAltSharpFilled.tsx +++ b/src/IconMarkUnreadChatAltSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkUnreadChatAltSharpFilled: React.FC = ({ +export const IconMarkUnreadChatAltSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkUnreadChatAltSharpFilled: React.FC = ({ ) - -export { IconMarkUnreadChatAltSharpFilled as default } diff --git a/src/IconMarkdownCopyOutlined.tsx b/src/IconMarkdownCopyOutlined.tsx index 776c860fe..74a8bdbc5 100644 --- a/src/IconMarkdownCopyOutlined.tsx +++ b/src/IconMarkdownCopyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopyOutlined: React.FC = ({ ...props }) => ( +export const IconMarkdownCopyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopyOutlined as default } diff --git a/src/IconMarkdownCopyOutlinedFilled.tsx b/src/IconMarkdownCopyOutlinedFilled.tsx index 28530212a..7f3a6cc7e 100644 --- a/src/IconMarkdownCopyOutlinedFilled.tsx +++ b/src/IconMarkdownCopyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownCopyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopyOutlinedFilled as default } diff --git a/src/IconMarkdownCopyRounded.tsx b/src/IconMarkdownCopyRounded.tsx index 3b07063c2..4683ebd3b 100644 --- a/src/IconMarkdownCopyRounded.tsx +++ b/src/IconMarkdownCopyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopyRounded: React.FC = ({ ...props }) => ( +export const IconMarkdownCopyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopyRounded as default } diff --git a/src/IconMarkdownCopyRoundedFilled.tsx b/src/IconMarkdownCopyRoundedFilled.tsx index e57b23d7b..5b9c93102 100644 --- a/src/IconMarkdownCopyRoundedFilled.tsx +++ b/src/IconMarkdownCopyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownCopyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopyRoundedFilled as default } diff --git a/src/IconMarkdownCopySharp.tsx b/src/IconMarkdownCopySharp.tsx index 4bfcae3ad..804fc9216 100644 --- a/src/IconMarkdownCopySharp.tsx +++ b/src/IconMarkdownCopySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopySharp: React.FC = ({ ...props }) => ( +export const IconMarkdownCopySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopySharp as default } diff --git a/src/IconMarkdownCopySharpFilled.tsx b/src/IconMarkdownCopySharpFilled.tsx index cb9cc997c..e64b85b80 100644 --- a/src/IconMarkdownCopySharpFilled.tsx +++ b/src/IconMarkdownCopySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownCopySharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownCopySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownCopySharpFilled as default } diff --git a/src/IconMarkdownOutlined.tsx b/src/IconMarkdownOutlined.tsx index 789679742..e27c1047f 100644 --- a/src/IconMarkdownOutlined.tsx +++ b/src/IconMarkdownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownOutlined: React.FC = ({ ...props }) => ( +export const IconMarkdownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownOutlined as default } diff --git a/src/IconMarkdownOutlinedFilled.tsx b/src/IconMarkdownOutlinedFilled.tsx index cd3b48cc5..4d9934d3e 100644 --- a/src/IconMarkdownOutlinedFilled.tsx +++ b/src/IconMarkdownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownOutlinedFilled as default } diff --git a/src/IconMarkdownPasteOutlined.tsx b/src/IconMarkdownPasteOutlined.tsx index 210c2c793..6c1686f8d 100644 --- a/src/IconMarkdownPasteOutlined.tsx +++ b/src/IconMarkdownPasteOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteOutlined: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteOutlined as default } diff --git a/src/IconMarkdownPasteOutlinedFilled.tsx b/src/IconMarkdownPasteOutlinedFilled.tsx index fb9ad2070..a6ecc1293 100644 --- a/src/IconMarkdownPasteOutlinedFilled.tsx +++ b/src/IconMarkdownPasteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteOutlinedFilled as default } diff --git a/src/IconMarkdownPasteRounded.tsx b/src/IconMarkdownPasteRounded.tsx index 27d558f0c..73f6dd485 100644 --- a/src/IconMarkdownPasteRounded.tsx +++ b/src/IconMarkdownPasteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteRounded: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteRounded as default } diff --git a/src/IconMarkdownPasteRoundedFilled.tsx b/src/IconMarkdownPasteRoundedFilled.tsx index 7f21cd4ae..c01a1c839 100644 --- a/src/IconMarkdownPasteRoundedFilled.tsx +++ b/src/IconMarkdownPasteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteRoundedFilled as default } diff --git a/src/IconMarkdownPasteSharp.tsx b/src/IconMarkdownPasteSharp.tsx index 189ab3b33..9b35e46ff 100644 --- a/src/IconMarkdownPasteSharp.tsx +++ b/src/IconMarkdownPasteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteSharp: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteSharp as default } diff --git a/src/IconMarkdownPasteSharpFilled.tsx b/src/IconMarkdownPasteSharpFilled.tsx index 465dca21a..7454cd1bf 100644 --- a/src/IconMarkdownPasteSharpFilled.tsx +++ b/src/IconMarkdownPasteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownPasteSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownPasteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownPasteSharpFilled as default } diff --git a/src/IconMarkdownRounded.tsx b/src/IconMarkdownRounded.tsx index 938a03c6d..d2456da02 100644 --- a/src/IconMarkdownRounded.tsx +++ b/src/IconMarkdownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownRounded: React.FC = ({ ...props }) => ( +export const IconMarkdownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownRounded as default } diff --git a/src/IconMarkdownRoundedFilled.tsx b/src/IconMarkdownRoundedFilled.tsx index 4104241e9..aeb91bb87 100644 --- a/src/IconMarkdownRoundedFilled.tsx +++ b/src/IconMarkdownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkdownRoundedFilled as default } diff --git a/src/IconMarkdownSharp.tsx b/src/IconMarkdownSharp.tsx index b23aaaa14..9cd7a1a08 100644 --- a/src/IconMarkdownSharp.tsx +++ b/src/IconMarkdownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownSharp: React.FC = ({ ...props }) => ( +export const IconMarkdownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownSharp as default } diff --git a/src/IconMarkdownSharpFilled.tsx b/src/IconMarkdownSharpFilled.tsx index 381368ece..015c2b4a1 100644 --- a/src/IconMarkdownSharpFilled.tsx +++ b/src/IconMarkdownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMarkdownSharpFilled: React.FC = ({ ...props }) => ( +export const IconMarkdownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMarkdownSharpFilled as default } diff --git a/src/IconMarkunreadMailboxOutlined.tsx b/src/IconMarkunreadMailboxOutlined.tsx index 822fba6e9..4f9addaac 100644 --- a/src/IconMarkunreadMailboxOutlined.tsx +++ b/src/IconMarkunreadMailboxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxOutlined: React.FC = ({ ...props }) => ( +export const IconMarkunreadMailboxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkunreadMailboxOutlined as default } diff --git a/src/IconMarkunreadMailboxOutlinedFilled.tsx b/src/IconMarkunreadMailboxOutlinedFilled.tsx index b5758cb55..41883769e 100644 --- a/src/IconMarkunreadMailboxOutlinedFilled.tsx +++ b/src/IconMarkunreadMailboxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxOutlinedFilled: React.FC = ({ +export const IconMarkunreadMailboxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkunreadMailboxOutlinedFilled: React.FC = ({ ) - -export { IconMarkunreadMailboxOutlinedFilled as default } diff --git a/src/IconMarkunreadMailboxRounded.tsx b/src/IconMarkunreadMailboxRounded.tsx index cb6510fd8..9b33a63f4 100644 --- a/src/IconMarkunreadMailboxRounded.tsx +++ b/src/IconMarkunreadMailboxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxRounded: React.FC = ({ ...props }) => ( +export const IconMarkunreadMailboxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkunreadMailboxRounded as default } diff --git a/src/IconMarkunreadMailboxRoundedFilled.tsx b/src/IconMarkunreadMailboxRoundedFilled.tsx index fb65223c7..b794628d1 100644 --- a/src/IconMarkunreadMailboxRoundedFilled.tsx +++ b/src/IconMarkunreadMailboxRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxRoundedFilled: React.FC = ({ +export const IconMarkunreadMailboxRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkunreadMailboxRoundedFilled: React.FC = ({ ) - -export { IconMarkunreadMailboxRoundedFilled as default } diff --git a/src/IconMarkunreadMailboxSharp.tsx b/src/IconMarkunreadMailboxSharp.tsx index 8a2770632..21782e1cc 100644 --- a/src/IconMarkunreadMailboxSharp.tsx +++ b/src/IconMarkunreadMailboxSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxSharp: React.FC = ({ ...props }) => ( +export const IconMarkunreadMailboxSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMarkunreadMailboxSharp as default } diff --git a/src/IconMarkunreadMailboxSharpFilled.tsx b/src/IconMarkunreadMailboxSharpFilled.tsx index 5fde5eeec..53a969b59 100644 --- a/src/IconMarkunreadMailboxSharpFilled.tsx +++ b/src/IconMarkunreadMailboxSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMarkunreadMailboxSharpFilled: React.FC = ({ +export const IconMarkunreadMailboxSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMarkunreadMailboxSharpFilled: React.FC = ({ ) - -export { IconMarkunreadMailboxSharpFilled as default } diff --git a/src/IconMaskedTransitionsAddOutlined.tsx b/src/IconMaskedTransitionsAddOutlined.tsx index d4e0437f2..82948ad6f 100644 --- a/src/IconMaskedTransitionsAddOutlined.tsx +++ b/src/IconMaskedTransitionsAddOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddOutlined: React.FC = ({ +export const IconMaskedTransitionsAddOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsAddOutlined: React.FC = ({ ) - -export { IconMaskedTransitionsAddOutlined as default } diff --git a/src/IconMaskedTransitionsAddOutlinedFilled.tsx b/src/IconMaskedTransitionsAddOutlinedFilled.tsx index cca96920e..82e94c933 100644 --- a/src/IconMaskedTransitionsAddOutlinedFilled.tsx +++ b/src/IconMaskedTransitionsAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddOutlinedFilled: React.FC = ({ +export const IconMaskedTransitionsAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsAddOutlinedFilled: React.FC = ({ ) - -export { IconMaskedTransitionsAddOutlinedFilled as default } diff --git a/src/IconMaskedTransitionsAddRounded.tsx b/src/IconMaskedTransitionsAddRounded.tsx index b4be1ef83..81afe5bb8 100644 --- a/src/IconMaskedTransitionsAddRounded.tsx +++ b/src/IconMaskedTransitionsAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddRounded: React.FC = ({ ...props }) => ( +export const IconMaskedTransitionsAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaskedTransitionsAddRounded as default } diff --git a/src/IconMaskedTransitionsAddRoundedFilled.tsx b/src/IconMaskedTransitionsAddRoundedFilled.tsx index 13a88a5b8..32bee4156 100644 --- a/src/IconMaskedTransitionsAddRoundedFilled.tsx +++ b/src/IconMaskedTransitionsAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddRoundedFilled: React.FC = ({ +export const IconMaskedTransitionsAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsAddRoundedFilled: React.FC = ({ ) - -export { IconMaskedTransitionsAddRoundedFilled as default } diff --git a/src/IconMaskedTransitionsAddSharp.tsx b/src/IconMaskedTransitionsAddSharp.tsx index 707d355a5..79eedf84f 100644 --- a/src/IconMaskedTransitionsAddSharp.tsx +++ b/src/IconMaskedTransitionsAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddSharp: React.FC = ({ ...props }) => ( +export const IconMaskedTransitionsAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaskedTransitionsAddSharp as default } diff --git a/src/IconMaskedTransitionsAddSharpFilled.tsx b/src/IconMaskedTransitionsAddSharpFilled.tsx index 115fecf2f..0e634e6a8 100644 --- a/src/IconMaskedTransitionsAddSharpFilled.tsx +++ b/src/IconMaskedTransitionsAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsAddSharpFilled: React.FC = ({ +export const IconMaskedTransitionsAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsAddSharpFilled: React.FC = ({ ) - -export { IconMaskedTransitionsAddSharpFilled as default } diff --git a/src/IconMaskedTransitionsOutlined.tsx b/src/IconMaskedTransitionsOutlined.tsx index 5967a836b..8220af9ec 100644 --- a/src/IconMaskedTransitionsOutlined.tsx +++ b/src/IconMaskedTransitionsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsOutlined: React.FC = ({ ...props }) => ( +export const IconMaskedTransitionsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaskedTransitionsOutlined as default } diff --git a/src/IconMaskedTransitionsOutlinedFilled.tsx b/src/IconMaskedTransitionsOutlinedFilled.tsx index f017cd734..a1147afa2 100644 --- a/src/IconMaskedTransitionsOutlinedFilled.tsx +++ b/src/IconMaskedTransitionsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsOutlinedFilled: React.FC = ({ +export const IconMaskedTransitionsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsOutlinedFilled: React.FC = ({ ) - -export { IconMaskedTransitionsOutlinedFilled as default } diff --git a/src/IconMaskedTransitionsRounded.tsx b/src/IconMaskedTransitionsRounded.tsx index 4edcf9b43..553974df2 100644 --- a/src/IconMaskedTransitionsRounded.tsx +++ b/src/IconMaskedTransitionsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsRounded: React.FC = ({ ...props }) => ( +export const IconMaskedTransitionsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaskedTransitionsRounded as default } diff --git a/src/IconMaskedTransitionsRoundedFilled.tsx b/src/IconMaskedTransitionsRoundedFilled.tsx index 196ce7d81..1ff10b0b3 100644 --- a/src/IconMaskedTransitionsRoundedFilled.tsx +++ b/src/IconMaskedTransitionsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsRoundedFilled: React.FC = ({ +export const IconMaskedTransitionsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsRoundedFilled: React.FC = ({ ) - -export { IconMaskedTransitionsRoundedFilled as default } diff --git a/src/IconMaskedTransitionsSharp.tsx b/src/IconMaskedTransitionsSharp.tsx index e74ec3b8b..3a64e5efd 100644 --- a/src/IconMaskedTransitionsSharp.tsx +++ b/src/IconMaskedTransitionsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsSharp: React.FC = ({ ...props }) => ( +export const IconMaskedTransitionsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaskedTransitionsSharp as default } diff --git a/src/IconMaskedTransitionsSharpFilled.tsx b/src/IconMaskedTransitionsSharpFilled.tsx index 732b9d2fc..6af559bbb 100644 --- a/src/IconMaskedTransitionsSharpFilled.tsx +++ b/src/IconMaskedTransitionsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMaskedTransitionsSharpFilled: React.FC = ({ +export const IconMaskedTransitionsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMaskedTransitionsSharpFilled: React.FC = ({ ) - -export { IconMaskedTransitionsSharpFilled as default } diff --git a/src/IconMasksOutlined.tsx b/src/IconMasksOutlined.tsx index 321afe737..a3dca0029 100644 --- a/src/IconMasksOutlined.tsx +++ b/src/IconMasksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksOutlined: React.FC = ({ ...props }) => ( +export const IconMasksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksOutlined as default } diff --git a/src/IconMasksOutlinedFilled.tsx b/src/IconMasksOutlinedFilled.tsx index 4c36c326e..44e971d49 100644 --- a/src/IconMasksOutlinedFilled.tsx +++ b/src/IconMasksOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMasksOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksOutlinedFilled as default } diff --git a/src/IconMasksRounded.tsx b/src/IconMasksRounded.tsx index 3f32533eb..d78f5148f 100644 --- a/src/IconMasksRounded.tsx +++ b/src/IconMasksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksRounded: React.FC = ({ ...props }) => ( +export const IconMasksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksRounded as default } diff --git a/src/IconMasksRoundedFilled.tsx b/src/IconMasksRoundedFilled.tsx index dc8e833eb..e63450ff6 100644 --- a/src/IconMasksRoundedFilled.tsx +++ b/src/IconMasksRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMasksRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksRoundedFilled as default } diff --git a/src/IconMasksSharp.tsx b/src/IconMasksSharp.tsx index f4ee12319..09b6f45da 100644 --- a/src/IconMasksSharp.tsx +++ b/src/IconMasksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksSharp: React.FC = ({ ...props }) => ( +export const IconMasksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksSharp as default } diff --git a/src/IconMasksSharpFilled.tsx b/src/IconMasksSharpFilled.tsx index 3d1aa5039..3d3397db5 100644 --- a/src/IconMasksSharpFilled.tsx +++ b/src/IconMasksSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMasksSharpFilled: React.FC = ({ ...props }) => ( +export const IconMasksSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMasksSharpFilled as default } diff --git a/src/IconMatchCaseOutlined.tsx b/src/IconMatchCaseOutlined.tsx index 7fa6ad28b..bd7051563 100644 --- a/src/IconMatchCaseOutlined.tsx +++ b/src/IconMatchCaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseOutlined: React.FC = ({ ...props }) => ( +export const IconMatchCaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchCaseOutlined as default } diff --git a/src/IconMatchCaseOutlinedFilled.tsx b/src/IconMatchCaseOutlinedFilled.tsx index 7cdc62e2c..eb4a4bf68 100644 --- a/src/IconMatchCaseOutlinedFilled.tsx +++ b/src/IconMatchCaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMatchCaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMatchCaseOutlinedFilled as default } diff --git a/src/IconMatchCaseRounded.tsx b/src/IconMatchCaseRounded.tsx index 0fffd0d5f..a222e968f 100644 --- a/src/IconMatchCaseRounded.tsx +++ b/src/IconMatchCaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseRounded: React.FC = ({ ...props }) => ( +export const IconMatchCaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchCaseRounded as default } diff --git a/src/IconMatchCaseRoundedFilled.tsx b/src/IconMatchCaseRoundedFilled.tsx index 3251de9c0..4a8c48d60 100644 --- a/src/IconMatchCaseRoundedFilled.tsx +++ b/src/IconMatchCaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMatchCaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMatchCaseRoundedFilled as default } diff --git a/src/IconMatchCaseSharp.tsx b/src/IconMatchCaseSharp.tsx index 428ca6ea0..2cbc53afc 100644 --- a/src/IconMatchCaseSharp.tsx +++ b/src/IconMatchCaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseSharp: React.FC = ({ ...props }) => ( +export const IconMatchCaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchCaseSharp as default } diff --git a/src/IconMatchCaseSharpFilled.tsx b/src/IconMatchCaseSharpFilled.tsx index 2d5876d91..1ed317f8a 100644 --- a/src/IconMatchCaseSharpFilled.tsx +++ b/src/IconMatchCaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchCaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconMatchCaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchCaseSharpFilled as default } diff --git a/src/IconMatchWordOutlined.tsx b/src/IconMatchWordOutlined.tsx index bb2c45370..c6b8f8685 100644 --- a/src/IconMatchWordOutlined.tsx +++ b/src/IconMatchWordOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordOutlined: React.FC = ({ ...props }) => ( +export const IconMatchWordOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchWordOutlined as default } diff --git a/src/IconMatchWordOutlinedFilled.tsx b/src/IconMatchWordOutlinedFilled.tsx index 99b5bd9dc..7ec7381b9 100644 --- a/src/IconMatchWordOutlinedFilled.tsx +++ b/src/IconMatchWordOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMatchWordOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMatchWordOutlinedFilled as default } diff --git a/src/IconMatchWordRounded.tsx b/src/IconMatchWordRounded.tsx index 7f8e8f9af..12dba6740 100644 --- a/src/IconMatchWordRounded.tsx +++ b/src/IconMatchWordRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordRounded: React.FC = ({ ...props }) => ( +export const IconMatchWordRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchWordRounded as default } diff --git a/src/IconMatchWordRoundedFilled.tsx b/src/IconMatchWordRoundedFilled.tsx index af1506717..ae4fa5ec1 100644 --- a/src/IconMatchWordRoundedFilled.tsx +++ b/src/IconMatchWordRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMatchWordRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMatchWordRoundedFilled as default } diff --git a/src/IconMatchWordSharp.tsx b/src/IconMatchWordSharp.tsx index 8f27244b2..4665bf20f 100644 --- a/src/IconMatchWordSharp.tsx +++ b/src/IconMatchWordSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordSharp: React.FC = ({ ...props }) => ( +export const IconMatchWordSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchWordSharp as default } diff --git a/src/IconMatchWordSharpFilled.tsx b/src/IconMatchWordSharpFilled.tsx index f6dadb8a4..46b738c12 100644 --- a/src/IconMatchWordSharpFilled.tsx +++ b/src/IconMatchWordSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatchWordSharpFilled: React.FC = ({ ...props }) => ( +export const IconMatchWordSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatchWordSharpFilled as default } diff --git a/src/IconMatterOutlined.tsx b/src/IconMatterOutlined.tsx index 8a7d9f4f4..2a767494c 100644 --- a/src/IconMatterOutlined.tsx +++ b/src/IconMatterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterOutlined: React.FC = ({ ...props }) => ( +export const IconMatterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterOutlined as default } diff --git a/src/IconMatterOutlinedFilled.tsx b/src/IconMatterOutlinedFilled.tsx index 84fa25ab2..f2d19cd1a 100644 --- a/src/IconMatterOutlinedFilled.tsx +++ b/src/IconMatterOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMatterOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterOutlinedFilled as default } diff --git a/src/IconMatterRounded.tsx b/src/IconMatterRounded.tsx index 6fcb0e6e5..3588e0d08 100644 --- a/src/IconMatterRounded.tsx +++ b/src/IconMatterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterRounded: React.FC = ({ ...props }) => ( +export const IconMatterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterRounded as default } diff --git a/src/IconMatterRoundedFilled.tsx b/src/IconMatterRoundedFilled.tsx index 1f76d13b4..a650991be 100644 --- a/src/IconMatterRoundedFilled.tsx +++ b/src/IconMatterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMatterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterRoundedFilled as default } diff --git a/src/IconMatterSharp.tsx b/src/IconMatterSharp.tsx index 671f120bb..5bb19e645 100644 --- a/src/IconMatterSharp.tsx +++ b/src/IconMatterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterSharp: React.FC = ({ ...props }) => ( +export const IconMatterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterSharp as default } diff --git a/src/IconMatterSharpFilled.tsx b/src/IconMatterSharpFilled.tsx index 291d08ac3..2d6b54fd6 100644 --- a/src/IconMatterSharpFilled.tsx +++ b/src/IconMatterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMatterSharpFilled: React.FC = ({ ...props }) => ( +export const IconMatterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMatterSharpFilled as default } diff --git a/src/IconMaximizeOutlined.tsx b/src/IconMaximizeOutlined.tsx index 745528f25..20582b9a4 100644 --- a/src/IconMaximizeOutlined.tsx +++ b/src/IconMaximizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeOutlined: React.FC = ({ ...props }) => ( +export const IconMaximizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaximizeOutlined as default } diff --git a/src/IconMaximizeOutlinedFilled.tsx b/src/IconMaximizeOutlinedFilled.tsx index 6c3a9c99d..1e672d8d7 100644 --- a/src/IconMaximizeOutlinedFilled.tsx +++ b/src/IconMaximizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMaximizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaximizeOutlinedFilled as default } diff --git a/src/IconMaximizeRounded.tsx b/src/IconMaximizeRounded.tsx index e544c4ca5..8d421ca95 100644 --- a/src/IconMaximizeRounded.tsx +++ b/src/IconMaximizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeRounded: React.FC = ({ ...props }) => ( +export const IconMaximizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaximizeRounded as default } diff --git a/src/IconMaximizeRoundedFilled.tsx b/src/IconMaximizeRoundedFilled.tsx index 09f52f631..a13da6737 100644 --- a/src/IconMaximizeRoundedFilled.tsx +++ b/src/IconMaximizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMaximizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMaximizeRoundedFilled as default } diff --git a/src/IconMaximizeSharp.tsx b/src/IconMaximizeSharp.tsx index b39a482c9..8b27d0b89 100644 --- a/src/IconMaximizeSharp.tsx +++ b/src/IconMaximizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeSharp: React.FC = ({ ...props }) => ( +export const IconMaximizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaximizeSharp as default } diff --git a/src/IconMaximizeSharpFilled.tsx b/src/IconMaximizeSharpFilled.tsx index e2ad95b49..a46a183c6 100644 --- a/src/IconMaximizeSharpFilled.tsx +++ b/src/IconMaximizeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMaximizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMaximizeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMaximizeSharpFilled as default } diff --git a/src/IconMeasuringTapeOutlined.tsx b/src/IconMeasuringTapeOutlined.tsx index 3673230b9..c47fd4a34 100644 --- a/src/IconMeasuringTapeOutlined.tsx +++ b/src/IconMeasuringTapeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeOutlined: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeOutlined as default } diff --git a/src/IconMeasuringTapeOutlinedFilled.tsx b/src/IconMeasuringTapeOutlinedFilled.tsx index ce6b77a15..d332a54e3 100644 --- a/src/IconMeasuringTapeOutlinedFilled.tsx +++ b/src/IconMeasuringTapeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeOutlinedFilled as default } diff --git a/src/IconMeasuringTapeRounded.tsx b/src/IconMeasuringTapeRounded.tsx index 7680754e5..704df6d0e 100644 --- a/src/IconMeasuringTapeRounded.tsx +++ b/src/IconMeasuringTapeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeRounded: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeRounded as default } diff --git a/src/IconMeasuringTapeRoundedFilled.tsx b/src/IconMeasuringTapeRoundedFilled.tsx index 2eb422df1..b4befd5a0 100644 --- a/src/IconMeasuringTapeRoundedFilled.tsx +++ b/src/IconMeasuringTapeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeRoundedFilled as default } diff --git a/src/IconMeasuringTapeSharp.tsx b/src/IconMeasuringTapeSharp.tsx index c60880bf9..ddfca54d7 100644 --- a/src/IconMeasuringTapeSharp.tsx +++ b/src/IconMeasuringTapeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeSharp: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeSharp as default } diff --git a/src/IconMeasuringTapeSharpFilled.tsx b/src/IconMeasuringTapeSharpFilled.tsx index 792798d2f..a663d2ebf 100644 --- a/src/IconMeasuringTapeSharpFilled.tsx +++ b/src/IconMeasuringTapeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeasuringTapeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMeasuringTapeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeasuringTapeSharpFilled as default } diff --git a/src/IconMediaBluetoothOffOutlined.tsx b/src/IconMediaBluetoothOffOutlined.tsx index 02941e41e..18fe045a1 100644 --- a/src/IconMediaBluetoothOffOutlined.tsx +++ b/src/IconMediaBluetoothOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffOutlined: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOffOutlined as default } diff --git a/src/IconMediaBluetoothOffOutlinedFilled.tsx b/src/IconMediaBluetoothOffOutlinedFilled.tsx index d8d7f2160..195948e92 100644 --- a/src/IconMediaBluetoothOffOutlinedFilled.tsx +++ b/src/IconMediaBluetoothOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffOutlinedFilled: React.FC = ({ +export const IconMediaBluetoothOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaBluetoothOffOutlinedFilled: React.FC = ({ ) - -export { IconMediaBluetoothOffOutlinedFilled as default } diff --git a/src/IconMediaBluetoothOffRounded.tsx b/src/IconMediaBluetoothOffRounded.tsx index e05ce061c..694d10d2e 100644 --- a/src/IconMediaBluetoothOffRounded.tsx +++ b/src/IconMediaBluetoothOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffRounded: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOffRounded as default } diff --git a/src/IconMediaBluetoothOffRoundedFilled.tsx b/src/IconMediaBluetoothOffRoundedFilled.tsx index 58c40a9be..3ef1b9f8e 100644 --- a/src/IconMediaBluetoothOffRoundedFilled.tsx +++ b/src/IconMediaBluetoothOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffRoundedFilled: React.FC = ({ +export const IconMediaBluetoothOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaBluetoothOffRoundedFilled: React.FC = ({ ) - -export { IconMediaBluetoothOffRoundedFilled as default } diff --git a/src/IconMediaBluetoothOffSharp.tsx b/src/IconMediaBluetoothOffSharp.tsx index 813bdc636..d8f80c5de 100644 --- a/src/IconMediaBluetoothOffSharp.tsx +++ b/src/IconMediaBluetoothOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffSharp: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOffSharp as default } diff --git a/src/IconMediaBluetoothOffSharpFilled.tsx b/src/IconMediaBluetoothOffSharpFilled.tsx index 5f6dfce41..20db5a7a4 100644 --- a/src/IconMediaBluetoothOffSharpFilled.tsx +++ b/src/IconMediaBluetoothOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOffSharpFilled: React.FC = ({ +export const IconMediaBluetoothOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaBluetoothOffSharpFilled: React.FC = ({ ) - -export { IconMediaBluetoothOffSharpFilled as default } diff --git a/src/IconMediaBluetoothOnOutlined.tsx b/src/IconMediaBluetoothOnOutlined.tsx index 0de56911a..22f4e1a4f 100644 --- a/src/IconMediaBluetoothOnOutlined.tsx +++ b/src/IconMediaBluetoothOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnOutlined: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOnOutlined as default } diff --git a/src/IconMediaBluetoothOnOutlinedFilled.tsx b/src/IconMediaBluetoothOnOutlinedFilled.tsx index c9e843c23..4f7d8e41a 100644 --- a/src/IconMediaBluetoothOnOutlinedFilled.tsx +++ b/src/IconMediaBluetoothOnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnOutlinedFilled: React.FC = ({ +export const IconMediaBluetoothOnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaBluetoothOnOutlinedFilled: React.FC = ({ ) - -export { IconMediaBluetoothOnOutlinedFilled as default } diff --git a/src/IconMediaBluetoothOnRounded.tsx b/src/IconMediaBluetoothOnRounded.tsx index dba16ca20..eda811c68 100644 --- a/src/IconMediaBluetoothOnRounded.tsx +++ b/src/IconMediaBluetoothOnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnRounded: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOnRounded as default } diff --git a/src/IconMediaBluetoothOnRoundedFilled.tsx b/src/IconMediaBluetoothOnRoundedFilled.tsx index 78966d357..c81577efd 100644 --- a/src/IconMediaBluetoothOnRoundedFilled.tsx +++ b/src/IconMediaBluetoothOnRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnRoundedFilled: React.FC = ({ +export const IconMediaBluetoothOnRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaBluetoothOnRoundedFilled: React.FC = ({ ) - -export { IconMediaBluetoothOnRoundedFilled as default } diff --git a/src/IconMediaBluetoothOnSharp.tsx b/src/IconMediaBluetoothOnSharp.tsx index f8d084151..0e65968d9 100644 --- a/src/IconMediaBluetoothOnSharp.tsx +++ b/src/IconMediaBluetoothOnSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnSharp: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOnSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOnSharp as default } diff --git a/src/IconMediaBluetoothOnSharpFilled.tsx b/src/IconMediaBluetoothOnSharpFilled.tsx index ae112b537..8c202119e 100644 --- a/src/IconMediaBluetoothOnSharpFilled.tsx +++ b/src/IconMediaBluetoothOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaBluetoothOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconMediaBluetoothOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaBluetoothOnSharpFilled as default } diff --git a/src/IconMediaLinkOutlined.tsx b/src/IconMediaLinkOutlined.tsx index 3531884b5..7a02f91e3 100644 --- a/src/IconMediaLinkOutlined.tsx +++ b/src/IconMediaLinkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkOutlined: React.FC = ({ ...props }) => ( +export const IconMediaLinkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaLinkOutlined as default } diff --git a/src/IconMediaLinkOutlinedFilled.tsx b/src/IconMediaLinkOutlinedFilled.tsx index 3cd0027eb..c79a88088 100644 --- a/src/IconMediaLinkOutlinedFilled.tsx +++ b/src/IconMediaLinkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMediaLinkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaLinkOutlinedFilled as default } diff --git a/src/IconMediaLinkRounded.tsx b/src/IconMediaLinkRounded.tsx index 903823db8..b915f0ced 100644 --- a/src/IconMediaLinkRounded.tsx +++ b/src/IconMediaLinkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkRounded: React.FC = ({ ...props }) => ( +export const IconMediaLinkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaLinkRounded as default } diff --git a/src/IconMediaLinkRoundedFilled.tsx b/src/IconMediaLinkRoundedFilled.tsx index 707016443..44151c963 100644 --- a/src/IconMediaLinkRoundedFilled.tsx +++ b/src/IconMediaLinkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMediaLinkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaLinkRoundedFilled as default } diff --git a/src/IconMediaLinkSharp.tsx b/src/IconMediaLinkSharp.tsx index 2edd3f28f..b1e42197b 100644 --- a/src/IconMediaLinkSharp.tsx +++ b/src/IconMediaLinkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkSharp: React.FC = ({ ...props }) => ( +export const IconMediaLinkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaLinkSharp as default } diff --git a/src/IconMediaLinkSharpFilled.tsx b/src/IconMediaLinkSharpFilled.tsx index 1e520cb21..3e18f5db1 100644 --- a/src/IconMediaLinkSharpFilled.tsx +++ b/src/IconMediaLinkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaLinkSharpFilled: React.FC = ({ ...props }) => ( +export const IconMediaLinkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaLinkSharpFilled as default } diff --git a/src/IconMediaOutputOffOutlined.tsx b/src/IconMediaOutputOffOutlined.tsx index 8877026e9..43d03fa7b 100644 --- a/src/IconMediaOutputOffOutlined.tsx +++ b/src/IconMediaOutputOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffOutlined: React.FC = ({ ...props }) => ( +export const IconMediaOutputOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOffOutlined as default } diff --git a/src/IconMediaOutputOffOutlinedFilled.tsx b/src/IconMediaOutputOffOutlinedFilled.tsx index 44e8ff571..04bc4ab19 100644 --- a/src/IconMediaOutputOffOutlinedFilled.tsx +++ b/src/IconMediaOutputOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffOutlinedFilled: React.FC = ({ +export const IconMediaOutputOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMediaOutputOffOutlinedFilled: React.FC = ({ ) - -export { IconMediaOutputOffOutlinedFilled as default } diff --git a/src/IconMediaOutputOffRounded.tsx b/src/IconMediaOutputOffRounded.tsx index 90d57bb80..2658f29e7 100644 --- a/src/IconMediaOutputOffRounded.tsx +++ b/src/IconMediaOutputOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffRounded: React.FC = ({ ...props }) => ( +export const IconMediaOutputOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOffRounded as default } diff --git a/src/IconMediaOutputOffRoundedFilled.tsx b/src/IconMediaOutputOffRoundedFilled.tsx index 89be2a4ed..42241c855 100644 --- a/src/IconMediaOutputOffRoundedFilled.tsx +++ b/src/IconMediaOutputOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMediaOutputOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOffRoundedFilled as default } diff --git a/src/IconMediaOutputOffSharp.tsx b/src/IconMediaOutputOffSharp.tsx index afae0a772..726810ca5 100644 --- a/src/IconMediaOutputOffSharp.tsx +++ b/src/IconMediaOutputOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffSharp: React.FC = ({ ...props }) => ( +export const IconMediaOutputOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOffSharp as default } diff --git a/src/IconMediaOutputOffSharpFilled.tsx b/src/IconMediaOutputOffSharpFilled.tsx index 3dd3ad378..5db9e85a5 100644 --- a/src/IconMediaOutputOffSharpFilled.tsx +++ b/src/IconMediaOutputOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMediaOutputOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOffSharpFilled as default } diff --git a/src/IconMediaOutputOutlined.tsx b/src/IconMediaOutputOutlined.tsx index 228a0adaa..1dfe5c484 100644 --- a/src/IconMediaOutputOutlined.tsx +++ b/src/IconMediaOutputOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOutlined: React.FC = ({ ...props }) => ( +export const IconMediaOutputOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOutlined as default } diff --git a/src/IconMediaOutputOutlinedFilled.tsx b/src/IconMediaOutputOutlinedFilled.tsx index 7c862bf9a..99fddaa31 100644 --- a/src/IconMediaOutputOutlinedFilled.tsx +++ b/src/IconMediaOutputOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMediaOutputOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputOutlinedFilled as default } diff --git a/src/IconMediaOutputRounded.tsx b/src/IconMediaOutputRounded.tsx index 8f5648650..bca428855 100644 --- a/src/IconMediaOutputRounded.tsx +++ b/src/IconMediaOutputRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputRounded: React.FC = ({ ...props }) => ( +export const IconMediaOutputRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaOutputRounded as default } diff --git a/src/IconMediaOutputRoundedFilled.tsx b/src/IconMediaOutputRoundedFilled.tsx index 35c9f1898..99ebf6568 100644 --- a/src/IconMediaOutputRoundedFilled.tsx +++ b/src/IconMediaOutputRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMediaOutputRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputRoundedFilled as default } diff --git a/src/IconMediaOutputSharp.tsx b/src/IconMediaOutputSharp.tsx index 820bcbc5d..d54ff8014 100644 --- a/src/IconMediaOutputSharp.tsx +++ b/src/IconMediaOutputSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputSharp: React.FC = ({ ...props }) => ( +export const IconMediaOutputSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediaOutputSharp as default } diff --git a/src/IconMediaOutputSharpFilled.tsx b/src/IconMediaOutputSharpFilled.tsx index 8dc9f2a0b..990955c30 100644 --- a/src/IconMediaOutputSharpFilled.tsx +++ b/src/IconMediaOutputSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediaOutputSharpFilled: React.FC = ({ ...props }) => ( +export const IconMediaOutputSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediaOutputSharpFilled as default } diff --git a/src/IconMediationOutlined.tsx b/src/IconMediationOutlined.tsx index 07ffea590..f903a196a 100644 --- a/src/IconMediationOutlined.tsx +++ b/src/IconMediationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediationOutlined: React.FC = ({ ...props }) => ( +export const IconMediationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediationOutlined as default } diff --git a/src/IconMediationOutlinedFilled.tsx b/src/IconMediationOutlinedFilled.tsx index 9b6000cb8..895766b7f 100644 --- a/src/IconMediationOutlinedFilled.tsx +++ b/src/IconMediationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMediationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediationOutlinedFilled as default } diff --git a/src/IconMediationRounded.tsx b/src/IconMediationRounded.tsx index 7ff5b0714..636cf1ee2 100644 --- a/src/IconMediationRounded.tsx +++ b/src/IconMediationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediationRounded: React.FC = ({ ...props }) => ( +export const IconMediationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediationRounded as default } diff --git a/src/IconMediationRoundedFilled.tsx b/src/IconMediationRoundedFilled.tsx index 6f6f4e9a8..efb62c168 100644 --- a/src/IconMediationRoundedFilled.tsx +++ b/src/IconMediationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMediationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMediationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMediationRoundedFilled as default } diff --git a/src/IconMediationSharp.tsx b/src/IconMediationSharp.tsx index 277263798..617c5f911 100644 --- a/src/IconMediationSharp.tsx +++ b/src/IconMediationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediationSharp: React.FC = ({ ...props }) => ( +export const IconMediationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediationSharp as default } diff --git a/src/IconMediationSharpFilled.tsx b/src/IconMediationSharpFilled.tsx index 63029d553..26d808d64 100644 --- a/src/IconMediationSharpFilled.tsx +++ b/src/IconMediationSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMediationSharpFilled: React.FC = ({ ...props }) => ( +export const IconMediationSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMediationSharpFilled as default } diff --git a/src/IconMedicalInformationOutlined.tsx b/src/IconMedicalInformationOutlined.tsx index ef678478b..3f298568b 100644 --- a/src/IconMedicalInformationOutlined.tsx +++ b/src/IconMedicalInformationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationOutlined: React.FC = ({ ...props }) => ( +export const IconMedicalInformationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalInformationOutlined as default } diff --git a/src/IconMedicalInformationOutlinedFilled.tsx b/src/IconMedicalInformationOutlinedFilled.tsx index 41dfc3125..1c9bc2b5b 100644 --- a/src/IconMedicalInformationOutlinedFilled.tsx +++ b/src/IconMedicalInformationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationOutlinedFilled: React.FC = ({ +export const IconMedicalInformationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicalInformationOutlinedFilled: React.FC = ({ ) - -export { IconMedicalInformationOutlinedFilled as default } diff --git a/src/IconMedicalInformationRounded.tsx b/src/IconMedicalInformationRounded.tsx index d0441dd73..3f82adfef 100644 --- a/src/IconMedicalInformationRounded.tsx +++ b/src/IconMedicalInformationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationRounded: React.FC = ({ ...props }) => ( +export const IconMedicalInformationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalInformationRounded as default } diff --git a/src/IconMedicalInformationRoundedFilled.tsx b/src/IconMedicalInformationRoundedFilled.tsx index 763d46b45..f9e462d34 100644 --- a/src/IconMedicalInformationRoundedFilled.tsx +++ b/src/IconMedicalInformationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationRoundedFilled: React.FC = ({ +export const IconMedicalInformationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicalInformationRoundedFilled: React.FC = ({ ) - -export { IconMedicalInformationRoundedFilled as default } diff --git a/src/IconMedicalInformationSharp.tsx b/src/IconMedicalInformationSharp.tsx index 8c9e0e1ef..190886fe1 100644 --- a/src/IconMedicalInformationSharp.tsx +++ b/src/IconMedicalInformationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationSharp: React.FC = ({ ...props }) => ( +export const IconMedicalInformationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalInformationSharp as default } diff --git a/src/IconMedicalInformationSharpFilled.tsx b/src/IconMedicalInformationSharpFilled.tsx index 360689f38..69e3179d4 100644 --- a/src/IconMedicalInformationSharpFilled.tsx +++ b/src/IconMedicalInformationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalInformationSharpFilled: React.FC = ({ +export const IconMedicalInformationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicalInformationSharpFilled: React.FC = ({ ) - -export { IconMedicalInformationSharpFilled as default } diff --git a/src/IconMedicalMaskOutlined.tsx b/src/IconMedicalMaskOutlined.tsx index 819b8d099..41e26032a 100644 --- a/src/IconMedicalMaskOutlined.tsx +++ b/src/IconMedicalMaskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskOutlined: React.FC = ({ ...props }) => ( +export const IconMedicalMaskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskOutlined as default } diff --git a/src/IconMedicalMaskOutlinedFilled.tsx b/src/IconMedicalMaskOutlinedFilled.tsx index 1e0a9ea0e..be206fc01 100644 --- a/src/IconMedicalMaskOutlinedFilled.tsx +++ b/src/IconMedicalMaskOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMedicalMaskOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskOutlinedFilled as default } diff --git a/src/IconMedicalMaskRounded.tsx b/src/IconMedicalMaskRounded.tsx index ffe62a8d6..a54c6764e 100644 --- a/src/IconMedicalMaskRounded.tsx +++ b/src/IconMedicalMaskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskRounded: React.FC = ({ ...props }) => ( +export const IconMedicalMaskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskRounded as default } diff --git a/src/IconMedicalMaskRoundedFilled.tsx b/src/IconMedicalMaskRoundedFilled.tsx index 8c6cff942..58e15c025 100644 --- a/src/IconMedicalMaskRoundedFilled.tsx +++ b/src/IconMedicalMaskRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMedicalMaskRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskRoundedFilled as default } diff --git a/src/IconMedicalMaskSharp.tsx b/src/IconMedicalMaskSharp.tsx index 8f8995a36..8b32b1694 100644 --- a/src/IconMedicalMaskSharp.tsx +++ b/src/IconMedicalMaskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskSharp: React.FC = ({ ...props }) => ( +export const IconMedicalMaskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskSharp as default } diff --git a/src/IconMedicalMaskSharpFilled.tsx b/src/IconMedicalMaskSharpFilled.tsx index d338ba91f..d1cab8ecf 100644 --- a/src/IconMedicalMaskSharpFilled.tsx +++ b/src/IconMedicalMaskSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalMaskSharpFilled: React.FC = ({ ...props }) => ( +export const IconMedicalMaskSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalMaskSharpFilled as default } diff --git a/src/IconMedicalServicesOutlined.tsx b/src/IconMedicalServicesOutlined.tsx index 3c2c138a7..5e4ae84d5 100644 --- a/src/IconMedicalServicesOutlined.tsx +++ b/src/IconMedicalServicesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesOutlined: React.FC = ({ ...props }) => ( +export const IconMedicalServicesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalServicesOutlined as default } diff --git a/src/IconMedicalServicesOutlinedFilled.tsx b/src/IconMedicalServicesOutlinedFilled.tsx index 101553d3b..d877b5d39 100644 --- a/src/IconMedicalServicesOutlinedFilled.tsx +++ b/src/IconMedicalServicesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesOutlinedFilled: React.FC = ({ +export const IconMedicalServicesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicalServicesOutlinedFilled: React.FC = ({ ) - -export { IconMedicalServicesOutlinedFilled as default } diff --git a/src/IconMedicalServicesRounded.tsx b/src/IconMedicalServicesRounded.tsx index bf4a7c006..45fe962ea 100644 --- a/src/IconMedicalServicesRounded.tsx +++ b/src/IconMedicalServicesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesRounded: React.FC = ({ ...props }) => ( +export const IconMedicalServicesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalServicesRounded as default } diff --git a/src/IconMedicalServicesRoundedFilled.tsx b/src/IconMedicalServicesRoundedFilled.tsx index a3f54827f..1d58bb4ec 100644 --- a/src/IconMedicalServicesRoundedFilled.tsx +++ b/src/IconMedicalServicesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesRoundedFilled: React.FC = ({ +export const IconMedicalServicesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicalServicesRoundedFilled: React.FC = ({ ) - -export { IconMedicalServicesRoundedFilled as default } diff --git a/src/IconMedicalServicesSharp.tsx b/src/IconMedicalServicesSharp.tsx index 04caae050..c4a015803 100644 --- a/src/IconMedicalServicesSharp.tsx +++ b/src/IconMedicalServicesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesSharp: React.FC = ({ ...props }) => ( +export const IconMedicalServicesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicalServicesSharp as default } diff --git a/src/IconMedicalServicesSharpFilled.tsx b/src/IconMedicalServicesSharpFilled.tsx index 1aac866bc..42cf0a485 100644 --- a/src/IconMedicalServicesSharpFilled.tsx +++ b/src/IconMedicalServicesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicalServicesSharpFilled: React.FC = ({ ...props }) => ( +export const IconMedicalServicesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicalServicesSharpFilled as default } diff --git a/src/IconMedicationLiquidOutlined.tsx b/src/IconMedicationLiquidOutlined.tsx index 683b344d0..967a03e68 100644 --- a/src/IconMedicationLiquidOutlined.tsx +++ b/src/IconMedicationLiquidOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidOutlined: React.FC = ({ ...props }) => ( +export const IconMedicationLiquidOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationLiquidOutlined as default } diff --git a/src/IconMedicationLiquidOutlinedFilled.tsx b/src/IconMedicationLiquidOutlinedFilled.tsx index 1c0429d78..b3017f450 100644 --- a/src/IconMedicationLiquidOutlinedFilled.tsx +++ b/src/IconMedicationLiquidOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidOutlinedFilled: React.FC = ({ +export const IconMedicationLiquidOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicationLiquidOutlinedFilled: React.FC = ({ ) - -export { IconMedicationLiquidOutlinedFilled as default } diff --git a/src/IconMedicationLiquidRounded.tsx b/src/IconMedicationLiquidRounded.tsx index 256e58c67..f788ba3a4 100644 --- a/src/IconMedicationLiquidRounded.tsx +++ b/src/IconMedicationLiquidRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidRounded: React.FC = ({ ...props }) => ( +export const IconMedicationLiquidRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationLiquidRounded as default } diff --git a/src/IconMedicationLiquidRoundedFilled.tsx b/src/IconMedicationLiquidRoundedFilled.tsx index d3e11c8eb..8bd15b1f3 100644 --- a/src/IconMedicationLiquidRoundedFilled.tsx +++ b/src/IconMedicationLiquidRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidRoundedFilled: React.FC = ({ +export const IconMedicationLiquidRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMedicationLiquidRoundedFilled: React.FC = ({ ) - -export { IconMedicationLiquidRoundedFilled as default } diff --git a/src/IconMedicationLiquidSharp.tsx b/src/IconMedicationLiquidSharp.tsx index bdf4a4a1a..a87340775 100644 --- a/src/IconMedicationLiquidSharp.tsx +++ b/src/IconMedicationLiquidSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidSharp: React.FC = ({ ...props }) => ( +export const IconMedicationLiquidSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationLiquidSharp as default } diff --git a/src/IconMedicationLiquidSharpFilled.tsx b/src/IconMedicationLiquidSharpFilled.tsx index 63ef34677..96e0f6bb6 100644 --- a/src/IconMedicationLiquidSharpFilled.tsx +++ b/src/IconMedicationLiquidSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationLiquidSharpFilled: React.FC = ({ ...props }) => ( +export const IconMedicationLiquidSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationLiquidSharpFilled as default } diff --git a/src/IconMedicationOutlined.tsx b/src/IconMedicationOutlined.tsx index 4d27d9a96..f8caff5ab 100644 --- a/src/IconMedicationOutlined.tsx +++ b/src/IconMedicationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationOutlined: React.FC = ({ ...props }) => ( +export const IconMedicationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicationOutlined as default } diff --git a/src/IconMedicationOutlinedFilled.tsx b/src/IconMedicationOutlinedFilled.tsx index b18310e3e..922aaeab1 100644 --- a/src/IconMedicationOutlinedFilled.tsx +++ b/src/IconMedicationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMedicationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationOutlinedFilled as default } diff --git a/src/IconMedicationRounded.tsx b/src/IconMedicationRounded.tsx index 8ad2d2aa2..6a8b12aff 100644 --- a/src/IconMedicationRounded.tsx +++ b/src/IconMedicationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationRounded: React.FC = ({ ...props }) => ( +export const IconMedicationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicationRounded as default } diff --git a/src/IconMedicationRoundedFilled.tsx b/src/IconMedicationRoundedFilled.tsx index 3e2f213cb..4213d9940 100644 --- a/src/IconMedicationRoundedFilled.tsx +++ b/src/IconMedicationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMedicationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationRoundedFilled as default } diff --git a/src/IconMedicationSharp.tsx b/src/IconMedicationSharp.tsx index a9e3c668c..7c86b8441 100644 --- a/src/IconMedicationSharp.tsx +++ b/src/IconMedicationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationSharp: React.FC = ({ ...props }) => ( +export const IconMedicationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMedicationSharp as default } diff --git a/src/IconMedicationSharpFilled.tsx b/src/IconMedicationSharpFilled.tsx index 1a53e6d54..8a841c5fc 100644 --- a/src/IconMedicationSharpFilled.tsx +++ b/src/IconMedicationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMedicationSharpFilled: React.FC = ({ ...props }) => ( +export const IconMedicationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMedicationSharpFilled as default } diff --git a/src/IconMeetingRoomOutlined.tsx b/src/IconMeetingRoomOutlined.tsx index e0f2d0478..13a6526d1 100644 --- a/src/IconMeetingRoomOutlined.tsx +++ b/src/IconMeetingRoomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomOutlined: React.FC = ({ ...props }) => ( +export const IconMeetingRoomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomOutlined as default } diff --git a/src/IconMeetingRoomOutlinedFilled.tsx b/src/IconMeetingRoomOutlinedFilled.tsx index ff50e765e..5399b3247 100644 --- a/src/IconMeetingRoomOutlinedFilled.tsx +++ b/src/IconMeetingRoomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMeetingRoomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomOutlinedFilled as default } diff --git a/src/IconMeetingRoomRounded.tsx b/src/IconMeetingRoomRounded.tsx index 925dc0948..d69e39e3f 100644 --- a/src/IconMeetingRoomRounded.tsx +++ b/src/IconMeetingRoomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomRounded: React.FC = ({ ...props }) => ( +export const IconMeetingRoomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomRounded as default } diff --git a/src/IconMeetingRoomRoundedFilled.tsx b/src/IconMeetingRoomRoundedFilled.tsx index 3ee37a1cf..d77f5e0ef 100644 --- a/src/IconMeetingRoomRoundedFilled.tsx +++ b/src/IconMeetingRoomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMeetingRoomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomRoundedFilled as default } diff --git a/src/IconMeetingRoomSharp.tsx b/src/IconMeetingRoomSharp.tsx index 5b38522e3..394a5a043 100644 --- a/src/IconMeetingRoomSharp.tsx +++ b/src/IconMeetingRoomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomSharp: React.FC = ({ ...props }) => ( +export const IconMeetingRoomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomSharp as default } diff --git a/src/IconMeetingRoomSharpFilled.tsx b/src/IconMeetingRoomSharpFilled.tsx index 27908b52b..a6a7f8986 100644 --- a/src/IconMeetingRoomSharpFilled.tsx +++ b/src/IconMeetingRoomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMeetingRoomSharpFilled: React.FC = ({ ...props }) => ( +export const IconMeetingRoomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMeetingRoomSharpFilled as default } diff --git a/src/IconMemoryAltOutlined.tsx b/src/IconMemoryAltOutlined.tsx index 21c6ca7be..cc17eed6b 100644 --- a/src/IconMemoryAltOutlined.tsx +++ b/src/IconMemoryAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltOutlined: React.FC = ({ ...props }) => ( +export const IconMemoryAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryAltOutlined as default } diff --git a/src/IconMemoryAltOutlinedFilled.tsx b/src/IconMemoryAltOutlinedFilled.tsx index 33dc38f49..9284d8673 100644 --- a/src/IconMemoryAltOutlinedFilled.tsx +++ b/src/IconMemoryAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMemoryAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMemoryAltOutlinedFilled as default } diff --git a/src/IconMemoryAltRounded.tsx b/src/IconMemoryAltRounded.tsx index d029b8638..fab7cfbb6 100644 --- a/src/IconMemoryAltRounded.tsx +++ b/src/IconMemoryAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltRounded: React.FC = ({ ...props }) => ( +export const IconMemoryAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryAltRounded as default } diff --git a/src/IconMemoryAltRoundedFilled.tsx b/src/IconMemoryAltRoundedFilled.tsx index 173869269..1704e0f1c 100644 --- a/src/IconMemoryAltRoundedFilled.tsx +++ b/src/IconMemoryAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMemoryAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMemoryAltRoundedFilled as default } diff --git a/src/IconMemoryAltSharp.tsx b/src/IconMemoryAltSharp.tsx index 14d86099e..30d0d5633 100644 --- a/src/IconMemoryAltSharp.tsx +++ b/src/IconMemoryAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltSharp: React.FC = ({ ...props }) => ( +export const IconMemoryAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryAltSharp as default } diff --git a/src/IconMemoryAltSharpFilled.tsx b/src/IconMemoryAltSharpFilled.tsx index f174963cc..9b87d9b43 100644 --- a/src/IconMemoryAltSharpFilled.tsx +++ b/src/IconMemoryAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconMemoryAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryAltSharpFilled as default } diff --git a/src/IconMemoryOutlined.tsx b/src/IconMemoryOutlined.tsx index ad45a8518..9f2abd101 100644 --- a/src/IconMemoryOutlined.tsx +++ b/src/IconMemoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryOutlined: React.FC = ({ ...props }) => ( +export const IconMemoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryOutlined as default } diff --git a/src/IconMemoryOutlinedFilled.tsx b/src/IconMemoryOutlinedFilled.tsx index 2ee3e15cb..e9304fc38 100644 --- a/src/IconMemoryOutlinedFilled.tsx +++ b/src/IconMemoryOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMemoryOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryOutlinedFilled as default } diff --git a/src/IconMemoryRounded.tsx b/src/IconMemoryRounded.tsx index cec517cd4..9d0474f43 100644 --- a/src/IconMemoryRounded.tsx +++ b/src/IconMemoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryRounded: React.FC = ({ ...props }) => ( +export const IconMemoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryRounded as default } diff --git a/src/IconMemoryRoundedFilled.tsx b/src/IconMemoryRoundedFilled.tsx index 489e2042d..4a4b2950f 100644 --- a/src/IconMemoryRoundedFilled.tsx +++ b/src/IconMemoryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMemoryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemoryRoundedFilled as default } diff --git a/src/IconMemorySharp.tsx b/src/IconMemorySharp.tsx index 2a1c6a611..32296c3c2 100644 --- a/src/IconMemorySharp.tsx +++ b/src/IconMemorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemorySharp: React.FC = ({ ...props }) => ( +export const IconMemorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemorySharp as default } diff --git a/src/IconMemorySharpFilled.tsx b/src/IconMemorySharpFilled.tsx index c7261d08a..d4a014723 100644 --- a/src/IconMemorySharpFilled.tsx +++ b/src/IconMemorySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMemorySharpFilled: React.FC = ({ ...props }) => ( +export const IconMemorySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMemorySharpFilled as default } diff --git a/src/IconMenstrualHealthOutlined.tsx b/src/IconMenstrualHealthOutlined.tsx index 0ef50fbe6..7d12426c1 100644 --- a/src/IconMenstrualHealthOutlined.tsx +++ b/src/IconMenstrualHealthOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthOutlined: React.FC = ({ ...props }) => ( +export const IconMenstrualHealthOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenstrualHealthOutlined as default } diff --git a/src/IconMenstrualHealthOutlinedFilled.tsx b/src/IconMenstrualHealthOutlinedFilled.tsx index 5901e9ab8..b024d4341 100644 --- a/src/IconMenstrualHealthOutlinedFilled.tsx +++ b/src/IconMenstrualHealthOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthOutlinedFilled: React.FC = ({ +export const IconMenstrualHealthOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMenstrualHealthOutlinedFilled: React.FC = ({ ) - -export { IconMenstrualHealthOutlinedFilled as default } diff --git a/src/IconMenstrualHealthRounded.tsx b/src/IconMenstrualHealthRounded.tsx index 5535e7c07..37bab8548 100644 --- a/src/IconMenstrualHealthRounded.tsx +++ b/src/IconMenstrualHealthRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthRounded: React.FC = ({ ...props }) => ( +export const IconMenstrualHealthRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenstrualHealthRounded as default } diff --git a/src/IconMenstrualHealthRoundedFilled.tsx b/src/IconMenstrualHealthRoundedFilled.tsx index 3ba4ae2c9..41c35c367 100644 --- a/src/IconMenstrualHealthRoundedFilled.tsx +++ b/src/IconMenstrualHealthRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthRoundedFilled: React.FC = ({ +export const IconMenstrualHealthRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMenstrualHealthRoundedFilled: React.FC = ({ ) - -export { IconMenstrualHealthRoundedFilled as default } diff --git a/src/IconMenstrualHealthSharp.tsx b/src/IconMenstrualHealthSharp.tsx index 90761fb45..0b1c29987 100644 --- a/src/IconMenstrualHealthSharp.tsx +++ b/src/IconMenstrualHealthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthSharp: React.FC = ({ ...props }) => ( +export const IconMenstrualHealthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenstrualHealthSharp as default } diff --git a/src/IconMenstrualHealthSharpFilled.tsx b/src/IconMenstrualHealthSharpFilled.tsx index 4bd538c59..3155bcfc6 100644 --- a/src/IconMenstrualHealthSharpFilled.tsx +++ b/src/IconMenstrualHealthSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenstrualHealthSharpFilled: React.FC = ({ ...props }) => ( +export const IconMenstrualHealthSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenstrualHealthSharpFilled as default } diff --git a/src/IconMenuBookOutlined.tsx b/src/IconMenuBookOutlined.tsx index 2b8f8d8c4..cb3ed8532 100644 --- a/src/IconMenuBookOutlined.tsx +++ b/src/IconMenuBookOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookOutlined: React.FC = ({ ...props }) => ( +export const IconMenuBookOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuBookOutlined as default } diff --git a/src/IconMenuBookOutlinedFilled.tsx b/src/IconMenuBookOutlinedFilled.tsx index 88c1a6035..d74dab56d 100644 --- a/src/IconMenuBookOutlinedFilled.tsx +++ b/src/IconMenuBookOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMenuBookOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenuBookOutlinedFilled as default } diff --git a/src/IconMenuBookRounded.tsx b/src/IconMenuBookRounded.tsx index a99e0c9de..5f84c641f 100644 --- a/src/IconMenuBookRounded.tsx +++ b/src/IconMenuBookRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookRounded: React.FC = ({ ...props }) => ( +export const IconMenuBookRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuBookRounded as default } diff --git a/src/IconMenuBookRoundedFilled.tsx b/src/IconMenuBookRoundedFilled.tsx index 68200e1fc..47fe52d29 100644 --- a/src/IconMenuBookRoundedFilled.tsx +++ b/src/IconMenuBookRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMenuBookRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenuBookRoundedFilled as default } diff --git a/src/IconMenuBookSharp.tsx b/src/IconMenuBookSharp.tsx index 52cbcee41..92ab6bb83 100644 --- a/src/IconMenuBookSharp.tsx +++ b/src/IconMenuBookSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookSharp: React.FC = ({ ...props }) => ( +export const IconMenuBookSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuBookSharp as default } diff --git a/src/IconMenuBookSharpFilled.tsx b/src/IconMenuBookSharpFilled.tsx index 33eb618bf..538105390 100644 --- a/src/IconMenuBookSharpFilled.tsx +++ b/src/IconMenuBookSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuBookSharpFilled: React.FC = ({ ...props }) => ( +export const IconMenuBookSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuBookSharpFilled as default } diff --git a/src/IconMenuOpenOutlined.tsx b/src/IconMenuOpenOutlined.tsx index 3addf9249..fb43e0e43 100644 --- a/src/IconMenuOpenOutlined.tsx +++ b/src/IconMenuOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenOutlined: React.FC = ({ ...props }) => ( +export const IconMenuOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOpenOutlined as default } diff --git a/src/IconMenuOpenOutlinedFilled.tsx b/src/IconMenuOpenOutlinedFilled.tsx index 96723d07f..082325bed 100644 --- a/src/IconMenuOpenOutlinedFilled.tsx +++ b/src/IconMenuOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMenuOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenuOpenOutlinedFilled as default } diff --git a/src/IconMenuOpenRounded.tsx b/src/IconMenuOpenRounded.tsx index 55036df1e..79625d404 100644 --- a/src/IconMenuOpenRounded.tsx +++ b/src/IconMenuOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenRounded: React.FC = ({ ...props }) => ( +export const IconMenuOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOpenRounded as default } diff --git a/src/IconMenuOpenRoundedFilled.tsx b/src/IconMenuOpenRoundedFilled.tsx index 4fd2e036a..f73ae30fa 100644 --- a/src/IconMenuOpenRoundedFilled.tsx +++ b/src/IconMenuOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMenuOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMenuOpenRoundedFilled as default } diff --git a/src/IconMenuOpenSharp.tsx b/src/IconMenuOpenSharp.tsx index f7d3232b9..37a16e0f3 100644 --- a/src/IconMenuOpenSharp.tsx +++ b/src/IconMenuOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenSharp: React.FC = ({ ...props }) => ( +export const IconMenuOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOpenSharp as default } diff --git a/src/IconMenuOpenSharpFilled.tsx b/src/IconMenuOpenSharpFilled.tsx index ebcb3d05a..e6b853a9b 100644 --- a/src/IconMenuOpenSharpFilled.tsx +++ b/src/IconMenuOpenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconMenuOpenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOpenSharpFilled as default } diff --git a/src/IconMenuOutlined.tsx b/src/IconMenuOutlined.tsx index f081225c9..7fe8b2078 100644 --- a/src/IconMenuOutlined.tsx +++ b/src/IconMenuOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOutlined: React.FC = ({ ...props }) => ( +export const IconMenuOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOutlined as default } diff --git a/src/IconMenuOutlinedFilled.tsx b/src/IconMenuOutlinedFilled.tsx index f5f708028..758e012e6 100644 --- a/src/IconMenuOutlinedFilled.tsx +++ b/src/IconMenuOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMenuOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuOutlinedFilled as default } diff --git a/src/IconMenuRounded.tsx b/src/IconMenuRounded.tsx index f5363161f..9b8cf936a 100644 --- a/src/IconMenuRounded.tsx +++ b/src/IconMenuRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuRounded: React.FC = ({ ...props }) => ( +export const IconMenuRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuRounded as default } diff --git a/src/IconMenuRoundedFilled.tsx b/src/IconMenuRoundedFilled.tsx index 2b81bdd32..55705f42d 100644 --- a/src/IconMenuRoundedFilled.tsx +++ b/src/IconMenuRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMenuRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuRoundedFilled as default } diff --git a/src/IconMenuSharp.tsx b/src/IconMenuSharp.tsx index fa90231c6..70db90820 100644 --- a/src/IconMenuSharp.tsx +++ b/src/IconMenuSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuSharp: React.FC = ({ ...props }) => ( +export const IconMenuSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuSharp as default } diff --git a/src/IconMenuSharpFilled.tsx b/src/IconMenuSharpFilled.tsx index 64f9f0727..2785d5eb0 100644 --- a/src/IconMenuSharpFilled.tsx +++ b/src/IconMenuSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMenuSharpFilled: React.FC = ({ ...props }) => ( +export const IconMenuSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMenuSharpFilled as default } diff --git a/src/IconMergeOutlined.tsx b/src/IconMergeOutlined.tsx index 1310a60b3..c394e8148 100644 --- a/src/IconMergeOutlined.tsx +++ b/src/IconMergeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeOutlined: React.FC = ({ ...props }) => ( +export const IconMergeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeOutlined as default } diff --git a/src/IconMergeOutlinedFilled.tsx b/src/IconMergeOutlinedFilled.tsx index 077f1fccf..81e968032 100644 --- a/src/IconMergeOutlinedFilled.tsx +++ b/src/IconMergeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMergeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeOutlinedFilled as default } diff --git a/src/IconMergeRounded.tsx b/src/IconMergeRounded.tsx index 2fff7ca13..39927fd5d 100644 --- a/src/IconMergeRounded.tsx +++ b/src/IconMergeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeRounded: React.FC = ({ ...props }) => ( +export const IconMergeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeRounded as default } diff --git a/src/IconMergeRoundedFilled.tsx b/src/IconMergeRoundedFilled.tsx index 9bac6ad57..b1eaf8e98 100644 --- a/src/IconMergeRoundedFilled.tsx +++ b/src/IconMergeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMergeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeRoundedFilled as default } diff --git a/src/IconMergeSharp.tsx b/src/IconMergeSharp.tsx index 8997162a9..160c58656 100644 --- a/src/IconMergeSharp.tsx +++ b/src/IconMergeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeSharp: React.FC = ({ ...props }) => ( +export const IconMergeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeSharp as default } diff --git a/src/IconMergeSharpFilled.tsx b/src/IconMergeSharpFilled.tsx index bd2eab63b..8de6d885f 100644 --- a/src/IconMergeSharpFilled.tsx +++ b/src/IconMergeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMergeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeSharpFilled as default } diff --git a/src/IconMergeTypeOutlined.tsx b/src/IconMergeTypeOutlined.tsx index 57ead0845..7ec0527d7 100644 --- a/src/IconMergeTypeOutlined.tsx +++ b/src/IconMergeTypeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeOutlined: React.FC = ({ ...props }) => ( +export const IconMergeTypeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeTypeOutlined as default } diff --git a/src/IconMergeTypeOutlinedFilled.tsx b/src/IconMergeTypeOutlinedFilled.tsx index cb50500f9..258b26c3f 100644 --- a/src/IconMergeTypeOutlinedFilled.tsx +++ b/src/IconMergeTypeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMergeTypeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMergeTypeOutlinedFilled as default } diff --git a/src/IconMergeTypeRounded.tsx b/src/IconMergeTypeRounded.tsx index 44bcda112..1fce3fb1e 100644 --- a/src/IconMergeTypeRounded.tsx +++ b/src/IconMergeTypeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeRounded: React.FC = ({ ...props }) => ( +export const IconMergeTypeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeTypeRounded as default } diff --git a/src/IconMergeTypeRoundedFilled.tsx b/src/IconMergeTypeRoundedFilled.tsx index 3a13e41c3..9eecfbb8c 100644 --- a/src/IconMergeTypeRoundedFilled.tsx +++ b/src/IconMergeTypeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMergeTypeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMergeTypeRoundedFilled as default } diff --git a/src/IconMergeTypeSharp.tsx b/src/IconMergeTypeSharp.tsx index 4e93f6fbb..1221c711b 100644 --- a/src/IconMergeTypeSharp.tsx +++ b/src/IconMergeTypeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeSharp: React.FC = ({ ...props }) => ( +export const IconMergeTypeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeTypeSharp as default } diff --git a/src/IconMergeTypeSharpFilled.tsx b/src/IconMergeTypeSharpFilled.tsx index 7b4b11244..534694de1 100644 --- a/src/IconMergeTypeSharpFilled.tsx +++ b/src/IconMergeTypeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMergeTypeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMergeTypeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMergeTypeSharpFilled as default } diff --git a/src/IconMetabolismOutlined.tsx b/src/IconMetabolismOutlined.tsx index b7112a9c3..d475eec22 100644 --- a/src/IconMetabolismOutlined.tsx +++ b/src/IconMetabolismOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismOutlined: React.FC = ({ ...props }) => ( +export const IconMetabolismOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetabolismOutlined as default } diff --git a/src/IconMetabolismOutlinedFilled.tsx b/src/IconMetabolismOutlinedFilled.tsx index f1a833e74..1a34db51e 100644 --- a/src/IconMetabolismOutlinedFilled.tsx +++ b/src/IconMetabolismOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMetabolismOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMetabolismOutlinedFilled as default } diff --git a/src/IconMetabolismRounded.tsx b/src/IconMetabolismRounded.tsx index 45d6294be..0bfddc3ea 100644 --- a/src/IconMetabolismRounded.tsx +++ b/src/IconMetabolismRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismRounded: React.FC = ({ ...props }) => ( +export const IconMetabolismRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetabolismRounded as default } diff --git a/src/IconMetabolismRoundedFilled.tsx b/src/IconMetabolismRoundedFilled.tsx index ec1afe4cc..7d2391561 100644 --- a/src/IconMetabolismRoundedFilled.tsx +++ b/src/IconMetabolismRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMetabolismRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMetabolismRoundedFilled as default } diff --git a/src/IconMetabolismSharp.tsx b/src/IconMetabolismSharp.tsx index e75cf63f3..620c81bc3 100644 --- a/src/IconMetabolismSharp.tsx +++ b/src/IconMetabolismSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismSharp: React.FC = ({ ...props }) => ( +export const IconMetabolismSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetabolismSharp as default } diff --git a/src/IconMetabolismSharpFilled.tsx b/src/IconMetabolismSharpFilled.tsx index 27d41077a..15a702325 100644 --- a/src/IconMetabolismSharpFilled.tsx +++ b/src/IconMetabolismSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMetabolismSharpFilled: React.FC = ({ ...props }) => ( +export const IconMetabolismSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMetabolismSharpFilled as default } diff --git a/src/IconMetroOutlined.tsx b/src/IconMetroOutlined.tsx index 65f5038ec..4fd0c077e 100644 --- a/src/IconMetroOutlined.tsx +++ b/src/IconMetroOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroOutlined: React.FC = ({ ...props }) => ( +export const IconMetroOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroOutlined as default } diff --git a/src/IconMetroOutlinedFilled.tsx b/src/IconMetroOutlinedFilled.tsx index 122bc8ab7..2455ad2ac 100644 --- a/src/IconMetroOutlinedFilled.tsx +++ b/src/IconMetroOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMetroOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroOutlinedFilled as default } diff --git a/src/IconMetroRounded.tsx b/src/IconMetroRounded.tsx index b36997b83..f905a8dd1 100644 --- a/src/IconMetroRounded.tsx +++ b/src/IconMetroRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroRounded: React.FC = ({ ...props }) => ( +export const IconMetroRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroRounded as default } diff --git a/src/IconMetroRoundedFilled.tsx b/src/IconMetroRoundedFilled.tsx index 12c51c25e..e4561b814 100644 --- a/src/IconMetroRoundedFilled.tsx +++ b/src/IconMetroRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMetroRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroRoundedFilled as default } diff --git a/src/IconMetroSharp.tsx b/src/IconMetroSharp.tsx index d456a18a6..0e875c016 100644 --- a/src/IconMetroSharp.tsx +++ b/src/IconMetroSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroSharp: React.FC = ({ ...props }) => ( +export const IconMetroSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroSharp as default } diff --git a/src/IconMetroSharpFilled.tsx b/src/IconMetroSharpFilled.tsx index 1da2ae363..4001a452a 100644 --- a/src/IconMetroSharpFilled.tsx +++ b/src/IconMetroSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMetroSharpFilled: React.FC = ({ ...props }) => ( +export const IconMetroSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMetroSharpFilled as default } diff --git a/src/IconMfgNestYaleLockOutlined.tsx b/src/IconMfgNestYaleLockOutlined.tsx index 9585a1622..0dffaa272 100644 --- a/src/IconMfgNestYaleLockOutlined.tsx +++ b/src/IconMfgNestYaleLockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockOutlined: React.FC = ({ ...props }) => ( +export const IconMfgNestYaleLockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMfgNestYaleLockOutlined as default } diff --git a/src/IconMfgNestYaleLockOutlinedFilled.tsx b/src/IconMfgNestYaleLockOutlinedFilled.tsx index 08e0fd53f..67bcec79d 100644 --- a/src/IconMfgNestYaleLockOutlinedFilled.tsx +++ b/src/IconMfgNestYaleLockOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockOutlinedFilled: React.FC = ({ +export const IconMfgNestYaleLockOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMfgNestYaleLockOutlinedFilled: React.FC = ({ ) - -export { IconMfgNestYaleLockOutlinedFilled as default } diff --git a/src/IconMfgNestYaleLockRounded.tsx b/src/IconMfgNestYaleLockRounded.tsx index 6a6e56ab4..7bd9f4021 100644 --- a/src/IconMfgNestYaleLockRounded.tsx +++ b/src/IconMfgNestYaleLockRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockRounded: React.FC = ({ ...props }) => ( +export const IconMfgNestYaleLockRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMfgNestYaleLockRounded as default } diff --git a/src/IconMfgNestYaleLockRoundedFilled.tsx b/src/IconMfgNestYaleLockRoundedFilled.tsx index 42288a091..71e0c99d6 100644 --- a/src/IconMfgNestYaleLockRoundedFilled.tsx +++ b/src/IconMfgNestYaleLockRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockRoundedFilled: React.FC = ({ +export const IconMfgNestYaleLockRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMfgNestYaleLockRoundedFilled: React.FC = ({ ) - -export { IconMfgNestYaleLockRoundedFilled as default } diff --git a/src/IconMfgNestYaleLockSharp.tsx b/src/IconMfgNestYaleLockSharp.tsx index 4dd5186ac..10cd557a2 100644 --- a/src/IconMfgNestYaleLockSharp.tsx +++ b/src/IconMfgNestYaleLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockSharp: React.FC = ({ ...props }) => ( +export const IconMfgNestYaleLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMfgNestYaleLockSharp as default } diff --git a/src/IconMfgNestYaleLockSharpFilled.tsx b/src/IconMfgNestYaleLockSharpFilled.tsx index 598ae54f3..c4b0dbe4e 100644 --- a/src/IconMfgNestYaleLockSharpFilled.tsx +++ b/src/IconMfgNestYaleLockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMfgNestYaleLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconMfgNestYaleLockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMfgNestYaleLockSharpFilled as default } diff --git a/src/IconMicDoubleOutlined.tsx b/src/IconMicDoubleOutlined.tsx index 50ae4fc48..e0b19a828 100644 --- a/src/IconMicDoubleOutlined.tsx +++ b/src/IconMicDoubleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleOutlined: React.FC = ({ ...props }) => ( +export const IconMicDoubleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicDoubleOutlined as default } diff --git a/src/IconMicDoubleOutlinedFilled.tsx b/src/IconMicDoubleOutlinedFilled.tsx index 3e0b38e3f..5b7f54fd7 100644 --- a/src/IconMicDoubleOutlinedFilled.tsx +++ b/src/IconMicDoubleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicDoubleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicDoubleOutlinedFilled as default } diff --git a/src/IconMicDoubleRounded.tsx b/src/IconMicDoubleRounded.tsx index 8fe860c9b..62e5fd8bf 100644 --- a/src/IconMicDoubleRounded.tsx +++ b/src/IconMicDoubleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleRounded: React.FC = ({ ...props }) => ( +export const IconMicDoubleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicDoubleRounded as default } diff --git a/src/IconMicDoubleRoundedFilled.tsx b/src/IconMicDoubleRoundedFilled.tsx index 6f90cbde2..4c2c965fe 100644 --- a/src/IconMicDoubleRoundedFilled.tsx +++ b/src/IconMicDoubleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicDoubleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicDoubleRoundedFilled as default } diff --git a/src/IconMicDoubleSharp.tsx b/src/IconMicDoubleSharp.tsx index c42ba31a3..0409cd75c 100644 --- a/src/IconMicDoubleSharp.tsx +++ b/src/IconMicDoubleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleSharp: React.FC = ({ ...props }) => ( +export const IconMicDoubleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicDoubleSharp as default } diff --git a/src/IconMicDoubleSharpFilled.tsx b/src/IconMicDoubleSharpFilled.tsx index c63be13e0..dacff5009 100644 --- a/src/IconMicDoubleSharpFilled.tsx +++ b/src/IconMicDoubleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicDoubleSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicDoubleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicDoubleSharpFilled as default } diff --git a/src/IconMicExternalOffOutlined.tsx b/src/IconMicExternalOffOutlined.tsx index 3e530b786..050467f93 100644 --- a/src/IconMicExternalOffOutlined.tsx +++ b/src/IconMicExternalOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffOutlined: React.FC = ({ ...props }) => ( +export const IconMicExternalOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOffOutlined as default } diff --git a/src/IconMicExternalOffOutlinedFilled.tsx b/src/IconMicExternalOffOutlinedFilled.tsx index 0327d1768..9f14e44bf 100644 --- a/src/IconMicExternalOffOutlinedFilled.tsx +++ b/src/IconMicExternalOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffOutlinedFilled: React.FC = ({ +export const IconMicExternalOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMicExternalOffOutlinedFilled: React.FC = ({ ) - -export { IconMicExternalOffOutlinedFilled as default } diff --git a/src/IconMicExternalOffRounded.tsx b/src/IconMicExternalOffRounded.tsx index f3e0577c7..4956832c5 100644 --- a/src/IconMicExternalOffRounded.tsx +++ b/src/IconMicExternalOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffRounded: React.FC = ({ ...props }) => ( +export const IconMicExternalOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOffRounded as default } diff --git a/src/IconMicExternalOffRoundedFilled.tsx b/src/IconMicExternalOffRoundedFilled.tsx index 977b0a9fe..534d4b887 100644 --- a/src/IconMicExternalOffRoundedFilled.tsx +++ b/src/IconMicExternalOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicExternalOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOffRoundedFilled as default } diff --git a/src/IconMicExternalOffSharp.tsx b/src/IconMicExternalOffSharp.tsx index 46f2d11ff..e601e98fd 100644 --- a/src/IconMicExternalOffSharp.tsx +++ b/src/IconMicExternalOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffSharp: React.FC = ({ ...props }) => ( +export const IconMicExternalOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicExternalOffSharp as default } diff --git a/src/IconMicExternalOffSharpFilled.tsx b/src/IconMicExternalOffSharpFilled.tsx index 4499e6538..935321444 100644 --- a/src/IconMicExternalOffSharpFilled.tsx +++ b/src/IconMicExternalOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicExternalOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOffSharpFilled as default } diff --git a/src/IconMicExternalOnOutlined.tsx b/src/IconMicExternalOnOutlined.tsx index 81002c0cd..fd3e9db2f 100644 --- a/src/IconMicExternalOnOutlined.tsx +++ b/src/IconMicExternalOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnOutlined: React.FC = ({ ...props }) => ( +export const IconMicExternalOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnOutlined as default } diff --git a/src/IconMicExternalOnOutlinedFilled.tsx b/src/IconMicExternalOnOutlinedFilled.tsx index 56abba491..088eefc55 100644 --- a/src/IconMicExternalOnOutlinedFilled.tsx +++ b/src/IconMicExternalOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicExternalOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnOutlinedFilled as default } diff --git a/src/IconMicExternalOnRounded.tsx b/src/IconMicExternalOnRounded.tsx index 7b20de19e..2aa431a49 100644 --- a/src/IconMicExternalOnRounded.tsx +++ b/src/IconMicExternalOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnRounded: React.FC = ({ ...props }) => ( +export const IconMicExternalOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnRounded as default } diff --git a/src/IconMicExternalOnRoundedFilled.tsx b/src/IconMicExternalOnRoundedFilled.tsx index 0b13cdb40..1c3069f26 100644 --- a/src/IconMicExternalOnRoundedFilled.tsx +++ b/src/IconMicExternalOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicExternalOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnRoundedFilled as default } diff --git a/src/IconMicExternalOnSharp.tsx b/src/IconMicExternalOnSharp.tsx index 84c026686..aed59ed26 100644 --- a/src/IconMicExternalOnSharp.tsx +++ b/src/IconMicExternalOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnSharp: React.FC = ({ ...props }) => ( +export const IconMicExternalOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnSharp as default } diff --git a/src/IconMicExternalOnSharpFilled.tsx b/src/IconMicExternalOnSharpFilled.tsx index 9d1a35404..315caa0d7 100644 --- a/src/IconMicExternalOnSharpFilled.tsx +++ b/src/IconMicExternalOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicExternalOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicExternalOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicExternalOnSharpFilled as default } diff --git a/src/IconMicOffOutlined.tsx b/src/IconMicOffOutlined.tsx index fa1672ede..cb4e9fdf7 100644 --- a/src/IconMicOffOutlined.tsx +++ b/src/IconMicOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffOutlined: React.FC = ({ ...props }) => ( +export const IconMicOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffOutlined as default } diff --git a/src/IconMicOffOutlinedFilled.tsx b/src/IconMicOffOutlinedFilled.tsx index d5a791197..5cfeb8487 100644 --- a/src/IconMicOffOutlinedFilled.tsx +++ b/src/IconMicOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffOutlinedFilled as default } diff --git a/src/IconMicOffRounded.tsx b/src/IconMicOffRounded.tsx index 09476e54f..cd6836b80 100644 --- a/src/IconMicOffRounded.tsx +++ b/src/IconMicOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffRounded: React.FC = ({ ...props }) => ( +export const IconMicOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffRounded as default } diff --git a/src/IconMicOffRoundedFilled.tsx b/src/IconMicOffRoundedFilled.tsx index 8719b009b..43a1465ce 100644 --- a/src/IconMicOffRoundedFilled.tsx +++ b/src/IconMicOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffRoundedFilled as default } diff --git a/src/IconMicOffSharp.tsx b/src/IconMicOffSharp.tsx index 532849cf6..2eee33827 100644 --- a/src/IconMicOffSharp.tsx +++ b/src/IconMicOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffSharp: React.FC = ({ ...props }) => ( +export const IconMicOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffSharp as default } diff --git a/src/IconMicOffSharpFilled.tsx b/src/IconMicOffSharpFilled.tsx index 53b581c9e..2ebb6c20f 100644 --- a/src/IconMicOffSharpFilled.tsx +++ b/src/IconMicOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOffSharpFilled as default } diff --git a/src/IconMicOutlined.tsx b/src/IconMicOutlined.tsx index 7aea50846..8ab24b134 100644 --- a/src/IconMicOutlined.tsx +++ b/src/IconMicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOutlined: React.FC = ({ ...props }) => ( +export const IconMicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOutlined as default } diff --git a/src/IconMicOutlinedFilled.tsx b/src/IconMicOutlinedFilled.tsx index b5398b715..9b5d98e35 100644 --- a/src/IconMicOutlinedFilled.tsx +++ b/src/IconMicOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicOutlinedFilled as default } diff --git a/src/IconMicRounded.tsx b/src/IconMicRounded.tsx index 2a57a2b93..eab6dc6c7 100644 --- a/src/IconMicRounded.tsx +++ b/src/IconMicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicRounded: React.FC = ({ ...props }) => ( +export const IconMicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicRounded as default } diff --git a/src/IconMicRoundedFilled.tsx b/src/IconMicRoundedFilled.tsx index f2ac30e3a..df7b0cc9e 100644 --- a/src/IconMicRoundedFilled.tsx +++ b/src/IconMicRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicRoundedFilled as default } diff --git a/src/IconMicSharp.tsx b/src/IconMicSharp.tsx index 703f3b8d1..f71fc383e 100644 --- a/src/IconMicSharp.tsx +++ b/src/IconMicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicSharp: React.FC = ({ ...props }) => ( +export const IconMicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicSharp as default } diff --git a/src/IconMicSharpFilled.tsx b/src/IconMicSharpFilled.tsx index 0322e0218..266f0c9b2 100644 --- a/src/IconMicSharpFilled.tsx +++ b/src/IconMicSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicSharpFilled as default } diff --git a/src/IconMicrobiologyOutlined.tsx b/src/IconMicrobiologyOutlined.tsx index a8af06eca..d5a6e5721 100644 --- a/src/IconMicrobiologyOutlined.tsx +++ b/src/IconMicrobiologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologyOutlined: React.FC = ({ ...props }) => ( +export const IconMicrobiologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrobiologyOutlined as default } diff --git a/src/IconMicrobiologyOutlinedFilled.tsx b/src/IconMicrobiologyOutlinedFilled.tsx index b3036dc80..25c086bd5 100644 --- a/src/IconMicrobiologyOutlinedFilled.tsx +++ b/src/IconMicrobiologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicrobiologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrobiologyOutlinedFilled as default } diff --git a/src/IconMicrobiologyRounded.tsx b/src/IconMicrobiologyRounded.tsx index 95bb8ec7f..8b68eec6d 100644 --- a/src/IconMicrobiologyRounded.tsx +++ b/src/IconMicrobiologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologyRounded: React.FC = ({ ...props }) => ( +export const IconMicrobiologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrobiologyRounded as default } diff --git a/src/IconMicrobiologyRoundedFilled.tsx b/src/IconMicrobiologyRoundedFilled.tsx index 56b857009..d1f6873af 100644 --- a/src/IconMicrobiologyRoundedFilled.tsx +++ b/src/IconMicrobiologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicrobiologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrobiologyRoundedFilled as default } diff --git a/src/IconMicrobiologySharp.tsx b/src/IconMicrobiologySharp.tsx index 1f2d4aa21..baf763330 100644 --- a/src/IconMicrobiologySharp.tsx +++ b/src/IconMicrobiologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologySharp: React.FC = ({ ...props }) => ( +export const IconMicrobiologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrobiologySharp as default } diff --git a/src/IconMicrobiologySharpFilled.tsx b/src/IconMicrobiologySharpFilled.tsx index 03ff4fc19..a994363e7 100644 --- a/src/IconMicrobiologySharpFilled.tsx +++ b/src/IconMicrobiologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrobiologySharpFilled: React.FC = ({ ...props }) => ( +export const IconMicrobiologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrobiologySharpFilled as default } diff --git a/src/IconMicrowaveGenOutlined.tsx b/src/IconMicrowaveGenOutlined.tsx index 58c9983d8..39dd102f6 100644 --- a/src/IconMicrowaveGenOutlined.tsx +++ b/src/IconMicrowaveGenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenOutlined: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenOutlined as default } diff --git a/src/IconMicrowaveGenOutlinedFilled.tsx b/src/IconMicrowaveGenOutlinedFilled.tsx index 14f3b182b..037d25bec 100644 --- a/src/IconMicrowaveGenOutlinedFilled.tsx +++ b/src/IconMicrowaveGenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenOutlinedFilled as default } diff --git a/src/IconMicrowaveGenRounded.tsx b/src/IconMicrowaveGenRounded.tsx index 0818944e1..e4ceba9af 100644 --- a/src/IconMicrowaveGenRounded.tsx +++ b/src/IconMicrowaveGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenRounded: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenRounded as default } diff --git a/src/IconMicrowaveGenRoundedFilled.tsx b/src/IconMicrowaveGenRoundedFilled.tsx index 95f728319..b39187176 100644 --- a/src/IconMicrowaveGenRoundedFilled.tsx +++ b/src/IconMicrowaveGenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenRoundedFilled as default } diff --git a/src/IconMicrowaveGenSharp.tsx b/src/IconMicrowaveGenSharp.tsx index 258f846ce..a66175edd 100644 --- a/src/IconMicrowaveGenSharp.tsx +++ b/src/IconMicrowaveGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenSharp: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenSharp as default } diff --git a/src/IconMicrowaveGenSharpFilled.tsx b/src/IconMicrowaveGenSharpFilled.tsx index a1cc2034f..71b4d65b0 100644 --- a/src/IconMicrowaveGenSharpFilled.tsx +++ b/src/IconMicrowaveGenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveGenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrowaveGenSharpFilled as default } diff --git a/src/IconMicrowaveOutlined.tsx b/src/IconMicrowaveOutlined.tsx index 8aa8c63c0..e5bce24b9 100644 --- a/src/IconMicrowaveOutlined.tsx +++ b/src/IconMicrowaveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveOutlined: React.FC = ({ ...props }) => ( +export const IconMicrowaveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveOutlined as default } diff --git a/src/IconMicrowaveOutlinedFilled.tsx b/src/IconMicrowaveOutlinedFilled.tsx index e7976d16d..cadc8a435 100644 --- a/src/IconMicrowaveOutlinedFilled.tsx +++ b/src/IconMicrowaveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrowaveOutlinedFilled as default } diff --git a/src/IconMicrowaveRounded.tsx b/src/IconMicrowaveRounded.tsx index 231e4bcf6..6233f3c3d 100644 --- a/src/IconMicrowaveRounded.tsx +++ b/src/IconMicrowaveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveRounded: React.FC = ({ ...props }) => ( +export const IconMicrowaveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveRounded as default } diff --git a/src/IconMicrowaveRoundedFilled.tsx b/src/IconMicrowaveRoundedFilled.tsx index 4885d7f16..cee059728 100644 --- a/src/IconMicrowaveRoundedFilled.tsx +++ b/src/IconMicrowaveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMicrowaveRoundedFilled as default } diff --git a/src/IconMicrowaveSharp.tsx b/src/IconMicrowaveSharp.tsx index e8c5934a9..d978b0767 100644 --- a/src/IconMicrowaveSharp.tsx +++ b/src/IconMicrowaveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveSharp: React.FC = ({ ...props }) => ( +export const IconMicrowaveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveSharp as default } diff --git a/src/IconMicrowaveSharpFilled.tsx b/src/IconMicrowaveSharpFilled.tsx index cffecce53..e9b52d352 100644 --- a/src/IconMicrowaveSharpFilled.tsx +++ b/src/IconMicrowaveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMicrowaveSharpFilled: React.FC = ({ ...props }) => ( +export const IconMicrowaveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMicrowaveSharpFilled as default } diff --git a/src/IconMilitaryTechOutlined.tsx b/src/IconMilitaryTechOutlined.tsx index 36c580eb0..bfd95a296 100644 --- a/src/IconMilitaryTechOutlined.tsx +++ b/src/IconMilitaryTechOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechOutlined: React.FC = ({ ...props }) => ( +export const IconMilitaryTechOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechOutlined as default } diff --git a/src/IconMilitaryTechOutlinedFilled.tsx b/src/IconMilitaryTechOutlinedFilled.tsx index 172acc01a..2a1dafb83 100644 --- a/src/IconMilitaryTechOutlinedFilled.tsx +++ b/src/IconMilitaryTechOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMilitaryTechOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechOutlinedFilled as default } diff --git a/src/IconMilitaryTechRounded.tsx b/src/IconMilitaryTechRounded.tsx index f672fb954..0276525eb 100644 --- a/src/IconMilitaryTechRounded.tsx +++ b/src/IconMilitaryTechRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechRounded: React.FC = ({ ...props }) => ( +export const IconMilitaryTechRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechRounded as default } diff --git a/src/IconMilitaryTechRoundedFilled.tsx b/src/IconMilitaryTechRoundedFilled.tsx index 09936b1b6..e7d29013b 100644 --- a/src/IconMilitaryTechRoundedFilled.tsx +++ b/src/IconMilitaryTechRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMilitaryTechRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechRoundedFilled as default } diff --git a/src/IconMilitaryTechSharp.tsx b/src/IconMilitaryTechSharp.tsx index 66529486a..d91b5c1d2 100644 --- a/src/IconMilitaryTechSharp.tsx +++ b/src/IconMilitaryTechSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechSharp: React.FC = ({ ...props }) => ( +export const IconMilitaryTechSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechSharp as default } diff --git a/src/IconMilitaryTechSharpFilled.tsx b/src/IconMilitaryTechSharpFilled.tsx index 9de1e4c94..52814c2e1 100644 --- a/src/IconMilitaryTechSharpFilled.tsx +++ b/src/IconMilitaryTechSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMilitaryTechSharpFilled: React.FC = ({ ...props }) => ( +export const IconMilitaryTechSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMilitaryTechSharpFilled as default } diff --git a/src/IconMimoDisconnectOutlined.tsx b/src/IconMimoDisconnectOutlined.tsx index c4eb6d036..f4851bf36 100644 --- a/src/IconMimoDisconnectOutlined.tsx +++ b/src/IconMimoDisconnectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectOutlined: React.FC = ({ ...props }) => ( +export const IconMimoDisconnectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMimoDisconnectOutlined as default } diff --git a/src/IconMimoDisconnectOutlinedFilled.tsx b/src/IconMimoDisconnectOutlinedFilled.tsx index 5b0a3c66c..c2d9e142f 100644 --- a/src/IconMimoDisconnectOutlinedFilled.tsx +++ b/src/IconMimoDisconnectOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectOutlinedFilled: React.FC = ({ +export const IconMimoDisconnectOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMimoDisconnectOutlinedFilled: React.FC = ({ ) - -export { IconMimoDisconnectOutlinedFilled as default } diff --git a/src/IconMimoDisconnectRounded.tsx b/src/IconMimoDisconnectRounded.tsx index 1ded7fbba..235f495fd 100644 --- a/src/IconMimoDisconnectRounded.tsx +++ b/src/IconMimoDisconnectRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectRounded: React.FC = ({ ...props }) => ( +export const IconMimoDisconnectRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMimoDisconnectRounded as default } diff --git a/src/IconMimoDisconnectRoundedFilled.tsx b/src/IconMimoDisconnectRoundedFilled.tsx index cfafd7e12..11662ee84 100644 --- a/src/IconMimoDisconnectRoundedFilled.tsx +++ b/src/IconMimoDisconnectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMimoDisconnectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMimoDisconnectRoundedFilled as default } diff --git a/src/IconMimoDisconnectSharp.tsx b/src/IconMimoDisconnectSharp.tsx index cdd78a800..86e7a708f 100644 --- a/src/IconMimoDisconnectSharp.tsx +++ b/src/IconMimoDisconnectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectSharp: React.FC = ({ ...props }) => ( +export const IconMimoDisconnectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoDisconnectSharp as default } diff --git a/src/IconMimoDisconnectSharpFilled.tsx b/src/IconMimoDisconnectSharpFilled.tsx index fb298b180..7649873fd 100644 --- a/src/IconMimoDisconnectSharpFilled.tsx +++ b/src/IconMimoDisconnectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMimoDisconnectSharpFilled: React.FC = ({ ...props }) => ( +export const IconMimoDisconnectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMimoDisconnectSharpFilled as default } diff --git a/src/IconMimoOutlined.tsx b/src/IconMimoOutlined.tsx index bfbc27226..053fd503c 100644 --- a/src/IconMimoOutlined.tsx +++ b/src/IconMimoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoOutlined: React.FC = ({ ...props }) => ( +export const IconMimoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoOutlined as default } diff --git a/src/IconMimoOutlinedFilled.tsx b/src/IconMimoOutlinedFilled.tsx index 545598062..13189807b 100644 --- a/src/IconMimoOutlinedFilled.tsx +++ b/src/IconMimoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMimoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoOutlinedFilled as default } diff --git a/src/IconMimoRounded.tsx b/src/IconMimoRounded.tsx index 39be33c47..1da2fcdc5 100644 --- a/src/IconMimoRounded.tsx +++ b/src/IconMimoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoRounded: React.FC = ({ ...props }) => ( +export const IconMimoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoRounded as default } diff --git a/src/IconMimoRoundedFilled.tsx b/src/IconMimoRoundedFilled.tsx index c530f688b..7016a0f88 100644 --- a/src/IconMimoRoundedFilled.tsx +++ b/src/IconMimoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMimoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoRoundedFilled as default } diff --git a/src/IconMimoSharp.tsx b/src/IconMimoSharp.tsx index bbb10941c..ad74eaa13 100644 --- a/src/IconMimoSharp.tsx +++ b/src/IconMimoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoSharp: React.FC = ({ ...props }) => ( +export const IconMimoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoSharp as default } diff --git a/src/IconMimoSharpFilled.tsx b/src/IconMimoSharpFilled.tsx index 8410ddb7c..e5153e19c 100644 --- a/src/IconMimoSharpFilled.tsx +++ b/src/IconMimoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMimoSharpFilled: React.FC = ({ ...props }) => ( +export const IconMimoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMimoSharpFilled as default } diff --git a/src/IconMindfulnessOutlined.tsx b/src/IconMindfulnessOutlined.tsx index d445a6862..990572d87 100644 --- a/src/IconMindfulnessOutlined.tsx +++ b/src/IconMindfulnessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessOutlined: React.FC = ({ ...props }) => ( +export const IconMindfulnessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMindfulnessOutlined as default } diff --git a/src/IconMindfulnessOutlinedFilled.tsx b/src/IconMindfulnessOutlinedFilled.tsx index d452ac20a..c8469ad81 100644 --- a/src/IconMindfulnessOutlinedFilled.tsx +++ b/src/IconMindfulnessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMindfulnessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMindfulnessOutlinedFilled as default } diff --git a/src/IconMindfulnessRounded.tsx b/src/IconMindfulnessRounded.tsx index 36120d3b5..88403ea36 100644 --- a/src/IconMindfulnessRounded.tsx +++ b/src/IconMindfulnessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessRounded: React.FC = ({ ...props }) => ( +export const IconMindfulnessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMindfulnessRounded as default } diff --git a/src/IconMindfulnessRoundedFilled.tsx b/src/IconMindfulnessRoundedFilled.tsx index 11cebb6c6..1899b9a1f 100644 --- a/src/IconMindfulnessRoundedFilled.tsx +++ b/src/IconMindfulnessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMindfulnessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMindfulnessRoundedFilled as default } diff --git a/src/IconMindfulnessSharp.tsx b/src/IconMindfulnessSharp.tsx index 81a2e2c70..33dcc435a 100644 --- a/src/IconMindfulnessSharp.tsx +++ b/src/IconMindfulnessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessSharp: React.FC = ({ ...props }) => ( +export const IconMindfulnessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMindfulnessSharp as default } diff --git a/src/IconMindfulnessSharpFilled.tsx b/src/IconMindfulnessSharpFilled.tsx index 746cf69fd..396c302fc 100644 --- a/src/IconMindfulnessSharpFilled.tsx +++ b/src/IconMindfulnessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMindfulnessSharpFilled: React.FC = ({ ...props }) => ( +export const IconMindfulnessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMindfulnessSharpFilled as default } diff --git a/src/IconMinimizeOutlined.tsx b/src/IconMinimizeOutlined.tsx index 81d95ab8c..3197293d6 100644 --- a/src/IconMinimizeOutlined.tsx +++ b/src/IconMinimizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeOutlined: React.FC = ({ ...props }) => ( +export const IconMinimizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinimizeOutlined as default } diff --git a/src/IconMinimizeOutlinedFilled.tsx b/src/IconMinimizeOutlinedFilled.tsx index db2068aba..b8c213ef5 100644 --- a/src/IconMinimizeOutlinedFilled.tsx +++ b/src/IconMinimizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMinimizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMinimizeOutlinedFilled as default } diff --git a/src/IconMinimizeRounded.tsx b/src/IconMinimizeRounded.tsx index cbc2e87f7..842ecde14 100644 --- a/src/IconMinimizeRounded.tsx +++ b/src/IconMinimizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeRounded: React.FC = ({ ...props }) => ( +export const IconMinimizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinimizeRounded as default } diff --git a/src/IconMinimizeRoundedFilled.tsx b/src/IconMinimizeRoundedFilled.tsx index ba43f1afc..2b8cdb121 100644 --- a/src/IconMinimizeRoundedFilled.tsx +++ b/src/IconMinimizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMinimizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMinimizeRoundedFilled as default } diff --git a/src/IconMinimizeSharp.tsx b/src/IconMinimizeSharp.tsx index 232b2eead..c4c548824 100644 --- a/src/IconMinimizeSharp.tsx +++ b/src/IconMinimizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeSharp: React.FC = ({ ...props }) => ( +export const IconMinimizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinimizeSharp as default } diff --git a/src/IconMinimizeSharpFilled.tsx b/src/IconMinimizeSharpFilled.tsx index b4fae2c8d..08d20f05b 100644 --- a/src/IconMinimizeSharpFilled.tsx +++ b/src/IconMinimizeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinimizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMinimizeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinimizeSharpFilled as default } diff --git a/src/IconMinorCrashOutlined.tsx b/src/IconMinorCrashOutlined.tsx index 9dd9af8c6..e4200ce16 100644 --- a/src/IconMinorCrashOutlined.tsx +++ b/src/IconMinorCrashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashOutlined: React.FC = ({ ...props }) => ( +export const IconMinorCrashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinorCrashOutlined as default } diff --git a/src/IconMinorCrashOutlinedFilled.tsx b/src/IconMinorCrashOutlinedFilled.tsx index 0cccd9a36..4cec79b57 100644 --- a/src/IconMinorCrashOutlinedFilled.tsx +++ b/src/IconMinorCrashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMinorCrashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMinorCrashOutlinedFilled as default } diff --git a/src/IconMinorCrashRounded.tsx b/src/IconMinorCrashRounded.tsx index 10219d0e8..af27e8f95 100644 --- a/src/IconMinorCrashRounded.tsx +++ b/src/IconMinorCrashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashRounded: React.FC = ({ ...props }) => ( +export const IconMinorCrashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinorCrashRounded as default } diff --git a/src/IconMinorCrashRoundedFilled.tsx b/src/IconMinorCrashRoundedFilled.tsx index 046c0bc0a..efaf86cfd 100644 --- a/src/IconMinorCrashRoundedFilled.tsx +++ b/src/IconMinorCrashRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMinorCrashRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMinorCrashRoundedFilled as default } diff --git a/src/IconMinorCrashSharp.tsx b/src/IconMinorCrashSharp.tsx index 656eee183..0c3851e24 100644 --- a/src/IconMinorCrashSharp.tsx +++ b/src/IconMinorCrashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashSharp: React.FC = ({ ...props }) => ( +export const IconMinorCrashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMinorCrashSharp as default } diff --git a/src/IconMinorCrashSharpFilled.tsx b/src/IconMinorCrashSharpFilled.tsx index e2da23b75..62fdfd702 100644 --- a/src/IconMinorCrashSharpFilled.tsx +++ b/src/IconMinorCrashSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMinorCrashSharpFilled: React.FC = ({ ...props }) => ( +export const IconMinorCrashSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMinorCrashSharpFilled as default } diff --git a/src/IconMintmarkOutlined.tsx b/src/IconMintmarkOutlined.tsx index a4c9f9f92..7d7093459 100644 --- a/src/IconMintmarkOutlined.tsx +++ b/src/IconMintmarkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkOutlined: React.FC = ({ ...props }) => ( +export const IconMintmarkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMintmarkOutlined as default } diff --git a/src/IconMintmarkOutlinedFilled.tsx b/src/IconMintmarkOutlinedFilled.tsx index e93f33295..72ca90f2d 100644 --- a/src/IconMintmarkOutlinedFilled.tsx +++ b/src/IconMintmarkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMintmarkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMintmarkOutlinedFilled as default } diff --git a/src/IconMintmarkRounded.tsx b/src/IconMintmarkRounded.tsx index 03bb6db2d..e842626e3 100644 --- a/src/IconMintmarkRounded.tsx +++ b/src/IconMintmarkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkRounded: React.FC = ({ ...props }) => ( +export const IconMintmarkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMintmarkRounded as default } diff --git a/src/IconMintmarkRoundedFilled.tsx b/src/IconMintmarkRoundedFilled.tsx index aa297d538..8607f143c 100644 --- a/src/IconMintmarkRoundedFilled.tsx +++ b/src/IconMintmarkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMintmarkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMintmarkRoundedFilled as default } diff --git a/src/IconMintmarkSharp.tsx b/src/IconMintmarkSharp.tsx index 91f757fb9..7a3cf6d82 100644 --- a/src/IconMintmarkSharp.tsx +++ b/src/IconMintmarkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkSharp: React.FC = ({ ...props }) => ( +export const IconMintmarkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMintmarkSharp as default } diff --git a/src/IconMintmarkSharpFilled.tsx b/src/IconMintmarkSharpFilled.tsx index 66dcac0e7..8b10d01da 100644 --- a/src/IconMintmarkSharpFilled.tsx +++ b/src/IconMintmarkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMintmarkSharpFilled: React.FC = ({ ...props }) => ( +export const IconMintmarkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMintmarkSharpFilled as default } diff --git a/src/IconMissedVideoCallOutlined.tsx b/src/IconMissedVideoCallOutlined.tsx index 2c9645d0b..96d5065c4 100644 --- a/src/IconMissedVideoCallOutlined.tsx +++ b/src/IconMissedVideoCallOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallOutlined: React.FC = ({ ...props }) => ( +export const IconMissedVideoCallOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissedVideoCallOutlined as default } diff --git a/src/IconMissedVideoCallOutlinedFilled.tsx b/src/IconMissedVideoCallOutlinedFilled.tsx index 7737a1a4c..81619daa1 100644 --- a/src/IconMissedVideoCallOutlinedFilled.tsx +++ b/src/IconMissedVideoCallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallOutlinedFilled: React.FC = ({ +export const IconMissedVideoCallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMissedVideoCallOutlinedFilled: React.FC = ({ ) - -export { IconMissedVideoCallOutlinedFilled as default } diff --git a/src/IconMissedVideoCallRounded.tsx b/src/IconMissedVideoCallRounded.tsx index c2c72de96..2e16eb4b9 100644 --- a/src/IconMissedVideoCallRounded.tsx +++ b/src/IconMissedVideoCallRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallRounded: React.FC = ({ ...props }) => ( +export const IconMissedVideoCallRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissedVideoCallRounded as default } diff --git a/src/IconMissedVideoCallRoundedFilled.tsx b/src/IconMissedVideoCallRoundedFilled.tsx index debbcf4bc..c5d5eb1e0 100644 --- a/src/IconMissedVideoCallRoundedFilled.tsx +++ b/src/IconMissedVideoCallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallRoundedFilled: React.FC = ({ +export const IconMissedVideoCallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMissedVideoCallRoundedFilled: React.FC = ({ ) - -export { IconMissedVideoCallRoundedFilled as default } diff --git a/src/IconMissedVideoCallSharp.tsx b/src/IconMissedVideoCallSharp.tsx index f8d7d9b92..f745387e4 100644 --- a/src/IconMissedVideoCallSharp.tsx +++ b/src/IconMissedVideoCallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallSharp: React.FC = ({ ...props }) => ( +export const IconMissedVideoCallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMissedVideoCallSharp as default } diff --git a/src/IconMissedVideoCallSharpFilled.tsx b/src/IconMissedVideoCallSharpFilled.tsx index 8bf12c5f2..758542268 100644 --- a/src/IconMissedVideoCallSharpFilled.tsx +++ b/src/IconMissedVideoCallSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissedVideoCallSharpFilled: React.FC = ({ ...props }) => ( +export const IconMissedVideoCallSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissedVideoCallSharpFilled as default } diff --git a/src/IconMissingControllerOutlined.tsx b/src/IconMissingControllerOutlined.tsx index bc6959297..47767bc5f 100644 --- a/src/IconMissingControllerOutlined.tsx +++ b/src/IconMissingControllerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerOutlined: React.FC = ({ ...props }) => ( +export const IconMissingControllerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissingControllerOutlined as default } diff --git a/src/IconMissingControllerOutlinedFilled.tsx b/src/IconMissingControllerOutlinedFilled.tsx index a334fb0fd..277f65b5f 100644 --- a/src/IconMissingControllerOutlinedFilled.tsx +++ b/src/IconMissingControllerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerOutlinedFilled: React.FC = ({ +export const IconMissingControllerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMissingControllerOutlinedFilled: React.FC = ({ ) - -export { IconMissingControllerOutlinedFilled as default } diff --git a/src/IconMissingControllerRounded.tsx b/src/IconMissingControllerRounded.tsx index 3c21734cf..fab698808 100644 --- a/src/IconMissingControllerRounded.tsx +++ b/src/IconMissingControllerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerRounded: React.FC = ({ ...props }) => ( +export const IconMissingControllerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissingControllerRounded as default } diff --git a/src/IconMissingControllerRoundedFilled.tsx b/src/IconMissingControllerRoundedFilled.tsx index 482e6df4c..fbc02ea5f 100644 --- a/src/IconMissingControllerRoundedFilled.tsx +++ b/src/IconMissingControllerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerRoundedFilled: React.FC = ({ +export const IconMissingControllerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMissingControllerRoundedFilled: React.FC = ({ ) - -export { IconMissingControllerRoundedFilled as default } diff --git a/src/IconMissingControllerSharp.tsx b/src/IconMissingControllerSharp.tsx index 9625c076b..ad95ce8ea 100644 --- a/src/IconMissingControllerSharp.tsx +++ b/src/IconMissingControllerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerSharp: React.FC = ({ ...props }) => ( +export const IconMissingControllerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMissingControllerSharp as default } diff --git a/src/IconMissingControllerSharpFilled.tsx b/src/IconMissingControllerSharpFilled.tsx index 050b73bd9..a3f898361 100644 --- a/src/IconMissingControllerSharpFilled.tsx +++ b/src/IconMissingControllerSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMissingControllerSharpFilled: React.FC = ({ +export const IconMissingControllerSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMissingControllerSharpFilled: React.FC = ({ ) - -export { IconMissingControllerSharpFilled as default } diff --git a/src/IconMistOutlined.tsx b/src/IconMistOutlined.tsx index a656a21b9..3152dfb52 100644 --- a/src/IconMistOutlined.tsx +++ b/src/IconMistOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistOutlined: React.FC = ({ ...props }) => ( +export const IconMistOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistOutlined as default } diff --git a/src/IconMistOutlinedFilled.tsx b/src/IconMistOutlinedFilled.tsx index 4d5333ed6..d48fafcb7 100644 --- a/src/IconMistOutlinedFilled.tsx +++ b/src/IconMistOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMistOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistOutlinedFilled as default } diff --git a/src/IconMistRounded.tsx b/src/IconMistRounded.tsx index b5427658e..5f772a387 100644 --- a/src/IconMistRounded.tsx +++ b/src/IconMistRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistRounded: React.FC = ({ ...props }) => ( +export const IconMistRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistRounded as default } diff --git a/src/IconMistRoundedFilled.tsx b/src/IconMistRoundedFilled.tsx index 847871d97..e748fff49 100644 --- a/src/IconMistRoundedFilled.tsx +++ b/src/IconMistRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMistRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistRoundedFilled as default } diff --git a/src/IconMistSharp.tsx b/src/IconMistSharp.tsx index a1c3eb0cf..c963ddbb6 100644 --- a/src/IconMistSharp.tsx +++ b/src/IconMistSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistSharp: React.FC = ({ ...props }) => ( +export const IconMistSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistSharp as default } diff --git a/src/IconMistSharpFilled.tsx b/src/IconMistSharpFilled.tsx index 4258fe797..d47a343de 100644 --- a/src/IconMistSharpFilled.tsx +++ b/src/IconMistSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMistSharpFilled: React.FC = ({ ...props }) => ( +export const IconMistSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMistSharpFilled as default } diff --git a/src/IconMitreOutlined.tsx b/src/IconMitreOutlined.tsx index 5764a1d3a..c0739d7bf 100644 --- a/src/IconMitreOutlined.tsx +++ b/src/IconMitreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreOutlined: React.FC = ({ ...props }) => ( +export const IconMitreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreOutlined as default } diff --git a/src/IconMitreOutlinedFilled.tsx b/src/IconMitreOutlinedFilled.tsx index 1e307d3a2..2c86fb5b3 100644 --- a/src/IconMitreOutlinedFilled.tsx +++ b/src/IconMitreOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMitreOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreOutlinedFilled as default } diff --git a/src/IconMitreRounded.tsx b/src/IconMitreRounded.tsx index d926dc5e3..b7f64b040 100644 --- a/src/IconMitreRounded.tsx +++ b/src/IconMitreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreRounded: React.FC = ({ ...props }) => ( +export const IconMitreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreRounded as default } diff --git a/src/IconMitreRoundedFilled.tsx b/src/IconMitreRoundedFilled.tsx index 3d7373d27..00b9c0ee5 100644 --- a/src/IconMitreRoundedFilled.tsx +++ b/src/IconMitreRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMitreRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreRoundedFilled as default } diff --git a/src/IconMitreSharp.tsx b/src/IconMitreSharp.tsx index 71c9e1938..fc186df1f 100644 --- a/src/IconMitreSharp.tsx +++ b/src/IconMitreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreSharp: React.FC = ({ ...props }) => ( +export const IconMitreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreSharp as default } diff --git a/src/IconMitreSharpFilled.tsx b/src/IconMitreSharpFilled.tsx index 87c752b1c..d2c3822ee 100644 --- a/src/IconMitreSharpFilled.tsx +++ b/src/IconMitreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMitreSharpFilled: React.FC = ({ ...props }) => ( +export const IconMitreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMitreSharpFilled as default } diff --git a/src/IconMixtureMedOutlined.tsx b/src/IconMixtureMedOutlined.tsx index 47cc073b7..d82bff47f 100644 --- a/src/IconMixtureMedOutlined.tsx +++ b/src/IconMixtureMedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedOutlined: React.FC = ({ ...props }) => ( +export const IconMixtureMedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMixtureMedOutlined as default } diff --git a/src/IconMixtureMedOutlinedFilled.tsx b/src/IconMixtureMedOutlinedFilled.tsx index edaf2818f..4e08d80a4 100644 --- a/src/IconMixtureMedOutlinedFilled.tsx +++ b/src/IconMixtureMedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMixtureMedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMixtureMedOutlinedFilled as default } diff --git a/src/IconMixtureMedRounded.tsx b/src/IconMixtureMedRounded.tsx index 501369623..570dd9a33 100644 --- a/src/IconMixtureMedRounded.tsx +++ b/src/IconMixtureMedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedRounded: React.FC = ({ ...props }) => ( +export const IconMixtureMedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMixtureMedRounded as default } diff --git a/src/IconMixtureMedRoundedFilled.tsx b/src/IconMixtureMedRoundedFilled.tsx index 9571e2f2a..868242a94 100644 --- a/src/IconMixtureMedRoundedFilled.tsx +++ b/src/IconMixtureMedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMixtureMedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMixtureMedRoundedFilled as default } diff --git a/src/IconMixtureMedSharp.tsx b/src/IconMixtureMedSharp.tsx index 56e514b75..3f834fbe4 100644 --- a/src/IconMixtureMedSharp.tsx +++ b/src/IconMixtureMedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedSharp: React.FC = ({ ...props }) => ( +export const IconMixtureMedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMixtureMedSharp as default } diff --git a/src/IconMixtureMedSharpFilled.tsx b/src/IconMixtureMedSharpFilled.tsx index d0f580955..cf85a5390 100644 --- a/src/IconMixtureMedSharpFilled.tsx +++ b/src/IconMixtureMedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMixtureMedSharpFilled: React.FC = ({ ...props }) => ( +export const IconMixtureMedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMixtureMedSharpFilled as default } diff --git a/src/IconMmsOutlined.tsx b/src/IconMmsOutlined.tsx index 2f1cd7d86..9958d841e 100644 --- a/src/IconMmsOutlined.tsx +++ b/src/IconMmsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsOutlined: React.FC = ({ ...props }) => ( +export const IconMmsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsOutlined as default } diff --git a/src/IconMmsOutlinedFilled.tsx b/src/IconMmsOutlinedFilled.tsx index ae07512b6..b7795c6fd 100644 --- a/src/IconMmsOutlinedFilled.tsx +++ b/src/IconMmsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMmsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsOutlinedFilled as default } diff --git a/src/IconMmsRounded.tsx b/src/IconMmsRounded.tsx index 69a53b3f4..9e585c7f7 100644 --- a/src/IconMmsRounded.tsx +++ b/src/IconMmsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsRounded: React.FC = ({ ...props }) => ( +export const IconMmsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsRounded as default } diff --git a/src/IconMmsRoundedFilled.tsx b/src/IconMmsRoundedFilled.tsx index 9abf40c1d..a9587c59f 100644 --- a/src/IconMmsRoundedFilled.tsx +++ b/src/IconMmsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMmsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsRoundedFilled as default } diff --git a/src/IconMmsSharp.tsx b/src/IconMmsSharp.tsx index edc74e155..779e1ff09 100644 --- a/src/IconMmsSharp.tsx +++ b/src/IconMmsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsSharp: React.FC = ({ ...props }) => ( +export const IconMmsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsSharp as default } diff --git a/src/IconMmsSharpFilled.tsx b/src/IconMmsSharpFilled.tsx index f5d0207cd..f443045c6 100644 --- a/src/IconMmsSharpFilled.tsx +++ b/src/IconMmsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMmsSharpFilled: React.FC = ({ ...props }) => ( +export const IconMmsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMmsSharpFilled as default } diff --git a/src/IconMobileFriendlyOutlined.tsx b/src/IconMobileFriendlyOutlined.tsx index 67a308f0a..e841e57ce 100644 --- a/src/IconMobileFriendlyOutlined.tsx +++ b/src/IconMobileFriendlyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlyOutlined: React.FC = ({ ...props }) => ( +export const IconMobileFriendlyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileFriendlyOutlined as default } diff --git a/src/IconMobileFriendlyOutlinedFilled.tsx b/src/IconMobileFriendlyOutlinedFilled.tsx index c182b6c50..0bf6e5d5a 100644 --- a/src/IconMobileFriendlyOutlinedFilled.tsx +++ b/src/IconMobileFriendlyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlyOutlinedFilled: React.FC = ({ +export const IconMobileFriendlyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMobileFriendlyOutlinedFilled: React.FC = ({ ) - -export { IconMobileFriendlyOutlinedFilled as default } diff --git a/src/IconMobileFriendlyRounded.tsx b/src/IconMobileFriendlyRounded.tsx index 573fa517b..90b73085f 100644 --- a/src/IconMobileFriendlyRounded.tsx +++ b/src/IconMobileFriendlyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlyRounded: React.FC = ({ ...props }) => ( +export const IconMobileFriendlyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileFriendlyRounded as default } diff --git a/src/IconMobileFriendlyRoundedFilled.tsx b/src/IconMobileFriendlyRoundedFilled.tsx index 8d62d1d15..cc12edd3a 100644 --- a/src/IconMobileFriendlyRoundedFilled.tsx +++ b/src/IconMobileFriendlyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMobileFriendlyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileFriendlyRoundedFilled as default } diff --git a/src/IconMobileFriendlySharp.tsx b/src/IconMobileFriendlySharp.tsx index 51d930dda..5548fce37 100644 --- a/src/IconMobileFriendlySharp.tsx +++ b/src/IconMobileFriendlySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlySharp: React.FC = ({ ...props }) => ( +export const IconMobileFriendlySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobileFriendlySharp as default } diff --git a/src/IconMobileFriendlySharpFilled.tsx b/src/IconMobileFriendlySharpFilled.tsx index e01ffb5ee..327142d8f 100644 --- a/src/IconMobileFriendlySharpFilled.tsx +++ b/src/IconMobileFriendlySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileFriendlySharpFilled: React.FC = ({ ...props }) => ( +export const IconMobileFriendlySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileFriendlySharpFilled as default } diff --git a/src/IconMobileOffOutlined.tsx b/src/IconMobileOffOutlined.tsx index 1a07acb08..e824f69a3 100644 --- a/src/IconMobileOffOutlined.tsx +++ b/src/IconMobileOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffOutlined: React.FC = ({ ...props }) => ( +export const IconMobileOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobileOffOutlined as default } diff --git a/src/IconMobileOffOutlinedFilled.tsx b/src/IconMobileOffOutlinedFilled.tsx index 16f864896..d75a3dcf3 100644 --- a/src/IconMobileOffOutlinedFilled.tsx +++ b/src/IconMobileOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMobileOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileOffOutlinedFilled as default } diff --git a/src/IconMobileOffRounded.tsx b/src/IconMobileOffRounded.tsx index 281cc6e73..6e406cc63 100644 --- a/src/IconMobileOffRounded.tsx +++ b/src/IconMobileOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffRounded: React.FC = ({ ...props }) => ( +export const IconMobileOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobileOffRounded as default } diff --git a/src/IconMobileOffRoundedFilled.tsx b/src/IconMobileOffRoundedFilled.tsx index a834a9557..1d1f8da0b 100644 --- a/src/IconMobileOffRoundedFilled.tsx +++ b/src/IconMobileOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMobileOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileOffRoundedFilled as default } diff --git a/src/IconMobileOffSharp.tsx b/src/IconMobileOffSharp.tsx index c50c428d9..adb0eb40a 100644 --- a/src/IconMobileOffSharp.tsx +++ b/src/IconMobileOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffSharp: React.FC = ({ ...props }) => ( +export const IconMobileOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobileOffSharp as default } diff --git a/src/IconMobileOffSharpFilled.tsx b/src/IconMobileOffSharpFilled.tsx index a717a7a93..babb49e43 100644 --- a/src/IconMobileOffSharpFilled.tsx +++ b/src/IconMobileOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobileOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMobileOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobileOffSharpFilled as default } diff --git a/src/IconMobileScreenShareOutlined.tsx b/src/IconMobileScreenShareOutlined.tsx index b3c8879ec..182d7784c 100644 --- a/src/IconMobileScreenShareOutlined.tsx +++ b/src/IconMobileScreenShareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareOutlined: React.FC = ({ ...props }) => ( +export const IconMobileScreenShareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileScreenShareOutlined as default } diff --git a/src/IconMobileScreenShareOutlinedFilled.tsx b/src/IconMobileScreenShareOutlinedFilled.tsx index 11068d1e8..419134860 100644 --- a/src/IconMobileScreenShareOutlinedFilled.tsx +++ b/src/IconMobileScreenShareOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareOutlinedFilled: React.FC = ({ +export const IconMobileScreenShareOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMobileScreenShareOutlinedFilled: React.FC = ({ ) - -export { IconMobileScreenShareOutlinedFilled as default } diff --git a/src/IconMobileScreenShareRounded.tsx b/src/IconMobileScreenShareRounded.tsx index 190021b56..87a0cafe3 100644 --- a/src/IconMobileScreenShareRounded.tsx +++ b/src/IconMobileScreenShareRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareRounded: React.FC = ({ ...props }) => ( +export const IconMobileScreenShareRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileScreenShareRounded as default } diff --git a/src/IconMobileScreenShareRoundedFilled.tsx b/src/IconMobileScreenShareRoundedFilled.tsx index 5b31da449..d1dc8afcc 100644 --- a/src/IconMobileScreenShareRoundedFilled.tsx +++ b/src/IconMobileScreenShareRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareRoundedFilled: React.FC = ({ +export const IconMobileScreenShareRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMobileScreenShareRoundedFilled: React.FC = ({ ) - -export { IconMobileScreenShareRoundedFilled as default } diff --git a/src/IconMobileScreenShareSharp.tsx b/src/IconMobileScreenShareSharp.tsx index d67568095..5c9559c90 100644 --- a/src/IconMobileScreenShareSharp.tsx +++ b/src/IconMobileScreenShareSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareSharp: React.FC = ({ ...props }) => ( +export const IconMobileScreenShareSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobileScreenShareSharp as default } diff --git a/src/IconMobileScreenShareSharpFilled.tsx b/src/IconMobileScreenShareSharpFilled.tsx index becb2ec8a..abf344d4c 100644 --- a/src/IconMobileScreenShareSharpFilled.tsx +++ b/src/IconMobileScreenShareSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMobileScreenShareSharpFilled: React.FC = ({ +export const IconMobileScreenShareSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMobileScreenShareSharpFilled: React.FC = ({ ) - -export { IconMobileScreenShareSharpFilled as default } diff --git a/src/IconMobiledataOffOutlined.tsx b/src/IconMobiledataOffOutlined.tsx index 08d224e8a..52b463371 100644 --- a/src/IconMobiledataOffOutlined.tsx +++ b/src/IconMobiledataOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffOutlined: React.FC = ({ ...props }) => ( +export const IconMobiledataOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffOutlined as default } diff --git a/src/IconMobiledataOffOutlinedFilled.tsx b/src/IconMobiledataOffOutlinedFilled.tsx index 4352c566b..fa9b3e3b7 100644 --- a/src/IconMobiledataOffOutlinedFilled.tsx +++ b/src/IconMobiledataOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMobiledataOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffOutlinedFilled as default } diff --git a/src/IconMobiledataOffRounded.tsx b/src/IconMobiledataOffRounded.tsx index 02d4c1fe3..af3103cd2 100644 --- a/src/IconMobiledataOffRounded.tsx +++ b/src/IconMobiledataOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffRounded: React.FC = ({ ...props }) => ( +export const IconMobiledataOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffRounded as default } diff --git a/src/IconMobiledataOffRoundedFilled.tsx b/src/IconMobiledataOffRoundedFilled.tsx index 9dc6baadd..acc2e7be3 100644 --- a/src/IconMobiledataOffRoundedFilled.tsx +++ b/src/IconMobiledataOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMobiledataOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffRoundedFilled as default } diff --git a/src/IconMobiledataOffSharp.tsx b/src/IconMobiledataOffSharp.tsx index 228961fa9..cfa0691ae 100644 --- a/src/IconMobiledataOffSharp.tsx +++ b/src/IconMobiledataOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffSharp: React.FC = ({ ...props }) => ( +export const IconMobiledataOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffSharp as default } diff --git a/src/IconMobiledataOffSharpFilled.tsx b/src/IconMobiledataOffSharpFilled.tsx index e965eabc0..5a2f84b79 100644 --- a/src/IconMobiledataOffSharpFilled.tsx +++ b/src/IconMobiledataOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMobiledataOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMobiledataOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMobiledataOffSharpFilled as default } diff --git a/src/IconModeCommentOutlined.tsx b/src/IconModeCommentOutlined.tsx index 8b1ea5bb7..d32a80721 100644 --- a/src/IconModeCommentOutlined.tsx +++ b/src/IconModeCommentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentOutlined: React.FC = ({ ...props }) => ( +export const IconModeCommentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCommentOutlined as default } diff --git a/src/IconModeCommentOutlinedFilled.tsx b/src/IconModeCommentOutlinedFilled.tsx index b6512c608..5fb9c3902 100644 --- a/src/IconModeCommentOutlinedFilled.tsx +++ b/src/IconModeCommentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeCommentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCommentOutlinedFilled as default } diff --git a/src/IconModeCommentRounded.tsx b/src/IconModeCommentRounded.tsx index 855d7c8a4..0a8194df9 100644 --- a/src/IconModeCommentRounded.tsx +++ b/src/IconModeCommentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentRounded: React.FC = ({ ...props }) => ( +export const IconModeCommentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCommentRounded as default } diff --git a/src/IconModeCommentRoundedFilled.tsx b/src/IconModeCommentRoundedFilled.tsx index 7fa58d884..1440e8d4f 100644 --- a/src/IconModeCommentRoundedFilled.tsx +++ b/src/IconModeCommentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeCommentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCommentRoundedFilled as default } diff --git a/src/IconModeCommentSharp.tsx b/src/IconModeCommentSharp.tsx index 6b0100a20..bc01d09b6 100644 --- a/src/IconModeCommentSharp.tsx +++ b/src/IconModeCommentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentSharp: React.FC = ({ ...props }) => ( +export const IconModeCommentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCommentSharp as default } diff --git a/src/IconModeCommentSharpFilled.tsx b/src/IconModeCommentSharpFilled.tsx index c08cbb321..02c4a4f38 100644 --- a/src/IconModeCommentSharpFilled.tsx +++ b/src/IconModeCommentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCommentSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeCommentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCommentSharpFilled as default } diff --git a/src/IconModeCoolOffOutlined.tsx b/src/IconModeCoolOffOutlined.tsx index 56074ccdd..7aadef92e 100644 --- a/src/IconModeCoolOffOutlined.tsx +++ b/src/IconModeCoolOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffOutlined: React.FC = ({ ...props }) => ( +export const IconModeCoolOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffOutlined as default } diff --git a/src/IconModeCoolOffOutlinedFilled.tsx b/src/IconModeCoolOffOutlinedFilled.tsx index ba3ff1eaa..34c30ada6 100644 --- a/src/IconModeCoolOffOutlinedFilled.tsx +++ b/src/IconModeCoolOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffOutlinedFilled as default } diff --git a/src/IconModeCoolOffRounded.tsx b/src/IconModeCoolOffRounded.tsx index 1b3e7183e..25c089c4a 100644 --- a/src/IconModeCoolOffRounded.tsx +++ b/src/IconModeCoolOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffRounded: React.FC = ({ ...props }) => ( +export const IconModeCoolOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffRounded as default } diff --git a/src/IconModeCoolOffRoundedFilled.tsx b/src/IconModeCoolOffRoundedFilled.tsx index f91b62252..ccdfd05eb 100644 --- a/src/IconModeCoolOffRoundedFilled.tsx +++ b/src/IconModeCoolOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffRoundedFilled as default } diff --git a/src/IconModeCoolOffSharp.tsx b/src/IconModeCoolOffSharp.tsx index 4e78351f1..c759d6c92 100644 --- a/src/IconModeCoolOffSharp.tsx +++ b/src/IconModeCoolOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffSharp: React.FC = ({ ...props }) => ( +export const IconModeCoolOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffSharp as default } diff --git a/src/IconModeCoolOffSharpFilled.tsx b/src/IconModeCoolOffSharpFilled.tsx index f5258b8b6..2e3c4cf14 100644 --- a/src/IconModeCoolOffSharpFilled.tsx +++ b/src/IconModeCoolOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCoolOffSharpFilled as default } diff --git a/src/IconModeCoolOutlined.tsx b/src/IconModeCoolOutlined.tsx index 23836655e..d35ed27cf 100644 --- a/src/IconModeCoolOutlined.tsx +++ b/src/IconModeCoolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOutlined: React.FC = ({ ...props }) => ( +export const IconModeCoolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolOutlined as default } diff --git a/src/IconModeCoolOutlinedFilled.tsx b/src/IconModeCoolOutlinedFilled.tsx index bf1bb4598..9ab5d6675 100644 --- a/src/IconModeCoolOutlinedFilled.tsx +++ b/src/IconModeCoolOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCoolOutlinedFilled as default } diff --git a/src/IconModeCoolRounded.tsx b/src/IconModeCoolRounded.tsx index f203366d0..29014a943 100644 --- a/src/IconModeCoolRounded.tsx +++ b/src/IconModeCoolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolRounded: React.FC = ({ ...props }) => ( +export const IconModeCoolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolRounded as default } diff --git a/src/IconModeCoolRoundedFilled.tsx b/src/IconModeCoolRoundedFilled.tsx index 08529786b..8781f4df8 100644 --- a/src/IconModeCoolRoundedFilled.tsx +++ b/src/IconModeCoolRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeCoolRoundedFilled as default } diff --git a/src/IconModeCoolSharp.tsx b/src/IconModeCoolSharp.tsx index 26662d68e..b4922b814 100644 --- a/src/IconModeCoolSharp.tsx +++ b/src/IconModeCoolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolSharp: React.FC = ({ ...props }) => ( +export const IconModeCoolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolSharp as default } diff --git a/src/IconModeCoolSharpFilled.tsx b/src/IconModeCoolSharpFilled.tsx index 9789a536e..e776d89c2 100644 --- a/src/IconModeCoolSharpFilled.tsx +++ b/src/IconModeCoolSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeCoolSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeCoolSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeCoolSharpFilled as default } diff --git a/src/IconModeDualOutlined.tsx b/src/IconModeDualOutlined.tsx index 90c46fcb0..07d5eddac 100644 --- a/src/IconModeDualOutlined.tsx +++ b/src/IconModeDualOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualOutlined: React.FC = ({ ...props }) => ( +export const IconModeDualOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeDualOutlined as default } diff --git a/src/IconModeDualOutlinedFilled.tsx b/src/IconModeDualOutlinedFilled.tsx index b3428ab70..85250ab57 100644 --- a/src/IconModeDualOutlinedFilled.tsx +++ b/src/IconModeDualOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeDualOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeDualOutlinedFilled as default } diff --git a/src/IconModeDualRounded.tsx b/src/IconModeDualRounded.tsx index b1c3d8276..f5d308f67 100644 --- a/src/IconModeDualRounded.tsx +++ b/src/IconModeDualRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualRounded: React.FC = ({ ...props }) => ( +export const IconModeDualRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeDualRounded as default } diff --git a/src/IconModeDualRoundedFilled.tsx b/src/IconModeDualRoundedFilled.tsx index b626a8ed1..4fb8fc3c8 100644 --- a/src/IconModeDualRoundedFilled.tsx +++ b/src/IconModeDualRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeDualRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeDualRoundedFilled as default } diff --git a/src/IconModeDualSharp.tsx b/src/IconModeDualSharp.tsx index 985d0510d..6843c299b 100644 --- a/src/IconModeDualSharp.tsx +++ b/src/IconModeDualSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualSharp: React.FC = ({ ...props }) => ( +export const IconModeDualSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeDualSharp as default } diff --git a/src/IconModeDualSharpFilled.tsx b/src/IconModeDualSharpFilled.tsx index 7e1ad4436..d7269d07a 100644 --- a/src/IconModeDualSharpFilled.tsx +++ b/src/IconModeDualSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeDualSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeDualSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeDualSharpFilled as default } diff --git a/src/IconModeFanOffOutlined.tsx b/src/IconModeFanOffOutlined.tsx index eccbd8ac0..8ca2edb14 100644 --- a/src/IconModeFanOffOutlined.tsx +++ b/src/IconModeFanOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffOutlined: React.FC = ({ ...props }) => ( +export const IconModeFanOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanOffOutlined as default } diff --git a/src/IconModeFanOffOutlinedFilled.tsx b/src/IconModeFanOffOutlinedFilled.tsx index 7c3460b8c..3ca2f6623 100644 --- a/src/IconModeFanOffOutlinedFilled.tsx +++ b/src/IconModeFanOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeFanOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeFanOffOutlinedFilled as default } diff --git a/src/IconModeFanOffRounded.tsx b/src/IconModeFanOffRounded.tsx index e8acb1d44..20b2e5a4f 100644 --- a/src/IconModeFanOffRounded.tsx +++ b/src/IconModeFanOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffRounded: React.FC = ({ ...props }) => ( +export const IconModeFanOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanOffRounded as default } diff --git a/src/IconModeFanOffRoundedFilled.tsx b/src/IconModeFanOffRoundedFilled.tsx index 49f6ebdf9..d4bcdc00d 100644 --- a/src/IconModeFanOffRoundedFilled.tsx +++ b/src/IconModeFanOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeFanOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeFanOffRoundedFilled as default } diff --git a/src/IconModeFanOffSharp.tsx b/src/IconModeFanOffSharp.tsx index f06527c75..86b23041a 100644 --- a/src/IconModeFanOffSharp.tsx +++ b/src/IconModeFanOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffSharp: React.FC = ({ ...props }) => ( +export const IconModeFanOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanOffSharp as default } diff --git a/src/IconModeFanOffSharpFilled.tsx b/src/IconModeFanOffSharpFilled.tsx index e093a1272..af8d747ac 100644 --- a/src/IconModeFanOffSharpFilled.tsx +++ b/src/IconModeFanOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeFanOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeFanOffSharpFilled as default } diff --git a/src/IconModeFanOutlined.tsx b/src/IconModeFanOutlined.tsx index 2503dac69..923b5e332 100644 --- a/src/IconModeFanOutlined.tsx +++ b/src/IconModeFanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOutlined: React.FC = ({ ...props }) => ( +export const IconModeFanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanOutlined as default } diff --git a/src/IconModeFanOutlinedFilled.tsx b/src/IconModeFanOutlinedFilled.tsx index ae4385599..4e1506250 100644 --- a/src/IconModeFanOutlinedFilled.tsx +++ b/src/IconModeFanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeFanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeFanOutlinedFilled as default } diff --git a/src/IconModeFanRounded.tsx b/src/IconModeFanRounded.tsx index 8fb3e1f17..124ccad97 100644 --- a/src/IconModeFanRounded.tsx +++ b/src/IconModeFanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanRounded: React.FC = ({ ...props }) => ( +export const IconModeFanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanRounded as default } diff --git a/src/IconModeFanRoundedFilled.tsx b/src/IconModeFanRoundedFilled.tsx index 69594a0ce..5a76d1cb5 100644 --- a/src/IconModeFanRoundedFilled.tsx +++ b/src/IconModeFanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeFanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanRoundedFilled as default } diff --git a/src/IconModeFanSharp.tsx b/src/IconModeFanSharp.tsx index 755a50373..de16a07bd 100644 --- a/src/IconModeFanSharp.tsx +++ b/src/IconModeFanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanSharp: React.FC = ({ ...props }) => ( +export const IconModeFanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanSharp as default } diff --git a/src/IconModeFanSharpFilled.tsx b/src/IconModeFanSharpFilled.tsx index cbbc740a4..57620965b 100644 --- a/src/IconModeFanSharpFilled.tsx +++ b/src/IconModeFanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeFanSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeFanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeFanSharpFilled as default } diff --git a/src/IconModeHeatCoolOutlined.tsx b/src/IconModeHeatCoolOutlined.tsx index 87547bb79..758892c07 100644 --- a/src/IconModeHeatCoolOutlined.tsx +++ b/src/IconModeHeatCoolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolOutlined: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolOutlined as default } diff --git a/src/IconModeHeatCoolOutlinedFilled.tsx b/src/IconModeHeatCoolOutlinedFilled.tsx index 59a255886..06f8a4ff1 100644 --- a/src/IconModeHeatCoolOutlinedFilled.tsx +++ b/src/IconModeHeatCoolOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolOutlinedFilled as default } diff --git a/src/IconModeHeatCoolRounded.tsx b/src/IconModeHeatCoolRounded.tsx index b3f14a1cc..8fde3fbfc 100644 --- a/src/IconModeHeatCoolRounded.tsx +++ b/src/IconModeHeatCoolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolRounded: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolRounded as default } diff --git a/src/IconModeHeatCoolRoundedFilled.tsx b/src/IconModeHeatCoolRoundedFilled.tsx index 260f0b3a9..b01a41d0c 100644 --- a/src/IconModeHeatCoolRoundedFilled.tsx +++ b/src/IconModeHeatCoolRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolRoundedFilled as default } diff --git a/src/IconModeHeatCoolSharp.tsx b/src/IconModeHeatCoolSharp.tsx index 4bf24f439..a21701dfd 100644 --- a/src/IconModeHeatCoolSharp.tsx +++ b/src/IconModeHeatCoolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolSharp: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolSharp as default } diff --git a/src/IconModeHeatCoolSharpFilled.tsx b/src/IconModeHeatCoolSharpFilled.tsx index 20b3ed02d..253e32b58 100644 --- a/src/IconModeHeatCoolSharpFilled.tsx +++ b/src/IconModeHeatCoolSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatCoolSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatCoolSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatCoolSharpFilled as default } diff --git a/src/IconModeHeatOffOutlined.tsx b/src/IconModeHeatOffOutlined.tsx index e5a9006c2..76e3d314b 100644 --- a/src/IconModeHeatOffOutlined.tsx +++ b/src/IconModeHeatOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffOutlined: React.FC = ({ ...props }) => ( +export const IconModeHeatOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffOutlined as default } diff --git a/src/IconModeHeatOffOutlinedFilled.tsx b/src/IconModeHeatOffOutlinedFilled.tsx index cc00409b3..020af78c9 100644 --- a/src/IconModeHeatOffOutlinedFilled.tsx +++ b/src/IconModeHeatOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffOutlinedFilled as default } diff --git a/src/IconModeHeatOffRounded.tsx b/src/IconModeHeatOffRounded.tsx index bb2f9f8b7..87722eca3 100644 --- a/src/IconModeHeatOffRounded.tsx +++ b/src/IconModeHeatOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffRounded: React.FC = ({ ...props }) => ( +export const IconModeHeatOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffRounded as default } diff --git a/src/IconModeHeatOffRoundedFilled.tsx b/src/IconModeHeatOffRoundedFilled.tsx index dc9ee7318..735f0431f 100644 --- a/src/IconModeHeatOffRoundedFilled.tsx +++ b/src/IconModeHeatOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffRoundedFilled as default } diff --git a/src/IconModeHeatOffSharp.tsx b/src/IconModeHeatOffSharp.tsx index 85d3342b0..35af6cd1c 100644 --- a/src/IconModeHeatOffSharp.tsx +++ b/src/IconModeHeatOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffSharp: React.FC = ({ ...props }) => ( +export const IconModeHeatOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffSharp as default } diff --git a/src/IconModeHeatOffSharpFilled.tsx b/src/IconModeHeatOffSharpFilled.tsx index f669434f6..d5bd9027b 100644 --- a/src/IconModeHeatOffSharpFilled.tsx +++ b/src/IconModeHeatOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatOffSharpFilled as default } diff --git a/src/IconModeHeatOutlined.tsx b/src/IconModeHeatOutlined.tsx index e0d9a9648..46bd71c2a 100644 --- a/src/IconModeHeatOutlined.tsx +++ b/src/IconModeHeatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOutlined: React.FC = ({ ...props }) => ( +export const IconModeHeatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatOutlined as default } diff --git a/src/IconModeHeatOutlinedFilled.tsx b/src/IconModeHeatOutlinedFilled.tsx index ad176b3ba..3cfdb5f4b 100644 --- a/src/IconModeHeatOutlinedFilled.tsx +++ b/src/IconModeHeatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatOutlinedFilled as default } diff --git a/src/IconModeHeatRounded.tsx b/src/IconModeHeatRounded.tsx index a9219f0d1..ac82b06d3 100644 --- a/src/IconModeHeatRounded.tsx +++ b/src/IconModeHeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatRounded: React.FC = ({ ...props }) => ( +export const IconModeHeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatRounded as default } diff --git a/src/IconModeHeatRoundedFilled.tsx b/src/IconModeHeatRoundedFilled.tsx index c5183f552..a3ecdc230 100644 --- a/src/IconModeHeatRoundedFilled.tsx +++ b/src/IconModeHeatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeHeatRoundedFilled as default } diff --git a/src/IconModeHeatSharp.tsx b/src/IconModeHeatSharp.tsx index 8525abebb..fc7ee5c14 100644 --- a/src/IconModeHeatSharp.tsx +++ b/src/IconModeHeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatSharp: React.FC = ({ ...props }) => ( +export const IconModeHeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatSharp as default } diff --git a/src/IconModeHeatSharpFilled.tsx b/src/IconModeHeatSharpFilled.tsx index f1005dbb2..336a0e97e 100644 --- a/src/IconModeHeatSharpFilled.tsx +++ b/src/IconModeHeatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeHeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeHeatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeHeatSharpFilled as default } diff --git a/src/IconModeNightOutlined.tsx b/src/IconModeNightOutlined.tsx index b3a7fc58f..0dad3910d 100644 --- a/src/IconModeNightOutlined.tsx +++ b/src/IconModeNightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightOutlined: React.FC = ({ ...props }) => ( +export const IconModeNightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeNightOutlined as default } diff --git a/src/IconModeNightOutlinedFilled.tsx b/src/IconModeNightOutlinedFilled.tsx index 5629054a9..605a29fba 100644 --- a/src/IconModeNightOutlinedFilled.tsx +++ b/src/IconModeNightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeNightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeNightOutlinedFilled as default } diff --git a/src/IconModeNightRounded.tsx b/src/IconModeNightRounded.tsx index bc966ba40..2f0d6157b 100644 --- a/src/IconModeNightRounded.tsx +++ b/src/IconModeNightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightRounded: React.FC = ({ ...props }) => ( +export const IconModeNightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeNightRounded as default } diff --git a/src/IconModeNightRoundedFilled.tsx b/src/IconModeNightRoundedFilled.tsx index 4754a554b..5ed516da9 100644 --- a/src/IconModeNightRoundedFilled.tsx +++ b/src/IconModeNightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeNightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeNightRoundedFilled as default } diff --git a/src/IconModeNightSharp.tsx b/src/IconModeNightSharp.tsx index aeac40e7f..7d91e78d3 100644 --- a/src/IconModeNightSharp.tsx +++ b/src/IconModeNightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightSharp: React.FC = ({ ...props }) => ( +export const IconModeNightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeNightSharp as default } diff --git a/src/IconModeNightSharpFilled.tsx b/src/IconModeNightSharpFilled.tsx index b79fbe359..0c54da1aa 100644 --- a/src/IconModeNightSharpFilled.tsx +++ b/src/IconModeNightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeNightSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeNightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeNightSharpFilled as default } diff --git a/src/IconModeOfTravelOutlined.tsx b/src/IconModeOfTravelOutlined.tsx index 03fe505c6..5fcce18ba 100644 --- a/src/IconModeOfTravelOutlined.tsx +++ b/src/IconModeOfTravelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelOutlined: React.FC = ({ ...props }) => ( +export const IconModeOfTravelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelOutlined as default } diff --git a/src/IconModeOfTravelOutlinedFilled.tsx b/src/IconModeOfTravelOutlinedFilled.tsx index 9a6202e54..87145bffb 100644 --- a/src/IconModeOfTravelOutlinedFilled.tsx +++ b/src/IconModeOfTravelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeOfTravelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelOutlinedFilled as default } diff --git a/src/IconModeOfTravelRounded.tsx b/src/IconModeOfTravelRounded.tsx index 875b9acbd..32b6958a6 100644 --- a/src/IconModeOfTravelRounded.tsx +++ b/src/IconModeOfTravelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelRounded: React.FC = ({ ...props }) => ( +export const IconModeOfTravelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelRounded as default } diff --git a/src/IconModeOfTravelRoundedFilled.tsx b/src/IconModeOfTravelRoundedFilled.tsx index b9f3b0e09..cc6d3d557 100644 --- a/src/IconModeOfTravelRoundedFilled.tsx +++ b/src/IconModeOfTravelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeOfTravelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelRoundedFilled as default } diff --git a/src/IconModeOfTravelSharp.tsx b/src/IconModeOfTravelSharp.tsx index 1743fde87..9112ae860 100644 --- a/src/IconModeOfTravelSharp.tsx +++ b/src/IconModeOfTravelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelSharp: React.FC = ({ ...props }) => ( +export const IconModeOfTravelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelSharp as default } diff --git a/src/IconModeOfTravelSharpFilled.tsx b/src/IconModeOfTravelSharpFilled.tsx index 7dbea6d8c..845a23259 100644 --- a/src/IconModeOfTravelSharpFilled.tsx +++ b/src/IconModeOfTravelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeOfTravelSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeOfTravelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeOfTravelSharpFilled as default } diff --git a/src/IconModeOffOnOutlined.tsx b/src/IconModeOffOnOutlined.tsx index 49862429f..375ed4f79 100644 --- a/src/IconModeOffOnOutlined.tsx +++ b/src/IconModeOffOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnOutlined: React.FC = ({ ...props }) => ( +export const IconModeOffOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOffOnOutlined as default } diff --git a/src/IconModeOffOnOutlinedFilled.tsx b/src/IconModeOffOnOutlinedFilled.tsx index c94a761af..cb6a7e466 100644 --- a/src/IconModeOffOnOutlinedFilled.tsx +++ b/src/IconModeOffOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeOffOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeOffOnOutlinedFilled as default } diff --git a/src/IconModeOffOnRounded.tsx b/src/IconModeOffOnRounded.tsx index 6de04050c..10471fdd0 100644 --- a/src/IconModeOffOnRounded.tsx +++ b/src/IconModeOffOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnRounded: React.FC = ({ ...props }) => ( +export const IconModeOffOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOffOnRounded as default } diff --git a/src/IconModeOffOnRoundedFilled.tsx b/src/IconModeOffOnRoundedFilled.tsx index d700dba08..14643a4fe 100644 --- a/src/IconModeOffOnRoundedFilled.tsx +++ b/src/IconModeOffOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeOffOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeOffOnRoundedFilled as default } diff --git a/src/IconModeOffOnSharp.tsx b/src/IconModeOffOnSharp.tsx index c072ccbca..4ffcdc079 100644 --- a/src/IconModeOffOnSharp.tsx +++ b/src/IconModeOffOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnSharp: React.FC = ({ ...props }) => ( +export const IconModeOffOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOffOnSharp as default } diff --git a/src/IconModeOffOnSharpFilled.tsx b/src/IconModeOffOnSharpFilled.tsx index 1ba0bb870..b182f1b7f 100644 --- a/src/IconModeOffOnSharpFilled.tsx +++ b/src/IconModeOffOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeOffOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconModeOffOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeOffOnSharpFilled as default } diff --git a/src/IconModeStandbyOutlined.tsx b/src/IconModeStandbyOutlined.tsx index c563f80fc..29211e0e4 100644 --- a/src/IconModeStandbyOutlined.tsx +++ b/src/IconModeStandbyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbyOutlined: React.FC = ({ ...props }) => ( +export const IconModeStandbyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeStandbyOutlined as default } diff --git a/src/IconModeStandbyOutlinedFilled.tsx b/src/IconModeStandbyOutlinedFilled.tsx index 662b317cf..6d6364557 100644 --- a/src/IconModeStandbyOutlinedFilled.tsx +++ b/src/IconModeStandbyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModeStandbyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeStandbyOutlinedFilled as default } diff --git a/src/IconModeStandbyRounded.tsx b/src/IconModeStandbyRounded.tsx index db7913a6f..32be91227 100644 --- a/src/IconModeStandbyRounded.tsx +++ b/src/IconModeStandbyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbyRounded: React.FC = ({ ...props }) => ( +export const IconModeStandbyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeStandbyRounded as default } diff --git a/src/IconModeStandbyRoundedFilled.tsx b/src/IconModeStandbyRoundedFilled.tsx index 8c6beb583..bdd1f2714 100644 --- a/src/IconModeStandbyRoundedFilled.tsx +++ b/src/IconModeStandbyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModeStandbyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeStandbyRoundedFilled as default } diff --git a/src/IconModeStandbySharp.tsx b/src/IconModeStandbySharp.tsx index dae47bb0c..95b3925cf 100644 --- a/src/IconModeStandbySharp.tsx +++ b/src/IconModeStandbySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbySharp: React.FC = ({ ...props }) => ( +export const IconModeStandbySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModeStandbySharp as default } diff --git a/src/IconModeStandbySharpFilled.tsx b/src/IconModeStandbySharpFilled.tsx index 8b8fadd2f..673a96402 100644 --- a/src/IconModeStandbySharpFilled.tsx +++ b/src/IconModeStandbySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModeStandbySharpFilled: React.FC = ({ ...props }) => ( +export const IconModeStandbySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModeStandbySharpFilled as default } diff --git a/src/IconModelTrainingOutlined.tsx b/src/IconModelTrainingOutlined.tsx index 46cd5d936..f54c7925c 100644 --- a/src/IconModelTrainingOutlined.tsx +++ b/src/IconModelTrainingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingOutlined: React.FC = ({ ...props }) => ( +export const IconModelTrainingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModelTrainingOutlined as default } diff --git a/src/IconModelTrainingOutlinedFilled.tsx b/src/IconModelTrainingOutlinedFilled.tsx index 20f04999b..e62e6d380 100644 --- a/src/IconModelTrainingOutlinedFilled.tsx +++ b/src/IconModelTrainingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconModelTrainingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModelTrainingOutlinedFilled as default } diff --git a/src/IconModelTrainingRounded.tsx b/src/IconModelTrainingRounded.tsx index 0c8e6e032..d86704094 100644 --- a/src/IconModelTrainingRounded.tsx +++ b/src/IconModelTrainingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingRounded: React.FC = ({ ...props }) => ( +export const IconModelTrainingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModelTrainingRounded as default } diff --git a/src/IconModelTrainingRoundedFilled.tsx b/src/IconModelTrainingRoundedFilled.tsx index 8044a4f1d..a86ce3dc2 100644 --- a/src/IconModelTrainingRoundedFilled.tsx +++ b/src/IconModelTrainingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconModelTrainingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModelTrainingRoundedFilled as default } diff --git a/src/IconModelTrainingSharp.tsx b/src/IconModelTrainingSharp.tsx index ce9c58d04..130c335e0 100644 --- a/src/IconModelTrainingSharp.tsx +++ b/src/IconModelTrainingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingSharp: React.FC = ({ ...props }) => ( +export const IconModelTrainingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconModelTrainingSharp as default } diff --git a/src/IconModelTrainingSharpFilled.tsx b/src/IconModelTrainingSharpFilled.tsx index cf4bd786b..7fa3c0f35 100644 --- a/src/IconModelTrainingSharpFilled.tsx +++ b/src/IconModelTrainingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconModelTrainingSharpFilled: React.FC = ({ ...props }) => ( +export const IconModelTrainingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconModelTrainingSharpFilled as default } diff --git a/src/IconMoneyBagOutlined.tsx b/src/IconMoneyBagOutlined.tsx new file mode 100644 index 000000000..86b4595a5 --- /dev/null +++ b/src/IconMoneyBagOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyBagOutlinedFilled.tsx b/src/IconMoneyBagOutlinedFilled.tsx new file mode 100644 index 000000000..e1b4d6a66 --- /dev/null +++ b/src/IconMoneyBagOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyBagRounded.tsx b/src/IconMoneyBagRounded.tsx new file mode 100644 index 000000000..00c3b1e46 --- /dev/null +++ b/src/IconMoneyBagRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyBagRoundedFilled.tsx b/src/IconMoneyBagRoundedFilled.tsx new file mode 100644 index 000000000..f478cb8d4 --- /dev/null +++ b/src/IconMoneyBagRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyBagSharp.tsx b/src/IconMoneyBagSharp.tsx new file mode 100644 index 000000000..20efcd6cb --- /dev/null +++ b/src/IconMoneyBagSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyBagSharpFilled.tsx b/src/IconMoneyBagSharpFilled.tsx new file mode 100644 index 000000000..9238d5c82 --- /dev/null +++ b/src/IconMoneyBagSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconMoneyBagSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconMoneyOffOutlined.tsx b/src/IconMoneyOffOutlined.tsx index b15d8e1eb..23a2cc8b1 100644 --- a/src/IconMoneyOffOutlined.tsx +++ b/src/IconMoneyOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffOutlined: React.FC = ({ ...props }) => ( +export const IconMoneyOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOffOutlined as default } diff --git a/src/IconMoneyOffOutlinedFilled.tsx b/src/IconMoneyOffOutlinedFilled.tsx index 2d34e830a..28d26131b 100644 --- a/src/IconMoneyOffOutlinedFilled.tsx +++ b/src/IconMoneyOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoneyOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoneyOffOutlinedFilled as default } diff --git a/src/IconMoneyOffRounded.tsx b/src/IconMoneyOffRounded.tsx index f2f093526..d6bd84f15 100644 --- a/src/IconMoneyOffRounded.tsx +++ b/src/IconMoneyOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffRounded: React.FC = ({ ...props }) => ( +export const IconMoneyOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOffRounded as default } diff --git a/src/IconMoneyOffRoundedFilled.tsx b/src/IconMoneyOffRoundedFilled.tsx index ba37a31dd..2893cb1fe 100644 --- a/src/IconMoneyOffRoundedFilled.tsx +++ b/src/IconMoneyOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoneyOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoneyOffRoundedFilled as default } diff --git a/src/IconMoneyOffSharp.tsx b/src/IconMoneyOffSharp.tsx index f682a0a41..6959b9ce5 100644 --- a/src/IconMoneyOffSharp.tsx +++ b/src/IconMoneyOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffSharp: React.FC = ({ ...props }) => ( +export const IconMoneyOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOffSharp as default } diff --git a/src/IconMoneyOffSharpFilled.tsx b/src/IconMoneyOffSharpFilled.tsx index 4c0df8585..fc7e12aa6 100644 --- a/src/IconMoneyOffSharpFilled.tsx +++ b/src/IconMoneyOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoneyOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOffSharpFilled as default } diff --git a/src/IconMoneyOutlined.tsx b/src/IconMoneyOutlined.tsx index 242bafaf6..b282f0a36 100644 --- a/src/IconMoneyOutlined.tsx +++ b/src/IconMoneyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOutlined: React.FC = ({ ...props }) => ( +export const IconMoneyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOutlined as default } diff --git a/src/IconMoneyOutlinedFilled.tsx b/src/IconMoneyOutlinedFilled.tsx index c80cce9e7..22a8f9f2d 100644 --- a/src/IconMoneyOutlinedFilled.tsx +++ b/src/IconMoneyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoneyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyOutlinedFilled as default } diff --git a/src/IconMoneyRounded.tsx b/src/IconMoneyRounded.tsx index 4d17c5269..fe2e5569a 100644 --- a/src/IconMoneyRounded.tsx +++ b/src/IconMoneyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyRounded: React.FC = ({ ...props }) => ( +export const IconMoneyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyRounded as default } diff --git a/src/IconMoneyRoundedFilled.tsx b/src/IconMoneyRoundedFilled.tsx index 7daacecbd..9da6e3d78 100644 --- a/src/IconMoneyRoundedFilled.tsx +++ b/src/IconMoneyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoneyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneyRoundedFilled as default } diff --git a/src/IconMoneySharp.tsx b/src/IconMoneySharp.tsx index eca78cd6b..1f2541be4 100644 --- a/src/IconMoneySharp.tsx +++ b/src/IconMoneySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneySharp: React.FC = ({ ...props }) => ( +export const IconMoneySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneySharp as default } diff --git a/src/IconMoneySharpFilled.tsx b/src/IconMoneySharpFilled.tsx index c85341475..e32324756 100644 --- a/src/IconMoneySharpFilled.tsx +++ b/src/IconMoneySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoneySharpFilled: React.FC = ({ ...props }) => ( +export const IconMoneySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoneySharpFilled as default } diff --git a/src/IconMonitorHeartOutlined.tsx b/src/IconMonitorHeartOutlined.tsx index 6409fdc65..15d843763 100644 --- a/src/IconMonitorHeartOutlined.tsx +++ b/src/IconMonitorHeartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartOutlined: React.FC = ({ ...props }) => ( +export const IconMonitorHeartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartOutlined as default } diff --git a/src/IconMonitorHeartOutlinedFilled.tsx b/src/IconMonitorHeartOutlinedFilled.tsx index 9ab91d084..7390a0802 100644 --- a/src/IconMonitorHeartOutlinedFilled.tsx +++ b/src/IconMonitorHeartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorHeartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartOutlinedFilled as default } diff --git a/src/IconMonitorHeartRounded.tsx b/src/IconMonitorHeartRounded.tsx index 86cff87cc..93e99a980 100644 --- a/src/IconMonitorHeartRounded.tsx +++ b/src/IconMonitorHeartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartRounded: React.FC = ({ ...props }) => ( +export const IconMonitorHeartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartRounded as default } diff --git a/src/IconMonitorHeartRoundedFilled.tsx b/src/IconMonitorHeartRoundedFilled.tsx index 709a08e35..9bbd7a411 100644 --- a/src/IconMonitorHeartRoundedFilled.tsx +++ b/src/IconMonitorHeartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorHeartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartRoundedFilled as default } diff --git a/src/IconMonitorHeartSharp.tsx b/src/IconMonitorHeartSharp.tsx index 81671d727..d965f5b54 100644 --- a/src/IconMonitorHeartSharp.tsx +++ b/src/IconMonitorHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartSharp: React.FC = ({ ...props }) => ( +export const IconMonitorHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartSharp as default } diff --git a/src/IconMonitorHeartSharpFilled.tsx b/src/IconMonitorHeartSharpFilled.tsx index 3746747a7..0379d8aff 100644 --- a/src/IconMonitorHeartSharpFilled.tsx +++ b/src/IconMonitorHeartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonitorHeartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorHeartSharpFilled as default } diff --git a/src/IconMonitorOutlined.tsx b/src/IconMonitorOutlined.tsx index 28f9dea66..fb0be6792 100644 --- a/src/IconMonitorOutlined.tsx +++ b/src/IconMonitorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorOutlined: React.FC = ({ ...props }) => ( +export const IconMonitorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorOutlined as default } diff --git a/src/IconMonitorOutlinedFilled.tsx b/src/IconMonitorOutlinedFilled.tsx index 4f203b0d2..96cb1f56f 100644 --- a/src/IconMonitorOutlinedFilled.tsx +++ b/src/IconMonitorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorOutlinedFilled as default } diff --git a/src/IconMonitorRounded.tsx b/src/IconMonitorRounded.tsx index 7e2e25aff..5a1d9f162 100644 --- a/src/IconMonitorRounded.tsx +++ b/src/IconMonitorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorRounded: React.FC = ({ ...props }) => ( +export const IconMonitorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorRounded as default } diff --git a/src/IconMonitorRoundedFilled.tsx b/src/IconMonitorRoundedFilled.tsx index 3d889ba86..bf4a10d76 100644 --- a/src/IconMonitorRoundedFilled.tsx +++ b/src/IconMonitorRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorRoundedFilled as default } diff --git a/src/IconMonitorSharp.tsx b/src/IconMonitorSharp.tsx index 51373e7ca..25f493e89 100644 --- a/src/IconMonitorSharp.tsx +++ b/src/IconMonitorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorSharp: React.FC = ({ ...props }) => ( +export const IconMonitorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorSharp as default } diff --git a/src/IconMonitorSharpFilled.tsx b/src/IconMonitorSharpFilled.tsx index 9d177c479..d3d10c6ca 100644 --- a/src/IconMonitorSharpFilled.tsx +++ b/src/IconMonitorSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonitorSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorSharpFilled as default } diff --git a/src/IconMonitorWeightGainOutlined.tsx b/src/IconMonitorWeightGainOutlined.tsx index 04e43eea2..cbb16fd67 100644 --- a/src/IconMonitorWeightGainOutlined.tsx +++ b/src/IconMonitorWeightGainOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainOutlined: React.FC = ({ ...props }) => ( +export const IconMonitorWeightGainOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightGainOutlined as default } diff --git a/src/IconMonitorWeightGainOutlinedFilled.tsx b/src/IconMonitorWeightGainOutlinedFilled.tsx index 3dceb5b4d..40d79ae23 100644 --- a/src/IconMonitorWeightGainOutlinedFilled.tsx +++ b/src/IconMonitorWeightGainOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainOutlinedFilled: React.FC = ({ +export const IconMonitorWeightGainOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightGainOutlinedFilled: React.FC = ({ ) - -export { IconMonitorWeightGainOutlinedFilled as default } diff --git a/src/IconMonitorWeightGainRounded.tsx b/src/IconMonitorWeightGainRounded.tsx index c926ce930..9b0e48dca 100644 --- a/src/IconMonitorWeightGainRounded.tsx +++ b/src/IconMonitorWeightGainRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainRounded: React.FC = ({ ...props }) => ( +export const IconMonitorWeightGainRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightGainRounded as default } diff --git a/src/IconMonitorWeightGainRoundedFilled.tsx b/src/IconMonitorWeightGainRoundedFilled.tsx index 1e1429769..2d110f83e 100644 --- a/src/IconMonitorWeightGainRoundedFilled.tsx +++ b/src/IconMonitorWeightGainRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainRoundedFilled: React.FC = ({ +export const IconMonitorWeightGainRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightGainRoundedFilled: React.FC = ({ ) - -export { IconMonitorWeightGainRoundedFilled as default } diff --git a/src/IconMonitorWeightGainSharp.tsx b/src/IconMonitorWeightGainSharp.tsx index 1b8916f55..2c5a40bee 100644 --- a/src/IconMonitorWeightGainSharp.tsx +++ b/src/IconMonitorWeightGainSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainSharp: React.FC = ({ ...props }) => ( +export const IconMonitorWeightGainSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightGainSharp as default } diff --git a/src/IconMonitorWeightGainSharpFilled.tsx b/src/IconMonitorWeightGainSharpFilled.tsx index 4c593ce3b..e747b8510 100644 --- a/src/IconMonitorWeightGainSharpFilled.tsx +++ b/src/IconMonitorWeightGainSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightGainSharpFilled: React.FC = ({ +export const IconMonitorWeightGainSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightGainSharpFilled: React.FC = ({ ) - -export { IconMonitorWeightGainSharpFilled as default } diff --git a/src/IconMonitorWeightLossOutlined.tsx b/src/IconMonitorWeightLossOutlined.tsx index af13a07a5..cf937f211 100644 --- a/src/IconMonitorWeightLossOutlined.tsx +++ b/src/IconMonitorWeightLossOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossOutlined: React.FC = ({ ...props }) => ( +export const IconMonitorWeightLossOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightLossOutlined as default } diff --git a/src/IconMonitorWeightLossOutlinedFilled.tsx b/src/IconMonitorWeightLossOutlinedFilled.tsx index 5dfe97a79..194229c69 100644 --- a/src/IconMonitorWeightLossOutlinedFilled.tsx +++ b/src/IconMonitorWeightLossOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossOutlinedFilled: React.FC = ({ +export const IconMonitorWeightLossOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightLossOutlinedFilled: React.FC = ({ ) - -export { IconMonitorWeightLossOutlinedFilled as default } diff --git a/src/IconMonitorWeightLossRounded.tsx b/src/IconMonitorWeightLossRounded.tsx index eb49e04bf..8e6bdb48d 100644 --- a/src/IconMonitorWeightLossRounded.tsx +++ b/src/IconMonitorWeightLossRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossRounded: React.FC = ({ ...props }) => ( +export const IconMonitorWeightLossRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightLossRounded as default } diff --git a/src/IconMonitorWeightLossRoundedFilled.tsx b/src/IconMonitorWeightLossRoundedFilled.tsx index 0e101adc6..0b8e327bd 100644 --- a/src/IconMonitorWeightLossRoundedFilled.tsx +++ b/src/IconMonitorWeightLossRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossRoundedFilled: React.FC = ({ +export const IconMonitorWeightLossRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightLossRoundedFilled: React.FC = ({ ) - -export { IconMonitorWeightLossRoundedFilled as default } diff --git a/src/IconMonitorWeightLossSharp.tsx b/src/IconMonitorWeightLossSharp.tsx index 968f87acb..b6e31fe09 100644 --- a/src/IconMonitorWeightLossSharp.tsx +++ b/src/IconMonitorWeightLossSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossSharp: React.FC = ({ ...props }) => ( +export const IconMonitorWeightLossSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightLossSharp as default } diff --git a/src/IconMonitorWeightLossSharpFilled.tsx b/src/IconMonitorWeightLossSharpFilled.tsx index 34cced669..d5d806e86 100644 --- a/src/IconMonitorWeightLossSharpFilled.tsx +++ b/src/IconMonitorWeightLossSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightLossSharpFilled: React.FC = ({ +export const IconMonitorWeightLossSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonitorWeightLossSharpFilled: React.FC = ({ ) - -export { IconMonitorWeightLossSharpFilled as default } diff --git a/src/IconMonitorWeightOutlined.tsx b/src/IconMonitorWeightOutlined.tsx index 599c4ff23..49e21d798 100644 --- a/src/IconMonitorWeightOutlined.tsx +++ b/src/IconMonitorWeightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightOutlined: React.FC = ({ ...props }) => ( +export const IconMonitorWeightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightOutlined as default } diff --git a/src/IconMonitorWeightOutlinedFilled.tsx b/src/IconMonitorWeightOutlinedFilled.tsx index e8d92dc24..0a835d560 100644 --- a/src/IconMonitorWeightOutlinedFilled.tsx +++ b/src/IconMonitorWeightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorWeightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightOutlinedFilled as default } diff --git a/src/IconMonitorWeightRounded.tsx b/src/IconMonitorWeightRounded.tsx index 420aab2ee..f1bba905d 100644 --- a/src/IconMonitorWeightRounded.tsx +++ b/src/IconMonitorWeightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightRounded: React.FC = ({ ...props }) => ( +export const IconMonitorWeightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightRounded as default } diff --git a/src/IconMonitorWeightRoundedFilled.tsx b/src/IconMonitorWeightRoundedFilled.tsx index 10fbde238..37679dfad 100644 --- a/src/IconMonitorWeightRoundedFilled.tsx +++ b/src/IconMonitorWeightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMonitorWeightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightRoundedFilled as default } diff --git a/src/IconMonitorWeightSharp.tsx b/src/IconMonitorWeightSharp.tsx index d8ce3c6a7..e4e781a06 100644 --- a/src/IconMonitorWeightSharp.tsx +++ b/src/IconMonitorWeightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightSharp: React.FC = ({ ...props }) => ( +export const IconMonitorWeightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightSharp as default } diff --git a/src/IconMonitorWeightSharpFilled.tsx b/src/IconMonitorWeightSharpFilled.tsx index ff530865c..ce4398f63 100644 --- a/src/IconMonitorWeightSharpFilled.tsx +++ b/src/IconMonitorWeightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitorWeightSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonitorWeightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitorWeightSharpFilled as default } diff --git a/src/IconMonitoringOutlined.tsx b/src/IconMonitoringOutlined.tsx index e3e1529d3..a6dd411b6 100644 --- a/src/IconMonitoringOutlined.tsx +++ b/src/IconMonitoringOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringOutlined: React.FC = ({ ...props }) => ( +export const IconMonitoringOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitoringOutlined as default } diff --git a/src/IconMonitoringOutlinedFilled.tsx b/src/IconMonitoringOutlinedFilled.tsx index e765eb8f8..e7c9a445e 100644 --- a/src/IconMonitoringOutlinedFilled.tsx +++ b/src/IconMonitoringOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMonitoringOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitoringOutlinedFilled as default } diff --git a/src/IconMonitoringRounded.tsx b/src/IconMonitoringRounded.tsx index 8c8cfdb8a..fabcd886a 100644 --- a/src/IconMonitoringRounded.tsx +++ b/src/IconMonitoringRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringRounded: React.FC = ({ ...props }) => ( +export const IconMonitoringRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitoringRounded as default } diff --git a/src/IconMonitoringRoundedFilled.tsx b/src/IconMonitoringRoundedFilled.tsx index 934685299..98142e879 100644 --- a/src/IconMonitoringRoundedFilled.tsx +++ b/src/IconMonitoringRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMonitoringRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitoringRoundedFilled as default } diff --git a/src/IconMonitoringSharp.tsx b/src/IconMonitoringSharp.tsx index d6ced3482..e2e2d4764 100644 --- a/src/IconMonitoringSharp.tsx +++ b/src/IconMonitoringSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringSharp: React.FC = ({ ...props }) => ( +export const IconMonitoringSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonitoringSharp as default } diff --git a/src/IconMonitoringSharpFilled.tsx b/src/IconMonitoringSharpFilled.tsx index 7ef274927..632cacbff 100644 --- a/src/IconMonitoringSharpFilled.tsx +++ b/src/IconMonitoringSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonitoringSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonitoringSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonitoringSharpFilled as default } diff --git a/src/IconMonochromePhotosOutlined.tsx b/src/IconMonochromePhotosOutlined.tsx index 37d02e2b4..592cc7cfc 100644 --- a/src/IconMonochromePhotosOutlined.tsx +++ b/src/IconMonochromePhotosOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosOutlined: React.FC = ({ ...props }) => ( +export const IconMonochromePhotosOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonochromePhotosOutlined as default } diff --git a/src/IconMonochromePhotosOutlinedFilled.tsx b/src/IconMonochromePhotosOutlinedFilled.tsx index 18e949b31..7994372ef 100644 --- a/src/IconMonochromePhotosOutlinedFilled.tsx +++ b/src/IconMonochromePhotosOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosOutlinedFilled: React.FC = ({ +export const IconMonochromePhotosOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonochromePhotosOutlinedFilled: React.FC = ({ ) - -export { IconMonochromePhotosOutlinedFilled as default } diff --git a/src/IconMonochromePhotosRounded.tsx b/src/IconMonochromePhotosRounded.tsx index ddf068fe1..2b6cc9b97 100644 --- a/src/IconMonochromePhotosRounded.tsx +++ b/src/IconMonochromePhotosRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosRounded: React.FC = ({ ...props }) => ( +export const IconMonochromePhotosRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonochromePhotosRounded as default } diff --git a/src/IconMonochromePhotosRoundedFilled.tsx b/src/IconMonochromePhotosRoundedFilled.tsx index a3d6858bd..eb76fd38e 100644 --- a/src/IconMonochromePhotosRoundedFilled.tsx +++ b/src/IconMonochromePhotosRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosRoundedFilled: React.FC = ({ +export const IconMonochromePhotosRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMonochromePhotosRoundedFilled: React.FC = ({ ) - -export { IconMonochromePhotosRoundedFilled as default } diff --git a/src/IconMonochromePhotosSharp.tsx b/src/IconMonochromePhotosSharp.tsx index 6b240131a..30f9e8ae3 100644 --- a/src/IconMonochromePhotosSharp.tsx +++ b/src/IconMonochromePhotosSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosSharp: React.FC = ({ ...props }) => ( +export const IconMonochromePhotosSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonochromePhotosSharp as default } diff --git a/src/IconMonochromePhotosSharpFilled.tsx b/src/IconMonochromePhotosSharpFilled.tsx index cfa4637f3..366d5e567 100644 --- a/src/IconMonochromePhotosSharpFilled.tsx +++ b/src/IconMonochromePhotosSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonochromePhotosSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonochromePhotosSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonochromePhotosSharpFilled as default } diff --git a/src/IconMonorailOutlined.tsx b/src/IconMonorailOutlined.tsx index 4e8582258..33affe365 100644 --- a/src/IconMonorailOutlined.tsx +++ b/src/IconMonorailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailOutlined: React.FC = ({ ...props }) => ( +export const IconMonorailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonorailOutlined as default } diff --git a/src/IconMonorailOutlinedFilled.tsx b/src/IconMonorailOutlinedFilled.tsx index b0c56d795..77a135399 100644 --- a/src/IconMonorailOutlinedFilled.tsx +++ b/src/IconMonorailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMonorailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonorailOutlinedFilled as default } diff --git a/src/IconMonorailRounded.tsx b/src/IconMonorailRounded.tsx index 9091ee30a..3c39e553f 100644 --- a/src/IconMonorailRounded.tsx +++ b/src/IconMonorailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailRounded: React.FC = ({ ...props }) => ( +export const IconMonorailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonorailRounded as default } diff --git a/src/IconMonorailRoundedFilled.tsx b/src/IconMonorailRoundedFilled.tsx index 65ca106b5..ea7d16125 100644 --- a/src/IconMonorailRoundedFilled.tsx +++ b/src/IconMonorailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMonorailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMonorailRoundedFilled as default } diff --git a/src/IconMonorailSharp.tsx b/src/IconMonorailSharp.tsx index e9cc93b44..67c03f271 100644 --- a/src/IconMonorailSharp.tsx +++ b/src/IconMonorailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailSharp: React.FC = ({ ...props }) => ( +export const IconMonorailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonorailSharp as default } diff --git a/src/IconMonorailSharpFilled.tsx b/src/IconMonorailSharpFilled.tsx index f33ce22ed..739b2f6f7 100644 --- a/src/IconMonorailSharpFilled.tsx +++ b/src/IconMonorailSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMonorailSharpFilled: React.FC = ({ ...props }) => ( +export const IconMonorailSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMonorailSharpFilled as default } diff --git a/src/IconMoodBadOutlined.tsx b/src/IconMoodBadOutlined.tsx index dc2b13bdf..a902b3a63 100644 --- a/src/IconMoodBadOutlined.tsx +++ b/src/IconMoodBadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadOutlined: React.FC = ({ ...props }) => ( +export const IconMoodBadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodBadOutlined as default } diff --git a/src/IconMoodBadOutlinedFilled.tsx b/src/IconMoodBadOutlinedFilled.tsx index bf6c2e1a3..ad4a6d1bc 100644 --- a/src/IconMoodBadOutlinedFilled.tsx +++ b/src/IconMoodBadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoodBadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoodBadOutlinedFilled as default } diff --git a/src/IconMoodBadRounded.tsx b/src/IconMoodBadRounded.tsx index 3e3efa312..e6cba8a12 100644 --- a/src/IconMoodBadRounded.tsx +++ b/src/IconMoodBadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadRounded: React.FC = ({ ...props }) => ( +export const IconMoodBadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodBadRounded as default } diff --git a/src/IconMoodBadRoundedFilled.tsx b/src/IconMoodBadRoundedFilled.tsx index 8ee9c95d4..6c3969302 100644 --- a/src/IconMoodBadRoundedFilled.tsx +++ b/src/IconMoodBadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoodBadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodBadRoundedFilled as default } diff --git a/src/IconMoodBadSharp.tsx b/src/IconMoodBadSharp.tsx index cc5331f92..f2793b052 100644 --- a/src/IconMoodBadSharp.tsx +++ b/src/IconMoodBadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadSharp: React.FC = ({ ...props }) => ( +export const IconMoodBadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodBadSharp as default } diff --git a/src/IconMoodBadSharpFilled.tsx b/src/IconMoodBadSharpFilled.tsx index 196e4b1fe..631f8a043 100644 --- a/src/IconMoodBadSharpFilled.tsx +++ b/src/IconMoodBadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodBadSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoodBadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodBadSharpFilled as default } diff --git a/src/IconMoodOutlined.tsx b/src/IconMoodOutlined.tsx index d47de9b3d..a0be3555d 100644 --- a/src/IconMoodOutlined.tsx +++ b/src/IconMoodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodOutlined: React.FC = ({ ...props }) => ( +export const IconMoodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodOutlined as default } diff --git a/src/IconMoodOutlinedFilled.tsx b/src/IconMoodOutlinedFilled.tsx index 01116b9f6..dbfe871f1 100644 --- a/src/IconMoodOutlinedFilled.tsx +++ b/src/IconMoodOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoodOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodOutlinedFilled as default } diff --git a/src/IconMoodRounded.tsx b/src/IconMoodRounded.tsx index 9417e86ee..04e987148 100644 --- a/src/IconMoodRounded.tsx +++ b/src/IconMoodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodRounded: React.FC = ({ ...props }) => ( +export const IconMoodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodRounded as default } diff --git a/src/IconMoodRoundedFilled.tsx b/src/IconMoodRoundedFilled.tsx index 442ec5c54..582947cc3 100644 --- a/src/IconMoodRoundedFilled.tsx +++ b/src/IconMoodRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoodRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodRoundedFilled as default } diff --git a/src/IconMoodSharp.tsx b/src/IconMoodSharp.tsx index 65204a04f..c1aab2493 100644 --- a/src/IconMoodSharp.tsx +++ b/src/IconMoodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodSharp: React.FC = ({ ...props }) => ( +export const IconMoodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodSharp as default } diff --git a/src/IconMoodSharpFilled.tsx b/src/IconMoodSharpFilled.tsx index 9ad0f6d1d..e0aafe154 100644 --- a/src/IconMoodSharpFilled.tsx +++ b/src/IconMoodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoodSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoodSharpFilled as default } diff --git a/src/IconMopOutlined.tsx b/src/IconMopOutlined.tsx index 3e0c4621b..9e4fb8ef8 100644 --- a/src/IconMopOutlined.tsx +++ b/src/IconMopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopOutlined: React.FC = ({ ...props }) => ( +export const IconMopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopOutlined as default } diff --git a/src/IconMopOutlinedFilled.tsx b/src/IconMopOutlinedFilled.tsx index bbb4fb418..7da6f1ac8 100644 --- a/src/IconMopOutlinedFilled.tsx +++ b/src/IconMopOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMopOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopOutlinedFilled as default } diff --git a/src/IconMopRounded.tsx b/src/IconMopRounded.tsx index 8539e61e5..facb2e3da 100644 --- a/src/IconMopRounded.tsx +++ b/src/IconMopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopRounded: React.FC = ({ ...props }) => ( +export const IconMopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopRounded as default } diff --git a/src/IconMopRoundedFilled.tsx b/src/IconMopRoundedFilled.tsx index 55cc3c1e6..f125574c2 100644 --- a/src/IconMopRoundedFilled.tsx +++ b/src/IconMopRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMopRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopRoundedFilled as default } diff --git a/src/IconMopSharp.tsx b/src/IconMopSharp.tsx index 343923021..d92264e36 100644 --- a/src/IconMopSharp.tsx +++ b/src/IconMopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopSharp: React.FC = ({ ...props }) => ( +export const IconMopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopSharp as default } diff --git a/src/IconMopSharpFilled.tsx b/src/IconMopSharpFilled.tsx index 218094f7a..73e1a6d79 100644 --- a/src/IconMopSharpFilled.tsx +++ b/src/IconMopSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMopSharpFilled: React.FC = ({ ...props }) => ( +export const IconMopSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMopSharpFilled as default } diff --git a/src/IconMoreDownOutlined.tsx b/src/IconMoreDownOutlined.tsx index 2d7df57fb..9627cb7ac 100644 --- a/src/IconMoreDownOutlined.tsx +++ b/src/IconMoreDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownOutlined: React.FC = ({ ...props }) => ( +export const IconMoreDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreDownOutlined as default } diff --git a/src/IconMoreDownOutlinedFilled.tsx b/src/IconMoreDownOutlinedFilled.tsx index dbc4bfbdc..fb39eb900 100644 --- a/src/IconMoreDownOutlinedFilled.tsx +++ b/src/IconMoreDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreDownOutlinedFilled as default } diff --git a/src/IconMoreDownRounded.tsx b/src/IconMoreDownRounded.tsx index ca43e430c..3a345fb91 100644 --- a/src/IconMoreDownRounded.tsx +++ b/src/IconMoreDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownRounded: React.FC = ({ ...props }) => ( +export const IconMoreDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreDownRounded as default } diff --git a/src/IconMoreDownRoundedFilled.tsx b/src/IconMoreDownRoundedFilled.tsx index 7b84b2a03..164463185 100644 --- a/src/IconMoreDownRoundedFilled.tsx +++ b/src/IconMoreDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreDownRoundedFilled as default } diff --git a/src/IconMoreDownSharp.tsx b/src/IconMoreDownSharp.tsx index 20a17badd..f29b05387 100644 --- a/src/IconMoreDownSharp.tsx +++ b/src/IconMoreDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownSharp: React.FC = ({ ...props }) => ( +export const IconMoreDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreDownSharp as default } diff --git a/src/IconMoreDownSharpFilled.tsx b/src/IconMoreDownSharpFilled.tsx index 3b7f033aa..3f828cc37 100644 --- a/src/IconMoreDownSharpFilled.tsx +++ b/src/IconMoreDownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreDownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreDownSharpFilled as default } diff --git a/src/IconMoreHorizOutlined.tsx b/src/IconMoreHorizOutlined.tsx index 5c3a9744c..6a5284da9 100644 --- a/src/IconMoreHorizOutlined.tsx +++ b/src/IconMoreHorizOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizOutlined: React.FC = ({ ...props }) => ( +export const IconMoreHorizOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreHorizOutlined as default } diff --git a/src/IconMoreHorizOutlinedFilled.tsx b/src/IconMoreHorizOutlinedFilled.tsx index 57845318a..a0c64623b 100644 --- a/src/IconMoreHorizOutlinedFilled.tsx +++ b/src/IconMoreHorizOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreHorizOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreHorizOutlinedFilled as default } diff --git a/src/IconMoreHorizRounded.tsx b/src/IconMoreHorizRounded.tsx index 72a9352d8..fd6a66185 100644 --- a/src/IconMoreHorizRounded.tsx +++ b/src/IconMoreHorizRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizRounded: React.FC = ({ ...props }) => ( +export const IconMoreHorizRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreHorizRounded as default } diff --git a/src/IconMoreHorizRoundedFilled.tsx b/src/IconMoreHorizRoundedFilled.tsx index 3d1838688..1b82979b4 100644 --- a/src/IconMoreHorizRoundedFilled.tsx +++ b/src/IconMoreHorizRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreHorizRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreHorizRoundedFilled as default } diff --git a/src/IconMoreHorizSharp.tsx b/src/IconMoreHorizSharp.tsx index f883afcd5..7e004593e 100644 --- a/src/IconMoreHorizSharp.tsx +++ b/src/IconMoreHorizSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizSharp: React.FC = ({ ...props }) => ( +export const IconMoreHorizSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreHorizSharp as default } diff --git a/src/IconMoreHorizSharpFilled.tsx b/src/IconMoreHorizSharpFilled.tsx index fb919721d..68baa7922 100644 --- a/src/IconMoreHorizSharpFilled.tsx +++ b/src/IconMoreHorizSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreHorizSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreHorizSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreHorizSharpFilled as default } diff --git a/src/IconMoreOutlined.tsx b/src/IconMoreOutlined.tsx index 62c6f1638..83c7bb3a9 100644 --- a/src/IconMoreOutlined.tsx +++ b/src/IconMoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreOutlined: React.FC = ({ ...props }) => ( +export const IconMoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreOutlined as default } diff --git a/src/IconMoreOutlinedFilled.tsx b/src/IconMoreOutlinedFilled.tsx index cb51a1cbc..afe90ae44 100644 --- a/src/IconMoreOutlinedFilled.tsx +++ b/src/IconMoreOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreOutlinedFilled as default } diff --git a/src/IconMoreRounded.tsx b/src/IconMoreRounded.tsx index 5085f13ec..6a2e9a8cb 100644 --- a/src/IconMoreRounded.tsx +++ b/src/IconMoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreRounded: React.FC = ({ ...props }) => ( +export const IconMoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreRounded as default } diff --git a/src/IconMoreRoundedFilled.tsx b/src/IconMoreRoundedFilled.tsx index 7e9321b74..adba830a0 100644 --- a/src/IconMoreRoundedFilled.tsx +++ b/src/IconMoreRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreRoundedFilled as default } diff --git a/src/IconMoreSharp.tsx b/src/IconMoreSharp.tsx index 758dc1ba9..474593fd9 100644 --- a/src/IconMoreSharp.tsx +++ b/src/IconMoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreSharp: React.FC = ({ ...props }) => ( +export const IconMoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreSharp as default } diff --git a/src/IconMoreSharpFilled.tsx b/src/IconMoreSharpFilled.tsx index 543c222db..9bdbf020d 100644 --- a/src/IconMoreSharpFilled.tsx +++ b/src/IconMoreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreSharpFilled as default } diff --git a/src/IconMoreTimeOutlined.tsx b/src/IconMoreTimeOutlined.tsx index aa8760732..44e51c657 100644 --- a/src/IconMoreTimeOutlined.tsx +++ b/src/IconMoreTimeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeOutlined: React.FC = ({ ...props }) => ( +export const IconMoreTimeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreTimeOutlined as default } diff --git a/src/IconMoreTimeOutlinedFilled.tsx b/src/IconMoreTimeOutlinedFilled.tsx index 279c49a59..1cf59a442 100644 --- a/src/IconMoreTimeOutlinedFilled.tsx +++ b/src/IconMoreTimeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreTimeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreTimeOutlinedFilled as default } diff --git a/src/IconMoreTimeRounded.tsx b/src/IconMoreTimeRounded.tsx index de470cfa0..ea862a150 100644 --- a/src/IconMoreTimeRounded.tsx +++ b/src/IconMoreTimeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeRounded: React.FC = ({ ...props }) => ( +export const IconMoreTimeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreTimeRounded as default } diff --git a/src/IconMoreTimeRoundedFilled.tsx b/src/IconMoreTimeRoundedFilled.tsx index d08ac0eee..48a2ae40b 100644 --- a/src/IconMoreTimeRoundedFilled.tsx +++ b/src/IconMoreTimeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreTimeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreTimeRoundedFilled as default } diff --git a/src/IconMoreTimeSharp.tsx b/src/IconMoreTimeSharp.tsx index d9f4b5f03..1417be5c0 100644 --- a/src/IconMoreTimeSharp.tsx +++ b/src/IconMoreTimeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeSharp: React.FC = ({ ...props }) => ( +export const IconMoreTimeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreTimeSharp as default } diff --git a/src/IconMoreTimeSharpFilled.tsx b/src/IconMoreTimeSharpFilled.tsx index 87ebcb8d4..c41411114 100644 --- a/src/IconMoreTimeSharpFilled.tsx +++ b/src/IconMoreTimeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreTimeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreTimeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreTimeSharpFilled as default } diff --git a/src/IconMoreUpOutlined.tsx b/src/IconMoreUpOutlined.tsx index 4192ce195..fb451c09b 100644 --- a/src/IconMoreUpOutlined.tsx +++ b/src/IconMoreUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpOutlined: React.FC = ({ ...props }) => ( +export const IconMoreUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpOutlined as default } diff --git a/src/IconMoreUpOutlinedFilled.tsx b/src/IconMoreUpOutlinedFilled.tsx index d69a5fe60..5df156811 100644 --- a/src/IconMoreUpOutlinedFilled.tsx +++ b/src/IconMoreUpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreUpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpOutlinedFilled as default } diff --git a/src/IconMoreUpRounded.tsx b/src/IconMoreUpRounded.tsx index 56c064823..344850272 100644 --- a/src/IconMoreUpRounded.tsx +++ b/src/IconMoreUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpRounded: React.FC = ({ ...props }) => ( +export const IconMoreUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpRounded as default } diff --git a/src/IconMoreUpRoundedFilled.tsx b/src/IconMoreUpRoundedFilled.tsx index ed79ff237..cc177fe83 100644 --- a/src/IconMoreUpRoundedFilled.tsx +++ b/src/IconMoreUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpRoundedFilled as default } diff --git a/src/IconMoreUpSharp.tsx b/src/IconMoreUpSharp.tsx index 290600c9b..a0d219bf4 100644 --- a/src/IconMoreUpSharp.tsx +++ b/src/IconMoreUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpSharp: React.FC = ({ ...props }) => ( +export const IconMoreUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpSharp as default } diff --git a/src/IconMoreUpSharpFilled.tsx b/src/IconMoreUpSharpFilled.tsx index bb931f0fe..4d3502904 100644 --- a/src/IconMoreUpSharpFilled.tsx +++ b/src/IconMoreUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreUpSharpFilled as default } diff --git a/src/IconMoreVertOutlined.tsx b/src/IconMoreVertOutlined.tsx index a08452563..86b1b9b13 100644 --- a/src/IconMoreVertOutlined.tsx +++ b/src/IconMoreVertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertOutlined: React.FC = ({ ...props }) => ( +export const IconMoreVertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreVertOutlined as default } diff --git a/src/IconMoreVertOutlinedFilled.tsx b/src/IconMoreVertOutlinedFilled.tsx index d2055021d..485df259a 100644 --- a/src/IconMoreVertOutlinedFilled.tsx +++ b/src/IconMoreVertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoreVertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreVertOutlinedFilled as default } diff --git a/src/IconMoreVertRounded.tsx b/src/IconMoreVertRounded.tsx index 8c12039d2..7d6789d21 100644 --- a/src/IconMoreVertRounded.tsx +++ b/src/IconMoreVertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertRounded: React.FC = ({ ...props }) => ( +export const IconMoreVertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreVertRounded as default } diff --git a/src/IconMoreVertRoundedFilled.tsx b/src/IconMoreVertRoundedFilled.tsx index c7b01aba0..1c41ee9fe 100644 --- a/src/IconMoreVertRoundedFilled.tsx +++ b/src/IconMoreVertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoreVertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoreVertRoundedFilled as default } diff --git a/src/IconMoreVertSharp.tsx b/src/IconMoreVertSharp.tsx index 053948f79..45126c256 100644 --- a/src/IconMoreVertSharp.tsx +++ b/src/IconMoreVertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertSharp: React.FC = ({ ...props }) => ( +export const IconMoreVertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreVertSharp as default } diff --git a/src/IconMoreVertSharpFilled.tsx b/src/IconMoreVertSharpFilled.tsx index e4c0aa51a..44fccde47 100644 --- a/src/IconMoreVertSharpFilled.tsx +++ b/src/IconMoreVertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoreVertSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoreVertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoreVertSharpFilled as default } diff --git a/src/IconMosqueOutlined.tsx b/src/IconMosqueOutlined.tsx index 3f81929ec..1fa1edb8a 100644 --- a/src/IconMosqueOutlined.tsx +++ b/src/IconMosqueOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueOutlined: React.FC = ({ ...props }) => ( +export const IconMosqueOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueOutlined as default } diff --git a/src/IconMosqueOutlinedFilled.tsx b/src/IconMosqueOutlinedFilled.tsx index fdb82df34..3e89545bd 100644 --- a/src/IconMosqueOutlinedFilled.tsx +++ b/src/IconMosqueOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMosqueOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueOutlinedFilled as default } diff --git a/src/IconMosqueRounded.tsx b/src/IconMosqueRounded.tsx index 084d4dabb..7f360fff9 100644 --- a/src/IconMosqueRounded.tsx +++ b/src/IconMosqueRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueRounded: React.FC = ({ ...props }) => ( +export const IconMosqueRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueRounded as default } diff --git a/src/IconMosqueRoundedFilled.tsx b/src/IconMosqueRoundedFilled.tsx index 0d5438e42..7ddde36f2 100644 --- a/src/IconMosqueRoundedFilled.tsx +++ b/src/IconMosqueRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMosqueRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueRoundedFilled as default } diff --git a/src/IconMosqueSharp.tsx b/src/IconMosqueSharp.tsx index e3984ed83..ace5a5fcf 100644 --- a/src/IconMosqueSharp.tsx +++ b/src/IconMosqueSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueSharp: React.FC = ({ ...props }) => ( +export const IconMosqueSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueSharp as default } diff --git a/src/IconMosqueSharpFilled.tsx b/src/IconMosqueSharpFilled.tsx index 29c83900c..757512116 100644 --- a/src/IconMosqueSharpFilled.tsx +++ b/src/IconMosqueSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMosqueSharpFilled: React.FC = ({ ...props }) => ( +export const IconMosqueSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMosqueSharpFilled as default } diff --git a/src/IconMotionBlurOutlined.tsx b/src/IconMotionBlurOutlined.tsx index fbe64ec50..a9f241f5b 100644 --- a/src/IconMotionBlurOutlined.tsx +++ b/src/IconMotionBlurOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurOutlined: React.FC = ({ ...props }) => ( +export const IconMotionBlurOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionBlurOutlined as default } diff --git a/src/IconMotionBlurOutlinedFilled.tsx b/src/IconMotionBlurOutlinedFilled.tsx index 7413694c5..8a794e615 100644 --- a/src/IconMotionBlurOutlinedFilled.tsx +++ b/src/IconMotionBlurOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMotionBlurOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionBlurOutlinedFilled as default } diff --git a/src/IconMotionBlurRounded.tsx b/src/IconMotionBlurRounded.tsx index 9fcce3f10..71690fa7e 100644 --- a/src/IconMotionBlurRounded.tsx +++ b/src/IconMotionBlurRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurRounded: React.FC = ({ ...props }) => ( +export const IconMotionBlurRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionBlurRounded as default } diff --git a/src/IconMotionBlurRoundedFilled.tsx b/src/IconMotionBlurRoundedFilled.tsx index ea6e133f3..935e20b8f 100644 --- a/src/IconMotionBlurRoundedFilled.tsx +++ b/src/IconMotionBlurRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMotionBlurRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionBlurRoundedFilled as default } diff --git a/src/IconMotionBlurSharp.tsx b/src/IconMotionBlurSharp.tsx index e146a9b66..5f8d9b4ff 100644 --- a/src/IconMotionBlurSharp.tsx +++ b/src/IconMotionBlurSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurSharp: React.FC = ({ ...props }) => ( +export const IconMotionBlurSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionBlurSharp as default } diff --git a/src/IconMotionBlurSharpFilled.tsx b/src/IconMotionBlurSharpFilled.tsx index 744e24fef..3749678bb 100644 --- a/src/IconMotionBlurSharpFilled.tsx +++ b/src/IconMotionBlurSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionBlurSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionBlurSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionBlurSharpFilled as default } diff --git a/src/IconMotionModeOutlined.tsx b/src/IconMotionModeOutlined.tsx index 9f1e07401..4edc35c78 100644 --- a/src/IconMotionModeOutlined.tsx +++ b/src/IconMotionModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeOutlined: React.FC = ({ ...props }) => ( +export const IconMotionModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionModeOutlined as default } diff --git a/src/IconMotionModeOutlinedFilled.tsx b/src/IconMotionModeOutlinedFilled.tsx index 8b4ffc4e8..74c74065f 100644 --- a/src/IconMotionModeOutlinedFilled.tsx +++ b/src/IconMotionModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMotionModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionModeOutlinedFilled as default } diff --git a/src/IconMotionModeRounded.tsx b/src/IconMotionModeRounded.tsx index 4b34f5da7..9c4d27e76 100644 --- a/src/IconMotionModeRounded.tsx +++ b/src/IconMotionModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeRounded: React.FC = ({ ...props }) => ( +export const IconMotionModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionModeRounded as default } diff --git a/src/IconMotionModeRoundedFilled.tsx b/src/IconMotionModeRoundedFilled.tsx index a47a121d9..bbd970183 100644 --- a/src/IconMotionModeRoundedFilled.tsx +++ b/src/IconMotionModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMotionModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionModeRoundedFilled as default } diff --git a/src/IconMotionModeSharp.tsx b/src/IconMotionModeSharp.tsx index c77c8da46..3a5fbc052 100644 --- a/src/IconMotionModeSharp.tsx +++ b/src/IconMotionModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeSharp: React.FC = ({ ...props }) => ( +export const IconMotionModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionModeSharp as default } diff --git a/src/IconMotionModeSharpFilled.tsx b/src/IconMotionModeSharpFilled.tsx index 10702da6a..34e3db247 100644 --- a/src/IconMotionModeSharpFilled.tsx +++ b/src/IconMotionModeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionModeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionModeSharpFilled as default } diff --git a/src/IconMotionPhotosAutoOutlined.tsx b/src/IconMotionPhotosAutoOutlined.tsx index 5c3a8ce42..c0836d247 100644 --- a/src/IconMotionPhotosAutoOutlined.tsx +++ b/src/IconMotionPhotosAutoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoOutlined: React.FC = ({ ...props }) => ( +export const IconMotionPhotosAutoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosAutoOutlined as default } diff --git a/src/IconMotionPhotosAutoOutlinedFilled.tsx b/src/IconMotionPhotosAutoOutlinedFilled.tsx index ba2af0c16..88c9291e7 100644 --- a/src/IconMotionPhotosAutoOutlinedFilled.tsx +++ b/src/IconMotionPhotosAutoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoOutlinedFilled: React.FC = ({ +export const IconMotionPhotosAutoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosAutoOutlinedFilled: React.FC = ({ ) - -export { IconMotionPhotosAutoOutlinedFilled as default } diff --git a/src/IconMotionPhotosAutoRounded.tsx b/src/IconMotionPhotosAutoRounded.tsx index e2898c4b6..83e2ae324 100644 --- a/src/IconMotionPhotosAutoRounded.tsx +++ b/src/IconMotionPhotosAutoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoRounded: React.FC = ({ ...props }) => ( +export const IconMotionPhotosAutoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosAutoRounded as default } diff --git a/src/IconMotionPhotosAutoRoundedFilled.tsx b/src/IconMotionPhotosAutoRoundedFilled.tsx index 5b7b8ae15..610660378 100644 --- a/src/IconMotionPhotosAutoRoundedFilled.tsx +++ b/src/IconMotionPhotosAutoRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoRoundedFilled: React.FC = ({ +export const IconMotionPhotosAutoRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosAutoRoundedFilled: React.FC = ({ ) - -export { IconMotionPhotosAutoRoundedFilled as default } diff --git a/src/IconMotionPhotosAutoSharp.tsx b/src/IconMotionPhotosAutoSharp.tsx index 471b3e86c..750261c73 100644 --- a/src/IconMotionPhotosAutoSharp.tsx +++ b/src/IconMotionPhotosAutoSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoSharp: React.FC = ({ ...props }) => ( +export const IconMotionPhotosAutoSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosAutoSharp as default } diff --git a/src/IconMotionPhotosAutoSharpFilled.tsx b/src/IconMotionPhotosAutoSharpFilled.tsx index 2afb747a6..6da07011a 100644 --- a/src/IconMotionPhotosAutoSharpFilled.tsx +++ b/src/IconMotionPhotosAutoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionPhotosAutoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosAutoSharpFilled as default } diff --git a/src/IconMotionPhotosOffOutlined.tsx b/src/IconMotionPhotosOffOutlined.tsx index 55cf9a126..e2ddea12b 100644 --- a/src/IconMotionPhotosOffOutlined.tsx +++ b/src/IconMotionPhotosOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffOutlined: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOffOutlined as default } diff --git a/src/IconMotionPhotosOffOutlinedFilled.tsx b/src/IconMotionPhotosOffOutlinedFilled.tsx index dd76a744d..759198f87 100644 --- a/src/IconMotionPhotosOffOutlinedFilled.tsx +++ b/src/IconMotionPhotosOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffOutlinedFilled: React.FC = ({ +export const IconMotionPhotosOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosOffOutlinedFilled: React.FC = ({ ) - -export { IconMotionPhotosOffOutlinedFilled as default } diff --git a/src/IconMotionPhotosOffRounded.tsx b/src/IconMotionPhotosOffRounded.tsx index 00434e9cd..a8eb02cd5 100644 --- a/src/IconMotionPhotosOffRounded.tsx +++ b/src/IconMotionPhotosOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffRounded: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOffRounded as default } diff --git a/src/IconMotionPhotosOffRoundedFilled.tsx b/src/IconMotionPhotosOffRoundedFilled.tsx index e42c7a502..4e573a43b 100644 --- a/src/IconMotionPhotosOffRoundedFilled.tsx +++ b/src/IconMotionPhotosOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffRoundedFilled: React.FC = ({ +export const IconMotionPhotosOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosOffRoundedFilled: React.FC = ({ ) - -export { IconMotionPhotosOffRoundedFilled as default } diff --git a/src/IconMotionPhotosOffSharp.tsx b/src/IconMotionPhotosOffSharp.tsx index b3fda605f..7339f18a3 100644 --- a/src/IconMotionPhotosOffSharp.tsx +++ b/src/IconMotionPhotosOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffSharp: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOffSharp as default } diff --git a/src/IconMotionPhotosOffSharpFilled.tsx b/src/IconMotionPhotosOffSharpFilled.tsx index 0e23ee0f6..4e536fa91 100644 --- a/src/IconMotionPhotosOffSharpFilled.tsx +++ b/src/IconMotionPhotosOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOffSharpFilled as default } diff --git a/src/IconMotionPhotosOnOutlined.tsx b/src/IconMotionPhotosOnOutlined.tsx index 9557a938d..162c4eb13 100644 --- a/src/IconMotionPhotosOnOutlined.tsx +++ b/src/IconMotionPhotosOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnOutlined: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOnOutlined as default } diff --git a/src/IconMotionPhotosOnOutlinedFilled.tsx b/src/IconMotionPhotosOnOutlinedFilled.tsx index dbb9cab61..9679375ae 100644 --- a/src/IconMotionPhotosOnOutlinedFilled.tsx +++ b/src/IconMotionPhotosOnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnOutlinedFilled: React.FC = ({ +export const IconMotionPhotosOnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosOnOutlinedFilled: React.FC = ({ ) - -export { IconMotionPhotosOnOutlinedFilled as default } diff --git a/src/IconMotionPhotosOnRounded.tsx b/src/IconMotionPhotosOnRounded.tsx index 86657ff21..eee6c59d2 100644 --- a/src/IconMotionPhotosOnRounded.tsx +++ b/src/IconMotionPhotosOnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnRounded: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOnRounded as default } diff --git a/src/IconMotionPhotosOnRoundedFilled.tsx b/src/IconMotionPhotosOnRoundedFilled.tsx index ab4b47b33..5183a74a8 100644 --- a/src/IconMotionPhotosOnRoundedFilled.tsx +++ b/src/IconMotionPhotosOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOnRoundedFilled as default } diff --git a/src/IconMotionPhotosOnSharp.tsx b/src/IconMotionPhotosOnSharp.tsx index df4ac0caf..60533e68d 100644 --- a/src/IconMotionPhotosOnSharp.tsx +++ b/src/IconMotionPhotosOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnSharp: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOnSharp as default } diff --git a/src/IconMotionPhotosOnSharpFilled.tsx b/src/IconMotionPhotosOnSharpFilled.tsx index ea0d20dbb..938dd3e08 100644 --- a/src/IconMotionPhotosOnSharpFilled.tsx +++ b/src/IconMotionPhotosOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionPhotosOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosOnSharpFilled as default } diff --git a/src/IconMotionPhotosPausedOutlined.tsx b/src/IconMotionPhotosPausedOutlined.tsx index 8781d9478..8421d948a 100644 --- a/src/IconMotionPhotosPausedOutlined.tsx +++ b/src/IconMotionPhotosPausedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedOutlined: React.FC = ({ ...props }) => ( +export const IconMotionPhotosPausedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosPausedOutlined as default } diff --git a/src/IconMotionPhotosPausedOutlinedFilled.tsx b/src/IconMotionPhotosPausedOutlinedFilled.tsx index ba2cd9929..0c0707080 100644 --- a/src/IconMotionPhotosPausedOutlinedFilled.tsx +++ b/src/IconMotionPhotosPausedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedOutlinedFilled: React.FC = ({ +export const IconMotionPhotosPausedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosPausedOutlinedFilled: React.FC = ({ ) - -export { IconMotionPhotosPausedOutlinedFilled as default } diff --git a/src/IconMotionPhotosPausedRounded.tsx b/src/IconMotionPhotosPausedRounded.tsx index c9ab8738c..0b374917c 100644 --- a/src/IconMotionPhotosPausedRounded.tsx +++ b/src/IconMotionPhotosPausedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedRounded: React.FC = ({ ...props }) => ( +export const IconMotionPhotosPausedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosPausedRounded as default } diff --git a/src/IconMotionPhotosPausedRoundedFilled.tsx b/src/IconMotionPhotosPausedRoundedFilled.tsx index c2233ec36..28730fc24 100644 --- a/src/IconMotionPhotosPausedRoundedFilled.tsx +++ b/src/IconMotionPhotosPausedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedRoundedFilled: React.FC = ({ +export const IconMotionPhotosPausedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosPausedRoundedFilled: React.FC = ({ ) - -export { IconMotionPhotosPausedRoundedFilled as default } diff --git a/src/IconMotionPhotosPausedSharp.tsx b/src/IconMotionPhotosPausedSharp.tsx index 676e43b30..5d900c1d3 100644 --- a/src/IconMotionPhotosPausedSharp.tsx +++ b/src/IconMotionPhotosPausedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedSharp: React.FC = ({ ...props }) => ( +export const IconMotionPhotosPausedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPhotosPausedSharp as default } diff --git a/src/IconMotionPhotosPausedSharpFilled.tsx b/src/IconMotionPhotosPausedSharpFilled.tsx index 3e45712a1..7613e7fb0 100644 --- a/src/IconMotionPhotosPausedSharpFilled.tsx +++ b/src/IconMotionPhotosPausedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPhotosPausedSharpFilled: React.FC = ({ +export const IconMotionPhotosPausedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionPhotosPausedSharpFilled: React.FC = ({ ) - -export { IconMotionPhotosPausedSharpFilled as default } diff --git a/src/IconMotionPlayOutlined.tsx b/src/IconMotionPlayOutlined.tsx index d2cdda9e2..9f4a35e3a 100644 --- a/src/IconMotionPlayOutlined.tsx +++ b/src/IconMotionPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlayOutlined: React.FC = ({ ...props }) => ( +export const IconMotionPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionPlayOutlined as default } diff --git a/src/IconMotionPlayOutlinedFilled.tsx b/src/IconMotionPlayOutlinedFilled.tsx index b4a17e4b2..1357c971c 100644 --- a/src/IconMotionPlayOutlinedFilled.tsx +++ b/src/IconMotionPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMotionPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPlayOutlinedFilled as default } diff --git a/src/IconMotionPlayRounded.tsx b/src/IconMotionPlayRounded.tsx index a7fdc38fc..8b3aee9f8 100644 --- a/src/IconMotionPlayRounded.tsx +++ b/src/IconMotionPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlayRounded: React.FC = ({ ...props }) => ( +export const IconMotionPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionPlayRounded as default } diff --git a/src/IconMotionPlayRoundedFilled.tsx b/src/IconMotionPlayRoundedFilled.tsx index 0b99af0b8..d7938d5c4 100644 --- a/src/IconMotionPlayRoundedFilled.tsx +++ b/src/IconMotionPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMotionPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPlayRoundedFilled as default } diff --git a/src/IconMotionPlaySharp.tsx b/src/IconMotionPlaySharp.tsx index 38e0a415b..ad81a2db6 100644 --- a/src/IconMotionPlaySharp.tsx +++ b/src/IconMotionPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlaySharp: React.FC = ({ ...props }) => ( +export const IconMotionPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotionPlaySharp as default } diff --git a/src/IconMotionPlaySharpFilled.tsx b/src/IconMotionPlaySharpFilled.tsx index 9e507d0fd..b0a2e7abf 100644 --- a/src/IconMotionPlaySharpFilled.tsx +++ b/src/IconMotionPlaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionPlaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionPlaySharpFilled as default } diff --git a/src/IconMotionSensorActiveOutlined.tsx b/src/IconMotionSensorActiveOutlined.tsx index 9017157c7..8b1cdeb08 100644 --- a/src/IconMotionSensorActiveOutlined.tsx +++ b/src/IconMotionSensorActiveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveOutlined: React.FC = ({ ...props }) => ( +export const IconMotionSensorActiveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorActiveOutlined as default } diff --git a/src/IconMotionSensorActiveOutlinedFilled.tsx b/src/IconMotionSensorActiveOutlinedFilled.tsx index ec7662d18..801228f70 100644 --- a/src/IconMotionSensorActiveOutlinedFilled.tsx +++ b/src/IconMotionSensorActiveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveOutlinedFilled: React.FC = ({ +export const IconMotionSensorActiveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorActiveOutlinedFilled: React.FC = ({ ) - -export { IconMotionSensorActiveOutlinedFilled as default } diff --git a/src/IconMotionSensorActiveRounded.tsx b/src/IconMotionSensorActiveRounded.tsx index 90aa0a371..b8f861b4f 100644 --- a/src/IconMotionSensorActiveRounded.tsx +++ b/src/IconMotionSensorActiveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveRounded: React.FC = ({ ...props }) => ( +export const IconMotionSensorActiveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorActiveRounded as default } diff --git a/src/IconMotionSensorActiveRoundedFilled.tsx b/src/IconMotionSensorActiveRoundedFilled.tsx index abec83641..244b78131 100644 --- a/src/IconMotionSensorActiveRoundedFilled.tsx +++ b/src/IconMotionSensorActiveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveRoundedFilled: React.FC = ({ +export const IconMotionSensorActiveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorActiveRoundedFilled: React.FC = ({ ) - -export { IconMotionSensorActiveRoundedFilled as default } diff --git a/src/IconMotionSensorActiveSharp.tsx b/src/IconMotionSensorActiveSharp.tsx index fb7f21345..590512191 100644 --- a/src/IconMotionSensorActiveSharp.tsx +++ b/src/IconMotionSensorActiveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveSharp: React.FC = ({ ...props }) => ( +export const IconMotionSensorActiveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorActiveSharp as default } diff --git a/src/IconMotionSensorActiveSharpFilled.tsx b/src/IconMotionSensorActiveSharpFilled.tsx index 027cc3844..d36daa224 100644 --- a/src/IconMotionSensorActiveSharpFilled.tsx +++ b/src/IconMotionSensorActiveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorActiveSharpFilled: React.FC = ({ +export const IconMotionSensorActiveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorActiveSharpFilled: React.FC = ({ ) - -export { IconMotionSensorActiveSharpFilled as default } diff --git a/src/IconMotionSensorAlertOutlined.tsx b/src/IconMotionSensorAlertOutlined.tsx index 41da63f68..9a5964cf6 100644 --- a/src/IconMotionSensorAlertOutlined.tsx +++ b/src/IconMotionSensorAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertOutlined: React.FC = ({ ...props }) => ( +export const IconMotionSensorAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorAlertOutlined as default } diff --git a/src/IconMotionSensorAlertOutlinedFilled.tsx b/src/IconMotionSensorAlertOutlinedFilled.tsx index 00ea82504..31bd08a1e 100644 --- a/src/IconMotionSensorAlertOutlinedFilled.tsx +++ b/src/IconMotionSensorAlertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertOutlinedFilled: React.FC = ({ +export const IconMotionSensorAlertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorAlertOutlinedFilled: React.FC = ({ ) - -export { IconMotionSensorAlertOutlinedFilled as default } diff --git a/src/IconMotionSensorAlertRounded.tsx b/src/IconMotionSensorAlertRounded.tsx index ad7d12c7a..f6f87c69e 100644 --- a/src/IconMotionSensorAlertRounded.tsx +++ b/src/IconMotionSensorAlertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertRounded: React.FC = ({ ...props }) => ( +export const IconMotionSensorAlertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorAlertRounded as default } diff --git a/src/IconMotionSensorAlertRoundedFilled.tsx b/src/IconMotionSensorAlertRoundedFilled.tsx index e7b1a151a..825bba995 100644 --- a/src/IconMotionSensorAlertRoundedFilled.tsx +++ b/src/IconMotionSensorAlertRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertRoundedFilled: React.FC = ({ +export const IconMotionSensorAlertRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorAlertRoundedFilled: React.FC = ({ ) - -export { IconMotionSensorAlertRoundedFilled as default } diff --git a/src/IconMotionSensorAlertSharp.tsx b/src/IconMotionSensorAlertSharp.tsx index 86214b842..c7cca4e0f 100644 --- a/src/IconMotionSensorAlertSharp.tsx +++ b/src/IconMotionSensorAlertSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertSharp: React.FC = ({ ...props }) => ( +export const IconMotionSensorAlertSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorAlertSharp as default } diff --git a/src/IconMotionSensorAlertSharpFilled.tsx b/src/IconMotionSensorAlertSharpFilled.tsx index 7651d228d..b8dc9fa0a 100644 --- a/src/IconMotionSensorAlertSharpFilled.tsx +++ b/src/IconMotionSensorAlertSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorAlertSharpFilled: React.FC = ({ +export const IconMotionSensorAlertSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorAlertSharpFilled: React.FC = ({ ) - -export { IconMotionSensorAlertSharpFilled as default } diff --git a/src/IconMotionSensorIdleOutlined.tsx b/src/IconMotionSensorIdleOutlined.tsx index fa0b4b4a8..9543ae3d6 100644 --- a/src/IconMotionSensorIdleOutlined.tsx +++ b/src/IconMotionSensorIdleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleOutlined: React.FC = ({ ...props }) => ( +export const IconMotionSensorIdleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorIdleOutlined as default } diff --git a/src/IconMotionSensorIdleOutlinedFilled.tsx b/src/IconMotionSensorIdleOutlinedFilled.tsx index 0bf519a11..b3db6ecd2 100644 --- a/src/IconMotionSensorIdleOutlinedFilled.tsx +++ b/src/IconMotionSensorIdleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleOutlinedFilled: React.FC = ({ +export const IconMotionSensorIdleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorIdleOutlinedFilled: React.FC = ({ ) - -export { IconMotionSensorIdleOutlinedFilled as default } diff --git a/src/IconMotionSensorIdleRounded.tsx b/src/IconMotionSensorIdleRounded.tsx index 6a135e037..58c8ff46f 100644 --- a/src/IconMotionSensorIdleRounded.tsx +++ b/src/IconMotionSensorIdleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleRounded: React.FC = ({ ...props }) => ( +export const IconMotionSensorIdleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorIdleRounded as default } diff --git a/src/IconMotionSensorIdleRoundedFilled.tsx b/src/IconMotionSensorIdleRoundedFilled.tsx index d5bcf66e5..44dcef3d3 100644 --- a/src/IconMotionSensorIdleRoundedFilled.tsx +++ b/src/IconMotionSensorIdleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleRoundedFilled: React.FC = ({ +export const IconMotionSensorIdleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorIdleRoundedFilled: React.FC = ({ ) - -export { IconMotionSensorIdleRoundedFilled as default } diff --git a/src/IconMotionSensorIdleSharp.tsx b/src/IconMotionSensorIdleSharp.tsx index 37467aa83..f129cfee6 100644 --- a/src/IconMotionSensorIdleSharp.tsx +++ b/src/IconMotionSensorIdleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleSharp: React.FC = ({ ...props }) => ( +export const IconMotionSensorIdleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorIdleSharp as default } diff --git a/src/IconMotionSensorIdleSharpFilled.tsx b/src/IconMotionSensorIdleSharpFilled.tsx index 2e5dd5a73..36939c32c 100644 --- a/src/IconMotionSensorIdleSharpFilled.tsx +++ b/src/IconMotionSensorIdleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorIdleSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotionSensorIdleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorIdleSharpFilled as default } diff --git a/src/IconMotionSensorUrgentOutlined.tsx b/src/IconMotionSensorUrgentOutlined.tsx index c9f1cd7e6..7d35ef434 100644 --- a/src/IconMotionSensorUrgentOutlined.tsx +++ b/src/IconMotionSensorUrgentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentOutlined: React.FC = ({ ...props }) => ( +export const IconMotionSensorUrgentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorUrgentOutlined as default } diff --git a/src/IconMotionSensorUrgentOutlinedFilled.tsx b/src/IconMotionSensorUrgentOutlinedFilled.tsx index 34c65c094..004e2b67f 100644 --- a/src/IconMotionSensorUrgentOutlinedFilled.tsx +++ b/src/IconMotionSensorUrgentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentOutlinedFilled: React.FC = ({ +export const IconMotionSensorUrgentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorUrgentOutlinedFilled: React.FC = ({ ) - -export { IconMotionSensorUrgentOutlinedFilled as default } diff --git a/src/IconMotionSensorUrgentRounded.tsx b/src/IconMotionSensorUrgentRounded.tsx index 350bd4585..7eb30f136 100644 --- a/src/IconMotionSensorUrgentRounded.tsx +++ b/src/IconMotionSensorUrgentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentRounded: React.FC = ({ ...props }) => ( +export const IconMotionSensorUrgentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorUrgentRounded as default } diff --git a/src/IconMotionSensorUrgentRoundedFilled.tsx b/src/IconMotionSensorUrgentRoundedFilled.tsx index d57fa16c9..63bbb3b7b 100644 --- a/src/IconMotionSensorUrgentRoundedFilled.tsx +++ b/src/IconMotionSensorUrgentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentRoundedFilled: React.FC = ({ +export const IconMotionSensorUrgentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorUrgentRoundedFilled: React.FC = ({ ) - -export { IconMotionSensorUrgentRoundedFilled as default } diff --git a/src/IconMotionSensorUrgentSharp.tsx b/src/IconMotionSensorUrgentSharp.tsx index 577a3b4d9..0f1989a28 100644 --- a/src/IconMotionSensorUrgentSharp.tsx +++ b/src/IconMotionSensorUrgentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentSharp: React.FC = ({ ...props }) => ( +export const IconMotionSensorUrgentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotionSensorUrgentSharp as default } diff --git a/src/IconMotionSensorUrgentSharpFilled.tsx b/src/IconMotionSensorUrgentSharpFilled.tsx index cab8a8695..6bda6de5e 100644 --- a/src/IconMotionSensorUrgentSharpFilled.tsx +++ b/src/IconMotionSensorUrgentSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMotionSensorUrgentSharpFilled: React.FC = ({ +export const IconMotionSensorUrgentSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMotionSensorUrgentSharpFilled: React.FC = ({ ) - -export { IconMotionSensorUrgentSharpFilled as default } diff --git a/src/IconMotorcycleOutlined.tsx b/src/IconMotorcycleOutlined.tsx index 37965f901..4fa4e11f9 100644 --- a/src/IconMotorcycleOutlined.tsx +++ b/src/IconMotorcycleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleOutlined: React.FC = ({ ...props }) => ( +export const IconMotorcycleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotorcycleOutlined as default } diff --git a/src/IconMotorcycleOutlinedFilled.tsx b/src/IconMotorcycleOutlinedFilled.tsx index 5d48e764c..ef265a95d 100644 --- a/src/IconMotorcycleOutlinedFilled.tsx +++ b/src/IconMotorcycleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMotorcycleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotorcycleOutlinedFilled as default } diff --git a/src/IconMotorcycleRounded.tsx b/src/IconMotorcycleRounded.tsx index a17d059ed..bd8d94576 100644 --- a/src/IconMotorcycleRounded.tsx +++ b/src/IconMotorcycleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleRounded: React.FC = ({ ...props }) => ( +export const IconMotorcycleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotorcycleRounded as default } diff --git a/src/IconMotorcycleRoundedFilled.tsx b/src/IconMotorcycleRoundedFilled.tsx index 08e9f0f0f..7bcc90b75 100644 --- a/src/IconMotorcycleRoundedFilled.tsx +++ b/src/IconMotorcycleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMotorcycleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotorcycleRoundedFilled as default } diff --git a/src/IconMotorcycleSharp.tsx b/src/IconMotorcycleSharp.tsx index c390e84c7..e005339ea 100644 --- a/src/IconMotorcycleSharp.tsx +++ b/src/IconMotorcycleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleSharp: React.FC = ({ ...props }) => ( +export const IconMotorcycleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMotorcycleSharp as default } diff --git a/src/IconMotorcycleSharpFilled.tsx b/src/IconMotorcycleSharpFilled.tsx index aa05bb241..c9d41097c 100644 --- a/src/IconMotorcycleSharpFilled.tsx +++ b/src/IconMotorcycleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMotorcycleSharpFilled: React.FC = ({ ...props }) => ( +export const IconMotorcycleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMotorcycleSharpFilled as default } diff --git a/src/IconMountainFlagOutlined.tsx b/src/IconMountainFlagOutlined.tsx index b2624634a..43eaa56f0 100644 --- a/src/IconMountainFlagOutlined.tsx +++ b/src/IconMountainFlagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagOutlined: React.FC = ({ ...props }) => ( +export const IconMountainFlagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMountainFlagOutlined as default } diff --git a/src/IconMountainFlagOutlinedFilled.tsx b/src/IconMountainFlagOutlinedFilled.tsx index 456c00a6e..058a5f9ce 100644 --- a/src/IconMountainFlagOutlinedFilled.tsx +++ b/src/IconMountainFlagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMountainFlagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMountainFlagOutlinedFilled as default } diff --git a/src/IconMountainFlagRounded.tsx b/src/IconMountainFlagRounded.tsx index fd975b11d..6de71295e 100644 --- a/src/IconMountainFlagRounded.tsx +++ b/src/IconMountainFlagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagRounded: React.FC = ({ ...props }) => ( +export const IconMountainFlagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMountainFlagRounded as default } diff --git a/src/IconMountainFlagRoundedFilled.tsx b/src/IconMountainFlagRoundedFilled.tsx index 1380544a9..c7b7d60fb 100644 --- a/src/IconMountainFlagRoundedFilled.tsx +++ b/src/IconMountainFlagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMountainFlagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMountainFlagRoundedFilled as default } diff --git a/src/IconMountainFlagSharp.tsx b/src/IconMountainFlagSharp.tsx index 6fb594026..2ff975a2d 100644 --- a/src/IconMountainFlagSharp.tsx +++ b/src/IconMountainFlagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagSharp: React.FC = ({ ...props }) => ( +export const IconMountainFlagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMountainFlagSharp as default } diff --git a/src/IconMountainFlagSharpFilled.tsx b/src/IconMountainFlagSharpFilled.tsx index a1b64e7bf..31df9172f 100644 --- a/src/IconMountainFlagSharpFilled.tsx +++ b/src/IconMountainFlagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMountainFlagSharpFilled: React.FC = ({ ...props }) => ( +export const IconMountainFlagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMountainFlagSharpFilled as default } diff --git a/src/IconMouseLockOffOutlined.tsx b/src/IconMouseLockOffOutlined.tsx index a9d769e26..ff0ab6dd1 100644 --- a/src/IconMouseLockOffOutlined.tsx +++ b/src/IconMouseLockOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffOutlined: React.FC = ({ ...props }) => ( +export const IconMouseLockOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffOutlined as default } diff --git a/src/IconMouseLockOffOutlinedFilled.tsx b/src/IconMouseLockOffOutlinedFilled.tsx index 5d2d38eb1..7644b2bc6 100644 --- a/src/IconMouseLockOffOutlinedFilled.tsx +++ b/src/IconMouseLockOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffOutlinedFilled as default } diff --git a/src/IconMouseLockOffRounded.tsx b/src/IconMouseLockOffRounded.tsx index eb5348c36..1e2b300ba 100644 --- a/src/IconMouseLockOffRounded.tsx +++ b/src/IconMouseLockOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffRounded: React.FC = ({ ...props }) => ( +export const IconMouseLockOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffRounded as default } diff --git a/src/IconMouseLockOffRoundedFilled.tsx b/src/IconMouseLockOffRoundedFilled.tsx index 7e6baf164..384322e96 100644 --- a/src/IconMouseLockOffRoundedFilled.tsx +++ b/src/IconMouseLockOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffRoundedFilled as default } diff --git a/src/IconMouseLockOffSharp.tsx b/src/IconMouseLockOffSharp.tsx index 2246c337d..6507a4bcc 100644 --- a/src/IconMouseLockOffSharp.tsx +++ b/src/IconMouseLockOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffSharp: React.FC = ({ ...props }) => ( +export const IconMouseLockOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffSharp as default } diff --git a/src/IconMouseLockOffSharpFilled.tsx b/src/IconMouseLockOffSharpFilled.tsx index 78324d1bb..701e84726 100644 --- a/src/IconMouseLockOffSharpFilled.tsx +++ b/src/IconMouseLockOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMouseLockOffSharpFilled as default } diff --git a/src/IconMouseLockOutlined.tsx b/src/IconMouseLockOutlined.tsx index 2f59ae4b4..95829a356 100644 --- a/src/IconMouseLockOutlined.tsx +++ b/src/IconMouseLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOutlined: React.FC = ({ ...props }) => ( +export const IconMouseLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockOutlined as default } diff --git a/src/IconMouseLockOutlinedFilled.tsx b/src/IconMouseLockOutlinedFilled.tsx index 3fe273200..f72dfa9f3 100644 --- a/src/IconMouseLockOutlinedFilled.tsx +++ b/src/IconMouseLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMouseLockOutlinedFilled as default } diff --git a/src/IconMouseLockRounded.tsx b/src/IconMouseLockRounded.tsx index 4302a4031..964780887 100644 --- a/src/IconMouseLockRounded.tsx +++ b/src/IconMouseLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockRounded: React.FC = ({ ...props }) => ( +export const IconMouseLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockRounded as default } diff --git a/src/IconMouseLockRoundedFilled.tsx b/src/IconMouseLockRoundedFilled.tsx index 09ec160d0..ac057a216 100644 --- a/src/IconMouseLockRoundedFilled.tsx +++ b/src/IconMouseLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMouseLockRoundedFilled as default } diff --git a/src/IconMouseLockSharp.tsx b/src/IconMouseLockSharp.tsx index ae8806984..125c76176 100644 --- a/src/IconMouseLockSharp.tsx +++ b/src/IconMouseLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockSharp: React.FC = ({ ...props }) => ( +export const IconMouseLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockSharp as default } diff --git a/src/IconMouseLockSharpFilled.tsx b/src/IconMouseLockSharpFilled.tsx index d77614d41..318a9a038 100644 --- a/src/IconMouseLockSharpFilled.tsx +++ b/src/IconMouseLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconMouseLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseLockSharpFilled as default } diff --git a/src/IconMouseOutlined.tsx b/src/IconMouseOutlined.tsx index b3afbbd1e..14ef0a848 100644 --- a/src/IconMouseOutlined.tsx +++ b/src/IconMouseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseOutlined: React.FC = ({ ...props }) => ( +export const IconMouseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseOutlined as default } diff --git a/src/IconMouseOutlinedFilled.tsx b/src/IconMouseOutlinedFilled.tsx index a9ff34e12..cd41d0b75 100644 --- a/src/IconMouseOutlinedFilled.tsx +++ b/src/IconMouseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMouseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseOutlinedFilled as default } diff --git a/src/IconMouseRounded.tsx b/src/IconMouseRounded.tsx index 71ee8b0ae..68bc3fa8c 100644 --- a/src/IconMouseRounded.tsx +++ b/src/IconMouseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseRounded: React.FC = ({ ...props }) => ( +export const IconMouseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseRounded as default } diff --git a/src/IconMouseRoundedFilled.tsx b/src/IconMouseRoundedFilled.tsx index 127ce7d55..4d252b43d 100644 --- a/src/IconMouseRoundedFilled.tsx +++ b/src/IconMouseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMouseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseRoundedFilled as default } diff --git a/src/IconMouseSharp.tsx b/src/IconMouseSharp.tsx index fa0d66cc5..c3b06ce2f 100644 --- a/src/IconMouseSharp.tsx +++ b/src/IconMouseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseSharp: React.FC = ({ ...props }) => ( +export const IconMouseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseSharp as default } diff --git a/src/IconMouseSharpFilled.tsx b/src/IconMouseSharpFilled.tsx index 5337ad227..8dc09537a 100644 --- a/src/IconMouseSharpFilled.tsx +++ b/src/IconMouseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMouseSharpFilled: React.FC = ({ ...props }) => ( +export const IconMouseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMouseSharpFilled as default } diff --git a/src/IconMoveDownOutlined.tsx b/src/IconMoveDownOutlined.tsx index a4552e4b7..a36ca3ad8 100644 --- a/src/IconMoveDownOutlined.tsx +++ b/src/IconMoveDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownOutlined: React.FC = ({ ...props }) => ( +export const IconMoveDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveDownOutlined as default } diff --git a/src/IconMoveDownOutlinedFilled.tsx b/src/IconMoveDownOutlinedFilled.tsx index bedb74053..b0bd38031 100644 --- a/src/IconMoveDownOutlinedFilled.tsx +++ b/src/IconMoveDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveDownOutlinedFilled as default } diff --git a/src/IconMoveDownRounded.tsx b/src/IconMoveDownRounded.tsx index 156cff7a1..beec07d29 100644 --- a/src/IconMoveDownRounded.tsx +++ b/src/IconMoveDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownRounded: React.FC = ({ ...props }) => ( +export const IconMoveDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveDownRounded as default } diff --git a/src/IconMoveDownRoundedFilled.tsx b/src/IconMoveDownRoundedFilled.tsx index ae40dbe68..dba95ae15 100644 --- a/src/IconMoveDownRoundedFilled.tsx +++ b/src/IconMoveDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveDownRoundedFilled as default } diff --git a/src/IconMoveDownSharp.tsx b/src/IconMoveDownSharp.tsx index 0aad7d8df..ffcb9daf0 100644 --- a/src/IconMoveDownSharp.tsx +++ b/src/IconMoveDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownSharp: React.FC = ({ ...props }) => ( +export const IconMoveDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveDownSharp as default } diff --git a/src/IconMoveDownSharpFilled.tsx b/src/IconMoveDownSharpFilled.tsx index e2da8e948..84eb38320 100644 --- a/src/IconMoveDownSharpFilled.tsx +++ b/src/IconMoveDownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveDownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveDownSharpFilled as default } diff --git a/src/IconMoveGroupOutlined.tsx b/src/IconMoveGroupOutlined.tsx index cbed9a472..206338b73 100644 --- a/src/IconMoveGroupOutlined.tsx +++ b/src/IconMoveGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupOutlined: React.FC = ({ ...props }) => ( +export const IconMoveGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveGroupOutlined as default } diff --git a/src/IconMoveGroupOutlinedFilled.tsx b/src/IconMoveGroupOutlinedFilled.tsx index 5bd9c71c7..d80ecc3a8 100644 --- a/src/IconMoveGroupOutlinedFilled.tsx +++ b/src/IconMoveGroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveGroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveGroupOutlinedFilled as default } diff --git a/src/IconMoveGroupRounded.tsx b/src/IconMoveGroupRounded.tsx index 832a6387e..f35ee1ecc 100644 --- a/src/IconMoveGroupRounded.tsx +++ b/src/IconMoveGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupRounded: React.FC = ({ ...props }) => ( +export const IconMoveGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveGroupRounded as default } diff --git a/src/IconMoveGroupRoundedFilled.tsx b/src/IconMoveGroupRoundedFilled.tsx index 280997caf..cc45d0878 100644 --- a/src/IconMoveGroupRoundedFilled.tsx +++ b/src/IconMoveGroupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveGroupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveGroupRoundedFilled as default } diff --git a/src/IconMoveGroupSharp.tsx b/src/IconMoveGroupSharp.tsx index 6ea21f232..e3cb5278c 100644 --- a/src/IconMoveGroupSharp.tsx +++ b/src/IconMoveGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupSharp: React.FC = ({ ...props }) => ( +export const IconMoveGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveGroupSharp as default } diff --git a/src/IconMoveGroupSharpFilled.tsx b/src/IconMoveGroupSharpFilled.tsx index 2c9b69991..1a7e09f86 100644 --- a/src/IconMoveGroupSharpFilled.tsx +++ b/src/IconMoveGroupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveGroupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveGroupSharpFilled as default } diff --git a/src/IconMoveItemOutlined.tsx b/src/IconMoveItemOutlined.tsx index fecab5cd5..85a95f315 100644 --- a/src/IconMoveItemOutlined.tsx +++ b/src/IconMoveItemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemOutlined: React.FC = ({ ...props }) => ( +export const IconMoveItemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveItemOutlined as default } diff --git a/src/IconMoveItemOutlinedFilled.tsx b/src/IconMoveItemOutlinedFilled.tsx index c7ce3fc71..012506d53 100644 --- a/src/IconMoveItemOutlinedFilled.tsx +++ b/src/IconMoveItemOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveItemOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveItemOutlinedFilled as default } diff --git a/src/IconMoveItemRounded.tsx b/src/IconMoveItemRounded.tsx index bb7e48212..7590d1973 100644 --- a/src/IconMoveItemRounded.tsx +++ b/src/IconMoveItemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemRounded: React.FC = ({ ...props }) => ( +export const IconMoveItemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveItemRounded as default } diff --git a/src/IconMoveItemRoundedFilled.tsx b/src/IconMoveItemRoundedFilled.tsx index 764c739e6..7b67be7da 100644 --- a/src/IconMoveItemRoundedFilled.tsx +++ b/src/IconMoveItemRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveItemRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveItemRoundedFilled as default } diff --git a/src/IconMoveItemSharp.tsx b/src/IconMoveItemSharp.tsx index c1db99d2d..7851d4362 100644 --- a/src/IconMoveItemSharp.tsx +++ b/src/IconMoveItemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemSharp: React.FC = ({ ...props }) => ( +export const IconMoveItemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveItemSharp as default } diff --git a/src/IconMoveItemSharpFilled.tsx b/src/IconMoveItemSharpFilled.tsx index d2f4de450..808814181 100644 --- a/src/IconMoveItemSharpFilled.tsx +++ b/src/IconMoveItemSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveItemSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveItemSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveItemSharpFilled as default } diff --git a/src/IconMoveLocationOutlined.tsx b/src/IconMoveLocationOutlined.tsx index 812e1045d..b96d6f961 100644 --- a/src/IconMoveLocationOutlined.tsx +++ b/src/IconMoveLocationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationOutlined: React.FC = ({ ...props }) => ( +export const IconMoveLocationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveLocationOutlined as default } diff --git a/src/IconMoveLocationOutlinedFilled.tsx b/src/IconMoveLocationOutlinedFilled.tsx index dc25d40a0..74df21ea7 100644 --- a/src/IconMoveLocationOutlinedFilled.tsx +++ b/src/IconMoveLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveLocationOutlinedFilled as default } diff --git a/src/IconMoveLocationRounded.tsx b/src/IconMoveLocationRounded.tsx index edf8caaec..ae5c7442c 100644 --- a/src/IconMoveLocationRounded.tsx +++ b/src/IconMoveLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationRounded: React.FC = ({ ...props }) => ( +export const IconMoveLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveLocationRounded as default } diff --git a/src/IconMoveLocationRoundedFilled.tsx b/src/IconMoveLocationRoundedFilled.tsx index 6bcdb6e43..1d32f2a7c 100644 --- a/src/IconMoveLocationRoundedFilled.tsx +++ b/src/IconMoveLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveLocationRoundedFilled as default } diff --git a/src/IconMoveLocationSharp.tsx b/src/IconMoveLocationSharp.tsx index 03a5bea9f..85a7ec508 100644 --- a/src/IconMoveLocationSharp.tsx +++ b/src/IconMoveLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationSharp: React.FC = ({ ...props }) => ( +export const IconMoveLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveLocationSharp as default } diff --git a/src/IconMoveLocationSharpFilled.tsx b/src/IconMoveLocationSharpFilled.tsx index 144344d7a..2c1d30230 100644 --- a/src/IconMoveLocationSharpFilled.tsx +++ b/src/IconMoveLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveLocationSharpFilled as default } diff --git a/src/IconMoveOutlined.tsx b/src/IconMoveOutlined.tsx index 6c0e97d25..1f258038e 100644 --- a/src/IconMoveOutlined.tsx +++ b/src/IconMoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveOutlined: React.FC = ({ ...props }) => ( +export const IconMoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveOutlined as default } diff --git a/src/IconMoveOutlinedFilled.tsx b/src/IconMoveOutlinedFilled.tsx index 7cae8f96c..d4bdc51b4 100644 --- a/src/IconMoveOutlinedFilled.tsx +++ b/src/IconMoveOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveOutlinedFilled as default } diff --git a/src/IconMoveRounded.tsx b/src/IconMoveRounded.tsx index 398034748..6ca3fc5f6 100644 --- a/src/IconMoveRounded.tsx +++ b/src/IconMoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveRounded: React.FC = ({ ...props }) => ( +export const IconMoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveRounded as default } diff --git a/src/IconMoveRoundedFilled.tsx b/src/IconMoveRoundedFilled.tsx index e90defca5..e49a6d055 100644 --- a/src/IconMoveRoundedFilled.tsx +++ b/src/IconMoveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveRoundedFilled as default } diff --git a/src/IconMoveSelectionDownOutlined.tsx b/src/IconMoveSelectionDownOutlined.tsx index 5480f78f8..dc166f2bd 100644 --- a/src/IconMoveSelectionDownOutlined.tsx +++ b/src/IconMoveSelectionDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownOutlined: React.FC = ({ ...props }) => ( +export const IconMoveSelectionDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionDownOutlined as default } diff --git a/src/IconMoveSelectionDownOutlinedFilled.tsx b/src/IconMoveSelectionDownOutlinedFilled.tsx index eed0abf0a..14348a547 100644 --- a/src/IconMoveSelectionDownOutlinedFilled.tsx +++ b/src/IconMoveSelectionDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownOutlinedFilled: React.FC = ({ +export const IconMoveSelectionDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionDownOutlinedFilled: React.FC = ({ ) - -export { IconMoveSelectionDownOutlinedFilled as default } diff --git a/src/IconMoveSelectionDownRounded.tsx b/src/IconMoveSelectionDownRounded.tsx index e8bd988db..f24867542 100644 --- a/src/IconMoveSelectionDownRounded.tsx +++ b/src/IconMoveSelectionDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownRounded: React.FC = ({ ...props }) => ( +export const IconMoveSelectionDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionDownRounded as default } diff --git a/src/IconMoveSelectionDownRoundedFilled.tsx b/src/IconMoveSelectionDownRoundedFilled.tsx index 1a134c6e5..99b3f2adc 100644 --- a/src/IconMoveSelectionDownRoundedFilled.tsx +++ b/src/IconMoveSelectionDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownRoundedFilled: React.FC = ({ +export const IconMoveSelectionDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionDownRoundedFilled: React.FC = ({ ) - -export { IconMoveSelectionDownRoundedFilled as default } diff --git a/src/IconMoveSelectionDownSharp.tsx b/src/IconMoveSelectionDownSharp.tsx index 2f040af45..00f234b4c 100644 --- a/src/IconMoveSelectionDownSharp.tsx +++ b/src/IconMoveSelectionDownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownSharp: React.FC = ({ ...props }) => ( +export const IconMoveSelectionDownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionDownSharp as default } diff --git a/src/IconMoveSelectionDownSharpFilled.tsx b/src/IconMoveSelectionDownSharpFilled.tsx index 87231072e..9e847adf8 100644 --- a/src/IconMoveSelectionDownSharpFilled.tsx +++ b/src/IconMoveSelectionDownSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionDownSharpFilled: React.FC = ({ +export const IconMoveSelectionDownSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionDownSharpFilled: React.FC = ({ ) - -export { IconMoveSelectionDownSharpFilled as default } diff --git a/src/IconMoveSelectionLeftOutlined.tsx b/src/IconMoveSelectionLeftOutlined.tsx index 6f9aece29..966d0f020 100644 --- a/src/IconMoveSelectionLeftOutlined.tsx +++ b/src/IconMoveSelectionLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftOutlined: React.FC = ({ ...props }) => ( +export const IconMoveSelectionLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionLeftOutlined as default } diff --git a/src/IconMoveSelectionLeftOutlinedFilled.tsx b/src/IconMoveSelectionLeftOutlinedFilled.tsx index ced10e41e..ac68637e9 100644 --- a/src/IconMoveSelectionLeftOutlinedFilled.tsx +++ b/src/IconMoveSelectionLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftOutlinedFilled: React.FC = ({ +export const IconMoveSelectionLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionLeftOutlinedFilled: React.FC = ({ ) - -export { IconMoveSelectionLeftOutlinedFilled as default } diff --git a/src/IconMoveSelectionLeftRounded.tsx b/src/IconMoveSelectionLeftRounded.tsx index 1b9a52a75..e57ed693e 100644 --- a/src/IconMoveSelectionLeftRounded.tsx +++ b/src/IconMoveSelectionLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftRounded: React.FC = ({ ...props }) => ( +export const IconMoveSelectionLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionLeftRounded as default } diff --git a/src/IconMoveSelectionLeftRoundedFilled.tsx b/src/IconMoveSelectionLeftRoundedFilled.tsx index 2b110963c..e6ab4f1d0 100644 --- a/src/IconMoveSelectionLeftRoundedFilled.tsx +++ b/src/IconMoveSelectionLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftRoundedFilled: React.FC = ({ +export const IconMoveSelectionLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionLeftRoundedFilled: React.FC = ({ ) - -export { IconMoveSelectionLeftRoundedFilled as default } diff --git a/src/IconMoveSelectionLeftSharp.tsx b/src/IconMoveSelectionLeftSharp.tsx index bb17b89a6..e2e918988 100644 --- a/src/IconMoveSelectionLeftSharp.tsx +++ b/src/IconMoveSelectionLeftSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftSharp: React.FC = ({ ...props }) => ( +export const IconMoveSelectionLeftSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionLeftSharp as default } diff --git a/src/IconMoveSelectionLeftSharpFilled.tsx b/src/IconMoveSelectionLeftSharpFilled.tsx index 509d6babb..711d6c440 100644 --- a/src/IconMoveSelectionLeftSharpFilled.tsx +++ b/src/IconMoveSelectionLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionLeftSharpFilled: React.FC = ({ +export const IconMoveSelectionLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionLeftSharpFilled: React.FC = ({ ) - -export { IconMoveSelectionLeftSharpFilled as default } diff --git a/src/IconMoveSelectionRightOutlined.tsx b/src/IconMoveSelectionRightOutlined.tsx index 3c1a8c05d..3f4d8ee87 100644 --- a/src/IconMoveSelectionRightOutlined.tsx +++ b/src/IconMoveSelectionRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightOutlined: React.FC = ({ ...props }) => ( +export const IconMoveSelectionRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionRightOutlined as default } diff --git a/src/IconMoveSelectionRightOutlinedFilled.tsx b/src/IconMoveSelectionRightOutlinedFilled.tsx index a89fe8e89..25da1e17d 100644 --- a/src/IconMoveSelectionRightOutlinedFilled.tsx +++ b/src/IconMoveSelectionRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightOutlinedFilled: React.FC = ({ +export const IconMoveSelectionRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionRightOutlinedFilled: React.FC = ({ ) - -export { IconMoveSelectionRightOutlinedFilled as default } diff --git a/src/IconMoveSelectionRightRounded.tsx b/src/IconMoveSelectionRightRounded.tsx index 9b451cd7a..8bb03ed25 100644 --- a/src/IconMoveSelectionRightRounded.tsx +++ b/src/IconMoveSelectionRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightRounded: React.FC = ({ ...props }) => ( +export const IconMoveSelectionRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionRightRounded as default } diff --git a/src/IconMoveSelectionRightRoundedFilled.tsx b/src/IconMoveSelectionRightRoundedFilled.tsx index c5cc77663..53283fd19 100644 --- a/src/IconMoveSelectionRightRoundedFilled.tsx +++ b/src/IconMoveSelectionRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightRoundedFilled: React.FC = ({ +export const IconMoveSelectionRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionRightRoundedFilled: React.FC = ({ ) - -export { IconMoveSelectionRightRoundedFilled as default } diff --git a/src/IconMoveSelectionRightSharp.tsx b/src/IconMoveSelectionRightSharp.tsx index 0c9706e33..4f839028a 100644 --- a/src/IconMoveSelectionRightSharp.tsx +++ b/src/IconMoveSelectionRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightSharp: React.FC = ({ ...props }) => ( +export const IconMoveSelectionRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionRightSharp as default } diff --git a/src/IconMoveSelectionRightSharpFilled.tsx b/src/IconMoveSelectionRightSharpFilled.tsx index 97ef1500a..ee0525b8d 100644 --- a/src/IconMoveSelectionRightSharpFilled.tsx +++ b/src/IconMoveSelectionRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionRightSharpFilled: React.FC = ({ +export const IconMoveSelectionRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionRightSharpFilled: React.FC = ({ ) - -export { IconMoveSelectionRightSharpFilled as default } diff --git a/src/IconMoveSelectionUpOutlined.tsx b/src/IconMoveSelectionUpOutlined.tsx index ad7c9f158..d3267b8f2 100644 --- a/src/IconMoveSelectionUpOutlined.tsx +++ b/src/IconMoveSelectionUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpOutlined: React.FC = ({ ...props }) => ( +export const IconMoveSelectionUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionUpOutlined as default } diff --git a/src/IconMoveSelectionUpOutlinedFilled.tsx b/src/IconMoveSelectionUpOutlinedFilled.tsx index d6d095f89..9a08d8684 100644 --- a/src/IconMoveSelectionUpOutlinedFilled.tsx +++ b/src/IconMoveSelectionUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpOutlinedFilled: React.FC = ({ +export const IconMoveSelectionUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionUpOutlinedFilled: React.FC = ({ ) - -export { IconMoveSelectionUpOutlinedFilled as default } diff --git a/src/IconMoveSelectionUpRounded.tsx b/src/IconMoveSelectionUpRounded.tsx index 735471c73..f551b543d 100644 --- a/src/IconMoveSelectionUpRounded.tsx +++ b/src/IconMoveSelectionUpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpRounded: React.FC = ({ ...props }) => ( +export const IconMoveSelectionUpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionUpRounded as default } diff --git a/src/IconMoveSelectionUpRoundedFilled.tsx b/src/IconMoveSelectionUpRoundedFilled.tsx index 264e8c26a..46d295a17 100644 --- a/src/IconMoveSelectionUpRoundedFilled.tsx +++ b/src/IconMoveSelectionUpRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpRoundedFilled: React.FC = ({ +export const IconMoveSelectionUpRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMoveSelectionUpRoundedFilled: React.FC = ({ ) - -export { IconMoveSelectionUpRoundedFilled as default } diff --git a/src/IconMoveSelectionUpSharp.tsx b/src/IconMoveSelectionUpSharp.tsx index 430ab2665..abb7e2824 100644 --- a/src/IconMoveSelectionUpSharp.tsx +++ b/src/IconMoveSelectionUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpSharp: React.FC = ({ ...props }) => ( +export const IconMoveSelectionUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionUpSharp as default } diff --git a/src/IconMoveSelectionUpSharpFilled.tsx b/src/IconMoveSelectionUpSharpFilled.tsx index f4aba2c2f..d0e352273 100644 --- a/src/IconMoveSelectionUpSharpFilled.tsx +++ b/src/IconMoveSelectionUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSelectionUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveSelectionUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveSelectionUpSharpFilled as default } diff --git a/src/IconMoveSharp.tsx b/src/IconMoveSharp.tsx index 8b1d17e4c..eb70fbad5 100644 --- a/src/IconMoveSharp.tsx +++ b/src/IconMoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSharp: React.FC = ({ ...props }) => ( +export const IconMoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveSharp as default } diff --git a/src/IconMoveSharpFilled.tsx b/src/IconMoveSharpFilled.tsx index d870bd5b6..c5a6cdc01 100644 --- a/src/IconMoveSharpFilled.tsx +++ b/src/IconMoveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveSharpFilled as default } diff --git a/src/IconMoveToInboxOutlined.tsx b/src/IconMoveToInboxOutlined.tsx index acb20d6c4..d05aa28a3 100644 --- a/src/IconMoveToInboxOutlined.tsx +++ b/src/IconMoveToInboxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxOutlined: React.FC = ({ ...props }) => ( +export const IconMoveToInboxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxOutlined as default } diff --git a/src/IconMoveToInboxOutlinedFilled.tsx b/src/IconMoveToInboxOutlinedFilled.tsx index b284afe14..9c662c9ab 100644 --- a/src/IconMoveToInboxOutlinedFilled.tsx +++ b/src/IconMoveToInboxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveToInboxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxOutlinedFilled as default } diff --git a/src/IconMoveToInboxRounded.tsx b/src/IconMoveToInboxRounded.tsx index 87b406473..1c185b984 100644 --- a/src/IconMoveToInboxRounded.tsx +++ b/src/IconMoveToInboxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxRounded: React.FC = ({ ...props }) => ( +export const IconMoveToInboxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxRounded as default } diff --git a/src/IconMoveToInboxRoundedFilled.tsx b/src/IconMoveToInboxRoundedFilled.tsx index 8c42fb3a4..4276ef636 100644 --- a/src/IconMoveToInboxRoundedFilled.tsx +++ b/src/IconMoveToInboxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveToInboxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxRoundedFilled as default } diff --git a/src/IconMoveToInboxSharp.tsx b/src/IconMoveToInboxSharp.tsx index 5b105215e..b9b71ef1d 100644 --- a/src/IconMoveToInboxSharp.tsx +++ b/src/IconMoveToInboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxSharp: React.FC = ({ ...props }) => ( +export const IconMoveToInboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxSharp as default } diff --git a/src/IconMoveToInboxSharpFilled.tsx b/src/IconMoveToInboxSharpFilled.tsx index 39a1ce388..caa251e46 100644 --- a/src/IconMoveToInboxSharpFilled.tsx +++ b/src/IconMoveToInboxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMoveToInboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveToInboxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMoveToInboxSharpFilled as default } diff --git a/src/IconMoveUpOutlined.tsx b/src/IconMoveUpOutlined.tsx index f6dccafc2..c0952a21e 100644 --- a/src/IconMoveUpOutlined.tsx +++ b/src/IconMoveUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpOutlined: React.FC = ({ ...props }) => ( +export const IconMoveUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpOutlined as default } diff --git a/src/IconMoveUpOutlinedFilled.tsx b/src/IconMoveUpOutlinedFilled.tsx index 21e5cc25f..a35677ecb 100644 --- a/src/IconMoveUpOutlinedFilled.tsx +++ b/src/IconMoveUpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMoveUpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpOutlinedFilled as default } diff --git a/src/IconMoveUpRounded.tsx b/src/IconMoveUpRounded.tsx index 8cfbfd772..c9ef11401 100644 --- a/src/IconMoveUpRounded.tsx +++ b/src/IconMoveUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpRounded: React.FC = ({ ...props }) => ( +export const IconMoveUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpRounded as default } diff --git a/src/IconMoveUpRoundedFilled.tsx b/src/IconMoveUpRoundedFilled.tsx index 9fa099b9a..8f4080730 100644 --- a/src/IconMoveUpRoundedFilled.tsx +++ b/src/IconMoveUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMoveUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpRoundedFilled as default } diff --git a/src/IconMoveUpSharp.tsx b/src/IconMoveUpSharp.tsx index d6671b3d2..eb3450a4d 100644 --- a/src/IconMoveUpSharp.tsx +++ b/src/IconMoveUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpSharp: React.FC = ({ ...props }) => ( +export const IconMoveUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpSharp as default } diff --git a/src/IconMoveUpSharpFilled.tsx b/src/IconMoveUpSharpFilled.tsx index 7129bc0b6..9459cd24d 100644 --- a/src/IconMoveUpSharpFilled.tsx +++ b/src/IconMoveUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMoveUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconMoveUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMoveUpSharpFilled as default } diff --git a/src/IconMovedLocationOutlined.tsx b/src/IconMovedLocationOutlined.tsx index 3f4db3280..a9e4a86ad 100644 --- a/src/IconMovedLocationOutlined.tsx +++ b/src/IconMovedLocationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationOutlined: React.FC = ({ ...props }) => ( +export const IconMovedLocationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovedLocationOutlined as default } diff --git a/src/IconMovedLocationOutlinedFilled.tsx b/src/IconMovedLocationOutlinedFilled.tsx index d357cb571..2867643ba 100644 --- a/src/IconMovedLocationOutlinedFilled.tsx +++ b/src/IconMovedLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovedLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovedLocationOutlinedFilled as default } diff --git a/src/IconMovedLocationRounded.tsx b/src/IconMovedLocationRounded.tsx index 580f7993f..d4ba75b64 100644 --- a/src/IconMovedLocationRounded.tsx +++ b/src/IconMovedLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationRounded: React.FC = ({ ...props }) => ( +export const IconMovedLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovedLocationRounded as default } diff --git a/src/IconMovedLocationRoundedFilled.tsx b/src/IconMovedLocationRoundedFilled.tsx index a1b595178..dd28eeced 100644 --- a/src/IconMovedLocationRoundedFilled.tsx +++ b/src/IconMovedLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovedLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovedLocationRoundedFilled as default } diff --git a/src/IconMovedLocationSharp.tsx b/src/IconMovedLocationSharp.tsx index fcd76ffd2..2ef249055 100644 --- a/src/IconMovedLocationSharp.tsx +++ b/src/IconMovedLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationSharp: React.FC = ({ ...props }) => ( +export const IconMovedLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovedLocationSharp as default } diff --git a/src/IconMovedLocationSharpFilled.tsx b/src/IconMovedLocationSharpFilled.tsx index 4d3b34096..2e221fe96 100644 --- a/src/IconMovedLocationSharpFilled.tsx +++ b/src/IconMovedLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovedLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovedLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovedLocationSharpFilled as default } diff --git a/src/IconMovieEditOutlined.tsx b/src/IconMovieEditOutlined.tsx index d6e3b9e7d..9ef55b3a3 100644 --- a/src/IconMovieEditOutlined.tsx +++ b/src/IconMovieEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditOutlined: React.FC = ({ ...props }) => ( +export const IconMovieEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieEditOutlined as default } diff --git a/src/IconMovieEditOutlinedFilled.tsx b/src/IconMovieEditOutlinedFilled.tsx index 21443175d..c520357e6 100644 --- a/src/IconMovieEditOutlinedFilled.tsx +++ b/src/IconMovieEditOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovieEditOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieEditOutlinedFilled as default } diff --git a/src/IconMovieEditRounded.tsx b/src/IconMovieEditRounded.tsx index fd988dbb5..a18030552 100644 --- a/src/IconMovieEditRounded.tsx +++ b/src/IconMovieEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditRounded: React.FC = ({ ...props }) => ( +export const IconMovieEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieEditRounded as default } diff --git a/src/IconMovieEditRoundedFilled.tsx b/src/IconMovieEditRoundedFilled.tsx index 04ec5b3fc..9893edda9 100644 --- a/src/IconMovieEditRoundedFilled.tsx +++ b/src/IconMovieEditRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovieEditRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieEditRoundedFilled as default } diff --git a/src/IconMovieEditSharp.tsx b/src/IconMovieEditSharp.tsx index 406eb8f29..8f0656b34 100644 --- a/src/IconMovieEditSharp.tsx +++ b/src/IconMovieEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditSharp: React.FC = ({ ...props }) => ( +export const IconMovieEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieEditSharp as default } diff --git a/src/IconMovieEditSharpFilled.tsx b/src/IconMovieEditSharpFilled.tsx index 4d840ec05..dc2ed0e30 100644 --- a/src/IconMovieEditSharpFilled.tsx +++ b/src/IconMovieEditSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovieEditSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieEditSharpFilled as default } diff --git a/src/IconMovieInfoOutlined.tsx b/src/IconMovieInfoOutlined.tsx index 578ab47ee..7ec9f282d 100644 --- a/src/IconMovieInfoOutlined.tsx +++ b/src/IconMovieInfoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoOutlined: React.FC = ({ ...props }) => ( +export const IconMovieInfoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieInfoOutlined as default } diff --git a/src/IconMovieInfoOutlinedFilled.tsx b/src/IconMovieInfoOutlinedFilled.tsx index 1a5b04db8..005e5b960 100644 --- a/src/IconMovieInfoOutlinedFilled.tsx +++ b/src/IconMovieInfoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovieInfoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieInfoOutlinedFilled as default } diff --git a/src/IconMovieInfoRounded.tsx b/src/IconMovieInfoRounded.tsx index e07d97c97..3969f94cd 100644 --- a/src/IconMovieInfoRounded.tsx +++ b/src/IconMovieInfoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoRounded: React.FC = ({ ...props }) => ( +export const IconMovieInfoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieInfoRounded as default } diff --git a/src/IconMovieInfoRoundedFilled.tsx b/src/IconMovieInfoRoundedFilled.tsx index 5ae8bf22b..2768399a8 100644 --- a/src/IconMovieInfoRoundedFilled.tsx +++ b/src/IconMovieInfoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovieInfoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieInfoRoundedFilled as default } diff --git a/src/IconMovieInfoSharp.tsx b/src/IconMovieInfoSharp.tsx index 389fbec60..e9e782c53 100644 --- a/src/IconMovieInfoSharp.tsx +++ b/src/IconMovieInfoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoSharp: React.FC = ({ ...props }) => ( +export const IconMovieInfoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieInfoSharp as default } diff --git a/src/IconMovieInfoSharpFilled.tsx b/src/IconMovieInfoSharpFilled.tsx index 02d2ae1be..5addc9f2f 100644 --- a/src/IconMovieInfoSharpFilled.tsx +++ b/src/IconMovieInfoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieInfoSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovieInfoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieInfoSharpFilled as default } diff --git a/src/IconMovieOffOutlined.tsx b/src/IconMovieOffOutlined.tsx index eb6107b56..b8261f396 100644 --- a/src/IconMovieOffOutlined.tsx +++ b/src/IconMovieOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffOutlined: React.FC = ({ ...props }) => ( +export const IconMovieOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOffOutlined as default } diff --git a/src/IconMovieOffOutlinedFilled.tsx b/src/IconMovieOffOutlinedFilled.tsx index d2f172734..13e5a9530 100644 --- a/src/IconMovieOffOutlinedFilled.tsx +++ b/src/IconMovieOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovieOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieOffOutlinedFilled as default } diff --git a/src/IconMovieOffRounded.tsx b/src/IconMovieOffRounded.tsx index acf8e540d..0468ecba7 100644 --- a/src/IconMovieOffRounded.tsx +++ b/src/IconMovieOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffRounded: React.FC = ({ ...props }) => ( +export const IconMovieOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOffRounded as default } diff --git a/src/IconMovieOffRoundedFilled.tsx b/src/IconMovieOffRoundedFilled.tsx index 56f1fe87b..d0b90ea51 100644 --- a/src/IconMovieOffRoundedFilled.tsx +++ b/src/IconMovieOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovieOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovieOffRoundedFilled as default } diff --git a/src/IconMovieOffSharp.tsx b/src/IconMovieOffSharp.tsx index 30206ed7a..bd002a65c 100644 --- a/src/IconMovieOffSharp.tsx +++ b/src/IconMovieOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffSharp: React.FC = ({ ...props }) => ( +export const IconMovieOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOffSharp as default } diff --git a/src/IconMovieOffSharpFilled.tsx b/src/IconMovieOffSharpFilled.tsx index ef15c143a..7af09edc8 100644 --- a/src/IconMovieOffSharpFilled.tsx +++ b/src/IconMovieOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovieOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOffSharpFilled as default } diff --git a/src/IconMovieOutlined.tsx b/src/IconMovieOutlined.tsx index a4b994366..3fa8b7420 100644 --- a/src/IconMovieOutlined.tsx +++ b/src/IconMovieOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOutlined: React.FC = ({ ...props }) => ( +export const IconMovieOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOutlined as default } diff --git a/src/IconMovieOutlinedFilled.tsx b/src/IconMovieOutlinedFilled.tsx index af26ff429..13089dbc2 100644 --- a/src/IconMovieOutlinedFilled.tsx +++ b/src/IconMovieOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovieOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieOutlinedFilled as default } diff --git a/src/IconMovieRounded.tsx b/src/IconMovieRounded.tsx index 7b57fb904..e055b227a 100644 --- a/src/IconMovieRounded.tsx +++ b/src/IconMovieRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieRounded: React.FC = ({ ...props }) => ( +export const IconMovieRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieRounded as default } diff --git a/src/IconMovieRoundedFilled.tsx b/src/IconMovieRoundedFilled.tsx index 32249443e..90d0e36b8 100644 --- a/src/IconMovieRoundedFilled.tsx +++ b/src/IconMovieRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovieRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieRoundedFilled as default } diff --git a/src/IconMovieSharp.tsx b/src/IconMovieSharp.tsx index 4ef174831..0efc0e455 100644 --- a/src/IconMovieSharp.tsx +++ b/src/IconMovieSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieSharp: React.FC = ({ ...props }) => ( +export const IconMovieSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieSharp as default } diff --git a/src/IconMovieSharpFilled.tsx b/src/IconMovieSharpFilled.tsx index 74f5dca45..e739beac7 100644 --- a/src/IconMovieSharpFilled.tsx +++ b/src/IconMovieSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovieSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovieSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovieSharpFilled as default } diff --git a/src/IconMovingBedsOutlined.tsx b/src/IconMovingBedsOutlined.tsx index 4c73ec34a..753885bd5 100644 --- a/src/IconMovingBedsOutlined.tsx +++ b/src/IconMovingBedsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsOutlined: React.FC = ({ ...props }) => ( +export const IconMovingBedsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingBedsOutlined as default } diff --git a/src/IconMovingBedsOutlinedFilled.tsx b/src/IconMovingBedsOutlinedFilled.tsx index 100a9ca3e..914ca718d 100644 --- a/src/IconMovingBedsOutlinedFilled.tsx +++ b/src/IconMovingBedsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovingBedsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingBedsOutlinedFilled as default } diff --git a/src/IconMovingBedsRounded.tsx b/src/IconMovingBedsRounded.tsx index a7d495c5c..7a2125c50 100644 --- a/src/IconMovingBedsRounded.tsx +++ b/src/IconMovingBedsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsRounded: React.FC = ({ ...props }) => ( +export const IconMovingBedsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingBedsRounded as default } diff --git a/src/IconMovingBedsRoundedFilled.tsx b/src/IconMovingBedsRoundedFilled.tsx index 85d2dc3ba..1568096bc 100644 --- a/src/IconMovingBedsRoundedFilled.tsx +++ b/src/IconMovingBedsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovingBedsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingBedsRoundedFilled as default } diff --git a/src/IconMovingBedsSharp.tsx b/src/IconMovingBedsSharp.tsx index 47db8344c..175f4a1d0 100644 --- a/src/IconMovingBedsSharp.tsx +++ b/src/IconMovingBedsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsSharp: React.FC = ({ ...props }) => ( +export const IconMovingBedsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingBedsSharp as default } diff --git a/src/IconMovingBedsSharpFilled.tsx b/src/IconMovingBedsSharpFilled.tsx index 4d1657b18..6add2a6ac 100644 --- a/src/IconMovingBedsSharpFilled.tsx +++ b/src/IconMovingBedsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingBedsSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovingBedsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingBedsSharpFilled as default } diff --git a/src/IconMovingMinistryOutlined.tsx b/src/IconMovingMinistryOutlined.tsx index 2566f0b72..bab38a457 100644 --- a/src/IconMovingMinistryOutlined.tsx +++ b/src/IconMovingMinistryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistryOutlined: React.FC = ({ ...props }) => ( +export const IconMovingMinistryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingMinistryOutlined as default } diff --git a/src/IconMovingMinistryOutlinedFilled.tsx b/src/IconMovingMinistryOutlinedFilled.tsx index 23f1c3c59..6d0ff106f 100644 --- a/src/IconMovingMinistryOutlinedFilled.tsx +++ b/src/IconMovingMinistryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistryOutlinedFilled: React.FC = ({ +export const IconMovingMinistryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMovingMinistryOutlinedFilled: React.FC = ({ ) - -export { IconMovingMinistryOutlinedFilled as default } diff --git a/src/IconMovingMinistryRounded.tsx b/src/IconMovingMinistryRounded.tsx index 6b1c2810a..25fb00931 100644 --- a/src/IconMovingMinistryRounded.tsx +++ b/src/IconMovingMinistryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistryRounded: React.FC = ({ ...props }) => ( +export const IconMovingMinistryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingMinistryRounded as default } diff --git a/src/IconMovingMinistryRoundedFilled.tsx b/src/IconMovingMinistryRoundedFilled.tsx index bf95c5de5..ef0158ed2 100644 --- a/src/IconMovingMinistryRoundedFilled.tsx +++ b/src/IconMovingMinistryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovingMinistryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingMinistryRoundedFilled as default } diff --git a/src/IconMovingMinistrySharp.tsx b/src/IconMovingMinistrySharp.tsx index 8cab7c72f..5fdd03e1d 100644 --- a/src/IconMovingMinistrySharp.tsx +++ b/src/IconMovingMinistrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistrySharp: React.FC = ({ ...props }) => ( +export const IconMovingMinistrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingMinistrySharp as default } diff --git a/src/IconMovingMinistrySharpFilled.tsx b/src/IconMovingMinistrySharpFilled.tsx index 77c6cb068..ebda96ae3 100644 --- a/src/IconMovingMinistrySharpFilled.tsx +++ b/src/IconMovingMinistrySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMovingMinistrySharpFilled: React.FC = ({ ...props }) => ( +export const IconMovingMinistrySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMovingMinistrySharpFilled as default } diff --git a/src/IconMovingOutlined.tsx b/src/IconMovingOutlined.tsx index 61e325bd5..bda023d33 100644 --- a/src/IconMovingOutlined.tsx +++ b/src/IconMovingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingOutlined: React.FC = ({ ...props }) => ( +export const IconMovingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingOutlined as default } diff --git a/src/IconMovingOutlinedFilled.tsx b/src/IconMovingOutlinedFilled.tsx index 46f2728bc..9e2fb2755 100644 --- a/src/IconMovingOutlinedFilled.tsx +++ b/src/IconMovingOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMovingOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingOutlinedFilled as default } diff --git a/src/IconMovingRounded.tsx b/src/IconMovingRounded.tsx index 19b1fa9f5..d46e21887 100644 --- a/src/IconMovingRounded.tsx +++ b/src/IconMovingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingRounded: React.FC = ({ ...props }) => ( +export const IconMovingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingRounded as default } diff --git a/src/IconMovingRoundedFilled.tsx b/src/IconMovingRoundedFilled.tsx index 81322b567..0cae01047 100644 --- a/src/IconMovingRoundedFilled.tsx +++ b/src/IconMovingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMovingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingRoundedFilled as default } diff --git a/src/IconMovingSharp.tsx b/src/IconMovingSharp.tsx index da3f6de58..2cbdd2ed1 100644 --- a/src/IconMovingSharp.tsx +++ b/src/IconMovingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingSharp: React.FC = ({ ...props }) => ( +export const IconMovingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingSharp as default } diff --git a/src/IconMovingSharpFilled.tsx b/src/IconMovingSharpFilled.tsx index c6f8a46b5..e2b183228 100644 --- a/src/IconMovingSharpFilled.tsx +++ b/src/IconMovingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMovingSharpFilled: React.FC = ({ ...props }) => ( +export const IconMovingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMovingSharpFilled as default } diff --git a/src/IconMpOutlined.tsx b/src/IconMpOutlined.tsx index c81927fe1..ef6093555 100644 --- a/src/IconMpOutlined.tsx +++ b/src/IconMpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpOutlined: React.FC = ({ ...props }) => ( +export const IconMpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpOutlined as default } diff --git a/src/IconMpOutlinedFilled.tsx b/src/IconMpOutlinedFilled.tsx index a7997d9c0..22d3c5084 100644 --- a/src/IconMpOutlinedFilled.tsx +++ b/src/IconMpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpOutlinedFilled as default } diff --git a/src/IconMpRounded.tsx b/src/IconMpRounded.tsx index 17774f5f6..5ab1335ba 100644 --- a/src/IconMpRounded.tsx +++ b/src/IconMpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpRounded: React.FC = ({ ...props }) => ( +export const IconMpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpRounded as default } diff --git a/src/IconMpRoundedFilled.tsx b/src/IconMpRoundedFilled.tsx index 657c994a3..89fec67ec 100644 --- a/src/IconMpRoundedFilled.tsx +++ b/src/IconMpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpRoundedFilled as default } diff --git a/src/IconMpSharp.tsx b/src/IconMpSharp.tsx index 6cd4720cb..bcc687437 100644 --- a/src/IconMpSharp.tsx +++ b/src/IconMpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpSharp: React.FC = ({ ...props }) => ( +export const IconMpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpSharp as default } diff --git a/src/IconMpSharpFilled.tsx b/src/IconMpSharpFilled.tsx index b7e86d2e5..3335f1195 100644 --- a/src/IconMpSharpFilled.tsx +++ b/src/IconMpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMpSharpFilled: React.FC = ({ ...props }) => ( +export const IconMpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMpSharpFilled as default } diff --git a/src/IconMulticookerOutlined.tsx b/src/IconMulticookerOutlined.tsx index 49e06c2d5..1f21d1ae9 100644 --- a/src/IconMulticookerOutlined.tsx +++ b/src/IconMulticookerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerOutlined: React.FC = ({ ...props }) => ( +export const IconMulticookerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMulticookerOutlined as default } diff --git a/src/IconMulticookerOutlinedFilled.tsx b/src/IconMulticookerOutlinedFilled.tsx index e0c741ad1..204030541 100644 --- a/src/IconMulticookerOutlinedFilled.tsx +++ b/src/IconMulticookerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMulticookerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMulticookerOutlinedFilled as default } diff --git a/src/IconMulticookerRounded.tsx b/src/IconMulticookerRounded.tsx index 296bf88b0..5b5ab3209 100644 --- a/src/IconMulticookerRounded.tsx +++ b/src/IconMulticookerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerRounded: React.FC = ({ ...props }) => ( +export const IconMulticookerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMulticookerRounded as default } diff --git a/src/IconMulticookerRoundedFilled.tsx b/src/IconMulticookerRoundedFilled.tsx index 3e48a2dd6..f22532ef1 100644 --- a/src/IconMulticookerRoundedFilled.tsx +++ b/src/IconMulticookerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMulticookerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMulticookerRoundedFilled as default } diff --git a/src/IconMulticookerSharp.tsx b/src/IconMulticookerSharp.tsx index 5a961f4b5..d607cce4e 100644 --- a/src/IconMulticookerSharp.tsx +++ b/src/IconMulticookerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerSharp: React.FC = ({ ...props }) => ( +export const IconMulticookerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMulticookerSharp as default } diff --git a/src/IconMulticookerSharpFilled.tsx b/src/IconMulticookerSharpFilled.tsx index 316668d8c..c7a6d866d 100644 --- a/src/IconMulticookerSharpFilled.tsx +++ b/src/IconMulticookerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMulticookerSharpFilled: React.FC = ({ ...props }) => ( +export const IconMulticookerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMulticookerSharpFilled as default } diff --git a/src/IconMultilineChartOutlined.tsx b/src/IconMultilineChartOutlined.tsx index 3d60c6022..e9947d979 100644 --- a/src/IconMultilineChartOutlined.tsx +++ b/src/IconMultilineChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartOutlined: React.FC = ({ ...props }) => ( +export const IconMultilineChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultilineChartOutlined as default } diff --git a/src/IconMultilineChartOutlinedFilled.tsx b/src/IconMultilineChartOutlinedFilled.tsx index 641314cf1..d6a755f65 100644 --- a/src/IconMultilineChartOutlinedFilled.tsx +++ b/src/IconMultilineChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartOutlinedFilled: React.FC = ({ +export const IconMultilineChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMultilineChartOutlinedFilled: React.FC = ({ ) - -export { IconMultilineChartOutlinedFilled as default } diff --git a/src/IconMultilineChartRounded.tsx b/src/IconMultilineChartRounded.tsx index 38e8c79d4..35349359a 100644 --- a/src/IconMultilineChartRounded.tsx +++ b/src/IconMultilineChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartRounded: React.FC = ({ ...props }) => ( +export const IconMultilineChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultilineChartRounded as default } diff --git a/src/IconMultilineChartRoundedFilled.tsx b/src/IconMultilineChartRoundedFilled.tsx index 9c4dde392..1c659a4c1 100644 --- a/src/IconMultilineChartRoundedFilled.tsx +++ b/src/IconMultilineChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMultilineChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultilineChartRoundedFilled as default } diff --git a/src/IconMultilineChartSharp.tsx b/src/IconMultilineChartSharp.tsx index 66cc9409d..c411478a6 100644 --- a/src/IconMultilineChartSharp.tsx +++ b/src/IconMultilineChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartSharp: React.FC = ({ ...props }) => ( +export const IconMultilineChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMultilineChartSharp as default } diff --git a/src/IconMultilineChartSharpFilled.tsx b/src/IconMultilineChartSharpFilled.tsx index ba4ab098d..4fbdbc457 100644 --- a/src/IconMultilineChartSharpFilled.tsx +++ b/src/IconMultilineChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultilineChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconMultilineChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultilineChartSharpFilled as default } diff --git a/src/IconMultimodalHandEyeOutlined.tsx b/src/IconMultimodalHandEyeOutlined.tsx index a17f0c8ea..79b588a9f 100644 --- a/src/IconMultimodalHandEyeOutlined.tsx +++ b/src/IconMultimodalHandEyeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeOutlined: React.FC = ({ ...props }) => ( +export const IconMultimodalHandEyeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultimodalHandEyeOutlined as default } diff --git a/src/IconMultimodalHandEyeOutlinedFilled.tsx b/src/IconMultimodalHandEyeOutlinedFilled.tsx index 10e54c65a..b12489e60 100644 --- a/src/IconMultimodalHandEyeOutlinedFilled.tsx +++ b/src/IconMultimodalHandEyeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeOutlinedFilled: React.FC = ({ +export const IconMultimodalHandEyeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMultimodalHandEyeOutlinedFilled: React.FC = ({ ) - -export { IconMultimodalHandEyeOutlinedFilled as default } diff --git a/src/IconMultimodalHandEyeRounded.tsx b/src/IconMultimodalHandEyeRounded.tsx index e948d74c0..7166ddb42 100644 --- a/src/IconMultimodalHandEyeRounded.tsx +++ b/src/IconMultimodalHandEyeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeRounded: React.FC = ({ ...props }) => ( +export const IconMultimodalHandEyeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultimodalHandEyeRounded as default } diff --git a/src/IconMultimodalHandEyeRoundedFilled.tsx b/src/IconMultimodalHandEyeRoundedFilled.tsx index 9e1d27e2b..619d06e12 100644 --- a/src/IconMultimodalHandEyeRoundedFilled.tsx +++ b/src/IconMultimodalHandEyeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeRoundedFilled: React.FC = ({ +export const IconMultimodalHandEyeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMultimodalHandEyeRoundedFilled: React.FC = ({ ) - -export { IconMultimodalHandEyeRoundedFilled as default } diff --git a/src/IconMultimodalHandEyeSharp.tsx b/src/IconMultimodalHandEyeSharp.tsx index 34db9b9bb..406440d6b 100644 --- a/src/IconMultimodalHandEyeSharp.tsx +++ b/src/IconMultimodalHandEyeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeSharp: React.FC = ({ ...props }) => ( +export const IconMultimodalHandEyeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultimodalHandEyeSharp as default } diff --git a/src/IconMultimodalHandEyeSharpFilled.tsx b/src/IconMultimodalHandEyeSharpFilled.tsx index 4568d24d4..d698087dd 100644 --- a/src/IconMultimodalHandEyeSharpFilled.tsx +++ b/src/IconMultimodalHandEyeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconMultimodalHandEyeSharpFilled: React.FC = ({ +export const IconMultimodalHandEyeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconMultimodalHandEyeSharpFilled: React.FC = ({ ) - -export { IconMultimodalHandEyeSharpFilled as default } diff --git a/src/IconMultipleStopOutlined.tsx b/src/IconMultipleStopOutlined.tsx index 64e3c0f22..8c2022da1 100644 --- a/src/IconMultipleStopOutlined.tsx +++ b/src/IconMultipleStopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopOutlined: React.FC = ({ ...props }) => ( +export const IconMultipleStopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMultipleStopOutlined as default } diff --git a/src/IconMultipleStopOutlinedFilled.tsx b/src/IconMultipleStopOutlinedFilled.tsx index 105f6f9bf..f54c89c4f 100644 --- a/src/IconMultipleStopOutlinedFilled.tsx +++ b/src/IconMultipleStopOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMultipleStopOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultipleStopOutlinedFilled as default } diff --git a/src/IconMultipleStopRounded.tsx b/src/IconMultipleStopRounded.tsx index 7b45d53a0..401f70f5f 100644 --- a/src/IconMultipleStopRounded.tsx +++ b/src/IconMultipleStopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopRounded: React.FC = ({ ...props }) => ( +export const IconMultipleStopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMultipleStopRounded as default } diff --git a/src/IconMultipleStopRoundedFilled.tsx b/src/IconMultipleStopRoundedFilled.tsx index 943d1c042..997763970 100644 --- a/src/IconMultipleStopRoundedFilled.tsx +++ b/src/IconMultipleStopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMultipleStopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultipleStopRoundedFilled as default } diff --git a/src/IconMultipleStopSharp.tsx b/src/IconMultipleStopSharp.tsx index 95b800b3b..6c4fa2c39 100644 --- a/src/IconMultipleStopSharp.tsx +++ b/src/IconMultipleStopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopSharp: React.FC = ({ ...props }) => ( +export const IconMultipleStopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMultipleStopSharp as default } diff --git a/src/IconMultipleStopSharpFilled.tsx b/src/IconMultipleStopSharpFilled.tsx index 92b2c3a0d..7529044ed 100644 --- a/src/IconMultipleStopSharpFilled.tsx +++ b/src/IconMultipleStopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMultipleStopSharpFilled: React.FC = ({ ...props }) => ( +export const IconMultipleStopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMultipleStopSharpFilled as default } diff --git a/src/IconMuseumOutlined.tsx b/src/IconMuseumOutlined.tsx index 4ba6d62c4..74ee5dd10 100644 --- a/src/IconMuseumOutlined.tsx +++ b/src/IconMuseumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumOutlined: React.FC = ({ ...props }) => ( +export const IconMuseumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumOutlined as default } diff --git a/src/IconMuseumOutlinedFilled.tsx b/src/IconMuseumOutlinedFilled.tsx index 6374170af..c8bf7155b 100644 --- a/src/IconMuseumOutlinedFilled.tsx +++ b/src/IconMuseumOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMuseumOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumOutlinedFilled as default } diff --git a/src/IconMuseumRounded.tsx b/src/IconMuseumRounded.tsx index 822f8a178..dc8463b1b 100644 --- a/src/IconMuseumRounded.tsx +++ b/src/IconMuseumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumRounded: React.FC = ({ ...props }) => ( +export const IconMuseumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumRounded as default } diff --git a/src/IconMuseumRoundedFilled.tsx b/src/IconMuseumRoundedFilled.tsx index 56aa40fd4..2a514a959 100644 --- a/src/IconMuseumRoundedFilled.tsx +++ b/src/IconMuseumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMuseumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumRoundedFilled as default } diff --git a/src/IconMuseumSharp.tsx b/src/IconMuseumSharp.tsx index b86d87ea5..edf990560 100644 --- a/src/IconMuseumSharp.tsx +++ b/src/IconMuseumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumSharp: React.FC = ({ ...props }) => ( +export const IconMuseumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumSharp as default } diff --git a/src/IconMuseumSharpFilled.tsx b/src/IconMuseumSharpFilled.tsx index 5d1b6ec8b..b0cd3877d 100644 --- a/src/IconMuseumSharpFilled.tsx +++ b/src/IconMuseumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMuseumSharpFilled: React.FC = ({ ...props }) => ( +export const IconMuseumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMuseumSharpFilled as default } diff --git a/src/IconMusicCastOutlined.tsx b/src/IconMusicCastOutlined.tsx index 9d8253d71..59863dee7 100644 --- a/src/IconMusicCastOutlined.tsx +++ b/src/IconMusicCastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastOutlined: React.FC = ({ ...props }) => ( +export const IconMusicCastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicCastOutlined as default } diff --git a/src/IconMusicCastOutlinedFilled.tsx b/src/IconMusicCastOutlinedFilled.tsx index b1e618d42..15f4db64a 100644 --- a/src/IconMusicCastOutlinedFilled.tsx +++ b/src/IconMusicCastOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMusicCastOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicCastOutlinedFilled as default } diff --git a/src/IconMusicCastRounded.tsx b/src/IconMusicCastRounded.tsx index cd2ca784c..d29b1b6f9 100644 --- a/src/IconMusicCastRounded.tsx +++ b/src/IconMusicCastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastRounded: React.FC = ({ ...props }) => ( +export const IconMusicCastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicCastRounded as default } diff --git a/src/IconMusicCastRoundedFilled.tsx b/src/IconMusicCastRoundedFilled.tsx index 3d6047562..958e65a44 100644 --- a/src/IconMusicCastRoundedFilled.tsx +++ b/src/IconMusicCastRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMusicCastRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicCastRoundedFilled as default } diff --git a/src/IconMusicCastSharp.tsx b/src/IconMusicCastSharp.tsx index 3d46e66cb..8f38ab3d1 100644 --- a/src/IconMusicCastSharp.tsx +++ b/src/IconMusicCastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastSharp: React.FC = ({ ...props }) => ( +export const IconMusicCastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicCastSharp as default } diff --git a/src/IconMusicCastSharpFilled.tsx b/src/IconMusicCastSharpFilled.tsx index 07d6ffc49..de3c27fc2 100644 --- a/src/IconMusicCastSharpFilled.tsx +++ b/src/IconMusicCastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicCastSharpFilled: React.FC = ({ ...props }) => ( +export const IconMusicCastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicCastSharpFilled as default } diff --git a/src/IconMusicNoteOutlined.tsx b/src/IconMusicNoteOutlined.tsx index d8670165f..0fce5dd99 100644 --- a/src/IconMusicNoteOutlined.tsx +++ b/src/IconMusicNoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteOutlined: React.FC = ({ ...props }) => ( +export const IconMusicNoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicNoteOutlined as default } diff --git a/src/IconMusicNoteOutlinedFilled.tsx b/src/IconMusicNoteOutlinedFilled.tsx index ffd86f775..41036e9ef 100644 --- a/src/IconMusicNoteOutlinedFilled.tsx +++ b/src/IconMusicNoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMusicNoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicNoteOutlinedFilled as default } diff --git a/src/IconMusicNoteRounded.tsx b/src/IconMusicNoteRounded.tsx index ef3d85147..85f326e25 100644 --- a/src/IconMusicNoteRounded.tsx +++ b/src/IconMusicNoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteRounded: React.FC = ({ ...props }) => ( +export const IconMusicNoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicNoteRounded as default } diff --git a/src/IconMusicNoteRoundedFilled.tsx b/src/IconMusicNoteRoundedFilled.tsx index f37c48a77..f5b9e2024 100644 --- a/src/IconMusicNoteRoundedFilled.tsx +++ b/src/IconMusicNoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMusicNoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicNoteRoundedFilled as default } diff --git a/src/IconMusicNoteSharp.tsx b/src/IconMusicNoteSharp.tsx index d0953b5be..631380276 100644 --- a/src/IconMusicNoteSharp.tsx +++ b/src/IconMusicNoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteSharp: React.FC = ({ ...props }) => ( +export const IconMusicNoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicNoteSharp as default } diff --git a/src/IconMusicNoteSharpFilled.tsx b/src/IconMusicNoteSharpFilled.tsx index a600245d9..e8a1a0002 100644 --- a/src/IconMusicNoteSharpFilled.tsx +++ b/src/IconMusicNoteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicNoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconMusicNoteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicNoteSharpFilled as default } diff --git a/src/IconMusicOffOutlined.tsx b/src/IconMusicOffOutlined.tsx index 456a6d588..0e0be89d8 100644 --- a/src/IconMusicOffOutlined.tsx +++ b/src/IconMusicOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffOutlined: React.FC = ({ ...props }) => ( +export const IconMusicOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicOffOutlined as default } diff --git a/src/IconMusicOffOutlinedFilled.tsx b/src/IconMusicOffOutlinedFilled.tsx index bb842e5e2..099e13763 100644 --- a/src/IconMusicOffOutlinedFilled.tsx +++ b/src/IconMusicOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMusicOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicOffOutlinedFilled as default } diff --git a/src/IconMusicOffRounded.tsx b/src/IconMusicOffRounded.tsx index f8c520a49..4756bf432 100644 --- a/src/IconMusicOffRounded.tsx +++ b/src/IconMusicOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffRounded: React.FC = ({ ...props }) => ( +export const IconMusicOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicOffRounded as default } diff --git a/src/IconMusicOffRoundedFilled.tsx b/src/IconMusicOffRoundedFilled.tsx index fd9476826..830baffa0 100644 --- a/src/IconMusicOffRoundedFilled.tsx +++ b/src/IconMusicOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMusicOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicOffRoundedFilled as default } diff --git a/src/IconMusicOffSharp.tsx b/src/IconMusicOffSharp.tsx index b657b4c38..04c346422 100644 --- a/src/IconMusicOffSharp.tsx +++ b/src/IconMusicOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffSharp: React.FC = ({ ...props }) => ( +export const IconMusicOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicOffSharp as default } diff --git a/src/IconMusicOffSharpFilled.tsx b/src/IconMusicOffSharpFilled.tsx index 271086324..8de5e0c94 100644 --- a/src/IconMusicOffSharpFilled.tsx +++ b/src/IconMusicOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconMusicOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicOffSharpFilled as default } diff --git a/src/IconMusicVideoOutlined.tsx b/src/IconMusicVideoOutlined.tsx index c29bbe795..ca848070b 100644 --- a/src/IconMusicVideoOutlined.tsx +++ b/src/IconMusicVideoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoOutlined: React.FC = ({ ...props }) => ( +export const IconMusicVideoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicVideoOutlined as default } diff --git a/src/IconMusicVideoOutlinedFilled.tsx b/src/IconMusicVideoOutlinedFilled.tsx index 2dbfadd44..6fa76d906 100644 --- a/src/IconMusicVideoOutlinedFilled.tsx +++ b/src/IconMusicVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMusicVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicVideoOutlinedFilled as default } diff --git a/src/IconMusicVideoRounded.tsx b/src/IconMusicVideoRounded.tsx index c523023db..755f7208d 100644 --- a/src/IconMusicVideoRounded.tsx +++ b/src/IconMusicVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoRounded: React.FC = ({ ...props }) => ( +export const IconMusicVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicVideoRounded as default } diff --git a/src/IconMusicVideoRoundedFilled.tsx b/src/IconMusicVideoRoundedFilled.tsx index c36c8ca9b..46bafdf73 100644 --- a/src/IconMusicVideoRoundedFilled.tsx +++ b/src/IconMusicVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMusicVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicVideoRoundedFilled as default } diff --git a/src/IconMusicVideoSharp.tsx b/src/IconMusicVideoSharp.tsx index 862282e5f..3335458df 100644 --- a/src/IconMusicVideoSharp.tsx +++ b/src/IconMusicVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoSharp: React.FC = ({ ...props }) => ( +export const IconMusicVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMusicVideoSharp as default } diff --git a/src/IconMusicVideoSharpFilled.tsx b/src/IconMusicVideoSharpFilled.tsx index 6276e77d6..308db513e 100644 --- a/src/IconMusicVideoSharpFilled.tsx +++ b/src/IconMusicVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMusicVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconMusicVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMusicVideoSharpFilled as default } diff --git a/src/IconMyLocationOutlined.tsx b/src/IconMyLocationOutlined.tsx index 808cdbcb4..39f76dca2 100644 --- a/src/IconMyLocationOutlined.tsx +++ b/src/IconMyLocationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationOutlined: React.FC = ({ ...props }) => ( +export const IconMyLocationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMyLocationOutlined as default } diff --git a/src/IconMyLocationOutlinedFilled.tsx b/src/IconMyLocationOutlinedFilled.tsx index 5a7f22386..afc025120 100644 --- a/src/IconMyLocationOutlinedFilled.tsx +++ b/src/IconMyLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMyLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMyLocationOutlinedFilled as default } diff --git a/src/IconMyLocationRounded.tsx b/src/IconMyLocationRounded.tsx index 801e0b762..c99bc0989 100644 --- a/src/IconMyLocationRounded.tsx +++ b/src/IconMyLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationRounded: React.FC = ({ ...props }) => ( +export const IconMyLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMyLocationRounded as default } diff --git a/src/IconMyLocationRoundedFilled.tsx b/src/IconMyLocationRoundedFilled.tsx index f15e16fa2..4a56ac961 100644 --- a/src/IconMyLocationRoundedFilled.tsx +++ b/src/IconMyLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMyLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMyLocationRoundedFilled as default } diff --git a/src/IconMyLocationSharp.tsx b/src/IconMyLocationSharp.tsx index 06fd7ae3a..f64a4e325 100644 --- a/src/IconMyLocationSharp.tsx +++ b/src/IconMyLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationSharp: React.FC = ({ ...props }) => ( +export const IconMyLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMyLocationSharp as default } diff --git a/src/IconMyLocationSharpFilled.tsx b/src/IconMyLocationSharpFilled.tsx index cf1656312..062690b55 100644 --- a/src/IconMyLocationSharpFilled.tsx +++ b/src/IconMyLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMyLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconMyLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMyLocationSharpFilled as default } diff --git a/src/IconMysteryOutlined.tsx b/src/IconMysteryOutlined.tsx index b7968a2d2..e0680e422 100644 --- a/src/IconMysteryOutlined.tsx +++ b/src/IconMysteryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMysteryOutlined: React.FC = ({ ...props }) => ( +export const IconMysteryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMysteryOutlined as default } diff --git a/src/IconMysteryOutlinedFilled.tsx b/src/IconMysteryOutlinedFilled.tsx index 28106f23a..5cf0d3ad4 100644 --- a/src/IconMysteryOutlinedFilled.tsx +++ b/src/IconMysteryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconMysteryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconMysteryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconMysteryOutlinedFilled as default } diff --git a/src/IconMysteryRounded.tsx b/src/IconMysteryRounded.tsx index b85a36aba..e5a4e5fce 100644 --- a/src/IconMysteryRounded.tsx +++ b/src/IconMysteryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMysteryRounded: React.FC = ({ ...props }) => ( +export const IconMysteryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMysteryRounded as default } diff --git a/src/IconMysteryRoundedFilled.tsx b/src/IconMysteryRoundedFilled.tsx index 99b10d084..9feff4e11 100644 --- a/src/IconMysteryRoundedFilled.tsx +++ b/src/IconMysteryRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMysteryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconMysteryRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMysteryRoundedFilled as default } diff --git a/src/IconMysterySharp.tsx b/src/IconMysterySharp.tsx index 1e7cadd3a..b40547e2e 100644 --- a/src/IconMysterySharp.tsx +++ b/src/IconMysterySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMysterySharp: React.FC = ({ ...props }) => ( +export const IconMysterySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMysterySharp as default } diff --git a/src/IconMysterySharpFilled.tsx b/src/IconMysterySharpFilled.tsx index 57e13f3d8..d0613fb05 100644 --- a/src/IconMysterySharpFilled.tsx +++ b/src/IconMysterySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconMysterySharpFilled: React.FC = ({ ...props }) => ( +export const IconMysterySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconMysterySharpFilled as default } diff --git a/src/IconNatOutlined.tsx b/src/IconNatOutlined.tsx index 29884fe8b..50b018f88 100644 --- a/src/IconNatOutlined.tsx +++ b/src/IconNatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatOutlined: React.FC = ({ ...props }) => ( +export const IconNatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatOutlined as default } diff --git a/src/IconNatOutlinedFilled.tsx b/src/IconNatOutlinedFilled.tsx index e99daf15f..75d26f7b8 100644 --- a/src/IconNatOutlinedFilled.tsx +++ b/src/IconNatOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNatOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatOutlinedFilled as default } diff --git a/src/IconNatRounded.tsx b/src/IconNatRounded.tsx index b0f2fa664..41f9a5ea1 100644 --- a/src/IconNatRounded.tsx +++ b/src/IconNatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatRounded: React.FC = ({ ...props }) => ( +export const IconNatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatRounded as default } diff --git a/src/IconNatRoundedFilled.tsx b/src/IconNatRoundedFilled.tsx index 2a47c2314..4d759d7ee 100644 --- a/src/IconNatRoundedFilled.tsx +++ b/src/IconNatRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNatRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatRoundedFilled as default } diff --git a/src/IconNatSharp.tsx b/src/IconNatSharp.tsx index adc0a27ee..a858aeadd 100644 --- a/src/IconNatSharp.tsx +++ b/src/IconNatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatSharp: React.FC = ({ ...props }) => ( +export const IconNatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatSharp as default } diff --git a/src/IconNatSharpFilled.tsx b/src/IconNatSharpFilled.tsx index 3dfd41a5a..29f3f2c9b 100644 --- a/src/IconNatSharpFilled.tsx +++ b/src/IconNatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatSharpFilled: React.FC = ({ ...props }) => ( +export const IconNatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatSharpFilled as default } diff --git a/src/IconNatureOutlined.tsx b/src/IconNatureOutlined.tsx index 1f99b1c2e..4d5a2418f 100644 --- a/src/IconNatureOutlined.tsx +++ b/src/IconNatureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureOutlined: React.FC = ({ ...props }) => ( +export const IconNatureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureOutlined as default } diff --git a/src/IconNatureOutlinedFilled.tsx b/src/IconNatureOutlinedFilled.tsx index 96dc8a1f9..6f2e9fc98 100644 --- a/src/IconNatureOutlinedFilled.tsx +++ b/src/IconNatureOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNatureOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureOutlinedFilled as default } diff --git a/src/IconNaturePeopleOutlined.tsx b/src/IconNaturePeopleOutlined.tsx index af4bfa725..0563880e4 100644 --- a/src/IconNaturePeopleOutlined.tsx +++ b/src/IconNaturePeopleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleOutlined: React.FC = ({ ...props }) => ( +export const IconNaturePeopleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleOutlined as default } diff --git a/src/IconNaturePeopleOutlinedFilled.tsx b/src/IconNaturePeopleOutlinedFilled.tsx index a0edb5e99..9efa69eb2 100644 --- a/src/IconNaturePeopleOutlinedFilled.tsx +++ b/src/IconNaturePeopleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNaturePeopleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleOutlinedFilled as default } diff --git a/src/IconNaturePeopleRounded.tsx b/src/IconNaturePeopleRounded.tsx index d8551b815..62de507d2 100644 --- a/src/IconNaturePeopleRounded.tsx +++ b/src/IconNaturePeopleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleRounded: React.FC = ({ ...props }) => ( +export const IconNaturePeopleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleRounded as default } diff --git a/src/IconNaturePeopleRoundedFilled.tsx b/src/IconNaturePeopleRoundedFilled.tsx index facb9e222..05237a5d8 100644 --- a/src/IconNaturePeopleRoundedFilled.tsx +++ b/src/IconNaturePeopleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNaturePeopleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleRoundedFilled as default } diff --git a/src/IconNaturePeopleSharp.tsx b/src/IconNaturePeopleSharp.tsx index d0fcc643f..286bf0ad1 100644 --- a/src/IconNaturePeopleSharp.tsx +++ b/src/IconNaturePeopleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleSharp: React.FC = ({ ...props }) => ( +export const IconNaturePeopleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleSharp as default } diff --git a/src/IconNaturePeopleSharpFilled.tsx b/src/IconNaturePeopleSharpFilled.tsx index 84af4fe5b..03c93e0b1 100644 --- a/src/IconNaturePeopleSharpFilled.tsx +++ b/src/IconNaturePeopleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNaturePeopleSharpFilled: React.FC = ({ ...props }) => ( +export const IconNaturePeopleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNaturePeopleSharpFilled as default } diff --git a/src/IconNatureRounded.tsx b/src/IconNatureRounded.tsx index 8ba5a9dcc..b360f6005 100644 --- a/src/IconNatureRounded.tsx +++ b/src/IconNatureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureRounded: React.FC = ({ ...props }) => ( +export const IconNatureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureRounded as default } diff --git a/src/IconNatureRoundedFilled.tsx b/src/IconNatureRoundedFilled.tsx index 7dddff9fa..0920c334c 100644 --- a/src/IconNatureRoundedFilled.tsx +++ b/src/IconNatureRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNatureRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureRoundedFilled as default } diff --git a/src/IconNatureSharp.tsx b/src/IconNatureSharp.tsx index 232df252d..84e0bf411 100644 --- a/src/IconNatureSharp.tsx +++ b/src/IconNatureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureSharp: React.FC = ({ ...props }) => ( +export const IconNatureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureSharp as default } diff --git a/src/IconNatureSharpFilled.tsx b/src/IconNatureSharpFilled.tsx index 930b137c7..49322b5a5 100644 --- a/src/IconNatureSharpFilled.tsx +++ b/src/IconNatureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNatureSharpFilled: React.FC = ({ ...props }) => ( +export const IconNatureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNatureSharpFilled as default } diff --git a/src/IconNavigationOutlined.tsx b/src/IconNavigationOutlined.tsx index 926d910db..f46af4fee 100644 --- a/src/IconNavigationOutlined.tsx +++ b/src/IconNavigationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationOutlined: React.FC = ({ ...props }) => ( +export const IconNavigationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNavigationOutlined as default } diff --git a/src/IconNavigationOutlinedFilled.tsx b/src/IconNavigationOutlinedFilled.tsx index 4816892e4..ce5efe76a 100644 --- a/src/IconNavigationOutlinedFilled.tsx +++ b/src/IconNavigationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNavigationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNavigationOutlinedFilled as default } diff --git a/src/IconNavigationRounded.tsx b/src/IconNavigationRounded.tsx index 010431790..270a88835 100644 --- a/src/IconNavigationRounded.tsx +++ b/src/IconNavigationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationRounded: React.FC = ({ ...props }) => ( +export const IconNavigationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNavigationRounded as default } diff --git a/src/IconNavigationRoundedFilled.tsx b/src/IconNavigationRoundedFilled.tsx index e63f3b664..c234ba54e 100644 --- a/src/IconNavigationRoundedFilled.tsx +++ b/src/IconNavigationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNavigationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNavigationRoundedFilled as default } diff --git a/src/IconNavigationSharp.tsx b/src/IconNavigationSharp.tsx index 046870291..2e2e540b7 100644 --- a/src/IconNavigationSharp.tsx +++ b/src/IconNavigationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationSharp: React.FC = ({ ...props }) => ( +export const IconNavigationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNavigationSharp as default } diff --git a/src/IconNavigationSharpFilled.tsx b/src/IconNavigationSharpFilled.tsx index e5dbacd3e..d3d4dd3d5 100644 --- a/src/IconNavigationSharpFilled.tsx +++ b/src/IconNavigationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNavigationSharpFilled: React.FC = ({ ...props }) => ( +export const IconNavigationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNavigationSharpFilled as default } diff --git a/src/IconNearMeDisabledOutlined.tsx b/src/IconNearMeDisabledOutlined.tsx index 17d23c546..0dd14b2ed 100644 --- a/src/IconNearMeDisabledOutlined.tsx +++ b/src/IconNearMeDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconNearMeDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearMeDisabledOutlined as default } diff --git a/src/IconNearMeDisabledOutlinedFilled.tsx b/src/IconNearMeDisabledOutlinedFilled.tsx index a9efbf07c..15aab7aab 100644 --- a/src/IconNearMeDisabledOutlinedFilled.tsx +++ b/src/IconNearMeDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledOutlinedFilled: React.FC = ({ +export const IconNearMeDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNearMeDisabledOutlinedFilled: React.FC = ({ ) - -export { IconNearMeDisabledOutlinedFilled as default } diff --git a/src/IconNearMeDisabledRounded.tsx b/src/IconNearMeDisabledRounded.tsx index 872f5e2c8..f18688155 100644 --- a/src/IconNearMeDisabledRounded.tsx +++ b/src/IconNearMeDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledRounded: React.FC = ({ ...props }) => ( +export const IconNearMeDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearMeDisabledRounded as default } diff --git a/src/IconNearMeDisabledRoundedFilled.tsx b/src/IconNearMeDisabledRoundedFilled.tsx index 2842d441e..6b69c840b 100644 --- a/src/IconNearMeDisabledRoundedFilled.tsx +++ b/src/IconNearMeDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNearMeDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearMeDisabledRoundedFilled as default } diff --git a/src/IconNearMeDisabledSharp.tsx b/src/IconNearMeDisabledSharp.tsx index be9c0bed7..6ab1d5851 100644 --- a/src/IconNearMeDisabledSharp.tsx +++ b/src/IconNearMeDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledSharp: React.FC = ({ ...props }) => ( +export const IconNearMeDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeDisabledSharp as default } diff --git a/src/IconNearMeDisabledSharpFilled.tsx b/src/IconNearMeDisabledSharpFilled.tsx index f77dfd6ca..d998ac55f 100644 --- a/src/IconNearMeDisabledSharpFilled.tsx +++ b/src/IconNearMeDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconNearMeDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearMeDisabledSharpFilled as default } diff --git a/src/IconNearMeOutlined.tsx b/src/IconNearMeOutlined.tsx index e676f5fb8..2da3f1ca1 100644 --- a/src/IconNearMeOutlined.tsx +++ b/src/IconNearMeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeOutlined: React.FC = ({ ...props }) => ( +export const IconNearMeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeOutlined as default } diff --git a/src/IconNearMeOutlinedFilled.tsx b/src/IconNearMeOutlinedFilled.tsx index 8a27b3734..0e5d9f7dd 100644 --- a/src/IconNearMeOutlinedFilled.tsx +++ b/src/IconNearMeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNearMeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeOutlinedFilled as default } diff --git a/src/IconNearMeRounded.tsx b/src/IconNearMeRounded.tsx index 718c58a9a..7de479daf 100644 --- a/src/IconNearMeRounded.tsx +++ b/src/IconNearMeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeRounded: React.FC = ({ ...props }) => ( +export const IconNearMeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeRounded as default } diff --git a/src/IconNearMeRoundedFilled.tsx b/src/IconNearMeRoundedFilled.tsx index 7c57c6ba1..bfa229dfd 100644 --- a/src/IconNearMeRoundedFilled.tsx +++ b/src/IconNearMeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNearMeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeRoundedFilled as default } diff --git a/src/IconNearMeSharp.tsx b/src/IconNearMeSharp.tsx index 25cb75de1..8626b740f 100644 --- a/src/IconNearMeSharp.tsx +++ b/src/IconNearMeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeSharp: React.FC = ({ ...props }) => ( +export const IconNearMeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeSharp as default } diff --git a/src/IconNearMeSharpFilled.tsx b/src/IconNearMeSharpFilled.tsx index 02dbb5e01..40cb57e5e 100644 --- a/src/IconNearMeSharpFilled.tsx +++ b/src/IconNearMeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearMeSharpFilled: React.FC = ({ ...props }) => ( +export const IconNearMeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearMeSharpFilled as default } diff --git a/src/IconNearbyErrorOutlined.tsx b/src/IconNearbyErrorOutlined.tsx index e3ad93d80..81906e178 100644 --- a/src/IconNearbyErrorOutlined.tsx +++ b/src/IconNearbyErrorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorOutlined: React.FC = ({ ...props }) => ( +export const IconNearbyErrorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorOutlined as default } diff --git a/src/IconNearbyErrorOutlinedFilled.tsx b/src/IconNearbyErrorOutlinedFilled.tsx index 533ff6e03..2bafbde4e 100644 --- a/src/IconNearbyErrorOutlinedFilled.tsx +++ b/src/IconNearbyErrorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyErrorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorOutlinedFilled as default } diff --git a/src/IconNearbyErrorRounded.tsx b/src/IconNearbyErrorRounded.tsx index 3cd899d53..4633486fc 100644 --- a/src/IconNearbyErrorRounded.tsx +++ b/src/IconNearbyErrorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorRounded: React.FC = ({ ...props }) => ( +export const IconNearbyErrorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorRounded as default } diff --git a/src/IconNearbyErrorRoundedFilled.tsx b/src/IconNearbyErrorRoundedFilled.tsx index 37cbbac08..ef83c7688 100644 --- a/src/IconNearbyErrorRoundedFilled.tsx +++ b/src/IconNearbyErrorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyErrorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorRoundedFilled as default } diff --git a/src/IconNearbyErrorSharp.tsx b/src/IconNearbyErrorSharp.tsx index c1be39ec5..3cc6c9685 100644 --- a/src/IconNearbyErrorSharp.tsx +++ b/src/IconNearbyErrorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorSharp: React.FC = ({ ...props }) => ( +export const IconNearbyErrorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorSharp as default } diff --git a/src/IconNearbyErrorSharpFilled.tsx b/src/IconNearbyErrorSharpFilled.tsx index 5b15eb36e..254ee414f 100644 --- a/src/IconNearbyErrorSharpFilled.tsx +++ b/src/IconNearbyErrorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyErrorSharpFilled: React.FC = ({ ...props }) => ( +export const IconNearbyErrorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearbyErrorSharpFilled as default } diff --git a/src/IconNearbyOffOutlined.tsx b/src/IconNearbyOffOutlined.tsx index 45dbeb93f..25ff22083 100644 --- a/src/IconNearbyOffOutlined.tsx +++ b/src/IconNearbyOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffOutlined: React.FC = ({ ...props }) => ( +export const IconNearbyOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOffOutlined as default } diff --git a/src/IconNearbyOffOutlinedFilled.tsx b/src/IconNearbyOffOutlinedFilled.tsx index 864acd09e..a4252f9fb 100644 --- a/src/IconNearbyOffOutlinedFilled.tsx +++ b/src/IconNearbyOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearbyOffOutlinedFilled as default } diff --git a/src/IconNearbyOffRounded.tsx b/src/IconNearbyOffRounded.tsx index 67c29a8e7..76f67c228 100644 --- a/src/IconNearbyOffRounded.tsx +++ b/src/IconNearbyOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffRounded: React.FC = ({ ...props }) => ( +export const IconNearbyOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOffRounded as default } diff --git a/src/IconNearbyOffRoundedFilled.tsx b/src/IconNearbyOffRoundedFilled.tsx index 9823989f8..93ccfbbb1 100644 --- a/src/IconNearbyOffRoundedFilled.tsx +++ b/src/IconNearbyOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNearbyOffRoundedFilled as default } diff --git a/src/IconNearbyOffSharp.tsx b/src/IconNearbyOffSharp.tsx index 875b6218a..5e32bb152 100644 --- a/src/IconNearbyOffSharp.tsx +++ b/src/IconNearbyOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffSharp: React.FC = ({ ...props }) => ( +export const IconNearbyOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOffSharp as default } diff --git a/src/IconNearbyOffSharpFilled.tsx b/src/IconNearbyOffSharpFilled.tsx index be453efb6..1104f6c2f 100644 --- a/src/IconNearbyOffSharpFilled.tsx +++ b/src/IconNearbyOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconNearbyOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOffSharpFilled as default } diff --git a/src/IconNearbyOutlined.tsx b/src/IconNearbyOutlined.tsx index e2378d338..5e3bf9aa7 100644 --- a/src/IconNearbyOutlined.tsx +++ b/src/IconNearbyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOutlined: React.FC = ({ ...props }) => ( +export const IconNearbyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOutlined as default } diff --git a/src/IconNearbyOutlinedFilled.tsx b/src/IconNearbyOutlinedFilled.tsx index 7aa457e19..f86f9df50 100644 --- a/src/IconNearbyOutlinedFilled.tsx +++ b/src/IconNearbyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyOutlinedFilled as default } diff --git a/src/IconNearbyRounded.tsx b/src/IconNearbyRounded.tsx index a242a1c5d..3cf60f2e8 100644 --- a/src/IconNearbyRounded.tsx +++ b/src/IconNearbyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyRounded: React.FC = ({ ...props }) => ( +export const IconNearbyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyRounded as default } diff --git a/src/IconNearbyRoundedFilled.tsx b/src/IconNearbyRoundedFilled.tsx index d6cbb12d6..110c7425c 100644 --- a/src/IconNearbyRoundedFilled.tsx +++ b/src/IconNearbyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNearbyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbyRoundedFilled as default } diff --git a/src/IconNearbySharp.tsx b/src/IconNearbySharp.tsx index 2f2dd9c92..453e18f43 100644 --- a/src/IconNearbySharp.tsx +++ b/src/IconNearbySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbySharp: React.FC = ({ ...props }) => ( +export const IconNearbySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbySharp as default } diff --git a/src/IconNearbySharpFilled.tsx b/src/IconNearbySharpFilled.tsx index f582cad4b..48e469668 100644 --- a/src/IconNearbySharpFilled.tsx +++ b/src/IconNearbySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNearbySharpFilled: React.FC = ({ ...props }) => ( +export const IconNearbySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNearbySharpFilled as default } diff --git a/src/IconNephrologyOutlined.tsx b/src/IconNephrologyOutlined.tsx index 713ce876d..f5a4e19f7 100644 --- a/src/IconNephrologyOutlined.tsx +++ b/src/IconNephrologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologyOutlined: React.FC = ({ ...props }) => ( +export const IconNephrologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNephrologyOutlined as default } diff --git a/src/IconNephrologyOutlinedFilled.tsx b/src/IconNephrologyOutlinedFilled.tsx index 9d37a66db..51e189f7b 100644 --- a/src/IconNephrologyOutlinedFilled.tsx +++ b/src/IconNephrologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNephrologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNephrologyOutlinedFilled as default } diff --git a/src/IconNephrologyRounded.tsx b/src/IconNephrologyRounded.tsx index d5ea7e010..e3c6880c8 100644 --- a/src/IconNephrologyRounded.tsx +++ b/src/IconNephrologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologyRounded: React.FC = ({ ...props }) => ( +export const IconNephrologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNephrologyRounded as default } diff --git a/src/IconNephrologyRoundedFilled.tsx b/src/IconNephrologyRoundedFilled.tsx index 405386628..9e606e1d8 100644 --- a/src/IconNephrologyRoundedFilled.tsx +++ b/src/IconNephrologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNephrologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNephrologyRoundedFilled as default } diff --git a/src/IconNephrologySharp.tsx b/src/IconNephrologySharp.tsx index c9f7a20d5..aeba0c0ed 100644 --- a/src/IconNephrologySharp.tsx +++ b/src/IconNephrologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologySharp: React.FC = ({ ...props }) => ( +export const IconNephrologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNephrologySharp as default } diff --git a/src/IconNephrologySharpFilled.tsx b/src/IconNephrologySharpFilled.tsx index eac7d5a06..d14ec26d9 100644 --- a/src/IconNephrologySharpFilled.tsx +++ b/src/IconNephrologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNephrologySharpFilled: React.FC = ({ ...props }) => ( +export const IconNephrologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNephrologySharpFilled as default } diff --git a/src/IconNestAudioOutlined.tsx b/src/IconNestAudioOutlined.tsx index e4c9fb1d6..e86d0ef29 100644 --- a/src/IconNestAudioOutlined.tsx +++ b/src/IconNestAudioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioOutlined: React.FC = ({ ...props }) => ( +export const IconNestAudioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestAudioOutlined as default } diff --git a/src/IconNestAudioOutlinedFilled.tsx b/src/IconNestAudioOutlinedFilled.tsx index 742d1bfd8..6ec429d8d 100644 --- a/src/IconNestAudioOutlinedFilled.tsx +++ b/src/IconNestAudioOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestAudioOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestAudioOutlinedFilled as default } diff --git a/src/IconNestAudioRounded.tsx b/src/IconNestAudioRounded.tsx index c54ada221..1b6e5b32f 100644 --- a/src/IconNestAudioRounded.tsx +++ b/src/IconNestAudioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioRounded: React.FC = ({ ...props }) => ( +export const IconNestAudioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestAudioRounded as default } diff --git a/src/IconNestAudioRoundedFilled.tsx b/src/IconNestAudioRoundedFilled.tsx index 81852509a..bc36a9a02 100644 --- a/src/IconNestAudioRoundedFilled.tsx +++ b/src/IconNestAudioRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestAudioRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestAudioRoundedFilled as default } diff --git a/src/IconNestAudioSharp.tsx b/src/IconNestAudioSharp.tsx index 79e26cc5f..42fcde3bb 100644 --- a/src/IconNestAudioSharp.tsx +++ b/src/IconNestAudioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioSharp: React.FC = ({ ...props }) => ( +export const IconNestAudioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestAudioSharp as default } diff --git a/src/IconNestAudioSharpFilled.tsx b/src/IconNestAudioSharpFilled.tsx index e125c279a..45bac07e5 100644 --- a/src/IconNestAudioSharpFilled.tsx +++ b/src/IconNestAudioSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestAudioSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestAudioSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestAudioSharpFilled as default } diff --git a/src/IconNestCamFloodlightOutlined.tsx b/src/IconNestCamFloodlightOutlined.tsx index a9e3f62d4..7cfbe9e89 100644 --- a/src/IconNestCamFloodlightOutlined.tsx +++ b/src/IconNestCamFloodlightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamFloodlightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamFloodlightOutlined as default } diff --git a/src/IconNestCamFloodlightOutlinedFilled.tsx b/src/IconNestCamFloodlightOutlinedFilled.tsx index eda29ac0e..02d207915 100644 --- a/src/IconNestCamFloodlightOutlinedFilled.tsx +++ b/src/IconNestCamFloodlightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightOutlinedFilled: React.FC = ({ +export const IconNestCamFloodlightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamFloodlightOutlinedFilled: React.FC = ({ ) - -export { IconNestCamFloodlightOutlinedFilled as default } diff --git a/src/IconNestCamFloodlightRounded.tsx b/src/IconNestCamFloodlightRounded.tsx index 7eba8f2ae..0e0e112bc 100644 --- a/src/IconNestCamFloodlightRounded.tsx +++ b/src/IconNestCamFloodlightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightRounded: React.FC = ({ ...props }) => ( +export const IconNestCamFloodlightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamFloodlightRounded as default } diff --git a/src/IconNestCamFloodlightRoundedFilled.tsx b/src/IconNestCamFloodlightRoundedFilled.tsx index 8a1530b51..d8afa14e4 100644 --- a/src/IconNestCamFloodlightRoundedFilled.tsx +++ b/src/IconNestCamFloodlightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightRoundedFilled: React.FC = ({ +export const IconNestCamFloodlightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamFloodlightRoundedFilled: React.FC = ({ ) - -export { IconNestCamFloodlightRoundedFilled as default } diff --git a/src/IconNestCamFloodlightSharp.tsx b/src/IconNestCamFloodlightSharp.tsx index 9ea992aa8..4152babb8 100644 --- a/src/IconNestCamFloodlightSharp.tsx +++ b/src/IconNestCamFloodlightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightSharp: React.FC = ({ ...props }) => ( +export const IconNestCamFloodlightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamFloodlightSharp as default } diff --git a/src/IconNestCamFloodlightSharpFilled.tsx b/src/IconNestCamFloodlightSharpFilled.tsx index a3b0bbfa3..06e8595d6 100644 --- a/src/IconNestCamFloodlightSharpFilled.tsx +++ b/src/IconNestCamFloodlightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamFloodlightSharpFilled: React.FC = ({ +export const IconNestCamFloodlightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamFloodlightSharpFilled: React.FC = ({ ) - -export { IconNestCamFloodlightSharpFilled as default } diff --git a/src/IconNestCamIndoorOutlined.tsx b/src/IconNestCamIndoorOutlined.tsx index 582393419..dd8c88e5d 100644 --- a/src/IconNestCamIndoorOutlined.tsx +++ b/src/IconNestCamIndoorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorOutlined as default } diff --git a/src/IconNestCamIndoorOutlinedFilled.tsx b/src/IconNestCamIndoorOutlinedFilled.tsx index 2c2d4270f..276b5a35a 100644 --- a/src/IconNestCamIndoorOutlinedFilled.tsx +++ b/src/IconNestCamIndoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorOutlinedFilled as default } diff --git a/src/IconNestCamIndoorRounded.tsx b/src/IconNestCamIndoorRounded.tsx index d9e5bfa9d..be305eef0 100644 --- a/src/IconNestCamIndoorRounded.tsx +++ b/src/IconNestCamIndoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorRounded: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorRounded as default } diff --git a/src/IconNestCamIndoorRoundedFilled.tsx b/src/IconNestCamIndoorRoundedFilled.tsx index fa8da861f..1d81b2e4a 100644 --- a/src/IconNestCamIndoorRoundedFilled.tsx +++ b/src/IconNestCamIndoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorRoundedFilled as default } diff --git a/src/IconNestCamIndoorSharp.tsx b/src/IconNestCamIndoorSharp.tsx index 4bb695fc0..a06e4d1e2 100644 --- a/src/IconNestCamIndoorSharp.tsx +++ b/src/IconNestCamIndoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorSharp: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorSharp as default } diff --git a/src/IconNestCamIndoorSharpFilled.tsx b/src/IconNestCamIndoorSharpFilled.tsx index d69963294..17a030761 100644 --- a/src/IconNestCamIndoorSharpFilled.tsx +++ b/src/IconNestCamIndoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIndoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIndoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIndoorSharpFilled as default } diff --git a/src/IconNestCamIqOutdoorOutlined.tsx b/src/IconNestCamIqOutdoorOutlined.tsx index 4b8d03607..308585422 100644 --- a/src/IconNestCamIqOutdoorOutlined.tsx +++ b/src/IconNestCamIqOutdoorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutdoorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutdoorOutlined as default } diff --git a/src/IconNestCamIqOutdoorOutlinedFilled.tsx b/src/IconNestCamIqOutdoorOutlinedFilled.tsx index 661b202d0..94c97c3a3 100644 --- a/src/IconNestCamIqOutdoorOutlinedFilled.tsx +++ b/src/IconNestCamIqOutdoorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorOutlinedFilled: React.FC = ({ +export const IconNestCamIqOutdoorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamIqOutdoorOutlinedFilled: React.FC = ({ ) - -export { IconNestCamIqOutdoorOutlinedFilled as default } diff --git a/src/IconNestCamIqOutdoorRounded.tsx b/src/IconNestCamIqOutdoorRounded.tsx index 7d9f2d652..c96a5848f 100644 --- a/src/IconNestCamIqOutdoorRounded.tsx +++ b/src/IconNestCamIqOutdoorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorRounded: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutdoorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutdoorRounded as default } diff --git a/src/IconNestCamIqOutdoorRoundedFilled.tsx b/src/IconNestCamIqOutdoorRoundedFilled.tsx index b25b56cbe..2f0b676c5 100644 --- a/src/IconNestCamIqOutdoorRoundedFilled.tsx +++ b/src/IconNestCamIqOutdoorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorRoundedFilled: React.FC = ({ +export const IconNestCamIqOutdoorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamIqOutdoorRoundedFilled: React.FC = ({ ) - -export { IconNestCamIqOutdoorRoundedFilled as default } diff --git a/src/IconNestCamIqOutdoorSharp.tsx b/src/IconNestCamIqOutdoorSharp.tsx index 3739a5438..533b41974 100644 --- a/src/IconNestCamIqOutdoorSharp.tsx +++ b/src/IconNestCamIqOutdoorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorSharp: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutdoorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutdoorSharp as default } diff --git a/src/IconNestCamIqOutdoorSharpFilled.tsx b/src/IconNestCamIqOutdoorSharpFilled.tsx index 40602fc05..56832879f 100644 --- a/src/IconNestCamIqOutdoorSharpFilled.tsx +++ b/src/IconNestCamIqOutdoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutdoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutdoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutdoorSharpFilled as default } diff --git a/src/IconNestCamIqOutlined.tsx b/src/IconNestCamIqOutlined.tsx index be16c1258..da9084c71 100644 --- a/src/IconNestCamIqOutlined.tsx +++ b/src/IconNestCamIqOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutlined as default } diff --git a/src/IconNestCamIqOutlinedFilled.tsx b/src/IconNestCamIqOutlinedFilled.tsx index 1f2fb3792..b46a2122d 100644 --- a/src/IconNestCamIqOutlinedFilled.tsx +++ b/src/IconNestCamIqOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIqOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqOutlinedFilled as default } diff --git a/src/IconNestCamIqRounded.tsx b/src/IconNestCamIqRounded.tsx index b716b8dff..b529a33bb 100644 --- a/src/IconNestCamIqRounded.tsx +++ b/src/IconNestCamIqRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqRounded: React.FC = ({ ...props }) => ( +export const IconNestCamIqRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIqRounded as default } diff --git a/src/IconNestCamIqRoundedFilled.tsx b/src/IconNestCamIqRoundedFilled.tsx index 2abc88fc2..60c9dc2a5 100644 --- a/src/IconNestCamIqRoundedFilled.tsx +++ b/src/IconNestCamIqRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIqRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamIqRoundedFilled as default } diff --git a/src/IconNestCamIqSharp.tsx b/src/IconNestCamIqSharp.tsx index 651c88a71..581964870 100644 --- a/src/IconNestCamIqSharp.tsx +++ b/src/IconNestCamIqSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqSharp: React.FC = ({ ...props }) => ( +export const IconNestCamIqSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIqSharp as default } diff --git a/src/IconNestCamIqSharpFilled.tsx b/src/IconNestCamIqSharpFilled.tsx index 894ff6da4..ab5942e74 100644 --- a/src/IconNestCamIqSharpFilled.tsx +++ b/src/IconNestCamIqSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamIqSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamIqSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamIqSharpFilled as default } diff --git a/src/IconNestCamMagnetMountOutlined.tsx b/src/IconNestCamMagnetMountOutlined.tsx index 71e0c21ad..ab375ca48 100644 --- a/src/IconNestCamMagnetMountOutlined.tsx +++ b/src/IconNestCamMagnetMountOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamMagnetMountOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamMagnetMountOutlined as default } diff --git a/src/IconNestCamMagnetMountOutlinedFilled.tsx b/src/IconNestCamMagnetMountOutlinedFilled.tsx index d414f45be..229fc248a 100644 --- a/src/IconNestCamMagnetMountOutlinedFilled.tsx +++ b/src/IconNestCamMagnetMountOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountOutlinedFilled: React.FC = ({ +export const IconNestCamMagnetMountOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamMagnetMountOutlinedFilled: React.FC = ({ ) - -export { IconNestCamMagnetMountOutlinedFilled as default } diff --git a/src/IconNestCamMagnetMountRounded.tsx b/src/IconNestCamMagnetMountRounded.tsx index 11bc75cf0..7e63f5187 100644 --- a/src/IconNestCamMagnetMountRounded.tsx +++ b/src/IconNestCamMagnetMountRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountRounded: React.FC = ({ ...props }) => ( +export const IconNestCamMagnetMountRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamMagnetMountRounded as default } diff --git a/src/IconNestCamMagnetMountRoundedFilled.tsx b/src/IconNestCamMagnetMountRoundedFilled.tsx index 68b133560..537f4f00f 100644 --- a/src/IconNestCamMagnetMountRoundedFilled.tsx +++ b/src/IconNestCamMagnetMountRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountRoundedFilled: React.FC = ({ +export const IconNestCamMagnetMountRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamMagnetMountRoundedFilled: React.FC = ({ ) - -export { IconNestCamMagnetMountRoundedFilled as default } diff --git a/src/IconNestCamMagnetMountSharp.tsx b/src/IconNestCamMagnetMountSharp.tsx index fc436e0b6..7b6c31a62 100644 --- a/src/IconNestCamMagnetMountSharp.tsx +++ b/src/IconNestCamMagnetMountSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountSharp: React.FC = ({ ...props }) => ( +export const IconNestCamMagnetMountSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamMagnetMountSharp as default } diff --git a/src/IconNestCamMagnetMountSharpFilled.tsx b/src/IconNestCamMagnetMountSharpFilled.tsx index 5f0ff8165..d9c066912 100644 --- a/src/IconNestCamMagnetMountSharpFilled.tsx +++ b/src/IconNestCamMagnetMountSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamMagnetMountSharpFilled: React.FC = ({ +export const IconNestCamMagnetMountSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamMagnetMountSharpFilled: React.FC = ({ ) - -export { IconNestCamMagnetMountSharpFilled as default } diff --git a/src/IconNestCamOutdoorOutlined.tsx b/src/IconNestCamOutdoorOutlined.tsx index 11cc8ff9e..5e5ff8ae4 100644 --- a/src/IconNestCamOutdoorOutlined.tsx +++ b/src/IconNestCamOutdoorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamOutdoorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamOutdoorOutlined as default } diff --git a/src/IconNestCamOutdoorOutlinedFilled.tsx b/src/IconNestCamOutdoorOutlinedFilled.tsx index c223ae3c1..eeb130520 100644 --- a/src/IconNestCamOutdoorOutlinedFilled.tsx +++ b/src/IconNestCamOutdoorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorOutlinedFilled: React.FC = ({ +export const IconNestCamOutdoorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamOutdoorOutlinedFilled: React.FC = ({ ) - -export { IconNestCamOutdoorOutlinedFilled as default } diff --git a/src/IconNestCamOutdoorRounded.tsx b/src/IconNestCamOutdoorRounded.tsx index 652272178..22e83df1d 100644 --- a/src/IconNestCamOutdoorRounded.tsx +++ b/src/IconNestCamOutdoorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorRounded: React.FC = ({ ...props }) => ( +export const IconNestCamOutdoorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamOutdoorRounded as default } diff --git a/src/IconNestCamOutdoorRoundedFilled.tsx b/src/IconNestCamOutdoorRoundedFilled.tsx index 5e8a3302d..164315f56 100644 --- a/src/IconNestCamOutdoorRoundedFilled.tsx +++ b/src/IconNestCamOutdoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamOutdoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamOutdoorRoundedFilled as default } diff --git a/src/IconNestCamOutdoorSharp.tsx b/src/IconNestCamOutdoorSharp.tsx index 25eb2ffb3..a91e5cd08 100644 --- a/src/IconNestCamOutdoorSharp.tsx +++ b/src/IconNestCamOutdoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorSharp: React.FC = ({ ...props }) => ( +export const IconNestCamOutdoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamOutdoorSharp as default } diff --git a/src/IconNestCamOutdoorSharpFilled.tsx b/src/IconNestCamOutdoorSharpFilled.tsx index 591a40915..9b72a0d13 100644 --- a/src/IconNestCamOutdoorSharpFilled.tsx +++ b/src/IconNestCamOutdoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamOutdoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamOutdoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamOutdoorSharpFilled as default } diff --git a/src/IconNestCamStandOutlined.tsx b/src/IconNestCamStandOutlined.tsx index f682e8272..7968c3ed3 100644 --- a/src/IconNestCamStandOutlined.tsx +++ b/src/IconNestCamStandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamStandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamStandOutlined as default } diff --git a/src/IconNestCamStandOutlinedFilled.tsx b/src/IconNestCamStandOutlinedFilled.tsx index 5a96798b0..9fa5b2082 100644 --- a/src/IconNestCamStandOutlinedFilled.tsx +++ b/src/IconNestCamStandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamStandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamStandOutlinedFilled as default } diff --git a/src/IconNestCamStandRounded.tsx b/src/IconNestCamStandRounded.tsx index 6139318ac..f7c8f74e1 100644 --- a/src/IconNestCamStandRounded.tsx +++ b/src/IconNestCamStandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandRounded: React.FC = ({ ...props }) => ( +export const IconNestCamStandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamStandRounded as default } diff --git a/src/IconNestCamStandRoundedFilled.tsx b/src/IconNestCamStandRoundedFilled.tsx index c81354288..5be4f385d 100644 --- a/src/IconNestCamStandRoundedFilled.tsx +++ b/src/IconNestCamStandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestCamStandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamStandRoundedFilled as default } diff --git a/src/IconNestCamStandSharp.tsx b/src/IconNestCamStandSharp.tsx index a3b71f5de..853ce6545 100644 --- a/src/IconNestCamStandSharp.tsx +++ b/src/IconNestCamStandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandSharp: React.FC = ({ ...props }) => ( +export const IconNestCamStandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestCamStandSharp as default } diff --git a/src/IconNestCamStandSharpFilled.tsx b/src/IconNestCamStandSharpFilled.tsx index 51c1e62df..016b6abbd 100644 --- a/src/IconNestCamStandSharpFilled.tsx +++ b/src/IconNestCamStandSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamStandSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamStandSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamStandSharpFilled as default } diff --git a/src/IconNestCamWallMountOutlined.tsx b/src/IconNestCamWallMountOutlined.tsx index ef61fa01c..466f68963 100644 --- a/src/IconNestCamWallMountOutlined.tsx +++ b/src/IconNestCamWallMountOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamWallMountOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWallMountOutlined as default } diff --git a/src/IconNestCamWallMountOutlinedFilled.tsx b/src/IconNestCamWallMountOutlinedFilled.tsx index 4411b1bc0..f1367a616 100644 --- a/src/IconNestCamWallMountOutlinedFilled.tsx +++ b/src/IconNestCamWallMountOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountOutlinedFilled: React.FC = ({ +export const IconNestCamWallMountOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamWallMountOutlinedFilled: React.FC = ({ ) - -export { IconNestCamWallMountOutlinedFilled as default } diff --git a/src/IconNestCamWallMountRounded.tsx b/src/IconNestCamWallMountRounded.tsx index 588acaab8..8179e729f 100644 --- a/src/IconNestCamWallMountRounded.tsx +++ b/src/IconNestCamWallMountRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountRounded: React.FC = ({ ...props }) => ( +export const IconNestCamWallMountRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWallMountRounded as default } diff --git a/src/IconNestCamWallMountRoundedFilled.tsx b/src/IconNestCamWallMountRoundedFilled.tsx index 18c96b559..9254ecc93 100644 --- a/src/IconNestCamWallMountRoundedFilled.tsx +++ b/src/IconNestCamWallMountRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountRoundedFilled: React.FC = ({ +export const IconNestCamWallMountRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamWallMountRoundedFilled: React.FC = ({ ) - -export { IconNestCamWallMountRoundedFilled as default } diff --git a/src/IconNestCamWallMountSharp.tsx b/src/IconNestCamWallMountSharp.tsx index 4a1357a28..c40adba6f 100644 --- a/src/IconNestCamWallMountSharp.tsx +++ b/src/IconNestCamWallMountSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountSharp: React.FC = ({ ...props }) => ( +export const IconNestCamWallMountSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWallMountSharp as default } diff --git a/src/IconNestCamWallMountSharpFilled.tsx b/src/IconNestCamWallMountSharpFilled.tsx index 185684ac0..f74b01a84 100644 --- a/src/IconNestCamWallMountSharpFilled.tsx +++ b/src/IconNestCamWallMountSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWallMountSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestCamWallMountSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWallMountSharpFilled as default } diff --git a/src/IconNestCamWiredStandOutlined.tsx b/src/IconNestCamWiredStandOutlined.tsx index 36f5afc16..6ee1f24b8 100644 --- a/src/IconNestCamWiredStandOutlined.tsx +++ b/src/IconNestCamWiredStandOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandOutlined: React.FC = ({ ...props }) => ( +export const IconNestCamWiredStandOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWiredStandOutlined as default } diff --git a/src/IconNestCamWiredStandOutlinedFilled.tsx b/src/IconNestCamWiredStandOutlinedFilled.tsx index f91bcbeb7..fba273ebc 100644 --- a/src/IconNestCamWiredStandOutlinedFilled.tsx +++ b/src/IconNestCamWiredStandOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandOutlinedFilled: React.FC = ({ +export const IconNestCamWiredStandOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamWiredStandOutlinedFilled: React.FC = ({ ) - -export { IconNestCamWiredStandOutlinedFilled as default } diff --git a/src/IconNestCamWiredStandRounded.tsx b/src/IconNestCamWiredStandRounded.tsx index e06c5f913..c136c56c9 100644 --- a/src/IconNestCamWiredStandRounded.tsx +++ b/src/IconNestCamWiredStandRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandRounded: React.FC = ({ ...props }) => ( +export const IconNestCamWiredStandRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWiredStandRounded as default } diff --git a/src/IconNestCamWiredStandRoundedFilled.tsx b/src/IconNestCamWiredStandRoundedFilled.tsx index 3bf6c0d7f..6bf3e532c 100644 --- a/src/IconNestCamWiredStandRoundedFilled.tsx +++ b/src/IconNestCamWiredStandRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandRoundedFilled: React.FC = ({ +export const IconNestCamWiredStandRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamWiredStandRoundedFilled: React.FC = ({ ) - -export { IconNestCamWiredStandRoundedFilled as default } diff --git a/src/IconNestCamWiredStandSharp.tsx b/src/IconNestCamWiredStandSharp.tsx index ac03ec66b..50afd9d4b 100644 --- a/src/IconNestCamWiredStandSharp.tsx +++ b/src/IconNestCamWiredStandSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandSharp: React.FC = ({ ...props }) => ( +export const IconNestCamWiredStandSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestCamWiredStandSharp as default } diff --git a/src/IconNestCamWiredStandSharpFilled.tsx b/src/IconNestCamWiredStandSharpFilled.tsx index 6beb69a33..38bc73382 100644 --- a/src/IconNestCamWiredStandSharpFilled.tsx +++ b/src/IconNestCamWiredStandSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestCamWiredStandSharpFilled: React.FC = ({ +export const IconNestCamWiredStandSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestCamWiredStandSharpFilled: React.FC = ({ ) - -export { IconNestCamWiredStandSharpFilled as default } diff --git a/src/IconNestClockFarsightAnalogOutlined.tsx b/src/IconNestClockFarsightAnalogOutlined.tsx index 26c54ca74..c0b3c345b 100644 --- a/src/IconNestClockFarsightAnalogOutlined.tsx +++ b/src/IconNestClockFarsightAnalogOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogOutlined: React.FC = ({ +export const IconNestClockFarsightAnalogOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogOutlined: React.FC = ({ ) - -export { IconNestClockFarsightAnalogOutlined as default } diff --git a/src/IconNestClockFarsightAnalogOutlinedFilled.tsx b/src/IconNestClockFarsightAnalogOutlinedFilled.tsx index 67fde4744..b2729eead 100644 --- a/src/IconNestClockFarsightAnalogOutlinedFilled.tsx +++ b/src/IconNestClockFarsightAnalogOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogOutlinedFilled: React.FC = ({ +export const IconNestClockFarsightAnalogOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogOutlinedFilled: React.FC = ({ ) - -export { IconNestClockFarsightAnalogOutlinedFilled as default } diff --git a/src/IconNestClockFarsightAnalogRounded.tsx b/src/IconNestClockFarsightAnalogRounded.tsx index 988c4995c..8872f3408 100644 --- a/src/IconNestClockFarsightAnalogRounded.tsx +++ b/src/IconNestClockFarsightAnalogRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogRounded: React.FC = ({ +export const IconNestClockFarsightAnalogRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogRounded: React.FC = ({ ) - -export { IconNestClockFarsightAnalogRounded as default } diff --git a/src/IconNestClockFarsightAnalogRoundedFilled.tsx b/src/IconNestClockFarsightAnalogRoundedFilled.tsx index bd92d7bf5..56dcc7ed3 100644 --- a/src/IconNestClockFarsightAnalogRoundedFilled.tsx +++ b/src/IconNestClockFarsightAnalogRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogRoundedFilled: React.FC = ({ +export const IconNestClockFarsightAnalogRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogRoundedFilled: React.FC = ({ ) - -export { IconNestClockFarsightAnalogRoundedFilled as default } diff --git a/src/IconNestClockFarsightAnalogSharp.tsx b/src/IconNestClockFarsightAnalogSharp.tsx index ea5f371a7..bccbaae6f 100644 --- a/src/IconNestClockFarsightAnalogSharp.tsx +++ b/src/IconNestClockFarsightAnalogSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogSharp: React.FC = ({ +export const IconNestClockFarsightAnalogSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogSharp: React.FC = ({ ) - -export { IconNestClockFarsightAnalogSharp as default } diff --git a/src/IconNestClockFarsightAnalogSharpFilled.tsx b/src/IconNestClockFarsightAnalogSharpFilled.tsx index 65cb3542a..aeac69b48 100644 --- a/src/IconNestClockFarsightAnalogSharpFilled.tsx +++ b/src/IconNestClockFarsightAnalogSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightAnalogSharpFilled: React.FC = ({ +export const IconNestClockFarsightAnalogSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightAnalogSharpFilled: React.FC = ({ ) - -export { IconNestClockFarsightAnalogSharpFilled as default } diff --git a/src/IconNestClockFarsightDigitalOutlined.tsx b/src/IconNestClockFarsightDigitalOutlined.tsx index 6046e9f2d..ed71a03f6 100644 --- a/src/IconNestClockFarsightDigitalOutlined.tsx +++ b/src/IconNestClockFarsightDigitalOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalOutlined: React.FC = ({ +export const IconNestClockFarsightDigitalOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightDigitalOutlined: React.FC = ({ ) - -export { IconNestClockFarsightDigitalOutlined as default } diff --git a/src/IconNestClockFarsightDigitalOutlinedFilled.tsx b/src/IconNestClockFarsightDigitalOutlinedFilled.tsx index 2706adb62..a6ed2efed 100644 --- a/src/IconNestClockFarsightDigitalOutlinedFilled.tsx +++ b/src/IconNestClockFarsightDigitalOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconNestClockFarsightDigitalOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestClockFarsightDigitalOutlinedFilled as default } diff --git a/src/IconNestClockFarsightDigitalRounded.tsx b/src/IconNestClockFarsightDigitalRounded.tsx index efa7158ff..2eacdbfeb 100644 --- a/src/IconNestClockFarsightDigitalRounded.tsx +++ b/src/IconNestClockFarsightDigitalRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalRounded: React.FC = ({ +export const IconNestClockFarsightDigitalRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightDigitalRounded: React.FC = ({ ) - -export { IconNestClockFarsightDigitalRounded as default } diff --git a/src/IconNestClockFarsightDigitalRoundedFilled.tsx b/src/IconNestClockFarsightDigitalRoundedFilled.tsx index 162ecee2b..f0aaca134 100644 --- a/src/IconNestClockFarsightDigitalRoundedFilled.tsx +++ b/src/IconNestClockFarsightDigitalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalRoundedFilled: React.FC = ({ +export const IconNestClockFarsightDigitalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightDigitalRoundedFilled: React.FC = ({ ) - -export { IconNestClockFarsightDigitalRoundedFilled as default } diff --git a/src/IconNestClockFarsightDigitalSharp.tsx b/src/IconNestClockFarsightDigitalSharp.tsx index b5300a83c..059b48d68 100644 --- a/src/IconNestClockFarsightDigitalSharp.tsx +++ b/src/IconNestClockFarsightDigitalSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalSharp: React.FC = ({ +export const IconNestClockFarsightDigitalSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightDigitalSharp: React.FC = ({ ) - -export { IconNestClockFarsightDigitalSharp as default } diff --git a/src/IconNestClockFarsightDigitalSharpFilled.tsx b/src/IconNestClockFarsightDigitalSharpFilled.tsx index b73ca4113..a3378f6bf 100644 --- a/src/IconNestClockFarsightDigitalSharpFilled.tsx +++ b/src/IconNestClockFarsightDigitalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestClockFarsightDigitalSharpFilled: React.FC = ({ +export const IconNestClockFarsightDigitalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestClockFarsightDigitalSharpFilled: React.FC = ({ ) - -export { IconNestClockFarsightDigitalSharpFilled as default } diff --git a/src/IconNestConnectOutlined.tsx b/src/IconNestConnectOutlined.tsx index 63e4cbb14..f2e759878 100644 --- a/src/IconNestConnectOutlined.tsx +++ b/src/IconNestConnectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectOutlined: React.FC = ({ ...props }) => ( +export const IconNestConnectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestConnectOutlined as default } diff --git a/src/IconNestConnectOutlinedFilled.tsx b/src/IconNestConnectOutlinedFilled.tsx index dd9fc65b6..135a06bc0 100644 --- a/src/IconNestConnectOutlinedFilled.tsx +++ b/src/IconNestConnectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestConnectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestConnectOutlinedFilled as default } diff --git a/src/IconNestConnectRounded.tsx b/src/IconNestConnectRounded.tsx index 341394804..208abdb9a 100644 --- a/src/IconNestConnectRounded.tsx +++ b/src/IconNestConnectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectRounded: React.FC = ({ ...props }) => ( +export const IconNestConnectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestConnectRounded as default } diff --git a/src/IconNestConnectRoundedFilled.tsx b/src/IconNestConnectRoundedFilled.tsx index 007c5c0c4..9bd60f354 100644 --- a/src/IconNestConnectRoundedFilled.tsx +++ b/src/IconNestConnectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestConnectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestConnectRoundedFilled as default } diff --git a/src/IconNestConnectSharp.tsx b/src/IconNestConnectSharp.tsx index 25c5c2e70..9d4845103 100644 --- a/src/IconNestConnectSharp.tsx +++ b/src/IconNestConnectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectSharp: React.FC = ({ ...props }) => ( +export const IconNestConnectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestConnectSharp as default } diff --git a/src/IconNestConnectSharpFilled.tsx b/src/IconNestConnectSharpFilled.tsx index dedcaa3ff..63f36e111 100644 --- a/src/IconNestConnectSharpFilled.tsx +++ b/src/IconNestConnectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestConnectSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestConnectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestConnectSharpFilled as default } diff --git a/src/IconNestDetectOutlined.tsx b/src/IconNestDetectOutlined.tsx index c218c262f..3f79ec149 100644 --- a/src/IconNestDetectOutlined.tsx +++ b/src/IconNestDetectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectOutlined: React.FC = ({ ...props }) => ( +export const IconNestDetectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDetectOutlined as default } diff --git a/src/IconNestDetectOutlinedFilled.tsx b/src/IconNestDetectOutlinedFilled.tsx index 524e92070..e4b871ba9 100644 --- a/src/IconNestDetectOutlinedFilled.tsx +++ b/src/IconNestDetectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestDetectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDetectOutlinedFilled as default } diff --git a/src/IconNestDetectRounded.tsx b/src/IconNestDetectRounded.tsx index 135e6b6aa..80043d242 100644 --- a/src/IconNestDetectRounded.tsx +++ b/src/IconNestDetectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectRounded: React.FC = ({ ...props }) => ( +export const IconNestDetectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDetectRounded as default } diff --git a/src/IconNestDetectRoundedFilled.tsx b/src/IconNestDetectRoundedFilled.tsx index b5f24431b..6e994e334 100644 --- a/src/IconNestDetectRoundedFilled.tsx +++ b/src/IconNestDetectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestDetectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDetectRoundedFilled as default } diff --git a/src/IconNestDetectSharp.tsx b/src/IconNestDetectSharp.tsx index 197f03cc4..0e0d9de48 100644 --- a/src/IconNestDetectSharp.tsx +++ b/src/IconNestDetectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectSharp: React.FC = ({ ...props }) => ( +export const IconNestDetectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDetectSharp as default } diff --git a/src/IconNestDetectSharpFilled.tsx b/src/IconNestDetectSharpFilled.tsx index 8222bceb8..2082a850e 100644 --- a/src/IconNestDetectSharpFilled.tsx +++ b/src/IconNestDetectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDetectSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestDetectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDetectSharpFilled as default } diff --git a/src/IconNestDisplayMaxOutlined.tsx b/src/IconNestDisplayMaxOutlined.tsx index f97e4ac2d..27318e890 100644 --- a/src/IconNestDisplayMaxOutlined.tsx +++ b/src/IconNestDisplayMaxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxOutlined: React.FC = ({ ...props }) => ( +export const IconNestDisplayMaxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayMaxOutlined as default } diff --git a/src/IconNestDisplayMaxOutlinedFilled.tsx b/src/IconNestDisplayMaxOutlinedFilled.tsx index 620e33d9a..745628eab 100644 --- a/src/IconNestDisplayMaxOutlinedFilled.tsx +++ b/src/IconNestDisplayMaxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxOutlinedFilled: React.FC = ({ +export const IconNestDisplayMaxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestDisplayMaxOutlinedFilled: React.FC = ({ ) - -export { IconNestDisplayMaxOutlinedFilled as default } diff --git a/src/IconNestDisplayMaxRounded.tsx b/src/IconNestDisplayMaxRounded.tsx index 60f023077..3c8d2669e 100644 --- a/src/IconNestDisplayMaxRounded.tsx +++ b/src/IconNestDisplayMaxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxRounded: React.FC = ({ ...props }) => ( +export const IconNestDisplayMaxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayMaxRounded as default } diff --git a/src/IconNestDisplayMaxRoundedFilled.tsx b/src/IconNestDisplayMaxRoundedFilled.tsx index f534dec29..3c64338b0 100644 --- a/src/IconNestDisplayMaxRoundedFilled.tsx +++ b/src/IconNestDisplayMaxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestDisplayMaxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayMaxRoundedFilled as default } diff --git a/src/IconNestDisplayMaxSharp.tsx b/src/IconNestDisplayMaxSharp.tsx index 557e3619f..69060905e 100644 --- a/src/IconNestDisplayMaxSharp.tsx +++ b/src/IconNestDisplayMaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxSharp: React.FC = ({ ...props }) => ( +export const IconNestDisplayMaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDisplayMaxSharp as default } diff --git a/src/IconNestDisplayMaxSharpFilled.tsx b/src/IconNestDisplayMaxSharpFilled.tsx index e4dcde37a..6e8fa51c1 100644 --- a/src/IconNestDisplayMaxSharpFilled.tsx +++ b/src/IconNestDisplayMaxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayMaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestDisplayMaxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayMaxSharpFilled as default } diff --git a/src/IconNestDisplayOutlined.tsx b/src/IconNestDisplayOutlined.tsx index cbf6b7100..153f44696 100644 --- a/src/IconNestDisplayOutlined.tsx +++ b/src/IconNestDisplayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayOutlined: React.FC = ({ ...props }) => ( +export const IconNestDisplayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDisplayOutlined as default } diff --git a/src/IconNestDisplayOutlinedFilled.tsx b/src/IconNestDisplayOutlinedFilled.tsx index 12621cecf..9d2835683 100644 --- a/src/IconNestDisplayOutlinedFilled.tsx +++ b/src/IconNestDisplayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestDisplayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayOutlinedFilled as default } diff --git a/src/IconNestDisplayRounded.tsx b/src/IconNestDisplayRounded.tsx index 05841d939..339ba4612 100644 --- a/src/IconNestDisplayRounded.tsx +++ b/src/IconNestDisplayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayRounded: React.FC = ({ ...props }) => ( +export const IconNestDisplayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDisplayRounded as default } diff --git a/src/IconNestDisplayRoundedFilled.tsx b/src/IconNestDisplayRoundedFilled.tsx index 35fdf2241..672430097 100644 --- a/src/IconNestDisplayRoundedFilled.tsx +++ b/src/IconNestDisplayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestDisplayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplayRoundedFilled as default } diff --git a/src/IconNestDisplaySharp.tsx b/src/IconNestDisplaySharp.tsx index aad0e6401..8375067c2 100644 --- a/src/IconNestDisplaySharp.tsx +++ b/src/IconNestDisplaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplaySharp: React.FC = ({ ...props }) => ( +export const IconNestDisplaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestDisplaySharp as default } diff --git a/src/IconNestDisplaySharpFilled.tsx b/src/IconNestDisplaySharpFilled.tsx index 1fdadcde3..fbeb6e779 100644 --- a/src/IconNestDisplaySharpFilled.tsx +++ b/src/IconNestDisplaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDisplaySharpFilled: React.FC = ({ ...props }) => ( +export const IconNestDisplaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDisplaySharpFilled as default } diff --git a/src/IconNestDoorbellVisitorOutlined.tsx b/src/IconNestDoorbellVisitorOutlined.tsx index a0f2ca7c5..8a1b5fdcd 100644 --- a/src/IconNestDoorbellVisitorOutlined.tsx +++ b/src/IconNestDoorbellVisitorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorOutlined: React.FC = ({ ...props }) => ( +export const IconNestDoorbellVisitorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDoorbellVisitorOutlined as default } diff --git a/src/IconNestDoorbellVisitorOutlinedFilled.tsx b/src/IconNestDoorbellVisitorOutlinedFilled.tsx index c3e3754b3..3fd74a05e 100644 --- a/src/IconNestDoorbellVisitorOutlinedFilled.tsx +++ b/src/IconNestDoorbellVisitorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorOutlinedFilled: React.FC = ({ +export const IconNestDoorbellVisitorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestDoorbellVisitorOutlinedFilled: React.FC = ({ ) - -export { IconNestDoorbellVisitorOutlinedFilled as default } diff --git a/src/IconNestDoorbellVisitorRounded.tsx b/src/IconNestDoorbellVisitorRounded.tsx index 884eca580..882c944a1 100644 --- a/src/IconNestDoorbellVisitorRounded.tsx +++ b/src/IconNestDoorbellVisitorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorRounded: React.FC = ({ ...props }) => ( +export const IconNestDoorbellVisitorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDoorbellVisitorRounded as default } diff --git a/src/IconNestDoorbellVisitorRoundedFilled.tsx b/src/IconNestDoorbellVisitorRoundedFilled.tsx index 48566bffa..7917fb855 100644 --- a/src/IconNestDoorbellVisitorRoundedFilled.tsx +++ b/src/IconNestDoorbellVisitorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorRoundedFilled: React.FC = ({ +export const IconNestDoorbellVisitorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestDoorbellVisitorRoundedFilled: React.FC = ({ ) - -export { IconNestDoorbellVisitorRoundedFilled as default } diff --git a/src/IconNestDoorbellVisitorSharp.tsx b/src/IconNestDoorbellVisitorSharp.tsx index caca44c71..2c996b4ed 100644 --- a/src/IconNestDoorbellVisitorSharp.tsx +++ b/src/IconNestDoorbellVisitorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorSharp: React.FC = ({ ...props }) => ( +export const IconNestDoorbellVisitorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestDoorbellVisitorSharp as default } diff --git a/src/IconNestDoorbellVisitorSharpFilled.tsx b/src/IconNestDoorbellVisitorSharpFilled.tsx index c48bb34ae..18e77a2d2 100644 --- a/src/IconNestDoorbellVisitorSharpFilled.tsx +++ b/src/IconNestDoorbellVisitorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestDoorbellVisitorSharpFilled: React.FC = ({ +export const IconNestDoorbellVisitorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestDoorbellVisitorSharpFilled: React.FC = ({ ) - -export { IconNestDoorbellVisitorSharpFilled as default } diff --git a/src/IconNestEcoLeafOutlined.tsx b/src/IconNestEcoLeafOutlined.tsx index 8ab86b130..f9deea1a2 100644 --- a/src/IconNestEcoLeafOutlined.tsx +++ b/src/IconNestEcoLeafOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafOutlined: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafOutlined as default } diff --git a/src/IconNestEcoLeafOutlinedFilled.tsx b/src/IconNestEcoLeafOutlinedFilled.tsx index 90faa7392..6018b75b1 100644 --- a/src/IconNestEcoLeafOutlinedFilled.tsx +++ b/src/IconNestEcoLeafOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafOutlinedFilled as default } diff --git a/src/IconNestEcoLeafRounded.tsx b/src/IconNestEcoLeafRounded.tsx index b6bb8f7c0..5270b0c56 100644 --- a/src/IconNestEcoLeafRounded.tsx +++ b/src/IconNestEcoLeafRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafRounded: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafRounded as default } diff --git a/src/IconNestEcoLeafRoundedFilled.tsx b/src/IconNestEcoLeafRoundedFilled.tsx index 5370dbdd3..323b04611 100644 --- a/src/IconNestEcoLeafRoundedFilled.tsx +++ b/src/IconNestEcoLeafRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafRoundedFilled as default } diff --git a/src/IconNestEcoLeafSharp.tsx b/src/IconNestEcoLeafSharp.tsx index a10183b3e..f64e1c0c9 100644 --- a/src/IconNestEcoLeafSharp.tsx +++ b/src/IconNestEcoLeafSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafSharp: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafSharp as default } diff --git a/src/IconNestEcoLeafSharpFilled.tsx b/src/IconNestEcoLeafSharpFilled.tsx index 0b26a12d0..15370c77d 100644 --- a/src/IconNestEcoLeafSharpFilled.tsx +++ b/src/IconNestEcoLeafSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestEcoLeafSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestEcoLeafSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestEcoLeafSharpFilled as default } diff --git a/src/IconNestFarsightWeatherOutlined.tsx b/src/IconNestFarsightWeatherOutlined.tsx index e57072c21..317d34dce 100644 --- a/src/IconNestFarsightWeatherOutlined.tsx +++ b/src/IconNestFarsightWeatherOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherOutlined: React.FC = ({ ...props }) => ( +export const IconNestFarsightWeatherOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFarsightWeatherOutlined as default } diff --git a/src/IconNestFarsightWeatherOutlinedFilled.tsx b/src/IconNestFarsightWeatherOutlinedFilled.tsx index 663e2ef5d..71c5b3b90 100644 --- a/src/IconNestFarsightWeatherOutlinedFilled.tsx +++ b/src/IconNestFarsightWeatherOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherOutlinedFilled: React.FC = ({ +export const IconNestFarsightWeatherOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestFarsightWeatherOutlinedFilled: React.FC = ({ ) - -export { IconNestFarsightWeatherOutlinedFilled as default } diff --git a/src/IconNestFarsightWeatherRounded.tsx b/src/IconNestFarsightWeatherRounded.tsx index 02e6e499d..d54b88a71 100644 --- a/src/IconNestFarsightWeatherRounded.tsx +++ b/src/IconNestFarsightWeatherRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherRounded: React.FC = ({ ...props }) => ( +export const IconNestFarsightWeatherRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFarsightWeatherRounded as default } diff --git a/src/IconNestFarsightWeatherRoundedFilled.tsx b/src/IconNestFarsightWeatherRoundedFilled.tsx index b93277b0b..92d0c0d48 100644 --- a/src/IconNestFarsightWeatherRoundedFilled.tsx +++ b/src/IconNestFarsightWeatherRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherRoundedFilled: React.FC = ({ +export const IconNestFarsightWeatherRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestFarsightWeatherRoundedFilled: React.FC = ({ ) - -export { IconNestFarsightWeatherRoundedFilled as default } diff --git a/src/IconNestFarsightWeatherSharp.tsx b/src/IconNestFarsightWeatherSharp.tsx index 1149d5468..9a2c89151 100644 --- a/src/IconNestFarsightWeatherSharp.tsx +++ b/src/IconNestFarsightWeatherSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherSharp: React.FC = ({ ...props }) => ( +export const IconNestFarsightWeatherSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFarsightWeatherSharp as default } diff --git a/src/IconNestFarsightWeatherSharpFilled.tsx b/src/IconNestFarsightWeatherSharpFilled.tsx index 24c78c45e..b64064f13 100644 --- a/src/IconNestFarsightWeatherSharpFilled.tsx +++ b/src/IconNestFarsightWeatherSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestFarsightWeatherSharpFilled: React.FC = ({ +export const IconNestFarsightWeatherSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestFarsightWeatherSharpFilled: React.FC = ({ ) - -export { IconNestFarsightWeatherSharpFilled as default } diff --git a/src/IconNestFoundSavingsOutlined.tsx b/src/IconNestFoundSavingsOutlined.tsx index 8c1495b50..451a3d940 100644 --- a/src/IconNestFoundSavingsOutlined.tsx +++ b/src/IconNestFoundSavingsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsOutlined: React.FC = ({ ...props }) => ( +export const IconNestFoundSavingsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFoundSavingsOutlined as default } diff --git a/src/IconNestFoundSavingsOutlinedFilled.tsx b/src/IconNestFoundSavingsOutlinedFilled.tsx index e6554b13b..51a0f848e 100644 --- a/src/IconNestFoundSavingsOutlinedFilled.tsx +++ b/src/IconNestFoundSavingsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsOutlinedFilled: React.FC = ({ +export const IconNestFoundSavingsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestFoundSavingsOutlinedFilled: React.FC = ({ ) - -export { IconNestFoundSavingsOutlinedFilled as default } diff --git a/src/IconNestFoundSavingsRounded.tsx b/src/IconNestFoundSavingsRounded.tsx index 8c6a20f62..bb5f9e042 100644 --- a/src/IconNestFoundSavingsRounded.tsx +++ b/src/IconNestFoundSavingsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsRounded: React.FC = ({ ...props }) => ( +export const IconNestFoundSavingsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFoundSavingsRounded as default } diff --git a/src/IconNestFoundSavingsRoundedFilled.tsx b/src/IconNestFoundSavingsRoundedFilled.tsx index 23855c8a5..c310137f8 100644 --- a/src/IconNestFoundSavingsRoundedFilled.tsx +++ b/src/IconNestFoundSavingsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsRoundedFilled: React.FC = ({ +export const IconNestFoundSavingsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestFoundSavingsRoundedFilled: React.FC = ({ ) - -export { IconNestFoundSavingsRoundedFilled as default } diff --git a/src/IconNestFoundSavingsSharp.tsx b/src/IconNestFoundSavingsSharp.tsx index d9d6ff824..0f0c9b29a 100644 --- a/src/IconNestFoundSavingsSharp.tsx +++ b/src/IconNestFoundSavingsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsSharp: React.FC = ({ ...props }) => ( +export const IconNestFoundSavingsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFoundSavingsSharp as default } diff --git a/src/IconNestFoundSavingsSharpFilled.tsx b/src/IconNestFoundSavingsSharpFilled.tsx index 1456b10c5..6514f7a46 100644 --- a/src/IconNestFoundSavingsSharpFilled.tsx +++ b/src/IconNestFoundSavingsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestFoundSavingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestFoundSavingsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestFoundSavingsSharpFilled as default } diff --git a/src/IconNestGaleWifiOutlined.tsx b/src/IconNestGaleWifiOutlined.tsx index b051cd29a..ba7782d00 100644 --- a/src/IconNestGaleWifiOutlined.tsx +++ b/src/IconNestGaleWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiOutlined: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiOutlined as default } diff --git a/src/IconNestGaleWifiOutlinedFilled.tsx b/src/IconNestGaleWifiOutlinedFilled.tsx index 8b6a7bccb..b4b487f1d 100644 --- a/src/IconNestGaleWifiOutlinedFilled.tsx +++ b/src/IconNestGaleWifiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiOutlinedFilled as default } diff --git a/src/IconNestGaleWifiRounded.tsx b/src/IconNestGaleWifiRounded.tsx index 5bf9eced7..4b0f3172e 100644 --- a/src/IconNestGaleWifiRounded.tsx +++ b/src/IconNestGaleWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiRounded: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiRounded as default } diff --git a/src/IconNestGaleWifiRoundedFilled.tsx b/src/IconNestGaleWifiRoundedFilled.tsx index 68b442b49..c5f653d90 100644 --- a/src/IconNestGaleWifiRoundedFilled.tsx +++ b/src/IconNestGaleWifiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiRoundedFilled as default } diff --git a/src/IconNestGaleWifiSharp.tsx b/src/IconNestGaleWifiSharp.tsx index 719995389..67aaefd76 100644 --- a/src/IconNestGaleWifiSharp.tsx +++ b/src/IconNestGaleWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiSharp: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiSharp as default } diff --git a/src/IconNestGaleWifiSharpFilled.tsx b/src/IconNestGaleWifiSharpFilled.tsx index 9003a9926..8efda5c42 100644 --- a/src/IconNestGaleWifiSharpFilled.tsx +++ b/src/IconNestGaleWifiSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestGaleWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestGaleWifiSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestGaleWifiSharpFilled as default } diff --git a/src/IconNestHeatLinkEOutlined.tsx b/src/IconNestHeatLinkEOutlined.tsx index 40686f539..8e13e690f 100644 --- a/src/IconNestHeatLinkEOutlined.tsx +++ b/src/IconNestHeatLinkEOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkEOutlined: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkEOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkEOutlined as default } diff --git a/src/IconNestHeatLinkEOutlinedFilled.tsx b/src/IconNestHeatLinkEOutlinedFilled.tsx index 7049583ff..53fd7ecdc 100644 --- a/src/IconNestHeatLinkEOutlinedFilled.tsx +++ b/src/IconNestHeatLinkEOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkEOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkEOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkEOutlinedFilled as default } diff --git a/src/IconNestHeatLinkERounded.tsx b/src/IconNestHeatLinkERounded.tsx index 2dbb4f199..0439fd0d0 100644 --- a/src/IconNestHeatLinkERounded.tsx +++ b/src/IconNestHeatLinkERounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkERounded: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkERounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkERounded as default } diff --git a/src/IconNestHeatLinkERoundedFilled.tsx b/src/IconNestHeatLinkERoundedFilled.tsx index 783c788ac..326944e3b 100644 --- a/src/IconNestHeatLinkERoundedFilled.tsx +++ b/src/IconNestHeatLinkERoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkERoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkERoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkERoundedFilled as default } diff --git a/src/IconNestHeatLinkESharp.tsx b/src/IconNestHeatLinkESharp.tsx index 85325104b..1ab01dceb 100644 --- a/src/IconNestHeatLinkESharp.tsx +++ b/src/IconNestHeatLinkESharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkESharp: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkESharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkESharp as default } diff --git a/src/IconNestHeatLinkESharpFilled.tsx b/src/IconNestHeatLinkESharpFilled.tsx index 1d6f2c497..dd500cda1 100644 --- a/src/IconNestHeatLinkESharpFilled.tsx +++ b/src/IconNestHeatLinkESharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkESharpFilled: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkESharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkESharpFilled as default } diff --git a/src/IconNestHeatLinkGen3Outlined.tsx b/src/IconNestHeatLinkGen3Outlined.tsx index 1e6f52f7b..45d75149f 100644 --- a/src/IconNestHeatLinkGen3Outlined.tsx +++ b/src/IconNestHeatLinkGen3Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3Outlined: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkGen3Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkGen3Outlined as default } diff --git a/src/IconNestHeatLinkGen3OutlinedFilled.tsx b/src/IconNestHeatLinkGen3OutlinedFilled.tsx index b5455d8ff..f2aa78d7e 100644 --- a/src/IconNestHeatLinkGen3OutlinedFilled.tsx +++ b/src/IconNestHeatLinkGen3OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3OutlinedFilled: React.FC = ({ +export const IconNestHeatLinkGen3OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestHeatLinkGen3OutlinedFilled: React.FC = ({ ) - -export { IconNestHeatLinkGen3OutlinedFilled as default } diff --git a/src/IconNestHeatLinkGen3Rounded.tsx b/src/IconNestHeatLinkGen3Rounded.tsx index 3f4d88864..2561d8b4f 100644 --- a/src/IconNestHeatLinkGen3Rounded.tsx +++ b/src/IconNestHeatLinkGen3Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3Rounded: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkGen3Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkGen3Rounded as default } diff --git a/src/IconNestHeatLinkGen3RoundedFilled.tsx b/src/IconNestHeatLinkGen3RoundedFilled.tsx index ade5ad5fa..ed5315392 100644 --- a/src/IconNestHeatLinkGen3RoundedFilled.tsx +++ b/src/IconNestHeatLinkGen3RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3RoundedFilled: React.FC = ({ +export const IconNestHeatLinkGen3RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestHeatLinkGen3RoundedFilled: React.FC = ({ ) - -export { IconNestHeatLinkGen3RoundedFilled as default } diff --git a/src/IconNestHeatLinkGen3Sharp.tsx b/src/IconNestHeatLinkGen3Sharp.tsx index 5fb48d15f..f62ea9202 100644 --- a/src/IconNestHeatLinkGen3Sharp.tsx +++ b/src/IconNestHeatLinkGen3Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3Sharp: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkGen3Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkGen3Sharp as default } diff --git a/src/IconNestHeatLinkGen3SharpFilled.tsx b/src/IconNestHeatLinkGen3SharpFilled.tsx index f6c075bdb..d38d5a45b 100644 --- a/src/IconNestHeatLinkGen3SharpFilled.tsx +++ b/src/IconNestHeatLinkGen3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHeatLinkGen3SharpFilled: React.FC = ({ ...props }) => ( +export const IconNestHeatLinkGen3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHeatLinkGen3SharpFilled as default } diff --git a/src/IconNestHelloDoorbellOutlined.tsx b/src/IconNestHelloDoorbellOutlined.tsx index 9c3f74972..19ac550d2 100644 --- a/src/IconNestHelloDoorbellOutlined.tsx +++ b/src/IconNestHelloDoorbellOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellOutlined: React.FC = ({ ...props }) => ( +export const IconNestHelloDoorbellOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHelloDoorbellOutlined as default } diff --git a/src/IconNestHelloDoorbellOutlinedFilled.tsx b/src/IconNestHelloDoorbellOutlinedFilled.tsx index 0676e08e8..4e68c3bd6 100644 --- a/src/IconNestHelloDoorbellOutlinedFilled.tsx +++ b/src/IconNestHelloDoorbellOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellOutlinedFilled: React.FC = ({ +export const IconNestHelloDoorbellOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestHelloDoorbellOutlinedFilled: React.FC = ({ ) - -export { IconNestHelloDoorbellOutlinedFilled as default } diff --git a/src/IconNestHelloDoorbellRounded.tsx b/src/IconNestHelloDoorbellRounded.tsx index 828dd9c2c..915b2148e 100644 --- a/src/IconNestHelloDoorbellRounded.tsx +++ b/src/IconNestHelloDoorbellRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellRounded: React.FC = ({ ...props }) => ( +export const IconNestHelloDoorbellRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHelloDoorbellRounded as default } diff --git a/src/IconNestHelloDoorbellRoundedFilled.tsx b/src/IconNestHelloDoorbellRoundedFilled.tsx index 41cc7894b..1c7dc4043 100644 --- a/src/IconNestHelloDoorbellRoundedFilled.tsx +++ b/src/IconNestHelloDoorbellRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellRoundedFilled: React.FC = ({ +export const IconNestHelloDoorbellRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestHelloDoorbellRoundedFilled: React.FC = ({ ) - -export { IconNestHelloDoorbellRoundedFilled as default } diff --git a/src/IconNestHelloDoorbellSharp.tsx b/src/IconNestHelloDoorbellSharp.tsx index d16d5d791..aec2247e6 100644 --- a/src/IconNestHelloDoorbellSharp.tsx +++ b/src/IconNestHelloDoorbellSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellSharp: React.FC = ({ ...props }) => ( +export const IconNestHelloDoorbellSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestHelloDoorbellSharp as default } diff --git a/src/IconNestHelloDoorbellSharpFilled.tsx b/src/IconNestHelloDoorbellSharpFilled.tsx index e28f9a4cf..3cbb03aba 100644 --- a/src/IconNestHelloDoorbellSharpFilled.tsx +++ b/src/IconNestHelloDoorbellSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestHelloDoorbellSharpFilled: React.FC = ({ +export const IconNestHelloDoorbellSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestHelloDoorbellSharpFilled: React.FC = ({ ) - -export { IconNestHelloDoorbellSharpFilled as default } diff --git a/src/IconNestMiniOutlined.tsx b/src/IconNestMiniOutlined.tsx index a81c66196..d620e52b8 100644 --- a/src/IconNestMiniOutlined.tsx +++ b/src/IconNestMiniOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniOutlined: React.FC = ({ ...props }) => ( +export const IconNestMiniOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMiniOutlined as default } diff --git a/src/IconNestMiniOutlinedFilled.tsx b/src/IconNestMiniOutlinedFilled.tsx index 7b3607142..cc04f4ff5 100644 --- a/src/IconNestMiniOutlinedFilled.tsx +++ b/src/IconNestMiniOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestMiniOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMiniOutlinedFilled as default } diff --git a/src/IconNestMiniRounded.tsx b/src/IconNestMiniRounded.tsx index 80a49b5c1..2d0d9b038 100644 --- a/src/IconNestMiniRounded.tsx +++ b/src/IconNestMiniRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniRounded: React.FC = ({ ...props }) => ( +export const IconNestMiniRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMiniRounded as default } diff --git a/src/IconNestMiniRoundedFilled.tsx b/src/IconNestMiniRoundedFilled.tsx index 25e278212..dae4feaf7 100644 --- a/src/IconNestMiniRoundedFilled.tsx +++ b/src/IconNestMiniRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestMiniRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMiniRoundedFilled as default } diff --git a/src/IconNestMiniSharp.tsx b/src/IconNestMiniSharp.tsx index 1abce4734..4f9edef05 100644 --- a/src/IconNestMiniSharp.tsx +++ b/src/IconNestMiniSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniSharp: React.FC = ({ ...props }) => ( +export const IconNestMiniSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMiniSharp as default } diff --git a/src/IconNestMiniSharpFilled.tsx b/src/IconNestMiniSharpFilled.tsx index 408822b57..c2e9cb1fb 100644 --- a/src/IconNestMiniSharpFilled.tsx +++ b/src/IconNestMiniSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMiniSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestMiniSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMiniSharpFilled as default } diff --git a/src/IconNestMultiRoomOutlined.tsx b/src/IconNestMultiRoomOutlined.tsx index 9fc709784..372469958 100644 --- a/src/IconNestMultiRoomOutlined.tsx +++ b/src/IconNestMultiRoomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomOutlined: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomOutlined as default } diff --git a/src/IconNestMultiRoomOutlinedFilled.tsx b/src/IconNestMultiRoomOutlinedFilled.tsx index 7f11a05af..c9ced10ee 100644 --- a/src/IconNestMultiRoomOutlinedFilled.tsx +++ b/src/IconNestMultiRoomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomOutlinedFilled as default } diff --git a/src/IconNestMultiRoomRounded.tsx b/src/IconNestMultiRoomRounded.tsx index 45f753fb8..0b12ffd2f 100644 --- a/src/IconNestMultiRoomRounded.tsx +++ b/src/IconNestMultiRoomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomRounded: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomRounded as default } diff --git a/src/IconNestMultiRoomRoundedFilled.tsx b/src/IconNestMultiRoomRoundedFilled.tsx index 62e5057d2..166edab37 100644 --- a/src/IconNestMultiRoomRoundedFilled.tsx +++ b/src/IconNestMultiRoomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomRoundedFilled as default } diff --git a/src/IconNestMultiRoomSharp.tsx b/src/IconNestMultiRoomSharp.tsx index 2fd2a7705..e4713d295 100644 --- a/src/IconNestMultiRoomSharp.tsx +++ b/src/IconNestMultiRoomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomSharp: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomSharp as default } diff --git a/src/IconNestMultiRoomSharpFilled.tsx b/src/IconNestMultiRoomSharpFilled.tsx index bfdcfba1d..1b7734d05 100644 --- a/src/IconNestMultiRoomSharpFilled.tsx +++ b/src/IconNestMultiRoomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestMultiRoomSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestMultiRoomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestMultiRoomSharpFilled as default } diff --git a/src/IconNestProtectOutlined.tsx b/src/IconNestProtectOutlined.tsx index b35b4931a..23f6d33eb 100644 --- a/src/IconNestProtectOutlined.tsx +++ b/src/IconNestProtectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectOutlined: React.FC = ({ ...props }) => ( +export const IconNestProtectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestProtectOutlined as default } diff --git a/src/IconNestProtectOutlinedFilled.tsx b/src/IconNestProtectOutlinedFilled.tsx index 37adaaec2..85e1f6822 100644 --- a/src/IconNestProtectOutlinedFilled.tsx +++ b/src/IconNestProtectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestProtectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestProtectOutlinedFilled as default } diff --git a/src/IconNestProtectRounded.tsx b/src/IconNestProtectRounded.tsx index e3f66c7ed..d046561d7 100644 --- a/src/IconNestProtectRounded.tsx +++ b/src/IconNestProtectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectRounded: React.FC = ({ ...props }) => ( +export const IconNestProtectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestProtectRounded as default } diff --git a/src/IconNestProtectRoundedFilled.tsx b/src/IconNestProtectRoundedFilled.tsx index f6efadb33..d49c31949 100644 --- a/src/IconNestProtectRoundedFilled.tsx +++ b/src/IconNestProtectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestProtectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestProtectRoundedFilled as default } diff --git a/src/IconNestProtectSharp.tsx b/src/IconNestProtectSharp.tsx index ee9ee5fc5..81455e199 100644 --- a/src/IconNestProtectSharp.tsx +++ b/src/IconNestProtectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectSharp: React.FC = ({ ...props }) => ( +export const IconNestProtectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestProtectSharp as default } diff --git a/src/IconNestProtectSharpFilled.tsx b/src/IconNestProtectSharpFilled.tsx index 71d780310..6a2a3a612 100644 --- a/src/IconNestProtectSharpFilled.tsx +++ b/src/IconNestProtectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestProtectSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestProtectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestProtectSharpFilled as default } diff --git a/src/IconNestRemoteComfortSensorOutlined.tsx b/src/IconNestRemoteComfortSensorOutlined.tsx index 17a926782..0011c3259 100644 --- a/src/IconNestRemoteComfortSensorOutlined.tsx +++ b/src/IconNestRemoteComfortSensorOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorOutlined: React.FC = ({ +export const IconNestRemoteComfortSensorOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorOutlined: React.FC = ({ ) - -export { IconNestRemoteComfortSensorOutlined as default } diff --git a/src/IconNestRemoteComfortSensorOutlinedFilled.tsx b/src/IconNestRemoteComfortSensorOutlinedFilled.tsx index bb60923fa..0b8b46699 100644 --- a/src/IconNestRemoteComfortSensorOutlinedFilled.tsx +++ b/src/IconNestRemoteComfortSensorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorOutlinedFilled: React.FC = ({ +export const IconNestRemoteComfortSensorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorOutlinedFilled: React.FC = ({ ) - -export { IconNestRemoteComfortSensorOutlinedFilled as default } diff --git a/src/IconNestRemoteComfortSensorRounded.tsx b/src/IconNestRemoteComfortSensorRounded.tsx index c2904005e..b57976daa 100644 --- a/src/IconNestRemoteComfortSensorRounded.tsx +++ b/src/IconNestRemoteComfortSensorRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorRounded: React.FC = ({ +export const IconNestRemoteComfortSensorRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorRounded: React.FC = ({ ) - -export { IconNestRemoteComfortSensorRounded as default } diff --git a/src/IconNestRemoteComfortSensorRoundedFilled.tsx b/src/IconNestRemoteComfortSensorRoundedFilled.tsx index 4cb944128..831e981cc 100644 --- a/src/IconNestRemoteComfortSensorRoundedFilled.tsx +++ b/src/IconNestRemoteComfortSensorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorRoundedFilled: React.FC = ({ +export const IconNestRemoteComfortSensorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorRoundedFilled: React.FC = ({ ) - -export { IconNestRemoteComfortSensorRoundedFilled as default } diff --git a/src/IconNestRemoteComfortSensorSharp.tsx b/src/IconNestRemoteComfortSensorSharp.tsx index 8cbd05131..58660f2a5 100644 --- a/src/IconNestRemoteComfortSensorSharp.tsx +++ b/src/IconNestRemoteComfortSensorSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorSharp: React.FC = ({ +export const IconNestRemoteComfortSensorSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorSharp: React.FC = ({ ) - -export { IconNestRemoteComfortSensorSharp as default } diff --git a/src/IconNestRemoteComfortSensorSharpFilled.tsx b/src/IconNestRemoteComfortSensorSharpFilled.tsx index 2f1886408..f9af083c6 100644 --- a/src/IconNestRemoteComfortSensorSharpFilled.tsx +++ b/src/IconNestRemoteComfortSensorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteComfortSensorSharpFilled: React.FC = ({ +export const IconNestRemoteComfortSensorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestRemoteComfortSensorSharpFilled: React.FC = ({ ) - -export { IconNestRemoteComfortSensorSharpFilled as default } diff --git a/src/IconNestRemoteOutlined.tsx b/src/IconNestRemoteOutlined.tsx index 21594eb0e..9364eaedd 100644 --- a/src/IconNestRemoteOutlined.tsx +++ b/src/IconNestRemoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteOutlined: React.FC = ({ ...props }) => ( +export const IconNestRemoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestRemoteOutlined as default } diff --git a/src/IconNestRemoteOutlinedFilled.tsx b/src/IconNestRemoteOutlinedFilled.tsx index 6306c2314..8d668ecde 100644 --- a/src/IconNestRemoteOutlinedFilled.tsx +++ b/src/IconNestRemoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestRemoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestRemoteOutlinedFilled as default } diff --git a/src/IconNestRemoteRounded.tsx b/src/IconNestRemoteRounded.tsx index 3003169f1..ddf13f409 100644 --- a/src/IconNestRemoteRounded.tsx +++ b/src/IconNestRemoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteRounded: React.FC = ({ ...props }) => ( +export const IconNestRemoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestRemoteRounded as default } diff --git a/src/IconNestRemoteRoundedFilled.tsx b/src/IconNestRemoteRoundedFilled.tsx index 82420df19..408987ada 100644 --- a/src/IconNestRemoteRoundedFilled.tsx +++ b/src/IconNestRemoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestRemoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestRemoteRoundedFilled as default } diff --git a/src/IconNestRemoteSharp.tsx b/src/IconNestRemoteSharp.tsx index cc983cd7e..9852b669b 100644 --- a/src/IconNestRemoteSharp.tsx +++ b/src/IconNestRemoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteSharp: React.FC = ({ ...props }) => ( +export const IconNestRemoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestRemoteSharp as default } diff --git a/src/IconNestRemoteSharpFilled.tsx b/src/IconNestRemoteSharpFilled.tsx index a1c3d6bdf..526a41579 100644 --- a/src/IconNestRemoteSharpFilled.tsx +++ b/src/IconNestRemoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestRemoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestRemoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestRemoteSharpFilled as default } diff --git a/src/IconNestSecureAlarmOutlined.tsx b/src/IconNestSecureAlarmOutlined.tsx index bc28d596a..892d879a1 100644 --- a/src/IconNestSecureAlarmOutlined.tsx +++ b/src/IconNestSecureAlarmOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmOutlined: React.FC = ({ ...props }) => ( +export const IconNestSecureAlarmOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSecureAlarmOutlined as default } diff --git a/src/IconNestSecureAlarmOutlinedFilled.tsx b/src/IconNestSecureAlarmOutlinedFilled.tsx index 6a3126715..473264ad7 100644 --- a/src/IconNestSecureAlarmOutlinedFilled.tsx +++ b/src/IconNestSecureAlarmOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmOutlinedFilled: React.FC = ({ +export const IconNestSecureAlarmOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestSecureAlarmOutlinedFilled: React.FC = ({ ) - -export { IconNestSecureAlarmOutlinedFilled as default } diff --git a/src/IconNestSecureAlarmRounded.tsx b/src/IconNestSecureAlarmRounded.tsx index 595aabeac..a5363ba66 100644 --- a/src/IconNestSecureAlarmRounded.tsx +++ b/src/IconNestSecureAlarmRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmRounded: React.FC = ({ ...props }) => ( +export const IconNestSecureAlarmRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSecureAlarmRounded as default } diff --git a/src/IconNestSecureAlarmRoundedFilled.tsx b/src/IconNestSecureAlarmRoundedFilled.tsx index 4cb81f486..a0a14bc9f 100644 --- a/src/IconNestSecureAlarmRoundedFilled.tsx +++ b/src/IconNestSecureAlarmRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmRoundedFilled: React.FC = ({ +export const IconNestSecureAlarmRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestSecureAlarmRoundedFilled: React.FC = ({ ) - -export { IconNestSecureAlarmRoundedFilled as default } diff --git a/src/IconNestSecureAlarmSharp.tsx b/src/IconNestSecureAlarmSharp.tsx index 1268f1b86..957c55dbc 100644 --- a/src/IconNestSecureAlarmSharp.tsx +++ b/src/IconNestSecureAlarmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmSharp: React.FC = ({ ...props }) => ( +export const IconNestSecureAlarmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestSecureAlarmSharp as default } diff --git a/src/IconNestSecureAlarmSharpFilled.tsx b/src/IconNestSecureAlarmSharpFilled.tsx index 6e51dc0db..a620b1cc6 100644 --- a/src/IconNestSecureAlarmSharpFilled.tsx +++ b/src/IconNestSecureAlarmSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSecureAlarmSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestSecureAlarmSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSecureAlarmSharpFilled as default } diff --git a/src/IconNestSunblockOutlined.tsx b/src/IconNestSunblockOutlined.tsx index f221f6560..ae55deee7 100644 --- a/src/IconNestSunblockOutlined.tsx +++ b/src/IconNestSunblockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockOutlined: React.FC = ({ ...props }) => ( +export const IconNestSunblockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestSunblockOutlined as default } diff --git a/src/IconNestSunblockOutlinedFilled.tsx b/src/IconNestSunblockOutlinedFilled.tsx index d3b443681..cb17f1c4a 100644 --- a/src/IconNestSunblockOutlinedFilled.tsx +++ b/src/IconNestSunblockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestSunblockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSunblockOutlinedFilled as default } diff --git a/src/IconNestSunblockRounded.tsx b/src/IconNestSunblockRounded.tsx index a2bd11ca2..9d9c9c6e4 100644 --- a/src/IconNestSunblockRounded.tsx +++ b/src/IconNestSunblockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockRounded: React.FC = ({ ...props }) => ( +export const IconNestSunblockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestSunblockRounded as default } diff --git a/src/IconNestSunblockRoundedFilled.tsx b/src/IconNestSunblockRoundedFilled.tsx index 7dd3021dd..631d783cb 100644 --- a/src/IconNestSunblockRoundedFilled.tsx +++ b/src/IconNestSunblockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestSunblockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSunblockRoundedFilled as default } diff --git a/src/IconNestSunblockSharp.tsx b/src/IconNestSunblockSharp.tsx index b5c78113f..24816c444 100644 --- a/src/IconNestSunblockSharp.tsx +++ b/src/IconNestSunblockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockSharp: React.FC = ({ ...props }) => ( +export const IconNestSunblockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestSunblockSharp as default } diff --git a/src/IconNestSunblockSharpFilled.tsx b/src/IconNestSunblockSharpFilled.tsx index 3bf3571c6..64c32ec1c 100644 --- a/src/IconNestSunblockSharpFilled.tsx +++ b/src/IconNestSunblockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestSunblockSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestSunblockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestSunblockSharpFilled as default } diff --git a/src/IconNestTagOutlined.tsx b/src/IconNestTagOutlined.tsx index 0905c88fb..6890223dc 100644 --- a/src/IconNestTagOutlined.tsx +++ b/src/IconNestTagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagOutlined: React.FC = ({ ...props }) => ( +export const IconNestTagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTagOutlined as default } diff --git a/src/IconNestTagOutlinedFilled.tsx b/src/IconNestTagOutlinedFilled.tsx index f003e83a4..86453dc1e 100644 --- a/src/IconNestTagOutlinedFilled.tsx +++ b/src/IconNestTagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestTagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestTagOutlinedFilled as default } diff --git a/src/IconNestTagRounded.tsx b/src/IconNestTagRounded.tsx index 4334d34ce..b179e6b03 100644 --- a/src/IconNestTagRounded.tsx +++ b/src/IconNestTagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagRounded: React.FC = ({ ...props }) => ( +export const IconNestTagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTagRounded as default } diff --git a/src/IconNestTagRoundedFilled.tsx b/src/IconNestTagRoundedFilled.tsx index f16882eb6..3a3bd9c8a 100644 --- a/src/IconNestTagRoundedFilled.tsx +++ b/src/IconNestTagRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestTagRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTagRoundedFilled as default } diff --git a/src/IconNestTagSharp.tsx b/src/IconNestTagSharp.tsx index 5ea401f0e..57dd17a50 100644 --- a/src/IconNestTagSharp.tsx +++ b/src/IconNestTagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagSharp: React.FC = ({ ...props }) => ( +export const IconNestTagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTagSharp as default } diff --git a/src/IconNestTagSharpFilled.tsx b/src/IconNestTagSharpFilled.tsx index 2171d8995..2e466f2ab 100644 --- a/src/IconNestTagSharpFilled.tsx +++ b/src/IconNestTagSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTagSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestTagSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTagSharpFilled as default } diff --git a/src/IconNestThermostatEEuOutlined.tsx b/src/IconNestThermostatEEuOutlined.tsx index 3525f0d74..82e10f2f9 100644 --- a/src/IconNestThermostatEEuOutlined.tsx +++ b/src/IconNestThermostatEEuOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuOutlined: React.FC = ({ ...props }) => ( +export const IconNestThermostatEEuOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatEEuOutlined as default } diff --git a/src/IconNestThermostatEEuOutlinedFilled.tsx b/src/IconNestThermostatEEuOutlinedFilled.tsx index 193e62b0b..93fd3f3c4 100644 --- a/src/IconNestThermostatEEuOutlinedFilled.tsx +++ b/src/IconNestThermostatEEuOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuOutlinedFilled: React.FC = ({ +export const IconNestThermostatEEuOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatEEuOutlinedFilled: React.FC = ({ ) - -export { IconNestThermostatEEuOutlinedFilled as default } diff --git a/src/IconNestThermostatEEuRounded.tsx b/src/IconNestThermostatEEuRounded.tsx index c0f78732c..22be7102e 100644 --- a/src/IconNestThermostatEEuRounded.tsx +++ b/src/IconNestThermostatEEuRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuRounded: React.FC = ({ ...props }) => ( +export const IconNestThermostatEEuRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatEEuRounded as default } diff --git a/src/IconNestThermostatEEuRoundedFilled.tsx b/src/IconNestThermostatEEuRoundedFilled.tsx index 2fe993adb..767ff9d57 100644 --- a/src/IconNestThermostatEEuRoundedFilled.tsx +++ b/src/IconNestThermostatEEuRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuRoundedFilled: React.FC = ({ +export const IconNestThermostatEEuRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatEEuRoundedFilled: React.FC = ({ ) - -export { IconNestThermostatEEuRoundedFilled as default } diff --git a/src/IconNestThermostatEEuSharp.tsx b/src/IconNestThermostatEEuSharp.tsx index ae20b0897..d18a59230 100644 --- a/src/IconNestThermostatEEuSharp.tsx +++ b/src/IconNestThermostatEEuSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuSharp: React.FC = ({ ...props }) => ( +export const IconNestThermostatEEuSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatEEuSharp as default } diff --git a/src/IconNestThermostatEEuSharpFilled.tsx b/src/IconNestThermostatEEuSharpFilled.tsx index 663d760c2..a2b2d6db3 100644 --- a/src/IconNestThermostatEEuSharpFilled.tsx +++ b/src/IconNestThermostatEEuSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatEEuSharpFilled: React.FC = ({ +export const IconNestThermostatEEuSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatEEuSharpFilled: React.FC = ({ ) - -export { IconNestThermostatEEuSharpFilled as default } diff --git a/src/IconNestThermostatGen3Outlined.tsx b/src/IconNestThermostatGen3Outlined.tsx index 527d310be..7f4d625a0 100644 --- a/src/IconNestThermostatGen3Outlined.tsx +++ b/src/IconNestThermostatGen3Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3Outlined: React.FC = ({ ...props }) => ( +export const IconNestThermostatGen3Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatGen3Outlined as default } diff --git a/src/IconNestThermostatGen3OutlinedFilled.tsx b/src/IconNestThermostatGen3OutlinedFilled.tsx index 6f00289c1..dddcf5059 100644 --- a/src/IconNestThermostatGen3OutlinedFilled.tsx +++ b/src/IconNestThermostatGen3OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3OutlinedFilled: React.FC = ({ +export const IconNestThermostatGen3OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatGen3OutlinedFilled: React.FC = ({ ) - -export { IconNestThermostatGen3OutlinedFilled as default } diff --git a/src/IconNestThermostatGen3Rounded.tsx b/src/IconNestThermostatGen3Rounded.tsx index 9da859067..82796063a 100644 --- a/src/IconNestThermostatGen3Rounded.tsx +++ b/src/IconNestThermostatGen3Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3Rounded: React.FC = ({ ...props }) => ( +export const IconNestThermostatGen3Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatGen3Rounded as default } diff --git a/src/IconNestThermostatGen3RoundedFilled.tsx b/src/IconNestThermostatGen3RoundedFilled.tsx index 3a436772e..f4045392d 100644 --- a/src/IconNestThermostatGen3RoundedFilled.tsx +++ b/src/IconNestThermostatGen3RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3RoundedFilled: React.FC = ({ +export const IconNestThermostatGen3RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatGen3RoundedFilled: React.FC = ({ ) - -export { IconNestThermostatGen3RoundedFilled as default } diff --git a/src/IconNestThermostatGen3Sharp.tsx b/src/IconNestThermostatGen3Sharp.tsx index 9e18dae6d..9236f72f4 100644 --- a/src/IconNestThermostatGen3Sharp.tsx +++ b/src/IconNestThermostatGen3Sharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3Sharp: React.FC = ({ ...props }) => ( +export const IconNestThermostatGen3Sharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatGen3Sharp as default } diff --git a/src/IconNestThermostatGen3SharpFilled.tsx b/src/IconNestThermostatGen3SharpFilled.tsx index bcc9f663e..4a16059b4 100644 --- a/src/IconNestThermostatGen3SharpFilled.tsx +++ b/src/IconNestThermostatGen3SharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatGen3SharpFilled: React.FC = ({ +export const IconNestThermostatGen3SharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatGen3SharpFilled: React.FC = ({ ) - -export { IconNestThermostatGen3SharpFilled as default } diff --git a/src/IconNestThermostatOutlined.tsx b/src/IconNestThermostatOutlined.tsx index 873012b90..5bf6ef725 100644 --- a/src/IconNestThermostatOutlined.tsx +++ b/src/IconNestThermostatOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatOutlined: React.FC = ({ ...props }) => ( +export const IconNestThermostatOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatOutlined as default } diff --git a/src/IconNestThermostatOutlinedFilled.tsx b/src/IconNestThermostatOutlinedFilled.tsx index c24f9977a..f189698ae 100644 --- a/src/IconNestThermostatOutlinedFilled.tsx +++ b/src/IconNestThermostatOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatOutlinedFilled: React.FC = ({ +export const IconNestThermostatOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatOutlinedFilled: React.FC = ({ ) - -export { IconNestThermostatOutlinedFilled as default } diff --git a/src/IconNestThermostatRounded.tsx b/src/IconNestThermostatRounded.tsx index 9c73eaa39..2f8ac223d 100644 --- a/src/IconNestThermostatRounded.tsx +++ b/src/IconNestThermostatRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatRounded: React.FC = ({ ...props }) => ( +export const IconNestThermostatRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatRounded as default } diff --git a/src/IconNestThermostatRoundedFilled.tsx b/src/IconNestThermostatRoundedFilled.tsx index 14eb46749..2341a951e 100644 --- a/src/IconNestThermostatRoundedFilled.tsx +++ b/src/IconNestThermostatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestThermostatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatRoundedFilled as default } diff --git a/src/IconNestThermostatSensorEuOutlined.tsx b/src/IconNestThermostatSensorEuOutlined.tsx index 980eef4ba..52dce5035 100644 --- a/src/IconNestThermostatSensorEuOutlined.tsx +++ b/src/IconNestThermostatSensorEuOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuOutlined: React.FC = ({ +export const IconNestThermostatSensorEuOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorEuOutlined: React.FC = ({ ) - -export { IconNestThermostatSensorEuOutlined as default } diff --git a/src/IconNestThermostatSensorEuOutlinedFilled.tsx b/src/IconNestThermostatSensorEuOutlinedFilled.tsx index 3c1ef36e9..0b9b8ae32 100644 --- a/src/IconNestThermostatSensorEuOutlinedFilled.tsx +++ b/src/IconNestThermostatSensorEuOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuOutlinedFilled: React.FC = ({ +export const IconNestThermostatSensorEuOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorEuOutlinedFilled: React.FC = ({ ) - -export { IconNestThermostatSensorEuOutlinedFilled as default } diff --git a/src/IconNestThermostatSensorEuRounded.tsx b/src/IconNestThermostatSensorEuRounded.tsx index 79da42df4..48618e384 100644 --- a/src/IconNestThermostatSensorEuRounded.tsx +++ b/src/IconNestThermostatSensorEuRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuRounded: React.FC = ({ +export const IconNestThermostatSensorEuRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorEuRounded: React.FC = ({ ) - -export { IconNestThermostatSensorEuRounded as default } diff --git a/src/IconNestThermostatSensorEuRoundedFilled.tsx b/src/IconNestThermostatSensorEuRoundedFilled.tsx index 3a4771a64..946aa2c75 100644 --- a/src/IconNestThermostatSensorEuRoundedFilled.tsx +++ b/src/IconNestThermostatSensorEuRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuRoundedFilled: React.FC = ({ +export const IconNestThermostatSensorEuRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorEuRoundedFilled: React.FC = ({ ) - -export { IconNestThermostatSensorEuRoundedFilled as default } diff --git a/src/IconNestThermostatSensorEuSharp.tsx b/src/IconNestThermostatSensorEuSharp.tsx index 2b5a2fd0c..4047865c7 100644 --- a/src/IconNestThermostatSensorEuSharp.tsx +++ b/src/IconNestThermostatSensorEuSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuSharp: React.FC = ({ ...props }) => ( +export const IconNestThermostatSensorEuSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatSensorEuSharp as default } diff --git a/src/IconNestThermostatSensorEuSharpFilled.tsx b/src/IconNestThermostatSensorEuSharpFilled.tsx index 176542ec5..537dcfa2f 100644 --- a/src/IconNestThermostatSensorEuSharpFilled.tsx +++ b/src/IconNestThermostatSensorEuSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorEuSharpFilled: React.FC = ({ +export const IconNestThermostatSensorEuSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorEuSharpFilled: React.FC = ({ ) - -export { IconNestThermostatSensorEuSharpFilled as default } diff --git a/src/IconNestThermostatSensorOutlined.tsx b/src/IconNestThermostatSensorOutlined.tsx index 5d3b8dc05..30c84d185 100644 --- a/src/IconNestThermostatSensorOutlined.tsx +++ b/src/IconNestThermostatSensorOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorOutlined: React.FC = ({ +export const IconNestThermostatSensorOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorOutlined: React.FC = ({ ) - -export { IconNestThermostatSensorOutlined as default } diff --git a/src/IconNestThermostatSensorOutlinedFilled.tsx b/src/IconNestThermostatSensorOutlinedFilled.tsx index 43b563e3a..bea89d945 100644 --- a/src/IconNestThermostatSensorOutlinedFilled.tsx +++ b/src/IconNestThermostatSensorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorOutlinedFilled: React.FC = ({ +export const IconNestThermostatSensorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorOutlinedFilled: React.FC = ({ ) - -export { IconNestThermostatSensorOutlinedFilled as default } diff --git a/src/IconNestThermostatSensorRounded.tsx b/src/IconNestThermostatSensorRounded.tsx index 646386bff..fc9910ad4 100644 --- a/src/IconNestThermostatSensorRounded.tsx +++ b/src/IconNestThermostatSensorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorRounded: React.FC = ({ ...props }) => ( +export const IconNestThermostatSensorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatSensorRounded as default } diff --git a/src/IconNestThermostatSensorRoundedFilled.tsx b/src/IconNestThermostatSensorRoundedFilled.tsx index cf98ad013..a397e435f 100644 --- a/src/IconNestThermostatSensorRoundedFilled.tsx +++ b/src/IconNestThermostatSensorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorRoundedFilled: React.FC = ({ +export const IconNestThermostatSensorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorRoundedFilled: React.FC = ({ ) - -export { IconNestThermostatSensorRoundedFilled as default } diff --git a/src/IconNestThermostatSensorSharp.tsx b/src/IconNestThermostatSensorSharp.tsx index dcfa9c3b4..99874f785 100644 --- a/src/IconNestThermostatSensorSharp.tsx +++ b/src/IconNestThermostatSensorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorSharp: React.FC = ({ ...props }) => ( +export const IconNestThermostatSensorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatSensorSharp as default } diff --git a/src/IconNestThermostatSensorSharpFilled.tsx b/src/IconNestThermostatSensorSharpFilled.tsx index b91bdf069..9a52b9324 100644 --- a/src/IconNestThermostatSensorSharpFilled.tsx +++ b/src/IconNestThermostatSensorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSensorSharpFilled: React.FC = ({ +export const IconNestThermostatSensorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatSensorSharpFilled: React.FC = ({ ) - -export { IconNestThermostatSensorSharpFilled as default } diff --git a/src/IconNestThermostatSharp.tsx b/src/IconNestThermostatSharp.tsx index 2f0b562c9..431ff45dc 100644 --- a/src/IconNestThermostatSharp.tsx +++ b/src/IconNestThermostatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSharp: React.FC = ({ ...props }) => ( +export const IconNestThermostatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestThermostatSharp as default } diff --git a/src/IconNestThermostatSharpFilled.tsx b/src/IconNestThermostatSharpFilled.tsx index b43e15cc4..9ae8bbd97 100644 --- a/src/IconNestThermostatSharpFilled.tsx +++ b/src/IconNestThermostatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestThermostatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestThermostatSharpFilled as default } diff --git a/src/IconNestThermostatZirconiumEuOutlined.tsx b/src/IconNestThermostatZirconiumEuOutlined.tsx index a18cc2e77..faf028627 100644 --- a/src/IconNestThermostatZirconiumEuOutlined.tsx +++ b/src/IconNestThermostatZirconiumEuOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuOutlined: React.FC = ({ +export const IconNestThermostatZirconiumEuOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatZirconiumEuOutlined: React.FC = ({ ) - -export { IconNestThermostatZirconiumEuOutlined as default } diff --git a/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx b/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx index c6d167ac0..95660c4d5 100644 --- a/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx +++ b/src/IconNestThermostatZirconiumEuOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconNestThermostatZirconiumEuOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestThermostatZirconiumEuOutlinedFilled as default } diff --git a/src/IconNestThermostatZirconiumEuRounded.tsx b/src/IconNestThermostatZirconiumEuRounded.tsx index 1db987511..7f393f5b4 100644 --- a/src/IconNestThermostatZirconiumEuRounded.tsx +++ b/src/IconNestThermostatZirconiumEuRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuRounded: React.FC = ({ +export const IconNestThermostatZirconiumEuRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatZirconiumEuRounded: React.FC = ({ ) - -export { IconNestThermostatZirconiumEuRounded as default } diff --git a/src/IconNestThermostatZirconiumEuRoundedFilled.tsx b/src/IconNestThermostatZirconiumEuRoundedFilled.tsx index dddc33203..911bae5e1 100644 --- a/src/IconNestThermostatZirconiumEuRoundedFilled.tsx +++ b/src/IconNestThermostatZirconiumEuRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconNestThermostatZirconiumEuRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestThermostatZirconiumEuRoundedFilled as default } diff --git a/src/IconNestThermostatZirconiumEuSharp.tsx b/src/IconNestThermostatZirconiumEuSharp.tsx index 49df0e75c..6113dbdc1 100644 --- a/src/IconNestThermostatZirconiumEuSharp.tsx +++ b/src/IconNestThermostatZirconiumEuSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuSharp: React.FC = ({ +export const IconNestThermostatZirconiumEuSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatZirconiumEuSharp: React.FC = ({ ) - -export { IconNestThermostatZirconiumEuSharp as default } diff --git a/src/IconNestThermostatZirconiumEuSharpFilled.tsx b/src/IconNestThermostatZirconiumEuSharpFilled.tsx index c5c6ad7a4..b87209ac8 100644 --- a/src/IconNestThermostatZirconiumEuSharpFilled.tsx +++ b/src/IconNestThermostatZirconiumEuSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestThermostatZirconiumEuSharpFilled: React.FC = ({ +export const IconNestThermostatZirconiumEuSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestThermostatZirconiumEuSharpFilled: React.FC = ({ ) - -export { IconNestThermostatZirconiumEuSharpFilled as default } diff --git a/src/IconNestTrueRadiantOutlined.tsx b/src/IconNestTrueRadiantOutlined.tsx index e77d766dc..900e5290e 100644 --- a/src/IconNestTrueRadiantOutlined.tsx +++ b/src/IconNestTrueRadiantOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantOutlined: React.FC = ({ ...props }) => ( +export const IconNestTrueRadiantOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestTrueRadiantOutlined as default } diff --git a/src/IconNestTrueRadiantOutlinedFilled.tsx b/src/IconNestTrueRadiantOutlinedFilled.tsx index 1809d0e37..5bc7dab92 100644 --- a/src/IconNestTrueRadiantOutlinedFilled.tsx +++ b/src/IconNestTrueRadiantOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantOutlinedFilled: React.FC = ({ +export const IconNestTrueRadiantOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestTrueRadiantOutlinedFilled: React.FC = ({ ) - -export { IconNestTrueRadiantOutlinedFilled as default } diff --git a/src/IconNestTrueRadiantRounded.tsx b/src/IconNestTrueRadiantRounded.tsx index 5d945763c..85c37e820 100644 --- a/src/IconNestTrueRadiantRounded.tsx +++ b/src/IconNestTrueRadiantRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantRounded: React.FC = ({ ...props }) => ( +export const IconNestTrueRadiantRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestTrueRadiantRounded as default } diff --git a/src/IconNestTrueRadiantRoundedFilled.tsx b/src/IconNestTrueRadiantRoundedFilled.tsx index 654dc778b..1e61d8f2d 100644 --- a/src/IconNestTrueRadiantRoundedFilled.tsx +++ b/src/IconNestTrueRadiantRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantRoundedFilled: React.FC = ({ +export const IconNestTrueRadiantRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestTrueRadiantRoundedFilled: React.FC = ({ ) - -export { IconNestTrueRadiantRoundedFilled as default } diff --git a/src/IconNestTrueRadiantSharp.tsx b/src/IconNestTrueRadiantSharp.tsx index 4dbc7ba20..c9d5df26b 100644 --- a/src/IconNestTrueRadiantSharp.tsx +++ b/src/IconNestTrueRadiantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantSharp: React.FC = ({ ...props }) => ( +export const IconNestTrueRadiantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestTrueRadiantSharp as default } diff --git a/src/IconNestTrueRadiantSharpFilled.tsx b/src/IconNestTrueRadiantSharpFilled.tsx index 928c0e670..592255f55 100644 --- a/src/IconNestTrueRadiantSharpFilled.tsx +++ b/src/IconNestTrueRadiantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestTrueRadiantSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestTrueRadiantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestTrueRadiantSharpFilled as default } diff --git a/src/IconNestWakeOnApproachOutlined.tsx b/src/IconNestWakeOnApproachOutlined.tsx index 89496e9e8..42e3a7a1b 100644 --- a/src/IconNestWakeOnApproachOutlined.tsx +++ b/src/IconNestWakeOnApproachOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachOutlined: React.FC = ({ ...props }) => ( +export const IconNestWakeOnApproachOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnApproachOutlined as default } diff --git a/src/IconNestWakeOnApproachOutlinedFilled.tsx b/src/IconNestWakeOnApproachOutlinedFilled.tsx index 435c49c3c..1c9f0236e 100644 --- a/src/IconNestWakeOnApproachOutlinedFilled.tsx +++ b/src/IconNestWakeOnApproachOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachOutlinedFilled: React.FC = ({ +export const IconNestWakeOnApproachOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWakeOnApproachOutlinedFilled: React.FC = ({ ) - -export { IconNestWakeOnApproachOutlinedFilled as default } diff --git a/src/IconNestWakeOnApproachRounded.tsx b/src/IconNestWakeOnApproachRounded.tsx index 9a933f489..651407a77 100644 --- a/src/IconNestWakeOnApproachRounded.tsx +++ b/src/IconNestWakeOnApproachRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachRounded: React.FC = ({ ...props }) => ( +export const IconNestWakeOnApproachRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnApproachRounded as default } diff --git a/src/IconNestWakeOnApproachRoundedFilled.tsx b/src/IconNestWakeOnApproachRoundedFilled.tsx index 1a7865833..f38a1be47 100644 --- a/src/IconNestWakeOnApproachRoundedFilled.tsx +++ b/src/IconNestWakeOnApproachRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachRoundedFilled: React.FC = ({ +export const IconNestWakeOnApproachRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWakeOnApproachRoundedFilled: React.FC = ({ ) - -export { IconNestWakeOnApproachRoundedFilled as default } diff --git a/src/IconNestWakeOnApproachSharp.tsx b/src/IconNestWakeOnApproachSharp.tsx index 1433440c0..1d219f31a 100644 --- a/src/IconNestWakeOnApproachSharp.tsx +++ b/src/IconNestWakeOnApproachSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachSharp: React.FC = ({ ...props }) => ( +export const IconNestWakeOnApproachSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnApproachSharp as default } diff --git a/src/IconNestWakeOnApproachSharpFilled.tsx b/src/IconNestWakeOnApproachSharpFilled.tsx index 313291c64..9793bebbb 100644 --- a/src/IconNestWakeOnApproachSharpFilled.tsx +++ b/src/IconNestWakeOnApproachSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnApproachSharpFilled: React.FC = ({ +export const IconNestWakeOnApproachSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWakeOnApproachSharpFilled: React.FC = ({ ) - -export { IconNestWakeOnApproachSharpFilled as default } diff --git a/src/IconNestWakeOnPressOutlined.tsx b/src/IconNestWakeOnPressOutlined.tsx index 171a6e8fb..ba6a98d52 100644 --- a/src/IconNestWakeOnPressOutlined.tsx +++ b/src/IconNestWakeOnPressOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnPressOutlined: React.FC = ({ ...props }) => ( +export const IconNestWakeOnPressOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnPressOutlined as default } diff --git a/src/IconNestWakeOnPressOutlinedFilled.tsx b/src/IconNestWakeOnPressOutlinedFilled.tsx index 419ead9fd..500e5375b 100644 --- a/src/IconNestWakeOnPressOutlinedFilled.tsx +++ b/src/IconNestWakeOnPressOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnPressOutlinedFilled: React.FC = ({ +export const IconNestWakeOnPressOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWakeOnPressOutlinedFilled: React.FC = ({ ) - -export { IconNestWakeOnPressOutlinedFilled as default } diff --git a/src/IconNestWakeOnPressRounded.tsx b/src/IconNestWakeOnPressRounded.tsx index 8edb127ee..cc4628291 100644 --- a/src/IconNestWakeOnPressRounded.tsx +++ b/src/IconNestWakeOnPressRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnPressRounded: React.FC = ({ ...props }) => ( +export const IconNestWakeOnPressRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnPressRounded as default } diff --git a/src/IconNestWakeOnPressRoundedFilled.tsx b/src/IconNestWakeOnPressRoundedFilled.tsx index ffcf6c113..4d2074897 100644 --- a/src/IconNestWakeOnPressRoundedFilled.tsx +++ b/src/IconNestWakeOnPressRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnPressRoundedFilled: React.FC = ({ +export const IconNestWakeOnPressRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWakeOnPressRoundedFilled: React.FC = ({ ) - -export { IconNestWakeOnPressRoundedFilled as default } diff --git a/src/IconNestWakeOnPressSharp.tsx b/src/IconNestWakeOnPressSharp.tsx deleted file mode 100644 index 863869411..000000000 --- a/src/IconNestWakeOnPressSharp.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconNestWakeOnPressSharp: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconNestWakeOnPressSharp as default } diff --git a/src/IconNestWakeOnPressSharpFilled.tsx b/src/IconNestWakeOnPressSharpFilled.tsx index 1bfc32cca..9cc70d2fd 100644 --- a/src/IconNestWakeOnPressSharpFilled.tsx +++ b/src/IconNestWakeOnPressSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWakeOnPressSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestWakeOnPressSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWakeOnPressSharpFilled as default } diff --git a/src/IconNestWifiPointOutlined.tsx b/src/IconNestWifiPointOutlined.tsx index 8dab053f5..775bbe114 100644 --- a/src/IconNestWifiPointOutlined.tsx +++ b/src/IconNestWifiPointOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointOutlined: React.FC = ({ ...props }) => ( +export const IconNestWifiPointOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointOutlined as default } diff --git a/src/IconNestWifiPointOutlinedFilled.tsx b/src/IconNestWifiPointOutlinedFilled.tsx index 7e0deaae2..af5a3be33 100644 --- a/src/IconNestWifiPointOutlinedFilled.tsx +++ b/src/IconNestWifiPointOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPointOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointOutlinedFilled as default } diff --git a/src/IconNestWifiPointRounded.tsx b/src/IconNestWifiPointRounded.tsx index da4a54926..6a67194bf 100644 --- a/src/IconNestWifiPointRounded.tsx +++ b/src/IconNestWifiPointRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointRounded: React.FC = ({ ...props }) => ( +export const IconNestWifiPointRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointRounded as default } diff --git a/src/IconNestWifiPointRoundedFilled.tsx b/src/IconNestWifiPointRoundedFilled.tsx index 691efc8cc..b712905ff 100644 --- a/src/IconNestWifiPointRoundedFilled.tsx +++ b/src/IconNestWifiPointRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPointRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointRoundedFilled as default } diff --git a/src/IconNestWifiPointSharp.tsx b/src/IconNestWifiPointSharp.tsx index dc3fd157e..0d38b634a 100644 --- a/src/IconNestWifiPointSharp.tsx +++ b/src/IconNestWifiPointSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointSharp: React.FC = ({ ...props }) => ( +export const IconNestWifiPointSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointSharp as default } diff --git a/src/IconNestWifiPointSharpFilled.tsx b/src/IconNestWifiPointSharpFilled.tsx index 93fafe025..9e79ad4d5 100644 --- a/src/IconNestWifiPointSharpFilled.tsx +++ b/src/IconNestWifiPointSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPointSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPointSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPointSharpFilled as default } diff --git a/src/IconNestWifiPro2Outlined.tsx b/src/IconNestWifiPro2Outlined.tsx index 2460ba46e..d2736d362 100644 --- a/src/IconNestWifiPro2Outlined.tsx +++ b/src/IconNestWifiPro2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2Outlined: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2Outlined as default } diff --git a/src/IconNestWifiPro2OutlinedFilled.tsx b/src/IconNestWifiPro2OutlinedFilled.tsx index 6ada87a3f..d38931f65 100644 --- a/src/IconNestWifiPro2OutlinedFilled.tsx +++ b/src/IconNestWifiPro2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2OutlinedFilled as default } diff --git a/src/IconNestWifiPro2Rounded.tsx b/src/IconNestWifiPro2Rounded.tsx index 0a74b8bfc..20381395a 100644 --- a/src/IconNestWifiPro2Rounded.tsx +++ b/src/IconNestWifiPro2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2Rounded: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2Rounded as default } diff --git a/src/IconNestWifiPro2RoundedFilled.tsx b/src/IconNestWifiPro2RoundedFilled.tsx index c28e3de89..c4a6c1c54 100644 --- a/src/IconNestWifiPro2RoundedFilled.tsx +++ b/src/IconNestWifiPro2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2RoundedFilled as default } diff --git a/src/IconNestWifiPro2Sharp.tsx b/src/IconNestWifiPro2Sharp.tsx index 2aab0a2c1..97e31becd 100644 --- a/src/IconNestWifiPro2Sharp.tsx +++ b/src/IconNestWifiPro2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2Sharp: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2Sharp as default } diff --git a/src/IconNestWifiPro2SharpFilled.tsx b/src/IconNestWifiPro2SharpFilled.tsx index bcc1f0ee8..2f61662d1 100644 --- a/src/IconNestWifiPro2SharpFilled.tsx +++ b/src/IconNestWifiPro2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiPro2SharpFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiPro2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiPro2SharpFilled as default } diff --git a/src/IconNestWifiProOutlined.tsx b/src/IconNestWifiProOutlined.tsx index dce22fc4e..f9c6a912a 100644 --- a/src/IconNestWifiProOutlined.tsx +++ b/src/IconNestWifiProOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProOutlined: React.FC = ({ ...props }) => ( +export const IconNestWifiProOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiProOutlined as default } diff --git a/src/IconNestWifiProOutlinedFilled.tsx b/src/IconNestWifiProOutlinedFilled.tsx index da2101bb5..2f822b33c 100644 --- a/src/IconNestWifiProOutlinedFilled.tsx +++ b/src/IconNestWifiProOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiProOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiProOutlinedFilled as default } diff --git a/src/IconNestWifiProRounded.tsx b/src/IconNestWifiProRounded.tsx index 5a88c8d2b..d4b20e94e 100644 --- a/src/IconNestWifiProRounded.tsx +++ b/src/IconNestWifiProRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProRounded: React.FC = ({ ...props }) => ( +export const IconNestWifiProRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiProRounded as default } diff --git a/src/IconNestWifiProRoundedFilled.tsx b/src/IconNestWifiProRoundedFilled.tsx index 071524ef7..b693d6671 100644 --- a/src/IconNestWifiProRoundedFilled.tsx +++ b/src/IconNestWifiProRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiProRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiProRoundedFilled as default } diff --git a/src/IconNestWifiProSharp.tsx b/src/IconNestWifiProSharp.tsx index b3abe9ebb..a21759d52 100644 --- a/src/IconNestWifiProSharp.tsx +++ b/src/IconNestWifiProSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProSharp: React.FC = ({ ...props }) => ( +export const IconNestWifiProSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiProSharp as default } diff --git a/src/IconNestWifiProSharpFilled.tsx b/src/IconNestWifiProSharpFilled.tsx index 235a43a07..f745649a2 100644 --- a/src/IconNestWifiProSharpFilled.tsx +++ b/src/IconNestWifiProSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiProSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiProSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiProSharpFilled as default } diff --git a/src/IconNestWifiRouterOutlined.tsx b/src/IconNestWifiRouterOutlined.tsx index 9b1f0af24..758aa2d0e 100644 --- a/src/IconNestWifiRouterOutlined.tsx +++ b/src/IconNestWifiRouterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterOutlined: React.FC = ({ ...props }) => ( +export const IconNestWifiRouterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiRouterOutlined as default } diff --git a/src/IconNestWifiRouterOutlinedFilled.tsx b/src/IconNestWifiRouterOutlinedFilled.tsx index 95f38fe5e..a4ada3771 100644 --- a/src/IconNestWifiRouterOutlinedFilled.tsx +++ b/src/IconNestWifiRouterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterOutlinedFilled: React.FC = ({ +export const IconNestWifiRouterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNestWifiRouterOutlinedFilled: React.FC = ({ ) - -export { IconNestWifiRouterOutlinedFilled as default } diff --git a/src/IconNestWifiRouterRounded.tsx b/src/IconNestWifiRouterRounded.tsx index 6aa5ed6b9..c19c52bdc 100644 --- a/src/IconNestWifiRouterRounded.tsx +++ b/src/IconNestWifiRouterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterRounded: React.FC = ({ ...props }) => ( +export const IconNestWifiRouterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiRouterRounded as default } diff --git a/src/IconNestWifiRouterRoundedFilled.tsx b/src/IconNestWifiRouterRoundedFilled.tsx index 3f9f11318..50a688767 100644 --- a/src/IconNestWifiRouterRoundedFilled.tsx +++ b/src/IconNestWifiRouterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiRouterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiRouterRoundedFilled as default } diff --git a/src/IconNestWifiRouterSharp.tsx b/src/IconNestWifiRouterSharp.tsx index 782910ef2..34baad218 100644 --- a/src/IconNestWifiRouterSharp.tsx +++ b/src/IconNestWifiRouterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterSharp: React.FC = ({ ...props }) => ( +export const IconNestWifiRouterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNestWifiRouterSharp as default } diff --git a/src/IconNestWifiRouterSharpFilled.tsx b/src/IconNestWifiRouterSharpFilled.tsx index 3fca97710..ac0ec9efa 100644 --- a/src/IconNestWifiRouterSharpFilled.tsx +++ b/src/IconNestWifiRouterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNestWifiRouterSharpFilled: React.FC = ({ ...props }) => ( +export const IconNestWifiRouterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNestWifiRouterSharpFilled as default } diff --git a/src/IconNetworkCellOutlined.tsx b/src/IconNetworkCellOutlined.tsx index 26259ff1d..9db8f6623 100644 --- a/src/IconNetworkCellOutlined.tsx +++ b/src/IconNetworkCellOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkCellOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCellOutlined as default } diff --git a/src/IconNetworkCellOutlinedFilled.tsx b/src/IconNetworkCellOutlinedFilled.tsx index 1549dfcb4..1fa9beefb 100644 --- a/src/IconNetworkCellOutlinedFilled.tsx +++ b/src/IconNetworkCellOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCellOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCellOutlinedFilled as default } diff --git a/src/IconNetworkCellRounded.tsx b/src/IconNetworkCellRounded.tsx index 8c4857bff..52b664d59 100644 --- a/src/IconNetworkCellRounded.tsx +++ b/src/IconNetworkCellRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellRounded: React.FC = ({ ...props }) => ( +export const IconNetworkCellRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCellRounded as default } diff --git a/src/IconNetworkCellRoundedFilled.tsx b/src/IconNetworkCellRoundedFilled.tsx index 140ec593f..3de679a95 100644 --- a/src/IconNetworkCellRoundedFilled.tsx +++ b/src/IconNetworkCellRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCellRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCellRoundedFilled as default } diff --git a/src/IconNetworkCellSharp.tsx b/src/IconNetworkCellSharp.tsx index 41636fa23..3babe8e18 100644 --- a/src/IconNetworkCellSharp.tsx +++ b/src/IconNetworkCellSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellSharp: React.FC = ({ ...props }) => ( +export const IconNetworkCellSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCellSharp as default } diff --git a/src/IconNetworkCellSharpFilled.tsx b/src/IconNetworkCellSharpFilled.tsx index e496d40b8..61bcea927 100644 --- a/src/IconNetworkCellSharpFilled.tsx +++ b/src/IconNetworkCellSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCellSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCellSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCellSharpFilled as default } diff --git a/src/IconNetworkCheckOutlined.tsx b/src/IconNetworkCheckOutlined.tsx index a7805d890..d557fab60 100644 --- a/src/IconNetworkCheckOutlined.tsx +++ b/src/IconNetworkCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckOutlined as default } diff --git a/src/IconNetworkCheckOutlinedFilled.tsx b/src/IconNetworkCheckOutlinedFilled.tsx index 090fe3703..a1ce98306 100644 --- a/src/IconNetworkCheckOutlinedFilled.tsx +++ b/src/IconNetworkCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckOutlinedFilled as default } diff --git a/src/IconNetworkCheckRounded.tsx b/src/IconNetworkCheckRounded.tsx index 09dc3df2a..75ce7f907 100644 --- a/src/IconNetworkCheckRounded.tsx +++ b/src/IconNetworkCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckRounded: React.FC = ({ ...props }) => ( +export const IconNetworkCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckRounded as default } diff --git a/src/IconNetworkCheckRoundedFilled.tsx b/src/IconNetworkCheckRoundedFilled.tsx index f2cd11bda..7b4676c74 100644 --- a/src/IconNetworkCheckRoundedFilled.tsx +++ b/src/IconNetworkCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckRoundedFilled as default } diff --git a/src/IconNetworkCheckSharp.tsx b/src/IconNetworkCheckSharp.tsx index e7e8ba8e7..42114f3a7 100644 --- a/src/IconNetworkCheckSharp.tsx +++ b/src/IconNetworkCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckSharp: React.FC = ({ ...props }) => ( +export const IconNetworkCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckSharp as default } diff --git a/src/IconNetworkCheckSharpFilled.tsx b/src/IconNetworkCheckSharpFilled.tsx index bd2416f85..ff8cf7fde 100644 --- a/src/IconNetworkCheckSharpFilled.tsx +++ b/src/IconNetworkCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkCheckSharpFilled as default } diff --git a/src/IconNetworkIntelligenceHistoryOutlined.tsx b/src/IconNetworkIntelligenceHistoryOutlined.tsx index 95e7b6c6e..84301b09d 100644 --- a/src/IconNetworkIntelligenceHistoryOutlined.tsx +++ b/src/IconNetworkIntelligenceHistoryOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistoryOutlined: React.FC = ({ +export const IconNetworkIntelligenceHistoryOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceHistoryOutlined: React.FC = ({ ) - -export { IconNetworkIntelligenceHistoryOutlined as default } diff --git a/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx b/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx index 4b3b8ad59..2b08b99ca 100644 --- a/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx +++ b/src/IconNetworkIntelligenceHistoryOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistoryOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconNetworkIntelligenceHistoryOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkIntelligenceHistoryOutlinedFilled as default } diff --git a/src/IconNetworkIntelligenceHistoryRounded.tsx b/src/IconNetworkIntelligenceHistoryRounded.tsx index 4e8c3d3cf..611576224 100644 --- a/src/IconNetworkIntelligenceHistoryRounded.tsx +++ b/src/IconNetworkIntelligenceHistoryRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistoryRounded: React.FC = ({ +export const IconNetworkIntelligenceHistoryRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceHistoryRounded: React.FC = ({ ) - -export { IconNetworkIntelligenceHistoryRounded as default } diff --git a/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx b/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx index 53f4c3af3..5807bdb53 100644 --- a/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx +++ b/src/IconNetworkIntelligenceHistoryRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistoryRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconNetworkIntelligenceHistoryRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkIntelligenceHistoryRoundedFilled as default } diff --git a/src/IconNetworkIntelligenceHistorySharp.tsx b/src/IconNetworkIntelligenceHistorySharp.tsx index 3eef5ba51..f530b7f97 100644 --- a/src/IconNetworkIntelligenceHistorySharp.tsx +++ b/src/IconNetworkIntelligenceHistorySharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistorySharp: React.FC = ({ +export const IconNetworkIntelligenceHistorySharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceHistorySharp: React.FC = ({ ) - -export { IconNetworkIntelligenceHistorySharp as default } diff --git a/src/IconNetworkIntelligenceHistorySharpFilled.tsx b/src/IconNetworkIntelligenceHistorySharpFilled.tsx index 2d97209ca..3de895e65 100644 --- a/src/IconNetworkIntelligenceHistorySharpFilled.tsx +++ b/src/IconNetworkIntelligenceHistorySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceHistorySharpFilled: React.FC = ({ +export const IconNetworkIntelligenceHistorySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceHistorySharpFilled: React.FC = ({ ) - -export { IconNetworkIntelligenceHistorySharpFilled as default } diff --git a/src/IconNetworkIntelligenceUpdateOutlined.tsx b/src/IconNetworkIntelligenceUpdateOutlined.tsx index c1b6cc324..2329eb1f0 100644 --- a/src/IconNetworkIntelligenceUpdateOutlined.tsx +++ b/src/IconNetworkIntelligenceUpdateOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateOutlined: React.FC = ({ +export const IconNetworkIntelligenceUpdateOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceUpdateOutlined: React.FC = ({ ) - -export { IconNetworkIntelligenceUpdateOutlined as default } diff --git a/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx b/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx index b79c00404..cc7bafab1 100644 --- a/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconNetworkIntelligenceUpdateOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkIntelligenceUpdateOutlinedFilled as default } diff --git a/src/IconNetworkIntelligenceUpdateRounded.tsx b/src/IconNetworkIntelligenceUpdateRounded.tsx index 514469d24..b73d095bd 100644 --- a/src/IconNetworkIntelligenceUpdateRounded.tsx +++ b/src/IconNetworkIntelligenceUpdateRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateRounded: React.FC = ({ +export const IconNetworkIntelligenceUpdateRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceUpdateRounded: React.FC = ({ ) - -export { IconNetworkIntelligenceUpdateRounded as default } diff --git a/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx b/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx index 0d148344d..d8c4338b6 100644 --- a/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconNetworkIntelligenceUpdateRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkIntelligenceUpdateRoundedFilled as default } diff --git a/src/IconNetworkIntelligenceUpdateSharp.tsx b/src/IconNetworkIntelligenceUpdateSharp.tsx index a2951740f..27c58bfbd 100644 --- a/src/IconNetworkIntelligenceUpdateSharp.tsx +++ b/src/IconNetworkIntelligenceUpdateSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateSharp: React.FC = ({ +export const IconNetworkIntelligenceUpdateSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceUpdateSharp: React.FC = ({ ) - -export { IconNetworkIntelligenceUpdateSharp as default } diff --git a/src/IconNetworkIntelligenceUpdateSharpFilled.tsx b/src/IconNetworkIntelligenceUpdateSharpFilled.tsx index e59757ae6..30790850a 100644 --- a/src/IconNetworkIntelligenceUpdateSharpFilled.tsx +++ b/src/IconNetworkIntelligenceUpdateSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkIntelligenceUpdateSharpFilled: React.FC = ({ +export const IconNetworkIntelligenceUpdateSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkIntelligenceUpdateSharpFilled: React.FC = ({ ) - -export { IconNetworkIntelligenceUpdateSharpFilled as default } diff --git a/src/IconNetworkLockedOutlined.tsx b/src/IconNetworkLockedOutlined.tsx index 0dcd88d2a..7988aceca 100644 --- a/src/IconNetworkLockedOutlined.tsx +++ b/src/IconNetworkLockedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkLockedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedOutlined as default } diff --git a/src/IconNetworkLockedOutlinedFilled.tsx b/src/IconNetworkLockedOutlinedFilled.tsx index a2a64cf05..e18bd6e1a 100644 --- a/src/IconNetworkLockedOutlinedFilled.tsx +++ b/src/IconNetworkLockedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkLockedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedOutlinedFilled as default } diff --git a/src/IconNetworkLockedRounded.tsx b/src/IconNetworkLockedRounded.tsx index 81667d1ee..6e741c922 100644 --- a/src/IconNetworkLockedRounded.tsx +++ b/src/IconNetworkLockedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedRounded: React.FC = ({ ...props }) => ( +export const IconNetworkLockedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedRounded as default } diff --git a/src/IconNetworkLockedRoundedFilled.tsx b/src/IconNetworkLockedRoundedFilled.tsx index e1667dd53..de1197006 100644 --- a/src/IconNetworkLockedRoundedFilled.tsx +++ b/src/IconNetworkLockedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkLockedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedRoundedFilled as default } diff --git a/src/IconNetworkLockedSharp.tsx b/src/IconNetworkLockedSharp.tsx index d7a4d392e..2451610e6 100644 --- a/src/IconNetworkLockedSharp.tsx +++ b/src/IconNetworkLockedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedSharp: React.FC = ({ ...props }) => ( +export const IconNetworkLockedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedSharp as default } diff --git a/src/IconNetworkLockedSharpFilled.tsx b/src/IconNetworkLockedSharpFilled.tsx index d2e0a1d95..54b299a5d 100644 --- a/src/IconNetworkLockedSharpFilled.tsx +++ b/src/IconNetworkLockedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkLockedSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkLockedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkLockedSharpFilled as default } diff --git a/src/IconNetworkManageOutlined.tsx b/src/IconNetworkManageOutlined.tsx index 2e1387d01..b4fc2528d 100644 --- a/src/IconNetworkManageOutlined.tsx +++ b/src/IconNetworkManageOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkManageOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkManageOutlined as default } diff --git a/src/IconNetworkManageOutlinedFilled.tsx b/src/IconNetworkManageOutlinedFilled.tsx index c314c6054..994643446 100644 --- a/src/IconNetworkManageOutlinedFilled.tsx +++ b/src/IconNetworkManageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkManageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkManageOutlinedFilled as default } diff --git a/src/IconNetworkManageRounded.tsx b/src/IconNetworkManageRounded.tsx index 02dfa9f00..4ece6b165 100644 --- a/src/IconNetworkManageRounded.tsx +++ b/src/IconNetworkManageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageRounded: React.FC = ({ ...props }) => ( +export const IconNetworkManageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkManageRounded as default } diff --git a/src/IconNetworkManageRoundedFilled.tsx b/src/IconNetworkManageRoundedFilled.tsx index 3fa6d2e84..8d715c7b6 100644 --- a/src/IconNetworkManageRoundedFilled.tsx +++ b/src/IconNetworkManageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkManageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkManageRoundedFilled as default } diff --git a/src/IconNetworkManageSharp.tsx b/src/IconNetworkManageSharp.tsx index 9a616a7f5..c10e4414d 100644 --- a/src/IconNetworkManageSharp.tsx +++ b/src/IconNetworkManageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageSharp: React.FC = ({ ...props }) => ( +export const IconNetworkManageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkManageSharp as default } diff --git a/src/IconNetworkManageSharpFilled.tsx b/src/IconNetworkManageSharpFilled.tsx index fbdb79483..dd04f7412 100644 --- a/src/IconNetworkManageSharpFilled.tsx +++ b/src/IconNetworkManageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkManageSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkManageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkManageSharpFilled as default } diff --git a/src/IconNetworkNodeOutlined.tsx b/src/IconNetworkNodeOutlined.tsx index e438ec513..3da7a5f92 100644 --- a/src/IconNetworkNodeOutlined.tsx +++ b/src/IconNetworkNodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkNodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeOutlined as default } diff --git a/src/IconNetworkNodeOutlinedFilled.tsx b/src/IconNetworkNodeOutlinedFilled.tsx index 3bfdb78a5..498b942be 100644 --- a/src/IconNetworkNodeOutlinedFilled.tsx +++ b/src/IconNetworkNodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkNodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeOutlinedFilled as default } diff --git a/src/IconNetworkNodeRounded.tsx b/src/IconNetworkNodeRounded.tsx index 105969644..5c02c4b4a 100644 --- a/src/IconNetworkNodeRounded.tsx +++ b/src/IconNetworkNodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeRounded: React.FC = ({ ...props }) => ( +export const IconNetworkNodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeRounded as default } diff --git a/src/IconNetworkNodeRoundedFilled.tsx b/src/IconNetworkNodeRoundedFilled.tsx index 5d21558be..b81f5ffd8 100644 --- a/src/IconNetworkNodeRoundedFilled.tsx +++ b/src/IconNetworkNodeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkNodeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeRoundedFilled as default } diff --git a/src/IconNetworkNodeSharp.tsx b/src/IconNetworkNodeSharp.tsx index 02658ac1c..20f0468d8 100644 --- a/src/IconNetworkNodeSharp.tsx +++ b/src/IconNetworkNodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeSharp: React.FC = ({ ...props }) => ( +export const IconNetworkNodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeSharp as default } diff --git a/src/IconNetworkNodeSharpFilled.tsx b/src/IconNetworkNodeSharpFilled.tsx index 404856284..fd1a45c11 100644 --- a/src/IconNetworkNodeSharpFilled.tsx +++ b/src/IconNetworkNodeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkNodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkNodeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkNodeSharpFilled as default } diff --git a/src/IconNetworkPingOutlined.tsx b/src/IconNetworkPingOutlined.tsx index caad95e17..792bae460 100644 --- a/src/IconNetworkPingOutlined.tsx +++ b/src/IconNetworkPingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkPingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkPingOutlined as default } diff --git a/src/IconNetworkPingOutlinedFilled.tsx b/src/IconNetworkPingOutlinedFilled.tsx index d347266ad..2752da72e 100644 --- a/src/IconNetworkPingOutlinedFilled.tsx +++ b/src/IconNetworkPingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkPingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkPingOutlinedFilled as default } diff --git a/src/IconNetworkPingRounded.tsx b/src/IconNetworkPingRounded.tsx index 8282a383a..3e1418b51 100644 --- a/src/IconNetworkPingRounded.tsx +++ b/src/IconNetworkPingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingRounded: React.FC = ({ ...props }) => ( +export const IconNetworkPingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkPingRounded as default } diff --git a/src/IconNetworkPingRoundedFilled.tsx b/src/IconNetworkPingRoundedFilled.tsx index 3eda17809..87463f799 100644 --- a/src/IconNetworkPingRoundedFilled.tsx +++ b/src/IconNetworkPingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkPingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkPingRoundedFilled as default } diff --git a/src/IconNetworkPingSharp.tsx b/src/IconNetworkPingSharp.tsx index a9428f32c..95085eaac 100644 --- a/src/IconNetworkPingSharp.tsx +++ b/src/IconNetworkPingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingSharp: React.FC = ({ ...props }) => ( +export const IconNetworkPingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkPingSharp as default } diff --git a/src/IconNetworkPingSharpFilled.tsx b/src/IconNetworkPingSharpFilled.tsx index 578746bcd..06fc5f849 100644 --- a/src/IconNetworkPingSharpFilled.tsx +++ b/src/IconNetworkPingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkPingSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkPingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkPingSharpFilled as default } diff --git a/src/IconNetworkWifi1BarLockedOutlined.tsx b/src/IconNetworkWifi1BarLockedOutlined.tsx index 4a027a2b1..aa4263687 100644 --- a/src/IconNetworkWifi1BarLockedOutlined.tsx +++ b/src/IconNetworkWifi1BarLockedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedOutlined: React.FC = ({ +export const IconNetworkWifi1BarLockedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarLockedOutlined: React.FC = ({ ) - -export { IconNetworkWifi1BarLockedOutlined as default } diff --git a/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx index 84416a5e1..4e72059be 100644 --- a/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi1BarLockedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedOutlinedFilled: React.FC = ({ +export const IconNetworkWifi1BarLockedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarLockedOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi1BarLockedOutlinedFilled as default } diff --git a/src/IconNetworkWifi1BarLockedRounded.tsx b/src/IconNetworkWifi1BarLockedRounded.tsx index 1a28d5b76..550a27dd1 100644 --- a/src/IconNetworkWifi1BarLockedRounded.tsx +++ b/src/IconNetworkWifi1BarLockedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedRounded: React.FC = ({ +export const IconNetworkWifi1BarLockedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarLockedRounded: React.FC = ({ ) - -export { IconNetworkWifi1BarLockedRounded as default } diff --git a/src/IconNetworkWifi1BarLockedRoundedFilled.tsx b/src/IconNetworkWifi1BarLockedRoundedFilled.tsx index 7033fced6..04b2d0ec0 100644 --- a/src/IconNetworkWifi1BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi1BarLockedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedRoundedFilled: React.FC = ({ +export const IconNetworkWifi1BarLockedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarLockedRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi1BarLockedRoundedFilled as default } diff --git a/src/IconNetworkWifi1BarLockedSharp.tsx b/src/IconNetworkWifi1BarLockedSharp.tsx index 5953aa9a2..bd42c68b6 100644 --- a/src/IconNetworkWifi1BarLockedSharp.tsx +++ b/src/IconNetworkWifi1BarLockedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi1BarLockedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi1BarLockedSharp as default } diff --git a/src/IconNetworkWifi1BarLockedSharpFilled.tsx b/src/IconNetworkWifi1BarLockedSharpFilled.tsx index 0123f4457..a7a75c05b 100644 --- a/src/IconNetworkWifi1BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi1BarLockedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarLockedSharpFilled: React.FC = ({ +export const IconNetworkWifi1BarLockedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarLockedSharpFilled: React.FC = ({ ) - -export { IconNetworkWifi1BarLockedSharpFilled as default } diff --git a/src/IconNetworkWifi1BarOutlined.tsx b/src/IconNetworkWifi1BarOutlined.tsx index 9b67d7566..b55971468 100644 --- a/src/IconNetworkWifi1BarOutlined.tsx +++ b/src/IconNetworkWifi1BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkWifi1BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi1BarOutlined as default } diff --git a/src/IconNetworkWifi1BarOutlinedFilled.tsx b/src/IconNetworkWifi1BarOutlinedFilled.tsx index a5fafb00d..1af643d3c 100644 --- a/src/IconNetworkWifi1BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi1BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarOutlinedFilled: React.FC = ({ +export const IconNetworkWifi1BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi1BarOutlinedFilled as default } diff --git a/src/IconNetworkWifi1BarRounded.tsx b/src/IconNetworkWifi1BarRounded.tsx index 5879734c3..1fac729ef 100644 --- a/src/IconNetworkWifi1BarRounded.tsx +++ b/src/IconNetworkWifi1BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarRounded: React.FC = ({ ...props }) => ( +export const IconNetworkWifi1BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi1BarRounded as default } diff --git a/src/IconNetworkWifi1BarRoundedFilled.tsx b/src/IconNetworkWifi1BarRoundedFilled.tsx index e9505a09c..00ab4f8e2 100644 --- a/src/IconNetworkWifi1BarRoundedFilled.tsx +++ b/src/IconNetworkWifi1BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarRoundedFilled: React.FC = ({ +export const IconNetworkWifi1BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi1BarRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi1BarRoundedFilled as default } diff --git a/src/IconNetworkWifi1BarSharp.tsx b/src/IconNetworkWifi1BarSharp.tsx index c03054ad1..3f3b9a2f9 100644 --- a/src/IconNetworkWifi1BarSharp.tsx +++ b/src/IconNetworkWifi1BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi1BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi1BarSharp as default } diff --git a/src/IconNetworkWifi1BarSharpFilled.tsx b/src/IconNetworkWifi1BarSharpFilled.tsx index bb938edf7..a34ba74e0 100644 --- a/src/IconNetworkWifi1BarSharpFilled.tsx +++ b/src/IconNetworkWifi1BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi1BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifi1BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi1BarSharpFilled as default } diff --git a/src/IconNetworkWifi2BarLockedOutlined.tsx b/src/IconNetworkWifi2BarLockedOutlined.tsx index 4f7eb88bd..fed9b5596 100644 --- a/src/IconNetworkWifi2BarLockedOutlined.tsx +++ b/src/IconNetworkWifi2BarLockedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedOutlined: React.FC = ({ +export const IconNetworkWifi2BarLockedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarLockedOutlined: React.FC = ({ ) - -export { IconNetworkWifi2BarLockedOutlined as default } diff --git a/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx index 5f6b2342d..fe90e97aa 100644 --- a/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi2BarLockedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedOutlinedFilled: React.FC = ({ +export const IconNetworkWifi2BarLockedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarLockedOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi2BarLockedOutlinedFilled as default } diff --git a/src/IconNetworkWifi2BarLockedRounded.tsx b/src/IconNetworkWifi2BarLockedRounded.tsx index 67e5027b5..c5f285f02 100644 --- a/src/IconNetworkWifi2BarLockedRounded.tsx +++ b/src/IconNetworkWifi2BarLockedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedRounded: React.FC = ({ +export const IconNetworkWifi2BarLockedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarLockedRounded: React.FC = ({ ) - -export { IconNetworkWifi2BarLockedRounded as default } diff --git a/src/IconNetworkWifi2BarLockedRoundedFilled.tsx b/src/IconNetworkWifi2BarLockedRoundedFilled.tsx index 1ed9a85fc..80b6e13dc 100644 --- a/src/IconNetworkWifi2BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi2BarLockedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedRoundedFilled: React.FC = ({ +export const IconNetworkWifi2BarLockedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarLockedRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi2BarLockedRoundedFilled as default } diff --git a/src/IconNetworkWifi2BarLockedSharp.tsx b/src/IconNetworkWifi2BarLockedSharp.tsx index cd4834f2d..523784d04 100644 --- a/src/IconNetworkWifi2BarLockedSharp.tsx +++ b/src/IconNetworkWifi2BarLockedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi2BarLockedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi2BarLockedSharp as default } diff --git a/src/IconNetworkWifi2BarLockedSharpFilled.tsx b/src/IconNetworkWifi2BarLockedSharpFilled.tsx index 0f73f2026..37286df60 100644 --- a/src/IconNetworkWifi2BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi2BarLockedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarLockedSharpFilled: React.FC = ({ +export const IconNetworkWifi2BarLockedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarLockedSharpFilled: React.FC = ({ ) - -export { IconNetworkWifi2BarLockedSharpFilled as default } diff --git a/src/IconNetworkWifi2BarOutlined.tsx b/src/IconNetworkWifi2BarOutlined.tsx index 7e43422ea..5196078a4 100644 --- a/src/IconNetworkWifi2BarOutlined.tsx +++ b/src/IconNetworkWifi2BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkWifi2BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi2BarOutlined as default } diff --git a/src/IconNetworkWifi2BarOutlinedFilled.tsx b/src/IconNetworkWifi2BarOutlinedFilled.tsx index 425a0ee49..6128b7a1b 100644 --- a/src/IconNetworkWifi2BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi2BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarOutlinedFilled: React.FC = ({ +export const IconNetworkWifi2BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi2BarOutlinedFilled as default } diff --git a/src/IconNetworkWifi2BarRounded.tsx b/src/IconNetworkWifi2BarRounded.tsx index feed99b3d..ab584733b 100644 --- a/src/IconNetworkWifi2BarRounded.tsx +++ b/src/IconNetworkWifi2BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarRounded: React.FC = ({ ...props }) => ( +export const IconNetworkWifi2BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi2BarRounded as default } diff --git a/src/IconNetworkWifi2BarRoundedFilled.tsx b/src/IconNetworkWifi2BarRoundedFilled.tsx index 414924476..04fcc5bf1 100644 --- a/src/IconNetworkWifi2BarRoundedFilled.tsx +++ b/src/IconNetworkWifi2BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarRoundedFilled: React.FC = ({ +export const IconNetworkWifi2BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi2BarRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi2BarRoundedFilled as default } diff --git a/src/IconNetworkWifi2BarSharp.tsx b/src/IconNetworkWifi2BarSharp.tsx index 566a58522..33836c12e 100644 --- a/src/IconNetworkWifi2BarSharp.tsx +++ b/src/IconNetworkWifi2BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi2BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi2BarSharp as default } diff --git a/src/IconNetworkWifi2BarSharpFilled.tsx b/src/IconNetworkWifi2BarSharpFilled.tsx index c3d8fd1db..b2ab6c7bf 100644 --- a/src/IconNetworkWifi2BarSharpFilled.tsx +++ b/src/IconNetworkWifi2BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi2BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifi2BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi2BarSharpFilled as default } diff --git a/src/IconNetworkWifi3BarLockedOutlined.tsx b/src/IconNetworkWifi3BarLockedOutlined.tsx index 6e6851b14..c7333820c 100644 --- a/src/IconNetworkWifi3BarLockedOutlined.tsx +++ b/src/IconNetworkWifi3BarLockedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedOutlined: React.FC = ({ +export const IconNetworkWifi3BarLockedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarLockedOutlined: React.FC = ({ ) - -export { IconNetworkWifi3BarLockedOutlined as default } diff --git a/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx b/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx index 97666ebc8..ebb17aba6 100644 --- a/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifi3BarLockedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedOutlinedFilled: React.FC = ({ +export const IconNetworkWifi3BarLockedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarLockedOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi3BarLockedOutlinedFilled as default } diff --git a/src/IconNetworkWifi3BarLockedRounded.tsx b/src/IconNetworkWifi3BarLockedRounded.tsx index 83ce352eb..b59ee94d3 100644 --- a/src/IconNetworkWifi3BarLockedRounded.tsx +++ b/src/IconNetworkWifi3BarLockedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedRounded: React.FC = ({ +export const IconNetworkWifi3BarLockedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarLockedRounded: React.FC = ({ ) - -export { IconNetworkWifi3BarLockedRounded as default } diff --git a/src/IconNetworkWifi3BarLockedRoundedFilled.tsx b/src/IconNetworkWifi3BarLockedRoundedFilled.tsx index 1da6bb082..7a0510840 100644 --- a/src/IconNetworkWifi3BarLockedRoundedFilled.tsx +++ b/src/IconNetworkWifi3BarLockedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedRoundedFilled: React.FC = ({ +export const IconNetworkWifi3BarLockedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarLockedRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi3BarLockedRoundedFilled as default } diff --git a/src/IconNetworkWifi3BarLockedSharp.tsx b/src/IconNetworkWifi3BarLockedSharp.tsx index 89a6cfe4e..3cdc65045 100644 --- a/src/IconNetworkWifi3BarLockedSharp.tsx +++ b/src/IconNetworkWifi3BarLockedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi3BarLockedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi3BarLockedSharp as default } diff --git a/src/IconNetworkWifi3BarLockedSharpFilled.tsx b/src/IconNetworkWifi3BarLockedSharpFilled.tsx index d09202ff6..2c471b885 100644 --- a/src/IconNetworkWifi3BarLockedSharpFilled.tsx +++ b/src/IconNetworkWifi3BarLockedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarLockedSharpFilled: React.FC = ({ +export const IconNetworkWifi3BarLockedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarLockedSharpFilled: React.FC = ({ ) - -export { IconNetworkWifi3BarLockedSharpFilled as default } diff --git a/src/IconNetworkWifi3BarOutlined.tsx b/src/IconNetworkWifi3BarOutlined.tsx index 3259b8893..79233f6fd 100644 --- a/src/IconNetworkWifi3BarOutlined.tsx +++ b/src/IconNetworkWifi3BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkWifi3BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi3BarOutlined as default } diff --git a/src/IconNetworkWifi3BarOutlinedFilled.tsx b/src/IconNetworkWifi3BarOutlinedFilled.tsx index a4b491de1..2717a6b97 100644 --- a/src/IconNetworkWifi3BarOutlinedFilled.tsx +++ b/src/IconNetworkWifi3BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarOutlinedFilled: React.FC = ({ +export const IconNetworkWifi3BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifi3BarOutlinedFilled as default } diff --git a/src/IconNetworkWifi3BarRounded.tsx b/src/IconNetworkWifi3BarRounded.tsx index f25bdaad9..d5ae3b348 100644 --- a/src/IconNetworkWifi3BarRounded.tsx +++ b/src/IconNetworkWifi3BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarRounded: React.FC = ({ ...props }) => ( +export const IconNetworkWifi3BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi3BarRounded as default } diff --git a/src/IconNetworkWifi3BarRoundedFilled.tsx b/src/IconNetworkWifi3BarRoundedFilled.tsx index 269f073d6..fbab45136 100644 --- a/src/IconNetworkWifi3BarRoundedFilled.tsx +++ b/src/IconNetworkWifi3BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarRoundedFilled: React.FC = ({ +export const IconNetworkWifi3BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifi3BarRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifi3BarRoundedFilled as default } diff --git a/src/IconNetworkWifi3BarSharp.tsx b/src/IconNetworkWifi3BarSharp.tsx index 3e11922b6..48ff803dc 100644 --- a/src/IconNetworkWifi3BarSharp.tsx +++ b/src/IconNetworkWifi3BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifi3BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi3BarSharp as default } diff --git a/src/IconNetworkWifi3BarSharpFilled.tsx b/src/IconNetworkWifi3BarSharpFilled.tsx index 4f4c80f5c..b3d6aaea1 100644 --- a/src/IconNetworkWifi3BarSharpFilled.tsx +++ b/src/IconNetworkWifi3BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifi3BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifi3BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifi3BarSharpFilled as default } diff --git a/src/IconNetworkWifiLockedOutlined.tsx b/src/IconNetworkWifiLockedOutlined.tsx index 56892a69c..340ef97cc 100644 --- a/src/IconNetworkWifiLockedOutlined.tsx +++ b/src/IconNetworkWifiLockedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkWifiLockedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiLockedOutlined as default } diff --git a/src/IconNetworkWifiLockedOutlinedFilled.tsx b/src/IconNetworkWifiLockedOutlinedFilled.tsx index b640c43b5..9fcda79c8 100644 --- a/src/IconNetworkWifiLockedOutlinedFilled.tsx +++ b/src/IconNetworkWifiLockedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedOutlinedFilled: React.FC = ({ +export const IconNetworkWifiLockedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifiLockedOutlinedFilled: React.FC = ({ ) - -export { IconNetworkWifiLockedOutlinedFilled as default } diff --git a/src/IconNetworkWifiLockedRounded.tsx b/src/IconNetworkWifiLockedRounded.tsx index 8073dab86..19d8749c5 100644 --- a/src/IconNetworkWifiLockedRounded.tsx +++ b/src/IconNetworkWifiLockedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedRounded: React.FC = ({ ...props }) => ( +export const IconNetworkWifiLockedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiLockedRounded as default } diff --git a/src/IconNetworkWifiLockedRoundedFilled.tsx b/src/IconNetworkWifiLockedRoundedFilled.tsx index de91be9f6..57d11b844 100644 --- a/src/IconNetworkWifiLockedRoundedFilled.tsx +++ b/src/IconNetworkWifiLockedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedRoundedFilled: React.FC = ({ +export const IconNetworkWifiLockedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifiLockedRoundedFilled: React.FC = ({ ) - -export { IconNetworkWifiLockedRoundedFilled as default } diff --git a/src/IconNetworkWifiLockedSharp.tsx b/src/IconNetworkWifiLockedSharp.tsx index 441d2a35b..62fe576d9 100644 --- a/src/IconNetworkWifiLockedSharp.tsx +++ b/src/IconNetworkWifiLockedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifiLockedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiLockedSharp as default } diff --git a/src/IconNetworkWifiLockedSharpFilled.tsx b/src/IconNetworkWifiLockedSharpFilled.tsx index e28cd4200..47fc0d3c4 100644 --- a/src/IconNetworkWifiLockedSharpFilled.tsx +++ b/src/IconNetworkWifiLockedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiLockedSharpFilled: React.FC = ({ +export const IconNetworkWifiLockedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNetworkWifiLockedSharpFilled: React.FC = ({ ) - -export { IconNetworkWifiLockedSharpFilled as default } diff --git a/src/IconNetworkWifiOutlined.tsx b/src/IconNetworkWifiOutlined.tsx index e5204b89d..f9aa4b0a6 100644 --- a/src/IconNetworkWifiOutlined.tsx +++ b/src/IconNetworkWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiOutlined: React.FC = ({ ...props }) => ( +export const IconNetworkWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiOutlined as default } diff --git a/src/IconNetworkWifiOutlinedFilled.tsx b/src/IconNetworkWifiOutlinedFilled.tsx index b6fbdbd39..8a6e8e8b8 100644 --- a/src/IconNetworkWifiOutlinedFilled.tsx +++ b/src/IconNetworkWifiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiOutlinedFilled as default } diff --git a/src/IconNetworkWifiRounded.tsx b/src/IconNetworkWifiRounded.tsx index fd2d62b02..0f319ce69 100644 --- a/src/IconNetworkWifiRounded.tsx +++ b/src/IconNetworkWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiRounded: React.FC = ({ ...props }) => ( +export const IconNetworkWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiRounded as default } diff --git a/src/IconNetworkWifiRoundedFilled.tsx b/src/IconNetworkWifiRoundedFilled.tsx index 22261531d..a032a3aea 100644 --- a/src/IconNetworkWifiRoundedFilled.tsx +++ b/src/IconNetworkWifiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiRoundedFilled as default } diff --git a/src/IconNetworkWifiSharp.tsx b/src/IconNetworkWifiSharp.tsx index d628eafba..f7bb07107 100644 --- a/src/IconNetworkWifiSharp.tsx +++ b/src/IconNetworkWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiSharp: React.FC = ({ ...props }) => ( +export const IconNetworkWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiSharp as default } diff --git a/src/IconNetworkWifiSharpFilled.tsx b/src/IconNetworkWifiSharpFilled.tsx index 010f7b731..3150e25c4 100644 --- a/src/IconNetworkWifiSharpFilled.tsx +++ b/src/IconNetworkWifiSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNetworkWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconNetworkWifiSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNetworkWifiSharpFilled as default } diff --git a/src/IconNeurologyOutlined.tsx b/src/IconNeurologyOutlined.tsx index 74f44da6e..3592eee03 100644 --- a/src/IconNeurologyOutlined.tsx +++ b/src/IconNeurologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologyOutlined: React.FC = ({ ...props }) => ( +export const IconNeurologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNeurologyOutlined as default } diff --git a/src/IconNeurologyOutlinedFilled.tsx b/src/IconNeurologyOutlinedFilled.tsx index 9321d9fdd..0e4b3ae89 100644 --- a/src/IconNeurologyOutlinedFilled.tsx +++ b/src/IconNeurologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNeurologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNeurologyOutlinedFilled as default } diff --git a/src/IconNeurologyRounded.tsx b/src/IconNeurologyRounded.tsx index 6c69b79e2..5bba667d5 100644 --- a/src/IconNeurologyRounded.tsx +++ b/src/IconNeurologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologyRounded: React.FC = ({ ...props }) => ( +export const IconNeurologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNeurologyRounded as default } diff --git a/src/IconNeurologyRoundedFilled.tsx b/src/IconNeurologyRoundedFilled.tsx index a04375cd9..3c16ccea8 100644 --- a/src/IconNeurologyRoundedFilled.tsx +++ b/src/IconNeurologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNeurologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNeurologyRoundedFilled as default } diff --git a/src/IconNeurologySharp.tsx b/src/IconNeurologySharp.tsx index 80905bebe..04e5ac943 100644 --- a/src/IconNeurologySharp.tsx +++ b/src/IconNeurologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologySharp: React.FC = ({ ...props }) => ( +export const IconNeurologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNeurologySharp as default } diff --git a/src/IconNeurologySharpFilled.tsx b/src/IconNeurologySharpFilled.tsx index 184f5095f..fa42cb10c 100644 --- a/src/IconNeurologySharpFilled.tsx +++ b/src/IconNeurologySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNeurologySharpFilled: React.FC = ({ ...props }) => ( +export const IconNeurologySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNeurologySharpFilled as default } diff --git a/src/IconNewLabelOutlined.tsx b/src/IconNewLabelOutlined.tsx index c0137f67f..9ff2d893d 100644 --- a/src/IconNewLabelOutlined.tsx +++ b/src/IconNewLabelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelOutlined: React.FC = ({ ...props }) => ( +export const IconNewLabelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewLabelOutlined as default } diff --git a/src/IconNewLabelOutlinedFilled.tsx b/src/IconNewLabelOutlinedFilled.tsx index 60f88442a..2cc15ce3b 100644 --- a/src/IconNewLabelOutlinedFilled.tsx +++ b/src/IconNewLabelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewLabelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewLabelOutlinedFilled as default } diff --git a/src/IconNewLabelRounded.tsx b/src/IconNewLabelRounded.tsx index 09f033797..99458cfb9 100644 --- a/src/IconNewLabelRounded.tsx +++ b/src/IconNewLabelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelRounded: React.FC = ({ ...props }) => ( +export const IconNewLabelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewLabelRounded as default } diff --git a/src/IconNewLabelRoundedFilled.tsx b/src/IconNewLabelRoundedFilled.tsx index f5c6ffdcc..968e5a930 100644 --- a/src/IconNewLabelRoundedFilled.tsx +++ b/src/IconNewLabelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewLabelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewLabelRoundedFilled as default } diff --git a/src/IconNewLabelSharp.tsx b/src/IconNewLabelSharp.tsx index 807dab224..ae96768f2 100644 --- a/src/IconNewLabelSharp.tsx +++ b/src/IconNewLabelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelSharp: React.FC = ({ ...props }) => ( +export const IconNewLabelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewLabelSharp as default } diff --git a/src/IconNewLabelSharpFilled.tsx b/src/IconNewLabelSharpFilled.tsx index cb997bb17..02a90821d 100644 --- a/src/IconNewLabelSharpFilled.tsx +++ b/src/IconNewLabelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewLabelSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewLabelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewLabelSharpFilled as default } diff --git a/src/IconNewReleasesOutlined.tsx b/src/IconNewReleasesOutlined.tsx index 46c144fef..8eea1b0f9 100644 --- a/src/IconNewReleasesOutlined.tsx +++ b/src/IconNewReleasesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesOutlined: React.FC = ({ ...props }) => ( +export const IconNewReleasesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewReleasesOutlined as default } diff --git a/src/IconNewReleasesOutlinedFilled.tsx b/src/IconNewReleasesOutlinedFilled.tsx index 518cc9510..db2834789 100644 --- a/src/IconNewReleasesOutlinedFilled.tsx +++ b/src/IconNewReleasesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewReleasesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewReleasesOutlinedFilled as default } diff --git a/src/IconNewReleasesRounded.tsx b/src/IconNewReleasesRounded.tsx index 310a26f7b..2f9ffacb0 100644 --- a/src/IconNewReleasesRounded.tsx +++ b/src/IconNewReleasesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesRounded: React.FC = ({ ...props }) => ( +export const IconNewReleasesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewReleasesRounded as default } diff --git a/src/IconNewReleasesRoundedFilled.tsx b/src/IconNewReleasesRoundedFilled.tsx index 5ffffc936..e2aa4751f 100644 --- a/src/IconNewReleasesRoundedFilled.tsx +++ b/src/IconNewReleasesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewReleasesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewReleasesRoundedFilled as default } diff --git a/src/IconNewReleasesSharp.tsx b/src/IconNewReleasesSharp.tsx index 74c063c63..2a462e1df 100644 --- a/src/IconNewReleasesSharp.tsx +++ b/src/IconNewReleasesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesSharp: React.FC = ({ ...props }) => ( +export const IconNewReleasesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewReleasesSharp as default } diff --git a/src/IconNewReleasesSharpFilled.tsx b/src/IconNewReleasesSharpFilled.tsx index 7b960a197..0dd34d08c 100644 --- a/src/IconNewReleasesSharpFilled.tsx +++ b/src/IconNewReleasesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewReleasesSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewReleasesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewReleasesSharpFilled as default } diff --git a/src/IconNewWindowOutlined.tsx b/src/IconNewWindowOutlined.tsx index 2db28b60a..8ed0fbbde 100644 --- a/src/IconNewWindowOutlined.tsx +++ b/src/IconNewWindowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowOutlined: React.FC = ({ ...props }) => ( +export const IconNewWindowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewWindowOutlined as default } diff --git a/src/IconNewWindowOutlinedFilled.tsx b/src/IconNewWindowOutlinedFilled.tsx index 1d752d70a..ee8c60fb2 100644 --- a/src/IconNewWindowOutlinedFilled.tsx +++ b/src/IconNewWindowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewWindowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewWindowOutlinedFilled as default } diff --git a/src/IconNewWindowRounded.tsx b/src/IconNewWindowRounded.tsx index 6d4f1466d..eb3535a1a 100644 --- a/src/IconNewWindowRounded.tsx +++ b/src/IconNewWindowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowRounded: React.FC = ({ ...props }) => ( +export const IconNewWindowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewWindowRounded as default } diff --git a/src/IconNewWindowRoundedFilled.tsx b/src/IconNewWindowRoundedFilled.tsx index 313ce4e6f..0bd550e3e 100644 --- a/src/IconNewWindowRoundedFilled.tsx +++ b/src/IconNewWindowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewWindowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewWindowRoundedFilled as default } diff --git a/src/IconNewWindowSharp.tsx b/src/IconNewWindowSharp.tsx index 97af62317..ef8e791ca 100644 --- a/src/IconNewWindowSharp.tsx +++ b/src/IconNewWindowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowSharp: React.FC = ({ ...props }) => ( +export const IconNewWindowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewWindowSharp as default } diff --git a/src/IconNewWindowSharpFilled.tsx b/src/IconNewWindowSharpFilled.tsx index e6a4927bc..20b8a82d6 100644 --- a/src/IconNewWindowSharpFilled.tsx +++ b/src/IconNewWindowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewWindowSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewWindowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewWindowSharpFilled as default } diff --git a/src/IconNewsOutlined.tsx b/src/IconNewsOutlined.tsx index 5b4512339..d21b50e30 100644 --- a/src/IconNewsOutlined.tsx +++ b/src/IconNewsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsOutlined: React.FC = ({ ...props }) => ( +export const IconNewsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsOutlined as default } diff --git a/src/IconNewsOutlinedFilled.tsx b/src/IconNewsOutlinedFilled.tsx index 7661081e2..f9fe93a8d 100644 --- a/src/IconNewsOutlinedFilled.tsx +++ b/src/IconNewsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsOutlinedFilled as default } diff --git a/src/IconNewsRounded.tsx b/src/IconNewsRounded.tsx index b3d42d487..17528229e 100644 --- a/src/IconNewsRounded.tsx +++ b/src/IconNewsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsRounded: React.FC = ({ ...props }) => ( +export const IconNewsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsRounded as default } diff --git a/src/IconNewsRoundedFilled.tsx b/src/IconNewsRoundedFilled.tsx index 76f40ece3..a28a27809 100644 --- a/src/IconNewsRoundedFilled.tsx +++ b/src/IconNewsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsRoundedFilled as default } diff --git a/src/IconNewsSharp.tsx b/src/IconNewsSharp.tsx index 404d7e0cf..0f5510b52 100644 --- a/src/IconNewsSharp.tsx +++ b/src/IconNewsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsSharp: React.FC = ({ ...props }) => ( +export const IconNewsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsSharp as default } diff --git a/src/IconNewsSharpFilled.tsx b/src/IconNewsSharpFilled.tsx index 4c261a85f..c63992425 100644 --- a/src/IconNewsSharpFilled.tsx +++ b/src/IconNewsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsSharpFilled as default } diff --git a/src/IconNewsmodeOutlined.tsx b/src/IconNewsmodeOutlined.tsx index eec6e5931..36bfb2be8 100644 --- a/src/IconNewsmodeOutlined.tsx +++ b/src/IconNewsmodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeOutlined: React.FC = ({ ...props }) => ( +export const IconNewsmodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsmodeOutlined as default } diff --git a/src/IconNewsmodeOutlinedFilled.tsx b/src/IconNewsmodeOutlinedFilled.tsx index 186767e3f..6113988b2 100644 --- a/src/IconNewsmodeOutlinedFilled.tsx +++ b/src/IconNewsmodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewsmodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewsmodeOutlinedFilled as default } diff --git a/src/IconNewsmodeRounded.tsx b/src/IconNewsmodeRounded.tsx index 1a3222bac..bc238e7d3 100644 --- a/src/IconNewsmodeRounded.tsx +++ b/src/IconNewsmodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeRounded: React.FC = ({ ...props }) => ( +export const IconNewsmodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsmodeRounded as default } diff --git a/src/IconNewsmodeRoundedFilled.tsx b/src/IconNewsmodeRoundedFilled.tsx index b0b154528..ffcaf4141 100644 --- a/src/IconNewsmodeRoundedFilled.tsx +++ b/src/IconNewsmodeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewsmodeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewsmodeRoundedFilled as default } diff --git a/src/IconNewsmodeSharp.tsx b/src/IconNewsmodeSharp.tsx index 65970353d..60df87bbf 100644 --- a/src/IconNewsmodeSharp.tsx +++ b/src/IconNewsmodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeSharp: React.FC = ({ ...props }) => ( +export const IconNewsmodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsmodeSharp as default } diff --git a/src/IconNewsmodeSharpFilled.tsx b/src/IconNewsmodeSharpFilled.tsx index 12128cb69..35c1bc070 100644 --- a/src/IconNewsmodeSharpFilled.tsx +++ b/src/IconNewsmodeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsmodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewsmodeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsmodeSharpFilled as default } diff --git a/src/IconNewspaperOutlined.tsx b/src/IconNewspaperOutlined.tsx index a4647f6ee..a6599dd72 100644 --- a/src/IconNewspaperOutlined.tsx +++ b/src/IconNewspaperOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperOutlined: React.FC = ({ ...props }) => ( +export const IconNewspaperOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewspaperOutlined as default } diff --git a/src/IconNewspaperOutlinedFilled.tsx b/src/IconNewspaperOutlinedFilled.tsx index 6343d2a1c..7860c48d2 100644 --- a/src/IconNewspaperOutlinedFilled.tsx +++ b/src/IconNewspaperOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewspaperOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewspaperOutlinedFilled as default } diff --git a/src/IconNewspaperRounded.tsx b/src/IconNewspaperRounded.tsx index 45553a11b..c07d9e12c 100644 --- a/src/IconNewspaperRounded.tsx +++ b/src/IconNewspaperRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperRounded: React.FC = ({ ...props }) => ( +export const IconNewspaperRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewspaperRounded as default } diff --git a/src/IconNewspaperRoundedFilled.tsx b/src/IconNewspaperRoundedFilled.tsx index 17a8e5c58..604ffb8cb 100644 --- a/src/IconNewspaperRoundedFilled.tsx +++ b/src/IconNewspaperRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewspaperRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewspaperRoundedFilled as default } diff --git a/src/IconNewspaperSharp.tsx b/src/IconNewspaperSharp.tsx index 95ba57dfc..138487912 100644 --- a/src/IconNewspaperSharp.tsx +++ b/src/IconNewspaperSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperSharp: React.FC = ({ ...props }) => ( +export const IconNewspaperSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewspaperSharp as default } diff --git a/src/IconNewspaperSharpFilled.tsx b/src/IconNewspaperSharpFilled.tsx index f4bc42d79..35145a917 100644 --- a/src/IconNewspaperSharpFilled.tsx +++ b/src/IconNewspaperSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewspaperSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewspaperSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewspaperSharpFilled as default } diff --git a/src/IconNewsstandOutlined.tsx b/src/IconNewsstandOutlined.tsx index ace9f6367..38f085832 100644 --- a/src/IconNewsstandOutlined.tsx +++ b/src/IconNewsstandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandOutlined: React.FC = ({ ...props }) => ( +export const IconNewsstandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsstandOutlined as default } diff --git a/src/IconNewsstandOutlinedFilled.tsx b/src/IconNewsstandOutlinedFilled.tsx index b6f39c3de..5f941e938 100644 --- a/src/IconNewsstandOutlinedFilled.tsx +++ b/src/IconNewsstandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNewsstandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewsstandOutlinedFilled as default } diff --git a/src/IconNewsstandRounded.tsx b/src/IconNewsstandRounded.tsx index a416381a4..5f94833bb 100644 --- a/src/IconNewsstandRounded.tsx +++ b/src/IconNewsstandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandRounded: React.FC = ({ ...props }) => ( +export const IconNewsstandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsstandRounded as default } diff --git a/src/IconNewsstandRoundedFilled.tsx b/src/IconNewsstandRoundedFilled.tsx index df5d9e829..ce413fdf5 100644 --- a/src/IconNewsstandRoundedFilled.tsx +++ b/src/IconNewsstandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNewsstandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNewsstandRoundedFilled as default } diff --git a/src/IconNewsstandSharp.tsx b/src/IconNewsstandSharp.tsx index ff7d66c02..6c12cad44 100644 --- a/src/IconNewsstandSharp.tsx +++ b/src/IconNewsstandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandSharp: React.FC = ({ ...props }) => ( +export const IconNewsstandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsstandSharp as default } diff --git a/src/IconNewsstandSharpFilled.tsx b/src/IconNewsstandSharpFilled.tsx index 9ef5f23a4..3be454afa 100644 --- a/src/IconNewsstandSharpFilled.tsx +++ b/src/IconNewsstandSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNewsstandSharpFilled: React.FC = ({ ...props }) => ( +export const IconNewsstandSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNewsstandSharpFilled as default } diff --git a/src/IconNextPlanOutlined.tsx b/src/IconNextPlanOutlined.tsx index 084f1093a..9a1da3f6b 100644 --- a/src/IconNextPlanOutlined.tsx +++ b/src/IconNextPlanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanOutlined: React.FC = ({ ...props }) => ( +export const IconNextPlanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextPlanOutlined as default } diff --git a/src/IconNextPlanOutlinedFilled.tsx b/src/IconNextPlanOutlinedFilled.tsx index 16b179ee1..d2500e74c 100644 --- a/src/IconNextPlanOutlinedFilled.tsx +++ b/src/IconNextPlanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNextPlanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNextPlanOutlinedFilled as default } diff --git a/src/IconNextPlanRounded.tsx b/src/IconNextPlanRounded.tsx index b0be0d717..3f8c3b58d 100644 --- a/src/IconNextPlanRounded.tsx +++ b/src/IconNextPlanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanRounded: React.FC = ({ ...props }) => ( +export const IconNextPlanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextPlanRounded as default } diff --git a/src/IconNextPlanRoundedFilled.tsx b/src/IconNextPlanRoundedFilled.tsx index 6b6928e27..89d583dd8 100644 --- a/src/IconNextPlanRoundedFilled.tsx +++ b/src/IconNextPlanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNextPlanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNextPlanRoundedFilled as default } diff --git a/src/IconNextPlanSharp.tsx b/src/IconNextPlanSharp.tsx index 74f331865..8835aefc1 100644 --- a/src/IconNextPlanSharp.tsx +++ b/src/IconNextPlanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanSharp: React.FC = ({ ...props }) => ( +export const IconNextPlanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextPlanSharp as default } diff --git a/src/IconNextPlanSharpFilled.tsx b/src/IconNextPlanSharpFilled.tsx index cf51e4610..0aa62aa10 100644 --- a/src/IconNextPlanSharpFilled.tsx +++ b/src/IconNextPlanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextPlanSharpFilled: React.FC = ({ ...props }) => ( +export const IconNextPlanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextPlanSharpFilled as default } diff --git a/src/IconNextWeekOutlined.tsx b/src/IconNextWeekOutlined.tsx index 3dbcbbfb6..dfe05f1a9 100644 --- a/src/IconNextWeekOutlined.tsx +++ b/src/IconNextWeekOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextWeekOutlined: React.FC = ({ ...props }) => ( +export const IconNextWeekOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextWeekOutlined as default } diff --git a/src/IconNextWeekOutlinedFilled.tsx b/src/IconNextWeekOutlinedFilled.tsx index d7060e10e..4a6b06d03 100644 --- a/src/IconNextWeekOutlinedFilled.tsx +++ b/src/IconNextWeekOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNextWeekOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNextWeekOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNextWeekOutlinedFilled as default } diff --git a/src/IconNextWeekRounded.tsx b/src/IconNextWeekRounded.tsx deleted file mode 100644 index 809f4594d..000000000 --- a/src/IconNextWeekRounded.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconNextWeekRounded: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconNextWeekRounded as default } diff --git a/src/IconNextWeekRoundedFilled.tsx b/src/IconNextWeekRoundedFilled.tsx index 15695df8d..b0d9d9dbb 100644 --- a/src/IconNextWeekRoundedFilled.tsx +++ b/src/IconNextWeekRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNextWeekRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNextWeekRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNextWeekRoundedFilled as default } diff --git a/src/IconNextWeekSharp.tsx b/src/IconNextWeekSharp.tsx index 6e480d105..ae78722a7 100644 --- a/src/IconNextWeekSharp.tsx +++ b/src/IconNextWeekSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextWeekSharp: React.FC = ({ ...props }) => ( +export const IconNextWeekSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextWeekSharp as default } diff --git a/src/IconNextWeekSharpFilled.tsx b/src/IconNextWeekSharpFilled.tsx index 4564fbe75..0825a3f5e 100644 --- a/src/IconNextWeekSharpFilled.tsx +++ b/src/IconNextWeekSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNextWeekSharpFilled: React.FC = ({ ...props }) => ( +export const IconNextWeekSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNextWeekSharpFilled as default } diff --git a/src/IconNfcOutlined.tsx b/src/IconNfcOutlined.tsx index c2eccb254..377162a2f 100644 --- a/src/IconNfcOutlined.tsx +++ b/src/IconNfcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcOutlined: React.FC = ({ ...props }) => ( +export const IconNfcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcOutlined as default } diff --git a/src/IconNfcOutlinedFilled.tsx b/src/IconNfcOutlinedFilled.tsx index ba47f2e93..2340ce93c 100644 --- a/src/IconNfcOutlinedFilled.tsx +++ b/src/IconNfcOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNfcOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcOutlinedFilled as default } diff --git a/src/IconNfcRounded.tsx b/src/IconNfcRounded.tsx index 22e595d42..326102663 100644 --- a/src/IconNfcRounded.tsx +++ b/src/IconNfcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcRounded: React.FC = ({ ...props }) => ( +export const IconNfcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcRounded as default } diff --git a/src/IconNfcRoundedFilled.tsx b/src/IconNfcRoundedFilled.tsx index 7a80fa6fe..6569d0db0 100644 --- a/src/IconNfcRoundedFilled.tsx +++ b/src/IconNfcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNfcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcRoundedFilled as default } diff --git a/src/IconNfcSharp.tsx b/src/IconNfcSharp.tsx index f97535f25..c1fd78639 100644 --- a/src/IconNfcSharp.tsx +++ b/src/IconNfcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcSharp: React.FC = ({ ...props }) => ( +export const IconNfcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcSharp as default } diff --git a/src/IconNfcSharpFilled.tsx b/src/IconNfcSharpFilled.tsx index b8d255660..b24d33829 100644 --- a/src/IconNfcSharpFilled.tsx +++ b/src/IconNfcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNfcSharpFilled: React.FC = ({ ...props }) => ( +export const IconNfcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNfcSharpFilled as default } diff --git a/src/IconNightShelterOutlined.tsx b/src/IconNightShelterOutlined.tsx index 6e6e15712..d4524b5d5 100644 --- a/src/IconNightShelterOutlined.tsx +++ b/src/IconNightShelterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterOutlined: React.FC = ({ ...props }) => ( +export const IconNightShelterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightShelterOutlined as default } diff --git a/src/IconNightShelterOutlinedFilled.tsx b/src/IconNightShelterOutlinedFilled.tsx index 64247e779..b08a241ad 100644 --- a/src/IconNightShelterOutlinedFilled.tsx +++ b/src/IconNightShelterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNightShelterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightShelterOutlinedFilled as default } diff --git a/src/IconNightShelterRounded.tsx b/src/IconNightShelterRounded.tsx index 21099d196..d611fa407 100644 --- a/src/IconNightShelterRounded.tsx +++ b/src/IconNightShelterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterRounded: React.FC = ({ ...props }) => ( +export const IconNightShelterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightShelterRounded as default } diff --git a/src/IconNightShelterRoundedFilled.tsx b/src/IconNightShelterRoundedFilled.tsx index 66dd02552..b99dbc203 100644 --- a/src/IconNightShelterRoundedFilled.tsx +++ b/src/IconNightShelterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightShelterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightShelterRoundedFilled as default } diff --git a/src/IconNightShelterSharp.tsx b/src/IconNightShelterSharp.tsx index 354dfccc9..d4d71c5fb 100644 --- a/src/IconNightShelterSharp.tsx +++ b/src/IconNightShelterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterSharp: React.FC = ({ ...props }) => ( +export const IconNightShelterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightShelterSharp as default } diff --git a/src/IconNightShelterSharpFilled.tsx b/src/IconNightShelterSharpFilled.tsx index 85123fcd8..83383e1a6 100644 --- a/src/IconNightShelterSharpFilled.tsx +++ b/src/IconNightShelterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightShelterSharpFilled: React.FC = ({ ...props }) => ( +export const IconNightShelterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightShelterSharpFilled as default } diff --git a/src/IconNightSightAutoOffOutlined.tsx b/src/IconNightSightAutoOffOutlined.tsx index cb60ac399..06eac5e97 100644 --- a/src/IconNightSightAutoOffOutlined.tsx +++ b/src/IconNightSightAutoOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffOutlined: React.FC = ({ ...props }) => ( +export const IconNightSightAutoOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoOffOutlined as default } diff --git a/src/IconNightSightAutoOffOutlinedFilled.tsx b/src/IconNightSightAutoOffOutlinedFilled.tsx index 116f1d61d..114289f0e 100644 --- a/src/IconNightSightAutoOffOutlinedFilled.tsx +++ b/src/IconNightSightAutoOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffOutlinedFilled: React.FC = ({ +export const IconNightSightAutoOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNightSightAutoOffOutlinedFilled: React.FC = ({ ) - -export { IconNightSightAutoOffOutlinedFilled as default } diff --git a/src/IconNightSightAutoOffRounded.tsx b/src/IconNightSightAutoOffRounded.tsx index 0bc01dd45..afdc53042 100644 --- a/src/IconNightSightAutoOffRounded.tsx +++ b/src/IconNightSightAutoOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffRounded: React.FC = ({ ...props }) => ( +export const IconNightSightAutoOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoOffRounded as default } diff --git a/src/IconNightSightAutoOffRoundedFilled.tsx b/src/IconNightSightAutoOffRoundedFilled.tsx index 6dc668330..a55bf7e92 100644 --- a/src/IconNightSightAutoOffRoundedFilled.tsx +++ b/src/IconNightSightAutoOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffRoundedFilled: React.FC = ({ +export const IconNightSightAutoOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNightSightAutoOffRoundedFilled: React.FC = ({ ) - -export { IconNightSightAutoOffRoundedFilled as default } diff --git a/src/IconNightSightAutoOffSharp.tsx b/src/IconNightSightAutoOffSharp.tsx index 8b19bd045..1237f695e 100644 --- a/src/IconNightSightAutoOffSharp.tsx +++ b/src/IconNightSightAutoOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffSharp: React.FC = ({ ...props }) => ( +export const IconNightSightAutoOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoOffSharp as default } diff --git a/src/IconNightSightAutoOffSharpFilled.tsx b/src/IconNightSightAutoOffSharpFilled.tsx index a4dac6f54..25757502a 100644 --- a/src/IconNightSightAutoOffSharpFilled.tsx +++ b/src/IconNightSightAutoOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOffSharpFilled: React.FC = ({ +export const IconNightSightAutoOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNightSightAutoOffSharpFilled: React.FC = ({ ) - -export { IconNightSightAutoOffSharpFilled as default } diff --git a/src/IconNightSightAutoOutlined.tsx b/src/IconNightSightAutoOutlined.tsx index 36efc57df..0d17b3da3 100644 --- a/src/IconNightSightAutoOutlined.tsx +++ b/src/IconNightSightAutoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOutlined: React.FC = ({ ...props }) => ( +export const IconNightSightAutoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoOutlined as default } diff --git a/src/IconNightSightAutoOutlinedFilled.tsx b/src/IconNightSightAutoOutlinedFilled.tsx index e223a464d..ddf0cc51c 100644 --- a/src/IconNightSightAutoOutlinedFilled.tsx +++ b/src/IconNightSightAutoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoOutlinedFilled: React.FC = ({ +export const IconNightSightAutoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNightSightAutoOutlinedFilled: React.FC = ({ ) - -export { IconNightSightAutoOutlinedFilled as default } diff --git a/src/IconNightSightAutoRounded.tsx b/src/IconNightSightAutoRounded.tsx index 4461b400a..086f1b55a 100644 --- a/src/IconNightSightAutoRounded.tsx +++ b/src/IconNightSightAutoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoRounded: React.FC = ({ ...props }) => ( +export const IconNightSightAutoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoRounded as default } diff --git a/src/IconNightSightAutoRoundedFilled.tsx b/src/IconNightSightAutoRoundedFilled.tsx index 5d42c8eb6..74c8104e5 100644 --- a/src/IconNightSightAutoRoundedFilled.tsx +++ b/src/IconNightSightAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightSightAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoRoundedFilled as default } diff --git a/src/IconNightSightAutoSharp.tsx b/src/IconNightSightAutoSharp.tsx index e46d49ed5..7ec4722d6 100644 --- a/src/IconNightSightAutoSharp.tsx +++ b/src/IconNightSightAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoSharp: React.FC = ({ ...props }) => ( +export const IconNightSightAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoSharp as default } diff --git a/src/IconNightSightAutoSharpFilled.tsx b/src/IconNightSightAutoSharpFilled.tsx index 1888558b0..8bcca3042 100644 --- a/src/IconNightSightAutoSharpFilled.tsx +++ b/src/IconNightSightAutoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconNightSightAutoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightAutoSharpFilled as default } diff --git a/src/IconNightSightMaxOutlined.tsx b/src/IconNightSightMaxOutlined.tsx index 78218029f..d2325088c 100644 --- a/src/IconNightSightMaxOutlined.tsx +++ b/src/IconNightSightMaxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxOutlined: React.FC = ({ ...props }) => ( +export const IconNightSightMaxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxOutlined as default } diff --git a/src/IconNightSightMaxOutlinedFilled.tsx b/src/IconNightSightMaxOutlinedFilled.tsx index 8bbfcba83..7804fbabd 100644 --- a/src/IconNightSightMaxOutlinedFilled.tsx +++ b/src/IconNightSightMaxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNightSightMaxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxOutlinedFilled as default } diff --git a/src/IconNightSightMaxRounded.tsx b/src/IconNightSightMaxRounded.tsx index f5ae15705..7792a65ee 100644 --- a/src/IconNightSightMaxRounded.tsx +++ b/src/IconNightSightMaxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxRounded: React.FC = ({ ...props }) => ( +export const IconNightSightMaxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxRounded as default } diff --git a/src/IconNightSightMaxRoundedFilled.tsx b/src/IconNightSightMaxRoundedFilled.tsx index 732052917..ba8d60fc6 100644 --- a/src/IconNightSightMaxRoundedFilled.tsx +++ b/src/IconNightSightMaxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightSightMaxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxRoundedFilled as default } diff --git a/src/IconNightSightMaxSharp.tsx b/src/IconNightSightMaxSharp.tsx index df70417d4..3a96a4f6d 100644 --- a/src/IconNightSightMaxSharp.tsx +++ b/src/IconNightSightMaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxSharp: React.FC = ({ ...props }) => ( +export const IconNightSightMaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxSharp as default } diff --git a/src/IconNightSightMaxSharpFilled.tsx b/src/IconNightSightMaxSharpFilled.tsx index f2b01d7d9..a777323ef 100644 --- a/src/IconNightSightMaxSharpFilled.tsx +++ b/src/IconNightSightMaxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightSightMaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconNightSightMaxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightSightMaxSharpFilled as default } diff --git a/src/IconNightlifeOutlined.tsx b/src/IconNightlifeOutlined.tsx index b47f6e6a2..3325c16e5 100644 --- a/src/IconNightlifeOutlined.tsx +++ b/src/IconNightlifeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeOutlined: React.FC = ({ ...props }) => ( +export const IconNightlifeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlifeOutlined as default } diff --git a/src/IconNightlifeOutlinedFilled.tsx b/src/IconNightlifeOutlinedFilled.tsx index 5d4884bc2..f11904741 100644 --- a/src/IconNightlifeOutlinedFilled.tsx +++ b/src/IconNightlifeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNightlifeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightlifeOutlinedFilled as default } diff --git a/src/IconNightlifeRounded.tsx b/src/IconNightlifeRounded.tsx index 56a9bbfc6..773bd591f 100644 --- a/src/IconNightlifeRounded.tsx +++ b/src/IconNightlifeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeRounded: React.FC = ({ ...props }) => ( +export const IconNightlifeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlifeRounded as default } diff --git a/src/IconNightlifeRoundedFilled.tsx b/src/IconNightlifeRoundedFilled.tsx index 646d437c9..218c24ad4 100644 --- a/src/IconNightlifeRoundedFilled.tsx +++ b/src/IconNightlifeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightlifeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightlifeRoundedFilled as default } diff --git a/src/IconNightlifeSharp.tsx b/src/IconNightlifeSharp.tsx index 8951111c6..ddaaf3250 100644 --- a/src/IconNightlifeSharp.tsx +++ b/src/IconNightlifeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeSharp: React.FC = ({ ...props }) => ( +export const IconNightlifeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlifeSharp as default } diff --git a/src/IconNightlifeSharpFilled.tsx b/src/IconNightlifeSharpFilled.tsx index aa4be5f26..6db3b323a 100644 --- a/src/IconNightlifeSharpFilled.tsx +++ b/src/IconNightlifeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlifeSharpFilled: React.FC = ({ ...props }) => ( +export const IconNightlifeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlifeSharpFilled as default } diff --git a/src/IconNightlightOutlined.tsx b/src/IconNightlightOutlined.tsx index 8518cb99e..c7c8994b4 100644 --- a/src/IconNightlightOutlined.tsx +++ b/src/IconNightlightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightOutlined: React.FC = ({ ...props }) => ( +export const IconNightlightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlightOutlined as default } diff --git a/src/IconNightlightOutlinedFilled.tsx b/src/IconNightlightOutlinedFilled.tsx index a27b4c5a6..90f85533c 100644 --- a/src/IconNightlightOutlinedFilled.tsx +++ b/src/IconNightlightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNightlightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightlightOutlinedFilled as default } diff --git a/src/IconNightlightRounded.tsx b/src/IconNightlightRounded.tsx index 6556710f9..44612e10d 100644 --- a/src/IconNightlightRounded.tsx +++ b/src/IconNightlightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightRounded: React.FC = ({ ...props }) => ( +export const IconNightlightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlightRounded as default } diff --git a/src/IconNightlightRoundedFilled.tsx b/src/IconNightlightRoundedFilled.tsx index 737bca1ac..79c4ece61 100644 --- a/src/IconNightlightRoundedFilled.tsx +++ b/src/IconNightlightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightlightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightlightRoundedFilled as default } diff --git a/src/IconNightlightSharp.tsx b/src/IconNightlightSharp.tsx index 2f59e8ac5..5c38b4a99 100644 --- a/src/IconNightlightSharp.tsx +++ b/src/IconNightlightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightSharp: React.FC = ({ ...props }) => ( +export const IconNightlightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightlightSharp as default } diff --git a/src/IconNightlightSharpFilled.tsx b/src/IconNightlightSharpFilled.tsx index 385abe8fb..f82f91014 100644 --- a/src/IconNightlightSharpFilled.tsx +++ b/src/IconNightlightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightlightSharpFilled: React.FC = ({ ...props }) => ( +export const IconNightlightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightlightSharpFilled as default } diff --git a/src/IconNightsStayOutlined.tsx b/src/IconNightsStayOutlined.tsx index 22a0468b3..824a48427 100644 --- a/src/IconNightsStayOutlined.tsx +++ b/src/IconNightsStayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStayOutlined: React.FC = ({ ...props }) => ( +export const IconNightsStayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightsStayOutlined as default } diff --git a/src/IconNightsStayOutlinedFilled.tsx b/src/IconNightsStayOutlinedFilled.tsx index c62e93490..fcf541312 100644 --- a/src/IconNightsStayOutlinedFilled.tsx +++ b/src/IconNightsStayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNightsStayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightsStayOutlinedFilled as default } diff --git a/src/IconNightsStayRounded.tsx b/src/IconNightsStayRounded.tsx index 673746396..9a0841f69 100644 --- a/src/IconNightsStayRounded.tsx +++ b/src/IconNightsStayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStayRounded: React.FC = ({ ...props }) => ( +export const IconNightsStayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightsStayRounded as default } diff --git a/src/IconNightsStayRoundedFilled.tsx b/src/IconNightsStayRoundedFilled.tsx index 953655d4d..ce4c7b739 100644 --- a/src/IconNightsStayRoundedFilled.tsx +++ b/src/IconNightsStayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNightsStayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightsStayRoundedFilled as default } diff --git a/src/IconNightsStaySharp.tsx b/src/IconNightsStaySharp.tsx index 541a9f20c..f4e7cfd62 100644 --- a/src/IconNightsStaySharp.tsx +++ b/src/IconNightsStaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStaySharp: React.FC = ({ ...props }) => ( +export const IconNightsStaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNightsStaySharp as default } diff --git a/src/IconNightsStaySharpFilled.tsx b/src/IconNightsStaySharpFilled.tsx index dacfd53b7..a07637e4f 100644 --- a/src/IconNightsStaySharpFilled.tsx +++ b/src/IconNightsStaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNightsStaySharpFilled: React.FC = ({ ...props }) => ( +export const IconNightsStaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNightsStaySharpFilled as default } diff --git a/src/IconNoAccountsOutlined.tsx b/src/IconNoAccountsOutlined.tsx index 40b1526c3..e867a56d2 100644 --- a/src/IconNoAccountsOutlined.tsx +++ b/src/IconNoAccountsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsOutlined: React.FC = ({ ...props }) => ( +export const IconNoAccountsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoAccountsOutlined as default } diff --git a/src/IconNoAccountsOutlinedFilled.tsx b/src/IconNoAccountsOutlinedFilled.tsx index fdd899ef1..4fb8fc9a2 100644 --- a/src/IconNoAccountsOutlinedFilled.tsx +++ b/src/IconNoAccountsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoAccountsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAccountsOutlinedFilled as default } diff --git a/src/IconNoAccountsRounded.tsx b/src/IconNoAccountsRounded.tsx index 8a1fa22e2..9ae7a8667 100644 --- a/src/IconNoAccountsRounded.tsx +++ b/src/IconNoAccountsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsRounded: React.FC = ({ ...props }) => ( +export const IconNoAccountsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoAccountsRounded as default } diff --git a/src/IconNoAccountsRoundedFilled.tsx b/src/IconNoAccountsRoundedFilled.tsx index 27e0c494a..bf9381540 100644 --- a/src/IconNoAccountsRoundedFilled.tsx +++ b/src/IconNoAccountsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoAccountsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAccountsRoundedFilled as default } diff --git a/src/IconNoAccountsSharp.tsx b/src/IconNoAccountsSharp.tsx index c307ab76d..e06f6bd00 100644 --- a/src/IconNoAccountsSharp.tsx +++ b/src/IconNoAccountsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsSharp: React.FC = ({ ...props }) => ( +export const IconNoAccountsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoAccountsSharp as default } diff --git a/src/IconNoAccountsSharpFilled.tsx b/src/IconNoAccountsSharpFilled.tsx index 8c6288cb8..1a79945e0 100644 --- a/src/IconNoAccountsSharpFilled.tsx +++ b/src/IconNoAccountsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAccountsSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoAccountsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAccountsSharpFilled as default } diff --git a/src/IconNoAdultContentOutlined.tsx b/src/IconNoAdultContentOutlined.tsx index 4998919a1..34db8f48c 100644 --- a/src/IconNoAdultContentOutlined.tsx +++ b/src/IconNoAdultContentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentOutlined: React.FC = ({ ...props }) => ( +export const IconNoAdultContentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAdultContentOutlined as default } diff --git a/src/IconNoAdultContentOutlinedFilled.tsx b/src/IconNoAdultContentOutlinedFilled.tsx index 8104cd909..9a3e632dd 100644 --- a/src/IconNoAdultContentOutlinedFilled.tsx +++ b/src/IconNoAdultContentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentOutlinedFilled: React.FC = ({ +export const IconNoAdultContentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNoAdultContentOutlinedFilled: React.FC = ({ ) - -export { IconNoAdultContentOutlinedFilled as default } diff --git a/src/IconNoAdultContentRounded.tsx b/src/IconNoAdultContentRounded.tsx index fafc2ffcf..b3bc6782f 100644 --- a/src/IconNoAdultContentRounded.tsx +++ b/src/IconNoAdultContentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentRounded: React.FC = ({ ...props }) => ( +export const IconNoAdultContentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAdultContentRounded as default } diff --git a/src/IconNoAdultContentRoundedFilled.tsx b/src/IconNoAdultContentRoundedFilled.tsx index c9c96ab9a..9e9bc1a4b 100644 --- a/src/IconNoAdultContentRoundedFilled.tsx +++ b/src/IconNoAdultContentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoAdultContentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAdultContentRoundedFilled as default } diff --git a/src/IconNoAdultContentSharp.tsx b/src/IconNoAdultContentSharp.tsx index b6f1c0460..fdca69cae 100644 --- a/src/IconNoAdultContentSharp.tsx +++ b/src/IconNoAdultContentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentSharp: React.FC = ({ ...props }) => ( +export const IconNoAdultContentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoAdultContentSharp as default } diff --git a/src/IconNoAdultContentSharpFilled.tsx b/src/IconNoAdultContentSharpFilled.tsx index 2268b1776..4bc759a0c 100644 --- a/src/IconNoAdultContentSharpFilled.tsx +++ b/src/IconNoAdultContentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoAdultContentSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoAdultContentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoAdultContentSharpFilled as default } diff --git a/src/IconNoBackpackOutlined.tsx b/src/IconNoBackpackOutlined.tsx index 38f72f61d..922772f2b 100644 --- a/src/IconNoBackpackOutlined.tsx +++ b/src/IconNoBackpackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackOutlined: React.FC = ({ ...props }) => ( +export const IconNoBackpackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoBackpackOutlined as default } diff --git a/src/IconNoBackpackOutlinedFilled.tsx b/src/IconNoBackpackOutlinedFilled.tsx index 92f3e24e4..2d378f730 100644 --- a/src/IconNoBackpackOutlinedFilled.tsx +++ b/src/IconNoBackpackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoBackpackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoBackpackOutlinedFilled as default } diff --git a/src/IconNoBackpackRounded.tsx b/src/IconNoBackpackRounded.tsx index 007250f5b..4b5164d1f 100644 --- a/src/IconNoBackpackRounded.tsx +++ b/src/IconNoBackpackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackRounded: React.FC = ({ ...props }) => ( +export const IconNoBackpackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoBackpackRounded as default } diff --git a/src/IconNoBackpackRoundedFilled.tsx b/src/IconNoBackpackRoundedFilled.tsx index adca73dd1..c8817f583 100644 --- a/src/IconNoBackpackRoundedFilled.tsx +++ b/src/IconNoBackpackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoBackpackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoBackpackRoundedFilled as default } diff --git a/src/IconNoBackpackSharp.tsx b/src/IconNoBackpackSharp.tsx index dc1320cf5..7d45112f1 100644 --- a/src/IconNoBackpackSharp.tsx +++ b/src/IconNoBackpackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackSharp: React.FC = ({ ...props }) => ( +export const IconNoBackpackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoBackpackSharp as default } diff --git a/src/IconNoBackpackSharpFilled.tsx b/src/IconNoBackpackSharpFilled.tsx index f0f3e6c59..d5c145e29 100644 --- a/src/IconNoBackpackSharpFilled.tsx +++ b/src/IconNoBackpackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoBackpackSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoBackpackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoBackpackSharpFilled as default } diff --git a/src/IconNoCrashOutlined.tsx b/src/IconNoCrashOutlined.tsx index 42b5fcf60..b43ab7c98 100644 --- a/src/IconNoCrashOutlined.tsx +++ b/src/IconNoCrashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashOutlined: React.FC = ({ ...props }) => ( +export const IconNoCrashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoCrashOutlined as default } diff --git a/src/IconNoCrashOutlinedFilled.tsx b/src/IconNoCrashOutlinedFilled.tsx index f5edc1a9d..b41b28917 100644 --- a/src/IconNoCrashOutlinedFilled.tsx +++ b/src/IconNoCrashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoCrashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoCrashOutlinedFilled as default } diff --git a/src/IconNoCrashRounded.tsx b/src/IconNoCrashRounded.tsx index 19a7e6d2f..8d5d41b4e 100644 --- a/src/IconNoCrashRounded.tsx +++ b/src/IconNoCrashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashRounded: React.FC = ({ ...props }) => ( +export const IconNoCrashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoCrashRounded as default } diff --git a/src/IconNoCrashRoundedFilled.tsx b/src/IconNoCrashRoundedFilled.tsx index 10f6edab2..4c3f1d828 100644 --- a/src/IconNoCrashRoundedFilled.tsx +++ b/src/IconNoCrashRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoCrashRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoCrashRoundedFilled as default } diff --git a/src/IconNoCrashSharp.tsx b/src/IconNoCrashSharp.tsx index 546336bfc..8a52f6984 100644 --- a/src/IconNoCrashSharp.tsx +++ b/src/IconNoCrashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashSharp: React.FC = ({ ...props }) => ( +export const IconNoCrashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoCrashSharp as default } diff --git a/src/IconNoCrashSharpFilled.tsx b/src/IconNoCrashSharpFilled.tsx index 54cb305aa..4153fdee1 100644 --- a/src/IconNoCrashSharpFilled.tsx +++ b/src/IconNoCrashSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoCrashSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoCrashSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoCrashSharpFilled as default } diff --git a/src/IconNoDrinksOutlined.tsx b/src/IconNoDrinksOutlined.tsx index 935bdbf6b..0cad26c2d 100644 --- a/src/IconNoDrinksOutlined.tsx +++ b/src/IconNoDrinksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksOutlined: React.FC = ({ ...props }) => ( +export const IconNoDrinksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoDrinksOutlined as default } diff --git a/src/IconNoDrinksOutlinedFilled.tsx b/src/IconNoDrinksOutlinedFilled.tsx index 6537ced25..a9c6b5337 100644 --- a/src/IconNoDrinksOutlinedFilled.tsx +++ b/src/IconNoDrinksOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoDrinksOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoDrinksOutlinedFilled as default } diff --git a/src/IconNoDrinksRounded.tsx b/src/IconNoDrinksRounded.tsx index 22b4e786a..4889d85ff 100644 --- a/src/IconNoDrinksRounded.tsx +++ b/src/IconNoDrinksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksRounded: React.FC = ({ ...props }) => ( +export const IconNoDrinksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoDrinksRounded as default } diff --git a/src/IconNoDrinksRoundedFilled.tsx b/src/IconNoDrinksRoundedFilled.tsx index c396f495e..23df494e0 100644 --- a/src/IconNoDrinksRoundedFilled.tsx +++ b/src/IconNoDrinksRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoDrinksRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoDrinksRoundedFilled as default } diff --git a/src/IconNoDrinksSharp.tsx b/src/IconNoDrinksSharp.tsx index 4bd475f33..b4a2fc9a6 100644 --- a/src/IconNoDrinksSharp.tsx +++ b/src/IconNoDrinksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksSharp: React.FC = ({ ...props }) => ( +export const IconNoDrinksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoDrinksSharp as default } diff --git a/src/IconNoDrinksSharpFilled.tsx b/src/IconNoDrinksSharpFilled.tsx index 62d29c129..a462cb114 100644 --- a/src/IconNoDrinksSharpFilled.tsx +++ b/src/IconNoDrinksSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoDrinksSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoDrinksSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoDrinksSharpFilled as default } diff --git a/src/IconNoEncryptionOutlined.tsx b/src/IconNoEncryptionOutlined.tsx index f0d62d25c..fa973f518 100644 --- a/src/IconNoEncryptionOutlined.tsx +++ b/src/IconNoEncryptionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionOutlined: React.FC = ({ ...props }) => ( +export const IconNoEncryptionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionOutlined as default } diff --git a/src/IconNoEncryptionOutlinedFilled.tsx b/src/IconNoEncryptionOutlinedFilled.tsx index fd7621839..74f860157 100644 --- a/src/IconNoEncryptionOutlinedFilled.tsx +++ b/src/IconNoEncryptionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoEncryptionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionOutlinedFilled as default } diff --git a/src/IconNoEncryptionRounded.tsx b/src/IconNoEncryptionRounded.tsx index 5d8e775ab..edb05e391 100644 --- a/src/IconNoEncryptionRounded.tsx +++ b/src/IconNoEncryptionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionRounded: React.FC = ({ ...props }) => ( +export const IconNoEncryptionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionRounded as default } diff --git a/src/IconNoEncryptionRoundedFilled.tsx b/src/IconNoEncryptionRoundedFilled.tsx index e5d1e5fad..a046f83e0 100644 --- a/src/IconNoEncryptionRoundedFilled.tsx +++ b/src/IconNoEncryptionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoEncryptionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionRoundedFilled as default } diff --git a/src/IconNoEncryptionSharp.tsx b/src/IconNoEncryptionSharp.tsx index a55ecff2d..c9fd11c7c 100644 --- a/src/IconNoEncryptionSharp.tsx +++ b/src/IconNoEncryptionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionSharp: React.FC = ({ ...props }) => ( +export const IconNoEncryptionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionSharp as default } diff --git a/src/IconNoEncryptionSharpFilled.tsx b/src/IconNoEncryptionSharpFilled.tsx index ece8778c3..77e952cce 100644 --- a/src/IconNoEncryptionSharpFilled.tsx +++ b/src/IconNoEncryptionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoEncryptionSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoEncryptionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoEncryptionSharpFilled as default } diff --git a/src/IconNoFlashOutlined.tsx b/src/IconNoFlashOutlined.tsx index 6ec32764e..be5391c0a 100644 --- a/src/IconNoFlashOutlined.tsx +++ b/src/IconNoFlashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashOutlined: React.FC = ({ ...props }) => ( +export const IconNoFlashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFlashOutlined as default } diff --git a/src/IconNoFlashOutlinedFilled.tsx b/src/IconNoFlashOutlinedFilled.tsx index d61e433f6..9f164f138 100644 --- a/src/IconNoFlashOutlinedFilled.tsx +++ b/src/IconNoFlashOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoFlashOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoFlashOutlinedFilled as default } diff --git a/src/IconNoFlashRounded.tsx b/src/IconNoFlashRounded.tsx index cca870561..2577b0939 100644 --- a/src/IconNoFlashRounded.tsx +++ b/src/IconNoFlashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashRounded: React.FC = ({ ...props }) => ( +export const IconNoFlashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFlashRounded as default } diff --git a/src/IconNoFlashRoundedFilled.tsx b/src/IconNoFlashRoundedFilled.tsx index 256bf052d..874b85347 100644 --- a/src/IconNoFlashRoundedFilled.tsx +++ b/src/IconNoFlashRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoFlashRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFlashRoundedFilled as default } diff --git a/src/IconNoFlashSharp.tsx b/src/IconNoFlashSharp.tsx index 351e97843..a8f31299f 100644 --- a/src/IconNoFlashSharp.tsx +++ b/src/IconNoFlashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashSharp: React.FC = ({ ...props }) => ( +export const IconNoFlashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFlashSharp as default } diff --git a/src/IconNoFlashSharpFilled.tsx b/src/IconNoFlashSharpFilled.tsx index c64ca0293..00f8df98f 100644 --- a/src/IconNoFlashSharpFilled.tsx +++ b/src/IconNoFlashSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFlashSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoFlashSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFlashSharpFilled as default } diff --git a/src/IconNoFoodOutlined.tsx b/src/IconNoFoodOutlined.tsx index b092b4ae2..bb3e06db0 100644 --- a/src/IconNoFoodOutlined.tsx +++ b/src/IconNoFoodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodOutlined: React.FC = ({ ...props }) => ( +export const IconNoFoodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodOutlined as default } diff --git a/src/IconNoFoodOutlinedFilled.tsx b/src/IconNoFoodOutlinedFilled.tsx index 7bc33b252..dcc4ad4a7 100644 --- a/src/IconNoFoodOutlinedFilled.tsx +++ b/src/IconNoFoodOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoFoodOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodOutlinedFilled as default } diff --git a/src/IconNoFoodRounded.tsx b/src/IconNoFoodRounded.tsx index 874f3cbca..62b8672d7 100644 --- a/src/IconNoFoodRounded.tsx +++ b/src/IconNoFoodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodRounded: React.FC = ({ ...props }) => ( +export const IconNoFoodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodRounded as default } diff --git a/src/IconNoFoodRoundedFilled.tsx b/src/IconNoFoodRoundedFilled.tsx index 9b2a34ae1..80cc2117e 100644 --- a/src/IconNoFoodRoundedFilled.tsx +++ b/src/IconNoFoodRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoFoodRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodRoundedFilled as default } diff --git a/src/IconNoFoodSharp.tsx b/src/IconNoFoodSharp.tsx index 4cc02c07b..78d738e03 100644 --- a/src/IconNoFoodSharp.tsx +++ b/src/IconNoFoodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodSharp: React.FC = ({ ...props }) => ( +export const IconNoFoodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodSharp as default } diff --git a/src/IconNoFoodSharpFilled.tsx b/src/IconNoFoodSharpFilled.tsx index 17130b0be..7801a564e 100644 --- a/src/IconNoFoodSharpFilled.tsx +++ b/src/IconNoFoodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoFoodSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoFoodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoFoodSharpFilled as default } diff --git a/src/IconNoLuggageOutlined.tsx b/src/IconNoLuggageOutlined.tsx index cdcfb925a..5d3ec45d1 100644 --- a/src/IconNoLuggageOutlined.tsx +++ b/src/IconNoLuggageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageOutlined: React.FC = ({ ...props }) => ( +export const IconNoLuggageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoLuggageOutlined as default } diff --git a/src/IconNoLuggageOutlinedFilled.tsx b/src/IconNoLuggageOutlinedFilled.tsx index dee503d4a..b1404e2b4 100644 --- a/src/IconNoLuggageOutlinedFilled.tsx +++ b/src/IconNoLuggageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoLuggageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoLuggageOutlinedFilled as default } diff --git a/src/IconNoLuggageRounded.tsx b/src/IconNoLuggageRounded.tsx index 1c6526884..d82fd4aed 100644 --- a/src/IconNoLuggageRounded.tsx +++ b/src/IconNoLuggageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageRounded: React.FC = ({ ...props }) => ( +export const IconNoLuggageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoLuggageRounded as default } diff --git a/src/IconNoLuggageRoundedFilled.tsx b/src/IconNoLuggageRoundedFilled.tsx index 8dea17eed..2fd747a4f 100644 --- a/src/IconNoLuggageRoundedFilled.tsx +++ b/src/IconNoLuggageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoLuggageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoLuggageRoundedFilled as default } diff --git a/src/IconNoLuggageSharp.tsx b/src/IconNoLuggageSharp.tsx index 1b0ec711f..0fb6506a0 100644 --- a/src/IconNoLuggageSharp.tsx +++ b/src/IconNoLuggageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageSharp: React.FC = ({ ...props }) => ( +export const IconNoLuggageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoLuggageSharp as default } diff --git a/src/IconNoLuggageSharpFilled.tsx b/src/IconNoLuggageSharpFilled.tsx index 0bf034fea..c02f04a35 100644 --- a/src/IconNoLuggageSharpFilled.tsx +++ b/src/IconNoLuggageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoLuggageSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoLuggageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoLuggageSharpFilled as default } diff --git a/src/IconNoMealsOutlined.tsx b/src/IconNoMealsOutlined.tsx index ca1316ccd..0e997fe36 100644 --- a/src/IconNoMealsOutlined.tsx +++ b/src/IconNoMealsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsOutlined: React.FC = ({ ...props }) => ( +export const IconNoMealsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMealsOutlined as default } diff --git a/src/IconNoMealsOutlinedFilled.tsx b/src/IconNoMealsOutlinedFilled.tsx index 2c4eb3daf..493e1e755 100644 --- a/src/IconNoMealsOutlinedFilled.tsx +++ b/src/IconNoMealsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoMealsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoMealsOutlinedFilled as default } diff --git a/src/IconNoMealsRounded.tsx b/src/IconNoMealsRounded.tsx index fc92e84a5..079c81887 100644 --- a/src/IconNoMealsRounded.tsx +++ b/src/IconNoMealsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsRounded: React.FC = ({ ...props }) => ( +export const IconNoMealsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMealsRounded as default } diff --git a/src/IconNoMealsRoundedFilled.tsx b/src/IconNoMealsRoundedFilled.tsx index cfcafb7e4..e5c99d912 100644 --- a/src/IconNoMealsRoundedFilled.tsx +++ b/src/IconNoMealsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoMealsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMealsRoundedFilled as default } diff --git a/src/IconNoMealsSharp.tsx b/src/IconNoMealsSharp.tsx index a5854604e..63cb2b010 100644 --- a/src/IconNoMealsSharp.tsx +++ b/src/IconNoMealsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsSharp: React.FC = ({ ...props }) => ( +export const IconNoMealsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMealsSharp as default } diff --git a/src/IconNoMealsSharpFilled.tsx b/src/IconNoMealsSharpFilled.tsx index 9bcd53154..0de141239 100644 --- a/src/IconNoMealsSharpFilled.tsx +++ b/src/IconNoMealsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMealsSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoMealsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMealsSharpFilled as default } diff --git a/src/IconNoMeetingRoomOutlined.tsx b/src/IconNoMeetingRoomOutlined.tsx index 169181d1d..d0d800372 100644 --- a/src/IconNoMeetingRoomOutlined.tsx +++ b/src/IconNoMeetingRoomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomOutlined: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomOutlined as default } diff --git a/src/IconNoMeetingRoomOutlinedFilled.tsx b/src/IconNoMeetingRoomOutlinedFilled.tsx index 6498faf5c..879760f48 100644 --- a/src/IconNoMeetingRoomOutlinedFilled.tsx +++ b/src/IconNoMeetingRoomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomOutlinedFilled as default } diff --git a/src/IconNoMeetingRoomRounded.tsx b/src/IconNoMeetingRoomRounded.tsx index b1c38a7ee..20a581667 100644 --- a/src/IconNoMeetingRoomRounded.tsx +++ b/src/IconNoMeetingRoomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomRounded: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomRounded as default } diff --git a/src/IconNoMeetingRoomRoundedFilled.tsx b/src/IconNoMeetingRoomRoundedFilled.tsx index 96fef332f..171f6e232 100644 --- a/src/IconNoMeetingRoomRoundedFilled.tsx +++ b/src/IconNoMeetingRoomRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomRoundedFilled as default } diff --git a/src/IconNoMeetingRoomSharp.tsx b/src/IconNoMeetingRoomSharp.tsx index 6fa0b6a75..ce4ad8d33 100644 --- a/src/IconNoMeetingRoomSharp.tsx +++ b/src/IconNoMeetingRoomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomSharp: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomSharp as default } diff --git a/src/IconNoMeetingRoomSharpFilled.tsx b/src/IconNoMeetingRoomSharpFilled.tsx index 3b4a95e2d..08487d0fc 100644 --- a/src/IconNoMeetingRoomSharpFilled.tsx +++ b/src/IconNoMeetingRoomSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoMeetingRoomSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoMeetingRoomSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoMeetingRoomSharpFilled as default } diff --git a/src/IconNoPhotographyOutlined.tsx b/src/IconNoPhotographyOutlined.tsx index d4be94d9c..617441b7a 100644 --- a/src/IconNoPhotographyOutlined.tsx +++ b/src/IconNoPhotographyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographyOutlined: React.FC = ({ ...props }) => ( +export const IconNoPhotographyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoPhotographyOutlined as default } diff --git a/src/IconNoPhotographyOutlinedFilled.tsx b/src/IconNoPhotographyOutlinedFilled.tsx index 8a9ed1f06..779662dd4 100644 --- a/src/IconNoPhotographyOutlinedFilled.tsx +++ b/src/IconNoPhotographyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoPhotographyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoPhotographyOutlinedFilled as default } diff --git a/src/IconNoPhotographyRounded.tsx b/src/IconNoPhotographyRounded.tsx index b8d84fe13..bae0c26b3 100644 --- a/src/IconNoPhotographyRounded.tsx +++ b/src/IconNoPhotographyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographyRounded: React.FC = ({ ...props }) => ( +export const IconNoPhotographyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoPhotographyRounded as default } diff --git a/src/IconNoPhotographyRoundedFilled.tsx b/src/IconNoPhotographyRoundedFilled.tsx index 7dd9286b9..021000b49 100644 --- a/src/IconNoPhotographyRoundedFilled.tsx +++ b/src/IconNoPhotographyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoPhotographyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoPhotographyRoundedFilled as default } diff --git a/src/IconNoPhotographySharp.tsx b/src/IconNoPhotographySharp.tsx index 784f810a8..cee32d96c 100644 --- a/src/IconNoPhotographySharp.tsx +++ b/src/IconNoPhotographySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographySharp: React.FC = ({ ...props }) => ( +export const IconNoPhotographySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoPhotographySharp as default } diff --git a/src/IconNoPhotographySharpFilled.tsx b/src/IconNoPhotographySharpFilled.tsx index b67c2d204..15a8bc3b5 100644 --- a/src/IconNoPhotographySharpFilled.tsx +++ b/src/IconNoPhotographySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoPhotographySharpFilled: React.FC = ({ ...props }) => ( +export const IconNoPhotographySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoPhotographySharpFilled as default } diff --git a/src/IconNoSimOutlined.tsx b/src/IconNoSimOutlined.tsx index 6427e160b..dbba42e72 100644 --- a/src/IconNoSimOutlined.tsx +++ b/src/IconNoSimOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimOutlined: React.FC = ({ ...props }) => ( +export const IconNoSimOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimOutlined as default } diff --git a/src/IconNoSimOutlinedFilled.tsx b/src/IconNoSimOutlinedFilled.tsx index ad570de5d..8b29ae123 100644 --- a/src/IconNoSimOutlinedFilled.tsx +++ b/src/IconNoSimOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoSimOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimOutlinedFilled as default } diff --git a/src/IconNoSimRounded.tsx b/src/IconNoSimRounded.tsx index b6a3103a5..b66f670eb 100644 --- a/src/IconNoSimRounded.tsx +++ b/src/IconNoSimRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimRounded: React.FC = ({ ...props }) => ( +export const IconNoSimRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimRounded as default } diff --git a/src/IconNoSimRoundedFilled.tsx b/src/IconNoSimRoundedFilled.tsx index 7381464de..a4b8d7d5a 100644 --- a/src/IconNoSimRoundedFilled.tsx +++ b/src/IconNoSimRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoSimRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimRoundedFilled as default } diff --git a/src/IconNoSimSharp.tsx b/src/IconNoSimSharp.tsx index 433a065e4..956019386 100644 --- a/src/IconNoSimSharp.tsx +++ b/src/IconNoSimSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimSharp: React.FC = ({ ...props }) => ( +export const IconNoSimSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimSharp as default } diff --git a/src/IconNoSimSharpFilled.tsx b/src/IconNoSimSharpFilled.tsx index ef9176e63..4e57e9a77 100644 --- a/src/IconNoSimSharpFilled.tsx +++ b/src/IconNoSimSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSimSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoSimSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSimSharpFilled as default } diff --git a/src/IconNoSoundOutlined.tsx b/src/IconNoSoundOutlined.tsx index 347139ad5..fe11a1157 100644 --- a/src/IconNoSoundOutlined.tsx +++ b/src/IconNoSoundOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundOutlined: React.FC = ({ ...props }) => ( +export const IconNoSoundOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSoundOutlined as default } diff --git a/src/IconNoSoundOutlinedFilled.tsx b/src/IconNoSoundOutlinedFilled.tsx index af476f499..914d3a066 100644 --- a/src/IconNoSoundOutlinedFilled.tsx +++ b/src/IconNoSoundOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoSoundOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoSoundOutlinedFilled as default } diff --git a/src/IconNoSoundRounded.tsx b/src/IconNoSoundRounded.tsx index adaccccf8..b37d22298 100644 --- a/src/IconNoSoundRounded.tsx +++ b/src/IconNoSoundRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundRounded: React.FC = ({ ...props }) => ( +export const IconNoSoundRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSoundRounded as default } diff --git a/src/IconNoSoundRoundedFilled.tsx b/src/IconNoSoundRoundedFilled.tsx index 146fccc5c..d975a2f6e 100644 --- a/src/IconNoSoundRoundedFilled.tsx +++ b/src/IconNoSoundRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoSoundRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSoundRoundedFilled as default } diff --git a/src/IconNoSoundSharp.tsx b/src/IconNoSoundSharp.tsx index 319057bfb..28b4e3530 100644 --- a/src/IconNoSoundSharp.tsx +++ b/src/IconNoSoundSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundSharp: React.FC = ({ ...props }) => ( +export const IconNoSoundSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSoundSharp as default } diff --git a/src/IconNoSoundSharpFilled.tsx b/src/IconNoSoundSharpFilled.tsx index b5ef4289c..0fe989f32 100644 --- a/src/IconNoSoundSharpFilled.tsx +++ b/src/IconNoSoundSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoSoundSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoSoundSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoSoundSharpFilled as default } diff --git a/src/IconNoStrollerOutlined.tsx b/src/IconNoStrollerOutlined.tsx index 025bc8174..e263598f1 100644 --- a/src/IconNoStrollerOutlined.tsx +++ b/src/IconNoStrollerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerOutlined: React.FC = ({ ...props }) => ( +export const IconNoStrollerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoStrollerOutlined as default } diff --git a/src/IconNoStrollerOutlinedFilled.tsx b/src/IconNoStrollerOutlinedFilled.tsx index 347db8ab4..c7d51cc8a 100644 --- a/src/IconNoStrollerOutlinedFilled.tsx +++ b/src/IconNoStrollerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoStrollerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoStrollerOutlinedFilled as default } diff --git a/src/IconNoStrollerRounded.tsx b/src/IconNoStrollerRounded.tsx index d2128489b..40746f069 100644 --- a/src/IconNoStrollerRounded.tsx +++ b/src/IconNoStrollerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerRounded: React.FC = ({ ...props }) => ( +export const IconNoStrollerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoStrollerRounded as default } diff --git a/src/IconNoStrollerRoundedFilled.tsx b/src/IconNoStrollerRoundedFilled.tsx index cd1e27a27..d37d9af62 100644 --- a/src/IconNoStrollerRoundedFilled.tsx +++ b/src/IconNoStrollerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoStrollerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoStrollerRoundedFilled as default } diff --git a/src/IconNoStrollerSharp.tsx b/src/IconNoStrollerSharp.tsx index 05d1b5f2e..b2cdc6617 100644 --- a/src/IconNoStrollerSharp.tsx +++ b/src/IconNoStrollerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerSharp: React.FC = ({ ...props }) => ( +export const IconNoStrollerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoStrollerSharp as default } diff --git a/src/IconNoStrollerSharpFilled.tsx b/src/IconNoStrollerSharpFilled.tsx index 0d52bd9b4..ce69f9974 100644 --- a/src/IconNoStrollerSharpFilled.tsx +++ b/src/IconNoStrollerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoStrollerSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoStrollerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoStrollerSharpFilled as default } diff --git a/src/IconNoTransferOutlined.tsx b/src/IconNoTransferOutlined.tsx index eaa0c149c..f4ee858a5 100644 --- a/src/IconNoTransferOutlined.tsx +++ b/src/IconNoTransferOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferOutlined: React.FC = ({ ...props }) => ( +export const IconNoTransferOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoTransferOutlined as default } diff --git a/src/IconNoTransferOutlinedFilled.tsx b/src/IconNoTransferOutlinedFilled.tsx index 70b46db94..ba59a654b 100644 --- a/src/IconNoTransferOutlinedFilled.tsx +++ b/src/IconNoTransferOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoTransferOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoTransferOutlinedFilled as default } diff --git a/src/IconNoTransferRounded.tsx b/src/IconNoTransferRounded.tsx index 6eaeb09fb..b9d547bfe 100644 --- a/src/IconNoTransferRounded.tsx +++ b/src/IconNoTransferRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferRounded: React.FC = ({ ...props }) => ( +export const IconNoTransferRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoTransferRounded as default } diff --git a/src/IconNoTransferRoundedFilled.tsx b/src/IconNoTransferRoundedFilled.tsx index debf60dc1..20678709c 100644 --- a/src/IconNoTransferRoundedFilled.tsx +++ b/src/IconNoTransferRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoTransferRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoTransferRoundedFilled as default } diff --git a/src/IconNoTransferSharp.tsx b/src/IconNoTransferSharp.tsx index 2b343a7ae..5c67d1595 100644 --- a/src/IconNoTransferSharp.tsx +++ b/src/IconNoTransferSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferSharp: React.FC = ({ ...props }) => ( +export const IconNoTransferSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoTransferSharp as default } diff --git a/src/IconNoTransferSharpFilled.tsx b/src/IconNoTransferSharpFilled.tsx index 8b994cea0..3f79fa886 100644 --- a/src/IconNoTransferSharpFilled.tsx +++ b/src/IconNoTransferSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoTransferSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoTransferSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoTransferSharpFilled as default } diff --git a/src/IconNoiseAwareOutlined.tsx b/src/IconNoiseAwareOutlined.tsx index c26ec78da..48f16df78 100644 --- a/src/IconNoiseAwareOutlined.tsx +++ b/src/IconNoiseAwareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareOutlined: React.FC = ({ ...props }) => ( +export const IconNoiseAwareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareOutlined as default } diff --git a/src/IconNoiseAwareOutlinedFilled.tsx b/src/IconNoiseAwareOutlinedFilled.tsx index 012a13607..d683d448f 100644 --- a/src/IconNoiseAwareOutlinedFilled.tsx +++ b/src/IconNoiseAwareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoiseAwareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareOutlinedFilled as default } diff --git a/src/IconNoiseAwareRounded.tsx b/src/IconNoiseAwareRounded.tsx index 3965f762a..b3766d817 100644 --- a/src/IconNoiseAwareRounded.tsx +++ b/src/IconNoiseAwareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareRounded: React.FC = ({ ...props }) => ( +export const IconNoiseAwareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareRounded as default } diff --git a/src/IconNoiseAwareRoundedFilled.tsx b/src/IconNoiseAwareRoundedFilled.tsx index 712144fa3..851484bc6 100644 --- a/src/IconNoiseAwareRoundedFilled.tsx +++ b/src/IconNoiseAwareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoiseAwareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareRoundedFilled as default } diff --git a/src/IconNoiseAwareSharp.tsx b/src/IconNoiseAwareSharp.tsx index 30da5e75e..8ad0864ef 100644 --- a/src/IconNoiseAwareSharp.tsx +++ b/src/IconNoiseAwareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareSharp: React.FC = ({ ...props }) => ( +export const IconNoiseAwareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareSharp as default } diff --git a/src/IconNoiseAwareSharpFilled.tsx b/src/IconNoiseAwareSharpFilled.tsx index c4d90e427..7fc39e98d 100644 --- a/src/IconNoiseAwareSharpFilled.tsx +++ b/src/IconNoiseAwareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseAwareSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoiseAwareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseAwareSharpFilled as default } diff --git a/src/IconNoiseControlOffOutlined.tsx b/src/IconNoiseControlOffOutlined.tsx index 3aaa86520..707733f93 100644 --- a/src/IconNoiseControlOffOutlined.tsx +++ b/src/IconNoiseControlOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffOutlined: React.FC = ({ ...props }) => ( +export const IconNoiseControlOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOffOutlined as default } diff --git a/src/IconNoiseControlOffOutlinedFilled.tsx b/src/IconNoiseControlOffOutlinedFilled.tsx index bc5bd33e7..533f17ea8 100644 --- a/src/IconNoiseControlOffOutlinedFilled.tsx +++ b/src/IconNoiseControlOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffOutlinedFilled: React.FC = ({ +export const IconNoiseControlOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNoiseControlOffOutlinedFilled: React.FC = ({ ) - -export { IconNoiseControlOffOutlinedFilled as default } diff --git a/src/IconNoiseControlOffRounded.tsx b/src/IconNoiseControlOffRounded.tsx index adc12daf4..43ff1783b 100644 --- a/src/IconNoiseControlOffRounded.tsx +++ b/src/IconNoiseControlOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffRounded: React.FC = ({ ...props }) => ( +export const IconNoiseControlOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOffRounded as default } diff --git a/src/IconNoiseControlOffRoundedFilled.tsx b/src/IconNoiseControlOffRoundedFilled.tsx index 12e161202..8461765cb 100644 --- a/src/IconNoiseControlOffRoundedFilled.tsx +++ b/src/IconNoiseControlOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffRoundedFilled: React.FC = ({ +export const IconNoiseControlOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNoiseControlOffRoundedFilled: React.FC = ({ ) - -export { IconNoiseControlOffRoundedFilled as default } diff --git a/src/IconNoiseControlOffSharp.tsx b/src/IconNoiseControlOffSharp.tsx index 5ba091b0c..6ec9127f0 100644 --- a/src/IconNoiseControlOffSharp.tsx +++ b/src/IconNoiseControlOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffSharp: React.FC = ({ ...props }) => ( +export const IconNoiseControlOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOffSharp as default } diff --git a/src/IconNoiseControlOffSharpFilled.tsx b/src/IconNoiseControlOffSharpFilled.tsx index e3e09b408..cb4fde42b 100644 --- a/src/IconNoiseControlOffSharpFilled.tsx +++ b/src/IconNoiseControlOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoiseControlOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOffSharpFilled as default } diff --git a/src/IconNoiseControlOnOutlined.tsx b/src/IconNoiseControlOnOutlined.tsx index 18a8106ca..53072d025 100644 --- a/src/IconNoiseControlOnOutlined.tsx +++ b/src/IconNoiseControlOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnOutlined: React.FC = ({ ...props }) => ( +export const IconNoiseControlOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOnOutlined as default } diff --git a/src/IconNoiseControlOnOutlinedFilled.tsx b/src/IconNoiseControlOnOutlinedFilled.tsx index 3092d245e..bab7cacd9 100644 --- a/src/IconNoiseControlOnOutlinedFilled.tsx +++ b/src/IconNoiseControlOnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnOutlinedFilled: React.FC = ({ +export const IconNoiseControlOnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNoiseControlOnOutlinedFilled: React.FC = ({ ) - -export { IconNoiseControlOnOutlinedFilled as default } diff --git a/src/IconNoiseControlOnRounded.tsx b/src/IconNoiseControlOnRounded.tsx index df4622864..1a2176e92 100644 --- a/src/IconNoiseControlOnRounded.tsx +++ b/src/IconNoiseControlOnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnRounded: React.FC = ({ ...props }) => ( +export const IconNoiseControlOnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOnRounded as default } diff --git a/src/IconNoiseControlOnRoundedFilled.tsx b/src/IconNoiseControlOnRoundedFilled.tsx index 4ef843946..516873a3e 100644 --- a/src/IconNoiseControlOnRoundedFilled.tsx +++ b/src/IconNoiseControlOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoiseControlOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOnRoundedFilled as default } diff --git a/src/IconNoiseControlOnSharp.tsx b/src/IconNoiseControlOnSharp.tsx index c4acf6a6c..90363c363 100644 --- a/src/IconNoiseControlOnSharp.tsx +++ b/src/IconNoiseControlOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnSharp: React.FC = ({ ...props }) => ( +export const IconNoiseControlOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOnSharp as default } diff --git a/src/IconNoiseControlOnSharpFilled.tsx b/src/IconNoiseControlOnSharpFilled.tsx index 99d2f218d..f89b77074 100644 --- a/src/IconNoiseControlOnSharpFilled.tsx +++ b/src/IconNoiseControlOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoiseControlOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoiseControlOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoiseControlOnSharpFilled as default } diff --git a/src/IconNordicWalkingOutlined.tsx b/src/IconNordicWalkingOutlined.tsx index 7912e8300..1cef9a067 100644 --- a/src/IconNordicWalkingOutlined.tsx +++ b/src/IconNordicWalkingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingOutlined: React.FC = ({ ...props }) => ( +export const IconNordicWalkingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingOutlined as default } diff --git a/src/IconNordicWalkingOutlinedFilled.tsx b/src/IconNordicWalkingOutlinedFilled.tsx index 92b01bdc5..bcab5947c 100644 --- a/src/IconNordicWalkingOutlinedFilled.tsx +++ b/src/IconNordicWalkingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNordicWalkingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingOutlinedFilled as default } diff --git a/src/IconNordicWalkingRounded.tsx b/src/IconNordicWalkingRounded.tsx index 7be53523a..bed8034e0 100644 --- a/src/IconNordicWalkingRounded.tsx +++ b/src/IconNordicWalkingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingRounded: React.FC = ({ ...props }) => ( +export const IconNordicWalkingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingRounded as default } diff --git a/src/IconNordicWalkingRoundedFilled.tsx b/src/IconNordicWalkingRoundedFilled.tsx index 32f25287f..4fd6ab305 100644 --- a/src/IconNordicWalkingRoundedFilled.tsx +++ b/src/IconNordicWalkingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNordicWalkingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingRoundedFilled as default } diff --git a/src/IconNordicWalkingSharp.tsx b/src/IconNordicWalkingSharp.tsx index 9e245e865..0c51fe207 100644 --- a/src/IconNordicWalkingSharp.tsx +++ b/src/IconNordicWalkingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingSharp: React.FC = ({ ...props }) => ( +export const IconNordicWalkingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingSharp as default } diff --git a/src/IconNordicWalkingSharpFilled.tsx b/src/IconNordicWalkingSharpFilled.tsx index dd2fc3e34..09df22490 100644 --- a/src/IconNordicWalkingSharpFilled.tsx +++ b/src/IconNordicWalkingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNordicWalkingSharpFilled: React.FC = ({ ...props }) => ( +export const IconNordicWalkingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNordicWalkingSharpFilled as default } diff --git a/src/IconNorthEastOutlined.tsx b/src/IconNorthEastOutlined.tsx index 363e7e203..42fda03b1 100644 --- a/src/IconNorthEastOutlined.tsx +++ b/src/IconNorthEastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastOutlined: React.FC = ({ ...props }) => ( +export const IconNorthEastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthEastOutlined as default } diff --git a/src/IconNorthEastOutlinedFilled.tsx b/src/IconNorthEastOutlinedFilled.tsx index 4582c5da1..a7a9004af 100644 --- a/src/IconNorthEastOutlinedFilled.tsx +++ b/src/IconNorthEastOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNorthEastOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNorthEastOutlinedFilled as default } diff --git a/src/IconNorthEastRounded.tsx b/src/IconNorthEastRounded.tsx index 581973b5c..963efe6e8 100644 --- a/src/IconNorthEastRounded.tsx +++ b/src/IconNorthEastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastRounded: React.FC = ({ ...props }) => ( +export const IconNorthEastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthEastRounded as default } diff --git a/src/IconNorthEastRoundedFilled.tsx b/src/IconNorthEastRoundedFilled.tsx index 253e23548..1387a6572 100644 --- a/src/IconNorthEastRoundedFilled.tsx +++ b/src/IconNorthEastRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNorthEastRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNorthEastRoundedFilled as default } diff --git a/src/IconNorthEastSharp.tsx b/src/IconNorthEastSharp.tsx index a5fcc23b9..3bf613c77 100644 --- a/src/IconNorthEastSharp.tsx +++ b/src/IconNorthEastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastSharp: React.FC = ({ ...props }) => ( +export const IconNorthEastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthEastSharp as default } diff --git a/src/IconNorthEastSharpFilled.tsx b/src/IconNorthEastSharpFilled.tsx index 88a7b2491..33eb8aa2c 100644 --- a/src/IconNorthEastSharpFilled.tsx +++ b/src/IconNorthEastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthEastSharpFilled: React.FC = ({ ...props }) => ( +export const IconNorthEastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthEastSharpFilled as default } diff --git a/src/IconNorthOutlined.tsx b/src/IconNorthOutlined.tsx index c563ee421..aeff6eb9c 100644 --- a/src/IconNorthOutlined.tsx +++ b/src/IconNorthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthOutlined: React.FC = ({ ...props }) => ( +export const IconNorthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthOutlined as default } diff --git a/src/IconNorthOutlinedFilled.tsx b/src/IconNorthOutlinedFilled.tsx index d23b00fba..fb54b2ff5 100644 --- a/src/IconNorthOutlinedFilled.tsx +++ b/src/IconNorthOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNorthOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthOutlinedFilled as default } diff --git a/src/IconNorthRounded.tsx b/src/IconNorthRounded.tsx index 5af099ce8..7f51cac43 100644 --- a/src/IconNorthRounded.tsx +++ b/src/IconNorthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthRounded: React.FC = ({ ...props }) => ( +export const IconNorthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthRounded as default } diff --git a/src/IconNorthRoundedFilled.tsx b/src/IconNorthRoundedFilled.tsx index 103fecd40..251a640f2 100644 --- a/src/IconNorthRoundedFilled.tsx +++ b/src/IconNorthRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNorthRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthRoundedFilled as default } diff --git a/src/IconNorthSharp.tsx b/src/IconNorthSharp.tsx index 79c1c65b3..7f6764d45 100644 --- a/src/IconNorthSharp.tsx +++ b/src/IconNorthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthSharp: React.FC = ({ ...props }) => ( +export const IconNorthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthSharp as default } diff --git a/src/IconNorthSharpFilled.tsx b/src/IconNorthSharpFilled.tsx index 43f2ac9b8..681a97136 100644 --- a/src/IconNorthSharpFilled.tsx +++ b/src/IconNorthSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthSharpFilled: React.FC = ({ ...props }) => ( +export const IconNorthSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthSharpFilled as default } diff --git a/src/IconNorthWestOutlined.tsx b/src/IconNorthWestOutlined.tsx index 2809bec0d..a1264f0d1 100644 --- a/src/IconNorthWestOutlined.tsx +++ b/src/IconNorthWestOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestOutlined: React.FC = ({ ...props }) => ( +export const IconNorthWestOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthWestOutlined as default } diff --git a/src/IconNorthWestOutlinedFilled.tsx b/src/IconNorthWestOutlinedFilled.tsx index 0a608a732..bd7424ea7 100644 --- a/src/IconNorthWestOutlinedFilled.tsx +++ b/src/IconNorthWestOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNorthWestOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNorthWestOutlinedFilled as default } diff --git a/src/IconNorthWestRounded.tsx b/src/IconNorthWestRounded.tsx index cb855b0dd..dc54edc8b 100644 --- a/src/IconNorthWestRounded.tsx +++ b/src/IconNorthWestRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestRounded: React.FC = ({ ...props }) => ( +export const IconNorthWestRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthWestRounded as default } diff --git a/src/IconNorthWestRoundedFilled.tsx b/src/IconNorthWestRoundedFilled.tsx index c40091a19..5ba091477 100644 --- a/src/IconNorthWestRoundedFilled.tsx +++ b/src/IconNorthWestRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNorthWestRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNorthWestRoundedFilled as default } diff --git a/src/IconNorthWestSharp.tsx b/src/IconNorthWestSharp.tsx index ecc4fa33e..248e1c34b 100644 --- a/src/IconNorthWestSharp.tsx +++ b/src/IconNorthWestSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestSharp: React.FC = ({ ...props }) => ( +export const IconNorthWestSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthWestSharp as default } diff --git a/src/IconNorthWestSharpFilled.tsx b/src/IconNorthWestSharpFilled.tsx index 3e7857f90..6e30d1edc 100644 --- a/src/IconNorthWestSharpFilled.tsx +++ b/src/IconNorthWestSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNorthWestSharpFilled: React.FC = ({ ...props }) => ( +export const IconNorthWestSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNorthWestSharpFilled as default } diff --git a/src/IconNotAccessibleForwardOutlined.tsx b/src/IconNotAccessibleForwardOutlined.tsx index 953e8f312..9c4e0e4d6 100644 --- a/src/IconNotAccessibleForwardOutlined.tsx +++ b/src/IconNotAccessibleForwardOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardOutlined: React.FC = ({ +export const IconNotAccessibleForwardOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotAccessibleForwardOutlined: React.FC = ({ ) - -export { IconNotAccessibleForwardOutlined as default } diff --git a/src/IconNotAccessibleForwardOutlinedFilled.tsx b/src/IconNotAccessibleForwardOutlinedFilled.tsx index 94f69ca0c..8fcacb4e1 100644 --- a/src/IconNotAccessibleForwardOutlinedFilled.tsx +++ b/src/IconNotAccessibleForwardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardOutlinedFilled: React.FC = ({ +export const IconNotAccessibleForwardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotAccessibleForwardOutlinedFilled: React.FC = ({ ) - -export { IconNotAccessibleForwardOutlinedFilled as default } diff --git a/src/IconNotAccessibleForwardRounded.tsx b/src/IconNotAccessibleForwardRounded.tsx index 59436f9e5..2d10da39f 100644 --- a/src/IconNotAccessibleForwardRounded.tsx +++ b/src/IconNotAccessibleForwardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardRounded: React.FC = ({ ...props }) => ( +export const IconNotAccessibleForwardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleForwardRounded as default } diff --git a/src/IconNotAccessibleForwardRoundedFilled.tsx b/src/IconNotAccessibleForwardRoundedFilled.tsx index 149fd6bad..bfd2d474c 100644 --- a/src/IconNotAccessibleForwardRoundedFilled.tsx +++ b/src/IconNotAccessibleForwardRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardRoundedFilled: React.FC = ({ +export const IconNotAccessibleForwardRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotAccessibleForwardRoundedFilled: React.FC = ({ ) - -export { IconNotAccessibleForwardRoundedFilled as default } diff --git a/src/IconNotAccessibleForwardSharp.tsx b/src/IconNotAccessibleForwardSharp.tsx index e14df2e86..7e1d23dd1 100644 --- a/src/IconNotAccessibleForwardSharp.tsx +++ b/src/IconNotAccessibleForwardSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardSharp: React.FC = ({ ...props }) => ( +export const IconNotAccessibleForwardSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleForwardSharp as default } diff --git a/src/IconNotAccessibleForwardSharpFilled.tsx b/src/IconNotAccessibleForwardSharpFilled.tsx index dc4cef55d..fb0d2a23b 100644 --- a/src/IconNotAccessibleForwardSharpFilled.tsx +++ b/src/IconNotAccessibleForwardSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleForwardSharpFilled: React.FC = ({ +export const IconNotAccessibleForwardSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotAccessibleForwardSharpFilled: React.FC = ({ ) - -export { IconNotAccessibleForwardSharpFilled as default } diff --git a/src/IconNotAccessibleOutlined.tsx b/src/IconNotAccessibleOutlined.tsx index 98001dc59..c3e4395c6 100644 --- a/src/IconNotAccessibleOutlined.tsx +++ b/src/IconNotAccessibleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleOutlined: React.FC = ({ ...props }) => ( +export const IconNotAccessibleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleOutlined as default } diff --git a/src/IconNotAccessibleOutlinedFilled.tsx b/src/IconNotAccessibleOutlinedFilled.tsx index 4c52deaf4..c54903ccf 100644 --- a/src/IconNotAccessibleOutlinedFilled.tsx +++ b/src/IconNotAccessibleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNotAccessibleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleOutlinedFilled as default } diff --git a/src/IconNotAccessibleRounded.tsx b/src/IconNotAccessibleRounded.tsx index 104bc539f..37affe1aa 100644 --- a/src/IconNotAccessibleRounded.tsx +++ b/src/IconNotAccessibleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleRounded: React.FC = ({ ...props }) => ( +export const IconNotAccessibleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleRounded as default } diff --git a/src/IconNotAccessibleRoundedFilled.tsx b/src/IconNotAccessibleRoundedFilled.tsx index 4cc63a6e5..bae742e9b 100644 --- a/src/IconNotAccessibleRoundedFilled.tsx +++ b/src/IconNotAccessibleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNotAccessibleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleRoundedFilled as default } diff --git a/src/IconNotAccessibleSharp.tsx b/src/IconNotAccessibleSharp.tsx index b96fe55a1..6a2d92406 100644 --- a/src/IconNotAccessibleSharp.tsx +++ b/src/IconNotAccessibleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleSharp: React.FC = ({ ...props }) => ( +export const IconNotAccessibleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleSharp as default } diff --git a/src/IconNotAccessibleSharpFilled.tsx b/src/IconNotAccessibleSharpFilled.tsx index e644419e1..f4caf0a82 100644 --- a/src/IconNotAccessibleSharpFilled.tsx +++ b/src/IconNotAccessibleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotAccessibleSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotAccessibleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotAccessibleSharpFilled as default } diff --git a/src/IconNotListedLocationOutlined.tsx b/src/IconNotListedLocationOutlined.tsx index 3d7e7a574..b4464c182 100644 --- a/src/IconNotListedLocationOutlined.tsx +++ b/src/IconNotListedLocationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationOutlined: React.FC = ({ ...props }) => ( +export const IconNotListedLocationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotListedLocationOutlined as default } diff --git a/src/IconNotListedLocationOutlinedFilled.tsx b/src/IconNotListedLocationOutlinedFilled.tsx index 5fb5b01d2..e54d9310a 100644 --- a/src/IconNotListedLocationOutlinedFilled.tsx +++ b/src/IconNotListedLocationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationOutlinedFilled: React.FC = ({ +export const IconNotListedLocationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotListedLocationOutlinedFilled: React.FC = ({ ) - -export { IconNotListedLocationOutlinedFilled as default } diff --git a/src/IconNotListedLocationRounded.tsx b/src/IconNotListedLocationRounded.tsx index 75f38cd0e..86e297e17 100644 --- a/src/IconNotListedLocationRounded.tsx +++ b/src/IconNotListedLocationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationRounded: React.FC = ({ ...props }) => ( +export const IconNotListedLocationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotListedLocationRounded as default } diff --git a/src/IconNotListedLocationRoundedFilled.tsx b/src/IconNotListedLocationRoundedFilled.tsx index 97cf9bf70..7582a5578 100644 --- a/src/IconNotListedLocationRoundedFilled.tsx +++ b/src/IconNotListedLocationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationRoundedFilled: React.FC = ({ +export const IconNotListedLocationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotListedLocationRoundedFilled: React.FC = ({ ) - -export { IconNotListedLocationRoundedFilled as default } diff --git a/src/IconNotListedLocationSharp.tsx b/src/IconNotListedLocationSharp.tsx index 9d4f5aa87..d770557be 100644 --- a/src/IconNotListedLocationSharp.tsx +++ b/src/IconNotListedLocationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationSharp: React.FC = ({ ...props }) => ( +export const IconNotListedLocationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotListedLocationSharp as default } diff --git a/src/IconNotListedLocationSharpFilled.tsx b/src/IconNotListedLocationSharpFilled.tsx index 1d471f1d5..20079b03e 100644 --- a/src/IconNotListedLocationSharpFilled.tsx +++ b/src/IconNotListedLocationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotListedLocationSharpFilled: React.FC = ({ +export const IconNotListedLocationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotListedLocationSharpFilled: React.FC = ({ ) - -export { IconNotListedLocationSharpFilled as default } diff --git a/src/IconNotStartedOutlined.tsx b/src/IconNotStartedOutlined.tsx index 987eb76ac..c943b872a 100644 --- a/src/IconNotStartedOutlined.tsx +++ b/src/IconNotStartedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedOutlined: React.FC = ({ ...props }) => ( +export const IconNotStartedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotStartedOutlined as default } diff --git a/src/IconNotStartedOutlinedFilled.tsx b/src/IconNotStartedOutlinedFilled.tsx index 8e6340a59..61373df0c 100644 --- a/src/IconNotStartedOutlinedFilled.tsx +++ b/src/IconNotStartedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNotStartedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotStartedOutlinedFilled as default } diff --git a/src/IconNotStartedRounded.tsx b/src/IconNotStartedRounded.tsx index 138047352..3c56bc407 100644 --- a/src/IconNotStartedRounded.tsx +++ b/src/IconNotStartedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedRounded: React.FC = ({ ...props }) => ( +export const IconNotStartedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotStartedRounded as default } diff --git a/src/IconNotStartedRoundedFilled.tsx b/src/IconNotStartedRoundedFilled.tsx index 58512b01e..5bd990ef1 100644 --- a/src/IconNotStartedRoundedFilled.tsx +++ b/src/IconNotStartedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNotStartedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotStartedRoundedFilled as default } diff --git a/src/IconNotStartedSharp.tsx b/src/IconNotStartedSharp.tsx index 9c0742692..4bb6096b4 100644 --- a/src/IconNotStartedSharp.tsx +++ b/src/IconNotStartedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedSharp: React.FC = ({ ...props }) => ( +export const IconNotStartedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotStartedSharp as default } diff --git a/src/IconNotStartedSharpFilled.tsx b/src/IconNotStartedSharpFilled.tsx index bedcc4f54..c342c22a0 100644 --- a/src/IconNotStartedSharpFilled.tsx +++ b/src/IconNotStartedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotStartedSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotStartedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotStartedSharpFilled as default } diff --git a/src/IconNoteAddOutlined.tsx b/src/IconNoteAddOutlined.tsx index ec334fcad..0e38dbe7b 100644 --- a/src/IconNoteAddOutlined.tsx +++ b/src/IconNoteAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddOutlined: React.FC = ({ ...props }) => ( +export const IconNoteAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAddOutlined as default } diff --git a/src/IconNoteAddOutlinedFilled.tsx b/src/IconNoteAddOutlinedFilled.tsx index e8dc806a1..17438e4b7 100644 --- a/src/IconNoteAddOutlinedFilled.tsx +++ b/src/IconNoteAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoteAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteAddOutlinedFilled as default } diff --git a/src/IconNoteAddRounded.tsx b/src/IconNoteAddRounded.tsx index 142ee80ca..7075032da 100644 --- a/src/IconNoteAddRounded.tsx +++ b/src/IconNoteAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddRounded: React.FC = ({ ...props }) => ( +export const IconNoteAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAddRounded as default } diff --git a/src/IconNoteAddRoundedFilled.tsx b/src/IconNoteAddRoundedFilled.tsx index ae2a2b895..8f703faee 100644 --- a/src/IconNoteAddRoundedFilled.tsx +++ b/src/IconNoteAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoteAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAddRoundedFilled as default } diff --git a/src/IconNoteAddSharp.tsx b/src/IconNoteAddSharp.tsx index f076cb695..cb763cb67 100644 --- a/src/IconNoteAddSharp.tsx +++ b/src/IconNoteAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddSharp: React.FC = ({ ...props }) => ( +export const IconNoteAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAddSharp as default } diff --git a/src/IconNoteAddSharpFilled.tsx b/src/IconNoteAddSharpFilled.tsx index 21882ea58..d69ca48a9 100644 --- a/src/IconNoteAddSharpFilled.tsx +++ b/src/IconNoteAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoteAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAddSharpFilled as default } diff --git a/src/IconNoteAltOutlined.tsx b/src/IconNoteAltOutlined.tsx index 4cd133474..be471e9df 100644 --- a/src/IconNoteAltOutlined.tsx +++ b/src/IconNoteAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltOutlined: React.FC = ({ ...props }) => ( +export const IconNoteAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAltOutlined as default } diff --git a/src/IconNoteAltOutlinedFilled.tsx b/src/IconNoteAltOutlinedFilled.tsx index 881294b8f..e592ba944 100644 --- a/src/IconNoteAltOutlinedFilled.tsx +++ b/src/IconNoteAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoteAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteAltOutlinedFilled as default } diff --git a/src/IconNoteAltRounded.tsx b/src/IconNoteAltRounded.tsx index 78ef0d520..4dd1c3824 100644 --- a/src/IconNoteAltRounded.tsx +++ b/src/IconNoteAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltRounded: React.FC = ({ ...props }) => ( +export const IconNoteAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAltRounded as default } diff --git a/src/IconNoteAltRoundedFilled.tsx b/src/IconNoteAltRoundedFilled.tsx index bb91f736f..b55300c2b 100644 --- a/src/IconNoteAltRoundedFilled.tsx +++ b/src/IconNoteAltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoteAltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAltRoundedFilled as default } diff --git a/src/IconNoteAltSharp.tsx b/src/IconNoteAltSharp.tsx index f4cf681eb..c14c182ba 100644 --- a/src/IconNoteAltSharp.tsx +++ b/src/IconNoteAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltSharp: React.FC = ({ ...props }) => ( +export const IconNoteAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAltSharp as default } diff --git a/src/IconNoteAltSharpFilled.tsx b/src/IconNoteAltSharpFilled.tsx index e31cc3f08..54e42cc41 100644 --- a/src/IconNoteAltSharpFilled.tsx +++ b/src/IconNoteAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoteAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteAltSharpFilled as default } diff --git a/src/IconNoteStackAddOutlined.tsx b/src/IconNoteStackAddOutlined.tsx index d81518479..85d10848a 100644 --- a/src/IconNoteStackAddOutlined.tsx +++ b/src/IconNoteStackAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddOutlined: React.FC = ({ ...props }) => ( +export const IconNoteStackAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddOutlined as default } diff --git a/src/IconNoteStackAddOutlinedFilled.tsx b/src/IconNoteStackAddOutlinedFilled.tsx index 8001b771e..c039cffb8 100644 --- a/src/IconNoteStackAddOutlinedFilled.tsx +++ b/src/IconNoteStackAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddOutlinedFilled as default } diff --git a/src/IconNoteStackAddRounded.tsx b/src/IconNoteStackAddRounded.tsx index 7a2dd3bc1..4fcfb5c4a 100644 --- a/src/IconNoteStackAddRounded.tsx +++ b/src/IconNoteStackAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddRounded: React.FC = ({ ...props }) => ( +export const IconNoteStackAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddRounded as default } diff --git a/src/IconNoteStackAddRoundedFilled.tsx b/src/IconNoteStackAddRoundedFilled.tsx index 48b1c88d2..05931078a 100644 --- a/src/IconNoteStackAddRoundedFilled.tsx +++ b/src/IconNoteStackAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddRoundedFilled as default } diff --git a/src/IconNoteStackAddSharp.tsx b/src/IconNoteStackAddSharp.tsx index 311e1095a..6477f860a 100644 --- a/src/IconNoteStackAddSharp.tsx +++ b/src/IconNoteStackAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddSharp: React.FC = ({ ...props }) => ( +export const IconNoteStackAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddSharp as default } diff --git a/src/IconNoteStackAddSharpFilled.tsx b/src/IconNoteStackAddSharpFilled.tsx index ab8ccfecf..db60e8d1a 100644 --- a/src/IconNoteStackAddSharpFilled.tsx +++ b/src/IconNoteStackAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteStackAddSharpFilled as default } diff --git a/src/IconNoteStackOutlined.tsx b/src/IconNoteStackOutlined.tsx index 3433cdb49..c8b958298 100644 --- a/src/IconNoteStackOutlined.tsx +++ b/src/IconNoteStackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackOutlined: React.FC = ({ ...props }) => ( +export const IconNoteStackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackOutlined as default } diff --git a/src/IconNoteStackOutlinedFilled.tsx b/src/IconNoteStackOutlinedFilled.tsx index fb5d1bcd9..f3b685519 100644 --- a/src/IconNoteStackOutlinedFilled.tsx +++ b/src/IconNoteStackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteStackOutlinedFilled as default } diff --git a/src/IconNoteStackRounded.tsx b/src/IconNoteStackRounded.tsx index 3edb61c1c..55d14af0a 100644 --- a/src/IconNoteStackRounded.tsx +++ b/src/IconNoteStackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackRounded: React.FC = ({ ...props }) => ( +export const IconNoteStackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackRounded as default } diff --git a/src/IconNoteStackRoundedFilled.tsx b/src/IconNoteStackRoundedFilled.tsx index 484be51c0..f2247960c 100644 --- a/src/IconNoteStackRoundedFilled.tsx +++ b/src/IconNoteStackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNoteStackRoundedFilled as default } diff --git a/src/IconNoteStackSharp.tsx b/src/IconNoteStackSharp.tsx index 5460fb36d..a9e7e34da 100644 --- a/src/IconNoteStackSharp.tsx +++ b/src/IconNoteStackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackSharp: React.FC = ({ ...props }) => ( +export const IconNoteStackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackSharp as default } diff --git a/src/IconNoteStackSharpFilled.tsx b/src/IconNoteStackSharpFilled.tsx index faf377aab..8c955e879 100644 --- a/src/IconNoteStackSharpFilled.tsx +++ b/src/IconNoteStackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNoteStackSharpFilled: React.FC = ({ ...props }) => ( +export const IconNoteStackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNoteStackSharpFilled as default } diff --git a/src/IconNotesOutlined.tsx b/src/IconNotesOutlined.tsx index 2745b7f80..d27cd1697 100644 --- a/src/IconNotesOutlined.tsx +++ b/src/IconNotesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesOutlined: React.FC = ({ ...props }) => ( +export const IconNotesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesOutlined as default } diff --git a/src/IconNotesOutlinedFilled.tsx b/src/IconNotesOutlinedFilled.tsx index 2f73fe00a..7c1ba518b 100644 --- a/src/IconNotesOutlinedFilled.tsx +++ b/src/IconNotesOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNotesOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesOutlinedFilled as default } diff --git a/src/IconNotesRounded.tsx b/src/IconNotesRounded.tsx index eec22eff6..ac91270ba 100644 --- a/src/IconNotesRounded.tsx +++ b/src/IconNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesRounded: React.FC = ({ ...props }) => ( +export const IconNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesRounded as default } diff --git a/src/IconNotesRoundedFilled.tsx b/src/IconNotesRoundedFilled.tsx index 135769e88..9b5a69e22 100644 --- a/src/IconNotesRoundedFilled.tsx +++ b/src/IconNotesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNotesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesRoundedFilled as default } diff --git a/src/IconNotesSharp.tsx b/src/IconNotesSharp.tsx index d6105418f..039c9cb07 100644 --- a/src/IconNotesSharp.tsx +++ b/src/IconNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesSharp: React.FC = ({ ...props }) => ( +export const IconNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesSharp as default } diff --git a/src/IconNotesSharpFilled.tsx b/src/IconNotesSharpFilled.tsx index 038725480..da5d426ff 100644 --- a/src/IconNotesSharpFilled.tsx +++ b/src/IconNotesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotesSharpFilled as default } diff --git a/src/IconNotificationAddOutlined.tsx b/src/IconNotificationAddOutlined.tsx index 664e55cde..cd2a380a2 100644 --- a/src/IconNotificationAddOutlined.tsx +++ b/src/IconNotificationAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationAddOutlined as default } diff --git a/src/IconNotificationAddOutlinedFilled.tsx b/src/IconNotificationAddOutlinedFilled.tsx index eb2c8df31..90365ae98 100644 --- a/src/IconNotificationAddOutlinedFilled.tsx +++ b/src/IconNotificationAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddOutlinedFilled: React.FC = ({ +export const IconNotificationAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationAddOutlinedFilled: React.FC = ({ ) - -export { IconNotificationAddOutlinedFilled as default } diff --git a/src/IconNotificationAddRounded.tsx b/src/IconNotificationAddRounded.tsx index 12f9d2888..702903169 100644 --- a/src/IconNotificationAddRounded.tsx +++ b/src/IconNotificationAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddRounded: React.FC = ({ ...props }) => ( +export const IconNotificationAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationAddRounded as default } diff --git a/src/IconNotificationAddRoundedFilled.tsx b/src/IconNotificationAddRoundedFilled.tsx index 8223dfdb9..65917cad1 100644 --- a/src/IconNotificationAddRoundedFilled.tsx +++ b/src/IconNotificationAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddRoundedFilled: React.FC = ({ +export const IconNotificationAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationAddRoundedFilled: React.FC = ({ ) - -export { IconNotificationAddRoundedFilled as default } diff --git a/src/IconNotificationAddSharp.tsx b/src/IconNotificationAddSharp.tsx index 2dd1cd215..b161b1ff2 100644 --- a/src/IconNotificationAddSharp.tsx +++ b/src/IconNotificationAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddSharp: React.FC = ({ ...props }) => ( +export const IconNotificationAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotificationAddSharp as default } diff --git a/src/IconNotificationAddSharpFilled.tsx b/src/IconNotificationAddSharpFilled.tsx index 1098229e1..cc3ccf8c3 100644 --- a/src/IconNotificationAddSharpFilled.tsx +++ b/src/IconNotificationAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotificationAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationAddSharpFilled as default } diff --git a/src/IconNotificationImportantOutlined.tsx b/src/IconNotificationImportantOutlined.tsx index 08d45aadd..05eaec630 100644 --- a/src/IconNotificationImportantOutlined.tsx +++ b/src/IconNotificationImportantOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantOutlined: React.FC = ({ +export const IconNotificationImportantOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationImportantOutlined: React.FC = ({ ) - -export { IconNotificationImportantOutlined as default } diff --git a/src/IconNotificationImportantOutlinedFilled.tsx b/src/IconNotificationImportantOutlinedFilled.tsx index bd88daf82..a83765a98 100644 --- a/src/IconNotificationImportantOutlinedFilled.tsx +++ b/src/IconNotificationImportantOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantOutlinedFilled: React.FC = ({ +export const IconNotificationImportantOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationImportantOutlinedFilled: React.FC = ({ ) - -export { IconNotificationImportantOutlinedFilled as default } diff --git a/src/IconNotificationImportantRounded.tsx b/src/IconNotificationImportantRounded.tsx index 7ebc2e9eb..4cc0d7f5e 100644 --- a/src/IconNotificationImportantRounded.tsx +++ b/src/IconNotificationImportantRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantRounded: React.FC = ({ +export const IconNotificationImportantRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationImportantRounded: React.FC = ({ ) - -export { IconNotificationImportantRounded as default } diff --git a/src/IconNotificationImportantRoundedFilled.tsx b/src/IconNotificationImportantRoundedFilled.tsx index 2ce35bb7c..5a7c0d946 100644 --- a/src/IconNotificationImportantRoundedFilled.tsx +++ b/src/IconNotificationImportantRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantRoundedFilled: React.FC = ({ +export const IconNotificationImportantRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationImportantRoundedFilled: React.FC = ({ ) - -export { IconNotificationImportantRoundedFilled as default } diff --git a/src/IconNotificationImportantSharp.tsx b/src/IconNotificationImportantSharp.tsx index 639e2d5fd..f7d5efcaa 100644 --- a/src/IconNotificationImportantSharp.tsx +++ b/src/IconNotificationImportantSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantSharp: React.FC = ({ ...props }) => ( +export const IconNotificationImportantSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationImportantSharp as default } diff --git a/src/IconNotificationImportantSharpFilled.tsx b/src/IconNotificationImportantSharpFilled.tsx index b511a606f..c6bc311a7 100644 --- a/src/IconNotificationImportantSharpFilled.tsx +++ b/src/IconNotificationImportantSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationImportantSharpFilled: React.FC = ({ +export const IconNotificationImportantSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationImportantSharpFilled: React.FC = ({ ) - -export { IconNotificationImportantSharpFilled as default } diff --git a/src/IconNotificationMultipleOutlined.tsx b/src/IconNotificationMultipleOutlined.tsx index f9eb412fc..6270c66db 100644 --- a/src/IconNotificationMultipleOutlined.tsx +++ b/src/IconNotificationMultipleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleOutlined: React.FC = ({ +export const IconNotificationMultipleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationMultipleOutlined: React.FC = ({ ) - -export { IconNotificationMultipleOutlined as default } diff --git a/src/IconNotificationMultipleOutlinedFilled.tsx b/src/IconNotificationMultipleOutlinedFilled.tsx index 2c036c111..881eeda07 100644 --- a/src/IconNotificationMultipleOutlinedFilled.tsx +++ b/src/IconNotificationMultipleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleOutlinedFilled: React.FC = ({ +export const IconNotificationMultipleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationMultipleOutlinedFilled: React.FC = ({ ) - -export { IconNotificationMultipleOutlinedFilled as default } diff --git a/src/IconNotificationMultipleRounded.tsx b/src/IconNotificationMultipleRounded.tsx index aa4e8f300..9c8b37178 100644 --- a/src/IconNotificationMultipleRounded.tsx +++ b/src/IconNotificationMultipleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleRounded: React.FC = ({ ...props }) => ( +export const IconNotificationMultipleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationMultipleRounded as default } diff --git a/src/IconNotificationMultipleRoundedFilled.tsx b/src/IconNotificationMultipleRoundedFilled.tsx index 1712d27cf..f0de524ff 100644 --- a/src/IconNotificationMultipleRoundedFilled.tsx +++ b/src/IconNotificationMultipleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleRoundedFilled: React.FC = ({ +export const IconNotificationMultipleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationMultipleRoundedFilled: React.FC = ({ ) - -export { IconNotificationMultipleRoundedFilled as default } diff --git a/src/IconNotificationMultipleSharp.tsx b/src/IconNotificationMultipleSharp.tsx index 1d01086e7..0ddaa4911 100644 --- a/src/IconNotificationMultipleSharp.tsx +++ b/src/IconNotificationMultipleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleSharp: React.FC = ({ ...props }) => ( +export const IconNotificationMultipleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationMultipleSharp as default } diff --git a/src/IconNotificationMultipleSharpFilled.tsx b/src/IconNotificationMultipleSharpFilled.tsx index 431facbba..a33700b5f 100644 --- a/src/IconNotificationMultipleSharpFilled.tsx +++ b/src/IconNotificationMultipleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationMultipleSharpFilled: React.FC = ({ +export const IconNotificationMultipleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationMultipleSharpFilled: React.FC = ({ ) - -export { IconNotificationMultipleSharpFilled as default } diff --git a/src/IconNotificationsActiveOutlined.tsx b/src/IconNotificationsActiveOutlined.tsx index 2a644a000..60ce0ef76 100644 --- a/src/IconNotificationsActiveOutlined.tsx +++ b/src/IconNotificationsActiveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationsActiveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsActiveOutlined as default } diff --git a/src/IconNotificationsActiveOutlinedFilled.tsx b/src/IconNotificationsActiveOutlinedFilled.tsx index 80e91c0ec..1210d72b5 100644 --- a/src/IconNotificationsActiveOutlinedFilled.tsx +++ b/src/IconNotificationsActiveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveOutlinedFilled: React.FC = ({ +export const IconNotificationsActiveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsActiveOutlinedFilled: React.FC = ({ ) - -export { IconNotificationsActiveOutlinedFilled as default } diff --git a/src/IconNotificationsActiveRounded.tsx b/src/IconNotificationsActiveRounded.tsx index 32e92e131..adc705ab7 100644 --- a/src/IconNotificationsActiveRounded.tsx +++ b/src/IconNotificationsActiveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveRounded: React.FC = ({ ...props }) => ( +export const IconNotificationsActiveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsActiveRounded as default } diff --git a/src/IconNotificationsActiveRoundedFilled.tsx b/src/IconNotificationsActiveRoundedFilled.tsx index 3c5f7b3a3..11989cf29 100644 --- a/src/IconNotificationsActiveRoundedFilled.tsx +++ b/src/IconNotificationsActiveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveRoundedFilled: React.FC = ({ +export const IconNotificationsActiveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsActiveRoundedFilled: React.FC = ({ ) - -export { IconNotificationsActiveRoundedFilled as default } diff --git a/src/IconNotificationsActiveSharp.tsx b/src/IconNotificationsActiveSharp.tsx index 26e3a543a..1c4fa0af5 100644 --- a/src/IconNotificationsActiveSharp.tsx +++ b/src/IconNotificationsActiveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveSharp: React.FC = ({ ...props }) => ( +export const IconNotificationsActiveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsActiveSharp as default } diff --git a/src/IconNotificationsActiveSharpFilled.tsx b/src/IconNotificationsActiveSharpFilled.tsx index 8db71b5b1..8d9cab202 100644 --- a/src/IconNotificationsActiveSharpFilled.tsx +++ b/src/IconNotificationsActiveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsActiveSharpFilled: React.FC = ({ +export const IconNotificationsActiveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsActiveSharpFilled: React.FC = ({ ) - -export { IconNotificationsActiveSharpFilled as default } diff --git a/src/IconNotificationsOffOutlined.tsx b/src/IconNotificationsOffOutlined.tsx index 73c74963d..9c2ab37f9 100644 --- a/src/IconNotificationsOffOutlined.tsx +++ b/src/IconNotificationsOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationsOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOffOutlined as default } diff --git a/src/IconNotificationsOffOutlinedFilled.tsx b/src/IconNotificationsOffOutlinedFilled.tsx index c73e765f9..d8558fb27 100644 --- a/src/IconNotificationsOffOutlinedFilled.tsx +++ b/src/IconNotificationsOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffOutlinedFilled: React.FC = ({ +export const IconNotificationsOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsOffOutlinedFilled: React.FC = ({ ) - -export { IconNotificationsOffOutlinedFilled as default } diff --git a/src/IconNotificationsOffRounded.tsx b/src/IconNotificationsOffRounded.tsx index b140f7689..b5fd800d0 100644 --- a/src/IconNotificationsOffRounded.tsx +++ b/src/IconNotificationsOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffRounded: React.FC = ({ ...props }) => ( +export const IconNotificationsOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOffRounded as default } diff --git a/src/IconNotificationsOffRoundedFilled.tsx b/src/IconNotificationsOffRoundedFilled.tsx index 03e52e9ea..03e169cd5 100644 --- a/src/IconNotificationsOffRoundedFilled.tsx +++ b/src/IconNotificationsOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffRoundedFilled: React.FC = ({ +export const IconNotificationsOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsOffRoundedFilled: React.FC = ({ ) - -export { IconNotificationsOffRoundedFilled as default } diff --git a/src/IconNotificationsOffSharp.tsx b/src/IconNotificationsOffSharp.tsx index b983df575..aed8addb6 100644 --- a/src/IconNotificationsOffSharp.tsx +++ b/src/IconNotificationsOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffSharp: React.FC = ({ ...props }) => ( +export const IconNotificationsOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOffSharp as default } diff --git a/src/IconNotificationsOffSharpFilled.tsx b/src/IconNotificationsOffSharpFilled.tsx index e5b62c79f..e1df1f6de 100644 --- a/src/IconNotificationsOffSharpFilled.tsx +++ b/src/IconNotificationsOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotificationsOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOffSharpFilled as default } diff --git a/src/IconNotificationsOutlined.tsx b/src/IconNotificationsOutlined.tsx index 51e6fd58a..42c6bddc2 100644 --- a/src/IconNotificationsOutlined.tsx +++ b/src/IconNotificationsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOutlined as default } diff --git a/src/IconNotificationsOutlinedFilled.tsx b/src/IconNotificationsOutlinedFilled.tsx index 441fba78d..0eb601852 100644 --- a/src/IconNotificationsOutlinedFilled.tsx +++ b/src/IconNotificationsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNotificationsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsOutlinedFilled as default } diff --git a/src/IconNotificationsPausedOutlined.tsx b/src/IconNotificationsPausedOutlined.tsx index 9e7da8432..7439b6bf8 100644 --- a/src/IconNotificationsPausedOutlined.tsx +++ b/src/IconNotificationsPausedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationsPausedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsPausedOutlined as default } diff --git a/src/IconNotificationsPausedOutlinedFilled.tsx b/src/IconNotificationsPausedOutlinedFilled.tsx index 96c6d6346..53211de0c 100644 --- a/src/IconNotificationsPausedOutlinedFilled.tsx +++ b/src/IconNotificationsPausedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedOutlinedFilled: React.FC = ({ +export const IconNotificationsPausedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsPausedOutlinedFilled: React.FC = ({ ) - -export { IconNotificationsPausedOutlinedFilled as default } diff --git a/src/IconNotificationsPausedRounded.tsx b/src/IconNotificationsPausedRounded.tsx index 31f31c3d1..7f260ea77 100644 --- a/src/IconNotificationsPausedRounded.tsx +++ b/src/IconNotificationsPausedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedRounded: React.FC = ({ ...props }) => ( +export const IconNotificationsPausedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsPausedRounded as default } diff --git a/src/IconNotificationsPausedRoundedFilled.tsx b/src/IconNotificationsPausedRoundedFilled.tsx index 5a522562f..82c76cc66 100644 --- a/src/IconNotificationsPausedRoundedFilled.tsx +++ b/src/IconNotificationsPausedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedRoundedFilled: React.FC = ({ +export const IconNotificationsPausedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsPausedRoundedFilled: React.FC = ({ ) - -export { IconNotificationsPausedRoundedFilled as default } diff --git a/src/IconNotificationsPausedSharp.tsx b/src/IconNotificationsPausedSharp.tsx index 163b656d4..55dc77141 100644 --- a/src/IconNotificationsPausedSharp.tsx +++ b/src/IconNotificationsPausedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedSharp: React.FC = ({ ...props }) => ( +export const IconNotificationsPausedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsPausedSharp as default } diff --git a/src/IconNotificationsPausedSharpFilled.tsx b/src/IconNotificationsPausedSharpFilled.tsx index 5c5b8cc58..c48199883 100644 --- a/src/IconNotificationsPausedSharpFilled.tsx +++ b/src/IconNotificationsPausedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsPausedSharpFilled: React.FC = ({ +export const IconNotificationsPausedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsPausedSharpFilled: React.FC = ({ ) - -export { IconNotificationsPausedSharpFilled as default } diff --git a/src/IconNotificationsRounded.tsx b/src/IconNotificationsRounded.tsx index 1889e2a61..916743291 100644 --- a/src/IconNotificationsRounded.tsx +++ b/src/IconNotificationsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsRounded: React.FC = ({ ...props }) => ( +export const IconNotificationsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotificationsRounded as default } diff --git a/src/IconNotificationsRoundedFilled.tsx b/src/IconNotificationsRoundedFilled.tsx index e8e6e5fa9..8144f846e 100644 --- a/src/IconNotificationsRoundedFilled.tsx +++ b/src/IconNotificationsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNotificationsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsRoundedFilled as default } diff --git a/src/IconNotificationsSharp.tsx b/src/IconNotificationsSharp.tsx index 048786499..3582054c0 100644 --- a/src/IconNotificationsSharp.tsx +++ b/src/IconNotificationsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsSharp: React.FC = ({ ...props }) => ( +export const IconNotificationsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNotificationsSharp as default } diff --git a/src/IconNotificationsSharpFilled.tsx b/src/IconNotificationsSharpFilled.tsx index ab2b2b970..bbc46a842 100644 --- a/src/IconNotificationsSharpFilled.tsx +++ b/src/IconNotificationsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsSharpFilled: React.FC = ({ ...props }) => ( +export const IconNotificationsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsSharpFilled as default } diff --git a/src/IconNotificationsUnreadOutlined.tsx b/src/IconNotificationsUnreadOutlined.tsx index 8c88409b7..26111f123 100644 --- a/src/IconNotificationsUnreadOutlined.tsx +++ b/src/IconNotificationsUnreadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadOutlined: React.FC = ({ ...props }) => ( +export const IconNotificationsUnreadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsUnreadOutlined as default } diff --git a/src/IconNotificationsUnreadOutlinedFilled.tsx b/src/IconNotificationsUnreadOutlinedFilled.tsx index 651bf85fe..0f6a62fdb 100644 --- a/src/IconNotificationsUnreadOutlinedFilled.tsx +++ b/src/IconNotificationsUnreadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadOutlinedFilled: React.FC = ({ +export const IconNotificationsUnreadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsUnreadOutlinedFilled: React.FC = ({ ) - -export { IconNotificationsUnreadOutlinedFilled as default } diff --git a/src/IconNotificationsUnreadRounded.tsx b/src/IconNotificationsUnreadRounded.tsx index 0ad5da833..a06d44d1a 100644 --- a/src/IconNotificationsUnreadRounded.tsx +++ b/src/IconNotificationsUnreadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadRounded: React.FC = ({ ...props }) => ( +export const IconNotificationsUnreadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsUnreadRounded as default } diff --git a/src/IconNotificationsUnreadRoundedFilled.tsx b/src/IconNotificationsUnreadRoundedFilled.tsx index 273f780b4..b1a6dd977 100644 --- a/src/IconNotificationsUnreadRoundedFilled.tsx +++ b/src/IconNotificationsUnreadRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadRoundedFilled: React.FC = ({ +export const IconNotificationsUnreadRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsUnreadRoundedFilled: React.FC = ({ ) - -export { IconNotificationsUnreadRoundedFilled as default } diff --git a/src/IconNotificationsUnreadSharp.tsx b/src/IconNotificationsUnreadSharp.tsx index 4f85d960f..8fd07eeb2 100644 --- a/src/IconNotificationsUnreadSharp.tsx +++ b/src/IconNotificationsUnreadSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadSharp: React.FC = ({ ...props }) => ( +export const IconNotificationsUnreadSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNotificationsUnreadSharp as default } diff --git a/src/IconNotificationsUnreadSharpFilled.tsx b/src/IconNotificationsUnreadSharpFilled.tsx index 830ea5d6f..124528bf4 100644 --- a/src/IconNotificationsUnreadSharpFilled.tsx +++ b/src/IconNotificationsUnreadSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconNotificationsUnreadSharpFilled: React.FC = ({ +export const IconNotificationsUnreadSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconNotificationsUnreadSharpFilled: React.FC = ({ ) - -export { IconNotificationsUnreadSharpFilled as default } diff --git a/src/IconNumbersOutlined.tsx b/src/IconNumbersOutlined.tsx index 9ff972ddb..dc645a8f3 100644 --- a/src/IconNumbersOutlined.tsx +++ b/src/IconNumbersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersOutlined: React.FC = ({ ...props }) => ( +export const IconNumbersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNumbersOutlined as default } diff --git a/src/IconNumbersOutlinedFilled.tsx b/src/IconNumbersOutlinedFilled.tsx index a529ffc9c..f7adbb7fd 100644 --- a/src/IconNumbersOutlinedFilled.tsx +++ b/src/IconNumbersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNumbersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNumbersOutlinedFilled as default } diff --git a/src/IconNumbersRounded.tsx b/src/IconNumbersRounded.tsx index 0f5093ce6..315caa892 100644 --- a/src/IconNumbersRounded.tsx +++ b/src/IconNumbersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersRounded: React.FC = ({ ...props }) => ( +export const IconNumbersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNumbersRounded as default } diff --git a/src/IconNumbersRoundedFilled.tsx b/src/IconNumbersRoundedFilled.tsx index 6bc623656..829e2be39 100644 --- a/src/IconNumbersRoundedFilled.tsx +++ b/src/IconNumbersRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNumbersRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNumbersRoundedFilled as default } diff --git a/src/IconNumbersSharp.tsx b/src/IconNumbersSharp.tsx index 4ea7ecf02..1e267aaad 100644 --- a/src/IconNumbersSharp.tsx +++ b/src/IconNumbersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersSharp: React.FC = ({ ...props }) => ( +export const IconNumbersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNumbersSharp as default } diff --git a/src/IconNumbersSharpFilled.tsx b/src/IconNumbersSharpFilled.tsx index 57349c252..3de3b3e80 100644 --- a/src/IconNumbersSharpFilled.tsx +++ b/src/IconNumbersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNumbersSharpFilled: React.FC = ({ ...props }) => ( +export const IconNumbersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNumbersSharpFilled as default } diff --git a/src/IconNutritionOutlined.tsx b/src/IconNutritionOutlined.tsx index f93496e90..4492c69fa 100644 --- a/src/IconNutritionOutlined.tsx +++ b/src/IconNutritionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionOutlined: React.FC = ({ ...props }) => ( +export const IconNutritionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNutritionOutlined as default } diff --git a/src/IconNutritionOutlinedFilled.tsx b/src/IconNutritionOutlinedFilled.tsx index 687a341cd..d4706d0c9 100644 --- a/src/IconNutritionOutlinedFilled.tsx +++ b/src/IconNutritionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconNutritionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNutritionOutlinedFilled as default } diff --git a/src/IconNutritionRounded.tsx b/src/IconNutritionRounded.tsx index 1b2ec0757..a9606552e 100644 --- a/src/IconNutritionRounded.tsx +++ b/src/IconNutritionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionRounded: React.FC = ({ ...props }) => ( +export const IconNutritionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNutritionRounded as default } diff --git a/src/IconNutritionRoundedFilled.tsx b/src/IconNutritionRoundedFilled.tsx index df2006a1a..2bbbe7615 100644 --- a/src/IconNutritionRoundedFilled.tsx +++ b/src/IconNutritionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconNutritionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconNutritionRoundedFilled as default } diff --git a/src/IconNutritionSharp.tsx b/src/IconNutritionSharp.tsx index 2c4250636..d7e889c8c 100644 --- a/src/IconNutritionSharp.tsx +++ b/src/IconNutritionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionSharp: React.FC = ({ ...props }) => ( +export const IconNutritionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNutritionSharp as default } diff --git a/src/IconNutritionSharpFilled.tsx b/src/IconNutritionSharpFilled.tsx index 8e3809281..1af3d9a6b 100644 --- a/src/IconNutritionSharpFilled.tsx +++ b/src/IconNutritionSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconNutritionSharpFilled: React.FC = ({ ...props }) => ( +export const IconNutritionSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconNutritionSharpFilled as default } diff --git a/src/IconOdsOutlined.tsx b/src/IconOdsOutlined.tsx index 392816e06..2b07a883e 100644 --- a/src/IconOdsOutlined.tsx +++ b/src/IconOdsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsOutlined: React.FC = ({ ...props }) => ( +export const IconOdsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsOutlined as default } diff --git a/src/IconOdsOutlinedFilled.tsx b/src/IconOdsOutlinedFilled.tsx index 848348d0f..2a4ab532d 100644 --- a/src/IconOdsOutlinedFilled.tsx +++ b/src/IconOdsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOdsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsOutlinedFilled as default } diff --git a/src/IconOdsRounded.tsx b/src/IconOdsRounded.tsx index 8b2759d00..d3ac8ca51 100644 --- a/src/IconOdsRounded.tsx +++ b/src/IconOdsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsRounded: React.FC = ({ ...props }) => ( +export const IconOdsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsRounded as default } diff --git a/src/IconOdsRoundedFilled.tsx b/src/IconOdsRoundedFilled.tsx index bb3759700..e7f8f4cd0 100644 --- a/src/IconOdsRoundedFilled.tsx +++ b/src/IconOdsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOdsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsRoundedFilled as default } diff --git a/src/IconOdsSharp.tsx b/src/IconOdsSharp.tsx index c8a0f16df..f7bd91aef 100644 --- a/src/IconOdsSharp.tsx +++ b/src/IconOdsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsSharp: React.FC = ({ ...props }) => ( +export const IconOdsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsSharp as default } diff --git a/src/IconOdsSharpFilled.tsx b/src/IconOdsSharpFilled.tsx index d8af44a78..ff2d582a0 100644 --- a/src/IconOdsSharpFilled.tsx +++ b/src/IconOdsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdsSharpFilled: React.FC = ({ ...props }) => ( +export const IconOdsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdsSharpFilled as default } diff --git a/src/IconOdtOutlined.tsx b/src/IconOdtOutlined.tsx index 4ad8ff0d2..2e5d52b56 100644 --- a/src/IconOdtOutlined.tsx +++ b/src/IconOdtOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtOutlined: React.FC = ({ ...props }) => ( +export const IconOdtOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtOutlined as default } diff --git a/src/IconOdtOutlinedFilled.tsx b/src/IconOdtOutlinedFilled.tsx index 0290d6ca6..48c54a100 100644 --- a/src/IconOdtOutlinedFilled.tsx +++ b/src/IconOdtOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOdtOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtOutlinedFilled as default } diff --git a/src/IconOdtRounded.tsx b/src/IconOdtRounded.tsx index 435d2aca3..be9c3b0b9 100644 --- a/src/IconOdtRounded.tsx +++ b/src/IconOdtRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtRounded: React.FC = ({ ...props }) => ( +export const IconOdtRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtRounded as default } diff --git a/src/IconOdtRoundedFilled.tsx b/src/IconOdtRoundedFilled.tsx index d9461d89f..6807d2ede 100644 --- a/src/IconOdtRoundedFilled.tsx +++ b/src/IconOdtRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOdtRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtRoundedFilled as default } diff --git a/src/IconOdtSharp.tsx b/src/IconOdtSharp.tsx index a07783d54..74959dd6e 100644 --- a/src/IconOdtSharp.tsx +++ b/src/IconOdtSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtSharp: React.FC = ({ ...props }) => ( +export const IconOdtSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtSharp as default } diff --git a/src/IconOdtSharpFilled.tsx b/src/IconOdtSharpFilled.tsx index ce2674012..cd3e35e39 100644 --- a/src/IconOdtSharpFilled.tsx +++ b/src/IconOdtSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOdtSharpFilled: React.FC = ({ ...props }) => ( +export const IconOdtSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOdtSharpFilled as default } diff --git a/src/IconOfflineBoltOutlined.tsx b/src/IconOfflineBoltOutlined.tsx index 1e24010e2..0e943657f 100644 --- a/src/IconOfflineBoltOutlined.tsx +++ b/src/IconOfflineBoltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltOutlined: React.FC = ({ ...props }) => ( +export const IconOfflineBoltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltOutlined as default } diff --git a/src/IconOfflineBoltOutlinedFilled.tsx b/src/IconOfflineBoltOutlinedFilled.tsx index eaf1ab027..1b24b98fa 100644 --- a/src/IconOfflineBoltOutlinedFilled.tsx +++ b/src/IconOfflineBoltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOfflineBoltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltOutlinedFilled as default } diff --git a/src/IconOfflineBoltRounded.tsx b/src/IconOfflineBoltRounded.tsx index a22ede92a..8a981f2cd 100644 --- a/src/IconOfflineBoltRounded.tsx +++ b/src/IconOfflineBoltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltRounded: React.FC = ({ ...props }) => ( +export const IconOfflineBoltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltRounded as default } diff --git a/src/IconOfflineBoltRoundedFilled.tsx b/src/IconOfflineBoltRoundedFilled.tsx index 95e01e055..773d33aaf 100644 --- a/src/IconOfflineBoltRoundedFilled.tsx +++ b/src/IconOfflineBoltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOfflineBoltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltRoundedFilled as default } diff --git a/src/IconOfflineBoltSharp.tsx b/src/IconOfflineBoltSharp.tsx index b1858f1b8..111db6c32 100644 --- a/src/IconOfflineBoltSharp.tsx +++ b/src/IconOfflineBoltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltSharp: React.FC = ({ ...props }) => ( +export const IconOfflineBoltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltSharp as default } diff --git a/src/IconOfflineBoltSharpFilled.tsx b/src/IconOfflineBoltSharpFilled.tsx index 995f62878..1709b24a7 100644 --- a/src/IconOfflineBoltSharpFilled.tsx +++ b/src/IconOfflineBoltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineBoltSharpFilled: React.FC = ({ ...props }) => ( +export const IconOfflineBoltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineBoltSharpFilled as default } diff --git a/src/IconOfflinePinOffOutlined.tsx b/src/IconOfflinePinOffOutlined.tsx index b5f8877e2..57b1d1dfe 100644 --- a/src/IconOfflinePinOffOutlined.tsx +++ b/src/IconOfflinePinOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffOutlined: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffOutlined as default } diff --git a/src/IconOfflinePinOffOutlinedFilled.tsx b/src/IconOfflinePinOffOutlinedFilled.tsx index 497cc59b2..1fa7a14a8 100644 --- a/src/IconOfflinePinOffOutlinedFilled.tsx +++ b/src/IconOfflinePinOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffOutlinedFilled as default } diff --git a/src/IconOfflinePinOffRounded.tsx b/src/IconOfflinePinOffRounded.tsx index 2ec2d2ab6..45c4cd15a 100644 --- a/src/IconOfflinePinOffRounded.tsx +++ b/src/IconOfflinePinOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffRounded: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffRounded as default } diff --git a/src/IconOfflinePinOffRoundedFilled.tsx b/src/IconOfflinePinOffRoundedFilled.tsx index b86ea71d0..eaae67785 100644 --- a/src/IconOfflinePinOffRoundedFilled.tsx +++ b/src/IconOfflinePinOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffRoundedFilled as default } diff --git a/src/IconOfflinePinOffSharp.tsx b/src/IconOfflinePinOffSharp.tsx index cf6171bf4..deb75ef6f 100644 --- a/src/IconOfflinePinOffSharp.tsx +++ b/src/IconOfflinePinOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffSharp: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffSharp as default } diff --git a/src/IconOfflinePinOffSharpFilled.tsx b/src/IconOfflinePinOffSharpFilled.tsx index 1f2b6097d..0913092a4 100644 --- a/src/IconOfflinePinOffSharpFilled.tsx +++ b/src/IconOfflinePinOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOffSharpFilled as default } diff --git a/src/IconOfflinePinOutlined.tsx b/src/IconOfflinePinOutlined.tsx index a5bc7bfc0..1967743ef 100644 --- a/src/IconOfflinePinOutlined.tsx +++ b/src/IconOfflinePinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOutlined: React.FC = ({ ...props }) => ( +export const IconOfflinePinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOutlined as default } diff --git a/src/IconOfflinePinOutlinedFilled.tsx b/src/IconOfflinePinOutlinedFilled.tsx index baa9fec66..4b3a8265a 100644 --- a/src/IconOfflinePinOutlinedFilled.tsx +++ b/src/IconOfflinePinOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinOutlinedFilled as default } diff --git a/src/IconOfflinePinRounded.tsx b/src/IconOfflinePinRounded.tsx index 27824537f..64c3d458f 100644 --- a/src/IconOfflinePinRounded.tsx +++ b/src/IconOfflinePinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinRounded: React.FC = ({ ...props }) => ( +export const IconOfflinePinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflinePinRounded as default } diff --git a/src/IconOfflinePinRoundedFilled.tsx b/src/IconOfflinePinRoundedFilled.tsx index 47278096d..baeeb2d3f 100644 --- a/src/IconOfflinePinRoundedFilled.tsx +++ b/src/IconOfflinePinRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinRoundedFilled as default } diff --git a/src/IconOfflinePinSharp.tsx b/src/IconOfflinePinSharp.tsx index fdd0c5726..8bd0cc9a6 100644 --- a/src/IconOfflinePinSharp.tsx +++ b/src/IconOfflinePinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinSharp: React.FC = ({ ...props }) => ( +export const IconOfflinePinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflinePinSharp as default } diff --git a/src/IconOfflinePinSharpFilled.tsx b/src/IconOfflinePinSharpFilled.tsx index 2a34086b2..a6537281f 100644 --- a/src/IconOfflinePinSharpFilled.tsx +++ b/src/IconOfflinePinSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflinePinSharpFilled: React.FC = ({ ...props }) => ( +export const IconOfflinePinSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflinePinSharpFilled as default } diff --git a/src/IconOfflineShareOutlined.tsx b/src/IconOfflineShareOutlined.tsx index 5c445100b..ff0f9bef5 100644 --- a/src/IconOfflineShareOutlined.tsx +++ b/src/IconOfflineShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareOutlined: React.FC = ({ ...props }) => ( +export const IconOfflineShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineShareOutlined as default } diff --git a/src/IconOfflineShareOutlinedFilled.tsx b/src/IconOfflineShareOutlinedFilled.tsx index 1d2a2d3c0..2b3a8f8b5 100644 --- a/src/IconOfflineShareOutlinedFilled.tsx +++ b/src/IconOfflineShareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOfflineShareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineShareOutlinedFilled as default } diff --git a/src/IconOfflineShareRounded.tsx b/src/IconOfflineShareRounded.tsx index 56fefac7b..5079d4930 100644 --- a/src/IconOfflineShareRounded.tsx +++ b/src/IconOfflineShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareRounded: React.FC = ({ ...props }) => ( +export const IconOfflineShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineShareRounded as default } diff --git a/src/IconOfflineShareRoundedFilled.tsx b/src/IconOfflineShareRoundedFilled.tsx index cefb1dad4..9a846024e 100644 --- a/src/IconOfflineShareRoundedFilled.tsx +++ b/src/IconOfflineShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOfflineShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineShareRoundedFilled as default } diff --git a/src/IconOfflineShareSharp.tsx b/src/IconOfflineShareSharp.tsx index 916880e2a..7a7151327 100644 --- a/src/IconOfflineShareSharp.tsx +++ b/src/IconOfflineShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareSharp: React.FC = ({ ...props }) => ( +export const IconOfflineShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOfflineShareSharp as default } diff --git a/src/IconOfflineShareSharpFilled.tsx b/src/IconOfflineShareSharpFilled.tsx index 4e36a2d0d..904af9f50 100644 --- a/src/IconOfflineShareSharpFilled.tsx +++ b/src/IconOfflineShareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOfflineShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconOfflineShareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOfflineShareSharpFilled as default } diff --git a/src/IconOilBarrelOutlined.tsx b/src/IconOilBarrelOutlined.tsx index 8c23d4069..ead2bf9a5 100644 --- a/src/IconOilBarrelOutlined.tsx +++ b/src/IconOilBarrelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelOutlined: React.FC = ({ ...props }) => ( +export const IconOilBarrelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOilBarrelOutlined as default } diff --git a/src/IconOilBarrelOutlinedFilled.tsx b/src/IconOilBarrelOutlinedFilled.tsx index 17ebf60f2..74c195034 100644 --- a/src/IconOilBarrelOutlinedFilled.tsx +++ b/src/IconOilBarrelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOilBarrelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOilBarrelOutlinedFilled as default } diff --git a/src/IconOilBarrelRounded.tsx b/src/IconOilBarrelRounded.tsx index 475a517f9..a6028ca6e 100644 --- a/src/IconOilBarrelRounded.tsx +++ b/src/IconOilBarrelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelRounded: React.FC = ({ ...props }) => ( +export const IconOilBarrelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOilBarrelRounded as default } diff --git a/src/IconOilBarrelRoundedFilled.tsx b/src/IconOilBarrelRoundedFilled.tsx index 4f5e3e088..9d51adfda 100644 --- a/src/IconOilBarrelRoundedFilled.tsx +++ b/src/IconOilBarrelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOilBarrelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOilBarrelRoundedFilled as default } diff --git a/src/IconOilBarrelSharp.tsx b/src/IconOilBarrelSharp.tsx index 39ef0febb..87cb097b5 100644 --- a/src/IconOilBarrelSharp.tsx +++ b/src/IconOilBarrelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelSharp: React.FC = ({ ...props }) => ( +export const IconOilBarrelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOilBarrelSharp as default } diff --git a/src/IconOilBarrelSharpFilled.tsx b/src/IconOilBarrelSharpFilled.tsx index 535990c0b..d0581ebc8 100644 --- a/src/IconOilBarrelSharpFilled.tsx +++ b/src/IconOilBarrelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOilBarrelSharpFilled: React.FC = ({ ...props }) => ( +export const IconOilBarrelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOilBarrelSharpFilled as default } diff --git a/src/IconOnDeviceTrainingOutlined.tsx b/src/IconOnDeviceTrainingOutlined.tsx index 37f40b53a..135b69a14 100644 --- a/src/IconOnDeviceTrainingOutlined.tsx +++ b/src/IconOnDeviceTrainingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingOutlined: React.FC = ({ ...props }) => ( +export const IconOnDeviceTrainingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnDeviceTrainingOutlined as default } diff --git a/src/IconOnDeviceTrainingOutlinedFilled.tsx b/src/IconOnDeviceTrainingOutlinedFilled.tsx index 361ce31e4..86fc7555c 100644 --- a/src/IconOnDeviceTrainingOutlinedFilled.tsx +++ b/src/IconOnDeviceTrainingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingOutlinedFilled: React.FC = ({ +export const IconOnDeviceTrainingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOnDeviceTrainingOutlinedFilled: React.FC = ({ ) - -export { IconOnDeviceTrainingOutlinedFilled as default } diff --git a/src/IconOnDeviceTrainingRounded.tsx b/src/IconOnDeviceTrainingRounded.tsx index 3f269a183..d5bfe34a6 100644 --- a/src/IconOnDeviceTrainingRounded.tsx +++ b/src/IconOnDeviceTrainingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingRounded: React.FC = ({ ...props }) => ( +export const IconOnDeviceTrainingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnDeviceTrainingRounded as default } diff --git a/src/IconOnDeviceTrainingRoundedFilled.tsx b/src/IconOnDeviceTrainingRoundedFilled.tsx index 3b68583f8..f736d5b00 100644 --- a/src/IconOnDeviceTrainingRoundedFilled.tsx +++ b/src/IconOnDeviceTrainingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingRoundedFilled: React.FC = ({ +export const IconOnDeviceTrainingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOnDeviceTrainingRoundedFilled: React.FC = ({ ) - -export { IconOnDeviceTrainingRoundedFilled as default } diff --git a/src/IconOnDeviceTrainingSharp.tsx b/src/IconOnDeviceTrainingSharp.tsx index c4848a2d8..778589a6f 100644 --- a/src/IconOnDeviceTrainingSharp.tsx +++ b/src/IconOnDeviceTrainingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingSharp: React.FC = ({ ...props }) => ( +export const IconOnDeviceTrainingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnDeviceTrainingSharp as default } diff --git a/src/IconOnDeviceTrainingSharpFilled.tsx b/src/IconOnDeviceTrainingSharpFilled.tsx index 6ea642446..9304555d9 100644 --- a/src/IconOnDeviceTrainingSharpFilled.tsx +++ b/src/IconOnDeviceTrainingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnDeviceTrainingSharpFilled: React.FC = ({ ...props }) => ( +export const IconOnDeviceTrainingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnDeviceTrainingSharpFilled as default } diff --git a/src/IconOnHubDeviceOutlined.tsx b/src/IconOnHubDeviceOutlined.tsx index dc709d1c2..53665e4e0 100644 --- a/src/IconOnHubDeviceOutlined.tsx +++ b/src/IconOnHubDeviceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceOutlined: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceOutlined as default } diff --git a/src/IconOnHubDeviceOutlinedFilled.tsx b/src/IconOnHubDeviceOutlinedFilled.tsx index c445848a3..c65be85a3 100644 --- a/src/IconOnHubDeviceOutlinedFilled.tsx +++ b/src/IconOnHubDeviceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceOutlinedFilled as default } diff --git a/src/IconOnHubDeviceRounded.tsx b/src/IconOnHubDeviceRounded.tsx index 3c94651c5..22289ba18 100644 --- a/src/IconOnHubDeviceRounded.tsx +++ b/src/IconOnHubDeviceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceRounded: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceRounded as default } diff --git a/src/IconOnHubDeviceRoundedFilled.tsx b/src/IconOnHubDeviceRoundedFilled.tsx index 42408b04f..78808f5f2 100644 --- a/src/IconOnHubDeviceRoundedFilled.tsx +++ b/src/IconOnHubDeviceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceRoundedFilled as default } diff --git a/src/IconOnHubDeviceSharp.tsx b/src/IconOnHubDeviceSharp.tsx index c9e6be18b..9e060c522 100644 --- a/src/IconOnHubDeviceSharp.tsx +++ b/src/IconOnHubDeviceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceSharp: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceSharp as default } diff --git a/src/IconOnHubDeviceSharpFilled.tsx b/src/IconOnHubDeviceSharpFilled.tsx index 5618979a8..5c61a23db 100644 --- a/src/IconOnHubDeviceSharpFilled.tsx +++ b/src/IconOnHubDeviceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnHubDeviceSharpFilled: React.FC = ({ ...props }) => ( +export const IconOnHubDeviceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnHubDeviceSharpFilled as default } diff --git a/src/IconOncologyOutlined.tsx b/src/IconOncologyOutlined.tsx index 4c5ff67d8..0322b3c1a 100644 --- a/src/IconOncologyOutlined.tsx +++ b/src/IconOncologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOncologyOutlined: React.FC = ({ ...props }) => ( +export const IconOncologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOncologyOutlined as default } diff --git a/src/IconOncologyOutlinedFilled.tsx b/src/IconOncologyOutlinedFilled.tsx index 5b997b2c4..9964e23f6 100644 --- a/src/IconOncologyOutlinedFilled.tsx +++ b/src/IconOncologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOncologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOncologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOncologyOutlinedFilled as default } diff --git a/src/IconOncologyRounded.tsx b/src/IconOncologyRounded.tsx index da2367591..24a104cbb 100644 --- a/src/IconOncologyRounded.tsx +++ b/src/IconOncologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOncologyRounded: React.FC = ({ ...props }) => ( +export const IconOncologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOncologyRounded as default } diff --git a/src/IconOncologyRoundedFilled.tsx b/src/IconOncologyRoundedFilled.tsx index 1a251e7bb..c0e38a26b 100644 --- a/src/IconOncologyRoundedFilled.tsx +++ b/src/IconOncologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOncologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOncologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOncologyRoundedFilled as default } diff --git a/src/IconOncologySharp.tsx b/src/IconOncologySharp.tsx index 7ca5c7d59..59abb3b5e 100644 --- a/src/IconOncologySharp.tsx +++ b/src/IconOncologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOncologySharp: React.FC = ({ ...props }) => ( +export const IconOncologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOncologySharp as default } diff --git a/src/IconOncologySharpFilled.tsx b/src/IconOncologySharpFilled.tsx index 97ae0a605..ed0b5316f 100644 --- a/src/IconOncologySharpFilled.tsx +++ b/src/IconOncologySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOncologySharpFilled: React.FC = ({ ...props }) => ( +export const IconOncologySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOncologySharpFilled as default } diff --git a/src/IconOnlinePredictionOutlined.tsx b/src/IconOnlinePredictionOutlined.tsx index 169f4b00e..aea9db241 100644 --- a/src/IconOnlinePredictionOutlined.tsx +++ b/src/IconOnlinePredictionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionOutlined: React.FC = ({ ...props }) => ( +export const IconOnlinePredictionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnlinePredictionOutlined as default } diff --git a/src/IconOnlinePredictionOutlinedFilled.tsx b/src/IconOnlinePredictionOutlinedFilled.tsx index 4552765e1..ad9db4e22 100644 --- a/src/IconOnlinePredictionOutlinedFilled.tsx +++ b/src/IconOnlinePredictionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionOutlinedFilled: React.FC = ({ +export const IconOnlinePredictionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOnlinePredictionOutlinedFilled: React.FC = ({ ) - -export { IconOnlinePredictionOutlinedFilled as default } diff --git a/src/IconOnlinePredictionRounded.tsx b/src/IconOnlinePredictionRounded.tsx index 67b666bcd..f313d7fea 100644 --- a/src/IconOnlinePredictionRounded.tsx +++ b/src/IconOnlinePredictionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionRounded: React.FC = ({ ...props }) => ( +export const IconOnlinePredictionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnlinePredictionRounded as default } diff --git a/src/IconOnlinePredictionRoundedFilled.tsx b/src/IconOnlinePredictionRoundedFilled.tsx index b3141e0e2..ca8ba3e5d 100644 --- a/src/IconOnlinePredictionRoundedFilled.tsx +++ b/src/IconOnlinePredictionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionRoundedFilled: React.FC = ({ +export const IconOnlinePredictionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOnlinePredictionRoundedFilled: React.FC = ({ ) - -export { IconOnlinePredictionRoundedFilled as default } diff --git a/src/IconOnlinePredictionSharp.tsx b/src/IconOnlinePredictionSharp.tsx index 790a7ea4e..d8f309a3b 100644 --- a/src/IconOnlinePredictionSharp.tsx +++ b/src/IconOnlinePredictionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionSharp: React.FC = ({ ...props }) => ( +export const IconOnlinePredictionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnlinePredictionSharp as default } diff --git a/src/IconOnlinePredictionSharpFilled.tsx b/src/IconOnlinePredictionSharpFilled.tsx index 64b6c8729..3ecd095dd 100644 --- a/src/IconOnlinePredictionSharpFilled.tsx +++ b/src/IconOnlinePredictionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOnlinePredictionSharpFilled: React.FC = ({ ...props }) => ( +export const IconOnlinePredictionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOnlinePredictionSharpFilled as default } diff --git a/src/IconOnsenOutlined.tsx b/src/IconOnsenOutlined.tsx index 1a8f576a1..e9db1c6e7 100644 --- a/src/IconOnsenOutlined.tsx +++ b/src/IconOnsenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenOutlined: React.FC = ({ ...props }) => ( +export const IconOnsenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenOutlined as default } diff --git a/src/IconOnsenOutlinedFilled.tsx b/src/IconOnsenOutlinedFilled.tsx index 206413fd5..40925aca2 100644 --- a/src/IconOnsenOutlinedFilled.tsx +++ b/src/IconOnsenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOnsenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenOutlinedFilled as default } diff --git a/src/IconOnsenRounded.tsx b/src/IconOnsenRounded.tsx index 2c0bdebc1..721fbf45c 100644 --- a/src/IconOnsenRounded.tsx +++ b/src/IconOnsenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenRounded: React.FC = ({ ...props }) => ( +export const IconOnsenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenRounded as default } diff --git a/src/IconOnsenRoundedFilled.tsx b/src/IconOnsenRoundedFilled.tsx index 92cf8864f..735c80fc9 100644 --- a/src/IconOnsenRoundedFilled.tsx +++ b/src/IconOnsenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOnsenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenRoundedFilled as default } diff --git a/src/IconOnsenSharp.tsx b/src/IconOnsenSharp.tsx index a232d417c..a340477c4 100644 --- a/src/IconOnsenSharp.tsx +++ b/src/IconOnsenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenSharp: React.FC = ({ ...props }) => ( +export const IconOnsenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenSharp as default } diff --git a/src/IconOnsenSharpFilled.tsx b/src/IconOnsenSharpFilled.tsx index fcfaa8d98..25cb26a96 100644 --- a/src/IconOnsenSharpFilled.tsx +++ b/src/IconOnsenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOnsenSharpFilled: React.FC = ({ ...props }) => ( +export const IconOnsenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOnsenSharpFilled as default } diff --git a/src/IconOpacityOutlined.tsx b/src/IconOpacityOutlined.tsx index baa80c188..a80def9e4 100644 --- a/src/IconOpacityOutlined.tsx +++ b/src/IconOpacityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpacityOutlined: React.FC = ({ ...props }) => ( +export const IconOpacityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpacityOutlined as default } diff --git a/src/IconOpacityOutlinedFilled.tsx b/src/IconOpacityOutlinedFilled.tsx index 78374b8a1..a21daa95c 100644 --- a/src/IconOpacityOutlinedFilled.tsx +++ b/src/IconOpacityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpacityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpacityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpacityOutlinedFilled as default } diff --git a/src/IconOpacityRounded.tsx b/src/IconOpacityRounded.tsx index e1e906e43..425fef95c 100644 --- a/src/IconOpacityRounded.tsx +++ b/src/IconOpacityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpacityRounded: React.FC = ({ ...props }) => ( +export const IconOpacityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpacityRounded as default } diff --git a/src/IconOpacityRoundedFilled.tsx b/src/IconOpacityRoundedFilled.tsx index 28f89c98e..c4c552bc7 100644 --- a/src/IconOpacityRoundedFilled.tsx +++ b/src/IconOpacityRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpacityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpacityRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpacityRoundedFilled as default } diff --git a/src/IconOpacitySharp.tsx b/src/IconOpacitySharp.tsx index 22e88c554..8d969e336 100644 --- a/src/IconOpacitySharp.tsx +++ b/src/IconOpacitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpacitySharp: React.FC = ({ ...props }) => ( +export const IconOpacitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpacitySharp as default } diff --git a/src/IconOpacitySharpFilled.tsx b/src/IconOpacitySharpFilled.tsx index b0190b767..1280289c0 100644 --- a/src/IconOpacitySharpFilled.tsx +++ b/src/IconOpacitySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpacitySharpFilled: React.FC = ({ ...props }) => ( +export const IconOpacitySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpacitySharpFilled as default } diff --git a/src/IconOpenInBrowserOutlined.tsx b/src/IconOpenInBrowserOutlined.tsx index fc5168ad3..b6c31c751 100644 --- a/src/IconOpenInBrowserOutlined.tsx +++ b/src/IconOpenInBrowserOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserOutlined as default } diff --git a/src/IconOpenInBrowserOutlinedFilled.tsx b/src/IconOpenInBrowserOutlinedFilled.tsx index cce115f69..76a5ded36 100644 --- a/src/IconOpenInBrowserOutlinedFilled.tsx +++ b/src/IconOpenInBrowserOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserOutlinedFilled as default } diff --git a/src/IconOpenInBrowserRounded.tsx b/src/IconOpenInBrowserRounded.tsx index e836369e5..5d1137079 100644 --- a/src/IconOpenInBrowserRounded.tsx +++ b/src/IconOpenInBrowserRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserRounded: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserRounded as default } diff --git a/src/IconOpenInBrowserRoundedFilled.tsx b/src/IconOpenInBrowserRoundedFilled.tsx index 5cb67c3c3..9ace68a35 100644 --- a/src/IconOpenInBrowserRoundedFilled.tsx +++ b/src/IconOpenInBrowserRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserRoundedFilled as default } diff --git a/src/IconOpenInBrowserSharp.tsx b/src/IconOpenInBrowserSharp.tsx index 55b55841f..90ac73086 100644 --- a/src/IconOpenInBrowserSharp.tsx +++ b/src/IconOpenInBrowserSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserSharp: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserSharp as default } diff --git a/src/IconOpenInBrowserSharpFilled.tsx b/src/IconOpenInBrowserSharpFilled.tsx index f0d9927ea..54870ed08 100644 --- a/src/IconOpenInBrowserSharpFilled.tsx +++ b/src/IconOpenInBrowserSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInBrowserSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInBrowserSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInBrowserSharpFilled as default } diff --git a/src/IconOpenInFullOutlined.tsx b/src/IconOpenInFullOutlined.tsx index 2c7bdc05c..6eb6f90e7 100644 --- a/src/IconOpenInFullOutlined.tsx +++ b/src/IconOpenInFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInFullOutlined as default } diff --git a/src/IconOpenInFullOutlinedFilled.tsx b/src/IconOpenInFullOutlinedFilled.tsx index 1f139edd7..6fd35c473 100644 --- a/src/IconOpenInFullOutlinedFilled.tsx +++ b/src/IconOpenInFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInFullOutlinedFilled as default } diff --git a/src/IconOpenInFullRounded.tsx b/src/IconOpenInFullRounded.tsx index 3e4f1371c..ad822b006 100644 --- a/src/IconOpenInFullRounded.tsx +++ b/src/IconOpenInFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullRounded: React.FC = ({ ...props }) => ( +export const IconOpenInFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInFullRounded as default } diff --git a/src/IconOpenInFullRoundedFilled.tsx b/src/IconOpenInFullRoundedFilled.tsx index 0f91535ef..0415d5670 100644 --- a/src/IconOpenInFullRoundedFilled.tsx +++ b/src/IconOpenInFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInFullRoundedFilled as default } diff --git a/src/IconOpenInFullSharp.tsx b/src/IconOpenInFullSharp.tsx index 124533b62..58929b843 100644 --- a/src/IconOpenInFullSharp.tsx +++ b/src/IconOpenInFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullSharp: React.FC = ({ ...props }) => ( +export const IconOpenInFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInFullSharp as default } diff --git a/src/IconOpenInFullSharpFilled.tsx b/src/IconOpenInFullSharpFilled.tsx index d7b1dbe37..1669b09e7 100644 --- a/src/IconOpenInFullSharpFilled.tsx +++ b/src/IconOpenInFullSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInFullSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInFullSharpFilled as default } diff --git a/src/IconOpenInNewDownOutlined.tsx b/src/IconOpenInNewDownOutlined.tsx index 8b2323a52..38d3d5630 100644 --- a/src/IconOpenInNewDownOutlined.tsx +++ b/src/IconOpenInNewDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownOutlined as default } diff --git a/src/IconOpenInNewDownOutlinedFilled.tsx b/src/IconOpenInNewDownOutlinedFilled.tsx index 4cc65b92e..aaa01ca7a 100644 --- a/src/IconOpenInNewDownOutlinedFilled.tsx +++ b/src/IconOpenInNewDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownOutlinedFilled as default } diff --git a/src/IconOpenInNewDownRounded.tsx b/src/IconOpenInNewDownRounded.tsx index c437c58e9..abfc466d0 100644 --- a/src/IconOpenInNewDownRounded.tsx +++ b/src/IconOpenInNewDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownRounded: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownRounded as default } diff --git a/src/IconOpenInNewDownRoundedFilled.tsx b/src/IconOpenInNewDownRoundedFilled.tsx index a7b4f0840..0e1067f6e 100644 --- a/src/IconOpenInNewDownRoundedFilled.tsx +++ b/src/IconOpenInNewDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownRoundedFilled as default } diff --git a/src/IconOpenInNewDownSharp.tsx b/src/IconOpenInNewDownSharp.tsx index 7ef755a34..69e5d080c 100644 --- a/src/IconOpenInNewDownSharp.tsx +++ b/src/IconOpenInNewDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownSharp: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownSharp as default } diff --git a/src/IconOpenInNewDownSharpFilled.tsx b/src/IconOpenInNewDownSharpFilled.tsx index b27d040f1..5e4f81c12 100644 --- a/src/IconOpenInNewDownSharpFilled.tsx +++ b/src/IconOpenInNewDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewDownSharpFilled as default } diff --git a/src/IconOpenInNewOffOutlined.tsx b/src/IconOpenInNewOffOutlined.tsx index 5eb492e58..1ca202422 100644 --- a/src/IconOpenInNewOffOutlined.tsx +++ b/src/IconOpenInNewOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffOutlined as default } diff --git a/src/IconOpenInNewOffOutlinedFilled.tsx b/src/IconOpenInNewOffOutlinedFilled.tsx index 3e5ece2a5..0788e22d0 100644 --- a/src/IconOpenInNewOffOutlinedFilled.tsx +++ b/src/IconOpenInNewOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffOutlinedFilled as default } diff --git a/src/IconOpenInNewOffRounded.tsx b/src/IconOpenInNewOffRounded.tsx index 435aa41c3..73eb1f05e 100644 --- a/src/IconOpenInNewOffRounded.tsx +++ b/src/IconOpenInNewOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffRounded: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffRounded as default } diff --git a/src/IconOpenInNewOffRoundedFilled.tsx b/src/IconOpenInNewOffRoundedFilled.tsx index 8fca9661a..da4e13ccc 100644 --- a/src/IconOpenInNewOffRoundedFilled.tsx +++ b/src/IconOpenInNewOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffRoundedFilled as default } diff --git a/src/IconOpenInNewOffSharp.tsx b/src/IconOpenInNewOffSharp.tsx index 8787c3bb4..ec87f4dcf 100644 --- a/src/IconOpenInNewOffSharp.tsx +++ b/src/IconOpenInNewOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffSharp: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffSharp as default } diff --git a/src/IconOpenInNewOffSharpFilled.tsx b/src/IconOpenInNewOffSharpFilled.tsx index f6e7f71ee..8209f8a95 100644 --- a/src/IconOpenInNewOffSharpFilled.tsx +++ b/src/IconOpenInNewOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOffSharpFilled as default } diff --git a/src/IconOpenInNewOutlined.tsx b/src/IconOpenInNewOutlined.tsx index 0d32314ea..e295ead3b 100644 --- a/src/IconOpenInNewOutlined.tsx +++ b/src/IconOpenInNewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInNewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOutlined as default } diff --git a/src/IconOpenInNewOutlinedFilled.tsx b/src/IconOpenInNewOutlinedFilled.tsx index 758ffca89..0918b9366 100644 --- a/src/IconOpenInNewOutlinedFilled.tsx +++ b/src/IconOpenInNewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewOutlinedFilled as default } diff --git a/src/IconOpenInNewRounded.tsx b/src/IconOpenInNewRounded.tsx index b7708007c..25ae5d0ad 100644 --- a/src/IconOpenInNewRounded.tsx +++ b/src/IconOpenInNewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewRounded: React.FC = ({ ...props }) => ( +export const IconOpenInNewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewRounded as default } diff --git a/src/IconOpenInNewRoundedFilled.tsx b/src/IconOpenInNewRoundedFilled.tsx index 874e54613..ba7501137 100644 --- a/src/IconOpenInNewRoundedFilled.tsx +++ b/src/IconOpenInNewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInNewRoundedFilled as default } diff --git a/src/IconOpenInNewSharp.tsx b/src/IconOpenInNewSharp.tsx index a6cf5a9b8..eca08ce1c 100644 --- a/src/IconOpenInNewSharp.tsx +++ b/src/IconOpenInNewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewSharp: React.FC = ({ ...props }) => ( +export const IconOpenInNewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewSharp as default } diff --git a/src/IconOpenInNewSharpFilled.tsx b/src/IconOpenInNewSharpFilled.tsx index 6d478b406..d3eb34385 100644 --- a/src/IconOpenInNewSharpFilled.tsx +++ b/src/IconOpenInNewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInNewSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInNewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInNewSharpFilled as default } diff --git a/src/IconOpenInPhoneOutlined.tsx b/src/IconOpenInPhoneOutlined.tsx index b72a25ca7..36841f533 100644 --- a/src/IconOpenInPhoneOutlined.tsx +++ b/src/IconOpenInPhoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneOutlined: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneOutlined as default } diff --git a/src/IconOpenInPhoneOutlinedFilled.tsx b/src/IconOpenInPhoneOutlinedFilled.tsx index 8759de3da..5fb5ea238 100644 --- a/src/IconOpenInPhoneOutlinedFilled.tsx +++ b/src/IconOpenInPhoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneOutlinedFilled as default } diff --git a/src/IconOpenInPhoneRounded.tsx b/src/IconOpenInPhoneRounded.tsx index 35d459a51..b7a2af1fa 100644 --- a/src/IconOpenInPhoneRounded.tsx +++ b/src/IconOpenInPhoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneRounded: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneRounded as default } diff --git a/src/IconOpenInPhoneRoundedFilled.tsx b/src/IconOpenInPhoneRoundedFilled.tsx index bbe6f32e0..97aa5f9c5 100644 --- a/src/IconOpenInPhoneRoundedFilled.tsx +++ b/src/IconOpenInPhoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneRoundedFilled as default } diff --git a/src/IconOpenInPhoneSharp.tsx b/src/IconOpenInPhoneSharp.tsx index e81c1c478..4749871b4 100644 --- a/src/IconOpenInPhoneSharp.tsx +++ b/src/IconOpenInPhoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneSharp: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneSharp as default } diff --git a/src/IconOpenInPhoneSharpFilled.tsx b/src/IconOpenInPhoneSharpFilled.tsx index 377b834e2..895241cf1 100644 --- a/src/IconOpenInPhoneSharpFilled.tsx +++ b/src/IconOpenInPhoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenInPhoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenInPhoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenInPhoneSharpFilled as default } diff --git a/src/IconOpenJamOutlined.tsx b/src/IconOpenJamOutlined.tsx index dfc338273..0d4a6dd18 100644 --- a/src/IconOpenJamOutlined.tsx +++ b/src/IconOpenJamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamOutlined: React.FC = ({ ...props }) => ( +export const IconOpenJamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenJamOutlined as default } diff --git a/src/IconOpenJamOutlinedFilled.tsx b/src/IconOpenJamOutlinedFilled.tsx index 89e91b77f..372ff9a95 100644 --- a/src/IconOpenJamOutlinedFilled.tsx +++ b/src/IconOpenJamOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenJamOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenJamOutlinedFilled as default } diff --git a/src/IconOpenJamRounded.tsx b/src/IconOpenJamRounded.tsx index eb6c9da05..0dfc89a00 100644 --- a/src/IconOpenJamRounded.tsx +++ b/src/IconOpenJamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamRounded: React.FC = ({ ...props }) => ( +export const IconOpenJamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenJamRounded as default } diff --git a/src/IconOpenJamRoundedFilled.tsx b/src/IconOpenJamRoundedFilled.tsx index 4786fb2d7..f757a691b 100644 --- a/src/IconOpenJamRoundedFilled.tsx +++ b/src/IconOpenJamRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenJamRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenJamRoundedFilled as default } diff --git a/src/IconOpenJamSharp.tsx b/src/IconOpenJamSharp.tsx index bfbc91f3a..16d8eff07 100644 --- a/src/IconOpenJamSharp.tsx +++ b/src/IconOpenJamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamSharp: React.FC = ({ ...props }) => ( +export const IconOpenJamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenJamSharp as default } diff --git a/src/IconOpenJamSharpFilled.tsx b/src/IconOpenJamSharpFilled.tsx index 35c7aebca..34cde1592 100644 --- a/src/IconOpenJamSharpFilled.tsx +++ b/src/IconOpenJamSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenJamSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenJamSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenJamSharpFilled as default } diff --git a/src/IconOpenRunOutlined.tsx b/src/IconOpenRunOutlined.tsx index eb5038c17..e098b0d99 100644 --- a/src/IconOpenRunOutlined.tsx +++ b/src/IconOpenRunOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunOutlined: React.FC = ({ ...props }) => ( +export const IconOpenRunOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenRunOutlined as default } diff --git a/src/IconOpenRunOutlinedFilled.tsx b/src/IconOpenRunOutlinedFilled.tsx index 4fc7c2304..e15ae90cf 100644 --- a/src/IconOpenRunOutlinedFilled.tsx +++ b/src/IconOpenRunOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenRunOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenRunOutlinedFilled as default } diff --git a/src/IconOpenRunRounded.tsx b/src/IconOpenRunRounded.tsx index 5a3f14591..6c2516f27 100644 --- a/src/IconOpenRunRounded.tsx +++ b/src/IconOpenRunRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunRounded: React.FC = ({ ...props }) => ( +export const IconOpenRunRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenRunRounded as default } diff --git a/src/IconOpenRunRoundedFilled.tsx b/src/IconOpenRunRoundedFilled.tsx index bdb9fefc0..f78230d92 100644 --- a/src/IconOpenRunRoundedFilled.tsx +++ b/src/IconOpenRunRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenRunRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenRunRoundedFilled as default } diff --git a/src/IconOpenRunSharp.tsx b/src/IconOpenRunSharp.tsx index 2bcfbda77..427770214 100644 --- a/src/IconOpenRunSharp.tsx +++ b/src/IconOpenRunSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunSharp: React.FC = ({ ...props }) => ( +export const IconOpenRunSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenRunSharp as default } diff --git a/src/IconOpenRunSharpFilled.tsx b/src/IconOpenRunSharpFilled.tsx index fb603bee0..64db24adb 100644 --- a/src/IconOpenRunSharpFilled.tsx +++ b/src/IconOpenRunSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenRunSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenRunSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenRunSharpFilled as default } diff --git a/src/IconOpenWithOutlined.tsx b/src/IconOpenWithOutlined.tsx index e45170250..6f43ed044 100644 --- a/src/IconOpenWithOutlined.tsx +++ b/src/IconOpenWithOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithOutlined: React.FC = ({ ...props }) => ( +export const IconOpenWithOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenWithOutlined as default } diff --git a/src/IconOpenWithOutlinedFilled.tsx b/src/IconOpenWithOutlinedFilled.tsx index 26b6f3554..bc21e1734 100644 --- a/src/IconOpenWithOutlinedFilled.tsx +++ b/src/IconOpenWithOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOpenWithOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenWithOutlinedFilled as default } diff --git a/src/IconOpenWithRounded.tsx b/src/IconOpenWithRounded.tsx index fa4eca060..996ef58cd 100644 --- a/src/IconOpenWithRounded.tsx +++ b/src/IconOpenWithRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithRounded: React.FC = ({ ...props }) => ( +export const IconOpenWithRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenWithRounded as default } diff --git a/src/IconOpenWithRoundedFilled.tsx b/src/IconOpenWithRoundedFilled.tsx index 52ca8fa8b..908890c08 100644 --- a/src/IconOpenWithRoundedFilled.tsx +++ b/src/IconOpenWithRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOpenWithRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOpenWithRoundedFilled as default } diff --git a/src/IconOpenWithSharp.tsx b/src/IconOpenWithSharp.tsx index 801d5b759..d870725e6 100644 --- a/src/IconOpenWithSharp.tsx +++ b/src/IconOpenWithSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithSharp: React.FC = ({ ...props }) => ( +export const IconOpenWithSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenWithSharp as default } diff --git a/src/IconOpenWithSharpFilled.tsx b/src/IconOpenWithSharpFilled.tsx index a638cef12..9310bf5fc 100644 --- a/src/IconOpenWithSharpFilled.tsx +++ b/src/IconOpenWithSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOpenWithSharpFilled: React.FC = ({ ...props }) => ( +export const IconOpenWithSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOpenWithSharpFilled as default } diff --git a/src/IconOphthalmologyOutlined.tsx b/src/IconOphthalmologyOutlined.tsx index 051467120..bfc97e968 100644 --- a/src/IconOphthalmologyOutlined.tsx +++ b/src/IconOphthalmologyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologyOutlined: React.FC = ({ ...props }) => ( +export const IconOphthalmologyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOphthalmologyOutlined as default } diff --git a/src/IconOphthalmologyOutlinedFilled.tsx b/src/IconOphthalmologyOutlinedFilled.tsx index 6197c7aa0..a2ae11a2b 100644 --- a/src/IconOphthalmologyOutlinedFilled.tsx +++ b/src/IconOphthalmologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOphthalmologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOphthalmologyOutlinedFilled as default } diff --git a/src/IconOphthalmologyRounded.tsx b/src/IconOphthalmologyRounded.tsx index 7f5916890..e56d97d5f 100644 --- a/src/IconOphthalmologyRounded.tsx +++ b/src/IconOphthalmologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologyRounded: React.FC = ({ ...props }) => ( +export const IconOphthalmologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOphthalmologyRounded as default } diff --git a/src/IconOphthalmologyRoundedFilled.tsx b/src/IconOphthalmologyRoundedFilled.tsx index f5f6cb14c..f60bed8de 100644 --- a/src/IconOphthalmologyRoundedFilled.tsx +++ b/src/IconOphthalmologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOphthalmologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOphthalmologyRoundedFilled as default } diff --git a/src/IconOphthalmologySharp.tsx b/src/IconOphthalmologySharp.tsx index 2cc74f4e9..1bb6e20ee 100644 --- a/src/IconOphthalmologySharp.tsx +++ b/src/IconOphthalmologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologySharp: React.FC = ({ ...props }) => ( +export const IconOphthalmologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOphthalmologySharp as default } diff --git a/src/IconOphthalmologySharpFilled.tsx b/src/IconOphthalmologySharpFilled.tsx index 0af0ec838..d57586493 100644 --- a/src/IconOphthalmologySharpFilled.tsx +++ b/src/IconOphthalmologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOphthalmologySharpFilled: React.FC = ({ ...props }) => ( +export const IconOphthalmologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOphthalmologySharpFilled as default } diff --git a/src/IconOralDiseaseOutlined.tsx b/src/IconOralDiseaseOutlined.tsx index 8dc91a76e..ad616ba4b 100644 --- a/src/IconOralDiseaseOutlined.tsx +++ b/src/IconOralDiseaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseOutlined: React.FC = ({ ...props }) => ( +export const IconOralDiseaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseOutlined as default } diff --git a/src/IconOralDiseaseOutlinedFilled.tsx b/src/IconOralDiseaseOutlinedFilled.tsx index ea00ef96b..d26905d19 100644 --- a/src/IconOralDiseaseOutlinedFilled.tsx +++ b/src/IconOralDiseaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOralDiseaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseOutlinedFilled as default } diff --git a/src/IconOralDiseaseRounded.tsx b/src/IconOralDiseaseRounded.tsx index 448c05f13..6f6fad844 100644 --- a/src/IconOralDiseaseRounded.tsx +++ b/src/IconOralDiseaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseRounded: React.FC = ({ ...props }) => ( +export const IconOralDiseaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseRounded as default } diff --git a/src/IconOralDiseaseRoundedFilled.tsx b/src/IconOralDiseaseRoundedFilled.tsx index f046b9d48..16ad7a82d 100644 --- a/src/IconOralDiseaseRoundedFilled.tsx +++ b/src/IconOralDiseaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOralDiseaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseRoundedFilled as default } diff --git a/src/IconOralDiseaseSharp.tsx b/src/IconOralDiseaseSharp.tsx index fabda7b58..493dcf394 100644 --- a/src/IconOralDiseaseSharp.tsx +++ b/src/IconOralDiseaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseSharp: React.FC = ({ ...props }) => ( +export const IconOralDiseaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseSharp as default } diff --git a/src/IconOralDiseaseSharpFilled.tsx b/src/IconOralDiseaseSharpFilled.tsx index 093fabd1c..c810eecf9 100644 --- a/src/IconOralDiseaseSharpFilled.tsx +++ b/src/IconOralDiseaseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOralDiseaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconOralDiseaseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOralDiseaseSharpFilled as default } diff --git a/src/IconOrbitOutlined.tsx b/src/IconOrbitOutlined.tsx index c9cb4a71c..d24a02c05 100644 --- a/src/IconOrbitOutlined.tsx +++ b/src/IconOrbitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitOutlined: React.FC = ({ ...props }) => ( +export const IconOrbitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitOutlined as default } diff --git a/src/IconOrbitOutlinedFilled.tsx b/src/IconOrbitOutlinedFilled.tsx index fdad0a3e6..3e2c3aee2 100644 --- a/src/IconOrbitOutlinedFilled.tsx +++ b/src/IconOrbitOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOrbitOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitOutlinedFilled as default } diff --git a/src/IconOrbitRounded.tsx b/src/IconOrbitRounded.tsx index 51ebc91f0..a87d07afd 100644 --- a/src/IconOrbitRounded.tsx +++ b/src/IconOrbitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitRounded: React.FC = ({ ...props }) => ( +export const IconOrbitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitRounded as default } diff --git a/src/IconOrbitRoundedFilled.tsx b/src/IconOrbitRoundedFilled.tsx index 1a364df32..21e475208 100644 --- a/src/IconOrbitRoundedFilled.tsx +++ b/src/IconOrbitRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOrbitRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitRoundedFilled as default } diff --git a/src/IconOrbitSharp.tsx b/src/IconOrbitSharp.tsx index e97a10949..5f7330f58 100644 --- a/src/IconOrbitSharp.tsx +++ b/src/IconOrbitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitSharp: React.FC = ({ ...props }) => ( +export const IconOrbitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitSharp as default } diff --git a/src/IconOrbitSharpFilled.tsx b/src/IconOrbitSharpFilled.tsx index 7c1c11800..eadbe82e0 100644 --- a/src/IconOrbitSharpFilled.tsx +++ b/src/IconOrbitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrbitSharpFilled: React.FC = ({ ...props }) => ( +export const IconOrbitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrbitSharpFilled as default } diff --git a/src/IconOrderApproveOutlined.tsx b/src/IconOrderApproveOutlined.tsx index ccaa35e04..826adf74d 100644 --- a/src/IconOrderApproveOutlined.tsx +++ b/src/IconOrderApproveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveOutlined: React.FC = ({ ...props }) => ( +export const IconOrderApproveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderApproveOutlined as default } diff --git a/src/IconOrderApproveOutlinedFilled.tsx b/src/IconOrderApproveOutlinedFilled.tsx index 840fcd4c3..04f136ee9 100644 --- a/src/IconOrderApproveOutlinedFilled.tsx +++ b/src/IconOrderApproveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOrderApproveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrderApproveOutlinedFilled as default } diff --git a/src/IconOrderApproveRounded.tsx b/src/IconOrderApproveRounded.tsx index 5302d8ffe..547d796bf 100644 --- a/src/IconOrderApproveRounded.tsx +++ b/src/IconOrderApproveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveRounded: React.FC = ({ ...props }) => ( +export const IconOrderApproveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderApproveRounded as default } diff --git a/src/IconOrderApproveRoundedFilled.tsx b/src/IconOrderApproveRoundedFilled.tsx index 4f90251f5..b460727b3 100644 --- a/src/IconOrderApproveRoundedFilled.tsx +++ b/src/IconOrderApproveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOrderApproveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrderApproveRoundedFilled as default } diff --git a/src/IconOrderApproveSharp.tsx b/src/IconOrderApproveSharp.tsx index 49332b9ec..e90dae74c 100644 --- a/src/IconOrderApproveSharp.tsx +++ b/src/IconOrderApproveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveSharp: React.FC = ({ ...props }) => ( +export const IconOrderApproveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderApproveSharp as default } diff --git a/src/IconOrderApproveSharpFilled.tsx b/src/IconOrderApproveSharpFilled.tsx index 32e100c76..c838752d6 100644 --- a/src/IconOrderApproveSharpFilled.tsx +++ b/src/IconOrderApproveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrderApproveSharpFilled: React.FC = ({ ...props }) => ( +export const IconOrderApproveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrderApproveSharpFilled as default } diff --git a/src/IconOrderPlayOutlined.tsx b/src/IconOrderPlayOutlined.tsx index bb1ed13a9..2af905f4c 100644 --- a/src/IconOrderPlayOutlined.tsx +++ b/src/IconOrderPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlayOutlined: React.FC = ({ ...props }) => ( +export const IconOrderPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderPlayOutlined as default } diff --git a/src/IconOrderPlayOutlinedFilled.tsx b/src/IconOrderPlayOutlinedFilled.tsx index 8d8c82e67..67d1f8dfc 100644 --- a/src/IconOrderPlayOutlinedFilled.tsx +++ b/src/IconOrderPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOrderPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrderPlayOutlinedFilled as default } diff --git a/src/IconOrderPlayRounded.tsx b/src/IconOrderPlayRounded.tsx index 30de46bbc..95cba8ef6 100644 --- a/src/IconOrderPlayRounded.tsx +++ b/src/IconOrderPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlayRounded: React.FC = ({ ...props }) => ( +export const IconOrderPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderPlayRounded as default } diff --git a/src/IconOrderPlayRoundedFilled.tsx b/src/IconOrderPlayRoundedFilled.tsx index 1ae6b6f90..bc7f2428a 100644 --- a/src/IconOrderPlayRoundedFilled.tsx +++ b/src/IconOrderPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOrderPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrderPlayRoundedFilled as default } diff --git a/src/IconOrderPlaySharp.tsx b/src/IconOrderPlaySharp.tsx index 3c06722b5..fdedcc354 100644 --- a/src/IconOrderPlaySharp.tsx +++ b/src/IconOrderPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlaySharp: React.FC = ({ ...props }) => ( +export const IconOrderPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderPlaySharp as default } diff --git a/src/IconOrderPlaySharpFilled.tsx b/src/IconOrderPlaySharpFilled.tsx index aead1466b..8ccd25c2b 100644 --- a/src/IconOrderPlaySharpFilled.tsx +++ b/src/IconOrderPlaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrderPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconOrderPlaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrderPlaySharpFilled as default } diff --git a/src/IconOrdersOutlined.tsx b/src/IconOrdersOutlined.tsx index e9de7aaa3..5c558529c 100644 --- a/src/IconOrdersOutlined.tsx +++ b/src/IconOrdersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersOutlined: React.FC = ({ ...props }) => ( +export const IconOrdersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersOutlined as default } diff --git a/src/IconOrdersOutlinedFilled.tsx b/src/IconOrdersOutlinedFilled.tsx index 5a0803e1c..1ccc79420 100644 --- a/src/IconOrdersOutlinedFilled.tsx +++ b/src/IconOrdersOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOrdersOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersOutlinedFilled as default } diff --git a/src/IconOrdersRounded.tsx b/src/IconOrdersRounded.tsx index f6180b2fd..aa8f06c1a 100644 --- a/src/IconOrdersRounded.tsx +++ b/src/IconOrdersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersRounded: React.FC = ({ ...props }) => ( +export const IconOrdersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersRounded as default } diff --git a/src/IconOrdersRoundedFilled.tsx b/src/IconOrdersRoundedFilled.tsx index 9289b587e..f78f81d46 100644 --- a/src/IconOrdersRoundedFilled.tsx +++ b/src/IconOrdersRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOrdersRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersRoundedFilled as default } diff --git a/src/IconOrdersSharp.tsx b/src/IconOrdersSharp.tsx index eb3b5740c..28a8564fe 100644 --- a/src/IconOrdersSharp.tsx +++ b/src/IconOrdersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersSharp: React.FC = ({ ...props }) => ( +export const IconOrdersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersSharp as default } diff --git a/src/IconOrdersSharpFilled.tsx b/src/IconOrdersSharpFilled.tsx index 2f658d177..b7114b4f2 100644 --- a/src/IconOrdersSharpFilled.tsx +++ b/src/IconOrdersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrdersSharpFilled: React.FC = ({ ...props }) => ( +export const IconOrdersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrdersSharpFilled as default } diff --git a/src/IconOrthopedicsOutlined.tsx b/src/IconOrthopedicsOutlined.tsx index 3356613a2..3d6c172a9 100644 --- a/src/IconOrthopedicsOutlined.tsx +++ b/src/IconOrthopedicsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsOutlined: React.FC = ({ ...props }) => ( +export const IconOrthopedicsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsOutlined as default } diff --git a/src/IconOrthopedicsOutlinedFilled.tsx b/src/IconOrthopedicsOutlinedFilled.tsx index 2ded1d634..cf23dbbc9 100644 --- a/src/IconOrthopedicsOutlinedFilled.tsx +++ b/src/IconOrthopedicsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOrthopedicsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsOutlinedFilled as default } diff --git a/src/IconOrthopedicsRounded.tsx b/src/IconOrthopedicsRounded.tsx index e31f07834..c8c93cd76 100644 --- a/src/IconOrthopedicsRounded.tsx +++ b/src/IconOrthopedicsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsRounded: React.FC = ({ ...props }) => ( +export const IconOrthopedicsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsRounded as default } diff --git a/src/IconOrthopedicsRoundedFilled.tsx b/src/IconOrthopedicsRoundedFilled.tsx index d3c0b4502..b22ddcb4e 100644 --- a/src/IconOrthopedicsRoundedFilled.tsx +++ b/src/IconOrthopedicsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOrthopedicsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsRoundedFilled as default } diff --git a/src/IconOrthopedicsSharp.tsx b/src/IconOrthopedicsSharp.tsx index 0c6339b37..9fcf5460e 100644 --- a/src/IconOrthopedicsSharp.tsx +++ b/src/IconOrthopedicsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsSharp: React.FC = ({ ...props }) => ( +export const IconOrthopedicsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsSharp as default } diff --git a/src/IconOrthopedicsSharpFilled.tsx b/src/IconOrthopedicsSharpFilled.tsx index e030f01b7..dcd2c3b85 100644 --- a/src/IconOrthopedicsSharpFilled.tsx +++ b/src/IconOrthopedicsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOrthopedicsSharpFilled: React.FC = ({ ...props }) => ( +export const IconOrthopedicsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOrthopedicsSharpFilled as default } diff --git a/src/IconOtherAdmissionOutlined.tsx b/src/IconOtherAdmissionOutlined.tsx index 8f245a511..53587994b 100644 --- a/src/IconOtherAdmissionOutlined.tsx +++ b/src/IconOtherAdmissionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionOutlined: React.FC = ({ ...props }) => ( +export const IconOtherAdmissionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherAdmissionOutlined as default } diff --git a/src/IconOtherAdmissionOutlinedFilled.tsx b/src/IconOtherAdmissionOutlinedFilled.tsx index da6f3ccb4..f22229ffc 100644 --- a/src/IconOtherAdmissionOutlinedFilled.tsx +++ b/src/IconOtherAdmissionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionOutlinedFilled: React.FC = ({ +export const IconOtherAdmissionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOtherAdmissionOutlinedFilled: React.FC = ({ ) - -export { IconOtherAdmissionOutlinedFilled as default } diff --git a/src/IconOtherAdmissionRounded.tsx b/src/IconOtherAdmissionRounded.tsx index 6290c26b8..7b74d3d77 100644 --- a/src/IconOtherAdmissionRounded.tsx +++ b/src/IconOtherAdmissionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionRounded: React.FC = ({ ...props }) => ( +export const IconOtherAdmissionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherAdmissionRounded as default } diff --git a/src/IconOtherAdmissionRoundedFilled.tsx b/src/IconOtherAdmissionRoundedFilled.tsx index f6e697264..8691c9993 100644 --- a/src/IconOtherAdmissionRoundedFilled.tsx +++ b/src/IconOtherAdmissionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOtherAdmissionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherAdmissionRoundedFilled as default } diff --git a/src/IconOtherAdmissionSharp.tsx b/src/IconOtherAdmissionSharp.tsx index fe2616d14..0a62d4a4e 100644 --- a/src/IconOtherAdmissionSharp.tsx +++ b/src/IconOtherAdmissionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionSharp: React.FC = ({ ...props }) => ( +export const IconOtherAdmissionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOtherAdmissionSharp as default } diff --git a/src/IconOtherAdmissionSharpFilled.tsx b/src/IconOtherAdmissionSharpFilled.tsx index 53a88765e..1a23da61f 100644 --- a/src/IconOtherAdmissionSharpFilled.tsx +++ b/src/IconOtherAdmissionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherAdmissionSharpFilled: React.FC = ({ ...props }) => ( +export const IconOtherAdmissionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherAdmissionSharpFilled as default } diff --git a/src/IconOtherHousesOutlined.tsx b/src/IconOtherHousesOutlined.tsx index 823092139..3466135cd 100644 --- a/src/IconOtherHousesOutlined.tsx +++ b/src/IconOtherHousesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesOutlined: React.FC = ({ ...props }) => ( +export const IconOtherHousesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOtherHousesOutlined as default } diff --git a/src/IconOtherHousesOutlinedFilled.tsx b/src/IconOtherHousesOutlinedFilled.tsx index 57684505a..a79e0ea11 100644 --- a/src/IconOtherHousesOutlinedFilled.tsx +++ b/src/IconOtherHousesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOtherHousesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherHousesOutlinedFilled as default } diff --git a/src/IconOtherHousesRounded.tsx b/src/IconOtherHousesRounded.tsx index 8d8cbe54a..d19979ace 100644 --- a/src/IconOtherHousesRounded.tsx +++ b/src/IconOtherHousesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesRounded: React.FC = ({ ...props }) => ( +export const IconOtherHousesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOtherHousesRounded as default } diff --git a/src/IconOtherHousesRoundedFilled.tsx b/src/IconOtherHousesRoundedFilled.tsx index a429006ab..073522e35 100644 --- a/src/IconOtherHousesRoundedFilled.tsx +++ b/src/IconOtherHousesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOtherHousesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherHousesRoundedFilled as default } diff --git a/src/IconOtherHousesSharp.tsx b/src/IconOtherHousesSharp.tsx index 848e4ef16..edfcef8b9 100644 --- a/src/IconOtherHousesSharp.tsx +++ b/src/IconOtherHousesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesSharp: React.FC = ({ ...props }) => ( +export const IconOtherHousesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOtherHousesSharp as default } diff --git a/src/IconOtherHousesSharpFilled.tsx b/src/IconOtherHousesSharpFilled.tsx index dfad64f4b..e182d2d20 100644 --- a/src/IconOtherHousesSharpFilled.tsx +++ b/src/IconOtherHousesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOtherHousesSharpFilled: React.FC = ({ ...props }) => ( +export const IconOtherHousesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOtherHousesSharpFilled as default } diff --git a/src/IconOutboundOutlined.tsx b/src/IconOutboundOutlined.tsx index 3c4ec25e1..4046e9612 100644 --- a/src/IconOutboundOutlined.tsx +++ b/src/IconOutboundOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundOutlined: React.FC = ({ ...props }) => ( +export const IconOutboundOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboundOutlined as default } diff --git a/src/IconOutboundOutlinedFilled.tsx b/src/IconOutboundOutlinedFilled.tsx index fcca99b93..666fbdb2f 100644 --- a/src/IconOutboundOutlinedFilled.tsx +++ b/src/IconOutboundOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutboundOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutboundOutlinedFilled as default } diff --git a/src/IconOutboundRounded.tsx b/src/IconOutboundRounded.tsx index 37bd9d145..9188d32c0 100644 --- a/src/IconOutboundRounded.tsx +++ b/src/IconOutboundRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundRounded: React.FC = ({ ...props }) => ( +export const IconOutboundRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboundRounded as default } diff --git a/src/IconOutboundRoundedFilled.tsx b/src/IconOutboundRoundedFilled.tsx index 2b04e0419..3f18d1572 100644 --- a/src/IconOutboundRoundedFilled.tsx +++ b/src/IconOutboundRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutboundRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutboundRoundedFilled as default } diff --git a/src/IconOutboundSharp.tsx b/src/IconOutboundSharp.tsx index c8ed7b2e4..c4ce5d16d 100644 --- a/src/IconOutboundSharp.tsx +++ b/src/IconOutboundSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundSharp: React.FC = ({ ...props }) => ( +export const IconOutboundSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboundSharp as default } diff --git a/src/IconOutboundSharpFilled.tsx b/src/IconOutboundSharpFilled.tsx index 07b07adbd..214667ff7 100644 --- a/src/IconOutboundSharpFilled.tsx +++ b/src/IconOutboundSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboundSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutboundSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboundSharpFilled as default } diff --git a/src/IconOutboxAltOutlined.tsx b/src/IconOutboxAltOutlined.tsx index afb188188..8d774b663 100644 --- a/src/IconOutboxAltOutlined.tsx +++ b/src/IconOutboxAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltOutlined: React.FC = ({ ...props }) => ( +export const IconOutboxAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxAltOutlined as default } diff --git a/src/IconOutboxAltOutlinedFilled.tsx b/src/IconOutboxAltOutlinedFilled.tsx index aef0271f6..44c231391 100644 --- a/src/IconOutboxAltOutlinedFilled.tsx +++ b/src/IconOutboxAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutboxAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutboxAltOutlinedFilled as default } diff --git a/src/IconOutboxAltRounded.tsx b/src/IconOutboxAltRounded.tsx index 8b2cdc9bd..78d0c7f69 100644 --- a/src/IconOutboxAltRounded.tsx +++ b/src/IconOutboxAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltRounded: React.FC = ({ ...props }) => ( +export const IconOutboxAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxAltRounded as default } diff --git a/src/IconOutboxAltRoundedFilled.tsx b/src/IconOutboxAltRoundedFilled.tsx index 39ca9d78c..86dac144e 100644 --- a/src/IconOutboxAltRoundedFilled.tsx +++ b/src/IconOutboxAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutboxAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutboxAltRoundedFilled as default } diff --git a/src/IconOutboxAltSharp.tsx b/src/IconOutboxAltSharp.tsx index 3121bc87e..1f0506774 100644 --- a/src/IconOutboxAltSharp.tsx +++ b/src/IconOutboxAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltSharp: React.FC = ({ ...props }) => ( +export const IconOutboxAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxAltSharp as default } diff --git a/src/IconOutboxAltSharpFilled.tsx b/src/IconOutboxAltSharpFilled.tsx index 03b47f098..4332b45f9 100644 --- a/src/IconOutboxAltSharpFilled.tsx +++ b/src/IconOutboxAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutboxAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxAltSharpFilled as default } diff --git a/src/IconOutboxOutlined.tsx b/src/IconOutboxOutlined.tsx index 2ede4e74b..da2501d28 100644 --- a/src/IconOutboxOutlined.tsx +++ b/src/IconOutboxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxOutlined: React.FC = ({ ...props }) => ( +export const IconOutboxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxOutlined as default } diff --git a/src/IconOutboxOutlinedFilled.tsx b/src/IconOutboxOutlinedFilled.tsx index c347e1392..a832e9d4e 100644 --- a/src/IconOutboxOutlinedFilled.tsx +++ b/src/IconOutboxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutboxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxOutlinedFilled as default } diff --git a/src/IconOutboxRounded.tsx b/src/IconOutboxRounded.tsx index 70ad4e7f0..e0ec54985 100644 --- a/src/IconOutboxRounded.tsx +++ b/src/IconOutboxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxRounded: React.FC = ({ ...props }) => ( +export const IconOutboxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxRounded as default } diff --git a/src/IconOutboxRoundedFilled.tsx b/src/IconOutboxRoundedFilled.tsx index b565e5aa0..c3e5106a5 100644 --- a/src/IconOutboxRoundedFilled.tsx +++ b/src/IconOutboxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutboxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxRoundedFilled as default } diff --git a/src/IconOutboxSharp.tsx b/src/IconOutboxSharp.tsx index 2536cf855..01a0d1070 100644 --- a/src/IconOutboxSharp.tsx +++ b/src/IconOutboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxSharp: React.FC = ({ ...props }) => ( +export const IconOutboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxSharp as default } diff --git a/src/IconOutboxSharpFilled.tsx b/src/IconOutboxSharpFilled.tsx index 53304df0b..609159f9f 100644 --- a/src/IconOutboxSharpFilled.tsx +++ b/src/IconOutboxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutboxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutboxSharpFilled as default } diff --git a/src/IconOutdoorGardenOutlined.tsx b/src/IconOutdoorGardenOutlined.tsx index 31d48c67c..b1e3df877 100644 --- a/src/IconOutdoorGardenOutlined.tsx +++ b/src/IconOutdoorGardenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenOutlined: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenOutlined as default } diff --git a/src/IconOutdoorGardenOutlinedFilled.tsx b/src/IconOutdoorGardenOutlinedFilled.tsx index b55a74f26..d38a82979 100644 --- a/src/IconOutdoorGardenOutlinedFilled.tsx +++ b/src/IconOutdoorGardenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenOutlinedFilled as default } diff --git a/src/IconOutdoorGardenRounded.tsx b/src/IconOutdoorGardenRounded.tsx index 71cdabf43..09eb482b2 100644 --- a/src/IconOutdoorGardenRounded.tsx +++ b/src/IconOutdoorGardenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenRounded: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenRounded as default } diff --git a/src/IconOutdoorGardenRoundedFilled.tsx b/src/IconOutdoorGardenRoundedFilled.tsx index 0d5517b4e..d072c6ac2 100644 --- a/src/IconOutdoorGardenRoundedFilled.tsx +++ b/src/IconOutdoorGardenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenRoundedFilled as default } diff --git a/src/IconOutdoorGardenSharp.tsx b/src/IconOutdoorGardenSharp.tsx index 7fc5cb75c..50beababf 100644 --- a/src/IconOutdoorGardenSharp.tsx +++ b/src/IconOutdoorGardenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenSharp: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenSharp as default } diff --git a/src/IconOutdoorGardenSharpFilled.tsx b/src/IconOutdoorGardenSharpFilled.tsx index 49b641e2e..e5028ebf0 100644 --- a/src/IconOutdoorGardenSharpFilled.tsx +++ b/src/IconOutdoorGardenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGardenSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGardenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGardenSharpFilled as default } diff --git a/src/IconOutdoorGrillOutlined.tsx b/src/IconOutdoorGrillOutlined.tsx index 43c86f371..d35d92666 100644 --- a/src/IconOutdoorGrillOutlined.tsx +++ b/src/IconOutdoorGrillOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillOutlined: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillOutlined as default } diff --git a/src/IconOutdoorGrillOutlinedFilled.tsx b/src/IconOutdoorGrillOutlinedFilled.tsx index 95979573b..f4942c696 100644 --- a/src/IconOutdoorGrillOutlinedFilled.tsx +++ b/src/IconOutdoorGrillOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillOutlinedFilled as default } diff --git a/src/IconOutdoorGrillRounded.tsx b/src/IconOutdoorGrillRounded.tsx index 71f21cbc4..2ee67681f 100644 --- a/src/IconOutdoorGrillRounded.tsx +++ b/src/IconOutdoorGrillRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillRounded: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillRounded as default } diff --git a/src/IconOutdoorGrillRoundedFilled.tsx b/src/IconOutdoorGrillRoundedFilled.tsx index 0f3650c8a..0ff64e83e 100644 --- a/src/IconOutdoorGrillRoundedFilled.tsx +++ b/src/IconOutdoorGrillRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillRoundedFilled as default } diff --git a/src/IconOutdoorGrillSharp.tsx b/src/IconOutdoorGrillSharp.tsx index dd54700a7..41f8d324b 100644 --- a/src/IconOutdoorGrillSharp.tsx +++ b/src/IconOutdoorGrillSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillSharp: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillSharp as default } diff --git a/src/IconOutdoorGrillSharpFilled.tsx b/src/IconOutdoorGrillSharpFilled.tsx index 926d62284..ac7fc886f 100644 --- a/src/IconOutdoorGrillSharpFilled.tsx +++ b/src/IconOutdoorGrillSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutdoorGrillSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutdoorGrillSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutdoorGrillSharpFilled as default } diff --git a/src/IconOutgoingMailOutlined.tsx b/src/IconOutgoingMailOutlined.tsx index 7a3e59b55..0a5061355 100644 --- a/src/IconOutgoingMailOutlined.tsx +++ b/src/IconOutgoingMailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailOutlined: React.FC = ({ ...props }) => ( +export const IconOutgoingMailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailOutlined as default } diff --git a/src/IconOutgoingMailOutlinedFilled.tsx b/src/IconOutgoingMailOutlinedFilled.tsx index b24e6f8d5..679a9d57a 100644 --- a/src/IconOutgoingMailOutlinedFilled.tsx +++ b/src/IconOutgoingMailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutgoingMailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailOutlinedFilled as default } diff --git a/src/IconOutgoingMailRounded.tsx b/src/IconOutgoingMailRounded.tsx index 2f98b2037..b3e15731c 100644 --- a/src/IconOutgoingMailRounded.tsx +++ b/src/IconOutgoingMailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailRounded: React.FC = ({ ...props }) => ( +export const IconOutgoingMailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailRounded as default } diff --git a/src/IconOutgoingMailRoundedFilled.tsx b/src/IconOutgoingMailRoundedFilled.tsx index df6153088..78695f26c 100644 --- a/src/IconOutgoingMailRoundedFilled.tsx +++ b/src/IconOutgoingMailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutgoingMailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailRoundedFilled as default } diff --git a/src/IconOutgoingMailSharp.tsx b/src/IconOutgoingMailSharp.tsx index 5cdc5fe70..e25de3f00 100644 --- a/src/IconOutgoingMailSharp.tsx +++ b/src/IconOutgoingMailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailSharp: React.FC = ({ ...props }) => ( +export const IconOutgoingMailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailSharp as default } diff --git a/src/IconOutgoingMailSharpFilled.tsx b/src/IconOutgoingMailSharpFilled.tsx index 66e59bd73..a1c0431a1 100644 --- a/src/IconOutgoingMailSharpFilled.tsx +++ b/src/IconOutgoingMailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutgoingMailSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutgoingMailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutgoingMailSharpFilled as default } diff --git a/src/IconOutletOutlined.tsx b/src/IconOutletOutlined.tsx index 617090b1e..08caf3547 100644 --- a/src/IconOutletOutlined.tsx +++ b/src/IconOutletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletOutlined: React.FC = ({ ...props }) => ( +export const IconOutletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletOutlined as default } diff --git a/src/IconOutletOutlinedFilled.tsx b/src/IconOutletOutlinedFilled.tsx index 5f29980a6..0474897e9 100644 --- a/src/IconOutletOutlinedFilled.tsx +++ b/src/IconOutletOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutletOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletOutlinedFilled as default } diff --git a/src/IconOutletRounded.tsx b/src/IconOutletRounded.tsx index 4b8ce2e50..8408d72cf 100644 --- a/src/IconOutletRounded.tsx +++ b/src/IconOutletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletRounded: React.FC = ({ ...props }) => ( +export const IconOutletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletRounded as default } diff --git a/src/IconOutletRoundedFilled.tsx b/src/IconOutletRoundedFilled.tsx index 95bb1e9f8..50bb8ea93 100644 --- a/src/IconOutletRoundedFilled.tsx +++ b/src/IconOutletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletRoundedFilled as default } diff --git a/src/IconOutletSharp.tsx b/src/IconOutletSharp.tsx index dd4479f50..9061e71c9 100644 --- a/src/IconOutletSharp.tsx +++ b/src/IconOutletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletSharp: React.FC = ({ ...props }) => ( +export const IconOutletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletSharp as default } diff --git a/src/IconOutletSharpFilled.tsx b/src/IconOutletSharpFilled.tsx index a8aa93f3d..d494b1391 100644 --- a/src/IconOutletSharpFilled.tsx +++ b/src/IconOutletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutletSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutletSharpFilled as default } diff --git a/src/IconOutpatientMedOutlined.tsx b/src/IconOutpatientMedOutlined.tsx index 22111f169..e8d3e4041 100644 --- a/src/IconOutpatientMedOutlined.tsx +++ b/src/IconOutpatientMedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedOutlined: React.FC = ({ ...props }) => ( +export const IconOutpatientMedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedOutlined as default } diff --git a/src/IconOutpatientMedOutlinedFilled.tsx b/src/IconOutpatientMedOutlinedFilled.tsx index da9968c6e..e83ac5d7f 100644 --- a/src/IconOutpatientMedOutlinedFilled.tsx +++ b/src/IconOutpatientMedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientMedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedOutlinedFilled as default } diff --git a/src/IconOutpatientMedRounded.tsx b/src/IconOutpatientMedRounded.tsx index 489f082db..78a615383 100644 --- a/src/IconOutpatientMedRounded.tsx +++ b/src/IconOutpatientMedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedRounded: React.FC = ({ ...props }) => ( +export const IconOutpatientMedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedRounded as default } diff --git a/src/IconOutpatientMedRoundedFilled.tsx b/src/IconOutpatientMedRoundedFilled.tsx index 87a5af40e..94fa8cb1e 100644 --- a/src/IconOutpatientMedRoundedFilled.tsx +++ b/src/IconOutpatientMedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientMedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedRoundedFilled as default } diff --git a/src/IconOutpatientMedSharp.tsx b/src/IconOutpatientMedSharp.tsx index 362a22e5d..3e0f417ac 100644 --- a/src/IconOutpatientMedSharp.tsx +++ b/src/IconOutpatientMedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedSharp: React.FC = ({ ...props }) => ( +export const IconOutpatientMedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedSharp as default } diff --git a/src/IconOutpatientMedSharpFilled.tsx b/src/IconOutpatientMedSharpFilled.tsx index 21b83e3b9..48807a433 100644 --- a/src/IconOutpatientMedSharpFilled.tsx +++ b/src/IconOutpatientMedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientMedSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientMedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientMedSharpFilled as default } diff --git a/src/IconOutpatientOutlined.tsx b/src/IconOutpatientOutlined.tsx index ca55104c0..5bf541dd8 100644 --- a/src/IconOutpatientOutlined.tsx +++ b/src/IconOutpatientOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientOutlined: React.FC = ({ ...props }) => ( +export const IconOutpatientOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutpatientOutlined as default } diff --git a/src/IconOutpatientOutlinedFilled.tsx b/src/IconOutpatientOutlinedFilled.tsx index eff7cd1b5..4f7657e5f 100644 --- a/src/IconOutpatientOutlinedFilled.tsx +++ b/src/IconOutpatientOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientOutlinedFilled as default } diff --git a/src/IconOutpatientRounded.tsx b/src/IconOutpatientRounded.tsx index 1333cc71e..886911d03 100644 --- a/src/IconOutpatientRounded.tsx +++ b/src/IconOutpatientRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientRounded: React.FC = ({ ...props }) => ( +export const IconOutpatientRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutpatientRounded as default } diff --git a/src/IconOutpatientRoundedFilled.tsx b/src/IconOutpatientRoundedFilled.tsx index 326b499a8..1a609ec7d 100644 --- a/src/IconOutpatientRoundedFilled.tsx +++ b/src/IconOutpatientRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientRoundedFilled as default } diff --git a/src/IconOutpatientSharp.tsx b/src/IconOutpatientSharp.tsx index 27392d51c..63e3fbb76 100644 --- a/src/IconOutpatientSharp.tsx +++ b/src/IconOutpatientSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientSharp: React.FC = ({ ...props }) => ( +export const IconOutpatientSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutpatientSharp as default } diff --git a/src/IconOutpatientSharpFilled.tsx b/src/IconOutpatientSharpFilled.tsx index 5414cda7d..ad3a8118a 100644 --- a/src/IconOutpatientSharpFilled.tsx +++ b/src/IconOutpatientSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutpatientSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutpatientSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutpatientSharpFilled as default } diff --git a/src/IconOutputCircleOutlined.tsx b/src/IconOutputCircleOutlined.tsx index f86d3e272..3a72e3d06 100644 --- a/src/IconOutputCircleOutlined.tsx +++ b/src/IconOutputCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleOutlined: React.FC = ({ ...props }) => ( +export const IconOutputCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputCircleOutlined as default } diff --git a/src/IconOutputCircleOutlinedFilled.tsx b/src/IconOutputCircleOutlinedFilled.tsx index 99d5471fa..2bd5ca92d 100644 --- a/src/IconOutputCircleOutlinedFilled.tsx +++ b/src/IconOutputCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutputCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutputCircleOutlinedFilled as default } diff --git a/src/IconOutputCircleRounded.tsx b/src/IconOutputCircleRounded.tsx index 24cb6f5a9..fed1f29cf 100644 --- a/src/IconOutputCircleRounded.tsx +++ b/src/IconOutputCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleRounded: React.FC = ({ ...props }) => ( +export const IconOutputCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputCircleRounded as default } diff --git a/src/IconOutputCircleRoundedFilled.tsx b/src/IconOutputCircleRoundedFilled.tsx index d6bd6b73c..c6da1bcea 100644 --- a/src/IconOutputCircleRoundedFilled.tsx +++ b/src/IconOutputCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutputCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutputCircleRoundedFilled as default } diff --git a/src/IconOutputCircleSharp.tsx b/src/IconOutputCircleSharp.tsx index af3a424d5..3d689dfbf 100644 --- a/src/IconOutputCircleSharp.tsx +++ b/src/IconOutputCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleSharp: React.FC = ({ ...props }) => ( +export const IconOutputCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputCircleSharp as default } diff --git a/src/IconOutputCircleSharpFilled.tsx b/src/IconOutputCircleSharpFilled.tsx index 126628bc9..2f9f6661e 100644 --- a/src/IconOutputCircleSharpFilled.tsx +++ b/src/IconOutputCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOutputCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutputCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOutputCircleSharpFilled as default } diff --git a/src/IconOutputOutlined.tsx b/src/IconOutputOutlined.tsx index 6a7eac869..688abf5ae 100644 --- a/src/IconOutputOutlined.tsx +++ b/src/IconOutputOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputOutlined: React.FC = ({ ...props }) => ( +export const IconOutputOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputOutlined as default } diff --git a/src/IconOutputOutlinedFilled.tsx b/src/IconOutputOutlinedFilled.tsx index c1c6d9886..b696ddd85 100644 --- a/src/IconOutputOutlinedFilled.tsx +++ b/src/IconOutputOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOutputOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputOutlinedFilled as default } diff --git a/src/IconOutputRounded.tsx b/src/IconOutputRounded.tsx index ef873d3b8..a7c35a9d5 100644 --- a/src/IconOutputRounded.tsx +++ b/src/IconOutputRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputRounded: React.FC = ({ ...props }) => ( +export const IconOutputRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputRounded as default } diff --git a/src/IconOutputRoundedFilled.tsx b/src/IconOutputRoundedFilled.tsx index ceca1d7b6..f42ea5ef0 100644 --- a/src/IconOutputRoundedFilled.tsx +++ b/src/IconOutputRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOutputRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputRoundedFilled as default } diff --git a/src/IconOutputSharp.tsx b/src/IconOutputSharp.tsx index 70a0387c0..9124c7950 100644 --- a/src/IconOutputSharp.tsx +++ b/src/IconOutputSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputSharp: React.FC = ({ ...props }) => ( +export const IconOutputSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputSharp as default } diff --git a/src/IconOutputSharpFilled.tsx b/src/IconOutputSharpFilled.tsx index 6bc732144..4b374e3f8 100644 --- a/src/IconOutputSharpFilled.tsx +++ b/src/IconOutputSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOutputSharpFilled: React.FC = ({ ...props }) => ( +export const IconOutputSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOutputSharpFilled as default } diff --git a/src/IconOvenGenOutlined.tsx b/src/IconOvenGenOutlined.tsx index 32f96a5e8..6a107917a 100644 --- a/src/IconOvenGenOutlined.tsx +++ b/src/IconOvenGenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenOutlined: React.FC = ({ ...props }) => ( +export const IconOvenGenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenGenOutlined as default } diff --git a/src/IconOvenGenOutlinedFilled.tsx b/src/IconOvenGenOutlinedFilled.tsx index af2bda709..525ed0f3f 100644 --- a/src/IconOvenGenOutlinedFilled.tsx +++ b/src/IconOvenGenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOvenGenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOvenGenOutlinedFilled as default } diff --git a/src/IconOvenGenRounded.tsx b/src/IconOvenGenRounded.tsx index 4ece3095b..8471a8efe 100644 --- a/src/IconOvenGenRounded.tsx +++ b/src/IconOvenGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenRounded: React.FC = ({ ...props }) => ( +export const IconOvenGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenGenRounded as default } diff --git a/src/IconOvenGenRoundedFilled.tsx b/src/IconOvenGenRoundedFilled.tsx index 18f60463e..17f7823ae 100644 --- a/src/IconOvenGenRoundedFilled.tsx +++ b/src/IconOvenGenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOvenGenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenGenRoundedFilled as default } diff --git a/src/IconOvenGenSharp.tsx b/src/IconOvenGenSharp.tsx index fb13ea378..4b0455739 100644 --- a/src/IconOvenGenSharp.tsx +++ b/src/IconOvenGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenSharp: React.FC = ({ ...props }) => ( +export const IconOvenGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenGenSharp as default } diff --git a/src/IconOvenGenSharpFilled.tsx b/src/IconOvenGenSharpFilled.tsx index 9c7c19fc7..ecfc59bd6 100644 --- a/src/IconOvenGenSharpFilled.tsx +++ b/src/IconOvenGenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconOvenGenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenGenSharpFilled as default } diff --git a/src/IconOvenOutlined.tsx b/src/IconOvenOutlined.tsx index a47624e79..7e9aa9d5d 100644 --- a/src/IconOvenOutlined.tsx +++ b/src/IconOvenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenOutlined: React.FC = ({ ...props }) => ( +export const IconOvenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenOutlined as default } diff --git a/src/IconOvenOutlinedFilled.tsx b/src/IconOvenOutlinedFilled.tsx index 826beda8f..6aa8760f2 100644 --- a/src/IconOvenOutlinedFilled.tsx +++ b/src/IconOvenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOvenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenOutlinedFilled as default } diff --git a/src/IconOvenRounded.tsx b/src/IconOvenRounded.tsx index 7ad6d02de..1189611ce 100644 --- a/src/IconOvenRounded.tsx +++ b/src/IconOvenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenRounded: React.FC = ({ ...props }) => ( +export const IconOvenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenRounded as default } diff --git a/src/IconOvenRoundedFilled.tsx b/src/IconOvenRoundedFilled.tsx index b25633ae1..750f37517 100644 --- a/src/IconOvenRoundedFilled.tsx +++ b/src/IconOvenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOvenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenRoundedFilled as default } diff --git a/src/IconOvenSharp.tsx b/src/IconOvenSharp.tsx index 918b467eb..e8db9e2c3 100644 --- a/src/IconOvenSharp.tsx +++ b/src/IconOvenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenSharp: React.FC = ({ ...props }) => ( +export const IconOvenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenSharp as default } diff --git a/src/IconOvenSharpFilled.tsx b/src/IconOvenSharpFilled.tsx index f81026c3a..19df457d2 100644 --- a/src/IconOvenSharpFilled.tsx +++ b/src/IconOvenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOvenSharpFilled: React.FC = ({ ...props }) => ( +export const IconOvenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOvenSharpFilled as default } diff --git a/src/IconOverviewKeyOutlined.tsx b/src/IconOverviewKeyOutlined.tsx index b58fca491..67d817fd8 100644 --- a/src/IconOverviewKeyOutlined.tsx +++ b/src/IconOverviewKeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeyOutlined: React.FC = ({ ...props }) => ( +export const IconOverviewKeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewKeyOutlined as default } diff --git a/src/IconOverviewKeyOutlinedFilled.tsx b/src/IconOverviewKeyOutlinedFilled.tsx index 8c52f967d..33a23c0c4 100644 --- a/src/IconOverviewKeyOutlinedFilled.tsx +++ b/src/IconOverviewKeyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOverviewKeyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOverviewKeyOutlinedFilled as default } diff --git a/src/IconOverviewKeyRounded.tsx b/src/IconOverviewKeyRounded.tsx index 980e02491..ba0897d67 100644 --- a/src/IconOverviewKeyRounded.tsx +++ b/src/IconOverviewKeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeyRounded: React.FC = ({ ...props }) => ( +export const IconOverviewKeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewKeyRounded as default } diff --git a/src/IconOverviewKeyRoundedFilled.tsx b/src/IconOverviewKeyRoundedFilled.tsx index bcf4186d2..b61bcb628 100644 --- a/src/IconOverviewKeyRoundedFilled.tsx +++ b/src/IconOverviewKeyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOverviewKeyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOverviewKeyRoundedFilled as default } diff --git a/src/IconOverviewKeySharp.tsx b/src/IconOverviewKeySharp.tsx index 1517abd8e..7f3a38a7c 100644 --- a/src/IconOverviewKeySharp.tsx +++ b/src/IconOverviewKeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeySharp: React.FC = ({ ...props }) => ( +export const IconOverviewKeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewKeySharp as default } diff --git a/src/IconOverviewKeySharpFilled.tsx b/src/IconOverviewKeySharpFilled.tsx index e3593dd72..7a5e443cc 100644 --- a/src/IconOverviewKeySharpFilled.tsx +++ b/src/IconOverviewKeySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewKeySharpFilled: React.FC = ({ ...props }) => ( +export const IconOverviewKeySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOverviewKeySharpFilled as default } diff --git a/src/IconOverviewOutlined.tsx b/src/IconOverviewOutlined.tsx index 0011429c3..c0cd66513 100644 --- a/src/IconOverviewOutlined.tsx +++ b/src/IconOverviewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewOutlined: React.FC = ({ ...props }) => ( +export const IconOverviewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewOutlined as default } diff --git a/src/IconOverviewOutlinedFilled.tsx b/src/IconOverviewOutlinedFilled.tsx index 84911e013..5cba321cc 100644 --- a/src/IconOverviewOutlinedFilled.tsx +++ b/src/IconOverviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconOverviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOverviewOutlinedFilled as default } diff --git a/src/IconOverviewRounded.tsx b/src/IconOverviewRounded.tsx index d473fc5d4..2c7c21224 100644 --- a/src/IconOverviewRounded.tsx +++ b/src/IconOverviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewRounded: React.FC = ({ ...props }) => ( +export const IconOverviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewRounded as default } diff --git a/src/IconOverviewRoundedFilled.tsx b/src/IconOverviewRoundedFilled.tsx index 665554069..956c9bfca 100644 --- a/src/IconOverviewRoundedFilled.tsx +++ b/src/IconOverviewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconOverviewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOverviewRoundedFilled as default } diff --git a/src/IconOverviewSharp.tsx b/src/IconOverviewSharp.tsx index ec6f6c0e9..5cf6b72b2 100644 --- a/src/IconOverviewSharp.tsx +++ b/src/IconOverviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewSharp: React.FC = ({ ...props }) => ( +export const IconOverviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewSharp as default } diff --git a/src/IconOverviewSharpFilled.tsx b/src/IconOverviewSharpFilled.tsx index 59b666c9e..7cc5f674a 100644 --- a/src/IconOverviewSharpFilled.tsx +++ b/src/IconOverviewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconOverviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconOverviewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconOverviewSharpFilled as default } diff --git a/src/IconOxygenSaturationOutlined.tsx b/src/IconOxygenSaturationOutlined.tsx index 35b71f04b..23277e36f 100644 --- a/src/IconOxygenSaturationOutlined.tsx +++ b/src/IconOxygenSaturationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationOutlined: React.FC = ({ ...props }) => ( +export const IconOxygenSaturationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOxygenSaturationOutlined as default } diff --git a/src/IconOxygenSaturationOutlinedFilled.tsx b/src/IconOxygenSaturationOutlinedFilled.tsx index 911e559a1..a37590ceb 100644 --- a/src/IconOxygenSaturationOutlinedFilled.tsx +++ b/src/IconOxygenSaturationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationOutlinedFilled: React.FC = ({ +export const IconOxygenSaturationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOxygenSaturationOutlinedFilled: React.FC = ({ ) - -export { IconOxygenSaturationOutlinedFilled as default } diff --git a/src/IconOxygenSaturationRounded.tsx b/src/IconOxygenSaturationRounded.tsx index dc0daa57a..c7d1299fb 100644 --- a/src/IconOxygenSaturationRounded.tsx +++ b/src/IconOxygenSaturationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationRounded: React.FC = ({ ...props }) => ( +export const IconOxygenSaturationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOxygenSaturationRounded as default } diff --git a/src/IconOxygenSaturationRoundedFilled.tsx b/src/IconOxygenSaturationRoundedFilled.tsx index eb127c872..aefd2b7f0 100644 --- a/src/IconOxygenSaturationRoundedFilled.tsx +++ b/src/IconOxygenSaturationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationRoundedFilled: React.FC = ({ +export const IconOxygenSaturationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconOxygenSaturationRoundedFilled: React.FC = ({ ) - -export { IconOxygenSaturationRoundedFilled as default } diff --git a/src/IconOxygenSaturationSharp.tsx b/src/IconOxygenSaturationSharp.tsx index 5a258534c..dac77946e 100644 --- a/src/IconOxygenSaturationSharp.tsx +++ b/src/IconOxygenSaturationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationSharp: React.FC = ({ ...props }) => ( +export const IconOxygenSaturationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOxygenSaturationSharp as default } diff --git a/src/IconOxygenSaturationSharpFilled.tsx b/src/IconOxygenSaturationSharpFilled.tsx index f4949afb2..36c4f3159 100644 --- a/src/IconOxygenSaturationSharpFilled.tsx +++ b/src/IconOxygenSaturationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconOxygenSaturationSharpFilled: React.FC = ({ ...props }) => ( +export const IconOxygenSaturationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconOxygenSaturationSharpFilled as default } diff --git a/src/IconP2pOutlined.tsx b/src/IconP2pOutlined.tsx index 365221433..dc0899218 100644 --- a/src/IconP2pOutlined.tsx +++ b/src/IconP2pOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pOutlined: React.FC = ({ ...props }) => ( +export const IconP2pOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pOutlined as default } diff --git a/src/IconP2pOutlinedFilled.tsx b/src/IconP2pOutlinedFilled.tsx index 09859a550..ac8d7392b 100644 --- a/src/IconP2pOutlinedFilled.tsx +++ b/src/IconP2pOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconP2pOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pOutlinedFilled as default } diff --git a/src/IconP2pRounded.tsx b/src/IconP2pRounded.tsx index e4045831d..4c04d557a 100644 --- a/src/IconP2pRounded.tsx +++ b/src/IconP2pRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pRounded: React.FC = ({ ...props }) => ( +export const IconP2pRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pRounded as default } diff --git a/src/IconP2pRoundedFilled.tsx b/src/IconP2pRoundedFilled.tsx index f67217a98..2fb0ab0a0 100644 --- a/src/IconP2pRoundedFilled.tsx +++ b/src/IconP2pRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pRoundedFilled: React.FC = ({ ...props }) => ( +export const IconP2pRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pRoundedFilled as default } diff --git a/src/IconP2pSharp.tsx b/src/IconP2pSharp.tsx index 3e005a034..0f5d8421b 100644 --- a/src/IconP2pSharp.tsx +++ b/src/IconP2pSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pSharp: React.FC = ({ ...props }) => ( +export const IconP2pSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pSharp as default } diff --git a/src/IconP2pSharpFilled.tsx b/src/IconP2pSharpFilled.tsx index 538bb44d9..30c51954f 100644 --- a/src/IconP2pSharpFilled.tsx +++ b/src/IconP2pSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconP2pSharpFilled: React.FC = ({ ...props }) => ( +export const IconP2pSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconP2pSharpFilled as default } diff --git a/src/IconPaceOutlined.tsx b/src/IconPaceOutlined.tsx index 9c4a594f6..2b1400cb3 100644 --- a/src/IconPaceOutlined.tsx +++ b/src/IconPaceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceOutlined: React.FC = ({ ...props }) => ( +export const IconPaceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceOutlined as default } diff --git a/src/IconPaceOutlinedFilled.tsx b/src/IconPaceOutlinedFilled.tsx index fe3aae952..a89530d85 100644 --- a/src/IconPaceOutlinedFilled.tsx +++ b/src/IconPaceOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPaceOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceOutlinedFilled as default } diff --git a/src/IconPaceRounded.tsx b/src/IconPaceRounded.tsx index 452fb7d58..40688d04e 100644 --- a/src/IconPaceRounded.tsx +++ b/src/IconPaceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceRounded: React.FC = ({ ...props }) => ( +export const IconPaceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceRounded as default } diff --git a/src/IconPaceRoundedFilled.tsx b/src/IconPaceRoundedFilled.tsx index 9dd6477c2..9082422c0 100644 --- a/src/IconPaceRoundedFilled.tsx +++ b/src/IconPaceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPaceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceRoundedFilled as default } diff --git a/src/IconPaceSharp.tsx b/src/IconPaceSharp.tsx index 872e9f87a..21a330aae 100644 --- a/src/IconPaceSharp.tsx +++ b/src/IconPaceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceSharp: React.FC = ({ ...props }) => ( +export const IconPaceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceSharp as default } diff --git a/src/IconPaceSharpFilled.tsx b/src/IconPaceSharpFilled.tsx index a73379c28..1b4bbdae5 100644 --- a/src/IconPaceSharpFilled.tsx +++ b/src/IconPaceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaceSharpFilled: React.FC = ({ ...props }) => ( +export const IconPaceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaceSharpFilled as default } diff --git a/src/IconPacemakerOutlined.tsx b/src/IconPacemakerOutlined.tsx index 0c1c915dc..9ab86282a 100644 --- a/src/IconPacemakerOutlined.tsx +++ b/src/IconPacemakerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerOutlined: React.FC = ({ ...props }) => ( +export const IconPacemakerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPacemakerOutlined as default } diff --git a/src/IconPacemakerOutlinedFilled.tsx b/src/IconPacemakerOutlinedFilled.tsx index 87be4145a..ede73427f 100644 --- a/src/IconPacemakerOutlinedFilled.tsx +++ b/src/IconPacemakerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPacemakerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPacemakerOutlinedFilled as default } diff --git a/src/IconPacemakerRounded.tsx b/src/IconPacemakerRounded.tsx index ede6b1ef4..db26a032c 100644 --- a/src/IconPacemakerRounded.tsx +++ b/src/IconPacemakerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerRounded: React.FC = ({ ...props }) => ( +export const IconPacemakerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPacemakerRounded as default } diff --git a/src/IconPacemakerRoundedFilled.tsx b/src/IconPacemakerRoundedFilled.tsx index dbac4500e..2adb00c41 100644 --- a/src/IconPacemakerRoundedFilled.tsx +++ b/src/IconPacemakerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPacemakerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPacemakerRoundedFilled as default } diff --git a/src/IconPacemakerSharp.tsx b/src/IconPacemakerSharp.tsx index 087e61302..c6bf77253 100644 --- a/src/IconPacemakerSharp.tsx +++ b/src/IconPacemakerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerSharp: React.FC = ({ ...props }) => ( +export const IconPacemakerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPacemakerSharp as default } diff --git a/src/IconPacemakerSharpFilled.tsx b/src/IconPacemakerSharpFilled.tsx index ee1e790f5..e2a5e4024 100644 --- a/src/IconPacemakerSharpFilled.tsx +++ b/src/IconPacemakerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPacemakerSharpFilled: React.FC = ({ ...props }) => ( +export const IconPacemakerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPacemakerSharpFilled as default } diff --git a/src/IconPackage2Outlined.tsx b/src/IconPackage2Outlined.tsx index 44b762eac..39336298e 100644 --- a/src/IconPackage2Outlined.tsx +++ b/src/IconPackage2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2Outlined: React.FC = ({ ...props }) => ( +export const IconPackage2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackage2Outlined as default } diff --git a/src/IconPackage2OutlinedFilled.tsx b/src/IconPackage2OutlinedFilled.tsx index 2fa341e7c..f541ec50c 100644 --- a/src/IconPackage2OutlinedFilled.tsx +++ b/src/IconPackage2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPackage2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPackage2OutlinedFilled as default } diff --git a/src/IconPackage2Rounded.tsx b/src/IconPackage2Rounded.tsx index f4cb7853e..253cc0d9f 100644 --- a/src/IconPackage2Rounded.tsx +++ b/src/IconPackage2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2Rounded: React.FC = ({ ...props }) => ( +export const IconPackage2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackage2Rounded as default } diff --git a/src/IconPackage2RoundedFilled.tsx b/src/IconPackage2RoundedFilled.tsx index b399c62ef..40eb29738 100644 --- a/src/IconPackage2RoundedFilled.tsx +++ b/src/IconPackage2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPackage2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPackage2RoundedFilled as default } diff --git a/src/IconPackage2Sharp.tsx b/src/IconPackage2Sharp.tsx index d9a684244..cf1500f6c 100644 --- a/src/IconPackage2Sharp.tsx +++ b/src/IconPackage2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2Sharp: React.FC = ({ ...props }) => ( +export const IconPackage2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackage2Sharp as default } diff --git a/src/IconPackage2SharpFilled.tsx b/src/IconPackage2SharpFilled.tsx index 549ead0e9..07e143e05 100644 --- a/src/IconPackage2SharpFilled.tsx +++ b/src/IconPackage2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackage2SharpFilled: React.FC = ({ ...props }) => ( +export const IconPackage2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackage2SharpFilled as default } diff --git a/src/IconPackageOutlined.tsx b/src/IconPackageOutlined.tsx index 10f401df6..4bdbf36a1 100644 --- a/src/IconPackageOutlined.tsx +++ b/src/IconPackageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackageOutlined: React.FC = ({ ...props }) => ( +export const IconPackageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackageOutlined as default } diff --git a/src/IconPackageOutlinedFilled.tsx b/src/IconPackageOutlinedFilled.tsx index e2f124adc..ce8cb984d 100644 --- a/src/IconPackageOutlinedFilled.tsx +++ b/src/IconPackageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPackageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPackageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPackageOutlinedFilled as default } diff --git a/src/IconPackageRounded.tsx b/src/IconPackageRounded.tsx index d6684d84c..fe2b725d6 100644 --- a/src/IconPackageRounded.tsx +++ b/src/IconPackageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackageRounded: React.FC = ({ ...props }) => ( +export const IconPackageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackageRounded as default } diff --git a/src/IconPackageRoundedFilled.tsx b/src/IconPackageRoundedFilled.tsx index 88633d5a4..e2761eadd 100644 --- a/src/IconPackageRoundedFilled.tsx +++ b/src/IconPackageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPackageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackageRoundedFilled as default } diff --git a/src/IconPackageSharp.tsx b/src/IconPackageSharp.tsx index a284d22b8..293beca7a 100644 --- a/src/IconPackageSharp.tsx +++ b/src/IconPackageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackageSharp: React.FC = ({ ...props }) => ( +export const IconPackageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackageSharp as default } diff --git a/src/IconPackageSharpFilled.tsx b/src/IconPackageSharpFilled.tsx index ba3e3b5f8..e4e3b5082 100644 --- a/src/IconPackageSharpFilled.tsx +++ b/src/IconPackageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPackageSharpFilled: React.FC = ({ ...props }) => ( +export const IconPackageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPackageSharpFilled as default } diff --git a/src/IconPaddingOutlined.tsx b/src/IconPaddingOutlined.tsx index df3463ea8..ee7b6dbb4 100644 --- a/src/IconPaddingOutlined.tsx +++ b/src/IconPaddingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingOutlined: React.FC = ({ ...props }) => ( +export const IconPaddingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaddingOutlined as default } diff --git a/src/IconPaddingOutlinedFilled.tsx b/src/IconPaddingOutlinedFilled.tsx index 9fc9248c0..6e301478c 100644 --- a/src/IconPaddingOutlinedFilled.tsx +++ b/src/IconPaddingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPaddingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPaddingOutlinedFilled as default } diff --git a/src/IconPaddingRounded.tsx b/src/IconPaddingRounded.tsx index 9833eb0c5..b0f0627b9 100644 --- a/src/IconPaddingRounded.tsx +++ b/src/IconPaddingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingRounded: React.FC = ({ ...props }) => ( +export const IconPaddingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaddingRounded as default } diff --git a/src/IconPaddingRoundedFilled.tsx b/src/IconPaddingRoundedFilled.tsx index 0bb8392c1..ab9ce6bd0 100644 --- a/src/IconPaddingRoundedFilled.tsx +++ b/src/IconPaddingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPaddingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaddingRoundedFilled as default } diff --git a/src/IconPaddingSharp.tsx b/src/IconPaddingSharp.tsx index 2883b1242..8dc368475 100644 --- a/src/IconPaddingSharp.tsx +++ b/src/IconPaddingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingSharp: React.FC = ({ ...props }) => ( +export const IconPaddingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaddingSharp as default } diff --git a/src/IconPaddingSharpFilled.tsx b/src/IconPaddingSharpFilled.tsx index 0f604f903..4a1b0f405 100644 --- a/src/IconPaddingSharpFilled.tsx +++ b/src/IconPaddingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaddingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPaddingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaddingSharpFilled as default } diff --git a/src/IconPageControlOutlined.tsx b/src/IconPageControlOutlined.tsx index f8c451b14..e0803dc45 100644 --- a/src/IconPageControlOutlined.tsx +++ b/src/IconPageControlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlOutlined: React.FC = ({ ...props }) => ( +export const IconPageControlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageControlOutlined as default } diff --git a/src/IconPageControlOutlinedFilled.tsx b/src/IconPageControlOutlinedFilled.tsx index 36deed554..b2cdd9dc8 100644 --- a/src/IconPageControlOutlinedFilled.tsx +++ b/src/IconPageControlOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPageControlOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageControlOutlinedFilled as default } diff --git a/src/IconPageControlRounded.tsx b/src/IconPageControlRounded.tsx index c81d844de..99c151fb3 100644 --- a/src/IconPageControlRounded.tsx +++ b/src/IconPageControlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlRounded: React.FC = ({ ...props }) => ( +export const IconPageControlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageControlRounded as default } diff --git a/src/IconPageControlRoundedFilled.tsx b/src/IconPageControlRoundedFilled.tsx index ca3c24ba4..343e66fb2 100644 --- a/src/IconPageControlRoundedFilled.tsx +++ b/src/IconPageControlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPageControlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageControlRoundedFilled as default } diff --git a/src/IconPageControlSharp.tsx b/src/IconPageControlSharp.tsx index 5b8de521d..27f775d7a 100644 --- a/src/IconPageControlSharp.tsx +++ b/src/IconPageControlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlSharp: React.FC = ({ ...props }) => ( +export const IconPageControlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageControlSharp as default } diff --git a/src/IconPageControlSharpFilled.tsx b/src/IconPageControlSharpFilled.tsx index 9d72535af..83700c16c 100644 --- a/src/IconPageControlSharpFilled.tsx +++ b/src/IconPageControlSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageControlSharpFilled: React.FC = ({ ...props }) => ( +export const IconPageControlSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageControlSharpFilled as default } diff --git a/src/IconPageInfoOutlined.tsx b/src/IconPageInfoOutlined.tsx index 13287f313..1c722f616 100644 --- a/src/IconPageInfoOutlined.tsx +++ b/src/IconPageInfoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoOutlined: React.FC = ({ ...props }) => ( +export const IconPageInfoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageInfoOutlined as default } diff --git a/src/IconPageInfoOutlinedFilled.tsx b/src/IconPageInfoOutlinedFilled.tsx index 5584d7d8c..0bebf444b 100644 --- a/src/IconPageInfoOutlinedFilled.tsx +++ b/src/IconPageInfoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPageInfoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageInfoOutlinedFilled as default } diff --git a/src/IconPageInfoRounded.tsx b/src/IconPageInfoRounded.tsx index 384df9a8e..806216693 100644 --- a/src/IconPageInfoRounded.tsx +++ b/src/IconPageInfoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoRounded: React.FC = ({ ...props }) => ( +export const IconPageInfoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageInfoRounded as default } diff --git a/src/IconPageInfoRoundedFilled.tsx b/src/IconPageInfoRoundedFilled.tsx index 64eda9439..badff1b06 100644 --- a/src/IconPageInfoRoundedFilled.tsx +++ b/src/IconPageInfoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPageInfoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageInfoRoundedFilled as default } diff --git a/src/IconPageInfoSharp.tsx b/src/IconPageInfoSharp.tsx index d02880c38..ba009175c 100644 --- a/src/IconPageInfoSharp.tsx +++ b/src/IconPageInfoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoSharp: React.FC = ({ ...props }) => ( +export const IconPageInfoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageInfoSharp as default } diff --git a/src/IconPageInfoSharpFilled.tsx b/src/IconPageInfoSharpFilled.tsx index 4b419f966..20ad03ce2 100644 --- a/src/IconPageInfoSharpFilled.tsx +++ b/src/IconPageInfoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageInfoSharpFilled: React.FC = ({ ...props }) => ( +export const IconPageInfoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageInfoSharpFilled as default } diff --git a/src/IconPagelessOutlined.tsx b/src/IconPagelessOutlined.tsx index 719f37cda..9352b9c3d 100644 --- a/src/IconPagelessOutlined.tsx +++ b/src/IconPagelessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessOutlined: React.FC = ({ ...props }) => ( +export const IconPagelessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagelessOutlined as default } diff --git a/src/IconPagelessOutlinedFilled.tsx b/src/IconPagelessOutlinedFilled.tsx index c7ae91503..b65df7a59 100644 --- a/src/IconPagelessOutlinedFilled.tsx +++ b/src/IconPagelessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPagelessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPagelessOutlinedFilled as default } diff --git a/src/IconPagelessRounded.tsx b/src/IconPagelessRounded.tsx index f5c627df7..c99746e30 100644 --- a/src/IconPagelessRounded.tsx +++ b/src/IconPagelessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessRounded: React.FC = ({ ...props }) => ( +export const IconPagelessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagelessRounded as default } diff --git a/src/IconPagelessRoundedFilled.tsx b/src/IconPagelessRoundedFilled.tsx index 2cdbc53ec..21f57d575 100644 --- a/src/IconPagelessRoundedFilled.tsx +++ b/src/IconPagelessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPagelessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPagelessRoundedFilled as default } diff --git a/src/IconPagelessSharp.tsx b/src/IconPagelessSharp.tsx index a21b77bdf..86f887214 100644 --- a/src/IconPagelessSharp.tsx +++ b/src/IconPagelessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessSharp: React.FC = ({ ...props }) => ( +export const IconPagelessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagelessSharp as default } diff --git a/src/IconPagelessSharpFilled.tsx b/src/IconPagelessSharpFilled.tsx index a30164614..a66364829 100644 --- a/src/IconPagelessSharpFilled.tsx +++ b/src/IconPagelessSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagelessSharpFilled: React.FC = ({ ...props }) => ( +export const IconPagelessSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagelessSharpFilled as default } diff --git a/src/IconPagesOutlined.tsx b/src/IconPagesOutlined.tsx index 77a0fcb53..c559e52f9 100644 --- a/src/IconPagesOutlined.tsx +++ b/src/IconPagesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesOutlined: React.FC = ({ ...props }) => ( +export const IconPagesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesOutlined as default } diff --git a/src/IconPagesOutlinedFilled.tsx b/src/IconPagesOutlinedFilled.tsx index 7c112d900..cb543f670 100644 --- a/src/IconPagesOutlinedFilled.tsx +++ b/src/IconPagesOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPagesOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesOutlinedFilled as default } diff --git a/src/IconPagesRounded.tsx b/src/IconPagesRounded.tsx index 48b60d8be..dc188bac3 100644 --- a/src/IconPagesRounded.tsx +++ b/src/IconPagesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesRounded: React.FC = ({ ...props }) => ( +export const IconPagesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesRounded as default } diff --git a/src/IconPagesRoundedFilled.tsx b/src/IconPagesRoundedFilled.tsx index 77a2efc3a..e0b63515d 100644 --- a/src/IconPagesRoundedFilled.tsx +++ b/src/IconPagesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPagesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesRoundedFilled as default } diff --git a/src/IconPagesSharp.tsx b/src/IconPagesSharp.tsx index 80f6c545a..fd0234d1a 100644 --- a/src/IconPagesSharp.tsx +++ b/src/IconPagesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesSharp: React.FC = ({ ...props }) => ( +export const IconPagesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesSharp as default } diff --git a/src/IconPagesSharpFilled.tsx b/src/IconPagesSharpFilled.tsx index 35456248c..4ec91f326 100644 --- a/src/IconPagesSharpFilled.tsx +++ b/src/IconPagesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPagesSharpFilled: React.FC = ({ ...props }) => ( +export const IconPagesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPagesSharpFilled as default } diff --git a/src/IconPageviewOutlined.tsx b/src/IconPageviewOutlined.tsx index a3f0d7016..7d1573625 100644 --- a/src/IconPageviewOutlined.tsx +++ b/src/IconPageviewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewOutlined: React.FC = ({ ...props }) => ( +export const IconPageviewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageviewOutlined as default } diff --git a/src/IconPageviewOutlinedFilled.tsx b/src/IconPageviewOutlinedFilled.tsx index e5ceee5d9..b35c3e0b8 100644 --- a/src/IconPageviewOutlinedFilled.tsx +++ b/src/IconPageviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPageviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageviewOutlinedFilled as default } diff --git a/src/IconPageviewRounded.tsx b/src/IconPageviewRounded.tsx index 94269768b..ab8e12838 100644 --- a/src/IconPageviewRounded.tsx +++ b/src/IconPageviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewRounded: React.FC = ({ ...props }) => ( +export const IconPageviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageviewRounded as default } diff --git a/src/IconPageviewRoundedFilled.tsx b/src/IconPageviewRoundedFilled.tsx index 550a06ddf..535150294 100644 --- a/src/IconPageviewRoundedFilled.tsx +++ b/src/IconPageviewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPageviewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPageviewRoundedFilled as default } diff --git a/src/IconPageviewSharp.tsx b/src/IconPageviewSharp.tsx index 9bec5c55b..85865022c 100644 --- a/src/IconPageviewSharp.tsx +++ b/src/IconPageviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewSharp: React.FC = ({ ...props }) => ( +export const IconPageviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageviewSharp as default } diff --git a/src/IconPageviewSharpFilled.tsx b/src/IconPageviewSharpFilled.tsx index 164747bd5..b6dfb3a62 100644 --- a/src/IconPageviewSharpFilled.tsx +++ b/src/IconPageviewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPageviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconPageviewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPageviewSharpFilled as default } diff --git a/src/IconPaidOutlined.tsx b/src/IconPaidOutlined.tsx index fff22a67b..79c2d0d3c 100644 --- a/src/IconPaidOutlined.tsx +++ b/src/IconPaidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidOutlined: React.FC = ({ ...props }) => ( +export const IconPaidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidOutlined as default } diff --git a/src/IconPaidOutlinedFilled.tsx b/src/IconPaidOutlinedFilled.tsx index edea5aa54..1b38f1617 100644 --- a/src/IconPaidOutlinedFilled.tsx +++ b/src/IconPaidOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPaidOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidOutlinedFilled as default } diff --git a/src/IconPaidRounded.tsx b/src/IconPaidRounded.tsx index 9352be473..db2aea6fc 100644 --- a/src/IconPaidRounded.tsx +++ b/src/IconPaidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidRounded: React.FC = ({ ...props }) => ( +export const IconPaidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidRounded as default } diff --git a/src/IconPaidRoundedFilled.tsx b/src/IconPaidRoundedFilled.tsx index ef364cac1..210c84e5c 100644 --- a/src/IconPaidRoundedFilled.tsx +++ b/src/IconPaidRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPaidRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidRoundedFilled as default } diff --git a/src/IconPaidSharp.tsx b/src/IconPaidSharp.tsx index bf3740744..b1c0d5a45 100644 --- a/src/IconPaidSharp.tsx +++ b/src/IconPaidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidSharp: React.FC = ({ ...props }) => ( +export const IconPaidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidSharp as default } diff --git a/src/IconPaidSharpFilled.tsx b/src/IconPaidSharpFilled.tsx index 4811c5be0..27c326f7c 100644 --- a/src/IconPaidSharpFilled.tsx +++ b/src/IconPaidSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaidSharpFilled: React.FC = ({ ...props }) => ( +export const IconPaidSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaidSharpFilled as default } diff --git a/src/IconPaletteOutlined.tsx b/src/IconPaletteOutlined.tsx index 24d0c8aaf..d65379988 100644 --- a/src/IconPaletteOutlined.tsx +++ b/src/IconPaletteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteOutlined: React.FC = ({ ...props }) => ( +export const IconPaletteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaletteOutlined as default } diff --git a/src/IconPaletteOutlinedFilled.tsx b/src/IconPaletteOutlinedFilled.tsx index f98b0e996..2d5b0e639 100644 --- a/src/IconPaletteOutlinedFilled.tsx +++ b/src/IconPaletteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPaletteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPaletteOutlinedFilled as default } diff --git a/src/IconPaletteRounded.tsx b/src/IconPaletteRounded.tsx index eab95ecf3..b319119e6 100644 --- a/src/IconPaletteRounded.tsx +++ b/src/IconPaletteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteRounded: React.FC = ({ ...props }) => ( +export const IconPaletteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaletteRounded as default } diff --git a/src/IconPaletteRoundedFilled.tsx b/src/IconPaletteRoundedFilled.tsx index 4253940ac..37ca786b8 100644 --- a/src/IconPaletteRoundedFilled.tsx +++ b/src/IconPaletteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPaletteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaletteRoundedFilled as default } diff --git a/src/IconPaletteSharp.tsx b/src/IconPaletteSharp.tsx index 9de6fd4ec..2e1ca9f76 100644 --- a/src/IconPaletteSharp.tsx +++ b/src/IconPaletteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteSharp: React.FC = ({ ...props }) => ( +export const IconPaletteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaletteSharp as default } diff --git a/src/IconPaletteSharpFilled.tsx b/src/IconPaletteSharpFilled.tsx index 64f18f0f3..33a1bd478 100644 --- a/src/IconPaletteSharpFilled.tsx +++ b/src/IconPaletteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaletteSharpFilled: React.FC = ({ ...props }) => ( +export const IconPaletteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaletteSharpFilled as default } diff --git a/src/IconPalletOutlined.tsx b/src/IconPalletOutlined.tsx index b6c7dff23..de35c97e5 100644 --- a/src/IconPalletOutlined.tsx +++ b/src/IconPalletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletOutlined: React.FC = ({ ...props }) => ( +export const IconPalletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletOutlined as default } diff --git a/src/IconPalletOutlinedFilled.tsx b/src/IconPalletOutlinedFilled.tsx index d5c026105..1d5bdb2d3 100644 --- a/src/IconPalletOutlinedFilled.tsx +++ b/src/IconPalletOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPalletOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletOutlinedFilled as default } diff --git a/src/IconPalletRounded.tsx b/src/IconPalletRounded.tsx index 103d795a5..79051f49f 100644 --- a/src/IconPalletRounded.tsx +++ b/src/IconPalletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletRounded: React.FC = ({ ...props }) => ( +export const IconPalletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletRounded as default } diff --git a/src/IconPalletRoundedFilled.tsx b/src/IconPalletRoundedFilled.tsx index ec069b156..16644c3b0 100644 --- a/src/IconPalletRoundedFilled.tsx +++ b/src/IconPalletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPalletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletRoundedFilled as default } diff --git a/src/IconPalletSharp.tsx b/src/IconPalletSharp.tsx index 306e2079e..a8651e6fe 100644 --- a/src/IconPalletSharp.tsx +++ b/src/IconPalletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletSharp: React.FC = ({ ...props }) => ( +export const IconPalletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletSharp as default } diff --git a/src/IconPalletSharpFilled.tsx b/src/IconPalletSharpFilled.tsx index 94628a3fb..1d4bcbc6d 100644 --- a/src/IconPalletSharpFilled.tsx +++ b/src/IconPalletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPalletSharpFilled: React.FC = ({ ...props }) => ( +export const IconPalletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPalletSharpFilled as default } diff --git a/src/IconPanToolAltOutlined.tsx b/src/IconPanToolAltOutlined.tsx index a8ce1daaa..ea6b95de7 100644 --- a/src/IconPanToolAltOutlined.tsx +++ b/src/IconPanToolAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltOutlined: React.FC = ({ ...props }) => ( +export const IconPanToolAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolAltOutlined as default } diff --git a/src/IconPanToolAltOutlinedFilled.tsx b/src/IconPanToolAltOutlinedFilled.tsx index 5ab32aeec..d6a3d38fa 100644 --- a/src/IconPanToolAltOutlinedFilled.tsx +++ b/src/IconPanToolAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPanToolAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanToolAltOutlinedFilled as default } diff --git a/src/IconPanToolAltRounded.tsx b/src/IconPanToolAltRounded.tsx index 901ff9692..523990905 100644 --- a/src/IconPanToolAltRounded.tsx +++ b/src/IconPanToolAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltRounded: React.FC = ({ ...props }) => ( +export const IconPanToolAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolAltRounded as default } diff --git a/src/IconPanToolAltRoundedFilled.tsx b/src/IconPanToolAltRoundedFilled.tsx index 845640240..d19d03de2 100644 --- a/src/IconPanToolAltRoundedFilled.tsx +++ b/src/IconPanToolAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPanToolAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanToolAltRoundedFilled as default } diff --git a/src/IconPanToolAltSharp.tsx b/src/IconPanToolAltSharp.tsx index f75256858..b8bcc58a2 100644 --- a/src/IconPanToolAltSharp.tsx +++ b/src/IconPanToolAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltSharp: React.FC = ({ ...props }) => ( +export const IconPanToolAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolAltSharp as default } diff --git a/src/IconPanToolAltSharpFilled.tsx b/src/IconPanToolAltSharpFilled.tsx index fea76513c..7460e8c78 100644 --- a/src/IconPanToolAltSharpFilled.tsx +++ b/src/IconPanToolAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconPanToolAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanToolAltSharpFilled as default } diff --git a/src/IconPanToolOutlined.tsx b/src/IconPanToolOutlined.tsx index 8595e75c5..0da00b1c1 100644 --- a/src/IconPanToolOutlined.tsx +++ b/src/IconPanToolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolOutlined: React.FC = ({ ...props }) => ( +export const IconPanToolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolOutlined as default } diff --git a/src/IconPanToolOutlinedFilled.tsx b/src/IconPanToolOutlinedFilled.tsx index 3a226db4d..62e595d0b 100644 --- a/src/IconPanToolOutlinedFilled.tsx +++ b/src/IconPanToolOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPanToolOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanToolOutlinedFilled as default } diff --git a/src/IconPanToolRounded.tsx b/src/IconPanToolRounded.tsx index 7473c569b..043cd81a2 100644 --- a/src/IconPanToolRounded.tsx +++ b/src/IconPanToolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolRounded: React.FC = ({ ...props }) => ( +export const IconPanToolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolRounded as default } diff --git a/src/IconPanToolRoundedFilled.tsx b/src/IconPanToolRoundedFilled.tsx index 49133b882..99a66cc31 100644 --- a/src/IconPanToolRoundedFilled.tsx +++ b/src/IconPanToolRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPanToolRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolRoundedFilled as default } diff --git a/src/IconPanToolSharp.tsx b/src/IconPanToolSharp.tsx index d2a38bc6f..3cce607fe 100644 --- a/src/IconPanToolSharp.tsx +++ b/src/IconPanToolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolSharp: React.FC = ({ ...props }) => ( +export const IconPanToolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolSharp as default } diff --git a/src/IconPanToolSharpFilled.tsx b/src/IconPanToolSharpFilled.tsx index 2f10d6c5a..316308a05 100644 --- a/src/IconPanToolSharpFilled.tsx +++ b/src/IconPanToolSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanToolSharpFilled: React.FC = ({ ...props }) => ( +export const IconPanToolSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanToolSharpFilled as default } diff --git a/src/IconPanZoomOutlined.tsx b/src/IconPanZoomOutlined.tsx index ee8241603..5d7464a04 100644 --- a/src/IconPanZoomOutlined.tsx +++ b/src/IconPanZoomOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomOutlined: React.FC = ({ ...props }) => ( +export const IconPanZoomOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanZoomOutlined as default } diff --git a/src/IconPanZoomOutlinedFilled.tsx b/src/IconPanZoomOutlinedFilled.tsx index 7c39ccdda..b91750c4a 100644 --- a/src/IconPanZoomOutlinedFilled.tsx +++ b/src/IconPanZoomOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPanZoomOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanZoomOutlinedFilled as default } diff --git a/src/IconPanZoomRounded.tsx b/src/IconPanZoomRounded.tsx index de6a8ea37..343e3b6aa 100644 --- a/src/IconPanZoomRounded.tsx +++ b/src/IconPanZoomRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomRounded: React.FC = ({ ...props }) => ( +export const IconPanZoomRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanZoomRounded as default } diff --git a/src/IconPanZoomRoundedFilled.tsx b/src/IconPanZoomRoundedFilled.tsx index ed560948b..f3f7533a5 100644 --- a/src/IconPanZoomRoundedFilled.tsx +++ b/src/IconPanZoomRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPanZoomRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanZoomRoundedFilled as default } diff --git a/src/IconPanZoomSharp.tsx b/src/IconPanZoomSharp.tsx index de7e5bf42..d23cd8261 100644 --- a/src/IconPanZoomSharp.tsx +++ b/src/IconPanZoomSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomSharp: React.FC = ({ ...props }) => ( +export const IconPanZoomSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanZoomSharp as default } diff --git a/src/IconPanZoomSharpFilled.tsx b/src/IconPanZoomSharpFilled.tsx index 53d0d0ede..6f32fb2fd 100644 --- a/src/IconPanZoomSharpFilled.tsx +++ b/src/IconPanZoomSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanZoomSharpFilled: React.FC = ({ ...props }) => ( +export const IconPanZoomSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanZoomSharpFilled as default } diff --git a/src/IconPanoramaHorizontalOutlined.tsx b/src/IconPanoramaHorizontalOutlined.tsx index db5bb1f23..889a6ff8d 100644 --- a/src/IconPanoramaHorizontalOutlined.tsx +++ b/src/IconPanoramaHorizontalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalOutlined: React.FC = ({ ...props }) => ( +export const IconPanoramaHorizontalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaHorizontalOutlined as default } diff --git a/src/IconPanoramaHorizontalOutlinedFilled.tsx b/src/IconPanoramaHorizontalOutlinedFilled.tsx index e0a36ba0f..51bb4eea2 100644 --- a/src/IconPanoramaHorizontalOutlinedFilled.tsx +++ b/src/IconPanoramaHorizontalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalOutlinedFilled: React.FC = ({ +export const IconPanoramaHorizontalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaHorizontalOutlinedFilled: React.FC = ({ ) - -export { IconPanoramaHorizontalOutlinedFilled as default } diff --git a/src/IconPanoramaHorizontalRounded.tsx b/src/IconPanoramaHorizontalRounded.tsx index 9a2c073b5..496c724a9 100644 --- a/src/IconPanoramaHorizontalRounded.tsx +++ b/src/IconPanoramaHorizontalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalRounded: React.FC = ({ ...props }) => ( +export const IconPanoramaHorizontalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaHorizontalRounded as default } diff --git a/src/IconPanoramaHorizontalRoundedFilled.tsx b/src/IconPanoramaHorizontalRoundedFilled.tsx index dcfda340b..b870ddc72 100644 --- a/src/IconPanoramaHorizontalRoundedFilled.tsx +++ b/src/IconPanoramaHorizontalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalRoundedFilled: React.FC = ({ +export const IconPanoramaHorizontalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaHorizontalRoundedFilled: React.FC = ({ ) - -export { IconPanoramaHorizontalRoundedFilled as default } diff --git a/src/IconPanoramaHorizontalSharp.tsx b/src/IconPanoramaHorizontalSharp.tsx index 9028459f3..23b775457 100644 --- a/src/IconPanoramaHorizontalSharp.tsx +++ b/src/IconPanoramaHorizontalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalSharp: React.FC = ({ ...props }) => ( +export const IconPanoramaHorizontalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaHorizontalSharp as default } diff --git a/src/IconPanoramaHorizontalSharpFilled.tsx b/src/IconPanoramaHorizontalSharpFilled.tsx index a341fff7f..20fdf8add 100644 --- a/src/IconPanoramaHorizontalSharpFilled.tsx +++ b/src/IconPanoramaHorizontalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaHorizontalSharpFilled: React.FC = ({ +export const IconPanoramaHorizontalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaHorizontalSharpFilled: React.FC = ({ ) - -export { IconPanoramaHorizontalSharpFilled as default } diff --git a/src/IconPanoramaOutlined.tsx b/src/IconPanoramaOutlined.tsx index 44fe2c600..5ccca3a18 100644 --- a/src/IconPanoramaOutlined.tsx +++ b/src/IconPanoramaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaOutlined: React.FC = ({ ...props }) => ( +export const IconPanoramaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanoramaOutlined as default } diff --git a/src/IconPanoramaOutlinedFilled.tsx b/src/IconPanoramaOutlinedFilled.tsx index 40b173dec..48428b5e6 100644 --- a/src/IconPanoramaOutlinedFilled.tsx +++ b/src/IconPanoramaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPanoramaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaOutlinedFilled as default } diff --git a/src/IconPanoramaPhotosphereOutlined.tsx b/src/IconPanoramaPhotosphereOutlined.tsx index 9cfbf5317..218de3a3b 100644 --- a/src/IconPanoramaPhotosphereOutlined.tsx +++ b/src/IconPanoramaPhotosphereOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereOutlined: React.FC = ({ ...props }) => ( +export const IconPanoramaPhotosphereOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaPhotosphereOutlined as default } diff --git a/src/IconPanoramaPhotosphereOutlinedFilled.tsx b/src/IconPanoramaPhotosphereOutlinedFilled.tsx index 5a9528c36..442298f86 100644 --- a/src/IconPanoramaPhotosphereOutlinedFilled.tsx +++ b/src/IconPanoramaPhotosphereOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereOutlinedFilled: React.FC = ({ +export const IconPanoramaPhotosphereOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaPhotosphereOutlinedFilled: React.FC = ({ ) - -export { IconPanoramaPhotosphereOutlinedFilled as default } diff --git a/src/IconPanoramaPhotosphereRounded.tsx b/src/IconPanoramaPhotosphereRounded.tsx index bf692b1b3..cbcfb9705 100644 --- a/src/IconPanoramaPhotosphereRounded.tsx +++ b/src/IconPanoramaPhotosphereRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereRounded: React.FC = ({ ...props }) => ( +export const IconPanoramaPhotosphereRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaPhotosphereRounded as default } diff --git a/src/IconPanoramaPhotosphereRoundedFilled.tsx b/src/IconPanoramaPhotosphereRoundedFilled.tsx index f909e9a5c..b5671e04a 100644 --- a/src/IconPanoramaPhotosphereRoundedFilled.tsx +++ b/src/IconPanoramaPhotosphereRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereRoundedFilled: React.FC = ({ +export const IconPanoramaPhotosphereRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaPhotosphereRoundedFilled: React.FC = ({ ) - -export { IconPanoramaPhotosphereRoundedFilled as default } diff --git a/src/IconPanoramaPhotosphereSharp.tsx b/src/IconPanoramaPhotosphereSharp.tsx index 19397b4c9..b33d494d2 100644 --- a/src/IconPanoramaPhotosphereSharp.tsx +++ b/src/IconPanoramaPhotosphereSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereSharp: React.FC = ({ ...props }) => ( +export const IconPanoramaPhotosphereSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaPhotosphereSharp as default } diff --git a/src/IconPanoramaPhotosphereSharpFilled.tsx b/src/IconPanoramaPhotosphereSharpFilled.tsx index eab9178b5..a1c1c8dd8 100644 --- a/src/IconPanoramaPhotosphereSharpFilled.tsx +++ b/src/IconPanoramaPhotosphereSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaPhotosphereSharpFilled: React.FC = ({ +export const IconPanoramaPhotosphereSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaPhotosphereSharpFilled: React.FC = ({ ) - -export { IconPanoramaPhotosphereSharpFilled as default } diff --git a/src/IconPanoramaRounded.tsx b/src/IconPanoramaRounded.tsx index 9a0a6e4fc..bf784c1c1 100644 --- a/src/IconPanoramaRounded.tsx +++ b/src/IconPanoramaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaRounded: React.FC = ({ ...props }) => ( +export const IconPanoramaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanoramaRounded as default } diff --git a/src/IconPanoramaRoundedFilled.tsx b/src/IconPanoramaRoundedFilled.tsx index 3f9727fc9..faca96c35 100644 --- a/src/IconPanoramaRoundedFilled.tsx +++ b/src/IconPanoramaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPanoramaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaRoundedFilled as default } diff --git a/src/IconPanoramaSharp.tsx b/src/IconPanoramaSharp.tsx index df5e6dbba..c3a5a4a1d 100644 --- a/src/IconPanoramaSharp.tsx +++ b/src/IconPanoramaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaSharp: React.FC = ({ ...props }) => ( +export const IconPanoramaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanoramaSharp as default } diff --git a/src/IconPanoramaSharpFilled.tsx b/src/IconPanoramaSharpFilled.tsx index abf3201f6..6159d2cbb 100644 --- a/src/IconPanoramaSharpFilled.tsx +++ b/src/IconPanoramaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaSharpFilled: React.FC = ({ ...props }) => ( +export const IconPanoramaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPanoramaSharpFilled as default } diff --git a/src/IconPanoramaVerticalOutlined.tsx b/src/IconPanoramaVerticalOutlined.tsx index e5ecd4b47..d923930a4 100644 --- a/src/IconPanoramaVerticalOutlined.tsx +++ b/src/IconPanoramaVerticalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalOutlined: React.FC = ({ ...props }) => ( +export const IconPanoramaVerticalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaVerticalOutlined as default } diff --git a/src/IconPanoramaVerticalOutlinedFilled.tsx b/src/IconPanoramaVerticalOutlinedFilled.tsx index c3a244975..3d3c86941 100644 --- a/src/IconPanoramaVerticalOutlinedFilled.tsx +++ b/src/IconPanoramaVerticalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalOutlinedFilled: React.FC = ({ +export const IconPanoramaVerticalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaVerticalOutlinedFilled: React.FC = ({ ) - -export { IconPanoramaVerticalOutlinedFilled as default } diff --git a/src/IconPanoramaVerticalRounded.tsx b/src/IconPanoramaVerticalRounded.tsx index 56f6858f8..2804438ea 100644 --- a/src/IconPanoramaVerticalRounded.tsx +++ b/src/IconPanoramaVerticalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalRounded: React.FC = ({ ...props }) => ( +export const IconPanoramaVerticalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaVerticalRounded as default } diff --git a/src/IconPanoramaVerticalRoundedFilled.tsx b/src/IconPanoramaVerticalRoundedFilled.tsx index 57483d5f0..f480df69e 100644 --- a/src/IconPanoramaVerticalRoundedFilled.tsx +++ b/src/IconPanoramaVerticalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalRoundedFilled: React.FC = ({ +export const IconPanoramaVerticalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaVerticalRoundedFilled: React.FC = ({ ) - -export { IconPanoramaVerticalRoundedFilled as default } diff --git a/src/IconPanoramaVerticalSharp.tsx b/src/IconPanoramaVerticalSharp.tsx index b6c1f5656..8c665a57f 100644 --- a/src/IconPanoramaVerticalSharp.tsx +++ b/src/IconPanoramaVerticalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalSharp: React.FC = ({ ...props }) => ( +export const IconPanoramaVerticalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaVerticalSharp as default } diff --git a/src/IconPanoramaVerticalSharpFilled.tsx b/src/IconPanoramaVerticalSharpFilled.tsx index eb7c3fc4f..4be38b89c 100644 --- a/src/IconPanoramaVerticalSharpFilled.tsx +++ b/src/IconPanoramaVerticalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaVerticalSharpFilled: React.FC = ({ ...props }) => ( +export const IconPanoramaVerticalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaVerticalSharpFilled as default } diff --git a/src/IconPanoramaWideAngleOutlined.tsx b/src/IconPanoramaWideAngleOutlined.tsx index 292e18351..e3c337f92 100644 --- a/src/IconPanoramaWideAngleOutlined.tsx +++ b/src/IconPanoramaWideAngleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleOutlined: React.FC = ({ ...props }) => ( +export const IconPanoramaWideAngleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaWideAngleOutlined as default } diff --git a/src/IconPanoramaWideAngleOutlinedFilled.tsx b/src/IconPanoramaWideAngleOutlinedFilled.tsx index aed63752d..6c6d43a8f 100644 --- a/src/IconPanoramaWideAngleOutlinedFilled.tsx +++ b/src/IconPanoramaWideAngleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleOutlinedFilled: React.FC = ({ +export const IconPanoramaWideAngleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaWideAngleOutlinedFilled: React.FC = ({ ) - -export { IconPanoramaWideAngleOutlinedFilled as default } diff --git a/src/IconPanoramaWideAngleRounded.tsx b/src/IconPanoramaWideAngleRounded.tsx index 11420c602..49f17358b 100644 --- a/src/IconPanoramaWideAngleRounded.tsx +++ b/src/IconPanoramaWideAngleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleRounded: React.FC = ({ ...props }) => ( +export const IconPanoramaWideAngleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaWideAngleRounded as default } diff --git a/src/IconPanoramaWideAngleRoundedFilled.tsx b/src/IconPanoramaWideAngleRoundedFilled.tsx index d05a2c48f..fa21f047e 100644 --- a/src/IconPanoramaWideAngleRoundedFilled.tsx +++ b/src/IconPanoramaWideAngleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleRoundedFilled: React.FC = ({ +export const IconPanoramaWideAngleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaWideAngleRoundedFilled: React.FC = ({ ) - -export { IconPanoramaWideAngleRoundedFilled as default } diff --git a/src/IconPanoramaWideAngleSharp.tsx b/src/IconPanoramaWideAngleSharp.tsx index 657180ca8..83865a678 100644 --- a/src/IconPanoramaWideAngleSharp.tsx +++ b/src/IconPanoramaWideAngleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleSharp: React.FC = ({ ...props }) => ( +export const IconPanoramaWideAngleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPanoramaWideAngleSharp as default } diff --git a/src/IconPanoramaWideAngleSharpFilled.tsx b/src/IconPanoramaWideAngleSharpFilled.tsx index 4b81623fe..9d381dab0 100644 --- a/src/IconPanoramaWideAngleSharpFilled.tsx +++ b/src/IconPanoramaWideAngleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPanoramaWideAngleSharpFilled: React.FC = ({ +export const IconPanoramaWideAngleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPanoramaWideAngleSharpFilled: React.FC = ({ ) - -export { IconPanoramaWideAngleSharpFilled as default } diff --git a/src/IconParaglidingOutlined.tsx b/src/IconParaglidingOutlined.tsx index 06c0601e0..fab1c56d5 100644 --- a/src/IconParaglidingOutlined.tsx +++ b/src/IconParaglidingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingOutlined: React.FC = ({ ...props }) => ( +export const IconParaglidingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParaglidingOutlined as default } diff --git a/src/IconParaglidingOutlinedFilled.tsx b/src/IconParaglidingOutlinedFilled.tsx index 858bb8984..f2c599161 100644 --- a/src/IconParaglidingOutlinedFilled.tsx +++ b/src/IconParaglidingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconParaglidingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconParaglidingOutlinedFilled as default } diff --git a/src/IconParaglidingRounded.tsx b/src/IconParaglidingRounded.tsx index 59c32ad70..eb7849d79 100644 --- a/src/IconParaglidingRounded.tsx +++ b/src/IconParaglidingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingRounded: React.FC = ({ ...props }) => ( +export const IconParaglidingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParaglidingRounded as default } diff --git a/src/IconParaglidingRoundedFilled.tsx b/src/IconParaglidingRoundedFilled.tsx index 3921fe93a..97ab2784d 100644 --- a/src/IconParaglidingRoundedFilled.tsx +++ b/src/IconParaglidingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconParaglidingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconParaglidingRoundedFilled as default } diff --git a/src/IconParaglidingSharp.tsx b/src/IconParaglidingSharp.tsx index bfd1747f8..ec5e4612d 100644 --- a/src/IconParaglidingSharp.tsx +++ b/src/IconParaglidingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingSharp: React.FC = ({ ...props }) => ( +export const IconParaglidingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParaglidingSharp as default } diff --git a/src/IconParaglidingSharpFilled.tsx b/src/IconParaglidingSharpFilled.tsx index 488e07c18..e0b4d1ac7 100644 --- a/src/IconParaglidingSharpFilled.tsx +++ b/src/IconParaglidingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconParaglidingSharpFilled: React.FC = ({ ...props }) => ( +export const IconParaglidingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconParaglidingSharpFilled as default } diff --git a/src/IconParkOutlined.tsx b/src/IconParkOutlined.tsx index 2523caf2b..77e865afa 100644 --- a/src/IconParkOutlined.tsx +++ b/src/IconParkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkOutlined: React.FC = ({ ...props }) => ( +export const IconParkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkOutlined as default } diff --git a/src/IconParkOutlinedFilled.tsx b/src/IconParkOutlinedFilled.tsx index 966dbf028..bea1cc994 100644 --- a/src/IconParkOutlinedFilled.tsx +++ b/src/IconParkOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconParkOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkOutlinedFilled as default } diff --git a/src/IconParkRounded.tsx b/src/IconParkRounded.tsx index 0a5660aff..468def926 100644 --- a/src/IconParkRounded.tsx +++ b/src/IconParkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkRounded: React.FC = ({ ...props }) => ( +export const IconParkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkRounded as default } diff --git a/src/IconParkRoundedFilled.tsx b/src/IconParkRoundedFilled.tsx index 1cbc9c8d8..9cdb1a573 100644 --- a/src/IconParkRoundedFilled.tsx +++ b/src/IconParkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconParkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkRoundedFilled as default } diff --git a/src/IconParkSharp.tsx b/src/IconParkSharp.tsx index d4a2da30a..5f94aa6fa 100644 --- a/src/IconParkSharp.tsx +++ b/src/IconParkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkSharp: React.FC = ({ ...props }) => ( +export const IconParkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkSharp as default } diff --git a/src/IconParkSharpFilled.tsx b/src/IconParkSharpFilled.tsx index 482c4ce60..5035ed36a 100644 --- a/src/IconParkSharpFilled.tsx +++ b/src/IconParkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconParkSharpFilled: React.FC = ({ ...props }) => ( +export const IconParkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconParkSharpFilled as default } diff --git a/src/IconPartlyCloudyDayOutlined.tsx b/src/IconPartlyCloudyDayOutlined.tsx index 02da0bb27..283d4b36b 100644 --- a/src/IconPartlyCloudyDayOutlined.tsx +++ b/src/IconPartlyCloudyDayOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDayOutlined: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyDayOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyDayOutlined as default } diff --git a/src/IconPartlyCloudyDayOutlinedFilled.tsx b/src/IconPartlyCloudyDayOutlinedFilled.tsx index 0b63d1ff0..5bd7ac814 100644 --- a/src/IconPartlyCloudyDayOutlinedFilled.tsx +++ b/src/IconPartlyCloudyDayOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDayOutlinedFilled: React.FC = ({ +export const IconPartlyCloudyDayOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartlyCloudyDayOutlinedFilled: React.FC = ({ ) - -export { IconPartlyCloudyDayOutlinedFilled as default } diff --git a/src/IconPartlyCloudyDayRounded.tsx b/src/IconPartlyCloudyDayRounded.tsx index 5c3ea0106..918773baf 100644 --- a/src/IconPartlyCloudyDayRounded.tsx +++ b/src/IconPartlyCloudyDayRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDayRounded: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyDayRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyDayRounded as default } diff --git a/src/IconPartlyCloudyDayRoundedFilled.tsx b/src/IconPartlyCloudyDayRoundedFilled.tsx index de22da21f..744e3d372 100644 --- a/src/IconPartlyCloudyDayRoundedFilled.tsx +++ b/src/IconPartlyCloudyDayRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDayRoundedFilled: React.FC = ({ +export const IconPartlyCloudyDayRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartlyCloudyDayRoundedFilled: React.FC = ({ ) - -export { IconPartlyCloudyDayRoundedFilled as default } diff --git a/src/IconPartlyCloudyDaySharp.tsx b/src/IconPartlyCloudyDaySharp.tsx index 732cadc28..3d7589c03 100644 --- a/src/IconPartlyCloudyDaySharp.tsx +++ b/src/IconPartlyCloudyDaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDaySharp: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyDaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyDaySharp as default } diff --git a/src/IconPartlyCloudyDaySharpFilled.tsx b/src/IconPartlyCloudyDaySharpFilled.tsx index 57eed207f..01945844a 100644 --- a/src/IconPartlyCloudyDaySharpFilled.tsx +++ b/src/IconPartlyCloudyDaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyDaySharpFilled: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyDaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyDaySharpFilled as default } diff --git a/src/IconPartlyCloudyNightOutlined.tsx b/src/IconPartlyCloudyNightOutlined.tsx index aefef38a9..6b4e981db 100644 --- a/src/IconPartlyCloudyNightOutlined.tsx +++ b/src/IconPartlyCloudyNightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightOutlined: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyNightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyNightOutlined as default } diff --git a/src/IconPartlyCloudyNightOutlinedFilled.tsx b/src/IconPartlyCloudyNightOutlinedFilled.tsx index 787ee3284..c5da3bc9f 100644 --- a/src/IconPartlyCloudyNightOutlinedFilled.tsx +++ b/src/IconPartlyCloudyNightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightOutlinedFilled: React.FC = ({ +export const IconPartlyCloudyNightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartlyCloudyNightOutlinedFilled: React.FC = ({ ) - -export { IconPartlyCloudyNightOutlinedFilled as default } diff --git a/src/IconPartlyCloudyNightRounded.tsx b/src/IconPartlyCloudyNightRounded.tsx index 8501ddad6..c29e7ea36 100644 --- a/src/IconPartlyCloudyNightRounded.tsx +++ b/src/IconPartlyCloudyNightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightRounded: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyNightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyNightRounded as default } diff --git a/src/IconPartlyCloudyNightRoundedFilled.tsx b/src/IconPartlyCloudyNightRoundedFilled.tsx index 72e589b3c..57b495144 100644 --- a/src/IconPartlyCloudyNightRoundedFilled.tsx +++ b/src/IconPartlyCloudyNightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightRoundedFilled: React.FC = ({ +export const IconPartlyCloudyNightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartlyCloudyNightRoundedFilled: React.FC = ({ ) - -export { IconPartlyCloudyNightRoundedFilled as default } diff --git a/src/IconPartlyCloudyNightSharp.tsx b/src/IconPartlyCloudyNightSharp.tsx index 31c6bb0bb..28bd98736 100644 --- a/src/IconPartlyCloudyNightSharp.tsx +++ b/src/IconPartlyCloudyNightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightSharp: React.FC = ({ ...props }) => ( +export const IconPartlyCloudyNightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartlyCloudyNightSharp as default } diff --git a/src/IconPartlyCloudyNightSharpFilled.tsx b/src/IconPartlyCloudyNightSharpFilled.tsx index 28222a924..70102f9a1 100644 --- a/src/IconPartlyCloudyNightSharpFilled.tsx +++ b/src/IconPartlyCloudyNightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartlyCloudyNightSharpFilled: React.FC = ({ +export const IconPartlyCloudyNightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartlyCloudyNightSharpFilled: React.FC = ({ ) - -export { IconPartlyCloudyNightSharpFilled as default } diff --git a/src/IconPartnerExchangeOutlined.tsx b/src/IconPartnerExchangeOutlined.tsx index 96d34ac3d..e756b3073 100644 --- a/src/IconPartnerExchangeOutlined.tsx +++ b/src/IconPartnerExchangeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeOutlined: React.FC = ({ ...props }) => ( +export const IconPartnerExchangeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerExchangeOutlined as default } diff --git a/src/IconPartnerExchangeOutlinedFilled.tsx b/src/IconPartnerExchangeOutlinedFilled.tsx index 52dfc9497..bc0afd73b 100644 --- a/src/IconPartnerExchangeOutlinedFilled.tsx +++ b/src/IconPartnerExchangeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeOutlinedFilled: React.FC = ({ +export const IconPartnerExchangeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartnerExchangeOutlinedFilled: React.FC = ({ ) - -export { IconPartnerExchangeOutlinedFilled as default } diff --git a/src/IconPartnerExchangeRounded.tsx b/src/IconPartnerExchangeRounded.tsx index 8c0b13852..625da8049 100644 --- a/src/IconPartnerExchangeRounded.tsx +++ b/src/IconPartnerExchangeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeRounded: React.FC = ({ ...props }) => ( +export const IconPartnerExchangeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerExchangeRounded as default } diff --git a/src/IconPartnerExchangeRoundedFilled.tsx b/src/IconPartnerExchangeRoundedFilled.tsx index daea86832..fb60d5bbc 100644 --- a/src/IconPartnerExchangeRoundedFilled.tsx +++ b/src/IconPartnerExchangeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeRoundedFilled: React.FC = ({ +export const IconPartnerExchangeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartnerExchangeRoundedFilled: React.FC = ({ ) - -export { IconPartnerExchangeRoundedFilled as default } diff --git a/src/IconPartnerExchangeSharp.tsx b/src/IconPartnerExchangeSharp.tsx index 01e27be3e..79c029f96 100644 --- a/src/IconPartnerExchangeSharp.tsx +++ b/src/IconPartnerExchangeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeSharp: React.FC = ({ ...props }) => ( +export const IconPartnerExchangeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartnerExchangeSharp as default } diff --git a/src/IconPartnerExchangeSharpFilled.tsx b/src/IconPartnerExchangeSharpFilled.tsx index cec93154d..0e3eefa6b 100644 --- a/src/IconPartnerExchangeSharpFilled.tsx +++ b/src/IconPartnerExchangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerExchangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPartnerExchangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerExchangeSharpFilled as default } diff --git a/src/IconPartnerReportsOutlined.tsx b/src/IconPartnerReportsOutlined.tsx index 5f1bc8c76..a83dfff0b 100644 --- a/src/IconPartnerReportsOutlined.tsx +++ b/src/IconPartnerReportsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsOutlined: React.FC = ({ ...props }) => ( +export const IconPartnerReportsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerReportsOutlined as default } diff --git a/src/IconPartnerReportsOutlinedFilled.tsx b/src/IconPartnerReportsOutlinedFilled.tsx index 265434a3c..e0cac2f33 100644 --- a/src/IconPartnerReportsOutlinedFilled.tsx +++ b/src/IconPartnerReportsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsOutlinedFilled: React.FC = ({ +export const IconPartnerReportsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPartnerReportsOutlinedFilled: React.FC = ({ ) - -export { IconPartnerReportsOutlinedFilled as default } diff --git a/src/IconPartnerReportsRounded.tsx b/src/IconPartnerReportsRounded.tsx index e01807099..868315210 100644 --- a/src/IconPartnerReportsRounded.tsx +++ b/src/IconPartnerReportsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsRounded: React.FC = ({ ...props }) => ( +export const IconPartnerReportsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerReportsRounded as default } diff --git a/src/IconPartnerReportsRoundedFilled.tsx b/src/IconPartnerReportsRoundedFilled.tsx index 66f1cdb2c..5fe2abee5 100644 --- a/src/IconPartnerReportsRoundedFilled.tsx +++ b/src/IconPartnerReportsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPartnerReportsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerReportsRoundedFilled as default } diff --git a/src/IconPartnerReportsSharp.tsx b/src/IconPartnerReportsSharp.tsx index 6ff23d45a..dedfe31fa 100644 --- a/src/IconPartnerReportsSharp.tsx +++ b/src/IconPartnerReportsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsSharp: React.FC = ({ ...props }) => ( +export const IconPartnerReportsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartnerReportsSharp as default } diff --git a/src/IconPartnerReportsSharpFilled.tsx b/src/IconPartnerReportsSharpFilled.tsx index de5234d5e..f06ed360c 100644 --- a/src/IconPartnerReportsSharpFilled.tsx +++ b/src/IconPartnerReportsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartnerReportsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPartnerReportsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartnerReportsSharpFilled as default } diff --git a/src/IconPartyModeOutlined.tsx b/src/IconPartyModeOutlined.tsx index c404414f2..22340e506 100644 --- a/src/IconPartyModeOutlined.tsx +++ b/src/IconPartyModeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeOutlined: React.FC = ({ ...props }) => ( +export const IconPartyModeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartyModeOutlined as default } diff --git a/src/IconPartyModeOutlinedFilled.tsx b/src/IconPartyModeOutlinedFilled.tsx index 4a7d35366..20c9ee9ae 100644 --- a/src/IconPartyModeOutlinedFilled.tsx +++ b/src/IconPartyModeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPartyModeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartyModeOutlinedFilled as default } diff --git a/src/IconPartyModeRounded.tsx b/src/IconPartyModeRounded.tsx index d565bda47..ccc092283 100644 --- a/src/IconPartyModeRounded.tsx +++ b/src/IconPartyModeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeRounded: React.FC = ({ ...props }) => ( +export const IconPartyModeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartyModeRounded as default } diff --git a/src/IconPartyModeRoundedFilled.tsx b/src/IconPartyModeRoundedFilled.tsx index 02d817333..cd834db52 100644 --- a/src/IconPartyModeRoundedFilled.tsx +++ b/src/IconPartyModeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPartyModeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPartyModeRoundedFilled as default } diff --git a/src/IconPartyModeSharp.tsx b/src/IconPartyModeSharp.tsx index 3aadb6d08..39b4959f1 100644 --- a/src/IconPartyModeSharp.tsx +++ b/src/IconPartyModeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeSharp: React.FC = ({ ...props }) => ( +export const IconPartyModeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartyModeSharp as default } diff --git a/src/IconPartyModeSharpFilled.tsx b/src/IconPartyModeSharpFilled.tsx index 4ffb422ab..d532af7ee 100644 --- a/src/IconPartyModeSharpFilled.tsx +++ b/src/IconPartyModeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPartyModeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPartyModeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPartyModeSharpFilled as default } diff --git a/src/IconPasskeyOutlined.tsx b/src/IconPasskeyOutlined.tsx index 042d2d4fa..0ebe784b8 100644 --- a/src/IconPasskeyOutlined.tsx +++ b/src/IconPasskeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeyOutlined: React.FC = ({ ...props }) => ( +export const IconPasskeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasskeyOutlined as default } diff --git a/src/IconPasskeyOutlinedFilled.tsx b/src/IconPasskeyOutlinedFilled.tsx index d348931ac..a1e0100f0 100644 --- a/src/IconPasskeyOutlinedFilled.tsx +++ b/src/IconPasskeyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPasskeyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPasskeyOutlinedFilled as default } diff --git a/src/IconPasskeyRounded.tsx b/src/IconPasskeyRounded.tsx index 26b257c8d..2724978b2 100644 --- a/src/IconPasskeyRounded.tsx +++ b/src/IconPasskeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeyRounded: React.FC = ({ ...props }) => ( +export const IconPasskeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasskeyRounded as default } diff --git a/src/IconPasskeyRoundedFilled.tsx b/src/IconPasskeyRoundedFilled.tsx index 9c66835f3..f1c02bc48 100644 --- a/src/IconPasskeyRoundedFilled.tsx +++ b/src/IconPasskeyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPasskeyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasskeyRoundedFilled as default } diff --git a/src/IconPasskeySharp.tsx b/src/IconPasskeySharp.tsx index 109d3da30..0ad9b6150 100644 --- a/src/IconPasskeySharp.tsx +++ b/src/IconPasskeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeySharp: React.FC = ({ ...props }) => ( +export const IconPasskeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasskeySharp as default } diff --git a/src/IconPasskeySharpFilled.tsx b/src/IconPasskeySharpFilled.tsx index 39fc11269..726370b71 100644 --- a/src/IconPasskeySharpFilled.tsx +++ b/src/IconPasskeySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasskeySharpFilled: React.FC = ({ ...props }) => ( +export const IconPasskeySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasskeySharpFilled as default } diff --git a/src/IconPassword2OffOutlined.tsx b/src/IconPassword2OffOutlined.tsx index ca7cf7709..9e0c5cf5c 100644 --- a/src/IconPassword2OffOutlined.tsx +++ b/src/IconPassword2OffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffOutlined: React.FC = ({ ...props }) => ( +export const IconPassword2OffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2OffOutlined as default } diff --git a/src/IconPassword2OffOutlinedFilled.tsx b/src/IconPassword2OffOutlinedFilled.tsx index d28cbb6e2..9f94bee30 100644 --- a/src/IconPassword2OffOutlinedFilled.tsx +++ b/src/IconPassword2OffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPassword2OffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPassword2OffOutlinedFilled as default } diff --git a/src/IconPassword2OffRounded.tsx b/src/IconPassword2OffRounded.tsx index ab4a60ce0..1fdba4747 100644 --- a/src/IconPassword2OffRounded.tsx +++ b/src/IconPassword2OffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffRounded: React.FC = ({ ...props }) => ( +export const IconPassword2OffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2OffRounded as default } diff --git a/src/IconPassword2OffRoundedFilled.tsx b/src/IconPassword2OffRoundedFilled.tsx index 2c7719bb2..57c0a7889 100644 --- a/src/IconPassword2OffRoundedFilled.tsx +++ b/src/IconPassword2OffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPassword2OffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPassword2OffRoundedFilled as default } diff --git a/src/IconPassword2OffSharp.tsx b/src/IconPassword2OffSharp.tsx index 28b629320..84583e3b8 100644 --- a/src/IconPassword2OffSharp.tsx +++ b/src/IconPassword2OffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffSharp: React.FC = ({ ...props }) => ( +export const IconPassword2OffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2OffSharp as default } diff --git a/src/IconPassword2OffSharpFilled.tsx b/src/IconPassword2OffSharpFilled.tsx index fae89412c..b2665386e 100644 --- a/src/IconPassword2OffSharpFilled.tsx +++ b/src/IconPassword2OffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPassword2OffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPassword2OffSharpFilled as default } diff --git a/src/IconPassword2Outlined.tsx b/src/IconPassword2Outlined.tsx index 40e8e8e19..92126aab1 100644 --- a/src/IconPassword2Outlined.tsx +++ b/src/IconPassword2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2Outlined: React.FC = ({ ...props }) => ( +export const IconPassword2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2Outlined as default } diff --git a/src/IconPassword2OutlinedFilled.tsx b/src/IconPassword2OutlinedFilled.tsx index d6aad5e39..f2c25a811 100644 --- a/src/IconPassword2OutlinedFilled.tsx +++ b/src/IconPassword2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPassword2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPassword2OutlinedFilled as default } diff --git a/src/IconPassword2Rounded.tsx b/src/IconPassword2Rounded.tsx index f0e3ae6cc..8a7665f69 100644 --- a/src/IconPassword2Rounded.tsx +++ b/src/IconPassword2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2Rounded: React.FC = ({ ...props }) => ( +export const IconPassword2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2Rounded as default } diff --git a/src/IconPassword2RoundedFilled.tsx b/src/IconPassword2RoundedFilled.tsx index 62c0e24b4..740975194 100644 --- a/src/IconPassword2RoundedFilled.tsx +++ b/src/IconPassword2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPassword2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPassword2RoundedFilled as default } diff --git a/src/IconPassword2Sharp.tsx b/src/IconPassword2Sharp.tsx index 8b75ffb72..b70a1f7f9 100644 --- a/src/IconPassword2Sharp.tsx +++ b/src/IconPassword2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2Sharp: React.FC = ({ ...props }) => ( +export const IconPassword2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2Sharp as default } diff --git a/src/IconPassword2SharpFilled.tsx b/src/IconPassword2SharpFilled.tsx index 067033628..8a0eea3f7 100644 --- a/src/IconPassword2SharpFilled.tsx +++ b/src/IconPassword2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPassword2SharpFilled: React.FC = ({ ...props }) => ( +export const IconPassword2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPassword2SharpFilled as default } diff --git a/src/IconPasswordOutlined.tsx b/src/IconPasswordOutlined.tsx index 8c46e0326..d752a9c2b 100644 --- a/src/IconPasswordOutlined.tsx +++ b/src/IconPasswordOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordOutlined: React.FC = ({ ...props }) => ( +export const IconPasswordOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasswordOutlined as default } diff --git a/src/IconPasswordOutlinedFilled.tsx b/src/IconPasswordOutlinedFilled.tsx index 752c6a69e..edf14a53d 100644 --- a/src/IconPasswordOutlinedFilled.tsx +++ b/src/IconPasswordOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPasswordOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPasswordOutlinedFilled as default } diff --git a/src/IconPasswordRounded.tsx b/src/IconPasswordRounded.tsx index 115d03503..8b97533fa 100644 --- a/src/IconPasswordRounded.tsx +++ b/src/IconPasswordRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordRounded: React.FC = ({ ...props }) => ( +export const IconPasswordRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasswordRounded as default } diff --git a/src/IconPasswordRoundedFilled.tsx b/src/IconPasswordRoundedFilled.tsx index 7d5d28134..d7aceb6b0 100644 --- a/src/IconPasswordRoundedFilled.tsx +++ b/src/IconPasswordRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPasswordRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPasswordRoundedFilled as default } diff --git a/src/IconPasswordSharp.tsx b/src/IconPasswordSharp.tsx index 129ffbb8c..11a534601 100644 --- a/src/IconPasswordSharp.tsx +++ b/src/IconPasswordSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordSharp: React.FC = ({ ...props }) => ( +export const IconPasswordSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasswordSharp as default } diff --git a/src/IconPasswordSharpFilled.tsx b/src/IconPasswordSharpFilled.tsx index 84bbc6078..9b74da03e 100644 --- a/src/IconPasswordSharpFilled.tsx +++ b/src/IconPasswordSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPasswordSharpFilled: React.FC = ({ ...props }) => ( +export const IconPasswordSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPasswordSharpFilled as default } diff --git a/src/IconPatientListOutlined.tsx b/src/IconPatientListOutlined.tsx index 7e0fd5cdd..a52bc0a91 100644 --- a/src/IconPatientListOutlined.tsx +++ b/src/IconPatientListOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListOutlined: React.FC = ({ ...props }) => ( +export const IconPatientListOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatientListOutlined as default } diff --git a/src/IconPatientListOutlinedFilled.tsx b/src/IconPatientListOutlinedFilled.tsx index 7083801bd..41b768cb2 100644 --- a/src/IconPatientListOutlinedFilled.tsx +++ b/src/IconPatientListOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPatientListOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPatientListOutlinedFilled as default } diff --git a/src/IconPatientListRounded.tsx b/src/IconPatientListRounded.tsx index b5788e423..35a4a163a 100644 --- a/src/IconPatientListRounded.tsx +++ b/src/IconPatientListRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListRounded: React.FC = ({ ...props }) => ( +export const IconPatientListRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatientListRounded as default } diff --git a/src/IconPatientListRoundedFilled.tsx b/src/IconPatientListRoundedFilled.tsx index e2c19b093..7328e5e5c 100644 --- a/src/IconPatientListRoundedFilled.tsx +++ b/src/IconPatientListRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPatientListRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPatientListRoundedFilled as default } diff --git a/src/IconPatientListSharp.tsx b/src/IconPatientListSharp.tsx index 77d5fde42..525c3cf84 100644 --- a/src/IconPatientListSharp.tsx +++ b/src/IconPatientListSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListSharp: React.FC = ({ ...props }) => ( +export const IconPatientListSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatientListSharp as default } diff --git a/src/IconPatientListSharpFilled.tsx b/src/IconPatientListSharpFilled.tsx index 276842e80..d0c97708b 100644 --- a/src/IconPatientListSharpFilled.tsx +++ b/src/IconPatientListSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPatientListSharpFilled: React.FC = ({ ...props }) => ( +export const IconPatientListSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPatientListSharpFilled as default } diff --git a/src/IconPatternOutlined.tsx b/src/IconPatternOutlined.tsx index b06a3bc04..48bad935f 100644 --- a/src/IconPatternOutlined.tsx +++ b/src/IconPatternOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatternOutlined: React.FC = ({ ...props }) => ( +export const IconPatternOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatternOutlined as default } diff --git a/src/IconPatternOutlinedFilled.tsx b/src/IconPatternOutlinedFilled.tsx index a70ce7367..de83b3766 100644 --- a/src/IconPatternOutlinedFilled.tsx +++ b/src/IconPatternOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPatternOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPatternOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPatternOutlinedFilled as default } diff --git a/src/IconPatternRounded.tsx b/src/IconPatternRounded.tsx index d4c29767e..022f15bac 100644 --- a/src/IconPatternRounded.tsx +++ b/src/IconPatternRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatternRounded: React.FC = ({ ...props }) => ( +export const IconPatternRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatternRounded as default } diff --git a/src/IconPatternRoundedFilled.tsx b/src/IconPatternRoundedFilled.tsx index 334217378..b5c0e6850 100644 --- a/src/IconPatternRoundedFilled.tsx +++ b/src/IconPatternRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatternRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPatternRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatternRoundedFilled as default } diff --git a/src/IconPatternSharp.tsx b/src/IconPatternSharp.tsx index 318e78681..8cec891aa 100644 --- a/src/IconPatternSharp.tsx +++ b/src/IconPatternSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatternSharp: React.FC = ({ ...props }) => ( +export const IconPatternSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatternSharp as default } diff --git a/src/IconPatternSharpFilled.tsx b/src/IconPatternSharpFilled.tsx index a169c5b5b..616fb469f 100644 --- a/src/IconPatternSharpFilled.tsx +++ b/src/IconPatternSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPatternSharpFilled: React.FC = ({ ...props }) => ( +export const IconPatternSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPatternSharpFilled as default } diff --git a/src/IconPauseCircleOutlined.tsx b/src/IconPauseCircleOutlined.tsx index fb80ac8b9..b739b9c46 100644 --- a/src/IconPauseCircleOutlined.tsx +++ b/src/IconPauseCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleOutlined: React.FC = ({ ...props }) => ( +export const IconPauseCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseCircleOutlined as default } diff --git a/src/IconPauseCircleOutlinedFilled.tsx b/src/IconPauseCircleOutlinedFilled.tsx index 2d44cda5e..09f31d625 100644 --- a/src/IconPauseCircleOutlinedFilled.tsx +++ b/src/IconPauseCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPauseCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPauseCircleOutlinedFilled as default } diff --git a/src/IconPauseCircleRounded.tsx b/src/IconPauseCircleRounded.tsx index 1f8bbf1e0..a4b886977 100644 --- a/src/IconPauseCircleRounded.tsx +++ b/src/IconPauseCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleRounded: React.FC = ({ ...props }) => ( +export const IconPauseCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseCircleRounded as default } diff --git a/src/IconPauseCircleRoundedFilled.tsx b/src/IconPauseCircleRoundedFilled.tsx index 4b261c2b1..07bf80554 100644 --- a/src/IconPauseCircleRoundedFilled.tsx +++ b/src/IconPauseCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPauseCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPauseCircleRoundedFilled as default } diff --git a/src/IconPauseCircleSharp.tsx b/src/IconPauseCircleSharp.tsx index b32bb2f28..7fdaffdcd 100644 --- a/src/IconPauseCircleSharp.tsx +++ b/src/IconPauseCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleSharp: React.FC = ({ ...props }) => ( +export const IconPauseCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseCircleSharp as default } diff --git a/src/IconPauseCircleSharpFilled.tsx b/src/IconPauseCircleSharpFilled.tsx index a45fef480..94e5e66fa 100644 --- a/src/IconPauseCircleSharpFilled.tsx +++ b/src/IconPauseCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPauseCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconPauseCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPauseCircleSharpFilled as default } diff --git a/src/IconPauseOutlined.tsx b/src/IconPauseOutlined.tsx index 5caf0d70b..73c300692 100644 --- a/src/IconPauseOutlined.tsx +++ b/src/IconPauseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseOutlined: React.FC = ({ ...props }) => ( +export const IconPauseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseOutlined as default } diff --git a/src/IconPauseOutlinedFilled.tsx b/src/IconPauseOutlinedFilled.tsx index e8e64819a..29f3c641a 100644 --- a/src/IconPauseOutlinedFilled.tsx +++ b/src/IconPauseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPauseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseOutlinedFilled as default } diff --git a/src/IconPausePresentationOutlined.tsx b/src/IconPausePresentationOutlined.tsx index cc18b995d..2798ee620 100644 --- a/src/IconPausePresentationOutlined.tsx +++ b/src/IconPausePresentationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationOutlined: React.FC = ({ ...props }) => ( +export const IconPausePresentationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPausePresentationOutlined as default } diff --git a/src/IconPausePresentationOutlinedFilled.tsx b/src/IconPausePresentationOutlinedFilled.tsx index 0a6068541..a4ded88fd 100644 --- a/src/IconPausePresentationOutlinedFilled.tsx +++ b/src/IconPausePresentationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationOutlinedFilled: React.FC = ({ +export const IconPausePresentationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPausePresentationOutlinedFilled: React.FC = ({ ) - -export { IconPausePresentationOutlinedFilled as default } diff --git a/src/IconPausePresentationRounded.tsx b/src/IconPausePresentationRounded.tsx index 8697178e0..34728859f 100644 --- a/src/IconPausePresentationRounded.tsx +++ b/src/IconPausePresentationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationRounded: React.FC = ({ ...props }) => ( +export const IconPausePresentationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPausePresentationRounded as default } diff --git a/src/IconPausePresentationRoundedFilled.tsx b/src/IconPausePresentationRoundedFilled.tsx index 53517969f..5572c5de5 100644 --- a/src/IconPausePresentationRoundedFilled.tsx +++ b/src/IconPausePresentationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationRoundedFilled: React.FC = ({ +export const IconPausePresentationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPausePresentationRoundedFilled: React.FC = ({ ) - -export { IconPausePresentationRoundedFilled as default } diff --git a/src/IconPausePresentationSharp.tsx b/src/IconPausePresentationSharp.tsx index 2ab8054a4..ead439dd2 100644 --- a/src/IconPausePresentationSharp.tsx +++ b/src/IconPausePresentationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationSharp: React.FC = ({ ...props }) => ( +export const IconPausePresentationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPausePresentationSharp as default } diff --git a/src/IconPausePresentationSharpFilled.tsx b/src/IconPausePresentationSharpFilled.tsx index d316647a7..5d294f482 100644 --- a/src/IconPausePresentationSharpFilled.tsx +++ b/src/IconPausePresentationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPausePresentationSharpFilled: React.FC = ({ +export const IconPausePresentationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPausePresentationSharpFilled: React.FC = ({ ) - -export { IconPausePresentationSharpFilled as default } diff --git a/src/IconPauseRounded.tsx b/src/IconPauseRounded.tsx index e11358256..b35644373 100644 --- a/src/IconPauseRounded.tsx +++ b/src/IconPauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseRounded: React.FC = ({ ...props }) => ( +export const IconPauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseRounded as default } diff --git a/src/IconPauseRoundedFilled.tsx b/src/IconPauseRoundedFilled.tsx index 2f4340c2c..41a3617a7 100644 --- a/src/IconPauseRoundedFilled.tsx +++ b/src/IconPauseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPauseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseRoundedFilled as default } diff --git a/src/IconPauseSharp.tsx b/src/IconPauseSharp.tsx index 85c04457e..f8d2d981b 100644 --- a/src/IconPauseSharp.tsx +++ b/src/IconPauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseSharp: React.FC = ({ ...props }) => ( +export const IconPauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseSharp as default } diff --git a/src/IconPauseSharpFilled.tsx b/src/IconPauseSharpFilled.tsx index 87fc65033..8c54533c2 100644 --- a/src/IconPauseSharpFilled.tsx +++ b/src/IconPauseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconPauseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPauseSharpFilled as default } diff --git a/src/IconPaymentsOutlined.tsx b/src/IconPaymentsOutlined.tsx index 3e2c44a61..a5c553d81 100644 --- a/src/IconPaymentsOutlined.tsx +++ b/src/IconPaymentsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsOutlined: React.FC = ({ ...props }) => ( +export const IconPaymentsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaymentsOutlined as default } diff --git a/src/IconPaymentsOutlinedFilled.tsx b/src/IconPaymentsOutlinedFilled.tsx index 8467e0983..986bc2d9f 100644 --- a/src/IconPaymentsOutlinedFilled.tsx +++ b/src/IconPaymentsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPaymentsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPaymentsOutlinedFilled as default } diff --git a/src/IconPaymentsRounded.tsx b/src/IconPaymentsRounded.tsx index 620011655..04e67f557 100644 --- a/src/IconPaymentsRounded.tsx +++ b/src/IconPaymentsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsRounded: React.FC = ({ ...props }) => ( +export const IconPaymentsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaymentsRounded as default } diff --git a/src/IconPaymentsRoundedFilled.tsx b/src/IconPaymentsRoundedFilled.tsx index cd0c0e312..f491c3937 100644 --- a/src/IconPaymentsRoundedFilled.tsx +++ b/src/IconPaymentsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPaymentsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPaymentsRoundedFilled as default } diff --git a/src/IconPaymentsSharp.tsx b/src/IconPaymentsSharp.tsx index a46e47d1b..4b1c66b7b 100644 --- a/src/IconPaymentsSharp.tsx +++ b/src/IconPaymentsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsSharp: React.FC = ({ ...props }) => ( +export const IconPaymentsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaymentsSharp as default } diff --git a/src/IconPaymentsSharpFilled.tsx b/src/IconPaymentsSharpFilled.tsx index f5ebf8133..a9f103db8 100644 --- a/src/IconPaymentsSharpFilled.tsx +++ b/src/IconPaymentsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPaymentsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPaymentsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPaymentsSharpFilled as default } diff --git a/src/IconPedalBikeOutlined.tsx b/src/IconPedalBikeOutlined.tsx index 1e0b96844..fce2b8575 100644 --- a/src/IconPedalBikeOutlined.tsx +++ b/src/IconPedalBikeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeOutlined: React.FC = ({ ...props }) => ( +export const IconPedalBikeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPedalBikeOutlined as default } diff --git a/src/IconPedalBikeOutlinedFilled.tsx b/src/IconPedalBikeOutlinedFilled.tsx index 2e4b6f37d..80b56c3f4 100644 --- a/src/IconPedalBikeOutlinedFilled.tsx +++ b/src/IconPedalBikeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPedalBikeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPedalBikeOutlinedFilled as default } diff --git a/src/IconPedalBikeRounded.tsx b/src/IconPedalBikeRounded.tsx index d6347ddf4..ce7334bc9 100644 --- a/src/IconPedalBikeRounded.tsx +++ b/src/IconPedalBikeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeRounded: React.FC = ({ ...props }) => ( +export const IconPedalBikeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPedalBikeRounded as default } diff --git a/src/IconPedalBikeRoundedFilled.tsx b/src/IconPedalBikeRoundedFilled.tsx index a71ea8c05..432c91e82 100644 --- a/src/IconPedalBikeRoundedFilled.tsx +++ b/src/IconPedalBikeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPedalBikeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPedalBikeRoundedFilled as default } diff --git a/src/IconPedalBikeSharp.tsx b/src/IconPedalBikeSharp.tsx index 031ed1826..fe7969cd9 100644 --- a/src/IconPedalBikeSharp.tsx +++ b/src/IconPedalBikeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeSharp: React.FC = ({ ...props }) => ( +export const IconPedalBikeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPedalBikeSharp as default } diff --git a/src/IconPedalBikeSharpFilled.tsx b/src/IconPedalBikeSharpFilled.tsx index 3a4fea860..010de1f66 100644 --- a/src/IconPedalBikeSharpFilled.tsx +++ b/src/IconPedalBikeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPedalBikeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPedalBikeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPedalBikeSharpFilled as default } diff --git a/src/IconPediatricsOutlined.tsx b/src/IconPediatricsOutlined.tsx index 048b09a6f..ee05b4eca 100644 --- a/src/IconPediatricsOutlined.tsx +++ b/src/IconPediatricsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsOutlined: React.FC = ({ ...props }) => ( +export const IconPediatricsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPediatricsOutlined as default } diff --git a/src/IconPediatricsOutlinedFilled.tsx b/src/IconPediatricsOutlinedFilled.tsx index f76f9c6db..7804da85c 100644 --- a/src/IconPediatricsOutlinedFilled.tsx +++ b/src/IconPediatricsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPediatricsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPediatricsOutlinedFilled as default } diff --git a/src/IconPediatricsRounded.tsx b/src/IconPediatricsRounded.tsx index de348b5dc..27c498970 100644 --- a/src/IconPediatricsRounded.tsx +++ b/src/IconPediatricsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsRounded: React.FC = ({ ...props }) => ( +export const IconPediatricsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPediatricsRounded as default } diff --git a/src/IconPediatricsRoundedFilled.tsx b/src/IconPediatricsRoundedFilled.tsx index c764ed328..28e39c2f7 100644 --- a/src/IconPediatricsRoundedFilled.tsx +++ b/src/IconPediatricsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPediatricsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPediatricsRoundedFilled as default } diff --git a/src/IconPediatricsSharp.tsx b/src/IconPediatricsSharp.tsx index 390fe95e0..0fa8ce44c 100644 --- a/src/IconPediatricsSharp.tsx +++ b/src/IconPediatricsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsSharp: React.FC = ({ ...props }) => ( +export const IconPediatricsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPediatricsSharp as default } diff --git a/src/IconPediatricsSharpFilled.tsx b/src/IconPediatricsSharpFilled.tsx index 8941e8c74..26fbd41f1 100644 --- a/src/IconPediatricsSharpFilled.tsx +++ b/src/IconPediatricsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPediatricsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPediatricsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPediatricsSharpFilled as default } diff --git a/src/IconPenSize1Outlined.tsx b/src/IconPenSize1Outlined.tsx index 95ce3d3e1..31fa7f38f 100644 --- a/src/IconPenSize1Outlined.tsx +++ b/src/IconPenSize1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1Outlined: React.FC = ({ ...props }) => ( +export const IconPenSize1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize1Outlined as default } diff --git a/src/IconPenSize1OutlinedFilled.tsx b/src/IconPenSize1OutlinedFilled.tsx index aa1070b33..30575619a 100644 --- a/src/IconPenSize1OutlinedFilled.tsx +++ b/src/IconPenSize1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize1OutlinedFilled as default } diff --git a/src/IconPenSize1Rounded.tsx b/src/IconPenSize1Rounded.tsx index c3d9cfec9..acb5a9507 100644 --- a/src/IconPenSize1Rounded.tsx +++ b/src/IconPenSize1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1Rounded: React.FC = ({ ...props }) => ( +export const IconPenSize1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize1Rounded as default } diff --git a/src/IconPenSize1RoundedFilled.tsx b/src/IconPenSize1RoundedFilled.tsx index d4e566b3e..44cfbd3df 100644 --- a/src/IconPenSize1RoundedFilled.tsx +++ b/src/IconPenSize1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize1RoundedFilled as default } diff --git a/src/IconPenSize1Sharp.tsx b/src/IconPenSize1Sharp.tsx index f29221a27..44ae3252c 100644 --- a/src/IconPenSize1Sharp.tsx +++ b/src/IconPenSize1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1Sharp: React.FC = ({ ...props }) => ( +export const IconPenSize1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize1Sharp as default } diff --git a/src/IconPenSize1SharpFilled.tsx b/src/IconPenSize1SharpFilled.tsx index 09172565a..4febd3353 100644 --- a/src/IconPenSize1SharpFilled.tsx +++ b/src/IconPenSize1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize1SharpFilled: React.FC = ({ ...props }) => ( +export const IconPenSize1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize1SharpFilled as default } diff --git a/src/IconPenSize2Outlined.tsx b/src/IconPenSize2Outlined.tsx index 843ec36bc..771a09816 100644 --- a/src/IconPenSize2Outlined.tsx +++ b/src/IconPenSize2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2Outlined: React.FC = ({ ...props }) => ( +export const IconPenSize2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize2Outlined as default } diff --git a/src/IconPenSize2OutlinedFilled.tsx b/src/IconPenSize2OutlinedFilled.tsx index cec2997e3..f17c42d38 100644 --- a/src/IconPenSize2OutlinedFilled.tsx +++ b/src/IconPenSize2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize2OutlinedFilled as default } diff --git a/src/IconPenSize2Rounded.tsx b/src/IconPenSize2Rounded.tsx index 456a30a2e..53919c102 100644 --- a/src/IconPenSize2Rounded.tsx +++ b/src/IconPenSize2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2Rounded: React.FC = ({ ...props }) => ( +export const IconPenSize2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize2Rounded as default } diff --git a/src/IconPenSize2RoundedFilled.tsx b/src/IconPenSize2RoundedFilled.tsx index 2082f1f5f..cab0d57fa 100644 --- a/src/IconPenSize2RoundedFilled.tsx +++ b/src/IconPenSize2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize2RoundedFilled as default } diff --git a/src/IconPenSize2Sharp.tsx b/src/IconPenSize2Sharp.tsx index 70bba0eb4..cabe1a30c 100644 --- a/src/IconPenSize2Sharp.tsx +++ b/src/IconPenSize2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2Sharp: React.FC = ({ ...props }) => ( +export const IconPenSize2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize2Sharp as default } diff --git a/src/IconPenSize2SharpFilled.tsx b/src/IconPenSize2SharpFilled.tsx index 8f5f12c7c..299a7b820 100644 --- a/src/IconPenSize2SharpFilled.tsx +++ b/src/IconPenSize2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize2SharpFilled: React.FC = ({ ...props }) => ( +export const IconPenSize2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize2SharpFilled as default } diff --git a/src/IconPenSize3Outlined.tsx b/src/IconPenSize3Outlined.tsx index 47fe74779..d45899bb1 100644 --- a/src/IconPenSize3Outlined.tsx +++ b/src/IconPenSize3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3Outlined: React.FC = ({ ...props }) => ( +export const IconPenSize3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize3Outlined as default } diff --git a/src/IconPenSize3OutlinedFilled.tsx b/src/IconPenSize3OutlinedFilled.tsx index 22fbfa765..f162311dd 100644 --- a/src/IconPenSize3OutlinedFilled.tsx +++ b/src/IconPenSize3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize3OutlinedFilled as default } diff --git a/src/IconPenSize3Rounded.tsx b/src/IconPenSize3Rounded.tsx index 8fa9d28d7..1dcfb48d1 100644 --- a/src/IconPenSize3Rounded.tsx +++ b/src/IconPenSize3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3Rounded: React.FC = ({ ...props }) => ( +export const IconPenSize3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize3Rounded as default } diff --git a/src/IconPenSize3RoundedFilled.tsx b/src/IconPenSize3RoundedFilled.tsx index 40b66ef06..d4b2380f4 100644 --- a/src/IconPenSize3RoundedFilled.tsx +++ b/src/IconPenSize3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize3RoundedFilled as default } diff --git a/src/IconPenSize3Sharp.tsx b/src/IconPenSize3Sharp.tsx index 84f5b5575..6d6382545 100644 --- a/src/IconPenSize3Sharp.tsx +++ b/src/IconPenSize3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3Sharp: React.FC = ({ ...props }) => ( +export const IconPenSize3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize3Sharp as default } diff --git a/src/IconPenSize3SharpFilled.tsx b/src/IconPenSize3SharpFilled.tsx index 5494a9685..c43acad05 100644 --- a/src/IconPenSize3SharpFilled.tsx +++ b/src/IconPenSize3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize3SharpFilled: React.FC = ({ ...props }) => ( +export const IconPenSize3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize3SharpFilled as default } diff --git a/src/IconPenSize4Outlined.tsx b/src/IconPenSize4Outlined.tsx index 82f564386..5819eb87f 100644 --- a/src/IconPenSize4Outlined.tsx +++ b/src/IconPenSize4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4Outlined: React.FC = ({ ...props }) => ( +export const IconPenSize4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize4Outlined as default } diff --git a/src/IconPenSize4OutlinedFilled.tsx b/src/IconPenSize4OutlinedFilled.tsx index 63e5cb45b..1c2f0b96b 100644 --- a/src/IconPenSize4OutlinedFilled.tsx +++ b/src/IconPenSize4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize4OutlinedFilled as default } diff --git a/src/IconPenSize4Rounded.tsx b/src/IconPenSize4Rounded.tsx index 016e3606f..370a36cac 100644 --- a/src/IconPenSize4Rounded.tsx +++ b/src/IconPenSize4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4Rounded: React.FC = ({ ...props }) => ( +export const IconPenSize4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize4Rounded as default } diff --git a/src/IconPenSize4RoundedFilled.tsx b/src/IconPenSize4RoundedFilled.tsx index e97110853..23c330f9c 100644 --- a/src/IconPenSize4RoundedFilled.tsx +++ b/src/IconPenSize4RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize4RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize4RoundedFilled as default } diff --git a/src/IconPenSize4Sharp.tsx b/src/IconPenSize4Sharp.tsx index 232763681..2d45e16bc 100644 --- a/src/IconPenSize4Sharp.tsx +++ b/src/IconPenSize4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4Sharp: React.FC = ({ ...props }) => ( +export const IconPenSize4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize4Sharp as default } diff --git a/src/IconPenSize4SharpFilled.tsx b/src/IconPenSize4SharpFilled.tsx index c67be2356..6a268a1fb 100644 --- a/src/IconPenSize4SharpFilled.tsx +++ b/src/IconPenSize4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize4SharpFilled: React.FC = ({ ...props }) => ( +export const IconPenSize4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize4SharpFilled as default } diff --git a/src/IconPenSize5Outlined.tsx b/src/IconPenSize5Outlined.tsx index 461e3a33e..7ce691e12 100644 --- a/src/IconPenSize5Outlined.tsx +++ b/src/IconPenSize5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5Outlined: React.FC = ({ ...props }) => ( +export const IconPenSize5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize5Outlined as default } diff --git a/src/IconPenSize5OutlinedFilled.tsx b/src/IconPenSize5OutlinedFilled.tsx index 1207b63b4..b588d7655 100644 --- a/src/IconPenSize5OutlinedFilled.tsx +++ b/src/IconPenSize5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize5OutlinedFilled as default } diff --git a/src/IconPenSize5Rounded.tsx b/src/IconPenSize5Rounded.tsx index 0c7f51e8c..7efd74ed7 100644 --- a/src/IconPenSize5Rounded.tsx +++ b/src/IconPenSize5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5Rounded: React.FC = ({ ...props }) => ( +export const IconPenSize5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize5Rounded as default } diff --git a/src/IconPenSize5RoundedFilled.tsx b/src/IconPenSize5RoundedFilled.tsx index 05fda019c..451c7f5a9 100644 --- a/src/IconPenSize5RoundedFilled.tsx +++ b/src/IconPenSize5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPenSize5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPenSize5RoundedFilled as default } diff --git a/src/IconPenSize5Sharp.tsx b/src/IconPenSize5Sharp.tsx index 6957f43bb..3e3aaf04f 100644 --- a/src/IconPenSize5Sharp.tsx +++ b/src/IconPenSize5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5Sharp: React.FC = ({ ...props }) => ( +export const IconPenSize5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize5Sharp as default } diff --git a/src/IconPenSize5SharpFilled.tsx b/src/IconPenSize5SharpFilled.tsx index ef29a89ee..2bbcaa339 100644 --- a/src/IconPenSize5SharpFilled.tsx +++ b/src/IconPenSize5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPenSize5SharpFilled: React.FC = ({ ...props }) => ( +export const IconPenSize5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPenSize5SharpFilled as default } diff --git a/src/IconPendingActionsOutlined.tsx b/src/IconPendingActionsOutlined.tsx index 632acafb3..7fe458e96 100644 --- a/src/IconPendingActionsOutlined.tsx +++ b/src/IconPendingActionsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsOutlined: React.FC = ({ ...props }) => ( +export const IconPendingActionsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPendingActionsOutlined as default } diff --git a/src/IconPendingActionsOutlinedFilled.tsx b/src/IconPendingActionsOutlinedFilled.tsx index d3fb633bf..1fb9b4734 100644 --- a/src/IconPendingActionsOutlinedFilled.tsx +++ b/src/IconPendingActionsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsOutlinedFilled: React.FC = ({ +export const IconPendingActionsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPendingActionsOutlinedFilled: React.FC = ({ ) - -export { IconPendingActionsOutlinedFilled as default } diff --git a/src/IconPendingActionsRounded.tsx b/src/IconPendingActionsRounded.tsx index 0ed17702f..309cce371 100644 --- a/src/IconPendingActionsRounded.tsx +++ b/src/IconPendingActionsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsRounded: React.FC = ({ ...props }) => ( +export const IconPendingActionsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPendingActionsRounded as default } diff --git a/src/IconPendingActionsRoundedFilled.tsx b/src/IconPendingActionsRoundedFilled.tsx index 1796b5f1b..308f2d05b 100644 --- a/src/IconPendingActionsRoundedFilled.tsx +++ b/src/IconPendingActionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPendingActionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPendingActionsRoundedFilled as default } diff --git a/src/IconPendingActionsSharp.tsx b/src/IconPendingActionsSharp.tsx index c5fe2e024..2da44537c 100644 --- a/src/IconPendingActionsSharp.tsx +++ b/src/IconPendingActionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsSharp: React.FC = ({ ...props }) => ( +export const IconPendingActionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingActionsSharp as default } diff --git a/src/IconPendingActionsSharpFilled.tsx b/src/IconPendingActionsSharpFilled.tsx index d527eb8ae..ab9a4de12 100644 --- a/src/IconPendingActionsSharpFilled.tsx +++ b/src/IconPendingActionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPendingActionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPendingActionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPendingActionsSharpFilled as default } diff --git a/src/IconPendingOutlined.tsx b/src/IconPendingOutlined.tsx index 2c7d27b8a..cf6030755 100644 --- a/src/IconPendingOutlined.tsx +++ b/src/IconPendingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingOutlined: React.FC = ({ ...props }) => ( +export const IconPendingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingOutlined as default } diff --git a/src/IconPendingOutlinedFilled.tsx b/src/IconPendingOutlinedFilled.tsx index 8dd441d91..5ae9af8e1 100644 --- a/src/IconPendingOutlinedFilled.tsx +++ b/src/IconPendingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPendingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPendingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPendingOutlinedFilled as default } diff --git a/src/IconPendingRounded.tsx b/src/IconPendingRounded.tsx index 34a35e3a7..bc5494257 100644 --- a/src/IconPendingRounded.tsx +++ b/src/IconPendingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingRounded: React.FC = ({ ...props }) => ( +export const IconPendingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingRounded as default } diff --git a/src/IconPendingRoundedFilled.tsx b/src/IconPendingRoundedFilled.tsx index 6139a80c6..28bb62b59 100644 --- a/src/IconPendingRoundedFilled.tsx +++ b/src/IconPendingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPendingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingRoundedFilled as default } diff --git a/src/IconPendingSharp.tsx b/src/IconPendingSharp.tsx index 953df036d..14de41a3f 100644 --- a/src/IconPendingSharp.tsx +++ b/src/IconPendingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingSharp: React.FC = ({ ...props }) => ( +export const IconPendingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingSharp as default } diff --git a/src/IconPendingSharpFilled.tsx b/src/IconPendingSharpFilled.tsx index a6cb6b00a..3007210c6 100644 --- a/src/IconPendingSharpFilled.tsx +++ b/src/IconPendingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPendingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPendingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPendingSharpFilled as default } diff --git a/src/IconPentagonOutlined.tsx b/src/IconPentagonOutlined.tsx index 18388fca6..4bfa8a71b 100644 --- a/src/IconPentagonOutlined.tsx +++ b/src/IconPentagonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonOutlined: React.FC = ({ ...props }) => ( +export const IconPentagonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPentagonOutlined as default } diff --git a/src/IconPentagonOutlinedFilled.tsx b/src/IconPentagonOutlinedFilled.tsx index 8b7b94d88..33d728b5a 100644 --- a/src/IconPentagonOutlinedFilled.tsx +++ b/src/IconPentagonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPentagonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPentagonOutlinedFilled as default } diff --git a/src/IconPentagonRounded.tsx b/src/IconPentagonRounded.tsx index a9a1cd78f..345f76167 100644 --- a/src/IconPentagonRounded.tsx +++ b/src/IconPentagonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonRounded: React.FC = ({ ...props }) => ( +export const IconPentagonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPentagonRounded as default } diff --git a/src/IconPentagonRoundedFilled.tsx b/src/IconPentagonRoundedFilled.tsx index ad9e3911b..ce94d9628 100644 --- a/src/IconPentagonRoundedFilled.tsx +++ b/src/IconPentagonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPentagonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPentagonRoundedFilled as default } diff --git a/src/IconPentagonSharp.tsx b/src/IconPentagonSharp.tsx index d76d1790a..87ef6cf52 100644 --- a/src/IconPentagonSharp.tsx +++ b/src/IconPentagonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonSharp: React.FC = ({ ...props }) => ( +export const IconPentagonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPentagonSharp as default } diff --git a/src/IconPentagonSharpFilled.tsx b/src/IconPentagonSharpFilled.tsx index 694c14770..901daff9a 100644 --- a/src/IconPentagonSharpFilled.tsx +++ b/src/IconPentagonSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPentagonSharpFilled: React.FC = ({ ...props }) => ( +export const IconPentagonSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPentagonSharpFilled as default } diff --git a/src/IconPercentOutlined.tsx b/src/IconPercentOutlined.tsx index 55fc97f15..9b5b7aa91 100644 --- a/src/IconPercentOutlined.tsx +++ b/src/IconPercentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPercentOutlined: React.FC = ({ ...props }) => ( +export const IconPercentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPercentOutlined as default } diff --git a/src/IconPercentOutlinedFilled.tsx b/src/IconPercentOutlinedFilled.tsx index 65bdf8010..bddf8b1d1 100644 --- a/src/IconPercentOutlinedFilled.tsx +++ b/src/IconPercentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPercentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPercentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPercentOutlinedFilled as default } diff --git a/src/IconPercentRounded.tsx b/src/IconPercentRounded.tsx index b1ea5b316..1650efb1f 100644 --- a/src/IconPercentRounded.tsx +++ b/src/IconPercentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPercentRounded: React.FC = ({ ...props }) => ( +export const IconPercentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPercentRounded as default } diff --git a/src/IconPercentRoundedFilled.tsx b/src/IconPercentRoundedFilled.tsx index 2fa93f401..577b55cf3 100644 --- a/src/IconPercentRoundedFilled.tsx +++ b/src/IconPercentRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPercentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPercentRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPercentRoundedFilled as default } diff --git a/src/IconPercentSharp.tsx b/src/IconPercentSharp.tsx index 0c7837c13..9b1cb642e 100644 --- a/src/IconPercentSharp.tsx +++ b/src/IconPercentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPercentSharp: React.FC = ({ ...props }) => ( +export const IconPercentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPercentSharp as default } diff --git a/src/IconPercentSharpFilled.tsx b/src/IconPercentSharpFilled.tsx index 5455ab61b..2f9aa175e 100644 --- a/src/IconPercentSharpFilled.tsx +++ b/src/IconPercentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPercentSharpFilled: React.FC = ({ ...props }) => ( +export const IconPercentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPercentSharpFilled as default } diff --git a/src/IconPergolaOutlined.tsx b/src/IconPergolaOutlined.tsx index 2eb14f146..c0e2bb0de 100644 --- a/src/IconPergolaOutlined.tsx +++ b/src/IconPergolaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaOutlined: React.FC = ({ ...props }) => ( +export const IconPergolaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPergolaOutlined as default } diff --git a/src/IconPergolaOutlinedFilled.tsx b/src/IconPergolaOutlinedFilled.tsx index b379a13bc..89faec71d 100644 --- a/src/IconPergolaOutlinedFilled.tsx +++ b/src/IconPergolaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPergolaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPergolaOutlinedFilled as default } diff --git a/src/IconPergolaRounded.tsx b/src/IconPergolaRounded.tsx index 42abe4fb2..148bf82b9 100644 --- a/src/IconPergolaRounded.tsx +++ b/src/IconPergolaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaRounded: React.FC = ({ ...props }) => ( +export const IconPergolaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPergolaRounded as default } diff --git a/src/IconPergolaRoundedFilled.tsx b/src/IconPergolaRoundedFilled.tsx index 0b37accec..e94e7bdb7 100644 --- a/src/IconPergolaRoundedFilled.tsx +++ b/src/IconPergolaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPergolaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPergolaRoundedFilled as default } diff --git a/src/IconPergolaSharp.tsx b/src/IconPergolaSharp.tsx index c6d3f4b83..d235995a8 100644 --- a/src/IconPergolaSharp.tsx +++ b/src/IconPergolaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaSharp: React.FC = ({ ...props }) => ( +export const IconPergolaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPergolaSharp as default } diff --git a/src/IconPergolaSharpFilled.tsx b/src/IconPergolaSharpFilled.tsx index 392b3034e..88ee3b77e 100644 --- a/src/IconPergolaSharpFilled.tsx +++ b/src/IconPergolaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPergolaSharpFilled: React.FC = ({ ...props }) => ( +export const IconPergolaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPergolaSharpFilled as default } diff --git a/src/IconPermCameraMicOutlined.tsx b/src/IconPermCameraMicOutlined.tsx index 8095f3d9d..4aa4b9eca 100644 --- a/src/IconPermCameraMicOutlined.tsx +++ b/src/IconPermCameraMicOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicOutlined: React.FC = ({ ...props }) => ( +export const IconPermCameraMicOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicOutlined as default } diff --git a/src/IconPermCameraMicOutlinedFilled.tsx b/src/IconPermCameraMicOutlinedFilled.tsx index fd1d7287e..0e9d1431e 100644 --- a/src/IconPermCameraMicOutlinedFilled.tsx +++ b/src/IconPermCameraMicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPermCameraMicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicOutlinedFilled as default } diff --git a/src/IconPermCameraMicRounded.tsx b/src/IconPermCameraMicRounded.tsx index d7e50b72b..ecec28abf 100644 --- a/src/IconPermCameraMicRounded.tsx +++ b/src/IconPermCameraMicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicRounded: React.FC = ({ ...props }) => ( +export const IconPermCameraMicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicRounded as default } diff --git a/src/IconPermCameraMicRoundedFilled.tsx b/src/IconPermCameraMicRoundedFilled.tsx index 0dc96e966..8e9d280e1 100644 --- a/src/IconPermCameraMicRoundedFilled.tsx +++ b/src/IconPermCameraMicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPermCameraMicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicRoundedFilled as default } diff --git a/src/IconPermCameraMicSharp.tsx b/src/IconPermCameraMicSharp.tsx index b1bec6940..58d96dde1 100644 --- a/src/IconPermCameraMicSharp.tsx +++ b/src/IconPermCameraMicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicSharp: React.FC = ({ ...props }) => ( +export const IconPermCameraMicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicSharp as default } diff --git a/src/IconPermCameraMicSharpFilled.tsx b/src/IconPermCameraMicSharpFilled.tsx index c433c35b7..5507ca5e1 100644 --- a/src/IconPermCameraMicSharpFilled.tsx +++ b/src/IconPermCameraMicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermCameraMicSharpFilled: React.FC = ({ ...props }) => ( +export const IconPermCameraMicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermCameraMicSharpFilled as default } diff --git a/src/IconPermContactCalendarOutlined.tsx b/src/IconPermContactCalendarOutlined.tsx index dd15d64ee..dcc93934a 100644 --- a/src/IconPermContactCalendarOutlined.tsx +++ b/src/IconPermContactCalendarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarOutlined: React.FC = ({ ...props }) => ( +export const IconPermContactCalendarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermContactCalendarOutlined as default } diff --git a/src/IconPermContactCalendarOutlinedFilled.tsx b/src/IconPermContactCalendarOutlinedFilled.tsx index 96c2d8834..3afe4fa01 100644 --- a/src/IconPermContactCalendarOutlinedFilled.tsx +++ b/src/IconPermContactCalendarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarOutlinedFilled: React.FC = ({ +export const IconPermContactCalendarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermContactCalendarOutlinedFilled: React.FC = ({ ) - -export { IconPermContactCalendarOutlinedFilled as default } diff --git a/src/IconPermContactCalendarRounded.tsx b/src/IconPermContactCalendarRounded.tsx index 5590f63ec..62cfe636d 100644 --- a/src/IconPermContactCalendarRounded.tsx +++ b/src/IconPermContactCalendarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarRounded: React.FC = ({ ...props }) => ( +export const IconPermContactCalendarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermContactCalendarRounded as default } diff --git a/src/IconPermContactCalendarRoundedFilled.tsx b/src/IconPermContactCalendarRoundedFilled.tsx index d579cf9a3..03a716f95 100644 --- a/src/IconPermContactCalendarRoundedFilled.tsx +++ b/src/IconPermContactCalendarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarRoundedFilled: React.FC = ({ +export const IconPermContactCalendarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermContactCalendarRoundedFilled: React.FC = ({ ) - -export { IconPermContactCalendarRoundedFilled as default } diff --git a/src/IconPermContactCalendarSharp.tsx b/src/IconPermContactCalendarSharp.tsx index c661f627f..42d1a5e90 100644 --- a/src/IconPermContactCalendarSharp.tsx +++ b/src/IconPermContactCalendarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarSharp: React.FC = ({ ...props }) => ( +export const IconPermContactCalendarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermContactCalendarSharp as default } diff --git a/src/IconPermContactCalendarSharpFilled.tsx b/src/IconPermContactCalendarSharpFilled.tsx index b03a8b784..924d9fcb4 100644 --- a/src/IconPermContactCalendarSharpFilled.tsx +++ b/src/IconPermContactCalendarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermContactCalendarSharpFilled: React.FC = ({ +export const IconPermContactCalendarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermContactCalendarSharpFilled: React.FC = ({ ) - -export { IconPermContactCalendarSharpFilled as default } diff --git a/src/IconPermDataSettingOutlined.tsx b/src/IconPermDataSettingOutlined.tsx index 1e874ef82..9c95deaaf 100644 --- a/src/IconPermDataSettingOutlined.tsx +++ b/src/IconPermDataSettingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingOutlined: React.FC = ({ ...props }) => ( +export const IconPermDataSettingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermDataSettingOutlined as default } diff --git a/src/IconPermDataSettingOutlinedFilled.tsx b/src/IconPermDataSettingOutlinedFilled.tsx index 135c5d681..633ea32d9 100644 --- a/src/IconPermDataSettingOutlinedFilled.tsx +++ b/src/IconPermDataSettingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingOutlinedFilled: React.FC = ({ +export const IconPermDataSettingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDataSettingOutlinedFilled: React.FC = ({ ) - -export { IconPermDataSettingOutlinedFilled as default } diff --git a/src/IconPermDataSettingRounded.tsx b/src/IconPermDataSettingRounded.tsx index 32385314a..21a159a37 100644 --- a/src/IconPermDataSettingRounded.tsx +++ b/src/IconPermDataSettingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingRounded: React.FC = ({ ...props }) => ( +export const IconPermDataSettingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermDataSettingRounded as default } diff --git a/src/IconPermDataSettingRoundedFilled.tsx b/src/IconPermDataSettingRoundedFilled.tsx index 6c2497c87..98ff8d020 100644 --- a/src/IconPermDataSettingRoundedFilled.tsx +++ b/src/IconPermDataSettingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingRoundedFilled: React.FC = ({ +export const IconPermDataSettingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDataSettingRoundedFilled: React.FC = ({ ) - -export { IconPermDataSettingRoundedFilled as default } diff --git a/src/IconPermDataSettingSharp.tsx b/src/IconPermDataSettingSharp.tsx index 7649e454a..5a38129bf 100644 --- a/src/IconPermDataSettingSharp.tsx +++ b/src/IconPermDataSettingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingSharp: React.FC = ({ ...props }) => ( +export const IconPermDataSettingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermDataSettingSharp as default } diff --git a/src/IconPermDataSettingSharpFilled.tsx b/src/IconPermDataSettingSharpFilled.tsx index fe170b91e..25ffbd202 100644 --- a/src/IconPermDataSettingSharpFilled.tsx +++ b/src/IconPermDataSettingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermDataSettingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPermDataSettingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermDataSettingSharpFilled as default } diff --git a/src/IconPermDeviceInformationOutlined.tsx b/src/IconPermDeviceInformationOutlined.tsx index e2c1693ab..3b5ddc84f 100644 --- a/src/IconPermDeviceInformationOutlined.tsx +++ b/src/IconPermDeviceInformationOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationOutlined: React.FC = ({ +export const IconPermDeviceInformationOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDeviceInformationOutlined: React.FC = ({ ) - -export { IconPermDeviceInformationOutlined as default } diff --git a/src/IconPermDeviceInformationOutlinedFilled.tsx b/src/IconPermDeviceInformationOutlinedFilled.tsx index 58691f261..1cdf71e08 100644 --- a/src/IconPermDeviceInformationOutlinedFilled.tsx +++ b/src/IconPermDeviceInformationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationOutlinedFilled: React.FC = ({ +export const IconPermDeviceInformationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDeviceInformationOutlinedFilled: React.FC = ({ ) - -export { IconPermDeviceInformationOutlinedFilled as default } diff --git a/src/IconPermDeviceInformationRounded.tsx b/src/IconPermDeviceInformationRounded.tsx index 662b88473..0c28b6fe2 100644 --- a/src/IconPermDeviceInformationRounded.tsx +++ b/src/IconPermDeviceInformationRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationRounded: React.FC = ({ +export const IconPermDeviceInformationRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDeviceInformationRounded: React.FC = ({ ) - -export { IconPermDeviceInformationRounded as default } diff --git a/src/IconPermDeviceInformationRoundedFilled.tsx b/src/IconPermDeviceInformationRoundedFilled.tsx index 7c34ccc94..3b3208ff9 100644 --- a/src/IconPermDeviceInformationRoundedFilled.tsx +++ b/src/IconPermDeviceInformationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationRoundedFilled: React.FC = ({ +export const IconPermDeviceInformationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDeviceInformationRoundedFilled: React.FC = ({ ) - -export { IconPermDeviceInformationRoundedFilled as default } diff --git a/src/IconPermDeviceInformationSharp.tsx b/src/IconPermDeviceInformationSharp.tsx index 7fb013068..a99b4b2b1 100644 --- a/src/IconPermDeviceInformationSharp.tsx +++ b/src/IconPermDeviceInformationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationSharp: React.FC = ({ ...props }) => ( +export const IconPermDeviceInformationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermDeviceInformationSharp as default } diff --git a/src/IconPermDeviceInformationSharpFilled.tsx b/src/IconPermDeviceInformationSharpFilled.tsx index bb3607a64..a07f02f52 100644 --- a/src/IconPermDeviceInformationSharpFilled.tsx +++ b/src/IconPermDeviceInformationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPermDeviceInformationSharpFilled: React.FC = ({ +export const IconPermDeviceInformationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPermDeviceInformationSharpFilled: React.FC = ({ ) - -export { IconPermDeviceInformationSharpFilled as default } diff --git a/src/IconPermMediaOutlined.tsx b/src/IconPermMediaOutlined.tsx index f34cc55e0..f24634eef 100644 --- a/src/IconPermMediaOutlined.tsx +++ b/src/IconPermMediaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaOutlined: React.FC = ({ ...props }) => ( +export const IconPermMediaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermMediaOutlined as default } diff --git a/src/IconPermMediaOutlinedFilled.tsx b/src/IconPermMediaOutlinedFilled.tsx index ec577f959..21f82e87a 100644 --- a/src/IconPermMediaOutlinedFilled.tsx +++ b/src/IconPermMediaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPermMediaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermMediaOutlinedFilled as default } diff --git a/src/IconPermMediaRounded.tsx b/src/IconPermMediaRounded.tsx index f6c7ebdcc..2afd53f45 100644 --- a/src/IconPermMediaRounded.tsx +++ b/src/IconPermMediaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaRounded: React.FC = ({ ...props }) => ( +export const IconPermMediaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermMediaRounded as default } diff --git a/src/IconPermMediaRoundedFilled.tsx b/src/IconPermMediaRoundedFilled.tsx index e788443ef..fd76608ea 100644 --- a/src/IconPermMediaRoundedFilled.tsx +++ b/src/IconPermMediaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPermMediaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermMediaRoundedFilled as default } diff --git a/src/IconPermMediaSharp.tsx b/src/IconPermMediaSharp.tsx index eff9b0cad..6245d073b 100644 --- a/src/IconPermMediaSharp.tsx +++ b/src/IconPermMediaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaSharp: React.FC = ({ ...props }) => ( +export const IconPermMediaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermMediaSharp as default } diff --git a/src/IconPermMediaSharpFilled.tsx b/src/IconPermMediaSharpFilled.tsx index 0a4e69a05..437b25d8d 100644 --- a/src/IconPermMediaSharpFilled.tsx +++ b/src/IconPermMediaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermMediaSharpFilled: React.FC = ({ ...props }) => ( +export const IconPermMediaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermMediaSharpFilled as default } diff --git a/src/IconPermPhoneMsgOutlined.tsx b/src/IconPermPhoneMsgOutlined.tsx index ae7604d13..f612d4268 100644 --- a/src/IconPermPhoneMsgOutlined.tsx +++ b/src/IconPermPhoneMsgOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgOutlined: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgOutlined as default } diff --git a/src/IconPermPhoneMsgOutlinedFilled.tsx b/src/IconPermPhoneMsgOutlinedFilled.tsx index c1a1bb5ac..83ac2da64 100644 --- a/src/IconPermPhoneMsgOutlinedFilled.tsx +++ b/src/IconPermPhoneMsgOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgOutlinedFilled as default } diff --git a/src/IconPermPhoneMsgRounded.tsx b/src/IconPermPhoneMsgRounded.tsx index c3b84dbb2..2c91382ae 100644 --- a/src/IconPermPhoneMsgRounded.tsx +++ b/src/IconPermPhoneMsgRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgRounded: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgRounded as default } diff --git a/src/IconPermPhoneMsgRoundedFilled.tsx b/src/IconPermPhoneMsgRoundedFilled.tsx index 9e9636e97..fd0f3bb99 100644 --- a/src/IconPermPhoneMsgRoundedFilled.tsx +++ b/src/IconPermPhoneMsgRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgRoundedFilled as default } diff --git a/src/IconPermPhoneMsgSharp.tsx b/src/IconPermPhoneMsgSharp.tsx index b8b2bf9a2..0896f05b1 100644 --- a/src/IconPermPhoneMsgSharp.tsx +++ b/src/IconPermPhoneMsgSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgSharp: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgSharp as default } diff --git a/src/IconPermPhoneMsgSharpFilled.tsx b/src/IconPermPhoneMsgSharpFilled.tsx index 3a0817abe..556cef010 100644 --- a/src/IconPermPhoneMsgSharpFilled.tsx +++ b/src/IconPermPhoneMsgSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermPhoneMsgSharpFilled: React.FC = ({ ...props }) => ( +export const IconPermPhoneMsgSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermPhoneMsgSharpFilled as default } diff --git a/src/IconPermScanWifiOutlined.tsx b/src/IconPermScanWifiOutlined.tsx index e23a52783..db94416bd 100644 --- a/src/IconPermScanWifiOutlined.tsx +++ b/src/IconPermScanWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiOutlined: React.FC = ({ ...props }) => ( +export const IconPermScanWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiOutlined as default } diff --git a/src/IconPermScanWifiOutlinedFilled.tsx b/src/IconPermScanWifiOutlinedFilled.tsx index 15ea66f44..2ceb2d058 100644 --- a/src/IconPermScanWifiOutlinedFilled.tsx +++ b/src/IconPermScanWifiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPermScanWifiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiOutlinedFilled as default } diff --git a/src/IconPermScanWifiRounded.tsx b/src/IconPermScanWifiRounded.tsx index 3dafbe319..920542c77 100644 --- a/src/IconPermScanWifiRounded.tsx +++ b/src/IconPermScanWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiRounded: React.FC = ({ ...props }) => ( +export const IconPermScanWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiRounded as default } diff --git a/src/IconPermScanWifiRoundedFilled.tsx b/src/IconPermScanWifiRoundedFilled.tsx index 610ae9db2..bf0f41460 100644 --- a/src/IconPermScanWifiRoundedFilled.tsx +++ b/src/IconPermScanWifiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPermScanWifiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiRoundedFilled as default } diff --git a/src/IconPermScanWifiSharp.tsx b/src/IconPermScanWifiSharp.tsx index 727ac0e01..229474d93 100644 --- a/src/IconPermScanWifiSharp.tsx +++ b/src/IconPermScanWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiSharp: React.FC = ({ ...props }) => ( +export const IconPermScanWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiSharp as default } diff --git a/src/IconPermScanWifiSharpFilled.tsx b/src/IconPermScanWifiSharpFilled.tsx index c00dc0cf2..9c2a17d21 100644 --- a/src/IconPermScanWifiSharpFilled.tsx +++ b/src/IconPermScanWifiSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPermScanWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconPermScanWifiSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPermScanWifiSharpFilled as default } diff --git a/src/IconPerson2Outlined.tsx b/src/IconPerson2Outlined.tsx index 5228ece18..160704ffa 100644 --- a/src/IconPerson2Outlined.tsx +++ b/src/IconPerson2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2Outlined: React.FC = ({ ...props }) => ( +export const IconPerson2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson2Outlined as default } diff --git a/src/IconPerson2OutlinedFilled.tsx b/src/IconPerson2OutlinedFilled.tsx index 191a2415a..b6634efc9 100644 --- a/src/IconPerson2OutlinedFilled.tsx +++ b/src/IconPerson2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPerson2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPerson2OutlinedFilled as default } diff --git a/src/IconPerson2Rounded.tsx b/src/IconPerson2Rounded.tsx index b0235f77e..330b293e2 100644 --- a/src/IconPerson2Rounded.tsx +++ b/src/IconPerson2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2Rounded: React.FC = ({ ...props }) => ( +export const IconPerson2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson2Rounded as default } diff --git a/src/IconPerson2RoundedFilled.tsx b/src/IconPerson2RoundedFilled.tsx index af8dc431a..0095ed6a4 100644 --- a/src/IconPerson2RoundedFilled.tsx +++ b/src/IconPerson2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPerson2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson2RoundedFilled as default } diff --git a/src/IconPerson2Sharp.tsx b/src/IconPerson2Sharp.tsx index 6fd01ae9e..ae6df52f2 100644 --- a/src/IconPerson2Sharp.tsx +++ b/src/IconPerson2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2Sharp: React.FC = ({ ...props }) => ( +export const IconPerson2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson2Sharp as default } diff --git a/src/IconPerson2SharpFilled.tsx b/src/IconPerson2SharpFilled.tsx index 6966ace27..95930f213 100644 --- a/src/IconPerson2SharpFilled.tsx +++ b/src/IconPerson2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson2SharpFilled: React.FC = ({ ...props }) => ( +export const IconPerson2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson2SharpFilled as default } diff --git a/src/IconPerson3Outlined.tsx b/src/IconPerson3Outlined.tsx index 11de95a26..5a0a76420 100644 --- a/src/IconPerson3Outlined.tsx +++ b/src/IconPerson3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3Outlined: React.FC = ({ ...props }) => ( +export const IconPerson3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson3Outlined as default } diff --git a/src/IconPerson3OutlinedFilled.tsx b/src/IconPerson3OutlinedFilled.tsx index ba2c3c6f2..b499cddcf 100644 --- a/src/IconPerson3OutlinedFilled.tsx +++ b/src/IconPerson3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPerson3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPerson3OutlinedFilled as default } diff --git a/src/IconPerson3Rounded.tsx b/src/IconPerson3Rounded.tsx index 8e60fc4bf..3bada1f33 100644 --- a/src/IconPerson3Rounded.tsx +++ b/src/IconPerson3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3Rounded: React.FC = ({ ...props }) => ( +export const IconPerson3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson3Rounded as default } diff --git a/src/IconPerson3RoundedFilled.tsx b/src/IconPerson3RoundedFilled.tsx index 17c3e9085..ff5d36fa5 100644 --- a/src/IconPerson3RoundedFilled.tsx +++ b/src/IconPerson3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPerson3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson3RoundedFilled as default } diff --git a/src/IconPerson3Sharp.tsx b/src/IconPerson3Sharp.tsx index 5adaf701e..3adc12d33 100644 --- a/src/IconPerson3Sharp.tsx +++ b/src/IconPerson3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3Sharp: React.FC = ({ ...props }) => ( +export const IconPerson3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson3Sharp as default } diff --git a/src/IconPerson3SharpFilled.tsx b/src/IconPerson3SharpFilled.tsx index ed332c981..0cc6df542 100644 --- a/src/IconPerson3SharpFilled.tsx +++ b/src/IconPerson3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson3SharpFilled: React.FC = ({ ...props }) => ( +export const IconPerson3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson3SharpFilled as default } diff --git a/src/IconPerson4Outlined.tsx b/src/IconPerson4Outlined.tsx index 5edf29336..47d189887 100644 --- a/src/IconPerson4Outlined.tsx +++ b/src/IconPerson4Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4Outlined: React.FC = ({ ...props }) => ( +export const IconPerson4Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson4Outlined as default } diff --git a/src/IconPerson4OutlinedFilled.tsx b/src/IconPerson4OutlinedFilled.tsx index 79fcd060a..fbe7a82ea 100644 --- a/src/IconPerson4OutlinedFilled.tsx +++ b/src/IconPerson4OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPerson4OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPerson4OutlinedFilled as default } diff --git a/src/IconPerson4Rounded.tsx b/src/IconPerson4Rounded.tsx index b1fcab955..6a2ddaaac 100644 --- a/src/IconPerson4Rounded.tsx +++ b/src/IconPerson4Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4Rounded: React.FC = ({ ...props }) => ( +export const IconPerson4Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson4Rounded as default } diff --git a/src/IconPerson4RoundedFilled.tsx b/src/IconPerson4RoundedFilled.tsx index a04bbb99b..d2e953a9d 100644 --- a/src/IconPerson4RoundedFilled.tsx +++ b/src/IconPerson4RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4RoundedFilled: React.FC = ({ ...props }) => ( +export const IconPerson4RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson4RoundedFilled as default } diff --git a/src/IconPerson4Sharp.tsx b/src/IconPerson4Sharp.tsx index 3da1d62b5..7d9c2060c 100644 --- a/src/IconPerson4Sharp.tsx +++ b/src/IconPerson4Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4Sharp: React.FC = ({ ...props }) => ( +export const IconPerson4Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson4Sharp as default } diff --git a/src/IconPerson4SharpFilled.tsx b/src/IconPerson4SharpFilled.tsx index 8a03c3453..b148f4993 100644 --- a/src/IconPerson4SharpFilled.tsx +++ b/src/IconPerson4SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPerson4SharpFilled: React.FC = ({ ...props }) => ( +export const IconPerson4SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPerson4SharpFilled as default } diff --git a/src/IconPersonAddDisabledOutlined.tsx b/src/IconPersonAddDisabledOutlined.tsx index 2ce579858..6b03741d3 100644 --- a/src/IconPersonAddDisabledOutlined.tsx +++ b/src/IconPersonAddDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconPersonAddDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAddDisabledOutlined as default } diff --git a/src/IconPersonAddDisabledOutlinedFilled.tsx b/src/IconPersonAddDisabledOutlinedFilled.tsx index 4519db1c0..9d2dd3c44 100644 --- a/src/IconPersonAddDisabledOutlinedFilled.tsx +++ b/src/IconPersonAddDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledOutlinedFilled: React.FC = ({ +export const IconPersonAddDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonAddDisabledOutlinedFilled: React.FC = ({ ) - -export { IconPersonAddDisabledOutlinedFilled as default } diff --git a/src/IconPersonAddDisabledRounded.tsx b/src/IconPersonAddDisabledRounded.tsx index 5443e1e40..1c9e8b976 100644 --- a/src/IconPersonAddDisabledRounded.tsx +++ b/src/IconPersonAddDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledRounded: React.FC = ({ ...props }) => ( +export const IconPersonAddDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAddDisabledRounded as default } diff --git a/src/IconPersonAddDisabledRoundedFilled.tsx b/src/IconPersonAddDisabledRoundedFilled.tsx index 1105e153d..c5da7cd83 100644 --- a/src/IconPersonAddDisabledRoundedFilled.tsx +++ b/src/IconPersonAddDisabledRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledRoundedFilled: React.FC = ({ +export const IconPersonAddDisabledRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonAddDisabledRoundedFilled: React.FC = ({ ) - -export { IconPersonAddDisabledRoundedFilled as default } diff --git a/src/IconPersonAddDisabledSharp.tsx b/src/IconPersonAddDisabledSharp.tsx index 5f843558d..44e4578ce 100644 --- a/src/IconPersonAddDisabledSharp.tsx +++ b/src/IconPersonAddDisabledSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledSharp: React.FC = ({ ...props }) => ( +export const IconPersonAddDisabledSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAddDisabledSharp as default } diff --git a/src/IconPersonAddDisabledSharpFilled.tsx b/src/IconPersonAddDisabledSharpFilled.tsx index 6e85b6de4..dc677799a 100644 --- a/src/IconPersonAddDisabledSharpFilled.tsx +++ b/src/IconPersonAddDisabledSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddDisabledSharpFilled: React.FC = ({ +export const IconPersonAddDisabledSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonAddDisabledSharpFilled: React.FC = ({ ) - -export { IconPersonAddDisabledSharpFilled as default } diff --git a/src/IconPersonAddOutlined.tsx b/src/IconPersonAddOutlined.tsx index 87dd71c15..838e024b5 100644 --- a/src/IconPersonAddOutlined.tsx +++ b/src/IconPersonAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddOutlined: React.FC = ({ ...props }) => ( +export const IconPersonAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAddOutlined as default } diff --git a/src/IconPersonAddOutlinedFilled.tsx b/src/IconPersonAddOutlinedFilled.tsx index 722c308a0..2fe1ed913 100644 --- a/src/IconPersonAddOutlinedFilled.tsx +++ b/src/IconPersonAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAddOutlinedFilled as default } diff --git a/src/IconPersonAddRounded.tsx b/src/IconPersonAddRounded.tsx index 8cad67d8e..063f5bbc2 100644 --- a/src/IconPersonAddRounded.tsx +++ b/src/IconPersonAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddRounded: React.FC = ({ ...props }) => ( +export const IconPersonAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAddRounded as default } diff --git a/src/IconPersonAddRoundedFilled.tsx b/src/IconPersonAddRoundedFilled.tsx index 718afe293..60900840a 100644 --- a/src/IconPersonAddRoundedFilled.tsx +++ b/src/IconPersonAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAddRoundedFilled as default } diff --git a/src/IconPersonAddSharp.tsx b/src/IconPersonAddSharp.tsx index b1e0d7116..ebc3f7fb6 100644 --- a/src/IconPersonAddSharp.tsx +++ b/src/IconPersonAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddSharp: React.FC = ({ ...props }) => ( +export const IconPersonAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAddSharp as default } diff --git a/src/IconPersonAddSharpFilled.tsx b/src/IconPersonAddSharpFilled.tsx index 4b9f13438..5ce0c212c 100644 --- a/src/IconPersonAddSharpFilled.tsx +++ b/src/IconPersonAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAddSharpFilled as default } diff --git a/src/IconPersonAlertOutlined.tsx b/src/IconPersonAlertOutlined.tsx index feeeff8b4..7a7c50197 100644 --- a/src/IconPersonAlertOutlined.tsx +++ b/src/IconPersonAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertOutlined: React.FC = ({ ...props }) => ( +export const IconPersonAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAlertOutlined as default } diff --git a/src/IconPersonAlertOutlinedFilled.tsx b/src/IconPersonAlertOutlinedFilled.tsx index 8672707d4..08f6a0211 100644 --- a/src/IconPersonAlertOutlinedFilled.tsx +++ b/src/IconPersonAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAlertOutlinedFilled as default } diff --git a/src/IconPersonAlertRounded.tsx b/src/IconPersonAlertRounded.tsx index 4309b9622..ffdf2d351 100644 --- a/src/IconPersonAlertRounded.tsx +++ b/src/IconPersonAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertRounded: React.FC = ({ ...props }) => ( +export const IconPersonAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAlertRounded as default } diff --git a/src/IconPersonAlertRoundedFilled.tsx b/src/IconPersonAlertRoundedFilled.tsx index 89480fd2f..f9297fdfb 100644 --- a/src/IconPersonAlertRoundedFilled.tsx +++ b/src/IconPersonAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAlertRoundedFilled as default } diff --git a/src/IconPersonAlertSharp.tsx b/src/IconPersonAlertSharp.tsx index 5a4b090d2..6d1840435 100644 --- a/src/IconPersonAlertSharp.tsx +++ b/src/IconPersonAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertSharp: React.FC = ({ ...props }) => ( +export const IconPersonAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonAlertSharp as default } diff --git a/src/IconPersonAlertSharpFilled.tsx b/src/IconPersonAlertSharpFilled.tsx index 5cebae859..c26379002 100644 --- a/src/IconPersonAlertSharpFilled.tsx +++ b/src/IconPersonAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonAlertSharpFilled as default } diff --git a/src/IconPersonApronOutlined.tsx b/src/IconPersonApronOutlined.tsx index 7743b914c..ed560d84f 100644 --- a/src/IconPersonApronOutlined.tsx +++ b/src/IconPersonApronOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronOutlined: React.FC = ({ ...props }) => ( +export const IconPersonApronOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonApronOutlined as default } diff --git a/src/IconPersonApronOutlinedFilled.tsx b/src/IconPersonApronOutlinedFilled.tsx index 1be640a28..2c2f3cce1 100644 --- a/src/IconPersonApronOutlinedFilled.tsx +++ b/src/IconPersonApronOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonApronOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonApronOutlinedFilled as default } diff --git a/src/IconPersonApronRounded.tsx b/src/IconPersonApronRounded.tsx index 9249eaf42..6dddbcc4d 100644 --- a/src/IconPersonApronRounded.tsx +++ b/src/IconPersonApronRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronRounded: React.FC = ({ ...props }) => ( +export const IconPersonApronRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonApronRounded as default } diff --git a/src/IconPersonApronRoundedFilled.tsx b/src/IconPersonApronRoundedFilled.tsx index 55d349626..1e1904153 100644 --- a/src/IconPersonApronRoundedFilled.tsx +++ b/src/IconPersonApronRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonApronRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonApronRoundedFilled as default } diff --git a/src/IconPersonApronSharp.tsx b/src/IconPersonApronSharp.tsx index 99a02d8aa..eb89f54d6 100644 --- a/src/IconPersonApronSharp.tsx +++ b/src/IconPersonApronSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronSharp: React.FC = ({ ...props }) => ( +export const IconPersonApronSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonApronSharp as default } diff --git a/src/IconPersonApronSharpFilled.tsx b/src/IconPersonApronSharpFilled.tsx index 29197c517..1db01c3b5 100644 --- a/src/IconPersonApronSharpFilled.tsx +++ b/src/IconPersonApronSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonApronSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonApronSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonApronSharpFilled as default } diff --git a/src/IconPersonBookOutlined.tsx b/src/IconPersonBookOutlined.tsx index 9634d3b9b..8b06f6d3f 100644 --- a/src/IconPersonBookOutlined.tsx +++ b/src/IconPersonBookOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookOutlined: React.FC = ({ ...props }) => ( +export const IconPersonBookOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonBookOutlined as default } diff --git a/src/IconPersonBookOutlinedFilled.tsx b/src/IconPersonBookOutlinedFilled.tsx index f97f7ffce..8cb9fbfe7 100644 --- a/src/IconPersonBookOutlinedFilled.tsx +++ b/src/IconPersonBookOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonBookOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonBookOutlinedFilled as default } diff --git a/src/IconPersonBookRounded.tsx b/src/IconPersonBookRounded.tsx index af5871c04..ea688c127 100644 --- a/src/IconPersonBookRounded.tsx +++ b/src/IconPersonBookRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookRounded: React.FC = ({ ...props }) => ( +export const IconPersonBookRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonBookRounded as default } diff --git a/src/IconPersonBookRoundedFilled.tsx b/src/IconPersonBookRoundedFilled.tsx index 87a51a9c3..d8ea0a232 100644 --- a/src/IconPersonBookRoundedFilled.tsx +++ b/src/IconPersonBookRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonBookRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonBookRoundedFilled as default } diff --git a/src/IconPersonBookSharp.tsx b/src/IconPersonBookSharp.tsx index 848a20d2c..8fc2c63e0 100644 --- a/src/IconPersonBookSharp.tsx +++ b/src/IconPersonBookSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookSharp: React.FC = ({ ...props }) => ( +export const IconPersonBookSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonBookSharp as default } diff --git a/src/IconPersonBookSharpFilled.tsx b/src/IconPersonBookSharpFilled.tsx index e0121c5f7..9250a2fb8 100644 --- a/src/IconPersonBookSharpFilled.tsx +++ b/src/IconPersonBookSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonBookSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonBookSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonBookSharpFilled as default } diff --git a/src/IconPersonCancelOutlined.tsx b/src/IconPersonCancelOutlined.tsx index 03c5f4070..3710d775e 100644 --- a/src/IconPersonCancelOutlined.tsx +++ b/src/IconPersonCancelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelOutlined: React.FC = ({ ...props }) => ( +export const IconPersonCancelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCancelOutlined as default } diff --git a/src/IconPersonCancelOutlinedFilled.tsx b/src/IconPersonCancelOutlinedFilled.tsx index 94d454b3a..2a6a231ea 100644 --- a/src/IconPersonCancelOutlinedFilled.tsx +++ b/src/IconPersonCancelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonCancelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCancelOutlinedFilled as default } diff --git a/src/IconPersonCancelRounded.tsx b/src/IconPersonCancelRounded.tsx index 2f77c17c7..a1cddca07 100644 --- a/src/IconPersonCancelRounded.tsx +++ b/src/IconPersonCancelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelRounded: React.FC = ({ ...props }) => ( +export const IconPersonCancelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCancelRounded as default } diff --git a/src/IconPersonCancelRoundedFilled.tsx b/src/IconPersonCancelRoundedFilled.tsx index 5c45822ca..51174d3e8 100644 --- a/src/IconPersonCancelRoundedFilled.tsx +++ b/src/IconPersonCancelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonCancelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCancelRoundedFilled as default } diff --git a/src/IconPersonCancelSharp.tsx b/src/IconPersonCancelSharp.tsx index 061bd2ea5..0966a83df 100644 --- a/src/IconPersonCancelSharp.tsx +++ b/src/IconPersonCancelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelSharp: React.FC = ({ ...props }) => ( +export const IconPersonCancelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCancelSharp as default } diff --git a/src/IconPersonCancelSharpFilled.tsx b/src/IconPersonCancelSharpFilled.tsx index 800822efc..cc6454cf1 100644 --- a/src/IconPersonCancelSharpFilled.tsx +++ b/src/IconPersonCancelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCancelSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonCancelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCancelSharpFilled as default } diff --git a/src/IconPersonCelebrateOutlined.tsx b/src/IconPersonCelebrateOutlined.tsx index f2078f8b1..6d81dcd1a 100644 --- a/src/IconPersonCelebrateOutlined.tsx +++ b/src/IconPersonCelebrateOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateOutlined: React.FC = ({ ...props }) => ( +export const IconPersonCelebrateOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCelebrateOutlined as default } diff --git a/src/IconPersonCelebrateOutlinedFilled.tsx b/src/IconPersonCelebrateOutlinedFilled.tsx index 92dc9326c..db03ce3c1 100644 --- a/src/IconPersonCelebrateOutlinedFilled.tsx +++ b/src/IconPersonCelebrateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateOutlinedFilled: React.FC = ({ +export const IconPersonCelebrateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonCelebrateOutlinedFilled: React.FC = ({ ) - -export { IconPersonCelebrateOutlinedFilled as default } diff --git a/src/IconPersonCelebrateRounded.tsx b/src/IconPersonCelebrateRounded.tsx index b821ec635..31da13901 100644 --- a/src/IconPersonCelebrateRounded.tsx +++ b/src/IconPersonCelebrateRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateRounded: React.FC = ({ ...props }) => ( +export const IconPersonCelebrateRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCelebrateRounded as default } diff --git a/src/IconPersonCelebrateRoundedFilled.tsx b/src/IconPersonCelebrateRoundedFilled.tsx index e87a1f9a6..f6a28bdf0 100644 --- a/src/IconPersonCelebrateRoundedFilled.tsx +++ b/src/IconPersonCelebrateRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateRoundedFilled: React.FC = ({ +export const IconPersonCelebrateRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonCelebrateRoundedFilled: React.FC = ({ ) - -export { IconPersonCelebrateRoundedFilled as default } diff --git a/src/IconPersonCelebrateSharp.tsx b/src/IconPersonCelebrateSharp.tsx index f561b405b..766eb0363 100644 --- a/src/IconPersonCelebrateSharp.tsx +++ b/src/IconPersonCelebrateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateSharp: React.FC = ({ ...props }) => ( +export const IconPersonCelebrateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCelebrateSharp as default } diff --git a/src/IconPersonCelebrateSharpFilled.tsx b/src/IconPersonCelebrateSharpFilled.tsx index e54eedef5..3cc99c79c 100644 --- a/src/IconPersonCelebrateSharpFilled.tsx +++ b/src/IconPersonCelebrateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCelebrateSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonCelebrateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCelebrateSharpFilled as default } diff --git a/src/IconPersonCheckOutlined.tsx b/src/IconPersonCheckOutlined.tsx index d100dbcdf..9dd0446aa 100644 --- a/src/IconPersonCheckOutlined.tsx +++ b/src/IconPersonCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckOutlined: React.FC = ({ ...props }) => ( +export const IconPersonCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCheckOutlined as default } diff --git a/src/IconPersonCheckOutlinedFilled.tsx b/src/IconPersonCheckOutlinedFilled.tsx index e9ce60d4f..896c359ef 100644 --- a/src/IconPersonCheckOutlinedFilled.tsx +++ b/src/IconPersonCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCheckOutlinedFilled as default } diff --git a/src/IconPersonCheckRounded.tsx b/src/IconPersonCheckRounded.tsx index 473787142..4829e576e 100644 --- a/src/IconPersonCheckRounded.tsx +++ b/src/IconPersonCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckRounded: React.FC = ({ ...props }) => ( +export const IconPersonCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCheckRounded as default } diff --git a/src/IconPersonCheckRoundedFilled.tsx b/src/IconPersonCheckRoundedFilled.tsx index 254d2c1c0..d3de70a1c 100644 --- a/src/IconPersonCheckRoundedFilled.tsx +++ b/src/IconPersonCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCheckRoundedFilled as default } diff --git a/src/IconPersonCheckSharp.tsx b/src/IconPersonCheckSharp.tsx index 7eb41c349..0c08b60c3 100644 --- a/src/IconPersonCheckSharp.tsx +++ b/src/IconPersonCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckSharp: React.FC = ({ ...props }) => ( +export const IconPersonCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonCheckSharp as default } diff --git a/src/IconPersonCheckSharpFilled.tsx b/src/IconPersonCheckSharpFilled.tsx index c260ebeda..89a91bcb5 100644 --- a/src/IconPersonCheckSharpFilled.tsx +++ b/src/IconPersonCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonCheckSharpFilled as default } diff --git a/src/IconPersonEditOutlined.tsx b/src/IconPersonEditOutlined.tsx index 560159cc0..3504b2226 100644 --- a/src/IconPersonEditOutlined.tsx +++ b/src/IconPersonEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditOutlined: React.FC = ({ ...props }) => ( +export const IconPersonEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonEditOutlined as default } diff --git a/src/IconPersonEditOutlinedFilled.tsx b/src/IconPersonEditOutlinedFilled.tsx index fa7381f6d..53486cb95 100644 --- a/src/IconPersonEditOutlinedFilled.tsx +++ b/src/IconPersonEditOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonEditOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonEditOutlinedFilled as default } diff --git a/src/IconPersonEditRounded.tsx b/src/IconPersonEditRounded.tsx index fd85e7afd..be30edab3 100644 --- a/src/IconPersonEditRounded.tsx +++ b/src/IconPersonEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditRounded: React.FC = ({ ...props }) => ( +export const IconPersonEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonEditRounded as default } diff --git a/src/IconPersonEditRoundedFilled.tsx b/src/IconPersonEditRoundedFilled.tsx index 0126e1d7f..d0ac6518b 100644 --- a/src/IconPersonEditRoundedFilled.tsx +++ b/src/IconPersonEditRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonEditRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonEditRoundedFilled as default } diff --git a/src/IconPersonEditSharp.tsx b/src/IconPersonEditSharp.tsx index 4a05ddc44..316d13d3c 100644 --- a/src/IconPersonEditSharp.tsx +++ b/src/IconPersonEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditSharp: React.FC = ({ ...props }) => ( +export const IconPersonEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonEditSharp as default } diff --git a/src/IconPersonEditSharpFilled.tsx b/src/IconPersonEditSharpFilled.tsx index ee74af355..5dd96b164 100644 --- a/src/IconPersonEditSharpFilled.tsx +++ b/src/IconPersonEditSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonEditSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonEditSharpFilled as default } diff --git a/src/IconPersonOffOutlined.tsx b/src/IconPersonOffOutlined.tsx index e86bc5bf2..110e1c7d3 100644 --- a/src/IconPersonOffOutlined.tsx +++ b/src/IconPersonOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffOutlined: React.FC = ({ ...props }) => ( +export const IconPersonOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOffOutlined as default } diff --git a/src/IconPersonOffOutlinedFilled.tsx b/src/IconPersonOffOutlinedFilled.tsx index 0abe839bc..2c79a25c1 100644 --- a/src/IconPersonOffOutlinedFilled.tsx +++ b/src/IconPersonOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonOffOutlinedFilled as default } diff --git a/src/IconPersonOffRounded.tsx b/src/IconPersonOffRounded.tsx index 8e8953d77..aa869c5b7 100644 --- a/src/IconPersonOffRounded.tsx +++ b/src/IconPersonOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffRounded: React.FC = ({ ...props }) => ( +export const IconPersonOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOffRounded as default } diff --git a/src/IconPersonOffRoundedFilled.tsx b/src/IconPersonOffRoundedFilled.tsx index 192e860b2..3eb54f4b3 100644 --- a/src/IconPersonOffRoundedFilled.tsx +++ b/src/IconPersonOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonOffRoundedFilled as default } diff --git a/src/IconPersonOffSharp.tsx b/src/IconPersonOffSharp.tsx index 9b1fc6ecd..81c43d884 100644 --- a/src/IconPersonOffSharp.tsx +++ b/src/IconPersonOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffSharp: React.FC = ({ ...props }) => ( +export const IconPersonOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOffSharp as default } diff --git a/src/IconPersonOffSharpFilled.tsx b/src/IconPersonOffSharpFilled.tsx index 2c1b8f1ed..bcb51774c 100644 --- a/src/IconPersonOffSharpFilled.tsx +++ b/src/IconPersonOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOffSharpFilled as default } diff --git a/src/IconPersonOutlined.tsx b/src/IconPersonOutlined.tsx index c84b597a4..8e880d43e 100644 --- a/src/IconPersonOutlined.tsx +++ b/src/IconPersonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOutlined: React.FC = ({ ...props }) => ( +export const IconPersonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOutlined as default } diff --git a/src/IconPersonOutlinedFilled.tsx b/src/IconPersonOutlinedFilled.tsx index 63305db7e..2a050edf5 100644 --- a/src/IconPersonOutlinedFilled.tsx +++ b/src/IconPersonOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonOutlinedFilled as default } diff --git a/src/IconPersonPinCircleOutlined.tsx b/src/IconPersonPinCircleOutlined.tsx index 3ec643a4c..94a0cab56 100644 --- a/src/IconPersonPinCircleOutlined.tsx +++ b/src/IconPersonPinCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleOutlined: React.FC = ({ ...props }) => ( +export const IconPersonPinCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPinCircleOutlined as default } diff --git a/src/IconPersonPinCircleOutlinedFilled.tsx b/src/IconPersonPinCircleOutlinedFilled.tsx index 49334cd97..3e7b6e0f3 100644 --- a/src/IconPersonPinCircleOutlinedFilled.tsx +++ b/src/IconPersonPinCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleOutlinedFilled: React.FC = ({ +export const IconPersonPinCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonPinCircleOutlinedFilled: React.FC = ({ ) - -export { IconPersonPinCircleOutlinedFilled as default } diff --git a/src/IconPersonPinCircleRounded.tsx b/src/IconPersonPinCircleRounded.tsx index d971c9076..b38c05258 100644 --- a/src/IconPersonPinCircleRounded.tsx +++ b/src/IconPersonPinCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleRounded: React.FC = ({ ...props }) => ( +export const IconPersonPinCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPinCircleRounded as default } diff --git a/src/IconPersonPinCircleRoundedFilled.tsx b/src/IconPersonPinCircleRoundedFilled.tsx index 1a8cf1850..e3b3eb514 100644 --- a/src/IconPersonPinCircleRoundedFilled.tsx +++ b/src/IconPersonPinCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleRoundedFilled: React.FC = ({ +export const IconPersonPinCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonPinCircleRoundedFilled: React.FC = ({ ) - -export { IconPersonPinCircleRoundedFilled as default } diff --git a/src/IconPersonPinCircleSharp.tsx b/src/IconPersonPinCircleSharp.tsx index 8bf3ca377..b5c7342c1 100644 --- a/src/IconPersonPinCircleSharp.tsx +++ b/src/IconPersonPinCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleSharp: React.FC = ({ ...props }) => ( +export const IconPersonPinCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPinCircleSharp as default } diff --git a/src/IconPersonPinCircleSharpFilled.tsx b/src/IconPersonPinCircleSharpFilled.tsx index 793c594d7..2c9d5fed3 100644 --- a/src/IconPersonPinCircleSharpFilled.tsx +++ b/src/IconPersonPinCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonPinCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPinCircleSharpFilled as default } diff --git a/src/IconPersonPinOutlined.tsx b/src/IconPersonPinOutlined.tsx index 04e21dab7..65759f025 100644 --- a/src/IconPersonPinOutlined.tsx +++ b/src/IconPersonPinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinOutlined: React.FC = ({ ...props }) => ( +export const IconPersonPinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPinOutlined as default } diff --git a/src/IconPersonPinOutlinedFilled.tsx b/src/IconPersonPinOutlinedFilled.tsx index 39c1d47ba..54305c8e7 100644 --- a/src/IconPersonPinOutlinedFilled.tsx +++ b/src/IconPersonPinOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonPinOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPinOutlinedFilled as default } diff --git a/src/IconPersonPinRounded.tsx b/src/IconPersonPinRounded.tsx index 88d2ad582..1dd075624 100644 --- a/src/IconPersonPinRounded.tsx +++ b/src/IconPersonPinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinRounded: React.FC = ({ ...props }) => ( +export const IconPersonPinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPinRounded as default } diff --git a/src/IconPersonPinRoundedFilled.tsx b/src/IconPersonPinRoundedFilled.tsx index 77bf43f3e..718d1d6cd 100644 --- a/src/IconPersonPinRoundedFilled.tsx +++ b/src/IconPersonPinRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonPinRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPinRoundedFilled as default } diff --git a/src/IconPersonPinSharp.tsx b/src/IconPersonPinSharp.tsx index e5c62e092..dd26969b6 100644 --- a/src/IconPersonPinSharp.tsx +++ b/src/IconPersonPinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinSharp: React.FC = ({ ...props }) => ( +export const IconPersonPinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPinSharp as default } diff --git a/src/IconPersonPinSharpFilled.tsx b/src/IconPersonPinSharpFilled.tsx index 3eece2bb2..8a5213fe2 100644 --- a/src/IconPersonPinSharpFilled.tsx +++ b/src/IconPersonPinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPinSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonPinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPinSharpFilled as default } diff --git a/src/IconPersonPlayOutlined.tsx b/src/IconPersonPlayOutlined.tsx index 6f1057b06..92354fc45 100644 --- a/src/IconPersonPlayOutlined.tsx +++ b/src/IconPersonPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlayOutlined: React.FC = ({ ...props }) => ( +export const IconPersonPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPlayOutlined as default } diff --git a/src/IconPersonPlayOutlinedFilled.tsx b/src/IconPersonPlayOutlinedFilled.tsx index f5e40e816..c9e110ae1 100644 --- a/src/IconPersonPlayOutlinedFilled.tsx +++ b/src/IconPersonPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPlayOutlinedFilled as default } diff --git a/src/IconPersonPlayRounded.tsx b/src/IconPersonPlayRounded.tsx index 3f777f3dc..2b390926a 100644 --- a/src/IconPersonPlayRounded.tsx +++ b/src/IconPersonPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlayRounded: React.FC = ({ ...props }) => ( +export const IconPersonPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPlayRounded as default } diff --git a/src/IconPersonPlayRoundedFilled.tsx b/src/IconPersonPlayRoundedFilled.tsx index 16f5f02ea..80c6a9e60 100644 --- a/src/IconPersonPlayRoundedFilled.tsx +++ b/src/IconPersonPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPlayRoundedFilled as default } diff --git a/src/IconPersonPlaySharp.tsx b/src/IconPersonPlaySharp.tsx index aca249a85..a9abb93bb 100644 --- a/src/IconPersonPlaySharp.tsx +++ b/src/IconPersonPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlaySharp: React.FC = ({ ...props }) => ( +export const IconPersonPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonPlaySharp as default } diff --git a/src/IconPersonPlaySharpFilled.tsx b/src/IconPersonPlaySharpFilled.tsx index e9e853c60..1ccb74290 100644 --- a/src/IconPersonPlaySharpFilled.tsx +++ b/src/IconPersonPlaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonPlaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonPlaySharpFilled as default } diff --git a/src/IconPersonRaisedHandOutlined.tsx b/src/IconPersonRaisedHandOutlined.tsx index 5ffc904d9..1c9fefc44 100644 --- a/src/IconPersonRaisedHandOutlined.tsx +++ b/src/IconPersonRaisedHandOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandOutlined: React.FC = ({ ...props }) => ( +export const IconPersonRaisedHandOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRaisedHandOutlined as default } diff --git a/src/IconPersonRaisedHandOutlinedFilled.tsx b/src/IconPersonRaisedHandOutlinedFilled.tsx index bd33a5567..9ee978ef8 100644 --- a/src/IconPersonRaisedHandOutlinedFilled.tsx +++ b/src/IconPersonRaisedHandOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandOutlinedFilled: React.FC = ({ +export const IconPersonRaisedHandOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonRaisedHandOutlinedFilled: React.FC = ({ ) - -export { IconPersonRaisedHandOutlinedFilled as default } diff --git a/src/IconPersonRaisedHandRounded.tsx b/src/IconPersonRaisedHandRounded.tsx index 3226e71da..6036b0870 100644 --- a/src/IconPersonRaisedHandRounded.tsx +++ b/src/IconPersonRaisedHandRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandRounded: React.FC = ({ ...props }) => ( +export const IconPersonRaisedHandRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRaisedHandRounded as default } diff --git a/src/IconPersonRaisedHandRoundedFilled.tsx b/src/IconPersonRaisedHandRoundedFilled.tsx index 9f6b8714c..590f8f531 100644 --- a/src/IconPersonRaisedHandRoundedFilled.tsx +++ b/src/IconPersonRaisedHandRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandRoundedFilled: React.FC = ({ +export const IconPersonRaisedHandRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonRaisedHandRoundedFilled: React.FC = ({ ) - -export { IconPersonRaisedHandRoundedFilled as default } diff --git a/src/IconPersonRaisedHandSharp.tsx b/src/IconPersonRaisedHandSharp.tsx index de56df45d..4ab323de8 100644 --- a/src/IconPersonRaisedHandSharp.tsx +++ b/src/IconPersonRaisedHandSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandSharp: React.FC = ({ ...props }) => ( +export const IconPersonRaisedHandSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRaisedHandSharp as default } diff --git a/src/IconPersonRaisedHandSharpFilled.tsx b/src/IconPersonRaisedHandSharpFilled.tsx index b0105eb47..af46de7ea 100644 --- a/src/IconPersonRaisedHandSharpFilled.tsx +++ b/src/IconPersonRaisedHandSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRaisedHandSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonRaisedHandSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRaisedHandSharpFilled as default } diff --git a/src/IconPersonRemoveOutlined.tsx b/src/IconPersonRemoveOutlined.tsx index f84863fcb..ce9cd90e4 100644 --- a/src/IconPersonRemoveOutlined.tsx +++ b/src/IconPersonRemoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconPersonRemoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveOutlined as default } diff --git a/src/IconPersonRemoveOutlinedFilled.tsx b/src/IconPersonRemoveOutlinedFilled.tsx index 0b6872133..dcff9e40b 100644 --- a/src/IconPersonRemoveOutlinedFilled.tsx +++ b/src/IconPersonRemoveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonRemoveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveOutlinedFilled as default } diff --git a/src/IconPersonRemoveRounded.tsx b/src/IconPersonRemoveRounded.tsx index 3471d7951..e93986000 100644 --- a/src/IconPersonRemoveRounded.tsx +++ b/src/IconPersonRemoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveRounded: React.FC = ({ ...props }) => ( +export const IconPersonRemoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveRounded as default } diff --git a/src/IconPersonRemoveRoundedFilled.tsx b/src/IconPersonRemoveRoundedFilled.tsx index 97b5f3375..a1aef1dc5 100644 --- a/src/IconPersonRemoveRoundedFilled.tsx +++ b/src/IconPersonRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveRoundedFilled as default } diff --git a/src/IconPersonRemoveSharp.tsx b/src/IconPersonRemoveSharp.tsx index f99bddf35..a31177e2b 100644 --- a/src/IconPersonRemoveSharp.tsx +++ b/src/IconPersonRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveSharp: React.FC = ({ ...props }) => ( +export const IconPersonRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveSharp as default } diff --git a/src/IconPersonRemoveSharpFilled.tsx b/src/IconPersonRemoveSharpFilled.tsx index 3f3c764cc..f9a884017 100644 --- a/src/IconPersonRemoveSharpFilled.tsx +++ b/src/IconPersonRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonRemoveSharpFilled as default } diff --git a/src/IconPersonRounded.tsx b/src/IconPersonRounded.tsx index 9ee13c838..c5e7c132a 100644 --- a/src/IconPersonRounded.tsx +++ b/src/IconPersonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRounded: React.FC = ({ ...props }) => ( +export const IconPersonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonRounded as default } diff --git a/src/IconPersonRoundedFilled.tsx b/src/IconPersonRoundedFilled.tsx index 1939b277b..cbed2c1a7 100644 --- a/src/IconPersonRoundedFilled.tsx +++ b/src/IconPersonRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonRoundedFilled as default } diff --git a/src/IconPersonSearchOutlined.tsx b/src/IconPersonSearchOutlined.tsx index b34177944..64bf10c2c 100644 --- a/src/IconPersonSearchOutlined.tsx +++ b/src/IconPersonSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchOutlined: React.FC = ({ ...props }) => ( +export const IconPersonSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonSearchOutlined as default } diff --git a/src/IconPersonSearchOutlinedFilled.tsx b/src/IconPersonSearchOutlinedFilled.tsx index ab9c0a945..078b49539 100644 --- a/src/IconPersonSearchOutlinedFilled.tsx +++ b/src/IconPersonSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonSearchOutlinedFilled as default } diff --git a/src/IconPersonSearchRounded.tsx b/src/IconPersonSearchRounded.tsx index 84ed72ebd..d28bd7b09 100644 --- a/src/IconPersonSearchRounded.tsx +++ b/src/IconPersonSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchRounded: React.FC = ({ ...props }) => ( +export const IconPersonSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonSearchRounded as default } diff --git a/src/IconPersonSearchRoundedFilled.tsx b/src/IconPersonSearchRoundedFilled.tsx index f9185018f..2559cd418 100644 --- a/src/IconPersonSearchRoundedFilled.tsx +++ b/src/IconPersonSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonSearchRoundedFilled as default } diff --git a/src/IconPersonSearchSharp.tsx b/src/IconPersonSearchSharp.tsx index 30bbc2106..c09570298 100644 --- a/src/IconPersonSearchSharp.tsx +++ b/src/IconPersonSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchSharp: React.FC = ({ ...props }) => ( +export const IconPersonSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonSearchSharp as default } diff --git a/src/IconPersonSearchSharpFilled.tsx b/src/IconPersonSearchSharpFilled.tsx index 5eb9c7171..0d259873a 100644 --- a/src/IconPersonSearchSharpFilled.tsx +++ b/src/IconPersonSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonSearchSharpFilled as default } diff --git a/src/IconPersonSharp.tsx b/src/IconPersonSharp.tsx index a6cdcb137..932f147e8 100644 --- a/src/IconPersonSharp.tsx +++ b/src/IconPersonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSharp: React.FC = ({ ...props }) => ( +export const IconPersonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonSharp as default } diff --git a/src/IconPersonSharpFilled.tsx b/src/IconPersonSharpFilled.tsx index 01958aefc..1765fb856 100644 --- a/src/IconPersonSharpFilled.tsx +++ b/src/IconPersonSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonSharpFilled as default } diff --git a/src/IconPersonalBagOffOutlined.tsx b/src/IconPersonalBagOffOutlined.tsx index ffdc7027c..c8587d67b 100644 --- a/src/IconPersonalBagOffOutlined.tsx +++ b/src/IconPersonalBagOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffOutlined: React.FC = ({ ...props }) => ( +export const IconPersonalBagOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOffOutlined as default } diff --git a/src/IconPersonalBagOffOutlinedFilled.tsx b/src/IconPersonalBagOffOutlinedFilled.tsx index dfaef2bd0..b74334fed 100644 --- a/src/IconPersonalBagOffOutlinedFilled.tsx +++ b/src/IconPersonalBagOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffOutlinedFilled: React.FC = ({ +export const IconPersonalBagOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalBagOffOutlinedFilled: React.FC = ({ ) - -export { IconPersonalBagOffOutlinedFilled as default } diff --git a/src/IconPersonalBagOffRounded.tsx b/src/IconPersonalBagOffRounded.tsx index 2c61e700d..f277e7857 100644 --- a/src/IconPersonalBagOffRounded.tsx +++ b/src/IconPersonalBagOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffRounded: React.FC = ({ ...props }) => ( +export const IconPersonalBagOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOffRounded as default } diff --git a/src/IconPersonalBagOffRoundedFilled.tsx b/src/IconPersonalBagOffRoundedFilled.tsx index f23b930bf..ec3542b35 100644 --- a/src/IconPersonalBagOffRoundedFilled.tsx +++ b/src/IconPersonalBagOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonalBagOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOffRoundedFilled as default } diff --git a/src/IconPersonalBagOffSharp.tsx b/src/IconPersonalBagOffSharp.tsx index 0df40b36c..7bf01323e 100644 --- a/src/IconPersonalBagOffSharp.tsx +++ b/src/IconPersonalBagOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffSharp: React.FC = ({ ...props }) => ( +export const IconPersonalBagOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOffSharp as default } diff --git a/src/IconPersonalBagOffSharpFilled.tsx b/src/IconPersonalBagOffSharpFilled.tsx index 8d05b7e14..de56128d5 100644 --- a/src/IconPersonalBagOffSharpFilled.tsx +++ b/src/IconPersonalBagOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonalBagOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOffSharpFilled as default } diff --git a/src/IconPersonalBagOutlined.tsx b/src/IconPersonalBagOutlined.tsx index da5268afd..ea9da54df 100644 --- a/src/IconPersonalBagOutlined.tsx +++ b/src/IconPersonalBagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOutlined: React.FC = ({ ...props }) => ( +export const IconPersonalBagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOutlined as default } diff --git a/src/IconPersonalBagOutlinedFilled.tsx b/src/IconPersonalBagOutlinedFilled.tsx index 90e624a5d..9f09a11f8 100644 --- a/src/IconPersonalBagOutlinedFilled.tsx +++ b/src/IconPersonalBagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPersonalBagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagOutlinedFilled as default } diff --git a/src/IconPersonalBagQuestionOutlined.tsx b/src/IconPersonalBagQuestionOutlined.tsx index 2c61f81ea..0a7904fae 100644 --- a/src/IconPersonalBagQuestionOutlined.tsx +++ b/src/IconPersonalBagQuestionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionOutlined: React.FC = ({ ...props }) => ( +export const IconPersonalBagQuestionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagQuestionOutlined as default } diff --git a/src/IconPersonalBagQuestionOutlinedFilled.tsx b/src/IconPersonalBagQuestionOutlinedFilled.tsx index 7a1027406..4eace5cb5 100644 --- a/src/IconPersonalBagQuestionOutlinedFilled.tsx +++ b/src/IconPersonalBagQuestionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionOutlinedFilled: React.FC = ({ +export const IconPersonalBagQuestionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalBagQuestionOutlinedFilled: React.FC = ({ ) - -export { IconPersonalBagQuestionOutlinedFilled as default } diff --git a/src/IconPersonalBagQuestionRounded.tsx b/src/IconPersonalBagQuestionRounded.tsx index f29bb2784..3090de51c 100644 --- a/src/IconPersonalBagQuestionRounded.tsx +++ b/src/IconPersonalBagQuestionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionRounded: React.FC = ({ ...props }) => ( +export const IconPersonalBagQuestionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagQuestionRounded as default } diff --git a/src/IconPersonalBagQuestionRoundedFilled.tsx b/src/IconPersonalBagQuestionRoundedFilled.tsx index 55f542e18..bfbaa502e 100644 --- a/src/IconPersonalBagQuestionRoundedFilled.tsx +++ b/src/IconPersonalBagQuestionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionRoundedFilled: React.FC = ({ +export const IconPersonalBagQuestionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalBagQuestionRoundedFilled: React.FC = ({ ) - -export { IconPersonalBagQuestionRoundedFilled as default } diff --git a/src/IconPersonalBagQuestionSharp.tsx b/src/IconPersonalBagQuestionSharp.tsx index e09ee5220..a1e7a1f48 100644 --- a/src/IconPersonalBagQuestionSharp.tsx +++ b/src/IconPersonalBagQuestionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionSharp: React.FC = ({ ...props }) => ( +export const IconPersonalBagQuestionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagQuestionSharp as default } diff --git a/src/IconPersonalBagQuestionSharpFilled.tsx b/src/IconPersonalBagQuestionSharpFilled.tsx index 72e6d8dbf..8ee3c83ba 100644 --- a/src/IconPersonalBagQuestionSharpFilled.tsx +++ b/src/IconPersonalBagQuestionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagQuestionSharpFilled: React.FC = ({ +export const IconPersonalBagQuestionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalBagQuestionSharpFilled: React.FC = ({ ) - -export { IconPersonalBagQuestionSharpFilled as default } diff --git a/src/IconPersonalBagRounded.tsx b/src/IconPersonalBagRounded.tsx index e132f3be5..d8743eb5b 100644 --- a/src/IconPersonalBagRounded.tsx +++ b/src/IconPersonalBagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagRounded: React.FC = ({ ...props }) => ( +export const IconPersonalBagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalBagRounded as default } diff --git a/src/IconPersonalBagRoundedFilled.tsx b/src/IconPersonalBagRoundedFilled.tsx index 3b7726bff..160383d29 100644 --- a/src/IconPersonalBagRoundedFilled.tsx +++ b/src/IconPersonalBagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonalBagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagRoundedFilled as default } diff --git a/src/IconPersonalBagSharp.tsx b/src/IconPersonalBagSharp.tsx index 92c5d0304..92bff3b81 100644 --- a/src/IconPersonalBagSharp.tsx +++ b/src/IconPersonalBagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagSharp: React.FC = ({ ...props }) => ( +export const IconPersonalBagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalBagSharp as default } diff --git a/src/IconPersonalBagSharpFilled.tsx b/src/IconPersonalBagSharpFilled.tsx index 0c83ade87..155064a64 100644 --- a/src/IconPersonalBagSharpFilled.tsx +++ b/src/IconPersonalBagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalBagSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonalBagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalBagSharpFilled as default } diff --git a/src/IconPersonalInjuryOutlined.tsx b/src/IconPersonalInjuryOutlined.tsx index a4b3821b5..018357d5f 100644 --- a/src/IconPersonalInjuryOutlined.tsx +++ b/src/IconPersonalInjuryOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjuryOutlined: React.FC = ({ ...props }) => ( +export const IconPersonalInjuryOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalInjuryOutlined as default } diff --git a/src/IconPersonalInjuryOutlinedFilled.tsx b/src/IconPersonalInjuryOutlinedFilled.tsx index 7daab490e..3005a6b3b 100644 --- a/src/IconPersonalInjuryOutlinedFilled.tsx +++ b/src/IconPersonalInjuryOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjuryOutlinedFilled: React.FC = ({ +export const IconPersonalInjuryOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalInjuryOutlinedFilled: React.FC = ({ ) - -export { IconPersonalInjuryOutlinedFilled as default } diff --git a/src/IconPersonalInjuryRounded.tsx b/src/IconPersonalInjuryRounded.tsx index 759526897..3bb27fd25 100644 --- a/src/IconPersonalInjuryRounded.tsx +++ b/src/IconPersonalInjuryRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjuryRounded: React.FC = ({ ...props }) => ( +export const IconPersonalInjuryRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalInjuryRounded as default } diff --git a/src/IconPersonalInjuryRoundedFilled.tsx b/src/IconPersonalInjuryRoundedFilled.tsx index 66cd8f6bd..34eee0fa1 100644 --- a/src/IconPersonalInjuryRoundedFilled.tsx +++ b/src/IconPersonalInjuryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjuryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonalInjuryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalInjuryRoundedFilled as default } diff --git a/src/IconPersonalInjurySharp.tsx b/src/IconPersonalInjurySharp.tsx index 6f9e347d2..20487e7cf 100644 --- a/src/IconPersonalInjurySharp.tsx +++ b/src/IconPersonalInjurySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjurySharp: React.FC = ({ ...props }) => ( +export const IconPersonalInjurySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalInjurySharp as default } diff --git a/src/IconPersonalInjurySharpFilled.tsx b/src/IconPersonalInjurySharpFilled.tsx index 62c58df7b..98d7721a3 100644 --- a/src/IconPersonalInjurySharpFilled.tsx +++ b/src/IconPersonalInjurySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalInjurySharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonalInjurySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalInjurySharpFilled as default } diff --git a/src/IconPersonalPlacesOutlined.tsx b/src/IconPersonalPlacesOutlined.tsx index 546d3b14a..8394b7b2d 100644 --- a/src/IconPersonalPlacesOutlined.tsx +++ b/src/IconPersonalPlacesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesOutlined: React.FC = ({ ...props }) => ( +export const IconPersonalPlacesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalPlacesOutlined as default } diff --git a/src/IconPersonalPlacesOutlinedFilled.tsx b/src/IconPersonalPlacesOutlinedFilled.tsx index 061264edf..971d09eca 100644 --- a/src/IconPersonalPlacesOutlinedFilled.tsx +++ b/src/IconPersonalPlacesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesOutlinedFilled: React.FC = ({ +export const IconPersonalPlacesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPersonalPlacesOutlinedFilled: React.FC = ({ ) - -export { IconPersonalPlacesOutlinedFilled as default } diff --git a/src/IconPersonalPlacesRounded.tsx b/src/IconPersonalPlacesRounded.tsx index a6459304c..4909cac1f 100644 --- a/src/IconPersonalPlacesRounded.tsx +++ b/src/IconPersonalPlacesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesRounded: React.FC = ({ ...props }) => ( +export const IconPersonalPlacesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalPlacesRounded as default } diff --git a/src/IconPersonalPlacesRoundedFilled.tsx b/src/IconPersonalPlacesRoundedFilled.tsx index 058a2a78a..12c6e4fea 100644 --- a/src/IconPersonalPlacesRoundedFilled.tsx +++ b/src/IconPersonalPlacesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPersonalPlacesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalPlacesRoundedFilled as default } diff --git a/src/IconPersonalPlacesSharp.tsx b/src/IconPersonalPlacesSharp.tsx index 829864641..760b66556 100644 --- a/src/IconPersonalPlacesSharp.tsx +++ b/src/IconPersonalPlacesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesSharp: React.FC = ({ ...props }) => ( +export const IconPersonalPlacesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPersonalPlacesSharp as default } diff --git a/src/IconPersonalPlacesSharpFilled.tsx b/src/IconPersonalPlacesSharpFilled.tsx index ad6033e24..8e5f07cbb 100644 --- a/src/IconPersonalPlacesSharpFilled.tsx +++ b/src/IconPersonalPlacesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPersonalPlacesSharpFilled: React.FC = ({ ...props }) => ( +export const IconPersonalPlacesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPersonalPlacesSharpFilled as default } diff --git a/src/IconPestControlOutlined.tsx b/src/IconPestControlOutlined.tsx index 9d97899a6..44db8cfab 100644 --- a/src/IconPestControlOutlined.tsx +++ b/src/IconPestControlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlOutlined: React.FC = ({ ...props }) => ( +export const IconPestControlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPestControlOutlined as default } diff --git a/src/IconPestControlOutlinedFilled.tsx b/src/IconPestControlOutlinedFilled.tsx index 436a73c95..743a48b84 100644 --- a/src/IconPestControlOutlinedFilled.tsx +++ b/src/IconPestControlOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPestControlOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlOutlinedFilled as default } diff --git a/src/IconPestControlRodentOutlined.tsx b/src/IconPestControlRodentOutlined.tsx index 40e2cfc4d..4c24a761d 100644 --- a/src/IconPestControlRodentOutlined.tsx +++ b/src/IconPestControlRodentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentOutlined: React.FC = ({ ...props }) => ( +export const IconPestControlRodentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlRodentOutlined as default } diff --git a/src/IconPestControlRodentOutlinedFilled.tsx b/src/IconPestControlRodentOutlinedFilled.tsx index 78d877686..61dbc8472 100644 --- a/src/IconPestControlRodentOutlinedFilled.tsx +++ b/src/IconPestControlRodentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentOutlinedFilled: React.FC = ({ +export const IconPestControlRodentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPestControlRodentOutlinedFilled: React.FC = ({ ) - -export { IconPestControlRodentOutlinedFilled as default } diff --git a/src/IconPestControlRodentRounded.tsx b/src/IconPestControlRodentRounded.tsx index 44efd96ee..443fc201c 100644 --- a/src/IconPestControlRodentRounded.tsx +++ b/src/IconPestControlRodentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentRounded: React.FC = ({ ...props }) => ( +export const IconPestControlRodentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlRodentRounded as default } diff --git a/src/IconPestControlRodentRoundedFilled.tsx b/src/IconPestControlRodentRoundedFilled.tsx index 93aaa814d..b1daabeca 100644 --- a/src/IconPestControlRodentRoundedFilled.tsx +++ b/src/IconPestControlRodentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentRoundedFilled: React.FC = ({ +export const IconPestControlRodentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPestControlRodentRoundedFilled: React.FC = ({ ) - -export { IconPestControlRodentRoundedFilled as default } diff --git a/src/IconPestControlRodentSharp.tsx b/src/IconPestControlRodentSharp.tsx index f37e16bfa..3cb3180aa 100644 --- a/src/IconPestControlRodentSharp.tsx +++ b/src/IconPestControlRodentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentSharp: React.FC = ({ ...props }) => ( +export const IconPestControlRodentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlRodentSharp as default } diff --git a/src/IconPestControlRodentSharpFilled.tsx b/src/IconPestControlRodentSharpFilled.tsx index 9dc90b680..871079698 100644 --- a/src/IconPestControlRodentSharpFilled.tsx +++ b/src/IconPestControlRodentSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRodentSharpFilled: React.FC = ({ +export const IconPestControlRodentSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPestControlRodentSharpFilled: React.FC = ({ ) - -export { IconPestControlRodentSharpFilled as default } diff --git a/src/IconPestControlRounded.tsx b/src/IconPestControlRounded.tsx index c515e788b..643f6ad15 100644 --- a/src/IconPestControlRounded.tsx +++ b/src/IconPestControlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRounded: React.FC = ({ ...props }) => ( +export const IconPestControlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPestControlRounded as default } diff --git a/src/IconPestControlRoundedFilled.tsx b/src/IconPestControlRoundedFilled.tsx index 42032b58c..202d2ebb1 100644 --- a/src/IconPestControlRoundedFilled.tsx +++ b/src/IconPestControlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPestControlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlRoundedFilled as default } diff --git a/src/IconPestControlSharp.tsx b/src/IconPestControlSharp.tsx index e8b2c7f9a..8c2526a84 100644 --- a/src/IconPestControlSharp.tsx +++ b/src/IconPestControlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlSharp: React.FC = ({ ...props }) => ( +export const IconPestControlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPestControlSharp as default } diff --git a/src/IconPestControlSharpFilled.tsx b/src/IconPestControlSharpFilled.tsx index 043bd3366..445f94196 100644 --- a/src/IconPestControlSharpFilled.tsx +++ b/src/IconPestControlSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPestControlSharpFilled: React.FC = ({ ...props }) => ( +export const IconPestControlSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPestControlSharpFilled as default } diff --git a/src/IconPetSuppliesOutlined.tsx b/src/IconPetSuppliesOutlined.tsx index 98fdc844c..1021e633e 100644 --- a/src/IconPetSuppliesOutlined.tsx +++ b/src/IconPetSuppliesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesOutlined: React.FC = ({ ...props }) => ( +export const IconPetSuppliesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesOutlined as default } diff --git a/src/IconPetSuppliesOutlinedFilled.tsx b/src/IconPetSuppliesOutlinedFilled.tsx index 822a5538c..a9ab20834 100644 --- a/src/IconPetSuppliesOutlinedFilled.tsx +++ b/src/IconPetSuppliesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPetSuppliesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesOutlinedFilled as default } diff --git a/src/IconPetSuppliesRounded.tsx b/src/IconPetSuppliesRounded.tsx index 1930ef699..8ac102a51 100644 --- a/src/IconPetSuppliesRounded.tsx +++ b/src/IconPetSuppliesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesRounded: React.FC = ({ ...props }) => ( +export const IconPetSuppliesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesRounded as default } diff --git a/src/IconPetSuppliesRoundedFilled.tsx b/src/IconPetSuppliesRoundedFilled.tsx index d8cd19083..4ba503013 100644 --- a/src/IconPetSuppliesRoundedFilled.tsx +++ b/src/IconPetSuppliesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPetSuppliesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesRoundedFilled as default } diff --git a/src/IconPetSuppliesSharp.tsx b/src/IconPetSuppliesSharp.tsx index 8aeca1637..6dd1751c9 100644 --- a/src/IconPetSuppliesSharp.tsx +++ b/src/IconPetSuppliesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesSharp: React.FC = ({ ...props }) => ( +export const IconPetSuppliesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesSharp as default } diff --git a/src/IconPetSuppliesSharpFilled.tsx b/src/IconPetSuppliesSharpFilled.tsx index a1b1ea428..5ec0745ae 100644 --- a/src/IconPetSuppliesSharpFilled.tsx +++ b/src/IconPetSuppliesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPetSuppliesSharpFilled: React.FC = ({ ...props }) => ( +export const IconPetSuppliesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPetSuppliesSharpFilled as default } diff --git a/src/IconPetsOutlined.tsx b/src/IconPetsOutlined.tsx index 62e5d79bc..9fdfc20f5 100644 --- a/src/IconPetsOutlined.tsx +++ b/src/IconPetsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsOutlined: React.FC = ({ ...props }) => ( +export const IconPetsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsOutlined as default } diff --git a/src/IconPetsOutlinedFilled.tsx b/src/IconPetsOutlinedFilled.tsx index 8569f7121..d82102164 100644 --- a/src/IconPetsOutlinedFilled.tsx +++ b/src/IconPetsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPetsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsOutlinedFilled as default } diff --git a/src/IconPetsRounded.tsx b/src/IconPetsRounded.tsx index fc072b256..d2bfb590e 100644 --- a/src/IconPetsRounded.tsx +++ b/src/IconPetsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsRounded: React.FC = ({ ...props }) => ( +export const IconPetsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsRounded as default } diff --git a/src/IconPetsRoundedFilled.tsx b/src/IconPetsRoundedFilled.tsx index a7235d230..146a9ef1e 100644 --- a/src/IconPetsRoundedFilled.tsx +++ b/src/IconPetsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPetsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsRoundedFilled as default } diff --git a/src/IconPetsSharp.tsx b/src/IconPetsSharp.tsx index a4e495abe..46f699fce 100644 --- a/src/IconPetsSharp.tsx +++ b/src/IconPetsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsSharp: React.FC = ({ ...props }) => ( +export const IconPetsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsSharp as default } diff --git a/src/IconPetsSharpFilled.tsx b/src/IconPetsSharpFilled.tsx index a924c2411..362d2d519 100644 --- a/src/IconPetsSharpFilled.tsx +++ b/src/IconPetsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPetsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPetsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPetsSharpFilled as default } diff --git a/src/IconPhishingOutlined.tsx b/src/IconPhishingOutlined.tsx index fa0e2cfd4..d4abd364d 100644 --- a/src/IconPhishingOutlined.tsx +++ b/src/IconPhishingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingOutlined: React.FC = ({ ...props }) => ( +export const IconPhishingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhishingOutlined as default } diff --git a/src/IconPhishingOutlinedFilled.tsx b/src/IconPhishingOutlinedFilled.tsx index d8862e494..3feb22a27 100644 --- a/src/IconPhishingOutlinedFilled.tsx +++ b/src/IconPhishingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhishingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhishingOutlinedFilled as default } diff --git a/src/IconPhishingRounded.tsx b/src/IconPhishingRounded.tsx index 86c252f50..e2d286309 100644 --- a/src/IconPhishingRounded.tsx +++ b/src/IconPhishingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingRounded: React.FC = ({ ...props }) => ( +export const IconPhishingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhishingRounded as default } diff --git a/src/IconPhishingRoundedFilled.tsx b/src/IconPhishingRoundedFilled.tsx index 04d3e30db..ec8507c43 100644 --- a/src/IconPhishingRoundedFilled.tsx +++ b/src/IconPhishingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhishingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhishingRoundedFilled as default } diff --git a/src/IconPhishingSharp.tsx b/src/IconPhishingSharp.tsx index 94df59b2b..98f2c9153 100644 --- a/src/IconPhishingSharp.tsx +++ b/src/IconPhishingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingSharp: React.FC = ({ ...props }) => ( +export const IconPhishingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhishingSharp as default } diff --git a/src/IconPhishingSharpFilled.tsx b/src/IconPhishingSharpFilled.tsx index 5e8a43295..d1b76d3c1 100644 --- a/src/IconPhishingSharpFilled.tsx +++ b/src/IconPhishingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhishingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhishingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhishingSharpFilled as default } diff --git a/src/IconPhoneAndroidOutlined.tsx b/src/IconPhoneAndroidOutlined.tsx index e9e0855ba..58af26187 100644 --- a/src/IconPhoneAndroidOutlined.tsx +++ b/src/IconPhoneAndroidOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidOutlined as default } diff --git a/src/IconPhoneAndroidOutlinedFilled.tsx b/src/IconPhoneAndroidOutlinedFilled.tsx index 870ecc377..1489a037c 100644 --- a/src/IconPhoneAndroidOutlinedFilled.tsx +++ b/src/IconPhoneAndroidOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidOutlinedFilled as default } diff --git a/src/IconPhoneAndroidRounded.tsx b/src/IconPhoneAndroidRounded.tsx index c9fdd382b..b7d920e6d 100644 --- a/src/IconPhoneAndroidRounded.tsx +++ b/src/IconPhoneAndroidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidRounded: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidRounded as default } diff --git a/src/IconPhoneAndroidRoundedFilled.tsx b/src/IconPhoneAndroidRoundedFilled.tsx index 8877e7b8b..401fe9206 100644 --- a/src/IconPhoneAndroidRoundedFilled.tsx +++ b/src/IconPhoneAndroidRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidRoundedFilled as default } diff --git a/src/IconPhoneAndroidSharp.tsx b/src/IconPhoneAndroidSharp.tsx index b4e896c0d..95ffeeeef 100644 --- a/src/IconPhoneAndroidSharp.tsx +++ b/src/IconPhoneAndroidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidSharp: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidSharp as default } diff --git a/src/IconPhoneAndroidSharpFilled.tsx b/src/IconPhoneAndroidSharpFilled.tsx index 7e859bc9f..6ebca88f4 100644 --- a/src/IconPhoneAndroidSharpFilled.tsx +++ b/src/IconPhoneAndroidSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneAndroidSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneAndroidSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneAndroidSharpFilled as default } diff --git a/src/IconPhoneBluetoothSpeakerOutlined.tsx b/src/IconPhoneBluetoothSpeakerOutlined.tsx index d9b22834b..361f5af57 100644 --- a/src/IconPhoneBluetoothSpeakerOutlined.tsx +++ b/src/IconPhoneBluetoothSpeakerOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerOutlined: React.FC = ({ +export const IconPhoneBluetoothSpeakerOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneBluetoothSpeakerOutlined: React.FC = ({ ) - -export { IconPhoneBluetoothSpeakerOutlined as default } diff --git a/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx b/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx index 090b27534..8e41369a4 100644 --- a/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerOutlinedFilled: React.FC = ({ +export const IconPhoneBluetoothSpeakerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneBluetoothSpeakerOutlinedFilled: React.FC = ({ ) - -export { IconPhoneBluetoothSpeakerOutlinedFilled as default } diff --git a/src/IconPhoneBluetoothSpeakerRounded.tsx b/src/IconPhoneBluetoothSpeakerRounded.tsx index 4ff6623a7..5f9df132b 100644 --- a/src/IconPhoneBluetoothSpeakerRounded.tsx +++ b/src/IconPhoneBluetoothSpeakerRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerRounded: React.FC = ({ +export const IconPhoneBluetoothSpeakerRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneBluetoothSpeakerRounded: React.FC = ({ ) - -export { IconPhoneBluetoothSpeakerRounded as default } diff --git a/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx b/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx index 7af3ffa8a..cc2658be1 100644 --- a/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerRoundedFilled: React.FC = ({ +export const IconPhoneBluetoothSpeakerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneBluetoothSpeakerRoundedFilled: React.FC = ({ ) - -export { IconPhoneBluetoothSpeakerRoundedFilled as default } diff --git a/src/IconPhoneBluetoothSpeakerSharp.tsx b/src/IconPhoneBluetoothSpeakerSharp.tsx index 0c835926a..96ce9f3b4 100644 --- a/src/IconPhoneBluetoothSpeakerSharp.tsx +++ b/src/IconPhoneBluetoothSpeakerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerSharp: React.FC = ({ ...props }) => ( +export const IconPhoneBluetoothSpeakerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneBluetoothSpeakerSharp as default } diff --git a/src/IconPhoneBluetoothSpeakerSharpFilled.tsx b/src/IconPhoneBluetoothSpeakerSharpFilled.tsx index 8709d594c..2d73b71c9 100644 --- a/src/IconPhoneBluetoothSpeakerSharpFilled.tsx +++ b/src/IconPhoneBluetoothSpeakerSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneBluetoothSpeakerSharpFilled: React.FC = ({ +export const IconPhoneBluetoothSpeakerSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneBluetoothSpeakerSharpFilled: React.FC = ({ ) - -export { IconPhoneBluetoothSpeakerSharpFilled as default } diff --git a/src/IconPhoneCallbackOutlined.tsx b/src/IconPhoneCallbackOutlined.tsx index efff566dd..7630e54b5 100644 --- a/src/IconPhoneCallbackOutlined.tsx +++ b/src/IconPhoneCallbackOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackOutlined as default } diff --git a/src/IconPhoneCallbackOutlinedFilled.tsx b/src/IconPhoneCallbackOutlinedFilled.tsx index 5a58285ee..16d9238ae 100644 --- a/src/IconPhoneCallbackOutlinedFilled.tsx +++ b/src/IconPhoneCallbackOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackOutlinedFilled as default } diff --git a/src/IconPhoneCallbackRounded.tsx b/src/IconPhoneCallbackRounded.tsx index 7349ca6b2..ba6ac15f7 100644 --- a/src/IconPhoneCallbackRounded.tsx +++ b/src/IconPhoneCallbackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackRounded: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackRounded as default } diff --git a/src/IconPhoneCallbackRoundedFilled.tsx b/src/IconPhoneCallbackRoundedFilled.tsx index 38713647a..deed4b171 100644 --- a/src/IconPhoneCallbackRoundedFilled.tsx +++ b/src/IconPhoneCallbackRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackRoundedFilled as default } diff --git a/src/IconPhoneCallbackSharp.tsx b/src/IconPhoneCallbackSharp.tsx index 69b847928..045052dd0 100644 --- a/src/IconPhoneCallbackSharp.tsx +++ b/src/IconPhoneCallbackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackSharp: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackSharp as default } diff --git a/src/IconPhoneCallbackSharpFilled.tsx b/src/IconPhoneCallbackSharpFilled.tsx index b58bdd185..d29a33a25 100644 --- a/src/IconPhoneCallbackSharpFilled.tsx +++ b/src/IconPhoneCallbackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneCallbackSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneCallbackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneCallbackSharpFilled as default } diff --git a/src/IconPhoneDisabledOutlined.tsx b/src/IconPhoneDisabledOutlined.tsx index add1e7c54..ed6d6969f 100644 --- a/src/IconPhoneDisabledOutlined.tsx +++ b/src/IconPhoneDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledOutlined as default } diff --git a/src/IconPhoneDisabledOutlinedFilled.tsx b/src/IconPhoneDisabledOutlinedFilled.tsx index 09306d967..0b354e8d2 100644 --- a/src/IconPhoneDisabledOutlinedFilled.tsx +++ b/src/IconPhoneDisabledOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledOutlinedFilled as default } diff --git a/src/IconPhoneDisabledRounded.tsx b/src/IconPhoneDisabledRounded.tsx index 911998480..6ffdb63de 100644 --- a/src/IconPhoneDisabledRounded.tsx +++ b/src/IconPhoneDisabledRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledRounded: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledRounded as default } diff --git a/src/IconPhoneDisabledRoundedFilled.tsx b/src/IconPhoneDisabledRoundedFilled.tsx index 9b6418775..5f495394d 100644 --- a/src/IconPhoneDisabledRoundedFilled.tsx +++ b/src/IconPhoneDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledRoundedFilled as default } diff --git a/src/IconPhoneDisabledSharp.tsx b/src/IconPhoneDisabledSharp.tsx index ea29d1d8c..a3a6e56e8 100644 --- a/src/IconPhoneDisabledSharp.tsx +++ b/src/IconPhoneDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledSharp: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledSharp as default } diff --git a/src/IconPhoneDisabledSharpFilled.tsx b/src/IconPhoneDisabledSharpFilled.tsx index 2636f0673..6c8ee373a 100644 --- a/src/IconPhoneDisabledSharpFilled.tsx +++ b/src/IconPhoneDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneDisabledSharpFilled as default } diff --git a/src/IconPhoneEnabledOutlined.tsx b/src/IconPhoneEnabledOutlined.tsx index 697ee120b..95751438a 100644 --- a/src/IconPhoneEnabledOutlined.tsx +++ b/src/IconPhoneEnabledOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledOutlined as default } diff --git a/src/IconPhoneEnabledOutlinedFilled.tsx b/src/IconPhoneEnabledOutlinedFilled.tsx index 392e5d2ee..aa4c4cb43 100644 --- a/src/IconPhoneEnabledOutlinedFilled.tsx +++ b/src/IconPhoneEnabledOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledOutlinedFilled as default } diff --git a/src/IconPhoneEnabledRounded.tsx b/src/IconPhoneEnabledRounded.tsx index ec2a7b6d0..46c7929c3 100644 --- a/src/IconPhoneEnabledRounded.tsx +++ b/src/IconPhoneEnabledRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledRounded: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledRounded as default } diff --git a/src/IconPhoneEnabledRoundedFilled.tsx b/src/IconPhoneEnabledRoundedFilled.tsx index d111bcfda..e958e6be5 100644 --- a/src/IconPhoneEnabledRoundedFilled.tsx +++ b/src/IconPhoneEnabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledRoundedFilled as default } diff --git a/src/IconPhoneEnabledSharp.tsx b/src/IconPhoneEnabledSharp.tsx index c37633cf8..3516f7386 100644 --- a/src/IconPhoneEnabledSharp.tsx +++ b/src/IconPhoneEnabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledSharp: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledSharp as default } diff --git a/src/IconPhoneEnabledSharpFilled.tsx b/src/IconPhoneEnabledSharpFilled.tsx index 0ed0a6291..766ec42cb 100644 --- a/src/IconPhoneEnabledSharpFilled.tsx +++ b/src/IconPhoneEnabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneEnabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneEnabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneEnabledSharpFilled as default } diff --git a/src/IconPhoneForwardedOutlined.tsx b/src/IconPhoneForwardedOutlined.tsx index 53825e9c2..ebec280c0 100644 --- a/src/IconPhoneForwardedOutlined.tsx +++ b/src/IconPhoneForwardedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneForwardedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneForwardedOutlined as default } diff --git a/src/IconPhoneForwardedOutlinedFilled.tsx b/src/IconPhoneForwardedOutlinedFilled.tsx index 227e684c3..b5fd66505 100644 --- a/src/IconPhoneForwardedOutlinedFilled.tsx +++ b/src/IconPhoneForwardedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedOutlinedFilled: React.FC = ({ +export const IconPhoneForwardedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhoneForwardedOutlinedFilled: React.FC = ({ ) - -export { IconPhoneForwardedOutlinedFilled as default } diff --git a/src/IconPhoneForwardedRounded.tsx b/src/IconPhoneForwardedRounded.tsx index 40598dfbb..b4825aeb7 100644 --- a/src/IconPhoneForwardedRounded.tsx +++ b/src/IconPhoneForwardedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedRounded: React.FC = ({ ...props }) => ( +export const IconPhoneForwardedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneForwardedRounded as default } diff --git a/src/IconPhoneForwardedRoundedFilled.tsx b/src/IconPhoneForwardedRoundedFilled.tsx index a00362079..82e468c31 100644 --- a/src/IconPhoneForwardedRoundedFilled.tsx +++ b/src/IconPhoneForwardedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneForwardedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneForwardedRoundedFilled as default } diff --git a/src/IconPhoneForwardedSharp.tsx b/src/IconPhoneForwardedSharp.tsx index 039c86ab3..7ca19bc39 100644 --- a/src/IconPhoneForwardedSharp.tsx +++ b/src/IconPhoneForwardedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedSharp: React.FC = ({ ...props }) => ( +export const IconPhoneForwardedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneForwardedSharp as default } diff --git a/src/IconPhoneForwardedSharpFilled.tsx b/src/IconPhoneForwardedSharpFilled.tsx index 8b8983502..500baafc2 100644 --- a/src/IconPhoneForwardedSharpFilled.tsx +++ b/src/IconPhoneForwardedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneForwardedSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneForwardedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneForwardedSharpFilled as default } diff --git a/src/IconPhoneInTalkOutlined.tsx b/src/IconPhoneInTalkOutlined.tsx index 968d3fe79..e668e4dbf 100644 --- a/src/IconPhoneInTalkOutlined.tsx +++ b/src/IconPhoneInTalkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkOutlined as default } diff --git a/src/IconPhoneInTalkOutlinedFilled.tsx b/src/IconPhoneInTalkOutlinedFilled.tsx index f818d8ebb..f944541bd 100644 --- a/src/IconPhoneInTalkOutlinedFilled.tsx +++ b/src/IconPhoneInTalkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkOutlinedFilled as default } diff --git a/src/IconPhoneInTalkRounded.tsx b/src/IconPhoneInTalkRounded.tsx index c9e389273..0d1a610db 100644 --- a/src/IconPhoneInTalkRounded.tsx +++ b/src/IconPhoneInTalkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkRounded: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkRounded as default } diff --git a/src/IconPhoneInTalkRoundedFilled.tsx b/src/IconPhoneInTalkRoundedFilled.tsx index 6ef93f0fa..7298f588c 100644 --- a/src/IconPhoneInTalkRoundedFilled.tsx +++ b/src/IconPhoneInTalkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkRoundedFilled as default } diff --git a/src/IconPhoneInTalkSharp.tsx b/src/IconPhoneInTalkSharp.tsx index 726597447..2d0128050 100644 --- a/src/IconPhoneInTalkSharp.tsx +++ b/src/IconPhoneInTalkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkSharp: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkSharp as default } diff --git a/src/IconPhoneInTalkSharpFilled.tsx b/src/IconPhoneInTalkSharpFilled.tsx index 96d692336..ea6f5ccdf 100644 --- a/src/IconPhoneInTalkSharpFilled.tsx +++ b/src/IconPhoneInTalkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneInTalkSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneInTalkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneInTalkSharpFilled as default } diff --git a/src/IconPhoneIphoneOutlined.tsx b/src/IconPhoneIphoneOutlined.tsx index c1ba1fa6f..75ad3becd 100644 --- a/src/IconPhoneIphoneOutlined.tsx +++ b/src/IconPhoneIphoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneOutlined as default } diff --git a/src/IconPhoneIphoneOutlinedFilled.tsx b/src/IconPhoneIphoneOutlinedFilled.tsx index 14a2cd0d6..9f9273642 100644 --- a/src/IconPhoneIphoneOutlinedFilled.tsx +++ b/src/IconPhoneIphoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneOutlinedFilled as default } diff --git a/src/IconPhoneIphoneRounded.tsx b/src/IconPhoneIphoneRounded.tsx index e496ed6b6..35089157f 100644 --- a/src/IconPhoneIphoneRounded.tsx +++ b/src/IconPhoneIphoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneRounded: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneRounded as default } diff --git a/src/IconPhoneIphoneRoundedFilled.tsx b/src/IconPhoneIphoneRoundedFilled.tsx index be3cdcc19..aeae650ee 100644 --- a/src/IconPhoneIphoneRoundedFilled.tsx +++ b/src/IconPhoneIphoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneRoundedFilled as default } diff --git a/src/IconPhoneIphoneSharp.tsx b/src/IconPhoneIphoneSharp.tsx index f683cdf17..8a0011212 100644 --- a/src/IconPhoneIphoneSharp.tsx +++ b/src/IconPhoneIphoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneSharp: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneSharp as default } diff --git a/src/IconPhoneIphoneSharpFilled.tsx b/src/IconPhoneIphoneSharpFilled.tsx index 4be3f7c3c..089c337da 100644 --- a/src/IconPhoneIphoneSharpFilled.tsx +++ b/src/IconPhoneIphoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneIphoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneIphoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneIphoneSharpFilled as default } diff --git a/src/IconPhoneLockedOutlined.tsx b/src/IconPhoneLockedOutlined.tsx index 24a658904..421420516 100644 --- a/src/IconPhoneLockedOutlined.tsx +++ b/src/IconPhoneLockedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneLockedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedOutlined as default } diff --git a/src/IconPhoneLockedOutlinedFilled.tsx b/src/IconPhoneLockedOutlinedFilled.tsx index 329745dcc..1e9ccd62c 100644 --- a/src/IconPhoneLockedOutlinedFilled.tsx +++ b/src/IconPhoneLockedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneLockedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedOutlinedFilled as default } diff --git a/src/IconPhoneLockedRounded.tsx b/src/IconPhoneLockedRounded.tsx index 7f6ef7d5c..e33c81085 100644 --- a/src/IconPhoneLockedRounded.tsx +++ b/src/IconPhoneLockedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedRounded: React.FC = ({ ...props }) => ( +export const IconPhoneLockedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedRounded as default } diff --git a/src/IconPhoneLockedRoundedFilled.tsx b/src/IconPhoneLockedRoundedFilled.tsx index 35514d4a8..6652d23f3 100644 --- a/src/IconPhoneLockedRoundedFilled.tsx +++ b/src/IconPhoneLockedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneLockedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedRoundedFilled as default } diff --git a/src/IconPhoneLockedSharp.tsx b/src/IconPhoneLockedSharp.tsx index b13ea742f..dd0d5c62a 100644 --- a/src/IconPhoneLockedSharp.tsx +++ b/src/IconPhoneLockedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedSharp: React.FC = ({ ...props }) => ( +export const IconPhoneLockedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedSharp as default } diff --git a/src/IconPhoneLockedSharpFilled.tsx b/src/IconPhoneLockedSharpFilled.tsx index c905c48b2..99b64ae1b 100644 --- a/src/IconPhoneLockedSharpFilled.tsx +++ b/src/IconPhoneLockedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneLockedSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneLockedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneLockedSharpFilled as default } diff --git a/src/IconPhoneMissedOutlined.tsx b/src/IconPhoneMissedOutlined.tsx index d8b135f79..ade1a5119 100644 --- a/src/IconPhoneMissedOutlined.tsx +++ b/src/IconPhoneMissedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedOutlined: React.FC = ({ ...props }) => ( +export const IconPhoneMissedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedOutlined as default } diff --git a/src/IconPhoneMissedOutlinedFilled.tsx b/src/IconPhoneMissedOutlinedFilled.tsx index de220812b..58874bfed 100644 --- a/src/IconPhoneMissedOutlinedFilled.tsx +++ b/src/IconPhoneMissedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneMissedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedOutlinedFilled as default } diff --git a/src/IconPhoneMissedRounded.tsx b/src/IconPhoneMissedRounded.tsx index f6824f6f7..9f07b770f 100644 --- a/src/IconPhoneMissedRounded.tsx +++ b/src/IconPhoneMissedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedRounded: React.FC = ({ ...props }) => ( +export const IconPhoneMissedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedRounded as default } diff --git a/src/IconPhoneMissedRoundedFilled.tsx b/src/IconPhoneMissedRoundedFilled.tsx index 81a364100..fafcc7a00 100644 --- a/src/IconPhoneMissedRoundedFilled.tsx +++ b/src/IconPhoneMissedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhoneMissedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedRoundedFilled as default } diff --git a/src/IconPhoneMissedSharp.tsx b/src/IconPhoneMissedSharp.tsx index 93d4cdd6c..d761543b0 100644 --- a/src/IconPhoneMissedSharp.tsx +++ b/src/IconPhoneMissedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedSharp: React.FC = ({ ...props }) => ( +export const IconPhoneMissedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedSharp as default } diff --git a/src/IconPhoneMissedSharpFilled.tsx b/src/IconPhoneMissedSharpFilled.tsx index d1036d5cd..5d1252fc0 100644 --- a/src/IconPhoneMissedSharpFilled.tsx +++ b/src/IconPhoneMissedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhoneMissedSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhoneMissedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhoneMissedSharpFilled as default } diff --git a/src/IconPhonePausedOutlined.tsx b/src/IconPhonePausedOutlined.tsx index 6d62cb6e7..91bf53b34 100644 --- a/src/IconPhonePausedOutlined.tsx +++ b/src/IconPhonePausedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedOutlined: React.FC = ({ ...props }) => ( +export const IconPhonePausedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonePausedOutlined as default } diff --git a/src/IconPhonePausedOutlinedFilled.tsx b/src/IconPhonePausedOutlinedFilled.tsx index 6fe423191..071e4df8e 100644 --- a/src/IconPhonePausedOutlinedFilled.tsx +++ b/src/IconPhonePausedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhonePausedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonePausedOutlinedFilled as default } diff --git a/src/IconPhonePausedRounded.tsx b/src/IconPhonePausedRounded.tsx index c330100b0..13096b659 100644 --- a/src/IconPhonePausedRounded.tsx +++ b/src/IconPhonePausedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedRounded: React.FC = ({ ...props }) => ( +export const IconPhonePausedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonePausedRounded as default } diff --git a/src/IconPhonePausedRoundedFilled.tsx b/src/IconPhonePausedRoundedFilled.tsx index 62d08ef19..cd77cdf53 100644 --- a/src/IconPhonePausedRoundedFilled.tsx +++ b/src/IconPhonePausedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonePausedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonePausedRoundedFilled as default } diff --git a/src/IconPhonePausedSharp.tsx b/src/IconPhonePausedSharp.tsx index 951980f08..16e69bc46 100644 --- a/src/IconPhonePausedSharp.tsx +++ b/src/IconPhonePausedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedSharp: React.FC = ({ ...props }) => ( +export const IconPhonePausedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonePausedSharp as default } diff --git a/src/IconPhonePausedSharpFilled.tsx b/src/IconPhonePausedSharpFilled.tsx index 88ed63f04..d0df2bb15 100644 --- a/src/IconPhonePausedSharpFilled.tsx +++ b/src/IconPhonePausedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonePausedSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonePausedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonePausedSharpFilled as default } diff --git a/src/IconPhonelinkEraseOutlined.tsx b/src/IconPhonelinkEraseOutlined.tsx index afac713b3..523a271c0 100644 --- a/src/IconPhonelinkEraseOutlined.tsx +++ b/src/IconPhonelinkEraseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkEraseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkEraseOutlined as default } diff --git a/src/IconPhonelinkEraseOutlinedFilled.tsx b/src/IconPhonelinkEraseOutlinedFilled.tsx index 13d3a6f1a..8b5a24187 100644 --- a/src/IconPhonelinkEraseOutlinedFilled.tsx +++ b/src/IconPhonelinkEraseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseOutlinedFilled: React.FC = ({ +export const IconPhonelinkEraseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhonelinkEraseOutlinedFilled: React.FC = ({ ) - -export { IconPhonelinkEraseOutlinedFilled as default } diff --git a/src/IconPhonelinkEraseRounded.tsx b/src/IconPhonelinkEraseRounded.tsx index 586efea6d..e47e7d30c 100644 --- a/src/IconPhonelinkEraseRounded.tsx +++ b/src/IconPhonelinkEraseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkEraseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkEraseRounded as default } diff --git a/src/IconPhonelinkEraseRoundedFilled.tsx b/src/IconPhonelinkEraseRoundedFilled.tsx index 8ea8df341..9604f50f4 100644 --- a/src/IconPhonelinkEraseRoundedFilled.tsx +++ b/src/IconPhonelinkEraseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkEraseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkEraseRoundedFilled as default } diff --git a/src/IconPhonelinkEraseSharp.tsx b/src/IconPhonelinkEraseSharp.tsx index 912ac55c6..cd54e4577 100644 --- a/src/IconPhonelinkEraseSharp.tsx +++ b/src/IconPhonelinkEraseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkEraseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkEraseSharp as default } diff --git a/src/IconPhonelinkEraseSharpFilled.tsx b/src/IconPhonelinkEraseSharpFilled.tsx index a91d7c5f7..3dad8e54a 100644 --- a/src/IconPhonelinkEraseSharpFilled.tsx +++ b/src/IconPhonelinkEraseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkEraseSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkEraseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkEraseSharpFilled as default } diff --git a/src/IconPhonelinkLockOutlined.tsx b/src/IconPhonelinkLockOutlined.tsx index 866cf08a2..e935929e4 100644 --- a/src/IconPhonelinkLockOutlined.tsx +++ b/src/IconPhonelinkLockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockOutlined as default } diff --git a/src/IconPhonelinkLockOutlinedFilled.tsx b/src/IconPhonelinkLockOutlinedFilled.tsx index 04283853c..ffb1ecd19 100644 --- a/src/IconPhonelinkLockOutlinedFilled.tsx +++ b/src/IconPhonelinkLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockOutlinedFilled as default } diff --git a/src/IconPhonelinkLockRounded.tsx b/src/IconPhonelinkLockRounded.tsx index 12aa08e12..d943e7ea0 100644 --- a/src/IconPhonelinkLockRounded.tsx +++ b/src/IconPhonelinkLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockRounded as default } diff --git a/src/IconPhonelinkLockRoundedFilled.tsx b/src/IconPhonelinkLockRoundedFilled.tsx index d80543f86..fd3b2f924 100644 --- a/src/IconPhonelinkLockRoundedFilled.tsx +++ b/src/IconPhonelinkLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockRoundedFilled as default } diff --git a/src/IconPhonelinkLockSharp.tsx b/src/IconPhonelinkLockSharp.tsx index 54037374a..4c9fabe3a 100644 --- a/src/IconPhonelinkLockSharp.tsx +++ b/src/IconPhonelinkLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockSharp as default } diff --git a/src/IconPhonelinkLockSharpFilled.tsx b/src/IconPhonelinkLockSharpFilled.tsx index 15b791cb1..e825b7cfa 100644 --- a/src/IconPhonelinkLockSharpFilled.tsx +++ b/src/IconPhonelinkLockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkLockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkLockSharpFilled as default } diff --git a/src/IconPhonelinkOffOutlined.tsx b/src/IconPhonelinkOffOutlined.tsx index 15d4ef10e..db0993c33 100644 --- a/src/IconPhonelinkOffOutlined.tsx +++ b/src/IconPhonelinkOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffOutlined as default } diff --git a/src/IconPhonelinkOffOutlinedFilled.tsx b/src/IconPhonelinkOffOutlinedFilled.tsx index ae62d4a7f..7063cf816 100644 --- a/src/IconPhonelinkOffOutlinedFilled.tsx +++ b/src/IconPhonelinkOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffOutlinedFilled as default } diff --git a/src/IconPhonelinkOffRounded.tsx b/src/IconPhonelinkOffRounded.tsx index d071ef303..4a18d3d94 100644 --- a/src/IconPhonelinkOffRounded.tsx +++ b/src/IconPhonelinkOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffRounded as default } diff --git a/src/IconPhonelinkOffRoundedFilled.tsx b/src/IconPhonelinkOffRoundedFilled.tsx index 141f6827b..381b10d07 100644 --- a/src/IconPhonelinkOffRoundedFilled.tsx +++ b/src/IconPhonelinkOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffRoundedFilled as default } diff --git a/src/IconPhonelinkOffSharp.tsx b/src/IconPhonelinkOffSharp.tsx index 2dc639dc1..c15e627f7 100644 --- a/src/IconPhonelinkOffSharp.tsx +++ b/src/IconPhonelinkOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffSharp as default } diff --git a/src/IconPhonelinkOffSharpFilled.tsx b/src/IconPhonelinkOffSharpFilled.tsx index f836abdf1..a94e211c1 100644 --- a/src/IconPhonelinkOffSharpFilled.tsx +++ b/src/IconPhonelinkOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkOffSharpFilled as default } diff --git a/src/IconPhonelinkRingOffOutlined.tsx b/src/IconPhonelinkRingOffOutlined.tsx index e57c41b8f..c6778ae08 100644 --- a/src/IconPhonelinkRingOffOutlined.tsx +++ b/src/IconPhonelinkRingOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOffOutlined as default } diff --git a/src/IconPhonelinkRingOffOutlinedFilled.tsx b/src/IconPhonelinkRingOffOutlinedFilled.tsx index 07fe1f8c2..b6fe3a675 100644 --- a/src/IconPhonelinkRingOffOutlinedFilled.tsx +++ b/src/IconPhonelinkRingOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffOutlinedFilled: React.FC = ({ +export const IconPhonelinkRingOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhonelinkRingOffOutlinedFilled: React.FC = ({ ) - -export { IconPhonelinkRingOffOutlinedFilled as default } diff --git a/src/IconPhonelinkRingOffRounded.tsx b/src/IconPhonelinkRingOffRounded.tsx index 9aca7b6e2..579d8973a 100644 --- a/src/IconPhonelinkRingOffRounded.tsx +++ b/src/IconPhonelinkRingOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOffRounded as default } diff --git a/src/IconPhonelinkRingOffRoundedFilled.tsx b/src/IconPhonelinkRingOffRoundedFilled.tsx index 2bbe9c460..9f91a312e 100644 --- a/src/IconPhonelinkRingOffRoundedFilled.tsx +++ b/src/IconPhonelinkRingOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffRoundedFilled: React.FC = ({ +export const IconPhonelinkRingOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhonelinkRingOffRoundedFilled: React.FC = ({ ) - -export { IconPhonelinkRingOffRoundedFilled as default } diff --git a/src/IconPhonelinkRingOffSharp.tsx b/src/IconPhonelinkRingOffSharp.tsx index b4f6fd7fc..402ae327c 100644 --- a/src/IconPhonelinkRingOffSharp.tsx +++ b/src/IconPhonelinkRingOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOffSharp as default } diff --git a/src/IconPhonelinkRingOffSharpFilled.tsx b/src/IconPhonelinkRingOffSharpFilled.tsx index a6b746d6a..7f8cb6c8f 100644 --- a/src/IconPhonelinkRingOffSharpFilled.tsx +++ b/src/IconPhonelinkRingOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOffSharpFilled as default } diff --git a/src/IconPhonelinkRingOutlined.tsx b/src/IconPhonelinkRingOutlined.tsx index ad962cf48..6e6e297ca 100644 --- a/src/IconPhonelinkRingOutlined.tsx +++ b/src/IconPhonelinkRingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOutlined as default } diff --git a/src/IconPhonelinkRingOutlinedFilled.tsx b/src/IconPhonelinkRingOutlinedFilled.tsx index 458137395..cdccaf8f9 100644 --- a/src/IconPhonelinkRingOutlinedFilled.tsx +++ b/src/IconPhonelinkRingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingOutlinedFilled as default } diff --git a/src/IconPhonelinkRingRounded.tsx b/src/IconPhonelinkRingRounded.tsx index 84c753f5c..bda171c29 100644 --- a/src/IconPhonelinkRingRounded.tsx +++ b/src/IconPhonelinkRingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingRounded as default } diff --git a/src/IconPhonelinkRingRoundedFilled.tsx b/src/IconPhonelinkRingRoundedFilled.tsx index 5a441ccb8..3deaff3c6 100644 --- a/src/IconPhonelinkRingRoundedFilled.tsx +++ b/src/IconPhonelinkRingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingRoundedFilled as default } diff --git a/src/IconPhonelinkRingSharp.tsx b/src/IconPhonelinkRingSharp.tsx index 3af1c9d6a..a4813fb55 100644 --- a/src/IconPhonelinkRingSharp.tsx +++ b/src/IconPhonelinkRingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingSharp as default } diff --git a/src/IconPhonelinkRingSharpFilled.tsx b/src/IconPhonelinkRingSharpFilled.tsx index b4a889868..f7bece068 100644 --- a/src/IconPhonelinkRingSharpFilled.tsx +++ b/src/IconPhonelinkRingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkRingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkRingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkRingSharpFilled as default } diff --git a/src/IconPhonelinkSetupOutlined.tsx b/src/IconPhonelinkSetupOutlined.tsx index efe3fe553..6dad2b6ae 100644 --- a/src/IconPhonelinkSetupOutlined.tsx +++ b/src/IconPhonelinkSetupOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupOutlined: React.FC = ({ ...props }) => ( +export const IconPhonelinkSetupOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkSetupOutlined as default } diff --git a/src/IconPhonelinkSetupOutlinedFilled.tsx b/src/IconPhonelinkSetupOutlinedFilled.tsx index 9504e08c4..4a1adb4de 100644 --- a/src/IconPhonelinkSetupOutlinedFilled.tsx +++ b/src/IconPhonelinkSetupOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupOutlinedFilled: React.FC = ({ +export const IconPhonelinkSetupOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhonelinkSetupOutlinedFilled: React.FC = ({ ) - -export { IconPhonelinkSetupOutlinedFilled as default } diff --git a/src/IconPhonelinkSetupRounded.tsx b/src/IconPhonelinkSetupRounded.tsx index 1026b8ed4..f05ca5893 100644 --- a/src/IconPhonelinkSetupRounded.tsx +++ b/src/IconPhonelinkSetupRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupRounded: React.FC = ({ ...props }) => ( +export const IconPhonelinkSetupRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkSetupRounded as default } diff --git a/src/IconPhonelinkSetupRoundedFilled.tsx b/src/IconPhonelinkSetupRoundedFilled.tsx index 038ff786b..496e33fcc 100644 --- a/src/IconPhonelinkSetupRoundedFilled.tsx +++ b/src/IconPhonelinkSetupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkSetupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkSetupRoundedFilled as default } diff --git a/src/IconPhonelinkSetupSharp.tsx b/src/IconPhonelinkSetupSharp.tsx index 83621abe6..91bcd9472 100644 --- a/src/IconPhonelinkSetupSharp.tsx +++ b/src/IconPhonelinkSetupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupSharp: React.FC = ({ ...props }) => ( +export const IconPhonelinkSetupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhonelinkSetupSharp as default } diff --git a/src/IconPhonelinkSetupSharpFilled.tsx b/src/IconPhonelinkSetupSharpFilled.tsx index 39879153a..feaa244f6 100644 --- a/src/IconPhonelinkSetupSharpFilled.tsx +++ b/src/IconPhonelinkSetupSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhonelinkSetupSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhonelinkSetupSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhonelinkSetupSharpFilled as default } diff --git a/src/IconPhotoAlbumOutlined.tsx b/src/IconPhotoAlbumOutlined.tsx index 2713086d2..21d7b5e4a 100644 --- a/src/IconPhotoAlbumOutlined.tsx +++ b/src/IconPhotoAlbumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumOutlined as default } diff --git a/src/IconPhotoAlbumOutlinedFilled.tsx b/src/IconPhotoAlbumOutlinedFilled.tsx index 8ec2f1aaa..ff7bcde28 100644 --- a/src/IconPhotoAlbumOutlinedFilled.tsx +++ b/src/IconPhotoAlbumOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumOutlinedFilled as default } diff --git a/src/IconPhotoAlbumRounded.tsx b/src/IconPhotoAlbumRounded.tsx index 8c0551dbc..17441ad86 100644 --- a/src/IconPhotoAlbumRounded.tsx +++ b/src/IconPhotoAlbumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumRounded: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumRounded as default } diff --git a/src/IconPhotoAlbumRoundedFilled.tsx b/src/IconPhotoAlbumRoundedFilled.tsx index de574caee..316d0703e 100644 --- a/src/IconPhotoAlbumRoundedFilled.tsx +++ b/src/IconPhotoAlbumRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumRoundedFilled as default } diff --git a/src/IconPhotoAlbumSharp.tsx b/src/IconPhotoAlbumSharp.tsx index ed0bda273..937d212da 100644 --- a/src/IconPhotoAlbumSharp.tsx +++ b/src/IconPhotoAlbumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumSharp: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumSharp as default } diff --git a/src/IconPhotoAlbumSharpFilled.tsx b/src/IconPhotoAlbumSharpFilled.tsx index 8c8081693..1e77b075d 100644 --- a/src/IconPhotoAlbumSharpFilled.tsx +++ b/src/IconPhotoAlbumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAlbumSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoAlbumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAlbumSharpFilled as default } diff --git a/src/IconPhotoAutoMergeOutlined.tsx b/src/IconPhotoAutoMergeOutlined.tsx index 4a2b3b376..9c18b7ae2 100644 --- a/src/IconPhotoAutoMergeOutlined.tsx +++ b/src/IconPhotoAutoMergeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoAutoMergeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAutoMergeOutlined as default } diff --git a/src/IconPhotoAutoMergeOutlinedFilled.tsx b/src/IconPhotoAutoMergeOutlinedFilled.tsx index f488d9660..66d0b33e7 100644 --- a/src/IconPhotoAutoMergeOutlinedFilled.tsx +++ b/src/IconPhotoAutoMergeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeOutlinedFilled: React.FC = ({ +export const IconPhotoAutoMergeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoAutoMergeOutlinedFilled: React.FC = ({ ) - -export { IconPhotoAutoMergeOutlinedFilled as default } diff --git a/src/IconPhotoAutoMergeRounded.tsx b/src/IconPhotoAutoMergeRounded.tsx index c834f190e..5115f8d44 100644 --- a/src/IconPhotoAutoMergeRounded.tsx +++ b/src/IconPhotoAutoMergeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeRounded: React.FC = ({ ...props }) => ( +export const IconPhotoAutoMergeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAutoMergeRounded as default } diff --git a/src/IconPhotoAutoMergeRoundedFilled.tsx b/src/IconPhotoAutoMergeRoundedFilled.tsx index c3017a24e..601230f01 100644 --- a/src/IconPhotoAutoMergeRoundedFilled.tsx +++ b/src/IconPhotoAutoMergeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoAutoMergeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAutoMergeRoundedFilled as default } diff --git a/src/IconPhotoAutoMergeSharp.tsx b/src/IconPhotoAutoMergeSharp.tsx index d8bfeb398..9e25e301a 100644 --- a/src/IconPhotoAutoMergeSharp.tsx +++ b/src/IconPhotoAutoMergeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeSharp: React.FC = ({ ...props }) => ( +export const IconPhotoAutoMergeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoAutoMergeSharp as default } diff --git a/src/IconPhotoAutoMergeSharpFilled.tsx b/src/IconPhotoAutoMergeSharpFilled.tsx index 232ba0aed..153ca7801 100644 --- a/src/IconPhotoAutoMergeSharpFilled.tsx +++ b/src/IconPhotoAutoMergeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoAutoMergeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoAutoMergeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoAutoMergeSharpFilled as default } diff --git a/src/IconPhotoCameraBackOutlined.tsx b/src/IconPhotoCameraBackOutlined.tsx index 729c37742..f08463d03 100644 --- a/src/IconPhotoCameraBackOutlined.tsx +++ b/src/IconPhotoCameraBackOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoCameraBackOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraBackOutlined as default } diff --git a/src/IconPhotoCameraBackOutlinedFilled.tsx b/src/IconPhotoCameraBackOutlinedFilled.tsx index f195c0655..c98f2ba55 100644 --- a/src/IconPhotoCameraBackOutlinedFilled.tsx +++ b/src/IconPhotoCameraBackOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackOutlinedFilled: React.FC = ({ +export const IconPhotoCameraBackOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoCameraBackOutlinedFilled: React.FC = ({ ) - -export { IconPhotoCameraBackOutlinedFilled as default } diff --git a/src/IconPhotoCameraBackRounded.tsx b/src/IconPhotoCameraBackRounded.tsx index 7e417f814..bc9bfe844 100644 --- a/src/IconPhotoCameraBackRounded.tsx +++ b/src/IconPhotoCameraBackRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackRounded: React.FC = ({ ...props }) => ( +export const IconPhotoCameraBackRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraBackRounded as default } diff --git a/src/IconPhotoCameraBackRoundedFilled.tsx b/src/IconPhotoCameraBackRoundedFilled.tsx index 6c08b5904..3585d8727 100644 --- a/src/IconPhotoCameraBackRoundedFilled.tsx +++ b/src/IconPhotoCameraBackRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackRoundedFilled: React.FC = ({ +export const IconPhotoCameraBackRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoCameraBackRoundedFilled: React.FC = ({ ) - -export { IconPhotoCameraBackRoundedFilled as default } diff --git a/src/IconPhotoCameraBackSharp.tsx b/src/IconPhotoCameraBackSharp.tsx index af30d8e48..0e4ec5c5e 100644 --- a/src/IconPhotoCameraBackSharp.tsx +++ b/src/IconPhotoCameraBackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackSharp: React.FC = ({ ...props }) => ( +export const IconPhotoCameraBackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraBackSharp as default } diff --git a/src/IconPhotoCameraBackSharpFilled.tsx b/src/IconPhotoCameraBackSharpFilled.tsx index b5fb45472..6f18175bc 100644 --- a/src/IconPhotoCameraBackSharpFilled.tsx +++ b/src/IconPhotoCameraBackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraBackSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoCameraBackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraBackSharpFilled as default } diff --git a/src/IconPhotoCameraFrontOutlined.tsx b/src/IconPhotoCameraFrontOutlined.tsx index 1b8b082eb..1d2579121 100644 --- a/src/IconPhotoCameraFrontOutlined.tsx +++ b/src/IconPhotoCameraFrontOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoCameraFrontOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraFrontOutlined as default } diff --git a/src/IconPhotoCameraFrontOutlinedFilled.tsx b/src/IconPhotoCameraFrontOutlinedFilled.tsx index 558bbc3a1..64c078e25 100644 --- a/src/IconPhotoCameraFrontOutlinedFilled.tsx +++ b/src/IconPhotoCameraFrontOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontOutlinedFilled: React.FC = ({ +export const IconPhotoCameraFrontOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoCameraFrontOutlinedFilled: React.FC = ({ ) - -export { IconPhotoCameraFrontOutlinedFilled as default } diff --git a/src/IconPhotoCameraFrontRounded.tsx b/src/IconPhotoCameraFrontRounded.tsx index b81712939..0e5fd8c98 100644 --- a/src/IconPhotoCameraFrontRounded.tsx +++ b/src/IconPhotoCameraFrontRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontRounded: React.FC = ({ ...props }) => ( +export const IconPhotoCameraFrontRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraFrontRounded as default } diff --git a/src/IconPhotoCameraFrontRoundedFilled.tsx b/src/IconPhotoCameraFrontRoundedFilled.tsx index 1bd485537..c82105da1 100644 --- a/src/IconPhotoCameraFrontRoundedFilled.tsx +++ b/src/IconPhotoCameraFrontRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontRoundedFilled: React.FC = ({ +export const IconPhotoCameraFrontRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoCameraFrontRoundedFilled: React.FC = ({ ) - -export { IconPhotoCameraFrontRoundedFilled as default } diff --git a/src/IconPhotoCameraFrontSharp.tsx b/src/IconPhotoCameraFrontSharp.tsx index f22a29013..1a3c59f3f 100644 --- a/src/IconPhotoCameraFrontSharp.tsx +++ b/src/IconPhotoCameraFrontSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontSharp: React.FC = ({ ...props }) => ( +export const IconPhotoCameraFrontSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraFrontSharp as default } diff --git a/src/IconPhotoCameraFrontSharpFilled.tsx b/src/IconPhotoCameraFrontSharpFilled.tsx index b06bc38e8..aafd7e798 100644 --- a/src/IconPhotoCameraFrontSharpFilled.tsx +++ b/src/IconPhotoCameraFrontSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraFrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoCameraFrontSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraFrontSharpFilled as default } diff --git a/src/IconPhotoCameraOutlined.tsx b/src/IconPhotoCameraOutlined.tsx index 09aa82e78..8da4c5912 100644 --- a/src/IconPhotoCameraOutlined.tsx +++ b/src/IconPhotoCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraOutlined as default } diff --git a/src/IconPhotoCameraOutlinedFilled.tsx b/src/IconPhotoCameraOutlinedFilled.tsx index 74709563f..3819e0541 100644 --- a/src/IconPhotoCameraOutlinedFilled.tsx +++ b/src/IconPhotoCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraOutlinedFilled as default } diff --git a/src/IconPhotoCameraRounded.tsx b/src/IconPhotoCameraRounded.tsx index 9e4677952..c6364f1a4 100644 --- a/src/IconPhotoCameraRounded.tsx +++ b/src/IconPhotoCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraRounded: React.FC = ({ ...props }) => ( +export const IconPhotoCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraRounded as default } diff --git a/src/IconPhotoCameraRoundedFilled.tsx b/src/IconPhotoCameraRoundedFilled.tsx index be146a34e..5adf03a3c 100644 --- a/src/IconPhotoCameraRoundedFilled.tsx +++ b/src/IconPhotoCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraRoundedFilled as default } diff --git a/src/IconPhotoCameraSharp.tsx b/src/IconPhotoCameraSharp.tsx index b4d18a88b..d15069523 100644 --- a/src/IconPhotoCameraSharp.tsx +++ b/src/IconPhotoCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraSharp: React.FC = ({ ...props }) => ( +export const IconPhotoCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraSharp as default } diff --git a/src/IconPhotoCameraSharpFilled.tsx b/src/IconPhotoCameraSharpFilled.tsx index 90d82b803..529fba734 100644 --- a/src/IconPhotoCameraSharpFilled.tsx +++ b/src/IconPhotoCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoCameraSharpFilled as default } diff --git a/src/IconPhotoFrameOutlined.tsx b/src/IconPhotoFrameOutlined.tsx index 1429c6938..1f3f4823b 100644 --- a/src/IconPhotoFrameOutlined.tsx +++ b/src/IconPhotoFrameOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoFrameOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameOutlined as default } diff --git a/src/IconPhotoFrameOutlinedFilled.tsx b/src/IconPhotoFrameOutlinedFilled.tsx index feadba3b8..8f91ac838 100644 --- a/src/IconPhotoFrameOutlinedFilled.tsx +++ b/src/IconPhotoFrameOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoFrameOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameOutlinedFilled as default } diff --git a/src/IconPhotoFrameRounded.tsx b/src/IconPhotoFrameRounded.tsx index 4f13d8ec7..cc3dcb418 100644 --- a/src/IconPhotoFrameRounded.tsx +++ b/src/IconPhotoFrameRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameRounded: React.FC = ({ ...props }) => ( +export const IconPhotoFrameRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameRounded as default } diff --git a/src/IconPhotoFrameRoundedFilled.tsx b/src/IconPhotoFrameRoundedFilled.tsx index 479f05f82..4d260abc0 100644 --- a/src/IconPhotoFrameRoundedFilled.tsx +++ b/src/IconPhotoFrameRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoFrameRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameRoundedFilled as default } diff --git a/src/IconPhotoFrameSharp.tsx b/src/IconPhotoFrameSharp.tsx index a519afe42..aead888f4 100644 --- a/src/IconPhotoFrameSharp.tsx +++ b/src/IconPhotoFrameSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameSharp: React.FC = ({ ...props }) => ( +export const IconPhotoFrameSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameSharp as default } diff --git a/src/IconPhotoFrameSharpFilled.tsx b/src/IconPhotoFrameSharpFilled.tsx index bb0a8a991..0cbf4cf5f 100644 --- a/src/IconPhotoFrameSharpFilled.tsx +++ b/src/IconPhotoFrameSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoFrameSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoFrameSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoFrameSharpFilled as default } diff --git a/src/IconPhotoLibraryOutlined.tsx b/src/IconPhotoLibraryOutlined.tsx index d7a02ff72..674573bb5 100644 --- a/src/IconPhotoLibraryOutlined.tsx +++ b/src/IconPhotoLibraryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibraryOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoLibraryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoLibraryOutlined as default } diff --git a/src/IconPhotoLibraryOutlinedFilled.tsx b/src/IconPhotoLibraryOutlinedFilled.tsx index 0ae8ef472..8c0c06ac3 100644 --- a/src/IconPhotoLibraryOutlinedFilled.tsx +++ b/src/IconPhotoLibraryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibraryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoLibraryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoLibraryOutlinedFilled as default } diff --git a/src/IconPhotoLibraryRounded.tsx b/src/IconPhotoLibraryRounded.tsx index e4b01fc22..171587003 100644 --- a/src/IconPhotoLibraryRounded.tsx +++ b/src/IconPhotoLibraryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibraryRounded: React.FC = ({ ...props }) => ( +export const IconPhotoLibraryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoLibraryRounded as default } diff --git a/src/IconPhotoLibraryRoundedFilled.tsx b/src/IconPhotoLibraryRoundedFilled.tsx index 5386eee53..c9fbb2040 100644 --- a/src/IconPhotoLibraryRoundedFilled.tsx +++ b/src/IconPhotoLibraryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibraryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoLibraryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoLibraryRoundedFilled as default } diff --git a/src/IconPhotoLibrarySharp.tsx b/src/IconPhotoLibrarySharp.tsx index 41150ce0d..a413de08a 100644 --- a/src/IconPhotoLibrarySharp.tsx +++ b/src/IconPhotoLibrarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibrarySharp: React.FC = ({ ...props }) => ( +export const IconPhotoLibrarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoLibrarySharp as default } diff --git a/src/IconPhotoLibrarySharpFilled.tsx b/src/IconPhotoLibrarySharpFilled.tsx index d062e5be6..ec5cb403c 100644 --- a/src/IconPhotoLibrarySharpFilled.tsx +++ b/src/IconPhotoLibrarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoLibrarySharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoLibrarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoLibrarySharpFilled as default } diff --git a/src/IconPhotoOutlined.tsx b/src/IconPhotoOutlined.tsx index 49de3b5d6..6f030c5f5 100644 --- a/src/IconPhotoOutlined.tsx +++ b/src/IconPhotoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoOutlined as default } diff --git a/src/IconPhotoOutlinedFilled.tsx b/src/IconPhotoOutlinedFilled.tsx index 6e20e9900..12b0ccc04 100644 --- a/src/IconPhotoOutlinedFilled.tsx +++ b/src/IconPhotoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoOutlinedFilled as default } diff --git a/src/IconPhotoPrintsOutlined.tsx b/src/IconPhotoPrintsOutlined.tsx index 8d067f6c8..343c4cedd 100644 --- a/src/IconPhotoPrintsOutlined.tsx +++ b/src/IconPhotoPrintsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsOutlined: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsOutlined as default } diff --git a/src/IconPhotoPrintsOutlinedFilled.tsx b/src/IconPhotoPrintsOutlinedFilled.tsx index 374190631..46a71a65e 100644 --- a/src/IconPhotoPrintsOutlinedFilled.tsx +++ b/src/IconPhotoPrintsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsOutlinedFilled as default } diff --git a/src/IconPhotoPrintsRounded.tsx b/src/IconPhotoPrintsRounded.tsx index 76e68bb32..879e5ad19 100644 --- a/src/IconPhotoPrintsRounded.tsx +++ b/src/IconPhotoPrintsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsRounded: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsRounded as default } diff --git a/src/IconPhotoPrintsRoundedFilled.tsx b/src/IconPhotoPrintsRoundedFilled.tsx index a2ee17b8e..9c118aa1b 100644 --- a/src/IconPhotoPrintsRoundedFilled.tsx +++ b/src/IconPhotoPrintsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsRoundedFilled as default } diff --git a/src/IconPhotoPrintsSharp.tsx b/src/IconPhotoPrintsSharp.tsx index 1c5ad35a8..d1c403034 100644 --- a/src/IconPhotoPrintsSharp.tsx +++ b/src/IconPhotoPrintsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsSharp: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsSharp as default } diff --git a/src/IconPhotoPrintsSharpFilled.tsx b/src/IconPhotoPrintsSharpFilled.tsx index 60d0e2cef..cd24b008d 100644 --- a/src/IconPhotoPrintsSharpFilled.tsx +++ b/src/IconPhotoPrintsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoPrintsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoPrintsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoPrintsSharpFilled as default } diff --git a/src/IconPhotoRounded.tsx b/src/IconPhotoRounded.tsx index 03cac3a9d..8cd7ad73a 100644 --- a/src/IconPhotoRounded.tsx +++ b/src/IconPhotoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoRounded: React.FC = ({ ...props }) => ( +export const IconPhotoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoRounded as default } diff --git a/src/IconPhotoRoundedFilled.tsx b/src/IconPhotoRoundedFilled.tsx index 2f85826a6..14385c82e 100644 --- a/src/IconPhotoRoundedFilled.tsx +++ b/src/IconPhotoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhotoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoRoundedFilled as default } diff --git a/src/IconPhotoSharp.tsx b/src/IconPhotoSharp.tsx index 98f78a22d..77c1866c0 100644 --- a/src/IconPhotoSharp.tsx +++ b/src/IconPhotoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSharp: React.FC = ({ ...props }) => ( +export const IconPhotoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoSharp as default } diff --git a/src/IconPhotoSharpFilled.tsx b/src/IconPhotoSharpFilled.tsx index 732fafadb..9b041a62a 100644 --- a/src/IconPhotoSharpFilled.tsx +++ b/src/IconPhotoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhotoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhotoSharpFilled as default } diff --git a/src/IconPhotoSizeSelectLargeOutlined.tsx b/src/IconPhotoSizeSelectLargeOutlined.tsx index 7417c70e5..f5adf17ca 100644 --- a/src/IconPhotoSizeSelectLargeOutlined.tsx +++ b/src/IconPhotoSizeSelectLargeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeOutlined: React.FC = ({ +export const IconPhotoSizeSelectLargeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectLargeOutlined: React.FC = ({ ) - -export { IconPhotoSizeSelectLargeOutlined as default } diff --git a/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx b/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx index 7c69e28b4..7bb6be041 100644 --- a/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx +++ b/src/IconPhotoSizeSelectLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeOutlinedFilled: React.FC = ({ +export const IconPhotoSizeSelectLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectLargeOutlinedFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectLargeOutlinedFilled as default } diff --git a/src/IconPhotoSizeSelectLargeRounded.tsx b/src/IconPhotoSizeSelectLargeRounded.tsx index 4c0940ade..c14cb1972 100644 --- a/src/IconPhotoSizeSelectLargeRounded.tsx +++ b/src/IconPhotoSizeSelectLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeRounded: React.FC = ({ ...props }) => ( +export const IconPhotoSizeSelectLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoSizeSelectLargeRounded as default } diff --git a/src/IconPhotoSizeSelectLargeRoundedFilled.tsx b/src/IconPhotoSizeSelectLargeRoundedFilled.tsx index e7a2a37d6..edb5f7620 100644 --- a/src/IconPhotoSizeSelectLargeRoundedFilled.tsx +++ b/src/IconPhotoSizeSelectLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeRoundedFilled: React.FC = ({ +export const IconPhotoSizeSelectLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectLargeRoundedFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectLargeRoundedFilled as default } diff --git a/src/IconPhotoSizeSelectLargeSharp.tsx b/src/IconPhotoSizeSelectLargeSharp.tsx index beccda90c..c64dd4a13 100644 --- a/src/IconPhotoSizeSelectLargeSharp.tsx +++ b/src/IconPhotoSizeSelectLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeSharp: React.FC = ({ ...props }) => ( +export const IconPhotoSizeSelectLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoSizeSelectLargeSharp as default } diff --git a/src/IconPhotoSizeSelectLargeSharpFilled.tsx b/src/IconPhotoSizeSelectLargeSharpFilled.tsx index 6b013a0d6..a01738c58 100644 --- a/src/IconPhotoSizeSelectLargeSharpFilled.tsx +++ b/src/IconPhotoSizeSelectLargeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectLargeSharpFilled: React.FC = ({ +export const IconPhotoSizeSelectLargeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectLargeSharpFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectLargeSharpFilled as default } diff --git a/src/IconPhotoSizeSelectSmallOutlined.tsx b/src/IconPhotoSizeSelectSmallOutlined.tsx index 364fc47bc..e42468236 100644 --- a/src/IconPhotoSizeSelectSmallOutlined.tsx +++ b/src/IconPhotoSizeSelectSmallOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallOutlined: React.FC = ({ +export const IconPhotoSizeSelectSmallOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectSmallOutlined: React.FC = ({ ) - -export { IconPhotoSizeSelectSmallOutlined as default } diff --git a/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx b/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx index 627e28d32..63105fce9 100644 --- a/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx +++ b/src/IconPhotoSizeSelectSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallOutlinedFilled: React.FC = ({ +export const IconPhotoSizeSelectSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectSmallOutlinedFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectSmallOutlinedFilled as default } diff --git a/src/IconPhotoSizeSelectSmallRounded.tsx b/src/IconPhotoSizeSelectSmallRounded.tsx index 037e02749..978a55551 100644 --- a/src/IconPhotoSizeSelectSmallRounded.tsx +++ b/src/IconPhotoSizeSelectSmallRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallRounded: React.FC = ({ ...props }) => ( +export const IconPhotoSizeSelectSmallRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoSizeSelectSmallRounded as default } diff --git a/src/IconPhotoSizeSelectSmallRoundedFilled.tsx b/src/IconPhotoSizeSelectSmallRoundedFilled.tsx index b90450329..cfd3acae7 100644 --- a/src/IconPhotoSizeSelectSmallRoundedFilled.tsx +++ b/src/IconPhotoSizeSelectSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallRoundedFilled: React.FC = ({ +export const IconPhotoSizeSelectSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectSmallRoundedFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectSmallRoundedFilled as default } diff --git a/src/IconPhotoSizeSelectSmallSharp.tsx b/src/IconPhotoSizeSelectSmallSharp.tsx index d56f4b729..15c607f47 100644 --- a/src/IconPhotoSizeSelectSmallSharp.tsx +++ b/src/IconPhotoSizeSelectSmallSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallSharp: React.FC = ({ ...props }) => ( +export const IconPhotoSizeSelectSmallSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhotoSizeSelectSmallSharp as default } diff --git a/src/IconPhotoSizeSelectSmallSharpFilled.tsx b/src/IconPhotoSizeSelectSmallSharpFilled.tsx index 4e5b47026..b167e387c 100644 --- a/src/IconPhotoSizeSelectSmallSharpFilled.tsx +++ b/src/IconPhotoSizeSelectSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhotoSizeSelectSmallSharpFilled: React.FC = ({ +export const IconPhotoSizeSelectSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhotoSizeSelectSmallSharpFilled: React.FC = ({ ) - -export { IconPhotoSizeSelectSmallSharpFilled as default } diff --git a/src/IconPhpOutlined.tsx b/src/IconPhpOutlined.tsx index ead727deb..d254fb02c 100644 --- a/src/IconPhpOutlined.tsx +++ b/src/IconPhpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpOutlined: React.FC = ({ ...props }) => ( +export const IconPhpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpOutlined as default } diff --git a/src/IconPhpOutlinedFilled.tsx b/src/IconPhpOutlinedFilled.tsx index 2ed49c7a8..2954af277 100644 --- a/src/IconPhpOutlinedFilled.tsx +++ b/src/IconPhpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPhpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpOutlinedFilled as default } diff --git a/src/IconPhpRounded.tsx b/src/IconPhpRounded.tsx index c29dcf438..b62f85baa 100644 --- a/src/IconPhpRounded.tsx +++ b/src/IconPhpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpRounded: React.FC = ({ ...props }) => ( +export const IconPhpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpRounded as default } diff --git a/src/IconPhpRoundedFilled.tsx b/src/IconPhpRoundedFilled.tsx index ece395121..b165e04d2 100644 --- a/src/IconPhpRoundedFilled.tsx +++ b/src/IconPhpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPhpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpRoundedFilled as default } diff --git a/src/IconPhpSharp.tsx b/src/IconPhpSharp.tsx index 587a43f82..e0cf0338e 100644 --- a/src/IconPhpSharp.tsx +++ b/src/IconPhpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpSharp: React.FC = ({ ...props }) => ( +export const IconPhpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpSharp as default } diff --git a/src/IconPhpSharpFilled.tsx b/src/IconPhpSharpFilled.tsx index ec5d5d6bd..4235dfea1 100644 --- a/src/IconPhpSharpFilled.tsx +++ b/src/IconPhpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhpSharpFilled: React.FC = ({ ...props }) => ( +export const IconPhpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhpSharpFilled as default } diff --git a/src/IconPhysicalTherapyOutlined.tsx b/src/IconPhysicalTherapyOutlined.tsx index 5646213e8..19b2b4051 100644 --- a/src/IconPhysicalTherapyOutlined.tsx +++ b/src/IconPhysicalTherapyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapyOutlined: React.FC = ({ ...props }) => ( +export const IconPhysicalTherapyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhysicalTherapyOutlined as default } diff --git a/src/IconPhysicalTherapyOutlinedFilled.tsx b/src/IconPhysicalTherapyOutlinedFilled.tsx index b5d5db793..2b62b77a3 100644 --- a/src/IconPhysicalTherapyOutlinedFilled.tsx +++ b/src/IconPhysicalTherapyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapyOutlinedFilled: React.FC = ({ +export const IconPhysicalTherapyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhysicalTherapyOutlinedFilled: React.FC = ({ ) - -export { IconPhysicalTherapyOutlinedFilled as default } diff --git a/src/IconPhysicalTherapyRounded.tsx b/src/IconPhysicalTherapyRounded.tsx index 1bbf08875..92b81f99c 100644 --- a/src/IconPhysicalTherapyRounded.tsx +++ b/src/IconPhysicalTherapyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapyRounded: React.FC = ({ ...props }) => ( +export const IconPhysicalTherapyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhysicalTherapyRounded as default } diff --git a/src/IconPhysicalTherapyRoundedFilled.tsx b/src/IconPhysicalTherapyRoundedFilled.tsx index 9ca83600f..cf78481c4 100644 --- a/src/IconPhysicalTherapyRoundedFilled.tsx +++ b/src/IconPhysicalTherapyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapyRoundedFilled: React.FC = ({ +export const IconPhysicalTherapyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPhysicalTherapyRoundedFilled: React.FC = ({ ) - -export { IconPhysicalTherapyRoundedFilled as default } diff --git a/src/IconPhysicalTherapySharp.tsx b/src/IconPhysicalTherapySharp.tsx index bc9ee9025..665b1ecaa 100644 --- a/src/IconPhysicalTherapySharp.tsx +++ b/src/IconPhysicalTherapySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapySharp: React.FC = ({ ...props }) => ( +export const IconPhysicalTherapySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPhysicalTherapySharp as default } diff --git a/src/IconPhysicalTherapySharpFilled.tsx b/src/IconPhysicalTherapySharpFilled.tsx index c28470b6b..6ff46aa78 100644 --- a/src/IconPhysicalTherapySharpFilled.tsx +++ b/src/IconPhysicalTherapySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPhysicalTherapySharpFilled: React.FC = ({ ...props }) => ( +export const IconPhysicalTherapySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPhysicalTherapySharpFilled as default } diff --git a/src/IconPianoOffOutlined.tsx b/src/IconPianoOffOutlined.tsx index 6db1ff243..e5188df86 100644 --- a/src/IconPianoOffOutlined.tsx +++ b/src/IconPianoOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffOutlined: React.FC = ({ ...props }) => ( +export const IconPianoOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOffOutlined as default } diff --git a/src/IconPianoOffOutlinedFilled.tsx b/src/IconPianoOffOutlinedFilled.tsx index f64b770c0..95aee8927 100644 --- a/src/IconPianoOffOutlinedFilled.tsx +++ b/src/IconPianoOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPianoOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPianoOffOutlinedFilled as default } diff --git a/src/IconPianoOffRounded.tsx b/src/IconPianoOffRounded.tsx index 58f98e09e..d8edfe96d 100644 --- a/src/IconPianoOffRounded.tsx +++ b/src/IconPianoOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffRounded: React.FC = ({ ...props }) => ( +export const IconPianoOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOffRounded as default } diff --git a/src/IconPianoOffRoundedFilled.tsx b/src/IconPianoOffRoundedFilled.tsx index abd159aac..f054eb8de 100644 --- a/src/IconPianoOffRoundedFilled.tsx +++ b/src/IconPianoOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPianoOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPianoOffRoundedFilled as default } diff --git a/src/IconPianoOffSharp.tsx b/src/IconPianoOffSharp.tsx index bba3687b9..79d8441c8 100644 --- a/src/IconPianoOffSharp.tsx +++ b/src/IconPianoOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffSharp: React.FC = ({ ...props }) => ( +export const IconPianoOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOffSharp as default } diff --git a/src/IconPianoOffSharpFilled.tsx b/src/IconPianoOffSharpFilled.tsx index 64678d56e..26ae43235 100644 --- a/src/IconPianoOffSharpFilled.tsx +++ b/src/IconPianoOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPianoOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOffSharpFilled as default } diff --git a/src/IconPianoOutlined.tsx b/src/IconPianoOutlined.tsx index 1bec19ce9..451c3ee3d 100644 --- a/src/IconPianoOutlined.tsx +++ b/src/IconPianoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOutlined: React.FC = ({ ...props }) => ( +export const IconPianoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOutlined as default } diff --git a/src/IconPianoOutlinedFilled.tsx b/src/IconPianoOutlinedFilled.tsx index 7d5bfd9e9..d3ff23d48 100644 --- a/src/IconPianoOutlinedFilled.tsx +++ b/src/IconPianoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPianoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoOutlinedFilled as default } diff --git a/src/IconPianoRounded.tsx b/src/IconPianoRounded.tsx index 923febc6d..8c8fe8973 100644 --- a/src/IconPianoRounded.tsx +++ b/src/IconPianoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoRounded: React.FC = ({ ...props }) => ( +export const IconPianoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoRounded as default } diff --git a/src/IconPianoRoundedFilled.tsx b/src/IconPianoRoundedFilled.tsx index 31768ce23..5dd018e6d 100644 --- a/src/IconPianoRoundedFilled.tsx +++ b/src/IconPianoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPianoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoRoundedFilled as default } diff --git a/src/IconPianoSharp.tsx b/src/IconPianoSharp.tsx index 6f63288ea..5b24bfb34 100644 --- a/src/IconPianoSharp.tsx +++ b/src/IconPianoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoSharp: React.FC = ({ ...props }) => ( +export const IconPianoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoSharp as default } diff --git a/src/IconPianoSharpFilled.tsx b/src/IconPianoSharpFilled.tsx index cf373e974..22d18fc06 100644 --- a/src/IconPianoSharpFilled.tsx +++ b/src/IconPianoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPianoSharpFilled: React.FC = ({ ...props }) => ( +export const IconPianoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPianoSharpFilled as default } diff --git a/src/IconPictureAsPdfOutlined.tsx b/src/IconPictureAsPdfOutlined.tsx index 1f19a4f56..b8f43d5ef 100644 --- a/src/IconPictureAsPdfOutlined.tsx +++ b/src/IconPictureAsPdfOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfOutlined: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfOutlined as default } diff --git a/src/IconPictureAsPdfOutlinedFilled.tsx b/src/IconPictureAsPdfOutlinedFilled.tsx index aec078705..4e19a16b9 100644 --- a/src/IconPictureAsPdfOutlinedFilled.tsx +++ b/src/IconPictureAsPdfOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfOutlinedFilled as default } diff --git a/src/IconPictureAsPdfRounded.tsx b/src/IconPictureAsPdfRounded.tsx index b1400a486..0f739fc0a 100644 --- a/src/IconPictureAsPdfRounded.tsx +++ b/src/IconPictureAsPdfRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfRounded: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfRounded as default } diff --git a/src/IconPictureAsPdfRoundedFilled.tsx b/src/IconPictureAsPdfRoundedFilled.tsx index cbd63cc1e..2cb98097a 100644 --- a/src/IconPictureAsPdfRoundedFilled.tsx +++ b/src/IconPictureAsPdfRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfRoundedFilled as default } diff --git a/src/IconPictureAsPdfSharp.tsx b/src/IconPictureAsPdfSharp.tsx index eb24d6083..c5a19dff1 100644 --- a/src/IconPictureAsPdfSharp.tsx +++ b/src/IconPictureAsPdfSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfSharp: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfSharp as default } diff --git a/src/IconPictureAsPdfSharpFilled.tsx b/src/IconPictureAsPdfSharpFilled.tsx index b825865e1..6863936d2 100644 --- a/src/IconPictureAsPdfSharpFilled.tsx +++ b/src/IconPictureAsPdfSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureAsPdfSharpFilled: React.FC = ({ ...props }) => ( +export const IconPictureAsPdfSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureAsPdfSharpFilled as default } diff --git a/src/IconPictureInPictureAltOutlined.tsx b/src/IconPictureInPictureAltOutlined.tsx index 1879ee468..d6f38f610 100644 --- a/src/IconPictureInPictureAltOutlined.tsx +++ b/src/IconPictureInPictureAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltOutlined: React.FC = ({ ...props }) => ( +export const IconPictureInPictureAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureAltOutlined as default } diff --git a/src/IconPictureInPictureAltOutlinedFilled.tsx b/src/IconPictureInPictureAltOutlinedFilled.tsx index c40be50e1..28fc16881 100644 --- a/src/IconPictureInPictureAltOutlinedFilled.tsx +++ b/src/IconPictureInPictureAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltOutlinedFilled: React.FC = ({ +export const IconPictureInPictureAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureAltOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureAltOutlinedFilled as default } diff --git a/src/IconPictureInPictureAltRounded.tsx b/src/IconPictureInPictureAltRounded.tsx index a6d261d3b..d91f8d3dd 100644 --- a/src/IconPictureInPictureAltRounded.tsx +++ b/src/IconPictureInPictureAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltRounded: React.FC = ({ ...props }) => ( +export const IconPictureInPictureAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureAltRounded as default } diff --git a/src/IconPictureInPictureAltRoundedFilled.tsx b/src/IconPictureInPictureAltRoundedFilled.tsx index 7fce3b40c..3cc5e2383 100644 --- a/src/IconPictureInPictureAltRoundedFilled.tsx +++ b/src/IconPictureInPictureAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltRoundedFilled: React.FC = ({ +export const IconPictureInPictureAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureAltRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureAltRoundedFilled as default } diff --git a/src/IconPictureInPictureAltSharp.tsx b/src/IconPictureInPictureAltSharp.tsx index 34ad0f3c3..f0b7c59c8 100644 --- a/src/IconPictureInPictureAltSharp.tsx +++ b/src/IconPictureInPictureAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureAltSharp as default } diff --git a/src/IconPictureInPictureAltSharpFilled.tsx b/src/IconPictureInPictureAltSharpFilled.tsx index e39426f2c..11b8fd7a2 100644 --- a/src/IconPictureInPictureAltSharpFilled.tsx +++ b/src/IconPictureInPictureAltSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureAltSharpFilled: React.FC = ({ +export const IconPictureInPictureAltSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureAltSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureAltSharpFilled as default } diff --git a/src/IconPictureInPictureCenterOutlined.tsx b/src/IconPictureInPictureCenterOutlined.tsx index dbc456123..71fcd9292 100644 --- a/src/IconPictureInPictureCenterOutlined.tsx +++ b/src/IconPictureInPictureCenterOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterOutlined: React.FC = ({ +export const IconPictureInPictureCenterOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureCenterOutlined: React.FC = ({ ) - -export { IconPictureInPictureCenterOutlined as default } diff --git a/src/IconPictureInPictureCenterOutlinedFilled.tsx b/src/IconPictureInPictureCenterOutlinedFilled.tsx index 8bde13e6f..e8e5720e1 100644 --- a/src/IconPictureInPictureCenterOutlinedFilled.tsx +++ b/src/IconPictureInPictureCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterOutlinedFilled: React.FC = ({ +export const IconPictureInPictureCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureCenterOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureCenterOutlinedFilled as default } diff --git a/src/IconPictureInPictureCenterRounded.tsx b/src/IconPictureInPictureCenterRounded.tsx index ae40be9c9..8e0379c5d 100644 --- a/src/IconPictureInPictureCenterRounded.tsx +++ b/src/IconPictureInPictureCenterRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterRounded: React.FC = ({ +export const IconPictureInPictureCenterRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureCenterRounded: React.FC = ({ ) - -export { IconPictureInPictureCenterRounded as default } diff --git a/src/IconPictureInPictureCenterRoundedFilled.tsx b/src/IconPictureInPictureCenterRoundedFilled.tsx index 791b00df3..31a6615fd 100644 --- a/src/IconPictureInPictureCenterRoundedFilled.tsx +++ b/src/IconPictureInPictureCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterRoundedFilled: React.FC = ({ +export const IconPictureInPictureCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureCenterRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureCenterRoundedFilled as default } diff --git a/src/IconPictureInPictureCenterSharp.tsx b/src/IconPictureInPictureCenterSharp.tsx index 632116bc0..faea8293a 100644 --- a/src/IconPictureInPictureCenterSharp.tsx +++ b/src/IconPictureInPictureCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureCenterSharp as default } diff --git a/src/IconPictureInPictureCenterSharpFilled.tsx b/src/IconPictureInPictureCenterSharpFilled.tsx index 0be59441e..511d69a80 100644 --- a/src/IconPictureInPictureCenterSharpFilled.tsx +++ b/src/IconPictureInPictureCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureCenterSharpFilled: React.FC = ({ +export const IconPictureInPictureCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureCenterSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureCenterSharpFilled as default } diff --git a/src/IconPictureInPictureLargeOutlined.tsx b/src/IconPictureInPictureLargeOutlined.tsx index 43c43298d..cba4c3a11 100644 --- a/src/IconPictureInPictureLargeOutlined.tsx +++ b/src/IconPictureInPictureLargeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeOutlined: React.FC = ({ +export const IconPictureInPictureLargeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureLargeOutlined: React.FC = ({ ) - -export { IconPictureInPictureLargeOutlined as default } diff --git a/src/IconPictureInPictureLargeOutlinedFilled.tsx b/src/IconPictureInPictureLargeOutlinedFilled.tsx index 0b357541a..bf76b1952 100644 --- a/src/IconPictureInPictureLargeOutlinedFilled.tsx +++ b/src/IconPictureInPictureLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeOutlinedFilled: React.FC = ({ +export const IconPictureInPictureLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureLargeOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureLargeOutlinedFilled as default } diff --git a/src/IconPictureInPictureLargeRounded.tsx b/src/IconPictureInPictureLargeRounded.tsx index 08d5c08ad..aafcc82bc 100644 --- a/src/IconPictureInPictureLargeRounded.tsx +++ b/src/IconPictureInPictureLargeRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeRounded: React.FC = ({ +export const IconPictureInPictureLargeRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureLargeRounded: React.FC = ({ ) - -export { IconPictureInPictureLargeRounded as default } diff --git a/src/IconPictureInPictureLargeRoundedFilled.tsx b/src/IconPictureInPictureLargeRoundedFilled.tsx index 5b32cc9a2..5097eed79 100644 --- a/src/IconPictureInPictureLargeRoundedFilled.tsx +++ b/src/IconPictureInPictureLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeRoundedFilled: React.FC = ({ +export const IconPictureInPictureLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureLargeRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureLargeRoundedFilled as default } diff --git a/src/IconPictureInPictureLargeSharp.tsx b/src/IconPictureInPictureLargeSharp.tsx index 032b7ac87..6f68488f4 100644 --- a/src/IconPictureInPictureLargeSharp.tsx +++ b/src/IconPictureInPictureLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureLargeSharp as default } diff --git a/src/IconPictureInPictureLargeSharpFilled.tsx b/src/IconPictureInPictureLargeSharpFilled.tsx index e9fb8d62e..5b2d68eaa 100644 --- a/src/IconPictureInPictureLargeSharpFilled.tsx +++ b/src/IconPictureInPictureLargeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureLargeSharpFilled: React.FC = ({ +export const IconPictureInPictureLargeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureLargeSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureLargeSharpFilled as default } diff --git a/src/IconPictureInPictureMediumOutlined.tsx b/src/IconPictureInPictureMediumOutlined.tsx index ff9b67ed0..04845bade 100644 --- a/src/IconPictureInPictureMediumOutlined.tsx +++ b/src/IconPictureInPictureMediumOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumOutlined: React.FC = ({ +export const IconPictureInPictureMediumOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMediumOutlined: React.FC = ({ ) - -export { IconPictureInPictureMediumOutlined as default } diff --git a/src/IconPictureInPictureMediumOutlinedFilled.tsx b/src/IconPictureInPictureMediumOutlinedFilled.tsx index 5cf554711..86ce8b1f5 100644 --- a/src/IconPictureInPictureMediumOutlinedFilled.tsx +++ b/src/IconPictureInPictureMediumOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumOutlinedFilled: React.FC = ({ +export const IconPictureInPictureMediumOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMediumOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureMediumOutlinedFilled as default } diff --git a/src/IconPictureInPictureMediumRounded.tsx b/src/IconPictureInPictureMediumRounded.tsx index 484cae7bb..05b724449 100644 --- a/src/IconPictureInPictureMediumRounded.tsx +++ b/src/IconPictureInPictureMediumRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumRounded: React.FC = ({ +export const IconPictureInPictureMediumRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMediumRounded: React.FC = ({ ) - -export { IconPictureInPictureMediumRounded as default } diff --git a/src/IconPictureInPictureMediumRoundedFilled.tsx b/src/IconPictureInPictureMediumRoundedFilled.tsx index f0e17d76a..ceca34086 100644 --- a/src/IconPictureInPictureMediumRoundedFilled.tsx +++ b/src/IconPictureInPictureMediumRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumRoundedFilled: React.FC = ({ +export const IconPictureInPictureMediumRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMediumRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureMediumRoundedFilled as default } diff --git a/src/IconPictureInPictureMediumSharp.tsx b/src/IconPictureInPictureMediumSharp.tsx index 532beca69..21357fc09 100644 --- a/src/IconPictureInPictureMediumSharp.tsx +++ b/src/IconPictureInPictureMediumSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureMediumSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureMediumSharp as default } diff --git a/src/IconPictureInPictureMediumSharpFilled.tsx b/src/IconPictureInPictureMediumSharpFilled.tsx index c4d956b64..9d7005690 100644 --- a/src/IconPictureInPictureMediumSharpFilled.tsx +++ b/src/IconPictureInPictureMediumSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMediumSharpFilled: React.FC = ({ +export const IconPictureInPictureMediumSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMediumSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureMediumSharpFilled as default } diff --git a/src/IconPictureInPictureMobileOutlined.tsx b/src/IconPictureInPictureMobileOutlined.tsx index 56a6168c9..0ac122229 100644 --- a/src/IconPictureInPictureMobileOutlined.tsx +++ b/src/IconPictureInPictureMobileOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileOutlined: React.FC = ({ +export const IconPictureInPictureMobileOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMobileOutlined: React.FC = ({ ) - -export { IconPictureInPictureMobileOutlined as default } diff --git a/src/IconPictureInPictureMobileOutlinedFilled.tsx b/src/IconPictureInPictureMobileOutlinedFilled.tsx index b26e4d02f..1e5970657 100644 --- a/src/IconPictureInPictureMobileOutlinedFilled.tsx +++ b/src/IconPictureInPictureMobileOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileOutlinedFilled: React.FC = ({ +export const IconPictureInPictureMobileOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMobileOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureMobileOutlinedFilled as default } diff --git a/src/IconPictureInPictureMobileRounded.tsx b/src/IconPictureInPictureMobileRounded.tsx index 038a8b3eb..5c3c8ad30 100644 --- a/src/IconPictureInPictureMobileRounded.tsx +++ b/src/IconPictureInPictureMobileRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileRounded: React.FC = ({ +export const IconPictureInPictureMobileRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMobileRounded: React.FC = ({ ) - -export { IconPictureInPictureMobileRounded as default } diff --git a/src/IconPictureInPictureMobileRoundedFilled.tsx b/src/IconPictureInPictureMobileRoundedFilled.tsx index 00719ee50..e389f89b5 100644 --- a/src/IconPictureInPictureMobileRoundedFilled.tsx +++ b/src/IconPictureInPictureMobileRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileRoundedFilled: React.FC = ({ +export const IconPictureInPictureMobileRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMobileRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureMobileRoundedFilled as default } diff --git a/src/IconPictureInPictureMobileSharp.tsx b/src/IconPictureInPictureMobileSharp.tsx index d11010c45..c6173781f 100644 --- a/src/IconPictureInPictureMobileSharp.tsx +++ b/src/IconPictureInPictureMobileSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureMobileSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureMobileSharp as default } diff --git a/src/IconPictureInPictureMobileSharpFilled.tsx b/src/IconPictureInPictureMobileSharpFilled.tsx index b72a729d2..038dc5a43 100644 --- a/src/IconPictureInPictureMobileSharpFilled.tsx +++ b/src/IconPictureInPictureMobileSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureMobileSharpFilled: React.FC = ({ +export const IconPictureInPictureMobileSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureMobileSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureMobileSharpFilled as default } diff --git a/src/IconPictureInPictureOffOutlined.tsx b/src/IconPictureInPictureOffOutlined.tsx index 8b2cf1449..f086af44f 100644 --- a/src/IconPictureInPictureOffOutlined.tsx +++ b/src/IconPictureInPictureOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffOutlined: React.FC = ({ ...props }) => ( +export const IconPictureInPictureOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureOffOutlined as default } diff --git a/src/IconPictureInPictureOffOutlinedFilled.tsx b/src/IconPictureInPictureOffOutlinedFilled.tsx index d84ce76de..8ea09804a 100644 --- a/src/IconPictureInPictureOffOutlinedFilled.tsx +++ b/src/IconPictureInPictureOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffOutlinedFilled: React.FC = ({ +export const IconPictureInPictureOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureOffOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureOffOutlinedFilled as default } diff --git a/src/IconPictureInPictureOffRounded.tsx b/src/IconPictureInPictureOffRounded.tsx index 894dfad79..6fce1a891 100644 --- a/src/IconPictureInPictureOffRounded.tsx +++ b/src/IconPictureInPictureOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffRounded: React.FC = ({ ...props }) => ( +export const IconPictureInPictureOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureOffRounded as default } diff --git a/src/IconPictureInPictureOffRoundedFilled.tsx b/src/IconPictureInPictureOffRoundedFilled.tsx index f9fb57669..454bbc404 100644 --- a/src/IconPictureInPictureOffRoundedFilled.tsx +++ b/src/IconPictureInPictureOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffRoundedFilled: React.FC = ({ +export const IconPictureInPictureOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureOffRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureOffRoundedFilled as default } diff --git a/src/IconPictureInPictureOffSharp.tsx b/src/IconPictureInPictureOffSharp.tsx index 4063ff2bc..9e8d2dce2 100644 --- a/src/IconPictureInPictureOffSharp.tsx +++ b/src/IconPictureInPictureOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureOffSharp as default } diff --git a/src/IconPictureInPictureOffSharpFilled.tsx b/src/IconPictureInPictureOffSharpFilled.tsx index 79f9af509..020bedbc2 100644 --- a/src/IconPictureInPictureOffSharpFilled.tsx +++ b/src/IconPictureInPictureOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOffSharpFilled: React.FC = ({ +export const IconPictureInPictureOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureOffSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureOffSharpFilled as default } diff --git a/src/IconPictureInPictureOutlined.tsx b/src/IconPictureInPictureOutlined.tsx index 73de6a428..d15c6e726 100644 --- a/src/IconPictureInPictureOutlined.tsx +++ b/src/IconPictureInPictureOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOutlined: React.FC = ({ ...props }) => ( +export const IconPictureInPictureOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureOutlined as default } diff --git a/src/IconPictureInPictureOutlinedFilled.tsx b/src/IconPictureInPictureOutlinedFilled.tsx index 49e9d53ae..6aa4ac638 100644 --- a/src/IconPictureInPictureOutlinedFilled.tsx +++ b/src/IconPictureInPictureOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureOutlinedFilled: React.FC = ({ +export const IconPictureInPictureOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureOutlinedFilled as default } diff --git a/src/IconPictureInPictureRounded.tsx b/src/IconPictureInPictureRounded.tsx index 38ad2389e..110ef2d06 100644 --- a/src/IconPictureInPictureRounded.tsx +++ b/src/IconPictureInPictureRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureRounded: React.FC = ({ ...props }) => ( +export const IconPictureInPictureRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureRounded as default } diff --git a/src/IconPictureInPictureRoundedFilled.tsx b/src/IconPictureInPictureRoundedFilled.tsx index 51076fb58..ac952d8a3 100644 --- a/src/IconPictureInPictureRoundedFilled.tsx +++ b/src/IconPictureInPictureRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureRoundedFilled: React.FC = ({ +export const IconPictureInPictureRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureRoundedFilled as default } diff --git a/src/IconPictureInPictureSharp.tsx b/src/IconPictureInPictureSharp.tsx index 552156ef3..7d05108bb 100644 --- a/src/IconPictureInPictureSharp.tsx +++ b/src/IconPictureInPictureSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureSharp as default } diff --git a/src/IconPictureInPictureSharpFilled.tsx b/src/IconPictureInPictureSharpFilled.tsx index d98522f65..2717869bd 100644 --- a/src/IconPictureInPictureSharpFilled.tsx +++ b/src/IconPictureInPictureSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSharpFilled: React.FC = ({ ...props }) => ( +export const IconPictureInPictureSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureSharpFilled as default } diff --git a/src/IconPictureInPictureSmallOutlined.tsx b/src/IconPictureInPictureSmallOutlined.tsx index 43add1cf9..42b1ec879 100644 --- a/src/IconPictureInPictureSmallOutlined.tsx +++ b/src/IconPictureInPictureSmallOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallOutlined: React.FC = ({ +export const IconPictureInPictureSmallOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureSmallOutlined: React.FC = ({ ) - -export { IconPictureInPictureSmallOutlined as default } diff --git a/src/IconPictureInPictureSmallOutlinedFilled.tsx b/src/IconPictureInPictureSmallOutlinedFilled.tsx index b788ad993..8617453fa 100644 --- a/src/IconPictureInPictureSmallOutlinedFilled.tsx +++ b/src/IconPictureInPictureSmallOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallOutlinedFilled: React.FC = ({ +export const IconPictureInPictureSmallOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureSmallOutlinedFilled: React.FC = ({ ) - -export { IconPictureInPictureSmallOutlinedFilled as default } diff --git a/src/IconPictureInPictureSmallRounded.tsx b/src/IconPictureInPictureSmallRounded.tsx index e212dc55d..1753ec61b 100644 --- a/src/IconPictureInPictureSmallRounded.tsx +++ b/src/IconPictureInPictureSmallRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallRounded: React.FC = ({ +export const IconPictureInPictureSmallRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureSmallRounded: React.FC = ({ ) - -export { IconPictureInPictureSmallRounded as default } diff --git a/src/IconPictureInPictureSmallRoundedFilled.tsx b/src/IconPictureInPictureSmallRoundedFilled.tsx index 6c06c710f..c223efb54 100644 --- a/src/IconPictureInPictureSmallRoundedFilled.tsx +++ b/src/IconPictureInPictureSmallRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallRoundedFilled: React.FC = ({ +export const IconPictureInPictureSmallRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureSmallRoundedFilled: React.FC = ({ ) - -export { IconPictureInPictureSmallRoundedFilled as default } diff --git a/src/IconPictureInPictureSmallSharp.tsx b/src/IconPictureInPictureSmallSharp.tsx index 26d73ca81..2bdd9df3d 100644 --- a/src/IconPictureInPictureSmallSharp.tsx +++ b/src/IconPictureInPictureSmallSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallSharp: React.FC = ({ ...props }) => ( +export const IconPictureInPictureSmallSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPictureInPictureSmallSharp as default } diff --git a/src/IconPictureInPictureSmallSharpFilled.tsx b/src/IconPictureInPictureSmallSharpFilled.tsx index e811058f7..d20db7b12 100644 --- a/src/IconPictureInPictureSmallSharpFilled.tsx +++ b/src/IconPictureInPictureSmallSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPictureInPictureSmallSharpFilled: React.FC = ({ +export const IconPictureInPictureSmallSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPictureInPictureSmallSharpFilled: React.FC = ({ ) - -export { IconPictureInPictureSmallSharpFilled as default } diff --git a/src/IconPieChartOutlined.tsx b/src/IconPieChartOutlined.tsx index cfb21e16e..f3db15f7e 100644 --- a/src/IconPieChartOutlined.tsx +++ b/src/IconPieChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartOutlined: React.FC = ({ ...props }) => ( +export const IconPieChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPieChartOutlined as default } diff --git a/src/IconPieChartOutlinedFilled.tsx b/src/IconPieChartOutlinedFilled.tsx index bd13d262a..639476b8c 100644 --- a/src/IconPieChartOutlinedFilled.tsx +++ b/src/IconPieChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPieChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPieChartOutlinedFilled as default } diff --git a/src/IconPieChartRounded.tsx b/src/IconPieChartRounded.tsx index da9a0a7e1..6ab273928 100644 --- a/src/IconPieChartRounded.tsx +++ b/src/IconPieChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartRounded: React.FC = ({ ...props }) => ( +export const IconPieChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPieChartRounded as default } diff --git a/src/IconPieChartRoundedFilled.tsx b/src/IconPieChartRoundedFilled.tsx index 578397e95..5c12c2ab3 100644 --- a/src/IconPieChartRoundedFilled.tsx +++ b/src/IconPieChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPieChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPieChartRoundedFilled as default } diff --git a/src/IconPieChartSharp.tsx b/src/IconPieChartSharp.tsx index bde03b0bc..8c7937b86 100644 --- a/src/IconPieChartSharp.tsx +++ b/src/IconPieChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartSharp: React.FC = ({ ...props }) => ( +export const IconPieChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPieChartSharp as default } diff --git a/src/IconPieChartSharpFilled.tsx b/src/IconPieChartSharpFilled.tsx index 1d252940a..f36c49500 100644 --- a/src/IconPieChartSharpFilled.tsx +++ b/src/IconPieChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPieChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconPieChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPieChartSharpFilled as default } diff --git a/src/IconPillOffOutlined.tsx b/src/IconPillOffOutlined.tsx index 6ce35442d..d9d3fea81 100644 --- a/src/IconPillOffOutlined.tsx +++ b/src/IconPillOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffOutlined: React.FC = ({ ...props }) => ( +export const IconPillOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOffOutlined as default } diff --git a/src/IconPillOffOutlinedFilled.tsx b/src/IconPillOffOutlinedFilled.tsx index 0a294a523..853c3dcc3 100644 --- a/src/IconPillOffOutlinedFilled.tsx +++ b/src/IconPillOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPillOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPillOffOutlinedFilled as default } diff --git a/src/IconPillOffRounded.tsx b/src/IconPillOffRounded.tsx index 70c53446a..9e34f997d 100644 --- a/src/IconPillOffRounded.tsx +++ b/src/IconPillOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffRounded: React.FC = ({ ...props }) => ( +export const IconPillOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOffRounded as default } diff --git a/src/IconPillOffRoundedFilled.tsx b/src/IconPillOffRoundedFilled.tsx index 8bdde89e1..0de90e73d 100644 --- a/src/IconPillOffRoundedFilled.tsx +++ b/src/IconPillOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPillOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOffRoundedFilled as default } diff --git a/src/IconPillOffSharp.tsx b/src/IconPillOffSharp.tsx index fbee916b0..45cf120bc 100644 --- a/src/IconPillOffSharp.tsx +++ b/src/IconPillOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffSharp: React.FC = ({ ...props }) => ( +export const IconPillOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOffSharp as default } diff --git a/src/IconPillOffSharpFilled.tsx b/src/IconPillOffSharpFilled.tsx index c082ae0f5..3dd058773 100644 --- a/src/IconPillOffSharpFilled.tsx +++ b/src/IconPillOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPillOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOffSharpFilled as default } diff --git a/src/IconPillOutlined.tsx b/src/IconPillOutlined.tsx index dc958a54f..688b02dcc 100644 --- a/src/IconPillOutlined.tsx +++ b/src/IconPillOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOutlined: React.FC = ({ ...props }) => ( +export const IconPillOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOutlined as default } diff --git a/src/IconPillOutlinedFilled.tsx b/src/IconPillOutlinedFilled.tsx index b0ac52f0e..daeffadc2 100644 --- a/src/IconPillOutlinedFilled.tsx +++ b/src/IconPillOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPillOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillOutlinedFilled as default } diff --git a/src/IconPillRounded.tsx b/src/IconPillRounded.tsx index 9c078f51b..47b4aee7a 100644 --- a/src/IconPillRounded.tsx +++ b/src/IconPillRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillRounded: React.FC = ({ ...props }) => ( +export const IconPillRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillRounded as default } diff --git a/src/IconPillRoundedFilled.tsx b/src/IconPillRoundedFilled.tsx index a9f02da11..bb2cf4d9d 100644 --- a/src/IconPillRoundedFilled.tsx +++ b/src/IconPillRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPillRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillRoundedFilled as default } diff --git a/src/IconPillSharp.tsx b/src/IconPillSharp.tsx index 444081c22..3ed00064e 100644 --- a/src/IconPillSharp.tsx +++ b/src/IconPillSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillSharp: React.FC = ({ ...props }) => ( +export const IconPillSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillSharp as default } diff --git a/src/IconPillSharpFilled.tsx b/src/IconPillSharpFilled.tsx index 66b7ceeb5..b2c9b66bc 100644 --- a/src/IconPillSharpFilled.tsx +++ b/src/IconPillSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPillSharpFilled: React.FC = ({ ...props }) => ( +export const IconPillSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPillSharpFilled as default } diff --git a/src/IconPinDropOutlined.tsx b/src/IconPinDropOutlined.tsx index 62dd40e6d..d5e726134 100644 --- a/src/IconPinDropOutlined.tsx +++ b/src/IconPinDropOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropOutlined: React.FC = ({ ...props }) => ( +export const IconPinDropOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinDropOutlined as default } diff --git a/src/IconPinDropOutlinedFilled.tsx b/src/IconPinDropOutlinedFilled.tsx index f00f0c0f3..de4be6348 100644 --- a/src/IconPinDropOutlinedFilled.tsx +++ b/src/IconPinDropOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinDropOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinDropOutlinedFilled as default } diff --git a/src/IconPinDropRounded.tsx b/src/IconPinDropRounded.tsx index 3f1bc6763..8d4abcf1e 100644 --- a/src/IconPinDropRounded.tsx +++ b/src/IconPinDropRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropRounded: React.FC = ({ ...props }) => ( +export const IconPinDropRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinDropRounded as default } diff --git a/src/IconPinDropRoundedFilled.tsx b/src/IconPinDropRoundedFilled.tsx index befa01ed1..f94ad2dee 100644 --- a/src/IconPinDropRoundedFilled.tsx +++ b/src/IconPinDropRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinDropRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinDropRoundedFilled as default } diff --git a/src/IconPinDropSharp.tsx b/src/IconPinDropSharp.tsx index 2acccc663..ca4fb19cb 100644 --- a/src/IconPinDropSharp.tsx +++ b/src/IconPinDropSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropSharp: React.FC = ({ ...props }) => ( +export const IconPinDropSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinDropSharp as default } diff --git a/src/IconPinDropSharpFilled.tsx b/src/IconPinDropSharpFilled.tsx index 2d570274c..1806ebf83 100644 --- a/src/IconPinDropSharpFilled.tsx +++ b/src/IconPinDropSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinDropSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinDropSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinDropSharpFilled as default } diff --git a/src/IconPinEndOutlined.tsx b/src/IconPinEndOutlined.tsx index d142b299f..ea9191ae6 100644 --- a/src/IconPinEndOutlined.tsx +++ b/src/IconPinEndOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndOutlined: React.FC = ({ ...props }) => ( +export const IconPinEndOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndOutlined as default } diff --git a/src/IconPinEndOutlinedFilled.tsx b/src/IconPinEndOutlinedFilled.tsx index 5a5f5666b..684a776ed 100644 --- a/src/IconPinEndOutlinedFilled.tsx +++ b/src/IconPinEndOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinEndOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndOutlinedFilled as default } diff --git a/src/IconPinEndRounded.tsx b/src/IconPinEndRounded.tsx index e836a845b..03948deb2 100644 --- a/src/IconPinEndRounded.tsx +++ b/src/IconPinEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndRounded: React.FC = ({ ...props }) => ( +export const IconPinEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndRounded as default } diff --git a/src/IconPinEndRoundedFilled.tsx b/src/IconPinEndRoundedFilled.tsx index b25f1f731..6c3d0ce92 100644 --- a/src/IconPinEndRoundedFilled.tsx +++ b/src/IconPinEndRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinEndRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndRoundedFilled as default } diff --git a/src/IconPinEndSharp.tsx b/src/IconPinEndSharp.tsx index 1bf0077ec..b3d12608f 100644 --- a/src/IconPinEndSharp.tsx +++ b/src/IconPinEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndSharp: React.FC = ({ ...props }) => ( +export const IconPinEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndSharp as default } diff --git a/src/IconPinEndSharpFilled.tsx b/src/IconPinEndSharpFilled.tsx index 7baae9a1f..6989ccc6e 100644 --- a/src/IconPinEndSharpFilled.tsx +++ b/src/IconPinEndSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinEndSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinEndSharpFilled as default } diff --git a/src/IconPinInvokeOutlined.tsx b/src/IconPinInvokeOutlined.tsx index 3affeb709..e089659f9 100644 --- a/src/IconPinInvokeOutlined.tsx +++ b/src/IconPinInvokeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeOutlined: React.FC = ({ ...props }) => ( +export const IconPinInvokeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinInvokeOutlined as default } diff --git a/src/IconPinInvokeOutlinedFilled.tsx b/src/IconPinInvokeOutlinedFilled.tsx index 83efe970e..27a63e188 100644 --- a/src/IconPinInvokeOutlinedFilled.tsx +++ b/src/IconPinInvokeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinInvokeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinInvokeOutlinedFilled as default } diff --git a/src/IconPinInvokeRounded.tsx b/src/IconPinInvokeRounded.tsx index 9f74c54de..a6ebae8d2 100644 --- a/src/IconPinInvokeRounded.tsx +++ b/src/IconPinInvokeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeRounded: React.FC = ({ ...props }) => ( +export const IconPinInvokeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinInvokeRounded as default } diff --git a/src/IconPinInvokeRoundedFilled.tsx b/src/IconPinInvokeRoundedFilled.tsx index 06879dcca..6b3195d38 100644 --- a/src/IconPinInvokeRoundedFilled.tsx +++ b/src/IconPinInvokeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinInvokeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinInvokeRoundedFilled as default } diff --git a/src/IconPinInvokeSharp.tsx b/src/IconPinInvokeSharp.tsx index 40c7e4c17..aebbf5d65 100644 --- a/src/IconPinInvokeSharp.tsx +++ b/src/IconPinInvokeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeSharp: React.FC = ({ ...props }) => ( +export const IconPinInvokeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinInvokeSharp as default } diff --git a/src/IconPinInvokeSharpFilled.tsx b/src/IconPinInvokeSharpFilled.tsx index 5147ff51b..83200a422 100644 --- a/src/IconPinInvokeSharpFilled.tsx +++ b/src/IconPinInvokeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinInvokeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinInvokeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinInvokeSharpFilled as default } diff --git a/src/IconPinOutlined.tsx b/src/IconPinOutlined.tsx index 1804e2886..0595498e0 100644 --- a/src/IconPinOutlined.tsx +++ b/src/IconPinOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinOutlined: React.FC = ({ ...props }) => ( +export const IconPinOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinOutlined as default } diff --git a/src/IconPinOutlinedFilled.tsx b/src/IconPinOutlinedFilled.tsx index e0f04951e..021b35bb7 100644 --- a/src/IconPinOutlinedFilled.tsx +++ b/src/IconPinOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinOutlinedFilled as default } diff --git a/src/IconPinRounded.tsx b/src/IconPinRounded.tsx index 5199cb9d0..97e7a9a17 100644 --- a/src/IconPinRounded.tsx +++ b/src/IconPinRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinRounded: React.FC = ({ ...props }) => ( +export const IconPinRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinRounded as default } diff --git a/src/IconPinRoundedFilled.tsx b/src/IconPinRoundedFilled.tsx index 3e5ffc55e..777274d8f 100644 --- a/src/IconPinRoundedFilled.tsx +++ b/src/IconPinRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinRoundedFilled as default } diff --git a/src/IconPinSharp.tsx b/src/IconPinSharp.tsx index 8cdf5cc17..bc1d0c7e3 100644 --- a/src/IconPinSharp.tsx +++ b/src/IconPinSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinSharp: React.FC = ({ ...props }) => ( +export const IconPinSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinSharp as default } diff --git a/src/IconPinSharpFilled.tsx b/src/IconPinSharpFilled.tsx index ab73e426d..4da948dda 100644 --- a/src/IconPinSharpFilled.tsx +++ b/src/IconPinSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinSharpFilled as default } diff --git a/src/IconPinchOutlined.tsx b/src/IconPinchOutlined.tsx index c1bb064a3..328110f58 100644 --- a/src/IconPinchOutlined.tsx +++ b/src/IconPinchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchOutlined: React.FC = ({ ...props }) => ( +export const IconPinchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchOutlined as default } diff --git a/src/IconPinchOutlinedFilled.tsx b/src/IconPinchOutlinedFilled.tsx index 2a40c4bb5..d7d3582d1 100644 --- a/src/IconPinchOutlinedFilled.tsx +++ b/src/IconPinchOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchOutlinedFilled as default } diff --git a/src/IconPinchRounded.tsx b/src/IconPinchRounded.tsx index 79126f4a9..aea1c1083 100644 --- a/src/IconPinchRounded.tsx +++ b/src/IconPinchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchRounded: React.FC = ({ ...props }) => ( +export const IconPinchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchRounded as default } diff --git a/src/IconPinchRoundedFilled.tsx b/src/IconPinchRoundedFilled.tsx index 0e19e2648..12ad8e501 100644 --- a/src/IconPinchRoundedFilled.tsx +++ b/src/IconPinchRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchRoundedFilled as default } diff --git a/src/IconPinchSharp.tsx b/src/IconPinchSharp.tsx index 25942ec62..13d139300 100644 --- a/src/IconPinchSharp.tsx +++ b/src/IconPinchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchSharp: React.FC = ({ ...props }) => ( +export const IconPinchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchSharp as default } diff --git a/src/IconPinchSharpFilled.tsx b/src/IconPinchSharpFilled.tsx index 494b1cae0..ea4546874 100644 --- a/src/IconPinchSharpFilled.tsx +++ b/src/IconPinchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchSharpFilled as default } diff --git a/src/IconPinchZoomInOutlined.tsx b/src/IconPinchZoomInOutlined.tsx index c09b20faf..856745711 100644 --- a/src/IconPinchZoomInOutlined.tsx +++ b/src/IconPinchZoomInOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInOutlined: React.FC = ({ ...props }) => ( +export const IconPinchZoomInOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInOutlined as default } diff --git a/src/IconPinchZoomInOutlinedFilled.tsx b/src/IconPinchZoomInOutlinedFilled.tsx index 27c113491..b0f50635c 100644 --- a/src/IconPinchZoomInOutlinedFilled.tsx +++ b/src/IconPinchZoomInOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomInOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInOutlinedFilled as default } diff --git a/src/IconPinchZoomInRounded.tsx b/src/IconPinchZoomInRounded.tsx index 922c5cf12..b5eaced71 100644 --- a/src/IconPinchZoomInRounded.tsx +++ b/src/IconPinchZoomInRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInRounded: React.FC = ({ ...props }) => ( +export const IconPinchZoomInRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInRounded as default } diff --git a/src/IconPinchZoomInRoundedFilled.tsx b/src/IconPinchZoomInRoundedFilled.tsx index a3405c3bc..a3f8bec8f 100644 --- a/src/IconPinchZoomInRoundedFilled.tsx +++ b/src/IconPinchZoomInRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomInRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInRoundedFilled as default } diff --git a/src/IconPinchZoomInSharp.tsx b/src/IconPinchZoomInSharp.tsx index a6cad2210..cb42adb08 100644 --- a/src/IconPinchZoomInSharp.tsx +++ b/src/IconPinchZoomInSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInSharp: React.FC = ({ ...props }) => ( +export const IconPinchZoomInSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInSharp as default } diff --git a/src/IconPinchZoomInSharpFilled.tsx b/src/IconPinchZoomInSharpFilled.tsx index d06fef402..2795d53e1 100644 --- a/src/IconPinchZoomInSharpFilled.tsx +++ b/src/IconPinchZoomInSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomInSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomInSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomInSharpFilled as default } diff --git a/src/IconPinchZoomOutOutlined.tsx b/src/IconPinchZoomOutOutlined.tsx index bec9a9f26..3c22d0965 100644 --- a/src/IconPinchZoomOutOutlined.tsx +++ b/src/IconPinchZoomOutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutOutlined: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutOutlined as default } diff --git a/src/IconPinchZoomOutOutlinedFilled.tsx b/src/IconPinchZoomOutOutlinedFilled.tsx index 0174bb202..1499809f8 100644 --- a/src/IconPinchZoomOutOutlinedFilled.tsx +++ b/src/IconPinchZoomOutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutOutlinedFilled as default } diff --git a/src/IconPinchZoomOutRounded.tsx b/src/IconPinchZoomOutRounded.tsx index 66e59efeb..9f152c50e 100644 --- a/src/IconPinchZoomOutRounded.tsx +++ b/src/IconPinchZoomOutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutRounded: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutRounded as default } diff --git a/src/IconPinchZoomOutRoundedFilled.tsx b/src/IconPinchZoomOutRoundedFilled.tsx index f936f7fc2..4f1391f8a 100644 --- a/src/IconPinchZoomOutRoundedFilled.tsx +++ b/src/IconPinchZoomOutRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutRoundedFilled as default } diff --git a/src/IconPinchZoomOutSharp.tsx b/src/IconPinchZoomOutSharp.tsx index 7e989293c..1bc6f0b6a 100644 --- a/src/IconPinchZoomOutSharp.tsx +++ b/src/IconPinchZoomOutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutSharp: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutSharp as default } diff --git a/src/IconPinchZoomOutSharpFilled.tsx b/src/IconPinchZoomOutSharpFilled.tsx index 6c2b5eeda..6ddbab0e2 100644 --- a/src/IconPinchZoomOutSharpFilled.tsx +++ b/src/IconPinchZoomOutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPinchZoomOutSharpFilled: React.FC = ({ ...props }) => ( +export const IconPinchZoomOutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPinchZoomOutSharpFilled as default } diff --git a/src/IconPipExitOutlined.tsx b/src/IconPipExitOutlined.tsx index 1baf256f5..6fce1f761 100644 --- a/src/IconPipExitOutlined.tsx +++ b/src/IconPipExitOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitOutlined: React.FC = ({ ...props }) => ( +export const IconPipExitOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipExitOutlined as default } diff --git a/src/IconPipExitOutlinedFilled.tsx b/src/IconPipExitOutlinedFilled.tsx index ca86e57be..9528e9519 100644 --- a/src/IconPipExitOutlinedFilled.tsx +++ b/src/IconPipExitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPipExitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPipExitOutlinedFilled as default } diff --git a/src/IconPipExitRounded.tsx b/src/IconPipExitRounded.tsx index f41e55f58..89cab27c1 100644 --- a/src/IconPipExitRounded.tsx +++ b/src/IconPipExitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitRounded: React.FC = ({ ...props }) => ( +export const IconPipExitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipExitRounded as default } diff --git a/src/IconPipExitRoundedFilled.tsx b/src/IconPipExitRoundedFilled.tsx index 4b94b791a..33bbd7d9a 100644 --- a/src/IconPipExitRoundedFilled.tsx +++ b/src/IconPipExitRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPipExitRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipExitRoundedFilled as default } diff --git a/src/IconPipExitSharp.tsx b/src/IconPipExitSharp.tsx index ae1322379..83a2b0875 100644 --- a/src/IconPipExitSharp.tsx +++ b/src/IconPipExitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitSharp: React.FC = ({ ...props }) => ( +export const IconPipExitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipExitSharp as default } diff --git a/src/IconPipExitSharpFilled.tsx b/src/IconPipExitSharpFilled.tsx index a46833049..b995407a9 100644 --- a/src/IconPipExitSharpFilled.tsx +++ b/src/IconPipExitSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipExitSharpFilled: React.FC = ({ ...props }) => ( +export const IconPipExitSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipExitSharpFilled as default } diff --git a/src/IconPipOutlined.tsx b/src/IconPipOutlined.tsx index 07ca093c0..3cb1abf18 100644 --- a/src/IconPipOutlined.tsx +++ b/src/IconPipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipOutlined: React.FC = ({ ...props }) => ( +export const IconPipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipOutlined as default } diff --git a/src/IconPipOutlinedFilled.tsx b/src/IconPipOutlinedFilled.tsx index cff2f70d6..fd7a1c7c2 100644 --- a/src/IconPipOutlinedFilled.tsx +++ b/src/IconPipOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPipOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipOutlinedFilled as default } diff --git a/src/IconPipRounded.tsx b/src/IconPipRounded.tsx index 8197c8b14..114a65eb0 100644 --- a/src/IconPipRounded.tsx +++ b/src/IconPipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipRounded: React.FC = ({ ...props }) => ( +export const IconPipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipRounded as default } diff --git a/src/IconPipRoundedFilled.tsx b/src/IconPipRoundedFilled.tsx index 66b0e93b7..c54ae6462 100644 --- a/src/IconPipRoundedFilled.tsx +++ b/src/IconPipRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPipRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipRoundedFilled as default } diff --git a/src/IconPipSharp.tsx b/src/IconPipSharp.tsx index f30609984..93222e872 100644 --- a/src/IconPipSharp.tsx +++ b/src/IconPipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipSharp: React.FC = ({ ...props }) => ( +export const IconPipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipSharp as default } diff --git a/src/IconPipSharpFilled.tsx b/src/IconPipSharpFilled.tsx index 780fa3ec9..9388f2626 100644 --- a/src/IconPipSharpFilled.tsx +++ b/src/IconPipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPipSharpFilled: React.FC = ({ ...props }) => ( +export const IconPipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPipSharpFilled as default } diff --git a/src/IconPivotTableChartOutlined.tsx b/src/IconPivotTableChartOutlined.tsx index d807d592f..080f0bcb6 100644 --- a/src/IconPivotTableChartOutlined.tsx +++ b/src/IconPivotTableChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartOutlined: React.FC = ({ ...props }) => ( +export const IconPivotTableChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPivotTableChartOutlined as default } diff --git a/src/IconPivotTableChartOutlinedFilled.tsx b/src/IconPivotTableChartOutlinedFilled.tsx index be56ef9c5..d66455271 100644 --- a/src/IconPivotTableChartOutlinedFilled.tsx +++ b/src/IconPivotTableChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartOutlinedFilled: React.FC = ({ +export const IconPivotTableChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPivotTableChartOutlinedFilled: React.FC = ({ ) - -export { IconPivotTableChartOutlinedFilled as default } diff --git a/src/IconPivotTableChartRounded.tsx b/src/IconPivotTableChartRounded.tsx index 5de8b42a7..782e08578 100644 --- a/src/IconPivotTableChartRounded.tsx +++ b/src/IconPivotTableChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartRounded: React.FC = ({ ...props }) => ( +export const IconPivotTableChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPivotTableChartRounded as default } diff --git a/src/IconPivotTableChartRoundedFilled.tsx b/src/IconPivotTableChartRoundedFilled.tsx index 56065ea13..5fc28d59d 100644 --- a/src/IconPivotTableChartRoundedFilled.tsx +++ b/src/IconPivotTableChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartRoundedFilled: React.FC = ({ +export const IconPivotTableChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPivotTableChartRoundedFilled: React.FC = ({ ) - -export { IconPivotTableChartRoundedFilled as default } diff --git a/src/IconPivotTableChartSharp.tsx b/src/IconPivotTableChartSharp.tsx index 567a76ea6..7b1db8a9f 100644 --- a/src/IconPivotTableChartSharp.tsx +++ b/src/IconPivotTableChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartSharp: React.FC = ({ ...props }) => ( +export const IconPivotTableChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPivotTableChartSharp as default } diff --git a/src/IconPivotTableChartSharpFilled.tsx b/src/IconPivotTableChartSharpFilled.tsx index 7143eae07..abaffe19f 100644 --- a/src/IconPivotTableChartSharpFilled.tsx +++ b/src/IconPivotTableChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPivotTableChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconPivotTableChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPivotTableChartSharpFilled as default } diff --git a/src/IconPlaceItemOutlined.tsx b/src/IconPlaceItemOutlined.tsx index ac920244a..2ae9c95d8 100644 --- a/src/IconPlaceItemOutlined.tsx +++ b/src/IconPlaceItemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemOutlined: React.FC = ({ ...props }) => ( +export const IconPlaceItemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaceItemOutlined as default } diff --git a/src/IconPlaceItemOutlinedFilled.tsx b/src/IconPlaceItemOutlinedFilled.tsx index b2e23056b..d2fb298e7 100644 --- a/src/IconPlaceItemOutlinedFilled.tsx +++ b/src/IconPlaceItemOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlaceItemOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaceItemOutlinedFilled as default } diff --git a/src/IconPlaceItemRounded.tsx b/src/IconPlaceItemRounded.tsx index 705f603f7..054a5f4bc 100644 --- a/src/IconPlaceItemRounded.tsx +++ b/src/IconPlaceItemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemRounded: React.FC = ({ ...props }) => ( +export const IconPlaceItemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaceItemRounded as default } diff --git a/src/IconPlaceItemRoundedFilled.tsx b/src/IconPlaceItemRoundedFilled.tsx index 4e72ec36e..b0e4444cb 100644 --- a/src/IconPlaceItemRoundedFilled.tsx +++ b/src/IconPlaceItemRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlaceItemRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaceItemRoundedFilled as default } diff --git a/src/IconPlaceItemSharp.tsx b/src/IconPlaceItemSharp.tsx index b46acedae..e0ecacb94 100644 --- a/src/IconPlaceItemSharp.tsx +++ b/src/IconPlaceItemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemSharp: React.FC = ({ ...props }) => ( +export const IconPlaceItemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaceItemSharp as default } diff --git a/src/IconPlaceItemSharpFilled.tsx b/src/IconPlaceItemSharpFilled.tsx index eca306f06..d92f9652d 100644 --- a/src/IconPlaceItemSharpFilled.tsx +++ b/src/IconPlaceItemSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaceItemSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlaceItemSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaceItemSharpFilled as default } diff --git a/src/IconPlagiarismOutlined.tsx b/src/IconPlagiarismOutlined.tsx index 82098313a..dac9f1e61 100644 --- a/src/IconPlagiarismOutlined.tsx +++ b/src/IconPlagiarismOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismOutlined: React.FC = ({ ...props }) => ( +export const IconPlagiarismOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlagiarismOutlined as default } diff --git a/src/IconPlagiarismOutlinedFilled.tsx b/src/IconPlagiarismOutlinedFilled.tsx index 551672570..b29ff4f2b 100644 --- a/src/IconPlagiarismOutlinedFilled.tsx +++ b/src/IconPlagiarismOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlagiarismOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlagiarismOutlinedFilled as default } diff --git a/src/IconPlagiarismRounded.tsx b/src/IconPlagiarismRounded.tsx index d1c5edb74..27c9065e1 100644 --- a/src/IconPlagiarismRounded.tsx +++ b/src/IconPlagiarismRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismRounded: React.FC = ({ ...props }) => ( +export const IconPlagiarismRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlagiarismRounded as default } diff --git a/src/IconPlagiarismRoundedFilled.tsx b/src/IconPlagiarismRoundedFilled.tsx index bd4629e4c..d45b45733 100644 --- a/src/IconPlagiarismRoundedFilled.tsx +++ b/src/IconPlagiarismRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlagiarismRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlagiarismRoundedFilled as default } diff --git a/src/IconPlagiarismSharp.tsx b/src/IconPlagiarismSharp.tsx index e8305f2cc..92059a9a6 100644 --- a/src/IconPlagiarismSharp.tsx +++ b/src/IconPlagiarismSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismSharp: React.FC = ({ ...props }) => ( +export const IconPlagiarismSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlagiarismSharp as default } diff --git a/src/IconPlagiarismSharpFilled.tsx b/src/IconPlagiarismSharpFilled.tsx index 5821c2aa4..56fc89403 100644 --- a/src/IconPlagiarismSharpFilled.tsx +++ b/src/IconPlagiarismSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlagiarismSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlagiarismSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlagiarismSharpFilled as default } diff --git a/src/IconPlannerBannerAdPtOutlined.tsx b/src/IconPlannerBannerAdPtOutlined.tsx index 19ad2a70f..c590d8975 100644 --- a/src/IconPlannerBannerAdPtOutlined.tsx +++ b/src/IconPlannerBannerAdPtOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtOutlined: React.FC = ({ ...props }) => ( +export const IconPlannerBannerAdPtOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerBannerAdPtOutlined as default } diff --git a/src/IconPlannerBannerAdPtOutlinedFilled.tsx b/src/IconPlannerBannerAdPtOutlinedFilled.tsx index a0cf16b6e..56b1e8846 100644 --- a/src/IconPlannerBannerAdPtOutlinedFilled.tsx +++ b/src/IconPlannerBannerAdPtOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtOutlinedFilled: React.FC = ({ +export const IconPlannerBannerAdPtOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlannerBannerAdPtOutlinedFilled: React.FC = ({ ) - -export { IconPlannerBannerAdPtOutlinedFilled as default } diff --git a/src/IconPlannerBannerAdPtRounded.tsx b/src/IconPlannerBannerAdPtRounded.tsx index e445ffd5d..dfadbdca3 100644 --- a/src/IconPlannerBannerAdPtRounded.tsx +++ b/src/IconPlannerBannerAdPtRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtRounded: React.FC = ({ ...props }) => ( +export const IconPlannerBannerAdPtRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerBannerAdPtRounded as default } diff --git a/src/IconPlannerBannerAdPtRoundedFilled.tsx b/src/IconPlannerBannerAdPtRoundedFilled.tsx index 84b301c9b..dbf43fb40 100644 --- a/src/IconPlannerBannerAdPtRoundedFilled.tsx +++ b/src/IconPlannerBannerAdPtRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtRoundedFilled: React.FC = ({ +export const IconPlannerBannerAdPtRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlannerBannerAdPtRoundedFilled: React.FC = ({ ) - -export { IconPlannerBannerAdPtRoundedFilled as default } diff --git a/src/IconPlannerBannerAdPtSharp.tsx b/src/IconPlannerBannerAdPtSharp.tsx index a328bedc9..033a1dfd9 100644 --- a/src/IconPlannerBannerAdPtSharp.tsx +++ b/src/IconPlannerBannerAdPtSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtSharp: React.FC = ({ ...props }) => ( +export const IconPlannerBannerAdPtSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerBannerAdPtSharp as default } diff --git a/src/IconPlannerBannerAdPtSharpFilled.tsx b/src/IconPlannerBannerAdPtSharpFilled.tsx index 46659737a..8e9701b40 100644 --- a/src/IconPlannerBannerAdPtSharpFilled.tsx +++ b/src/IconPlannerBannerAdPtSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerBannerAdPtSharpFilled: React.FC = ({ +export const IconPlannerBannerAdPtSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlannerBannerAdPtSharpFilled: React.FC = ({ ) - -export { IconPlannerBannerAdPtSharpFilled as default } diff --git a/src/IconPlannerReviewOutlined.tsx b/src/IconPlannerReviewOutlined.tsx index 49436ad02..2916034a2 100644 --- a/src/IconPlannerReviewOutlined.tsx +++ b/src/IconPlannerReviewOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewOutlined: React.FC = ({ ...props }) => ( +export const IconPlannerReviewOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewOutlined as default } diff --git a/src/IconPlannerReviewOutlinedFilled.tsx b/src/IconPlannerReviewOutlinedFilled.tsx index bd231dd85..07fc873e3 100644 --- a/src/IconPlannerReviewOutlinedFilled.tsx +++ b/src/IconPlannerReviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlannerReviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewOutlinedFilled as default } diff --git a/src/IconPlannerReviewRounded.tsx b/src/IconPlannerReviewRounded.tsx index cddf00075..28a873aba 100644 --- a/src/IconPlannerReviewRounded.tsx +++ b/src/IconPlannerReviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewRounded: React.FC = ({ ...props }) => ( +export const IconPlannerReviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewRounded as default } diff --git a/src/IconPlannerReviewRoundedFilled.tsx b/src/IconPlannerReviewRoundedFilled.tsx index 2faf94061..708ecb0da 100644 --- a/src/IconPlannerReviewRoundedFilled.tsx +++ b/src/IconPlannerReviewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlannerReviewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewRoundedFilled as default } diff --git a/src/IconPlannerReviewSharp.tsx b/src/IconPlannerReviewSharp.tsx index 74be699c5..d5df96d67 100644 --- a/src/IconPlannerReviewSharp.tsx +++ b/src/IconPlannerReviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewSharp: React.FC = ({ ...props }) => ( +export const IconPlannerReviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewSharp as default } diff --git a/src/IconPlannerReviewSharpFilled.tsx b/src/IconPlannerReviewSharpFilled.tsx index e9c16c207..ca4858f07 100644 --- a/src/IconPlannerReviewSharpFilled.tsx +++ b/src/IconPlannerReviewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlannerReviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlannerReviewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlannerReviewSharpFilled as default } diff --git a/src/IconPlayArrowOutlined.tsx b/src/IconPlayArrowOutlined.tsx index 2cd65e145..bfc5144cb 100644 --- a/src/IconPlayArrowOutlined.tsx +++ b/src/IconPlayArrowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowOutlined: React.FC = ({ ...props }) => ( +export const IconPlayArrowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayArrowOutlined as default } diff --git a/src/IconPlayArrowOutlinedFilled.tsx b/src/IconPlayArrowOutlinedFilled.tsx index d92f22e40..a2155ed07 100644 --- a/src/IconPlayArrowOutlinedFilled.tsx +++ b/src/IconPlayArrowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayArrowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayArrowOutlinedFilled as default } diff --git a/src/IconPlayArrowRounded.tsx b/src/IconPlayArrowRounded.tsx index cec6c3941..8da6d9948 100644 --- a/src/IconPlayArrowRounded.tsx +++ b/src/IconPlayArrowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowRounded: React.FC = ({ ...props }) => ( +export const IconPlayArrowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayArrowRounded as default } diff --git a/src/IconPlayArrowRoundedFilled.tsx b/src/IconPlayArrowRoundedFilled.tsx index 0d660bf11..70d2cc374 100644 --- a/src/IconPlayArrowRoundedFilled.tsx +++ b/src/IconPlayArrowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayArrowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayArrowRoundedFilled as default } diff --git a/src/IconPlayArrowSharp.tsx b/src/IconPlayArrowSharp.tsx index 002537bb5..4301e3986 100644 --- a/src/IconPlayArrowSharp.tsx +++ b/src/IconPlayArrowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowSharp: React.FC = ({ ...props }) => ( +export const IconPlayArrowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayArrowSharp as default } diff --git a/src/IconPlayArrowSharpFilled.tsx b/src/IconPlayArrowSharpFilled.tsx index 7b8d8d3c9..f47924d02 100644 --- a/src/IconPlayArrowSharpFilled.tsx +++ b/src/IconPlayArrowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayArrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayArrowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayArrowSharpFilled as default } diff --git a/src/IconPlayCircleOutlined.tsx b/src/IconPlayCircleOutlined.tsx index 5441d0dff..8903893ab 100644 --- a/src/IconPlayCircleOutlined.tsx +++ b/src/IconPlayCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleOutlined: React.FC = ({ ...props }) => ( +export const IconPlayCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayCircleOutlined as default } diff --git a/src/IconPlayCircleOutlinedFilled.tsx b/src/IconPlayCircleOutlinedFilled.tsx index adff60d09..e6bd49f78 100644 --- a/src/IconPlayCircleOutlinedFilled.tsx +++ b/src/IconPlayCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayCircleOutlinedFilled as default } diff --git a/src/IconPlayCircleRounded.tsx b/src/IconPlayCircleRounded.tsx index 127cdeb5a..b954aa7d7 100644 --- a/src/IconPlayCircleRounded.tsx +++ b/src/IconPlayCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleRounded: React.FC = ({ ...props }) => ( +export const IconPlayCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayCircleRounded as default } diff --git a/src/IconPlayCircleRoundedFilled.tsx b/src/IconPlayCircleRoundedFilled.tsx index 91cb734ab..3c413a851 100644 --- a/src/IconPlayCircleRoundedFilled.tsx +++ b/src/IconPlayCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayCircleRoundedFilled as default } diff --git a/src/IconPlayCircleSharp.tsx b/src/IconPlayCircleSharp.tsx index f8135a9a3..3592bc3c3 100644 --- a/src/IconPlayCircleSharp.tsx +++ b/src/IconPlayCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleSharp: React.FC = ({ ...props }) => ( +export const IconPlayCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayCircleSharp as default } diff --git a/src/IconPlayCircleSharpFilled.tsx b/src/IconPlayCircleSharpFilled.tsx index 597d6cec8..6d49e9428 100644 --- a/src/IconPlayCircleSharpFilled.tsx +++ b/src/IconPlayCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayCircleSharpFilled as default } diff --git a/src/IconPlayDisabledOutlined.tsx b/src/IconPlayDisabledOutlined.tsx index 35f1de41b..3b0ffee63 100644 --- a/src/IconPlayDisabledOutlined.tsx +++ b/src/IconPlayDisabledOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconPlayDisabledOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledOutlined as default } diff --git a/src/IconPlayDisabledOutlinedFilled.tsx b/src/IconPlayDisabledOutlinedFilled.tsx index 23b7700ef..7bd3928de 100644 --- a/src/IconPlayDisabledOutlinedFilled.tsx +++ b/src/IconPlayDisabledOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayDisabledOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledOutlinedFilled as default } diff --git a/src/IconPlayDisabledRounded.tsx b/src/IconPlayDisabledRounded.tsx index 6bd451ed0..8388c4845 100644 --- a/src/IconPlayDisabledRounded.tsx +++ b/src/IconPlayDisabledRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledRounded: React.FC = ({ ...props }) => ( +export const IconPlayDisabledRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledRounded as default } diff --git a/src/IconPlayDisabledRoundedFilled.tsx b/src/IconPlayDisabledRoundedFilled.tsx index 75532f1b7..6d33285a9 100644 --- a/src/IconPlayDisabledRoundedFilled.tsx +++ b/src/IconPlayDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledRoundedFilled as default } diff --git a/src/IconPlayDisabledSharp.tsx b/src/IconPlayDisabledSharp.tsx index b91fdf23f..68daf075f 100644 --- a/src/IconPlayDisabledSharp.tsx +++ b/src/IconPlayDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledSharp: React.FC = ({ ...props }) => ( +export const IconPlayDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledSharp as default } diff --git a/src/IconPlayDisabledSharpFilled.tsx b/src/IconPlayDisabledSharpFilled.tsx index 490b20a15..da8542ddb 100644 --- a/src/IconPlayDisabledSharpFilled.tsx +++ b/src/IconPlayDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayDisabledSharpFilled as default } diff --git a/src/IconPlayForWorkOutlined.tsx b/src/IconPlayForWorkOutlined.tsx index a28d63a5e..76f94d764 100644 --- a/src/IconPlayForWorkOutlined.tsx +++ b/src/IconPlayForWorkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkOutlined: React.FC = ({ ...props }) => ( +export const IconPlayForWorkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkOutlined as default } diff --git a/src/IconPlayForWorkOutlinedFilled.tsx b/src/IconPlayForWorkOutlinedFilled.tsx index 0a8ab169c..6405a8b72 100644 --- a/src/IconPlayForWorkOutlinedFilled.tsx +++ b/src/IconPlayForWorkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayForWorkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkOutlinedFilled as default } diff --git a/src/IconPlayForWorkRounded.tsx b/src/IconPlayForWorkRounded.tsx index babfbd2bd..e032fb268 100644 --- a/src/IconPlayForWorkRounded.tsx +++ b/src/IconPlayForWorkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkRounded: React.FC = ({ ...props }) => ( +export const IconPlayForWorkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkRounded as default } diff --git a/src/IconPlayForWorkRoundedFilled.tsx b/src/IconPlayForWorkRoundedFilled.tsx index bf03f9a6b..3885f3c5b 100644 --- a/src/IconPlayForWorkRoundedFilled.tsx +++ b/src/IconPlayForWorkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayForWorkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkRoundedFilled as default } diff --git a/src/IconPlayForWorkSharp.tsx b/src/IconPlayForWorkSharp.tsx index db7e01301..02bc5ec0a 100644 --- a/src/IconPlayForWorkSharp.tsx +++ b/src/IconPlayForWorkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkSharp: React.FC = ({ ...props }) => ( +export const IconPlayForWorkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkSharp as default } diff --git a/src/IconPlayForWorkSharpFilled.tsx b/src/IconPlayForWorkSharpFilled.tsx index 9636c79b2..d331a3903 100644 --- a/src/IconPlayForWorkSharpFilled.tsx +++ b/src/IconPlayForWorkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayForWorkSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayForWorkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayForWorkSharpFilled as default } diff --git a/src/IconPlayLessonOutlined.tsx b/src/IconPlayLessonOutlined.tsx index f6fac0679..a1b7696b7 100644 --- a/src/IconPlayLessonOutlined.tsx +++ b/src/IconPlayLessonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonOutlined: React.FC = ({ ...props }) => ( +export const IconPlayLessonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayLessonOutlined as default } diff --git a/src/IconPlayLessonOutlinedFilled.tsx b/src/IconPlayLessonOutlinedFilled.tsx index f57eccc3a..a4dd7fd90 100644 --- a/src/IconPlayLessonOutlinedFilled.tsx +++ b/src/IconPlayLessonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayLessonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayLessonOutlinedFilled as default } diff --git a/src/IconPlayLessonRounded.tsx b/src/IconPlayLessonRounded.tsx index acf4947e8..9b39d4b17 100644 --- a/src/IconPlayLessonRounded.tsx +++ b/src/IconPlayLessonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonRounded: React.FC = ({ ...props }) => ( +export const IconPlayLessonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayLessonRounded as default } diff --git a/src/IconPlayLessonRoundedFilled.tsx b/src/IconPlayLessonRoundedFilled.tsx index ef07b1a38..ccd98876f 100644 --- a/src/IconPlayLessonRoundedFilled.tsx +++ b/src/IconPlayLessonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayLessonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayLessonRoundedFilled as default } diff --git a/src/IconPlayLessonSharp.tsx b/src/IconPlayLessonSharp.tsx index 5ce8f188f..494fddfc3 100644 --- a/src/IconPlayLessonSharp.tsx +++ b/src/IconPlayLessonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonSharp: React.FC = ({ ...props }) => ( +export const IconPlayLessonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayLessonSharp as default } diff --git a/src/IconPlayLessonSharpFilled.tsx b/src/IconPlayLessonSharpFilled.tsx index f52d6510b..2d4688f84 100644 --- a/src/IconPlayLessonSharpFilled.tsx +++ b/src/IconPlayLessonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayLessonSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayLessonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayLessonSharpFilled as default } diff --git a/src/IconPlayPauseOutlined.tsx b/src/IconPlayPauseOutlined.tsx index 675a9fe06..66da0a366 100644 --- a/src/IconPlayPauseOutlined.tsx +++ b/src/IconPlayPauseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseOutlined: React.FC = ({ ...props }) => ( +export const IconPlayPauseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayPauseOutlined as default } diff --git a/src/IconPlayPauseOutlinedFilled.tsx b/src/IconPlayPauseOutlinedFilled.tsx index 09a380f15..bf26ce3a7 100644 --- a/src/IconPlayPauseOutlinedFilled.tsx +++ b/src/IconPlayPauseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayPauseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayPauseOutlinedFilled as default } diff --git a/src/IconPlayPauseRounded.tsx b/src/IconPlayPauseRounded.tsx index 3acc8a968..3ca7387d8 100644 --- a/src/IconPlayPauseRounded.tsx +++ b/src/IconPlayPauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseRounded: React.FC = ({ ...props }) => ( +export const IconPlayPauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayPauseRounded as default } diff --git a/src/IconPlayPauseRoundedFilled.tsx b/src/IconPlayPauseRoundedFilled.tsx index 8347afef8..621d85e50 100644 --- a/src/IconPlayPauseRoundedFilled.tsx +++ b/src/IconPlayPauseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayPauseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayPauseRoundedFilled as default } diff --git a/src/IconPlayPauseSharp.tsx b/src/IconPlayPauseSharp.tsx index c5e9e8c05..6828cd009 100644 --- a/src/IconPlayPauseSharp.tsx +++ b/src/IconPlayPauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseSharp: React.FC = ({ ...props }) => ( +export const IconPlayPauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayPauseSharp as default } diff --git a/src/IconPlayPauseSharpFilled.tsx b/src/IconPlayPauseSharpFilled.tsx index 3d1b34d9c..ce3485cdf 100644 --- a/src/IconPlayPauseSharpFilled.tsx +++ b/src/IconPlayPauseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayPauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayPauseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayPauseSharpFilled as default } diff --git a/src/IconPlayingCardsOutlined.tsx b/src/IconPlayingCardsOutlined.tsx index c0d57568c..ca23a3ac8 100644 --- a/src/IconPlayingCardsOutlined.tsx +++ b/src/IconPlayingCardsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsOutlined: React.FC = ({ ...props }) => ( +export const IconPlayingCardsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsOutlined as default } diff --git a/src/IconPlayingCardsOutlinedFilled.tsx b/src/IconPlayingCardsOutlinedFilled.tsx index e6afce79c..24e1b3853 100644 --- a/src/IconPlayingCardsOutlinedFilled.tsx +++ b/src/IconPlayingCardsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlayingCardsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsOutlinedFilled as default } diff --git a/src/IconPlayingCardsRounded.tsx b/src/IconPlayingCardsRounded.tsx index a7c8bc9b5..c0b22a3d1 100644 --- a/src/IconPlayingCardsRounded.tsx +++ b/src/IconPlayingCardsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsRounded: React.FC = ({ ...props }) => ( +export const IconPlayingCardsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsRounded as default } diff --git a/src/IconPlayingCardsRoundedFilled.tsx b/src/IconPlayingCardsRoundedFilled.tsx index b002e769d..ca881e6d7 100644 --- a/src/IconPlayingCardsRoundedFilled.tsx +++ b/src/IconPlayingCardsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlayingCardsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsRoundedFilled as default } diff --git a/src/IconPlayingCardsSharp.tsx b/src/IconPlayingCardsSharp.tsx index 241f823a5..ba69b74a0 100644 --- a/src/IconPlayingCardsSharp.tsx +++ b/src/IconPlayingCardsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsSharp: React.FC = ({ ...props }) => ( +export const IconPlayingCardsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsSharp as default } diff --git a/src/IconPlayingCardsSharpFilled.tsx b/src/IconPlayingCardsSharpFilled.tsx index b8559cad2..d304f035e 100644 --- a/src/IconPlayingCardsSharpFilled.tsx +++ b/src/IconPlayingCardsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlayingCardsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlayingCardsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlayingCardsSharpFilled as default } diff --git a/src/IconPlaylistAddCheckCircleOutlined.tsx b/src/IconPlaylistAddCheckCircleOutlined.tsx index 6e508334c..27f4061b7 100644 --- a/src/IconPlaylistAddCheckCircleOutlined.tsx +++ b/src/IconPlaylistAddCheckCircleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleOutlined: React.FC = ({ +export const IconPlaylistAddCheckCircleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckCircleOutlined: React.FC = ({ ) - -export { IconPlaylistAddCheckCircleOutlined as default } diff --git a/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx b/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx index 4a1604288..8ba2531cd 100644 --- a/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx +++ b/src/IconPlaylistAddCheckCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleOutlinedFilled: React.FC = ({ +export const IconPlaylistAddCheckCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckCircleOutlinedFilled: React.FC = ({ ) - -export { IconPlaylistAddCheckCircleOutlinedFilled as default } diff --git a/src/IconPlaylistAddCheckCircleRounded.tsx b/src/IconPlaylistAddCheckCircleRounded.tsx index 712f0f68d..e2b3ea197 100644 --- a/src/IconPlaylistAddCheckCircleRounded.tsx +++ b/src/IconPlaylistAddCheckCircleRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleRounded: React.FC = ({ +export const IconPlaylistAddCheckCircleRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckCircleRounded: React.FC = ({ ) - -export { IconPlaylistAddCheckCircleRounded as default } diff --git a/src/IconPlaylistAddCheckCircleRoundedFilled.tsx b/src/IconPlaylistAddCheckCircleRoundedFilled.tsx index 7847c2f1a..f59a814e8 100644 --- a/src/IconPlaylistAddCheckCircleRoundedFilled.tsx +++ b/src/IconPlaylistAddCheckCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleRoundedFilled: React.FC = ({ +export const IconPlaylistAddCheckCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckCircleRoundedFilled: React.FC = ({ ) - -export { IconPlaylistAddCheckCircleRoundedFilled as default } diff --git a/src/IconPlaylistAddCheckCircleSharp.tsx b/src/IconPlaylistAddCheckCircleSharp.tsx index 9582e0c16..d35241a20 100644 --- a/src/IconPlaylistAddCheckCircleSharp.tsx +++ b/src/IconPlaylistAddCheckCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleSharp: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCheckCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCheckCircleSharp as default } diff --git a/src/IconPlaylistAddCheckCircleSharpFilled.tsx b/src/IconPlaylistAddCheckCircleSharpFilled.tsx index 82cd2cb0f..6bca346c9 100644 --- a/src/IconPlaylistAddCheckCircleSharpFilled.tsx +++ b/src/IconPlaylistAddCheckCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckCircleSharpFilled: React.FC = ({ +export const IconPlaylistAddCheckCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckCircleSharpFilled: React.FC = ({ ) - -export { IconPlaylistAddCheckCircleSharpFilled as default } diff --git a/src/IconPlaylistAddCheckOutlined.tsx b/src/IconPlaylistAddCheckOutlined.tsx index d58cf67fe..b11f43510 100644 --- a/src/IconPlaylistAddCheckOutlined.tsx +++ b/src/IconPlaylistAddCheckOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckOutlined: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCheckOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCheckOutlined as default } diff --git a/src/IconPlaylistAddCheckOutlinedFilled.tsx b/src/IconPlaylistAddCheckOutlinedFilled.tsx index 991dfbf9b..99647eae4 100644 --- a/src/IconPlaylistAddCheckOutlinedFilled.tsx +++ b/src/IconPlaylistAddCheckOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckOutlinedFilled: React.FC = ({ +export const IconPlaylistAddCheckOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckOutlinedFilled: React.FC = ({ ) - -export { IconPlaylistAddCheckOutlinedFilled as default } diff --git a/src/IconPlaylistAddCheckRounded.tsx b/src/IconPlaylistAddCheckRounded.tsx index 7872e9687..deb282787 100644 --- a/src/IconPlaylistAddCheckRounded.tsx +++ b/src/IconPlaylistAddCheckRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckRounded: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCheckRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCheckRounded as default } diff --git a/src/IconPlaylistAddCheckRoundedFilled.tsx b/src/IconPlaylistAddCheckRoundedFilled.tsx index 9f344aef0..b0a1387a2 100644 --- a/src/IconPlaylistAddCheckRoundedFilled.tsx +++ b/src/IconPlaylistAddCheckRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckRoundedFilled: React.FC = ({ +export const IconPlaylistAddCheckRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCheckRoundedFilled: React.FC = ({ ) - -export { IconPlaylistAddCheckRoundedFilled as default } diff --git a/src/IconPlaylistAddCheckSharp.tsx b/src/IconPlaylistAddCheckSharp.tsx index aa69afc8f..e554d8f96 100644 --- a/src/IconPlaylistAddCheckSharp.tsx +++ b/src/IconPlaylistAddCheckSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckSharp: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCheckSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCheckSharp as default } diff --git a/src/IconPlaylistAddCheckSharpFilled.tsx b/src/IconPlaylistAddCheckSharpFilled.tsx index 3d94e3190..33740ec77 100644 --- a/src/IconPlaylistAddCheckSharpFilled.tsx +++ b/src/IconPlaylistAddCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCheckSharpFilled as default } diff --git a/src/IconPlaylistAddCircleOutlined.tsx b/src/IconPlaylistAddCircleOutlined.tsx index e93d587a7..32ee49e79 100644 --- a/src/IconPlaylistAddCircleOutlined.tsx +++ b/src/IconPlaylistAddCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleOutlined: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCircleOutlined as default } diff --git a/src/IconPlaylistAddCircleOutlinedFilled.tsx b/src/IconPlaylistAddCircleOutlinedFilled.tsx index ed0fc0752..f7f6e2537 100644 --- a/src/IconPlaylistAddCircleOutlinedFilled.tsx +++ b/src/IconPlaylistAddCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleOutlinedFilled: React.FC = ({ +export const IconPlaylistAddCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCircleOutlinedFilled: React.FC = ({ ) - -export { IconPlaylistAddCircleOutlinedFilled as default } diff --git a/src/IconPlaylistAddCircleRounded.tsx b/src/IconPlaylistAddCircleRounded.tsx index 4e34c7de6..6473c6a24 100644 --- a/src/IconPlaylistAddCircleRounded.tsx +++ b/src/IconPlaylistAddCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleRounded: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCircleRounded as default } diff --git a/src/IconPlaylistAddCircleRoundedFilled.tsx b/src/IconPlaylistAddCircleRoundedFilled.tsx index 649b9aa02..266788559 100644 --- a/src/IconPlaylistAddCircleRoundedFilled.tsx +++ b/src/IconPlaylistAddCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleRoundedFilled: React.FC = ({ +export const IconPlaylistAddCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCircleRoundedFilled: React.FC = ({ ) - -export { IconPlaylistAddCircleRoundedFilled as default } diff --git a/src/IconPlaylistAddCircleSharp.tsx b/src/IconPlaylistAddCircleSharp.tsx index a4830d97f..5a27eed18 100644 --- a/src/IconPlaylistAddCircleSharp.tsx +++ b/src/IconPlaylistAddCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleSharp: React.FC = ({ ...props }) => ( +export const IconPlaylistAddCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddCircleSharp as default } diff --git a/src/IconPlaylistAddCircleSharpFilled.tsx b/src/IconPlaylistAddCircleSharpFilled.tsx index 5bf147ee4..1feb0fc00 100644 --- a/src/IconPlaylistAddCircleSharpFilled.tsx +++ b/src/IconPlaylistAddCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddCircleSharpFilled: React.FC = ({ +export const IconPlaylistAddCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistAddCircleSharpFilled: React.FC = ({ ) - -export { IconPlaylistAddCircleSharpFilled as default } diff --git a/src/IconPlaylistAddOutlined.tsx b/src/IconPlaylistAddOutlined.tsx index ce583347b..b67b69118 100644 --- a/src/IconPlaylistAddOutlined.tsx +++ b/src/IconPlaylistAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddOutlined: React.FC = ({ ...props }) => ( +export const IconPlaylistAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddOutlined as default } diff --git a/src/IconPlaylistAddOutlinedFilled.tsx b/src/IconPlaylistAddOutlinedFilled.tsx index c93cfb850..075d4c2da 100644 --- a/src/IconPlaylistAddOutlinedFilled.tsx +++ b/src/IconPlaylistAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddOutlinedFilled as default } diff --git a/src/IconPlaylistAddRounded.tsx b/src/IconPlaylistAddRounded.tsx index 8c2c4e18a..b5d7802ab 100644 --- a/src/IconPlaylistAddRounded.tsx +++ b/src/IconPlaylistAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddRounded: React.FC = ({ ...props }) => ( +export const IconPlaylistAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddRounded as default } diff --git a/src/IconPlaylistAddRoundedFilled.tsx b/src/IconPlaylistAddRoundedFilled.tsx index efebe81ee..e8bacfe3e 100644 --- a/src/IconPlaylistAddRoundedFilled.tsx +++ b/src/IconPlaylistAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddRoundedFilled as default } diff --git a/src/IconPlaylistAddSharp.tsx b/src/IconPlaylistAddSharp.tsx index 1fad6d0e0..317667e32 100644 --- a/src/IconPlaylistAddSharp.tsx +++ b/src/IconPlaylistAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddSharp: React.FC = ({ ...props }) => ( +export const IconPlaylistAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddSharp as default } diff --git a/src/IconPlaylistAddSharpFilled.tsx b/src/IconPlaylistAddSharpFilled.tsx index 8fafb2508..2354f4b1e 100644 --- a/src/IconPlaylistAddSharpFilled.tsx +++ b/src/IconPlaylistAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistAddSharpFilled as default } diff --git a/src/IconPlaylistPlayOutlined.tsx b/src/IconPlaylistPlayOutlined.tsx index f9dc79f97..f791a9200 100644 --- a/src/IconPlaylistPlayOutlined.tsx +++ b/src/IconPlaylistPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlayOutlined: React.FC = ({ ...props }) => ( +export const IconPlaylistPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlayOutlined as default } diff --git a/src/IconPlaylistPlayOutlinedFilled.tsx b/src/IconPlaylistPlayOutlinedFilled.tsx index 53f423368..b2badfd78 100644 --- a/src/IconPlaylistPlayOutlinedFilled.tsx +++ b/src/IconPlaylistPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlayOutlinedFilled as default } diff --git a/src/IconPlaylistPlayRounded.tsx b/src/IconPlaylistPlayRounded.tsx index 561a77f0d..da63c95f3 100644 --- a/src/IconPlaylistPlayRounded.tsx +++ b/src/IconPlaylistPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlayRounded: React.FC = ({ ...props }) => ( +export const IconPlaylistPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlayRounded as default } diff --git a/src/IconPlaylistPlayRoundedFilled.tsx b/src/IconPlaylistPlayRoundedFilled.tsx index 57ff04b90..afea9c12a 100644 --- a/src/IconPlaylistPlayRoundedFilled.tsx +++ b/src/IconPlaylistPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlayRoundedFilled as default } diff --git a/src/IconPlaylistPlaySharp.tsx b/src/IconPlaylistPlaySharp.tsx index 4ae8afeda..6e031e220 100644 --- a/src/IconPlaylistPlaySharp.tsx +++ b/src/IconPlaylistPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlaySharp: React.FC = ({ ...props }) => ( +export const IconPlaylistPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlaySharp as default } diff --git a/src/IconPlaylistPlaySharpFilled.tsx b/src/IconPlaylistPlaySharpFilled.tsx index c0539ede4..64a0c3330 100644 --- a/src/IconPlaylistPlaySharpFilled.tsx +++ b/src/IconPlaylistPlaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistPlaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistPlaySharpFilled as default } diff --git a/src/IconPlaylistRemoveOutlined.tsx b/src/IconPlaylistRemoveOutlined.tsx index c4b796f9d..3b010dab5 100644 --- a/src/IconPlaylistRemoveOutlined.tsx +++ b/src/IconPlaylistRemoveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconPlaylistRemoveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistRemoveOutlined as default } diff --git a/src/IconPlaylistRemoveOutlinedFilled.tsx b/src/IconPlaylistRemoveOutlinedFilled.tsx index 447c7c7ac..db94372d6 100644 --- a/src/IconPlaylistRemoveOutlinedFilled.tsx +++ b/src/IconPlaylistRemoveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveOutlinedFilled: React.FC = ({ +export const IconPlaylistRemoveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPlaylistRemoveOutlinedFilled: React.FC = ({ ) - -export { IconPlaylistRemoveOutlinedFilled as default } diff --git a/src/IconPlaylistRemoveRounded.tsx b/src/IconPlaylistRemoveRounded.tsx index f50c3bb70..17004595e 100644 --- a/src/IconPlaylistRemoveRounded.tsx +++ b/src/IconPlaylistRemoveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveRounded: React.FC = ({ ...props }) => ( +export const IconPlaylistRemoveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistRemoveRounded as default } diff --git a/src/IconPlaylistRemoveRoundedFilled.tsx b/src/IconPlaylistRemoveRoundedFilled.tsx index 968d07356..f0c3402fe 100644 --- a/src/IconPlaylistRemoveRoundedFilled.tsx +++ b/src/IconPlaylistRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistRemoveRoundedFilled as default } diff --git a/src/IconPlaylistRemoveSharp.tsx b/src/IconPlaylistRemoveSharp.tsx index 6e9a414a9..a2fa63716 100644 --- a/src/IconPlaylistRemoveSharp.tsx +++ b/src/IconPlaylistRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveSharp: React.FC = ({ ...props }) => ( +export const IconPlaylistRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlaylistRemoveSharp as default } diff --git a/src/IconPlaylistRemoveSharpFilled.tsx b/src/IconPlaylistRemoveSharpFilled.tsx index d6a52135a..f54239fad 100644 --- a/src/IconPlaylistRemoveSharpFilled.tsx +++ b/src/IconPlaylistRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlaylistRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlaylistRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlaylistRemoveSharpFilled as default } diff --git a/src/IconPlumbingOutlined.tsx b/src/IconPlumbingOutlined.tsx index a81740b14..6ab4e4cf1 100644 --- a/src/IconPlumbingOutlined.tsx +++ b/src/IconPlumbingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingOutlined: React.FC = ({ ...props }) => ( +export const IconPlumbingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlumbingOutlined as default } diff --git a/src/IconPlumbingOutlinedFilled.tsx b/src/IconPlumbingOutlinedFilled.tsx index 1f8001683..5d8b05c01 100644 --- a/src/IconPlumbingOutlinedFilled.tsx +++ b/src/IconPlumbingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPlumbingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlumbingOutlinedFilled as default } diff --git a/src/IconPlumbingRounded.tsx b/src/IconPlumbingRounded.tsx index d83507bf4..6985853e7 100644 --- a/src/IconPlumbingRounded.tsx +++ b/src/IconPlumbingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingRounded: React.FC = ({ ...props }) => ( +export const IconPlumbingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlumbingRounded as default } diff --git a/src/IconPlumbingRoundedFilled.tsx b/src/IconPlumbingRoundedFilled.tsx index 30f118c24..7f106689a 100644 --- a/src/IconPlumbingRoundedFilled.tsx +++ b/src/IconPlumbingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPlumbingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPlumbingRoundedFilled as default } diff --git a/src/IconPlumbingSharp.tsx b/src/IconPlumbingSharp.tsx index 4a7183273..919d6128d 100644 --- a/src/IconPlumbingSharp.tsx +++ b/src/IconPlumbingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingSharp: React.FC = ({ ...props }) => ( +export const IconPlumbingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlumbingSharp as default } diff --git a/src/IconPlumbingSharpFilled.tsx b/src/IconPlumbingSharpFilled.tsx index 66ffcf4b0..ef31aec63 100644 --- a/src/IconPlumbingSharpFilled.tsx +++ b/src/IconPlumbingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPlumbingSharpFilled: React.FC = ({ ...props }) => ( +export const IconPlumbingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPlumbingSharpFilled as default } diff --git a/src/IconPodcastsOutlined.tsx b/src/IconPodcastsOutlined.tsx index 2c9445d44..736fbeda6 100644 --- a/src/IconPodcastsOutlined.tsx +++ b/src/IconPodcastsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsOutlined: React.FC = ({ ...props }) => ( +export const IconPodcastsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodcastsOutlined as default } diff --git a/src/IconPodcastsOutlinedFilled.tsx b/src/IconPodcastsOutlinedFilled.tsx index 5aa6cd5e0..6f8c18256 100644 --- a/src/IconPodcastsOutlinedFilled.tsx +++ b/src/IconPodcastsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPodcastsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPodcastsOutlinedFilled as default } diff --git a/src/IconPodcastsRounded.tsx b/src/IconPodcastsRounded.tsx index 88235350c..2d69dd8d5 100644 --- a/src/IconPodcastsRounded.tsx +++ b/src/IconPodcastsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsRounded: React.FC = ({ ...props }) => ( +export const IconPodcastsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodcastsRounded as default } diff --git a/src/IconPodcastsRoundedFilled.tsx b/src/IconPodcastsRoundedFilled.tsx index 1fc89b9e3..cdde7fd01 100644 --- a/src/IconPodcastsRoundedFilled.tsx +++ b/src/IconPodcastsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPodcastsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPodcastsRoundedFilled as default } diff --git a/src/IconPodcastsSharp.tsx b/src/IconPodcastsSharp.tsx index f929e8ffa..a2ef570e3 100644 --- a/src/IconPodcastsSharp.tsx +++ b/src/IconPodcastsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsSharp: React.FC = ({ ...props }) => ( +export const IconPodcastsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodcastsSharp as default } diff --git a/src/IconPodcastsSharpFilled.tsx b/src/IconPodcastsSharpFilled.tsx index f4b207e70..5c0a55867 100644 --- a/src/IconPodcastsSharpFilled.tsx +++ b/src/IconPodcastsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodcastsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPodcastsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodcastsSharpFilled as default } diff --git a/src/IconPodiatryOutlined.tsx b/src/IconPodiatryOutlined.tsx index 1c10899f4..1b6f0c892 100644 --- a/src/IconPodiatryOutlined.tsx +++ b/src/IconPodiatryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatryOutlined: React.FC = ({ ...props }) => ( +export const IconPodiatryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiatryOutlined as default } diff --git a/src/IconPodiatryOutlinedFilled.tsx b/src/IconPodiatryOutlinedFilled.tsx index 53d8ec132..8e3d3aff3 100644 --- a/src/IconPodiatryOutlinedFilled.tsx +++ b/src/IconPodiatryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPodiatryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPodiatryOutlinedFilled as default } diff --git a/src/IconPodiatryRounded.tsx b/src/IconPodiatryRounded.tsx index dda25e46f..26dbbc603 100644 --- a/src/IconPodiatryRounded.tsx +++ b/src/IconPodiatryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatryRounded: React.FC = ({ ...props }) => ( +export const IconPodiatryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiatryRounded as default } diff --git a/src/IconPodiatryRoundedFilled.tsx b/src/IconPodiatryRoundedFilled.tsx index f7c9dd417..6d12b3f5c 100644 --- a/src/IconPodiatryRoundedFilled.tsx +++ b/src/IconPodiatryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPodiatryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPodiatryRoundedFilled as default } diff --git a/src/IconPodiatrySharp.tsx b/src/IconPodiatrySharp.tsx index 5dc29e99d..5ce5fdb6a 100644 --- a/src/IconPodiatrySharp.tsx +++ b/src/IconPodiatrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatrySharp: React.FC = ({ ...props }) => ( +export const IconPodiatrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiatrySharp as default } diff --git a/src/IconPodiatrySharpFilled.tsx b/src/IconPodiatrySharpFilled.tsx index 076e80da6..d086d2d13 100644 --- a/src/IconPodiatrySharpFilled.tsx +++ b/src/IconPodiatrySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiatrySharpFilled: React.FC = ({ ...props }) => ( +export const IconPodiatrySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiatrySharpFilled as default } diff --git a/src/IconPodiumOutlined.tsx b/src/IconPodiumOutlined.tsx index 2c4a9348d..fe30fabaf 100644 --- a/src/IconPodiumOutlined.tsx +++ b/src/IconPodiumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumOutlined: React.FC = ({ ...props }) => ( +export const IconPodiumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumOutlined as default } diff --git a/src/IconPodiumOutlinedFilled.tsx b/src/IconPodiumOutlinedFilled.tsx index a6d0ce31e..e7d181997 100644 --- a/src/IconPodiumOutlinedFilled.tsx +++ b/src/IconPodiumOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPodiumOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumOutlinedFilled as default } diff --git a/src/IconPodiumRounded.tsx b/src/IconPodiumRounded.tsx index 857496ddc..a03372ae5 100644 --- a/src/IconPodiumRounded.tsx +++ b/src/IconPodiumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumRounded: React.FC = ({ ...props }) => ( +export const IconPodiumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumRounded as default } diff --git a/src/IconPodiumRoundedFilled.tsx b/src/IconPodiumRoundedFilled.tsx index 653e37938..af9199b14 100644 --- a/src/IconPodiumRoundedFilled.tsx +++ b/src/IconPodiumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPodiumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumRoundedFilled as default } diff --git a/src/IconPodiumSharp.tsx b/src/IconPodiumSharp.tsx index a16e86d06..af7e68e83 100644 --- a/src/IconPodiumSharp.tsx +++ b/src/IconPodiumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumSharp: React.FC = ({ ...props }) => ( +export const IconPodiumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumSharp as default } diff --git a/src/IconPodiumSharpFilled.tsx b/src/IconPodiumSharpFilled.tsx index 92a2235d0..d43a4471e 100644 --- a/src/IconPodiumSharpFilled.tsx +++ b/src/IconPodiumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPodiumSharpFilled: React.FC = ({ ...props }) => ( +export const IconPodiumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPodiumSharpFilled as default } diff --git a/src/IconPointOfSaleOutlined.tsx b/src/IconPointOfSaleOutlined.tsx index 00b5f9382..f4585a9f1 100644 --- a/src/IconPointOfSaleOutlined.tsx +++ b/src/IconPointOfSaleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleOutlined: React.FC = ({ ...props }) => ( +export const IconPointOfSaleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleOutlined as default } diff --git a/src/IconPointOfSaleOutlinedFilled.tsx b/src/IconPointOfSaleOutlinedFilled.tsx index 2cfa1f84d..f16b08320 100644 --- a/src/IconPointOfSaleOutlinedFilled.tsx +++ b/src/IconPointOfSaleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPointOfSaleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleOutlinedFilled as default } diff --git a/src/IconPointOfSaleRounded.tsx b/src/IconPointOfSaleRounded.tsx index 62b81c3ce..32db6bd55 100644 --- a/src/IconPointOfSaleRounded.tsx +++ b/src/IconPointOfSaleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleRounded: React.FC = ({ ...props }) => ( +export const IconPointOfSaleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleRounded as default } diff --git a/src/IconPointOfSaleRoundedFilled.tsx b/src/IconPointOfSaleRoundedFilled.tsx index ee190c999..d399340d2 100644 --- a/src/IconPointOfSaleRoundedFilled.tsx +++ b/src/IconPointOfSaleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPointOfSaleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleRoundedFilled as default } diff --git a/src/IconPointOfSaleSharp.tsx b/src/IconPointOfSaleSharp.tsx index 1d3cdbc14..8fa9ffe75 100644 --- a/src/IconPointOfSaleSharp.tsx +++ b/src/IconPointOfSaleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleSharp: React.FC = ({ ...props }) => ( +export const IconPointOfSaleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleSharp as default } diff --git a/src/IconPointOfSaleSharpFilled.tsx b/src/IconPointOfSaleSharpFilled.tsx index 1c9b34f08..084d07695 100644 --- a/src/IconPointOfSaleSharpFilled.tsx +++ b/src/IconPointOfSaleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPointOfSaleSharpFilled: React.FC = ({ ...props }) => ( +export const IconPointOfSaleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPointOfSaleSharpFilled as default } diff --git a/src/IconPointScanOutlined.tsx b/src/IconPointScanOutlined.tsx index 79463a3de..eaac58e2f 100644 --- a/src/IconPointScanOutlined.tsx +++ b/src/IconPointScanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanOutlined: React.FC = ({ ...props }) => ( +export const IconPointScanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointScanOutlined as default } diff --git a/src/IconPointScanOutlinedFilled.tsx b/src/IconPointScanOutlinedFilled.tsx index faaf0ca3c..dd6509452 100644 --- a/src/IconPointScanOutlinedFilled.tsx +++ b/src/IconPointScanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPointScanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPointScanOutlinedFilled as default } diff --git a/src/IconPointScanRounded.tsx b/src/IconPointScanRounded.tsx index 0349a83d5..4b5f516ec 100644 --- a/src/IconPointScanRounded.tsx +++ b/src/IconPointScanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanRounded: React.FC = ({ ...props }) => ( +export const IconPointScanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointScanRounded as default } diff --git a/src/IconPointScanRoundedFilled.tsx b/src/IconPointScanRoundedFilled.tsx index 52d58acca..04e4cbe35 100644 --- a/src/IconPointScanRoundedFilled.tsx +++ b/src/IconPointScanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPointScanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPointScanRoundedFilled as default } diff --git a/src/IconPointScanSharp.tsx b/src/IconPointScanSharp.tsx index 36dc4c2c4..8c73ea85c 100644 --- a/src/IconPointScanSharp.tsx +++ b/src/IconPointScanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanSharp: React.FC = ({ ...props }) => ( +export const IconPointScanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointScanSharp as default } diff --git a/src/IconPointScanSharpFilled.tsx b/src/IconPointScanSharpFilled.tsx index dcf299b66..104e56be1 100644 --- a/src/IconPointScanSharpFilled.tsx +++ b/src/IconPointScanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPointScanSharpFilled: React.FC = ({ ...props }) => ( +export const IconPointScanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPointScanSharpFilled as default } diff --git a/src/IconPokerChipOutlined.tsx b/src/IconPokerChipOutlined.tsx index ec88e34ff..da5b29ed0 100644 --- a/src/IconPokerChipOutlined.tsx +++ b/src/IconPokerChipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipOutlined: React.FC = ({ ...props }) => ( +export const IconPokerChipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPokerChipOutlined as default } diff --git a/src/IconPokerChipOutlinedFilled.tsx b/src/IconPokerChipOutlinedFilled.tsx index 6fbd96885..6f67f49db 100644 --- a/src/IconPokerChipOutlinedFilled.tsx +++ b/src/IconPokerChipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPokerChipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPokerChipOutlinedFilled as default } diff --git a/src/IconPokerChipRounded.tsx b/src/IconPokerChipRounded.tsx index f23a6b213..30777d49f 100644 --- a/src/IconPokerChipRounded.tsx +++ b/src/IconPokerChipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipRounded: React.FC = ({ ...props }) => ( +export const IconPokerChipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPokerChipRounded as default } diff --git a/src/IconPokerChipRoundedFilled.tsx b/src/IconPokerChipRoundedFilled.tsx index 92c9aa9f5..c18af7da4 100644 --- a/src/IconPokerChipRoundedFilled.tsx +++ b/src/IconPokerChipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPokerChipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPokerChipRoundedFilled as default } diff --git a/src/IconPokerChipSharp.tsx b/src/IconPokerChipSharp.tsx index 24583fbae..8645bdad5 100644 --- a/src/IconPokerChipSharp.tsx +++ b/src/IconPokerChipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipSharp: React.FC = ({ ...props }) => ( +export const IconPokerChipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPokerChipSharp as default } diff --git a/src/IconPokerChipSharpFilled.tsx b/src/IconPokerChipSharpFilled.tsx index 9c69e9b59..84d1bece0 100644 --- a/src/IconPokerChipSharpFilled.tsx +++ b/src/IconPokerChipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPokerChipSharpFilled: React.FC = ({ ...props }) => ( +export const IconPokerChipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPokerChipSharpFilled as default } diff --git a/src/IconPolicyAlertOutlined.tsx b/src/IconPolicyAlertOutlined.tsx index e84b71dc8..015c29a37 100644 --- a/src/IconPolicyAlertOutlined.tsx +++ b/src/IconPolicyAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertOutlined: React.FC = ({ ...props }) => ( +export const IconPolicyAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertOutlined as default } diff --git a/src/IconPolicyAlertOutlinedFilled.tsx b/src/IconPolicyAlertOutlinedFilled.tsx index 41902bbc3..b68c2da20 100644 --- a/src/IconPolicyAlertOutlinedFilled.tsx +++ b/src/IconPolicyAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPolicyAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertOutlinedFilled as default } diff --git a/src/IconPolicyAlertRounded.tsx b/src/IconPolicyAlertRounded.tsx index 580b4e0a1..558c906a6 100644 --- a/src/IconPolicyAlertRounded.tsx +++ b/src/IconPolicyAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertRounded: React.FC = ({ ...props }) => ( +export const IconPolicyAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertRounded as default } diff --git a/src/IconPolicyAlertRoundedFilled.tsx b/src/IconPolicyAlertRoundedFilled.tsx index e10705b2b..3b9952e82 100644 --- a/src/IconPolicyAlertRoundedFilled.tsx +++ b/src/IconPolicyAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPolicyAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertRoundedFilled as default } diff --git a/src/IconPolicyAlertSharp.tsx b/src/IconPolicyAlertSharp.tsx index 4f0f4f1c2..af3ffc8c1 100644 --- a/src/IconPolicyAlertSharp.tsx +++ b/src/IconPolicyAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertSharp: React.FC = ({ ...props }) => ( +export const IconPolicyAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertSharp as default } diff --git a/src/IconPolicyAlertSharpFilled.tsx b/src/IconPolicyAlertSharpFilled.tsx index 6e5f4f9a9..63b5c6669 100644 --- a/src/IconPolicyAlertSharpFilled.tsx +++ b/src/IconPolicyAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconPolicyAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolicyAlertSharpFilled as default } diff --git a/src/IconPolicyOutlined.tsx b/src/IconPolicyOutlined.tsx index d49fffb25..e4703c47d 100644 --- a/src/IconPolicyOutlined.tsx +++ b/src/IconPolicyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyOutlined: React.FC = ({ ...props }) => ( +export const IconPolicyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyOutlined as default } diff --git a/src/IconPolicyOutlinedFilled.tsx b/src/IconPolicyOutlinedFilled.tsx index 7c2059f2c..4615f4c7c 100644 --- a/src/IconPolicyOutlinedFilled.tsx +++ b/src/IconPolicyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPolicyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyOutlinedFilled as default } diff --git a/src/IconPolicyRounded.tsx b/src/IconPolicyRounded.tsx index 22d60578f..e398ec22b 100644 --- a/src/IconPolicyRounded.tsx +++ b/src/IconPolicyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyRounded: React.FC = ({ ...props }) => ( +export const IconPolicyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyRounded as default } diff --git a/src/IconPolicyRoundedFilled.tsx b/src/IconPolicyRoundedFilled.tsx index ba7ff6e3f..a0c01ae78 100644 --- a/src/IconPolicyRoundedFilled.tsx +++ b/src/IconPolicyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPolicyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicyRoundedFilled as default } diff --git a/src/IconPolicySharp.tsx b/src/IconPolicySharp.tsx index 03666cf62..0d5d6f414 100644 --- a/src/IconPolicySharp.tsx +++ b/src/IconPolicySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicySharp: React.FC = ({ ...props }) => ( +export const IconPolicySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicySharp as default } diff --git a/src/IconPolicySharpFilled.tsx b/src/IconPolicySharpFilled.tsx index 288370b2a..5f278110f 100644 --- a/src/IconPolicySharpFilled.tsx +++ b/src/IconPolicySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolicySharpFilled: React.FC = ({ ...props }) => ( +export const IconPolicySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolicySharpFilled as default } diff --git a/src/IconPolylineOutlined.tsx b/src/IconPolylineOutlined.tsx index dc86b80a5..4e249d692 100644 --- a/src/IconPolylineOutlined.tsx +++ b/src/IconPolylineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineOutlined: React.FC = ({ ...props }) => ( +export const IconPolylineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolylineOutlined as default } diff --git a/src/IconPolylineOutlinedFilled.tsx b/src/IconPolylineOutlinedFilled.tsx index e7e5a891b..2af2e0747 100644 --- a/src/IconPolylineOutlinedFilled.tsx +++ b/src/IconPolylineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPolylineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolylineOutlinedFilled as default } diff --git a/src/IconPolylineRounded.tsx b/src/IconPolylineRounded.tsx index e63a7c898..739d0db62 100644 --- a/src/IconPolylineRounded.tsx +++ b/src/IconPolylineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineRounded: React.FC = ({ ...props }) => ( +export const IconPolylineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolylineRounded as default } diff --git a/src/IconPolylineRoundedFilled.tsx b/src/IconPolylineRoundedFilled.tsx index 407676ad2..2c3e19861 100644 --- a/src/IconPolylineRoundedFilled.tsx +++ b/src/IconPolylineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPolylineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolylineRoundedFilled as default } diff --git a/src/IconPolylineSharp.tsx b/src/IconPolylineSharp.tsx index 0c9324565..e90d1cd5a 100644 --- a/src/IconPolylineSharp.tsx +++ b/src/IconPolylineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineSharp: React.FC = ({ ...props }) => ( +export const IconPolylineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolylineSharp as default } diff --git a/src/IconPolylineSharpFilled.tsx b/src/IconPolylineSharpFilled.tsx index 6e62f9c57..180aa5418 100644 --- a/src/IconPolylineSharpFilled.tsx +++ b/src/IconPolylineSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolylineSharpFilled: React.FC = ({ ...props }) => ( +export const IconPolylineSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolylineSharpFilled as default } diff --git a/src/IconPolymerOutlined.tsx b/src/IconPolymerOutlined.tsx index 3ed747a27..16f8c163f 100644 --- a/src/IconPolymerOutlined.tsx +++ b/src/IconPolymerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerOutlined: React.FC = ({ ...props }) => ( +export const IconPolymerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolymerOutlined as default } diff --git a/src/IconPolymerOutlinedFilled.tsx b/src/IconPolymerOutlinedFilled.tsx index 848dde4e5..13e4de033 100644 --- a/src/IconPolymerOutlinedFilled.tsx +++ b/src/IconPolymerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPolymerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPolymerOutlinedFilled as default } diff --git a/src/IconPolymerRounded.tsx b/src/IconPolymerRounded.tsx index 71cc747db..5133c5904 100644 --- a/src/IconPolymerRounded.tsx +++ b/src/IconPolymerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerRounded: React.FC = ({ ...props }) => ( +export const IconPolymerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolymerRounded as default } diff --git a/src/IconPolymerRoundedFilled.tsx b/src/IconPolymerRoundedFilled.tsx index cbe088229..7cb01c06a 100644 --- a/src/IconPolymerRoundedFilled.tsx +++ b/src/IconPolymerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPolymerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolymerRoundedFilled as default } diff --git a/src/IconPolymerSharp.tsx b/src/IconPolymerSharp.tsx index c296e5f33..6f435eec4 100644 --- a/src/IconPolymerSharp.tsx +++ b/src/IconPolymerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerSharp: React.FC = ({ ...props }) => ( +export const IconPolymerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolymerSharp as default } diff --git a/src/IconPolymerSharpFilled.tsx b/src/IconPolymerSharpFilled.tsx index 8a4d159f6..9d33dff2d 100644 --- a/src/IconPolymerSharpFilled.tsx +++ b/src/IconPolymerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPolymerSharpFilled: React.FC = ({ ...props }) => ( +export const IconPolymerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPolymerSharpFilled as default } diff --git a/src/IconPoolOutlined.tsx b/src/IconPoolOutlined.tsx index 05f253ca7..25f002b45 100644 --- a/src/IconPoolOutlined.tsx +++ b/src/IconPoolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolOutlined: React.FC = ({ ...props }) => ( +export const IconPoolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolOutlined as default } diff --git a/src/IconPoolOutlinedFilled.tsx b/src/IconPoolOutlinedFilled.tsx index fc27a7d6f..0f86e3a2d 100644 --- a/src/IconPoolOutlinedFilled.tsx +++ b/src/IconPoolOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPoolOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolOutlinedFilled as default } diff --git a/src/IconPoolRounded.tsx b/src/IconPoolRounded.tsx index 711ee6d4f..b83c44928 100644 --- a/src/IconPoolRounded.tsx +++ b/src/IconPoolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolRounded: React.FC = ({ ...props }) => ( +export const IconPoolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolRounded as default } diff --git a/src/IconPoolRoundedFilled.tsx b/src/IconPoolRoundedFilled.tsx index 3317fe7b7..eba9986b4 100644 --- a/src/IconPoolRoundedFilled.tsx +++ b/src/IconPoolRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPoolRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolRoundedFilled as default } diff --git a/src/IconPoolSharp.tsx b/src/IconPoolSharp.tsx index 17420f9c5..e392a7edc 100644 --- a/src/IconPoolSharp.tsx +++ b/src/IconPoolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolSharp: React.FC = ({ ...props }) => ( +export const IconPoolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolSharp as default } diff --git a/src/IconPoolSharpFilled.tsx b/src/IconPoolSharpFilled.tsx index 30589dd70..9a1129950 100644 --- a/src/IconPoolSharpFilled.tsx +++ b/src/IconPoolSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPoolSharpFilled: React.FC = ({ ...props }) => ( +export const IconPoolSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPoolSharpFilled as default } diff --git a/src/IconPortableWifiOffOutlined.tsx b/src/IconPortableWifiOffOutlined.tsx index 4fc993059..95ab28ac1 100644 --- a/src/IconPortableWifiOffOutlined.tsx +++ b/src/IconPortableWifiOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffOutlined: React.FC = ({ ...props }) => ( +export const IconPortableWifiOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPortableWifiOffOutlined as default } diff --git a/src/IconPortableWifiOffOutlinedFilled.tsx b/src/IconPortableWifiOffOutlinedFilled.tsx index db7ecfb3e..e43da2de5 100644 --- a/src/IconPortableWifiOffOutlinedFilled.tsx +++ b/src/IconPortableWifiOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffOutlinedFilled: React.FC = ({ +export const IconPortableWifiOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPortableWifiOffOutlinedFilled: React.FC = ({ ) - -export { IconPortableWifiOffOutlinedFilled as default } diff --git a/src/IconPortableWifiOffRounded.tsx b/src/IconPortableWifiOffRounded.tsx index a40ff45b8..9ef9ee023 100644 --- a/src/IconPortableWifiOffRounded.tsx +++ b/src/IconPortableWifiOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffRounded: React.FC = ({ ...props }) => ( +export const IconPortableWifiOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPortableWifiOffRounded as default } diff --git a/src/IconPortableWifiOffRoundedFilled.tsx b/src/IconPortableWifiOffRoundedFilled.tsx index fa6109d68..a91c3a169 100644 --- a/src/IconPortableWifiOffRoundedFilled.tsx +++ b/src/IconPortableWifiOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffRoundedFilled: React.FC = ({ +export const IconPortableWifiOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPortableWifiOffRoundedFilled: React.FC = ({ ) - -export { IconPortableWifiOffRoundedFilled as default } diff --git a/src/IconPortableWifiOffSharp.tsx b/src/IconPortableWifiOffSharp.tsx index 3c8210c75..a29fcb7ea 100644 --- a/src/IconPortableWifiOffSharp.tsx +++ b/src/IconPortableWifiOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffSharp: React.FC = ({ ...props }) => ( +export const IconPortableWifiOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPortableWifiOffSharp as default } diff --git a/src/IconPortableWifiOffSharpFilled.tsx b/src/IconPortableWifiOffSharpFilled.tsx index e2a3558ed..05c2ebce3 100644 --- a/src/IconPortableWifiOffSharpFilled.tsx +++ b/src/IconPortableWifiOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPortableWifiOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPortableWifiOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPortableWifiOffSharpFilled as default } diff --git a/src/IconPositionBottomLeftOutlined.tsx b/src/IconPositionBottomLeftOutlined.tsx index 99b360a26..e25e00cb6 100644 --- a/src/IconPositionBottomLeftOutlined.tsx +++ b/src/IconPositionBottomLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftOutlined: React.FC = ({ ...props }) => ( +export const IconPositionBottomLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomLeftOutlined as default } diff --git a/src/IconPositionBottomLeftOutlinedFilled.tsx b/src/IconPositionBottomLeftOutlinedFilled.tsx index 7cd2938cf..2ead67061 100644 --- a/src/IconPositionBottomLeftOutlinedFilled.tsx +++ b/src/IconPositionBottomLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftOutlinedFilled: React.FC = ({ +export const IconPositionBottomLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomLeftOutlinedFilled: React.FC = ({ ) - -export { IconPositionBottomLeftOutlinedFilled as default } diff --git a/src/IconPositionBottomLeftRounded.tsx b/src/IconPositionBottomLeftRounded.tsx index 7fe294531..7de9f6b23 100644 --- a/src/IconPositionBottomLeftRounded.tsx +++ b/src/IconPositionBottomLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftRounded: React.FC = ({ ...props }) => ( +export const IconPositionBottomLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomLeftRounded as default } diff --git a/src/IconPositionBottomLeftRoundedFilled.tsx b/src/IconPositionBottomLeftRoundedFilled.tsx index 692d8ad68..b9d81ae2f 100644 --- a/src/IconPositionBottomLeftRoundedFilled.tsx +++ b/src/IconPositionBottomLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftRoundedFilled: React.FC = ({ +export const IconPositionBottomLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomLeftRoundedFilled: React.FC = ({ ) - -export { IconPositionBottomLeftRoundedFilled as default } diff --git a/src/IconPositionBottomLeftSharp.tsx b/src/IconPositionBottomLeftSharp.tsx index 64a0e1713..2b97299f3 100644 --- a/src/IconPositionBottomLeftSharp.tsx +++ b/src/IconPositionBottomLeftSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftSharp: React.FC = ({ ...props }) => ( +export const IconPositionBottomLeftSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomLeftSharp as default } diff --git a/src/IconPositionBottomLeftSharpFilled.tsx b/src/IconPositionBottomLeftSharpFilled.tsx index 8d30d23b1..b29300a79 100644 --- a/src/IconPositionBottomLeftSharpFilled.tsx +++ b/src/IconPositionBottomLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomLeftSharpFilled: React.FC = ({ +export const IconPositionBottomLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomLeftSharpFilled: React.FC = ({ ) - -export { IconPositionBottomLeftSharpFilled as default } diff --git a/src/IconPositionBottomRightOutlined.tsx b/src/IconPositionBottomRightOutlined.tsx index 5d128be8e..145d0a326 100644 --- a/src/IconPositionBottomRightOutlined.tsx +++ b/src/IconPositionBottomRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightOutlined: React.FC = ({ ...props }) => ( +export const IconPositionBottomRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomRightOutlined as default } diff --git a/src/IconPositionBottomRightOutlinedFilled.tsx b/src/IconPositionBottomRightOutlinedFilled.tsx index f58488247..8f0ab62d1 100644 --- a/src/IconPositionBottomRightOutlinedFilled.tsx +++ b/src/IconPositionBottomRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightOutlinedFilled: React.FC = ({ +export const IconPositionBottomRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomRightOutlinedFilled: React.FC = ({ ) - -export { IconPositionBottomRightOutlinedFilled as default } diff --git a/src/IconPositionBottomRightRounded.tsx b/src/IconPositionBottomRightRounded.tsx index 5d6025cb8..0950190b7 100644 --- a/src/IconPositionBottomRightRounded.tsx +++ b/src/IconPositionBottomRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightRounded: React.FC = ({ ...props }) => ( +export const IconPositionBottomRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomRightRounded as default } diff --git a/src/IconPositionBottomRightRoundedFilled.tsx b/src/IconPositionBottomRightRoundedFilled.tsx index b21c5d2f6..dce3002bd 100644 --- a/src/IconPositionBottomRightRoundedFilled.tsx +++ b/src/IconPositionBottomRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightRoundedFilled: React.FC = ({ +export const IconPositionBottomRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomRightRoundedFilled: React.FC = ({ ) - -export { IconPositionBottomRightRoundedFilled as default } diff --git a/src/IconPositionBottomRightSharp.tsx b/src/IconPositionBottomRightSharp.tsx index 6d72ad872..f2723d5f8 100644 --- a/src/IconPositionBottomRightSharp.tsx +++ b/src/IconPositionBottomRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightSharp: React.FC = ({ ...props }) => ( +export const IconPositionBottomRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionBottomRightSharp as default } diff --git a/src/IconPositionBottomRightSharpFilled.tsx b/src/IconPositionBottomRightSharpFilled.tsx index 0436fc907..e3eadbaa8 100644 --- a/src/IconPositionBottomRightSharpFilled.tsx +++ b/src/IconPositionBottomRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionBottomRightSharpFilled: React.FC = ({ +export const IconPositionBottomRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionBottomRightSharpFilled: React.FC = ({ ) - -export { IconPositionBottomRightSharpFilled as default } diff --git a/src/IconPositionTopRightOutlined.tsx b/src/IconPositionTopRightOutlined.tsx index cdf30de5b..aff61c1cc 100644 --- a/src/IconPositionTopRightOutlined.tsx +++ b/src/IconPositionTopRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightOutlined: React.FC = ({ ...props }) => ( +export const IconPositionTopRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionTopRightOutlined as default } diff --git a/src/IconPositionTopRightOutlinedFilled.tsx b/src/IconPositionTopRightOutlinedFilled.tsx index 8b929a727..6652fc0fa 100644 --- a/src/IconPositionTopRightOutlinedFilled.tsx +++ b/src/IconPositionTopRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightOutlinedFilled: React.FC = ({ +export const IconPositionTopRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionTopRightOutlinedFilled: React.FC = ({ ) - -export { IconPositionTopRightOutlinedFilled as default } diff --git a/src/IconPositionTopRightRounded.tsx b/src/IconPositionTopRightRounded.tsx index 1660d1558..34487dbb1 100644 --- a/src/IconPositionTopRightRounded.tsx +++ b/src/IconPositionTopRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightRounded: React.FC = ({ ...props }) => ( +export const IconPositionTopRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionTopRightRounded as default } diff --git a/src/IconPositionTopRightRoundedFilled.tsx b/src/IconPositionTopRightRoundedFilled.tsx index a837fa1e6..fdee86bd7 100644 --- a/src/IconPositionTopRightRoundedFilled.tsx +++ b/src/IconPositionTopRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightRoundedFilled: React.FC = ({ +export const IconPositionTopRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPositionTopRightRoundedFilled: React.FC = ({ ) - -export { IconPositionTopRightRoundedFilled as default } diff --git a/src/IconPositionTopRightSharp.tsx b/src/IconPositionTopRightSharp.tsx index 56d7771f0..33a7f3ee3 100644 --- a/src/IconPositionTopRightSharp.tsx +++ b/src/IconPositionTopRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightSharp: React.FC = ({ ...props }) => ( +export const IconPositionTopRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionTopRightSharp as default } diff --git a/src/IconPositionTopRightSharpFilled.tsx b/src/IconPositionTopRightSharpFilled.tsx index 9247a36f2..9438ce0fd 100644 --- a/src/IconPositionTopRightSharpFilled.tsx +++ b/src/IconPositionTopRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPositionTopRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconPositionTopRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPositionTopRightSharpFilled as default } diff --git a/src/IconPostAddOutlined.tsx b/src/IconPostAddOutlined.tsx index 59fd5f24c..e98b487b0 100644 --- a/src/IconPostAddOutlined.tsx +++ b/src/IconPostAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddOutlined: React.FC = ({ ...props }) => ( +export const IconPostAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostAddOutlined as default } diff --git a/src/IconPostAddOutlinedFilled.tsx b/src/IconPostAddOutlinedFilled.tsx index 9a97e6352..b9dded480 100644 --- a/src/IconPostAddOutlinedFilled.tsx +++ b/src/IconPostAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPostAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPostAddOutlinedFilled as default } diff --git a/src/IconPostAddRounded.tsx b/src/IconPostAddRounded.tsx index 3b6386672..1da2d5ace 100644 --- a/src/IconPostAddRounded.tsx +++ b/src/IconPostAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddRounded: React.FC = ({ ...props }) => ( +export const IconPostAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostAddRounded as default } diff --git a/src/IconPostAddRoundedFilled.tsx b/src/IconPostAddRoundedFilled.tsx index 6804db471..bf23df23c 100644 --- a/src/IconPostAddRoundedFilled.tsx +++ b/src/IconPostAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPostAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostAddRoundedFilled as default } diff --git a/src/IconPostAddSharp.tsx b/src/IconPostAddSharp.tsx index ef7805a6b..e49868aba 100644 --- a/src/IconPostAddSharp.tsx +++ b/src/IconPostAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddSharp: React.FC = ({ ...props }) => ( +export const IconPostAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostAddSharp as default } diff --git a/src/IconPostAddSharpFilled.tsx b/src/IconPostAddSharpFilled.tsx index cfd8ad888..f55a0ade8 100644 --- a/src/IconPostAddSharpFilled.tsx +++ b/src/IconPostAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconPostAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostAddSharpFilled as default } diff --git a/src/IconPostOutlined.tsx b/src/IconPostOutlined.tsx index 91bf49797..9b311ed6b 100644 --- a/src/IconPostOutlined.tsx +++ b/src/IconPostOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostOutlined: React.FC = ({ ...props }) => ( +export const IconPostOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostOutlined as default } diff --git a/src/IconPostOutlinedFilled.tsx b/src/IconPostOutlinedFilled.tsx index 08d9c3e70..57244a0dd 100644 --- a/src/IconPostOutlinedFilled.tsx +++ b/src/IconPostOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPostOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostOutlinedFilled as default } diff --git a/src/IconPostRounded.tsx b/src/IconPostRounded.tsx index d3ecba4b4..03229d6bb 100644 --- a/src/IconPostRounded.tsx +++ b/src/IconPostRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostRounded: React.FC = ({ ...props }) => ( +export const IconPostRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostRounded as default } diff --git a/src/IconPostRoundedFilled.tsx b/src/IconPostRoundedFilled.tsx index 31f9b6166..f2e1ba3a6 100644 --- a/src/IconPostRoundedFilled.tsx +++ b/src/IconPostRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPostRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostRoundedFilled as default } diff --git a/src/IconPostSharp.tsx b/src/IconPostSharp.tsx index 4505123ae..6749eb455 100644 --- a/src/IconPostSharp.tsx +++ b/src/IconPostSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostSharp: React.FC = ({ ...props }) => ( +export const IconPostSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostSharp as default } diff --git a/src/IconPostSharpFilled.tsx b/src/IconPostSharpFilled.tsx index c066daa80..f90f5e713 100644 --- a/src/IconPostSharpFilled.tsx +++ b/src/IconPostSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPostSharpFilled: React.FC = ({ ...props }) => ( +export const IconPostSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPostSharpFilled as default } diff --git a/src/IconPottedPlantOutlined.tsx b/src/IconPottedPlantOutlined.tsx index 9e8e24c5c..5f29c2064 100644 --- a/src/IconPottedPlantOutlined.tsx +++ b/src/IconPottedPlantOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantOutlined: React.FC = ({ ...props }) => ( +export const IconPottedPlantOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPottedPlantOutlined as default } diff --git a/src/IconPottedPlantOutlinedFilled.tsx b/src/IconPottedPlantOutlinedFilled.tsx index 936b5a8f6..77f97bb40 100644 --- a/src/IconPottedPlantOutlinedFilled.tsx +++ b/src/IconPottedPlantOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPottedPlantOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPottedPlantOutlinedFilled as default } diff --git a/src/IconPottedPlantRounded.tsx b/src/IconPottedPlantRounded.tsx index a45ae21ee..752b799eb 100644 --- a/src/IconPottedPlantRounded.tsx +++ b/src/IconPottedPlantRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantRounded: React.FC = ({ ...props }) => ( +export const IconPottedPlantRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPottedPlantRounded as default } diff --git a/src/IconPottedPlantRoundedFilled.tsx b/src/IconPottedPlantRoundedFilled.tsx index 3cdba56a0..a5b8e9c30 100644 --- a/src/IconPottedPlantRoundedFilled.tsx +++ b/src/IconPottedPlantRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPottedPlantRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPottedPlantRoundedFilled as default } diff --git a/src/IconPottedPlantSharp.tsx b/src/IconPottedPlantSharp.tsx index b291fb51e..ce38b010d 100644 --- a/src/IconPottedPlantSharp.tsx +++ b/src/IconPottedPlantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantSharp: React.FC = ({ ...props }) => ( +export const IconPottedPlantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPottedPlantSharp as default } diff --git a/src/IconPottedPlantSharpFilled.tsx b/src/IconPottedPlantSharpFilled.tsx index e41073cf2..fda0283ec 100644 --- a/src/IconPottedPlantSharpFilled.tsx +++ b/src/IconPottedPlantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPottedPlantSharpFilled: React.FC = ({ ...props }) => ( +export const IconPottedPlantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPottedPlantSharpFilled as default } diff --git a/src/IconPowerInputOutlined.tsx b/src/IconPowerInputOutlined.tsx index dbc1f5c67..54fc28b7d 100644 --- a/src/IconPowerInputOutlined.tsx +++ b/src/IconPowerInputOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputOutlined: React.FC = ({ ...props }) => ( +export const IconPowerInputOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerInputOutlined as default } diff --git a/src/IconPowerInputOutlinedFilled.tsx b/src/IconPowerInputOutlinedFilled.tsx index 2d166ed4b..3d780b8a1 100644 --- a/src/IconPowerInputOutlinedFilled.tsx +++ b/src/IconPowerInputOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPowerInputOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerInputOutlinedFilled as default } diff --git a/src/IconPowerInputRounded.tsx b/src/IconPowerInputRounded.tsx index 4df30061e..ab9e1d839 100644 --- a/src/IconPowerInputRounded.tsx +++ b/src/IconPowerInputRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputRounded: React.FC = ({ ...props }) => ( +export const IconPowerInputRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerInputRounded as default } diff --git a/src/IconPowerInputRoundedFilled.tsx b/src/IconPowerInputRoundedFilled.tsx index bd1b7cc25..3e5b30f1d 100644 --- a/src/IconPowerInputRoundedFilled.tsx +++ b/src/IconPowerInputRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPowerInputRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerInputRoundedFilled as default } diff --git a/src/IconPowerInputSharp.tsx b/src/IconPowerInputSharp.tsx index 7998f0d98..1a39c0ad2 100644 --- a/src/IconPowerInputSharp.tsx +++ b/src/IconPowerInputSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputSharp: React.FC = ({ ...props }) => ( +export const IconPowerInputSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerInputSharp as default } diff --git a/src/IconPowerInputSharpFilled.tsx b/src/IconPowerInputSharpFilled.tsx index 72feddde8..a02419077 100644 --- a/src/IconPowerInputSharpFilled.tsx +++ b/src/IconPowerInputSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerInputSharpFilled: React.FC = ({ ...props }) => ( +export const IconPowerInputSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerInputSharpFilled as default } diff --git a/src/IconPowerOffOutlined.tsx b/src/IconPowerOffOutlined.tsx index 3e346c303..e56224351 100644 --- a/src/IconPowerOffOutlined.tsx +++ b/src/IconPowerOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffOutlined: React.FC = ({ ...props }) => ( +export const IconPowerOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOffOutlined as default } diff --git a/src/IconPowerOffOutlinedFilled.tsx b/src/IconPowerOffOutlinedFilled.tsx index 90f80f86b..15b290cd7 100644 --- a/src/IconPowerOffOutlinedFilled.tsx +++ b/src/IconPowerOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPowerOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerOffOutlinedFilled as default } diff --git a/src/IconPowerOffRounded.tsx b/src/IconPowerOffRounded.tsx index fa0bb61e5..5c2b86961 100644 --- a/src/IconPowerOffRounded.tsx +++ b/src/IconPowerOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffRounded: React.FC = ({ ...props }) => ( +export const IconPowerOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOffRounded as default } diff --git a/src/IconPowerOffRoundedFilled.tsx b/src/IconPowerOffRoundedFilled.tsx index 51d5dc4ab..222198be1 100644 --- a/src/IconPowerOffRoundedFilled.tsx +++ b/src/IconPowerOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPowerOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerOffRoundedFilled as default } diff --git a/src/IconPowerOffSharp.tsx b/src/IconPowerOffSharp.tsx index e5b25525d..c9fe5348d 100644 --- a/src/IconPowerOffSharp.tsx +++ b/src/IconPowerOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffSharp: React.FC = ({ ...props }) => ( +export const IconPowerOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOffSharp as default } diff --git a/src/IconPowerOffSharpFilled.tsx b/src/IconPowerOffSharpFilled.tsx index 70c22e9dc..36bae55be 100644 --- a/src/IconPowerOffSharpFilled.tsx +++ b/src/IconPowerOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPowerOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOffSharpFilled as default } diff --git a/src/IconPowerOutlined.tsx b/src/IconPowerOutlined.tsx index d9ca01dc3..43fde195f 100644 --- a/src/IconPowerOutlined.tsx +++ b/src/IconPowerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOutlined: React.FC = ({ ...props }) => ( +export const IconPowerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOutlined as default } diff --git a/src/IconPowerOutlinedFilled.tsx b/src/IconPowerOutlinedFilled.tsx index d0a4e6aa4..163452752 100644 --- a/src/IconPowerOutlinedFilled.tsx +++ b/src/IconPowerOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPowerOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerOutlinedFilled as default } diff --git a/src/IconPowerRounded.tsx b/src/IconPowerRounded.tsx index b846bb4ba..79cad836a 100644 --- a/src/IconPowerRounded.tsx +++ b/src/IconPowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerRounded: React.FC = ({ ...props }) => ( +export const IconPowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerRounded as default } diff --git a/src/IconPowerRoundedFilled.tsx b/src/IconPowerRoundedFilled.tsx index afb2d1ea3..e1d5be7dd 100644 --- a/src/IconPowerRoundedFilled.tsx +++ b/src/IconPowerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPowerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerRoundedFilled as default } diff --git a/src/IconPowerSettingsCircleOutlined.tsx b/src/IconPowerSettingsCircleOutlined.tsx index 5aea7cdcd..411f38d23 100644 --- a/src/IconPowerSettingsCircleOutlined.tsx +++ b/src/IconPowerSettingsCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleOutlined: React.FC = ({ ...props }) => ( +export const IconPowerSettingsCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsCircleOutlined as default } diff --git a/src/IconPowerSettingsCircleOutlinedFilled.tsx b/src/IconPowerSettingsCircleOutlinedFilled.tsx index acf054441..2549775ea 100644 --- a/src/IconPowerSettingsCircleOutlinedFilled.tsx +++ b/src/IconPowerSettingsCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleOutlinedFilled: React.FC = ({ +export const IconPowerSettingsCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPowerSettingsCircleOutlinedFilled: React.FC = ({ ) - -export { IconPowerSettingsCircleOutlinedFilled as default } diff --git a/src/IconPowerSettingsCircleRounded.tsx b/src/IconPowerSettingsCircleRounded.tsx index 9a3c9d3c1..e0e37e8a3 100644 --- a/src/IconPowerSettingsCircleRounded.tsx +++ b/src/IconPowerSettingsCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleRounded: React.FC = ({ ...props }) => ( +export const IconPowerSettingsCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsCircleRounded as default } diff --git a/src/IconPowerSettingsCircleRoundedFilled.tsx b/src/IconPowerSettingsCircleRoundedFilled.tsx index 45336643c..8c68401f8 100644 --- a/src/IconPowerSettingsCircleRoundedFilled.tsx +++ b/src/IconPowerSettingsCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleRoundedFilled: React.FC = ({ +export const IconPowerSettingsCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPowerSettingsCircleRoundedFilled: React.FC = ({ ) - -export { IconPowerSettingsCircleRoundedFilled as default } diff --git a/src/IconPowerSettingsCircleSharp.tsx b/src/IconPowerSettingsCircleSharp.tsx index ce5d21f30..9ebf7b94f 100644 --- a/src/IconPowerSettingsCircleSharp.tsx +++ b/src/IconPowerSettingsCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleSharp: React.FC = ({ ...props }) => ( +export const IconPowerSettingsCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsCircleSharp as default } diff --git a/src/IconPowerSettingsCircleSharpFilled.tsx b/src/IconPowerSettingsCircleSharpFilled.tsx index 78f9f046d..c5927ce93 100644 --- a/src/IconPowerSettingsCircleSharpFilled.tsx +++ b/src/IconPowerSettingsCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsCircleSharpFilled: React.FC = ({ +export const IconPowerSettingsCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPowerSettingsCircleSharpFilled: React.FC = ({ ) - -export { IconPowerSettingsCircleSharpFilled as default } diff --git a/src/IconPowerSettingsNewOutlined.tsx b/src/IconPowerSettingsNewOutlined.tsx index fd5d0378b..c19400ef7 100644 --- a/src/IconPowerSettingsNewOutlined.tsx +++ b/src/IconPowerSettingsNewOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewOutlined: React.FC = ({ ...props }) => ( +export const IconPowerSettingsNewOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsNewOutlined as default } diff --git a/src/IconPowerSettingsNewOutlinedFilled.tsx b/src/IconPowerSettingsNewOutlinedFilled.tsx index cabfed37e..898a19359 100644 --- a/src/IconPowerSettingsNewOutlinedFilled.tsx +++ b/src/IconPowerSettingsNewOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewOutlinedFilled: React.FC = ({ +export const IconPowerSettingsNewOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPowerSettingsNewOutlinedFilled: React.FC = ({ ) - -export { IconPowerSettingsNewOutlinedFilled as default } diff --git a/src/IconPowerSettingsNewRounded.tsx b/src/IconPowerSettingsNewRounded.tsx index 59b7db073..cc5c42630 100644 --- a/src/IconPowerSettingsNewRounded.tsx +++ b/src/IconPowerSettingsNewRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewRounded: React.FC = ({ ...props }) => ( +export const IconPowerSettingsNewRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsNewRounded as default } diff --git a/src/IconPowerSettingsNewRoundedFilled.tsx b/src/IconPowerSettingsNewRoundedFilled.tsx index 4d4216fcf..ff86e9da9 100644 --- a/src/IconPowerSettingsNewRoundedFilled.tsx +++ b/src/IconPowerSettingsNewRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewRoundedFilled: React.FC = ({ +export const IconPowerSettingsNewRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPowerSettingsNewRoundedFilled: React.FC = ({ ) - -export { IconPowerSettingsNewRoundedFilled as default } diff --git a/src/IconPowerSettingsNewSharp.tsx b/src/IconPowerSettingsNewSharp.tsx index 3bee35342..0b7c11188 100644 --- a/src/IconPowerSettingsNewSharp.tsx +++ b/src/IconPowerSettingsNewSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewSharp: React.FC = ({ ...props }) => ( +export const IconPowerSettingsNewSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsNewSharp as default } diff --git a/src/IconPowerSettingsNewSharpFilled.tsx b/src/IconPowerSettingsNewSharpFilled.tsx index 7d80b4d55..7043b7723 100644 --- a/src/IconPowerSettingsNewSharpFilled.tsx +++ b/src/IconPowerSettingsNewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSettingsNewSharpFilled: React.FC = ({ ...props }) => ( +export const IconPowerSettingsNewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPowerSettingsNewSharpFilled as default } diff --git a/src/IconPowerSharp.tsx b/src/IconPowerSharp.tsx index c302fbc75..32ed9a44d 100644 --- a/src/IconPowerSharp.tsx +++ b/src/IconPowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSharp: React.FC = ({ ...props }) => ( +export const IconPowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerSharp as default } diff --git a/src/IconPowerSharpFilled.tsx b/src/IconPowerSharpFilled.tsx index 8cf452440..1b5a6ba42 100644 --- a/src/IconPowerSharpFilled.tsx +++ b/src/IconPowerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconPowerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPowerSharpFilled as default } diff --git a/src/IconPrayerTimesOutlined.tsx b/src/IconPrayerTimesOutlined.tsx index 1085a0ce7..2408903eb 100644 --- a/src/IconPrayerTimesOutlined.tsx +++ b/src/IconPrayerTimesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesOutlined: React.FC = ({ ...props }) => ( +export const IconPrayerTimesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesOutlined as default } diff --git a/src/IconPrayerTimesOutlinedFilled.tsx b/src/IconPrayerTimesOutlinedFilled.tsx index a444a08f4..2ba310d18 100644 --- a/src/IconPrayerTimesOutlinedFilled.tsx +++ b/src/IconPrayerTimesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrayerTimesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesOutlinedFilled as default } diff --git a/src/IconPrayerTimesRounded.tsx b/src/IconPrayerTimesRounded.tsx index 661ddace3..f0c5840c2 100644 --- a/src/IconPrayerTimesRounded.tsx +++ b/src/IconPrayerTimesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesRounded: React.FC = ({ ...props }) => ( +export const IconPrayerTimesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesRounded as default } diff --git a/src/IconPrayerTimesRoundedFilled.tsx b/src/IconPrayerTimesRoundedFilled.tsx index 94a9be44f..ec3cc8129 100644 --- a/src/IconPrayerTimesRoundedFilled.tsx +++ b/src/IconPrayerTimesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrayerTimesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesRoundedFilled as default } diff --git a/src/IconPrayerTimesSharp.tsx b/src/IconPrayerTimesSharp.tsx index 740ffc935..8fcfb5bb6 100644 --- a/src/IconPrayerTimesSharp.tsx +++ b/src/IconPrayerTimesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesSharp: React.FC = ({ ...props }) => ( +export const IconPrayerTimesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesSharp as default } diff --git a/src/IconPrayerTimesSharpFilled.tsx b/src/IconPrayerTimesSharpFilled.tsx index f8939250a..fc2a3d278 100644 --- a/src/IconPrayerTimesSharpFilled.tsx +++ b/src/IconPrayerTimesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrayerTimesSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrayerTimesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrayerTimesSharpFilled as default } diff --git a/src/IconPrecisionManufacturingOutlined.tsx b/src/IconPrecisionManufacturingOutlined.tsx index e583e63ac..ac5ae4b64 100644 --- a/src/IconPrecisionManufacturingOutlined.tsx +++ b/src/IconPrecisionManufacturingOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingOutlined: React.FC = ({ +export const IconPrecisionManufacturingOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrecisionManufacturingOutlined: React.FC = ({ ) - -export { IconPrecisionManufacturingOutlined as default } diff --git a/src/IconPrecisionManufacturingOutlinedFilled.tsx b/src/IconPrecisionManufacturingOutlinedFilled.tsx index 6771cc1fd..3d7d3261e 100644 --- a/src/IconPrecisionManufacturingOutlinedFilled.tsx +++ b/src/IconPrecisionManufacturingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingOutlinedFilled: React.FC = ({ +export const IconPrecisionManufacturingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrecisionManufacturingOutlinedFilled: React.FC = ({ ) - -export { IconPrecisionManufacturingOutlinedFilled as default } diff --git a/src/IconPrecisionManufacturingRounded.tsx b/src/IconPrecisionManufacturingRounded.tsx index d0d5df98f..ec64a2a1b 100644 --- a/src/IconPrecisionManufacturingRounded.tsx +++ b/src/IconPrecisionManufacturingRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingRounded: React.FC = ({ +export const IconPrecisionManufacturingRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrecisionManufacturingRounded: React.FC = ({ ) - -export { IconPrecisionManufacturingRounded as default } diff --git a/src/IconPrecisionManufacturingRoundedFilled.tsx b/src/IconPrecisionManufacturingRoundedFilled.tsx index dd2c48aec..b32f92995 100644 --- a/src/IconPrecisionManufacturingRoundedFilled.tsx +++ b/src/IconPrecisionManufacturingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingRoundedFilled: React.FC = ({ +export const IconPrecisionManufacturingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrecisionManufacturingRoundedFilled: React.FC = ({ ) - -export { IconPrecisionManufacturingRoundedFilled as default } diff --git a/src/IconPrecisionManufacturingSharp.tsx b/src/IconPrecisionManufacturingSharp.tsx index 304e212d8..b3877b5bf 100644 --- a/src/IconPrecisionManufacturingSharp.tsx +++ b/src/IconPrecisionManufacturingSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingSharp: React.FC = ({ ...props }) => ( +export const IconPrecisionManufacturingSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrecisionManufacturingSharp as default } diff --git a/src/IconPrecisionManufacturingSharpFilled.tsx b/src/IconPrecisionManufacturingSharpFilled.tsx index 21fd87d0a..e1df85f17 100644 --- a/src/IconPrecisionManufacturingSharpFilled.tsx +++ b/src/IconPrecisionManufacturingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrecisionManufacturingSharpFilled: React.FC = ({ +export const IconPrecisionManufacturingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrecisionManufacturingSharpFilled: React.FC = ({ ) - -export { IconPrecisionManufacturingSharpFilled as default } diff --git a/src/IconPregnancyOutlined.tsx b/src/IconPregnancyOutlined.tsx index 7842ddcb5..51b83de06 100644 --- a/src/IconPregnancyOutlined.tsx +++ b/src/IconPregnancyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancyOutlined: React.FC = ({ ...props }) => ( +export const IconPregnancyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnancyOutlined as default } diff --git a/src/IconPregnancyOutlinedFilled.tsx b/src/IconPregnancyOutlinedFilled.tsx index 47b5027d2..095434317 100644 --- a/src/IconPregnancyOutlinedFilled.tsx +++ b/src/IconPregnancyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPregnancyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnancyOutlinedFilled as default } diff --git a/src/IconPregnancyRounded.tsx b/src/IconPregnancyRounded.tsx index cd7f825c6..952ce89a1 100644 --- a/src/IconPregnancyRounded.tsx +++ b/src/IconPregnancyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancyRounded: React.FC = ({ ...props }) => ( +export const IconPregnancyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnancyRounded as default } diff --git a/src/IconPregnancyRoundedFilled.tsx b/src/IconPregnancyRoundedFilled.tsx index ff3305848..e1b7ebf35 100644 --- a/src/IconPregnancyRoundedFilled.tsx +++ b/src/IconPregnancyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPregnancyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnancyRoundedFilled as default } diff --git a/src/IconPregnancySharp.tsx b/src/IconPregnancySharp.tsx index ae876f164..35f3365a3 100644 --- a/src/IconPregnancySharp.tsx +++ b/src/IconPregnancySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancySharp: React.FC = ({ ...props }) => ( +export const IconPregnancySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnancySharp as default } diff --git a/src/IconPregnancySharpFilled.tsx b/src/IconPregnancySharpFilled.tsx index 876488da4..39359f9ae 100644 --- a/src/IconPregnancySharpFilled.tsx +++ b/src/IconPregnancySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnancySharpFilled: React.FC = ({ ...props }) => ( +export const IconPregnancySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnancySharpFilled as default } diff --git a/src/IconPregnantWomanOutlined.tsx b/src/IconPregnantWomanOutlined.tsx index 1e6d42de3..60d773f6e 100644 --- a/src/IconPregnantWomanOutlined.tsx +++ b/src/IconPregnantWomanOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanOutlined: React.FC = ({ ...props }) => ( +export const IconPregnantWomanOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanOutlined as default } diff --git a/src/IconPregnantWomanOutlinedFilled.tsx b/src/IconPregnantWomanOutlinedFilled.tsx index bbf2c05db..421a82d8f 100644 --- a/src/IconPregnantWomanOutlinedFilled.tsx +++ b/src/IconPregnantWomanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPregnantWomanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanOutlinedFilled as default } diff --git a/src/IconPregnantWomanRounded.tsx b/src/IconPregnantWomanRounded.tsx index cddbfd7d5..c7d72aacf 100644 --- a/src/IconPregnantWomanRounded.tsx +++ b/src/IconPregnantWomanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanRounded: React.FC = ({ ...props }) => ( +export const IconPregnantWomanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanRounded as default } diff --git a/src/IconPregnantWomanRoundedFilled.tsx b/src/IconPregnantWomanRoundedFilled.tsx index 8f69d4ba4..72e72f9ee 100644 --- a/src/IconPregnantWomanRoundedFilled.tsx +++ b/src/IconPregnantWomanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPregnantWomanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanRoundedFilled as default } diff --git a/src/IconPregnantWomanSharp.tsx b/src/IconPregnantWomanSharp.tsx index 437df1d80..2000516c1 100644 --- a/src/IconPregnantWomanSharp.tsx +++ b/src/IconPregnantWomanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanSharp: React.FC = ({ ...props }) => ( +export const IconPregnantWomanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanSharp as default } diff --git a/src/IconPregnantWomanSharpFilled.tsx b/src/IconPregnantWomanSharpFilled.tsx index 9f17beac6..2a4b49b3d 100644 --- a/src/IconPregnantWomanSharpFilled.tsx +++ b/src/IconPregnantWomanSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPregnantWomanSharpFilled: React.FC = ({ ...props }) => ( +export const IconPregnantWomanSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPregnantWomanSharpFilled as default } diff --git a/src/IconPreliminaryOutlined.tsx b/src/IconPreliminaryOutlined.tsx index bff218b4c..3e54e4200 100644 --- a/src/IconPreliminaryOutlined.tsx +++ b/src/IconPreliminaryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminaryOutlined: React.FC = ({ ...props }) => ( +export const IconPreliminaryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreliminaryOutlined as default } diff --git a/src/IconPreliminaryOutlinedFilled.tsx b/src/IconPreliminaryOutlinedFilled.tsx index f0758d414..e88743d82 100644 --- a/src/IconPreliminaryOutlinedFilled.tsx +++ b/src/IconPreliminaryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminaryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPreliminaryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreliminaryOutlinedFilled as default } diff --git a/src/IconPreliminaryRounded.tsx b/src/IconPreliminaryRounded.tsx index 36e218004..a99485693 100644 --- a/src/IconPreliminaryRounded.tsx +++ b/src/IconPreliminaryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminaryRounded: React.FC = ({ ...props }) => ( +export const IconPreliminaryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreliminaryRounded as default } diff --git a/src/IconPreliminaryRoundedFilled.tsx b/src/IconPreliminaryRoundedFilled.tsx index 4aa3d7058..f989b17a6 100644 --- a/src/IconPreliminaryRoundedFilled.tsx +++ b/src/IconPreliminaryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminaryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPreliminaryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreliminaryRoundedFilled as default } diff --git a/src/IconPreliminarySharp.tsx b/src/IconPreliminarySharp.tsx index 63981ac8e..9c2714a6e 100644 --- a/src/IconPreliminarySharp.tsx +++ b/src/IconPreliminarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminarySharp: React.FC = ({ ...props }) => ( +export const IconPreliminarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreliminarySharp as default } diff --git a/src/IconPreliminarySharpFilled.tsx b/src/IconPreliminarySharpFilled.tsx index 27ad207f3..cc67f78c3 100644 --- a/src/IconPreliminarySharpFilled.tsx +++ b/src/IconPreliminarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreliminarySharpFilled: React.FC = ({ ...props }) => ( +export const IconPreliminarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreliminarySharpFilled as default } diff --git a/src/IconPrescriptionsOutlined.tsx b/src/IconPrescriptionsOutlined.tsx index 308342316..a9f5d26ba 100644 --- a/src/IconPrescriptionsOutlined.tsx +++ b/src/IconPrescriptionsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsOutlined: React.FC = ({ ...props }) => ( +export const IconPrescriptionsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsOutlined as default } diff --git a/src/IconPrescriptionsOutlinedFilled.tsx b/src/IconPrescriptionsOutlinedFilled.tsx index 4ed4f3297..4e490ac89 100644 --- a/src/IconPrescriptionsOutlinedFilled.tsx +++ b/src/IconPrescriptionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrescriptionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsOutlinedFilled as default } diff --git a/src/IconPrescriptionsRounded.tsx b/src/IconPrescriptionsRounded.tsx index 3c6cf907d..644da94c2 100644 --- a/src/IconPrescriptionsRounded.tsx +++ b/src/IconPrescriptionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsRounded: React.FC = ({ ...props }) => ( +export const IconPrescriptionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsRounded as default } diff --git a/src/IconPrescriptionsRoundedFilled.tsx b/src/IconPrescriptionsRoundedFilled.tsx index 680e83dbb..d89c002cf 100644 --- a/src/IconPrescriptionsRoundedFilled.tsx +++ b/src/IconPrescriptionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrescriptionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsRoundedFilled as default } diff --git a/src/IconPrescriptionsSharp.tsx b/src/IconPrescriptionsSharp.tsx index 33a898812..5d0204503 100644 --- a/src/IconPrescriptionsSharp.tsx +++ b/src/IconPrescriptionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsSharp: React.FC = ({ ...props }) => ( +export const IconPrescriptionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsSharp as default } diff --git a/src/IconPrescriptionsSharpFilled.tsx b/src/IconPrescriptionsSharpFilled.tsx index faf8d1bf3..ec58ce948 100644 --- a/src/IconPrescriptionsSharpFilled.tsx +++ b/src/IconPrescriptionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrescriptionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrescriptionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrescriptionsSharpFilled as default } diff --git a/src/IconPresentToAllOutlined.tsx b/src/IconPresentToAllOutlined.tsx index 77249e574..8f156c189 100644 --- a/src/IconPresentToAllOutlined.tsx +++ b/src/IconPresentToAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllOutlined: React.FC = ({ ...props }) => ( +export const IconPresentToAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPresentToAllOutlined as default } diff --git a/src/IconPresentToAllOutlinedFilled.tsx b/src/IconPresentToAllOutlinedFilled.tsx index 7ba481080..c4501b414 100644 --- a/src/IconPresentToAllOutlinedFilled.tsx +++ b/src/IconPresentToAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPresentToAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPresentToAllOutlinedFilled as default } diff --git a/src/IconPresentToAllRounded.tsx b/src/IconPresentToAllRounded.tsx index 1b0e8221e..68d1fc0f7 100644 --- a/src/IconPresentToAllRounded.tsx +++ b/src/IconPresentToAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllRounded: React.FC = ({ ...props }) => ( +export const IconPresentToAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPresentToAllRounded as default } diff --git a/src/IconPresentToAllRoundedFilled.tsx b/src/IconPresentToAllRoundedFilled.tsx index abc7cc41c..4c6f36130 100644 --- a/src/IconPresentToAllRoundedFilled.tsx +++ b/src/IconPresentToAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPresentToAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPresentToAllRoundedFilled as default } diff --git a/src/IconPresentToAllSharp.tsx b/src/IconPresentToAllSharp.tsx index 6553233cb..b06ad91e0 100644 --- a/src/IconPresentToAllSharp.tsx +++ b/src/IconPresentToAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllSharp: React.FC = ({ ...props }) => ( +export const IconPresentToAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPresentToAllSharp as default } diff --git a/src/IconPresentToAllSharpFilled.tsx b/src/IconPresentToAllSharpFilled.tsx index 5728ab07b..f791f4bb7 100644 --- a/src/IconPresentToAllSharpFilled.tsx +++ b/src/IconPresentToAllSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPresentToAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconPresentToAllSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPresentToAllSharpFilled as default } diff --git a/src/IconPreviewOffOutlined.tsx b/src/IconPreviewOffOutlined.tsx index 0b1fecbbd..63bbd8748 100644 --- a/src/IconPreviewOffOutlined.tsx +++ b/src/IconPreviewOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffOutlined: React.FC = ({ ...props }) => ( +export const IconPreviewOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewOffOutlined as default } diff --git a/src/IconPreviewOffOutlinedFilled.tsx b/src/IconPreviewOffOutlinedFilled.tsx index 42ef976da..54b48a65d 100644 --- a/src/IconPreviewOffOutlinedFilled.tsx +++ b/src/IconPreviewOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPreviewOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreviewOffOutlinedFilled as default } diff --git a/src/IconPreviewOffRounded.tsx b/src/IconPreviewOffRounded.tsx index 9f3742b88..88e312907 100644 --- a/src/IconPreviewOffRounded.tsx +++ b/src/IconPreviewOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffRounded: React.FC = ({ ...props }) => ( +export const IconPreviewOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewOffRounded as default } diff --git a/src/IconPreviewOffRoundedFilled.tsx b/src/IconPreviewOffRoundedFilled.tsx index 13abf0b5a..7e545c72d 100644 --- a/src/IconPreviewOffRoundedFilled.tsx +++ b/src/IconPreviewOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPreviewOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreviewOffRoundedFilled as default } diff --git a/src/IconPreviewOffSharp.tsx b/src/IconPreviewOffSharp.tsx index 5d44cd120..3e7905781 100644 --- a/src/IconPreviewOffSharp.tsx +++ b/src/IconPreviewOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffSharp: React.FC = ({ ...props }) => ( +export const IconPreviewOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewOffSharp as default } diff --git a/src/IconPreviewOffSharpFilled.tsx b/src/IconPreviewOffSharpFilled.tsx index 220480a1c..cf0461307 100644 --- a/src/IconPreviewOffSharpFilled.tsx +++ b/src/IconPreviewOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPreviewOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreviewOffSharpFilled as default } diff --git a/src/IconPreviewOutlined.tsx b/src/IconPreviewOutlined.tsx index e127bd5b9..ecfdb72af 100644 --- a/src/IconPreviewOutlined.tsx +++ b/src/IconPreviewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOutlined: React.FC = ({ ...props }) => ( +export const IconPreviewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewOutlined as default } diff --git a/src/IconPreviewOutlinedFilled.tsx b/src/IconPreviewOutlinedFilled.tsx index aa9e2130b..d7608f3f3 100644 --- a/src/IconPreviewOutlinedFilled.tsx +++ b/src/IconPreviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPreviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPreviewOutlinedFilled as default } diff --git a/src/IconPreviewRounded.tsx b/src/IconPreviewRounded.tsx index 210111406..06f146362 100644 --- a/src/IconPreviewRounded.tsx +++ b/src/IconPreviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewRounded: React.FC = ({ ...props }) => ( +export const IconPreviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewRounded as default } diff --git a/src/IconPreviewRoundedFilled.tsx b/src/IconPreviewRoundedFilled.tsx index 1df60cb63..0021b2e24 100644 --- a/src/IconPreviewRoundedFilled.tsx +++ b/src/IconPreviewRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPreviewRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewRoundedFilled as default } diff --git a/src/IconPreviewSharp.tsx b/src/IconPreviewSharp.tsx index 36fe7e549..007476283 100644 --- a/src/IconPreviewSharp.tsx +++ b/src/IconPreviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewSharp: React.FC = ({ ...props }) => ( +export const IconPreviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewSharp as default } diff --git a/src/IconPreviewSharpFilled.tsx b/src/IconPreviewSharpFilled.tsx index b3febfb99..2135e665a 100644 --- a/src/IconPreviewSharpFilled.tsx +++ b/src/IconPreviewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPreviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconPreviewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPreviewSharpFilled as default } diff --git a/src/IconPriceChangeOutlined.tsx b/src/IconPriceChangeOutlined.tsx index 447256a57..e938564cb 100644 --- a/src/IconPriceChangeOutlined.tsx +++ b/src/IconPriceChangeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeOutlined: React.FC = ({ ...props }) => ( +export const IconPriceChangeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceChangeOutlined as default } diff --git a/src/IconPriceChangeOutlinedFilled.tsx b/src/IconPriceChangeOutlinedFilled.tsx index 02ae9b17a..799b1d745 100644 --- a/src/IconPriceChangeOutlinedFilled.tsx +++ b/src/IconPriceChangeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPriceChangeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceChangeOutlinedFilled as default } diff --git a/src/IconPriceChangeRounded.tsx b/src/IconPriceChangeRounded.tsx index 21bd97423..4107910cc 100644 --- a/src/IconPriceChangeRounded.tsx +++ b/src/IconPriceChangeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeRounded: React.FC = ({ ...props }) => ( +export const IconPriceChangeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceChangeRounded as default } diff --git a/src/IconPriceChangeRoundedFilled.tsx b/src/IconPriceChangeRoundedFilled.tsx index cf188ba51..deb350b93 100644 --- a/src/IconPriceChangeRoundedFilled.tsx +++ b/src/IconPriceChangeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPriceChangeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceChangeRoundedFilled as default } diff --git a/src/IconPriceChangeSharp.tsx b/src/IconPriceChangeSharp.tsx index a87799d56..82c369cb3 100644 --- a/src/IconPriceChangeSharp.tsx +++ b/src/IconPriceChangeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeSharp: React.FC = ({ ...props }) => ( +export const IconPriceChangeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceChangeSharp as default } diff --git a/src/IconPriceChangeSharpFilled.tsx b/src/IconPriceChangeSharpFilled.tsx index ae0ff349a..5fd2a9a91 100644 --- a/src/IconPriceChangeSharpFilled.tsx +++ b/src/IconPriceChangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceChangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconPriceChangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceChangeSharpFilled as default } diff --git a/src/IconPriceCheckOutlined.tsx b/src/IconPriceCheckOutlined.tsx index e8a6d9387..23dc7e008 100644 --- a/src/IconPriceCheckOutlined.tsx +++ b/src/IconPriceCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckOutlined: React.FC = ({ ...props }) => ( +export const IconPriceCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceCheckOutlined as default } diff --git a/src/IconPriceCheckOutlinedFilled.tsx b/src/IconPriceCheckOutlinedFilled.tsx index 5dc8a5fcb..2ef7d5a4f 100644 --- a/src/IconPriceCheckOutlinedFilled.tsx +++ b/src/IconPriceCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPriceCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceCheckOutlinedFilled as default } diff --git a/src/IconPriceCheckRounded.tsx b/src/IconPriceCheckRounded.tsx index a071d3392..5130cee5b 100644 --- a/src/IconPriceCheckRounded.tsx +++ b/src/IconPriceCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckRounded: React.FC = ({ ...props }) => ( +export const IconPriceCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceCheckRounded as default } diff --git a/src/IconPriceCheckRoundedFilled.tsx b/src/IconPriceCheckRoundedFilled.tsx index 7fafa33f2..99bb42594 100644 --- a/src/IconPriceCheckRoundedFilled.tsx +++ b/src/IconPriceCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPriceCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceCheckRoundedFilled as default } diff --git a/src/IconPriceCheckSharp.tsx b/src/IconPriceCheckSharp.tsx index 89ea215f3..9ddabfc5b 100644 --- a/src/IconPriceCheckSharp.tsx +++ b/src/IconPriceCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckSharp: React.FC = ({ ...props }) => ( +export const IconPriceCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriceCheckSharp as default } diff --git a/src/IconPriceCheckSharpFilled.tsx b/src/IconPriceCheckSharpFilled.tsx index 0d942aa87..f92780aad 100644 --- a/src/IconPriceCheckSharpFilled.tsx +++ b/src/IconPriceCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriceCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconPriceCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriceCheckSharpFilled as default } diff --git a/src/IconPrintAddOutlined.tsx b/src/IconPrintAddOutlined.tsx index b34caec03..3ac727469 100644 --- a/src/IconPrintAddOutlined.tsx +++ b/src/IconPrintAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddOutlined: React.FC = ({ ...props }) => ( +export const IconPrintAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintAddOutlined as default } diff --git a/src/IconPrintAddOutlinedFilled.tsx b/src/IconPrintAddOutlinedFilled.tsx index 264e2b6f7..e3f079e75 100644 --- a/src/IconPrintAddOutlinedFilled.tsx +++ b/src/IconPrintAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintAddOutlinedFilled as default } diff --git a/src/IconPrintAddRounded.tsx b/src/IconPrintAddRounded.tsx index 09e2bb2bb..9ebf990ec 100644 --- a/src/IconPrintAddRounded.tsx +++ b/src/IconPrintAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddRounded: React.FC = ({ ...props }) => ( +export const IconPrintAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintAddRounded as default } diff --git a/src/IconPrintAddRoundedFilled.tsx b/src/IconPrintAddRoundedFilled.tsx index eda6d4761..d7fcbfa50 100644 --- a/src/IconPrintAddRoundedFilled.tsx +++ b/src/IconPrintAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintAddRoundedFilled as default } diff --git a/src/IconPrintAddSharp.tsx b/src/IconPrintAddSharp.tsx index d583a2edf..4b3c7609e 100644 --- a/src/IconPrintAddSharp.tsx +++ b/src/IconPrintAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddSharp: React.FC = ({ ...props }) => ( +export const IconPrintAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintAddSharp as default } diff --git a/src/IconPrintAddSharpFilled.tsx b/src/IconPrintAddSharpFilled.tsx index a104b211d..596f11edc 100644 --- a/src/IconPrintAddSharpFilled.tsx +++ b/src/IconPrintAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintAddSharpFilled as default } diff --git a/src/IconPrintConnectOutlined.tsx b/src/IconPrintConnectOutlined.tsx index 33c34caa8..bb373ef7b 100644 --- a/src/IconPrintConnectOutlined.tsx +++ b/src/IconPrintConnectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectOutlined: React.FC = ({ ...props }) => ( +export const IconPrintConnectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintConnectOutlined as default } diff --git a/src/IconPrintConnectOutlinedFilled.tsx b/src/IconPrintConnectOutlinedFilled.tsx index 6b15ef461..196b02be4 100644 --- a/src/IconPrintConnectOutlinedFilled.tsx +++ b/src/IconPrintConnectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintConnectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintConnectOutlinedFilled as default } diff --git a/src/IconPrintConnectRounded.tsx b/src/IconPrintConnectRounded.tsx index 6364101d4..b60eda175 100644 --- a/src/IconPrintConnectRounded.tsx +++ b/src/IconPrintConnectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectRounded: React.FC = ({ ...props }) => ( +export const IconPrintConnectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintConnectRounded as default } diff --git a/src/IconPrintConnectRoundedFilled.tsx b/src/IconPrintConnectRoundedFilled.tsx index e5d01c579..b86b4c371 100644 --- a/src/IconPrintConnectRoundedFilled.tsx +++ b/src/IconPrintConnectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintConnectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintConnectRoundedFilled as default } diff --git a/src/IconPrintConnectSharp.tsx b/src/IconPrintConnectSharp.tsx index 06240fd3e..7ba2a3f49 100644 --- a/src/IconPrintConnectSharp.tsx +++ b/src/IconPrintConnectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectSharp: React.FC = ({ ...props }) => ( +export const IconPrintConnectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintConnectSharp as default } diff --git a/src/IconPrintConnectSharpFilled.tsx b/src/IconPrintConnectSharpFilled.tsx index 70544f07a..ec38d8568 100644 --- a/src/IconPrintConnectSharpFilled.tsx +++ b/src/IconPrintConnectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintConnectSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintConnectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintConnectSharpFilled as default } diff --git a/src/IconPrintDisabledOutlined.tsx b/src/IconPrintDisabledOutlined.tsx index b71de6dfd..f00f635a5 100644 --- a/src/IconPrintDisabledOutlined.tsx +++ b/src/IconPrintDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconPrintDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledOutlined as default } diff --git a/src/IconPrintDisabledOutlinedFilled.tsx b/src/IconPrintDisabledOutlinedFilled.tsx index 7f14ac077..430bd02f7 100644 --- a/src/IconPrintDisabledOutlinedFilled.tsx +++ b/src/IconPrintDisabledOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintDisabledOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledOutlinedFilled as default } diff --git a/src/IconPrintDisabledRounded.tsx b/src/IconPrintDisabledRounded.tsx index 5d04b52bd..a30022127 100644 --- a/src/IconPrintDisabledRounded.tsx +++ b/src/IconPrintDisabledRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledRounded: React.FC = ({ ...props }) => ( +export const IconPrintDisabledRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledRounded as default } diff --git a/src/IconPrintDisabledRoundedFilled.tsx b/src/IconPrintDisabledRoundedFilled.tsx index 1e0964de2..c474de4a5 100644 --- a/src/IconPrintDisabledRoundedFilled.tsx +++ b/src/IconPrintDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledRoundedFilled as default } diff --git a/src/IconPrintDisabledSharp.tsx b/src/IconPrintDisabledSharp.tsx index c29e92222..e5b59e0ab 100644 --- a/src/IconPrintDisabledSharp.tsx +++ b/src/IconPrintDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledSharp: React.FC = ({ ...props }) => ( +export const IconPrintDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledSharp as default } diff --git a/src/IconPrintDisabledSharpFilled.tsx b/src/IconPrintDisabledSharpFilled.tsx index fcc607a05..c14a88d62 100644 --- a/src/IconPrintDisabledSharpFilled.tsx +++ b/src/IconPrintDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintDisabledSharpFilled as default } diff --git a/src/IconPrintErrorOutlined.tsx b/src/IconPrintErrorOutlined.tsx index 73457963c..499db1cb1 100644 --- a/src/IconPrintErrorOutlined.tsx +++ b/src/IconPrintErrorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorOutlined: React.FC = ({ ...props }) => ( +export const IconPrintErrorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintErrorOutlined as default } diff --git a/src/IconPrintErrorOutlinedFilled.tsx b/src/IconPrintErrorOutlinedFilled.tsx index d7ca6de41..c8df20aa7 100644 --- a/src/IconPrintErrorOutlinedFilled.tsx +++ b/src/IconPrintErrorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintErrorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintErrorOutlinedFilled as default } diff --git a/src/IconPrintErrorRounded.tsx b/src/IconPrintErrorRounded.tsx index eb9ee7798..ffa5d9df2 100644 --- a/src/IconPrintErrorRounded.tsx +++ b/src/IconPrintErrorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorRounded: React.FC = ({ ...props }) => ( +export const IconPrintErrorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintErrorRounded as default } diff --git a/src/IconPrintErrorRoundedFilled.tsx b/src/IconPrintErrorRoundedFilled.tsx index 1386666cb..ef945bc26 100644 --- a/src/IconPrintErrorRoundedFilled.tsx +++ b/src/IconPrintErrorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintErrorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintErrorRoundedFilled as default } diff --git a/src/IconPrintErrorSharp.tsx b/src/IconPrintErrorSharp.tsx index e8a2fc55a..002bf6894 100644 --- a/src/IconPrintErrorSharp.tsx +++ b/src/IconPrintErrorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorSharp: React.FC = ({ ...props }) => ( +export const IconPrintErrorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintErrorSharp as default } diff --git a/src/IconPrintErrorSharpFilled.tsx b/src/IconPrintErrorSharpFilled.tsx index fad18648f..a86771a61 100644 --- a/src/IconPrintErrorSharpFilled.tsx +++ b/src/IconPrintErrorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintErrorSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintErrorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintErrorSharpFilled as default } diff --git a/src/IconPrintLockOutlined.tsx b/src/IconPrintLockOutlined.tsx index 18dd9e8e3..f1495e3c0 100644 --- a/src/IconPrintLockOutlined.tsx +++ b/src/IconPrintLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockOutlined: React.FC = ({ ...props }) => ( +export const IconPrintLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintLockOutlined as default } diff --git a/src/IconPrintLockOutlinedFilled.tsx b/src/IconPrintLockOutlinedFilled.tsx index 68e12081c..f0a595d97 100644 --- a/src/IconPrintLockOutlinedFilled.tsx +++ b/src/IconPrintLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintLockOutlinedFilled as default } diff --git a/src/IconPrintLockRounded.tsx b/src/IconPrintLockRounded.tsx index c7fbcf2d7..c38bf63cb 100644 --- a/src/IconPrintLockRounded.tsx +++ b/src/IconPrintLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockRounded: React.FC = ({ ...props }) => ( +export const IconPrintLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintLockRounded as default } diff --git a/src/IconPrintLockRoundedFilled.tsx b/src/IconPrintLockRoundedFilled.tsx index b95fdc7dc..76ac8988c 100644 --- a/src/IconPrintLockRoundedFilled.tsx +++ b/src/IconPrintLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrintLockRoundedFilled as default } diff --git a/src/IconPrintLockSharp.tsx b/src/IconPrintLockSharp.tsx index 6307edb68..89c62f816 100644 --- a/src/IconPrintLockSharp.tsx +++ b/src/IconPrintLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockSharp: React.FC = ({ ...props }) => ( +export const IconPrintLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintLockSharp as default } diff --git a/src/IconPrintLockSharpFilled.tsx b/src/IconPrintLockSharpFilled.tsx index 038ec6f5e..bb613e41d 100644 --- a/src/IconPrintLockSharpFilled.tsx +++ b/src/IconPrintLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintLockSharpFilled as default } diff --git a/src/IconPrintOutlined.tsx b/src/IconPrintOutlined.tsx index 5668cc039..7ca0b4fe3 100644 --- a/src/IconPrintOutlined.tsx +++ b/src/IconPrintOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintOutlined: React.FC = ({ ...props }) => ( +export const IconPrintOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintOutlined as default } diff --git a/src/IconPrintOutlinedFilled.tsx b/src/IconPrintOutlinedFilled.tsx index 908297448..0905c0f05 100644 --- a/src/IconPrintOutlinedFilled.tsx +++ b/src/IconPrintOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrintOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintOutlinedFilled as default } diff --git a/src/IconPrintRounded.tsx b/src/IconPrintRounded.tsx index 7e5bfdc4e..e8e248dc2 100644 --- a/src/IconPrintRounded.tsx +++ b/src/IconPrintRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintRounded: React.FC = ({ ...props }) => ( +export const IconPrintRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintRounded as default } diff --git a/src/IconPrintRoundedFilled.tsx b/src/IconPrintRoundedFilled.tsx index 04275422b..680af22fb 100644 --- a/src/IconPrintRoundedFilled.tsx +++ b/src/IconPrintRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrintRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintRoundedFilled as default } diff --git a/src/IconPrintSharp.tsx b/src/IconPrintSharp.tsx index ee81f70fd..9c4b5b2b6 100644 --- a/src/IconPrintSharp.tsx +++ b/src/IconPrintSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintSharp: React.FC = ({ ...props }) => ( +export const IconPrintSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintSharp as default } diff --git a/src/IconPrintSharpFilled.tsx b/src/IconPrintSharpFilled.tsx index 0a8dbc0fd..3b38cf113 100644 --- a/src/IconPrintSharpFilled.tsx +++ b/src/IconPrintSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrintSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrintSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrintSharpFilled as default } diff --git a/src/IconPriorityHighOutlined.tsx b/src/IconPriorityHighOutlined.tsx index 72a36443e..ccd20cb42 100644 --- a/src/IconPriorityHighOutlined.tsx +++ b/src/IconPriorityHighOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighOutlined: React.FC = ({ ...props }) => ( +export const IconPriorityHighOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriorityHighOutlined as default } diff --git a/src/IconPriorityHighOutlinedFilled.tsx b/src/IconPriorityHighOutlinedFilled.tsx index 63ef66145..8e9f5aa49 100644 --- a/src/IconPriorityHighOutlinedFilled.tsx +++ b/src/IconPriorityHighOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPriorityHighOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriorityHighOutlinedFilled as default } diff --git a/src/IconPriorityHighRounded.tsx b/src/IconPriorityHighRounded.tsx index 497abd4ac..95c76f008 100644 --- a/src/IconPriorityHighRounded.tsx +++ b/src/IconPriorityHighRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighRounded: React.FC = ({ ...props }) => ( +export const IconPriorityHighRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriorityHighRounded as default } diff --git a/src/IconPriorityHighRoundedFilled.tsx b/src/IconPriorityHighRoundedFilled.tsx index b637a437e..bf8927cd0 100644 --- a/src/IconPriorityHighRoundedFilled.tsx +++ b/src/IconPriorityHighRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPriorityHighRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriorityHighRoundedFilled as default } diff --git a/src/IconPriorityHighSharp.tsx b/src/IconPriorityHighSharp.tsx index 05afcab75..f4d1b1580 100644 --- a/src/IconPriorityHighSharp.tsx +++ b/src/IconPriorityHighSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighSharp: React.FC = ({ ...props }) => ( +export const IconPriorityHighSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriorityHighSharp as default } diff --git a/src/IconPriorityHighSharpFilled.tsx b/src/IconPriorityHighSharpFilled.tsx index d8ecfd1a8..2aba4b4fb 100644 --- a/src/IconPriorityHighSharpFilled.tsx +++ b/src/IconPriorityHighSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityHighSharpFilled: React.FC = ({ ...props }) => ( +export const IconPriorityHighSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriorityHighSharpFilled as default } diff --git a/src/IconPriorityOutlined.tsx b/src/IconPriorityOutlined.tsx index 4382021ae..6dcff04c8 100644 --- a/src/IconPriorityOutlined.tsx +++ b/src/IconPriorityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityOutlined: React.FC = ({ ...props }) => ( +export const IconPriorityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriorityOutlined as default } diff --git a/src/IconPriorityOutlinedFilled.tsx b/src/IconPriorityOutlinedFilled.tsx index 5e692a65d..1930665d8 100644 --- a/src/IconPriorityOutlinedFilled.tsx +++ b/src/IconPriorityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPriorityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriorityOutlinedFilled as default } diff --git a/src/IconPriorityRounded.tsx b/src/IconPriorityRounded.tsx index 78c2a6b6a..d8e61422a 100644 --- a/src/IconPriorityRounded.tsx +++ b/src/IconPriorityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityRounded: React.FC = ({ ...props }) => ( +export const IconPriorityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPriorityRounded as default } diff --git a/src/IconPriorityRoundedFilled.tsx b/src/IconPriorityRoundedFilled.tsx index ec2c8c2f2..092b19303 100644 --- a/src/IconPriorityRoundedFilled.tsx +++ b/src/IconPriorityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPriorityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPriorityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPriorityRoundedFilled as default } diff --git a/src/IconPrioritySharp.tsx b/src/IconPrioritySharp.tsx index 9315d1df1..6ebc9ff97 100644 --- a/src/IconPrioritySharp.tsx +++ b/src/IconPrioritySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrioritySharp: React.FC = ({ ...props }) => ( +export const IconPrioritySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrioritySharp as default } diff --git a/src/IconPrioritySharpFilled.tsx b/src/IconPrioritySharpFilled.tsx index f850410d2..1652208a3 100644 --- a/src/IconPrioritySharpFilled.tsx +++ b/src/IconPrioritySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrioritySharpFilled: React.FC = ({ ...props }) => ( +export const IconPrioritySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrioritySharpFilled as default } diff --git a/src/IconPrivacyOutlined.tsx b/src/IconPrivacyOutlined.tsx index 2d64e444c..c74bfe1ec 100644 --- a/src/IconPrivacyOutlined.tsx +++ b/src/IconPrivacyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyOutlined: React.FC = ({ ...props }) => ( +export const IconPrivacyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyOutlined as default } diff --git a/src/IconPrivacyOutlinedFilled.tsx b/src/IconPrivacyOutlinedFilled.tsx index 28e1050aa..59780f320 100644 --- a/src/IconPrivacyOutlinedFilled.tsx +++ b/src/IconPrivacyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrivacyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivacyOutlinedFilled as default } diff --git a/src/IconPrivacyRounded.tsx b/src/IconPrivacyRounded.tsx index b4f26704d..fd74d3cff 100644 --- a/src/IconPrivacyRounded.tsx +++ b/src/IconPrivacyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyRounded: React.FC = ({ ...props }) => ( +export const IconPrivacyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyRounded as default } diff --git a/src/IconPrivacyRoundedFilled.tsx b/src/IconPrivacyRoundedFilled.tsx index f3986aa59..4fa538551 100644 --- a/src/IconPrivacyRoundedFilled.tsx +++ b/src/IconPrivacyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrivacyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyRoundedFilled as default } diff --git a/src/IconPrivacySharp.tsx b/src/IconPrivacySharp.tsx index e079aea65..9a6eae55f 100644 --- a/src/IconPrivacySharp.tsx +++ b/src/IconPrivacySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacySharp: React.FC = ({ ...props }) => ( +export const IconPrivacySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacySharp as default } diff --git a/src/IconPrivacySharpFilled.tsx b/src/IconPrivacySharpFilled.tsx index 75c38851e..62d1b9c2a 100644 --- a/src/IconPrivacySharpFilled.tsx +++ b/src/IconPrivacySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacySharpFilled: React.FC = ({ ...props }) => ( +export const IconPrivacySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacySharpFilled as default } diff --git a/src/IconPrivacyTipOutlined.tsx b/src/IconPrivacyTipOutlined.tsx index 33981b019..a75251942 100644 --- a/src/IconPrivacyTipOutlined.tsx +++ b/src/IconPrivacyTipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipOutlined: React.FC = ({ ...props }) => ( +export const IconPrivacyTipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipOutlined as default } diff --git a/src/IconPrivacyTipOutlinedFilled.tsx b/src/IconPrivacyTipOutlinedFilled.tsx index 95e50850b..7779e82ed 100644 --- a/src/IconPrivacyTipOutlinedFilled.tsx +++ b/src/IconPrivacyTipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPrivacyTipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipOutlinedFilled as default } diff --git a/src/IconPrivacyTipRounded.tsx b/src/IconPrivacyTipRounded.tsx index 7a5eb210c..9d62ff24c 100644 --- a/src/IconPrivacyTipRounded.tsx +++ b/src/IconPrivacyTipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipRounded: React.FC = ({ ...props }) => ( +export const IconPrivacyTipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipRounded as default } diff --git a/src/IconPrivacyTipRoundedFilled.tsx b/src/IconPrivacyTipRoundedFilled.tsx index 2aff609a7..491ab29a1 100644 --- a/src/IconPrivacyTipRoundedFilled.tsx +++ b/src/IconPrivacyTipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPrivacyTipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipRoundedFilled as default } diff --git a/src/IconPrivacyTipSharp.tsx b/src/IconPrivacyTipSharp.tsx index ae12b8582..b9503515a 100644 --- a/src/IconPrivacyTipSharp.tsx +++ b/src/IconPrivacyTipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipSharp: React.FC = ({ ...props }) => ( +export const IconPrivacyTipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipSharp as default } diff --git a/src/IconPrivacyTipSharpFilled.tsx b/src/IconPrivacyTipSharpFilled.tsx index 6de9da45e..1613fe68b 100644 --- a/src/IconPrivacyTipSharpFilled.tsx +++ b/src/IconPrivacyTipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivacyTipSharpFilled: React.FC = ({ ...props }) => ( +export const IconPrivacyTipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivacyTipSharpFilled as default } diff --git a/src/IconPrivateConnectivityOutlined.tsx b/src/IconPrivateConnectivityOutlined.tsx index 2839f8f53..bb5992971 100644 --- a/src/IconPrivateConnectivityOutlined.tsx +++ b/src/IconPrivateConnectivityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivityOutlined: React.FC = ({ ...props }) => ( +export const IconPrivateConnectivityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivateConnectivityOutlined as default } diff --git a/src/IconPrivateConnectivityOutlinedFilled.tsx b/src/IconPrivateConnectivityOutlinedFilled.tsx index 2b518e283..78a571939 100644 --- a/src/IconPrivateConnectivityOutlinedFilled.tsx +++ b/src/IconPrivateConnectivityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivityOutlinedFilled: React.FC = ({ +export const IconPrivateConnectivityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrivateConnectivityOutlinedFilled: React.FC = ({ ) - -export { IconPrivateConnectivityOutlinedFilled as default } diff --git a/src/IconPrivateConnectivityRounded.tsx b/src/IconPrivateConnectivityRounded.tsx index 389cc27a9..4fb47762e 100644 --- a/src/IconPrivateConnectivityRounded.tsx +++ b/src/IconPrivateConnectivityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivityRounded: React.FC = ({ ...props }) => ( +export const IconPrivateConnectivityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivateConnectivityRounded as default } diff --git a/src/IconPrivateConnectivityRoundedFilled.tsx b/src/IconPrivateConnectivityRoundedFilled.tsx index 9149144e5..78adc87f2 100644 --- a/src/IconPrivateConnectivityRoundedFilled.tsx +++ b/src/IconPrivateConnectivityRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivityRoundedFilled: React.FC = ({ +export const IconPrivateConnectivityRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrivateConnectivityRoundedFilled: React.FC = ({ ) - -export { IconPrivateConnectivityRoundedFilled as default } diff --git a/src/IconPrivateConnectivitySharp.tsx b/src/IconPrivateConnectivitySharp.tsx index 8cc04ec25..662bb83cc 100644 --- a/src/IconPrivateConnectivitySharp.tsx +++ b/src/IconPrivateConnectivitySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivitySharp: React.FC = ({ ...props }) => ( +export const IconPrivateConnectivitySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPrivateConnectivitySharp as default } diff --git a/src/IconPrivateConnectivitySharpFilled.tsx b/src/IconPrivateConnectivitySharpFilled.tsx index 8aa446ff9..8149a6761 100644 --- a/src/IconPrivateConnectivitySharpFilled.tsx +++ b/src/IconPrivateConnectivitySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPrivateConnectivitySharpFilled: React.FC = ({ +export const IconPrivateConnectivitySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPrivateConnectivitySharpFilled: React.FC = ({ ) - -export { IconPrivateConnectivitySharpFilled as default } diff --git a/src/IconProblemOutlined.tsx b/src/IconProblemOutlined.tsx index e7719f7e8..e785d5d6e 100644 --- a/src/IconProblemOutlined.tsx +++ b/src/IconProblemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProblemOutlined: React.FC = ({ ...props }) => ( +export const IconProblemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProblemOutlined as default } diff --git a/src/IconProblemOutlinedFilled.tsx b/src/IconProblemOutlinedFilled.tsx index ca4b8c8df..14b707f6e 100644 --- a/src/IconProblemOutlinedFilled.tsx +++ b/src/IconProblemOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProblemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconProblemOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProblemOutlinedFilled as default } diff --git a/src/IconProblemRounded.tsx b/src/IconProblemRounded.tsx index 1ea58be47..7957db0f7 100644 --- a/src/IconProblemRounded.tsx +++ b/src/IconProblemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProblemRounded: React.FC = ({ ...props }) => ( +export const IconProblemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProblemRounded as default } diff --git a/src/IconProblemRoundedFilled.tsx b/src/IconProblemRoundedFilled.tsx index 036eea4d5..a71e19046 100644 --- a/src/IconProblemRoundedFilled.tsx +++ b/src/IconProblemRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProblemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconProblemRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProblemRoundedFilled as default } diff --git a/src/IconProblemSharp.tsx b/src/IconProblemSharp.tsx index 370a37188..3898cbde3 100644 --- a/src/IconProblemSharp.tsx +++ b/src/IconProblemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProblemSharp: React.FC = ({ ...props }) => ( +export const IconProblemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProblemSharp as default } diff --git a/src/IconProblemSharpFilled.tsx b/src/IconProblemSharpFilled.tsx index aaa6d8db9..de41571a7 100644 --- a/src/IconProblemSharpFilled.tsx +++ b/src/IconProblemSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProblemSharpFilled: React.FC = ({ ...props }) => ( +export const IconProblemSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProblemSharpFilled as default } diff --git a/src/IconProcedureOutlined.tsx b/src/IconProcedureOutlined.tsx index 5b30b23d5..c6044b1c5 100644 --- a/src/IconProcedureOutlined.tsx +++ b/src/IconProcedureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureOutlined: React.FC = ({ ...props }) => ( +export const IconProcedureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcedureOutlined as default } diff --git a/src/IconProcedureOutlinedFilled.tsx b/src/IconProcedureOutlinedFilled.tsx index 4a97ecfca..77bb200a1 100644 --- a/src/IconProcedureOutlinedFilled.tsx +++ b/src/IconProcedureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconProcedureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProcedureOutlinedFilled as default } diff --git a/src/IconProcedureRounded.tsx b/src/IconProcedureRounded.tsx index 70c1ac8b4..da17c1472 100644 --- a/src/IconProcedureRounded.tsx +++ b/src/IconProcedureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureRounded: React.FC = ({ ...props }) => ( +export const IconProcedureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcedureRounded as default } diff --git a/src/IconProcedureRoundedFilled.tsx b/src/IconProcedureRoundedFilled.tsx index a76e266a8..e4179c938 100644 --- a/src/IconProcedureRoundedFilled.tsx +++ b/src/IconProcedureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconProcedureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProcedureRoundedFilled as default } diff --git a/src/IconProcedureSharp.tsx b/src/IconProcedureSharp.tsx index 5d990df45..7add1e92e 100644 --- a/src/IconProcedureSharp.tsx +++ b/src/IconProcedureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureSharp: React.FC = ({ ...props }) => ( +export const IconProcedureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcedureSharp as default } diff --git a/src/IconProcedureSharpFilled.tsx b/src/IconProcedureSharpFilled.tsx index 2bdd262f1..e01a1b6ad 100644 --- a/src/IconProcedureSharpFilled.tsx +++ b/src/IconProcedureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcedureSharpFilled: React.FC = ({ ...props }) => ( +export const IconProcedureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcedureSharpFilled as default } diff --git a/src/IconProcessChartOutlined.tsx b/src/IconProcessChartOutlined.tsx index 3c132d5c7..c454c7109 100644 --- a/src/IconProcessChartOutlined.tsx +++ b/src/IconProcessChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartOutlined: React.FC = ({ ...props }) => ( +export const IconProcessChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcessChartOutlined as default } diff --git a/src/IconProcessChartOutlinedFilled.tsx b/src/IconProcessChartOutlinedFilled.tsx index effbea18d..dbf62cc54 100644 --- a/src/IconProcessChartOutlinedFilled.tsx +++ b/src/IconProcessChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconProcessChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProcessChartOutlinedFilled as default } diff --git a/src/IconProcessChartRounded.tsx b/src/IconProcessChartRounded.tsx index a448d7172..cb2a28443 100644 --- a/src/IconProcessChartRounded.tsx +++ b/src/IconProcessChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartRounded: React.FC = ({ ...props }) => ( +export const IconProcessChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcessChartRounded as default } diff --git a/src/IconProcessChartRoundedFilled.tsx b/src/IconProcessChartRoundedFilled.tsx index db0dc380b..589ad604e 100644 --- a/src/IconProcessChartRoundedFilled.tsx +++ b/src/IconProcessChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconProcessChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProcessChartRoundedFilled as default } diff --git a/src/IconProcessChartSharp.tsx b/src/IconProcessChartSharp.tsx index 9991a57c2..3c749bf1b 100644 --- a/src/IconProcessChartSharp.tsx +++ b/src/IconProcessChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartSharp: React.FC = ({ ...props }) => ( +export const IconProcessChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProcessChartSharp as default } diff --git a/src/IconProcessChartSharpFilled.tsx b/src/IconProcessChartSharpFilled.tsx index 7bac165da..3cffda380 100644 --- a/src/IconProcessChartSharpFilled.tsx +++ b/src/IconProcessChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProcessChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconProcessChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProcessChartSharpFilled as default } diff --git a/src/IconProductionQuantityLimitsOutlined.tsx b/src/IconProductionQuantityLimitsOutlined.tsx index 2f19667c9..2015d509a 100644 --- a/src/IconProductionQuantityLimitsOutlined.tsx +++ b/src/IconProductionQuantityLimitsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsOutlined: React.FC = ({ +export const IconProductionQuantityLimitsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProductionQuantityLimitsOutlined: React.FC = ({ ) - -export { IconProductionQuantityLimitsOutlined as default } diff --git a/src/IconProductionQuantityLimitsOutlinedFilled.tsx b/src/IconProductionQuantityLimitsOutlinedFilled.tsx index 77e7b9879..1b2657daa 100644 --- a/src/IconProductionQuantityLimitsOutlinedFilled.tsx +++ b/src/IconProductionQuantityLimitsOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconProductionQuantityLimitsOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProductionQuantityLimitsOutlinedFilled as default } diff --git a/src/IconProductionQuantityLimitsRounded.tsx b/src/IconProductionQuantityLimitsRounded.tsx index a1baca4a7..7f2ceb27f 100644 --- a/src/IconProductionQuantityLimitsRounded.tsx +++ b/src/IconProductionQuantityLimitsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsRounded: React.FC = ({ +export const IconProductionQuantityLimitsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProductionQuantityLimitsRounded: React.FC = ({ ) - -export { IconProductionQuantityLimitsRounded as default } diff --git a/src/IconProductionQuantityLimitsRoundedFilled.tsx b/src/IconProductionQuantityLimitsRoundedFilled.tsx index a56b9a1ca..992440175 100644 --- a/src/IconProductionQuantityLimitsRoundedFilled.tsx +++ b/src/IconProductionQuantityLimitsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsRoundedFilled: React.FC = ({ +export const IconProductionQuantityLimitsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProductionQuantityLimitsRoundedFilled: React.FC = ({ ) - -export { IconProductionQuantityLimitsRoundedFilled as default } diff --git a/src/IconProductionQuantityLimitsSharp.tsx b/src/IconProductionQuantityLimitsSharp.tsx index 2725b7e70..9c9ddaa72 100644 --- a/src/IconProductionQuantityLimitsSharp.tsx +++ b/src/IconProductionQuantityLimitsSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsSharp: React.FC = ({ +export const IconProductionQuantityLimitsSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProductionQuantityLimitsSharp: React.FC = ({ ) - -export { IconProductionQuantityLimitsSharp as default } diff --git a/src/IconProductionQuantityLimitsSharpFilled.tsx b/src/IconProductionQuantityLimitsSharpFilled.tsx index d6ece8202..b5ce230ce 100644 --- a/src/IconProductionQuantityLimitsSharpFilled.tsx +++ b/src/IconProductionQuantityLimitsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProductionQuantityLimitsSharpFilled: React.FC = ({ +export const IconProductionQuantityLimitsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProductionQuantityLimitsSharpFilled: React.FC = ({ ) - -export { IconProductionQuantityLimitsSharpFilled as default } diff --git a/src/IconProductivityOutlined.tsx b/src/IconProductivityOutlined.tsx index 7413cd1b9..f024432d4 100644 --- a/src/IconProductivityOutlined.tsx +++ b/src/IconProductivityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProductivityOutlined: React.FC = ({ ...props }) => ( +export const IconProductivityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProductivityOutlined as default } diff --git a/src/IconProductivityOutlinedFilled.tsx b/src/IconProductivityOutlinedFilled.tsx index 79e436fe5..2eb5b658e 100644 --- a/src/IconProductivityOutlinedFilled.tsx +++ b/src/IconProductivityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProductivityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconProductivityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProductivityOutlinedFilled as default } diff --git a/src/IconProductivityRounded.tsx b/src/IconProductivityRounded.tsx index 5ebc4a257..dd52be04b 100644 --- a/src/IconProductivityRounded.tsx +++ b/src/IconProductivityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProductivityRounded: React.FC = ({ ...props }) => ( +export const IconProductivityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProductivityRounded as default } diff --git a/src/IconProductivityRoundedFilled.tsx b/src/IconProductivityRoundedFilled.tsx index 5b0efba4e..75274fa56 100644 --- a/src/IconProductivityRoundedFilled.tsx +++ b/src/IconProductivityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProductivityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconProductivityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProductivityRoundedFilled as default } diff --git a/src/IconProductivitySharp.tsx b/src/IconProductivitySharp.tsx index f816ebe85..03c6c69c8 100644 --- a/src/IconProductivitySharp.tsx +++ b/src/IconProductivitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconProductivitySharp: React.FC = ({ ...props }) => ( +export const IconProductivitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconProductivitySharp as default } diff --git a/src/IconProductivitySharpFilled.tsx b/src/IconProductivitySharpFilled.tsx index 64949cd2a..407107f96 100644 --- a/src/IconProductivitySharpFilled.tsx +++ b/src/IconProductivitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProductivitySharpFilled: React.FC = ({ ...props }) => ( +export const IconProductivitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProductivitySharpFilled as default } diff --git a/src/IconProgressActivityOutlined.tsx b/src/IconProgressActivityOutlined.tsx index f368ad4f7..edee1e18a 100644 --- a/src/IconProgressActivityOutlined.tsx +++ b/src/IconProgressActivityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivityOutlined: React.FC = ({ ...props }) => ( +export const IconProgressActivityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProgressActivityOutlined as default } diff --git a/src/IconProgressActivityOutlinedFilled.tsx b/src/IconProgressActivityOutlinedFilled.tsx index fe0f6aa47..4f6626960 100644 --- a/src/IconProgressActivityOutlinedFilled.tsx +++ b/src/IconProgressActivityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivityOutlinedFilled: React.FC = ({ +export const IconProgressActivityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProgressActivityOutlinedFilled: React.FC = ({ ) - -export { IconProgressActivityOutlinedFilled as default } diff --git a/src/IconProgressActivityRounded.tsx b/src/IconProgressActivityRounded.tsx index c0d06c979..4680fff22 100644 --- a/src/IconProgressActivityRounded.tsx +++ b/src/IconProgressActivityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivityRounded: React.FC = ({ ...props }) => ( +export const IconProgressActivityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProgressActivityRounded as default } diff --git a/src/IconProgressActivityRoundedFilled.tsx b/src/IconProgressActivityRoundedFilled.tsx index 391d25c76..cf5cbea9c 100644 --- a/src/IconProgressActivityRoundedFilled.tsx +++ b/src/IconProgressActivityRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivityRoundedFilled: React.FC = ({ +export const IconProgressActivityRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconProgressActivityRoundedFilled: React.FC = ({ ) - -export { IconProgressActivityRoundedFilled as default } diff --git a/src/IconProgressActivitySharp.tsx b/src/IconProgressActivitySharp.tsx index 01f97477a..de86472dc 100644 --- a/src/IconProgressActivitySharp.tsx +++ b/src/IconProgressActivitySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivitySharp: React.FC = ({ ...props }) => ( +export const IconProgressActivitySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProgressActivitySharp as default } diff --git a/src/IconProgressActivitySharpFilled.tsx b/src/IconProgressActivitySharpFilled.tsx index e105080c4..f4a320085 100644 --- a/src/IconProgressActivitySharpFilled.tsx +++ b/src/IconProgressActivitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconProgressActivitySharpFilled: React.FC = ({ ...props }) => ( +export const IconProgressActivitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconProgressActivitySharpFilled as default } diff --git a/src/IconPromptSuggestionOutlined.tsx b/src/IconPromptSuggestionOutlined.tsx index b28adec38..25065383d 100644 --- a/src/IconPromptSuggestionOutlined.tsx +++ b/src/IconPromptSuggestionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionOutlined: React.FC = ({ ...props }) => ( +export const IconPromptSuggestionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPromptSuggestionOutlined as default } diff --git a/src/IconPromptSuggestionOutlinedFilled.tsx b/src/IconPromptSuggestionOutlinedFilled.tsx index d43e29cc1..b9325c2b8 100644 --- a/src/IconPromptSuggestionOutlinedFilled.tsx +++ b/src/IconPromptSuggestionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionOutlinedFilled: React.FC = ({ +export const IconPromptSuggestionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPromptSuggestionOutlinedFilled: React.FC = ({ ) - -export { IconPromptSuggestionOutlinedFilled as default } diff --git a/src/IconPromptSuggestionRounded.tsx b/src/IconPromptSuggestionRounded.tsx index b8b8ec073..cf9fa086a 100644 --- a/src/IconPromptSuggestionRounded.tsx +++ b/src/IconPromptSuggestionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionRounded: React.FC = ({ ...props }) => ( +export const IconPromptSuggestionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPromptSuggestionRounded as default } diff --git a/src/IconPromptSuggestionRoundedFilled.tsx b/src/IconPromptSuggestionRoundedFilled.tsx index d7a366f30..1dd76641d 100644 --- a/src/IconPromptSuggestionRoundedFilled.tsx +++ b/src/IconPromptSuggestionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionRoundedFilled: React.FC = ({ +export const IconPromptSuggestionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPromptSuggestionRoundedFilled: React.FC = ({ ) - -export { IconPromptSuggestionRoundedFilled as default } diff --git a/src/IconPromptSuggestionSharp.tsx b/src/IconPromptSuggestionSharp.tsx index fb147e935..0ac8f3fee 100644 --- a/src/IconPromptSuggestionSharp.tsx +++ b/src/IconPromptSuggestionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionSharp: React.FC = ({ ...props }) => ( +export const IconPromptSuggestionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPromptSuggestionSharp as default } diff --git a/src/IconPromptSuggestionSharpFilled.tsx b/src/IconPromptSuggestionSharpFilled.tsx index 3d29eaee1..663737eb4 100644 --- a/src/IconPromptSuggestionSharpFilled.tsx +++ b/src/IconPromptSuggestionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPromptSuggestionSharpFilled: React.FC = ({ ...props }) => ( +export const IconPromptSuggestionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPromptSuggestionSharpFilled as default } diff --git a/src/IconPropaneOutlined.tsx b/src/IconPropaneOutlined.tsx index cf9b7bbdc..479f22f3b 100644 --- a/src/IconPropaneOutlined.tsx +++ b/src/IconPropaneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneOutlined: React.FC = ({ ...props }) => ( +export const IconPropaneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneOutlined as default } diff --git a/src/IconPropaneOutlinedFilled.tsx b/src/IconPropaneOutlinedFilled.tsx index c9218705d..5669328d2 100644 --- a/src/IconPropaneOutlinedFilled.tsx +++ b/src/IconPropaneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPropaneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPropaneOutlinedFilled as default } diff --git a/src/IconPropaneRounded.tsx b/src/IconPropaneRounded.tsx index 61bb206cb..d347663d6 100644 --- a/src/IconPropaneRounded.tsx +++ b/src/IconPropaneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneRounded: React.FC = ({ ...props }) => ( +export const IconPropaneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneRounded as default } diff --git a/src/IconPropaneRoundedFilled.tsx b/src/IconPropaneRoundedFilled.tsx index 43482e502..66bad3774 100644 --- a/src/IconPropaneRoundedFilled.tsx +++ b/src/IconPropaneRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPropaneRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneRoundedFilled as default } diff --git a/src/IconPropaneSharp.tsx b/src/IconPropaneSharp.tsx index 6a6d1189b..9d6c43f1b 100644 --- a/src/IconPropaneSharp.tsx +++ b/src/IconPropaneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneSharp: React.FC = ({ ...props }) => ( +export const IconPropaneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneSharp as default } diff --git a/src/IconPropaneSharpFilled.tsx b/src/IconPropaneSharpFilled.tsx index f5a202085..a9078640a 100644 --- a/src/IconPropaneSharpFilled.tsx +++ b/src/IconPropaneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneSharpFilled: React.FC = ({ ...props }) => ( +export const IconPropaneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneSharpFilled as default } diff --git a/src/IconPropaneTankOutlined.tsx b/src/IconPropaneTankOutlined.tsx index 51de301fa..27af6ef37 100644 --- a/src/IconPropaneTankOutlined.tsx +++ b/src/IconPropaneTankOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankOutlined: React.FC = ({ ...props }) => ( +export const IconPropaneTankOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneTankOutlined as default } diff --git a/src/IconPropaneTankOutlinedFilled.tsx b/src/IconPropaneTankOutlinedFilled.tsx index abc3f12af..ee30f581d 100644 --- a/src/IconPropaneTankOutlinedFilled.tsx +++ b/src/IconPropaneTankOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPropaneTankOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPropaneTankOutlinedFilled as default } diff --git a/src/IconPropaneTankRounded.tsx b/src/IconPropaneTankRounded.tsx index f556c6591..1b1ca26a4 100644 --- a/src/IconPropaneTankRounded.tsx +++ b/src/IconPropaneTankRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankRounded: React.FC = ({ ...props }) => ( +export const IconPropaneTankRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneTankRounded as default } diff --git a/src/IconPropaneTankRoundedFilled.tsx b/src/IconPropaneTankRoundedFilled.tsx index 1b819be1d..fbac7e413 100644 --- a/src/IconPropaneTankRoundedFilled.tsx +++ b/src/IconPropaneTankRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPropaneTankRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPropaneTankRoundedFilled as default } diff --git a/src/IconPropaneTankSharp.tsx b/src/IconPropaneTankSharp.tsx index cfe57c2b6..a9e78e440 100644 --- a/src/IconPropaneTankSharp.tsx +++ b/src/IconPropaneTankSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankSharp: React.FC = ({ ...props }) => ( +export const IconPropaneTankSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPropaneTankSharp as default } diff --git a/src/IconPropaneTankSharpFilled.tsx b/src/IconPropaneTankSharpFilled.tsx index 12fc99505..d845be7ea 100644 --- a/src/IconPropaneTankSharpFilled.tsx +++ b/src/IconPropaneTankSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPropaneTankSharpFilled: React.FC = ({ ...props }) => ( +export const IconPropaneTankSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPropaneTankSharpFilled as default } diff --git a/src/IconPsychiatryOutlined.tsx b/src/IconPsychiatryOutlined.tsx index 4354c8274..510fe12c7 100644 --- a/src/IconPsychiatryOutlined.tsx +++ b/src/IconPsychiatryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatryOutlined: React.FC = ({ ...props }) => ( +export const IconPsychiatryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychiatryOutlined as default } diff --git a/src/IconPsychiatryOutlinedFilled.tsx b/src/IconPsychiatryOutlinedFilled.tsx index 129e53de0..f452a4c88 100644 --- a/src/IconPsychiatryOutlinedFilled.tsx +++ b/src/IconPsychiatryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPsychiatryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychiatryOutlinedFilled as default } diff --git a/src/IconPsychiatryRounded.tsx b/src/IconPsychiatryRounded.tsx index 220c4529e..3c4c94d82 100644 --- a/src/IconPsychiatryRounded.tsx +++ b/src/IconPsychiatryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatryRounded: React.FC = ({ ...props }) => ( +export const IconPsychiatryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychiatryRounded as default } diff --git a/src/IconPsychiatryRoundedFilled.tsx b/src/IconPsychiatryRoundedFilled.tsx index 86343a100..19e6aab7e 100644 --- a/src/IconPsychiatryRoundedFilled.tsx +++ b/src/IconPsychiatryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPsychiatryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychiatryRoundedFilled as default } diff --git a/src/IconPsychiatrySharp.tsx b/src/IconPsychiatrySharp.tsx index 0bce3f269..de61e23e5 100644 --- a/src/IconPsychiatrySharp.tsx +++ b/src/IconPsychiatrySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatrySharp: React.FC = ({ ...props }) => ( +export const IconPsychiatrySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychiatrySharp as default } diff --git a/src/IconPsychiatrySharpFilled.tsx b/src/IconPsychiatrySharpFilled.tsx index 7dbb6a3d7..c8cb00678 100644 --- a/src/IconPsychiatrySharpFilled.tsx +++ b/src/IconPsychiatrySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychiatrySharpFilled: React.FC = ({ ...props }) => ( +export const IconPsychiatrySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychiatrySharpFilled as default } diff --git a/src/IconPsychologyAltOutlined.tsx b/src/IconPsychologyAltOutlined.tsx index 4a3e7346b..aa752774d 100644 --- a/src/IconPsychologyAltOutlined.tsx +++ b/src/IconPsychologyAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltOutlined: React.FC = ({ ...props }) => ( +export const IconPsychologyAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltOutlined as default } diff --git a/src/IconPsychologyAltOutlinedFilled.tsx b/src/IconPsychologyAltOutlinedFilled.tsx index 7c5150634..17f0a0cf5 100644 --- a/src/IconPsychologyAltOutlinedFilled.tsx +++ b/src/IconPsychologyAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPsychologyAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltOutlinedFilled as default } diff --git a/src/IconPsychologyAltRounded.tsx b/src/IconPsychologyAltRounded.tsx index b50751109..2674707ab 100644 --- a/src/IconPsychologyAltRounded.tsx +++ b/src/IconPsychologyAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltRounded: React.FC = ({ ...props }) => ( +export const IconPsychologyAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltRounded as default } diff --git a/src/IconPsychologyAltRoundedFilled.tsx b/src/IconPsychologyAltRoundedFilled.tsx index 08a822d64..d7fa42308 100644 --- a/src/IconPsychologyAltRoundedFilled.tsx +++ b/src/IconPsychologyAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPsychologyAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltRoundedFilled as default } diff --git a/src/IconPsychologyAltSharp.tsx b/src/IconPsychologyAltSharp.tsx index 29602160e..78994c8e5 100644 --- a/src/IconPsychologyAltSharp.tsx +++ b/src/IconPsychologyAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltSharp: React.FC = ({ ...props }) => ( +export const IconPsychologyAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltSharp as default } diff --git a/src/IconPsychologyAltSharpFilled.tsx b/src/IconPsychologyAltSharpFilled.tsx index 599f0eb00..e2b60e898 100644 --- a/src/IconPsychologyAltSharpFilled.tsx +++ b/src/IconPsychologyAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconPsychologyAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyAltSharpFilled as default } diff --git a/src/IconPsychologyOutlined.tsx b/src/IconPsychologyOutlined.tsx index 0dbf18429..2cf97f0f5 100644 --- a/src/IconPsychologyOutlined.tsx +++ b/src/IconPsychologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyOutlined: React.FC = ({ ...props }) => ( +export const IconPsychologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychologyOutlined as default } diff --git a/src/IconPsychologyOutlinedFilled.tsx b/src/IconPsychologyOutlinedFilled.tsx index cf2f9fa8f..fbef74a58 100644 --- a/src/IconPsychologyOutlinedFilled.tsx +++ b/src/IconPsychologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPsychologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyOutlinedFilled as default } diff --git a/src/IconPsychologyRounded.tsx b/src/IconPsychologyRounded.tsx index 6d075c69c..684ca53cc 100644 --- a/src/IconPsychologyRounded.tsx +++ b/src/IconPsychologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyRounded: React.FC = ({ ...props }) => ( +export const IconPsychologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychologyRounded as default } diff --git a/src/IconPsychologyRoundedFilled.tsx b/src/IconPsychologyRoundedFilled.tsx index 4313ebcad..b2e3a7b7a 100644 --- a/src/IconPsychologyRoundedFilled.tsx +++ b/src/IconPsychologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPsychologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologyRoundedFilled as default } diff --git a/src/IconPsychologySharp.tsx b/src/IconPsychologySharp.tsx index ab1d685df..3fce8a536 100644 --- a/src/IconPsychologySharp.tsx +++ b/src/IconPsychologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologySharp: React.FC = ({ ...props }) => ( +export const IconPsychologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPsychologySharp as default } diff --git a/src/IconPsychologySharpFilled.tsx b/src/IconPsychologySharpFilled.tsx index 46f1d145f..0dcfab71a 100644 --- a/src/IconPsychologySharpFilled.tsx +++ b/src/IconPsychologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPsychologySharpFilled: React.FC = ({ ...props }) => ( +export const IconPsychologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPsychologySharpFilled as default } diff --git a/src/IconPublicOffOutlined.tsx b/src/IconPublicOffOutlined.tsx index e257d64b6..6cdaa7307 100644 --- a/src/IconPublicOffOutlined.tsx +++ b/src/IconPublicOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffOutlined: React.FC = ({ ...props }) => ( +export const IconPublicOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOffOutlined as default } diff --git a/src/IconPublicOffOutlinedFilled.tsx b/src/IconPublicOffOutlinedFilled.tsx index 6af27311c..19f87f34b 100644 --- a/src/IconPublicOffOutlinedFilled.tsx +++ b/src/IconPublicOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPublicOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPublicOffOutlinedFilled as default } diff --git a/src/IconPublicOffRounded.tsx b/src/IconPublicOffRounded.tsx index d8d2c7bb6..dd0a34120 100644 --- a/src/IconPublicOffRounded.tsx +++ b/src/IconPublicOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffRounded: React.FC = ({ ...props }) => ( +export const IconPublicOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOffRounded as default } diff --git a/src/IconPublicOffRoundedFilled.tsx b/src/IconPublicOffRoundedFilled.tsx index f96e2d6cb..55db592d6 100644 --- a/src/IconPublicOffRoundedFilled.tsx +++ b/src/IconPublicOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPublicOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPublicOffRoundedFilled as default } diff --git a/src/IconPublicOffSharp.tsx b/src/IconPublicOffSharp.tsx index d3fce56de..91bdd79ca 100644 --- a/src/IconPublicOffSharp.tsx +++ b/src/IconPublicOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffSharp: React.FC = ({ ...props }) => ( +export const IconPublicOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOffSharp as default } diff --git a/src/IconPublicOffSharpFilled.tsx b/src/IconPublicOffSharpFilled.tsx index 980b73226..f6310eea9 100644 --- a/src/IconPublicOffSharpFilled.tsx +++ b/src/IconPublicOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconPublicOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOffSharpFilled as default } diff --git a/src/IconPublicOutlined.tsx b/src/IconPublicOutlined.tsx index 78e4b2fdf..ef248c556 100644 --- a/src/IconPublicOutlined.tsx +++ b/src/IconPublicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOutlined: React.FC = ({ ...props }) => ( +export const IconPublicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOutlined as default } diff --git a/src/IconPublicOutlinedFilled.tsx b/src/IconPublicOutlinedFilled.tsx index a5ee4d26f..e02b427df 100644 --- a/src/IconPublicOutlinedFilled.tsx +++ b/src/IconPublicOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPublicOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicOutlinedFilled as default } diff --git a/src/IconPublicRounded.tsx b/src/IconPublicRounded.tsx index 4f93a5bd4..a513967e2 100644 --- a/src/IconPublicRounded.tsx +++ b/src/IconPublicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicRounded: React.FC = ({ ...props }) => ( +export const IconPublicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicRounded as default } diff --git a/src/IconPublicRoundedFilled.tsx b/src/IconPublicRoundedFilled.tsx index a296f2907..0b40e1230 100644 --- a/src/IconPublicRoundedFilled.tsx +++ b/src/IconPublicRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPublicRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicRoundedFilled as default } diff --git a/src/IconPublicSharp.tsx b/src/IconPublicSharp.tsx index e683f0989..6713fa31f 100644 --- a/src/IconPublicSharp.tsx +++ b/src/IconPublicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicSharp: React.FC = ({ ...props }) => ( +export const IconPublicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicSharp as default } diff --git a/src/IconPublicSharpFilled.tsx b/src/IconPublicSharpFilled.tsx index c71ba4955..a50f65672 100644 --- a/src/IconPublicSharpFilled.tsx +++ b/src/IconPublicSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublicSharpFilled: React.FC = ({ ...props }) => ( +export const IconPublicSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublicSharpFilled as default } diff --git a/src/IconPublishOutlined.tsx b/src/IconPublishOutlined.tsx index 5c826b635..7f3440dba 100644 --- a/src/IconPublishOutlined.tsx +++ b/src/IconPublishOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublishOutlined: React.FC = ({ ...props }) => ( +export const IconPublishOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublishOutlined as default } diff --git a/src/IconPublishOutlinedFilled.tsx b/src/IconPublishOutlinedFilled.tsx index 224a483e3..fb05cd369 100644 --- a/src/IconPublishOutlinedFilled.tsx +++ b/src/IconPublishOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPublishOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPublishOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPublishOutlinedFilled as default } diff --git a/src/IconPublishRounded.tsx b/src/IconPublishRounded.tsx index f15384d38..cfd628df3 100644 --- a/src/IconPublishRounded.tsx +++ b/src/IconPublishRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublishRounded: React.FC = ({ ...props }) => ( +export const IconPublishRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublishRounded as default } diff --git a/src/IconPublishRoundedFilled.tsx b/src/IconPublishRoundedFilled.tsx index fe129bde5..e76845e74 100644 --- a/src/IconPublishRoundedFilled.tsx +++ b/src/IconPublishRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublishRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPublishRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublishRoundedFilled as default } diff --git a/src/IconPublishSharp.tsx b/src/IconPublishSharp.tsx index d057ad220..c3f9c8456 100644 --- a/src/IconPublishSharp.tsx +++ b/src/IconPublishSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublishSharp: React.FC = ({ ...props }) => ( +export const IconPublishSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublishSharp as default } diff --git a/src/IconPublishSharpFilled.tsx b/src/IconPublishSharpFilled.tsx index 62952371c..7f6aaa6af 100644 --- a/src/IconPublishSharpFilled.tsx +++ b/src/IconPublishSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPublishSharpFilled: React.FC = ({ ...props }) => ( +export const IconPublishSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPublishSharpFilled as default } diff --git a/src/IconPublishedWithChangesOutlined.tsx b/src/IconPublishedWithChangesOutlined.tsx index d0313ebf2..3f6a2c11e 100644 --- a/src/IconPublishedWithChangesOutlined.tsx +++ b/src/IconPublishedWithChangesOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesOutlined: React.FC = ({ +export const IconPublishedWithChangesOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPublishedWithChangesOutlined: React.FC = ({ ) - -export { IconPublishedWithChangesOutlined as default } diff --git a/src/IconPublishedWithChangesOutlinedFilled.tsx b/src/IconPublishedWithChangesOutlinedFilled.tsx index dc9fd14fd..631d15411 100644 --- a/src/IconPublishedWithChangesOutlinedFilled.tsx +++ b/src/IconPublishedWithChangesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesOutlinedFilled: React.FC = ({ +export const IconPublishedWithChangesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPublishedWithChangesOutlinedFilled: React.FC = ({ ) - -export { IconPublishedWithChangesOutlinedFilled as default } diff --git a/src/IconPublishedWithChangesRounded.tsx b/src/IconPublishedWithChangesRounded.tsx index 15168c79e..3f1520bca 100644 --- a/src/IconPublishedWithChangesRounded.tsx +++ b/src/IconPublishedWithChangesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesRounded: React.FC = ({ ...props }) => ( +export const IconPublishedWithChangesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPublishedWithChangesRounded as default } diff --git a/src/IconPublishedWithChangesRoundedFilled.tsx b/src/IconPublishedWithChangesRoundedFilled.tsx index f01322503..ee3c6dad4 100644 --- a/src/IconPublishedWithChangesRoundedFilled.tsx +++ b/src/IconPublishedWithChangesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesRoundedFilled: React.FC = ({ +export const IconPublishedWithChangesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPublishedWithChangesRoundedFilled: React.FC = ({ ) - -export { IconPublishedWithChangesRoundedFilled as default } diff --git a/src/IconPublishedWithChangesSharp.tsx b/src/IconPublishedWithChangesSharp.tsx index f5267153c..03a4f43ab 100644 --- a/src/IconPublishedWithChangesSharp.tsx +++ b/src/IconPublishedWithChangesSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesSharp: React.FC = ({ ...props }) => ( +export const IconPublishedWithChangesSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPublishedWithChangesSharp as default } diff --git a/src/IconPublishedWithChangesSharpFilled.tsx b/src/IconPublishedWithChangesSharpFilled.tsx index fd61e8f10..a188e3fca 100644 --- a/src/IconPublishedWithChangesSharpFilled.tsx +++ b/src/IconPublishedWithChangesSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconPublishedWithChangesSharpFilled: React.FC = ({ +export const IconPublishedWithChangesSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconPublishedWithChangesSharpFilled: React.FC = ({ ) - -export { IconPublishedWithChangesSharpFilled as default } diff --git a/src/IconPulmonologyOutlined.tsx b/src/IconPulmonologyOutlined.tsx index a6974bba1..9d67fa5d0 100644 --- a/src/IconPulmonologyOutlined.tsx +++ b/src/IconPulmonologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologyOutlined: React.FC = ({ ...props }) => ( +export const IconPulmonologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulmonologyOutlined as default } diff --git a/src/IconPulmonologyOutlinedFilled.tsx b/src/IconPulmonologyOutlinedFilled.tsx index 015c42cea..c34769614 100644 --- a/src/IconPulmonologyOutlinedFilled.tsx +++ b/src/IconPulmonologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPulmonologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulmonologyOutlinedFilled as default } diff --git a/src/IconPulmonologyRounded.tsx b/src/IconPulmonologyRounded.tsx index f2dda76d1..d9d3f32ac 100644 --- a/src/IconPulmonologyRounded.tsx +++ b/src/IconPulmonologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologyRounded: React.FC = ({ ...props }) => ( +export const IconPulmonologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulmonologyRounded as default } diff --git a/src/IconPulmonologyRoundedFilled.tsx b/src/IconPulmonologyRoundedFilled.tsx index 1fe1fb26a..640d28bf1 100644 --- a/src/IconPulmonologyRoundedFilled.tsx +++ b/src/IconPulmonologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPulmonologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulmonologyRoundedFilled as default } diff --git a/src/IconPulmonologySharp.tsx b/src/IconPulmonologySharp.tsx index 2bf741f68..56968fff6 100644 --- a/src/IconPulmonologySharp.tsx +++ b/src/IconPulmonologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologySharp: React.FC = ({ ...props }) => ( +export const IconPulmonologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulmonologySharp as default } diff --git a/src/IconPulmonologySharpFilled.tsx b/src/IconPulmonologySharpFilled.tsx index c870ea770..fe2016c60 100644 --- a/src/IconPulmonologySharpFilled.tsx +++ b/src/IconPulmonologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulmonologySharpFilled: React.FC = ({ ...props }) => ( +export const IconPulmonologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulmonologySharpFilled as default } diff --git a/src/IconPulseAlertOutlined.tsx b/src/IconPulseAlertOutlined.tsx index 4b8cb18e0..844670e37 100644 --- a/src/IconPulseAlertOutlined.tsx +++ b/src/IconPulseAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertOutlined: React.FC = ({ ...props }) => ( +export const IconPulseAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulseAlertOutlined as default } diff --git a/src/IconPulseAlertOutlinedFilled.tsx b/src/IconPulseAlertOutlinedFilled.tsx index 0c5f343d8..a9149e874 100644 --- a/src/IconPulseAlertOutlinedFilled.tsx +++ b/src/IconPulseAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPulseAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulseAlertOutlinedFilled as default } diff --git a/src/IconPulseAlertRounded.tsx b/src/IconPulseAlertRounded.tsx index 4a71b2d0e..68ca7694a 100644 --- a/src/IconPulseAlertRounded.tsx +++ b/src/IconPulseAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertRounded: React.FC = ({ ...props }) => ( +export const IconPulseAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulseAlertRounded as default } diff --git a/src/IconPulseAlertRoundedFilled.tsx b/src/IconPulseAlertRoundedFilled.tsx index 040cc8fc0..71adab3c7 100644 --- a/src/IconPulseAlertRoundedFilled.tsx +++ b/src/IconPulseAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPulseAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulseAlertRoundedFilled as default } diff --git a/src/IconPulseAlertSharp.tsx b/src/IconPulseAlertSharp.tsx index b8d76842a..a5a102c27 100644 --- a/src/IconPulseAlertSharp.tsx +++ b/src/IconPulseAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertSharp: React.FC = ({ ...props }) => ( +export const IconPulseAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPulseAlertSharp as default } diff --git a/src/IconPulseAlertSharpFilled.tsx b/src/IconPulseAlertSharpFilled.tsx index 9a187c36d..ea0d1778f 100644 --- a/src/IconPulseAlertSharpFilled.tsx +++ b/src/IconPulseAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPulseAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconPulseAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPulseAlertSharpFilled as default } diff --git a/src/IconPunchClockOutlined.tsx b/src/IconPunchClockOutlined.tsx index 16a207d1e..ccd6de956 100644 --- a/src/IconPunchClockOutlined.tsx +++ b/src/IconPunchClockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockOutlined: React.FC = ({ ...props }) => ( +export const IconPunchClockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPunchClockOutlined as default } diff --git a/src/IconPunchClockOutlinedFilled.tsx b/src/IconPunchClockOutlinedFilled.tsx index e5cf39620..eaddb0d84 100644 --- a/src/IconPunchClockOutlinedFilled.tsx +++ b/src/IconPunchClockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconPunchClockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPunchClockOutlinedFilled as default } diff --git a/src/IconPunchClockRounded.tsx b/src/IconPunchClockRounded.tsx index 8a62dde22..ad0ca03ce 100644 --- a/src/IconPunchClockRounded.tsx +++ b/src/IconPunchClockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockRounded: React.FC = ({ ...props }) => ( +export const IconPunchClockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPunchClockRounded as default } diff --git a/src/IconPunchClockRoundedFilled.tsx b/src/IconPunchClockRoundedFilled.tsx index 3296fd784..2662b8e6f 100644 --- a/src/IconPunchClockRoundedFilled.tsx +++ b/src/IconPunchClockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconPunchClockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPunchClockRoundedFilled as default } diff --git a/src/IconPunchClockSharp.tsx b/src/IconPunchClockSharp.tsx index a9ea4f0fd..b5e78870d 100644 --- a/src/IconPunchClockSharp.tsx +++ b/src/IconPunchClockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockSharp: React.FC = ({ ...props }) => ( +export const IconPunchClockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconPunchClockSharp as default } diff --git a/src/IconPunchClockSharpFilled.tsx b/src/IconPunchClockSharpFilled.tsx index 0bc875594..6585ee723 100644 --- a/src/IconPunchClockSharpFilled.tsx +++ b/src/IconPunchClockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconPunchClockSharpFilled: React.FC = ({ ...props }) => ( +export const IconPunchClockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconPunchClockSharpFilled as default } diff --git a/src/IconQrCode2AddOutlined.tsx b/src/IconQrCode2AddOutlined.tsx index c00106175..27d2906bf 100644 --- a/src/IconQrCode2AddOutlined.tsx +++ b/src/IconQrCode2AddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddOutlined: React.FC = ({ ...props }) => ( +export const IconQrCode2AddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddOutlined as default } diff --git a/src/IconQrCode2AddOutlinedFilled.tsx b/src/IconQrCode2AddOutlinedFilled.tsx index 9aa0a2c4f..8e8581dda 100644 --- a/src/IconQrCode2AddOutlinedFilled.tsx +++ b/src/IconQrCode2AddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2AddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddOutlinedFilled as default } diff --git a/src/IconQrCode2AddRounded.tsx b/src/IconQrCode2AddRounded.tsx index f532e7cb2..6b7fdeead 100644 --- a/src/IconQrCode2AddRounded.tsx +++ b/src/IconQrCode2AddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddRounded: React.FC = ({ ...props }) => ( +export const IconQrCode2AddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddRounded as default } diff --git a/src/IconQrCode2AddRoundedFilled.tsx b/src/IconQrCode2AddRoundedFilled.tsx index 89985686e..cd5167778 100644 --- a/src/IconQrCode2AddRoundedFilled.tsx +++ b/src/IconQrCode2AddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2AddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddRoundedFilled as default } diff --git a/src/IconQrCode2AddSharp.tsx b/src/IconQrCode2AddSharp.tsx index 7abb94ca1..8eb04db2c 100644 --- a/src/IconQrCode2AddSharp.tsx +++ b/src/IconQrCode2AddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddSharp: React.FC = ({ ...props }) => ( +export const IconQrCode2AddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddSharp as default } diff --git a/src/IconQrCode2AddSharpFilled.tsx b/src/IconQrCode2AddSharpFilled.tsx index 3735cd0c9..b50b7f696 100644 --- a/src/IconQrCode2AddSharpFilled.tsx +++ b/src/IconQrCode2AddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2AddSharpFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2AddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCode2AddSharpFilled as default } diff --git a/src/IconQrCode2Outlined.tsx b/src/IconQrCode2Outlined.tsx index 7c24f0b18..e967024da 100644 --- a/src/IconQrCode2Outlined.tsx +++ b/src/IconQrCode2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2Outlined: React.FC = ({ ...props }) => ( +export const IconQrCode2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2Outlined as default } diff --git a/src/IconQrCode2OutlinedFilled.tsx b/src/IconQrCode2OutlinedFilled.tsx index d470d2a16..919ddf331 100644 --- a/src/IconQrCode2OutlinedFilled.tsx +++ b/src/IconQrCode2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCode2OutlinedFilled as default } diff --git a/src/IconQrCode2Rounded.tsx b/src/IconQrCode2Rounded.tsx index 692729d91..483dc20f8 100644 --- a/src/IconQrCode2Rounded.tsx +++ b/src/IconQrCode2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2Rounded: React.FC = ({ ...props }) => ( +export const IconQrCode2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2Rounded as default } diff --git a/src/IconQrCode2RoundedFilled.tsx b/src/IconQrCode2RoundedFilled.tsx index 235e48ee2..fbd27500c 100644 --- a/src/IconQrCode2RoundedFilled.tsx +++ b/src/IconQrCode2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2RoundedFilled as default } diff --git a/src/IconQrCode2Sharp.tsx b/src/IconQrCode2Sharp.tsx index e6d899563..54b5c2e3e 100644 --- a/src/IconQrCode2Sharp.tsx +++ b/src/IconQrCode2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2Sharp: React.FC = ({ ...props }) => ( +export const IconQrCode2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2Sharp as default } diff --git a/src/IconQrCode2SharpFilled.tsx b/src/IconQrCode2SharpFilled.tsx index 3502e4746..75358ce01 100644 --- a/src/IconQrCode2SharpFilled.tsx +++ b/src/IconQrCode2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCode2SharpFilled: React.FC = ({ ...props }) => ( +export const IconQrCode2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCode2SharpFilled as default } diff --git a/src/IconQrCodeOutlined.tsx b/src/IconQrCodeOutlined.tsx index 78f63cab9..d41aaecd7 100644 --- a/src/IconQrCodeOutlined.tsx +++ b/src/IconQrCodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeOutlined: React.FC = ({ ...props }) => ( +export const IconQrCodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeOutlined as default } diff --git a/src/IconQrCodeOutlinedFilled.tsx b/src/IconQrCodeOutlinedFilled.tsx index d6644ccdc..06bb4232d 100644 --- a/src/IconQrCodeOutlinedFilled.tsx +++ b/src/IconQrCodeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeOutlinedFilled as default } diff --git a/src/IconQrCodeRounded.tsx b/src/IconQrCodeRounded.tsx index d8d6904cb..5ee0dd93d 100644 --- a/src/IconQrCodeRounded.tsx +++ b/src/IconQrCodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeRounded: React.FC = ({ ...props }) => ( +export const IconQrCodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeRounded as default } diff --git a/src/IconQrCodeRoundedFilled.tsx b/src/IconQrCodeRoundedFilled.tsx index 1c55d1cfb..692239372 100644 --- a/src/IconQrCodeRoundedFilled.tsx +++ b/src/IconQrCodeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeRoundedFilled as default } diff --git a/src/IconQrCodeScannerOutlined.tsx b/src/IconQrCodeScannerOutlined.tsx index 3fa44c991..e46480f19 100644 --- a/src/IconQrCodeScannerOutlined.tsx +++ b/src/IconQrCodeScannerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerOutlined: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerOutlined as default } diff --git a/src/IconQrCodeScannerOutlinedFilled.tsx b/src/IconQrCodeScannerOutlinedFilled.tsx index d41ce5402..03a672fbe 100644 --- a/src/IconQrCodeScannerOutlinedFilled.tsx +++ b/src/IconQrCodeScannerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerOutlinedFilled as default } diff --git a/src/IconQrCodeScannerRounded.tsx b/src/IconQrCodeScannerRounded.tsx index 0914ebd9c..2008d8741 100644 --- a/src/IconQrCodeScannerRounded.tsx +++ b/src/IconQrCodeScannerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerRounded: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerRounded as default } diff --git a/src/IconQrCodeScannerRoundedFilled.tsx b/src/IconQrCodeScannerRoundedFilled.tsx index 20f970b57..3b7382084 100644 --- a/src/IconQrCodeScannerRoundedFilled.tsx +++ b/src/IconQrCodeScannerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerRoundedFilled as default } diff --git a/src/IconQrCodeScannerSharp.tsx b/src/IconQrCodeScannerSharp.tsx index f9faa9db8..3f6e7138e 100644 --- a/src/IconQrCodeScannerSharp.tsx +++ b/src/IconQrCodeScannerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerSharp: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerSharp as default } diff --git a/src/IconQrCodeScannerSharpFilled.tsx b/src/IconQrCodeScannerSharpFilled.tsx index f621f0673..b83fe1ef3 100644 --- a/src/IconQrCodeScannerSharpFilled.tsx +++ b/src/IconQrCodeScannerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeScannerSharpFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeScannerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQrCodeScannerSharpFilled as default } diff --git a/src/IconQrCodeSharp.tsx b/src/IconQrCodeSharp.tsx index 6345b3964..1d828d537 100644 --- a/src/IconQrCodeSharp.tsx +++ b/src/IconQrCodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeSharp: React.FC = ({ ...props }) => ( +export const IconQrCodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeSharp as default } diff --git a/src/IconQrCodeSharpFilled.tsx b/src/IconQrCodeSharpFilled.tsx index a775d2015..bba224939 100644 --- a/src/IconQrCodeSharpFilled.tsx +++ b/src/IconQrCodeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQrCodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconQrCodeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQrCodeSharpFilled as default } diff --git a/src/IconQueryStatsOutlined.tsx b/src/IconQueryStatsOutlined.tsx index c480b89db..829768b67 100644 --- a/src/IconQueryStatsOutlined.tsx +++ b/src/IconQueryStatsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsOutlined: React.FC = ({ ...props }) => ( +export const IconQueryStatsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueryStatsOutlined as default } diff --git a/src/IconQueryStatsOutlinedFilled.tsx b/src/IconQueryStatsOutlinedFilled.tsx index 2460e0567..a23db196b 100644 --- a/src/IconQueryStatsOutlinedFilled.tsx +++ b/src/IconQueryStatsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQueryStatsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueryStatsOutlinedFilled as default } diff --git a/src/IconQueryStatsRounded.tsx b/src/IconQueryStatsRounded.tsx index e3ca0e13c..be0837f7e 100644 --- a/src/IconQueryStatsRounded.tsx +++ b/src/IconQueryStatsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsRounded: React.FC = ({ ...props }) => ( +export const IconQueryStatsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueryStatsRounded as default } diff --git a/src/IconQueryStatsRoundedFilled.tsx b/src/IconQueryStatsRoundedFilled.tsx index 72799de3f..8956cae84 100644 --- a/src/IconQueryStatsRoundedFilled.tsx +++ b/src/IconQueryStatsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQueryStatsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueryStatsRoundedFilled as default } diff --git a/src/IconQueryStatsSharp.tsx b/src/IconQueryStatsSharp.tsx index 4ef704feb..f03b9beb7 100644 --- a/src/IconQueryStatsSharp.tsx +++ b/src/IconQueryStatsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsSharp: React.FC = ({ ...props }) => ( +export const IconQueryStatsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueryStatsSharp as default } diff --git a/src/IconQueryStatsSharpFilled.tsx b/src/IconQueryStatsSharpFilled.tsx index c3430ce1e..e69abbcf7 100644 --- a/src/IconQueryStatsSharpFilled.tsx +++ b/src/IconQueryStatsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueryStatsSharpFilled: React.FC = ({ ...props }) => ( +export const IconQueryStatsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueryStatsSharpFilled as default } diff --git a/src/IconQuestionExchangeOutlined.tsx b/src/IconQuestionExchangeOutlined.tsx index 67558d9b3..6e2e3afe9 100644 --- a/src/IconQuestionExchangeOutlined.tsx +++ b/src/IconQuestionExchangeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeOutlined: React.FC = ({ ...props }) => ( +export const IconQuestionExchangeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionExchangeOutlined as default } diff --git a/src/IconQuestionExchangeOutlinedFilled.tsx b/src/IconQuestionExchangeOutlinedFilled.tsx index 46f543f67..e316c3a35 100644 --- a/src/IconQuestionExchangeOutlinedFilled.tsx +++ b/src/IconQuestionExchangeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeOutlinedFilled: React.FC = ({ +export const IconQuestionExchangeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuestionExchangeOutlinedFilled: React.FC = ({ ) - -export { IconQuestionExchangeOutlinedFilled as default } diff --git a/src/IconQuestionExchangeRounded.tsx b/src/IconQuestionExchangeRounded.tsx index fe2010f98..13a469545 100644 --- a/src/IconQuestionExchangeRounded.tsx +++ b/src/IconQuestionExchangeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeRounded: React.FC = ({ ...props }) => ( +export const IconQuestionExchangeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionExchangeRounded as default } diff --git a/src/IconQuestionExchangeRoundedFilled.tsx b/src/IconQuestionExchangeRoundedFilled.tsx index 666de2590..e2aed4f2f 100644 --- a/src/IconQuestionExchangeRoundedFilled.tsx +++ b/src/IconQuestionExchangeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeRoundedFilled: React.FC = ({ +export const IconQuestionExchangeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuestionExchangeRoundedFilled: React.FC = ({ ) - -export { IconQuestionExchangeRoundedFilled as default } diff --git a/src/IconQuestionExchangeSharp.tsx b/src/IconQuestionExchangeSharp.tsx index 7f893f902..b3e6a20ee 100644 --- a/src/IconQuestionExchangeSharp.tsx +++ b/src/IconQuestionExchangeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeSharp: React.FC = ({ ...props }) => ( +export const IconQuestionExchangeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionExchangeSharp as default } diff --git a/src/IconQuestionExchangeSharpFilled.tsx b/src/IconQuestionExchangeSharpFilled.tsx index 2160e5bc6..9a2899b92 100644 --- a/src/IconQuestionExchangeSharpFilled.tsx +++ b/src/IconQuestionExchangeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionExchangeSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuestionExchangeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionExchangeSharpFilled as default } diff --git a/src/IconQuestionMarkOutlined.tsx b/src/IconQuestionMarkOutlined.tsx index e30d4181f..cb617ecc8 100644 --- a/src/IconQuestionMarkOutlined.tsx +++ b/src/IconQuestionMarkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkOutlined: React.FC = ({ ...props }) => ( +export const IconQuestionMarkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkOutlined as default } diff --git a/src/IconQuestionMarkOutlinedFilled.tsx b/src/IconQuestionMarkOutlinedFilled.tsx index 180528ad3..61d37274a 100644 --- a/src/IconQuestionMarkOutlinedFilled.tsx +++ b/src/IconQuestionMarkOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQuestionMarkOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkOutlinedFilled as default } diff --git a/src/IconQuestionMarkRounded.tsx b/src/IconQuestionMarkRounded.tsx index 85d6cb501..51ecbca39 100644 --- a/src/IconQuestionMarkRounded.tsx +++ b/src/IconQuestionMarkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkRounded: React.FC = ({ ...props }) => ( +export const IconQuestionMarkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkRounded as default } diff --git a/src/IconQuestionMarkRoundedFilled.tsx b/src/IconQuestionMarkRoundedFilled.tsx index 35e58a727..00aa86c3f 100644 --- a/src/IconQuestionMarkRoundedFilled.tsx +++ b/src/IconQuestionMarkRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuestionMarkRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkRoundedFilled as default } diff --git a/src/IconQuestionMarkSharp.tsx b/src/IconQuestionMarkSharp.tsx index f81742927..e41ba8c45 100644 --- a/src/IconQuestionMarkSharp.tsx +++ b/src/IconQuestionMarkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkSharp: React.FC = ({ ...props }) => ( +export const IconQuestionMarkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkSharp as default } diff --git a/src/IconQuestionMarkSharpFilled.tsx b/src/IconQuestionMarkSharpFilled.tsx index 675d07ef8..f9f30eedf 100644 --- a/src/IconQuestionMarkSharpFilled.tsx +++ b/src/IconQuestionMarkSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuestionMarkSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuestionMarkSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuestionMarkSharpFilled as default } diff --git a/src/IconQueueMusicOutlined.tsx b/src/IconQueueMusicOutlined.tsx index 751f7181f..bf9a4c197 100644 --- a/src/IconQueueMusicOutlined.tsx +++ b/src/IconQueueMusicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicOutlined: React.FC = ({ ...props }) => ( +export const IconQueueMusicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueueMusicOutlined as default } diff --git a/src/IconQueueMusicOutlinedFilled.tsx b/src/IconQueueMusicOutlinedFilled.tsx index 0689b5296..834a8c531 100644 --- a/src/IconQueueMusicOutlinedFilled.tsx +++ b/src/IconQueueMusicOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQueueMusicOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueueMusicOutlinedFilled as default } diff --git a/src/IconQueueMusicRounded.tsx b/src/IconQueueMusicRounded.tsx index 1598bc608..708406fc7 100644 --- a/src/IconQueueMusicRounded.tsx +++ b/src/IconQueueMusicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicRounded: React.FC = ({ ...props }) => ( +export const IconQueueMusicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueueMusicRounded as default } diff --git a/src/IconQueueMusicRoundedFilled.tsx b/src/IconQueueMusicRoundedFilled.tsx index 03b7678aa..e60ca2318 100644 --- a/src/IconQueueMusicRoundedFilled.tsx +++ b/src/IconQueueMusicRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQueueMusicRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueueMusicRoundedFilled as default } diff --git a/src/IconQueueMusicSharp.tsx b/src/IconQueueMusicSharp.tsx index 236051f55..bf5141a01 100644 --- a/src/IconQueueMusicSharp.tsx +++ b/src/IconQueueMusicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicSharp: React.FC = ({ ...props }) => ( +export const IconQueueMusicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueueMusicSharp as default } diff --git a/src/IconQueueMusicSharpFilled.tsx b/src/IconQueueMusicSharpFilled.tsx index 2cb9e0f5d..2bb8d58e1 100644 --- a/src/IconQueueMusicSharpFilled.tsx +++ b/src/IconQueueMusicSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueueMusicSharpFilled: React.FC = ({ ...props }) => ( +export const IconQueueMusicSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueueMusicSharpFilled as default } diff --git a/src/IconQueuePlayNextOutlined.tsx b/src/IconQueuePlayNextOutlined.tsx index 7ec7add5e..7ea45b62c 100644 --- a/src/IconQueuePlayNextOutlined.tsx +++ b/src/IconQueuePlayNextOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextOutlined: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextOutlined as default } diff --git a/src/IconQueuePlayNextOutlinedFilled.tsx b/src/IconQueuePlayNextOutlinedFilled.tsx index ced4f8926..49d8e637d 100644 --- a/src/IconQueuePlayNextOutlinedFilled.tsx +++ b/src/IconQueuePlayNextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextOutlinedFilled as default } diff --git a/src/IconQueuePlayNextRounded.tsx b/src/IconQueuePlayNextRounded.tsx index 4aebfbe82..9f10adc33 100644 --- a/src/IconQueuePlayNextRounded.tsx +++ b/src/IconQueuePlayNextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextRounded: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextRounded as default } diff --git a/src/IconQueuePlayNextRoundedFilled.tsx b/src/IconQueuePlayNextRoundedFilled.tsx index ef233e63f..56d09c7f4 100644 --- a/src/IconQueuePlayNextRoundedFilled.tsx +++ b/src/IconQueuePlayNextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextRoundedFilled as default } diff --git a/src/IconQueuePlayNextSharp.tsx b/src/IconQueuePlayNextSharp.tsx index 7dcb2480e..d07d24a15 100644 --- a/src/IconQueuePlayNextSharp.tsx +++ b/src/IconQueuePlayNextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextSharp: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextSharp as default } diff --git a/src/IconQueuePlayNextSharpFilled.tsx b/src/IconQueuePlayNextSharpFilled.tsx index 595bbcb1d..41d97607d 100644 --- a/src/IconQueuePlayNextSharpFilled.tsx +++ b/src/IconQueuePlayNextSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQueuePlayNextSharpFilled: React.FC = ({ ...props }) => ( +export const IconQueuePlayNextSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQueuePlayNextSharpFilled as default } diff --git a/src/IconQuickPhrasesOutlined.tsx b/src/IconQuickPhrasesOutlined.tsx index faea4089b..6b4e77546 100644 --- a/src/IconQuickPhrasesOutlined.tsx +++ b/src/IconQuickPhrasesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesOutlined: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesOutlined as default } diff --git a/src/IconQuickPhrasesOutlinedFilled.tsx b/src/IconQuickPhrasesOutlinedFilled.tsx index 5cbd8ac9e..9b91e67a7 100644 --- a/src/IconQuickPhrasesOutlinedFilled.tsx +++ b/src/IconQuickPhrasesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesOutlinedFilled as default } diff --git a/src/IconQuickPhrasesRounded.tsx b/src/IconQuickPhrasesRounded.tsx index cf15921e9..7432a9ce0 100644 --- a/src/IconQuickPhrasesRounded.tsx +++ b/src/IconQuickPhrasesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesRounded: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesRounded as default } diff --git a/src/IconQuickPhrasesRoundedFilled.tsx b/src/IconQuickPhrasesRoundedFilled.tsx index 0cc63f2a2..1b4a94ee9 100644 --- a/src/IconQuickPhrasesRoundedFilled.tsx +++ b/src/IconQuickPhrasesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesRoundedFilled as default } diff --git a/src/IconQuickPhrasesSharp.tsx b/src/IconQuickPhrasesSharp.tsx index 89dfedb3f..6b6f460b7 100644 --- a/src/IconQuickPhrasesSharp.tsx +++ b/src/IconQuickPhrasesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesSharp: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesSharp as default } diff --git a/src/IconQuickPhrasesSharpFilled.tsx b/src/IconQuickPhrasesSharpFilled.tsx index c09441418..0bb4f1684 100644 --- a/src/IconQuickPhrasesSharpFilled.tsx +++ b/src/IconQuickPhrasesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickPhrasesSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuickPhrasesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickPhrasesSharpFilled as default } diff --git a/src/IconQuickReferenceAllOutlined.tsx b/src/IconQuickReferenceAllOutlined.tsx index 6387077ee..cba636446 100644 --- a/src/IconQuickReferenceAllOutlined.tsx +++ b/src/IconQuickReferenceAllOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllOutlined: React.FC = ({ ...props }) => ( +export const IconQuickReferenceAllOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceAllOutlined as default } diff --git a/src/IconQuickReferenceAllOutlinedFilled.tsx b/src/IconQuickReferenceAllOutlinedFilled.tsx index 9e0eb988d..526fb50b8 100644 --- a/src/IconQuickReferenceAllOutlinedFilled.tsx +++ b/src/IconQuickReferenceAllOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllOutlinedFilled: React.FC = ({ +export const IconQuickReferenceAllOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuickReferenceAllOutlinedFilled: React.FC = ({ ) - -export { IconQuickReferenceAllOutlinedFilled as default } diff --git a/src/IconQuickReferenceAllRounded.tsx b/src/IconQuickReferenceAllRounded.tsx index c3664cd27..aa579b9a8 100644 --- a/src/IconQuickReferenceAllRounded.tsx +++ b/src/IconQuickReferenceAllRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllRounded: React.FC = ({ ...props }) => ( +export const IconQuickReferenceAllRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceAllRounded as default } diff --git a/src/IconQuickReferenceAllRoundedFilled.tsx b/src/IconQuickReferenceAllRoundedFilled.tsx index 61f9461d6..16408bcf0 100644 --- a/src/IconQuickReferenceAllRoundedFilled.tsx +++ b/src/IconQuickReferenceAllRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllRoundedFilled: React.FC = ({ +export const IconQuickReferenceAllRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuickReferenceAllRoundedFilled: React.FC = ({ ) - -export { IconQuickReferenceAllRoundedFilled as default } diff --git a/src/IconQuickReferenceAllSharp.tsx b/src/IconQuickReferenceAllSharp.tsx index d86509d97..5e96324b3 100644 --- a/src/IconQuickReferenceAllSharp.tsx +++ b/src/IconQuickReferenceAllSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllSharp: React.FC = ({ ...props }) => ( +export const IconQuickReferenceAllSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceAllSharp as default } diff --git a/src/IconQuickReferenceAllSharpFilled.tsx b/src/IconQuickReferenceAllSharpFilled.tsx index 7743a6ecc..8546066cb 100644 --- a/src/IconQuickReferenceAllSharpFilled.tsx +++ b/src/IconQuickReferenceAllSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceAllSharpFilled: React.FC = ({ +export const IconQuickReferenceAllSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuickReferenceAllSharpFilled: React.FC = ({ ) - -export { IconQuickReferenceAllSharpFilled as default } diff --git a/src/IconQuickReferenceOutlined.tsx b/src/IconQuickReferenceOutlined.tsx index 28e8a6694..34877e361 100644 --- a/src/IconQuickReferenceOutlined.tsx +++ b/src/IconQuickReferenceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceOutlined: React.FC = ({ ...props }) => ( +export const IconQuickReferenceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceOutlined as default } diff --git a/src/IconQuickReferenceOutlinedFilled.tsx b/src/IconQuickReferenceOutlinedFilled.tsx index ab71a9f1f..63476bbd6 100644 --- a/src/IconQuickReferenceOutlinedFilled.tsx +++ b/src/IconQuickReferenceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceOutlinedFilled: React.FC = ({ +export const IconQuickReferenceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconQuickReferenceOutlinedFilled: React.FC = ({ ) - -export { IconQuickReferenceOutlinedFilled as default } diff --git a/src/IconQuickReferenceRounded.tsx b/src/IconQuickReferenceRounded.tsx index 7552abf22..599b21633 100644 --- a/src/IconQuickReferenceRounded.tsx +++ b/src/IconQuickReferenceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceRounded: React.FC = ({ ...props }) => ( +export const IconQuickReferenceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceRounded as default } diff --git a/src/IconQuickReferenceRoundedFilled.tsx b/src/IconQuickReferenceRoundedFilled.tsx index 8c50cf6b3..797ad8658 100644 --- a/src/IconQuickReferenceRoundedFilled.tsx +++ b/src/IconQuickReferenceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuickReferenceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceRoundedFilled as default } diff --git a/src/IconQuickReferenceSharp.tsx b/src/IconQuickReferenceSharp.tsx index 776b72786..b27750ae5 100644 --- a/src/IconQuickReferenceSharp.tsx +++ b/src/IconQuickReferenceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceSharp: React.FC = ({ ...props }) => ( +export const IconQuickReferenceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceSharp as default } diff --git a/src/IconQuickReferenceSharpFilled.tsx b/src/IconQuickReferenceSharpFilled.tsx index 7d69e7428..631f2ed0f 100644 --- a/src/IconQuickReferenceSharpFilled.tsx +++ b/src/IconQuickReferenceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReferenceSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuickReferenceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReferenceSharpFilled as default } diff --git a/src/IconQuickReorderOutlined.tsx b/src/IconQuickReorderOutlined.tsx index abd3b0670..7407c6c33 100644 --- a/src/IconQuickReorderOutlined.tsx +++ b/src/IconQuickReorderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderOutlined: React.FC = ({ ...props }) => ( +export const IconQuickReorderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickReorderOutlined as default } diff --git a/src/IconQuickReorderOutlinedFilled.tsx b/src/IconQuickReorderOutlinedFilled.tsx index 5f2161359..b44862ba2 100644 --- a/src/IconQuickReorderOutlinedFilled.tsx +++ b/src/IconQuickReorderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQuickReorderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReorderOutlinedFilled as default } diff --git a/src/IconQuickReorderRounded.tsx b/src/IconQuickReorderRounded.tsx index debb13ff8..784fea77b 100644 --- a/src/IconQuickReorderRounded.tsx +++ b/src/IconQuickReorderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderRounded: React.FC = ({ ...props }) => ( +export const IconQuickReorderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickReorderRounded as default } diff --git a/src/IconQuickReorderRoundedFilled.tsx b/src/IconQuickReorderRoundedFilled.tsx index 064949a9a..284fa884d 100644 --- a/src/IconQuickReorderRoundedFilled.tsx +++ b/src/IconQuickReorderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuickReorderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReorderRoundedFilled as default } diff --git a/src/IconQuickReorderSharp.tsx b/src/IconQuickReorderSharp.tsx index d9e5dae96..ad0093891 100644 --- a/src/IconQuickReorderSharp.tsx +++ b/src/IconQuickReorderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderSharp: React.FC = ({ ...props }) => ( +export const IconQuickReorderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickReorderSharp as default } diff --git a/src/IconQuickReorderSharpFilled.tsx b/src/IconQuickReorderSharpFilled.tsx index 5715b107b..fb909a342 100644 --- a/src/IconQuickReorderSharpFilled.tsx +++ b/src/IconQuickReorderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickReorderSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuickReorderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickReorderSharpFilled as default } diff --git a/src/IconQuickreplyOutlined.tsx b/src/IconQuickreplyOutlined.tsx index 8f4f39b73..79f917f97 100644 --- a/src/IconQuickreplyOutlined.tsx +++ b/src/IconQuickreplyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplyOutlined: React.FC = ({ ...props }) => ( +export const IconQuickreplyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickreplyOutlined as default } diff --git a/src/IconQuickreplyOutlinedFilled.tsx b/src/IconQuickreplyOutlinedFilled.tsx index 9f590b64f..ea068fe74 100644 --- a/src/IconQuickreplyOutlinedFilled.tsx +++ b/src/IconQuickreplyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQuickreplyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickreplyOutlinedFilled as default } diff --git a/src/IconQuickreplyRounded.tsx b/src/IconQuickreplyRounded.tsx index c8d35aced..a940c545f 100644 --- a/src/IconQuickreplyRounded.tsx +++ b/src/IconQuickreplyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplyRounded: React.FC = ({ ...props }) => ( +export const IconQuickreplyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickreplyRounded as default } diff --git a/src/IconQuickreplyRoundedFilled.tsx b/src/IconQuickreplyRoundedFilled.tsx index 5afe75dda..1169ef41d 100644 --- a/src/IconQuickreplyRoundedFilled.tsx +++ b/src/IconQuickreplyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuickreplyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickreplyRoundedFilled as default } diff --git a/src/IconQuickreplySharp.tsx b/src/IconQuickreplySharp.tsx index 76edbd0cb..b839351a3 100644 --- a/src/IconQuickreplySharp.tsx +++ b/src/IconQuickreplySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplySharp: React.FC = ({ ...props }) => ( +export const IconQuickreplySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuickreplySharp as default } diff --git a/src/IconQuickreplySharpFilled.tsx b/src/IconQuickreplySharpFilled.tsx index c1c62b81f..10fadc652 100644 --- a/src/IconQuickreplySharpFilled.tsx +++ b/src/IconQuickreplySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconQuickreplySharpFilled: React.FC = ({ ...props }) => ( +export const IconQuickreplySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconQuickreplySharpFilled as default } diff --git a/src/IconQuizOutlined.tsx b/src/IconQuizOutlined.tsx index 98dc9c484..d2393fe32 100644 --- a/src/IconQuizOutlined.tsx +++ b/src/IconQuizOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizOutlined: React.FC = ({ ...props }) => ( +export const IconQuizOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizOutlined as default } diff --git a/src/IconQuizOutlinedFilled.tsx b/src/IconQuizOutlinedFilled.tsx index 011d42b61..cd9ae99e0 100644 --- a/src/IconQuizOutlinedFilled.tsx +++ b/src/IconQuizOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconQuizOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizOutlinedFilled as default } diff --git a/src/IconQuizRounded.tsx b/src/IconQuizRounded.tsx index 345b5b563..d9f8e74a1 100644 --- a/src/IconQuizRounded.tsx +++ b/src/IconQuizRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizRounded: React.FC = ({ ...props }) => ( +export const IconQuizRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizRounded as default } diff --git a/src/IconQuizRoundedFilled.tsx b/src/IconQuizRoundedFilled.tsx index a70191f21..4ef166919 100644 --- a/src/IconQuizRoundedFilled.tsx +++ b/src/IconQuizRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizRoundedFilled: React.FC = ({ ...props }) => ( +export const IconQuizRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizRoundedFilled as default } diff --git a/src/IconQuizSharp.tsx b/src/IconQuizSharp.tsx index 5836ddd43..976cd61fc 100644 --- a/src/IconQuizSharp.tsx +++ b/src/IconQuizSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizSharp: React.FC = ({ ...props }) => ( +export const IconQuizSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizSharp as default } diff --git a/src/IconQuizSharpFilled.tsx b/src/IconQuizSharpFilled.tsx index 904cdb19f..6cac7a042 100644 --- a/src/IconQuizSharpFilled.tsx +++ b/src/IconQuizSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconQuizSharpFilled: React.FC = ({ ...props }) => ( +export const IconQuizSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconQuizSharpFilled as default } diff --git a/src/IconRMobiledataOutlined.tsx b/src/IconRMobiledataOutlined.tsx index 73fc8cf0b..ce763ede8 100644 --- a/src/IconRMobiledataOutlined.tsx +++ b/src/IconRMobiledataOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataOutlined: React.FC = ({ ...props }) => ( +export const IconRMobiledataOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRMobiledataOutlined as default } diff --git a/src/IconRMobiledataOutlinedFilled.tsx b/src/IconRMobiledataOutlinedFilled.tsx index 75288304a..4f55b83e3 100644 --- a/src/IconRMobiledataOutlinedFilled.tsx +++ b/src/IconRMobiledataOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRMobiledataOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRMobiledataOutlinedFilled as default } diff --git a/src/IconRMobiledataRounded.tsx b/src/IconRMobiledataRounded.tsx index 7deaed0c2..9e3ff211b 100644 --- a/src/IconRMobiledataRounded.tsx +++ b/src/IconRMobiledataRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataRounded: React.FC = ({ ...props }) => ( +export const IconRMobiledataRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRMobiledataRounded as default } diff --git a/src/IconRMobiledataRoundedFilled.tsx b/src/IconRMobiledataRoundedFilled.tsx index 17ad0809f..e2a515df4 100644 --- a/src/IconRMobiledataRoundedFilled.tsx +++ b/src/IconRMobiledataRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRMobiledataRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRMobiledataRoundedFilled as default } diff --git a/src/IconRMobiledataSharp.tsx b/src/IconRMobiledataSharp.tsx index 82d6fed12..69aa6f8d7 100644 --- a/src/IconRMobiledataSharp.tsx +++ b/src/IconRMobiledataSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataSharp: React.FC = ({ ...props }) => ( +export const IconRMobiledataSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRMobiledataSharp as default } diff --git a/src/IconRMobiledataSharpFilled.tsx b/src/IconRMobiledataSharpFilled.tsx index 64492d03f..0c9adc64e 100644 --- a/src/IconRMobiledataSharpFilled.tsx +++ b/src/IconRMobiledataSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRMobiledataSharpFilled: React.FC = ({ ...props }) => ( +export const IconRMobiledataSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRMobiledataSharpFilled as default } diff --git a/src/IconRadarOutlined.tsx b/src/IconRadarOutlined.tsx index a8ced4b4d..ee3eec682 100644 --- a/src/IconRadarOutlined.tsx +++ b/src/IconRadarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarOutlined: React.FC = ({ ...props }) => ( +export const IconRadarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarOutlined as default } diff --git a/src/IconRadarOutlinedFilled.tsx b/src/IconRadarOutlinedFilled.tsx index 8faba460e..7b34c66fe 100644 --- a/src/IconRadarOutlinedFilled.tsx +++ b/src/IconRadarOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRadarOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarOutlinedFilled as default } diff --git a/src/IconRadarRounded.tsx b/src/IconRadarRounded.tsx index cfb6ca8eb..567ba2096 100644 --- a/src/IconRadarRounded.tsx +++ b/src/IconRadarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarRounded: React.FC = ({ ...props }) => ( +export const IconRadarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarRounded as default } diff --git a/src/IconRadarRoundedFilled.tsx b/src/IconRadarRoundedFilled.tsx index a991ef100..6881e82c8 100644 --- a/src/IconRadarRoundedFilled.tsx +++ b/src/IconRadarRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRadarRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarRoundedFilled as default } diff --git a/src/IconRadarSharp.tsx b/src/IconRadarSharp.tsx index a88048df5..bd939dce4 100644 --- a/src/IconRadarSharp.tsx +++ b/src/IconRadarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarSharp: React.FC = ({ ...props }) => ( +export const IconRadarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarSharp as default } diff --git a/src/IconRadarSharpFilled.tsx b/src/IconRadarSharpFilled.tsx index 4d8780cc2..99f8cd3d4 100644 --- a/src/IconRadarSharpFilled.tsx +++ b/src/IconRadarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadarSharpFilled: React.FC = ({ ...props }) => ( +export const IconRadarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadarSharpFilled as default } diff --git a/src/IconRadioButtonCheckedOutlined.tsx b/src/IconRadioButtonCheckedOutlined.tsx index ee8d43d51..dfbd2fab1 100644 --- a/src/IconRadioButtonCheckedOutlined.tsx +++ b/src/IconRadioButtonCheckedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedOutlined: React.FC = ({ ...props }) => ( +export const IconRadioButtonCheckedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonCheckedOutlined as default } diff --git a/src/IconRadioButtonCheckedOutlinedFilled.tsx b/src/IconRadioButtonCheckedOutlinedFilled.tsx index 754735f06..e04d6b1a6 100644 --- a/src/IconRadioButtonCheckedOutlinedFilled.tsx +++ b/src/IconRadioButtonCheckedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedOutlinedFilled: React.FC = ({ +export const IconRadioButtonCheckedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonCheckedOutlinedFilled: React.FC = ({ ) - -export { IconRadioButtonCheckedOutlinedFilled as default } diff --git a/src/IconRadioButtonCheckedRounded.tsx b/src/IconRadioButtonCheckedRounded.tsx index 007b1cfa3..85f157201 100644 --- a/src/IconRadioButtonCheckedRounded.tsx +++ b/src/IconRadioButtonCheckedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedRounded: React.FC = ({ ...props }) => ( +export const IconRadioButtonCheckedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonCheckedRounded as default } diff --git a/src/IconRadioButtonCheckedRoundedFilled.tsx b/src/IconRadioButtonCheckedRoundedFilled.tsx index df6fd7b5b..dd971a65a 100644 --- a/src/IconRadioButtonCheckedRoundedFilled.tsx +++ b/src/IconRadioButtonCheckedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedRoundedFilled: React.FC = ({ +export const IconRadioButtonCheckedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonCheckedRoundedFilled: React.FC = ({ ) - -export { IconRadioButtonCheckedRoundedFilled as default } diff --git a/src/IconRadioButtonCheckedSharp.tsx b/src/IconRadioButtonCheckedSharp.tsx index b640ce60a..5b87427f6 100644 --- a/src/IconRadioButtonCheckedSharp.tsx +++ b/src/IconRadioButtonCheckedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedSharp: React.FC = ({ ...props }) => ( +export const IconRadioButtonCheckedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonCheckedSharp as default } diff --git a/src/IconRadioButtonCheckedSharpFilled.tsx b/src/IconRadioButtonCheckedSharpFilled.tsx index e3b31928b..fc5c5d356 100644 --- a/src/IconRadioButtonCheckedSharpFilled.tsx +++ b/src/IconRadioButtonCheckedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonCheckedSharpFilled: React.FC = ({ +export const IconRadioButtonCheckedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonCheckedSharpFilled: React.FC = ({ ) - -export { IconRadioButtonCheckedSharpFilled as default } diff --git a/src/IconRadioButtonPartialOutlined.tsx b/src/IconRadioButtonPartialOutlined.tsx index f96cbc2dc..897c14e2f 100644 --- a/src/IconRadioButtonPartialOutlined.tsx +++ b/src/IconRadioButtonPartialOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialOutlined: React.FC = ({ ...props }) => ( +export const IconRadioButtonPartialOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonPartialOutlined as default } diff --git a/src/IconRadioButtonPartialOutlinedFilled.tsx b/src/IconRadioButtonPartialOutlinedFilled.tsx index 7f03965ca..b5a4286c4 100644 --- a/src/IconRadioButtonPartialOutlinedFilled.tsx +++ b/src/IconRadioButtonPartialOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialOutlinedFilled: React.FC = ({ +export const IconRadioButtonPartialOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonPartialOutlinedFilled: React.FC = ({ ) - -export { IconRadioButtonPartialOutlinedFilled as default } diff --git a/src/IconRadioButtonPartialRounded.tsx b/src/IconRadioButtonPartialRounded.tsx index bc7c3f916..42b770aa3 100644 --- a/src/IconRadioButtonPartialRounded.tsx +++ b/src/IconRadioButtonPartialRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialRounded: React.FC = ({ ...props }) => ( +export const IconRadioButtonPartialRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonPartialRounded as default } diff --git a/src/IconRadioButtonPartialRoundedFilled.tsx b/src/IconRadioButtonPartialRoundedFilled.tsx index 951e4577b..49245e444 100644 --- a/src/IconRadioButtonPartialRoundedFilled.tsx +++ b/src/IconRadioButtonPartialRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialRoundedFilled: React.FC = ({ +export const IconRadioButtonPartialRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonPartialRoundedFilled: React.FC = ({ ) - -export { IconRadioButtonPartialRoundedFilled as default } diff --git a/src/IconRadioButtonPartialSharp.tsx b/src/IconRadioButtonPartialSharp.tsx index 2bbb0ecad..f9b9d875f 100644 --- a/src/IconRadioButtonPartialSharp.tsx +++ b/src/IconRadioButtonPartialSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialSharp: React.FC = ({ ...props }) => ( +export const IconRadioButtonPartialSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonPartialSharp as default } diff --git a/src/IconRadioButtonPartialSharpFilled.tsx b/src/IconRadioButtonPartialSharpFilled.tsx index 727894390..1c7f271ce 100644 --- a/src/IconRadioButtonPartialSharpFilled.tsx +++ b/src/IconRadioButtonPartialSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonPartialSharpFilled: React.FC = ({ +export const IconRadioButtonPartialSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonPartialSharpFilled: React.FC = ({ ) - -export { IconRadioButtonPartialSharpFilled as default } diff --git a/src/IconRadioButtonUncheckedOutlined.tsx b/src/IconRadioButtonUncheckedOutlined.tsx index 58c905677..7a04d7eeb 100644 --- a/src/IconRadioButtonUncheckedOutlined.tsx +++ b/src/IconRadioButtonUncheckedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedOutlined: React.FC = ({ +export const IconRadioButtonUncheckedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonUncheckedOutlined: React.FC = ({ ) - -export { IconRadioButtonUncheckedOutlined as default } diff --git a/src/IconRadioButtonUncheckedOutlinedFilled.tsx b/src/IconRadioButtonUncheckedOutlinedFilled.tsx index 7d7eab99a..90cff9b97 100644 --- a/src/IconRadioButtonUncheckedOutlinedFilled.tsx +++ b/src/IconRadioButtonUncheckedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedOutlinedFilled: React.FC = ({ +export const IconRadioButtonUncheckedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonUncheckedOutlinedFilled: React.FC = ({ ) - -export { IconRadioButtonUncheckedOutlinedFilled as default } diff --git a/src/IconRadioButtonUncheckedRounded.tsx b/src/IconRadioButtonUncheckedRounded.tsx index ab01df055..8704e4941 100644 --- a/src/IconRadioButtonUncheckedRounded.tsx +++ b/src/IconRadioButtonUncheckedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedRounded: React.FC = ({ ...props }) => ( +export const IconRadioButtonUncheckedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonUncheckedRounded as default } diff --git a/src/IconRadioButtonUncheckedRoundedFilled.tsx b/src/IconRadioButtonUncheckedRoundedFilled.tsx index e68326049..cb5fb1a57 100644 --- a/src/IconRadioButtonUncheckedRoundedFilled.tsx +++ b/src/IconRadioButtonUncheckedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedRoundedFilled: React.FC = ({ +export const IconRadioButtonUncheckedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonUncheckedRoundedFilled: React.FC = ({ ) - -export { IconRadioButtonUncheckedRoundedFilled as default } diff --git a/src/IconRadioButtonUncheckedSharp.tsx b/src/IconRadioButtonUncheckedSharp.tsx index ad3c13928..c24d67151 100644 --- a/src/IconRadioButtonUncheckedSharp.tsx +++ b/src/IconRadioButtonUncheckedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedSharp: React.FC = ({ ...props }) => ( +export const IconRadioButtonUncheckedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadioButtonUncheckedSharp as default } diff --git a/src/IconRadioButtonUncheckedSharpFilled.tsx b/src/IconRadioButtonUncheckedSharpFilled.tsx index dae0eb850..790d7aa50 100644 --- a/src/IconRadioButtonUncheckedSharpFilled.tsx +++ b/src/IconRadioButtonUncheckedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRadioButtonUncheckedSharpFilled: React.FC = ({ +export const IconRadioButtonUncheckedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRadioButtonUncheckedSharpFilled: React.FC = ({ ) - -export { IconRadioButtonUncheckedSharpFilled as default } diff --git a/src/IconRadioOutlined.tsx b/src/IconRadioOutlined.tsx index 1f1a2862a..617ce0cdb 100644 --- a/src/IconRadioOutlined.tsx +++ b/src/IconRadioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioOutlined: React.FC = ({ ...props }) => ( +export const IconRadioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioOutlined as default } diff --git a/src/IconRadioOutlinedFilled.tsx b/src/IconRadioOutlinedFilled.tsx index e577f58e7..257aafb9d 100644 --- a/src/IconRadioOutlinedFilled.tsx +++ b/src/IconRadioOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRadioOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioOutlinedFilled as default } diff --git a/src/IconRadioRounded.tsx b/src/IconRadioRounded.tsx index c3af96bd4..3e2c47ad9 100644 --- a/src/IconRadioRounded.tsx +++ b/src/IconRadioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioRounded: React.FC = ({ ...props }) => ( +export const IconRadioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioRounded as default } diff --git a/src/IconRadioRoundedFilled.tsx b/src/IconRadioRoundedFilled.tsx index 8c5b98ba4..af84d565b 100644 --- a/src/IconRadioRoundedFilled.tsx +++ b/src/IconRadioRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRadioRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioRoundedFilled as default } diff --git a/src/IconRadioSharp.tsx b/src/IconRadioSharp.tsx index 5a9d58ab3..4e1beffb8 100644 --- a/src/IconRadioSharp.tsx +++ b/src/IconRadioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioSharp: React.FC = ({ ...props }) => ( +export const IconRadioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioSharp as default } diff --git a/src/IconRadioSharpFilled.tsx b/src/IconRadioSharpFilled.tsx index 0f743b597..529959663 100644 --- a/src/IconRadioSharpFilled.tsx +++ b/src/IconRadioSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadioSharpFilled: React.FC = ({ ...props }) => ( +export const IconRadioSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadioSharpFilled as default } diff --git a/src/IconRadiologyOutlined.tsx b/src/IconRadiologyOutlined.tsx index 44f9075a1..3ea6ff9ae 100644 --- a/src/IconRadiologyOutlined.tsx +++ b/src/IconRadiologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologyOutlined: React.FC = ({ ...props }) => ( +export const IconRadiologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadiologyOutlined as default } diff --git a/src/IconRadiologyOutlinedFilled.tsx b/src/IconRadiologyOutlinedFilled.tsx index b57992a25..70d20acd3 100644 --- a/src/IconRadiologyOutlinedFilled.tsx +++ b/src/IconRadiologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRadiologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadiologyOutlinedFilled as default } diff --git a/src/IconRadiologyRounded.tsx b/src/IconRadiologyRounded.tsx index f45633f44..1877888ef 100644 --- a/src/IconRadiologyRounded.tsx +++ b/src/IconRadiologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologyRounded: React.FC = ({ ...props }) => ( +export const IconRadiologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadiologyRounded as default } diff --git a/src/IconRadiologyRoundedFilled.tsx b/src/IconRadiologyRoundedFilled.tsx index e1e5243cc..ebb11a102 100644 --- a/src/IconRadiologyRoundedFilled.tsx +++ b/src/IconRadiologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRadiologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRadiologyRoundedFilled as default } diff --git a/src/IconRadiologySharp.tsx b/src/IconRadiologySharp.tsx index b0c093d54..c92f6f8b7 100644 --- a/src/IconRadiologySharp.tsx +++ b/src/IconRadiologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologySharp: React.FC = ({ ...props }) => ( +export const IconRadiologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadiologySharp as default } diff --git a/src/IconRadiologySharpFilled.tsx b/src/IconRadiologySharpFilled.tsx index b681b3ebf..362bd546f 100644 --- a/src/IconRadiologySharpFilled.tsx +++ b/src/IconRadiologySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRadiologySharpFilled: React.FC = ({ ...props }) => ( +export const IconRadiologySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRadiologySharpFilled as default } diff --git a/src/IconRailwayAlert2Outlined.tsx b/src/IconRailwayAlert2Outlined.tsx index 6e0601c51..c106b6ec9 100644 --- a/src/IconRailwayAlert2Outlined.tsx +++ b/src/IconRailwayAlert2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2Outlined: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2Outlined as default } diff --git a/src/IconRailwayAlert2OutlinedFilled.tsx b/src/IconRailwayAlert2OutlinedFilled.tsx index 96552f465..21d5dcc08 100644 --- a/src/IconRailwayAlert2OutlinedFilled.tsx +++ b/src/IconRailwayAlert2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2OutlinedFilled as default } diff --git a/src/IconRailwayAlert2Rounded.tsx b/src/IconRailwayAlert2Rounded.tsx index 431511f34..9b0fe7c38 100644 --- a/src/IconRailwayAlert2Rounded.tsx +++ b/src/IconRailwayAlert2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2Rounded: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2Rounded as default } diff --git a/src/IconRailwayAlert2RoundedFilled.tsx b/src/IconRailwayAlert2RoundedFilled.tsx index a64e2a20b..3f280518a 100644 --- a/src/IconRailwayAlert2RoundedFilled.tsx +++ b/src/IconRailwayAlert2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2RoundedFilled as default } diff --git a/src/IconRailwayAlert2Sharp.tsx b/src/IconRailwayAlert2Sharp.tsx index 97e9aba9c..5453592a2 100644 --- a/src/IconRailwayAlert2Sharp.tsx +++ b/src/IconRailwayAlert2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2Sharp: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2Sharp as default } diff --git a/src/IconRailwayAlert2SharpFilled.tsx b/src/IconRailwayAlert2SharpFilled.tsx index 496221e1e..15b8fb593 100644 --- a/src/IconRailwayAlert2SharpFilled.tsx +++ b/src/IconRailwayAlert2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlert2SharpFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlert2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlert2SharpFilled as default } diff --git a/src/IconRailwayAlertOutlined.tsx b/src/IconRailwayAlertOutlined.tsx index e2527e303..85caae70d 100644 --- a/src/IconRailwayAlertOutlined.tsx +++ b/src/IconRailwayAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertOutlined: React.FC = ({ ...props }) => ( +export const IconRailwayAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertOutlined as default } diff --git a/src/IconRailwayAlertOutlinedFilled.tsx b/src/IconRailwayAlertOutlinedFilled.tsx index 6bfb658f1..7b3a3688c 100644 --- a/src/IconRailwayAlertOutlinedFilled.tsx +++ b/src/IconRailwayAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertOutlinedFilled as default } diff --git a/src/IconRailwayAlertRounded.tsx b/src/IconRailwayAlertRounded.tsx index bf64baed8..b291ec56d 100644 --- a/src/IconRailwayAlertRounded.tsx +++ b/src/IconRailwayAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertRounded: React.FC = ({ ...props }) => ( +export const IconRailwayAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertRounded as default } diff --git a/src/IconRailwayAlertRoundedFilled.tsx b/src/IconRailwayAlertRoundedFilled.tsx index e147af08e..a4ffa97a1 100644 --- a/src/IconRailwayAlertRoundedFilled.tsx +++ b/src/IconRailwayAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertRoundedFilled as default } diff --git a/src/IconRailwayAlertSharp.tsx b/src/IconRailwayAlertSharp.tsx index 72226731f..ef49dcee0 100644 --- a/src/IconRailwayAlertSharp.tsx +++ b/src/IconRailwayAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertSharp: React.FC = ({ ...props }) => ( +export const IconRailwayAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertSharp as default } diff --git a/src/IconRailwayAlertSharpFilled.tsx b/src/IconRailwayAlertSharpFilled.tsx index 51aa9e27d..f7cbee9a7 100644 --- a/src/IconRailwayAlertSharpFilled.tsx +++ b/src/IconRailwayAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRailwayAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconRailwayAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRailwayAlertSharpFilled as default } diff --git a/src/IconRainyHeavyOutlined.tsx b/src/IconRainyHeavyOutlined.tsx index c0165165f..2a3f6a355 100644 --- a/src/IconRainyHeavyOutlined.tsx +++ b/src/IconRainyHeavyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavyOutlined: React.FC = ({ ...props }) => ( +export const IconRainyHeavyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyHeavyOutlined as default } diff --git a/src/IconRainyHeavyOutlinedFilled.tsx b/src/IconRainyHeavyOutlinedFilled.tsx index d6752d4ab..c0bbf7e32 100644 --- a/src/IconRainyHeavyOutlinedFilled.tsx +++ b/src/IconRainyHeavyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRainyHeavyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyHeavyOutlinedFilled as default } diff --git a/src/IconRainyHeavyRounded.tsx b/src/IconRainyHeavyRounded.tsx index 3075b827e..65da24e76 100644 --- a/src/IconRainyHeavyRounded.tsx +++ b/src/IconRainyHeavyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavyRounded: React.FC = ({ ...props }) => ( +export const IconRainyHeavyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyHeavyRounded as default } diff --git a/src/IconRainyHeavyRoundedFilled.tsx b/src/IconRainyHeavyRoundedFilled.tsx index 7abac2dc4..4b3c1048b 100644 --- a/src/IconRainyHeavyRoundedFilled.tsx +++ b/src/IconRainyHeavyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRainyHeavyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyHeavyRoundedFilled as default } diff --git a/src/IconRainyHeavySharp.tsx b/src/IconRainyHeavySharp.tsx index 27b437197..979feed78 100644 --- a/src/IconRainyHeavySharp.tsx +++ b/src/IconRainyHeavySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavySharp: React.FC = ({ ...props }) => ( +export const IconRainyHeavySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyHeavySharp as default } diff --git a/src/IconRainyHeavySharpFilled.tsx b/src/IconRainyHeavySharpFilled.tsx index a06fb4bd8..f109dc20a 100644 --- a/src/IconRainyHeavySharpFilled.tsx +++ b/src/IconRainyHeavySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyHeavySharpFilled: React.FC = ({ ...props }) => ( +export const IconRainyHeavySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyHeavySharpFilled as default } diff --git a/src/IconRainyLightOutlined.tsx b/src/IconRainyLightOutlined.tsx index 729d9ed73..ea2756074 100644 --- a/src/IconRainyLightOutlined.tsx +++ b/src/IconRainyLightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightOutlined: React.FC = ({ ...props }) => ( +export const IconRainyLightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyLightOutlined as default } diff --git a/src/IconRainyLightOutlinedFilled.tsx b/src/IconRainyLightOutlinedFilled.tsx index 1223d1a55..38dc5619c 100644 --- a/src/IconRainyLightOutlinedFilled.tsx +++ b/src/IconRainyLightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRainyLightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyLightOutlinedFilled as default } diff --git a/src/IconRainyLightRounded.tsx b/src/IconRainyLightRounded.tsx index 8a8d12f23..2ddb6d30a 100644 --- a/src/IconRainyLightRounded.tsx +++ b/src/IconRainyLightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightRounded: React.FC = ({ ...props }) => ( +export const IconRainyLightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyLightRounded as default } diff --git a/src/IconRainyLightRoundedFilled.tsx b/src/IconRainyLightRoundedFilled.tsx index 5584c1353..5af3ef129 100644 --- a/src/IconRainyLightRoundedFilled.tsx +++ b/src/IconRainyLightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRainyLightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyLightRoundedFilled as default } diff --git a/src/IconRainyLightSharp.tsx b/src/IconRainyLightSharp.tsx index b3494617b..736c8beb9 100644 --- a/src/IconRainyLightSharp.tsx +++ b/src/IconRainyLightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightSharp: React.FC = ({ ...props }) => ( +export const IconRainyLightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyLightSharp as default } diff --git a/src/IconRainyLightSharpFilled.tsx b/src/IconRainyLightSharpFilled.tsx index 12b247e6a..03df8fd8a 100644 --- a/src/IconRainyLightSharpFilled.tsx +++ b/src/IconRainyLightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainyLightSharpFilled: React.FC = ({ ...props }) => ( +export const IconRainyLightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainyLightSharpFilled as default } diff --git a/src/IconRainyOutlined.tsx b/src/IconRainyOutlined.tsx index d49873962..5ba453ca6 100644 --- a/src/IconRainyOutlined.tsx +++ b/src/IconRainyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyOutlined: React.FC = ({ ...props }) => ( +export const IconRainyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyOutlined as default } diff --git a/src/IconRainyOutlinedFilled.tsx b/src/IconRainyOutlinedFilled.tsx index 4a68232ee..964a322ea 100644 --- a/src/IconRainyOutlinedFilled.tsx +++ b/src/IconRainyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRainyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyOutlinedFilled as default } diff --git a/src/IconRainyRounded.tsx b/src/IconRainyRounded.tsx index 546abd7c9..f005babc7 100644 --- a/src/IconRainyRounded.tsx +++ b/src/IconRainyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyRounded: React.FC = ({ ...props }) => ( +export const IconRainyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyRounded as default } diff --git a/src/IconRainyRoundedFilled.tsx b/src/IconRainyRoundedFilled.tsx index 6af0545c6..a3927173c 100644 --- a/src/IconRainyRoundedFilled.tsx +++ b/src/IconRainyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRainyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainyRoundedFilled as default } diff --git a/src/IconRainySharp.tsx b/src/IconRainySharp.tsx index c4dfce198..c10045a92 100644 --- a/src/IconRainySharp.tsx +++ b/src/IconRainySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySharp: React.FC = ({ ...props }) => ( +export const IconRainySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySharp as default } diff --git a/src/IconRainySharpFilled.tsx b/src/IconRainySharpFilled.tsx index cf40d2bf6..4276ce3c2 100644 --- a/src/IconRainySharpFilled.tsx +++ b/src/IconRainySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySharpFilled: React.FC = ({ ...props }) => ( +export const IconRainySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySharpFilled as default } diff --git a/src/IconRainySnowOutlined.tsx b/src/IconRainySnowOutlined.tsx index f64286e05..6ab724632 100644 --- a/src/IconRainySnowOutlined.tsx +++ b/src/IconRainySnowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowOutlined: React.FC = ({ ...props }) => ( +export const IconRainySnowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySnowOutlined as default } diff --git a/src/IconRainySnowOutlinedFilled.tsx b/src/IconRainySnowOutlinedFilled.tsx index eb1e67b85..2adfdd804 100644 --- a/src/IconRainySnowOutlinedFilled.tsx +++ b/src/IconRainySnowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRainySnowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainySnowOutlinedFilled as default } diff --git a/src/IconRainySnowRounded.tsx b/src/IconRainySnowRounded.tsx index 9d46bc3b1..77b855707 100644 --- a/src/IconRainySnowRounded.tsx +++ b/src/IconRainySnowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowRounded: React.FC = ({ ...props }) => ( +export const IconRainySnowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySnowRounded as default } diff --git a/src/IconRainySnowRoundedFilled.tsx b/src/IconRainySnowRoundedFilled.tsx index 259d23f6b..f8ecf54f8 100644 --- a/src/IconRainySnowRoundedFilled.tsx +++ b/src/IconRainySnowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRainySnowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRainySnowRoundedFilled as default } diff --git a/src/IconRainySnowSharp.tsx b/src/IconRainySnowSharp.tsx index d846fb446..82236b7b5 100644 --- a/src/IconRainySnowSharp.tsx +++ b/src/IconRainySnowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowSharp: React.FC = ({ ...props }) => ( +export const IconRainySnowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySnowSharp as default } diff --git a/src/IconRainySnowSharpFilled.tsx b/src/IconRainySnowSharpFilled.tsx index 6598be739..7e2b9ba36 100644 --- a/src/IconRainySnowSharpFilled.tsx +++ b/src/IconRainySnowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRainySnowSharpFilled: React.FC = ({ ...props }) => ( +export const IconRainySnowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRainySnowSharpFilled as default } diff --git a/src/IconRamenDiningOutlined.tsx b/src/IconRamenDiningOutlined.tsx index 2d567c8aa..a26ded5cc 100644 --- a/src/IconRamenDiningOutlined.tsx +++ b/src/IconRamenDiningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningOutlined: React.FC = ({ ...props }) => ( +export const IconRamenDiningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRamenDiningOutlined as default } diff --git a/src/IconRamenDiningOutlinedFilled.tsx b/src/IconRamenDiningOutlinedFilled.tsx index 543f9414e..16713ca45 100644 --- a/src/IconRamenDiningOutlinedFilled.tsx +++ b/src/IconRamenDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRamenDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRamenDiningOutlinedFilled as default } diff --git a/src/IconRamenDiningRounded.tsx b/src/IconRamenDiningRounded.tsx index 892b00bc0..34af4789e 100644 --- a/src/IconRamenDiningRounded.tsx +++ b/src/IconRamenDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningRounded: React.FC = ({ ...props }) => ( +export const IconRamenDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRamenDiningRounded as default } diff --git a/src/IconRamenDiningRoundedFilled.tsx b/src/IconRamenDiningRoundedFilled.tsx index 9b97ee552..63546f023 100644 --- a/src/IconRamenDiningRoundedFilled.tsx +++ b/src/IconRamenDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRamenDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRamenDiningRoundedFilled as default } diff --git a/src/IconRamenDiningSharp.tsx b/src/IconRamenDiningSharp.tsx index d13429f71..f7be530c4 100644 --- a/src/IconRamenDiningSharp.tsx +++ b/src/IconRamenDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningSharp: React.FC = ({ ...props }) => ( +export const IconRamenDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRamenDiningSharp as default } diff --git a/src/IconRamenDiningSharpFilled.tsx b/src/IconRamenDiningSharpFilled.tsx index 5c26745ad..0c2915588 100644 --- a/src/IconRamenDiningSharpFilled.tsx +++ b/src/IconRamenDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRamenDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconRamenDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRamenDiningSharpFilled as default } diff --git a/src/IconRampLeftOutlined.tsx b/src/IconRampLeftOutlined.tsx index 00ab755ad..901148e45 100644 --- a/src/IconRampLeftOutlined.tsx +++ b/src/IconRampLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftOutlined: React.FC = ({ ...props }) => ( +export const IconRampLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampLeftOutlined as default } diff --git a/src/IconRampLeftOutlinedFilled.tsx b/src/IconRampLeftOutlinedFilled.tsx index 74a80bead..cd86d6a56 100644 --- a/src/IconRampLeftOutlinedFilled.tsx +++ b/src/IconRampLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRampLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRampLeftOutlinedFilled as default } diff --git a/src/IconRampLeftRounded.tsx b/src/IconRampLeftRounded.tsx index aae293085..642514143 100644 --- a/src/IconRampLeftRounded.tsx +++ b/src/IconRampLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftRounded: React.FC = ({ ...props }) => ( +export const IconRampLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampLeftRounded as default } diff --git a/src/IconRampLeftRoundedFilled.tsx b/src/IconRampLeftRoundedFilled.tsx index 8f833ae53..65f27a865 100644 --- a/src/IconRampLeftRoundedFilled.tsx +++ b/src/IconRampLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRampLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRampLeftRoundedFilled as default } diff --git a/src/IconRampLeftSharp.tsx b/src/IconRampLeftSharp.tsx index 9ff61f70b..36ddf9c16 100644 --- a/src/IconRampLeftSharp.tsx +++ b/src/IconRampLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftSharp: React.FC = ({ ...props }) => ( +export const IconRampLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampLeftSharp as default } diff --git a/src/IconRampLeftSharpFilled.tsx b/src/IconRampLeftSharpFilled.tsx index 93ec80ee0..8bf99e91a 100644 --- a/src/IconRampLeftSharpFilled.tsx +++ b/src/IconRampLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconRampLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampLeftSharpFilled as default } diff --git a/src/IconRampRightOutlined.tsx b/src/IconRampRightOutlined.tsx index 20d0cb181..af1b9567e 100644 --- a/src/IconRampRightOutlined.tsx +++ b/src/IconRampRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightOutlined: React.FC = ({ ...props }) => ( +export const IconRampRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampRightOutlined as default } diff --git a/src/IconRampRightOutlinedFilled.tsx b/src/IconRampRightOutlinedFilled.tsx index db727b7d2..fd249c477 100644 --- a/src/IconRampRightOutlinedFilled.tsx +++ b/src/IconRampRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRampRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRampRightOutlinedFilled as default } diff --git a/src/IconRampRightRounded.tsx b/src/IconRampRightRounded.tsx index fbcdab4a5..400a4be0e 100644 --- a/src/IconRampRightRounded.tsx +++ b/src/IconRampRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightRounded: React.FC = ({ ...props }) => ( +export const IconRampRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampRightRounded as default } diff --git a/src/IconRampRightRoundedFilled.tsx b/src/IconRampRightRoundedFilled.tsx index 6c4a7cbfc..3e3605f5b 100644 --- a/src/IconRampRightRoundedFilled.tsx +++ b/src/IconRampRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRampRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRampRightRoundedFilled as default } diff --git a/src/IconRampRightSharp.tsx b/src/IconRampRightSharp.tsx index 894b314fd..78fb2d081 100644 --- a/src/IconRampRightSharp.tsx +++ b/src/IconRampRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightSharp: React.FC = ({ ...props }) => ( +export const IconRampRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampRightSharp as default } diff --git a/src/IconRampRightSharpFilled.tsx b/src/IconRampRightSharpFilled.tsx index 4eddb0012..6836effce 100644 --- a/src/IconRampRightSharpFilled.tsx +++ b/src/IconRampRightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRampRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconRampRightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRampRightSharpFilled as default } diff --git a/src/IconRangeHoodOutlined.tsx b/src/IconRangeHoodOutlined.tsx index fdff8083f..86f69a9cb 100644 --- a/src/IconRangeHoodOutlined.tsx +++ b/src/IconRangeHoodOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodOutlined: React.FC = ({ ...props }) => ( +export const IconRangeHoodOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRangeHoodOutlined as default } diff --git a/src/IconRangeHoodOutlinedFilled.tsx b/src/IconRangeHoodOutlinedFilled.tsx index bdfb7e18b..6700e6c92 100644 --- a/src/IconRangeHoodOutlinedFilled.tsx +++ b/src/IconRangeHoodOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRangeHoodOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRangeHoodOutlinedFilled as default } diff --git a/src/IconRangeHoodRounded.tsx b/src/IconRangeHoodRounded.tsx index 7a7b11077..030f735d5 100644 --- a/src/IconRangeHoodRounded.tsx +++ b/src/IconRangeHoodRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodRounded: React.FC = ({ ...props }) => ( +export const IconRangeHoodRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRangeHoodRounded as default } diff --git a/src/IconRangeHoodRoundedFilled.tsx b/src/IconRangeHoodRoundedFilled.tsx index 1d15d61af..dcafc596f 100644 --- a/src/IconRangeHoodRoundedFilled.tsx +++ b/src/IconRangeHoodRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRangeHoodRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRangeHoodRoundedFilled as default } diff --git a/src/IconRangeHoodSharp.tsx b/src/IconRangeHoodSharp.tsx index 9f21bd541..06195cece 100644 --- a/src/IconRangeHoodSharp.tsx +++ b/src/IconRangeHoodSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodSharp: React.FC = ({ ...props }) => ( +export const IconRangeHoodSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRangeHoodSharp as default } diff --git a/src/IconRangeHoodSharpFilled.tsx b/src/IconRangeHoodSharpFilled.tsx index 8c5b942c4..85438ffd3 100644 --- a/src/IconRangeHoodSharpFilled.tsx +++ b/src/IconRangeHoodSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRangeHoodSharpFilled: React.FC = ({ ...props }) => ( +export const IconRangeHoodSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRangeHoodSharpFilled as default } diff --git a/src/IconRateReviewOutlined.tsx b/src/IconRateReviewOutlined.tsx index 0c077b848..355d5b8f4 100644 --- a/src/IconRateReviewOutlined.tsx +++ b/src/IconRateReviewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewOutlined: React.FC = ({ ...props }) => ( +export const IconRateReviewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRateReviewOutlined as default } diff --git a/src/IconRateReviewOutlinedFilled.tsx b/src/IconRateReviewOutlinedFilled.tsx index 0ec9e67dc..666577f09 100644 --- a/src/IconRateReviewOutlinedFilled.tsx +++ b/src/IconRateReviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRateReviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRateReviewOutlinedFilled as default } diff --git a/src/IconRateReviewRounded.tsx b/src/IconRateReviewRounded.tsx index 1307e5b21..f8ae1ce67 100644 --- a/src/IconRateReviewRounded.tsx +++ b/src/IconRateReviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewRounded: React.FC = ({ ...props }) => ( +export const IconRateReviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRateReviewRounded as default } diff --git a/src/IconRateReviewRoundedFilled.tsx b/src/IconRateReviewRoundedFilled.tsx index a64b8957d..f4a7e460b 100644 --- a/src/IconRateReviewRoundedFilled.tsx +++ b/src/IconRateReviewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRateReviewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRateReviewRoundedFilled as default } diff --git a/src/IconRateReviewSharp.tsx b/src/IconRateReviewSharp.tsx index 354b7a5cd..ef65325cb 100644 --- a/src/IconRateReviewSharp.tsx +++ b/src/IconRateReviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewSharp: React.FC = ({ ...props }) => ( +export const IconRateReviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRateReviewSharp as default } diff --git a/src/IconRateReviewSharpFilled.tsx b/src/IconRateReviewSharpFilled.tsx index 5557b35c9..af049a6f9 100644 --- a/src/IconRateReviewSharpFilled.tsx +++ b/src/IconRateReviewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRateReviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconRateReviewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRateReviewSharpFilled as default } diff --git a/src/IconRavenOutlined.tsx b/src/IconRavenOutlined.tsx index 1d96208b1..08d96da07 100644 --- a/src/IconRavenOutlined.tsx +++ b/src/IconRavenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenOutlined: React.FC = ({ ...props }) => ( +export const IconRavenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenOutlined as default } diff --git a/src/IconRavenOutlinedFilled.tsx b/src/IconRavenOutlinedFilled.tsx index a955c6260..574847f12 100644 --- a/src/IconRavenOutlinedFilled.tsx +++ b/src/IconRavenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRavenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenOutlinedFilled as default } diff --git a/src/IconRavenRounded.tsx b/src/IconRavenRounded.tsx index 5f3663a54..1a1d45049 100644 --- a/src/IconRavenRounded.tsx +++ b/src/IconRavenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenRounded: React.FC = ({ ...props }) => ( +export const IconRavenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenRounded as default } diff --git a/src/IconRavenRoundedFilled.tsx b/src/IconRavenRoundedFilled.tsx index bbde2273d..94353faa4 100644 --- a/src/IconRavenRoundedFilled.tsx +++ b/src/IconRavenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRavenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenRoundedFilled as default } diff --git a/src/IconRavenSharp.tsx b/src/IconRavenSharp.tsx index 06b03362d..9aac039bc 100644 --- a/src/IconRavenSharp.tsx +++ b/src/IconRavenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenSharp: React.FC = ({ ...props }) => ( +export const IconRavenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenSharp as default } diff --git a/src/IconRavenSharpFilled.tsx b/src/IconRavenSharpFilled.tsx index a194570ee..1a1269920 100644 --- a/src/IconRavenSharpFilled.tsx +++ b/src/IconRavenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRavenSharpFilled: React.FC = ({ ...props }) => ( +export const IconRavenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRavenSharpFilled as default } diff --git a/src/IconRawOffOutlined.tsx b/src/IconRawOffOutlined.tsx index 227878849..3dea24596 100644 --- a/src/IconRawOffOutlined.tsx +++ b/src/IconRawOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffOutlined: React.FC = ({ ...props }) => ( +export const IconRawOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffOutlined as default } diff --git a/src/IconRawOffOutlinedFilled.tsx b/src/IconRawOffOutlinedFilled.tsx index 8c729e8ea..621a31528 100644 --- a/src/IconRawOffOutlinedFilled.tsx +++ b/src/IconRawOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRawOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffOutlinedFilled as default } diff --git a/src/IconRawOffRounded.tsx b/src/IconRawOffRounded.tsx index 300e35803..b2ea12661 100644 --- a/src/IconRawOffRounded.tsx +++ b/src/IconRawOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffRounded: React.FC = ({ ...props }) => ( +export const IconRawOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffRounded as default } diff --git a/src/IconRawOffRoundedFilled.tsx b/src/IconRawOffRoundedFilled.tsx index 0d4032d45..7067736e3 100644 --- a/src/IconRawOffRoundedFilled.tsx +++ b/src/IconRawOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRawOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffRoundedFilled as default } diff --git a/src/IconRawOffSharp.tsx b/src/IconRawOffSharp.tsx index 49c1d55e5..635a07eec 100644 --- a/src/IconRawOffSharp.tsx +++ b/src/IconRawOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffSharp: React.FC = ({ ...props }) => ( +export const IconRawOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffSharp as default } diff --git a/src/IconRawOffSharpFilled.tsx b/src/IconRawOffSharpFilled.tsx index e8955a0f9..2878b2479 100644 --- a/src/IconRawOffSharpFilled.tsx +++ b/src/IconRawOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconRawOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOffSharpFilled as default } diff --git a/src/IconRawOnOutlined.tsx b/src/IconRawOnOutlined.tsx index 69fa53754..cde0b04e0 100644 --- a/src/IconRawOnOutlined.tsx +++ b/src/IconRawOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnOutlined: React.FC = ({ ...props }) => ( +export const IconRawOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnOutlined as default } diff --git a/src/IconRawOnOutlinedFilled.tsx b/src/IconRawOnOutlinedFilled.tsx index f3804246e..976e4fa9d 100644 --- a/src/IconRawOnOutlinedFilled.tsx +++ b/src/IconRawOnOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRawOnOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnOutlinedFilled as default } diff --git a/src/IconRawOnRounded.tsx b/src/IconRawOnRounded.tsx index a29a85953..25e7a97ad 100644 --- a/src/IconRawOnRounded.tsx +++ b/src/IconRawOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnRounded: React.FC = ({ ...props }) => ( +export const IconRawOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnRounded as default } diff --git a/src/IconRawOnRoundedFilled.tsx b/src/IconRawOnRoundedFilled.tsx index 719a31f37..e3ebc359c 100644 --- a/src/IconRawOnRoundedFilled.tsx +++ b/src/IconRawOnRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRawOnRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnRoundedFilled as default } diff --git a/src/IconRawOnSharp.tsx b/src/IconRawOnSharp.tsx index 2a5255bca..6665f1b06 100644 --- a/src/IconRawOnSharp.tsx +++ b/src/IconRawOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnSharp: React.FC = ({ ...props }) => ( +export const IconRawOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnSharp as default } diff --git a/src/IconRawOnSharpFilled.tsx b/src/IconRawOnSharpFilled.tsx index 10511c25a..0c64850ad 100644 --- a/src/IconRawOnSharpFilled.tsx +++ b/src/IconRawOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRawOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconRawOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRawOnSharpFilled as default } diff --git a/src/IconReadMoreOutlined.tsx b/src/IconReadMoreOutlined.tsx index fa88706f4..cb5427990 100644 --- a/src/IconReadMoreOutlined.tsx +++ b/src/IconReadMoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreOutlined: React.FC = ({ ...props }) => ( +export const IconReadMoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReadMoreOutlined as default } diff --git a/src/IconReadMoreOutlinedFilled.tsx b/src/IconReadMoreOutlinedFilled.tsx index 3ab65f73c..2497caf24 100644 --- a/src/IconReadMoreOutlinedFilled.tsx +++ b/src/IconReadMoreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReadMoreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadMoreOutlinedFilled as default } diff --git a/src/IconReadMoreRounded.tsx b/src/IconReadMoreRounded.tsx index a42d83b95..0d0d79af8 100644 --- a/src/IconReadMoreRounded.tsx +++ b/src/IconReadMoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreRounded: React.FC = ({ ...props }) => ( +export const IconReadMoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReadMoreRounded as default } diff --git a/src/IconReadMoreRoundedFilled.tsx b/src/IconReadMoreRoundedFilled.tsx index d77fed0d3..2009d0de6 100644 --- a/src/IconReadMoreRoundedFilled.tsx +++ b/src/IconReadMoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReadMoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadMoreRoundedFilled as default } diff --git a/src/IconReadMoreSharp.tsx b/src/IconReadMoreSharp.tsx index 6adf549ae..16acc67c7 100644 --- a/src/IconReadMoreSharp.tsx +++ b/src/IconReadMoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreSharp: React.FC = ({ ...props }) => ( +export const IconReadMoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReadMoreSharp as default } diff --git a/src/IconReadMoreSharpFilled.tsx b/src/IconReadMoreSharpFilled.tsx index ebf3e41c0..68b3679dd 100644 --- a/src/IconReadMoreSharpFilled.tsx +++ b/src/IconReadMoreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReadMoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconReadMoreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReadMoreSharpFilled as default } diff --git a/src/IconReadinessScoreOutlined.tsx b/src/IconReadinessScoreOutlined.tsx index 17fb19e2b..4d9a5e2e5 100644 --- a/src/IconReadinessScoreOutlined.tsx +++ b/src/IconReadinessScoreOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreOutlined: React.FC = ({ ...props }) => ( +export const IconReadinessScoreOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadinessScoreOutlined as default } diff --git a/src/IconReadinessScoreOutlinedFilled.tsx b/src/IconReadinessScoreOutlinedFilled.tsx index 96ffc20a3..2e8ea1ade 100644 --- a/src/IconReadinessScoreOutlinedFilled.tsx +++ b/src/IconReadinessScoreOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreOutlinedFilled: React.FC = ({ +export const IconReadinessScoreOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconReadinessScoreOutlinedFilled: React.FC = ({ ) - -export { IconReadinessScoreOutlinedFilled as default } diff --git a/src/IconReadinessScoreRounded.tsx b/src/IconReadinessScoreRounded.tsx index 3cf38040d..a0ea7bee8 100644 --- a/src/IconReadinessScoreRounded.tsx +++ b/src/IconReadinessScoreRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreRounded: React.FC = ({ ...props }) => ( +export const IconReadinessScoreRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadinessScoreRounded as default } diff --git a/src/IconReadinessScoreRoundedFilled.tsx b/src/IconReadinessScoreRoundedFilled.tsx index 3f73b4797..c95011d66 100644 --- a/src/IconReadinessScoreRoundedFilled.tsx +++ b/src/IconReadinessScoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReadinessScoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadinessScoreRoundedFilled as default } diff --git a/src/IconReadinessScoreSharp.tsx b/src/IconReadinessScoreSharp.tsx index 902cd1546..66ff46901 100644 --- a/src/IconReadinessScoreSharp.tsx +++ b/src/IconReadinessScoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreSharp: React.FC = ({ ...props }) => ( +export const IconReadinessScoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReadinessScoreSharp as default } diff --git a/src/IconReadinessScoreSharpFilled.tsx b/src/IconReadinessScoreSharpFilled.tsx index 7289d6c25..dd4d8bc68 100644 --- a/src/IconReadinessScoreSharpFilled.tsx +++ b/src/IconReadinessScoreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReadinessScoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconReadinessScoreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReadinessScoreSharpFilled as default } diff --git a/src/IconRealEstateAgentOutlined.tsx b/src/IconRealEstateAgentOutlined.tsx index 3b82dac8e..6e1be7905 100644 --- a/src/IconRealEstateAgentOutlined.tsx +++ b/src/IconRealEstateAgentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentOutlined: React.FC = ({ ...props }) => ( +export const IconRealEstateAgentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRealEstateAgentOutlined as default } diff --git a/src/IconRealEstateAgentOutlinedFilled.tsx b/src/IconRealEstateAgentOutlinedFilled.tsx index 95dc6d6bc..96199b973 100644 --- a/src/IconRealEstateAgentOutlinedFilled.tsx +++ b/src/IconRealEstateAgentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentOutlinedFilled: React.FC = ({ +export const IconRealEstateAgentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRealEstateAgentOutlinedFilled: React.FC = ({ ) - -export { IconRealEstateAgentOutlinedFilled as default } diff --git a/src/IconRealEstateAgentRounded.tsx b/src/IconRealEstateAgentRounded.tsx index c79acef80..5e1e8831b 100644 --- a/src/IconRealEstateAgentRounded.tsx +++ b/src/IconRealEstateAgentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentRounded: React.FC = ({ ...props }) => ( +export const IconRealEstateAgentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRealEstateAgentRounded as default } diff --git a/src/IconRealEstateAgentRoundedFilled.tsx b/src/IconRealEstateAgentRoundedFilled.tsx index c3e9c7961..50ae7535c 100644 --- a/src/IconRealEstateAgentRoundedFilled.tsx +++ b/src/IconRealEstateAgentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentRoundedFilled: React.FC = ({ +export const IconRealEstateAgentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRealEstateAgentRoundedFilled: React.FC = ({ ) - -export { IconRealEstateAgentRoundedFilled as default } diff --git a/src/IconRealEstateAgentSharp.tsx b/src/IconRealEstateAgentSharp.tsx index 89e438423..a628f9cf6 100644 --- a/src/IconRealEstateAgentSharp.tsx +++ b/src/IconRealEstateAgentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentSharp: React.FC = ({ ...props }) => ( +export const IconRealEstateAgentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRealEstateAgentSharp as default } diff --git a/src/IconRealEstateAgentSharpFilled.tsx b/src/IconRealEstateAgentSharpFilled.tsx index d23612ca7..cf8da1e24 100644 --- a/src/IconRealEstateAgentSharpFilled.tsx +++ b/src/IconRealEstateAgentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRealEstateAgentSharpFilled: React.FC = ({ ...props }) => ( +export const IconRealEstateAgentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRealEstateAgentSharpFilled as default } diff --git a/src/IconRearCameraOutlined.tsx b/src/IconRearCameraOutlined.tsx index 710e4b7d1..9d51db608 100644 --- a/src/IconRearCameraOutlined.tsx +++ b/src/IconRearCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraOutlined: React.FC = ({ ...props }) => ( +export const IconRearCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRearCameraOutlined as default } diff --git a/src/IconRearCameraOutlinedFilled.tsx b/src/IconRearCameraOutlinedFilled.tsx index 409f07499..74af220f4 100644 --- a/src/IconRearCameraOutlinedFilled.tsx +++ b/src/IconRearCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRearCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRearCameraOutlinedFilled as default } diff --git a/src/IconRearCameraRounded.tsx b/src/IconRearCameraRounded.tsx index d5c08b813..f1f79dc59 100644 --- a/src/IconRearCameraRounded.tsx +++ b/src/IconRearCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraRounded: React.FC = ({ ...props }) => ( +export const IconRearCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRearCameraRounded as default } diff --git a/src/IconRearCameraRoundedFilled.tsx b/src/IconRearCameraRoundedFilled.tsx index aa534813b..292dd1596 100644 --- a/src/IconRearCameraRoundedFilled.tsx +++ b/src/IconRearCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRearCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRearCameraRoundedFilled as default } diff --git a/src/IconRearCameraSharp.tsx b/src/IconRearCameraSharp.tsx index f043d036e..23272b805 100644 --- a/src/IconRearCameraSharp.tsx +++ b/src/IconRearCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraSharp: React.FC = ({ ...props }) => ( +export const IconRearCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRearCameraSharp as default } diff --git a/src/IconRearCameraSharpFilled.tsx b/src/IconRearCameraSharpFilled.tsx index 602174380..3449e6b0f 100644 --- a/src/IconRearCameraSharpFilled.tsx +++ b/src/IconRearCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRearCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconRearCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRearCameraSharpFilled as default } diff --git a/src/IconRebaseEditOutlined.tsx b/src/IconRebaseEditOutlined.tsx index e6411e0aa..363035105 100644 --- a/src/IconRebaseEditOutlined.tsx +++ b/src/IconRebaseEditOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditOutlined: React.FC = ({ ...props }) => ( +export const IconRebaseEditOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseEditOutlined as default } diff --git a/src/IconRebaseEditOutlinedFilled.tsx b/src/IconRebaseEditOutlinedFilled.tsx index 3591d4bdd..b844248ef 100644 --- a/src/IconRebaseEditOutlinedFilled.tsx +++ b/src/IconRebaseEditOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRebaseEditOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRebaseEditOutlinedFilled as default } diff --git a/src/IconRebaseEditRounded.tsx b/src/IconRebaseEditRounded.tsx index fad32a4dd..0d2fffa27 100644 --- a/src/IconRebaseEditRounded.tsx +++ b/src/IconRebaseEditRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditRounded: React.FC = ({ ...props }) => ( +export const IconRebaseEditRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseEditRounded as default } diff --git a/src/IconRebaseEditRoundedFilled.tsx b/src/IconRebaseEditRoundedFilled.tsx index eb6a15516..14aa97bab 100644 --- a/src/IconRebaseEditRoundedFilled.tsx +++ b/src/IconRebaseEditRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRebaseEditRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRebaseEditRoundedFilled as default } diff --git a/src/IconRebaseEditSharp.tsx b/src/IconRebaseEditSharp.tsx index 9a8310622..50973c09e 100644 --- a/src/IconRebaseEditSharp.tsx +++ b/src/IconRebaseEditSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditSharp: React.FC = ({ ...props }) => ( +export const IconRebaseEditSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseEditSharp as default } diff --git a/src/IconRebaseEditSharpFilled.tsx b/src/IconRebaseEditSharpFilled.tsx index 91a116f7d..aa26c4aea 100644 --- a/src/IconRebaseEditSharpFilled.tsx +++ b/src/IconRebaseEditSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseEditSharpFilled: React.FC = ({ ...props }) => ( +export const IconRebaseEditSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRebaseEditSharpFilled as default } diff --git a/src/IconRebaseOutlined.tsx b/src/IconRebaseOutlined.tsx index 5abee5b99..e4fdd6f5e 100644 --- a/src/IconRebaseOutlined.tsx +++ b/src/IconRebaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseOutlined: React.FC = ({ ...props }) => ( +export const IconRebaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseOutlined as default } diff --git a/src/IconRebaseOutlinedFilled.tsx b/src/IconRebaseOutlinedFilled.tsx index dd96bcdae..375e2d1e1 100644 --- a/src/IconRebaseOutlinedFilled.tsx +++ b/src/IconRebaseOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRebaseOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseOutlinedFilled as default } diff --git a/src/IconRebaseRounded.tsx b/src/IconRebaseRounded.tsx index c72cb5a2a..d71824573 100644 --- a/src/IconRebaseRounded.tsx +++ b/src/IconRebaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseRounded: React.FC = ({ ...props }) => ( +export const IconRebaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseRounded as default } diff --git a/src/IconRebaseRoundedFilled.tsx b/src/IconRebaseRoundedFilled.tsx index 857abdcda..1acd43381 100644 --- a/src/IconRebaseRoundedFilled.tsx +++ b/src/IconRebaseRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRebaseRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseRoundedFilled as default } diff --git a/src/IconRebaseSharp.tsx b/src/IconRebaseSharp.tsx index d9008e0cc..8bcdf29d6 100644 --- a/src/IconRebaseSharp.tsx +++ b/src/IconRebaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseSharp: React.FC = ({ ...props }) => ( +export const IconRebaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseSharp as default } diff --git a/src/IconRebaseSharpFilled.tsx b/src/IconRebaseSharpFilled.tsx index 43c6b0dc1..c5a5d8523 100644 --- a/src/IconRebaseSharpFilled.tsx +++ b/src/IconRebaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRebaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconRebaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRebaseSharpFilled as default } diff --git a/src/IconReceiptLongOffOutlined.tsx b/src/IconReceiptLongOffOutlined.tsx index e728987a4..2e9f26013 100644 --- a/src/IconReceiptLongOffOutlined.tsx +++ b/src/IconReceiptLongOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffOutlined: React.FC = ({ ...props }) => ( +export const IconReceiptLongOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOffOutlined as default } diff --git a/src/IconReceiptLongOffOutlinedFilled.tsx b/src/IconReceiptLongOffOutlinedFilled.tsx index 9d3b9aa6b..94e91b75d 100644 --- a/src/IconReceiptLongOffOutlinedFilled.tsx +++ b/src/IconReceiptLongOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffOutlinedFilled: React.FC = ({ +export const IconReceiptLongOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconReceiptLongOffOutlinedFilled: React.FC = ({ ) - -export { IconReceiptLongOffOutlinedFilled as default } diff --git a/src/IconReceiptLongOffRounded.tsx b/src/IconReceiptLongOffRounded.tsx index cacdce847..278f95cd3 100644 --- a/src/IconReceiptLongOffRounded.tsx +++ b/src/IconReceiptLongOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffRounded: React.FC = ({ ...props }) => ( +export const IconReceiptLongOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOffRounded as default } diff --git a/src/IconReceiptLongOffRoundedFilled.tsx b/src/IconReceiptLongOffRoundedFilled.tsx index 61470a82e..3581c3dc9 100644 --- a/src/IconReceiptLongOffRoundedFilled.tsx +++ b/src/IconReceiptLongOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReceiptLongOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOffRoundedFilled as default } diff --git a/src/IconReceiptLongOffSharp.tsx b/src/IconReceiptLongOffSharp.tsx index 25673b89d..0242f2ac3 100644 --- a/src/IconReceiptLongOffSharp.tsx +++ b/src/IconReceiptLongOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffSharp: React.FC = ({ ...props }) => ( +export const IconReceiptLongOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOffSharp as default } diff --git a/src/IconReceiptLongOffSharpFilled.tsx b/src/IconReceiptLongOffSharpFilled.tsx index 005ea995f..46a26e73f 100644 --- a/src/IconReceiptLongOffSharpFilled.tsx +++ b/src/IconReceiptLongOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconReceiptLongOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOffSharpFilled as default } diff --git a/src/IconReceiptLongOutlined.tsx b/src/IconReceiptLongOutlined.tsx index 94f190c18..ce92cb3be 100644 --- a/src/IconReceiptLongOutlined.tsx +++ b/src/IconReceiptLongOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOutlined: React.FC = ({ ...props }) => ( +export const IconReceiptLongOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOutlined as default } diff --git a/src/IconReceiptLongOutlinedFilled.tsx b/src/IconReceiptLongOutlinedFilled.tsx index aeb0f7d9a..2963608fa 100644 --- a/src/IconReceiptLongOutlinedFilled.tsx +++ b/src/IconReceiptLongOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReceiptLongOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongOutlinedFilled as default } diff --git a/src/IconReceiptLongRounded.tsx b/src/IconReceiptLongRounded.tsx index 6a0343f99..826c1cb6d 100644 --- a/src/IconReceiptLongRounded.tsx +++ b/src/IconReceiptLongRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongRounded: React.FC = ({ ...props }) => ( +export const IconReceiptLongRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptLongRounded as default } diff --git a/src/IconReceiptLongRoundedFilled.tsx b/src/IconReceiptLongRoundedFilled.tsx index 635a92095..a51f524f9 100644 --- a/src/IconReceiptLongRoundedFilled.tsx +++ b/src/IconReceiptLongRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReceiptLongRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongRoundedFilled as default } diff --git a/src/IconReceiptLongSharp.tsx b/src/IconReceiptLongSharp.tsx index e1245ca2c..f76c77e49 100644 --- a/src/IconReceiptLongSharp.tsx +++ b/src/IconReceiptLongSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongSharp: React.FC = ({ ...props }) => ( +export const IconReceiptLongSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptLongSharp as default } diff --git a/src/IconReceiptLongSharpFilled.tsx b/src/IconReceiptLongSharpFilled.tsx index 79fae20c9..ef3922c9e 100644 --- a/src/IconReceiptLongSharpFilled.tsx +++ b/src/IconReceiptLongSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptLongSharpFilled: React.FC = ({ ...props }) => ( +export const IconReceiptLongSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptLongSharpFilled as default } diff --git a/src/IconReceiptOutlined.tsx b/src/IconReceiptOutlined.tsx index 0ca64b103..5aebbb571 100644 --- a/src/IconReceiptOutlined.tsx +++ b/src/IconReceiptOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptOutlined: React.FC = ({ ...props }) => ( +export const IconReceiptOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptOutlined as default } diff --git a/src/IconReceiptOutlinedFilled.tsx b/src/IconReceiptOutlinedFilled.tsx index 41e1cef54..59615153b 100644 --- a/src/IconReceiptOutlinedFilled.tsx +++ b/src/IconReceiptOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReceiptOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReceiptOutlinedFilled as default } diff --git a/src/IconReceiptRounded.tsx b/src/IconReceiptRounded.tsx index 3ac1bf493..96409a8e1 100644 --- a/src/IconReceiptRounded.tsx +++ b/src/IconReceiptRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptRounded: React.FC = ({ ...props }) => ( +export const IconReceiptRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptRounded as default } diff --git a/src/IconReceiptRoundedFilled.tsx b/src/IconReceiptRoundedFilled.tsx index fe2486099..d84ddd77b 100644 --- a/src/IconReceiptRoundedFilled.tsx +++ b/src/IconReceiptRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReceiptRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptRoundedFilled as default } diff --git a/src/IconReceiptSharp.tsx b/src/IconReceiptSharp.tsx index 59610100e..804e2767c 100644 --- a/src/IconReceiptSharp.tsx +++ b/src/IconReceiptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptSharp: React.FC = ({ ...props }) => ( +export const IconReceiptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptSharp as default } diff --git a/src/IconReceiptSharpFilled.tsx b/src/IconReceiptSharpFilled.tsx index d35e41bb5..f130929f6 100644 --- a/src/IconReceiptSharpFilled.tsx +++ b/src/IconReceiptSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReceiptSharpFilled: React.FC = ({ ...props }) => ( +export const IconReceiptSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReceiptSharpFilled as default } diff --git a/src/IconRecentActorsOutlined.tsx b/src/IconRecentActorsOutlined.tsx index 3ac2fcd1b..4317483b0 100644 --- a/src/IconRecentActorsOutlined.tsx +++ b/src/IconRecentActorsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsOutlined: React.FC = ({ ...props }) => ( +export const IconRecentActorsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecentActorsOutlined as default } diff --git a/src/IconRecentActorsOutlinedFilled.tsx b/src/IconRecentActorsOutlinedFilled.tsx index c66404d02..bd2237669 100644 --- a/src/IconRecentActorsOutlinedFilled.tsx +++ b/src/IconRecentActorsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRecentActorsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentActorsOutlinedFilled as default } diff --git a/src/IconRecentActorsRounded.tsx b/src/IconRecentActorsRounded.tsx index 8120dd20c..c7b57983f 100644 --- a/src/IconRecentActorsRounded.tsx +++ b/src/IconRecentActorsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsRounded: React.FC = ({ ...props }) => ( +export const IconRecentActorsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecentActorsRounded as default } diff --git a/src/IconRecentActorsRoundedFilled.tsx b/src/IconRecentActorsRoundedFilled.tsx index 7b00e5246..e3e0e61cd 100644 --- a/src/IconRecentActorsRoundedFilled.tsx +++ b/src/IconRecentActorsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRecentActorsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentActorsRoundedFilled as default } diff --git a/src/IconRecentActorsSharp.tsx b/src/IconRecentActorsSharp.tsx index 0a192ca1e..b93a18992 100644 --- a/src/IconRecentActorsSharp.tsx +++ b/src/IconRecentActorsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsSharp: React.FC = ({ ...props }) => ( +export const IconRecentActorsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecentActorsSharp as default } diff --git a/src/IconRecentActorsSharpFilled.tsx b/src/IconRecentActorsSharpFilled.tsx index 8a7708d25..c0478783e 100644 --- a/src/IconRecentActorsSharpFilled.tsx +++ b/src/IconRecentActorsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentActorsSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecentActorsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentActorsSharpFilled as default } diff --git a/src/IconRecentPatientOutlined.tsx b/src/IconRecentPatientOutlined.tsx index ff14c8a94..0505a231d 100644 --- a/src/IconRecentPatientOutlined.tsx +++ b/src/IconRecentPatientOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientOutlined: React.FC = ({ ...props }) => ( +export const IconRecentPatientOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentPatientOutlined as default } diff --git a/src/IconRecentPatientOutlinedFilled.tsx b/src/IconRecentPatientOutlinedFilled.tsx index aec6a3a37..e14025f12 100644 --- a/src/IconRecentPatientOutlinedFilled.tsx +++ b/src/IconRecentPatientOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRecentPatientOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentPatientOutlinedFilled as default } diff --git a/src/IconRecentPatientRounded.tsx b/src/IconRecentPatientRounded.tsx index e1c9aed7a..e51246a64 100644 --- a/src/IconRecentPatientRounded.tsx +++ b/src/IconRecentPatientRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientRounded: React.FC = ({ ...props }) => ( +export const IconRecentPatientRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecentPatientRounded as default } diff --git a/src/IconRecentPatientRoundedFilled.tsx b/src/IconRecentPatientRoundedFilled.tsx index 1352ba328..a604fdb75 100644 --- a/src/IconRecentPatientRoundedFilled.tsx +++ b/src/IconRecentPatientRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRecentPatientRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentPatientRoundedFilled as default } diff --git a/src/IconRecentPatientSharp.tsx b/src/IconRecentPatientSharp.tsx index 8054ec862..f6b944815 100644 --- a/src/IconRecentPatientSharp.tsx +++ b/src/IconRecentPatientSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientSharp: React.FC = ({ ...props }) => ( +export const IconRecentPatientSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecentPatientSharp as default } diff --git a/src/IconRecentPatientSharpFilled.tsx b/src/IconRecentPatientSharpFilled.tsx index 312590f3a..ffe174788 100644 --- a/src/IconRecentPatientSharpFilled.tsx +++ b/src/IconRecentPatientSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecentPatientSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecentPatientSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecentPatientSharpFilled as default } diff --git a/src/IconRecenterOutlined.tsx b/src/IconRecenterOutlined.tsx index dc4bf1503..c7ec6b5e3 100644 --- a/src/IconRecenterOutlined.tsx +++ b/src/IconRecenterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterOutlined: React.FC = ({ ...props }) => ( +export const IconRecenterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecenterOutlined as default } diff --git a/src/IconRecenterOutlinedFilled.tsx b/src/IconRecenterOutlinedFilled.tsx index c05b00f42..219cfab65 100644 --- a/src/IconRecenterOutlinedFilled.tsx +++ b/src/IconRecenterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRecenterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecenterOutlinedFilled as default } diff --git a/src/IconRecenterRounded.tsx b/src/IconRecenterRounded.tsx index 87788b77e..9e664512d 100644 --- a/src/IconRecenterRounded.tsx +++ b/src/IconRecenterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterRounded: React.FC = ({ ...props }) => ( +export const IconRecenterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecenterRounded as default } diff --git a/src/IconRecenterRoundedFilled.tsx b/src/IconRecenterRoundedFilled.tsx index 1e68161ae..02f7235fe 100644 --- a/src/IconRecenterRoundedFilled.tsx +++ b/src/IconRecenterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRecenterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecenterRoundedFilled as default } diff --git a/src/IconRecenterSharp.tsx b/src/IconRecenterSharp.tsx index 444f4258f..988e2ebd4 100644 --- a/src/IconRecenterSharp.tsx +++ b/src/IconRecenterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterSharp: React.FC = ({ ...props }) => ( +export const IconRecenterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecenterSharp as default } diff --git a/src/IconRecenterSharpFilled.tsx b/src/IconRecenterSharpFilled.tsx index 411e49c42..7a1f79f3b 100644 --- a/src/IconRecenterSharpFilled.tsx +++ b/src/IconRecenterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecenterSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecenterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecenterSharpFilled as default } diff --git a/src/IconRecommendOutlined.tsx b/src/IconRecommendOutlined.tsx index 8757c5b15..fd2f9a60e 100644 --- a/src/IconRecommendOutlined.tsx +++ b/src/IconRecommendOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendOutlined: React.FC = ({ ...props }) => ( +export const IconRecommendOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecommendOutlined as default } diff --git a/src/IconRecommendOutlinedFilled.tsx b/src/IconRecommendOutlinedFilled.tsx index 6d3912f53..ad64b4d03 100644 --- a/src/IconRecommendOutlinedFilled.tsx +++ b/src/IconRecommendOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRecommendOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecommendOutlinedFilled as default } diff --git a/src/IconRecommendRounded.tsx b/src/IconRecommendRounded.tsx index b7d14146e..69aac98a6 100644 --- a/src/IconRecommendRounded.tsx +++ b/src/IconRecommendRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendRounded: React.FC = ({ ...props }) => ( +export const IconRecommendRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecommendRounded as default } diff --git a/src/IconRecommendRoundedFilled.tsx b/src/IconRecommendRoundedFilled.tsx index 234bfcb36..a75ffec20 100644 --- a/src/IconRecommendRoundedFilled.tsx +++ b/src/IconRecommendRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRecommendRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecommendRoundedFilled as default } diff --git a/src/IconRecommendSharp.tsx b/src/IconRecommendSharp.tsx index d39359a45..b107cb2d4 100644 --- a/src/IconRecommendSharp.tsx +++ b/src/IconRecommendSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendSharp: React.FC = ({ ...props }) => ( +export const IconRecommendSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecommendSharp as default } diff --git a/src/IconRecommendSharpFilled.tsx b/src/IconRecommendSharpFilled.tsx index 289a7043d..3ea5545fd 100644 --- a/src/IconRecommendSharpFilled.tsx +++ b/src/IconRecommendSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecommendSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecommendSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecommendSharpFilled as default } diff --git a/src/IconRecordVoiceOverOutlined.tsx b/src/IconRecordVoiceOverOutlined.tsx index 9cde16b25..b95e64fe8 100644 --- a/src/IconRecordVoiceOverOutlined.tsx +++ b/src/IconRecordVoiceOverOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverOutlined: React.FC = ({ ...props }) => ( +export const IconRecordVoiceOverOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecordVoiceOverOutlined as default } diff --git a/src/IconRecordVoiceOverOutlinedFilled.tsx b/src/IconRecordVoiceOverOutlinedFilled.tsx index 523bba279..481073e22 100644 --- a/src/IconRecordVoiceOverOutlinedFilled.tsx +++ b/src/IconRecordVoiceOverOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverOutlinedFilled: React.FC = ({ +export const IconRecordVoiceOverOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRecordVoiceOverOutlinedFilled: React.FC = ({ ) - -export { IconRecordVoiceOverOutlinedFilled as default } diff --git a/src/IconRecordVoiceOverRounded.tsx b/src/IconRecordVoiceOverRounded.tsx index 9454f405f..6802d27f9 100644 --- a/src/IconRecordVoiceOverRounded.tsx +++ b/src/IconRecordVoiceOverRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverRounded: React.FC = ({ ...props }) => ( +export const IconRecordVoiceOverRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecordVoiceOverRounded as default } diff --git a/src/IconRecordVoiceOverRoundedFilled.tsx b/src/IconRecordVoiceOverRoundedFilled.tsx index 7dfb28768..f7a7fa496 100644 --- a/src/IconRecordVoiceOverRoundedFilled.tsx +++ b/src/IconRecordVoiceOverRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverRoundedFilled: React.FC = ({ +export const IconRecordVoiceOverRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRecordVoiceOverRoundedFilled: React.FC = ({ ) - -export { IconRecordVoiceOverRoundedFilled as default } diff --git a/src/IconRecordVoiceOverSharp.tsx b/src/IconRecordVoiceOverSharp.tsx index df1c606b5..ad374d86b 100644 --- a/src/IconRecordVoiceOverSharp.tsx +++ b/src/IconRecordVoiceOverSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverSharp: React.FC = ({ ...props }) => ( +export const IconRecordVoiceOverSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecordVoiceOverSharp as default } diff --git a/src/IconRecordVoiceOverSharpFilled.tsx b/src/IconRecordVoiceOverSharpFilled.tsx index d4996f173..0b2294b8e 100644 --- a/src/IconRecordVoiceOverSharpFilled.tsx +++ b/src/IconRecordVoiceOverSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecordVoiceOverSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecordVoiceOverSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecordVoiceOverSharpFilled as default } diff --git a/src/IconRectangleOutlined.tsx b/src/IconRectangleOutlined.tsx index 948b23284..03fd8fa93 100644 --- a/src/IconRectangleOutlined.tsx +++ b/src/IconRectangleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleOutlined: React.FC = ({ ...props }) => ( +export const IconRectangleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRectangleOutlined as default } diff --git a/src/IconRectangleOutlinedFilled.tsx b/src/IconRectangleOutlinedFilled.tsx index 34eaab816..41993c7b1 100644 --- a/src/IconRectangleOutlinedFilled.tsx +++ b/src/IconRectangleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRectangleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRectangleOutlinedFilled as default } diff --git a/src/IconRectangleRounded.tsx b/src/IconRectangleRounded.tsx index bd72fc215..14b31066e 100644 --- a/src/IconRectangleRounded.tsx +++ b/src/IconRectangleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleRounded: React.FC = ({ ...props }) => ( +export const IconRectangleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRectangleRounded as default } diff --git a/src/IconRectangleRoundedFilled.tsx b/src/IconRectangleRoundedFilled.tsx index e4148cdd6..e9a189273 100644 --- a/src/IconRectangleRoundedFilled.tsx +++ b/src/IconRectangleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRectangleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRectangleRoundedFilled as default } diff --git a/src/IconRectangleSharp.tsx b/src/IconRectangleSharp.tsx index 4dfa29edb..112db484c 100644 --- a/src/IconRectangleSharp.tsx +++ b/src/IconRectangleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleSharp: React.FC = ({ ...props }) => ( +export const IconRectangleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRectangleSharp as default } diff --git a/src/IconRectangleSharpFilled.tsx b/src/IconRectangleSharpFilled.tsx index ecff52ffe..9e59f406c 100644 --- a/src/IconRectangleSharpFilled.tsx +++ b/src/IconRectangleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRectangleSharpFilled: React.FC = ({ ...props }) => ( +export const IconRectangleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRectangleSharpFilled as default } diff --git a/src/IconRecyclingOutlined.tsx b/src/IconRecyclingOutlined.tsx index c6fcaa228..c0a646249 100644 --- a/src/IconRecyclingOutlined.tsx +++ b/src/IconRecyclingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingOutlined: React.FC = ({ ...props }) => ( +export const IconRecyclingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecyclingOutlined as default } diff --git a/src/IconRecyclingOutlinedFilled.tsx b/src/IconRecyclingOutlinedFilled.tsx index 14bd73c99..81e7e9dca 100644 --- a/src/IconRecyclingOutlinedFilled.tsx +++ b/src/IconRecyclingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRecyclingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecyclingOutlinedFilled as default } diff --git a/src/IconRecyclingRounded.tsx b/src/IconRecyclingRounded.tsx index 74e337166..533c7cb86 100644 --- a/src/IconRecyclingRounded.tsx +++ b/src/IconRecyclingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingRounded: React.FC = ({ ...props }) => ( +export const IconRecyclingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecyclingRounded as default } diff --git a/src/IconRecyclingRoundedFilled.tsx b/src/IconRecyclingRoundedFilled.tsx index c10e93b72..4818f6f7c 100644 --- a/src/IconRecyclingRoundedFilled.tsx +++ b/src/IconRecyclingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRecyclingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRecyclingRoundedFilled as default } diff --git a/src/IconRecyclingSharp.tsx b/src/IconRecyclingSharp.tsx index d72a3d7ed..7d232e846 100644 --- a/src/IconRecyclingSharp.tsx +++ b/src/IconRecyclingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingSharp: React.FC = ({ ...props }) => ( +export const IconRecyclingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecyclingSharp as default } diff --git a/src/IconRecyclingSharpFilled.tsx b/src/IconRecyclingSharpFilled.tsx index b96ec07d3..224813aa8 100644 --- a/src/IconRecyclingSharpFilled.tsx +++ b/src/IconRecyclingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRecyclingSharpFilled: React.FC = ({ ...props }) => ( +export const IconRecyclingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRecyclingSharpFilled as default } diff --git a/src/IconRedeemOutlined.tsx b/src/IconRedeemOutlined.tsx index db181fe57..3d9f9ec25 100644 --- a/src/IconRedeemOutlined.tsx +++ b/src/IconRedeemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemOutlined: React.FC = ({ ...props }) => ( +export const IconRedeemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemOutlined as default } diff --git a/src/IconRedeemOutlinedFilled.tsx b/src/IconRedeemOutlinedFilled.tsx index c26f9afd4..fb46c0903 100644 --- a/src/IconRedeemOutlinedFilled.tsx +++ b/src/IconRedeemOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRedeemOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemOutlinedFilled as default } diff --git a/src/IconRedeemRounded.tsx b/src/IconRedeemRounded.tsx index fadc2ac3d..1879cd03a 100644 --- a/src/IconRedeemRounded.tsx +++ b/src/IconRedeemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemRounded: React.FC = ({ ...props }) => ( +export const IconRedeemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemRounded as default } diff --git a/src/IconRedeemRoundedFilled.tsx b/src/IconRedeemRoundedFilled.tsx index 1b9e8c602..db7606365 100644 --- a/src/IconRedeemRoundedFilled.tsx +++ b/src/IconRedeemRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRedeemRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemRoundedFilled as default } diff --git a/src/IconRedeemSharp.tsx b/src/IconRedeemSharp.tsx index 4b38a6c7f..505ddbdc1 100644 --- a/src/IconRedeemSharp.tsx +++ b/src/IconRedeemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemSharp: React.FC = ({ ...props }) => ( +export const IconRedeemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemSharp as default } diff --git a/src/IconRedeemSharpFilled.tsx b/src/IconRedeemSharpFilled.tsx index 7ada06cff..712d5dd3a 100644 --- a/src/IconRedeemSharpFilled.tsx +++ b/src/IconRedeemSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedeemSharpFilled: React.FC = ({ ...props }) => ( +export const IconRedeemSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedeemSharpFilled as default } diff --git a/src/IconRedoOutlined.tsx b/src/IconRedoOutlined.tsx index 9e2de4ab8..4c6fe886c 100644 --- a/src/IconRedoOutlined.tsx +++ b/src/IconRedoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoOutlined: React.FC = ({ ...props }) => ( +export const IconRedoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoOutlined as default } diff --git a/src/IconRedoOutlinedFilled.tsx b/src/IconRedoOutlinedFilled.tsx index 75c8906dd..853981354 100644 --- a/src/IconRedoOutlinedFilled.tsx +++ b/src/IconRedoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRedoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoOutlinedFilled as default } diff --git a/src/IconRedoRounded.tsx b/src/IconRedoRounded.tsx index 001510d9d..ab9d6f4f2 100644 --- a/src/IconRedoRounded.tsx +++ b/src/IconRedoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoRounded: React.FC = ({ ...props }) => ( +export const IconRedoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoRounded as default } diff --git a/src/IconRedoRoundedFilled.tsx b/src/IconRedoRoundedFilled.tsx index 1415df732..6e26bd53b 100644 --- a/src/IconRedoRoundedFilled.tsx +++ b/src/IconRedoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRedoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoRoundedFilled as default } diff --git a/src/IconRedoSharp.tsx b/src/IconRedoSharp.tsx index 3751e365e..5724b60d8 100644 --- a/src/IconRedoSharp.tsx +++ b/src/IconRedoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoSharp: React.FC = ({ ...props }) => ( +export const IconRedoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoSharp as default } diff --git a/src/IconRedoSharpFilled.tsx b/src/IconRedoSharpFilled.tsx index 772436910..f8db0f81b 100644 --- a/src/IconRedoSharpFilled.tsx +++ b/src/IconRedoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRedoSharpFilled: React.FC = ({ ...props }) => ( +export const IconRedoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRedoSharpFilled as default } diff --git a/src/IconReduceCapacityOutlined.tsx b/src/IconReduceCapacityOutlined.tsx index 0f9642787..033f09878 100644 --- a/src/IconReduceCapacityOutlined.tsx +++ b/src/IconReduceCapacityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacityOutlined: React.FC = ({ ...props }) => ( +export const IconReduceCapacityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReduceCapacityOutlined as default } diff --git a/src/IconReduceCapacityOutlinedFilled.tsx b/src/IconReduceCapacityOutlinedFilled.tsx index e76652db9..279e55865 100644 --- a/src/IconReduceCapacityOutlinedFilled.tsx +++ b/src/IconReduceCapacityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacityOutlinedFilled: React.FC = ({ +export const IconReduceCapacityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconReduceCapacityOutlinedFilled: React.FC = ({ ) - -export { IconReduceCapacityOutlinedFilled as default } diff --git a/src/IconReduceCapacityRounded.tsx b/src/IconReduceCapacityRounded.tsx index 175d8124f..8b14e3f02 100644 --- a/src/IconReduceCapacityRounded.tsx +++ b/src/IconReduceCapacityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacityRounded: React.FC = ({ ...props }) => ( +export const IconReduceCapacityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReduceCapacityRounded as default } diff --git a/src/IconReduceCapacityRoundedFilled.tsx b/src/IconReduceCapacityRoundedFilled.tsx index 955598119..028d52b70 100644 --- a/src/IconReduceCapacityRoundedFilled.tsx +++ b/src/IconReduceCapacityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReduceCapacityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReduceCapacityRoundedFilled as default } diff --git a/src/IconReduceCapacitySharp.tsx b/src/IconReduceCapacitySharp.tsx index da7652e5f..0b8937e8d 100644 --- a/src/IconReduceCapacitySharp.tsx +++ b/src/IconReduceCapacitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacitySharp: React.FC = ({ ...props }) => ( +export const IconReduceCapacitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReduceCapacitySharp as default } diff --git a/src/IconReduceCapacitySharpFilled.tsx b/src/IconReduceCapacitySharpFilled.tsx index 57d6aa272..31f9b8089 100644 --- a/src/IconReduceCapacitySharpFilled.tsx +++ b/src/IconReduceCapacitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReduceCapacitySharpFilled: React.FC = ({ ...props }) => ( +export const IconReduceCapacitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReduceCapacitySharpFilled as default } diff --git a/src/IconRefreshOutlined.tsx b/src/IconRefreshOutlined.tsx index 86b97452b..b3c32e578 100644 --- a/src/IconRefreshOutlined.tsx +++ b/src/IconRefreshOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshOutlined: React.FC = ({ ...props }) => ( +export const IconRefreshOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRefreshOutlined as default } diff --git a/src/IconRefreshOutlinedFilled.tsx b/src/IconRefreshOutlinedFilled.tsx index 61eaa3ec6..c9b5e0d99 100644 --- a/src/IconRefreshOutlinedFilled.tsx +++ b/src/IconRefreshOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRefreshOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRefreshOutlinedFilled as default } diff --git a/src/IconRefreshRounded.tsx b/src/IconRefreshRounded.tsx index 3509ef7b8..83120fdb3 100644 --- a/src/IconRefreshRounded.tsx +++ b/src/IconRefreshRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshRounded: React.FC = ({ ...props }) => ( +export const IconRefreshRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRefreshRounded as default } diff --git a/src/IconRefreshRoundedFilled.tsx b/src/IconRefreshRoundedFilled.tsx index 753f305b9..4f183a9c4 100644 --- a/src/IconRefreshRoundedFilled.tsx +++ b/src/IconRefreshRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRefreshRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRefreshRoundedFilled as default } diff --git a/src/IconRefreshSharp.tsx b/src/IconRefreshSharp.tsx index a8a07d196..3184077c5 100644 --- a/src/IconRefreshSharp.tsx +++ b/src/IconRefreshSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshSharp: React.FC = ({ ...props }) => ( +export const IconRefreshSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRefreshSharp as default } diff --git a/src/IconRefreshSharpFilled.tsx b/src/IconRefreshSharpFilled.tsx index 62f42a6cd..cef3fe469 100644 --- a/src/IconRefreshSharpFilled.tsx +++ b/src/IconRefreshSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRefreshSharpFilled: React.FC = ({ ...props }) => ( +export const IconRefreshSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRefreshSharpFilled as default } diff --git a/src/IconRegularExpressionOutlined.tsx b/src/IconRegularExpressionOutlined.tsx index 44178b056..80a225b6e 100644 --- a/src/IconRegularExpressionOutlined.tsx +++ b/src/IconRegularExpressionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionOutlined: React.FC = ({ ...props }) => ( +export const IconRegularExpressionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRegularExpressionOutlined as default } diff --git a/src/IconRegularExpressionOutlinedFilled.tsx b/src/IconRegularExpressionOutlinedFilled.tsx index a684c7fac..6fd38be54 100644 --- a/src/IconRegularExpressionOutlinedFilled.tsx +++ b/src/IconRegularExpressionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionOutlinedFilled: React.FC = ({ +export const IconRegularExpressionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRegularExpressionOutlinedFilled: React.FC = ({ ) - -export { IconRegularExpressionOutlinedFilled as default } diff --git a/src/IconRegularExpressionRounded.tsx b/src/IconRegularExpressionRounded.tsx index 0bcea9bc2..6cef5f4fe 100644 --- a/src/IconRegularExpressionRounded.tsx +++ b/src/IconRegularExpressionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionRounded: React.FC = ({ ...props }) => ( +export const IconRegularExpressionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRegularExpressionRounded as default } diff --git a/src/IconRegularExpressionRoundedFilled.tsx b/src/IconRegularExpressionRoundedFilled.tsx index 25beca297..19b894281 100644 --- a/src/IconRegularExpressionRoundedFilled.tsx +++ b/src/IconRegularExpressionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionRoundedFilled: React.FC = ({ +export const IconRegularExpressionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRegularExpressionRoundedFilled: React.FC = ({ ) - -export { IconRegularExpressionRoundedFilled as default } diff --git a/src/IconRegularExpressionSharp.tsx b/src/IconRegularExpressionSharp.tsx index 8ae19f280..f12a5823e 100644 --- a/src/IconRegularExpressionSharp.tsx +++ b/src/IconRegularExpressionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionSharp: React.FC = ({ ...props }) => ( +export const IconRegularExpressionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRegularExpressionSharp as default } diff --git a/src/IconRegularExpressionSharpFilled.tsx b/src/IconRegularExpressionSharpFilled.tsx index f03509a97..e96895f93 100644 --- a/src/IconRegularExpressionSharpFilled.tsx +++ b/src/IconRegularExpressionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRegularExpressionSharpFilled: React.FC = ({ +export const IconRegularExpressionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRegularExpressionSharpFilled: React.FC = ({ ) - -export { IconRegularExpressionSharpFilled as default } diff --git a/src/IconRelaxOutlined.tsx b/src/IconRelaxOutlined.tsx index 7042998d4..72b285423 100644 --- a/src/IconRelaxOutlined.tsx +++ b/src/IconRelaxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxOutlined: React.FC = ({ ...props }) => ( +export const IconRelaxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxOutlined as default } diff --git a/src/IconRelaxOutlinedFilled.tsx b/src/IconRelaxOutlinedFilled.tsx index de74ea2cd..b58a6481f 100644 --- a/src/IconRelaxOutlinedFilled.tsx +++ b/src/IconRelaxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRelaxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxOutlinedFilled as default } diff --git a/src/IconRelaxRounded.tsx b/src/IconRelaxRounded.tsx index 711b29261..893b9f94b 100644 --- a/src/IconRelaxRounded.tsx +++ b/src/IconRelaxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxRounded: React.FC = ({ ...props }) => ( +export const IconRelaxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxRounded as default } diff --git a/src/IconRelaxRoundedFilled.tsx b/src/IconRelaxRoundedFilled.tsx index 697314273..1cedbba27 100644 --- a/src/IconRelaxRoundedFilled.tsx +++ b/src/IconRelaxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRelaxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxRoundedFilled as default } diff --git a/src/IconRelaxSharp.tsx b/src/IconRelaxSharp.tsx index 96cfe42ad..02d6bfea2 100644 --- a/src/IconRelaxSharp.tsx +++ b/src/IconRelaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxSharp: React.FC = ({ ...props }) => ( +export const IconRelaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxSharp as default } diff --git a/src/IconRelaxSharpFilled.tsx b/src/IconRelaxSharpFilled.tsx index 32f72ecd4..c6e4c1c9b 100644 --- a/src/IconRelaxSharpFilled.tsx +++ b/src/IconRelaxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRelaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconRelaxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRelaxSharpFilled as default } diff --git a/src/IconReleaseAlertOutlined.tsx b/src/IconReleaseAlertOutlined.tsx index 63ffc1ae6..44cefc945 100644 --- a/src/IconReleaseAlertOutlined.tsx +++ b/src/IconReleaseAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertOutlined: React.FC = ({ ...props }) => ( +export const IconReleaseAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertOutlined as default } diff --git a/src/IconReleaseAlertOutlinedFilled.tsx b/src/IconReleaseAlertOutlinedFilled.tsx index b528d5fcf..fd551fdd9 100644 --- a/src/IconReleaseAlertOutlinedFilled.tsx +++ b/src/IconReleaseAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReleaseAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertOutlinedFilled as default } diff --git a/src/IconReleaseAlertRounded.tsx b/src/IconReleaseAlertRounded.tsx index 5d48c4bde..74ac45648 100644 --- a/src/IconReleaseAlertRounded.tsx +++ b/src/IconReleaseAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertRounded: React.FC = ({ ...props }) => ( +export const IconReleaseAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertRounded as default } diff --git a/src/IconReleaseAlertRoundedFilled.tsx b/src/IconReleaseAlertRoundedFilled.tsx index 406820f60..d16c50e30 100644 --- a/src/IconReleaseAlertRoundedFilled.tsx +++ b/src/IconReleaseAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReleaseAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertRoundedFilled as default } diff --git a/src/IconReleaseAlertSharp.tsx b/src/IconReleaseAlertSharp.tsx index e795a30e3..361e49c30 100644 --- a/src/IconReleaseAlertSharp.tsx +++ b/src/IconReleaseAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertSharp: React.FC = ({ ...props }) => ( +export const IconReleaseAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertSharp as default } diff --git a/src/IconReleaseAlertSharpFilled.tsx b/src/IconReleaseAlertSharpFilled.tsx index 757df569e..a2870092f 100644 --- a/src/IconReleaseAlertSharpFilled.tsx +++ b/src/IconReleaseAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReleaseAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconReleaseAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReleaseAlertSharpFilled as default } diff --git a/src/IconRememberMeOutlined.tsx b/src/IconRememberMeOutlined.tsx index 5e9a23805..dde9a1072 100644 --- a/src/IconRememberMeOutlined.tsx +++ b/src/IconRememberMeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeOutlined: React.FC = ({ ...props }) => ( +export const IconRememberMeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRememberMeOutlined as default } diff --git a/src/IconRememberMeOutlinedFilled.tsx b/src/IconRememberMeOutlinedFilled.tsx index 799ed9ac3..189296159 100644 --- a/src/IconRememberMeOutlinedFilled.tsx +++ b/src/IconRememberMeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRememberMeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRememberMeOutlinedFilled as default } diff --git a/src/IconRememberMeRounded.tsx b/src/IconRememberMeRounded.tsx index f5e8cbb00..18f5ae96b 100644 --- a/src/IconRememberMeRounded.tsx +++ b/src/IconRememberMeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeRounded: React.FC = ({ ...props }) => ( +export const IconRememberMeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRememberMeRounded as default } diff --git a/src/IconRememberMeRoundedFilled.tsx b/src/IconRememberMeRoundedFilled.tsx index a37a94c26..3eebca50f 100644 --- a/src/IconRememberMeRoundedFilled.tsx +++ b/src/IconRememberMeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRememberMeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRememberMeRoundedFilled as default } diff --git a/src/IconRememberMeSharp.tsx b/src/IconRememberMeSharp.tsx index ba0a05090..1d5ff8f67 100644 --- a/src/IconRememberMeSharp.tsx +++ b/src/IconRememberMeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeSharp: React.FC = ({ ...props }) => ( +export const IconRememberMeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRememberMeSharp as default } diff --git a/src/IconRememberMeSharpFilled.tsx b/src/IconRememberMeSharpFilled.tsx index f2ae8c480..d54eeb77c 100644 --- a/src/IconRememberMeSharpFilled.tsx +++ b/src/IconRememberMeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRememberMeSharpFilled: React.FC = ({ ...props }) => ( +export const IconRememberMeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRememberMeSharpFilled as default } diff --git a/src/IconReminderOutlined.tsx b/src/IconReminderOutlined.tsx index 2360c8d2a..23fd1570d 100644 --- a/src/IconReminderOutlined.tsx +++ b/src/IconReminderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReminderOutlined: React.FC = ({ ...props }) => ( +export const IconReminderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReminderOutlined as default } diff --git a/src/IconReminderOutlinedFilled.tsx b/src/IconReminderOutlinedFilled.tsx index 833a863a0..779404a44 100644 --- a/src/IconReminderOutlinedFilled.tsx +++ b/src/IconReminderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReminderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReminderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReminderOutlinedFilled as default } diff --git a/src/IconReminderRounded.tsx b/src/IconReminderRounded.tsx index e2ceee666..d6bd9ae19 100644 --- a/src/IconReminderRounded.tsx +++ b/src/IconReminderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReminderRounded: React.FC = ({ ...props }) => ( +export const IconReminderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReminderRounded as default } diff --git a/src/IconReminderRoundedFilled.tsx b/src/IconReminderRoundedFilled.tsx index fc36c72b2..352bbff9f 100644 --- a/src/IconReminderRoundedFilled.tsx +++ b/src/IconReminderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReminderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReminderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReminderRoundedFilled as default } diff --git a/src/IconReminderSharp.tsx b/src/IconReminderSharp.tsx index 3823c3023..b609d8c71 100644 --- a/src/IconReminderSharp.tsx +++ b/src/IconReminderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReminderSharp: React.FC = ({ ...props }) => ( +export const IconReminderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReminderSharp as default } diff --git a/src/IconReminderSharpFilled.tsx b/src/IconReminderSharpFilled.tsx index bbc6ca140..66ff12f7c 100644 --- a/src/IconReminderSharpFilled.tsx +++ b/src/IconReminderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReminderSharpFilled: React.FC = ({ ...props }) => ( +export const IconReminderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReminderSharpFilled as default } diff --git a/src/IconRemoteGenOutlined.tsx b/src/IconRemoteGenOutlined.tsx index d4fe16287..acbf0f0fe 100644 --- a/src/IconRemoteGenOutlined.tsx +++ b/src/IconRemoteGenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenOutlined: React.FC = ({ ...props }) => ( +export const IconRemoteGenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoteGenOutlined as default } diff --git a/src/IconRemoteGenOutlinedFilled.tsx b/src/IconRemoteGenOutlinedFilled.tsx index 0fc5e2157..a68e83a0c 100644 --- a/src/IconRemoteGenOutlinedFilled.tsx +++ b/src/IconRemoteGenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRemoteGenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoteGenOutlinedFilled as default } diff --git a/src/IconRemoteGenRounded.tsx b/src/IconRemoteGenRounded.tsx index 42b74de07..4943c8704 100644 --- a/src/IconRemoteGenRounded.tsx +++ b/src/IconRemoteGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenRounded: React.FC = ({ ...props }) => ( +export const IconRemoteGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoteGenRounded as default } diff --git a/src/IconRemoteGenRoundedFilled.tsx b/src/IconRemoteGenRoundedFilled.tsx index c75d8b116..99b880a82 100644 --- a/src/IconRemoteGenRoundedFilled.tsx +++ b/src/IconRemoteGenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRemoteGenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoteGenRoundedFilled as default } diff --git a/src/IconRemoteGenSharp.tsx b/src/IconRemoteGenSharp.tsx index 131592a2c..357732062 100644 --- a/src/IconRemoteGenSharp.tsx +++ b/src/IconRemoteGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenSharp: React.FC = ({ ...props }) => ( +export const IconRemoteGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoteGenSharp as default } diff --git a/src/IconRemoteGenSharpFilled.tsx b/src/IconRemoteGenSharpFilled.tsx index 94627d0db..c21ed85f1 100644 --- a/src/IconRemoteGenSharpFilled.tsx +++ b/src/IconRemoteGenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoteGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoteGenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoteGenSharpFilled as default } diff --git a/src/IconRemoveDoneOutlined.tsx b/src/IconRemoveDoneOutlined.tsx index 4f2b47713..889ce5639 100644 --- a/src/IconRemoveDoneOutlined.tsx +++ b/src/IconRemoveDoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveDoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneOutlined as default } diff --git a/src/IconRemoveDoneOutlinedFilled.tsx b/src/IconRemoveDoneOutlinedFilled.tsx index 585510e22..2b1609265 100644 --- a/src/IconRemoveDoneOutlinedFilled.tsx +++ b/src/IconRemoveDoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveDoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneOutlinedFilled as default } diff --git a/src/IconRemoveDoneRounded.tsx b/src/IconRemoveDoneRounded.tsx index 548b0252b..dfdc5e188 100644 --- a/src/IconRemoveDoneRounded.tsx +++ b/src/IconRemoveDoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneRounded: React.FC = ({ ...props }) => ( +export const IconRemoveDoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneRounded as default } diff --git a/src/IconRemoveDoneRoundedFilled.tsx b/src/IconRemoveDoneRoundedFilled.tsx index ff570f286..73eaf3a6c 100644 --- a/src/IconRemoveDoneRoundedFilled.tsx +++ b/src/IconRemoveDoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveDoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneRoundedFilled as default } diff --git a/src/IconRemoveDoneSharp.tsx b/src/IconRemoveDoneSharp.tsx index ea794b075..6430dde20 100644 --- a/src/IconRemoveDoneSharp.tsx +++ b/src/IconRemoveDoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneSharp: React.FC = ({ ...props }) => ( +export const IconRemoveDoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneSharp as default } diff --git a/src/IconRemoveDoneSharpFilled.tsx b/src/IconRemoveDoneSharpFilled.tsx index 79383e4f2..6ab165e7f 100644 --- a/src/IconRemoveDoneSharpFilled.tsx +++ b/src/IconRemoveDoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveDoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveDoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveDoneSharpFilled as default } diff --git a/src/IconRemoveFromQueueOutlined.tsx b/src/IconRemoveFromQueueOutlined.tsx index fbaa0519d..cb495d3fa 100644 --- a/src/IconRemoveFromQueueOutlined.tsx +++ b/src/IconRemoveFromQueueOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveFromQueueOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveFromQueueOutlined as default } diff --git a/src/IconRemoveFromQueueOutlinedFilled.tsx b/src/IconRemoveFromQueueOutlinedFilled.tsx index b12aae457..f8f0321b1 100644 --- a/src/IconRemoveFromQueueOutlinedFilled.tsx +++ b/src/IconRemoveFromQueueOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueOutlinedFilled: React.FC = ({ +export const IconRemoveFromQueueOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveFromQueueOutlinedFilled: React.FC = ({ ) - -export { IconRemoveFromQueueOutlinedFilled as default } diff --git a/src/IconRemoveFromQueueRounded.tsx b/src/IconRemoveFromQueueRounded.tsx index 784b71408..e75b23f07 100644 --- a/src/IconRemoveFromQueueRounded.tsx +++ b/src/IconRemoveFromQueueRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueRounded: React.FC = ({ ...props }) => ( +export const IconRemoveFromQueueRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveFromQueueRounded as default } diff --git a/src/IconRemoveFromQueueRoundedFilled.tsx b/src/IconRemoveFromQueueRoundedFilled.tsx index d2ccf0eca..b51c8f903 100644 --- a/src/IconRemoveFromQueueRoundedFilled.tsx +++ b/src/IconRemoveFromQueueRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueRoundedFilled: React.FC = ({ +export const IconRemoveFromQueueRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveFromQueueRoundedFilled: React.FC = ({ ) - -export { IconRemoveFromQueueRoundedFilled as default } diff --git a/src/IconRemoveFromQueueSharp.tsx b/src/IconRemoveFromQueueSharp.tsx index 07ac9093f..4387e5f61 100644 --- a/src/IconRemoveFromQueueSharp.tsx +++ b/src/IconRemoveFromQueueSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueSharp: React.FC = ({ ...props }) => ( +export const IconRemoveFromQueueSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveFromQueueSharp as default } diff --git a/src/IconRemoveFromQueueSharpFilled.tsx b/src/IconRemoveFromQueueSharpFilled.tsx index 9aca10acf..202cfe2e8 100644 --- a/src/IconRemoveFromQueueSharpFilled.tsx +++ b/src/IconRemoveFromQueueSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveFromQueueSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveFromQueueSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveFromQueueSharpFilled as default } diff --git a/src/IconRemoveModeratorOutlined.tsx b/src/IconRemoveModeratorOutlined.tsx index 324acf8ea..922b3a836 100644 --- a/src/IconRemoveModeratorOutlined.tsx +++ b/src/IconRemoveModeratorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveModeratorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveModeratorOutlined as default } diff --git a/src/IconRemoveModeratorOutlinedFilled.tsx b/src/IconRemoveModeratorOutlinedFilled.tsx index a6c81f13e..0a02faf56 100644 --- a/src/IconRemoveModeratorOutlinedFilled.tsx +++ b/src/IconRemoveModeratorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorOutlinedFilled: React.FC = ({ +export const IconRemoveModeratorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveModeratorOutlinedFilled: React.FC = ({ ) - -export { IconRemoveModeratorOutlinedFilled as default } diff --git a/src/IconRemoveModeratorRounded.tsx b/src/IconRemoveModeratorRounded.tsx index fd89ea03f..b1a59047e 100644 --- a/src/IconRemoveModeratorRounded.tsx +++ b/src/IconRemoveModeratorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorRounded: React.FC = ({ ...props }) => ( +export const IconRemoveModeratorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveModeratorRounded as default } diff --git a/src/IconRemoveModeratorRoundedFilled.tsx b/src/IconRemoveModeratorRoundedFilled.tsx index 446aad5b1..af4c91778 100644 --- a/src/IconRemoveModeratorRoundedFilled.tsx +++ b/src/IconRemoveModeratorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorRoundedFilled: React.FC = ({ +export const IconRemoveModeratorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveModeratorRoundedFilled: React.FC = ({ ) - -export { IconRemoveModeratorRoundedFilled as default } diff --git a/src/IconRemoveModeratorSharp.tsx b/src/IconRemoveModeratorSharp.tsx index 3b1af9231..86910c240 100644 --- a/src/IconRemoveModeratorSharp.tsx +++ b/src/IconRemoveModeratorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorSharp: React.FC = ({ ...props }) => ( +export const IconRemoveModeratorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveModeratorSharp as default } diff --git a/src/IconRemoveModeratorSharpFilled.tsx b/src/IconRemoveModeratorSharpFilled.tsx index 351dc3e4f..d729d767f 100644 --- a/src/IconRemoveModeratorSharpFilled.tsx +++ b/src/IconRemoveModeratorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveModeratorSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveModeratorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveModeratorSharpFilled as default } diff --git a/src/IconRemoveOutlined.tsx b/src/IconRemoveOutlined.tsx index b595136d4..936dcebc2 100644 --- a/src/IconRemoveOutlined.tsx +++ b/src/IconRemoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveOutlined as default } diff --git a/src/IconRemoveOutlinedFilled.tsx b/src/IconRemoveOutlinedFilled.tsx index c5e56262e..29ada56c1 100644 --- a/src/IconRemoveOutlinedFilled.tsx +++ b/src/IconRemoveOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveOutlinedFilled as default } diff --git a/src/IconRemoveRoadOutlined.tsx b/src/IconRemoveRoadOutlined.tsx index decff100a..82b37cd10 100644 --- a/src/IconRemoveRoadOutlined.tsx +++ b/src/IconRemoveRoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveRoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadOutlined as default } diff --git a/src/IconRemoveRoadOutlinedFilled.tsx b/src/IconRemoveRoadOutlinedFilled.tsx index 0f1cdc72d..eba9bd3b6 100644 --- a/src/IconRemoveRoadOutlinedFilled.tsx +++ b/src/IconRemoveRoadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveRoadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadOutlinedFilled as default } diff --git a/src/IconRemoveRoadRounded.tsx b/src/IconRemoveRoadRounded.tsx index ac3d1b1d6..0fcc6bb0a 100644 --- a/src/IconRemoveRoadRounded.tsx +++ b/src/IconRemoveRoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadRounded: React.FC = ({ ...props }) => ( +export const IconRemoveRoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadRounded as default } diff --git a/src/IconRemoveRoadRoundedFilled.tsx b/src/IconRemoveRoadRoundedFilled.tsx index 0bc50a6f4..e720bcf7f 100644 --- a/src/IconRemoveRoadRoundedFilled.tsx +++ b/src/IconRemoveRoadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveRoadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadRoundedFilled as default } diff --git a/src/IconRemoveRoadSharp.tsx b/src/IconRemoveRoadSharp.tsx index d853dc8a3..bed7df288 100644 --- a/src/IconRemoveRoadSharp.tsx +++ b/src/IconRemoveRoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadSharp: React.FC = ({ ...props }) => ( +export const IconRemoveRoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadSharp as default } diff --git a/src/IconRemoveRoadSharpFilled.tsx b/src/IconRemoveRoadSharpFilled.tsx index ea5553564..f7ee1a4a3 100644 --- a/src/IconRemoveRoadSharpFilled.tsx +++ b/src/IconRemoveRoadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveRoadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveRoadSharpFilled as default } diff --git a/src/IconRemoveRounded.tsx b/src/IconRemoveRounded.tsx index 49298aa24..3b9e1acea 100644 --- a/src/IconRemoveRounded.tsx +++ b/src/IconRemoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRounded: React.FC = ({ ...props }) => ( +export const IconRemoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveRounded as default } diff --git a/src/IconRemoveRoundedFilled.tsx b/src/IconRemoveRoundedFilled.tsx index 5a9f45a0f..8f4fb0607 100644 --- a/src/IconRemoveRoundedFilled.tsx +++ b/src/IconRemoveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRemoveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveRoundedFilled as default } diff --git a/src/IconRemoveSelectionOutlined.tsx b/src/IconRemoveSelectionOutlined.tsx index 35f46d2df..8aaef3ba0 100644 --- a/src/IconRemoveSelectionOutlined.tsx +++ b/src/IconRemoveSelectionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveSelectionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveSelectionOutlined as default } diff --git a/src/IconRemoveSelectionOutlinedFilled.tsx b/src/IconRemoveSelectionOutlinedFilled.tsx index c79560895..cdf197bf0 100644 --- a/src/IconRemoveSelectionOutlinedFilled.tsx +++ b/src/IconRemoveSelectionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionOutlinedFilled: React.FC = ({ +export const IconRemoveSelectionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveSelectionOutlinedFilled: React.FC = ({ ) - -export { IconRemoveSelectionOutlinedFilled as default } diff --git a/src/IconRemoveSelectionRounded.tsx b/src/IconRemoveSelectionRounded.tsx index 84f8741aa..a3bbe487e 100644 --- a/src/IconRemoveSelectionRounded.tsx +++ b/src/IconRemoveSelectionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionRounded: React.FC = ({ ...props }) => ( +export const IconRemoveSelectionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveSelectionRounded as default } diff --git a/src/IconRemoveSelectionRoundedFilled.tsx b/src/IconRemoveSelectionRoundedFilled.tsx index 4697d5ae8..bd4121282 100644 --- a/src/IconRemoveSelectionRoundedFilled.tsx +++ b/src/IconRemoveSelectionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionRoundedFilled: React.FC = ({ +export const IconRemoveSelectionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveSelectionRoundedFilled: React.FC = ({ ) - -export { IconRemoveSelectionRoundedFilled as default } diff --git a/src/IconRemoveSelectionSharp.tsx b/src/IconRemoveSelectionSharp.tsx index 780b59a36..24d7cfc15 100644 --- a/src/IconRemoveSelectionSharp.tsx +++ b/src/IconRemoveSelectionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionSharp: React.FC = ({ ...props }) => ( +export const IconRemoveSelectionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveSelectionSharp as default } diff --git a/src/IconRemoveSelectionSharpFilled.tsx b/src/IconRemoveSelectionSharpFilled.tsx index f33955949..a628a4b91 100644 --- a/src/IconRemoveSelectionSharpFilled.tsx +++ b/src/IconRemoveSelectionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSelectionSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveSelectionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveSelectionSharpFilled as default } diff --git a/src/IconRemoveSharp.tsx b/src/IconRemoveSharp.tsx index 18bb87f84..d210d1110 100644 --- a/src/IconRemoveSharp.tsx +++ b/src/IconRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSharp: React.FC = ({ ...props }) => ( +export const IconRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveSharp as default } diff --git a/src/IconRemoveSharpFilled.tsx b/src/IconRemoveSharpFilled.tsx index a980b7beb..7784c4005 100644 --- a/src/IconRemoveSharpFilled.tsx +++ b/src/IconRemoveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconRemoveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRemoveSharpFilled as default } diff --git a/src/IconRemoveShoppingCartOutlined.tsx b/src/IconRemoveShoppingCartOutlined.tsx index 9c7c9eb01..645ca46fb 100644 --- a/src/IconRemoveShoppingCartOutlined.tsx +++ b/src/IconRemoveShoppingCartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartOutlined: React.FC = ({ ...props }) => ( +export const IconRemoveShoppingCartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveShoppingCartOutlined as default } diff --git a/src/IconRemoveShoppingCartOutlinedFilled.tsx b/src/IconRemoveShoppingCartOutlinedFilled.tsx index 5737d2206..913971baa 100644 --- a/src/IconRemoveShoppingCartOutlinedFilled.tsx +++ b/src/IconRemoveShoppingCartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartOutlinedFilled: React.FC = ({ +export const IconRemoveShoppingCartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveShoppingCartOutlinedFilled: React.FC = ({ ) - -export { IconRemoveShoppingCartOutlinedFilled as default } diff --git a/src/IconRemoveShoppingCartRounded.tsx b/src/IconRemoveShoppingCartRounded.tsx index 70f3535c4..5cb5eae7a 100644 --- a/src/IconRemoveShoppingCartRounded.tsx +++ b/src/IconRemoveShoppingCartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartRounded: React.FC = ({ ...props }) => ( +export const IconRemoveShoppingCartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveShoppingCartRounded as default } diff --git a/src/IconRemoveShoppingCartRoundedFilled.tsx b/src/IconRemoveShoppingCartRoundedFilled.tsx index 9924c0fe8..398a60c0b 100644 --- a/src/IconRemoveShoppingCartRoundedFilled.tsx +++ b/src/IconRemoveShoppingCartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartRoundedFilled: React.FC = ({ +export const IconRemoveShoppingCartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveShoppingCartRoundedFilled: React.FC = ({ ) - -export { IconRemoveShoppingCartRoundedFilled as default } diff --git a/src/IconRemoveShoppingCartSharp.tsx b/src/IconRemoveShoppingCartSharp.tsx index 7ecea03f3..3c40645c7 100644 --- a/src/IconRemoveShoppingCartSharp.tsx +++ b/src/IconRemoveShoppingCartSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartSharp: React.FC = ({ ...props }) => ( +export const IconRemoveShoppingCartSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRemoveShoppingCartSharp as default } diff --git a/src/IconRemoveShoppingCartSharpFilled.tsx b/src/IconRemoveShoppingCartSharpFilled.tsx index 6145895fe..43ff71ea1 100644 --- a/src/IconRemoveShoppingCartSharpFilled.tsx +++ b/src/IconRemoveShoppingCartSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRemoveShoppingCartSharpFilled: React.FC = ({ +export const IconRemoveShoppingCartSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRemoveShoppingCartSharpFilled: React.FC = ({ ) - -export { IconRemoveShoppingCartSharpFilled as default } diff --git a/src/IconReopenWindowOutlined.tsx b/src/IconReopenWindowOutlined.tsx index 5f0eaf586..94451ae92 100644 --- a/src/IconReopenWindowOutlined.tsx +++ b/src/IconReopenWindowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowOutlined: React.FC = ({ ...props }) => ( +export const IconReopenWindowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReopenWindowOutlined as default } diff --git a/src/IconReopenWindowOutlinedFilled.tsx b/src/IconReopenWindowOutlinedFilled.tsx index 50c5d98f8..e7944cf8f 100644 --- a/src/IconReopenWindowOutlinedFilled.tsx +++ b/src/IconReopenWindowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReopenWindowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReopenWindowOutlinedFilled as default } diff --git a/src/IconReopenWindowRounded.tsx b/src/IconReopenWindowRounded.tsx index f4a0e3cd7..532ba700f 100644 --- a/src/IconReopenWindowRounded.tsx +++ b/src/IconReopenWindowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowRounded: React.FC = ({ ...props }) => ( +export const IconReopenWindowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReopenWindowRounded as default } diff --git a/src/IconReopenWindowRoundedFilled.tsx b/src/IconReopenWindowRoundedFilled.tsx index 40592fe38..37dafaa48 100644 --- a/src/IconReopenWindowRoundedFilled.tsx +++ b/src/IconReopenWindowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReopenWindowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReopenWindowRoundedFilled as default } diff --git a/src/IconReopenWindowSharp.tsx b/src/IconReopenWindowSharp.tsx index 580fcabb7..efb43f815 100644 --- a/src/IconReopenWindowSharp.tsx +++ b/src/IconReopenWindowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowSharp: React.FC = ({ ...props }) => ( +export const IconReopenWindowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReopenWindowSharp as default } diff --git a/src/IconReopenWindowSharpFilled.tsx b/src/IconReopenWindowSharpFilled.tsx index 137539091..464c2faf8 100644 --- a/src/IconReopenWindowSharpFilled.tsx +++ b/src/IconReopenWindowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReopenWindowSharpFilled: React.FC = ({ ...props }) => ( +export const IconReopenWindowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReopenWindowSharpFilled as default } diff --git a/src/IconReorderOutlined.tsx b/src/IconReorderOutlined.tsx index cc8ec0155..7416871a3 100644 --- a/src/IconReorderOutlined.tsx +++ b/src/IconReorderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReorderOutlined: React.FC = ({ ...props }) => ( +export const IconReorderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReorderOutlined as default } diff --git a/src/IconReorderOutlinedFilled.tsx b/src/IconReorderOutlinedFilled.tsx index e15cc56ab..c0b1ff67c 100644 --- a/src/IconReorderOutlinedFilled.tsx +++ b/src/IconReorderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReorderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReorderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReorderOutlinedFilled as default } diff --git a/src/IconReorderRounded.tsx b/src/IconReorderRounded.tsx index 1430cd202..b1b37540a 100644 --- a/src/IconReorderRounded.tsx +++ b/src/IconReorderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReorderRounded: React.FC = ({ ...props }) => ( +export const IconReorderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReorderRounded as default } diff --git a/src/IconReorderRoundedFilled.tsx b/src/IconReorderRoundedFilled.tsx index 435a8ec0c..73a6a7711 100644 --- a/src/IconReorderRoundedFilled.tsx +++ b/src/IconReorderRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReorderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReorderRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReorderRoundedFilled as default } diff --git a/src/IconReorderSharp.tsx b/src/IconReorderSharp.tsx index f5c471db7..2830a6db8 100644 --- a/src/IconReorderSharp.tsx +++ b/src/IconReorderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReorderSharp: React.FC = ({ ...props }) => ( +export const IconReorderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReorderSharp as default } diff --git a/src/IconReorderSharpFilled.tsx b/src/IconReorderSharpFilled.tsx index 1df43852c..01e08e4be 100644 --- a/src/IconReorderSharpFilled.tsx +++ b/src/IconReorderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReorderSharpFilled: React.FC = ({ ...props }) => ( +export const IconReorderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReorderSharpFilled as default } diff --git a/src/IconRepartitionOutlined.tsx b/src/IconRepartitionOutlined.tsx index e562d357b..3e3fa7969 100644 --- a/src/IconRepartitionOutlined.tsx +++ b/src/IconRepartitionOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionOutlined: React.FC = ({ ...props }) => ( +export const IconRepartitionOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepartitionOutlined as default } diff --git a/src/IconRepartitionOutlinedFilled.tsx b/src/IconRepartitionOutlinedFilled.tsx index 776a813c6..941177271 100644 --- a/src/IconRepartitionOutlinedFilled.tsx +++ b/src/IconRepartitionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRepartitionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepartitionOutlinedFilled as default } diff --git a/src/IconRepartitionRounded.tsx b/src/IconRepartitionRounded.tsx index 6f474e16f..395a589aa 100644 --- a/src/IconRepartitionRounded.tsx +++ b/src/IconRepartitionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionRounded: React.FC = ({ ...props }) => ( +export const IconRepartitionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepartitionRounded as default } diff --git a/src/IconRepartitionRoundedFilled.tsx b/src/IconRepartitionRoundedFilled.tsx index e970b3c56..c9973f3b3 100644 --- a/src/IconRepartitionRoundedFilled.tsx +++ b/src/IconRepartitionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRepartitionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepartitionRoundedFilled as default } diff --git a/src/IconRepartitionSharp.tsx b/src/IconRepartitionSharp.tsx index fc55507a4..edaca227c 100644 --- a/src/IconRepartitionSharp.tsx +++ b/src/IconRepartitionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionSharp: React.FC = ({ ...props }) => ( +export const IconRepartitionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepartitionSharp as default } diff --git a/src/IconRepartitionSharpFilled.tsx b/src/IconRepartitionSharpFilled.tsx index d9120913a..7d425dce0 100644 --- a/src/IconRepartitionSharpFilled.tsx +++ b/src/IconRepartitionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepartitionSharpFilled: React.FC = ({ ...props }) => ( +export const IconRepartitionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepartitionSharpFilled as default } diff --git a/src/IconRepeatOnOutlined.tsx b/src/IconRepeatOnOutlined.tsx index 5c3d184c5..0f62eab51 100644 --- a/src/IconRepeatOnOutlined.tsx +++ b/src/IconRepeatOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnOutlined: React.FC = ({ ...props }) => ( +export const IconRepeatOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOnOutlined as default } diff --git a/src/IconRepeatOnOutlinedFilled.tsx b/src/IconRepeatOnOutlinedFilled.tsx index 03dc9d75c..87f856607 100644 --- a/src/IconRepeatOnOutlinedFilled.tsx +++ b/src/IconRepeatOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOnOutlinedFilled as default } diff --git a/src/IconRepeatOnRounded.tsx b/src/IconRepeatOnRounded.tsx index e9af86b9a..0d046e03d 100644 --- a/src/IconRepeatOnRounded.tsx +++ b/src/IconRepeatOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnRounded: React.FC = ({ ...props }) => ( +export const IconRepeatOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOnRounded as default } diff --git a/src/IconRepeatOnRoundedFilled.tsx b/src/IconRepeatOnRoundedFilled.tsx index bcbed47c5..7ba326806 100644 --- a/src/IconRepeatOnRoundedFilled.tsx +++ b/src/IconRepeatOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOnRoundedFilled as default } diff --git a/src/IconRepeatOnSharp.tsx b/src/IconRepeatOnSharp.tsx index fc02e3f5f..da850f11d 100644 --- a/src/IconRepeatOnSharp.tsx +++ b/src/IconRepeatOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnSharp: React.FC = ({ ...props }) => ( +export const IconRepeatOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOnSharp as default } diff --git a/src/IconRepeatOnSharpFilled.tsx b/src/IconRepeatOnSharpFilled.tsx index 919ae2dce..f22ab2b5b 100644 --- a/src/IconRepeatOnSharpFilled.tsx +++ b/src/IconRepeatOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOnSharpFilled as default } diff --git a/src/IconRepeatOneOnOutlined.tsx b/src/IconRepeatOneOnOutlined.tsx index 08c5d0a9d..2b7f488a1 100644 --- a/src/IconRepeatOneOnOutlined.tsx +++ b/src/IconRepeatOneOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnOutlined: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnOutlined as default } diff --git a/src/IconRepeatOneOnOutlinedFilled.tsx b/src/IconRepeatOneOnOutlinedFilled.tsx index 2605fc18b..af97a979e 100644 --- a/src/IconRepeatOneOnOutlinedFilled.tsx +++ b/src/IconRepeatOneOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnOutlinedFilled as default } diff --git a/src/IconRepeatOneOnRounded.tsx b/src/IconRepeatOneOnRounded.tsx index ea6cfe601..532d4975c 100644 --- a/src/IconRepeatOneOnRounded.tsx +++ b/src/IconRepeatOneOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnRounded: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnRounded as default } diff --git a/src/IconRepeatOneOnRoundedFilled.tsx b/src/IconRepeatOneOnRoundedFilled.tsx index 142e9965f..4dff7500d 100644 --- a/src/IconRepeatOneOnRoundedFilled.tsx +++ b/src/IconRepeatOneOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnRoundedFilled as default } diff --git a/src/IconRepeatOneOnSharp.tsx b/src/IconRepeatOneOnSharp.tsx index 5be40ae7e..7c2f1bc3b 100644 --- a/src/IconRepeatOneOnSharp.tsx +++ b/src/IconRepeatOneOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnSharp: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnSharp as default } diff --git a/src/IconRepeatOneOnSharpFilled.tsx b/src/IconRepeatOneOnSharpFilled.tsx index 06bbb3a30..aed89633f 100644 --- a/src/IconRepeatOneOnSharpFilled.tsx +++ b/src/IconRepeatOneOnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneOnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOnSharpFilled as default } diff --git a/src/IconRepeatOneOutlined.tsx b/src/IconRepeatOneOutlined.tsx index a13abf846..ed2b97fc9 100644 --- a/src/IconRepeatOneOutlined.tsx +++ b/src/IconRepeatOneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOutlined: React.FC = ({ ...props }) => ( +export const IconRepeatOneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOutlined as default } diff --git a/src/IconRepeatOneOutlinedFilled.tsx b/src/IconRepeatOneOutlinedFilled.tsx index 6200ea877..e76f7b38d 100644 --- a/src/IconRepeatOneOutlinedFilled.tsx +++ b/src/IconRepeatOneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOneOutlinedFilled as default } diff --git a/src/IconRepeatOneRounded.tsx b/src/IconRepeatOneRounded.tsx index b41a58a99..cd80b64f3 100644 --- a/src/IconRepeatOneRounded.tsx +++ b/src/IconRepeatOneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneRounded: React.FC = ({ ...props }) => ( +export const IconRepeatOneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneRounded as default } diff --git a/src/IconRepeatOneRoundedFilled.tsx b/src/IconRepeatOneRoundedFilled.tsx index 372850722..44707262f 100644 --- a/src/IconRepeatOneRoundedFilled.tsx +++ b/src/IconRepeatOneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRepeatOneRoundedFilled as default } diff --git a/src/IconRepeatOneSharp.tsx b/src/IconRepeatOneSharp.tsx index 01e6e738d..232861043 100644 --- a/src/IconRepeatOneSharp.tsx +++ b/src/IconRepeatOneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneSharp: React.FC = ({ ...props }) => ( +export const IconRepeatOneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneSharp as default } diff --git a/src/IconRepeatOneSharpFilled.tsx b/src/IconRepeatOneSharpFilled.tsx index ae1b7eff0..f279596dd 100644 --- a/src/IconRepeatOneSharpFilled.tsx +++ b/src/IconRepeatOneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOneSharpFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOneSharpFilled as default } diff --git a/src/IconRepeatOutlined.tsx b/src/IconRepeatOutlined.tsx index 7ff198b19..ca36de99f 100644 --- a/src/IconRepeatOutlined.tsx +++ b/src/IconRepeatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOutlined: React.FC = ({ ...props }) => ( +export const IconRepeatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOutlined as default } diff --git a/src/IconRepeatOutlinedFilled.tsx b/src/IconRepeatOutlinedFilled.tsx index ba5a665b0..8af3f7a05 100644 --- a/src/IconRepeatOutlinedFilled.tsx +++ b/src/IconRepeatOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatOutlinedFilled as default } diff --git a/src/IconRepeatRounded.tsx b/src/IconRepeatRounded.tsx index 341567b46..021634a1d 100644 --- a/src/IconRepeatRounded.tsx +++ b/src/IconRepeatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatRounded: React.FC = ({ ...props }) => ( +export const IconRepeatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatRounded as default } diff --git a/src/IconRepeatRoundedFilled.tsx b/src/IconRepeatRoundedFilled.tsx index 8f3216876..6daea7157 100644 --- a/src/IconRepeatRoundedFilled.tsx +++ b/src/IconRepeatRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRepeatRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatRoundedFilled as default } diff --git a/src/IconRepeatSharp.tsx b/src/IconRepeatSharp.tsx index 82e8c6f66..a73891365 100644 --- a/src/IconRepeatSharp.tsx +++ b/src/IconRepeatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatSharp: React.FC = ({ ...props }) => ( +export const IconRepeatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatSharp as default } diff --git a/src/IconRepeatSharpFilled.tsx b/src/IconRepeatSharpFilled.tsx index 105d7a8c6..d90759e82 100644 --- a/src/IconRepeatSharpFilled.tsx +++ b/src/IconRepeatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRepeatSharpFilled: React.FC = ({ ...props }) => ( +export const IconRepeatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRepeatSharpFilled as default } diff --git a/src/IconReplaceAudioOutlined.tsx b/src/IconReplaceAudioOutlined.tsx index 39262e8a4..293558ba6 100644 --- a/src/IconReplaceAudioOutlined.tsx +++ b/src/IconReplaceAudioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioOutlined: React.FC = ({ ...props }) => ( +export const IconReplaceAudioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioOutlined as default } diff --git a/src/IconReplaceAudioOutlinedFilled.tsx b/src/IconReplaceAudioOutlinedFilled.tsx index 71f0009f3..f104f5aea 100644 --- a/src/IconReplaceAudioOutlinedFilled.tsx +++ b/src/IconReplaceAudioOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceAudioOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioOutlinedFilled as default } diff --git a/src/IconReplaceAudioRounded.tsx b/src/IconReplaceAudioRounded.tsx index e595ad2a3..29d7f7922 100644 --- a/src/IconReplaceAudioRounded.tsx +++ b/src/IconReplaceAudioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioRounded: React.FC = ({ ...props }) => ( +export const IconReplaceAudioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioRounded as default } diff --git a/src/IconReplaceAudioRoundedFilled.tsx b/src/IconReplaceAudioRoundedFilled.tsx index 7be12150a..75b20d2e2 100644 --- a/src/IconReplaceAudioRoundedFilled.tsx +++ b/src/IconReplaceAudioRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceAudioRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioRoundedFilled as default } diff --git a/src/IconReplaceAudioSharp.tsx b/src/IconReplaceAudioSharp.tsx index 8c025277c..1d6ce5ff7 100644 --- a/src/IconReplaceAudioSharp.tsx +++ b/src/IconReplaceAudioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioSharp: React.FC = ({ ...props }) => ( +export const IconReplaceAudioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioSharp as default } diff --git a/src/IconReplaceAudioSharpFilled.tsx b/src/IconReplaceAudioSharpFilled.tsx index a5089dc94..d042fa0be 100644 --- a/src/IconReplaceAudioSharpFilled.tsx +++ b/src/IconReplaceAudioSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceAudioSharpFilled: React.FC = ({ ...props }) => ( +export const IconReplaceAudioSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceAudioSharpFilled as default } diff --git a/src/IconReplaceImageOutlined.tsx b/src/IconReplaceImageOutlined.tsx index 10ae83ec4..1669daa0d 100644 --- a/src/IconReplaceImageOutlined.tsx +++ b/src/IconReplaceImageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageOutlined: React.FC = ({ ...props }) => ( +export const IconReplaceImageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceImageOutlined as default } diff --git a/src/IconReplaceImageOutlinedFilled.tsx b/src/IconReplaceImageOutlinedFilled.tsx index cbf327a21..62824a5c9 100644 --- a/src/IconReplaceImageOutlinedFilled.tsx +++ b/src/IconReplaceImageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceImageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceImageOutlinedFilled as default } diff --git a/src/IconReplaceImageRounded.tsx b/src/IconReplaceImageRounded.tsx index 1215edb65..6d76c0762 100644 --- a/src/IconReplaceImageRounded.tsx +++ b/src/IconReplaceImageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageRounded: React.FC = ({ ...props }) => ( +export const IconReplaceImageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceImageRounded as default } diff --git a/src/IconReplaceImageRoundedFilled.tsx b/src/IconReplaceImageRoundedFilled.tsx index 54f81936b..08ec602d6 100644 --- a/src/IconReplaceImageRoundedFilled.tsx +++ b/src/IconReplaceImageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceImageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceImageRoundedFilled as default } diff --git a/src/IconReplaceImageSharp.tsx b/src/IconReplaceImageSharp.tsx index d3e326cfc..ff0744cca 100644 --- a/src/IconReplaceImageSharp.tsx +++ b/src/IconReplaceImageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageSharp: React.FC = ({ ...props }) => ( +export const IconReplaceImageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceImageSharp as default } diff --git a/src/IconReplaceImageSharpFilled.tsx b/src/IconReplaceImageSharpFilled.tsx index b89e19286..fc032468c 100644 --- a/src/IconReplaceImageSharpFilled.tsx +++ b/src/IconReplaceImageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceImageSharpFilled: React.FC = ({ ...props }) => ( +export const IconReplaceImageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceImageSharpFilled as default } diff --git a/src/IconReplaceVideoOutlined.tsx b/src/IconReplaceVideoOutlined.tsx index 6fdf860f0..574e22ca3 100644 --- a/src/IconReplaceVideoOutlined.tsx +++ b/src/IconReplaceVideoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoOutlined: React.FC = ({ ...props }) => ( +export const IconReplaceVideoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoOutlined as default } diff --git a/src/IconReplaceVideoOutlinedFilled.tsx b/src/IconReplaceVideoOutlinedFilled.tsx index e11639ec8..8c3749b5b 100644 --- a/src/IconReplaceVideoOutlinedFilled.tsx +++ b/src/IconReplaceVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoOutlinedFilled as default } diff --git a/src/IconReplaceVideoRounded.tsx b/src/IconReplaceVideoRounded.tsx index 058b8de9f..19ae4156b 100644 --- a/src/IconReplaceVideoRounded.tsx +++ b/src/IconReplaceVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoRounded: React.FC = ({ ...props }) => ( +export const IconReplaceVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoRounded as default } diff --git a/src/IconReplaceVideoRoundedFilled.tsx b/src/IconReplaceVideoRoundedFilled.tsx index 632849239..aad039b7d 100644 --- a/src/IconReplaceVideoRoundedFilled.tsx +++ b/src/IconReplaceVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplaceVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoRoundedFilled as default } diff --git a/src/IconReplaceVideoSharp.tsx b/src/IconReplaceVideoSharp.tsx index 8da8ecdbc..60e353ed5 100644 --- a/src/IconReplaceVideoSharp.tsx +++ b/src/IconReplaceVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoSharp: React.FC = ({ ...props }) => ( +export const IconReplaceVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoSharp as default } diff --git a/src/IconReplaceVideoSharpFilled.tsx b/src/IconReplaceVideoSharpFilled.tsx index 4005d71b8..67642ec6b 100644 --- a/src/IconReplaceVideoSharpFilled.tsx +++ b/src/IconReplaceVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplaceVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconReplaceVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplaceVideoSharpFilled as default } diff --git a/src/IconReplay10Outlined.tsx b/src/IconReplay10Outlined.tsx index 714f37f67..2b742ce44 100644 --- a/src/IconReplay10Outlined.tsx +++ b/src/IconReplay10Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10Outlined: React.FC = ({ ...props }) => ( +export const IconReplay10Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay10Outlined as default } diff --git a/src/IconReplay10OutlinedFilled.tsx b/src/IconReplay10OutlinedFilled.tsx index 6b12e1834..d692acb42 100644 --- a/src/IconReplay10OutlinedFilled.tsx +++ b/src/IconReplay10OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplay10OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplay10OutlinedFilled as default } diff --git a/src/IconReplay10Rounded.tsx b/src/IconReplay10Rounded.tsx index 841b32c87..04ecfe4bb 100644 --- a/src/IconReplay10Rounded.tsx +++ b/src/IconReplay10Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10Rounded: React.FC = ({ ...props }) => ( +export const IconReplay10Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay10Rounded as default } diff --git a/src/IconReplay10RoundedFilled.tsx b/src/IconReplay10RoundedFilled.tsx index 0a6a00a24..40c611eab 100644 --- a/src/IconReplay10RoundedFilled.tsx +++ b/src/IconReplay10RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10RoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplay10RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplay10RoundedFilled as default } diff --git a/src/IconReplay10Sharp.tsx b/src/IconReplay10Sharp.tsx index 009f5fbb7..b871aadcc 100644 --- a/src/IconReplay10Sharp.tsx +++ b/src/IconReplay10Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10Sharp: React.FC = ({ ...props }) => ( +export const IconReplay10Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay10Sharp as default } diff --git a/src/IconReplay10SharpFilled.tsx b/src/IconReplay10SharpFilled.tsx index 64ee62dd1..df6e347bd 100644 --- a/src/IconReplay10SharpFilled.tsx +++ b/src/IconReplay10SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay10SharpFilled: React.FC = ({ ...props }) => ( +export const IconReplay10SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay10SharpFilled as default } diff --git a/src/IconReplay30Outlined.tsx b/src/IconReplay30Outlined.tsx index 02923e132..4898ee21e 100644 --- a/src/IconReplay30Outlined.tsx +++ b/src/IconReplay30Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30Outlined: React.FC = ({ ...props }) => ( +export const IconReplay30Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay30Outlined as default } diff --git a/src/IconReplay30OutlinedFilled.tsx b/src/IconReplay30OutlinedFilled.tsx index db519f088..272198bdc 100644 --- a/src/IconReplay30OutlinedFilled.tsx +++ b/src/IconReplay30OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplay30OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplay30OutlinedFilled as default } diff --git a/src/IconReplay30Rounded.tsx b/src/IconReplay30Rounded.tsx index 78efb3b7a..9c84bc493 100644 --- a/src/IconReplay30Rounded.tsx +++ b/src/IconReplay30Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30Rounded: React.FC = ({ ...props }) => ( +export const IconReplay30Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay30Rounded as default } diff --git a/src/IconReplay30RoundedFilled.tsx b/src/IconReplay30RoundedFilled.tsx index 6be63d6d6..14a807563 100644 --- a/src/IconReplay30RoundedFilled.tsx +++ b/src/IconReplay30RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30RoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplay30RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplay30RoundedFilled as default } diff --git a/src/IconReplay30Sharp.tsx b/src/IconReplay30Sharp.tsx index e0312b8ca..0629ed7db 100644 --- a/src/IconReplay30Sharp.tsx +++ b/src/IconReplay30Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30Sharp: React.FC = ({ ...props }) => ( +export const IconReplay30Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay30Sharp as default } diff --git a/src/IconReplay30SharpFilled.tsx b/src/IconReplay30SharpFilled.tsx index 232d4c29b..e788249b6 100644 --- a/src/IconReplay30SharpFilled.tsx +++ b/src/IconReplay30SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay30SharpFilled: React.FC = ({ ...props }) => ( +export const IconReplay30SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay30SharpFilled as default } diff --git a/src/IconReplay5Outlined.tsx b/src/IconReplay5Outlined.tsx index 8fdaf27f5..4447f8945 100644 --- a/src/IconReplay5Outlined.tsx +++ b/src/IconReplay5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5Outlined: React.FC = ({ ...props }) => ( +export const IconReplay5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay5Outlined as default } diff --git a/src/IconReplay5OutlinedFilled.tsx b/src/IconReplay5OutlinedFilled.tsx index 486b7f43e..3b16fe7e9 100644 --- a/src/IconReplay5OutlinedFilled.tsx +++ b/src/IconReplay5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplay5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplay5OutlinedFilled as default } diff --git a/src/IconReplay5Rounded.tsx b/src/IconReplay5Rounded.tsx index fb731eafb..5d00a0f0d 100644 --- a/src/IconReplay5Rounded.tsx +++ b/src/IconReplay5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5Rounded: React.FC = ({ ...props }) => ( +export const IconReplay5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay5Rounded as default } diff --git a/src/IconReplay5RoundedFilled.tsx b/src/IconReplay5RoundedFilled.tsx index c78620495..02d920392 100644 --- a/src/IconReplay5RoundedFilled.tsx +++ b/src/IconReplay5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplay5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay5RoundedFilled as default } diff --git a/src/IconReplay5Sharp.tsx b/src/IconReplay5Sharp.tsx index d002a4556..00e2900e0 100644 --- a/src/IconReplay5Sharp.tsx +++ b/src/IconReplay5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5Sharp: React.FC = ({ ...props }) => ( +export const IconReplay5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay5Sharp as default } diff --git a/src/IconReplay5SharpFilled.tsx b/src/IconReplay5SharpFilled.tsx index e1f91b96c..bb0441016 100644 --- a/src/IconReplay5SharpFilled.tsx +++ b/src/IconReplay5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplay5SharpFilled: React.FC = ({ ...props }) => ( +export const IconReplay5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplay5SharpFilled as default } diff --git a/src/IconReplayOutlined.tsx b/src/IconReplayOutlined.tsx index 892e2946d..abb0ec53d 100644 --- a/src/IconReplayOutlined.tsx +++ b/src/IconReplayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplayOutlined: React.FC = ({ ...props }) => ( +export const IconReplayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplayOutlined as default } diff --git a/src/IconReplayOutlinedFilled.tsx b/src/IconReplayOutlinedFilled.tsx index 7247aa1c6..332bde4de 100644 --- a/src/IconReplayOutlinedFilled.tsx +++ b/src/IconReplayOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplayOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplayOutlinedFilled as default } diff --git a/src/IconReplayRounded.tsx b/src/IconReplayRounded.tsx index 4fde7dba5..71eddb43f 100644 --- a/src/IconReplayRounded.tsx +++ b/src/IconReplayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplayRounded: React.FC = ({ ...props }) => ( +export const IconReplayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplayRounded as default } diff --git a/src/IconReplayRoundedFilled.tsx b/src/IconReplayRoundedFilled.tsx index 0174ee32e..9e7daca30 100644 --- a/src/IconReplayRoundedFilled.tsx +++ b/src/IconReplayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplayRoundedFilled as default } diff --git a/src/IconReplaySharp.tsx b/src/IconReplaySharp.tsx index 7fb4bb08a..163908b17 100644 --- a/src/IconReplaySharp.tsx +++ b/src/IconReplaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaySharp: React.FC = ({ ...props }) => ( +export const IconReplaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaySharp as default } diff --git a/src/IconReplaySharpFilled.tsx b/src/IconReplaySharpFilled.tsx index 8ac658441..579e82b69 100644 --- a/src/IconReplaySharpFilled.tsx +++ b/src/IconReplaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplaySharpFilled: React.FC = ({ ...props }) => ( +export const IconReplaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplaySharpFilled as default } diff --git a/src/IconReplyAllOutlined.tsx b/src/IconReplyAllOutlined.tsx index 6b35969cf..f8ca2331a 100644 --- a/src/IconReplyAllOutlined.tsx +++ b/src/IconReplyAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllOutlined: React.FC = ({ ...props }) => ( +export const IconReplyAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyAllOutlined as default } diff --git a/src/IconReplyAllOutlinedFilled.tsx b/src/IconReplyAllOutlinedFilled.tsx index 298df10a9..db187f6cf 100644 --- a/src/IconReplyAllOutlinedFilled.tsx +++ b/src/IconReplyAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplyAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplyAllOutlinedFilled as default } diff --git a/src/IconReplyAllRounded.tsx b/src/IconReplyAllRounded.tsx index 014e429af..863f31fd2 100644 --- a/src/IconReplyAllRounded.tsx +++ b/src/IconReplyAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllRounded: React.FC = ({ ...props }) => ( +export const IconReplyAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyAllRounded as default } diff --git a/src/IconReplyAllRoundedFilled.tsx b/src/IconReplyAllRoundedFilled.tsx index e3495c810..d69b78bbb 100644 --- a/src/IconReplyAllRoundedFilled.tsx +++ b/src/IconReplyAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplyAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReplyAllRoundedFilled as default } diff --git a/src/IconReplyAllSharp.tsx b/src/IconReplyAllSharp.tsx index f368493ce..3c8045a6e 100644 --- a/src/IconReplyAllSharp.tsx +++ b/src/IconReplyAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllSharp: React.FC = ({ ...props }) => ( +export const IconReplyAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyAllSharp as default } diff --git a/src/IconReplyAllSharpFilled.tsx b/src/IconReplyAllSharpFilled.tsx index 47472f533..4a50661e9 100644 --- a/src/IconReplyAllSharpFilled.tsx +++ b/src/IconReplyAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconReplyAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyAllSharpFilled as default } diff --git a/src/IconReplyOutlined.tsx b/src/IconReplyOutlined.tsx index 18624df2a..34573599d 100644 --- a/src/IconReplyOutlined.tsx +++ b/src/IconReplyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyOutlined: React.FC = ({ ...props }) => ( +export const IconReplyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyOutlined as default } diff --git a/src/IconReplyOutlinedFilled.tsx b/src/IconReplyOutlinedFilled.tsx index d77a9ab33..0d722612a 100644 --- a/src/IconReplyOutlinedFilled.tsx +++ b/src/IconReplyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReplyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyOutlinedFilled as default } diff --git a/src/IconReplyRounded.tsx b/src/IconReplyRounded.tsx deleted file mode 100644 index ddbc4a78d..000000000 --- a/src/IconReplyRounded.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconReplyRounded: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconReplyRounded as default } diff --git a/src/IconReplyRoundedFilled.tsx b/src/IconReplyRoundedFilled.tsx index b374b89f1..48b2a9e32 100644 --- a/src/IconReplyRoundedFilled.tsx +++ b/src/IconReplyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReplyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplyRoundedFilled as default } diff --git a/src/IconReplySharp.tsx b/src/IconReplySharp.tsx index c977c7bd8..a5e1f1e94 100644 --- a/src/IconReplySharp.tsx +++ b/src/IconReplySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplySharp: React.FC = ({ ...props }) => ( +export const IconReplySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplySharp as default } diff --git a/src/IconReplySharpFilled.tsx b/src/IconReplySharpFilled.tsx index eb1e34a5f..c9d337e2a 100644 --- a/src/IconReplySharpFilled.tsx +++ b/src/IconReplySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReplySharpFilled: React.FC = ({ ...props }) => ( +export const IconReplySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReplySharpFilled as default } diff --git a/src/IconReportOffOutlined.tsx b/src/IconReportOffOutlined.tsx index da536cdc4..a6e731011 100644 --- a/src/IconReportOffOutlined.tsx +++ b/src/IconReportOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffOutlined: React.FC = ({ ...props }) => ( +export const IconReportOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOffOutlined as default } diff --git a/src/IconReportOffOutlinedFilled.tsx b/src/IconReportOffOutlinedFilled.tsx index 52620d37a..872170f8c 100644 --- a/src/IconReportOffOutlinedFilled.tsx +++ b/src/IconReportOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReportOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReportOffOutlinedFilled as default } diff --git a/src/IconReportOffRounded.tsx b/src/IconReportOffRounded.tsx index 78b395204..5e026b0bc 100644 --- a/src/IconReportOffRounded.tsx +++ b/src/IconReportOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffRounded: React.FC = ({ ...props }) => ( +export const IconReportOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOffRounded as default } diff --git a/src/IconReportOffRoundedFilled.tsx b/src/IconReportOffRoundedFilled.tsx index 7775443f8..1e88442e4 100644 --- a/src/IconReportOffRoundedFilled.tsx +++ b/src/IconReportOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReportOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReportOffRoundedFilled as default } diff --git a/src/IconReportOffSharp.tsx b/src/IconReportOffSharp.tsx index 0ae0b4ae7..636592bb2 100644 --- a/src/IconReportOffSharp.tsx +++ b/src/IconReportOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffSharp: React.FC = ({ ...props }) => ( +export const IconReportOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOffSharp as default } diff --git a/src/IconReportOffSharpFilled.tsx b/src/IconReportOffSharpFilled.tsx index 4c50c7d69..c82aa1f8e 100644 --- a/src/IconReportOffSharpFilled.tsx +++ b/src/IconReportOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconReportOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOffSharpFilled as default } diff --git a/src/IconReportOutlined.tsx b/src/IconReportOutlined.tsx index 0bae8c9a8..dbda1acd5 100644 --- a/src/IconReportOutlined.tsx +++ b/src/IconReportOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOutlined: React.FC = ({ ...props }) => ( +export const IconReportOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOutlined as default } diff --git a/src/IconReportOutlinedFilled.tsx b/src/IconReportOutlinedFilled.tsx index d8591c141..defb25943 100644 --- a/src/IconReportOutlinedFilled.tsx +++ b/src/IconReportOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReportOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportOutlinedFilled as default } diff --git a/src/IconReportRounded.tsx b/src/IconReportRounded.tsx index 442580197..7d29fc468 100644 --- a/src/IconReportRounded.tsx +++ b/src/IconReportRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportRounded: React.FC = ({ ...props }) => ( +export const IconReportRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportRounded as default } diff --git a/src/IconReportRoundedFilled.tsx b/src/IconReportRoundedFilled.tsx index 475dea3a2..4e08665e2 100644 --- a/src/IconReportRoundedFilled.tsx +++ b/src/IconReportRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReportRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportRoundedFilled as default } diff --git a/src/IconReportSharp.tsx b/src/IconReportSharp.tsx index 81898bb84..a4db42fba 100644 --- a/src/IconReportSharp.tsx +++ b/src/IconReportSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportSharp: React.FC = ({ ...props }) => ( +export const IconReportSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportSharp as default } diff --git a/src/IconReportSharpFilled.tsx b/src/IconReportSharpFilled.tsx index 797fab04c..248c8ede2 100644 --- a/src/IconReportSharpFilled.tsx +++ b/src/IconReportSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReportSharpFilled: React.FC = ({ ...props }) => ( +export const IconReportSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReportSharpFilled as default } diff --git a/src/IconRequestPageOutlined.tsx b/src/IconRequestPageOutlined.tsx index f33a01355..cf6f84196 100644 --- a/src/IconRequestPageOutlined.tsx +++ b/src/IconRequestPageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageOutlined: React.FC = ({ ...props }) => ( +export const IconRequestPageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestPageOutlined as default } diff --git a/src/IconRequestPageOutlinedFilled.tsx b/src/IconRequestPageOutlinedFilled.tsx index 429d7fbe7..2ed5dd83d 100644 --- a/src/IconRequestPageOutlinedFilled.tsx +++ b/src/IconRequestPageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRequestPageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestPageOutlinedFilled as default } diff --git a/src/IconRequestPageRounded.tsx b/src/IconRequestPageRounded.tsx index fbadaea99..1383323a1 100644 --- a/src/IconRequestPageRounded.tsx +++ b/src/IconRequestPageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageRounded: React.FC = ({ ...props }) => ( +export const IconRequestPageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestPageRounded as default } diff --git a/src/IconRequestPageRoundedFilled.tsx b/src/IconRequestPageRoundedFilled.tsx index 3742311c6..8e3b075ec 100644 --- a/src/IconRequestPageRoundedFilled.tsx +++ b/src/IconRequestPageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRequestPageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestPageRoundedFilled as default } diff --git a/src/IconRequestPageSharp.tsx b/src/IconRequestPageSharp.tsx index 7051fd7cd..155e6ddab 100644 --- a/src/IconRequestPageSharp.tsx +++ b/src/IconRequestPageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageSharp: React.FC = ({ ...props }) => ( +export const IconRequestPageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestPageSharp as default } diff --git a/src/IconRequestPageSharpFilled.tsx b/src/IconRequestPageSharpFilled.tsx index 77ef6ad12..29d7d45e0 100644 --- a/src/IconRequestPageSharpFilled.tsx +++ b/src/IconRequestPageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestPageSharpFilled: React.FC = ({ ...props }) => ( +export const IconRequestPageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestPageSharpFilled as default } diff --git a/src/IconRequestQuoteOutlined.tsx b/src/IconRequestQuoteOutlined.tsx index a59c10a3f..03e6c0896 100644 --- a/src/IconRequestQuoteOutlined.tsx +++ b/src/IconRequestQuoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteOutlined: React.FC = ({ ...props }) => ( +export const IconRequestQuoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteOutlined as default } diff --git a/src/IconRequestQuoteOutlinedFilled.tsx b/src/IconRequestQuoteOutlinedFilled.tsx index 040d1145f..7929a2581 100644 --- a/src/IconRequestQuoteOutlinedFilled.tsx +++ b/src/IconRequestQuoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRequestQuoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteOutlinedFilled as default } diff --git a/src/IconRequestQuoteRounded.tsx b/src/IconRequestQuoteRounded.tsx index 695f09264..f3faa56ee 100644 --- a/src/IconRequestQuoteRounded.tsx +++ b/src/IconRequestQuoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteRounded: React.FC = ({ ...props }) => ( +export const IconRequestQuoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteRounded as default } diff --git a/src/IconRequestQuoteRoundedFilled.tsx b/src/IconRequestQuoteRoundedFilled.tsx index d1ab6e345..1f66a4874 100644 --- a/src/IconRequestQuoteRoundedFilled.tsx +++ b/src/IconRequestQuoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRequestQuoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteRoundedFilled as default } diff --git a/src/IconRequestQuoteSharp.tsx b/src/IconRequestQuoteSharp.tsx index af45292f2..b06f7fb33 100644 --- a/src/IconRequestQuoteSharp.tsx +++ b/src/IconRequestQuoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteSharp: React.FC = ({ ...props }) => ( +export const IconRequestQuoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteSharp as default } diff --git a/src/IconRequestQuoteSharpFilled.tsx b/src/IconRequestQuoteSharpFilled.tsx index 1a1882760..eadeed39e 100644 --- a/src/IconRequestQuoteSharpFilled.tsx +++ b/src/IconRequestQuoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRequestQuoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconRequestQuoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRequestQuoteSharpFilled as default } diff --git a/src/IconResetBrightnessOutlined.tsx b/src/IconResetBrightnessOutlined.tsx index 498780a14..ef5ee06da 100644 --- a/src/IconResetBrightnessOutlined.tsx +++ b/src/IconResetBrightnessOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessOutlined: React.FC = ({ ...props }) => ( +export const IconResetBrightnessOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetBrightnessOutlined as default } diff --git a/src/IconResetBrightnessOutlinedFilled.tsx b/src/IconResetBrightnessOutlinedFilled.tsx index 95ed24855..61388afa5 100644 --- a/src/IconResetBrightnessOutlinedFilled.tsx +++ b/src/IconResetBrightnessOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessOutlinedFilled: React.FC = ({ +export const IconResetBrightnessOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetBrightnessOutlinedFilled: React.FC = ({ ) - -export { IconResetBrightnessOutlinedFilled as default } diff --git a/src/IconResetBrightnessRounded.tsx b/src/IconResetBrightnessRounded.tsx index 704dff9db..a462d9d16 100644 --- a/src/IconResetBrightnessRounded.tsx +++ b/src/IconResetBrightnessRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessRounded: React.FC = ({ ...props }) => ( +export const IconResetBrightnessRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetBrightnessRounded as default } diff --git a/src/IconResetBrightnessRoundedFilled.tsx b/src/IconResetBrightnessRoundedFilled.tsx index 3b3866c7e..24d65c7d7 100644 --- a/src/IconResetBrightnessRoundedFilled.tsx +++ b/src/IconResetBrightnessRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessRoundedFilled: React.FC = ({ +export const IconResetBrightnessRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetBrightnessRoundedFilled: React.FC = ({ ) - -export { IconResetBrightnessRoundedFilled as default } diff --git a/src/IconResetBrightnessSharp.tsx b/src/IconResetBrightnessSharp.tsx index d6988e635..b6022e374 100644 --- a/src/IconResetBrightnessSharp.tsx +++ b/src/IconResetBrightnessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessSharp: React.FC = ({ ...props }) => ( +export const IconResetBrightnessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetBrightnessSharp as default } diff --git a/src/IconResetBrightnessSharpFilled.tsx b/src/IconResetBrightnessSharpFilled.tsx index 17fc70d0e..f4d804edf 100644 --- a/src/IconResetBrightnessSharpFilled.tsx +++ b/src/IconResetBrightnessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetBrightnessSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetBrightnessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetBrightnessSharpFilled as default } diff --git a/src/IconResetFocusOutlined.tsx b/src/IconResetFocusOutlined.tsx index a4eac17e3..271fbc3aa 100644 --- a/src/IconResetFocusOutlined.tsx +++ b/src/IconResetFocusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusOutlined: React.FC = ({ ...props }) => ( +export const IconResetFocusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetFocusOutlined as default } diff --git a/src/IconResetFocusOutlinedFilled.tsx b/src/IconResetFocusOutlinedFilled.tsx index 001ea2ab7..514f33ae6 100644 --- a/src/IconResetFocusOutlinedFilled.tsx +++ b/src/IconResetFocusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetFocusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetFocusOutlinedFilled as default } diff --git a/src/IconResetFocusRounded.tsx b/src/IconResetFocusRounded.tsx index 1e51f84c8..0bdec397e 100644 --- a/src/IconResetFocusRounded.tsx +++ b/src/IconResetFocusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusRounded: React.FC = ({ ...props }) => ( +export const IconResetFocusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetFocusRounded as default } diff --git a/src/IconResetFocusRoundedFilled.tsx b/src/IconResetFocusRoundedFilled.tsx index 9347f9fe3..c694fc8fc 100644 --- a/src/IconResetFocusRoundedFilled.tsx +++ b/src/IconResetFocusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetFocusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetFocusRoundedFilled as default } diff --git a/src/IconResetFocusSharp.tsx b/src/IconResetFocusSharp.tsx index 17aba48b4..2315ba183 100644 --- a/src/IconResetFocusSharp.tsx +++ b/src/IconResetFocusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusSharp: React.FC = ({ ...props }) => ( +export const IconResetFocusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetFocusSharp as default } diff --git a/src/IconResetFocusSharpFilled.tsx b/src/IconResetFocusSharpFilled.tsx index c48a47cae..fe54d04c9 100644 --- a/src/IconResetFocusSharpFilled.tsx +++ b/src/IconResetFocusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetFocusSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetFocusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetFocusSharpFilled as default } diff --git a/src/IconResetImageOutlined.tsx b/src/IconResetImageOutlined.tsx index 4468f8d86..7c6cd5148 100644 --- a/src/IconResetImageOutlined.tsx +++ b/src/IconResetImageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageOutlined: React.FC = ({ ...props }) => ( +export const IconResetImageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetImageOutlined as default } diff --git a/src/IconResetImageOutlinedFilled.tsx b/src/IconResetImageOutlinedFilled.tsx index 92adf4970..cd72c64c5 100644 --- a/src/IconResetImageOutlinedFilled.tsx +++ b/src/IconResetImageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetImageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetImageOutlinedFilled as default } diff --git a/src/IconResetImageRounded.tsx b/src/IconResetImageRounded.tsx index f99bd9321..0098d29d9 100644 --- a/src/IconResetImageRounded.tsx +++ b/src/IconResetImageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageRounded: React.FC = ({ ...props }) => ( +export const IconResetImageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetImageRounded as default } diff --git a/src/IconResetImageRoundedFilled.tsx b/src/IconResetImageRoundedFilled.tsx index e067ed1f9..575210d7a 100644 --- a/src/IconResetImageRoundedFilled.tsx +++ b/src/IconResetImageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetImageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetImageRoundedFilled as default } diff --git a/src/IconResetImageSharp.tsx b/src/IconResetImageSharp.tsx index fbaae2c39..a2173bfed 100644 --- a/src/IconResetImageSharp.tsx +++ b/src/IconResetImageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageSharp: React.FC = ({ ...props }) => ( +export const IconResetImageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetImageSharp as default } diff --git a/src/IconResetImageSharpFilled.tsx b/src/IconResetImageSharpFilled.tsx index 57e5988e4..c0b344a51 100644 --- a/src/IconResetImageSharpFilled.tsx +++ b/src/IconResetImageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetImageSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetImageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetImageSharpFilled as default } diff --git a/src/IconResetIsoOutlined.tsx b/src/IconResetIsoOutlined.tsx index d83fdcea7..362c45697 100644 --- a/src/IconResetIsoOutlined.tsx +++ b/src/IconResetIsoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoOutlined: React.FC = ({ ...props }) => ( +export const IconResetIsoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetIsoOutlined as default } diff --git a/src/IconResetIsoOutlinedFilled.tsx b/src/IconResetIsoOutlinedFilled.tsx index cf365356d..7d1dd744a 100644 --- a/src/IconResetIsoOutlinedFilled.tsx +++ b/src/IconResetIsoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetIsoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetIsoOutlinedFilled as default } diff --git a/src/IconResetIsoRounded.tsx b/src/IconResetIsoRounded.tsx index bb4d3b26a..56cc4a389 100644 --- a/src/IconResetIsoRounded.tsx +++ b/src/IconResetIsoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoRounded: React.FC = ({ ...props }) => ( +export const IconResetIsoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetIsoRounded as default } diff --git a/src/IconResetIsoRoundedFilled.tsx b/src/IconResetIsoRoundedFilled.tsx index c8a2f26ac..feab77b35 100644 --- a/src/IconResetIsoRoundedFilled.tsx +++ b/src/IconResetIsoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetIsoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetIsoRoundedFilled as default } diff --git a/src/IconResetIsoSharp.tsx b/src/IconResetIsoSharp.tsx index 391387e2d..808e76aec 100644 --- a/src/IconResetIsoSharp.tsx +++ b/src/IconResetIsoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoSharp: React.FC = ({ ...props }) => ( +export const IconResetIsoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetIsoSharp as default } diff --git a/src/IconResetIsoSharpFilled.tsx b/src/IconResetIsoSharpFilled.tsx index e9c921cc5..6262dda69 100644 --- a/src/IconResetIsoSharpFilled.tsx +++ b/src/IconResetIsoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetIsoSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetIsoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetIsoSharpFilled as default } diff --git a/src/IconResetSettingsOutlined.tsx b/src/IconResetSettingsOutlined.tsx index cb083bddb..31a5a9e00 100644 --- a/src/IconResetSettingsOutlined.tsx +++ b/src/IconResetSettingsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsOutlined: React.FC = ({ ...props }) => ( +export const IconResetSettingsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetSettingsOutlined as default } diff --git a/src/IconResetSettingsOutlinedFilled.tsx b/src/IconResetSettingsOutlinedFilled.tsx index b853ee32d..5d0c22881 100644 --- a/src/IconResetSettingsOutlinedFilled.tsx +++ b/src/IconResetSettingsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetSettingsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetSettingsOutlinedFilled as default } diff --git a/src/IconResetSettingsRounded.tsx b/src/IconResetSettingsRounded.tsx index 916ca426f..ed16b524c 100644 --- a/src/IconResetSettingsRounded.tsx +++ b/src/IconResetSettingsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsRounded: React.FC = ({ ...props }) => ( +export const IconResetSettingsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetSettingsRounded as default } diff --git a/src/IconResetSettingsRoundedFilled.tsx b/src/IconResetSettingsRoundedFilled.tsx index 4ed9da443..c06e6da9e 100644 --- a/src/IconResetSettingsRoundedFilled.tsx +++ b/src/IconResetSettingsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetSettingsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetSettingsRoundedFilled as default } diff --git a/src/IconResetSettingsSharp.tsx b/src/IconResetSettingsSharp.tsx index ef09ae7fd..3d5002942 100644 --- a/src/IconResetSettingsSharp.tsx +++ b/src/IconResetSettingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsSharp: React.FC = ({ ...props }) => ( +export const IconResetSettingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetSettingsSharp as default } diff --git a/src/IconResetSettingsSharpFilled.tsx b/src/IconResetSettingsSharpFilled.tsx index a0974772b..dd6c1822a 100644 --- a/src/IconResetSettingsSharpFilled.tsx +++ b/src/IconResetSettingsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetSettingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetSettingsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetSettingsSharpFilled as default } diff --git a/src/IconResetShadowOutlined.tsx b/src/IconResetShadowOutlined.tsx index 30d25511d..224b1d173 100644 --- a/src/IconResetShadowOutlined.tsx +++ b/src/IconResetShadowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowOutlined: React.FC = ({ ...props }) => ( +export const IconResetShadowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetShadowOutlined as default } diff --git a/src/IconResetShadowOutlinedFilled.tsx b/src/IconResetShadowOutlinedFilled.tsx index 65e3b5c6c..67c137d1a 100644 --- a/src/IconResetShadowOutlinedFilled.tsx +++ b/src/IconResetShadowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetShadowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShadowOutlinedFilled as default } diff --git a/src/IconResetShadowRounded.tsx b/src/IconResetShadowRounded.tsx index 0177e0d3c..6c76382c7 100644 --- a/src/IconResetShadowRounded.tsx +++ b/src/IconResetShadowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowRounded: React.FC = ({ ...props }) => ( +export const IconResetShadowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetShadowRounded as default } diff --git a/src/IconResetShadowRoundedFilled.tsx b/src/IconResetShadowRoundedFilled.tsx index 4fbfca6af..324e4e574 100644 --- a/src/IconResetShadowRoundedFilled.tsx +++ b/src/IconResetShadowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetShadowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShadowRoundedFilled as default } diff --git a/src/IconResetShadowSharp.tsx b/src/IconResetShadowSharp.tsx index 3acd43aaf..acf59a5c7 100644 --- a/src/IconResetShadowSharp.tsx +++ b/src/IconResetShadowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowSharp: React.FC = ({ ...props }) => ( +export const IconResetShadowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetShadowSharp as default } diff --git a/src/IconResetShadowSharpFilled.tsx b/src/IconResetShadowSharpFilled.tsx index 593eb2bb2..280edaa3d 100644 --- a/src/IconResetShadowSharpFilled.tsx +++ b/src/IconResetShadowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShadowSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetShadowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShadowSharpFilled as default } diff --git a/src/IconResetShutterSpeedOutlined.tsx b/src/IconResetShutterSpeedOutlined.tsx index 38141adf9..2869214fc 100644 --- a/src/IconResetShutterSpeedOutlined.tsx +++ b/src/IconResetShutterSpeedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedOutlined: React.FC = ({ ...props }) => ( +export const IconResetShutterSpeedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShutterSpeedOutlined as default } diff --git a/src/IconResetShutterSpeedOutlinedFilled.tsx b/src/IconResetShutterSpeedOutlinedFilled.tsx index 32ab36495..bb119ec12 100644 --- a/src/IconResetShutterSpeedOutlinedFilled.tsx +++ b/src/IconResetShutterSpeedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedOutlinedFilled: React.FC = ({ +export const IconResetShutterSpeedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetShutterSpeedOutlinedFilled: React.FC = ({ ) - -export { IconResetShutterSpeedOutlinedFilled as default } diff --git a/src/IconResetShutterSpeedRounded.tsx b/src/IconResetShutterSpeedRounded.tsx index 3c6306211..9cd0151d2 100644 --- a/src/IconResetShutterSpeedRounded.tsx +++ b/src/IconResetShutterSpeedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedRounded: React.FC = ({ ...props }) => ( +export const IconResetShutterSpeedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShutterSpeedRounded as default } diff --git a/src/IconResetShutterSpeedRoundedFilled.tsx b/src/IconResetShutterSpeedRoundedFilled.tsx index df2c0c740..34d96c139 100644 --- a/src/IconResetShutterSpeedRoundedFilled.tsx +++ b/src/IconResetShutterSpeedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedRoundedFilled: React.FC = ({ +export const IconResetShutterSpeedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetShutterSpeedRoundedFilled: React.FC = ({ ) - -export { IconResetShutterSpeedRoundedFilled as default } diff --git a/src/IconResetShutterSpeedSharp.tsx b/src/IconResetShutterSpeedSharp.tsx index 3c2d37147..fe8e88520 100644 --- a/src/IconResetShutterSpeedSharp.tsx +++ b/src/IconResetShutterSpeedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedSharp: React.FC = ({ ...props }) => ( +export const IconResetShutterSpeedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetShutterSpeedSharp as default } diff --git a/src/IconResetShutterSpeedSharpFilled.tsx b/src/IconResetShutterSpeedSharpFilled.tsx index 8b5d93dfb..b3b0dab2a 100644 --- a/src/IconResetShutterSpeedSharpFilled.tsx +++ b/src/IconResetShutterSpeedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetShutterSpeedSharpFilled: React.FC = ({ +export const IconResetShutterSpeedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetShutterSpeedSharpFilled: React.FC = ({ ) - -export { IconResetShutterSpeedSharpFilled as default } diff --git a/src/IconResetTvOutlined.tsx b/src/IconResetTvOutlined.tsx index 6097110d5..30ee53c9a 100644 --- a/src/IconResetTvOutlined.tsx +++ b/src/IconResetTvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvOutlined: React.FC = ({ ...props }) => ( +export const IconResetTvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetTvOutlined as default } diff --git a/src/IconResetTvOutlinedFilled.tsx b/src/IconResetTvOutlinedFilled.tsx index d949c2263..590cb0f92 100644 --- a/src/IconResetTvOutlinedFilled.tsx +++ b/src/IconResetTvOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetTvOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetTvOutlinedFilled as default } diff --git a/src/IconResetTvRounded.tsx b/src/IconResetTvRounded.tsx index 94a6c55fd..cd13f19c7 100644 --- a/src/IconResetTvRounded.tsx +++ b/src/IconResetTvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvRounded: React.FC = ({ ...props }) => ( +export const IconResetTvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetTvRounded as default } diff --git a/src/IconResetTvRoundedFilled.tsx b/src/IconResetTvRoundedFilled.tsx index 77c047157..def08273c 100644 --- a/src/IconResetTvRoundedFilled.tsx +++ b/src/IconResetTvRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetTvRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetTvRoundedFilled as default } diff --git a/src/IconResetTvSharp.tsx b/src/IconResetTvSharp.tsx index c37fa883a..620978ee6 100644 --- a/src/IconResetTvSharp.tsx +++ b/src/IconResetTvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvSharp: React.FC = ({ ...props }) => ( +export const IconResetTvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetTvSharp as default } diff --git a/src/IconResetTvSharpFilled.tsx b/src/IconResetTvSharpFilled.tsx index b01847a3e..9acdf380d 100644 --- a/src/IconResetTvSharpFilled.tsx +++ b/src/IconResetTvSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetTvSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetTvSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetTvSharpFilled as default } diff --git a/src/IconResetWhiteBalanceOutlined.tsx b/src/IconResetWhiteBalanceOutlined.tsx index 215be3ad0..a1a05f68f 100644 --- a/src/IconResetWhiteBalanceOutlined.tsx +++ b/src/IconResetWhiteBalanceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceOutlined: React.FC = ({ ...props }) => ( +export const IconResetWhiteBalanceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWhiteBalanceOutlined as default } diff --git a/src/IconResetWhiteBalanceOutlinedFilled.tsx b/src/IconResetWhiteBalanceOutlinedFilled.tsx index 7ca71e830..4ae49b458 100644 --- a/src/IconResetWhiteBalanceOutlinedFilled.tsx +++ b/src/IconResetWhiteBalanceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceOutlinedFilled: React.FC = ({ +export const IconResetWhiteBalanceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetWhiteBalanceOutlinedFilled: React.FC = ({ ) - -export { IconResetWhiteBalanceOutlinedFilled as default } diff --git a/src/IconResetWhiteBalanceRounded.tsx b/src/IconResetWhiteBalanceRounded.tsx index 594663c23..a68da31d2 100644 --- a/src/IconResetWhiteBalanceRounded.tsx +++ b/src/IconResetWhiteBalanceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceRounded: React.FC = ({ ...props }) => ( +export const IconResetWhiteBalanceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWhiteBalanceRounded as default } diff --git a/src/IconResetWhiteBalanceRoundedFilled.tsx b/src/IconResetWhiteBalanceRoundedFilled.tsx index fd8b74c49..7e1ade014 100644 --- a/src/IconResetWhiteBalanceRoundedFilled.tsx +++ b/src/IconResetWhiteBalanceRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceRoundedFilled: React.FC = ({ +export const IconResetWhiteBalanceRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetWhiteBalanceRoundedFilled: React.FC = ({ ) - -export { IconResetWhiteBalanceRoundedFilled as default } diff --git a/src/IconResetWhiteBalanceSharp.tsx b/src/IconResetWhiteBalanceSharp.tsx index 89f585d30..49430361a 100644 --- a/src/IconResetWhiteBalanceSharp.tsx +++ b/src/IconResetWhiteBalanceSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceSharp: React.FC = ({ ...props }) => ( +export const IconResetWhiteBalanceSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWhiteBalanceSharp as default } diff --git a/src/IconResetWhiteBalanceSharpFilled.tsx b/src/IconResetWhiteBalanceSharpFilled.tsx index a593c8e03..e10be4a69 100644 --- a/src/IconResetWhiteBalanceSharpFilled.tsx +++ b/src/IconResetWhiteBalanceSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResetWhiteBalanceSharpFilled: React.FC = ({ +export const IconResetWhiteBalanceSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResetWhiteBalanceSharpFilled: React.FC = ({ ) - -export { IconResetWhiteBalanceSharpFilled as default } diff --git a/src/IconResetWrenchOutlined.tsx b/src/IconResetWrenchOutlined.tsx index 83bb35403..5fefba683 100644 --- a/src/IconResetWrenchOutlined.tsx +++ b/src/IconResetWrenchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchOutlined: React.FC = ({ ...props }) => ( +export const IconResetWrenchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetWrenchOutlined as default } diff --git a/src/IconResetWrenchOutlinedFilled.tsx b/src/IconResetWrenchOutlinedFilled.tsx index 91cc1d602..703abc652 100644 --- a/src/IconResetWrenchOutlinedFilled.tsx +++ b/src/IconResetWrenchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResetWrenchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWrenchOutlinedFilled as default } diff --git a/src/IconResetWrenchRounded.tsx b/src/IconResetWrenchRounded.tsx index 6da2411bf..0dad39352 100644 --- a/src/IconResetWrenchRounded.tsx +++ b/src/IconResetWrenchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchRounded: React.FC = ({ ...props }) => ( +export const IconResetWrenchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetWrenchRounded as default } diff --git a/src/IconResetWrenchRoundedFilled.tsx b/src/IconResetWrenchRoundedFilled.tsx index c858ceb63..375601959 100644 --- a/src/IconResetWrenchRoundedFilled.tsx +++ b/src/IconResetWrenchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResetWrenchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWrenchRoundedFilled as default } diff --git a/src/IconResetWrenchSharp.tsx b/src/IconResetWrenchSharp.tsx index 65910e333..b4b9ea1cb 100644 --- a/src/IconResetWrenchSharp.tsx +++ b/src/IconResetWrenchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchSharp: React.FC = ({ ...props }) => ( +export const IconResetWrenchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResetWrenchSharp as default } diff --git a/src/IconResetWrenchSharpFilled.tsx b/src/IconResetWrenchSharpFilled.tsx index 61a179327..094fa1f9f 100644 --- a/src/IconResetWrenchSharpFilled.tsx +++ b/src/IconResetWrenchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResetWrenchSharpFilled: React.FC = ({ ...props }) => ( +export const IconResetWrenchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResetWrenchSharpFilled as default } diff --git a/src/IconResizeOutlined.tsx b/src/IconResizeOutlined.tsx index a872b2f93..f304264e1 100644 --- a/src/IconResizeOutlined.tsx +++ b/src/IconResizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeOutlined: React.FC = ({ ...props }) => ( +export const IconResizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeOutlined as default } diff --git a/src/IconResizeOutlinedFilled.tsx b/src/IconResizeOutlinedFilled.tsx index 2f950a56c..5338f6217 100644 --- a/src/IconResizeOutlinedFilled.tsx +++ b/src/IconResizeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResizeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeOutlinedFilled as default } diff --git a/src/IconResizeRounded.tsx b/src/IconResizeRounded.tsx index 42499fedf..918f38caf 100644 --- a/src/IconResizeRounded.tsx +++ b/src/IconResizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeRounded: React.FC = ({ ...props }) => ( +export const IconResizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeRounded as default } diff --git a/src/IconResizeRoundedFilled.tsx b/src/IconResizeRoundedFilled.tsx index e1e2e9918..d1cb04d34 100644 --- a/src/IconResizeRoundedFilled.tsx +++ b/src/IconResizeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResizeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeRoundedFilled as default } diff --git a/src/IconResizeSharp.tsx b/src/IconResizeSharp.tsx index 3f22db63f..8d6e1551a 100644 --- a/src/IconResizeSharp.tsx +++ b/src/IconResizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeSharp: React.FC = ({ ...props }) => ( +export const IconResizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeSharp as default } diff --git a/src/IconResizeSharpFilled.tsx b/src/IconResizeSharpFilled.tsx index 92c46b3e8..b740185a6 100644 --- a/src/IconResizeSharpFilled.tsx +++ b/src/IconResizeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconResizeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResizeSharpFilled as default } diff --git a/src/IconRespiratoryRateOutlined.tsx b/src/IconRespiratoryRateOutlined.tsx index 1b0de2772..cbce5e605 100644 --- a/src/IconRespiratoryRateOutlined.tsx +++ b/src/IconRespiratoryRateOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateOutlined: React.FC = ({ ...props }) => ( +export const IconRespiratoryRateOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRespiratoryRateOutlined as default } diff --git a/src/IconRespiratoryRateOutlinedFilled.tsx b/src/IconRespiratoryRateOutlinedFilled.tsx index 7fa38ff77..fc746e9fe 100644 --- a/src/IconRespiratoryRateOutlinedFilled.tsx +++ b/src/IconRespiratoryRateOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateOutlinedFilled: React.FC = ({ +export const IconRespiratoryRateOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRespiratoryRateOutlinedFilled: React.FC = ({ ) - -export { IconRespiratoryRateOutlinedFilled as default } diff --git a/src/IconRespiratoryRateRounded.tsx b/src/IconRespiratoryRateRounded.tsx index 01702d0fb..6b7c7b515 100644 --- a/src/IconRespiratoryRateRounded.tsx +++ b/src/IconRespiratoryRateRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateRounded: React.FC = ({ ...props }) => ( +export const IconRespiratoryRateRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRespiratoryRateRounded as default } diff --git a/src/IconRespiratoryRateRoundedFilled.tsx b/src/IconRespiratoryRateRoundedFilled.tsx index 5cb9e5622..3aa35b322 100644 --- a/src/IconRespiratoryRateRoundedFilled.tsx +++ b/src/IconRespiratoryRateRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateRoundedFilled: React.FC = ({ +export const IconRespiratoryRateRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRespiratoryRateRoundedFilled: React.FC = ({ ) - -export { IconRespiratoryRateRoundedFilled as default } diff --git a/src/IconRespiratoryRateSharp.tsx b/src/IconRespiratoryRateSharp.tsx index 861b61947..ae58b7abd 100644 --- a/src/IconRespiratoryRateSharp.tsx +++ b/src/IconRespiratoryRateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateSharp: React.FC = ({ ...props }) => ( +export const IconRespiratoryRateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRespiratoryRateSharp as default } diff --git a/src/IconRespiratoryRateSharpFilled.tsx b/src/IconRespiratoryRateSharpFilled.tsx index e6f09043a..e1b3f8702 100644 --- a/src/IconRespiratoryRateSharpFilled.tsx +++ b/src/IconRespiratoryRateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRespiratoryRateSharpFilled: React.FC = ({ ...props }) => ( +export const IconRespiratoryRateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRespiratoryRateSharpFilled as default } diff --git a/src/IconResponsiveLayoutOutlined.tsx b/src/IconResponsiveLayoutOutlined.tsx index 2e577b0f1..05124d9dc 100644 --- a/src/IconResponsiveLayoutOutlined.tsx +++ b/src/IconResponsiveLayoutOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutOutlined: React.FC = ({ ...props }) => ( +export const IconResponsiveLayoutOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResponsiveLayoutOutlined as default } diff --git a/src/IconResponsiveLayoutOutlinedFilled.tsx b/src/IconResponsiveLayoutOutlinedFilled.tsx index 501388c28..75f342ebe 100644 --- a/src/IconResponsiveLayoutOutlinedFilled.tsx +++ b/src/IconResponsiveLayoutOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutOutlinedFilled: React.FC = ({ +export const IconResponsiveLayoutOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResponsiveLayoutOutlinedFilled: React.FC = ({ ) - -export { IconResponsiveLayoutOutlinedFilled as default } diff --git a/src/IconResponsiveLayoutRounded.tsx b/src/IconResponsiveLayoutRounded.tsx index 2047c43c6..bab81687d 100644 --- a/src/IconResponsiveLayoutRounded.tsx +++ b/src/IconResponsiveLayoutRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutRounded: React.FC = ({ ...props }) => ( +export const IconResponsiveLayoutRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResponsiveLayoutRounded as default } diff --git a/src/IconResponsiveLayoutRoundedFilled.tsx b/src/IconResponsiveLayoutRoundedFilled.tsx index 87d72ca6f..0218cc976 100644 --- a/src/IconResponsiveLayoutRoundedFilled.tsx +++ b/src/IconResponsiveLayoutRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutRoundedFilled: React.FC = ({ +export const IconResponsiveLayoutRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconResponsiveLayoutRoundedFilled: React.FC = ({ ) - -export { IconResponsiveLayoutRoundedFilled as default } diff --git a/src/IconResponsiveLayoutSharp.tsx b/src/IconResponsiveLayoutSharp.tsx index e4b5f5dd0..cecb5569d 100644 --- a/src/IconResponsiveLayoutSharp.tsx +++ b/src/IconResponsiveLayoutSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutSharp: React.FC = ({ ...props }) => ( +export const IconResponsiveLayoutSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResponsiveLayoutSharp as default } diff --git a/src/IconResponsiveLayoutSharpFilled.tsx b/src/IconResponsiveLayoutSharpFilled.tsx index b5c41eb03..79d3c7d04 100644 --- a/src/IconResponsiveLayoutSharpFilled.tsx +++ b/src/IconResponsiveLayoutSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconResponsiveLayoutSharpFilled: React.FC = ({ ...props }) => ( +export const IconResponsiveLayoutSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconResponsiveLayoutSharpFilled as default } diff --git a/src/IconRestartAltOutlined.tsx b/src/IconRestartAltOutlined.tsx index d75573981..70647fe70 100644 --- a/src/IconRestartAltOutlined.tsx +++ b/src/IconRestartAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltOutlined: React.FC = ({ ...props }) => ( +export const IconRestartAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestartAltOutlined as default } diff --git a/src/IconRestartAltOutlinedFilled.tsx b/src/IconRestartAltOutlinedFilled.tsx index c76e24ac1..5bc98fd57 100644 --- a/src/IconRestartAltOutlinedFilled.tsx +++ b/src/IconRestartAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRestartAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestartAltOutlinedFilled as default } diff --git a/src/IconRestartAltRounded.tsx b/src/IconRestartAltRounded.tsx index 7cf175db8..afe61158d 100644 --- a/src/IconRestartAltRounded.tsx +++ b/src/IconRestartAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltRounded: React.FC = ({ ...props }) => ( +export const IconRestartAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestartAltRounded as default } diff --git a/src/IconRestartAltRoundedFilled.tsx b/src/IconRestartAltRoundedFilled.tsx index 4e183e525..de4193271 100644 --- a/src/IconRestartAltRoundedFilled.tsx +++ b/src/IconRestartAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRestartAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestartAltRoundedFilled as default } diff --git a/src/IconRestartAltSharp.tsx b/src/IconRestartAltSharp.tsx index 1f61d7c40..d2fef62ba 100644 --- a/src/IconRestartAltSharp.tsx +++ b/src/IconRestartAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltSharp: React.FC = ({ ...props }) => ( +export const IconRestartAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestartAltSharp as default } diff --git a/src/IconRestartAltSharpFilled.tsx b/src/IconRestartAltSharpFilled.tsx index e0d334178..c434086fb 100644 --- a/src/IconRestartAltSharpFilled.tsx +++ b/src/IconRestartAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestartAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconRestartAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestartAltSharpFilled as default } diff --git a/src/IconRestaurantOutlined.tsx b/src/IconRestaurantOutlined.tsx index 12b2eb4a1..ef238985f 100644 --- a/src/IconRestaurantOutlined.tsx +++ b/src/IconRestaurantOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantOutlined: React.FC = ({ ...props }) => ( +export const IconRestaurantOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestaurantOutlined as default } diff --git a/src/IconRestaurantOutlinedFilled.tsx b/src/IconRestaurantOutlinedFilled.tsx index 4471f12a8..df9e7f3da 100644 --- a/src/IconRestaurantOutlinedFilled.tsx +++ b/src/IconRestaurantOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRestaurantOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestaurantOutlinedFilled as default } diff --git a/src/IconRestaurantRounded.tsx b/src/IconRestaurantRounded.tsx index a404a2060..121113a5b 100644 --- a/src/IconRestaurantRounded.tsx +++ b/src/IconRestaurantRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantRounded: React.FC = ({ ...props }) => ( +export const IconRestaurantRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestaurantRounded as default } diff --git a/src/IconRestaurantRoundedFilled.tsx b/src/IconRestaurantRoundedFilled.tsx index e24cb14ab..a947a1dd3 100644 --- a/src/IconRestaurantRoundedFilled.tsx +++ b/src/IconRestaurantRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRestaurantRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestaurantRoundedFilled as default } diff --git a/src/IconRestaurantSharp.tsx b/src/IconRestaurantSharp.tsx index 82726177f..0806ee0bd 100644 --- a/src/IconRestaurantSharp.tsx +++ b/src/IconRestaurantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantSharp: React.FC = ({ ...props }) => ( +export const IconRestaurantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestaurantSharp as default } diff --git a/src/IconRestaurantSharpFilled.tsx b/src/IconRestaurantSharpFilled.tsx index 2db9a6947..01a5a396b 100644 --- a/src/IconRestaurantSharpFilled.tsx +++ b/src/IconRestaurantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestaurantSharpFilled: React.FC = ({ ...props }) => ( +export const IconRestaurantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestaurantSharpFilled as default } diff --git a/src/IconRestoreFromTrashOutlined.tsx b/src/IconRestoreFromTrashOutlined.tsx index 3af294f69..91ed90237 100644 --- a/src/IconRestoreFromTrashOutlined.tsx +++ b/src/IconRestoreFromTrashOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashOutlined: React.FC = ({ ...props }) => ( +export const IconRestoreFromTrashOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestoreFromTrashOutlined as default } diff --git a/src/IconRestoreFromTrashOutlinedFilled.tsx b/src/IconRestoreFromTrashOutlinedFilled.tsx index 22d3eb0d1..bd4e96b55 100644 --- a/src/IconRestoreFromTrashOutlinedFilled.tsx +++ b/src/IconRestoreFromTrashOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashOutlinedFilled: React.FC = ({ +export const IconRestoreFromTrashOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRestoreFromTrashOutlinedFilled: React.FC = ({ ) - -export { IconRestoreFromTrashOutlinedFilled as default } diff --git a/src/IconRestoreFromTrashRounded.tsx b/src/IconRestoreFromTrashRounded.tsx index 146635fad..02326fc4c 100644 --- a/src/IconRestoreFromTrashRounded.tsx +++ b/src/IconRestoreFromTrashRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashRounded: React.FC = ({ ...props }) => ( +export const IconRestoreFromTrashRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestoreFromTrashRounded as default } diff --git a/src/IconRestoreFromTrashRoundedFilled.tsx b/src/IconRestoreFromTrashRoundedFilled.tsx index 85dc1ecf3..17af9036b 100644 --- a/src/IconRestoreFromTrashRoundedFilled.tsx +++ b/src/IconRestoreFromTrashRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashRoundedFilled: React.FC = ({ +export const IconRestoreFromTrashRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRestoreFromTrashRoundedFilled: React.FC = ({ ) - -export { IconRestoreFromTrashRoundedFilled as default } diff --git a/src/IconRestoreFromTrashSharp.tsx b/src/IconRestoreFromTrashSharp.tsx index b19209c64..d7abae36a 100644 --- a/src/IconRestoreFromTrashSharp.tsx +++ b/src/IconRestoreFromTrashSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashSharp: React.FC = ({ ...props }) => ( +export const IconRestoreFromTrashSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestoreFromTrashSharp as default } diff --git a/src/IconRestoreFromTrashSharpFilled.tsx b/src/IconRestoreFromTrashSharpFilled.tsx index d588a849c..78627c0c8 100644 --- a/src/IconRestoreFromTrashSharpFilled.tsx +++ b/src/IconRestoreFromTrashSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestoreFromTrashSharpFilled: React.FC = ({ ...props }) => ( +export const IconRestoreFromTrashSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestoreFromTrashSharpFilled as default } diff --git a/src/IconRestorePageOutlined.tsx b/src/IconRestorePageOutlined.tsx index 55aad15f1..0b69444dc 100644 --- a/src/IconRestorePageOutlined.tsx +++ b/src/IconRestorePageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageOutlined: React.FC = ({ ...props }) => ( +export const IconRestorePageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestorePageOutlined as default } diff --git a/src/IconRestorePageOutlinedFilled.tsx b/src/IconRestorePageOutlinedFilled.tsx index 4524b82b4..71e3d80f6 100644 --- a/src/IconRestorePageOutlinedFilled.tsx +++ b/src/IconRestorePageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRestorePageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestorePageOutlinedFilled as default } diff --git a/src/IconRestorePageRounded.tsx b/src/IconRestorePageRounded.tsx index 211204df9..0a710da20 100644 --- a/src/IconRestorePageRounded.tsx +++ b/src/IconRestorePageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageRounded: React.FC = ({ ...props }) => ( +export const IconRestorePageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestorePageRounded as default } diff --git a/src/IconRestorePageRoundedFilled.tsx b/src/IconRestorePageRoundedFilled.tsx index b13cd137e..fccc70c88 100644 --- a/src/IconRestorePageRoundedFilled.tsx +++ b/src/IconRestorePageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRestorePageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestorePageRoundedFilled as default } diff --git a/src/IconRestorePageSharp.tsx b/src/IconRestorePageSharp.tsx index 3b26e560b..e94de6332 100644 --- a/src/IconRestorePageSharp.tsx +++ b/src/IconRestorePageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageSharp: React.FC = ({ ...props }) => ( +export const IconRestorePageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRestorePageSharp as default } diff --git a/src/IconRestorePageSharpFilled.tsx b/src/IconRestorePageSharpFilled.tsx index 3927c2607..35a1da0ca 100644 --- a/src/IconRestorePageSharpFilled.tsx +++ b/src/IconRestorePageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRestorePageSharpFilled: React.FC = ({ ...props }) => ( +export const IconRestorePageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRestorePageSharpFilled as default } diff --git a/src/IconResumeOutlined.tsx b/src/IconResumeOutlined.tsx index 03976dab9..4e5d9373b 100644 --- a/src/IconResumeOutlined.tsx +++ b/src/IconResumeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeOutlined: React.FC = ({ ...props }) => ( +export const IconResumeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeOutlined as default } diff --git a/src/IconResumeOutlinedFilled.tsx b/src/IconResumeOutlinedFilled.tsx index ed545e1f7..f3c0c022d 100644 --- a/src/IconResumeOutlinedFilled.tsx +++ b/src/IconResumeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconResumeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeOutlinedFilled as default } diff --git a/src/IconResumeRounded.tsx b/src/IconResumeRounded.tsx index 87c74be2a..4a59d8323 100644 --- a/src/IconResumeRounded.tsx +++ b/src/IconResumeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeRounded: React.FC = ({ ...props }) => ( +export const IconResumeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeRounded as default } diff --git a/src/IconResumeRoundedFilled.tsx b/src/IconResumeRoundedFilled.tsx index 5a25277ea..8e2085cc9 100644 --- a/src/IconResumeRoundedFilled.tsx +++ b/src/IconResumeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconResumeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeRoundedFilled as default } diff --git a/src/IconResumeSharp.tsx b/src/IconResumeSharp.tsx index d5ae3dd04..6f0c3666a 100644 --- a/src/IconResumeSharp.tsx +++ b/src/IconResumeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeSharp: React.FC = ({ ...props }) => ( +export const IconResumeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeSharp as default } diff --git a/src/IconResumeSharpFilled.tsx b/src/IconResumeSharpFilled.tsx index 9737454b3..9f3537ef6 100644 --- a/src/IconResumeSharpFilled.tsx +++ b/src/IconResumeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconResumeSharpFilled: React.FC = ({ ...props }) => ( +export const IconResumeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconResumeSharpFilled as default } diff --git a/src/IconReviewsOutlined.tsx b/src/IconReviewsOutlined.tsx index 96da587cf..a4996fc1c 100644 --- a/src/IconReviewsOutlined.tsx +++ b/src/IconReviewsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsOutlined: React.FC = ({ ...props }) => ( +export const IconReviewsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReviewsOutlined as default } diff --git a/src/IconReviewsOutlinedFilled.tsx b/src/IconReviewsOutlinedFilled.tsx index 2284c3311..26f84b04e 100644 --- a/src/IconReviewsOutlinedFilled.tsx +++ b/src/IconReviewsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconReviewsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconReviewsOutlinedFilled as default } diff --git a/src/IconReviewsRounded.tsx b/src/IconReviewsRounded.tsx index 3641dd015..99fd969f1 100644 --- a/src/IconReviewsRounded.tsx +++ b/src/IconReviewsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsRounded: React.FC = ({ ...props }) => ( +export const IconReviewsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReviewsRounded as default } diff --git a/src/IconReviewsRoundedFilled.tsx b/src/IconReviewsRoundedFilled.tsx index 5daf92af6..c904b6dd5 100644 --- a/src/IconReviewsRoundedFilled.tsx +++ b/src/IconReviewsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconReviewsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReviewsRoundedFilled as default } diff --git a/src/IconReviewsSharp.tsx b/src/IconReviewsSharp.tsx index bd8f811ef..c11fbc828 100644 --- a/src/IconReviewsSharp.tsx +++ b/src/IconReviewsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsSharp: React.FC = ({ ...props }) => ( +export const IconReviewsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReviewsSharp as default } diff --git a/src/IconReviewsSharpFilled.tsx b/src/IconReviewsSharpFilled.tsx index 7969097fd..6877d0436 100644 --- a/src/IconReviewsSharpFilled.tsx +++ b/src/IconReviewsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconReviewsSharpFilled: React.FC = ({ ...props }) => ( +export const IconReviewsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconReviewsSharpFilled as default } diff --git a/src/IconRewardedAdsOutlined.tsx b/src/IconRewardedAdsOutlined.tsx index bc27eacb5..45b93924a 100644 --- a/src/IconRewardedAdsOutlined.tsx +++ b/src/IconRewardedAdsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsOutlined: React.FC = ({ ...props }) => ( +export const IconRewardedAdsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsOutlined as default } diff --git a/src/IconRewardedAdsOutlinedFilled.tsx b/src/IconRewardedAdsOutlinedFilled.tsx index f3987a0eb..6dcee81a3 100644 --- a/src/IconRewardedAdsOutlinedFilled.tsx +++ b/src/IconRewardedAdsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRewardedAdsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsOutlinedFilled as default } diff --git a/src/IconRewardedAdsRounded.tsx b/src/IconRewardedAdsRounded.tsx index a2c6a725e..f11903a52 100644 --- a/src/IconRewardedAdsRounded.tsx +++ b/src/IconRewardedAdsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsRounded: React.FC = ({ ...props }) => ( +export const IconRewardedAdsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsRounded as default } diff --git a/src/IconRewardedAdsRoundedFilled.tsx b/src/IconRewardedAdsRoundedFilled.tsx index 6eb0389fa..e53a09483 100644 --- a/src/IconRewardedAdsRoundedFilled.tsx +++ b/src/IconRewardedAdsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRewardedAdsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsRoundedFilled as default } diff --git a/src/IconRewardedAdsSharp.tsx b/src/IconRewardedAdsSharp.tsx index 0190404be..e016a8eca 100644 --- a/src/IconRewardedAdsSharp.tsx +++ b/src/IconRewardedAdsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsSharp: React.FC = ({ ...props }) => ( +export const IconRewardedAdsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsSharp as default } diff --git a/src/IconRewardedAdsSharpFilled.tsx b/src/IconRewardedAdsSharpFilled.tsx index 6d7c10ce0..c6517c1a4 100644 --- a/src/IconRewardedAdsSharpFilled.tsx +++ b/src/IconRewardedAdsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRewardedAdsSharpFilled: React.FC = ({ ...props }) => ( +export const IconRewardedAdsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRewardedAdsSharpFilled as default } diff --git a/src/IconRheumatologyOutlined.tsx b/src/IconRheumatologyOutlined.tsx index 728e55e18..ee906b3eb 100644 --- a/src/IconRheumatologyOutlined.tsx +++ b/src/IconRheumatologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologyOutlined: React.FC = ({ ...props }) => ( +export const IconRheumatologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRheumatologyOutlined as default } diff --git a/src/IconRheumatologyOutlinedFilled.tsx b/src/IconRheumatologyOutlinedFilled.tsx index 1c9eea3ca..dc415c2e8 100644 --- a/src/IconRheumatologyOutlinedFilled.tsx +++ b/src/IconRheumatologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRheumatologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRheumatologyOutlinedFilled as default } diff --git a/src/IconRheumatologyRounded.tsx b/src/IconRheumatologyRounded.tsx index e0b472862..260d32790 100644 --- a/src/IconRheumatologyRounded.tsx +++ b/src/IconRheumatologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologyRounded: React.FC = ({ ...props }) => ( +export const IconRheumatologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRheumatologyRounded as default } diff --git a/src/IconRheumatologyRoundedFilled.tsx b/src/IconRheumatologyRoundedFilled.tsx index 487a1d288..fb6800bd7 100644 --- a/src/IconRheumatologyRoundedFilled.tsx +++ b/src/IconRheumatologyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRheumatologyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRheumatologyRoundedFilled as default } diff --git a/src/IconRheumatologySharp.tsx b/src/IconRheumatologySharp.tsx index 1e9213b4a..13dd4b3c8 100644 --- a/src/IconRheumatologySharp.tsx +++ b/src/IconRheumatologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologySharp: React.FC = ({ ...props }) => ( +export const IconRheumatologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRheumatologySharp as default } diff --git a/src/IconRheumatologySharpFilled.tsx b/src/IconRheumatologySharpFilled.tsx index 2edca1c0a..377b9f7ec 100644 --- a/src/IconRheumatologySharpFilled.tsx +++ b/src/IconRheumatologySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRheumatologySharpFilled: React.FC = ({ ...props }) => ( +export const IconRheumatologySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRheumatologySharpFilled as default } diff --git a/src/IconRibCageOutlined.tsx b/src/IconRibCageOutlined.tsx index 90ad06a44..6a27f1247 100644 --- a/src/IconRibCageOutlined.tsx +++ b/src/IconRibCageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageOutlined: React.FC = ({ ...props }) => ( +export const IconRibCageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRibCageOutlined as default } diff --git a/src/IconRibCageOutlinedFilled.tsx b/src/IconRibCageOutlinedFilled.tsx index 83f3a39d2..e0cf3786d 100644 --- a/src/IconRibCageOutlinedFilled.tsx +++ b/src/IconRibCageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRibCageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRibCageOutlinedFilled as default } diff --git a/src/IconRibCageRounded.tsx b/src/IconRibCageRounded.tsx index 2892e4e44..f19be5559 100644 --- a/src/IconRibCageRounded.tsx +++ b/src/IconRibCageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageRounded: React.FC = ({ ...props }) => ( +export const IconRibCageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRibCageRounded as default } diff --git a/src/IconRibCageRoundedFilled.tsx b/src/IconRibCageRoundedFilled.tsx index edf92e472..298cfd22a 100644 --- a/src/IconRibCageRoundedFilled.tsx +++ b/src/IconRibCageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRibCageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRibCageRoundedFilled as default } diff --git a/src/IconRibCageSharp.tsx b/src/IconRibCageSharp.tsx index c3cefff38..71536fcc2 100644 --- a/src/IconRibCageSharp.tsx +++ b/src/IconRibCageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageSharp: React.FC = ({ ...props }) => ( +export const IconRibCageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRibCageSharp as default } diff --git a/src/IconRibCageSharpFilled.tsx b/src/IconRibCageSharpFilled.tsx index 86ab20855..40023f53c 100644 --- a/src/IconRibCageSharpFilled.tsx +++ b/src/IconRibCageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRibCageSharpFilled: React.FC = ({ ...props }) => ( +export const IconRibCageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRibCageSharpFilled as default } diff --git a/src/IconRiceBowlOutlined.tsx b/src/IconRiceBowlOutlined.tsx index 5c66d3527..7a2b04ad1 100644 --- a/src/IconRiceBowlOutlined.tsx +++ b/src/IconRiceBowlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlOutlined: React.FC = ({ ...props }) => ( +export const IconRiceBowlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRiceBowlOutlined as default } diff --git a/src/IconRiceBowlOutlinedFilled.tsx b/src/IconRiceBowlOutlinedFilled.tsx index 3043c7d71..95666530d 100644 --- a/src/IconRiceBowlOutlinedFilled.tsx +++ b/src/IconRiceBowlOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRiceBowlOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRiceBowlOutlinedFilled as default } diff --git a/src/IconRiceBowlRounded.tsx b/src/IconRiceBowlRounded.tsx index 1f5f450e1..736c0cc13 100644 --- a/src/IconRiceBowlRounded.tsx +++ b/src/IconRiceBowlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlRounded: React.FC = ({ ...props }) => ( +export const IconRiceBowlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRiceBowlRounded as default } diff --git a/src/IconRiceBowlRoundedFilled.tsx b/src/IconRiceBowlRoundedFilled.tsx index 96bcae677..ac6532203 100644 --- a/src/IconRiceBowlRoundedFilled.tsx +++ b/src/IconRiceBowlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRiceBowlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRiceBowlRoundedFilled as default } diff --git a/src/IconRiceBowlSharp.tsx b/src/IconRiceBowlSharp.tsx index 38610109b..73bcfeaf3 100644 --- a/src/IconRiceBowlSharp.tsx +++ b/src/IconRiceBowlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlSharp: React.FC = ({ ...props }) => ( +export const IconRiceBowlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRiceBowlSharp as default } diff --git a/src/IconRiceBowlSharpFilled.tsx b/src/IconRiceBowlSharpFilled.tsx index ce2cb4986..e9e95a66d 100644 --- a/src/IconRiceBowlSharpFilled.tsx +++ b/src/IconRiceBowlSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRiceBowlSharpFilled: React.FC = ({ ...props }) => ( +export const IconRiceBowlSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRiceBowlSharpFilled as default } diff --git a/src/IconRightClickOutlined.tsx b/src/IconRightClickOutlined.tsx index 45c251066..16dca5783 100644 --- a/src/IconRightClickOutlined.tsx +++ b/src/IconRightClickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickOutlined: React.FC = ({ ...props }) => ( +export const IconRightClickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRightClickOutlined as default } diff --git a/src/IconRightClickOutlinedFilled.tsx b/src/IconRightClickOutlinedFilled.tsx index 7bf1fb518..4e54ab12d 100644 --- a/src/IconRightClickOutlinedFilled.tsx +++ b/src/IconRightClickOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRightClickOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightClickOutlinedFilled as default } diff --git a/src/IconRightClickRounded.tsx b/src/IconRightClickRounded.tsx index d4c6d3f4d..d44547a9a 100644 --- a/src/IconRightClickRounded.tsx +++ b/src/IconRightClickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickRounded: React.FC = ({ ...props }) => ( +export const IconRightClickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRightClickRounded as default } diff --git a/src/IconRightClickRoundedFilled.tsx b/src/IconRightClickRoundedFilled.tsx index 668d886dc..f5aca319c 100644 --- a/src/IconRightClickRoundedFilled.tsx +++ b/src/IconRightClickRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRightClickRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightClickRoundedFilled as default } diff --git a/src/IconRightClickSharp.tsx b/src/IconRightClickSharp.tsx index faf66a79f..d08d526a9 100644 --- a/src/IconRightClickSharp.tsx +++ b/src/IconRightClickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickSharp: React.FC = ({ ...props }) => ( +export const IconRightClickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRightClickSharp as default } diff --git a/src/IconRightClickSharpFilled.tsx b/src/IconRightClickSharpFilled.tsx index 0bd4f9213..da8cbc95b 100644 --- a/src/IconRightClickSharpFilled.tsx +++ b/src/IconRightClickSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightClickSharpFilled: React.FC = ({ ...props }) => ( +export const IconRightClickSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightClickSharpFilled as default } diff --git a/src/IconRightPanelCloseOutlined.tsx b/src/IconRightPanelCloseOutlined.tsx index 9f964c648..394dac68c 100644 --- a/src/IconRightPanelCloseOutlined.tsx +++ b/src/IconRightPanelCloseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseOutlined: React.FC = ({ ...props }) => ( +export const IconRightPanelCloseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelCloseOutlined as default } diff --git a/src/IconRightPanelCloseOutlinedFilled.tsx b/src/IconRightPanelCloseOutlinedFilled.tsx index 7730412b9..f4df08500 100644 --- a/src/IconRightPanelCloseOutlinedFilled.tsx +++ b/src/IconRightPanelCloseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseOutlinedFilled: React.FC = ({ +export const IconRightPanelCloseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRightPanelCloseOutlinedFilled: React.FC = ({ ) - -export { IconRightPanelCloseOutlinedFilled as default } diff --git a/src/IconRightPanelCloseRounded.tsx b/src/IconRightPanelCloseRounded.tsx index 781436303..3688aa722 100644 --- a/src/IconRightPanelCloseRounded.tsx +++ b/src/IconRightPanelCloseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseRounded: React.FC = ({ ...props }) => ( +export const IconRightPanelCloseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelCloseRounded as default } diff --git a/src/IconRightPanelCloseRoundedFilled.tsx b/src/IconRightPanelCloseRoundedFilled.tsx index 07e9002ee..e4fd6b610 100644 --- a/src/IconRightPanelCloseRoundedFilled.tsx +++ b/src/IconRightPanelCloseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseRoundedFilled: React.FC = ({ +export const IconRightPanelCloseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRightPanelCloseRoundedFilled: React.FC = ({ ) - -export { IconRightPanelCloseRoundedFilled as default } diff --git a/src/IconRightPanelCloseSharp.tsx b/src/IconRightPanelCloseSharp.tsx index 2a37449d8..192f78206 100644 --- a/src/IconRightPanelCloseSharp.tsx +++ b/src/IconRightPanelCloseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseSharp: React.FC = ({ ...props }) => ( +export const IconRightPanelCloseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRightPanelCloseSharp as default } diff --git a/src/IconRightPanelCloseSharpFilled.tsx b/src/IconRightPanelCloseSharpFilled.tsx index 593514e07..e11ed9dc8 100644 --- a/src/IconRightPanelCloseSharpFilled.tsx +++ b/src/IconRightPanelCloseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconRightPanelCloseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelCloseSharpFilled as default } diff --git a/src/IconRightPanelOpenOutlined.tsx b/src/IconRightPanelOpenOutlined.tsx index a02fcf664..8a745a3cd 100644 --- a/src/IconRightPanelOpenOutlined.tsx +++ b/src/IconRightPanelOpenOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenOutlined: React.FC = ({ ...props }) => ( +export const IconRightPanelOpenOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelOpenOutlined as default } diff --git a/src/IconRightPanelOpenOutlinedFilled.tsx b/src/IconRightPanelOpenOutlinedFilled.tsx index 83d0584c2..5d8e6c333 100644 --- a/src/IconRightPanelOpenOutlinedFilled.tsx +++ b/src/IconRightPanelOpenOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenOutlinedFilled: React.FC = ({ +export const IconRightPanelOpenOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRightPanelOpenOutlinedFilled: React.FC = ({ ) - -export { IconRightPanelOpenOutlinedFilled as default } diff --git a/src/IconRightPanelOpenRounded.tsx b/src/IconRightPanelOpenRounded.tsx index 0ec7001a4..1bed41349 100644 --- a/src/IconRightPanelOpenRounded.tsx +++ b/src/IconRightPanelOpenRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenRounded: React.FC = ({ ...props }) => ( +export const IconRightPanelOpenRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelOpenRounded as default } diff --git a/src/IconRightPanelOpenRoundedFilled.tsx b/src/IconRightPanelOpenRoundedFilled.tsx index 2a5ee3a9f..0f8f3cd08 100644 --- a/src/IconRightPanelOpenRoundedFilled.tsx +++ b/src/IconRightPanelOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRightPanelOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelOpenRoundedFilled as default } diff --git a/src/IconRightPanelOpenSharp.tsx b/src/IconRightPanelOpenSharp.tsx index 534e65534..e0566d6ba 100644 --- a/src/IconRightPanelOpenSharp.tsx +++ b/src/IconRightPanelOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenSharp: React.FC = ({ ...props }) => ( +export const IconRightPanelOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRightPanelOpenSharp as default } diff --git a/src/IconRightPanelOpenSharpFilled.tsx b/src/IconRightPanelOpenSharpFilled.tsx index 1ef92c4de..23a8f280c 100644 --- a/src/IconRightPanelOpenSharpFilled.tsx +++ b/src/IconRightPanelOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRightPanelOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconRightPanelOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRightPanelOpenSharpFilled as default } diff --git a/src/IconRingVolumeOutlined.tsx b/src/IconRingVolumeOutlined.tsx index d881511be..e4c444698 100644 --- a/src/IconRingVolumeOutlined.tsx +++ b/src/IconRingVolumeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeOutlined: React.FC = ({ ...props }) => ( +export const IconRingVolumeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRingVolumeOutlined as default } diff --git a/src/IconRingVolumeOutlinedFilled.tsx b/src/IconRingVolumeOutlinedFilled.tsx index ee81920f5..d4aa08490 100644 --- a/src/IconRingVolumeOutlinedFilled.tsx +++ b/src/IconRingVolumeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRingVolumeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRingVolumeOutlinedFilled as default } diff --git a/src/IconRingVolumeRounded.tsx b/src/IconRingVolumeRounded.tsx index cdd833741..857910c9f 100644 --- a/src/IconRingVolumeRounded.tsx +++ b/src/IconRingVolumeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeRounded: React.FC = ({ ...props }) => ( +export const IconRingVolumeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRingVolumeRounded as default } diff --git a/src/IconRingVolumeRoundedFilled.tsx b/src/IconRingVolumeRoundedFilled.tsx index 7a2398525..6919c8ca8 100644 --- a/src/IconRingVolumeRoundedFilled.tsx +++ b/src/IconRingVolumeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRingVolumeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRingVolumeRoundedFilled as default } diff --git a/src/IconRingVolumeSharp.tsx b/src/IconRingVolumeSharp.tsx index d3c0bb0cd..607f89657 100644 --- a/src/IconRingVolumeSharp.tsx +++ b/src/IconRingVolumeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeSharp: React.FC = ({ ...props }) => ( +export const IconRingVolumeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRingVolumeSharp as default } diff --git a/src/IconRingVolumeSharpFilled.tsx b/src/IconRingVolumeSharpFilled.tsx index 3f3ee621c..ca119e1a3 100644 --- a/src/IconRingVolumeSharpFilled.tsx +++ b/src/IconRingVolumeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRingVolumeSharpFilled: React.FC = ({ ...props }) => ( +export const IconRingVolumeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRingVolumeSharpFilled as default } diff --git a/src/IconRipplesOutlined.tsx b/src/IconRipplesOutlined.tsx index 42fa2d846..f4e7eb1f5 100644 --- a/src/IconRipplesOutlined.tsx +++ b/src/IconRipplesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesOutlined: React.FC = ({ ...props }) => ( +export const IconRipplesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRipplesOutlined as default } diff --git a/src/IconRipplesOutlinedFilled.tsx b/src/IconRipplesOutlinedFilled.tsx index 9f8c47258..a64f28fab 100644 --- a/src/IconRipplesOutlinedFilled.tsx +++ b/src/IconRipplesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRipplesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRipplesOutlinedFilled as default } diff --git a/src/IconRipplesRounded.tsx b/src/IconRipplesRounded.tsx index 17795795d..2d1427940 100644 --- a/src/IconRipplesRounded.tsx +++ b/src/IconRipplesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesRounded: React.FC = ({ ...props }) => ( +export const IconRipplesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRipplesRounded as default } diff --git a/src/IconRipplesRoundedFilled.tsx b/src/IconRipplesRoundedFilled.tsx index 8f85bfa45..d7a2a4dcd 100644 --- a/src/IconRipplesRoundedFilled.tsx +++ b/src/IconRipplesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRipplesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRipplesRoundedFilled as default } diff --git a/src/IconRipplesSharp.tsx b/src/IconRipplesSharp.tsx index 7ce02eb7f..3efb1eefe 100644 --- a/src/IconRipplesSharp.tsx +++ b/src/IconRipplesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesSharp: React.FC = ({ ...props }) => ( +export const IconRipplesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRipplesSharp as default } diff --git a/src/IconRipplesSharpFilled.tsx b/src/IconRipplesSharpFilled.tsx index a6ed5ea9e..346324c30 100644 --- a/src/IconRipplesSharpFilled.tsx +++ b/src/IconRipplesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRipplesSharpFilled: React.FC = ({ ...props }) => ( +export const IconRipplesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRipplesSharpFilled as default } diff --git a/src/IconRoadOutlined.tsx b/src/IconRoadOutlined.tsx index 24cf1d40e..c11f3fecc 100644 --- a/src/IconRoadOutlined.tsx +++ b/src/IconRoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadOutlined: React.FC = ({ ...props }) => ( +export const IconRoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadOutlined as default } diff --git a/src/IconRoadOutlinedFilled.tsx b/src/IconRoadOutlinedFilled.tsx index 034e46157..8afea6eb0 100644 --- a/src/IconRoadOutlinedFilled.tsx +++ b/src/IconRoadOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRoadOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadOutlinedFilled as default } diff --git a/src/IconRoadRounded.tsx b/src/IconRoadRounded.tsx index f06bab5d5..60c6f258f 100644 --- a/src/IconRoadRounded.tsx +++ b/src/IconRoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadRounded: React.FC = ({ ...props }) => ( +export const IconRoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadRounded as default } diff --git a/src/IconRoadRoundedFilled.tsx b/src/IconRoadRoundedFilled.tsx index 1a594c5f2..f10c82e30 100644 --- a/src/IconRoadRoundedFilled.tsx +++ b/src/IconRoadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadRoundedFilled as default } diff --git a/src/IconRoadSharp.tsx b/src/IconRoadSharp.tsx index 1c99e5e23..0ab0476ff 100644 --- a/src/IconRoadSharp.tsx +++ b/src/IconRoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadSharp: React.FC = ({ ...props }) => ( +export const IconRoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadSharp as default } diff --git a/src/IconRoadSharpFilled.tsx b/src/IconRoadSharpFilled.tsx index 042334cf9..b7105baa8 100644 --- a/src/IconRoadSharpFilled.tsx +++ b/src/IconRoadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoadSharpFilled as default } diff --git a/src/IconRobot2Outlined.tsx b/src/IconRobot2Outlined.tsx index 1157542da..c2fd32344 100644 --- a/src/IconRobot2Outlined.tsx +++ b/src/IconRobot2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2Outlined: React.FC = ({ ...props }) => ( +export const IconRobot2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2Outlined as default } diff --git a/src/IconRobot2OutlinedFilled.tsx b/src/IconRobot2OutlinedFilled.tsx index e9ff1f03f..d7d11eac2 100644 --- a/src/IconRobot2OutlinedFilled.tsx +++ b/src/IconRobot2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRobot2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2OutlinedFilled as default } diff --git a/src/IconRobot2Rounded.tsx b/src/IconRobot2Rounded.tsx index 3a3137634..10d598537 100644 --- a/src/IconRobot2Rounded.tsx +++ b/src/IconRobot2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2Rounded: React.FC = ({ ...props }) => ( +export const IconRobot2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2Rounded as default } diff --git a/src/IconRobot2RoundedFilled.tsx b/src/IconRobot2RoundedFilled.tsx index 44ce357f3..922248381 100644 --- a/src/IconRobot2RoundedFilled.tsx +++ b/src/IconRobot2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconRobot2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2RoundedFilled as default } diff --git a/src/IconRobot2Sharp.tsx b/src/IconRobot2Sharp.tsx index ef2105fc8..d1849dafa 100644 --- a/src/IconRobot2Sharp.tsx +++ b/src/IconRobot2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2Sharp: React.FC = ({ ...props }) => ( +export const IconRobot2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2Sharp as default } diff --git a/src/IconRobot2SharpFilled.tsx b/src/IconRobot2SharpFilled.tsx index 2edb9d272..f89e2e4d9 100644 --- a/src/IconRobot2SharpFilled.tsx +++ b/src/IconRobot2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobot2SharpFilled: React.FC = ({ ...props }) => ( +export const IconRobot2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobot2SharpFilled as default } diff --git a/src/IconRobotOutlined.tsx b/src/IconRobotOutlined.tsx index 623512740..8f2577cc7 100644 --- a/src/IconRobotOutlined.tsx +++ b/src/IconRobotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotOutlined: React.FC = ({ ...props }) => ( +export const IconRobotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotOutlined as default } diff --git a/src/IconRobotOutlinedFilled.tsx b/src/IconRobotOutlinedFilled.tsx index 241be08de..4839e6dce 100644 --- a/src/IconRobotOutlinedFilled.tsx +++ b/src/IconRobotOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRobotOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotOutlinedFilled as default } diff --git a/src/IconRobotRounded.tsx b/src/IconRobotRounded.tsx index 5c5d137ed..fd61657fb 100644 --- a/src/IconRobotRounded.tsx +++ b/src/IconRobotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotRounded: React.FC = ({ ...props }) => ( +export const IconRobotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotRounded as default } diff --git a/src/IconRobotRoundedFilled.tsx b/src/IconRobotRoundedFilled.tsx index 050b218b1..6f7146392 100644 --- a/src/IconRobotRoundedFilled.tsx +++ b/src/IconRobotRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRobotRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotRoundedFilled as default } diff --git a/src/IconRobotSharp.tsx b/src/IconRobotSharp.tsx index 425a186ef..cf40c5dca 100644 --- a/src/IconRobotSharp.tsx +++ b/src/IconRobotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotSharp: React.FC = ({ ...props }) => ( +export const IconRobotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotSharp as default } diff --git a/src/IconRobotSharpFilled.tsx b/src/IconRobotSharpFilled.tsx index 9f328e50a..0d319d823 100644 --- a/src/IconRobotSharpFilled.tsx +++ b/src/IconRobotSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRobotSharpFilled: React.FC = ({ ...props }) => ( +export const IconRobotSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRobotSharpFilled as default } diff --git a/src/IconRocketLaunchOutlined.tsx b/src/IconRocketLaunchOutlined.tsx index cc7c63a82..ebf1b80f3 100644 --- a/src/IconRocketLaunchOutlined.tsx +++ b/src/IconRocketLaunchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchOutlined: React.FC = ({ ...props }) => ( +export const IconRocketLaunchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchOutlined as default } diff --git a/src/IconRocketLaunchOutlinedFilled.tsx b/src/IconRocketLaunchOutlinedFilled.tsx index 37f8ffc12..f51e3a5c5 100644 --- a/src/IconRocketLaunchOutlinedFilled.tsx +++ b/src/IconRocketLaunchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRocketLaunchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchOutlinedFilled as default } diff --git a/src/IconRocketLaunchRounded.tsx b/src/IconRocketLaunchRounded.tsx index e0999ccd7..3717e0f75 100644 --- a/src/IconRocketLaunchRounded.tsx +++ b/src/IconRocketLaunchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchRounded: React.FC = ({ ...props }) => ( +export const IconRocketLaunchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchRounded as default } diff --git a/src/IconRocketLaunchRoundedFilled.tsx b/src/IconRocketLaunchRoundedFilled.tsx index 2f457265c..52ec16331 100644 --- a/src/IconRocketLaunchRoundedFilled.tsx +++ b/src/IconRocketLaunchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRocketLaunchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchRoundedFilled as default } diff --git a/src/IconRocketLaunchSharp.tsx b/src/IconRocketLaunchSharp.tsx index 2325f4a2a..8fec11176 100644 --- a/src/IconRocketLaunchSharp.tsx +++ b/src/IconRocketLaunchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchSharp: React.FC = ({ ...props }) => ( +export const IconRocketLaunchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchSharp as default } diff --git a/src/IconRocketLaunchSharpFilled.tsx b/src/IconRocketLaunchSharpFilled.tsx index 0f8ff4b95..b83c4fbfd 100644 --- a/src/IconRocketLaunchSharpFilled.tsx +++ b/src/IconRocketLaunchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRocketLaunchSharpFilled: React.FC = ({ ...props }) => ( +export const IconRocketLaunchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRocketLaunchSharpFilled as default } diff --git a/src/IconRocketOutlined.tsx b/src/IconRocketOutlined.tsx index 0dc277746..760c26586 100644 --- a/src/IconRocketOutlined.tsx +++ b/src/IconRocketOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketOutlined: React.FC = ({ ...props }) => ( +export const IconRocketOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketOutlined as default } diff --git a/src/IconRocketOutlinedFilled.tsx b/src/IconRocketOutlinedFilled.tsx index bdfafbb63..a28908cd4 100644 --- a/src/IconRocketOutlinedFilled.tsx +++ b/src/IconRocketOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRocketOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketOutlinedFilled as default } diff --git a/src/IconRocketRounded.tsx b/src/IconRocketRounded.tsx index 3c6e1b44d..54ea37c76 100644 --- a/src/IconRocketRounded.tsx +++ b/src/IconRocketRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketRounded: React.FC = ({ ...props }) => ( +export const IconRocketRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketRounded as default } diff --git a/src/IconRocketRoundedFilled.tsx b/src/IconRocketRoundedFilled.tsx index 7238a1bae..3cd08c648 100644 --- a/src/IconRocketRoundedFilled.tsx +++ b/src/IconRocketRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRocketRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketRoundedFilled as default } diff --git a/src/IconRocketSharp.tsx b/src/IconRocketSharp.tsx index 40521c346..93c59819e 100644 --- a/src/IconRocketSharp.tsx +++ b/src/IconRocketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketSharp: React.FC = ({ ...props }) => ( +export const IconRocketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketSharp as default } diff --git a/src/IconRocketSharpFilled.tsx b/src/IconRocketSharpFilled.tsx index 92a7f3c7c..41c318364 100644 --- a/src/IconRocketSharpFilled.tsx +++ b/src/IconRocketSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRocketSharpFilled: React.FC = ({ ...props }) => ( +export const IconRocketSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRocketSharpFilled as default } diff --git a/src/IconRollerShadesClosedOutlined.tsx b/src/IconRollerShadesClosedOutlined.tsx index 0e394474f..3b09fade0 100644 --- a/src/IconRollerShadesClosedOutlined.tsx +++ b/src/IconRollerShadesClosedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedOutlined: React.FC = ({ ...props }) => ( +export const IconRollerShadesClosedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesClosedOutlined as default } diff --git a/src/IconRollerShadesClosedOutlinedFilled.tsx b/src/IconRollerShadesClosedOutlinedFilled.tsx index 5a0dbf10e..9714ddcaa 100644 --- a/src/IconRollerShadesClosedOutlinedFilled.tsx +++ b/src/IconRollerShadesClosedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedOutlinedFilled: React.FC = ({ +export const IconRollerShadesClosedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRollerShadesClosedOutlinedFilled: React.FC = ({ ) - -export { IconRollerShadesClosedOutlinedFilled as default } diff --git a/src/IconRollerShadesClosedRounded.tsx b/src/IconRollerShadesClosedRounded.tsx index fefd6617a..ba5a53c6d 100644 --- a/src/IconRollerShadesClosedRounded.tsx +++ b/src/IconRollerShadesClosedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedRounded: React.FC = ({ ...props }) => ( +export const IconRollerShadesClosedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesClosedRounded as default } diff --git a/src/IconRollerShadesClosedRoundedFilled.tsx b/src/IconRollerShadesClosedRoundedFilled.tsx index 22be4fbeb..d16a7ce58 100644 --- a/src/IconRollerShadesClosedRoundedFilled.tsx +++ b/src/IconRollerShadesClosedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedRoundedFilled: React.FC = ({ +export const IconRollerShadesClosedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRollerShadesClosedRoundedFilled: React.FC = ({ ) - -export { IconRollerShadesClosedRoundedFilled as default } diff --git a/src/IconRollerShadesClosedSharp.tsx b/src/IconRollerShadesClosedSharp.tsx index 3b88b1189..6db8e5a0a 100644 --- a/src/IconRollerShadesClosedSharp.tsx +++ b/src/IconRollerShadesClosedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedSharp: React.FC = ({ ...props }) => ( +export const IconRollerShadesClosedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesClosedSharp as default } diff --git a/src/IconRollerShadesClosedSharpFilled.tsx b/src/IconRollerShadesClosedSharpFilled.tsx index 2f57c65c4..d2a474345 100644 --- a/src/IconRollerShadesClosedSharpFilled.tsx +++ b/src/IconRollerShadesClosedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesClosedSharpFilled: React.FC = ({ +export const IconRollerShadesClosedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRollerShadesClosedSharpFilled: React.FC = ({ ) - -export { IconRollerShadesClosedSharpFilled as default } diff --git a/src/IconRollerShadesOutlined.tsx b/src/IconRollerShadesOutlined.tsx index 6656171ab..7b8c9919d 100644 --- a/src/IconRollerShadesOutlined.tsx +++ b/src/IconRollerShadesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesOutlined: React.FC = ({ ...props }) => ( +export const IconRollerShadesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRollerShadesOutlined as default } diff --git a/src/IconRollerShadesOutlinedFilled.tsx b/src/IconRollerShadesOutlinedFilled.tsx index d10c68d38..afbdbd15c 100644 --- a/src/IconRollerShadesOutlinedFilled.tsx +++ b/src/IconRollerShadesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRollerShadesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesOutlinedFilled as default } diff --git a/src/IconRollerShadesRounded.tsx b/src/IconRollerShadesRounded.tsx index cb8e904c9..20907dabd 100644 --- a/src/IconRollerShadesRounded.tsx +++ b/src/IconRollerShadesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesRounded: React.FC = ({ ...props }) => ( +export const IconRollerShadesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRollerShadesRounded as default } diff --git a/src/IconRollerShadesRoundedFilled.tsx b/src/IconRollerShadesRoundedFilled.tsx index 8457f1288..2e1aa4dee 100644 --- a/src/IconRollerShadesRoundedFilled.tsx +++ b/src/IconRollerShadesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRollerShadesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesRoundedFilled as default } diff --git a/src/IconRollerShadesSharp.tsx b/src/IconRollerShadesSharp.tsx index 68623d507..0e6a9cbee 100644 --- a/src/IconRollerShadesSharp.tsx +++ b/src/IconRollerShadesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesSharp: React.FC = ({ ...props }) => ( +export const IconRollerShadesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRollerShadesSharp as default } diff --git a/src/IconRollerShadesSharpFilled.tsx b/src/IconRollerShadesSharpFilled.tsx index 60c042765..7ab19e4a0 100644 --- a/src/IconRollerShadesSharpFilled.tsx +++ b/src/IconRollerShadesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerShadesSharpFilled: React.FC = ({ ...props }) => ( +export const IconRollerShadesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerShadesSharpFilled as default } diff --git a/src/IconRollerSkatingOutlined.tsx b/src/IconRollerSkatingOutlined.tsx index 107045939..5d4104535 100644 --- a/src/IconRollerSkatingOutlined.tsx +++ b/src/IconRollerSkatingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingOutlined: React.FC = ({ ...props }) => ( +export const IconRollerSkatingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingOutlined as default } diff --git a/src/IconRollerSkatingOutlinedFilled.tsx b/src/IconRollerSkatingOutlinedFilled.tsx index 13f95d011..d623cc62c 100644 --- a/src/IconRollerSkatingOutlinedFilled.tsx +++ b/src/IconRollerSkatingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRollerSkatingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingOutlinedFilled as default } diff --git a/src/IconRollerSkatingRounded.tsx b/src/IconRollerSkatingRounded.tsx index c39f44048..1081e26f7 100644 --- a/src/IconRollerSkatingRounded.tsx +++ b/src/IconRollerSkatingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingRounded: React.FC = ({ ...props }) => ( +export const IconRollerSkatingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingRounded as default } diff --git a/src/IconRollerSkatingRoundedFilled.tsx b/src/IconRollerSkatingRoundedFilled.tsx index 4f8b812dd..635ed8f68 100644 --- a/src/IconRollerSkatingRoundedFilled.tsx +++ b/src/IconRollerSkatingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRollerSkatingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingRoundedFilled as default } diff --git a/src/IconRollerSkatingSharp.tsx b/src/IconRollerSkatingSharp.tsx index b052b3824..57fd2621c 100644 --- a/src/IconRollerSkatingSharp.tsx +++ b/src/IconRollerSkatingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingSharp: React.FC = ({ ...props }) => ( +export const IconRollerSkatingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingSharp as default } diff --git a/src/IconRollerSkatingSharpFilled.tsx b/src/IconRollerSkatingSharpFilled.tsx index e4f2db3ed..ca6c1581e 100644 --- a/src/IconRollerSkatingSharpFilled.tsx +++ b/src/IconRollerSkatingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRollerSkatingSharpFilled: React.FC = ({ ...props }) => ( +export const IconRollerSkatingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRollerSkatingSharpFilled as default } diff --git a/src/IconRoofingOutlined.tsx b/src/IconRoofingOutlined.tsx index d0bbe9b1e..37026379c 100644 --- a/src/IconRoofingOutlined.tsx +++ b/src/IconRoofingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingOutlined: React.FC = ({ ...props }) => ( +export const IconRoofingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoofingOutlined as default } diff --git a/src/IconRoofingOutlinedFilled.tsx b/src/IconRoofingOutlinedFilled.tsx index b0b35c122..89f018f23 100644 --- a/src/IconRoofingOutlinedFilled.tsx +++ b/src/IconRoofingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRoofingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoofingOutlinedFilled as default } diff --git a/src/IconRoofingRounded.tsx b/src/IconRoofingRounded.tsx index 01f18c1db..e6f9c2d51 100644 --- a/src/IconRoofingRounded.tsx +++ b/src/IconRoofingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingRounded: React.FC = ({ ...props }) => ( +export const IconRoofingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoofingRounded as default } diff --git a/src/IconRoofingRoundedFilled.tsx b/src/IconRoofingRoundedFilled.tsx index 2b66b28cc..4d45c79a9 100644 --- a/src/IconRoofingRoundedFilled.tsx +++ b/src/IconRoofingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoofingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoofingRoundedFilled as default } diff --git a/src/IconRoofingSharp.tsx b/src/IconRoofingSharp.tsx index 7fb4ed272..1dde876d8 100644 --- a/src/IconRoofingSharp.tsx +++ b/src/IconRoofingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingSharp: React.FC = ({ ...props }) => ( +export const IconRoofingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoofingSharp as default } diff --git a/src/IconRoofingSharpFilled.tsx b/src/IconRoofingSharpFilled.tsx index 410e7abda..13f4125d7 100644 --- a/src/IconRoofingSharpFilled.tsx +++ b/src/IconRoofingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoofingSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoofingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoofingSharpFilled as default } diff --git a/src/IconRoomPreferencesOutlined.tsx b/src/IconRoomPreferencesOutlined.tsx index 38ccaa75a..264403a3e 100644 --- a/src/IconRoomPreferencesOutlined.tsx +++ b/src/IconRoomPreferencesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesOutlined: React.FC = ({ ...props }) => ( +export const IconRoomPreferencesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomPreferencesOutlined as default } diff --git a/src/IconRoomPreferencesOutlinedFilled.tsx b/src/IconRoomPreferencesOutlinedFilled.tsx index 37c7bb82e..ad308200b 100644 --- a/src/IconRoomPreferencesOutlinedFilled.tsx +++ b/src/IconRoomPreferencesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesOutlinedFilled: React.FC = ({ +export const IconRoomPreferencesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRoomPreferencesOutlinedFilled: React.FC = ({ ) - -export { IconRoomPreferencesOutlinedFilled as default } diff --git a/src/IconRoomPreferencesRounded.tsx b/src/IconRoomPreferencesRounded.tsx index 1571738b4..344125983 100644 --- a/src/IconRoomPreferencesRounded.tsx +++ b/src/IconRoomPreferencesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesRounded: React.FC = ({ ...props }) => ( +export const IconRoomPreferencesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomPreferencesRounded as default } diff --git a/src/IconRoomPreferencesRoundedFilled.tsx b/src/IconRoomPreferencesRoundedFilled.tsx index 6fa5c3a63..335243861 100644 --- a/src/IconRoomPreferencesRoundedFilled.tsx +++ b/src/IconRoomPreferencesRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesRoundedFilled: React.FC = ({ +export const IconRoomPreferencesRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRoomPreferencesRoundedFilled: React.FC = ({ ) - -export { IconRoomPreferencesRoundedFilled as default } diff --git a/src/IconRoomPreferencesSharp.tsx b/src/IconRoomPreferencesSharp.tsx index a653ab619..43396315b 100644 --- a/src/IconRoomPreferencesSharp.tsx +++ b/src/IconRoomPreferencesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesSharp: React.FC = ({ ...props }) => ( +export const IconRoomPreferencesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoomPreferencesSharp as default } diff --git a/src/IconRoomPreferencesSharpFilled.tsx b/src/IconRoomPreferencesSharpFilled.tsx index 8e9270cf1..94aea2042 100644 --- a/src/IconRoomPreferencesSharpFilled.tsx +++ b/src/IconRoomPreferencesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomPreferencesSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoomPreferencesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomPreferencesSharpFilled as default } diff --git a/src/IconRoomServiceOutlined.tsx b/src/IconRoomServiceOutlined.tsx index 37cbfd878..a7c59d656 100644 --- a/src/IconRoomServiceOutlined.tsx +++ b/src/IconRoomServiceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceOutlined: React.FC = ({ ...props }) => ( +export const IconRoomServiceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoomServiceOutlined as default } diff --git a/src/IconRoomServiceOutlinedFilled.tsx b/src/IconRoomServiceOutlinedFilled.tsx index acfee1d80..bbe5078a5 100644 --- a/src/IconRoomServiceOutlinedFilled.tsx +++ b/src/IconRoomServiceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRoomServiceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomServiceOutlinedFilled as default } diff --git a/src/IconRoomServiceRounded.tsx b/src/IconRoomServiceRounded.tsx index c7c79d40e..6b5d63bf4 100644 --- a/src/IconRoomServiceRounded.tsx +++ b/src/IconRoomServiceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceRounded: React.FC = ({ ...props }) => ( +export const IconRoomServiceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoomServiceRounded as default } diff --git a/src/IconRoomServiceRoundedFilled.tsx b/src/IconRoomServiceRoundedFilled.tsx index e33d743c0..f5cb465d9 100644 --- a/src/IconRoomServiceRoundedFilled.tsx +++ b/src/IconRoomServiceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoomServiceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomServiceRoundedFilled as default } diff --git a/src/IconRoomServiceSharp.tsx b/src/IconRoomServiceSharp.tsx index 430dc7fbd..a4da135bd 100644 --- a/src/IconRoomServiceSharp.tsx +++ b/src/IconRoomServiceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceSharp: React.FC = ({ ...props }) => ( +export const IconRoomServiceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoomServiceSharp as default } diff --git a/src/IconRoomServiceSharpFilled.tsx b/src/IconRoomServiceSharpFilled.tsx index 63a20945e..d18cbed5e 100644 --- a/src/IconRoomServiceSharpFilled.tsx +++ b/src/IconRoomServiceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoomServiceSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoomServiceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoomServiceSharpFilled as default } diff --git a/src/IconRotate90DegreesCcwOutlined.tsx b/src/IconRotate90DegreesCcwOutlined.tsx index 1735a664b..bd7a98e6c 100644 --- a/src/IconRotate90DegreesCcwOutlined.tsx +++ b/src/IconRotate90DegreesCcwOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwOutlined: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCcwOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCcwOutlined as default } diff --git a/src/IconRotate90DegreesCcwOutlinedFilled.tsx b/src/IconRotate90DegreesCcwOutlinedFilled.tsx index 79a9cf490..8d001440e 100644 --- a/src/IconRotate90DegreesCcwOutlinedFilled.tsx +++ b/src/IconRotate90DegreesCcwOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwOutlinedFilled: React.FC = ({ +export const IconRotate90DegreesCcwOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCcwOutlinedFilled: React.FC = ({ ) - -export { IconRotate90DegreesCcwOutlinedFilled as default } diff --git a/src/IconRotate90DegreesCcwRounded.tsx b/src/IconRotate90DegreesCcwRounded.tsx index 55bf2c375..ccc310107 100644 --- a/src/IconRotate90DegreesCcwRounded.tsx +++ b/src/IconRotate90DegreesCcwRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwRounded: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCcwRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCcwRounded as default } diff --git a/src/IconRotate90DegreesCcwRoundedFilled.tsx b/src/IconRotate90DegreesCcwRoundedFilled.tsx index ae2e43dd4..1cfcbaa4d 100644 --- a/src/IconRotate90DegreesCcwRoundedFilled.tsx +++ b/src/IconRotate90DegreesCcwRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwRoundedFilled: React.FC = ({ +export const IconRotate90DegreesCcwRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCcwRoundedFilled: React.FC = ({ ) - -export { IconRotate90DegreesCcwRoundedFilled as default } diff --git a/src/IconRotate90DegreesCcwSharp.tsx b/src/IconRotate90DegreesCcwSharp.tsx index 376203773..4099ca551 100644 --- a/src/IconRotate90DegreesCcwSharp.tsx +++ b/src/IconRotate90DegreesCcwSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwSharp: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCcwSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCcwSharp as default } diff --git a/src/IconRotate90DegreesCcwSharpFilled.tsx b/src/IconRotate90DegreesCcwSharpFilled.tsx index 7f411488f..cbfa69e90 100644 --- a/src/IconRotate90DegreesCcwSharpFilled.tsx +++ b/src/IconRotate90DegreesCcwSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCcwSharpFilled: React.FC = ({ +export const IconRotate90DegreesCcwSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCcwSharpFilled: React.FC = ({ ) - -export { IconRotate90DegreesCcwSharpFilled as default } diff --git a/src/IconRotate90DegreesCwOutlined.tsx b/src/IconRotate90DegreesCwOutlined.tsx index de156dff0..e407a84ad 100644 --- a/src/IconRotate90DegreesCwOutlined.tsx +++ b/src/IconRotate90DegreesCwOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwOutlined: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCwOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCwOutlined as default } diff --git a/src/IconRotate90DegreesCwOutlinedFilled.tsx b/src/IconRotate90DegreesCwOutlinedFilled.tsx index a28f98419..1ff72134d 100644 --- a/src/IconRotate90DegreesCwOutlinedFilled.tsx +++ b/src/IconRotate90DegreesCwOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwOutlinedFilled: React.FC = ({ +export const IconRotate90DegreesCwOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCwOutlinedFilled: React.FC = ({ ) - -export { IconRotate90DegreesCwOutlinedFilled as default } diff --git a/src/IconRotate90DegreesCwRounded.tsx b/src/IconRotate90DegreesCwRounded.tsx index df9a874f5..4b777b15f 100644 --- a/src/IconRotate90DegreesCwRounded.tsx +++ b/src/IconRotate90DegreesCwRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwRounded: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCwRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCwRounded as default } diff --git a/src/IconRotate90DegreesCwRoundedFilled.tsx b/src/IconRotate90DegreesCwRoundedFilled.tsx index 5d88b3b9b..2fe9b2de8 100644 --- a/src/IconRotate90DegreesCwRoundedFilled.tsx +++ b/src/IconRotate90DegreesCwRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwRoundedFilled: React.FC = ({ +export const IconRotate90DegreesCwRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCwRoundedFilled: React.FC = ({ ) - -export { IconRotate90DegreesCwRoundedFilled as default } diff --git a/src/IconRotate90DegreesCwSharp.tsx b/src/IconRotate90DegreesCwSharp.tsx index fe1d7fa10..ff2e1f65c 100644 --- a/src/IconRotate90DegreesCwSharp.tsx +++ b/src/IconRotate90DegreesCwSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwSharp: React.FC = ({ ...props }) => ( +export const IconRotate90DegreesCwSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotate90DegreesCwSharp as default } diff --git a/src/IconRotate90DegreesCwSharpFilled.tsx b/src/IconRotate90DegreesCwSharpFilled.tsx index d19423d00..6936b63b8 100644 --- a/src/IconRotate90DegreesCwSharpFilled.tsx +++ b/src/IconRotate90DegreesCwSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRotate90DegreesCwSharpFilled: React.FC = ({ +export const IconRotate90DegreesCwSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRotate90DegreesCwSharpFilled: React.FC = ({ ) - -export { IconRotate90DegreesCwSharpFilled as default } diff --git a/src/IconRotateAutoOutlined.tsx b/src/IconRotateAutoOutlined.tsx index 6de34915f..6da3fef1f 100644 --- a/src/IconRotateAutoOutlined.tsx +++ b/src/IconRotateAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoOutlined: React.FC = ({ ...props }) => ( +export const IconRotateAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateAutoOutlined as default } diff --git a/src/IconRotateAutoOutlinedFilled.tsx b/src/IconRotateAutoOutlinedFilled.tsx index 2d69d0e79..512edd70b 100644 --- a/src/IconRotateAutoOutlinedFilled.tsx +++ b/src/IconRotateAutoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRotateAutoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateAutoOutlinedFilled as default } diff --git a/src/IconRotateAutoRounded.tsx b/src/IconRotateAutoRounded.tsx index 27225113a..fc1596754 100644 --- a/src/IconRotateAutoRounded.tsx +++ b/src/IconRotateAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoRounded: React.FC = ({ ...props }) => ( +export const IconRotateAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateAutoRounded as default } diff --git a/src/IconRotateAutoRoundedFilled.tsx b/src/IconRotateAutoRoundedFilled.tsx index acca8fa40..240fc1a0c 100644 --- a/src/IconRotateAutoRoundedFilled.tsx +++ b/src/IconRotateAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRotateAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateAutoRoundedFilled as default } diff --git a/src/IconRotateAutoSharp.tsx b/src/IconRotateAutoSharp.tsx index d4efdcc31..dcd628c2a 100644 --- a/src/IconRotateAutoSharp.tsx +++ b/src/IconRotateAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoSharp: React.FC = ({ ...props }) => ( +export const IconRotateAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateAutoSharp as default } diff --git a/src/IconRotateAutoSharpFilled.tsx b/src/IconRotateAutoSharpFilled.tsx index bcb64aac9..bb66ec9e0 100644 --- a/src/IconRotateAutoSharpFilled.tsx +++ b/src/IconRotateAutoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconRotateAutoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateAutoSharpFilled as default } diff --git a/src/IconRotateLeftOutlined.tsx b/src/IconRotateLeftOutlined.tsx index a35f08204..08e6808a7 100644 --- a/src/IconRotateLeftOutlined.tsx +++ b/src/IconRotateLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftOutlined: React.FC = ({ ...props }) => ( +export const IconRotateLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateLeftOutlined as default } diff --git a/src/IconRotateLeftOutlinedFilled.tsx b/src/IconRotateLeftOutlinedFilled.tsx index e5a0ecf12..44a5a84ed 100644 --- a/src/IconRotateLeftOutlinedFilled.tsx +++ b/src/IconRotateLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRotateLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateLeftOutlinedFilled as default } diff --git a/src/IconRotateLeftRounded.tsx b/src/IconRotateLeftRounded.tsx index 5e878822f..c0b273765 100644 --- a/src/IconRotateLeftRounded.tsx +++ b/src/IconRotateLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftRounded: React.FC = ({ ...props }) => ( +export const IconRotateLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateLeftRounded as default } diff --git a/src/IconRotateLeftRoundedFilled.tsx b/src/IconRotateLeftRoundedFilled.tsx index 983786c5b..5a1b8f5b1 100644 --- a/src/IconRotateLeftRoundedFilled.tsx +++ b/src/IconRotateLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRotateLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateLeftRoundedFilled as default } diff --git a/src/IconRotateLeftSharp.tsx b/src/IconRotateLeftSharp.tsx index 3d2e6eaa9..b45b4544a 100644 --- a/src/IconRotateLeftSharp.tsx +++ b/src/IconRotateLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftSharp: React.FC = ({ ...props }) => ( +export const IconRotateLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateLeftSharp as default } diff --git a/src/IconRotateLeftSharpFilled.tsx b/src/IconRotateLeftSharpFilled.tsx index 3a8f02102..f09dd87a0 100644 --- a/src/IconRotateLeftSharpFilled.tsx +++ b/src/IconRotateLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconRotateLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateLeftSharpFilled as default } diff --git a/src/IconRotateRightOutlined.tsx b/src/IconRotateRightOutlined.tsx index ab10ba5af..8c8dc8382 100644 --- a/src/IconRotateRightOutlined.tsx +++ b/src/IconRotateRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightOutlined: React.FC = ({ ...props }) => ( +export const IconRotateRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateRightOutlined as default } diff --git a/src/IconRotateRightOutlinedFilled.tsx b/src/IconRotateRightOutlinedFilled.tsx index 00e66567e..a96721fa7 100644 --- a/src/IconRotateRightOutlinedFilled.tsx +++ b/src/IconRotateRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRotateRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateRightOutlinedFilled as default } diff --git a/src/IconRotateRightRounded.tsx b/src/IconRotateRightRounded.tsx index e9b45a048..70b19f667 100644 --- a/src/IconRotateRightRounded.tsx +++ b/src/IconRotateRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightRounded: React.FC = ({ ...props }) => ( +export const IconRotateRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateRightRounded as default } diff --git a/src/IconRotateRightRoundedFilled.tsx b/src/IconRotateRightRoundedFilled.tsx index 591a5f019..5ec13d29a 100644 --- a/src/IconRotateRightRoundedFilled.tsx +++ b/src/IconRotateRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRotateRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateRightRoundedFilled as default } diff --git a/src/IconRotateRightSharp.tsx b/src/IconRotateRightSharp.tsx index 4592099c9..8531240b4 100644 --- a/src/IconRotateRightSharp.tsx +++ b/src/IconRotateRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightSharp: React.FC = ({ ...props }) => ( +export const IconRotateRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRotateRightSharp as default } diff --git a/src/IconRotateRightSharpFilled.tsx b/src/IconRotateRightSharpFilled.tsx index befba5cdf..bb8d8f6ab 100644 --- a/src/IconRotateRightSharpFilled.tsx +++ b/src/IconRotateRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRotateRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconRotateRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRotateRightSharpFilled as default } diff --git a/src/IconRoundaboutLeftOutlined.tsx b/src/IconRoundaboutLeftOutlined.tsx index 6e5ffaf80..b7da47063 100644 --- a/src/IconRoundaboutLeftOutlined.tsx +++ b/src/IconRoundaboutLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftOutlined: React.FC = ({ ...props }) => ( +export const IconRoundaboutLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutLeftOutlined as default } diff --git a/src/IconRoundaboutLeftOutlinedFilled.tsx b/src/IconRoundaboutLeftOutlinedFilled.tsx index ffc9604a5..9f0cb1b5c 100644 --- a/src/IconRoundaboutLeftOutlinedFilled.tsx +++ b/src/IconRoundaboutLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftOutlinedFilled: React.FC = ({ +export const IconRoundaboutLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRoundaboutLeftOutlinedFilled: React.FC = ({ ) - -export { IconRoundaboutLeftOutlinedFilled as default } diff --git a/src/IconRoundaboutLeftRounded.tsx b/src/IconRoundaboutLeftRounded.tsx index 93adf5795..c86376fc0 100644 --- a/src/IconRoundaboutLeftRounded.tsx +++ b/src/IconRoundaboutLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftRounded: React.FC = ({ ...props }) => ( +export const IconRoundaboutLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutLeftRounded as default } diff --git a/src/IconRoundaboutLeftRoundedFilled.tsx b/src/IconRoundaboutLeftRoundedFilled.tsx index bb7d631e9..bd16cb42b 100644 --- a/src/IconRoundaboutLeftRoundedFilled.tsx +++ b/src/IconRoundaboutLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoundaboutLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutLeftRoundedFilled as default } diff --git a/src/IconRoundaboutLeftSharp.tsx b/src/IconRoundaboutLeftSharp.tsx index 5f6caaa49..24207f524 100644 --- a/src/IconRoundaboutLeftSharp.tsx +++ b/src/IconRoundaboutLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftSharp: React.FC = ({ ...props }) => ( +export const IconRoundaboutLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoundaboutLeftSharp as default } diff --git a/src/IconRoundaboutLeftSharpFilled.tsx b/src/IconRoundaboutLeftSharpFilled.tsx index 3e6cbcc4f..6759f62d8 100644 --- a/src/IconRoundaboutLeftSharpFilled.tsx +++ b/src/IconRoundaboutLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoundaboutLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutLeftSharpFilled as default } diff --git a/src/IconRoundaboutRightOutlined.tsx b/src/IconRoundaboutRightOutlined.tsx index 3a6d4c559..d0ef252fb 100644 --- a/src/IconRoundaboutRightOutlined.tsx +++ b/src/IconRoundaboutRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightOutlined: React.FC = ({ ...props }) => ( +export const IconRoundaboutRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutRightOutlined as default } diff --git a/src/IconRoundaboutRightOutlinedFilled.tsx b/src/IconRoundaboutRightOutlinedFilled.tsx index 61bc93867..1d7fd8eba 100644 --- a/src/IconRoundaboutRightOutlinedFilled.tsx +++ b/src/IconRoundaboutRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightOutlinedFilled: React.FC = ({ +export const IconRoundaboutRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRoundaboutRightOutlinedFilled: React.FC = ({ ) - -export { IconRoundaboutRightOutlinedFilled as default } diff --git a/src/IconRoundaboutRightRounded.tsx b/src/IconRoundaboutRightRounded.tsx index c7e6d92e5..a4eff4206 100644 --- a/src/IconRoundaboutRightRounded.tsx +++ b/src/IconRoundaboutRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightRounded: React.FC = ({ ...props }) => ( +export const IconRoundaboutRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutRightRounded as default } diff --git a/src/IconRoundaboutRightRoundedFilled.tsx b/src/IconRoundaboutRightRoundedFilled.tsx index 870444690..85765494e 100644 --- a/src/IconRoundaboutRightRoundedFilled.tsx +++ b/src/IconRoundaboutRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightRoundedFilled: React.FC = ({ +export const IconRoundaboutRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRoundaboutRightRoundedFilled: React.FC = ({ ) - -export { IconRoundaboutRightRoundedFilled as default } diff --git a/src/IconRoundaboutRightSharp.tsx b/src/IconRoundaboutRightSharp.tsx index f4813ff4d..4a2f831d1 100644 --- a/src/IconRoundaboutRightSharp.tsx +++ b/src/IconRoundaboutRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightSharp: React.FC = ({ ...props }) => ( +export const IconRoundaboutRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoundaboutRightSharp as default } diff --git a/src/IconRoundaboutRightSharpFilled.tsx b/src/IconRoundaboutRightSharpFilled.tsx index 0eefb2ba8..641237cc3 100644 --- a/src/IconRoundaboutRightSharpFilled.tsx +++ b/src/IconRoundaboutRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundaboutRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoundaboutRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundaboutRightSharpFilled as default } diff --git a/src/IconRoundedCornerOutlined.tsx b/src/IconRoundedCornerOutlined.tsx index 4720ce48b..c1631581c 100644 --- a/src/IconRoundedCornerOutlined.tsx +++ b/src/IconRoundedCornerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerOutlined: React.FC = ({ ...props }) => ( +export const IconRoundedCornerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerOutlined as default } diff --git a/src/IconRoundedCornerOutlinedFilled.tsx b/src/IconRoundedCornerOutlinedFilled.tsx index 8137c6f4e..b6f69e9e0 100644 --- a/src/IconRoundedCornerOutlinedFilled.tsx +++ b/src/IconRoundedCornerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRoundedCornerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerOutlinedFilled as default } diff --git a/src/IconRoundedCornerRounded.tsx b/src/IconRoundedCornerRounded.tsx index b819e35dd..053595110 100644 --- a/src/IconRoundedCornerRounded.tsx +++ b/src/IconRoundedCornerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerRounded: React.FC = ({ ...props }) => ( +export const IconRoundedCornerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerRounded as default } diff --git a/src/IconRoundedCornerRoundedFilled.tsx b/src/IconRoundedCornerRoundedFilled.tsx index 543177385..b4c7acd5f 100644 --- a/src/IconRoundedCornerRoundedFilled.tsx +++ b/src/IconRoundedCornerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoundedCornerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerRoundedFilled as default } diff --git a/src/IconRoundedCornerSharp.tsx b/src/IconRoundedCornerSharp.tsx index 8fc22bbed..e1ac32d82 100644 --- a/src/IconRoundedCornerSharp.tsx +++ b/src/IconRoundedCornerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerSharp: React.FC = ({ ...props }) => ( +export const IconRoundedCornerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerSharp as default } diff --git a/src/IconRoundedCornerSharpFilled.tsx b/src/IconRoundedCornerSharpFilled.tsx index 4d5e9883f..c14032a90 100644 --- a/src/IconRoundedCornerSharpFilled.tsx +++ b/src/IconRoundedCornerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoundedCornerSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoundedCornerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoundedCornerSharpFilled as default } diff --git a/src/IconRouteOutlined.tsx b/src/IconRouteOutlined.tsx index ba5973cdb..cc8519892 100644 --- a/src/IconRouteOutlined.tsx +++ b/src/IconRouteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteOutlined: React.FC = ({ ...props }) => ( +export const IconRouteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteOutlined as default } diff --git a/src/IconRouteOutlinedFilled.tsx b/src/IconRouteOutlinedFilled.tsx index d839b136a..14acda601 100644 --- a/src/IconRouteOutlinedFilled.tsx +++ b/src/IconRouteOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRouteOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteOutlinedFilled as default } diff --git a/src/IconRouteRounded.tsx b/src/IconRouteRounded.tsx index bd8cd1d17..19f2c6ffc 100644 --- a/src/IconRouteRounded.tsx +++ b/src/IconRouteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteRounded: React.FC = ({ ...props }) => ( +export const IconRouteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteRounded as default } diff --git a/src/IconRouteRoundedFilled.tsx b/src/IconRouteRoundedFilled.tsx index a48a31ed5..2841f7d6c 100644 --- a/src/IconRouteRoundedFilled.tsx +++ b/src/IconRouteRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRouteRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteRoundedFilled as default } diff --git a/src/IconRouteSharp.tsx b/src/IconRouteSharp.tsx index 6fab61880..230e118c5 100644 --- a/src/IconRouteSharp.tsx +++ b/src/IconRouteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteSharp: React.FC = ({ ...props }) => ( +export const IconRouteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteSharp as default } diff --git a/src/IconRouteSharpFilled.tsx b/src/IconRouteSharpFilled.tsx index becce62f6..2aeba447c 100644 --- a/src/IconRouteSharpFilled.tsx +++ b/src/IconRouteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouteSharpFilled: React.FC = ({ ...props }) => ( +export const IconRouteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouteSharpFilled as default } diff --git a/src/IconRouterOutlined.tsx b/src/IconRouterOutlined.tsx index 6959d3e77..d9887a018 100644 --- a/src/IconRouterOutlined.tsx +++ b/src/IconRouterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterOutlined: React.FC = ({ ...props }) => ( +export const IconRouterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterOutlined as default } diff --git a/src/IconRouterOutlinedFilled.tsx b/src/IconRouterOutlinedFilled.tsx index dbdd915e7..4af7c5959 100644 --- a/src/IconRouterOutlinedFilled.tsx +++ b/src/IconRouterOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRouterOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterOutlinedFilled as default } diff --git a/src/IconRouterRounded.tsx b/src/IconRouterRounded.tsx index ad99eb357..be40dda27 100644 --- a/src/IconRouterRounded.tsx +++ b/src/IconRouterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterRounded: React.FC = ({ ...props }) => ( +export const IconRouterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterRounded as default } diff --git a/src/IconRouterRoundedFilled.tsx b/src/IconRouterRoundedFilled.tsx index 7d1804127..72f67f3f1 100644 --- a/src/IconRouterRoundedFilled.tsx +++ b/src/IconRouterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRouterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterRoundedFilled as default } diff --git a/src/IconRouterSharp.tsx b/src/IconRouterSharp.tsx index 9b985a795..74c9e3a9c 100644 --- a/src/IconRouterSharp.tsx +++ b/src/IconRouterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterSharp: React.FC = ({ ...props }) => ( +export const IconRouterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterSharp as default } diff --git a/src/IconRouterSharpFilled.tsx b/src/IconRouterSharpFilled.tsx index fe228d53c..8d874e251 100644 --- a/src/IconRouterSharpFilled.tsx +++ b/src/IconRouterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRouterSharpFilled: React.FC = ({ ...props }) => ( +export const IconRouterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRouterSharpFilled as default } diff --git a/src/IconRoutineOutlined.tsx b/src/IconRoutineOutlined.tsx index 4e526136b..ce1c160e7 100644 --- a/src/IconRoutineOutlined.tsx +++ b/src/IconRoutineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineOutlined: React.FC = ({ ...props }) => ( +export const IconRoutineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoutineOutlined as default } diff --git a/src/IconRoutineOutlinedFilled.tsx b/src/IconRoutineOutlinedFilled.tsx index aa8c2003d..302b98a49 100644 --- a/src/IconRoutineOutlinedFilled.tsx +++ b/src/IconRoutineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRoutineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRoutineOutlinedFilled as default } diff --git a/src/IconRoutineRounded.tsx b/src/IconRoutineRounded.tsx index ff3625802..63a97cea2 100644 --- a/src/IconRoutineRounded.tsx +++ b/src/IconRoutineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineRounded: React.FC = ({ ...props }) => ( +export const IconRoutineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoutineRounded as default } diff --git a/src/IconRoutineRoundedFilled.tsx b/src/IconRoutineRoundedFilled.tsx index 8eb232036..227aac873 100644 --- a/src/IconRoutineRoundedFilled.tsx +++ b/src/IconRoutineRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRoutineRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoutineRoundedFilled as default } diff --git a/src/IconRoutineSharp.tsx b/src/IconRoutineSharp.tsx index 6968bd146..462e4af53 100644 --- a/src/IconRoutineSharp.tsx +++ b/src/IconRoutineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineSharp: React.FC = ({ ...props }) => ( +export const IconRoutineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoutineSharp as default } diff --git a/src/IconRoutineSharpFilled.tsx b/src/IconRoutineSharpFilled.tsx index 39bab7990..80aa386eb 100644 --- a/src/IconRoutineSharpFilled.tsx +++ b/src/IconRoutineSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRoutineSharpFilled: React.FC = ({ ...props }) => ( +export const IconRoutineSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRoutineSharpFilled as default } diff --git a/src/IconRowingOutlined.tsx b/src/IconRowingOutlined.tsx index afa53bda2..79bea1538 100644 --- a/src/IconRowingOutlined.tsx +++ b/src/IconRowingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingOutlined: React.FC = ({ ...props }) => ( +export const IconRowingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingOutlined as default } diff --git a/src/IconRowingOutlinedFilled.tsx b/src/IconRowingOutlinedFilled.tsx index 434095d84..7a800d94b 100644 --- a/src/IconRowingOutlinedFilled.tsx +++ b/src/IconRowingOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRowingOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingOutlinedFilled as default } diff --git a/src/IconRowingRounded.tsx b/src/IconRowingRounded.tsx index e83175fec..2d43910ea 100644 --- a/src/IconRowingRounded.tsx +++ b/src/IconRowingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingRounded: React.FC = ({ ...props }) => ( +export const IconRowingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingRounded as default } diff --git a/src/IconRowingRoundedFilled.tsx b/src/IconRowingRoundedFilled.tsx index eecf3a23d..6c12418fb 100644 --- a/src/IconRowingRoundedFilled.tsx +++ b/src/IconRowingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRowingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingRoundedFilled as default } diff --git a/src/IconRowingSharp.tsx b/src/IconRowingSharp.tsx index 4113a596e..cc9c163fd 100644 --- a/src/IconRowingSharp.tsx +++ b/src/IconRowingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingSharp: React.FC = ({ ...props }) => ( +export const IconRowingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingSharp as default } diff --git a/src/IconRowingSharpFilled.tsx b/src/IconRowingSharpFilled.tsx index e78087f0f..7fa003638 100644 --- a/src/IconRowingSharpFilled.tsx +++ b/src/IconRowingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRowingSharpFilled: React.FC = ({ ...props }) => ( +export const IconRowingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRowingSharpFilled as default } diff --git a/src/IconRssFeedOutlined.tsx b/src/IconRssFeedOutlined.tsx index cdcf4c7cc..6433e7c5a 100644 --- a/src/IconRssFeedOutlined.tsx +++ b/src/IconRssFeedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedOutlined: React.FC = ({ ...props }) => ( +export const IconRssFeedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRssFeedOutlined as default } diff --git a/src/IconRssFeedOutlinedFilled.tsx b/src/IconRssFeedOutlinedFilled.tsx index 2d92c511d..2117ae2ea 100644 --- a/src/IconRssFeedOutlinedFilled.tsx +++ b/src/IconRssFeedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRssFeedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRssFeedOutlinedFilled as default } diff --git a/src/IconRssFeedRounded.tsx b/src/IconRssFeedRounded.tsx index 62a1e5fd6..6de566b77 100644 --- a/src/IconRssFeedRounded.tsx +++ b/src/IconRssFeedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedRounded: React.FC = ({ ...props }) => ( +export const IconRssFeedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRssFeedRounded as default } diff --git a/src/IconRssFeedRoundedFilled.tsx b/src/IconRssFeedRoundedFilled.tsx index 075b2d925..836e4dd89 100644 --- a/src/IconRssFeedRoundedFilled.tsx +++ b/src/IconRssFeedRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRssFeedRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRssFeedRoundedFilled as default } diff --git a/src/IconRssFeedSharp.tsx b/src/IconRssFeedSharp.tsx index 8082f405c..4d3985304 100644 --- a/src/IconRssFeedSharp.tsx +++ b/src/IconRssFeedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedSharp: React.FC = ({ ...props }) => ( +export const IconRssFeedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRssFeedSharp as default } diff --git a/src/IconRssFeedSharpFilled.tsx b/src/IconRssFeedSharpFilled.tsx index 384b72834..04c3620f7 100644 --- a/src/IconRssFeedSharpFilled.tsx +++ b/src/IconRssFeedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRssFeedSharpFilled: React.FC = ({ ...props }) => ( +export const IconRssFeedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRssFeedSharpFilled as default } diff --git a/src/IconRsvpOutlined.tsx b/src/IconRsvpOutlined.tsx index 6de534070..a4d36c36f 100644 --- a/src/IconRsvpOutlined.tsx +++ b/src/IconRsvpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpOutlined: React.FC = ({ ...props }) => ( +export const IconRsvpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpOutlined as default } diff --git a/src/IconRsvpOutlinedFilled.tsx b/src/IconRsvpOutlinedFilled.tsx index f6c785214..97456017f 100644 --- a/src/IconRsvpOutlinedFilled.tsx +++ b/src/IconRsvpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRsvpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpOutlinedFilled as default } diff --git a/src/IconRsvpRounded.tsx b/src/IconRsvpRounded.tsx index 8529a01a4..0e6b70982 100644 --- a/src/IconRsvpRounded.tsx +++ b/src/IconRsvpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpRounded: React.FC = ({ ...props }) => ( +export const IconRsvpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpRounded as default } diff --git a/src/IconRsvpRoundedFilled.tsx b/src/IconRsvpRoundedFilled.tsx index 2e160149c..5d798b8ca 100644 --- a/src/IconRsvpRoundedFilled.tsx +++ b/src/IconRsvpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRsvpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpRoundedFilled as default } diff --git a/src/IconRsvpSharp.tsx b/src/IconRsvpSharp.tsx index 3e03762b2..f4361e561 100644 --- a/src/IconRsvpSharp.tsx +++ b/src/IconRsvpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpSharp: React.FC = ({ ...props }) => ( +export const IconRsvpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpSharp as default } diff --git a/src/IconRsvpSharpFilled.tsx b/src/IconRsvpSharpFilled.tsx index c6043549a..36d1fae7b 100644 --- a/src/IconRsvpSharpFilled.tsx +++ b/src/IconRsvpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRsvpSharpFilled: React.FC = ({ ...props }) => ( +export const IconRsvpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRsvpSharpFilled as default } diff --git a/src/IconRttOutlined.tsx b/src/IconRttOutlined.tsx index c2ca505dc..4176aca5f 100644 --- a/src/IconRttOutlined.tsx +++ b/src/IconRttOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttOutlined: React.FC = ({ ...props }) => ( +export const IconRttOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttOutlined as default } diff --git a/src/IconRttOutlinedFilled.tsx b/src/IconRttOutlinedFilled.tsx index f554bc579..b8002ff8d 100644 --- a/src/IconRttOutlinedFilled.tsx +++ b/src/IconRttOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRttOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttOutlinedFilled as default } diff --git a/src/IconRttRounded.tsx b/src/IconRttRounded.tsx index 16a902c0d..c07ab3958 100644 --- a/src/IconRttRounded.tsx +++ b/src/IconRttRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttRounded: React.FC = ({ ...props }) => ( +export const IconRttRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttRounded as default } diff --git a/src/IconRttRoundedFilled.tsx b/src/IconRttRoundedFilled.tsx index f54aff056..73fc1b075 100644 --- a/src/IconRttRoundedFilled.tsx +++ b/src/IconRttRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRttRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttRoundedFilled as default } diff --git a/src/IconRttSharp.tsx b/src/IconRttSharp.tsx index aabeff1c0..bf1ca90db 100644 --- a/src/IconRttSharp.tsx +++ b/src/IconRttSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttSharp: React.FC = ({ ...props }) => ( +export const IconRttSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttSharp as default } diff --git a/src/IconRttSharpFilled.tsx b/src/IconRttSharpFilled.tsx index abdee0b8f..151e32def 100644 --- a/src/IconRttSharpFilled.tsx +++ b/src/IconRttSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRttSharpFilled: React.FC = ({ ...props }) => ( +export const IconRttSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRttSharpFilled as default } diff --git a/src/IconRubricOutlined.tsx b/src/IconRubricOutlined.tsx index d2e25f5f4..ac8da7c4c 100644 --- a/src/IconRubricOutlined.tsx +++ b/src/IconRubricOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricOutlined: React.FC = ({ ...props }) => ( +export const IconRubricOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricOutlined as default } diff --git a/src/IconRubricOutlinedFilled.tsx b/src/IconRubricOutlinedFilled.tsx index fd4d8c2a6..a0be02df1 100644 --- a/src/IconRubricOutlinedFilled.tsx +++ b/src/IconRubricOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRubricOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricOutlinedFilled as default } diff --git a/src/IconRubricRounded.tsx b/src/IconRubricRounded.tsx index 93eb65756..78ebe6a77 100644 --- a/src/IconRubricRounded.tsx +++ b/src/IconRubricRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricRounded: React.FC = ({ ...props }) => ( +export const IconRubricRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricRounded as default } diff --git a/src/IconRubricRoundedFilled.tsx b/src/IconRubricRoundedFilled.tsx index 95a6b5565..ff340c3d8 100644 --- a/src/IconRubricRoundedFilled.tsx +++ b/src/IconRubricRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRubricRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricRoundedFilled as default } diff --git a/src/IconRubricSharp.tsx b/src/IconRubricSharp.tsx index 6d0d0f2b9..ba35818df 100644 --- a/src/IconRubricSharp.tsx +++ b/src/IconRubricSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricSharp: React.FC = ({ ...props }) => ( +export const IconRubricSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricSharp as default } diff --git a/src/IconRubricSharpFilled.tsx b/src/IconRubricSharpFilled.tsx index d6be8948e..33008c111 100644 --- a/src/IconRubricSharpFilled.tsx +++ b/src/IconRubricSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRubricSharpFilled: React.FC = ({ ...props }) => ( +export const IconRubricSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRubricSharpFilled as default } diff --git a/src/IconRuleFolderOutlined.tsx b/src/IconRuleFolderOutlined.tsx index 1dcbde436..74766a6ac 100644 --- a/src/IconRuleFolderOutlined.tsx +++ b/src/IconRuleFolderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderOutlined: React.FC = ({ ...props }) => ( +export const IconRuleFolderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleFolderOutlined as default } diff --git a/src/IconRuleFolderOutlinedFilled.tsx b/src/IconRuleFolderOutlinedFilled.tsx index 0f536bb83..6cd2e6a63 100644 --- a/src/IconRuleFolderOutlinedFilled.tsx +++ b/src/IconRuleFolderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRuleFolderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleFolderOutlinedFilled as default } diff --git a/src/IconRuleFolderRounded.tsx b/src/IconRuleFolderRounded.tsx index fc7ef39ad..da8350aeb 100644 --- a/src/IconRuleFolderRounded.tsx +++ b/src/IconRuleFolderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderRounded: React.FC = ({ ...props }) => ( +export const IconRuleFolderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleFolderRounded as default } diff --git a/src/IconRuleFolderRoundedFilled.tsx b/src/IconRuleFolderRoundedFilled.tsx index 6dbb46120..7e10ec294 100644 --- a/src/IconRuleFolderRoundedFilled.tsx +++ b/src/IconRuleFolderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRuleFolderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleFolderRoundedFilled as default } diff --git a/src/IconRuleFolderSharp.tsx b/src/IconRuleFolderSharp.tsx index db7563c58..58039e256 100644 --- a/src/IconRuleFolderSharp.tsx +++ b/src/IconRuleFolderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderSharp: React.FC = ({ ...props }) => ( +export const IconRuleFolderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleFolderSharp as default } diff --git a/src/IconRuleFolderSharpFilled.tsx b/src/IconRuleFolderSharpFilled.tsx index df3c572cb..5d06e8829 100644 --- a/src/IconRuleFolderSharpFilled.tsx +++ b/src/IconRuleFolderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleFolderSharpFilled: React.FC = ({ ...props }) => ( +export const IconRuleFolderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleFolderSharpFilled as default } diff --git a/src/IconRuleOutlined.tsx b/src/IconRuleOutlined.tsx index 3791a4b5e..cb3ea2226 100644 --- a/src/IconRuleOutlined.tsx +++ b/src/IconRuleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleOutlined: React.FC = ({ ...props }) => ( +export const IconRuleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleOutlined as default } diff --git a/src/IconRuleOutlinedFilled.tsx b/src/IconRuleOutlinedFilled.tsx index 33dbb672c..f00be6b06 100644 --- a/src/IconRuleOutlinedFilled.tsx +++ b/src/IconRuleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRuleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleOutlinedFilled as default } diff --git a/src/IconRuleRounded.tsx b/src/IconRuleRounded.tsx index 7a1f8d586..e5e0157eb 100644 --- a/src/IconRuleRounded.tsx +++ b/src/IconRuleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleRounded: React.FC = ({ ...props }) => ( +export const IconRuleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleRounded as default } diff --git a/src/IconRuleRoundedFilled.tsx b/src/IconRuleRoundedFilled.tsx index 8367c303d..fc56d8a27 100644 --- a/src/IconRuleRoundedFilled.tsx +++ b/src/IconRuleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRuleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleRoundedFilled as default } diff --git a/src/IconRuleSettingsOutlined.tsx b/src/IconRuleSettingsOutlined.tsx index 3fe09c5f2..ad229bd89 100644 --- a/src/IconRuleSettingsOutlined.tsx +++ b/src/IconRuleSettingsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsOutlined: React.FC = ({ ...props }) => ( +export const IconRuleSettingsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsOutlined as default } diff --git a/src/IconRuleSettingsOutlinedFilled.tsx b/src/IconRuleSettingsOutlinedFilled.tsx index 3f9a15927..6b4f0eaf0 100644 --- a/src/IconRuleSettingsOutlinedFilled.tsx +++ b/src/IconRuleSettingsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRuleSettingsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsOutlinedFilled as default } diff --git a/src/IconRuleSettingsRounded.tsx b/src/IconRuleSettingsRounded.tsx index b41e44169..e6c8f0d14 100644 --- a/src/IconRuleSettingsRounded.tsx +++ b/src/IconRuleSettingsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsRounded: React.FC = ({ ...props }) => ( +export const IconRuleSettingsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsRounded as default } diff --git a/src/IconRuleSettingsRoundedFilled.tsx b/src/IconRuleSettingsRoundedFilled.tsx index 087501fcd..1aca09113 100644 --- a/src/IconRuleSettingsRoundedFilled.tsx +++ b/src/IconRuleSettingsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRuleSettingsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsRoundedFilled as default } diff --git a/src/IconRuleSettingsSharp.tsx b/src/IconRuleSettingsSharp.tsx index b3fbf03af..941baab37 100644 --- a/src/IconRuleSettingsSharp.tsx +++ b/src/IconRuleSettingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsSharp: React.FC = ({ ...props }) => ( +export const IconRuleSettingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsSharp as default } diff --git a/src/IconRuleSettingsSharpFilled.tsx b/src/IconRuleSettingsSharpFilled.tsx index 2c924f0cd..eed84eca4 100644 --- a/src/IconRuleSettingsSharpFilled.tsx +++ b/src/IconRuleSettingsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSettingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconRuleSettingsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRuleSettingsSharpFilled as default } diff --git a/src/IconRuleSharp.tsx b/src/IconRuleSharp.tsx index 989865c9e..0383f0c05 100644 --- a/src/IconRuleSharp.tsx +++ b/src/IconRuleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSharp: React.FC = ({ ...props }) => ( +export const IconRuleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleSharp as default } diff --git a/src/IconRuleSharpFilled.tsx b/src/IconRuleSharpFilled.tsx index 9a8599657..c85f98bbc 100644 --- a/src/IconRuleSharpFilled.tsx +++ b/src/IconRuleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRuleSharpFilled: React.FC = ({ ...props }) => ( +export const IconRuleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRuleSharpFilled as default } diff --git a/src/IconRunCircleOutlined.tsx b/src/IconRunCircleOutlined.tsx index f0758ee58..1c8655bd6 100644 --- a/src/IconRunCircleOutlined.tsx +++ b/src/IconRunCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleOutlined: React.FC = ({ ...props }) => ( +export const IconRunCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRunCircleOutlined as default } diff --git a/src/IconRunCircleOutlinedFilled.tsx b/src/IconRunCircleOutlinedFilled.tsx index a36f260d8..9c6e4f76e 100644 --- a/src/IconRunCircleOutlinedFilled.tsx +++ b/src/IconRunCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRunCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRunCircleOutlinedFilled as default } diff --git a/src/IconRunCircleRounded.tsx b/src/IconRunCircleRounded.tsx index 66976d680..ebc1b560f 100644 --- a/src/IconRunCircleRounded.tsx +++ b/src/IconRunCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleRounded: React.FC = ({ ...props }) => ( +export const IconRunCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRunCircleRounded as default } diff --git a/src/IconRunCircleRoundedFilled.tsx b/src/IconRunCircleRoundedFilled.tsx index c351e8e73..0f7a9ae61 100644 --- a/src/IconRunCircleRoundedFilled.tsx +++ b/src/IconRunCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRunCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRunCircleRoundedFilled as default } diff --git a/src/IconRunCircleSharp.tsx b/src/IconRunCircleSharp.tsx index 82b089a7b..04c98594e 100644 --- a/src/IconRunCircleSharp.tsx +++ b/src/IconRunCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleSharp: React.FC = ({ ...props }) => ( +export const IconRunCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRunCircleSharp as default } diff --git a/src/IconRunCircleSharpFilled.tsx b/src/IconRunCircleSharpFilled.tsx index b1b951c24..23320a4fa 100644 --- a/src/IconRunCircleSharpFilled.tsx +++ b/src/IconRunCircleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRunCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconRunCircleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRunCircleSharpFilled as default } diff --git a/src/IconRunningWithErrorsOutlined.tsx b/src/IconRunningWithErrorsOutlined.tsx index 4c2572014..3e9cc8550 100644 --- a/src/IconRunningWithErrorsOutlined.tsx +++ b/src/IconRunningWithErrorsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsOutlined: React.FC = ({ ...props }) => ( +export const IconRunningWithErrorsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRunningWithErrorsOutlined as default } diff --git a/src/IconRunningWithErrorsOutlinedFilled.tsx b/src/IconRunningWithErrorsOutlinedFilled.tsx index 66484e682..63c7a6621 100644 --- a/src/IconRunningWithErrorsOutlinedFilled.tsx +++ b/src/IconRunningWithErrorsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsOutlinedFilled: React.FC = ({ +export const IconRunningWithErrorsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRunningWithErrorsOutlinedFilled: React.FC = ({ ) - -export { IconRunningWithErrorsOutlinedFilled as default } diff --git a/src/IconRunningWithErrorsRounded.tsx b/src/IconRunningWithErrorsRounded.tsx index d31b90393..5d5aa4030 100644 --- a/src/IconRunningWithErrorsRounded.tsx +++ b/src/IconRunningWithErrorsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsRounded: React.FC = ({ ...props }) => ( +export const IconRunningWithErrorsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRunningWithErrorsRounded as default } diff --git a/src/IconRunningWithErrorsRoundedFilled.tsx b/src/IconRunningWithErrorsRoundedFilled.tsx index ad5f1b99d..a59ad06a1 100644 --- a/src/IconRunningWithErrorsRoundedFilled.tsx +++ b/src/IconRunningWithErrorsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsRoundedFilled: React.FC = ({ +export const IconRunningWithErrorsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRunningWithErrorsRoundedFilled: React.FC = ({ ) - -export { IconRunningWithErrorsRoundedFilled as default } diff --git a/src/IconRunningWithErrorsSharp.tsx b/src/IconRunningWithErrorsSharp.tsx index 9502a7bab..65c4cd153 100644 --- a/src/IconRunningWithErrorsSharp.tsx +++ b/src/IconRunningWithErrorsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsSharp: React.FC = ({ ...props }) => ( +export const IconRunningWithErrorsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRunningWithErrorsSharp as default } diff --git a/src/IconRunningWithErrorsSharpFilled.tsx b/src/IconRunningWithErrorsSharpFilled.tsx index 34b9b3bed..67823b1f6 100644 --- a/src/IconRunningWithErrorsSharpFilled.tsx +++ b/src/IconRunningWithErrorsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconRunningWithErrorsSharpFilled: React.FC = ({ +export const IconRunningWithErrorsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconRunningWithErrorsSharpFilled: React.FC = ({ ) - -export { IconRunningWithErrorsSharpFilled as default } diff --git a/src/IconRvHookupOutlined.tsx b/src/IconRvHookupOutlined.tsx index d501abcae..09b9a71d3 100644 --- a/src/IconRvHookupOutlined.tsx +++ b/src/IconRvHookupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupOutlined: React.FC = ({ ...props }) => ( +export const IconRvHookupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRvHookupOutlined as default } diff --git a/src/IconRvHookupOutlinedFilled.tsx b/src/IconRvHookupOutlinedFilled.tsx index 0573bdde5..fbafc11b6 100644 --- a/src/IconRvHookupOutlinedFilled.tsx +++ b/src/IconRvHookupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconRvHookupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRvHookupOutlinedFilled as default } diff --git a/src/IconRvHookupRounded.tsx b/src/IconRvHookupRounded.tsx index 1a246ff72..8edc80eb4 100644 --- a/src/IconRvHookupRounded.tsx +++ b/src/IconRvHookupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupRounded: React.FC = ({ ...props }) => ( +export const IconRvHookupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRvHookupRounded as default } diff --git a/src/IconRvHookupRoundedFilled.tsx b/src/IconRvHookupRoundedFilled.tsx index 9be95144c..9a188ae6f 100644 --- a/src/IconRvHookupRoundedFilled.tsx +++ b/src/IconRvHookupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconRvHookupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconRvHookupRoundedFilled as default } diff --git a/src/IconRvHookupSharp.tsx b/src/IconRvHookupSharp.tsx index b05c60447..308366c66 100644 --- a/src/IconRvHookupSharp.tsx +++ b/src/IconRvHookupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupSharp: React.FC = ({ ...props }) => ( +export const IconRvHookupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRvHookupSharp as default } diff --git a/src/IconRvHookupSharpFilled.tsx b/src/IconRvHookupSharpFilled.tsx index b49e545de..ae2fbecb9 100644 --- a/src/IconRvHookupSharpFilled.tsx +++ b/src/IconRvHookupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconRvHookupSharpFilled: React.FC = ({ ...props }) => ( +export const IconRvHookupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconRvHookupSharpFilled as default } diff --git a/src/IconSafetyCheckOffOutlined.tsx b/src/IconSafetyCheckOffOutlined.tsx index 92826ef00..eac397a41 100644 --- a/src/IconSafetyCheckOffOutlined.tsx +++ b/src/IconSafetyCheckOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffOutlined: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOffOutlined as default } diff --git a/src/IconSafetyCheckOffOutlinedFilled.tsx b/src/IconSafetyCheckOffOutlinedFilled.tsx index eb0f21a0c..687bcbc46 100644 --- a/src/IconSafetyCheckOffOutlinedFilled.tsx +++ b/src/IconSafetyCheckOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffOutlinedFilled: React.FC = ({ +export const IconSafetyCheckOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSafetyCheckOffOutlinedFilled: React.FC = ({ ) - -export { IconSafetyCheckOffOutlinedFilled as default } diff --git a/src/IconSafetyCheckOffRounded.tsx b/src/IconSafetyCheckOffRounded.tsx index f4833d321..582a6ea0b 100644 --- a/src/IconSafetyCheckOffRounded.tsx +++ b/src/IconSafetyCheckOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffRounded: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOffRounded as default } diff --git a/src/IconSafetyCheckOffRoundedFilled.tsx b/src/IconSafetyCheckOffRoundedFilled.tsx index 2c76e6eed..b519ff4b9 100644 --- a/src/IconSafetyCheckOffRoundedFilled.tsx +++ b/src/IconSafetyCheckOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOffRoundedFilled as default } diff --git a/src/IconSafetyCheckOffSharp.tsx b/src/IconSafetyCheckOffSharp.tsx index 933907436..7d53c6053 100644 --- a/src/IconSafetyCheckOffSharp.tsx +++ b/src/IconSafetyCheckOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffSharp: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOffSharp as default } diff --git a/src/IconSafetyCheckOffSharpFilled.tsx b/src/IconSafetyCheckOffSharpFilled.tsx index bad60889a..a90744e6c 100644 --- a/src/IconSafetyCheckOffSharpFilled.tsx +++ b/src/IconSafetyCheckOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOffSharpFilled as default } diff --git a/src/IconSafetyCheckOutlined.tsx b/src/IconSafetyCheckOutlined.tsx index 757e7aa7d..b836f7328 100644 --- a/src/IconSafetyCheckOutlined.tsx +++ b/src/IconSafetyCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOutlined: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOutlined as default } diff --git a/src/IconSafetyCheckOutlinedFilled.tsx b/src/IconSafetyCheckOutlinedFilled.tsx index 61c4f0cc2..3d9af8eee 100644 --- a/src/IconSafetyCheckOutlinedFilled.tsx +++ b/src/IconSafetyCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSafetyCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckOutlinedFilled as default } diff --git a/src/IconSafetyCheckRounded.tsx b/src/IconSafetyCheckRounded.tsx index d6a9ab43b..0b3bad3b0 100644 --- a/src/IconSafetyCheckRounded.tsx +++ b/src/IconSafetyCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckRounded: React.FC = ({ ...props }) => ( +export const IconSafetyCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckRounded as default } diff --git a/src/IconSafetyCheckRoundedFilled.tsx b/src/IconSafetyCheckRoundedFilled.tsx index afbc90089..b1db13ffd 100644 --- a/src/IconSafetyCheckRoundedFilled.tsx +++ b/src/IconSafetyCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSafetyCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckRoundedFilled as default } diff --git a/src/IconSafetyCheckSharp.tsx b/src/IconSafetyCheckSharp.tsx index 58278549b..5d32cde2c 100644 --- a/src/IconSafetyCheckSharp.tsx +++ b/src/IconSafetyCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckSharp: React.FC = ({ ...props }) => ( +export const IconSafetyCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckSharp as default } diff --git a/src/IconSafetyCheckSharpFilled.tsx b/src/IconSafetyCheckSharpFilled.tsx index 0fb2e603f..0f4384c2c 100644 --- a/src/IconSafetyCheckSharpFilled.tsx +++ b/src/IconSafetyCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconSafetyCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyCheckSharpFilled as default } diff --git a/src/IconSafetyDividerOutlined.tsx b/src/IconSafetyDividerOutlined.tsx index f549ab340..81b01d77b 100644 --- a/src/IconSafetyDividerOutlined.tsx +++ b/src/IconSafetyDividerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerOutlined: React.FC = ({ ...props }) => ( +export const IconSafetyDividerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerOutlined as default } diff --git a/src/IconSafetyDividerOutlinedFilled.tsx b/src/IconSafetyDividerOutlinedFilled.tsx index 1cd120210..41a982d4e 100644 --- a/src/IconSafetyDividerOutlinedFilled.tsx +++ b/src/IconSafetyDividerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSafetyDividerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerOutlinedFilled as default } diff --git a/src/IconSafetyDividerRounded.tsx b/src/IconSafetyDividerRounded.tsx index 822a0dc43..4739e8912 100644 --- a/src/IconSafetyDividerRounded.tsx +++ b/src/IconSafetyDividerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerRounded: React.FC = ({ ...props }) => ( +export const IconSafetyDividerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerRounded as default } diff --git a/src/IconSafetyDividerRoundedFilled.tsx b/src/IconSafetyDividerRoundedFilled.tsx index 4431813e7..a312b56d1 100644 --- a/src/IconSafetyDividerRoundedFilled.tsx +++ b/src/IconSafetyDividerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSafetyDividerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerRoundedFilled as default } diff --git a/src/IconSafetyDividerSharp.tsx b/src/IconSafetyDividerSharp.tsx index 9f792254d..63a366ee0 100644 --- a/src/IconSafetyDividerSharp.tsx +++ b/src/IconSafetyDividerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerSharp: React.FC = ({ ...props }) => ( +export const IconSafetyDividerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerSharp as default } diff --git a/src/IconSafetyDividerSharpFilled.tsx b/src/IconSafetyDividerSharpFilled.tsx index 63e7344f2..1a0255d31 100644 --- a/src/IconSafetyDividerSharpFilled.tsx +++ b/src/IconSafetyDividerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSafetyDividerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSafetyDividerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSafetyDividerSharpFilled as default } diff --git a/src/IconSailingOutlined.tsx b/src/IconSailingOutlined.tsx index 92c3e7611..ff12ddb31 100644 --- a/src/IconSailingOutlined.tsx +++ b/src/IconSailingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSailingOutlined: React.FC = ({ ...props }) => ( +export const IconSailingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSailingOutlined as default } diff --git a/src/IconSailingOutlinedFilled.tsx b/src/IconSailingOutlinedFilled.tsx index 2d1cd5893..b827b1d5b 100644 --- a/src/IconSailingOutlinedFilled.tsx +++ b/src/IconSailingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSailingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSailingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSailingOutlinedFilled as default } diff --git a/src/IconSailingRounded.tsx b/src/IconSailingRounded.tsx index a092a4639..2fc196c22 100644 --- a/src/IconSailingRounded.tsx +++ b/src/IconSailingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSailingRounded: React.FC = ({ ...props }) => ( +export const IconSailingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSailingRounded as default } diff --git a/src/IconSailingRoundedFilled.tsx b/src/IconSailingRoundedFilled.tsx index f892ad169..a1763915d 100644 --- a/src/IconSailingRoundedFilled.tsx +++ b/src/IconSailingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSailingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSailingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSailingRoundedFilled as default } diff --git a/src/IconSailingSharp.tsx b/src/IconSailingSharp.tsx index ab95ada3c..2148c5e8e 100644 --- a/src/IconSailingSharp.tsx +++ b/src/IconSailingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSailingSharp: React.FC = ({ ...props }) => ( +export const IconSailingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSailingSharp as default } diff --git a/src/IconSailingSharpFilled.tsx b/src/IconSailingSharpFilled.tsx index 877312f21..2b5f77063 100644 --- a/src/IconSailingSharpFilled.tsx +++ b/src/IconSailingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSailingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSailingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSailingSharpFilled as default } diff --git a/src/IconSalinityOutlined.tsx b/src/IconSalinityOutlined.tsx index e1dcf8e6c..9cc24addd 100644 --- a/src/IconSalinityOutlined.tsx +++ b/src/IconSalinityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSalinityOutlined: React.FC = ({ ...props }) => ( +export const IconSalinityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSalinityOutlined as default } diff --git a/src/IconSalinityOutlinedFilled.tsx b/src/IconSalinityOutlinedFilled.tsx index 3b221c739..3b5980320 100644 --- a/src/IconSalinityOutlinedFilled.tsx +++ b/src/IconSalinityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSalinityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSalinityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSalinityOutlinedFilled as default } diff --git a/src/IconSalinityRounded.tsx b/src/IconSalinityRounded.tsx index 341cbd20c..8c439e72c 100644 --- a/src/IconSalinityRounded.tsx +++ b/src/IconSalinityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSalinityRounded: React.FC = ({ ...props }) => ( +export const IconSalinityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSalinityRounded as default } diff --git a/src/IconSalinityRoundedFilled.tsx b/src/IconSalinityRoundedFilled.tsx index 68fa95eb0..afae3cfe1 100644 --- a/src/IconSalinityRoundedFilled.tsx +++ b/src/IconSalinityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSalinityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSalinityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSalinityRoundedFilled as default } diff --git a/src/IconSalinitySharp.tsx b/src/IconSalinitySharp.tsx index 2361f31e5..a4241a773 100644 --- a/src/IconSalinitySharp.tsx +++ b/src/IconSalinitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSalinitySharp: React.FC = ({ ...props }) => ( +export const IconSalinitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSalinitySharp as default } diff --git a/src/IconSalinitySharpFilled.tsx b/src/IconSalinitySharpFilled.tsx index 7d05f0981..f9a7917e7 100644 --- a/src/IconSalinitySharpFilled.tsx +++ b/src/IconSalinitySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSalinitySharpFilled: React.FC = ({ ...props }) => ( +export const IconSalinitySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSalinitySharpFilled as default } diff --git a/src/IconSanitizerOutlined.tsx b/src/IconSanitizerOutlined.tsx index ee889205e..f621f9188 100644 --- a/src/IconSanitizerOutlined.tsx +++ b/src/IconSanitizerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerOutlined: React.FC = ({ ...props }) => ( +export const IconSanitizerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSanitizerOutlined as default } diff --git a/src/IconSanitizerOutlinedFilled.tsx b/src/IconSanitizerOutlinedFilled.tsx index a80290da6..3f548a355 100644 --- a/src/IconSanitizerOutlinedFilled.tsx +++ b/src/IconSanitizerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSanitizerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSanitizerOutlinedFilled as default } diff --git a/src/IconSanitizerRounded.tsx b/src/IconSanitizerRounded.tsx index fc9d6b640..3b573b197 100644 --- a/src/IconSanitizerRounded.tsx +++ b/src/IconSanitizerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerRounded: React.FC = ({ ...props }) => ( +export const IconSanitizerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSanitizerRounded as default } diff --git a/src/IconSanitizerRoundedFilled.tsx b/src/IconSanitizerRoundedFilled.tsx index ebc20fe68..303d044c9 100644 --- a/src/IconSanitizerRoundedFilled.tsx +++ b/src/IconSanitizerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSanitizerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSanitizerRoundedFilled as default } diff --git a/src/IconSanitizerSharp.tsx b/src/IconSanitizerSharp.tsx index 6c91ae184..62281972a 100644 --- a/src/IconSanitizerSharp.tsx +++ b/src/IconSanitizerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerSharp: React.FC = ({ ...props }) => ( +export const IconSanitizerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSanitizerSharp as default } diff --git a/src/IconSanitizerSharpFilled.tsx b/src/IconSanitizerSharpFilled.tsx index a61586206..74ace29dd 100644 --- a/src/IconSanitizerSharpFilled.tsx +++ b/src/IconSanitizerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSanitizerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSanitizerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSanitizerSharpFilled as default } diff --git a/src/IconSatelliteAltOutlined.tsx b/src/IconSatelliteAltOutlined.tsx index f5b9f9d29..ab4624b77 100644 --- a/src/IconSatelliteAltOutlined.tsx +++ b/src/IconSatelliteAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltOutlined: React.FC = ({ ...props }) => ( +export const IconSatelliteAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltOutlined as default } diff --git a/src/IconSatelliteAltOutlinedFilled.tsx b/src/IconSatelliteAltOutlinedFilled.tsx index 577b7191c..ffd58b936 100644 --- a/src/IconSatelliteAltOutlinedFilled.tsx +++ b/src/IconSatelliteAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltOutlinedFilled as default } diff --git a/src/IconSatelliteAltRounded.tsx b/src/IconSatelliteAltRounded.tsx index 7e445ab3b..0e36b71a9 100644 --- a/src/IconSatelliteAltRounded.tsx +++ b/src/IconSatelliteAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltRounded: React.FC = ({ ...props }) => ( +export const IconSatelliteAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltRounded as default } diff --git a/src/IconSatelliteAltRoundedFilled.tsx b/src/IconSatelliteAltRoundedFilled.tsx index 0722009df..78ac32fb8 100644 --- a/src/IconSatelliteAltRoundedFilled.tsx +++ b/src/IconSatelliteAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltRoundedFilled as default } diff --git a/src/IconSatelliteAltSharp.tsx b/src/IconSatelliteAltSharp.tsx index f53309c42..1faea60d3 100644 --- a/src/IconSatelliteAltSharp.tsx +++ b/src/IconSatelliteAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltSharp: React.FC = ({ ...props }) => ( +export const IconSatelliteAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltSharp as default } diff --git a/src/IconSatelliteAltSharpFilled.tsx b/src/IconSatelliteAltSharpFilled.tsx index 393d1175f..51134d5a3 100644 --- a/src/IconSatelliteAltSharpFilled.tsx +++ b/src/IconSatelliteAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSatelliteAltSharpFilled as default } diff --git a/src/IconSatelliteOutlined.tsx b/src/IconSatelliteOutlined.tsx index 577ab26b4..85ded1c4e 100644 --- a/src/IconSatelliteOutlined.tsx +++ b/src/IconSatelliteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteOutlined: React.FC = ({ ...props }) => ( +export const IconSatelliteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteOutlined as default } diff --git a/src/IconSatelliteOutlinedFilled.tsx b/src/IconSatelliteOutlinedFilled.tsx index 57792e924..6d306def8 100644 --- a/src/IconSatelliteOutlinedFilled.tsx +++ b/src/IconSatelliteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSatelliteOutlinedFilled as default } diff --git a/src/IconSatelliteRounded.tsx b/src/IconSatelliteRounded.tsx index 2d00073e5..9755568a3 100644 --- a/src/IconSatelliteRounded.tsx +++ b/src/IconSatelliteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteRounded: React.FC = ({ ...props }) => ( +export const IconSatelliteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteRounded as default } diff --git a/src/IconSatelliteRoundedFilled.tsx b/src/IconSatelliteRoundedFilled.tsx index 0d04ebb9f..4874b25f8 100644 --- a/src/IconSatelliteRoundedFilled.tsx +++ b/src/IconSatelliteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSatelliteRoundedFilled as default } diff --git a/src/IconSatelliteSharp.tsx b/src/IconSatelliteSharp.tsx index a6603ad90..c81dc6fc3 100644 --- a/src/IconSatelliteSharp.tsx +++ b/src/IconSatelliteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteSharp: React.FC = ({ ...props }) => ( +export const IconSatelliteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteSharp as default } diff --git a/src/IconSatelliteSharpFilled.tsx b/src/IconSatelliteSharpFilled.tsx index 8c8d0a92d..a3743ea05 100644 --- a/src/IconSatelliteSharpFilled.tsx +++ b/src/IconSatelliteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSatelliteSharpFilled: React.FC = ({ ...props }) => ( +export const IconSatelliteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSatelliteSharpFilled as default } diff --git a/src/IconSaunaOutlined.tsx b/src/IconSaunaOutlined.tsx index 123d52fb7..e55eab8ce 100644 --- a/src/IconSaunaOutlined.tsx +++ b/src/IconSaunaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaOutlined: React.FC = ({ ...props }) => ( +export const IconSaunaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaOutlined as default } diff --git a/src/IconSaunaOutlinedFilled.tsx b/src/IconSaunaOutlinedFilled.tsx index 11e3241b3..e8b3670f5 100644 --- a/src/IconSaunaOutlinedFilled.tsx +++ b/src/IconSaunaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSaunaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaOutlinedFilled as default } diff --git a/src/IconSaunaRounded.tsx b/src/IconSaunaRounded.tsx index d9fab2c40..1327835bf 100644 --- a/src/IconSaunaRounded.tsx +++ b/src/IconSaunaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaRounded: React.FC = ({ ...props }) => ( +export const IconSaunaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaRounded as default } diff --git a/src/IconSaunaRoundedFilled.tsx b/src/IconSaunaRoundedFilled.tsx index 82261d964..eadd37193 100644 --- a/src/IconSaunaRoundedFilled.tsx +++ b/src/IconSaunaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSaunaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaRoundedFilled as default } diff --git a/src/IconSaunaSharp.tsx b/src/IconSaunaSharp.tsx index dfd21127a..0d86a66d7 100644 --- a/src/IconSaunaSharp.tsx +++ b/src/IconSaunaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaSharp: React.FC = ({ ...props }) => ( +export const IconSaunaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaSharp as default } diff --git a/src/IconSaunaSharpFilled.tsx b/src/IconSaunaSharpFilled.tsx index 950f9ccdf..fe77b5e89 100644 --- a/src/IconSaunaSharpFilled.tsx +++ b/src/IconSaunaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaunaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSaunaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaunaSharpFilled as default } diff --git a/src/IconSaveAsOutlined.tsx b/src/IconSaveAsOutlined.tsx index e84a82f82..b9f9256cf 100644 --- a/src/IconSaveAsOutlined.tsx +++ b/src/IconSaveAsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsOutlined: React.FC = ({ ...props }) => ( +export const IconSaveAsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsOutlined as default } diff --git a/src/IconSaveAsOutlinedFilled.tsx b/src/IconSaveAsOutlinedFilled.tsx index 16d0ea337..0d4c76920 100644 --- a/src/IconSaveAsOutlinedFilled.tsx +++ b/src/IconSaveAsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSaveAsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsOutlinedFilled as default } diff --git a/src/IconSaveAsRounded.tsx b/src/IconSaveAsRounded.tsx index e567cf9db..a2beead6a 100644 --- a/src/IconSaveAsRounded.tsx +++ b/src/IconSaveAsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsRounded: React.FC = ({ ...props }) => ( +export const IconSaveAsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsRounded as default } diff --git a/src/IconSaveAsRoundedFilled.tsx b/src/IconSaveAsRoundedFilled.tsx index afe065498..241fa1317 100644 --- a/src/IconSaveAsRoundedFilled.tsx +++ b/src/IconSaveAsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSaveAsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsRoundedFilled as default } diff --git a/src/IconSaveAsSharp.tsx b/src/IconSaveAsSharp.tsx index 3106b4e4f..e924ea86d 100644 --- a/src/IconSaveAsSharp.tsx +++ b/src/IconSaveAsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsSharp: React.FC = ({ ...props }) => ( +export const IconSaveAsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsSharp as default } diff --git a/src/IconSaveAsSharpFilled.tsx b/src/IconSaveAsSharpFilled.tsx index b1abe4aa4..5f6e7c42a 100644 --- a/src/IconSaveAsSharpFilled.tsx +++ b/src/IconSaveAsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveAsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSaveAsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveAsSharpFilled as default } diff --git a/src/IconSaveOutlined.tsx b/src/IconSaveOutlined.tsx index cd6732a32..b6ef3e875 100644 --- a/src/IconSaveOutlined.tsx +++ b/src/IconSaveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveOutlined: React.FC = ({ ...props }) => ( +export const IconSaveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveOutlined as default } diff --git a/src/IconSaveOutlinedFilled.tsx b/src/IconSaveOutlinedFilled.tsx index 8c317e01a..294a17454 100644 --- a/src/IconSaveOutlinedFilled.tsx +++ b/src/IconSaveOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSaveOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveOutlinedFilled as default } diff --git a/src/IconSaveRounded.tsx b/src/IconSaveRounded.tsx index 1afc7b474..cda176621 100644 --- a/src/IconSaveRounded.tsx +++ b/src/IconSaveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveRounded: React.FC = ({ ...props }) => ( +export const IconSaveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveRounded as default } diff --git a/src/IconSaveRoundedFilled.tsx b/src/IconSaveRoundedFilled.tsx index 6746af52f..37d20cc04 100644 --- a/src/IconSaveRoundedFilled.tsx +++ b/src/IconSaveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSaveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveRoundedFilled as default } diff --git a/src/IconSaveSharp.tsx b/src/IconSaveSharp.tsx index e9fa801f0..df6f7fc15 100644 --- a/src/IconSaveSharp.tsx +++ b/src/IconSaveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveSharp: React.FC = ({ ...props }) => ( +export const IconSaveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveSharp as default } diff --git a/src/IconSaveSharpFilled.tsx b/src/IconSaveSharpFilled.tsx index ee10f952d..9bf737f95 100644 --- a/src/IconSaveSharpFilled.tsx +++ b/src/IconSaveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSaveSharpFilled: React.FC = ({ ...props }) => ( +export const IconSaveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSaveSharpFilled as default } diff --git a/src/IconSavedSearchOutlined.tsx b/src/IconSavedSearchOutlined.tsx index a6aecc3ed..0162fc1d1 100644 --- a/src/IconSavedSearchOutlined.tsx +++ b/src/IconSavedSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchOutlined: React.FC = ({ ...props }) => ( +export const IconSavedSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavedSearchOutlined as default } diff --git a/src/IconSavedSearchOutlinedFilled.tsx b/src/IconSavedSearchOutlinedFilled.tsx index a31e16c0b..6f9b9bd0a 100644 --- a/src/IconSavedSearchOutlinedFilled.tsx +++ b/src/IconSavedSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSavedSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSavedSearchOutlinedFilled as default } diff --git a/src/IconSavedSearchRounded.tsx b/src/IconSavedSearchRounded.tsx index f86ec79c3..7e7ce1f57 100644 --- a/src/IconSavedSearchRounded.tsx +++ b/src/IconSavedSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchRounded: React.FC = ({ ...props }) => ( +export const IconSavedSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavedSearchRounded as default } diff --git a/src/IconSavedSearchRoundedFilled.tsx b/src/IconSavedSearchRoundedFilled.tsx index fd8a4f8bb..1386ccb4d 100644 --- a/src/IconSavedSearchRoundedFilled.tsx +++ b/src/IconSavedSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSavedSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSavedSearchRoundedFilled as default } diff --git a/src/IconSavedSearchSharp.tsx b/src/IconSavedSearchSharp.tsx index d594702fa..a304dc748 100644 --- a/src/IconSavedSearchSharp.tsx +++ b/src/IconSavedSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchSharp: React.FC = ({ ...props }) => ( +export const IconSavedSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavedSearchSharp as default } diff --git a/src/IconSavedSearchSharpFilled.tsx b/src/IconSavedSearchSharpFilled.tsx index 618acaa72..5d8ac0066 100644 --- a/src/IconSavedSearchSharpFilled.tsx +++ b/src/IconSavedSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSavedSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconSavedSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSavedSearchSharpFilled as default } diff --git a/src/IconSavingsOutlined.tsx b/src/IconSavingsOutlined.tsx index 93bcf4b04..e5738e92f 100644 --- a/src/IconSavingsOutlined.tsx +++ b/src/IconSavingsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsOutlined: React.FC = ({ ...props }) => ( +export const IconSavingsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavingsOutlined as default } diff --git a/src/IconSavingsOutlinedFilled.tsx b/src/IconSavingsOutlinedFilled.tsx index 2aa377231..adf396c87 100644 --- a/src/IconSavingsOutlinedFilled.tsx +++ b/src/IconSavingsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSavingsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSavingsOutlinedFilled as default } diff --git a/src/IconSavingsRounded.tsx b/src/IconSavingsRounded.tsx index 885607b52..6d52c43f7 100644 --- a/src/IconSavingsRounded.tsx +++ b/src/IconSavingsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsRounded: React.FC = ({ ...props }) => ( +export const IconSavingsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavingsRounded as default } diff --git a/src/IconSavingsRoundedFilled.tsx b/src/IconSavingsRoundedFilled.tsx index ad7366abb..6897d35b7 100644 --- a/src/IconSavingsRoundedFilled.tsx +++ b/src/IconSavingsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSavingsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavingsRoundedFilled as default } diff --git a/src/IconSavingsSharp.tsx b/src/IconSavingsSharp.tsx index 3d9d69903..38fda3397 100644 --- a/src/IconSavingsSharp.tsx +++ b/src/IconSavingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsSharp: React.FC = ({ ...props }) => ( +export const IconSavingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavingsSharp as default } diff --git a/src/IconSavingsSharpFilled.tsx b/src/IconSavingsSharpFilled.tsx index 796f2a89f..dcbcfabf4 100644 --- a/src/IconSavingsSharpFilled.tsx +++ b/src/IconSavingsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSavingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSavingsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSavingsSharpFilled as default } diff --git a/src/IconScaleOutlined.tsx b/src/IconScaleOutlined.tsx index 585e03779..de34e1cc1 100644 --- a/src/IconScaleOutlined.tsx +++ b/src/IconScaleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleOutlined: React.FC = ({ ...props }) => ( +export const IconScaleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleOutlined as default } diff --git a/src/IconScaleOutlinedFilled.tsx b/src/IconScaleOutlinedFilled.tsx index ed1b9f5c6..f05b6026c 100644 --- a/src/IconScaleOutlinedFilled.tsx +++ b/src/IconScaleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScaleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleOutlinedFilled as default } diff --git a/src/IconScaleRounded.tsx b/src/IconScaleRounded.tsx index 719bbce68..242616e59 100644 --- a/src/IconScaleRounded.tsx +++ b/src/IconScaleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleRounded: React.FC = ({ ...props }) => ( +export const IconScaleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleRounded as default } diff --git a/src/IconScaleRoundedFilled.tsx b/src/IconScaleRoundedFilled.tsx index 29015c8b2..352b6fb37 100644 --- a/src/IconScaleRoundedFilled.tsx +++ b/src/IconScaleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScaleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleRoundedFilled as default } diff --git a/src/IconScaleSharp.tsx b/src/IconScaleSharp.tsx index cc543603f..f06bfdf2e 100644 --- a/src/IconScaleSharp.tsx +++ b/src/IconScaleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleSharp: React.FC = ({ ...props }) => ( +export const IconScaleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleSharp as default } diff --git a/src/IconScaleSharpFilled.tsx b/src/IconScaleSharpFilled.tsx index 6e4c7cfc7..3acdffcf3 100644 --- a/src/IconScaleSharpFilled.tsx +++ b/src/IconScaleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScaleSharpFilled: React.FC = ({ ...props }) => ( +export const IconScaleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScaleSharpFilled as default } diff --git a/src/IconScanDeleteOutlined.tsx b/src/IconScanDeleteOutlined.tsx index 1ceb7b5ca..52e05867d 100644 --- a/src/IconScanDeleteOutlined.tsx +++ b/src/IconScanDeleteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteOutlined: React.FC = ({ ...props }) => ( +export const IconScanDeleteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanDeleteOutlined as default } diff --git a/src/IconScanDeleteOutlinedFilled.tsx b/src/IconScanDeleteOutlinedFilled.tsx index bab6cb65b..f4c02138d 100644 --- a/src/IconScanDeleteOutlinedFilled.tsx +++ b/src/IconScanDeleteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScanDeleteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScanDeleteOutlinedFilled as default } diff --git a/src/IconScanDeleteRounded.tsx b/src/IconScanDeleteRounded.tsx index 8a29bda14..4362c6703 100644 --- a/src/IconScanDeleteRounded.tsx +++ b/src/IconScanDeleteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteRounded: React.FC = ({ ...props }) => ( +export const IconScanDeleteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanDeleteRounded as default } diff --git a/src/IconScanDeleteRoundedFilled.tsx b/src/IconScanDeleteRoundedFilled.tsx index 97e24d2cb..a980ec6db 100644 --- a/src/IconScanDeleteRoundedFilled.tsx +++ b/src/IconScanDeleteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScanDeleteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScanDeleteRoundedFilled as default } diff --git a/src/IconScanDeleteSharp.tsx b/src/IconScanDeleteSharp.tsx index d397b760d..66dfa2c21 100644 --- a/src/IconScanDeleteSharp.tsx +++ b/src/IconScanDeleteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteSharp: React.FC = ({ ...props }) => ( +export const IconScanDeleteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanDeleteSharp as default } diff --git a/src/IconScanDeleteSharpFilled.tsx b/src/IconScanDeleteSharpFilled.tsx index 95b12632d..70e7f3ce5 100644 --- a/src/IconScanDeleteSharpFilled.tsx +++ b/src/IconScanDeleteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScanDeleteSharpFilled: React.FC = ({ ...props }) => ( +export const IconScanDeleteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScanDeleteSharpFilled as default } diff --git a/src/IconScanOutlined.tsx b/src/IconScanOutlined.tsx index dadb10f2c..c5da0677d 100644 --- a/src/IconScanOutlined.tsx +++ b/src/IconScanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanOutlined: React.FC = ({ ...props }) => ( +export const IconScanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanOutlined as default } diff --git a/src/IconScanOutlinedFilled.tsx b/src/IconScanOutlinedFilled.tsx index 64ae3c8bc..edfbfe137 100644 --- a/src/IconScanOutlinedFilled.tsx +++ b/src/IconScanOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScanOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanOutlinedFilled as default } diff --git a/src/IconScanRounded.tsx b/src/IconScanRounded.tsx index 20783648c..592c8e557 100644 --- a/src/IconScanRounded.tsx +++ b/src/IconScanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanRounded: React.FC = ({ ...props }) => ( +export const IconScanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanRounded as default } diff --git a/src/IconScanRoundedFilled.tsx b/src/IconScanRoundedFilled.tsx index 2c3223c6e..68171e78a 100644 --- a/src/IconScanRoundedFilled.tsx +++ b/src/IconScanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanRoundedFilled as default } diff --git a/src/IconScanSharp.tsx b/src/IconScanSharp.tsx index ec8613f57..bd414c2e6 100644 --- a/src/IconScanSharp.tsx +++ b/src/IconScanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanSharp: React.FC = ({ ...props }) => ( +export const IconScanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanSharp as default } diff --git a/src/IconScanSharpFilled.tsx b/src/IconScanSharpFilled.tsx index 2d56b97aa..4ee4fd4e7 100644 --- a/src/IconScanSharpFilled.tsx +++ b/src/IconScanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScanSharpFilled: React.FC = ({ ...props }) => ( +export const IconScanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScanSharpFilled as default } diff --git a/src/IconScannerOutlined.tsx b/src/IconScannerOutlined.tsx index 7c7884c50..c77d12b66 100644 --- a/src/IconScannerOutlined.tsx +++ b/src/IconScannerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScannerOutlined: React.FC = ({ ...props }) => ( +export const IconScannerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScannerOutlined as default } diff --git a/src/IconScannerOutlinedFilled.tsx b/src/IconScannerOutlinedFilled.tsx index cb3708451..087516a1c 100644 --- a/src/IconScannerOutlinedFilled.tsx +++ b/src/IconScannerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScannerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScannerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScannerOutlinedFilled as default } diff --git a/src/IconScannerRounded.tsx b/src/IconScannerRounded.tsx index 17bde15ad..2ae1a99af 100644 --- a/src/IconScannerRounded.tsx +++ b/src/IconScannerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScannerRounded: React.FC = ({ ...props }) => ( +export const IconScannerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScannerRounded as default } diff --git a/src/IconScannerRoundedFilled.tsx b/src/IconScannerRoundedFilled.tsx index 8fc6fd4b4..59e9e55bd 100644 --- a/src/IconScannerRoundedFilled.tsx +++ b/src/IconScannerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScannerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScannerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScannerRoundedFilled as default } diff --git a/src/IconScannerSharp.tsx b/src/IconScannerSharp.tsx index 704e3d2f7..493d6ae1c 100644 --- a/src/IconScannerSharp.tsx +++ b/src/IconScannerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScannerSharp: React.FC = ({ ...props }) => ( +export const IconScannerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScannerSharp as default } diff --git a/src/IconScannerSharpFilled.tsx b/src/IconScannerSharpFilled.tsx index aadea199d..d16f15424 100644 --- a/src/IconScannerSharpFilled.tsx +++ b/src/IconScannerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScannerSharpFilled: React.FC = ({ ...props }) => ( +export const IconScannerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScannerSharpFilled as default } diff --git a/src/IconScatterPlotOutlined.tsx b/src/IconScatterPlotOutlined.tsx index 05fdc8b22..8f7a30bbd 100644 --- a/src/IconScatterPlotOutlined.tsx +++ b/src/IconScatterPlotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotOutlined: React.FC = ({ ...props }) => ( +export const IconScatterPlotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScatterPlotOutlined as default } diff --git a/src/IconScatterPlotOutlinedFilled.tsx b/src/IconScatterPlotOutlinedFilled.tsx index cf103a3dd..148cf9f9e 100644 --- a/src/IconScatterPlotOutlinedFilled.tsx +++ b/src/IconScatterPlotOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScatterPlotOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScatterPlotOutlinedFilled as default } diff --git a/src/IconScatterPlotRounded.tsx b/src/IconScatterPlotRounded.tsx index 6aa187ebb..73bee5f2b 100644 --- a/src/IconScatterPlotRounded.tsx +++ b/src/IconScatterPlotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotRounded: React.FC = ({ ...props }) => ( +export const IconScatterPlotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScatterPlotRounded as default } diff --git a/src/IconScatterPlotRoundedFilled.tsx b/src/IconScatterPlotRoundedFilled.tsx index 22e48420a..83748026c 100644 --- a/src/IconScatterPlotRoundedFilled.tsx +++ b/src/IconScatterPlotRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScatterPlotRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScatterPlotRoundedFilled as default } diff --git a/src/IconScatterPlotSharp.tsx b/src/IconScatterPlotSharp.tsx index ac54dfcbe..37a261478 100644 --- a/src/IconScatterPlotSharp.tsx +++ b/src/IconScatterPlotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotSharp: React.FC = ({ ...props }) => ( +export const IconScatterPlotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScatterPlotSharp as default } diff --git a/src/IconScatterPlotSharpFilled.tsx b/src/IconScatterPlotSharpFilled.tsx index 1884179f7..a95031426 100644 --- a/src/IconScatterPlotSharpFilled.tsx +++ b/src/IconScatterPlotSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScatterPlotSharpFilled: React.FC = ({ ...props }) => ( +export const IconScatterPlotSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScatterPlotSharpFilled as default } diff --git a/src/IconSceneOutlined.tsx b/src/IconSceneOutlined.tsx index 97990d08d..66e6e3c08 100644 --- a/src/IconSceneOutlined.tsx +++ b/src/IconSceneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneOutlined: React.FC = ({ ...props }) => ( +export const IconSceneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneOutlined as default } diff --git a/src/IconSceneOutlinedFilled.tsx b/src/IconSceneOutlinedFilled.tsx index b7ea8927e..275ba83dd 100644 --- a/src/IconSceneOutlinedFilled.tsx +++ b/src/IconSceneOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSceneOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneOutlinedFilled as default } diff --git a/src/IconSceneRounded.tsx b/src/IconSceneRounded.tsx index 9dd533b91..f400fdfd6 100644 --- a/src/IconSceneRounded.tsx +++ b/src/IconSceneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneRounded: React.FC = ({ ...props }) => ( +export const IconSceneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneRounded as default } diff --git a/src/IconSceneRoundedFilled.tsx b/src/IconSceneRoundedFilled.tsx index c99187ab0..6f73652ea 100644 --- a/src/IconSceneRoundedFilled.tsx +++ b/src/IconSceneRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSceneRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneRoundedFilled as default } diff --git a/src/IconSceneSharp.tsx b/src/IconSceneSharp.tsx index 0018ecac8..93f0c4f6d 100644 --- a/src/IconSceneSharp.tsx +++ b/src/IconSceneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneSharp: React.FC = ({ ...props }) => ( +export const IconSceneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneSharp as default } diff --git a/src/IconSceneSharpFilled.tsx b/src/IconSceneSharpFilled.tsx index 7c27ac0dc..ff4b31578 100644 --- a/src/IconSceneSharpFilled.tsx +++ b/src/IconSceneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSceneSharpFilled: React.FC = ({ ...props }) => ( +export const IconSceneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSceneSharpFilled as default } diff --git a/src/IconScheduleOutlined.tsx b/src/IconScheduleOutlined.tsx index 0982588cb..34ba40aaa 100644 --- a/src/IconScheduleOutlined.tsx +++ b/src/IconScheduleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleOutlined: React.FC = ({ ...props }) => ( +export const IconScheduleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleOutlined as default } diff --git a/src/IconScheduleOutlinedFilled.tsx b/src/IconScheduleOutlinedFilled.tsx index 75f73d81c..da435412b 100644 --- a/src/IconScheduleOutlinedFilled.tsx +++ b/src/IconScheduleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScheduleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScheduleOutlinedFilled as default } diff --git a/src/IconScheduleRounded.tsx b/src/IconScheduleRounded.tsx index e0370d7d1..fa6629cce 100644 --- a/src/IconScheduleRounded.tsx +++ b/src/IconScheduleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleRounded: React.FC = ({ ...props }) => ( +export const IconScheduleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleRounded as default } diff --git a/src/IconScheduleRoundedFilled.tsx b/src/IconScheduleRoundedFilled.tsx index 215b053ea..aedbe0010 100644 --- a/src/IconScheduleRoundedFilled.tsx +++ b/src/IconScheduleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScheduleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScheduleRoundedFilled as default } diff --git a/src/IconScheduleSendOutlined.tsx b/src/IconScheduleSendOutlined.tsx index 2b8f26a82..aa6c6fef3 100644 --- a/src/IconScheduleSendOutlined.tsx +++ b/src/IconScheduleSendOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendOutlined: React.FC = ({ ...props }) => ( +export const IconScheduleSendOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleSendOutlined as default } diff --git a/src/IconScheduleSendOutlinedFilled.tsx b/src/IconScheduleSendOutlinedFilled.tsx index ab27d34af..e6ffe9fe9 100644 --- a/src/IconScheduleSendOutlinedFilled.tsx +++ b/src/IconScheduleSendOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScheduleSendOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScheduleSendOutlinedFilled as default } diff --git a/src/IconScheduleSendRounded.tsx b/src/IconScheduleSendRounded.tsx index b96e5d740..c95fc2e10 100644 --- a/src/IconScheduleSendRounded.tsx +++ b/src/IconScheduleSendRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendRounded: React.FC = ({ ...props }) => ( +export const IconScheduleSendRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleSendRounded as default } diff --git a/src/IconScheduleSendRoundedFilled.tsx b/src/IconScheduleSendRoundedFilled.tsx index aac5d30df..caa0e1086 100644 --- a/src/IconScheduleSendRoundedFilled.tsx +++ b/src/IconScheduleSendRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScheduleSendRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScheduleSendRoundedFilled as default } diff --git a/src/IconScheduleSendSharp.tsx b/src/IconScheduleSendSharp.tsx index e4cbaba12..ea1a32927 100644 --- a/src/IconScheduleSendSharp.tsx +++ b/src/IconScheduleSendSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendSharp: React.FC = ({ ...props }) => ( +export const IconScheduleSendSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleSendSharp as default } diff --git a/src/IconScheduleSendSharpFilled.tsx b/src/IconScheduleSendSharpFilled.tsx index a579aa7c8..1aece2856 100644 --- a/src/IconScheduleSendSharpFilled.tsx +++ b/src/IconScheduleSendSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSendSharpFilled: React.FC = ({ ...props }) => ( +export const IconScheduleSendSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScheduleSendSharpFilled as default } diff --git a/src/IconScheduleSharp.tsx b/src/IconScheduleSharp.tsx index 32b26afad..1c1323273 100644 --- a/src/IconScheduleSharp.tsx +++ b/src/IconScheduleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSharp: React.FC = ({ ...props }) => ( +export const IconScheduleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleSharp as default } diff --git a/src/IconScheduleSharpFilled.tsx b/src/IconScheduleSharpFilled.tsx index 358c51605..9868cb524 100644 --- a/src/IconScheduleSharpFilled.tsx +++ b/src/IconScheduleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScheduleSharpFilled: React.FC = ({ ...props }) => ( +export const IconScheduleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScheduleSharpFilled as default } diff --git a/src/IconSchemaOutlined.tsx b/src/IconSchemaOutlined.tsx index 2493a5029..13c016726 100644 --- a/src/IconSchemaOutlined.tsx +++ b/src/IconSchemaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaOutlined: React.FC = ({ ...props }) => ( +export const IconSchemaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaOutlined as default } diff --git a/src/IconSchemaOutlinedFilled.tsx b/src/IconSchemaOutlinedFilled.tsx index e447783e1..d15d90dd2 100644 --- a/src/IconSchemaOutlinedFilled.tsx +++ b/src/IconSchemaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSchemaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaOutlinedFilled as default } diff --git a/src/IconSchemaRounded.tsx b/src/IconSchemaRounded.tsx index 3277ce772..3ce5c898d 100644 --- a/src/IconSchemaRounded.tsx +++ b/src/IconSchemaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaRounded: React.FC = ({ ...props }) => ( +export const IconSchemaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaRounded as default } diff --git a/src/IconSchemaRoundedFilled.tsx b/src/IconSchemaRoundedFilled.tsx index 5e612e72a..fecf16022 100644 --- a/src/IconSchemaRoundedFilled.tsx +++ b/src/IconSchemaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSchemaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaRoundedFilled as default } diff --git a/src/IconSchemaSharp.tsx b/src/IconSchemaSharp.tsx index e9e7e8364..f21d50145 100644 --- a/src/IconSchemaSharp.tsx +++ b/src/IconSchemaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaSharp: React.FC = ({ ...props }) => ( +export const IconSchemaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaSharp as default } diff --git a/src/IconSchemaSharpFilled.tsx b/src/IconSchemaSharpFilled.tsx index 3a7dd6228..6c01839c5 100644 --- a/src/IconSchemaSharpFilled.tsx +++ b/src/IconSchemaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchemaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSchemaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchemaSharpFilled as default } diff --git a/src/IconSchoolOutlined.tsx b/src/IconSchoolOutlined.tsx index c5a239acb..9fd6ec005 100644 --- a/src/IconSchoolOutlined.tsx +++ b/src/IconSchoolOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolOutlined: React.FC = ({ ...props }) => ( +export const IconSchoolOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolOutlined as default } diff --git a/src/IconSchoolOutlinedFilled.tsx b/src/IconSchoolOutlinedFilled.tsx index a303f92d5..9bc1ecd3c 100644 --- a/src/IconSchoolOutlinedFilled.tsx +++ b/src/IconSchoolOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSchoolOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolOutlinedFilled as default } diff --git a/src/IconSchoolRounded.tsx b/src/IconSchoolRounded.tsx index a1059a02b..40aebeb6c 100644 --- a/src/IconSchoolRounded.tsx +++ b/src/IconSchoolRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolRounded: React.FC = ({ ...props }) => ( +export const IconSchoolRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolRounded as default } diff --git a/src/IconSchoolRoundedFilled.tsx b/src/IconSchoolRoundedFilled.tsx index e4b84f3ff..d55f8dc8b 100644 --- a/src/IconSchoolRoundedFilled.tsx +++ b/src/IconSchoolRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSchoolRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolRoundedFilled as default } diff --git a/src/IconSchoolSharp.tsx b/src/IconSchoolSharp.tsx index 306453f0c..ffb255198 100644 --- a/src/IconSchoolSharp.tsx +++ b/src/IconSchoolSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolSharp: React.FC = ({ ...props }) => ( +export const IconSchoolSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolSharp as default } diff --git a/src/IconSchoolSharpFilled.tsx b/src/IconSchoolSharpFilled.tsx index b99940aac..b19e99388 100644 --- a/src/IconSchoolSharpFilled.tsx +++ b/src/IconSchoolSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSchoolSharpFilled: React.FC = ({ ...props }) => ( +export const IconSchoolSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSchoolSharpFilled as default } diff --git a/src/IconScienceOffOutlined.tsx b/src/IconScienceOffOutlined.tsx index 558cdc019..eb0108c56 100644 --- a/src/IconScienceOffOutlined.tsx +++ b/src/IconScienceOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOffOutlined: React.FC = ({ ...props }) => ( +export const IconScienceOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceOffOutlined as default } diff --git a/src/IconScienceOffOutlinedFilled.tsx b/src/IconScienceOffOutlinedFilled.tsx index dca7e802f..11ee53cbd 100644 --- a/src/IconScienceOffOutlinedFilled.tsx +++ b/src/IconScienceOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScienceOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScienceOffOutlinedFilled as default } diff --git a/src/IconScienceOffRounded.tsx b/src/IconScienceOffRounded.tsx index 1decf01f2..02ec56d0c 100644 --- a/src/IconScienceOffRounded.tsx +++ b/src/IconScienceOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOffRounded: React.FC = ({ ...props }) => ( +export const IconScienceOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceOffRounded as default } diff --git a/src/IconScienceOffRoundedFilled.tsx b/src/IconScienceOffRoundedFilled.tsx index 9f7c487ea..ece46cc6d 100644 --- a/src/IconScienceOffRoundedFilled.tsx +++ b/src/IconScienceOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScienceOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScienceOffRoundedFilled as default } diff --git a/src/IconScienceOffSharp.tsx b/src/IconScienceOffSharp.tsx deleted file mode 100644 index dca810657..000000000 --- a/src/IconScienceOffSharp.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconScienceOffSharp: React.FC = ({ ...props }) => ( - - {props.title && {props.title}} - - -) - -export { IconScienceOffSharp as default } diff --git a/src/IconScienceOffSharpFilled.tsx b/src/IconScienceOffSharpFilled.tsx index 0ba67c087..023713d82 100644 --- a/src/IconScienceOffSharpFilled.tsx +++ b/src/IconScienceOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconScienceOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScienceOffSharpFilled as default } diff --git a/src/IconScienceOutlined.tsx b/src/IconScienceOutlined.tsx index 36c29fcae..bda7643b6 100644 --- a/src/IconScienceOutlined.tsx +++ b/src/IconScienceOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOutlined: React.FC = ({ ...props }) => ( +export const IconScienceOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceOutlined as default } diff --git a/src/IconScienceOutlinedFilled.tsx b/src/IconScienceOutlinedFilled.tsx index cb62c0990..b97a8c664 100644 --- a/src/IconScienceOutlinedFilled.tsx +++ b/src/IconScienceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScienceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScienceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScienceOutlinedFilled as default } diff --git a/src/IconScienceRounded.tsx b/src/IconScienceRounded.tsx index 5cc506efc..3cee58a9a 100644 --- a/src/IconScienceRounded.tsx +++ b/src/IconScienceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceRounded: React.FC = ({ ...props }) => ( +export const IconScienceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceRounded as default } diff --git a/src/IconScienceRoundedFilled.tsx b/src/IconScienceRoundedFilled.tsx index 7736ca8b5..cf9e72fcc 100644 --- a/src/IconScienceRoundedFilled.tsx +++ b/src/IconScienceRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScienceRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceRoundedFilled as default } diff --git a/src/IconScienceSharp.tsx b/src/IconScienceSharp.tsx index 48c2e37c3..abdee0251 100644 --- a/src/IconScienceSharp.tsx +++ b/src/IconScienceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceSharp: React.FC = ({ ...props }) => ( +export const IconScienceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceSharp as default } diff --git a/src/IconScienceSharpFilled.tsx b/src/IconScienceSharpFilled.tsx index 7732e4284..e1376dde3 100644 --- a/src/IconScienceSharpFilled.tsx +++ b/src/IconScienceSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScienceSharpFilled: React.FC = ({ ...props }) => ( +export const IconScienceSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScienceSharpFilled as default } diff --git a/src/IconScooterOutlined.tsx b/src/IconScooterOutlined.tsx index 38fb63359..7ab1ddb08 100644 --- a/src/IconScooterOutlined.tsx +++ b/src/IconScooterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScooterOutlined: React.FC = ({ ...props }) => ( +export const IconScooterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScooterOutlined as default } diff --git a/src/IconScooterOutlinedFilled.tsx b/src/IconScooterOutlinedFilled.tsx index 15ada619a..720f7180c 100644 --- a/src/IconScooterOutlinedFilled.tsx +++ b/src/IconScooterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScooterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScooterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScooterOutlinedFilled as default } diff --git a/src/IconScooterRounded.tsx b/src/IconScooterRounded.tsx index 911b9b240..6402a890f 100644 --- a/src/IconScooterRounded.tsx +++ b/src/IconScooterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScooterRounded: React.FC = ({ ...props }) => ( +export const IconScooterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScooterRounded as default } diff --git a/src/IconScooterRoundedFilled.tsx b/src/IconScooterRoundedFilled.tsx index c6c3d4c29..6cc6597db 100644 --- a/src/IconScooterRoundedFilled.tsx +++ b/src/IconScooterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScooterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScooterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScooterRoundedFilled as default } diff --git a/src/IconScooterSharp.tsx b/src/IconScooterSharp.tsx index c394351cf..e56c703e0 100644 --- a/src/IconScooterSharp.tsx +++ b/src/IconScooterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScooterSharp: React.FC = ({ ...props }) => ( +export const IconScooterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScooterSharp as default } diff --git a/src/IconScooterSharpFilled.tsx b/src/IconScooterSharpFilled.tsx index 16275c536..4dc90d660 100644 --- a/src/IconScooterSharpFilled.tsx +++ b/src/IconScooterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScooterSharpFilled: React.FC = ({ ...props }) => ( +export const IconScooterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScooterSharpFilled as default } diff --git a/src/IconScoreOutlined.tsx b/src/IconScoreOutlined.tsx index 378cade7e..fa45235ee 100644 --- a/src/IconScoreOutlined.tsx +++ b/src/IconScoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreOutlined: React.FC = ({ ...props }) => ( +export const IconScoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreOutlined as default } diff --git a/src/IconScoreOutlinedFilled.tsx b/src/IconScoreOutlinedFilled.tsx index 907b97211..efd0db07f 100644 --- a/src/IconScoreOutlinedFilled.tsx +++ b/src/IconScoreOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScoreOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreOutlinedFilled as default } diff --git a/src/IconScoreRounded.tsx b/src/IconScoreRounded.tsx index eb59571ba..572cf0893 100644 --- a/src/IconScoreRounded.tsx +++ b/src/IconScoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreRounded: React.FC = ({ ...props }) => ( +export const IconScoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreRounded as default } diff --git a/src/IconScoreRoundedFilled.tsx b/src/IconScoreRoundedFilled.tsx index 5be981095..7799d0ee0 100644 --- a/src/IconScoreRoundedFilled.tsx +++ b/src/IconScoreRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScoreRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreRoundedFilled as default } diff --git a/src/IconScoreSharp.tsx b/src/IconScoreSharp.tsx index 734d3a275..8456a8f93 100644 --- a/src/IconScoreSharp.tsx +++ b/src/IconScoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreSharp: React.FC = ({ ...props }) => ( +export const IconScoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreSharp as default } diff --git a/src/IconScoreSharpFilled.tsx b/src/IconScoreSharpFilled.tsx index 4fff18f3e..46dfb489c 100644 --- a/src/IconScoreSharpFilled.tsx +++ b/src/IconScoreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconScoreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreSharpFilled as default } diff --git a/src/IconScoreboardOutlined.tsx b/src/IconScoreboardOutlined.tsx index e37898c53..936c5db31 100644 --- a/src/IconScoreboardOutlined.tsx +++ b/src/IconScoreboardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardOutlined: React.FC = ({ ...props }) => ( +export const IconScoreboardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreboardOutlined as default } diff --git a/src/IconScoreboardOutlinedFilled.tsx b/src/IconScoreboardOutlinedFilled.tsx index 60b2b02a9..b04b6c8bb 100644 --- a/src/IconScoreboardOutlinedFilled.tsx +++ b/src/IconScoreboardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScoreboardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScoreboardOutlinedFilled as default } diff --git a/src/IconScoreboardRounded.tsx b/src/IconScoreboardRounded.tsx index f47de8069..293a4dbd4 100644 --- a/src/IconScoreboardRounded.tsx +++ b/src/IconScoreboardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardRounded: React.FC = ({ ...props }) => ( +export const IconScoreboardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreboardRounded as default } diff --git a/src/IconScoreboardRoundedFilled.tsx b/src/IconScoreboardRoundedFilled.tsx index 6ae8dd905..78b7878b7 100644 --- a/src/IconScoreboardRoundedFilled.tsx +++ b/src/IconScoreboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScoreboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScoreboardRoundedFilled as default } diff --git a/src/IconScoreboardSharp.tsx b/src/IconScoreboardSharp.tsx index 0e7836040..e595c5604 100644 --- a/src/IconScoreboardSharp.tsx +++ b/src/IconScoreboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardSharp: React.FC = ({ ...props }) => ( +export const IconScoreboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScoreboardSharp as default } diff --git a/src/IconScoreboardSharpFilled.tsx b/src/IconScoreboardSharpFilled.tsx index 361c2c07f..6e7894949 100644 --- a/src/IconScoreboardSharpFilled.tsx +++ b/src/IconScoreboardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScoreboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconScoreboardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScoreboardSharpFilled as default } diff --git a/src/IconScreenLockLandscapeOutlined.tsx b/src/IconScreenLockLandscapeOutlined.tsx index 8d94524fd..ee8c6a833 100644 --- a/src/IconScreenLockLandscapeOutlined.tsx +++ b/src/IconScreenLockLandscapeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeOutlined: React.FC = ({ ...props }) => ( +export const IconScreenLockLandscapeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockLandscapeOutlined as default } diff --git a/src/IconScreenLockLandscapeOutlinedFilled.tsx b/src/IconScreenLockLandscapeOutlinedFilled.tsx index d6624b7eb..438d26710 100644 --- a/src/IconScreenLockLandscapeOutlinedFilled.tsx +++ b/src/IconScreenLockLandscapeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeOutlinedFilled: React.FC = ({ +export const IconScreenLockLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockLandscapeOutlinedFilled: React.FC = ({ ) - -export { IconScreenLockLandscapeOutlinedFilled as default } diff --git a/src/IconScreenLockLandscapeRounded.tsx b/src/IconScreenLockLandscapeRounded.tsx index aa1ce9732..b528193c9 100644 --- a/src/IconScreenLockLandscapeRounded.tsx +++ b/src/IconScreenLockLandscapeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconScreenLockLandscapeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockLandscapeRounded as default } diff --git a/src/IconScreenLockLandscapeRoundedFilled.tsx b/src/IconScreenLockLandscapeRoundedFilled.tsx index 8c915f0d5..d5f87c8f2 100644 --- a/src/IconScreenLockLandscapeRoundedFilled.tsx +++ b/src/IconScreenLockLandscapeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeRoundedFilled: React.FC = ({ +export const IconScreenLockLandscapeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockLandscapeRoundedFilled: React.FC = ({ ) - -export { IconScreenLockLandscapeRoundedFilled as default } diff --git a/src/IconScreenLockLandscapeSharp.tsx b/src/IconScreenLockLandscapeSharp.tsx index a4c43008c..8e4371a72 100644 --- a/src/IconScreenLockLandscapeSharp.tsx +++ b/src/IconScreenLockLandscapeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconScreenLockLandscapeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockLandscapeSharp as default } diff --git a/src/IconScreenLockLandscapeSharpFilled.tsx b/src/IconScreenLockLandscapeSharpFilled.tsx index f03cc42f8..53420a022 100644 --- a/src/IconScreenLockLandscapeSharpFilled.tsx +++ b/src/IconScreenLockLandscapeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockLandscapeSharpFilled: React.FC = ({ +export const IconScreenLockLandscapeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockLandscapeSharpFilled: React.FC = ({ ) - -export { IconScreenLockLandscapeSharpFilled as default } diff --git a/src/IconScreenLockPortraitOutlined.tsx b/src/IconScreenLockPortraitOutlined.tsx index 20d45a32f..e37618bb5 100644 --- a/src/IconScreenLockPortraitOutlined.tsx +++ b/src/IconScreenLockPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconScreenLockPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockPortraitOutlined as default } diff --git a/src/IconScreenLockPortraitOutlinedFilled.tsx b/src/IconScreenLockPortraitOutlinedFilled.tsx index 5c643a08d..8c6a72083 100644 --- a/src/IconScreenLockPortraitOutlinedFilled.tsx +++ b/src/IconScreenLockPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitOutlinedFilled: React.FC = ({ +export const IconScreenLockPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockPortraitOutlinedFilled: React.FC = ({ ) - -export { IconScreenLockPortraitOutlinedFilled as default } diff --git a/src/IconScreenLockPortraitRounded.tsx b/src/IconScreenLockPortraitRounded.tsx index 62f9128b5..d9cc062dc 100644 --- a/src/IconScreenLockPortraitRounded.tsx +++ b/src/IconScreenLockPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitRounded: React.FC = ({ ...props }) => ( +export const IconScreenLockPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockPortraitRounded as default } diff --git a/src/IconScreenLockPortraitRoundedFilled.tsx b/src/IconScreenLockPortraitRoundedFilled.tsx index 90aa3e78c..19f370f66 100644 --- a/src/IconScreenLockPortraitRoundedFilled.tsx +++ b/src/IconScreenLockPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitRoundedFilled: React.FC = ({ +export const IconScreenLockPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockPortraitRoundedFilled: React.FC = ({ ) - -export { IconScreenLockPortraitRoundedFilled as default } diff --git a/src/IconScreenLockPortraitSharp.tsx b/src/IconScreenLockPortraitSharp.tsx index f1d5bf113..27ff31218 100644 --- a/src/IconScreenLockPortraitSharp.tsx +++ b/src/IconScreenLockPortraitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitSharp: React.FC = ({ ...props }) => ( +export const IconScreenLockPortraitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockPortraitSharp as default } diff --git a/src/IconScreenLockPortraitSharpFilled.tsx b/src/IconScreenLockPortraitSharpFilled.tsx index c2862ad6f..b197e5937 100644 --- a/src/IconScreenLockPortraitSharpFilled.tsx +++ b/src/IconScreenLockPortraitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockPortraitSharpFilled: React.FC = ({ +export const IconScreenLockPortraitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockPortraitSharpFilled: React.FC = ({ ) - -export { IconScreenLockPortraitSharpFilled as default } diff --git a/src/IconScreenLockRotationOutlined.tsx b/src/IconScreenLockRotationOutlined.tsx index 2658baa80..9b553bee6 100644 --- a/src/IconScreenLockRotationOutlined.tsx +++ b/src/IconScreenLockRotationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationOutlined: React.FC = ({ ...props }) => ( +export const IconScreenLockRotationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockRotationOutlined as default } diff --git a/src/IconScreenLockRotationOutlinedFilled.tsx b/src/IconScreenLockRotationOutlinedFilled.tsx index 1c7fe57b8..4d44ea0b7 100644 --- a/src/IconScreenLockRotationOutlinedFilled.tsx +++ b/src/IconScreenLockRotationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationOutlinedFilled: React.FC = ({ +export const IconScreenLockRotationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockRotationOutlinedFilled: React.FC = ({ ) - -export { IconScreenLockRotationOutlinedFilled as default } diff --git a/src/IconScreenLockRotationRounded.tsx b/src/IconScreenLockRotationRounded.tsx index eb0e155ef..cc9811c19 100644 --- a/src/IconScreenLockRotationRounded.tsx +++ b/src/IconScreenLockRotationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationRounded: React.FC = ({ ...props }) => ( +export const IconScreenLockRotationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockRotationRounded as default } diff --git a/src/IconScreenLockRotationRoundedFilled.tsx b/src/IconScreenLockRotationRoundedFilled.tsx index 894bec315..c05ae4473 100644 --- a/src/IconScreenLockRotationRoundedFilled.tsx +++ b/src/IconScreenLockRotationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationRoundedFilled: React.FC = ({ +export const IconScreenLockRotationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockRotationRoundedFilled: React.FC = ({ ) - -export { IconScreenLockRotationRoundedFilled as default } diff --git a/src/IconScreenLockRotationSharp.tsx b/src/IconScreenLockRotationSharp.tsx index 0e0cf0c91..0d47b63d4 100644 --- a/src/IconScreenLockRotationSharp.tsx +++ b/src/IconScreenLockRotationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationSharp: React.FC = ({ ...props }) => ( +export const IconScreenLockRotationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenLockRotationSharp as default } diff --git a/src/IconScreenLockRotationSharpFilled.tsx b/src/IconScreenLockRotationSharpFilled.tsx index fb2ecb1d8..ca265c8f5 100644 --- a/src/IconScreenLockRotationSharpFilled.tsx +++ b/src/IconScreenLockRotationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenLockRotationSharpFilled: React.FC = ({ +export const IconScreenLockRotationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenLockRotationSharpFilled: React.FC = ({ ) - -export { IconScreenLockRotationSharpFilled as default } diff --git a/src/IconScreenRecordOutlined.tsx b/src/IconScreenRecordOutlined.tsx index 520dba98b..e6068401d 100644 --- a/src/IconScreenRecordOutlined.tsx +++ b/src/IconScreenRecordOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordOutlined: React.FC = ({ ...props }) => ( +export const IconScreenRecordOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenRecordOutlined as default } diff --git a/src/IconScreenRecordOutlinedFilled.tsx b/src/IconScreenRecordOutlinedFilled.tsx index f7e438c15..055b81b56 100644 --- a/src/IconScreenRecordOutlinedFilled.tsx +++ b/src/IconScreenRecordOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScreenRecordOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRecordOutlinedFilled as default } diff --git a/src/IconScreenRecordRounded.tsx b/src/IconScreenRecordRounded.tsx index 574631f2d..f11274cfd 100644 --- a/src/IconScreenRecordRounded.tsx +++ b/src/IconScreenRecordRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordRounded: React.FC = ({ ...props }) => ( +export const IconScreenRecordRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenRecordRounded as default } diff --git a/src/IconScreenRecordRoundedFilled.tsx b/src/IconScreenRecordRoundedFilled.tsx index a1b531df0..764e51d20 100644 --- a/src/IconScreenRecordRoundedFilled.tsx +++ b/src/IconScreenRecordRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScreenRecordRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRecordRoundedFilled as default } diff --git a/src/IconScreenRecordSharp.tsx b/src/IconScreenRecordSharp.tsx index 57df37992..049a14b61 100644 --- a/src/IconScreenRecordSharp.tsx +++ b/src/IconScreenRecordSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordSharp: React.FC = ({ ...props }) => ( +export const IconScreenRecordSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenRecordSharp as default } diff --git a/src/IconScreenRecordSharpFilled.tsx b/src/IconScreenRecordSharpFilled.tsx index d3fb6baad..dd76b8272 100644 --- a/src/IconScreenRecordSharpFilled.tsx +++ b/src/IconScreenRecordSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRecordSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenRecordSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRecordSharpFilled as default } diff --git a/src/IconScreenRotationAltOutlined.tsx b/src/IconScreenRotationAltOutlined.tsx index 0e1c0ba0d..d00c616bc 100644 --- a/src/IconScreenRotationAltOutlined.tsx +++ b/src/IconScreenRotationAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltOutlined: React.FC = ({ ...props }) => ( +export const IconScreenRotationAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationAltOutlined as default } diff --git a/src/IconScreenRotationAltOutlinedFilled.tsx b/src/IconScreenRotationAltOutlinedFilled.tsx index d4e7d55da..b418a3ce8 100644 --- a/src/IconScreenRotationAltOutlinedFilled.tsx +++ b/src/IconScreenRotationAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltOutlinedFilled: React.FC = ({ +export const IconScreenRotationAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationAltOutlinedFilled: React.FC = ({ ) - -export { IconScreenRotationAltOutlinedFilled as default } diff --git a/src/IconScreenRotationAltRounded.tsx b/src/IconScreenRotationAltRounded.tsx index a92dff6f0..4319a792c 100644 --- a/src/IconScreenRotationAltRounded.tsx +++ b/src/IconScreenRotationAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltRounded: React.FC = ({ ...props }) => ( +export const IconScreenRotationAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationAltRounded as default } diff --git a/src/IconScreenRotationAltRoundedFilled.tsx b/src/IconScreenRotationAltRoundedFilled.tsx index 1caed13d3..52f489a41 100644 --- a/src/IconScreenRotationAltRoundedFilled.tsx +++ b/src/IconScreenRotationAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltRoundedFilled: React.FC = ({ +export const IconScreenRotationAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationAltRoundedFilled: React.FC = ({ ) - -export { IconScreenRotationAltRoundedFilled as default } diff --git a/src/IconScreenRotationAltSharp.tsx b/src/IconScreenRotationAltSharp.tsx index ac618fa6f..a58e46c4b 100644 --- a/src/IconScreenRotationAltSharp.tsx +++ b/src/IconScreenRotationAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltSharp: React.FC = ({ ...props }) => ( +export const IconScreenRotationAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationAltSharp as default } diff --git a/src/IconScreenRotationAltSharpFilled.tsx b/src/IconScreenRotationAltSharpFilled.tsx index 868738e26..e5976f4bf 100644 --- a/src/IconScreenRotationAltSharpFilled.tsx +++ b/src/IconScreenRotationAltSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationAltSharpFilled: React.FC = ({ +export const IconScreenRotationAltSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationAltSharpFilled: React.FC = ({ ) - -export { IconScreenRotationAltSharpFilled as default } diff --git a/src/IconScreenRotationOutlined.tsx b/src/IconScreenRotationOutlined.tsx index 03403732c..a2b4913a9 100644 --- a/src/IconScreenRotationOutlined.tsx +++ b/src/IconScreenRotationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationOutlined: React.FC = ({ ...props }) => ( +export const IconScreenRotationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationOutlined as default } diff --git a/src/IconScreenRotationOutlinedFilled.tsx b/src/IconScreenRotationOutlinedFilled.tsx index ca21bebb1..2c8ed175f 100644 --- a/src/IconScreenRotationOutlinedFilled.tsx +++ b/src/IconScreenRotationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationOutlinedFilled: React.FC = ({ +export const IconScreenRotationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationOutlinedFilled: React.FC = ({ ) - -export { IconScreenRotationOutlinedFilled as default } diff --git a/src/IconScreenRotationRounded.tsx b/src/IconScreenRotationRounded.tsx index 8774ae356..6927e41dd 100644 --- a/src/IconScreenRotationRounded.tsx +++ b/src/IconScreenRotationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationRounded: React.FC = ({ ...props }) => ( +export const IconScreenRotationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationRounded as default } diff --git a/src/IconScreenRotationRoundedFilled.tsx b/src/IconScreenRotationRoundedFilled.tsx index 74cbe27c3..7eeba10ea 100644 --- a/src/IconScreenRotationRoundedFilled.tsx +++ b/src/IconScreenRotationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScreenRotationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationRoundedFilled as default } diff --git a/src/IconScreenRotationSharp.tsx b/src/IconScreenRotationSharp.tsx index 40f6396e8..5815a35b1 100644 --- a/src/IconScreenRotationSharp.tsx +++ b/src/IconScreenRotationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationSharp: React.FC = ({ ...props }) => ( +export const IconScreenRotationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenRotationSharp as default } diff --git a/src/IconScreenRotationSharpFilled.tsx b/src/IconScreenRotationSharpFilled.tsx index 964278c84..543b74088 100644 --- a/src/IconScreenRotationSharpFilled.tsx +++ b/src/IconScreenRotationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenRotationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationSharpFilled as default } diff --git a/src/IconScreenRotationUpOutlined.tsx b/src/IconScreenRotationUpOutlined.tsx index 229cc62fe..446d912e5 100644 --- a/src/IconScreenRotationUpOutlined.tsx +++ b/src/IconScreenRotationUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpOutlined: React.FC = ({ ...props }) => ( +export const IconScreenRotationUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationUpOutlined as default } diff --git a/src/IconScreenRotationUpOutlinedFilled.tsx b/src/IconScreenRotationUpOutlinedFilled.tsx index fed64fbfb..d9fd8c15b 100644 --- a/src/IconScreenRotationUpOutlinedFilled.tsx +++ b/src/IconScreenRotationUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpOutlinedFilled: React.FC = ({ +export const IconScreenRotationUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationUpOutlinedFilled: React.FC = ({ ) - -export { IconScreenRotationUpOutlinedFilled as default } diff --git a/src/IconScreenRotationUpRounded.tsx b/src/IconScreenRotationUpRounded.tsx index 9d5293cec..f06a4d0f0 100644 --- a/src/IconScreenRotationUpRounded.tsx +++ b/src/IconScreenRotationUpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpRounded: React.FC = ({ ...props }) => ( +export const IconScreenRotationUpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationUpRounded as default } diff --git a/src/IconScreenRotationUpRoundedFilled.tsx b/src/IconScreenRotationUpRoundedFilled.tsx index 660608ed8..84cf09951 100644 --- a/src/IconScreenRotationUpRoundedFilled.tsx +++ b/src/IconScreenRotationUpRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpRoundedFilled: React.FC = ({ +export const IconScreenRotationUpRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenRotationUpRoundedFilled: React.FC = ({ ) - -export { IconScreenRotationUpRoundedFilled as default } diff --git a/src/IconScreenRotationUpSharp.tsx b/src/IconScreenRotationUpSharp.tsx index c56e78726..e94d5c28e 100644 --- a/src/IconScreenRotationUpSharp.tsx +++ b/src/IconScreenRotationUpSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpSharp: React.FC = ({ ...props }) => ( +export const IconScreenRotationUpSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationUpSharp as default } diff --git a/src/IconScreenRotationUpSharpFilled.tsx b/src/IconScreenRotationUpSharpFilled.tsx index c23312d36..ae1f087c7 100644 --- a/src/IconScreenRotationUpSharpFilled.tsx +++ b/src/IconScreenRotationUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenRotationUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenRotationUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenRotationUpSharpFilled as default } diff --git a/src/IconScreenSearchDesktopOutlined.tsx b/src/IconScreenSearchDesktopOutlined.tsx index d18fbe4d0..1e1533a94 100644 --- a/src/IconScreenSearchDesktopOutlined.tsx +++ b/src/IconScreenSearchDesktopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopOutlined: React.FC = ({ ...props }) => ( +export const IconScreenSearchDesktopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenSearchDesktopOutlined as default } diff --git a/src/IconScreenSearchDesktopOutlinedFilled.tsx b/src/IconScreenSearchDesktopOutlinedFilled.tsx index b05a9f26c..fb5b9c3f3 100644 --- a/src/IconScreenSearchDesktopOutlinedFilled.tsx +++ b/src/IconScreenSearchDesktopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopOutlinedFilled: React.FC = ({ +export const IconScreenSearchDesktopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenSearchDesktopOutlinedFilled: React.FC = ({ ) - -export { IconScreenSearchDesktopOutlinedFilled as default } diff --git a/src/IconScreenSearchDesktopRounded.tsx b/src/IconScreenSearchDesktopRounded.tsx index 2b7e07ca4..e1c2f180f 100644 --- a/src/IconScreenSearchDesktopRounded.tsx +++ b/src/IconScreenSearchDesktopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopRounded: React.FC = ({ ...props }) => ( +export const IconScreenSearchDesktopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenSearchDesktopRounded as default } diff --git a/src/IconScreenSearchDesktopRoundedFilled.tsx b/src/IconScreenSearchDesktopRoundedFilled.tsx index 503a66ab4..2969bf109 100644 --- a/src/IconScreenSearchDesktopRoundedFilled.tsx +++ b/src/IconScreenSearchDesktopRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopRoundedFilled: React.FC = ({ +export const IconScreenSearchDesktopRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenSearchDesktopRoundedFilled: React.FC = ({ ) - -export { IconScreenSearchDesktopRoundedFilled as default } diff --git a/src/IconScreenSearchDesktopSharp.tsx b/src/IconScreenSearchDesktopSharp.tsx index 245f0d5ce..fc8f52b34 100644 --- a/src/IconScreenSearchDesktopSharp.tsx +++ b/src/IconScreenSearchDesktopSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopSharp: React.FC = ({ ...props }) => ( +export const IconScreenSearchDesktopSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenSearchDesktopSharp as default } diff --git a/src/IconScreenSearchDesktopSharpFilled.tsx b/src/IconScreenSearchDesktopSharpFilled.tsx index c74ed224c..32e5e3360 100644 --- a/src/IconScreenSearchDesktopSharpFilled.tsx +++ b/src/IconScreenSearchDesktopSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenSearchDesktopSharpFilled: React.FC = ({ +export const IconScreenSearchDesktopSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenSearchDesktopSharpFilled: React.FC = ({ ) - -export { IconScreenSearchDesktopSharpFilled as default } diff --git a/src/IconScreenShareOutlined.tsx b/src/IconScreenShareOutlined.tsx index 773f93b66..a66efcf10 100644 --- a/src/IconScreenShareOutlined.tsx +++ b/src/IconScreenShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareOutlined: React.FC = ({ ...props }) => ( +export const IconScreenShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenShareOutlined as default } diff --git a/src/IconScreenShareOutlinedFilled.tsx b/src/IconScreenShareOutlinedFilled.tsx index fc7c089e6..140448b85 100644 --- a/src/IconScreenShareOutlinedFilled.tsx +++ b/src/IconScreenShareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScreenShareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenShareOutlinedFilled as default } diff --git a/src/IconScreenShareRounded.tsx b/src/IconScreenShareRounded.tsx index 6e8c72193..a4dc72e0e 100644 --- a/src/IconScreenShareRounded.tsx +++ b/src/IconScreenShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareRounded: React.FC = ({ ...props }) => ( +export const IconScreenShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenShareRounded as default } diff --git a/src/IconScreenShareRoundedFilled.tsx b/src/IconScreenShareRoundedFilled.tsx index ba7128529..ba5b52b93 100644 --- a/src/IconScreenShareRoundedFilled.tsx +++ b/src/IconScreenShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScreenShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenShareRoundedFilled as default } diff --git a/src/IconScreenShareSharp.tsx b/src/IconScreenShareSharp.tsx index daf00e997..0fefe271e 100644 --- a/src/IconScreenShareSharp.tsx +++ b/src/IconScreenShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareSharp: React.FC = ({ ...props }) => ( +export const IconScreenShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenShareSharp as default } diff --git a/src/IconScreenShareSharpFilled.tsx b/src/IconScreenShareSharpFilled.tsx index dcbf95e39..06e48851a 100644 --- a/src/IconScreenShareSharpFilled.tsx +++ b/src/IconScreenShareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenShareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenShareSharpFilled as default } diff --git a/src/IconScreenshotFrameOutlined.tsx b/src/IconScreenshotFrameOutlined.tsx index 29a8046ab..4adf6fb24 100644 --- a/src/IconScreenshotFrameOutlined.tsx +++ b/src/IconScreenshotFrameOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotFrameOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotFrameOutlined as default } diff --git a/src/IconScreenshotFrameOutlinedFilled.tsx b/src/IconScreenshotFrameOutlinedFilled.tsx index a1c8ed3ed..bdaeec576 100644 --- a/src/IconScreenshotFrameOutlinedFilled.tsx +++ b/src/IconScreenshotFrameOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameOutlinedFilled: React.FC = ({ +export const IconScreenshotFrameOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotFrameOutlinedFilled: React.FC = ({ ) - -export { IconScreenshotFrameOutlinedFilled as default } diff --git a/src/IconScreenshotFrameRounded.tsx b/src/IconScreenshotFrameRounded.tsx index f42568fcd..0fe2a62a3 100644 --- a/src/IconScreenshotFrameRounded.tsx +++ b/src/IconScreenshotFrameRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotFrameRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotFrameRounded as default } diff --git a/src/IconScreenshotFrameRoundedFilled.tsx b/src/IconScreenshotFrameRoundedFilled.tsx index 12eb8125b..d9ed651a0 100644 --- a/src/IconScreenshotFrameRoundedFilled.tsx +++ b/src/IconScreenshotFrameRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameRoundedFilled: React.FC = ({ +export const IconScreenshotFrameRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotFrameRoundedFilled: React.FC = ({ ) - -export { IconScreenshotFrameRoundedFilled as default } diff --git a/src/IconScreenshotFrameSharp.tsx b/src/IconScreenshotFrameSharp.tsx index f7756e15f..fc4a32640 100644 --- a/src/IconScreenshotFrameSharp.tsx +++ b/src/IconScreenshotFrameSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotFrameSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenshotFrameSharp as default } diff --git a/src/IconScreenshotFrameSharpFilled.tsx b/src/IconScreenshotFrameSharpFilled.tsx index 1dac15a39..32bf655de 100644 --- a/src/IconScreenshotFrameSharpFilled.tsx +++ b/src/IconScreenshotFrameSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotFrameSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotFrameSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotFrameSharpFilled as default } diff --git a/src/IconScreenshotKeyboardOutlined.tsx b/src/IconScreenshotKeyboardOutlined.tsx index 8e95f8ee8..244d2de39 100644 --- a/src/IconScreenshotKeyboardOutlined.tsx +++ b/src/IconScreenshotKeyboardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotKeyboardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotKeyboardOutlined as default } diff --git a/src/IconScreenshotKeyboardOutlinedFilled.tsx b/src/IconScreenshotKeyboardOutlinedFilled.tsx index ae50e002c..f50f50eb8 100644 --- a/src/IconScreenshotKeyboardOutlinedFilled.tsx +++ b/src/IconScreenshotKeyboardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardOutlinedFilled: React.FC = ({ +export const IconScreenshotKeyboardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotKeyboardOutlinedFilled: React.FC = ({ ) - -export { IconScreenshotKeyboardOutlinedFilled as default } diff --git a/src/IconScreenshotKeyboardRounded.tsx b/src/IconScreenshotKeyboardRounded.tsx index 8f2fc0fd5..cb12bbda2 100644 --- a/src/IconScreenshotKeyboardRounded.tsx +++ b/src/IconScreenshotKeyboardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotKeyboardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotKeyboardRounded as default } diff --git a/src/IconScreenshotKeyboardRoundedFilled.tsx b/src/IconScreenshotKeyboardRoundedFilled.tsx index cbe256089..0e43618cc 100644 --- a/src/IconScreenshotKeyboardRoundedFilled.tsx +++ b/src/IconScreenshotKeyboardRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardRoundedFilled: React.FC = ({ +export const IconScreenshotKeyboardRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotKeyboardRoundedFilled: React.FC = ({ ) - -export { IconScreenshotKeyboardRoundedFilled as default } diff --git a/src/IconScreenshotKeyboardSharp.tsx b/src/IconScreenshotKeyboardSharp.tsx index d4b3c06ab..42320ff95 100644 --- a/src/IconScreenshotKeyboardSharp.tsx +++ b/src/IconScreenshotKeyboardSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotKeyboardSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotKeyboardSharp as default } diff --git a/src/IconScreenshotKeyboardSharpFilled.tsx b/src/IconScreenshotKeyboardSharpFilled.tsx index 924de0b87..4008917f9 100644 --- a/src/IconScreenshotKeyboardSharpFilled.tsx +++ b/src/IconScreenshotKeyboardSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotKeyboardSharpFilled: React.FC = ({ +export const IconScreenshotKeyboardSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotKeyboardSharpFilled: React.FC = ({ ) - -export { IconScreenshotKeyboardSharpFilled as default } diff --git a/src/IconScreenshotMonitorOutlined.tsx b/src/IconScreenshotMonitorOutlined.tsx index 6f53eb8c0..acafff976 100644 --- a/src/IconScreenshotMonitorOutlined.tsx +++ b/src/IconScreenshotMonitorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotMonitorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotMonitorOutlined as default } diff --git a/src/IconScreenshotMonitorOutlinedFilled.tsx b/src/IconScreenshotMonitorOutlinedFilled.tsx index 57f5a01e0..06f02c4c7 100644 --- a/src/IconScreenshotMonitorOutlinedFilled.tsx +++ b/src/IconScreenshotMonitorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorOutlinedFilled: React.FC = ({ +export const IconScreenshotMonitorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotMonitorOutlinedFilled: React.FC = ({ ) - -export { IconScreenshotMonitorOutlinedFilled as default } diff --git a/src/IconScreenshotMonitorRounded.tsx b/src/IconScreenshotMonitorRounded.tsx index 3ca600138..0636145aa 100644 --- a/src/IconScreenshotMonitorRounded.tsx +++ b/src/IconScreenshotMonitorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotMonitorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotMonitorRounded as default } diff --git a/src/IconScreenshotMonitorRoundedFilled.tsx b/src/IconScreenshotMonitorRoundedFilled.tsx index c9763fafe..e01064be5 100644 --- a/src/IconScreenshotMonitorRoundedFilled.tsx +++ b/src/IconScreenshotMonitorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorRoundedFilled: React.FC = ({ +export const IconScreenshotMonitorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotMonitorRoundedFilled: React.FC = ({ ) - -export { IconScreenshotMonitorRoundedFilled as default } diff --git a/src/IconScreenshotMonitorSharp.tsx b/src/IconScreenshotMonitorSharp.tsx index fe2818fce..5a32253d1 100644 --- a/src/IconScreenshotMonitorSharp.tsx +++ b/src/IconScreenshotMonitorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotMonitorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotMonitorSharp as default } diff --git a/src/IconScreenshotMonitorSharpFilled.tsx b/src/IconScreenshotMonitorSharpFilled.tsx index f2cdb235d..8761b0269 100644 --- a/src/IconScreenshotMonitorSharpFilled.tsx +++ b/src/IconScreenshotMonitorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotMonitorSharpFilled: React.FC = ({ +export const IconScreenshotMonitorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotMonitorSharpFilled: React.FC = ({ ) - -export { IconScreenshotMonitorSharpFilled as default } diff --git a/src/IconScreenshotOutlined.tsx b/src/IconScreenshotOutlined.tsx index 44c21b151..e029b16be 100644 --- a/src/IconScreenshotOutlined.tsx +++ b/src/IconScreenshotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenshotOutlined as default } diff --git a/src/IconScreenshotOutlinedFilled.tsx b/src/IconScreenshotOutlinedFilled.tsx index 8d1355105..ac486c1e9 100644 --- a/src/IconScreenshotOutlinedFilled.tsx +++ b/src/IconScreenshotOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotOutlinedFilled as default } diff --git a/src/IconScreenshotRegionOutlined.tsx b/src/IconScreenshotRegionOutlined.tsx index 551eafcbd..6714d8e7c 100644 --- a/src/IconScreenshotRegionOutlined.tsx +++ b/src/IconScreenshotRegionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotRegionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotRegionOutlined as default } diff --git a/src/IconScreenshotRegionOutlinedFilled.tsx b/src/IconScreenshotRegionOutlinedFilled.tsx index f4521d241..19f56b556 100644 --- a/src/IconScreenshotRegionOutlinedFilled.tsx +++ b/src/IconScreenshotRegionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionOutlinedFilled: React.FC = ({ +export const IconScreenshotRegionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotRegionOutlinedFilled: React.FC = ({ ) - -export { IconScreenshotRegionOutlinedFilled as default } diff --git a/src/IconScreenshotRegionRounded.tsx b/src/IconScreenshotRegionRounded.tsx index b15b73d3c..abbf4f160 100644 --- a/src/IconScreenshotRegionRounded.tsx +++ b/src/IconScreenshotRegionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotRegionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotRegionRounded as default } diff --git a/src/IconScreenshotRegionRoundedFilled.tsx b/src/IconScreenshotRegionRoundedFilled.tsx index 95d1b8731..9288a8f56 100644 --- a/src/IconScreenshotRegionRoundedFilled.tsx +++ b/src/IconScreenshotRegionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionRoundedFilled: React.FC = ({ +export const IconScreenshotRegionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotRegionRoundedFilled: React.FC = ({ ) - -export { IconScreenshotRegionRoundedFilled as default } diff --git a/src/IconScreenshotRegionSharp.tsx b/src/IconScreenshotRegionSharp.tsx index 142b0fbf1..e8fd25713 100644 --- a/src/IconScreenshotRegionSharp.tsx +++ b/src/IconScreenshotRegionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotRegionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotRegionSharp as default } diff --git a/src/IconScreenshotRegionSharpFilled.tsx b/src/IconScreenshotRegionSharpFilled.tsx index abee5298a..fbc1502ab 100644 --- a/src/IconScreenshotRegionSharpFilled.tsx +++ b/src/IconScreenshotRegionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRegionSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotRegionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotRegionSharpFilled as default } diff --git a/src/IconScreenshotRounded.tsx b/src/IconScreenshotRounded.tsx index 62a1f4c09..2cb951594 100644 --- a/src/IconScreenshotRounded.tsx +++ b/src/IconScreenshotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenshotRounded as default } diff --git a/src/IconScreenshotRoundedFilled.tsx b/src/IconScreenshotRoundedFilled.tsx index dbf81a029..89f2414ee 100644 --- a/src/IconScreenshotRoundedFilled.tsx +++ b/src/IconScreenshotRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotRoundedFilled as default } diff --git a/src/IconScreenshotSharp.tsx b/src/IconScreenshotSharp.tsx index d799bce37..6dca868d5 100644 --- a/src/IconScreenshotSharp.tsx +++ b/src/IconScreenshotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScreenshotSharp as default } diff --git a/src/IconScreenshotSharpFilled.tsx b/src/IconScreenshotSharpFilled.tsx index 2c69823a3..5b0189684 100644 --- a/src/IconScreenshotSharpFilled.tsx +++ b/src/IconScreenshotSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotSharpFilled as default } diff --git a/src/IconScreenshotTabletOutlined.tsx b/src/IconScreenshotTabletOutlined.tsx index 5f71e2fa8..f18f163cd 100644 --- a/src/IconScreenshotTabletOutlined.tsx +++ b/src/IconScreenshotTabletOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletOutlined: React.FC = ({ ...props }) => ( +export const IconScreenshotTabletOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotTabletOutlined as default } diff --git a/src/IconScreenshotTabletOutlinedFilled.tsx b/src/IconScreenshotTabletOutlinedFilled.tsx index f5bb861ae..2262d2ed3 100644 --- a/src/IconScreenshotTabletOutlinedFilled.tsx +++ b/src/IconScreenshotTabletOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletOutlinedFilled: React.FC = ({ +export const IconScreenshotTabletOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotTabletOutlinedFilled: React.FC = ({ ) - -export { IconScreenshotTabletOutlinedFilled as default } diff --git a/src/IconScreenshotTabletRounded.tsx b/src/IconScreenshotTabletRounded.tsx index 9ef84726d..9369b6caf 100644 --- a/src/IconScreenshotTabletRounded.tsx +++ b/src/IconScreenshotTabletRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletRounded: React.FC = ({ ...props }) => ( +export const IconScreenshotTabletRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotTabletRounded as default } diff --git a/src/IconScreenshotTabletRoundedFilled.tsx b/src/IconScreenshotTabletRoundedFilled.tsx index 73882dd30..1def066c5 100644 --- a/src/IconScreenshotTabletRoundedFilled.tsx +++ b/src/IconScreenshotTabletRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletRoundedFilled: React.FC = ({ +export const IconScreenshotTabletRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScreenshotTabletRoundedFilled: React.FC = ({ ) - -export { IconScreenshotTabletRoundedFilled as default } diff --git a/src/IconScreenshotTabletSharp.tsx b/src/IconScreenshotTabletSharp.tsx index 34e74815d..747d4f256 100644 --- a/src/IconScreenshotTabletSharp.tsx +++ b/src/IconScreenshotTabletSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletSharp: React.FC = ({ ...props }) => ( +export const IconScreenshotTabletSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotTabletSharp as default } diff --git a/src/IconScreenshotTabletSharpFilled.tsx b/src/IconScreenshotTabletSharpFilled.tsx index 794601002..e39909703 100644 --- a/src/IconScreenshotTabletSharpFilled.tsx +++ b/src/IconScreenshotTabletSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScreenshotTabletSharpFilled: React.FC = ({ ...props }) => ( +export const IconScreenshotTabletSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScreenshotTabletSharpFilled as default } diff --git a/src/IconScriptOutlined.tsx b/src/IconScriptOutlined.tsx index 8a4ffb0f2..905e8cc0c 100644 --- a/src/IconScriptOutlined.tsx +++ b/src/IconScriptOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptOutlined: React.FC = ({ ...props }) => ( +export const IconScriptOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptOutlined as default } diff --git a/src/IconScriptOutlinedFilled.tsx b/src/IconScriptOutlinedFilled.tsx index a8f65ba72..24a1b90e4 100644 --- a/src/IconScriptOutlinedFilled.tsx +++ b/src/IconScriptOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScriptOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptOutlinedFilled as default } diff --git a/src/IconScriptRounded.tsx b/src/IconScriptRounded.tsx index 4a58ba933..c50285aa1 100644 --- a/src/IconScriptRounded.tsx +++ b/src/IconScriptRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptRounded: React.FC = ({ ...props }) => ( +export const IconScriptRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptRounded as default } diff --git a/src/IconScriptRoundedFilled.tsx b/src/IconScriptRoundedFilled.tsx index 19c5fd669..dc53c5b23 100644 --- a/src/IconScriptRoundedFilled.tsx +++ b/src/IconScriptRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScriptRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptRoundedFilled as default } diff --git a/src/IconScriptSharp.tsx b/src/IconScriptSharp.tsx index ce204a76d..25a5a1378 100644 --- a/src/IconScriptSharp.tsx +++ b/src/IconScriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptSharp: React.FC = ({ ...props }) => ( +export const IconScriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptSharp as default } diff --git a/src/IconScriptSharpFilled.tsx b/src/IconScriptSharpFilled.tsx index 8ded94c50..29bd59538 100644 --- a/src/IconScriptSharpFilled.tsx +++ b/src/IconScriptSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconScriptSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScriptSharpFilled as default } diff --git a/src/IconScrollableHeaderOutlined.tsx b/src/IconScrollableHeaderOutlined.tsx index 0cd507e5a..963c7cb41 100644 --- a/src/IconScrollableHeaderOutlined.tsx +++ b/src/IconScrollableHeaderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderOutlined: React.FC = ({ ...props }) => ( +export const IconScrollableHeaderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScrollableHeaderOutlined as default } diff --git a/src/IconScrollableHeaderOutlinedFilled.tsx b/src/IconScrollableHeaderOutlinedFilled.tsx index a7ddf070c..42576cdd6 100644 --- a/src/IconScrollableHeaderOutlinedFilled.tsx +++ b/src/IconScrollableHeaderOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderOutlinedFilled: React.FC = ({ +export const IconScrollableHeaderOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScrollableHeaderOutlinedFilled: React.FC = ({ ) - -export { IconScrollableHeaderOutlinedFilled as default } diff --git a/src/IconScrollableHeaderRounded.tsx b/src/IconScrollableHeaderRounded.tsx index 2b3134108..6785eb20b 100644 --- a/src/IconScrollableHeaderRounded.tsx +++ b/src/IconScrollableHeaderRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderRounded: React.FC = ({ ...props }) => ( +export const IconScrollableHeaderRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScrollableHeaderRounded as default } diff --git a/src/IconScrollableHeaderRoundedFilled.tsx b/src/IconScrollableHeaderRoundedFilled.tsx index f16965eee..8bd52714d 100644 --- a/src/IconScrollableHeaderRoundedFilled.tsx +++ b/src/IconScrollableHeaderRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderRoundedFilled: React.FC = ({ +export const IconScrollableHeaderRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconScrollableHeaderRoundedFilled: React.FC = ({ ) - -export { IconScrollableHeaderRoundedFilled as default } diff --git a/src/IconScrollableHeaderSharp.tsx b/src/IconScrollableHeaderSharp.tsx index 1ec1f5414..449ad342c 100644 --- a/src/IconScrollableHeaderSharp.tsx +++ b/src/IconScrollableHeaderSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderSharp: React.FC = ({ ...props }) => ( +export const IconScrollableHeaderSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScrollableHeaderSharp as default } diff --git a/src/IconScrollableHeaderSharpFilled.tsx b/src/IconScrollableHeaderSharpFilled.tsx index 7017ef684..e1753d558 100644 --- a/src/IconScrollableHeaderSharpFilled.tsx +++ b/src/IconScrollableHeaderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScrollableHeaderSharpFilled: React.FC = ({ ...props }) => ( +export const IconScrollableHeaderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScrollableHeaderSharpFilled as default } diff --git a/src/IconScubaDivingOutlined.tsx b/src/IconScubaDivingOutlined.tsx index 55b1d6c82..702e30637 100644 --- a/src/IconScubaDivingOutlined.tsx +++ b/src/IconScubaDivingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingOutlined: React.FC = ({ ...props }) => ( +export const IconScubaDivingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScubaDivingOutlined as default } diff --git a/src/IconScubaDivingOutlinedFilled.tsx b/src/IconScubaDivingOutlinedFilled.tsx index 315b8c69f..73979eab8 100644 --- a/src/IconScubaDivingOutlinedFilled.tsx +++ b/src/IconScubaDivingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconScubaDivingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScubaDivingOutlinedFilled as default } diff --git a/src/IconScubaDivingRounded.tsx b/src/IconScubaDivingRounded.tsx index 7e0a8f9aa..8f005ef44 100644 --- a/src/IconScubaDivingRounded.tsx +++ b/src/IconScubaDivingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingRounded: React.FC = ({ ...props }) => ( +export const IconScubaDivingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScubaDivingRounded as default } diff --git a/src/IconScubaDivingRoundedFilled.tsx b/src/IconScubaDivingRoundedFilled.tsx index b2acd038f..2a1326f96 100644 --- a/src/IconScubaDivingRoundedFilled.tsx +++ b/src/IconScubaDivingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconScubaDivingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScubaDivingRoundedFilled as default } diff --git a/src/IconScubaDivingSharp.tsx b/src/IconScubaDivingSharp.tsx index b6262cbeb..0096e1a5b 100644 --- a/src/IconScubaDivingSharp.tsx +++ b/src/IconScubaDivingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingSharp: React.FC = ({ ...props }) => ( +export const IconScubaDivingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconScubaDivingSharp as default } diff --git a/src/IconScubaDivingSharpFilled.tsx b/src/IconScubaDivingSharpFilled.tsx index cb8ea6763..d3f9786cc 100644 --- a/src/IconScubaDivingSharpFilled.tsx +++ b/src/IconScubaDivingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconScubaDivingSharpFilled: React.FC = ({ ...props }) => ( +export const IconScubaDivingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconScubaDivingSharpFilled as default } diff --git a/src/IconSdCardAlertOutlined.tsx b/src/IconSdCardAlertOutlined.tsx index d3a8ca7c8..6f631524b 100644 --- a/src/IconSdCardAlertOutlined.tsx +++ b/src/IconSdCardAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertOutlined: React.FC = ({ ...props }) => ( +export const IconSdCardAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertOutlined as default } diff --git a/src/IconSdCardAlertOutlinedFilled.tsx b/src/IconSdCardAlertOutlinedFilled.tsx index fc2fab591..3647117ec 100644 --- a/src/IconSdCardAlertOutlinedFilled.tsx +++ b/src/IconSdCardAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSdCardAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertOutlinedFilled as default } diff --git a/src/IconSdCardAlertRounded.tsx b/src/IconSdCardAlertRounded.tsx index 450ce4a04..abf10a2db 100644 --- a/src/IconSdCardAlertRounded.tsx +++ b/src/IconSdCardAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertRounded: React.FC = ({ ...props }) => ( +export const IconSdCardAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertRounded as default } diff --git a/src/IconSdCardAlertRoundedFilled.tsx b/src/IconSdCardAlertRoundedFilled.tsx index 68b7232ad..226f283e8 100644 --- a/src/IconSdCardAlertRoundedFilled.tsx +++ b/src/IconSdCardAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSdCardAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertRoundedFilled as default } diff --git a/src/IconSdCardAlertSharp.tsx b/src/IconSdCardAlertSharp.tsx index 40ffe483a..5cccc35d1 100644 --- a/src/IconSdCardAlertSharp.tsx +++ b/src/IconSdCardAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertSharp: React.FC = ({ ...props }) => ( +export const IconSdCardAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertSharp as default } diff --git a/src/IconSdCardAlertSharpFilled.tsx b/src/IconSdCardAlertSharpFilled.tsx index c0732ebea..9c65aab0b 100644 --- a/src/IconSdCardAlertSharpFilled.tsx +++ b/src/IconSdCardAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconSdCardAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSdCardAlertSharpFilled as default } diff --git a/src/IconSdCardOutlined.tsx b/src/IconSdCardOutlined.tsx index a5bf3c2c0..2ace3f5be 100644 --- a/src/IconSdCardOutlined.tsx +++ b/src/IconSdCardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardOutlined: React.FC = ({ ...props }) => ( +export const IconSdCardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardOutlined as default } diff --git a/src/IconSdCardOutlinedFilled.tsx b/src/IconSdCardOutlinedFilled.tsx index 02654eae0..ce8f7adcd 100644 --- a/src/IconSdCardOutlinedFilled.tsx +++ b/src/IconSdCardOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSdCardOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardOutlinedFilled as default } diff --git a/src/IconSdCardRounded.tsx b/src/IconSdCardRounded.tsx index ea64beb11..8adf4858f 100644 --- a/src/IconSdCardRounded.tsx +++ b/src/IconSdCardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardRounded: React.FC = ({ ...props }) => ( +export const IconSdCardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardRounded as default } diff --git a/src/IconSdCardRoundedFilled.tsx b/src/IconSdCardRoundedFilled.tsx index 17d47c2f3..8704cf30f 100644 --- a/src/IconSdCardRoundedFilled.tsx +++ b/src/IconSdCardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSdCardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardRoundedFilled as default } diff --git a/src/IconSdCardSharp.tsx b/src/IconSdCardSharp.tsx index 930d51ae0..cb493b760 100644 --- a/src/IconSdCardSharp.tsx +++ b/src/IconSdCardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardSharp: React.FC = ({ ...props }) => ( +export const IconSdCardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardSharp as default } diff --git a/src/IconSdCardSharpFilled.tsx b/src/IconSdCardSharpFilled.tsx index aceea1f2c..931371e64 100644 --- a/src/IconSdCardSharpFilled.tsx +++ b/src/IconSdCardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdCardSharpFilled: React.FC = ({ ...props }) => ( +export const IconSdCardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdCardSharpFilled as default } diff --git a/src/IconSdOutlined.tsx b/src/IconSdOutlined.tsx index d64612048..79b84bb35 100644 --- a/src/IconSdOutlined.tsx +++ b/src/IconSdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdOutlined: React.FC = ({ ...props }) => ( +export const IconSdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdOutlined as default } diff --git a/src/IconSdOutlinedFilled.tsx b/src/IconSdOutlinedFilled.tsx index 0aa37481f..9fc59a358 100644 --- a/src/IconSdOutlinedFilled.tsx +++ b/src/IconSdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdOutlinedFilled as default } diff --git a/src/IconSdRounded.tsx b/src/IconSdRounded.tsx index e6a268a13..46db466de 100644 --- a/src/IconSdRounded.tsx +++ b/src/IconSdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdRounded: React.FC = ({ ...props }) => ( +export const IconSdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdRounded as default } diff --git a/src/IconSdRoundedFilled.tsx b/src/IconSdRoundedFilled.tsx index 570c46c0e..3d957e48d 100644 --- a/src/IconSdRoundedFilled.tsx +++ b/src/IconSdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdRoundedFilled as default } diff --git a/src/IconSdSharp.tsx b/src/IconSdSharp.tsx index 56bb8bbd3..80478a47c 100644 --- a/src/IconSdSharp.tsx +++ b/src/IconSdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdSharp: React.FC = ({ ...props }) => ( +export const IconSdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdSharp as default } diff --git a/src/IconSdSharpFilled.tsx b/src/IconSdSharpFilled.tsx index 26a3f0a44..c3ac912fc 100644 --- a/src/IconSdSharpFilled.tsx +++ b/src/IconSdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdSharpFilled: React.FC = ({ ...props }) => ( +export const IconSdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdSharpFilled as default } diff --git a/src/IconSdkOutlined.tsx b/src/IconSdkOutlined.tsx index cdf6584b0..1baa425c5 100644 --- a/src/IconSdkOutlined.tsx +++ b/src/IconSdkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkOutlined: React.FC = ({ ...props }) => ( +export const IconSdkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkOutlined as default } diff --git a/src/IconSdkOutlinedFilled.tsx b/src/IconSdkOutlinedFilled.tsx index 0a5966880..765fca386 100644 --- a/src/IconSdkOutlinedFilled.tsx +++ b/src/IconSdkOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSdkOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkOutlinedFilled as default } diff --git a/src/IconSdkRounded.tsx b/src/IconSdkRounded.tsx index 067decd89..398a77a51 100644 --- a/src/IconSdkRounded.tsx +++ b/src/IconSdkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkRounded: React.FC = ({ ...props }) => ( +export const IconSdkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkRounded as default } diff --git a/src/IconSdkRoundedFilled.tsx b/src/IconSdkRoundedFilled.tsx index b9d4ce0f4..1cc77aa51 100644 --- a/src/IconSdkRoundedFilled.tsx +++ b/src/IconSdkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSdkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkRoundedFilled as default } diff --git a/src/IconSdkSharp.tsx b/src/IconSdkSharp.tsx index 669dd7f6d..3f505948e 100644 --- a/src/IconSdkSharp.tsx +++ b/src/IconSdkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkSharp: React.FC = ({ ...props }) => ( +export const IconSdkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkSharp as default } diff --git a/src/IconSdkSharpFilled.tsx b/src/IconSdkSharpFilled.tsx index 37ebf8964..5abd71469 100644 --- a/src/IconSdkSharpFilled.tsx +++ b/src/IconSdkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSdkSharpFilled: React.FC = ({ ...props }) => ( +export const IconSdkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSdkSharpFilled as default } diff --git a/src/IconSearchActivityOutlined.tsx b/src/IconSearchActivityOutlined.tsx new file mode 100644 index 000000000..6b6049783 --- /dev/null +++ b/src/IconSearchActivityOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivityOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchActivityOutlinedFilled.tsx b/src/IconSearchActivityOutlinedFilled.tsx new file mode 100644 index 000000000..fab29394b --- /dev/null +++ b/src/IconSearchActivityOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivityOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchActivityRounded.tsx b/src/IconSearchActivityRounded.tsx new file mode 100644 index 000000000..40ba65b9c --- /dev/null +++ b/src/IconSearchActivityRounded.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivityRounded: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchActivityRoundedFilled.tsx b/src/IconSearchActivityRoundedFilled.tsx new file mode 100644 index 000000000..218dcffda --- /dev/null +++ b/src/IconSearchActivityRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivityRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchActivitySharp.tsx b/src/IconSearchActivitySharp.tsx new file mode 100644 index 000000000..984960f2a --- /dev/null +++ b/src/IconSearchActivitySharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivitySharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchActivitySharpFilled.tsx b/src/IconSearchActivitySharpFilled.tsx new file mode 100644 index 000000000..547cccfd7 --- /dev/null +++ b/src/IconSearchActivitySharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSearchActivitySharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSearchCheck2Outlined.tsx b/src/IconSearchCheck2Outlined.tsx index 6b60773f6..25f3b3e54 100644 --- a/src/IconSearchCheck2Outlined.tsx +++ b/src/IconSearchCheck2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2Outlined: React.FC = ({ ...props }) => ( +export const IconSearchCheck2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2Outlined as default } diff --git a/src/IconSearchCheck2OutlinedFilled.tsx b/src/IconSearchCheck2OutlinedFilled.tsx index 298ebb72c..5b374286f 100644 --- a/src/IconSearchCheck2OutlinedFilled.tsx +++ b/src/IconSearchCheck2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheck2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2OutlinedFilled as default } diff --git a/src/IconSearchCheck2Rounded.tsx b/src/IconSearchCheck2Rounded.tsx index 8bab13313..2a31d5563 100644 --- a/src/IconSearchCheck2Rounded.tsx +++ b/src/IconSearchCheck2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2Rounded: React.FC = ({ ...props }) => ( +export const IconSearchCheck2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2Rounded as default } diff --git a/src/IconSearchCheck2RoundedFilled.tsx b/src/IconSearchCheck2RoundedFilled.tsx index 8aa06529d..94e834ea6 100644 --- a/src/IconSearchCheck2RoundedFilled.tsx +++ b/src/IconSearchCheck2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheck2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2RoundedFilled as default } diff --git a/src/IconSearchCheck2Sharp.tsx b/src/IconSearchCheck2Sharp.tsx index da1d97128..0e7d6089f 100644 --- a/src/IconSearchCheck2Sharp.tsx +++ b/src/IconSearchCheck2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2Sharp: React.FC = ({ ...props }) => ( +export const IconSearchCheck2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2Sharp as default } diff --git a/src/IconSearchCheck2SharpFilled.tsx b/src/IconSearchCheck2SharpFilled.tsx index abb153c8f..aef776e77 100644 --- a/src/IconSearchCheck2SharpFilled.tsx +++ b/src/IconSearchCheck2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheck2SharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheck2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheck2SharpFilled as default } diff --git a/src/IconSearchCheckOutlined.tsx b/src/IconSearchCheckOutlined.tsx index 143b8d12e..ff4782fdb 100644 --- a/src/IconSearchCheckOutlined.tsx +++ b/src/IconSearchCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckOutlined: React.FC = ({ ...props }) => ( +export const IconSearchCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheckOutlined as default } diff --git a/src/IconSearchCheckOutlinedFilled.tsx b/src/IconSearchCheckOutlinedFilled.tsx index 5a4d90373..d376fab3f 100644 --- a/src/IconSearchCheckOutlinedFilled.tsx +++ b/src/IconSearchCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheckOutlinedFilled as default } diff --git a/src/IconSearchCheckRounded.tsx b/src/IconSearchCheckRounded.tsx index 22296117b..c4a8f0880 100644 --- a/src/IconSearchCheckRounded.tsx +++ b/src/IconSearchCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckRounded: React.FC = ({ ...props }) => ( +export const IconSearchCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheckRounded as default } diff --git a/src/IconSearchCheckRoundedFilled.tsx b/src/IconSearchCheckRoundedFilled.tsx index 2782085e1..1718731f2 100644 --- a/src/IconSearchCheckRoundedFilled.tsx +++ b/src/IconSearchCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheckRoundedFilled as default } diff --git a/src/IconSearchCheckSharp.tsx b/src/IconSearchCheckSharp.tsx index 1392908d7..9043014aa 100644 --- a/src/IconSearchCheckSharp.tsx +++ b/src/IconSearchCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckSharp: React.FC = ({ ...props }) => ( +export const IconSearchCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchCheckSharp as default } diff --git a/src/IconSearchCheckSharpFilled.tsx b/src/IconSearchCheckSharpFilled.tsx index 74cf121a9..86ec4ffd4 100644 --- a/src/IconSearchCheckSharpFilled.tsx +++ b/src/IconSearchCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchCheckSharpFilled as default } diff --git a/src/IconSearchHandsFreeOutlined.tsx b/src/IconSearchHandsFreeOutlined.tsx index c076bc434..4a97be2e4 100644 --- a/src/IconSearchHandsFreeOutlined.tsx +++ b/src/IconSearchHandsFreeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeOutlined: React.FC = ({ ...props }) => ( +export const IconSearchHandsFreeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchHandsFreeOutlined as default } diff --git a/src/IconSearchHandsFreeOutlinedFilled.tsx b/src/IconSearchHandsFreeOutlinedFilled.tsx index d748ed4f0..09a9bf749 100644 --- a/src/IconSearchHandsFreeOutlinedFilled.tsx +++ b/src/IconSearchHandsFreeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeOutlinedFilled: React.FC = ({ +export const IconSearchHandsFreeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSearchHandsFreeOutlinedFilled: React.FC = ({ ) - -export { IconSearchHandsFreeOutlinedFilled as default } diff --git a/src/IconSearchHandsFreeRounded.tsx b/src/IconSearchHandsFreeRounded.tsx index a4516d0f7..640834845 100644 --- a/src/IconSearchHandsFreeRounded.tsx +++ b/src/IconSearchHandsFreeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeRounded: React.FC = ({ ...props }) => ( +export const IconSearchHandsFreeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchHandsFreeRounded as default } diff --git a/src/IconSearchHandsFreeRoundedFilled.tsx b/src/IconSearchHandsFreeRoundedFilled.tsx index 056009709..277ad3fd8 100644 --- a/src/IconSearchHandsFreeRoundedFilled.tsx +++ b/src/IconSearchHandsFreeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeRoundedFilled: React.FC = ({ +export const IconSearchHandsFreeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSearchHandsFreeRoundedFilled: React.FC = ({ ) - -export { IconSearchHandsFreeRoundedFilled as default } diff --git a/src/IconSearchHandsFreeSharp.tsx b/src/IconSearchHandsFreeSharp.tsx index 77473bbdc..7295c64f5 100644 --- a/src/IconSearchHandsFreeSharp.tsx +++ b/src/IconSearchHandsFreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeSharp: React.FC = ({ ...props }) => ( +export const IconSearchHandsFreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchHandsFreeSharp as default } diff --git a/src/IconSearchHandsFreeSharpFilled.tsx b/src/IconSearchHandsFreeSharpFilled.tsx index 50265014a..6ecdc7c27 100644 --- a/src/IconSearchHandsFreeSharpFilled.tsx +++ b/src/IconSearchHandsFreeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchHandsFreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchHandsFreeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchHandsFreeSharpFilled as default } diff --git a/src/IconSearchInsightsOutlined.tsx b/src/IconSearchInsightsOutlined.tsx index 6071e6c6d..7507fd54e 100644 --- a/src/IconSearchInsightsOutlined.tsx +++ b/src/IconSearchInsightsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsOutlined: React.FC = ({ ...props }) => ( +export const IconSearchInsightsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchInsightsOutlined as default } diff --git a/src/IconSearchInsightsOutlinedFilled.tsx b/src/IconSearchInsightsOutlinedFilled.tsx index 5c2d57b96..1fca8de8f 100644 --- a/src/IconSearchInsightsOutlinedFilled.tsx +++ b/src/IconSearchInsightsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsOutlinedFilled: React.FC = ({ +export const IconSearchInsightsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSearchInsightsOutlinedFilled: React.FC = ({ ) - -export { IconSearchInsightsOutlinedFilled as default } diff --git a/src/IconSearchInsightsRounded.tsx b/src/IconSearchInsightsRounded.tsx index 2dc7a22ed..9f5d200b4 100644 --- a/src/IconSearchInsightsRounded.tsx +++ b/src/IconSearchInsightsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsRounded: React.FC = ({ ...props }) => ( +export const IconSearchInsightsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchInsightsRounded as default } diff --git a/src/IconSearchInsightsRoundedFilled.tsx b/src/IconSearchInsightsRoundedFilled.tsx index 33ce03707..fa3cbc558 100644 --- a/src/IconSearchInsightsRoundedFilled.tsx +++ b/src/IconSearchInsightsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSearchInsightsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchInsightsRoundedFilled as default } diff --git a/src/IconSearchInsightsSharp.tsx b/src/IconSearchInsightsSharp.tsx index 2a1c402cf..eae6a6fee 100644 --- a/src/IconSearchInsightsSharp.tsx +++ b/src/IconSearchInsightsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsSharp: React.FC = ({ ...props }) => ( +export const IconSearchInsightsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchInsightsSharp as default } diff --git a/src/IconSearchInsightsSharpFilled.tsx b/src/IconSearchInsightsSharpFilled.tsx index f9d9be4b7..f3109fb49 100644 --- a/src/IconSearchInsightsSharpFilled.tsx +++ b/src/IconSearchInsightsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchInsightsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchInsightsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchInsightsSharpFilled as default } diff --git a/src/IconSearchOffOutlined.tsx b/src/IconSearchOffOutlined.tsx index 29a15f734..f73f8bd1e 100644 --- a/src/IconSearchOffOutlined.tsx +++ b/src/IconSearchOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffOutlined: React.FC = ({ ...props }) => ( +export const IconSearchOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOffOutlined as default } diff --git a/src/IconSearchOffOutlinedFilled.tsx b/src/IconSearchOffOutlinedFilled.tsx index b3f5552a3..0b9cc30ac 100644 --- a/src/IconSearchOffOutlinedFilled.tsx +++ b/src/IconSearchOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSearchOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchOffOutlinedFilled as default } diff --git a/src/IconSearchOffRounded.tsx b/src/IconSearchOffRounded.tsx index 99e36a9a2..e5783f3d9 100644 --- a/src/IconSearchOffRounded.tsx +++ b/src/IconSearchOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffRounded: React.FC = ({ ...props }) => ( +export const IconSearchOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOffRounded as default } diff --git a/src/IconSearchOffRoundedFilled.tsx b/src/IconSearchOffRoundedFilled.tsx index a331e37a3..ee92bc2d1 100644 --- a/src/IconSearchOffRoundedFilled.tsx +++ b/src/IconSearchOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSearchOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSearchOffRoundedFilled as default } diff --git a/src/IconSearchOffSharp.tsx b/src/IconSearchOffSharp.tsx index 97a9ff18f..0529a5c4a 100644 --- a/src/IconSearchOffSharp.tsx +++ b/src/IconSearchOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffSharp: React.FC = ({ ...props }) => ( +export const IconSearchOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOffSharp as default } diff --git a/src/IconSearchOffSharpFilled.tsx b/src/IconSearchOffSharpFilled.tsx index c848cdfb1..914ada0fd 100644 --- a/src/IconSearchOffSharpFilled.tsx +++ b/src/IconSearchOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOffSharpFilled as default } diff --git a/src/IconSearchOutlined.tsx b/src/IconSearchOutlined.tsx index 3e9ac640a..f7ab11702 100644 --- a/src/IconSearchOutlined.tsx +++ b/src/IconSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOutlined: React.FC = ({ ...props }) => ( +export const IconSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOutlined as default } diff --git a/src/IconSearchOutlinedFilled.tsx b/src/IconSearchOutlinedFilled.tsx index 547736db4..d4e02d3db 100644 --- a/src/IconSearchOutlinedFilled.tsx +++ b/src/IconSearchOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSearchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchOutlinedFilled as default } diff --git a/src/IconSearchRounded.tsx b/src/IconSearchRounded.tsx index da5618f5a..dcf7533f0 100644 --- a/src/IconSearchRounded.tsx +++ b/src/IconSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchRounded: React.FC = ({ ...props }) => ( +export const IconSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchRounded as default } diff --git a/src/IconSearchRoundedFilled.tsx b/src/IconSearchRoundedFilled.tsx index 96d7c65a3..07020b5cd 100644 --- a/src/IconSearchRoundedFilled.tsx +++ b/src/IconSearchRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSearchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchRoundedFilled as default } diff --git a/src/IconSearchSharp.tsx b/src/IconSearchSharp.tsx index d4fd5254c..fa029668a 100644 --- a/src/IconSearchSharp.tsx +++ b/src/IconSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchSharp: React.FC = ({ ...props }) => ( +export const IconSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchSharp as default } diff --git a/src/IconSearchSharpFilled.tsx b/src/IconSearchSharpFilled.tsx index 5bb6a0b74..482bd789b 100644 --- a/src/IconSearchSharpFilled.tsx +++ b/src/IconSearchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconSearchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSearchSharpFilled as default } diff --git a/src/IconSecurityKeyOutlined.tsx b/src/IconSecurityKeyOutlined.tsx index 083e40cc4..a18349a56 100644 --- a/src/IconSecurityKeyOutlined.tsx +++ b/src/IconSecurityKeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeyOutlined: React.FC = ({ ...props }) => ( +export const IconSecurityKeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecurityKeyOutlined as default } diff --git a/src/IconSecurityKeyOutlinedFilled.tsx b/src/IconSecurityKeyOutlinedFilled.tsx index a45ed97b0..c4ef9aa1f 100644 --- a/src/IconSecurityKeyOutlinedFilled.tsx +++ b/src/IconSecurityKeyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSecurityKeyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityKeyOutlinedFilled as default } diff --git a/src/IconSecurityKeyRounded.tsx b/src/IconSecurityKeyRounded.tsx index 01115d875..1bf9ab1d4 100644 --- a/src/IconSecurityKeyRounded.tsx +++ b/src/IconSecurityKeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeyRounded: React.FC = ({ ...props }) => ( +export const IconSecurityKeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecurityKeyRounded as default } diff --git a/src/IconSecurityKeyRoundedFilled.tsx b/src/IconSecurityKeyRoundedFilled.tsx index ec4702a24..ec189dbd7 100644 --- a/src/IconSecurityKeyRoundedFilled.tsx +++ b/src/IconSecurityKeyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSecurityKeyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityKeyRoundedFilled as default } diff --git a/src/IconSecurityKeySharp.tsx b/src/IconSecurityKeySharp.tsx index 11317d110..9ce9d98a3 100644 --- a/src/IconSecurityKeySharp.tsx +++ b/src/IconSecurityKeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeySharp: React.FC = ({ ...props }) => ( +export const IconSecurityKeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecurityKeySharp as default } diff --git a/src/IconSecurityKeySharpFilled.tsx b/src/IconSecurityKeySharpFilled.tsx index e94267399..9e00dc6c0 100644 --- a/src/IconSecurityKeySharpFilled.tsx +++ b/src/IconSecurityKeySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityKeySharpFilled: React.FC = ({ ...props }) => ( +export const IconSecurityKeySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityKeySharpFilled as default } diff --git a/src/IconSecurityOutlined.tsx b/src/IconSecurityOutlined.tsx index cbc737a5f..087d31953 100644 --- a/src/IconSecurityOutlined.tsx +++ b/src/IconSecurityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityOutlined: React.FC = ({ ...props }) => ( +export const IconSecurityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecurityOutlined as default } diff --git a/src/IconSecurityOutlinedFilled.tsx b/src/IconSecurityOutlinedFilled.tsx index c5bfbe56e..d9d62e859 100644 --- a/src/IconSecurityOutlinedFilled.tsx +++ b/src/IconSecurityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSecurityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityOutlinedFilled as default } diff --git a/src/IconSecurityRounded.tsx b/src/IconSecurityRounded.tsx index 0099966c4..56fc7885f 100644 --- a/src/IconSecurityRounded.tsx +++ b/src/IconSecurityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityRounded: React.FC = ({ ...props }) => ( +export const IconSecurityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecurityRounded as default } diff --git a/src/IconSecurityRoundedFilled.tsx b/src/IconSecurityRoundedFilled.tsx index 171149208..4b7c7a816 100644 --- a/src/IconSecurityRoundedFilled.tsx +++ b/src/IconSecurityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSecurityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityRoundedFilled as default } diff --git a/src/IconSecuritySharp.tsx b/src/IconSecuritySharp.tsx index 6a47f83dd..ee2da4771 100644 --- a/src/IconSecuritySharp.tsx +++ b/src/IconSecuritySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecuritySharp: React.FC = ({ ...props }) => ( +export const IconSecuritySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecuritySharp as default } diff --git a/src/IconSecuritySharpFilled.tsx b/src/IconSecuritySharpFilled.tsx index 8dec640f8..562bc6aa6 100644 --- a/src/IconSecuritySharpFilled.tsx +++ b/src/IconSecuritySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSecuritySharpFilled: React.FC = ({ ...props }) => ( +export const IconSecuritySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSecuritySharpFilled as default } diff --git a/src/IconSecurityUpdateGoodOutlined.tsx b/src/IconSecurityUpdateGoodOutlined.tsx index a91980261..2d4255ad3 100644 --- a/src/IconSecurityUpdateGoodOutlined.tsx +++ b/src/IconSecurityUpdateGoodOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodOutlined: React.FC = ({ ...props }) => ( +export const IconSecurityUpdateGoodOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityUpdateGoodOutlined as default } diff --git a/src/IconSecurityUpdateGoodOutlinedFilled.tsx b/src/IconSecurityUpdateGoodOutlinedFilled.tsx index ca825375f..15e45e07c 100644 --- a/src/IconSecurityUpdateGoodOutlinedFilled.tsx +++ b/src/IconSecurityUpdateGoodOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodOutlinedFilled: React.FC = ({ +export const IconSecurityUpdateGoodOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateGoodOutlinedFilled: React.FC = ({ ) - -export { IconSecurityUpdateGoodOutlinedFilled as default } diff --git a/src/IconSecurityUpdateGoodRounded.tsx b/src/IconSecurityUpdateGoodRounded.tsx index 80cf4c098..4c42034f7 100644 --- a/src/IconSecurityUpdateGoodRounded.tsx +++ b/src/IconSecurityUpdateGoodRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodRounded: React.FC = ({ ...props }) => ( +export const IconSecurityUpdateGoodRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityUpdateGoodRounded as default } diff --git a/src/IconSecurityUpdateGoodRoundedFilled.tsx b/src/IconSecurityUpdateGoodRoundedFilled.tsx index a4b403dc5..920df70ab 100644 --- a/src/IconSecurityUpdateGoodRoundedFilled.tsx +++ b/src/IconSecurityUpdateGoodRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodRoundedFilled: React.FC = ({ +export const IconSecurityUpdateGoodRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateGoodRoundedFilled: React.FC = ({ ) - -export { IconSecurityUpdateGoodRoundedFilled as default } diff --git a/src/IconSecurityUpdateGoodSharp.tsx b/src/IconSecurityUpdateGoodSharp.tsx index 32b6c021b..013910564 100644 --- a/src/IconSecurityUpdateGoodSharp.tsx +++ b/src/IconSecurityUpdateGoodSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodSharp: React.FC = ({ ...props }) => ( +export const IconSecurityUpdateGoodSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityUpdateGoodSharp as default } diff --git a/src/IconSecurityUpdateGoodSharpFilled.tsx b/src/IconSecurityUpdateGoodSharpFilled.tsx index 6484ab6c2..d12086e3a 100644 --- a/src/IconSecurityUpdateGoodSharpFilled.tsx +++ b/src/IconSecurityUpdateGoodSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateGoodSharpFilled: React.FC = ({ +export const IconSecurityUpdateGoodSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateGoodSharpFilled: React.FC = ({ ) - -export { IconSecurityUpdateGoodSharpFilled as default } diff --git a/src/IconSecurityUpdateWarningOutlined.tsx b/src/IconSecurityUpdateWarningOutlined.tsx index 84329daf2..beba2aa5a 100644 --- a/src/IconSecurityUpdateWarningOutlined.tsx +++ b/src/IconSecurityUpdateWarningOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningOutlined: React.FC = ({ +export const IconSecurityUpdateWarningOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateWarningOutlined: React.FC = ({ ) - -export { IconSecurityUpdateWarningOutlined as default } diff --git a/src/IconSecurityUpdateWarningOutlinedFilled.tsx b/src/IconSecurityUpdateWarningOutlinedFilled.tsx index 9409a98c5..15f4011bb 100644 --- a/src/IconSecurityUpdateWarningOutlinedFilled.tsx +++ b/src/IconSecurityUpdateWarningOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningOutlinedFilled: React.FC = ({ +export const IconSecurityUpdateWarningOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateWarningOutlinedFilled: React.FC = ({ ) - -export { IconSecurityUpdateWarningOutlinedFilled as default } diff --git a/src/IconSecurityUpdateWarningRounded.tsx b/src/IconSecurityUpdateWarningRounded.tsx index 51f5c79a5..472beca16 100644 --- a/src/IconSecurityUpdateWarningRounded.tsx +++ b/src/IconSecurityUpdateWarningRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningRounded: React.FC = ({ +export const IconSecurityUpdateWarningRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateWarningRounded: React.FC = ({ ) - -export { IconSecurityUpdateWarningRounded as default } diff --git a/src/IconSecurityUpdateWarningRoundedFilled.tsx b/src/IconSecurityUpdateWarningRoundedFilled.tsx index 5096bcda2..71bbb622d 100644 --- a/src/IconSecurityUpdateWarningRoundedFilled.tsx +++ b/src/IconSecurityUpdateWarningRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningRoundedFilled: React.FC = ({ +export const IconSecurityUpdateWarningRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateWarningRoundedFilled: React.FC = ({ ) - -export { IconSecurityUpdateWarningRoundedFilled as default } diff --git a/src/IconSecurityUpdateWarningSharp.tsx b/src/IconSecurityUpdateWarningSharp.tsx index 4c962c0c4..dfc239ebd 100644 --- a/src/IconSecurityUpdateWarningSharp.tsx +++ b/src/IconSecurityUpdateWarningSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningSharp: React.FC = ({ ...props }) => ( +export const IconSecurityUpdateWarningSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSecurityUpdateWarningSharp as default } diff --git a/src/IconSecurityUpdateWarningSharpFilled.tsx b/src/IconSecurityUpdateWarningSharpFilled.tsx index 85a78e1bd..90c7ae8d1 100644 --- a/src/IconSecurityUpdateWarningSharpFilled.tsx +++ b/src/IconSecurityUpdateWarningSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSecurityUpdateWarningSharpFilled: React.FC = ({ +export const IconSecurityUpdateWarningSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSecurityUpdateWarningSharpFilled: React.FC = ({ ) - -export { IconSecurityUpdateWarningSharpFilled as default } diff --git a/src/IconSegmentOutlined.tsx b/src/IconSegmentOutlined.tsx index 49faf5196..067fc093b 100644 --- a/src/IconSegmentOutlined.tsx +++ b/src/IconSegmentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentOutlined: React.FC = ({ ...props }) => ( +export const IconSegmentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSegmentOutlined as default } diff --git a/src/IconSegmentOutlinedFilled.tsx b/src/IconSegmentOutlinedFilled.tsx index 16289f6aa..6311ba72c 100644 --- a/src/IconSegmentOutlinedFilled.tsx +++ b/src/IconSegmentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSegmentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSegmentOutlinedFilled as default } diff --git a/src/IconSegmentRounded.tsx b/src/IconSegmentRounded.tsx index 03cf74b02..beeabf0ca 100644 --- a/src/IconSegmentRounded.tsx +++ b/src/IconSegmentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentRounded: React.FC = ({ ...props }) => ( +export const IconSegmentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSegmentRounded as default } diff --git a/src/IconSegmentRoundedFilled.tsx b/src/IconSegmentRoundedFilled.tsx index c426b3543..c12b73da8 100644 --- a/src/IconSegmentRoundedFilled.tsx +++ b/src/IconSegmentRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSegmentRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSegmentRoundedFilled as default } diff --git a/src/IconSegmentSharp.tsx b/src/IconSegmentSharp.tsx index 8fa280a86..e1104904a 100644 --- a/src/IconSegmentSharp.tsx +++ b/src/IconSegmentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentSharp: React.FC = ({ ...props }) => ( +export const IconSegmentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSegmentSharp as default } diff --git a/src/IconSegmentSharpFilled.tsx b/src/IconSegmentSharpFilled.tsx index dd26eef26..ac7e384ff 100644 --- a/src/IconSegmentSharpFilled.tsx +++ b/src/IconSegmentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSegmentSharpFilled: React.FC = ({ ...props }) => ( +export const IconSegmentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSegmentSharpFilled as default } diff --git a/src/IconSelectAllOutlined.tsx b/src/IconSelectAllOutlined.tsx index 870722225..8fa6dcdb6 100644 --- a/src/IconSelectAllOutlined.tsx +++ b/src/IconSelectAllOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllOutlined: React.FC = ({ ...props }) => ( +export const IconSelectAllOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectAllOutlined as default } diff --git a/src/IconSelectAllOutlinedFilled.tsx b/src/IconSelectAllOutlinedFilled.tsx index 6267acef9..25460771b 100644 --- a/src/IconSelectAllOutlinedFilled.tsx +++ b/src/IconSelectAllOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelectAllOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectAllOutlinedFilled as default } diff --git a/src/IconSelectAllRounded.tsx b/src/IconSelectAllRounded.tsx index bef18a672..408f7dae0 100644 --- a/src/IconSelectAllRounded.tsx +++ b/src/IconSelectAllRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllRounded: React.FC = ({ ...props }) => ( +export const IconSelectAllRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectAllRounded as default } diff --git a/src/IconSelectAllRoundedFilled.tsx b/src/IconSelectAllRoundedFilled.tsx index 315367879..990b9a0c7 100644 --- a/src/IconSelectAllRoundedFilled.tsx +++ b/src/IconSelectAllRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectAllRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectAllRoundedFilled as default } diff --git a/src/IconSelectAllSharp.tsx b/src/IconSelectAllSharp.tsx index 3cbd8b976..b12a6568b 100644 --- a/src/IconSelectAllSharp.tsx +++ b/src/IconSelectAllSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllSharp: React.FC = ({ ...props }) => ( +export const IconSelectAllSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectAllSharp as default } diff --git a/src/IconSelectAllSharpFilled.tsx b/src/IconSelectAllSharpFilled.tsx index 347d222fd..c1062ca22 100644 --- a/src/IconSelectAllSharpFilled.tsx +++ b/src/IconSelectAllSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectAllSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectAllSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectAllSharpFilled as default } diff --git a/src/IconSelectCheckBoxOutlined.tsx b/src/IconSelectCheckBoxOutlined.tsx index c156d8163..3214d50ad 100644 --- a/src/IconSelectCheckBoxOutlined.tsx +++ b/src/IconSelectCheckBoxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxOutlined: React.FC = ({ ...props }) => ( +export const IconSelectCheckBoxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectCheckBoxOutlined as default } diff --git a/src/IconSelectCheckBoxOutlinedFilled.tsx b/src/IconSelectCheckBoxOutlinedFilled.tsx index f0f94c848..729e97601 100644 --- a/src/IconSelectCheckBoxOutlinedFilled.tsx +++ b/src/IconSelectCheckBoxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxOutlinedFilled: React.FC = ({ +export const IconSelectCheckBoxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSelectCheckBoxOutlinedFilled: React.FC = ({ ) - -export { IconSelectCheckBoxOutlinedFilled as default } diff --git a/src/IconSelectCheckBoxRounded.tsx b/src/IconSelectCheckBoxRounded.tsx index e33fb0a0e..77e884475 100644 --- a/src/IconSelectCheckBoxRounded.tsx +++ b/src/IconSelectCheckBoxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxRounded: React.FC = ({ ...props }) => ( +export const IconSelectCheckBoxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectCheckBoxRounded as default } diff --git a/src/IconSelectCheckBoxRoundedFilled.tsx b/src/IconSelectCheckBoxRoundedFilled.tsx index fb3ae5521..9cbe81f7e 100644 --- a/src/IconSelectCheckBoxRoundedFilled.tsx +++ b/src/IconSelectCheckBoxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectCheckBoxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectCheckBoxRoundedFilled as default } diff --git a/src/IconSelectCheckBoxSharp.tsx b/src/IconSelectCheckBoxSharp.tsx index 9f4298e5b..eedc78d44 100644 --- a/src/IconSelectCheckBoxSharp.tsx +++ b/src/IconSelectCheckBoxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxSharp: React.FC = ({ ...props }) => ( +export const IconSelectCheckBoxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectCheckBoxSharp as default } diff --git a/src/IconSelectCheckBoxSharpFilled.tsx b/src/IconSelectCheckBoxSharpFilled.tsx index 5f75eed18..ba2ae23fa 100644 --- a/src/IconSelectCheckBoxSharpFilled.tsx +++ b/src/IconSelectCheckBoxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectCheckBoxSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectCheckBoxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectCheckBoxSharpFilled as default } diff --git a/src/IconSelectOutlined.tsx b/src/IconSelectOutlined.tsx index 7cb42a1f8..c13606c3a 100644 --- a/src/IconSelectOutlined.tsx +++ b/src/IconSelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectOutlined: React.FC = ({ ...props }) => ( +export const IconSelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectOutlined as default } diff --git a/src/IconSelectOutlinedFilled.tsx b/src/IconSelectOutlinedFilled.tsx index c5d607b1b..552bc37d5 100644 --- a/src/IconSelectOutlinedFilled.tsx +++ b/src/IconSelectOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelectOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectOutlinedFilled as default } diff --git a/src/IconSelectRounded.tsx b/src/IconSelectRounded.tsx index 41ce1584c..165810020 100644 --- a/src/IconSelectRounded.tsx +++ b/src/IconSelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectRounded: React.FC = ({ ...props }) => ( +export const IconSelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectRounded as default } diff --git a/src/IconSelectRoundedFilled.tsx b/src/IconSelectRoundedFilled.tsx index c8b87b5f8..e73666721 100644 --- a/src/IconSelectRoundedFilled.tsx +++ b/src/IconSelectRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectRoundedFilled as default } diff --git a/src/IconSelectSharp.tsx b/src/IconSelectSharp.tsx index 8eb4e9eef..6c6b1bc44 100644 --- a/src/IconSelectSharp.tsx +++ b/src/IconSelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectSharp: React.FC = ({ ...props }) => ( +export const IconSelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectSharp as default } diff --git a/src/IconSelectSharpFilled.tsx b/src/IconSelectSharpFilled.tsx index 5599623b2..6fa0d3377 100644 --- a/src/IconSelectSharpFilled.tsx +++ b/src/IconSelectSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectSharpFilled as default } diff --git a/src/IconSelectToSpeakOutlined.tsx b/src/IconSelectToSpeakOutlined.tsx index a42f814bc..54a37afbc 100644 --- a/src/IconSelectToSpeakOutlined.tsx +++ b/src/IconSelectToSpeakOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakOutlined: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakOutlined as default } diff --git a/src/IconSelectToSpeakOutlinedFilled.tsx b/src/IconSelectToSpeakOutlinedFilled.tsx index caa056771..51d6610ea 100644 --- a/src/IconSelectToSpeakOutlinedFilled.tsx +++ b/src/IconSelectToSpeakOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakOutlinedFilled as default } diff --git a/src/IconSelectToSpeakRounded.tsx b/src/IconSelectToSpeakRounded.tsx index 7b5fb5f71..712e34cf0 100644 --- a/src/IconSelectToSpeakRounded.tsx +++ b/src/IconSelectToSpeakRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakRounded: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakRounded as default } diff --git a/src/IconSelectToSpeakRoundedFilled.tsx b/src/IconSelectToSpeakRoundedFilled.tsx index eb4625e0a..8df051717 100644 --- a/src/IconSelectToSpeakRoundedFilled.tsx +++ b/src/IconSelectToSpeakRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakRoundedFilled as default } diff --git a/src/IconSelectToSpeakSharp.tsx b/src/IconSelectToSpeakSharp.tsx index 43cc6b3b1..72e78cc7f 100644 --- a/src/IconSelectToSpeakSharp.tsx +++ b/src/IconSelectToSpeakSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakSharp: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakSharp as default } diff --git a/src/IconSelectToSpeakSharpFilled.tsx b/src/IconSelectToSpeakSharpFilled.tsx index a88b508fc..a808a7efe 100644 --- a/src/IconSelectToSpeakSharpFilled.tsx +++ b/src/IconSelectToSpeakSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectToSpeakSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectToSpeakSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectToSpeakSharpFilled as default } diff --git a/src/IconSelectWindow2Outlined.tsx b/src/IconSelectWindow2Outlined.tsx index c6c916c86..b61fc60ec 100644 --- a/src/IconSelectWindow2Outlined.tsx +++ b/src/IconSelectWindow2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2Outlined: React.FC = ({ ...props }) => ( +export const IconSelectWindow2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2Outlined as default } diff --git a/src/IconSelectWindow2OutlinedFilled.tsx b/src/IconSelectWindow2OutlinedFilled.tsx index 483fa3fcd..a5430d151 100644 --- a/src/IconSelectWindow2OutlinedFilled.tsx +++ b/src/IconSelectWindow2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindow2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2OutlinedFilled as default } diff --git a/src/IconSelectWindow2Rounded.tsx b/src/IconSelectWindow2Rounded.tsx index 4d3fd641b..76c115716 100644 --- a/src/IconSelectWindow2Rounded.tsx +++ b/src/IconSelectWindow2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2Rounded: React.FC = ({ ...props }) => ( +export const IconSelectWindow2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2Rounded as default } diff --git a/src/IconSelectWindow2RoundedFilled.tsx b/src/IconSelectWindow2RoundedFilled.tsx index 8c562824b..47d5c7838 100644 --- a/src/IconSelectWindow2RoundedFilled.tsx +++ b/src/IconSelectWindow2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindow2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2RoundedFilled as default } diff --git a/src/IconSelectWindow2Sharp.tsx b/src/IconSelectWindow2Sharp.tsx index f3f79830e..8608cb532 100644 --- a/src/IconSelectWindow2Sharp.tsx +++ b/src/IconSelectWindow2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2Sharp: React.FC = ({ ...props }) => ( +export const IconSelectWindow2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2Sharp as default } diff --git a/src/IconSelectWindow2SharpFilled.tsx b/src/IconSelectWindow2SharpFilled.tsx index 16fc5f61c..152495973 100644 --- a/src/IconSelectWindow2SharpFilled.tsx +++ b/src/IconSelectWindow2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindow2SharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindow2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindow2SharpFilled as default } diff --git a/src/IconSelectWindowOffOutlined.tsx b/src/IconSelectWindowOffOutlined.tsx index 1798cf9be..4fbf0932e 100644 --- a/src/IconSelectWindowOffOutlined.tsx +++ b/src/IconSelectWindowOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffOutlined: React.FC = ({ ...props }) => ( +export const IconSelectWindowOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOffOutlined as default } diff --git a/src/IconSelectWindowOffOutlinedFilled.tsx b/src/IconSelectWindowOffOutlinedFilled.tsx index 1fc6cafea..7dc4b3797 100644 --- a/src/IconSelectWindowOffOutlinedFilled.tsx +++ b/src/IconSelectWindowOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffOutlinedFilled: React.FC = ({ +export const IconSelectWindowOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSelectWindowOffOutlinedFilled: React.FC = ({ ) - -export { IconSelectWindowOffOutlinedFilled as default } diff --git a/src/IconSelectWindowOffRounded.tsx b/src/IconSelectWindowOffRounded.tsx index a185d3277..1ba5e24fe 100644 --- a/src/IconSelectWindowOffRounded.tsx +++ b/src/IconSelectWindowOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffRounded: React.FC = ({ ...props }) => ( +export const IconSelectWindowOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOffRounded as default } diff --git a/src/IconSelectWindowOffRoundedFilled.tsx b/src/IconSelectWindowOffRoundedFilled.tsx index ae755dd00..c67dbd61e 100644 --- a/src/IconSelectWindowOffRoundedFilled.tsx +++ b/src/IconSelectWindowOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffRoundedFilled: React.FC = ({ +export const IconSelectWindowOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSelectWindowOffRoundedFilled: React.FC = ({ ) - -export { IconSelectWindowOffRoundedFilled as default } diff --git a/src/IconSelectWindowOffSharp.tsx b/src/IconSelectWindowOffSharp.tsx index 8e99d8e06..0ad0d2f50 100644 --- a/src/IconSelectWindowOffSharp.tsx +++ b/src/IconSelectWindowOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffSharp: React.FC = ({ ...props }) => ( +export const IconSelectWindowOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOffSharp as default } diff --git a/src/IconSelectWindowOffSharpFilled.tsx b/src/IconSelectWindowOffSharpFilled.tsx index 9fb542a42..081c2febf 100644 --- a/src/IconSelectWindowOffSharpFilled.tsx +++ b/src/IconSelectWindowOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindowOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOffSharpFilled as default } diff --git a/src/IconSelectWindowOutlined.tsx b/src/IconSelectWindowOutlined.tsx index 06d87e65e..535eeee00 100644 --- a/src/IconSelectWindowOutlined.tsx +++ b/src/IconSelectWindowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOutlined: React.FC = ({ ...props }) => ( +export const IconSelectWindowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOutlined as default } diff --git a/src/IconSelectWindowOutlinedFilled.tsx b/src/IconSelectWindowOutlinedFilled.tsx index 4f01001bd..b130c744c 100644 --- a/src/IconSelectWindowOutlinedFilled.tsx +++ b/src/IconSelectWindowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowOutlinedFilled as default } diff --git a/src/IconSelectWindowRounded.tsx b/src/IconSelectWindowRounded.tsx index 60af3ec39..0cc1d7b6b 100644 --- a/src/IconSelectWindowRounded.tsx +++ b/src/IconSelectWindowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowRounded: React.FC = ({ ...props }) => ( +export const IconSelectWindowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindowRounded as default } diff --git a/src/IconSelectWindowRoundedFilled.tsx b/src/IconSelectWindowRoundedFilled.tsx index 16ea01940..0c72ad174 100644 --- a/src/IconSelectWindowRoundedFilled.tsx +++ b/src/IconSelectWindowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowRoundedFilled as default } diff --git a/src/IconSelectWindowSharp.tsx b/src/IconSelectWindowSharp.tsx index b0c92ce9e..900d401b1 100644 --- a/src/IconSelectWindowSharp.tsx +++ b/src/IconSelectWindowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowSharp: React.FC = ({ ...props }) => ( +export const IconSelectWindowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelectWindowSharp as default } diff --git a/src/IconSelectWindowSharpFilled.tsx b/src/IconSelectWindowSharpFilled.tsx index 0d74b7d09..21b659d20 100644 --- a/src/IconSelectWindowSharpFilled.tsx +++ b/src/IconSelectWindowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelectWindowSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelectWindowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelectWindowSharpFilled as default } diff --git a/src/IconSelfCareOutlined.tsx b/src/IconSelfCareOutlined.tsx index eb2a43fc5..8c9ea0eb8 100644 --- a/src/IconSelfCareOutlined.tsx +++ b/src/IconSelfCareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareOutlined: React.FC = ({ ...props }) => ( +export const IconSelfCareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelfCareOutlined as default } diff --git a/src/IconSelfCareOutlinedFilled.tsx b/src/IconSelfCareOutlinedFilled.tsx index 335b84ec7..43488bbf5 100644 --- a/src/IconSelfCareOutlinedFilled.tsx +++ b/src/IconSelfCareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSelfCareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelfCareOutlinedFilled as default } diff --git a/src/IconSelfCareRounded.tsx b/src/IconSelfCareRounded.tsx index dff735b2f..ebf2447af 100644 --- a/src/IconSelfCareRounded.tsx +++ b/src/IconSelfCareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareRounded: React.FC = ({ ...props }) => ( +export const IconSelfCareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelfCareRounded as default } diff --git a/src/IconSelfCareRoundedFilled.tsx b/src/IconSelfCareRoundedFilled.tsx index 67d5c8cca..f09c2f9ab 100644 --- a/src/IconSelfCareRoundedFilled.tsx +++ b/src/IconSelfCareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSelfCareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelfCareRoundedFilled as default } diff --git a/src/IconSelfCareSharp.tsx b/src/IconSelfCareSharp.tsx index 96ff4bf6f..5cc187206 100644 --- a/src/IconSelfCareSharp.tsx +++ b/src/IconSelfCareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareSharp: React.FC = ({ ...props }) => ( +export const IconSelfCareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelfCareSharp as default } diff --git a/src/IconSelfCareSharpFilled.tsx b/src/IconSelfCareSharpFilled.tsx index 6224874cf..7d64d795d 100644 --- a/src/IconSelfCareSharpFilled.tsx +++ b/src/IconSelfCareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelfCareSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelfCareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelfCareSharpFilled as default } diff --git a/src/IconSelfImprovementOutlined.tsx b/src/IconSelfImprovementOutlined.tsx index 4a0193ac8..40614d10e 100644 --- a/src/IconSelfImprovementOutlined.tsx +++ b/src/IconSelfImprovementOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementOutlined: React.FC = ({ ...props }) => ( +export const IconSelfImprovementOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelfImprovementOutlined as default } diff --git a/src/IconSelfImprovementOutlinedFilled.tsx b/src/IconSelfImprovementOutlinedFilled.tsx index 7e12871cc..4044f082f 100644 --- a/src/IconSelfImprovementOutlinedFilled.tsx +++ b/src/IconSelfImprovementOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementOutlinedFilled: React.FC = ({ +export const IconSelfImprovementOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSelfImprovementOutlinedFilled: React.FC = ({ ) - -export { IconSelfImprovementOutlinedFilled as default } diff --git a/src/IconSelfImprovementRounded.tsx b/src/IconSelfImprovementRounded.tsx index 0ae404d97..dfef37005 100644 --- a/src/IconSelfImprovementRounded.tsx +++ b/src/IconSelfImprovementRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementRounded: React.FC = ({ ...props }) => ( +export const IconSelfImprovementRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelfImprovementRounded as default } diff --git a/src/IconSelfImprovementRoundedFilled.tsx b/src/IconSelfImprovementRoundedFilled.tsx index f23c44456..7d483c199 100644 --- a/src/IconSelfImprovementRoundedFilled.tsx +++ b/src/IconSelfImprovementRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementRoundedFilled: React.FC = ({ +export const IconSelfImprovementRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSelfImprovementRoundedFilled: React.FC = ({ ) - -export { IconSelfImprovementRoundedFilled as default } diff --git a/src/IconSelfImprovementSharp.tsx b/src/IconSelfImprovementSharp.tsx index ae5d641ab..ac4e3ad58 100644 --- a/src/IconSelfImprovementSharp.tsx +++ b/src/IconSelfImprovementSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementSharp: React.FC = ({ ...props }) => ( +export const IconSelfImprovementSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSelfImprovementSharp as default } diff --git a/src/IconSelfImprovementSharpFilled.tsx b/src/IconSelfImprovementSharpFilled.tsx index d011ff851..b34bfb1ab 100644 --- a/src/IconSelfImprovementSharpFilled.tsx +++ b/src/IconSelfImprovementSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSelfImprovementSharpFilled: React.FC = ({ ...props }) => ( +export const IconSelfImprovementSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSelfImprovementSharpFilled as default } diff --git a/src/IconSellOutlined.tsx b/src/IconSellOutlined.tsx index 0aa0bd989..492a5f87e 100644 --- a/src/IconSellOutlined.tsx +++ b/src/IconSellOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellOutlined: React.FC = ({ ...props }) => ( +export const IconSellOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellOutlined as default } diff --git a/src/IconSellOutlinedFilled.tsx b/src/IconSellOutlinedFilled.tsx index 3bbe2f056..c959001c3 100644 --- a/src/IconSellOutlinedFilled.tsx +++ b/src/IconSellOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSellOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellOutlinedFilled as default } diff --git a/src/IconSellRounded.tsx b/src/IconSellRounded.tsx index 98c46ed29..a43ec85da 100644 --- a/src/IconSellRounded.tsx +++ b/src/IconSellRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellRounded: React.FC = ({ ...props }) => ( +export const IconSellRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellRounded as default } diff --git a/src/IconSellRoundedFilled.tsx b/src/IconSellRoundedFilled.tsx index 4382973ed..356e8cf0f 100644 --- a/src/IconSellRoundedFilled.tsx +++ b/src/IconSellRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSellRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellRoundedFilled as default } diff --git a/src/IconSellSharp.tsx b/src/IconSellSharp.tsx index 4d25f70c2..9ae33225b 100644 --- a/src/IconSellSharp.tsx +++ b/src/IconSellSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellSharp: React.FC = ({ ...props }) => ( +export const IconSellSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellSharp as default } diff --git a/src/IconSellSharpFilled.tsx b/src/IconSellSharpFilled.tsx index 5244cf5c4..bf67e2e8c 100644 --- a/src/IconSellSharpFilled.tsx +++ b/src/IconSellSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSellSharpFilled: React.FC = ({ ...props }) => ( +export const IconSellSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSellSharpFilled as default } diff --git a/src/IconSendAndArchiveOutlined.tsx b/src/IconSendAndArchiveOutlined.tsx index 07f431388..29a5f2ab4 100644 --- a/src/IconSendAndArchiveOutlined.tsx +++ b/src/IconSendAndArchiveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveOutlined: React.FC = ({ ...props }) => ( +export const IconSendAndArchiveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendAndArchiveOutlined as default } diff --git a/src/IconSendAndArchiveOutlinedFilled.tsx b/src/IconSendAndArchiveOutlinedFilled.tsx index d6887feaf..882191c7d 100644 --- a/src/IconSendAndArchiveOutlinedFilled.tsx +++ b/src/IconSendAndArchiveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveOutlinedFilled: React.FC = ({ +export const IconSendAndArchiveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSendAndArchiveOutlinedFilled: React.FC = ({ ) - -export { IconSendAndArchiveOutlinedFilled as default } diff --git a/src/IconSendAndArchiveRounded.tsx b/src/IconSendAndArchiveRounded.tsx index 354095276..94d599b23 100644 --- a/src/IconSendAndArchiveRounded.tsx +++ b/src/IconSendAndArchiveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveRounded: React.FC = ({ ...props }) => ( +export const IconSendAndArchiveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendAndArchiveRounded as default } diff --git a/src/IconSendAndArchiveRoundedFilled.tsx b/src/IconSendAndArchiveRoundedFilled.tsx index a3441f473..73ce2a1e8 100644 --- a/src/IconSendAndArchiveRoundedFilled.tsx +++ b/src/IconSendAndArchiveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSendAndArchiveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendAndArchiveRoundedFilled as default } diff --git a/src/IconSendAndArchiveSharp.tsx b/src/IconSendAndArchiveSharp.tsx index f58be828e..91cce9051 100644 --- a/src/IconSendAndArchiveSharp.tsx +++ b/src/IconSendAndArchiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveSharp: React.FC = ({ ...props }) => ( +export const IconSendAndArchiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendAndArchiveSharp as default } diff --git a/src/IconSendAndArchiveSharpFilled.tsx b/src/IconSendAndArchiveSharpFilled.tsx index 7c5245ee9..0605f454f 100644 --- a/src/IconSendAndArchiveSharpFilled.tsx +++ b/src/IconSendAndArchiveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendAndArchiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconSendAndArchiveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendAndArchiveSharpFilled as default } diff --git a/src/IconSendMoneyOutlined.tsx b/src/IconSendMoneyOutlined.tsx index 2737fe97f..555f8aa7a 100644 --- a/src/IconSendMoneyOutlined.tsx +++ b/src/IconSendMoneyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneyOutlined: React.FC = ({ ...props }) => ( +export const IconSendMoneyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendMoneyOutlined as default } diff --git a/src/IconSendMoneyOutlinedFilled.tsx b/src/IconSendMoneyOutlinedFilled.tsx index 7f1bca952..c37376499 100644 --- a/src/IconSendMoneyOutlinedFilled.tsx +++ b/src/IconSendMoneyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSendMoneyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendMoneyOutlinedFilled as default } diff --git a/src/IconSendMoneyRounded.tsx b/src/IconSendMoneyRounded.tsx index 9d44a458a..9c7009a5b 100644 --- a/src/IconSendMoneyRounded.tsx +++ b/src/IconSendMoneyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneyRounded: React.FC = ({ ...props }) => ( +export const IconSendMoneyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendMoneyRounded as default } diff --git a/src/IconSendMoneyRoundedFilled.tsx b/src/IconSendMoneyRoundedFilled.tsx index a981a2fd5..4abb6e35f 100644 --- a/src/IconSendMoneyRoundedFilled.tsx +++ b/src/IconSendMoneyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSendMoneyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendMoneyRoundedFilled as default } diff --git a/src/IconSendMoneySharp.tsx b/src/IconSendMoneySharp.tsx index b5c4da999..1d88385ee 100644 --- a/src/IconSendMoneySharp.tsx +++ b/src/IconSendMoneySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneySharp: React.FC = ({ ...props }) => ( +export const IconSendMoneySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendMoneySharp as default } diff --git a/src/IconSendMoneySharpFilled.tsx b/src/IconSendMoneySharpFilled.tsx index ec03a6f65..a897fe6b9 100644 --- a/src/IconSendMoneySharpFilled.tsx +++ b/src/IconSendMoneySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendMoneySharpFilled: React.FC = ({ ...props }) => ( +export const IconSendMoneySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendMoneySharpFilled as default } diff --git a/src/IconSendOutlined.tsx b/src/IconSendOutlined.tsx index 2075f59c6..2a4b8fe1c 100644 --- a/src/IconSendOutlined.tsx +++ b/src/IconSendOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendOutlined: React.FC = ({ ...props }) => ( +export const IconSendOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendOutlined as default } diff --git a/src/IconSendOutlinedFilled.tsx b/src/IconSendOutlinedFilled.tsx index 5ace4d0c4..ed5a4109a 100644 --- a/src/IconSendOutlinedFilled.tsx +++ b/src/IconSendOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSendOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendOutlinedFilled as default } diff --git a/src/IconSendRounded.tsx b/src/IconSendRounded.tsx index 0e00fffbe..36f7c2862 100644 --- a/src/IconSendRounded.tsx +++ b/src/IconSendRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendRounded: React.FC = ({ ...props }) => ( +export const IconSendRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendRounded as default } diff --git a/src/IconSendRoundedFilled.tsx b/src/IconSendRoundedFilled.tsx index 89bbe0466..febc5aea6 100644 --- a/src/IconSendRoundedFilled.tsx +++ b/src/IconSendRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSendRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendRoundedFilled as default } diff --git a/src/IconSendSharp.tsx b/src/IconSendSharp.tsx index 944682a41..c8028072b 100644 --- a/src/IconSendSharp.tsx +++ b/src/IconSendSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendSharp: React.FC = ({ ...props }) => ( +export const IconSendSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendSharp as default } diff --git a/src/IconSendSharpFilled.tsx b/src/IconSendSharpFilled.tsx index cd62903e1..ecda4da95 100644 --- a/src/IconSendSharpFilled.tsx +++ b/src/IconSendSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendSharpFilled: React.FC = ({ ...props }) => ( +export const IconSendSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendSharpFilled as default } diff --git a/src/IconSendTimeExtensionOutlined.tsx b/src/IconSendTimeExtensionOutlined.tsx index 8137335a2..7be6c623b 100644 --- a/src/IconSendTimeExtensionOutlined.tsx +++ b/src/IconSendTimeExtensionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionOutlined: React.FC = ({ ...props }) => ( +export const IconSendTimeExtensionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendTimeExtensionOutlined as default } diff --git a/src/IconSendTimeExtensionOutlinedFilled.tsx b/src/IconSendTimeExtensionOutlinedFilled.tsx index f35cd0b2a..99579814c 100644 --- a/src/IconSendTimeExtensionOutlinedFilled.tsx +++ b/src/IconSendTimeExtensionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionOutlinedFilled: React.FC = ({ +export const IconSendTimeExtensionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSendTimeExtensionOutlinedFilled: React.FC = ({ ) - -export { IconSendTimeExtensionOutlinedFilled as default } diff --git a/src/IconSendTimeExtensionRounded.tsx b/src/IconSendTimeExtensionRounded.tsx index c72494bb1..b44951452 100644 --- a/src/IconSendTimeExtensionRounded.tsx +++ b/src/IconSendTimeExtensionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionRounded: React.FC = ({ ...props }) => ( +export const IconSendTimeExtensionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendTimeExtensionRounded as default } diff --git a/src/IconSendTimeExtensionRoundedFilled.tsx b/src/IconSendTimeExtensionRoundedFilled.tsx index f674268aa..866b17506 100644 --- a/src/IconSendTimeExtensionRoundedFilled.tsx +++ b/src/IconSendTimeExtensionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionRoundedFilled: React.FC = ({ +export const IconSendTimeExtensionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSendTimeExtensionRoundedFilled: React.FC = ({ ) - -export { IconSendTimeExtensionRoundedFilled as default } diff --git a/src/IconSendTimeExtensionSharp.tsx b/src/IconSendTimeExtensionSharp.tsx index 16940e590..389e29a0c 100644 --- a/src/IconSendTimeExtensionSharp.tsx +++ b/src/IconSendTimeExtensionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionSharp: React.FC = ({ ...props }) => ( +export const IconSendTimeExtensionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendTimeExtensionSharp as default } diff --git a/src/IconSendTimeExtensionSharpFilled.tsx b/src/IconSendTimeExtensionSharpFilled.tsx index d2f22201d..c57ed43a8 100644 --- a/src/IconSendTimeExtensionSharpFilled.tsx +++ b/src/IconSendTimeExtensionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSendTimeExtensionSharpFilled: React.FC = ({ +export const IconSendTimeExtensionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSendTimeExtensionSharpFilled: React.FC = ({ ) - -export { IconSendTimeExtensionSharpFilled as default } diff --git a/src/IconSendToMobileOutlined.tsx b/src/IconSendToMobileOutlined.tsx index 42d6c98bc..1c17d9fe2 100644 --- a/src/IconSendToMobileOutlined.tsx +++ b/src/IconSendToMobileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileOutlined: React.FC = ({ ...props }) => ( +export const IconSendToMobileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendToMobileOutlined as default } diff --git a/src/IconSendToMobileOutlinedFilled.tsx b/src/IconSendToMobileOutlinedFilled.tsx index 973b7620c..fab024e6a 100644 --- a/src/IconSendToMobileOutlinedFilled.tsx +++ b/src/IconSendToMobileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSendToMobileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendToMobileOutlinedFilled as default } diff --git a/src/IconSendToMobileRounded.tsx b/src/IconSendToMobileRounded.tsx index e2e5b01db..fc57bc79a 100644 --- a/src/IconSendToMobileRounded.tsx +++ b/src/IconSendToMobileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileRounded: React.FC = ({ ...props }) => ( +export const IconSendToMobileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendToMobileRounded as default } diff --git a/src/IconSendToMobileRoundedFilled.tsx b/src/IconSendToMobileRoundedFilled.tsx index 13bd1bc16..bcff95cc3 100644 --- a/src/IconSendToMobileRoundedFilled.tsx +++ b/src/IconSendToMobileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSendToMobileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendToMobileRoundedFilled as default } diff --git a/src/IconSendToMobileSharp.tsx b/src/IconSendToMobileSharp.tsx index 473b55519..3eb2dcde0 100644 --- a/src/IconSendToMobileSharp.tsx +++ b/src/IconSendToMobileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileSharp: React.FC = ({ ...props }) => ( +export const IconSendToMobileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSendToMobileSharp as default } diff --git a/src/IconSendToMobileSharpFilled.tsx b/src/IconSendToMobileSharpFilled.tsx index 9c3eace7a..bbc2693b3 100644 --- a/src/IconSendToMobileSharpFilled.tsx +++ b/src/IconSendToMobileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSendToMobileSharpFilled: React.FC = ({ ...props }) => ( +export const IconSendToMobileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSendToMobileSharpFilled as default } diff --git a/src/IconSensorDoorOutlined.tsx b/src/IconSensorDoorOutlined.tsx index bd2ba9410..e986e9205 100644 --- a/src/IconSensorDoorOutlined.tsx +++ b/src/IconSensorDoorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorOutlined: React.FC = ({ ...props }) => ( +export const IconSensorDoorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorDoorOutlined as default } diff --git a/src/IconSensorDoorOutlinedFilled.tsx b/src/IconSensorDoorOutlinedFilled.tsx index 0866a8ee9..d9abee7cd 100644 --- a/src/IconSensorDoorOutlinedFilled.tsx +++ b/src/IconSensorDoorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorDoorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorDoorOutlinedFilled as default } diff --git a/src/IconSensorDoorRounded.tsx b/src/IconSensorDoorRounded.tsx index c6006448f..f107cf28d 100644 --- a/src/IconSensorDoorRounded.tsx +++ b/src/IconSensorDoorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorRounded: React.FC = ({ ...props }) => ( +export const IconSensorDoorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorDoorRounded as default } diff --git a/src/IconSensorDoorRoundedFilled.tsx b/src/IconSensorDoorRoundedFilled.tsx index aa073e473..608c04aca 100644 --- a/src/IconSensorDoorRoundedFilled.tsx +++ b/src/IconSensorDoorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorDoorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorDoorRoundedFilled as default } diff --git a/src/IconSensorDoorSharp.tsx b/src/IconSensorDoorSharp.tsx index d0d8733ab..c3bcef746 100644 --- a/src/IconSensorDoorSharp.tsx +++ b/src/IconSensorDoorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorSharp: React.FC = ({ ...props }) => ( +export const IconSensorDoorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorDoorSharp as default } diff --git a/src/IconSensorDoorSharpFilled.tsx b/src/IconSensorDoorSharpFilled.tsx index 729412d44..d32b1bfce 100644 --- a/src/IconSensorDoorSharpFilled.tsx +++ b/src/IconSensorDoorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorDoorSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorDoorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorDoorSharpFilled as default } diff --git a/src/IconSensorOccupiedOutlined.tsx b/src/IconSensorOccupiedOutlined.tsx index 3ee2cc343..2471d3ce9 100644 --- a/src/IconSensorOccupiedOutlined.tsx +++ b/src/IconSensorOccupiedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedOutlined: React.FC = ({ ...props }) => ( +export const IconSensorOccupiedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorOccupiedOutlined as default } diff --git a/src/IconSensorOccupiedOutlinedFilled.tsx b/src/IconSensorOccupiedOutlinedFilled.tsx index 029e7333e..78ac3125b 100644 --- a/src/IconSensorOccupiedOutlinedFilled.tsx +++ b/src/IconSensorOccupiedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedOutlinedFilled: React.FC = ({ +export const IconSensorOccupiedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSensorOccupiedOutlinedFilled: React.FC = ({ ) - -export { IconSensorOccupiedOutlinedFilled as default } diff --git a/src/IconSensorOccupiedRounded.tsx b/src/IconSensorOccupiedRounded.tsx index 427cfff53..ea0d5e648 100644 --- a/src/IconSensorOccupiedRounded.tsx +++ b/src/IconSensorOccupiedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedRounded: React.FC = ({ ...props }) => ( +export const IconSensorOccupiedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorOccupiedRounded as default } diff --git a/src/IconSensorOccupiedRoundedFilled.tsx b/src/IconSensorOccupiedRoundedFilled.tsx index 59b121cb4..cd133bcfc 100644 --- a/src/IconSensorOccupiedRoundedFilled.tsx +++ b/src/IconSensorOccupiedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorOccupiedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorOccupiedRoundedFilled as default } diff --git a/src/IconSensorOccupiedSharp.tsx b/src/IconSensorOccupiedSharp.tsx index 5f0501b54..f8f921132 100644 --- a/src/IconSensorOccupiedSharp.tsx +++ b/src/IconSensorOccupiedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedSharp: React.FC = ({ ...props }) => ( +export const IconSensorOccupiedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorOccupiedSharp as default } diff --git a/src/IconSensorOccupiedSharpFilled.tsx b/src/IconSensorOccupiedSharpFilled.tsx index 45bf576ae..7baa1c2be 100644 --- a/src/IconSensorOccupiedSharpFilled.tsx +++ b/src/IconSensorOccupiedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorOccupiedSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorOccupiedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorOccupiedSharpFilled as default } diff --git a/src/IconSensorWindowOutlined.tsx b/src/IconSensorWindowOutlined.tsx index 092ae4859..94767fc74 100644 --- a/src/IconSensorWindowOutlined.tsx +++ b/src/IconSensorWindowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowOutlined: React.FC = ({ ...props }) => ( +export const IconSensorWindowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorWindowOutlined as default } diff --git a/src/IconSensorWindowOutlinedFilled.tsx b/src/IconSensorWindowOutlinedFilled.tsx index cda36ae72..994186463 100644 --- a/src/IconSensorWindowOutlinedFilled.tsx +++ b/src/IconSensorWindowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorWindowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorWindowOutlinedFilled as default } diff --git a/src/IconSensorWindowRounded.tsx b/src/IconSensorWindowRounded.tsx index 4647c2eb1..6ca62119d 100644 --- a/src/IconSensorWindowRounded.tsx +++ b/src/IconSensorWindowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowRounded: React.FC = ({ ...props }) => ( +export const IconSensorWindowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorWindowRounded as default } diff --git a/src/IconSensorWindowRoundedFilled.tsx b/src/IconSensorWindowRoundedFilled.tsx index 96896e3e9..58ab42c89 100644 --- a/src/IconSensorWindowRoundedFilled.tsx +++ b/src/IconSensorWindowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorWindowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorWindowRoundedFilled as default } diff --git a/src/IconSensorWindowSharp.tsx b/src/IconSensorWindowSharp.tsx index 6e62cca87..9d571720e 100644 --- a/src/IconSensorWindowSharp.tsx +++ b/src/IconSensorWindowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowSharp: React.FC = ({ ...props }) => ( +export const IconSensorWindowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorWindowSharp as default } diff --git a/src/IconSensorWindowSharpFilled.tsx b/src/IconSensorWindowSharpFilled.tsx index 6af8899b8..79202a0ef 100644 --- a/src/IconSensorWindowSharpFilled.tsx +++ b/src/IconSensorWindowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorWindowSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorWindowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorWindowSharpFilled as default } diff --git a/src/IconSensorsKrxOffOutlined.tsx b/src/IconSensorsKrxOffOutlined.tsx index 0a1248add..93df61c41 100644 --- a/src/IconSensorsKrxOffOutlined.tsx +++ b/src/IconSensorsKrxOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffOutlined: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffOutlined as default } diff --git a/src/IconSensorsKrxOffOutlinedFilled.tsx b/src/IconSensorsKrxOffOutlinedFilled.tsx index eca4246ee..7aae5d140 100644 --- a/src/IconSensorsKrxOffOutlinedFilled.tsx +++ b/src/IconSensorsKrxOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffOutlinedFilled as default } diff --git a/src/IconSensorsKrxOffRounded.tsx b/src/IconSensorsKrxOffRounded.tsx index e376582b2..8a0b4a82c 100644 --- a/src/IconSensorsKrxOffRounded.tsx +++ b/src/IconSensorsKrxOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffRounded: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffRounded as default } diff --git a/src/IconSensorsKrxOffRoundedFilled.tsx b/src/IconSensorsKrxOffRoundedFilled.tsx index f679790b0..cc99a05cc 100644 --- a/src/IconSensorsKrxOffRoundedFilled.tsx +++ b/src/IconSensorsKrxOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffRoundedFilled as default } diff --git a/src/IconSensorsKrxOffSharp.tsx b/src/IconSensorsKrxOffSharp.tsx index e056ecaf9..d821d48f7 100644 --- a/src/IconSensorsKrxOffSharp.tsx +++ b/src/IconSensorsKrxOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffSharp: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffSharp as default } diff --git a/src/IconSensorsKrxOffSharpFilled.tsx b/src/IconSensorsKrxOffSharpFilled.tsx index f4646d94e..faa45f62a 100644 --- a/src/IconSensorsKrxOffSharpFilled.tsx +++ b/src/IconSensorsKrxOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOffSharpFilled as default } diff --git a/src/IconSensorsKrxOutlined.tsx b/src/IconSensorsKrxOutlined.tsx index 7d234adf8..041c20136 100644 --- a/src/IconSensorsKrxOutlined.tsx +++ b/src/IconSensorsKrxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOutlined: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOutlined as default } diff --git a/src/IconSensorsKrxOutlinedFilled.tsx b/src/IconSensorsKrxOutlinedFilled.tsx index d51f132cf..ac723204c 100644 --- a/src/IconSensorsKrxOutlinedFilled.tsx +++ b/src/IconSensorsKrxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxOutlinedFilled as default } diff --git a/src/IconSensorsKrxRounded.tsx b/src/IconSensorsKrxRounded.tsx index c9b25cf7d..1f091f002 100644 --- a/src/IconSensorsKrxRounded.tsx +++ b/src/IconSensorsKrxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxRounded: React.FC = ({ ...props }) => ( +export const IconSensorsKrxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxRounded as default } diff --git a/src/IconSensorsKrxRoundedFilled.tsx b/src/IconSensorsKrxRoundedFilled.tsx index 1e0659a8b..c0c3bd63f 100644 --- a/src/IconSensorsKrxRoundedFilled.tsx +++ b/src/IconSensorsKrxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxRoundedFilled as default } diff --git a/src/IconSensorsKrxSharp.tsx b/src/IconSensorsKrxSharp.tsx index 01613fc24..ded832593 100644 --- a/src/IconSensorsKrxSharp.tsx +++ b/src/IconSensorsKrxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxSharp: React.FC = ({ ...props }) => ( +export const IconSensorsKrxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxSharp as default } diff --git a/src/IconSensorsKrxSharpFilled.tsx b/src/IconSensorsKrxSharpFilled.tsx index 46e44192c..8eb6cfaec 100644 --- a/src/IconSensorsKrxSharpFilled.tsx +++ b/src/IconSensorsKrxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsKrxSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorsKrxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsKrxSharpFilled as default } diff --git a/src/IconSensorsOffOutlined.tsx b/src/IconSensorsOffOutlined.tsx index 1ba83dc30..dbd7da7e8 100644 --- a/src/IconSensorsOffOutlined.tsx +++ b/src/IconSensorsOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffOutlined: React.FC = ({ ...props }) => ( +export const IconSensorsOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsOffOutlined as default } diff --git a/src/IconSensorsOffOutlinedFilled.tsx b/src/IconSensorsOffOutlinedFilled.tsx index 81e36cb5c..2ea805c7b 100644 --- a/src/IconSensorsOffOutlinedFilled.tsx +++ b/src/IconSensorsOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsOffOutlinedFilled as default } diff --git a/src/IconSensorsOffRounded.tsx b/src/IconSensorsOffRounded.tsx index 8bf151413..68de392f1 100644 --- a/src/IconSensorsOffRounded.tsx +++ b/src/IconSensorsOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffRounded: React.FC = ({ ...props }) => ( +export const IconSensorsOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsOffRounded as default } diff --git a/src/IconSensorsOffRoundedFilled.tsx b/src/IconSensorsOffRoundedFilled.tsx index be5b225bb..529acb7cb 100644 --- a/src/IconSensorsOffRoundedFilled.tsx +++ b/src/IconSensorsOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsOffRoundedFilled as default } diff --git a/src/IconSensorsOffSharp.tsx b/src/IconSensorsOffSharp.tsx index 47f3c0415..d8bfe7b3c 100644 --- a/src/IconSensorsOffSharp.tsx +++ b/src/IconSensorsOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffSharp: React.FC = ({ ...props }) => ( +export const IconSensorsOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsOffSharp as default } diff --git a/src/IconSensorsOffSharpFilled.tsx b/src/IconSensorsOffSharpFilled.tsx index c90ea7a52..9213e0637 100644 --- a/src/IconSensorsOffSharpFilled.tsx +++ b/src/IconSensorsOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorsOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsOffSharpFilled as default } diff --git a/src/IconSensorsOutlined.tsx b/src/IconSensorsOutlined.tsx index 150800dae..c54940c81 100644 --- a/src/IconSensorsOutlined.tsx +++ b/src/IconSensorsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOutlined: React.FC = ({ ...props }) => ( +export const IconSensorsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsOutlined as default } diff --git a/src/IconSensorsOutlinedFilled.tsx b/src/IconSensorsOutlinedFilled.tsx index c9329cc2b..b714d346d 100644 --- a/src/IconSensorsOutlinedFilled.tsx +++ b/src/IconSensorsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSensorsOutlinedFilled as default } diff --git a/src/IconSensorsRounded.tsx b/src/IconSensorsRounded.tsx index 7702f6e5a..3cfc64f4a 100644 --- a/src/IconSensorsRounded.tsx +++ b/src/IconSensorsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsRounded: React.FC = ({ ...props }) => ( +export const IconSensorsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsRounded as default } diff --git a/src/IconSensorsRoundedFilled.tsx b/src/IconSensorsRoundedFilled.tsx index 26aa4f391..c8b75cd97 100644 --- a/src/IconSensorsRoundedFilled.tsx +++ b/src/IconSensorsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSensorsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsRoundedFilled as default } diff --git a/src/IconSensorsSharp.tsx b/src/IconSensorsSharp.tsx index 1317721bb..3b1bc83c5 100644 --- a/src/IconSensorsSharp.tsx +++ b/src/IconSensorsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsSharp: React.FC = ({ ...props }) => ( +export const IconSensorsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsSharp as default } diff --git a/src/IconSensorsSharpFilled.tsx b/src/IconSensorsSharpFilled.tsx index 2fc931c94..2727b79e6 100644 --- a/src/IconSensorsSharpFilled.tsx +++ b/src/IconSensorsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSensorsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSensorsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSensorsSharpFilled as default } diff --git a/src/IconSentimentCalmOutlined.tsx b/src/IconSentimentCalmOutlined.tsx index b7cbf058d..1efda3c59 100644 --- a/src/IconSentimentCalmOutlined.tsx +++ b/src/IconSentimentCalmOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentCalmOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmOutlined as default } diff --git a/src/IconSentimentCalmOutlinedFilled.tsx b/src/IconSentimentCalmOutlinedFilled.tsx index def477c58..ff0732f77 100644 --- a/src/IconSentimentCalmOutlinedFilled.tsx +++ b/src/IconSentimentCalmOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSentimentCalmOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmOutlinedFilled as default } diff --git a/src/IconSentimentCalmRounded.tsx b/src/IconSentimentCalmRounded.tsx index f209a67d7..d4365db60 100644 --- a/src/IconSentimentCalmRounded.tsx +++ b/src/IconSentimentCalmRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmRounded: React.FC = ({ ...props }) => ( +export const IconSentimentCalmRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmRounded as default } diff --git a/src/IconSentimentCalmRoundedFilled.tsx b/src/IconSentimentCalmRoundedFilled.tsx index 0cc7aa0fc..55f08c41f 100644 --- a/src/IconSentimentCalmRoundedFilled.tsx +++ b/src/IconSentimentCalmRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSentimentCalmRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmRoundedFilled as default } diff --git a/src/IconSentimentCalmSharp.tsx b/src/IconSentimentCalmSharp.tsx index 616ff0505..94a584ec1 100644 --- a/src/IconSentimentCalmSharp.tsx +++ b/src/IconSentimentCalmSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmSharp: React.FC = ({ ...props }) => ( +export const IconSentimentCalmSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmSharp as default } diff --git a/src/IconSentimentCalmSharpFilled.tsx b/src/IconSentimentCalmSharpFilled.tsx index a86b858af..9bbf6eb5d 100644 --- a/src/IconSentimentCalmSharpFilled.tsx +++ b/src/IconSentimentCalmSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentCalmSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentCalmSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentCalmSharpFilled as default } diff --git a/src/IconSentimentContentOutlined.tsx b/src/IconSentimentContentOutlined.tsx index 8b0b00d71..e1b00977d 100644 --- a/src/IconSentimentContentOutlined.tsx +++ b/src/IconSentimentContentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentContentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentContentOutlined as default } diff --git a/src/IconSentimentContentOutlinedFilled.tsx b/src/IconSentimentContentOutlinedFilled.tsx index 55dd59491..fcf0917e5 100644 --- a/src/IconSentimentContentOutlinedFilled.tsx +++ b/src/IconSentimentContentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentOutlinedFilled: React.FC = ({ +export const IconSentimentContentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentContentOutlinedFilled: React.FC = ({ ) - -export { IconSentimentContentOutlinedFilled as default } diff --git a/src/IconSentimentContentRounded.tsx b/src/IconSentimentContentRounded.tsx index d57b995e0..b564cf7b7 100644 --- a/src/IconSentimentContentRounded.tsx +++ b/src/IconSentimentContentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentRounded: React.FC = ({ ...props }) => ( +export const IconSentimentContentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentContentRounded as default } diff --git a/src/IconSentimentContentRoundedFilled.tsx b/src/IconSentimentContentRoundedFilled.tsx index a609df14d..5810855a1 100644 --- a/src/IconSentimentContentRoundedFilled.tsx +++ b/src/IconSentimentContentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentRoundedFilled: React.FC = ({ +export const IconSentimentContentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentContentRoundedFilled: React.FC = ({ ) - -export { IconSentimentContentRoundedFilled as default } diff --git a/src/IconSentimentContentSharp.tsx b/src/IconSentimentContentSharp.tsx index 8622161de..697264116 100644 --- a/src/IconSentimentContentSharp.tsx +++ b/src/IconSentimentContentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentSharp: React.FC = ({ ...props }) => ( +export const IconSentimentContentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentContentSharp as default } diff --git a/src/IconSentimentContentSharpFilled.tsx b/src/IconSentimentContentSharpFilled.tsx index a35d34ed0..27556ae88 100644 --- a/src/IconSentimentContentSharpFilled.tsx +++ b/src/IconSentimentContentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentContentSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentContentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentContentSharpFilled as default } diff --git a/src/IconSentimentDissatisfiedOutlined.tsx b/src/IconSentimentDissatisfiedOutlined.tsx index ca253e802..c7939a6b9 100644 --- a/src/IconSentimentDissatisfiedOutlined.tsx +++ b/src/IconSentimentDissatisfiedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedOutlined: React.FC = ({ +export const IconSentimentDissatisfiedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentDissatisfiedOutlined: React.FC = ({ ) - -export { IconSentimentDissatisfiedOutlined as default } diff --git a/src/IconSentimentDissatisfiedOutlinedFilled.tsx b/src/IconSentimentDissatisfiedOutlinedFilled.tsx index 25cfe3d26..d88858edb 100644 --- a/src/IconSentimentDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentDissatisfiedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedOutlinedFilled: React.FC = ({ +export const IconSentimentDissatisfiedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentDissatisfiedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentDissatisfiedOutlinedFilled as default } diff --git a/src/IconSentimentDissatisfiedRounded.tsx b/src/IconSentimentDissatisfiedRounded.tsx index 33c0ea32d..16492e0b2 100644 --- a/src/IconSentimentDissatisfiedRounded.tsx +++ b/src/IconSentimentDissatisfiedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedRounded: React.FC = ({ +export const IconSentimentDissatisfiedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentDissatisfiedRounded: React.FC = ({ ) - -export { IconSentimentDissatisfiedRounded as default } diff --git a/src/IconSentimentDissatisfiedRoundedFilled.tsx b/src/IconSentimentDissatisfiedRoundedFilled.tsx index 7f24cd13c..ca0351945 100644 --- a/src/IconSentimentDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentDissatisfiedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedRoundedFilled: React.FC = ({ +export const IconSentimentDissatisfiedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentDissatisfiedRoundedFilled: React.FC = ({ ) - -export { IconSentimentDissatisfiedRoundedFilled as default } diff --git a/src/IconSentimentDissatisfiedSharp.tsx b/src/IconSentimentDissatisfiedSharp.tsx index ff633068c..ed2ee083f 100644 --- a/src/IconSentimentDissatisfiedSharp.tsx +++ b/src/IconSentimentDissatisfiedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentDissatisfiedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentDissatisfiedSharp as default } diff --git a/src/IconSentimentDissatisfiedSharpFilled.tsx b/src/IconSentimentDissatisfiedSharpFilled.tsx index 1384b8941..64e486f6a 100644 --- a/src/IconSentimentDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentDissatisfiedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentDissatisfiedSharpFilled: React.FC = ({ +export const IconSentimentDissatisfiedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentDissatisfiedSharpFilled: React.FC = ({ ) - -export { IconSentimentDissatisfiedSharpFilled as default } diff --git a/src/IconSentimentExcitedOutlined.tsx b/src/IconSentimentExcitedOutlined.tsx index 0cd07ae7b..ab6474de2 100644 --- a/src/IconSentimentExcitedOutlined.tsx +++ b/src/IconSentimentExcitedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentExcitedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentExcitedOutlined as default } diff --git a/src/IconSentimentExcitedOutlinedFilled.tsx b/src/IconSentimentExcitedOutlinedFilled.tsx index c03ee9ba7..492917609 100644 --- a/src/IconSentimentExcitedOutlinedFilled.tsx +++ b/src/IconSentimentExcitedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedOutlinedFilled: React.FC = ({ +export const IconSentimentExcitedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentExcitedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentExcitedOutlinedFilled as default } diff --git a/src/IconSentimentExcitedRounded.tsx b/src/IconSentimentExcitedRounded.tsx index ac705332d..015f031ab 100644 --- a/src/IconSentimentExcitedRounded.tsx +++ b/src/IconSentimentExcitedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedRounded: React.FC = ({ ...props }) => ( +export const IconSentimentExcitedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentExcitedRounded as default } diff --git a/src/IconSentimentExcitedRoundedFilled.tsx b/src/IconSentimentExcitedRoundedFilled.tsx index 4d1efc7c2..52d456efd 100644 --- a/src/IconSentimentExcitedRoundedFilled.tsx +++ b/src/IconSentimentExcitedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedRoundedFilled: React.FC = ({ +export const IconSentimentExcitedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentExcitedRoundedFilled: React.FC = ({ ) - -export { IconSentimentExcitedRoundedFilled as default } diff --git a/src/IconSentimentExcitedSharp.tsx b/src/IconSentimentExcitedSharp.tsx index 9f8b141c9..4cf7d0296 100644 --- a/src/IconSentimentExcitedSharp.tsx +++ b/src/IconSentimentExcitedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentExcitedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentExcitedSharp as default } diff --git a/src/IconSentimentExcitedSharpFilled.tsx b/src/IconSentimentExcitedSharpFilled.tsx index 654f2fd4f..3ec9c430f 100644 --- a/src/IconSentimentExcitedSharpFilled.tsx +++ b/src/IconSentimentExcitedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExcitedSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentExcitedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentExcitedSharpFilled as default } diff --git a/src/IconSentimentExtremelyDissatisfiedOutlined.tsx b/src/IconSentimentExtremelyDissatisfiedOutlined.tsx index bfad33791..fa9b70199 100644 --- a/src/IconSentimentExtremelyDissatisfiedOutlined.tsx +++ b/src/IconSentimentExtremelyDissatisfiedOutlined.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedOutlined: React.FC = ({ - ...props -}) => ( +export const IconSentimentExtremelyDissatisfiedOutlined: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentExtremelyDissatisfiedOutlined as default } diff --git a/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx b/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx index 8df7c23bb..0fcdb1cb2 100644 --- a/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconSentimentExtremelyDissatisfiedOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentExtremelyDissatisfiedOutlinedFilled as default } diff --git a/src/IconSentimentExtremelyDissatisfiedRounded.tsx b/src/IconSentimentExtremelyDissatisfiedRounded.tsx index 0f48640bd..b4f6b32ea 100644 --- a/src/IconSentimentExtremelyDissatisfiedRounded.tsx +++ b/src/IconSentimentExtremelyDissatisfiedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedRounded: React.FC = ({ +export const IconSentimentExtremelyDissatisfiedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentExtremelyDissatisfiedRounded: React.FC = ({ ) - -export { IconSentimentExtremelyDissatisfiedRounded as default } diff --git a/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx b/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx index 05f816582..74e48d471 100644 --- a/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconSentimentExtremelyDissatisfiedRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentExtremelyDissatisfiedRoundedFilled as default } diff --git a/src/IconSentimentExtremelyDissatisfiedSharp.tsx b/src/IconSentimentExtremelyDissatisfiedSharp.tsx index 3c3b89c34..a402e356b 100644 --- a/src/IconSentimentExtremelyDissatisfiedSharp.tsx +++ b/src/IconSentimentExtremelyDissatisfiedSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedSharp: React.FC = ({ +export const IconSentimentExtremelyDissatisfiedSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentExtremelyDissatisfiedSharp: React.FC = ({ ) - -export { IconSentimentExtremelyDissatisfiedSharp as default } diff --git a/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx b/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx index 3bc0b65ee..d46add04b 100644 --- a/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentExtremelyDissatisfiedSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentExtremelyDissatisfiedSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconSentimentExtremelyDissatisfiedSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentExtremelyDissatisfiedSharpFilled as default } diff --git a/src/IconSentimentFrustratedOutlined.tsx b/src/IconSentimentFrustratedOutlined.tsx index ddb20a5fd..e3c70c270 100644 --- a/src/IconSentimentFrustratedOutlined.tsx +++ b/src/IconSentimentFrustratedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentFrustratedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentFrustratedOutlined as default } diff --git a/src/IconSentimentFrustratedOutlinedFilled.tsx b/src/IconSentimentFrustratedOutlinedFilled.tsx index 3eb01b085..add672ba5 100644 --- a/src/IconSentimentFrustratedOutlinedFilled.tsx +++ b/src/IconSentimentFrustratedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedOutlinedFilled: React.FC = ({ +export const IconSentimentFrustratedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentFrustratedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentFrustratedOutlinedFilled as default } diff --git a/src/IconSentimentFrustratedRounded.tsx b/src/IconSentimentFrustratedRounded.tsx index 71785e173..0ed65f255 100644 --- a/src/IconSentimentFrustratedRounded.tsx +++ b/src/IconSentimentFrustratedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedRounded: React.FC = ({ ...props }) => ( +export const IconSentimentFrustratedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentFrustratedRounded as default } diff --git a/src/IconSentimentFrustratedRoundedFilled.tsx b/src/IconSentimentFrustratedRoundedFilled.tsx index 547cd72af..988c28be1 100644 --- a/src/IconSentimentFrustratedRoundedFilled.tsx +++ b/src/IconSentimentFrustratedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedRoundedFilled: React.FC = ({ +export const IconSentimentFrustratedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentFrustratedRoundedFilled: React.FC = ({ ) - -export { IconSentimentFrustratedRoundedFilled as default } diff --git a/src/IconSentimentFrustratedSharp.tsx b/src/IconSentimentFrustratedSharp.tsx index e6d4e6267..a742b6c6f 100644 --- a/src/IconSentimentFrustratedSharp.tsx +++ b/src/IconSentimentFrustratedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentFrustratedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentFrustratedSharp as default } diff --git a/src/IconSentimentFrustratedSharpFilled.tsx b/src/IconSentimentFrustratedSharpFilled.tsx index c14d9e50a..407e30a13 100644 --- a/src/IconSentimentFrustratedSharpFilled.tsx +++ b/src/IconSentimentFrustratedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentFrustratedSharpFilled: React.FC = ({ +export const IconSentimentFrustratedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentFrustratedSharpFilled: React.FC = ({ ) - -export { IconSentimentFrustratedSharpFilled as default } diff --git a/src/IconSentimentNeutralOutlined.tsx b/src/IconSentimentNeutralOutlined.tsx index 0d139643f..5dadf684a 100644 --- a/src/IconSentimentNeutralOutlined.tsx +++ b/src/IconSentimentNeutralOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentNeutralOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentNeutralOutlined as default } diff --git a/src/IconSentimentNeutralOutlinedFilled.tsx b/src/IconSentimentNeutralOutlinedFilled.tsx index b3c2d05df..076b03c48 100644 --- a/src/IconSentimentNeutralOutlinedFilled.tsx +++ b/src/IconSentimentNeutralOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralOutlinedFilled: React.FC = ({ +export const IconSentimentNeutralOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentNeutralOutlinedFilled: React.FC = ({ ) - -export { IconSentimentNeutralOutlinedFilled as default } diff --git a/src/IconSentimentNeutralRounded.tsx b/src/IconSentimentNeutralRounded.tsx index bfe44037f..5f2f7d603 100644 --- a/src/IconSentimentNeutralRounded.tsx +++ b/src/IconSentimentNeutralRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralRounded: React.FC = ({ ...props }) => ( +export const IconSentimentNeutralRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentNeutralRounded as default } diff --git a/src/IconSentimentNeutralRoundedFilled.tsx b/src/IconSentimentNeutralRoundedFilled.tsx index 74a6ae20f..a019cd4e0 100644 --- a/src/IconSentimentNeutralRoundedFilled.tsx +++ b/src/IconSentimentNeutralRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralRoundedFilled: React.FC = ({ +export const IconSentimentNeutralRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentNeutralRoundedFilled: React.FC = ({ ) - -export { IconSentimentNeutralRoundedFilled as default } diff --git a/src/IconSentimentNeutralSharp.tsx b/src/IconSentimentNeutralSharp.tsx index b66a8627f..8e3258348 100644 --- a/src/IconSentimentNeutralSharp.tsx +++ b/src/IconSentimentNeutralSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralSharp: React.FC = ({ ...props }) => ( +export const IconSentimentNeutralSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentNeutralSharp as default } diff --git a/src/IconSentimentNeutralSharpFilled.tsx b/src/IconSentimentNeutralSharpFilled.tsx index 28078f941..1583a678d 100644 --- a/src/IconSentimentNeutralSharpFilled.tsx +++ b/src/IconSentimentNeutralSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentNeutralSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentNeutralSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentNeutralSharpFilled as default } diff --git a/src/IconSentimentSadOutlined.tsx b/src/IconSentimentSadOutlined.tsx index 6ae19ee85..5417fb18a 100644 --- a/src/IconSentimentSadOutlined.tsx +++ b/src/IconSentimentSadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentSadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentSadOutlined as default } diff --git a/src/IconSentimentSadOutlinedFilled.tsx b/src/IconSentimentSadOutlinedFilled.tsx index c57a46618..3e8762e6a 100644 --- a/src/IconSentimentSadOutlinedFilled.tsx +++ b/src/IconSentimentSadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSentimentSadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSadOutlinedFilled as default } diff --git a/src/IconSentimentSadRounded.tsx b/src/IconSentimentSadRounded.tsx index c3ec9e7e2..a327c1459 100644 --- a/src/IconSentimentSadRounded.tsx +++ b/src/IconSentimentSadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadRounded: React.FC = ({ ...props }) => ( +export const IconSentimentSadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentSadRounded as default } diff --git a/src/IconSentimentSadRoundedFilled.tsx b/src/IconSentimentSadRoundedFilled.tsx index 6e97b0f8f..ae0fd2b44 100644 --- a/src/IconSentimentSadRoundedFilled.tsx +++ b/src/IconSentimentSadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSentimentSadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSadRoundedFilled as default } diff --git a/src/IconSentimentSadSharp.tsx b/src/IconSentimentSadSharp.tsx index 6c01035a9..b005b02dc 100644 --- a/src/IconSentimentSadSharp.tsx +++ b/src/IconSentimentSadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadSharp: React.FC = ({ ...props }) => ( +export const IconSentimentSadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentSadSharp as default } diff --git a/src/IconSentimentSadSharpFilled.tsx b/src/IconSentimentSadSharpFilled.tsx index c6b68b41b..1c99e5829 100644 --- a/src/IconSentimentSadSharpFilled.tsx +++ b/src/IconSentimentSadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSadSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentSadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSadSharpFilled as default } diff --git a/src/IconSentimentSatisfiedOutlined.tsx b/src/IconSentimentSatisfiedOutlined.tsx index 509efa090..b6ffd6c4b 100644 --- a/src/IconSentimentSatisfiedOutlined.tsx +++ b/src/IconSentimentSatisfiedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentSatisfiedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSatisfiedOutlined as default } diff --git a/src/IconSentimentSatisfiedOutlinedFilled.tsx b/src/IconSentimentSatisfiedOutlinedFilled.tsx index 2c342415a..83b88c269 100644 --- a/src/IconSentimentSatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentSatisfiedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedOutlinedFilled: React.FC = ({ +export const IconSentimentSatisfiedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentSatisfiedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentSatisfiedOutlinedFilled as default } diff --git a/src/IconSentimentSatisfiedRounded.tsx b/src/IconSentimentSatisfiedRounded.tsx index 511268523..4ffd84c98 100644 --- a/src/IconSentimentSatisfiedRounded.tsx +++ b/src/IconSentimentSatisfiedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedRounded: React.FC = ({ ...props }) => ( +export const IconSentimentSatisfiedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSatisfiedRounded as default } diff --git a/src/IconSentimentSatisfiedRoundedFilled.tsx b/src/IconSentimentSatisfiedRoundedFilled.tsx index 43fe7efc0..886cfa9b9 100644 --- a/src/IconSentimentSatisfiedRoundedFilled.tsx +++ b/src/IconSentimentSatisfiedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedRoundedFilled: React.FC = ({ +export const IconSentimentSatisfiedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentSatisfiedRoundedFilled: React.FC = ({ ) - -export { IconSentimentSatisfiedRoundedFilled as default } diff --git a/src/IconSentimentSatisfiedSharp.tsx b/src/IconSentimentSatisfiedSharp.tsx index 43f92bcbf..32ea74cda 100644 --- a/src/IconSentimentSatisfiedSharp.tsx +++ b/src/IconSentimentSatisfiedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentSatisfiedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentSatisfiedSharp as default } diff --git a/src/IconSentimentSatisfiedSharpFilled.tsx b/src/IconSentimentSatisfiedSharpFilled.tsx index 593e231d2..ecf9d6e90 100644 --- a/src/IconSentimentSatisfiedSharpFilled.tsx +++ b/src/IconSentimentSatisfiedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentSatisfiedSharpFilled: React.FC = ({ +export const IconSentimentSatisfiedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentSatisfiedSharpFilled: React.FC = ({ ) - -export { IconSentimentSatisfiedSharpFilled as default } diff --git a/src/IconSentimentStressedOutlined.tsx b/src/IconSentimentStressedOutlined.tsx index dd685e255..a0cdb2bab 100644 --- a/src/IconSentimentStressedOutlined.tsx +++ b/src/IconSentimentStressedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentStressedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentStressedOutlined as default } diff --git a/src/IconSentimentStressedOutlinedFilled.tsx b/src/IconSentimentStressedOutlinedFilled.tsx index 8465ba40b..10d04b496 100644 --- a/src/IconSentimentStressedOutlinedFilled.tsx +++ b/src/IconSentimentStressedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedOutlinedFilled: React.FC = ({ +export const IconSentimentStressedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentStressedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentStressedOutlinedFilled as default } diff --git a/src/IconSentimentStressedRounded.tsx b/src/IconSentimentStressedRounded.tsx index ed3ccf50e..489c185bb 100644 --- a/src/IconSentimentStressedRounded.tsx +++ b/src/IconSentimentStressedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedRounded: React.FC = ({ ...props }) => ( +export const IconSentimentStressedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentStressedRounded as default } diff --git a/src/IconSentimentStressedRoundedFilled.tsx b/src/IconSentimentStressedRoundedFilled.tsx index 684ad73b9..aed4eedcc 100644 --- a/src/IconSentimentStressedRoundedFilled.tsx +++ b/src/IconSentimentStressedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedRoundedFilled: React.FC = ({ +export const IconSentimentStressedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentStressedRoundedFilled: React.FC = ({ ) - -export { IconSentimentStressedRoundedFilled as default } diff --git a/src/IconSentimentStressedSharp.tsx b/src/IconSentimentStressedSharp.tsx index 63a42856f..7fc24baaa 100644 --- a/src/IconSentimentStressedSharp.tsx +++ b/src/IconSentimentStressedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentStressedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentStressedSharp as default } diff --git a/src/IconSentimentStressedSharpFilled.tsx b/src/IconSentimentStressedSharpFilled.tsx index a9bbd28d4..ee10fdd2b 100644 --- a/src/IconSentimentStressedSharpFilled.tsx +++ b/src/IconSentimentStressedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentStressedSharpFilled: React.FC = ({ +export const IconSentimentStressedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentStressedSharpFilled: React.FC = ({ ) - -export { IconSentimentStressedSharpFilled as default } diff --git a/src/IconSentimentVeryDissatisfiedOutlined.tsx b/src/IconSentimentVeryDissatisfiedOutlined.tsx index dfd8d704b..d9e85a66a 100644 --- a/src/IconSentimentVeryDissatisfiedOutlined.tsx +++ b/src/IconSentimentVeryDissatisfiedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedOutlined: React.FC = ({ +export const IconSentimentVeryDissatisfiedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVeryDissatisfiedOutlined: React.FC = ({ ) - -export { IconSentimentVeryDissatisfiedOutlined as default } diff --git a/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx b/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx index a86beea01..8fb86ac3b 100644 --- a/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconSentimentVeryDissatisfiedOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentVeryDissatisfiedOutlinedFilled as default } diff --git a/src/IconSentimentVeryDissatisfiedRounded.tsx b/src/IconSentimentVeryDissatisfiedRounded.tsx index 1cfd3315e..d6996eee2 100644 --- a/src/IconSentimentVeryDissatisfiedRounded.tsx +++ b/src/IconSentimentVeryDissatisfiedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedRounded: React.FC = ({ +export const IconSentimentVeryDissatisfiedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVeryDissatisfiedRounded: React.FC = ({ ) - -export { IconSentimentVeryDissatisfiedRounded as default } diff --git a/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx b/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx index ab71bb057..ab2b2046f 100644 --- a/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconSentimentVeryDissatisfiedRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSentimentVeryDissatisfiedRoundedFilled as default } diff --git a/src/IconSentimentVeryDissatisfiedSharp.tsx b/src/IconSentimentVeryDissatisfiedSharp.tsx index ad86a1e8a..214fbf97b 100644 --- a/src/IconSentimentVeryDissatisfiedSharp.tsx +++ b/src/IconSentimentVeryDissatisfiedSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedSharp: React.FC = ({ +export const IconSentimentVeryDissatisfiedSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVeryDissatisfiedSharp: React.FC = ({ ) - -export { IconSentimentVeryDissatisfiedSharp as default } diff --git a/src/IconSentimentVeryDissatisfiedSharpFilled.tsx b/src/IconSentimentVeryDissatisfiedSharpFilled.tsx index b4a96b173..d9dd60f64 100644 --- a/src/IconSentimentVeryDissatisfiedSharpFilled.tsx +++ b/src/IconSentimentVeryDissatisfiedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVeryDissatisfiedSharpFilled: React.FC = ({ +export const IconSentimentVeryDissatisfiedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVeryDissatisfiedSharpFilled: React.FC = ({ ) - -export { IconSentimentVeryDissatisfiedSharpFilled as default } diff --git a/src/IconSentimentVerySatisfiedOutlined.tsx b/src/IconSentimentVerySatisfiedOutlined.tsx index feff5bb6f..106de5d4d 100644 --- a/src/IconSentimentVerySatisfiedOutlined.tsx +++ b/src/IconSentimentVerySatisfiedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedOutlined: React.FC = ({ +export const IconSentimentVerySatisfiedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVerySatisfiedOutlined: React.FC = ({ ) - -export { IconSentimentVerySatisfiedOutlined as default } diff --git a/src/IconSentimentVerySatisfiedOutlinedFilled.tsx b/src/IconSentimentVerySatisfiedOutlinedFilled.tsx index b874dc272..b4d25e5c9 100644 --- a/src/IconSentimentVerySatisfiedOutlinedFilled.tsx +++ b/src/IconSentimentVerySatisfiedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedOutlinedFilled: React.FC = ({ +export const IconSentimentVerySatisfiedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVerySatisfiedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentVerySatisfiedOutlinedFilled as default } diff --git a/src/IconSentimentVerySatisfiedRounded.tsx b/src/IconSentimentVerySatisfiedRounded.tsx index 8d55899f3..dae932b35 100644 --- a/src/IconSentimentVerySatisfiedRounded.tsx +++ b/src/IconSentimentVerySatisfiedRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedRounded: React.FC = ({ +export const IconSentimentVerySatisfiedRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVerySatisfiedRounded: React.FC = ({ ) - -export { IconSentimentVerySatisfiedRounded as default } diff --git a/src/IconSentimentVerySatisfiedRoundedFilled.tsx b/src/IconSentimentVerySatisfiedRoundedFilled.tsx index 8f4ada0d3..4bba6c427 100644 --- a/src/IconSentimentVerySatisfiedRoundedFilled.tsx +++ b/src/IconSentimentVerySatisfiedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedRoundedFilled: React.FC = ({ +export const IconSentimentVerySatisfiedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVerySatisfiedRoundedFilled: React.FC = ({ ) - -export { IconSentimentVerySatisfiedRoundedFilled as default } diff --git a/src/IconSentimentVerySatisfiedSharp.tsx b/src/IconSentimentVerySatisfiedSharp.tsx index b67055c43..fec9edc1a 100644 --- a/src/IconSentimentVerySatisfiedSharp.tsx +++ b/src/IconSentimentVerySatisfiedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentVerySatisfiedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentVerySatisfiedSharp as default } diff --git a/src/IconSentimentVerySatisfiedSharpFilled.tsx b/src/IconSentimentVerySatisfiedSharpFilled.tsx index 2ca7d150c..c5ade2891 100644 --- a/src/IconSentimentVerySatisfiedSharpFilled.tsx +++ b/src/IconSentimentVerySatisfiedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentVerySatisfiedSharpFilled: React.FC = ({ +export const IconSentimentVerySatisfiedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentVerySatisfiedSharpFilled: React.FC = ({ ) - -export { IconSentimentVerySatisfiedSharpFilled as default } diff --git a/src/IconSentimentWorriedOutlined.tsx b/src/IconSentimentWorriedOutlined.tsx index 86c1e2e81..639cb53fa 100644 --- a/src/IconSentimentWorriedOutlined.tsx +++ b/src/IconSentimentWorriedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedOutlined: React.FC = ({ ...props }) => ( +export const IconSentimentWorriedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentWorriedOutlined as default } diff --git a/src/IconSentimentWorriedOutlinedFilled.tsx b/src/IconSentimentWorriedOutlinedFilled.tsx index 49e087f36..f91286108 100644 --- a/src/IconSentimentWorriedOutlinedFilled.tsx +++ b/src/IconSentimentWorriedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedOutlinedFilled: React.FC = ({ +export const IconSentimentWorriedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentWorriedOutlinedFilled: React.FC = ({ ) - -export { IconSentimentWorriedOutlinedFilled as default } diff --git a/src/IconSentimentWorriedRounded.tsx b/src/IconSentimentWorriedRounded.tsx index efe79e978..597670088 100644 --- a/src/IconSentimentWorriedRounded.tsx +++ b/src/IconSentimentWorriedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedRounded: React.FC = ({ ...props }) => ( +export const IconSentimentWorriedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentWorriedRounded as default } diff --git a/src/IconSentimentWorriedRoundedFilled.tsx b/src/IconSentimentWorriedRoundedFilled.tsx index b27179e6b..2fdc3f95b 100644 --- a/src/IconSentimentWorriedRoundedFilled.tsx +++ b/src/IconSentimentWorriedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedRoundedFilled: React.FC = ({ +export const IconSentimentWorriedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSentimentWorriedRoundedFilled: React.FC = ({ ) - -export { IconSentimentWorriedRoundedFilled as default } diff --git a/src/IconSentimentWorriedSharp.tsx b/src/IconSentimentWorriedSharp.tsx index fab0e9815..e0b842807 100644 --- a/src/IconSentimentWorriedSharp.tsx +++ b/src/IconSentimentWorriedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedSharp: React.FC = ({ ...props }) => ( +export const IconSentimentWorriedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentWorriedSharp as default } diff --git a/src/IconSentimentWorriedSharpFilled.tsx b/src/IconSentimentWorriedSharpFilled.tsx index 97cb3a696..d28f8053c 100644 --- a/src/IconSentimentWorriedSharpFilled.tsx +++ b/src/IconSentimentWorriedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSentimentWorriedSharpFilled: React.FC = ({ ...props }) => ( +export const IconSentimentWorriedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSentimentWorriedSharpFilled as default } diff --git a/src/IconSerifOutlined.tsx b/src/IconSerifOutlined.tsx index 50657ed19..553ce161c 100644 --- a/src/IconSerifOutlined.tsx +++ b/src/IconSerifOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifOutlined: React.FC = ({ ...props }) => ( +export const IconSerifOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifOutlined as default } diff --git a/src/IconSerifOutlinedFilled.tsx b/src/IconSerifOutlinedFilled.tsx index 68b954b76..1a00f0f9d 100644 --- a/src/IconSerifOutlinedFilled.tsx +++ b/src/IconSerifOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSerifOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifOutlinedFilled as default } diff --git a/src/IconSerifRounded.tsx b/src/IconSerifRounded.tsx index 6856cc84c..a1983d32d 100644 --- a/src/IconSerifRounded.tsx +++ b/src/IconSerifRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifRounded: React.FC = ({ ...props }) => ( +export const IconSerifRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifRounded as default } diff --git a/src/IconSerifRoundedFilled.tsx b/src/IconSerifRoundedFilled.tsx index c07a7b5b8..d8823e349 100644 --- a/src/IconSerifRoundedFilled.tsx +++ b/src/IconSerifRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSerifRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifRoundedFilled as default } diff --git a/src/IconSerifSharp.tsx b/src/IconSerifSharp.tsx index 8583e8766..1c92cfbfb 100644 --- a/src/IconSerifSharp.tsx +++ b/src/IconSerifSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifSharp: React.FC = ({ ...props }) => ( +export const IconSerifSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifSharp as default } diff --git a/src/IconSerifSharpFilled.tsx b/src/IconSerifSharpFilled.tsx index 8d4fb6c45..246a0d86d 100644 --- a/src/IconSerifSharpFilled.tsx +++ b/src/IconSerifSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSerifSharpFilled: React.FC = ({ ...props }) => ( +export const IconSerifSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSerifSharpFilled as default } diff --git a/src/IconServiceToolboxOutlined.tsx b/src/IconServiceToolboxOutlined.tsx index e347beda2..2f1f5ea38 100644 --- a/src/IconServiceToolboxOutlined.tsx +++ b/src/IconServiceToolboxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxOutlined: React.FC = ({ ...props }) => ( +export const IconServiceToolboxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconServiceToolboxOutlined as default } diff --git a/src/IconServiceToolboxOutlinedFilled.tsx b/src/IconServiceToolboxOutlinedFilled.tsx index f67fef81d..3215ba997 100644 --- a/src/IconServiceToolboxOutlinedFilled.tsx +++ b/src/IconServiceToolboxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxOutlinedFilled: React.FC = ({ +export const IconServiceToolboxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconServiceToolboxOutlinedFilled: React.FC = ({ ) - -export { IconServiceToolboxOutlinedFilled as default } diff --git a/src/IconServiceToolboxRounded.tsx b/src/IconServiceToolboxRounded.tsx index 182083b5a..31d61f287 100644 --- a/src/IconServiceToolboxRounded.tsx +++ b/src/IconServiceToolboxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxRounded: React.FC = ({ ...props }) => ( +export const IconServiceToolboxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconServiceToolboxRounded as default } diff --git a/src/IconServiceToolboxRoundedFilled.tsx b/src/IconServiceToolboxRoundedFilled.tsx index e10f445b3..ec9bd493b 100644 --- a/src/IconServiceToolboxRoundedFilled.tsx +++ b/src/IconServiceToolboxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconServiceToolboxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconServiceToolboxRoundedFilled as default } diff --git a/src/IconServiceToolboxSharp.tsx b/src/IconServiceToolboxSharp.tsx index f0870e72d..108c71779 100644 --- a/src/IconServiceToolboxSharp.tsx +++ b/src/IconServiceToolboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxSharp: React.FC = ({ ...props }) => ( +export const IconServiceToolboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconServiceToolboxSharp as default } diff --git a/src/IconServiceToolboxSharpFilled.tsx b/src/IconServiceToolboxSharpFilled.tsx index 0be0eb365..6bf466d11 100644 --- a/src/IconServiceToolboxSharpFilled.tsx +++ b/src/IconServiceToolboxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconServiceToolboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconServiceToolboxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconServiceToolboxSharpFilled as default } diff --git a/src/IconSetMealOutlined.tsx b/src/IconSetMealOutlined.tsx index 4629b0aa6..d2aefdac7 100644 --- a/src/IconSetMealOutlined.tsx +++ b/src/IconSetMealOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealOutlined: React.FC = ({ ...props }) => ( +export const IconSetMealOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSetMealOutlined as default } diff --git a/src/IconSetMealOutlinedFilled.tsx b/src/IconSetMealOutlinedFilled.tsx index 884643fc7..4e6c2c54b 100644 --- a/src/IconSetMealOutlinedFilled.tsx +++ b/src/IconSetMealOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSetMealOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSetMealOutlinedFilled as default } diff --git a/src/IconSetMealRounded.tsx b/src/IconSetMealRounded.tsx index 1c563d703..12ead021f 100644 --- a/src/IconSetMealRounded.tsx +++ b/src/IconSetMealRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealRounded: React.FC = ({ ...props }) => ( +export const IconSetMealRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSetMealRounded as default } diff --git a/src/IconSetMealRoundedFilled.tsx b/src/IconSetMealRoundedFilled.tsx index 8743af769..9c94714a2 100644 --- a/src/IconSetMealRoundedFilled.tsx +++ b/src/IconSetMealRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSetMealRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSetMealRoundedFilled as default } diff --git a/src/IconSetMealSharp.tsx b/src/IconSetMealSharp.tsx index 32de92504..db89eccfb 100644 --- a/src/IconSetMealSharp.tsx +++ b/src/IconSetMealSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealSharp: React.FC = ({ ...props }) => ( +export const IconSetMealSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSetMealSharp as default } diff --git a/src/IconSetMealSharpFilled.tsx b/src/IconSetMealSharpFilled.tsx index b7da8df15..fc1c03e95 100644 --- a/src/IconSetMealSharpFilled.tsx +++ b/src/IconSetMealSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSetMealSharpFilled: React.FC = ({ ...props }) => ( +export const IconSetMealSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSetMealSharpFilled as default } diff --git a/src/IconSettingsAccessibilityOutlined.tsx b/src/IconSettingsAccessibilityOutlined.tsx index 911f996b6..f8819213b 100644 --- a/src/IconSettingsAccessibilityOutlined.tsx +++ b/src/IconSettingsAccessibilityOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilityOutlined: React.FC = ({ +export const IconSettingsAccessibilityOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccessibilityOutlined: React.FC = ({ ) - -export { IconSettingsAccessibilityOutlined as default } diff --git a/src/IconSettingsAccessibilityOutlinedFilled.tsx b/src/IconSettingsAccessibilityOutlinedFilled.tsx index 8d4f6c533..3528a37a7 100644 --- a/src/IconSettingsAccessibilityOutlinedFilled.tsx +++ b/src/IconSettingsAccessibilityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilityOutlinedFilled: React.FC = ({ +export const IconSettingsAccessibilityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccessibilityOutlinedFilled: React.FC = ({ ) - -export { IconSettingsAccessibilityOutlinedFilled as default } diff --git a/src/IconSettingsAccessibilityRounded.tsx b/src/IconSettingsAccessibilityRounded.tsx index 12559251f..4e04a3af6 100644 --- a/src/IconSettingsAccessibilityRounded.tsx +++ b/src/IconSettingsAccessibilityRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilityRounded: React.FC = ({ +export const IconSettingsAccessibilityRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccessibilityRounded: React.FC = ({ ) - -export { IconSettingsAccessibilityRounded as default } diff --git a/src/IconSettingsAccessibilityRoundedFilled.tsx b/src/IconSettingsAccessibilityRoundedFilled.tsx index 9a12dbe9b..0c7027316 100644 --- a/src/IconSettingsAccessibilityRoundedFilled.tsx +++ b/src/IconSettingsAccessibilityRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilityRoundedFilled: React.FC = ({ +export const IconSettingsAccessibilityRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccessibilityRoundedFilled: React.FC = ({ ) - -export { IconSettingsAccessibilityRoundedFilled as default } diff --git a/src/IconSettingsAccessibilitySharp.tsx b/src/IconSettingsAccessibilitySharp.tsx index 4257e5934..028e75642 100644 --- a/src/IconSettingsAccessibilitySharp.tsx +++ b/src/IconSettingsAccessibilitySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilitySharp: React.FC = ({ ...props }) => ( +export const IconSettingsAccessibilitySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAccessibilitySharp as default } diff --git a/src/IconSettingsAccessibilitySharpFilled.tsx b/src/IconSettingsAccessibilitySharpFilled.tsx index fa39e7e70..ddb09b339 100644 --- a/src/IconSettingsAccessibilitySharpFilled.tsx +++ b/src/IconSettingsAccessibilitySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccessibilitySharpFilled: React.FC = ({ +export const IconSettingsAccessibilitySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccessibilitySharpFilled: React.FC = ({ ) - -export { IconSettingsAccessibilitySharpFilled as default } diff --git a/src/IconSettingsAccountBoxOutlined.tsx b/src/IconSettingsAccountBoxOutlined.tsx index 5eafff3e1..566b5cbc6 100644 --- a/src/IconSettingsAccountBoxOutlined.tsx +++ b/src/IconSettingsAccountBoxOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsAccountBoxOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAccountBoxOutlined as default } diff --git a/src/IconSettingsAccountBoxOutlinedFilled.tsx b/src/IconSettingsAccountBoxOutlinedFilled.tsx index 0cfc5625b..59420dee7 100644 --- a/src/IconSettingsAccountBoxOutlinedFilled.tsx +++ b/src/IconSettingsAccountBoxOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxOutlinedFilled: React.FC = ({ +export const IconSettingsAccountBoxOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccountBoxOutlinedFilled: React.FC = ({ ) - -export { IconSettingsAccountBoxOutlinedFilled as default } diff --git a/src/IconSettingsAccountBoxRounded.tsx b/src/IconSettingsAccountBoxRounded.tsx index e2a5334fb..974500a42 100644 --- a/src/IconSettingsAccountBoxRounded.tsx +++ b/src/IconSettingsAccountBoxRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxRounded: React.FC = ({ ...props }) => ( +export const IconSettingsAccountBoxRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAccountBoxRounded as default } diff --git a/src/IconSettingsAccountBoxRoundedFilled.tsx b/src/IconSettingsAccountBoxRoundedFilled.tsx index 75438a930..60603748f 100644 --- a/src/IconSettingsAccountBoxRoundedFilled.tsx +++ b/src/IconSettingsAccountBoxRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxRoundedFilled: React.FC = ({ +export const IconSettingsAccountBoxRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccountBoxRoundedFilled: React.FC = ({ ) - -export { IconSettingsAccountBoxRoundedFilled as default } diff --git a/src/IconSettingsAccountBoxSharp.tsx b/src/IconSettingsAccountBoxSharp.tsx index 234e83608..825f5b2db 100644 --- a/src/IconSettingsAccountBoxSharp.tsx +++ b/src/IconSettingsAccountBoxSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxSharp: React.FC = ({ ...props }) => ( +export const IconSettingsAccountBoxSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAccountBoxSharp as default } diff --git a/src/IconSettingsAccountBoxSharpFilled.tsx b/src/IconSettingsAccountBoxSharpFilled.tsx index bac884051..3b048971e 100644 --- a/src/IconSettingsAccountBoxSharpFilled.tsx +++ b/src/IconSettingsAccountBoxSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAccountBoxSharpFilled: React.FC = ({ +export const IconSettingsAccountBoxSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsAccountBoxSharpFilled: React.FC = ({ ) - -export { IconSettingsAccountBoxSharpFilled as default } diff --git a/src/IconSettingsAlertOutlined.tsx b/src/IconSettingsAlertOutlined.tsx index 0663f3318..67806bbab 100644 --- a/src/IconSettingsAlertOutlined.tsx +++ b/src/IconSettingsAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertOutlined as default } diff --git a/src/IconSettingsAlertOutlinedFilled.tsx b/src/IconSettingsAlertOutlinedFilled.tsx index b9d2337a3..bffdcfdef 100644 --- a/src/IconSettingsAlertOutlinedFilled.tsx +++ b/src/IconSettingsAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertOutlinedFilled as default } diff --git a/src/IconSettingsAlertRounded.tsx b/src/IconSettingsAlertRounded.tsx index bdf26c12c..7cc38cbd3 100644 --- a/src/IconSettingsAlertRounded.tsx +++ b/src/IconSettingsAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertRounded: React.FC = ({ ...props }) => ( +export const IconSettingsAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertRounded as default } diff --git a/src/IconSettingsAlertRoundedFilled.tsx b/src/IconSettingsAlertRoundedFilled.tsx index c9d29385b..f8bc8b45d 100644 --- a/src/IconSettingsAlertRoundedFilled.tsx +++ b/src/IconSettingsAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertRoundedFilled as default } diff --git a/src/IconSettingsAlertSharp.tsx b/src/IconSettingsAlertSharp.tsx index 28d1fe044..d97d98343 100644 --- a/src/IconSettingsAlertSharp.tsx +++ b/src/IconSettingsAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertSharp: React.FC = ({ ...props }) => ( +export const IconSettingsAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertSharp as default } diff --git a/src/IconSettingsAlertSharpFilled.tsx b/src/IconSettingsAlertSharpFilled.tsx index bfcd266c9..884ebac2d 100644 --- a/src/IconSettingsAlertSharpFilled.tsx +++ b/src/IconSettingsAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsAlertSharpFilled as default } diff --git a/src/IconSettingsApplicationsOutlined.tsx b/src/IconSettingsApplicationsOutlined.tsx index af70e76b7..5704bdc37 100644 --- a/src/IconSettingsApplicationsOutlined.tsx +++ b/src/IconSettingsApplicationsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsOutlined: React.FC = ({ +export const IconSettingsApplicationsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsApplicationsOutlined: React.FC = ({ ) - -export { IconSettingsApplicationsOutlined as default } diff --git a/src/IconSettingsApplicationsOutlinedFilled.tsx b/src/IconSettingsApplicationsOutlinedFilled.tsx index 3ca0cbef7..3c6efc1ad 100644 --- a/src/IconSettingsApplicationsOutlinedFilled.tsx +++ b/src/IconSettingsApplicationsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsOutlinedFilled: React.FC = ({ +export const IconSettingsApplicationsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsApplicationsOutlinedFilled: React.FC = ({ ) - -export { IconSettingsApplicationsOutlinedFilled as default } diff --git a/src/IconSettingsApplicationsRounded.tsx b/src/IconSettingsApplicationsRounded.tsx index b8034cf5d..17c9c2d2c 100644 --- a/src/IconSettingsApplicationsRounded.tsx +++ b/src/IconSettingsApplicationsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsRounded: React.FC = ({ ...props }) => ( +export const IconSettingsApplicationsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsApplicationsRounded as default } diff --git a/src/IconSettingsApplicationsRoundedFilled.tsx b/src/IconSettingsApplicationsRoundedFilled.tsx index a4725ea3b..79ff4a06e 100644 --- a/src/IconSettingsApplicationsRoundedFilled.tsx +++ b/src/IconSettingsApplicationsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsRoundedFilled: React.FC = ({ +export const IconSettingsApplicationsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsApplicationsRoundedFilled: React.FC = ({ ) - -export { IconSettingsApplicationsRoundedFilled as default } diff --git a/src/IconSettingsApplicationsSharp.tsx b/src/IconSettingsApplicationsSharp.tsx index 5891fbe14..e9abc1ae8 100644 --- a/src/IconSettingsApplicationsSharp.tsx +++ b/src/IconSettingsApplicationsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsSharp: React.FC = ({ ...props }) => ( +export const IconSettingsApplicationsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsApplicationsSharp as default } diff --git a/src/IconSettingsApplicationsSharpFilled.tsx b/src/IconSettingsApplicationsSharpFilled.tsx index c3e89356a..34c5dfab2 100644 --- a/src/IconSettingsApplicationsSharpFilled.tsx +++ b/src/IconSettingsApplicationsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsApplicationsSharpFilled: React.FC = ({ +export const IconSettingsApplicationsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsApplicationsSharpFilled: React.FC = ({ ) - -export { IconSettingsApplicationsSharpFilled as default } diff --git a/src/IconSettingsBRollOutlined.tsx b/src/IconSettingsBRollOutlined.tsx index 05008b579..0e3a3fe88 100644 --- a/src/IconSettingsBRollOutlined.tsx +++ b/src/IconSettingsBRollOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsBRollOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollOutlined as default } diff --git a/src/IconSettingsBRollOutlinedFilled.tsx b/src/IconSettingsBRollOutlinedFilled.tsx index 0e9b74256..c67392255 100644 --- a/src/IconSettingsBRollOutlinedFilled.tsx +++ b/src/IconSettingsBRollOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsBRollOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollOutlinedFilled as default } diff --git a/src/IconSettingsBRollRounded.tsx b/src/IconSettingsBRollRounded.tsx index a437a2d26..92e43b601 100644 --- a/src/IconSettingsBRollRounded.tsx +++ b/src/IconSettingsBRollRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollRounded: React.FC = ({ ...props }) => ( +export const IconSettingsBRollRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollRounded as default } diff --git a/src/IconSettingsBRollRoundedFilled.tsx b/src/IconSettingsBRollRoundedFilled.tsx index 47fb60ade..ab30c6fff 100644 --- a/src/IconSettingsBRollRoundedFilled.tsx +++ b/src/IconSettingsBRollRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsBRollRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollRoundedFilled as default } diff --git a/src/IconSettingsBRollSharp.tsx b/src/IconSettingsBRollSharp.tsx index 3fa917097..2d14137d7 100644 --- a/src/IconSettingsBRollSharp.tsx +++ b/src/IconSettingsBRollSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollSharp: React.FC = ({ ...props }) => ( +export const IconSettingsBRollSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollSharp as default } diff --git a/src/IconSettingsBRollSharpFilled.tsx b/src/IconSettingsBRollSharpFilled.tsx index d217b7d45..862da0fa5 100644 --- a/src/IconSettingsBRollSharpFilled.tsx +++ b/src/IconSettingsBRollSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBRollSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsBRollSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBRollSharpFilled as default } diff --git a/src/IconSettingsBackupRestoreOutlined.tsx b/src/IconSettingsBackupRestoreOutlined.tsx index 1fc31c340..c8ee4432b 100644 --- a/src/IconSettingsBackupRestoreOutlined.tsx +++ b/src/IconSettingsBackupRestoreOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreOutlined: React.FC = ({ +export const IconSettingsBackupRestoreOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBackupRestoreOutlined: React.FC = ({ ) - -export { IconSettingsBackupRestoreOutlined as default } diff --git a/src/IconSettingsBackupRestoreOutlinedFilled.tsx b/src/IconSettingsBackupRestoreOutlinedFilled.tsx index 435127958..6622a01a6 100644 --- a/src/IconSettingsBackupRestoreOutlinedFilled.tsx +++ b/src/IconSettingsBackupRestoreOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreOutlinedFilled: React.FC = ({ +export const IconSettingsBackupRestoreOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBackupRestoreOutlinedFilled: React.FC = ({ ) - -export { IconSettingsBackupRestoreOutlinedFilled as default } diff --git a/src/IconSettingsBackupRestoreRounded.tsx b/src/IconSettingsBackupRestoreRounded.tsx index 070496608..b1d4cb8f2 100644 --- a/src/IconSettingsBackupRestoreRounded.tsx +++ b/src/IconSettingsBackupRestoreRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreRounded: React.FC = ({ +export const IconSettingsBackupRestoreRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBackupRestoreRounded: React.FC = ({ ) - -export { IconSettingsBackupRestoreRounded as default } diff --git a/src/IconSettingsBackupRestoreRoundedFilled.tsx b/src/IconSettingsBackupRestoreRoundedFilled.tsx index b966f1797..4c1f0b0cd 100644 --- a/src/IconSettingsBackupRestoreRoundedFilled.tsx +++ b/src/IconSettingsBackupRestoreRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreRoundedFilled: React.FC = ({ +export const IconSettingsBackupRestoreRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBackupRestoreRoundedFilled: React.FC = ({ ) - -export { IconSettingsBackupRestoreRoundedFilled as default } diff --git a/src/IconSettingsBackupRestoreSharp.tsx b/src/IconSettingsBackupRestoreSharp.tsx index 795707103..2af075239 100644 --- a/src/IconSettingsBackupRestoreSharp.tsx +++ b/src/IconSettingsBackupRestoreSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreSharp: React.FC = ({ ...props }) => ( +export const IconSettingsBackupRestoreSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBackupRestoreSharp as default } diff --git a/src/IconSettingsBackupRestoreSharpFilled.tsx b/src/IconSettingsBackupRestoreSharpFilled.tsx index cbd025eb4..1a2efb418 100644 --- a/src/IconSettingsBackupRestoreSharpFilled.tsx +++ b/src/IconSettingsBackupRestoreSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBackupRestoreSharpFilled: React.FC = ({ +export const IconSettingsBackupRestoreSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBackupRestoreSharpFilled: React.FC = ({ ) - -export { IconSettingsBackupRestoreSharpFilled as default } diff --git a/src/IconSettingsBluetoothOutlined.tsx b/src/IconSettingsBluetoothOutlined.tsx index fd0c1cd77..fa004126a 100644 --- a/src/IconSettingsBluetoothOutlined.tsx +++ b/src/IconSettingsBluetoothOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsBluetoothOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBluetoothOutlined as default } diff --git a/src/IconSettingsBluetoothOutlinedFilled.tsx b/src/IconSettingsBluetoothOutlinedFilled.tsx index 54068011f..00c38df1f 100644 --- a/src/IconSettingsBluetoothOutlinedFilled.tsx +++ b/src/IconSettingsBluetoothOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothOutlinedFilled: React.FC = ({ +export const IconSettingsBluetoothOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBluetoothOutlinedFilled: React.FC = ({ ) - -export { IconSettingsBluetoothOutlinedFilled as default } diff --git a/src/IconSettingsBluetoothRounded.tsx b/src/IconSettingsBluetoothRounded.tsx index deff09f0f..8744b5a01 100644 --- a/src/IconSettingsBluetoothRounded.tsx +++ b/src/IconSettingsBluetoothRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothRounded: React.FC = ({ ...props }) => ( +export const IconSettingsBluetoothRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBluetoothRounded as default } diff --git a/src/IconSettingsBluetoothRoundedFilled.tsx b/src/IconSettingsBluetoothRoundedFilled.tsx index da2e499a6..22c954697 100644 --- a/src/IconSettingsBluetoothRoundedFilled.tsx +++ b/src/IconSettingsBluetoothRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothRoundedFilled: React.FC = ({ +export const IconSettingsBluetoothRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBluetoothRoundedFilled: React.FC = ({ ) - -export { IconSettingsBluetoothRoundedFilled as default } diff --git a/src/IconSettingsBluetoothSharp.tsx b/src/IconSettingsBluetoothSharp.tsx index a344daca3..00c9d62a2 100644 --- a/src/IconSettingsBluetoothSharp.tsx +++ b/src/IconSettingsBluetoothSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothSharp: React.FC = ({ ...props }) => ( +export const IconSettingsBluetoothSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBluetoothSharp as default } diff --git a/src/IconSettingsBluetoothSharpFilled.tsx b/src/IconSettingsBluetoothSharpFilled.tsx index 8c5d5efca..39fcd9127 100644 --- a/src/IconSettingsBluetoothSharpFilled.tsx +++ b/src/IconSettingsBluetoothSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBluetoothSharpFilled: React.FC = ({ +export const IconSettingsBluetoothSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBluetoothSharpFilled: React.FC = ({ ) - -export { IconSettingsBluetoothSharpFilled as default } diff --git a/src/IconSettingsBrightnessOutlined.tsx b/src/IconSettingsBrightnessOutlined.tsx index 8ae401938..554669a98 100644 --- a/src/IconSettingsBrightnessOutlined.tsx +++ b/src/IconSettingsBrightnessOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsBrightnessOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBrightnessOutlined as default } diff --git a/src/IconSettingsBrightnessOutlinedFilled.tsx b/src/IconSettingsBrightnessOutlinedFilled.tsx index 48e83be50..2dfe7dde7 100644 --- a/src/IconSettingsBrightnessOutlinedFilled.tsx +++ b/src/IconSettingsBrightnessOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessOutlinedFilled: React.FC = ({ +export const IconSettingsBrightnessOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBrightnessOutlinedFilled: React.FC = ({ ) - -export { IconSettingsBrightnessOutlinedFilled as default } diff --git a/src/IconSettingsBrightnessRounded.tsx b/src/IconSettingsBrightnessRounded.tsx index 1e40b9479..4aaaf0162 100644 --- a/src/IconSettingsBrightnessRounded.tsx +++ b/src/IconSettingsBrightnessRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessRounded: React.FC = ({ ...props }) => ( +export const IconSettingsBrightnessRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBrightnessRounded as default } diff --git a/src/IconSettingsBrightnessRoundedFilled.tsx b/src/IconSettingsBrightnessRoundedFilled.tsx index 05a565dbc..13c696153 100644 --- a/src/IconSettingsBrightnessRoundedFilled.tsx +++ b/src/IconSettingsBrightnessRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessRoundedFilled: React.FC = ({ +export const IconSettingsBrightnessRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBrightnessRoundedFilled: React.FC = ({ ) - -export { IconSettingsBrightnessRoundedFilled as default } diff --git a/src/IconSettingsBrightnessSharp.tsx b/src/IconSettingsBrightnessSharp.tsx index 6951bd7dd..56bf68b5d 100644 --- a/src/IconSettingsBrightnessSharp.tsx +++ b/src/IconSettingsBrightnessSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessSharp: React.FC = ({ ...props }) => ( +export const IconSettingsBrightnessSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsBrightnessSharp as default } diff --git a/src/IconSettingsBrightnessSharpFilled.tsx b/src/IconSettingsBrightnessSharpFilled.tsx index 07bf8c7cb..080fb8c2d 100644 --- a/src/IconSettingsBrightnessSharpFilled.tsx +++ b/src/IconSettingsBrightnessSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsBrightnessSharpFilled: React.FC = ({ +export const IconSettingsBrightnessSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsBrightnessSharpFilled: React.FC = ({ ) - -export { IconSettingsBrightnessSharpFilled as default } diff --git a/src/IconSettingsCellOutlined.tsx b/src/IconSettingsCellOutlined.tsx index 45faebbdc..ea2d49ed1 100644 --- a/src/IconSettingsCellOutlined.tsx +++ b/src/IconSettingsCellOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsCellOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsCellOutlined as default } diff --git a/src/IconSettingsCellOutlinedFilled.tsx b/src/IconSettingsCellOutlinedFilled.tsx index 4bb139dae..5a68e9d38 100644 --- a/src/IconSettingsCellOutlinedFilled.tsx +++ b/src/IconSettingsCellOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsCellOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsCellOutlinedFilled as default } diff --git a/src/IconSettingsCellRounded.tsx b/src/IconSettingsCellRounded.tsx index 380bd5b2b..cbeccbb02 100644 --- a/src/IconSettingsCellRounded.tsx +++ b/src/IconSettingsCellRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellRounded: React.FC = ({ ...props }) => ( +export const IconSettingsCellRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsCellRounded as default } diff --git a/src/IconSettingsCellRoundedFilled.tsx b/src/IconSettingsCellRoundedFilled.tsx index 80a446ad5..9357c0d74 100644 --- a/src/IconSettingsCellRoundedFilled.tsx +++ b/src/IconSettingsCellRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsCellRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsCellRoundedFilled as default } diff --git a/src/IconSettingsCellSharp.tsx b/src/IconSettingsCellSharp.tsx index 9a540428b..fbfcf3dfa 100644 --- a/src/IconSettingsCellSharp.tsx +++ b/src/IconSettingsCellSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellSharp: React.FC = ({ ...props }) => ( +export const IconSettingsCellSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsCellSharp as default } diff --git a/src/IconSettingsCellSharpFilled.tsx b/src/IconSettingsCellSharpFilled.tsx index 9eb4570f5..08284481e 100644 --- a/src/IconSettingsCellSharpFilled.tsx +++ b/src/IconSettingsCellSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCellSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsCellSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsCellSharpFilled as default } diff --git a/src/IconSettingsCinematicBlurOutlined.tsx b/src/IconSettingsCinematicBlurOutlined.tsx index 34d70d7ac..61e9c4dd9 100644 --- a/src/IconSettingsCinematicBlurOutlined.tsx +++ b/src/IconSettingsCinematicBlurOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurOutlined: React.FC = ({ +export const IconSettingsCinematicBlurOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsCinematicBlurOutlined: React.FC = ({ ) - -export { IconSettingsCinematicBlurOutlined as default } diff --git a/src/IconSettingsCinematicBlurOutlinedFilled.tsx b/src/IconSettingsCinematicBlurOutlinedFilled.tsx index 1bb5bb462..8b322e2d8 100644 --- a/src/IconSettingsCinematicBlurOutlinedFilled.tsx +++ b/src/IconSettingsCinematicBlurOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurOutlinedFilled: React.FC = ({ +export const IconSettingsCinematicBlurOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsCinematicBlurOutlinedFilled: React.FC = ({ ) - -export { IconSettingsCinematicBlurOutlinedFilled as default } diff --git a/src/IconSettingsCinematicBlurRounded.tsx b/src/IconSettingsCinematicBlurRounded.tsx index 89eb34687..4c9bfe24f 100644 --- a/src/IconSettingsCinematicBlurRounded.tsx +++ b/src/IconSettingsCinematicBlurRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurRounded: React.FC = ({ +export const IconSettingsCinematicBlurRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsCinematicBlurRounded: React.FC = ({ ) - -export { IconSettingsCinematicBlurRounded as default } diff --git a/src/IconSettingsCinematicBlurRoundedFilled.tsx b/src/IconSettingsCinematicBlurRoundedFilled.tsx index 49b911d53..f2fea9fbf 100644 --- a/src/IconSettingsCinematicBlurRoundedFilled.tsx +++ b/src/IconSettingsCinematicBlurRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurRoundedFilled: React.FC = ({ +export const IconSettingsCinematicBlurRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsCinematicBlurRoundedFilled: React.FC = ({ ) - -export { IconSettingsCinematicBlurRoundedFilled as default } diff --git a/src/IconSettingsCinematicBlurSharp.tsx b/src/IconSettingsCinematicBlurSharp.tsx index c30c5fb57..60c1d4dba 100644 --- a/src/IconSettingsCinematicBlurSharp.tsx +++ b/src/IconSettingsCinematicBlurSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurSharp: React.FC = ({ ...props }) => ( +export const IconSettingsCinematicBlurSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsCinematicBlurSharp as default } diff --git a/src/IconSettingsCinematicBlurSharpFilled.tsx b/src/IconSettingsCinematicBlurSharpFilled.tsx index 7e90d219f..644577e21 100644 --- a/src/IconSettingsCinematicBlurSharpFilled.tsx +++ b/src/IconSettingsCinematicBlurSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsCinematicBlurSharpFilled: React.FC = ({ +export const IconSettingsCinematicBlurSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsCinematicBlurSharpFilled: React.FC = ({ ) - -export { IconSettingsCinematicBlurSharpFilled as default } diff --git a/src/IconSettingsEthernetOutlined.tsx b/src/IconSettingsEthernetOutlined.tsx index 221119071..426fa1845 100644 --- a/src/IconSettingsEthernetOutlined.tsx +++ b/src/IconSettingsEthernetOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsEthernetOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsEthernetOutlined as default } diff --git a/src/IconSettingsEthernetOutlinedFilled.tsx b/src/IconSettingsEthernetOutlinedFilled.tsx index 162dfbd55..90a8734eb 100644 --- a/src/IconSettingsEthernetOutlinedFilled.tsx +++ b/src/IconSettingsEthernetOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetOutlinedFilled: React.FC = ({ +export const IconSettingsEthernetOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsEthernetOutlinedFilled: React.FC = ({ ) - -export { IconSettingsEthernetOutlinedFilled as default } diff --git a/src/IconSettingsEthernetRounded.tsx b/src/IconSettingsEthernetRounded.tsx index cca70661e..dd578bc3e 100644 --- a/src/IconSettingsEthernetRounded.tsx +++ b/src/IconSettingsEthernetRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetRounded: React.FC = ({ ...props }) => ( +export const IconSettingsEthernetRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsEthernetRounded as default } diff --git a/src/IconSettingsEthernetRoundedFilled.tsx b/src/IconSettingsEthernetRoundedFilled.tsx index 4eb508ae7..049bf070c 100644 --- a/src/IconSettingsEthernetRoundedFilled.tsx +++ b/src/IconSettingsEthernetRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetRoundedFilled: React.FC = ({ +export const IconSettingsEthernetRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsEthernetRoundedFilled: React.FC = ({ ) - -export { IconSettingsEthernetRoundedFilled as default } diff --git a/src/IconSettingsEthernetSharp.tsx b/src/IconSettingsEthernetSharp.tsx index 27c616aa1..f800d55bf 100644 --- a/src/IconSettingsEthernetSharp.tsx +++ b/src/IconSettingsEthernetSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetSharp: React.FC = ({ ...props }) => ( +export const IconSettingsEthernetSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsEthernetSharp as default } diff --git a/src/IconSettingsEthernetSharpFilled.tsx b/src/IconSettingsEthernetSharpFilled.tsx index 25af3b9a8..bd75ab084 100644 --- a/src/IconSettingsEthernetSharpFilled.tsx +++ b/src/IconSettingsEthernetSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsEthernetSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsEthernetSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsEthernetSharpFilled as default } diff --git a/src/IconSettingsHeartOutlined.tsx b/src/IconSettingsHeartOutlined.tsx index d6b4650e3..fffa70e93 100644 --- a/src/IconSettingsHeartOutlined.tsx +++ b/src/IconSettingsHeartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsHeartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartOutlined as default } diff --git a/src/IconSettingsHeartOutlinedFilled.tsx b/src/IconSettingsHeartOutlinedFilled.tsx index 307e27b0d..3cb27c06f 100644 --- a/src/IconSettingsHeartOutlinedFilled.tsx +++ b/src/IconSettingsHeartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsHeartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartOutlinedFilled as default } diff --git a/src/IconSettingsHeartRounded.tsx b/src/IconSettingsHeartRounded.tsx index 0cc716de4..caf481287 100644 --- a/src/IconSettingsHeartRounded.tsx +++ b/src/IconSettingsHeartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartRounded: React.FC = ({ ...props }) => ( +export const IconSettingsHeartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartRounded as default } diff --git a/src/IconSettingsHeartRoundedFilled.tsx b/src/IconSettingsHeartRoundedFilled.tsx index c85ac5030..9cf3da7d1 100644 --- a/src/IconSettingsHeartRoundedFilled.tsx +++ b/src/IconSettingsHeartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsHeartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartRoundedFilled as default } diff --git a/src/IconSettingsHeartSharp.tsx b/src/IconSettingsHeartSharp.tsx index 67370c826..270981408 100644 --- a/src/IconSettingsHeartSharp.tsx +++ b/src/IconSettingsHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartSharp: React.FC = ({ ...props }) => ( +export const IconSettingsHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartSharp as default } diff --git a/src/IconSettingsHeartSharpFilled.tsx b/src/IconSettingsHeartSharpFilled.tsx index e6df72adb..5a43c790e 100644 --- a/src/IconSettingsHeartSharpFilled.tsx +++ b/src/IconSettingsHeartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsHeartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsHeartSharpFilled as default } diff --git a/src/IconSettingsInputAntennaOutlined.tsx b/src/IconSettingsInputAntennaOutlined.tsx index 78af2dd7d..8c966c7d6 100644 --- a/src/IconSettingsInputAntennaOutlined.tsx +++ b/src/IconSettingsInputAntennaOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaOutlined: React.FC = ({ +export const IconSettingsInputAntennaOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputAntennaOutlined: React.FC = ({ ) - -export { IconSettingsInputAntennaOutlined as default } diff --git a/src/IconSettingsInputAntennaOutlinedFilled.tsx b/src/IconSettingsInputAntennaOutlinedFilled.tsx index 15da2b444..bfc9d99c1 100644 --- a/src/IconSettingsInputAntennaOutlinedFilled.tsx +++ b/src/IconSettingsInputAntennaOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaOutlinedFilled: React.FC = ({ +export const IconSettingsInputAntennaOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputAntennaOutlinedFilled: React.FC = ({ ) - -export { IconSettingsInputAntennaOutlinedFilled as default } diff --git a/src/IconSettingsInputAntennaRounded.tsx b/src/IconSettingsInputAntennaRounded.tsx index d3ad20803..d370adc4e 100644 --- a/src/IconSettingsInputAntennaRounded.tsx +++ b/src/IconSettingsInputAntennaRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaRounded: React.FC = ({ ...props }) => ( +export const IconSettingsInputAntennaRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputAntennaRounded as default } diff --git a/src/IconSettingsInputAntennaRoundedFilled.tsx b/src/IconSettingsInputAntennaRoundedFilled.tsx index 0c00ba679..7b5643d2d 100644 --- a/src/IconSettingsInputAntennaRoundedFilled.tsx +++ b/src/IconSettingsInputAntennaRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaRoundedFilled: React.FC = ({ +export const IconSettingsInputAntennaRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputAntennaRoundedFilled: React.FC = ({ ) - -export { IconSettingsInputAntennaRoundedFilled as default } diff --git a/src/IconSettingsInputAntennaSharp.tsx b/src/IconSettingsInputAntennaSharp.tsx index c311a3b54..89d9deff6 100644 --- a/src/IconSettingsInputAntennaSharp.tsx +++ b/src/IconSettingsInputAntennaSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaSharp: React.FC = ({ ...props }) => ( +export const IconSettingsInputAntennaSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputAntennaSharp as default } diff --git a/src/IconSettingsInputAntennaSharpFilled.tsx b/src/IconSettingsInputAntennaSharpFilled.tsx index d64d04927..d447f41e9 100644 --- a/src/IconSettingsInputAntennaSharpFilled.tsx +++ b/src/IconSettingsInputAntennaSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputAntennaSharpFilled: React.FC = ({ +export const IconSettingsInputAntennaSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputAntennaSharpFilled: React.FC = ({ ) - -export { IconSettingsInputAntennaSharpFilled as default } diff --git a/src/IconSettingsInputComponentOutlined.tsx b/src/IconSettingsInputComponentOutlined.tsx index afa5fecc0..3c0b5b28d 100644 --- a/src/IconSettingsInputComponentOutlined.tsx +++ b/src/IconSettingsInputComponentOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentOutlined: React.FC = ({ +export const IconSettingsInputComponentOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputComponentOutlined: React.FC = ({ ) - -export { IconSettingsInputComponentOutlined as default } diff --git a/src/IconSettingsInputComponentOutlinedFilled.tsx b/src/IconSettingsInputComponentOutlinedFilled.tsx index 77c5e9ae8..55ea12b7c 100644 --- a/src/IconSettingsInputComponentOutlinedFilled.tsx +++ b/src/IconSettingsInputComponentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentOutlinedFilled: React.FC = ({ +export const IconSettingsInputComponentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputComponentOutlinedFilled: React.FC = ({ ) - -export { IconSettingsInputComponentOutlinedFilled as default } diff --git a/src/IconSettingsInputComponentRounded.tsx b/src/IconSettingsInputComponentRounded.tsx index 947a317f2..1745a5244 100644 --- a/src/IconSettingsInputComponentRounded.tsx +++ b/src/IconSettingsInputComponentRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentRounded: React.FC = ({ +export const IconSettingsInputComponentRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputComponentRounded: React.FC = ({ ) - -export { IconSettingsInputComponentRounded as default } diff --git a/src/IconSettingsInputComponentRoundedFilled.tsx b/src/IconSettingsInputComponentRoundedFilled.tsx index 837ab3a27..35c42942e 100644 --- a/src/IconSettingsInputComponentRoundedFilled.tsx +++ b/src/IconSettingsInputComponentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentRoundedFilled: React.FC = ({ +export const IconSettingsInputComponentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputComponentRoundedFilled: React.FC = ({ ) - -export { IconSettingsInputComponentRoundedFilled as default } diff --git a/src/IconSettingsInputComponentSharp.tsx b/src/IconSettingsInputComponentSharp.tsx index 65849f6cf..05ab61a71 100644 --- a/src/IconSettingsInputComponentSharp.tsx +++ b/src/IconSettingsInputComponentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentSharp: React.FC = ({ ...props }) => ( +export const IconSettingsInputComponentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputComponentSharp as default } diff --git a/src/IconSettingsInputComponentSharpFilled.tsx b/src/IconSettingsInputComponentSharpFilled.tsx index 711f4ace9..c2d624b8e 100644 --- a/src/IconSettingsInputComponentSharpFilled.tsx +++ b/src/IconSettingsInputComponentSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputComponentSharpFilled: React.FC = ({ +export const IconSettingsInputComponentSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputComponentSharpFilled: React.FC = ({ ) - -export { IconSettingsInputComponentSharpFilled as default } diff --git a/src/IconSettingsInputHdmiOutlined.tsx b/src/IconSettingsInputHdmiOutlined.tsx index a37097fc4..f1c5978c4 100644 --- a/src/IconSettingsInputHdmiOutlined.tsx +++ b/src/IconSettingsInputHdmiOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsInputHdmiOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputHdmiOutlined as default } diff --git a/src/IconSettingsInputHdmiOutlinedFilled.tsx b/src/IconSettingsInputHdmiOutlinedFilled.tsx index d687db50b..e0ce1f565 100644 --- a/src/IconSettingsInputHdmiOutlinedFilled.tsx +++ b/src/IconSettingsInputHdmiOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiOutlinedFilled: React.FC = ({ +export const IconSettingsInputHdmiOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputHdmiOutlinedFilled: React.FC = ({ ) - -export { IconSettingsInputHdmiOutlinedFilled as default } diff --git a/src/IconSettingsInputHdmiRounded.tsx b/src/IconSettingsInputHdmiRounded.tsx index 58188c221..936fac5f9 100644 --- a/src/IconSettingsInputHdmiRounded.tsx +++ b/src/IconSettingsInputHdmiRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiRounded: React.FC = ({ ...props }) => ( +export const IconSettingsInputHdmiRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputHdmiRounded as default } diff --git a/src/IconSettingsInputHdmiRoundedFilled.tsx b/src/IconSettingsInputHdmiRoundedFilled.tsx index b21124b9d..430258b68 100644 --- a/src/IconSettingsInputHdmiRoundedFilled.tsx +++ b/src/IconSettingsInputHdmiRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiRoundedFilled: React.FC = ({ +export const IconSettingsInputHdmiRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputHdmiRoundedFilled: React.FC = ({ ) - -export { IconSettingsInputHdmiRoundedFilled as default } diff --git a/src/IconSettingsInputHdmiSharp.tsx b/src/IconSettingsInputHdmiSharp.tsx index a8f24f362..01b54c8f9 100644 --- a/src/IconSettingsInputHdmiSharp.tsx +++ b/src/IconSettingsInputHdmiSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiSharp: React.FC = ({ ...props }) => ( +export const IconSettingsInputHdmiSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputHdmiSharp as default } diff --git a/src/IconSettingsInputHdmiSharpFilled.tsx b/src/IconSettingsInputHdmiSharpFilled.tsx index 46924a6cb..aa313796e 100644 --- a/src/IconSettingsInputHdmiSharpFilled.tsx +++ b/src/IconSettingsInputHdmiSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputHdmiSharpFilled: React.FC = ({ +export const IconSettingsInputHdmiSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputHdmiSharpFilled: React.FC = ({ ) - -export { IconSettingsInputHdmiSharpFilled as default } diff --git a/src/IconSettingsInputSvideoOutlined.tsx b/src/IconSettingsInputSvideoOutlined.tsx index ae2027816..9725f4af7 100644 --- a/src/IconSettingsInputSvideoOutlined.tsx +++ b/src/IconSettingsInputSvideoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsInputSvideoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputSvideoOutlined as default } diff --git a/src/IconSettingsInputSvideoOutlinedFilled.tsx b/src/IconSettingsInputSvideoOutlinedFilled.tsx index 5bfbea9b4..208c0954c 100644 --- a/src/IconSettingsInputSvideoOutlinedFilled.tsx +++ b/src/IconSettingsInputSvideoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoOutlinedFilled: React.FC = ({ +export const IconSettingsInputSvideoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputSvideoOutlinedFilled: React.FC = ({ ) - -export { IconSettingsInputSvideoOutlinedFilled as default } diff --git a/src/IconSettingsInputSvideoRounded.tsx b/src/IconSettingsInputSvideoRounded.tsx index 8749a7a83..e26852215 100644 --- a/src/IconSettingsInputSvideoRounded.tsx +++ b/src/IconSettingsInputSvideoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoRounded: React.FC = ({ ...props }) => ( +export const IconSettingsInputSvideoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputSvideoRounded as default } diff --git a/src/IconSettingsInputSvideoRoundedFilled.tsx b/src/IconSettingsInputSvideoRoundedFilled.tsx index 3b208bad9..c80ee55aa 100644 --- a/src/IconSettingsInputSvideoRoundedFilled.tsx +++ b/src/IconSettingsInputSvideoRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoRoundedFilled: React.FC = ({ +export const IconSettingsInputSvideoRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputSvideoRoundedFilled: React.FC = ({ ) - -export { IconSettingsInputSvideoRoundedFilled as default } diff --git a/src/IconSettingsInputSvideoSharp.tsx b/src/IconSettingsInputSvideoSharp.tsx index 6e38ef8b3..b3253c33e 100644 --- a/src/IconSettingsInputSvideoSharp.tsx +++ b/src/IconSettingsInputSvideoSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoSharp: React.FC = ({ ...props }) => ( +export const IconSettingsInputSvideoSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsInputSvideoSharp as default } diff --git a/src/IconSettingsInputSvideoSharpFilled.tsx b/src/IconSettingsInputSvideoSharpFilled.tsx index e804c2e82..d96477590 100644 --- a/src/IconSettingsInputSvideoSharpFilled.tsx +++ b/src/IconSettingsInputSvideoSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsInputSvideoSharpFilled: React.FC = ({ +export const IconSettingsInputSvideoSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsInputSvideoSharpFilled: React.FC = ({ ) - -export { IconSettingsInputSvideoSharpFilled as default } diff --git a/src/IconSettingsMotionModeOutlined.tsx b/src/IconSettingsMotionModeOutlined.tsx index aa6d90a33..50a4220e2 100644 --- a/src/IconSettingsMotionModeOutlined.tsx +++ b/src/IconSettingsMotionModeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsMotionModeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsMotionModeOutlined as default } diff --git a/src/IconSettingsMotionModeOutlinedFilled.tsx b/src/IconSettingsMotionModeOutlinedFilled.tsx index 35fbe4e37..db20714d6 100644 --- a/src/IconSettingsMotionModeOutlinedFilled.tsx +++ b/src/IconSettingsMotionModeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeOutlinedFilled: React.FC = ({ +export const IconSettingsMotionModeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsMotionModeOutlinedFilled: React.FC = ({ ) - -export { IconSettingsMotionModeOutlinedFilled as default } diff --git a/src/IconSettingsMotionModeRounded.tsx b/src/IconSettingsMotionModeRounded.tsx index 35411837b..b4491004e 100644 --- a/src/IconSettingsMotionModeRounded.tsx +++ b/src/IconSettingsMotionModeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeRounded: React.FC = ({ ...props }) => ( +export const IconSettingsMotionModeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsMotionModeRounded as default } diff --git a/src/IconSettingsMotionModeRoundedFilled.tsx b/src/IconSettingsMotionModeRoundedFilled.tsx index 74cd1bd04..ff605801a 100644 --- a/src/IconSettingsMotionModeRoundedFilled.tsx +++ b/src/IconSettingsMotionModeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeRoundedFilled: React.FC = ({ +export const IconSettingsMotionModeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsMotionModeRoundedFilled: React.FC = ({ ) - -export { IconSettingsMotionModeRoundedFilled as default } diff --git a/src/IconSettingsMotionModeSharp.tsx b/src/IconSettingsMotionModeSharp.tsx index 80c547c86..9d9af4593 100644 --- a/src/IconSettingsMotionModeSharp.tsx +++ b/src/IconSettingsMotionModeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeSharp: React.FC = ({ ...props }) => ( +export const IconSettingsMotionModeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsMotionModeSharp as default } diff --git a/src/IconSettingsMotionModeSharpFilled.tsx b/src/IconSettingsMotionModeSharpFilled.tsx index 70a93dc88..587699a62 100644 --- a/src/IconSettingsMotionModeSharpFilled.tsx +++ b/src/IconSettingsMotionModeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsMotionModeSharpFilled: React.FC = ({ +export const IconSettingsMotionModeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsMotionModeSharpFilled: React.FC = ({ ) - -export { IconSettingsMotionModeSharpFilled as default } diff --git a/src/IconSettingsNightSightOutlined.tsx b/src/IconSettingsNightSightOutlined.tsx index d762dfdf7..2f815968b 100644 --- a/src/IconSettingsNightSightOutlined.tsx +++ b/src/IconSettingsNightSightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsNightSightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsNightSightOutlined as default } diff --git a/src/IconSettingsNightSightOutlinedFilled.tsx b/src/IconSettingsNightSightOutlinedFilled.tsx index d842133cb..8dd46bceb 100644 --- a/src/IconSettingsNightSightOutlinedFilled.tsx +++ b/src/IconSettingsNightSightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightOutlinedFilled: React.FC = ({ +export const IconSettingsNightSightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsNightSightOutlinedFilled: React.FC = ({ ) - -export { IconSettingsNightSightOutlinedFilled as default } diff --git a/src/IconSettingsNightSightRounded.tsx b/src/IconSettingsNightSightRounded.tsx index 78a1564a2..7860bd417 100644 --- a/src/IconSettingsNightSightRounded.tsx +++ b/src/IconSettingsNightSightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightRounded: React.FC = ({ ...props }) => ( +export const IconSettingsNightSightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsNightSightRounded as default } diff --git a/src/IconSettingsNightSightRoundedFilled.tsx b/src/IconSettingsNightSightRoundedFilled.tsx index 523782af9..04e4478e5 100644 --- a/src/IconSettingsNightSightRoundedFilled.tsx +++ b/src/IconSettingsNightSightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightRoundedFilled: React.FC = ({ +export const IconSettingsNightSightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsNightSightRoundedFilled: React.FC = ({ ) - -export { IconSettingsNightSightRoundedFilled as default } diff --git a/src/IconSettingsNightSightSharp.tsx b/src/IconSettingsNightSightSharp.tsx index eecc05220..b419bb0b9 100644 --- a/src/IconSettingsNightSightSharp.tsx +++ b/src/IconSettingsNightSightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightSharp: React.FC = ({ ...props }) => ( +export const IconSettingsNightSightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsNightSightSharp as default } diff --git a/src/IconSettingsNightSightSharpFilled.tsx b/src/IconSettingsNightSightSharpFilled.tsx index 291bf4a7f..f70cd5cb8 100644 --- a/src/IconSettingsNightSightSharpFilled.tsx +++ b/src/IconSettingsNightSightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsNightSightSharpFilled: React.FC = ({ +export const IconSettingsNightSightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsNightSightSharpFilled: React.FC = ({ ) - -export { IconSettingsNightSightSharpFilled as default } diff --git a/src/IconSettingsOutlined.tsx b/src/IconSettingsOutlined.tsx index 65cc1c2f6..646821df9 100644 --- a/src/IconSettingsOutlined.tsx +++ b/src/IconSettingsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsOutlined as default } diff --git a/src/IconSettingsOutlinedFilled.tsx b/src/IconSettingsOutlinedFilled.tsx index 0186ab05f..102610c75 100644 --- a/src/IconSettingsOutlinedFilled.tsx +++ b/src/IconSettingsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsOutlinedFilled as default } diff --git a/src/IconSettingsOverscanOutlined.tsx b/src/IconSettingsOverscanOutlined.tsx index 11cc3f899..b7635df32 100644 --- a/src/IconSettingsOverscanOutlined.tsx +++ b/src/IconSettingsOverscanOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsOverscanOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsOverscanOutlined as default } diff --git a/src/IconSettingsOverscanOutlinedFilled.tsx b/src/IconSettingsOverscanOutlinedFilled.tsx index 1968daf36..a98c24e10 100644 --- a/src/IconSettingsOverscanOutlinedFilled.tsx +++ b/src/IconSettingsOverscanOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanOutlinedFilled: React.FC = ({ +export const IconSettingsOverscanOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsOverscanOutlinedFilled: React.FC = ({ ) - -export { IconSettingsOverscanOutlinedFilled as default } diff --git a/src/IconSettingsOverscanRounded.tsx b/src/IconSettingsOverscanRounded.tsx index c523736f8..df137cb1f 100644 --- a/src/IconSettingsOverscanRounded.tsx +++ b/src/IconSettingsOverscanRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanRounded: React.FC = ({ ...props }) => ( +export const IconSettingsOverscanRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsOverscanRounded as default } diff --git a/src/IconSettingsOverscanRoundedFilled.tsx b/src/IconSettingsOverscanRoundedFilled.tsx index 1dd7ebfdc..2b90ba11f 100644 --- a/src/IconSettingsOverscanRoundedFilled.tsx +++ b/src/IconSettingsOverscanRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanRoundedFilled: React.FC = ({ +export const IconSettingsOverscanRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsOverscanRoundedFilled: React.FC = ({ ) - -export { IconSettingsOverscanRoundedFilled as default } diff --git a/src/IconSettingsOverscanSharp.tsx b/src/IconSettingsOverscanSharp.tsx index 4c9ca59fd..77bea7033 100644 --- a/src/IconSettingsOverscanSharp.tsx +++ b/src/IconSettingsOverscanSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanSharp: React.FC = ({ ...props }) => ( +export const IconSettingsOverscanSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsOverscanSharp as default } diff --git a/src/IconSettingsOverscanSharpFilled.tsx b/src/IconSettingsOverscanSharpFilled.tsx index 61b704d34..2e6963ed3 100644 --- a/src/IconSettingsOverscanSharpFilled.tsx +++ b/src/IconSettingsOverscanSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsOverscanSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsOverscanSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsOverscanSharpFilled as default } diff --git a/src/IconSettingsPanoramaOutlined.tsx b/src/IconSettingsPanoramaOutlined.tsx index 98fc58571..10e122a8b 100644 --- a/src/IconSettingsPanoramaOutlined.tsx +++ b/src/IconSettingsPanoramaOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsPanoramaOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPanoramaOutlined as default } diff --git a/src/IconSettingsPanoramaOutlinedFilled.tsx b/src/IconSettingsPanoramaOutlinedFilled.tsx index 9692b00a3..838b086a7 100644 --- a/src/IconSettingsPanoramaOutlinedFilled.tsx +++ b/src/IconSettingsPanoramaOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaOutlinedFilled: React.FC = ({ +export const IconSettingsPanoramaOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsPanoramaOutlinedFilled: React.FC = ({ ) - -export { IconSettingsPanoramaOutlinedFilled as default } diff --git a/src/IconSettingsPanoramaRounded.tsx b/src/IconSettingsPanoramaRounded.tsx index 184786546..97c6f7a51 100644 --- a/src/IconSettingsPanoramaRounded.tsx +++ b/src/IconSettingsPanoramaRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaRounded: React.FC = ({ ...props }) => ( +export const IconSettingsPanoramaRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPanoramaRounded as default } diff --git a/src/IconSettingsPanoramaRoundedFilled.tsx b/src/IconSettingsPanoramaRoundedFilled.tsx index 05ed7509a..7dd47dabb 100644 --- a/src/IconSettingsPanoramaRoundedFilled.tsx +++ b/src/IconSettingsPanoramaRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaRoundedFilled: React.FC = ({ +export const IconSettingsPanoramaRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsPanoramaRoundedFilled: React.FC = ({ ) - -export { IconSettingsPanoramaRoundedFilled as default } diff --git a/src/IconSettingsPanoramaSharp.tsx b/src/IconSettingsPanoramaSharp.tsx index 133180c98..e450e7944 100644 --- a/src/IconSettingsPanoramaSharp.tsx +++ b/src/IconSettingsPanoramaSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaSharp: React.FC = ({ ...props }) => ( +export const IconSettingsPanoramaSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPanoramaSharp as default } diff --git a/src/IconSettingsPanoramaSharpFilled.tsx b/src/IconSettingsPanoramaSharpFilled.tsx index db9591864..db42ed1b8 100644 --- a/src/IconSettingsPanoramaSharpFilled.tsx +++ b/src/IconSettingsPanoramaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPanoramaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPanoramaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPanoramaSharpFilled as default } diff --git a/src/IconSettingsPhoneOutlined.tsx b/src/IconSettingsPhoneOutlined.tsx index c42bca27b..138222442 100644 --- a/src/IconSettingsPhoneOutlined.tsx +++ b/src/IconSettingsPhoneOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneOutlined as default } diff --git a/src/IconSettingsPhoneOutlinedFilled.tsx b/src/IconSettingsPhoneOutlinedFilled.tsx index b39b92822..fff5db4be 100644 --- a/src/IconSettingsPhoneOutlinedFilled.tsx +++ b/src/IconSettingsPhoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneOutlinedFilled as default } diff --git a/src/IconSettingsPhoneRounded.tsx b/src/IconSettingsPhoneRounded.tsx index 46eb5d44d..a39152fc3 100644 --- a/src/IconSettingsPhoneRounded.tsx +++ b/src/IconSettingsPhoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneRounded: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneRounded as default } diff --git a/src/IconSettingsPhoneRoundedFilled.tsx b/src/IconSettingsPhoneRoundedFilled.tsx index ba8cf4249..52c0fddc5 100644 --- a/src/IconSettingsPhoneRoundedFilled.tsx +++ b/src/IconSettingsPhoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneRoundedFilled as default } diff --git a/src/IconSettingsPhoneSharp.tsx b/src/IconSettingsPhoneSharp.tsx index 51324c59b..950cff582 100644 --- a/src/IconSettingsPhoneSharp.tsx +++ b/src/IconSettingsPhoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneSharp: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneSharp as default } diff --git a/src/IconSettingsPhoneSharpFilled.tsx b/src/IconSettingsPhoneSharpFilled.tsx index 80f98bfc8..5613d22bf 100644 --- a/src/IconSettingsPhoneSharpFilled.tsx +++ b/src/IconSettingsPhoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPhoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhoneSharpFilled as default } diff --git a/src/IconSettingsPhotoCameraOutlined.tsx b/src/IconSettingsPhotoCameraOutlined.tsx index dcf23575d..f733ea92d 100644 --- a/src/IconSettingsPhotoCameraOutlined.tsx +++ b/src/IconSettingsPhotoCameraOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsPhotoCameraOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhotoCameraOutlined as default } diff --git a/src/IconSettingsPhotoCameraOutlinedFilled.tsx b/src/IconSettingsPhotoCameraOutlinedFilled.tsx index 9ad7fc322..55ede6e30 100644 --- a/src/IconSettingsPhotoCameraOutlinedFilled.tsx +++ b/src/IconSettingsPhotoCameraOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraOutlinedFilled: React.FC = ({ +export const IconSettingsPhotoCameraOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsPhotoCameraOutlinedFilled: React.FC = ({ ) - -export { IconSettingsPhotoCameraOutlinedFilled as default } diff --git a/src/IconSettingsPhotoCameraRounded.tsx b/src/IconSettingsPhotoCameraRounded.tsx index 016cab942..415d485a9 100644 --- a/src/IconSettingsPhotoCameraRounded.tsx +++ b/src/IconSettingsPhotoCameraRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraRounded: React.FC = ({ ...props }) => ( +export const IconSettingsPhotoCameraRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhotoCameraRounded as default } diff --git a/src/IconSettingsPhotoCameraRoundedFilled.tsx b/src/IconSettingsPhotoCameraRoundedFilled.tsx index 74dd5ef84..4f68543bc 100644 --- a/src/IconSettingsPhotoCameraRoundedFilled.tsx +++ b/src/IconSettingsPhotoCameraRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraRoundedFilled: React.FC = ({ +export const IconSettingsPhotoCameraRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsPhotoCameraRoundedFilled: React.FC = ({ ) - -export { IconSettingsPhotoCameraRoundedFilled as default } diff --git a/src/IconSettingsPhotoCameraSharp.tsx b/src/IconSettingsPhotoCameraSharp.tsx index 3c919146f..963408348 100644 --- a/src/IconSettingsPhotoCameraSharp.tsx +++ b/src/IconSettingsPhotoCameraSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraSharp: React.FC = ({ ...props }) => ( +export const IconSettingsPhotoCameraSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPhotoCameraSharp as default } diff --git a/src/IconSettingsPhotoCameraSharpFilled.tsx b/src/IconSettingsPhotoCameraSharpFilled.tsx index c3ad64208..bb40acc9b 100644 --- a/src/IconSettingsPhotoCameraSharpFilled.tsx +++ b/src/IconSettingsPhotoCameraSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPhotoCameraSharpFilled: React.FC = ({ +export const IconSettingsPhotoCameraSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsPhotoCameraSharpFilled: React.FC = ({ ) - -export { IconSettingsPhotoCameraSharpFilled as default } diff --git a/src/IconSettingsPowerOutlined.tsx b/src/IconSettingsPowerOutlined.tsx index 7e3d6c82e..8f73bddae 100644 --- a/src/IconSettingsPowerOutlined.tsx +++ b/src/IconSettingsPowerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsPowerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerOutlined as default } diff --git a/src/IconSettingsPowerOutlinedFilled.tsx b/src/IconSettingsPowerOutlinedFilled.tsx index fd4c1f031..a7fe8de54 100644 --- a/src/IconSettingsPowerOutlinedFilled.tsx +++ b/src/IconSettingsPowerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPowerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerOutlinedFilled as default } diff --git a/src/IconSettingsPowerRounded.tsx b/src/IconSettingsPowerRounded.tsx index 49da8e59c..fac74ebe7 100644 --- a/src/IconSettingsPowerRounded.tsx +++ b/src/IconSettingsPowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerRounded: React.FC = ({ ...props }) => ( +export const IconSettingsPowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerRounded as default } diff --git a/src/IconSettingsPowerRoundedFilled.tsx b/src/IconSettingsPowerRoundedFilled.tsx index efa9a6e42..1cdcee113 100644 --- a/src/IconSettingsPowerRoundedFilled.tsx +++ b/src/IconSettingsPowerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPowerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerRoundedFilled as default } diff --git a/src/IconSettingsPowerSharp.tsx b/src/IconSettingsPowerSharp.tsx index 762f4f5ea..7a3eea9cf 100644 --- a/src/IconSettingsPowerSharp.tsx +++ b/src/IconSettingsPowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerSharp: React.FC = ({ ...props }) => ( +export const IconSettingsPowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerSharp as default } diff --git a/src/IconSettingsPowerSharpFilled.tsx b/src/IconSettingsPowerSharpFilled.tsx index 2aae74fc9..8bfd7be19 100644 --- a/src/IconSettingsPowerSharpFilled.tsx +++ b/src/IconSettingsPowerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsPowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsPowerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsPowerSharpFilled as default } diff --git a/src/IconSettingsRemoteOutlined.tsx b/src/IconSettingsRemoteOutlined.tsx index 2cf2d77f7..1a5a8b016 100644 --- a/src/IconSettingsRemoteOutlined.tsx +++ b/src/IconSettingsRemoteOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsRemoteOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsRemoteOutlined as default } diff --git a/src/IconSettingsRemoteOutlinedFilled.tsx b/src/IconSettingsRemoteOutlinedFilled.tsx index 3c745f112..ef4a5141b 100644 --- a/src/IconSettingsRemoteOutlinedFilled.tsx +++ b/src/IconSettingsRemoteOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteOutlinedFilled: React.FC = ({ +export const IconSettingsRemoteOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsRemoteOutlinedFilled: React.FC = ({ ) - -export { IconSettingsRemoteOutlinedFilled as default } diff --git a/src/IconSettingsRemoteRounded.tsx b/src/IconSettingsRemoteRounded.tsx index 244390b30..e82e1f526 100644 --- a/src/IconSettingsRemoteRounded.tsx +++ b/src/IconSettingsRemoteRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteRounded: React.FC = ({ ...props }) => ( +export const IconSettingsRemoteRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsRemoteRounded as default } diff --git a/src/IconSettingsRemoteRoundedFilled.tsx b/src/IconSettingsRemoteRoundedFilled.tsx index e72fb86d3..f3a4e280d 100644 --- a/src/IconSettingsRemoteRoundedFilled.tsx +++ b/src/IconSettingsRemoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsRemoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsRemoteRoundedFilled as default } diff --git a/src/IconSettingsRemoteSharp.tsx b/src/IconSettingsRemoteSharp.tsx index 3ef842305..3e7ddb108 100644 --- a/src/IconSettingsRemoteSharp.tsx +++ b/src/IconSettingsRemoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteSharp: React.FC = ({ ...props }) => ( +export const IconSettingsRemoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsRemoteSharp as default } diff --git a/src/IconSettingsRemoteSharpFilled.tsx b/src/IconSettingsRemoteSharpFilled.tsx index 8faef1c44..993bb87bc 100644 --- a/src/IconSettingsRemoteSharpFilled.tsx +++ b/src/IconSettingsRemoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRemoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsRemoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsRemoteSharpFilled as default } diff --git a/src/IconSettingsRounded.tsx b/src/IconSettingsRounded.tsx index d4d96811f..a36fda5ca 100644 --- a/src/IconSettingsRounded.tsx +++ b/src/IconSettingsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRounded: React.FC = ({ ...props }) => ( +export const IconSettingsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsRounded as default } diff --git a/src/IconSettingsRoundedFilled.tsx b/src/IconSettingsRoundedFilled.tsx index f582b5293..0c862eb25 100644 --- a/src/IconSettingsRoundedFilled.tsx +++ b/src/IconSettingsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsRoundedFilled as default } diff --git a/src/IconSettingsSharp.tsx b/src/IconSettingsSharp.tsx index 8a53ba31b..bf4e14919 100644 --- a/src/IconSettingsSharp.tsx +++ b/src/IconSettingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSharp: React.FC = ({ ...props }) => ( +export const IconSettingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsSharp as default } diff --git a/src/IconSettingsSharpFilled.tsx b/src/IconSettingsSharpFilled.tsx index e4ec0daaf..104c7f0cf 100644 --- a/src/IconSettingsSharpFilled.tsx +++ b/src/IconSettingsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsSharpFilled as default } diff --git a/src/IconSettingsSlowMotionOutlined.tsx b/src/IconSettingsSlowMotionOutlined.tsx index ae881c636..a6c304835 100644 --- a/src/IconSettingsSlowMotionOutlined.tsx +++ b/src/IconSettingsSlowMotionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsSlowMotionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsSlowMotionOutlined as default } diff --git a/src/IconSettingsSlowMotionOutlinedFilled.tsx b/src/IconSettingsSlowMotionOutlinedFilled.tsx index 11fbad5aa..f4261796d 100644 --- a/src/IconSettingsSlowMotionOutlinedFilled.tsx +++ b/src/IconSettingsSlowMotionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionOutlinedFilled: React.FC = ({ +export const IconSettingsSlowMotionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSlowMotionOutlinedFilled: React.FC = ({ ) - -export { IconSettingsSlowMotionOutlinedFilled as default } diff --git a/src/IconSettingsSlowMotionRounded.tsx b/src/IconSettingsSlowMotionRounded.tsx index 3ddae0e7e..3d56072bc 100644 --- a/src/IconSettingsSlowMotionRounded.tsx +++ b/src/IconSettingsSlowMotionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionRounded: React.FC = ({ ...props }) => ( +export const IconSettingsSlowMotionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsSlowMotionRounded as default } diff --git a/src/IconSettingsSlowMotionRoundedFilled.tsx b/src/IconSettingsSlowMotionRoundedFilled.tsx index d3878eaec..0ad5bd567 100644 --- a/src/IconSettingsSlowMotionRoundedFilled.tsx +++ b/src/IconSettingsSlowMotionRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionRoundedFilled: React.FC = ({ +export const IconSettingsSlowMotionRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSlowMotionRoundedFilled: React.FC = ({ ) - -export { IconSettingsSlowMotionRoundedFilled as default } diff --git a/src/IconSettingsSlowMotionSharp.tsx b/src/IconSettingsSlowMotionSharp.tsx index 1368b2bd7..40460d289 100644 --- a/src/IconSettingsSlowMotionSharp.tsx +++ b/src/IconSettingsSlowMotionSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionSharp: React.FC = ({ ...props }) => ( +export const IconSettingsSlowMotionSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsSlowMotionSharp as default } diff --git a/src/IconSettingsSlowMotionSharpFilled.tsx b/src/IconSettingsSlowMotionSharpFilled.tsx index 36a3061f5..32ee4e8c0 100644 --- a/src/IconSettingsSlowMotionSharpFilled.tsx +++ b/src/IconSettingsSlowMotionSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSlowMotionSharpFilled: React.FC = ({ +export const IconSettingsSlowMotionSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSlowMotionSharpFilled: React.FC = ({ ) - -export { IconSettingsSlowMotionSharpFilled as default } diff --git a/src/IconSettingsSystemDaydreamOutlined.tsx b/src/IconSettingsSystemDaydreamOutlined.tsx index 3e1d8e463..8dab7eaa3 100644 --- a/src/IconSettingsSystemDaydreamOutlined.tsx +++ b/src/IconSettingsSystemDaydreamOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamOutlined: React.FC = ({ +export const IconSettingsSystemDaydreamOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSystemDaydreamOutlined: React.FC = ({ ) - -export { IconSettingsSystemDaydreamOutlined as default } diff --git a/src/IconSettingsSystemDaydreamOutlinedFilled.tsx b/src/IconSettingsSystemDaydreamOutlinedFilled.tsx index dc3caca35..23b714edb 100644 --- a/src/IconSettingsSystemDaydreamOutlinedFilled.tsx +++ b/src/IconSettingsSystemDaydreamOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamOutlinedFilled: React.FC = ({ +export const IconSettingsSystemDaydreamOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSystemDaydreamOutlinedFilled: React.FC = ({ ) - -export { IconSettingsSystemDaydreamOutlinedFilled as default } diff --git a/src/IconSettingsSystemDaydreamRounded.tsx b/src/IconSettingsSystemDaydreamRounded.tsx index 6528325c2..bf642263f 100644 --- a/src/IconSettingsSystemDaydreamRounded.tsx +++ b/src/IconSettingsSystemDaydreamRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamRounded: React.FC = ({ +export const IconSettingsSystemDaydreamRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSystemDaydreamRounded: React.FC = ({ ) - -export { IconSettingsSystemDaydreamRounded as default } diff --git a/src/IconSettingsSystemDaydreamRoundedFilled.tsx b/src/IconSettingsSystemDaydreamRoundedFilled.tsx index 1fb9311ef..ded512376 100644 --- a/src/IconSettingsSystemDaydreamRoundedFilled.tsx +++ b/src/IconSettingsSystemDaydreamRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamRoundedFilled: React.FC = ({ +export const IconSettingsSystemDaydreamRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSystemDaydreamRoundedFilled: React.FC = ({ ) - -export { IconSettingsSystemDaydreamRoundedFilled as default } diff --git a/src/IconSettingsSystemDaydreamSharp.tsx b/src/IconSettingsSystemDaydreamSharp.tsx index 2ccc5d4e1..89abeae30 100644 --- a/src/IconSettingsSystemDaydreamSharp.tsx +++ b/src/IconSettingsSystemDaydreamSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamSharp: React.FC = ({ ...props }) => ( +export const IconSettingsSystemDaydreamSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsSystemDaydreamSharp as default } diff --git a/src/IconSettingsSystemDaydreamSharpFilled.tsx b/src/IconSettingsSystemDaydreamSharpFilled.tsx index 9f0f00fe6..97584cc01 100644 --- a/src/IconSettingsSystemDaydreamSharpFilled.tsx +++ b/src/IconSettingsSystemDaydreamSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsSystemDaydreamSharpFilled: React.FC = ({ +export const IconSettingsSystemDaydreamSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsSystemDaydreamSharpFilled: React.FC = ({ ) - -export { IconSettingsSystemDaydreamSharpFilled as default } diff --git a/src/IconSettingsTimelapseOutlined.tsx b/src/IconSettingsTimelapseOutlined.tsx index 72349ee98..83eecf8c0 100644 --- a/src/IconSettingsTimelapseOutlined.tsx +++ b/src/IconSettingsTimelapseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsTimelapseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsTimelapseOutlined as default } diff --git a/src/IconSettingsTimelapseOutlinedFilled.tsx b/src/IconSettingsTimelapseOutlinedFilled.tsx index e46d519e7..de32fa940 100644 --- a/src/IconSettingsTimelapseOutlinedFilled.tsx +++ b/src/IconSettingsTimelapseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseOutlinedFilled: React.FC = ({ +export const IconSettingsTimelapseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsTimelapseOutlinedFilled: React.FC = ({ ) - -export { IconSettingsTimelapseOutlinedFilled as default } diff --git a/src/IconSettingsTimelapseRounded.tsx b/src/IconSettingsTimelapseRounded.tsx index ae925cfbd..77c7959c1 100644 --- a/src/IconSettingsTimelapseRounded.tsx +++ b/src/IconSettingsTimelapseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseRounded: React.FC = ({ ...props }) => ( +export const IconSettingsTimelapseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsTimelapseRounded as default } diff --git a/src/IconSettingsTimelapseRoundedFilled.tsx b/src/IconSettingsTimelapseRoundedFilled.tsx index 84eec7cc6..d229de30a 100644 --- a/src/IconSettingsTimelapseRoundedFilled.tsx +++ b/src/IconSettingsTimelapseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseRoundedFilled: React.FC = ({ +export const IconSettingsTimelapseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsTimelapseRoundedFilled: React.FC = ({ ) - -export { IconSettingsTimelapseRoundedFilled as default } diff --git a/src/IconSettingsTimelapseSharp.tsx b/src/IconSettingsTimelapseSharp.tsx index 188a1b76a..611614d3d 100644 --- a/src/IconSettingsTimelapseSharp.tsx +++ b/src/IconSettingsTimelapseSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseSharp: React.FC = ({ ...props }) => ( +export const IconSettingsTimelapseSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsTimelapseSharp as default } diff --git a/src/IconSettingsTimelapseSharpFilled.tsx b/src/IconSettingsTimelapseSharpFilled.tsx index f99bab870..236f44282 100644 --- a/src/IconSettingsTimelapseSharpFilled.tsx +++ b/src/IconSettingsTimelapseSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsTimelapseSharpFilled: React.FC = ({ +export const IconSettingsTimelapseSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsTimelapseSharpFilled: React.FC = ({ ) - -export { IconSettingsTimelapseSharpFilled as default } diff --git a/src/IconSettingsVideoCameraOutlined.tsx b/src/IconSettingsVideoCameraOutlined.tsx index 833a160dc..694dfc622 100644 --- a/src/IconSettingsVideoCameraOutlined.tsx +++ b/src/IconSettingsVideoCameraOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsVideoCameraOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVideoCameraOutlined as default } diff --git a/src/IconSettingsVideoCameraOutlinedFilled.tsx b/src/IconSettingsVideoCameraOutlinedFilled.tsx index c564f8048..7fe107353 100644 --- a/src/IconSettingsVideoCameraOutlinedFilled.tsx +++ b/src/IconSettingsVideoCameraOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraOutlinedFilled: React.FC = ({ +export const IconSettingsVideoCameraOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsVideoCameraOutlinedFilled: React.FC = ({ ) - -export { IconSettingsVideoCameraOutlinedFilled as default } diff --git a/src/IconSettingsVideoCameraRounded.tsx b/src/IconSettingsVideoCameraRounded.tsx index 462cb6abc..e809957e1 100644 --- a/src/IconSettingsVideoCameraRounded.tsx +++ b/src/IconSettingsVideoCameraRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraRounded: React.FC = ({ ...props }) => ( +export const IconSettingsVideoCameraRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVideoCameraRounded as default } diff --git a/src/IconSettingsVideoCameraRoundedFilled.tsx b/src/IconSettingsVideoCameraRoundedFilled.tsx index 5bae946f7..117ac365d 100644 --- a/src/IconSettingsVideoCameraRoundedFilled.tsx +++ b/src/IconSettingsVideoCameraRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraRoundedFilled: React.FC = ({ +export const IconSettingsVideoCameraRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsVideoCameraRoundedFilled: React.FC = ({ ) - -export { IconSettingsVideoCameraRoundedFilled as default } diff --git a/src/IconSettingsVideoCameraSharp.tsx b/src/IconSettingsVideoCameraSharp.tsx index d0fba9762..aacdc8b8f 100644 --- a/src/IconSettingsVideoCameraSharp.tsx +++ b/src/IconSettingsVideoCameraSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraSharp: React.FC = ({ ...props }) => ( +export const IconSettingsVideoCameraSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVideoCameraSharp as default } diff --git a/src/IconSettingsVideoCameraSharpFilled.tsx b/src/IconSettingsVideoCameraSharpFilled.tsx index f16700671..3bee08289 100644 --- a/src/IconSettingsVideoCameraSharpFilled.tsx +++ b/src/IconSettingsVideoCameraSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVideoCameraSharpFilled: React.FC = ({ +export const IconSettingsVideoCameraSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettingsVideoCameraSharpFilled: React.FC = ({ ) - -export { IconSettingsVideoCameraSharpFilled as default } diff --git a/src/IconSettingsVoiceOutlined.tsx b/src/IconSettingsVoiceOutlined.tsx index 885937b34..0ccf241ec 100644 --- a/src/IconSettingsVoiceOutlined.tsx +++ b/src/IconSettingsVoiceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceOutlined: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceOutlined as default } diff --git a/src/IconSettingsVoiceOutlinedFilled.tsx b/src/IconSettingsVoiceOutlinedFilled.tsx index 84cee7d60..894f99b1e 100644 --- a/src/IconSettingsVoiceOutlinedFilled.tsx +++ b/src/IconSettingsVoiceOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceOutlinedFilled as default } diff --git a/src/IconSettingsVoiceRounded.tsx b/src/IconSettingsVoiceRounded.tsx index cd4db28ea..28295d3d8 100644 --- a/src/IconSettingsVoiceRounded.tsx +++ b/src/IconSettingsVoiceRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceRounded: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceRounded as default } diff --git a/src/IconSettingsVoiceRoundedFilled.tsx b/src/IconSettingsVoiceRoundedFilled.tsx index cb4beae9a..034ffc66b 100644 --- a/src/IconSettingsVoiceRoundedFilled.tsx +++ b/src/IconSettingsVoiceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceRoundedFilled as default } diff --git a/src/IconSettingsVoiceSharp.tsx b/src/IconSettingsVoiceSharp.tsx index 90a57cfee..b6d8187f0 100644 --- a/src/IconSettingsVoiceSharp.tsx +++ b/src/IconSettingsVoiceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceSharp: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceSharp as default } diff --git a/src/IconSettingsVoiceSharpFilled.tsx b/src/IconSettingsVoiceSharpFilled.tsx index 42c11b69e..443c6dca5 100644 --- a/src/IconSettingsVoiceSharpFilled.tsx +++ b/src/IconSettingsVoiceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettingsVoiceSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettingsVoiceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettingsVoiceSharpFilled as default } diff --git a/src/IconSettopComponentOutlined.tsx b/src/IconSettopComponentOutlined.tsx index f2ebb8a14..54c08f791 100644 --- a/src/IconSettopComponentOutlined.tsx +++ b/src/IconSettopComponentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentOutlined: React.FC = ({ ...props }) => ( +export const IconSettopComponentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettopComponentOutlined as default } diff --git a/src/IconSettopComponentOutlinedFilled.tsx b/src/IconSettopComponentOutlinedFilled.tsx index 5ee2d2caf..d23819e33 100644 --- a/src/IconSettopComponentOutlinedFilled.tsx +++ b/src/IconSettopComponentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentOutlinedFilled: React.FC = ({ +export const IconSettopComponentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettopComponentOutlinedFilled: React.FC = ({ ) - -export { IconSettopComponentOutlinedFilled as default } diff --git a/src/IconSettopComponentRounded.tsx b/src/IconSettopComponentRounded.tsx index 56cccddf7..d5267c41f 100644 --- a/src/IconSettopComponentRounded.tsx +++ b/src/IconSettopComponentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentRounded: React.FC = ({ ...props }) => ( +export const IconSettopComponentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettopComponentRounded as default } diff --git a/src/IconSettopComponentRoundedFilled.tsx b/src/IconSettopComponentRoundedFilled.tsx index e317c155d..0beca05c3 100644 --- a/src/IconSettopComponentRoundedFilled.tsx +++ b/src/IconSettopComponentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentRoundedFilled: React.FC = ({ +export const IconSettopComponentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSettopComponentRoundedFilled: React.FC = ({ ) - -export { IconSettopComponentRoundedFilled as default } diff --git a/src/IconSettopComponentSharp.tsx b/src/IconSettopComponentSharp.tsx index cbb5d02ac..b37f5837b 100644 --- a/src/IconSettopComponentSharp.tsx +++ b/src/IconSettopComponentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentSharp: React.FC = ({ ...props }) => ( +export const IconSettopComponentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSettopComponentSharp as default } diff --git a/src/IconSettopComponentSharpFilled.tsx b/src/IconSettopComponentSharpFilled.tsx index 2986f6991..933439b50 100644 --- a/src/IconSettopComponentSharpFilled.tsx +++ b/src/IconSettopComponentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSettopComponentSharpFilled: React.FC = ({ ...props }) => ( +export const IconSettopComponentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSettopComponentSharpFilled as default } diff --git a/src/IconSevereColdOutlined.tsx b/src/IconSevereColdOutlined.tsx index f72386d99..184f98567 100644 --- a/src/IconSevereColdOutlined.tsx +++ b/src/IconSevereColdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdOutlined: React.FC = ({ ...props }) => ( +export const IconSevereColdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSevereColdOutlined as default } diff --git a/src/IconSevereColdOutlinedFilled.tsx b/src/IconSevereColdOutlinedFilled.tsx index 85244d17d..d1718fe2d 100644 --- a/src/IconSevereColdOutlinedFilled.tsx +++ b/src/IconSevereColdOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSevereColdOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSevereColdOutlinedFilled as default } diff --git a/src/IconSevereColdRounded.tsx b/src/IconSevereColdRounded.tsx index b205e9777..87c44c82d 100644 --- a/src/IconSevereColdRounded.tsx +++ b/src/IconSevereColdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdRounded: React.FC = ({ ...props }) => ( +export const IconSevereColdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSevereColdRounded as default } diff --git a/src/IconSevereColdRoundedFilled.tsx b/src/IconSevereColdRoundedFilled.tsx index 4b2f4914c..992474c8f 100644 --- a/src/IconSevereColdRoundedFilled.tsx +++ b/src/IconSevereColdRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSevereColdRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSevereColdRoundedFilled as default } diff --git a/src/IconSevereColdSharp.tsx b/src/IconSevereColdSharp.tsx index e76436590..ca984ad60 100644 --- a/src/IconSevereColdSharp.tsx +++ b/src/IconSevereColdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdSharp: React.FC = ({ ...props }) => ( +export const IconSevereColdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSevereColdSharp as default } diff --git a/src/IconSevereColdSharpFilled.tsx b/src/IconSevereColdSharpFilled.tsx index 46ec50b7f..40b26da64 100644 --- a/src/IconSevereColdSharpFilled.tsx +++ b/src/IconSevereColdSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSevereColdSharpFilled: React.FC = ({ ...props }) => ( +export const IconSevereColdSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSevereColdSharpFilled as default } diff --git a/src/IconShadowAddOutlined.tsx b/src/IconShadowAddOutlined.tsx index ab6ea75aa..ae8ca101a 100644 --- a/src/IconShadowAddOutlined.tsx +++ b/src/IconShadowAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddOutlined: React.FC = ({ ...props }) => ( +export const IconShadowAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowAddOutlined as default } diff --git a/src/IconShadowAddOutlinedFilled.tsx b/src/IconShadowAddOutlinedFilled.tsx index 868dfe271..1b8a7e337 100644 --- a/src/IconShadowAddOutlinedFilled.tsx +++ b/src/IconShadowAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShadowAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShadowAddOutlinedFilled as default } diff --git a/src/IconShadowAddRounded.tsx b/src/IconShadowAddRounded.tsx index 245df842d..1198178ae 100644 --- a/src/IconShadowAddRounded.tsx +++ b/src/IconShadowAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddRounded: React.FC = ({ ...props }) => ( +export const IconShadowAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowAddRounded as default } diff --git a/src/IconShadowAddRoundedFilled.tsx b/src/IconShadowAddRoundedFilled.tsx index 676a40aab..23d8a2d57 100644 --- a/src/IconShadowAddRoundedFilled.tsx +++ b/src/IconShadowAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShadowAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShadowAddRoundedFilled as default } diff --git a/src/IconShadowAddSharp.tsx b/src/IconShadowAddSharp.tsx index c64277983..5c1e905c2 100644 --- a/src/IconShadowAddSharp.tsx +++ b/src/IconShadowAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddSharp: React.FC = ({ ...props }) => ( +export const IconShadowAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowAddSharp as default } diff --git a/src/IconShadowAddSharpFilled.tsx b/src/IconShadowAddSharpFilled.tsx index c5ffab9f1..b1e2f1092 100644 --- a/src/IconShadowAddSharpFilled.tsx +++ b/src/IconShadowAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconShadowAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowAddSharpFilled as default } diff --git a/src/IconShadowMinusOutlined.tsx b/src/IconShadowMinusOutlined.tsx index 764c95755..ac4628cd4 100644 --- a/src/IconShadowMinusOutlined.tsx +++ b/src/IconShadowMinusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusOutlined: React.FC = ({ ...props }) => ( +export const IconShadowMinusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowMinusOutlined as default } diff --git a/src/IconShadowMinusOutlinedFilled.tsx b/src/IconShadowMinusOutlinedFilled.tsx index 42774bd8c..c57f19988 100644 --- a/src/IconShadowMinusOutlinedFilled.tsx +++ b/src/IconShadowMinusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShadowMinusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShadowMinusOutlinedFilled as default } diff --git a/src/IconShadowMinusRounded.tsx b/src/IconShadowMinusRounded.tsx index 00b77209b..09c13850a 100644 --- a/src/IconShadowMinusRounded.tsx +++ b/src/IconShadowMinusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusRounded: React.FC = ({ ...props }) => ( +export const IconShadowMinusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowMinusRounded as default } diff --git a/src/IconShadowMinusRoundedFilled.tsx b/src/IconShadowMinusRoundedFilled.tsx index 93e1f1689..8e5874df7 100644 --- a/src/IconShadowMinusRoundedFilled.tsx +++ b/src/IconShadowMinusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShadowMinusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShadowMinusRoundedFilled as default } diff --git a/src/IconShadowMinusSharp.tsx b/src/IconShadowMinusSharp.tsx index 77f450ce8..6914ceb3a 100644 --- a/src/IconShadowMinusSharp.tsx +++ b/src/IconShadowMinusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusSharp: React.FC = ({ ...props }) => ( +export const IconShadowMinusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowMinusSharp as default } diff --git a/src/IconShadowMinusSharpFilled.tsx b/src/IconShadowMinusSharpFilled.tsx index 37b7055c0..74c395c88 100644 --- a/src/IconShadowMinusSharpFilled.tsx +++ b/src/IconShadowMinusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShadowMinusSharpFilled: React.FC = ({ ...props }) => ( +export const IconShadowMinusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShadowMinusSharpFilled as default } diff --git a/src/IconShadowOutlined.tsx b/src/IconShadowOutlined.tsx index 128071652..213f5cdad 100644 --- a/src/IconShadowOutlined.tsx +++ b/src/IconShadowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowOutlined: React.FC = ({ ...props }) => ( +export const IconShadowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowOutlined as default } diff --git a/src/IconShadowOutlinedFilled.tsx b/src/IconShadowOutlinedFilled.tsx index 329c6b94d..57ba8acc4 100644 --- a/src/IconShadowOutlinedFilled.tsx +++ b/src/IconShadowOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShadowOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowOutlinedFilled as default } diff --git a/src/IconShadowRounded.tsx b/src/IconShadowRounded.tsx index 92277d53f..232e368fa 100644 --- a/src/IconShadowRounded.tsx +++ b/src/IconShadowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowRounded: React.FC = ({ ...props }) => ( +export const IconShadowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowRounded as default } diff --git a/src/IconShadowRoundedFilled.tsx b/src/IconShadowRoundedFilled.tsx index c75609f9b..e95019321 100644 --- a/src/IconShadowRoundedFilled.tsx +++ b/src/IconShadowRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShadowRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowRoundedFilled as default } diff --git a/src/IconShadowSharp.tsx b/src/IconShadowSharp.tsx index b35faa4c4..91c8d58ee 100644 --- a/src/IconShadowSharp.tsx +++ b/src/IconShadowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowSharp: React.FC = ({ ...props }) => ( +export const IconShadowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowSharp as default } diff --git a/src/IconShadowSharpFilled.tsx b/src/IconShadowSharpFilled.tsx index 55bb05f63..eef51b3ba 100644 --- a/src/IconShadowSharpFilled.tsx +++ b/src/IconShadowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShadowSharpFilled: React.FC = ({ ...props }) => ( +export const IconShadowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShadowSharpFilled as default } diff --git a/src/IconShapeLineOutlined.tsx b/src/IconShapeLineOutlined.tsx index 6f81891ac..7d0151ae6 100644 --- a/src/IconShapeLineOutlined.tsx +++ b/src/IconShapeLineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineOutlined: React.FC = ({ ...props }) => ( +export const IconShapeLineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapeLineOutlined as default } diff --git a/src/IconShapeLineOutlinedFilled.tsx b/src/IconShapeLineOutlinedFilled.tsx index 268061bbe..1c3917b25 100644 --- a/src/IconShapeLineOutlinedFilled.tsx +++ b/src/IconShapeLineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShapeLineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShapeLineOutlinedFilled as default } diff --git a/src/IconShapeLineRounded.tsx b/src/IconShapeLineRounded.tsx index efb28c74f..ac9f3f777 100644 --- a/src/IconShapeLineRounded.tsx +++ b/src/IconShapeLineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineRounded: React.FC = ({ ...props }) => ( +export const IconShapeLineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapeLineRounded as default } diff --git a/src/IconShapeLineRoundedFilled.tsx b/src/IconShapeLineRoundedFilled.tsx index b130ce194..31bda2f76 100644 --- a/src/IconShapeLineRoundedFilled.tsx +++ b/src/IconShapeLineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShapeLineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShapeLineRoundedFilled as default } diff --git a/src/IconShapeLineSharp.tsx b/src/IconShapeLineSharp.tsx index 767b1bdd6..610bd0002 100644 --- a/src/IconShapeLineSharp.tsx +++ b/src/IconShapeLineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineSharp: React.FC = ({ ...props }) => ( +export const IconShapeLineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapeLineSharp as default } diff --git a/src/IconShapeLineSharpFilled.tsx b/src/IconShapeLineSharpFilled.tsx index 765f6188d..2a3bac52c 100644 --- a/src/IconShapeLineSharpFilled.tsx +++ b/src/IconShapeLineSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapeLineSharpFilled: React.FC = ({ ...props }) => ( +export const IconShapeLineSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapeLineSharpFilled as default } diff --git a/src/IconShapesOutlined.tsx b/src/IconShapesOutlined.tsx index 1b50848d3..7710977ab 100644 --- a/src/IconShapesOutlined.tsx +++ b/src/IconShapesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesOutlined: React.FC = ({ ...props }) => ( +export const IconShapesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesOutlined as default } diff --git a/src/IconShapesOutlinedFilled.tsx b/src/IconShapesOutlinedFilled.tsx index bc46ec07d..09bd01f27 100644 --- a/src/IconShapesOutlinedFilled.tsx +++ b/src/IconShapesOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShapesOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesOutlinedFilled as default } diff --git a/src/IconShapesRounded.tsx b/src/IconShapesRounded.tsx index 3e66718b2..75456a28d 100644 --- a/src/IconShapesRounded.tsx +++ b/src/IconShapesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesRounded: React.FC = ({ ...props }) => ( +export const IconShapesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesRounded as default } diff --git a/src/IconShapesRoundedFilled.tsx b/src/IconShapesRoundedFilled.tsx index df343a447..20ad1ada1 100644 --- a/src/IconShapesRoundedFilled.tsx +++ b/src/IconShapesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShapesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesRoundedFilled as default } diff --git a/src/IconShapesSharp.tsx b/src/IconShapesSharp.tsx index 11424c009..162ca89be 100644 --- a/src/IconShapesSharp.tsx +++ b/src/IconShapesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesSharp: React.FC = ({ ...props }) => ( +export const IconShapesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesSharp as default } diff --git a/src/IconShapesSharpFilled.tsx b/src/IconShapesSharpFilled.tsx index 911ccf5c2..6ad67308d 100644 --- a/src/IconShapesSharpFilled.tsx +++ b/src/IconShapesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShapesSharpFilled: React.FC = ({ ...props }) => ( +export const IconShapesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShapesSharpFilled as default } diff --git a/src/IconShareLocationOutlined.tsx b/src/IconShareLocationOutlined.tsx index b396cb3cb..53099ca0a 100644 --- a/src/IconShareLocationOutlined.tsx +++ b/src/IconShareLocationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationOutlined: React.FC = ({ ...props }) => ( +export const IconShareLocationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareLocationOutlined as default } diff --git a/src/IconShareLocationOutlinedFilled.tsx b/src/IconShareLocationOutlinedFilled.tsx index 62b1d3938..97296dc3c 100644 --- a/src/IconShareLocationOutlinedFilled.tsx +++ b/src/IconShareLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShareLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareLocationOutlinedFilled as default } diff --git a/src/IconShareLocationRounded.tsx b/src/IconShareLocationRounded.tsx index 8de07d23a..31271df4b 100644 --- a/src/IconShareLocationRounded.tsx +++ b/src/IconShareLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationRounded: React.FC = ({ ...props }) => ( +export const IconShareLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareLocationRounded as default } diff --git a/src/IconShareLocationRoundedFilled.tsx b/src/IconShareLocationRoundedFilled.tsx index 360b679ff..7fdda311f 100644 --- a/src/IconShareLocationRoundedFilled.tsx +++ b/src/IconShareLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShareLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareLocationRoundedFilled as default } diff --git a/src/IconShareLocationSharp.tsx b/src/IconShareLocationSharp.tsx index 2fc593c63..d8e5365c5 100644 --- a/src/IconShareLocationSharp.tsx +++ b/src/IconShareLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationSharp: React.FC = ({ ...props }) => ( +export const IconShareLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareLocationSharp as default } diff --git a/src/IconShareLocationSharpFilled.tsx b/src/IconShareLocationSharpFilled.tsx index 88e0bab8e..e7b7dc421 100644 --- a/src/IconShareLocationSharpFilled.tsx +++ b/src/IconShareLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconShareLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareLocationSharpFilled as default } diff --git a/src/IconShareOffOutlined.tsx b/src/IconShareOffOutlined.tsx index dc9b9f644..43615fa48 100644 --- a/src/IconShareOffOutlined.tsx +++ b/src/IconShareOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffOutlined: React.FC = ({ ...props }) => ( +export const IconShareOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOffOutlined as default } diff --git a/src/IconShareOffOutlinedFilled.tsx b/src/IconShareOffOutlinedFilled.tsx index 19e7bf0ca..31f3f6a1f 100644 --- a/src/IconShareOffOutlinedFilled.tsx +++ b/src/IconShareOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShareOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareOffOutlinedFilled as default } diff --git a/src/IconShareOffRounded.tsx b/src/IconShareOffRounded.tsx index b1199a5ca..121c4d175 100644 --- a/src/IconShareOffRounded.tsx +++ b/src/IconShareOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffRounded: React.FC = ({ ...props }) => ( +export const IconShareOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOffRounded as default } diff --git a/src/IconShareOffRoundedFilled.tsx b/src/IconShareOffRoundedFilled.tsx index 9680e337d..d78a0a0d5 100644 --- a/src/IconShareOffRoundedFilled.tsx +++ b/src/IconShareOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShareOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareOffRoundedFilled as default } diff --git a/src/IconShareOffSharp.tsx b/src/IconShareOffSharp.tsx index 813b83dff..27d41f8ed 100644 --- a/src/IconShareOffSharp.tsx +++ b/src/IconShareOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffSharp: React.FC = ({ ...props }) => ( +export const IconShareOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOffSharp as default } diff --git a/src/IconShareOffSharpFilled.tsx b/src/IconShareOffSharpFilled.tsx index d6de67586..df22df4c4 100644 --- a/src/IconShareOffSharpFilled.tsx +++ b/src/IconShareOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconShareOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOffSharpFilled as default } diff --git a/src/IconShareOutlined.tsx b/src/IconShareOutlined.tsx index f7ae6bc53..924940f41 100644 --- a/src/IconShareOutlined.tsx +++ b/src/IconShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOutlined: React.FC = ({ ...props }) => ( +export const IconShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOutlined as default } diff --git a/src/IconShareOutlinedFilled.tsx b/src/IconShareOutlinedFilled.tsx index 42013ed56..146737c39 100644 --- a/src/IconShareOutlinedFilled.tsx +++ b/src/IconShareOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShareOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareOutlinedFilled as default } diff --git a/src/IconShareReviewsOutlined.tsx b/src/IconShareReviewsOutlined.tsx index 302f4a11f..13775b1b9 100644 --- a/src/IconShareReviewsOutlined.tsx +++ b/src/IconShareReviewsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsOutlined: React.FC = ({ ...props }) => ( +export const IconShareReviewsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareReviewsOutlined as default } diff --git a/src/IconShareReviewsOutlinedFilled.tsx b/src/IconShareReviewsOutlinedFilled.tsx index 5cd042518..2a79338b5 100644 --- a/src/IconShareReviewsOutlinedFilled.tsx +++ b/src/IconShareReviewsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShareReviewsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareReviewsOutlinedFilled as default } diff --git a/src/IconShareReviewsRounded.tsx b/src/IconShareReviewsRounded.tsx index 3e88e8942..a85b92564 100644 --- a/src/IconShareReviewsRounded.tsx +++ b/src/IconShareReviewsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsRounded: React.FC = ({ ...props }) => ( +export const IconShareReviewsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareReviewsRounded as default } diff --git a/src/IconShareReviewsRoundedFilled.tsx b/src/IconShareReviewsRoundedFilled.tsx index ace97ea09..032953318 100644 --- a/src/IconShareReviewsRoundedFilled.tsx +++ b/src/IconShareReviewsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShareReviewsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareReviewsRoundedFilled as default } diff --git a/src/IconShareReviewsSharp.tsx b/src/IconShareReviewsSharp.tsx index 82e0098bd..46e74d401 100644 --- a/src/IconShareReviewsSharp.tsx +++ b/src/IconShareReviewsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsSharp: React.FC = ({ ...props }) => ( +export const IconShareReviewsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareReviewsSharp as default } diff --git a/src/IconShareReviewsSharpFilled.tsx b/src/IconShareReviewsSharpFilled.tsx index f678d28cb..dded6f272 100644 --- a/src/IconShareReviewsSharpFilled.tsx +++ b/src/IconShareReviewsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareReviewsSharpFilled: React.FC = ({ ...props }) => ( +export const IconShareReviewsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareReviewsSharpFilled as default } diff --git a/src/IconShareRounded.tsx b/src/IconShareRounded.tsx index 02484b81c..39f24d8b0 100644 --- a/src/IconShareRounded.tsx +++ b/src/IconShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareRounded: React.FC = ({ ...props }) => ( +export const IconShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareRounded as default } diff --git a/src/IconShareRoundedFilled.tsx b/src/IconShareRoundedFilled.tsx index a122dacb8..402310ad5 100644 --- a/src/IconShareRoundedFilled.tsx +++ b/src/IconShareRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShareRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareRoundedFilled as default } diff --git a/src/IconShareSharp.tsx b/src/IconShareSharp.tsx index b97e4b4f9..2ee4b25e3 100644 --- a/src/IconShareSharp.tsx +++ b/src/IconShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareSharp: React.FC = ({ ...props }) => ( +export const IconShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareSharp as default } diff --git a/src/IconShareSharpFilled.tsx b/src/IconShareSharpFilled.tsx index 3ae7674b1..a7ce0fd62 100644 --- a/src/IconShareSharpFilled.tsx +++ b/src/IconShareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconShareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareSharpFilled as default } diff --git a/src/IconShareWindowsOutlined.tsx b/src/IconShareWindowsOutlined.tsx index 3c21320c6..dda747bd3 100644 --- a/src/IconShareWindowsOutlined.tsx +++ b/src/IconShareWindowsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsOutlined: React.FC = ({ ...props }) => ( +export const IconShareWindowsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareWindowsOutlined as default } diff --git a/src/IconShareWindowsOutlinedFilled.tsx b/src/IconShareWindowsOutlinedFilled.tsx index 11989e89d..23c43e847 100644 --- a/src/IconShareWindowsOutlinedFilled.tsx +++ b/src/IconShareWindowsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShareWindowsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareWindowsOutlinedFilled as default } diff --git a/src/IconShareWindowsRounded.tsx b/src/IconShareWindowsRounded.tsx index 03b29db09..13466d8e3 100644 --- a/src/IconShareWindowsRounded.tsx +++ b/src/IconShareWindowsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsRounded: React.FC = ({ ...props }) => ( +export const IconShareWindowsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareWindowsRounded as default } diff --git a/src/IconShareWindowsRoundedFilled.tsx b/src/IconShareWindowsRoundedFilled.tsx index b9c4e10c7..58988eca3 100644 --- a/src/IconShareWindowsRoundedFilled.tsx +++ b/src/IconShareWindowsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShareWindowsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareWindowsRoundedFilled as default } diff --git a/src/IconShareWindowsSharp.tsx b/src/IconShareWindowsSharp.tsx index 0aa047434..36b3e1cab 100644 --- a/src/IconShareWindowsSharp.tsx +++ b/src/IconShareWindowsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsSharp: React.FC = ({ ...props }) => ( +export const IconShareWindowsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShareWindowsSharp as default } diff --git a/src/IconShareWindowsSharpFilled.tsx b/src/IconShareWindowsSharpFilled.tsx index aa2c6a63a..36769fd09 100644 --- a/src/IconShareWindowsSharpFilled.tsx +++ b/src/IconShareWindowsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShareWindowsSharpFilled: React.FC = ({ ...props }) => ( +export const IconShareWindowsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShareWindowsSharpFilled as default } diff --git a/src/IconSheetsRtlOutlined.tsx b/src/IconSheetsRtlOutlined.tsx index 0f2c1aa07..a66e11532 100644 --- a/src/IconSheetsRtlOutlined.tsx +++ b/src/IconSheetsRtlOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlOutlined: React.FC = ({ ...props }) => ( +export const IconSheetsRtlOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlOutlined as default } diff --git a/src/IconSheetsRtlOutlinedFilled.tsx b/src/IconSheetsRtlOutlinedFilled.tsx index 4d75e36de..04e1e1320 100644 --- a/src/IconSheetsRtlOutlinedFilled.tsx +++ b/src/IconSheetsRtlOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSheetsRtlOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlOutlinedFilled as default } diff --git a/src/IconSheetsRtlRounded.tsx b/src/IconSheetsRtlRounded.tsx index 8d1d1aaa9..114c7b2c2 100644 --- a/src/IconSheetsRtlRounded.tsx +++ b/src/IconSheetsRtlRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlRounded: React.FC = ({ ...props }) => ( +export const IconSheetsRtlRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlRounded as default } diff --git a/src/IconSheetsRtlRoundedFilled.tsx b/src/IconSheetsRtlRoundedFilled.tsx index 55c8d5d8e..485f6eb91 100644 --- a/src/IconSheetsRtlRoundedFilled.tsx +++ b/src/IconSheetsRtlRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSheetsRtlRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlRoundedFilled as default } diff --git a/src/IconSheetsRtlSharp.tsx b/src/IconSheetsRtlSharp.tsx index b84beb70e..79b2ae937 100644 --- a/src/IconSheetsRtlSharp.tsx +++ b/src/IconSheetsRtlSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlSharp: React.FC = ({ ...props }) => ( +export const IconSheetsRtlSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlSharp as default } diff --git a/src/IconSheetsRtlSharpFilled.tsx b/src/IconSheetsRtlSharpFilled.tsx index 78399d472..36a01d5e5 100644 --- a/src/IconSheetsRtlSharpFilled.tsx +++ b/src/IconSheetsRtlSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSheetsRtlSharpFilled: React.FC = ({ ...props }) => ( +export const IconSheetsRtlSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSheetsRtlSharpFilled as default } diff --git a/src/IconShelfAutoHideOutlined.tsx b/src/IconShelfAutoHideOutlined.tsx index 7be8c6346..bc69e6454 100644 --- a/src/IconShelfAutoHideOutlined.tsx +++ b/src/IconShelfAutoHideOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideOutlined: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideOutlined as default } diff --git a/src/IconShelfAutoHideOutlinedFilled.tsx b/src/IconShelfAutoHideOutlinedFilled.tsx index 3ad1100e1..3b9468d5c 100644 --- a/src/IconShelfAutoHideOutlinedFilled.tsx +++ b/src/IconShelfAutoHideOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideOutlinedFilled as default } diff --git a/src/IconShelfAutoHideRounded.tsx b/src/IconShelfAutoHideRounded.tsx index daef9bce5..30686e8ad 100644 --- a/src/IconShelfAutoHideRounded.tsx +++ b/src/IconShelfAutoHideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideRounded: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideRounded as default } diff --git a/src/IconShelfAutoHideRoundedFilled.tsx b/src/IconShelfAutoHideRoundedFilled.tsx index fcdb9455e..184bcd85f 100644 --- a/src/IconShelfAutoHideRoundedFilled.tsx +++ b/src/IconShelfAutoHideRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideRoundedFilled as default } diff --git a/src/IconShelfAutoHideSharp.tsx b/src/IconShelfAutoHideSharp.tsx index 11f1bc437..24e1a396f 100644 --- a/src/IconShelfAutoHideSharp.tsx +++ b/src/IconShelfAutoHideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideSharp: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideSharp as default } diff --git a/src/IconShelfAutoHideSharpFilled.tsx b/src/IconShelfAutoHideSharpFilled.tsx index b0a798938..a022f8b6d 100644 --- a/src/IconShelfAutoHideSharpFilled.tsx +++ b/src/IconShelfAutoHideSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfAutoHideSharpFilled: React.FC = ({ ...props }) => ( +export const IconShelfAutoHideSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfAutoHideSharpFilled as default } diff --git a/src/IconShelfPositionOutlined.tsx b/src/IconShelfPositionOutlined.tsx index 8a9ba57e8..c69b6a182 100644 --- a/src/IconShelfPositionOutlined.tsx +++ b/src/IconShelfPositionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionOutlined: React.FC = ({ ...props }) => ( +export const IconShelfPositionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfPositionOutlined as default } diff --git a/src/IconShelfPositionOutlinedFilled.tsx b/src/IconShelfPositionOutlinedFilled.tsx index 1bea5dbd2..020ae76db 100644 --- a/src/IconShelfPositionOutlinedFilled.tsx +++ b/src/IconShelfPositionOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShelfPositionOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfPositionOutlinedFilled as default } diff --git a/src/IconShelfPositionRounded.tsx b/src/IconShelfPositionRounded.tsx index 0ded51a57..7435171ce 100644 --- a/src/IconShelfPositionRounded.tsx +++ b/src/IconShelfPositionRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionRounded: React.FC = ({ ...props }) => ( +export const IconShelfPositionRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelfPositionRounded as default } diff --git a/src/IconShelfPositionRoundedFilled.tsx b/src/IconShelfPositionRoundedFilled.tsx index 5bf86c78c..6e6b75467 100644 --- a/src/IconShelfPositionRoundedFilled.tsx +++ b/src/IconShelfPositionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShelfPositionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfPositionRoundedFilled as default } diff --git a/src/IconShelfPositionSharp.tsx b/src/IconShelfPositionSharp.tsx index 0a935fb1e..fb352f531 100644 --- a/src/IconShelfPositionSharp.tsx +++ b/src/IconShelfPositionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionSharp: React.FC = ({ ...props }) => ( +export const IconShelfPositionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelfPositionSharp as default } diff --git a/src/IconShelfPositionSharpFilled.tsx b/src/IconShelfPositionSharpFilled.tsx index aa802e35e..87cac9690 100644 --- a/src/IconShelfPositionSharpFilled.tsx +++ b/src/IconShelfPositionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelfPositionSharpFilled: React.FC = ({ ...props }) => ( +export const IconShelfPositionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelfPositionSharpFilled as default } diff --git a/src/IconShelvesOutlined.tsx b/src/IconShelvesOutlined.tsx index 6a28467ea..4a7a0ee82 100644 --- a/src/IconShelvesOutlined.tsx +++ b/src/IconShelvesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesOutlined: React.FC = ({ ...props }) => ( +export const IconShelvesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelvesOutlined as default } diff --git a/src/IconShelvesOutlinedFilled.tsx b/src/IconShelvesOutlinedFilled.tsx index bb12f9e8f..590838765 100644 --- a/src/IconShelvesOutlinedFilled.tsx +++ b/src/IconShelvesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShelvesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShelvesOutlinedFilled as default } diff --git a/src/IconShelvesRounded.tsx b/src/IconShelvesRounded.tsx index fc31a0a64..1bcc2fe24 100644 --- a/src/IconShelvesRounded.tsx +++ b/src/IconShelvesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesRounded: React.FC = ({ ...props }) => ( +export const IconShelvesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelvesRounded as default } diff --git a/src/IconShelvesRoundedFilled.tsx b/src/IconShelvesRoundedFilled.tsx index b4ea0e3c8..c09bd25cb 100644 --- a/src/IconShelvesRoundedFilled.tsx +++ b/src/IconShelvesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShelvesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelvesRoundedFilled as default } diff --git a/src/IconShelvesSharp.tsx b/src/IconShelvesSharp.tsx index ea6335f2b..6900649ab 100644 --- a/src/IconShelvesSharp.tsx +++ b/src/IconShelvesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesSharp: React.FC = ({ ...props }) => ( +export const IconShelvesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelvesSharp as default } diff --git a/src/IconShelvesSharpFilled.tsx b/src/IconShelvesSharpFilled.tsx index 98548d0de..2b3dfbefb 100644 --- a/src/IconShelvesSharpFilled.tsx +++ b/src/IconShelvesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShelvesSharpFilled: React.FC = ({ ...props }) => ( +export const IconShelvesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShelvesSharpFilled as default } diff --git a/src/IconShieldLockOutlined.tsx b/src/IconShieldLockOutlined.tsx index d75783bb8..f503bfbb0 100644 --- a/src/IconShieldLockOutlined.tsx +++ b/src/IconShieldLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockOutlined: React.FC = ({ ...props }) => ( +export const IconShieldLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockOutlined as default } diff --git a/src/IconShieldLockOutlinedFilled.tsx b/src/IconShieldLockOutlinedFilled.tsx index c8e4d1c13..01dde2110 100644 --- a/src/IconShieldLockOutlinedFilled.tsx +++ b/src/IconShieldLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockOutlinedFilled as default } diff --git a/src/IconShieldLockRounded.tsx b/src/IconShieldLockRounded.tsx index 1e320347e..3d5a29af0 100644 --- a/src/IconShieldLockRounded.tsx +++ b/src/IconShieldLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockRounded: React.FC = ({ ...props }) => ( +export const IconShieldLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockRounded as default } diff --git a/src/IconShieldLockRoundedFilled.tsx b/src/IconShieldLockRoundedFilled.tsx index 2858149d5..ff56cd2dc 100644 --- a/src/IconShieldLockRoundedFilled.tsx +++ b/src/IconShieldLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockRoundedFilled as default } diff --git a/src/IconShieldLockSharp.tsx b/src/IconShieldLockSharp.tsx index e953ba2da..1fe829905 100644 --- a/src/IconShieldLockSharp.tsx +++ b/src/IconShieldLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockSharp: React.FC = ({ ...props }) => ( +export const IconShieldLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockSharp as default } diff --git a/src/IconShieldLockSharpFilled.tsx b/src/IconShieldLockSharpFilled.tsx index d3e46e4c9..a31e380c9 100644 --- a/src/IconShieldLockSharpFilled.tsx +++ b/src/IconShieldLockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockSharpFilled as default } diff --git a/src/IconShieldLockedOutlined.tsx b/src/IconShieldLockedOutlined.tsx index 7e4546701..225e47acf 100644 --- a/src/IconShieldLockedOutlined.tsx +++ b/src/IconShieldLockedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedOutlined: React.FC = ({ ...props }) => ( +export const IconShieldLockedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockedOutlined as default } diff --git a/src/IconShieldLockedOutlinedFilled.tsx b/src/IconShieldLockedOutlinedFilled.tsx index da5212714..b3ef4799f 100644 --- a/src/IconShieldLockedOutlinedFilled.tsx +++ b/src/IconShieldLockedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockedOutlinedFilled as default } diff --git a/src/IconShieldLockedRounded.tsx b/src/IconShieldLockedRounded.tsx index 227fef98a..a40a6edb6 100644 --- a/src/IconShieldLockedRounded.tsx +++ b/src/IconShieldLockedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedRounded: React.FC = ({ ...props }) => ( +export const IconShieldLockedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockedRounded as default } diff --git a/src/IconShieldLockedRoundedFilled.tsx b/src/IconShieldLockedRoundedFilled.tsx index 2b62f11cb..5a1a7131c 100644 --- a/src/IconShieldLockedRoundedFilled.tsx +++ b/src/IconShieldLockedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockedRoundedFilled as default } diff --git a/src/IconShieldLockedSharp.tsx b/src/IconShieldLockedSharp.tsx index 0d4c87e0d..8f4005639 100644 --- a/src/IconShieldLockedSharp.tsx +++ b/src/IconShieldLockedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedSharp: React.FC = ({ ...props }) => ( +export const IconShieldLockedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldLockedSharp as default } diff --git a/src/IconShieldLockedSharpFilled.tsx b/src/IconShieldLockedSharpFilled.tsx index b97c0e502..9a3a3c8bc 100644 --- a/src/IconShieldLockedSharpFilled.tsx +++ b/src/IconShieldLockedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldLockedSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldLockedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldLockedSharpFilled as default } diff --git a/src/IconShieldMoonOutlined.tsx b/src/IconShieldMoonOutlined.tsx index 2c7617584..2afebbf49 100644 --- a/src/IconShieldMoonOutlined.tsx +++ b/src/IconShieldMoonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonOutlined: React.FC = ({ ...props }) => ( +export const IconShieldMoonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldMoonOutlined as default } diff --git a/src/IconShieldMoonOutlinedFilled.tsx b/src/IconShieldMoonOutlinedFilled.tsx index 536d24dd3..907033127 100644 --- a/src/IconShieldMoonOutlinedFilled.tsx +++ b/src/IconShieldMoonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShieldMoonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldMoonOutlinedFilled as default } diff --git a/src/IconShieldMoonRounded.tsx b/src/IconShieldMoonRounded.tsx index d90467bf5..714a80183 100644 --- a/src/IconShieldMoonRounded.tsx +++ b/src/IconShieldMoonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonRounded: React.FC = ({ ...props }) => ( +export const IconShieldMoonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldMoonRounded as default } diff --git a/src/IconShieldMoonRoundedFilled.tsx b/src/IconShieldMoonRoundedFilled.tsx index 5cd6c3657..d4361c93b 100644 --- a/src/IconShieldMoonRoundedFilled.tsx +++ b/src/IconShieldMoonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldMoonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldMoonRoundedFilled as default } diff --git a/src/IconShieldMoonSharp.tsx b/src/IconShieldMoonSharp.tsx index 3d430afda..3fb363650 100644 --- a/src/IconShieldMoonSharp.tsx +++ b/src/IconShieldMoonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonSharp: React.FC = ({ ...props }) => ( +export const IconShieldMoonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldMoonSharp as default } diff --git a/src/IconShieldMoonSharpFilled.tsx b/src/IconShieldMoonSharpFilled.tsx index eaa2be9ca..da6292f9a 100644 --- a/src/IconShieldMoonSharpFilled.tsx +++ b/src/IconShieldMoonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldMoonSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldMoonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldMoonSharpFilled as default } diff --git a/src/IconShieldOutlined.tsx b/src/IconShieldOutlined.tsx index 4ca1c86a0..bdf87dd8b 100644 --- a/src/IconShieldOutlined.tsx +++ b/src/IconShieldOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldOutlined: React.FC = ({ ...props }) => ( +export const IconShieldOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldOutlined as default } diff --git a/src/IconShieldOutlinedFilled.tsx b/src/IconShieldOutlinedFilled.tsx index cca063af4..1054589ae 100644 --- a/src/IconShieldOutlinedFilled.tsx +++ b/src/IconShieldOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShieldOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldOutlinedFilled as default } diff --git a/src/IconShieldPersonOutlined.tsx b/src/IconShieldPersonOutlined.tsx index b09dca84e..6475b603c 100644 --- a/src/IconShieldPersonOutlined.tsx +++ b/src/IconShieldPersonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonOutlined: React.FC = ({ ...props }) => ( +export const IconShieldPersonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldPersonOutlined as default } diff --git a/src/IconShieldPersonOutlinedFilled.tsx b/src/IconShieldPersonOutlinedFilled.tsx index f75a22600..61244a67a 100644 --- a/src/IconShieldPersonOutlinedFilled.tsx +++ b/src/IconShieldPersonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShieldPersonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldPersonOutlinedFilled as default } diff --git a/src/IconShieldPersonRounded.tsx b/src/IconShieldPersonRounded.tsx index 3e4e8e2c2..546f2885d 100644 --- a/src/IconShieldPersonRounded.tsx +++ b/src/IconShieldPersonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonRounded: React.FC = ({ ...props }) => ( +export const IconShieldPersonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldPersonRounded as default } diff --git a/src/IconShieldPersonRoundedFilled.tsx b/src/IconShieldPersonRoundedFilled.tsx index 8cde20cbd..929a1d0d8 100644 --- a/src/IconShieldPersonRoundedFilled.tsx +++ b/src/IconShieldPersonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldPersonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldPersonRoundedFilled as default } diff --git a/src/IconShieldPersonSharp.tsx b/src/IconShieldPersonSharp.tsx index d327b321c..69a2acbb8 100644 --- a/src/IconShieldPersonSharp.tsx +++ b/src/IconShieldPersonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonSharp: React.FC = ({ ...props }) => ( +export const IconShieldPersonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldPersonSharp as default } diff --git a/src/IconShieldPersonSharpFilled.tsx b/src/IconShieldPersonSharpFilled.tsx index 7bfa2cfef..148a39807 100644 --- a/src/IconShieldPersonSharpFilled.tsx +++ b/src/IconShieldPersonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldPersonSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldPersonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldPersonSharpFilled as default } diff --git a/src/IconShieldQuestionOutlined.tsx b/src/IconShieldQuestionOutlined.tsx index c30ed06bf..9fad6c786 100644 --- a/src/IconShieldQuestionOutlined.tsx +++ b/src/IconShieldQuestionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionOutlined: React.FC = ({ ...props }) => ( +export const IconShieldQuestionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldQuestionOutlined as default } diff --git a/src/IconShieldQuestionOutlinedFilled.tsx b/src/IconShieldQuestionOutlinedFilled.tsx index 2941d77db..b84608264 100644 --- a/src/IconShieldQuestionOutlinedFilled.tsx +++ b/src/IconShieldQuestionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionOutlinedFilled: React.FC = ({ +export const IconShieldQuestionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShieldQuestionOutlinedFilled: React.FC = ({ ) - -export { IconShieldQuestionOutlinedFilled as default } diff --git a/src/IconShieldQuestionRounded.tsx b/src/IconShieldQuestionRounded.tsx index 2c131e0ef..3fb42a2e9 100644 --- a/src/IconShieldQuestionRounded.tsx +++ b/src/IconShieldQuestionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionRounded: React.FC = ({ ...props }) => ( +export const IconShieldQuestionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldQuestionRounded as default } diff --git a/src/IconShieldQuestionRoundedFilled.tsx b/src/IconShieldQuestionRoundedFilled.tsx index 93a504d75..e94101cd3 100644 --- a/src/IconShieldQuestionRoundedFilled.tsx +++ b/src/IconShieldQuestionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldQuestionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldQuestionRoundedFilled as default } diff --git a/src/IconShieldQuestionSharp.tsx b/src/IconShieldQuestionSharp.tsx index ab1b5340a..80776c3a9 100644 --- a/src/IconShieldQuestionSharp.tsx +++ b/src/IconShieldQuestionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionSharp: React.FC = ({ ...props }) => ( +export const IconShieldQuestionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldQuestionSharp as default } diff --git a/src/IconShieldQuestionSharpFilled.tsx b/src/IconShieldQuestionSharpFilled.tsx index 531ce162b..742a94293 100644 --- a/src/IconShieldQuestionSharpFilled.tsx +++ b/src/IconShieldQuestionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldQuestionSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldQuestionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldQuestionSharpFilled as default } diff --git a/src/IconShieldRounded.tsx b/src/IconShieldRounded.tsx index 7e65b2724..e40822b18 100644 --- a/src/IconShieldRounded.tsx +++ b/src/IconShieldRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldRounded: React.FC = ({ ...props }) => ( +export const IconShieldRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldRounded as default } diff --git a/src/IconShieldRoundedFilled.tsx b/src/IconShieldRoundedFilled.tsx index 098ab56e6..cc0166179 100644 --- a/src/IconShieldRoundedFilled.tsx +++ b/src/IconShieldRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShieldRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldRoundedFilled as default } diff --git a/src/IconShieldSharp.tsx b/src/IconShieldSharp.tsx index c3e2e7752..e409065a0 100644 --- a/src/IconShieldSharp.tsx +++ b/src/IconShieldSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldSharp: React.FC = ({ ...props }) => ( +export const IconShieldSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldSharp as default } diff --git a/src/IconShieldSharpFilled.tsx b/src/IconShieldSharpFilled.tsx index 9d3e823c8..ef5be7ba0 100644 --- a/src/IconShieldSharpFilled.tsx +++ b/src/IconShieldSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldSharpFilled as default } diff --git a/src/IconShieldWithHeartOutlined.tsx b/src/IconShieldWithHeartOutlined.tsx index 3ccf1e090..d3f759541 100644 --- a/src/IconShieldWithHeartOutlined.tsx +++ b/src/IconShieldWithHeartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartOutlined: React.FC = ({ ...props }) => ( +export const IconShieldWithHeartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHeartOutlined as default } diff --git a/src/IconShieldWithHeartOutlinedFilled.tsx b/src/IconShieldWithHeartOutlinedFilled.tsx index be5f66814..1a40becc0 100644 --- a/src/IconShieldWithHeartOutlinedFilled.tsx +++ b/src/IconShieldWithHeartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartOutlinedFilled: React.FC = ({ +export const IconShieldWithHeartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShieldWithHeartOutlinedFilled: React.FC = ({ ) - -export { IconShieldWithHeartOutlinedFilled as default } diff --git a/src/IconShieldWithHeartRounded.tsx b/src/IconShieldWithHeartRounded.tsx index 23a3d1f78..7af2e1a6b 100644 --- a/src/IconShieldWithHeartRounded.tsx +++ b/src/IconShieldWithHeartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartRounded: React.FC = ({ ...props }) => ( +export const IconShieldWithHeartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHeartRounded as default } diff --git a/src/IconShieldWithHeartRoundedFilled.tsx b/src/IconShieldWithHeartRoundedFilled.tsx index 26ea740c2..7944c0ed9 100644 --- a/src/IconShieldWithHeartRoundedFilled.tsx +++ b/src/IconShieldWithHeartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartRoundedFilled: React.FC = ({ +export const IconShieldWithHeartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShieldWithHeartRoundedFilled: React.FC = ({ ) - -export { IconShieldWithHeartRoundedFilled as default } diff --git a/src/IconShieldWithHeartSharp.tsx b/src/IconShieldWithHeartSharp.tsx index 2e739db1d..cb2a69a1a 100644 --- a/src/IconShieldWithHeartSharp.tsx +++ b/src/IconShieldWithHeartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartSharp: React.FC = ({ ...props }) => ( +export const IconShieldWithHeartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldWithHeartSharp as default } diff --git a/src/IconShieldWithHeartSharpFilled.tsx b/src/IconShieldWithHeartSharpFilled.tsx index 429389b26..49915989f 100644 --- a/src/IconShieldWithHeartSharpFilled.tsx +++ b/src/IconShieldWithHeartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHeartSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldWithHeartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHeartSharpFilled as default } diff --git a/src/IconShieldWithHouseOutlined.tsx b/src/IconShieldWithHouseOutlined.tsx index 1237d88b9..909d93cab 100644 --- a/src/IconShieldWithHouseOutlined.tsx +++ b/src/IconShieldWithHouseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseOutlined: React.FC = ({ ...props }) => ( +export const IconShieldWithHouseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHouseOutlined as default } diff --git a/src/IconShieldWithHouseOutlinedFilled.tsx b/src/IconShieldWithHouseOutlinedFilled.tsx index 3dcdd8bea..bffb8afe5 100644 --- a/src/IconShieldWithHouseOutlinedFilled.tsx +++ b/src/IconShieldWithHouseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseOutlinedFilled: React.FC = ({ +export const IconShieldWithHouseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShieldWithHouseOutlinedFilled: React.FC = ({ ) - -export { IconShieldWithHouseOutlinedFilled as default } diff --git a/src/IconShieldWithHouseRounded.tsx b/src/IconShieldWithHouseRounded.tsx index 95488806c..d3e9b6444 100644 --- a/src/IconShieldWithHouseRounded.tsx +++ b/src/IconShieldWithHouseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseRounded: React.FC = ({ ...props }) => ( +export const IconShieldWithHouseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHouseRounded as default } diff --git a/src/IconShieldWithHouseRoundedFilled.tsx b/src/IconShieldWithHouseRoundedFilled.tsx index eec9c0f68..de3beb934 100644 --- a/src/IconShieldWithHouseRoundedFilled.tsx +++ b/src/IconShieldWithHouseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseRoundedFilled: React.FC = ({ +export const IconShieldWithHouseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShieldWithHouseRoundedFilled: React.FC = ({ ) - -export { IconShieldWithHouseRoundedFilled as default } diff --git a/src/IconShieldWithHouseSharp.tsx b/src/IconShieldWithHouseSharp.tsx index 00aaa753c..9f00ce0a6 100644 --- a/src/IconShieldWithHouseSharp.tsx +++ b/src/IconShieldWithHouseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseSharp: React.FC = ({ ...props }) => ( +export const IconShieldWithHouseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShieldWithHouseSharp as default } diff --git a/src/IconShieldWithHouseSharpFilled.tsx b/src/IconShieldWithHouseSharpFilled.tsx index ef8859dba..42039c0a9 100644 --- a/src/IconShieldWithHouseSharpFilled.tsx +++ b/src/IconShieldWithHouseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShieldWithHouseSharpFilled: React.FC = ({ ...props }) => ( +export const IconShieldWithHouseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShieldWithHouseSharpFilled as default } diff --git a/src/IconShiftLockOffOutlined.tsx b/src/IconShiftLockOffOutlined.tsx index 7140ae03a..f6eb64d5e 100644 --- a/src/IconShiftLockOffOutlined.tsx +++ b/src/IconShiftLockOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffOutlined: React.FC = ({ ...props }) => ( +export const IconShiftLockOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffOutlined as default } diff --git a/src/IconShiftLockOffOutlinedFilled.tsx b/src/IconShiftLockOffOutlinedFilled.tsx index 444650fd1..addc11006 100644 --- a/src/IconShiftLockOffOutlinedFilled.tsx +++ b/src/IconShiftLockOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffOutlinedFilled as default } diff --git a/src/IconShiftLockOffRounded.tsx b/src/IconShiftLockOffRounded.tsx index bbfcb539c..5368d2457 100644 --- a/src/IconShiftLockOffRounded.tsx +++ b/src/IconShiftLockOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffRounded: React.FC = ({ ...props }) => ( +export const IconShiftLockOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffRounded as default } diff --git a/src/IconShiftLockOffRoundedFilled.tsx b/src/IconShiftLockOffRoundedFilled.tsx index b4469d649..faad3d0d1 100644 --- a/src/IconShiftLockOffRoundedFilled.tsx +++ b/src/IconShiftLockOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffRoundedFilled as default } diff --git a/src/IconShiftLockOffSharp.tsx b/src/IconShiftLockOffSharp.tsx index b48dfe8a4..c64bc07bf 100644 --- a/src/IconShiftLockOffSharp.tsx +++ b/src/IconShiftLockOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffSharp: React.FC = ({ ...props }) => ( +export const IconShiftLockOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffSharp as default } diff --git a/src/IconShiftLockOffSharpFilled.tsx b/src/IconShiftLockOffSharpFilled.tsx index 163352b8b..2893f1a0f 100644 --- a/src/IconShiftLockOffSharpFilled.tsx +++ b/src/IconShiftLockOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShiftLockOffSharpFilled as default } diff --git a/src/IconShiftLockOutlined.tsx b/src/IconShiftLockOutlined.tsx index e638fea96..3c92027fd 100644 --- a/src/IconShiftLockOutlined.tsx +++ b/src/IconShiftLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOutlined: React.FC = ({ ...props }) => ( +export const IconShiftLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockOutlined as default } diff --git a/src/IconShiftLockOutlinedFilled.tsx b/src/IconShiftLockOutlinedFilled.tsx index 5f063682d..41b4ca9b1 100644 --- a/src/IconShiftLockOutlinedFilled.tsx +++ b/src/IconShiftLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShiftLockOutlinedFilled as default } diff --git a/src/IconShiftLockRounded.tsx b/src/IconShiftLockRounded.tsx index cfb8f0ab9..fc7514801 100644 --- a/src/IconShiftLockRounded.tsx +++ b/src/IconShiftLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockRounded: React.FC = ({ ...props }) => ( +export const IconShiftLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockRounded as default } diff --git a/src/IconShiftLockRoundedFilled.tsx b/src/IconShiftLockRoundedFilled.tsx index 8a3b2f1b4..f5ba0b6d0 100644 --- a/src/IconShiftLockRoundedFilled.tsx +++ b/src/IconShiftLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShiftLockRoundedFilled as default } diff --git a/src/IconShiftLockSharp.tsx b/src/IconShiftLockSharp.tsx index 52467d45d..b5e832d1f 100644 --- a/src/IconShiftLockSharp.tsx +++ b/src/IconShiftLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockSharp: React.FC = ({ ...props }) => ( +export const IconShiftLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockSharp as default } diff --git a/src/IconShiftLockSharpFilled.tsx b/src/IconShiftLockSharpFilled.tsx index e0272e419..cbae0c599 100644 --- a/src/IconShiftLockSharpFilled.tsx +++ b/src/IconShiftLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconShiftLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftLockSharpFilled as default } diff --git a/src/IconShiftOutlined.tsx b/src/IconShiftOutlined.tsx index 7c7dcf5e7..1887eceba 100644 --- a/src/IconShiftOutlined.tsx +++ b/src/IconShiftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftOutlined: React.FC = ({ ...props }) => ( +export const IconShiftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftOutlined as default } diff --git a/src/IconShiftOutlinedFilled.tsx b/src/IconShiftOutlinedFilled.tsx index ada39d24c..99682c3e3 100644 --- a/src/IconShiftOutlinedFilled.tsx +++ b/src/IconShiftOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShiftOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftOutlinedFilled as default } diff --git a/src/IconShiftRounded.tsx b/src/IconShiftRounded.tsx index e39f87f44..6d9ae1c32 100644 --- a/src/IconShiftRounded.tsx +++ b/src/IconShiftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftRounded: React.FC = ({ ...props }) => ( +export const IconShiftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftRounded as default } diff --git a/src/IconShiftRoundedFilled.tsx b/src/IconShiftRoundedFilled.tsx index f93861fee..7d3578fcb 100644 --- a/src/IconShiftRoundedFilled.tsx +++ b/src/IconShiftRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShiftRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftRoundedFilled as default } diff --git a/src/IconShiftSharp.tsx b/src/IconShiftSharp.tsx index 0ffca648d..c2eeb828d 100644 --- a/src/IconShiftSharp.tsx +++ b/src/IconShiftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftSharp: React.FC = ({ ...props }) => ( +export const IconShiftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftSharp as default } diff --git a/src/IconShiftSharpFilled.tsx b/src/IconShiftSharpFilled.tsx index c81005af6..e5b977bb7 100644 --- a/src/IconShiftSharpFilled.tsx +++ b/src/IconShiftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShiftSharpFilled: React.FC = ({ ...props }) => ( +export const IconShiftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShiftSharpFilled as default } diff --git a/src/IconShopOutlined.tsx b/src/IconShopOutlined.tsx index 1e0c70521..c91ef0722 100644 --- a/src/IconShopOutlined.tsx +++ b/src/IconShopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopOutlined: React.FC = ({ ...props }) => ( +export const IconShopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopOutlined as default } diff --git a/src/IconShopOutlinedFilled.tsx b/src/IconShopOutlinedFilled.tsx index 2a7b56ebb..b30fcb841 100644 --- a/src/IconShopOutlinedFilled.tsx +++ b/src/IconShopOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShopOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopOutlinedFilled as default } diff --git a/src/IconShopRounded.tsx b/src/IconShopRounded.tsx index dee3075f1..565a2ca34 100644 --- a/src/IconShopRounded.tsx +++ b/src/IconShopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopRounded: React.FC = ({ ...props }) => ( +export const IconShopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopRounded as default } diff --git a/src/IconShopRoundedFilled.tsx b/src/IconShopRoundedFilled.tsx index 1a48384d2..71d958c4f 100644 --- a/src/IconShopRoundedFilled.tsx +++ b/src/IconShopRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShopRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopRoundedFilled as default } diff --git a/src/IconShopSharp.tsx b/src/IconShopSharp.tsx index 39e805e75..fa9b6f82b 100644 --- a/src/IconShopSharp.tsx +++ b/src/IconShopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopSharp: React.FC = ({ ...props }) => ( +export const IconShopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopSharp as default } diff --git a/src/IconShopSharpFilled.tsx b/src/IconShopSharpFilled.tsx index cca1e63d8..a16ad4e62 100644 --- a/src/IconShopSharpFilled.tsx +++ b/src/IconShopSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopSharpFilled: React.FC = ({ ...props }) => ( +export const IconShopSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopSharpFilled as default } diff --git a/src/IconShopTwoOutlined.tsx b/src/IconShopTwoOutlined.tsx index d175c8d07..62bd2b012 100644 --- a/src/IconShopTwoOutlined.tsx +++ b/src/IconShopTwoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoOutlined: React.FC = ({ ...props }) => ( +export const IconShopTwoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopTwoOutlined as default } diff --git a/src/IconShopTwoOutlinedFilled.tsx b/src/IconShopTwoOutlinedFilled.tsx index d75bbf8dc..ee04dd838 100644 --- a/src/IconShopTwoOutlinedFilled.tsx +++ b/src/IconShopTwoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShopTwoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShopTwoOutlinedFilled as default } diff --git a/src/IconShopTwoRounded.tsx b/src/IconShopTwoRounded.tsx index 3d0489cdc..3430cc406 100644 --- a/src/IconShopTwoRounded.tsx +++ b/src/IconShopTwoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoRounded: React.FC = ({ ...props }) => ( +export const IconShopTwoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopTwoRounded as default } diff --git a/src/IconShopTwoRoundedFilled.tsx b/src/IconShopTwoRoundedFilled.tsx index 98e4aced3..0fd9c5e53 100644 --- a/src/IconShopTwoRoundedFilled.tsx +++ b/src/IconShopTwoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShopTwoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopTwoRoundedFilled as default } diff --git a/src/IconShopTwoSharp.tsx b/src/IconShopTwoSharp.tsx index 4b7229a2d..642814f5f 100644 --- a/src/IconShopTwoSharp.tsx +++ b/src/IconShopTwoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoSharp: React.FC = ({ ...props }) => ( +export const IconShopTwoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopTwoSharp as default } diff --git a/src/IconShopTwoSharpFilled.tsx b/src/IconShopTwoSharpFilled.tsx index d58dcc493..56c5e9abf 100644 --- a/src/IconShopTwoSharpFilled.tsx +++ b/src/IconShopTwoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShopTwoSharpFilled: React.FC = ({ ...props }) => ( +export const IconShopTwoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShopTwoSharpFilled as default } diff --git a/src/IconShoppingBagOutlined.tsx b/src/IconShoppingBagOutlined.tsx index 0ac5f0db0..b865140b2 100644 --- a/src/IconShoppingBagOutlined.tsx +++ b/src/IconShoppingBagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagOutlined: React.FC = ({ ...props }) => ( +export const IconShoppingBagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingBagOutlined as default } diff --git a/src/IconShoppingBagOutlinedFilled.tsx b/src/IconShoppingBagOutlinedFilled.tsx index 1c39f891e..a8434d7cc 100644 --- a/src/IconShoppingBagOutlinedFilled.tsx +++ b/src/IconShoppingBagOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingBagOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBagOutlinedFilled as default } diff --git a/src/IconShoppingBagRounded.tsx b/src/IconShoppingBagRounded.tsx index b9aa0a685..b0eef8304 100644 --- a/src/IconShoppingBagRounded.tsx +++ b/src/IconShoppingBagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagRounded: React.FC = ({ ...props }) => ( +export const IconShoppingBagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingBagRounded as default } diff --git a/src/IconShoppingBagRoundedFilled.tsx b/src/IconShoppingBagRoundedFilled.tsx index 765183898..68d1e4195 100644 --- a/src/IconShoppingBagRoundedFilled.tsx +++ b/src/IconShoppingBagRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingBagRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBagRoundedFilled as default } diff --git a/src/IconShoppingBagSharp.tsx b/src/IconShoppingBagSharp.tsx index 2f618f0ae..6012b1768 100644 --- a/src/IconShoppingBagSharp.tsx +++ b/src/IconShoppingBagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagSharp: React.FC = ({ ...props }) => ( +export const IconShoppingBagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingBagSharp as default } diff --git a/src/IconShoppingBagSharpFilled.tsx b/src/IconShoppingBagSharpFilled.tsx index 9aaec7e8f..eb41b251f 100644 --- a/src/IconShoppingBagSharpFilled.tsx +++ b/src/IconShoppingBagSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBagSharpFilled: React.FC = ({ ...props }) => ( +export const IconShoppingBagSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBagSharpFilled as default } diff --git a/src/IconShoppingBasketOutlined.tsx b/src/IconShoppingBasketOutlined.tsx index 647c90ecc..463c9cf74 100644 --- a/src/IconShoppingBasketOutlined.tsx +++ b/src/IconShoppingBasketOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketOutlined: React.FC = ({ ...props }) => ( +export const IconShoppingBasketOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBasketOutlined as default } diff --git a/src/IconShoppingBasketOutlinedFilled.tsx b/src/IconShoppingBasketOutlinedFilled.tsx index cd926f373..86cb768c1 100644 --- a/src/IconShoppingBasketOutlinedFilled.tsx +++ b/src/IconShoppingBasketOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketOutlinedFilled: React.FC = ({ +export const IconShoppingBasketOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingBasketOutlinedFilled: React.FC = ({ ) - -export { IconShoppingBasketOutlinedFilled as default } diff --git a/src/IconShoppingBasketRounded.tsx b/src/IconShoppingBasketRounded.tsx index 8f5ec64fd..cf37c9ab3 100644 --- a/src/IconShoppingBasketRounded.tsx +++ b/src/IconShoppingBasketRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketRounded: React.FC = ({ ...props }) => ( +export const IconShoppingBasketRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBasketRounded as default } diff --git a/src/IconShoppingBasketRoundedFilled.tsx b/src/IconShoppingBasketRoundedFilled.tsx index 4029f0812..d2cb36937 100644 --- a/src/IconShoppingBasketRoundedFilled.tsx +++ b/src/IconShoppingBasketRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingBasketRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBasketRoundedFilled as default } diff --git a/src/IconShoppingBasketSharp.tsx b/src/IconShoppingBasketSharp.tsx index 02eb6a500..48a1e6649 100644 --- a/src/IconShoppingBasketSharp.tsx +++ b/src/IconShoppingBasketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketSharp: React.FC = ({ ...props }) => ( +export const IconShoppingBasketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingBasketSharp as default } diff --git a/src/IconShoppingBasketSharpFilled.tsx b/src/IconShoppingBasketSharpFilled.tsx index aef1c6b93..efc64886d 100644 --- a/src/IconShoppingBasketSharpFilled.tsx +++ b/src/IconShoppingBasketSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingBasketSharpFilled: React.FC = ({ ...props }) => ( +export const IconShoppingBasketSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingBasketSharpFilled as default } diff --git a/src/IconShoppingCartCheckoutOutlined.tsx b/src/IconShoppingCartCheckoutOutlined.tsx index 53f5c4260..c916f4a83 100644 --- a/src/IconShoppingCartCheckoutOutlined.tsx +++ b/src/IconShoppingCartCheckoutOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutOutlined: React.FC = ({ +export const IconShoppingCartCheckoutOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartCheckoutOutlined: React.FC = ({ ) - -export { IconShoppingCartCheckoutOutlined as default } diff --git a/src/IconShoppingCartCheckoutOutlinedFilled.tsx b/src/IconShoppingCartCheckoutOutlinedFilled.tsx index 965bb63e2..813b01a36 100644 --- a/src/IconShoppingCartCheckoutOutlinedFilled.tsx +++ b/src/IconShoppingCartCheckoutOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutOutlinedFilled: React.FC = ({ +export const IconShoppingCartCheckoutOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartCheckoutOutlinedFilled: React.FC = ({ ) - -export { IconShoppingCartCheckoutOutlinedFilled as default } diff --git a/src/IconShoppingCartCheckoutRounded.tsx b/src/IconShoppingCartCheckoutRounded.tsx index 7e6e048d2..c2f00c2a3 100644 --- a/src/IconShoppingCartCheckoutRounded.tsx +++ b/src/IconShoppingCartCheckoutRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutRounded: React.FC = ({ ...props }) => ( +export const IconShoppingCartCheckoutRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartCheckoutRounded as default } diff --git a/src/IconShoppingCartCheckoutRoundedFilled.tsx b/src/IconShoppingCartCheckoutRoundedFilled.tsx index 4f67659b2..812afaf44 100644 --- a/src/IconShoppingCartCheckoutRoundedFilled.tsx +++ b/src/IconShoppingCartCheckoutRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutRoundedFilled: React.FC = ({ +export const IconShoppingCartCheckoutRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartCheckoutRoundedFilled: React.FC = ({ ) - -export { IconShoppingCartCheckoutRoundedFilled as default } diff --git a/src/IconShoppingCartCheckoutSharp.tsx b/src/IconShoppingCartCheckoutSharp.tsx index cdb6f0517..ef5805320 100644 --- a/src/IconShoppingCartCheckoutSharp.tsx +++ b/src/IconShoppingCartCheckoutSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutSharp: React.FC = ({ ...props }) => ( +export const IconShoppingCartCheckoutSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartCheckoutSharp as default } diff --git a/src/IconShoppingCartCheckoutSharpFilled.tsx b/src/IconShoppingCartCheckoutSharpFilled.tsx index f5d907b92..9ee5d77c9 100644 --- a/src/IconShoppingCartCheckoutSharpFilled.tsx +++ b/src/IconShoppingCartCheckoutSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartCheckoutSharpFilled: React.FC = ({ +export const IconShoppingCartCheckoutSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartCheckoutSharpFilled: React.FC = ({ ) - -export { IconShoppingCartCheckoutSharpFilled as default } diff --git a/src/IconShoppingCartOffOutlined.tsx b/src/IconShoppingCartOffOutlined.tsx index 765c34d51..39296e50c 100644 --- a/src/IconShoppingCartOffOutlined.tsx +++ b/src/IconShoppingCartOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffOutlined: React.FC = ({ ...props }) => ( +export const IconShoppingCartOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOffOutlined as default } diff --git a/src/IconShoppingCartOffOutlinedFilled.tsx b/src/IconShoppingCartOffOutlinedFilled.tsx index 9ec1be02c..3f992559e 100644 --- a/src/IconShoppingCartOffOutlinedFilled.tsx +++ b/src/IconShoppingCartOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffOutlinedFilled: React.FC = ({ +export const IconShoppingCartOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartOffOutlinedFilled: React.FC = ({ ) - -export { IconShoppingCartOffOutlinedFilled as default } diff --git a/src/IconShoppingCartOffRounded.tsx b/src/IconShoppingCartOffRounded.tsx index 560631d23..4e7a43acb 100644 --- a/src/IconShoppingCartOffRounded.tsx +++ b/src/IconShoppingCartOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffRounded: React.FC = ({ ...props }) => ( +export const IconShoppingCartOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOffRounded as default } diff --git a/src/IconShoppingCartOffRoundedFilled.tsx b/src/IconShoppingCartOffRoundedFilled.tsx index bb822931c..c59c47ad3 100644 --- a/src/IconShoppingCartOffRoundedFilled.tsx +++ b/src/IconShoppingCartOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffRoundedFilled: React.FC = ({ +export const IconShoppingCartOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShoppingCartOffRoundedFilled: React.FC = ({ ) - -export { IconShoppingCartOffRoundedFilled as default } diff --git a/src/IconShoppingCartOffSharp.tsx b/src/IconShoppingCartOffSharp.tsx index 45d2f4126..f8d6cfe79 100644 --- a/src/IconShoppingCartOffSharp.tsx +++ b/src/IconShoppingCartOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffSharp: React.FC = ({ ...props }) => ( +export const IconShoppingCartOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOffSharp as default } diff --git a/src/IconShoppingCartOffSharpFilled.tsx b/src/IconShoppingCartOffSharpFilled.tsx index dab249bf0..398f4fad4 100644 --- a/src/IconShoppingCartOffSharpFilled.tsx +++ b/src/IconShoppingCartOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconShoppingCartOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOffSharpFilled as default } diff --git a/src/IconShoppingCartOutlined.tsx b/src/IconShoppingCartOutlined.tsx index 58833b5bc..53f0a7191 100644 --- a/src/IconShoppingCartOutlined.tsx +++ b/src/IconShoppingCartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOutlined: React.FC = ({ ...props }) => ( +export const IconShoppingCartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOutlined as default } diff --git a/src/IconShoppingCartOutlinedFilled.tsx b/src/IconShoppingCartOutlinedFilled.tsx index 73d36d8b7..f5a57cfc2 100644 --- a/src/IconShoppingCartOutlinedFilled.tsx +++ b/src/IconShoppingCartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingCartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartOutlinedFilled as default } diff --git a/src/IconShoppingCartRounded.tsx b/src/IconShoppingCartRounded.tsx index 113e5724f..f81b02991 100644 --- a/src/IconShoppingCartRounded.tsx +++ b/src/IconShoppingCartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartRounded: React.FC = ({ ...props }) => ( +export const IconShoppingCartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingCartRounded as default } diff --git a/src/IconShoppingCartRoundedFilled.tsx b/src/IconShoppingCartRoundedFilled.tsx index 0b8e8093c..8282e7051 100644 --- a/src/IconShoppingCartRoundedFilled.tsx +++ b/src/IconShoppingCartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingCartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartRoundedFilled as default } diff --git a/src/IconShoppingCartSharp.tsx b/src/IconShoppingCartSharp.tsx index f84b6f15a..ea5692403 100644 --- a/src/IconShoppingCartSharp.tsx +++ b/src/IconShoppingCartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartSharp: React.FC = ({ ...props }) => ( +export const IconShoppingCartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingCartSharp as default } diff --git a/src/IconShoppingCartSharpFilled.tsx b/src/IconShoppingCartSharpFilled.tsx index 2dd0696eb..2a0d028a9 100644 --- a/src/IconShoppingCartSharpFilled.tsx +++ b/src/IconShoppingCartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingCartSharpFilled: React.FC = ({ ...props }) => ( +export const IconShoppingCartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingCartSharpFilled as default } diff --git a/src/IconShoppingmodeOutlined.tsx b/src/IconShoppingmodeOutlined.tsx index b60419855..627a3785b 100644 --- a/src/IconShoppingmodeOutlined.tsx +++ b/src/IconShoppingmodeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeOutlined: React.FC = ({ ...props }) => ( +export const IconShoppingmodeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeOutlined as default } diff --git a/src/IconShoppingmodeOutlinedFilled.tsx b/src/IconShoppingmodeOutlinedFilled.tsx index 1d6efe608..e34171f11 100644 --- a/src/IconShoppingmodeOutlinedFilled.tsx +++ b/src/IconShoppingmodeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingmodeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeOutlinedFilled as default } diff --git a/src/IconShoppingmodeRounded.tsx b/src/IconShoppingmodeRounded.tsx index 0c73c4dd9..c43c1f78e 100644 --- a/src/IconShoppingmodeRounded.tsx +++ b/src/IconShoppingmodeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeRounded: React.FC = ({ ...props }) => ( +export const IconShoppingmodeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeRounded as default } diff --git a/src/IconShoppingmodeRoundedFilled.tsx b/src/IconShoppingmodeRoundedFilled.tsx index 476507f73..b875a7945 100644 --- a/src/IconShoppingmodeRoundedFilled.tsx +++ b/src/IconShoppingmodeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShoppingmodeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeRoundedFilled as default } diff --git a/src/IconShoppingmodeSharp.tsx b/src/IconShoppingmodeSharp.tsx index c593317e3..69ca0e404 100644 --- a/src/IconShoppingmodeSharp.tsx +++ b/src/IconShoppingmodeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeSharp: React.FC = ({ ...props }) => ( +export const IconShoppingmodeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeSharp as default } diff --git a/src/IconShoppingmodeSharpFilled.tsx b/src/IconShoppingmodeSharpFilled.tsx index fa0274dd1..13772d7b5 100644 --- a/src/IconShoppingmodeSharpFilled.tsx +++ b/src/IconShoppingmodeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShoppingmodeSharpFilled: React.FC = ({ ...props }) => ( +export const IconShoppingmodeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShoppingmodeSharpFilled as default } diff --git a/src/IconShortStayOutlined.tsx b/src/IconShortStayOutlined.tsx index 693a47e51..9096c60f1 100644 --- a/src/IconShortStayOutlined.tsx +++ b/src/IconShortStayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortStayOutlined: React.FC = ({ ...props }) => ( +export const IconShortStayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortStayOutlined as default } diff --git a/src/IconShortStayOutlinedFilled.tsx b/src/IconShortStayOutlinedFilled.tsx index 16c911fa1..9a235306d 100644 --- a/src/IconShortStayOutlinedFilled.tsx +++ b/src/IconShortStayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShortStayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShortStayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShortStayOutlinedFilled as default } diff --git a/src/IconShortStayRounded.tsx b/src/IconShortStayRounded.tsx index 6dd03e0eb..d77070b40 100644 --- a/src/IconShortStayRounded.tsx +++ b/src/IconShortStayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortStayRounded: React.FC = ({ ...props }) => ( +export const IconShortStayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortStayRounded as default } diff --git a/src/IconShortStayRoundedFilled.tsx b/src/IconShortStayRoundedFilled.tsx index f65847c28..5183279ec 100644 --- a/src/IconShortStayRoundedFilled.tsx +++ b/src/IconShortStayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShortStayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShortStayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShortStayRoundedFilled as default } diff --git a/src/IconShortStaySharp.tsx b/src/IconShortStaySharp.tsx index d44ab9627..e494d6463 100644 --- a/src/IconShortStaySharp.tsx +++ b/src/IconShortStaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortStaySharp: React.FC = ({ ...props }) => ( +export const IconShortStaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortStaySharp as default } diff --git a/src/IconShortStaySharpFilled.tsx b/src/IconShortStaySharpFilled.tsx index 06cf5326d..43f43b6e6 100644 --- a/src/IconShortStaySharpFilled.tsx +++ b/src/IconShortStaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortStaySharpFilled: React.FC = ({ ...props }) => ( +export const IconShortStaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortStaySharpFilled as default } diff --git a/src/IconShortTextOutlined.tsx b/src/IconShortTextOutlined.tsx index ad347de85..26fbf0407 100644 --- a/src/IconShortTextOutlined.tsx +++ b/src/IconShortTextOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextOutlined: React.FC = ({ ...props }) => ( +export const IconShortTextOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortTextOutlined as default } diff --git a/src/IconShortTextOutlinedFilled.tsx b/src/IconShortTextOutlinedFilled.tsx index 6a0dd7157..cb0400828 100644 --- a/src/IconShortTextOutlinedFilled.tsx +++ b/src/IconShortTextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShortTextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShortTextOutlinedFilled as default } diff --git a/src/IconShortTextRounded.tsx b/src/IconShortTextRounded.tsx index 31cbbf796..728242019 100644 --- a/src/IconShortTextRounded.tsx +++ b/src/IconShortTextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextRounded: React.FC = ({ ...props }) => ( +export const IconShortTextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortTextRounded as default } diff --git a/src/IconShortTextRoundedFilled.tsx b/src/IconShortTextRoundedFilled.tsx index a9d6d5da9..a9c5051bb 100644 --- a/src/IconShortTextRoundedFilled.tsx +++ b/src/IconShortTextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShortTextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShortTextRoundedFilled as default } diff --git a/src/IconShortTextSharp.tsx b/src/IconShortTextSharp.tsx index ee6e2d09f..bf9d83897 100644 --- a/src/IconShortTextSharp.tsx +++ b/src/IconShortTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextSharp: React.FC = ({ ...props }) => ( +export const IconShortTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortTextSharp as default } diff --git a/src/IconShortTextSharpFilled.tsx b/src/IconShortTextSharpFilled.tsx index 86dc7f292..a21b337eb 100644 --- a/src/IconShortTextSharpFilled.tsx +++ b/src/IconShortTextSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShortTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconShortTextSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShortTextSharpFilled as default } diff --git a/src/IconShowChartOutlined.tsx b/src/IconShowChartOutlined.tsx index 18e0da3d9..e5ec85bb3 100644 --- a/src/IconShowChartOutlined.tsx +++ b/src/IconShowChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartOutlined: React.FC = ({ ...props }) => ( +export const IconShowChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowChartOutlined as default } diff --git a/src/IconShowChartOutlinedFilled.tsx b/src/IconShowChartOutlinedFilled.tsx index a131ebd93..0a8200726 100644 --- a/src/IconShowChartOutlinedFilled.tsx +++ b/src/IconShowChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShowChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShowChartOutlinedFilled as default } diff --git a/src/IconShowChartRounded.tsx b/src/IconShowChartRounded.tsx index 95d592eb6..53877379f 100644 --- a/src/IconShowChartRounded.tsx +++ b/src/IconShowChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartRounded: React.FC = ({ ...props }) => ( +export const IconShowChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowChartRounded as default } diff --git a/src/IconShowChartRoundedFilled.tsx b/src/IconShowChartRoundedFilled.tsx index d6acdca4f..e64653c4f 100644 --- a/src/IconShowChartRoundedFilled.tsx +++ b/src/IconShowChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShowChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShowChartRoundedFilled as default } diff --git a/src/IconShowChartSharp.tsx b/src/IconShowChartSharp.tsx index fbe58d939..00339c266 100644 --- a/src/IconShowChartSharp.tsx +++ b/src/IconShowChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartSharp: React.FC = ({ ...props }) => ( +export const IconShowChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowChartSharp as default } diff --git a/src/IconShowChartSharpFilled.tsx b/src/IconShowChartSharpFilled.tsx index 52c96839c..e5131e3da 100644 --- a/src/IconShowChartSharpFilled.tsx +++ b/src/IconShowChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconShowChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowChartSharpFilled as default } diff --git a/src/IconShowerOutlined.tsx b/src/IconShowerOutlined.tsx index e94080f3f..72848a58d 100644 --- a/src/IconShowerOutlined.tsx +++ b/src/IconShowerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerOutlined: React.FC = ({ ...props }) => ( +export const IconShowerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerOutlined as default } diff --git a/src/IconShowerOutlinedFilled.tsx b/src/IconShowerOutlinedFilled.tsx index 657afd403..fd085ac5f 100644 --- a/src/IconShowerOutlinedFilled.tsx +++ b/src/IconShowerOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShowerOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerOutlinedFilled as default } diff --git a/src/IconShowerRounded.tsx b/src/IconShowerRounded.tsx index c2844da81..33651eca1 100644 --- a/src/IconShowerRounded.tsx +++ b/src/IconShowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerRounded: React.FC = ({ ...props }) => ( +export const IconShowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerRounded as default } diff --git a/src/IconShowerRoundedFilled.tsx b/src/IconShowerRoundedFilled.tsx index 08ed6159a..f4726cc4e 100644 --- a/src/IconShowerRoundedFilled.tsx +++ b/src/IconShowerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShowerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerRoundedFilled as default } diff --git a/src/IconShowerSharp.tsx b/src/IconShowerSharp.tsx index cb983b171..969adfd95 100644 --- a/src/IconShowerSharp.tsx +++ b/src/IconShowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerSharp: React.FC = ({ ...props }) => ( +export const IconShowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerSharp as default } diff --git a/src/IconShowerSharpFilled.tsx b/src/IconShowerSharpFilled.tsx index 27e4b885c..ce315ee2f 100644 --- a/src/IconShowerSharpFilled.tsx +++ b/src/IconShowerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconShowerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShowerSharpFilled as default } diff --git a/src/IconShuffleOnOutlined.tsx b/src/IconShuffleOnOutlined.tsx index fef14dbdc..aded424b5 100644 --- a/src/IconShuffleOnOutlined.tsx +++ b/src/IconShuffleOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnOutlined: React.FC = ({ ...props }) => ( +export const IconShuffleOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleOnOutlined as default } diff --git a/src/IconShuffleOnOutlinedFilled.tsx b/src/IconShuffleOnOutlinedFilled.tsx index 419671a44..fc911530f 100644 --- a/src/IconShuffleOnOutlinedFilled.tsx +++ b/src/IconShuffleOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShuffleOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShuffleOnOutlinedFilled as default } diff --git a/src/IconShuffleOnRounded.tsx b/src/IconShuffleOnRounded.tsx index 3196f8ea7..03c91857c 100644 --- a/src/IconShuffleOnRounded.tsx +++ b/src/IconShuffleOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnRounded: React.FC = ({ ...props }) => ( +export const IconShuffleOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleOnRounded as default } diff --git a/src/IconShuffleOnRoundedFilled.tsx b/src/IconShuffleOnRoundedFilled.tsx index 7e48ae0af..f5d9da5f9 100644 --- a/src/IconShuffleOnRoundedFilled.tsx +++ b/src/IconShuffleOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShuffleOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShuffleOnRoundedFilled as default } diff --git a/src/IconShuffleOnSharp.tsx b/src/IconShuffleOnSharp.tsx index 94898e498..378022ff5 100644 --- a/src/IconShuffleOnSharp.tsx +++ b/src/IconShuffleOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnSharp: React.FC = ({ ...props }) => ( +export const IconShuffleOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleOnSharp as default } diff --git a/src/IconShuffleOnSharpFilled.tsx b/src/IconShuffleOnSharpFilled.tsx index 36cc7e0c9..8c55992c0 100644 --- a/src/IconShuffleOnSharpFilled.tsx +++ b/src/IconShuffleOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconShuffleOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleOnSharpFilled as default } diff --git a/src/IconShuffleOutlined.tsx b/src/IconShuffleOutlined.tsx index 995039f8d..3ccde0028 100644 --- a/src/IconShuffleOutlined.tsx +++ b/src/IconShuffleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOutlined: React.FC = ({ ...props }) => ( +export const IconShuffleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleOutlined as default } diff --git a/src/IconShuffleOutlinedFilled.tsx b/src/IconShuffleOutlinedFilled.tsx index 00efb1dae..686fe7b75 100644 --- a/src/IconShuffleOutlinedFilled.tsx +++ b/src/IconShuffleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShuffleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShuffleOutlinedFilled as default } diff --git a/src/IconShuffleRounded.tsx b/src/IconShuffleRounded.tsx index dcb890d0c..c6a004f34 100644 --- a/src/IconShuffleRounded.tsx +++ b/src/IconShuffleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleRounded: React.FC = ({ ...props }) => ( +export const IconShuffleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleRounded as default } diff --git a/src/IconShuffleRoundedFilled.tsx b/src/IconShuffleRoundedFilled.tsx index b71e67487..1cc8570e3 100644 --- a/src/IconShuffleRoundedFilled.tsx +++ b/src/IconShuffleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShuffleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleRoundedFilled as default } diff --git a/src/IconShuffleSharp.tsx b/src/IconShuffleSharp.tsx index 23137a15c..369cc953f 100644 --- a/src/IconShuffleSharp.tsx +++ b/src/IconShuffleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleSharp: React.FC = ({ ...props }) => ( +export const IconShuffleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleSharp as default } diff --git a/src/IconShuffleSharpFilled.tsx b/src/IconShuffleSharpFilled.tsx index 1732af41c..0754474a9 100644 --- a/src/IconShuffleSharpFilled.tsx +++ b/src/IconShuffleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShuffleSharpFilled: React.FC = ({ ...props }) => ( +export const IconShuffleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShuffleSharpFilled as default } diff --git a/src/IconShutterSpeedAddOutlined.tsx b/src/IconShutterSpeedAddOutlined.tsx index 51a15b171..c4fd3108f 100644 --- a/src/IconShutterSpeedAddOutlined.tsx +++ b/src/IconShutterSpeedAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddOutlined: React.FC = ({ ...props }) => ( +export const IconShutterSpeedAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedAddOutlined as default } diff --git a/src/IconShutterSpeedAddOutlinedFilled.tsx b/src/IconShutterSpeedAddOutlinedFilled.tsx index 0bca89289..29334b83b 100644 --- a/src/IconShutterSpeedAddOutlinedFilled.tsx +++ b/src/IconShutterSpeedAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddOutlinedFilled: React.FC = ({ +export const IconShutterSpeedAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShutterSpeedAddOutlinedFilled: React.FC = ({ ) - -export { IconShutterSpeedAddOutlinedFilled as default } diff --git a/src/IconShutterSpeedAddRounded.tsx b/src/IconShutterSpeedAddRounded.tsx index 976be853d..aae9df211 100644 --- a/src/IconShutterSpeedAddRounded.tsx +++ b/src/IconShutterSpeedAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddRounded: React.FC = ({ ...props }) => ( +export const IconShutterSpeedAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedAddRounded as default } diff --git a/src/IconShutterSpeedAddRoundedFilled.tsx b/src/IconShutterSpeedAddRoundedFilled.tsx index 8d5f55087..ecbf2dbf1 100644 --- a/src/IconShutterSpeedAddRoundedFilled.tsx +++ b/src/IconShutterSpeedAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddRoundedFilled: React.FC = ({ +export const IconShutterSpeedAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShutterSpeedAddRoundedFilled: React.FC = ({ ) - -export { IconShutterSpeedAddRoundedFilled as default } diff --git a/src/IconShutterSpeedAddSharp.tsx b/src/IconShutterSpeedAddSharp.tsx index a00b00091..c40fa4b1c 100644 --- a/src/IconShutterSpeedAddSharp.tsx +++ b/src/IconShutterSpeedAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddSharp: React.FC = ({ ...props }) => ( +export const IconShutterSpeedAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedAddSharp as default } diff --git a/src/IconShutterSpeedAddSharpFilled.tsx b/src/IconShutterSpeedAddSharpFilled.tsx index 9494f2a3d..d7d7c08a7 100644 --- a/src/IconShutterSpeedAddSharpFilled.tsx +++ b/src/IconShutterSpeedAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconShutterSpeedAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedAddSharpFilled as default } diff --git a/src/IconShutterSpeedMinusOutlined.tsx b/src/IconShutterSpeedMinusOutlined.tsx index 8d0fb3522..36f0bf3d8 100644 --- a/src/IconShutterSpeedMinusOutlined.tsx +++ b/src/IconShutterSpeedMinusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusOutlined: React.FC = ({ ...props }) => ( +export const IconShutterSpeedMinusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedMinusOutlined as default } diff --git a/src/IconShutterSpeedMinusOutlinedFilled.tsx b/src/IconShutterSpeedMinusOutlinedFilled.tsx index fc3e3e5ac..93238c830 100644 --- a/src/IconShutterSpeedMinusOutlinedFilled.tsx +++ b/src/IconShutterSpeedMinusOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusOutlinedFilled: React.FC = ({ +export const IconShutterSpeedMinusOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShutterSpeedMinusOutlinedFilled: React.FC = ({ ) - -export { IconShutterSpeedMinusOutlinedFilled as default } diff --git a/src/IconShutterSpeedMinusRounded.tsx b/src/IconShutterSpeedMinusRounded.tsx index 60795f1ae..f451980f8 100644 --- a/src/IconShutterSpeedMinusRounded.tsx +++ b/src/IconShutterSpeedMinusRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusRounded: React.FC = ({ ...props }) => ( +export const IconShutterSpeedMinusRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedMinusRounded as default } diff --git a/src/IconShutterSpeedMinusRoundedFilled.tsx b/src/IconShutterSpeedMinusRoundedFilled.tsx index a5c746fbf..829b2444d 100644 --- a/src/IconShutterSpeedMinusRoundedFilled.tsx +++ b/src/IconShutterSpeedMinusRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusRoundedFilled: React.FC = ({ +export const IconShutterSpeedMinusRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShutterSpeedMinusRoundedFilled: React.FC = ({ ) - -export { IconShutterSpeedMinusRoundedFilled as default } diff --git a/src/IconShutterSpeedMinusSharp.tsx b/src/IconShutterSpeedMinusSharp.tsx index 1fcd8c674..6243dc5f6 100644 --- a/src/IconShutterSpeedMinusSharp.tsx +++ b/src/IconShutterSpeedMinusSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusSharp: React.FC = ({ ...props }) => ( +export const IconShutterSpeedMinusSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedMinusSharp as default } diff --git a/src/IconShutterSpeedMinusSharpFilled.tsx b/src/IconShutterSpeedMinusSharpFilled.tsx index 6e542e952..575fe5322 100644 --- a/src/IconShutterSpeedMinusSharpFilled.tsx +++ b/src/IconShutterSpeedMinusSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedMinusSharpFilled: React.FC = ({ +export const IconShutterSpeedMinusSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconShutterSpeedMinusSharpFilled: React.FC = ({ ) - -export { IconShutterSpeedMinusSharpFilled as default } diff --git a/src/IconShutterSpeedOutlined.tsx b/src/IconShutterSpeedOutlined.tsx new file mode 100644 index 000000000..976454ffb --- /dev/null +++ b/src/IconShutterSpeedOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconShutterSpeedOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconShutterSpeedOutlinedFilled.tsx b/src/IconShutterSpeedOutlinedFilled.tsx index 138852f27..480135f4e 100644 --- a/src/IconShutterSpeedOutlinedFilled.tsx +++ b/src/IconShutterSpeedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconShutterSpeedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedOutlinedFilled as default } diff --git a/src/IconShutterSpeedRounded.tsx b/src/IconShutterSpeedRounded.tsx index 79d6e9340..535b79411 100644 --- a/src/IconShutterSpeedRounded.tsx +++ b/src/IconShutterSpeedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedRounded: React.FC = ({ ...props }) => ( +export const IconShutterSpeedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedRounded as default } diff --git a/src/IconShutterSpeedRoundedFilled.tsx b/src/IconShutterSpeedRoundedFilled.tsx index ac6acba48..90612cffe 100644 --- a/src/IconShutterSpeedRoundedFilled.tsx +++ b/src/IconShutterSpeedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconShutterSpeedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedRoundedFilled as default } diff --git a/src/IconShutterSpeedSharp.tsx b/src/IconShutterSpeedSharp.tsx index 21787f605..0d664f3b0 100644 --- a/src/IconShutterSpeedSharp.tsx +++ b/src/IconShutterSpeedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedSharp: React.FC = ({ ...props }) => ( +export const IconShutterSpeedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedSharp as default } diff --git a/src/IconShutterSpeedSharpFilled.tsx b/src/IconShutterSpeedSharpFilled.tsx index db65644ab..029268dfd 100644 --- a/src/IconShutterSpeedSharpFilled.tsx +++ b/src/IconShutterSpeedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconShutterSpeedSharpFilled: React.FC = ({ ...props }) => ( +export const IconShutterSpeedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconShutterSpeedSharpFilled as default } diff --git a/src/IconSickOutlined.tsx b/src/IconSickOutlined.tsx index a718c27c1..7630cc1ce 100644 --- a/src/IconSickOutlined.tsx +++ b/src/IconSickOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickOutlined: React.FC = ({ ...props }) => ( +export const IconSickOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickOutlined as default } diff --git a/src/IconSickOutlinedFilled.tsx b/src/IconSickOutlinedFilled.tsx index d7ce926fe..c8ed1b4ef 100644 --- a/src/IconSickOutlinedFilled.tsx +++ b/src/IconSickOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSickOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickOutlinedFilled as default } diff --git a/src/IconSickRounded.tsx b/src/IconSickRounded.tsx index b0ba1f42e..da29c26a6 100644 --- a/src/IconSickRounded.tsx +++ b/src/IconSickRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickRounded: React.FC = ({ ...props }) => ( +export const IconSickRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickRounded as default } diff --git a/src/IconSickRoundedFilled.tsx b/src/IconSickRoundedFilled.tsx index 58209d00c..df221fc7c 100644 --- a/src/IconSickRoundedFilled.tsx +++ b/src/IconSickRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSickRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickRoundedFilled as default } diff --git a/src/IconSickSharp.tsx b/src/IconSickSharp.tsx index ccbfee418..d103596ce 100644 --- a/src/IconSickSharp.tsx +++ b/src/IconSickSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickSharp: React.FC = ({ ...props }) => ( +export const IconSickSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickSharp as default } diff --git a/src/IconSickSharpFilled.tsx b/src/IconSickSharpFilled.tsx index 948a580c6..dda254de5 100644 --- a/src/IconSickSharpFilled.tsx +++ b/src/IconSickSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSickSharpFilled: React.FC = ({ ...props }) => ( +export const IconSickSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSickSharpFilled as default } diff --git a/src/IconSideNavigationOutlined.tsx b/src/IconSideNavigationOutlined.tsx index a84cd7349..fa5b7813a 100644 --- a/src/IconSideNavigationOutlined.tsx +++ b/src/IconSideNavigationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationOutlined: React.FC = ({ ...props }) => ( +export const IconSideNavigationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSideNavigationOutlined as default } diff --git a/src/IconSideNavigationOutlinedFilled.tsx b/src/IconSideNavigationOutlinedFilled.tsx index 898f95202..5afd832b8 100644 --- a/src/IconSideNavigationOutlinedFilled.tsx +++ b/src/IconSideNavigationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationOutlinedFilled: React.FC = ({ +export const IconSideNavigationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSideNavigationOutlinedFilled: React.FC = ({ ) - -export { IconSideNavigationOutlinedFilled as default } diff --git a/src/IconSideNavigationRounded.tsx b/src/IconSideNavigationRounded.tsx index 9aae4f3ed..b0f45a1b9 100644 --- a/src/IconSideNavigationRounded.tsx +++ b/src/IconSideNavigationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationRounded: React.FC = ({ ...props }) => ( +export const IconSideNavigationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSideNavigationRounded as default } diff --git a/src/IconSideNavigationRoundedFilled.tsx b/src/IconSideNavigationRoundedFilled.tsx index 663e86794..104ea01b3 100644 --- a/src/IconSideNavigationRoundedFilled.tsx +++ b/src/IconSideNavigationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSideNavigationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSideNavigationRoundedFilled as default } diff --git a/src/IconSideNavigationSharp.tsx b/src/IconSideNavigationSharp.tsx index a7d118b20..a0a0c9413 100644 --- a/src/IconSideNavigationSharp.tsx +++ b/src/IconSideNavigationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationSharp: React.FC = ({ ...props }) => ( +export const IconSideNavigationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSideNavigationSharp as default } diff --git a/src/IconSideNavigationSharpFilled.tsx b/src/IconSideNavigationSharpFilled.tsx index b9defef77..8be833404 100644 --- a/src/IconSideNavigationSharpFilled.tsx +++ b/src/IconSideNavigationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSideNavigationSharpFilled: React.FC = ({ ...props }) => ( +export const IconSideNavigationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSideNavigationSharpFilled as default } diff --git a/src/IconSignLanguageOutlined.tsx b/src/IconSignLanguageOutlined.tsx index f07b0c0ea..73f925c7c 100644 --- a/src/IconSignLanguageOutlined.tsx +++ b/src/IconSignLanguageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageOutlined: React.FC = ({ ...props }) => ( +export const IconSignLanguageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignLanguageOutlined as default } diff --git a/src/IconSignLanguageOutlinedFilled.tsx b/src/IconSignLanguageOutlinedFilled.tsx index 2932bade3..f625417e6 100644 --- a/src/IconSignLanguageOutlinedFilled.tsx +++ b/src/IconSignLanguageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSignLanguageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignLanguageOutlinedFilled as default } diff --git a/src/IconSignLanguageRounded.tsx b/src/IconSignLanguageRounded.tsx index 72e995921..ceba8be3c 100644 --- a/src/IconSignLanguageRounded.tsx +++ b/src/IconSignLanguageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageRounded: React.FC = ({ ...props }) => ( +export const IconSignLanguageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignLanguageRounded as default } diff --git a/src/IconSignLanguageRoundedFilled.tsx b/src/IconSignLanguageRoundedFilled.tsx index 7f215d3fb..5a03d86a8 100644 --- a/src/IconSignLanguageRoundedFilled.tsx +++ b/src/IconSignLanguageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignLanguageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignLanguageRoundedFilled as default } diff --git a/src/IconSignLanguageSharp.tsx b/src/IconSignLanguageSharp.tsx index 5281960bc..5b51ffcfd 100644 --- a/src/IconSignLanguageSharp.tsx +++ b/src/IconSignLanguageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageSharp: React.FC = ({ ...props }) => ( +export const IconSignLanguageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignLanguageSharp as default } diff --git a/src/IconSignLanguageSharpFilled.tsx b/src/IconSignLanguageSharpFilled.tsx index 686555097..e181eb3c1 100644 --- a/src/IconSignLanguageSharpFilled.tsx +++ b/src/IconSignLanguageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignLanguageSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignLanguageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignLanguageSharpFilled as default } diff --git a/src/IconSignalCellular0BarOutlined.tsx b/src/IconSignalCellular0BarOutlined.tsx index 9df6ed73e..d9c7f4eba 100644 --- a/src/IconSignalCellular0BarOutlined.tsx +++ b/src/IconSignalCellular0BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellular0BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular0BarOutlined as default } diff --git a/src/IconSignalCellular0BarOutlinedFilled.tsx b/src/IconSignalCellular0BarOutlinedFilled.tsx index 9c0ad091b..e75b37274 100644 --- a/src/IconSignalCellular0BarOutlinedFilled.tsx +++ b/src/IconSignalCellular0BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarOutlinedFilled: React.FC = ({ +export const IconSignalCellular0BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular0BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellular0BarOutlinedFilled as default } diff --git a/src/IconSignalCellular0BarRounded.tsx b/src/IconSignalCellular0BarRounded.tsx index fd0d6e72c..ae9ac99b0 100644 --- a/src/IconSignalCellular0BarRounded.tsx +++ b/src/IconSignalCellular0BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellular0BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular0BarRounded as default } diff --git a/src/IconSignalCellular0BarRoundedFilled.tsx b/src/IconSignalCellular0BarRoundedFilled.tsx index 941811f49..873e9ebc6 100644 --- a/src/IconSignalCellular0BarRoundedFilled.tsx +++ b/src/IconSignalCellular0BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarRoundedFilled: React.FC = ({ +export const IconSignalCellular0BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular0BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellular0BarRoundedFilled as default } diff --git a/src/IconSignalCellular0BarSharp.tsx b/src/IconSignalCellular0BarSharp.tsx index 833249bdd..e296c2cc7 100644 --- a/src/IconSignalCellular0BarSharp.tsx +++ b/src/IconSignalCellular0BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellular0BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular0BarSharp as default } diff --git a/src/IconSignalCellular0BarSharpFilled.tsx b/src/IconSignalCellular0BarSharpFilled.tsx index 3d865b646..8196e6347 100644 --- a/src/IconSignalCellular0BarSharpFilled.tsx +++ b/src/IconSignalCellular0BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular0BarSharpFilled: React.FC = ({ +export const IconSignalCellular0BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular0BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellular0BarSharpFilled as default } diff --git a/src/IconSignalCellular1BarOutlined.tsx b/src/IconSignalCellular1BarOutlined.tsx index ce67a1bdb..691965739 100644 --- a/src/IconSignalCellular1BarOutlined.tsx +++ b/src/IconSignalCellular1BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellular1BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular1BarOutlined as default } diff --git a/src/IconSignalCellular1BarOutlinedFilled.tsx b/src/IconSignalCellular1BarOutlinedFilled.tsx index c519c3458..6de997f27 100644 --- a/src/IconSignalCellular1BarOutlinedFilled.tsx +++ b/src/IconSignalCellular1BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarOutlinedFilled: React.FC = ({ +export const IconSignalCellular1BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular1BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellular1BarOutlinedFilled as default } diff --git a/src/IconSignalCellular1BarRounded.tsx b/src/IconSignalCellular1BarRounded.tsx index 9f9894ef8..4d28c0bef 100644 --- a/src/IconSignalCellular1BarRounded.tsx +++ b/src/IconSignalCellular1BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellular1BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular1BarRounded as default } diff --git a/src/IconSignalCellular1BarRoundedFilled.tsx b/src/IconSignalCellular1BarRoundedFilled.tsx index 17ca8fdab..9636f7575 100644 --- a/src/IconSignalCellular1BarRoundedFilled.tsx +++ b/src/IconSignalCellular1BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarRoundedFilled: React.FC = ({ +export const IconSignalCellular1BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular1BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellular1BarRoundedFilled as default } diff --git a/src/IconSignalCellular1BarSharp.tsx b/src/IconSignalCellular1BarSharp.tsx index a5da9b20e..6745a8139 100644 --- a/src/IconSignalCellular1BarSharp.tsx +++ b/src/IconSignalCellular1BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellular1BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular1BarSharp as default } diff --git a/src/IconSignalCellular1BarSharpFilled.tsx b/src/IconSignalCellular1BarSharpFilled.tsx index 426595545..cb72aa433 100644 --- a/src/IconSignalCellular1BarSharpFilled.tsx +++ b/src/IconSignalCellular1BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular1BarSharpFilled: React.FC = ({ +export const IconSignalCellular1BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular1BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellular1BarSharpFilled as default } diff --git a/src/IconSignalCellular2BarOutlined.tsx b/src/IconSignalCellular2BarOutlined.tsx index 68b04ed39..6dbdf0378 100644 --- a/src/IconSignalCellular2BarOutlined.tsx +++ b/src/IconSignalCellular2BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellular2BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular2BarOutlined as default } diff --git a/src/IconSignalCellular2BarOutlinedFilled.tsx b/src/IconSignalCellular2BarOutlinedFilled.tsx index 78201d40f..6d0776390 100644 --- a/src/IconSignalCellular2BarOutlinedFilled.tsx +++ b/src/IconSignalCellular2BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarOutlinedFilled: React.FC = ({ +export const IconSignalCellular2BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular2BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellular2BarOutlinedFilled as default } diff --git a/src/IconSignalCellular2BarRounded.tsx b/src/IconSignalCellular2BarRounded.tsx index d8bd0eece..81b30bfa2 100644 --- a/src/IconSignalCellular2BarRounded.tsx +++ b/src/IconSignalCellular2BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellular2BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular2BarRounded as default } diff --git a/src/IconSignalCellular2BarRoundedFilled.tsx b/src/IconSignalCellular2BarRoundedFilled.tsx index 978aad490..3f0919157 100644 --- a/src/IconSignalCellular2BarRoundedFilled.tsx +++ b/src/IconSignalCellular2BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarRoundedFilled: React.FC = ({ +export const IconSignalCellular2BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular2BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellular2BarRoundedFilled as default } diff --git a/src/IconSignalCellular2BarSharp.tsx b/src/IconSignalCellular2BarSharp.tsx index aa9755260..b0afa5f33 100644 --- a/src/IconSignalCellular2BarSharp.tsx +++ b/src/IconSignalCellular2BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellular2BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular2BarSharp as default } diff --git a/src/IconSignalCellular2BarSharpFilled.tsx b/src/IconSignalCellular2BarSharpFilled.tsx index e83cc34a7..cef207e3b 100644 --- a/src/IconSignalCellular2BarSharpFilled.tsx +++ b/src/IconSignalCellular2BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular2BarSharpFilled: React.FC = ({ +export const IconSignalCellular2BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular2BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellular2BarSharpFilled as default } diff --git a/src/IconSignalCellular3BarOutlined.tsx b/src/IconSignalCellular3BarOutlined.tsx index 5586d2953..c6e5fd38b 100644 --- a/src/IconSignalCellular3BarOutlined.tsx +++ b/src/IconSignalCellular3BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellular3BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular3BarOutlined as default } diff --git a/src/IconSignalCellular3BarOutlinedFilled.tsx b/src/IconSignalCellular3BarOutlinedFilled.tsx index a22a66489..a6e309558 100644 --- a/src/IconSignalCellular3BarOutlinedFilled.tsx +++ b/src/IconSignalCellular3BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarOutlinedFilled: React.FC = ({ +export const IconSignalCellular3BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular3BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellular3BarOutlinedFilled as default } diff --git a/src/IconSignalCellular3BarRounded.tsx b/src/IconSignalCellular3BarRounded.tsx index e6f36ea91..c08a58835 100644 --- a/src/IconSignalCellular3BarRounded.tsx +++ b/src/IconSignalCellular3BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellular3BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular3BarRounded as default } diff --git a/src/IconSignalCellular3BarRoundedFilled.tsx b/src/IconSignalCellular3BarRoundedFilled.tsx index f603c1ff7..3ec97ce6b 100644 --- a/src/IconSignalCellular3BarRoundedFilled.tsx +++ b/src/IconSignalCellular3BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarRoundedFilled: React.FC = ({ +export const IconSignalCellular3BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular3BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellular3BarRoundedFilled as default } diff --git a/src/IconSignalCellular3BarSharp.tsx b/src/IconSignalCellular3BarSharp.tsx index 87ca76e00..a14cbfaf3 100644 --- a/src/IconSignalCellular3BarSharp.tsx +++ b/src/IconSignalCellular3BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellular3BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular3BarSharp as default } diff --git a/src/IconSignalCellular3BarSharpFilled.tsx b/src/IconSignalCellular3BarSharpFilled.tsx index 4c1603be4..c8ff1e763 100644 --- a/src/IconSignalCellular3BarSharpFilled.tsx +++ b/src/IconSignalCellular3BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular3BarSharpFilled: React.FC = ({ +export const IconSignalCellular3BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular3BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellular3BarSharpFilled as default } diff --git a/src/IconSignalCellular4BarOutlined.tsx b/src/IconSignalCellular4BarOutlined.tsx index b78448034..963273b16 100644 --- a/src/IconSignalCellular4BarOutlined.tsx +++ b/src/IconSignalCellular4BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellular4BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular4BarOutlined as default } diff --git a/src/IconSignalCellular4BarOutlinedFilled.tsx b/src/IconSignalCellular4BarOutlinedFilled.tsx index fbb02691f..9859c9f49 100644 --- a/src/IconSignalCellular4BarOutlinedFilled.tsx +++ b/src/IconSignalCellular4BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarOutlinedFilled: React.FC = ({ +export const IconSignalCellular4BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular4BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellular4BarOutlinedFilled as default } diff --git a/src/IconSignalCellular4BarRounded.tsx b/src/IconSignalCellular4BarRounded.tsx index 19e1b80c2..9bfb92921 100644 --- a/src/IconSignalCellular4BarRounded.tsx +++ b/src/IconSignalCellular4BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellular4BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular4BarRounded as default } diff --git a/src/IconSignalCellular4BarRoundedFilled.tsx b/src/IconSignalCellular4BarRoundedFilled.tsx index 2e21f60be..5b6c057e7 100644 --- a/src/IconSignalCellular4BarRoundedFilled.tsx +++ b/src/IconSignalCellular4BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarRoundedFilled: React.FC = ({ +export const IconSignalCellular4BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular4BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellular4BarRoundedFilled as default } diff --git a/src/IconSignalCellular4BarSharp.tsx b/src/IconSignalCellular4BarSharp.tsx index 503659bbb..5bdf0b327 100644 --- a/src/IconSignalCellular4BarSharp.tsx +++ b/src/IconSignalCellular4BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellular4BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellular4BarSharp as default } diff --git a/src/IconSignalCellular4BarSharpFilled.tsx b/src/IconSignalCellular4BarSharpFilled.tsx index 099999e36..eb314aed9 100644 --- a/src/IconSignalCellular4BarSharpFilled.tsx +++ b/src/IconSignalCellular4BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellular4BarSharpFilled: React.FC = ({ +export const IconSignalCellular4BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellular4BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellular4BarSharpFilled as default } diff --git a/src/IconSignalCellularAddOutlined.tsx b/src/IconSignalCellularAddOutlined.tsx index e9f4c3bd4..ca3b07700 100644 --- a/src/IconSignalCellularAddOutlined.tsx +++ b/src/IconSignalCellularAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellularAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAddOutlined as default } diff --git a/src/IconSignalCellularAddOutlinedFilled.tsx b/src/IconSignalCellularAddOutlinedFilled.tsx index 4e38cfa75..e59781a6d 100644 --- a/src/IconSignalCellularAddOutlinedFilled.tsx +++ b/src/IconSignalCellularAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddOutlinedFilled: React.FC = ({ +export const IconSignalCellularAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAddOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularAddOutlinedFilled as default } diff --git a/src/IconSignalCellularAddRounded.tsx b/src/IconSignalCellularAddRounded.tsx index 32131f78d..20b752828 100644 --- a/src/IconSignalCellularAddRounded.tsx +++ b/src/IconSignalCellularAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAddRounded as default } diff --git a/src/IconSignalCellularAddRoundedFilled.tsx b/src/IconSignalCellularAddRoundedFilled.tsx index 9945b2c5b..50525e13d 100644 --- a/src/IconSignalCellularAddRoundedFilled.tsx +++ b/src/IconSignalCellularAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddRoundedFilled: React.FC = ({ +export const IconSignalCellularAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAddRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularAddRoundedFilled as default } diff --git a/src/IconSignalCellularAddSharp.tsx b/src/IconSignalCellularAddSharp.tsx index 4a59a6d1e..f29134616 100644 --- a/src/IconSignalCellularAddSharp.tsx +++ b/src/IconSignalCellularAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAddSharp as default } diff --git a/src/IconSignalCellularAddSharpFilled.tsx b/src/IconSignalCellularAddSharpFilled.tsx index 2aff0493d..ab5c3e4d2 100644 --- a/src/IconSignalCellularAddSharpFilled.tsx +++ b/src/IconSignalCellularAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAddSharpFilled: React.FC = ({ +export const IconSignalCellularAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAddSharpFilled: React.FC = ({ ) - -export { IconSignalCellularAddSharpFilled as default } diff --git a/src/IconSignalCellularAlt1BarOutlined.tsx b/src/IconSignalCellularAlt1BarOutlined.tsx index 39454bea0..9ab24d660 100644 --- a/src/IconSignalCellularAlt1BarOutlined.tsx +++ b/src/IconSignalCellularAlt1BarOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarOutlined: React.FC = ({ +export const IconSignalCellularAlt1BarOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt1BarOutlined: React.FC = ({ ) - -export { IconSignalCellularAlt1BarOutlined as default } diff --git a/src/IconSignalCellularAlt1BarOutlinedFilled.tsx b/src/IconSignalCellularAlt1BarOutlinedFilled.tsx index 9b6d3ad89..44f7b92e6 100644 --- a/src/IconSignalCellularAlt1BarOutlinedFilled.tsx +++ b/src/IconSignalCellularAlt1BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarOutlinedFilled: React.FC = ({ +export const IconSignalCellularAlt1BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt1BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularAlt1BarOutlinedFilled as default } diff --git a/src/IconSignalCellularAlt1BarRounded.tsx b/src/IconSignalCellularAlt1BarRounded.tsx index 739f85129..78c1f22c8 100644 --- a/src/IconSignalCellularAlt1BarRounded.tsx +++ b/src/IconSignalCellularAlt1BarRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarRounded: React.FC = ({ +export const IconSignalCellularAlt1BarRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt1BarRounded: React.FC = ({ ) - -export { IconSignalCellularAlt1BarRounded as default } diff --git a/src/IconSignalCellularAlt1BarRoundedFilled.tsx b/src/IconSignalCellularAlt1BarRoundedFilled.tsx index 60b06c208..18e0cef96 100644 --- a/src/IconSignalCellularAlt1BarRoundedFilled.tsx +++ b/src/IconSignalCellularAlt1BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarRoundedFilled: React.FC = ({ +export const IconSignalCellularAlt1BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt1BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularAlt1BarRoundedFilled as default } diff --git a/src/IconSignalCellularAlt1BarSharp.tsx b/src/IconSignalCellularAlt1BarSharp.tsx index 1a16a94a0..987a644e4 100644 --- a/src/IconSignalCellularAlt1BarSharp.tsx +++ b/src/IconSignalCellularAlt1BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularAlt1BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAlt1BarSharp as default } diff --git a/src/IconSignalCellularAlt1BarSharpFilled.tsx b/src/IconSignalCellularAlt1BarSharpFilled.tsx index eec4a0c9f..8b115891c 100644 --- a/src/IconSignalCellularAlt1BarSharpFilled.tsx +++ b/src/IconSignalCellularAlt1BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt1BarSharpFilled: React.FC = ({ +export const IconSignalCellularAlt1BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt1BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellularAlt1BarSharpFilled as default } diff --git a/src/IconSignalCellularAlt2BarOutlined.tsx b/src/IconSignalCellularAlt2BarOutlined.tsx index dee98fa6a..a4c3062b7 100644 --- a/src/IconSignalCellularAlt2BarOutlined.tsx +++ b/src/IconSignalCellularAlt2BarOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarOutlined: React.FC = ({ +export const IconSignalCellularAlt2BarOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt2BarOutlined: React.FC = ({ ) - -export { IconSignalCellularAlt2BarOutlined as default } diff --git a/src/IconSignalCellularAlt2BarOutlinedFilled.tsx b/src/IconSignalCellularAlt2BarOutlinedFilled.tsx index 7b3dbf163..599c9333f 100644 --- a/src/IconSignalCellularAlt2BarOutlinedFilled.tsx +++ b/src/IconSignalCellularAlt2BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarOutlinedFilled: React.FC = ({ +export const IconSignalCellularAlt2BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt2BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularAlt2BarOutlinedFilled as default } diff --git a/src/IconSignalCellularAlt2BarRounded.tsx b/src/IconSignalCellularAlt2BarRounded.tsx index 2a027f25c..0114502e0 100644 --- a/src/IconSignalCellularAlt2BarRounded.tsx +++ b/src/IconSignalCellularAlt2BarRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarRounded: React.FC = ({ +export const IconSignalCellularAlt2BarRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt2BarRounded: React.FC = ({ ) - -export { IconSignalCellularAlt2BarRounded as default } diff --git a/src/IconSignalCellularAlt2BarRoundedFilled.tsx b/src/IconSignalCellularAlt2BarRoundedFilled.tsx index 5e8515e94..addd6b987 100644 --- a/src/IconSignalCellularAlt2BarRoundedFilled.tsx +++ b/src/IconSignalCellularAlt2BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarRoundedFilled: React.FC = ({ +export const IconSignalCellularAlt2BarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt2BarRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularAlt2BarRoundedFilled as default } diff --git a/src/IconSignalCellularAlt2BarSharp.tsx b/src/IconSignalCellularAlt2BarSharp.tsx index 39f9a3e23..01c252a5d 100644 --- a/src/IconSignalCellularAlt2BarSharp.tsx +++ b/src/IconSignalCellularAlt2BarSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularAlt2BarSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAlt2BarSharp as default } diff --git a/src/IconSignalCellularAlt2BarSharpFilled.tsx b/src/IconSignalCellularAlt2BarSharpFilled.tsx index 1eae9ce6c..e14a46134 100644 --- a/src/IconSignalCellularAlt2BarSharpFilled.tsx +++ b/src/IconSignalCellularAlt2BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAlt2BarSharpFilled: React.FC = ({ +export const IconSignalCellularAlt2BarSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAlt2BarSharpFilled: React.FC = ({ ) - -export { IconSignalCellularAlt2BarSharpFilled as default } diff --git a/src/IconSignalCellularAltOutlined.tsx b/src/IconSignalCellularAltOutlined.tsx index 2908cb32d..f55e440a3 100644 --- a/src/IconSignalCellularAltOutlined.tsx +++ b/src/IconSignalCellularAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellularAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAltOutlined as default } diff --git a/src/IconSignalCellularAltOutlinedFilled.tsx b/src/IconSignalCellularAltOutlinedFilled.tsx index a394fe9ae..60ea15bf5 100644 --- a/src/IconSignalCellularAltOutlinedFilled.tsx +++ b/src/IconSignalCellularAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltOutlinedFilled: React.FC = ({ +export const IconSignalCellularAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAltOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularAltOutlinedFilled as default } diff --git a/src/IconSignalCellularAltRounded.tsx b/src/IconSignalCellularAltRounded.tsx index a76d1173c..4454524cc 100644 --- a/src/IconSignalCellularAltRounded.tsx +++ b/src/IconSignalCellularAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAltRounded as default } diff --git a/src/IconSignalCellularAltRoundedFilled.tsx b/src/IconSignalCellularAltRoundedFilled.tsx index bd3ea78f7..7ebae7e7d 100644 --- a/src/IconSignalCellularAltRoundedFilled.tsx +++ b/src/IconSignalCellularAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltRoundedFilled: React.FC = ({ +export const IconSignalCellularAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAltRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularAltRoundedFilled as default } diff --git a/src/IconSignalCellularAltSharp.tsx b/src/IconSignalCellularAltSharp.tsx index c8d9fd8e3..83e2dc3c3 100644 --- a/src/IconSignalCellularAltSharp.tsx +++ b/src/IconSignalCellularAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularAltSharp as default } diff --git a/src/IconSignalCellularAltSharpFilled.tsx b/src/IconSignalCellularAltSharpFilled.tsx index 27d08c544..513bf747f 100644 --- a/src/IconSignalCellularAltSharpFilled.tsx +++ b/src/IconSignalCellularAltSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularAltSharpFilled: React.FC = ({ +export const IconSignalCellularAltSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularAltSharpFilled: React.FC = ({ ) - -export { IconSignalCellularAltSharpFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx b/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx index 323b5ab5b..1d7b0d675 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarOutlined: React.FC< +export const IconSignalCellularConnectedNoInternet0BarOutlined: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet0BarOutlined: React.FC< ) - -export { IconSignalCellularConnectedNoInternet0BarOutlined as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx index bd8305c06..b0a391cd5 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarOutlinedFilled: React.FC< +export const IconSignalCellularConnectedNoInternet0BarOutlinedFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet0BarOutlinedFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet0BarOutlinedFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx b/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx index 7f90c7dc5..9005391f6 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarRounded.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarRounded: React.FC = ({ - ...props -}) => ( +export const IconSignalCellularConnectedNoInternet0BarRounded: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalCellularConnectedNoInternet0BarRounded as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx index fa23a9c83..8a4f60b33 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarRoundedFilled: React.FC< +export const IconSignalCellularConnectedNoInternet0BarRoundedFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet0BarRoundedFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet0BarRoundedFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx b/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx index 3c73425f1..ec99639a8 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarSharp.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarSharp: React.FC = ({ - ...props -}) => ( +export const IconSignalCellularConnectedNoInternet0BarSharp: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalCellularConnectedNoInternet0BarSharp as default } diff --git a/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx b/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx index 045177e89..759076c82 100644 --- a/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet0BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet0BarSharpFilled: React.FC< +export const IconSignalCellularConnectedNoInternet0BarSharpFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet0BarSharpFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet0BarSharpFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx b/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx index 298f4161d..fb9190c4e 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarOutlined: React.FC< +export const IconSignalCellularConnectedNoInternet4BarOutlined: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet4BarOutlined: React.FC< ) - -export { IconSignalCellularConnectedNoInternet4BarOutlined as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx index 40a2c52cf..87c43e628 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarOutlinedFilled: React.FC< +export const IconSignalCellularConnectedNoInternet4BarOutlinedFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet4BarOutlinedFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet4BarOutlinedFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx b/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx index 25e77c4bd..d14ddd65b 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarRounded.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarRounded: React.FC = ({ - ...props -}) => ( +export const IconSignalCellularConnectedNoInternet4BarRounded: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalCellularConnectedNoInternet4BarRounded as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx index 2eb723f7e..e9928418d 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarRoundedFilled: React.FC< +export const IconSignalCellularConnectedNoInternet4BarRoundedFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet4BarRoundedFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet4BarRoundedFilled as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx b/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx index 8f54a89fd..ef9ed4806 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarSharp.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarSharp: React.FC = ({ - ...props -}) => ( +export const IconSignalCellularConnectedNoInternet4BarSharp: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalCellularConnectedNoInternet4BarSharp as default } diff --git a/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx b/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx index 27133dc88..9168a13e1 100644 --- a/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx +++ b/src/IconSignalCellularConnectedNoInternet4BarSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularConnectedNoInternet4BarSharpFilled: React.FC< +export const IconSignalCellularConnectedNoInternet4BarSharpFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularConnectedNoInternet4BarSharpFilled: React.FC< ) - -export { IconSignalCellularConnectedNoInternet4BarSharpFilled as default } diff --git a/src/IconSignalCellularNodataOutlined.tsx b/src/IconSignalCellularNodataOutlined.tsx index 2b20c7d03..9bc126a56 100644 --- a/src/IconSignalCellularNodataOutlined.tsx +++ b/src/IconSignalCellularNodataOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataOutlined: React.FC = ({ +export const IconSignalCellularNodataOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNodataOutlined: React.FC = ({ ) - -export { IconSignalCellularNodataOutlined as default } diff --git a/src/IconSignalCellularNodataOutlinedFilled.tsx b/src/IconSignalCellularNodataOutlinedFilled.tsx index f833922e5..7b292ffc0 100644 --- a/src/IconSignalCellularNodataOutlinedFilled.tsx +++ b/src/IconSignalCellularNodataOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataOutlinedFilled: React.FC = ({ +export const IconSignalCellularNodataOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNodataOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularNodataOutlinedFilled as default } diff --git a/src/IconSignalCellularNodataRounded.tsx b/src/IconSignalCellularNodataRounded.tsx index a544f1168..6c2d2d7f1 100644 --- a/src/IconSignalCellularNodataRounded.tsx +++ b/src/IconSignalCellularNodataRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularNodataRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularNodataRounded as default } diff --git a/src/IconSignalCellularNodataRoundedFilled.tsx b/src/IconSignalCellularNodataRoundedFilled.tsx index c59586001..91b72b373 100644 --- a/src/IconSignalCellularNodataRoundedFilled.tsx +++ b/src/IconSignalCellularNodataRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataRoundedFilled: React.FC = ({ +export const IconSignalCellularNodataRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNodataRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularNodataRoundedFilled as default } diff --git a/src/IconSignalCellularNodataSharp.tsx b/src/IconSignalCellularNodataSharp.tsx index afa4e2d60..650757f8c 100644 --- a/src/IconSignalCellularNodataSharp.tsx +++ b/src/IconSignalCellularNodataSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularNodataSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularNodataSharp as default } diff --git a/src/IconSignalCellularNodataSharpFilled.tsx b/src/IconSignalCellularNodataSharpFilled.tsx index 332a38741..840d5017f 100644 --- a/src/IconSignalCellularNodataSharpFilled.tsx +++ b/src/IconSignalCellularNodataSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNodataSharpFilled: React.FC = ({ +export const IconSignalCellularNodataSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNodataSharpFilled: React.FC = ({ ) - -export { IconSignalCellularNodataSharpFilled as default } diff --git a/src/IconSignalCellularNullOutlined.tsx b/src/IconSignalCellularNullOutlined.tsx new file mode 100644 index 000000000..d717403c6 --- /dev/null +++ b/src/IconSignalCellularNullOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSignalCellularNullOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSignalCellularNullOutlinedFilled.tsx b/src/IconSignalCellularNullOutlinedFilled.tsx index 8555850d7..9da3e9345 100644 --- a/src/IconSignalCellularNullOutlinedFilled.tsx +++ b/src/IconSignalCellularNullOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNullOutlinedFilled: React.FC = ({ +export const IconSignalCellularNullOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNullOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularNullOutlinedFilled as default } diff --git a/src/IconSignalCellularNullRounded.tsx b/src/IconSignalCellularNullRounded.tsx index 6c3c5bc17..25e2dffd0 100644 --- a/src/IconSignalCellularNullRounded.tsx +++ b/src/IconSignalCellularNullRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNullRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularNullRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularNullRounded as default } diff --git a/src/IconSignalCellularNullRoundedFilled.tsx b/src/IconSignalCellularNullRoundedFilled.tsx index e1256da26..c5ed37bd6 100644 --- a/src/IconSignalCellularNullRoundedFilled.tsx +++ b/src/IconSignalCellularNullRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNullRoundedFilled: React.FC = ({ +export const IconSignalCellularNullRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNullRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularNullRoundedFilled as default } diff --git a/src/IconSignalCellularNullSharp.tsx b/src/IconSignalCellularNullSharp.tsx index de10d402c..fc8b67726 100644 --- a/src/IconSignalCellularNullSharp.tsx +++ b/src/IconSignalCellularNullSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNullSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularNullSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularNullSharp as default } diff --git a/src/IconSignalCellularNullSharpFilled.tsx b/src/IconSignalCellularNullSharpFilled.tsx index 450405c93..744366533 100644 --- a/src/IconSignalCellularNullSharpFilled.tsx +++ b/src/IconSignalCellularNullSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularNullSharpFilled: React.FC = ({ +export const IconSignalCellularNullSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularNullSharpFilled: React.FC = ({ ) - -export { IconSignalCellularNullSharpFilled as default } diff --git a/src/IconSignalCellularOffOutlined.tsx b/src/IconSignalCellularOffOutlined.tsx index ddd72f85b..42b9fc4ad 100644 --- a/src/IconSignalCellularOffOutlined.tsx +++ b/src/IconSignalCellularOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellularOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularOffOutlined as default } diff --git a/src/IconSignalCellularOffOutlinedFilled.tsx b/src/IconSignalCellularOffOutlinedFilled.tsx index 665ca5449..0361a4f3d 100644 --- a/src/IconSignalCellularOffOutlinedFilled.tsx +++ b/src/IconSignalCellularOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffOutlinedFilled: React.FC = ({ +export const IconSignalCellularOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularOffOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularOffOutlinedFilled as default } diff --git a/src/IconSignalCellularOffRounded.tsx b/src/IconSignalCellularOffRounded.tsx index 6e2b63607..1dc78ad4a 100644 --- a/src/IconSignalCellularOffRounded.tsx +++ b/src/IconSignalCellularOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularOffRounded as default } diff --git a/src/IconSignalCellularOffRoundedFilled.tsx b/src/IconSignalCellularOffRoundedFilled.tsx index 74dcf7cc9..86a31b8cb 100644 --- a/src/IconSignalCellularOffRoundedFilled.tsx +++ b/src/IconSignalCellularOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffRoundedFilled: React.FC = ({ +export const IconSignalCellularOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularOffRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularOffRoundedFilled as default } diff --git a/src/IconSignalCellularOffSharp.tsx b/src/IconSignalCellularOffSharp.tsx index c7daa1c52..69734026d 100644 --- a/src/IconSignalCellularOffSharp.tsx +++ b/src/IconSignalCellularOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularOffSharp as default } diff --git a/src/IconSignalCellularOffSharpFilled.tsx b/src/IconSignalCellularOffSharpFilled.tsx index 081c2d699..be1f5009b 100644 --- a/src/IconSignalCellularOffSharpFilled.tsx +++ b/src/IconSignalCellularOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularOffSharpFilled: React.FC = ({ +export const IconSignalCellularOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularOffSharpFilled: React.FC = ({ ) - -export { IconSignalCellularOffSharpFilled as default } diff --git a/src/IconSignalCellularPauseOutlined.tsx b/src/IconSignalCellularPauseOutlined.tsx index 7d8ed8119..f65e19a73 100644 --- a/src/IconSignalCellularPauseOutlined.tsx +++ b/src/IconSignalCellularPauseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseOutlined: React.FC = ({ ...props }) => ( +export const IconSignalCellularPauseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularPauseOutlined as default } diff --git a/src/IconSignalCellularPauseOutlinedFilled.tsx b/src/IconSignalCellularPauseOutlinedFilled.tsx index 94f73333b..a98cffae9 100644 --- a/src/IconSignalCellularPauseOutlinedFilled.tsx +++ b/src/IconSignalCellularPauseOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseOutlinedFilled: React.FC = ({ +export const IconSignalCellularPauseOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularPauseOutlinedFilled: React.FC = ({ ) - -export { IconSignalCellularPauseOutlinedFilled as default } diff --git a/src/IconSignalCellularPauseRounded.tsx b/src/IconSignalCellularPauseRounded.tsx index 9ebc0c380..2cf988e9c 100644 --- a/src/IconSignalCellularPauseRounded.tsx +++ b/src/IconSignalCellularPauseRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseRounded: React.FC = ({ ...props }) => ( +export const IconSignalCellularPauseRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularPauseRounded as default } diff --git a/src/IconSignalCellularPauseRoundedFilled.tsx b/src/IconSignalCellularPauseRoundedFilled.tsx index 8503234aa..da04210ea 100644 --- a/src/IconSignalCellularPauseRoundedFilled.tsx +++ b/src/IconSignalCellularPauseRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseRoundedFilled: React.FC = ({ +export const IconSignalCellularPauseRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularPauseRoundedFilled: React.FC = ({ ) - -export { IconSignalCellularPauseRoundedFilled as default } diff --git a/src/IconSignalCellularPauseSharp.tsx b/src/IconSignalCellularPauseSharp.tsx index dfedb7e89..1fb109424 100644 --- a/src/IconSignalCellularPauseSharp.tsx +++ b/src/IconSignalCellularPauseSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseSharp: React.FC = ({ ...props }) => ( +export const IconSignalCellularPauseSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalCellularPauseSharp as default } diff --git a/src/IconSignalCellularPauseSharpFilled.tsx b/src/IconSignalCellularPauseSharpFilled.tsx index 2bbaa90b9..ccddcde39 100644 --- a/src/IconSignalCellularPauseSharpFilled.tsx +++ b/src/IconSignalCellularPauseSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalCellularPauseSharpFilled: React.FC = ({ +export const IconSignalCellularPauseSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalCellularPauseSharpFilled: React.FC = ({ ) - -export { IconSignalCellularPauseSharpFilled as default } diff --git a/src/IconSignalDisconnectedOutlined.tsx b/src/IconSignalDisconnectedOutlined.tsx index 41bef2a66..c614e68ed 100644 --- a/src/IconSignalDisconnectedOutlined.tsx +++ b/src/IconSignalDisconnectedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedOutlined: React.FC = ({ ...props }) => ( +export const IconSignalDisconnectedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalDisconnectedOutlined as default } diff --git a/src/IconSignalDisconnectedOutlinedFilled.tsx b/src/IconSignalDisconnectedOutlinedFilled.tsx index b1b56115a..c6b2c62a9 100644 --- a/src/IconSignalDisconnectedOutlinedFilled.tsx +++ b/src/IconSignalDisconnectedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedOutlinedFilled: React.FC = ({ +export const IconSignalDisconnectedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalDisconnectedOutlinedFilled: React.FC = ({ ) - -export { IconSignalDisconnectedOutlinedFilled as default } diff --git a/src/IconSignalDisconnectedRounded.tsx b/src/IconSignalDisconnectedRounded.tsx index c9a4dfde3..bd173d8d6 100644 --- a/src/IconSignalDisconnectedRounded.tsx +++ b/src/IconSignalDisconnectedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedRounded: React.FC = ({ ...props }) => ( +export const IconSignalDisconnectedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalDisconnectedRounded as default } diff --git a/src/IconSignalDisconnectedRoundedFilled.tsx b/src/IconSignalDisconnectedRoundedFilled.tsx index 5baafd4cc..887e05b9d 100644 --- a/src/IconSignalDisconnectedRoundedFilled.tsx +++ b/src/IconSignalDisconnectedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedRoundedFilled: React.FC = ({ +export const IconSignalDisconnectedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalDisconnectedRoundedFilled: React.FC = ({ ) - -export { IconSignalDisconnectedRoundedFilled as default } diff --git a/src/IconSignalDisconnectedSharp.tsx b/src/IconSignalDisconnectedSharp.tsx index c7c55cc7b..72dad8581 100644 --- a/src/IconSignalDisconnectedSharp.tsx +++ b/src/IconSignalDisconnectedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedSharp: React.FC = ({ ...props }) => ( +export const IconSignalDisconnectedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalDisconnectedSharp as default } diff --git a/src/IconSignalDisconnectedSharpFilled.tsx b/src/IconSignalDisconnectedSharpFilled.tsx index 03ef3f095..c32c98123 100644 --- a/src/IconSignalDisconnectedSharpFilled.tsx +++ b/src/IconSignalDisconnectedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalDisconnectedSharpFilled: React.FC = ({ +export const IconSignalDisconnectedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalDisconnectedSharpFilled: React.FC = ({ ) - -export { IconSignalDisconnectedSharpFilled as default } diff --git a/src/IconSignalWifi0BarOutlined.tsx b/src/IconSignalWifi0BarOutlined.tsx index 87db570af..73e94e2a9 100644 --- a/src/IconSignalWifi0BarOutlined.tsx +++ b/src/IconSignalWifi0BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalWifi0BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi0BarOutlined as default } diff --git a/src/IconSignalWifi0BarOutlinedFilled.tsx b/src/IconSignalWifi0BarOutlinedFilled.tsx index 4beeef3f2..179a6054d 100644 --- a/src/IconSignalWifi0BarOutlinedFilled.tsx +++ b/src/IconSignalWifi0BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarOutlinedFilled: React.FC = ({ +export const IconSignalWifi0BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifi0BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalWifi0BarOutlinedFilled as default } diff --git a/src/IconSignalWifi0BarRounded.tsx b/src/IconSignalWifi0BarRounded.tsx index afaabdecd..83ee66d16 100644 --- a/src/IconSignalWifi0BarRounded.tsx +++ b/src/IconSignalWifi0BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalWifi0BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi0BarRounded as default } diff --git a/src/IconSignalWifi0BarRoundedFilled.tsx b/src/IconSignalWifi0BarRoundedFilled.tsx index 25c621d1d..e78f48bca 100644 --- a/src/IconSignalWifi0BarRoundedFilled.tsx +++ b/src/IconSignalWifi0BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifi0BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi0BarRoundedFilled as default } diff --git a/src/IconSignalWifi0BarSharp.tsx b/src/IconSignalWifi0BarSharp.tsx index 5e4f8ecb7..21372129e 100644 --- a/src/IconSignalWifi0BarSharp.tsx +++ b/src/IconSignalWifi0BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalWifi0BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifi0BarSharp as default } diff --git a/src/IconSignalWifi0BarSharpFilled.tsx b/src/IconSignalWifi0BarSharpFilled.tsx index 367068fba..a4b3ca9f7 100644 --- a/src/IconSignalWifi0BarSharpFilled.tsx +++ b/src/IconSignalWifi0BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi0BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifi0BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi0BarSharpFilled as default } diff --git a/src/IconSignalWifi4BarOutlined.tsx b/src/IconSignalWifi4BarOutlined.tsx index f353e24d4..46c8ede34 100644 --- a/src/IconSignalWifi4BarOutlined.tsx +++ b/src/IconSignalWifi4BarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarOutlined: React.FC = ({ ...props }) => ( +export const IconSignalWifi4BarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi4BarOutlined as default } diff --git a/src/IconSignalWifi4BarOutlinedFilled.tsx b/src/IconSignalWifi4BarOutlinedFilled.tsx index ae842b2fc..dceeea21e 100644 --- a/src/IconSignalWifi4BarOutlinedFilled.tsx +++ b/src/IconSignalWifi4BarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarOutlinedFilled: React.FC = ({ +export const IconSignalWifi4BarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifi4BarOutlinedFilled: React.FC = ({ ) - -export { IconSignalWifi4BarOutlinedFilled as default } diff --git a/src/IconSignalWifi4BarRounded.tsx b/src/IconSignalWifi4BarRounded.tsx index 2c900b290..dbad6f7a0 100644 --- a/src/IconSignalWifi4BarRounded.tsx +++ b/src/IconSignalWifi4BarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarRounded: React.FC = ({ ...props }) => ( +export const IconSignalWifi4BarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi4BarRounded as default } diff --git a/src/IconSignalWifi4BarRoundedFilled.tsx b/src/IconSignalWifi4BarRoundedFilled.tsx index c35f8842a..296a6f010 100644 --- a/src/IconSignalWifi4BarRoundedFilled.tsx +++ b/src/IconSignalWifi4BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifi4BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi4BarRoundedFilled as default } diff --git a/src/IconSignalWifi4BarSharp.tsx b/src/IconSignalWifi4BarSharp.tsx index 15b851f24..0dd5b490e 100644 --- a/src/IconSignalWifi4BarSharp.tsx +++ b/src/IconSignalWifi4BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarSharp: React.FC = ({ ...props }) => ( +export const IconSignalWifi4BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifi4BarSharp as default } diff --git a/src/IconSignalWifi4BarSharpFilled.tsx b/src/IconSignalWifi4BarSharpFilled.tsx index 189b3312c..221ea138a 100644 --- a/src/IconSignalWifi4BarSharpFilled.tsx +++ b/src/IconSignalWifi4BarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifi4BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifi4BarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifi4BarSharpFilled as default } diff --git a/src/IconSignalWifiBadOutlined.tsx b/src/IconSignalWifiBadOutlined.tsx index dd3e8eb4c..e59013db4 100644 --- a/src/IconSignalWifiBadOutlined.tsx +++ b/src/IconSignalWifiBadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadOutlined: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadOutlined as default } diff --git a/src/IconSignalWifiBadOutlinedFilled.tsx b/src/IconSignalWifiBadOutlinedFilled.tsx index f11d7c9a2..c28c4d217 100644 --- a/src/IconSignalWifiBadOutlinedFilled.tsx +++ b/src/IconSignalWifiBadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadOutlinedFilled as default } diff --git a/src/IconSignalWifiBadRounded.tsx b/src/IconSignalWifiBadRounded.tsx index 82feb3abb..02f70b229 100644 --- a/src/IconSignalWifiBadRounded.tsx +++ b/src/IconSignalWifiBadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadRounded: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadRounded as default } diff --git a/src/IconSignalWifiBadRoundedFilled.tsx b/src/IconSignalWifiBadRoundedFilled.tsx index 09a7049e0..01e8d0f68 100644 --- a/src/IconSignalWifiBadRoundedFilled.tsx +++ b/src/IconSignalWifiBadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadRoundedFilled as default } diff --git a/src/IconSignalWifiBadSharp.tsx b/src/IconSignalWifiBadSharp.tsx index ed5c205dd..d32e1bab8 100644 --- a/src/IconSignalWifiBadSharp.tsx +++ b/src/IconSignalWifiBadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadSharp: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadSharp as default } diff --git a/src/IconSignalWifiBadSharpFilled.tsx b/src/IconSignalWifiBadSharpFilled.tsx index a2230f0bb..f01f7b3ae 100644 --- a/src/IconSignalWifiBadSharpFilled.tsx +++ b/src/IconSignalWifiBadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiBadSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiBadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiBadSharpFilled as default } diff --git a/src/IconSignalWifiOffOutlined.tsx b/src/IconSignalWifiOffOutlined.tsx index e017308a7..a300a0514 100644 --- a/src/IconSignalWifiOffOutlined.tsx +++ b/src/IconSignalWifiOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffOutlined: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffOutlined as default } diff --git a/src/IconSignalWifiOffOutlinedFilled.tsx b/src/IconSignalWifiOffOutlinedFilled.tsx index 9ed8a1c41..e02d1666b 100644 --- a/src/IconSignalWifiOffOutlinedFilled.tsx +++ b/src/IconSignalWifiOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffOutlinedFilled as default } diff --git a/src/IconSignalWifiOffRounded.tsx b/src/IconSignalWifiOffRounded.tsx index 2e0d09ea7..d8caeab7a 100644 --- a/src/IconSignalWifiOffRounded.tsx +++ b/src/IconSignalWifiOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffRounded: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffRounded as default } diff --git a/src/IconSignalWifiOffRoundedFilled.tsx b/src/IconSignalWifiOffRoundedFilled.tsx index bea9f4d24..6e86dccbe 100644 --- a/src/IconSignalWifiOffRoundedFilled.tsx +++ b/src/IconSignalWifiOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffRoundedFilled as default } diff --git a/src/IconSignalWifiOffSharp.tsx b/src/IconSignalWifiOffSharp.tsx index 84c1687b3..7c488f572 100644 --- a/src/IconSignalWifiOffSharp.tsx +++ b/src/IconSignalWifiOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffSharp: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffSharp as default } diff --git a/src/IconSignalWifiOffSharpFilled.tsx b/src/IconSignalWifiOffSharpFilled.tsx index 60ae8c727..24ef9eeb7 100644 --- a/src/IconSignalWifiOffSharpFilled.tsx +++ b/src/IconSignalWifiOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignalWifiOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignalWifiOffSharpFilled as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx b/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx index c38a83e0a..fc0789dfe 100644 --- a/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedOutlined.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedOutlined: React.FC = ({ - ...props -}) => ( +export const IconSignalWifiStatusbarNotConnectedOutlined: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiStatusbarNotConnectedOutlined as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx index 0f70dc717..0c0a70e13 100644 --- a/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedOutlinedFilled: React.FC< +export const IconSignalWifiStatusbarNotConnectedOutlinedFilled: React.FC< IconProps > = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNotConnectedOutlinedFilled: React.FC< ) - -export { IconSignalWifiStatusbarNotConnectedOutlinedFilled as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedRounded.tsx b/src/IconSignalWifiStatusbarNotConnectedRounded.tsx index c6b82c576..920ffadf6 100644 --- a/src/IconSignalWifiStatusbarNotConnectedRounded.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedRounded.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedRounded: React.FC = ({ - ...props -}) => ( +export const IconSignalWifiStatusbarNotConnectedRounded: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiStatusbarNotConnectedRounded as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx index 3aca5a09c..7111081b7 100644 --- a/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconSignalWifiStatusbarNotConnectedRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiStatusbarNotConnectedRoundedFilled as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedSharp.tsx b/src/IconSignalWifiStatusbarNotConnectedSharp.tsx index 2b211a725..b2c9dd28c 100644 --- a/src/IconSignalWifiStatusbarNotConnectedSharp.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedSharp: React.FC = ({ +export const IconSignalWifiStatusbarNotConnectedSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNotConnectedSharp: React.FC = ({ ) - -export { IconSignalWifiStatusbarNotConnectedSharp as default } diff --git a/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx b/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx index 4cd2eab3f..4b1441d9f 100644 --- a/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx +++ b/src/IconSignalWifiStatusbarNotConnectedSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNotConnectedSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconSignalWifiStatusbarNotConnectedSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignalWifiStatusbarNotConnectedSharpFilled as default } diff --git a/src/IconSignalWifiStatusbarNullOutlined.tsx b/src/IconSignalWifiStatusbarNullOutlined.tsx index 84c8f3cfc..4b2af1210 100644 --- a/src/IconSignalWifiStatusbarNullOutlined.tsx +++ b/src/IconSignalWifiStatusbarNullOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullOutlined: React.FC = ({ +export const IconSignalWifiStatusbarNullOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullOutlined: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullOutlined as default } diff --git a/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx b/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx index 408026044..b80f0d815 100644 --- a/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx +++ b/src/IconSignalWifiStatusbarNullOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullOutlinedFilled: React.FC = ({ +export const IconSignalWifiStatusbarNullOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullOutlinedFilled: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullOutlinedFilled as default } diff --git a/src/IconSignalWifiStatusbarNullRounded.tsx b/src/IconSignalWifiStatusbarNullRounded.tsx index 6b24add23..1beb58fc3 100644 --- a/src/IconSignalWifiStatusbarNullRounded.tsx +++ b/src/IconSignalWifiStatusbarNullRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullRounded: React.FC = ({ +export const IconSignalWifiStatusbarNullRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullRounded: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullRounded as default } diff --git a/src/IconSignalWifiStatusbarNullRoundedFilled.tsx b/src/IconSignalWifiStatusbarNullRoundedFilled.tsx index 2d7babbe7..2c6dc1638 100644 --- a/src/IconSignalWifiStatusbarNullRoundedFilled.tsx +++ b/src/IconSignalWifiStatusbarNullRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullRoundedFilled: React.FC = ({ +export const IconSignalWifiStatusbarNullRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullRoundedFilled: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullRoundedFilled as default } diff --git a/src/IconSignalWifiStatusbarNullSharp.tsx b/src/IconSignalWifiStatusbarNullSharp.tsx index 1c43dfbb6..b99bf2afa 100644 --- a/src/IconSignalWifiStatusbarNullSharp.tsx +++ b/src/IconSignalWifiStatusbarNullSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullSharp: React.FC = ({ +export const IconSignalWifiStatusbarNullSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullSharp: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullSharp as default } diff --git a/src/IconSignalWifiStatusbarNullSharpFilled.tsx b/src/IconSignalWifiStatusbarNullSharpFilled.tsx index 76d87e61f..77281553e 100644 --- a/src/IconSignalWifiStatusbarNullSharpFilled.tsx +++ b/src/IconSignalWifiStatusbarNullSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSignalWifiStatusbarNullSharpFilled: React.FC = ({ +export const IconSignalWifiStatusbarNullSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSignalWifiStatusbarNullSharpFilled: React.FC = ({ ) - -export { IconSignalWifiStatusbarNullSharpFilled as default } diff --git a/src/IconSignatureOutlined.tsx b/src/IconSignatureOutlined.tsx index bb5ffa707..950437852 100644 --- a/src/IconSignatureOutlined.tsx +++ b/src/IconSignatureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureOutlined: React.FC = ({ ...props }) => ( +export const IconSignatureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignatureOutlined as default } diff --git a/src/IconSignatureOutlinedFilled.tsx b/src/IconSignatureOutlinedFilled.tsx index e481ea7e3..b3aad156b 100644 --- a/src/IconSignatureOutlinedFilled.tsx +++ b/src/IconSignatureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSignatureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignatureOutlinedFilled as default } diff --git a/src/IconSignatureRounded.tsx b/src/IconSignatureRounded.tsx index 81d2b6ee7..bef01d4e2 100644 --- a/src/IconSignatureRounded.tsx +++ b/src/IconSignatureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureRounded: React.FC = ({ ...props }) => ( +export const IconSignatureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignatureRounded as default } diff --git a/src/IconSignatureRoundedFilled.tsx b/src/IconSignatureRoundedFilled.tsx index e4b218db3..5f7ba0511 100644 --- a/src/IconSignatureRoundedFilled.tsx +++ b/src/IconSignatureRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignatureRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignatureRoundedFilled as default } diff --git a/src/IconSignatureSharp.tsx b/src/IconSignatureSharp.tsx index 860ccfa36..ee143b6ce 100644 --- a/src/IconSignatureSharp.tsx +++ b/src/IconSignatureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureSharp: React.FC = ({ ...props }) => ( +export const IconSignatureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignatureSharp as default } diff --git a/src/IconSignatureSharpFilled.tsx b/src/IconSignatureSharpFilled.tsx index a578b6650..bbc1dd85d 100644 --- a/src/IconSignatureSharpFilled.tsx +++ b/src/IconSignatureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignatureSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignatureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignatureSharpFilled as default } diff --git a/src/IconSignpostOutlined.tsx b/src/IconSignpostOutlined.tsx index 5be15de75..0e1f1e471 100644 --- a/src/IconSignpostOutlined.tsx +++ b/src/IconSignpostOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostOutlined: React.FC = ({ ...props }) => ( +export const IconSignpostOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignpostOutlined as default } diff --git a/src/IconSignpostOutlinedFilled.tsx b/src/IconSignpostOutlinedFilled.tsx index f90b5a25b..90973f1d5 100644 --- a/src/IconSignpostOutlinedFilled.tsx +++ b/src/IconSignpostOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSignpostOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignpostOutlinedFilled as default } diff --git a/src/IconSignpostRounded.tsx b/src/IconSignpostRounded.tsx index 303b31828..aaa44ce79 100644 --- a/src/IconSignpostRounded.tsx +++ b/src/IconSignpostRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostRounded: React.FC = ({ ...props }) => ( +export const IconSignpostRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignpostRounded as default } diff --git a/src/IconSignpostRoundedFilled.tsx b/src/IconSignpostRoundedFilled.tsx index 021d21d75..80562f4fa 100644 --- a/src/IconSignpostRoundedFilled.tsx +++ b/src/IconSignpostRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSignpostRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSignpostRoundedFilled as default } diff --git a/src/IconSignpostSharp.tsx b/src/IconSignpostSharp.tsx index 8a7699185..114c8cb74 100644 --- a/src/IconSignpostSharp.tsx +++ b/src/IconSignpostSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostSharp: React.FC = ({ ...props }) => ( +export const IconSignpostSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignpostSharp as default } diff --git a/src/IconSignpostSharpFilled.tsx b/src/IconSignpostSharpFilled.tsx index 20500ec51..97e37a27a 100644 --- a/src/IconSignpostSharpFilled.tsx +++ b/src/IconSignpostSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSignpostSharpFilled: React.FC = ({ ...props }) => ( +export const IconSignpostSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSignpostSharpFilled as default } diff --git a/src/IconSimCardDownloadOutlined.tsx b/src/IconSimCardDownloadOutlined.tsx index 37164605b..1f79a12df 100644 --- a/src/IconSimCardDownloadOutlined.tsx +++ b/src/IconSimCardDownloadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadOutlined: React.FC = ({ ...props }) => ( +export const IconSimCardDownloadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSimCardDownloadOutlined as default } diff --git a/src/IconSimCardDownloadOutlinedFilled.tsx b/src/IconSimCardDownloadOutlinedFilled.tsx index 389063096..b88da9df4 100644 --- a/src/IconSimCardDownloadOutlinedFilled.tsx +++ b/src/IconSimCardDownloadOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadOutlinedFilled: React.FC = ({ +export const IconSimCardDownloadOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSimCardDownloadOutlinedFilled: React.FC = ({ ) - -export { IconSimCardDownloadOutlinedFilled as default } diff --git a/src/IconSimCardDownloadRounded.tsx b/src/IconSimCardDownloadRounded.tsx index 640e072f1..7dc03155b 100644 --- a/src/IconSimCardDownloadRounded.tsx +++ b/src/IconSimCardDownloadRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadRounded: React.FC = ({ ...props }) => ( +export const IconSimCardDownloadRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSimCardDownloadRounded as default } diff --git a/src/IconSimCardDownloadRoundedFilled.tsx b/src/IconSimCardDownloadRoundedFilled.tsx index de0202399..ed92392b2 100644 --- a/src/IconSimCardDownloadRoundedFilled.tsx +++ b/src/IconSimCardDownloadRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadRoundedFilled: React.FC = ({ +export const IconSimCardDownloadRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSimCardDownloadRoundedFilled: React.FC = ({ ) - -export { IconSimCardDownloadRoundedFilled as default } diff --git a/src/IconSimCardDownloadSharp.tsx b/src/IconSimCardDownloadSharp.tsx index 9effc11e0..e095d11bc 100644 --- a/src/IconSimCardDownloadSharp.tsx +++ b/src/IconSimCardDownloadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadSharp: React.FC = ({ ...props }) => ( +export const IconSimCardDownloadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardDownloadSharp as default } diff --git a/src/IconSimCardDownloadSharpFilled.tsx b/src/IconSimCardDownloadSharpFilled.tsx index b39cebebc..a28594af1 100644 --- a/src/IconSimCardDownloadSharpFilled.tsx +++ b/src/IconSimCardDownloadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardDownloadSharpFilled: React.FC = ({ ...props }) => ( +export const IconSimCardDownloadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSimCardDownloadSharpFilled as default } diff --git a/src/IconSimCardOutlined.tsx b/src/IconSimCardOutlined.tsx index 0da11e1e1..e0b3354a9 100644 --- a/src/IconSimCardOutlined.tsx +++ b/src/IconSimCardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardOutlined: React.FC = ({ ...props }) => ( +export const IconSimCardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardOutlined as default } diff --git a/src/IconSimCardOutlinedFilled.tsx b/src/IconSimCardOutlinedFilled.tsx index f0a5e6a82..85c0a5071 100644 --- a/src/IconSimCardOutlinedFilled.tsx +++ b/src/IconSimCardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSimCardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSimCardOutlinedFilled as default } diff --git a/src/IconSimCardRounded.tsx b/src/IconSimCardRounded.tsx index 20bff80ae..9ba6715a7 100644 --- a/src/IconSimCardRounded.tsx +++ b/src/IconSimCardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardRounded: React.FC = ({ ...props }) => ( +export const IconSimCardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardRounded as default } diff --git a/src/IconSimCardRoundedFilled.tsx b/src/IconSimCardRoundedFilled.tsx index cb3fa6e44..eb7d1ff4d 100644 --- a/src/IconSimCardRoundedFilled.tsx +++ b/src/IconSimCardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSimCardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardRoundedFilled as default } diff --git a/src/IconSimCardSharp.tsx b/src/IconSimCardSharp.tsx index 68d70864d..4fba71f39 100644 --- a/src/IconSimCardSharp.tsx +++ b/src/IconSimCardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardSharp: React.FC = ({ ...props }) => ( +export const IconSimCardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardSharp as default } diff --git a/src/IconSimCardSharpFilled.tsx b/src/IconSimCardSharpFilled.tsx index b290b424a..24f663ce1 100644 --- a/src/IconSimCardSharpFilled.tsx +++ b/src/IconSimCardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSimCardSharpFilled: React.FC = ({ ...props }) => ( +export const IconSimCardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSimCardSharpFilled as default } diff --git a/src/IconSimulationOutlined.tsx b/src/IconSimulationOutlined.tsx new file mode 100644 index 000000000..924b92f36 --- /dev/null +++ b/src/IconSimulationOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSimulationOutlinedFilled.tsx b/src/IconSimulationOutlinedFilled.tsx new file mode 100644 index 000000000..fbfd3dead --- /dev/null +++ b/src/IconSimulationOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSimulationRounded.tsx b/src/IconSimulationRounded.tsx new file mode 100644 index 000000000..aecaf11ad --- /dev/null +++ b/src/IconSimulationRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSimulationRoundedFilled.tsx b/src/IconSimulationRoundedFilled.tsx new file mode 100644 index 000000000..0913b1117 --- /dev/null +++ b/src/IconSimulationRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSimulationSharp.tsx b/src/IconSimulationSharp.tsx new file mode 100644 index 000000000..95478cb43 --- /dev/null +++ b/src/IconSimulationSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSimulationSharpFilled.tsx b/src/IconSimulationSharpFilled.tsx new file mode 100644 index 000000000..d1180ba1a --- /dev/null +++ b/src/IconSimulationSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconSimulationSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconSingleBedOutlined.tsx b/src/IconSingleBedOutlined.tsx index c481b6ddc..4c2705ce9 100644 --- a/src/IconSingleBedOutlined.tsx +++ b/src/IconSingleBedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedOutlined: React.FC = ({ ...props }) => ( +export const IconSingleBedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSingleBedOutlined as default } diff --git a/src/IconSingleBedOutlinedFilled.tsx b/src/IconSingleBedOutlinedFilled.tsx index cb86b4087..430180c4d 100644 --- a/src/IconSingleBedOutlinedFilled.tsx +++ b/src/IconSingleBedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSingleBedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSingleBedOutlinedFilled as default } diff --git a/src/IconSingleBedRounded.tsx b/src/IconSingleBedRounded.tsx index 269717261..71438d1e1 100644 --- a/src/IconSingleBedRounded.tsx +++ b/src/IconSingleBedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedRounded: React.FC = ({ ...props }) => ( +export const IconSingleBedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSingleBedRounded as default } diff --git a/src/IconSingleBedRoundedFilled.tsx b/src/IconSingleBedRoundedFilled.tsx index 03f0e3a78..85863635e 100644 --- a/src/IconSingleBedRoundedFilled.tsx +++ b/src/IconSingleBedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSingleBedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSingleBedRoundedFilled as default } diff --git a/src/IconSingleBedSharp.tsx b/src/IconSingleBedSharp.tsx index c4931e74f..a892cdde8 100644 --- a/src/IconSingleBedSharp.tsx +++ b/src/IconSingleBedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedSharp: React.FC = ({ ...props }) => ( +export const IconSingleBedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSingleBedSharp as default } diff --git a/src/IconSingleBedSharpFilled.tsx b/src/IconSingleBedSharpFilled.tsx index 813dfe89a..050dd067e 100644 --- a/src/IconSingleBedSharpFilled.tsx +++ b/src/IconSingleBedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSingleBedSharpFilled: React.FC = ({ ...props }) => ( +export const IconSingleBedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSingleBedSharpFilled as default } diff --git a/src/IconSipOutlined.tsx b/src/IconSipOutlined.tsx index d3d766084..4a99f7ce8 100644 --- a/src/IconSipOutlined.tsx +++ b/src/IconSipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipOutlined: React.FC = ({ ...props }) => ( +export const IconSipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipOutlined as default } diff --git a/src/IconSipOutlinedFilled.tsx b/src/IconSipOutlinedFilled.tsx index eab295069..0bbde9d3a 100644 --- a/src/IconSipOutlinedFilled.tsx +++ b/src/IconSipOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSipOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipOutlinedFilled as default } diff --git a/src/IconSipRounded.tsx b/src/IconSipRounded.tsx index 9fc15d05b..5b6206021 100644 --- a/src/IconSipRounded.tsx +++ b/src/IconSipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipRounded: React.FC = ({ ...props }) => ( +export const IconSipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipRounded as default } diff --git a/src/IconSipRoundedFilled.tsx b/src/IconSipRoundedFilled.tsx index 2a72ed09a..521321004 100644 --- a/src/IconSipRoundedFilled.tsx +++ b/src/IconSipRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSipRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipRoundedFilled as default } diff --git a/src/IconSipSharp.tsx b/src/IconSipSharp.tsx index 96c928e42..366ee323d 100644 --- a/src/IconSipSharp.tsx +++ b/src/IconSipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipSharp: React.FC = ({ ...props }) => ( +export const IconSipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipSharp as default } diff --git a/src/IconSipSharpFilled.tsx b/src/IconSipSharpFilled.tsx index c9156593c..480eab34b 100644 --- a/src/IconSipSharpFilled.tsx +++ b/src/IconSipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSipSharpFilled: React.FC = ({ ...props }) => ( +export const IconSipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSipSharpFilled as default } diff --git a/src/IconSkateboardingOutlined.tsx b/src/IconSkateboardingOutlined.tsx index 4e3f5321e..48be8329a 100644 --- a/src/IconSkateboardingOutlined.tsx +++ b/src/IconSkateboardingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingOutlined: React.FC = ({ ...props }) => ( +export const IconSkateboardingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkateboardingOutlined as default } diff --git a/src/IconSkateboardingOutlinedFilled.tsx b/src/IconSkateboardingOutlinedFilled.tsx index e2b3cb53b..35b188632 100644 --- a/src/IconSkateboardingOutlinedFilled.tsx +++ b/src/IconSkateboardingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkateboardingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkateboardingOutlinedFilled as default } diff --git a/src/IconSkateboardingRounded.tsx b/src/IconSkateboardingRounded.tsx index 658239f7d..213b7cab7 100644 --- a/src/IconSkateboardingRounded.tsx +++ b/src/IconSkateboardingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingRounded: React.FC = ({ ...props }) => ( +export const IconSkateboardingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkateboardingRounded as default } diff --git a/src/IconSkateboardingRoundedFilled.tsx b/src/IconSkateboardingRoundedFilled.tsx index 6a393c572..88bfad936 100644 --- a/src/IconSkateboardingRoundedFilled.tsx +++ b/src/IconSkateboardingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkateboardingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkateboardingRoundedFilled as default } diff --git a/src/IconSkateboardingSharp.tsx b/src/IconSkateboardingSharp.tsx index ddb6b422d..29709f1b1 100644 --- a/src/IconSkateboardingSharp.tsx +++ b/src/IconSkateboardingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingSharp: React.FC = ({ ...props }) => ( +export const IconSkateboardingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkateboardingSharp as default } diff --git a/src/IconSkateboardingSharpFilled.tsx b/src/IconSkateboardingSharpFilled.tsx index 27429d963..7ec38e982 100644 --- a/src/IconSkateboardingSharpFilled.tsx +++ b/src/IconSkateboardingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkateboardingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkateboardingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkateboardingSharpFilled as default } diff --git a/src/IconSkeletonOutlined.tsx b/src/IconSkeletonOutlined.tsx index 50eb23a05..935276075 100644 --- a/src/IconSkeletonOutlined.tsx +++ b/src/IconSkeletonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonOutlined: React.FC = ({ ...props }) => ( +export const IconSkeletonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkeletonOutlined as default } diff --git a/src/IconSkeletonOutlinedFilled.tsx b/src/IconSkeletonOutlinedFilled.tsx index 6ed5f785e..c6fa9571b 100644 --- a/src/IconSkeletonOutlinedFilled.tsx +++ b/src/IconSkeletonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkeletonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkeletonOutlinedFilled as default } diff --git a/src/IconSkeletonRounded.tsx b/src/IconSkeletonRounded.tsx index 3356eb032..aa3d2204a 100644 --- a/src/IconSkeletonRounded.tsx +++ b/src/IconSkeletonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonRounded: React.FC = ({ ...props }) => ( +export const IconSkeletonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkeletonRounded as default } diff --git a/src/IconSkeletonRoundedFilled.tsx b/src/IconSkeletonRoundedFilled.tsx index e4ca43d35..41346d9bc 100644 --- a/src/IconSkeletonRoundedFilled.tsx +++ b/src/IconSkeletonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkeletonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkeletonRoundedFilled as default } diff --git a/src/IconSkeletonSharp.tsx b/src/IconSkeletonSharp.tsx index c6ea9df9c..f336ae535 100644 --- a/src/IconSkeletonSharp.tsx +++ b/src/IconSkeletonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonSharp: React.FC = ({ ...props }) => ( +export const IconSkeletonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkeletonSharp as default } diff --git a/src/IconSkeletonSharpFilled.tsx b/src/IconSkeletonSharpFilled.tsx index b262fa500..6fe2dc667 100644 --- a/src/IconSkeletonSharpFilled.tsx +++ b/src/IconSkeletonSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkeletonSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkeletonSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkeletonSharpFilled as default } diff --git a/src/IconSkilletCooktopOutlined.tsx b/src/IconSkilletCooktopOutlined.tsx index 0fff11132..9ac23600d 100644 --- a/src/IconSkilletCooktopOutlined.tsx +++ b/src/IconSkilletCooktopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopOutlined: React.FC = ({ ...props }) => ( +export const IconSkilletCooktopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkilletCooktopOutlined as default } diff --git a/src/IconSkilletCooktopOutlinedFilled.tsx b/src/IconSkilletCooktopOutlinedFilled.tsx index d6be595ba..125cebcee 100644 --- a/src/IconSkilletCooktopOutlinedFilled.tsx +++ b/src/IconSkilletCooktopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopOutlinedFilled: React.FC = ({ +export const IconSkilletCooktopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSkilletCooktopOutlinedFilled: React.FC = ({ ) - -export { IconSkilletCooktopOutlinedFilled as default } diff --git a/src/IconSkilletCooktopRounded.tsx b/src/IconSkilletCooktopRounded.tsx index be58538f3..a937e2299 100644 --- a/src/IconSkilletCooktopRounded.tsx +++ b/src/IconSkilletCooktopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopRounded: React.FC = ({ ...props }) => ( +export const IconSkilletCooktopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkilletCooktopRounded as default } diff --git a/src/IconSkilletCooktopRoundedFilled.tsx b/src/IconSkilletCooktopRoundedFilled.tsx index a7dc6192f..285e2a58f 100644 --- a/src/IconSkilletCooktopRoundedFilled.tsx +++ b/src/IconSkilletCooktopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkilletCooktopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkilletCooktopRoundedFilled as default } diff --git a/src/IconSkilletCooktopSharp.tsx b/src/IconSkilletCooktopSharp.tsx index b7be2b84a..d3609a39d 100644 --- a/src/IconSkilletCooktopSharp.tsx +++ b/src/IconSkilletCooktopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopSharp: React.FC = ({ ...props }) => ( +export const IconSkilletCooktopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletCooktopSharp as default } diff --git a/src/IconSkilletCooktopSharpFilled.tsx b/src/IconSkilletCooktopSharpFilled.tsx index f8b2542b6..66d91105d 100644 --- a/src/IconSkilletCooktopSharpFilled.tsx +++ b/src/IconSkilletCooktopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletCooktopSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkilletCooktopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkilletCooktopSharpFilled as default } diff --git a/src/IconSkilletOutlined.tsx b/src/IconSkilletOutlined.tsx index 2bb524d7d..ae3599f4c 100644 --- a/src/IconSkilletOutlined.tsx +++ b/src/IconSkilletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletOutlined: React.FC = ({ ...props }) => ( +export const IconSkilletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletOutlined as default } diff --git a/src/IconSkilletOutlinedFilled.tsx b/src/IconSkilletOutlinedFilled.tsx index bc857554a..b5f354b63 100644 --- a/src/IconSkilletOutlinedFilled.tsx +++ b/src/IconSkilletOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkilletOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkilletOutlinedFilled as default } diff --git a/src/IconSkilletRounded.tsx b/src/IconSkilletRounded.tsx index 498570c0f..e94411501 100644 --- a/src/IconSkilletRounded.tsx +++ b/src/IconSkilletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletRounded: React.FC = ({ ...props }) => ( +export const IconSkilletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletRounded as default } diff --git a/src/IconSkilletRoundedFilled.tsx b/src/IconSkilletRoundedFilled.tsx index 419302e7b..6ef8ef4a8 100644 --- a/src/IconSkilletRoundedFilled.tsx +++ b/src/IconSkilletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkilletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletRoundedFilled as default } diff --git a/src/IconSkilletSharp.tsx b/src/IconSkilletSharp.tsx index cc7b7b3e4..a4ba336a2 100644 --- a/src/IconSkilletSharp.tsx +++ b/src/IconSkilletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletSharp: React.FC = ({ ...props }) => ( +export const IconSkilletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletSharp as default } diff --git a/src/IconSkilletSharpFilled.tsx b/src/IconSkilletSharpFilled.tsx index 1ac7ba891..9e5d8f5e4 100644 --- a/src/IconSkilletSharpFilled.tsx +++ b/src/IconSkilletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkilletSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkilletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkilletSharpFilled as default } diff --git a/src/IconSkipNextOutlined.tsx b/src/IconSkipNextOutlined.tsx index 40cffca4a..f5458b58c 100644 --- a/src/IconSkipNextOutlined.tsx +++ b/src/IconSkipNextOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextOutlined: React.FC = ({ ...props }) => ( +export const IconSkipNextOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipNextOutlined as default } diff --git a/src/IconSkipNextOutlinedFilled.tsx b/src/IconSkipNextOutlinedFilled.tsx index 12299900e..55dbde26e 100644 --- a/src/IconSkipNextOutlinedFilled.tsx +++ b/src/IconSkipNextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkipNextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkipNextOutlinedFilled as default } diff --git a/src/IconSkipNextRounded.tsx b/src/IconSkipNextRounded.tsx index 5f96117ff..68479b7e4 100644 --- a/src/IconSkipNextRounded.tsx +++ b/src/IconSkipNextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextRounded: React.FC = ({ ...props }) => ( +export const IconSkipNextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipNextRounded as default } diff --git a/src/IconSkipNextRoundedFilled.tsx b/src/IconSkipNextRoundedFilled.tsx index d862d50db..2dc29814f 100644 --- a/src/IconSkipNextRoundedFilled.tsx +++ b/src/IconSkipNextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkipNextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkipNextRoundedFilled as default } diff --git a/src/IconSkipNextSharp.tsx b/src/IconSkipNextSharp.tsx index 4688a8a6c..db3d0a473 100644 --- a/src/IconSkipNextSharp.tsx +++ b/src/IconSkipNextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextSharp: React.FC = ({ ...props }) => ( +export const IconSkipNextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipNextSharp as default } diff --git a/src/IconSkipNextSharpFilled.tsx b/src/IconSkipNextSharpFilled.tsx index 0c5d6b1b6..0ae8909c9 100644 --- a/src/IconSkipNextSharpFilled.tsx +++ b/src/IconSkipNextSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipNextSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkipNextSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipNextSharpFilled as default } diff --git a/src/IconSkipPreviousOutlined.tsx b/src/IconSkipPreviousOutlined.tsx index fc0c3002c..208fb7ac1 100644 --- a/src/IconSkipPreviousOutlined.tsx +++ b/src/IconSkipPreviousOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousOutlined: React.FC = ({ ...props }) => ( +export const IconSkipPreviousOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousOutlined as default } diff --git a/src/IconSkipPreviousOutlinedFilled.tsx b/src/IconSkipPreviousOutlinedFilled.tsx index 609172965..0670e123b 100644 --- a/src/IconSkipPreviousOutlinedFilled.tsx +++ b/src/IconSkipPreviousOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkipPreviousOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousOutlinedFilled as default } diff --git a/src/IconSkipPreviousRounded.tsx b/src/IconSkipPreviousRounded.tsx index 3531b5084..f7c9f2543 100644 --- a/src/IconSkipPreviousRounded.tsx +++ b/src/IconSkipPreviousRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousRounded: React.FC = ({ ...props }) => ( +export const IconSkipPreviousRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousRounded as default } diff --git a/src/IconSkipPreviousRoundedFilled.tsx b/src/IconSkipPreviousRoundedFilled.tsx index 4ac407458..6bcdc5fee 100644 --- a/src/IconSkipPreviousRoundedFilled.tsx +++ b/src/IconSkipPreviousRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkipPreviousRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousRoundedFilled as default } diff --git a/src/IconSkipPreviousSharp.tsx b/src/IconSkipPreviousSharp.tsx index aeab5e869..61444014b 100644 --- a/src/IconSkipPreviousSharp.tsx +++ b/src/IconSkipPreviousSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousSharp: React.FC = ({ ...props }) => ( +export const IconSkipPreviousSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousSharp as default } diff --git a/src/IconSkipPreviousSharpFilled.tsx b/src/IconSkipPreviousSharpFilled.tsx index e2341b01a..cd333544a 100644 --- a/src/IconSkipPreviousSharpFilled.tsx +++ b/src/IconSkipPreviousSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSkipPreviousSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkipPreviousSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSkipPreviousSharpFilled as default } diff --git a/src/IconSkullOutlined.tsx b/src/IconSkullOutlined.tsx index 66a41dfad..0c074f959 100644 --- a/src/IconSkullOutlined.tsx +++ b/src/IconSkullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullOutlined: React.FC = ({ ...props }) => ( +export const IconSkullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullOutlined as default } diff --git a/src/IconSkullOutlinedFilled.tsx b/src/IconSkullOutlinedFilled.tsx index 0d558ce4d..4030246ec 100644 --- a/src/IconSkullOutlinedFilled.tsx +++ b/src/IconSkullOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSkullOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullOutlinedFilled as default } diff --git a/src/IconSkullRounded.tsx b/src/IconSkullRounded.tsx index 2d55d5ea0..f5c48291a 100644 --- a/src/IconSkullRounded.tsx +++ b/src/IconSkullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullRounded: React.FC = ({ ...props }) => ( +export const IconSkullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullRounded as default } diff --git a/src/IconSkullRoundedFilled.tsx b/src/IconSkullRoundedFilled.tsx index 9bb8d8de7..b6da565ad 100644 --- a/src/IconSkullRoundedFilled.tsx +++ b/src/IconSkullRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSkullRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullRoundedFilled as default } diff --git a/src/IconSkullSharp.tsx b/src/IconSkullSharp.tsx index 16595253a..6cffc0c3d 100644 --- a/src/IconSkullSharp.tsx +++ b/src/IconSkullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullSharp: React.FC = ({ ...props }) => ( +export const IconSkullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullSharp as default } diff --git a/src/IconSkullSharpFilled.tsx b/src/IconSkullSharpFilled.tsx index c2dc37a01..f9df05527 100644 --- a/src/IconSkullSharpFilled.tsx +++ b/src/IconSkullSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSkullSharpFilled: React.FC = ({ ...props }) => ( +export const IconSkullSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSkullSharpFilled as default } diff --git a/src/IconSlabSerifOutlined.tsx b/src/IconSlabSerifOutlined.tsx index 6b5e6428d..46b0932d8 100644 --- a/src/IconSlabSerifOutlined.tsx +++ b/src/IconSlabSerifOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifOutlined: React.FC = ({ ...props }) => ( +export const IconSlabSerifOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlabSerifOutlined as default } diff --git a/src/IconSlabSerifOutlinedFilled.tsx b/src/IconSlabSerifOutlinedFilled.tsx index fa9fcabbf..c12372f7e 100644 --- a/src/IconSlabSerifOutlinedFilled.tsx +++ b/src/IconSlabSerifOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSlabSerifOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlabSerifOutlinedFilled as default } diff --git a/src/IconSlabSerifRounded.tsx b/src/IconSlabSerifRounded.tsx index 59747da15..f2dee7677 100644 --- a/src/IconSlabSerifRounded.tsx +++ b/src/IconSlabSerifRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifRounded: React.FC = ({ ...props }) => ( +export const IconSlabSerifRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlabSerifRounded as default } diff --git a/src/IconSlabSerifRoundedFilled.tsx b/src/IconSlabSerifRoundedFilled.tsx index 2908d41a6..b250826aa 100644 --- a/src/IconSlabSerifRoundedFilled.tsx +++ b/src/IconSlabSerifRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSlabSerifRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlabSerifRoundedFilled as default } diff --git a/src/IconSlabSerifSharp.tsx b/src/IconSlabSerifSharp.tsx index 4c74f30fb..696804f5b 100644 --- a/src/IconSlabSerifSharp.tsx +++ b/src/IconSlabSerifSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifSharp: React.FC = ({ ...props }) => ( +export const IconSlabSerifSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlabSerifSharp as default } diff --git a/src/IconSlabSerifSharpFilled.tsx b/src/IconSlabSerifSharpFilled.tsx index 30e1c0c0e..ef2776ce7 100644 --- a/src/IconSlabSerifSharpFilled.tsx +++ b/src/IconSlabSerifSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlabSerifSharpFilled: React.FC = ({ ...props }) => ( +export const IconSlabSerifSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlabSerifSharpFilled as default } diff --git a/src/IconSleddingOutlined.tsx b/src/IconSleddingOutlined.tsx index 0816f7991..6d3f34e9a 100644 --- a/src/IconSleddingOutlined.tsx +++ b/src/IconSleddingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingOutlined: React.FC = ({ ...props }) => ( +export const IconSleddingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleddingOutlined as default } diff --git a/src/IconSleddingOutlinedFilled.tsx b/src/IconSleddingOutlinedFilled.tsx index 1fa716777..e8ccf5ef2 100644 --- a/src/IconSleddingOutlinedFilled.tsx +++ b/src/IconSleddingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSleddingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSleddingOutlinedFilled as default } diff --git a/src/IconSleddingRounded.tsx b/src/IconSleddingRounded.tsx index 104ff39af..1ef40bb92 100644 --- a/src/IconSleddingRounded.tsx +++ b/src/IconSleddingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingRounded: React.FC = ({ ...props }) => ( +export const IconSleddingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleddingRounded as default } diff --git a/src/IconSleddingRoundedFilled.tsx b/src/IconSleddingRoundedFilled.tsx index 361f7bc0a..0c5762920 100644 --- a/src/IconSleddingRoundedFilled.tsx +++ b/src/IconSleddingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSleddingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSleddingRoundedFilled as default } diff --git a/src/IconSleddingSharp.tsx b/src/IconSleddingSharp.tsx index 3b13711c7..262dfeb03 100644 --- a/src/IconSleddingSharp.tsx +++ b/src/IconSleddingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingSharp: React.FC = ({ ...props }) => ( +export const IconSleddingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleddingSharp as default } diff --git a/src/IconSleddingSharpFilled.tsx b/src/IconSleddingSharpFilled.tsx index d88369187..9f91d218f 100644 --- a/src/IconSleddingSharpFilled.tsx +++ b/src/IconSleddingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleddingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSleddingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleddingSharpFilled as default } diff --git a/src/IconSleepScoreOutlined.tsx b/src/IconSleepScoreOutlined.tsx index f5258b758..79f3ca74c 100644 --- a/src/IconSleepScoreOutlined.tsx +++ b/src/IconSleepScoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreOutlined: React.FC = ({ ...props }) => ( +export const IconSleepScoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleepScoreOutlined as default } diff --git a/src/IconSleepScoreOutlinedFilled.tsx b/src/IconSleepScoreOutlinedFilled.tsx index 94060b82e..c145e9ea0 100644 --- a/src/IconSleepScoreOutlinedFilled.tsx +++ b/src/IconSleepScoreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSleepScoreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSleepScoreOutlinedFilled as default } diff --git a/src/IconSleepScoreRounded.tsx b/src/IconSleepScoreRounded.tsx index 4be0c53e8..56fc45848 100644 --- a/src/IconSleepScoreRounded.tsx +++ b/src/IconSleepScoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreRounded: React.FC = ({ ...props }) => ( +export const IconSleepScoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleepScoreRounded as default } diff --git a/src/IconSleepScoreRoundedFilled.tsx b/src/IconSleepScoreRoundedFilled.tsx index 41b699dd6..00f180bc6 100644 --- a/src/IconSleepScoreRoundedFilled.tsx +++ b/src/IconSleepScoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSleepScoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSleepScoreRoundedFilled as default } diff --git a/src/IconSleepScoreSharp.tsx b/src/IconSleepScoreSharp.tsx index b5e678e76..078ed50f5 100644 --- a/src/IconSleepScoreSharp.tsx +++ b/src/IconSleepScoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreSharp: React.FC = ({ ...props }) => ( +export const IconSleepScoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSleepScoreSharp as default } diff --git a/src/IconSleepScoreSharpFilled.tsx b/src/IconSleepScoreSharpFilled.tsx index c3e66309e..5a333945c 100644 --- a/src/IconSleepScoreSharpFilled.tsx +++ b/src/IconSleepScoreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSleepScoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconSleepScoreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSleepScoreSharpFilled as default } diff --git a/src/IconSlideLibraryOutlined.tsx b/src/IconSlideLibraryOutlined.tsx index 4be227641..e68e54202 100644 --- a/src/IconSlideLibraryOutlined.tsx +++ b/src/IconSlideLibraryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibraryOutlined: React.FC = ({ ...props }) => ( +export const IconSlideLibraryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideLibraryOutlined as default } diff --git a/src/IconSlideLibraryOutlinedFilled.tsx b/src/IconSlideLibraryOutlinedFilled.tsx index 09f68dfe8..4c25a7dfb 100644 --- a/src/IconSlideLibraryOutlinedFilled.tsx +++ b/src/IconSlideLibraryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibraryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSlideLibraryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlideLibraryOutlinedFilled as default } diff --git a/src/IconSlideLibraryRounded.tsx b/src/IconSlideLibraryRounded.tsx index 3456e48e4..881409047 100644 --- a/src/IconSlideLibraryRounded.tsx +++ b/src/IconSlideLibraryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibraryRounded: React.FC = ({ ...props }) => ( +export const IconSlideLibraryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideLibraryRounded as default } diff --git a/src/IconSlideLibraryRoundedFilled.tsx b/src/IconSlideLibraryRoundedFilled.tsx index c336f6fd1..55e646954 100644 --- a/src/IconSlideLibraryRoundedFilled.tsx +++ b/src/IconSlideLibraryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibraryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSlideLibraryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlideLibraryRoundedFilled as default } diff --git a/src/IconSlideLibrarySharp.tsx b/src/IconSlideLibrarySharp.tsx index 744a25dcc..fdc77ae29 100644 --- a/src/IconSlideLibrarySharp.tsx +++ b/src/IconSlideLibrarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibrarySharp: React.FC = ({ ...props }) => ( +export const IconSlideLibrarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideLibrarySharp as default } diff --git a/src/IconSlideLibrarySharpFilled.tsx b/src/IconSlideLibrarySharpFilled.tsx index f1c8ad4db..13d2a08c7 100644 --- a/src/IconSlideLibrarySharpFilled.tsx +++ b/src/IconSlideLibrarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlideLibrarySharpFilled: React.FC = ({ ...props }) => ( +export const IconSlideLibrarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlideLibrarySharpFilled as default } diff --git a/src/IconSlidersOutlined.tsx b/src/IconSlidersOutlined.tsx index 7c92fcb4c..74a09dd8e 100644 --- a/src/IconSlidersOutlined.tsx +++ b/src/IconSlidersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersOutlined: React.FC = ({ ...props }) => ( +export const IconSlidersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlidersOutlined as default } diff --git a/src/IconSlidersOutlinedFilled.tsx b/src/IconSlidersOutlinedFilled.tsx index e690348e8..a7773d325 100644 --- a/src/IconSlidersOutlinedFilled.tsx +++ b/src/IconSlidersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSlidersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlidersOutlinedFilled as default } diff --git a/src/IconSlidersRounded.tsx b/src/IconSlidersRounded.tsx index dc57a3490..51dae7bbf 100644 --- a/src/IconSlidersRounded.tsx +++ b/src/IconSlidersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersRounded: React.FC = ({ ...props }) => ( +export const IconSlidersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlidersRounded as default } diff --git a/src/IconSlidersRoundedFilled.tsx b/src/IconSlidersRoundedFilled.tsx index 8a8c4c92e..c2a19b29d 100644 --- a/src/IconSlidersRoundedFilled.tsx +++ b/src/IconSlidersRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSlidersRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlidersRoundedFilled as default } diff --git a/src/IconSlidersSharp.tsx b/src/IconSlidersSharp.tsx index 4bd1847d2..8eb134163 100644 --- a/src/IconSlidersSharp.tsx +++ b/src/IconSlidersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersSharp: React.FC = ({ ...props }) => ( +export const IconSlidersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlidersSharp as default } diff --git a/src/IconSlidersSharpFilled.tsx b/src/IconSlidersSharpFilled.tsx index 6737f4e8a..89f64d0f0 100644 --- a/src/IconSlidersSharpFilled.tsx +++ b/src/IconSlidersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlidersSharpFilled: React.FC = ({ ...props }) => ( +export const IconSlidersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlidersSharpFilled as default } diff --git a/src/IconSlideshowOutlined.tsx b/src/IconSlideshowOutlined.tsx index 29e7290d6..0fed72cc2 100644 --- a/src/IconSlideshowOutlined.tsx +++ b/src/IconSlideshowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowOutlined: React.FC = ({ ...props }) => ( +export const IconSlideshowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideshowOutlined as default } diff --git a/src/IconSlideshowOutlinedFilled.tsx b/src/IconSlideshowOutlinedFilled.tsx index 83384e1ff..18f3c0d0a 100644 --- a/src/IconSlideshowOutlinedFilled.tsx +++ b/src/IconSlideshowOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSlideshowOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlideshowOutlinedFilled as default } diff --git a/src/IconSlideshowRounded.tsx b/src/IconSlideshowRounded.tsx index 4c2587af0..833b5fae3 100644 --- a/src/IconSlideshowRounded.tsx +++ b/src/IconSlideshowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowRounded: React.FC = ({ ...props }) => ( +export const IconSlideshowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideshowRounded as default } diff --git a/src/IconSlideshowRoundedFilled.tsx b/src/IconSlideshowRoundedFilled.tsx index d0519b63c..a6b8f2c6e 100644 --- a/src/IconSlideshowRoundedFilled.tsx +++ b/src/IconSlideshowRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSlideshowRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlideshowRoundedFilled as default } diff --git a/src/IconSlideshowSharp.tsx b/src/IconSlideshowSharp.tsx index 443a62b20..b3d3fce7c 100644 --- a/src/IconSlideshowSharp.tsx +++ b/src/IconSlideshowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowSharp: React.FC = ({ ...props }) => ( +export const IconSlideshowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideshowSharp as default } diff --git a/src/IconSlideshowSharpFilled.tsx b/src/IconSlideshowSharpFilled.tsx index 9d70876f5..a8511035d 100644 --- a/src/IconSlideshowSharpFilled.tsx +++ b/src/IconSlideshowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlideshowSharpFilled: React.FC = ({ ...props }) => ( +export const IconSlideshowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlideshowSharpFilled as default } diff --git a/src/IconSlowMotionVideoOutlined.tsx b/src/IconSlowMotionVideoOutlined.tsx index 26e1479e9..e1ae64343 100644 --- a/src/IconSlowMotionVideoOutlined.tsx +++ b/src/IconSlowMotionVideoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoOutlined: React.FC = ({ ...props }) => ( +export const IconSlowMotionVideoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlowMotionVideoOutlined as default } diff --git a/src/IconSlowMotionVideoOutlinedFilled.tsx b/src/IconSlowMotionVideoOutlinedFilled.tsx index 10bb0b13c..01cd6adf6 100644 --- a/src/IconSlowMotionVideoOutlinedFilled.tsx +++ b/src/IconSlowMotionVideoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoOutlinedFilled: React.FC = ({ +export const IconSlowMotionVideoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSlowMotionVideoOutlinedFilled: React.FC = ({ ) - -export { IconSlowMotionVideoOutlinedFilled as default } diff --git a/src/IconSlowMotionVideoRounded.tsx b/src/IconSlowMotionVideoRounded.tsx index 110824e1d..a907dd551 100644 --- a/src/IconSlowMotionVideoRounded.tsx +++ b/src/IconSlowMotionVideoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoRounded: React.FC = ({ ...props }) => ( +export const IconSlowMotionVideoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlowMotionVideoRounded as default } diff --git a/src/IconSlowMotionVideoRoundedFilled.tsx b/src/IconSlowMotionVideoRoundedFilled.tsx index 6d02ada5e..64d22bc23 100644 --- a/src/IconSlowMotionVideoRoundedFilled.tsx +++ b/src/IconSlowMotionVideoRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoRoundedFilled: React.FC = ({ +export const IconSlowMotionVideoRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSlowMotionVideoRoundedFilled: React.FC = ({ ) - -export { IconSlowMotionVideoRoundedFilled as default } diff --git a/src/IconSlowMotionVideoSharp.tsx b/src/IconSlowMotionVideoSharp.tsx index 3e5672f15..1ce395a04 100644 --- a/src/IconSlowMotionVideoSharp.tsx +++ b/src/IconSlowMotionVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoSharp: React.FC = ({ ...props }) => ( +export const IconSlowMotionVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSlowMotionVideoSharp as default } diff --git a/src/IconSlowMotionVideoSharpFilled.tsx b/src/IconSlowMotionVideoSharpFilled.tsx index 7a6d65c28..4a1061bcf 100644 --- a/src/IconSlowMotionVideoSharpFilled.tsx +++ b/src/IconSlowMotionVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSlowMotionVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconSlowMotionVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSlowMotionVideoSharpFilled as default } diff --git a/src/IconSmartCardReaderOffOutlined.tsx b/src/IconSmartCardReaderOffOutlined.tsx index b49d0652c..32072fcff 100644 --- a/src/IconSmartCardReaderOffOutlined.tsx +++ b/src/IconSmartCardReaderOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffOutlined: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderOffOutlined as default } diff --git a/src/IconSmartCardReaderOffOutlinedFilled.tsx b/src/IconSmartCardReaderOffOutlinedFilled.tsx index 9edbb8234..080c607e3 100644 --- a/src/IconSmartCardReaderOffOutlinedFilled.tsx +++ b/src/IconSmartCardReaderOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffOutlinedFilled: React.FC = ({ +export const IconSmartCardReaderOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartCardReaderOffOutlinedFilled: React.FC = ({ ) - -export { IconSmartCardReaderOffOutlinedFilled as default } diff --git a/src/IconSmartCardReaderOffRounded.tsx b/src/IconSmartCardReaderOffRounded.tsx index b1841fcea..47a299685 100644 --- a/src/IconSmartCardReaderOffRounded.tsx +++ b/src/IconSmartCardReaderOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffRounded: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderOffRounded as default } diff --git a/src/IconSmartCardReaderOffRoundedFilled.tsx b/src/IconSmartCardReaderOffRoundedFilled.tsx index b51473eea..05efb4ed2 100644 --- a/src/IconSmartCardReaderOffRoundedFilled.tsx +++ b/src/IconSmartCardReaderOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffRoundedFilled: React.FC = ({ +export const IconSmartCardReaderOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartCardReaderOffRoundedFilled: React.FC = ({ ) - -export { IconSmartCardReaderOffRoundedFilled as default } diff --git a/src/IconSmartCardReaderOffSharp.tsx b/src/IconSmartCardReaderOffSharp.tsx index a282624ca..74ca416ee 100644 --- a/src/IconSmartCardReaderOffSharp.tsx +++ b/src/IconSmartCardReaderOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffSharp: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderOffSharp as default } diff --git a/src/IconSmartCardReaderOffSharpFilled.tsx b/src/IconSmartCardReaderOffSharpFilled.tsx index 3c1dd82e4..f6d7c263a 100644 --- a/src/IconSmartCardReaderOffSharpFilled.tsx +++ b/src/IconSmartCardReaderOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOffSharpFilled: React.FC = ({ +export const IconSmartCardReaderOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartCardReaderOffSharpFilled: React.FC = ({ ) - -export { IconSmartCardReaderOffSharpFilled as default } diff --git a/src/IconSmartCardReaderOutlined.tsx b/src/IconSmartCardReaderOutlined.tsx index e95d1d920..845cf7218 100644 --- a/src/IconSmartCardReaderOutlined.tsx +++ b/src/IconSmartCardReaderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOutlined: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderOutlined as default } diff --git a/src/IconSmartCardReaderOutlinedFilled.tsx b/src/IconSmartCardReaderOutlinedFilled.tsx index ce7abd3ff..79a9eeb85 100644 --- a/src/IconSmartCardReaderOutlinedFilled.tsx +++ b/src/IconSmartCardReaderOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderOutlinedFilled: React.FC = ({ +export const IconSmartCardReaderOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartCardReaderOutlinedFilled: React.FC = ({ ) - -export { IconSmartCardReaderOutlinedFilled as default } diff --git a/src/IconSmartCardReaderRounded.tsx b/src/IconSmartCardReaderRounded.tsx index 40cb227a5..046390a45 100644 --- a/src/IconSmartCardReaderRounded.tsx +++ b/src/IconSmartCardReaderRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderRounded: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderRounded as default } diff --git a/src/IconSmartCardReaderRoundedFilled.tsx b/src/IconSmartCardReaderRoundedFilled.tsx index 839fc4c6a..97ef86694 100644 --- a/src/IconSmartCardReaderRoundedFilled.tsx +++ b/src/IconSmartCardReaderRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderRoundedFilled: React.FC = ({ +export const IconSmartCardReaderRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartCardReaderRoundedFilled: React.FC = ({ ) - -export { IconSmartCardReaderRoundedFilled as default } diff --git a/src/IconSmartCardReaderSharp.tsx b/src/IconSmartCardReaderSharp.tsx index 663dee3b9..c89502656 100644 --- a/src/IconSmartCardReaderSharp.tsx +++ b/src/IconSmartCardReaderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderSharp: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderSharp as default } diff --git a/src/IconSmartCardReaderSharpFilled.tsx b/src/IconSmartCardReaderSharpFilled.tsx index 9f39a8621..3c121313e 100644 --- a/src/IconSmartCardReaderSharpFilled.tsx +++ b/src/IconSmartCardReaderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartCardReaderSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartCardReaderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartCardReaderSharpFilled as default } diff --git a/src/IconSmartDisplayOutlined.tsx b/src/IconSmartDisplayOutlined.tsx index 3b84e19a7..36d95ef0e 100644 --- a/src/IconSmartDisplayOutlined.tsx +++ b/src/IconSmartDisplayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplayOutlined: React.FC = ({ ...props }) => ( +export const IconSmartDisplayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartDisplayOutlined as default } diff --git a/src/IconSmartDisplayOutlinedFilled.tsx b/src/IconSmartDisplayOutlinedFilled.tsx index 4f78e9b4a..e5ab666ab 100644 --- a/src/IconSmartDisplayOutlinedFilled.tsx +++ b/src/IconSmartDisplayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmartDisplayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartDisplayOutlinedFilled as default } diff --git a/src/IconSmartDisplayRounded.tsx b/src/IconSmartDisplayRounded.tsx index ecf3963e1..44ba7e177 100644 --- a/src/IconSmartDisplayRounded.tsx +++ b/src/IconSmartDisplayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplayRounded: React.FC = ({ ...props }) => ( +export const IconSmartDisplayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartDisplayRounded as default } diff --git a/src/IconSmartDisplayRoundedFilled.tsx b/src/IconSmartDisplayRoundedFilled.tsx index 7c7439d88..a5c8f942b 100644 --- a/src/IconSmartDisplayRoundedFilled.tsx +++ b/src/IconSmartDisplayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmartDisplayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartDisplayRoundedFilled as default } diff --git a/src/IconSmartDisplaySharp.tsx b/src/IconSmartDisplaySharp.tsx index a8f27ca19..7693c6fad 100644 --- a/src/IconSmartDisplaySharp.tsx +++ b/src/IconSmartDisplaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplaySharp: React.FC = ({ ...props }) => ( +export const IconSmartDisplaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartDisplaySharp as default } diff --git a/src/IconSmartDisplaySharpFilled.tsx b/src/IconSmartDisplaySharpFilled.tsx index 695d07be8..5223242a6 100644 --- a/src/IconSmartDisplaySharpFilled.tsx +++ b/src/IconSmartDisplaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartDisplaySharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartDisplaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartDisplaySharpFilled as default } diff --git a/src/IconSmartOutletOutlined.tsx b/src/IconSmartOutletOutlined.tsx index 6105d3135..1b6157271 100644 --- a/src/IconSmartOutletOutlined.tsx +++ b/src/IconSmartOutletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletOutlined: React.FC = ({ ...props }) => ( +export const IconSmartOutletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartOutletOutlined as default } diff --git a/src/IconSmartOutletOutlinedFilled.tsx b/src/IconSmartOutletOutlinedFilled.tsx index 1d8be5349..6fbe1da39 100644 --- a/src/IconSmartOutletOutlinedFilled.tsx +++ b/src/IconSmartOutletOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmartOutletOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartOutletOutlinedFilled as default } diff --git a/src/IconSmartOutletRounded.tsx b/src/IconSmartOutletRounded.tsx index ebfbca7ba..d6b88de49 100644 --- a/src/IconSmartOutletRounded.tsx +++ b/src/IconSmartOutletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletRounded: React.FC = ({ ...props }) => ( +export const IconSmartOutletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartOutletRounded as default } diff --git a/src/IconSmartOutletRoundedFilled.tsx b/src/IconSmartOutletRoundedFilled.tsx index 964ddf1d4..8605ee5bf 100644 --- a/src/IconSmartOutletRoundedFilled.tsx +++ b/src/IconSmartOutletRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmartOutletRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartOutletRoundedFilled as default } diff --git a/src/IconSmartOutletSharp.tsx b/src/IconSmartOutletSharp.tsx index a3ba2644b..f1d9d858d 100644 --- a/src/IconSmartOutletSharp.tsx +++ b/src/IconSmartOutletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletSharp: React.FC = ({ ...props }) => ( +export const IconSmartOutletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartOutletSharp as default } diff --git a/src/IconSmartOutletSharpFilled.tsx b/src/IconSmartOutletSharpFilled.tsx index d90974abc..a6c9d20fb 100644 --- a/src/IconSmartOutletSharpFilled.tsx +++ b/src/IconSmartOutletSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartOutletSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartOutletSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartOutletSharpFilled as default } diff --git a/src/IconSmartScreenOutlined.tsx b/src/IconSmartScreenOutlined.tsx index 2402be92e..1e458a626 100644 --- a/src/IconSmartScreenOutlined.tsx +++ b/src/IconSmartScreenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenOutlined: React.FC = ({ ...props }) => ( +export const IconSmartScreenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartScreenOutlined as default } diff --git a/src/IconSmartScreenOutlinedFilled.tsx b/src/IconSmartScreenOutlinedFilled.tsx index 489b1a96e..1872bcdeb 100644 --- a/src/IconSmartScreenOutlinedFilled.tsx +++ b/src/IconSmartScreenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmartScreenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartScreenOutlinedFilled as default } diff --git a/src/IconSmartScreenRounded.tsx b/src/IconSmartScreenRounded.tsx index 7c76e3416..6b771346b 100644 --- a/src/IconSmartScreenRounded.tsx +++ b/src/IconSmartScreenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenRounded: React.FC = ({ ...props }) => ( +export const IconSmartScreenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartScreenRounded as default } diff --git a/src/IconSmartScreenRoundedFilled.tsx b/src/IconSmartScreenRoundedFilled.tsx index e290254b7..da9aa1c5b 100644 --- a/src/IconSmartScreenRoundedFilled.tsx +++ b/src/IconSmartScreenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmartScreenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartScreenRoundedFilled as default } diff --git a/src/IconSmartScreenSharp.tsx b/src/IconSmartScreenSharp.tsx index b9aed12c7..77c179af8 100644 --- a/src/IconSmartScreenSharp.tsx +++ b/src/IconSmartScreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenSharp: React.FC = ({ ...props }) => ( +export const IconSmartScreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartScreenSharp as default } diff --git a/src/IconSmartScreenSharpFilled.tsx b/src/IconSmartScreenSharpFilled.tsx index 456c37304..e72827f12 100644 --- a/src/IconSmartScreenSharpFilled.tsx +++ b/src/IconSmartScreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartScreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartScreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartScreenSharpFilled as default } diff --git a/src/IconSmartToyOutlined.tsx b/src/IconSmartToyOutlined.tsx index fb66c4473..7dc06bd9b 100644 --- a/src/IconSmartToyOutlined.tsx +++ b/src/IconSmartToyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToyOutlined: React.FC = ({ ...props }) => ( +export const IconSmartToyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartToyOutlined as default } diff --git a/src/IconSmartToyOutlinedFilled.tsx b/src/IconSmartToyOutlinedFilled.tsx index fb2f8a348..d60d45f04 100644 --- a/src/IconSmartToyOutlinedFilled.tsx +++ b/src/IconSmartToyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmartToyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartToyOutlinedFilled as default } diff --git a/src/IconSmartToyRounded.tsx b/src/IconSmartToyRounded.tsx index 5401999c6..4ba37e740 100644 --- a/src/IconSmartToyRounded.tsx +++ b/src/IconSmartToyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToyRounded: React.FC = ({ ...props }) => ( +export const IconSmartToyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartToyRounded as default } diff --git a/src/IconSmartToyRoundedFilled.tsx b/src/IconSmartToyRoundedFilled.tsx index 25c0418ac..ef7fed1f0 100644 --- a/src/IconSmartToyRoundedFilled.tsx +++ b/src/IconSmartToyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmartToyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartToyRoundedFilled as default } diff --git a/src/IconSmartToySharp.tsx b/src/IconSmartToySharp.tsx index ef5db92ac..9074baa12 100644 --- a/src/IconSmartToySharp.tsx +++ b/src/IconSmartToySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToySharp: React.FC = ({ ...props }) => ( +export const IconSmartToySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartToySharp as default } diff --git a/src/IconSmartToySharpFilled.tsx b/src/IconSmartToySharpFilled.tsx index 7a0e61758..876443663 100644 --- a/src/IconSmartToySharpFilled.tsx +++ b/src/IconSmartToySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartToySharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartToySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartToySharpFilled as default } diff --git a/src/IconSmartphoneCameraOutlined.tsx b/src/IconSmartphoneCameraOutlined.tsx index 1ebf935d4..523f2b058 100644 --- a/src/IconSmartphoneCameraOutlined.tsx +++ b/src/IconSmartphoneCameraOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraOutlined: React.FC = ({ ...props }) => ( +export const IconSmartphoneCameraOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneCameraOutlined as default } diff --git a/src/IconSmartphoneCameraOutlinedFilled.tsx b/src/IconSmartphoneCameraOutlinedFilled.tsx index 69a1031fa..ad73308a3 100644 --- a/src/IconSmartphoneCameraOutlinedFilled.tsx +++ b/src/IconSmartphoneCameraOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraOutlinedFilled: React.FC = ({ +export const IconSmartphoneCameraOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartphoneCameraOutlinedFilled: React.FC = ({ ) - -export { IconSmartphoneCameraOutlinedFilled as default } diff --git a/src/IconSmartphoneCameraRounded.tsx b/src/IconSmartphoneCameraRounded.tsx index 709134e53..225f406f3 100644 --- a/src/IconSmartphoneCameraRounded.tsx +++ b/src/IconSmartphoneCameraRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraRounded: React.FC = ({ ...props }) => ( +export const IconSmartphoneCameraRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneCameraRounded as default } diff --git a/src/IconSmartphoneCameraRoundedFilled.tsx b/src/IconSmartphoneCameraRoundedFilled.tsx index 95f837457..4a801376c 100644 --- a/src/IconSmartphoneCameraRoundedFilled.tsx +++ b/src/IconSmartphoneCameraRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraRoundedFilled: React.FC = ({ +export const IconSmartphoneCameraRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSmartphoneCameraRoundedFilled: React.FC = ({ ) - -export { IconSmartphoneCameraRoundedFilled as default } diff --git a/src/IconSmartphoneCameraSharp.tsx b/src/IconSmartphoneCameraSharp.tsx index ecef39ebb..69e0faac5 100644 --- a/src/IconSmartphoneCameraSharp.tsx +++ b/src/IconSmartphoneCameraSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraSharp: React.FC = ({ ...props }) => ( +export const IconSmartphoneCameraSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneCameraSharp as default } diff --git a/src/IconSmartphoneCameraSharpFilled.tsx b/src/IconSmartphoneCameraSharpFilled.tsx index e5fbf747e..6d33d1396 100644 --- a/src/IconSmartphoneCameraSharpFilled.tsx +++ b/src/IconSmartphoneCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartphoneCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneCameraSharpFilled as default } diff --git a/src/IconSmartphoneOutlined.tsx b/src/IconSmartphoneOutlined.tsx index 8d1debed4..22c652d77 100644 --- a/src/IconSmartphoneOutlined.tsx +++ b/src/IconSmartphoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneOutlined: React.FC = ({ ...props }) => ( +export const IconSmartphoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartphoneOutlined as default } diff --git a/src/IconSmartphoneOutlinedFilled.tsx b/src/IconSmartphoneOutlinedFilled.tsx index 881fe1024..f84e5113e 100644 --- a/src/IconSmartphoneOutlinedFilled.tsx +++ b/src/IconSmartphoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmartphoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneOutlinedFilled as default } diff --git a/src/IconSmartphoneRounded.tsx b/src/IconSmartphoneRounded.tsx index 4f19f638c..6745f9f92 100644 --- a/src/IconSmartphoneRounded.tsx +++ b/src/IconSmartphoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneRounded: React.FC = ({ ...props }) => ( +export const IconSmartphoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartphoneRounded as default } diff --git a/src/IconSmartphoneRoundedFilled.tsx b/src/IconSmartphoneRoundedFilled.tsx index 212fcb8ce..c9e54b0c4 100644 --- a/src/IconSmartphoneRoundedFilled.tsx +++ b/src/IconSmartphoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmartphoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneRoundedFilled as default } diff --git a/src/IconSmartphoneSharp.tsx b/src/IconSmartphoneSharp.tsx index fa69c0d9f..4b84b5544 100644 --- a/src/IconSmartphoneSharp.tsx +++ b/src/IconSmartphoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneSharp: React.FC = ({ ...props }) => ( +export const IconSmartphoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmartphoneSharp as default } diff --git a/src/IconSmartphoneSharpFilled.tsx b/src/IconSmartphoneSharpFilled.tsx index 1a441e5bd..8d0469ad4 100644 --- a/src/IconSmartphoneSharpFilled.tsx +++ b/src/IconSmartphoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmartphoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmartphoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmartphoneSharpFilled as default } diff --git a/src/IconSmbShareOutlined.tsx b/src/IconSmbShareOutlined.tsx index 2605d96ec..dc1d78d60 100644 --- a/src/IconSmbShareOutlined.tsx +++ b/src/IconSmbShareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareOutlined: React.FC = ({ ...props }) => ( +export const IconSmbShareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmbShareOutlined as default } diff --git a/src/IconSmbShareOutlinedFilled.tsx b/src/IconSmbShareOutlinedFilled.tsx index 67e91a03f..ef06cf332 100644 --- a/src/IconSmbShareOutlinedFilled.tsx +++ b/src/IconSmbShareOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmbShareOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmbShareOutlinedFilled as default } diff --git a/src/IconSmbShareRounded.tsx b/src/IconSmbShareRounded.tsx index 32b004dac..8f4a8cda4 100644 --- a/src/IconSmbShareRounded.tsx +++ b/src/IconSmbShareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareRounded: React.FC = ({ ...props }) => ( +export const IconSmbShareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmbShareRounded as default } diff --git a/src/IconSmbShareRoundedFilled.tsx b/src/IconSmbShareRoundedFilled.tsx index df0fe3697..30c84334c 100644 --- a/src/IconSmbShareRoundedFilled.tsx +++ b/src/IconSmbShareRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmbShareRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmbShareRoundedFilled as default } diff --git a/src/IconSmbShareSharp.tsx b/src/IconSmbShareSharp.tsx index 99dc3a5de..4b2349f93 100644 --- a/src/IconSmbShareSharp.tsx +++ b/src/IconSmbShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareSharp: React.FC = ({ ...props }) => ( +export const IconSmbShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmbShareSharp as default } diff --git a/src/IconSmbShareSharpFilled.tsx b/src/IconSmbShareSharpFilled.tsx index 54a51a628..959558770 100644 --- a/src/IconSmbShareSharpFilled.tsx +++ b/src/IconSmbShareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmbShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmbShareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmbShareSharpFilled as default } diff --git a/src/IconSmokeFreeOutlined.tsx b/src/IconSmokeFreeOutlined.tsx index 30b5fc8ea..9a6620d3a 100644 --- a/src/IconSmokeFreeOutlined.tsx +++ b/src/IconSmokeFreeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeOutlined: React.FC = ({ ...props }) => ( +export const IconSmokeFreeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeOutlined as default } diff --git a/src/IconSmokeFreeOutlinedFilled.tsx b/src/IconSmokeFreeOutlinedFilled.tsx index 782c8f639..bb9f2b998 100644 --- a/src/IconSmokeFreeOutlinedFilled.tsx +++ b/src/IconSmokeFreeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmokeFreeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeOutlinedFilled as default } diff --git a/src/IconSmokeFreeRounded.tsx b/src/IconSmokeFreeRounded.tsx index 705714a78..781219483 100644 --- a/src/IconSmokeFreeRounded.tsx +++ b/src/IconSmokeFreeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeRounded: React.FC = ({ ...props }) => ( +export const IconSmokeFreeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeRounded as default } diff --git a/src/IconSmokeFreeRoundedFilled.tsx b/src/IconSmokeFreeRoundedFilled.tsx index 10dee2653..4cb0f7cab 100644 --- a/src/IconSmokeFreeRoundedFilled.tsx +++ b/src/IconSmokeFreeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmokeFreeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeRoundedFilled as default } diff --git a/src/IconSmokeFreeSharp.tsx b/src/IconSmokeFreeSharp.tsx index 48b62ef10..a6d010bbf 100644 --- a/src/IconSmokeFreeSharp.tsx +++ b/src/IconSmokeFreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeSharp: React.FC = ({ ...props }) => ( +export const IconSmokeFreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeSharp as default } diff --git a/src/IconSmokeFreeSharpFilled.tsx b/src/IconSmokeFreeSharpFilled.tsx index 82b4a8c31..8c319dd34 100644 --- a/src/IconSmokeFreeSharpFilled.tsx +++ b/src/IconSmokeFreeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokeFreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmokeFreeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokeFreeSharpFilled as default } diff --git a/src/IconSmokingRoomsOutlined.tsx b/src/IconSmokingRoomsOutlined.tsx index bb19b670a..c1e566618 100644 --- a/src/IconSmokingRoomsOutlined.tsx +++ b/src/IconSmokingRoomsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsOutlined: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsOutlined as default } diff --git a/src/IconSmokingRoomsOutlinedFilled.tsx b/src/IconSmokingRoomsOutlinedFilled.tsx index 05894061b..37ee52af2 100644 --- a/src/IconSmokingRoomsOutlinedFilled.tsx +++ b/src/IconSmokingRoomsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsOutlinedFilled as default } diff --git a/src/IconSmokingRoomsRounded.tsx b/src/IconSmokingRoomsRounded.tsx index aaebe2bdb..630e63087 100644 --- a/src/IconSmokingRoomsRounded.tsx +++ b/src/IconSmokingRoomsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsRounded: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsRounded as default } diff --git a/src/IconSmokingRoomsRoundedFilled.tsx b/src/IconSmokingRoomsRoundedFilled.tsx index 4b9c822d5..e87d30191 100644 --- a/src/IconSmokingRoomsRoundedFilled.tsx +++ b/src/IconSmokingRoomsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsRoundedFilled as default } diff --git a/src/IconSmokingRoomsSharp.tsx b/src/IconSmokingRoomsSharp.tsx index 539a8275d..fe6e1513a 100644 --- a/src/IconSmokingRoomsSharp.tsx +++ b/src/IconSmokingRoomsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsSharp: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsSharp as default } diff --git a/src/IconSmokingRoomsSharpFilled.tsx b/src/IconSmokingRoomsSharpFilled.tsx index e4db361aa..1948f1e6a 100644 --- a/src/IconSmokingRoomsSharpFilled.tsx +++ b/src/IconSmokingRoomsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSmokingRoomsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmokingRoomsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSmokingRoomsSharpFilled as default } diff --git a/src/IconSmsOutlined.tsx b/src/IconSmsOutlined.tsx index f5fcad269..350ac230f 100644 --- a/src/IconSmsOutlined.tsx +++ b/src/IconSmsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsOutlined: React.FC = ({ ...props }) => ( +export const IconSmsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsOutlined as default } diff --git a/src/IconSmsOutlinedFilled.tsx b/src/IconSmsOutlinedFilled.tsx index 53cefba2b..0bdf6ed3a 100644 --- a/src/IconSmsOutlinedFilled.tsx +++ b/src/IconSmsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSmsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsOutlinedFilled as default } diff --git a/src/IconSmsRounded.tsx b/src/IconSmsRounded.tsx index aca75db56..5bb43ca93 100644 --- a/src/IconSmsRounded.tsx +++ b/src/IconSmsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsRounded: React.FC = ({ ...props }) => ( +export const IconSmsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsRounded as default } diff --git a/src/IconSmsRoundedFilled.tsx b/src/IconSmsRoundedFilled.tsx index 225295619..e2d805325 100644 --- a/src/IconSmsRoundedFilled.tsx +++ b/src/IconSmsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSmsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsRoundedFilled as default } diff --git a/src/IconSmsSharp.tsx b/src/IconSmsSharp.tsx index 693c93862..babc096b0 100644 --- a/src/IconSmsSharp.tsx +++ b/src/IconSmsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsSharp: React.FC = ({ ...props }) => ( +export const IconSmsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsSharp as default } diff --git a/src/IconSmsSharpFilled.tsx b/src/IconSmsSharpFilled.tsx index a81627d7c..bdc480df7 100644 --- a/src/IconSmsSharpFilled.tsx +++ b/src/IconSmsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSmsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSmsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSmsSharpFilled as default } diff --git a/src/IconSnippetFolderOutlined.tsx b/src/IconSnippetFolderOutlined.tsx index b0b00a553..b81f90f24 100644 --- a/src/IconSnippetFolderOutlined.tsx +++ b/src/IconSnippetFolderOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderOutlined: React.FC = ({ ...props }) => ( +export const IconSnippetFolderOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderOutlined as default } diff --git a/src/IconSnippetFolderOutlinedFilled.tsx b/src/IconSnippetFolderOutlinedFilled.tsx index affd90bcf..15b82c25c 100644 --- a/src/IconSnippetFolderOutlinedFilled.tsx +++ b/src/IconSnippetFolderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnippetFolderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderOutlinedFilled as default } diff --git a/src/IconSnippetFolderRounded.tsx b/src/IconSnippetFolderRounded.tsx index f34f28bc1..397e2bdab 100644 --- a/src/IconSnippetFolderRounded.tsx +++ b/src/IconSnippetFolderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderRounded: React.FC = ({ ...props }) => ( +export const IconSnippetFolderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderRounded as default } diff --git a/src/IconSnippetFolderRoundedFilled.tsx b/src/IconSnippetFolderRoundedFilled.tsx index 2a1c78519..7665da587 100644 --- a/src/IconSnippetFolderRoundedFilled.tsx +++ b/src/IconSnippetFolderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnippetFolderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderRoundedFilled as default } diff --git a/src/IconSnippetFolderSharp.tsx b/src/IconSnippetFolderSharp.tsx index b64f50831..d07012642 100644 --- a/src/IconSnippetFolderSharp.tsx +++ b/src/IconSnippetFolderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderSharp: React.FC = ({ ...props }) => ( +export const IconSnippetFolderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderSharp as default } diff --git a/src/IconSnippetFolderSharpFilled.tsx b/src/IconSnippetFolderSharpFilled.tsx index db21b2f33..e2fb05fd5 100644 --- a/src/IconSnippetFolderSharpFilled.tsx +++ b/src/IconSnippetFolderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnippetFolderSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnippetFolderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnippetFolderSharpFilled as default } diff --git a/src/IconSnoozeOutlined.tsx b/src/IconSnoozeOutlined.tsx index 9a07628c1..07c29f914 100644 --- a/src/IconSnoozeOutlined.tsx +++ b/src/IconSnoozeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeOutlined: React.FC = ({ ...props }) => ( +export const IconSnoozeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeOutlined as default } diff --git a/src/IconSnoozeOutlinedFilled.tsx b/src/IconSnoozeOutlinedFilled.tsx index 0e9bea5f7..0c92fbb6b 100644 --- a/src/IconSnoozeOutlinedFilled.tsx +++ b/src/IconSnoozeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnoozeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeOutlinedFilled as default } diff --git a/src/IconSnoozeRounded.tsx b/src/IconSnoozeRounded.tsx index fc72bdd90..2a580032d 100644 --- a/src/IconSnoozeRounded.tsx +++ b/src/IconSnoozeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeRounded: React.FC = ({ ...props }) => ( +export const IconSnoozeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeRounded as default } diff --git a/src/IconSnoozeRoundedFilled.tsx b/src/IconSnoozeRoundedFilled.tsx index 5486eadd4..ead29752f 100644 --- a/src/IconSnoozeRoundedFilled.tsx +++ b/src/IconSnoozeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnoozeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeRoundedFilled as default } diff --git a/src/IconSnoozeSharp.tsx b/src/IconSnoozeSharp.tsx index a37dc2443..a898d5ef9 100644 --- a/src/IconSnoozeSharp.tsx +++ b/src/IconSnoozeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeSharp: React.FC = ({ ...props }) => ( +export const IconSnoozeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeSharp as default } diff --git a/src/IconSnoozeSharpFilled.tsx b/src/IconSnoozeSharpFilled.tsx index 7e86449e3..77b3c3043 100644 --- a/src/IconSnoozeSharpFilled.tsx +++ b/src/IconSnoozeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnoozeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnoozeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnoozeSharpFilled as default } diff --git a/src/IconSnowboardingOutlined.tsx b/src/IconSnowboardingOutlined.tsx index 5f903f88f..7d5c80ded 100644 --- a/src/IconSnowboardingOutlined.tsx +++ b/src/IconSnowboardingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingOutlined: React.FC = ({ ...props }) => ( +export const IconSnowboardingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowboardingOutlined as default } diff --git a/src/IconSnowboardingOutlinedFilled.tsx b/src/IconSnowboardingOutlinedFilled.tsx index 077586470..1d8e9c26a 100644 --- a/src/IconSnowboardingOutlinedFilled.tsx +++ b/src/IconSnowboardingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnowboardingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowboardingOutlinedFilled as default } diff --git a/src/IconSnowboardingRounded.tsx b/src/IconSnowboardingRounded.tsx index 886279963..0e656893f 100644 --- a/src/IconSnowboardingRounded.tsx +++ b/src/IconSnowboardingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingRounded: React.FC = ({ ...props }) => ( +export const IconSnowboardingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowboardingRounded as default } diff --git a/src/IconSnowboardingRoundedFilled.tsx b/src/IconSnowboardingRoundedFilled.tsx index 2595b9852..1f6c42a36 100644 --- a/src/IconSnowboardingRoundedFilled.tsx +++ b/src/IconSnowboardingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnowboardingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowboardingRoundedFilled as default } diff --git a/src/IconSnowboardingSharp.tsx b/src/IconSnowboardingSharp.tsx index bb0d89995..fcf06ce10 100644 --- a/src/IconSnowboardingSharp.tsx +++ b/src/IconSnowboardingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingSharp: React.FC = ({ ...props }) => ( +export const IconSnowboardingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowboardingSharp as default } diff --git a/src/IconSnowboardingSharpFilled.tsx b/src/IconSnowboardingSharpFilled.tsx index 0118cedb9..c8c27457d 100644 --- a/src/IconSnowboardingSharpFilled.tsx +++ b/src/IconSnowboardingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowboardingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnowboardingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowboardingSharpFilled as default } diff --git a/src/IconSnowingHeavyOutlined.tsx b/src/IconSnowingHeavyOutlined.tsx index 3bdb633d2..e85036d8a 100644 --- a/src/IconSnowingHeavyOutlined.tsx +++ b/src/IconSnowingHeavyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavyOutlined: React.FC = ({ ...props }) => ( +export const IconSnowingHeavyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavyOutlined as default } diff --git a/src/IconSnowingHeavyOutlinedFilled.tsx b/src/IconSnowingHeavyOutlinedFilled.tsx index e2cafb782..9877958a3 100644 --- a/src/IconSnowingHeavyOutlinedFilled.tsx +++ b/src/IconSnowingHeavyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnowingHeavyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavyOutlinedFilled as default } diff --git a/src/IconSnowingHeavyRounded.tsx b/src/IconSnowingHeavyRounded.tsx index af27c766a..003c06bba 100644 --- a/src/IconSnowingHeavyRounded.tsx +++ b/src/IconSnowingHeavyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavyRounded: React.FC = ({ ...props }) => ( +export const IconSnowingHeavyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavyRounded as default } diff --git a/src/IconSnowingHeavyRoundedFilled.tsx b/src/IconSnowingHeavyRoundedFilled.tsx index 8b21daa93..ad86f5e93 100644 --- a/src/IconSnowingHeavyRoundedFilled.tsx +++ b/src/IconSnowingHeavyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnowingHeavyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavyRoundedFilled as default } diff --git a/src/IconSnowingHeavySharp.tsx b/src/IconSnowingHeavySharp.tsx index 21230f17c..2accfe686 100644 --- a/src/IconSnowingHeavySharp.tsx +++ b/src/IconSnowingHeavySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavySharp: React.FC = ({ ...props }) => ( +export const IconSnowingHeavySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavySharp as default } diff --git a/src/IconSnowingHeavySharpFilled.tsx b/src/IconSnowingHeavySharpFilled.tsx index 762ab34b7..1c24f5759 100644 --- a/src/IconSnowingHeavySharpFilled.tsx +++ b/src/IconSnowingHeavySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingHeavySharpFilled: React.FC = ({ ...props }) => ( +export const IconSnowingHeavySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowingHeavySharpFilled as default } diff --git a/src/IconSnowingOutlined.tsx b/src/IconSnowingOutlined.tsx index 63af18d78..fe893eac7 100644 --- a/src/IconSnowingOutlined.tsx +++ b/src/IconSnowingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingOutlined: React.FC = ({ ...props }) => ( +export const IconSnowingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingOutlined as default } diff --git a/src/IconSnowingOutlinedFilled.tsx b/src/IconSnowingOutlinedFilled.tsx index cf0d7f2fe..b32b126fe 100644 --- a/src/IconSnowingOutlinedFilled.tsx +++ b/src/IconSnowingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnowingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowingOutlinedFilled as default } diff --git a/src/IconSnowingRounded.tsx b/src/IconSnowingRounded.tsx index 7f04fb5ff..6930ca47d 100644 --- a/src/IconSnowingRounded.tsx +++ b/src/IconSnowingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingRounded: React.FC = ({ ...props }) => ( +export const IconSnowingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingRounded as default } diff --git a/src/IconSnowingRoundedFilled.tsx b/src/IconSnowingRoundedFilled.tsx index 8c2604fa8..cdefd77bb 100644 --- a/src/IconSnowingRoundedFilled.tsx +++ b/src/IconSnowingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnowingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingRoundedFilled as default } diff --git a/src/IconSnowingSharp.tsx b/src/IconSnowingSharp.tsx index 9cad24900..bf6a704de 100644 --- a/src/IconSnowingSharp.tsx +++ b/src/IconSnowingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingSharp: React.FC = ({ ...props }) => ( +export const IconSnowingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingSharp as default } diff --git a/src/IconSnowingSharpFilled.tsx b/src/IconSnowingSharpFilled.tsx index 118bf7330..bfc85dfc5 100644 --- a/src/IconSnowingSharpFilled.tsx +++ b/src/IconSnowingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnowingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowingSharpFilled as default } diff --git a/src/IconSnowmobileOutlined.tsx b/src/IconSnowmobileOutlined.tsx index cbb888898..13afb2c37 100644 --- a/src/IconSnowmobileOutlined.tsx +++ b/src/IconSnowmobileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileOutlined: React.FC = ({ ...props }) => ( +export const IconSnowmobileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowmobileOutlined as default } diff --git a/src/IconSnowmobileOutlinedFilled.tsx b/src/IconSnowmobileOutlinedFilled.tsx index 880be1260..411c10a42 100644 --- a/src/IconSnowmobileOutlinedFilled.tsx +++ b/src/IconSnowmobileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnowmobileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowmobileOutlinedFilled as default } diff --git a/src/IconSnowmobileRounded.tsx b/src/IconSnowmobileRounded.tsx index b6a853699..f709d31da 100644 --- a/src/IconSnowmobileRounded.tsx +++ b/src/IconSnowmobileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileRounded: React.FC = ({ ...props }) => ( +export const IconSnowmobileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowmobileRounded as default } diff --git a/src/IconSnowmobileRoundedFilled.tsx b/src/IconSnowmobileRoundedFilled.tsx index 2030ef339..0abb07fb9 100644 --- a/src/IconSnowmobileRoundedFilled.tsx +++ b/src/IconSnowmobileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnowmobileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowmobileRoundedFilled as default } diff --git a/src/IconSnowmobileSharp.tsx b/src/IconSnowmobileSharp.tsx index 87c492307..154d1071c 100644 --- a/src/IconSnowmobileSharp.tsx +++ b/src/IconSnowmobileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileSharp: React.FC = ({ ...props }) => ( +export const IconSnowmobileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowmobileSharp as default } diff --git a/src/IconSnowmobileSharpFilled.tsx b/src/IconSnowmobileSharpFilled.tsx index 7c9a178fd..4dd6e1d3f 100644 --- a/src/IconSnowmobileSharpFilled.tsx +++ b/src/IconSnowmobileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowmobileSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnowmobileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowmobileSharpFilled as default } diff --git a/src/IconSnowshoeingOutlined.tsx b/src/IconSnowshoeingOutlined.tsx index 8ef2dbba7..4b29ac6d9 100644 --- a/src/IconSnowshoeingOutlined.tsx +++ b/src/IconSnowshoeingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingOutlined: React.FC = ({ ...props }) => ( +export const IconSnowshoeingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingOutlined as default } diff --git a/src/IconSnowshoeingOutlinedFilled.tsx b/src/IconSnowshoeingOutlinedFilled.tsx index 818b0189e..25a5bba2a 100644 --- a/src/IconSnowshoeingOutlinedFilled.tsx +++ b/src/IconSnowshoeingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSnowshoeingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingOutlinedFilled as default } diff --git a/src/IconSnowshoeingRounded.tsx b/src/IconSnowshoeingRounded.tsx index f804a2a9e..e2dcb706f 100644 --- a/src/IconSnowshoeingRounded.tsx +++ b/src/IconSnowshoeingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingRounded: React.FC = ({ ...props }) => ( +export const IconSnowshoeingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingRounded as default } diff --git a/src/IconSnowshoeingRoundedFilled.tsx b/src/IconSnowshoeingRoundedFilled.tsx index 1893f641d..c6d4e6a3a 100644 --- a/src/IconSnowshoeingRoundedFilled.tsx +++ b/src/IconSnowshoeingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSnowshoeingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingRoundedFilled as default } diff --git a/src/IconSnowshoeingSharp.tsx b/src/IconSnowshoeingSharp.tsx index 95f785a4e..24d428207 100644 --- a/src/IconSnowshoeingSharp.tsx +++ b/src/IconSnowshoeingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingSharp: React.FC = ({ ...props }) => ( +export const IconSnowshoeingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingSharp as default } diff --git a/src/IconSnowshoeingSharpFilled.tsx b/src/IconSnowshoeingSharpFilled.tsx index c3f02d13c..7db054df4 100644 --- a/src/IconSnowshoeingSharpFilled.tsx +++ b/src/IconSnowshoeingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSnowshoeingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSnowshoeingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSnowshoeingSharpFilled as default } diff --git a/src/IconSoapOutlined.tsx b/src/IconSoapOutlined.tsx index 346b80d0b..621c9bab0 100644 --- a/src/IconSoapOutlined.tsx +++ b/src/IconSoapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapOutlined: React.FC = ({ ...props }) => ( +export const IconSoapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapOutlined as default } diff --git a/src/IconSoapOutlinedFilled.tsx b/src/IconSoapOutlinedFilled.tsx index 3acc9428e..090f5759f 100644 --- a/src/IconSoapOutlinedFilled.tsx +++ b/src/IconSoapOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSoapOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapOutlinedFilled as default } diff --git a/src/IconSoapRounded.tsx b/src/IconSoapRounded.tsx index c5efd1f53..5702084a7 100644 --- a/src/IconSoapRounded.tsx +++ b/src/IconSoapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapRounded: React.FC = ({ ...props }) => ( +export const IconSoapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapRounded as default } diff --git a/src/IconSoapRoundedFilled.tsx b/src/IconSoapRoundedFilled.tsx index c56af7c36..67b7ea303 100644 --- a/src/IconSoapRoundedFilled.tsx +++ b/src/IconSoapRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSoapRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapRoundedFilled as default } diff --git a/src/IconSoapSharp.tsx b/src/IconSoapSharp.tsx index faaa04fa1..2dd0548c4 100644 --- a/src/IconSoapSharp.tsx +++ b/src/IconSoapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapSharp: React.FC = ({ ...props }) => ( +export const IconSoapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapSharp as default } diff --git a/src/IconSoapSharpFilled.tsx b/src/IconSoapSharpFilled.tsx index 522eb29e6..46b862ddd 100644 --- a/src/IconSoapSharpFilled.tsx +++ b/src/IconSoapSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoapSharpFilled: React.FC = ({ ...props }) => ( +export const IconSoapSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoapSharpFilled as default } diff --git a/src/IconSocialDistanceOutlined.tsx b/src/IconSocialDistanceOutlined.tsx index bce04f24a..3307804bc 100644 --- a/src/IconSocialDistanceOutlined.tsx +++ b/src/IconSocialDistanceOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceOutlined: React.FC = ({ ...props }) => ( +export const IconSocialDistanceOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialDistanceOutlined as default } diff --git a/src/IconSocialDistanceOutlinedFilled.tsx b/src/IconSocialDistanceOutlinedFilled.tsx index 73d2bc6b5..b881f0e23 100644 --- a/src/IconSocialDistanceOutlinedFilled.tsx +++ b/src/IconSocialDistanceOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceOutlinedFilled: React.FC = ({ +export const IconSocialDistanceOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSocialDistanceOutlinedFilled: React.FC = ({ ) - -export { IconSocialDistanceOutlinedFilled as default } diff --git a/src/IconSocialDistanceRounded.tsx b/src/IconSocialDistanceRounded.tsx index 9ffe90e30..430465394 100644 --- a/src/IconSocialDistanceRounded.tsx +++ b/src/IconSocialDistanceRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceRounded: React.FC = ({ ...props }) => ( +export const IconSocialDistanceRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialDistanceRounded as default } diff --git a/src/IconSocialDistanceRoundedFilled.tsx b/src/IconSocialDistanceRoundedFilled.tsx index 9a679fec8..ad727e88a 100644 --- a/src/IconSocialDistanceRoundedFilled.tsx +++ b/src/IconSocialDistanceRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSocialDistanceRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialDistanceRoundedFilled as default } diff --git a/src/IconSocialDistanceSharp.tsx b/src/IconSocialDistanceSharp.tsx index e5cd32e22..7aa2df22f 100644 --- a/src/IconSocialDistanceSharp.tsx +++ b/src/IconSocialDistanceSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceSharp: React.FC = ({ ...props }) => ( +export const IconSocialDistanceSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSocialDistanceSharp as default } diff --git a/src/IconSocialDistanceSharpFilled.tsx b/src/IconSocialDistanceSharpFilled.tsx index 6543add75..8730462ff 100644 --- a/src/IconSocialDistanceSharpFilled.tsx +++ b/src/IconSocialDistanceSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialDistanceSharpFilled: React.FC = ({ ...props }) => ( +export const IconSocialDistanceSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialDistanceSharpFilled as default } diff --git a/src/IconSocialLeaderboardOutlined.tsx b/src/IconSocialLeaderboardOutlined.tsx index 7199b6c1e..645a769aa 100644 --- a/src/IconSocialLeaderboardOutlined.tsx +++ b/src/IconSocialLeaderboardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardOutlined: React.FC = ({ ...props }) => ( +export const IconSocialLeaderboardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialLeaderboardOutlined as default } diff --git a/src/IconSocialLeaderboardOutlinedFilled.tsx b/src/IconSocialLeaderboardOutlinedFilled.tsx index 0adfb4906..99a2e523a 100644 --- a/src/IconSocialLeaderboardOutlinedFilled.tsx +++ b/src/IconSocialLeaderboardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardOutlinedFilled: React.FC = ({ +export const IconSocialLeaderboardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSocialLeaderboardOutlinedFilled: React.FC = ({ ) - -export { IconSocialLeaderboardOutlinedFilled as default } diff --git a/src/IconSocialLeaderboardRounded.tsx b/src/IconSocialLeaderboardRounded.tsx index 1e0e5778b..a6ac855f7 100644 --- a/src/IconSocialLeaderboardRounded.tsx +++ b/src/IconSocialLeaderboardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardRounded: React.FC = ({ ...props }) => ( +export const IconSocialLeaderboardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialLeaderboardRounded as default } diff --git a/src/IconSocialLeaderboardRoundedFilled.tsx b/src/IconSocialLeaderboardRoundedFilled.tsx index d03fe8251..472eac9d2 100644 --- a/src/IconSocialLeaderboardRoundedFilled.tsx +++ b/src/IconSocialLeaderboardRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardRoundedFilled: React.FC = ({ +export const IconSocialLeaderboardRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSocialLeaderboardRoundedFilled: React.FC = ({ ) - -export { IconSocialLeaderboardRoundedFilled as default } diff --git a/src/IconSocialLeaderboardSharp.tsx b/src/IconSocialLeaderboardSharp.tsx index d2db67bf5..fd8b4f1cb 100644 --- a/src/IconSocialLeaderboardSharp.tsx +++ b/src/IconSocialLeaderboardSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardSharp: React.FC = ({ ...props }) => ( +export const IconSocialLeaderboardSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSocialLeaderboardSharp as default } diff --git a/src/IconSocialLeaderboardSharpFilled.tsx b/src/IconSocialLeaderboardSharpFilled.tsx index 2a3a86bac..1f61e260d 100644 --- a/src/IconSocialLeaderboardSharpFilled.tsx +++ b/src/IconSocialLeaderboardSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSocialLeaderboardSharpFilled: React.FC = ({ +export const IconSocialLeaderboardSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSocialLeaderboardSharpFilled: React.FC = ({ ) - -export { IconSocialLeaderboardSharpFilled as default } diff --git a/src/IconSolarPowerOutlined.tsx b/src/IconSolarPowerOutlined.tsx index 270f7fd2c..a82e04073 100644 --- a/src/IconSolarPowerOutlined.tsx +++ b/src/IconSolarPowerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerOutlined: React.FC = ({ ...props }) => ( +export const IconSolarPowerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSolarPowerOutlined as default } diff --git a/src/IconSolarPowerOutlinedFilled.tsx b/src/IconSolarPowerOutlinedFilled.tsx index 636140619..24a0d5862 100644 --- a/src/IconSolarPowerOutlinedFilled.tsx +++ b/src/IconSolarPowerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSolarPowerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSolarPowerOutlinedFilled as default } diff --git a/src/IconSolarPowerRounded.tsx b/src/IconSolarPowerRounded.tsx index 17bd6f29a..8a7fe5ee1 100644 --- a/src/IconSolarPowerRounded.tsx +++ b/src/IconSolarPowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerRounded: React.FC = ({ ...props }) => ( +export const IconSolarPowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSolarPowerRounded as default } diff --git a/src/IconSolarPowerRoundedFilled.tsx b/src/IconSolarPowerRoundedFilled.tsx index 65ecf8ab0..b77364737 100644 --- a/src/IconSolarPowerRoundedFilled.tsx +++ b/src/IconSolarPowerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSolarPowerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSolarPowerRoundedFilled as default } diff --git a/src/IconSolarPowerSharp.tsx b/src/IconSolarPowerSharp.tsx index 64241a46a..8ee40264b 100644 --- a/src/IconSolarPowerSharp.tsx +++ b/src/IconSolarPowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerSharp: React.FC = ({ ...props }) => ( +export const IconSolarPowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSolarPowerSharp as default } diff --git a/src/IconSolarPowerSharpFilled.tsx b/src/IconSolarPowerSharpFilled.tsx index 1e5dd77ed..38f63c33a 100644 --- a/src/IconSolarPowerSharpFilled.tsx +++ b/src/IconSolarPowerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSolarPowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSolarPowerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSolarPowerSharpFilled as default } diff --git a/src/IconSortByAlphaOutlined.tsx b/src/IconSortByAlphaOutlined.tsx index f2c4ae513..ca3a500b6 100644 --- a/src/IconSortByAlphaOutlined.tsx +++ b/src/IconSortByAlphaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaOutlined: React.FC = ({ ...props }) => ( +export const IconSortByAlphaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaOutlined as default } diff --git a/src/IconSortByAlphaOutlinedFilled.tsx b/src/IconSortByAlphaOutlinedFilled.tsx index b2c25c034..f4d21b0aa 100644 --- a/src/IconSortByAlphaOutlinedFilled.tsx +++ b/src/IconSortByAlphaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSortByAlphaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaOutlinedFilled as default } diff --git a/src/IconSortByAlphaRounded.tsx b/src/IconSortByAlphaRounded.tsx index 2487c1fdf..3968804c7 100644 --- a/src/IconSortByAlphaRounded.tsx +++ b/src/IconSortByAlphaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaRounded: React.FC = ({ ...props }) => ( +export const IconSortByAlphaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaRounded as default } diff --git a/src/IconSortByAlphaRoundedFilled.tsx b/src/IconSortByAlphaRoundedFilled.tsx index c0f0fd33f..18b8b8a9d 100644 --- a/src/IconSortByAlphaRoundedFilled.tsx +++ b/src/IconSortByAlphaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSortByAlphaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaRoundedFilled as default } diff --git a/src/IconSortByAlphaSharp.tsx b/src/IconSortByAlphaSharp.tsx index 22ffcfadd..d8a33899a 100644 --- a/src/IconSortByAlphaSharp.tsx +++ b/src/IconSortByAlphaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaSharp: React.FC = ({ ...props }) => ( +export const IconSortByAlphaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaSharp as default } diff --git a/src/IconSortByAlphaSharpFilled.tsx b/src/IconSortByAlphaSharpFilled.tsx index aad00299a..97cee5890 100644 --- a/src/IconSortByAlphaSharpFilled.tsx +++ b/src/IconSortByAlphaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSortByAlphaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSortByAlphaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSortByAlphaSharpFilled as default } diff --git a/src/IconSortOutlined.tsx b/src/IconSortOutlined.tsx index 4d35e0bd9..20563edea 100644 --- a/src/IconSortOutlined.tsx +++ b/src/IconSortOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortOutlined: React.FC = ({ ...props }) => ( +export const IconSortOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortOutlined as default } diff --git a/src/IconSortOutlinedFilled.tsx b/src/IconSortOutlinedFilled.tsx index ac4cc8816..339e7a7e2 100644 --- a/src/IconSortOutlinedFilled.tsx +++ b/src/IconSortOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSortOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortOutlinedFilled as default } diff --git a/src/IconSortRounded.tsx b/src/IconSortRounded.tsx index d577b4d52..91b0967a2 100644 --- a/src/IconSortRounded.tsx +++ b/src/IconSortRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortRounded: React.FC = ({ ...props }) => ( +export const IconSortRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortRounded as default } diff --git a/src/IconSortRoundedFilled.tsx b/src/IconSortRoundedFilled.tsx index d6268f333..0af94015b 100644 --- a/src/IconSortRoundedFilled.tsx +++ b/src/IconSortRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSortRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortRoundedFilled as default } diff --git a/src/IconSortSharp.tsx b/src/IconSortSharp.tsx index 1df18c43f..7aae3aa4e 100644 --- a/src/IconSortSharp.tsx +++ b/src/IconSortSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortSharp: React.FC = ({ ...props }) => ( +export const IconSortSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortSharp as default } diff --git a/src/IconSortSharpFilled.tsx b/src/IconSortSharpFilled.tsx index b9d3ca843..12d023a89 100644 --- a/src/IconSortSharpFilled.tsx +++ b/src/IconSortSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSortSharpFilled: React.FC = ({ ...props }) => ( +export const IconSortSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSortSharpFilled as default } diff --git a/src/IconSosOutlined.tsx b/src/IconSosOutlined.tsx index d216357cb..e11ee9b46 100644 --- a/src/IconSosOutlined.tsx +++ b/src/IconSosOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosOutlined: React.FC = ({ ...props }) => ( +export const IconSosOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosOutlined as default } diff --git a/src/IconSosOutlinedFilled.tsx b/src/IconSosOutlinedFilled.tsx index 1b93b4ad7..3a1e4a84a 100644 --- a/src/IconSosOutlinedFilled.tsx +++ b/src/IconSosOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSosOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosOutlinedFilled as default } diff --git a/src/IconSosRounded.tsx b/src/IconSosRounded.tsx index bb3a36d58..4378411c0 100644 --- a/src/IconSosRounded.tsx +++ b/src/IconSosRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosRounded: React.FC = ({ ...props }) => ( +export const IconSosRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosRounded as default } diff --git a/src/IconSosRoundedFilled.tsx b/src/IconSosRoundedFilled.tsx index 2ae20fb38..f9080b664 100644 --- a/src/IconSosRoundedFilled.tsx +++ b/src/IconSosRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSosRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosRoundedFilled as default } diff --git a/src/IconSosSharp.tsx b/src/IconSosSharp.tsx index 30ed1aef8..39e44efb1 100644 --- a/src/IconSosSharp.tsx +++ b/src/IconSosSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosSharp: React.FC = ({ ...props }) => ( +export const IconSosSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosSharp as default } diff --git a/src/IconSosSharpFilled.tsx b/src/IconSosSharpFilled.tsx index aaed73def..71aac0394 100644 --- a/src/IconSosSharpFilled.tsx +++ b/src/IconSosSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSosSharpFilled: React.FC = ({ ...props }) => ( +export const IconSosSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSosSharpFilled as default } diff --git a/src/IconSoundDetectionDogBarkingOutlined.tsx b/src/IconSoundDetectionDogBarkingOutlined.tsx index e9964c85f..af7af4260 100644 --- a/src/IconSoundDetectionDogBarkingOutlined.tsx +++ b/src/IconSoundDetectionDogBarkingOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingOutlined: React.FC = ({ +export const IconSoundDetectionDogBarkingOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionDogBarkingOutlined: React.FC = ({ ) - -export { IconSoundDetectionDogBarkingOutlined as default } diff --git a/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx b/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx index 6a34eb461..09b41eaa5 100644 --- a/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx +++ b/src/IconSoundDetectionDogBarkingOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconSoundDetectionDogBarkingOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoundDetectionDogBarkingOutlinedFilled as default } diff --git a/src/IconSoundDetectionDogBarkingRounded.tsx b/src/IconSoundDetectionDogBarkingRounded.tsx index ad302a992..cab8dce3d 100644 --- a/src/IconSoundDetectionDogBarkingRounded.tsx +++ b/src/IconSoundDetectionDogBarkingRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingRounded: React.FC = ({ +export const IconSoundDetectionDogBarkingRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionDogBarkingRounded: React.FC = ({ ) - -export { IconSoundDetectionDogBarkingRounded as default } diff --git a/src/IconSoundDetectionDogBarkingRoundedFilled.tsx b/src/IconSoundDetectionDogBarkingRoundedFilled.tsx index af66a30b5..f7167165b 100644 --- a/src/IconSoundDetectionDogBarkingRoundedFilled.tsx +++ b/src/IconSoundDetectionDogBarkingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingRoundedFilled: React.FC = ({ +export const IconSoundDetectionDogBarkingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionDogBarkingRoundedFilled: React.FC = ({ ) - -export { IconSoundDetectionDogBarkingRoundedFilled as default } diff --git a/src/IconSoundDetectionDogBarkingSharp.tsx b/src/IconSoundDetectionDogBarkingSharp.tsx index 8d1ae7bf0..06a9096da 100644 --- a/src/IconSoundDetectionDogBarkingSharp.tsx +++ b/src/IconSoundDetectionDogBarkingSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingSharp: React.FC = ({ +export const IconSoundDetectionDogBarkingSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionDogBarkingSharp: React.FC = ({ ) - -export { IconSoundDetectionDogBarkingSharp as default } diff --git a/src/IconSoundDetectionDogBarkingSharpFilled.tsx b/src/IconSoundDetectionDogBarkingSharpFilled.tsx index 0f64e1ff6..3a6788fb6 100644 --- a/src/IconSoundDetectionDogBarkingSharpFilled.tsx +++ b/src/IconSoundDetectionDogBarkingSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionDogBarkingSharpFilled: React.FC = ({ +export const IconSoundDetectionDogBarkingSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionDogBarkingSharpFilled: React.FC = ({ ) - -export { IconSoundDetectionDogBarkingSharpFilled as default } diff --git a/src/IconSoundDetectionGlassBreakOutlined.tsx b/src/IconSoundDetectionGlassBreakOutlined.tsx index ba6433849..a2f8169d3 100644 --- a/src/IconSoundDetectionGlassBreakOutlined.tsx +++ b/src/IconSoundDetectionGlassBreakOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakOutlined: React.FC = ({ +export const IconSoundDetectionGlassBreakOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionGlassBreakOutlined: React.FC = ({ ) - -export { IconSoundDetectionGlassBreakOutlined as default } diff --git a/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx b/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx index e5c147cb2..0b56b3de7 100644 --- a/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx +++ b/src/IconSoundDetectionGlassBreakOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconSoundDetectionGlassBreakOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoundDetectionGlassBreakOutlinedFilled as default } diff --git a/src/IconSoundDetectionGlassBreakRounded.tsx b/src/IconSoundDetectionGlassBreakRounded.tsx index 001115f9c..bd0f51239 100644 --- a/src/IconSoundDetectionGlassBreakRounded.tsx +++ b/src/IconSoundDetectionGlassBreakRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakRounded: React.FC = ({ +export const IconSoundDetectionGlassBreakRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionGlassBreakRounded: React.FC = ({ ) - -export { IconSoundDetectionGlassBreakRounded as default } diff --git a/src/IconSoundDetectionGlassBreakRoundedFilled.tsx b/src/IconSoundDetectionGlassBreakRoundedFilled.tsx index 2d423428c..fae2318db 100644 --- a/src/IconSoundDetectionGlassBreakRoundedFilled.tsx +++ b/src/IconSoundDetectionGlassBreakRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakRoundedFilled: React.FC = ({ +export const IconSoundDetectionGlassBreakRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionGlassBreakRoundedFilled: React.FC = ({ ) - -export { IconSoundDetectionGlassBreakRoundedFilled as default } diff --git a/src/IconSoundDetectionGlassBreakSharp.tsx b/src/IconSoundDetectionGlassBreakSharp.tsx index bd5464229..6da08f83f 100644 --- a/src/IconSoundDetectionGlassBreakSharp.tsx +++ b/src/IconSoundDetectionGlassBreakSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakSharp: React.FC = ({ +export const IconSoundDetectionGlassBreakSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionGlassBreakSharp: React.FC = ({ ) - -export { IconSoundDetectionGlassBreakSharp as default } diff --git a/src/IconSoundDetectionGlassBreakSharpFilled.tsx b/src/IconSoundDetectionGlassBreakSharpFilled.tsx index 9eed2bcac..ecde67fd9 100644 --- a/src/IconSoundDetectionGlassBreakSharpFilled.tsx +++ b/src/IconSoundDetectionGlassBreakSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionGlassBreakSharpFilled: React.FC = ({ +export const IconSoundDetectionGlassBreakSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionGlassBreakSharpFilled: React.FC = ({ ) - -export { IconSoundDetectionGlassBreakSharpFilled as default } diff --git a/src/IconSoundDetectionLoudSoundOutlined.tsx b/src/IconSoundDetectionLoudSoundOutlined.tsx index b4a477a91..f4a437b47 100644 --- a/src/IconSoundDetectionLoudSoundOutlined.tsx +++ b/src/IconSoundDetectionLoudSoundOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundOutlined: React.FC = ({ +export const IconSoundDetectionLoudSoundOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundOutlined: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundOutlined as default } diff --git a/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx b/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx index 2e041b57d..41d80aa94 100644 --- a/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx +++ b/src/IconSoundDetectionLoudSoundOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundOutlinedFilled: React.FC = ({ +export const IconSoundDetectionLoudSoundOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundOutlinedFilled: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundOutlinedFilled as default } diff --git a/src/IconSoundDetectionLoudSoundRounded.tsx b/src/IconSoundDetectionLoudSoundRounded.tsx index 4651d55ef..3b447be86 100644 --- a/src/IconSoundDetectionLoudSoundRounded.tsx +++ b/src/IconSoundDetectionLoudSoundRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundRounded: React.FC = ({ +export const IconSoundDetectionLoudSoundRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundRounded: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundRounded as default } diff --git a/src/IconSoundDetectionLoudSoundRoundedFilled.tsx b/src/IconSoundDetectionLoudSoundRoundedFilled.tsx index d76f69d1f..1292f6e5e 100644 --- a/src/IconSoundDetectionLoudSoundRoundedFilled.tsx +++ b/src/IconSoundDetectionLoudSoundRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundRoundedFilled: React.FC = ({ +export const IconSoundDetectionLoudSoundRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundRoundedFilled: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundRoundedFilled as default } diff --git a/src/IconSoundDetectionLoudSoundSharp.tsx b/src/IconSoundDetectionLoudSoundSharp.tsx index 4f647b828..71833ee18 100644 --- a/src/IconSoundDetectionLoudSoundSharp.tsx +++ b/src/IconSoundDetectionLoudSoundSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundSharp: React.FC = ({ +export const IconSoundDetectionLoudSoundSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundSharp: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundSharp as default } diff --git a/src/IconSoundDetectionLoudSoundSharpFilled.tsx b/src/IconSoundDetectionLoudSoundSharpFilled.tsx index 1811d0dd0..29cf344ae 100644 --- a/src/IconSoundDetectionLoudSoundSharpFilled.tsx +++ b/src/IconSoundDetectionLoudSoundSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSoundDetectionLoudSoundSharpFilled: React.FC = ({ +export const IconSoundDetectionLoudSoundSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSoundDetectionLoudSoundSharpFilled: React.FC = ({ ) - -export { IconSoundDetectionLoudSoundSharpFilled as default } diff --git a/src/IconSoundSamplerOutlined.tsx b/src/IconSoundSamplerOutlined.tsx index e6a84edb9..98bccd748 100644 --- a/src/IconSoundSamplerOutlined.tsx +++ b/src/IconSoundSamplerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerOutlined: React.FC = ({ ...props }) => ( +export const IconSoundSamplerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerOutlined as default } diff --git a/src/IconSoundSamplerOutlinedFilled.tsx b/src/IconSoundSamplerOutlinedFilled.tsx index 8395875d8..e771693fe 100644 --- a/src/IconSoundSamplerOutlinedFilled.tsx +++ b/src/IconSoundSamplerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSoundSamplerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerOutlinedFilled as default } diff --git a/src/IconSoundSamplerRounded.tsx b/src/IconSoundSamplerRounded.tsx index 3a015502f..0792d71e7 100644 --- a/src/IconSoundSamplerRounded.tsx +++ b/src/IconSoundSamplerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerRounded: React.FC = ({ ...props }) => ( +export const IconSoundSamplerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerRounded as default } diff --git a/src/IconSoundSamplerRoundedFilled.tsx b/src/IconSoundSamplerRoundedFilled.tsx index d96661b95..d9d8526b1 100644 --- a/src/IconSoundSamplerRoundedFilled.tsx +++ b/src/IconSoundSamplerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSoundSamplerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerRoundedFilled as default } diff --git a/src/IconSoundSamplerSharp.tsx b/src/IconSoundSamplerSharp.tsx index 3946004d0..e7a27208d 100644 --- a/src/IconSoundSamplerSharp.tsx +++ b/src/IconSoundSamplerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerSharp: React.FC = ({ ...props }) => ( +export const IconSoundSamplerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerSharp as default } diff --git a/src/IconSoundSamplerSharpFilled.tsx b/src/IconSoundSamplerSharpFilled.tsx index c159d323d..a3285e01b 100644 --- a/src/IconSoundSamplerSharpFilled.tsx +++ b/src/IconSoundSamplerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoundSamplerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSoundSamplerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoundSamplerSharpFilled as default } diff --git a/src/IconSoupKitchenOutlined.tsx b/src/IconSoupKitchenOutlined.tsx index 1c60abdab..83add2738 100644 --- a/src/IconSoupKitchenOutlined.tsx +++ b/src/IconSoupKitchenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenOutlined: React.FC = ({ ...props }) => ( +export const IconSoupKitchenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenOutlined as default } diff --git a/src/IconSoupKitchenOutlinedFilled.tsx b/src/IconSoupKitchenOutlinedFilled.tsx index 9835314aa..7daa30173 100644 --- a/src/IconSoupKitchenOutlinedFilled.tsx +++ b/src/IconSoupKitchenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSoupKitchenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenOutlinedFilled as default } diff --git a/src/IconSoupKitchenRounded.tsx b/src/IconSoupKitchenRounded.tsx index f642f9b17..b57354a8c 100644 --- a/src/IconSoupKitchenRounded.tsx +++ b/src/IconSoupKitchenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenRounded: React.FC = ({ ...props }) => ( +export const IconSoupKitchenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenRounded as default } diff --git a/src/IconSoupKitchenRoundedFilled.tsx b/src/IconSoupKitchenRoundedFilled.tsx index 45c326ebe..7c19dbb8c 100644 --- a/src/IconSoupKitchenRoundedFilled.tsx +++ b/src/IconSoupKitchenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSoupKitchenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenRoundedFilled as default } diff --git a/src/IconSoupKitchenSharp.tsx b/src/IconSoupKitchenSharp.tsx index 84563f28c..b107c4926 100644 --- a/src/IconSoupKitchenSharp.tsx +++ b/src/IconSoupKitchenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenSharp: React.FC = ({ ...props }) => ( +export const IconSoupKitchenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenSharp as default } diff --git a/src/IconSoupKitchenSharpFilled.tsx b/src/IconSoupKitchenSharpFilled.tsx index 9ed9098f5..342325431 100644 --- a/src/IconSoupKitchenSharpFilled.tsx +++ b/src/IconSoupKitchenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSoupKitchenSharpFilled: React.FC = ({ ...props }) => ( +export const IconSoupKitchenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSoupKitchenSharpFilled as default } diff --git a/src/IconSourceEnvironmentOutlined.tsx b/src/IconSourceEnvironmentOutlined.tsx index 0a14139b6..fed4901a1 100644 --- a/src/IconSourceEnvironmentOutlined.tsx +++ b/src/IconSourceEnvironmentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentOutlined: React.FC = ({ ...props }) => ( +export const IconSourceEnvironmentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceEnvironmentOutlined as default } diff --git a/src/IconSourceEnvironmentOutlinedFilled.tsx b/src/IconSourceEnvironmentOutlinedFilled.tsx index 206f676a0..304df370b 100644 --- a/src/IconSourceEnvironmentOutlinedFilled.tsx +++ b/src/IconSourceEnvironmentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentOutlinedFilled: React.FC = ({ +export const IconSourceEnvironmentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSourceEnvironmentOutlinedFilled: React.FC = ({ ) - -export { IconSourceEnvironmentOutlinedFilled as default } diff --git a/src/IconSourceEnvironmentRounded.tsx b/src/IconSourceEnvironmentRounded.tsx index a6af46809..8fc725125 100644 --- a/src/IconSourceEnvironmentRounded.tsx +++ b/src/IconSourceEnvironmentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentRounded: React.FC = ({ ...props }) => ( +export const IconSourceEnvironmentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceEnvironmentRounded as default } diff --git a/src/IconSourceEnvironmentRoundedFilled.tsx b/src/IconSourceEnvironmentRoundedFilled.tsx index 66e3cd60a..0cfb236bb 100644 --- a/src/IconSourceEnvironmentRoundedFilled.tsx +++ b/src/IconSourceEnvironmentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentRoundedFilled: React.FC = ({ +export const IconSourceEnvironmentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSourceEnvironmentRoundedFilled: React.FC = ({ ) - -export { IconSourceEnvironmentRoundedFilled as default } diff --git a/src/IconSourceEnvironmentSharp.tsx b/src/IconSourceEnvironmentSharp.tsx index 7848aa6d6..bf6e8872b 100644 --- a/src/IconSourceEnvironmentSharp.tsx +++ b/src/IconSourceEnvironmentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentSharp: React.FC = ({ ...props }) => ( +export const IconSourceEnvironmentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceEnvironmentSharp as default } diff --git a/src/IconSourceEnvironmentSharpFilled.tsx b/src/IconSourceEnvironmentSharpFilled.tsx index e22a6a77c..2a3c37aaa 100644 --- a/src/IconSourceEnvironmentSharpFilled.tsx +++ b/src/IconSourceEnvironmentSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSourceEnvironmentSharpFilled: React.FC = ({ +export const IconSourceEnvironmentSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSourceEnvironmentSharpFilled: React.FC = ({ ) - -export { IconSourceEnvironmentSharpFilled as default } diff --git a/src/IconSourceNotesOutlined.tsx b/src/IconSourceNotesOutlined.tsx index e9024192d..39e5249a5 100644 --- a/src/IconSourceNotesOutlined.tsx +++ b/src/IconSourceNotesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesOutlined: React.FC = ({ ...props }) => ( +export const IconSourceNotesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSourceNotesOutlined as default } diff --git a/src/IconSourceNotesOutlinedFilled.tsx b/src/IconSourceNotesOutlinedFilled.tsx index 06018b869..e93747a9d 100644 --- a/src/IconSourceNotesOutlinedFilled.tsx +++ b/src/IconSourceNotesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSourceNotesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceNotesOutlinedFilled as default } diff --git a/src/IconSourceNotesRounded.tsx b/src/IconSourceNotesRounded.tsx index 3b4cc10b3..f3bca60c5 100644 --- a/src/IconSourceNotesRounded.tsx +++ b/src/IconSourceNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesRounded: React.FC = ({ ...props }) => ( +export const IconSourceNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSourceNotesRounded as default } diff --git a/src/IconSourceNotesRoundedFilled.tsx b/src/IconSourceNotesRoundedFilled.tsx index 6ded9ec35..8f935aa2b 100644 --- a/src/IconSourceNotesRoundedFilled.tsx +++ b/src/IconSourceNotesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSourceNotesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceNotesRoundedFilled as default } diff --git a/src/IconSourceNotesSharp.tsx b/src/IconSourceNotesSharp.tsx index 3a64bb373..4a2c0195c 100644 --- a/src/IconSourceNotesSharp.tsx +++ b/src/IconSourceNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesSharp: React.FC = ({ ...props }) => ( +export const IconSourceNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSourceNotesSharp as default } diff --git a/src/IconSourceNotesSharpFilled.tsx b/src/IconSourceNotesSharpFilled.tsx index a97abf9e7..1869e1703 100644 --- a/src/IconSourceNotesSharpFilled.tsx +++ b/src/IconSourceNotesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSourceNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconSourceNotesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSourceNotesSharpFilled as default } diff --git a/src/IconSouthAmericaOutlined.tsx b/src/IconSouthAmericaOutlined.tsx index 9609ee780..09ef2b691 100644 --- a/src/IconSouthAmericaOutlined.tsx +++ b/src/IconSouthAmericaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaOutlined: React.FC = ({ ...props }) => ( +export const IconSouthAmericaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaOutlined as default } diff --git a/src/IconSouthAmericaOutlinedFilled.tsx b/src/IconSouthAmericaOutlinedFilled.tsx index 8d70316d6..855a580b3 100644 --- a/src/IconSouthAmericaOutlinedFilled.tsx +++ b/src/IconSouthAmericaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSouthAmericaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaOutlinedFilled as default } diff --git a/src/IconSouthAmericaRounded.tsx b/src/IconSouthAmericaRounded.tsx index 2e94b1dfa..a78576b58 100644 --- a/src/IconSouthAmericaRounded.tsx +++ b/src/IconSouthAmericaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaRounded: React.FC = ({ ...props }) => ( +export const IconSouthAmericaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaRounded as default } diff --git a/src/IconSouthAmericaRoundedFilled.tsx b/src/IconSouthAmericaRoundedFilled.tsx index c37bfddbe..33ed8b54a 100644 --- a/src/IconSouthAmericaRoundedFilled.tsx +++ b/src/IconSouthAmericaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSouthAmericaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaRoundedFilled as default } diff --git a/src/IconSouthAmericaSharp.tsx b/src/IconSouthAmericaSharp.tsx index 2b671d74c..d81899c32 100644 --- a/src/IconSouthAmericaSharp.tsx +++ b/src/IconSouthAmericaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaSharp: React.FC = ({ ...props }) => ( +export const IconSouthAmericaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaSharp as default } diff --git a/src/IconSouthAmericaSharpFilled.tsx b/src/IconSouthAmericaSharpFilled.tsx index 583b2c375..7cd7aca04 100644 --- a/src/IconSouthAmericaSharpFilled.tsx +++ b/src/IconSouthAmericaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthAmericaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSouthAmericaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthAmericaSharpFilled as default } diff --git a/src/IconSouthEastOutlined.tsx b/src/IconSouthEastOutlined.tsx index 448ee549b..0f722874f 100644 --- a/src/IconSouthEastOutlined.tsx +++ b/src/IconSouthEastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastOutlined: React.FC = ({ ...props }) => ( +export const IconSouthEastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthEastOutlined as default } diff --git a/src/IconSouthEastOutlinedFilled.tsx b/src/IconSouthEastOutlinedFilled.tsx index f1992270c..7df5d5cbf 100644 --- a/src/IconSouthEastOutlinedFilled.tsx +++ b/src/IconSouthEastOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSouthEastOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthEastOutlinedFilled as default } diff --git a/src/IconSouthEastRounded.tsx b/src/IconSouthEastRounded.tsx index 2d33b0bfa..351a227d3 100644 --- a/src/IconSouthEastRounded.tsx +++ b/src/IconSouthEastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastRounded: React.FC = ({ ...props }) => ( +export const IconSouthEastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthEastRounded as default } diff --git a/src/IconSouthEastRoundedFilled.tsx b/src/IconSouthEastRoundedFilled.tsx index 9471e2399..6b58376ec 100644 --- a/src/IconSouthEastRoundedFilled.tsx +++ b/src/IconSouthEastRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSouthEastRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthEastRoundedFilled as default } diff --git a/src/IconSouthEastSharp.tsx b/src/IconSouthEastSharp.tsx index 08e4a7f9a..9e9db9c30 100644 --- a/src/IconSouthEastSharp.tsx +++ b/src/IconSouthEastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastSharp: React.FC = ({ ...props }) => ( +export const IconSouthEastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthEastSharp as default } diff --git a/src/IconSouthEastSharpFilled.tsx b/src/IconSouthEastSharpFilled.tsx index d81764fd2..7866f98b1 100644 --- a/src/IconSouthEastSharpFilled.tsx +++ b/src/IconSouthEastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthEastSharpFilled: React.FC = ({ ...props }) => ( +export const IconSouthEastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthEastSharpFilled as default } diff --git a/src/IconSouthOutlined.tsx b/src/IconSouthOutlined.tsx index 2a39a23bb..e9f455f2c 100644 --- a/src/IconSouthOutlined.tsx +++ b/src/IconSouthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthOutlined: React.FC = ({ ...props }) => ( +export const IconSouthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthOutlined as default } diff --git a/src/IconSouthOutlinedFilled.tsx b/src/IconSouthOutlinedFilled.tsx index 552e5c98c..66ca9ef69 100644 --- a/src/IconSouthOutlinedFilled.tsx +++ b/src/IconSouthOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSouthOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthOutlinedFilled as default } diff --git a/src/IconSouthRounded.tsx b/src/IconSouthRounded.tsx index 59e28880e..666ef98be 100644 --- a/src/IconSouthRounded.tsx +++ b/src/IconSouthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthRounded: React.FC = ({ ...props }) => ( +export const IconSouthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthRounded as default } diff --git a/src/IconSouthRoundedFilled.tsx b/src/IconSouthRoundedFilled.tsx index aa0f67411..f10c4e3e2 100644 --- a/src/IconSouthRoundedFilled.tsx +++ b/src/IconSouthRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSouthRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthRoundedFilled as default } diff --git a/src/IconSouthSharp.tsx b/src/IconSouthSharp.tsx index 603e2c4b8..5205425df 100644 --- a/src/IconSouthSharp.tsx +++ b/src/IconSouthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthSharp: React.FC = ({ ...props }) => ( +export const IconSouthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthSharp as default } diff --git a/src/IconSouthSharpFilled.tsx b/src/IconSouthSharpFilled.tsx index b57336cd7..48ff19324 100644 --- a/src/IconSouthSharpFilled.tsx +++ b/src/IconSouthSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthSharpFilled: React.FC = ({ ...props }) => ( +export const IconSouthSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthSharpFilled as default } diff --git a/src/IconSouthWestOutlined.tsx b/src/IconSouthWestOutlined.tsx index f9612e99a..dc39e3b6d 100644 --- a/src/IconSouthWestOutlined.tsx +++ b/src/IconSouthWestOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestOutlined: React.FC = ({ ...props }) => ( +export const IconSouthWestOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthWestOutlined as default } diff --git a/src/IconSouthWestOutlinedFilled.tsx b/src/IconSouthWestOutlinedFilled.tsx index 20c3f5d46..96a8ce0ad 100644 --- a/src/IconSouthWestOutlinedFilled.tsx +++ b/src/IconSouthWestOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSouthWestOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthWestOutlinedFilled as default } diff --git a/src/IconSouthWestRounded.tsx b/src/IconSouthWestRounded.tsx index a5a376991..82d114fd1 100644 --- a/src/IconSouthWestRounded.tsx +++ b/src/IconSouthWestRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestRounded: React.FC = ({ ...props }) => ( +export const IconSouthWestRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthWestRounded as default } diff --git a/src/IconSouthWestRoundedFilled.tsx b/src/IconSouthWestRoundedFilled.tsx index c1b9588e9..0396a79f0 100644 --- a/src/IconSouthWestRoundedFilled.tsx +++ b/src/IconSouthWestRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSouthWestRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSouthWestRoundedFilled as default } diff --git a/src/IconSouthWestSharp.tsx b/src/IconSouthWestSharp.tsx index 5b2789c3f..0f21e0c1f 100644 --- a/src/IconSouthWestSharp.tsx +++ b/src/IconSouthWestSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestSharp: React.FC = ({ ...props }) => ( +export const IconSouthWestSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthWestSharp as default } diff --git a/src/IconSouthWestSharpFilled.tsx b/src/IconSouthWestSharpFilled.tsx index 8038cf2c0..82579661e 100644 --- a/src/IconSouthWestSharpFilled.tsx +++ b/src/IconSouthWestSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSouthWestSharpFilled: React.FC = ({ ...props }) => ( +export const IconSouthWestSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSouthWestSharpFilled as default } diff --git a/src/IconSpaOutlined.tsx b/src/IconSpaOutlined.tsx index a642c500d..a6bdfbbf0 100644 --- a/src/IconSpaOutlined.tsx +++ b/src/IconSpaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaOutlined: React.FC = ({ ...props }) => ( +export const IconSpaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaOutlined as default } diff --git a/src/IconSpaOutlinedFilled.tsx b/src/IconSpaOutlinedFilled.tsx index 468ee0c91..1f9fba43f 100644 --- a/src/IconSpaOutlinedFilled.tsx +++ b/src/IconSpaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaOutlinedFilled as default } diff --git a/src/IconSpaRounded.tsx b/src/IconSpaRounded.tsx index 8bfcc3bc8..fe0156ee5 100644 --- a/src/IconSpaRounded.tsx +++ b/src/IconSpaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaRounded: React.FC = ({ ...props }) => ( +export const IconSpaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaRounded as default } diff --git a/src/IconSpaRoundedFilled.tsx b/src/IconSpaRoundedFilled.tsx index 5209a15aa..84c1974ad 100644 --- a/src/IconSpaRoundedFilled.tsx +++ b/src/IconSpaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaRoundedFilled as default } diff --git a/src/IconSpaSharp.tsx b/src/IconSpaSharp.tsx index ecd1d68e7..1306b7551 100644 --- a/src/IconSpaSharp.tsx +++ b/src/IconSpaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaSharp: React.FC = ({ ...props }) => ( +export const IconSpaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaSharp as default } diff --git a/src/IconSpaSharpFilled.tsx b/src/IconSpaSharpFilled.tsx index d22e37fef..736c60ed0 100644 --- a/src/IconSpaSharpFilled.tsx +++ b/src/IconSpaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaSharpFilled as default } diff --git a/src/IconSpaceBarOutlined.tsx b/src/IconSpaceBarOutlined.tsx index 079ee47c4..d37ec228c 100644 --- a/src/IconSpaceBarOutlined.tsx +++ b/src/IconSpaceBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarOutlined: React.FC = ({ ...props }) => ( +export const IconSpaceBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaceBarOutlined as default } diff --git a/src/IconSpaceBarOutlinedFilled.tsx b/src/IconSpaceBarOutlinedFilled.tsx index bd5a38c3a..e1d22b1a3 100644 --- a/src/IconSpaceBarOutlinedFilled.tsx +++ b/src/IconSpaceBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpaceBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceBarOutlinedFilled as default } diff --git a/src/IconSpaceBarRounded.tsx b/src/IconSpaceBarRounded.tsx index 3ab13ed3f..72410dc51 100644 --- a/src/IconSpaceBarRounded.tsx +++ b/src/IconSpaceBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarRounded: React.FC = ({ ...props }) => ( +export const IconSpaceBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaceBarRounded as default } diff --git a/src/IconSpaceBarRoundedFilled.tsx b/src/IconSpaceBarRoundedFilled.tsx index 49fc2e923..1bf09f237 100644 --- a/src/IconSpaceBarRoundedFilled.tsx +++ b/src/IconSpaceBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpaceBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceBarRoundedFilled as default } diff --git a/src/IconSpaceBarSharp.tsx b/src/IconSpaceBarSharp.tsx index 625c9bd5d..9ffbb4b64 100644 --- a/src/IconSpaceBarSharp.tsx +++ b/src/IconSpaceBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarSharp: React.FC = ({ ...props }) => ( +export const IconSpaceBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaceBarSharp as default } diff --git a/src/IconSpaceBarSharpFilled.tsx b/src/IconSpaceBarSharpFilled.tsx index 06621f8ef..ad3e9048b 100644 --- a/src/IconSpaceBarSharpFilled.tsx +++ b/src/IconSpaceBarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpaceBarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaceBarSharpFilled as default } diff --git a/src/IconSpaceDashboardOutlined.tsx b/src/IconSpaceDashboardOutlined.tsx index b2b483665..0347c3b63 100644 --- a/src/IconSpaceDashboardOutlined.tsx +++ b/src/IconSpaceDashboardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardOutlined: React.FC = ({ ...props }) => ( +export const IconSpaceDashboardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceDashboardOutlined as default } diff --git a/src/IconSpaceDashboardOutlinedFilled.tsx b/src/IconSpaceDashboardOutlinedFilled.tsx index 2887d94fc..95eec1b96 100644 --- a/src/IconSpaceDashboardOutlinedFilled.tsx +++ b/src/IconSpaceDashboardOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardOutlinedFilled: React.FC = ({ +export const IconSpaceDashboardOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpaceDashboardOutlinedFilled: React.FC = ({ ) - -export { IconSpaceDashboardOutlinedFilled as default } diff --git a/src/IconSpaceDashboardRounded.tsx b/src/IconSpaceDashboardRounded.tsx index f357d043c..2f3c88e5b 100644 --- a/src/IconSpaceDashboardRounded.tsx +++ b/src/IconSpaceDashboardRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardRounded: React.FC = ({ ...props }) => ( +export const IconSpaceDashboardRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceDashboardRounded as default } diff --git a/src/IconSpaceDashboardRoundedFilled.tsx b/src/IconSpaceDashboardRoundedFilled.tsx index 7f69d56fa..ea83ef3ed 100644 --- a/src/IconSpaceDashboardRoundedFilled.tsx +++ b/src/IconSpaceDashboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpaceDashboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceDashboardRoundedFilled as default } diff --git a/src/IconSpaceDashboardSharp.tsx b/src/IconSpaceDashboardSharp.tsx index 69f95b297..2ca91e354 100644 --- a/src/IconSpaceDashboardSharp.tsx +++ b/src/IconSpaceDashboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardSharp: React.FC = ({ ...props }) => ( +export const IconSpaceDashboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpaceDashboardSharp as default } diff --git a/src/IconSpaceDashboardSharpFilled.tsx b/src/IconSpaceDashboardSharpFilled.tsx index e85ef809d..368f1481f 100644 --- a/src/IconSpaceDashboardSharpFilled.tsx +++ b/src/IconSpaceDashboardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpaceDashboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpaceDashboardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpaceDashboardSharpFilled as default } diff --git a/src/IconSpatialAudioOffOutlined.tsx b/src/IconSpatialAudioOffOutlined.tsx index 0d7c4f9d7..7aed6c247 100644 --- a/src/IconSpatialAudioOffOutlined.tsx +++ b/src/IconSpatialAudioOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffOutlined: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOffOutlined as default } diff --git a/src/IconSpatialAudioOffOutlinedFilled.tsx b/src/IconSpatialAudioOffOutlinedFilled.tsx index 7697ab320..f8041b048 100644 --- a/src/IconSpatialAudioOffOutlinedFilled.tsx +++ b/src/IconSpatialAudioOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffOutlinedFilled: React.FC = ({ +export const IconSpatialAudioOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpatialAudioOffOutlinedFilled: React.FC = ({ ) - -export { IconSpatialAudioOffOutlinedFilled as default } diff --git a/src/IconSpatialAudioOffRounded.tsx b/src/IconSpatialAudioOffRounded.tsx index 5e170ea21..aea6ffeaa 100644 --- a/src/IconSpatialAudioOffRounded.tsx +++ b/src/IconSpatialAudioOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffRounded: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOffRounded as default } diff --git a/src/IconSpatialAudioOffRoundedFilled.tsx b/src/IconSpatialAudioOffRoundedFilled.tsx index 431c48629..d83e69ad2 100644 --- a/src/IconSpatialAudioOffRoundedFilled.tsx +++ b/src/IconSpatialAudioOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffRoundedFilled: React.FC = ({ +export const IconSpatialAudioOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpatialAudioOffRoundedFilled: React.FC = ({ ) - -export { IconSpatialAudioOffRoundedFilled as default } diff --git a/src/IconSpatialAudioOffSharp.tsx b/src/IconSpatialAudioOffSharp.tsx index f8ffdf206..714deb466 100644 --- a/src/IconSpatialAudioOffSharp.tsx +++ b/src/IconSpatialAudioOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffSharp: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOffSharp as default } diff --git a/src/IconSpatialAudioOffSharpFilled.tsx b/src/IconSpatialAudioOffSharpFilled.tsx index 8ca104b58..b04e267d9 100644 --- a/src/IconSpatialAudioOffSharpFilled.tsx +++ b/src/IconSpatialAudioOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOffSharpFilled as default } diff --git a/src/IconSpatialAudioOutlined.tsx b/src/IconSpatialAudioOutlined.tsx index d367e1973..1009db7aa 100644 --- a/src/IconSpatialAudioOutlined.tsx +++ b/src/IconSpatialAudioOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOutlined: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOutlined as default } diff --git a/src/IconSpatialAudioOutlinedFilled.tsx b/src/IconSpatialAudioOutlinedFilled.tsx index 4c6181a55..90e8cd7b5 100644 --- a/src/IconSpatialAudioOutlinedFilled.tsx +++ b/src/IconSpatialAudioOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpatialAudioOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioOutlinedFilled as default } diff --git a/src/IconSpatialAudioRounded.tsx b/src/IconSpatialAudioRounded.tsx index 2d9e4d091..99c52e632 100644 --- a/src/IconSpatialAudioRounded.tsx +++ b/src/IconSpatialAudioRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioRounded: React.FC = ({ ...props }) => ( +export const IconSpatialAudioRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioRounded as default } diff --git a/src/IconSpatialAudioRoundedFilled.tsx b/src/IconSpatialAudioRoundedFilled.tsx index 3f5b133e4..71f6a48ae 100644 --- a/src/IconSpatialAudioRoundedFilled.tsx +++ b/src/IconSpatialAudioRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpatialAudioRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioRoundedFilled as default } diff --git a/src/IconSpatialAudioSharp.tsx b/src/IconSpatialAudioSharp.tsx index a75bec500..206b52240 100644 --- a/src/IconSpatialAudioSharp.tsx +++ b/src/IconSpatialAudioSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioSharp: React.FC = ({ ...props }) => ( +export const IconSpatialAudioSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioSharp as default } diff --git a/src/IconSpatialAudioSharpFilled.tsx b/src/IconSpatialAudioSharpFilled.tsx index 5d32b7450..ce85560bd 100644 --- a/src/IconSpatialAudioSharpFilled.tsx +++ b/src/IconSpatialAudioSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialAudioSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpatialAudioSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialAudioSharpFilled as default } diff --git a/src/IconSpatialSpeakerOutlined.tsx b/src/IconSpatialSpeakerOutlined.tsx index de050d233..ef7f2d6be 100644 --- a/src/IconSpatialSpeakerOutlined.tsx +++ b/src/IconSpatialSpeakerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerOutlined: React.FC = ({ ...props }) => ( +export const IconSpatialSpeakerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialSpeakerOutlined as default } diff --git a/src/IconSpatialSpeakerOutlinedFilled.tsx b/src/IconSpatialSpeakerOutlinedFilled.tsx index 3e535a223..959f93ec0 100644 --- a/src/IconSpatialSpeakerOutlinedFilled.tsx +++ b/src/IconSpatialSpeakerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerOutlinedFilled: React.FC = ({ +export const IconSpatialSpeakerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpatialSpeakerOutlinedFilled: React.FC = ({ ) - -export { IconSpatialSpeakerOutlinedFilled as default } diff --git a/src/IconSpatialSpeakerRounded.tsx b/src/IconSpatialSpeakerRounded.tsx index 78cb82653..1f40a2ca5 100644 --- a/src/IconSpatialSpeakerRounded.tsx +++ b/src/IconSpatialSpeakerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerRounded: React.FC = ({ ...props }) => ( +export const IconSpatialSpeakerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialSpeakerRounded as default } diff --git a/src/IconSpatialSpeakerRoundedFilled.tsx b/src/IconSpatialSpeakerRoundedFilled.tsx index 1a019040b..ffdea576c 100644 --- a/src/IconSpatialSpeakerRoundedFilled.tsx +++ b/src/IconSpatialSpeakerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpatialSpeakerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialSpeakerRoundedFilled as default } diff --git a/src/IconSpatialSpeakerSharp.tsx b/src/IconSpatialSpeakerSharp.tsx index cd923e189..50be42b9f 100644 --- a/src/IconSpatialSpeakerSharp.tsx +++ b/src/IconSpatialSpeakerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerSharp: React.FC = ({ ...props }) => ( +export const IconSpatialSpeakerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialSpeakerSharp as default } diff --git a/src/IconSpatialSpeakerSharpFilled.tsx b/src/IconSpatialSpeakerSharpFilled.tsx index dde2c768b..189652da4 100644 --- a/src/IconSpatialSpeakerSharpFilled.tsx +++ b/src/IconSpatialSpeakerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialSpeakerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpatialSpeakerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialSpeakerSharpFilled as default } diff --git a/src/IconSpatialTrackingOutlined.tsx b/src/IconSpatialTrackingOutlined.tsx index 077092090..17612968d 100644 --- a/src/IconSpatialTrackingOutlined.tsx +++ b/src/IconSpatialTrackingOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingOutlined: React.FC = ({ ...props }) => ( +export const IconSpatialTrackingOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialTrackingOutlined as default } diff --git a/src/IconSpatialTrackingOutlinedFilled.tsx b/src/IconSpatialTrackingOutlinedFilled.tsx index 158ed8972..5b1089c21 100644 --- a/src/IconSpatialTrackingOutlinedFilled.tsx +++ b/src/IconSpatialTrackingOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingOutlinedFilled: React.FC = ({ +export const IconSpatialTrackingOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpatialTrackingOutlinedFilled: React.FC = ({ ) - -export { IconSpatialTrackingOutlinedFilled as default } diff --git a/src/IconSpatialTrackingRounded.tsx b/src/IconSpatialTrackingRounded.tsx index b2d2514ec..f707e4813 100644 --- a/src/IconSpatialTrackingRounded.tsx +++ b/src/IconSpatialTrackingRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingRounded: React.FC = ({ ...props }) => ( +export const IconSpatialTrackingRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialTrackingRounded as default } diff --git a/src/IconSpatialTrackingRoundedFilled.tsx b/src/IconSpatialTrackingRoundedFilled.tsx index 332ac7a0f..8480499d0 100644 --- a/src/IconSpatialTrackingRoundedFilled.tsx +++ b/src/IconSpatialTrackingRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingRoundedFilled: React.FC = ({ +export const IconSpatialTrackingRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpatialTrackingRoundedFilled: React.FC = ({ ) - -export { IconSpatialTrackingRoundedFilled as default } diff --git a/src/IconSpatialTrackingSharp.tsx b/src/IconSpatialTrackingSharp.tsx index 8a87e1d08..87a1e7b57 100644 --- a/src/IconSpatialTrackingSharp.tsx +++ b/src/IconSpatialTrackingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingSharp: React.FC = ({ ...props }) => ( +export const IconSpatialTrackingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpatialTrackingSharp as default } diff --git a/src/IconSpatialTrackingSharpFilled.tsx b/src/IconSpatialTrackingSharpFilled.tsx index ba4159e2e..6df961ab4 100644 --- a/src/IconSpatialTrackingSharpFilled.tsx +++ b/src/IconSpatialTrackingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpatialTrackingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpatialTrackingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpatialTrackingSharpFilled as default } diff --git a/src/IconSpeakerGroupOutlined.tsx b/src/IconSpeakerGroupOutlined.tsx index 996a84483..fb2b21fa3 100644 --- a/src/IconSpeakerGroupOutlined.tsx +++ b/src/IconSpeakerGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupOutlined: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupOutlined as default } diff --git a/src/IconSpeakerGroupOutlinedFilled.tsx b/src/IconSpeakerGroupOutlinedFilled.tsx index 27b29ff1a..ac26bf65c 100644 --- a/src/IconSpeakerGroupOutlinedFilled.tsx +++ b/src/IconSpeakerGroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupOutlinedFilled as default } diff --git a/src/IconSpeakerGroupRounded.tsx b/src/IconSpeakerGroupRounded.tsx index 7c88d5c6a..39b1be08b 100644 --- a/src/IconSpeakerGroupRounded.tsx +++ b/src/IconSpeakerGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupRounded: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupRounded as default } diff --git a/src/IconSpeakerGroupRoundedFilled.tsx b/src/IconSpeakerGroupRoundedFilled.tsx index 9814eed14..f3fa31478 100644 --- a/src/IconSpeakerGroupRoundedFilled.tsx +++ b/src/IconSpeakerGroupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupRoundedFilled as default } diff --git a/src/IconSpeakerGroupSharp.tsx b/src/IconSpeakerGroupSharp.tsx index d15582cb4..ab5045fd2 100644 --- a/src/IconSpeakerGroupSharp.tsx +++ b/src/IconSpeakerGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupSharp: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupSharp as default } diff --git a/src/IconSpeakerGroupSharpFilled.tsx b/src/IconSpeakerGroupSharpFilled.tsx index 627b9a918..b8c32a401 100644 --- a/src/IconSpeakerGroupSharpFilled.tsx +++ b/src/IconSpeakerGroupSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerGroupSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerGroupSharpFilled as default } diff --git a/src/IconSpeakerNotesOffOutlined.tsx b/src/IconSpeakerNotesOffOutlined.tsx index a894b9788..d8a0601cd 100644 --- a/src/IconSpeakerNotesOffOutlined.tsx +++ b/src/IconSpeakerNotesOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffOutlined: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOffOutlined as default } diff --git a/src/IconSpeakerNotesOffOutlinedFilled.tsx b/src/IconSpeakerNotesOffOutlinedFilled.tsx index 753ff892c..3fd8442ef 100644 --- a/src/IconSpeakerNotesOffOutlinedFilled.tsx +++ b/src/IconSpeakerNotesOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffOutlinedFilled: React.FC = ({ +export const IconSpeakerNotesOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpeakerNotesOffOutlinedFilled: React.FC = ({ ) - -export { IconSpeakerNotesOffOutlinedFilled as default } diff --git a/src/IconSpeakerNotesOffRounded.tsx b/src/IconSpeakerNotesOffRounded.tsx index 48c24f5f0..970e1fd71 100644 --- a/src/IconSpeakerNotesOffRounded.tsx +++ b/src/IconSpeakerNotesOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffRounded: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOffRounded as default } diff --git a/src/IconSpeakerNotesOffRoundedFilled.tsx b/src/IconSpeakerNotesOffRoundedFilled.tsx index 94916ebe9..cad86c259 100644 --- a/src/IconSpeakerNotesOffRoundedFilled.tsx +++ b/src/IconSpeakerNotesOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffRoundedFilled: React.FC = ({ +export const IconSpeakerNotesOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpeakerNotesOffRoundedFilled: React.FC = ({ ) - -export { IconSpeakerNotesOffRoundedFilled as default } diff --git a/src/IconSpeakerNotesOffSharp.tsx b/src/IconSpeakerNotesOffSharp.tsx index ac6680a95..9487f4228 100644 --- a/src/IconSpeakerNotesOffSharp.tsx +++ b/src/IconSpeakerNotesOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffSharp: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOffSharp as default } diff --git a/src/IconSpeakerNotesOffSharpFilled.tsx b/src/IconSpeakerNotesOffSharpFilled.tsx index 8aa20b344..91bde1298 100644 --- a/src/IconSpeakerNotesOffSharpFilled.tsx +++ b/src/IconSpeakerNotesOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOffSharpFilled as default } diff --git a/src/IconSpeakerNotesOutlined.tsx b/src/IconSpeakerNotesOutlined.tsx index c6339b22f..cf97a3249 100644 --- a/src/IconSpeakerNotesOutlined.tsx +++ b/src/IconSpeakerNotesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOutlined: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOutlined as default } diff --git a/src/IconSpeakerNotesOutlinedFilled.tsx b/src/IconSpeakerNotesOutlinedFilled.tsx index a116e6d34..b8ad7a4cb 100644 --- a/src/IconSpeakerNotesOutlinedFilled.tsx +++ b/src/IconSpeakerNotesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesOutlinedFilled as default } diff --git a/src/IconSpeakerNotesRounded.tsx b/src/IconSpeakerNotesRounded.tsx index 4cdcc1ab2..3a972fef6 100644 --- a/src/IconSpeakerNotesRounded.tsx +++ b/src/IconSpeakerNotesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesRounded: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesRounded as default } diff --git a/src/IconSpeakerNotesRoundedFilled.tsx b/src/IconSpeakerNotesRoundedFilled.tsx index 6d2777beb..92f2db1a9 100644 --- a/src/IconSpeakerNotesRoundedFilled.tsx +++ b/src/IconSpeakerNotesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesRoundedFilled as default } diff --git a/src/IconSpeakerNotesSharp.tsx b/src/IconSpeakerNotesSharp.tsx index db3ce1778..86f805f3a 100644 --- a/src/IconSpeakerNotesSharp.tsx +++ b/src/IconSpeakerNotesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesSharp: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesSharp as default } diff --git a/src/IconSpeakerNotesSharpFilled.tsx b/src/IconSpeakerNotesSharpFilled.tsx index c9c3f0f9e..09840a1ad 100644 --- a/src/IconSpeakerNotesSharpFilled.tsx +++ b/src/IconSpeakerNotesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerNotesSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerNotesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerNotesSharpFilled as default } diff --git a/src/IconSpeakerOutlined.tsx b/src/IconSpeakerOutlined.tsx index a1c9364a9..197336f88 100644 --- a/src/IconSpeakerOutlined.tsx +++ b/src/IconSpeakerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerOutlined: React.FC = ({ ...props }) => ( +export const IconSpeakerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerOutlined as default } diff --git a/src/IconSpeakerOutlinedFilled.tsx b/src/IconSpeakerOutlinedFilled.tsx index 4f7d16af7..38a712f85 100644 --- a/src/IconSpeakerOutlinedFilled.tsx +++ b/src/IconSpeakerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerOutlinedFilled as default } diff --git a/src/IconSpeakerPhoneOutlined.tsx b/src/IconSpeakerPhoneOutlined.tsx index ab79fbbfb..8cb7473fd 100644 --- a/src/IconSpeakerPhoneOutlined.tsx +++ b/src/IconSpeakerPhoneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneOutlined: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneOutlined as default } diff --git a/src/IconSpeakerPhoneOutlinedFilled.tsx b/src/IconSpeakerPhoneOutlinedFilled.tsx index e4ffb6518..c555de810 100644 --- a/src/IconSpeakerPhoneOutlinedFilled.tsx +++ b/src/IconSpeakerPhoneOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneOutlinedFilled as default } diff --git a/src/IconSpeakerPhoneRounded.tsx b/src/IconSpeakerPhoneRounded.tsx index ad653bd86..386e79c8d 100644 --- a/src/IconSpeakerPhoneRounded.tsx +++ b/src/IconSpeakerPhoneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneRounded: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneRounded as default } diff --git a/src/IconSpeakerPhoneRoundedFilled.tsx b/src/IconSpeakerPhoneRoundedFilled.tsx index 6e1707d2f..838c58871 100644 --- a/src/IconSpeakerPhoneRoundedFilled.tsx +++ b/src/IconSpeakerPhoneRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneRoundedFilled as default } diff --git a/src/IconSpeakerPhoneSharp.tsx b/src/IconSpeakerPhoneSharp.tsx index 2becf15aa..0a3344ca2 100644 --- a/src/IconSpeakerPhoneSharp.tsx +++ b/src/IconSpeakerPhoneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneSharp: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneSharp as default } diff --git a/src/IconSpeakerPhoneSharpFilled.tsx b/src/IconSpeakerPhoneSharpFilled.tsx index 31881e2ae..134680dc0 100644 --- a/src/IconSpeakerPhoneSharpFilled.tsx +++ b/src/IconSpeakerPhoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerPhoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerPhoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeakerPhoneSharpFilled as default } diff --git a/src/IconSpeakerRounded.tsx b/src/IconSpeakerRounded.tsx index c55fde37a..717a1188d 100644 --- a/src/IconSpeakerRounded.tsx +++ b/src/IconSpeakerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerRounded: React.FC = ({ ...props }) => ( +export const IconSpeakerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerRounded as default } diff --git a/src/IconSpeakerRoundedFilled.tsx b/src/IconSpeakerRoundedFilled.tsx index 2036e9b4a..f413dce3a 100644 --- a/src/IconSpeakerRoundedFilled.tsx +++ b/src/IconSpeakerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerRoundedFilled as default } diff --git a/src/IconSpeakerSharp.tsx b/src/IconSpeakerSharp.tsx index 567123829..fc51c9917 100644 --- a/src/IconSpeakerSharp.tsx +++ b/src/IconSpeakerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerSharp: React.FC = ({ ...props }) => ( +export const IconSpeakerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerSharp as default } diff --git a/src/IconSpeakerSharpFilled.tsx b/src/IconSpeakerSharpFilled.tsx index 6ba47c1ba..3a627669a 100644 --- a/src/IconSpeakerSharpFilled.tsx +++ b/src/IconSpeakerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeakerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeakerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeakerSharpFilled as default } diff --git a/src/IconSpecialCharacterOutlined.tsx b/src/IconSpecialCharacterOutlined.tsx index fecbd431b..e3cdfc815 100644 --- a/src/IconSpecialCharacterOutlined.tsx +++ b/src/IconSpecialCharacterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterOutlined: React.FC = ({ ...props }) => ( +export const IconSpecialCharacterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecialCharacterOutlined as default } diff --git a/src/IconSpecialCharacterOutlinedFilled.tsx b/src/IconSpecialCharacterOutlinedFilled.tsx index f945daee5..d3e957701 100644 --- a/src/IconSpecialCharacterOutlinedFilled.tsx +++ b/src/IconSpecialCharacterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterOutlinedFilled: React.FC = ({ +export const IconSpecialCharacterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpecialCharacterOutlinedFilled: React.FC = ({ ) - -export { IconSpecialCharacterOutlinedFilled as default } diff --git a/src/IconSpecialCharacterRounded.tsx b/src/IconSpecialCharacterRounded.tsx index 3ee76eeaf..2f7e17edc 100644 --- a/src/IconSpecialCharacterRounded.tsx +++ b/src/IconSpecialCharacterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterRounded: React.FC = ({ ...props }) => ( +export const IconSpecialCharacterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecialCharacterRounded as default } diff --git a/src/IconSpecialCharacterRoundedFilled.tsx b/src/IconSpecialCharacterRoundedFilled.tsx index 6144a5fdf..fb59e3d2d 100644 --- a/src/IconSpecialCharacterRoundedFilled.tsx +++ b/src/IconSpecialCharacterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterRoundedFilled: React.FC = ({ +export const IconSpecialCharacterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpecialCharacterRoundedFilled: React.FC = ({ ) - -export { IconSpecialCharacterRoundedFilled as default } diff --git a/src/IconSpecialCharacterSharp.tsx b/src/IconSpecialCharacterSharp.tsx index aa281ad41..748424556 100644 --- a/src/IconSpecialCharacterSharp.tsx +++ b/src/IconSpecialCharacterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterSharp: React.FC = ({ ...props }) => ( +export const IconSpecialCharacterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecialCharacterSharp as default } diff --git a/src/IconSpecialCharacterSharpFilled.tsx b/src/IconSpecialCharacterSharpFilled.tsx index 19e634456..cde476530 100644 --- a/src/IconSpecialCharacterSharpFilled.tsx +++ b/src/IconSpecialCharacterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecialCharacterSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpecialCharacterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecialCharacterSharpFilled as default } diff --git a/src/IconSpecificGravityOutlined.tsx b/src/IconSpecificGravityOutlined.tsx index dd9a78b4c..3ad2718f2 100644 --- a/src/IconSpecificGravityOutlined.tsx +++ b/src/IconSpecificGravityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravityOutlined: React.FC = ({ ...props }) => ( +export const IconSpecificGravityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecificGravityOutlined as default } diff --git a/src/IconSpecificGravityOutlinedFilled.tsx b/src/IconSpecificGravityOutlinedFilled.tsx index 4050f5255..c986aafe8 100644 --- a/src/IconSpecificGravityOutlinedFilled.tsx +++ b/src/IconSpecificGravityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravityOutlinedFilled: React.FC = ({ +export const IconSpecificGravityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpecificGravityOutlinedFilled: React.FC = ({ ) - -export { IconSpecificGravityOutlinedFilled as default } diff --git a/src/IconSpecificGravityRounded.tsx b/src/IconSpecificGravityRounded.tsx index dff904f49..bd7a31076 100644 --- a/src/IconSpecificGravityRounded.tsx +++ b/src/IconSpecificGravityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravityRounded: React.FC = ({ ...props }) => ( +export const IconSpecificGravityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecificGravityRounded as default } diff --git a/src/IconSpecificGravityRoundedFilled.tsx b/src/IconSpecificGravityRoundedFilled.tsx index 79bb79012..9987ca8c9 100644 --- a/src/IconSpecificGravityRoundedFilled.tsx +++ b/src/IconSpecificGravityRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravityRoundedFilled: React.FC = ({ +export const IconSpecificGravityRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSpecificGravityRoundedFilled: React.FC = ({ ) - -export { IconSpecificGravityRoundedFilled as default } diff --git a/src/IconSpecificGravitySharp.tsx b/src/IconSpecificGravitySharp.tsx index 3af45b1f1..4c35d9d9c 100644 --- a/src/IconSpecificGravitySharp.tsx +++ b/src/IconSpecificGravitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravitySharp: React.FC = ({ ...props }) => ( +export const IconSpecificGravitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpecificGravitySharp as default } diff --git a/src/IconSpecificGravitySharpFilled.tsx b/src/IconSpecificGravitySharpFilled.tsx index 0a9162c07..f1a01e2d5 100644 --- a/src/IconSpecificGravitySharpFilled.tsx +++ b/src/IconSpecificGravitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpecificGravitySharpFilled: React.FC = ({ ...props }) => ( +export const IconSpecificGravitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpecificGravitySharpFilled as default } diff --git a/src/IconSpeechToTextOutlined.tsx b/src/IconSpeechToTextOutlined.tsx index 2a012adcf..9902e2a1e 100644 --- a/src/IconSpeechToTextOutlined.tsx +++ b/src/IconSpeechToTextOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextOutlined: React.FC = ({ ...props }) => ( +export const IconSpeechToTextOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextOutlined as default } diff --git a/src/IconSpeechToTextOutlinedFilled.tsx b/src/IconSpeechToTextOutlinedFilled.tsx index d44d437c4..934541c46 100644 --- a/src/IconSpeechToTextOutlinedFilled.tsx +++ b/src/IconSpeechToTextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeechToTextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextOutlinedFilled as default } diff --git a/src/IconSpeechToTextRounded.tsx b/src/IconSpeechToTextRounded.tsx index 89ec7beb6..c1c78cec2 100644 --- a/src/IconSpeechToTextRounded.tsx +++ b/src/IconSpeechToTextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextRounded: React.FC = ({ ...props }) => ( +export const IconSpeechToTextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextRounded as default } diff --git a/src/IconSpeechToTextRoundedFilled.tsx b/src/IconSpeechToTextRoundedFilled.tsx index 6ff666d61..a2c1abf3a 100644 --- a/src/IconSpeechToTextRoundedFilled.tsx +++ b/src/IconSpeechToTextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeechToTextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextRoundedFilled as default } diff --git a/src/IconSpeechToTextSharp.tsx b/src/IconSpeechToTextSharp.tsx index aaccc7ee9..a2b7271fc 100644 --- a/src/IconSpeechToTextSharp.tsx +++ b/src/IconSpeechToTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextSharp: React.FC = ({ ...props }) => ( +export const IconSpeechToTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextSharp as default } diff --git a/src/IconSpeechToTextSharpFilled.tsx b/src/IconSpeechToTextSharpFilled.tsx index f7e99928e..a3c1a578c 100644 --- a/src/IconSpeechToTextSharpFilled.tsx +++ b/src/IconSpeechToTextSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeechToTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeechToTextSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeechToTextSharpFilled as default } diff --git a/src/IconSpeed025Outlined.tsx b/src/IconSpeed025Outlined.tsx index e5a444a92..d97e02e22 100644 --- a/src/IconSpeed025Outlined.tsx +++ b/src/IconSpeed025Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed025Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed025Outlined as default } diff --git a/src/IconSpeed025OutlinedFilled.tsx b/src/IconSpeed025OutlinedFilled.tsx index 36bc96b78..29e17b7eb 100644 --- a/src/IconSpeed025OutlinedFilled.tsx +++ b/src/IconSpeed025OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed025OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed025OutlinedFilled as default } diff --git a/src/IconSpeed025Rounded.tsx b/src/IconSpeed025Rounded.tsx index 620357be2..7d505b8fb 100644 --- a/src/IconSpeed025Rounded.tsx +++ b/src/IconSpeed025Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed025Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed025Rounded as default } diff --git a/src/IconSpeed025RoundedFilled.tsx b/src/IconSpeed025RoundedFilled.tsx index 16a3d1e68..e1058e663 100644 --- a/src/IconSpeed025RoundedFilled.tsx +++ b/src/IconSpeed025RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed025RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed025RoundedFilled as default } diff --git a/src/IconSpeed025Sharp.tsx b/src/IconSpeed025Sharp.tsx index 90646158d..aaedfae6f 100644 --- a/src/IconSpeed025Sharp.tsx +++ b/src/IconSpeed025Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed025Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed025Sharp as default } diff --git a/src/IconSpeed025SharpFilled.tsx b/src/IconSpeed025SharpFilled.tsx index eeda2cc06..af3c90246 100644 --- a/src/IconSpeed025SharpFilled.tsx +++ b/src/IconSpeed025SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed025SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed025SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed025SharpFilled as default } diff --git a/src/IconSpeed02xOutlined.tsx b/src/IconSpeed02xOutlined.tsx index 5012c5d91..854801db5 100644 --- a/src/IconSpeed02xOutlined.tsx +++ b/src/IconSpeed02xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed02xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed02xOutlined as default } diff --git a/src/IconSpeed02xOutlinedFilled.tsx b/src/IconSpeed02xOutlinedFilled.tsx index f27d574c3..318f768c4 100644 --- a/src/IconSpeed02xOutlinedFilled.tsx +++ b/src/IconSpeed02xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed02xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed02xOutlinedFilled as default } diff --git a/src/IconSpeed02xRounded.tsx b/src/IconSpeed02xRounded.tsx index 9a479ebd2..cd57867f3 100644 --- a/src/IconSpeed02xRounded.tsx +++ b/src/IconSpeed02xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed02xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed02xRounded as default } diff --git a/src/IconSpeed02xRoundedFilled.tsx b/src/IconSpeed02xRoundedFilled.tsx index 304b1208b..d508586ab 100644 --- a/src/IconSpeed02xRoundedFilled.tsx +++ b/src/IconSpeed02xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed02xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed02xRoundedFilled as default } diff --git a/src/IconSpeed02xSharp.tsx b/src/IconSpeed02xSharp.tsx index dbc0a4090..389edf5a0 100644 --- a/src/IconSpeed02xSharp.tsx +++ b/src/IconSpeed02xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed02xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed02xSharp as default } diff --git a/src/IconSpeed02xSharpFilled.tsx b/src/IconSpeed02xSharpFilled.tsx index 3de193d3e..c6ec625d9 100644 --- a/src/IconSpeed02xSharpFilled.tsx +++ b/src/IconSpeed02xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed02xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed02xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed02xSharpFilled as default } diff --git a/src/IconSpeed05Outlined.tsx b/src/IconSpeed05Outlined.tsx index 9c774974c..d5099f1af 100644 --- a/src/IconSpeed05Outlined.tsx +++ b/src/IconSpeed05Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed05Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05Outlined as default } diff --git a/src/IconSpeed05OutlinedFilled.tsx b/src/IconSpeed05OutlinedFilled.tsx index 2ff059a14..af0d27667 100644 --- a/src/IconSpeed05OutlinedFilled.tsx +++ b/src/IconSpeed05OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed05OutlinedFilled as default } diff --git a/src/IconSpeed05Rounded.tsx b/src/IconSpeed05Rounded.tsx index a87b71493..da9baf3c1 100644 --- a/src/IconSpeed05Rounded.tsx +++ b/src/IconSpeed05Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed05Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05Rounded as default } diff --git a/src/IconSpeed05RoundedFilled.tsx b/src/IconSpeed05RoundedFilled.tsx index 659296b88..ac8508c1d 100644 --- a/src/IconSpeed05RoundedFilled.tsx +++ b/src/IconSpeed05RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05RoundedFilled as default } diff --git a/src/IconSpeed05Sharp.tsx b/src/IconSpeed05Sharp.tsx index c78640d54..1627b9ad2 100644 --- a/src/IconSpeed05Sharp.tsx +++ b/src/IconSpeed05Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed05Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05Sharp as default } diff --git a/src/IconSpeed05SharpFilled.tsx b/src/IconSpeed05SharpFilled.tsx index 97e417613..2a706edcd 100644 --- a/src/IconSpeed05SharpFilled.tsx +++ b/src/IconSpeed05SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05SharpFilled as default } diff --git a/src/IconSpeed05xOutlined.tsx b/src/IconSpeed05xOutlined.tsx index 6d1138f19..4a8eda1e1 100644 --- a/src/IconSpeed05xOutlined.tsx +++ b/src/IconSpeed05xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed05xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05xOutlined as default } diff --git a/src/IconSpeed05xOutlinedFilled.tsx b/src/IconSpeed05xOutlinedFilled.tsx index f2e467d3b..173049546 100644 --- a/src/IconSpeed05xOutlinedFilled.tsx +++ b/src/IconSpeed05xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed05xOutlinedFilled as default } diff --git a/src/IconSpeed05xRounded.tsx b/src/IconSpeed05xRounded.tsx index 01270bcd4..6c9f9ddf1 100644 --- a/src/IconSpeed05xRounded.tsx +++ b/src/IconSpeed05xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed05xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05xRounded as default } diff --git a/src/IconSpeed05xRoundedFilled.tsx b/src/IconSpeed05xRoundedFilled.tsx index 43313927b..18aecd6dd 100644 --- a/src/IconSpeed05xRoundedFilled.tsx +++ b/src/IconSpeed05xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed05xRoundedFilled as default } diff --git a/src/IconSpeed05xSharp.tsx b/src/IconSpeed05xSharp.tsx index 3f59c258d..138abc8f4 100644 --- a/src/IconSpeed05xSharp.tsx +++ b/src/IconSpeed05xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed05xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05xSharp as default } diff --git a/src/IconSpeed05xSharpFilled.tsx b/src/IconSpeed05xSharpFilled.tsx index 371634819..076911a37 100644 --- a/src/IconSpeed05xSharpFilled.tsx +++ b/src/IconSpeed05xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed05xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed05xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed05xSharpFilled as default } diff --git a/src/IconSpeed075Outlined.tsx b/src/IconSpeed075Outlined.tsx index 19bd13cbe..b7e40f528 100644 --- a/src/IconSpeed075Outlined.tsx +++ b/src/IconSpeed075Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed075Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed075Outlined as default } diff --git a/src/IconSpeed075OutlinedFilled.tsx b/src/IconSpeed075OutlinedFilled.tsx index 28763c262..ab3416bb1 100644 --- a/src/IconSpeed075OutlinedFilled.tsx +++ b/src/IconSpeed075OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed075OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed075OutlinedFilled as default } diff --git a/src/IconSpeed075Rounded.tsx b/src/IconSpeed075Rounded.tsx index 9dda7e119..89fcc2162 100644 --- a/src/IconSpeed075Rounded.tsx +++ b/src/IconSpeed075Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed075Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed075Rounded as default } diff --git a/src/IconSpeed075RoundedFilled.tsx b/src/IconSpeed075RoundedFilled.tsx index 4cd6b796b..816b38a6d 100644 --- a/src/IconSpeed075RoundedFilled.tsx +++ b/src/IconSpeed075RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed075RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed075RoundedFilled as default } diff --git a/src/IconSpeed075Sharp.tsx b/src/IconSpeed075Sharp.tsx index eac31c15c..f25851728 100644 --- a/src/IconSpeed075Sharp.tsx +++ b/src/IconSpeed075Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed075Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed075Sharp as default } diff --git a/src/IconSpeed075SharpFilled.tsx b/src/IconSpeed075SharpFilled.tsx index aee106a87..5d27f048c 100644 --- a/src/IconSpeed075SharpFilled.tsx +++ b/src/IconSpeed075SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed075SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed075SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed075SharpFilled as default } diff --git a/src/IconSpeed07xOutlined.tsx b/src/IconSpeed07xOutlined.tsx index ec16877bf..e5b13714a 100644 --- a/src/IconSpeed07xOutlined.tsx +++ b/src/IconSpeed07xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed07xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed07xOutlined as default } diff --git a/src/IconSpeed07xOutlinedFilled.tsx b/src/IconSpeed07xOutlinedFilled.tsx index e14f8ee18..13e6cb3d8 100644 --- a/src/IconSpeed07xOutlinedFilled.tsx +++ b/src/IconSpeed07xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed07xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed07xOutlinedFilled as default } diff --git a/src/IconSpeed07xRounded.tsx b/src/IconSpeed07xRounded.tsx index f474a767f..7cb7b1320 100644 --- a/src/IconSpeed07xRounded.tsx +++ b/src/IconSpeed07xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed07xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed07xRounded as default } diff --git a/src/IconSpeed07xRoundedFilled.tsx b/src/IconSpeed07xRoundedFilled.tsx index ba2a546e4..cc1999ddd 100644 --- a/src/IconSpeed07xRoundedFilled.tsx +++ b/src/IconSpeed07xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed07xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed07xRoundedFilled as default } diff --git a/src/IconSpeed07xSharp.tsx b/src/IconSpeed07xSharp.tsx index f9b4d4356..e12ca05e9 100644 --- a/src/IconSpeed07xSharp.tsx +++ b/src/IconSpeed07xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed07xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed07xSharp as default } diff --git a/src/IconSpeed07xSharpFilled.tsx b/src/IconSpeed07xSharpFilled.tsx index 79e6802e1..f0e188a7c 100644 --- a/src/IconSpeed07xSharpFilled.tsx +++ b/src/IconSpeed07xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed07xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed07xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed07xSharpFilled as default } diff --git a/src/IconSpeed125Outlined.tsx b/src/IconSpeed125Outlined.tsx index f7972e848..6c1d60060 100644 --- a/src/IconSpeed125Outlined.tsx +++ b/src/IconSpeed125Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed125Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed125Outlined as default } diff --git a/src/IconSpeed125OutlinedFilled.tsx b/src/IconSpeed125OutlinedFilled.tsx index 7ba14497d..b10c26912 100644 --- a/src/IconSpeed125OutlinedFilled.tsx +++ b/src/IconSpeed125OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed125OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed125OutlinedFilled as default } diff --git a/src/IconSpeed125Rounded.tsx b/src/IconSpeed125Rounded.tsx index 975f61547..39a25bc1b 100644 --- a/src/IconSpeed125Rounded.tsx +++ b/src/IconSpeed125Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed125Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed125Rounded as default } diff --git a/src/IconSpeed125RoundedFilled.tsx b/src/IconSpeed125RoundedFilled.tsx index 263911553..2a9b3379e 100644 --- a/src/IconSpeed125RoundedFilled.tsx +++ b/src/IconSpeed125RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed125RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed125RoundedFilled as default } diff --git a/src/IconSpeed125Sharp.tsx b/src/IconSpeed125Sharp.tsx index afc212ad6..579f983ed 100644 --- a/src/IconSpeed125Sharp.tsx +++ b/src/IconSpeed125Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed125Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed125Sharp as default } diff --git a/src/IconSpeed125SharpFilled.tsx b/src/IconSpeed125SharpFilled.tsx index 8ea18b27a..5958d4549 100644 --- a/src/IconSpeed125SharpFilled.tsx +++ b/src/IconSpeed125SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed125SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed125SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed125SharpFilled as default } diff --git a/src/IconSpeed12Outlined.tsx b/src/IconSpeed12Outlined.tsx index 7bdc9c374..8a01a811c 100644 --- a/src/IconSpeed12Outlined.tsx +++ b/src/IconSpeed12Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed12Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12Outlined as default } diff --git a/src/IconSpeed12OutlinedFilled.tsx b/src/IconSpeed12OutlinedFilled.tsx index c35cb4565..b30119f5b 100644 --- a/src/IconSpeed12OutlinedFilled.tsx +++ b/src/IconSpeed12OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed12OutlinedFilled as default } diff --git a/src/IconSpeed12Rounded.tsx b/src/IconSpeed12Rounded.tsx index 4472ff179..3f84b6971 100644 --- a/src/IconSpeed12Rounded.tsx +++ b/src/IconSpeed12Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed12Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12Rounded as default } diff --git a/src/IconSpeed12RoundedFilled.tsx b/src/IconSpeed12RoundedFilled.tsx index 58c351a57..76f26597f 100644 --- a/src/IconSpeed12RoundedFilled.tsx +++ b/src/IconSpeed12RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12RoundedFilled as default } diff --git a/src/IconSpeed12Sharp.tsx b/src/IconSpeed12Sharp.tsx index 689844e54..a3ef055fb 100644 --- a/src/IconSpeed12Sharp.tsx +++ b/src/IconSpeed12Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed12Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12Sharp as default } diff --git a/src/IconSpeed12SharpFilled.tsx b/src/IconSpeed12SharpFilled.tsx index ef9018180..268a95324 100644 --- a/src/IconSpeed12SharpFilled.tsx +++ b/src/IconSpeed12SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12SharpFilled as default } diff --git a/src/IconSpeed12xOutlined.tsx b/src/IconSpeed12xOutlined.tsx index b3d9e0f23..13eb5ea66 100644 --- a/src/IconSpeed12xOutlined.tsx +++ b/src/IconSpeed12xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed12xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12xOutlined as default } diff --git a/src/IconSpeed12xOutlinedFilled.tsx b/src/IconSpeed12xOutlinedFilled.tsx index 064094a89..543350d86 100644 --- a/src/IconSpeed12xOutlinedFilled.tsx +++ b/src/IconSpeed12xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed12xOutlinedFilled as default } diff --git a/src/IconSpeed12xRounded.tsx b/src/IconSpeed12xRounded.tsx index 90dcaafb3..563d39212 100644 --- a/src/IconSpeed12xRounded.tsx +++ b/src/IconSpeed12xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed12xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12xRounded as default } diff --git a/src/IconSpeed12xRoundedFilled.tsx b/src/IconSpeed12xRoundedFilled.tsx index 323f8d46b..ee52966c4 100644 --- a/src/IconSpeed12xRoundedFilled.tsx +++ b/src/IconSpeed12xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed12xRoundedFilled as default } diff --git a/src/IconSpeed12xSharp.tsx b/src/IconSpeed12xSharp.tsx index 5aba721a4..8186eb493 100644 --- a/src/IconSpeed12xSharp.tsx +++ b/src/IconSpeed12xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed12xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12xSharp as default } diff --git a/src/IconSpeed12xSharpFilled.tsx b/src/IconSpeed12xSharpFilled.tsx index 5196cc497..2683a3eda 100644 --- a/src/IconSpeed12xSharpFilled.tsx +++ b/src/IconSpeed12xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed12xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed12xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed12xSharpFilled as default } diff --git a/src/IconSpeed15Outlined.tsx b/src/IconSpeed15Outlined.tsx index 195fd2f1a..d2ce4384d 100644 --- a/src/IconSpeed15Outlined.tsx +++ b/src/IconSpeed15Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed15Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15Outlined as default } diff --git a/src/IconSpeed15OutlinedFilled.tsx b/src/IconSpeed15OutlinedFilled.tsx index 8f7454fdb..758134405 100644 --- a/src/IconSpeed15OutlinedFilled.tsx +++ b/src/IconSpeed15OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed15OutlinedFilled as default } diff --git a/src/IconSpeed15Rounded.tsx b/src/IconSpeed15Rounded.tsx index 8ef0c0d61..e393b0519 100644 --- a/src/IconSpeed15Rounded.tsx +++ b/src/IconSpeed15Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed15Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15Rounded as default } diff --git a/src/IconSpeed15RoundedFilled.tsx b/src/IconSpeed15RoundedFilled.tsx index d49aa6cd7..77910d590 100644 --- a/src/IconSpeed15RoundedFilled.tsx +++ b/src/IconSpeed15RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15RoundedFilled as default } diff --git a/src/IconSpeed15Sharp.tsx b/src/IconSpeed15Sharp.tsx index 70f3f8307..21df32464 100644 --- a/src/IconSpeed15Sharp.tsx +++ b/src/IconSpeed15Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed15Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15Sharp as default } diff --git a/src/IconSpeed15SharpFilled.tsx b/src/IconSpeed15SharpFilled.tsx index ac85a1589..948ddafc0 100644 --- a/src/IconSpeed15SharpFilled.tsx +++ b/src/IconSpeed15SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15SharpFilled as default } diff --git a/src/IconSpeed15xOutlined.tsx b/src/IconSpeed15xOutlined.tsx index c73caa95d..58dd94fce 100644 --- a/src/IconSpeed15xOutlined.tsx +++ b/src/IconSpeed15xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed15xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15xOutlined as default } diff --git a/src/IconSpeed15xOutlinedFilled.tsx b/src/IconSpeed15xOutlinedFilled.tsx index 98573338f..25413b173 100644 --- a/src/IconSpeed15xOutlinedFilled.tsx +++ b/src/IconSpeed15xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed15xOutlinedFilled as default } diff --git a/src/IconSpeed15xRounded.tsx b/src/IconSpeed15xRounded.tsx index 5a1f85a09..94073d781 100644 --- a/src/IconSpeed15xRounded.tsx +++ b/src/IconSpeed15xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed15xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15xRounded as default } diff --git a/src/IconSpeed15xRoundedFilled.tsx b/src/IconSpeed15xRoundedFilled.tsx index 4a81aab47..495ff3be9 100644 --- a/src/IconSpeed15xRoundedFilled.tsx +++ b/src/IconSpeed15xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed15xRoundedFilled as default } diff --git a/src/IconSpeed15xSharp.tsx b/src/IconSpeed15xSharp.tsx index be4c62716..a56d894e0 100644 --- a/src/IconSpeed15xSharp.tsx +++ b/src/IconSpeed15xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed15xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15xSharp as default } diff --git a/src/IconSpeed15xSharpFilled.tsx b/src/IconSpeed15xSharpFilled.tsx index 505bf83e4..06ac768b1 100644 --- a/src/IconSpeed15xSharpFilled.tsx +++ b/src/IconSpeed15xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed15xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed15xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed15xSharpFilled as default } diff --git a/src/IconSpeed175Outlined.tsx b/src/IconSpeed175Outlined.tsx index 8f9f9cbad..3a34eb03c 100644 --- a/src/IconSpeed175Outlined.tsx +++ b/src/IconSpeed175Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175Outlined: React.FC = ({ ...props }) => ( +export const IconSpeed175Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed175Outlined as default } diff --git a/src/IconSpeed175OutlinedFilled.tsx b/src/IconSpeed175OutlinedFilled.tsx index 9a35b10c9..1554142e7 100644 --- a/src/IconSpeed175OutlinedFilled.tsx +++ b/src/IconSpeed175OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed175OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed175OutlinedFilled as default } diff --git a/src/IconSpeed175Rounded.tsx b/src/IconSpeed175Rounded.tsx index cd8063ffc..71a67c32e 100644 --- a/src/IconSpeed175Rounded.tsx +++ b/src/IconSpeed175Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175Rounded: React.FC = ({ ...props }) => ( +export const IconSpeed175Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed175Rounded as default } diff --git a/src/IconSpeed175RoundedFilled.tsx b/src/IconSpeed175RoundedFilled.tsx index c4dffd1d4..b082ce2af 100644 --- a/src/IconSpeed175RoundedFilled.tsx +++ b/src/IconSpeed175RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed175RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed175RoundedFilled as default } diff --git a/src/IconSpeed175Sharp.tsx b/src/IconSpeed175Sharp.tsx index 38d8cadaf..5be97d38d 100644 --- a/src/IconSpeed175Sharp.tsx +++ b/src/IconSpeed175Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175Sharp: React.FC = ({ ...props }) => ( +export const IconSpeed175Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed175Sharp as default } diff --git a/src/IconSpeed175SharpFilled.tsx b/src/IconSpeed175SharpFilled.tsx index deb322cbf..a739e3d66 100644 --- a/src/IconSpeed175SharpFilled.tsx +++ b/src/IconSpeed175SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed175SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed175SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed175SharpFilled as default } diff --git a/src/IconSpeed17xOutlined.tsx b/src/IconSpeed17xOutlined.tsx index b9eeb98dd..eb31bd6f3 100644 --- a/src/IconSpeed17xOutlined.tsx +++ b/src/IconSpeed17xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed17xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed17xOutlined as default } diff --git a/src/IconSpeed17xOutlinedFilled.tsx b/src/IconSpeed17xOutlinedFilled.tsx index dbad4e826..9689083ff 100644 --- a/src/IconSpeed17xOutlinedFilled.tsx +++ b/src/IconSpeed17xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed17xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed17xOutlinedFilled as default } diff --git a/src/IconSpeed17xRounded.tsx b/src/IconSpeed17xRounded.tsx index eb3e819b3..f2e5a56f6 100644 --- a/src/IconSpeed17xRounded.tsx +++ b/src/IconSpeed17xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed17xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed17xRounded as default } diff --git a/src/IconSpeed17xRoundedFilled.tsx b/src/IconSpeed17xRoundedFilled.tsx index 0667f0e82..0ed452111 100644 --- a/src/IconSpeed17xRoundedFilled.tsx +++ b/src/IconSpeed17xRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed17xRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed17xRoundedFilled as default } diff --git a/src/IconSpeed17xSharp.tsx b/src/IconSpeed17xSharp.tsx index ddaf43265..375140ef4 100644 --- a/src/IconSpeed17xSharp.tsx +++ b/src/IconSpeed17xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed17xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed17xSharp as default } diff --git a/src/IconSpeed17xSharpFilled.tsx b/src/IconSpeed17xSharpFilled.tsx index 184daf728..5e02718c6 100644 --- a/src/IconSpeed17xSharpFilled.tsx +++ b/src/IconSpeed17xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed17xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed17xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed17xSharpFilled as default } diff --git a/src/IconSpeed2xOutlined.tsx b/src/IconSpeed2xOutlined.tsx index d599c990c..4cb7c2fad 100644 --- a/src/IconSpeed2xOutlined.tsx +++ b/src/IconSpeed2xOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xOutlined: React.FC = ({ ...props }) => ( +export const IconSpeed2xOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed2xOutlined as default } diff --git a/src/IconSpeed2xOutlinedFilled.tsx b/src/IconSpeed2xOutlinedFilled.tsx index 3889c64e9..98e9f48ce 100644 --- a/src/IconSpeed2xOutlinedFilled.tsx +++ b/src/IconSpeed2xOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed2xOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeed2xOutlinedFilled as default } diff --git a/src/IconSpeed2xRounded.tsx b/src/IconSpeed2xRounded.tsx index 5c3e42aba..3691c3edc 100644 --- a/src/IconSpeed2xRounded.tsx +++ b/src/IconSpeed2xRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xRounded: React.FC = ({ ...props }) => ( +export const IconSpeed2xRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed2xRounded as default } diff --git a/src/IconSpeed2xRoundedFilled.tsx b/src/IconSpeed2xRoundedFilled.tsx index a8aeddc6b..1d01a16ca 100644 --- a/src/IconSpeed2xRoundedFilled.tsx +++ b/src/IconSpeed2xRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeed2xRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed2xRoundedFilled as default } diff --git a/src/IconSpeed2xSharp.tsx b/src/IconSpeed2xSharp.tsx index 55feef866..0897efdd4 100644 --- a/src/IconSpeed2xSharp.tsx +++ b/src/IconSpeed2xSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xSharp: React.FC = ({ ...props }) => ( +export const IconSpeed2xSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed2xSharp as default } diff --git a/src/IconSpeed2xSharpFilled.tsx b/src/IconSpeed2xSharpFilled.tsx index 850e36a73..acd9732e4 100644 --- a/src/IconSpeed2xSharpFilled.tsx +++ b/src/IconSpeed2xSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeed2xSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeed2xSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeed2xSharpFilled as default } diff --git a/src/IconSpeedCameraOutlined.tsx b/src/IconSpeedCameraOutlined.tsx index c4d7f3adc..8d90f85d0 100644 --- a/src/IconSpeedCameraOutlined.tsx +++ b/src/IconSpeedCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraOutlined: React.FC = ({ ...props }) => ( +export const IconSpeedCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraOutlined as default } diff --git a/src/IconSpeedCameraOutlinedFilled.tsx b/src/IconSpeedCameraOutlinedFilled.tsx index 29a7ae6c6..1004075a1 100644 --- a/src/IconSpeedCameraOutlinedFilled.tsx +++ b/src/IconSpeedCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeedCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraOutlinedFilled as default } diff --git a/src/IconSpeedCameraRounded.tsx b/src/IconSpeedCameraRounded.tsx index e28af3bb9..af2e5b427 100644 --- a/src/IconSpeedCameraRounded.tsx +++ b/src/IconSpeedCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraRounded: React.FC = ({ ...props }) => ( +export const IconSpeedCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraRounded as default } diff --git a/src/IconSpeedCameraRoundedFilled.tsx b/src/IconSpeedCameraRoundedFilled.tsx index 9197ad75a..74d52f3f0 100644 --- a/src/IconSpeedCameraRoundedFilled.tsx +++ b/src/IconSpeedCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeedCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraRoundedFilled as default } diff --git a/src/IconSpeedCameraSharp.tsx b/src/IconSpeedCameraSharp.tsx index 649be2732..84bf877e8 100644 --- a/src/IconSpeedCameraSharp.tsx +++ b/src/IconSpeedCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraSharp: React.FC = ({ ...props }) => ( +export const IconSpeedCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraSharp as default } diff --git a/src/IconSpeedCameraSharpFilled.tsx b/src/IconSpeedCameraSharpFilled.tsx index 836aeab20..37279f2c4 100644 --- a/src/IconSpeedCameraSharpFilled.tsx +++ b/src/IconSpeedCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeedCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpeedCameraSharpFilled as default } diff --git a/src/IconSpeedOutlined.tsx b/src/IconSpeedOutlined.tsx index cb98625fb..07bb660ef 100644 --- a/src/IconSpeedOutlined.tsx +++ b/src/IconSpeedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedOutlined: React.FC = ({ ...props }) => ( +export const IconSpeedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedOutlined as default } diff --git a/src/IconSpeedOutlinedFilled.tsx b/src/IconSpeedOutlinedFilled.tsx index 2f72b7cae..fba8f0dec 100644 --- a/src/IconSpeedOutlinedFilled.tsx +++ b/src/IconSpeedOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpeedOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedOutlinedFilled as default } diff --git a/src/IconSpeedRounded.tsx b/src/IconSpeedRounded.tsx index 71183ac08..59fdbc7c3 100644 --- a/src/IconSpeedRounded.tsx +++ b/src/IconSpeedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedRounded: React.FC = ({ ...props }) => ( +export const IconSpeedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedRounded as default } diff --git a/src/IconSpeedRoundedFilled.tsx b/src/IconSpeedRoundedFilled.tsx index 7acdbe443..293654f1d 100644 --- a/src/IconSpeedRoundedFilled.tsx +++ b/src/IconSpeedRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpeedRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedRoundedFilled as default } diff --git a/src/IconSpeedSharp.tsx b/src/IconSpeedSharp.tsx index 55942c9c0..b586759ad 100644 --- a/src/IconSpeedSharp.tsx +++ b/src/IconSpeedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedSharp: React.FC = ({ ...props }) => ( +export const IconSpeedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedSharp as default } diff --git a/src/IconSpeedSharpFilled.tsx b/src/IconSpeedSharpFilled.tsx index f22340984..fdff4b533 100644 --- a/src/IconSpeedSharpFilled.tsx +++ b/src/IconSpeedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpeedSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpeedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpeedSharpFilled as default } diff --git a/src/IconSpellcheckOutlined.tsx b/src/IconSpellcheckOutlined.tsx index e51bbc77a..08fe5b129 100644 --- a/src/IconSpellcheckOutlined.tsx +++ b/src/IconSpellcheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckOutlined: React.FC = ({ ...props }) => ( +export const IconSpellcheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpellcheckOutlined as default } diff --git a/src/IconSpellcheckOutlinedFilled.tsx b/src/IconSpellcheckOutlinedFilled.tsx index 2987d60a1..a7ad0a069 100644 --- a/src/IconSpellcheckOutlinedFilled.tsx +++ b/src/IconSpellcheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpellcheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpellcheckOutlinedFilled as default } diff --git a/src/IconSpellcheckRounded.tsx b/src/IconSpellcheckRounded.tsx index da95f2d3f..734a61a36 100644 --- a/src/IconSpellcheckRounded.tsx +++ b/src/IconSpellcheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckRounded: React.FC = ({ ...props }) => ( +export const IconSpellcheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpellcheckRounded as default } diff --git a/src/IconSpellcheckRoundedFilled.tsx b/src/IconSpellcheckRoundedFilled.tsx index 02afcc99b..a38d5e531 100644 --- a/src/IconSpellcheckRoundedFilled.tsx +++ b/src/IconSpellcheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpellcheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpellcheckRoundedFilled as default } diff --git a/src/IconSpellcheckSharp.tsx b/src/IconSpellcheckSharp.tsx index 911f8a4c2..859d6f383 100644 --- a/src/IconSpellcheckSharp.tsx +++ b/src/IconSpellcheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckSharp: React.FC = ({ ...props }) => ( +export const IconSpellcheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpellcheckSharp as default } diff --git a/src/IconSpellcheckSharpFilled.tsx b/src/IconSpellcheckSharpFilled.tsx index e03172b76..c9ee264da 100644 --- a/src/IconSpellcheckSharpFilled.tsx +++ b/src/IconSpellcheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSpellcheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpellcheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSpellcheckSharpFilled as default } diff --git a/src/IconSplitscreenAddOutlined.tsx b/src/IconSplitscreenAddOutlined.tsx index 4e830feae..9d999ad3b 100644 --- a/src/IconSplitscreenAddOutlined.tsx +++ b/src/IconSplitscreenAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenAddOutlined as default } diff --git a/src/IconSplitscreenAddOutlinedFilled.tsx b/src/IconSplitscreenAddOutlinedFilled.tsx index df0a27636..24f67b131 100644 --- a/src/IconSplitscreenAddOutlinedFilled.tsx +++ b/src/IconSplitscreenAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddOutlinedFilled: React.FC = ({ +export const IconSplitscreenAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenAddOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenAddOutlinedFilled as default } diff --git a/src/IconSplitscreenAddRounded.tsx b/src/IconSplitscreenAddRounded.tsx index d588d7c19..720a2fe1c 100644 --- a/src/IconSplitscreenAddRounded.tsx +++ b/src/IconSplitscreenAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenAddRounded as default } diff --git a/src/IconSplitscreenAddRoundedFilled.tsx b/src/IconSplitscreenAddRoundedFilled.tsx index 389fbce4f..a52b619df 100644 --- a/src/IconSplitscreenAddRoundedFilled.tsx +++ b/src/IconSplitscreenAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenAddRoundedFilled as default } diff --git a/src/IconSplitscreenAddSharp.tsx b/src/IconSplitscreenAddSharp.tsx index 4b71895b5..404c46888 100644 --- a/src/IconSplitscreenAddSharp.tsx +++ b/src/IconSplitscreenAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenAddSharp as default } diff --git a/src/IconSplitscreenAddSharpFilled.tsx b/src/IconSplitscreenAddSharpFilled.tsx index 8e428f41d..0d5cb188e 100644 --- a/src/IconSplitscreenAddSharpFilled.tsx +++ b/src/IconSplitscreenAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenAddSharpFilled as default } diff --git a/src/IconSplitscreenBottomOutlined.tsx b/src/IconSplitscreenBottomOutlined.tsx index 5c9b21a25..ee7fccfc1 100644 --- a/src/IconSplitscreenBottomOutlined.tsx +++ b/src/IconSplitscreenBottomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenBottomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenBottomOutlined as default } diff --git a/src/IconSplitscreenBottomOutlinedFilled.tsx b/src/IconSplitscreenBottomOutlinedFilled.tsx index 57e24ddb0..fd31d0fce 100644 --- a/src/IconSplitscreenBottomOutlinedFilled.tsx +++ b/src/IconSplitscreenBottomOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomOutlinedFilled: React.FC = ({ +export const IconSplitscreenBottomOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenBottomOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenBottomOutlinedFilled as default } diff --git a/src/IconSplitscreenBottomRounded.tsx b/src/IconSplitscreenBottomRounded.tsx index 9c322dd05..6f5b20ba4 100644 --- a/src/IconSplitscreenBottomRounded.tsx +++ b/src/IconSplitscreenBottomRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenBottomRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenBottomRounded as default } diff --git a/src/IconSplitscreenBottomRoundedFilled.tsx b/src/IconSplitscreenBottomRoundedFilled.tsx index 0dc8b4cde..5d81e9828 100644 --- a/src/IconSplitscreenBottomRoundedFilled.tsx +++ b/src/IconSplitscreenBottomRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomRoundedFilled: React.FC = ({ +export const IconSplitscreenBottomRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenBottomRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenBottomRoundedFilled as default } diff --git a/src/IconSplitscreenBottomSharp.tsx b/src/IconSplitscreenBottomSharp.tsx index f0950e7fd..50fa14b9c 100644 --- a/src/IconSplitscreenBottomSharp.tsx +++ b/src/IconSplitscreenBottomSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenBottomSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenBottomSharp as default } diff --git a/src/IconSplitscreenBottomSharpFilled.tsx b/src/IconSplitscreenBottomSharpFilled.tsx index c961ca0f8..9156502db 100644 --- a/src/IconSplitscreenBottomSharpFilled.tsx +++ b/src/IconSplitscreenBottomSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenBottomSharpFilled: React.FC = ({ +export const IconSplitscreenBottomSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenBottomSharpFilled: React.FC = ({ ) - -export { IconSplitscreenBottomSharpFilled as default } diff --git a/src/IconSplitscreenLandscapeOutlined.tsx b/src/IconSplitscreenLandscapeOutlined.tsx index a0c7e2f14..c43859d8f 100644 --- a/src/IconSplitscreenLandscapeOutlined.tsx +++ b/src/IconSplitscreenLandscapeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeOutlined: React.FC = ({ +export const IconSplitscreenLandscapeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLandscapeOutlined: React.FC = ({ ) - -export { IconSplitscreenLandscapeOutlined as default } diff --git a/src/IconSplitscreenLandscapeOutlinedFilled.tsx b/src/IconSplitscreenLandscapeOutlinedFilled.tsx index a53bec1d1..1b39c7726 100644 --- a/src/IconSplitscreenLandscapeOutlinedFilled.tsx +++ b/src/IconSplitscreenLandscapeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeOutlinedFilled: React.FC = ({ +export const IconSplitscreenLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLandscapeOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenLandscapeOutlinedFilled as default } diff --git a/src/IconSplitscreenLandscapeRounded.tsx b/src/IconSplitscreenLandscapeRounded.tsx index c1782ad3f..2e236987f 100644 --- a/src/IconSplitscreenLandscapeRounded.tsx +++ b/src/IconSplitscreenLandscapeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenLandscapeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLandscapeRounded as default } diff --git a/src/IconSplitscreenLandscapeRoundedFilled.tsx b/src/IconSplitscreenLandscapeRoundedFilled.tsx index 2a1d589d4..f0360746e 100644 --- a/src/IconSplitscreenLandscapeRoundedFilled.tsx +++ b/src/IconSplitscreenLandscapeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeRoundedFilled: React.FC = ({ +export const IconSplitscreenLandscapeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLandscapeRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenLandscapeRoundedFilled as default } diff --git a/src/IconSplitscreenLandscapeSharp.tsx b/src/IconSplitscreenLandscapeSharp.tsx index f09c1ad1e..c918317ec 100644 --- a/src/IconSplitscreenLandscapeSharp.tsx +++ b/src/IconSplitscreenLandscapeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenLandscapeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLandscapeSharp as default } diff --git a/src/IconSplitscreenLandscapeSharpFilled.tsx b/src/IconSplitscreenLandscapeSharpFilled.tsx index 004165ebe..8fe77ea92 100644 --- a/src/IconSplitscreenLandscapeSharpFilled.tsx +++ b/src/IconSplitscreenLandscapeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLandscapeSharpFilled: React.FC = ({ +export const IconSplitscreenLandscapeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLandscapeSharpFilled: React.FC = ({ ) - -export { IconSplitscreenLandscapeSharpFilled as default } diff --git a/src/IconSplitscreenLeftOutlined.tsx b/src/IconSplitscreenLeftOutlined.tsx index 4ce03f408..5e0bd670d 100644 --- a/src/IconSplitscreenLeftOutlined.tsx +++ b/src/IconSplitscreenLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLeftOutlined as default } diff --git a/src/IconSplitscreenLeftOutlinedFilled.tsx b/src/IconSplitscreenLeftOutlinedFilled.tsx index f761e2d00..3143b24f7 100644 --- a/src/IconSplitscreenLeftOutlinedFilled.tsx +++ b/src/IconSplitscreenLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftOutlinedFilled: React.FC = ({ +export const IconSplitscreenLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLeftOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenLeftOutlinedFilled as default } diff --git a/src/IconSplitscreenLeftRounded.tsx b/src/IconSplitscreenLeftRounded.tsx index 3111efb05..658cd1610 100644 --- a/src/IconSplitscreenLeftRounded.tsx +++ b/src/IconSplitscreenLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLeftRounded as default } diff --git a/src/IconSplitscreenLeftRoundedFilled.tsx b/src/IconSplitscreenLeftRoundedFilled.tsx index 6cc1896b0..fa2d1638a 100644 --- a/src/IconSplitscreenLeftRoundedFilled.tsx +++ b/src/IconSplitscreenLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftRoundedFilled: React.FC = ({ +export const IconSplitscreenLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenLeftRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenLeftRoundedFilled as default } diff --git a/src/IconSplitscreenLeftSharp.tsx b/src/IconSplitscreenLeftSharp.tsx index a36154b27..7adce0940 100644 --- a/src/IconSplitscreenLeftSharp.tsx +++ b/src/IconSplitscreenLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLeftSharp as default } diff --git a/src/IconSplitscreenLeftSharpFilled.tsx b/src/IconSplitscreenLeftSharpFilled.tsx index 9e0601626..f8b5bcbeb 100644 --- a/src/IconSplitscreenLeftSharpFilled.tsx +++ b/src/IconSplitscreenLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenLeftSharpFilled as default } diff --git a/src/IconSplitscreenOutlined.tsx b/src/IconSplitscreenOutlined.tsx index d6a2010e6..50bc55f90 100644 --- a/src/IconSplitscreenOutlined.tsx +++ b/src/IconSplitscreenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenOutlined as default } diff --git a/src/IconSplitscreenOutlinedFilled.tsx b/src/IconSplitscreenOutlinedFilled.tsx index 679cae12d..929bab5d1 100644 --- a/src/IconSplitscreenOutlinedFilled.tsx +++ b/src/IconSplitscreenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenOutlinedFilled as default } diff --git a/src/IconSplitscreenPortraitOutlined.tsx b/src/IconSplitscreenPortraitOutlined.tsx index 76250d1d9..b9e894774 100644 --- a/src/IconSplitscreenPortraitOutlined.tsx +++ b/src/IconSplitscreenPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenPortraitOutlined as default } diff --git a/src/IconSplitscreenPortraitOutlinedFilled.tsx b/src/IconSplitscreenPortraitOutlinedFilled.tsx index 621d4ed70..360df97fc 100644 --- a/src/IconSplitscreenPortraitOutlinedFilled.tsx +++ b/src/IconSplitscreenPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitOutlinedFilled: React.FC = ({ +export const IconSplitscreenPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenPortraitOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenPortraitOutlinedFilled as default } diff --git a/src/IconSplitscreenPortraitRounded.tsx b/src/IconSplitscreenPortraitRounded.tsx index 2e3e1ebfe..c776278a4 100644 --- a/src/IconSplitscreenPortraitRounded.tsx +++ b/src/IconSplitscreenPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenPortraitRounded as default } diff --git a/src/IconSplitscreenPortraitRoundedFilled.tsx b/src/IconSplitscreenPortraitRoundedFilled.tsx index 7ca74c53c..5828cc2c5 100644 --- a/src/IconSplitscreenPortraitRoundedFilled.tsx +++ b/src/IconSplitscreenPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitRoundedFilled: React.FC = ({ +export const IconSplitscreenPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenPortraitRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenPortraitRoundedFilled as default } diff --git a/src/IconSplitscreenPortraitSharp.tsx b/src/IconSplitscreenPortraitSharp.tsx index 8fa6d7235..cb588fb1b 100644 --- a/src/IconSplitscreenPortraitSharp.tsx +++ b/src/IconSplitscreenPortraitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenPortraitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenPortraitSharp as default } diff --git a/src/IconSplitscreenPortraitSharpFilled.tsx b/src/IconSplitscreenPortraitSharpFilled.tsx index ffafdfb3f..07be6104a 100644 --- a/src/IconSplitscreenPortraitSharpFilled.tsx +++ b/src/IconSplitscreenPortraitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenPortraitSharpFilled: React.FC = ({ +export const IconSplitscreenPortraitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenPortraitSharpFilled: React.FC = ({ ) - -export { IconSplitscreenPortraitSharpFilled as default } diff --git a/src/IconSplitscreenRightOutlined.tsx b/src/IconSplitscreenRightOutlined.tsx index 0763b1713..4826d75fe 100644 --- a/src/IconSplitscreenRightOutlined.tsx +++ b/src/IconSplitscreenRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRightOutlined as default } diff --git a/src/IconSplitscreenRightOutlinedFilled.tsx b/src/IconSplitscreenRightOutlinedFilled.tsx index 0d82f4ac1..a6ce71d02 100644 --- a/src/IconSplitscreenRightOutlinedFilled.tsx +++ b/src/IconSplitscreenRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightOutlinedFilled: React.FC = ({ +export const IconSplitscreenRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenRightOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenRightOutlinedFilled as default } diff --git a/src/IconSplitscreenRightRounded.tsx b/src/IconSplitscreenRightRounded.tsx index adeba9d7d..93c253536 100644 --- a/src/IconSplitscreenRightRounded.tsx +++ b/src/IconSplitscreenRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRightRounded as default } diff --git a/src/IconSplitscreenRightRoundedFilled.tsx b/src/IconSplitscreenRightRoundedFilled.tsx index 09cd81b64..f9e0dd1b9 100644 --- a/src/IconSplitscreenRightRoundedFilled.tsx +++ b/src/IconSplitscreenRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightRoundedFilled: React.FC = ({ +export const IconSplitscreenRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenRightRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenRightRoundedFilled as default } diff --git a/src/IconSplitscreenRightSharp.tsx b/src/IconSplitscreenRightSharp.tsx index bc637c214..f3b26d967 100644 --- a/src/IconSplitscreenRightSharp.tsx +++ b/src/IconSplitscreenRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRightSharp as default } diff --git a/src/IconSplitscreenRightSharpFilled.tsx b/src/IconSplitscreenRightSharpFilled.tsx index 5f461f17c..8964bbd82 100644 --- a/src/IconSplitscreenRightSharpFilled.tsx +++ b/src/IconSplitscreenRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRightSharpFilled as default } diff --git a/src/IconSplitscreenRounded.tsx b/src/IconSplitscreenRounded.tsx index 55ecd307a..3147db487 100644 --- a/src/IconSplitscreenRounded.tsx +++ b/src/IconSplitscreenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRounded as default } diff --git a/src/IconSplitscreenRoundedFilled.tsx b/src/IconSplitscreenRoundedFilled.tsx index 079b680ae..803392822 100644 --- a/src/IconSplitscreenRoundedFilled.tsx +++ b/src/IconSplitscreenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenRoundedFilled as default } diff --git a/src/IconSplitscreenSharp.tsx b/src/IconSplitscreenSharp.tsx index f4ebe5377..32d2c5465 100644 --- a/src/IconSplitscreenSharp.tsx +++ b/src/IconSplitscreenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenSharp as default } diff --git a/src/IconSplitscreenSharpFilled.tsx b/src/IconSplitscreenSharpFilled.tsx index 0064e2533..08bf25ede 100644 --- a/src/IconSplitscreenSharpFilled.tsx +++ b/src/IconSplitscreenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenSharpFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenSharpFilled as default } diff --git a/src/IconSplitscreenTopOutlined.tsx b/src/IconSplitscreenTopOutlined.tsx index 73fe08580..f4759aaf6 100644 --- a/src/IconSplitscreenTopOutlined.tsx +++ b/src/IconSplitscreenTopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopOutlined: React.FC = ({ ...props }) => ( +export const IconSplitscreenTopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenTopOutlined as default } diff --git a/src/IconSplitscreenTopOutlinedFilled.tsx b/src/IconSplitscreenTopOutlinedFilled.tsx index 384b4c3a3..46877c6af 100644 --- a/src/IconSplitscreenTopOutlinedFilled.tsx +++ b/src/IconSplitscreenTopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopOutlinedFilled: React.FC = ({ +export const IconSplitscreenTopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenTopOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenTopOutlinedFilled as default } diff --git a/src/IconSplitscreenTopRounded.tsx b/src/IconSplitscreenTopRounded.tsx index 166927574..95affd220 100644 --- a/src/IconSplitscreenTopRounded.tsx +++ b/src/IconSplitscreenTopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopRounded: React.FC = ({ ...props }) => ( +export const IconSplitscreenTopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenTopRounded as default } diff --git a/src/IconSplitscreenTopRoundedFilled.tsx b/src/IconSplitscreenTopRoundedFilled.tsx index 723bb2f35..efc5f9a6e 100644 --- a/src/IconSplitscreenTopRoundedFilled.tsx +++ b/src/IconSplitscreenTopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenTopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenTopRoundedFilled as default } diff --git a/src/IconSplitscreenTopSharp.tsx b/src/IconSplitscreenTopSharp.tsx index 3fa3617ef..65e085919 100644 --- a/src/IconSplitscreenTopSharp.tsx +++ b/src/IconSplitscreenTopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenTopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSplitscreenTopSharp as default } diff --git a/src/IconSplitscreenTopSharpFilled.tsx b/src/IconSplitscreenTopSharpFilled.tsx index 3f309a3a1..6f73a6c87 100644 --- a/src/IconSplitscreenTopSharpFilled.tsx +++ b/src/IconSplitscreenTopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenTopSharpFilled: React.FC = ({ ...props }) => ( +export const IconSplitscreenTopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenTopSharpFilled as default } diff --git a/src/IconSplitscreenVerticalAddOutlined.tsx b/src/IconSplitscreenVerticalAddOutlined.tsx index c54de528a..95a235476 100644 --- a/src/IconSplitscreenVerticalAddOutlined.tsx +++ b/src/IconSplitscreenVerticalAddOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddOutlined: React.FC = ({ +export const IconSplitscreenVerticalAddOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenVerticalAddOutlined: React.FC = ({ ) - -export { IconSplitscreenVerticalAddOutlined as default } diff --git a/src/IconSplitscreenVerticalAddOutlinedFilled.tsx b/src/IconSplitscreenVerticalAddOutlinedFilled.tsx index 69b3ad6ab..6695a1b60 100644 --- a/src/IconSplitscreenVerticalAddOutlinedFilled.tsx +++ b/src/IconSplitscreenVerticalAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddOutlinedFilled: React.FC = ({ +export const IconSplitscreenVerticalAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenVerticalAddOutlinedFilled: React.FC = ({ ) - -export { IconSplitscreenVerticalAddOutlinedFilled as default } diff --git a/src/IconSplitscreenVerticalAddRounded.tsx b/src/IconSplitscreenVerticalAddRounded.tsx index 24bff96c9..f068c137f 100644 --- a/src/IconSplitscreenVerticalAddRounded.tsx +++ b/src/IconSplitscreenVerticalAddRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddRounded: React.FC = ({ +export const IconSplitscreenVerticalAddRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenVerticalAddRounded: React.FC = ({ ) - -export { IconSplitscreenVerticalAddRounded as default } diff --git a/src/IconSplitscreenVerticalAddRoundedFilled.tsx b/src/IconSplitscreenVerticalAddRoundedFilled.tsx index 6f637f5f1..578d6ed4d 100644 --- a/src/IconSplitscreenVerticalAddRoundedFilled.tsx +++ b/src/IconSplitscreenVerticalAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddRoundedFilled: React.FC = ({ +export const IconSplitscreenVerticalAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenVerticalAddRoundedFilled: React.FC = ({ ) - -export { IconSplitscreenVerticalAddRoundedFilled as default } diff --git a/src/IconSplitscreenVerticalAddSharp.tsx b/src/IconSplitscreenVerticalAddSharp.tsx index c1dc31ec7..c17cf0f1f 100644 --- a/src/IconSplitscreenVerticalAddSharp.tsx +++ b/src/IconSplitscreenVerticalAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddSharp: React.FC = ({ ...props }) => ( +export const IconSplitscreenVerticalAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSplitscreenVerticalAddSharp as default } diff --git a/src/IconSplitscreenVerticalAddSharpFilled.tsx b/src/IconSplitscreenVerticalAddSharpFilled.tsx index 738be848d..4ed548da2 100644 --- a/src/IconSplitscreenVerticalAddSharpFilled.tsx +++ b/src/IconSplitscreenVerticalAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSplitscreenVerticalAddSharpFilled: React.FC = ({ +export const IconSplitscreenVerticalAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSplitscreenVerticalAddSharpFilled: React.FC = ({ ) - -export { IconSplitscreenVerticalAddSharpFilled as default } diff --git a/src/IconSpo2Outlined.tsx b/src/IconSpo2Outlined.tsx index 9b24a1926..c9158887d 100644 --- a/src/IconSpo2Outlined.tsx +++ b/src/IconSpo2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2Outlined: React.FC = ({ ...props }) => ( +export const IconSpo2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2Outlined as default } diff --git a/src/IconSpo2OutlinedFilled.tsx b/src/IconSpo2OutlinedFilled.tsx index 5fb435727..470a0f891 100644 --- a/src/IconSpo2OutlinedFilled.tsx +++ b/src/IconSpo2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpo2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2OutlinedFilled as default } diff --git a/src/IconSpo2Rounded.tsx b/src/IconSpo2Rounded.tsx index 791f4cdc3..f18b88e13 100644 --- a/src/IconSpo2Rounded.tsx +++ b/src/IconSpo2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2Rounded: React.FC = ({ ...props }) => ( +export const IconSpo2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2Rounded as default } diff --git a/src/IconSpo2RoundedFilled.tsx b/src/IconSpo2RoundedFilled.tsx index ce6658dde..aad41ec30 100644 --- a/src/IconSpo2RoundedFilled.tsx +++ b/src/IconSpo2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpo2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2RoundedFilled as default } diff --git a/src/IconSpo2Sharp.tsx b/src/IconSpo2Sharp.tsx index 6c3c4c0e1..fcecf9ebe 100644 --- a/src/IconSpo2Sharp.tsx +++ b/src/IconSpo2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2Sharp: React.FC = ({ ...props }) => ( +export const IconSpo2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2Sharp as default } diff --git a/src/IconSpo2SharpFilled.tsx b/src/IconSpo2SharpFilled.tsx index 544c0943a..b6e20cbc2 100644 --- a/src/IconSpo2SharpFilled.tsx +++ b/src/IconSpo2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpo2SharpFilled: React.FC = ({ ...props }) => ( +export const IconSpo2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpo2SharpFilled as default } diff --git a/src/IconSpokeOutlined.tsx b/src/IconSpokeOutlined.tsx index 1c4471e25..6e8281380 100644 --- a/src/IconSpokeOutlined.tsx +++ b/src/IconSpokeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeOutlined: React.FC = ({ ...props }) => ( +export const IconSpokeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeOutlined as default } diff --git a/src/IconSpokeOutlinedFilled.tsx b/src/IconSpokeOutlinedFilled.tsx index 23f462fc8..7c4eeecda 100644 --- a/src/IconSpokeOutlinedFilled.tsx +++ b/src/IconSpokeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSpokeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeOutlinedFilled as default } diff --git a/src/IconSpokeRounded.tsx b/src/IconSpokeRounded.tsx index 773661218..8f9f3af62 100644 --- a/src/IconSpokeRounded.tsx +++ b/src/IconSpokeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeRounded: React.FC = ({ ...props }) => ( +export const IconSpokeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeRounded as default } diff --git a/src/IconSpokeRoundedFilled.tsx b/src/IconSpokeRoundedFilled.tsx index 59fc4b65b..12d0b57b9 100644 --- a/src/IconSpokeRoundedFilled.tsx +++ b/src/IconSpokeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSpokeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeRoundedFilled as default } diff --git a/src/IconSpokeSharp.tsx b/src/IconSpokeSharp.tsx index 79a51c66f..0df93f4a6 100644 --- a/src/IconSpokeSharp.tsx +++ b/src/IconSpokeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeSharp: React.FC = ({ ...props }) => ( +export const IconSpokeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeSharp as default } diff --git a/src/IconSpokeSharpFilled.tsx b/src/IconSpokeSharpFilled.tsx index e296146ab..a750f53be 100644 --- a/src/IconSpokeSharpFilled.tsx +++ b/src/IconSpokeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSpokeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSpokeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSpokeSharpFilled as default } diff --git a/src/IconSportsAndOutdoorsOutlined.tsx b/src/IconSportsAndOutdoorsOutlined.tsx index 19be10400..1a1c4bf24 100644 --- a/src/IconSportsAndOutdoorsOutlined.tsx +++ b/src/IconSportsAndOutdoorsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsAndOutdoorsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsAndOutdoorsOutlined as default } diff --git a/src/IconSportsAndOutdoorsOutlinedFilled.tsx b/src/IconSportsAndOutdoorsOutlinedFilled.tsx index f91556402..865a27577 100644 --- a/src/IconSportsAndOutdoorsOutlinedFilled.tsx +++ b/src/IconSportsAndOutdoorsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsOutlinedFilled: React.FC = ({ +export const IconSportsAndOutdoorsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsAndOutdoorsOutlinedFilled: React.FC = ({ ) - -export { IconSportsAndOutdoorsOutlinedFilled as default } diff --git a/src/IconSportsAndOutdoorsRounded.tsx b/src/IconSportsAndOutdoorsRounded.tsx index 8747c0ee9..8632800bf 100644 --- a/src/IconSportsAndOutdoorsRounded.tsx +++ b/src/IconSportsAndOutdoorsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsRounded: React.FC = ({ ...props }) => ( +export const IconSportsAndOutdoorsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsAndOutdoorsRounded as default } diff --git a/src/IconSportsAndOutdoorsRoundedFilled.tsx b/src/IconSportsAndOutdoorsRoundedFilled.tsx index fd8f2ae09..0908b7844 100644 --- a/src/IconSportsAndOutdoorsRoundedFilled.tsx +++ b/src/IconSportsAndOutdoorsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsRoundedFilled: React.FC = ({ +export const IconSportsAndOutdoorsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsAndOutdoorsRoundedFilled: React.FC = ({ ) - -export { IconSportsAndOutdoorsRoundedFilled as default } diff --git a/src/IconSportsAndOutdoorsSharp.tsx b/src/IconSportsAndOutdoorsSharp.tsx index b5e6c7333..b5dea6193 100644 --- a/src/IconSportsAndOutdoorsSharp.tsx +++ b/src/IconSportsAndOutdoorsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsSharp: React.FC = ({ ...props }) => ( +export const IconSportsAndOutdoorsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsAndOutdoorsSharp as default } diff --git a/src/IconSportsAndOutdoorsSharpFilled.tsx b/src/IconSportsAndOutdoorsSharpFilled.tsx index 5a1112953..615ee53f5 100644 --- a/src/IconSportsAndOutdoorsSharpFilled.tsx +++ b/src/IconSportsAndOutdoorsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsAndOutdoorsSharpFilled: React.FC = ({ +export const IconSportsAndOutdoorsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsAndOutdoorsSharpFilled: React.FC = ({ ) - -export { IconSportsAndOutdoorsSharpFilled as default } diff --git a/src/IconSportsBarOutlined.tsx b/src/IconSportsBarOutlined.tsx index 32be7b947..3165314f4 100644 --- a/src/IconSportsBarOutlined.tsx +++ b/src/IconSportsBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarOutlined: React.FC = ({ ...props }) => ( +export const IconSportsBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsBarOutlined as default } diff --git a/src/IconSportsBarOutlinedFilled.tsx b/src/IconSportsBarOutlinedFilled.tsx index 973b272f7..b99507fab 100644 --- a/src/IconSportsBarOutlinedFilled.tsx +++ b/src/IconSportsBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBarOutlinedFilled as default } diff --git a/src/IconSportsBarRounded.tsx b/src/IconSportsBarRounded.tsx index 274c197a9..96f4d629d 100644 --- a/src/IconSportsBarRounded.tsx +++ b/src/IconSportsBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarRounded: React.FC = ({ ...props }) => ( +export const IconSportsBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsBarRounded as default } diff --git a/src/IconSportsBarRoundedFilled.tsx b/src/IconSportsBarRoundedFilled.tsx index 08f767e30..cd9bd411f 100644 --- a/src/IconSportsBarRoundedFilled.tsx +++ b/src/IconSportsBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBarRoundedFilled as default } diff --git a/src/IconSportsBarSharp.tsx b/src/IconSportsBarSharp.tsx index 63396d4be..8ccc6edbc 100644 --- a/src/IconSportsBarSharp.tsx +++ b/src/IconSportsBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarSharp: React.FC = ({ ...props }) => ( +export const IconSportsBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsBarSharp as default } diff --git a/src/IconSportsBarSharpFilled.tsx b/src/IconSportsBarSharpFilled.tsx index 0918bb263..a0462e403 100644 --- a/src/IconSportsBarSharpFilled.tsx +++ b/src/IconSportsBarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsBarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsBarSharpFilled as default } diff --git a/src/IconSportsBaseballOutlined.tsx b/src/IconSportsBaseballOutlined.tsx index ac902dc2f..c4558df24 100644 --- a/src/IconSportsBaseballOutlined.tsx +++ b/src/IconSportsBaseballOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballOutlined: React.FC = ({ ...props }) => ( +export const IconSportsBaseballOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBaseballOutlined as default } diff --git a/src/IconSportsBaseballOutlinedFilled.tsx b/src/IconSportsBaseballOutlinedFilled.tsx index c44bcdcb5..54cfca9bb 100644 --- a/src/IconSportsBaseballOutlinedFilled.tsx +++ b/src/IconSportsBaseballOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballOutlinedFilled: React.FC = ({ +export const IconSportsBaseballOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsBaseballOutlinedFilled: React.FC = ({ ) - -export { IconSportsBaseballOutlinedFilled as default } diff --git a/src/IconSportsBaseballRounded.tsx b/src/IconSportsBaseballRounded.tsx index e613fa6f1..9d3dcc782 100644 --- a/src/IconSportsBaseballRounded.tsx +++ b/src/IconSportsBaseballRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballRounded: React.FC = ({ ...props }) => ( +export const IconSportsBaseballRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBaseballRounded as default } diff --git a/src/IconSportsBaseballRoundedFilled.tsx b/src/IconSportsBaseballRoundedFilled.tsx index 83a9c190a..c9f2bf8d4 100644 --- a/src/IconSportsBaseballRoundedFilled.tsx +++ b/src/IconSportsBaseballRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsBaseballRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBaseballRoundedFilled as default } diff --git a/src/IconSportsBaseballSharp.tsx b/src/IconSportsBaseballSharp.tsx index 31081488b..a1c5fc238 100644 --- a/src/IconSportsBaseballSharp.tsx +++ b/src/IconSportsBaseballSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballSharp: React.FC = ({ ...props }) => ( +export const IconSportsBaseballSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsBaseballSharp as default } diff --git a/src/IconSportsBaseballSharpFilled.tsx b/src/IconSportsBaseballSharpFilled.tsx index b4297e089..0bed4843c 100644 --- a/src/IconSportsBaseballSharpFilled.tsx +++ b/src/IconSportsBaseballSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBaseballSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsBaseballSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBaseballSharpFilled as default } diff --git a/src/IconSportsBasketballOutlined.tsx b/src/IconSportsBasketballOutlined.tsx index 3212908b5..3771c3d65 100644 --- a/src/IconSportsBasketballOutlined.tsx +++ b/src/IconSportsBasketballOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballOutlined: React.FC = ({ ...props }) => ( +export const IconSportsBasketballOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBasketballOutlined as default } diff --git a/src/IconSportsBasketballOutlinedFilled.tsx b/src/IconSportsBasketballOutlinedFilled.tsx index 33e720ca6..aa799b9b3 100644 --- a/src/IconSportsBasketballOutlinedFilled.tsx +++ b/src/IconSportsBasketballOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballOutlinedFilled: React.FC = ({ +export const IconSportsBasketballOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsBasketballOutlinedFilled: React.FC = ({ ) - -export { IconSportsBasketballOutlinedFilled as default } diff --git a/src/IconSportsBasketballRounded.tsx b/src/IconSportsBasketballRounded.tsx index da8e45dac..4669c7aad 100644 --- a/src/IconSportsBasketballRounded.tsx +++ b/src/IconSportsBasketballRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballRounded: React.FC = ({ ...props }) => ( +export const IconSportsBasketballRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBasketballRounded as default } diff --git a/src/IconSportsBasketballRoundedFilled.tsx b/src/IconSportsBasketballRoundedFilled.tsx index 4c26865c2..ede1d5fcb 100644 --- a/src/IconSportsBasketballRoundedFilled.tsx +++ b/src/IconSportsBasketballRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballRoundedFilled: React.FC = ({ +export const IconSportsBasketballRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsBasketballRoundedFilled: React.FC = ({ ) - -export { IconSportsBasketballRoundedFilled as default } diff --git a/src/IconSportsBasketballSharp.tsx b/src/IconSportsBasketballSharp.tsx index 6ad416342..f53726023 100644 --- a/src/IconSportsBasketballSharp.tsx +++ b/src/IconSportsBasketballSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballSharp: React.FC = ({ ...props }) => ( +export const IconSportsBasketballSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBasketballSharp as default } diff --git a/src/IconSportsBasketballSharpFilled.tsx b/src/IconSportsBasketballSharpFilled.tsx index 6a95cf83e..ecf5225f1 100644 --- a/src/IconSportsBasketballSharpFilled.tsx +++ b/src/IconSportsBasketballSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsBasketballSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsBasketballSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsBasketballSharpFilled as default } diff --git a/src/IconSportsCricketOutlined.tsx b/src/IconSportsCricketOutlined.tsx index b2f7d349d..647104b89 100644 --- a/src/IconSportsCricketOutlined.tsx +++ b/src/IconSportsCricketOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketOutlined: React.FC = ({ ...props }) => ( +export const IconSportsCricketOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsCricketOutlined as default } diff --git a/src/IconSportsCricketOutlinedFilled.tsx b/src/IconSportsCricketOutlinedFilled.tsx index 9e905c275..5064752e2 100644 --- a/src/IconSportsCricketOutlinedFilled.tsx +++ b/src/IconSportsCricketOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsCricketOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsCricketOutlinedFilled as default } diff --git a/src/IconSportsCricketRounded.tsx b/src/IconSportsCricketRounded.tsx index 304250bf4..9b89e037c 100644 --- a/src/IconSportsCricketRounded.tsx +++ b/src/IconSportsCricketRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketRounded: React.FC = ({ ...props }) => ( +export const IconSportsCricketRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsCricketRounded as default } diff --git a/src/IconSportsCricketRoundedFilled.tsx b/src/IconSportsCricketRoundedFilled.tsx index c532d3146..a8b4897d8 100644 --- a/src/IconSportsCricketRoundedFilled.tsx +++ b/src/IconSportsCricketRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsCricketRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsCricketRoundedFilled as default } diff --git a/src/IconSportsCricketSharp.tsx b/src/IconSportsCricketSharp.tsx index e8c23f31e..d7368773d 100644 --- a/src/IconSportsCricketSharp.tsx +++ b/src/IconSportsCricketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketSharp: React.FC = ({ ...props }) => ( +export const IconSportsCricketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsCricketSharp as default } diff --git a/src/IconSportsCricketSharpFilled.tsx b/src/IconSportsCricketSharpFilled.tsx index 50f520026..798df55c4 100644 --- a/src/IconSportsCricketSharpFilled.tsx +++ b/src/IconSportsCricketSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsCricketSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsCricketSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsCricketSharpFilled as default } diff --git a/src/IconSportsEsportsOutlined.tsx b/src/IconSportsEsportsOutlined.tsx index b4f7f0ce5..d4da88f95 100644 --- a/src/IconSportsEsportsOutlined.tsx +++ b/src/IconSportsEsportsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsEsportsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsOutlined as default } diff --git a/src/IconSportsEsportsOutlinedFilled.tsx b/src/IconSportsEsportsOutlinedFilled.tsx index 4a1520490..8b462175a 100644 --- a/src/IconSportsEsportsOutlinedFilled.tsx +++ b/src/IconSportsEsportsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsEsportsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsOutlinedFilled as default } diff --git a/src/IconSportsEsportsRounded.tsx b/src/IconSportsEsportsRounded.tsx index 5f17bdfab..69efb1300 100644 --- a/src/IconSportsEsportsRounded.tsx +++ b/src/IconSportsEsportsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsRounded: React.FC = ({ ...props }) => ( +export const IconSportsEsportsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsRounded as default } diff --git a/src/IconSportsEsportsRoundedFilled.tsx b/src/IconSportsEsportsRoundedFilled.tsx index 06a13daec..f4b849bbc 100644 --- a/src/IconSportsEsportsRoundedFilled.tsx +++ b/src/IconSportsEsportsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsEsportsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsRoundedFilled as default } diff --git a/src/IconSportsEsportsSharp.tsx b/src/IconSportsEsportsSharp.tsx index 6c0bc8c09..32802c81f 100644 --- a/src/IconSportsEsportsSharp.tsx +++ b/src/IconSportsEsportsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsSharp: React.FC = ({ ...props }) => ( +export const IconSportsEsportsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsSharp as default } diff --git a/src/IconSportsEsportsSharpFilled.tsx b/src/IconSportsEsportsSharpFilled.tsx index 0d7ea2779..5c241c7df 100644 --- a/src/IconSportsEsportsSharpFilled.tsx +++ b/src/IconSportsEsportsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsEsportsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsEsportsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsEsportsSharpFilled as default } diff --git a/src/IconSportsFootballOutlined.tsx b/src/IconSportsFootballOutlined.tsx index abeeaefa2..b313c8e10 100644 --- a/src/IconSportsFootballOutlined.tsx +++ b/src/IconSportsFootballOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballOutlined: React.FC = ({ ...props }) => ( +export const IconSportsFootballOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsFootballOutlined as default } diff --git a/src/IconSportsFootballOutlinedFilled.tsx b/src/IconSportsFootballOutlinedFilled.tsx index 2581ef836..0c753c756 100644 --- a/src/IconSportsFootballOutlinedFilled.tsx +++ b/src/IconSportsFootballOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballOutlinedFilled: React.FC = ({ +export const IconSportsFootballOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsFootballOutlinedFilled: React.FC = ({ ) - -export { IconSportsFootballOutlinedFilled as default } diff --git a/src/IconSportsFootballRounded.tsx b/src/IconSportsFootballRounded.tsx index b469722e4..cb9b25925 100644 --- a/src/IconSportsFootballRounded.tsx +++ b/src/IconSportsFootballRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballRounded: React.FC = ({ ...props }) => ( +export const IconSportsFootballRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsFootballRounded as default } diff --git a/src/IconSportsFootballRoundedFilled.tsx b/src/IconSportsFootballRoundedFilled.tsx index 91116cb59..6445c8053 100644 --- a/src/IconSportsFootballRoundedFilled.tsx +++ b/src/IconSportsFootballRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsFootballRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsFootballRoundedFilled as default } diff --git a/src/IconSportsFootballSharp.tsx b/src/IconSportsFootballSharp.tsx index 37f265073..939862e61 100644 --- a/src/IconSportsFootballSharp.tsx +++ b/src/IconSportsFootballSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballSharp: React.FC = ({ ...props }) => ( +export const IconSportsFootballSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsFootballSharp as default } diff --git a/src/IconSportsFootballSharpFilled.tsx b/src/IconSportsFootballSharpFilled.tsx index 8056abd8d..ae6a06908 100644 --- a/src/IconSportsFootballSharpFilled.tsx +++ b/src/IconSportsFootballSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsFootballSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsFootballSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsFootballSharpFilled as default } diff --git a/src/IconSportsGolfOutlined.tsx b/src/IconSportsGolfOutlined.tsx index f554624a8..cc974491c 100644 --- a/src/IconSportsGolfOutlined.tsx +++ b/src/IconSportsGolfOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfOutlined: React.FC = ({ ...props }) => ( +export const IconSportsGolfOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsGolfOutlined as default } diff --git a/src/IconSportsGolfOutlinedFilled.tsx b/src/IconSportsGolfOutlinedFilled.tsx index bce9312df..aedb0f313 100644 --- a/src/IconSportsGolfOutlinedFilled.tsx +++ b/src/IconSportsGolfOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsGolfOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGolfOutlinedFilled as default } diff --git a/src/IconSportsGolfRounded.tsx b/src/IconSportsGolfRounded.tsx index b3c722272..9c42c5a8b 100644 --- a/src/IconSportsGolfRounded.tsx +++ b/src/IconSportsGolfRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfRounded: React.FC = ({ ...props }) => ( +export const IconSportsGolfRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsGolfRounded as default } diff --git a/src/IconSportsGolfRoundedFilled.tsx b/src/IconSportsGolfRoundedFilled.tsx index e7b684132..2ea7fe2ef 100644 --- a/src/IconSportsGolfRoundedFilled.tsx +++ b/src/IconSportsGolfRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsGolfRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGolfRoundedFilled as default } diff --git a/src/IconSportsGolfSharp.tsx b/src/IconSportsGolfSharp.tsx index 23543ed85..1978a52ee 100644 --- a/src/IconSportsGolfSharp.tsx +++ b/src/IconSportsGolfSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfSharp: React.FC = ({ ...props }) => ( +export const IconSportsGolfSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsGolfSharp as default } diff --git a/src/IconSportsGolfSharpFilled.tsx b/src/IconSportsGolfSharpFilled.tsx index 23ecc5a9d..9034ca5a4 100644 --- a/src/IconSportsGolfSharpFilled.tsx +++ b/src/IconSportsGolfSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGolfSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsGolfSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGolfSharpFilled as default } diff --git a/src/IconSportsGymnasticsOutlined.tsx b/src/IconSportsGymnasticsOutlined.tsx index b20d4de82..1220bd98f 100644 --- a/src/IconSportsGymnasticsOutlined.tsx +++ b/src/IconSportsGymnasticsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsGymnasticsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGymnasticsOutlined as default } diff --git a/src/IconSportsGymnasticsOutlinedFilled.tsx b/src/IconSportsGymnasticsOutlinedFilled.tsx index dd2340961..b9dae11ad 100644 --- a/src/IconSportsGymnasticsOutlinedFilled.tsx +++ b/src/IconSportsGymnasticsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsOutlinedFilled: React.FC = ({ +export const IconSportsGymnasticsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsGymnasticsOutlinedFilled: React.FC = ({ ) - -export { IconSportsGymnasticsOutlinedFilled as default } diff --git a/src/IconSportsGymnasticsRounded.tsx b/src/IconSportsGymnasticsRounded.tsx index 5c81234c1..f02f07710 100644 --- a/src/IconSportsGymnasticsRounded.tsx +++ b/src/IconSportsGymnasticsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsRounded: React.FC = ({ ...props }) => ( +export const IconSportsGymnasticsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGymnasticsRounded as default } diff --git a/src/IconSportsGymnasticsRoundedFilled.tsx b/src/IconSportsGymnasticsRoundedFilled.tsx index 855b91046..c95fc6df3 100644 --- a/src/IconSportsGymnasticsRoundedFilled.tsx +++ b/src/IconSportsGymnasticsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsRoundedFilled: React.FC = ({ +export const IconSportsGymnasticsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsGymnasticsRoundedFilled: React.FC = ({ ) - -export { IconSportsGymnasticsRoundedFilled as default } diff --git a/src/IconSportsGymnasticsSharp.tsx b/src/IconSportsGymnasticsSharp.tsx index d000f6d42..c856156b4 100644 --- a/src/IconSportsGymnasticsSharp.tsx +++ b/src/IconSportsGymnasticsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsSharp: React.FC = ({ ...props }) => ( +export const IconSportsGymnasticsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGymnasticsSharp as default } diff --git a/src/IconSportsGymnasticsSharpFilled.tsx b/src/IconSportsGymnasticsSharpFilled.tsx index bbc20774c..9f149e71d 100644 --- a/src/IconSportsGymnasticsSharpFilled.tsx +++ b/src/IconSportsGymnasticsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsGymnasticsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsGymnasticsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsGymnasticsSharpFilled as default } diff --git a/src/IconSportsHandballOutlined.tsx b/src/IconSportsHandballOutlined.tsx index 7eb0df47e..3e951dc6c 100644 --- a/src/IconSportsHandballOutlined.tsx +++ b/src/IconSportsHandballOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballOutlined: React.FC = ({ ...props }) => ( +export const IconSportsHandballOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHandballOutlined as default } diff --git a/src/IconSportsHandballOutlinedFilled.tsx b/src/IconSportsHandballOutlinedFilled.tsx index 43ad0c4da..97c07c555 100644 --- a/src/IconSportsHandballOutlinedFilled.tsx +++ b/src/IconSportsHandballOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballOutlinedFilled: React.FC = ({ +export const IconSportsHandballOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsHandballOutlinedFilled: React.FC = ({ ) - -export { IconSportsHandballOutlinedFilled as default } diff --git a/src/IconSportsHandballRounded.tsx b/src/IconSportsHandballRounded.tsx index 55784ffbe..858002eb0 100644 --- a/src/IconSportsHandballRounded.tsx +++ b/src/IconSportsHandballRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballRounded: React.FC = ({ ...props }) => ( +export const IconSportsHandballRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHandballRounded as default } diff --git a/src/IconSportsHandballRoundedFilled.tsx b/src/IconSportsHandballRoundedFilled.tsx index e1bdbbc33..be0bfe3e3 100644 --- a/src/IconSportsHandballRoundedFilled.tsx +++ b/src/IconSportsHandballRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsHandballRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHandballRoundedFilled as default } diff --git a/src/IconSportsHandballSharp.tsx b/src/IconSportsHandballSharp.tsx index ffb1b3397..054141b2f 100644 --- a/src/IconSportsHandballSharp.tsx +++ b/src/IconSportsHandballSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballSharp: React.FC = ({ ...props }) => ( +export const IconSportsHandballSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsHandballSharp as default } diff --git a/src/IconSportsHandballSharpFilled.tsx b/src/IconSportsHandballSharpFilled.tsx index 4c93b8f62..6d6ac5b9e 100644 --- a/src/IconSportsHandballSharpFilled.tsx +++ b/src/IconSportsHandballSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHandballSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsHandballSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHandballSharpFilled as default } diff --git a/src/IconSportsHockeyOutlined.tsx b/src/IconSportsHockeyOutlined.tsx index 0a122f4a4..5cbc1c85c 100644 --- a/src/IconSportsHockeyOutlined.tsx +++ b/src/IconSportsHockeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeyOutlined: React.FC = ({ ...props }) => ( +export const IconSportsHockeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsHockeyOutlined as default } diff --git a/src/IconSportsHockeyOutlinedFilled.tsx b/src/IconSportsHockeyOutlinedFilled.tsx index ff63a9892..c6de1cfc3 100644 --- a/src/IconSportsHockeyOutlinedFilled.tsx +++ b/src/IconSportsHockeyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsHockeyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHockeyOutlinedFilled as default } diff --git a/src/IconSportsHockeyRounded.tsx b/src/IconSportsHockeyRounded.tsx index 65b8598d4..f87d11265 100644 --- a/src/IconSportsHockeyRounded.tsx +++ b/src/IconSportsHockeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeyRounded: React.FC = ({ ...props }) => ( +export const IconSportsHockeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsHockeyRounded as default } diff --git a/src/IconSportsHockeyRoundedFilled.tsx b/src/IconSportsHockeyRoundedFilled.tsx index 29d826bc4..283bb4984 100644 --- a/src/IconSportsHockeyRoundedFilled.tsx +++ b/src/IconSportsHockeyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsHockeyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHockeyRoundedFilled as default } diff --git a/src/IconSportsHockeySharp.tsx b/src/IconSportsHockeySharp.tsx index 17379b33a..f83d564df 100644 --- a/src/IconSportsHockeySharp.tsx +++ b/src/IconSportsHockeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeySharp: React.FC = ({ ...props }) => ( +export const IconSportsHockeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsHockeySharp as default } diff --git a/src/IconSportsHockeySharpFilled.tsx b/src/IconSportsHockeySharpFilled.tsx index 4964343e8..fe5a5b15f 100644 --- a/src/IconSportsHockeySharpFilled.tsx +++ b/src/IconSportsHockeySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsHockeySharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsHockeySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsHockeySharpFilled as default } diff --git a/src/IconSportsKabaddiOutlined.tsx b/src/IconSportsKabaddiOutlined.tsx index 2fe0a7bda..ab49856f3 100644 --- a/src/IconSportsKabaddiOutlined.tsx +++ b/src/IconSportsKabaddiOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiOutlined: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiOutlined as default } diff --git a/src/IconSportsKabaddiOutlinedFilled.tsx b/src/IconSportsKabaddiOutlinedFilled.tsx index 2d1d9e96b..311571612 100644 --- a/src/IconSportsKabaddiOutlinedFilled.tsx +++ b/src/IconSportsKabaddiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiOutlinedFilled as default } diff --git a/src/IconSportsKabaddiRounded.tsx b/src/IconSportsKabaddiRounded.tsx index 13aa0f9d8..a79b86214 100644 --- a/src/IconSportsKabaddiRounded.tsx +++ b/src/IconSportsKabaddiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiRounded: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiRounded as default } diff --git a/src/IconSportsKabaddiRoundedFilled.tsx b/src/IconSportsKabaddiRoundedFilled.tsx index 026ea9255..678d5d812 100644 --- a/src/IconSportsKabaddiRoundedFilled.tsx +++ b/src/IconSportsKabaddiRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiRoundedFilled as default } diff --git a/src/IconSportsKabaddiSharp.tsx b/src/IconSportsKabaddiSharp.tsx index 473a394f2..a52bac484 100644 --- a/src/IconSportsKabaddiSharp.tsx +++ b/src/IconSportsKabaddiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiSharp: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiSharp as default } diff --git a/src/IconSportsKabaddiSharpFilled.tsx b/src/IconSportsKabaddiSharpFilled.tsx index 88fbbdcdf..a98aa411f 100644 --- a/src/IconSportsKabaddiSharpFilled.tsx +++ b/src/IconSportsKabaddiSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsKabaddiSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsKabaddiSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsKabaddiSharpFilled as default } diff --git a/src/IconSportsMartialArtsOutlined.tsx b/src/IconSportsMartialArtsOutlined.tsx index eaca3b3b8..33a826098 100644 --- a/src/IconSportsMartialArtsOutlined.tsx +++ b/src/IconSportsMartialArtsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsMartialArtsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMartialArtsOutlined as default } diff --git a/src/IconSportsMartialArtsOutlinedFilled.tsx b/src/IconSportsMartialArtsOutlinedFilled.tsx index 8821918f2..b4f27ac85 100644 --- a/src/IconSportsMartialArtsOutlinedFilled.tsx +++ b/src/IconSportsMartialArtsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsOutlinedFilled: React.FC = ({ +export const IconSportsMartialArtsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMartialArtsOutlinedFilled: React.FC = ({ ) - -export { IconSportsMartialArtsOutlinedFilled as default } diff --git a/src/IconSportsMartialArtsRounded.tsx b/src/IconSportsMartialArtsRounded.tsx index 43bb9f00b..7157fe9a1 100644 --- a/src/IconSportsMartialArtsRounded.tsx +++ b/src/IconSportsMartialArtsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsRounded: React.FC = ({ ...props }) => ( +export const IconSportsMartialArtsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMartialArtsRounded as default } diff --git a/src/IconSportsMartialArtsRoundedFilled.tsx b/src/IconSportsMartialArtsRoundedFilled.tsx index df25a76e3..f5cbe305d 100644 --- a/src/IconSportsMartialArtsRoundedFilled.tsx +++ b/src/IconSportsMartialArtsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsRoundedFilled: React.FC = ({ +export const IconSportsMartialArtsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMartialArtsRoundedFilled: React.FC = ({ ) - -export { IconSportsMartialArtsRoundedFilled as default } diff --git a/src/IconSportsMartialArtsSharp.tsx b/src/IconSportsMartialArtsSharp.tsx index e38b1ad46..50f624ea8 100644 --- a/src/IconSportsMartialArtsSharp.tsx +++ b/src/IconSportsMartialArtsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsSharp: React.FC = ({ ...props }) => ( +export const IconSportsMartialArtsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMartialArtsSharp as default } diff --git a/src/IconSportsMartialArtsSharpFilled.tsx b/src/IconSportsMartialArtsSharpFilled.tsx index 2e0b49f47..b88b4e9a5 100644 --- a/src/IconSportsMartialArtsSharpFilled.tsx +++ b/src/IconSportsMartialArtsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMartialArtsSharpFilled: React.FC = ({ +export const IconSportsMartialArtsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMartialArtsSharpFilled: React.FC = ({ ) - -export { IconSportsMartialArtsSharpFilled as default } diff --git a/src/IconSportsMmaOutlined.tsx b/src/IconSportsMmaOutlined.tsx index dca9a89d4..a9662b9d4 100644 --- a/src/IconSportsMmaOutlined.tsx +++ b/src/IconSportsMmaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaOutlined: React.FC = ({ ...props }) => ( +export const IconSportsMmaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsMmaOutlined as default } diff --git a/src/IconSportsMmaOutlinedFilled.tsx b/src/IconSportsMmaOutlinedFilled.tsx index fbabc093a..9efe17f3f 100644 --- a/src/IconSportsMmaOutlinedFilled.tsx +++ b/src/IconSportsMmaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsMmaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMmaOutlinedFilled as default } diff --git a/src/IconSportsMmaRounded.tsx b/src/IconSportsMmaRounded.tsx index a5637b60b..98295f590 100644 --- a/src/IconSportsMmaRounded.tsx +++ b/src/IconSportsMmaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaRounded: React.FC = ({ ...props }) => ( +export const IconSportsMmaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsMmaRounded as default } diff --git a/src/IconSportsMmaRoundedFilled.tsx b/src/IconSportsMmaRoundedFilled.tsx index 6975cbd29..157c8aabc 100644 --- a/src/IconSportsMmaRoundedFilled.tsx +++ b/src/IconSportsMmaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsMmaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMmaRoundedFilled as default } diff --git a/src/IconSportsMmaSharp.tsx b/src/IconSportsMmaSharp.tsx index 50b769f14..c7b38cadb 100644 --- a/src/IconSportsMmaSharp.tsx +++ b/src/IconSportsMmaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaSharp: React.FC = ({ ...props }) => ( +export const IconSportsMmaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsMmaSharp as default } diff --git a/src/IconSportsMmaSharpFilled.tsx b/src/IconSportsMmaSharpFilled.tsx index 56c31483b..cac838eba 100644 --- a/src/IconSportsMmaSharpFilled.tsx +++ b/src/IconSportsMmaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMmaSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsMmaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsMmaSharpFilled as default } diff --git a/src/IconSportsMotorsportsOutlined.tsx b/src/IconSportsMotorsportsOutlined.tsx index 6f4259927..fe7498fa5 100644 --- a/src/IconSportsMotorsportsOutlined.tsx +++ b/src/IconSportsMotorsportsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsMotorsportsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMotorsportsOutlined as default } diff --git a/src/IconSportsMotorsportsOutlinedFilled.tsx b/src/IconSportsMotorsportsOutlinedFilled.tsx index 7ba77559d..397891cd6 100644 --- a/src/IconSportsMotorsportsOutlinedFilled.tsx +++ b/src/IconSportsMotorsportsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsOutlinedFilled: React.FC = ({ +export const IconSportsMotorsportsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMotorsportsOutlinedFilled: React.FC = ({ ) - -export { IconSportsMotorsportsOutlinedFilled as default } diff --git a/src/IconSportsMotorsportsRounded.tsx b/src/IconSportsMotorsportsRounded.tsx index 9e9d3df84..4bce35201 100644 --- a/src/IconSportsMotorsportsRounded.tsx +++ b/src/IconSportsMotorsportsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsRounded: React.FC = ({ ...props }) => ( +export const IconSportsMotorsportsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMotorsportsRounded as default } diff --git a/src/IconSportsMotorsportsRoundedFilled.tsx b/src/IconSportsMotorsportsRoundedFilled.tsx index 0b555854a..a77c0e574 100644 --- a/src/IconSportsMotorsportsRoundedFilled.tsx +++ b/src/IconSportsMotorsportsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsRoundedFilled: React.FC = ({ +export const IconSportsMotorsportsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMotorsportsRoundedFilled: React.FC = ({ ) - -export { IconSportsMotorsportsRoundedFilled as default } diff --git a/src/IconSportsMotorsportsSharp.tsx b/src/IconSportsMotorsportsSharp.tsx index 4460ab965..3721c9b74 100644 --- a/src/IconSportsMotorsportsSharp.tsx +++ b/src/IconSportsMotorsportsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsSharp: React.FC = ({ ...props }) => ( +export const IconSportsMotorsportsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsMotorsportsSharp as default } diff --git a/src/IconSportsMotorsportsSharpFilled.tsx b/src/IconSportsMotorsportsSharpFilled.tsx index c0d3d06d6..a3bf90200 100644 --- a/src/IconSportsMotorsportsSharpFilled.tsx +++ b/src/IconSportsMotorsportsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsMotorsportsSharpFilled: React.FC = ({ +export const IconSportsMotorsportsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsMotorsportsSharpFilled: React.FC = ({ ) - -export { IconSportsMotorsportsSharpFilled as default } diff --git a/src/IconSportsOutlined.tsx b/src/IconSportsOutlined.tsx index 0eec96ac1..dd00f95bf 100644 --- a/src/IconSportsOutlined.tsx +++ b/src/IconSportsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsOutlined: React.FC = ({ ...props }) => ( +export const IconSportsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsOutlined as default } diff --git a/src/IconSportsOutlinedFilled.tsx b/src/IconSportsOutlinedFilled.tsx index dfad86649..2feb1d488 100644 --- a/src/IconSportsOutlinedFilled.tsx +++ b/src/IconSportsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsOutlinedFilled as default } diff --git a/src/IconSportsRounded.tsx b/src/IconSportsRounded.tsx index 8dfea8b91..1ab777017 100644 --- a/src/IconSportsRounded.tsx +++ b/src/IconSportsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRounded: React.FC = ({ ...props }) => ( +export const IconSportsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsRounded as default } diff --git a/src/IconSportsRoundedFilled.tsx b/src/IconSportsRoundedFilled.tsx index ee77e2557..1241f025c 100644 --- a/src/IconSportsRoundedFilled.tsx +++ b/src/IconSportsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsRoundedFilled as default } diff --git a/src/IconSportsRugbyOutlined.tsx b/src/IconSportsRugbyOutlined.tsx index e7d5e894a..4f77ec831 100644 --- a/src/IconSportsRugbyOutlined.tsx +++ b/src/IconSportsRugbyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbyOutlined: React.FC = ({ ...props }) => ( +export const IconSportsRugbyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsRugbyOutlined as default } diff --git a/src/IconSportsRugbyOutlinedFilled.tsx b/src/IconSportsRugbyOutlinedFilled.tsx index 783ddddb4..4fa23ab0f 100644 --- a/src/IconSportsRugbyOutlinedFilled.tsx +++ b/src/IconSportsRugbyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsRugbyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsRugbyOutlinedFilled as default } diff --git a/src/IconSportsRugbyRounded.tsx b/src/IconSportsRugbyRounded.tsx index 7c3ceccc0..712c11551 100644 --- a/src/IconSportsRugbyRounded.tsx +++ b/src/IconSportsRugbyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbyRounded: React.FC = ({ ...props }) => ( +export const IconSportsRugbyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsRugbyRounded as default } diff --git a/src/IconSportsRugbyRoundedFilled.tsx b/src/IconSportsRugbyRoundedFilled.tsx index 68bc4b8bb..a2771c976 100644 --- a/src/IconSportsRugbyRoundedFilled.tsx +++ b/src/IconSportsRugbyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsRugbyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsRugbyRoundedFilled as default } diff --git a/src/IconSportsRugbySharp.tsx b/src/IconSportsRugbySharp.tsx index 3a12a8954..da896b0f8 100644 --- a/src/IconSportsRugbySharp.tsx +++ b/src/IconSportsRugbySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbySharp: React.FC = ({ ...props }) => ( +export const IconSportsRugbySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsRugbySharp as default } diff --git a/src/IconSportsRugbySharpFilled.tsx b/src/IconSportsRugbySharpFilled.tsx index 08b68893b..43304ad56 100644 --- a/src/IconSportsRugbySharpFilled.tsx +++ b/src/IconSportsRugbySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsRugbySharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsRugbySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsRugbySharpFilled as default } diff --git a/src/IconSportsScoreOutlined.tsx b/src/IconSportsScoreOutlined.tsx index 859e75ae8..6985fa6b9 100644 --- a/src/IconSportsScoreOutlined.tsx +++ b/src/IconSportsScoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreOutlined: React.FC = ({ ...props }) => ( +export const IconSportsScoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsScoreOutlined as default } diff --git a/src/IconSportsScoreOutlinedFilled.tsx b/src/IconSportsScoreOutlinedFilled.tsx index 9e5fd9901..3bc10dd38 100644 --- a/src/IconSportsScoreOutlinedFilled.tsx +++ b/src/IconSportsScoreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsScoreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsScoreOutlinedFilled as default } diff --git a/src/IconSportsScoreRounded.tsx b/src/IconSportsScoreRounded.tsx index 147c0cfa3..e1edfac30 100644 --- a/src/IconSportsScoreRounded.tsx +++ b/src/IconSportsScoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreRounded: React.FC = ({ ...props }) => ( +export const IconSportsScoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsScoreRounded as default } diff --git a/src/IconSportsScoreRoundedFilled.tsx b/src/IconSportsScoreRoundedFilled.tsx index dc5618bc8..54ff89cd3 100644 --- a/src/IconSportsScoreRoundedFilled.tsx +++ b/src/IconSportsScoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsScoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsScoreRoundedFilled as default } diff --git a/src/IconSportsScoreSharp.tsx b/src/IconSportsScoreSharp.tsx index aad0f8c0c..7d8cd1f14 100644 --- a/src/IconSportsScoreSharp.tsx +++ b/src/IconSportsScoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreSharp: React.FC = ({ ...props }) => ( +export const IconSportsScoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsScoreSharp as default } diff --git a/src/IconSportsScoreSharpFilled.tsx b/src/IconSportsScoreSharpFilled.tsx index ec30aea24..0d0523287 100644 --- a/src/IconSportsScoreSharpFilled.tsx +++ b/src/IconSportsScoreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsScoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsScoreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsScoreSharpFilled as default } diff --git a/src/IconSportsSharp.tsx b/src/IconSportsSharp.tsx index b1c01ec07..17ee6c02b 100644 --- a/src/IconSportsSharp.tsx +++ b/src/IconSportsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSharp: React.FC = ({ ...props }) => ( +export const IconSportsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsSharp as default } diff --git a/src/IconSportsSharpFilled.tsx b/src/IconSportsSharpFilled.tsx index 6d389b98b..d374e55eb 100644 --- a/src/IconSportsSharpFilled.tsx +++ b/src/IconSportsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsSharpFilled as default } diff --git a/src/IconSportsSoccerOutlined.tsx b/src/IconSportsSoccerOutlined.tsx index c0fd7097d..ee6e942c9 100644 --- a/src/IconSportsSoccerOutlined.tsx +++ b/src/IconSportsSoccerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerOutlined: React.FC = ({ ...props }) => ( +export const IconSportsSoccerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerOutlined as default } diff --git a/src/IconSportsSoccerOutlinedFilled.tsx b/src/IconSportsSoccerOutlinedFilled.tsx index bb5335913..cf5afadf8 100644 --- a/src/IconSportsSoccerOutlinedFilled.tsx +++ b/src/IconSportsSoccerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsSoccerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerOutlinedFilled as default } diff --git a/src/IconSportsSoccerRounded.tsx b/src/IconSportsSoccerRounded.tsx index b1da4db61..ad790312a 100644 --- a/src/IconSportsSoccerRounded.tsx +++ b/src/IconSportsSoccerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerRounded: React.FC = ({ ...props }) => ( +export const IconSportsSoccerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerRounded as default } diff --git a/src/IconSportsSoccerRoundedFilled.tsx b/src/IconSportsSoccerRoundedFilled.tsx index b1de5d87c..44f997166 100644 --- a/src/IconSportsSoccerRoundedFilled.tsx +++ b/src/IconSportsSoccerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsSoccerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerRoundedFilled as default } diff --git a/src/IconSportsSoccerSharp.tsx b/src/IconSportsSoccerSharp.tsx index c9c172bf0..68a3f6e1c 100644 --- a/src/IconSportsSoccerSharp.tsx +++ b/src/IconSportsSoccerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerSharp: React.FC = ({ ...props }) => ( +export const IconSportsSoccerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerSharp as default } diff --git a/src/IconSportsSoccerSharpFilled.tsx b/src/IconSportsSoccerSharpFilled.tsx index 9a598e72c..852f0e3f7 100644 --- a/src/IconSportsSoccerSharpFilled.tsx +++ b/src/IconSportsSoccerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsSoccerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsSoccerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsSoccerSharpFilled as default } diff --git a/src/IconSportsTennisOutlined.tsx b/src/IconSportsTennisOutlined.tsx index 41d3831a7..c760eb599 100644 --- a/src/IconSportsTennisOutlined.tsx +++ b/src/IconSportsTennisOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisOutlined: React.FC = ({ ...props }) => ( +export const IconSportsTennisOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsTennisOutlined as default } diff --git a/src/IconSportsTennisOutlinedFilled.tsx b/src/IconSportsTennisOutlinedFilled.tsx index 12c6415a0..a4247b36e 100644 --- a/src/IconSportsTennisOutlinedFilled.tsx +++ b/src/IconSportsTennisOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSportsTennisOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsTennisOutlinedFilled as default } diff --git a/src/IconSportsTennisRounded.tsx b/src/IconSportsTennisRounded.tsx index 87c9c6988..48a4a5dc3 100644 --- a/src/IconSportsTennisRounded.tsx +++ b/src/IconSportsTennisRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisRounded: React.FC = ({ ...props }) => ( +export const IconSportsTennisRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsTennisRounded as default } diff --git a/src/IconSportsTennisRoundedFilled.tsx b/src/IconSportsTennisRoundedFilled.tsx index 8f5e5afc6..972efa3c8 100644 --- a/src/IconSportsTennisRoundedFilled.tsx +++ b/src/IconSportsTennisRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSportsTennisRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsTennisRoundedFilled as default } diff --git a/src/IconSportsTennisSharp.tsx b/src/IconSportsTennisSharp.tsx index 17778b230..7921f66d2 100644 --- a/src/IconSportsTennisSharp.tsx +++ b/src/IconSportsTennisSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisSharp: React.FC = ({ ...props }) => ( +export const IconSportsTennisSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSportsTennisSharp as default } diff --git a/src/IconSportsTennisSharpFilled.tsx b/src/IconSportsTennisSharpFilled.tsx index 005c93c2c..5ad02d8c5 100644 --- a/src/IconSportsTennisSharpFilled.tsx +++ b/src/IconSportsTennisSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsTennisSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsTennisSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsTennisSharpFilled as default } diff --git a/src/IconSportsVolleyballOutlined.tsx b/src/IconSportsVolleyballOutlined.tsx index b0028bef1..e66c4784e 100644 --- a/src/IconSportsVolleyballOutlined.tsx +++ b/src/IconSportsVolleyballOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballOutlined: React.FC = ({ ...props }) => ( +export const IconSportsVolleyballOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsVolleyballOutlined as default } diff --git a/src/IconSportsVolleyballOutlinedFilled.tsx b/src/IconSportsVolleyballOutlinedFilled.tsx index a5b981d5e..a457753f7 100644 --- a/src/IconSportsVolleyballOutlinedFilled.tsx +++ b/src/IconSportsVolleyballOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballOutlinedFilled: React.FC = ({ +export const IconSportsVolleyballOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsVolleyballOutlinedFilled: React.FC = ({ ) - -export { IconSportsVolleyballOutlinedFilled as default } diff --git a/src/IconSportsVolleyballRounded.tsx b/src/IconSportsVolleyballRounded.tsx index d9a1c5d26..9b4d4a2aa 100644 --- a/src/IconSportsVolleyballRounded.tsx +++ b/src/IconSportsVolleyballRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballRounded: React.FC = ({ ...props }) => ( +export const IconSportsVolleyballRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsVolleyballRounded as default } diff --git a/src/IconSportsVolleyballRoundedFilled.tsx b/src/IconSportsVolleyballRoundedFilled.tsx index 1e63ed63f..ce7684eb6 100644 --- a/src/IconSportsVolleyballRoundedFilled.tsx +++ b/src/IconSportsVolleyballRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballRoundedFilled: React.FC = ({ +export const IconSportsVolleyballRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSportsVolleyballRoundedFilled: React.FC = ({ ) - -export { IconSportsVolleyballRoundedFilled as default } diff --git a/src/IconSportsVolleyballSharp.tsx b/src/IconSportsVolleyballSharp.tsx index 37d7ca6b4..32f3e3ba1 100644 --- a/src/IconSportsVolleyballSharp.tsx +++ b/src/IconSportsVolleyballSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballSharp: React.FC = ({ ...props }) => ( +export const IconSportsVolleyballSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsVolleyballSharp as default } diff --git a/src/IconSportsVolleyballSharpFilled.tsx b/src/IconSportsVolleyballSharpFilled.tsx index 9879452bf..f97299e23 100644 --- a/src/IconSportsVolleyballSharpFilled.tsx +++ b/src/IconSportsVolleyballSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSportsVolleyballSharpFilled: React.FC = ({ ...props }) => ( +export const IconSportsVolleyballSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSportsVolleyballSharpFilled as default } diff --git a/src/IconSprinklerOutlined.tsx b/src/IconSprinklerOutlined.tsx index 50a5fb7f2..0403e7588 100644 --- a/src/IconSprinklerOutlined.tsx +++ b/src/IconSprinklerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerOutlined: React.FC = ({ ...props }) => ( +export const IconSprinklerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprinklerOutlined as default } diff --git a/src/IconSprinklerOutlinedFilled.tsx b/src/IconSprinklerOutlinedFilled.tsx index ba543f1cf..e0f4f4fa3 100644 --- a/src/IconSprinklerOutlinedFilled.tsx +++ b/src/IconSprinklerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSprinklerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSprinklerOutlinedFilled as default } diff --git a/src/IconSprinklerRounded.tsx b/src/IconSprinklerRounded.tsx index 68845cf5b..12e60bb77 100644 --- a/src/IconSprinklerRounded.tsx +++ b/src/IconSprinklerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerRounded: React.FC = ({ ...props }) => ( +export const IconSprinklerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprinklerRounded as default } diff --git a/src/IconSprinklerRoundedFilled.tsx b/src/IconSprinklerRoundedFilled.tsx index 10a57e917..a92f72c17 100644 --- a/src/IconSprinklerRoundedFilled.tsx +++ b/src/IconSprinklerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSprinklerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSprinklerRoundedFilled as default } diff --git a/src/IconSprinklerSharp.tsx b/src/IconSprinklerSharp.tsx index f5ec91ce3..02dfca82b 100644 --- a/src/IconSprinklerSharp.tsx +++ b/src/IconSprinklerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerSharp: React.FC = ({ ...props }) => ( +export const IconSprinklerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprinklerSharp as default } diff --git a/src/IconSprinklerSharpFilled.tsx b/src/IconSprinklerSharpFilled.tsx index f0063187e..3fe412871 100644 --- a/src/IconSprinklerSharpFilled.tsx +++ b/src/IconSprinklerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprinklerSharpFilled: React.FC = ({ ...props }) => ( +export const IconSprinklerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprinklerSharpFilled as default } diff --git a/src/IconSprintOutlined.tsx b/src/IconSprintOutlined.tsx index ce0813b8d..6929bce19 100644 --- a/src/IconSprintOutlined.tsx +++ b/src/IconSprintOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintOutlined: React.FC = ({ ...props }) => ( +export const IconSprintOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintOutlined as default } diff --git a/src/IconSprintOutlinedFilled.tsx b/src/IconSprintOutlinedFilled.tsx index 3aef81148..9a214411f 100644 --- a/src/IconSprintOutlinedFilled.tsx +++ b/src/IconSprintOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSprintOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintOutlinedFilled as default } diff --git a/src/IconSprintRounded.tsx b/src/IconSprintRounded.tsx index e53164a50..f5048932d 100644 --- a/src/IconSprintRounded.tsx +++ b/src/IconSprintRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintRounded: React.FC = ({ ...props }) => ( +export const IconSprintRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintRounded as default } diff --git a/src/IconSprintRoundedFilled.tsx b/src/IconSprintRoundedFilled.tsx index 5dc1503e4..61a434a22 100644 --- a/src/IconSprintRoundedFilled.tsx +++ b/src/IconSprintRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSprintRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintRoundedFilled as default } diff --git a/src/IconSprintSharp.tsx b/src/IconSprintSharp.tsx index c15c17ca6..ad04a3c34 100644 --- a/src/IconSprintSharp.tsx +++ b/src/IconSprintSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintSharp: React.FC = ({ ...props }) => ( +export const IconSprintSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintSharp as default } diff --git a/src/IconSprintSharpFilled.tsx b/src/IconSprintSharpFilled.tsx index 488d71b49..b04f0db8f 100644 --- a/src/IconSprintSharpFilled.tsx +++ b/src/IconSprintSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSprintSharpFilled: React.FC = ({ ...props }) => ( +export const IconSprintSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSprintSharpFilled as default } diff --git a/src/IconSquareFootOutlined.tsx b/src/IconSquareFootOutlined.tsx index 3e94f2693..439e75aa5 100644 --- a/src/IconSquareFootOutlined.tsx +++ b/src/IconSquareFootOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootOutlined: React.FC = ({ ...props }) => ( +export const IconSquareFootOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareFootOutlined as default } diff --git a/src/IconSquareFootOutlinedFilled.tsx b/src/IconSquareFootOutlinedFilled.tsx index b0e59dc45..1bd196ef1 100644 --- a/src/IconSquareFootOutlinedFilled.tsx +++ b/src/IconSquareFootOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSquareFootOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSquareFootOutlinedFilled as default } diff --git a/src/IconSquareFootRounded.tsx b/src/IconSquareFootRounded.tsx index 1e6ed582b..d0dc442f8 100644 --- a/src/IconSquareFootRounded.tsx +++ b/src/IconSquareFootRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootRounded: React.FC = ({ ...props }) => ( +export const IconSquareFootRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareFootRounded as default } diff --git a/src/IconSquareFootRoundedFilled.tsx b/src/IconSquareFootRoundedFilled.tsx index e4a5bbc5c..67e7a1054 100644 --- a/src/IconSquareFootRoundedFilled.tsx +++ b/src/IconSquareFootRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSquareFootRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSquareFootRoundedFilled as default } diff --git a/src/IconSquareFootSharp.tsx b/src/IconSquareFootSharp.tsx index d6bbf726c..fbbd09757 100644 --- a/src/IconSquareFootSharp.tsx +++ b/src/IconSquareFootSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootSharp: React.FC = ({ ...props }) => ( +export const IconSquareFootSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareFootSharp as default } diff --git a/src/IconSquareFootSharpFilled.tsx b/src/IconSquareFootSharpFilled.tsx index 299e80401..66c0b2bdb 100644 --- a/src/IconSquareFootSharpFilled.tsx +++ b/src/IconSquareFootSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSquareFootSharpFilled: React.FC = ({ ...props }) => ( +export const IconSquareFootSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSquareFootSharpFilled as default } diff --git a/src/IconSquareOutlined.tsx b/src/IconSquareOutlined.tsx index 3167f1cc6..000542497 100644 --- a/src/IconSquareOutlined.tsx +++ b/src/IconSquareOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareOutlined: React.FC = ({ ...props }) => ( +export const IconSquareOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareOutlined as default } diff --git a/src/IconSquareOutlinedFilled.tsx b/src/IconSquareOutlinedFilled.tsx index b2c8d4a5d..dc8ca5825 100644 --- a/src/IconSquareOutlinedFilled.tsx +++ b/src/IconSquareOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSquareOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareOutlinedFilled as default } diff --git a/src/IconSquareRounded.tsx b/src/IconSquareRounded.tsx index e21eca9e1..a13320f83 100644 --- a/src/IconSquareRounded.tsx +++ b/src/IconSquareRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareRounded: React.FC = ({ ...props }) => ( +export const IconSquareRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareRounded as default } diff --git a/src/IconSquareRoundedFilled.tsx b/src/IconSquareRoundedFilled.tsx index cdd3c17d2..6f47ec9e9 100644 --- a/src/IconSquareRoundedFilled.tsx +++ b/src/IconSquareRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSquareRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareRoundedFilled as default } diff --git a/src/IconSquareSharp.tsx b/src/IconSquareSharp.tsx index 0415c43af..85c62501d 100644 --- a/src/IconSquareSharp.tsx +++ b/src/IconSquareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareSharp: React.FC = ({ ...props }) => ( +export const IconSquareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareSharp as default } diff --git a/src/IconSquareSharpFilled.tsx b/src/IconSquareSharpFilled.tsx index 2766606fc..a2d6d0113 100644 --- a/src/IconSquareSharpFilled.tsx +++ b/src/IconSquareSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSquareSharpFilled: React.FC = ({ ...props }) => ( +export const IconSquareSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSquareSharpFilled as default } diff --git a/src/IconSsidChartOutlined.tsx b/src/IconSsidChartOutlined.tsx index 26988202b..ca08c57d8 100644 --- a/src/IconSsidChartOutlined.tsx +++ b/src/IconSsidChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartOutlined: React.FC = ({ ...props }) => ( +export const IconSsidChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSsidChartOutlined as default } diff --git a/src/IconSsidChartOutlinedFilled.tsx b/src/IconSsidChartOutlinedFilled.tsx index ca021ef03..3931fb4e9 100644 --- a/src/IconSsidChartOutlinedFilled.tsx +++ b/src/IconSsidChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSsidChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSsidChartOutlinedFilled as default } diff --git a/src/IconSsidChartRounded.tsx b/src/IconSsidChartRounded.tsx index aa32f9451..e37adf9bd 100644 --- a/src/IconSsidChartRounded.tsx +++ b/src/IconSsidChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartRounded: React.FC = ({ ...props }) => ( +export const IconSsidChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSsidChartRounded as default } diff --git a/src/IconSsidChartRoundedFilled.tsx b/src/IconSsidChartRoundedFilled.tsx index 3c2be26c8..f85963178 100644 --- a/src/IconSsidChartRoundedFilled.tsx +++ b/src/IconSsidChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSsidChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSsidChartRoundedFilled as default } diff --git a/src/IconSsidChartSharp.tsx b/src/IconSsidChartSharp.tsx index 3977741c0..65f3535b2 100644 --- a/src/IconSsidChartSharp.tsx +++ b/src/IconSsidChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartSharp: React.FC = ({ ...props }) => ( +export const IconSsidChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSsidChartSharp as default } diff --git a/src/IconSsidChartSharpFilled.tsx b/src/IconSsidChartSharpFilled.tsx index 506729531..cd1006de1 100644 --- a/src/IconSsidChartSharpFilled.tsx +++ b/src/IconSsidChartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSsidChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconSsidChartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSsidChartSharpFilled as default } diff --git a/src/IconStackHexagonOutlined.tsx b/src/IconStackHexagonOutlined.tsx index af825c267..21079ea3a 100644 --- a/src/IconStackHexagonOutlined.tsx +++ b/src/IconStackHexagonOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonOutlined: React.FC = ({ ...props }) => ( +export const IconStackHexagonOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackHexagonOutlined as default } diff --git a/src/IconStackHexagonOutlinedFilled.tsx b/src/IconStackHexagonOutlinedFilled.tsx index 184a9b53a..df686fba4 100644 --- a/src/IconStackHexagonOutlinedFilled.tsx +++ b/src/IconStackHexagonOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackHexagonOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackHexagonOutlinedFilled as default } diff --git a/src/IconStackHexagonRounded.tsx b/src/IconStackHexagonRounded.tsx index b7787f5a8..acd3111d9 100644 --- a/src/IconStackHexagonRounded.tsx +++ b/src/IconStackHexagonRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonRounded: React.FC = ({ ...props }) => ( +export const IconStackHexagonRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackHexagonRounded as default } diff --git a/src/IconStackHexagonRoundedFilled.tsx b/src/IconStackHexagonRoundedFilled.tsx index 7b311ce2d..e8d1c3994 100644 --- a/src/IconStackHexagonRoundedFilled.tsx +++ b/src/IconStackHexagonRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackHexagonRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackHexagonRoundedFilled as default } diff --git a/src/IconStackHexagonSharp.tsx b/src/IconStackHexagonSharp.tsx index 7fcd296f2..9665c44cc 100644 --- a/src/IconStackHexagonSharp.tsx +++ b/src/IconStackHexagonSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonSharp: React.FC = ({ ...props }) => ( +export const IconStackHexagonSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackHexagonSharp as default } diff --git a/src/IconStackHexagonSharpFilled.tsx b/src/IconStackHexagonSharpFilled.tsx index 13de09786..b30ac5375 100644 --- a/src/IconStackHexagonSharpFilled.tsx +++ b/src/IconStackHexagonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackHexagonSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackHexagonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackHexagonSharpFilled as default } diff --git a/src/IconStackOffOutlined.tsx b/src/IconStackOffOutlined.tsx index 21a007994..ceaac5338 100644 --- a/src/IconStackOffOutlined.tsx +++ b/src/IconStackOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffOutlined: React.FC = ({ ...props }) => ( +export const IconStackOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOffOutlined as default } diff --git a/src/IconStackOffOutlinedFilled.tsx b/src/IconStackOffOutlinedFilled.tsx index 28187dcd1..eafc50152 100644 --- a/src/IconStackOffOutlinedFilled.tsx +++ b/src/IconStackOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackOffOutlinedFilled as default } diff --git a/src/IconStackOffRounded.tsx b/src/IconStackOffRounded.tsx index 104623973..689aef3fc 100644 --- a/src/IconStackOffRounded.tsx +++ b/src/IconStackOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffRounded: React.FC = ({ ...props }) => ( +export const IconStackOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOffRounded as default } diff --git a/src/IconStackOffRoundedFilled.tsx b/src/IconStackOffRoundedFilled.tsx index 314b74b34..f7672ad94 100644 --- a/src/IconStackOffRoundedFilled.tsx +++ b/src/IconStackOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackOffRoundedFilled as default } diff --git a/src/IconStackOffSharp.tsx b/src/IconStackOffSharp.tsx index e901a1253..b764f2662 100644 --- a/src/IconStackOffSharp.tsx +++ b/src/IconStackOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffSharp: React.FC = ({ ...props }) => ( +export const IconStackOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOffSharp as default } diff --git a/src/IconStackOffSharpFilled.tsx b/src/IconStackOffSharpFilled.tsx index eace6ead7..acc041b40 100644 --- a/src/IconStackOffSharpFilled.tsx +++ b/src/IconStackOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOffSharpFilled as default } diff --git a/src/IconStackOutlined.tsx b/src/IconStackOutlined.tsx index 44fe565f7..686d306e3 100644 --- a/src/IconStackOutlined.tsx +++ b/src/IconStackOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOutlined: React.FC = ({ ...props }) => ( +export const IconStackOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOutlined as default } diff --git a/src/IconStackOutlinedFilled.tsx b/src/IconStackOutlinedFilled.tsx index c8e9a44d9..8a42aa5cf 100644 --- a/src/IconStackOutlinedFilled.tsx +++ b/src/IconStackOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackOutlinedFilled as default } diff --git a/src/IconStackRounded.tsx b/src/IconStackRounded.tsx index b7d87bed8..7b0f21a62 100644 --- a/src/IconStackRounded.tsx +++ b/src/IconStackRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackRounded: React.FC = ({ ...props }) => ( +export const IconStackRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackRounded as default } diff --git a/src/IconStackRoundedFilled.tsx b/src/IconStackRoundedFilled.tsx index e5cccc293..0c5e931a3 100644 --- a/src/IconStackRoundedFilled.tsx +++ b/src/IconStackRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackRoundedFilled as default } diff --git a/src/IconStackSharp.tsx b/src/IconStackSharp.tsx index 3259da9fd..d51c56094 100644 --- a/src/IconStackSharp.tsx +++ b/src/IconStackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackSharp: React.FC = ({ ...props }) => ( +export const IconStackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackSharp as default } diff --git a/src/IconStackSharpFilled.tsx b/src/IconStackSharpFilled.tsx index 34149d477..fc7aa0fef 100644 --- a/src/IconStackSharpFilled.tsx +++ b/src/IconStackSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackSharpFilled as default } diff --git a/src/IconStackStarOutlined.tsx b/src/IconStackStarOutlined.tsx index 85866a0f1..59b2574df 100644 --- a/src/IconStackStarOutlined.tsx +++ b/src/IconStackStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarOutlined: React.FC = ({ ...props }) => ( +export const IconStackStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackStarOutlined as default } diff --git a/src/IconStackStarOutlinedFilled.tsx b/src/IconStackStarOutlinedFilled.tsx index 68fc2ecd2..4928450a9 100644 --- a/src/IconStackStarOutlinedFilled.tsx +++ b/src/IconStackStarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackStarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackStarOutlinedFilled as default } diff --git a/src/IconStackStarRounded.tsx b/src/IconStackStarRounded.tsx index 42b1e9549..90ef59b31 100644 --- a/src/IconStackStarRounded.tsx +++ b/src/IconStackStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarRounded: React.FC = ({ ...props }) => ( +export const IconStackStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackStarRounded as default } diff --git a/src/IconStackStarRoundedFilled.tsx b/src/IconStackStarRoundedFilled.tsx index 9142968d7..fc17c8842 100644 --- a/src/IconStackStarRoundedFilled.tsx +++ b/src/IconStackStarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackStarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackStarRoundedFilled as default } diff --git a/src/IconStackStarSharp.tsx b/src/IconStackStarSharp.tsx index 512ad6cf7..7fe519b17 100644 --- a/src/IconStackStarSharp.tsx +++ b/src/IconStackStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarSharp: React.FC = ({ ...props }) => ( +export const IconStackStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackStarSharp as default } diff --git a/src/IconStackStarSharpFilled.tsx b/src/IconStackStarSharpFilled.tsx index 0aa5b7919..cb74b06de 100644 --- a/src/IconStackStarSharpFilled.tsx +++ b/src/IconStackStarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackStarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackStarSharpFilled as default } diff --git a/src/IconStackedBarChartOutlined.tsx b/src/IconStackedBarChartOutlined.tsx index 28e13b076..35ce08c2b 100644 --- a/src/IconStackedBarChartOutlined.tsx +++ b/src/IconStackedBarChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartOutlined: React.FC = ({ ...props }) => ( +export const IconStackedBarChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedBarChartOutlined as default } diff --git a/src/IconStackedBarChartOutlinedFilled.tsx b/src/IconStackedBarChartOutlinedFilled.tsx index f6da857fa..1df9ccd79 100644 --- a/src/IconStackedBarChartOutlinedFilled.tsx +++ b/src/IconStackedBarChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartOutlinedFilled: React.FC = ({ +export const IconStackedBarChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStackedBarChartOutlinedFilled: React.FC = ({ ) - -export { IconStackedBarChartOutlinedFilled as default } diff --git a/src/IconStackedBarChartRounded.tsx b/src/IconStackedBarChartRounded.tsx index 64a85e3dd..04cc718c4 100644 --- a/src/IconStackedBarChartRounded.tsx +++ b/src/IconStackedBarChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartRounded: React.FC = ({ ...props }) => ( +export const IconStackedBarChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedBarChartRounded as default } diff --git a/src/IconStackedBarChartRoundedFilled.tsx b/src/IconStackedBarChartRoundedFilled.tsx index c62b25f4d..82139616c 100644 --- a/src/IconStackedBarChartRoundedFilled.tsx +++ b/src/IconStackedBarChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartRoundedFilled: React.FC = ({ +export const IconStackedBarChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStackedBarChartRoundedFilled: React.FC = ({ ) - -export { IconStackedBarChartRoundedFilled as default } diff --git a/src/IconStackedBarChartSharp.tsx b/src/IconStackedBarChartSharp.tsx index ae839d47f..aec4b32dc 100644 --- a/src/IconStackedBarChartSharp.tsx +++ b/src/IconStackedBarChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartSharp: React.FC = ({ ...props }) => ( +export const IconStackedBarChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedBarChartSharp as default } diff --git a/src/IconStackedBarChartSharpFilled.tsx b/src/IconStackedBarChartSharpFilled.tsx index a150f45a3..01815ab95 100644 --- a/src/IconStackedBarChartSharpFilled.tsx +++ b/src/IconStackedBarChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedBarChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackedBarChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedBarChartSharpFilled as default } diff --git a/src/IconStackedEmailOutlined.tsx b/src/IconStackedEmailOutlined.tsx index 1f480b3a0..7f224b84f 100644 --- a/src/IconStackedEmailOutlined.tsx +++ b/src/IconStackedEmailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailOutlined: React.FC = ({ ...props }) => ( +export const IconStackedEmailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedEmailOutlined as default } diff --git a/src/IconStackedEmailOutlinedFilled.tsx b/src/IconStackedEmailOutlinedFilled.tsx index 251a8058a..65bfd44e3 100644 --- a/src/IconStackedEmailOutlinedFilled.tsx +++ b/src/IconStackedEmailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackedEmailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedEmailOutlinedFilled as default } diff --git a/src/IconStackedEmailRounded.tsx b/src/IconStackedEmailRounded.tsx index 0eba1a871..7083b2b7f 100644 --- a/src/IconStackedEmailRounded.tsx +++ b/src/IconStackedEmailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailRounded: React.FC = ({ ...props }) => ( +export const IconStackedEmailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedEmailRounded as default } diff --git a/src/IconStackedEmailRoundedFilled.tsx b/src/IconStackedEmailRoundedFilled.tsx index b601e4f57..92496c9d8 100644 --- a/src/IconStackedEmailRoundedFilled.tsx +++ b/src/IconStackedEmailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackedEmailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedEmailRoundedFilled as default } diff --git a/src/IconStackedEmailSharp.tsx b/src/IconStackedEmailSharp.tsx index c0c55fb9d..71f57cdb7 100644 --- a/src/IconStackedEmailSharp.tsx +++ b/src/IconStackedEmailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailSharp: React.FC = ({ ...props }) => ( +export const IconStackedEmailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedEmailSharp as default } diff --git a/src/IconStackedEmailSharpFilled.tsx b/src/IconStackedEmailSharpFilled.tsx index 4b00f45d8..781763772 100644 --- a/src/IconStackedEmailSharpFilled.tsx +++ b/src/IconStackedEmailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedEmailSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackedEmailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedEmailSharpFilled as default } diff --git a/src/IconStackedInboxOutlined.tsx b/src/IconStackedInboxOutlined.tsx index 71031235c..b8a527a04 100644 --- a/src/IconStackedInboxOutlined.tsx +++ b/src/IconStackedInboxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxOutlined: React.FC = ({ ...props }) => ( +export const IconStackedInboxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedInboxOutlined as default } diff --git a/src/IconStackedInboxOutlinedFilled.tsx b/src/IconStackedInboxOutlinedFilled.tsx index 8a2c26e76..d193dab33 100644 --- a/src/IconStackedInboxOutlinedFilled.tsx +++ b/src/IconStackedInboxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStackedInboxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedInboxOutlinedFilled as default } diff --git a/src/IconStackedInboxRounded.tsx b/src/IconStackedInboxRounded.tsx index 69dd03500..e0d3eb95c 100644 --- a/src/IconStackedInboxRounded.tsx +++ b/src/IconStackedInboxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxRounded: React.FC = ({ ...props }) => ( +export const IconStackedInboxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedInboxRounded as default } diff --git a/src/IconStackedInboxRoundedFilled.tsx b/src/IconStackedInboxRoundedFilled.tsx index 89998705e..e5ff4e803 100644 --- a/src/IconStackedInboxRoundedFilled.tsx +++ b/src/IconStackedInboxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStackedInboxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedInboxRoundedFilled as default } diff --git a/src/IconStackedInboxSharp.tsx b/src/IconStackedInboxSharp.tsx index e3a7c7981..60ca5bf2a 100644 --- a/src/IconStackedInboxSharp.tsx +++ b/src/IconStackedInboxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxSharp: React.FC = ({ ...props }) => ( +export const IconStackedInboxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStackedInboxSharp as default } diff --git a/src/IconStackedInboxSharpFilled.tsx b/src/IconStackedInboxSharpFilled.tsx index 49ad28ccc..e356870d8 100644 --- a/src/IconStackedInboxSharpFilled.tsx +++ b/src/IconStackedInboxSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedInboxSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackedInboxSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedInboxSharpFilled as default } diff --git a/src/IconStackedLineChartOutlined.tsx b/src/IconStackedLineChartOutlined.tsx index e259be03f..7908fc1b0 100644 --- a/src/IconStackedLineChartOutlined.tsx +++ b/src/IconStackedLineChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartOutlined: React.FC = ({ ...props }) => ( +export const IconStackedLineChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedLineChartOutlined as default } diff --git a/src/IconStackedLineChartOutlinedFilled.tsx b/src/IconStackedLineChartOutlinedFilled.tsx index a9b7b3f2b..30d6caec6 100644 --- a/src/IconStackedLineChartOutlinedFilled.tsx +++ b/src/IconStackedLineChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartOutlinedFilled: React.FC = ({ +export const IconStackedLineChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStackedLineChartOutlinedFilled: React.FC = ({ ) - -export { IconStackedLineChartOutlinedFilled as default } diff --git a/src/IconStackedLineChartRounded.tsx b/src/IconStackedLineChartRounded.tsx index 6359581dc..7a8fb1381 100644 --- a/src/IconStackedLineChartRounded.tsx +++ b/src/IconStackedLineChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartRounded: React.FC = ({ ...props }) => ( +export const IconStackedLineChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedLineChartRounded as default } diff --git a/src/IconStackedLineChartRoundedFilled.tsx b/src/IconStackedLineChartRoundedFilled.tsx index a3f8e2d8c..d9c0e83bd 100644 --- a/src/IconStackedLineChartRoundedFilled.tsx +++ b/src/IconStackedLineChartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartRoundedFilled: React.FC = ({ +export const IconStackedLineChartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStackedLineChartRoundedFilled: React.FC = ({ ) - -export { IconStackedLineChartRoundedFilled as default } diff --git a/src/IconStackedLineChartSharp.tsx b/src/IconStackedLineChartSharp.tsx index 9625cbe4b..3bbb1ca9b 100644 --- a/src/IconStackedLineChartSharp.tsx +++ b/src/IconStackedLineChartSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartSharp: React.FC = ({ ...props }) => ( +export const IconStackedLineChartSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedLineChartSharp as default } diff --git a/src/IconStackedLineChartSharpFilled.tsx b/src/IconStackedLineChartSharpFilled.tsx index 63b2ac1bf..c24119e19 100644 --- a/src/IconStackedLineChartSharpFilled.tsx +++ b/src/IconStackedLineChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStackedLineChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconStackedLineChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStackedLineChartSharpFilled as default } diff --git a/src/IconStacksOutlined.tsx b/src/IconStacksOutlined.tsx index 910d9f5c4..89b158d14 100644 --- a/src/IconStacksOutlined.tsx +++ b/src/IconStacksOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksOutlined: React.FC = ({ ...props }) => ( +export const IconStacksOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksOutlined as default } diff --git a/src/IconStacksOutlinedFilled.tsx b/src/IconStacksOutlinedFilled.tsx index d65e7bf01..735e153f3 100644 --- a/src/IconStacksOutlinedFilled.tsx +++ b/src/IconStacksOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStacksOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksOutlinedFilled as default } diff --git a/src/IconStacksRounded.tsx b/src/IconStacksRounded.tsx index cb96dbf09..dcc539d3d 100644 --- a/src/IconStacksRounded.tsx +++ b/src/IconStacksRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksRounded: React.FC = ({ ...props }) => ( +export const IconStacksRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksRounded as default } diff --git a/src/IconStacksRoundedFilled.tsx b/src/IconStacksRoundedFilled.tsx index e98b15a87..dcef2c7db 100644 --- a/src/IconStacksRoundedFilled.tsx +++ b/src/IconStacksRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStacksRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksRoundedFilled as default } diff --git a/src/IconStacksSharp.tsx b/src/IconStacksSharp.tsx index b7203a448..730587e75 100644 --- a/src/IconStacksSharp.tsx +++ b/src/IconStacksSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksSharp: React.FC = ({ ...props }) => ( +export const IconStacksSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksSharp as default } diff --git a/src/IconStacksSharpFilled.tsx b/src/IconStacksSharpFilled.tsx index 9b30dfa07..4d4bb4a92 100644 --- a/src/IconStacksSharpFilled.tsx +++ b/src/IconStacksSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStacksSharpFilled: React.FC = ({ ...props }) => ( +export const IconStacksSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStacksSharpFilled as default } diff --git a/src/IconStadiaControllerOutlined.tsx b/src/IconStadiaControllerOutlined.tsx index cc12a5dac..cfb08b5fc 100644 --- a/src/IconStadiaControllerOutlined.tsx +++ b/src/IconStadiaControllerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerOutlined: React.FC = ({ ...props }) => ( +export const IconStadiaControllerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStadiaControllerOutlined as default } diff --git a/src/IconStadiaControllerOutlinedFilled.tsx b/src/IconStadiaControllerOutlinedFilled.tsx index 6bb0db9d0..86904feb6 100644 --- a/src/IconStadiaControllerOutlinedFilled.tsx +++ b/src/IconStadiaControllerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerOutlinedFilled: React.FC = ({ +export const IconStadiaControllerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStadiaControllerOutlinedFilled: React.FC = ({ ) - -export { IconStadiaControllerOutlinedFilled as default } diff --git a/src/IconStadiaControllerRounded.tsx b/src/IconStadiaControllerRounded.tsx index 453edc200..7c363b1cc 100644 --- a/src/IconStadiaControllerRounded.tsx +++ b/src/IconStadiaControllerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerRounded: React.FC = ({ ...props }) => ( +export const IconStadiaControllerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStadiaControllerRounded as default } diff --git a/src/IconStadiaControllerRoundedFilled.tsx b/src/IconStadiaControllerRoundedFilled.tsx index bd2bc2538..fa8b1e702 100644 --- a/src/IconStadiaControllerRoundedFilled.tsx +++ b/src/IconStadiaControllerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerRoundedFilled: React.FC = ({ +export const IconStadiaControllerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStadiaControllerRoundedFilled: React.FC = ({ ) - -export { IconStadiaControllerRoundedFilled as default } diff --git a/src/IconStadiaControllerSharp.tsx b/src/IconStadiaControllerSharp.tsx index 9981cc278..8615890e0 100644 --- a/src/IconStadiaControllerSharp.tsx +++ b/src/IconStadiaControllerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerSharp: React.FC = ({ ...props }) => ( +export const IconStadiaControllerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStadiaControllerSharp as default } diff --git a/src/IconStadiaControllerSharpFilled.tsx b/src/IconStadiaControllerSharpFilled.tsx index 888818c7c..a4a302ce8 100644 --- a/src/IconStadiaControllerSharpFilled.tsx +++ b/src/IconStadiaControllerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStadiaControllerSharpFilled: React.FC = ({ ...props }) => ( +export const IconStadiaControllerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStadiaControllerSharpFilled as default } diff --git a/src/IconStadiumOutlined.tsx b/src/IconStadiumOutlined.tsx index 4f010b70d..1b41fae05 100644 --- a/src/IconStadiumOutlined.tsx +++ b/src/IconStadiumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumOutlined: React.FC = ({ ...props }) => ( +export const IconStadiumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStadiumOutlined as default } diff --git a/src/IconStadiumOutlinedFilled.tsx b/src/IconStadiumOutlinedFilled.tsx index ab14c8786..142d0f530 100644 --- a/src/IconStadiumOutlinedFilled.tsx +++ b/src/IconStadiumOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStadiumOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStadiumOutlinedFilled as default } diff --git a/src/IconStadiumRounded.tsx b/src/IconStadiumRounded.tsx index aa42b01e3..3a7e64cf8 100644 --- a/src/IconStadiumRounded.tsx +++ b/src/IconStadiumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumRounded: React.FC = ({ ...props }) => ( +export const IconStadiumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStadiumRounded as default } diff --git a/src/IconStadiumRoundedFilled.tsx b/src/IconStadiumRoundedFilled.tsx index 1f9843a5e..d235fb8c4 100644 --- a/src/IconStadiumRoundedFilled.tsx +++ b/src/IconStadiumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStadiumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStadiumRoundedFilled as default } diff --git a/src/IconStadiumSharp.tsx b/src/IconStadiumSharp.tsx index 09d7a910e..1965272e4 100644 --- a/src/IconStadiumSharp.tsx +++ b/src/IconStadiumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumSharp: React.FC = ({ ...props }) => ( +export const IconStadiumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStadiumSharp as default } diff --git a/src/IconStadiumSharpFilled.tsx b/src/IconStadiumSharpFilled.tsx index 068e6d9cf..623acdc04 100644 --- a/src/IconStadiumSharpFilled.tsx +++ b/src/IconStadiumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStadiumSharpFilled: React.FC = ({ ...props }) => ( +export const IconStadiumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStadiumSharpFilled as default } diff --git a/src/IconStairs2Outlined.tsx b/src/IconStairs2Outlined.tsx index 0110f6ba9..22fb6393b 100644 --- a/src/IconStairs2Outlined.tsx +++ b/src/IconStairs2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2Outlined: React.FC = ({ ...props }) => ( +export const IconStairs2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairs2Outlined as default } diff --git a/src/IconStairs2OutlinedFilled.tsx b/src/IconStairs2OutlinedFilled.tsx index 7a8fe0773..e2ce38526 100644 --- a/src/IconStairs2OutlinedFilled.tsx +++ b/src/IconStairs2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStairs2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStairs2OutlinedFilled as default } diff --git a/src/IconStairs2Rounded.tsx b/src/IconStairs2Rounded.tsx index 518c07677..89d1404bd 100644 --- a/src/IconStairs2Rounded.tsx +++ b/src/IconStairs2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2Rounded: React.FC = ({ ...props }) => ( +export const IconStairs2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairs2Rounded as default } diff --git a/src/IconStairs2RoundedFilled.tsx b/src/IconStairs2RoundedFilled.tsx index 5636b47cb..8f18200c8 100644 --- a/src/IconStairs2RoundedFilled.tsx +++ b/src/IconStairs2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStairs2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairs2RoundedFilled as default } diff --git a/src/IconStairs2Sharp.tsx b/src/IconStairs2Sharp.tsx index 63d66d37e..78d55f235 100644 --- a/src/IconStairs2Sharp.tsx +++ b/src/IconStairs2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2Sharp: React.FC = ({ ...props }) => ( +export const IconStairs2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairs2Sharp as default } diff --git a/src/IconStairs2SharpFilled.tsx b/src/IconStairs2SharpFilled.tsx index 41d266010..7f673bf37 100644 --- a/src/IconStairs2SharpFilled.tsx +++ b/src/IconStairs2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairs2SharpFilled: React.FC = ({ ...props }) => ( +export const IconStairs2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairs2SharpFilled as default } diff --git a/src/IconStairsOutlined.tsx b/src/IconStairsOutlined.tsx index a463eaf61..29b1f9d24 100644 --- a/src/IconStairsOutlined.tsx +++ b/src/IconStairsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsOutlined: React.FC = ({ ...props }) => ( +export const IconStairsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsOutlined as default } diff --git a/src/IconStairsOutlinedFilled.tsx b/src/IconStairsOutlinedFilled.tsx index 2b907dc8c..390a058b4 100644 --- a/src/IconStairsOutlinedFilled.tsx +++ b/src/IconStairsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStairsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsOutlinedFilled as default } diff --git a/src/IconStairsRounded.tsx b/src/IconStairsRounded.tsx index d404ebe89..f3d456caf 100644 --- a/src/IconStairsRounded.tsx +++ b/src/IconStairsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsRounded: React.FC = ({ ...props }) => ( +export const IconStairsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsRounded as default } diff --git a/src/IconStairsRoundedFilled.tsx b/src/IconStairsRoundedFilled.tsx index 6f366baaf..58180608b 100644 --- a/src/IconStairsRoundedFilled.tsx +++ b/src/IconStairsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStairsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsRoundedFilled as default } diff --git a/src/IconStairsSharp.tsx b/src/IconStairsSharp.tsx index 8f31ceed4..93db69950 100644 --- a/src/IconStairsSharp.tsx +++ b/src/IconStairsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsSharp: React.FC = ({ ...props }) => ( +export const IconStairsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsSharp as default } diff --git a/src/IconStairsSharpFilled.tsx b/src/IconStairsSharpFilled.tsx index e93acccbc..9f2994ba2 100644 --- a/src/IconStairsSharpFilled.tsx +++ b/src/IconStairsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStairsSharpFilled: React.FC = ({ ...props }) => ( +export const IconStairsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStairsSharpFilled as default } diff --git a/src/IconStarHalfOutlined.tsx b/src/IconStarHalfOutlined.tsx index d96e4416f..3f4c3a051 100644 --- a/src/IconStarHalfOutlined.tsx +++ b/src/IconStarHalfOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfOutlined: React.FC = ({ ...props }) => ( +export const IconStarHalfOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarHalfOutlined as default } diff --git a/src/IconStarHalfOutlinedFilled.tsx b/src/IconStarHalfOutlinedFilled.tsx index fa34c3d80..80400b4c9 100644 --- a/src/IconStarHalfOutlinedFilled.tsx +++ b/src/IconStarHalfOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStarHalfOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarHalfOutlinedFilled as default } diff --git a/src/IconStarHalfRounded.tsx b/src/IconStarHalfRounded.tsx index adf27d84e..194169664 100644 --- a/src/IconStarHalfRounded.tsx +++ b/src/IconStarHalfRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfRounded: React.FC = ({ ...props }) => ( +export const IconStarHalfRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarHalfRounded as default } diff --git a/src/IconStarHalfRoundedFilled.tsx b/src/IconStarHalfRoundedFilled.tsx index 68af70b08..74c717c24 100644 --- a/src/IconStarHalfRoundedFilled.tsx +++ b/src/IconStarHalfRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStarHalfRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarHalfRoundedFilled as default } diff --git a/src/IconStarHalfSharp.tsx b/src/IconStarHalfSharp.tsx index 1254dc5ef..f1be6a694 100644 --- a/src/IconStarHalfSharp.tsx +++ b/src/IconStarHalfSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfSharp: React.FC = ({ ...props }) => ( +export const IconStarHalfSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarHalfSharp as default } diff --git a/src/IconStarHalfSharpFilled.tsx b/src/IconStarHalfSharpFilled.tsx index 4cb27f02b..839ca3666 100644 --- a/src/IconStarHalfSharpFilled.tsx +++ b/src/IconStarHalfSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarHalfSharpFilled: React.FC = ({ ...props }) => ( +export const IconStarHalfSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarHalfSharpFilled as default } diff --git a/src/IconStarOutlined.tsx b/src/IconStarOutlined.tsx index cf1ce6f31..5bbcd80ec 100644 --- a/src/IconStarOutlined.tsx +++ b/src/IconStarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarOutlined: React.FC = ({ ...props }) => ( +export const IconStarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarOutlined as default } diff --git a/src/IconStarOutlinedFilled.tsx b/src/IconStarOutlinedFilled.tsx index f5639491f..b3417148d 100644 --- a/src/IconStarOutlinedFilled.tsx +++ b/src/IconStarOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStarOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarOutlinedFilled as default } diff --git a/src/IconStarRateHalfOutlined.tsx b/src/IconStarRateHalfOutlined.tsx index 151211c6b..cff71e5f7 100644 --- a/src/IconStarRateHalfOutlined.tsx +++ b/src/IconStarRateHalfOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfOutlined: React.FC = ({ ...props }) => ( +export const IconStarRateHalfOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfOutlined as default } diff --git a/src/IconStarRateHalfOutlinedFilled.tsx b/src/IconStarRateHalfOutlinedFilled.tsx index 736821e37..4e8a09602 100644 --- a/src/IconStarRateHalfOutlinedFilled.tsx +++ b/src/IconStarRateHalfOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStarRateHalfOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfOutlinedFilled as default } diff --git a/src/IconStarRateHalfRounded.tsx b/src/IconStarRateHalfRounded.tsx index c63ef6712..8bc731d34 100644 --- a/src/IconStarRateHalfRounded.tsx +++ b/src/IconStarRateHalfRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfRounded: React.FC = ({ ...props }) => ( +export const IconStarRateHalfRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfRounded as default } diff --git a/src/IconStarRateHalfRoundedFilled.tsx b/src/IconStarRateHalfRoundedFilled.tsx index 01a5591ef..fb8d21437 100644 --- a/src/IconStarRateHalfRoundedFilled.tsx +++ b/src/IconStarRateHalfRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStarRateHalfRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfRoundedFilled as default } diff --git a/src/IconStarRateHalfSharp.tsx b/src/IconStarRateHalfSharp.tsx index b3ef2468e..b146cc2df 100644 --- a/src/IconStarRateHalfSharp.tsx +++ b/src/IconStarRateHalfSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfSharp: React.FC = ({ ...props }) => ( +export const IconStarRateHalfSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfSharp as default } diff --git a/src/IconStarRateHalfSharpFilled.tsx b/src/IconStarRateHalfSharpFilled.tsx index efb43a25a..765a69880 100644 --- a/src/IconStarRateHalfSharpFilled.tsx +++ b/src/IconStarRateHalfSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateHalfSharpFilled: React.FC = ({ ...props }) => ( +export const IconStarRateHalfSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarRateHalfSharpFilled as default } diff --git a/src/IconStarRateOutlined.tsx b/src/IconStarRateOutlined.tsx index c5d3ab216..28d14a61a 100644 --- a/src/IconStarRateOutlined.tsx +++ b/src/IconStarRateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateOutlined: React.FC = ({ ...props }) => ( +export const IconStarRateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateOutlined as default } diff --git a/src/IconStarRateOutlinedFilled.tsx b/src/IconStarRateOutlinedFilled.tsx index eead0d37e..8933a1d17 100644 --- a/src/IconStarRateOutlinedFilled.tsx +++ b/src/IconStarRateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStarRateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarRateOutlinedFilled as default } diff --git a/src/IconStarRateRounded.tsx b/src/IconStarRateRounded.tsx index 5df78bdce..6bb365927 100644 --- a/src/IconStarRateRounded.tsx +++ b/src/IconStarRateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateRounded: React.FC = ({ ...props }) => ( +export const IconStarRateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateRounded as default } diff --git a/src/IconStarRateRoundedFilled.tsx b/src/IconStarRateRoundedFilled.tsx index 12652328c..34b132da0 100644 --- a/src/IconStarRateRoundedFilled.tsx +++ b/src/IconStarRateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStarRateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStarRateRoundedFilled as default } diff --git a/src/IconStarRateSharp.tsx b/src/IconStarRateSharp.tsx index c70841850..e8afc609c 100644 --- a/src/IconStarRateSharp.tsx +++ b/src/IconStarRateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateSharp: React.FC = ({ ...props }) => ( +export const IconStarRateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateSharp as default } diff --git a/src/IconStarRateSharpFilled.tsx b/src/IconStarRateSharpFilled.tsx index 794c948cf..ace964bac 100644 --- a/src/IconStarRateSharpFilled.tsx +++ b/src/IconStarRateSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRateSharpFilled: React.FC = ({ ...props }) => ( +export const IconStarRateSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRateSharpFilled as default } diff --git a/src/IconStarRounded.tsx b/src/IconStarRounded.tsx index 933b663d3..fbc99cf0a 100644 --- a/src/IconStarRounded.tsx +++ b/src/IconStarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRounded: React.FC = ({ ...props }) => ( +export const IconStarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRounded as default } diff --git a/src/IconStarRoundedFilled.tsx b/src/IconStarRoundedFilled.tsx index 7a1fae22f..81fcf1ac3 100644 --- a/src/IconStarRoundedFilled.tsx +++ b/src/IconStarRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStarRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarRoundedFilled as default } diff --git a/src/IconStarSharp.tsx b/src/IconStarSharp.tsx index 6481fcfcc..1e111a733 100644 --- a/src/IconStarSharp.tsx +++ b/src/IconStarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarSharp: React.FC = ({ ...props }) => ( +export const IconStarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarSharp as default } diff --git a/src/IconStarSharpFilled.tsx b/src/IconStarSharpFilled.tsx index f11075240..f1008b834 100644 --- a/src/IconStarSharpFilled.tsx +++ b/src/IconStarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarSharpFilled: React.FC = ({ ...props }) => ( +export const IconStarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarSharpFilled as default } diff --git a/src/IconStarsOutlined.tsx b/src/IconStarsOutlined.tsx index 95d890e05..9439e9ed0 100644 --- a/src/IconStarsOutlined.tsx +++ b/src/IconStarsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsOutlined: React.FC = ({ ...props }) => ( +export const IconStarsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsOutlined as default } diff --git a/src/IconStarsOutlinedFilled.tsx b/src/IconStarsOutlinedFilled.tsx index 8bef2f135..f739f02da 100644 --- a/src/IconStarsOutlinedFilled.tsx +++ b/src/IconStarsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStarsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsOutlinedFilled as default } diff --git a/src/IconStarsRounded.tsx b/src/IconStarsRounded.tsx index 5d2189ea6..3aeeb91c1 100644 --- a/src/IconStarsRounded.tsx +++ b/src/IconStarsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsRounded: React.FC = ({ ...props }) => ( +export const IconStarsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsRounded as default } diff --git a/src/IconStarsRoundedFilled.tsx b/src/IconStarsRoundedFilled.tsx index 4a67c3f0e..ac8ef7e66 100644 --- a/src/IconStarsRoundedFilled.tsx +++ b/src/IconStarsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStarsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsRoundedFilled as default } diff --git a/src/IconStarsSharp.tsx b/src/IconStarsSharp.tsx index 183871492..3e70a3583 100644 --- a/src/IconStarsSharp.tsx +++ b/src/IconStarsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsSharp: React.FC = ({ ...props }) => ( +export const IconStarsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsSharp as default } diff --git a/src/IconStarsSharpFilled.tsx b/src/IconStarsSharpFilled.tsx index 4719d215e..85337b2bd 100644 --- a/src/IconStarsSharpFilled.tsx +++ b/src/IconStarsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStarsSharpFilled: React.FC = ({ ...props }) => ( +export const IconStarsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStarsSharpFilled as default } diff --git a/src/IconStartOutlined.tsx b/src/IconStartOutlined.tsx index 958f0f4db..1f5973fef 100644 --- a/src/IconStartOutlined.tsx +++ b/src/IconStartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartOutlined: React.FC = ({ ...props }) => ( +export const IconStartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartOutlined as default } diff --git a/src/IconStartOutlinedFilled.tsx b/src/IconStartOutlinedFilled.tsx index b61cd20c1..fb2200991 100644 --- a/src/IconStartOutlinedFilled.tsx +++ b/src/IconStartOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStartOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartOutlinedFilled as default } diff --git a/src/IconStartRounded.tsx b/src/IconStartRounded.tsx index ccb962439..cb0e14d40 100644 --- a/src/IconStartRounded.tsx +++ b/src/IconStartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartRounded: React.FC = ({ ...props }) => ( +export const IconStartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartRounded as default } diff --git a/src/IconStartRoundedFilled.tsx b/src/IconStartRoundedFilled.tsx index b6e1892fa..e6a6eab05 100644 --- a/src/IconStartRoundedFilled.tsx +++ b/src/IconStartRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStartRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartRoundedFilled as default } diff --git a/src/IconStartSharp.tsx b/src/IconStartSharp.tsx index 8b0ee10f3..b9d97781c 100644 --- a/src/IconStartSharp.tsx +++ b/src/IconStartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartSharp: React.FC = ({ ...props }) => ( +export const IconStartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartSharp as default } diff --git a/src/IconStartSharpFilled.tsx b/src/IconStartSharpFilled.tsx index 362caa983..50c4472b7 100644 --- a/src/IconStartSharpFilled.tsx +++ b/src/IconStartSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStartSharpFilled: React.FC = ({ ...props }) => ( +export const IconStartSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStartSharpFilled as default } diff --git a/src/IconStat0Outlined.tsx b/src/IconStat0Outlined.tsx index 439470792..086406e1c 100644 --- a/src/IconStat0Outlined.tsx +++ b/src/IconStat0Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0Outlined: React.FC = ({ ...props }) => ( +export const IconStat0Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0Outlined as default } diff --git a/src/IconStat0OutlinedFilled.tsx b/src/IconStat0OutlinedFilled.tsx index 0d33441f3..f7d8dbf7a 100644 --- a/src/IconStat0OutlinedFilled.tsx +++ b/src/IconStat0OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStat0OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0OutlinedFilled as default } diff --git a/src/IconStat0Rounded.tsx b/src/IconStat0Rounded.tsx index baf15db1d..61fd9b2db 100644 --- a/src/IconStat0Rounded.tsx +++ b/src/IconStat0Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0Rounded: React.FC = ({ ...props }) => ( +export const IconStat0Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0Rounded as default } diff --git a/src/IconStat0RoundedFilled.tsx b/src/IconStat0RoundedFilled.tsx index 4611a5f32..c7ffff969 100644 --- a/src/IconStat0RoundedFilled.tsx +++ b/src/IconStat0RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStat0RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0RoundedFilled as default } diff --git a/src/IconStat0Sharp.tsx b/src/IconStat0Sharp.tsx index b730935f7..2373ad512 100644 --- a/src/IconStat0Sharp.tsx +++ b/src/IconStat0Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0Sharp: React.FC = ({ ...props }) => ( +export const IconStat0Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0Sharp as default } diff --git a/src/IconStat0SharpFilled.tsx b/src/IconStat0SharpFilled.tsx index 32b65ef1b..67b3a129e 100644 --- a/src/IconStat0SharpFilled.tsx +++ b/src/IconStat0SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat0SharpFilled: React.FC = ({ ...props }) => ( +export const IconStat0SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat0SharpFilled as default } diff --git a/src/IconStat1Outlined.tsx b/src/IconStat1Outlined.tsx index 17171f001..724b7f2db 100644 --- a/src/IconStat1Outlined.tsx +++ b/src/IconStat1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1Outlined: React.FC = ({ ...props }) => ( +export const IconStat1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1Outlined as default } diff --git a/src/IconStat1OutlinedFilled.tsx b/src/IconStat1OutlinedFilled.tsx index a0059b423..fd6356e4a 100644 --- a/src/IconStat1OutlinedFilled.tsx +++ b/src/IconStat1OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStat1OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1OutlinedFilled as default } diff --git a/src/IconStat1Rounded.tsx b/src/IconStat1Rounded.tsx index 2fc09fbae..6fd721dd8 100644 --- a/src/IconStat1Rounded.tsx +++ b/src/IconStat1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1Rounded: React.FC = ({ ...props }) => ( +export const IconStat1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1Rounded as default } diff --git a/src/IconStat1RoundedFilled.tsx b/src/IconStat1RoundedFilled.tsx index 2c62aceef..054a41353 100644 --- a/src/IconStat1RoundedFilled.tsx +++ b/src/IconStat1RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStat1RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1RoundedFilled as default } diff --git a/src/IconStat1Sharp.tsx b/src/IconStat1Sharp.tsx index fbabb3974..f6cdb226d 100644 --- a/src/IconStat1Sharp.tsx +++ b/src/IconStat1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1Sharp: React.FC = ({ ...props }) => ( +export const IconStat1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1Sharp as default } diff --git a/src/IconStat1SharpFilled.tsx b/src/IconStat1SharpFilled.tsx index 02f517507..cb89c5a08 100644 --- a/src/IconStat1SharpFilled.tsx +++ b/src/IconStat1SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat1SharpFilled: React.FC = ({ ...props }) => ( +export const IconStat1SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat1SharpFilled as default } diff --git a/src/IconStat2Outlined.tsx b/src/IconStat2Outlined.tsx index d765c7f03..8583a12ef 100644 --- a/src/IconStat2Outlined.tsx +++ b/src/IconStat2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2Outlined: React.FC = ({ ...props }) => ( +export const IconStat2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2Outlined as default } diff --git a/src/IconStat2OutlinedFilled.tsx b/src/IconStat2OutlinedFilled.tsx index 5d622e847..ba318f82e 100644 --- a/src/IconStat2OutlinedFilled.tsx +++ b/src/IconStat2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStat2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2OutlinedFilled as default } diff --git a/src/IconStat2Rounded.tsx b/src/IconStat2Rounded.tsx index 07230236d..8e176a3dc 100644 --- a/src/IconStat2Rounded.tsx +++ b/src/IconStat2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2Rounded: React.FC = ({ ...props }) => ( +export const IconStat2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2Rounded as default } diff --git a/src/IconStat2RoundedFilled.tsx b/src/IconStat2RoundedFilled.tsx index 5256a6ebe..158affe99 100644 --- a/src/IconStat2RoundedFilled.tsx +++ b/src/IconStat2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStat2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2RoundedFilled as default } diff --git a/src/IconStat2Sharp.tsx b/src/IconStat2Sharp.tsx index 29fcd8960..4ff7550e9 100644 --- a/src/IconStat2Sharp.tsx +++ b/src/IconStat2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2Sharp: React.FC = ({ ...props }) => ( +export const IconStat2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2Sharp as default } diff --git a/src/IconStat2SharpFilled.tsx b/src/IconStat2SharpFilled.tsx index ec6f3e4e4..24663cab7 100644 --- a/src/IconStat2SharpFilled.tsx +++ b/src/IconStat2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat2SharpFilled: React.FC = ({ ...props }) => ( +export const IconStat2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat2SharpFilled as default } diff --git a/src/IconStat3Outlined.tsx b/src/IconStat3Outlined.tsx index 8f7a0f3b7..5d7ba2b37 100644 --- a/src/IconStat3Outlined.tsx +++ b/src/IconStat3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3Outlined: React.FC = ({ ...props }) => ( +export const IconStat3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3Outlined as default } diff --git a/src/IconStat3OutlinedFilled.tsx b/src/IconStat3OutlinedFilled.tsx index 3d2debc4d..cbcca0c69 100644 --- a/src/IconStat3OutlinedFilled.tsx +++ b/src/IconStat3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStat3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3OutlinedFilled as default } diff --git a/src/IconStat3Rounded.tsx b/src/IconStat3Rounded.tsx index 4b6c7d90a..4b58cd736 100644 --- a/src/IconStat3Rounded.tsx +++ b/src/IconStat3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3Rounded: React.FC = ({ ...props }) => ( +export const IconStat3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3Rounded as default } diff --git a/src/IconStat3RoundedFilled.tsx b/src/IconStat3RoundedFilled.tsx index 4f4fa1748..f57e51d17 100644 --- a/src/IconStat3RoundedFilled.tsx +++ b/src/IconStat3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStat3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3RoundedFilled as default } diff --git a/src/IconStat3Sharp.tsx b/src/IconStat3Sharp.tsx index 36038574d..c0bc8511f 100644 --- a/src/IconStat3Sharp.tsx +++ b/src/IconStat3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3Sharp: React.FC = ({ ...props }) => ( +export const IconStat3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3Sharp as default } diff --git a/src/IconStat3SharpFilled.tsx b/src/IconStat3SharpFilled.tsx index c6ad7db71..af817f7d5 100644 --- a/src/IconStat3SharpFilled.tsx +++ b/src/IconStat3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStat3SharpFilled: React.FC = ({ ...props }) => ( +export const IconStat3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStat3SharpFilled as default } diff --git a/src/IconStatMinus1Outlined.tsx b/src/IconStatMinus1Outlined.tsx index 5c3ac097f..7645d2c77 100644 --- a/src/IconStatMinus1Outlined.tsx +++ b/src/IconStatMinus1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1Outlined: React.FC = ({ ...props }) => ( +export const IconStatMinus1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus1Outlined as default } diff --git a/src/IconStatMinus1OutlinedFilled.tsx b/src/IconStatMinus1OutlinedFilled.tsx index 4c1293dea..222f9ae62 100644 --- a/src/IconStatMinus1OutlinedFilled.tsx +++ b/src/IconStatMinus1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus1OutlinedFilled as default } diff --git a/src/IconStatMinus1Rounded.tsx b/src/IconStatMinus1Rounded.tsx index de9f75117..c90703ab1 100644 --- a/src/IconStatMinus1Rounded.tsx +++ b/src/IconStatMinus1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1Rounded: React.FC = ({ ...props }) => ( +export const IconStatMinus1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus1Rounded as default } diff --git a/src/IconStatMinus1RoundedFilled.tsx b/src/IconStatMinus1RoundedFilled.tsx index eb994a9fc..d9947106e 100644 --- a/src/IconStatMinus1RoundedFilled.tsx +++ b/src/IconStatMinus1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus1RoundedFilled as default } diff --git a/src/IconStatMinus1Sharp.tsx b/src/IconStatMinus1Sharp.tsx index 4f612b347..f3e46417f 100644 --- a/src/IconStatMinus1Sharp.tsx +++ b/src/IconStatMinus1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1Sharp: React.FC = ({ ...props }) => ( +export const IconStatMinus1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus1Sharp as default } diff --git a/src/IconStatMinus1SharpFilled.tsx b/src/IconStatMinus1SharpFilled.tsx index eeb49372f..3b9de27b8 100644 --- a/src/IconStatMinus1SharpFilled.tsx +++ b/src/IconStatMinus1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus1SharpFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus1SharpFilled as default } diff --git a/src/IconStatMinus2Outlined.tsx b/src/IconStatMinus2Outlined.tsx index 63348631c..c6932f5df 100644 --- a/src/IconStatMinus2Outlined.tsx +++ b/src/IconStatMinus2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2Outlined: React.FC = ({ ...props }) => ( +export const IconStatMinus2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus2Outlined as default } diff --git a/src/IconStatMinus2OutlinedFilled.tsx b/src/IconStatMinus2OutlinedFilled.tsx index 13efb0c20..882e65d31 100644 --- a/src/IconStatMinus2OutlinedFilled.tsx +++ b/src/IconStatMinus2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus2OutlinedFilled as default } diff --git a/src/IconStatMinus2Rounded.tsx b/src/IconStatMinus2Rounded.tsx index f19e28c8b..f22eb16f5 100644 --- a/src/IconStatMinus2Rounded.tsx +++ b/src/IconStatMinus2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2Rounded: React.FC = ({ ...props }) => ( +export const IconStatMinus2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus2Rounded as default } diff --git a/src/IconStatMinus2RoundedFilled.tsx b/src/IconStatMinus2RoundedFilled.tsx index 9e87390a9..dd8220076 100644 --- a/src/IconStatMinus2RoundedFilled.tsx +++ b/src/IconStatMinus2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus2RoundedFilled as default } diff --git a/src/IconStatMinus2Sharp.tsx b/src/IconStatMinus2Sharp.tsx index d05e2477b..a51c6e40b 100644 --- a/src/IconStatMinus2Sharp.tsx +++ b/src/IconStatMinus2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2Sharp: React.FC = ({ ...props }) => ( +export const IconStatMinus2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus2Sharp as default } diff --git a/src/IconStatMinus2SharpFilled.tsx b/src/IconStatMinus2SharpFilled.tsx index 2a443e1a6..38f8c2390 100644 --- a/src/IconStatMinus2SharpFilled.tsx +++ b/src/IconStatMinus2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus2SharpFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus2SharpFilled as default } diff --git a/src/IconStatMinus3Outlined.tsx b/src/IconStatMinus3Outlined.tsx index 72dd8ecfa..dc2329ba2 100644 --- a/src/IconStatMinus3Outlined.tsx +++ b/src/IconStatMinus3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3Outlined: React.FC = ({ ...props }) => ( +export const IconStatMinus3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus3Outlined as default } diff --git a/src/IconStatMinus3OutlinedFilled.tsx b/src/IconStatMinus3OutlinedFilled.tsx index 1184f19a5..1f4b43585 100644 --- a/src/IconStatMinus3OutlinedFilled.tsx +++ b/src/IconStatMinus3OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus3OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus3OutlinedFilled as default } diff --git a/src/IconStatMinus3Rounded.tsx b/src/IconStatMinus3Rounded.tsx index c0303c685..9649ac3ac 100644 --- a/src/IconStatMinus3Rounded.tsx +++ b/src/IconStatMinus3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3Rounded: React.FC = ({ ...props }) => ( +export const IconStatMinus3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus3Rounded as default } diff --git a/src/IconStatMinus3RoundedFilled.tsx b/src/IconStatMinus3RoundedFilled.tsx index 8343e2b7e..722d09155 100644 --- a/src/IconStatMinus3RoundedFilled.tsx +++ b/src/IconStatMinus3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus3RoundedFilled as default } diff --git a/src/IconStatMinus3Sharp.tsx b/src/IconStatMinus3Sharp.tsx index d4dd7081c..72ffa4e48 100644 --- a/src/IconStatMinus3Sharp.tsx +++ b/src/IconStatMinus3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3Sharp: React.FC = ({ ...props }) => ( +export const IconStatMinus3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStatMinus3Sharp as default } diff --git a/src/IconStatMinus3SharpFilled.tsx b/src/IconStatMinus3SharpFilled.tsx index bd5a4ada3..79a9138af 100644 --- a/src/IconStatMinus3SharpFilled.tsx +++ b/src/IconStatMinus3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStatMinus3SharpFilled: React.FC = ({ ...props }) => ( +export const IconStatMinus3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStatMinus3SharpFilled as default } diff --git a/src/IconStayCurrentLandscapeOutlined.tsx b/src/IconStayCurrentLandscapeOutlined.tsx index c4f32f36c..3a3707e1e 100644 --- a/src/IconStayCurrentLandscapeOutlined.tsx +++ b/src/IconStayCurrentLandscapeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeOutlined: React.FC = ({ +export const IconStayCurrentLandscapeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentLandscapeOutlined: React.FC = ({ ) - -export { IconStayCurrentLandscapeOutlined as default } diff --git a/src/IconStayCurrentLandscapeOutlinedFilled.tsx b/src/IconStayCurrentLandscapeOutlinedFilled.tsx index 9543ed511..03cbbf47f 100644 --- a/src/IconStayCurrentLandscapeOutlinedFilled.tsx +++ b/src/IconStayCurrentLandscapeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeOutlinedFilled: React.FC = ({ +export const IconStayCurrentLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentLandscapeOutlinedFilled: React.FC = ({ ) - -export { IconStayCurrentLandscapeOutlinedFilled as default } diff --git a/src/IconStayCurrentLandscapeRounded.tsx b/src/IconStayCurrentLandscapeRounded.tsx index e9673f9a3..1e61373bd 100644 --- a/src/IconStayCurrentLandscapeRounded.tsx +++ b/src/IconStayCurrentLandscapeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconStayCurrentLandscapeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayCurrentLandscapeRounded as default } diff --git a/src/IconStayCurrentLandscapeRoundedFilled.tsx b/src/IconStayCurrentLandscapeRoundedFilled.tsx index 8c206c9d8..03cef70d8 100644 --- a/src/IconStayCurrentLandscapeRoundedFilled.tsx +++ b/src/IconStayCurrentLandscapeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeRoundedFilled: React.FC = ({ +export const IconStayCurrentLandscapeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentLandscapeRoundedFilled: React.FC = ({ ) - -export { IconStayCurrentLandscapeRoundedFilled as default } diff --git a/src/IconStayCurrentLandscapeSharp.tsx b/src/IconStayCurrentLandscapeSharp.tsx index ef066dbb2..be21cf5c5 100644 --- a/src/IconStayCurrentLandscapeSharp.tsx +++ b/src/IconStayCurrentLandscapeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconStayCurrentLandscapeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayCurrentLandscapeSharp as default } diff --git a/src/IconStayCurrentLandscapeSharpFilled.tsx b/src/IconStayCurrentLandscapeSharpFilled.tsx index 88fab021b..455fad736 100644 --- a/src/IconStayCurrentLandscapeSharpFilled.tsx +++ b/src/IconStayCurrentLandscapeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentLandscapeSharpFilled: React.FC = ({ +export const IconStayCurrentLandscapeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentLandscapeSharpFilled: React.FC = ({ ) - -export { IconStayCurrentLandscapeSharpFilled as default } diff --git a/src/IconStayCurrentPortraitOutlined.tsx b/src/IconStayCurrentPortraitOutlined.tsx index 2fb2d1589..221eaf592 100644 --- a/src/IconStayCurrentPortraitOutlined.tsx +++ b/src/IconStayCurrentPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconStayCurrentPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayCurrentPortraitOutlined as default } diff --git a/src/IconStayCurrentPortraitOutlinedFilled.tsx b/src/IconStayCurrentPortraitOutlinedFilled.tsx index 38cc55399..adf9e8371 100644 --- a/src/IconStayCurrentPortraitOutlinedFilled.tsx +++ b/src/IconStayCurrentPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitOutlinedFilled: React.FC = ({ +export const IconStayCurrentPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentPortraitOutlinedFilled: React.FC = ({ ) - -export { IconStayCurrentPortraitOutlinedFilled as default } diff --git a/src/IconStayCurrentPortraitRounded.tsx b/src/IconStayCurrentPortraitRounded.tsx index 2bbefef8b..8251d435e 100644 --- a/src/IconStayCurrentPortraitRounded.tsx +++ b/src/IconStayCurrentPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitRounded: React.FC = ({ ...props }) => ( +export const IconStayCurrentPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayCurrentPortraitRounded as default } diff --git a/src/IconStayCurrentPortraitRoundedFilled.tsx b/src/IconStayCurrentPortraitRoundedFilled.tsx index d1f83154f..7750eb8a4 100644 --- a/src/IconStayCurrentPortraitRoundedFilled.tsx +++ b/src/IconStayCurrentPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitRoundedFilled: React.FC = ({ +export const IconStayCurrentPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentPortraitRoundedFilled: React.FC = ({ ) - -export { IconStayCurrentPortraitRoundedFilled as default } diff --git a/src/IconStayCurrentPortraitSharp.tsx b/src/IconStayCurrentPortraitSharp.tsx index 0013f0d1b..7d71361c6 100644 --- a/src/IconStayCurrentPortraitSharp.tsx +++ b/src/IconStayCurrentPortraitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitSharp: React.FC = ({ ...props }) => ( +export const IconStayCurrentPortraitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayCurrentPortraitSharp as default } diff --git a/src/IconStayCurrentPortraitSharpFilled.tsx b/src/IconStayCurrentPortraitSharpFilled.tsx index 11ea48a25..6d7e2e018 100644 --- a/src/IconStayCurrentPortraitSharpFilled.tsx +++ b/src/IconStayCurrentPortraitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayCurrentPortraitSharpFilled: React.FC = ({ +export const IconStayCurrentPortraitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayCurrentPortraitSharpFilled: React.FC = ({ ) - -export { IconStayCurrentPortraitSharpFilled as default } diff --git a/src/IconStayPrimaryLandscapeOutlined.tsx b/src/IconStayPrimaryLandscapeOutlined.tsx index e27dacb04..58500f4ec 100644 --- a/src/IconStayPrimaryLandscapeOutlined.tsx +++ b/src/IconStayPrimaryLandscapeOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeOutlined: React.FC = ({ +export const IconStayPrimaryLandscapeOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryLandscapeOutlined: React.FC = ({ ) - -export { IconStayPrimaryLandscapeOutlined as default } diff --git a/src/IconStayPrimaryLandscapeOutlinedFilled.tsx b/src/IconStayPrimaryLandscapeOutlinedFilled.tsx index f946bbd27..d50763a0f 100644 --- a/src/IconStayPrimaryLandscapeOutlinedFilled.tsx +++ b/src/IconStayPrimaryLandscapeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeOutlinedFilled: React.FC = ({ +export const IconStayPrimaryLandscapeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryLandscapeOutlinedFilled: React.FC = ({ ) - -export { IconStayPrimaryLandscapeOutlinedFilled as default } diff --git a/src/IconStayPrimaryLandscapeRounded.tsx b/src/IconStayPrimaryLandscapeRounded.tsx index b2a844865..46157747e 100644 --- a/src/IconStayPrimaryLandscapeRounded.tsx +++ b/src/IconStayPrimaryLandscapeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeRounded: React.FC = ({ ...props }) => ( +export const IconStayPrimaryLandscapeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayPrimaryLandscapeRounded as default } diff --git a/src/IconStayPrimaryLandscapeRoundedFilled.tsx b/src/IconStayPrimaryLandscapeRoundedFilled.tsx index f09454d5a..66d378d81 100644 --- a/src/IconStayPrimaryLandscapeRoundedFilled.tsx +++ b/src/IconStayPrimaryLandscapeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeRoundedFilled: React.FC = ({ +export const IconStayPrimaryLandscapeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryLandscapeRoundedFilled: React.FC = ({ ) - -export { IconStayPrimaryLandscapeRoundedFilled as default } diff --git a/src/IconStayPrimaryLandscapeSharp.tsx b/src/IconStayPrimaryLandscapeSharp.tsx index 3d10375cb..9fd709cc2 100644 --- a/src/IconStayPrimaryLandscapeSharp.tsx +++ b/src/IconStayPrimaryLandscapeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeSharp: React.FC = ({ ...props }) => ( +export const IconStayPrimaryLandscapeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayPrimaryLandscapeSharp as default } diff --git a/src/IconStayPrimaryLandscapeSharpFilled.tsx b/src/IconStayPrimaryLandscapeSharpFilled.tsx index 0a6997ac9..cbf001426 100644 --- a/src/IconStayPrimaryLandscapeSharpFilled.tsx +++ b/src/IconStayPrimaryLandscapeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryLandscapeSharpFilled: React.FC = ({ +export const IconStayPrimaryLandscapeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryLandscapeSharpFilled: React.FC = ({ ) - -export { IconStayPrimaryLandscapeSharpFilled as default } diff --git a/src/IconStayPrimaryPortraitOutlined.tsx b/src/IconStayPrimaryPortraitOutlined.tsx index 3a3483908..4897f8ac3 100644 --- a/src/IconStayPrimaryPortraitOutlined.tsx +++ b/src/IconStayPrimaryPortraitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitOutlined: React.FC = ({ ...props }) => ( +export const IconStayPrimaryPortraitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayPrimaryPortraitOutlined as default } diff --git a/src/IconStayPrimaryPortraitOutlinedFilled.tsx b/src/IconStayPrimaryPortraitOutlinedFilled.tsx index 7ac22339f..a28fead85 100644 --- a/src/IconStayPrimaryPortraitOutlinedFilled.tsx +++ b/src/IconStayPrimaryPortraitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitOutlinedFilled: React.FC = ({ +export const IconStayPrimaryPortraitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryPortraitOutlinedFilled: React.FC = ({ ) - -export { IconStayPrimaryPortraitOutlinedFilled as default } diff --git a/src/IconStayPrimaryPortraitRounded.tsx b/src/IconStayPrimaryPortraitRounded.tsx index 5e9911265..fa1a74bd7 100644 --- a/src/IconStayPrimaryPortraitRounded.tsx +++ b/src/IconStayPrimaryPortraitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitRounded: React.FC = ({ ...props }) => ( +export const IconStayPrimaryPortraitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayPrimaryPortraitRounded as default } diff --git a/src/IconStayPrimaryPortraitRoundedFilled.tsx b/src/IconStayPrimaryPortraitRoundedFilled.tsx index 4d45638d2..146327621 100644 --- a/src/IconStayPrimaryPortraitRoundedFilled.tsx +++ b/src/IconStayPrimaryPortraitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitRoundedFilled: React.FC = ({ +export const IconStayPrimaryPortraitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryPortraitRoundedFilled: React.FC = ({ ) - -export { IconStayPrimaryPortraitRoundedFilled as default } diff --git a/src/IconStayPrimaryPortraitSharp.tsx b/src/IconStayPrimaryPortraitSharp.tsx index a1c694ef4..8a31a3878 100644 --- a/src/IconStayPrimaryPortraitSharp.tsx +++ b/src/IconStayPrimaryPortraitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitSharp: React.FC = ({ ...props }) => ( +export const IconStayPrimaryPortraitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStayPrimaryPortraitSharp as default } diff --git a/src/IconStayPrimaryPortraitSharpFilled.tsx b/src/IconStayPrimaryPortraitSharpFilled.tsx index 888f13d83..81f4758f5 100644 --- a/src/IconStayPrimaryPortraitSharpFilled.tsx +++ b/src/IconStayPrimaryPortraitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStayPrimaryPortraitSharpFilled: React.FC = ({ +export const IconStayPrimaryPortraitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStayPrimaryPortraitSharpFilled: React.FC = ({ ) - -export { IconStayPrimaryPortraitSharpFilled as default } diff --git a/src/IconStepIntoOutlined.tsx b/src/IconStepIntoOutlined.tsx index 2ad153d46..b0c1725a7 100644 --- a/src/IconStepIntoOutlined.tsx +++ b/src/IconStepIntoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoOutlined: React.FC = ({ ...props }) => ( +export const IconStepIntoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepIntoOutlined as default } diff --git a/src/IconStepIntoOutlinedFilled.tsx b/src/IconStepIntoOutlinedFilled.tsx index 13110ed02..7860ccdff 100644 --- a/src/IconStepIntoOutlinedFilled.tsx +++ b/src/IconStepIntoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStepIntoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStepIntoOutlinedFilled as default } diff --git a/src/IconStepIntoRounded.tsx b/src/IconStepIntoRounded.tsx index 67bf8751c..9a328d77a 100644 --- a/src/IconStepIntoRounded.tsx +++ b/src/IconStepIntoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoRounded: React.FC = ({ ...props }) => ( +export const IconStepIntoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepIntoRounded as default } diff --git a/src/IconStepIntoRoundedFilled.tsx b/src/IconStepIntoRoundedFilled.tsx index de1b9f1d4..41b5c1c8f 100644 --- a/src/IconStepIntoRoundedFilled.tsx +++ b/src/IconStepIntoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStepIntoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStepIntoRoundedFilled as default } diff --git a/src/IconStepIntoSharp.tsx b/src/IconStepIntoSharp.tsx index 1005ddbc8..767d72e2d 100644 --- a/src/IconStepIntoSharp.tsx +++ b/src/IconStepIntoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoSharp: React.FC = ({ ...props }) => ( +export const IconStepIntoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepIntoSharp as default } diff --git a/src/IconStepIntoSharpFilled.tsx b/src/IconStepIntoSharpFilled.tsx index 93649dcdc..6473d861b 100644 --- a/src/IconStepIntoSharpFilled.tsx +++ b/src/IconStepIntoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepIntoSharpFilled: React.FC = ({ ...props }) => ( +export const IconStepIntoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepIntoSharpFilled as default } diff --git a/src/IconStepOutOutlined.tsx b/src/IconStepOutOutlined.tsx index e8a34e392..4cc3fd165 100644 --- a/src/IconStepOutOutlined.tsx +++ b/src/IconStepOutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutOutlined: React.FC = ({ ...props }) => ( +export const IconStepOutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutOutlined as default } diff --git a/src/IconStepOutOutlinedFilled.tsx b/src/IconStepOutOutlinedFilled.tsx index 9279c66e0..3f10aebac 100644 --- a/src/IconStepOutOutlinedFilled.tsx +++ b/src/IconStepOutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStepOutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStepOutOutlinedFilled as default } diff --git a/src/IconStepOutRounded.tsx b/src/IconStepOutRounded.tsx index 74ae82fa3..4e8fad6ac 100644 --- a/src/IconStepOutRounded.tsx +++ b/src/IconStepOutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutRounded: React.FC = ({ ...props }) => ( +export const IconStepOutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutRounded as default } diff --git a/src/IconStepOutRoundedFilled.tsx b/src/IconStepOutRoundedFilled.tsx index fdac88478..4478efb1d 100644 --- a/src/IconStepOutRoundedFilled.tsx +++ b/src/IconStepOutRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStepOutRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutRoundedFilled as default } diff --git a/src/IconStepOutSharp.tsx b/src/IconStepOutSharp.tsx index d5d56fc1c..6827b09a5 100644 --- a/src/IconStepOutSharp.tsx +++ b/src/IconStepOutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutSharp: React.FC = ({ ...props }) => ( +export const IconStepOutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutSharp as default } diff --git a/src/IconStepOutSharpFilled.tsx b/src/IconStepOutSharpFilled.tsx index a321388b8..937825bbc 100644 --- a/src/IconStepOutSharpFilled.tsx +++ b/src/IconStepOutSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutSharpFilled: React.FC = ({ ...props }) => ( +export const IconStepOutSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutSharpFilled as default } diff --git a/src/IconStepOutlined.tsx b/src/IconStepOutlined.tsx index 63d49530c..b92a3395a 100644 --- a/src/IconStepOutlined.tsx +++ b/src/IconStepOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutlined: React.FC = ({ ...props }) => ( +export const IconStepOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutlined as default } diff --git a/src/IconStepOutlinedFilled.tsx b/src/IconStepOutlinedFilled.tsx index 1f4806510..f0b59b610 100644 --- a/src/IconStepOutlinedFilled.tsx +++ b/src/IconStepOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStepOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOutlinedFilled as default } diff --git a/src/IconStepOverOutlined.tsx b/src/IconStepOverOutlined.tsx index 8e1f7e30b..f83427f97 100644 --- a/src/IconStepOverOutlined.tsx +++ b/src/IconStepOverOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverOutlined: React.FC = ({ ...props }) => ( +export const IconStepOverOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOverOutlined as default } diff --git a/src/IconStepOverOutlinedFilled.tsx b/src/IconStepOverOutlinedFilled.tsx index 4a4c44cef..cfcf7a1c0 100644 --- a/src/IconStepOverOutlinedFilled.tsx +++ b/src/IconStepOverOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStepOverOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStepOverOutlinedFilled as default } diff --git a/src/IconStepOverRounded.tsx b/src/IconStepOverRounded.tsx index 6cb591a1e..00044cd86 100644 --- a/src/IconStepOverRounded.tsx +++ b/src/IconStepOverRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverRounded: React.FC = ({ ...props }) => ( +export const IconStepOverRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOverRounded as default } diff --git a/src/IconStepOverRoundedFilled.tsx b/src/IconStepOverRoundedFilled.tsx index 185ffc51f..a534b176a 100644 --- a/src/IconStepOverRoundedFilled.tsx +++ b/src/IconStepOverRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStepOverRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStepOverRoundedFilled as default } diff --git a/src/IconStepOverSharp.tsx b/src/IconStepOverSharp.tsx index 71b2d81b5..1ca64fc56 100644 --- a/src/IconStepOverSharp.tsx +++ b/src/IconStepOverSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverSharp: React.FC = ({ ...props }) => ( +export const IconStepOverSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOverSharp as default } diff --git a/src/IconStepOverSharpFilled.tsx b/src/IconStepOverSharpFilled.tsx index 294842783..b615d0f6a 100644 --- a/src/IconStepOverSharpFilled.tsx +++ b/src/IconStepOverSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepOverSharpFilled: React.FC = ({ ...props }) => ( +export const IconStepOverSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepOverSharpFilled as default } diff --git a/src/IconStepRounded.tsx b/src/IconStepRounded.tsx index 3e6a7b8d4..eaa8b0190 100644 --- a/src/IconStepRounded.tsx +++ b/src/IconStepRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepRounded: React.FC = ({ ...props }) => ( +export const IconStepRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepRounded as default } diff --git a/src/IconStepRoundedFilled.tsx b/src/IconStepRoundedFilled.tsx index 0f4c739fc..6b51882ac 100644 --- a/src/IconStepRoundedFilled.tsx +++ b/src/IconStepRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStepRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepRoundedFilled as default } diff --git a/src/IconStepSharp.tsx b/src/IconStepSharp.tsx index adfd3908c..cc63d10e9 100644 --- a/src/IconStepSharp.tsx +++ b/src/IconStepSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepSharp: React.FC = ({ ...props }) => ( +export const IconStepSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepSharp as default } diff --git a/src/IconStepSharpFilled.tsx b/src/IconStepSharpFilled.tsx index 695515575..a269841d8 100644 --- a/src/IconStepSharpFilled.tsx +++ b/src/IconStepSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepSharpFilled: React.FC = ({ ...props }) => ( +export const IconStepSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepSharpFilled as default } diff --git a/src/IconSteppersOutlined.tsx b/src/IconSteppersOutlined.tsx index c865ff130..65e22bedf 100644 --- a/src/IconSteppersOutlined.tsx +++ b/src/IconSteppersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersOutlined: React.FC = ({ ...props }) => ( +export const IconSteppersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSteppersOutlined as default } diff --git a/src/IconSteppersOutlinedFilled.tsx b/src/IconSteppersOutlinedFilled.tsx index e76df1d77..57c32d243 100644 --- a/src/IconSteppersOutlinedFilled.tsx +++ b/src/IconSteppersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSteppersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSteppersOutlinedFilled as default } diff --git a/src/IconSteppersRounded.tsx b/src/IconSteppersRounded.tsx index 21d7e1287..8cb1f404b 100644 --- a/src/IconSteppersRounded.tsx +++ b/src/IconSteppersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersRounded: React.FC = ({ ...props }) => ( +export const IconSteppersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSteppersRounded as default } diff --git a/src/IconSteppersRoundedFilled.tsx b/src/IconSteppersRoundedFilled.tsx index 2c8a8ab2e..3127b9289 100644 --- a/src/IconSteppersRoundedFilled.tsx +++ b/src/IconSteppersRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSteppersRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSteppersRoundedFilled as default } diff --git a/src/IconSteppersSharp.tsx b/src/IconSteppersSharp.tsx index bc5798f6b..eb210e94a 100644 --- a/src/IconSteppersSharp.tsx +++ b/src/IconSteppersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersSharp: React.FC = ({ ...props }) => ( +export const IconSteppersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSteppersSharp as default } diff --git a/src/IconSteppersSharpFilled.tsx b/src/IconSteppersSharpFilled.tsx index 44648110a..040a626ea 100644 --- a/src/IconSteppersSharpFilled.tsx +++ b/src/IconSteppersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSteppersSharpFilled: React.FC = ({ ...props }) => ( +export const IconSteppersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSteppersSharpFilled as default } diff --git a/src/IconStepsOutlined.tsx b/src/IconStepsOutlined.tsx index 7258b07d8..d0ccac389 100644 --- a/src/IconStepsOutlined.tsx +++ b/src/IconStepsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsOutlined: React.FC = ({ ...props }) => ( +export const IconStepsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsOutlined as default } diff --git a/src/IconStepsOutlinedFilled.tsx b/src/IconStepsOutlinedFilled.tsx index d60f280ea..4ee07655a 100644 --- a/src/IconStepsOutlinedFilled.tsx +++ b/src/IconStepsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStepsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsOutlinedFilled as default } diff --git a/src/IconStepsRounded.tsx b/src/IconStepsRounded.tsx index 95c4dc63e..03e7b1ce9 100644 --- a/src/IconStepsRounded.tsx +++ b/src/IconStepsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsRounded: React.FC = ({ ...props }) => ( +export const IconStepsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsRounded as default } diff --git a/src/IconStepsRoundedFilled.tsx b/src/IconStepsRoundedFilled.tsx index 659e9dc3c..684ddad2b 100644 --- a/src/IconStepsRoundedFilled.tsx +++ b/src/IconStepsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStepsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsRoundedFilled as default } diff --git a/src/IconStepsSharp.tsx b/src/IconStepsSharp.tsx index c3353445f..3eb1617ea 100644 --- a/src/IconStepsSharp.tsx +++ b/src/IconStepsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsSharp: React.FC = ({ ...props }) => ( +export const IconStepsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsSharp as default } diff --git a/src/IconStepsSharpFilled.tsx b/src/IconStepsSharpFilled.tsx index 118379fb9..01550ef54 100644 --- a/src/IconStepsSharpFilled.tsx +++ b/src/IconStepsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStepsSharpFilled: React.FC = ({ ...props }) => ( +export const IconStepsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStepsSharpFilled as default } diff --git a/src/IconStethoscopeArrowOutlined.tsx b/src/IconStethoscopeArrowOutlined.tsx index db84dd2a0..55409cb90 100644 --- a/src/IconStethoscopeArrowOutlined.tsx +++ b/src/IconStethoscopeArrowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowOutlined: React.FC = ({ ...props }) => ( +export const IconStethoscopeArrowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeArrowOutlined as default } diff --git a/src/IconStethoscopeArrowOutlinedFilled.tsx b/src/IconStethoscopeArrowOutlinedFilled.tsx index 1bfe7b5cf..f7dcad186 100644 --- a/src/IconStethoscopeArrowOutlinedFilled.tsx +++ b/src/IconStethoscopeArrowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowOutlinedFilled: React.FC = ({ +export const IconStethoscopeArrowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStethoscopeArrowOutlinedFilled: React.FC = ({ ) - -export { IconStethoscopeArrowOutlinedFilled as default } diff --git a/src/IconStethoscopeArrowRounded.tsx b/src/IconStethoscopeArrowRounded.tsx index dba6a8b7b..c5998c2ac 100644 --- a/src/IconStethoscopeArrowRounded.tsx +++ b/src/IconStethoscopeArrowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowRounded: React.FC = ({ ...props }) => ( +export const IconStethoscopeArrowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeArrowRounded as default } diff --git a/src/IconStethoscopeArrowRoundedFilled.tsx b/src/IconStethoscopeArrowRoundedFilled.tsx index 1022cd8da..cad33313c 100644 --- a/src/IconStethoscopeArrowRoundedFilled.tsx +++ b/src/IconStethoscopeArrowRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowRoundedFilled: React.FC = ({ +export const IconStethoscopeArrowRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStethoscopeArrowRoundedFilled: React.FC = ({ ) - -export { IconStethoscopeArrowRoundedFilled as default } diff --git a/src/IconStethoscopeArrowSharp.tsx b/src/IconStethoscopeArrowSharp.tsx index ffc3ed99f..f958078b2 100644 --- a/src/IconStethoscopeArrowSharp.tsx +++ b/src/IconStethoscopeArrowSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowSharp: React.FC = ({ ...props }) => ( +export const IconStethoscopeArrowSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeArrowSharp as default } diff --git a/src/IconStethoscopeArrowSharpFilled.tsx b/src/IconStethoscopeArrowSharpFilled.tsx index c7533f192..0f9452f46 100644 --- a/src/IconStethoscopeArrowSharpFilled.tsx +++ b/src/IconStethoscopeArrowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeArrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconStethoscopeArrowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeArrowSharpFilled as default } diff --git a/src/IconStethoscopeCheckOutlined.tsx b/src/IconStethoscopeCheckOutlined.tsx index 87a1fd6b9..cbff68a4c 100644 --- a/src/IconStethoscopeCheckOutlined.tsx +++ b/src/IconStethoscopeCheckOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckOutlined: React.FC = ({ ...props }) => ( +export const IconStethoscopeCheckOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeCheckOutlined as default } diff --git a/src/IconStethoscopeCheckOutlinedFilled.tsx b/src/IconStethoscopeCheckOutlinedFilled.tsx index c1329a741..e059b633c 100644 --- a/src/IconStethoscopeCheckOutlinedFilled.tsx +++ b/src/IconStethoscopeCheckOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckOutlinedFilled: React.FC = ({ +export const IconStethoscopeCheckOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStethoscopeCheckOutlinedFilled: React.FC = ({ ) - -export { IconStethoscopeCheckOutlinedFilled as default } diff --git a/src/IconStethoscopeCheckRounded.tsx b/src/IconStethoscopeCheckRounded.tsx index 656b1cb6e..b609cbaf4 100644 --- a/src/IconStethoscopeCheckRounded.tsx +++ b/src/IconStethoscopeCheckRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckRounded: React.FC = ({ ...props }) => ( +export const IconStethoscopeCheckRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeCheckRounded as default } diff --git a/src/IconStethoscopeCheckRoundedFilled.tsx b/src/IconStethoscopeCheckRoundedFilled.tsx index 996a98257..198e3d057 100644 --- a/src/IconStethoscopeCheckRoundedFilled.tsx +++ b/src/IconStethoscopeCheckRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckRoundedFilled: React.FC = ({ +export const IconStethoscopeCheckRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStethoscopeCheckRoundedFilled: React.FC = ({ ) - -export { IconStethoscopeCheckRoundedFilled as default } diff --git a/src/IconStethoscopeCheckSharp.tsx b/src/IconStethoscopeCheckSharp.tsx index f3d5b0024..02731e9c1 100644 --- a/src/IconStethoscopeCheckSharp.tsx +++ b/src/IconStethoscopeCheckSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckSharp: React.FC = ({ ...props }) => ( +export const IconStethoscopeCheckSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeCheckSharp as default } diff --git a/src/IconStethoscopeCheckSharpFilled.tsx b/src/IconStethoscopeCheckSharpFilled.tsx index f8ddd2db7..b550a1a61 100644 --- a/src/IconStethoscopeCheckSharpFilled.tsx +++ b/src/IconStethoscopeCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconStethoscopeCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeCheckSharpFilled as default } diff --git a/src/IconStethoscopeOutlined.tsx b/src/IconStethoscopeOutlined.tsx index 548bd9f6d..e42269d62 100644 --- a/src/IconStethoscopeOutlined.tsx +++ b/src/IconStethoscopeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeOutlined: React.FC = ({ ...props }) => ( +export const IconStethoscopeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStethoscopeOutlined as default } diff --git a/src/IconStethoscopeOutlinedFilled.tsx b/src/IconStethoscopeOutlinedFilled.tsx index 90715c4bb..cdce9cfed 100644 --- a/src/IconStethoscopeOutlinedFilled.tsx +++ b/src/IconStethoscopeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStethoscopeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeOutlinedFilled as default } diff --git a/src/IconStethoscopeRounded.tsx b/src/IconStethoscopeRounded.tsx index 50367a44c..e09220d99 100644 --- a/src/IconStethoscopeRounded.tsx +++ b/src/IconStethoscopeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeRounded: React.FC = ({ ...props }) => ( +export const IconStethoscopeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStethoscopeRounded as default } diff --git a/src/IconStethoscopeRoundedFilled.tsx b/src/IconStethoscopeRoundedFilled.tsx index d17314521..380d85e66 100644 --- a/src/IconStethoscopeRoundedFilled.tsx +++ b/src/IconStethoscopeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStethoscopeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeRoundedFilled as default } diff --git a/src/IconStethoscopeSharp.tsx b/src/IconStethoscopeSharp.tsx index d54b82e07..cd7d8db4d 100644 --- a/src/IconStethoscopeSharp.tsx +++ b/src/IconStethoscopeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeSharp: React.FC = ({ ...props }) => ( +export const IconStethoscopeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStethoscopeSharp as default } diff --git a/src/IconStethoscopeSharpFilled.tsx b/src/IconStethoscopeSharpFilled.tsx index c67c966fb..d243a734c 100644 --- a/src/IconStethoscopeSharpFilled.tsx +++ b/src/IconStethoscopeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStethoscopeSharpFilled: React.FC = ({ ...props }) => ( +export const IconStethoscopeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStethoscopeSharpFilled as default } diff --git a/src/IconStickyNote2Outlined.tsx b/src/IconStickyNote2Outlined.tsx index 7c8d2df30..e159c5f5d 100644 --- a/src/IconStickyNote2Outlined.tsx +++ b/src/IconStickyNote2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2Outlined: React.FC = ({ ...props }) => ( +export const IconStickyNote2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNote2Outlined as default } diff --git a/src/IconStickyNote2OutlinedFilled.tsx b/src/IconStickyNote2OutlinedFilled.tsx index f89e8a16a..a5848fd4b 100644 --- a/src/IconStickyNote2OutlinedFilled.tsx +++ b/src/IconStickyNote2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStickyNote2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNote2OutlinedFilled as default } diff --git a/src/IconStickyNote2Rounded.tsx b/src/IconStickyNote2Rounded.tsx index 0bce8a3a0..d8418a859 100644 --- a/src/IconStickyNote2Rounded.tsx +++ b/src/IconStickyNote2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2Rounded: React.FC = ({ ...props }) => ( +export const IconStickyNote2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNote2Rounded as default } diff --git a/src/IconStickyNote2RoundedFilled.tsx b/src/IconStickyNote2RoundedFilled.tsx index f528e91a7..8f89d1ffb 100644 --- a/src/IconStickyNote2RoundedFilled.tsx +++ b/src/IconStickyNote2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconStickyNote2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNote2RoundedFilled as default } diff --git a/src/IconStickyNote2Sharp.tsx b/src/IconStickyNote2Sharp.tsx index 171e780a8..7930f8dfc 100644 --- a/src/IconStickyNote2Sharp.tsx +++ b/src/IconStickyNote2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2Sharp: React.FC = ({ ...props }) => ( +export const IconStickyNote2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNote2Sharp as default } diff --git a/src/IconStickyNote2SharpFilled.tsx b/src/IconStickyNote2SharpFilled.tsx index 425d6810b..5891418d5 100644 --- a/src/IconStickyNote2SharpFilled.tsx +++ b/src/IconStickyNote2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNote2SharpFilled: React.FC = ({ ...props }) => ( +export const IconStickyNote2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNote2SharpFilled as default } diff --git a/src/IconStickyNoteOutlined.tsx b/src/IconStickyNoteOutlined.tsx index c658f3bbe..58b1095ac 100644 --- a/src/IconStickyNoteOutlined.tsx +++ b/src/IconStickyNoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteOutlined: React.FC = ({ ...props }) => ( +export const IconStickyNoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNoteOutlined as default } diff --git a/src/IconStickyNoteOutlinedFilled.tsx b/src/IconStickyNoteOutlinedFilled.tsx index 1ba9d1c96..7e2ec8427 100644 --- a/src/IconStickyNoteOutlinedFilled.tsx +++ b/src/IconStickyNoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStickyNoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNoteOutlinedFilled as default } diff --git a/src/IconStickyNoteRounded.tsx b/src/IconStickyNoteRounded.tsx index 052e3ba83..f8232f1f2 100644 --- a/src/IconStickyNoteRounded.tsx +++ b/src/IconStickyNoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteRounded: React.FC = ({ ...props }) => ( +export const IconStickyNoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNoteRounded as default } diff --git a/src/IconStickyNoteRoundedFilled.tsx b/src/IconStickyNoteRoundedFilled.tsx index a22c16bfc..6b6fecc04 100644 --- a/src/IconStickyNoteRoundedFilled.tsx +++ b/src/IconStickyNoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStickyNoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNoteRoundedFilled as default } diff --git a/src/IconStickyNoteSharp.tsx b/src/IconStickyNoteSharp.tsx index e2b1f5df8..8ab7358c0 100644 --- a/src/IconStickyNoteSharp.tsx +++ b/src/IconStickyNoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteSharp: React.FC = ({ ...props }) => ( +export const IconStickyNoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStickyNoteSharp as default } diff --git a/src/IconStickyNoteSharpFilled.tsx b/src/IconStickyNoteSharpFilled.tsx index 9c50f11ac..fc30868d8 100644 --- a/src/IconStickyNoteSharpFilled.tsx +++ b/src/IconStickyNoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStickyNoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconStickyNoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStickyNoteSharpFilled as default } diff --git a/src/IconStockMediaOutlined.tsx b/src/IconStockMediaOutlined.tsx index 0f20a8a00..03bb48b6a 100644 --- a/src/IconStockMediaOutlined.tsx +++ b/src/IconStockMediaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaOutlined: React.FC = ({ ...props }) => ( +export const IconStockMediaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockMediaOutlined as default } diff --git a/src/IconStockMediaOutlinedFilled.tsx b/src/IconStockMediaOutlinedFilled.tsx index 9b8a1e611..865c41611 100644 --- a/src/IconStockMediaOutlinedFilled.tsx +++ b/src/IconStockMediaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStockMediaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStockMediaOutlinedFilled as default } diff --git a/src/IconStockMediaRounded.tsx b/src/IconStockMediaRounded.tsx index 2b3f89062..ab4260e2c 100644 --- a/src/IconStockMediaRounded.tsx +++ b/src/IconStockMediaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaRounded: React.FC = ({ ...props }) => ( +export const IconStockMediaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockMediaRounded as default } diff --git a/src/IconStockMediaRoundedFilled.tsx b/src/IconStockMediaRoundedFilled.tsx index e7f85585a..7ccf21f77 100644 --- a/src/IconStockMediaRoundedFilled.tsx +++ b/src/IconStockMediaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStockMediaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStockMediaRoundedFilled as default } diff --git a/src/IconStockMediaSharp.tsx b/src/IconStockMediaSharp.tsx index c96024c4c..0e110e7f8 100644 --- a/src/IconStockMediaSharp.tsx +++ b/src/IconStockMediaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaSharp: React.FC = ({ ...props }) => ( +export const IconStockMediaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockMediaSharp as default } diff --git a/src/IconStockMediaSharpFilled.tsx b/src/IconStockMediaSharpFilled.tsx index 352d3d1c7..bb96dff72 100644 --- a/src/IconStockMediaSharpFilled.tsx +++ b/src/IconStockMediaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStockMediaSharpFilled: React.FC = ({ ...props }) => ( +export const IconStockMediaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStockMediaSharpFilled as default } diff --git a/src/IconStockpotOutlined.tsx b/src/IconStockpotOutlined.tsx index 302205442..db1731b99 100644 --- a/src/IconStockpotOutlined.tsx +++ b/src/IconStockpotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotOutlined: React.FC = ({ ...props }) => ( +export const IconStockpotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockpotOutlined as default } diff --git a/src/IconStockpotOutlinedFilled.tsx b/src/IconStockpotOutlinedFilled.tsx index 305c06ce4..8c8b71371 100644 --- a/src/IconStockpotOutlinedFilled.tsx +++ b/src/IconStockpotOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStockpotOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStockpotOutlinedFilled as default } diff --git a/src/IconStockpotRounded.tsx b/src/IconStockpotRounded.tsx index 19cc04266..c0a7878fd 100644 --- a/src/IconStockpotRounded.tsx +++ b/src/IconStockpotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotRounded: React.FC = ({ ...props }) => ( +export const IconStockpotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockpotRounded as default } diff --git a/src/IconStockpotRoundedFilled.tsx b/src/IconStockpotRoundedFilled.tsx index 8b4dfc5ed..e013a0d10 100644 --- a/src/IconStockpotRoundedFilled.tsx +++ b/src/IconStockpotRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStockpotRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStockpotRoundedFilled as default } diff --git a/src/IconStockpotSharp.tsx b/src/IconStockpotSharp.tsx index 01d633016..88d62767a 100644 --- a/src/IconStockpotSharp.tsx +++ b/src/IconStockpotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotSharp: React.FC = ({ ...props }) => ( +export const IconStockpotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockpotSharp as default } diff --git a/src/IconStockpotSharpFilled.tsx b/src/IconStockpotSharpFilled.tsx index 253952104..fbbc48f1b 100644 --- a/src/IconStockpotSharpFilled.tsx +++ b/src/IconStockpotSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStockpotSharpFilled: React.FC = ({ ...props }) => ( +export const IconStockpotSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStockpotSharpFilled as default } diff --git a/src/IconStopCircleOutlined.tsx b/src/IconStopCircleOutlined.tsx index a092d44e7..32f21acad 100644 --- a/src/IconStopCircleOutlined.tsx +++ b/src/IconStopCircleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleOutlined: React.FC = ({ ...props }) => ( +export const IconStopCircleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopCircleOutlined as default } diff --git a/src/IconStopCircleOutlinedFilled.tsx b/src/IconStopCircleOutlinedFilled.tsx index 7b8dc5c0f..c26a97eb1 100644 --- a/src/IconStopCircleOutlinedFilled.tsx +++ b/src/IconStopCircleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStopCircleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopCircleOutlinedFilled as default } diff --git a/src/IconStopCircleRounded.tsx b/src/IconStopCircleRounded.tsx index 1246d029c..79f093f54 100644 --- a/src/IconStopCircleRounded.tsx +++ b/src/IconStopCircleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleRounded: React.FC = ({ ...props }) => ( +export const IconStopCircleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopCircleRounded as default } diff --git a/src/IconStopCircleRoundedFilled.tsx b/src/IconStopCircleRoundedFilled.tsx index 4010ee859..c2f07f6ea 100644 --- a/src/IconStopCircleRoundedFilled.tsx +++ b/src/IconStopCircleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStopCircleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopCircleRoundedFilled as default } diff --git a/src/IconStopCircleSharp.tsx b/src/IconStopCircleSharp.tsx index 6b96d4f5e..05108924e 100644 --- a/src/IconStopCircleSharp.tsx +++ b/src/IconStopCircleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleSharp: React.FC = ({ ...props }) => ( +export const IconStopCircleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopCircleSharp as default } diff --git a/src/IconStopCircleSharpFilled.tsx b/src/IconStopCircleSharpFilled.tsx index 6e2d2018d..5358d9306 100644 --- a/src/IconStopCircleSharpFilled.tsx +++ b/src/IconStopCircleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopCircleSharpFilled: React.FC = ({ ...props }) => ( +export const IconStopCircleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopCircleSharpFilled as default } diff --git a/src/IconStopOutlined.tsx b/src/IconStopOutlined.tsx index 1de19b54f..de54c91df 100644 --- a/src/IconStopOutlined.tsx +++ b/src/IconStopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopOutlined: React.FC = ({ ...props }) => ( +export const IconStopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopOutlined as default } diff --git a/src/IconStopOutlinedFilled.tsx b/src/IconStopOutlinedFilled.tsx index f1ef583a0..114ff4c16 100644 --- a/src/IconStopOutlinedFilled.tsx +++ b/src/IconStopOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStopOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopOutlinedFilled as default } diff --git a/src/IconStopRounded.tsx b/src/IconStopRounded.tsx index 0c0fe6daf..05cac6952 100644 --- a/src/IconStopRounded.tsx +++ b/src/IconStopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopRounded: React.FC = ({ ...props }) => ( +export const IconStopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopRounded as default } diff --git a/src/IconStopRoundedFilled.tsx b/src/IconStopRoundedFilled.tsx index f019cb4ab..5e52924fa 100644 --- a/src/IconStopRoundedFilled.tsx +++ b/src/IconStopRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStopRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopRoundedFilled as default } diff --git a/src/IconStopScreenShareOutlined.tsx b/src/IconStopScreenShareOutlined.tsx index 51d340e38..97ef4a765 100644 --- a/src/IconStopScreenShareOutlined.tsx +++ b/src/IconStopScreenShareOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareOutlined: React.FC = ({ ...props }) => ( +export const IconStopScreenShareOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopScreenShareOutlined as default } diff --git a/src/IconStopScreenShareOutlinedFilled.tsx b/src/IconStopScreenShareOutlinedFilled.tsx index 91fc5012e..6b381536a 100644 --- a/src/IconStopScreenShareOutlinedFilled.tsx +++ b/src/IconStopScreenShareOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareOutlinedFilled: React.FC = ({ +export const IconStopScreenShareOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStopScreenShareOutlinedFilled: React.FC = ({ ) - -export { IconStopScreenShareOutlinedFilled as default } diff --git a/src/IconStopScreenShareRounded.tsx b/src/IconStopScreenShareRounded.tsx index fc7860124..71934c3ba 100644 --- a/src/IconStopScreenShareRounded.tsx +++ b/src/IconStopScreenShareRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareRounded: React.FC = ({ ...props }) => ( +export const IconStopScreenShareRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopScreenShareRounded as default } diff --git a/src/IconStopScreenShareRoundedFilled.tsx b/src/IconStopScreenShareRoundedFilled.tsx index 398a650ed..398cf372e 100644 --- a/src/IconStopScreenShareRoundedFilled.tsx +++ b/src/IconStopScreenShareRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareRoundedFilled: React.FC = ({ +export const IconStopScreenShareRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStopScreenShareRoundedFilled: React.FC = ({ ) - -export { IconStopScreenShareRoundedFilled as default } diff --git a/src/IconStopScreenShareSharp.tsx b/src/IconStopScreenShareSharp.tsx index c307ada07..8156fcd69 100644 --- a/src/IconStopScreenShareSharp.tsx +++ b/src/IconStopScreenShareSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareSharp: React.FC = ({ ...props }) => ( +export const IconStopScreenShareSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopScreenShareSharp as default } diff --git a/src/IconStopScreenShareSharpFilled.tsx b/src/IconStopScreenShareSharpFilled.tsx index b65672340..1e2ff3858 100644 --- a/src/IconStopScreenShareSharpFilled.tsx +++ b/src/IconStopScreenShareSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStopScreenShareSharpFilled: React.FC = ({ ...props }) => ( +export const IconStopScreenShareSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStopScreenShareSharpFilled as default } diff --git a/src/IconStopSharp.tsx b/src/IconStopSharp.tsx index e27098032..a965e420f 100644 --- a/src/IconStopSharp.tsx +++ b/src/IconStopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopSharp: React.FC = ({ ...props }) => ( +export const IconStopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopSharp as default } diff --git a/src/IconStopSharpFilled.tsx b/src/IconStopSharpFilled.tsx index b30e18c6e..af4662947 100644 --- a/src/IconStopSharpFilled.tsx +++ b/src/IconStopSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStopSharpFilled: React.FC = ({ ...props }) => ( +export const IconStopSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStopSharpFilled as default } diff --git a/src/IconStorageOutlined.tsx b/src/IconStorageOutlined.tsx index 4cbba1ba3..ddf3146a7 100644 --- a/src/IconStorageOutlined.tsx +++ b/src/IconStorageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorageOutlined: React.FC = ({ ...props }) => ( +export const IconStorageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorageOutlined as default } diff --git a/src/IconStorageOutlinedFilled.tsx b/src/IconStorageOutlinedFilled.tsx index b56507827..859a5d1fa 100644 --- a/src/IconStorageOutlinedFilled.tsx +++ b/src/IconStorageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStorageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStorageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStorageOutlinedFilled as default } diff --git a/src/IconStorageRounded.tsx b/src/IconStorageRounded.tsx index 2f768b3d3..919949e5e 100644 --- a/src/IconStorageRounded.tsx +++ b/src/IconStorageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorageRounded: React.FC = ({ ...props }) => ( +export const IconStorageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorageRounded as default } diff --git a/src/IconStorageRoundedFilled.tsx b/src/IconStorageRoundedFilled.tsx index 87896a9dc..1655d081e 100644 --- a/src/IconStorageRoundedFilled.tsx +++ b/src/IconStorageRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStorageRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorageRoundedFilled as default } diff --git a/src/IconStorageSharp.tsx b/src/IconStorageSharp.tsx index 0d3e3af52..ff30b5b7d 100644 --- a/src/IconStorageSharp.tsx +++ b/src/IconStorageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorageSharp: React.FC = ({ ...props }) => ( +export const IconStorageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorageSharp as default } diff --git a/src/IconStorageSharpFilled.tsx b/src/IconStorageSharpFilled.tsx index 2d2273f17..35b131d54 100644 --- a/src/IconStorageSharpFilled.tsx +++ b/src/IconStorageSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorageSharpFilled: React.FC = ({ ...props }) => ( +export const IconStorageSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorageSharpFilled as default } diff --git a/src/IconStoreOutlined.tsx b/src/IconStoreOutlined.tsx index 57d7fffa2..68847a4ea 100644 --- a/src/IconStoreOutlined.tsx +++ b/src/IconStoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreOutlined: React.FC = ({ ...props }) => ( +export const IconStoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreOutlined as default } diff --git a/src/IconStoreOutlinedFilled.tsx b/src/IconStoreOutlinedFilled.tsx index 9ba695d7d..52d85e20b 100644 --- a/src/IconStoreOutlinedFilled.tsx +++ b/src/IconStoreOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStoreOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreOutlinedFilled as default } diff --git a/src/IconStoreRounded.tsx b/src/IconStoreRounded.tsx index fb83e591c..53a7d4c41 100644 --- a/src/IconStoreRounded.tsx +++ b/src/IconStoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreRounded: React.FC = ({ ...props }) => ( +export const IconStoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreRounded as default } diff --git a/src/IconStoreRoundedFilled.tsx b/src/IconStoreRoundedFilled.tsx index 9583896ae..9ab83a902 100644 --- a/src/IconStoreRoundedFilled.tsx +++ b/src/IconStoreRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStoreRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreRoundedFilled as default } diff --git a/src/IconStoreSharp.tsx b/src/IconStoreSharp.tsx index 4d24768c8..d2c068798 100644 --- a/src/IconStoreSharp.tsx +++ b/src/IconStoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreSharp: React.FC = ({ ...props }) => ( +export const IconStoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreSharp as default } diff --git a/src/IconStoreSharpFilled.tsx b/src/IconStoreSharpFilled.tsx index 56c5359f0..7b7fa6ac8 100644 --- a/src/IconStoreSharpFilled.tsx +++ b/src/IconStoreSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconStoreSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStoreSharpFilled as default } diff --git a/src/IconStorefrontOutlined.tsx b/src/IconStorefrontOutlined.tsx index 27201fa32..1dbb0c4bb 100644 --- a/src/IconStorefrontOutlined.tsx +++ b/src/IconStorefrontOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontOutlined: React.FC = ({ ...props }) => ( +export const IconStorefrontOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorefrontOutlined as default } diff --git a/src/IconStorefrontOutlinedFilled.tsx b/src/IconStorefrontOutlinedFilled.tsx index 0f19aa7f5..821038691 100644 --- a/src/IconStorefrontOutlinedFilled.tsx +++ b/src/IconStorefrontOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStorefrontOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStorefrontOutlinedFilled as default } diff --git a/src/IconStorefrontRounded.tsx b/src/IconStorefrontRounded.tsx index 4cc314161..2c6b2084f 100644 --- a/src/IconStorefrontRounded.tsx +++ b/src/IconStorefrontRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontRounded: React.FC = ({ ...props }) => ( +export const IconStorefrontRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorefrontRounded as default } diff --git a/src/IconStorefrontRoundedFilled.tsx b/src/IconStorefrontRoundedFilled.tsx index 50a14dc28..186e4ef2f 100644 --- a/src/IconStorefrontRoundedFilled.tsx +++ b/src/IconStorefrontRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStorefrontRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStorefrontRoundedFilled as default } diff --git a/src/IconStorefrontSharp.tsx b/src/IconStorefrontSharp.tsx index 7dac0017c..21caf51f3 100644 --- a/src/IconStorefrontSharp.tsx +++ b/src/IconStorefrontSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontSharp: React.FC = ({ ...props }) => ( +export const IconStorefrontSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStorefrontSharp as default } diff --git a/src/IconStorefrontSharpFilled.tsx b/src/IconStorefrontSharpFilled.tsx index 5d1562204..13944050d 100644 --- a/src/IconStorefrontSharpFilled.tsx +++ b/src/IconStorefrontSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStorefrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconStorefrontSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStorefrontSharpFilled as default } diff --git a/src/IconStormOutlined.tsx b/src/IconStormOutlined.tsx index 5fbf95409..a4349abdf 100644 --- a/src/IconStormOutlined.tsx +++ b/src/IconStormOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormOutlined: React.FC = ({ ...props }) => ( +export const IconStormOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormOutlined as default } diff --git a/src/IconStormOutlinedFilled.tsx b/src/IconStormOutlinedFilled.tsx index 763b3a500..bce3ce5ad 100644 --- a/src/IconStormOutlinedFilled.tsx +++ b/src/IconStormOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStormOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormOutlinedFilled as default } diff --git a/src/IconStormRounded.tsx b/src/IconStormRounded.tsx index f6e29e489..55fde7bf3 100644 --- a/src/IconStormRounded.tsx +++ b/src/IconStormRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormRounded: React.FC = ({ ...props }) => ( +export const IconStormRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormRounded as default } diff --git a/src/IconStormRoundedFilled.tsx b/src/IconStormRoundedFilled.tsx index eb7774c56..d0268f8cd 100644 --- a/src/IconStormRoundedFilled.tsx +++ b/src/IconStormRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStormRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormRoundedFilled as default } diff --git a/src/IconStormSharp.tsx b/src/IconStormSharp.tsx index 959fe87dc..291eaf67e 100644 --- a/src/IconStormSharp.tsx +++ b/src/IconStormSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormSharp: React.FC = ({ ...props }) => ( +export const IconStormSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormSharp as default } diff --git a/src/IconStormSharpFilled.tsx b/src/IconStormSharpFilled.tsx index c7caf3856..2fa269a9a 100644 --- a/src/IconStormSharpFilled.tsx +++ b/src/IconStormSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStormSharpFilled: React.FC = ({ ...props }) => ( +export const IconStormSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStormSharpFilled as default } diff --git a/src/IconStraightOutlined.tsx b/src/IconStraightOutlined.tsx index 894d61b53..0dc096a40 100644 --- a/src/IconStraightOutlined.tsx +++ b/src/IconStraightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightOutlined: React.FC = ({ ...props }) => ( +export const IconStraightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightOutlined as default } diff --git a/src/IconStraightOutlinedFilled.tsx b/src/IconStraightOutlinedFilled.tsx index 665f990f0..64928ba47 100644 --- a/src/IconStraightOutlinedFilled.tsx +++ b/src/IconStraightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStraightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStraightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStraightOutlinedFilled as default } diff --git a/src/IconStraightRounded.tsx b/src/IconStraightRounded.tsx index d0aa979a9..2882fe48d 100644 --- a/src/IconStraightRounded.tsx +++ b/src/IconStraightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightRounded: React.FC = ({ ...props }) => ( +export const IconStraightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightRounded as default } diff --git a/src/IconStraightRoundedFilled.tsx b/src/IconStraightRoundedFilled.tsx index 878b266db..a91b6dfc6 100644 --- a/src/IconStraightRoundedFilled.tsx +++ b/src/IconStraightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStraightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStraightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStraightRoundedFilled as default } diff --git a/src/IconStraightSharp.tsx b/src/IconStraightSharp.tsx index 800f0820b..48cc69ca5 100644 --- a/src/IconStraightSharp.tsx +++ b/src/IconStraightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightSharp: React.FC = ({ ...props }) => ( +export const IconStraightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightSharp as default } diff --git a/src/IconStraightSharpFilled.tsx b/src/IconStraightSharpFilled.tsx index 5efbdb0b1..00fe75d11 100644 --- a/src/IconStraightSharpFilled.tsx +++ b/src/IconStraightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightSharpFilled: React.FC = ({ ...props }) => ( +export const IconStraightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightSharpFilled as default } diff --git a/src/IconStraightenOutlined.tsx b/src/IconStraightenOutlined.tsx index 6a678e0ae..019191a97 100644 --- a/src/IconStraightenOutlined.tsx +++ b/src/IconStraightenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenOutlined: React.FC = ({ ...props }) => ( +export const IconStraightenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightenOutlined as default } diff --git a/src/IconStraightenOutlinedFilled.tsx b/src/IconStraightenOutlinedFilled.tsx index 560b22d1e..e13230c7d 100644 --- a/src/IconStraightenOutlinedFilled.tsx +++ b/src/IconStraightenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStraightenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStraightenOutlinedFilled as default } diff --git a/src/IconStraightenRounded.tsx b/src/IconStraightenRounded.tsx index a62618394..6d9d9304e 100644 --- a/src/IconStraightenRounded.tsx +++ b/src/IconStraightenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenRounded: React.FC = ({ ...props }) => ( +export const IconStraightenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightenRounded as default } diff --git a/src/IconStraightenRoundedFilled.tsx b/src/IconStraightenRoundedFilled.tsx index 14f3d38d4..2900ea358 100644 --- a/src/IconStraightenRoundedFilled.tsx +++ b/src/IconStraightenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStraightenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStraightenRoundedFilled as default } diff --git a/src/IconStraightenSharp.tsx b/src/IconStraightenSharp.tsx index 5435ede8d..c1b41d966 100644 --- a/src/IconStraightenSharp.tsx +++ b/src/IconStraightenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenSharp: React.FC = ({ ...props }) => ( +export const IconStraightenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStraightenSharp as default } diff --git a/src/IconStraightenSharpFilled.tsx b/src/IconStraightenSharpFilled.tsx index ba3763f7e..1883b4d53 100644 --- a/src/IconStraightenSharpFilled.tsx +++ b/src/IconStraightenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStraightenSharpFilled: React.FC = ({ ...props }) => ( +export const IconStraightenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStraightenSharpFilled as default } diff --git a/src/IconStrategyOutlined.tsx b/src/IconStrategyOutlined.tsx index 9abde21b5..ec3a7ec2d 100644 --- a/src/IconStrategyOutlined.tsx +++ b/src/IconStrategyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrategyOutlined: React.FC = ({ ...props }) => ( +export const IconStrategyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrategyOutlined as default } diff --git a/src/IconStrategyOutlinedFilled.tsx b/src/IconStrategyOutlinedFilled.tsx index 3083b7344..1fa2e9fc8 100644 --- a/src/IconStrategyOutlinedFilled.tsx +++ b/src/IconStrategyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrategyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStrategyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrategyOutlinedFilled as default } diff --git a/src/IconStrategyRounded.tsx b/src/IconStrategyRounded.tsx index bfd34449d..36538aff2 100644 --- a/src/IconStrategyRounded.tsx +++ b/src/IconStrategyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrategyRounded: React.FC = ({ ...props }) => ( +export const IconStrategyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrategyRounded as default } diff --git a/src/IconStrategyRoundedFilled.tsx b/src/IconStrategyRoundedFilled.tsx index 44722b840..f59e58d2a 100644 --- a/src/IconStrategyRoundedFilled.tsx +++ b/src/IconStrategyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrategyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStrategyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrategyRoundedFilled as default } diff --git a/src/IconStrategySharp.tsx b/src/IconStrategySharp.tsx index 93b1cd3bc..0465b05dd 100644 --- a/src/IconStrategySharp.tsx +++ b/src/IconStrategySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrategySharp: React.FC = ({ ...props }) => ( +export const IconStrategySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrategySharp as default } diff --git a/src/IconStrategySharpFilled.tsx b/src/IconStrategySharpFilled.tsx index dfdbaca08..a1385f1f1 100644 --- a/src/IconStrategySharpFilled.tsx +++ b/src/IconStrategySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrategySharpFilled: React.FC = ({ ...props }) => ( +export const IconStrategySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrategySharpFilled as default } diff --git a/src/IconStreamAppsOutlined.tsx b/src/IconStreamAppsOutlined.tsx index 899524be8..33e8901d8 100644 --- a/src/IconStreamAppsOutlined.tsx +++ b/src/IconStreamAppsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsOutlined: React.FC = ({ ...props }) => ( +export const IconStreamAppsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamAppsOutlined as default } diff --git a/src/IconStreamAppsOutlinedFilled.tsx b/src/IconStreamAppsOutlinedFilled.tsx index 61ee24f02..8b5a138fc 100644 --- a/src/IconStreamAppsOutlinedFilled.tsx +++ b/src/IconStreamAppsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStreamAppsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreamAppsOutlinedFilled as default } diff --git a/src/IconStreamAppsRounded.tsx b/src/IconStreamAppsRounded.tsx index 20beb675f..234f65aa0 100644 --- a/src/IconStreamAppsRounded.tsx +++ b/src/IconStreamAppsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsRounded: React.FC = ({ ...props }) => ( +export const IconStreamAppsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamAppsRounded as default } diff --git a/src/IconStreamAppsRoundedFilled.tsx b/src/IconStreamAppsRoundedFilled.tsx index 4f4b32522..7f9a5e03b 100644 --- a/src/IconStreamAppsRoundedFilled.tsx +++ b/src/IconStreamAppsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStreamAppsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreamAppsRoundedFilled as default } diff --git a/src/IconStreamAppsSharp.tsx b/src/IconStreamAppsSharp.tsx index f97d2593c..4317ed3e8 100644 --- a/src/IconStreamAppsSharp.tsx +++ b/src/IconStreamAppsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsSharp: React.FC = ({ ...props }) => ( +export const IconStreamAppsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamAppsSharp as default } diff --git a/src/IconStreamAppsSharpFilled.tsx b/src/IconStreamAppsSharpFilled.tsx index c20a0290e..51f753a19 100644 --- a/src/IconStreamAppsSharpFilled.tsx +++ b/src/IconStreamAppsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreamAppsSharpFilled: React.FC = ({ ...props }) => ( +export const IconStreamAppsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreamAppsSharpFilled as default } diff --git a/src/IconStreamOutlined.tsx b/src/IconStreamOutlined.tsx index 7f7ad16d6..f38c80bdc 100644 --- a/src/IconStreamOutlined.tsx +++ b/src/IconStreamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamOutlined: React.FC = ({ ...props }) => ( +export const IconStreamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamOutlined as default } diff --git a/src/IconStreamOutlinedFilled.tsx b/src/IconStreamOutlinedFilled.tsx index 7a0fe9242..b6ffacbc6 100644 --- a/src/IconStreamOutlinedFilled.tsx +++ b/src/IconStreamOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStreamOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamOutlinedFilled as default } diff --git a/src/IconStreamRounded.tsx b/src/IconStreamRounded.tsx index 254c7c4e7..8fda6e6de 100644 --- a/src/IconStreamRounded.tsx +++ b/src/IconStreamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamRounded: React.FC = ({ ...props }) => ( +export const IconStreamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamRounded as default } diff --git a/src/IconStreamRoundedFilled.tsx b/src/IconStreamRoundedFilled.tsx index 7f47cdfde..2b6f569c5 100644 --- a/src/IconStreamRoundedFilled.tsx +++ b/src/IconStreamRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStreamRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamRoundedFilled as default } diff --git a/src/IconStreamSharp.tsx b/src/IconStreamSharp.tsx index 615285278..f79fe99e4 100644 --- a/src/IconStreamSharp.tsx +++ b/src/IconStreamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamSharp: React.FC = ({ ...props }) => ( +export const IconStreamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamSharp as default } diff --git a/src/IconStreamSharpFilled.tsx b/src/IconStreamSharpFilled.tsx index 8b0bb3c15..b040c52e4 100644 --- a/src/IconStreamSharpFilled.tsx +++ b/src/IconStreamSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreamSharpFilled: React.FC = ({ ...props }) => ( +export const IconStreamSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreamSharpFilled as default } diff --git a/src/IconStreetviewOutlined.tsx b/src/IconStreetviewOutlined.tsx index 9140837b8..541a25409 100644 --- a/src/IconStreetviewOutlined.tsx +++ b/src/IconStreetviewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewOutlined: React.FC = ({ ...props }) => ( +export const IconStreetviewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreetviewOutlined as default } diff --git a/src/IconStreetviewOutlinedFilled.tsx b/src/IconStreetviewOutlinedFilled.tsx index a73dc37eb..7b366fe16 100644 --- a/src/IconStreetviewOutlinedFilled.tsx +++ b/src/IconStreetviewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStreetviewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreetviewOutlinedFilled as default } diff --git a/src/IconStreetviewRounded.tsx b/src/IconStreetviewRounded.tsx index 47d3f1302..6a25a4845 100644 --- a/src/IconStreetviewRounded.tsx +++ b/src/IconStreetviewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewRounded: React.FC = ({ ...props }) => ( +export const IconStreetviewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreetviewRounded as default } diff --git a/src/IconStreetviewRoundedFilled.tsx b/src/IconStreetviewRoundedFilled.tsx index d3d8412d6..fb7446a59 100644 --- a/src/IconStreetviewRoundedFilled.tsx +++ b/src/IconStreetviewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStreetviewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreetviewRoundedFilled as default } diff --git a/src/IconStreetviewSharp.tsx b/src/IconStreetviewSharp.tsx index 09abb94fb..00bb16bd4 100644 --- a/src/IconStreetviewSharp.tsx +++ b/src/IconStreetviewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewSharp: React.FC = ({ ...props }) => ( +export const IconStreetviewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStreetviewSharp as default } diff --git a/src/IconStreetviewSharpFilled.tsx b/src/IconStreetviewSharpFilled.tsx index c1f1a5448..c46fe4c7d 100644 --- a/src/IconStreetviewSharpFilled.tsx +++ b/src/IconStreetviewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStreetviewSharpFilled: React.FC = ({ ...props }) => ( +export const IconStreetviewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStreetviewSharpFilled as default } diff --git a/src/IconStressManagementOutlined.tsx b/src/IconStressManagementOutlined.tsx index f26c5b695..3a9f8cb59 100644 --- a/src/IconStressManagementOutlined.tsx +++ b/src/IconStressManagementOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementOutlined: React.FC = ({ ...props }) => ( +export const IconStressManagementOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStressManagementOutlined as default } diff --git a/src/IconStressManagementOutlinedFilled.tsx b/src/IconStressManagementOutlinedFilled.tsx index 56a5e28ba..8f2126793 100644 --- a/src/IconStressManagementOutlinedFilled.tsx +++ b/src/IconStressManagementOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementOutlinedFilled: React.FC = ({ +export const IconStressManagementOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStressManagementOutlinedFilled: React.FC = ({ ) - -export { IconStressManagementOutlinedFilled as default } diff --git a/src/IconStressManagementRounded.tsx b/src/IconStressManagementRounded.tsx index 04c7f0283..e1d6575b9 100644 --- a/src/IconStressManagementRounded.tsx +++ b/src/IconStressManagementRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementRounded: React.FC = ({ ...props }) => ( +export const IconStressManagementRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStressManagementRounded as default } diff --git a/src/IconStressManagementRoundedFilled.tsx b/src/IconStressManagementRoundedFilled.tsx index de82b0507..fec8cce76 100644 --- a/src/IconStressManagementRoundedFilled.tsx +++ b/src/IconStressManagementRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementRoundedFilled: React.FC = ({ +export const IconStressManagementRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStressManagementRoundedFilled: React.FC = ({ ) - -export { IconStressManagementRoundedFilled as default } diff --git a/src/IconStressManagementSharp.tsx b/src/IconStressManagementSharp.tsx index 1d8851d08..4c304c44c 100644 --- a/src/IconStressManagementSharp.tsx +++ b/src/IconStressManagementSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementSharp: React.FC = ({ ...props }) => ( +export const IconStressManagementSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStressManagementSharp as default } diff --git a/src/IconStressManagementSharpFilled.tsx b/src/IconStressManagementSharpFilled.tsx index 9b1db1c48..fe2772348 100644 --- a/src/IconStressManagementSharpFilled.tsx +++ b/src/IconStressManagementSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStressManagementSharpFilled: React.FC = ({ ...props }) => ( +export const IconStressManagementSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStressManagementSharpFilled as default } diff --git a/src/IconStrikethroughSOutlined.tsx b/src/IconStrikethroughSOutlined.tsx index 2bf2c398c..12052b372 100644 --- a/src/IconStrikethroughSOutlined.tsx +++ b/src/IconStrikethroughSOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSOutlined: React.FC = ({ ...props }) => ( +export const IconStrikethroughSOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrikethroughSOutlined as default } diff --git a/src/IconStrikethroughSOutlinedFilled.tsx b/src/IconStrikethroughSOutlinedFilled.tsx index 7b61cde91..d94a99b9d 100644 --- a/src/IconStrikethroughSOutlinedFilled.tsx +++ b/src/IconStrikethroughSOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSOutlinedFilled: React.FC = ({ +export const IconStrikethroughSOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStrikethroughSOutlinedFilled: React.FC = ({ ) - -export { IconStrikethroughSOutlinedFilled as default } diff --git a/src/IconStrikethroughSRounded.tsx b/src/IconStrikethroughSRounded.tsx index cff03ce2f..be447e3d7 100644 --- a/src/IconStrikethroughSRounded.tsx +++ b/src/IconStrikethroughSRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSRounded: React.FC = ({ ...props }) => ( +export const IconStrikethroughSRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrikethroughSRounded as default } diff --git a/src/IconStrikethroughSRoundedFilled.tsx b/src/IconStrikethroughSRoundedFilled.tsx index 4e750a686..10580deb1 100644 --- a/src/IconStrikethroughSRoundedFilled.tsx +++ b/src/IconStrikethroughSRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStrikethroughSRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrikethroughSRoundedFilled as default } diff --git a/src/IconStrikethroughSSharp.tsx b/src/IconStrikethroughSSharp.tsx index 1b9a73d7f..1d5efd3c5 100644 --- a/src/IconStrikethroughSSharp.tsx +++ b/src/IconStrikethroughSSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSSharp: React.FC = ({ ...props }) => ( +export const IconStrikethroughSSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrikethroughSSharp as default } diff --git a/src/IconStrikethroughSSharpFilled.tsx b/src/IconStrikethroughSSharpFilled.tsx index d1709557d..b37a4a5fd 100644 --- a/src/IconStrikethroughSSharpFilled.tsx +++ b/src/IconStrikethroughSSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrikethroughSSharpFilled: React.FC = ({ ...props }) => ( +export const IconStrikethroughSSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrikethroughSSharpFilled as default } diff --git a/src/IconStrokeFullOutlined.tsx b/src/IconStrokeFullOutlined.tsx index 0a779b6f5..5406709f6 100644 --- a/src/IconStrokeFullOutlined.tsx +++ b/src/IconStrokeFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullOutlined: React.FC = ({ ...props }) => ( +export const IconStrokeFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrokeFullOutlined as default } diff --git a/src/IconStrokeFullOutlinedFilled.tsx b/src/IconStrokeFullOutlinedFilled.tsx index 804c19479..a67a8c279 100644 --- a/src/IconStrokeFullOutlinedFilled.tsx +++ b/src/IconStrokeFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStrokeFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokeFullOutlinedFilled as default } diff --git a/src/IconStrokeFullRounded.tsx b/src/IconStrokeFullRounded.tsx index 5f3119ef9..631d81171 100644 --- a/src/IconStrokeFullRounded.tsx +++ b/src/IconStrokeFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullRounded: React.FC = ({ ...props }) => ( +export const IconStrokeFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrokeFullRounded as default } diff --git a/src/IconStrokeFullRoundedFilled.tsx b/src/IconStrokeFullRoundedFilled.tsx index 87815f419..26ccf8eaf 100644 --- a/src/IconStrokeFullRoundedFilled.tsx +++ b/src/IconStrokeFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStrokeFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokeFullRoundedFilled as default } diff --git a/src/IconStrokeFullSharp.tsx b/src/IconStrokeFullSharp.tsx index 693735ef8..44a0c406e 100644 --- a/src/IconStrokeFullSharp.tsx +++ b/src/IconStrokeFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullSharp: React.FC = ({ ...props }) => ( +export const IconStrokeFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrokeFullSharp as default } diff --git a/src/IconStrokeFullSharpFilled.tsx b/src/IconStrokeFullSharpFilled.tsx index 2f0a77a32..fee10fa8f 100644 --- a/src/IconStrokeFullSharpFilled.tsx +++ b/src/IconStrokeFullSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokeFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconStrokeFullSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokeFullSharpFilled as default } diff --git a/src/IconStrokePartialOutlined.tsx b/src/IconStrokePartialOutlined.tsx index 488700251..07da04a91 100644 --- a/src/IconStrokePartialOutlined.tsx +++ b/src/IconStrokePartialOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialOutlined: React.FC = ({ ...props }) => ( +export const IconStrokePartialOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokePartialOutlined as default } diff --git a/src/IconStrokePartialOutlinedFilled.tsx b/src/IconStrokePartialOutlinedFilled.tsx index cd7c4471d..d53c86c0a 100644 --- a/src/IconStrokePartialOutlinedFilled.tsx +++ b/src/IconStrokePartialOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStrokePartialOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokePartialOutlinedFilled as default } diff --git a/src/IconStrokePartialRounded.tsx b/src/IconStrokePartialRounded.tsx index abe8f111b..71dfcf2a7 100644 --- a/src/IconStrokePartialRounded.tsx +++ b/src/IconStrokePartialRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialRounded: React.FC = ({ ...props }) => ( +export const IconStrokePartialRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrokePartialRounded as default } diff --git a/src/IconStrokePartialRoundedFilled.tsx b/src/IconStrokePartialRoundedFilled.tsx index 0b12f4905..27e3679b1 100644 --- a/src/IconStrokePartialRoundedFilled.tsx +++ b/src/IconStrokePartialRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStrokePartialRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokePartialRoundedFilled as default } diff --git a/src/IconStrokePartialSharp.tsx b/src/IconStrokePartialSharp.tsx index 9a5291c8d..e07d3283c 100644 --- a/src/IconStrokePartialSharp.tsx +++ b/src/IconStrokePartialSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialSharp: React.FC = ({ ...props }) => ( +export const IconStrokePartialSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrokePartialSharp as default } diff --git a/src/IconStrokePartialSharpFilled.tsx b/src/IconStrokePartialSharpFilled.tsx index 51626bf70..098cc05dd 100644 --- a/src/IconStrokePartialSharpFilled.tsx +++ b/src/IconStrokePartialSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrokePartialSharpFilled: React.FC = ({ ...props }) => ( +export const IconStrokePartialSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrokePartialSharpFilled as default } diff --git a/src/IconStrollerOutlined.tsx b/src/IconStrollerOutlined.tsx index 09638f4f0..c92afa460 100644 --- a/src/IconStrollerOutlined.tsx +++ b/src/IconStrollerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerOutlined: React.FC = ({ ...props }) => ( +export const IconStrollerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrollerOutlined as default } diff --git a/src/IconStrollerOutlinedFilled.tsx b/src/IconStrollerOutlinedFilled.tsx index cadde1b16..da1376ced 100644 --- a/src/IconStrollerOutlinedFilled.tsx +++ b/src/IconStrollerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStrollerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrollerOutlinedFilled as default } diff --git a/src/IconStrollerRounded.tsx b/src/IconStrollerRounded.tsx index 2988493dc..98e76d0d8 100644 --- a/src/IconStrollerRounded.tsx +++ b/src/IconStrollerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerRounded: React.FC = ({ ...props }) => ( +export const IconStrollerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrollerRounded as default } diff --git a/src/IconStrollerRoundedFilled.tsx b/src/IconStrollerRoundedFilled.tsx index c03af1bcb..9d1a53402 100644 --- a/src/IconStrollerRoundedFilled.tsx +++ b/src/IconStrollerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStrollerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStrollerRoundedFilled as default } diff --git a/src/IconStrollerSharp.tsx b/src/IconStrollerSharp.tsx index c10cdf04f..20c706965 100644 --- a/src/IconStrollerSharp.tsx +++ b/src/IconStrollerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerSharp: React.FC = ({ ...props }) => ( +export const IconStrollerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrollerSharp as default } diff --git a/src/IconStrollerSharpFilled.tsx b/src/IconStrollerSharpFilled.tsx index 9fe1ca0a9..ced1da154 100644 --- a/src/IconStrollerSharpFilled.tsx +++ b/src/IconStrollerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStrollerSharpFilled: React.FC = ({ ...props }) => ( +export const IconStrollerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStrollerSharpFilled as default } diff --git a/src/IconStyleOutlined.tsx b/src/IconStyleOutlined.tsx index 4e60f77fc..93afab9eb 100644 --- a/src/IconStyleOutlined.tsx +++ b/src/IconStyleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleOutlined: React.FC = ({ ...props }) => ( +export const IconStyleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleOutlined as default } diff --git a/src/IconStyleOutlinedFilled.tsx b/src/IconStyleOutlinedFilled.tsx index 548f64ca1..7da294567 100644 --- a/src/IconStyleOutlinedFilled.tsx +++ b/src/IconStyleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStyleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleOutlinedFilled as default } diff --git a/src/IconStyleRounded.tsx b/src/IconStyleRounded.tsx index 7bcf93e98..7d4973aba 100644 --- a/src/IconStyleRounded.tsx +++ b/src/IconStyleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleRounded: React.FC = ({ ...props }) => ( +export const IconStyleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleRounded as default } diff --git a/src/IconStyleRoundedFilled.tsx b/src/IconStyleRoundedFilled.tsx index f884efe74..cba80bcd0 100644 --- a/src/IconStyleRoundedFilled.tsx +++ b/src/IconStyleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStyleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleRoundedFilled as default } diff --git a/src/IconStyleSharp.tsx b/src/IconStyleSharp.tsx index 8c89c4d45..e24beec48 100644 --- a/src/IconStyleSharp.tsx +++ b/src/IconStyleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleSharp: React.FC = ({ ...props }) => ( +export const IconStyleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleSharp as default } diff --git a/src/IconStyleSharpFilled.tsx b/src/IconStyleSharpFilled.tsx index 9fb2f8ddb..1cdac8ce8 100644 --- a/src/IconStyleSharpFilled.tsx +++ b/src/IconStyleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStyleSharpFilled: React.FC = ({ ...props }) => ( +export const IconStyleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStyleSharpFilled as default } diff --git a/src/IconStylerOutlined.tsx b/src/IconStylerOutlined.tsx index df79c207e..dedad654c 100644 --- a/src/IconStylerOutlined.tsx +++ b/src/IconStylerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerOutlined: React.FC = ({ ...props }) => ( +export const IconStylerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerOutlined as default } diff --git a/src/IconStylerOutlinedFilled.tsx b/src/IconStylerOutlinedFilled.tsx index f1241124c..fd8602beb 100644 --- a/src/IconStylerOutlinedFilled.tsx +++ b/src/IconStylerOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStylerOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerOutlinedFilled as default } diff --git a/src/IconStylerRounded.tsx b/src/IconStylerRounded.tsx index 3502eebcd..f4731f659 100644 --- a/src/IconStylerRounded.tsx +++ b/src/IconStylerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerRounded: React.FC = ({ ...props }) => ( +export const IconStylerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerRounded as default } diff --git a/src/IconStylerRoundedFilled.tsx b/src/IconStylerRoundedFilled.tsx index 9e24a1147..fd27903c8 100644 --- a/src/IconStylerRoundedFilled.tsx +++ b/src/IconStylerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStylerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerRoundedFilled as default } diff --git a/src/IconStylerSharp.tsx b/src/IconStylerSharp.tsx index 547bfc622..8b335f1fa 100644 --- a/src/IconStylerSharp.tsx +++ b/src/IconStylerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerSharp: React.FC = ({ ...props }) => ( +export const IconStylerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerSharp as default } diff --git a/src/IconStylerSharpFilled.tsx b/src/IconStylerSharpFilled.tsx index 8ef3bfab7..9da36e172 100644 --- a/src/IconStylerSharpFilled.tsx +++ b/src/IconStylerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylerSharpFilled: React.FC = ({ ...props }) => ( +export const IconStylerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylerSharpFilled as default } diff --git a/src/IconStylusLaserPointerOutlined.tsx b/src/IconStylusLaserPointerOutlined.tsx index c65843c70..d8284906f 100644 --- a/src/IconStylusLaserPointerOutlined.tsx +++ b/src/IconStylusLaserPointerOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerOutlined: React.FC = ({ ...props }) => ( +export const IconStylusLaserPointerOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusLaserPointerOutlined as default } diff --git a/src/IconStylusLaserPointerOutlinedFilled.tsx b/src/IconStylusLaserPointerOutlinedFilled.tsx index 1b1796d82..b9ebab5f5 100644 --- a/src/IconStylusLaserPointerOutlinedFilled.tsx +++ b/src/IconStylusLaserPointerOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerOutlinedFilled: React.FC = ({ +export const IconStylusLaserPointerOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStylusLaserPointerOutlinedFilled: React.FC = ({ ) - -export { IconStylusLaserPointerOutlinedFilled as default } diff --git a/src/IconStylusLaserPointerRounded.tsx b/src/IconStylusLaserPointerRounded.tsx index 015b1cabc..66c4cb41d 100644 --- a/src/IconStylusLaserPointerRounded.tsx +++ b/src/IconStylusLaserPointerRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerRounded: React.FC = ({ ...props }) => ( +export const IconStylusLaserPointerRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusLaserPointerRounded as default } diff --git a/src/IconStylusLaserPointerRoundedFilled.tsx b/src/IconStylusLaserPointerRoundedFilled.tsx index 2e2950162..8044cbe7d 100644 --- a/src/IconStylusLaserPointerRoundedFilled.tsx +++ b/src/IconStylusLaserPointerRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerRoundedFilled: React.FC = ({ +export const IconStylusLaserPointerRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStylusLaserPointerRoundedFilled: React.FC = ({ ) - -export { IconStylusLaserPointerRoundedFilled as default } diff --git a/src/IconStylusLaserPointerSharp.tsx b/src/IconStylusLaserPointerSharp.tsx index e1849d801..fa252956d 100644 --- a/src/IconStylusLaserPointerSharp.tsx +++ b/src/IconStylusLaserPointerSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerSharp: React.FC = ({ ...props }) => ( +export const IconStylusLaserPointerSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusLaserPointerSharp as default } diff --git a/src/IconStylusLaserPointerSharpFilled.tsx b/src/IconStylusLaserPointerSharpFilled.tsx index 52f3d9d58..5a61066b0 100644 --- a/src/IconStylusLaserPointerSharpFilled.tsx +++ b/src/IconStylusLaserPointerSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconStylusLaserPointerSharpFilled: React.FC = ({ +export const IconStylusLaserPointerSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconStylusLaserPointerSharpFilled: React.FC = ({ ) - -export { IconStylusLaserPointerSharpFilled as default } diff --git a/src/IconStylusNoteOutlined.tsx b/src/IconStylusNoteOutlined.tsx index 8ee7506ab..9706ce6bf 100644 --- a/src/IconStylusNoteOutlined.tsx +++ b/src/IconStylusNoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteOutlined: React.FC = ({ ...props }) => ( +export const IconStylusNoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusNoteOutlined as default } diff --git a/src/IconStylusNoteOutlinedFilled.tsx b/src/IconStylusNoteOutlinedFilled.tsx index 58a75ec12..50084bb14 100644 --- a/src/IconStylusNoteOutlinedFilled.tsx +++ b/src/IconStylusNoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStylusNoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusNoteOutlinedFilled as default } diff --git a/src/IconStylusNoteRounded.tsx b/src/IconStylusNoteRounded.tsx index c1a9686e6..f9aa191b7 100644 --- a/src/IconStylusNoteRounded.tsx +++ b/src/IconStylusNoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteRounded: React.FC = ({ ...props }) => ( +export const IconStylusNoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusNoteRounded as default } diff --git a/src/IconStylusNoteRoundedFilled.tsx b/src/IconStylusNoteRoundedFilled.tsx index 110e13728..95b079167 100644 --- a/src/IconStylusNoteRoundedFilled.tsx +++ b/src/IconStylusNoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStylusNoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusNoteRoundedFilled as default } diff --git a/src/IconStylusNoteSharp.tsx b/src/IconStylusNoteSharp.tsx index 525c2007c..656222137 100644 --- a/src/IconStylusNoteSharp.tsx +++ b/src/IconStylusNoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteSharp: React.FC = ({ ...props }) => ( +export const IconStylusNoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusNoteSharp as default } diff --git a/src/IconStylusNoteSharpFilled.tsx b/src/IconStylusNoteSharpFilled.tsx index 92d0cc23e..0b30ca04a 100644 --- a/src/IconStylusNoteSharpFilled.tsx +++ b/src/IconStylusNoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconStylusNoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconStylusNoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconStylusNoteSharpFilled as default } diff --git a/src/IconStylusOutlined.tsx b/src/IconStylusOutlined.tsx index aa3fa1096..a2d7cb116 100644 --- a/src/IconStylusOutlined.tsx +++ b/src/IconStylusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusOutlined: React.FC = ({ ...props }) => ( +export const IconStylusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusOutlined as default } diff --git a/src/IconStylusOutlinedFilled.tsx b/src/IconStylusOutlinedFilled.tsx index c4d487760..c4722fb5c 100644 --- a/src/IconStylusOutlinedFilled.tsx +++ b/src/IconStylusOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconStylusOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusOutlinedFilled as default } diff --git a/src/IconStylusRounded.tsx b/src/IconStylusRounded.tsx index ea2814109..bdb7e852f 100644 --- a/src/IconStylusRounded.tsx +++ b/src/IconStylusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusRounded: React.FC = ({ ...props }) => ( +export const IconStylusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusRounded as default } diff --git a/src/IconStylusRoundedFilled.tsx b/src/IconStylusRoundedFilled.tsx index e5b8be540..69bd599ca 100644 --- a/src/IconStylusRoundedFilled.tsx +++ b/src/IconStylusRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconStylusRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusRoundedFilled as default } diff --git a/src/IconStylusSharp.tsx b/src/IconStylusSharp.tsx index d812e1f32..6c5495967 100644 --- a/src/IconStylusSharp.tsx +++ b/src/IconStylusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusSharp: React.FC = ({ ...props }) => ( +export const IconStylusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusSharp as default } diff --git a/src/IconStylusSharpFilled.tsx b/src/IconStylusSharpFilled.tsx index 2024499d1..c20817570 100644 --- a/src/IconStylusSharpFilled.tsx +++ b/src/IconStylusSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconStylusSharpFilled: React.FC = ({ ...props }) => ( +export const IconStylusSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconStylusSharpFilled as default } diff --git a/src/IconSubdirectoryArrowLeftOutlined.tsx b/src/IconSubdirectoryArrowLeftOutlined.tsx index b76d5cdf6..80edef330 100644 --- a/src/IconSubdirectoryArrowLeftOutlined.tsx +++ b/src/IconSubdirectoryArrowLeftOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftOutlined: React.FC = ({ +export const IconSubdirectoryArrowLeftOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowLeftOutlined: React.FC = ({ ) - -export { IconSubdirectoryArrowLeftOutlined as default } diff --git a/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx b/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx index 22315a7ef..656885e54 100644 --- a/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx +++ b/src/IconSubdirectoryArrowLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftOutlinedFilled: React.FC = ({ +export const IconSubdirectoryArrowLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowLeftOutlinedFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowLeftOutlinedFilled as default } diff --git a/src/IconSubdirectoryArrowLeftRounded.tsx b/src/IconSubdirectoryArrowLeftRounded.tsx index 44f2f8cd2..4b347452e 100644 --- a/src/IconSubdirectoryArrowLeftRounded.tsx +++ b/src/IconSubdirectoryArrowLeftRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftRounded: React.FC = ({ +export const IconSubdirectoryArrowLeftRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowLeftRounded: React.FC = ({ ) - -export { IconSubdirectoryArrowLeftRounded as default } diff --git a/src/IconSubdirectoryArrowLeftRoundedFilled.tsx b/src/IconSubdirectoryArrowLeftRoundedFilled.tsx index fa2ff2392..d95adad99 100644 --- a/src/IconSubdirectoryArrowLeftRoundedFilled.tsx +++ b/src/IconSubdirectoryArrowLeftRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftRoundedFilled: React.FC = ({ +export const IconSubdirectoryArrowLeftRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowLeftRoundedFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowLeftRoundedFilled as default } diff --git a/src/IconSubdirectoryArrowLeftSharp.tsx b/src/IconSubdirectoryArrowLeftSharp.tsx index 18689e846..0dad38f67 100644 --- a/src/IconSubdirectoryArrowLeftSharp.tsx +++ b/src/IconSubdirectoryArrowLeftSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftSharp: React.FC = ({ ...props }) => ( +export const IconSubdirectoryArrowLeftSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubdirectoryArrowLeftSharp as default } diff --git a/src/IconSubdirectoryArrowLeftSharpFilled.tsx b/src/IconSubdirectoryArrowLeftSharpFilled.tsx index 26b50a4ec..31222e908 100644 --- a/src/IconSubdirectoryArrowLeftSharpFilled.tsx +++ b/src/IconSubdirectoryArrowLeftSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowLeftSharpFilled: React.FC = ({ +export const IconSubdirectoryArrowLeftSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowLeftSharpFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowLeftSharpFilled as default } diff --git a/src/IconSubdirectoryArrowRightOutlined.tsx b/src/IconSubdirectoryArrowRightOutlined.tsx index 229e8a08d..ac4859b51 100644 --- a/src/IconSubdirectoryArrowRightOutlined.tsx +++ b/src/IconSubdirectoryArrowRightOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightOutlined: React.FC = ({ +export const IconSubdirectoryArrowRightOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowRightOutlined: React.FC = ({ ) - -export { IconSubdirectoryArrowRightOutlined as default } diff --git a/src/IconSubdirectoryArrowRightOutlinedFilled.tsx b/src/IconSubdirectoryArrowRightOutlinedFilled.tsx index 3ab9c6cfd..1a6db0a24 100644 --- a/src/IconSubdirectoryArrowRightOutlinedFilled.tsx +++ b/src/IconSubdirectoryArrowRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightOutlinedFilled: React.FC = ({ +export const IconSubdirectoryArrowRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowRightOutlinedFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowRightOutlinedFilled as default } diff --git a/src/IconSubdirectoryArrowRightRounded.tsx b/src/IconSubdirectoryArrowRightRounded.tsx index 6b45c8b79..44bde5a31 100644 --- a/src/IconSubdirectoryArrowRightRounded.tsx +++ b/src/IconSubdirectoryArrowRightRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightRounded: React.FC = ({ +export const IconSubdirectoryArrowRightRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowRightRounded: React.FC = ({ ) - -export { IconSubdirectoryArrowRightRounded as default } diff --git a/src/IconSubdirectoryArrowRightRoundedFilled.tsx b/src/IconSubdirectoryArrowRightRoundedFilled.tsx index 65503c2fb..a6ab34184 100644 --- a/src/IconSubdirectoryArrowRightRoundedFilled.tsx +++ b/src/IconSubdirectoryArrowRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightRoundedFilled: React.FC = ({ +export const IconSubdirectoryArrowRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowRightRoundedFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowRightRoundedFilled as default } diff --git a/src/IconSubdirectoryArrowRightSharp.tsx b/src/IconSubdirectoryArrowRightSharp.tsx index 97c521abc..4f036f3f3 100644 --- a/src/IconSubdirectoryArrowRightSharp.tsx +++ b/src/IconSubdirectoryArrowRightSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightSharp: React.FC = ({ ...props }) => ( +export const IconSubdirectoryArrowRightSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubdirectoryArrowRightSharp as default } diff --git a/src/IconSubdirectoryArrowRightSharpFilled.tsx b/src/IconSubdirectoryArrowRightSharpFilled.tsx index 3e91fb9a8..c02f53787 100644 --- a/src/IconSubdirectoryArrowRightSharpFilled.tsx +++ b/src/IconSubdirectoryArrowRightSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSubdirectoryArrowRightSharpFilled: React.FC = ({ +export const IconSubdirectoryArrowRightSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSubdirectoryArrowRightSharpFilled: React.FC = ({ ) - -export { IconSubdirectoryArrowRightSharpFilled as default } diff --git a/src/IconSubheaderOutlined.tsx b/src/IconSubheaderOutlined.tsx index 6dcf80059..528a8266f 100644 --- a/src/IconSubheaderOutlined.tsx +++ b/src/IconSubheaderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderOutlined: React.FC = ({ ...props }) => ( +export const IconSubheaderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubheaderOutlined as default } diff --git a/src/IconSubheaderOutlinedFilled.tsx b/src/IconSubheaderOutlinedFilled.tsx index 30c2bf714..1e9c8543d 100644 --- a/src/IconSubheaderOutlinedFilled.tsx +++ b/src/IconSubheaderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubheaderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubheaderOutlinedFilled as default } diff --git a/src/IconSubheaderRounded.tsx b/src/IconSubheaderRounded.tsx index 3c23526c6..c339b7817 100644 --- a/src/IconSubheaderRounded.tsx +++ b/src/IconSubheaderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderRounded: React.FC = ({ ...props }) => ( +export const IconSubheaderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubheaderRounded as default } diff --git a/src/IconSubheaderRoundedFilled.tsx b/src/IconSubheaderRoundedFilled.tsx index a07d62336..927446323 100644 --- a/src/IconSubheaderRoundedFilled.tsx +++ b/src/IconSubheaderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubheaderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubheaderRoundedFilled as default } diff --git a/src/IconSubheaderSharp.tsx b/src/IconSubheaderSharp.tsx index daf760fe8..a54e55fe7 100644 --- a/src/IconSubheaderSharp.tsx +++ b/src/IconSubheaderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderSharp: React.FC = ({ ...props }) => ( +export const IconSubheaderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubheaderSharp as default } diff --git a/src/IconSubheaderSharpFilled.tsx b/src/IconSubheaderSharpFilled.tsx index e1bdd4ea1..0a5d77965 100644 --- a/src/IconSubheaderSharpFilled.tsx +++ b/src/IconSubheaderSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubheaderSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubheaderSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubheaderSharpFilled as default } diff --git a/src/IconSubjectOutlined.tsx b/src/IconSubjectOutlined.tsx index 319320040..81b0d521f 100644 --- a/src/IconSubjectOutlined.tsx +++ b/src/IconSubjectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectOutlined: React.FC = ({ ...props }) => ( +export const IconSubjectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubjectOutlined as default } diff --git a/src/IconSubjectOutlinedFilled.tsx b/src/IconSubjectOutlinedFilled.tsx index e5255450c..54e07c888 100644 --- a/src/IconSubjectOutlinedFilled.tsx +++ b/src/IconSubjectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubjectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubjectOutlinedFilled as default } diff --git a/src/IconSubjectRounded.tsx b/src/IconSubjectRounded.tsx index 2795ce437..6d6397e90 100644 --- a/src/IconSubjectRounded.tsx +++ b/src/IconSubjectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectRounded: React.FC = ({ ...props }) => ( +export const IconSubjectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubjectRounded as default } diff --git a/src/IconSubjectRoundedFilled.tsx b/src/IconSubjectRoundedFilled.tsx index 32dc89659..df0d65412 100644 --- a/src/IconSubjectRoundedFilled.tsx +++ b/src/IconSubjectRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubjectRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubjectRoundedFilled as default } diff --git a/src/IconSubjectSharp.tsx b/src/IconSubjectSharp.tsx index 073d1301f..c64e3aaff 100644 --- a/src/IconSubjectSharp.tsx +++ b/src/IconSubjectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectSharp: React.FC = ({ ...props }) => ( +export const IconSubjectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubjectSharp as default } diff --git a/src/IconSubjectSharpFilled.tsx b/src/IconSubjectSharpFilled.tsx index 978f772c3..d8f57a74c 100644 --- a/src/IconSubjectSharpFilled.tsx +++ b/src/IconSubjectSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubjectSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubjectSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubjectSharpFilled as default } diff --git a/src/IconSubscriptOutlined.tsx b/src/IconSubscriptOutlined.tsx index 7e7f5f0c4..88542c19f 100644 --- a/src/IconSubscriptOutlined.tsx +++ b/src/IconSubscriptOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptOutlined: React.FC = ({ ...props }) => ( +export const IconSubscriptOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptOutlined as default } diff --git a/src/IconSubscriptOutlinedFilled.tsx b/src/IconSubscriptOutlinedFilled.tsx index b093cd49d..dde93effc 100644 --- a/src/IconSubscriptOutlinedFilled.tsx +++ b/src/IconSubscriptOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptOutlinedFilled as default } diff --git a/src/IconSubscriptRounded.tsx b/src/IconSubscriptRounded.tsx index 6257947eb..557cff516 100644 --- a/src/IconSubscriptRounded.tsx +++ b/src/IconSubscriptRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptRounded: React.FC = ({ ...props }) => ( +export const IconSubscriptRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptRounded as default } diff --git a/src/IconSubscriptRoundedFilled.tsx b/src/IconSubscriptRoundedFilled.tsx index 5fcdb8667..d7fcfffd2 100644 --- a/src/IconSubscriptRoundedFilled.tsx +++ b/src/IconSubscriptRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptRoundedFilled as default } diff --git a/src/IconSubscriptSharp.tsx b/src/IconSubscriptSharp.tsx index d62ba97b7..0b2965613 100644 --- a/src/IconSubscriptSharp.tsx +++ b/src/IconSubscriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptSharp: React.FC = ({ ...props }) => ( +export const IconSubscriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptSharp as default } diff --git a/src/IconSubscriptSharpFilled.tsx b/src/IconSubscriptSharpFilled.tsx index 3b79c6b21..b38d7d5d6 100644 --- a/src/IconSubscriptSharpFilled.tsx +++ b/src/IconSubscriptSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptSharpFilled as default } diff --git a/src/IconSubscriptionsOutlined.tsx b/src/IconSubscriptionsOutlined.tsx index 4214e6701..56360ea84 100644 --- a/src/IconSubscriptionsOutlined.tsx +++ b/src/IconSubscriptionsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsOutlined: React.FC = ({ ...props }) => ( +export const IconSubscriptionsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsOutlined as default } diff --git a/src/IconSubscriptionsOutlinedFilled.tsx b/src/IconSubscriptionsOutlinedFilled.tsx index 4ae4d537f..b0c4ec587 100644 --- a/src/IconSubscriptionsOutlinedFilled.tsx +++ b/src/IconSubscriptionsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptionsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsOutlinedFilled as default } diff --git a/src/IconSubscriptionsRounded.tsx b/src/IconSubscriptionsRounded.tsx index edefc9bfc..bc15702c3 100644 --- a/src/IconSubscriptionsRounded.tsx +++ b/src/IconSubscriptionsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsRounded: React.FC = ({ ...props }) => ( +export const IconSubscriptionsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsRounded as default } diff --git a/src/IconSubscriptionsRoundedFilled.tsx b/src/IconSubscriptionsRoundedFilled.tsx index 3d7b570fc..a09875a4c 100644 --- a/src/IconSubscriptionsRoundedFilled.tsx +++ b/src/IconSubscriptionsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptionsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsRoundedFilled as default } diff --git a/src/IconSubscriptionsSharp.tsx b/src/IconSubscriptionsSharp.tsx index bc04e6933..ec6ddbe7d 100644 --- a/src/IconSubscriptionsSharp.tsx +++ b/src/IconSubscriptionsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsSharp: React.FC = ({ ...props }) => ( +export const IconSubscriptionsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsSharp as default } diff --git a/src/IconSubscriptionsSharpFilled.tsx b/src/IconSubscriptionsSharpFilled.tsx index fe493b73f..5a3e48acd 100644 --- a/src/IconSubscriptionsSharpFilled.tsx +++ b/src/IconSubscriptionsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubscriptionsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubscriptionsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubscriptionsSharpFilled as default } diff --git a/src/IconSubtitlesOffOutlined.tsx b/src/IconSubtitlesOffOutlined.tsx index 81df74706..3b5ce10c9 100644 --- a/src/IconSubtitlesOffOutlined.tsx +++ b/src/IconSubtitlesOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffOutlined: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffOutlined as default } diff --git a/src/IconSubtitlesOffOutlinedFilled.tsx b/src/IconSubtitlesOffOutlinedFilled.tsx index 6e2e3ec0d..b1c586d28 100644 --- a/src/IconSubtitlesOffOutlinedFilled.tsx +++ b/src/IconSubtitlesOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffOutlinedFilled as default } diff --git a/src/IconSubtitlesOffRounded.tsx b/src/IconSubtitlesOffRounded.tsx index 1a8f7ead1..92e978d60 100644 --- a/src/IconSubtitlesOffRounded.tsx +++ b/src/IconSubtitlesOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffRounded: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffRounded as default } diff --git a/src/IconSubtitlesOffRoundedFilled.tsx b/src/IconSubtitlesOffRoundedFilled.tsx index 4b7e3c9c6..8c1ef93a3 100644 --- a/src/IconSubtitlesOffRoundedFilled.tsx +++ b/src/IconSubtitlesOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffRoundedFilled as default } diff --git a/src/IconSubtitlesOffSharp.tsx b/src/IconSubtitlesOffSharp.tsx index 516e63200..4ec5ca058 100644 --- a/src/IconSubtitlesOffSharp.tsx +++ b/src/IconSubtitlesOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffSharp: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffSharp as default } diff --git a/src/IconSubtitlesOffSharpFilled.tsx b/src/IconSubtitlesOffSharpFilled.tsx index 945e1d41f..91c8ffb7e 100644 --- a/src/IconSubtitlesOffSharpFilled.tsx +++ b/src/IconSubtitlesOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOffSharpFilled as default } diff --git a/src/IconSubtitlesOutlined.tsx b/src/IconSubtitlesOutlined.tsx index 13462aa66..44c39b22f 100644 --- a/src/IconSubtitlesOutlined.tsx +++ b/src/IconSubtitlesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOutlined: React.FC = ({ ...props }) => ( +export const IconSubtitlesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOutlined as default } diff --git a/src/IconSubtitlesOutlinedFilled.tsx b/src/IconSubtitlesOutlinedFilled.tsx index 9abbabdc8..f12cbaed2 100644 --- a/src/IconSubtitlesOutlinedFilled.tsx +++ b/src/IconSubtitlesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubtitlesOutlinedFilled as default } diff --git a/src/IconSubtitlesRounded.tsx b/src/IconSubtitlesRounded.tsx index 0097becaa..4f7089362 100644 --- a/src/IconSubtitlesRounded.tsx +++ b/src/IconSubtitlesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesRounded: React.FC = ({ ...props }) => ( +export const IconSubtitlesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesRounded as default } diff --git a/src/IconSubtitlesRoundedFilled.tsx b/src/IconSubtitlesRoundedFilled.tsx index 54ed02081..a4c5931f1 100644 --- a/src/IconSubtitlesRoundedFilled.tsx +++ b/src/IconSubtitlesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSubtitlesRoundedFilled as default } diff --git a/src/IconSubtitlesSharp.tsx b/src/IconSubtitlesSharp.tsx index bd9fa2035..744dcbdc2 100644 --- a/src/IconSubtitlesSharp.tsx +++ b/src/IconSubtitlesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesSharp: React.FC = ({ ...props }) => ( +export const IconSubtitlesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesSharp as default } diff --git a/src/IconSubtitlesSharpFilled.tsx b/src/IconSubtitlesSharpFilled.tsx index 3bf5f8f0d..ca59ffba1 100644 --- a/src/IconSubtitlesSharpFilled.tsx +++ b/src/IconSubtitlesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubtitlesSharpFilled: React.FC = ({ ...props }) => ( +export const IconSubtitlesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubtitlesSharpFilled as default } diff --git a/src/IconSubwayOutlined.tsx b/src/IconSubwayOutlined.tsx index eda0aa434..b0610383b 100644 --- a/src/IconSubwayOutlined.tsx +++ b/src/IconSubwayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwayOutlined: React.FC = ({ ...props }) => ( +export const IconSubwayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwayOutlined as default } diff --git a/src/IconSubwayOutlinedFilled.tsx b/src/IconSubwayOutlinedFilled.tsx index a93895b0a..f47f180a1 100644 --- a/src/IconSubwayOutlinedFilled.tsx +++ b/src/IconSubwayOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSubwayOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwayOutlinedFilled as default } diff --git a/src/IconSubwayRounded.tsx b/src/IconSubwayRounded.tsx index 2a8d13c16..cfbb01dd3 100644 --- a/src/IconSubwayRounded.tsx +++ b/src/IconSubwayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwayRounded: React.FC = ({ ...props }) => ( +export const IconSubwayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwayRounded as default } diff --git a/src/IconSubwayRoundedFilled.tsx b/src/IconSubwayRoundedFilled.tsx index 3cc6d33a9..d830fa5ad 100644 --- a/src/IconSubwayRoundedFilled.tsx +++ b/src/IconSubwayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSubwayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwayRoundedFilled as default } diff --git a/src/IconSubwaySharp.tsx b/src/IconSubwaySharp.tsx index 146746c57..4e92c9c1f 100644 --- a/src/IconSubwaySharp.tsx +++ b/src/IconSubwaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwaySharp: React.FC = ({ ...props }) => ( +export const IconSubwaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwaySharp as default } diff --git a/src/IconSubwaySharpFilled.tsx b/src/IconSubwaySharpFilled.tsx index c57ec7b8d..4c8549604 100644 --- a/src/IconSubwaySharpFilled.tsx +++ b/src/IconSubwaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSubwaySharpFilled: React.FC = ({ ...props }) => ( +export const IconSubwaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSubwaySharpFilled as default } diff --git a/src/IconSummarizeOutlined.tsx b/src/IconSummarizeOutlined.tsx index c62da66e8..cf767851b 100644 --- a/src/IconSummarizeOutlined.tsx +++ b/src/IconSummarizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeOutlined: React.FC = ({ ...props }) => ( +export const IconSummarizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSummarizeOutlined as default } diff --git a/src/IconSummarizeOutlinedFilled.tsx b/src/IconSummarizeOutlinedFilled.tsx index ae3fe1974..1090e8650 100644 --- a/src/IconSummarizeOutlinedFilled.tsx +++ b/src/IconSummarizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSummarizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSummarizeOutlinedFilled as default } diff --git a/src/IconSummarizeRounded.tsx b/src/IconSummarizeRounded.tsx index 0ba7f23bf..967238990 100644 --- a/src/IconSummarizeRounded.tsx +++ b/src/IconSummarizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeRounded: React.FC = ({ ...props }) => ( +export const IconSummarizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSummarizeRounded as default } diff --git a/src/IconSummarizeRoundedFilled.tsx b/src/IconSummarizeRoundedFilled.tsx index b10bcbee1..ac707df70 100644 --- a/src/IconSummarizeRoundedFilled.tsx +++ b/src/IconSummarizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSummarizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSummarizeRoundedFilled as default } diff --git a/src/IconSummarizeSharp.tsx b/src/IconSummarizeSharp.tsx index 4936b2f9f..b7fd6a41c 100644 --- a/src/IconSummarizeSharp.tsx +++ b/src/IconSummarizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeSharp: React.FC = ({ ...props }) => ( +export const IconSummarizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSummarizeSharp as default } diff --git a/src/IconSummarizeSharpFilled.tsx b/src/IconSummarizeSharpFilled.tsx index 9fe3ccd75..9d2df8ab0 100644 --- a/src/IconSummarizeSharpFilled.tsx +++ b/src/IconSummarizeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSummarizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSummarizeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSummarizeSharpFilled as default } diff --git a/src/IconSunnyOutlined.tsx b/src/IconSunnyOutlined.tsx index fe14e8f74..20b5b4fa3 100644 --- a/src/IconSunnyOutlined.tsx +++ b/src/IconSunnyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnyOutlined: React.FC = ({ ...props }) => ( +export const IconSunnyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnyOutlined as default } diff --git a/src/IconSunnyOutlinedFilled.tsx b/src/IconSunnyOutlinedFilled.tsx index 4a983fabb..9f49302ff 100644 --- a/src/IconSunnyOutlinedFilled.tsx +++ b/src/IconSunnyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSunnyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnyOutlinedFilled as default } diff --git a/src/IconSunnyRounded.tsx b/src/IconSunnyRounded.tsx index 3c5ee48c2..e907d7ce0 100644 --- a/src/IconSunnyRounded.tsx +++ b/src/IconSunnyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnyRounded: React.FC = ({ ...props }) => ( +export const IconSunnyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnyRounded as default } diff --git a/src/IconSunnyRoundedFilled.tsx b/src/IconSunnyRoundedFilled.tsx index 6505d8326..37325c41c 100644 --- a/src/IconSunnyRoundedFilled.tsx +++ b/src/IconSunnyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSunnyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnyRoundedFilled as default } diff --git a/src/IconSunnySharp.tsx b/src/IconSunnySharp.tsx index 0e314544d..063ae5b7c 100644 --- a/src/IconSunnySharp.tsx +++ b/src/IconSunnySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySharp: React.FC = ({ ...props }) => ( +export const IconSunnySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnySharp as default } diff --git a/src/IconSunnySharpFilled.tsx b/src/IconSunnySharpFilled.tsx index 7cb448ea4..0fa4f3e37 100644 --- a/src/IconSunnySharpFilled.tsx +++ b/src/IconSunnySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySharpFilled: React.FC = ({ ...props }) => ( +export const IconSunnySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnySharpFilled as default } diff --git a/src/IconSunnySnowingOutlined.tsx b/src/IconSunnySnowingOutlined.tsx index 1998c2f8c..fc251d58f 100644 --- a/src/IconSunnySnowingOutlined.tsx +++ b/src/IconSunnySnowingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingOutlined: React.FC = ({ ...props }) => ( +export const IconSunnySnowingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingOutlined as default } diff --git a/src/IconSunnySnowingOutlinedFilled.tsx b/src/IconSunnySnowingOutlinedFilled.tsx index 414bab534..39922297c 100644 --- a/src/IconSunnySnowingOutlinedFilled.tsx +++ b/src/IconSunnySnowingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSunnySnowingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingOutlinedFilled as default } diff --git a/src/IconSunnySnowingRounded.tsx b/src/IconSunnySnowingRounded.tsx index 21f0fd308..cfcdb9648 100644 --- a/src/IconSunnySnowingRounded.tsx +++ b/src/IconSunnySnowingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingRounded: React.FC = ({ ...props }) => ( +export const IconSunnySnowingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingRounded as default } diff --git a/src/IconSunnySnowingRoundedFilled.tsx b/src/IconSunnySnowingRoundedFilled.tsx index e74f86a17..dc7f92a1a 100644 --- a/src/IconSunnySnowingRoundedFilled.tsx +++ b/src/IconSunnySnowingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSunnySnowingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingRoundedFilled as default } diff --git a/src/IconSunnySnowingSharp.tsx b/src/IconSunnySnowingSharp.tsx index 0e8d1912a..da9f782da 100644 --- a/src/IconSunnySnowingSharp.tsx +++ b/src/IconSunnySnowingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingSharp: React.FC = ({ ...props }) => ( +export const IconSunnySnowingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingSharp as default } diff --git a/src/IconSunnySnowingSharpFilled.tsx b/src/IconSunnySnowingSharpFilled.tsx index 464bddc70..5a31b5d44 100644 --- a/src/IconSunnySnowingSharpFilled.tsx +++ b/src/IconSunnySnowingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSunnySnowingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSunnySnowingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSunnySnowingSharpFilled as default } diff --git a/src/IconSuperscriptOutlined.tsx b/src/IconSuperscriptOutlined.tsx index 42a234187..716e796c6 100644 --- a/src/IconSuperscriptOutlined.tsx +++ b/src/IconSuperscriptOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptOutlined: React.FC = ({ ...props }) => ( +export const IconSuperscriptOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSuperscriptOutlined as default } diff --git a/src/IconSuperscriptOutlinedFilled.tsx b/src/IconSuperscriptOutlinedFilled.tsx index 4e1dccdeb..d0ddd6a2f 100644 --- a/src/IconSuperscriptOutlinedFilled.tsx +++ b/src/IconSuperscriptOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSuperscriptOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSuperscriptOutlinedFilled as default } diff --git a/src/IconSuperscriptRounded.tsx b/src/IconSuperscriptRounded.tsx index 6d284c36f..4a7ab84c9 100644 --- a/src/IconSuperscriptRounded.tsx +++ b/src/IconSuperscriptRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptRounded: React.FC = ({ ...props }) => ( +export const IconSuperscriptRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSuperscriptRounded as default } diff --git a/src/IconSuperscriptRoundedFilled.tsx b/src/IconSuperscriptRoundedFilled.tsx index eef17b01f..511bd3ac9 100644 --- a/src/IconSuperscriptRoundedFilled.tsx +++ b/src/IconSuperscriptRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSuperscriptRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSuperscriptRoundedFilled as default } diff --git a/src/IconSuperscriptSharp.tsx b/src/IconSuperscriptSharp.tsx index fc26d22b0..e1642c2bd 100644 --- a/src/IconSuperscriptSharp.tsx +++ b/src/IconSuperscriptSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptSharp: React.FC = ({ ...props }) => ( +export const IconSuperscriptSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSuperscriptSharp as default } diff --git a/src/IconSuperscriptSharpFilled.tsx b/src/IconSuperscriptSharpFilled.tsx index 3a154a67e..c98e6417a 100644 --- a/src/IconSuperscriptSharpFilled.tsx +++ b/src/IconSuperscriptSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSuperscriptSharpFilled: React.FC = ({ ...props }) => ( +export const IconSuperscriptSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSuperscriptSharpFilled as default } diff --git a/src/IconSupervisedUserCircleOffOutlined.tsx b/src/IconSupervisedUserCircleOffOutlined.tsx index 6017e7fc8..e9ddb2b08 100644 --- a/src/IconSupervisedUserCircleOffOutlined.tsx +++ b/src/IconSupervisedUserCircleOffOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffOutlined: React.FC = ({ +export const IconSupervisedUserCircleOffOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffOutlined: React.FC = ({ ) - -export { IconSupervisedUserCircleOffOutlined as default } diff --git a/src/IconSupervisedUserCircleOffOutlinedFilled.tsx b/src/IconSupervisedUserCircleOffOutlinedFilled.tsx index 71d96a282..8bb966aa6 100644 --- a/src/IconSupervisedUserCircleOffOutlinedFilled.tsx +++ b/src/IconSupervisedUserCircleOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffOutlinedFilled: React.FC = ({ +export const IconSupervisedUserCircleOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffOutlinedFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleOffOutlinedFilled as default } diff --git a/src/IconSupervisedUserCircleOffRounded.tsx b/src/IconSupervisedUserCircleOffRounded.tsx index d50c2d173..51f3448c8 100644 --- a/src/IconSupervisedUserCircleOffRounded.tsx +++ b/src/IconSupervisedUserCircleOffRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffRounded: React.FC = ({ +export const IconSupervisedUserCircleOffRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffRounded: React.FC = ({ ) - -export { IconSupervisedUserCircleOffRounded as default } diff --git a/src/IconSupervisedUserCircleOffRoundedFilled.tsx b/src/IconSupervisedUserCircleOffRoundedFilled.tsx index bb309c43e..ec3fcb1fb 100644 --- a/src/IconSupervisedUserCircleOffRoundedFilled.tsx +++ b/src/IconSupervisedUserCircleOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffRoundedFilled: React.FC = ({ +export const IconSupervisedUserCircleOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffRoundedFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleOffRoundedFilled as default } diff --git a/src/IconSupervisedUserCircleOffSharp.tsx b/src/IconSupervisedUserCircleOffSharp.tsx index 70857731a..50e4eaa89 100644 --- a/src/IconSupervisedUserCircleOffSharp.tsx +++ b/src/IconSupervisedUserCircleOffSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffSharp: React.FC = ({ +export const IconSupervisedUserCircleOffSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffSharp: React.FC = ({ ) - -export { IconSupervisedUserCircleOffSharp as default } diff --git a/src/IconSupervisedUserCircleOffSharpFilled.tsx b/src/IconSupervisedUserCircleOffSharpFilled.tsx index 0926d3c9d..afff29bb4 100644 --- a/src/IconSupervisedUserCircleOffSharpFilled.tsx +++ b/src/IconSupervisedUserCircleOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOffSharpFilled: React.FC = ({ +export const IconSupervisedUserCircleOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOffSharpFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleOffSharpFilled as default } diff --git a/src/IconSupervisedUserCircleOutlined.tsx b/src/IconSupervisedUserCircleOutlined.tsx index 9513911eb..396b40b7c 100644 --- a/src/IconSupervisedUserCircleOutlined.tsx +++ b/src/IconSupervisedUserCircleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOutlined: React.FC = ({ +export const IconSupervisedUserCircleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOutlined: React.FC = ({ ) - -export { IconSupervisedUserCircleOutlined as default } diff --git a/src/IconSupervisedUserCircleOutlinedFilled.tsx b/src/IconSupervisedUserCircleOutlinedFilled.tsx index a62c9c41b..166a2d1f6 100644 --- a/src/IconSupervisedUserCircleOutlinedFilled.tsx +++ b/src/IconSupervisedUserCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleOutlinedFilled: React.FC = ({ +export const IconSupervisedUserCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleOutlinedFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleOutlinedFilled as default } diff --git a/src/IconSupervisedUserCircleRounded.tsx b/src/IconSupervisedUserCircleRounded.tsx index 2c3f27406..0e2cc7d31 100644 --- a/src/IconSupervisedUserCircleRounded.tsx +++ b/src/IconSupervisedUserCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleRounded: React.FC = ({ ...props }) => ( +export const IconSupervisedUserCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupervisedUserCircleRounded as default } diff --git a/src/IconSupervisedUserCircleRoundedFilled.tsx b/src/IconSupervisedUserCircleRoundedFilled.tsx index 4853fcda9..bae85db5c 100644 --- a/src/IconSupervisedUserCircleRoundedFilled.tsx +++ b/src/IconSupervisedUserCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleRoundedFilled: React.FC = ({ +export const IconSupervisedUserCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleRoundedFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleRoundedFilled as default } diff --git a/src/IconSupervisedUserCircleSharp.tsx b/src/IconSupervisedUserCircleSharp.tsx index 573c57c94..a9f5b8828 100644 --- a/src/IconSupervisedUserCircleSharp.tsx +++ b/src/IconSupervisedUserCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleSharp: React.FC = ({ ...props }) => ( +export const IconSupervisedUserCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupervisedUserCircleSharp as default } diff --git a/src/IconSupervisedUserCircleSharpFilled.tsx b/src/IconSupervisedUserCircleSharpFilled.tsx index 407dd8f72..9ed877bca 100644 --- a/src/IconSupervisedUserCircleSharpFilled.tsx +++ b/src/IconSupervisedUserCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisedUserCircleSharpFilled: React.FC = ({ +export const IconSupervisedUserCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisedUserCircleSharpFilled: React.FC = ({ ) - -export { IconSupervisedUserCircleSharpFilled as default } diff --git a/src/IconSupervisorAccountOutlined.tsx b/src/IconSupervisorAccountOutlined.tsx index 487bfe78d..56e639cc4 100644 --- a/src/IconSupervisorAccountOutlined.tsx +++ b/src/IconSupervisorAccountOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountOutlined: React.FC = ({ ...props }) => ( +export const IconSupervisorAccountOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupervisorAccountOutlined as default } diff --git a/src/IconSupervisorAccountOutlinedFilled.tsx b/src/IconSupervisorAccountOutlinedFilled.tsx index dba0779bf..a986e7bb5 100644 --- a/src/IconSupervisorAccountOutlinedFilled.tsx +++ b/src/IconSupervisorAccountOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountOutlinedFilled: React.FC = ({ +export const IconSupervisorAccountOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisorAccountOutlinedFilled: React.FC = ({ ) - -export { IconSupervisorAccountOutlinedFilled as default } diff --git a/src/IconSupervisorAccountRounded.tsx b/src/IconSupervisorAccountRounded.tsx index c1d5635db..f28327864 100644 --- a/src/IconSupervisorAccountRounded.tsx +++ b/src/IconSupervisorAccountRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountRounded: React.FC = ({ ...props }) => ( +export const IconSupervisorAccountRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupervisorAccountRounded as default } diff --git a/src/IconSupervisorAccountRoundedFilled.tsx b/src/IconSupervisorAccountRoundedFilled.tsx index 0a6d258bc..c9c8f12a2 100644 --- a/src/IconSupervisorAccountRoundedFilled.tsx +++ b/src/IconSupervisorAccountRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountRoundedFilled: React.FC = ({ +export const IconSupervisorAccountRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisorAccountRoundedFilled: React.FC = ({ ) - -export { IconSupervisorAccountRoundedFilled as default } diff --git a/src/IconSupervisorAccountSharp.tsx b/src/IconSupervisorAccountSharp.tsx index b855ee3c6..be95c3c9c 100644 --- a/src/IconSupervisorAccountSharp.tsx +++ b/src/IconSupervisorAccountSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountSharp: React.FC = ({ ...props }) => ( +export const IconSupervisorAccountSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupervisorAccountSharp as default } diff --git a/src/IconSupervisorAccountSharpFilled.tsx b/src/IconSupervisorAccountSharpFilled.tsx index 46b5caea5..8f5a8e263 100644 --- a/src/IconSupervisorAccountSharpFilled.tsx +++ b/src/IconSupervisorAccountSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSupervisorAccountSharpFilled: React.FC = ({ +export const IconSupervisorAccountSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSupervisorAccountSharpFilled: React.FC = ({ ) - -export { IconSupervisorAccountSharpFilled as default } diff --git a/src/IconSupportAgentOutlined.tsx b/src/IconSupportAgentOutlined.tsx index a691a2207..59a35d467 100644 --- a/src/IconSupportAgentOutlined.tsx +++ b/src/IconSupportAgentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentOutlined: React.FC = ({ ...props }) => ( +export const IconSupportAgentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportAgentOutlined as default } diff --git a/src/IconSupportAgentOutlinedFilled.tsx b/src/IconSupportAgentOutlinedFilled.tsx index 4773f382a..1f5dc6153 100644 --- a/src/IconSupportAgentOutlinedFilled.tsx +++ b/src/IconSupportAgentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSupportAgentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupportAgentOutlinedFilled as default } diff --git a/src/IconSupportAgentRounded.tsx b/src/IconSupportAgentRounded.tsx index 8dd250c5b..d0f281bd9 100644 --- a/src/IconSupportAgentRounded.tsx +++ b/src/IconSupportAgentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentRounded: React.FC = ({ ...props }) => ( +export const IconSupportAgentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportAgentRounded as default } diff --git a/src/IconSupportAgentRoundedFilled.tsx b/src/IconSupportAgentRoundedFilled.tsx index 6d64546ad..ad857845c 100644 --- a/src/IconSupportAgentRoundedFilled.tsx +++ b/src/IconSupportAgentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSupportAgentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupportAgentRoundedFilled as default } diff --git a/src/IconSupportAgentSharp.tsx b/src/IconSupportAgentSharp.tsx index 6a873cd8d..984af1a1c 100644 --- a/src/IconSupportAgentSharp.tsx +++ b/src/IconSupportAgentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentSharp: React.FC = ({ ...props }) => ( +export const IconSupportAgentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportAgentSharp as default } diff --git a/src/IconSupportAgentSharpFilled.tsx b/src/IconSupportAgentSharpFilled.tsx index 768bc7598..88d2c04f5 100644 --- a/src/IconSupportAgentSharpFilled.tsx +++ b/src/IconSupportAgentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupportAgentSharpFilled: React.FC = ({ ...props }) => ( +export const IconSupportAgentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupportAgentSharpFilled as default } diff --git a/src/IconSupportOutlined.tsx b/src/IconSupportOutlined.tsx index d9ed32239..37927a532 100644 --- a/src/IconSupportOutlined.tsx +++ b/src/IconSupportOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportOutlined: React.FC = ({ ...props }) => ( +export const IconSupportOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportOutlined as default } diff --git a/src/IconSupportOutlinedFilled.tsx b/src/IconSupportOutlinedFilled.tsx index 0cc9870d6..da94a1563 100644 --- a/src/IconSupportOutlinedFilled.tsx +++ b/src/IconSupportOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSupportOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSupportOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSupportOutlinedFilled as default } diff --git a/src/IconSupportRounded.tsx b/src/IconSupportRounded.tsx index 78ea1adec..fb3342a24 100644 --- a/src/IconSupportRounded.tsx +++ b/src/IconSupportRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportRounded: React.FC = ({ ...props }) => ( +export const IconSupportRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportRounded as default } diff --git a/src/IconSupportRoundedFilled.tsx b/src/IconSupportRoundedFilled.tsx index 61495f063..eeca6f474 100644 --- a/src/IconSupportRoundedFilled.tsx +++ b/src/IconSupportRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSupportRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportRoundedFilled as default } diff --git a/src/IconSupportSharp.tsx b/src/IconSupportSharp.tsx index c3baa7e7f..6c3f360f0 100644 --- a/src/IconSupportSharp.tsx +++ b/src/IconSupportSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportSharp: React.FC = ({ ...props }) => ( +export const IconSupportSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportSharp as default } diff --git a/src/IconSupportSharpFilled.tsx b/src/IconSupportSharpFilled.tsx index 94795bb7b..a1259f2f4 100644 --- a/src/IconSupportSharpFilled.tsx +++ b/src/IconSupportSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSupportSharpFilled: React.FC = ({ ...props }) => ( +export const IconSupportSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSupportSharpFilled as default } diff --git a/src/IconSurfingOutlined.tsx b/src/IconSurfingOutlined.tsx index 0bbfa6e6e..d5bc194d2 100644 --- a/src/IconSurfingOutlined.tsx +++ b/src/IconSurfingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingOutlined: React.FC = ({ ...props }) => ( +export const IconSurfingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurfingOutlined as default } diff --git a/src/IconSurfingOutlinedFilled.tsx b/src/IconSurfingOutlinedFilled.tsx index 1b04bd0a0..78d766c46 100644 --- a/src/IconSurfingOutlinedFilled.tsx +++ b/src/IconSurfingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSurfingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurfingOutlinedFilled as default } diff --git a/src/IconSurfingRounded.tsx b/src/IconSurfingRounded.tsx index dbc9099f8..5b3c98b44 100644 --- a/src/IconSurfingRounded.tsx +++ b/src/IconSurfingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingRounded: React.FC = ({ ...props }) => ( +export const IconSurfingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurfingRounded as default } diff --git a/src/IconSurfingRoundedFilled.tsx b/src/IconSurfingRoundedFilled.tsx index 7126f1bb3..8f6e4724b 100644 --- a/src/IconSurfingRoundedFilled.tsx +++ b/src/IconSurfingRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSurfingRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurfingRoundedFilled as default } diff --git a/src/IconSurfingSharp.tsx b/src/IconSurfingSharp.tsx index f2c2c2852..64ea66ebe 100644 --- a/src/IconSurfingSharp.tsx +++ b/src/IconSurfingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingSharp: React.FC = ({ ...props }) => ( +export const IconSurfingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurfingSharp as default } diff --git a/src/IconSurfingSharpFilled.tsx b/src/IconSurfingSharpFilled.tsx index 9f8666b7e..746135fb2 100644 --- a/src/IconSurfingSharpFilled.tsx +++ b/src/IconSurfingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurfingSharpFilled: React.FC = ({ ...props }) => ( +export const IconSurfingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurfingSharpFilled as default } diff --git a/src/IconSurgicalOutlined.tsx b/src/IconSurgicalOutlined.tsx index 1e78dd035..fa32f4e3f 100644 --- a/src/IconSurgicalOutlined.tsx +++ b/src/IconSurgicalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalOutlined: React.FC = ({ ...props }) => ( +export const IconSurgicalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurgicalOutlined as default } diff --git a/src/IconSurgicalOutlinedFilled.tsx b/src/IconSurgicalOutlinedFilled.tsx index 01b415c8e..ea9ca69bf 100644 --- a/src/IconSurgicalOutlinedFilled.tsx +++ b/src/IconSurgicalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSurgicalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurgicalOutlinedFilled as default } diff --git a/src/IconSurgicalRounded.tsx b/src/IconSurgicalRounded.tsx index 0196e809f..1f400449d 100644 --- a/src/IconSurgicalRounded.tsx +++ b/src/IconSurgicalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalRounded: React.FC = ({ ...props }) => ( +export const IconSurgicalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurgicalRounded as default } diff --git a/src/IconSurgicalRoundedFilled.tsx b/src/IconSurgicalRoundedFilled.tsx index b9f01515d..10a75e41e 100644 --- a/src/IconSurgicalRoundedFilled.tsx +++ b/src/IconSurgicalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSurgicalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurgicalRoundedFilled as default } diff --git a/src/IconSurgicalSharp.tsx b/src/IconSurgicalSharp.tsx index 699aa19f4..2edf5ccc0 100644 --- a/src/IconSurgicalSharp.tsx +++ b/src/IconSurgicalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalSharp: React.FC = ({ ...props }) => ( +export const IconSurgicalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurgicalSharp as default } diff --git a/src/IconSurgicalSharpFilled.tsx b/src/IconSurgicalSharpFilled.tsx index 56a5bd73b..a0e843115 100644 --- a/src/IconSurgicalSharpFilled.tsx +++ b/src/IconSurgicalSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurgicalSharpFilled: React.FC = ({ ...props }) => ( +export const IconSurgicalSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurgicalSharpFilled as default } diff --git a/src/IconSurroundSoundOutlined.tsx b/src/IconSurroundSoundOutlined.tsx index 4d5870311..30fd6b629 100644 --- a/src/IconSurroundSoundOutlined.tsx +++ b/src/IconSurroundSoundOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundOutlined: React.FC = ({ ...props }) => ( +export const IconSurroundSoundOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundOutlined as default } diff --git a/src/IconSurroundSoundOutlinedFilled.tsx b/src/IconSurroundSoundOutlinedFilled.tsx index e6e4136c1..6dd349e3d 100644 --- a/src/IconSurroundSoundOutlinedFilled.tsx +++ b/src/IconSurroundSoundOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSurroundSoundOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundOutlinedFilled as default } diff --git a/src/IconSurroundSoundRounded.tsx b/src/IconSurroundSoundRounded.tsx index 4d204addc..5367e3b07 100644 --- a/src/IconSurroundSoundRounded.tsx +++ b/src/IconSurroundSoundRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundRounded: React.FC = ({ ...props }) => ( +export const IconSurroundSoundRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundRounded as default } diff --git a/src/IconSurroundSoundRoundedFilled.tsx b/src/IconSurroundSoundRoundedFilled.tsx index 16429502e..a30f47143 100644 --- a/src/IconSurroundSoundRoundedFilled.tsx +++ b/src/IconSurroundSoundRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSurroundSoundRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundRoundedFilled as default } diff --git a/src/IconSurroundSoundSharp.tsx b/src/IconSurroundSoundSharp.tsx index 65f580b1d..257f8ff4e 100644 --- a/src/IconSurroundSoundSharp.tsx +++ b/src/IconSurroundSoundSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundSharp: React.FC = ({ ...props }) => ( +export const IconSurroundSoundSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundSharp as default } diff --git a/src/IconSurroundSoundSharpFilled.tsx b/src/IconSurroundSoundSharpFilled.tsx index ac69f4206..ce0be2912 100644 --- a/src/IconSurroundSoundSharpFilled.tsx +++ b/src/IconSurroundSoundSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSurroundSoundSharpFilled: React.FC = ({ ...props }) => ( +export const IconSurroundSoundSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSurroundSoundSharpFilled as default } diff --git a/src/IconSwapCallsOutlined.tsx b/src/IconSwapCallsOutlined.tsx index 5b0f65e78..d8b834d5a 100644 --- a/src/IconSwapCallsOutlined.tsx +++ b/src/IconSwapCallsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsOutlined: React.FC = ({ ...props }) => ( +export const IconSwapCallsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapCallsOutlined as default } diff --git a/src/IconSwapCallsOutlinedFilled.tsx b/src/IconSwapCallsOutlinedFilled.tsx index 7f13861f6..48e4dac4f 100644 --- a/src/IconSwapCallsOutlinedFilled.tsx +++ b/src/IconSwapCallsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwapCallsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapCallsOutlinedFilled as default } diff --git a/src/IconSwapCallsRounded.tsx b/src/IconSwapCallsRounded.tsx index 3eff777e3..5031c714e 100644 --- a/src/IconSwapCallsRounded.tsx +++ b/src/IconSwapCallsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsRounded: React.FC = ({ ...props }) => ( +export const IconSwapCallsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapCallsRounded as default } diff --git a/src/IconSwapCallsRoundedFilled.tsx b/src/IconSwapCallsRoundedFilled.tsx index 1a333d27f..742472f69 100644 --- a/src/IconSwapCallsRoundedFilled.tsx +++ b/src/IconSwapCallsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwapCallsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapCallsRoundedFilled as default } diff --git a/src/IconSwapCallsSharp.tsx b/src/IconSwapCallsSharp.tsx index b1b9e170b..d9fb460d2 100644 --- a/src/IconSwapCallsSharp.tsx +++ b/src/IconSwapCallsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsSharp: React.FC = ({ ...props }) => ( +export const IconSwapCallsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapCallsSharp as default } diff --git a/src/IconSwapCallsSharpFilled.tsx b/src/IconSwapCallsSharpFilled.tsx index 020d20252..f91372c20 100644 --- a/src/IconSwapCallsSharpFilled.tsx +++ b/src/IconSwapCallsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapCallsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwapCallsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapCallsSharpFilled as default } diff --git a/src/IconSwapDrivingAppsOutlined.tsx b/src/IconSwapDrivingAppsOutlined.tsx index e2e446afc..2485a9b5b 100644 --- a/src/IconSwapDrivingAppsOutlined.tsx +++ b/src/IconSwapDrivingAppsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsOutlined: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsOutlined as default } diff --git a/src/IconSwapDrivingAppsOutlinedFilled.tsx b/src/IconSwapDrivingAppsOutlinedFilled.tsx index 571d25bef..e885d920e 100644 --- a/src/IconSwapDrivingAppsOutlinedFilled.tsx +++ b/src/IconSwapDrivingAppsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsOutlinedFilled: React.FC = ({ +export const IconSwapDrivingAppsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsOutlinedFilled: React.FC = ({ ) - -export { IconSwapDrivingAppsOutlinedFilled as default } diff --git a/src/IconSwapDrivingAppsRounded.tsx b/src/IconSwapDrivingAppsRounded.tsx index de2bf67bc..096e56b7e 100644 --- a/src/IconSwapDrivingAppsRounded.tsx +++ b/src/IconSwapDrivingAppsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsRounded: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsRounded as default } diff --git a/src/IconSwapDrivingAppsRoundedFilled.tsx b/src/IconSwapDrivingAppsRoundedFilled.tsx index 3924b6d7d..a16e466fd 100644 --- a/src/IconSwapDrivingAppsRoundedFilled.tsx +++ b/src/IconSwapDrivingAppsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsRoundedFilled: React.FC = ({ +export const IconSwapDrivingAppsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsRoundedFilled: React.FC = ({ ) - -export { IconSwapDrivingAppsRoundedFilled as default } diff --git a/src/IconSwapDrivingAppsSharp.tsx b/src/IconSwapDrivingAppsSharp.tsx index 0dcfccee6..6a912b3f1 100644 --- a/src/IconSwapDrivingAppsSharp.tsx +++ b/src/IconSwapDrivingAppsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsSharp: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsSharp as default } diff --git a/src/IconSwapDrivingAppsSharpFilled.tsx b/src/IconSwapDrivingAppsSharpFilled.tsx index 9a8d4768c..b892b4d95 100644 --- a/src/IconSwapDrivingAppsSharpFilled.tsx +++ b/src/IconSwapDrivingAppsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsSharpFilled as default } diff --git a/src/IconSwapDrivingAppsWheelOutlined.tsx b/src/IconSwapDrivingAppsWheelOutlined.tsx index b68f0892d..2cada0226 100644 --- a/src/IconSwapDrivingAppsWheelOutlined.tsx +++ b/src/IconSwapDrivingAppsWheelOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelOutlined: React.FC = ({ +export const IconSwapDrivingAppsWheelOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsWheelOutlined: React.FC = ({ ) - -export { IconSwapDrivingAppsWheelOutlined as default } diff --git a/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx b/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx index 1e7b4a5eb..d1c9e176f 100644 --- a/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx +++ b/src/IconSwapDrivingAppsWheelOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelOutlinedFilled: React.FC = ({ +export const IconSwapDrivingAppsWheelOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsWheelOutlinedFilled: React.FC = ({ ) - -export { IconSwapDrivingAppsWheelOutlinedFilled as default } diff --git a/src/IconSwapDrivingAppsWheelRounded.tsx b/src/IconSwapDrivingAppsWheelRounded.tsx index 8b2466fd8..8e80e8467 100644 --- a/src/IconSwapDrivingAppsWheelRounded.tsx +++ b/src/IconSwapDrivingAppsWheelRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelRounded: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsWheelRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsWheelRounded as default } diff --git a/src/IconSwapDrivingAppsWheelRoundedFilled.tsx b/src/IconSwapDrivingAppsWheelRoundedFilled.tsx index e9709f015..5608369f1 100644 --- a/src/IconSwapDrivingAppsWheelRoundedFilled.tsx +++ b/src/IconSwapDrivingAppsWheelRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelRoundedFilled: React.FC = ({ +export const IconSwapDrivingAppsWheelRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsWheelRoundedFilled: React.FC = ({ ) - -export { IconSwapDrivingAppsWheelRoundedFilled as default } diff --git a/src/IconSwapDrivingAppsWheelSharp.tsx b/src/IconSwapDrivingAppsWheelSharp.tsx index 2942c7cd5..ca91165af 100644 --- a/src/IconSwapDrivingAppsWheelSharp.tsx +++ b/src/IconSwapDrivingAppsWheelSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelSharp: React.FC = ({ ...props }) => ( +export const IconSwapDrivingAppsWheelSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapDrivingAppsWheelSharp as default } diff --git a/src/IconSwapDrivingAppsWheelSharpFilled.tsx b/src/IconSwapDrivingAppsWheelSharpFilled.tsx index 5a77fff87..17a19f16d 100644 --- a/src/IconSwapDrivingAppsWheelSharpFilled.tsx +++ b/src/IconSwapDrivingAppsWheelSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapDrivingAppsWheelSharpFilled: React.FC = ({ +export const IconSwapDrivingAppsWheelSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapDrivingAppsWheelSharpFilled: React.FC = ({ ) - -export { IconSwapDrivingAppsWheelSharpFilled as default } diff --git a/src/IconSwapHorizOutlined.tsx b/src/IconSwapHorizOutlined.tsx index 9d8af3f41..143812f0d 100644 --- a/src/IconSwapHorizOutlined.tsx +++ b/src/IconSwapHorizOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizOutlined: React.FC = ({ ...props }) => ( +export const IconSwapHorizOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapHorizOutlined as default } diff --git a/src/IconSwapHorizOutlinedFilled.tsx b/src/IconSwapHorizOutlinedFilled.tsx index 4e83a51df..83d3a2952 100644 --- a/src/IconSwapHorizOutlinedFilled.tsx +++ b/src/IconSwapHorizOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwapHorizOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapHorizOutlinedFilled as default } diff --git a/src/IconSwapHorizRounded.tsx b/src/IconSwapHorizRounded.tsx index d5212bd2f..be22b05b3 100644 --- a/src/IconSwapHorizRounded.tsx +++ b/src/IconSwapHorizRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizRounded: React.FC = ({ ...props }) => ( +export const IconSwapHorizRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapHorizRounded as default } diff --git a/src/IconSwapHorizRoundedFilled.tsx b/src/IconSwapHorizRoundedFilled.tsx index f24d75cf9..c9ac7c1c2 100644 --- a/src/IconSwapHorizRoundedFilled.tsx +++ b/src/IconSwapHorizRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwapHorizRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapHorizRoundedFilled as default } diff --git a/src/IconSwapHorizSharp.tsx b/src/IconSwapHorizSharp.tsx index 801352c57..5bf6676b9 100644 --- a/src/IconSwapHorizSharp.tsx +++ b/src/IconSwapHorizSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizSharp: React.FC = ({ ...props }) => ( +export const IconSwapHorizSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapHorizSharp as default } diff --git a/src/IconSwapHorizSharpFilled.tsx b/src/IconSwapHorizSharpFilled.tsx index 9d361c52e..f933459a9 100644 --- a/src/IconSwapHorizSharpFilled.tsx +++ b/src/IconSwapHorizSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwapHorizSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapHorizSharpFilled as default } diff --git a/src/IconSwapHorizontalCircleOutlined.tsx b/src/IconSwapHorizontalCircleOutlined.tsx index b94124a8f..2bfac30bf 100644 --- a/src/IconSwapHorizontalCircleOutlined.tsx +++ b/src/IconSwapHorizontalCircleOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleOutlined: React.FC = ({ +export const IconSwapHorizontalCircleOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapHorizontalCircleOutlined: React.FC = ({ ) - -export { IconSwapHorizontalCircleOutlined as default } diff --git a/src/IconSwapHorizontalCircleOutlinedFilled.tsx b/src/IconSwapHorizontalCircleOutlinedFilled.tsx index 3133e47a0..2f3dce58b 100644 --- a/src/IconSwapHorizontalCircleOutlinedFilled.tsx +++ b/src/IconSwapHorizontalCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleOutlinedFilled: React.FC = ({ +export const IconSwapHorizontalCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapHorizontalCircleOutlinedFilled: React.FC = ({ ) - -export { IconSwapHorizontalCircleOutlinedFilled as default } diff --git a/src/IconSwapHorizontalCircleRounded.tsx b/src/IconSwapHorizontalCircleRounded.tsx index a5f007cfe..c399d75b8 100644 --- a/src/IconSwapHorizontalCircleRounded.tsx +++ b/src/IconSwapHorizontalCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleRounded: React.FC = ({ ...props }) => ( +export const IconSwapHorizontalCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapHorizontalCircleRounded as default } diff --git a/src/IconSwapHorizontalCircleRoundedFilled.tsx b/src/IconSwapHorizontalCircleRoundedFilled.tsx index aa893a8c7..40042765c 100644 --- a/src/IconSwapHorizontalCircleRoundedFilled.tsx +++ b/src/IconSwapHorizontalCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleRoundedFilled: React.FC = ({ +export const IconSwapHorizontalCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapHorizontalCircleRoundedFilled: React.FC = ({ ) - -export { IconSwapHorizontalCircleRoundedFilled as default } diff --git a/src/IconSwapHorizontalCircleSharp.tsx b/src/IconSwapHorizontalCircleSharp.tsx index 6671d62d0..580f87a7f 100644 --- a/src/IconSwapHorizontalCircleSharp.tsx +++ b/src/IconSwapHorizontalCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleSharp: React.FC = ({ ...props }) => ( +export const IconSwapHorizontalCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapHorizontalCircleSharp as default } diff --git a/src/IconSwapHorizontalCircleSharpFilled.tsx b/src/IconSwapHorizontalCircleSharpFilled.tsx index fbcbfd395..a35bbae83 100644 --- a/src/IconSwapHorizontalCircleSharpFilled.tsx +++ b/src/IconSwapHorizontalCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapHorizontalCircleSharpFilled: React.FC = ({ +export const IconSwapHorizontalCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapHorizontalCircleSharpFilled: React.FC = ({ ) - -export { IconSwapHorizontalCircleSharpFilled as default } diff --git a/src/IconSwapVertOutlined.tsx b/src/IconSwapVertOutlined.tsx index 0a30921a1..59e377b41 100644 --- a/src/IconSwapVertOutlined.tsx +++ b/src/IconSwapVertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertOutlined: React.FC = ({ ...props }) => ( +export const IconSwapVertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapVertOutlined as default } diff --git a/src/IconSwapVertOutlinedFilled.tsx b/src/IconSwapVertOutlinedFilled.tsx index 684bcd6d2..226faef67 100644 --- a/src/IconSwapVertOutlinedFilled.tsx +++ b/src/IconSwapVertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwapVertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapVertOutlinedFilled as default } diff --git a/src/IconSwapVertRounded.tsx b/src/IconSwapVertRounded.tsx index 480aac853..a818538c1 100644 --- a/src/IconSwapVertRounded.tsx +++ b/src/IconSwapVertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertRounded: React.FC = ({ ...props }) => ( +export const IconSwapVertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapVertRounded as default } diff --git a/src/IconSwapVertRoundedFilled.tsx b/src/IconSwapVertRoundedFilled.tsx index 516b8781b..7e259ca88 100644 --- a/src/IconSwapVertRoundedFilled.tsx +++ b/src/IconSwapVertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwapVertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapVertRoundedFilled as default } diff --git a/src/IconSwapVertSharp.tsx b/src/IconSwapVertSharp.tsx index 504aa9f4e..8c34461d5 100644 --- a/src/IconSwapVertSharp.tsx +++ b/src/IconSwapVertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertSharp: React.FC = ({ ...props }) => ( +export const IconSwapVertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapVertSharp as default } diff --git a/src/IconSwapVertSharpFilled.tsx b/src/IconSwapVertSharpFilled.tsx index e3a1e6c6b..959c29d2c 100644 --- a/src/IconSwapVertSharpFilled.tsx +++ b/src/IconSwapVertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVertSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwapVertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwapVertSharpFilled as default } diff --git a/src/IconSwapVerticalCircleOutlined.tsx b/src/IconSwapVerticalCircleOutlined.tsx index c864df2c1..3ff086c35 100644 --- a/src/IconSwapVerticalCircleOutlined.tsx +++ b/src/IconSwapVerticalCircleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleOutlined: React.FC = ({ ...props }) => ( +export const IconSwapVerticalCircleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapVerticalCircleOutlined as default } diff --git a/src/IconSwapVerticalCircleOutlinedFilled.tsx b/src/IconSwapVerticalCircleOutlinedFilled.tsx index 0d3f3ee19..51892f123 100644 --- a/src/IconSwapVerticalCircleOutlinedFilled.tsx +++ b/src/IconSwapVerticalCircleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleOutlinedFilled: React.FC = ({ +export const IconSwapVerticalCircleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapVerticalCircleOutlinedFilled: React.FC = ({ ) - -export { IconSwapVerticalCircleOutlinedFilled as default } diff --git a/src/IconSwapVerticalCircleRounded.tsx b/src/IconSwapVerticalCircleRounded.tsx index f83552c23..ff3f3da31 100644 --- a/src/IconSwapVerticalCircleRounded.tsx +++ b/src/IconSwapVerticalCircleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleRounded: React.FC = ({ ...props }) => ( +export const IconSwapVerticalCircleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapVerticalCircleRounded as default } diff --git a/src/IconSwapVerticalCircleRoundedFilled.tsx b/src/IconSwapVerticalCircleRoundedFilled.tsx index f2503015a..bd4543de2 100644 --- a/src/IconSwapVerticalCircleRoundedFilled.tsx +++ b/src/IconSwapVerticalCircleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleRoundedFilled: React.FC = ({ +export const IconSwapVerticalCircleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapVerticalCircleRoundedFilled: React.FC = ({ ) - -export { IconSwapVerticalCircleRoundedFilled as default } diff --git a/src/IconSwapVerticalCircleSharp.tsx b/src/IconSwapVerticalCircleSharp.tsx index 52d62707c..1e65bf031 100644 --- a/src/IconSwapVerticalCircleSharp.tsx +++ b/src/IconSwapVerticalCircleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleSharp: React.FC = ({ ...props }) => ( +export const IconSwapVerticalCircleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwapVerticalCircleSharp as default } diff --git a/src/IconSwapVerticalCircleSharpFilled.tsx b/src/IconSwapVerticalCircleSharpFilled.tsx index a5834d2c1..ad67a2511 100644 --- a/src/IconSwapVerticalCircleSharpFilled.tsx +++ b/src/IconSwapVerticalCircleSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwapVerticalCircleSharpFilled: React.FC = ({ +export const IconSwapVerticalCircleSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwapVerticalCircleSharpFilled: React.FC = ({ ) - -export { IconSwapVerticalCircleSharpFilled as default } diff --git a/src/IconSweepOutlined.tsx b/src/IconSweepOutlined.tsx index fe46e289d..0ca377af0 100644 --- a/src/IconSweepOutlined.tsx +++ b/src/IconSweepOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepOutlined: React.FC = ({ ...props }) => ( +export const IconSweepOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepOutlined as default } diff --git a/src/IconSweepOutlinedFilled.tsx b/src/IconSweepOutlinedFilled.tsx index eec9a1753..c49a39ffb 100644 --- a/src/IconSweepOutlinedFilled.tsx +++ b/src/IconSweepOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSweepOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepOutlinedFilled as default } diff --git a/src/IconSweepRounded.tsx b/src/IconSweepRounded.tsx index 9c4849517..c00d41a75 100644 --- a/src/IconSweepRounded.tsx +++ b/src/IconSweepRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepRounded: React.FC = ({ ...props }) => ( +export const IconSweepRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepRounded as default } diff --git a/src/IconSweepRoundedFilled.tsx b/src/IconSweepRoundedFilled.tsx index 5ac96887e..47b86087d 100644 --- a/src/IconSweepRoundedFilled.tsx +++ b/src/IconSweepRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSweepRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepRoundedFilled as default } diff --git a/src/IconSweepSharp.tsx b/src/IconSweepSharp.tsx index 357d77384..59a1a6062 100644 --- a/src/IconSweepSharp.tsx +++ b/src/IconSweepSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepSharp: React.FC = ({ ...props }) => ( +export const IconSweepSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepSharp as default } diff --git a/src/IconSweepSharpFilled.tsx b/src/IconSweepSharpFilled.tsx index 7d403e410..db30a6d3c 100644 --- a/src/IconSweepSharpFilled.tsx +++ b/src/IconSweepSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSweepSharpFilled: React.FC = ({ ...props }) => ( +export const IconSweepSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSweepSharpFilled as default } diff --git a/src/IconSwipeDownAltOutlined.tsx b/src/IconSwipeDownAltOutlined.tsx index 8e2eb6ed6..f2bb65ef8 100644 --- a/src/IconSwipeDownAltOutlined.tsx +++ b/src/IconSwipeDownAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltOutlined as default } diff --git a/src/IconSwipeDownAltOutlinedFilled.tsx b/src/IconSwipeDownAltOutlinedFilled.tsx index ec5a10ebb..b27de9cbb 100644 --- a/src/IconSwipeDownAltOutlinedFilled.tsx +++ b/src/IconSwipeDownAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltOutlinedFilled as default } diff --git a/src/IconSwipeDownAltRounded.tsx b/src/IconSwipeDownAltRounded.tsx index e0b9775a1..4ba9269b5 100644 --- a/src/IconSwipeDownAltRounded.tsx +++ b/src/IconSwipeDownAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltRounded: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltRounded as default } diff --git a/src/IconSwipeDownAltRoundedFilled.tsx b/src/IconSwipeDownAltRoundedFilled.tsx index d4575a48f..5b54357e9 100644 --- a/src/IconSwipeDownAltRoundedFilled.tsx +++ b/src/IconSwipeDownAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltRoundedFilled as default } diff --git a/src/IconSwipeDownAltSharp.tsx b/src/IconSwipeDownAltSharp.tsx index f549106d7..880db02d2 100644 --- a/src/IconSwipeDownAltSharp.tsx +++ b/src/IconSwipeDownAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltSharp: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltSharp as default } diff --git a/src/IconSwipeDownAltSharpFilled.tsx b/src/IconSwipeDownAltSharpFilled.tsx index 87f465c55..7356f2870 100644 --- a/src/IconSwipeDownAltSharpFilled.tsx +++ b/src/IconSwipeDownAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeDownAltSharpFilled as default } diff --git a/src/IconSwipeDownOutlined.tsx b/src/IconSwipeDownOutlined.tsx index f5029bd27..24efd88f1 100644 --- a/src/IconSwipeDownOutlined.tsx +++ b/src/IconSwipeDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownOutlined as default } diff --git a/src/IconSwipeDownOutlinedFilled.tsx b/src/IconSwipeDownOutlinedFilled.tsx index cd88d2a17..4a468d233 100644 --- a/src/IconSwipeDownOutlinedFilled.tsx +++ b/src/IconSwipeDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeDownOutlinedFilled as default } diff --git a/src/IconSwipeDownRounded.tsx b/src/IconSwipeDownRounded.tsx index ac2deef19..053204b27 100644 --- a/src/IconSwipeDownRounded.tsx +++ b/src/IconSwipeDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownRounded: React.FC = ({ ...props }) => ( +export const IconSwipeDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownRounded as default } diff --git a/src/IconSwipeDownRoundedFilled.tsx b/src/IconSwipeDownRoundedFilled.tsx index 852768a25..3d8b2127d 100644 --- a/src/IconSwipeDownRoundedFilled.tsx +++ b/src/IconSwipeDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeDownRoundedFilled as default } diff --git a/src/IconSwipeDownSharp.tsx b/src/IconSwipeDownSharp.tsx index 7d39abca0..81546bf9c 100644 --- a/src/IconSwipeDownSharp.tsx +++ b/src/IconSwipeDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownSharp: React.FC = ({ ...props }) => ( +export const IconSwipeDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownSharp as default } diff --git a/src/IconSwipeDownSharpFilled.tsx b/src/IconSwipeDownSharpFilled.tsx index 9b5051be0..7199bcc12 100644 --- a/src/IconSwipeDownSharpFilled.tsx +++ b/src/IconSwipeDownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeDownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeDownSharpFilled as default } diff --git a/src/IconSwipeLeftAltOutlined.tsx b/src/IconSwipeLeftAltOutlined.tsx index 5562f64e6..0b7baf838 100644 --- a/src/IconSwipeLeftAltOutlined.tsx +++ b/src/IconSwipeLeftAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltOutlined as default } diff --git a/src/IconSwipeLeftAltOutlinedFilled.tsx b/src/IconSwipeLeftAltOutlinedFilled.tsx index 7659bcce2..12e4d1507 100644 --- a/src/IconSwipeLeftAltOutlinedFilled.tsx +++ b/src/IconSwipeLeftAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltOutlinedFilled as default } diff --git a/src/IconSwipeLeftAltRounded.tsx b/src/IconSwipeLeftAltRounded.tsx index 460708958..798164bb2 100644 --- a/src/IconSwipeLeftAltRounded.tsx +++ b/src/IconSwipeLeftAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltRounded: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltRounded as default } diff --git a/src/IconSwipeLeftAltRoundedFilled.tsx b/src/IconSwipeLeftAltRoundedFilled.tsx index 3de4f468a..a1f71ee7d 100644 --- a/src/IconSwipeLeftAltRoundedFilled.tsx +++ b/src/IconSwipeLeftAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltRoundedFilled as default } diff --git a/src/IconSwipeLeftAltSharp.tsx b/src/IconSwipeLeftAltSharp.tsx index 569fdcbef..e37ff062a 100644 --- a/src/IconSwipeLeftAltSharp.tsx +++ b/src/IconSwipeLeftAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltSharp: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltSharp as default } diff --git a/src/IconSwipeLeftAltSharpFilled.tsx b/src/IconSwipeLeftAltSharpFilled.tsx index ef95f3748..0788f6cbf 100644 --- a/src/IconSwipeLeftAltSharpFilled.tsx +++ b/src/IconSwipeLeftAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftAltSharpFilled as default } diff --git a/src/IconSwipeLeftOutlined.tsx b/src/IconSwipeLeftOutlined.tsx index 4a3892a8d..32d6486a0 100644 --- a/src/IconSwipeLeftOutlined.tsx +++ b/src/IconSwipeLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftOutlined as default } diff --git a/src/IconSwipeLeftOutlinedFilled.tsx b/src/IconSwipeLeftOutlinedFilled.tsx index d8b623730..24ea4c8af 100644 --- a/src/IconSwipeLeftOutlinedFilled.tsx +++ b/src/IconSwipeLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftOutlinedFilled as default } diff --git a/src/IconSwipeLeftRounded.tsx b/src/IconSwipeLeftRounded.tsx index 5755b5f0c..1c3a12b8f 100644 --- a/src/IconSwipeLeftRounded.tsx +++ b/src/IconSwipeLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftRounded: React.FC = ({ ...props }) => ( +export const IconSwipeLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftRounded as default } diff --git a/src/IconSwipeLeftRoundedFilled.tsx b/src/IconSwipeLeftRoundedFilled.tsx index 23e7d1a52..862540acb 100644 --- a/src/IconSwipeLeftRoundedFilled.tsx +++ b/src/IconSwipeLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftRoundedFilled as default } diff --git a/src/IconSwipeLeftSharp.tsx b/src/IconSwipeLeftSharp.tsx index 148a27f09..a0d8e5be7 100644 --- a/src/IconSwipeLeftSharp.tsx +++ b/src/IconSwipeLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftSharp: React.FC = ({ ...props }) => ( +export const IconSwipeLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftSharp as default } diff --git a/src/IconSwipeLeftSharpFilled.tsx b/src/IconSwipeLeftSharpFilled.tsx index a86775af8..720c1e71e 100644 --- a/src/IconSwipeLeftSharpFilled.tsx +++ b/src/IconSwipeLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeLeftSharpFilled as default } diff --git a/src/IconSwipeOutlined.tsx b/src/IconSwipeOutlined.tsx index cb637858d..6bf44f2de 100644 --- a/src/IconSwipeOutlined.tsx +++ b/src/IconSwipeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeOutlined as default } diff --git a/src/IconSwipeOutlinedFilled.tsx b/src/IconSwipeOutlinedFilled.tsx index 3eea8bccf..d5fdb9de6 100644 --- a/src/IconSwipeOutlinedFilled.tsx +++ b/src/IconSwipeOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeOutlinedFilled as default } diff --git a/src/IconSwipeRightAltOutlined.tsx b/src/IconSwipeRightAltOutlined.tsx index ab737a6d6..0c3ef184b 100644 --- a/src/IconSwipeRightAltOutlined.tsx +++ b/src/IconSwipeRightAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltOutlined as default } diff --git a/src/IconSwipeRightAltOutlinedFilled.tsx b/src/IconSwipeRightAltOutlinedFilled.tsx index d50e1d9f7..1a79ff6f5 100644 --- a/src/IconSwipeRightAltOutlinedFilled.tsx +++ b/src/IconSwipeRightAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltOutlinedFilled as default } diff --git a/src/IconSwipeRightAltRounded.tsx b/src/IconSwipeRightAltRounded.tsx index 4ef413e06..f790aed68 100644 --- a/src/IconSwipeRightAltRounded.tsx +++ b/src/IconSwipeRightAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltRounded: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltRounded as default } diff --git a/src/IconSwipeRightAltRoundedFilled.tsx b/src/IconSwipeRightAltRoundedFilled.tsx index dc7294352..1c4360407 100644 --- a/src/IconSwipeRightAltRoundedFilled.tsx +++ b/src/IconSwipeRightAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltRoundedFilled as default } diff --git a/src/IconSwipeRightAltSharp.tsx b/src/IconSwipeRightAltSharp.tsx index d2ece226e..3b49a967b 100644 --- a/src/IconSwipeRightAltSharp.tsx +++ b/src/IconSwipeRightAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltSharp: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltSharp as default } diff --git a/src/IconSwipeRightAltSharpFilled.tsx b/src/IconSwipeRightAltSharpFilled.tsx index 8598e3cc0..bccfd1875 100644 --- a/src/IconSwipeRightAltSharpFilled.tsx +++ b/src/IconSwipeRightAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightAltSharpFilled as default } diff --git a/src/IconSwipeRightOutlined.tsx b/src/IconSwipeRightOutlined.tsx index 420de5829..ead73f476 100644 --- a/src/IconSwipeRightOutlined.tsx +++ b/src/IconSwipeRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRightOutlined as default } diff --git a/src/IconSwipeRightOutlinedFilled.tsx b/src/IconSwipeRightOutlinedFilled.tsx index dfe374702..2fd50e46c 100644 --- a/src/IconSwipeRightOutlinedFilled.tsx +++ b/src/IconSwipeRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightOutlinedFilled as default } diff --git a/src/IconSwipeRightRounded.tsx b/src/IconSwipeRightRounded.tsx index 013e38fb3..b2f8ddfcf 100644 --- a/src/IconSwipeRightRounded.tsx +++ b/src/IconSwipeRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightRounded: React.FC = ({ ...props }) => ( +export const IconSwipeRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRightRounded as default } diff --git a/src/IconSwipeRightRoundedFilled.tsx b/src/IconSwipeRightRoundedFilled.tsx index 5d11af9b5..99dea9dcb 100644 --- a/src/IconSwipeRightRoundedFilled.tsx +++ b/src/IconSwipeRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightRoundedFilled as default } diff --git a/src/IconSwipeRightSharp.tsx b/src/IconSwipeRightSharp.tsx index e02717d66..924bc0ecf 100644 --- a/src/IconSwipeRightSharp.tsx +++ b/src/IconSwipeRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightSharp: React.FC = ({ ...props }) => ( +export const IconSwipeRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRightSharp as default } diff --git a/src/IconSwipeRightSharpFilled.tsx b/src/IconSwipeRightSharpFilled.tsx index 62beb1506..0f1cad8f4 100644 --- a/src/IconSwipeRightSharpFilled.tsx +++ b/src/IconSwipeRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeRightSharpFilled as default } diff --git a/src/IconSwipeRounded.tsx b/src/IconSwipeRounded.tsx index ffde6c515..9e35526ff 100644 --- a/src/IconSwipeRounded.tsx +++ b/src/IconSwipeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRounded: React.FC = ({ ...props }) => ( +export const IconSwipeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRounded as default } diff --git a/src/IconSwipeRoundedFilled.tsx b/src/IconSwipeRoundedFilled.tsx index 2ee705d86..1f7e85618 100644 --- a/src/IconSwipeRoundedFilled.tsx +++ b/src/IconSwipeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeRoundedFilled as default } diff --git a/src/IconSwipeSharp.tsx b/src/IconSwipeSharp.tsx index c08adf39d..27518bc08 100644 --- a/src/IconSwipeSharp.tsx +++ b/src/IconSwipeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeSharp: React.FC = ({ ...props }) => ( +export const IconSwipeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeSharp as default } diff --git a/src/IconSwipeSharpFilled.tsx b/src/IconSwipeSharpFilled.tsx index aea364c26..3b326d64f 100644 --- a/src/IconSwipeSharpFilled.tsx +++ b/src/IconSwipeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeSharpFilled as default } diff --git a/src/IconSwipeUpAltOutlined.tsx b/src/IconSwipeUpAltOutlined.tsx index 2e2d4d39b..5d73b1709 100644 --- a/src/IconSwipeUpAltOutlined.tsx +++ b/src/IconSwipeUpAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltOutlined as default } diff --git a/src/IconSwipeUpAltOutlinedFilled.tsx b/src/IconSwipeUpAltOutlinedFilled.tsx index 6c13cd2ce..de78bd221 100644 --- a/src/IconSwipeUpAltOutlinedFilled.tsx +++ b/src/IconSwipeUpAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltOutlinedFilled as default } diff --git a/src/IconSwipeUpAltRounded.tsx b/src/IconSwipeUpAltRounded.tsx index 1449cc47a..fa13df3f1 100644 --- a/src/IconSwipeUpAltRounded.tsx +++ b/src/IconSwipeUpAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltRounded: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltRounded as default } diff --git a/src/IconSwipeUpAltRoundedFilled.tsx b/src/IconSwipeUpAltRoundedFilled.tsx index 804ada283..7564cefdd 100644 --- a/src/IconSwipeUpAltRoundedFilled.tsx +++ b/src/IconSwipeUpAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltRoundedFilled as default } diff --git a/src/IconSwipeUpAltSharp.tsx b/src/IconSwipeUpAltSharp.tsx index 5c6718ad0..4f9c30059 100644 --- a/src/IconSwipeUpAltSharp.tsx +++ b/src/IconSwipeUpAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltSharp: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltSharp as default } diff --git a/src/IconSwipeUpAltSharpFilled.tsx b/src/IconSwipeUpAltSharpFilled.tsx index 4a644c2d4..8d7484864 100644 --- a/src/IconSwipeUpAltSharpFilled.tsx +++ b/src/IconSwipeUpAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeUpAltSharpFilled as default } diff --git a/src/IconSwipeUpOutlined.tsx b/src/IconSwipeUpOutlined.tsx index 80ceb6689..97e9d2091 100644 --- a/src/IconSwipeUpOutlined.tsx +++ b/src/IconSwipeUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpOutlined as default } diff --git a/src/IconSwipeUpOutlinedFilled.tsx b/src/IconSwipeUpOutlinedFilled.tsx index df1ee9707..d5ded6555 100644 --- a/src/IconSwipeUpOutlinedFilled.tsx +++ b/src/IconSwipeUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeUpOutlinedFilled as default } diff --git a/src/IconSwipeUpRounded.tsx b/src/IconSwipeUpRounded.tsx index 0c15e9b77..97c8472d0 100644 --- a/src/IconSwipeUpRounded.tsx +++ b/src/IconSwipeUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpRounded: React.FC = ({ ...props }) => ( +export const IconSwipeUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpRounded as default } diff --git a/src/IconSwipeUpRoundedFilled.tsx b/src/IconSwipeUpRoundedFilled.tsx index 82d81c49a..88be5d3a2 100644 --- a/src/IconSwipeUpRoundedFilled.tsx +++ b/src/IconSwipeUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpRoundedFilled as default } diff --git a/src/IconSwipeUpSharp.tsx b/src/IconSwipeUpSharp.tsx index af1c96e10..ab12e22dc 100644 --- a/src/IconSwipeUpSharp.tsx +++ b/src/IconSwipeUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpSharp: React.FC = ({ ...props }) => ( +export const IconSwipeUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpSharp as default } diff --git a/src/IconSwipeUpSharpFilled.tsx b/src/IconSwipeUpSharpFilled.tsx index ddf66ef20..154e5945c 100644 --- a/src/IconSwipeUpSharpFilled.tsx +++ b/src/IconSwipeUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeUpSharpFilled as default } diff --git a/src/IconSwipeVerticalOutlined.tsx b/src/IconSwipeVerticalOutlined.tsx index b439dbda4..d86eaf63d 100644 --- a/src/IconSwipeVerticalOutlined.tsx +++ b/src/IconSwipeVerticalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalOutlined: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalOutlined as default } diff --git a/src/IconSwipeVerticalOutlinedFilled.tsx b/src/IconSwipeVerticalOutlinedFilled.tsx index 52f18aab0..a6641b877 100644 --- a/src/IconSwipeVerticalOutlinedFilled.tsx +++ b/src/IconSwipeVerticalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalOutlinedFilled as default } diff --git a/src/IconSwipeVerticalRounded.tsx b/src/IconSwipeVerticalRounded.tsx index 9c8cd938b..c079afe13 100644 --- a/src/IconSwipeVerticalRounded.tsx +++ b/src/IconSwipeVerticalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalRounded: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalRounded as default } diff --git a/src/IconSwipeVerticalRoundedFilled.tsx b/src/IconSwipeVerticalRoundedFilled.tsx index 6ebae6437..891759113 100644 --- a/src/IconSwipeVerticalRoundedFilled.tsx +++ b/src/IconSwipeVerticalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalRoundedFilled as default } diff --git a/src/IconSwipeVerticalSharp.tsx b/src/IconSwipeVerticalSharp.tsx index 186f06376..654b21327 100644 --- a/src/IconSwipeVerticalSharp.tsx +++ b/src/IconSwipeVerticalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalSharp: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalSharp as default } diff --git a/src/IconSwipeVerticalSharpFilled.tsx b/src/IconSwipeVerticalSharpFilled.tsx index 05bfdb62b..19cc185c7 100644 --- a/src/IconSwipeVerticalSharpFilled.tsx +++ b/src/IconSwipeVerticalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwipeVerticalSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwipeVerticalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwipeVerticalSharpFilled as default } diff --git a/src/IconSwitchAccess2Outlined.tsx b/src/IconSwitchAccess2Outlined.tsx index 8a5a41dd1..6d68a37a3 100644 --- a/src/IconSwitchAccess2Outlined.tsx +++ b/src/IconSwitchAccess2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2Outlined: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2Outlined as default } diff --git a/src/IconSwitchAccess2OutlinedFilled.tsx b/src/IconSwitchAccess2OutlinedFilled.tsx index 255430fbd..4857088fe 100644 --- a/src/IconSwitchAccess2OutlinedFilled.tsx +++ b/src/IconSwitchAccess2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2OutlinedFilled as default } diff --git a/src/IconSwitchAccess2Rounded.tsx b/src/IconSwitchAccess2Rounded.tsx index 0e28f3437..ed5cb1ccb 100644 --- a/src/IconSwitchAccess2Rounded.tsx +++ b/src/IconSwitchAccess2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2Rounded: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2Rounded as default } diff --git a/src/IconSwitchAccess2RoundedFilled.tsx b/src/IconSwitchAccess2RoundedFilled.tsx index 48abcb71c..0a92231cd 100644 --- a/src/IconSwitchAccess2RoundedFilled.tsx +++ b/src/IconSwitchAccess2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2RoundedFilled as default } diff --git a/src/IconSwitchAccess2Sharp.tsx b/src/IconSwitchAccess2Sharp.tsx index ba5a055c2..cbe44b907 100644 --- a/src/IconSwitchAccess2Sharp.tsx +++ b/src/IconSwitchAccess2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2Sharp: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2Sharp as default } diff --git a/src/IconSwitchAccess2SharpFilled.tsx b/src/IconSwitchAccess2SharpFilled.tsx index 8a4caf500..ab2a18298 100644 --- a/src/IconSwitchAccess2SharpFilled.tsx +++ b/src/IconSwitchAccess2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccess2SharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccess2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccess2SharpFilled as default } diff --git a/src/IconSwitchAccessOutlined.tsx b/src/IconSwitchAccessOutlined.tsx index c28cad0e6..fb0b444b7 100644 --- a/src/IconSwitchAccessOutlined.tsx +++ b/src/IconSwitchAccessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchAccessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessOutlined as default } diff --git a/src/IconSwitchAccessOutlinedFilled.tsx b/src/IconSwitchAccessOutlinedFilled.tsx index 58bbd0739..212ec20de 100644 --- a/src/IconSwitchAccessOutlinedFilled.tsx +++ b/src/IconSwitchAccessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessOutlinedFilled as default } diff --git a/src/IconSwitchAccessRounded.tsx b/src/IconSwitchAccessRounded.tsx index e0ceb7d24..2e691ce07 100644 --- a/src/IconSwitchAccessRounded.tsx +++ b/src/IconSwitchAccessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessRounded: React.FC = ({ ...props }) => ( +export const IconSwitchAccessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessRounded as default } diff --git a/src/IconSwitchAccessRoundedFilled.tsx b/src/IconSwitchAccessRoundedFilled.tsx index e2a45544a..08fbe0ab4 100644 --- a/src/IconSwitchAccessRoundedFilled.tsx +++ b/src/IconSwitchAccessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessRoundedFilled as default } diff --git a/src/IconSwitchAccessSharp.tsx b/src/IconSwitchAccessSharp.tsx index e050975b4..f379916e8 100644 --- a/src/IconSwitchAccessSharp.tsx +++ b/src/IconSwitchAccessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessSharp: React.FC = ({ ...props }) => ( +export const IconSwitchAccessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessSharp as default } diff --git a/src/IconSwitchAccessSharpFilled.tsx b/src/IconSwitchAccessSharpFilled.tsx index 295bd15ee..e5210f6e0 100644 --- a/src/IconSwitchAccessSharpFilled.tsx +++ b/src/IconSwitchAccessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessSharpFilled as default } diff --git a/src/IconSwitchAccessShortcutAddOutlined.tsx b/src/IconSwitchAccessShortcutAddOutlined.tsx index a01da4ba7..f39996c54 100644 --- a/src/IconSwitchAccessShortcutAddOutlined.tsx +++ b/src/IconSwitchAccessShortcutAddOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddOutlined: React.FC = ({ +export const IconSwitchAccessShortcutAddOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddOutlined: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddOutlined as default } diff --git a/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx b/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx index 1cccdda05..4f6a16a89 100644 --- a/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx +++ b/src/IconSwitchAccessShortcutAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddOutlinedFilled: React.FC = ({ +export const IconSwitchAccessShortcutAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddOutlinedFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddOutlinedFilled as default } diff --git a/src/IconSwitchAccessShortcutAddRounded.tsx b/src/IconSwitchAccessShortcutAddRounded.tsx index e0ff25e94..853dd56a1 100644 --- a/src/IconSwitchAccessShortcutAddRounded.tsx +++ b/src/IconSwitchAccessShortcutAddRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddRounded: React.FC = ({ +export const IconSwitchAccessShortcutAddRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddRounded: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddRounded as default } diff --git a/src/IconSwitchAccessShortcutAddRoundedFilled.tsx b/src/IconSwitchAccessShortcutAddRoundedFilled.tsx index d6c73ee03..6353a1864 100644 --- a/src/IconSwitchAccessShortcutAddRoundedFilled.tsx +++ b/src/IconSwitchAccessShortcutAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddRoundedFilled: React.FC = ({ +export const IconSwitchAccessShortcutAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddRoundedFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddRoundedFilled as default } diff --git a/src/IconSwitchAccessShortcutAddSharp.tsx b/src/IconSwitchAccessShortcutAddSharp.tsx index c0240fbc9..7a6da8d52 100644 --- a/src/IconSwitchAccessShortcutAddSharp.tsx +++ b/src/IconSwitchAccessShortcutAddSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddSharp: React.FC = ({ +export const IconSwitchAccessShortcutAddSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddSharp: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddSharp as default } diff --git a/src/IconSwitchAccessShortcutAddSharpFilled.tsx b/src/IconSwitchAccessShortcutAddSharpFilled.tsx index df09a029a..24500f5b1 100644 --- a/src/IconSwitchAccessShortcutAddSharpFilled.tsx +++ b/src/IconSwitchAccessShortcutAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutAddSharpFilled: React.FC = ({ +export const IconSwitchAccessShortcutAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutAddSharpFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutAddSharpFilled as default } diff --git a/src/IconSwitchAccessShortcutOutlined.tsx b/src/IconSwitchAccessShortcutOutlined.tsx index b426cc792..dde787fc8 100644 --- a/src/IconSwitchAccessShortcutOutlined.tsx +++ b/src/IconSwitchAccessShortcutOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutOutlined: React.FC = ({ +export const IconSwitchAccessShortcutOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutOutlined: React.FC = ({ ) - -export { IconSwitchAccessShortcutOutlined as default } diff --git a/src/IconSwitchAccessShortcutOutlinedFilled.tsx b/src/IconSwitchAccessShortcutOutlinedFilled.tsx index ac764eab8..0c0979c0c 100644 --- a/src/IconSwitchAccessShortcutOutlinedFilled.tsx +++ b/src/IconSwitchAccessShortcutOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutOutlinedFilled: React.FC = ({ +export const IconSwitchAccessShortcutOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutOutlinedFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutOutlinedFilled as default } diff --git a/src/IconSwitchAccessShortcutRounded.tsx b/src/IconSwitchAccessShortcutRounded.tsx index 2212cca38..1e57861d8 100644 --- a/src/IconSwitchAccessShortcutRounded.tsx +++ b/src/IconSwitchAccessShortcutRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutRounded: React.FC = ({ ...props }) => ( +export const IconSwitchAccessShortcutRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessShortcutRounded as default } diff --git a/src/IconSwitchAccessShortcutRoundedFilled.tsx b/src/IconSwitchAccessShortcutRoundedFilled.tsx index 396e069da..fa402d079 100644 --- a/src/IconSwitchAccessShortcutRoundedFilled.tsx +++ b/src/IconSwitchAccessShortcutRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutRoundedFilled: React.FC = ({ +export const IconSwitchAccessShortcutRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutRoundedFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutRoundedFilled as default } diff --git a/src/IconSwitchAccessShortcutSharp.tsx b/src/IconSwitchAccessShortcutSharp.tsx index 25be3726f..40dca2f09 100644 --- a/src/IconSwitchAccessShortcutSharp.tsx +++ b/src/IconSwitchAccessShortcutSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutSharp: React.FC = ({ ...props }) => ( +export const IconSwitchAccessShortcutSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccessShortcutSharp as default } diff --git a/src/IconSwitchAccessShortcutSharpFilled.tsx b/src/IconSwitchAccessShortcutSharpFilled.tsx index a81ac3a5d..f18654174 100644 --- a/src/IconSwitchAccessShortcutSharpFilled.tsx +++ b/src/IconSwitchAccessShortcutSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccessShortcutSharpFilled: React.FC = ({ +export const IconSwitchAccessShortcutSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSwitchAccessShortcutSharpFilled: React.FC = ({ ) - -export { IconSwitchAccessShortcutSharpFilled as default } diff --git a/src/IconSwitchAccountOutlined.tsx b/src/IconSwitchAccountOutlined.tsx index cdb402426..cabafce59 100644 --- a/src/IconSwitchAccountOutlined.tsx +++ b/src/IconSwitchAccountOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchAccountOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountOutlined as default } diff --git a/src/IconSwitchAccountOutlinedFilled.tsx b/src/IconSwitchAccountOutlinedFilled.tsx index 6360a2e4f..e3e9c4f92 100644 --- a/src/IconSwitchAccountOutlinedFilled.tsx +++ b/src/IconSwitchAccountOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccountOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountOutlinedFilled as default } diff --git a/src/IconSwitchAccountRounded.tsx b/src/IconSwitchAccountRounded.tsx index dee663547..ea0224253 100644 --- a/src/IconSwitchAccountRounded.tsx +++ b/src/IconSwitchAccountRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountRounded: React.FC = ({ ...props }) => ( +export const IconSwitchAccountRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountRounded as default } diff --git a/src/IconSwitchAccountRoundedFilled.tsx b/src/IconSwitchAccountRoundedFilled.tsx index 57ee62efc..c332f0166 100644 --- a/src/IconSwitchAccountRoundedFilled.tsx +++ b/src/IconSwitchAccountRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccountRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountRoundedFilled as default } diff --git a/src/IconSwitchAccountSharp.tsx b/src/IconSwitchAccountSharp.tsx index e82448fe5..afe44b4a5 100644 --- a/src/IconSwitchAccountSharp.tsx +++ b/src/IconSwitchAccountSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountSharp: React.FC = ({ ...props }) => ( +export const IconSwitchAccountSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountSharp as default } diff --git a/src/IconSwitchAccountSharpFilled.tsx b/src/IconSwitchAccountSharpFilled.tsx index b1a3016d0..4c98f63d2 100644 --- a/src/IconSwitchAccountSharpFilled.tsx +++ b/src/IconSwitchAccountSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchAccountSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchAccountSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchAccountSharpFilled as default } diff --git a/src/IconSwitchCameraOutlined.tsx b/src/IconSwitchCameraOutlined.tsx index 05c48045f..75093769b 100644 --- a/src/IconSwitchCameraOutlined.tsx +++ b/src/IconSwitchCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraOutlined as default } diff --git a/src/IconSwitchCameraOutlinedFilled.tsx b/src/IconSwitchCameraOutlinedFilled.tsx index fd24a2e7d..ea91b35fb 100644 --- a/src/IconSwitchCameraOutlinedFilled.tsx +++ b/src/IconSwitchCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraOutlinedFilled as default } diff --git a/src/IconSwitchCameraRounded.tsx b/src/IconSwitchCameraRounded.tsx index 7b888d51c..b222d5149 100644 --- a/src/IconSwitchCameraRounded.tsx +++ b/src/IconSwitchCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraRounded: React.FC = ({ ...props }) => ( +export const IconSwitchCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraRounded as default } diff --git a/src/IconSwitchCameraRoundedFilled.tsx b/src/IconSwitchCameraRoundedFilled.tsx index e59fe4def..461195093 100644 --- a/src/IconSwitchCameraRoundedFilled.tsx +++ b/src/IconSwitchCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraRoundedFilled as default } diff --git a/src/IconSwitchCameraSharp.tsx b/src/IconSwitchCameraSharp.tsx index a7c785c34..876c20c0f 100644 --- a/src/IconSwitchCameraSharp.tsx +++ b/src/IconSwitchCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraSharp: React.FC = ({ ...props }) => ( +export const IconSwitchCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraSharp as default } diff --git a/src/IconSwitchCameraSharpFilled.tsx b/src/IconSwitchCameraSharpFilled.tsx index abe1c561e..a4ab7a00c 100644 --- a/src/IconSwitchCameraSharpFilled.tsx +++ b/src/IconSwitchCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchCameraSharpFilled as default } diff --git a/src/IconSwitchLeftOutlined.tsx b/src/IconSwitchLeftOutlined.tsx index f91e8db31..e4669c516 100644 --- a/src/IconSwitchLeftOutlined.tsx +++ b/src/IconSwitchLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftOutlined as default } diff --git a/src/IconSwitchLeftOutlinedFilled.tsx b/src/IconSwitchLeftOutlinedFilled.tsx index ba32e7675..8729904db 100644 --- a/src/IconSwitchLeftOutlinedFilled.tsx +++ b/src/IconSwitchLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftOutlinedFilled as default } diff --git a/src/IconSwitchLeftRounded.tsx b/src/IconSwitchLeftRounded.tsx index ea37b0931..5e2cc03b4 100644 --- a/src/IconSwitchLeftRounded.tsx +++ b/src/IconSwitchLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftRounded: React.FC = ({ ...props }) => ( +export const IconSwitchLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftRounded as default } diff --git a/src/IconSwitchLeftRoundedFilled.tsx b/src/IconSwitchLeftRoundedFilled.tsx index 69e623c60..e144aaf63 100644 --- a/src/IconSwitchLeftRoundedFilled.tsx +++ b/src/IconSwitchLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftRoundedFilled as default } diff --git a/src/IconSwitchLeftSharp.tsx b/src/IconSwitchLeftSharp.tsx index 2e026e440..8c742ab02 100644 --- a/src/IconSwitchLeftSharp.tsx +++ b/src/IconSwitchLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftSharp: React.FC = ({ ...props }) => ( +export const IconSwitchLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftSharp as default } diff --git a/src/IconSwitchLeftSharpFilled.tsx b/src/IconSwitchLeftSharpFilled.tsx index 9f1a5d314..36182fb0a 100644 --- a/src/IconSwitchLeftSharpFilled.tsx +++ b/src/IconSwitchLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchLeftSharpFilled as default } diff --git a/src/IconSwitchOutlined.tsx b/src/IconSwitchOutlined.tsx index ba6547e17..36f373d90 100644 --- a/src/IconSwitchOutlined.tsx +++ b/src/IconSwitchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchOutlined as default } diff --git a/src/IconSwitchOutlinedFilled.tsx b/src/IconSwitchOutlinedFilled.tsx index 7c7b98c5d..2e13747f7 100644 --- a/src/IconSwitchOutlinedFilled.tsx +++ b/src/IconSwitchOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchOutlinedFilled as default } diff --git a/src/IconSwitchRightOutlined.tsx b/src/IconSwitchRightOutlined.tsx index a71a142aa..206ba74c6 100644 --- a/src/IconSwitchRightOutlined.tsx +++ b/src/IconSwitchRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchRightOutlined as default } diff --git a/src/IconSwitchRightOutlinedFilled.tsx b/src/IconSwitchRightOutlinedFilled.tsx index 9aa3a4ea8..ddbceb3f4 100644 --- a/src/IconSwitchRightOutlinedFilled.tsx +++ b/src/IconSwitchRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchRightOutlinedFilled as default } diff --git a/src/IconSwitchRightRounded.tsx b/src/IconSwitchRightRounded.tsx index 8e5d48e68..f669a7308 100644 --- a/src/IconSwitchRightRounded.tsx +++ b/src/IconSwitchRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightRounded: React.FC = ({ ...props }) => ( +export const IconSwitchRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchRightRounded as default } diff --git a/src/IconSwitchRightRoundedFilled.tsx b/src/IconSwitchRightRoundedFilled.tsx index dfa9ccd07..703646618 100644 --- a/src/IconSwitchRightRoundedFilled.tsx +++ b/src/IconSwitchRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchRightRoundedFilled as default } diff --git a/src/IconSwitchRightSharp.tsx b/src/IconSwitchRightSharp.tsx index 27a9bbc53..cafd0d5b3 100644 --- a/src/IconSwitchRightSharp.tsx +++ b/src/IconSwitchRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightSharp: React.FC = ({ ...props }) => ( +export const IconSwitchRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchRightSharp as default } diff --git a/src/IconSwitchRightSharpFilled.tsx b/src/IconSwitchRightSharpFilled.tsx index 7baa73b83..c181f47a4 100644 --- a/src/IconSwitchRightSharpFilled.tsx +++ b/src/IconSwitchRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchRightSharpFilled as default } diff --git a/src/IconSwitchRounded.tsx b/src/IconSwitchRounded.tsx index 10f012304..acd84404b 100644 --- a/src/IconSwitchRounded.tsx +++ b/src/IconSwitchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRounded: React.FC = ({ ...props }) => ( +export const IconSwitchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchRounded as default } diff --git a/src/IconSwitchRoundedFilled.tsx b/src/IconSwitchRoundedFilled.tsx index 44f740437..f7ff3711e 100644 --- a/src/IconSwitchRoundedFilled.tsx +++ b/src/IconSwitchRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchRoundedFilled as default } diff --git a/src/IconSwitchSharp.tsx b/src/IconSwitchSharp.tsx index 286c07d12..15d49e836 100644 --- a/src/IconSwitchSharp.tsx +++ b/src/IconSwitchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchSharp: React.FC = ({ ...props }) => ( +export const IconSwitchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchSharp as default } diff --git a/src/IconSwitchSharpFilled.tsx b/src/IconSwitchSharpFilled.tsx index ad7f1e358..548ad63c4 100644 --- a/src/IconSwitchSharpFilled.tsx +++ b/src/IconSwitchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchSharpFilled as default } diff --git a/src/IconSwitchVideoOutlined.tsx b/src/IconSwitchVideoOutlined.tsx index 71e9d5fd4..a85f5d58d 100644 --- a/src/IconSwitchVideoOutlined.tsx +++ b/src/IconSwitchVideoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchVideoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoOutlined as default } diff --git a/src/IconSwitchVideoOutlinedFilled.tsx b/src/IconSwitchVideoOutlinedFilled.tsx index 6d3360fb0..f1f45258a 100644 --- a/src/IconSwitchVideoOutlinedFilled.tsx +++ b/src/IconSwitchVideoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchVideoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoOutlinedFilled as default } diff --git a/src/IconSwitchVideoRounded.tsx b/src/IconSwitchVideoRounded.tsx index 38073b2a3..3f61e9c9c 100644 --- a/src/IconSwitchVideoRounded.tsx +++ b/src/IconSwitchVideoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoRounded: React.FC = ({ ...props }) => ( +export const IconSwitchVideoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoRounded as default } diff --git a/src/IconSwitchVideoRoundedFilled.tsx b/src/IconSwitchVideoRoundedFilled.tsx index ec65d2579..72db23cf5 100644 --- a/src/IconSwitchVideoRoundedFilled.tsx +++ b/src/IconSwitchVideoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchVideoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoRoundedFilled as default } diff --git a/src/IconSwitchVideoSharp.tsx b/src/IconSwitchVideoSharp.tsx index e60f2c26e..e99de16bb 100644 --- a/src/IconSwitchVideoSharp.tsx +++ b/src/IconSwitchVideoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoSharp: React.FC = ({ ...props }) => ( +export const IconSwitchVideoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoSharp as default } diff --git a/src/IconSwitchVideoSharpFilled.tsx b/src/IconSwitchVideoSharpFilled.tsx index ba14b6fac..7cdb843a4 100644 --- a/src/IconSwitchVideoSharpFilled.tsx +++ b/src/IconSwitchVideoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchVideoSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchVideoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchVideoSharpFilled as default } diff --git a/src/IconSwitchesOutlined.tsx b/src/IconSwitchesOutlined.tsx index d50b2cded..7813d5393 100644 --- a/src/IconSwitchesOutlined.tsx +++ b/src/IconSwitchesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesOutlined: React.FC = ({ ...props }) => ( +export const IconSwitchesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchesOutlined as default } diff --git a/src/IconSwitchesOutlinedFilled.tsx b/src/IconSwitchesOutlinedFilled.tsx index d8f6a55a2..471c0b547 100644 --- a/src/IconSwitchesOutlinedFilled.tsx +++ b/src/IconSwitchesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchesOutlinedFilled as default } diff --git a/src/IconSwitchesRounded.tsx b/src/IconSwitchesRounded.tsx index a153f867f..43c10ca34 100644 --- a/src/IconSwitchesRounded.tsx +++ b/src/IconSwitchesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesRounded: React.FC = ({ ...props }) => ( +export const IconSwitchesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchesRounded as default } diff --git a/src/IconSwitchesRoundedFilled.tsx b/src/IconSwitchesRoundedFilled.tsx index ccff9041e..87de2c319 100644 --- a/src/IconSwitchesRoundedFilled.tsx +++ b/src/IconSwitchesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwitchesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwitchesRoundedFilled as default } diff --git a/src/IconSwitchesSharp.tsx b/src/IconSwitchesSharp.tsx index 041012dbc..28fe24b16 100644 --- a/src/IconSwitchesSharp.tsx +++ b/src/IconSwitchesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesSharp: React.FC = ({ ...props }) => ( +export const IconSwitchesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchesSharp as default } diff --git a/src/IconSwitchesSharpFilled.tsx b/src/IconSwitchesSharpFilled.tsx index 2389a06e8..9d369a847 100644 --- a/src/IconSwitchesSharpFilled.tsx +++ b/src/IconSwitchesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwitchesSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwitchesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwitchesSharpFilled as default } diff --git a/src/IconSwordRoseOutlined.tsx b/src/IconSwordRoseOutlined.tsx index ea708e974..cc7d2b9b7 100644 --- a/src/IconSwordRoseOutlined.tsx +++ b/src/IconSwordRoseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseOutlined: React.FC = ({ ...props }) => ( +export const IconSwordRoseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordRoseOutlined as default } diff --git a/src/IconSwordRoseOutlinedFilled.tsx b/src/IconSwordRoseOutlinedFilled.tsx index 4c5dfc2e4..5d9c018a5 100644 --- a/src/IconSwordRoseOutlinedFilled.tsx +++ b/src/IconSwordRoseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwordRoseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwordRoseOutlinedFilled as default } diff --git a/src/IconSwordRoseRounded.tsx b/src/IconSwordRoseRounded.tsx index 74589e9bc..ce3f6d2e0 100644 --- a/src/IconSwordRoseRounded.tsx +++ b/src/IconSwordRoseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseRounded: React.FC = ({ ...props }) => ( +export const IconSwordRoseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordRoseRounded as default } diff --git a/src/IconSwordRoseRoundedFilled.tsx b/src/IconSwordRoseRoundedFilled.tsx index 8271404b5..61aeefb42 100644 --- a/src/IconSwordRoseRoundedFilled.tsx +++ b/src/IconSwordRoseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwordRoseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSwordRoseRoundedFilled as default } diff --git a/src/IconSwordRoseSharp.tsx b/src/IconSwordRoseSharp.tsx index 9528fe346..d53124d93 100644 --- a/src/IconSwordRoseSharp.tsx +++ b/src/IconSwordRoseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseSharp: React.FC = ({ ...props }) => ( +export const IconSwordRoseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordRoseSharp as default } diff --git a/src/IconSwordRoseSharpFilled.tsx b/src/IconSwordRoseSharpFilled.tsx index fa8d27fa1..4b9227346 100644 --- a/src/IconSwordRoseSharpFilled.tsx +++ b/src/IconSwordRoseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordRoseSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwordRoseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordRoseSharpFilled as default } diff --git a/src/IconSwordsOutlined.tsx b/src/IconSwordsOutlined.tsx index 86110a71f..08e1c3b78 100644 --- a/src/IconSwordsOutlined.tsx +++ b/src/IconSwordsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsOutlined: React.FC = ({ ...props }) => ( +export const IconSwordsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsOutlined as default } diff --git a/src/IconSwordsOutlinedFilled.tsx b/src/IconSwordsOutlinedFilled.tsx index 20b93aee6..06f8853f9 100644 --- a/src/IconSwordsOutlinedFilled.tsx +++ b/src/IconSwordsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSwordsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsOutlinedFilled as default } diff --git a/src/IconSwordsRounded.tsx b/src/IconSwordsRounded.tsx index 301c8db4f..0c524861a 100644 --- a/src/IconSwordsRounded.tsx +++ b/src/IconSwordsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsRounded: React.FC = ({ ...props }) => ( +export const IconSwordsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsRounded as default } diff --git a/src/IconSwordsRoundedFilled.tsx b/src/IconSwordsRoundedFilled.tsx index bed286617..4d781f95b 100644 --- a/src/IconSwordsRoundedFilled.tsx +++ b/src/IconSwordsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSwordsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsRoundedFilled as default } diff --git a/src/IconSwordsSharp.tsx b/src/IconSwordsSharp.tsx index e4bace597..7bb2ba7e7 100644 --- a/src/IconSwordsSharp.tsx +++ b/src/IconSwordsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsSharp: React.FC = ({ ...props }) => ( +export const IconSwordsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsSharp as default } diff --git a/src/IconSwordsSharpFilled.tsx b/src/IconSwordsSharpFilled.tsx index c821ab13d..113a7b14a 100644 --- a/src/IconSwordsSharpFilled.tsx +++ b/src/IconSwordsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSwordsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSwordsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSwordsSharpFilled as default } diff --git a/src/IconSymptomsOutlined.tsx b/src/IconSymptomsOutlined.tsx index 6e3620c8b..67282cd9b 100644 --- a/src/IconSymptomsOutlined.tsx +++ b/src/IconSymptomsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsOutlined: React.FC = ({ ...props }) => ( +export const IconSymptomsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSymptomsOutlined as default } diff --git a/src/IconSymptomsOutlinedFilled.tsx b/src/IconSymptomsOutlinedFilled.tsx index 32d9a884a..e38380305 100644 --- a/src/IconSymptomsOutlinedFilled.tsx +++ b/src/IconSymptomsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSymptomsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSymptomsOutlinedFilled as default } diff --git a/src/IconSymptomsRounded.tsx b/src/IconSymptomsRounded.tsx index db59fbd94..2ae332eab 100644 --- a/src/IconSymptomsRounded.tsx +++ b/src/IconSymptomsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsRounded: React.FC = ({ ...props }) => ( +export const IconSymptomsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSymptomsRounded as default } diff --git a/src/IconSymptomsRoundedFilled.tsx b/src/IconSymptomsRoundedFilled.tsx index 0b33a4c93..94e12c524 100644 --- a/src/IconSymptomsRoundedFilled.tsx +++ b/src/IconSymptomsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSymptomsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSymptomsRoundedFilled as default } diff --git a/src/IconSymptomsSharp.tsx b/src/IconSymptomsSharp.tsx index ef6e5c88a..f0b0bbe13 100644 --- a/src/IconSymptomsSharp.tsx +++ b/src/IconSymptomsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsSharp: React.FC = ({ ...props }) => ( +export const IconSymptomsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSymptomsSharp as default } diff --git a/src/IconSymptomsSharpFilled.tsx b/src/IconSymptomsSharpFilled.tsx index 0861d80cc..782623978 100644 --- a/src/IconSymptomsSharpFilled.tsx +++ b/src/IconSymptomsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSymptomsSharpFilled: React.FC = ({ ...props }) => ( +export const IconSymptomsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSymptomsSharpFilled as default } diff --git a/src/IconSynagogueOutlined.tsx b/src/IconSynagogueOutlined.tsx index 2c8728ab2..14a755a13 100644 --- a/src/IconSynagogueOutlined.tsx +++ b/src/IconSynagogueOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueOutlined: React.FC = ({ ...props }) => ( +export const IconSynagogueOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSynagogueOutlined as default } diff --git a/src/IconSynagogueOutlinedFilled.tsx b/src/IconSynagogueOutlinedFilled.tsx index f48c1936f..285d8706a 100644 --- a/src/IconSynagogueOutlinedFilled.tsx +++ b/src/IconSynagogueOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSynagogueOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSynagogueOutlinedFilled as default } diff --git a/src/IconSynagogueRounded.tsx b/src/IconSynagogueRounded.tsx index 3b0321ec8..e4b9f06d9 100644 --- a/src/IconSynagogueRounded.tsx +++ b/src/IconSynagogueRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueRounded: React.FC = ({ ...props }) => ( +export const IconSynagogueRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSynagogueRounded as default } diff --git a/src/IconSynagogueRoundedFilled.tsx b/src/IconSynagogueRoundedFilled.tsx index d831ac226..9e529f87e 100644 --- a/src/IconSynagogueRoundedFilled.tsx +++ b/src/IconSynagogueRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSynagogueRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSynagogueRoundedFilled as default } diff --git a/src/IconSynagogueSharp.tsx b/src/IconSynagogueSharp.tsx index 03e0f3768..9300f60be 100644 --- a/src/IconSynagogueSharp.tsx +++ b/src/IconSynagogueSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueSharp: React.FC = ({ ...props }) => ( +export const IconSynagogueSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSynagogueSharp as default } diff --git a/src/IconSynagogueSharpFilled.tsx b/src/IconSynagogueSharpFilled.tsx index c5737b3bc..cac6bbbc2 100644 --- a/src/IconSynagogueSharpFilled.tsx +++ b/src/IconSynagogueSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSynagogueSharpFilled: React.FC = ({ ...props }) => ( +export const IconSynagogueSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSynagogueSharpFilled as default } diff --git a/src/IconSyncAltOutlined.tsx b/src/IconSyncAltOutlined.tsx index b67bab62f..bc0d4ab02 100644 --- a/src/IconSyncAltOutlined.tsx +++ b/src/IconSyncAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltOutlined: React.FC = ({ ...props }) => ( +export const IconSyncAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncAltOutlined as default } diff --git a/src/IconSyncAltOutlinedFilled.tsx b/src/IconSyncAltOutlinedFilled.tsx index 4f538b4a3..71d73990e 100644 --- a/src/IconSyncAltOutlinedFilled.tsx +++ b/src/IconSyncAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncAltOutlinedFilled as default } diff --git a/src/IconSyncAltRounded.tsx b/src/IconSyncAltRounded.tsx index b180ce850..d69046709 100644 --- a/src/IconSyncAltRounded.tsx +++ b/src/IconSyncAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltRounded: React.FC = ({ ...props }) => ( +export const IconSyncAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncAltRounded as default } diff --git a/src/IconSyncAltRoundedFilled.tsx b/src/IconSyncAltRoundedFilled.tsx index c3ff7e9d3..98e9c598b 100644 --- a/src/IconSyncAltRoundedFilled.tsx +++ b/src/IconSyncAltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncAltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncAltRoundedFilled as default } diff --git a/src/IconSyncAltSharp.tsx b/src/IconSyncAltSharp.tsx index 38205c795..f27c2b857 100644 --- a/src/IconSyncAltSharp.tsx +++ b/src/IconSyncAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltSharp: React.FC = ({ ...props }) => ( +export const IconSyncAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncAltSharp as default } diff --git a/src/IconSyncAltSharpFilled.tsx b/src/IconSyncAltSharpFilled.tsx index 2258df58d..1441415b0 100644 --- a/src/IconSyncAltSharpFilled.tsx +++ b/src/IconSyncAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncAltSharpFilled as default } diff --git a/src/IconSyncDesktopOutlined.tsx b/src/IconSyncDesktopOutlined.tsx index 7db634455..3416fb496 100644 --- a/src/IconSyncDesktopOutlined.tsx +++ b/src/IconSyncDesktopOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopOutlined: React.FC = ({ ...props }) => ( +export const IconSyncDesktopOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopOutlined as default } diff --git a/src/IconSyncDesktopOutlinedFilled.tsx b/src/IconSyncDesktopOutlinedFilled.tsx index 78cd4932c..e3fd79d18 100644 --- a/src/IconSyncDesktopOutlinedFilled.tsx +++ b/src/IconSyncDesktopOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncDesktopOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopOutlinedFilled as default } diff --git a/src/IconSyncDesktopRounded.tsx b/src/IconSyncDesktopRounded.tsx index 2c3d50e01..1677edb43 100644 --- a/src/IconSyncDesktopRounded.tsx +++ b/src/IconSyncDesktopRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopRounded: React.FC = ({ ...props }) => ( +export const IconSyncDesktopRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopRounded as default } diff --git a/src/IconSyncDesktopRoundedFilled.tsx b/src/IconSyncDesktopRoundedFilled.tsx index 5a33d4cb7..85bb1edd0 100644 --- a/src/IconSyncDesktopRoundedFilled.tsx +++ b/src/IconSyncDesktopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncDesktopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopRoundedFilled as default } diff --git a/src/IconSyncDesktopSharp.tsx b/src/IconSyncDesktopSharp.tsx index a010dd5ff..e74aa5204 100644 --- a/src/IconSyncDesktopSharp.tsx +++ b/src/IconSyncDesktopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopSharp: React.FC = ({ ...props }) => ( +export const IconSyncDesktopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopSharp as default } diff --git a/src/IconSyncDesktopSharpFilled.tsx b/src/IconSyncDesktopSharpFilled.tsx index 0a6e8d135..9b02635dd 100644 --- a/src/IconSyncDesktopSharpFilled.tsx +++ b/src/IconSyncDesktopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDesktopSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncDesktopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDesktopSharpFilled as default } diff --git a/src/IconSyncDisabledOutlined.tsx b/src/IconSyncDisabledOutlined.tsx index b7a409fd2..ef52cc287 100644 --- a/src/IconSyncDisabledOutlined.tsx +++ b/src/IconSyncDisabledOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconSyncDisabledOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledOutlined as default } diff --git a/src/IconSyncDisabledOutlinedFilled.tsx b/src/IconSyncDisabledOutlinedFilled.tsx index 0f1d8f277..068284735 100644 --- a/src/IconSyncDisabledOutlinedFilled.tsx +++ b/src/IconSyncDisabledOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncDisabledOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledOutlinedFilled as default } diff --git a/src/IconSyncDisabledRounded.tsx b/src/IconSyncDisabledRounded.tsx index 01253ab4b..f0b96f530 100644 --- a/src/IconSyncDisabledRounded.tsx +++ b/src/IconSyncDisabledRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledRounded: React.FC = ({ ...props }) => ( +export const IconSyncDisabledRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledRounded as default } diff --git a/src/IconSyncDisabledRoundedFilled.tsx b/src/IconSyncDisabledRoundedFilled.tsx index ed73b7cc8..cffd26893 100644 --- a/src/IconSyncDisabledRoundedFilled.tsx +++ b/src/IconSyncDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledRoundedFilled as default } diff --git a/src/IconSyncDisabledSharp.tsx b/src/IconSyncDisabledSharp.tsx index 298fe46d8..f15452655 100644 --- a/src/IconSyncDisabledSharp.tsx +++ b/src/IconSyncDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledSharp: React.FC = ({ ...props }) => ( +export const IconSyncDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledSharp as default } diff --git a/src/IconSyncDisabledSharpFilled.tsx b/src/IconSyncDisabledSharpFilled.tsx index d9aaedc92..23cc5a490 100644 --- a/src/IconSyncDisabledSharpFilled.tsx +++ b/src/IconSyncDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncDisabledSharpFilled as default } diff --git a/src/IconSyncLockOutlined.tsx b/src/IconSyncLockOutlined.tsx index 8c454aecf..8abbceaba 100644 --- a/src/IconSyncLockOutlined.tsx +++ b/src/IconSyncLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockOutlined: React.FC = ({ ...props }) => ( +export const IconSyncLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncLockOutlined as default } diff --git a/src/IconSyncLockOutlinedFilled.tsx b/src/IconSyncLockOutlinedFilled.tsx index 408244878..f79e5bfd2 100644 --- a/src/IconSyncLockOutlinedFilled.tsx +++ b/src/IconSyncLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncLockOutlinedFilled as default } diff --git a/src/IconSyncLockRounded.tsx b/src/IconSyncLockRounded.tsx index e359a426d..4c5399af5 100644 --- a/src/IconSyncLockRounded.tsx +++ b/src/IconSyncLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockRounded: React.FC = ({ ...props }) => ( +export const IconSyncLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncLockRounded as default } diff --git a/src/IconSyncLockRoundedFilled.tsx b/src/IconSyncLockRoundedFilled.tsx index a0707c61a..8d25a8d88 100644 --- a/src/IconSyncLockRoundedFilled.tsx +++ b/src/IconSyncLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncLockRoundedFilled as default } diff --git a/src/IconSyncLockSharp.tsx b/src/IconSyncLockSharp.tsx index 20a84ed1d..aab0085c5 100644 --- a/src/IconSyncLockSharp.tsx +++ b/src/IconSyncLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockSharp: React.FC = ({ ...props }) => ( +export const IconSyncLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncLockSharp as default } diff --git a/src/IconSyncLockSharpFilled.tsx b/src/IconSyncLockSharpFilled.tsx index a37bdb5d7..6524a6daf 100644 --- a/src/IconSyncLockSharpFilled.tsx +++ b/src/IconSyncLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncLockSharpFilled as default } diff --git a/src/IconSyncOutlined.tsx b/src/IconSyncOutlined.tsx index 7e51ba39b..74d1a3b35 100644 --- a/src/IconSyncOutlined.tsx +++ b/src/IconSyncOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncOutlined: React.FC = ({ ...props }) => ( +export const IconSyncOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncOutlined as default } diff --git a/src/IconSyncOutlinedFilled.tsx b/src/IconSyncOutlinedFilled.tsx index 4a5947a3d..f63e8be44 100644 --- a/src/IconSyncOutlinedFilled.tsx +++ b/src/IconSyncOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncOutlinedFilled as default } diff --git a/src/IconSyncProblemOutlined.tsx b/src/IconSyncProblemOutlined.tsx index 8e6f2c6cc..f0dc5dac4 100644 --- a/src/IconSyncProblemOutlined.tsx +++ b/src/IconSyncProblemOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemOutlined: React.FC = ({ ...props }) => ( +export const IconSyncProblemOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncProblemOutlined as default } diff --git a/src/IconSyncProblemOutlinedFilled.tsx b/src/IconSyncProblemOutlinedFilled.tsx index 7a224bde6..a23040787 100644 --- a/src/IconSyncProblemOutlinedFilled.tsx +++ b/src/IconSyncProblemOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyncProblemOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncProblemOutlinedFilled as default } diff --git a/src/IconSyncProblemRounded.tsx b/src/IconSyncProblemRounded.tsx index c6720b3df..9269965de 100644 --- a/src/IconSyncProblemRounded.tsx +++ b/src/IconSyncProblemRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemRounded: React.FC = ({ ...props }) => ( +export const IconSyncProblemRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncProblemRounded as default } diff --git a/src/IconSyncProblemRoundedFilled.tsx b/src/IconSyncProblemRoundedFilled.tsx index b5ab66edb..909bf642b 100644 --- a/src/IconSyncProblemRoundedFilled.tsx +++ b/src/IconSyncProblemRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncProblemRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncProblemRoundedFilled as default } diff --git a/src/IconSyncProblemSharp.tsx b/src/IconSyncProblemSharp.tsx index 279f3b711..7a7cac60a 100644 --- a/src/IconSyncProblemSharp.tsx +++ b/src/IconSyncProblemSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemSharp: React.FC = ({ ...props }) => ( +export const IconSyncProblemSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncProblemSharp as default } diff --git a/src/IconSyncProblemSharpFilled.tsx b/src/IconSyncProblemSharpFilled.tsx index 4fe61bcab..fee75296c 100644 --- a/src/IconSyncProblemSharpFilled.tsx +++ b/src/IconSyncProblemSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncProblemSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncProblemSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncProblemSharpFilled as default } diff --git a/src/IconSyncRounded.tsx b/src/IconSyncRounded.tsx index cc4cda179..0c286ff95 100644 --- a/src/IconSyncRounded.tsx +++ b/src/IconSyncRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncRounded: React.FC = ({ ...props }) => ( +export const IconSyncRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncRounded as default } diff --git a/src/IconSyncRoundedFilled.tsx b/src/IconSyncRoundedFilled.tsx index e798c7613..42401c45c 100644 --- a/src/IconSyncRoundedFilled.tsx +++ b/src/IconSyncRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyncRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncRoundedFilled as default } diff --git a/src/IconSyncSavedLocallyOutlined.tsx b/src/IconSyncSavedLocallyOutlined.tsx index e9a7c7f0a..80e93cc71 100644 --- a/src/IconSyncSavedLocallyOutlined.tsx +++ b/src/IconSyncSavedLocallyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallyOutlined: React.FC = ({ ...props }) => ( +export const IconSyncSavedLocallyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncSavedLocallyOutlined as default } diff --git a/src/IconSyncSavedLocallyOutlinedFilled.tsx b/src/IconSyncSavedLocallyOutlinedFilled.tsx index 92f73d62e..041a4082e 100644 --- a/src/IconSyncSavedLocallyOutlinedFilled.tsx +++ b/src/IconSyncSavedLocallyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallyOutlinedFilled: React.FC = ({ +export const IconSyncSavedLocallyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSyncSavedLocallyOutlinedFilled: React.FC = ({ ) - -export { IconSyncSavedLocallyOutlinedFilled as default } diff --git a/src/IconSyncSavedLocallyRounded.tsx b/src/IconSyncSavedLocallyRounded.tsx index 6ef5bf3d5..243a6ef45 100644 --- a/src/IconSyncSavedLocallyRounded.tsx +++ b/src/IconSyncSavedLocallyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallyRounded: React.FC = ({ ...props }) => ( +export const IconSyncSavedLocallyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncSavedLocallyRounded as default } diff --git a/src/IconSyncSavedLocallyRoundedFilled.tsx b/src/IconSyncSavedLocallyRoundedFilled.tsx index 32b8ed75c..8588140aa 100644 --- a/src/IconSyncSavedLocallyRoundedFilled.tsx +++ b/src/IconSyncSavedLocallyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallyRoundedFilled: React.FC = ({ +export const IconSyncSavedLocallyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSyncSavedLocallyRoundedFilled: React.FC = ({ ) - -export { IconSyncSavedLocallyRoundedFilled as default } diff --git a/src/IconSyncSavedLocallySharp.tsx b/src/IconSyncSavedLocallySharp.tsx index 83819cf94..1e3b9dcb6 100644 --- a/src/IconSyncSavedLocallySharp.tsx +++ b/src/IconSyncSavedLocallySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallySharp: React.FC = ({ ...props }) => ( +export const IconSyncSavedLocallySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncSavedLocallySharp as default } diff --git a/src/IconSyncSavedLocallySharpFilled.tsx b/src/IconSyncSavedLocallySharpFilled.tsx index e06fef030..94cae02d0 100644 --- a/src/IconSyncSavedLocallySharpFilled.tsx +++ b/src/IconSyncSavedLocallySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSavedLocallySharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncSavedLocallySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyncSavedLocallySharpFilled as default } diff --git a/src/IconSyncSharp.tsx b/src/IconSyncSharp.tsx index dd72c822e..b6eceb3f8 100644 --- a/src/IconSyncSharp.tsx +++ b/src/IconSyncSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSharp: React.FC = ({ ...props }) => ( +export const IconSyncSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncSharp as default } diff --git a/src/IconSyncSharpFilled.tsx b/src/IconSyncSharpFilled.tsx index 95a1f660e..90e919584 100644 --- a/src/IconSyncSharpFilled.tsx +++ b/src/IconSyncSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyncSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyncSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyncSharpFilled as default } diff --git a/src/IconSyringeOutlined.tsx b/src/IconSyringeOutlined.tsx index a52f1ee83..dabc9439d 100644 --- a/src/IconSyringeOutlined.tsx +++ b/src/IconSyringeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeOutlined: React.FC = ({ ...props }) => ( +export const IconSyringeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyringeOutlined as default } diff --git a/src/IconSyringeOutlinedFilled.tsx b/src/IconSyringeOutlinedFilled.tsx index 14da88e0d..a011a1256 100644 --- a/src/IconSyringeOutlinedFilled.tsx +++ b/src/IconSyringeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSyringeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSyringeOutlinedFilled as default } diff --git a/src/IconSyringeRounded.tsx b/src/IconSyringeRounded.tsx index d354d3dd9..84549466b 100644 --- a/src/IconSyringeRounded.tsx +++ b/src/IconSyringeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeRounded: React.FC = ({ ...props }) => ( +export const IconSyringeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyringeRounded as default } diff --git a/src/IconSyringeRoundedFilled.tsx b/src/IconSyringeRoundedFilled.tsx index 9b19c27f7..6266cd851 100644 --- a/src/IconSyringeRoundedFilled.tsx +++ b/src/IconSyringeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSyringeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyringeRoundedFilled as default } diff --git a/src/IconSyringeSharp.tsx b/src/IconSyringeSharp.tsx index d30603007..a71304bee 100644 --- a/src/IconSyringeSharp.tsx +++ b/src/IconSyringeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeSharp: React.FC = ({ ...props }) => ( +export const IconSyringeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyringeSharp as default } diff --git a/src/IconSyringeSharpFilled.tsx b/src/IconSyringeSharpFilled.tsx index 0b98010ed..752d4dbd4 100644 --- a/src/IconSyringeSharpFilled.tsx +++ b/src/IconSyringeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSyringeSharpFilled: React.FC = ({ ...props }) => ( +export const IconSyringeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSyringeSharpFilled as default } diff --git a/src/IconSystemUpdateAltOutlined.tsx b/src/IconSystemUpdateAltOutlined.tsx index 1c9c0115e..2cba3c37e 100644 --- a/src/IconSystemUpdateAltOutlined.tsx +++ b/src/IconSystemUpdateAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltOutlined: React.FC = ({ ...props }) => ( +export const IconSystemUpdateAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateAltOutlined as default } diff --git a/src/IconSystemUpdateAltOutlinedFilled.tsx b/src/IconSystemUpdateAltOutlinedFilled.tsx index 7412f0cc0..673b73358 100644 --- a/src/IconSystemUpdateAltOutlinedFilled.tsx +++ b/src/IconSystemUpdateAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltOutlinedFilled: React.FC = ({ +export const IconSystemUpdateAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSystemUpdateAltOutlinedFilled: React.FC = ({ ) - -export { IconSystemUpdateAltOutlinedFilled as default } diff --git a/src/IconSystemUpdateAltRounded.tsx b/src/IconSystemUpdateAltRounded.tsx index d32dd746c..8dcd7c2a5 100644 --- a/src/IconSystemUpdateAltRounded.tsx +++ b/src/IconSystemUpdateAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltRounded: React.FC = ({ ...props }) => ( +export const IconSystemUpdateAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateAltRounded as default } diff --git a/src/IconSystemUpdateAltRoundedFilled.tsx b/src/IconSystemUpdateAltRoundedFilled.tsx index 8100f78ea..6cf5ccd29 100644 --- a/src/IconSystemUpdateAltRoundedFilled.tsx +++ b/src/IconSystemUpdateAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltRoundedFilled: React.FC = ({ +export const IconSystemUpdateAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconSystemUpdateAltRoundedFilled: React.FC = ({ ) - -export { IconSystemUpdateAltRoundedFilled as default } diff --git a/src/IconSystemUpdateAltSharp.tsx b/src/IconSystemUpdateAltSharp.tsx index dc4cd6c26..680c48041 100644 --- a/src/IconSystemUpdateAltSharp.tsx +++ b/src/IconSystemUpdateAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltSharp: React.FC = ({ ...props }) => ( +export const IconSystemUpdateAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateAltSharp as default } diff --git a/src/IconSystemUpdateAltSharpFilled.tsx b/src/IconSystemUpdateAltSharpFilled.tsx index 1eff15097..c56331269 100644 --- a/src/IconSystemUpdateAltSharpFilled.tsx +++ b/src/IconSystemUpdateAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconSystemUpdateAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateAltSharpFilled as default } diff --git a/src/IconSystemUpdateOutlined.tsx b/src/IconSystemUpdateOutlined.tsx index 98a9bbb1d..9a9e8e164 100644 --- a/src/IconSystemUpdateOutlined.tsx +++ b/src/IconSystemUpdateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateOutlined: React.FC = ({ ...props }) => ( +export const IconSystemUpdateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateOutlined as default } diff --git a/src/IconSystemUpdateOutlinedFilled.tsx b/src/IconSystemUpdateOutlinedFilled.tsx index 44901cf42..ef48d421d 100644 --- a/src/IconSystemUpdateOutlinedFilled.tsx +++ b/src/IconSystemUpdateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconSystemUpdateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateOutlinedFilled as default } diff --git a/src/IconSystemUpdateRounded.tsx b/src/IconSystemUpdateRounded.tsx index e990b17b4..79b2694d6 100644 --- a/src/IconSystemUpdateRounded.tsx +++ b/src/IconSystemUpdateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateRounded: React.FC = ({ ...props }) => ( +export const IconSystemUpdateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateRounded as default } diff --git a/src/IconSystemUpdateRoundedFilled.tsx b/src/IconSystemUpdateRoundedFilled.tsx index f712e66f8..f95e9746a 100644 --- a/src/IconSystemUpdateRoundedFilled.tsx +++ b/src/IconSystemUpdateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconSystemUpdateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateRoundedFilled as default } diff --git a/src/IconSystemUpdateSharp.tsx b/src/IconSystemUpdateSharp.tsx index d02f3b677..627ee2d5b 100644 --- a/src/IconSystemUpdateSharp.tsx +++ b/src/IconSystemUpdateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateSharp: React.FC = ({ ...props }) => ( +export const IconSystemUpdateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateSharp as default } diff --git a/src/IconSystemUpdateSharpFilled.tsx b/src/IconSystemUpdateSharpFilled.tsx index 7cd40f072..1abe1ecb1 100644 --- a/src/IconSystemUpdateSharpFilled.tsx +++ b/src/IconSystemUpdateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconSystemUpdateSharpFilled: React.FC = ({ ...props }) => ( +export const IconSystemUpdateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconSystemUpdateSharpFilled as default } diff --git a/src/IconTabCloseInactiveOutlined.tsx b/src/IconTabCloseInactiveOutlined.tsx new file mode 100644 index 000000000..4a38b2990 --- /dev/null +++ b/src/IconTabCloseInactiveOutlined.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveOutlined: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseInactiveOutlinedFilled.tsx b/src/IconTabCloseInactiveOutlinedFilled.tsx new file mode 100644 index 000000000..c37686a0f --- /dev/null +++ b/src/IconTabCloseInactiveOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseInactiveRounded.tsx b/src/IconTabCloseInactiveRounded.tsx new file mode 100644 index 000000000..853dcd5a6 --- /dev/null +++ b/src/IconTabCloseInactiveRounded.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveRounded: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseInactiveRoundedFilled.tsx b/src/IconTabCloseInactiveRoundedFilled.tsx new file mode 100644 index 000000000..25da2e686 --- /dev/null +++ b/src/IconTabCloseInactiveRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseInactiveSharp.tsx b/src/IconTabCloseInactiveSharp.tsx new file mode 100644 index 000000000..86878397b --- /dev/null +++ b/src/IconTabCloseInactiveSharp.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveSharp: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseInactiveSharpFilled.tsx b/src/IconTabCloseInactiveSharpFilled.tsx new file mode 100644 index 000000000..f8592c05d --- /dev/null +++ b/src/IconTabCloseInactiveSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTabCloseInactiveSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTabCloseOutlined.tsx b/src/IconTabCloseOutlined.tsx index 78cb864d5..008fa068d 100644 --- a/src/IconTabCloseOutlined.tsx +++ b/src/IconTabCloseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseOutlined: React.FC = ({ ...props }) => ( +export const IconTabCloseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseOutlined as default } diff --git a/src/IconTabCloseOutlinedFilled.tsx b/src/IconTabCloseOutlinedFilled.tsx index f1b4f8196..3df49e33e 100644 --- a/src/IconTabCloseOutlinedFilled.tsx +++ b/src/IconTabCloseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseOutlinedFilled as default } diff --git a/src/IconTabCloseRightOutlined.tsx b/src/IconTabCloseRightOutlined.tsx index 94a985c8c..b0fd0fc4a 100644 --- a/src/IconTabCloseRightOutlined.tsx +++ b/src/IconTabCloseRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightOutlined: React.FC = ({ ...props }) => ( +export const IconTabCloseRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightOutlined as default } diff --git a/src/IconTabCloseRightOutlinedFilled.tsx b/src/IconTabCloseRightOutlinedFilled.tsx index 6bd853328..60d291a29 100644 --- a/src/IconTabCloseRightOutlinedFilled.tsx +++ b/src/IconTabCloseRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightOutlinedFilled as default } diff --git a/src/IconTabCloseRightRounded.tsx b/src/IconTabCloseRightRounded.tsx index 346c526b2..73ab0c9e9 100644 --- a/src/IconTabCloseRightRounded.tsx +++ b/src/IconTabCloseRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightRounded: React.FC = ({ ...props }) => ( +export const IconTabCloseRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightRounded as default } diff --git a/src/IconTabCloseRightRoundedFilled.tsx b/src/IconTabCloseRightRoundedFilled.tsx index 9e2ead516..4970485a0 100644 --- a/src/IconTabCloseRightRoundedFilled.tsx +++ b/src/IconTabCloseRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightRoundedFilled as default } diff --git a/src/IconTabCloseRightSharp.tsx b/src/IconTabCloseRightSharp.tsx index 70b191edf..8cba02571 100644 --- a/src/IconTabCloseRightSharp.tsx +++ b/src/IconTabCloseRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightSharp: React.FC = ({ ...props }) => ( +export const IconTabCloseRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightSharp as default } diff --git a/src/IconTabCloseRightSharpFilled.tsx b/src/IconTabCloseRightSharpFilled.tsx index 7e22b3bd2..3d9935e6d 100644 --- a/src/IconTabCloseRightSharpFilled.tsx +++ b/src/IconTabCloseRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseRightSharpFilled as default } diff --git a/src/IconTabCloseRounded.tsx b/src/IconTabCloseRounded.tsx index 16cb946ff..4943f2ab1 100644 --- a/src/IconTabCloseRounded.tsx +++ b/src/IconTabCloseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRounded: React.FC = ({ ...props }) => ( +export const IconTabCloseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseRounded as default } diff --git a/src/IconTabCloseRoundedFilled.tsx b/src/IconTabCloseRoundedFilled.tsx index 066276ce9..6a4670e43 100644 --- a/src/IconTabCloseRoundedFilled.tsx +++ b/src/IconTabCloseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabCloseRoundedFilled as default } diff --git a/src/IconTabCloseSharp.tsx b/src/IconTabCloseSharp.tsx index 08dff3701..c16769d22 100644 --- a/src/IconTabCloseSharp.tsx +++ b/src/IconTabCloseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseSharp: React.FC = ({ ...props }) => ( +export const IconTabCloseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseSharp as default } diff --git a/src/IconTabCloseSharpFilled.tsx b/src/IconTabCloseSharpFilled.tsx index 8808000b8..6e72f8f11 100644 --- a/src/IconTabCloseSharpFilled.tsx +++ b/src/IconTabCloseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabCloseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabCloseSharpFilled as default } diff --git a/src/IconTabDuplicateOutlined.tsx b/src/IconTabDuplicateOutlined.tsx index 9a3c09199..35ef14200 100644 --- a/src/IconTabDuplicateOutlined.tsx +++ b/src/IconTabDuplicateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateOutlined: React.FC = ({ ...props }) => ( +export const IconTabDuplicateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateOutlined as default } diff --git a/src/IconTabDuplicateOutlinedFilled.tsx b/src/IconTabDuplicateOutlinedFilled.tsx index 55dbf3edc..c4e011e2d 100644 --- a/src/IconTabDuplicateOutlinedFilled.tsx +++ b/src/IconTabDuplicateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabDuplicateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateOutlinedFilled as default } diff --git a/src/IconTabDuplicateRounded.tsx b/src/IconTabDuplicateRounded.tsx index a93f8aef7..b006df6c8 100644 --- a/src/IconTabDuplicateRounded.tsx +++ b/src/IconTabDuplicateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateRounded: React.FC = ({ ...props }) => ( +export const IconTabDuplicateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateRounded as default } diff --git a/src/IconTabDuplicateRoundedFilled.tsx b/src/IconTabDuplicateRoundedFilled.tsx index c8f98da45..03e7f8bad 100644 --- a/src/IconTabDuplicateRoundedFilled.tsx +++ b/src/IconTabDuplicateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabDuplicateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateRoundedFilled as default } diff --git a/src/IconTabDuplicateSharp.tsx b/src/IconTabDuplicateSharp.tsx index dd71dc323..54082c9ab 100644 --- a/src/IconTabDuplicateSharp.tsx +++ b/src/IconTabDuplicateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateSharp: React.FC = ({ ...props }) => ( +export const IconTabDuplicateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateSharp as default } diff --git a/src/IconTabDuplicateSharpFilled.tsx b/src/IconTabDuplicateSharpFilled.tsx index cdc8b6f11..746d3d4a6 100644 --- a/src/IconTabDuplicateSharpFilled.tsx +++ b/src/IconTabDuplicateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabDuplicateSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabDuplicateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabDuplicateSharpFilled as default } diff --git a/src/IconTabGroupOutlined.tsx b/src/IconTabGroupOutlined.tsx index b82820177..46ff85c3d 100644 --- a/src/IconTabGroupOutlined.tsx +++ b/src/IconTabGroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupOutlined: React.FC = ({ ...props }) => ( +export const IconTabGroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabGroupOutlined as default } diff --git a/src/IconTabGroupOutlinedFilled.tsx b/src/IconTabGroupOutlinedFilled.tsx index ef20a2ddd..bb7b47f40 100644 --- a/src/IconTabGroupOutlinedFilled.tsx +++ b/src/IconTabGroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabGroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabGroupOutlinedFilled as default } diff --git a/src/IconTabGroupRounded.tsx b/src/IconTabGroupRounded.tsx index 9f54e0c53..e54428e3c 100644 --- a/src/IconTabGroupRounded.tsx +++ b/src/IconTabGroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupRounded: React.FC = ({ ...props }) => ( +export const IconTabGroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabGroupRounded as default } diff --git a/src/IconTabGroupRoundedFilled.tsx b/src/IconTabGroupRoundedFilled.tsx index 5db909bd6..0013e4cba 100644 --- a/src/IconTabGroupRoundedFilled.tsx +++ b/src/IconTabGroupRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabGroupRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabGroupRoundedFilled as default } diff --git a/src/IconTabGroupSharp.tsx b/src/IconTabGroupSharp.tsx index edb6bc8d8..dcd57e9cb 100644 --- a/src/IconTabGroupSharp.tsx +++ b/src/IconTabGroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupSharp: React.FC = ({ ...props }) => ( +export const IconTabGroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabGroupSharp as default } diff --git a/src/IconTabGroupSharpFilled.tsx b/src/IconTabGroupSharpFilled.tsx index 737871ac9..421bd491e 100644 --- a/src/IconTabGroupSharpFilled.tsx +++ b/src/IconTabGroupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabGroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabGroupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabGroupSharpFilled as default } diff --git a/src/IconTabInactiveOutlined.tsx b/src/IconTabInactiveOutlined.tsx index ea97453c2..56d0e85f6 100644 --- a/src/IconTabInactiveOutlined.tsx +++ b/src/IconTabInactiveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveOutlined: React.FC = ({ ...props }) => ( +export const IconTabInactiveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabInactiveOutlined as default } diff --git a/src/IconTabInactiveOutlinedFilled.tsx b/src/IconTabInactiveOutlinedFilled.tsx index 4c32df3e5..2ffc5f067 100644 --- a/src/IconTabInactiveOutlinedFilled.tsx +++ b/src/IconTabInactiveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabInactiveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabInactiveOutlinedFilled as default } diff --git a/src/IconTabInactiveRounded.tsx b/src/IconTabInactiveRounded.tsx index 953502bbd..492cd11ea 100644 --- a/src/IconTabInactiveRounded.tsx +++ b/src/IconTabInactiveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveRounded: React.FC = ({ ...props }) => ( +export const IconTabInactiveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabInactiveRounded as default } diff --git a/src/IconTabInactiveRoundedFilled.tsx b/src/IconTabInactiveRoundedFilled.tsx index 75a626e01..5e5dc0fca 100644 --- a/src/IconTabInactiveRoundedFilled.tsx +++ b/src/IconTabInactiveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabInactiveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabInactiveRoundedFilled as default } diff --git a/src/IconTabInactiveSharp.tsx b/src/IconTabInactiveSharp.tsx index df70a21d4..c906b41da 100644 --- a/src/IconTabInactiveSharp.tsx +++ b/src/IconTabInactiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveSharp: React.FC = ({ ...props }) => ( +export const IconTabInactiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabInactiveSharp as default } diff --git a/src/IconTabInactiveSharpFilled.tsx b/src/IconTabInactiveSharpFilled.tsx index 35f7289a5..a29312b74 100644 --- a/src/IconTabInactiveSharpFilled.tsx +++ b/src/IconTabInactiveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabInactiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabInactiveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabInactiveSharpFilled as default } diff --git a/src/IconTabMoveOutlined.tsx b/src/IconTabMoveOutlined.tsx index 81b716d23..93bf7d327 100644 --- a/src/IconTabMoveOutlined.tsx +++ b/src/IconTabMoveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveOutlined: React.FC = ({ ...props }) => ( +export const IconTabMoveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabMoveOutlined as default } diff --git a/src/IconTabMoveOutlinedFilled.tsx b/src/IconTabMoveOutlinedFilled.tsx index 24a24a2b8..e60425dfb 100644 --- a/src/IconTabMoveOutlinedFilled.tsx +++ b/src/IconTabMoveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabMoveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabMoveOutlinedFilled as default } diff --git a/src/IconTabMoveRounded.tsx b/src/IconTabMoveRounded.tsx index 21393d50d..b61a2b6d9 100644 --- a/src/IconTabMoveRounded.tsx +++ b/src/IconTabMoveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveRounded: React.FC = ({ ...props }) => ( +export const IconTabMoveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabMoveRounded as default } diff --git a/src/IconTabMoveRoundedFilled.tsx b/src/IconTabMoveRoundedFilled.tsx index 72e1c105a..cd9eaa966 100644 --- a/src/IconTabMoveRoundedFilled.tsx +++ b/src/IconTabMoveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabMoveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabMoveRoundedFilled as default } diff --git a/src/IconTabMoveSharp.tsx b/src/IconTabMoveSharp.tsx index 9af91a1f2..9920e1609 100644 --- a/src/IconTabMoveSharp.tsx +++ b/src/IconTabMoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveSharp: React.FC = ({ ...props }) => ( +export const IconTabMoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabMoveSharp as default } diff --git a/src/IconTabMoveSharpFilled.tsx b/src/IconTabMoveSharpFilled.tsx index 30ebfb59c..e90b8941f 100644 --- a/src/IconTabMoveSharpFilled.tsx +++ b/src/IconTabMoveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabMoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabMoveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabMoveSharpFilled as default } diff --git a/src/IconTabNewRightOutlined.tsx b/src/IconTabNewRightOutlined.tsx index 6883802de..b49e9c6c2 100644 --- a/src/IconTabNewRightOutlined.tsx +++ b/src/IconTabNewRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightOutlined: React.FC = ({ ...props }) => ( +export const IconTabNewRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabNewRightOutlined as default } diff --git a/src/IconTabNewRightOutlinedFilled.tsx b/src/IconTabNewRightOutlinedFilled.tsx index c75e9011c..d6d7a1e73 100644 --- a/src/IconTabNewRightOutlinedFilled.tsx +++ b/src/IconTabNewRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabNewRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabNewRightOutlinedFilled as default } diff --git a/src/IconTabNewRightRounded.tsx b/src/IconTabNewRightRounded.tsx index 2c1cae303..ad19a0e22 100644 --- a/src/IconTabNewRightRounded.tsx +++ b/src/IconTabNewRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightRounded: React.FC = ({ ...props }) => ( +export const IconTabNewRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabNewRightRounded as default } diff --git a/src/IconTabNewRightRoundedFilled.tsx b/src/IconTabNewRightRoundedFilled.tsx index c649c55e1..b3b00ef7e 100644 --- a/src/IconTabNewRightRoundedFilled.tsx +++ b/src/IconTabNewRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabNewRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabNewRightRoundedFilled as default } diff --git a/src/IconTabNewRightSharp.tsx b/src/IconTabNewRightSharp.tsx index 0bebd20e3..2e2cdab80 100644 --- a/src/IconTabNewRightSharp.tsx +++ b/src/IconTabNewRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightSharp: React.FC = ({ ...props }) => ( +export const IconTabNewRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabNewRightSharp as default } diff --git a/src/IconTabNewRightSharpFilled.tsx b/src/IconTabNewRightSharpFilled.tsx index 6119c2441..80e563607 100644 --- a/src/IconTabNewRightSharpFilled.tsx +++ b/src/IconTabNewRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabNewRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabNewRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabNewRightSharpFilled as default } diff --git a/src/IconTabOutlined.tsx b/src/IconTabOutlined.tsx index 35c55081b..5f73f2c62 100644 --- a/src/IconTabOutlined.tsx +++ b/src/IconTabOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabOutlined: React.FC = ({ ...props }) => ( +export const IconTabOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabOutlined as default } diff --git a/src/IconTabOutlinedFilled.tsx b/src/IconTabOutlinedFilled.tsx index fdb5333e4..d26f090d5 100644 --- a/src/IconTabOutlinedFilled.tsx +++ b/src/IconTabOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabOutlinedFilled as default } diff --git a/src/IconTabRecentOutlined.tsx b/src/IconTabRecentOutlined.tsx index 4ed9b0890..c8a60e4fc 100644 --- a/src/IconTabRecentOutlined.tsx +++ b/src/IconTabRecentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentOutlined: React.FC = ({ ...props }) => ( +export const IconTabRecentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRecentOutlined as default } diff --git a/src/IconTabRecentOutlinedFilled.tsx b/src/IconTabRecentOutlinedFilled.tsx index 39eb47462..d439c8342 100644 --- a/src/IconTabRecentOutlinedFilled.tsx +++ b/src/IconTabRecentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabRecentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabRecentOutlinedFilled as default } diff --git a/src/IconTabRecentRounded.tsx b/src/IconTabRecentRounded.tsx index f3022ecf4..65cc1a019 100644 --- a/src/IconTabRecentRounded.tsx +++ b/src/IconTabRecentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentRounded: React.FC = ({ ...props }) => ( +export const IconTabRecentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRecentRounded as default } diff --git a/src/IconTabRecentRoundedFilled.tsx b/src/IconTabRecentRoundedFilled.tsx index 1b6c6c904..856c15f5e 100644 --- a/src/IconTabRecentRoundedFilled.tsx +++ b/src/IconTabRecentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabRecentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabRecentRoundedFilled as default } diff --git a/src/IconTabRecentSharp.tsx b/src/IconTabRecentSharp.tsx index b6b5aea36..e6df54033 100644 --- a/src/IconTabRecentSharp.tsx +++ b/src/IconTabRecentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentSharp: React.FC = ({ ...props }) => ( +export const IconTabRecentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRecentSharp as default } diff --git a/src/IconTabRecentSharpFilled.tsx b/src/IconTabRecentSharpFilled.tsx index 008416923..48a4f0037 100644 --- a/src/IconTabRecentSharpFilled.tsx +++ b/src/IconTabRecentSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRecentSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabRecentSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRecentSharpFilled as default } diff --git a/src/IconTabRounded.tsx b/src/IconTabRounded.tsx index 245395ff7..f64ccfb26 100644 --- a/src/IconTabRounded.tsx +++ b/src/IconTabRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRounded: React.FC = ({ ...props }) => ( +export const IconTabRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRounded as default } diff --git a/src/IconTabRoundedFilled.tsx b/src/IconTabRoundedFilled.tsx index a3ac9e98a..94ec4d0a3 100644 --- a/src/IconTabRoundedFilled.tsx +++ b/src/IconTabRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabRoundedFilled as default } diff --git a/src/IconTabSharp.tsx b/src/IconTabSharp.tsx index 5493be6dd..0cb4ff94c 100644 --- a/src/IconTabSharp.tsx +++ b/src/IconTabSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabSharp: React.FC = ({ ...props }) => ( +export const IconTabSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabSharp as default } diff --git a/src/IconTabSharpFilled.tsx b/src/IconTabSharpFilled.tsx index 538030de0..81bbf3094 100644 --- a/src/IconTabSharpFilled.tsx +++ b/src/IconTabSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabSharpFilled as default } diff --git a/src/IconTabUnselectedOutlined.tsx b/src/IconTabUnselectedOutlined.tsx index f6a30e461..f3362fdcc 100644 --- a/src/IconTabUnselectedOutlined.tsx +++ b/src/IconTabUnselectedOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedOutlined: React.FC = ({ ...props }) => ( +export const IconTabUnselectedOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedOutlined as default } diff --git a/src/IconTabUnselectedOutlinedFilled.tsx b/src/IconTabUnselectedOutlinedFilled.tsx index 0e2acd7a1..7749a12b1 100644 --- a/src/IconTabUnselectedOutlinedFilled.tsx +++ b/src/IconTabUnselectedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabUnselectedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedOutlinedFilled as default } diff --git a/src/IconTabUnselectedRounded.tsx b/src/IconTabUnselectedRounded.tsx index e614fc92e..759b98e18 100644 --- a/src/IconTabUnselectedRounded.tsx +++ b/src/IconTabUnselectedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedRounded: React.FC = ({ ...props }) => ( +export const IconTabUnselectedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedRounded as default } diff --git a/src/IconTabUnselectedRoundedFilled.tsx b/src/IconTabUnselectedRoundedFilled.tsx index 9ac09e40f..35179373a 100644 --- a/src/IconTabUnselectedRoundedFilled.tsx +++ b/src/IconTabUnselectedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabUnselectedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedRoundedFilled as default } diff --git a/src/IconTabUnselectedSharp.tsx b/src/IconTabUnselectedSharp.tsx index b5660c2ae..e400fd2c0 100644 --- a/src/IconTabUnselectedSharp.tsx +++ b/src/IconTabUnselectedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedSharp: React.FC = ({ ...props }) => ( +export const IconTabUnselectedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedSharp as default } diff --git a/src/IconTabUnselectedSharpFilled.tsx b/src/IconTabUnselectedSharpFilled.tsx index 0443c5bec..5d54c062b 100644 --- a/src/IconTabUnselectedSharpFilled.tsx +++ b/src/IconTabUnselectedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabUnselectedSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabUnselectedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabUnselectedSharpFilled as default } diff --git a/src/IconTableBarOutlined.tsx b/src/IconTableBarOutlined.tsx index 499951764..0d416df4f 100644 --- a/src/IconTableBarOutlined.tsx +++ b/src/IconTableBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarOutlined: React.FC = ({ ...props }) => ( +export const IconTableBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableBarOutlined as default } diff --git a/src/IconTableBarOutlinedFilled.tsx b/src/IconTableBarOutlinedFilled.tsx index 566a42cb6..14f06cc26 100644 --- a/src/IconTableBarOutlinedFilled.tsx +++ b/src/IconTableBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableBarOutlinedFilled as default } diff --git a/src/IconTableBarRounded.tsx b/src/IconTableBarRounded.tsx index f24fff24b..3b10a9e06 100644 --- a/src/IconTableBarRounded.tsx +++ b/src/IconTableBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarRounded: React.FC = ({ ...props }) => ( +export const IconTableBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableBarRounded as default } diff --git a/src/IconTableBarRoundedFilled.tsx b/src/IconTableBarRoundedFilled.tsx index 6e1a62c19..bf550ae50 100644 --- a/src/IconTableBarRoundedFilled.tsx +++ b/src/IconTableBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableBarRoundedFilled as default } diff --git a/src/IconTableBarSharp.tsx b/src/IconTableBarSharp.tsx index 9f59a76a5..25cac4567 100644 --- a/src/IconTableBarSharp.tsx +++ b/src/IconTableBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarSharp: React.FC = ({ ...props }) => ( +export const IconTableBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableBarSharp as default } diff --git a/src/IconTableBarSharpFilled.tsx b/src/IconTableBarSharpFilled.tsx index 6bdb708af..e38655f10 100644 --- a/src/IconTableBarSharpFilled.tsx +++ b/src/IconTableBarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableBarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableBarSharpFilled as default } diff --git a/src/IconTableChartOutlined.tsx b/src/IconTableChartOutlined.tsx index bb3016bde..37bb1f029 100644 --- a/src/IconTableChartOutlined.tsx +++ b/src/IconTableChartOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartOutlined: React.FC = ({ ...props }) => ( +export const IconTableChartOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableChartOutlined as default } diff --git a/src/IconTableChartOutlinedFilled.tsx b/src/IconTableChartOutlinedFilled.tsx index 19555b8a8..653248ffc 100644 --- a/src/IconTableChartOutlinedFilled.tsx +++ b/src/IconTableChartOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableChartOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartOutlinedFilled as default } diff --git a/src/IconTableChartRounded.tsx b/src/IconTableChartRounded.tsx index 912252783..5fa7ba56f 100644 --- a/src/IconTableChartRounded.tsx +++ b/src/IconTableChartRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartRounded: React.FC = ({ ...props }) => ( +export const IconTableChartRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableChartRounded as default } diff --git a/src/IconTableChartRoundedFilled.tsx b/src/IconTableChartRoundedFilled.tsx index 2ab9f990c..1fcce7ad1 100644 --- a/src/IconTableChartRoundedFilled.tsx +++ b/src/IconTableChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartRoundedFilled as default } diff --git a/src/IconTableChartSharp.tsx b/src/IconTableChartSharp.tsx index b48abac14..c10b2f9d3 100644 --- a/src/IconTableChartSharp.tsx +++ b/src/IconTableChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartSharp: React.FC = ({ ...props }) => ( +export const IconTableChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableChartSharp as default } diff --git a/src/IconTableChartSharpFilled.tsx b/src/IconTableChartSharpFilled.tsx index 95c9858dd..5aa847dde 100644 --- a/src/IconTableChartSharpFilled.tsx +++ b/src/IconTableChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartSharpFilled as default } diff --git a/src/IconTableChartViewOutlined.tsx b/src/IconTableChartViewOutlined.tsx index cddd54e34..e85baf4f4 100644 --- a/src/IconTableChartViewOutlined.tsx +++ b/src/IconTableChartViewOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewOutlined: React.FC = ({ ...props }) => ( +export const IconTableChartViewOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartViewOutlined as default } diff --git a/src/IconTableChartViewOutlinedFilled.tsx b/src/IconTableChartViewOutlinedFilled.tsx index 03e534262..313f3377d 100644 --- a/src/IconTableChartViewOutlinedFilled.tsx +++ b/src/IconTableChartViewOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewOutlinedFilled: React.FC = ({ +export const IconTableChartViewOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTableChartViewOutlinedFilled: React.FC = ({ ) - -export { IconTableChartViewOutlinedFilled as default } diff --git a/src/IconTableChartViewRounded.tsx b/src/IconTableChartViewRounded.tsx index a463de74f..32822960b 100644 --- a/src/IconTableChartViewRounded.tsx +++ b/src/IconTableChartViewRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewRounded: React.FC = ({ ...props }) => ( +export const IconTableChartViewRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartViewRounded as default } diff --git a/src/IconTableChartViewRoundedFilled.tsx b/src/IconTableChartViewRoundedFilled.tsx index c64934b40..1fd8a4fa8 100644 --- a/src/IconTableChartViewRoundedFilled.tsx +++ b/src/IconTableChartViewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableChartViewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartViewRoundedFilled as default } diff --git a/src/IconTableChartViewSharp.tsx b/src/IconTableChartViewSharp.tsx index 2c7a8b130..fde467d4a 100644 --- a/src/IconTableChartViewSharp.tsx +++ b/src/IconTableChartViewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewSharp: React.FC = ({ ...props }) => ( +export const IconTableChartViewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableChartViewSharp as default } diff --git a/src/IconTableChartViewSharpFilled.tsx b/src/IconTableChartViewSharpFilled.tsx index 8f56dbe2b..99d2f0980 100644 --- a/src/IconTableChartViewSharpFilled.tsx +++ b/src/IconTableChartViewSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableChartViewSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableChartViewSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableChartViewSharpFilled as default } diff --git a/src/IconTableEyeOutlined.tsx b/src/IconTableEyeOutlined.tsx index 0d5258868..23d9092a7 100644 --- a/src/IconTableEyeOutlined.tsx +++ b/src/IconTableEyeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeOutlined: React.FC = ({ ...props }) => ( +export const IconTableEyeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableEyeOutlined as default } diff --git a/src/IconTableEyeOutlinedFilled.tsx b/src/IconTableEyeOutlinedFilled.tsx index a1b429ce9..b55f46448 100644 --- a/src/IconTableEyeOutlinedFilled.tsx +++ b/src/IconTableEyeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableEyeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableEyeOutlinedFilled as default } diff --git a/src/IconTableEyeRounded.tsx b/src/IconTableEyeRounded.tsx index 367f30d30..5d87867a8 100644 --- a/src/IconTableEyeRounded.tsx +++ b/src/IconTableEyeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeRounded: React.FC = ({ ...props }) => ( +export const IconTableEyeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableEyeRounded as default } diff --git a/src/IconTableEyeRoundedFilled.tsx b/src/IconTableEyeRoundedFilled.tsx index b629716bd..ef9aaaddb 100644 --- a/src/IconTableEyeRoundedFilled.tsx +++ b/src/IconTableEyeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableEyeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableEyeRoundedFilled as default } diff --git a/src/IconTableEyeSharp.tsx b/src/IconTableEyeSharp.tsx index c82026092..7ac9e08aa 100644 --- a/src/IconTableEyeSharp.tsx +++ b/src/IconTableEyeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeSharp: React.FC = ({ ...props }) => ( +export const IconTableEyeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableEyeSharp as default } diff --git a/src/IconTableEyeSharpFilled.tsx b/src/IconTableEyeSharpFilled.tsx index 1909f958d..ff5e4626e 100644 --- a/src/IconTableEyeSharpFilled.tsx +++ b/src/IconTableEyeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableEyeSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableEyeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableEyeSharpFilled as default } diff --git a/src/IconTableLampOutlined.tsx b/src/IconTableLampOutlined.tsx index e24691c61..5ef2a8f49 100644 --- a/src/IconTableLampOutlined.tsx +++ b/src/IconTableLampOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampOutlined: React.FC = ({ ...props }) => ( +export const IconTableLampOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableLampOutlined as default } diff --git a/src/IconTableLampOutlinedFilled.tsx b/src/IconTableLampOutlinedFilled.tsx index ee594bc70..4e3b95d50 100644 --- a/src/IconTableLampOutlinedFilled.tsx +++ b/src/IconTableLampOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableLampOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableLampOutlinedFilled as default } diff --git a/src/IconTableLampRounded.tsx b/src/IconTableLampRounded.tsx index ad62c159e..29a813c17 100644 --- a/src/IconTableLampRounded.tsx +++ b/src/IconTableLampRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampRounded: React.FC = ({ ...props }) => ( +export const IconTableLampRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableLampRounded as default } diff --git a/src/IconTableLampRoundedFilled.tsx b/src/IconTableLampRoundedFilled.tsx index 427a3745b..b8ad14888 100644 --- a/src/IconTableLampRoundedFilled.tsx +++ b/src/IconTableLampRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableLampRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableLampRoundedFilled as default } diff --git a/src/IconTableLampSharp.tsx b/src/IconTableLampSharp.tsx index 2d942700d..f5874dc7e 100644 --- a/src/IconTableLampSharp.tsx +++ b/src/IconTableLampSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampSharp: React.FC = ({ ...props }) => ( +export const IconTableLampSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableLampSharp as default } diff --git a/src/IconTableLampSharpFilled.tsx b/src/IconTableLampSharpFilled.tsx index dde5a1c0b..cc42fc9a2 100644 --- a/src/IconTableLampSharpFilled.tsx +++ b/src/IconTableLampSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableLampSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableLampSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableLampSharpFilled as default } diff --git a/src/IconTableOutlined.tsx b/src/IconTableOutlined.tsx index 7f2ec9033..149e1eff4 100644 --- a/src/IconTableOutlined.tsx +++ b/src/IconTableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableOutlined: React.FC = ({ ...props }) => ( +export const IconTableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableOutlined as default } diff --git a/src/IconTableOutlinedFilled.tsx b/src/IconTableOutlinedFilled.tsx index e0dda776b..ab8c61a1b 100644 --- a/src/IconTableOutlinedFilled.tsx +++ b/src/IconTableOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableOutlinedFilled as default } diff --git a/src/IconTableRestaurantOutlined.tsx b/src/IconTableRestaurantOutlined.tsx index 299a2222b..51af06e9a 100644 --- a/src/IconTableRestaurantOutlined.tsx +++ b/src/IconTableRestaurantOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantOutlined: React.FC = ({ ...props }) => ( +export const IconTableRestaurantOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRestaurantOutlined as default } diff --git a/src/IconTableRestaurantOutlinedFilled.tsx b/src/IconTableRestaurantOutlinedFilled.tsx index 4af2267c8..fea5fd90d 100644 --- a/src/IconTableRestaurantOutlinedFilled.tsx +++ b/src/IconTableRestaurantOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantOutlinedFilled: React.FC = ({ +export const IconTableRestaurantOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTableRestaurantOutlinedFilled: React.FC = ({ ) - -export { IconTableRestaurantOutlinedFilled as default } diff --git a/src/IconTableRestaurantRounded.tsx b/src/IconTableRestaurantRounded.tsx index 965520731..f819867f5 100644 --- a/src/IconTableRestaurantRounded.tsx +++ b/src/IconTableRestaurantRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantRounded: React.FC = ({ ...props }) => ( +export const IconTableRestaurantRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRestaurantRounded as default } diff --git a/src/IconTableRestaurantRoundedFilled.tsx b/src/IconTableRestaurantRoundedFilled.tsx index d95cfb7b3..4aba106e5 100644 --- a/src/IconTableRestaurantRoundedFilled.tsx +++ b/src/IconTableRestaurantRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantRoundedFilled: React.FC = ({ +export const IconTableRestaurantRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTableRestaurantRoundedFilled: React.FC = ({ ) - -export { IconTableRestaurantRoundedFilled as default } diff --git a/src/IconTableRestaurantSharp.tsx b/src/IconTableRestaurantSharp.tsx index f19cb891f..de3404330 100644 --- a/src/IconTableRestaurantSharp.tsx +++ b/src/IconTableRestaurantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantSharp: React.FC = ({ ...props }) => ( +export const IconTableRestaurantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRestaurantSharp as default } diff --git a/src/IconTableRestaurantSharpFilled.tsx b/src/IconTableRestaurantSharpFilled.tsx index efb141df9..d96b662e2 100644 --- a/src/IconTableRestaurantSharpFilled.tsx +++ b/src/IconTableRestaurantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRestaurantSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableRestaurantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRestaurantSharpFilled as default } diff --git a/src/IconTableRounded.tsx b/src/IconTableRounded.tsx index 3e7927265..741ca966c 100644 --- a/src/IconTableRounded.tsx +++ b/src/IconTableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRounded: React.FC = ({ ...props }) => ( +export const IconTableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRounded as default } diff --git a/src/IconTableRoundedFilled.tsx b/src/IconTableRoundedFilled.tsx index 8f26e73e6..e648c0eb4 100644 --- a/src/IconTableRoundedFilled.tsx +++ b/src/IconTableRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRoundedFilled as default } diff --git a/src/IconTableRowsNarrowOutlined.tsx b/src/IconTableRowsNarrowOutlined.tsx index 26daa6d2a..7da53818c 100644 --- a/src/IconTableRowsNarrowOutlined.tsx +++ b/src/IconTableRowsNarrowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowOutlined: React.FC = ({ ...props }) => ( +export const IconTableRowsNarrowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRowsNarrowOutlined as default } diff --git a/src/IconTableRowsNarrowOutlinedFilled.tsx b/src/IconTableRowsNarrowOutlinedFilled.tsx index eaabb179a..de33f6aab 100644 --- a/src/IconTableRowsNarrowOutlinedFilled.tsx +++ b/src/IconTableRowsNarrowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowOutlinedFilled: React.FC = ({ +export const IconTableRowsNarrowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTableRowsNarrowOutlinedFilled: React.FC = ({ ) - -export { IconTableRowsNarrowOutlinedFilled as default } diff --git a/src/IconTableRowsNarrowRounded.tsx b/src/IconTableRowsNarrowRounded.tsx index 44a8ae28d..8098180d1 100644 --- a/src/IconTableRowsNarrowRounded.tsx +++ b/src/IconTableRowsNarrowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowRounded: React.FC = ({ ...props }) => ( +export const IconTableRowsNarrowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRowsNarrowRounded as default } diff --git a/src/IconTableRowsNarrowRoundedFilled.tsx b/src/IconTableRowsNarrowRoundedFilled.tsx index 924b154d7..29aaef411 100644 --- a/src/IconTableRowsNarrowRoundedFilled.tsx +++ b/src/IconTableRowsNarrowRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowRoundedFilled: React.FC = ({ +export const IconTableRowsNarrowRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTableRowsNarrowRoundedFilled: React.FC = ({ ) - -export { IconTableRowsNarrowRoundedFilled as default } diff --git a/src/IconTableRowsNarrowSharp.tsx b/src/IconTableRowsNarrowSharp.tsx index b5f10e0fd..aa34b74d5 100644 --- a/src/IconTableRowsNarrowSharp.tsx +++ b/src/IconTableRowsNarrowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowSharp: React.FC = ({ ...props }) => ( +export const IconTableRowsNarrowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRowsNarrowSharp as default } diff --git a/src/IconTableRowsNarrowSharpFilled.tsx b/src/IconTableRowsNarrowSharpFilled.tsx index a6fd073db..d4b12d120 100644 --- a/src/IconTableRowsNarrowSharpFilled.tsx +++ b/src/IconTableRowsNarrowSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsNarrowSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableRowsNarrowSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRowsNarrowSharpFilled as default } diff --git a/src/IconTableRowsOutlined.tsx b/src/IconTableRowsOutlined.tsx index 6244aa8b1..e60024003 100644 --- a/src/IconTableRowsOutlined.tsx +++ b/src/IconTableRowsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsOutlined: React.FC = ({ ...props }) => ( +export const IconTableRowsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRowsOutlined as default } diff --git a/src/IconTableRowsOutlinedFilled.tsx b/src/IconTableRowsOutlinedFilled.tsx index ba316d4bb..985832f12 100644 --- a/src/IconTableRowsOutlinedFilled.tsx +++ b/src/IconTableRowsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableRowsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRowsOutlinedFilled as default } diff --git a/src/IconTableRowsRounded.tsx b/src/IconTableRowsRounded.tsx index 2d8bab1ff..2ef43ed8d 100644 --- a/src/IconTableRowsRounded.tsx +++ b/src/IconTableRowsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsRounded: React.FC = ({ ...props }) => ( +export const IconTableRowsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRowsRounded as default } diff --git a/src/IconTableRowsRoundedFilled.tsx b/src/IconTableRowsRoundedFilled.tsx index 85ec2882c..6f01354f6 100644 --- a/src/IconTableRowsRoundedFilled.tsx +++ b/src/IconTableRowsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableRowsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableRowsRoundedFilled as default } diff --git a/src/IconTableRowsSharp.tsx b/src/IconTableRowsSharp.tsx index 11ef6f196..584daaa6f 100644 --- a/src/IconTableRowsSharp.tsx +++ b/src/IconTableRowsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsSharp: React.FC = ({ ...props }) => ( +export const IconTableRowsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRowsSharp as default } diff --git a/src/IconTableRowsSharpFilled.tsx b/src/IconTableRowsSharpFilled.tsx index da16c1ba8..edbebc4e7 100644 --- a/src/IconTableRowsSharpFilled.tsx +++ b/src/IconTableRowsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableRowsSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableRowsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableRowsSharpFilled as default } diff --git a/src/IconTableSharp.tsx b/src/IconTableSharp.tsx index 6ec6a8d1d..d2f0c7e9a 100644 --- a/src/IconTableSharp.tsx +++ b/src/IconTableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableSharp: React.FC = ({ ...props }) => ( +export const IconTableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableSharp as default } diff --git a/src/IconTableSharpFilled.tsx b/src/IconTableSharpFilled.tsx index 8ae17e0f5..fb00ccb8a 100644 --- a/src/IconTableSharpFilled.tsx +++ b/src/IconTableSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableSharpFilled as default } diff --git a/src/IconTableViewOutlined.tsx b/src/IconTableViewOutlined.tsx index fb6b7e8b3..0802a439f 100644 --- a/src/IconTableViewOutlined.tsx +++ b/src/IconTableViewOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewOutlined: React.FC = ({ ...props }) => ( +export const IconTableViewOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableViewOutlined as default } diff --git a/src/IconTableViewOutlinedFilled.tsx b/src/IconTableViewOutlinedFilled.tsx index 5526cbd9d..ad00024c9 100644 --- a/src/IconTableViewOutlinedFilled.tsx +++ b/src/IconTableViewOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTableViewOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableViewOutlinedFilled as default } diff --git a/src/IconTableViewRounded.tsx b/src/IconTableViewRounded.tsx index a7d66d642..6a3a6c15f 100644 --- a/src/IconTableViewRounded.tsx +++ b/src/IconTableViewRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewRounded: React.FC = ({ ...props }) => ( +export const IconTableViewRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableViewRounded as default } diff --git a/src/IconTableViewRoundedFilled.tsx b/src/IconTableViewRoundedFilled.tsx index 6a67fbd12..d841208ea 100644 --- a/src/IconTableViewRoundedFilled.tsx +++ b/src/IconTableViewRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTableViewRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTableViewRoundedFilled as default } diff --git a/src/IconTableViewSharp.tsx b/src/IconTableViewSharp.tsx index 861d29bcc..d8cd28fcc 100644 --- a/src/IconTableViewSharp.tsx +++ b/src/IconTableViewSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewSharp: React.FC = ({ ...props }) => ( +export const IconTableViewSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableViewSharp as default } diff --git a/src/IconTableViewSharpFilled.tsx b/src/IconTableViewSharpFilled.tsx index 50ef4dffe..ad936f34b 100644 --- a/src/IconTableViewSharpFilled.tsx +++ b/src/IconTableViewSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTableViewSharpFilled: React.FC = ({ ...props }) => ( +export const IconTableViewSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTableViewSharpFilled as default } diff --git a/src/IconTabletAndroidOutlined.tsx b/src/IconTabletAndroidOutlined.tsx index f73116cdd..e753ea23f 100644 --- a/src/IconTabletAndroidOutlined.tsx +++ b/src/IconTabletAndroidOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidOutlined: React.FC = ({ ...props }) => ( +export const IconTabletAndroidOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidOutlined as default } diff --git a/src/IconTabletAndroidOutlinedFilled.tsx b/src/IconTabletAndroidOutlinedFilled.tsx index f90a9038a..fcedc95fa 100644 --- a/src/IconTabletAndroidOutlinedFilled.tsx +++ b/src/IconTabletAndroidOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabletAndroidOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidOutlinedFilled as default } diff --git a/src/IconTabletAndroidRounded.tsx b/src/IconTabletAndroidRounded.tsx index d5d161c02..4da31a7f7 100644 --- a/src/IconTabletAndroidRounded.tsx +++ b/src/IconTabletAndroidRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidRounded: React.FC = ({ ...props }) => ( +export const IconTabletAndroidRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidRounded as default } diff --git a/src/IconTabletAndroidRoundedFilled.tsx b/src/IconTabletAndroidRoundedFilled.tsx index 3aa0c5b37..9860f752d 100644 --- a/src/IconTabletAndroidRoundedFilled.tsx +++ b/src/IconTabletAndroidRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabletAndroidRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidRoundedFilled as default } diff --git a/src/IconTabletAndroidSharp.tsx b/src/IconTabletAndroidSharp.tsx index 7f89d9019..f986edd23 100644 --- a/src/IconTabletAndroidSharp.tsx +++ b/src/IconTabletAndroidSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidSharp: React.FC = ({ ...props }) => ( +export const IconTabletAndroidSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidSharp as default } diff --git a/src/IconTabletAndroidSharpFilled.tsx b/src/IconTabletAndroidSharpFilled.tsx index bb86f959e..25c6a1587 100644 --- a/src/IconTabletAndroidSharpFilled.tsx +++ b/src/IconTabletAndroidSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletAndroidSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabletAndroidSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletAndroidSharpFilled as default } diff --git a/src/IconTabletCameraOutlined.tsx b/src/IconTabletCameraOutlined.tsx index 1df1e7cd9..f7cf3367e 100644 --- a/src/IconTabletCameraOutlined.tsx +++ b/src/IconTabletCameraOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraOutlined: React.FC = ({ ...props }) => ( +export const IconTabletCameraOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletCameraOutlined as default } diff --git a/src/IconTabletCameraOutlinedFilled.tsx b/src/IconTabletCameraOutlinedFilled.tsx index 6eaf68c7d..4981864e3 100644 --- a/src/IconTabletCameraOutlinedFilled.tsx +++ b/src/IconTabletCameraOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabletCameraOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletCameraOutlinedFilled as default } diff --git a/src/IconTabletCameraRounded.tsx b/src/IconTabletCameraRounded.tsx index 413d14e8d..7ff3b36af 100644 --- a/src/IconTabletCameraRounded.tsx +++ b/src/IconTabletCameraRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraRounded: React.FC = ({ ...props }) => ( +export const IconTabletCameraRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletCameraRounded as default } diff --git a/src/IconTabletCameraRoundedFilled.tsx b/src/IconTabletCameraRoundedFilled.tsx index 1ffd42e9b..5497182c1 100644 --- a/src/IconTabletCameraRoundedFilled.tsx +++ b/src/IconTabletCameraRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabletCameraRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletCameraRoundedFilled as default } diff --git a/src/IconTabletCameraSharp.tsx b/src/IconTabletCameraSharp.tsx index 818052072..0a5b2d598 100644 --- a/src/IconTabletCameraSharp.tsx +++ b/src/IconTabletCameraSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraSharp: React.FC = ({ ...props }) => ( +export const IconTabletCameraSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletCameraSharp as default } diff --git a/src/IconTabletCameraSharpFilled.tsx b/src/IconTabletCameraSharpFilled.tsx index 899974a89..e0a778867 100644 --- a/src/IconTabletCameraSharpFilled.tsx +++ b/src/IconTabletCameraSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletCameraSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabletCameraSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletCameraSharpFilled as default } diff --git a/src/IconTabletMacOutlined.tsx b/src/IconTabletMacOutlined.tsx index b95ba5337..92d6037f6 100644 --- a/src/IconTabletMacOutlined.tsx +++ b/src/IconTabletMacOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacOutlined: React.FC = ({ ...props }) => ( +export const IconTabletMacOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletMacOutlined as default } diff --git a/src/IconTabletMacOutlinedFilled.tsx b/src/IconTabletMacOutlinedFilled.tsx index 929618d21..5352c5746 100644 --- a/src/IconTabletMacOutlinedFilled.tsx +++ b/src/IconTabletMacOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabletMacOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletMacOutlinedFilled as default } diff --git a/src/IconTabletMacRounded.tsx b/src/IconTabletMacRounded.tsx index 10e3be636..50fa56f1d 100644 --- a/src/IconTabletMacRounded.tsx +++ b/src/IconTabletMacRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacRounded: React.FC = ({ ...props }) => ( +export const IconTabletMacRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletMacRounded as default } diff --git a/src/IconTabletMacRoundedFilled.tsx b/src/IconTabletMacRoundedFilled.tsx index 9cecc0bb5..f2c28cd47 100644 --- a/src/IconTabletMacRoundedFilled.tsx +++ b/src/IconTabletMacRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabletMacRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTabletMacRoundedFilled as default } diff --git a/src/IconTabletMacSharp.tsx b/src/IconTabletMacSharp.tsx index 7be6a8a5d..91665de2f 100644 --- a/src/IconTabletMacSharp.tsx +++ b/src/IconTabletMacSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacSharp: React.FC = ({ ...props }) => ( +export const IconTabletMacSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletMacSharp as default } diff --git a/src/IconTabletMacSharpFilled.tsx b/src/IconTabletMacSharpFilled.tsx index 0095f5d1c..d909921d4 100644 --- a/src/IconTabletMacSharpFilled.tsx +++ b/src/IconTabletMacSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletMacSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabletMacSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletMacSharpFilled as default } diff --git a/src/IconTabletOutlined.tsx b/src/IconTabletOutlined.tsx index b1aa6cda2..1a43e0959 100644 --- a/src/IconTabletOutlined.tsx +++ b/src/IconTabletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletOutlined: React.FC = ({ ...props }) => ( +export const IconTabletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletOutlined as default } diff --git a/src/IconTabletOutlinedFilled.tsx b/src/IconTabletOutlinedFilled.tsx index 1e641b99b..30207cd13 100644 --- a/src/IconTabletOutlinedFilled.tsx +++ b/src/IconTabletOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabletOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletOutlinedFilled as default } diff --git a/src/IconTabletRounded.tsx b/src/IconTabletRounded.tsx index ed50acba4..ada95b0db 100644 --- a/src/IconTabletRounded.tsx +++ b/src/IconTabletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletRounded: React.FC = ({ ...props }) => ( +export const IconTabletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletRounded as default } diff --git a/src/IconTabletRoundedFilled.tsx b/src/IconTabletRoundedFilled.tsx index 6f87aadde..685dbbb51 100644 --- a/src/IconTabletRoundedFilled.tsx +++ b/src/IconTabletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletRoundedFilled as default } diff --git a/src/IconTabletSharp.tsx b/src/IconTabletSharp.tsx index 152ba663f..574cf93fb 100644 --- a/src/IconTabletSharp.tsx +++ b/src/IconTabletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletSharp: React.FC = ({ ...props }) => ( +export const IconTabletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletSharp as default } diff --git a/src/IconTabletSharpFilled.tsx b/src/IconTabletSharpFilled.tsx index c86286437..f0bf0e550 100644 --- a/src/IconTabletSharpFilled.tsx +++ b/src/IconTabletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabletSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabletSharpFilled as default } diff --git a/src/IconTabsOutlined.tsx b/src/IconTabsOutlined.tsx index 44cd4e408..7cc96fbd8 100644 --- a/src/IconTabsOutlined.tsx +++ b/src/IconTabsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsOutlined: React.FC = ({ ...props }) => ( +export const IconTabsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsOutlined as default } diff --git a/src/IconTabsOutlinedFilled.tsx b/src/IconTabsOutlinedFilled.tsx index 84f0f358d..b6d49f8e7 100644 --- a/src/IconTabsOutlinedFilled.tsx +++ b/src/IconTabsOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTabsOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsOutlinedFilled as default } diff --git a/src/IconTabsRounded.tsx b/src/IconTabsRounded.tsx index e538ab670..140faa334 100644 --- a/src/IconTabsRounded.tsx +++ b/src/IconTabsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsRounded: React.FC = ({ ...props }) => ( +export const IconTabsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsRounded as default } diff --git a/src/IconTabsRoundedFilled.tsx b/src/IconTabsRoundedFilled.tsx index 7e18bcb98..7fd6da945 100644 --- a/src/IconTabsRoundedFilled.tsx +++ b/src/IconTabsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTabsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsRoundedFilled as default } diff --git a/src/IconTabsSharp.tsx b/src/IconTabsSharp.tsx index 70aa963f2..d0a99ded7 100644 --- a/src/IconTabsSharp.tsx +++ b/src/IconTabsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsSharp: React.FC = ({ ...props }) => ( +export const IconTabsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsSharp as default } diff --git a/src/IconTabsSharpFilled.tsx b/src/IconTabsSharpFilled.tsx index cbe835ad7..0d243e6d1 100644 --- a/src/IconTabsSharpFilled.tsx +++ b/src/IconTabsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTabsSharpFilled: React.FC = ({ ...props }) => ( +export const IconTabsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTabsSharpFilled as default } diff --git a/src/IconTacticOutlined.tsx b/src/IconTacticOutlined.tsx index 512f2f54f..f272e8db9 100644 --- a/src/IconTacticOutlined.tsx +++ b/src/IconTacticOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticOutlined: React.FC = ({ ...props }) => ( +export const IconTacticOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticOutlined as default } diff --git a/src/IconTacticOutlinedFilled.tsx b/src/IconTacticOutlinedFilled.tsx index 01cc25847..ce42d8de0 100644 --- a/src/IconTacticOutlinedFilled.tsx +++ b/src/IconTacticOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTacticOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticOutlinedFilled as default } diff --git a/src/IconTacticRounded.tsx b/src/IconTacticRounded.tsx index b8f53d576..43ae38834 100644 --- a/src/IconTacticRounded.tsx +++ b/src/IconTacticRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticRounded: React.FC = ({ ...props }) => ( +export const IconTacticRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticRounded as default } diff --git a/src/IconTacticRoundedFilled.tsx b/src/IconTacticRoundedFilled.tsx index 9ba379e6e..338da2c08 100644 --- a/src/IconTacticRoundedFilled.tsx +++ b/src/IconTacticRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTacticRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticRoundedFilled as default } diff --git a/src/IconTacticSharp.tsx b/src/IconTacticSharp.tsx index 36231e3db..2c779050c 100644 --- a/src/IconTacticSharp.tsx +++ b/src/IconTacticSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticSharp: React.FC = ({ ...props }) => ( +export const IconTacticSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticSharp as default } diff --git a/src/IconTacticSharpFilled.tsx b/src/IconTacticSharpFilled.tsx index b29e98053..2d1e7f227 100644 --- a/src/IconTacticSharpFilled.tsx +++ b/src/IconTacticSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTacticSharpFilled: React.FC = ({ ...props }) => ( +export const IconTacticSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTacticSharpFilled as default } diff --git a/src/IconTagOutlined.tsx b/src/IconTagOutlined.tsx index 363626201..b12a26abe 100644 --- a/src/IconTagOutlined.tsx +++ b/src/IconTagOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagOutlined: React.FC = ({ ...props }) => ( +export const IconTagOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagOutlined as default } diff --git a/src/IconTagOutlinedFilled.tsx b/src/IconTagOutlinedFilled.tsx index f75017723..9b96894e6 100644 --- a/src/IconTagOutlinedFilled.tsx +++ b/src/IconTagOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTagOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagOutlinedFilled as default } diff --git a/src/IconTagRounded.tsx b/src/IconTagRounded.tsx index d49fb2288..86ca1daeb 100644 --- a/src/IconTagRounded.tsx +++ b/src/IconTagRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagRounded: React.FC = ({ ...props }) => ( +export const IconTagRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagRounded as default } diff --git a/src/IconTagRoundedFilled.tsx b/src/IconTagRoundedFilled.tsx index aba858f52..3aae33ce6 100644 --- a/src/IconTagRoundedFilled.tsx +++ b/src/IconTagRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTagRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagRoundedFilled as default } diff --git a/src/IconTagSharp.tsx b/src/IconTagSharp.tsx index 870b6319f..5325925f0 100644 --- a/src/IconTagSharp.tsx +++ b/src/IconTagSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagSharp: React.FC = ({ ...props }) => ( +export const IconTagSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagSharp as default } diff --git a/src/IconTagSharpFilled.tsx b/src/IconTagSharpFilled.tsx index 99f57976f..b1f081a39 100644 --- a/src/IconTagSharpFilled.tsx +++ b/src/IconTagSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTagSharpFilled: React.FC = ({ ...props }) => ( +export const IconTagSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTagSharpFilled as default } diff --git a/src/IconTakeoutDiningOutlined.tsx b/src/IconTakeoutDiningOutlined.tsx index 3c85868f5..fccb0b72f 100644 --- a/src/IconTakeoutDiningOutlined.tsx +++ b/src/IconTakeoutDiningOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningOutlined: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningOutlined as default } diff --git a/src/IconTakeoutDiningOutlinedFilled.tsx b/src/IconTakeoutDiningOutlinedFilled.tsx index 5d5294da5..9df5a167d 100644 --- a/src/IconTakeoutDiningOutlinedFilled.tsx +++ b/src/IconTakeoutDiningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningOutlinedFilled as default } diff --git a/src/IconTakeoutDiningRounded.tsx b/src/IconTakeoutDiningRounded.tsx index d6b79064f..da54e38f2 100644 --- a/src/IconTakeoutDiningRounded.tsx +++ b/src/IconTakeoutDiningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningRounded: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningRounded as default } diff --git a/src/IconTakeoutDiningRoundedFilled.tsx b/src/IconTakeoutDiningRoundedFilled.tsx index 7b859a323..349124895 100644 --- a/src/IconTakeoutDiningRoundedFilled.tsx +++ b/src/IconTakeoutDiningRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningRoundedFilled as default } diff --git a/src/IconTakeoutDiningSharp.tsx b/src/IconTakeoutDiningSharp.tsx index ce8fb6b9f..64cc55538 100644 --- a/src/IconTakeoutDiningSharp.tsx +++ b/src/IconTakeoutDiningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningSharp: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningSharp as default } diff --git a/src/IconTakeoutDiningSharpFilled.tsx b/src/IconTakeoutDiningSharpFilled.tsx index 97636bdd8..98253fce8 100644 --- a/src/IconTakeoutDiningSharpFilled.tsx +++ b/src/IconTakeoutDiningSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTakeoutDiningSharpFilled: React.FC = ({ ...props }) => ( +export const IconTakeoutDiningSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTakeoutDiningSharpFilled as default } diff --git a/src/IconTamperDetectionOffOutlined.tsx b/src/IconTamperDetectionOffOutlined.tsx index 594e573b5..5f16713fd 100644 --- a/src/IconTamperDetectionOffOutlined.tsx +++ b/src/IconTamperDetectionOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffOutlined: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOffOutlined as default } diff --git a/src/IconTamperDetectionOffOutlinedFilled.tsx b/src/IconTamperDetectionOffOutlinedFilled.tsx index 625dd8ae2..6f4b8849e 100644 --- a/src/IconTamperDetectionOffOutlinedFilled.tsx +++ b/src/IconTamperDetectionOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffOutlinedFilled: React.FC = ({ +export const IconTamperDetectionOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOffOutlinedFilled: React.FC = ({ ) - -export { IconTamperDetectionOffOutlinedFilled as default } diff --git a/src/IconTamperDetectionOffRounded.tsx b/src/IconTamperDetectionOffRounded.tsx index e1b68fd9c..ddb68ad18 100644 --- a/src/IconTamperDetectionOffRounded.tsx +++ b/src/IconTamperDetectionOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffRounded: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOffRounded as default } diff --git a/src/IconTamperDetectionOffRoundedFilled.tsx b/src/IconTamperDetectionOffRoundedFilled.tsx index e76a73016..8cbb69296 100644 --- a/src/IconTamperDetectionOffRoundedFilled.tsx +++ b/src/IconTamperDetectionOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffRoundedFilled: React.FC = ({ +export const IconTamperDetectionOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOffRoundedFilled: React.FC = ({ ) - -export { IconTamperDetectionOffRoundedFilled as default } diff --git a/src/IconTamperDetectionOffSharp.tsx b/src/IconTamperDetectionOffSharp.tsx index ea10d82ca..20058af79 100644 --- a/src/IconTamperDetectionOffSharp.tsx +++ b/src/IconTamperDetectionOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffSharp: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOffSharp as default } diff --git a/src/IconTamperDetectionOffSharpFilled.tsx b/src/IconTamperDetectionOffSharpFilled.tsx index 4725f88b7..73a84e858 100644 --- a/src/IconTamperDetectionOffSharpFilled.tsx +++ b/src/IconTamperDetectionOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOffSharpFilled: React.FC = ({ +export const IconTamperDetectionOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOffSharpFilled: React.FC = ({ ) - -export { IconTamperDetectionOffSharpFilled as default } diff --git a/src/IconTamperDetectionOnOutlined.tsx b/src/IconTamperDetectionOnOutlined.tsx index a88db3067..0f143a724 100644 --- a/src/IconTamperDetectionOnOutlined.tsx +++ b/src/IconTamperDetectionOnOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnOutlined: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOnOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOnOutlined as default } diff --git a/src/IconTamperDetectionOnOutlinedFilled.tsx b/src/IconTamperDetectionOnOutlinedFilled.tsx index d5f59513b..18b8db329 100644 --- a/src/IconTamperDetectionOnOutlinedFilled.tsx +++ b/src/IconTamperDetectionOnOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnOutlinedFilled: React.FC = ({ +export const IconTamperDetectionOnOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOnOutlinedFilled: React.FC = ({ ) - -export { IconTamperDetectionOnOutlinedFilled as default } diff --git a/src/IconTamperDetectionOnRounded.tsx b/src/IconTamperDetectionOnRounded.tsx index e22d18614..7c990d369 100644 --- a/src/IconTamperDetectionOnRounded.tsx +++ b/src/IconTamperDetectionOnRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnRounded: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOnRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOnRounded as default } diff --git a/src/IconTamperDetectionOnRoundedFilled.tsx b/src/IconTamperDetectionOnRoundedFilled.tsx index 9a57f60fc..3d098c75b 100644 --- a/src/IconTamperDetectionOnRoundedFilled.tsx +++ b/src/IconTamperDetectionOnRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnRoundedFilled: React.FC = ({ +export const IconTamperDetectionOnRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOnRoundedFilled: React.FC = ({ ) - -export { IconTamperDetectionOnRoundedFilled as default } diff --git a/src/IconTamperDetectionOnSharp.tsx b/src/IconTamperDetectionOnSharp.tsx index abe0d783f..e888474c8 100644 --- a/src/IconTamperDetectionOnSharp.tsx +++ b/src/IconTamperDetectionOnSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnSharp: React.FC = ({ ...props }) => ( +export const IconTamperDetectionOnSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTamperDetectionOnSharp as default } diff --git a/src/IconTamperDetectionOnSharpFilled.tsx b/src/IconTamperDetectionOnSharpFilled.tsx index 9817caac5..df99df0ec 100644 --- a/src/IconTamperDetectionOnSharpFilled.tsx +++ b/src/IconTamperDetectionOnSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTamperDetectionOnSharpFilled: React.FC = ({ +export const IconTamperDetectionOnSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTamperDetectionOnSharpFilled: React.FC = ({ ) - -export { IconTamperDetectionOnSharpFilled as default } diff --git a/src/IconTapAndPlayOutlined.tsx b/src/IconTapAndPlayOutlined.tsx index a849919ca..97543b16b 100644 --- a/src/IconTapAndPlayOutlined.tsx +++ b/src/IconTapAndPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlayOutlined: React.FC = ({ ...props }) => ( +export const IconTapAndPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapAndPlayOutlined as default } diff --git a/src/IconTapAndPlayOutlinedFilled.tsx b/src/IconTapAndPlayOutlinedFilled.tsx index 80cc59857..33d146870 100644 --- a/src/IconTapAndPlayOutlinedFilled.tsx +++ b/src/IconTapAndPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTapAndPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTapAndPlayOutlinedFilled as default } diff --git a/src/IconTapAndPlayRounded.tsx b/src/IconTapAndPlayRounded.tsx index 4e0364676..6e55b9478 100644 --- a/src/IconTapAndPlayRounded.tsx +++ b/src/IconTapAndPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlayRounded: React.FC = ({ ...props }) => ( +export const IconTapAndPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapAndPlayRounded as default } diff --git a/src/IconTapAndPlayRoundedFilled.tsx b/src/IconTapAndPlayRoundedFilled.tsx index fcc1ac198..d8d72ff6d 100644 --- a/src/IconTapAndPlayRoundedFilled.tsx +++ b/src/IconTapAndPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTapAndPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTapAndPlayRoundedFilled as default } diff --git a/src/IconTapAndPlaySharp.tsx b/src/IconTapAndPlaySharp.tsx index cad059eab..737d1e3c5 100644 --- a/src/IconTapAndPlaySharp.tsx +++ b/src/IconTapAndPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlaySharp: React.FC = ({ ...props }) => ( +export const IconTapAndPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapAndPlaySharp as default } diff --git a/src/IconTapAndPlaySharpFilled.tsx b/src/IconTapAndPlaySharpFilled.tsx index c40c92914..c1847f7d2 100644 --- a/src/IconTapAndPlaySharpFilled.tsx +++ b/src/IconTapAndPlaySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTapAndPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconTapAndPlaySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTapAndPlaySharpFilled as default } diff --git a/src/IconTapasOutlined.tsx b/src/IconTapasOutlined.tsx index b1cf168dc..10ba34464 100644 --- a/src/IconTapasOutlined.tsx +++ b/src/IconTapasOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasOutlined: React.FC = ({ ...props }) => ( +export const IconTapasOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasOutlined as default } diff --git a/src/IconTapasOutlinedFilled.tsx b/src/IconTapasOutlinedFilled.tsx index 9d3bf698c..7ceb761a1 100644 --- a/src/IconTapasOutlinedFilled.tsx +++ b/src/IconTapasOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTapasOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasOutlinedFilled as default } diff --git a/src/IconTapasRounded.tsx b/src/IconTapasRounded.tsx index f4c383cd3..d3228f5c2 100644 --- a/src/IconTapasRounded.tsx +++ b/src/IconTapasRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasRounded: React.FC = ({ ...props }) => ( +export const IconTapasRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasRounded as default } diff --git a/src/IconTapasRoundedFilled.tsx b/src/IconTapasRoundedFilled.tsx index 3da16a1b0..74582effa 100644 --- a/src/IconTapasRoundedFilled.tsx +++ b/src/IconTapasRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTapasRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasRoundedFilled as default } diff --git a/src/IconTapasSharp.tsx b/src/IconTapasSharp.tsx index dfdeb9a73..8f8f270db 100644 --- a/src/IconTapasSharp.tsx +++ b/src/IconTapasSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasSharp: React.FC = ({ ...props }) => ( +export const IconTapasSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasSharp as default } diff --git a/src/IconTapasSharpFilled.tsx b/src/IconTapasSharpFilled.tsx index a9dbb7c80..b1f8bc532 100644 --- a/src/IconTapasSharpFilled.tsx +++ b/src/IconTapasSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTapasSharpFilled: React.FC = ({ ...props }) => ( +export const IconTapasSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTapasSharpFilled as default } diff --git a/src/IconTargetOutlined.tsx b/src/IconTargetOutlined.tsx index 76274e84c..24508a147 100644 --- a/src/IconTargetOutlined.tsx +++ b/src/IconTargetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetOutlined: React.FC = ({ ...props }) => ( +export const IconTargetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetOutlined as default } diff --git a/src/IconTargetOutlinedFilled.tsx b/src/IconTargetOutlinedFilled.tsx index 470941914..f780106dc 100644 --- a/src/IconTargetOutlinedFilled.tsx +++ b/src/IconTargetOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTargetOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetOutlinedFilled as default } diff --git a/src/IconTargetRounded.tsx b/src/IconTargetRounded.tsx index 05c3e067d..0052bab49 100644 --- a/src/IconTargetRounded.tsx +++ b/src/IconTargetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetRounded: React.FC = ({ ...props }) => ( +export const IconTargetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetRounded as default } diff --git a/src/IconTargetRoundedFilled.tsx b/src/IconTargetRoundedFilled.tsx index 64f0e48b4..103d9da8f 100644 --- a/src/IconTargetRoundedFilled.tsx +++ b/src/IconTargetRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTargetRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetRoundedFilled as default } diff --git a/src/IconTargetSharp.tsx b/src/IconTargetSharp.tsx index d188c32cd..8657ab36a 100644 --- a/src/IconTargetSharp.tsx +++ b/src/IconTargetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetSharp: React.FC = ({ ...props }) => ( +export const IconTargetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetSharp as default } diff --git a/src/IconTargetSharpFilled.tsx b/src/IconTargetSharpFilled.tsx index bb24ec15a..b5ef4a269 100644 --- a/src/IconTargetSharpFilled.tsx +++ b/src/IconTargetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTargetSharpFilled: React.FC = ({ ...props }) => ( +export const IconTargetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTargetSharpFilled as default } diff --git a/src/IconTaskAltOutlined.tsx b/src/IconTaskAltOutlined.tsx index f13cbbea3..3d52923d5 100644 --- a/src/IconTaskAltOutlined.tsx +++ b/src/IconTaskAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltOutlined: React.FC = ({ ...props }) => ( +export const IconTaskAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskAltOutlined as default } diff --git a/src/IconTaskAltOutlinedFilled.tsx b/src/IconTaskAltOutlinedFilled.tsx index e10cb7802..6d6044b11 100644 --- a/src/IconTaskAltOutlinedFilled.tsx +++ b/src/IconTaskAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTaskAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTaskAltOutlinedFilled as default } diff --git a/src/IconTaskAltRounded.tsx b/src/IconTaskAltRounded.tsx index 1640d4282..b646d1aeb 100644 --- a/src/IconTaskAltRounded.tsx +++ b/src/IconTaskAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltRounded: React.FC = ({ ...props }) => ( +export const IconTaskAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskAltRounded as default } diff --git a/src/IconTaskAltRoundedFilled.tsx b/src/IconTaskAltRoundedFilled.tsx index 0a097513f..67864907e 100644 --- a/src/IconTaskAltRoundedFilled.tsx +++ b/src/IconTaskAltRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTaskAltRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskAltRoundedFilled as default } diff --git a/src/IconTaskAltSharp.tsx b/src/IconTaskAltSharp.tsx index c2a319a9f..dcad931eb 100644 --- a/src/IconTaskAltSharp.tsx +++ b/src/IconTaskAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltSharp: React.FC = ({ ...props }) => ( +export const IconTaskAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskAltSharp as default } diff --git a/src/IconTaskAltSharpFilled.tsx b/src/IconTaskAltSharpFilled.tsx index 8db74cf64..523a7f49c 100644 --- a/src/IconTaskAltSharpFilled.tsx +++ b/src/IconTaskAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconTaskAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskAltSharpFilled as default } diff --git a/src/IconTaskOutlined.tsx b/src/IconTaskOutlined.tsx index 404800462..b8fc5caa5 100644 --- a/src/IconTaskOutlined.tsx +++ b/src/IconTaskOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskOutlined: React.FC = ({ ...props }) => ( +export const IconTaskOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskOutlined as default } diff --git a/src/IconTaskOutlinedFilled.tsx b/src/IconTaskOutlinedFilled.tsx index 40b057094..08160b108 100644 --- a/src/IconTaskOutlinedFilled.tsx +++ b/src/IconTaskOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTaskOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskOutlinedFilled as default } diff --git a/src/IconTaskRounded.tsx b/src/IconTaskRounded.tsx index bd165e6cf..7613cecbe 100644 --- a/src/IconTaskRounded.tsx +++ b/src/IconTaskRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskRounded: React.FC = ({ ...props }) => ( +export const IconTaskRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskRounded as default } diff --git a/src/IconTaskRoundedFilled.tsx b/src/IconTaskRoundedFilled.tsx index 81e7abe2d..27f598929 100644 --- a/src/IconTaskRoundedFilled.tsx +++ b/src/IconTaskRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTaskRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskRoundedFilled as default } diff --git a/src/IconTaskSharp.tsx b/src/IconTaskSharp.tsx index 4c541eeff..614f0b19b 100644 --- a/src/IconTaskSharp.tsx +++ b/src/IconTaskSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskSharp: React.FC = ({ ...props }) => ( +export const IconTaskSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskSharp as default } diff --git a/src/IconTaskSharpFilled.tsx b/src/IconTaskSharpFilled.tsx index 0663f6079..ec2fc4fec 100644 --- a/src/IconTaskSharpFilled.tsx +++ b/src/IconTaskSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaskSharpFilled: React.FC = ({ ...props }) => ( +export const IconTaskSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaskSharpFilled as default } diff --git a/src/IconTauntOutlined.tsx b/src/IconTauntOutlined.tsx index cf8fba3c2..ff774985d 100644 --- a/src/IconTauntOutlined.tsx +++ b/src/IconTauntOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntOutlined: React.FC = ({ ...props }) => ( +export const IconTauntOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntOutlined as default } diff --git a/src/IconTauntOutlinedFilled.tsx b/src/IconTauntOutlinedFilled.tsx index 2cb78c782..dcd712056 100644 --- a/src/IconTauntOutlinedFilled.tsx +++ b/src/IconTauntOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTauntOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntOutlinedFilled as default } diff --git a/src/IconTauntRounded.tsx b/src/IconTauntRounded.tsx index 3d8b65054..ead4cd024 100644 --- a/src/IconTauntRounded.tsx +++ b/src/IconTauntRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntRounded: React.FC = ({ ...props }) => ( +export const IconTauntRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntRounded as default } diff --git a/src/IconTauntRoundedFilled.tsx b/src/IconTauntRoundedFilled.tsx index 4f4560898..d9b52c269 100644 --- a/src/IconTauntRoundedFilled.tsx +++ b/src/IconTauntRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTauntRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntRoundedFilled as default } diff --git a/src/IconTauntSharp.tsx b/src/IconTauntSharp.tsx index 51e8ef67e..d7d7935d7 100644 --- a/src/IconTauntSharp.tsx +++ b/src/IconTauntSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntSharp: React.FC = ({ ...props }) => ( +export const IconTauntSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntSharp as default } diff --git a/src/IconTauntSharpFilled.tsx b/src/IconTauntSharpFilled.tsx index 6b72c1ea2..efbca7a68 100644 --- a/src/IconTauntSharpFilled.tsx +++ b/src/IconTauntSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTauntSharpFilled: React.FC = ({ ...props }) => ( +export const IconTauntSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTauntSharpFilled as default } diff --git a/src/IconTaxiAlertOutlined.tsx b/src/IconTaxiAlertOutlined.tsx index 6fe4ca52d..2512f3e0e 100644 --- a/src/IconTaxiAlertOutlined.tsx +++ b/src/IconTaxiAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertOutlined: React.FC = ({ ...props }) => ( +export const IconTaxiAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertOutlined as default } diff --git a/src/IconTaxiAlertOutlinedFilled.tsx b/src/IconTaxiAlertOutlinedFilled.tsx index d1800de7a..e9621c433 100644 --- a/src/IconTaxiAlertOutlinedFilled.tsx +++ b/src/IconTaxiAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTaxiAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertOutlinedFilled as default } diff --git a/src/IconTaxiAlertRounded.tsx b/src/IconTaxiAlertRounded.tsx index ed59b9dbd..2c6bfaad9 100644 --- a/src/IconTaxiAlertRounded.tsx +++ b/src/IconTaxiAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertRounded: React.FC = ({ ...props }) => ( +export const IconTaxiAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertRounded as default } diff --git a/src/IconTaxiAlertRoundedFilled.tsx b/src/IconTaxiAlertRoundedFilled.tsx index 0b4f01b53..da6805384 100644 --- a/src/IconTaxiAlertRoundedFilled.tsx +++ b/src/IconTaxiAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTaxiAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertRoundedFilled as default } diff --git a/src/IconTaxiAlertSharp.tsx b/src/IconTaxiAlertSharp.tsx index a9866f208..981c7f0c1 100644 --- a/src/IconTaxiAlertSharp.tsx +++ b/src/IconTaxiAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertSharp: React.FC = ({ ...props }) => ( +export const IconTaxiAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertSharp as default } diff --git a/src/IconTaxiAlertSharpFilled.tsx b/src/IconTaxiAlertSharpFilled.tsx index 2dcb58be6..fc294314b 100644 --- a/src/IconTaxiAlertSharpFilled.tsx +++ b/src/IconTaxiAlertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTaxiAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconTaxiAlertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTaxiAlertSharpFilled as default } diff --git a/src/IconTeamDashboardOutlined.tsx b/src/IconTeamDashboardOutlined.tsx index a6adf3286..6c7a1a3fb 100644 --- a/src/IconTeamDashboardOutlined.tsx +++ b/src/IconTeamDashboardOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardOutlined: React.FC = ({ ...props }) => ( +export const IconTeamDashboardOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardOutlined as default } diff --git a/src/IconTeamDashboardOutlinedFilled.tsx b/src/IconTeamDashboardOutlinedFilled.tsx index f459865eb..9310b9e6f 100644 --- a/src/IconTeamDashboardOutlinedFilled.tsx +++ b/src/IconTeamDashboardOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTeamDashboardOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardOutlinedFilled as default } diff --git a/src/IconTeamDashboardRounded.tsx b/src/IconTeamDashboardRounded.tsx index 01c90efdd..ed21fd159 100644 --- a/src/IconTeamDashboardRounded.tsx +++ b/src/IconTeamDashboardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardRounded: React.FC = ({ ...props }) => ( +export const IconTeamDashboardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardRounded as default } diff --git a/src/IconTeamDashboardRoundedFilled.tsx b/src/IconTeamDashboardRoundedFilled.tsx index 8d0b5ba7c..054a22c7a 100644 --- a/src/IconTeamDashboardRoundedFilled.tsx +++ b/src/IconTeamDashboardRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTeamDashboardRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardRoundedFilled as default } diff --git a/src/IconTeamDashboardSharp.tsx b/src/IconTeamDashboardSharp.tsx index 4da3b87ba..760716bad 100644 --- a/src/IconTeamDashboardSharp.tsx +++ b/src/IconTeamDashboardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardSharp: React.FC = ({ ...props }) => ( +export const IconTeamDashboardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardSharp as default } diff --git a/src/IconTeamDashboardSharpFilled.tsx b/src/IconTeamDashboardSharpFilled.tsx index 6db655225..0d5f1a2e9 100644 --- a/src/IconTeamDashboardSharpFilled.tsx +++ b/src/IconTeamDashboardSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTeamDashboardSharpFilled: React.FC = ({ ...props }) => ( +export const IconTeamDashboardSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTeamDashboardSharpFilled as default } diff --git a/src/IconTempPreferencesEcoOutlined.tsx b/src/IconTempPreferencesEcoOutlined.tsx index 30eabb1d6..d5abaab5e 100644 --- a/src/IconTempPreferencesEcoOutlined.tsx +++ b/src/IconTempPreferencesEcoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoOutlined: React.FC = ({ ...props }) => ( +export const IconTempPreferencesEcoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempPreferencesEcoOutlined as default } diff --git a/src/IconTempPreferencesEcoOutlinedFilled.tsx b/src/IconTempPreferencesEcoOutlinedFilled.tsx index ae143fa44..de379e7fc 100644 --- a/src/IconTempPreferencesEcoOutlinedFilled.tsx +++ b/src/IconTempPreferencesEcoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoOutlinedFilled: React.FC = ({ +export const IconTempPreferencesEcoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTempPreferencesEcoOutlinedFilled: React.FC = ({ ) - -export { IconTempPreferencesEcoOutlinedFilled as default } diff --git a/src/IconTempPreferencesEcoRounded.tsx b/src/IconTempPreferencesEcoRounded.tsx index 6be0e224b..d7802802c 100644 --- a/src/IconTempPreferencesEcoRounded.tsx +++ b/src/IconTempPreferencesEcoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoRounded: React.FC = ({ ...props }) => ( +export const IconTempPreferencesEcoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempPreferencesEcoRounded as default } diff --git a/src/IconTempPreferencesEcoRoundedFilled.tsx b/src/IconTempPreferencesEcoRoundedFilled.tsx index 34c2d7c56..78b9e3b82 100644 --- a/src/IconTempPreferencesEcoRoundedFilled.tsx +++ b/src/IconTempPreferencesEcoRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoRoundedFilled: React.FC = ({ +export const IconTempPreferencesEcoRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTempPreferencesEcoRoundedFilled: React.FC = ({ ) - -export { IconTempPreferencesEcoRoundedFilled as default } diff --git a/src/IconTempPreferencesEcoSharp.tsx b/src/IconTempPreferencesEcoSharp.tsx index 32897bdda..903a2efa6 100644 --- a/src/IconTempPreferencesEcoSharp.tsx +++ b/src/IconTempPreferencesEcoSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoSharp: React.FC = ({ ...props }) => ( +export const IconTempPreferencesEcoSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempPreferencesEcoSharp as default } diff --git a/src/IconTempPreferencesEcoSharpFilled.tsx b/src/IconTempPreferencesEcoSharpFilled.tsx index ec8e5b653..a0077a3d4 100644 --- a/src/IconTempPreferencesEcoSharpFilled.tsx +++ b/src/IconTempPreferencesEcoSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTempPreferencesEcoSharpFilled: React.FC = ({ +export const IconTempPreferencesEcoSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTempPreferencesEcoSharpFilled: React.FC = ({ ) - -export { IconTempPreferencesEcoSharpFilled as default } diff --git a/src/IconTempleBuddhistOutlined.tsx b/src/IconTempleBuddhistOutlined.tsx index 9c400e2e2..bca500db8 100644 --- a/src/IconTempleBuddhistOutlined.tsx +++ b/src/IconTempleBuddhistOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistOutlined: React.FC = ({ ...props }) => ( +export const IconTempleBuddhistOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleBuddhistOutlined as default } diff --git a/src/IconTempleBuddhistOutlinedFilled.tsx b/src/IconTempleBuddhistOutlinedFilled.tsx index eecdd9e89..21be8a863 100644 --- a/src/IconTempleBuddhistOutlinedFilled.tsx +++ b/src/IconTempleBuddhistOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistOutlinedFilled: React.FC = ({ +export const IconTempleBuddhistOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTempleBuddhistOutlinedFilled: React.FC = ({ ) - -export { IconTempleBuddhistOutlinedFilled as default } diff --git a/src/IconTempleBuddhistRounded.tsx b/src/IconTempleBuddhistRounded.tsx index affd6c9fd..1ef1e5647 100644 --- a/src/IconTempleBuddhistRounded.tsx +++ b/src/IconTempleBuddhistRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistRounded: React.FC = ({ ...props }) => ( +export const IconTempleBuddhistRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleBuddhistRounded as default } diff --git a/src/IconTempleBuddhistRoundedFilled.tsx b/src/IconTempleBuddhistRoundedFilled.tsx index c5b11d812..0fb793eda 100644 --- a/src/IconTempleBuddhistRoundedFilled.tsx +++ b/src/IconTempleBuddhistRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTempleBuddhistRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleBuddhistRoundedFilled as default } diff --git a/src/IconTempleBuddhistSharp.tsx b/src/IconTempleBuddhistSharp.tsx index ee7c1de05..848db402e 100644 --- a/src/IconTempleBuddhistSharp.tsx +++ b/src/IconTempleBuddhistSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistSharp: React.FC = ({ ...props }) => ( +export const IconTempleBuddhistSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTempleBuddhistSharp as default } diff --git a/src/IconTempleBuddhistSharpFilled.tsx b/src/IconTempleBuddhistSharpFilled.tsx index f36baa97b..a524ded44 100644 --- a/src/IconTempleBuddhistSharpFilled.tsx +++ b/src/IconTempleBuddhistSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleBuddhistSharpFilled: React.FC = ({ ...props }) => ( +export const IconTempleBuddhistSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleBuddhistSharpFilled as default } diff --git a/src/IconTempleHinduOutlined.tsx b/src/IconTempleHinduOutlined.tsx index 8f00cb527..56f13359a 100644 --- a/src/IconTempleHinduOutlined.tsx +++ b/src/IconTempleHinduOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduOutlined: React.FC = ({ ...props }) => ( +export const IconTempleHinduOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTempleHinduOutlined as default } diff --git a/src/IconTempleHinduOutlinedFilled.tsx b/src/IconTempleHinduOutlinedFilled.tsx index b97224825..8457dc471 100644 --- a/src/IconTempleHinduOutlinedFilled.tsx +++ b/src/IconTempleHinduOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTempleHinduOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleHinduOutlinedFilled as default } diff --git a/src/IconTempleHinduRounded.tsx b/src/IconTempleHinduRounded.tsx index eefe99b04..13811167a 100644 --- a/src/IconTempleHinduRounded.tsx +++ b/src/IconTempleHinduRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduRounded: React.FC = ({ ...props }) => ( +export const IconTempleHinduRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTempleHinduRounded as default } diff --git a/src/IconTempleHinduRoundedFilled.tsx b/src/IconTempleHinduRoundedFilled.tsx index afac6ce78..b65fe9625 100644 --- a/src/IconTempleHinduRoundedFilled.tsx +++ b/src/IconTempleHinduRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTempleHinduRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleHinduRoundedFilled as default } diff --git a/src/IconTempleHinduSharp.tsx b/src/IconTempleHinduSharp.tsx index cb2e63b6b..f958035a4 100644 --- a/src/IconTempleHinduSharp.tsx +++ b/src/IconTempleHinduSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduSharp: React.FC = ({ ...props }) => ( +export const IconTempleHinduSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTempleHinduSharp as default } diff --git a/src/IconTempleHinduSharpFilled.tsx b/src/IconTempleHinduSharpFilled.tsx index e78be35be..c2b5e83e3 100644 --- a/src/IconTempleHinduSharpFilled.tsx +++ b/src/IconTempleHinduSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTempleHinduSharpFilled: React.FC = ({ ...props }) => ( +export const IconTempleHinduSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTempleHinduSharpFilled as default } diff --git a/src/IconTenancyOutlined.tsx b/src/IconTenancyOutlined.tsx index 851024b15..6b39534b9 100644 --- a/src/IconTenancyOutlined.tsx +++ b/src/IconTenancyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTenancyOutlined: React.FC = ({ ...props }) => ( +export const IconTenancyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTenancyOutlined as default } diff --git a/src/IconTenancyOutlinedFilled.tsx b/src/IconTenancyOutlinedFilled.tsx index c8bfcbad3..a37e8071a 100644 --- a/src/IconTenancyOutlinedFilled.tsx +++ b/src/IconTenancyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTenancyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTenancyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTenancyOutlinedFilled as default } diff --git a/src/IconTenancyRounded.tsx b/src/IconTenancyRounded.tsx index e083905d9..ae4509ae7 100644 --- a/src/IconTenancyRounded.tsx +++ b/src/IconTenancyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTenancyRounded: React.FC = ({ ...props }) => ( +export const IconTenancyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTenancyRounded as default } diff --git a/src/IconTenancyRoundedFilled.tsx b/src/IconTenancyRoundedFilled.tsx index b84e8dcfa..680260395 100644 --- a/src/IconTenancyRoundedFilled.tsx +++ b/src/IconTenancyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTenancyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTenancyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTenancyRoundedFilled as default } diff --git a/src/IconTenancySharp.tsx b/src/IconTenancySharp.tsx index 8e24edd26..1e281e511 100644 --- a/src/IconTenancySharp.tsx +++ b/src/IconTenancySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTenancySharp: React.FC = ({ ...props }) => ( +export const IconTenancySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTenancySharp as default } diff --git a/src/IconTenancySharpFilled.tsx b/src/IconTenancySharpFilled.tsx index b457f66c6..31d3b6880 100644 --- a/src/IconTenancySharpFilled.tsx +++ b/src/IconTenancySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTenancySharpFilled: React.FC = ({ ...props }) => ( +export const IconTenancySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTenancySharpFilled as default } diff --git a/src/IconTerminalOutlined.tsx b/src/IconTerminalOutlined.tsx index 81242170b..bb1a4a031 100644 --- a/src/IconTerminalOutlined.tsx +++ b/src/IconTerminalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalOutlined: React.FC = ({ ...props }) => ( +export const IconTerminalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTerminalOutlined as default } diff --git a/src/IconTerminalOutlinedFilled.tsx b/src/IconTerminalOutlinedFilled.tsx index 30f85cf3d..3800e93b9 100644 --- a/src/IconTerminalOutlinedFilled.tsx +++ b/src/IconTerminalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTerminalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTerminalOutlinedFilled as default } diff --git a/src/IconTerminalRounded.tsx b/src/IconTerminalRounded.tsx index 90371f1a8..40418410e 100644 --- a/src/IconTerminalRounded.tsx +++ b/src/IconTerminalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalRounded: React.FC = ({ ...props }) => ( +export const IconTerminalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTerminalRounded as default } diff --git a/src/IconTerminalRoundedFilled.tsx b/src/IconTerminalRoundedFilled.tsx index 19bffbb07..3e7bf67ae 100644 --- a/src/IconTerminalRoundedFilled.tsx +++ b/src/IconTerminalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTerminalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTerminalRoundedFilled as default } diff --git a/src/IconTerminalSharp.tsx b/src/IconTerminalSharp.tsx index d42ab698f..0f415ab77 100644 --- a/src/IconTerminalSharp.tsx +++ b/src/IconTerminalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalSharp: React.FC = ({ ...props }) => ( +export const IconTerminalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTerminalSharp as default } diff --git a/src/IconTerminalSharpFilled.tsx b/src/IconTerminalSharpFilled.tsx index c1bc2c083..445dda675 100644 --- a/src/IconTerminalSharpFilled.tsx +++ b/src/IconTerminalSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTerminalSharpFilled: React.FC = ({ ...props }) => ( +export const IconTerminalSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTerminalSharpFilled as default } diff --git a/src/IconTextAdOutlined.tsx b/src/IconTextAdOutlined.tsx index e42ce22fd..2c0c1ac3b 100644 --- a/src/IconTextAdOutlined.tsx +++ b/src/IconTextAdOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdOutlined: React.FC = ({ ...props }) => ( +export const IconTextAdOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdOutlined as default } diff --git a/src/IconTextAdOutlinedFilled.tsx b/src/IconTextAdOutlinedFilled.tsx index 8b2503931..38520c1e7 100644 --- a/src/IconTextAdOutlinedFilled.tsx +++ b/src/IconTextAdOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextAdOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdOutlinedFilled as default } diff --git a/src/IconTextAdRounded.tsx b/src/IconTextAdRounded.tsx index 5f969ee4d..340c363ea 100644 --- a/src/IconTextAdRounded.tsx +++ b/src/IconTextAdRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdRounded: React.FC = ({ ...props }) => ( +export const IconTextAdRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdRounded as default } diff --git a/src/IconTextAdRoundedFilled.tsx b/src/IconTextAdRoundedFilled.tsx index 7d682aeba..751fae1b2 100644 --- a/src/IconTextAdRoundedFilled.tsx +++ b/src/IconTextAdRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextAdRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdRoundedFilled as default } diff --git a/src/IconTextAdSharp.tsx b/src/IconTextAdSharp.tsx index 609444cd8..80d964c3d 100644 --- a/src/IconTextAdSharp.tsx +++ b/src/IconTextAdSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdSharp: React.FC = ({ ...props }) => ( +export const IconTextAdSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdSharp as default } diff --git a/src/IconTextAdSharpFilled.tsx b/src/IconTextAdSharpFilled.tsx index acc60ae74..64d778cb8 100644 --- a/src/IconTextAdSharpFilled.tsx +++ b/src/IconTextAdSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextAdSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextAdSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextAdSharpFilled as default } diff --git a/src/IconTextDecreaseOutlined.tsx b/src/IconTextDecreaseOutlined.tsx index be45da5af..db99bb979 100644 --- a/src/IconTextDecreaseOutlined.tsx +++ b/src/IconTextDecreaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseOutlined: React.FC = ({ ...props }) => ( +export const IconTextDecreaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseOutlined as default } diff --git a/src/IconTextDecreaseOutlinedFilled.tsx b/src/IconTextDecreaseOutlinedFilled.tsx index e55847fea..70b5f045f 100644 --- a/src/IconTextDecreaseOutlinedFilled.tsx +++ b/src/IconTextDecreaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextDecreaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseOutlinedFilled as default } diff --git a/src/IconTextDecreaseRounded.tsx b/src/IconTextDecreaseRounded.tsx index 40f5db989..805dfa652 100644 --- a/src/IconTextDecreaseRounded.tsx +++ b/src/IconTextDecreaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseRounded: React.FC = ({ ...props }) => ( +export const IconTextDecreaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseRounded as default } diff --git a/src/IconTextDecreaseRoundedFilled.tsx b/src/IconTextDecreaseRoundedFilled.tsx index d4755b4cc..9bfaabad8 100644 --- a/src/IconTextDecreaseRoundedFilled.tsx +++ b/src/IconTextDecreaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextDecreaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseRoundedFilled as default } diff --git a/src/IconTextDecreaseSharp.tsx b/src/IconTextDecreaseSharp.tsx index 8339ee80e..522f823bf 100644 --- a/src/IconTextDecreaseSharp.tsx +++ b/src/IconTextDecreaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseSharp: React.FC = ({ ...props }) => ( +export const IconTextDecreaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseSharp as default } diff --git a/src/IconTextDecreaseSharpFilled.tsx b/src/IconTextDecreaseSharpFilled.tsx index 30242bd80..27e7ce4d6 100644 --- a/src/IconTextDecreaseSharpFilled.tsx +++ b/src/IconTextDecreaseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextDecreaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextDecreaseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextDecreaseSharpFilled as default } diff --git a/src/IconTextFieldsAltOutlined.tsx b/src/IconTextFieldsAltOutlined.tsx index d6e9322c1..968cf36c5 100644 --- a/src/IconTextFieldsAltOutlined.tsx +++ b/src/IconTextFieldsAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltOutlined: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltOutlined as default } diff --git a/src/IconTextFieldsAltOutlinedFilled.tsx b/src/IconTextFieldsAltOutlinedFilled.tsx index 18d18747b..7737df309 100644 --- a/src/IconTextFieldsAltOutlinedFilled.tsx +++ b/src/IconTextFieldsAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltOutlinedFilled as default } diff --git a/src/IconTextFieldsAltRounded.tsx b/src/IconTextFieldsAltRounded.tsx index 796a4ecec..edd9e3b30 100644 --- a/src/IconTextFieldsAltRounded.tsx +++ b/src/IconTextFieldsAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltRounded: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltRounded as default } diff --git a/src/IconTextFieldsAltRoundedFilled.tsx b/src/IconTextFieldsAltRoundedFilled.tsx index a8125fad9..34e654285 100644 --- a/src/IconTextFieldsAltRoundedFilled.tsx +++ b/src/IconTextFieldsAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltRoundedFilled as default } diff --git a/src/IconTextFieldsAltSharp.tsx b/src/IconTextFieldsAltSharp.tsx index 8e939cf8b..5e77d2750 100644 --- a/src/IconTextFieldsAltSharp.tsx +++ b/src/IconTextFieldsAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltSharp: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltSharp as default } diff --git a/src/IconTextFieldsAltSharpFilled.tsx b/src/IconTextFieldsAltSharpFilled.tsx index ccf1d74e9..179284fa5 100644 --- a/src/IconTextFieldsAltSharpFilled.tsx +++ b/src/IconTextFieldsAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsAltSharpFilled as default } diff --git a/src/IconTextFieldsOutlined.tsx b/src/IconTextFieldsOutlined.tsx index 692d36c6a..a64b05d27 100644 --- a/src/IconTextFieldsOutlined.tsx +++ b/src/IconTextFieldsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsOutlined: React.FC = ({ ...props }) => ( +export const IconTextFieldsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFieldsOutlined as default } diff --git a/src/IconTextFieldsOutlinedFilled.tsx b/src/IconTextFieldsOutlinedFilled.tsx index 57ee461c2..971619c8b 100644 --- a/src/IconTextFieldsOutlinedFilled.tsx +++ b/src/IconTextFieldsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsOutlinedFilled as default } diff --git a/src/IconTextFieldsRounded.tsx b/src/IconTextFieldsRounded.tsx index adad59fe8..2bc3b9dd8 100644 --- a/src/IconTextFieldsRounded.tsx +++ b/src/IconTextFieldsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsRounded: React.FC = ({ ...props }) => ( +export const IconTextFieldsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFieldsRounded as default } diff --git a/src/IconTextFieldsRoundedFilled.tsx b/src/IconTextFieldsRoundedFilled.tsx index 7fb9875af..31f61d336 100644 --- a/src/IconTextFieldsRoundedFilled.tsx +++ b/src/IconTextFieldsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsRoundedFilled as default } diff --git a/src/IconTextFieldsSharp.tsx b/src/IconTextFieldsSharp.tsx index d5f64caef..61f632fef 100644 --- a/src/IconTextFieldsSharp.tsx +++ b/src/IconTextFieldsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsSharp: React.FC = ({ ...props }) => ( +export const IconTextFieldsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFieldsSharp as default } diff --git a/src/IconTextFieldsSharpFilled.tsx b/src/IconTextFieldsSharpFilled.tsx index 6176cb2b9..9e26d6be1 100644 --- a/src/IconTextFieldsSharpFilled.tsx +++ b/src/IconTextFieldsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFieldsSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextFieldsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFieldsSharpFilled as default } diff --git a/src/IconTextFormatOutlined.tsx b/src/IconTextFormatOutlined.tsx index b4a9ccf8d..e7a52c2fe 100644 --- a/src/IconTextFormatOutlined.tsx +++ b/src/IconTextFormatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatOutlined: React.FC = ({ ...props }) => ( +export const IconTextFormatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFormatOutlined as default } diff --git a/src/IconTextFormatOutlinedFilled.tsx b/src/IconTextFormatOutlinedFilled.tsx index 402b52142..2c16a6dda 100644 --- a/src/IconTextFormatOutlinedFilled.tsx +++ b/src/IconTextFormatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextFormatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFormatOutlinedFilled as default } diff --git a/src/IconTextFormatRounded.tsx b/src/IconTextFormatRounded.tsx index 2555c2d1b..5b9d14827 100644 --- a/src/IconTextFormatRounded.tsx +++ b/src/IconTextFormatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatRounded: React.FC = ({ ...props }) => ( +export const IconTextFormatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFormatRounded as default } diff --git a/src/IconTextFormatRoundedFilled.tsx b/src/IconTextFormatRoundedFilled.tsx index 737db9723..4d7e30a29 100644 --- a/src/IconTextFormatRoundedFilled.tsx +++ b/src/IconTextFormatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextFormatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFormatRoundedFilled as default } diff --git a/src/IconTextFormatSharp.tsx b/src/IconTextFormatSharp.tsx index 32e97d59d..0a57673f0 100644 --- a/src/IconTextFormatSharp.tsx +++ b/src/IconTextFormatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatSharp: React.FC = ({ ...props }) => ( +export const IconTextFormatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextFormatSharp as default } diff --git a/src/IconTextFormatSharpFilled.tsx b/src/IconTextFormatSharpFilled.tsx index 5c223d5ac..2e7cf0d73 100644 --- a/src/IconTextFormatSharpFilled.tsx +++ b/src/IconTextFormatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextFormatSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextFormatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextFormatSharpFilled as default } diff --git a/src/IconTextIncreaseOutlined.tsx b/src/IconTextIncreaseOutlined.tsx index 4384f0a8e..22c8c5d57 100644 --- a/src/IconTextIncreaseOutlined.tsx +++ b/src/IconTextIncreaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseOutlined: React.FC = ({ ...props }) => ( +export const IconTextIncreaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseOutlined as default } diff --git a/src/IconTextIncreaseOutlinedFilled.tsx b/src/IconTextIncreaseOutlinedFilled.tsx index 6f3b07979..e9e3b1ea9 100644 --- a/src/IconTextIncreaseOutlinedFilled.tsx +++ b/src/IconTextIncreaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextIncreaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseOutlinedFilled as default } diff --git a/src/IconTextIncreaseRounded.tsx b/src/IconTextIncreaseRounded.tsx index 1b14d43aa..7306cb2a2 100644 --- a/src/IconTextIncreaseRounded.tsx +++ b/src/IconTextIncreaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseRounded: React.FC = ({ ...props }) => ( +export const IconTextIncreaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseRounded as default } diff --git a/src/IconTextIncreaseRoundedFilled.tsx b/src/IconTextIncreaseRoundedFilled.tsx index ce29cf114..7117fe542 100644 --- a/src/IconTextIncreaseRoundedFilled.tsx +++ b/src/IconTextIncreaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextIncreaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseRoundedFilled as default } diff --git a/src/IconTextIncreaseSharp.tsx b/src/IconTextIncreaseSharp.tsx index 20571626b..b688fbe83 100644 --- a/src/IconTextIncreaseSharp.tsx +++ b/src/IconTextIncreaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseSharp: React.FC = ({ ...props }) => ( +export const IconTextIncreaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseSharp as default } diff --git a/src/IconTextIncreaseSharpFilled.tsx b/src/IconTextIncreaseSharpFilled.tsx index 23274c4b5..89d82a105 100644 --- a/src/IconTextIncreaseSharpFilled.tsx +++ b/src/IconTextIncreaseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextIncreaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextIncreaseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextIncreaseSharpFilled as default } diff --git a/src/IconTextRotateUpOutlined.tsx b/src/IconTextRotateUpOutlined.tsx index 325b18cad..0ffcc017d 100644 --- a/src/IconTextRotateUpOutlined.tsx +++ b/src/IconTextRotateUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpOutlined: React.FC = ({ ...props }) => ( +export const IconTextRotateUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpOutlined as default } diff --git a/src/IconTextRotateUpOutlinedFilled.tsx b/src/IconTextRotateUpOutlinedFilled.tsx index 5ecbd02a6..16f4a120e 100644 --- a/src/IconTextRotateUpOutlinedFilled.tsx +++ b/src/IconTextRotateUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextRotateUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpOutlinedFilled as default } diff --git a/src/IconTextRotateUpRounded.tsx b/src/IconTextRotateUpRounded.tsx index 510ab880d..d2b491945 100644 --- a/src/IconTextRotateUpRounded.tsx +++ b/src/IconTextRotateUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpRounded: React.FC = ({ ...props }) => ( +export const IconTextRotateUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpRounded as default } diff --git a/src/IconTextRotateUpRoundedFilled.tsx b/src/IconTextRotateUpRoundedFilled.tsx index 42954d363..e99f4b90c 100644 --- a/src/IconTextRotateUpRoundedFilled.tsx +++ b/src/IconTextRotateUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextRotateUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpRoundedFilled as default } diff --git a/src/IconTextRotateUpSharp.tsx b/src/IconTextRotateUpSharp.tsx index fd5061a84..31242e04f 100644 --- a/src/IconTextRotateUpSharp.tsx +++ b/src/IconTextRotateUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpSharp: React.FC = ({ ...props }) => ( +export const IconTextRotateUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpSharp as default } diff --git a/src/IconTextRotateUpSharpFilled.tsx b/src/IconTextRotateUpSharpFilled.tsx index be04877b3..b719410e7 100644 --- a/src/IconTextRotateUpSharpFilled.tsx +++ b/src/IconTextRotateUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextRotateUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateUpSharpFilled as default } diff --git a/src/IconTextRotateVerticalOutlined.tsx b/src/IconTextRotateVerticalOutlined.tsx index ac186a278..21c9469f6 100644 --- a/src/IconTextRotateVerticalOutlined.tsx +++ b/src/IconTextRotateVerticalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalOutlined: React.FC = ({ ...props }) => ( +export const IconTextRotateVerticalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateVerticalOutlined as default } diff --git a/src/IconTextRotateVerticalOutlinedFilled.tsx b/src/IconTextRotateVerticalOutlinedFilled.tsx index 309ce3b78..6ec669811 100644 --- a/src/IconTextRotateVerticalOutlinedFilled.tsx +++ b/src/IconTextRotateVerticalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalOutlinedFilled: React.FC = ({ +export const IconTextRotateVerticalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotateVerticalOutlinedFilled: React.FC = ({ ) - -export { IconTextRotateVerticalOutlinedFilled as default } diff --git a/src/IconTextRotateVerticalRounded.tsx b/src/IconTextRotateVerticalRounded.tsx index 3d4c5de2f..7c6ee9036 100644 --- a/src/IconTextRotateVerticalRounded.tsx +++ b/src/IconTextRotateVerticalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalRounded: React.FC = ({ ...props }) => ( +export const IconTextRotateVerticalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateVerticalRounded as default } diff --git a/src/IconTextRotateVerticalRoundedFilled.tsx b/src/IconTextRotateVerticalRoundedFilled.tsx index ebb063d3c..faec5787c 100644 --- a/src/IconTextRotateVerticalRoundedFilled.tsx +++ b/src/IconTextRotateVerticalRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalRoundedFilled: React.FC = ({ +export const IconTextRotateVerticalRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotateVerticalRoundedFilled: React.FC = ({ ) - -export { IconTextRotateVerticalRoundedFilled as default } diff --git a/src/IconTextRotateVerticalSharp.tsx b/src/IconTextRotateVerticalSharp.tsx index f35f87412..7925cfa6d 100644 --- a/src/IconTextRotateVerticalSharp.tsx +++ b/src/IconTextRotateVerticalSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalSharp: React.FC = ({ ...props }) => ( +export const IconTextRotateVerticalSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotateVerticalSharp as default } diff --git a/src/IconTextRotateVerticalSharpFilled.tsx b/src/IconTextRotateVerticalSharpFilled.tsx index 8ed6bd49c..9583115aa 100644 --- a/src/IconTextRotateVerticalSharpFilled.tsx +++ b/src/IconTextRotateVerticalSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotateVerticalSharpFilled: React.FC = ({ +export const IconTextRotateVerticalSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotateVerticalSharpFilled: React.FC = ({ ) - -export { IconTextRotateVerticalSharpFilled as default } diff --git a/src/IconTextRotationAngledownOutlined.tsx b/src/IconTextRotationAngledownOutlined.tsx index 8234d095b..2e79b9d5d 100644 --- a/src/IconTextRotationAngledownOutlined.tsx +++ b/src/IconTextRotationAngledownOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownOutlined: React.FC = ({ +export const IconTextRotationAngledownOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngledownOutlined: React.FC = ({ ) - -export { IconTextRotationAngledownOutlined as default } diff --git a/src/IconTextRotationAngledownOutlinedFilled.tsx b/src/IconTextRotationAngledownOutlinedFilled.tsx index f2a9d1df8..975935e11 100644 --- a/src/IconTextRotationAngledownOutlinedFilled.tsx +++ b/src/IconTextRotationAngledownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownOutlinedFilled: React.FC = ({ +export const IconTextRotationAngledownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngledownOutlinedFilled: React.FC = ({ ) - -export { IconTextRotationAngledownOutlinedFilled as default } diff --git a/src/IconTextRotationAngledownRounded.tsx b/src/IconTextRotationAngledownRounded.tsx index 1be1245ab..ffd29fad5 100644 --- a/src/IconTextRotationAngledownRounded.tsx +++ b/src/IconTextRotationAngledownRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownRounded: React.FC = ({ +export const IconTextRotationAngledownRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngledownRounded: React.FC = ({ ) - -export { IconTextRotationAngledownRounded as default } diff --git a/src/IconTextRotationAngledownRoundedFilled.tsx b/src/IconTextRotationAngledownRoundedFilled.tsx index 937da6539..da79801c0 100644 --- a/src/IconTextRotationAngledownRoundedFilled.tsx +++ b/src/IconTextRotationAngledownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownRoundedFilled: React.FC = ({ +export const IconTextRotationAngledownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngledownRoundedFilled: React.FC = ({ ) - -export { IconTextRotationAngledownRoundedFilled as default } diff --git a/src/IconTextRotationAngledownSharp.tsx b/src/IconTextRotationAngledownSharp.tsx index c0a0167dd..fd8d55bca 100644 --- a/src/IconTextRotationAngledownSharp.tsx +++ b/src/IconTextRotationAngledownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownSharp: React.FC = ({ ...props }) => ( +export const IconTextRotationAngledownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationAngledownSharp as default } diff --git a/src/IconTextRotationAngledownSharpFilled.tsx b/src/IconTextRotationAngledownSharpFilled.tsx index 9e3b19e12..160a8c6c8 100644 --- a/src/IconTextRotationAngledownSharpFilled.tsx +++ b/src/IconTextRotationAngledownSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngledownSharpFilled: React.FC = ({ +export const IconTextRotationAngledownSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngledownSharpFilled: React.FC = ({ ) - -export { IconTextRotationAngledownSharpFilled as default } diff --git a/src/IconTextRotationAngleupOutlined.tsx b/src/IconTextRotationAngleupOutlined.tsx index b9fe8cf54..a01066262 100644 --- a/src/IconTextRotationAngleupOutlined.tsx +++ b/src/IconTextRotationAngleupOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupOutlined: React.FC = ({ ...props }) => ( +export const IconTextRotationAngleupOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationAngleupOutlined as default } diff --git a/src/IconTextRotationAngleupOutlinedFilled.tsx b/src/IconTextRotationAngleupOutlinedFilled.tsx index 2b58e22f6..0f52df321 100644 --- a/src/IconTextRotationAngleupOutlinedFilled.tsx +++ b/src/IconTextRotationAngleupOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupOutlinedFilled: React.FC = ({ +export const IconTextRotationAngleupOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngleupOutlinedFilled: React.FC = ({ ) - -export { IconTextRotationAngleupOutlinedFilled as default } diff --git a/src/IconTextRotationAngleupRounded.tsx b/src/IconTextRotationAngleupRounded.tsx index 3933db9a2..aac0cdae8 100644 --- a/src/IconTextRotationAngleupRounded.tsx +++ b/src/IconTextRotationAngleupRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupRounded: React.FC = ({ ...props }) => ( +export const IconTextRotationAngleupRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationAngleupRounded as default } diff --git a/src/IconTextRotationAngleupRoundedFilled.tsx b/src/IconTextRotationAngleupRoundedFilled.tsx index 90c0ff2cd..a0ab3e277 100644 --- a/src/IconTextRotationAngleupRoundedFilled.tsx +++ b/src/IconTextRotationAngleupRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupRoundedFilled: React.FC = ({ +export const IconTextRotationAngleupRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngleupRoundedFilled: React.FC = ({ ) - -export { IconTextRotationAngleupRoundedFilled as default } diff --git a/src/IconTextRotationAngleupSharp.tsx b/src/IconTextRotationAngleupSharp.tsx index e4b882972..0c5d5c05b 100644 --- a/src/IconTextRotationAngleupSharp.tsx +++ b/src/IconTextRotationAngleupSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupSharp: React.FC = ({ ...props }) => ( +export const IconTextRotationAngleupSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationAngleupSharp as default } diff --git a/src/IconTextRotationAngleupSharpFilled.tsx b/src/IconTextRotationAngleupSharpFilled.tsx index 7595a80e5..cbf676ce3 100644 --- a/src/IconTextRotationAngleupSharpFilled.tsx +++ b/src/IconTextRotationAngleupSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationAngleupSharpFilled: React.FC = ({ +export const IconTextRotationAngleupSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationAngleupSharpFilled: React.FC = ({ ) - -export { IconTextRotationAngleupSharpFilled as default } diff --git a/src/IconTextRotationDownOutlined.tsx b/src/IconTextRotationDownOutlined.tsx index d34d9d80e..36dd49264 100644 --- a/src/IconTextRotationDownOutlined.tsx +++ b/src/IconTextRotationDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownOutlined: React.FC = ({ ...props }) => ( +export const IconTextRotationDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationDownOutlined as default } diff --git a/src/IconTextRotationDownOutlinedFilled.tsx b/src/IconTextRotationDownOutlinedFilled.tsx index c893c8b36..c84bcc6ef 100644 --- a/src/IconTextRotationDownOutlinedFilled.tsx +++ b/src/IconTextRotationDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownOutlinedFilled: React.FC = ({ +export const IconTextRotationDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationDownOutlinedFilled: React.FC = ({ ) - -export { IconTextRotationDownOutlinedFilled as default } diff --git a/src/IconTextRotationDownRounded.tsx b/src/IconTextRotationDownRounded.tsx index d58ae80c2..7b1a4aaf8 100644 --- a/src/IconTextRotationDownRounded.tsx +++ b/src/IconTextRotationDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownRounded: React.FC = ({ ...props }) => ( +export const IconTextRotationDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationDownRounded as default } diff --git a/src/IconTextRotationDownRoundedFilled.tsx b/src/IconTextRotationDownRoundedFilled.tsx index 18a9bf8dd..36f217133 100644 --- a/src/IconTextRotationDownRoundedFilled.tsx +++ b/src/IconTextRotationDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownRoundedFilled: React.FC = ({ +export const IconTextRotationDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationDownRoundedFilled: React.FC = ({ ) - -export { IconTextRotationDownRoundedFilled as default } diff --git a/src/IconTextRotationDownSharp.tsx b/src/IconTextRotationDownSharp.tsx index fd9f243c6..0b31cd783 100644 --- a/src/IconTextRotationDownSharp.tsx +++ b/src/IconTextRotationDownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownSharp: React.FC = ({ ...props }) => ( +export const IconTextRotationDownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationDownSharp as default } diff --git a/src/IconTextRotationDownSharpFilled.tsx b/src/IconTextRotationDownSharpFilled.tsx index 0e3d870df..cac1e2537 100644 --- a/src/IconTextRotationDownSharpFilled.tsx +++ b/src/IconTextRotationDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextRotationDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationDownSharpFilled as default } diff --git a/src/IconTextRotationNoneOutlined.tsx b/src/IconTextRotationNoneOutlined.tsx index f148b39d8..1bc421089 100644 --- a/src/IconTextRotationNoneOutlined.tsx +++ b/src/IconTextRotationNoneOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneOutlined: React.FC = ({ ...props }) => ( +export const IconTextRotationNoneOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationNoneOutlined as default } diff --git a/src/IconTextRotationNoneOutlinedFilled.tsx b/src/IconTextRotationNoneOutlinedFilled.tsx index d32cd14bf..502767d74 100644 --- a/src/IconTextRotationNoneOutlinedFilled.tsx +++ b/src/IconTextRotationNoneOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneOutlinedFilled: React.FC = ({ +export const IconTextRotationNoneOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationNoneOutlinedFilled: React.FC = ({ ) - -export { IconTextRotationNoneOutlinedFilled as default } diff --git a/src/IconTextRotationNoneRounded.tsx b/src/IconTextRotationNoneRounded.tsx index 8b2806e32..c5f26d56c 100644 --- a/src/IconTextRotationNoneRounded.tsx +++ b/src/IconTextRotationNoneRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneRounded: React.FC = ({ ...props }) => ( +export const IconTextRotationNoneRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationNoneRounded as default } diff --git a/src/IconTextRotationNoneRoundedFilled.tsx b/src/IconTextRotationNoneRoundedFilled.tsx index 981afd7b0..f1abea122 100644 --- a/src/IconTextRotationNoneRoundedFilled.tsx +++ b/src/IconTextRotationNoneRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneRoundedFilled: React.FC = ({ +export const IconTextRotationNoneRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextRotationNoneRoundedFilled: React.FC = ({ ) - -export { IconTextRotationNoneRoundedFilled as default } diff --git a/src/IconTextRotationNoneSharp.tsx b/src/IconTextRotationNoneSharp.tsx index b9c1ce0ff..71b7333b9 100644 --- a/src/IconTextRotationNoneSharp.tsx +++ b/src/IconTextRotationNoneSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneSharp: React.FC = ({ ...props }) => ( +export const IconTextRotationNoneSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationNoneSharp as default } diff --git a/src/IconTextRotationNoneSharpFilled.tsx b/src/IconTextRotationNoneSharpFilled.tsx index 1ca6eda4e..ba7de5dfb 100644 --- a/src/IconTextRotationNoneSharpFilled.tsx +++ b/src/IconTextRotationNoneSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextRotationNoneSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextRotationNoneSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextRotationNoneSharpFilled as default } diff --git a/src/IconTextSelectEndOutlined.tsx b/src/IconTextSelectEndOutlined.tsx index ecd952d71..bcaf36f5b 100644 --- a/src/IconTextSelectEndOutlined.tsx +++ b/src/IconTextSelectEndOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndOutlined: React.FC = ({ ...props }) => ( +export const IconTextSelectEndOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndOutlined as default } diff --git a/src/IconTextSelectEndOutlinedFilled.tsx b/src/IconTextSelectEndOutlinedFilled.tsx index 9c01f58e5..9d7e3408c 100644 --- a/src/IconTextSelectEndOutlinedFilled.tsx +++ b/src/IconTextSelectEndOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextSelectEndOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndOutlinedFilled as default } diff --git a/src/IconTextSelectEndRounded.tsx b/src/IconTextSelectEndRounded.tsx index f8af41cb2..5a34ee9bd 100644 --- a/src/IconTextSelectEndRounded.tsx +++ b/src/IconTextSelectEndRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndRounded: React.FC = ({ ...props }) => ( +export const IconTextSelectEndRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndRounded as default } diff --git a/src/IconTextSelectEndRoundedFilled.tsx b/src/IconTextSelectEndRoundedFilled.tsx index 95892c043..066a4bb0f 100644 --- a/src/IconTextSelectEndRoundedFilled.tsx +++ b/src/IconTextSelectEndRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextSelectEndRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndRoundedFilled as default } diff --git a/src/IconTextSelectEndSharp.tsx b/src/IconTextSelectEndSharp.tsx index 59e827eea..5ee1c9f4a 100644 --- a/src/IconTextSelectEndSharp.tsx +++ b/src/IconTextSelectEndSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectEndSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndSharp as default } diff --git a/src/IconTextSelectEndSharpFilled.tsx b/src/IconTextSelectEndSharpFilled.tsx index b644d6ef6..7e2807c88 100644 --- a/src/IconTextSelectEndSharpFilled.tsx +++ b/src/IconTextSelectEndSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectEndSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextSelectEndSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectEndSharpFilled as default } diff --git a/src/IconTextSelectJumpToBeginningOutlined.tsx b/src/IconTextSelectJumpToBeginningOutlined.tsx index 526ea4c97..0f979730b 100644 --- a/src/IconTextSelectJumpToBeginningOutlined.tsx +++ b/src/IconTextSelectJumpToBeginningOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningOutlined: React.FC = ({ +export const IconTextSelectJumpToBeginningOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToBeginningOutlined: React.FC = ({ ) - -export { IconTextSelectJumpToBeginningOutlined as default } diff --git a/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx b/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx index 668b3b6db..86599505d 100644 --- a/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx +++ b/src/IconTextSelectJumpToBeginningOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectJumpToBeginningOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectJumpToBeginningOutlinedFilled as default } diff --git a/src/IconTextSelectJumpToBeginningRounded.tsx b/src/IconTextSelectJumpToBeginningRounded.tsx index 3d647bcdb..6bd9bc451 100644 --- a/src/IconTextSelectJumpToBeginningRounded.tsx +++ b/src/IconTextSelectJumpToBeginningRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningRounded: React.FC = ({ +export const IconTextSelectJumpToBeginningRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToBeginningRounded: React.FC = ({ ) - -export { IconTextSelectJumpToBeginningRounded as default } diff --git a/src/IconTextSelectJumpToBeginningRoundedFilled.tsx b/src/IconTextSelectJumpToBeginningRoundedFilled.tsx index 72e19c50f..a0ac1409f 100644 --- a/src/IconTextSelectJumpToBeginningRoundedFilled.tsx +++ b/src/IconTextSelectJumpToBeginningRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectJumpToBeginningRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectJumpToBeginningRoundedFilled as default } diff --git a/src/IconTextSelectJumpToBeginningSharp.tsx b/src/IconTextSelectJumpToBeginningSharp.tsx index 11a79b861..29a9f2dc1 100644 --- a/src/IconTextSelectJumpToBeginningSharp.tsx +++ b/src/IconTextSelectJumpToBeginningSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningSharp: React.FC = ({ +export const IconTextSelectJumpToBeginningSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToBeginningSharp: React.FC = ({ ) - -export { IconTextSelectJumpToBeginningSharp as default } diff --git a/src/IconTextSelectJumpToBeginningSharpFilled.tsx b/src/IconTextSelectJumpToBeginningSharpFilled.tsx index 2718272c9..76e112b72 100644 --- a/src/IconTextSelectJumpToBeginningSharpFilled.tsx +++ b/src/IconTextSelectJumpToBeginningSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToBeginningSharpFilled: React.FC = ({ +export const IconTextSelectJumpToBeginningSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToBeginningSharpFilled: React.FC = ({ ) - -export { IconTextSelectJumpToBeginningSharpFilled as default } diff --git a/src/IconTextSelectJumpToEndOutlined.tsx b/src/IconTextSelectJumpToEndOutlined.tsx index 64019c1ae..ec252ca03 100644 --- a/src/IconTextSelectJumpToEndOutlined.tsx +++ b/src/IconTextSelectJumpToEndOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndOutlined: React.FC = ({ ...props }) => ( +export const IconTextSelectJumpToEndOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectJumpToEndOutlined as default } diff --git a/src/IconTextSelectJumpToEndOutlinedFilled.tsx b/src/IconTextSelectJumpToEndOutlinedFilled.tsx index 457e4a3aa..8ac2af71b 100644 --- a/src/IconTextSelectJumpToEndOutlinedFilled.tsx +++ b/src/IconTextSelectJumpToEndOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndOutlinedFilled: React.FC = ({ +export const IconTextSelectJumpToEndOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToEndOutlinedFilled: React.FC = ({ ) - -export { IconTextSelectJumpToEndOutlinedFilled as default } diff --git a/src/IconTextSelectJumpToEndRounded.tsx b/src/IconTextSelectJumpToEndRounded.tsx index df7742496..6d5b2641c 100644 --- a/src/IconTextSelectJumpToEndRounded.tsx +++ b/src/IconTextSelectJumpToEndRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndRounded: React.FC = ({ ...props }) => ( +export const IconTextSelectJumpToEndRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectJumpToEndRounded as default } diff --git a/src/IconTextSelectJumpToEndRoundedFilled.tsx b/src/IconTextSelectJumpToEndRoundedFilled.tsx index d6198edc3..8c5a02cb5 100644 --- a/src/IconTextSelectJumpToEndRoundedFilled.tsx +++ b/src/IconTextSelectJumpToEndRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndRoundedFilled: React.FC = ({ +export const IconTextSelectJumpToEndRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToEndRoundedFilled: React.FC = ({ ) - -export { IconTextSelectJumpToEndRoundedFilled as default } diff --git a/src/IconTextSelectJumpToEndSharp.tsx b/src/IconTextSelectJumpToEndSharp.tsx index a4b4140d0..61cc2d138 100644 --- a/src/IconTextSelectJumpToEndSharp.tsx +++ b/src/IconTextSelectJumpToEndSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectJumpToEndSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectJumpToEndSharp as default } diff --git a/src/IconTextSelectJumpToEndSharpFilled.tsx b/src/IconTextSelectJumpToEndSharpFilled.tsx index 49129d0ac..90697d259 100644 --- a/src/IconTextSelectJumpToEndSharpFilled.tsx +++ b/src/IconTextSelectJumpToEndSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectJumpToEndSharpFilled: React.FC = ({ +export const IconTextSelectJumpToEndSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectJumpToEndSharpFilled: React.FC = ({ ) - -export { IconTextSelectJumpToEndSharpFilled as default } diff --git a/src/IconTextSelectMoveBackCharacterOutlined.tsx b/src/IconTextSelectMoveBackCharacterOutlined.tsx index 4e203f318..d53d77d9c 100644 --- a/src/IconTextSelectMoveBackCharacterOutlined.tsx +++ b/src/IconTextSelectMoveBackCharacterOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterOutlined: React.FC = ({ +export const IconTextSelectMoveBackCharacterOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackCharacterOutlined: React.FC = ({ ) - -export { IconTextSelectMoveBackCharacterOutlined as default } diff --git a/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx b/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx index 95fe49157..2e87148c7 100644 --- a/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveBackCharacterOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveBackCharacterOutlinedFilled as default } diff --git a/src/IconTextSelectMoveBackCharacterRounded.tsx b/src/IconTextSelectMoveBackCharacterRounded.tsx index 63dc47d40..ada768e77 100644 --- a/src/IconTextSelectMoveBackCharacterRounded.tsx +++ b/src/IconTextSelectMoveBackCharacterRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterRounded: React.FC = ({ +export const IconTextSelectMoveBackCharacterRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackCharacterRounded: React.FC = ({ ) - -export { IconTextSelectMoveBackCharacterRounded as default } diff --git a/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx b/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx index 742b58905..07dbd6d77 100644 --- a/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveBackCharacterRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveBackCharacterRoundedFilled as default } diff --git a/src/IconTextSelectMoveBackCharacterSharp.tsx b/src/IconTextSelectMoveBackCharacterSharp.tsx index b1b583fd5..25209af83 100644 --- a/src/IconTextSelectMoveBackCharacterSharp.tsx +++ b/src/IconTextSelectMoveBackCharacterSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterSharp: React.FC = ({ +export const IconTextSelectMoveBackCharacterSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackCharacterSharp: React.FC = ({ ) - -export { IconTextSelectMoveBackCharacterSharp as default } diff --git a/src/IconTextSelectMoveBackCharacterSharpFilled.tsx b/src/IconTextSelectMoveBackCharacterSharpFilled.tsx index dfd0173e6..01591e4d2 100644 --- a/src/IconTextSelectMoveBackCharacterSharpFilled.tsx +++ b/src/IconTextSelectMoveBackCharacterSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackCharacterSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveBackCharacterSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveBackCharacterSharpFilled as default } diff --git a/src/IconTextSelectMoveBackWordOutlined.tsx b/src/IconTextSelectMoveBackWordOutlined.tsx index 01ab1386c..f9db0131c 100644 --- a/src/IconTextSelectMoveBackWordOutlined.tsx +++ b/src/IconTextSelectMoveBackWordOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordOutlined: React.FC = ({ +export const IconTextSelectMoveBackWordOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackWordOutlined: React.FC = ({ ) - -export { IconTextSelectMoveBackWordOutlined as default } diff --git a/src/IconTextSelectMoveBackWordOutlinedFilled.tsx b/src/IconTextSelectMoveBackWordOutlinedFilled.tsx index f6491fda5..2bf3f1a58 100644 --- a/src/IconTextSelectMoveBackWordOutlinedFilled.tsx +++ b/src/IconTextSelectMoveBackWordOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordOutlinedFilled: React.FC = ({ +export const IconTextSelectMoveBackWordOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackWordOutlinedFilled: React.FC = ({ ) - -export { IconTextSelectMoveBackWordOutlinedFilled as default } diff --git a/src/IconTextSelectMoveBackWordRounded.tsx b/src/IconTextSelectMoveBackWordRounded.tsx index 94cf7ba02..8d255d2d4 100644 --- a/src/IconTextSelectMoveBackWordRounded.tsx +++ b/src/IconTextSelectMoveBackWordRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordRounded: React.FC = ({ +export const IconTextSelectMoveBackWordRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackWordRounded: React.FC = ({ ) - -export { IconTextSelectMoveBackWordRounded as default } diff --git a/src/IconTextSelectMoveBackWordRoundedFilled.tsx b/src/IconTextSelectMoveBackWordRoundedFilled.tsx index dea076f8b..0d34477f7 100644 --- a/src/IconTextSelectMoveBackWordRoundedFilled.tsx +++ b/src/IconTextSelectMoveBackWordRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordRoundedFilled: React.FC = ({ +export const IconTextSelectMoveBackWordRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackWordRoundedFilled: React.FC = ({ ) - -export { IconTextSelectMoveBackWordRoundedFilled as default } diff --git a/src/IconTextSelectMoveBackWordSharp.tsx b/src/IconTextSelectMoveBackWordSharp.tsx index faa7fadc6..63fc144a2 100644 --- a/src/IconTextSelectMoveBackWordSharp.tsx +++ b/src/IconTextSelectMoveBackWordSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveBackWordSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveBackWordSharp as default } diff --git a/src/IconTextSelectMoveBackWordSharpFilled.tsx b/src/IconTextSelectMoveBackWordSharpFilled.tsx index dbe597133..9978257c6 100644 --- a/src/IconTextSelectMoveBackWordSharpFilled.tsx +++ b/src/IconTextSelectMoveBackWordSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveBackWordSharpFilled: React.FC = ({ +export const IconTextSelectMoveBackWordSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveBackWordSharpFilled: React.FC = ({ ) - -export { IconTextSelectMoveBackWordSharpFilled as default } diff --git a/src/IconTextSelectMoveDownOutlined.tsx b/src/IconTextSelectMoveDownOutlined.tsx index 343d82586..9af1830e1 100644 --- a/src/IconTextSelectMoveDownOutlined.tsx +++ b/src/IconTextSelectMoveDownOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownOutlined: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveDownOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveDownOutlined as default } diff --git a/src/IconTextSelectMoveDownOutlinedFilled.tsx b/src/IconTextSelectMoveDownOutlinedFilled.tsx index 2f2194640..00a720be8 100644 --- a/src/IconTextSelectMoveDownOutlinedFilled.tsx +++ b/src/IconTextSelectMoveDownOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownOutlinedFilled: React.FC = ({ +export const IconTextSelectMoveDownOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveDownOutlinedFilled: React.FC = ({ ) - -export { IconTextSelectMoveDownOutlinedFilled as default } diff --git a/src/IconTextSelectMoveDownRounded.tsx b/src/IconTextSelectMoveDownRounded.tsx index 853b5fc96..f3e5ca93f 100644 --- a/src/IconTextSelectMoveDownRounded.tsx +++ b/src/IconTextSelectMoveDownRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownRounded: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveDownRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveDownRounded as default } diff --git a/src/IconTextSelectMoveDownRoundedFilled.tsx b/src/IconTextSelectMoveDownRoundedFilled.tsx index 3c2c41a70..ad4b5d8e3 100644 --- a/src/IconTextSelectMoveDownRoundedFilled.tsx +++ b/src/IconTextSelectMoveDownRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownRoundedFilled: React.FC = ({ +export const IconTextSelectMoveDownRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveDownRoundedFilled: React.FC = ({ ) - -export { IconTextSelectMoveDownRoundedFilled as default } diff --git a/src/IconTextSelectMoveDownSharp.tsx b/src/IconTextSelectMoveDownSharp.tsx index f1e0e1938..cfe0a0510 100644 --- a/src/IconTextSelectMoveDownSharp.tsx +++ b/src/IconTextSelectMoveDownSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveDownSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveDownSharp as default } diff --git a/src/IconTextSelectMoveDownSharpFilled.tsx b/src/IconTextSelectMoveDownSharpFilled.tsx index ee8ac5829..63516c495 100644 --- a/src/IconTextSelectMoveDownSharpFilled.tsx +++ b/src/IconTextSelectMoveDownSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveDownSharpFilled: React.FC = ({ +export const IconTextSelectMoveDownSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveDownSharpFilled: React.FC = ({ ) - -export { IconTextSelectMoveDownSharpFilled as default } diff --git a/src/IconTextSelectMoveForwardCharacterOutlined.tsx b/src/IconTextSelectMoveForwardCharacterOutlined.tsx index 505d66767..5acbdb606 100644 --- a/src/IconTextSelectMoveForwardCharacterOutlined.tsx +++ b/src/IconTextSelectMoveForwardCharacterOutlined.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterOutlined: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardCharacterOutlined: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardCharacterOutlined as default } diff --git a/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx b/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx index 82e57c18b..c4ca4393f 100644 --- a/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardCharacterOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardCharacterOutlinedFilled as default } diff --git a/src/IconTextSelectMoveForwardCharacterRounded.tsx b/src/IconTextSelectMoveForwardCharacterRounded.tsx index 2548ae53b..1d0ee1b0c 100644 --- a/src/IconTextSelectMoveForwardCharacterRounded.tsx +++ b/src/IconTextSelectMoveForwardCharacterRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterRounded: React.FC = ({ +export const IconTextSelectMoveForwardCharacterRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardCharacterRounded: React.FC = ({ ) - -export { IconTextSelectMoveForwardCharacterRounded as default } diff --git a/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx b/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx index 6b0b73892..bfc64a760 100644 --- a/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardCharacterRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardCharacterRoundedFilled as default } diff --git a/src/IconTextSelectMoveForwardCharacterSharp.tsx b/src/IconTextSelectMoveForwardCharacterSharp.tsx index 9fa8200b7..ab71e8d49 100644 --- a/src/IconTextSelectMoveForwardCharacterSharp.tsx +++ b/src/IconTextSelectMoveForwardCharacterSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterSharp: React.FC = ({ +export const IconTextSelectMoveForwardCharacterSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardCharacterSharp: React.FC = ({ ) - -export { IconTextSelectMoveForwardCharacterSharp as default } diff --git a/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx b/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx index 4f4e238f0..47d21451f 100644 --- a/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx +++ b/src/IconTextSelectMoveForwardCharacterSharpFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardCharacterSharpFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardCharacterSharpFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardCharacterSharpFilled as default } diff --git a/src/IconTextSelectMoveForwardWordOutlined.tsx b/src/IconTextSelectMoveForwardWordOutlined.tsx index a6f820737..9e2e164a0 100644 --- a/src/IconTextSelectMoveForwardWordOutlined.tsx +++ b/src/IconTextSelectMoveForwardWordOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordOutlined: React.FC = ({ +export const IconTextSelectMoveForwardWordOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardWordOutlined: React.FC = ({ ) - -export { IconTextSelectMoveForwardWordOutlined as default } diff --git a/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx b/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx index beeac1070..eb87c4f4b 100644 --- a/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx +++ b/src/IconTextSelectMoveForwardWordOutlinedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordOutlinedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardWordOutlinedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardWordOutlinedFilled as default } diff --git a/src/IconTextSelectMoveForwardWordRounded.tsx b/src/IconTextSelectMoveForwardWordRounded.tsx index 83dbfbd25..dc745e69e 100644 --- a/src/IconTextSelectMoveForwardWordRounded.tsx +++ b/src/IconTextSelectMoveForwardWordRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordRounded: React.FC = ({ +export const IconTextSelectMoveForwardWordRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardWordRounded: React.FC = ({ ) - -export { IconTextSelectMoveForwardWordRounded as default } diff --git a/src/IconTextSelectMoveForwardWordRoundedFilled.tsx b/src/IconTextSelectMoveForwardWordRoundedFilled.tsx index 001dae37f..595a2c6d9 100644 --- a/src/IconTextSelectMoveForwardWordRoundedFilled.tsx +++ b/src/IconTextSelectMoveForwardWordRoundedFilled.tsx @@ -1,13 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordRoundedFilled: React.FC = ({ - ...props -}) => ( +export const IconTextSelectMoveForwardWordRoundedFilled: React.FC< + IconProps +> = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveForwardWordRoundedFilled as default } diff --git a/src/IconTextSelectMoveForwardWordSharp.tsx b/src/IconTextSelectMoveForwardWordSharp.tsx index efed1ff2d..939af3f82 100644 --- a/src/IconTextSelectMoveForwardWordSharp.tsx +++ b/src/IconTextSelectMoveForwardWordSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordSharp: React.FC = ({ +export const IconTextSelectMoveForwardWordSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardWordSharp: React.FC = ({ ) - -export { IconTextSelectMoveForwardWordSharp as default } diff --git a/src/IconTextSelectMoveForwardWordSharpFilled.tsx b/src/IconTextSelectMoveForwardWordSharpFilled.tsx index 7e5f80772..0cdcc5af7 100644 --- a/src/IconTextSelectMoveForwardWordSharpFilled.tsx +++ b/src/IconTextSelectMoveForwardWordSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveForwardWordSharpFilled: React.FC = ({ +export const IconTextSelectMoveForwardWordSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveForwardWordSharpFilled: React.FC = ({ ) - -export { IconTextSelectMoveForwardWordSharpFilled as default } diff --git a/src/IconTextSelectMoveUpOutlined.tsx b/src/IconTextSelectMoveUpOutlined.tsx index 9da198109..bf01b313f 100644 --- a/src/IconTextSelectMoveUpOutlined.tsx +++ b/src/IconTextSelectMoveUpOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpOutlined: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveUpOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveUpOutlined as default } diff --git a/src/IconTextSelectMoveUpOutlinedFilled.tsx b/src/IconTextSelectMoveUpOutlinedFilled.tsx index 75f27ae1c..f185046a4 100644 --- a/src/IconTextSelectMoveUpOutlinedFilled.tsx +++ b/src/IconTextSelectMoveUpOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpOutlinedFilled: React.FC = ({ +export const IconTextSelectMoveUpOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveUpOutlinedFilled: React.FC = ({ ) - -export { IconTextSelectMoveUpOutlinedFilled as default } diff --git a/src/IconTextSelectMoveUpRounded.tsx b/src/IconTextSelectMoveUpRounded.tsx index db9d10970..c7825ac84 100644 --- a/src/IconTextSelectMoveUpRounded.tsx +++ b/src/IconTextSelectMoveUpRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpRounded: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveUpRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveUpRounded as default } diff --git a/src/IconTextSelectMoveUpRoundedFilled.tsx b/src/IconTextSelectMoveUpRoundedFilled.tsx index 4f898c933..3a2aff601 100644 --- a/src/IconTextSelectMoveUpRoundedFilled.tsx +++ b/src/IconTextSelectMoveUpRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpRoundedFilled: React.FC = ({ +export const IconTextSelectMoveUpRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectMoveUpRoundedFilled: React.FC = ({ ) - -export { IconTextSelectMoveUpRoundedFilled as default } diff --git a/src/IconTextSelectMoveUpSharp.tsx b/src/IconTextSelectMoveUpSharp.tsx index cb1797bf4..cc1b6898d 100644 --- a/src/IconTextSelectMoveUpSharp.tsx +++ b/src/IconTextSelectMoveUpSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveUpSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveUpSharp as default } diff --git a/src/IconTextSelectMoveUpSharpFilled.tsx b/src/IconTextSelectMoveUpSharpFilled.tsx index 30994af36..1e18cab7c 100644 --- a/src/IconTextSelectMoveUpSharpFilled.tsx +++ b/src/IconTextSelectMoveUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectMoveUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextSelectMoveUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectMoveUpSharpFilled as default } diff --git a/src/IconTextSelectStartOutlined.tsx b/src/IconTextSelectStartOutlined.tsx index a6e355673..5e25807eb 100644 --- a/src/IconTextSelectStartOutlined.tsx +++ b/src/IconTextSelectStartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartOutlined: React.FC = ({ ...props }) => ( +export const IconTextSelectStartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectStartOutlined as default } diff --git a/src/IconTextSelectStartOutlinedFilled.tsx b/src/IconTextSelectStartOutlinedFilled.tsx index 1d7324a6d..c9359e892 100644 --- a/src/IconTextSelectStartOutlinedFilled.tsx +++ b/src/IconTextSelectStartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartOutlinedFilled: React.FC = ({ +export const IconTextSelectStartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectStartOutlinedFilled: React.FC = ({ ) - -export { IconTextSelectStartOutlinedFilled as default } diff --git a/src/IconTextSelectStartRounded.tsx b/src/IconTextSelectStartRounded.tsx index 27c279478..2a369ef0a 100644 --- a/src/IconTextSelectStartRounded.tsx +++ b/src/IconTextSelectStartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartRounded: React.FC = ({ ...props }) => ( +export const IconTextSelectStartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectStartRounded as default } diff --git a/src/IconTextSelectStartRoundedFilled.tsx b/src/IconTextSelectStartRoundedFilled.tsx index bcc21be28..3d147ae90 100644 --- a/src/IconTextSelectStartRoundedFilled.tsx +++ b/src/IconTextSelectStartRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartRoundedFilled: React.FC = ({ +export const IconTextSelectStartRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTextSelectStartRoundedFilled: React.FC = ({ ) - -export { IconTextSelectStartRoundedFilled as default } diff --git a/src/IconTextSelectStartSharp.tsx b/src/IconTextSelectStartSharp.tsx index 9b380ef9f..2d0035d71 100644 --- a/src/IconTextSelectStartSharp.tsx +++ b/src/IconTextSelectStartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartSharp: React.FC = ({ ...props }) => ( +export const IconTextSelectStartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSelectStartSharp as default } diff --git a/src/IconTextSelectStartSharpFilled.tsx b/src/IconTextSelectStartSharpFilled.tsx index cfd9ced75..681fb94d4 100644 --- a/src/IconTextSelectStartSharpFilled.tsx +++ b/src/IconTextSelectStartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSelectStartSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextSelectStartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSelectStartSharpFilled as default } diff --git a/src/IconTextSnippetOutlined.tsx b/src/IconTextSnippetOutlined.tsx index a4f5eb44d..462da6683 100644 --- a/src/IconTextSnippetOutlined.tsx +++ b/src/IconTextSnippetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetOutlined: React.FC = ({ ...props }) => ( +export const IconTextSnippetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSnippetOutlined as default } diff --git a/src/IconTextSnippetOutlinedFilled.tsx b/src/IconTextSnippetOutlinedFilled.tsx index eff51fa0d..9f1645b46 100644 --- a/src/IconTextSnippetOutlinedFilled.tsx +++ b/src/IconTextSnippetOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextSnippetOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSnippetOutlinedFilled as default } diff --git a/src/IconTextSnippetRounded.tsx b/src/IconTextSnippetRounded.tsx index 86338fe81..473b6683a 100644 --- a/src/IconTextSnippetRounded.tsx +++ b/src/IconTextSnippetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetRounded: React.FC = ({ ...props }) => ( +export const IconTextSnippetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSnippetRounded as default } diff --git a/src/IconTextSnippetRoundedFilled.tsx b/src/IconTextSnippetRoundedFilled.tsx index 07efd4b72..abf3dae2e 100644 --- a/src/IconTextSnippetRoundedFilled.tsx +++ b/src/IconTextSnippetRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextSnippetRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSnippetRoundedFilled as default } diff --git a/src/IconTextSnippetSharp.tsx b/src/IconTextSnippetSharp.tsx index 9d3204337..2a0798332 100644 --- a/src/IconTextSnippetSharp.tsx +++ b/src/IconTextSnippetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetSharp: React.FC = ({ ...props }) => ( +export const IconTextSnippetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextSnippetSharp as default } diff --git a/src/IconTextSnippetSharpFilled.tsx b/src/IconTextSnippetSharpFilled.tsx index adf4e6aa8..2e8aeb371 100644 --- a/src/IconTextSnippetSharpFilled.tsx +++ b/src/IconTextSnippetSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextSnippetSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextSnippetSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextSnippetSharpFilled as default } diff --git a/src/IconTextToSpeechOutlined.tsx b/src/IconTextToSpeechOutlined.tsx index fbdafcfb7..2b2a7e50c 100644 --- a/src/IconTextToSpeechOutlined.tsx +++ b/src/IconTextToSpeechOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechOutlined: React.FC = ({ ...props }) => ( +export const IconTextToSpeechOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechOutlined as default } diff --git a/src/IconTextToSpeechOutlinedFilled.tsx b/src/IconTextToSpeechOutlinedFilled.tsx index 9dcab1626..4c9071f55 100644 --- a/src/IconTextToSpeechOutlinedFilled.tsx +++ b/src/IconTextToSpeechOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextToSpeechOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechOutlinedFilled as default } diff --git a/src/IconTextToSpeechRounded.tsx b/src/IconTextToSpeechRounded.tsx index 140902937..0198eb925 100644 --- a/src/IconTextToSpeechRounded.tsx +++ b/src/IconTextToSpeechRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechRounded: React.FC = ({ ...props }) => ( +export const IconTextToSpeechRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechRounded as default } diff --git a/src/IconTextToSpeechRoundedFilled.tsx b/src/IconTextToSpeechRoundedFilled.tsx index 3329f393b..b7194d76b 100644 --- a/src/IconTextToSpeechRoundedFilled.tsx +++ b/src/IconTextToSpeechRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextToSpeechRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechRoundedFilled as default } diff --git a/src/IconTextToSpeechSharp.tsx b/src/IconTextToSpeechSharp.tsx index a5cc077f6..40b15d483 100644 --- a/src/IconTextToSpeechSharp.tsx +++ b/src/IconTextToSpeechSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechSharp: React.FC = ({ ...props }) => ( +export const IconTextToSpeechSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechSharp as default } diff --git a/src/IconTextToSpeechSharpFilled.tsx b/src/IconTextToSpeechSharpFilled.tsx index 89daa9031..7e030b40b 100644 --- a/src/IconTextToSpeechSharpFilled.tsx +++ b/src/IconTextToSpeechSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextToSpeechSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextToSpeechSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextToSpeechSharpFilled as default } diff --git a/src/IconTextUpOutlined.tsx b/src/IconTextUpOutlined.tsx index c4f1f63c6..9431a2752 100644 --- a/src/IconTextUpOutlined.tsx +++ b/src/IconTextUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpOutlined: React.FC = ({ ...props }) => ( +export const IconTextUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpOutlined as default } diff --git a/src/IconTextUpOutlinedFilled.tsx b/src/IconTextUpOutlinedFilled.tsx index 3adc3bdd2..ef2b18b15 100644 --- a/src/IconTextUpOutlinedFilled.tsx +++ b/src/IconTextUpOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextUpOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpOutlinedFilled as default } diff --git a/src/IconTextUpRounded.tsx b/src/IconTextUpRounded.tsx index 464ded309..9cdf0ebf9 100644 --- a/src/IconTextUpRounded.tsx +++ b/src/IconTextUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpRounded: React.FC = ({ ...props }) => ( +export const IconTextUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpRounded as default } diff --git a/src/IconTextUpRoundedFilled.tsx b/src/IconTextUpRoundedFilled.tsx index f1aece897..7ff596f00 100644 --- a/src/IconTextUpRoundedFilled.tsx +++ b/src/IconTextUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpRoundedFilled as default } diff --git a/src/IconTextUpSharp.tsx b/src/IconTextUpSharp.tsx index 222c40f51..26b80d68d 100644 --- a/src/IconTextUpSharp.tsx +++ b/src/IconTextUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpSharp: React.FC = ({ ...props }) => ( +export const IconTextUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpSharp as default } diff --git a/src/IconTextUpSharpFilled.tsx b/src/IconTextUpSharpFilled.tsx index 8315cc2d4..583060e89 100644 --- a/src/IconTextUpSharpFilled.tsx +++ b/src/IconTextUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextUpSharpFilled as default } diff --git a/src/IconTextureAddOutlined.tsx b/src/IconTextureAddOutlined.tsx index fc5dec0bf..cdd473b64 100644 --- a/src/IconTextureAddOutlined.tsx +++ b/src/IconTextureAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddOutlined: React.FC = ({ ...props }) => ( +export const IconTextureAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureAddOutlined as default } diff --git a/src/IconTextureAddOutlinedFilled.tsx b/src/IconTextureAddOutlinedFilled.tsx index 5c089dc56..c18f848ea 100644 --- a/src/IconTextureAddOutlinedFilled.tsx +++ b/src/IconTextureAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextureAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureAddOutlinedFilled as default } diff --git a/src/IconTextureAddRounded.tsx b/src/IconTextureAddRounded.tsx index 0705ddcfc..37fa4d04e 100644 --- a/src/IconTextureAddRounded.tsx +++ b/src/IconTextureAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddRounded: React.FC = ({ ...props }) => ( +export const IconTextureAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureAddRounded as default } diff --git a/src/IconTextureAddRoundedFilled.tsx b/src/IconTextureAddRoundedFilled.tsx index bfd66bf7e..63827febe 100644 --- a/src/IconTextureAddRoundedFilled.tsx +++ b/src/IconTextureAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextureAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureAddRoundedFilled as default } diff --git a/src/IconTextureAddSharp.tsx b/src/IconTextureAddSharp.tsx index 1e8567607..43d3e6a76 100644 --- a/src/IconTextureAddSharp.tsx +++ b/src/IconTextureAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddSharp: React.FC = ({ ...props }) => ( +export const IconTextureAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureAddSharp as default } diff --git a/src/IconTextureAddSharpFilled.tsx b/src/IconTextureAddSharpFilled.tsx index 18968827d..38475f4d0 100644 --- a/src/IconTextureAddSharpFilled.tsx +++ b/src/IconTextureAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextureAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureAddSharpFilled as default } diff --git a/src/IconTextureMinusOutlined.tsx b/src/IconTextureMinusOutlined.tsx index db6324615..738698d68 100644 --- a/src/IconTextureMinusOutlined.tsx +++ b/src/IconTextureMinusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusOutlined: React.FC = ({ ...props }) => ( +export const IconTextureMinusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureMinusOutlined as default } diff --git a/src/IconTextureMinusOutlinedFilled.tsx b/src/IconTextureMinusOutlinedFilled.tsx index 8830a5e33..525c505e8 100644 --- a/src/IconTextureMinusOutlinedFilled.tsx +++ b/src/IconTextureMinusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextureMinusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureMinusOutlinedFilled as default } diff --git a/src/IconTextureMinusRounded.tsx b/src/IconTextureMinusRounded.tsx index 01ec51f03..588bf39b4 100644 --- a/src/IconTextureMinusRounded.tsx +++ b/src/IconTextureMinusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusRounded: React.FC = ({ ...props }) => ( +export const IconTextureMinusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureMinusRounded as default } diff --git a/src/IconTextureMinusRoundedFilled.tsx b/src/IconTextureMinusRoundedFilled.tsx index 7ebca81d5..2e853e226 100644 --- a/src/IconTextureMinusRoundedFilled.tsx +++ b/src/IconTextureMinusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextureMinusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureMinusRoundedFilled as default } diff --git a/src/IconTextureMinusSharp.tsx b/src/IconTextureMinusSharp.tsx index 3efd526b2..6daf1f44a 100644 --- a/src/IconTextureMinusSharp.tsx +++ b/src/IconTextureMinusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusSharp: React.FC = ({ ...props }) => ( +export const IconTextureMinusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureMinusSharp as default } diff --git a/src/IconTextureMinusSharpFilled.tsx b/src/IconTextureMinusSharpFilled.tsx index 9c4377dc2..d867be7ed 100644 --- a/src/IconTextureMinusSharpFilled.tsx +++ b/src/IconTextureMinusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureMinusSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextureMinusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureMinusSharpFilled as default } diff --git a/src/IconTextureOutlined.tsx b/src/IconTextureOutlined.tsx index d48029657..7ad320ad3 100644 --- a/src/IconTextureOutlined.tsx +++ b/src/IconTextureOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureOutlined: React.FC = ({ ...props }) => ( +export const IconTextureOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureOutlined as default } diff --git a/src/IconTextureOutlinedFilled.tsx b/src/IconTextureOutlinedFilled.tsx index b5bf9f36d..527e51f6f 100644 --- a/src/IconTextureOutlinedFilled.tsx +++ b/src/IconTextureOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTextureOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTextureOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTextureOutlinedFilled as default } diff --git a/src/IconTextureRounded.tsx b/src/IconTextureRounded.tsx index 61bb05f98..b9f3ca7b1 100644 --- a/src/IconTextureRounded.tsx +++ b/src/IconTextureRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureRounded: React.FC = ({ ...props }) => ( +export const IconTextureRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureRounded as default } diff --git a/src/IconTextureRoundedFilled.tsx b/src/IconTextureRoundedFilled.tsx index 7ed93f677..f647a42fb 100644 --- a/src/IconTextureRoundedFilled.tsx +++ b/src/IconTextureRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTextureRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureRoundedFilled as default } diff --git a/src/IconTextureSharp.tsx b/src/IconTextureSharp.tsx index 6a7f3ae9b..bc0d0d37e 100644 --- a/src/IconTextureSharp.tsx +++ b/src/IconTextureSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureSharp: React.FC = ({ ...props }) => ( +export const IconTextureSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureSharp as default } diff --git a/src/IconTextureSharpFilled.tsx b/src/IconTextureSharpFilled.tsx index 9832fdd16..d785ad562 100644 --- a/src/IconTextureSharpFilled.tsx +++ b/src/IconTextureSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTextureSharpFilled: React.FC = ({ ...props }) => ( +export const IconTextureSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTextureSharpFilled as default } diff --git a/src/IconTheaterComedyOutlined.tsx b/src/IconTheaterComedyOutlined.tsx index 33b07286b..72dcb2de4 100644 --- a/src/IconTheaterComedyOutlined.tsx +++ b/src/IconTheaterComedyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedyOutlined: React.FC = ({ ...props }) => ( +export const IconTheaterComedyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheaterComedyOutlined as default } diff --git a/src/IconTheaterComedyOutlinedFilled.tsx b/src/IconTheaterComedyOutlinedFilled.tsx index d44e2e362..fa6ed4f1a 100644 --- a/src/IconTheaterComedyOutlinedFilled.tsx +++ b/src/IconTheaterComedyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTheaterComedyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheaterComedyOutlinedFilled as default } diff --git a/src/IconTheaterComedyRounded.tsx b/src/IconTheaterComedyRounded.tsx index 516a1e693..6fef1ff84 100644 --- a/src/IconTheaterComedyRounded.tsx +++ b/src/IconTheaterComedyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedyRounded: React.FC = ({ ...props }) => ( +export const IconTheaterComedyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheaterComedyRounded as default } diff --git a/src/IconTheaterComedyRoundedFilled.tsx b/src/IconTheaterComedyRoundedFilled.tsx index 256390ccd..c047dc975 100644 --- a/src/IconTheaterComedyRoundedFilled.tsx +++ b/src/IconTheaterComedyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTheaterComedyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheaterComedyRoundedFilled as default } diff --git a/src/IconTheaterComedySharp.tsx b/src/IconTheaterComedySharp.tsx index 4b4be39d2..53dfa2a37 100644 --- a/src/IconTheaterComedySharp.tsx +++ b/src/IconTheaterComedySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedySharp: React.FC = ({ ...props }) => ( +export const IconTheaterComedySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheaterComedySharp as default } diff --git a/src/IconTheaterComedySharpFilled.tsx b/src/IconTheaterComedySharpFilled.tsx index b17614b9e..b3e7ca3b2 100644 --- a/src/IconTheaterComedySharpFilled.tsx +++ b/src/IconTheaterComedySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheaterComedySharpFilled: React.FC = ({ ...props }) => ( +export const IconTheaterComedySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheaterComedySharpFilled as default } diff --git a/src/IconTheatersOutlined.tsx b/src/IconTheatersOutlined.tsx index 9d8fe8109..752ef8fcc 100644 --- a/src/IconTheatersOutlined.tsx +++ b/src/IconTheatersOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersOutlined: React.FC = ({ ...props }) => ( +export const IconTheatersOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheatersOutlined as default } diff --git a/src/IconTheatersOutlinedFilled.tsx b/src/IconTheatersOutlinedFilled.tsx index 4c4a02299..973b5d694 100644 --- a/src/IconTheatersOutlinedFilled.tsx +++ b/src/IconTheatersOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTheatersOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheatersOutlinedFilled as default } diff --git a/src/IconTheatersRounded.tsx b/src/IconTheatersRounded.tsx index e4cb9498f..f21433032 100644 --- a/src/IconTheatersRounded.tsx +++ b/src/IconTheatersRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersRounded: React.FC = ({ ...props }) => ( +export const IconTheatersRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheatersRounded as default } diff --git a/src/IconTheatersRoundedFilled.tsx b/src/IconTheatersRoundedFilled.tsx index d7ab79e72..a0fa5ca06 100644 --- a/src/IconTheatersRoundedFilled.tsx +++ b/src/IconTheatersRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTheatersRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTheatersRoundedFilled as default } diff --git a/src/IconTheatersSharp.tsx b/src/IconTheatersSharp.tsx index af565535b..b6ca409ce 100644 --- a/src/IconTheatersSharp.tsx +++ b/src/IconTheatersSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersSharp: React.FC = ({ ...props }) => ( +export const IconTheatersSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheatersSharp as default } diff --git a/src/IconTheatersSharpFilled.tsx b/src/IconTheatersSharpFilled.tsx index 82f0dc27c..10f376efb 100644 --- a/src/IconTheatersSharpFilled.tsx +++ b/src/IconTheatersSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTheatersSharpFilled: React.FC = ({ ...props }) => ( +export const IconTheatersSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTheatersSharpFilled as default } diff --git a/src/IconThermometerAddOutlined.tsx b/src/IconThermometerAddOutlined.tsx index cf0b770bc..daf62957f 100644 --- a/src/IconThermometerAddOutlined.tsx +++ b/src/IconThermometerAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddOutlined: React.FC = ({ ...props }) => ( +export const IconThermometerAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerAddOutlined as default } diff --git a/src/IconThermometerAddOutlinedFilled.tsx b/src/IconThermometerAddOutlinedFilled.tsx index 01d5e2798..13d748bf3 100644 --- a/src/IconThermometerAddOutlinedFilled.tsx +++ b/src/IconThermometerAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddOutlinedFilled: React.FC = ({ +export const IconThermometerAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerAddOutlinedFilled: React.FC = ({ ) - -export { IconThermometerAddOutlinedFilled as default } diff --git a/src/IconThermometerAddRounded.tsx b/src/IconThermometerAddRounded.tsx index c4c1614ec..08ba9b665 100644 --- a/src/IconThermometerAddRounded.tsx +++ b/src/IconThermometerAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddRounded: React.FC = ({ ...props }) => ( +export const IconThermometerAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerAddRounded as default } diff --git a/src/IconThermometerAddRoundedFilled.tsx b/src/IconThermometerAddRoundedFilled.tsx index 0e40577bd..805f08195 100644 --- a/src/IconThermometerAddRoundedFilled.tsx +++ b/src/IconThermometerAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThermometerAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerAddRoundedFilled as default } diff --git a/src/IconThermometerAddSharp.tsx b/src/IconThermometerAddSharp.tsx index 606baf698..7533c2ab5 100644 --- a/src/IconThermometerAddSharp.tsx +++ b/src/IconThermometerAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddSharp: React.FC = ({ ...props }) => ( +export const IconThermometerAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerAddSharp as default } diff --git a/src/IconThermometerAddSharpFilled.tsx b/src/IconThermometerAddSharpFilled.tsx index 0aba60410..eb148389c 100644 --- a/src/IconThermometerAddSharpFilled.tsx +++ b/src/IconThermometerAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermometerAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerAddSharpFilled as default } diff --git a/src/IconThermometerGainOutlined.tsx b/src/IconThermometerGainOutlined.tsx index 8b9ebb6df..75c0168d3 100644 --- a/src/IconThermometerGainOutlined.tsx +++ b/src/IconThermometerGainOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainOutlined: React.FC = ({ ...props }) => ( +export const IconThermometerGainOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerGainOutlined as default } diff --git a/src/IconThermometerGainOutlinedFilled.tsx b/src/IconThermometerGainOutlinedFilled.tsx index 24a89b0d7..6d1c66191 100644 --- a/src/IconThermometerGainOutlinedFilled.tsx +++ b/src/IconThermometerGainOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainOutlinedFilled: React.FC = ({ +export const IconThermometerGainOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerGainOutlinedFilled: React.FC = ({ ) - -export { IconThermometerGainOutlinedFilled as default } diff --git a/src/IconThermometerGainRounded.tsx b/src/IconThermometerGainRounded.tsx index 36c068f30..860f89183 100644 --- a/src/IconThermometerGainRounded.tsx +++ b/src/IconThermometerGainRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainRounded: React.FC = ({ ...props }) => ( +export const IconThermometerGainRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerGainRounded as default } diff --git a/src/IconThermometerGainRoundedFilled.tsx b/src/IconThermometerGainRoundedFilled.tsx index 490221b59..f9035a789 100644 --- a/src/IconThermometerGainRoundedFilled.tsx +++ b/src/IconThermometerGainRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainRoundedFilled: React.FC = ({ +export const IconThermometerGainRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerGainRoundedFilled: React.FC = ({ ) - -export { IconThermometerGainRoundedFilled as default } diff --git a/src/IconThermometerGainSharp.tsx b/src/IconThermometerGainSharp.tsx index bae98d387..4944706f9 100644 --- a/src/IconThermometerGainSharp.tsx +++ b/src/IconThermometerGainSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainSharp: React.FC = ({ ...props }) => ( +export const IconThermometerGainSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerGainSharp as default } diff --git a/src/IconThermometerGainSharpFilled.tsx b/src/IconThermometerGainSharpFilled.tsx index 182559647..a35e48f44 100644 --- a/src/IconThermometerGainSharpFilled.tsx +++ b/src/IconThermometerGainSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerGainSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermometerGainSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerGainSharpFilled as default } diff --git a/src/IconThermometerLossOutlined.tsx b/src/IconThermometerLossOutlined.tsx index f9e717e00..66943c43b 100644 --- a/src/IconThermometerLossOutlined.tsx +++ b/src/IconThermometerLossOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossOutlined: React.FC = ({ ...props }) => ( +export const IconThermometerLossOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerLossOutlined as default } diff --git a/src/IconThermometerLossOutlinedFilled.tsx b/src/IconThermometerLossOutlinedFilled.tsx index 6ed554192..22b0b0779 100644 --- a/src/IconThermometerLossOutlinedFilled.tsx +++ b/src/IconThermometerLossOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossOutlinedFilled: React.FC = ({ +export const IconThermometerLossOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerLossOutlinedFilled: React.FC = ({ ) - -export { IconThermometerLossOutlinedFilled as default } diff --git a/src/IconThermometerLossRounded.tsx b/src/IconThermometerLossRounded.tsx index c8d17c5bb..71b40da4d 100644 --- a/src/IconThermometerLossRounded.tsx +++ b/src/IconThermometerLossRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossRounded: React.FC = ({ ...props }) => ( +export const IconThermometerLossRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerLossRounded as default } diff --git a/src/IconThermometerLossRoundedFilled.tsx b/src/IconThermometerLossRoundedFilled.tsx index fe99fbb81..f4cb12334 100644 --- a/src/IconThermometerLossRoundedFilled.tsx +++ b/src/IconThermometerLossRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossRoundedFilled: React.FC = ({ +export const IconThermometerLossRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerLossRoundedFilled: React.FC = ({ ) - -export { IconThermometerLossRoundedFilled as default } diff --git a/src/IconThermometerLossSharp.tsx b/src/IconThermometerLossSharp.tsx index 0b9009418..0504c9026 100644 --- a/src/IconThermometerLossSharp.tsx +++ b/src/IconThermometerLossSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossSharp: React.FC = ({ ...props }) => ( +export const IconThermometerLossSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerLossSharp as default } diff --git a/src/IconThermometerLossSharpFilled.tsx b/src/IconThermometerLossSharpFilled.tsx index d2c8daea0..04693ad4f 100644 --- a/src/IconThermometerLossSharpFilled.tsx +++ b/src/IconThermometerLossSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerLossSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermometerLossSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerLossSharpFilled as default } diff --git a/src/IconThermometerMinusOutlined.tsx b/src/IconThermometerMinusOutlined.tsx index b451844d8..bf1495f1a 100644 --- a/src/IconThermometerMinusOutlined.tsx +++ b/src/IconThermometerMinusOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusOutlined: React.FC = ({ ...props }) => ( +export const IconThermometerMinusOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerMinusOutlined as default } diff --git a/src/IconThermometerMinusOutlinedFilled.tsx b/src/IconThermometerMinusOutlinedFilled.tsx index 813f2e3a4..96d858273 100644 --- a/src/IconThermometerMinusOutlinedFilled.tsx +++ b/src/IconThermometerMinusOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusOutlinedFilled: React.FC = ({ +export const IconThermometerMinusOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerMinusOutlinedFilled: React.FC = ({ ) - -export { IconThermometerMinusOutlinedFilled as default } diff --git a/src/IconThermometerMinusRounded.tsx b/src/IconThermometerMinusRounded.tsx index b9d36976b..b6459c250 100644 --- a/src/IconThermometerMinusRounded.tsx +++ b/src/IconThermometerMinusRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusRounded: React.FC = ({ ...props }) => ( +export const IconThermometerMinusRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerMinusRounded as default } diff --git a/src/IconThermometerMinusRoundedFilled.tsx b/src/IconThermometerMinusRoundedFilled.tsx index 110756537..46fbe0719 100644 --- a/src/IconThermometerMinusRoundedFilled.tsx +++ b/src/IconThermometerMinusRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusRoundedFilled: React.FC = ({ +export const IconThermometerMinusRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermometerMinusRoundedFilled: React.FC = ({ ) - -export { IconThermometerMinusRoundedFilled as default } diff --git a/src/IconThermometerMinusSharp.tsx b/src/IconThermometerMinusSharp.tsx index d15046325..fb87d7665 100644 --- a/src/IconThermometerMinusSharp.tsx +++ b/src/IconThermometerMinusSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusSharp: React.FC = ({ ...props }) => ( +export const IconThermometerMinusSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerMinusSharp as default } diff --git a/src/IconThermometerMinusSharpFilled.tsx b/src/IconThermometerMinusSharpFilled.tsx index 531cfb1aa..658f13d9f 100644 --- a/src/IconThermometerMinusSharpFilled.tsx +++ b/src/IconThermometerMinusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerMinusSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermometerMinusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerMinusSharpFilled as default } diff --git a/src/IconThermometerOutlined.tsx b/src/IconThermometerOutlined.tsx index 0bb51f32d..69ac5b268 100644 --- a/src/IconThermometerOutlined.tsx +++ b/src/IconThermometerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerOutlined: React.FC = ({ ...props }) => ( +export const IconThermometerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerOutlined as default } diff --git a/src/IconThermometerOutlinedFilled.tsx b/src/IconThermometerOutlinedFilled.tsx index e9bb66640..747e5cdcd 100644 --- a/src/IconThermometerOutlinedFilled.tsx +++ b/src/IconThermometerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThermometerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerOutlinedFilled as default } diff --git a/src/IconThermometerRounded.tsx b/src/IconThermometerRounded.tsx index 0b5fdbe2e..bd4aa304e 100644 --- a/src/IconThermometerRounded.tsx +++ b/src/IconThermometerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerRounded: React.FC = ({ ...props }) => ( +export const IconThermometerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerRounded as default } diff --git a/src/IconThermometerRoundedFilled.tsx b/src/IconThermometerRoundedFilled.tsx index 1b2597bc1..c50768036 100644 --- a/src/IconThermometerRoundedFilled.tsx +++ b/src/IconThermometerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThermometerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerRoundedFilled as default } diff --git a/src/IconThermometerSharp.tsx b/src/IconThermometerSharp.tsx index 1132e0870..08c3ee252 100644 --- a/src/IconThermometerSharp.tsx +++ b/src/IconThermometerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerSharp: React.FC = ({ ...props }) => ( +export const IconThermometerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermometerSharp as default } diff --git a/src/IconThermometerSharpFilled.tsx b/src/IconThermometerSharpFilled.tsx index 3f52032d0..b46d706f7 100644 --- a/src/IconThermometerSharpFilled.tsx +++ b/src/IconThermometerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermometerSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermometerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermometerSharpFilled as default } diff --git a/src/IconThermostatAutoOutlined.tsx b/src/IconThermostatAutoOutlined.tsx index 7a78c7143..9424aa48e 100644 --- a/src/IconThermostatAutoOutlined.tsx +++ b/src/IconThermostatAutoOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoOutlined: React.FC = ({ ...props }) => ( +export const IconThermostatAutoOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatAutoOutlined as default } diff --git a/src/IconThermostatAutoOutlinedFilled.tsx b/src/IconThermostatAutoOutlinedFilled.tsx index 75a82a858..392972899 100644 --- a/src/IconThermostatAutoOutlinedFilled.tsx +++ b/src/IconThermostatAutoOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoOutlinedFilled: React.FC = ({ +export const IconThermostatAutoOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermostatAutoOutlinedFilled: React.FC = ({ ) - -export { IconThermostatAutoOutlinedFilled as default } diff --git a/src/IconThermostatAutoRounded.tsx b/src/IconThermostatAutoRounded.tsx index 44453e5b6..b63a77ab9 100644 --- a/src/IconThermostatAutoRounded.tsx +++ b/src/IconThermostatAutoRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoRounded: React.FC = ({ ...props }) => ( +export const IconThermostatAutoRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatAutoRounded as default } diff --git a/src/IconThermostatAutoRoundedFilled.tsx b/src/IconThermostatAutoRoundedFilled.tsx index 50d3dbafd..1f25641ac 100644 --- a/src/IconThermostatAutoRoundedFilled.tsx +++ b/src/IconThermostatAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThermostatAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatAutoRoundedFilled as default } diff --git a/src/IconThermostatAutoSharp.tsx b/src/IconThermostatAutoSharp.tsx index b5a499a75..51c75a980 100644 --- a/src/IconThermostatAutoSharp.tsx +++ b/src/IconThermostatAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoSharp: React.FC = ({ ...props }) => ( +export const IconThermostatAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermostatAutoSharp as default } diff --git a/src/IconThermostatAutoSharpFilled.tsx b/src/IconThermostatAutoSharpFilled.tsx index 2d733b046..2a86ca54c 100644 --- a/src/IconThermostatAutoSharpFilled.tsx +++ b/src/IconThermostatAutoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermostatAutoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatAutoSharpFilled as default } diff --git a/src/IconThermostatCarbonOutlined.tsx b/src/IconThermostatCarbonOutlined.tsx index 4f0470fc0..4bc0724fa 100644 --- a/src/IconThermostatCarbonOutlined.tsx +++ b/src/IconThermostatCarbonOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonOutlined: React.FC = ({ ...props }) => ( +export const IconThermostatCarbonOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatCarbonOutlined as default } diff --git a/src/IconThermostatCarbonOutlinedFilled.tsx b/src/IconThermostatCarbonOutlinedFilled.tsx index 1d0f0c793..442611338 100644 --- a/src/IconThermostatCarbonOutlinedFilled.tsx +++ b/src/IconThermostatCarbonOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonOutlinedFilled: React.FC = ({ +export const IconThermostatCarbonOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermostatCarbonOutlinedFilled: React.FC = ({ ) - -export { IconThermostatCarbonOutlinedFilled as default } diff --git a/src/IconThermostatCarbonRounded.tsx b/src/IconThermostatCarbonRounded.tsx index cd32f3a85..264a90e8d 100644 --- a/src/IconThermostatCarbonRounded.tsx +++ b/src/IconThermostatCarbonRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonRounded: React.FC = ({ ...props }) => ( +export const IconThermostatCarbonRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatCarbonRounded as default } diff --git a/src/IconThermostatCarbonRoundedFilled.tsx b/src/IconThermostatCarbonRoundedFilled.tsx index 107181c5c..5daa89394 100644 --- a/src/IconThermostatCarbonRoundedFilled.tsx +++ b/src/IconThermostatCarbonRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonRoundedFilled: React.FC = ({ +export const IconThermostatCarbonRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconThermostatCarbonRoundedFilled: React.FC = ({ ) - -export { IconThermostatCarbonRoundedFilled as default } diff --git a/src/IconThermostatCarbonSharp.tsx b/src/IconThermostatCarbonSharp.tsx index cfe8a5925..c002178ef 100644 --- a/src/IconThermostatCarbonSharp.tsx +++ b/src/IconThermostatCarbonSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonSharp: React.FC = ({ ...props }) => ( +export const IconThermostatCarbonSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatCarbonSharp as default } diff --git a/src/IconThermostatCarbonSharpFilled.tsx b/src/IconThermostatCarbonSharpFilled.tsx index 011a074e0..eda5f69c7 100644 --- a/src/IconThermostatCarbonSharpFilled.tsx +++ b/src/IconThermostatCarbonSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatCarbonSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermostatCarbonSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatCarbonSharpFilled as default } diff --git a/src/IconThermostatOutlined.tsx b/src/IconThermostatOutlined.tsx index dfcb90ed0..c415c43aa 100644 --- a/src/IconThermostatOutlined.tsx +++ b/src/IconThermostatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatOutlined: React.FC = ({ ...props }) => ( +export const IconThermostatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermostatOutlined as default } diff --git a/src/IconThermostatOutlinedFilled.tsx b/src/IconThermostatOutlinedFilled.tsx index c8ee6a871..38fdcad87 100644 --- a/src/IconThermostatOutlinedFilled.tsx +++ b/src/IconThermostatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThermostatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatOutlinedFilled as default } diff --git a/src/IconThermostatRounded.tsx b/src/IconThermostatRounded.tsx index d5630ffb7..4a2a6b8c5 100644 --- a/src/IconThermostatRounded.tsx +++ b/src/IconThermostatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatRounded: React.FC = ({ ...props }) => ( +export const IconThermostatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermostatRounded as default } diff --git a/src/IconThermostatRoundedFilled.tsx b/src/IconThermostatRoundedFilled.tsx index 5fc93f3a0..3e664b448 100644 --- a/src/IconThermostatRoundedFilled.tsx +++ b/src/IconThermostatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThermostatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatRoundedFilled as default } diff --git a/src/IconThermostatSharp.tsx b/src/IconThermostatSharp.tsx index 864768bcb..b86d4d878 100644 --- a/src/IconThermostatSharp.tsx +++ b/src/IconThermostatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatSharp: React.FC = ({ ...props }) => ( +export const IconThermostatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThermostatSharp as default } diff --git a/src/IconThermostatSharpFilled.tsx b/src/IconThermostatSharpFilled.tsx index 065243102..7bfc0635b 100644 --- a/src/IconThermostatSharpFilled.tsx +++ b/src/IconThermostatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThermostatSharpFilled: React.FC = ({ ...props }) => ( +export const IconThermostatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThermostatSharpFilled as default } diff --git a/src/IconThingsToDoOutlined.tsx b/src/IconThingsToDoOutlined.tsx index 3202e272f..6c88a0475 100644 --- a/src/IconThingsToDoOutlined.tsx +++ b/src/IconThingsToDoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoOutlined: React.FC = ({ ...props }) => ( +export const IconThingsToDoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThingsToDoOutlined as default } diff --git a/src/IconThingsToDoOutlinedFilled.tsx b/src/IconThingsToDoOutlinedFilled.tsx index 88f473ae6..14554704a 100644 --- a/src/IconThingsToDoOutlinedFilled.tsx +++ b/src/IconThingsToDoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThingsToDoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThingsToDoOutlinedFilled as default } diff --git a/src/IconThingsToDoRounded.tsx b/src/IconThingsToDoRounded.tsx index 213552058..ba0b13e5c 100644 --- a/src/IconThingsToDoRounded.tsx +++ b/src/IconThingsToDoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoRounded: React.FC = ({ ...props }) => ( +export const IconThingsToDoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThingsToDoRounded as default } diff --git a/src/IconThingsToDoRoundedFilled.tsx b/src/IconThingsToDoRoundedFilled.tsx index e0276bbd4..9e5826de7 100644 --- a/src/IconThingsToDoRoundedFilled.tsx +++ b/src/IconThingsToDoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThingsToDoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThingsToDoRoundedFilled as default } diff --git a/src/IconThingsToDoSharp.tsx b/src/IconThingsToDoSharp.tsx index 5b5854843..3e8cc6d87 100644 --- a/src/IconThingsToDoSharp.tsx +++ b/src/IconThingsToDoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoSharp: React.FC = ({ ...props }) => ( +export const IconThingsToDoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThingsToDoSharp as default } diff --git a/src/IconThingsToDoSharpFilled.tsx b/src/IconThingsToDoSharpFilled.tsx index 67e888efe..27a4ff20e 100644 --- a/src/IconThingsToDoSharpFilled.tsx +++ b/src/IconThingsToDoSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThingsToDoSharpFilled: React.FC = ({ ...props }) => ( +export const IconThingsToDoSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThingsToDoSharpFilled as default } diff --git a/src/IconThreadUnreadOutlined.tsx b/src/IconThreadUnreadOutlined.tsx index 2a2d79ef5..6f8eae42c 100644 --- a/src/IconThreadUnreadOutlined.tsx +++ b/src/IconThreadUnreadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadOutlined: React.FC = ({ ...props }) => ( +export const IconThreadUnreadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadOutlined as default } diff --git a/src/IconThreadUnreadOutlinedFilled.tsx b/src/IconThreadUnreadOutlinedFilled.tsx index e8bee2b03..f95dfa55b 100644 --- a/src/IconThreadUnreadOutlinedFilled.tsx +++ b/src/IconThreadUnreadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThreadUnreadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadOutlinedFilled as default } diff --git a/src/IconThreadUnreadRounded.tsx b/src/IconThreadUnreadRounded.tsx index 111648783..59450fe46 100644 --- a/src/IconThreadUnreadRounded.tsx +++ b/src/IconThreadUnreadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadRounded: React.FC = ({ ...props }) => ( +export const IconThreadUnreadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadRounded as default } diff --git a/src/IconThreadUnreadRoundedFilled.tsx b/src/IconThreadUnreadRoundedFilled.tsx index 8a1334a25..ac191aa4b 100644 --- a/src/IconThreadUnreadRoundedFilled.tsx +++ b/src/IconThreadUnreadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThreadUnreadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadRoundedFilled as default } diff --git a/src/IconThreadUnreadSharp.tsx b/src/IconThreadUnreadSharp.tsx index 50963faed..1367cc1a9 100644 --- a/src/IconThreadUnreadSharp.tsx +++ b/src/IconThreadUnreadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadSharp: React.FC = ({ ...props }) => ( +export const IconThreadUnreadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadSharp as default } diff --git a/src/IconThreadUnreadSharpFilled.tsx b/src/IconThreadUnreadSharpFilled.tsx index e2acf27dc..9c5981a21 100644 --- a/src/IconThreadUnreadSharpFilled.tsx +++ b/src/IconThreadUnreadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThreadUnreadSharpFilled: React.FC = ({ ...props }) => ( +export const IconThreadUnreadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThreadUnreadSharpFilled as default } diff --git a/src/IconThumbDownOutlined.tsx b/src/IconThumbDownOutlined.tsx index 8a0b61c37..747ab4239 100644 --- a/src/IconThumbDownOutlined.tsx +++ b/src/IconThumbDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownOutlined: React.FC = ({ ...props }) => ( +export const IconThumbDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbDownOutlined as default } diff --git a/src/IconThumbDownOutlinedFilled.tsx b/src/IconThumbDownOutlinedFilled.tsx index 0be135752..5cbfa43e3 100644 --- a/src/IconThumbDownOutlinedFilled.tsx +++ b/src/IconThumbDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThumbDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbDownOutlinedFilled as default } diff --git a/src/IconThumbDownRounded.tsx b/src/IconThumbDownRounded.tsx index 4174f2100..22a7a6c0d 100644 --- a/src/IconThumbDownRounded.tsx +++ b/src/IconThumbDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownRounded: React.FC = ({ ...props }) => ( +export const IconThumbDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbDownRounded as default } diff --git a/src/IconThumbDownRoundedFilled.tsx b/src/IconThumbDownRoundedFilled.tsx index 1daebced6..ba071c4d0 100644 --- a/src/IconThumbDownRoundedFilled.tsx +++ b/src/IconThumbDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThumbDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbDownRoundedFilled as default } diff --git a/src/IconThumbDownSharp.tsx b/src/IconThumbDownSharp.tsx index b36d2c7b8..98d2ae302 100644 --- a/src/IconThumbDownSharp.tsx +++ b/src/IconThumbDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownSharp: React.FC = ({ ...props }) => ( +export const IconThumbDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbDownSharp as default } diff --git a/src/IconThumbDownSharpFilled.tsx b/src/IconThumbDownSharpFilled.tsx index 0bced2bad..2949e3471 100644 --- a/src/IconThumbDownSharpFilled.tsx +++ b/src/IconThumbDownSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconThumbDownSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbDownSharpFilled as default } diff --git a/src/IconThumbUpOutlined.tsx b/src/IconThumbUpOutlined.tsx index 9fb2d9cf7..1399ea4e9 100644 --- a/src/IconThumbUpOutlined.tsx +++ b/src/IconThumbUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpOutlined: React.FC = ({ ...props }) => ( +export const IconThumbUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbUpOutlined as default } diff --git a/src/IconThumbUpOutlinedFilled.tsx b/src/IconThumbUpOutlinedFilled.tsx index 9f95943db..20a586bf4 100644 --- a/src/IconThumbUpOutlinedFilled.tsx +++ b/src/IconThumbUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThumbUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbUpOutlinedFilled as default } diff --git a/src/IconThumbUpRounded.tsx b/src/IconThumbUpRounded.tsx index 0eafdb935..554874cef 100644 --- a/src/IconThumbUpRounded.tsx +++ b/src/IconThumbUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpRounded: React.FC = ({ ...props }) => ( +export const IconThumbUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbUpRounded as default } diff --git a/src/IconThumbUpRoundedFilled.tsx b/src/IconThumbUpRoundedFilled.tsx index bd218c059..05d2e8d36 100644 --- a/src/IconThumbUpRoundedFilled.tsx +++ b/src/IconThumbUpRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThumbUpRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbUpRoundedFilled as default } diff --git a/src/IconThumbUpSharp.tsx b/src/IconThumbUpSharp.tsx index aee4e1eb0..5f3bec093 100644 --- a/src/IconThumbUpSharp.tsx +++ b/src/IconThumbUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpSharp: React.FC = ({ ...props }) => ( +export const IconThumbUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbUpSharp as default } diff --git a/src/IconThumbUpSharpFilled.tsx b/src/IconThumbUpSharpFilled.tsx index 2359d858f..e5581e1bb 100644 --- a/src/IconThumbUpSharpFilled.tsx +++ b/src/IconThumbUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconThumbUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbUpSharpFilled as default } diff --git a/src/IconThumbnailBarOutlined.tsx b/src/IconThumbnailBarOutlined.tsx index 28d4f8209..edb05318c 100644 --- a/src/IconThumbnailBarOutlined.tsx +++ b/src/IconThumbnailBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarOutlined: React.FC = ({ ...props }) => ( +export const IconThumbnailBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarOutlined as default } diff --git a/src/IconThumbnailBarOutlinedFilled.tsx b/src/IconThumbnailBarOutlinedFilled.tsx index afaa40a81..e87f5c7e2 100644 --- a/src/IconThumbnailBarOutlinedFilled.tsx +++ b/src/IconThumbnailBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThumbnailBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarOutlinedFilled as default } diff --git a/src/IconThumbnailBarRounded.tsx b/src/IconThumbnailBarRounded.tsx index 94490c88e..a4a8c7956 100644 --- a/src/IconThumbnailBarRounded.tsx +++ b/src/IconThumbnailBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarRounded: React.FC = ({ ...props }) => ( +export const IconThumbnailBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarRounded as default } diff --git a/src/IconThumbnailBarRoundedFilled.tsx b/src/IconThumbnailBarRoundedFilled.tsx index 18c3d534d..7fc93f06f 100644 --- a/src/IconThumbnailBarRoundedFilled.tsx +++ b/src/IconThumbnailBarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThumbnailBarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarRoundedFilled as default } diff --git a/src/IconThumbnailBarSharp.tsx b/src/IconThumbnailBarSharp.tsx index 9ad5e77bb..6558efae0 100644 --- a/src/IconThumbnailBarSharp.tsx +++ b/src/IconThumbnailBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarSharp: React.FC = ({ ...props }) => ( +export const IconThumbnailBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarSharp as default } diff --git a/src/IconThumbnailBarSharpFilled.tsx b/src/IconThumbnailBarSharpFilled.tsx index 7b7eebcc5..da3dc873b 100644 --- a/src/IconThumbnailBarSharpFilled.tsx +++ b/src/IconThumbnailBarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbnailBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconThumbnailBarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbnailBarSharpFilled as default } diff --git a/src/IconThumbsUpDownOutlined.tsx b/src/IconThumbsUpDownOutlined.tsx index f9d6744ea..1871352a0 100644 --- a/src/IconThumbsUpDownOutlined.tsx +++ b/src/IconThumbsUpDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownOutlined: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownOutlined as default } diff --git a/src/IconThumbsUpDownOutlinedFilled.tsx b/src/IconThumbsUpDownOutlinedFilled.tsx index 712aca3b5..ab1f94efa 100644 --- a/src/IconThumbsUpDownOutlinedFilled.tsx +++ b/src/IconThumbsUpDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownOutlinedFilled as default } diff --git a/src/IconThumbsUpDownRounded.tsx b/src/IconThumbsUpDownRounded.tsx index 48a9db3bf..5e8ca212e 100644 --- a/src/IconThumbsUpDownRounded.tsx +++ b/src/IconThumbsUpDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownRounded: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownRounded as default } diff --git a/src/IconThumbsUpDownRoundedFilled.tsx b/src/IconThumbsUpDownRoundedFilled.tsx index 785de2629..631aa0c58 100644 --- a/src/IconThumbsUpDownRoundedFilled.tsx +++ b/src/IconThumbsUpDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownRoundedFilled as default } diff --git a/src/IconThumbsUpDownSharp.tsx b/src/IconThumbsUpDownSharp.tsx index 1b44a64ec..74e7d8db2 100644 --- a/src/IconThumbsUpDownSharp.tsx +++ b/src/IconThumbsUpDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownSharp: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownSharp as default } diff --git a/src/IconThumbsUpDownSharpFilled.tsx b/src/IconThumbsUpDownSharpFilled.tsx index f7864b973..b59553710 100644 --- a/src/IconThumbsUpDownSharpFilled.tsx +++ b/src/IconThumbsUpDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThumbsUpDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconThumbsUpDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThumbsUpDownSharpFilled as default } diff --git a/src/IconThunderstormOutlined.tsx b/src/IconThunderstormOutlined.tsx index 62acd7968..8f4e9260c 100644 --- a/src/IconThunderstormOutlined.tsx +++ b/src/IconThunderstormOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormOutlined: React.FC = ({ ...props }) => ( +export const IconThunderstormOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThunderstormOutlined as default } diff --git a/src/IconThunderstormOutlinedFilled.tsx b/src/IconThunderstormOutlinedFilled.tsx index 28d9e4363..dc847b0b4 100644 --- a/src/IconThunderstormOutlinedFilled.tsx +++ b/src/IconThunderstormOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconThunderstormOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThunderstormOutlinedFilled as default } diff --git a/src/IconThunderstormRounded.tsx b/src/IconThunderstormRounded.tsx index 0dd8d67ef..a33f0de24 100644 --- a/src/IconThunderstormRounded.tsx +++ b/src/IconThunderstormRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormRounded: React.FC = ({ ...props }) => ( +export const IconThunderstormRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThunderstormRounded as default } diff --git a/src/IconThunderstormRoundedFilled.tsx b/src/IconThunderstormRoundedFilled.tsx index 98399887d..c563dff40 100644 --- a/src/IconThunderstormRoundedFilled.tsx +++ b/src/IconThunderstormRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormRoundedFilled: React.FC = ({ ...props }) => ( +export const IconThunderstormRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThunderstormRoundedFilled as default } diff --git a/src/IconThunderstormSharp.tsx b/src/IconThunderstormSharp.tsx index b0bd9fe70..225ba4419 100644 --- a/src/IconThunderstormSharp.tsx +++ b/src/IconThunderstormSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormSharp: React.FC = ({ ...props }) => ( +export const IconThunderstormSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconThunderstormSharp as default } diff --git a/src/IconThunderstormSharpFilled.tsx b/src/IconThunderstormSharpFilled.tsx index 5e1e4988b..916538c2f 100644 --- a/src/IconThunderstormSharpFilled.tsx +++ b/src/IconThunderstormSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconThunderstormSharpFilled: React.FC = ({ ...props }) => ( +export const IconThunderstormSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconThunderstormSharpFilled as default } diff --git a/src/IconTibiaAltOutlined.tsx b/src/IconTibiaAltOutlined.tsx index a181c2bcf..bc62bf245 100644 --- a/src/IconTibiaAltOutlined.tsx +++ b/src/IconTibiaAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltOutlined: React.FC = ({ ...props }) => ( +export const IconTibiaAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaAltOutlined as default } diff --git a/src/IconTibiaAltOutlinedFilled.tsx b/src/IconTibiaAltOutlinedFilled.tsx index 9ca9cd6cd..d75154c08 100644 --- a/src/IconTibiaAltOutlinedFilled.tsx +++ b/src/IconTibiaAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTibiaAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTibiaAltOutlinedFilled as default } diff --git a/src/IconTibiaAltRounded.tsx b/src/IconTibiaAltRounded.tsx index 5e8173647..f07e3e040 100644 --- a/src/IconTibiaAltRounded.tsx +++ b/src/IconTibiaAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltRounded: React.FC = ({ ...props }) => ( +export const IconTibiaAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaAltRounded as default } diff --git a/src/IconTibiaAltRoundedFilled.tsx b/src/IconTibiaAltRoundedFilled.tsx index 65da9abe3..f4b56b197 100644 --- a/src/IconTibiaAltRoundedFilled.tsx +++ b/src/IconTibiaAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTibiaAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTibiaAltRoundedFilled as default } diff --git a/src/IconTibiaAltSharp.tsx b/src/IconTibiaAltSharp.tsx index b341bc481..dfac2fc9c 100644 --- a/src/IconTibiaAltSharp.tsx +++ b/src/IconTibiaAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltSharp: React.FC = ({ ...props }) => ( +export const IconTibiaAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaAltSharp as default } diff --git a/src/IconTibiaAltSharpFilled.tsx b/src/IconTibiaAltSharpFilled.tsx index 0975984a1..cc170bfb2 100644 --- a/src/IconTibiaAltSharpFilled.tsx +++ b/src/IconTibiaAltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconTibiaAltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaAltSharpFilled as default } diff --git a/src/IconTibiaOutlined.tsx b/src/IconTibiaOutlined.tsx index 7dc68ba41..41c8423fa 100644 --- a/src/IconTibiaOutlined.tsx +++ b/src/IconTibiaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaOutlined: React.FC = ({ ...props }) => ( +export const IconTibiaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaOutlined as default } diff --git a/src/IconTibiaOutlinedFilled.tsx b/src/IconTibiaOutlinedFilled.tsx index ede1c62e5..52647245c 100644 --- a/src/IconTibiaOutlinedFilled.tsx +++ b/src/IconTibiaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTibiaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaOutlinedFilled as default } diff --git a/src/IconTibiaRounded.tsx b/src/IconTibiaRounded.tsx index 2af80b8ec..5b476a7d9 100644 --- a/src/IconTibiaRounded.tsx +++ b/src/IconTibiaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaRounded: React.FC = ({ ...props }) => ( +export const IconTibiaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaRounded as default } diff --git a/src/IconTibiaRoundedFilled.tsx b/src/IconTibiaRoundedFilled.tsx index 9688f04ba..596499cd9 100644 --- a/src/IconTibiaRoundedFilled.tsx +++ b/src/IconTibiaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTibiaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaRoundedFilled as default } diff --git a/src/IconTibiaSharp.tsx b/src/IconTibiaSharp.tsx index 124fd9a8a..8311fd6ac 100644 --- a/src/IconTibiaSharp.tsx +++ b/src/IconTibiaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaSharp: React.FC = ({ ...props }) => ( +export const IconTibiaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaSharp as default } diff --git a/src/IconTibiaSharpFilled.tsx b/src/IconTibiaSharpFilled.tsx index 93a02bd0c..a5b1d4425 100644 --- a/src/IconTibiaSharpFilled.tsx +++ b/src/IconTibiaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTibiaSharpFilled: React.FC = ({ ...props }) => ( +export const IconTibiaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTibiaSharpFilled as default } diff --git a/src/IconTimeAutoOutlined.tsx b/src/IconTimeAutoOutlined.tsx index cb1b7f253..05f9e0ad8 100644 --- a/src/IconTimeAutoOutlined.tsx +++ b/src/IconTimeAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoOutlined: React.FC = ({ ...props }) => ( +export const IconTimeAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimeAutoOutlined as default } diff --git a/src/IconTimeAutoOutlinedFilled.tsx b/src/IconTimeAutoOutlinedFilled.tsx index 06ce48790..708b494c4 100644 --- a/src/IconTimeAutoOutlinedFilled.tsx +++ b/src/IconTimeAutoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimeAutoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimeAutoOutlinedFilled as default } diff --git a/src/IconTimeAutoRounded.tsx b/src/IconTimeAutoRounded.tsx index abadea40d..38b4c6a53 100644 --- a/src/IconTimeAutoRounded.tsx +++ b/src/IconTimeAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoRounded: React.FC = ({ ...props }) => ( +export const IconTimeAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimeAutoRounded as default } diff --git a/src/IconTimeAutoRoundedFilled.tsx b/src/IconTimeAutoRoundedFilled.tsx index d963bccfd..2d5226c96 100644 --- a/src/IconTimeAutoRoundedFilled.tsx +++ b/src/IconTimeAutoRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimeAutoRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimeAutoRoundedFilled as default } diff --git a/src/IconTimeAutoSharp.tsx b/src/IconTimeAutoSharp.tsx index 46d62d3f2..c058b5a1d 100644 --- a/src/IconTimeAutoSharp.tsx +++ b/src/IconTimeAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoSharp: React.FC = ({ ...props }) => ( +export const IconTimeAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimeAutoSharp as default } diff --git a/src/IconTimeAutoSharpFilled.tsx b/src/IconTimeAutoSharpFilled.tsx index 6d7422440..23b90d093 100644 --- a/src/IconTimeAutoSharpFilled.tsx +++ b/src/IconTimeAutoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimeAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimeAutoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimeAutoSharpFilled as default } diff --git a/src/IconTimelapseOutlined.tsx b/src/IconTimelapseOutlined.tsx index 1831525ae..9367370ab 100644 --- a/src/IconTimelapseOutlined.tsx +++ b/src/IconTimelapseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseOutlined: React.FC = ({ ...props }) => ( +export const IconTimelapseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelapseOutlined as default } diff --git a/src/IconTimelapseOutlinedFilled.tsx b/src/IconTimelapseOutlinedFilled.tsx index 9a1a2d6f3..becabae3d 100644 --- a/src/IconTimelapseOutlinedFilled.tsx +++ b/src/IconTimelapseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimelapseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimelapseOutlinedFilled as default } diff --git a/src/IconTimelapseRounded.tsx b/src/IconTimelapseRounded.tsx index 6c2cebd26..39bff8e9d 100644 --- a/src/IconTimelapseRounded.tsx +++ b/src/IconTimelapseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseRounded: React.FC = ({ ...props }) => ( +export const IconTimelapseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelapseRounded as default } diff --git a/src/IconTimelapseRoundedFilled.tsx b/src/IconTimelapseRoundedFilled.tsx index 8f9b54b2f..82b178d7d 100644 --- a/src/IconTimelapseRoundedFilled.tsx +++ b/src/IconTimelapseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimelapseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimelapseRoundedFilled as default } diff --git a/src/IconTimelapseSharp.tsx b/src/IconTimelapseSharp.tsx index 4d04b8ea6..f1131fbc9 100644 --- a/src/IconTimelapseSharp.tsx +++ b/src/IconTimelapseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseSharp: React.FC = ({ ...props }) => ( +export const IconTimelapseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelapseSharp as default } diff --git a/src/IconTimelapseSharpFilled.tsx b/src/IconTimelapseSharpFilled.tsx index 58bbf76cc..c6a95a3b2 100644 --- a/src/IconTimelapseSharpFilled.tsx +++ b/src/IconTimelapseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelapseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimelapseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelapseSharpFilled as default } diff --git a/src/IconTimelineOutlined.tsx b/src/IconTimelineOutlined.tsx index 4a04d475a..f0d712533 100644 --- a/src/IconTimelineOutlined.tsx +++ b/src/IconTimelineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineOutlined: React.FC = ({ ...props }) => ( +export const IconTimelineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelineOutlined as default } diff --git a/src/IconTimelineOutlinedFilled.tsx b/src/IconTimelineOutlinedFilled.tsx index b383dbc8a..eebc7ec08 100644 --- a/src/IconTimelineOutlinedFilled.tsx +++ b/src/IconTimelineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimelineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimelineOutlinedFilled as default } diff --git a/src/IconTimelineRounded.tsx b/src/IconTimelineRounded.tsx index 75bdf4afd..eb48ee58d 100644 --- a/src/IconTimelineRounded.tsx +++ b/src/IconTimelineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineRounded: React.FC = ({ ...props }) => ( +export const IconTimelineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelineRounded as default } diff --git a/src/IconTimelineRoundedFilled.tsx b/src/IconTimelineRoundedFilled.tsx index f061b5270..701cece08 100644 --- a/src/IconTimelineRoundedFilled.tsx +++ b/src/IconTimelineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimelineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimelineRoundedFilled as default } diff --git a/src/IconTimelineSharp.tsx b/src/IconTimelineSharp.tsx index f3082baf8..296ca1245 100644 --- a/src/IconTimelineSharp.tsx +++ b/src/IconTimelineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineSharp: React.FC = ({ ...props }) => ( +export const IconTimelineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelineSharp as default } diff --git a/src/IconTimelineSharpFilled.tsx b/src/IconTimelineSharpFilled.tsx index 014c15f18..bfda14e2a 100644 --- a/src/IconTimelineSharpFilled.tsx +++ b/src/IconTimelineSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimelineSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimelineSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimelineSharpFilled as default } diff --git a/src/IconTimer10Alt1Outlined.tsx b/src/IconTimer10Alt1Outlined.tsx index 2e76b34ed..9c01c9319 100644 --- a/src/IconTimer10Alt1Outlined.tsx +++ b/src/IconTimer10Alt1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1Outlined: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1Outlined as default } diff --git a/src/IconTimer10Alt1OutlinedFilled.tsx b/src/IconTimer10Alt1OutlinedFilled.tsx index 520e516c8..81233d17e 100644 --- a/src/IconTimer10Alt1OutlinedFilled.tsx +++ b/src/IconTimer10Alt1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1OutlinedFilled as default } diff --git a/src/IconTimer10Alt1Rounded.tsx b/src/IconTimer10Alt1Rounded.tsx index b7e2b1314..8717037fc 100644 --- a/src/IconTimer10Alt1Rounded.tsx +++ b/src/IconTimer10Alt1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1Rounded: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1Rounded as default } diff --git a/src/IconTimer10Alt1RoundedFilled.tsx b/src/IconTimer10Alt1RoundedFilled.tsx index 9c67d6178..d66e23f28 100644 --- a/src/IconTimer10Alt1RoundedFilled.tsx +++ b/src/IconTimer10Alt1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1RoundedFilled as default } diff --git a/src/IconTimer10Alt1Sharp.tsx b/src/IconTimer10Alt1Sharp.tsx index 2183e6f28..6e839aff8 100644 --- a/src/IconTimer10Alt1Sharp.tsx +++ b/src/IconTimer10Alt1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1Sharp: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1Sharp as default } diff --git a/src/IconTimer10Alt1SharpFilled.tsx b/src/IconTimer10Alt1SharpFilled.tsx index 761f5023e..e92ec9dc4 100644 --- a/src/IconTimer10Alt1SharpFilled.tsx +++ b/src/IconTimer10Alt1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Alt1SharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer10Alt1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10Alt1SharpFilled as default } diff --git a/src/IconTimer10Outlined.tsx b/src/IconTimer10Outlined.tsx index 21300891b..96eb3ddce 100644 --- a/src/IconTimer10Outlined.tsx +++ b/src/IconTimer10Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Outlined: React.FC = ({ ...props }) => ( +export const IconTimer10Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Outlined as default } diff --git a/src/IconTimer10OutlinedFilled.tsx b/src/IconTimer10OutlinedFilled.tsx index 139d9f846..6eb54314d 100644 --- a/src/IconTimer10OutlinedFilled.tsx +++ b/src/IconTimer10OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10OutlinedFilled as default } diff --git a/src/IconTimer10Rounded.tsx b/src/IconTimer10Rounded.tsx index 1c733b96a..bdefd6cbd 100644 --- a/src/IconTimer10Rounded.tsx +++ b/src/IconTimer10Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Rounded: React.FC = ({ ...props }) => ( +export const IconTimer10Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Rounded as default } diff --git a/src/IconTimer10RoundedFilled.tsx b/src/IconTimer10RoundedFilled.tsx index dbffb1662..cf11c715c 100644 --- a/src/IconTimer10RoundedFilled.tsx +++ b/src/IconTimer10RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10RoundedFilled as default } diff --git a/src/IconTimer10SelectOutlined.tsx b/src/IconTimer10SelectOutlined.tsx index f8d952941..66a0cd655 100644 --- a/src/IconTimer10SelectOutlined.tsx +++ b/src/IconTimer10SelectOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectOutlined: React.FC = ({ ...props }) => ( +export const IconTimer10SelectOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectOutlined as default } diff --git a/src/IconTimer10SelectOutlinedFilled.tsx b/src/IconTimer10SelectOutlinedFilled.tsx index d77935da4..ba6611f59 100644 --- a/src/IconTimer10SelectOutlinedFilled.tsx +++ b/src/IconTimer10SelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10SelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectOutlinedFilled as default } diff --git a/src/IconTimer10SelectRounded.tsx b/src/IconTimer10SelectRounded.tsx index cab2df6e0..b55780ad2 100644 --- a/src/IconTimer10SelectRounded.tsx +++ b/src/IconTimer10SelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectRounded: React.FC = ({ ...props }) => ( +export const IconTimer10SelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectRounded as default } diff --git a/src/IconTimer10SelectRoundedFilled.tsx b/src/IconTimer10SelectRoundedFilled.tsx index 2964ffdbb..d219756b3 100644 --- a/src/IconTimer10SelectRoundedFilled.tsx +++ b/src/IconTimer10SelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer10SelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectRoundedFilled as default } diff --git a/src/IconTimer10SelectSharp.tsx b/src/IconTimer10SelectSharp.tsx index f953caeff..85ed37044 100644 --- a/src/IconTimer10SelectSharp.tsx +++ b/src/IconTimer10SelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectSharp: React.FC = ({ ...props }) => ( +export const IconTimer10SelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectSharp as default } diff --git a/src/IconTimer10SelectSharpFilled.tsx b/src/IconTimer10SelectSharpFilled.tsx index 7040df672..b359cc40b 100644 --- a/src/IconTimer10SelectSharpFilled.tsx +++ b/src/IconTimer10SelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer10SelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer10SelectSharpFilled as default } diff --git a/src/IconTimer10Sharp.tsx b/src/IconTimer10Sharp.tsx index a918b6c8a..59c0afe7a 100644 --- a/src/IconTimer10Sharp.tsx +++ b/src/IconTimer10Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10Sharp: React.FC = ({ ...props }) => ( +export const IconTimer10Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10Sharp as default } diff --git a/src/IconTimer10SharpFilled.tsx b/src/IconTimer10SharpFilled.tsx index a4e0a1845..625282d17 100644 --- a/src/IconTimer10SharpFilled.tsx +++ b/src/IconTimer10SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer10SharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer10SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer10SharpFilled as default } diff --git a/src/IconTimer3Alt1Outlined.tsx b/src/IconTimer3Alt1Outlined.tsx index c626f01a7..b6d95002f 100644 --- a/src/IconTimer3Alt1Outlined.tsx +++ b/src/IconTimer3Alt1Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1Outlined: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1Outlined as default } diff --git a/src/IconTimer3Alt1OutlinedFilled.tsx b/src/IconTimer3Alt1OutlinedFilled.tsx index 934346fc1..b585b5913 100644 --- a/src/IconTimer3Alt1OutlinedFilled.tsx +++ b/src/IconTimer3Alt1OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1OutlinedFilled as default } diff --git a/src/IconTimer3Alt1Rounded.tsx b/src/IconTimer3Alt1Rounded.tsx index 04a4a6447..10a0a8474 100644 --- a/src/IconTimer3Alt1Rounded.tsx +++ b/src/IconTimer3Alt1Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1Rounded: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1Rounded as default } diff --git a/src/IconTimer3Alt1RoundedFilled.tsx b/src/IconTimer3Alt1RoundedFilled.tsx index 18a3d357e..b3d93c953 100644 --- a/src/IconTimer3Alt1RoundedFilled.tsx +++ b/src/IconTimer3Alt1RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1RoundedFilled as default } diff --git a/src/IconTimer3Alt1Sharp.tsx b/src/IconTimer3Alt1Sharp.tsx index b2c0c0758..0d95cdd02 100644 --- a/src/IconTimer3Alt1Sharp.tsx +++ b/src/IconTimer3Alt1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1Sharp: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1Sharp as default } diff --git a/src/IconTimer3Alt1SharpFilled.tsx b/src/IconTimer3Alt1SharpFilled.tsx index 1eec1acf4..86d5668de 100644 --- a/src/IconTimer3Alt1SharpFilled.tsx +++ b/src/IconTimer3Alt1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Alt1SharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer3Alt1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3Alt1SharpFilled as default } diff --git a/src/IconTimer3Outlined.tsx b/src/IconTimer3Outlined.tsx index 4a682270d..ef9cac76d 100644 --- a/src/IconTimer3Outlined.tsx +++ b/src/IconTimer3Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Outlined: React.FC = ({ ...props }) => ( +export const IconTimer3Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Outlined as default } diff --git a/src/IconTimer3OutlinedFilled.tsx b/src/IconTimer3OutlinedFilled.tsx index 5785f32b0..c7824d382 100644 --- a/src/IconTimer3OutlinedFilled.tsx +++ b/src/IconTimer3OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3OutlinedFilled as default } diff --git a/src/IconTimer3Rounded.tsx b/src/IconTimer3Rounded.tsx index 68b1e8ac5..cfc1e159a 100644 --- a/src/IconTimer3Rounded.tsx +++ b/src/IconTimer3Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Rounded: React.FC = ({ ...props }) => ( +export const IconTimer3Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Rounded as default } diff --git a/src/IconTimer3RoundedFilled.tsx b/src/IconTimer3RoundedFilled.tsx index ac95b9a92..3e3f39927 100644 --- a/src/IconTimer3RoundedFilled.tsx +++ b/src/IconTimer3RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3RoundedFilled as default } diff --git a/src/IconTimer3SelectOutlined.tsx b/src/IconTimer3SelectOutlined.tsx index 008de56b6..f3048045c 100644 --- a/src/IconTimer3SelectOutlined.tsx +++ b/src/IconTimer3SelectOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectOutlined: React.FC = ({ ...props }) => ( +export const IconTimer3SelectOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectOutlined as default } diff --git a/src/IconTimer3SelectOutlinedFilled.tsx b/src/IconTimer3SelectOutlinedFilled.tsx index 399d213e4..7898bc3a6 100644 --- a/src/IconTimer3SelectOutlinedFilled.tsx +++ b/src/IconTimer3SelectOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3SelectOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectOutlinedFilled as default } diff --git a/src/IconTimer3SelectRounded.tsx b/src/IconTimer3SelectRounded.tsx index cadb39d31..7853ad152 100644 --- a/src/IconTimer3SelectRounded.tsx +++ b/src/IconTimer3SelectRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectRounded: React.FC = ({ ...props }) => ( +export const IconTimer3SelectRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectRounded as default } diff --git a/src/IconTimer3SelectRoundedFilled.tsx b/src/IconTimer3SelectRoundedFilled.tsx index 786585ae5..19ba157d5 100644 --- a/src/IconTimer3SelectRoundedFilled.tsx +++ b/src/IconTimer3SelectRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer3SelectRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectRoundedFilled as default } diff --git a/src/IconTimer3SelectSharp.tsx b/src/IconTimer3SelectSharp.tsx index 2cbb02f77..2213baa9f 100644 --- a/src/IconTimer3SelectSharp.tsx +++ b/src/IconTimer3SelectSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectSharp: React.FC = ({ ...props }) => ( +export const IconTimer3SelectSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectSharp as default } diff --git a/src/IconTimer3SelectSharpFilled.tsx b/src/IconTimer3SelectSharpFilled.tsx index 555cd1e9e..3a47d72b2 100644 --- a/src/IconTimer3SelectSharpFilled.tsx +++ b/src/IconTimer3SelectSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SelectSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer3SelectSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer3SelectSharpFilled as default } diff --git a/src/IconTimer3Sharp.tsx b/src/IconTimer3Sharp.tsx index aca2d1698..a83172798 100644 --- a/src/IconTimer3Sharp.tsx +++ b/src/IconTimer3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3Sharp: React.FC = ({ ...props }) => ( +export const IconTimer3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3Sharp as default } diff --git a/src/IconTimer3SharpFilled.tsx b/src/IconTimer3SharpFilled.tsx index 535f5a503..d305cd412 100644 --- a/src/IconTimer3SharpFilled.tsx +++ b/src/IconTimer3SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer3SharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer3SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer3SharpFilled as default } diff --git a/src/IconTimer5Outlined.tsx b/src/IconTimer5Outlined.tsx index 030b464b3..116a9b456 100644 --- a/src/IconTimer5Outlined.tsx +++ b/src/IconTimer5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5Outlined: React.FC = ({ ...props }) => ( +export const IconTimer5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5Outlined as default } diff --git a/src/IconTimer5OutlinedFilled.tsx b/src/IconTimer5OutlinedFilled.tsx index 47f5cbd0c..55405b623 100644 --- a/src/IconTimer5OutlinedFilled.tsx +++ b/src/IconTimer5OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer5OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5OutlinedFilled as default } diff --git a/src/IconTimer5Rounded.tsx b/src/IconTimer5Rounded.tsx index 8d5b20605..5bba2ecb9 100644 --- a/src/IconTimer5Rounded.tsx +++ b/src/IconTimer5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5Rounded: React.FC = ({ ...props }) => ( +export const IconTimer5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5Rounded as default } diff --git a/src/IconTimer5RoundedFilled.tsx b/src/IconTimer5RoundedFilled.tsx index d394e8921..539dc6b95 100644 --- a/src/IconTimer5RoundedFilled.tsx +++ b/src/IconTimer5RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer5RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5RoundedFilled as default } diff --git a/src/IconTimer5Sharp.tsx b/src/IconTimer5Sharp.tsx index b59d15ffc..fcb72d3c8 100644 --- a/src/IconTimer5Sharp.tsx +++ b/src/IconTimer5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5Sharp: React.FC = ({ ...props }) => ( +export const IconTimer5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5Sharp as default } diff --git a/src/IconTimer5SharpFilled.tsx b/src/IconTimer5SharpFilled.tsx index 11681054f..ea7457115 100644 --- a/src/IconTimer5SharpFilled.tsx +++ b/src/IconTimer5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5SharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5SharpFilled as default } diff --git a/src/IconTimer5ShutterOutlined.tsx b/src/IconTimer5ShutterOutlined.tsx index 6549e1092..07e775559 100644 --- a/src/IconTimer5ShutterOutlined.tsx +++ b/src/IconTimer5ShutterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterOutlined: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterOutlined as default } diff --git a/src/IconTimer5ShutterOutlinedFilled.tsx b/src/IconTimer5ShutterOutlinedFilled.tsx index d0147cfd6..1d9409521 100644 --- a/src/IconTimer5ShutterOutlinedFilled.tsx +++ b/src/IconTimer5ShutterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterOutlinedFilled as default } diff --git a/src/IconTimer5ShutterRounded.tsx b/src/IconTimer5ShutterRounded.tsx index ff54da77e..abacaffa3 100644 --- a/src/IconTimer5ShutterRounded.tsx +++ b/src/IconTimer5ShutterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterRounded: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterRounded as default } diff --git a/src/IconTimer5ShutterRoundedFilled.tsx b/src/IconTimer5ShutterRoundedFilled.tsx index 53d6be570..e27c5e31e 100644 --- a/src/IconTimer5ShutterRoundedFilled.tsx +++ b/src/IconTimer5ShutterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterRoundedFilled as default } diff --git a/src/IconTimer5ShutterSharp.tsx b/src/IconTimer5ShutterSharp.tsx index a02618e2e..c6a214e59 100644 --- a/src/IconTimer5ShutterSharp.tsx +++ b/src/IconTimer5ShutterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterSharp: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterSharp as default } diff --git a/src/IconTimer5ShutterSharpFilled.tsx b/src/IconTimer5ShutterSharpFilled.tsx index c45f6a9cf..785c4006a 100644 --- a/src/IconTimer5ShutterSharpFilled.tsx +++ b/src/IconTimer5ShutterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimer5ShutterSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimer5ShutterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimer5ShutterSharpFilled as default } diff --git a/src/IconTimerOffOutlined.tsx b/src/IconTimerOffOutlined.tsx index 4216a2519..e7d1ed697 100644 --- a/src/IconTimerOffOutlined.tsx +++ b/src/IconTimerOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffOutlined: React.FC = ({ ...props }) => ( +export const IconTimerOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOffOutlined as default } diff --git a/src/IconTimerOffOutlinedFilled.tsx b/src/IconTimerOffOutlinedFilled.tsx index d6bd972e5..6407e99b2 100644 --- a/src/IconTimerOffOutlinedFilled.tsx +++ b/src/IconTimerOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimerOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerOffOutlinedFilled as default } diff --git a/src/IconTimerOffRounded.tsx b/src/IconTimerOffRounded.tsx index d318ddd17..b536166b7 100644 --- a/src/IconTimerOffRounded.tsx +++ b/src/IconTimerOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffRounded: React.FC = ({ ...props }) => ( +export const IconTimerOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOffRounded as default } diff --git a/src/IconTimerOffRoundedFilled.tsx b/src/IconTimerOffRoundedFilled.tsx index 74d96af5b..c2151a0c7 100644 --- a/src/IconTimerOffRoundedFilled.tsx +++ b/src/IconTimerOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimerOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerOffRoundedFilled as default } diff --git a/src/IconTimerOffSharp.tsx b/src/IconTimerOffSharp.tsx index dce00c898..9161604e4 100644 --- a/src/IconTimerOffSharp.tsx +++ b/src/IconTimerOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffSharp: React.FC = ({ ...props }) => ( +export const IconTimerOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOffSharp as default } diff --git a/src/IconTimerOffSharpFilled.tsx b/src/IconTimerOffSharpFilled.tsx index d4453e954..eb660a329 100644 --- a/src/IconTimerOffSharpFilled.tsx +++ b/src/IconTimerOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimerOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOffSharpFilled as default } diff --git a/src/IconTimerOutlined.tsx b/src/IconTimerOutlined.tsx index 43647a075..4bd9885d9 100644 --- a/src/IconTimerOutlined.tsx +++ b/src/IconTimerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOutlined: React.FC = ({ ...props }) => ( +export const IconTimerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOutlined as default } diff --git a/src/IconTimerOutlinedFilled.tsx b/src/IconTimerOutlinedFilled.tsx index b895fa1bd..a0b7d495a 100644 --- a/src/IconTimerOutlinedFilled.tsx +++ b/src/IconTimerOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimerOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerOutlinedFilled as default } diff --git a/src/IconTimerPauseOutlined.tsx b/src/IconTimerPauseOutlined.tsx index 843ca42f9..cfd97e8a3 100644 --- a/src/IconTimerPauseOutlined.tsx +++ b/src/IconTimerPauseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseOutlined: React.FC = ({ ...props }) => ( +export const IconTimerPauseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPauseOutlined as default } diff --git a/src/IconTimerPauseOutlinedFilled.tsx b/src/IconTimerPauseOutlinedFilled.tsx index bf6bad39f..3b0205cc8 100644 --- a/src/IconTimerPauseOutlinedFilled.tsx +++ b/src/IconTimerPauseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimerPauseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerPauseOutlinedFilled as default } diff --git a/src/IconTimerPauseRounded.tsx b/src/IconTimerPauseRounded.tsx index 138ed818d..875aed64b 100644 --- a/src/IconTimerPauseRounded.tsx +++ b/src/IconTimerPauseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseRounded: React.FC = ({ ...props }) => ( +export const IconTimerPauseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPauseRounded as default } diff --git a/src/IconTimerPauseRoundedFilled.tsx b/src/IconTimerPauseRoundedFilled.tsx index 023d7375e..41f9f187d 100644 --- a/src/IconTimerPauseRoundedFilled.tsx +++ b/src/IconTimerPauseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimerPauseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerPauseRoundedFilled as default } diff --git a/src/IconTimerPauseSharp.tsx b/src/IconTimerPauseSharp.tsx index 64dc4328e..d03471c58 100644 --- a/src/IconTimerPauseSharp.tsx +++ b/src/IconTimerPauseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseSharp: React.FC = ({ ...props }) => ( +export const IconTimerPauseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPauseSharp as default } diff --git a/src/IconTimerPauseSharpFilled.tsx b/src/IconTimerPauseSharpFilled.tsx index 67a5c1751..9b3c3a897 100644 --- a/src/IconTimerPauseSharpFilled.tsx +++ b/src/IconTimerPauseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPauseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimerPauseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerPauseSharpFilled as default } diff --git a/src/IconTimerPlayOutlined.tsx b/src/IconTimerPlayOutlined.tsx index f4b409a48..3ec30383a 100644 --- a/src/IconTimerPlayOutlined.tsx +++ b/src/IconTimerPlayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlayOutlined: React.FC = ({ ...props }) => ( +export const IconTimerPlayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPlayOutlined as default } diff --git a/src/IconTimerPlayOutlinedFilled.tsx b/src/IconTimerPlayOutlinedFilled.tsx index d42953c02..ccc1c62a2 100644 --- a/src/IconTimerPlayOutlinedFilled.tsx +++ b/src/IconTimerPlayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTimerPlayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerPlayOutlinedFilled as default } diff --git a/src/IconTimerPlayRounded.tsx b/src/IconTimerPlayRounded.tsx index 141f2b461..0eada616e 100644 --- a/src/IconTimerPlayRounded.tsx +++ b/src/IconTimerPlayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlayRounded: React.FC = ({ ...props }) => ( +export const IconTimerPlayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPlayRounded as default } diff --git a/src/IconTimerPlayRoundedFilled.tsx b/src/IconTimerPlayRoundedFilled.tsx index 941864d2c..a133d2dac 100644 --- a/src/IconTimerPlayRoundedFilled.tsx +++ b/src/IconTimerPlayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimerPlayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTimerPlayRoundedFilled as default } diff --git a/src/IconTimerPlaySharp.tsx b/src/IconTimerPlaySharp.tsx index 3dae0e952..3ebf40545 100644 --- a/src/IconTimerPlaySharp.tsx +++ b/src/IconTimerPlaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlaySharp: React.FC = ({ ...props }) => ( +export const IconTimerPlaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPlaySharp as default } diff --git a/src/IconTimerPlaySharpFilled.tsx b/src/IconTimerPlaySharpFilled.tsx index 5c0ab3391..c2bb15ab8 100644 --- a/src/IconTimerPlaySharpFilled.tsx +++ b/src/IconTimerPlaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerPlaySharpFilled: React.FC = ({ ...props }) => ( +export const IconTimerPlaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerPlaySharpFilled as default } diff --git a/src/IconTimerRounded.tsx b/src/IconTimerRounded.tsx index 57424c343..8c96eba52 100644 --- a/src/IconTimerRounded.tsx +++ b/src/IconTimerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerRounded: React.FC = ({ ...props }) => ( +export const IconTimerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerRounded as default } diff --git a/src/IconTimerRoundedFilled.tsx b/src/IconTimerRoundedFilled.tsx index e63736630..c4449b155 100644 --- a/src/IconTimerRoundedFilled.tsx +++ b/src/IconTimerRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTimerRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerRoundedFilled as default } diff --git a/src/IconTimerSharp.tsx b/src/IconTimerSharp.tsx index c3714568b..6765a3abd 100644 --- a/src/IconTimerSharp.tsx +++ b/src/IconTimerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerSharp: React.FC = ({ ...props }) => ( +export const IconTimerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerSharp as default } diff --git a/src/IconTimerSharpFilled.tsx b/src/IconTimerSharpFilled.tsx index 1eca6afa4..3ca2b1df9 100644 --- a/src/IconTimerSharpFilled.tsx +++ b/src/IconTimerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTimerSharpFilled: React.FC = ({ ...props }) => ( +export const IconTimerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTimerSharpFilled as default } diff --git a/src/IconTireRepairOutlined.tsx b/src/IconTireRepairOutlined.tsx index dfb2a3867..b5f0233b7 100644 --- a/src/IconTireRepairOutlined.tsx +++ b/src/IconTireRepairOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairOutlined: React.FC = ({ ...props }) => ( +export const IconTireRepairOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTireRepairOutlined as default } diff --git a/src/IconTireRepairOutlinedFilled.tsx b/src/IconTireRepairOutlinedFilled.tsx index 96ae0893c..7c7f44ff5 100644 --- a/src/IconTireRepairOutlinedFilled.tsx +++ b/src/IconTireRepairOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTireRepairOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTireRepairOutlinedFilled as default } diff --git a/src/IconTireRepairRounded.tsx b/src/IconTireRepairRounded.tsx index f8c1764d2..de4213bed 100644 --- a/src/IconTireRepairRounded.tsx +++ b/src/IconTireRepairRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairRounded: React.FC = ({ ...props }) => ( +export const IconTireRepairRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTireRepairRounded as default } diff --git a/src/IconTireRepairRoundedFilled.tsx b/src/IconTireRepairRoundedFilled.tsx index b3f9722b8..219843250 100644 --- a/src/IconTireRepairRoundedFilled.tsx +++ b/src/IconTireRepairRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTireRepairRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTireRepairRoundedFilled as default } diff --git a/src/IconTireRepairSharp.tsx b/src/IconTireRepairSharp.tsx index 4a6979178..5ec3bfc30 100644 --- a/src/IconTireRepairSharp.tsx +++ b/src/IconTireRepairSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairSharp: React.FC = ({ ...props }) => ( +export const IconTireRepairSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTireRepairSharp as default } diff --git a/src/IconTireRepairSharpFilled.tsx b/src/IconTireRepairSharpFilled.tsx index 68f0e5f58..202b7396f 100644 --- a/src/IconTireRepairSharpFilled.tsx +++ b/src/IconTireRepairSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTireRepairSharpFilled: React.FC = ({ ...props }) => ( +export const IconTireRepairSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTireRepairSharpFilled as default } diff --git a/src/IconTitleOutlined.tsx b/src/IconTitleOutlined.tsx index 8e4de9c12..6ac847d74 100644 --- a/src/IconTitleOutlined.tsx +++ b/src/IconTitleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleOutlined: React.FC = ({ ...props }) => ( +export const IconTitleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleOutlined as default } diff --git a/src/IconTitleOutlinedFilled.tsx b/src/IconTitleOutlinedFilled.tsx index 5d496985b..4e5623a2e 100644 --- a/src/IconTitleOutlinedFilled.tsx +++ b/src/IconTitleOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTitleOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleOutlinedFilled as default } diff --git a/src/IconTitleRounded.tsx b/src/IconTitleRounded.tsx index 913653e04..2c15da4d3 100644 --- a/src/IconTitleRounded.tsx +++ b/src/IconTitleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleRounded: React.FC = ({ ...props }) => ( +export const IconTitleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleRounded as default } diff --git a/src/IconTitleRoundedFilled.tsx b/src/IconTitleRoundedFilled.tsx index 651a5f9a5..cb023365f 100644 --- a/src/IconTitleRoundedFilled.tsx +++ b/src/IconTitleRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTitleRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleRoundedFilled as default } diff --git a/src/IconTitleSharp.tsx b/src/IconTitleSharp.tsx index c753b0832..cf2643472 100644 --- a/src/IconTitleSharp.tsx +++ b/src/IconTitleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleSharp: React.FC = ({ ...props }) => ( +export const IconTitleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleSharp as default } diff --git a/src/IconTitleSharpFilled.tsx b/src/IconTitleSharpFilled.tsx index 4962adfdf..e42ce8590 100644 --- a/src/IconTitleSharpFilled.tsx +++ b/src/IconTitleSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitleSharpFilled: React.FC = ({ ...props }) => ( +export const IconTitleSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitleSharpFilled as default } diff --git a/src/IconTitlecaseOutlined.tsx b/src/IconTitlecaseOutlined.tsx index ac9c4b03b..a11887ab3 100644 --- a/src/IconTitlecaseOutlined.tsx +++ b/src/IconTitlecaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseOutlined: React.FC = ({ ...props }) => ( +export const IconTitlecaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitlecaseOutlined as default } diff --git a/src/IconTitlecaseOutlinedFilled.tsx b/src/IconTitlecaseOutlinedFilled.tsx index a734ca9a4..e73785678 100644 --- a/src/IconTitlecaseOutlinedFilled.tsx +++ b/src/IconTitlecaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTitlecaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTitlecaseOutlinedFilled as default } diff --git a/src/IconTitlecaseRounded.tsx b/src/IconTitlecaseRounded.tsx index c0ddf61a5..345f58249 100644 --- a/src/IconTitlecaseRounded.tsx +++ b/src/IconTitlecaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseRounded: React.FC = ({ ...props }) => ( +export const IconTitlecaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitlecaseRounded as default } diff --git a/src/IconTitlecaseRoundedFilled.tsx b/src/IconTitlecaseRoundedFilled.tsx index e0bc83321..280143f96 100644 --- a/src/IconTitlecaseRoundedFilled.tsx +++ b/src/IconTitlecaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTitlecaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTitlecaseRoundedFilled as default } diff --git a/src/IconTitlecaseSharp.tsx b/src/IconTitlecaseSharp.tsx index 9d210997a..bc552bcde 100644 --- a/src/IconTitlecaseSharp.tsx +++ b/src/IconTitlecaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseSharp: React.FC = ({ ...props }) => ( +export const IconTitlecaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitlecaseSharp as default } diff --git a/src/IconTitlecaseSharpFilled.tsx b/src/IconTitlecaseSharpFilled.tsx index 7e29e4797..40c25e44b 100644 --- a/src/IconTitlecaseSharpFilled.tsx +++ b/src/IconTitlecaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTitlecaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTitlecaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTitlecaseSharpFilled as default } diff --git a/src/IconToastOutlined.tsx b/src/IconToastOutlined.tsx index c18abc92a..a345ced9f 100644 --- a/src/IconToastOutlined.tsx +++ b/src/IconToastOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastOutlined: React.FC = ({ ...props }) => ( +export const IconToastOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastOutlined as default } diff --git a/src/IconToastOutlinedFilled.tsx b/src/IconToastOutlinedFilled.tsx index 2e635d9e2..412cb3a83 100644 --- a/src/IconToastOutlinedFilled.tsx +++ b/src/IconToastOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToastOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastOutlinedFilled as default } diff --git a/src/IconToastRounded.tsx b/src/IconToastRounded.tsx index da1aa00ff..dc82f135a 100644 --- a/src/IconToastRounded.tsx +++ b/src/IconToastRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastRounded: React.FC = ({ ...props }) => ( +export const IconToastRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastRounded as default } diff --git a/src/IconToastRoundedFilled.tsx b/src/IconToastRoundedFilled.tsx index 911b20dcd..d7b8971d0 100644 --- a/src/IconToastRoundedFilled.tsx +++ b/src/IconToastRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToastRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastRoundedFilled as default } diff --git a/src/IconToastSharp.tsx b/src/IconToastSharp.tsx index 404fe5bff..e8123c7d6 100644 --- a/src/IconToastSharp.tsx +++ b/src/IconToastSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastSharp: React.FC = ({ ...props }) => ( +export const IconToastSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastSharp as default } diff --git a/src/IconToastSharpFilled.tsx b/src/IconToastSharpFilled.tsx index e4267313a..732b589d9 100644 --- a/src/IconToastSharpFilled.tsx +++ b/src/IconToastSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToastSharpFilled: React.FC = ({ ...props }) => ( +export const IconToastSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToastSharpFilled as default } diff --git a/src/IconTocOutlined.tsx b/src/IconTocOutlined.tsx index ab6fd5105..f3e5a7c44 100644 --- a/src/IconTocOutlined.tsx +++ b/src/IconTocOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocOutlined: React.FC = ({ ...props }) => ( +export const IconTocOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocOutlined as default } diff --git a/src/IconTocOutlinedFilled.tsx b/src/IconTocOutlinedFilled.tsx index 5c7b0bcd3..36f9d22a1 100644 --- a/src/IconTocOutlinedFilled.tsx +++ b/src/IconTocOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTocOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocOutlinedFilled as default } diff --git a/src/IconTocRounded.tsx b/src/IconTocRounded.tsx index 9ccc79351..5f246e563 100644 --- a/src/IconTocRounded.tsx +++ b/src/IconTocRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocRounded: React.FC = ({ ...props }) => ( +export const IconTocRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocRounded as default } diff --git a/src/IconTocRoundedFilled.tsx b/src/IconTocRoundedFilled.tsx index b6fadc954..97d6bcc32 100644 --- a/src/IconTocRoundedFilled.tsx +++ b/src/IconTocRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTocRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocRoundedFilled as default } diff --git a/src/IconTocSharp.tsx b/src/IconTocSharp.tsx index ed374a022..487509e5d 100644 --- a/src/IconTocSharp.tsx +++ b/src/IconTocSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocSharp: React.FC = ({ ...props }) => ( +export const IconTocSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocSharp as default } diff --git a/src/IconTocSharpFilled.tsx b/src/IconTocSharpFilled.tsx index 893a2c9c8..8743a741c 100644 --- a/src/IconTocSharpFilled.tsx +++ b/src/IconTocSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTocSharpFilled: React.FC = ({ ...props }) => ( +export const IconTocSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTocSharpFilled as default } diff --git a/src/IconTodayOutlined.tsx b/src/IconTodayOutlined.tsx index 1769bdebe..e30b4c19f 100644 --- a/src/IconTodayOutlined.tsx +++ b/src/IconTodayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodayOutlined: React.FC = ({ ...props }) => ( +export const IconTodayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodayOutlined as default } diff --git a/src/IconTodayOutlinedFilled.tsx b/src/IconTodayOutlinedFilled.tsx index cd9989997..63d891dde 100644 --- a/src/IconTodayOutlinedFilled.tsx +++ b/src/IconTodayOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTodayOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodayOutlinedFilled as default } diff --git a/src/IconTodayRounded.tsx b/src/IconTodayRounded.tsx index ade9427ac..73978f021 100644 --- a/src/IconTodayRounded.tsx +++ b/src/IconTodayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodayRounded: React.FC = ({ ...props }) => ( +export const IconTodayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodayRounded as default } diff --git a/src/IconTodayRoundedFilled.tsx b/src/IconTodayRoundedFilled.tsx index b18dbf3c7..1a2c30159 100644 --- a/src/IconTodayRoundedFilled.tsx +++ b/src/IconTodayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTodayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodayRoundedFilled as default } diff --git a/src/IconTodaySharp.tsx b/src/IconTodaySharp.tsx index 4dd52a52f..2366bdd3d 100644 --- a/src/IconTodaySharp.tsx +++ b/src/IconTodaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodaySharp: React.FC = ({ ...props }) => ( +export const IconTodaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodaySharp as default } diff --git a/src/IconTodaySharpFilled.tsx b/src/IconTodaySharpFilled.tsx index 8eb05e9fc..8b4c64f75 100644 --- a/src/IconTodaySharpFilled.tsx +++ b/src/IconTodaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTodaySharpFilled: React.FC = ({ ...props }) => ( +export const IconTodaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTodaySharpFilled as default } diff --git a/src/IconToggleOffOutlined.tsx b/src/IconToggleOffOutlined.tsx index 18c9bfdc4..0476d6cca 100644 --- a/src/IconToggleOffOutlined.tsx +++ b/src/IconToggleOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffOutlined: React.FC = ({ ...props }) => ( +export const IconToggleOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOffOutlined as default } diff --git a/src/IconToggleOffOutlinedFilled.tsx b/src/IconToggleOffOutlinedFilled.tsx index 109994efb..06f781fcb 100644 --- a/src/IconToggleOffOutlinedFilled.tsx +++ b/src/IconToggleOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToggleOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToggleOffOutlinedFilled as default } diff --git a/src/IconToggleOffRounded.tsx b/src/IconToggleOffRounded.tsx index 5ed7d30ca..99025e9e5 100644 --- a/src/IconToggleOffRounded.tsx +++ b/src/IconToggleOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffRounded: React.FC = ({ ...props }) => ( +export const IconToggleOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOffRounded as default } diff --git a/src/IconToggleOffRoundedFilled.tsx b/src/IconToggleOffRoundedFilled.tsx index 59c5adfec..d5d8f587e 100644 --- a/src/IconToggleOffRoundedFilled.tsx +++ b/src/IconToggleOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToggleOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToggleOffRoundedFilled as default } diff --git a/src/IconToggleOffSharp.tsx b/src/IconToggleOffSharp.tsx index b1f90787b..58ce26056 100644 --- a/src/IconToggleOffSharp.tsx +++ b/src/IconToggleOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffSharp: React.FC = ({ ...props }) => ( +export const IconToggleOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOffSharp as default } diff --git a/src/IconToggleOffSharpFilled.tsx b/src/IconToggleOffSharpFilled.tsx index d7bebb775..ac8cf5e5b 100644 --- a/src/IconToggleOffSharpFilled.tsx +++ b/src/IconToggleOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconToggleOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOffSharpFilled as default } diff --git a/src/IconToggleOnOutlined.tsx b/src/IconToggleOnOutlined.tsx index 5c69a57f5..692cac7ae 100644 --- a/src/IconToggleOnOutlined.tsx +++ b/src/IconToggleOnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnOutlined: React.FC = ({ ...props }) => ( +export const IconToggleOnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOnOutlined as default } diff --git a/src/IconToggleOnOutlinedFilled.tsx b/src/IconToggleOnOutlinedFilled.tsx index 7f5731a18..14936f79f 100644 --- a/src/IconToggleOnOutlinedFilled.tsx +++ b/src/IconToggleOnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToggleOnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToggleOnOutlinedFilled as default } diff --git a/src/IconToggleOnRounded.tsx b/src/IconToggleOnRounded.tsx index dc5f5caa2..8e28dd9d8 100644 --- a/src/IconToggleOnRounded.tsx +++ b/src/IconToggleOnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnRounded: React.FC = ({ ...props }) => ( +export const IconToggleOnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOnRounded as default } diff --git a/src/IconToggleOnRoundedFilled.tsx b/src/IconToggleOnRoundedFilled.tsx index 0c561f99f..e3812946a 100644 --- a/src/IconToggleOnRoundedFilled.tsx +++ b/src/IconToggleOnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToggleOnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToggleOnRoundedFilled as default } diff --git a/src/IconToggleOnSharp.tsx b/src/IconToggleOnSharp.tsx index 3fcf344b9..615696dc6 100644 --- a/src/IconToggleOnSharp.tsx +++ b/src/IconToggleOnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnSharp: React.FC = ({ ...props }) => ( +export const IconToggleOnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOnSharp as default } diff --git a/src/IconToggleOnSharpFilled.tsx b/src/IconToggleOnSharpFilled.tsx index b764c5caf..ee8a832c6 100644 --- a/src/IconToggleOnSharpFilled.tsx +++ b/src/IconToggleOnSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToggleOnSharpFilled: React.FC = ({ ...props }) => ( +export const IconToggleOnSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToggleOnSharpFilled as default } diff --git a/src/IconTokenOutlined.tsx b/src/IconTokenOutlined.tsx index c73bb17bf..47ea8fe27 100644 --- a/src/IconTokenOutlined.tsx +++ b/src/IconTokenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenOutlined: React.FC = ({ ...props }) => ( +export const IconTokenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenOutlined as default } diff --git a/src/IconTokenOutlinedFilled.tsx b/src/IconTokenOutlinedFilled.tsx index 64d1505b7..fec22af2f 100644 --- a/src/IconTokenOutlinedFilled.tsx +++ b/src/IconTokenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTokenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenOutlinedFilled as default } diff --git a/src/IconTokenRounded.tsx b/src/IconTokenRounded.tsx index 1ccfe0cd6..247ef66aa 100644 --- a/src/IconTokenRounded.tsx +++ b/src/IconTokenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenRounded: React.FC = ({ ...props }) => ( +export const IconTokenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenRounded as default } diff --git a/src/IconTokenRoundedFilled.tsx b/src/IconTokenRoundedFilled.tsx index 0ffb15886..f41f76fef 100644 --- a/src/IconTokenRoundedFilled.tsx +++ b/src/IconTokenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTokenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenRoundedFilled as default } diff --git a/src/IconTokenSharp.tsx b/src/IconTokenSharp.tsx index a3fd56fd2..4383877c2 100644 --- a/src/IconTokenSharp.tsx +++ b/src/IconTokenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenSharp: React.FC = ({ ...props }) => ( +export const IconTokenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenSharp as default } diff --git a/src/IconTokenSharpFilled.tsx b/src/IconTokenSharpFilled.tsx index 78bf976a4..a0c909b41 100644 --- a/src/IconTokenSharpFilled.tsx +++ b/src/IconTokenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTokenSharpFilled: React.FC = ({ ...props }) => ( +export const IconTokenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTokenSharpFilled as default } diff --git a/src/IconTollOutlined.tsx b/src/IconTollOutlined.tsx index 1f0221c47..6e235e794 100644 --- a/src/IconTollOutlined.tsx +++ b/src/IconTollOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollOutlined: React.FC = ({ ...props }) => ( +export const IconTollOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollOutlined as default } diff --git a/src/IconTollOutlinedFilled.tsx b/src/IconTollOutlinedFilled.tsx index 3264a35b4..0ea49afae 100644 --- a/src/IconTollOutlinedFilled.tsx +++ b/src/IconTollOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTollOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollOutlinedFilled as default } diff --git a/src/IconTollRounded.tsx b/src/IconTollRounded.tsx index 7b561f9d9..8e6dbc1fc 100644 --- a/src/IconTollRounded.tsx +++ b/src/IconTollRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollRounded: React.FC = ({ ...props }) => ( +export const IconTollRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollRounded as default } diff --git a/src/IconTollRoundedFilled.tsx b/src/IconTollRoundedFilled.tsx index 93e133be1..591f02c5f 100644 --- a/src/IconTollRoundedFilled.tsx +++ b/src/IconTollRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTollRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollRoundedFilled as default } diff --git a/src/IconTollSharp.tsx b/src/IconTollSharp.tsx index ccd380bfb..51799848d 100644 --- a/src/IconTollSharp.tsx +++ b/src/IconTollSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollSharp: React.FC = ({ ...props }) => ( +export const IconTollSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollSharp as default } diff --git a/src/IconTollSharpFilled.tsx b/src/IconTollSharpFilled.tsx index ab60a7f50..73b439f7c 100644 --- a/src/IconTollSharpFilled.tsx +++ b/src/IconTollSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTollSharpFilled: React.FC = ({ ...props }) => ( +export const IconTollSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTollSharpFilled as default } diff --git a/src/IconTonalityOutlined.tsx b/src/IconTonalityOutlined.tsx index b888910c9..2d989a2cb 100644 --- a/src/IconTonalityOutlined.tsx +++ b/src/IconTonalityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTonalityOutlined: React.FC = ({ ...props }) => ( +export const IconTonalityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTonalityOutlined as default } diff --git a/src/IconTonalityOutlinedFilled.tsx b/src/IconTonalityOutlinedFilled.tsx index 9b6f30e47..41cb4afa7 100644 --- a/src/IconTonalityOutlinedFilled.tsx +++ b/src/IconTonalityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTonalityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTonalityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTonalityOutlinedFilled as default } diff --git a/src/IconTonalityRounded.tsx b/src/IconTonalityRounded.tsx index 4fa351120..7f75d8cdf 100644 --- a/src/IconTonalityRounded.tsx +++ b/src/IconTonalityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTonalityRounded: React.FC = ({ ...props }) => ( +export const IconTonalityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTonalityRounded as default } diff --git a/src/IconTonalityRoundedFilled.tsx b/src/IconTonalityRoundedFilled.tsx index 7795ce223..3a0ffd45f 100644 --- a/src/IconTonalityRoundedFilled.tsx +++ b/src/IconTonalityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTonalityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTonalityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTonalityRoundedFilled as default } diff --git a/src/IconTonalitySharp.tsx b/src/IconTonalitySharp.tsx index 1301e382b..d2c3f7dcb 100644 --- a/src/IconTonalitySharp.tsx +++ b/src/IconTonalitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTonalitySharp: React.FC = ({ ...props }) => ( +export const IconTonalitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTonalitySharp as default } diff --git a/src/IconTonalitySharpFilled.tsx b/src/IconTonalitySharpFilled.tsx index ee14a866c..cea0b0e59 100644 --- a/src/IconTonalitySharpFilled.tsx +++ b/src/IconTonalitySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTonalitySharpFilled: React.FC = ({ ...props }) => ( +export const IconTonalitySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTonalitySharpFilled as default } diff --git a/src/IconToolbarOutlined.tsx b/src/IconToolbarOutlined.tsx index 0047f3c8e..239a7933e 100644 --- a/src/IconToolbarOutlined.tsx +++ b/src/IconToolbarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarOutlined: React.FC = ({ ...props }) => ( +export const IconToolbarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolbarOutlined as default } diff --git a/src/IconToolbarOutlinedFilled.tsx b/src/IconToolbarOutlinedFilled.tsx index 45e2e191d..c2f8c8a5c 100644 --- a/src/IconToolbarOutlinedFilled.tsx +++ b/src/IconToolbarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToolbarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolbarOutlinedFilled as default } diff --git a/src/IconToolbarRounded.tsx b/src/IconToolbarRounded.tsx index c8c9c982f..5df563654 100644 --- a/src/IconToolbarRounded.tsx +++ b/src/IconToolbarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarRounded: React.FC = ({ ...props }) => ( +export const IconToolbarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolbarRounded as default } diff --git a/src/IconToolbarRoundedFilled.tsx b/src/IconToolbarRoundedFilled.tsx index 8307b992b..75eb416ae 100644 --- a/src/IconToolbarRoundedFilled.tsx +++ b/src/IconToolbarRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToolbarRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolbarRoundedFilled as default } diff --git a/src/IconToolbarSharp.tsx b/src/IconToolbarSharp.tsx index 8e240c277..b2f57faae 100644 --- a/src/IconToolbarSharp.tsx +++ b/src/IconToolbarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarSharp: React.FC = ({ ...props }) => ( +export const IconToolbarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolbarSharp as default } diff --git a/src/IconToolbarSharpFilled.tsx b/src/IconToolbarSharpFilled.tsx index 33a609930..385ff4224 100644 --- a/src/IconToolbarSharpFilled.tsx +++ b/src/IconToolbarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolbarSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolbarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolbarSharpFilled as default } diff --git a/src/IconToolsFlatHeadOutlined.tsx b/src/IconToolsFlatHeadOutlined.tsx index 4733f550c..08b56709b 100644 --- a/src/IconToolsFlatHeadOutlined.tsx +++ b/src/IconToolsFlatHeadOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadOutlined: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadOutlined as default } diff --git a/src/IconToolsFlatHeadOutlinedFilled.tsx b/src/IconToolsFlatHeadOutlinedFilled.tsx index 6620666ac..1c56c20ae 100644 --- a/src/IconToolsFlatHeadOutlinedFilled.tsx +++ b/src/IconToolsFlatHeadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadOutlinedFilled as default } diff --git a/src/IconToolsFlatHeadRounded.tsx b/src/IconToolsFlatHeadRounded.tsx index 36c6f1f9b..3670b8cb7 100644 --- a/src/IconToolsFlatHeadRounded.tsx +++ b/src/IconToolsFlatHeadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadRounded: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadRounded as default } diff --git a/src/IconToolsFlatHeadRoundedFilled.tsx b/src/IconToolsFlatHeadRoundedFilled.tsx index 88f5d5fce..3527a01f2 100644 --- a/src/IconToolsFlatHeadRoundedFilled.tsx +++ b/src/IconToolsFlatHeadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadRoundedFilled as default } diff --git a/src/IconToolsFlatHeadSharp.tsx b/src/IconToolsFlatHeadSharp.tsx index 37acf9cbc..ea9a11933 100644 --- a/src/IconToolsFlatHeadSharp.tsx +++ b/src/IconToolsFlatHeadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadSharp: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadSharp as default } diff --git a/src/IconToolsFlatHeadSharpFilled.tsx b/src/IconToolsFlatHeadSharpFilled.tsx index 9d2cd41a5..6b25e5e5e 100644 --- a/src/IconToolsFlatHeadSharpFilled.tsx +++ b/src/IconToolsFlatHeadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsFlatHeadSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolsFlatHeadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsFlatHeadSharpFilled as default } diff --git a/src/IconToolsInstallationKitOutlined.tsx b/src/IconToolsInstallationKitOutlined.tsx index 9572d1fae..3f7c39aa2 100644 --- a/src/IconToolsInstallationKitOutlined.tsx +++ b/src/IconToolsInstallationKitOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitOutlined: React.FC = ({ +export const IconToolsInstallationKitOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsInstallationKitOutlined: React.FC = ({ ) - -export { IconToolsInstallationKitOutlined as default } diff --git a/src/IconToolsInstallationKitOutlinedFilled.tsx b/src/IconToolsInstallationKitOutlinedFilled.tsx index 9b6e2f935..a033fc41d 100644 --- a/src/IconToolsInstallationKitOutlinedFilled.tsx +++ b/src/IconToolsInstallationKitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitOutlinedFilled: React.FC = ({ +export const IconToolsInstallationKitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsInstallationKitOutlinedFilled: React.FC = ({ ) - -export { IconToolsInstallationKitOutlinedFilled as default } diff --git a/src/IconToolsInstallationKitRounded.tsx b/src/IconToolsInstallationKitRounded.tsx index 72382c6dd..8a5100390 100644 --- a/src/IconToolsInstallationKitRounded.tsx +++ b/src/IconToolsInstallationKitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitRounded: React.FC = ({ ...props }) => ( +export const IconToolsInstallationKitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsInstallationKitRounded as default } diff --git a/src/IconToolsInstallationKitRoundedFilled.tsx b/src/IconToolsInstallationKitRoundedFilled.tsx index 7afcb02ae..2e77f2089 100644 --- a/src/IconToolsInstallationKitRoundedFilled.tsx +++ b/src/IconToolsInstallationKitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitRoundedFilled: React.FC = ({ +export const IconToolsInstallationKitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsInstallationKitRoundedFilled: React.FC = ({ ) - -export { IconToolsInstallationKitRoundedFilled as default } diff --git a/src/IconToolsInstallationKitSharp.tsx b/src/IconToolsInstallationKitSharp.tsx index fe5baa287..0727acc23 100644 --- a/src/IconToolsInstallationKitSharp.tsx +++ b/src/IconToolsInstallationKitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitSharp: React.FC = ({ ...props }) => ( +export const IconToolsInstallationKitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsInstallationKitSharp as default } diff --git a/src/IconToolsInstallationKitSharpFilled.tsx b/src/IconToolsInstallationKitSharpFilled.tsx index eff1ebbd3..ce7ed3cb2 100644 --- a/src/IconToolsInstallationKitSharpFilled.tsx +++ b/src/IconToolsInstallationKitSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsInstallationKitSharpFilled: React.FC = ({ +export const IconToolsInstallationKitSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsInstallationKitSharpFilled: React.FC = ({ ) - -export { IconToolsInstallationKitSharpFilled as default } diff --git a/src/IconToolsLadderOutlined.tsx b/src/IconToolsLadderOutlined.tsx index c37d372f0..6daec8dca 100644 --- a/src/IconToolsLadderOutlined.tsx +++ b/src/IconToolsLadderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderOutlined: React.FC = ({ ...props }) => ( +export const IconToolsLadderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLadderOutlined as default } diff --git a/src/IconToolsLadderOutlinedFilled.tsx b/src/IconToolsLadderOutlinedFilled.tsx index d3560d0b3..66e8e8f14 100644 --- a/src/IconToolsLadderOutlinedFilled.tsx +++ b/src/IconToolsLadderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToolsLadderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLadderOutlinedFilled as default } diff --git a/src/IconToolsLadderRounded.tsx b/src/IconToolsLadderRounded.tsx index c7f1e2f5f..fb2bdd861 100644 --- a/src/IconToolsLadderRounded.tsx +++ b/src/IconToolsLadderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderRounded: React.FC = ({ ...props }) => ( +export const IconToolsLadderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLadderRounded as default } diff --git a/src/IconToolsLadderRoundedFilled.tsx b/src/IconToolsLadderRoundedFilled.tsx index 795ba213f..58e56bb7c 100644 --- a/src/IconToolsLadderRoundedFilled.tsx +++ b/src/IconToolsLadderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToolsLadderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLadderRoundedFilled as default } diff --git a/src/IconToolsLadderSharp.tsx b/src/IconToolsLadderSharp.tsx index cc366ad21..8d13a3b89 100644 --- a/src/IconToolsLadderSharp.tsx +++ b/src/IconToolsLadderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderSharp: React.FC = ({ ...props }) => ( +export const IconToolsLadderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLadderSharp as default } diff --git a/src/IconToolsLadderSharpFilled.tsx b/src/IconToolsLadderSharpFilled.tsx index e1151931e..cbe98bcdc 100644 --- a/src/IconToolsLadderSharpFilled.tsx +++ b/src/IconToolsLadderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLadderSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolsLadderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLadderSharpFilled as default } diff --git a/src/IconToolsLevelOutlined.tsx b/src/IconToolsLevelOutlined.tsx index a6a629809..19d6467f3 100644 --- a/src/IconToolsLevelOutlined.tsx +++ b/src/IconToolsLevelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelOutlined: React.FC = ({ ...props }) => ( +export const IconToolsLevelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLevelOutlined as default } diff --git a/src/IconToolsLevelOutlinedFilled.tsx b/src/IconToolsLevelOutlinedFilled.tsx index 304fe1398..77a2fd324 100644 --- a/src/IconToolsLevelOutlinedFilled.tsx +++ b/src/IconToolsLevelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToolsLevelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLevelOutlinedFilled as default } diff --git a/src/IconToolsLevelRounded.tsx b/src/IconToolsLevelRounded.tsx index 4d661fbd1..9047bfc38 100644 --- a/src/IconToolsLevelRounded.tsx +++ b/src/IconToolsLevelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelRounded: React.FC = ({ ...props }) => ( +export const IconToolsLevelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLevelRounded as default } diff --git a/src/IconToolsLevelRoundedFilled.tsx b/src/IconToolsLevelRoundedFilled.tsx index 4435d276f..d49065248 100644 --- a/src/IconToolsLevelRoundedFilled.tsx +++ b/src/IconToolsLevelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToolsLevelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLevelRoundedFilled as default } diff --git a/src/IconToolsLevelSharp.tsx b/src/IconToolsLevelSharp.tsx index 8b7406fe9..97499a1ca 100644 --- a/src/IconToolsLevelSharp.tsx +++ b/src/IconToolsLevelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelSharp: React.FC = ({ ...props }) => ( +export const IconToolsLevelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsLevelSharp as default } diff --git a/src/IconToolsLevelSharpFilled.tsx b/src/IconToolsLevelSharpFilled.tsx index 7ef7b33f5..cfe9467bb 100644 --- a/src/IconToolsLevelSharpFilled.tsx +++ b/src/IconToolsLevelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsLevelSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolsLevelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsLevelSharpFilled as default } diff --git a/src/IconToolsPhillipsOutlined.tsx b/src/IconToolsPhillipsOutlined.tsx index 78f5d9cfc..20db36cde 100644 --- a/src/IconToolsPhillipsOutlined.tsx +++ b/src/IconToolsPhillipsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsOutlined: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsOutlined as default } diff --git a/src/IconToolsPhillipsOutlinedFilled.tsx b/src/IconToolsPhillipsOutlinedFilled.tsx index c789d2e50..64865cc55 100644 --- a/src/IconToolsPhillipsOutlinedFilled.tsx +++ b/src/IconToolsPhillipsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsOutlinedFilled as default } diff --git a/src/IconToolsPhillipsRounded.tsx b/src/IconToolsPhillipsRounded.tsx index dcdd8b80b..39ae4533a 100644 --- a/src/IconToolsPhillipsRounded.tsx +++ b/src/IconToolsPhillipsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsRounded: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsRounded as default } diff --git a/src/IconToolsPhillipsRoundedFilled.tsx b/src/IconToolsPhillipsRoundedFilled.tsx index 23096713a..104eb8da7 100644 --- a/src/IconToolsPhillipsRoundedFilled.tsx +++ b/src/IconToolsPhillipsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsRoundedFilled as default } diff --git a/src/IconToolsPhillipsSharp.tsx b/src/IconToolsPhillipsSharp.tsx index 91181c160..b7ab5ac99 100644 --- a/src/IconToolsPhillipsSharp.tsx +++ b/src/IconToolsPhillipsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsSharp: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsSharp as default } diff --git a/src/IconToolsPhillipsSharpFilled.tsx b/src/IconToolsPhillipsSharpFilled.tsx index 576711cf3..974f091eb 100644 --- a/src/IconToolsPhillipsSharpFilled.tsx +++ b/src/IconToolsPhillipsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPhillipsSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolsPhillipsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPhillipsSharpFilled as default } diff --git a/src/IconToolsPliersWireStripperOutlined.tsx b/src/IconToolsPliersWireStripperOutlined.tsx index 9d6931fd3..55aba4bbf 100644 --- a/src/IconToolsPliersWireStripperOutlined.tsx +++ b/src/IconToolsPliersWireStripperOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperOutlined: React.FC = ({ +export const IconToolsPliersWireStripperOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperOutlined: React.FC = ({ ) - -export { IconToolsPliersWireStripperOutlined as default } diff --git a/src/IconToolsPliersWireStripperOutlinedFilled.tsx b/src/IconToolsPliersWireStripperOutlinedFilled.tsx index 2c04ad1fa..a406c51b4 100644 --- a/src/IconToolsPliersWireStripperOutlinedFilled.tsx +++ b/src/IconToolsPliersWireStripperOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperOutlinedFilled: React.FC = ({ +export const IconToolsPliersWireStripperOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperOutlinedFilled: React.FC = ({ ) - -export { IconToolsPliersWireStripperOutlinedFilled as default } diff --git a/src/IconToolsPliersWireStripperRounded.tsx b/src/IconToolsPliersWireStripperRounded.tsx index 6026978db..a1eef2425 100644 --- a/src/IconToolsPliersWireStripperRounded.tsx +++ b/src/IconToolsPliersWireStripperRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperRounded: React.FC = ({ +export const IconToolsPliersWireStripperRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperRounded: React.FC = ({ ) - -export { IconToolsPliersWireStripperRounded as default } diff --git a/src/IconToolsPliersWireStripperRoundedFilled.tsx b/src/IconToolsPliersWireStripperRoundedFilled.tsx index 0c117c686..406c19004 100644 --- a/src/IconToolsPliersWireStripperRoundedFilled.tsx +++ b/src/IconToolsPliersWireStripperRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperRoundedFilled: React.FC = ({ +export const IconToolsPliersWireStripperRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperRoundedFilled: React.FC = ({ ) - -export { IconToolsPliersWireStripperRoundedFilled as default } diff --git a/src/IconToolsPliersWireStripperSharp.tsx b/src/IconToolsPliersWireStripperSharp.tsx index d6428618f..962314da6 100644 --- a/src/IconToolsPliersWireStripperSharp.tsx +++ b/src/IconToolsPliersWireStripperSharp.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperSharp: React.FC = ({ +export const IconToolsPliersWireStripperSharp: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperSharp: React.FC = ({ ) - -export { IconToolsPliersWireStripperSharp as default } diff --git a/src/IconToolsPliersWireStripperSharpFilled.tsx b/src/IconToolsPliersWireStripperSharpFilled.tsx index 8ee395f8a..e19f8ce6e 100644 --- a/src/IconToolsPliersWireStripperSharpFilled.tsx +++ b/src/IconToolsPliersWireStripperSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPliersWireStripperSharpFilled: React.FC = ({ +export const IconToolsPliersWireStripperSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPliersWireStripperSharpFilled: React.FC = ({ ) - -export { IconToolsPliersWireStripperSharpFilled as default } diff --git a/src/IconToolsPowerDrillOutlined.tsx b/src/IconToolsPowerDrillOutlined.tsx index c23fa3910..63db7ae64 100644 --- a/src/IconToolsPowerDrillOutlined.tsx +++ b/src/IconToolsPowerDrillOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillOutlined: React.FC = ({ ...props }) => ( +export const IconToolsPowerDrillOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPowerDrillOutlined as default } diff --git a/src/IconToolsPowerDrillOutlinedFilled.tsx b/src/IconToolsPowerDrillOutlinedFilled.tsx index 7ab0743a7..ec38e3910 100644 --- a/src/IconToolsPowerDrillOutlinedFilled.tsx +++ b/src/IconToolsPowerDrillOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillOutlinedFilled: React.FC = ({ +export const IconToolsPowerDrillOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPowerDrillOutlinedFilled: React.FC = ({ ) - -export { IconToolsPowerDrillOutlinedFilled as default } diff --git a/src/IconToolsPowerDrillRounded.tsx b/src/IconToolsPowerDrillRounded.tsx index 49e2c731b..5aa87a652 100644 --- a/src/IconToolsPowerDrillRounded.tsx +++ b/src/IconToolsPowerDrillRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillRounded: React.FC = ({ ...props }) => ( +export const IconToolsPowerDrillRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPowerDrillRounded as default } diff --git a/src/IconToolsPowerDrillRoundedFilled.tsx b/src/IconToolsPowerDrillRoundedFilled.tsx index d1a84c633..70ba1b511 100644 --- a/src/IconToolsPowerDrillRoundedFilled.tsx +++ b/src/IconToolsPowerDrillRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillRoundedFilled: React.FC = ({ +export const IconToolsPowerDrillRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconToolsPowerDrillRoundedFilled: React.FC = ({ ) - -export { IconToolsPowerDrillRoundedFilled as default } diff --git a/src/IconToolsPowerDrillSharp.tsx b/src/IconToolsPowerDrillSharp.tsx index 9f3b7864d..1db8d3978 100644 --- a/src/IconToolsPowerDrillSharp.tsx +++ b/src/IconToolsPowerDrillSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillSharp: React.FC = ({ ...props }) => ( +export const IconToolsPowerDrillSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToolsPowerDrillSharp as default } diff --git a/src/IconToolsPowerDrillSharpFilled.tsx b/src/IconToolsPowerDrillSharpFilled.tsx index 5ef8e483f..f283ddd8b 100644 --- a/src/IconToolsPowerDrillSharpFilled.tsx +++ b/src/IconToolsPowerDrillSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToolsPowerDrillSharpFilled: React.FC = ({ ...props }) => ( +export const IconToolsPowerDrillSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToolsPowerDrillSharpFilled as default } diff --git a/src/IconTooltip2Outlined.tsx b/src/IconTooltip2Outlined.tsx new file mode 100644 index 000000000..e14e60dda --- /dev/null +++ b/src/IconTooltip2Outlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2Outlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltip2OutlinedFilled.tsx b/src/IconTooltip2OutlinedFilled.tsx new file mode 100644 index 000000000..2a0dd8aa5 --- /dev/null +++ b/src/IconTooltip2OutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2OutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltip2Rounded.tsx b/src/IconTooltip2Rounded.tsx new file mode 100644 index 000000000..907ca3fca --- /dev/null +++ b/src/IconTooltip2Rounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2Rounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltip2RoundedFilled.tsx b/src/IconTooltip2RoundedFilled.tsx new file mode 100644 index 000000000..ff3b4d0c8 --- /dev/null +++ b/src/IconTooltip2RoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2RoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltip2Sharp.tsx b/src/IconTooltip2Sharp.tsx new file mode 100644 index 000000000..c87b32be6 --- /dev/null +++ b/src/IconTooltip2Sharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2Sharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltip2SharpFilled.tsx b/src/IconTooltip2SharpFilled.tsx new file mode 100644 index 000000000..80807b79e --- /dev/null +++ b/src/IconTooltip2SharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTooltip2SharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTooltipOutlined.tsx b/src/IconTooltipOutlined.tsx index eefa62c36..9781145d9 100644 --- a/src/IconTooltipOutlined.tsx +++ b/src/IconTooltipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipOutlined: React.FC = ({ ...props }) => ( +export const IconTooltipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconTooltipOutlined as default } diff --git a/src/IconTooltipOutlinedFilled.tsx b/src/IconTooltipOutlinedFilled.tsx index 9caf7aa5a..c097702fe 100644 --- a/src/IconTooltipOutlinedFilled.tsx +++ b/src/IconTooltipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTooltipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} - + ) - -export { IconTooltipOutlinedFilled as default } diff --git a/src/IconTooltipRounded.tsx b/src/IconTooltipRounded.tsx index 561632b82..811eee791 100644 --- a/src/IconTooltipRounded.tsx +++ b/src/IconTooltipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipRounded: React.FC = ({ ...props }) => ( +export const IconTooltipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconTooltipRounded as default } diff --git a/src/IconTooltipRoundedFilled.tsx b/src/IconTooltipRoundedFilled.tsx index 276a080b3..03dff4822 100644 --- a/src/IconTooltipRoundedFilled.tsx +++ b/src/IconTooltipRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTooltipRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconTooltipRoundedFilled as default } diff --git a/src/IconTooltipSharp.tsx b/src/IconTooltipSharp.tsx index 9248408c1..54f96609b 100644 --- a/src/IconTooltipSharp.tsx +++ b/src/IconTooltipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipSharp: React.FC = ({ ...props }) => ( +export const IconTooltipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconTooltipSharp as default } diff --git a/src/IconTooltipSharpFilled.tsx b/src/IconTooltipSharpFilled.tsx index 1514a27cb..3422de8f4 100644 --- a/src/IconTooltipSharpFilled.tsx +++ b/src/IconTooltipSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTooltipSharpFilled: React.FC = ({ ...props }) => ( +export const IconTooltipSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} - + ) - -export { IconTooltipSharpFilled as default } diff --git a/src/IconTopPanelCloseOutlined.tsx b/src/IconTopPanelCloseOutlined.tsx index 067659d0d..3239f1c87 100644 --- a/src/IconTopPanelCloseOutlined.tsx +++ b/src/IconTopPanelCloseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseOutlined: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseOutlined as default } diff --git a/src/IconTopPanelCloseOutlinedFilled.tsx b/src/IconTopPanelCloseOutlinedFilled.tsx index 81c8316f7..f7c630a38 100644 --- a/src/IconTopPanelCloseOutlinedFilled.tsx +++ b/src/IconTopPanelCloseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseOutlinedFilled as default } diff --git a/src/IconTopPanelCloseRounded.tsx b/src/IconTopPanelCloseRounded.tsx index 196a57234..1ea1cdf14 100644 --- a/src/IconTopPanelCloseRounded.tsx +++ b/src/IconTopPanelCloseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseRounded: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseRounded as default } diff --git a/src/IconTopPanelCloseRoundedFilled.tsx b/src/IconTopPanelCloseRoundedFilled.tsx index ea5675dad..61a45c88c 100644 --- a/src/IconTopPanelCloseRoundedFilled.tsx +++ b/src/IconTopPanelCloseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseRoundedFilled as default } diff --git a/src/IconTopPanelCloseSharp.tsx b/src/IconTopPanelCloseSharp.tsx index b9a9fa132..37f68a653 100644 --- a/src/IconTopPanelCloseSharp.tsx +++ b/src/IconTopPanelCloseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseSharp: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseSharp as default } diff --git a/src/IconTopPanelCloseSharpFilled.tsx b/src/IconTopPanelCloseSharpFilled.tsx index a368c8242..9f591e528 100644 --- a/src/IconTopPanelCloseSharpFilled.tsx +++ b/src/IconTopPanelCloseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelCloseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelCloseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelCloseSharpFilled as default } diff --git a/src/IconTopPanelOpenOutlined.tsx b/src/IconTopPanelOpenOutlined.tsx index a09376201..84560a5fc 100644 --- a/src/IconTopPanelOpenOutlined.tsx +++ b/src/IconTopPanelOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenOutlined: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenOutlined as default } diff --git a/src/IconTopPanelOpenOutlinedFilled.tsx b/src/IconTopPanelOpenOutlinedFilled.tsx index 25cfdcc1a..1797b20ac 100644 --- a/src/IconTopPanelOpenOutlinedFilled.tsx +++ b/src/IconTopPanelOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenOutlinedFilled as default } diff --git a/src/IconTopPanelOpenRounded.tsx b/src/IconTopPanelOpenRounded.tsx index 4927094ca..58a8c8323 100644 --- a/src/IconTopPanelOpenRounded.tsx +++ b/src/IconTopPanelOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenRounded: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenRounded as default } diff --git a/src/IconTopPanelOpenRoundedFilled.tsx b/src/IconTopPanelOpenRoundedFilled.tsx index ce589d7e6..c2cd0a566 100644 --- a/src/IconTopPanelOpenRoundedFilled.tsx +++ b/src/IconTopPanelOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenRoundedFilled as default } diff --git a/src/IconTopPanelOpenSharp.tsx b/src/IconTopPanelOpenSharp.tsx index 9cc5fa4d6..6d3074af1 100644 --- a/src/IconTopPanelOpenSharp.tsx +++ b/src/IconTopPanelOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenSharp: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenSharp as default } diff --git a/src/IconTopPanelOpenSharpFilled.tsx b/src/IconTopPanelOpenSharpFilled.tsx index dffdaf873..04f54f7ad 100644 --- a/src/IconTopPanelOpenSharpFilled.tsx +++ b/src/IconTopPanelOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTopPanelOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconTopPanelOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTopPanelOpenSharpFilled as default } diff --git a/src/IconTopicOutlined.tsx b/src/IconTopicOutlined.tsx index 3d09260be..e761dbf0b 100644 --- a/src/IconTopicOutlined.tsx +++ b/src/IconTopicOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicOutlined: React.FC = ({ ...props }) => ( +export const IconTopicOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicOutlined as default } diff --git a/src/IconTopicOutlinedFilled.tsx b/src/IconTopicOutlinedFilled.tsx index e3de218e3..7181b817e 100644 --- a/src/IconTopicOutlinedFilled.tsx +++ b/src/IconTopicOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTopicOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicOutlinedFilled as default } diff --git a/src/IconTopicRounded.tsx b/src/IconTopicRounded.tsx index 46aac5a98..004e5e00d 100644 --- a/src/IconTopicRounded.tsx +++ b/src/IconTopicRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicRounded: React.FC = ({ ...props }) => ( +export const IconTopicRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicRounded as default } diff --git a/src/IconTopicRoundedFilled.tsx b/src/IconTopicRoundedFilled.tsx index 6b1c7cfbc..c530560db 100644 --- a/src/IconTopicRoundedFilled.tsx +++ b/src/IconTopicRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTopicRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicRoundedFilled as default } diff --git a/src/IconTopicSharp.tsx b/src/IconTopicSharp.tsx index 184363445..2ab482157 100644 --- a/src/IconTopicSharp.tsx +++ b/src/IconTopicSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicSharp: React.FC = ({ ...props }) => ( +export const IconTopicSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicSharp as default } diff --git a/src/IconTopicSharpFilled.tsx b/src/IconTopicSharpFilled.tsx index 1f86edd2d..2e8b53ee0 100644 --- a/src/IconTopicSharpFilled.tsx +++ b/src/IconTopicSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTopicSharpFilled: React.FC = ({ ...props }) => ( +export const IconTopicSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTopicSharpFilled as default } diff --git a/src/IconTornadoOutlined.tsx b/src/IconTornadoOutlined.tsx index 82a660f34..045924661 100644 --- a/src/IconTornadoOutlined.tsx +++ b/src/IconTornadoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoOutlined: React.FC = ({ ...props }) => ( +export const IconTornadoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTornadoOutlined as default } diff --git a/src/IconTornadoOutlinedFilled.tsx b/src/IconTornadoOutlinedFilled.tsx index 6c9cf5ec3..2ffc92bc1 100644 --- a/src/IconTornadoOutlinedFilled.tsx +++ b/src/IconTornadoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTornadoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTornadoOutlinedFilled as default } diff --git a/src/IconTornadoRounded.tsx b/src/IconTornadoRounded.tsx index 94a2ecf4e..39864a783 100644 --- a/src/IconTornadoRounded.tsx +++ b/src/IconTornadoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoRounded: React.FC = ({ ...props }) => ( +export const IconTornadoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTornadoRounded as default } diff --git a/src/IconTornadoRoundedFilled.tsx b/src/IconTornadoRoundedFilled.tsx index 6fd459ea4..cac7e50dc 100644 --- a/src/IconTornadoRoundedFilled.tsx +++ b/src/IconTornadoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTornadoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTornadoRoundedFilled as default } diff --git a/src/IconTornadoSharp.tsx b/src/IconTornadoSharp.tsx index c8406b373..b5d06c273 100644 --- a/src/IconTornadoSharp.tsx +++ b/src/IconTornadoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoSharp: React.FC = ({ ...props }) => ( +export const IconTornadoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTornadoSharp as default } diff --git a/src/IconTornadoSharpFilled.tsx b/src/IconTornadoSharpFilled.tsx index 27ae7de86..f06f77c83 100644 --- a/src/IconTornadoSharpFilled.tsx +++ b/src/IconTornadoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTornadoSharpFilled: React.FC = ({ ...props }) => ( +export const IconTornadoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTornadoSharpFilled as default } diff --git a/src/IconTotalDissolvedSolidsOutlined.tsx b/src/IconTotalDissolvedSolidsOutlined.tsx index bba8c8388..41cd8e4af 100644 --- a/src/IconTotalDissolvedSolidsOutlined.tsx +++ b/src/IconTotalDissolvedSolidsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsOutlined: React.FC = ({ +export const IconTotalDissolvedSolidsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTotalDissolvedSolidsOutlined: React.FC = ({ ) - -export { IconTotalDissolvedSolidsOutlined as default } diff --git a/src/IconTotalDissolvedSolidsOutlinedFilled.tsx b/src/IconTotalDissolvedSolidsOutlinedFilled.tsx index 2693c9f5a..e04c8b1e2 100644 --- a/src/IconTotalDissolvedSolidsOutlinedFilled.tsx +++ b/src/IconTotalDissolvedSolidsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsOutlinedFilled: React.FC = ({ +export const IconTotalDissolvedSolidsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTotalDissolvedSolidsOutlinedFilled: React.FC = ({ ) - -export { IconTotalDissolvedSolidsOutlinedFilled as default } diff --git a/src/IconTotalDissolvedSolidsRounded.tsx b/src/IconTotalDissolvedSolidsRounded.tsx index 2f3f42892..b3942e7de 100644 --- a/src/IconTotalDissolvedSolidsRounded.tsx +++ b/src/IconTotalDissolvedSolidsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsRounded: React.FC = ({ ...props }) => ( +export const IconTotalDissolvedSolidsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTotalDissolvedSolidsRounded as default } diff --git a/src/IconTotalDissolvedSolidsRoundedFilled.tsx b/src/IconTotalDissolvedSolidsRoundedFilled.tsx index 553a96890..596e7f4d5 100644 --- a/src/IconTotalDissolvedSolidsRoundedFilled.tsx +++ b/src/IconTotalDissolvedSolidsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsRoundedFilled: React.FC = ({ +export const IconTotalDissolvedSolidsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTotalDissolvedSolidsRoundedFilled: React.FC = ({ ) - -export { IconTotalDissolvedSolidsRoundedFilled as default } diff --git a/src/IconTotalDissolvedSolidsSharp.tsx b/src/IconTotalDissolvedSolidsSharp.tsx index d2e5afc20..1e8878a97 100644 --- a/src/IconTotalDissolvedSolidsSharp.tsx +++ b/src/IconTotalDissolvedSolidsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsSharp: React.FC = ({ ...props }) => ( +export const IconTotalDissolvedSolidsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTotalDissolvedSolidsSharp as default } diff --git a/src/IconTotalDissolvedSolidsSharpFilled.tsx b/src/IconTotalDissolvedSolidsSharpFilled.tsx index df78394a7..fc67b5eb2 100644 --- a/src/IconTotalDissolvedSolidsSharpFilled.tsx +++ b/src/IconTotalDissolvedSolidsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTotalDissolvedSolidsSharpFilled: React.FC = ({ +export const IconTotalDissolvedSolidsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTotalDissolvedSolidsSharpFilled: React.FC = ({ ) - -export { IconTotalDissolvedSolidsSharpFilled as default } diff --git a/src/IconTouchAppOutlined.tsx b/src/IconTouchAppOutlined.tsx index f83398157..abbf3309f 100644 --- a/src/IconTouchAppOutlined.tsx +++ b/src/IconTouchAppOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppOutlined: React.FC = ({ ...props }) => ( +export const IconTouchAppOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchAppOutlined as default } diff --git a/src/IconTouchAppOutlinedFilled.tsx b/src/IconTouchAppOutlinedFilled.tsx index 58d8009ab..c83ebb99a 100644 --- a/src/IconTouchAppOutlinedFilled.tsx +++ b/src/IconTouchAppOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTouchAppOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchAppOutlinedFilled as default } diff --git a/src/IconTouchAppRounded.tsx b/src/IconTouchAppRounded.tsx index 96f0529a1..4a1b293a5 100644 --- a/src/IconTouchAppRounded.tsx +++ b/src/IconTouchAppRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppRounded: React.FC = ({ ...props }) => ( +export const IconTouchAppRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchAppRounded as default } diff --git a/src/IconTouchAppRoundedFilled.tsx b/src/IconTouchAppRoundedFilled.tsx index 9ff729611..3d9e03fc3 100644 --- a/src/IconTouchAppRoundedFilled.tsx +++ b/src/IconTouchAppRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTouchAppRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchAppRoundedFilled as default } diff --git a/src/IconTouchAppSharp.tsx b/src/IconTouchAppSharp.tsx index 63206d7bb..69e86ba9e 100644 --- a/src/IconTouchAppSharp.tsx +++ b/src/IconTouchAppSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppSharp: React.FC = ({ ...props }) => ( +export const IconTouchAppSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchAppSharp as default } diff --git a/src/IconTouchAppSharpFilled.tsx b/src/IconTouchAppSharpFilled.tsx index 52d757d80..e3927f83f 100644 --- a/src/IconTouchAppSharpFilled.tsx +++ b/src/IconTouchAppSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchAppSharpFilled: React.FC = ({ ...props }) => ( +export const IconTouchAppSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchAppSharpFilled as default } diff --git a/src/IconTouchpadMouseOffOutlined.tsx b/src/IconTouchpadMouseOffOutlined.tsx index f6ac3c82b..5a778491b 100644 --- a/src/IconTouchpadMouseOffOutlined.tsx +++ b/src/IconTouchpadMouseOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffOutlined: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOffOutlined as default } diff --git a/src/IconTouchpadMouseOffOutlinedFilled.tsx b/src/IconTouchpadMouseOffOutlinedFilled.tsx index 133fe2010..3cb059cba 100644 --- a/src/IconTouchpadMouseOffOutlinedFilled.tsx +++ b/src/IconTouchpadMouseOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffOutlinedFilled: React.FC = ({ +export const IconTouchpadMouseOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTouchpadMouseOffOutlinedFilled: React.FC = ({ ) - -export { IconTouchpadMouseOffOutlinedFilled as default } diff --git a/src/IconTouchpadMouseOffRounded.tsx b/src/IconTouchpadMouseOffRounded.tsx index 6117277e5..55acde9ca 100644 --- a/src/IconTouchpadMouseOffRounded.tsx +++ b/src/IconTouchpadMouseOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffRounded: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOffRounded as default } diff --git a/src/IconTouchpadMouseOffRoundedFilled.tsx b/src/IconTouchpadMouseOffRoundedFilled.tsx index 87752b915..295b9f937 100644 --- a/src/IconTouchpadMouseOffRoundedFilled.tsx +++ b/src/IconTouchpadMouseOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffRoundedFilled: React.FC = ({ +export const IconTouchpadMouseOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTouchpadMouseOffRoundedFilled: React.FC = ({ ) - -export { IconTouchpadMouseOffRoundedFilled as default } diff --git a/src/IconTouchpadMouseOffSharp.tsx b/src/IconTouchpadMouseOffSharp.tsx index cf0038f9d..299611f80 100644 --- a/src/IconTouchpadMouseOffSharp.tsx +++ b/src/IconTouchpadMouseOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffSharp: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOffSharp as default } diff --git a/src/IconTouchpadMouseOffSharpFilled.tsx b/src/IconTouchpadMouseOffSharpFilled.tsx index 500b7ef95..4d4e34611 100644 --- a/src/IconTouchpadMouseOffSharpFilled.tsx +++ b/src/IconTouchpadMouseOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOffSharpFilled as default } diff --git a/src/IconTouchpadMouseOutlined.tsx b/src/IconTouchpadMouseOutlined.tsx index 390f03070..bcc0981aa 100644 --- a/src/IconTouchpadMouseOutlined.tsx +++ b/src/IconTouchpadMouseOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOutlined: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOutlined as default } diff --git a/src/IconTouchpadMouseOutlinedFilled.tsx b/src/IconTouchpadMouseOutlinedFilled.tsx index 4525e84fa..43b5b829c 100644 --- a/src/IconTouchpadMouseOutlinedFilled.tsx +++ b/src/IconTouchpadMouseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseOutlinedFilled as default } diff --git a/src/IconTouchpadMouseRounded.tsx b/src/IconTouchpadMouseRounded.tsx index 138eee0ba..5b06d1fa7 100644 --- a/src/IconTouchpadMouseRounded.tsx +++ b/src/IconTouchpadMouseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseRounded: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseRounded as default } diff --git a/src/IconTouchpadMouseRoundedFilled.tsx b/src/IconTouchpadMouseRoundedFilled.tsx index cbc107b46..a996f26ed 100644 --- a/src/IconTouchpadMouseRoundedFilled.tsx +++ b/src/IconTouchpadMouseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseRoundedFilled as default } diff --git a/src/IconTouchpadMouseSharp.tsx b/src/IconTouchpadMouseSharp.tsx index 6ac1290eb..9bd752dd5 100644 --- a/src/IconTouchpadMouseSharp.tsx +++ b/src/IconTouchpadMouseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseSharp: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseSharp as default } diff --git a/src/IconTouchpadMouseSharpFilled.tsx b/src/IconTouchpadMouseSharpFilled.tsx index 17be1a8f9..c9416d087 100644 --- a/src/IconTouchpadMouseSharpFilled.tsx +++ b/src/IconTouchpadMouseSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTouchpadMouseSharpFilled: React.FC = ({ ...props }) => ( +export const IconTouchpadMouseSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTouchpadMouseSharpFilled as default } diff --git a/src/IconTourOutlined.tsx b/src/IconTourOutlined.tsx index a5fb141a7..16518ef86 100644 --- a/src/IconTourOutlined.tsx +++ b/src/IconTourOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourOutlined: React.FC = ({ ...props }) => ( +export const IconTourOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourOutlined as default } diff --git a/src/IconTourOutlinedFilled.tsx b/src/IconTourOutlinedFilled.tsx index 4542a2188..249ed8c0d 100644 --- a/src/IconTourOutlinedFilled.tsx +++ b/src/IconTourOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTourOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourOutlinedFilled as default } diff --git a/src/IconTourRounded.tsx b/src/IconTourRounded.tsx index ced52b47d..945e9019a 100644 --- a/src/IconTourRounded.tsx +++ b/src/IconTourRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourRounded: React.FC = ({ ...props }) => ( +export const IconTourRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourRounded as default } diff --git a/src/IconTourRoundedFilled.tsx b/src/IconTourRoundedFilled.tsx index f377041d4..748bf6127 100644 --- a/src/IconTourRoundedFilled.tsx +++ b/src/IconTourRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTourRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourRoundedFilled as default } diff --git a/src/IconTourSharp.tsx b/src/IconTourSharp.tsx index 9acbd6181..ff0f582cc 100644 --- a/src/IconTourSharp.tsx +++ b/src/IconTourSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourSharp: React.FC = ({ ...props }) => ( +export const IconTourSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourSharp as default } diff --git a/src/IconTourSharpFilled.tsx b/src/IconTourSharpFilled.tsx index 4e64da97a..1b80baf06 100644 --- a/src/IconTourSharpFilled.tsx +++ b/src/IconTourSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTourSharpFilled: React.FC = ({ ...props }) => ( +export const IconTourSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTourSharpFilled as default } diff --git a/src/IconToysAndGamesOutlined.tsx b/src/IconToysAndGamesOutlined.tsx index 3e085d674..127a4b68d 100644 --- a/src/IconToysAndGamesOutlined.tsx +++ b/src/IconToysAndGamesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesOutlined: React.FC = ({ ...props }) => ( +export const IconToysAndGamesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesOutlined as default } diff --git a/src/IconToysAndGamesOutlinedFilled.tsx b/src/IconToysAndGamesOutlinedFilled.tsx index 337cf55c0..a1e10f779 100644 --- a/src/IconToysAndGamesOutlinedFilled.tsx +++ b/src/IconToysAndGamesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToysAndGamesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesOutlinedFilled as default } diff --git a/src/IconToysAndGamesRounded.tsx b/src/IconToysAndGamesRounded.tsx index 26d387e58..ef655d9cc 100644 --- a/src/IconToysAndGamesRounded.tsx +++ b/src/IconToysAndGamesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesRounded: React.FC = ({ ...props }) => ( +export const IconToysAndGamesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesRounded as default } diff --git a/src/IconToysAndGamesRoundedFilled.tsx b/src/IconToysAndGamesRoundedFilled.tsx index fc8b6edcb..4232007a4 100644 --- a/src/IconToysAndGamesRoundedFilled.tsx +++ b/src/IconToysAndGamesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToysAndGamesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesRoundedFilled as default } diff --git a/src/IconToysAndGamesSharp.tsx b/src/IconToysAndGamesSharp.tsx index caf1c7770..e8f704cec 100644 --- a/src/IconToysAndGamesSharp.tsx +++ b/src/IconToysAndGamesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesSharp: React.FC = ({ ...props }) => ( +export const IconToysAndGamesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesSharp as default } diff --git a/src/IconToysAndGamesSharpFilled.tsx b/src/IconToysAndGamesSharpFilled.tsx index 5a12698e2..e2269b4dd 100644 --- a/src/IconToysAndGamesSharpFilled.tsx +++ b/src/IconToysAndGamesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToysAndGamesSharpFilled: React.FC = ({ ...props }) => ( +export const IconToysAndGamesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToysAndGamesSharpFilled as default } diff --git a/src/IconToysFanOutlined.tsx b/src/IconToysFanOutlined.tsx index 420753ab8..abff51fd3 100644 --- a/src/IconToysFanOutlined.tsx +++ b/src/IconToysFanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanOutlined: React.FC = ({ ...props }) => ( +export const IconToysFanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysFanOutlined as default } diff --git a/src/IconToysFanOutlinedFilled.tsx b/src/IconToysFanOutlinedFilled.tsx index 6e768e408..7faa6a848 100644 --- a/src/IconToysFanOutlinedFilled.tsx +++ b/src/IconToysFanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToysFanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconToysFanOutlinedFilled as default } diff --git a/src/IconToysFanRounded.tsx b/src/IconToysFanRounded.tsx index b980b2dc7..adb08f1c1 100644 --- a/src/IconToysFanRounded.tsx +++ b/src/IconToysFanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanRounded: React.FC = ({ ...props }) => ( +export const IconToysFanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysFanRounded as default } diff --git a/src/IconToysFanRoundedFilled.tsx b/src/IconToysFanRoundedFilled.tsx index 4f412611c..4078e1e29 100644 --- a/src/IconToysFanRoundedFilled.tsx +++ b/src/IconToysFanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToysFanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysFanRoundedFilled as default } diff --git a/src/IconToysFanSharp.tsx b/src/IconToysFanSharp.tsx index 279418635..76c050535 100644 --- a/src/IconToysFanSharp.tsx +++ b/src/IconToysFanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanSharp: React.FC = ({ ...props }) => ( +export const IconToysFanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysFanSharp as default } diff --git a/src/IconToysFanSharpFilled.tsx b/src/IconToysFanSharpFilled.tsx index 67936641f..34bb472ff 100644 --- a/src/IconToysFanSharpFilled.tsx +++ b/src/IconToysFanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysFanSharpFilled: React.FC = ({ ...props }) => ( +export const IconToysFanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysFanSharpFilled as default } diff --git a/src/IconToysOutlined.tsx b/src/IconToysOutlined.tsx index bb9dc3a0b..40705e634 100644 --- a/src/IconToysOutlined.tsx +++ b/src/IconToysOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysOutlined: React.FC = ({ ...props }) => ( +export const IconToysOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysOutlined as default } diff --git a/src/IconToysOutlinedFilled.tsx b/src/IconToysOutlinedFilled.tsx index 3d0fe7a80..847f4db2c 100644 --- a/src/IconToysOutlinedFilled.tsx +++ b/src/IconToysOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconToysOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysOutlinedFilled as default } diff --git a/src/IconToysRounded.tsx b/src/IconToysRounded.tsx index 9b9e91108..ed4541a2a 100644 --- a/src/IconToysRounded.tsx +++ b/src/IconToysRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysRounded: React.FC = ({ ...props }) => ( +export const IconToysRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysRounded as default } diff --git a/src/IconToysRoundedFilled.tsx b/src/IconToysRoundedFilled.tsx index 85f28cc21..b0199be81 100644 --- a/src/IconToysRoundedFilled.tsx +++ b/src/IconToysRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysRoundedFilled: React.FC = ({ ...props }) => ( +export const IconToysRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysRoundedFilled as default } diff --git a/src/IconToysSharp.tsx b/src/IconToysSharp.tsx index 37c3b1659..4ac8e87bc 100644 --- a/src/IconToysSharp.tsx +++ b/src/IconToysSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysSharp: React.FC = ({ ...props }) => ( +export const IconToysSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysSharp as default } diff --git a/src/IconToysSharpFilled.tsx b/src/IconToysSharpFilled.tsx index 0cca016b5..366186e03 100644 --- a/src/IconToysSharpFilled.tsx +++ b/src/IconToysSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconToysSharpFilled: React.FC = ({ ...props }) => ( +export const IconToysSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconToysSharpFilled as default } diff --git a/src/IconTrackChangesOutlined.tsx b/src/IconTrackChangesOutlined.tsx index 464139612..f9c138a8c 100644 --- a/src/IconTrackChangesOutlined.tsx +++ b/src/IconTrackChangesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesOutlined: React.FC = ({ ...props }) => ( +export const IconTrackChangesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackChangesOutlined as default } diff --git a/src/IconTrackChangesOutlinedFilled.tsx b/src/IconTrackChangesOutlinedFilled.tsx index 3058b1d9d..a7881a32d 100644 --- a/src/IconTrackChangesOutlinedFilled.tsx +++ b/src/IconTrackChangesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrackChangesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackChangesOutlinedFilled as default } diff --git a/src/IconTrackChangesRounded.tsx b/src/IconTrackChangesRounded.tsx index 4ea82bb67..2f24062b1 100644 --- a/src/IconTrackChangesRounded.tsx +++ b/src/IconTrackChangesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesRounded: React.FC = ({ ...props }) => ( +export const IconTrackChangesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackChangesRounded as default } diff --git a/src/IconTrackChangesRoundedFilled.tsx b/src/IconTrackChangesRoundedFilled.tsx index ee7f4b956..c361adf88 100644 --- a/src/IconTrackChangesRoundedFilled.tsx +++ b/src/IconTrackChangesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrackChangesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackChangesRoundedFilled as default } diff --git a/src/IconTrackChangesSharp.tsx b/src/IconTrackChangesSharp.tsx index b33214116..7db850aa6 100644 --- a/src/IconTrackChangesSharp.tsx +++ b/src/IconTrackChangesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesSharp: React.FC = ({ ...props }) => ( +export const IconTrackChangesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackChangesSharp as default } diff --git a/src/IconTrackChangesSharpFilled.tsx b/src/IconTrackChangesSharpFilled.tsx index d8ee13157..56f146a66 100644 --- a/src/IconTrackChangesSharpFilled.tsx +++ b/src/IconTrackChangesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackChangesSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrackChangesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackChangesSharpFilled as default } diff --git a/src/IconTrackpadInput2Outlined.tsx b/src/IconTrackpadInput2Outlined.tsx index 4a28913ac..31656e3d1 100644 --- a/src/IconTrackpadInput2Outlined.tsx +++ b/src/IconTrackpadInput2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2Outlined: React.FC = ({ ...props }) => ( +export const IconTrackpadInput2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput2Outlined as default } diff --git a/src/IconTrackpadInput2OutlinedFilled.tsx b/src/IconTrackpadInput2OutlinedFilled.tsx index 855c0ca05..a2889cc34 100644 --- a/src/IconTrackpadInput2OutlinedFilled.tsx +++ b/src/IconTrackpadInput2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2OutlinedFilled: React.FC = ({ +export const IconTrackpadInput2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrackpadInput2OutlinedFilled: React.FC = ({ ) - -export { IconTrackpadInput2OutlinedFilled as default } diff --git a/src/IconTrackpadInput2Rounded.tsx b/src/IconTrackpadInput2Rounded.tsx index a14a071de..855b8031a 100644 --- a/src/IconTrackpadInput2Rounded.tsx +++ b/src/IconTrackpadInput2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2Rounded: React.FC = ({ ...props }) => ( +export const IconTrackpadInput2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput2Rounded as default } diff --git a/src/IconTrackpadInput2RoundedFilled.tsx b/src/IconTrackpadInput2RoundedFilled.tsx index 585ec61de..4cacf386e 100644 --- a/src/IconTrackpadInput2RoundedFilled.tsx +++ b/src/IconTrackpadInput2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInput2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput2RoundedFilled as default } diff --git a/src/IconTrackpadInput2Sharp.tsx b/src/IconTrackpadInput2Sharp.tsx index f592c7250..086d9600d 100644 --- a/src/IconTrackpadInput2Sharp.tsx +++ b/src/IconTrackpadInput2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2Sharp: React.FC = ({ ...props }) => ( +export const IconTrackpadInput2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput2Sharp as default } diff --git a/src/IconTrackpadInput2SharpFilled.tsx b/src/IconTrackpadInput2SharpFilled.tsx index da5c316ad..44f53d0d6 100644 --- a/src/IconTrackpadInput2SharpFilled.tsx +++ b/src/IconTrackpadInput2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput2SharpFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInput2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput2SharpFilled as default } diff --git a/src/IconTrackpadInput3Outlined.tsx b/src/IconTrackpadInput3Outlined.tsx index 741490ffd..bc0bd599a 100644 --- a/src/IconTrackpadInput3Outlined.tsx +++ b/src/IconTrackpadInput3Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3Outlined: React.FC = ({ ...props }) => ( +export const IconTrackpadInput3Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput3Outlined as default } diff --git a/src/IconTrackpadInput3OutlinedFilled.tsx b/src/IconTrackpadInput3OutlinedFilled.tsx index cd334db5e..716502bc2 100644 --- a/src/IconTrackpadInput3OutlinedFilled.tsx +++ b/src/IconTrackpadInput3OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3OutlinedFilled: React.FC = ({ +export const IconTrackpadInput3OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrackpadInput3OutlinedFilled: React.FC = ({ ) - -export { IconTrackpadInput3OutlinedFilled as default } diff --git a/src/IconTrackpadInput3Rounded.tsx b/src/IconTrackpadInput3Rounded.tsx index 62b4fc079..f8fa2b073 100644 --- a/src/IconTrackpadInput3Rounded.tsx +++ b/src/IconTrackpadInput3Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3Rounded: React.FC = ({ ...props }) => ( +export const IconTrackpadInput3Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput3Rounded as default } diff --git a/src/IconTrackpadInput3RoundedFilled.tsx b/src/IconTrackpadInput3RoundedFilled.tsx index 642d98cc8..ff7a45deb 100644 --- a/src/IconTrackpadInput3RoundedFilled.tsx +++ b/src/IconTrackpadInput3RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3RoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInput3RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput3RoundedFilled as default } diff --git a/src/IconTrackpadInput3Sharp.tsx b/src/IconTrackpadInput3Sharp.tsx index 0080e4852..60c59a518 100644 --- a/src/IconTrackpadInput3Sharp.tsx +++ b/src/IconTrackpadInput3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3Sharp: React.FC = ({ ...props }) => ( +export const IconTrackpadInput3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput3Sharp as default } diff --git a/src/IconTrackpadInput3SharpFilled.tsx b/src/IconTrackpadInput3SharpFilled.tsx index b789442aa..d904ea2c5 100644 --- a/src/IconTrackpadInput3SharpFilled.tsx +++ b/src/IconTrackpadInput3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInput3SharpFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInput3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInput3SharpFilled as default } diff --git a/src/IconTrackpadInputOutlined.tsx b/src/IconTrackpadInputOutlined.tsx index 0119e9c87..274b31d57 100644 --- a/src/IconTrackpadInputOutlined.tsx +++ b/src/IconTrackpadInputOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputOutlined: React.FC = ({ ...props }) => ( +export const IconTrackpadInputOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputOutlined as default } diff --git a/src/IconTrackpadInputOutlinedFilled.tsx b/src/IconTrackpadInputOutlinedFilled.tsx index e10fb3a49..6cc7c6425 100644 --- a/src/IconTrackpadInputOutlinedFilled.tsx +++ b/src/IconTrackpadInputOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInputOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputOutlinedFilled as default } diff --git a/src/IconTrackpadInputRounded.tsx b/src/IconTrackpadInputRounded.tsx index e3c93ea6f..56941d55f 100644 --- a/src/IconTrackpadInputRounded.tsx +++ b/src/IconTrackpadInputRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputRounded: React.FC = ({ ...props }) => ( +export const IconTrackpadInputRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputRounded as default } diff --git a/src/IconTrackpadInputRoundedFilled.tsx b/src/IconTrackpadInputRoundedFilled.tsx index fe1e10a84..ee3a96bfd 100644 --- a/src/IconTrackpadInputRoundedFilled.tsx +++ b/src/IconTrackpadInputRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInputRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputRoundedFilled as default } diff --git a/src/IconTrackpadInputSharp.tsx b/src/IconTrackpadInputSharp.tsx index c061427d3..089c99bd4 100644 --- a/src/IconTrackpadInputSharp.tsx +++ b/src/IconTrackpadInputSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputSharp: React.FC = ({ ...props }) => ( +export const IconTrackpadInputSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputSharp as default } diff --git a/src/IconTrackpadInputSharpFilled.tsx b/src/IconTrackpadInputSharpFilled.tsx index 99202a5f7..fa89a9a01 100644 --- a/src/IconTrackpadInputSharpFilled.tsx +++ b/src/IconTrackpadInputSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrackpadInputSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrackpadInputSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrackpadInputSharpFilled as default } diff --git a/src/IconTrafficJamOutlined.tsx b/src/IconTrafficJamOutlined.tsx index fa688ab6d..70b10b59e 100644 --- a/src/IconTrafficJamOutlined.tsx +++ b/src/IconTrafficJamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamOutlined: React.FC = ({ ...props }) => ( +export const IconTrafficJamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficJamOutlined as default } diff --git a/src/IconTrafficJamOutlinedFilled.tsx b/src/IconTrafficJamOutlinedFilled.tsx index f2cedac9d..c6d9afec9 100644 --- a/src/IconTrafficJamOutlinedFilled.tsx +++ b/src/IconTrafficJamOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrafficJamOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrafficJamOutlinedFilled as default } diff --git a/src/IconTrafficJamRounded.tsx b/src/IconTrafficJamRounded.tsx index 70d3dfda2..6138eedcf 100644 --- a/src/IconTrafficJamRounded.tsx +++ b/src/IconTrafficJamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamRounded: React.FC = ({ ...props }) => ( +export const IconTrafficJamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficJamRounded as default } diff --git a/src/IconTrafficJamRoundedFilled.tsx b/src/IconTrafficJamRoundedFilled.tsx index 557933f5d..6e449615a 100644 --- a/src/IconTrafficJamRoundedFilled.tsx +++ b/src/IconTrafficJamRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrafficJamRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrafficJamRoundedFilled as default } diff --git a/src/IconTrafficJamSharp.tsx b/src/IconTrafficJamSharp.tsx index c95882069..4155843eb 100644 --- a/src/IconTrafficJamSharp.tsx +++ b/src/IconTrafficJamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamSharp: React.FC = ({ ...props }) => ( +export const IconTrafficJamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficJamSharp as default } diff --git a/src/IconTrafficJamSharpFilled.tsx b/src/IconTrafficJamSharpFilled.tsx index 90b9b7fdc..97a252e14 100644 --- a/src/IconTrafficJamSharpFilled.tsx +++ b/src/IconTrafficJamSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficJamSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrafficJamSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrafficJamSharpFilled as default } diff --git a/src/IconTrafficOutlined.tsx b/src/IconTrafficOutlined.tsx index 4e6ab75c4..97d4430fe 100644 --- a/src/IconTrafficOutlined.tsx +++ b/src/IconTrafficOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficOutlined: React.FC = ({ ...props }) => ( +export const IconTrafficOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficOutlined as default } diff --git a/src/IconTrafficOutlinedFilled.tsx b/src/IconTrafficOutlinedFilled.tsx index c05d2759e..a380e7b8e 100644 --- a/src/IconTrafficOutlinedFilled.tsx +++ b/src/IconTrafficOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrafficOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrafficOutlinedFilled as default } diff --git a/src/IconTrafficRounded.tsx b/src/IconTrafficRounded.tsx index fe9e4e0cf..f07a47700 100644 --- a/src/IconTrafficRounded.tsx +++ b/src/IconTrafficRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficRounded: React.FC = ({ ...props }) => ( +export const IconTrafficRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficRounded as default } diff --git a/src/IconTrafficRoundedFilled.tsx b/src/IconTrafficRoundedFilled.tsx index b061b600d..cb3d14022 100644 --- a/src/IconTrafficRoundedFilled.tsx +++ b/src/IconTrafficRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrafficRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficRoundedFilled as default } diff --git a/src/IconTrafficSharp.tsx b/src/IconTrafficSharp.tsx index 413935dd1..e0c32b240 100644 --- a/src/IconTrafficSharp.tsx +++ b/src/IconTrafficSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficSharp: React.FC = ({ ...props }) => ( +export const IconTrafficSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficSharp as default } diff --git a/src/IconTrafficSharpFilled.tsx b/src/IconTrafficSharpFilled.tsx index 256c50d93..cfc092cf2 100644 --- a/src/IconTrafficSharpFilled.tsx +++ b/src/IconTrafficSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrafficSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrafficSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrafficSharpFilled as default } diff --git a/src/IconTrailLengthMediumOutlined.tsx b/src/IconTrailLengthMediumOutlined.tsx index 5d3e6dddb..8a2fe6652 100644 --- a/src/IconTrailLengthMediumOutlined.tsx +++ b/src/IconTrailLengthMediumOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumOutlined: React.FC = ({ ...props }) => ( +export const IconTrailLengthMediumOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthMediumOutlined as default } diff --git a/src/IconTrailLengthMediumOutlinedFilled.tsx b/src/IconTrailLengthMediumOutlinedFilled.tsx index 4e0cdbacd..5cd60aeee 100644 --- a/src/IconTrailLengthMediumOutlinedFilled.tsx +++ b/src/IconTrailLengthMediumOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumOutlinedFilled: React.FC = ({ +export const IconTrailLengthMediumOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrailLengthMediumOutlinedFilled: React.FC = ({ ) - -export { IconTrailLengthMediumOutlinedFilled as default } diff --git a/src/IconTrailLengthMediumRounded.tsx b/src/IconTrailLengthMediumRounded.tsx index cfcd6af92..643d0b350 100644 --- a/src/IconTrailLengthMediumRounded.tsx +++ b/src/IconTrailLengthMediumRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumRounded: React.FC = ({ ...props }) => ( +export const IconTrailLengthMediumRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthMediumRounded as default } diff --git a/src/IconTrailLengthMediumRoundedFilled.tsx b/src/IconTrailLengthMediumRoundedFilled.tsx index 630ea75aa..177f5c3e1 100644 --- a/src/IconTrailLengthMediumRoundedFilled.tsx +++ b/src/IconTrailLengthMediumRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumRoundedFilled: React.FC = ({ +export const IconTrailLengthMediumRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrailLengthMediumRoundedFilled: React.FC = ({ ) - -export { IconTrailLengthMediumRoundedFilled as default } diff --git a/src/IconTrailLengthMediumSharp.tsx b/src/IconTrailLengthMediumSharp.tsx index e93dd4018..2378d6777 100644 --- a/src/IconTrailLengthMediumSharp.tsx +++ b/src/IconTrailLengthMediumSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumSharp: React.FC = ({ ...props }) => ( +export const IconTrailLengthMediumSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthMediumSharp as default } diff --git a/src/IconTrailLengthMediumSharpFilled.tsx b/src/IconTrailLengthMediumSharpFilled.tsx index bcc2e9439..64173fca1 100644 --- a/src/IconTrailLengthMediumSharpFilled.tsx +++ b/src/IconTrailLengthMediumSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthMediumSharpFilled: React.FC = ({ +export const IconTrailLengthMediumSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrailLengthMediumSharpFilled: React.FC = ({ ) - -export { IconTrailLengthMediumSharpFilled as default } diff --git a/src/IconTrailLengthOutlined.tsx b/src/IconTrailLengthOutlined.tsx index 6f87aa8c5..9316f0c14 100644 --- a/src/IconTrailLengthOutlined.tsx +++ b/src/IconTrailLengthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthOutlined: React.FC = ({ ...props }) => ( +export const IconTrailLengthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrailLengthOutlined as default } diff --git a/src/IconTrailLengthOutlinedFilled.tsx b/src/IconTrailLengthOutlinedFilled.tsx index fb42bed53..8ad63a82a 100644 --- a/src/IconTrailLengthOutlinedFilled.tsx +++ b/src/IconTrailLengthOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrailLengthOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthOutlinedFilled as default } diff --git a/src/IconTrailLengthRounded.tsx b/src/IconTrailLengthRounded.tsx index b59f4f4ec..ee1ca21d7 100644 --- a/src/IconTrailLengthRounded.tsx +++ b/src/IconTrailLengthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthRounded: React.FC = ({ ...props }) => ( +export const IconTrailLengthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrailLengthRounded as default } diff --git a/src/IconTrailLengthRoundedFilled.tsx b/src/IconTrailLengthRoundedFilled.tsx index 0fb610e1b..99b70ae79 100644 --- a/src/IconTrailLengthRoundedFilled.tsx +++ b/src/IconTrailLengthRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrailLengthRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthRoundedFilled as default } diff --git a/src/IconTrailLengthSharp.tsx b/src/IconTrailLengthSharp.tsx index deda51245..f9d8ac7b0 100644 --- a/src/IconTrailLengthSharp.tsx +++ b/src/IconTrailLengthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthSharp: React.FC = ({ ...props }) => ( +export const IconTrailLengthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrailLengthSharp as default } diff --git a/src/IconTrailLengthSharpFilled.tsx b/src/IconTrailLengthSharpFilled.tsx index b445023a0..4235bd4f7 100644 --- a/src/IconTrailLengthSharpFilled.tsx +++ b/src/IconTrailLengthSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrailLengthSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthSharpFilled as default } diff --git a/src/IconTrailLengthShortOutlined.tsx b/src/IconTrailLengthShortOutlined.tsx index 45a67bb76..c3ac140d9 100644 --- a/src/IconTrailLengthShortOutlined.tsx +++ b/src/IconTrailLengthShortOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortOutlined: React.FC = ({ ...props }) => ( +export const IconTrailLengthShortOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthShortOutlined as default } diff --git a/src/IconTrailLengthShortOutlinedFilled.tsx b/src/IconTrailLengthShortOutlinedFilled.tsx index 5e9f17bc8..45f2192d9 100644 --- a/src/IconTrailLengthShortOutlinedFilled.tsx +++ b/src/IconTrailLengthShortOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortOutlinedFilled: React.FC = ({ +export const IconTrailLengthShortOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrailLengthShortOutlinedFilled: React.FC = ({ ) - -export { IconTrailLengthShortOutlinedFilled as default } diff --git a/src/IconTrailLengthShortRounded.tsx b/src/IconTrailLengthShortRounded.tsx index f6a4f0e7c..f6814f286 100644 --- a/src/IconTrailLengthShortRounded.tsx +++ b/src/IconTrailLengthShortRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortRounded: React.FC = ({ ...props }) => ( +export const IconTrailLengthShortRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthShortRounded as default } diff --git a/src/IconTrailLengthShortRoundedFilled.tsx b/src/IconTrailLengthShortRoundedFilled.tsx index b14499eb5..cf4fd5284 100644 --- a/src/IconTrailLengthShortRoundedFilled.tsx +++ b/src/IconTrailLengthShortRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortRoundedFilled: React.FC = ({ +export const IconTrailLengthShortRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrailLengthShortRoundedFilled: React.FC = ({ ) - -export { IconTrailLengthShortRoundedFilled as default } diff --git a/src/IconTrailLengthShortSharp.tsx b/src/IconTrailLengthShortSharp.tsx index b5bbd5840..27cfc60a1 100644 --- a/src/IconTrailLengthShortSharp.tsx +++ b/src/IconTrailLengthShortSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortSharp: React.FC = ({ ...props }) => ( +export const IconTrailLengthShortSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthShortSharp as default } diff --git a/src/IconTrailLengthShortSharpFilled.tsx b/src/IconTrailLengthShortSharpFilled.tsx index 46262fc30..62e698dd3 100644 --- a/src/IconTrailLengthShortSharpFilled.tsx +++ b/src/IconTrailLengthShortSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrailLengthShortSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrailLengthShortSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrailLengthShortSharpFilled as default } diff --git a/src/IconTrainOutlined.tsx b/src/IconTrainOutlined.tsx index 3c1f0dbfa..cae2d625b 100644 --- a/src/IconTrainOutlined.tsx +++ b/src/IconTrainOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainOutlined: React.FC = ({ ...props }) => ( +export const IconTrainOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainOutlined as default } diff --git a/src/IconTrainOutlinedFilled.tsx b/src/IconTrainOutlinedFilled.tsx index 3f0ed5599..dc5915b9e 100644 --- a/src/IconTrainOutlinedFilled.tsx +++ b/src/IconTrainOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrainOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainOutlinedFilled as default } diff --git a/src/IconTrainRounded.tsx b/src/IconTrainRounded.tsx index afa68ea93..ba1a52451 100644 --- a/src/IconTrainRounded.tsx +++ b/src/IconTrainRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainRounded: React.FC = ({ ...props }) => ( +export const IconTrainRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainRounded as default } diff --git a/src/IconTrainRoundedFilled.tsx b/src/IconTrainRoundedFilled.tsx index 6a3fdb18e..b2c0daff6 100644 --- a/src/IconTrainRoundedFilled.tsx +++ b/src/IconTrainRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrainRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainRoundedFilled as default } diff --git a/src/IconTrainSharp.tsx b/src/IconTrainSharp.tsx index 163b1724a..81c7cd135 100644 --- a/src/IconTrainSharp.tsx +++ b/src/IconTrainSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainSharp: React.FC = ({ ...props }) => ( +export const IconTrainSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainSharp as default } diff --git a/src/IconTrainSharpFilled.tsx b/src/IconTrainSharpFilled.tsx index 4d6f817d1..8bdeb7a6c 100644 --- a/src/IconTrainSharpFilled.tsx +++ b/src/IconTrainSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrainSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrainSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrainSharpFilled as default } diff --git a/src/IconTramOutlined.tsx b/src/IconTramOutlined.tsx index 235e961a9..fe62102d0 100644 --- a/src/IconTramOutlined.tsx +++ b/src/IconTramOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramOutlined: React.FC = ({ ...props }) => ( +export const IconTramOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramOutlined as default } diff --git a/src/IconTramOutlinedFilled.tsx b/src/IconTramOutlinedFilled.tsx index 0f90c1c71..0238c02d8 100644 --- a/src/IconTramOutlinedFilled.tsx +++ b/src/IconTramOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTramOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramOutlinedFilled as default } diff --git a/src/IconTramRounded.tsx b/src/IconTramRounded.tsx index 87a237b5c..d59132cc5 100644 --- a/src/IconTramRounded.tsx +++ b/src/IconTramRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramRounded: React.FC = ({ ...props }) => ( +export const IconTramRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramRounded as default } diff --git a/src/IconTramRoundedFilled.tsx b/src/IconTramRoundedFilled.tsx index 2cb7cc76e..bab8dd418 100644 --- a/src/IconTramRoundedFilled.tsx +++ b/src/IconTramRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTramRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramRoundedFilled as default } diff --git a/src/IconTramSharp.tsx b/src/IconTramSharp.tsx index 7229ec85e..a0c1dd6a8 100644 --- a/src/IconTramSharp.tsx +++ b/src/IconTramSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramSharp: React.FC = ({ ...props }) => ( +export const IconTramSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramSharp as default } diff --git a/src/IconTramSharpFilled.tsx b/src/IconTramSharpFilled.tsx index 9c28a0f93..6d353d508 100644 --- a/src/IconTramSharpFilled.tsx +++ b/src/IconTramSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTramSharpFilled: React.FC = ({ ...props }) => ( +export const IconTramSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTramSharpFilled as default } diff --git a/src/IconTranscribeOutlined.tsx b/src/IconTranscribeOutlined.tsx index b1f781b90..9f1fe97ac 100644 --- a/src/IconTranscribeOutlined.tsx +++ b/src/IconTranscribeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeOutlined: React.FC = ({ ...props }) => ( +export const IconTranscribeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranscribeOutlined as default } diff --git a/src/IconTranscribeOutlinedFilled.tsx b/src/IconTranscribeOutlinedFilled.tsx index 64c8b1596..b82f7db79 100644 --- a/src/IconTranscribeOutlinedFilled.tsx +++ b/src/IconTranscribeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTranscribeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTranscribeOutlinedFilled as default } diff --git a/src/IconTranscribeRounded.tsx b/src/IconTranscribeRounded.tsx index 217ca1c1a..947ca6d64 100644 --- a/src/IconTranscribeRounded.tsx +++ b/src/IconTranscribeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeRounded: React.FC = ({ ...props }) => ( +export const IconTranscribeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranscribeRounded as default } diff --git a/src/IconTranscribeRoundedFilled.tsx b/src/IconTranscribeRoundedFilled.tsx index e8a1bb757..7ef51860a 100644 --- a/src/IconTranscribeRoundedFilled.tsx +++ b/src/IconTranscribeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTranscribeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTranscribeRoundedFilled as default } diff --git a/src/IconTranscribeSharp.tsx b/src/IconTranscribeSharp.tsx index 77092e72b..b62bf8de5 100644 --- a/src/IconTranscribeSharp.tsx +++ b/src/IconTranscribeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeSharp: React.FC = ({ ...props }) => ( +export const IconTranscribeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranscribeSharp as default } diff --git a/src/IconTranscribeSharpFilled.tsx b/src/IconTranscribeSharpFilled.tsx index 12b3f01ce..ae53d39a0 100644 --- a/src/IconTranscribeSharpFilled.tsx +++ b/src/IconTranscribeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTranscribeSharpFilled: React.FC = ({ ...props }) => ( +export const IconTranscribeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTranscribeSharpFilled as default } diff --git a/src/IconTransferWithinAStationOutlined.tsx b/src/IconTransferWithinAStationOutlined.tsx index f13b7f851..3bb433693 100644 --- a/src/IconTransferWithinAStationOutlined.tsx +++ b/src/IconTransferWithinAStationOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationOutlined: React.FC = ({ +export const IconTransferWithinAStationOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransferWithinAStationOutlined: React.FC = ({ ) - -export { IconTransferWithinAStationOutlined as default } diff --git a/src/IconTransferWithinAStationOutlinedFilled.tsx b/src/IconTransferWithinAStationOutlinedFilled.tsx index dcf62ce73..6490347fd 100644 --- a/src/IconTransferWithinAStationOutlinedFilled.tsx +++ b/src/IconTransferWithinAStationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationOutlinedFilled: React.FC = ({ +export const IconTransferWithinAStationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransferWithinAStationOutlinedFilled: React.FC = ({ ) - -export { IconTransferWithinAStationOutlinedFilled as default } diff --git a/src/IconTransferWithinAStationRounded.tsx b/src/IconTransferWithinAStationRounded.tsx index d64aec257..794cadd7b 100644 --- a/src/IconTransferWithinAStationRounded.tsx +++ b/src/IconTransferWithinAStationRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationRounded: React.FC = ({ +export const IconTransferWithinAStationRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransferWithinAStationRounded: React.FC = ({ ) - -export { IconTransferWithinAStationRounded as default } diff --git a/src/IconTransferWithinAStationRoundedFilled.tsx b/src/IconTransferWithinAStationRoundedFilled.tsx index 4795cb638..f3f5d3a8e 100644 --- a/src/IconTransferWithinAStationRoundedFilled.tsx +++ b/src/IconTransferWithinAStationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationRoundedFilled: React.FC = ({ +export const IconTransferWithinAStationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransferWithinAStationRoundedFilled: React.FC = ({ ) - -export { IconTransferWithinAStationRoundedFilled as default } diff --git a/src/IconTransferWithinAStationSharp.tsx b/src/IconTransferWithinAStationSharp.tsx index ad4dbe2f0..b66b5c00f 100644 --- a/src/IconTransferWithinAStationSharp.tsx +++ b/src/IconTransferWithinAStationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationSharp: React.FC = ({ ...props }) => ( +export const IconTransferWithinAStationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransferWithinAStationSharp as default } diff --git a/src/IconTransferWithinAStationSharpFilled.tsx b/src/IconTransferWithinAStationSharpFilled.tsx index c2a822a75..53383448c 100644 --- a/src/IconTransferWithinAStationSharpFilled.tsx +++ b/src/IconTransferWithinAStationSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransferWithinAStationSharpFilled: React.FC = ({ +export const IconTransferWithinAStationSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransferWithinAStationSharpFilled: React.FC = ({ ) - -export { IconTransferWithinAStationSharpFilled as default } diff --git a/src/IconTransformOutlined.tsx b/src/IconTransformOutlined.tsx index 4a4285f12..4feae4d56 100644 --- a/src/IconTransformOutlined.tsx +++ b/src/IconTransformOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransformOutlined: React.FC = ({ ...props }) => ( +export const IconTransformOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransformOutlined as default } diff --git a/src/IconTransformOutlinedFilled.tsx b/src/IconTransformOutlinedFilled.tsx index 14a63634a..5ac210604 100644 --- a/src/IconTransformOutlinedFilled.tsx +++ b/src/IconTransformOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransformOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTransformOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransformOutlinedFilled as default } diff --git a/src/IconTransformRounded.tsx b/src/IconTransformRounded.tsx index 3a8a0d3b3..6cf0744f8 100644 --- a/src/IconTransformRounded.tsx +++ b/src/IconTransformRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransformRounded: React.FC = ({ ...props }) => ( +export const IconTransformRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransformRounded as default } diff --git a/src/IconTransformRoundedFilled.tsx b/src/IconTransformRoundedFilled.tsx index 147262583..613f649cc 100644 --- a/src/IconTransformRoundedFilled.tsx +++ b/src/IconTransformRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransformRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransformRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransformRoundedFilled as default } diff --git a/src/IconTransformSharp.tsx b/src/IconTransformSharp.tsx index b72dc600a..1c79e1024 100644 --- a/src/IconTransformSharp.tsx +++ b/src/IconTransformSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransformSharp: React.FC = ({ ...props }) => ( +export const IconTransformSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransformSharp as default } diff --git a/src/IconTransformSharpFilled.tsx b/src/IconTransformSharpFilled.tsx index 0375f28a4..a0ac3af43 100644 --- a/src/IconTransformSharpFilled.tsx +++ b/src/IconTransformSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransformSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransformSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransformSharpFilled as default } diff --git a/src/IconTransgenderOutlined.tsx b/src/IconTransgenderOutlined.tsx index fb9e8a95c..14100d53c 100644 --- a/src/IconTransgenderOutlined.tsx +++ b/src/IconTransgenderOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderOutlined: React.FC = ({ ...props }) => ( +export const IconTransgenderOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransgenderOutlined as default } diff --git a/src/IconTransgenderOutlinedFilled.tsx b/src/IconTransgenderOutlinedFilled.tsx index 73672ae92..65b1b08c1 100644 --- a/src/IconTransgenderOutlinedFilled.tsx +++ b/src/IconTransgenderOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTransgenderOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransgenderOutlinedFilled as default } diff --git a/src/IconTransgenderRounded.tsx b/src/IconTransgenderRounded.tsx index c7d246006..2b79cfec1 100644 --- a/src/IconTransgenderRounded.tsx +++ b/src/IconTransgenderRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderRounded: React.FC = ({ ...props }) => ( +export const IconTransgenderRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransgenderRounded as default } diff --git a/src/IconTransgenderRoundedFilled.tsx b/src/IconTransgenderRoundedFilled.tsx index 38f2eaa48..6cc9b0239 100644 --- a/src/IconTransgenderRoundedFilled.tsx +++ b/src/IconTransgenderRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransgenderRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransgenderRoundedFilled as default } diff --git a/src/IconTransgenderSharp.tsx b/src/IconTransgenderSharp.tsx index 854131348..31490b0c7 100644 --- a/src/IconTransgenderSharp.tsx +++ b/src/IconTransgenderSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderSharp: React.FC = ({ ...props }) => ( +export const IconTransgenderSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransgenderSharp as default } diff --git a/src/IconTransgenderSharpFilled.tsx b/src/IconTransgenderSharpFilled.tsx index 9f85e3fea..182c1da56 100644 --- a/src/IconTransgenderSharpFilled.tsx +++ b/src/IconTransgenderSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransgenderSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransgenderSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransgenderSharpFilled as default } diff --git a/src/IconTransitEnterexitOutlined.tsx b/src/IconTransitEnterexitOutlined.tsx index 21ab82120..e2e16d4ed 100644 --- a/src/IconTransitEnterexitOutlined.tsx +++ b/src/IconTransitEnterexitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitOutlined: React.FC = ({ ...props }) => ( +export const IconTransitEnterexitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitEnterexitOutlined as default } diff --git a/src/IconTransitEnterexitOutlinedFilled.tsx b/src/IconTransitEnterexitOutlinedFilled.tsx index fef00f051..5689fe336 100644 --- a/src/IconTransitEnterexitOutlinedFilled.tsx +++ b/src/IconTransitEnterexitOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitOutlinedFilled: React.FC = ({ +export const IconTransitEnterexitOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitEnterexitOutlinedFilled: React.FC = ({ ) - -export { IconTransitEnterexitOutlinedFilled as default } diff --git a/src/IconTransitEnterexitRounded.tsx b/src/IconTransitEnterexitRounded.tsx index 46a98f71f..1aad36000 100644 --- a/src/IconTransitEnterexitRounded.tsx +++ b/src/IconTransitEnterexitRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitRounded: React.FC = ({ ...props }) => ( +export const IconTransitEnterexitRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitEnterexitRounded as default } diff --git a/src/IconTransitEnterexitRoundedFilled.tsx b/src/IconTransitEnterexitRoundedFilled.tsx index 51a8915ed..52631d7da 100644 --- a/src/IconTransitEnterexitRoundedFilled.tsx +++ b/src/IconTransitEnterexitRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitRoundedFilled: React.FC = ({ +export const IconTransitEnterexitRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitEnterexitRoundedFilled: React.FC = ({ ) - -export { IconTransitEnterexitRoundedFilled as default } diff --git a/src/IconTransitEnterexitSharp.tsx b/src/IconTransitEnterexitSharp.tsx index ffa27f124..371bdff72 100644 --- a/src/IconTransitEnterexitSharp.tsx +++ b/src/IconTransitEnterexitSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitSharp: React.FC = ({ ...props }) => ( +export const IconTransitEnterexitSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitEnterexitSharp as default } diff --git a/src/IconTransitEnterexitSharpFilled.tsx b/src/IconTransitEnterexitSharpFilled.tsx index f1969c27c..bec8b706c 100644 --- a/src/IconTransitEnterexitSharpFilled.tsx +++ b/src/IconTransitEnterexitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitEnterexitSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitEnterexitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitEnterexitSharpFilled as default } diff --git a/src/IconTransitTicketOutlined.tsx b/src/IconTransitTicketOutlined.tsx index 554b86153..73aa36f03 100644 --- a/src/IconTransitTicketOutlined.tsx +++ b/src/IconTransitTicketOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketOutlined: React.FC = ({ ...props }) => ( +export const IconTransitTicketOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitTicketOutlined as default } diff --git a/src/IconTransitTicketOutlinedFilled.tsx b/src/IconTransitTicketOutlinedFilled.tsx index d16dfc165..1b736d346 100644 --- a/src/IconTransitTicketOutlinedFilled.tsx +++ b/src/IconTransitTicketOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTransitTicketOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitTicketOutlinedFilled as default } diff --git a/src/IconTransitTicketRounded.tsx b/src/IconTransitTicketRounded.tsx index c06e55c03..8f4d3595c 100644 --- a/src/IconTransitTicketRounded.tsx +++ b/src/IconTransitTicketRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketRounded: React.FC = ({ ...props }) => ( +export const IconTransitTicketRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitTicketRounded as default } diff --git a/src/IconTransitTicketRoundedFilled.tsx b/src/IconTransitTicketRoundedFilled.tsx index ca5620f18..87aa855f5 100644 --- a/src/IconTransitTicketRoundedFilled.tsx +++ b/src/IconTransitTicketRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransitTicketRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitTicketRoundedFilled as default } diff --git a/src/IconTransitTicketSharp.tsx b/src/IconTransitTicketSharp.tsx index 655d01e51..b9cb8d2ed 100644 --- a/src/IconTransitTicketSharp.tsx +++ b/src/IconTransitTicketSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketSharp: React.FC = ({ ...props }) => ( +export const IconTransitTicketSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitTicketSharp as default } diff --git a/src/IconTransitTicketSharpFilled.tsx b/src/IconTransitTicketSharpFilled.tsx index b99a395a6..1c87506e2 100644 --- a/src/IconTransitTicketSharpFilled.tsx +++ b/src/IconTransitTicketSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitTicketSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitTicketSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitTicketSharpFilled as default } diff --git a/src/IconTransitionChopOutlined.tsx b/src/IconTransitionChopOutlined.tsx index a7865d57b..d219a11ad 100644 --- a/src/IconTransitionChopOutlined.tsx +++ b/src/IconTransitionChopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopOutlined: React.FC = ({ ...props }) => ( +export const IconTransitionChopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionChopOutlined as default } diff --git a/src/IconTransitionChopOutlinedFilled.tsx b/src/IconTransitionChopOutlinedFilled.tsx index 0f58fb3f8..cf967ea92 100644 --- a/src/IconTransitionChopOutlinedFilled.tsx +++ b/src/IconTransitionChopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopOutlinedFilled: React.FC = ({ +export const IconTransitionChopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionChopOutlinedFilled: React.FC = ({ ) - -export { IconTransitionChopOutlinedFilled as default } diff --git a/src/IconTransitionChopRounded.tsx b/src/IconTransitionChopRounded.tsx index 1376741b1..950451ea2 100644 --- a/src/IconTransitionChopRounded.tsx +++ b/src/IconTransitionChopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopRounded: React.FC = ({ ...props }) => ( +export const IconTransitionChopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionChopRounded as default } diff --git a/src/IconTransitionChopRoundedFilled.tsx b/src/IconTransitionChopRoundedFilled.tsx index 14b090269..46faa042f 100644 --- a/src/IconTransitionChopRoundedFilled.tsx +++ b/src/IconTransitionChopRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransitionChopRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionChopRoundedFilled as default } diff --git a/src/IconTransitionChopSharp.tsx b/src/IconTransitionChopSharp.tsx index 3cb01bb38..edcba8a1a 100644 --- a/src/IconTransitionChopSharp.tsx +++ b/src/IconTransitionChopSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopSharp: React.FC = ({ ...props }) => ( +export const IconTransitionChopSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitionChopSharp as default } diff --git a/src/IconTransitionChopSharpFilled.tsx b/src/IconTransitionChopSharpFilled.tsx index 4ceaeb323..9dd449d5f 100644 --- a/src/IconTransitionChopSharpFilled.tsx +++ b/src/IconTransitionChopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionChopSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitionChopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionChopSharpFilled as default } diff --git a/src/IconTransitionDissolveOutlined.tsx b/src/IconTransitionDissolveOutlined.tsx index 6c3a85794..049c7f5d8 100644 --- a/src/IconTransitionDissolveOutlined.tsx +++ b/src/IconTransitionDissolveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveOutlined: React.FC = ({ ...props }) => ( +export const IconTransitionDissolveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionDissolveOutlined as default } diff --git a/src/IconTransitionDissolveOutlinedFilled.tsx b/src/IconTransitionDissolveOutlinedFilled.tsx index 49aebbad9..e624a30e2 100644 --- a/src/IconTransitionDissolveOutlinedFilled.tsx +++ b/src/IconTransitionDissolveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveOutlinedFilled: React.FC = ({ +export const IconTransitionDissolveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionDissolveOutlinedFilled: React.FC = ({ ) - -export { IconTransitionDissolveOutlinedFilled as default } diff --git a/src/IconTransitionDissolveRounded.tsx b/src/IconTransitionDissolveRounded.tsx index 50365b5c5..8405c676b 100644 --- a/src/IconTransitionDissolveRounded.tsx +++ b/src/IconTransitionDissolveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveRounded: React.FC = ({ ...props }) => ( +export const IconTransitionDissolveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionDissolveRounded as default } diff --git a/src/IconTransitionDissolveRoundedFilled.tsx b/src/IconTransitionDissolveRoundedFilled.tsx index af0d7eddc..7a764836d 100644 --- a/src/IconTransitionDissolveRoundedFilled.tsx +++ b/src/IconTransitionDissolveRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveRoundedFilled: React.FC = ({ +export const IconTransitionDissolveRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionDissolveRoundedFilled: React.FC = ({ ) - -export { IconTransitionDissolveRoundedFilled as default } diff --git a/src/IconTransitionDissolveSharp.tsx b/src/IconTransitionDissolveSharp.tsx index 7f6e54286..f421e87bd 100644 --- a/src/IconTransitionDissolveSharp.tsx +++ b/src/IconTransitionDissolveSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveSharp: React.FC = ({ ...props }) => ( +export const IconTransitionDissolveSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionDissolveSharp as default } diff --git a/src/IconTransitionDissolveSharpFilled.tsx b/src/IconTransitionDissolveSharpFilled.tsx index b08f3fdf6..b10705b31 100644 --- a/src/IconTransitionDissolveSharpFilled.tsx +++ b/src/IconTransitionDissolveSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionDissolveSharpFilled: React.FC = ({ +export const IconTransitionDissolveSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionDissolveSharpFilled: React.FC = ({ ) - -export { IconTransitionDissolveSharpFilled as default } diff --git a/src/IconTransitionFadeOutlined.tsx b/src/IconTransitionFadeOutlined.tsx index 1bf044980..3f8ce63d9 100644 --- a/src/IconTransitionFadeOutlined.tsx +++ b/src/IconTransitionFadeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeOutlined: React.FC = ({ ...props }) => ( +export const IconTransitionFadeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionFadeOutlined as default } diff --git a/src/IconTransitionFadeOutlinedFilled.tsx b/src/IconTransitionFadeOutlinedFilled.tsx index 56ebbd31e..d6ade2599 100644 --- a/src/IconTransitionFadeOutlinedFilled.tsx +++ b/src/IconTransitionFadeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeOutlinedFilled: React.FC = ({ +export const IconTransitionFadeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionFadeOutlinedFilled: React.FC = ({ ) - -export { IconTransitionFadeOutlinedFilled as default } diff --git a/src/IconTransitionFadeRounded.tsx b/src/IconTransitionFadeRounded.tsx index 7b974e549..ea4b045f3 100644 --- a/src/IconTransitionFadeRounded.tsx +++ b/src/IconTransitionFadeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeRounded: React.FC = ({ ...props }) => ( +export const IconTransitionFadeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionFadeRounded as default } diff --git a/src/IconTransitionFadeRoundedFilled.tsx b/src/IconTransitionFadeRoundedFilled.tsx index 4668fa036..2acd0ec3f 100644 --- a/src/IconTransitionFadeRoundedFilled.tsx +++ b/src/IconTransitionFadeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransitionFadeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionFadeRoundedFilled as default } diff --git a/src/IconTransitionFadeSharp.tsx b/src/IconTransitionFadeSharp.tsx index c2328bbc9..acdcff838 100644 --- a/src/IconTransitionFadeSharp.tsx +++ b/src/IconTransitionFadeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeSharp: React.FC = ({ ...props }) => ( +export const IconTransitionFadeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitionFadeSharp as default } diff --git a/src/IconTransitionFadeSharpFilled.tsx b/src/IconTransitionFadeSharpFilled.tsx index 471b53bc5..3474cc44a 100644 --- a/src/IconTransitionFadeSharpFilled.tsx +++ b/src/IconTransitionFadeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionFadeSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitionFadeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionFadeSharpFilled as default } diff --git a/src/IconTransitionPushOutlined.tsx b/src/IconTransitionPushOutlined.tsx index e4346d0bc..53fc8c7da 100644 --- a/src/IconTransitionPushOutlined.tsx +++ b/src/IconTransitionPushOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushOutlined: React.FC = ({ ...props }) => ( +export const IconTransitionPushOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionPushOutlined as default } diff --git a/src/IconTransitionPushOutlinedFilled.tsx b/src/IconTransitionPushOutlinedFilled.tsx index be416b983..30004fafa 100644 --- a/src/IconTransitionPushOutlinedFilled.tsx +++ b/src/IconTransitionPushOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushOutlinedFilled: React.FC = ({ +export const IconTransitionPushOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionPushOutlinedFilled: React.FC = ({ ) - -export { IconTransitionPushOutlinedFilled as default } diff --git a/src/IconTransitionPushRounded.tsx b/src/IconTransitionPushRounded.tsx index 261de306a..381b321f9 100644 --- a/src/IconTransitionPushRounded.tsx +++ b/src/IconTransitionPushRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushRounded: React.FC = ({ ...props }) => ( +export const IconTransitionPushRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionPushRounded as default } diff --git a/src/IconTransitionPushRoundedFilled.tsx b/src/IconTransitionPushRoundedFilled.tsx index c6d5dfc9c..e8a891157 100644 --- a/src/IconTransitionPushRoundedFilled.tsx +++ b/src/IconTransitionPushRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransitionPushRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionPushRoundedFilled as default } diff --git a/src/IconTransitionPushSharp.tsx b/src/IconTransitionPushSharp.tsx index f944e16ed..118b8b905 100644 --- a/src/IconTransitionPushSharp.tsx +++ b/src/IconTransitionPushSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushSharp: React.FC = ({ ...props }) => ( +export const IconTransitionPushSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitionPushSharp as default } diff --git a/src/IconTransitionPushSharpFilled.tsx b/src/IconTransitionPushSharpFilled.tsx index d3b341adb..aa464d6b6 100644 --- a/src/IconTransitionPushSharpFilled.tsx +++ b/src/IconTransitionPushSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionPushSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitionPushSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionPushSharpFilled as default } diff --git a/src/IconTransitionSlideOutlined.tsx b/src/IconTransitionSlideOutlined.tsx index bcf996752..a97586e70 100644 --- a/src/IconTransitionSlideOutlined.tsx +++ b/src/IconTransitionSlideOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideOutlined: React.FC = ({ ...props }) => ( +export const IconTransitionSlideOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionSlideOutlined as default } diff --git a/src/IconTransitionSlideOutlinedFilled.tsx b/src/IconTransitionSlideOutlinedFilled.tsx index 515587138..5940e9435 100644 --- a/src/IconTransitionSlideOutlinedFilled.tsx +++ b/src/IconTransitionSlideOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideOutlinedFilled: React.FC = ({ +export const IconTransitionSlideOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionSlideOutlinedFilled: React.FC = ({ ) - -export { IconTransitionSlideOutlinedFilled as default } diff --git a/src/IconTransitionSlideRounded.tsx b/src/IconTransitionSlideRounded.tsx index d16e72b5a..4b401c3d7 100644 --- a/src/IconTransitionSlideRounded.tsx +++ b/src/IconTransitionSlideRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideRounded: React.FC = ({ ...props }) => ( +export const IconTransitionSlideRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionSlideRounded as default } diff --git a/src/IconTransitionSlideRoundedFilled.tsx b/src/IconTransitionSlideRoundedFilled.tsx index 70f158f24..a1f9ab8ba 100644 --- a/src/IconTransitionSlideRoundedFilled.tsx +++ b/src/IconTransitionSlideRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideRoundedFilled: React.FC = ({ +export const IconTransitionSlideRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransitionSlideRoundedFilled: React.FC = ({ ) - -export { IconTransitionSlideRoundedFilled as default } diff --git a/src/IconTransitionSlideSharp.tsx b/src/IconTransitionSlideSharp.tsx index de1c0ec4f..65dce5278 100644 --- a/src/IconTransitionSlideSharp.tsx +++ b/src/IconTransitionSlideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideSharp: React.FC = ({ ...props }) => ( +export const IconTransitionSlideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransitionSlideSharp as default } diff --git a/src/IconTransitionSlideSharpFilled.tsx b/src/IconTransitionSlideSharpFilled.tsx index 4222bf624..8d3e110a4 100644 --- a/src/IconTransitionSlideSharpFilled.tsx +++ b/src/IconTransitionSlideSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransitionSlideSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransitionSlideSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransitionSlideSharpFilled as default } diff --git a/src/IconTranslateOutlined.tsx b/src/IconTranslateOutlined.tsx index 535138f95..b3e4b605a 100644 --- a/src/IconTranslateOutlined.tsx +++ b/src/IconTranslateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateOutlined: React.FC = ({ ...props }) => ( +export const IconTranslateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranslateOutlined as default } diff --git a/src/IconTranslateOutlinedFilled.tsx b/src/IconTranslateOutlinedFilled.tsx index a1eaa5839..ecddf8254 100644 --- a/src/IconTranslateOutlinedFilled.tsx +++ b/src/IconTranslateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTranslateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTranslateOutlinedFilled as default } diff --git a/src/IconTranslateRounded.tsx b/src/IconTranslateRounded.tsx index 2188e0fee..647f1f369 100644 --- a/src/IconTranslateRounded.tsx +++ b/src/IconTranslateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateRounded: React.FC = ({ ...props }) => ( +export const IconTranslateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranslateRounded as default } diff --git a/src/IconTranslateRoundedFilled.tsx b/src/IconTranslateRoundedFilled.tsx index dc1eaea5d..5f5859433 100644 --- a/src/IconTranslateRoundedFilled.tsx +++ b/src/IconTranslateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTranslateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTranslateRoundedFilled as default } diff --git a/src/IconTranslateSharp.tsx b/src/IconTranslateSharp.tsx index b0c46b8eb..fb24f2b83 100644 --- a/src/IconTranslateSharp.tsx +++ b/src/IconTranslateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateSharp: React.FC = ({ ...props }) => ( +export const IconTranslateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranslateSharp as default } diff --git a/src/IconTranslateSharpFilled.tsx b/src/IconTranslateSharpFilled.tsx index 9bc8d31ed..1fbd361b0 100644 --- a/src/IconTranslateSharpFilled.tsx +++ b/src/IconTranslateSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTranslateSharpFilled: React.FC = ({ ...props }) => ( +export const IconTranslateSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTranslateSharpFilled as default } diff --git a/src/IconTransportationOutlined.tsx b/src/IconTransportationOutlined.tsx index 9e15ca307..8afe18e0c 100644 --- a/src/IconTransportationOutlined.tsx +++ b/src/IconTransportationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationOutlined: React.FC = ({ ...props }) => ( +export const IconTransportationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransportationOutlined as default } diff --git a/src/IconTransportationOutlinedFilled.tsx b/src/IconTransportationOutlinedFilled.tsx index f84fff71d..ae09c2ee4 100644 --- a/src/IconTransportationOutlinedFilled.tsx +++ b/src/IconTransportationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationOutlinedFilled: React.FC = ({ +export const IconTransportationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTransportationOutlinedFilled: React.FC = ({ ) - -export { IconTransportationOutlinedFilled as default } diff --git a/src/IconTransportationRounded.tsx b/src/IconTransportationRounded.tsx index d9e007562..ebc8b1acf 100644 --- a/src/IconTransportationRounded.tsx +++ b/src/IconTransportationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationRounded: React.FC = ({ ...props }) => ( +export const IconTransportationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransportationRounded as default } diff --git a/src/IconTransportationRoundedFilled.tsx b/src/IconTransportationRoundedFilled.tsx index 7d472700f..65efe646f 100644 --- a/src/IconTransportationRoundedFilled.tsx +++ b/src/IconTransportationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTransportationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransportationRoundedFilled as default } diff --git a/src/IconTransportationSharp.tsx b/src/IconTransportationSharp.tsx index 87db4dcff..f4713db54 100644 --- a/src/IconTransportationSharp.tsx +++ b/src/IconTransportationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationSharp: React.FC = ({ ...props }) => ( +export const IconTransportationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTransportationSharp as default } diff --git a/src/IconTransportationSharpFilled.tsx b/src/IconTransportationSharpFilled.tsx index 54a2d418e..cd68be7e4 100644 --- a/src/IconTransportationSharpFilled.tsx +++ b/src/IconTransportationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTransportationSharpFilled: React.FC = ({ ...props }) => ( +export const IconTransportationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTransportationSharpFilled as default } diff --git a/src/IconTravelExploreOutlined.tsx b/src/IconTravelExploreOutlined.tsx index 6bb5583fa..e8a10729f 100644 --- a/src/IconTravelExploreOutlined.tsx +++ b/src/IconTravelExploreOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreOutlined: React.FC = ({ ...props }) => ( +export const IconTravelExploreOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelExploreOutlined as default } diff --git a/src/IconTravelExploreOutlinedFilled.tsx b/src/IconTravelExploreOutlinedFilled.tsx index 941e82128..4b94b07a6 100644 --- a/src/IconTravelExploreOutlinedFilled.tsx +++ b/src/IconTravelExploreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTravelExploreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelExploreOutlinedFilled as default } diff --git a/src/IconTravelExploreRounded.tsx b/src/IconTravelExploreRounded.tsx index d53f6b80e..cfb634e24 100644 --- a/src/IconTravelExploreRounded.tsx +++ b/src/IconTravelExploreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreRounded: React.FC = ({ ...props }) => ( +export const IconTravelExploreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelExploreRounded as default } diff --git a/src/IconTravelExploreRoundedFilled.tsx b/src/IconTravelExploreRoundedFilled.tsx index 923a66ad5..0580ebeba 100644 --- a/src/IconTravelExploreRoundedFilled.tsx +++ b/src/IconTravelExploreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTravelExploreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelExploreRoundedFilled as default } diff --git a/src/IconTravelExploreSharp.tsx b/src/IconTravelExploreSharp.tsx index 59f23cca1..78c166bc4 100644 --- a/src/IconTravelExploreSharp.tsx +++ b/src/IconTravelExploreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreSharp: React.FC = ({ ...props }) => ( +export const IconTravelExploreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelExploreSharp as default } diff --git a/src/IconTravelExploreSharpFilled.tsx b/src/IconTravelExploreSharpFilled.tsx index 8fbf566f8..774489874 100644 --- a/src/IconTravelExploreSharpFilled.tsx +++ b/src/IconTravelExploreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelExploreSharpFilled: React.FC = ({ ...props }) => ( +export const IconTravelExploreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelExploreSharpFilled as default } diff --git a/src/IconTravelLuggageAndBagsOutlined.tsx b/src/IconTravelLuggageAndBagsOutlined.tsx deleted file mode 100644 index 7ad3b7092..000000000 --- a/src/IconTravelLuggageAndBagsOutlined.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import React from 'react' -import { IconProps } from './types' - -const IconTravelLuggageAndBagsOutlined: React.FC = ({ - ...props -}) => ( - - {props.title && {props.title}} - - -) - -export { IconTravelLuggageAndBagsOutlined as default } diff --git a/src/IconTravelLuggageAndBagsOutlinedFilled.tsx b/src/IconTravelLuggageAndBagsOutlinedFilled.tsx index f9b75abe4..3f5d1fe66 100644 --- a/src/IconTravelLuggageAndBagsOutlinedFilled.tsx +++ b/src/IconTravelLuggageAndBagsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTravelLuggageAndBagsOutlinedFilled: React.FC = ({ +export const IconTravelLuggageAndBagsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTravelLuggageAndBagsOutlinedFilled: React.FC = ({ ) - -export { IconTravelLuggageAndBagsOutlinedFilled as default } diff --git a/src/IconTravelLuggageAndBagsRounded.tsx b/src/IconTravelLuggageAndBagsRounded.tsx index 2ac04abd7..95b37d258 100644 --- a/src/IconTravelLuggageAndBagsRounded.tsx +++ b/src/IconTravelLuggageAndBagsRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelLuggageAndBagsRounded: React.FC = ({ ...props }) => ( +export const IconTravelLuggageAndBagsRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelLuggageAndBagsRounded as default } diff --git a/src/IconTravelLuggageAndBagsRoundedFilled.tsx b/src/IconTravelLuggageAndBagsRoundedFilled.tsx index 2a49daea4..ce87fe75d 100644 --- a/src/IconTravelLuggageAndBagsRoundedFilled.tsx +++ b/src/IconTravelLuggageAndBagsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTravelLuggageAndBagsRoundedFilled: React.FC = ({ +export const IconTravelLuggageAndBagsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTravelLuggageAndBagsRoundedFilled: React.FC = ({ ) - -export { IconTravelLuggageAndBagsRoundedFilled as default } diff --git a/src/IconTravelLuggageAndBagsSharp.tsx b/src/IconTravelLuggageAndBagsSharp.tsx index f8413d763..61542d67b 100644 --- a/src/IconTravelLuggageAndBagsSharp.tsx +++ b/src/IconTravelLuggageAndBagsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTravelLuggageAndBagsSharp: React.FC = ({ ...props }) => ( +export const IconTravelLuggageAndBagsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTravelLuggageAndBagsSharp as default } diff --git a/src/IconTravelLuggageAndBagsSharpFilled.tsx b/src/IconTravelLuggageAndBagsSharpFilled.tsx index e234dfe37..937faeaca 100644 --- a/src/IconTravelLuggageAndBagsSharpFilled.tsx +++ b/src/IconTravelLuggageAndBagsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTravelLuggageAndBagsSharpFilled: React.FC = ({ +export const IconTravelLuggageAndBagsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTravelLuggageAndBagsSharpFilled: React.FC = ({ ) - -export { IconTravelLuggageAndBagsSharpFilled as default } diff --git a/src/IconTravelOutlined.tsx b/src/IconTravelOutlined.tsx index 7eb223c76..74983b7f0 100644 --- a/src/IconTravelOutlined.tsx +++ b/src/IconTravelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelOutlined: React.FC = ({ ...props }) => ( +export const IconTravelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelOutlined as default } diff --git a/src/IconTravelOutlinedFilled.tsx b/src/IconTravelOutlinedFilled.tsx index 26f8f3498..19aa9a9d9 100644 --- a/src/IconTravelOutlinedFilled.tsx +++ b/src/IconTravelOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTravelOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelOutlinedFilled as default } diff --git a/src/IconTravelRounded.tsx b/src/IconTravelRounded.tsx index 33b3238f2..5a1106c94 100644 --- a/src/IconTravelRounded.tsx +++ b/src/IconTravelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelRounded: React.FC = ({ ...props }) => ( +export const IconTravelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelRounded as default } diff --git a/src/IconTravelRoundedFilled.tsx b/src/IconTravelRoundedFilled.tsx index 816054c1a..d4a434fa7 100644 --- a/src/IconTravelRoundedFilled.tsx +++ b/src/IconTravelRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTravelRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelRoundedFilled as default } diff --git a/src/IconTravelSharp.tsx b/src/IconTravelSharp.tsx index 43817127f..ddc3c2633 100644 --- a/src/IconTravelSharp.tsx +++ b/src/IconTravelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelSharp: React.FC = ({ ...props }) => ( +export const IconTravelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelSharp as default } diff --git a/src/IconTravelSharpFilled.tsx b/src/IconTravelSharpFilled.tsx index b9ee7631e..5f0bb91b2 100644 --- a/src/IconTravelSharpFilled.tsx +++ b/src/IconTravelSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTravelSharpFilled: React.FC = ({ ...props }) => ( +export const IconTravelSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTravelSharpFilled as default } diff --git a/src/IconTrendingDownOutlined.tsx b/src/IconTrendingDownOutlined.tsx index ff644a13d..6f861748c 100644 --- a/src/IconTrendingDownOutlined.tsx +++ b/src/IconTrendingDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownOutlined: React.FC = ({ ...props }) => ( +export const IconTrendingDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingDownOutlined as default } diff --git a/src/IconTrendingDownOutlinedFilled.tsx b/src/IconTrendingDownOutlinedFilled.tsx index 9b75fea5b..02150baee 100644 --- a/src/IconTrendingDownOutlinedFilled.tsx +++ b/src/IconTrendingDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingDownOutlinedFilled as default } diff --git a/src/IconTrendingDownRounded.tsx b/src/IconTrendingDownRounded.tsx index c01b0f370..0284c25da 100644 --- a/src/IconTrendingDownRounded.tsx +++ b/src/IconTrendingDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownRounded: React.FC = ({ ...props }) => ( +export const IconTrendingDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingDownRounded as default } diff --git a/src/IconTrendingDownRoundedFilled.tsx b/src/IconTrendingDownRoundedFilled.tsx index db90c7a41..c947c83e2 100644 --- a/src/IconTrendingDownRoundedFilled.tsx +++ b/src/IconTrendingDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingDownRoundedFilled as default } diff --git a/src/IconTrendingDownSharp.tsx b/src/IconTrendingDownSharp.tsx index aac4dc299..cf5163ea5 100644 --- a/src/IconTrendingDownSharp.tsx +++ b/src/IconTrendingDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownSharp: React.FC = ({ ...props }) => ( +export const IconTrendingDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingDownSharp as default } diff --git a/src/IconTrendingDownSharpFilled.tsx b/src/IconTrendingDownSharpFilled.tsx index 1ccb48e07..662eb311e 100644 --- a/src/IconTrendingDownSharpFilled.tsx +++ b/src/IconTrendingDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrendingDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingDownSharpFilled as default } diff --git a/src/IconTrendingFlatOutlined.tsx b/src/IconTrendingFlatOutlined.tsx index f50ed6c16..1ff4b8e1e 100644 --- a/src/IconTrendingFlatOutlined.tsx +++ b/src/IconTrendingFlatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatOutlined: React.FC = ({ ...props }) => ( +export const IconTrendingFlatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatOutlined as default } diff --git a/src/IconTrendingFlatOutlinedFilled.tsx b/src/IconTrendingFlatOutlinedFilled.tsx index 0f46b5176..b213ce7fa 100644 --- a/src/IconTrendingFlatOutlinedFilled.tsx +++ b/src/IconTrendingFlatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingFlatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatOutlinedFilled as default } diff --git a/src/IconTrendingFlatRounded.tsx b/src/IconTrendingFlatRounded.tsx index 494d0cca0..07200ff8c 100644 --- a/src/IconTrendingFlatRounded.tsx +++ b/src/IconTrendingFlatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatRounded: React.FC = ({ ...props }) => ( +export const IconTrendingFlatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatRounded as default } diff --git a/src/IconTrendingFlatRoundedFilled.tsx b/src/IconTrendingFlatRoundedFilled.tsx index 96be4d87d..c219acc29 100644 --- a/src/IconTrendingFlatRoundedFilled.tsx +++ b/src/IconTrendingFlatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingFlatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatRoundedFilled as default } diff --git a/src/IconTrendingFlatSharp.tsx b/src/IconTrendingFlatSharp.tsx index 92c82c112..b9957ff34 100644 --- a/src/IconTrendingFlatSharp.tsx +++ b/src/IconTrendingFlatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatSharp: React.FC = ({ ...props }) => ( +export const IconTrendingFlatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatSharp as default } diff --git a/src/IconTrendingFlatSharpFilled.tsx b/src/IconTrendingFlatSharpFilled.tsx index 6460532f8..1b8e83a41 100644 --- a/src/IconTrendingFlatSharpFilled.tsx +++ b/src/IconTrendingFlatSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingFlatSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrendingFlatSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingFlatSharpFilled as default } diff --git a/src/IconTrendingUpOutlined.tsx b/src/IconTrendingUpOutlined.tsx index f2e82adc6..481f0f4ca 100644 --- a/src/IconTrendingUpOutlined.tsx +++ b/src/IconTrendingUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpOutlined: React.FC = ({ ...props }) => ( +export const IconTrendingUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingUpOutlined as default } diff --git a/src/IconTrendingUpOutlinedFilled.tsx b/src/IconTrendingUpOutlinedFilled.tsx index 4a7d4bb74..2aa51c05b 100644 --- a/src/IconTrendingUpOutlinedFilled.tsx +++ b/src/IconTrendingUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingUpOutlinedFilled as default } diff --git a/src/IconTrendingUpRounded.tsx b/src/IconTrendingUpRounded.tsx index 8b7c82dda..f5fdb9b75 100644 --- a/src/IconTrendingUpRounded.tsx +++ b/src/IconTrendingUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpRounded: React.FC = ({ ...props }) => ( +export const IconTrendingUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingUpRounded as default } diff --git a/src/IconTrendingUpRoundedFilled.tsx b/src/IconTrendingUpRoundedFilled.tsx index 1a8868612..73099071a 100644 --- a/src/IconTrendingUpRoundedFilled.tsx +++ b/src/IconTrendingUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrendingUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingUpRoundedFilled as default } diff --git a/src/IconTrendingUpSharp.tsx b/src/IconTrendingUpSharp.tsx index ed925cd3c..53c335334 100644 --- a/src/IconTrendingUpSharp.tsx +++ b/src/IconTrendingUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpSharp: React.FC = ({ ...props }) => ( +export const IconTrendingUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrendingUpSharp as default } diff --git a/src/IconTrendingUpSharpFilled.tsx b/src/IconTrendingUpSharpFilled.tsx index 1dbb36dc2..6d782b97f 100644 --- a/src/IconTrendingUpSharpFilled.tsx +++ b/src/IconTrendingUpSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrendingUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrendingUpSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrendingUpSharpFilled as default } diff --git a/src/IconTripOriginOutlined.tsx b/src/IconTripOriginOutlined.tsx index cc912c5f6..4e7b9ff85 100644 --- a/src/IconTripOriginOutlined.tsx +++ b/src/IconTripOriginOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginOutlined: React.FC = ({ ...props }) => ( +export const IconTripOriginOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripOriginOutlined as default } diff --git a/src/IconTripOriginOutlinedFilled.tsx b/src/IconTripOriginOutlinedFilled.tsx index 1413c6554..69c1fed1e 100644 --- a/src/IconTripOriginOutlinedFilled.tsx +++ b/src/IconTripOriginOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTripOriginOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTripOriginOutlinedFilled as default } diff --git a/src/IconTripOriginRounded.tsx b/src/IconTripOriginRounded.tsx index fdbcd0069..f98be97fc 100644 --- a/src/IconTripOriginRounded.tsx +++ b/src/IconTripOriginRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginRounded: React.FC = ({ ...props }) => ( +export const IconTripOriginRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripOriginRounded as default } diff --git a/src/IconTripOriginRoundedFilled.tsx b/src/IconTripOriginRoundedFilled.tsx index af7b2de82..25dc68f36 100644 --- a/src/IconTripOriginRoundedFilled.tsx +++ b/src/IconTripOriginRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTripOriginRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTripOriginRoundedFilled as default } diff --git a/src/IconTripOriginSharp.tsx b/src/IconTripOriginSharp.tsx index 3c7674338..58dd6160e 100644 --- a/src/IconTripOriginSharp.tsx +++ b/src/IconTripOriginSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginSharp: React.FC = ({ ...props }) => ( +export const IconTripOriginSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripOriginSharp as default } diff --git a/src/IconTripOriginSharpFilled.tsx b/src/IconTripOriginSharpFilled.tsx index 6047350f6..5e682ebf0 100644 --- a/src/IconTripOriginSharpFilled.tsx +++ b/src/IconTripOriginSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTripOriginSharpFilled: React.FC = ({ ...props }) => ( +export const IconTripOriginSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTripOriginSharpFilled as default } diff --git a/src/IconTripOutlined.tsx b/src/IconTripOutlined.tsx index e3da7a4d6..f97541397 100644 --- a/src/IconTripOutlined.tsx +++ b/src/IconTripOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripOutlined: React.FC = ({ ...props }) => ( +export const IconTripOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripOutlined as default } diff --git a/src/IconTripOutlinedFilled.tsx b/src/IconTripOutlinedFilled.tsx index aa025b768..e5c245f02 100644 --- a/src/IconTripOutlinedFilled.tsx +++ b/src/IconTripOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTripOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripOutlinedFilled as default } diff --git a/src/IconTripRounded.tsx b/src/IconTripRounded.tsx index 6a6afac57..088755f01 100644 --- a/src/IconTripRounded.tsx +++ b/src/IconTripRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripRounded: React.FC = ({ ...props }) => ( +export const IconTripRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripRounded as default } diff --git a/src/IconTripRoundedFilled.tsx b/src/IconTripRoundedFilled.tsx index d76cd4732..39efa3d8f 100644 --- a/src/IconTripRoundedFilled.tsx +++ b/src/IconTripRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTripRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripRoundedFilled as default } diff --git a/src/IconTripSharp.tsx b/src/IconTripSharp.tsx index 5fa903bdd..cf123b59b 100644 --- a/src/IconTripSharp.tsx +++ b/src/IconTripSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripSharp: React.FC = ({ ...props }) => ( +export const IconTripSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripSharp as default } diff --git a/src/IconTripSharpFilled.tsx b/src/IconTripSharpFilled.tsx index 1241d1d5d..1a1e50f99 100644 --- a/src/IconTripSharpFilled.tsx +++ b/src/IconTripSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTripSharpFilled: React.FC = ({ ...props }) => ( +export const IconTripSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTripSharpFilled as default } diff --git a/src/IconTrolleyCableCarOutlined.tsx b/src/IconTrolleyCableCarOutlined.tsx index fc2cb7530..9356216aa 100644 --- a/src/IconTrolleyCableCarOutlined.tsx +++ b/src/IconTrolleyCableCarOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarOutlined: React.FC = ({ ...props }) => ( +export const IconTrolleyCableCarOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrolleyCableCarOutlined as default } diff --git a/src/IconTrolleyCableCarOutlinedFilled.tsx b/src/IconTrolleyCableCarOutlinedFilled.tsx index 6b1d93cde..3b8064426 100644 --- a/src/IconTrolleyCableCarOutlinedFilled.tsx +++ b/src/IconTrolleyCableCarOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarOutlinedFilled: React.FC = ({ +export const IconTrolleyCableCarOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrolleyCableCarOutlinedFilled: React.FC = ({ ) - -export { IconTrolleyCableCarOutlinedFilled as default } diff --git a/src/IconTrolleyCableCarRounded.tsx b/src/IconTrolleyCableCarRounded.tsx index 9b6a06b78..497f05c95 100644 --- a/src/IconTrolleyCableCarRounded.tsx +++ b/src/IconTrolleyCableCarRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarRounded: React.FC = ({ ...props }) => ( +export const IconTrolleyCableCarRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrolleyCableCarRounded as default } diff --git a/src/IconTrolleyCableCarRoundedFilled.tsx b/src/IconTrolleyCableCarRoundedFilled.tsx index 067165b61..af615d9b4 100644 --- a/src/IconTrolleyCableCarRoundedFilled.tsx +++ b/src/IconTrolleyCableCarRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarRoundedFilled: React.FC = ({ +export const IconTrolleyCableCarRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTrolleyCableCarRoundedFilled: React.FC = ({ ) - -export { IconTrolleyCableCarRoundedFilled as default } diff --git a/src/IconTrolleyCableCarSharp.tsx b/src/IconTrolleyCableCarSharp.tsx index c7ffa7fce..776450478 100644 --- a/src/IconTrolleyCableCarSharp.tsx +++ b/src/IconTrolleyCableCarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarSharp: React.FC = ({ ...props }) => ( +export const IconTrolleyCableCarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleyCableCarSharp as default } diff --git a/src/IconTrolleyCableCarSharpFilled.tsx b/src/IconTrolleyCableCarSharpFilled.tsx index 39aa33bdd..7c64eb6f5 100644 --- a/src/IconTrolleyCableCarSharpFilled.tsx +++ b/src/IconTrolleyCableCarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyCableCarSharpFilled: React.FC = ({ ...props }) => ( +export const IconTrolleyCableCarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrolleyCableCarSharpFilled as default } diff --git a/src/IconTrolleyOutlined.tsx b/src/IconTrolleyOutlined.tsx index 19c9c6a20..dc80945f8 100644 --- a/src/IconTrolleyOutlined.tsx +++ b/src/IconTrolleyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyOutlined: React.FC = ({ ...props }) => ( +export const IconTrolleyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleyOutlined as default } diff --git a/src/IconTrolleyOutlinedFilled.tsx b/src/IconTrolleyOutlinedFilled.tsx index 3dd7bb198..5fc66ea79 100644 --- a/src/IconTrolleyOutlinedFilled.tsx +++ b/src/IconTrolleyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrolleyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTrolleyOutlinedFilled as default } diff --git a/src/IconTrolleyRounded.tsx b/src/IconTrolleyRounded.tsx index 1c4fa4232..08f6f1b64 100644 --- a/src/IconTrolleyRounded.tsx +++ b/src/IconTrolleyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyRounded: React.FC = ({ ...props }) => ( +export const IconTrolleyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleyRounded as default } diff --git a/src/IconTrolleyRoundedFilled.tsx b/src/IconTrolleyRoundedFilled.tsx index 5c7e67246..08516e542 100644 --- a/src/IconTrolleyRoundedFilled.tsx +++ b/src/IconTrolleyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrolleyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleyRoundedFilled as default } diff --git a/src/IconTrolleySharp.tsx b/src/IconTrolleySharp.tsx index 2fe0e0a0b..6e0b5a191 100644 --- a/src/IconTrolleySharp.tsx +++ b/src/IconTrolleySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleySharp: React.FC = ({ ...props }) => ( +export const IconTrolleySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleySharp as default } diff --git a/src/IconTrolleySharpFilled.tsx b/src/IconTrolleySharpFilled.tsx index e821a5c34..f298d2f52 100644 --- a/src/IconTrolleySharpFilled.tsx +++ b/src/IconTrolleySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrolleySharpFilled: React.FC = ({ ...props }) => ( +export const IconTrolleySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrolleySharpFilled as default } diff --git a/src/IconTrophyOutlined.tsx b/src/IconTrophyOutlined.tsx index 1992dccbd..be2b2b3cb 100644 --- a/src/IconTrophyOutlined.tsx +++ b/src/IconTrophyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophyOutlined: React.FC = ({ ...props }) => ( +export const IconTrophyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophyOutlined as default } diff --git a/src/IconTrophyOutlinedFilled.tsx b/src/IconTrophyOutlinedFilled.tsx index 55d097333..c26256c07 100644 --- a/src/IconTrophyOutlinedFilled.tsx +++ b/src/IconTrophyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTrophyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophyOutlinedFilled as default } diff --git a/src/IconTrophyRounded.tsx b/src/IconTrophyRounded.tsx index e496ef14a..985400d86 100644 --- a/src/IconTrophyRounded.tsx +++ b/src/IconTrophyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophyRounded: React.FC = ({ ...props }) => ( +export const IconTrophyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophyRounded as default } diff --git a/src/IconTrophyRoundedFilled.tsx b/src/IconTrophyRoundedFilled.tsx index 47ae4b21c..2b0711947 100644 --- a/src/IconTrophyRoundedFilled.tsx +++ b/src/IconTrophyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTrophyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophyRoundedFilled as default } diff --git a/src/IconTrophySharp.tsx b/src/IconTrophySharp.tsx index 0021e464c..772099a89 100644 --- a/src/IconTrophySharp.tsx +++ b/src/IconTrophySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophySharp: React.FC = ({ ...props }) => ( +export const IconTrophySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophySharp as default } diff --git a/src/IconTrophySharpFilled.tsx b/src/IconTrophySharpFilled.tsx index 554cb0982..ed1185893 100644 --- a/src/IconTrophySharpFilled.tsx +++ b/src/IconTrophySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTrophySharpFilled: React.FC = ({ ...props }) => ( +export const IconTrophySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTrophySharpFilled as default } diff --git a/src/IconTroubleshootOutlined.tsx b/src/IconTroubleshootOutlined.tsx index 2d424cc95..ab708c716 100644 --- a/src/IconTroubleshootOutlined.tsx +++ b/src/IconTroubleshootOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootOutlined: React.FC = ({ ...props }) => ( +export const IconTroubleshootOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTroubleshootOutlined as default } diff --git a/src/IconTroubleshootOutlinedFilled.tsx b/src/IconTroubleshootOutlinedFilled.tsx index 088913865..8676f3d29 100644 --- a/src/IconTroubleshootOutlinedFilled.tsx +++ b/src/IconTroubleshootOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTroubleshootOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTroubleshootOutlinedFilled as default } diff --git a/src/IconTroubleshootRounded.tsx b/src/IconTroubleshootRounded.tsx index 4afa18ac8..f230450b9 100644 --- a/src/IconTroubleshootRounded.tsx +++ b/src/IconTroubleshootRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootRounded: React.FC = ({ ...props }) => ( +export const IconTroubleshootRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTroubleshootRounded as default } diff --git a/src/IconTroubleshootRoundedFilled.tsx b/src/IconTroubleshootRoundedFilled.tsx index b2d3bd25f..85329d59a 100644 --- a/src/IconTroubleshootRoundedFilled.tsx +++ b/src/IconTroubleshootRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTroubleshootRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTroubleshootRoundedFilled as default } diff --git a/src/IconTroubleshootSharp.tsx b/src/IconTroubleshootSharp.tsx index 037cccb48..123708c5d 100644 --- a/src/IconTroubleshootSharp.tsx +++ b/src/IconTroubleshootSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootSharp: React.FC = ({ ...props }) => ( +export const IconTroubleshootSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTroubleshootSharp as default } diff --git a/src/IconTroubleshootSharpFilled.tsx b/src/IconTroubleshootSharpFilled.tsx index 91254f615..c117c9a59 100644 --- a/src/IconTroubleshootSharpFilled.tsx +++ b/src/IconTroubleshootSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTroubleshootSharpFilled: React.FC = ({ ...props }) => ( +export const IconTroubleshootSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTroubleshootSharpFilled as default } diff --git a/src/IconTsunamiOutlined.tsx b/src/IconTsunamiOutlined.tsx index 70596223b..f2edeafdf 100644 --- a/src/IconTsunamiOutlined.tsx +++ b/src/IconTsunamiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiOutlined: React.FC = ({ ...props }) => ( +export const IconTsunamiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsunamiOutlined as default } diff --git a/src/IconTsunamiOutlinedFilled.tsx b/src/IconTsunamiOutlinedFilled.tsx index 406827200..d4023143c 100644 --- a/src/IconTsunamiOutlinedFilled.tsx +++ b/src/IconTsunamiOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTsunamiOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTsunamiOutlinedFilled as default } diff --git a/src/IconTsunamiRounded.tsx b/src/IconTsunamiRounded.tsx index 7d9fdee2d..1749dc96a 100644 --- a/src/IconTsunamiRounded.tsx +++ b/src/IconTsunamiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiRounded: React.FC = ({ ...props }) => ( +export const IconTsunamiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsunamiRounded as default } diff --git a/src/IconTsunamiRoundedFilled.tsx b/src/IconTsunamiRoundedFilled.tsx index 7c9b3963e..bcf1a6d4f 100644 --- a/src/IconTsunamiRoundedFilled.tsx +++ b/src/IconTsunamiRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTsunamiRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsunamiRoundedFilled as default } diff --git a/src/IconTsunamiSharp.tsx b/src/IconTsunamiSharp.tsx index be9da8880..68e63576c 100644 --- a/src/IconTsunamiSharp.tsx +++ b/src/IconTsunamiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiSharp: React.FC = ({ ...props }) => ( +export const IconTsunamiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsunamiSharp as default } diff --git a/src/IconTsunamiSharpFilled.tsx b/src/IconTsunamiSharpFilled.tsx index e3bc6b8f3..9cf4f11a7 100644 --- a/src/IconTsunamiSharpFilled.tsx +++ b/src/IconTsunamiSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsunamiSharpFilled: React.FC = ({ ...props }) => ( +export const IconTsunamiSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsunamiSharpFilled as default } diff --git a/src/IconTsvOutlined.tsx b/src/IconTsvOutlined.tsx index 45cdbc675..d9c07d0f7 100644 --- a/src/IconTsvOutlined.tsx +++ b/src/IconTsvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvOutlined: React.FC = ({ ...props }) => ( +export const IconTsvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvOutlined as default } diff --git a/src/IconTsvOutlinedFilled.tsx b/src/IconTsvOutlinedFilled.tsx index c9603e6b8..7c74cbf0b 100644 --- a/src/IconTsvOutlinedFilled.tsx +++ b/src/IconTsvOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTsvOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvOutlinedFilled as default } diff --git a/src/IconTsvRounded.tsx b/src/IconTsvRounded.tsx index 51ee440fc..4e16fa1b9 100644 --- a/src/IconTsvRounded.tsx +++ b/src/IconTsvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvRounded: React.FC = ({ ...props }) => ( +export const IconTsvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvRounded as default } diff --git a/src/IconTsvRoundedFilled.tsx b/src/IconTsvRoundedFilled.tsx index 5788278ed..297c662dd 100644 --- a/src/IconTsvRoundedFilled.tsx +++ b/src/IconTsvRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTsvRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvRoundedFilled as default } diff --git a/src/IconTsvSharp.tsx b/src/IconTsvSharp.tsx index d85666f4e..1a4a69e79 100644 --- a/src/IconTsvSharp.tsx +++ b/src/IconTsvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvSharp: React.FC = ({ ...props }) => ( +export const IconTsvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvSharp as default } diff --git a/src/IconTsvSharpFilled.tsx b/src/IconTsvSharpFilled.tsx index a2559800b..c9ee9197a 100644 --- a/src/IconTsvSharpFilled.tsx +++ b/src/IconTsvSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTsvSharpFilled: React.FC = ({ ...props }) => ( +export const IconTsvSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTsvSharpFilled as default } diff --git a/src/IconTtyOutlined.tsx b/src/IconTtyOutlined.tsx index 87e4d0c28..144f13366 100644 --- a/src/IconTtyOutlined.tsx +++ b/src/IconTtyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtyOutlined: React.FC = ({ ...props }) => ( +export const IconTtyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtyOutlined as default } diff --git a/src/IconTtyOutlinedFilled.tsx b/src/IconTtyOutlinedFilled.tsx index c4e627fc1..f50fca0bc 100644 --- a/src/IconTtyOutlinedFilled.tsx +++ b/src/IconTtyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTtyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtyOutlinedFilled as default } diff --git a/src/IconTtyRounded.tsx b/src/IconTtyRounded.tsx index 74c82973a..f0bfde16d 100644 --- a/src/IconTtyRounded.tsx +++ b/src/IconTtyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtyRounded: React.FC = ({ ...props }) => ( +export const IconTtyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtyRounded as default } diff --git a/src/IconTtyRoundedFilled.tsx b/src/IconTtyRoundedFilled.tsx index 52c879dd3..213d1c344 100644 --- a/src/IconTtyRoundedFilled.tsx +++ b/src/IconTtyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTtyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtyRoundedFilled as default } diff --git a/src/IconTtySharp.tsx b/src/IconTtySharp.tsx index 4d194a7be..82eeba9a4 100644 --- a/src/IconTtySharp.tsx +++ b/src/IconTtySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtySharp: React.FC = ({ ...props }) => ( +export const IconTtySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtySharp as default } diff --git a/src/IconTtySharpFilled.tsx b/src/IconTtySharpFilled.tsx index 8c325e512..23d2677cd 100644 --- a/src/IconTtySharpFilled.tsx +++ b/src/IconTtySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTtySharpFilled: React.FC = ({ ...props }) => ( +export const IconTtySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTtySharpFilled as default } diff --git a/src/IconTuneOutlined.tsx b/src/IconTuneOutlined.tsx index 905ac37d6..25086d744 100644 --- a/src/IconTuneOutlined.tsx +++ b/src/IconTuneOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneOutlined: React.FC = ({ ...props }) => ( +export const IconTuneOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneOutlined as default } diff --git a/src/IconTuneOutlinedFilled.tsx b/src/IconTuneOutlinedFilled.tsx index 49d4e945b..6bb4f7159 100644 --- a/src/IconTuneOutlinedFilled.tsx +++ b/src/IconTuneOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTuneOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneOutlinedFilled as default } diff --git a/src/IconTuneRounded.tsx b/src/IconTuneRounded.tsx index 3785c2e6a..2cfe38f88 100644 --- a/src/IconTuneRounded.tsx +++ b/src/IconTuneRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneRounded: React.FC = ({ ...props }) => ( +export const IconTuneRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneRounded as default } diff --git a/src/IconTuneRoundedFilled.tsx b/src/IconTuneRoundedFilled.tsx index ec7ea1cc9..171bd2891 100644 --- a/src/IconTuneRoundedFilled.tsx +++ b/src/IconTuneRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTuneRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneRoundedFilled as default } diff --git a/src/IconTuneSharp.tsx b/src/IconTuneSharp.tsx index 4c59403e0..aa43650fb 100644 --- a/src/IconTuneSharp.tsx +++ b/src/IconTuneSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneSharp: React.FC = ({ ...props }) => ( +export const IconTuneSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneSharp as default } diff --git a/src/IconTuneSharpFilled.tsx b/src/IconTuneSharpFilled.tsx index 49d337bf3..b9b81cc86 100644 --- a/src/IconTuneSharpFilled.tsx +++ b/src/IconTuneSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTuneSharpFilled: React.FC = ({ ...props }) => ( +export const IconTuneSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTuneSharpFilled as default } diff --git a/src/IconTurnLeftOutlined.tsx b/src/IconTurnLeftOutlined.tsx index 59ee2c84f..eaedf1f6a 100644 --- a/src/IconTurnLeftOutlined.tsx +++ b/src/IconTurnLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftOutlined: React.FC = ({ ...props }) => ( +export const IconTurnLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnLeftOutlined as default } diff --git a/src/IconTurnLeftOutlinedFilled.tsx b/src/IconTurnLeftOutlinedFilled.tsx index 8854dc8b8..ed165cd4c 100644 --- a/src/IconTurnLeftOutlinedFilled.tsx +++ b/src/IconTurnLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTurnLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnLeftOutlinedFilled as default } diff --git a/src/IconTurnLeftRounded.tsx b/src/IconTurnLeftRounded.tsx index 3da7002fa..7fd99f94a 100644 --- a/src/IconTurnLeftRounded.tsx +++ b/src/IconTurnLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftRounded: React.FC = ({ ...props }) => ( +export const IconTurnLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnLeftRounded as default } diff --git a/src/IconTurnLeftRoundedFilled.tsx b/src/IconTurnLeftRoundedFilled.tsx index a4b9ae2e2..3a291c480 100644 --- a/src/IconTurnLeftRoundedFilled.tsx +++ b/src/IconTurnLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTurnLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnLeftRoundedFilled as default } diff --git a/src/IconTurnLeftSharp.tsx b/src/IconTurnLeftSharp.tsx index 1780bab44..6dc733931 100644 --- a/src/IconTurnLeftSharp.tsx +++ b/src/IconTurnLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftSharp: React.FC = ({ ...props }) => ( +export const IconTurnLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnLeftSharp as default } diff --git a/src/IconTurnLeftSharpFilled.tsx b/src/IconTurnLeftSharpFilled.tsx index 87f690130..d54ba89e7 100644 --- a/src/IconTurnLeftSharpFilled.tsx +++ b/src/IconTurnLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnLeftSharpFilled as default } diff --git a/src/IconTurnRightOutlined.tsx b/src/IconTurnRightOutlined.tsx index 40cf3f5b7..33e1d7c8b 100644 --- a/src/IconTurnRightOutlined.tsx +++ b/src/IconTurnRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightOutlined: React.FC = ({ ...props }) => ( +export const IconTurnRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnRightOutlined as default } diff --git a/src/IconTurnRightOutlinedFilled.tsx b/src/IconTurnRightOutlinedFilled.tsx index 510accc88..137aa9b5e 100644 --- a/src/IconTurnRightOutlinedFilled.tsx +++ b/src/IconTurnRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTurnRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnRightOutlinedFilled as default } diff --git a/src/IconTurnRightRounded.tsx b/src/IconTurnRightRounded.tsx index e06f19478..e7f7b2466 100644 --- a/src/IconTurnRightRounded.tsx +++ b/src/IconTurnRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightRounded: React.FC = ({ ...props }) => ( +export const IconTurnRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnRightRounded as default } diff --git a/src/IconTurnRightRoundedFilled.tsx b/src/IconTurnRightRoundedFilled.tsx index 93b804f47..580db8968 100644 --- a/src/IconTurnRightRoundedFilled.tsx +++ b/src/IconTurnRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTurnRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnRightRoundedFilled as default } diff --git a/src/IconTurnRightSharp.tsx b/src/IconTurnRightSharp.tsx index 1fa686653..32dd11e81 100644 --- a/src/IconTurnRightSharp.tsx +++ b/src/IconTurnRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightSharp: React.FC = ({ ...props }) => ( +export const IconTurnRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnRightSharp as default } diff --git a/src/IconTurnRightSharpFilled.tsx b/src/IconTurnRightSharpFilled.tsx index 0f4810b45..0936d57f7 100644 --- a/src/IconTurnRightSharpFilled.tsx +++ b/src/IconTurnRightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnRightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnRightSharpFilled as default } diff --git a/src/IconTurnSharpLeftOutlined.tsx b/src/IconTurnSharpLeftOutlined.tsx index 8fc70b1ea..caa72d9b4 100644 --- a/src/IconTurnSharpLeftOutlined.tsx +++ b/src/IconTurnSharpLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftOutlined: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftOutlined as default } diff --git a/src/IconTurnSharpLeftOutlinedFilled.tsx b/src/IconTurnSharpLeftOutlinedFilled.tsx index f9fd2270d..5e66bb495 100644 --- a/src/IconTurnSharpLeftOutlinedFilled.tsx +++ b/src/IconTurnSharpLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftOutlinedFilled as default } diff --git a/src/IconTurnSharpLeftRounded.tsx b/src/IconTurnSharpLeftRounded.tsx index 9ba42d341..23e06b466 100644 --- a/src/IconTurnSharpLeftRounded.tsx +++ b/src/IconTurnSharpLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftRounded: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftRounded as default } diff --git a/src/IconTurnSharpLeftRoundedFilled.tsx b/src/IconTurnSharpLeftRoundedFilled.tsx index d50cd5433..61319a451 100644 --- a/src/IconTurnSharpLeftRoundedFilled.tsx +++ b/src/IconTurnSharpLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftRoundedFilled as default } diff --git a/src/IconTurnSharpLeftSharp.tsx b/src/IconTurnSharpLeftSharp.tsx index d65a8e90d..36703fabe 100644 --- a/src/IconTurnSharpLeftSharp.tsx +++ b/src/IconTurnSharpLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftSharp: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftSharp as default } diff --git a/src/IconTurnSharpLeftSharpFilled.tsx b/src/IconTurnSharpLeftSharpFilled.tsx index 1210122e1..d450d2609 100644 --- a/src/IconTurnSharpLeftSharpFilled.tsx +++ b/src/IconTurnSharpLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnSharpLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpLeftSharpFilled as default } diff --git a/src/IconTurnSharpRightOutlined.tsx b/src/IconTurnSharpRightOutlined.tsx index 3117ac23d..77245fc34 100644 --- a/src/IconTurnSharpRightOutlined.tsx +++ b/src/IconTurnSharpRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightOutlined: React.FC = ({ ...props }) => ( +export const IconTurnSharpRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpRightOutlined as default } diff --git a/src/IconTurnSharpRightOutlinedFilled.tsx b/src/IconTurnSharpRightOutlinedFilled.tsx index 19bf7946f..42a4b230b 100644 --- a/src/IconTurnSharpRightOutlinedFilled.tsx +++ b/src/IconTurnSharpRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightOutlinedFilled: React.FC = ({ +export const IconTurnSharpRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTurnSharpRightOutlinedFilled: React.FC = ({ ) - -export { IconTurnSharpRightOutlinedFilled as default } diff --git a/src/IconTurnSharpRightRounded.tsx b/src/IconTurnSharpRightRounded.tsx index 8a8a2f437..f4ec0a882 100644 --- a/src/IconTurnSharpRightRounded.tsx +++ b/src/IconTurnSharpRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightRounded: React.FC = ({ ...props }) => ( +export const IconTurnSharpRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpRightRounded as default } diff --git a/src/IconTurnSharpRightRoundedFilled.tsx b/src/IconTurnSharpRightRoundedFilled.tsx index 8d5b8bd8b..f93e7e308 100644 --- a/src/IconTurnSharpRightRoundedFilled.tsx +++ b/src/IconTurnSharpRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTurnSharpRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpRightRoundedFilled as default } diff --git a/src/IconTurnSharpRightSharp.tsx b/src/IconTurnSharpRightSharp.tsx index 69a1065f9..9d1504f39 100644 --- a/src/IconTurnSharpRightSharp.tsx +++ b/src/IconTurnSharpRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightSharp: React.FC = ({ ...props }) => ( +export const IconTurnSharpRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnSharpRightSharp as default } diff --git a/src/IconTurnSharpRightSharpFilled.tsx b/src/IconTurnSharpRightSharpFilled.tsx index 8e79b9b5e..e4f6b4447 100644 --- a/src/IconTurnSharpRightSharpFilled.tsx +++ b/src/IconTurnSharpRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSharpRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnSharpRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSharpRightSharpFilled as default } diff --git a/src/IconTurnSlightLeftOutlined.tsx b/src/IconTurnSlightLeftOutlined.tsx index e51583eef..59fd6b986 100644 --- a/src/IconTurnSlightLeftOutlined.tsx +++ b/src/IconTurnSlightLeftOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftOutlined: React.FC = ({ ...props }) => ( +export const IconTurnSlightLeftOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightLeftOutlined as default } diff --git a/src/IconTurnSlightLeftOutlinedFilled.tsx b/src/IconTurnSlightLeftOutlinedFilled.tsx index d779e7298..6a435a54e 100644 --- a/src/IconTurnSlightLeftOutlinedFilled.tsx +++ b/src/IconTurnSlightLeftOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftOutlinedFilled: React.FC = ({ +export const IconTurnSlightLeftOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTurnSlightLeftOutlinedFilled: React.FC = ({ ) - -export { IconTurnSlightLeftOutlinedFilled as default } diff --git a/src/IconTurnSlightLeftRounded.tsx b/src/IconTurnSlightLeftRounded.tsx index d50d442f1..0d57e717d 100644 --- a/src/IconTurnSlightLeftRounded.tsx +++ b/src/IconTurnSlightLeftRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftRounded: React.FC = ({ ...props }) => ( +export const IconTurnSlightLeftRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightLeftRounded as default } diff --git a/src/IconTurnSlightLeftRoundedFilled.tsx b/src/IconTurnSlightLeftRoundedFilled.tsx index 602f00951..9c379ac5e 100644 --- a/src/IconTurnSlightLeftRoundedFilled.tsx +++ b/src/IconTurnSlightLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTurnSlightLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightLeftRoundedFilled as default } diff --git a/src/IconTurnSlightLeftSharp.tsx b/src/IconTurnSlightLeftSharp.tsx index f6057ee85..606d90b21 100644 --- a/src/IconTurnSlightLeftSharp.tsx +++ b/src/IconTurnSlightLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftSharp: React.FC = ({ ...props }) => ( +export const IconTurnSlightLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnSlightLeftSharp as default } diff --git a/src/IconTurnSlightLeftSharpFilled.tsx b/src/IconTurnSlightLeftSharpFilled.tsx index 7ae286799..c84fb1028 100644 --- a/src/IconTurnSlightLeftSharpFilled.tsx +++ b/src/IconTurnSlightLeftSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnSlightLeftSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightLeftSharpFilled as default } diff --git a/src/IconTurnSlightRightOutlined.tsx b/src/IconTurnSlightRightOutlined.tsx index 7caa22a78..f3e8022ec 100644 --- a/src/IconTurnSlightRightOutlined.tsx +++ b/src/IconTurnSlightRightOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightOutlined: React.FC = ({ ...props }) => ( +export const IconTurnSlightRightOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightRightOutlined as default } diff --git a/src/IconTurnSlightRightOutlinedFilled.tsx b/src/IconTurnSlightRightOutlinedFilled.tsx index fe872d078..ef1a7613f 100644 --- a/src/IconTurnSlightRightOutlinedFilled.tsx +++ b/src/IconTurnSlightRightOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightOutlinedFilled: React.FC = ({ +export const IconTurnSlightRightOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTurnSlightRightOutlinedFilled: React.FC = ({ ) - -export { IconTurnSlightRightOutlinedFilled as default } diff --git a/src/IconTurnSlightRightRounded.tsx b/src/IconTurnSlightRightRounded.tsx index a2ff79ccb..8219e0b0d 100644 --- a/src/IconTurnSlightRightRounded.tsx +++ b/src/IconTurnSlightRightRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightRounded: React.FC = ({ ...props }) => ( +export const IconTurnSlightRightRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightRightRounded as default } diff --git a/src/IconTurnSlightRightRoundedFilled.tsx b/src/IconTurnSlightRightRoundedFilled.tsx index c1a07c02b..f0240f756 100644 --- a/src/IconTurnSlightRightRoundedFilled.tsx +++ b/src/IconTurnSlightRightRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightRoundedFilled: React.FC = ({ +export const IconTurnSlightRightRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTurnSlightRightRoundedFilled: React.FC = ({ ) - -export { IconTurnSlightRightRoundedFilled as default } diff --git a/src/IconTurnSlightRightSharp.tsx b/src/IconTurnSlightRightSharp.tsx index acfa69909..bfc0566da 100644 --- a/src/IconTurnSlightRightSharp.tsx +++ b/src/IconTurnSlightRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightSharp: React.FC = ({ ...props }) => ( +export const IconTurnSlightRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTurnSlightRightSharp as default } diff --git a/src/IconTurnSlightRightSharpFilled.tsx b/src/IconTurnSlightRightSharpFilled.tsx index 18487f312..2addc0261 100644 --- a/src/IconTurnSlightRightSharpFilled.tsx +++ b/src/IconTurnSlightRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTurnSlightRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconTurnSlightRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTurnSlightRightSharpFilled as default } diff --git a/src/IconTvDisplaysOutlined.tsx b/src/IconTvDisplaysOutlined.tsx new file mode 100644 index 000000000..02593b6f0 --- /dev/null +++ b/src/IconTvDisplaysOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvDisplaysOutlinedFilled.tsx b/src/IconTvDisplaysOutlinedFilled.tsx new file mode 100644 index 000000000..d9dfbdee3 --- /dev/null +++ b/src/IconTvDisplaysOutlinedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysOutlinedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvDisplaysRounded.tsx b/src/IconTvDisplaysRounded.tsx new file mode 100644 index 000000000..cda118e25 --- /dev/null +++ b/src/IconTvDisplaysRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvDisplaysRoundedFilled.tsx b/src/IconTvDisplaysRoundedFilled.tsx new file mode 100644 index 000000000..cc0defcec --- /dev/null +++ b/src/IconTvDisplaysRoundedFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysRoundedFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvDisplaysSharp.tsx b/src/IconTvDisplaysSharp.tsx new file mode 100644 index 000000000..f60c56f53 --- /dev/null +++ b/src/IconTvDisplaysSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvDisplaysSharpFilled.tsx b/src/IconTvDisplaysSharpFilled.tsx new file mode 100644 index 000000000..9410928ce --- /dev/null +++ b/src/IconTvDisplaysSharpFilled.tsx @@ -0,0 +1,11 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvDisplaysSharpFilled: React.FC = ({ + ...props +}) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvGenOutlined.tsx b/src/IconTvGenOutlined.tsx index 634d20a4d..73c973cc5 100644 --- a/src/IconTvGenOutlined.tsx +++ b/src/IconTvGenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenOutlined: React.FC = ({ ...props }) => ( +export const IconTvGenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenOutlined as default } diff --git a/src/IconTvGenOutlinedFilled.tsx b/src/IconTvGenOutlinedFilled.tsx index 8119a1795..8ff36a658 100644 --- a/src/IconTvGenOutlinedFilled.tsx +++ b/src/IconTvGenOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvGenOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenOutlinedFilled as default } diff --git a/src/IconTvGenRounded.tsx b/src/IconTvGenRounded.tsx index ac98049a8..234148f30 100644 --- a/src/IconTvGenRounded.tsx +++ b/src/IconTvGenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenRounded: React.FC = ({ ...props }) => ( +export const IconTvGenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenRounded as default } diff --git a/src/IconTvGenRoundedFilled.tsx b/src/IconTvGenRoundedFilled.tsx index 4cffa42e1..90918dd41 100644 --- a/src/IconTvGenRoundedFilled.tsx +++ b/src/IconTvGenRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvGenRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenRoundedFilled as default } diff --git a/src/IconTvGenSharp.tsx b/src/IconTvGenSharp.tsx index 0271cd0c4..86fc63a43 100644 --- a/src/IconTvGenSharp.tsx +++ b/src/IconTvGenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenSharp: React.FC = ({ ...props }) => ( +export const IconTvGenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenSharp as default } diff --git a/src/IconTvGenSharpFilled.tsx b/src/IconTvGenSharpFilled.tsx index 81a96d58c..44e6a673c 100644 --- a/src/IconTvGenSharpFilled.tsx +++ b/src/IconTvGenSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGenSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvGenSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGenSharpFilled as default } diff --git a/src/IconTvGuideOutlined.tsx b/src/IconTvGuideOutlined.tsx index 209b46ce8..6e52b8ee6 100644 --- a/src/IconTvGuideOutlined.tsx +++ b/src/IconTvGuideOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideOutlined: React.FC = ({ ...props }) => ( +export const IconTvGuideOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGuideOutlined as default } diff --git a/src/IconTvGuideOutlinedFilled.tsx b/src/IconTvGuideOutlinedFilled.tsx index a346299ce..4e05db2bd 100644 --- a/src/IconTvGuideOutlinedFilled.tsx +++ b/src/IconTvGuideOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvGuideOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvGuideOutlinedFilled as default } diff --git a/src/IconTvGuideRounded.tsx b/src/IconTvGuideRounded.tsx index 1f4fb4a09..f2f942636 100644 --- a/src/IconTvGuideRounded.tsx +++ b/src/IconTvGuideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideRounded: React.FC = ({ ...props }) => ( +export const IconTvGuideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGuideRounded as default } diff --git a/src/IconTvGuideRoundedFilled.tsx b/src/IconTvGuideRoundedFilled.tsx index 3c49d122c..21319c6bf 100644 --- a/src/IconTvGuideRoundedFilled.tsx +++ b/src/IconTvGuideRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvGuideRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGuideRoundedFilled as default } diff --git a/src/IconTvGuideSharp.tsx b/src/IconTvGuideSharp.tsx index 054fe2716..40ca84815 100644 --- a/src/IconTvGuideSharp.tsx +++ b/src/IconTvGuideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideSharp: React.FC = ({ ...props }) => ( +export const IconTvGuideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGuideSharp as default } diff --git a/src/IconTvGuideSharpFilled.tsx b/src/IconTvGuideSharpFilled.tsx index efd7db6df..9d2222387 100644 --- a/src/IconTvGuideSharpFilled.tsx +++ b/src/IconTvGuideSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvGuideSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvGuideSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvGuideSharpFilled as default } diff --git a/src/IconTvNextOutlined.tsx b/src/IconTvNextOutlined.tsx new file mode 100644 index 000000000..093fb7afc --- /dev/null +++ b/src/IconTvNextOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvNextOutlinedFilled.tsx b/src/IconTvNextOutlinedFilled.tsx new file mode 100644 index 000000000..8171d827b --- /dev/null +++ b/src/IconTvNextOutlinedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextOutlinedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvNextRounded.tsx b/src/IconTvNextRounded.tsx new file mode 100644 index 000000000..2318ac63c --- /dev/null +++ b/src/IconTvNextRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvNextRoundedFilled.tsx b/src/IconTvNextRoundedFilled.tsx new file mode 100644 index 000000000..cee8019fa --- /dev/null +++ b/src/IconTvNextRoundedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextRoundedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvNextSharp.tsx b/src/IconTvNextSharp.tsx new file mode 100644 index 000000000..1241ab3fa --- /dev/null +++ b/src/IconTvNextSharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextSharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvNextSharpFilled.tsx b/src/IconTvNextSharpFilled.tsx new file mode 100644 index 000000000..b47a8d98e --- /dev/null +++ b/src/IconTvNextSharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconTvNextSharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconTvOffOutlined.tsx b/src/IconTvOffOutlined.tsx index 1b4aad411..31c9ad98d 100644 --- a/src/IconTvOffOutlined.tsx +++ b/src/IconTvOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffOutlined: React.FC = ({ ...props }) => ( +export const IconTvOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffOutlined as default } diff --git a/src/IconTvOffOutlinedFilled.tsx b/src/IconTvOffOutlinedFilled.tsx index bbe10c5da..76a168a12 100644 --- a/src/IconTvOffOutlinedFilled.tsx +++ b/src/IconTvOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffOutlinedFilled as default } diff --git a/src/IconTvOffRounded.tsx b/src/IconTvOffRounded.tsx index 4ffc6b9b1..1a92f44da 100644 --- a/src/IconTvOffRounded.tsx +++ b/src/IconTvOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffRounded: React.FC = ({ ...props }) => ( +export const IconTvOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffRounded as default } diff --git a/src/IconTvOffRoundedFilled.tsx b/src/IconTvOffRoundedFilled.tsx index 55029d201..b5c6b41ee 100644 --- a/src/IconTvOffRoundedFilled.tsx +++ b/src/IconTvOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffRoundedFilled as default } diff --git a/src/IconTvOffSharp.tsx b/src/IconTvOffSharp.tsx index 5863090c8..ca2a84eea 100644 --- a/src/IconTvOffSharp.tsx +++ b/src/IconTvOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffSharp: React.FC = ({ ...props }) => ( +export const IconTvOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffSharp as default } diff --git a/src/IconTvOffSharpFilled.tsx b/src/IconTvOffSharpFilled.tsx index f631d1d1e..09fc8eead 100644 --- a/src/IconTvOffSharpFilled.tsx +++ b/src/IconTvOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOffSharpFilled as default } diff --git a/src/IconTvOptionsEditChannelsOutlined.tsx b/src/IconTvOptionsEditChannelsOutlined.tsx index fb399f764..0c740bd81 100644 --- a/src/IconTvOptionsEditChannelsOutlined.tsx +++ b/src/IconTvOptionsEditChannelsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsOutlined: React.FC = ({ +export const IconTvOptionsEditChannelsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsEditChannelsOutlined: React.FC = ({ ) - -export { IconTvOptionsEditChannelsOutlined as default } diff --git a/src/IconTvOptionsEditChannelsOutlinedFilled.tsx b/src/IconTvOptionsEditChannelsOutlinedFilled.tsx index bd5c4b36d..96a6b6bb3 100644 --- a/src/IconTvOptionsEditChannelsOutlinedFilled.tsx +++ b/src/IconTvOptionsEditChannelsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsOutlinedFilled: React.FC = ({ +export const IconTvOptionsEditChannelsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsEditChannelsOutlinedFilled: React.FC = ({ ) - -export { IconTvOptionsEditChannelsOutlinedFilled as default } diff --git a/src/IconTvOptionsEditChannelsRounded.tsx b/src/IconTvOptionsEditChannelsRounded.tsx index e974660be..378da8a01 100644 --- a/src/IconTvOptionsEditChannelsRounded.tsx +++ b/src/IconTvOptionsEditChannelsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsRounded: React.FC = ({ +export const IconTvOptionsEditChannelsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsEditChannelsRounded: React.FC = ({ ) - -export { IconTvOptionsEditChannelsRounded as default } diff --git a/src/IconTvOptionsEditChannelsRoundedFilled.tsx b/src/IconTvOptionsEditChannelsRoundedFilled.tsx index b3af93fdd..902575340 100644 --- a/src/IconTvOptionsEditChannelsRoundedFilled.tsx +++ b/src/IconTvOptionsEditChannelsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsRoundedFilled: React.FC = ({ +export const IconTvOptionsEditChannelsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsEditChannelsRoundedFilled: React.FC = ({ ) - -export { IconTvOptionsEditChannelsRoundedFilled as default } diff --git a/src/IconTvOptionsEditChannelsSharp.tsx b/src/IconTvOptionsEditChannelsSharp.tsx index 37d7a5d1e..68c9e5650 100644 --- a/src/IconTvOptionsEditChannelsSharp.tsx +++ b/src/IconTvOptionsEditChannelsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsSharp: React.FC = ({ ...props }) => ( +export const IconTvOptionsEditChannelsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvOptionsEditChannelsSharp as default } diff --git a/src/IconTvOptionsEditChannelsSharpFilled.tsx b/src/IconTvOptionsEditChannelsSharpFilled.tsx index 00eff0d50..1ab14ae9b 100644 --- a/src/IconTvOptionsEditChannelsSharpFilled.tsx +++ b/src/IconTvOptionsEditChannelsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsEditChannelsSharpFilled: React.FC = ({ +export const IconTvOptionsEditChannelsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsEditChannelsSharpFilled: React.FC = ({ ) - -export { IconTvOptionsEditChannelsSharpFilled as default } diff --git a/src/IconTvOptionsInputSettingsOutlined.tsx b/src/IconTvOptionsInputSettingsOutlined.tsx index 19559618f..40eddbe7a 100644 --- a/src/IconTvOptionsInputSettingsOutlined.tsx +++ b/src/IconTvOptionsInputSettingsOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsOutlined: React.FC = ({ +export const IconTvOptionsInputSettingsOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsInputSettingsOutlined: React.FC = ({ ) - -export { IconTvOptionsInputSettingsOutlined as default } diff --git a/src/IconTvOptionsInputSettingsOutlinedFilled.tsx b/src/IconTvOptionsInputSettingsOutlinedFilled.tsx index 06bee4d43..829579738 100644 --- a/src/IconTvOptionsInputSettingsOutlinedFilled.tsx +++ b/src/IconTvOptionsInputSettingsOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsOutlinedFilled: React.FC = ({ +export const IconTvOptionsInputSettingsOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsInputSettingsOutlinedFilled: React.FC = ({ ) - -export { IconTvOptionsInputSettingsOutlinedFilled as default } diff --git a/src/IconTvOptionsInputSettingsRounded.tsx b/src/IconTvOptionsInputSettingsRounded.tsx index 8462f2e92..85f9b86ed 100644 --- a/src/IconTvOptionsInputSettingsRounded.tsx +++ b/src/IconTvOptionsInputSettingsRounded.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsRounded: React.FC = ({ +export const IconTvOptionsInputSettingsRounded: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsInputSettingsRounded: React.FC = ({ ) - -export { IconTvOptionsInputSettingsRounded as default } diff --git a/src/IconTvOptionsInputSettingsRoundedFilled.tsx b/src/IconTvOptionsInputSettingsRoundedFilled.tsx index 6bc4dfc42..185a4593d 100644 --- a/src/IconTvOptionsInputSettingsRoundedFilled.tsx +++ b/src/IconTvOptionsInputSettingsRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsRoundedFilled: React.FC = ({ +export const IconTvOptionsInputSettingsRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsInputSettingsRoundedFilled: React.FC = ({ ) - -export { IconTvOptionsInputSettingsRoundedFilled as default } diff --git a/src/IconTvOptionsInputSettingsSharp.tsx b/src/IconTvOptionsInputSettingsSharp.tsx index 8d9610d42..277160f3d 100644 --- a/src/IconTvOptionsInputSettingsSharp.tsx +++ b/src/IconTvOptionsInputSettingsSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsSharp: React.FC = ({ ...props }) => ( +export const IconTvOptionsInputSettingsSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvOptionsInputSettingsSharp as default } diff --git a/src/IconTvOptionsInputSettingsSharpFilled.tsx b/src/IconTvOptionsInputSettingsSharpFilled.tsx index 41474b113..56a0a6d1f 100644 --- a/src/IconTvOptionsInputSettingsSharpFilled.tsx +++ b/src/IconTvOptionsInputSettingsSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvOptionsInputSettingsSharpFilled: React.FC = ({ +export const IconTvOptionsInputSettingsSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvOptionsInputSettingsSharpFilled: React.FC = ({ ) - -export { IconTvOptionsInputSettingsSharpFilled as default } diff --git a/src/IconTvOutlined.tsx b/src/IconTvOutlined.tsx index f1d202c64..2b0d353d5 100644 --- a/src/IconTvOutlined.tsx +++ b/src/IconTvOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOutlined: React.FC = ({ ...props }) => ( +export const IconTvOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOutlined as default } diff --git a/src/IconTvOutlinedFilled.tsx b/src/IconTvOutlinedFilled.tsx index 052e6773f..7e029d235 100644 --- a/src/IconTvOutlinedFilled.tsx +++ b/src/IconTvOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvOutlinedFilled as default } diff --git a/src/IconTvRemoteOutlined.tsx b/src/IconTvRemoteOutlined.tsx index c7dfe0fbc..4f677b00e 100644 --- a/src/IconTvRemoteOutlined.tsx +++ b/src/IconTvRemoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteOutlined: React.FC = ({ ...props }) => ( +export const IconTvRemoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRemoteOutlined as default } diff --git a/src/IconTvRemoteOutlinedFilled.tsx b/src/IconTvRemoteOutlinedFilled.tsx index ddaeb0a40..87d404237 100644 --- a/src/IconTvRemoteOutlinedFilled.tsx +++ b/src/IconTvRemoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvRemoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvRemoteOutlinedFilled as default } diff --git a/src/IconTvRemoteRounded.tsx b/src/IconTvRemoteRounded.tsx index 0fd226541..e8bba2a12 100644 --- a/src/IconTvRemoteRounded.tsx +++ b/src/IconTvRemoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteRounded: React.FC = ({ ...props }) => ( +export const IconTvRemoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRemoteRounded as default } diff --git a/src/IconTvRemoteRoundedFilled.tsx b/src/IconTvRemoteRoundedFilled.tsx index 5cc3d5ec6..248b83f2f 100644 --- a/src/IconTvRemoteRoundedFilled.tsx +++ b/src/IconTvRemoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvRemoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvRemoteRoundedFilled as default } diff --git a/src/IconTvRemoteSharp.tsx b/src/IconTvRemoteSharp.tsx index c8bc8817e..d608603f8 100644 --- a/src/IconTvRemoteSharp.tsx +++ b/src/IconTvRemoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteSharp: React.FC = ({ ...props }) => ( +export const IconTvRemoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRemoteSharp as default } diff --git a/src/IconTvRemoteSharpFilled.tsx b/src/IconTvRemoteSharpFilled.tsx index 3a05bd191..56be1b185 100644 --- a/src/IconTvRemoteSharpFilled.tsx +++ b/src/IconTvRemoteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRemoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvRemoteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRemoteSharpFilled as default } diff --git a/src/IconTvRounded.tsx b/src/IconTvRounded.tsx index 1a8b4f952..63b0091f5 100644 --- a/src/IconTvRounded.tsx +++ b/src/IconTvRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRounded: React.FC = ({ ...props }) => ( +export const IconTvRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRounded as default } diff --git a/src/IconTvRoundedFilled.tsx b/src/IconTvRoundedFilled.tsx index 5b41a801e..acf5d4010 100644 --- a/src/IconTvRoundedFilled.tsx +++ b/src/IconTvRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvRoundedFilled as default } diff --git a/src/IconTvSharp.tsx b/src/IconTvSharp.tsx index e0fe6ae5d..7c019e299 100644 --- a/src/IconTvSharp.tsx +++ b/src/IconTvSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSharp: React.FC = ({ ...props }) => ( +export const IconTvSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSharp as default } diff --git a/src/IconTvSharpFilled.tsx b/src/IconTvSharpFilled.tsx index 962f8a088..a1bed6e0b 100644 --- a/src/IconTvSharpFilled.tsx +++ b/src/IconTvSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSharpFilled as default } diff --git a/src/IconTvSigninOutlined.tsx b/src/IconTvSigninOutlined.tsx index 6efc96a39..92a0bfcdb 100644 --- a/src/IconTvSigninOutlined.tsx +++ b/src/IconTvSigninOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninOutlined: React.FC = ({ ...props }) => ( +export const IconTvSigninOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSigninOutlined as default } diff --git a/src/IconTvSigninOutlinedFilled.tsx b/src/IconTvSigninOutlinedFilled.tsx index 09c1abf1c..4c6a1e850 100644 --- a/src/IconTvSigninOutlinedFilled.tsx +++ b/src/IconTvSigninOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTvSigninOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvSigninOutlinedFilled as default } diff --git a/src/IconTvSigninRounded.tsx b/src/IconTvSigninRounded.tsx index 39c6937fb..eb7de6cbf 100644 --- a/src/IconTvSigninRounded.tsx +++ b/src/IconTvSigninRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninRounded: React.FC = ({ ...props }) => ( +export const IconTvSigninRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSigninRounded as default } diff --git a/src/IconTvSigninRoundedFilled.tsx b/src/IconTvSigninRoundedFilled.tsx index ca3276d7e..2a6217596 100644 --- a/src/IconTvSigninRoundedFilled.tsx +++ b/src/IconTvSigninRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTvSigninRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvSigninRoundedFilled as default } diff --git a/src/IconTvSigninSharp.tsx b/src/IconTvSigninSharp.tsx index c98c4dbf1..19d9973ef 100644 --- a/src/IconTvSigninSharp.tsx +++ b/src/IconTvSigninSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninSharp: React.FC = ({ ...props }) => ( +export const IconTvSigninSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSigninSharp as default } diff --git a/src/IconTvSigninSharpFilled.tsx b/src/IconTvSigninSharpFilled.tsx index 14c99bf54..8d77c0b1e 100644 --- a/src/IconTvSigninSharpFilled.tsx +++ b/src/IconTvSigninSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvSigninSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvSigninSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvSigninSharpFilled as default } diff --git a/src/IconTvWithAssistantOutlined.tsx b/src/IconTvWithAssistantOutlined.tsx index 736591ffc..9cadb592d 100644 --- a/src/IconTvWithAssistantOutlined.tsx +++ b/src/IconTvWithAssistantOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantOutlined: React.FC = ({ ...props }) => ( +export const IconTvWithAssistantOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvWithAssistantOutlined as default } diff --git a/src/IconTvWithAssistantOutlinedFilled.tsx b/src/IconTvWithAssistantOutlinedFilled.tsx index 80290de7c..681e7c0d1 100644 --- a/src/IconTvWithAssistantOutlinedFilled.tsx +++ b/src/IconTvWithAssistantOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantOutlinedFilled: React.FC = ({ +export const IconTvWithAssistantOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvWithAssistantOutlinedFilled: React.FC = ({ ) - -export { IconTvWithAssistantOutlinedFilled as default } diff --git a/src/IconTvWithAssistantRounded.tsx b/src/IconTvWithAssistantRounded.tsx index e84d7a28d..5f27f8b80 100644 --- a/src/IconTvWithAssistantRounded.tsx +++ b/src/IconTvWithAssistantRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantRounded: React.FC = ({ ...props }) => ( +export const IconTvWithAssistantRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvWithAssistantRounded as default } diff --git a/src/IconTvWithAssistantRoundedFilled.tsx b/src/IconTvWithAssistantRoundedFilled.tsx index a95aeec83..2ffd29de9 100644 --- a/src/IconTvWithAssistantRoundedFilled.tsx +++ b/src/IconTvWithAssistantRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantRoundedFilled: React.FC = ({ +export const IconTvWithAssistantRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconTvWithAssistantRoundedFilled: React.FC = ({ ) - -export { IconTvWithAssistantRoundedFilled as default } diff --git a/src/IconTvWithAssistantSharp.tsx b/src/IconTvWithAssistantSharp.tsx index 33a2dcda4..6aa512bbb 100644 --- a/src/IconTvWithAssistantSharp.tsx +++ b/src/IconTvWithAssistantSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantSharp: React.FC = ({ ...props }) => ( +export const IconTvWithAssistantSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTvWithAssistantSharp as default } diff --git a/src/IconTvWithAssistantSharpFilled.tsx b/src/IconTvWithAssistantSharpFilled.tsx index 919a397ae..88dab55fa 100644 --- a/src/IconTvWithAssistantSharpFilled.tsx +++ b/src/IconTvWithAssistantSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTvWithAssistantSharpFilled: React.FC = ({ ...props }) => ( +export const IconTvWithAssistantSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTvWithAssistantSharpFilled as default } diff --git a/src/IconTwoPagerOutlined.tsx b/src/IconTwoPagerOutlined.tsx index 72ba589fa..d7adc0828 100644 --- a/src/IconTwoPagerOutlined.tsx +++ b/src/IconTwoPagerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerOutlined: React.FC = ({ ...props }) => ( +export const IconTwoPagerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoPagerOutlined as default } diff --git a/src/IconTwoPagerOutlinedFilled.tsx b/src/IconTwoPagerOutlinedFilled.tsx index bca6feef5..43e3eccb1 100644 --- a/src/IconTwoPagerOutlinedFilled.tsx +++ b/src/IconTwoPagerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTwoPagerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTwoPagerOutlinedFilled as default } diff --git a/src/IconTwoPagerRounded.tsx b/src/IconTwoPagerRounded.tsx index c34b11ba3..930de3b22 100644 --- a/src/IconTwoPagerRounded.tsx +++ b/src/IconTwoPagerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerRounded: React.FC = ({ ...props }) => ( +export const IconTwoPagerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoPagerRounded as default } diff --git a/src/IconTwoPagerRoundedFilled.tsx b/src/IconTwoPagerRoundedFilled.tsx index d8921e9c7..7cf75ebe5 100644 --- a/src/IconTwoPagerRoundedFilled.tsx +++ b/src/IconTwoPagerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTwoPagerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTwoPagerRoundedFilled as default } diff --git a/src/IconTwoPagerSharp.tsx b/src/IconTwoPagerSharp.tsx index ac2d07d28..a1a510734 100644 --- a/src/IconTwoPagerSharp.tsx +++ b/src/IconTwoPagerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerSharp: React.FC = ({ ...props }) => ( +export const IconTwoPagerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoPagerSharp as default } diff --git a/src/IconTwoPagerSharpFilled.tsx b/src/IconTwoPagerSharpFilled.tsx index 72b3e5a9b..b6d1d6446 100644 --- a/src/IconTwoPagerSharpFilled.tsx +++ b/src/IconTwoPagerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoPagerSharpFilled: React.FC = ({ ...props }) => ( +export const IconTwoPagerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoPagerSharpFilled as default } diff --git a/src/IconTwoWheelerOutlined.tsx b/src/IconTwoWheelerOutlined.tsx index 743ca3479..8ed9161cb 100644 --- a/src/IconTwoWheelerOutlined.tsx +++ b/src/IconTwoWheelerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerOutlined: React.FC = ({ ...props }) => ( +export const IconTwoWheelerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerOutlined as default } diff --git a/src/IconTwoWheelerOutlinedFilled.tsx b/src/IconTwoWheelerOutlinedFilled.tsx index dcabde890..7c81295e5 100644 --- a/src/IconTwoWheelerOutlinedFilled.tsx +++ b/src/IconTwoWheelerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTwoWheelerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerOutlinedFilled as default } diff --git a/src/IconTwoWheelerRounded.tsx b/src/IconTwoWheelerRounded.tsx index 41dc44884..f68b6f205 100644 --- a/src/IconTwoWheelerRounded.tsx +++ b/src/IconTwoWheelerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerRounded: React.FC = ({ ...props }) => ( +export const IconTwoWheelerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerRounded as default } diff --git a/src/IconTwoWheelerRoundedFilled.tsx b/src/IconTwoWheelerRoundedFilled.tsx index eb4910f3a..a211fe5e3 100644 --- a/src/IconTwoWheelerRoundedFilled.tsx +++ b/src/IconTwoWheelerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTwoWheelerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerRoundedFilled as default } diff --git a/src/IconTwoWheelerSharp.tsx b/src/IconTwoWheelerSharp.tsx index ab40de006..80502f683 100644 --- a/src/IconTwoWheelerSharp.tsx +++ b/src/IconTwoWheelerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerSharp: React.FC = ({ ...props }) => ( +export const IconTwoWheelerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerSharp as default } diff --git a/src/IconTwoWheelerSharpFilled.tsx b/src/IconTwoWheelerSharpFilled.tsx index bfb102511..9ba7bfe88 100644 --- a/src/IconTwoWheelerSharpFilled.tsx +++ b/src/IconTwoWheelerSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTwoWheelerSharpFilled: React.FC = ({ ...props }) => ( +export const IconTwoWheelerSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTwoWheelerSharpFilled as default } diff --git a/src/IconTypeSpecimenOutlined.tsx b/src/IconTypeSpecimenOutlined.tsx index 897b3e318..82eb29506 100644 --- a/src/IconTypeSpecimenOutlined.tsx +++ b/src/IconTypeSpecimenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenOutlined: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenOutlined as default } diff --git a/src/IconTypeSpecimenOutlinedFilled.tsx b/src/IconTypeSpecimenOutlinedFilled.tsx index d7e0e48bb..fd7808ef0 100644 --- a/src/IconTypeSpecimenOutlinedFilled.tsx +++ b/src/IconTypeSpecimenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenOutlinedFilled as default } diff --git a/src/IconTypeSpecimenRounded.tsx b/src/IconTypeSpecimenRounded.tsx index 8db69828a..f15c98a97 100644 --- a/src/IconTypeSpecimenRounded.tsx +++ b/src/IconTypeSpecimenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenRounded: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenRounded as default } diff --git a/src/IconTypeSpecimenRoundedFilled.tsx b/src/IconTypeSpecimenRoundedFilled.tsx index 9e48086d3..d2b9002eb 100644 --- a/src/IconTypeSpecimenRoundedFilled.tsx +++ b/src/IconTypeSpecimenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenRoundedFilled as default } diff --git a/src/IconTypeSpecimenSharp.tsx b/src/IconTypeSpecimenSharp.tsx index 93dc7ead8..5c1a829ac 100644 --- a/src/IconTypeSpecimenSharp.tsx +++ b/src/IconTypeSpecimenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenSharp: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenSharp as default } diff --git a/src/IconTypeSpecimenSharpFilled.tsx b/src/IconTypeSpecimenSharpFilled.tsx index 09d33ed76..b3a72a585 100644 --- a/src/IconTypeSpecimenSharpFilled.tsx +++ b/src/IconTypeSpecimenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconTypeSpecimenSharpFilled: React.FC = ({ ...props }) => ( +export const IconTypeSpecimenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconTypeSpecimenSharpFilled as default } diff --git a/src/IconUTurnLeftOutlined.tsx b/src/IconUTurnLeftOutlined.tsx index 6a878ba03..d03973c9b 100644 --- a/src/IconUTurnLeftOutlined.tsx +++ b/src/IconUTurnLeftOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftOutlined: React.FC = ({ ...props }) => ( +export const IconUTurnLeftOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftOutlined as default } diff --git a/src/IconUTurnLeftOutlinedFilled.tsx b/src/IconUTurnLeftOutlinedFilled.tsx index 502abe699..668232f61 100644 --- a/src/IconUTurnLeftOutlinedFilled.tsx +++ b/src/IconUTurnLeftOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUTurnLeftOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftOutlinedFilled as default } diff --git a/src/IconUTurnLeftRounded.tsx b/src/IconUTurnLeftRounded.tsx index 248312bef..efe280763 100644 --- a/src/IconUTurnLeftRounded.tsx +++ b/src/IconUTurnLeftRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftRounded: React.FC = ({ ...props }) => ( +export const IconUTurnLeftRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftRounded as default } diff --git a/src/IconUTurnLeftRoundedFilled.tsx b/src/IconUTurnLeftRoundedFilled.tsx index 7698321c2..4877f938a 100644 --- a/src/IconUTurnLeftRoundedFilled.tsx +++ b/src/IconUTurnLeftRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUTurnLeftRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftRoundedFilled as default } diff --git a/src/IconUTurnLeftSharp.tsx b/src/IconUTurnLeftSharp.tsx index 58dac703b..cc26efdff 100644 --- a/src/IconUTurnLeftSharp.tsx +++ b/src/IconUTurnLeftSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftSharp: React.FC = ({ ...props }) => ( +export const IconUTurnLeftSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftSharp as default } diff --git a/src/IconUTurnLeftSharpFilled.tsx b/src/IconUTurnLeftSharpFilled.tsx index 9dff7be3a..63de73288 100644 --- a/src/IconUTurnLeftSharpFilled.tsx +++ b/src/IconUTurnLeftSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnLeftSharpFilled: React.FC = ({ ...props }) => ( +export const IconUTurnLeftSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnLeftSharpFilled as default } diff --git a/src/IconUTurnRightOutlined.tsx b/src/IconUTurnRightOutlined.tsx index 798f34263..26afdd6e6 100644 --- a/src/IconUTurnRightOutlined.tsx +++ b/src/IconUTurnRightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightOutlined: React.FC = ({ ...props }) => ( +export const IconUTurnRightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnRightOutlined as default } diff --git a/src/IconUTurnRightOutlinedFilled.tsx b/src/IconUTurnRightOutlinedFilled.tsx index 7ce0d8b72..1d56a536c 100644 --- a/src/IconUTurnRightOutlinedFilled.tsx +++ b/src/IconUTurnRightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUTurnRightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUTurnRightOutlinedFilled as default } diff --git a/src/IconUTurnRightRounded.tsx b/src/IconUTurnRightRounded.tsx index d510f70be..384652960 100644 --- a/src/IconUTurnRightRounded.tsx +++ b/src/IconUTurnRightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightRounded: React.FC = ({ ...props }) => ( +export const IconUTurnRightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnRightRounded as default } diff --git a/src/IconUTurnRightRoundedFilled.tsx b/src/IconUTurnRightRoundedFilled.tsx index 20c809182..d6d7e8dbd 100644 --- a/src/IconUTurnRightRoundedFilled.tsx +++ b/src/IconUTurnRightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUTurnRightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUTurnRightRoundedFilled as default } diff --git a/src/IconUTurnRightSharp.tsx b/src/IconUTurnRightSharp.tsx index b4745ea05..71775c964 100644 --- a/src/IconUTurnRightSharp.tsx +++ b/src/IconUTurnRightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightSharp: React.FC = ({ ...props }) => ( +export const IconUTurnRightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUTurnRightSharp as default } diff --git a/src/IconUTurnRightSharpFilled.tsx b/src/IconUTurnRightSharpFilled.tsx index 10b11f5f0..efacbf265 100644 --- a/src/IconUTurnRightSharpFilled.tsx +++ b/src/IconUTurnRightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUTurnRightSharpFilled: React.FC = ({ ...props }) => ( +export const IconUTurnRightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUTurnRightSharpFilled as default } diff --git a/src/IconUlnaRadiusAltOutlined.tsx b/src/IconUlnaRadiusAltOutlined.tsx index e5993c569..0bbad1201 100644 --- a/src/IconUlnaRadiusAltOutlined.tsx +++ b/src/IconUlnaRadiusAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltOutlined: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltOutlined as default } diff --git a/src/IconUlnaRadiusAltOutlinedFilled.tsx b/src/IconUlnaRadiusAltOutlinedFilled.tsx index c606982d4..3948e666a 100644 --- a/src/IconUlnaRadiusAltOutlinedFilled.tsx +++ b/src/IconUlnaRadiusAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltOutlinedFilled as default } diff --git a/src/IconUlnaRadiusAltRounded.tsx b/src/IconUlnaRadiusAltRounded.tsx index b564bfa56..024cdb8d3 100644 --- a/src/IconUlnaRadiusAltRounded.tsx +++ b/src/IconUlnaRadiusAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltRounded: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltRounded as default } diff --git a/src/IconUlnaRadiusAltRoundedFilled.tsx b/src/IconUlnaRadiusAltRoundedFilled.tsx index 636de3c00..390b79532 100644 --- a/src/IconUlnaRadiusAltRoundedFilled.tsx +++ b/src/IconUlnaRadiusAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltRoundedFilled as default } diff --git a/src/IconUlnaRadiusAltSharp.tsx b/src/IconUlnaRadiusAltSharp.tsx index 487f5862e..adf04d7e6 100644 --- a/src/IconUlnaRadiusAltSharp.tsx +++ b/src/IconUlnaRadiusAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltSharp: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltSharp as default } diff --git a/src/IconUlnaRadiusAltSharpFilled.tsx b/src/IconUlnaRadiusAltSharpFilled.tsx index dd1523196..184bb525e 100644 --- a/src/IconUlnaRadiusAltSharpFilled.tsx +++ b/src/IconUlnaRadiusAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusAltSharpFilled as default } diff --git a/src/IconUlnaRadiusOutlined.tsx b/src/IconUlnaRadiusOutlined.tsx index 28942da7e..5fd7a2896 100644 --- a/src/IconUlnaRadiusOutlined.tsx +++ b/src/IconUlnaRadiusOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusOutlined: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusOutlined as default } diff --git a/src/IconUlnaRadiusOutlinedFilled.tsx b/src/IconUlnaRadiusOutlinedFilled.tsx index 56d86ed94..96da57551 100644 --- a/src/IconUlnaRadiusOutlinedFilled.tsx +++ b/src/IconUlnaRadiusOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusOutlinedFilled as default } diff --git a/src/IconUlnaRadiusRounded.tsx b/src/IconUlnaRadiusRounded.tsx index a33f2dd1c..6976b7e5f 100644 --- a/src/IconUlnaRadiusRounded.tsx +++ b/src/IconUlnaRadiusRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusRounded: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusRounded as default } diff --git a/src/IconUlnaRadiusRoundedFilled.tsx b/src/IconUlnaRadiusRoundedFilled.tsx index b4f1f0c5b..8c8a27305 100644 --- a/src/IconUlnaRadiusRoundedFilled.tsx +++ b/src/IconUlnaRadiusRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusRoundedFilled as default } diff --git a/src/IconUlnaRadiusSharp.tsx b/src/IconUlnaRadiusSharp.tsx index 61d6c08a6..7a84fc6f9 100644 --- a/src/IconUlnaRadiusSharp.tsx +++ b/src/IconUlnaRadiusSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusSharp: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusSharp as default } diff --git a/src/IconUlnaRadiusSharpFilled.tsx b/src/IconUlnaRadiusSharpFilled.tsx index a3edda95b..65dc69e70 100644 --- a/src/IconUlnaRadiusSharpFilled.tsx +++ b/src/IconUlnaRadiusSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUlnaRadiusSharpFilled: React.FC = ({ ...props }) => ( +export const IconUlnaRadiusSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUlnaRadiusSharpFilled as default } diff --git a/src/IconUmbrellaOutlined.tsx b/src/IconUmbrellaOutlined.tsx index 0514a490a..7d586c539 100644 --- a/src/IconUmbrellaOutlined.tsx +++ b/src/IconUmbrellaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaOutlined: React.FC = ({ ...props }) => ( +export const IconUmbrellaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUmbrellaOutlined as default } diff --git a/src/IconUmbrellaOutlinedFilled.tsx b/src/IconUmbrellaOutlinedFilled.tsx index f21085841..fb0f6fe16 100644 --- a/src/IconUmbrellaOutlinedFilled.tsx +++ b/src/IconUmbrellaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUmbrellaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUmbrellaOutlinedFilled as default } diff --git a/src/IconUmbrellaRounded.tsx b/src/IconUmbrellaRounded.tsx index 53717718e..97806e893 100644 --- a/src/IconUmbrellaRounded.tsx +++ b/src/IconUmbrellaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaRounded: React.FC = ({ ...props }) => ( +export const IconUmbrellaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUmbrellaRounded as default } diff --git a/src/IconUmbrellaRoundedFilled.tsx b/src/IconUmbrellaRoundedFilled.tsx index cdb59967a..6edd89259 100644 --- a/src/IconUmbrellaRoundedFilled.tsx +++ b/src/IconUmbrellaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUmbrellaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUmbrellaRoundedFilled as default } diff --git a/src/IconUmbrellaSharp.tsx b/src/IconUmbrellaSharp.tsx index ce35241b6..a729bddac 100644 --- a/src/IconUmbrellaSharp.tsx +++ b/src/IconUmbrellaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaSharp: React.FC = ({ ...props }) => ( +export const IconUmbrellaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUmbrellaSharp as default } diff --git a/src/IconUmbrellaSharpFilled.tsx b/src/IconUmbrellaSharpFilled.tsx index 834a4f7e9..777d4f293 100644 --- a/src/IconUmbrellaSharpFilled.tsx +++ b/src/IconUmbrellaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUmbrellaSharpFilled: React.FC = ({ ...props }) => ( +export const IconUmbrellaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUmbrellaSharpFilled as default } diff --git a/src/IconUnarchiveOutlined.tsx b/src/IconUnarchiveOutlined.tsx index 4c049d81e..543044e8d 100644 --- a/src/IconUnarchiveOutlined.tsx +++ b/src/IconUnarchiveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveOutlined: React.FC = ({ ...props }) => ( +export const IconUnarchiveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnarchiveOutlined as default } diff --git a/src/IconUnarchiveOutlinedFilled.tsx b/src/IconUnarchiveOutlinedFilled.tsx index 6617585d1..c024c8bec 100644 --- a/src/IconUnarchiveOutlinedFilled.tsx +++ b/src/IconUnarchiveOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnarchiveOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnarchiveOutlinedFilled as default } diff --git a/src/IconUnarchiveRounded.tsx b/src/IconUnarchiveRounded.tsx index aaf792b6b..0e5b1ed5a 100644 --- a/src/IconUnarchiveRounded.tsx +++ b/src/IconUnarchiveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveRounded: React.FC = ({ ...props }) => ( +export const IconUnarchiveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnarchiveRounded as default } diff --git a/src/IconUnarchiveRoundedFilled.tsx b/src/IconUnarchiveRoundedFilled.tsx index f126471eb..220b61924 100644 --- a/src/IconUnarchiveRoundedFilled.tsx +++ b/src/IconUnarchiveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnarchiveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnarchiveRoundedFilled as default } diff --git a/src/IconUnarchiveSharp.tsx b/src/IconUnarchiveSharp.tsx index 744a02a3e..2c9f0e8b9 100644 --- a/src/IconUnarchiveSharp.tsx +++ b/src/IconUnarchiveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveSharp: React.FC = ({ ...props }) => ( +export const IconUnarchiveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnarchiveSharp as default } diff --git a/src/IconUnarchiveSharpFilled.tsx b/src/IconUnarchiveSharpFilled.tsx index 8f95cb78e..157fa27e3 100644 --- a/src/IconUnarchiveSharpFilled.tsx +++ b/src/IconUnarchiveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnarchiveSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnarchiveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnarchiveSharpFilled as default } diff --git a/src/IconUndoOutlined.tsx b/src/IconUndoOutlined.tsx index 3276541c9..210b3ab00 100644 --- a/src/IconUndoOutlined.tsx +++ b/src/IconUndoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoOutlined: React.FC = ({ ...props }) => ( +export const IconUndoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoOutlined as default } diff --git a/src/IconUndoOutlinedFilled.tsx b/src/IconUndoOutlinedFilled.tsx index a0722ba61..18171992e 100644 --- a/src/IconUndoOutlinedFilled.tsx +++ b/src/IconUndoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUndoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoOutlinedFilled as default } diff --git a/src/IconUndoRounded.tsx b/src/IconUndoRounded.tsx index cac0f62e1..40a611671 100644 --- a/src/IconUndoRounded.tsx +++ b/src/IconUndoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoRounded: React.FC = ({ ...props }) => ( +export const IconUndoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoRounded as default } diff --git a/src/IconUndoRoundedFilled.tsx b/src/IconUndoRoundedFilled.tsx index 48eb24fe2..e3e7718d2 100644 --- a/src/IconUndoRoundedFilled.tsx +++ b/src/IconUndoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUndoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoRoundedFilled as default } diff --git a/src/IconUndoSharp.tsx b/src/IconUndoSharp.tsx index 4587a8084..2f0de939d 100644 --- a/src/IconUndoSharp.tsx +++ b/src/IconUndoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoSharp: React.FC = ({ ...props }) => ( +export const IconUndoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoSharp as default } diff --git a/src/IconUndoSharpFilled.tsx b/src/IconUndoSharpFilled.tsx index 35c2494ba..393e30c2a 100644 --- a/src/IconUndoSharpFilled.tsx +++ b/src/IconUndoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUndoSharpFilled: React.FC = ({ ...props }) => ( +export const IconUndoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUndoSharpFilled as default } diff --git a/src/IconUnfoldLessDoubleOutlined.tsx b/src/IconUnfoldLessDoubleOutlined.tsx index 8b7f64c8b..24f2ffaa2 100644 --- a/src/IconUnfoldLessDoubleOutlined.tsx +++ b/src/IconUnfoldLessDoubleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleOutlined: React.FC = ({ ...props }) => ( +export const IconUnfoldLessDoubleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessDoubleOutlined as default } diff --git a/src/IconUnfoldLessDoubleOutlinedFilled.tsx b/src/IconUnfoldLessDoubleOutlinedFilled.tsx index 2ad955783..bb1e0e845 100644 --- a/src/IconUnfoldLessDoubleOutlinedFilled.tsx +++ b/src/IconUnfoldLessDoubleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleOutlinedFilled: React.FC = ({ +export const IconUnfoldLessDoubleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnfoldLessDoubleOutlinedFilled: React.FC = ({ ) - -export { IconUnfoldLessDoubleOutlinedFilled as default } diff --git a/src/IconUnfoldLessDoubleRounded.tsx b/src/IconUnfoldLessDoubleRounded.tsx index a734f3af2..9e35298d1 100644 --- a/src/IconUnfoldLessDoubleRounded.tsx +++ b/src/IconUnfoldLessDoubleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleRounded: React.FC = ({ ...props }) => ( +export const IconUnfoldLessDoubleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessDoubleRounded as default } diff --git a/src/IconUnfoldLessDoubleRoundedFilled.tsx b/src/IconUnfoldLessDoubleRoundedFilled.tsx index a0b9675ca..4af60686b 100644 --- a/src/IconUnfoldLessDoubleRoundedFilled.tsx +++ b/src/IconUnfoldLessDoubleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleRoundedFilled: React.FC = ({ +export const IconUnfoldLessDoubleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnfoldLessDoubleRoundedFilled: React.FC = ({ ) - -export { IconUnfoldLessDoubleRoundedFilled as default } diff --git a/src/IconUnfoldLessDoubleSharp.tsx b/src/IconUnfoldLessDoubleSharp.tsx index a1b319ddc..38d16b90c 100644 --- a/src/IconUnfoldLessDoubleSharp.tsx +++ b/src/IconUnfoldLessDoubleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleSharp: React.FC = ({ ...props }) => ( +export const IconUnfoldLessDoubleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessDoubleSharp as default } diff --git a/src/IconUnfoldLessDoubleSharpFilled.tsx b/src/IconUnfoldLessDoubleSharpFilled.tsx index 9631c5310..60ddf7655 100644 --- a/src/IconUnfoldLessDoubleSharpFilled.tsx +++ b/src/IconUnfoldLessDoubleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessDoubleSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldLessDoubleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessDoubleSharpFilled as default } diff --git a/src/IconUnfoldLessOutlined.tsx b/src/IconUnfoldLessOutlined.tsx index 0bdc940e3..a564c54cc 100644 --- a/src/IconUnfoldLessOutlined.tsx +++ b/src/IconUnfoldLessOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessOutlined: React.FC = ({ ...props }) => ( +export const IconUnfoldLessOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessOutlined as default } diff --git a/src/IconUnfoldLessOutlinedFilled.tsx b/src/IconUnfoldLessOutlinedFilled.tsx index 0fe5fa7d4..766759570 100644 --- a/src/IconUnfoldLessOutlinedFilled.tsx +++ b/src/IconUnfoldLessOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldLessOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessOutlinedFilled as default } diff --git a/src/IconUnfoldLessRounded.tsx b/src/IconUnfoldLessRounded.tsx index 0c651ed14..fec69dbe0 100644 --- a/src/IconUnfoldLessRounded.tsx +++ b/src/IconUnfoldLessRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessRounded: React.FC = ({ ...props }) => ( +export const IconUnfoldLessRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessRounded as default } diff --git a/src/IconUnfoldLessRoundedFilled.tsx b/src/IconUnfoldLessRoundedFilled.tsx index 717f676b0..c592683be 100644 --- a/src/IconUnfoldLessRoundedFilled.tsx +++ b/src/IconUnfoldLessRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldLessRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessRoundedFilled as default } diff --git a/src/IconUnfoldLessSharp.tsx b/src/IconUnfoldLessSharp.tsx index ff1e33409..4847d57e9 100644 --- a/src/IconUnfoldLessSharp.tsx +++ b/src/IconUnfoldLessSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessSharp: React.FC = ({ ...props }) => ( +export const IconUnfoldLessSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessSharp as default } diff --git a/src/IconUnfoldLessSharpFilled.tsx b/src/IconUnfoldLessSharpFilled.tsx index ce736eb63..0a3dbf552 100644 --- a/src/IconUnfoldLessSharpFilled.tsx +++ b/src/IconUnfoldLessSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldLessSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldLessSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldLessSharpFilled as default } diff --git a/src/IconUnfoldMoreDoubleOutlined.tsx b/src/IconUnfoldMoreDoubleOutlined.tsx index 76cb84a4e..7f0f08412 100644 --- a/src/IconUnfoldMoreDoubleOutlined.tsx +++ b/src/IconUnfoldMoreDoubleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleOutlined: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreDoubleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreDoubleOutlined as default } diff --git a/src/IconUnfoldMoreDoubleOutlinedFilled.tsx b/src/IconUnfoldMoreDoubleOutlinedFilled.tsx index 9af0f9ba5..c8081f311 100644 --- a/src/IconUnfoldMoreDoubleOutlinedFilled.tsx +++ b/src/IconUnfoldMoreDoubleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleOutlinedFilled: React.FC = ({ +export const IconUnfoldMoreDoubleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnfoldMoreDoubleOutlinedFilled: React.FC = ({ ) - -export { IconUnfoldMoreDoubleOutlinedFilled as default } diff --git a/src/IconUnfoldMoreDoubleRounded.tsx b/src/IconUnfoldMoreDoubleRounded.tsx index 82422594b..ee81fe7eb 100644 --- a/src/IconUnfoldMoreDoubleRounded.tsx +++ b/src/IconUnfoldMoreDoubleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleRounded: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreDoubleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreDoubleRounded as default } diff --git a/src/IconUnfoldMoreDoubleRoundedFilled.tsx b/src/IconUnfoldMoreDoubleRoundedFilled.tsx index 9bd0d4c87..ef0729a86 100644 --- a/src/IconUnfoldMoreDoubleRoundedFilled.tsx +++ b/src/IconUnfoldMoreDoubleRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleRoundedFilled: React.FC = ({ +export const IconUnfoldMoreDoubleRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnfoldMoreDoubleRoundedFilled: React.FC = ({ ) - -export { IconUnfoldMoreDoubleRoundedFilled as default } diff --git a/src/IconUnfoldMoreDoubleSharp.tsx b/src/IconUnfoldMoreDoubleSharp.tsx index 78d3ccbc6..8226f482a 100644 --- a/src/IconUnfoldMoreDoubleSharp.tsx +++ b/src/IconUnfoldMoreDoubleSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleSharp: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreDoubleSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreDoubleSharp as default } diff --git a/src/IconUnfoldMoreDoubleSharpFilled.tsx b/src/IconUnfoldMoreDoubleSharpFilled.tsx index 951818c6d..2505c46e3 100644 --- a/src/IconUnfoldMoreDoubleSharpFilled.tsx +++ b/src/IconUnfoldMoreDoubleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreDoubleSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreDoubleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreDoubleSharpFilled as default } diff --git a/src/IconUnfoldMoreOutlined.tsx b/src/IconUnfoldMoreOutlined.tsx index 2c3de3bc6..c3a8b7dea 100644 --- a/src/IconUnfoldMoreOutlined.tsx +++ b/src/IconUnfoldMoreOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreOutlined: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreOutlined as default } diff --git a/src/IconUnfoldMoreOutlinedFilled.tsx b/src/IconUnfoldMoreOutlinedFilled.tsx index 44a2d6ef4..0c156ad9a 100644 --- a/src/IconUnfoldMoreOutlinedFilled.tsx +++ b/src/IconUnfoldMoreOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreOutlinedFilled as default } diff --git a/src/IconUnfoldMoreRounded.tsx b/src/IconUnfoldMoreRounded.tsx index 81ef30f53..d5194e17e 100644 --- a/src/IconUnfoldMoreRounded.tsx +++ b/src/IconUnfoldMoreRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreRounded: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreRounded as default } diff --git a/src/IconUnfoldMoreRoundedFilled.tsx b/src/IconUnfoldMoreRoundedFilled.tsx index 4aad2244a..2c3318a2f 100644 --- a/src/IconUnfoldMoreRoundedFilled.tsx +++ b/src/IconUnfoldMoreRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreRoundedFilled as default } diff --git a/src/IconUnfoldMoreSharp.tsx b/src/IconUnfoldMoreSharp.tsx index a098360bd..87cbaec95 100644 --- a/src/IconUnfoldMoreSharp.tsx +++ b/src/IconUnfoldMoreSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreSharp: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreSharp as default } diff --git a/src/IconUnfoldMoreSharpFilled.tsx b/src/IconUnfoldMoreSharpFilled.tsx index 2a96d6ee3..a09fbad16 100644 --- a/src/IconUnfoldMoreSharpFilled.tsx +++ b/src/IconUnfoldMoreSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnfoldMoreSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnfoldMoreSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnfoldMoreSharpFilled as default } diff --git a/src/IconUngroupOutlined.tsx b/src/IconUngroupOutlined.tsx index d14d15f3e..1581423e4 100644 --- a/src/IconUngroupOutlined.tsx +++ b/src/IconUngroupOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupOutlined: React.FC = ({ ...props }) => ( +export const IconUngroupOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUngroupOutlined as default } diff --git a/src/IconUngroupOutlinedFilled.tsx b/src/IconUngroupOutlinedFilled.tsx index 3020373c3..f0b0f73a6 100644 --- a/src/IconUngroupOutlinedFilled.tsx +++ b/src/IconUngroupOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUngroupOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUngroupOutlinedFilled as default } diff --git a/src/IconUngroupRounded.tsx b/src/IconUngroupRounded.tsx index a9bfd5fc0..0be0183da 100644 --- a/src/IconUngroupRounded.tsx +++ b/src/IconUngroupRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupRounded: React.FC = ({ ...props }) => ( +export const IconUngroupRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUngroupRounded as default } diff --git a/src/IconUngroupRoundedFilled.tsx b/src/IconUngroupRoundedFilled.tsx index 359fae40a..fdd42b44b 100644 --- a/src/IconUngroupRoundedFilled.tsx +++ b/src/IconUngroupRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUngroupRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUngroupRoundedFilled as default } diff --git a/src/IconUngroupSharp.tsx b/src/IconUngroupSharp.tsx index c406e0ace..3655a3954 100644 --- a/src/IconUngroupSharp.tsx +++ b/src/IconUngroupSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupSharp: React.FC = ({ ...props }) => ( +export const IconUngroupSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUngroupSharp as default } diff --git a/src/IconUngroupSharpFilled.tsx b/src/IconUngroupSharpFilled.tsx index 8dccda722..11d884caa 100644 --- a/src/IconUngroupSharpFilled.tsx +++ b/src/IconUngroupSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUngroupSharpFilled: React.FC = ({ ...props }) => ( +export const IconUngroupSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUngroupSharpFilled as default } diff --git a/src/IconUniversalCurrencyAltOutlined.tsx b/src/IconUniversalCurrencyAltOutlined.tsx index 780f235b7..37c3b5513 100644 --- a/src/IconUniversalCurrencyAltOutlined.tsx +++ b/src/IconUniversalCurrencyAltOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltOutlined: React.FC = ({ +export const IconUniversalCurrencyAltOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyAltOutlined: React.FC = ({ ) - -export { IconUniversalCurrencyAltOutlined as default } diff --git a/src/IconUniversalCurrencyAltOutlinedFilled.tsx b/src/IconUniversalCurrencyAltOutlinedFilled.tsx index de61db979..14b340270 100644 --- a/src/IconUniversalCurrencyAltOutlinedFilled.tsx +++ b/src/IconUniversalCurrencyAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltOutlinedFilled: React.FC = ({ +export const IconUniversalCurrencyAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyAltOutlinedFilled: React.FC = ({ ) - -export { IconUniversalCurrencyAltOutlinedFilled as default } diff --git a/src/IconUniversalCurrencyAltRounded.tsx b/src/IconUniversalCurrencyAltRounded.tsx index 53152dbff..03fd46976 100644 --- a/src/IconUniversalCurrencyAltRounded.tsx +++ b/src/IconUniversalCurrencyAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltRounded: React.FC = ({ ...props }) => ( +export const IconUniversalCurrencyAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalCurrencyAltRounded as default } diff --git a/src/IconUniversalCurrencyAltRoundedFilled.tsx b/src/IconUniversalCurrencyAltRoundedFilled.tsx index a40442df7..02beb33a9 100644 --- a/src/IconUniversalCurrencyAltRoundedFilled.tsx +++ b/src/IconUniversalCurrencyAltRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltRoundedFilled: React.FC = ({ +export const IconUniversalCurrencyAltRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyAltRoundedFilled: React.FC = ({ ) - -export { IconUniversalCurrencyAltRoundedFilled as default } diff --git a/src/IconUniversalCurrencyAltSharp.tsx b/src/IconUniversalCurrencyAltSharp.tsx index 63ce2e7dc..86ed8ba34 100644 --- a/src/IconUniversalCurrencyAltSharp.tsx +++ b/src/IconUniversalCurrencyAltSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltSharp: React.FC = ({ ...props }) => ( +export const IconUniversalCurrencyAltSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalCurrencyAltSharp as default } diff --git a/src/IconUniversalCurrencyAltSharpFilled.tsx b/src/IconUniversalCurrencyAltSharpFilled.tsx index fa92388a4..5418cbc44 100644 --- a/src/IconUniversalCurrencyAltSharpFilled.tsx +++ b/src/IconUniversalCurrencyAltSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyAltSharpFilled: React.FC = ({ +export const IconUniversalCurrencyAltSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyAltSharpFilled: React.FC = ({ ) - -export { IconUniversalCurrencyAltSharpFilled as default } diff --git a/src/IconUniversalCurrencyOutlined.tsx b/src/IconUniversalCurrencyOutlined.tsx index e22f92762..8bec4f568 100644 --- a/src/IconUniversalCurrencyOutlined.tsx +++ b/src/IconUniversalCurrencyOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyOutlined: React.FC = ({ ...props }) => ( +export const IconUniversalCurrencyOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalCurrencyOutlined as default } diff --git a/src/IconUniversalCurrencyOutlinedFilled.tsx b/src/IconUniversalCurrencyOutlinedFilled.tsx index 76be5d2a4..6e016e2f7 100644 --- a/src/IconUniversalCurrencyOutlinedFilled.tsx +++ b/src/IconUniversalCurrencyOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyOutlinedFilled: React.FC = ({ +export const IconUniversalCurrencyOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyOutlinedFilled: React.FC = ({ ) - -export { IconUniversalCurrencyOutlinedFilled as default } diff --git a/src/IconUniversalCurrencyRounded.tsx b/src/IconUniversalCurrencyRounded.tsx index c13d971b1..ed17ca0c1 100644 --- a/src/IconUniversalCurrencyRounded.tsx +++ b/src/IconUniversalCurrencyRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyRounded: React.FC = ({ ...props }) => ( +export const IconUniversalCurrencyRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalCurrencyRounded as default } diff --git a/src/IconUniversalCurrencyRoundedFilled.tsx b/src/IconUniversalCurrencyRoundedFilled.tsx index cbc506387..eab1fc48c 100644 --- a/src/IconUniversalCurrencyRoundedFilled.tsx +++ b/src/IconUniversalCurrencyRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencyRoundedFilled: React.FC = ({ +export const IconUniversalCurrencyRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencyRoundedFilled: React.FC = ({ ) - -export { IconUniversalCurrencyRoundedFilled as default } diff --git a/src/IconUniversalCurrencySharp.tsx b/src/IconUniversalCurrencySharp.tsx index d613382c7..7bc1831cf 100644 --- a/src/IconUniversalCurrencySharp.tsx +++ b/src/IconUniversalCurrencySharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencySharp: React.FC = ({ ...props }) => ( +export const IconUniversalCurrencySharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalCurrencySharp as default } diff --git a/src/IconUniversalCurrencySharpFilled.tsx b/src/IconUniversalCurrencySharpFilled.tsx index 9ee98cb1c..0a7adda69 100644 --- a/src/IconUniversalCurrencySharpFilled.tsx +++ b/src/IconUniversalCurrencySharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalCurrencySharpFilled: React.FC = ({ +export const IconUniversalCurrencySharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalCurrencySharpFilled: React.FC = ({ ) - -export { IconUniversalCurrencySharpFilled as default } diff --git a/src/IconUniversalLocalOutlined.tsx b/src/IconUniversalLocalOutlined.tsx index cd6138d5c..85a43404e 100644 --- a/src/IconUniversalLocalOutlined.tsx +++ b/src/IconUniversalLocalOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalOutlined: React.FC = ({ ...props }) => ( +export const IconUniversalLocalOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalLocalOutlined as default } diff --git a/src/IconUniversalLocalOutlinedFilled.tsx b/src/IconUniversalLocalOutlinedFilled.tsx index ef4eff7e0..da594475d 100644 --- a/src/IconUniversalLocalOutlinedFilled.tsx +++ b/src/IconUniversalLocalOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalOutlinedFilled: React.FC = ({ +export const IconUniversalLocalOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUniversalLocalOutlinedFilled: React.FC = ({ ) - -export { IconUniversalLocalOutlinedFilled as default } diff --git a/src/IconUniversalLocalRounded.tsx b/src/IconUniversalLocalRounded.tsx index 68bb60a90..78fbb8bcd 100644 --- a/src/IconUniversalLocalRounded.tsx +++ b/src/IconUniversalLocalRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalRounded: React.FC = ({ ...props }) => ( +export const IconUniversalLocalRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalLocalRounded as default } diff --git a/src/IconUniversalLocalRoundedFilled.tsx b/src/IconUniversalLocalRoundedFilled.tsx index 850d7b08a..e9dd5eec0 100644 --- a/src/IconUniversalLocalRoundedFilled.tsx +++ b/src/IconUniversalLocalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUniversalLocalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalLocalRoundedFilled as default } diff --git a/src/IconUniversalLocalSharp.tsx b/src/IconUniversalLocalSharp.tsx index 3b8c9fb9b..479be2f2f 100644 --- a/src/IconUniversalLocalSharp.tsx +++ b/src/IconUniversalLocalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalSharp: React.FC = ({ ...props }) => ( +export const IconUniversalLocalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUniversalLocalSharp as default } diff --git a/src/IconUniversalLocalSharpFilled.tsx b/src/IconUniversalLocalSharpFilled.tsx index ee72b1b07..098a6f6ec 100644 --- a/src/IconUniversalLocalSharpFilled.tsx +++ b/src/IconUniversalLocalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUniversalLocalSharpFilled: React.FC = ({ ...props }) => ( +export const IconUniversalLocalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUniversalLocalSharpFilled as default } diff --git a/src/IconUnknown2Outlined.tsx b/src/IconUnknown2Outlined.tsx index 1eb30ba85..51cb4513d 100644 --- a/src/IconUnknown2Outlined.tsx +++ b/src/IconUnknown2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2Outlined: React.FC = ({ ...props }) => ( +export const IconUnknown2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown2Outlined as default } diff --git a/src/IconUnknown2OutlinedFilled.tsx b/src/IconUnknown2OutlinedFilled.tsx index 619862fe7..b27cc01ce 100644 --- a/src/IconUnknown2OutlinedFilled.tsx +++ b/src/IconUnknown2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown2OutlinedFilled as default } diff --git a/src/IconUnknown2Rounded.tsx b/src/IconUnknown2Rounded.tsx index a419e0ce0..aa7cfb3c9 100644 --- a/src/IconUnknown2Rounded.tsx +++ b/src/IconUnknown2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2Rounded: React.FC = ({ ...props }) => ( +export const IconUnknown2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown2Rounded as default } diff --git a/src/IconUnknown2RoundedFilled.tsx b/src/IconUnknown2RoundedFilled.tsx index a64e3994f..94c5f01cf 100644 --- a/src/IconUnknown2RoundedFilled.tsx +++ b/src/IconUnknown2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown2RoundedFilled as default } diff --git a/src/IconUnknown2Sharp.tsx b/src/IconUnknown2Sharp.tsx index f3fb14489..e0f8b2d62 100644 --- a/src/IconUnknown2Sharp.tsx +++ b/src/IconUnknown2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2Sharp: React.FC = ({ ...props }) => ( +export const IconUnknown2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown2Sharp as default } diff --git a/src/IconUnknown2SharpFilled.tsx b/src/IconUnknown2SharpFilled.tsx index 563bc8c3b..e563dd647 100644 --- a/src/IconUnknown2SharpFilled.tsx +++ b/src/IconUnknown2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown2SharpFilled: React.FC = ({ ...props }) => ( +export const IconUnknown2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown2SharpFilled as default } diff --git a/src/IconUnknown5Outlined.tsx b/src/IconUnknown5Outlined.tsx index fd14bcec5..6afb8c979 100644 --- a/src/IconUnknown5Outlined.tsx +++ b/src/IconUnknown5Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5Outlined: React.FC = ({ ...props }) => ( +export const IconUnknown5Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown5Outlined as default } diff --git a/src/IconUnknown5OutlinedFilled.tsx b/src/IconUnknown5OutlinedFilled.tsx index e347e1681..fa5b30c26 100644 --- a/src/IconUnknown5OutlinedFilled.tsx +++ b/src/IconUnknown5OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown5OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown5OutlinedFilled as default } diff --git a/src/IconUnknown5Rounded.tsx b/src/IconUnknown5Rounded.tsx index ffa2ca0b1..c87cd0164 100644 --- a/src/IconUnknown5Rounded.tsx +++ b/src/IconUnknown5Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5Rounded: React.FC = ({ ...props }) => ( +export const IconUnknown5Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown5Rounded as default } diff --git a/src/IconUnknown5RoundedFilled.tsx b/src/IconUnknown5RoundedFilled.tsx index 7ec2d6345..c9a6a1d3b 100644 --- a/src/IconUnknown5RoundedFilled.tsx +++ b/src/IconUnknown5RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5RoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown5RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown5RoundedFilled as default } diff --git a/src/IconUnknown5Sharp.tsx b/src/IconUnknown5Sharp.tsx index d8ebb4e04..a78a15c0c 100644 --- a/src/IconUnknown5Sharp.tsx +++ b/src/IconUnknown5Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5Sharp: React.FC = ({ ...props }) => ( +export const IconUnknown5Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown5Sharp as default } diff --git a/src/IconUnknown5SharpFilled.tsx b/src/IconUnknown5SharpFilled.tsx index 362c7e919..035aec50f 100644 --- a/src/IconUnknown5SharpFilled.tsx +++ b/src/IconUnknown5SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown5SharpFilled: React.FC = ({ ...props }) => ( +export const IconUnknown5SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown5SharpFilled as default } diff --git a/src/IconUnknown7Outlined.tsx b/src/IconUnknown7Outlined.tsx index 680a92834..1577ac6d9 100644 --- a/src/IconUnknown7Outlined.tsx +++ b/src/IconUnknown7Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7Outlined: React.FC = ({ ...props }) => ( +export const IconUnknown7Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown7Outlined as default } diff --git a/src/IconUnknown7OutlinedFilled.tsx b/src/IconUnknown7OutlinedFilled.tsx index d77bea229..164f3d7e6 100644 --- a/src/IconUnknown7OutlinedFilled.tsx +++ b/src/IconUnknown7OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown7OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown7OutlinedFilled as default } diff --git a/src/IconUnknown7Rounded.tsx b/src/IconUnknown7Rounded.tsx index 68613a129..ed86c3254 100644 --- a/src/IconUnknown7Rounded.tsx +++ b/src/IconUnknown7Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7Rounded: React.FC = ({ ...props }) => ( +export const IconUnknown7Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown7Rounded as default } diff --git a/src/IconUnknown7RoundedFilled.tsx b/src/IconUnknown7RoundedFilled.tsx index e09c64a00..10c527e7c 100644 --- a/src/IconUnknown7RoundedFilled.tsx +++ b/src/IconUnknown7RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7RoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnknown7RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknown7RoundedFilled as default } diff --git a/src/IconUnknown7Sharp.tsx b/src/IconUnknown7Sharp.tsx index d992c5552..87ffe3756 100644 --- a/src/IconUnknown7Sharp.tsx +++ b/src/IconUnknown7Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7Sharp: React.FC = ({ ...props }) => ( +export const IconUnknown7Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown7Sharp as default } diff --git a/src/IconUnknown7SharpFilled.tsx b/src/IconUnknown7SharpFilled.tsx index f644f1c2d..90d638c43 100644 --- a/src/IconUnknown7SharpFilled.tsx +++ b/src/IconUnknown7SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknown7SharpFilled: React.FC = ({ ...props }) => ( +export const IconUnknown7SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknown7SharpFilled as default } diff --git a/src/IconUnknownDocumentOutlined.tsx b/src/IconUnknownDocumentOutlined.tsx index d776b3331..81e42a98b 100644 --- a/src/IconUnknownDocumentOutlined.tsx +++ b/src/IconUnknownDocumentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentOutlined: React.FC = ({ ...props }) => ( +export const IconUnknownDocumentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownDocumentOutlined as default } diff --git a/src/IconUnknownDocumentOutlinedFilled.tsx b/src/IconUnknownDocumentOutlinedFilled.tsx index a68773153..c06bbc6d8 100644 --- a/src/IconUnknownDocumentOutlinedFilled.tsx +++ b/src/IconUnknownDocumentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentOutlinedFilled: React.FC = ({ +export const IconUnknownDocumentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnknownDocumentOutlinedFilled: React.FC = ({ ) - -export { IconUnknownDocumentOutlinedFilled as default } diff --git a/src/IconUnknownDocumentRounded.tsx b/src/IconUnknownDocumentRounded.tsx index 3c261df2b..735f0d96f 100644 --- a/src/IconUnknownDocumentRounded.tsx +++ b/src/IconUnknownDocumentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentRounded: React.FC = ({ ...props }) => ( +export const IconUnknownDocumentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownDocumentRounded as default } diff --git a/src/IconUnknownDocumentRoundedFilled.tsx b/src/IconUnknownDocumentRoundedFilled.tsx index dd47247ca..132c1e9d1 100644 --- a/src/IconUnknownDocumentRoundedFilled.tsx +++ b/src/IconUnknownDocumentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentRoundedFilled: React.FC = ({ +export const IconUnknownDocumentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUnknownDocumentRoundedFilled: React.FC = ({ ) - -export { IconUnknownDocumentRoundedFilled as default } diff --git a/src/IconUnknownDocumentSharp.tsx b/src/IconUnknownDocumentSharp.tsx index 562425f2d..e8cdbef81 100644 --- a/src/IconUnknownDocumentSharp.tsx +++ b/src/IconUnknownDocumentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentSharp: React.FC = ({ ...props }) => ( +export const IconUnknownDocumentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknownDocumentSharp as default } diff --git a/src/IconUnknownDocumentSharpFilled.tsx b/src/IconUnknownDocumentSharpFilled.tsx index 09d5c5e5d..cf6127a92 100644 --- a/src/IconUnknownDocumentSharpFilled.tsx +++ b/src/IconUnknownDocumentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownDocumentSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnknownDocumentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownDocumentSharpFilled as default } diff --git a/src/IconUnknownMedOutlined.tsx b/src/IconUnknownMedOutlined.tsx index 2b1c37ba1..62f260fb6 100644 --- a/src/IconUnknownMedOutlined.tsx +++ b/src/IconUnknownMedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedOutlined: React.FC = ({ ...props }) => ( +export const IconUnknownMedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknownMedOutlined as default } diff --git a/src/IconUnknownMedOutlinedFilled.tsx b/src/IconUnknownMedOutlinedFilled.tsx index 2eee24393..8eb7ca6ca 100644 --- a/src/IconUnknownMedOutlinedFilled.tsx +++ b/src/IconUnknownMedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnknownMedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownMedOutlinedFilled as default } diff --git a/src/IconUnknownMedRounded.tsx b/src/IconUnknownMedRounded.tsx index a3cf1b329..c42f7c6dd 100644 --- a/src/IconUnknownMedRounded.tsx +++ b/src/IconUnknownMedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedRounded: React.FC = ({ ...props }) => ( +export const IconUnknownMedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknownMedRounded as default } diff --git a/src/IconUnknownMedRoundedFilled.tsx b/src/IconUnknownMedRoundedFilled.tsx index 204bb3e1e..2772373fa 100644 --- a/src/IconUnknownMedRoundedFilled.tsx +++ b/src/IconUnknownMedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnknownMedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownMedRoundedFilled as default } diff --git a/src/IconUnknownMedSharp.tsx b/src/IconUnknownMedSharp.tsx index 8c29ae0f6..ba0939cfa 100644 --- a/src/IconUnknownMedSharp.tsx +++ b/src/IconUnknownMedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedSharp: React.FC = ({ ...props }) => ( +export const IconUnknownMedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnknownMedSharp as default } diff --git a/src/IconUnknownMedSharpFilled.tsx b/src/IconUnknownMedSharpFilled.tsx index 5eea492af..c9c5e77cf 100644 --- a/src/IconUnknownMedSharpFilled.tsx +++ b/src/IconUnknownMedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnknownMedSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnknownMedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnknownMedSharpFilled as default } diff --git a/src/IconUnlicenseOutlined.tsx b/src/IconUnlicenseOutlined.tsx index 8604cabb3..ee2fc47d9 100644 --- a/src/IconUnlicenseOutlined.tsx +++ b/src/IconUnlicenseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseOutlined: React.FC = ({ ...props }) => ( +export const IconUnlicenseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnlicenseOutlined as default } diff --git a/src/IconUnlicenseOutlinedFilled.tsx b/src/IconUnlicenseOutlinedFilled.tsx index 66dfdbd03..6f6605c4e 100644 --- a/src/IconUnlicenseOutlinedFilled.tsx +++ b/src/IconUnlicenseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnlicenseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnlicenseOutlinedFilled as default } diff --git a/src/IconUnlicenseRounded.tsx b/src/IconUnlicenseRounded.tsx index bca56c38f..428d35004 100644 --- a/src/IconUnlicenseRounded.tsx +++ b/src/IconUnlicenseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseRounded: React.FC = ({ ...props }) => ( +export const IconUnlicenseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnlicenseRounded as default } diff --git a/src/IconUnlicenseRoundedFilled.tsx b/src/IconUnlicenseRoundedFilled.tsx index e2331470c..db7d999ab 100644 --- a/src/IconUnlicenseRoundedFilled.tsx +++ b/src/IconUnlicenseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnlicenseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnlicenseRoundedFilled as default } diff --git a/src/IconUnlicenseSharp.tsx b/src/IconUnlicenseSharp.tsx index c509463c0..9271ab682 100644 --- a/src/IconUnlicenseSharp.tsx +++ b/src/IconUnlicenseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseSharp: React.FC = ({ ...props }) => ( +export const IconUnlicenseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnlicenseSharp as default } diff --git a/src/IconUnlicenseSharpFilled.tsx b/src/IconUnlicenseSharpFilled.tsx index df68918db..26779e518 100644 --- a/src/IconUnlicenseSharpFilled.tsx +++ b/src/IconUnlicenseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnlicenseSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnlicenseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnlicenseSharpFilled as default } diff --git a/src/IconUnpavedRoadOutlined.tsx b/src/IconUnpavedRoadOutlined.tsx index 3cad5b378..17e5774b2 100644 --- a/src/IconUnpavedRoadOutlined.tsx +++ b/src/IconUnpavedRoadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadOutlined: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadOutlined as default } diff --git a/src/IconUnpavedRoadOutlinedFilled.tsx b/src/IconUnpavedRoadOutlinedFilled.tsx index 59d01ab67..105f7890c 100644 --- a/src/IconUnpavedRoadOutlinedFilled.tsx +++ b/src/IconUnpavedRoadOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadOutlinedFilled as default } diff --git a/src/IconUnpavedRoadRounded.tsx b/src/IconUnpavedRoadRounded.tsx index 9144bb851..54d658765 100644 --- a/src/IconUnpavedRoadRounded.tsx +++ b/src/IconUnpavedRoadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadRounded: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadRounded as default } diff --git a/src/IconUnpavedRoadRoundedFilled.tsx b/src/IconUnpavedRoadRoundedFilled.tsx index 47f695776..9d7fa2f9f 100644 --- a/src/IconUnpavedRoadRoundedFilled.tsx +++ b/src/IconUnpavedRoadRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadRoundedFilled as default } diff --git a/src/IconUnpavedRoadSharp.tsx b/src/IconUnpavedRoadSharp.tsx index 07af989f4..e4e0c404c 100644 --- a/src/IconUnpavedRoadSharp.tsx +++ b/src/IconUnpavedRoadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadSharp: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadSharp as default } diff --git a/src/IconUnpavedRoadSharpFilled.tsx b/src/IconUnpavedRoadSharpFilled.tsx index 57d30476e..39f004e81 100644 --- a/src/IconUnpavedRoadSharpFilled.tsx +++ b/src/IconUnpavedRoadSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpavedRoadSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnpavedRoadSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpavedRoadSharpFilled as default } diff --git a/src/IconUnpublishedOutlined.tsx b/src/IconUnpublishedOutlined.tsx index 3ef21a564..2ce0dbe6d 100644 --- a/src/IconUnpublishedOutlined.tsx +++ b/src/IconUnpublishedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedOutlined: React.FC = ({ ...props }) => ( +export const IconUnpublishedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpublishedOutlined as default } diff --git a/src/IconUnpublishedOutlinedFilled.tsx b/src/IconUnpublishedOutlinedFilled.tsx index d08f427e6..52e76bd2d 100644 --- a/src/IconUnpublishedOutlinedFilled.tsx +++ b/src/IconUnpublishedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnpublishedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpublishedOutlinedFilled as default } diff --git a/src/IconUnpublishedRounded.tsx b/src/IconUnpublishedRounded.tsx index 987906fa7..fb52fee0e 100644 --- a/src/IconUnpublishedRounded.tsx +++ b/src/IconUnpublishedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedRounded: React.FC = ({ ...props }) => ( +export const IconUnpublishedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpublishedRounded as default } diff --git a/src/IconUnpublishedRoundedFilled.tsx b/src/IconUnpublishedRoundedFilled.tsx index 920ba0ddc..02cc25c4b 100644 --- a/src/IconUnpublishedRoundedFilled.tsx +++ b/src/IconUnpublishedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnpublishedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpublishedRoundedFilled as default } diff --git a/src/IconUnpublishedSharp.tsx b/src/IconUnpublishedSharp.tsx index 1561190fb..0efeb621b 100644 --- a/src/IconUnpublishedSharp.tsx +++ b/src/IconUnpublishedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedSharp: React.FC = ({ ...props }) => ( +export const IconUnpublishedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnpublishedSharp as default } diff --git a/src/IconUnpublishedSharpFilled.tsx b/src/IconUnpublishedSharpFilled.tsx index a2878a4fc..7e538a61b 100644 --- a/src/IconUnpublishedSharpFilled.tsx +++ b/src/IconUnpublishedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnpublishedSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnpublishedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnpublishedSharpFilled as default } diff --git a/src/IconUnsubscribeOutlined.tsx b/src/IconUnsubscribeOutlined.tsx index 4e3e03c9d..8747219f7 100644 --- a/src/IconUnsubscribeOutlined.tsx +++ b/src/IconUnsubscribeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeOutlined: React.FC = ({ ...props }) => ( +export const IconUnsubscribeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeOutlined as default } diff --git a/src/IconUnsubscribeOutlinedFilled.tsx b/src/IconUnsubscribeOutlinedFilled.tsx index 0fa298106..d4f42b20e 100644 --- a/src/IconUnsubscribeOutlinedFilled.tsx +++ b/src/IconUnsubscribeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUnsubscribeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeOutlinedFilled as default } diff --git a/src/IconUnsubscribeRounded.tsx b/src/IconUnsubscribeRounded.tsx index da71bf659..ad99cf7eb 100644 --- a/src/IconUnsubscribeRounded.tsx +++ b/src/IconUnsubscribeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeRounded: React.FC = ({ ...props }) => ( +export const IconUnsubscribeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeRounded as default } diff --git a/src/IconUnsubscribeRoundedFilled.tsx b/src/IconUnsubscribeRoundedFilled.tsx index 060b703e4..d42f1a2a0 100644 --- a/src/IconUnsubscribeRoundedFilled.tsx +++ b/src/IconUnsubscribeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUnsubscribeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeRoundedFilled as default } diff --git a/src/IconUnsubscribeSharp.tsx b/src/IconUnsubscribeSharp.tsx index 687640c4d..d625bba40 100644 --- a/src/IconUnsubscribeSharp.tsx +++ b/src/IconUnsubscribeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeSharp: React.FC = ({ ...props }) => ( +export const IconUnsubscribeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeSharp as default } diff --git a/src/IconUnsubscribeSharpFilled.tsx b/src/IconUnsubscribeSharpFilled.tsx index 23145dd62..2a019e59e 100644 --- a/src/IconUnsubscribeSharpFilled.tsx +++ b/src/IconUnsubscribeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUnsubscribeSharpFilled: React.FC = ({ ...props }) => ( +export const IconUnsubscribeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUnsubscribeSharpFilled as default } diff --git a/src/IconUpcomingOutlined.tsx b/src/IconUpcomingOutlined.tsx index 98b278f44..88b4e514b 100644 --- a/src/IconUpcomingOutlined.tsx +++ b/src/IconUpcomingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingOutlined: React.FC = ({ ...props }) => ( +export const IconUpcomingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpcomingOutlined as default } diff --git a/src/IconUpcomingOutlinedFilled.tsx b/src/IconUpcomingOutlinedFilled.tsx index 3e506ecf1..3c68ae099 100644 --- a/src/IconUpcomingOutlinedFilled.tsx +++ b/src/IconUpcomingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUpcomingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpcomingOutlinedFilled as default } diff --git a/src/IconUpcomingRounded.tsx b/src/IconUpcomingRounded.tsx index c2e2b0be1..bc2864894 100644 --- a/src/IconUpcomingRounded.tsx +++ b/src/IconUpcomingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingRounded: React.FC = ({ ...props }) => ( +export const IconUpcomingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpcomingRounded as default } diff --git a/src/IconUpcomingRoundedFilled.tsx b/src/IconUpcomingRoundedFilled.tsx index 816c0e825..c0f52c210 100644 --- a/src/IconUpcomingRoundedFilled.tsx +++ b/src/IconUpcomingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUpcomingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpcomingRoundedFilled as default } diff --git a/src/IconUpcomingSharp.tsx b/src/IconUpcomingSharp.tsx index 5012c3e65..2f559e17c 100644 --- a/src/IconUpcomingSharp.tsx +++ b/src/IconUpcomingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingSharp: React.FC = ({ ...props }) => ( +export const IconUpcomingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpcomingSharp as default } diff --git a/src/IconUpcomingSharpFilled.tsx b/src/IconUpcomingSharpFilled.tsx index af0055dca..d1842195c 100644 --- a/src/IconUpcomingSharpFilled.tsx +++ b/src/IconUpcomingSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpcomingSharpFilled: React.FC = ({ ...props }) => ( +export const IconUpcomingSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpcomingSharpFilled as default } diff --git a/src/IconUpdateDisabledOutlined.tsx b/src/IconUpdateDisabledOutlined.tsx index 69d7fa563..dbea6f95a 100644 --- a/src/IconUpdateDisabledOutlined.tsx +++ b/src/IconUpdateDisabledOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledOutlined: React.FC = ({ ...props }) => ( +export const IconUpdateDisabledOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpdateDisabledOutlined as default } diff --git a/src/IconUpdateDisabledOutlinedFilled.tsx b/src/IconUpdateDisabledOutlinedFilled.tsx index 4abb198f3..ef4881418 100644 --- a/src/IconUpdateDisabledOutlinedFilled.tsx +++ b/src/IconUpdateDisabledOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledOutlinedFilled: React.FC = ({ +export const IconUpdateDisabledOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUpdateDisabledOutlinedFilled: React.FC = ({ ) - -export { IconUpdateDisabledOutlinedFilled as default } diff --git a/src/IconUpdateDisabledRounded.tsx b/src/IconUpdateDisabledRounded.tsx index 604cfb089..0110f6352 100644 --- a/src/IconUpdateDisabledRounded.tsx +++ b/src/IconUpdateDisabledRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledRounded: React.FC = ({ ...props }) => ( +export const IconUpdateDisabledRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpdateDisabledRounded as default } diff --git a/src/IconUpdateDisabledRoundedFilled.tsx b/src/IconUpdateDisabledRoundedFilled.tsx index 1f557581c..eb3037da3 100644 --- a/src/IconUpdateDisabledRoundedFilled.tsx +++ b/src/IconUpdateDisabledRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUpdateDisabledRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpdateDisabledRoundedFilled as default } diff --git a/src/IconUpdateDisabledSharp.tsx b/src/IconUpdateDisabledSharp.tsx index b27669ecf..d01ada099 100644 --- a/src/IconUpdateDisabledSharp.tsx +++ b/src/IconUpdateDisabledSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledSharp: React.FC = ({ ...props }) => ( +export const IconUpdateDisabledSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateDisabledSharp as default } diff --git a/src/IconUpdateDisabledSharpFilled.tsx b/src/IconUpdateDisabledSharpFilled.tsx index 24b5294c5..aeb47809f 100644 --- a/src/IconUpdateDisabledSharpFilled.tsx +++ b/src/IconUpdateDisabledSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateDisabledSharpFilled: React.FC = ({ ...props }) => ( +export const IconUpdateDisabledSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpdateDisabledSharpFilled as default } diff --git a/src/IconUpdateOutlined.tsx b/src/IconUpdateOutlined.tsx index 470bb49d4..debd75065 100644 --- a/src/IconUpdateOutlined.tsx +++ b/src/IconUpdateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateOutlined: React.FC = ({ ...props }) => ( +export const IconUpdateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateOutlined as default } diff --git a/src/IconUpdateOutlinedFilled.tsx b/src/IconUpdateOutlinedFilled.tsx index 3fde84ffe..87cf12cf6 100644 --- a/src/IconUpdateOutlinedFilled.tsx +++ b/src/IconUpdateOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUpdateOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateOutlinedFilled as default } diff --git a/src/IconUpdateRounded.tsx b/src/IconUpdateRounded.tsx index 5257ca202..6bc5c3a66 100644 --- a/src/IconUpdateRounded.tsx +++ b/src/IconUpdateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateRounded: React.FC = ({ ...props }) => ( +export const IconUpdateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateRounded as default } diff --git a/src/IconUpdateRoundedFilled.tsx b/src/IconUpdateRoundedFilled.tsx index 6b46474e4..cff9eb752 100644 --- a/src/IconUpdateRoundedFilled.tsx +++ b/src/IconUpdateRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUpdateRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateRoundedFilled as default } diff --git a/src/IconUpdateSharp.tsx b/src/IconUpdateSharp.tsx index 237daddf0..0bfdee158 100644 --- a/src/IconUpdateSharp.tsx +++ b/src/IconUpdateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateSharp: React.FC = ({ ...props }) => ( +export const IconUpdateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateSharp as default } diff --git a/src/IconUpdateSharpFilled.tsx b/src/IconUpdateSharpFilled.tsx index 2d32a23a4..c58a054e8 100644 --- a/src/IconUpdateSharpFilled.tsx +++ b/src/IconUpdateSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpdateSharpFilled: React.FC = ({ ...props }) => ( +export const IconUpdateSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpdateSharpFilled as default } diff --git a/src/IconUpgradeOutlined.tsx b/src/IconUpgradeOutlined.tsx index ab28cfdf6..36e663dca 100644 --- a/src/IconUpgradeOutlined.tsx +++ b/src/IconUpgradeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeOutlined: React.FC = ({ ...props }) => ( +export const IconUpgradeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpgradeOutlined as default } diff --git a/src/IconUpgradeOutlinedFilled.tsx b/src/IconUpgradeOutlinedFilled.tsx index 420dd5696..c1d07d0e4 100644 --- a/src/IconUpgradeOutlinedFilled.tsx +++ b/src/IconUpgradeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUpgradeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpgradeOutlinedFilled as default } diff --git a/src/IconUpgradeRounded.tsx b/src/IconUpgradeRounded.tsx index 62b99dde5..9f2c48301 100644 --- a/src/IconUpgradeRounded.tsx +++ b/src/IconUpgradeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeRounded: React.FC = ({ ...props }) => ( +export const IconUpgradeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpgradeRounded as default } diff --git a/src/IconUpgradeRoundedFilled.tsx b/src/IconUpgradeRoundedFilled.tsx index 96a492f8c..c56708073 100644 --- a/src/IconUpgradeRoundedFilled.tsx +++ b/src/IconUpgradeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUpgradeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpgradeRoundedFilled as default } diff --git a/src/IconUpgradeSharp.tsx b/src/IconUpgradeSharp.tsx index 762a1842c..a55980629 100644 --- a/src/IconUpgradeSharp.tsx +++ b/src/IconUpgradeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeSharp: React.FC = ({ ...props }) => ( +export const IconUpgradeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpgradeSharp as default } diff --git a/src/IconUpgradeSharpFilled.tsx b/src/IconUpgradeSharpFilled.tsx index a90af1d63..eeea5c5b4 100644 --- a/src/IconUpgradeSharpFilled.tsx +++ b/src/IconUpgradeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpgradeSharpFilled: React.FC = ({ ...props }) => ( +export const IconUpgradeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpgradeSharpFilled as default } diff --git a/src/IconUpiPayOutlined.tsx b/src/IconUpiPayOutlined.tsx new file mode 100644 index 000000000..635d2f358 --- /dev/null +++ b/src/IconUpiPayOutlined.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPayOutlined: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpiPayOutlinedFilled.tsx b/src/IconUpiPayOutlinedFilled.tsx new file mode 100644 index 000000000..b9e69d65b --- /dev/null +++ b/src/IconUpiPayOutlinedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPayOutlinedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpiPayRounded.tsx b/src/IconUpiPayRounded.tsx new file mode 100644 index 000000000..a52c0e11b --- /dev/null +++ b/src/IconUpiPayRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPayRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpiPayRoundedFilled.tsx b/src/IconUpiPayRoundedFilled.tsx new file mode 100644 index 000000000..d6abb39bf --- /dev/null +++ b/src/IconUpiPayRoundedFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPayRoundedFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpiPaySharp.tsx b/src/IconUpiPaySharp.tsx new file mode 100644 index 000000000..78727c95e --- /dev/null +++ b/src/IconUpiPaySharp.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPaySharp: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpiPaySharpFilled.tsx b/src/IconUpiPaySharpFilled.tsx new file mode 100644 index 000000000..41bf611c8 --- /dev/null +++ b/src/IconUpiPaySharpFilled.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconUpiPaySharpFilled: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconUpload2Outlined.tsx b/src/IconUpload2Outlined.tsx index d14e60c27..024b1ce29 100644 --- a/src/IconUpload2Outlined.tsx +++ b/src/IconUpload2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2Outlined: React.FC = ({ ...props }) => ( +export const IconUpload2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpload2Outlined as default } diff --git a/src/IconUpload2OutlinedFilled.tsx b/src/IconUpload2OutlinedFilled.tsx index 8da2d84d1..18d8b07a0 100644 --- a/src/IconUpload2OutlinedFilled.tsx +++ b/src/IconUpload2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUpload2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUpload2OutlinedFilled as default } diff --git a/src/IconUpload2Rounded.tsx b/src/IconUpload2Rounded.tsx index e8a5bd499..d7b9c6f30 100644 --- a/src/IconUpload2Rounded.tsx +++ b/src/IconUpload2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2Rounded: React.FC = ({ ...props }) => ( +export const IconUpload2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpload2Rounded as default } diff --git a/src/IconUpload2RoundedFilled.tsx b/src/IconUpload2RoundedFilled.tsx index 5f3cb0406..a8981eba2 100644 --- a/src/IconUpload2RoundedFilled.tsx +++ b/src/IconUpload2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconUpload2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpload2RoundedFilled as default } diff --git a/src/IconUpload2Sharp.tsx b/src/IconUpload2Sharp.tsx index 10fcea935..f9b072bf2 100644 --- a/src/IconUpload2Sharp.tsx +++ b/src/IconUpload2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2Sharp: React.FC = ({ ...props }) => ( +export const IconUpload2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpload2Sharp as default } diff --git a/src/IconUpload2SharpFilled.tsx b/src/IconUpload2SharpFilled.tsx index 0fa893bee..9354f8fe2 100644 --- a/src/IconUpload2SharpFilled.tsx +++ b/src/IconUpload2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUpload2SharpFilled: React.FC = ({ ...props }) => ( +export const IconUpload2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUpload2SharpFilled as default } diff --git a/src/IconUploadFileOutlined.tsx b/src/IconUploadFileOutlined.tsx index d80259923..3ab2fbf5e 100644 --- a/src/IconUploadFileOutlined.tsx +++ b/src/IconUploadFileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileOutlined: React.FC = ({ ...props }) => ( +export const IconUploadFileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadFileOutlined as default } diff --git a/src/IconUploadFileOutlinedFilled.tsx b/src/IconUploadFileOutlinedFilled.tsx index 8ba8615bd..b0fc80629 100644 --- a/src/IconUploadFileOutlinedFilled.tsx +++ b/src/IconUploadFileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUploadFileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUploadFileOutlinedFilled as default } diff --git a/src/IconUploadFileRounded.tsx b/src/IconUploadFileRounded.tsx index d98a2a37c..e1bb8908b 100644 --- a/src/IconUploadFileRounded.tsx +++ b/src/IconUploadFileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileRounded: React.FC = ({ ...props }) => ( +export const IconUploadFileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadFileRounded as default } diff --git a/src/IconUploadFileRoundedFilled.tsx b/src/IconUploadFileRoundedFilled.tsx index 4233e2bc3..65e6c9a39 100644 --- a/src/IconUploadFileRoundedFilled.tsx +++ b/src/IconUploadFileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUploadFileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUploadFileRoundedFilled as default } diff --git a/src/IconUploadFileSharp.tsx b/src/IconUploadFileSharp.tsx index 511fa7359..78f27ad50 100644 --- a/src/IconUploadFileSharp.tsx +++ b/src/IconUploadFileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileSharp: React.FC = ({ ...props }) => ( +export const IconUploadFileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadFileSharp as default } diff --git a/src/IconUploadFileSharpFilled.tsx b/src/IconUploadFileSharpFilled.tsx index 5edf15c9c..af8367cf2 100644 --- a/src/IconUploadFileSharpFilled.tsx +++ b/src/IconUploadFileSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUploadFileSharpFilled: React.FC = ({ ...props }) => ( +export const IconUploadFileSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUploadFileSharpFilled as default } diff --git a/src/IconUploadOutlined.tsx b/src/IconUploadOutlined.tsx index 3ca892631..cad635329 100644 --- a/src/IconUploadOutlined.tsx +++ b/src/IconUploadOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadOutlined: React.FC = ({ ...props }) => ( +export const IconUploadOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadOutlined as default } diff --git a/src/IconUploadOutlinedFilled.tsx b/src/IconUploadOutlinedFilled.tsx index 3ffd89d90..810ceb657 100644 --- a/src/IconUploadOutlinedFilled.tsx +++ b/src/IconUploadOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUploadOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadOutlinedFilled as default } diff --git a/src/IconUploadRounded.tsx b/src/IconUploadRounded.tsx index 4493ca808..9659925e4 100644 --- a/src/IconUploadRounded.tsx +++ b/src/IconUploadRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadRounded: React.FC = ({ ...props }) => ( +export const IconUploadRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadRounded as default } diff --git a/src/IconUploadRoundedFilled.tsx b/src/IconUploadRoundedFilled.tsx index de26d955c..819506770 100644 --- a/src/IconUploadRoundedFilled.tsx +++ b/src/IconUploadRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUploadRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadRoundedFilled as default } diff --git a/src/IconUploadSharp.tsx b/src/IconUploadSharp.tsx index de113e6ff..bbd1a2d04 100644 --- a/src/IconUploadSharp.tsx +++ b/src/IconUploadSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadSharp: React.FC = ({ ...props }) => ( +export const IconUploadSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadSharp as default } diff --git a/src/IconUploadSharpFilled.tsx b/src/IconUploadSharpFilled.tsx index a53b19d6e..1e7e4cf7d 100644 --- a/src/IconUploadSharpFilled.tsx +++ b/src/IconUploadSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUploadSharpFilled: React.FC = ({ ...props }) => ( +export const IconUploadSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUploadSharpFilled as default } diff --git a/src/IconUppercaseOutlined.tsx b/src/IconUppercaseOutlined.tsx index d5fd57fa0..bcd56f3f7 100644 --- a/src/IconUppercaseOutlined.tsx +++ b/src/IconUppercaseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseOutlined: React.FC = ({ ...props }) => ( +export const IconUppercaseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUppercaseOutlined as default } diff --git a/src/IconUppercaseOutlinedFilled.tsx b/src/IconUppercaseOutlinedFilled.tsx index 019381561..8d612598d 100644 --- a/src/IconUppercaseOutlinedFilled.tsx +++ b/src/IconUppercaseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUppercaseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUppercaseOutlinedFilled as default } diff --git a/src/IconUppercaseRounded.tsx b/src/IconUppercaseRounded.tsx index cf9fb024e..a3642f915 100644 --- a/src/IconUppercaseRounded.tsx +++ b/src/IconUppercaseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseRounded: React.FC = ({ ...props }) => ( +export const IconUppercaseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUppercaseRounded as default } diff --git a/src/IconUppercaseRoundedFilled.tsx b/src/IconUppercaseRoundedFilled.tsx index 8a12e29ca..20b36f741 100644 --- a/src/IconUppercaseRoundedFilled.tsx +++ b/src/IconUppercaseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUppercaseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUppercaseRoundedFilled as default } diff --git a/src/IconUppercaseSharp.tsx b/src/IconUppercaseSharp.tsx index 7e6a72da5..53fab3da1 100644 --- a/src/IconUppercaseSharp.tsx +++ b/src/IconUppercaseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseSharp: React.FC = ({ ...props }) => ( +export const IconUppercaseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUppercaseSharp as default } diff --git a/src/IconUppercaseSharpFilled.tsx b/src/IconUppercaseSharpFilled.tsx index d05a76ab0..7f74be313 100644 --- a/src/IconUppercaseSharpFilled.tsx +++ b/src/IconUppercaseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUppercaseSharpFilled: React.FC = ({ ...props }) => ( +export const IconUppercaseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUppercaseSharpFilled as default } diff --git a/src/IconUrologyOutlined.tsx b/src/IconUrologyOutlined.tsx index ff5375876..1839254fb 100644 --- a/src/IconUrologyOutlined.tsx +++ b/src/IconUrologyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUrologyOutlined: React.FC = ({ ...props }) => ( +export const IconUrologyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUrologyOutlined as default } diff --git a/src/IconUrologyOutlinedFilled.tsx b/src/IconUrologyOutlinedFilled.tsx index 3c842aea3..0fef4a1ae 100644 --- a/src/IconUrologyOutlinedFilled.tsx +++ b/src/IconUrologyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUrologyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUrologyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUrologyOutlinedFilled as default } diff --git a/src/IconUrologyRounded.tsx b/src/IconUrologyRounded.tsx index 9ee2afb5b..8a57ac417 100644 --- a/src/IconUrologyRounded.tsx +++ b/src/IconUrologyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUrologyRounded: React.FC = ({ ...props }) => ( +export const IconUrologyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUrologyRounded as default } diff --git a/src/IconUrologyRoundedFilled.tsx b/src/IconUrologyRoundedFilled.tsx index 85cfaadb5..e0f4cf017 100644 --- a/src/IconUrologyRoundedFilled.tsx +++ b/src/IconUrologyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUrologyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUrologyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUrologyRoundedFilled as default } diff --git a/src/IconUrologySharp.tsx b/src/IconUrologySharp.tsx index 5e2bacd40..f1b261a82 100644 --- a/src/IconUrologySharp.tsx +++ b/src/IconUrologySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUrologySharp: React.FC = ({ ...props }) => ( +export const IconUrologySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUrologySharp as default } diff --git a/src/IconUrologySharpFilled.tsx b/src/IconUrologySharpFilled.tsx index aa5a7f9cd..75e6d8243 100644 --- a/src/IconUrologySharpFilled.tsx +++ b/src/IconUrologySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUrologySharpFilled: React.FC = ({ ...props }) => ( +export const IconUrologySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUrologySharpFilled as default } diff --git a/src/IconUsbOffOutlined.tsx b/src/IconUsbOffOutlined.tsx index 3dbeea83d..a4d828912 100644 --- a/src/IconUsbOffOutlined.tsx +++ b/src/IconUsbOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffOutlined: React.FC = ({ ...props }) => ( +export const IconUsbOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffOutlined as default } diff --git a/src/IconUsbOffOutlinedFilled.tsx b/src/IconUsbOffOutlinedFilled.tsx index 9c265212b..5570346a0 100644 --- a/src/IconUsbOffOutlinedFilled.tsx +++ b/src/IconUsbOffOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUsbOffOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffOutlinedFilled as default } diff --git a/src/IconUsbOffRounded.tsx b/src/IconUsbOffRounded.tsx index dc02d7cbe..654cc2456 100644 --- a/src/IconUsbOffRounded.tsx +++ b/src/IconUsbOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffRounded: React.FC = ({ ...props }) => ( +export const IconUsbOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffRounded as default } diff --git a/src/IconUsbOffRoundedFilled.tsx b/src/IconUsbOffRoundedFilled.tsx index 8baa784f8..0015f3676 100644 --- a/src/IconUsbOffRoundedFilled.tsx +++ b/src/IconUsbOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUsbOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffRoundedFilled as default } diff --git a/src/IconUsbOffSharp.tsx b/src/IconUsbOffSharp.tsx index c4b55c208..b9a42dc0f 100644 --- a/src/IconUsbOffSharp.tsx +++ b/src/IconUsbOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffSharp: React.FC = ({ ...props }) => ( +export const IconUsbOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffSharp as default } diff --git a/src/IconUsbOffSharpFilled.tsx b/src/IconUsbOffSharpFilled.tsx index 3e8ed661f..04b860054 100644 --- a/src/IconUsbOffSharpFilled.tsx +++ b/src/IconUsbOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconUsbOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOffSharpFilled as default } diff --git a/src/IconUsbOutlined.tsx b/src/IconUsbOutlined.tsx index acb4df46e..ae3608009 100644 --- a/src/IconUsbOutlined.tsx +++ b/src/IconUsbOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOutlined: React.FC = ({ ...props }) => ( +export const IconUsbOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOutlined as default } diff --git a/src/IconUsbOutlinedFilled.tsx b/src/IconUsbOutlinedFilled.tsx index 2725e416c..8176284c0 100644 --- a/src/IconUsbOutlinedFilled.tsx +++ b/src/IconUsbOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconUsbOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbOutlinedFilled as default } diff --git a/src/IconUsbRounded.tsx b/src/IconUsbRounded.tsx index eba35393a..4ad58ba71 100644 --- a/src/IconUsbRounded.tsx +++ b/src/IconUsbRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbRounded: React.FC = ({ ...props }) => ( +export const IconUsbRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbRounded as default } diff --git a/src/IconUsbRoundedFilled.tsx b/src/IconUsbRoundedFilled.tsx index fca38380e..59879c127 100644 --- a/src/IconUsbRoundedFilled.tsx +++ b/src/IconUsbRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUsbRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbRoundedFilled as default } diff --git a/src/IconUsbSharp.tsx b/src/IconUsbSharp.tsx index 71da2f4f1..12058d8cd 100644 --- a/src/IconUsbSharp.tsx +++ b/src/IconUsbSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbSharp: React.FC = ({ ...props }) => ( +export const IconUsbSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbSharp as default } diff --git a/src/IconUsbSharpFilled.tsx b/src/IconUsbSharpFilled.tsx index 5acfac169..8dba7419f 100644 --- a/src/IconUsbSharpFilled.tsx +++ b/src/IconUsbSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUsbSharpFilled: React.FC = ({ ...props }) => ( +export const IconUsbSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUsbSharpFilled as default } diff --git a/src/IconUserAttributesOutlined.tsx b/src/IconUserAttributesOutlined.tsx index c11713749..0bab51e34 100644 --- a/src/IconUserAttributesOutlined.tsx +++ b/src/IconUserAttributesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesOutlined: React.FC = ({ ...props }) => ( +export const IconUserAttributesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUserAttributesOutlined as default } diff --git a/src/IconUserAttributesOutlinedFilled.tsx b/src/IconUserAttributesOutlinedFilled.tsx index fd05a7bb9..7b34a119e 100644 --- a/src/IconUserAttributesOutlinedFilled.tsx +++ b/src/IconUserAttributesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesOutlinedFilled: React.FC = ({ +export const IconUserAttributesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconUserAttributesOutlinedFilled: React.FC = ({ ) - -export { IconUserAttributesOutlinedFilled as default } diff --git a/src/IconUserAttributesRounded.tsx b/src/IconUserAttributesRounded.tsx index 34d159e54..d46c3137b 100644 --- a/src/IconUserAttributesRounded.tsx +++ b/src/IconUserAttributesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesRounded: React.FC = ({ ...props }) => ( +export const IconUserAttributesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUserAttributesRounded as default } diff --git a/src/IconUserAttributesRoundedFilled.tsx b/src/IconUserAttributesRoundedFilled.tsx index 3524fa783..24c16c8c7 100644 --- a/src/IconUserAttributesRoundedFilled.tsx +++ b/src/IconUserAttributesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconUserAttributesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUserAttributesRoundedFilled as default } diff --git a/src/IconUserAttributesSharp.tsx b/src/IconUserAttributesSharp.tsx index ea8b74362..6903ce577 100644 --- a/src/IconUserAttributesSharp.tsx +++ b/src/IconUserAttributesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesSharp: React.FC = ({ ...props }) => ( +export const IconUserAttributesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconUserAttributesSharp as default } diff --git a/src/IconUserAttributesSharpFilled.tsx b/src/IconUserAttributesSharpFilled.tsx index 40dcc4b83..fc297e6e3 100644 --- a/src/IconUserAttributesSharpFilled.tsx +++ b/src/IconUserAttributesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconUserAttributesSharpFilled: React.FC = ({ ...props }) => ( +export const IconUserAttributesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconUserAttributesSharpFilled as default } diff --git a/src/IconVaccinesOutlined.tsx b/src/IconVaccinesOutlined.tsx index a9115ebbc..95910c8a8 100644 --- a/src/IconVaccinesOutlined.tsx +++ b/src/IconVaccinesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVaccinesOutlined: React.FC = ({ ...props }) => ( +export const IconVaccinesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVaccinesOutlined as default } diff --git a/src/IconVaccinesOutlinedFilled.tsx b/src/IconVaccinesOutlinedFilled.tsx index 4ceebc3ac..574437a1b 100644 --- a/src/IconVaccinesOutlinedFilled.tsx +++ b/src/IconVaccinesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVaccinesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVaccinesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVaccinesOutlinedFilled as default } diff --git a/src/IconVaccinesRounded.tsx b/src/IconVaccinesRounded.tsx new file mode 100644 index 000000000..1904748c7 --- /dev/null +++ b/src/IconVaccinesRounded.tsx @@ -0,0 +1,9 @@ +import React from 'react' +import { IconProps } from './types' + +export const IconVaccinesRounded: React.FC = ({ ...props }) => ( + + {props.title && {props.title}} + + +) diff --git a/src/IconVaccinesRoundedFilled.tsx b/src/IconVaccinesRoundedFilled.tsx index aa7914ecf..b810c679c 100644 --- a/src/IconVaccinesRoundedFilled.tsx +++ b/src/IconVaccinesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVaccinesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVaccinesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVaccinesRoundedFilled as default } diff --git a/src/IconVaccinesSharp.tsx b/src/IconVaccinesSharp.tsx index 21b0ad124..f64a211f5 100644 --- a/src/IconVaccinesSharp.tsx +++ b/src/IconVaccinesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVaccinesSharp: React.FC = ({ ...props }) => ( +export const IconVaccinesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVaccinesSharp as default } diff --git a/src/IconVaccinesSharpFilled.tsx b/src/IconVaccinesSharpFilled.tsx index 33acedb70..b568e4269 100644 --- a/src/IconVaccinesSharpFilled.tsx +++ b/src/IconVaccinesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVaccinesSharpFilled: React.FC = ({ ...props }) => ( +export const IconVaccinesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVaccinesSharpFilled as default } diff --git a/src/IconVacuumOutlined.tsx b/src/IconVacuumOutlined.tsx index 9436c821e..a19e41260 100644 --- a/src/IconVacuumOutlined.tsx +++ b/src/IconVacuumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumOutlined: React.FC = ({ ...props }) => ( +export const IconVacuumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumOutlined as default } diff --git a/src/IconVacuumOutlinedFilled.tsx b/src/IconVacuumOutlinedFilled.tsx index 6e080e9a2..86383d5ca 100644 --- a/src/IconVacuumOutlinedFilled.tsx +++ b/src/IconVacuumOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVacuumOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumOutlinedFilled as default } diff --git a/src/IconVacuumRounded.tsx b/src/IconVacuumRounded.tsx index d09c77031..bfef6cf8b 100644 --- a/src/IconVacuumRounded.tsx +++ b/src/IconVacuumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumRounded: React.FC = ({ ...props }) => ( +export const IconVacuumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumRounded as default } diff --git a/src/IconVacuumRoundedFilled.tsx b/src/IconVacuumRoundedFilled.tsx index a02816e76..c2b74328d 100644 --- a/src/IconVacuumRoundedFilled.tsx +++ b/src/IconVacuumRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVacuumRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumRoundedFilled as default } diff --git a/src/IconVacuumSharp.tsx b/src/IconVacuumSharp.tsx index a7405651e..c54f54647 100644 --- a/src/IconVacuumSharp.tsx +++ b/src/IconVacuumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumSharp: React.FC = ({ ...props }) => ( +export const IconVacuumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumSharp as default } diff --git a/src/IconVacuumSharpFilled.tsx b/src/IconVacuumSharpFilled.tsx index 810f61100..f9e97931e 100644 --- a/src/IconVacuumSharpFilled.tsx +++ b/src/IconVacuumSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVacuumSharpFilled: React.FC = ({ ...props }) => ( +export const IconVacuumSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVacuumSharpFilled as default } diff --git a/src/IconValveOutlined.tsx b/src/IconValveOutlined.tsx index 93adff926..3e8de21fd 100644 --- a/src/IconValveOutlined.tsx +++ b/src/IconValveOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveOutlined: React.FC = ({ ...props }) => ( +export const IconValveOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveOutlined as default } diff --git a/src/IconValveOutlinedFilled.tsx b/src/IconValveOutlinedFilled.tsx index 0f9bdab13..fb87cbff1 100644 --- a/src/IconValveOutlinedFilled.tsx +++ b/src/IconValveOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconValveOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveOutlinedFilled as default } diff --git a/src/IconValveRounded.tsx b/src/IconValveRounded.tsx index 644d05616..03f3c1b36 100644 --- a/src/IconValveRounded.tsx +++ b/src/IconValveRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveRounded: React.FC = ({ ...props }) => ( +export const IconValveRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveRounded as default } diff --git a/src/IconValveRoundedFilled.tsx b/src/IconValveRoundedFilled.tsx index 9bc334e53..c15b8e0d6 100644 --- a/src/IconValveRoundedFilled.tsx +++ b/src/IconValveRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconValveRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveRoundedFilled as default } diff --git a/src/IconValveSharp.tsx b/src/IconValveSharp.tsx index db9566b71..83713efca 100644 --- a/src/IconValveSharp.tsx +++ b/src/IconValveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveSharp: React.FC = ({ ...props }) => ( +export const IconValveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveSharp as default } diff --git a/src/IconValveSharpFilled.tsx b/src/IconValveSharpFilled.tsx index 6e2e82eb5..98fb5f723 100644 --- a/src/IconValveSharpFilled.tsx +++ b/src/IconValveSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconValveSharpFilled: React.FC = ({ ...props }) => ( +export const IconValveSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconValveSharpFilled as default } diff --git a/src/IconVapeFreeOutlined.tsx b/src/IconVapeFreeOutlined.tsx index fa7250457..7db5f5c10 100644 --- a/src/IconVapeFreeOutlined.tsx +++ b/src/IconVapeFreeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeOutlined: React.FC = ({ ...props }) => ( +export const IconVapeFreeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapeFreeOutlined as default } diff --git a/src/IconVapeFreeOutlinedFilled.tsx b/src/IconVapeFreeOutlinedFilled.tsx index 69105d5bf..0aabed1a8 100644 --- a/src/IconVapeFreeOutlinedFilled.tsx +++ b/src/IconVapeFreeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVapeFreeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVapeFreeOutlinedFilled as default } diff --git a/src/IconVapeFreeRounded.tsx b/src/IconVapeFreeRounded.tsx index 257ca6eba..1c6fd293d 100644 --- a/src/IconVapeFreeRounded.tsx +++ b/src/IconVapeFreeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeRounded: React.FC = ({ ...props }) => ( +export const IconVapeFreeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapeFreeRounded as default } diff --git a/src/IconVapeFreeRoundedFilled.tsx b/src/IconVapeFreeRoundedFilled.tsx index 8e0ee54e2..3cdf89cf3 100644 --- a/src/IconVapeFreeRoundedFilled.tsx +++ b/src/IconVapeFreeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVapeFreeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVapeFreeRoundedFilled as default } diff --git a/src/IconVapeFreeSharp.tsx b/src/IconVapeFreeSharp.tsx index 2a92da731..e010dfc34 100644 --- a/src/IconVapeFreeSharp.tsx +++ b/src/IconVapeFreeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeSharp: React.FC = ({ ...props }) => ( +export const IconVapeFreeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapeFreeSharp as default } diff --git a/src/IconVapeFreeSharpFilled.tsx b/src/IconVapeFreeSharpFilled.tsx index 4c05bbc80..d82084234 100644 --- a/src/IconVapeFreeSharpFilled.tsx +++ b/src/IconVapeFreeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapeFreeSharpFilled: React.FC = ({ ...props }) => ( +export const IconVapeFreeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapeFreeSharpFilled as default } diff --git a/src/IconVapingRoomsOutlined.tsx b/src/IconVapingRoomsOutlined.tsx index b74dabd40..a6541c5b3 100644 --- a/src/IconVapingRoomsOutlined.tsx +++ b/src/IconVapingRoomsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsOutlined: React.FC = ({ ...props }) => ( +export const IconVapingRoomsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsOutlined as default } diff --git a/src/IconVapingRoomsOutlinedFilled.tsx b/src/IconVapingRoomsOutlinedFilled.tsx index 6a7c866c5..0876d6071 100644 --- a/src/IconVapingRoomsOutlinedFilled.tsx +++ b/src/IconVapingRoomsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVapingRoomsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsOutlinedFilled as default } diff --git a/src/IconVapingRoomsRounded.tsx b/src/IconVapingRoomsRounded.tsx index 2514d83ec..dc99985b3 100644 --- a/src/IconVapingRoomsRounded.tsx +++ b/src/IconVapingRoomsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsRounded: React.FC = ({ ...props }) => ( +export const IconVapingRoomsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsRounded as default } diff --git a/src/IconVapingRoomsRoundedFilled.tsx b/src/IconVapingRoomsRoundedFilled.tsx index b2670a333..36b48e5e4 100644 --- a/src/IconVapingRoomsRoundedFilled.tsx +++ b/src/IconVapingRoomsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVapingRoomsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsRoundedFilled as default } diff --git a/src/IconVapingRoomsSharp.tsx b/src/IconVapingRoomsSharp.tsx index e40ad8715..8c03de87c 100644 --- a/src/IconVapingRoomsSharp.tsx +++ b/src/IconVapingRoomsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsSharp: React.FC = ({ ...props }) => ( +export const IconVapingRoomsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsSharp as default } diff --git a/src/IconVapingRoomsSharpFilled.tsx b/src/IconVapingRoomsSharpFilled.tsx index 5070a56be..5b97bce2b 100644 --- a/src/IconVapingRoomsSharpFilled.tsx +++ b/src/IconVapingRoomsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVapingRoomsSharpFilled: React.FC = ({ ...props }) => ( +export const IconVapingRoomsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVapingRoomsSharpFilled as default } diff --git a/src/IconVariableAddOutlined.tsx b/src/IconVariableAddOutlined.tsx index cb0527b08..67ed3a159 100644 --- a/src/IconVariableAddOutlined.tsx +++ b/src/IconVariableAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddOutlined: React.FC = ({ ...props }) => ( +export const IconVariableAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariableAddOutlined as default } diff --git a/src/IconVariableAddOutlinedFilled.tsx b/src/IconVariableAddOutlinedFilled.tsx index 64a10925c..3c8a1a38d 100644 --- a/src/IconVariableAddOutlinedFilled.tsx +++ b/src/IconVariableAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVariableAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableAddOutlinedFilled as default } diff --git a/src/IconVariableAddRounded.tsx b/src/IconVariableAddRounded.tsx index 87f928881..3003c9fd8 100644 --- a/src/IconVariableAddRounded.tsx +++ b/src/IconVariableAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddRounded: React.FC = ({ ...props }) => ( +export const IconVariableAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariableAddRounded as default } diff --git a/src/IconVariableAddRoundedFilled.tsx b/src/IconVariableAddRoundedFilled.tsx index eb9ce8a89..0b301c3db 100644 --- a/src/IconVariableAddRoundedFilled.tsx +++ b/src/IconVariableAddRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVariableAddRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableAddRoundedFilled as default } diff --git a/src/IconVariableAddSharp.tsx b/src/IconVariableAddSharp.tsx index 6ee66ab1e..d5ce21260 100644 --- a/src/IconVariableAddSharp.tsx +++ b/src/IconVariableAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddSharp: React.FC = ({ ...props }) => ( +export const IconVariableAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariableAddSharp as default } diff --git a/src/IconVariableAddSharpFilled.tsx b/src/IconVariableAddSharpFilled.tsx index 0914994ef..d009fcf9c 100644 --- a/src/IconVariableAddSharpFilled.tsx +++ b/src/IconVariableAddSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconVariableAddSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableAddSharpFilled as default } diff --git a/src/IconVariableInsertOutlined.tsx b/src/IconVariableInsertOutlined.tsx index 1f128d1cb..972ab3ea0 100644 --- a/src/IconVariableInsertOutlined.tsx +++ b/src/IconVariableInsertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertOutlined: React.FC = ({ ...props }) => ( +export const IconVariableInsertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableInsertOutlined as default } diff --git a/src/IconVariableInsertOutlinedFilled.tsx b/src/IconVariableInsertOutlinedFilled.tsx index 553c11323..baca817fa 100644 --- a/src/IconVariableInsertOutlinedFilled.tsx +++ b/src/IconVariableInsertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertOutlinedFilled: React.FC = ({ +export const IconVariableInsertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVariableInsertOutlinedFilled: React.FC = ({ ) - -export { IconVariableInsertOutlinedFilled as default } diff --git a/src/IconVariableInsertRounded.tsx b/src/IconVariableInsertRounded.tsx index f5a81a483..46154f674 100644 --- a/src/IconVariableInsertRounded.tsx +++ b/src/IconVariableInsertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertRounded: React.FC = ({ ...props }) => ( +export const IconVariableInsertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableInsertRounded as default } diff --git a/src/IconVariableInsertRoundedFilled.tsx b/src/IconVariableInsertRoundedFilled.tsx index 45f7ad8a6..ac1c50839 100644 --- a/src/IconVariableInsertRoundedFilled.tsx +++ b/src/IconVariableInsertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVariableInsertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableInsertRoundedFilled as default } diff --git a/src/IconVariableInsertSharp.tsx b/src/IconVariableInsertSharp.tsx index 5cb951cd0..170cfee71 100644 --- a/src/IconVariableInsertSharp.tsx +++ b/src/IconVariableInsertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertSharp: React.FC = ({ ...props }) => ( +export const IconVariableInsertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariableInsertSharp as default } diff --git a/src/IconVariableInsertSharpFilled.tsx b/src/IconVariableInsertSharpFilled.tsx index fea16d52c..22d042507 100644 --- a/src/IconVariableInsertSharpFilled.tsx +++ b/src/IconVariableInsertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableInsertSharpFilled: React.FC = ({ ...props }) => ( +export const IconVariableInsertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableInsertSharpFilled as default } diff --git a/src/IconVariableRemoveOutlined.tsx b/src/IconVariableRemoveOutlined.tsx index 59c31b277..eeb8660d5 100644 --- a/src/IconVariableRemoveOutlined.tsx +++ b/src/IconVariableRemoveOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveOutlined: React.FC = ({ ...props }) => ( +export const IconVariableRemoveOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableRemoveOutlined as default } diff --git a/src/IconVariableRemoveOutlinedFilled.tsx b/src/IconVariableRemoveOutlinedFilled.tsx index 7de20dd8e..21f5476eb 100644 --- a/src/IconVariableRemoveOutlinedFilled.tsx +++ b/src/IconVariableRemoveOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveOutlinedFilled: React.FC = ({ +export const IconVariableRemoveOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVariableRemoveOutlinedFilled: React.FC = ({ ) - -export { IconVariableRemoveOutlinedFilled as default } diff --git a/src/IconVariableRemoveRounded.tsx b/src/IconVariableRemoveRounded.tsx index 47fdc82fe..32cc9bdee 100644 --- a/src/IconVariableRemoveRounded.tsx +++ b/src/IconVariableRemoveRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveRounded: React.FC = ({ ...props }) => ( +export const IconVariableRemoveRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableRemoveRounded as default } diff --git a/src/IconVariableRemoveRoundedFilled.tsx b/src/IconVariableRemoveRoundedFilled.tsx index d68892b59..a90cdecb2 100644 --- a/src/IconVariableRemoveRoundedFilled.tsx +++ b/src/IconVariableRemoveRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVariableRemoveRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableRemoveRoundedFilled as default } diff --git a/src/IconVariableRemoveSharp.tsx b/src/IconVariableRemoveSharp.tsx index 64de3bfae..8f12b5e2a 100644 --- a/src/IconVariableRemoveSharp.tsx +++ b/src/IconVariableRemoveSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveSharp: React.FC = ({ ...props }) => ( +export const IconVariableRemoveSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariableRemoveSharp as default } diff --git a/src/IconVariableRemoveSharpFilled.tsx b/src/IconVariableRemoveSharpFilled.tsx index 510120501..4c156a9d1 100644 --- a/src/IconVariableRemoveSharpFilled.tsx +++ b/src/IconVariableRemoveSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariableRemoveSharpFilled: React.FC = ({ ...props }) => ( +export const IconVariableRemoveSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariableRemoveSharpFilled as default } diff --git a/src/IconVariablesOutlined.tsx b/src/IconVariablesOutlined.tsx index 415559ab4..3894f799f 100644 --- a/src/IconVariablesOutlined.tsx +++ b/src/IconVariablesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesOutlined: React.FC = ({ ...props }) => ( +export const IconVariablesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariablesOutlined as default } diff --git a/src/IconVariablesOutlinedFilled.tsx b/src/IconVariablesOutlinedFilled.tsx index 8a5e7f186..e2981bc02 100644 --- a/src/IconVariablesOutlinedFilled.tsx +++ b/src/IconVariablesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVariablesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariablesOutlinedFilled as default } diff --git a/src/IconVariablesRounded.tsx b/src/IconVariablesRounded.tsx index e48978c61..584795998 100644 --- a/src/IconVariablesRounded.tsx +++ b/src/IconVariablesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesRounded: React.FC = ({ ...props }) => ( +export const IconVariablesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariablesRounded as default } diff --git a/src/IconVariablesRoundedFilled.tsx b/src/IconVariablesRoundedFilled.tsx index f1f5124cf..c6ce4ac01 100644 --- a/src/IconVariablesRoundedFilled.tsx +++ b/src/IconVariablesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVariablesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVariablesRoundedFilled as default } diff --git a/src/IconVariablesSharp.tsx b/src/IconVariablesSharp.tsx index ca5266899..8b5a7d51b 100644 --- a/src/IconVariablesSharp.tsx +++ b/src/IconVariablesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesSharp: React.FC = ({ ...props }) => ( +export const IconVariablesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariablesSharp as default } diff --git a/src/IconVariablesSharpFilled.tsx b/src/IconVariablesSharpFilled.tsx index 5e263f8e6..92c33313a 100644 --- a/src/IconVariablesSharpFilled.tsx +++ b/src/IconVariablesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVariablesSharpFilled: React.FC = ({ ...props }) => ( +export const IconVariablesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVariablesSharpFilled as default } diff --git a/src/IconVentilatorOutlined.tsx b/src/IconVentilatorOutlined.tsx index 820330e9f..b4f91afa1 100644 --- a/src/IconVentilatorOutlined.tsx +++ b/src/IconVentilatorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorOutlined: React.FC = ({ ...props }) => ( +export const IconVentilatorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVentilatorOutlined as default } diff --git a/src/IconVentilatorOutlinedFilled.tsx b/src/IconVentilatorOutlinedFilled.tsx index bc394baf2..1bcc5823f 100644 --- a/src/IconVentilatorOutlinedFilled.tsx +++ b/src/IconVentilatorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVentilatorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVentilatorOutlinedFilled as default } diff --git a/src/IconVentilatorRounded.tsx b/src/IconVentilatorRounded.tsx index 7058cd5d6..4542cfa0d 100644 --- a/src/IconVentilatorRounded.tsx +++ b/src/IconVentilatorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorRounded: React.FC = ({ ...props }) => ( +export const IconVentilatorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVentilatorRounded as default } diff --git a/src/IconVentilatorRoundedFilled.tsx b/src/IconVentilatorRoundedFilled.tsx index 69439afa3..683ca310d 100644 --- a/src/IconVentilatorRoundedFilled.tsx +++ b/src/IconVentilatorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVentilatorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVentilatorRoundedFilled as default } diff --git a/src/IconVentilatorSharp.tsx b/src/IconVentilatorSharp.tsx index 643e536ee..a7c0087d5 100644 --- a/src/IconVentilatorSharp.tsx +++ b/src/IconVentilatorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorSharp: React.FC = ({ ...props }) => ( +export const IconVentilatorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVentilatorSharp as default } diff --git a/src/IconVentilatorSharpFilled.tsx b/src/IconVentilatorSharpFilled.tsx index 312bcd407..78f1b5390 100644 --- a/src/IconVentilatorSharpFilled.tsx +++ b/src/IconVentilatorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVentilatorSharpFilled: React.FC = ({ ...props }) => ( +export const IconVentilatorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVentilatorSharpFilled as default } diff --git a/src/IconVerifiedOutlined.tsx b/src/IconVerifiedOutlined.tsx index 573c719e2..c849d97db 100644 --- a/src/IconVerifiedOutlined.tsx +++ b/src/IconVerifiedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedOutlined: React.FC = ({ ...props }) => ( +export const IconVerifiedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedOutlined as default } diff --git a/src/IconVerifiedOutlinedFilled.tsx b/src/IconVerifiedOutlinedFilled.tsx index 470475e8a..44c82af41 100644 --- a/src/IconVerifiedOutlinedFilled.tsx +++ b/src/IconVerifiedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerifiedOutlinedFilled as default } diff --git a/src/IconVerifiedRounded.tsx b/src/IconVerifiedRounded.tsx index cb6f4ff53..460970792 100644 --- a/src/IconVerifiedRounded.tsx +++ b/src/IconVerifiedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedRounded: React.FC = ({ ...props }) => ( +export const IconVerifiedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedRounded as default } diff --git a/src/IconVerifiedRoundedFilled.tsx b/src/IconVerifiedRoundedFilled.tsx index 1594108d3..a5dde1620 100644 --- a/src/IconVerifiedRoundedFilled.tsx +++ b/src/IconVerifiedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerifiedRoundedFilled as default } diff --git a/src/IconVerifiedSharp.tsx b/src/IconVerifiedSharp.tsx index 3cde745bf..7b32cd05c 100644 --- a/src/IconVerifiedSharp.tsx +++ b/src/IconVerifiedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedSharp: React.FC = ({ ...props }) => ( +export const IconVerifiedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedSharp as default } diff --git a/src/IconVerifiedSharpFilled.tsx b/src/IconVerifiedSharpFilled.tsx index 90dc2b9eb..a45c79c87 100644 --- a/src/IconVerifiedSharpFilled.tsx +++ b/src/IconVerifiedSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedSharpFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedSharpFilled as default } diff --git a/src/IconVerifiedUserOutlined.tsx b/src/IconVerifiedUserOutlined.tsx index 3a9af6cd6..34c4e9859 100644 --- a/src/IconVerifiedUserOutlined.tsx +++ b/src/IconVerifiedUserOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserOutlined: React.FC = ({ ...props }) => ( +export const IconVerifiedUserOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserOutlined as default } diff --git a/src/IconVerifiedUserOutlinedFilled.tsx b/src/IconVerifiedUserOutlinedFilled.tsx index aef7769f9..69fc810b9 100644 --- a/src/IconVerifiedUserOutlinedFilled.tsx +++ b/src/IconVerifiedUserOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedUserOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserOutlinedFilled as default } diff --git a/src/IconVerifiedUserRounded.tsx b/src/IconVerifiedUserRounded.tsx index 839170d66..3d838181c 100644 --- a/src/IconVerifiedUserRounded.tsx +++ b/src/IconVerifiedUserRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserRounded: React.FC = ({ ...props }) => ( +export const IconVerifiedUserRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserRounded as default } diff --git a/src/IconVerifiedUserRoundedFilled.tsx b/src/IconVerifiedUserRoundedFilled.tsx index b2863607a..d1311f358 100644 --- a/src/IconVerifiedUserRoundedFilled.tsx +++ b/src/IconVerifiedUserRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedUserRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserRoundedFilled as default } diff --git a/src/IconVerifiedUserSharp.tsx b/src/IconVerifiedUserSharp.tsx index 5636a97fd..0e5f36435 100644 --- a/src/IconVerifiedUserSharp.tsx +++ b/src/IconVerifiedUserSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserSharp: React.FC = ({ ...props }) => ( +export const IconVerifiedUserSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserSharp as default } diff --git a/src/IconVerifiedUserSharpFilled.tsx b/src/IconVerifiedUserSharpFilled.tsx index 741d5b3f9..4b9774a17 100644 --- a/src/IconVerifiedUserSharpFilled.tsx +++ b/src/IconVerifiedUserSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerifiedUserSharpFilled: React.FC = ({ ...props }) => ( +export const IconVerifiedUserSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerifiedUserSharpFilled as default } diff --git a/src/IconVerticalAlignBottomOutlined.tsx b/src/IconVerticalAlignBottomOutlined.tsx index e5d92150c..78c3fbd04 100644 --- a/src/IconVerticalAlignBottomOutlined.tsx +++ b/src/IconVerticalAlignBottomOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalAlignBottomOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignBottomOutlined as default } diff --git a/src/IconVerticalAlignBottomOutlinedFilled.tsx b/src/IconVerticalAlignBottomOutlinedFilled.tsx index 85e7bfedb..b40b5ea9f 100644 --- a/src/IconVerticalAlignBottomOutlinedFilled.tsx +++ b/src/IconVerticalAlignBottomOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomOutlinedFilled: React.FC = ({ +export const IconVerticalAlignBottomOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignBottomOutlinedFilled: React.FC = ({ ) - -export { IconVerticalAlignBottomOutlinedFilled as default } diff --git a/src/IconVerticalAlignBottomRounded.tsx b/src/IconVerticalAlignBottomRounded.tsx index f6f5adca2..f23432760 100644 --- a/src/IconVerticalAlignBottomRounded.tsx +++ b/src/IconVerticalAlignBottomRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomRounded: React.FC = ({ ...props }) => ( +export const IconVerticalAlignBottomRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignBottomRounded as default } diff --git a/src/IconVerticalAlignBottomRoundedFilled.tsx b/src/IconVerticalAlignBottomRoundedFilled.tsx index 0bfb7f4f0..dd6e72f11 100644 --- a/src/IconVerticalAlignBottomRoundedFilled.tsx +++ b/src/IconVerticalAlignBottomRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomRoundedFilled: React.FC = ({ +export const IconVerticalAlignBottomRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignBottomRoundedFilled: React.FC = ({ ) - -export { IconVerticalAlignBottomRoundedFilled as default } diff --git a/src/IconVerticalAlignBottomSharp.tsx b/src/IconVerticalAlignBottomSharp.tsx index 70a152b4a..9f2e2fff6 100644 --- a/src/IconVerticalAlignBottomSharp.tsx +++ b/src/IconVerticalAlignBottomSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomSharp: React.FC = ({ ...props }) => ( +export const IconVerticalAlignBottomSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignBottomSharp as default } diff --git a/src/IconVerticalAlignBottomSharpFilled.tsx b/src/IconVerticalAlignBottomSharpFilled.tsx index 3db4aa88a..546ed29cc 100644 --- a/src/IconVerticalAlignBottomSharpFilled.tsx +++ b/src/IconVerticalAlignBottomSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignBottomSharpFilled: React.FC = ({ +export const IconVerticalAlignBottomSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignBottomSharpFilled: React.FC = ({ ) - -export { IconVerticalAlignBottomSharpFilled as default } diff --git a/src/IconVerticalAlignCenterOutlined.tsx b/src/IconVerticalAlignCenterOutlined.tsx index 8927f55c0..4008f585a 100644 --- a/src/IconVerticalAlignCenterOutlined.tsx +++ b/src/IconVerticalAlignCenterOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalAlignCenterOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignCenterOutlined as default } diff --git a/src/IconVerticalAlignCenterOutlinedFilled.tsx b/src/IconVerticalAlignCenterOutlinedFilled.tsx index a0a7e58ae..e7b46da67 100644 --- a/src/IconVerticalAlignCenterOutlinedFilled.tsx +++ b/src/IconVerticalAlignCenterOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterOutlinedFilled: React.FC = ({ +export const IconVerticalAlignCenterOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignCenterOutlinedFilled: React.FC = ({ ) - -export { IconVerticalAlignCenterOutlinedFilled as default } diff --git a/src/IconVerticalAlignCenterRounded.tsx b/src/IconVerticalAlignCenterRounded.tsx index 1bb41bed9..ca345a1fc 100644 --- a/src/IconVerticalAlignCenterRounded.tsx +++ b/src/IconVerticalAlignCenterRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterRounded: React.FC = ({ ...props }) => ( +export const IconVerticalAlignCenterRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignCenterRounded as default } diff --git a/src/IconVerticalAlignCenterRoundedFilled.tsx b/src/IconVerticalAlignCenterRoundedFilled.tsx index 4a9c45e5e..34150330a 100644 --- a/src/IconVerticalAlignCenterRoundedFilled.tsx +++ b/src/IconVerticalAlignCenterRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterRoundedFilled: React.FC = ({ +export const IconVerticalAlignCenterRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignCenterRoundedFilled: React.FC = ({ ) - -export { IconVerticalAlignCenterRoundedFilled as default } diff --git a/src/IconVerticalAlignCenterSharp.tsx b/src/IconVerticalAlignCenterSharp.tsx index dc5b8f70a..dcfefb9fd 100644 --- a/src/IconVerticalAlignCenterSharp.tsx +++ b/src/IconVerticalAlignCenterSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterSharp: React.FC = ({ ...props }) => ( +export const IconVerticalAlignCenterSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignCenterSharp as default } diff --git a/src/IconVerticalAlignCenterSharpFilled.tsx b/src/IconVerticalAlignCenterSharpFilled.tsx index a8e1ef437..3eee9b9ea 100644 --- a/src/IconVerticalAlignCenterSharpFilled.tsx +++ b/src/IconVerticalAlignCenterSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignCenterSharpFilled: React.FC = ({ +export const IconVerticalAlignCenterSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignCenterSharpFilled: React.FC = ({ ) - -export { IconVerticalAlignCenterSharpFilled as default } diff --git a/src/IconVerticalAlignTopOutlined.tsx b/src/IconVerticalAlignTopOutlined.tsx index f341f4d48..5776e919b 100644 --- a/src/IconVerticalAlignTopOutlined.tsx +++ b/src/IconVerticalAlignTopOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalAlignTopOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignTopOutlined as default } diff --git a/src/IconVerticalAlignTopOutlinedFilled.tsx b/src/IconVerticalAlignTopOutlinedFilled.tsx index 0ccaad117..7ed87cc99 100644 --- a/src/IconVerticalAlignTopOutlinedFilled.tsx +++ b/src/IconVerticalAlignTopOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopOutlinedFilled: React.FC = ({ +export const IconVerticalAlignTopOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignTopOutlinedFilled: React.FC = ({ ) - -export { IconVerticalAlignTopOutlinedFilled as default } diff --git a/src/IconVerticalAlignTopRounded.tsx b/src/IconVerticalAlignTopRounded.tsx index 93ada5507..1d817275b 100644 --- a/src/IconVerticalAlignTopRounded.tsx +++ b/src/IconVerticalAlignTopRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopRounded: React.FC = ({ ...props }) => ( +export const IconVerticalAlignTopRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignTopRounded as default } diff --git a/src/IconVerticalAlignTopRoundedFilled.tsx b/src/IconVerticalAlignTopRoundedFilled.tsx index 19dfa35d4..0f9087059 100644 --- a/src/IconVerticalAlignTopRoundedFilled.tsx +++ b/src/IconVerticalAlignTopRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopRoundedFilled: React.FC = ({ +export const IconVerticalAlignTopRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalAlignTopRoundedFilled: React.FC = ({ ) - -export { IconVerticalAlignTopRoundedFilled as default } diff --git a/src/IconVerticalAlignTopSharp.tsx b/src/IconVerticalAlignTopSharp.tsx index ce00864ad..6737ff405 100644 --- a/src/IconVerticalAlignTopSharp.tsx +++ b/src/IconVerticalAlignTopSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopSharp: React.FC = ({ ...props }) => ( +export const IconVerticalAlignTopSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignTopSharp as default } diff --git a/src/IconVerticalAlignTopSharpFilled.tsx b/src/IconVerticalAlignTopSharpFilled.tsx index 510d2ab4b..537e191bf 100644 --- a/src/IconVerticalAlignTopSharpFilled.tsx +++ b/src/IconVerticalAlignTopSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalAlignTopSharpFilled: React.FC = ({ ...props }) => ( +export const IconVerticalAlignTopSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalAlignTopSharpFilled as default } diff --git a/src/IconVerticalDistributeOutlined.tsx b/src/IconVerticalDistributeOutlined.tsx index be789d184..f464469a6 100644 --- a/src/IconVerticalDistributeOutlined.tsx +++ b/src/IconVerticalDistributeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalDistributeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalDistributeOutlined as default } diff --git a/src/IconVerticalDistributeOutlinedFilled.tsx b/src/IconVerticalDistributeOutlinedFilled.tsx index 64ab88058..b5b62d401 100644 --- a/src/IconVerticalDistributeOutlinedFilled.tsx +++ b/src/IconVerticalDistributeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeOutlinedFilled: React.FC = ({ +export const IconVerticalDistributeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalDistributeOutlinedFilled: React.FC = ({ ) - -export { IconVerticalDistributeOutlinedFilled as default } diff --git a/src/IconVerticalDistributeRounded.tsx b/src/IconVerticalDistributeRounded.tsx index 3365dc101..a45a9b63b 100644 --- a/src/IconVerticalDistributeRounded.tsx +++ b/src/IconVerticalDistributeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeRounded: React.FC = ({ ...props }) => ( +export const IconVerticalDistributeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalDistributeRounded as default } diff --git a/src/IconVerticalDistributeRoundedFilled.tsx b/src/IconVerticalDistributeRoundedFilled.tsx index 09b07fe89..655f54b68 100644 --- a/src/IconVerticalDistributeRoundedFilled.tsx +++ b/src/IconVerticalDistributeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeRoundedFilled: React.FC = ({ +export const IconVerticalDistributeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalDistributeRoundedFilled: React.FC = ({ ) - -export { IconVerticalDistributeRoundedFilled as default } diff --git a/src/IconVerticalDistributeSharp.tsx b/src/IconVerticalDistributeSharp.tsx index b526692ce..c9f20cc73 100644 --- a/src/IconVerticalDistributeSharp.tsx +++ b/src/IconVerticalDistributeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeSharp: React.FC = ({ ...props }) => ( +export const IconVerticalDistributeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalDistributeSharp as default } diff --git a/src/IconVerticalDistributeSharpFilled.tsx b/src/IconVerticalDistributeSharpFilled.tsx index 710b5c87d..82c97c5ee 100644 --- a/src/IconVerticalDistributeSharpFilled.tsx +++ b/src/IconVerticalDistributeSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalDistributeSharpFilled: React.FC = ({ +export const IconVerticalDistributeSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalDistributeSharpFilled: React.FC = ({ ) - -export { IconVerticalDistributeSharpFilled as default } diff --git a/src/IconVerticalShadesClosedOutlined.tsx b/src/IconVerticalShadesClosedOutlined.tsx index 6f73ebaee..2fdd5b8de 100644 --- a/src/IconVerticalShadesClosedOutlined.tsx +++ b/src/IconVerticalShadesClosedOutlined.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedOutlined: React.FC = ({ +export const IconVerticalShadesClosedOutlined: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalShadesClosedOutlined: React.FC = ({ ) - -export { IconVerticalShadesClosedOutlined as default } diff --git a/src/IconVerticalShadesClosedOutlinedFilled.tsx b/src/IconVerticalShadesClosedOutlinedFilled.tsx index a72b5b37f..8766b478e 100644 --- a/src/IconVerticalShadesClosedOutlinedFilled.tsx +++ b/src/IconVerticalShadesClosedOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedOutlinedFilled: React.FC = ({ +export const IconVerticalShadesClosedOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalShadesClosedOutlinedFilled: React.FC = ({ ) - -export { IconVerticalShadesClosedOutlinedFilled as default } diff --git a/src/IconVerticalShadesClosedRounded.tsx b/src/IconVerticalShadesClosedRounded.tsx index 03ef2b41d..fdcbf7c92 100644 --- a/src/IconVerticalShadesClosedRounded.tsx +++ b/src/IconVerticalShadesClosedRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedRounded: React.FC = ({ ...props }) => ( +export const IconVerticalShadesClosedRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesClosedRounded as default } diff --git a/src/IconVerticalShadesClosedRoundedFilled.tsx b/src/IconVerticalShadesClosedRoundedFilled.tsx index a0b46e999..9d183e9de 100644 --- a/src/IconVerticalShadesClosedRoundedFilled.tsx +++ b/src/IconVerticalShadesClosedRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedRoundedFilled: React.FC = ({ +export const IconVerticalShadesClosedRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalShadesClosedRoundedFilled: React.FC = ({ ) - -export { IconVerticalShadesClosedRoundedFilled as default } diff --git a/src/IconVerticalShadesClosedSharp.tsx b/src/IconVerticalShadesClosedSharp.tsx index 1125b484d..375d4b5dd 100644 --- a/src/IconVerticalShadesClosedSharp.tsx +++ b/src/IconVerticalShadesClosedSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedSharp: React.FC = ({ ...props }) => ( +export const IconVerticalShadesClosedSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesClosedSharp as default } diff --git a/src/IconVerticalShadesClosedSharpFilled.tsx b/src/IconVerticalShadesClosedSharpFilled.tsx index 5ff7862ca..3e9123e8a 100644 --- a/src/IconVerticalShadesClosedSharpFilled.tsx +++ b/src/IconVerticalShadesClosedSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesClosedSharpFilled: React.FC = ({ +export const IconVerticalShadesClosedSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalShadesClosedSharpFilled: React.FC = ({ ) - -export { IconVerticalShadesClosedSharpFilled as default } diff --git a/src/IconVerticalShadesOutlined.tsx b/src/IconVerticalShadesOutlined.tsx index af81ddb70..f2ec58e83 100644 --- a/src/IconVerticalShadesOutlined.tsx +++ b/src/IconVerticalShadesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalShadesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesOutlined as default } diff --git a/src/IconVerticalShadesOutlinedFilled.tsx b/src/IconVerticalShadesOutlinedFilled.tsx index 641f3cfa5..4a2252a79 100644 --- a/src/IconVerticalShadesOutlinedFilled.tsx +++ b/src/IconVerticalShadesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesOutlinedFilled: React.FC = ({ +export const IconVerticalShadesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVerticalShadesOutlinedFilled: React.FC = ({ ) - -export { IconVerticalShadesOutlinedFilled as default } diff --git a/src/IconVerticalShadesRounded.tsx b/src/IconVerticalShadesRounded.tsx index d3f0653ea..ab01abbd7 100644 --- a/src/IconVerticalShadesRounded.tsx +++ b/src/IconVerticalShadesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesRounded: React.FC = ({ ...props }) => ( +export const IconVerticalShadesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesRounded as default } diff --git a/src/IconVerticalShadesRoundedFilled.tsx b/src/IconVerticalShadesRoundedFilled.tsx index d4ad42c41..e230294ba 100644 --- a/src/IconVerticalShadesRoundedFilled.tsx +++ b/src/IconVerticalShadesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVerticalShadesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesRoundedFilled as default } diff --git a/src/IconVerticalShadesSharp.tsx b/src/IconVerticalShadesSharp.tsx index a9803ae17..6096a02d5 100644 --- a/src/IconVerticalShadesSharp.tsx +++ b/src/IconVerticalShadesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesSharp: React.FC = ({ ...props }) => ( +export const IconVerticalShadesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesSharp as default } diff --git a/src/IconVerticalShadesSharpFilled.tsx b/src/IconVerticalShadesSharpFilled.tsx index 9336af505..c227b5910 100644 --- a/src/IconVerticalShadesSharpFilled.tsx +++ b/src/IconVerticalShadesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalShadesSharpFilled: React.FC = ({ ...props }) => ( +export const IconVerticalShadesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalShadesSharpFilled as default } diff --git a/src/IconVerticalSplitOutlined.tsx b/src/IconVerticalSplitOutlined.tsx index ff2f3c5ba..d55ed1508 100644 --- a/src/IconVerticalSplitOutlined.tsx +++ b/src/IconVerticalSplitOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitOutlined: React.FC = ({ ...props }) => ( +export const IconVerticalSplitOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitOutlined as default } diff --git a/src/IconVerticalSplitOutlinedFilled.tsx b/src/IconVerticalSplitOutlinedFilled.tsx index 76e46d43b..48cd8b72f 100644 --- a/src/IconVerticalSplitOutlinedFilled.tsx +++ b/src/IconVerticalSplitOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVerticalSplitOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitOutlinedFilled as default } diff --git a/src/IconVerticalSplitRounded.tsx b/src/IconVerticalSplitRounded.tsx index ffe293b78..3696c0bec 100644 --- a/src/IconVerticalSplitRounded.tsx +++ b/src/IconVerticalSplitRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitRounded: React.FC = ({ ...props }) => ( +export const IconVerticalSplitRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitRounded as default } diff --git a/src/IconVerticalSplitRoundedFilled.tsx b/src/IconVerticalSplitRoundedFilled.tsx index 780ed3060..79fab25ae 100644 --- a/src/IconVerticalSplitRoundedFilled.tsx +++ b/src/IconVerticalSplitRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVerticalSplitRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitRoundedFilled as default } diff --git a/src/IconVerticalSplitSharp.tsx b/src/IconVerticalSplitSharp.tsx index d79ea328f..a0b39f082 100644 --- a/src/IconVerticalSplitSharp.tsx +++ b/src/IconVerticalSplitSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitSharp: React.FC = ({ ...props }) => ( +export const IconVerticalSplitSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitSharp as default } diff --git a/src/IconVerticalSplitSharpFilled.tsx b/src/IconVerticalSplitSharpFilled.tsx index 94a7585a0..88f28e79b 100644 --- a/src/IconVerticalSplitSharpFilled.tsx +++ b/src/IconVerticalSplitSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVerticalSplitSharpFilled: React.FC = ({ ...props }) => ( +export const IconVerticalSplitSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVerticalSplitSharpFilled as default } diff --git a/src/IconVibrationOutlined.tsx b/src/IconVibrationOutlined.tsx index 0c8bd974f..b73ff2855 100644 --- a/src/IconVibrationOutlined.tsx +++ b/src/IconVibrationOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationOutlined: React.FC = ({ ...props }) => ( +export const IconVibrationOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVibrationOutlined as default } diff --git a/src/IconVibrationOutlinedFilled.tsx b/src/IconVibrationOutlinedFilled.tsx index 50abd2e3e..3d987d36e 100644 --- a/src/IconVibrationOutlinedFilled.tsx +++ b/src/IconVibrationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVibrationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVibrationOutlinedFilled as default } diff --git a/src/IconVibrationRounded.tsx b/src/IconVibrationRounded.tsx index b93057f14..2fb2190cc 100644 --- a/src/IconVibrationRounded.tsx +++ b/src/IconVibrationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationRounded: React.FC = ({ ...props }) => ( +export const IconVibrationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVibrationRounded as default } diff --git a/src/IconVibrationRoundedFilled.tsx b/src/IconVibrationRoundedFilled.tsx index a23d387b1..1ce38bd22 100644 --- a/src/IconVibrationRoundedFilled.tsx +++ b/src/IconVibrationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVibrationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVibrationRoundedFilled as default } diff --git a/src/IconVibrationSharp.tsx b/src/IconVibrationSharp.tsx index 89bc88796..2b111bf35 100644 --- a/src/IconVibrationSharp.tsx +++ b/src/IconVibrationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationSharp: React.FC = ({ ...props }) => ( +export const IconVibrationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVibrationSharp as default } diff --git a/src/IconVibrationSharpFilled.tsx b/src/IconVibrationSharpFilled.tsx index 6fb543e02..d767eaf77 100644 --- a/src/IconVibrationSharpFilled.tsx +++ b/src/IconVibrationSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVibrationSharpFilled: React.FC = ({ ...props }) => ( +export const IconVibrationSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVibrationSharpFilled as default } diff --git a/src/IconVideoCallOutlined.tsx b/src/IconVideoCallOutlined.tsx index 20faca105..5b94db17e 100644 --- a/src/IconVideoCallOutlined.tsx +++ b/src/IconVideoCallOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallOutlined: React.FC = ({ ...props }) => ( +export const IconVideoCallOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoCallOutlined as default } diff --git a/src/IconVideoCallOutlinedFilled.tsx b/src/IconVideoCallOutlinedFilled.tsx index 90e1fc571..304b037de 100644 --- a/src/IconVideoCallOutlinedFilled.tsx +++ b/src/IconVideoCallOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoCallOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCallOutlinedFilled as default } diff --git a/src/IconVideoCallRounded.tsx b/src/IconVideoCallRounded.tsx index b72b827e4..b30e34b3e 100644 --- a/src/IconVideoCallRounded.tsx +++ b/src/IconVideoCallRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallRounded: React.FC = ({ ...props }) => ( +export const IconVideoCallRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoCallRounded as default } diff --git a/src/IconVideoCallRoundedFilled.tsx b/src/IconVideoCallRoundedFilled.tsx index c44137037..6a8608633 100644 --- a/src/IconVideoCallRoundedFilled.tsx +++ b/src/IconVideoCallRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoCallRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCallRoundedFilled as default } diff --git a/src/IconVideoCallSharp.tsx b/src/IconVideoCallSharp.tsx index ebb209575..c88cb62d3 100644 --- a/src/IconVideoCallSharp.tsx +++ b/src/IconVideoCallSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallSharp: React.FC = ({ ...props }) => ( +export const IconVideoCallSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoCallSharp as default } diff --git a/src/IconVideoCallSharpFilled.tsx b/src/IconVideoCallSharpFilled.tsx index 440c35357..7bd5fdf7d 100644 --- a/src/IconVideoCallSharpFilled.tsx +++ b/src/IconVideoCallSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCallSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoCallSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoCallSharpFilled as default } diff --git a/src/IconVideoCameraBackAddOutlined.tsx b/src/IconVideoCameraBackAddOutlined.tsx index 65d8b4937..2ca6333c2 100644 --- a/src/IconVideoCameraBackAddOutlined.tsx +++ b/src/IconVideoCameraBackAddOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddOutlined: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackAddOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackAddOutlined as default } diff --git a/src/IconVideoCameraBackAddOutlinedFilled.tsx b/src/IconVideoCameraBackAddOutlinedFilled.tsx index 839ab0af5..44af42355 100644 --- a/src/IconVideoCameraBackAddOutlinedFilled.tsx +++ b/src/IconVideoCameraBackAddOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddOutlinedFilled: React.FC = ({ +export const IconVideoCameraBackAddOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraBackAddOutlinedFilled: React.FC = ({ ) - -export { IconVideoCameraBackAddOutlinedFilled as default } diff --git a/src/IconVideoCameraBackAddRounded.tsx b/src/IconVideoCameraBackAddRounded.tsx index f83022199..d809df972 100644 --- a/src/IconVideoCameraBackAddRounded.tsx +++ b/src/IconVideoCameraBackAddRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddRounded: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackAddRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackAddRounded as default } diff --git a/src/IconVideoCameraBackAddRoundedFilled.tsx b/src/IconVideoCameraBackAddRoundedFilled.tsx index b6be0e890..b136903b2 100644 --- a/src/IconVideoCameraBackAddRoundedFilled.tsx +++ b/src/IconVideoCameraBackAddRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddRoundedFilled: React.FC = ({ +export const IconVideoCameraBackAddRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraBackAddRoundedFilled: React.FC = ({ ) - -export { IconVideoCameraBackAddRoundedFilled as default } diff --git a/src/IconVideoCameraBackAddSharp.tsx b/src/IconVideoCameraBackAddSharp.tsx index b94bcc583..7f281c1f7 100644 --- a/src/IconVideoCameraBackAddSharp.tsx +++ b/src/IconVideoCameraBackAddSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddSharp: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackAddSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackAddSharp as default } diff --git a/src/IconVideoCameraBackAddSharpFilled.tsx b/src/IconVideoCameraBackAddSharpFilled.tsx index 6ff7dc9fa..2bb5add3c 100644 --- a/src/IconVideoCameraBackAddSharpFilled.tsx +++ b/src/IconVideoCameraBackAddSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackAddSharpFilled: React.FC = ({ +export const IconVideoCameraBackAddSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraBackAddSharpFilled: React.FC = ({ ) - -export { IconVideoCameraBackAddSharpFilled as default } diff --git a/src/IconVideoCameraBackOutlined.tsx b/src/IconVideoCameraBackOutlined.tsx index fc5449419..04933811c 100644 --- a/src/IconVideoCameraBackOutlined.tsx +++ b/src/IconVideoCameraBackOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackOutlined: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackOutlined as default } diff --git a/src/IconVideoCameraBackOutlinedFilled.tsx b/src/IconVideoCameraBackOutlinedFilled.tsx index e405c8c27..94c636f53 100644 --- a/src/IconVideoCameraBackOutlinedFilled.tsx +++ b/src/IconVideoCameraBackOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackOutlinedFilled: React.FC = ({ +export const IconVideoCameraBackOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraBackOutlinedFilled: React.FC = ({ ) - -export { IconVideoCameraBackOutlinedFilled as default } diff --git a/src/IconVideoCameraBackRounded.tsx b/src/IconVideoCameraBackRounded.tsx index 45cabfeb2..03dc5fc15 100644 --- a/src/IconVideoCameraBackRounded.tsx +++ b/src/IconVideoCameraBackRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackRounded: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackRounded as default } diff --git a/src/IconVideoCameraBackRoundedFilled.tsx b/src/IconVideoCameraBackRoundedFilled.tsx index 8af58c046..02e0589ed 100644 --- a/src/IconVideoCameraBackRoundedFilled.tsx +++ b/src/IconVideoCameraBackRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackRoundedFilled: React.FC = ({ +export const IconVideoCameraBackRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraBackRoundedFilled: React.FC = ({ ) - -export { IconVideoCameraBackRoundedFilled as default } diff --git a/src/IconVideoCameraBackSharp.tsx b/src/IconVideoCameraBackSharp.tsx index acbea797d..19ddd0e60 100644 --- a/src/IconVideoCameraBackSharp.tsx +++ b/src/IconVideoCameraBackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackSharp: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackSharp as default } diff --git a/src/IconVideoCameraBackSharpFilled.tsx b/src/IconVideoCameraBackSharpFilled.tsx index e2c346adc..2c9d9f009 100644 --- a/src/IconVideoCameraBackSharpFilled.tsx +++ b/src/IconVideoCameraBackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraBackSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoCameraBackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraBackSharpFilled as default } diff --git a/src/IconVideoCameraFrontOffOutlined.tsx b/src/IconVideoCameraFrontOffOutlined.tsx index c8d810384..1cbe1f3e5 100644 --- a/src/IconVideoCameraFrontOffOutlined.tsx +++ b/src/IconVideoCameraFrontOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffOutlined: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontOffOutlined as default } diff --git a/src/IconVideoCameraFrontOffOutlinedFilled.tsx b/src/IconVideoCameraFrontOffOutlinedFilled.tsx index 0d1d36642..a316f73f9 100644 --- a/src/IconVideoCameraFrontOffOutlinedFilled.tsx +++ b/src/IconVideoCameraFrontOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffOutlinedFilled: React.FC = ({ +export const IconVideoCameraFrontOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraFrontOffOutlinedFilled: React.FC = ({ ) - -export { IconVideoCameraFrontOffOutlinedFilled as default } diff --git a/src/IconVideoCameraFrontOffRounded.tsx b/src/IconVideoCameraFrontOffRounded.tsx index 5e1c95281..bf61d2471 100644 --- a/src/IconVideoCameraFrontOffRounded.tsx +++ b/src/IconVideoCameraFrontOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffRounded: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontOffRounded as default } diff --git a/src/IconVideoCameraFrontOffRoundedFilled.tsx b/src/IconVideoCameraFrontOffRoundedFilled.tsx index e2612409b..cf58afbe3 100644 --- a/src/IconVideoCameraFrontOffRoundedFilled.tsx +++ b/src/IconVideoCameraFrontOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffRoundedFilled: React.FC = ({ +export const IconVideoCameraFrontOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraFrontOffRoundedFilled: React.FC = ({ ) - -export { IconVideoCameraFrontOffRoundedFilled as default } diff --git a/src/IconVideoCameraFrontOffSharp.tsx b/src/IconVideoCameraFrontOffSharp.tsx index 0b6e1f908..0c5d946e3 100644 --- a/src/IconVideoCameraFrontOffSharp.tsx +++ b/src/IconVideoCameraFrontOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffSharp: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontOffSharp as default } diff --git a/src/IconVideoCameraFrontOffSharpFilled.tsx b/src/IconVideoCameraFrontOffSharpFilled.tsx index a9bd1fb10..e15877eb6 100644 --- a/src/IconVideoCameraFrontOffSharpFilled.tsx +++ b/src/IconVideoCameraFrontOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOffSharpFilled: React.FC = ({ +export const IconVideoCameraFrontOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraFrontOffSharpFilled: React.FC = ({ ) - -export { IconVideoCameraFrontOffSharpFilled as default } diff --git a/src/IconVideoCameraFrontOutlined.tsx b/src/IconVideoCameraFrontOutlined.tsx index 978bf53f3..b67cdb8d0 100644 --- a/src/IconVideoCameraFrontOutlined.tsx +++ b/src/IconVideoCameraFrontOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOutlined: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontOutlined as default } diff --git a/src/IconVideoCameraFrontOutlinedFilled.tsx b/src/IconVideoCameraFrontOutlinedFilled.tsx index 9eed3682c..28fdf959b 100644 --- a/src/IconVideoCameraFrontOutlinedFilled.tsx +++ b/src/IconVideoCameraFrontOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontOutlinedFilled: React.FC = ({ +export const IconVideoCameraFrontOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraFrontOutlinedFilled: React.FC = ({ ) - -export { IconVideoCameraFrontOutlinedFilled as default } diff --git a/src/IconVideoCameraFrontRounded.tsx b/src/IconVideoCameraFrontRounded.tsx index 92a6f400e..abe5bd4f5 100644 --- a/src/IconVideoCameraFrontRounded.tsx +++ b/src/IconVideoCameraFrontRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontRounded: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontRounded as default } diff --git a/src/IconVideoCameraFrontRoundedFilled.tsx b/src/IconVideoCameraFrontRoundedFilled.tsx index 11256b87a..4d64edb86 100644 --- a/src/IconVideoCameraFrontRoundedFilled.tsx +++ b/src/IconVideoCameraFrontRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontRoundedFilled: React.FC = ({ +export const IconVideoCameraFrontRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideoCameraFrontRoundedFilled: React.FC = ({ ) - -export { IconVideoCameraFrontRoundedFilled as default } diff --git a/src/IconVideoCameraFrontSharp.tsx b/src/IconVideoCameraFrontSharp.tsx index 76f305b4b..299c3a44a 100644 --- a/src/IconVideoCameraFrontSharp.tsx +++ b/src/IconVideoCameraFrontSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontSharp: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontSharp as default } diff --git a/src/IconVideoCameraFrontSharpFilled.tsx b/src/IconVideoCameraFrontSharpFilled.tsx index 2a06e13d4..be6a42192 100644 --- a/src/IconVideoCameraFrontSharpFilled.tsx +++ b/src/IconVideoCameraFrontSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoCameraFrontSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoCameraFrontSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoCameraFrontSharpFilled as default } diff --git a/src/IconVideoChatOutlined.tsx b/src/IconVideoChatOutlined.tsx index d9b337138..170061854 100644 --- a/src/IconVideoChatOutlined.tsx +++ b/src/IconVideoChatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatOutlined: React.FC = ({ ...props }) => ( +export const IconVideoChatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoChatOutlined as default } diff --git a/src/IconVideoChatOutlinedFilled.tsx b/src/IconVideoChatOutlinedFilled.tsx index 5f1f0a134..bf2db00c9 100644 --- a/src/IconVideoChatOutlinedFilled.tsx +++ b/src/IconVideoChatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoChatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoChatOutlinedFilled as default } diff --git a/src/IconVideoChatRounded.tsx b/src/IconVideoChatRounded.tsx index 5e112431c..f10ebb240 100644 --- a/src/IconVideoChatRounded.tsx +++ b/src/IconVideoChatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatRounded: React.FC = ({ ...props }) => ( +export const IconVideoChatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoChatRounded as default } diff --git a/src/IconVideoChatRoundedFilled.tsx b/src/IconVideoChatRoundedFilled.tsx index b0a264448..bf607f4b8 100644 --- a/src/IconVideoChatRoundedFilled.tsx +++ b/src/IconVideoChatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoChatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoChatRoundedFilled as default } diff --git a/src/IconVideoChatSharp.tsx b/src/IconVideoChatSharp.tsx index 62d9316aa..d35fed2f9 100644 --- a/src/IconVideoChatSharp.tsx +++ b/src/IconVideoChatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatSharp: React.FC = ({ ...props }) => ( +export const IconVideoChatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoChatSharp as default } diff --git a/src/IconVideoChatSharpFilled.tsx b/src/IconVideoChatSharpFilled.tsx index e8a3ea3de..6d4e285f7 100644 --- a/src/IconVideoChatSharpFilled.tsx +++ b/src/IconVideoChatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoChatSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoChatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoChatSharpFilled as default } diff --git a/src/IconVideoFileOutlined.tsx b/src/IconVideoFileOutlined.tsx index df975b551..1ca62f074 100644 --- a/src/IconVideoFileOutlined.tsx +++ b/src/IconVideoFileOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileOutlined: React.FC = ({ ...props }) => ( +export const IconVideoFileOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoFileOutlined as default } diff --git a/src/IconVideoFileOutlinedFilled.tsx b/src/IconVideoFileOutlinedFilled.tsx index 6ac746cdf..e7866972c 100644 --- a/src/IconVideoFileOutlinedFilled.tsx +++ b/src/IconVideoFileOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoFileOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoFileOutlinedFilled as default } diff --git a/src/IconVideoFileRounded.tsx b/src/IconVideoFileRounded.tsx index faa7c4e11..af1aa9e45 100644 --- a/src/IconVideoFileRounded.tsx +++ b/src/IconVideoFileRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileRounded: React.FC = ({ ...props }) => ( +export const IconVideoFileRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoFileRounded as default } diff --git a/src/IconVideoFileRoundedFilled.tsx b/src/IconVideoFileRoundedFilled.tsx index 8fd17f8aa..887c98b6f 100644 --- a/src/IconVideoFileRoundedFilled.tsx +++ b/src/IconVideoFileRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoFileRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoFileRoundedFilled as default } diff --git a/src/IconVideoFileSharp.tsx b/src/IconVideoFileSharp.tsx index c47a47531..febae0666 100644 --- a/src/IconVideoFileSharp.tsx +++ b/src/IconVideoFileSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileSharp: React.FC = ({ ...props }) => ( +export const IconVideoFileSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoFileSharp as default } diff --git a/src/IconVideoFileSharpFilled.tsx b/src/IconVideoFileSharpFilled.tsx index cfecf8add..c1e010573 100644 --- a/src/IconVideoFileSharpFilled.tsx +++ b/src/IconVideoFileSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoFileSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoFileSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoFileSharpFilled as default } diff --git a/src/IconVideoLabelOutlined.tsx b/src/IconVideoLabelOutlined.tsx index 5ab252b97..270ccf91a 100644 --- a/src/IconVideoLabelOutlined.tsx +++ b/src/IconVideoLabelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelOutlined: React.FC = ({ ...props }) => ( +export const IconVideoLabelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLabelOutlined as default } diff --git a/src/IconVideoLabelOutlinedFilled.tsx b/src/IconVideoLabelOutlinedFilled.tsx index 1ef3816c4..a48721214 100644 --- a/src/IconVideoLabelOutlinedFilled.tsx +++ b/src/IconVideoLabelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoLabelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLabelOutlinedFilled as default } diff --git a/src/IconVideoLabelRounded.tsx b/src/IconVideoLabelRounded.tsx index 78d7a6099..3a5b70f1b 100644 --- a/src/IconVideoLabelRounded.tsx +++ b/src/IconVideoLabelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelRounded: React.FC = ({ ...props }) => ( +export const IconVideoLabelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLabelRounded as default } diff --git a/src/IconVideoLabelRoundedFilled.tsx b/src/IconVideoLabelRoundedFilled.tsx index 6819d1343..599106e17 100644 --- a/src/IconVideoLabelRoundedFilled.tsx +++ b/src/IconVideoLabelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoLabelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLabelRoundedFilled as default } diff --git a/src/IconVideoLabelSharp.tsx b/src/IconVideoLabelSharp.tsx index 5a7937a39..1bd1758af 100644 --- a/src/IconVideoLabelSharp.tsx +++ b/src/IconVideoLabelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelSharp: React.FC = ({ ...props }) => ( +export const IconVideoLabelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLabelSharp as default } diff --git a/src/IconVideoLabelSharpFilled.tsx b/src/IconVideoLabelSharpFilled.tsx index 93dbfee8e..35d5c340d 100644 --- a/src/IconVideoLabelSharpFilled.tsx +++ b/src/IconVideoLabelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLabelSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoLabelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLabelSharpFilled as default } diff --git a/src/IconVideoLibraryOutlined.tsx b/src/IconVideoLibraryOutlined.tsx index 1b1adb6df..72e331eb3 100644 --- a/src/IconVideoLibraryOutlined.tsx +++ b/src/IconVideoLibraryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibraryOutlined: React.FC = ({ ...props }) => ( +export const IconVideoLibraryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLibraryOutlined as default } diff --git a/src/IconVideoLibraryOutlinedFilled.tsx b/src/IconVideoLibraryOutlinedFilled.tsx index 483de249a..5189bb772 100644 --- a/src/IconVideoLibraryOutlinedFilled.tsx +++ b/src/IconVideoLibraryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibraryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoLibraryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLibraryOutlinedFilled as default } diff --git a/src/IconVideoLibraryRounded.tsx b/src/IconVideoLibraryRounded.tsx index 64dfcd203..6d05ec19c 100644 --- a/src/IconVideoLibraryRounded.tsx +++ b/src/IconVideoLibraryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibraryRounded: React.FC = ({ ...props }) => ( +export const IconVideoLibraryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLibraryRounded as default } diff --git a/src/IconVideoLibraryRoundedFilled.tsx b/src/IconVideoLibraryRoundedFilled.tsx index 106a66f9b..07953c369 100644 --- a/src/IconVideoLibraryRoundedFilled.tsx +++ b/src/IconVideoLibraryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibraryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoLibraryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLibraryRoundedFilled as default } diff --git a/src/IconVideoLibrarySharp.tsx b/src/IconVideoLibrarySharp.tsx index 38c805f8a..c606adf71 100644 --- a/src/IconVideoLibrarySharp.tsx +++ b/src/IconVideoLibrarySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibrarySharp: React.FC = ({ ...props }) => ( +export const IconVideoLibrarySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoLibrarySharp as default } diff --git a/src/IconVideoLibrarySharpFilled.tsx b/src/IconVideoLibrarySharpFilled.tsx index 730d23803..0417e4239 100644 --- a/src/IconVideoLibrarySharpFilled.tsx +++ b/src/IconVideoLibrarySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoLibrarySharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoLibrarySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoLibrarySharpFilled as default } diff --git a/src/IconVideoSearchOutlined.tsx b/src/IconVideoSearchOutlined.tsx index 7433ac14b..993b8045f 100644 --- a/src/IconVideoSearchOutlined.tsx +++ b/src/IconVideoSearchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchOutlined: React.FC = ({ ...props }) => ( +export const IconVideoSearchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoSearchOutlined as default } diff --git a/src/IconVideoSearchOutlinedFilled.tsx b/src/IconVideoSearchOutlinedFilled.tsx index 0cf8511e2..83b4bfbf7 100644 --- a/src/IconVideoSearchOutlinedFilled.tsx +++ b/src/IconVideoSearchOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoSearchOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSearchOutlinedFilled as default } diff --git a/src/IconVideoSearchRounded.tsx b/src/IconVideoSearchRounded.tsx index 0de720fe9..f3882c6ec 100644 --- a/src/IconVideoSearchRounded.tsx +++ b/src/IconVideoSearchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchRounded: React.FC = ({ ...props }) => ( +export const IconVideoSearchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoSearchRounded as default } diff --git a/src/IconVideoSearchRoundedFilled.tsx b/src/IconVideoSearchRoundedFilled.tsx index 747e6f0a1..4cecf7ed7 100644 --- a/src/IconVideoSearchRoundedFilled.tsx +++ b/src/IconVideoSearchRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoSearchRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSearchRoundedFilled as default } diff --git a/src/IconVideoSearchSharp.tsx b/src/IconVideoSearchSharp.tsx index 0ed76b587..ca02b4043 100644 --- a/src/IconVideoSearchSharp.tsx +++ b/src/IconVideoSearchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchSharp: React.FC = ({ ...props }) => ( +export const IconVideoSearchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoSearchSharp as default } diff --git a/src/IconVideoSearchSharpFilled.tsx b/src/IconVideoSearchSharpFilled.tsx index 3910e5038..2d0f93ab9 100644 --- a/src/IconVideoSearchSharpFilled.tsx +++ b/src/IconVideoSearchSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSearchSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoSearchSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSearchSharpFilled as default } diff --git a/src/IconVideoSettingsOutlined.tsx b/src/IconVideoSettingsOutlined.tsx index 604e7c988..2a5f1738f 100644 --- a/src/IconVideoSettingsOutlined.tsx +++ b/src/IconVideoSettingsOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsOutlined: React.FC = ({ ...props }) => ( +export const IconVideoSettingsOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsOutlined as default } diff --git a/src/IconVideoSettingsOutlinedFilled.tsx b/src/IconVideoSettingsOutlinedFilled.tsx index 290e78eb6..229c49ab4 100644 --- a/src/IconVideoSettingsOutlinedFilled.tsx +++ b/src/IconVideoSettingsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoSettingsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsOutlinedFilled as default } diff --git a/src/IconVideoSettingsRounded.tsx b/src/IconVideoSettingsRounded.tsx index 9306f9e06..e073126b8 100644 --- a/src/IconVideoSettingsRounded.tsx +++ b/src/IconVideoSettingsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsRounded: React.FC = ({ ...props }) => ( +export const IconVideoSettingsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsRounded as default } diff --git a/src/IconVideoSettingsRoundedFilled.tsx b/src/IconVideoSettingsRoundedFilled.tsx index 1e8850089..2f7b87bb6 100644 --- a/src/IconVideoSettingsRoundedFilled.tsx +++ b/src/IconVideoSettingsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoSettingsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsRoundedFilled as default } diff --git a/src/IconVideoSettingsSharp.tsx b/src/IconVideoSettingsSharp.tsx index 177187515..5f1a3fdf2 100644 --- a/src/IconVideoSettingsSharp.tsx +++ b/src/IconVideoSettingsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsSharp: React.FC = ({ ...props }) => ( +export const IconVideoSettingsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsSharp as default } diff --git a/src/IconVideoSettingsSharpFilled.tsx b/src/IconVideoSettingsSharpFilled.tsx index 6a9f476c9..150cd16ec 100644 --- a/src/IconVideoSettingsSharpFilled.tsx +++ b/src/IconVideoSettingsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoSettingsSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoSettingsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoSettingsSharpFilled as default } diff --git a/src/IconVideoStableOutlined.tsx b/src/IconVideoStableOutlined.tsx index 179ad2343..e71703068 100644 --- a/src/IconVideoStableOutlined.tsx +++ b/src/IconVideoStableOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableOutlined: React.FC = ({ ...props }) => ( +export const IconVideoStableOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoStableOutlined as default } diff --git a/src/IconVideoStableOutlinedFilled.tsx b/src/IconVideoStableOutlinedFilled.tsx index 0c2dc3848..706285bc5 100644 --- a/src/IconVideoStableOutlinedFilled.tsx +++ b/src/IconVideoStableOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideoStableOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoStableOutlinedFilled as default } diff --git a/src/IconVideoStableRounded.tsx b/src/IconVideoStableRounded.tsx index eaf338747..25328a656 100644 --- a/src/IconVideoStableRounded.tsx +++ b/src/IconVideoStableRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableRounded: React.FC = ({ ...props }) => ( +export const IconVideoStableRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoStableRounded as default } diff --git a/src/IconVideoStableRoundedFilled.tsx b/src/IconVideoStableRoundedFilled.tsx index 9b927aa85..d41081898 100644 --- a/src/IconVideoStableRoundedFilled.tsx +++ b/src/IconVideoStableRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideoStableRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoStableRoundedFilled as default } diff --git a/src/IconVideoStableSharp.tsx b/src/IconVideoStableSharp.tsx index 27301d349..89c6d1815 100644 --- a/src/IconVideoStableSharp.tsx +++ b/src/IconVideoStableSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableSharp: React.FC = ({ ...props }) => ( +export const IconVideoStableSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideoStableSharp as default } diff --git a/src/IconVideoStableSharpFilled.tsx b/src/IconVideoStableSharpFilled.tsx index 9b999e890..bcef4075c 100644 --- a/src/IconVideoStableSharpFilled.tsx +++ b/src/IconVideoStableSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideoStableSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideoStableSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideoStableSharpFilled as default } diff --git a/src/IconVideocamOffOutlined.tsx b/src/IconVideocamOffOutlined.tsx index 36a173bf3..271f7c894 100644 --- a/src/IconVideocamOffOutlined.tsx +++ b/src/IconVideocamOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffOutlined: React.FC = ({ ...props }) => ( +export const IconVideocamOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamOffOutlined as default } diff --git a/src/IconVideocamOffOutlinedFilled.tsx b/src/IconVideocamOffOutlinedFilled.tsx index 2a90ec35b..e3eca86e4 100644 --- a/src/IconVideocamOffOutlinedFilled.tsx +++ b/src/IconVideocamOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideocamOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideocamOffOutlinedFilled as default } diff --git a/src/IconVideocamOffRounded.tsx b/src/IconVideocamOffRounded.tsx index 4747a1870..327fc6501 100644 --- a/src/IconVideocamOffRounded.tsx +++ b/src/IconVideocamOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffRounded: React.FC = ({ ...props }) => ( +export const IconVideocamOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamOffRounded as default } diff --git a/src/IconVideocamOffRoundedFilled.tsx b/src/IconVideocamOffRoundedFilled.tsx index b445cdda7..5cbdc5699 100644 --- a/src/IconVideocamOffRoundedFilled.tsx +++ b/src/IconVideocamOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideocamOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideocamOffRoundedFilled as default } diff --git a/src/IconVideocamOffSharp.tsx b/src/IconVideocamOffSharp.tsx index 74aa2d295..d92838242 100644 --- a/src/IconVideocamOffSharp.tsx +++ b/src/IconVideocamOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffSharp: React.FC = ({ ...props }) => ( +export const IconVideocamOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamOffSharp as default } diff --git a/src/IconVideocamOffSharpFilled.tsx b/src/IconVideocamOffSharpFilled.tsx index 8192c550d..2e1d5fa8f 100644 --- a/src/IconVideocamOffSharpFilled.tsx +++ b/src/IconVideocamOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideocamOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideocamOffSharpFilled as default } diff --git a/src/IconVideocamOutlined.tsx b/src/IconVideocamOutlined.tsx index d96348b53..6e94c01fa 100644 --- a/src/IconVideocamOutlined.tsx +++ b/src/IconVideocamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOutlined: React.FC = ({ ...props }) => ( +export const IconVideocamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamOutlined as default } diff --git a/src/IconVideocamOutlinedFilled.tsx b/src/IconVideocamOutlinedFilled.tsx index 8a0b6c167..f3ee6c8ca 100644 --- a/src/IconVideocamOutlinedFilled.tsx +++ b/src/IconVideocamOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVideocamOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideocamOutlinedFilled as default } diff --git a/src/IconVideocamRounded.tsx b/src/IconVideocamRounded.tsx index 61b163e29..0dba3fbc7 100644 --- a/src/IconVideocamRounded.tsx +++ b/src/IconVideocamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamRounded: React.FC = ({ ...props }) => ( +export const IconVideocamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamRounded as default } diff --git a/src/IconVideocamRoundedFilled.tsx b/src/IconVideocamRoundedFilled.tsx index 5284e8d06..73bebe427 100644 --- a/src/IconVideocamRoundedFilled.tsx +++ b/src/IconVideocamRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideocamRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideocamRoundedFilled as default } diff --git a/src/IconVideocamSharp.tsx b/src/IconVideocamSharp.tsx index 461acaaba..6fd4df2e1 100644 --- a/src/IconVideocamSharp.tsx +++ b/src/IconVideocamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamSharp: React.FC = ({ ...props }) => ( +export const IconVideocamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamSharp as default } diff --git a/src/IconVideocamSharpFilled.tsx b/src/IconVideocamSharpFilled.tsx index a32d3fe0f..499727010 100644 --- a/src/IconVideocamSharpFilled.tsx +++ b/src/IconVideocamSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideocamSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideocamSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideocamSharpFilled as default } diff --git a/src/IconVideogameAssetOffOutlined.tsx b/src/IconVideogameAssetOffOutlined.tsx index b183f6104..ffc2e463d 100644 --- a/src/IconVideogameAssetOffOutlined.tsx +++ b/src/IconVideogameAssetOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffOutlined: React.FC = ({ ...props }) => ( +export const IconVideogameAssetOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetOffOutlined as default } diff --git a/src/IconVideogameAssetOffOutlinedFilled.tsx b/src/IconVideogameAssetOffOutlinedFilled.tsx index c052aee01..a8a6ea7c2 100644 --- a/src/IconVideogameAssetOffOutlinedFilled.tsx +++ b/src/IconVideogameAssetOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffOutlinedFilled: React.FC = ({ +export const IconVideogameAssetOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideogameAssetOffOutlinedFilled: React.FC = ({ ) - -export { IconVideogameAssetOffOutlinedFilled as default } diff --git a/src/IconVideogameAssetOffRounded.tsx b/src/IconVideogameAssetOffRounded.tsx index 382254014..394df1dd9 100644 --- a/src/IconVideogameAssetOffRounded.tsx +++ b/src/IconVideogameAssetOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffRounded: React.FC = ({ ...props }) => ( +export const IconVideogameAssetOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetOffRounded as default } diff --git a/src/IconVideogameAssetOffRoundedFilled.tsx b/src/IconVideogameAssetOffRoundedFilled.tsx index 90220caee..9e4c34db2 100644 --- a/src/IconVideogameAssetOffRoundedFilled.tsx +++ b/src/IconVideogameAssetOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffRoundedFilled: React.FC = ({ +export const IconVideogameAssetOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideogameAssetOffRoundedFilled: React.FC = ({ ) - -export { IconVideogameAssetOffRoundedFilled as default } diff --git a/src/IconVideogameAssetOffSharp.tsx b/src/IconVideogameAssetOffSharp.tsx index 4d99547fa..c837b21ae 100644 --- a/src/IconVideogameAssetOffSharp.tsx +++ b/src/IconVideogameAssetOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffSharp: React.FC = ({ ...props }) => ( +export const IconVideogameAssetOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetOffSharp as default } diff --git a/src/IconVideogameAssetOffSharpFilled.tsx b/src/IconVideogameAssetOffSharpFilled.tsx index 7cd7279ad..ace4958c4 100644 --- a/src/IconVideogameAssetOffSharpFilled.tsx +++ b/src/IconVideogameAssetOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOffSharpFilled: React.FC = ({ +export const IconVideogameAssetOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideogameAssetOffSharpFilled: React.FC = ({ ) - -export { IconVideogameAssetOffSharpFilled as default } diff --git a/src/IconVideogameAssetOutlined.tsx b/src/IconVideogameAssetOutlined.tsx index 627e1c6de..8b76e19ec 100644 --- a/src/IconVideogameAssetOutlined.tsx +++ b/src/IconVideogameAssetOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOutlined: React.FC = ({ ...props }) => ( +export const IconVideogameAssetOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetOutlined as default } diff --git a/src/IconVideogameAssetOutlinedFilled.tsx b/src/IconVideogameAssetOutlinedFilled.tsx index 74a0519b1..ebbf16aaa 100644 --- a/src/IconVideogameAssetOutlinedFilled.tsx +++ b/src/IconVideogameAssetOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetOutlinedFilled: React.FC = ({ +export const IconVideogameAssetOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVideogameAssetOutlinedFilled: React.FC = ({ ) - -export { IconVideogameAssetOutlinedFilled as default } diff --git a/src/IconVideogameAssetRounded.tsx b/src/IconVideogameAssetRounded.tsx index 67f63544c..3b8a1ace8 100644 --- a/src/IconVideogameAssetRounded.tsx +++ b/src/IconVideogameAssetRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetRounded: React.FC = ({ ...props }) => ( +export const IconVideogameAssetRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetRounded as default } diff --git a/src/IconVideogameAssetRoundedFilled.tsx b/src/IconVideogameAssetRoundedFilled.tsx index 06a777c89..ad43c354b 100644 --- a/src/IconVideogameAssetRoundedFilled.tsx +++ b/src/IconVideogameAssetRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVideogameAssetRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetRoundedFilled as default } diff --git a/src/IconVideogameAssetSharp.tsx b/src/IconVideogameAssetSharp.tsx index 7445bf516..776465180 100644 --- a/src/IconVideogameAssetSharp.tsx +++ b/src/IconVideogameAssetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetSharp: React.FC = ({ ...props }) => ( +export const IconVideogameAssetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetSharp as default } diff --git a/src/IconVideogameAssetSharpFilled.tsx b/src/IconVideogameAssetSharpFilled.tsx index c36fe9000..8923bf870 100644 --- a/src/IconVideogameAssetSharpFilled.tsx +++ b/src/IconVideogameAssetSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVideogameAssetSharpFilled: React.FC = ({ ...props }) => ( +export const IconVideogameAssetSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVideogameAssetSharpFilled as default } diff --git a/src/IconViewAgendaOutlined.tsx b/src/IconViewAgendaOutlined.tsx index bac037f4c..a29feec6e 100644 --- a/src/IconViewAgendaOutlined.tsx +++ b/src/IconViewAgendaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaOutlined: React.FC = ({ ...props }) => ( +export const IconViewAgendaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewAgendaOutlined as default } diff --git a/src/IconViewAgendaOutlinedFilled.tsx b/src/IconViewAgendaOutlinedFilled.tsx index f3e19d1b1..72001da48 100644 --- a/src/IconViewAgendaOutlinedFilled.tsx +++ b/src/IconViewAgendaOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewAgendaOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewAgendaOutlinedFilled as default } diff --git a/src/IconViewAgendaRounded.tsx b/src/IconViewAgendaRounded.tsx index aaa7c9b0c..feb70bb55 100644 --- a/src/IconViewAgendaRounded.tsx +++ b/src/IconViewAgendaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaRounded: React.FC = ({ ...props }) => ( +export const IconViewAgendaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewAgendaRounded as default } diff --git a/src/IconViewAgendaRoundedFilled.tsx b/src/IconViewAgendaRoundedFilled.tsx index 8a5ab1c35..e99668528 100644 --- a/src/IconViewAgendaRoundedFilled.tsx +++ b/src/IconViewAgendaRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewAgendaRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewAgendaRoundedFilled as default } diff --git a/src/IconViewAgendaSharp.tsx b/src/IconViewAgendaSharp.tsx index ecd4292d7..5cd234756 100644 --- a/src/IconViewAgendaSharp.tsx +++ b/src/IconViewAgendaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaSharp: React.FC = ({ ...props }) => ( +export const IconViewAgendaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewAgendaSharp as default } diff --git a/src/IconViewAgendaSharpFilled.tsx b/src/IconViewAgendaSharpFilled.tsx index 94073ed14..692603963 100644 --- a/src/IconViewAgendaSharpFilled.tsx +++ b/src/IconViewAgendaSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewAgendaSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewAgendaSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewAgendaSharpFilled as default } diff --git a/src/IconViewArrayOutlined.tsx b/src/IconViewArrayOutlined.tsx index 7a7e954c3..17b299fce 100644 --- a/src/IconViewArrayOutlined.tsx +++ b/src/IconViewArrayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewArrayOutlined: React.FC = ({ ...props }) => ( +export const IconViewArrayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewArrayOutlined as default } diff --git a/src/IconViewArrayOutlinedFilled.tsx b/src/IconViewArrayOutlinedFilled.tsx index 7db62a5ef..089ab94a4 100644 --- a/src/IconViewArrayOutlinedFilled.tsx +++ b/src/IconViewArrayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewArrayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewArrayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewArrayOutlinedFilled as default } diff --git a/src/IconViewArrayRounded.tsx b/src/IconViewArrayRounded.tsx index d66a7f39c..ce427dfad 100644 --- a/src/IconViewArrayRounded.tsx +++ b/src/IconViewArrayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewArrayRounded: React.FC = ({ ...props }) => ( +export const IconViewArrayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewArrayRounded as default } diff --git a/src/IconViewArrayRoundedFilled.tsx b/src/IconViewArrayRoundedFilled.tsx index 16830a073..3e7dbb62b 100644 --- a/src/IconViewArrayRoundedFilled.tsx +++ b/src/IconViewArrayRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewArrayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewArrayRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewArrayRoundedFilled as default } diff --git a/src/IconViewArraySharp.tsx b/src/IconViewArraySharp.tsx index a8c879335..0e67ded9e 100644 --- a/src/IconViewArraySharp.tsx +++ b/src/IconViewArraySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewArraySharp: React.FC = ({ ...props }) => ( +export const IconViewArraySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewArraySharp as default } diff --git a/src/IconViewArraySharpFilled.tsx b/src/IconViewArraySharpFilled.tsx index c0bd905a6..5c5115efa 100644 --- a/src/IconViewArraySharpFilled.tsx +++ b/src/IconViewArraySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewArraySharpFilled: React.FC = ({ ...props }) => ( +export const IconViewArraySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewArraySharpFilled as default } diff --git a/src/IconViewCarouselOutlined.tsx b/src/IconViewCarouselOutlined.tsx index 7cf1d74ec..0bf1d527a 100644 --- a/src/IconViewCarouselOutlined.tsx +++ b/src/IconViewCarouselOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselOutlined: React.FC = ({ ...props }) => ( +export const IconViewCarouselOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCarouselOutlined as default } diff --git a/src/IconViewCarouselOutlinedFilled.tsx b/src/IconViewCarouselOutlinedFilled.tsx index a91d1d99c..b80954ebf 100644 --- a/src/IconViewCarouselOutlinedFilled.tsx +++ b/src/IconViewCarouselOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewCarouselOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCarouselOutlinedFilled as default } diff --git a/src/IconViewCarouselRounded.tsx b/src/IconViewCarouselRounded.tsx index 993d898a5..3669fb30c 100644 --- a/src/IconViewCarouselRounded.tsx +++ b/src/IconViewCarouselRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselRounded: React.FC = ({ ...props }) => ( +export const IconViewCarouselRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCarouselRounded as default } diff --git a/src/IconViewCarouselRoundedFilled.tsx b/src/IconViewCarouselRoundedFilled.tsx index 27834da26..e2ab68cf6 100644 --- a/src/IconViewCarouselRoundedFilled.tsx +++ b/src/IconViewCarouselRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewCarouselRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCarouselRoundedFilled as default } diff --git a/src/IconViewCarouselSharp.tsx b/src/IconViewCarouselSharp.tsx index 576807ec9..19064f91f 100644 --- a/src/IconViewCarouselSharp.tsx +++ b/src/IconViewCarouselSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselSharp: React.FC = ({ ...props }) => ( +export const IconViewCarouselSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCarouselSharp as default } diff --git a/src/IconViewCarouselSharpFilled.tsx b/src/IconViewCarouselSharpFilled.tsx index f495bab7a..5ef6e11cd 100644 --- a/src/IconViewCarouselSharpFilled.tsx +++ b/src/IconViewCarouselSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCarouselSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewCarouselSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCarouselSharpFilled as default } diff --git a/src/IconViewColumn2Outlined.tsx b/src/IconViewColumn2Outlined.tsx index 02ae99cfb..e1647d247 100644 --- a/src/IconViewColumn2Outlined.tsx +++ b/src/IconViewColumn2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2Outlined: React.FC = ({ ...props }) => ( +export const IconViewColumn2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumn2Outlined as default } diff --git a/src/IconViewColumn2OutlinedFilled.tsx b/src/IconViewColumn2OutlinedFilled.tsx index f33dd33f1..725615e73 100644 --- a/src/IconViewColumn2OutlinedFilled.tsx +++ b/src/IconViewColumn2OutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewColumn2OutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumn2OutlinedFilled as default } diff --git a/src/IconViewColumn2Rounded.tsx b/src/IconViewColumn2Rounded.tsx index 0f06cfdb9..01bcf4ef6 100644 --- a/src/IconViewColumn2Rounded.tsx +++ b/src/IconViewColumn2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2Rounded: React.FC = ({ ...props }) => ( +export const IconViewColumn2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumn2Rounded as default } diff --git a/src/IconViewColumn2RoundedFilled.tsx b/src/IconViewColumn2RoundedFilled.tsx index 3b7c0eee7..f0aafb7e7 100644 --- a/src/IconViewColumn2RoundedFilled.tsx +++ b/src/IconViewColumn2RoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewColumn2RoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumn2RoundedFilled as default } diff --git a/src/IconViewColumn2Sharp.tsx b/src/IconViewColumn2Sharp.tsx index 66b7561ec..b52ec9d6a 100644 --- a/src/IconViewColumn2Sharp.tsx +++ b/src/IconViewColumn2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2Sharp: React.FC = ({ ...props }) => ( +export const IconViewColumn2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumn2Sharp as default } diff --git a/src/IconViewColumn2SharpFilled.tsx b/src/IconViewColumn2SharpFilled.tsx index 9b6e773dc..3400c05d6 100644 --- a/src/IconViewColumn2SharpFilled.tsx +++ b/src/IconViewColumn2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumn2SharpFilled: React.FC = ({ ...props }) => ( +export const IconViewColumn2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumn2SharpFilled as default } diff --git a/src/IconViewColumnOutlined.tsx b/src/IconViewColumnOutlined.tsx index 359b9c2bd..9ecf076b7 100644 --- a/src/IconViewColumnOutlined.tsx +++ b/src/IconViewColumnOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnOutlined: React.FC = ({ ...props }) => ( +export const IconViewColumnOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumnOutlined as default } diff --git a/src/IconViewColumnOutlinedFilled.tsx b/src/IconViewColumnOutlinedFilled.tsx index b8ec84025..097ef05e3 100644 --- a/src/IconViewColumnOutlinedFilled.tsx +++ b/src/IconViewColumnOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewColumnOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumnOutlinedFilled as default } diff --git a/src/IconViewColumnRounded.tsx b/src/IconViewColumnRounded.tsx index 320841887..c1843b059 100644 --- a/src/IconViewColumnRounded.tsx +++ b/src/IconViewColumnRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnRounded: React.FC = ({ ...props }) => ( +export const IconViewColumnRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumnRounded as default } diff --git a/src/IconViewColumnRoundedFilled.tsx b/src/IconViewColumnRoundedFilled.tsx index 901992174..a8beacf09 100644 --- a/src/IconViewColumnRoundedFilled.tsx +++ b/src/IconViewColumnRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewColumnRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumnRoundedFilled as default } diff --git a/src/IconViewColumnSharp.tsx b/src/IconViewColumnSharp.tsx index beb4e3a97..53e968fbd 100644 --- a/src/IconViewColumnSharp.tsx +++ b/src/IconViewColumnSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnSharp: React.FC = ({ ...props }) => ( +export const IconViewColumnSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewColumnSharp as default } diff --git a/src/IconViewColumnSharpFilled.tsx b/src/IconViewColumnSharpFilled.tsx index 2fae879cf..8ad3cf770 100644 --- a/src/IconViewColumnSharpFilled.tsx +++ b/src/IconViewColumnSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewColumnSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewColumnSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewColumnSharpFilled as default } diff --git a/src/IconViewComfyAltOutlined.tsx b/src/IconViewComfyAltOutlined.tsx index 744d7c577..9f6148f1e 100644 --- a/src/IconViewComfyAltOutlined.tsx +++ b/src/IconViewComfyAltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltOutlined: React.FC = ({ ...props }) => ( +export const IconViewComfyAltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltOutlined as default } diff --git a/src/IconViewComfyAltOutlinedFilled.tsx b/src/IconViewComfyAltOutlinedFilled.tsx index d7db68cee..c4794f094 100644 --- a/src/IconViewComfyAltOutlinedFilled.tsx +++ b/src/IconViewComfyAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewComfyAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltOutlinedFilled as default } diff --git a/src/IconViewComfyAltRounded.tsx b/src/IconViewComfyAltRounded.tsx index 77e15ecda..6a6b8cb2e 100644 --- a/src/IconViewComfyAltRounded.tsx +++ b/src/IconViewComfyAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltRounded: React.FC = ({ ...props }) => ( +export const IconViewComfyAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltRounded as default } diff --git a/src/IconViewComfyAltRoundedFilled.tsx b/src/IconViewComfyAltRoundedFilled.tsx index 9a8369311..992451653 100644 --- a/src/IconViewComfyAltRoundedFilled.tsx +++ b/src/IconViewComfyAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewComfyAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltRoundedFilled as default } diff --git a/src/IconViewComfyAltSharp.tsx b/src/IconViewComfyAltSharp.tsx index 28e5ed4d0..3fc17a810 100644 --- a/src/IconViewComfyAltSharp.tsx +++ b/src/IconViewComfyAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltSharp: React.FC = ({ ...props }) => ( +export const IconViewComfyAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltSharp as default } diff --git a/src/IconViewComfyAltSharpFilled.tsx b/src/IconViewComfyAltSharpFilled.tsx index 60d59ffec..43bcdfc5b 100644 --- a/src/IconViewComfyAltSharpFilled.tsx +++ b/src/IconViewComfyAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewComfyAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewComfyAltSharpFilled as default } diff --git a/src/IconViewComfyOutlined.tsx b/src/IconViewComfyOutlined.tsx index 0d0b7502a..ab61314a6 100644 --- a/src/IconViewComfyOutlined.tsx +++ b/src/IconViewComfyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyOutlined: React.FC = ({ ...props }) => ( +export const IconViewComfyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfyOutlined as default } diff --git a/src/IconViewComfyOutlinedFilled.tsx b/src/IconViewComfyOutlinedFilled.tsx index 28c42487c..d78c5966d 100644 --- a/src/IconViewComfyOutlinedFilled.tsx +++ b/src/IconViewComfyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewComfyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewComfyOutlinedFilled as default } diff --git a/src/IconViewComfyRounded.tsx b/src/IconViewComfyRounded.tsx index bd032fbf0..19131aeef 100644 --- a/src/IconViewComfyRounded.tsx +++ b/src/IconViewComfyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyRounded: React.FC = ({ ...props }) => ( +export const IconViewComfyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfyRounded as default } diff --git a/src/IconViewComfyRoundedFilled.tsx b/src/IconViewComfyRoundedFilled.tsx index 23395a8b0..be8e85502 100644 --- a/src/IconViewComfyRoundedFilled.tsx +++ b/src/IconViewComfyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewComfyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewComfyRoundedFilled as default } diff --git a/src/IconViewComfySharp.tsx b/src/IconViewComfySharp.tsx index 5041fbbc4..598f28c1c 100644 --- a/src/IconViewComfySharp.tsx +++ b/src/IconViewComfySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfySharp: React.FC = ({ ...props }) => ( +export const IconViewComfySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfySharp as default } diff --git a/src/IconViewComfySharpFilled.tsx b/src/IconViewComfySharpFilled.tsx index 00c988853..bd40df327 100644 --- a/src/IconViewComfySharpFilled.tsx +++ b/src/IconViewComfySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewComfySharpFilled: React.FC = ({ ...props }) => ( +export const IconViewComfySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewComfySharpFilled as default } diff --git a/src/IconViewCompactAltOutlined.tsx b/src/IconViewCompactAltOutlined.tsx index 96ad0825f..821d4f871 100644 --- a/src/IconViewCompactAltOutlined.tsx +++ b/src/IconViewCompactAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltOutlined: React.FC = ({ ...props }) => ( +export const IconViewCompactAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactAltOutlined as default } diff --git a/src/IconViewCompactAltOutlinedFilled.tsx b/src/IconViewCompactAltOutlinedFilled.tsx index 07dd8273e..5c49acef7 100644 --- a/src/IconViewCompactAltOutlinedFilled.tsx +++ b/src/IconViewCompactAltOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltOutlinedFilled: React.FC = ({ +export const IconViewCompactAltOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconViewCompactAltOutlinedFilled: React.FC = ({ ) - -export { IconViewCompactAltOutlinedFilled as default } diff --git a/src/IconViewCompactAltRounded.tsx b/src/IconViewCompactAltRounded.tsx index 5dee4b317..360bf2c5b 100644 --- a/src/IconViewCompactAltRounded.tsx +++ b/src/IconViewCompactAltRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltRounded: React.FC = ({ ...props }) => ( +export const IconViewCompactAltRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactAltRounded as default } diff --git a/src/IconViewCompactAltRoundedFilled.tsx b/src/IconViewCompactAltRoundedFilled.tsx index a9b95e2fb..86ecd5ce7 100644 --- a/src/IconViewCompactAltRoundedFilled.tsx +++ b/src/IconViewCompactAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewCompactAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactAltRoundedFilled as default } diff --git a/src/IconViewCompactAltSharp.tsx b/src/IconViewCompactAltSharp.tsx index 6f6beb437..19add10ca 100644 --- a/src/IconViewCompactAltSharp.tsx +++ b/src/IconViewCompactAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltSharp: React.FC = ({ ...props }) => ( +export const IconViewCompactAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCompactAltSharp as default } diff --git a/src/IconViewCompactAltSharpFilled.tsx b/src/IconViewCompactAltSharpFilled.tsx index cc13b8ec6..6e74713b3 100644 --- a/src/IconViewCompactAltSharpFilled.tsx +++ b/src/IconViewCompactAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewCompactAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactAltSharpFilled as default } diff --git a/src/IconViewCompactOutlined.tsx b/src/IconViewCompactOutlined.tsx index faa550bf5..d68d3aad2 100644 --- a/src/IconViewCompactOutlined.tsx +++ b/src/IconViewCompactOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactOutlined: React.FC = ({ ...props }) => ( +export const IconViewCompactOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCompactOutlined as default } diff --git a/src/IconViewCompactOutlinedFilled.tsx b/src/IconViewCompactOutlinedFilled.tsx index 1b13808c3..0206e1272 100644 --- a/src/IconViewCompactOutlinedFilled.tsx +++ b/src/IconViewCompactOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewCompactOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactOutlinedFilled as default } diff --git a/src/IconViewCompactRounded.tsx b/src/IconViewCompactRounded.tsx index 860ceb4fd..ec56ad6d2 100644 --- a/src/IconViewCompactRounded.tsx +++ b/src/IconViewCompactRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactRounded: React.FC = ({ ...props }) => ( +export const IconViewCompactRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCompactRounded as default } diff --git a/src/IconViewCompactRoundedFilled.tsx b/src/IconViewCompactRoundedFilled.tsx index 2492abaee..58d3506b0 100644 --- a/src/IconViewCompactRoundedFilled.tsx +++ b/src/IconViewCompactRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewCompactRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactRoundedFilled as default } diff --git a/src/IconViewCompactSharp.tsx b/src/IconViewCompactSharp.tsx index 5303f7191..0537727d7 100644 --- a/src/IconViewCompactSharp.tsx +++ b/src/IconViewCompactSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactSharp: React.FC = ({ ...props }) => ( +export const IconViewCompactSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCompactSharp as default } diff --git a/src/IconViewCompactSharpFilled.tsx b/src/IconViewCompactSharpFilled.tsx index fc5860ca0..b4b5bffda 100644 --- a/src/IconViewCompactSharpFilled.tsx +++ b/src/IconViewCompactSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCompactSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewCompactSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCompactSharpFilled as default } diff --git a/src/IconViewCozyOutlined.tsx b/src/IconViewCozyOutlined.tsx index 565ede82b..9778d5950 100644 --- a/src/IconViewCozyOutlined.tsx +++ b/src/IconViewCozyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozyOutlined: React.FC = ({ ...props }) => ( +export const IconViewCozyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCozyOutlined as default } diff --git a/src/IconViewCozyOutlinedFilled.tsx b/src/IconViewCozyOutlinedFilled.tsx index c907aaf4e..1c4d45bab 100644 --- a/src/IconViewCozyOutlinedFilled.tsx +++ b/src/IconViewCozyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewCozyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCozyOutlinedFilled as default } diff --git a/src/IconViewCozyRounded.tsx b/src/IconViewCozyRounded.tsx index e2dc0b3bf..f4adbbb42 100644 --- a/src/IconViewCozyRounded.tsx +++ b/src/IconViewCozyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozyRounded: React.FC = ({ ...props }) => ( +export const IconViewCozyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCozyRounded as default } diff --git a/src/IconViewCozyRoundedFilled.tsx b/src/IconViewCozyRoundedFilled.tsx index 891e69578..72327c520 100644 --- a/src/IconViewCozyRoundedFilled.tsx +++ b/src/IconViewCozyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewCozyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewCozyRoundedFilled as default } diff --git a/src/IconViewCozySharp.tsx b/src/IconViewCozySharp.tsx index 85811a03c..ff21bffe7 100644 --- a/src/IconViewCozySharp.tsx +++ b/src/IconViewCozySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozySharp: React.FC = ({ ...props }) => ( +export const IconViewCozySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCozySharp as default } diff --git a/src/IconViewCozySharpFilled.tsx b/src/IconViewCozySharpFilled.tsx index 64f2d739d..06dc9a479 100644 --- a/src/IconViewCozySharpFilled.tsx +++ b/src/IconViewCozySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewCozySharpFilled: React.FC = ({ ...props }) => ( +export const IconViewCozySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewCozySharpFilled as default } diff --git a/src/IconViewDayOutlined.tsx b/src/IconViewDayOutlined.tsx index 7c7877f98..c33ac947b 100644 --- a/src/IconViewDayOutlined.tsx +++ b/src/IconViewDayOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewDayOutlined: React.FC = ({ ...props }) => ( +export const IconViewDayOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewDayOutlined as default } diff --git a/src/IconViewDayOutlinedFilled.tsx b/src/IconViewDayOutlinedFilled.tsx index 7b0d58eb2..042c3237d 100644 --- a/src/IconViewDayOutlinedFilled.tsx +++ b/src/IconViewDayOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewDayOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewDayOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewDayOutlinedFilled as default } diff --git a/src/IconViewDayRounded.tsx b/src/IconViewDayRounded.tsx index 548f357bd..83126713f 100644 --- a/src/IconViewDayRounded.tsx +++ b/src/IconViewDayRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewDayRounded: React.FC = ({ ...props }) => ( +export const IconViewDayRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewDayRounded as default } diff --git a/src/IconViewDayRoundedFilled.tsx b/src/IconViewDayRoundedFilled.tsx index ecb1a23cd..784483be8 100644 --- a/src/IconViewDayRoundedFilled.tsx +++ b/src/IconViewDayRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewDayRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewDayRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewDayRoundedFilled as default } diff --git a/src/IconViewDaySharp.tsx b/src/IconViewDaySharp.tsx index d01bfa58c..9314e6a44 100644 --- a/src/IconViewDaySharp.tsx +++ b/src/IconViewDaySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewDaySharp: React.FC = ({ ...props }) => ( +export const IconViewDaySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewDaySharp as default } diff --git a/src/IconViewDaySharpFilled.tsx b/src/IconViewDaySharpFilled.tsx index c3fb01416..32155abb9 100644 --- a/src/IconViewDaySharpFilled.tsx +++ b/src/IconViewDaySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewDaySharpFilled: React.FC = ({ ...props }) => ( +export const IconViewDaySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewDaySharpFilled as default } diff --git a/src/IconViewHeadlineOutlined.tsx b/src/IconViewHeadlineOutlined.tsx index 23e4fd306..ae9488643 100644 --- a/src/IconViewHeadlineOutlined.tsx +++ b/src/IconViewHeadlineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineOutlined: React.FC = ({ ...props }) => ( +export const IconViewHeadlineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineOutlined as default } diff --git a/src/IconViewHeadlineOutlinedFilled.tsx b/src/IconViewHeadlineOutlinedFilled.tsx index 24c7762ae..46e263c9b 100644 --- a/src/IconViewHeadlineOutlinedFilled.tsx +++ b/src/IconViewHeadlineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewHeadlineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineOutlinedFilled as default } diff --git a/src/IconViewHeadlineRounded.tsx b/src/IconViewHeadlineRounded.tsx index 0df76dd98..e58d70421 100644 --- a/src/IconViewHeadlineRounded.tsx +++ b/src/IconViewHeadlineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineRounded: React.FC = ({ ...props }) => ( +export const IconViewHeadlineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineRounded as default } diff --git a/src/IconViewHeadlineRoundedFilled.tsx b/src/IconViewHeadlineRoundedFilled.tsx index 5f24303bb..fbf654b33 100644 --- a/src/IconViewHeadlineRoundedFilled.tsx +++ b/src/IconViewHeadlineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewHeadlineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineRoundedFilled as default } diff --git a/src/IconViewHeadlineSharp.tsx b/src/IconViewHeadlineSharp.tsx index 7dd960bcc..23843964c 100644 --- a/src/IconViewHeadlineSharp.tsx +++ b/src/IconViewHeadlineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineSharp: React.FC = ({ ...props }) => ( +export const IconViewHeadlineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineSharp as default } diff --git a/src/IconViewHeadlineSharpFilled.tsx b/src/IconViewHeadlineSharpFilled.tsx index 77802d091..677cb30dd 100644 --- a/src/IconViewHeadlineSharpFilled.tsx +++ b/src/IconViewHeadlineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewHeadlineSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewHeadlineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewHeadlineSharpFilled as default } diff --git a/src/IconViewInArOffOutlined.tsx b/src/IconViewInArOffOutlined.tsx index bd226f464..d6b5a3456 100644 --- a/src/IconViewInArOffOutlined.tsx +++ b/src/IconViewInArOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffOutlined: React.FC = ({ ...props }) => ( +export const IconViewInArOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArOffOutlined as default } diff --git a/src/IconViewInArOffOutlinedFilled.tsx b/src/IconViewInArOffOutlinedFilled.tsx index 549fe0d5b..ebf1bc8e0 100644 --- a/src/IconViewInArOffOutlinedFilled.tsx +++ b/src/IconViewInArOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewInArOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewInArOffOutlinedFilled as default } diff --git a/src/IconViewInArOffRounded.tsx b/src/IconViewInArOffRounded.tsx index 0afee0544..77ef9e833 100644 --- a/src/IconViewInArOffRounded.tsx +++ b/src/IconViewInArOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffRounded: React.FC = ({ ...props }) => ( +export const IconViewInArOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArOffRounded as default } diff --git a/src/IconViewInArOffRoundedFilled.tsx b/src/IconViewInArOffRoundedFilled.tsx index f057c56b8..10c779d5e 100644 --- a/src/IconViewInArOffRoundedFilled.tsx +++ b/src/IconViewInArOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewInArOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewInArOffRoundedFilled as default } diff --git a/src/IconViewInArOffSharp.tsx b/src/IconViewInArOffSharp.tsx index 8d841f949..0f9d1a0c9 100644 --- a/src/IconViewInArOffSharp.tsx +++ b/src/IconViewInArOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffSharp: React.FC = ({ ...props }) => ( +export const IconViewInArOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArOffSharp as default } diff --git a/src/IconViewInArOffSharpFilled.tsx b/src/IconViewInArOffSharpFilled.tsx index f41bbcefc..f2867a021 100644 --- a/src/IconViewInArOffSharpFilled.tsx +++ b/src/IconViewInArOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewInArOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewInArOffSharpFilled as default } diff --git a/src/IconViewInArOutlined.tsx b/src/IconViewInArOutlined.tsx index 0694b1cb3..400fb3922 100644 --- a/src/IconViewInArOutlined.tsx +++ b/src/IconViewInArOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOutlined: React.FC = ({ ...props }) => ( +export const IconViewInArOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArOutlined as default } diff --git a/src/IconViewInArOutlinedFilled.tsx b/src/IconViewInArOutlinedFilled.tsx index 6f34fbcc9..b7808f60b 100644 --- a/src/IconViewInArOutlinedFilled.tsx +++ b/src/IconViewInArOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewInArOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewInArOutlinedFilled as default } diff --git a/src/IconViewInArRounded.tsx b/src/IconViewInArRounded.tsx index 9b101fb83..8c3fdfabe 100644 --- a/src/IconViewInArRounded.tsx +++ b/src/IconViewInArRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArRounded: React.FC = ({ ...props }) => ( +export const IconViewInArRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArRounded as default } diff --git a/src/IconViewInArRoundedFilled.tsx b/src/IconViewInArRoundedFilled.tsx index 1cdf30622..4282fad3f 100644 --- a/src/IconViewInArRoundedFilled.tsx +++ b/src/IconViewInArRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewInArRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewInArRoundedFilled as default } diff --git a/src/IconViewInArSharp.tsx b/src/IconViewInArSharp.tsx index 5c658229f..726b4a433 100644 --- a/src/IconViewInArSharp.tsx +++ b/src/IconViewInArSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArSharp: React.FC = ({ ...props }) => ( +export const IconViewInArSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArSharp as default } diff --git a/src/IconViewInArSharpFilled.tsx b/src/IconViewInArSharpFilled.tsx index 6d1bed719..968d8e626 100644 --- a/src/IconViewInArSharpFilled.tsx +++ b/src/IconViewInArSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewInArSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewInArSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewInArSharpFilled as default } diff --git a/src/IconViewKanbanOutlined.tsx b/src/IconViewKanbanOutlined.tsx index 5db9b1b6a..88712c922 100644 --- a/src/IconViewKanbanOutlined.tsx +++ b/src/IconViewKanbanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanOutlined: React.FC = ({ ...props }) => ( +export const IconViewKanbanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewKanbanOutlined as default } diff --git a/src/IconViewKanbanOutlinedFilled.tsx b/src/IconViewKanbanOutlinedFilled.tsx index 37eeb6968..f4aff4a2f 100644 --- a/src/IconViewKanbanOutlinedFilled.tsx +++ b/src/IconViewKanbanOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewKanbanOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewKanbanOutlinedFilled as default } diff --git a/src/IconViewKanbanRounded.tsx b/src/IconViewKanbanRounded.tsx index b40c1789e..c6558a14a 100644 --- a/src/IconViewKanbanRounded.tsx +++ b/src/IconViewKanbanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanRounded: React.FC = ({ ...props }) => ( +export const IconViewKanbanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewKanbanRounded as default } diff --git a/src/IconViewKanbanRoundedFilled.tsx b/src/IconViewKanbanRoundedFilled.tsx index a24d8ae37..792ca5753 100644 --- a/src/IconViewKanbanRoundedFilled.tsx +++ b/src/IconViewKanbanRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewKanbanRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewKanbanRoundedFilled as default } diff --git a/src/IconViewKanbanSharp.tsx b/src/IconViewKanbanSharp.tsx index d6b1082b2..4ce960af9 100644 --- a/src/IconViewKanbanSharp.tsx +++ b/src/IconViewKanbanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanSharp: React.FC = ({ ...props }) => ( +export const IconViewKanbanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewKanbanSharp as default } diff --git a/src/IconViewKanbanSharpFilled.tsx b/src/IconViewKanbanSharpFilled.tsx index 943dfa7c6..a5b944e24 100644 --- a/src/IconViewKanbanSharpFilled.tsx +++ b/src/IconViewKanbanSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewKanbanSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewKanbanSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewKanbanSharpFilled as default } diff --git a/src/IconViewListOutlined.tsx b/src/IconViewListOutlined.tsx index 130660074..f916d30be 100644 --- a/src/IconViewListOutlined.tsx +++ b/src/IconViewListOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewListOutlined: React.FC = ({ ...props }) => ( +export const IconViewListOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewListOutlined as default } diff --git a/src/IconViewListOutlinedFilled.tsx b/src/IconViewListOutlinedFilled.tsx index cf9c98332..dbb6390c7 100644 --- a/src/IconViewListOutlinedFilled.tsx +++ b/src/IconViewListOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewListOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewListOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewListOutlinedFilled as default } diff --git a/src/IconViewListRounded.tsx b/src/IconViewListRounded.tsx index 62980729b..7ea29f163 100644 --- a/src/IconViewListRounded.tsx +++ b/src/IconViewListRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewListRounded: React.FC = ({ ...props }) => ( +export const IconViewListRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewListRounded as default } diff --git a/src/IconViewListRoundedFilled.tsx b/src/IconViewListRoundedFilled.tsx index ae5f289ca..63b6d7f54 100644 --- a/src/IconViewListRoundedFilled.tsx +++ b/src/IconViewListRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewListRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewListRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewListRoundedFilled as default } diff --git a/src/IconViewListSharp.tsx b/src/IconViewListSharp.tsx index f61616756..e5b0d0f3f 100644 --- a/src/IconViewListSharp.tsx +++ b/src/IconViewListSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewListSharp: React.FC = ({ ...props }) => ( +export const IconViewListSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewListSharp as default } diff --git a/src/IconViewListSharpFilled.tsx b/src/IconViewListSharpFilled.tsx index 098a81e93..50bfd46ab 100644 --- a/src/IconViewListSharpFilled.tsx +++ b/src/IconViewListSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewListSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewListSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewListSharpFilled as default } diff --git a/src/IconViewModuleOutlined.tsx b/src/IconViewModuleOutlined.tsx index 7c97f6839..e4cfd06d5 100644 --- a/src/IconViewModuleOutlined.tsx +++ b/src/IconViewModuleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleOutlined: React.FC = ({ ...props }) => ( +export const IconViewModuleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewModuleOutlined as default } diff --git a/src/IconViewModuleOutlinedFilled.tsx b/src/IconViewModuleOutlinedFilled.tsx index 919cee020..92fa068cb 100644 --- a/src/IconViewModuleOutlinedFilled.tsx +++ b/src/IconViewModuleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewModuleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewModuleOutlinedFilled as default } diff --git a/src/IconViewModuleRounded.tsx b/src/IconViewModuleRounded.tsx index 779f2e8aa..b635fca44 100644 --- a/src/IconViewModuleRounded.tsx +++ b/src/IconViewModuleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleRounded: React.FC = ({ ...props }) => ( +export const IconViewModuleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewModuleRounded as default } diff --git a/src/IconViewModuleRoundedFilled.tsx b/src/IconViewModuleRoundedFilled.tsx index e274d3e06..ea1ccf8e9 100644 --- a/src/IconViewModuleRoundedFilled.tsx +++ b/src/IconViewModuleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewModuleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewModuleRoundedFilled as default } diff --git a/src/IconViewModuleSharp.tsx b/src/IconViewModuleSharp.tsx index 6ec27b774..d89e6ea8e 100644 --- a/src/IconViewModuleSharp.tsx +++ b/src/IconViewModuleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleSharp: React.FC = ({ ...props }) => ( +export const IconViewModuleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewModuleSharp as default } diff --git a/src/IconViewModuleSharpFilled.tsx b/src/IconViewModuleSharpFilled.tsx index 4bda3fbc2..9a6c493e0 100644 --- a/src/IconViewModuleSharpFilled.tsx +++ b/src/IconViewModuleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewModuleSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewModuleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewModuleSharpFilled as default } diff --git a/src/IconViewObjectTrackOutlined.tsx b/src/IconViewObjectTrackOutlined.tsx index 6b59ce6b5..d558bdfcc 100644 --- a/src/IconViewObjectTrackOutlined.tsx +++ b/src/IconViewObjectTrackOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackOutlined: React.FC = ({ ...props }) => ( +export const IconViewObjectTrackOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewObjectTrackOutlined as default } diff --git a/src/IconViewObjectTrackOutlinedFilled.tsx b/src/IconViewObjectTrackOutlinedFilled.tsx index e73ba1cc3..a85494735 100644 --- a/src/IconViewObjectTrackOutlinedFilled.tsx +++ b/src/IconViewObjectTrackOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackOutlinedFilled: React.FC = ({ +export const IconViewObjectTrackOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconViewObjectTrackOutlinedFilled: React.FC = ({ ) - -export { IconViewObjectTrackOutlinedFilled as default } diff --git a/src/IconViewObjectTrackRounded.tsx b/src/IconViewObjectTrackRounded.tsx index 88ee97f91..42fc15ec7 100644 --- a/src/IconViewObjectTrackRounded.tsx +++ b/src/IconViewObjectTrackRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackRounded: React.FC = ({ ...props }) => ( +export const IconViewObjectTrackRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewObjectTrackRounded as default } diff --git a/src/IconViewObjectTrackRoundedFilled.tsx b/src/IconViewObjectTrackRoundedFilled.tsx index b7c6253a8..3a4be155b 100644 --- a/src/IconViewObjectTrackRoundedFilled.tsx +++ b/src/IconViewObjectTrackRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackRoundedFilled: React.FC = ({ +export const IconViewObjectTrackRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconViewObjectTrackRoundedFilled: React.FC = ({ ) - -export { IconViewObjectTrackRoundedFilled as default } diff --git a/src/IconViewObjectTrackSharp.tsx b/src/IconViewObjectTrackSharp.tsx index 77e19fa7a..37507199c 100644 --- a/src/IconViewObjectTrackSharp.tsx +++ b/src/IconViewObjectTrackSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackSharp: React.FC = ({ ...props }) => ( +export const IconViewObjectTrackSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewObjectTrackSharp as default } diff --git a/src/IconViewObjectTrackSharpFilled.tsx b/src/IconViewObjectTrackSharpFilled.tsx index 7f03c16f5..5c40b18aa 100644 --- a/src/IconViewObjectTrackSharpFilled.tsx +++ b/src/IconViewObjectTrackSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewObjectTrackSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewObjectTrackSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewObjectTrackSharpFilled as default } diff --git a/src/IconViewQuiltOutlined.tsx b/src/IconViewQuiltOutlined.tsx index 6123cd1a4..d4e02c594 100644 --- a/src/IconViewQuiltOutlined.tsx +++ b/src/IconViewQuiltOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltOutlined: React.FC = ({ ...props }) => ( +export const IconViewQuiltOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewQuiltOutlined as default } diff --git a/src/IconViewQuiltOutlinedFilled.tsx b/src/IconViewQuiltOutlinedFilled.tsx index 914a790ba..b8ff94194 100644 --- a/src/IconViewQuiltOutlinedFilled.tsx +++ b/src/IconViewQuiltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewQuiltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewQuiltOutlinedFilled as default } diff --git a/src/IconViewQuiltRounded.tsx b/src/IconViewQuiltRounded.tsx index 9e07c233d..07fa15532 100644 --- a/src/IconViewQuiltRounded.tsx +++ b/src/IconViewQuiltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltRounded: React.FC = ({ ...props }) => ( +export const IconViewQuiltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewQuiltRounded as default } diff --git a/src/IconViewQuiltRoundedFilled.tsx b/src/IconViewQuiltRoundedFilled.tsx index 06330e065..0414add55 100644 --- a/src/IconViewQuiltRoundedFilled.tsx +++ b/src/IconViewQuiltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewQuiltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewQuiltRoundedFilled as default } diff --git a/src/IconViewQuiltSharp.tsx b/src/IconViewQuiltSharp.tsx index c92b5a95f..4b2c7bd24 100644 --- a/src/IconViewQuiltSharp.tsx +++ b/src/IconViewQuiltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltSharp: React.FC = ({ ...props }) => ( +export const IconViewQuiltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewQuiltSharp as default } diff --git a/src/IconViewQuiltSharpFilled.tsx b/src/IconViewQuiltSharpFilled.tsx index 316b41268..fee653e65 100644 --- a/src/IconViewQuiltSharpFilled.tsx +++ b/src/IconViewQuiltSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewQuiltSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewQuiltSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewQuiltSharpFilled as default } diff --git a/src/IconViewRealSizeOutlined.tsx b/src/IconViewRealSizeOutlined.tsx index 4df9847d1..8ae292c3b 100644 --- a/src/IconViewRealSizeOutlined.tsx +++ b/src/IconViewRealSizeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeOutlined: React.FC = ({ ...props }) => ( +export const IconViewRealSizeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeOutlined as default } diff --git a/src/IconViewRealSizeOutlinedFilled.tsx b/src/IconViewRealSizeOutlinedFilled.tsx index f3cb5b6fa..ff5e7dd01 100644 --- a/src/IconViewRealSizeOutlinedFilled.tsx +++ b/src/IconViewRealSizeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewRealSizeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeOutlinedFilled as default } diff --git a/src/IconViewRealSizeRounded.tsx b/src/IconViewRealSizeRounded.tsx index 7879dfae6..52802676b 100644 --- a/src/IconViewRealSizeRounded.tsx +++ b/src/IconViewRealSizeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeRounded: React.FC = ({ ...props }) => ( +export const IconViewRealSizeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeRounded as default } diff --git a/src/IconViewRealSizeRoundedFilled.tsx b/src/IconViewRealSizeRoundedFilled.tsx index eb5b71d3c..374713aa3 100644 --- a/src/IconViewRealSizeRoundedFilled.tsx +++ b/src/IconViewRealSizeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewRealSizeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeRoundedFilled as default } diff --git a/src/IconViewRealSizeSharp.tsx b/src/IconViewRealSizeSharp.tsx index 8a28c7d26..615bc2fbf 100644 --- a/src/IconViewRealSizeSharp.tsx +++ b/src/IconViewRealSizeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeSharp: React.FC = ({ ...props }) => ( +export const IconViewRealSizeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeSharp as default } diff --git a/src/IconViewRealSizeSharpFilled.tsx b/src/IconViewRealSizeSharpFilled.tsx index 8d1c73ee3..e13eff9d5 100644 --- a/src/IconViewRealSizeSharpFilled.tsx +++ b/src/IconViewRealSizeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewRealSizeSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewRealSizeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewRealSizeSharpFilled as default } diff --git a/src/IconViewSidebarOutlined.tsx b/src/IconViewSidebarOutlined.tsx index be2cd9df5..057cb0ffe 100644 --- a/src/IconViewSidebarOutlined.tsx +++ b/src/IconViewSidebarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarOutlined: React.FC = ({ ...props }) => ( +export const IconViewSidebarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewSidebarOutlined as default } diff --git a/src/IconViewSidebarOutlinedFilled.tsx b/src/IconViewSidebarOutlinedFilled.tsx index 71de526e6..27d0caa6f 100644 --- a/src/IconViewSidebarOutlinedFilled.tsx +++ b/src/IconViewSidebarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewSidebarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewSidebarOutlinedFilled as default } diff --git a/src/IconViewSidebarRounded.tsx b/src/IconViewSidebarRounded.tsx index 80ba450e6..0d4fc8a48 100644 --- a/src/IconViewSidebarRounded.tsx +++ b/src/IconViewSidebarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarRounded: React.FC = ({ ...props }) => ( +export const IconViewSidebarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewSidebarRounded as default } diff --git a/src/IconViewSidebarRoundedFilled.tsx b/src/IconViewSidebarRoundedFilled.tsx index 72243321a..331e7aad3 100644 --- a/src/IconViewSidebarRoundedFilled.tsx +++ b/src/IconViewSidebarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewSidebarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewSidebarRoundedFilled as default } diff --git a/src/IconViewSidebarSharp.tsx b/src/IconViewSidebarSharp.tsx index 3e8f13c1e..0fdf61ab4 100644 --- a/src/IconViewSidebarSharp.tsx +++ b/src/IconViewSidebarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarSharp: React.FC = ({ ...props }) => ( +export const IconViewSidebarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewSidebarSharp as default } diff --git a/src/IconViewSidebarSharpFilled.tsx b/src/IconViewSidebarSharpFilled.tsx index bd53a2f57..863173e06 100644 --- a/src/IconViewSidebarSharpFilled.tsx +++ b/src/IconViewSidebarSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewSidebarSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewSidebarSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewSidebarSharpFilled as default } diff --git a/src/IconViewStreamOutlined.tsx b/src/IconViewStreamOutlined.tsx index ebbe8f204..c8656541c 100644 --- a/src/IconViewStreamOutlined.tsx +++ b/src/IconViewStreamOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamOutlined: React.FC = ({ ...props }) => ( +export const IconViewStreamOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewStreamOutlined as default } diff --git a/src/IconViewStreamOutlinedFilled.tsx b/src/IconViewStreamOutlinedFilled.tsx index 656105ce7..e47f46f65 100644 --- a/src/IconViewStreamOutlinedFilled.tsx +++ b/src/IconViewStreamOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewStreamOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewStreamOutlinedFilled as default } diff --git a/src/IconViewStreamRounded.tsx b/src/IconViewStreamRounded.tsx index 02a68c544..067342b15 100644 --- a/src/IconViewStreamRounded.tsx +++ b/src/IconViewStreamRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamRounded: React.FC = ({ ...props }) => ( +export const IconViewStreamRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewStreamRounded as default } diff --git a/src/IconViewStreamRoundedFilled.tsx b/src/IconViewStreamRoundedFilled.tsx index 5cac18f36..870368b4e 100644 --- a/src/IconViewStreamRoundedFilled.tsx +++ b/src/IconViewStreamRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewStreamRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewStreamRoundedFilled as default } diff --git a/src/IconViewStreamSharp.tsx b/src/IconViewStreamSharp.tsx index 170d9d494..0d874fdb0 100644 --- a/src/IconViewStreamSharp.tsx +++ b/src/IconViewStreamSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamSharp: React.FC = ({ ...props }) => ( +export const IconViewStreamSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewStreamSharp as default } diff --git a/src/IconViewStreamSharpFilled.tsx b/src/IconViewStreamSharpFilled.tsx index b7c8e8a7e..79bab7681 100644 --- a/src/IconViewStreamSharpFilled.tsx +++ b/src/IconViewStreamSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewStreamSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewStreamSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewStreamSharpFilled as default } diff --git a/src/IconViewTimelineOutlined.tsx b/src/IconViewTimelineOutlined.tsx index db29d91db..aac8a598e 100644 --- a/src/IconViewTimelineOutlined.tsx +++ b/src/IconViewTimelineOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineOutlined: React.FC = ({ ...props }) => ( +export const IconViewTimelineOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewTimelineOutlined as default } diff --git a/src/IconViewTimelineOutlinedFilled.tsx b/src/IconViewTimelineOutlinedFilled.tsx index d86f1c450..ab3a221a6 100644 --- a/src/IconViewTimelineOutlinedFilled.tsx +++ b/src/IconViewTimelineOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewTimelineOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewTimelineOutlinedFilled as default } diff --git a/src/IconViewTimelineRounded.tsx b/src/IconViewTimelineRounded.tsx index aa139f0d6..719b9c7a6 100644 --- a/src/IconViewTimelineRounded.tsx +++ b/src/IconViewTimelineRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineRounded: React.FC = ({ ...props }) => ( +export const IconViewTimelineRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewTimelineRounded as default } diff --git a/src/IconViewTimelineRoundedFilled.tsx b/src/IconViewTimelineRoundedFilled.tsx index 346695e0c..c5506b48e 100644 --- a/src/IconViewTimelineRoundedFilled.tsx +++ b/src/IconViewTimelineRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewTimelineRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewTimelineRoundedFilled as default } diff --git a/src/IconViewTimelineSharp.tsx b/src/IconViewTimelineSharp.tsx index 33c97b52c..65f611e2d 100644 --- a/src/IconViewTimelineSharp.tsx +++ b/src/IconViewTimelineSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineSharp: React.FC = ({ ...props }) => ( +export const IconViewTimelineSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewTimelineSharp as default } diff --git a/src/IconViewTimelineSharpFilled.tsx b/src/IconViewTimelineSharpFilled.tsx index 37bec9e8a..b132fe0ac 100644 --- a/src/IconViewTimelineSharpFilled.tsx +++ b/src/IconViewTimelineSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewTimelineSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewTimelineSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewTimelineSharpFilled as default } diff --git a/src/IconViewWeekOutlined.tsx b/src/IconViewWeekOutlined.tsx index 2fc4989d0..9275537c4 100644 --- a/src/IconViewWeekOutlined.tsx +++ b/src/IconViewWeekOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekOutlined: React.FC = ({ ...props }) => ( +export const IconViewWeekOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewWeekOutlined as default } diff --git a/src/IconViewWeekOutlinedFilled.tsx b/src/IconViewWeekOutlinedFilled.tsx index 067f6dc16..e8af7f81c 100644 --- a/src/IconViewWeekOutlinedFilled.tsx +++ b/src/IconViewWeekOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconViewWeekOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewWeekOutlinedFilled as default } diff --git a/src/IconViewWeekRounded.tsx b/src/IconViewWeekRounded.tsx index ba450b893..d8df82c95 100644 --- a/src/IconViewWeekRounded.tsx +++ b/src/IconViewWeekRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekRounded: React.FC = ({ ...props }) => ( +export const IconViewWeekRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewWeekRounded as default } diff --git a/src/IconViewWeekRoundedFilled.tsx b/src/IconViewWeekRoundedFilled.tsx index 371a0ac48..e8072d104 100644 --- a/src/IconViewWeekRoundedFilled.tsx +++ b/src/IconViewWeekRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekRoundedFilled: React.FC = ({ ...props }) => ( +export const IconViewWeekRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconViewWeekRoundedFilled as default } diff --git a/src/IconViewWeekSharp.tsx b/src/IconViewWeekSharp.tsx index defce7134..4b4dba2d5 100644 --- a/src/IconViewWeekSharp.tsx +++ b/src/IconViewWeekSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekSharp: React.FC = ({ ...props }) => ( +export const IconViewWeekSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewWeekSharp as default } diff --git a/src/IconViewWeekSharpFilled.tsx b/src/IconViewWeekSharpFilled.tsx index bb547e78c..d1a638ce1 100644 --- a/src/IconViewWeekSharpFilled.tsx +++ b/src/IconViewWeekSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconViewWeekSharpFilled: React.FC = ({ ...props }) => ( +export const IconViewWeekSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconViewWeekSharpFilled as default } diff --git a/src/IconVignetteOutlined.tsx b/src/IconVignetteOutlined.tsx index 710374799..05250dc5f 100644 --- a/src/IconVignetteOutlined.tsx +++ b/src/IconVignetteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteOutlined: React.FC = ({ ...props }) => ( +export const IconVignetteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVignetteOutlined as default } diff --git a/src/IconVignetteOutlinedFilled.tsx b/src/IconVignetteOutlinedFilled.tsx index 2a0d73824..6068a4c9a 100644 --- a/src/IconVignetteOutlinedFilled.tsx +++ b/src/IconVignetteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVignetteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVignetteOutlinedFilled as default } diff --git a/src/IconVignetteRounded.tsx b/src/IconVignetteRounded.tsx index a585f0fc8..c96a0b2f2 100644 --- a/src/IconVignetteRounded.tsx +++ b/src/IconVignetteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteRounded: React.FC = ({ ...props }) => ( +export const IconVignetteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVignetteRounded as default } diff --git a/src/IconVignetteRoundedFilled.tsx b/src/IconVignetteRoundedFilled.tsx index 72959cba9..6e34b41e6 100644 --- a/src/IconVignetteRoundedFilled.tsx +++ b/src/IconVignetteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVignetteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVignetteRoundedFilled as default } diff --git a/src/IconVignetteSharp.tsx b/src/IconVignetteSharp.tsx index f1099bdc5..6c43de22e 100644 --- a/src/IconVignetteSharp.tsx +++ b/src/IconVignetteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteSharp: React.FC = ({ ...props }) => ( +export const IconVignetteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVignetteSharp as default } diff --git a/src/IconVignetteSharpFilled.tsx b/src/IconVignetteSharpFilled.tsx index 81f85693a..60933836b 100644 --- a/src/IconVignetteSharpFilled.tsx +++ b/src/IconVignetteSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVignetteSharpFilled: React.FC = ({ ...props }) => ( +export const IconVignetteSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVignetteSharpFilled as default } diff --git a/src/IconVillaOutlined.tsx b/src/IconVillaOutlined.tsx index 7cbea5230..10f0d004c 100644 --- a/src/IconVillaOutlined.tsx +++ b/src/IconVillaOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaOutlined: React.FC = ({ ...props }) => ( +export const IconVillaOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaOutlined as default } diff --git a/src/IconVillaOutlinedFilled.tsx b/src/IconVillaOutlinedFilled.tsx index 9b87b8a24..2b6bd40e9 100644 --- a/src/IconVillaOutlinedFilled.tsx +++ b/src/IconVillaOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVillaOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaOutlinedFilled as default } diff --git a/src/IconVillaRounded.tsx b/src/IconVillaRounded.tsx index cbf523f75..fa025dedd 100644 --- a/src/IconVillaRounded.tsx +++ b/src/IconVillaRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaRounded: React.FC = ({ ...props }) => ( +export const IconVillaRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaRounded as default } diff --git a/src/IconVillaRoundedFilled.tsx b/src/IconVillaRoundedFilled.tsx index 06505da8f..e096b7743 100644 --- a/src/IconVillaRoundedFilled.tsx +++ b/src/IconVillaRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVillaRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaRoundedFilled as default } diff --git a/src/IconVillaSharp.tsx b/src/IconVillaSharp.tsx index 3ae5392eb..89fad8e86 100644 --- a/src/IconVillaSharp.tsx +++ b/src/IconVillaSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaSharp: React.FC = ({ ...props }) => ( +export const IconVillaSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaSharp as default } diff --git a/src/IconVillaSharpFilled.tsx b/src/IconVillaSharpFilled.tsx index e4d31bb2f..fa896ad14 100644 --- a/src/IconVillaSharpFilled.tsx +++ b/src/IconVillaSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVillaSharpFilled: React.FC = ({ ...props }) => ( +export const IconVillaSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVillaSharpFilled as default } diff --git a/src/IconVisibilityLockOutlined.tsx b/src/IconVisibilityLockOutlined.tsx index 318140a79..aad20ab49 100644 --- a/src/IconVisibilityLockOutlined.tsx +++ b/src/IconVisibilityLockOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockOutlined: React.FC = ({ ...props }) => ( +export const IconVisibilityLockOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityLockOutlined as default } diff --git a/src/IconVisibilityLockOutlinedFilled.tsx b/src/IconVisibilityLockOutlinedFilled.tsx index 6963c399a..4dd246918 100644 --- a/src/IconVisibilityLockOutlinedFilled.tsx +++ b/src/IconVisibilityLockOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockOutlinedFilled: React.FC = ({ +export const IconVisibilityLockOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVisibilityLockOutlinedFilled: React.FC = ({ ) - -export { IconVisibilityLockOutlinedFilled as default } diff --git a/src/IconVisibilityLockRounded.tsx b/src/IconVisibilityLockRounded.tsx index 9d65f86e0..af5b9626d 100644 --- a/src/IconVisibilityLockRounded.tsx +++ b/src/IconVisibilityLockRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockRounded: React.FC = ({ ...props }) => ( +export const IconVisibilityLockRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityLockRounded as default } diff --git a/src/IconVisibilityLockRoundedFilled.tsx b/src/IconVisibilityLockRoundedFilled.tsx index 7f079b4ae..a8b0cdfd0 100644 --- a/src/IconVisibilityLockRoundedFilled.tsx +++ b/src/IconVisibilityLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityLockRoundedFilled as default } diff --git a/src/IconVisibilityLockSharp.tsx b/src/IconVisibilityLockSharp.tsx index 21b383769..3c3972791 100644 --- a/src/IconVisibilityLockSharp.tsx +++ b/src/IconVisibilityLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockSharp: React.FC = ({ ...props }) => ( +export const IconVisibilityLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilityLockSharp as default } diff --git a/src/IconVisibilityLockSharpFilled.tsx b/src/IconVisibilityLockSharpFilled.tsx index cd7ca6802..468c5ea72 100644 --- a/src/IconVisibilityLockSharpFilled.tsx +++ b/src/IconVisibilityLockSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityLockSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityLockSharpFilled as default } diff --git a/src/IconVisibilityOffOutlined.tsx b/src/IconVisibilityOffOutlined.tsx index 822821b1c..d205e56b0 100644 --- a/src/IconVisibilityOffOutlined.tsx +++ b/src/IconVisibilityOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffOutlined: React.FC = ({ ...props }) => ( +export const IconVisibilityOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffOutlined as default } diff --git a/src/IconVisibilityOffOutlinedFilled.tsx b/src/IconVisibilityOffOutlinedFilled.tsx index 599126f7c..3014fb764 100644 --- a/src/IconVisibilityOffOutlinedFilled.tsx +++ b/src/IconVisibilityOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffOutlinedFilled as default } diff --git a/src/IconVisibilityOffRounded.tsx b/src/IconVisibilityOffRounded.tsx index 71291e924..63a909101 100644 --- a/src/IconVisibilityOffRounded.tsx +++ b/src/IconVisibilityOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffRounded: React.FC = ({ ...props }) => ( +export const IconVisibilityOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffRounded as default } diff --git a/src/IconVisibilityOffRoundedFilled.tsx b/src/IconVisibilityOffRoundedFilled.tsx index 48645c32d..d92a6bcf3 100644 --- a/src/IconVisibilityOffRoundedFilled.tsx +++ b/src/IconVisibilityOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffRoundedFilled as default } diff --git a/src/IconVisibilityOffSharp.tsx b/src/IconVisibilityOffSharp.tsx index f0d07ac4b..5ce768bbe 100644 --- a/src/IconVisibilityOffSharp.tsx +++ b/src/IconVisibilityOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffSharp: React.FC = ({ ...props }) => ( +export const IconVisibilityOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffSharp as default } diff --git a/src/IconVisibilityOffSharpFilled.tsx b/src/IconVisibilityOffSharpFilled.tsx index e6c133438..13d4ccb38 100644 --- a/src/IconVisibilityOffSharpFilled.tsx +++ b/src/IconVisibilityOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityOffSharpFilled as default } diff --git a/src/IconVisibilityOutlined.tsx b/src/IconVisibilityOutlined.tsx index 2e0901798..59128f15d 100644 --- a/src/IconVisibilityOutlined.tsx +++ b/src/IconVisibilityOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOutlined: React.FC = ({ ...props }) => ( +export const IconVisibilityOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilityOutlined as default } diff --git a/src/IconVisibilityOutlinedFilled.tsx b/src/IconVisibilityOutlinedFilled.tsx index 61ac33f0b..706023dcb 100644 --- a/src/IconVisibilityOutlinedFilled.tsx +++ b/src/IconVisibilityOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityOutlinedFilled as default } diff --git a/src/IconVisibilityRounded.tsx b/src/IconVisibilityRounded.tsx index 8cf15e657..ef42b8430 100644 --- a/src/IconVisibilityRounded.tsx +++ b/src/IconVisibilityRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityRounded: React.FC = ({ ...props }) => ( +export const IconVisibilityRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilityRounded as default } diff --git a/src/IconVisibilityRoundedFilled.tsx b/src/IconVisibilityRoundedFilled.tsx index 27e6f2564..23741bbf9 100644 --- a/src/IconVisibilityRoundedFilled.tsx +++ b/src/IconVisibilityRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilityRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVisibilityRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilityRoundedFilled as default } diff --git a/src/IconVisibilitySharp.tsx b/src/IconVisibilitySharp.tsx index ce8fc53cc..74df57c0d 100644 --- a/src/IconVisibilitySharp.tsx +++ b/src/IconVisibilitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilitySharp: React.FC = ({ ...props }) => ( +export const IconVisibilitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVisibilitySharp as default } diff --git a/src/IconVisibilitySharpFilled.tsx b/src/IconVisibilitySharpFilled.tsx index f5a51e570..d0eb04eac 100644 --- a/src/IconVisibilitySharpFilled.tsx +++ b/src/IconVisibilitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVisibilitySharpFilled: React.FC = ({ ...props }) => ( +export const IconVisibilitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVisibilitySharpFilled as default } diff --git a/src/IconVitalSignsOutlined.tsx b/src/IconVitalSignsOutlined.tsx index 321dfaf89..1c4caac3f 100644 --- a/src/IconVitalSignsOutlined.tsx +++ b/src/IconVitalSignsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsOutlined: React.FC = ({ ...props }) => ( +export const IconVitalSignsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVitalSignsOutlined as default } diff --git a/src/IconVitalSignsOutlinedFilled.tsx b/src/IconVitalSignsOutlinedFilled.tsx index 0293d0aea..1c389ec1c 100644 --- a/src/IconVitalSignsOutlinedFilled.tsx +++ b/src/IconVitalSignsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVitalSignsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVitalSignsOutlinedFilled as default } diff --git a/src/IconVitalSignsRounded.tsx b/src/IconVitalSignsRounded.tsx index 89ea93cb9..e922390e6 100644 --- a/src/IconVitalSignsRounded.tsx +++ b/src/IconVitalSignsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsRounded: React.FC = ({ ...props }) => ( +export const IconVitalSignsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVitalSignsRounded as default } diff --git a/src/IconVitalSignsRoundedFilled.tsx b/src/IconVitalSignsRoundedFilled.tsx index eb2b53dd8..d23820a09 100644 --- a/src/IconVitalSignsRoundedFilled.tsx +++ b/src/IconVitalSignsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVitalSignsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVitalSignsRoundedFilled as default } diff --git a/src/IconVitalSignsSharp.tsx b/src/IconVitalSignsSharp.tsx index 003133563..82f62e7d4 100644 --- a/src/IconVitalSignsSharp.tsx +++ b/src/IconVitalSignsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsSharp: React.FC = ({ ...props }) => ( +export const IconVitalSignsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVitalSignsSharp as default } diff --git a/src/IconVitalSignsSharpFilled.tsx b/src/IconVitalSignsSharpFilled.tsx index b945a952e..e439ce0c3 100644 --- a/src/IconVitalSignsSharpFilled.tsx +++ b/src/IconVitalSignsSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVitalSignsSharpFilled: React.FC = ({ ...props }) => ( +export const IconVitalSignsSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVitalSignsSharpFilled as default } diff --git a/src/IconVo2MaxOutlined.tsx b/src/IconVo2MaxOutlined.tsx index 33a284f23..fa8e88beb 100644 --- a/src/IconVo2MaxOutlined.tsx +++ b/src/IconVo2MaxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxOutlined: React.FC = ({ ...props }) => ( +export const IconVo2MaxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxOutlined as default } diff --git a/src/IconVo2MaxOutlinedFilled.tsx b/src/IconVo2MaxOutlinedFilled.tsx index c40dbcbed..339852e18 100644 --- a/src/IconVo2MaxOutlinedFilled.tsx +++ b/src/IconVo2MaxOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVo2MaxOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxOutlinedFilled as default } diff --git a/src/IconVo2MaxRounded.tsx b/src/IconVo2MaxRounded.tsx index 799fbef26..162a3c822 100644 --- a/src/IconVo2MaxRounded.tsx +++ b/src/IconVo2MaxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxRounded: React.FC = ({ ...props }) => ( +export const IconVo2MaxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxRounded as default } diff --git a/src/IconVo2MaxRoundedFilled.tsx b/src/IconVo2MaxRoundedFilled.tsx index 1ed69a482..9c64845b4 100644 --- a/src/IconVo2MaxRoundedFilled.tsx +++ b/src/IconVo2MaxRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVo2MaxRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxRoundedFilled as default } diff --git a/src/IconVo2MaxSharp.tsx b/src/IconVo2MaxSharp.tsx index aef1b26df..6e1d3b14b 100644 --- a/src/IconVo2MaxSharp.tsx +++ b/src/IconVo2MaxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxSharp: React.FC = ({ ...props }) => ( +export const IconVo2MaxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxSharp as default } diff --git a/src/IconVo2MaxSharpFilled.tsx b/src/IconVo2MaxSharpFilled.tsx index e38afda61..b8e002cc9 100644 --- a/src/IconVo2MaxSharpFilled.tsx +++ b/src/IconVo2MaxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVo2MaxSharpFilled: React.FC = ({ ...props }) => ( +export const IconVo2MaxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVo2MaxSharpFilled as default } diff --git a/src/IconVoiceChatOutlined.tsx b/src/IconVoiceChatOutlined.tsx index a9c5e2480..d9a7c8fdb 100644 --- a/src/IconVoiceChatOutlined.tsx +++ b/src/IconVoiceChatOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatOutlined: React.FC = ({ ...props }) => ( +export const IconVoiceChatOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceChatOutlined as default } diff --git a/src/IconVoiceChatOutlinedFilled.tsx b/src/IconVoiceChatOutlinedFilled.tsx index 6e010cb38..4c5e697fa 100644 --- a/src/IconVoiceChatOutlinedFilled.tsx +++ b/src/IconVoiceChatOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVoiceChatOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceChatOutlinedFilled as default } diff --git a/src/IconVoiceChatRounded.tsx b/src/IconVoiceChatRounded.tsx index deb5507ba..c487c99b3 100644 --- a/src/IconVoiceChatRounded.tsx +++ b/src/IconVoiceChatRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatRounded: React.FC = ({ ...props }) => ( +export const IconVoiceChatRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceChatRounded as default } diff --git a/src/IconVoiceChatRoundedFilled.tsx b/src/IconVoiceChatRoundedFilled.tsx index 44171d2da..d3332f27d 100644 --- a/src/IconVoiceChatRoundedFilled.tsx +++ b/src/IconVoiceChatRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVoiceChatRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceChatRoundedFilled as default } diff --git a/src/IconVoiceChatSharp.tsx b/src/IconVoiceChatSharp.tsx index f52cffcbc..13630c133 100644 --- a/src/IconVoiceChatSharp.tsx +++ b/src/IconVoiceChatSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatSharp: React.FC = ({ ...props }) => ( +export const IconVoiceChatSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceChatSharp as default } diff --git a/src/IconVoiceChatSharpFilled.tsx b/src/IconVoiceChatSharpFilled.tsx index ae706c937..7f82fc3e5 100644 --- a/src/IconVoiceChatSharpFilled.tsx +++ b/src/IconVoiceChatSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceChatSharpFilled: React.FC = ({ ...props }) => ( +export const IconVoiceChatSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceChatSharpFilled as default } diff --git a/src/IconVoiceOverOffOutlined.tsx b/src/IconVoiceOverOffOutlined.tsx index 44949c5bf..28ac3c0a1 100644 --- a/src/IconVoiceOverOffOutlined.tsx +++ b/src/IconVoiceOverOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffOutlined: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffOutlined as default } diff --git a/src/IconVoiceOverOffOutlinedFilled.tsx b/src/IconVoiceOverOffOutlinedFilled.tsx index d648f9fbf..b0ec7c933 100644 --- a/src/IconVoiceOverOffOutlinedFilled.tsx +++ b/src/IconVoiceOverOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffOutlinedFilled as default } diff --git a/src/IconVoiceOverOffRounded.tsx b/src/IconVoiceOverOffRounded.tsx index 4b7101922..19d7bdd02 100644 --- a/src/IconVoiceOverOffRounded.tsx +++ b/src/IconVoiceOverOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffRounded: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffRounded as default } diff --git a/src/IconVoiceOverOffRoundedFilled.tsx b/src/IconVoiceOverOffRoundedFilled.tsx index db9b89475..2b088a5aa 100644 --- a/src/IconVoiceOverOffRoundedFilled.tsx +++ b/src/IconVoiceOverOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffRoundedFilled as default } diff --git a/src/IconVoiceOverOffSharp.tsx b/src/IconVoiceOverOffSharp.tsx index 9bc2cceae..bb5ef4ba1 100644 --- a/src/IconVoiceOverOffSharp.tsx +++ b/src/IconVoiceOverOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffSharp: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffSharp as default } diff --git a/src/IconVoiceOverOffSharpFilled.tsx b/src/IconVoiceOverOffSharpFilled.tsx index e99dd516b..d1002a27c 100644 --- a/src/IconVoiceOverOffSharpFilled.tsx +++ b/src/IconVoiceOverOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceOverOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVoiceOverOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceOverOffSharpFilled as default } diff --git a/src/IconVoiceSelectionOffOutlined.tsx b/src/IconVoiceSelectionOffOutlined.tsx index 231fb81af..b2b1a6703 100644 --- a/src/IconVoiceSelectionOffOutlined.tsx +++ b/src/IconVoiceSelectionOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffOutlined: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionOffOutlined as default } diff --git a/src/IconVoiceSelectionOffOutlinedFilled.tsx b/src/IconVoiceSelectionOffOutlinedFilled.tsx index 2bf69c3cb..b61a361b9 100644 --- a/src/IconVoiceSelectionOffOutlinedFilled.tsx +++ b/src/IconVoiceSelectionOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffOutlinedFilled: React.FC = ({ +export const IconVoiceSelectionOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVoiceSelectionOffOutlinedFilled: React.FC = ({ ) - -export { IconVoiceSelectionOffOutlinedFilled as default } diff --git a/src/IconVoiceSelectionOffRounded.tsx b/src/IconVoiceSelectionOffRounded.tsx index 61ba5f8dd..a0a82d6be 100644 --- a/src/IconVoiceSelectionOffRounded.tsx +++ b/src/IconVoiceSelectionOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffRounded: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionOffRounded as default } diff --git a/src/IconVoiceSelectionOffRoundedFilled.tsx b/src/IconVoiceSelectionOffRoundedFilled.tsx index a81ed885b..805b02e7e 100644 --- a/src/IconVoiceSelectionOffRoundedFilled.tsx +++ b/src/IconVoiceSelectionOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffRoundedFilled: React.FC = ({ +export const IconVoiceSelectionOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVoiceSelectionOffRoundedFilled: React.FC = ({ ) - -export { IconVoiceSelectionOffRoundedFilled as default } diff --git a/src/IconVoiceSelectionOffSharp.tsx b/src/IconVoiceSelectionOffSharp.tsx index b0fefb5c5..1a3755b91 100644 --- a/src/IconVoiceSelectionOffSharp.tsx +++ b/src/IconVoiceSelectionOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffSharp: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionOffSharp as default } diff --git a/src/IconVoiceSelectionOffSharpFilled.tsx b/src/IconVoiceSelectionOffSharpFilled.tsx index 8ce017e0a..7c00f1abc 100644 --- a/src/IconVoiceSelectionOffSharpFilled.tsx +++ b/src/IconVoiceSelectionOffSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOffSharpFilled: React.FC = ({ +export const IconVoiceSelectionOffSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVoiceSelectionOffSharpFilled: React.FC = ({ ) - -export { IconVoiceSelectionOffSharpFilled as default } diff --git a/src/IconVoiceSelectionOutlined.tsx b/src/IconVoiceSelectionOutlined.tsx index 915a20ea6..079ef2d7f 100644 --- a/src/IconVoiceSelectionOutlined.tsx +++ b/src/IconVoiceSelectionOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOutlined: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionOutlined as default } diff --git a/src/IconVoiceSelectionOutlinedFilled.tsx b/src/IconVoiceSelectionOutlinedFilled.tsx index c15bb5f1d..c7329ae87 100644 --- a/src/IconVoiceSelectionOutlinedFilled.tsx +++ b/src/IconVoiceSelectionOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionOutlinedFilled: React.FC = ({ +export const IconVoiceSelectionOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVoiceSelectionOutlinedFilled: React.FC = ({ ) - -export { IconVoiceSelectionOutlinedFilled as default } diff --git a/src/IconVoiceSelectionRounded.tsx b/src/IconVoiceSelectionRounded.tsx index b1c8ee483..938cff899 100644 --- a/src/IconVoiceSelectionRounded.tsx +++ b/src/IconVoiceSelectionRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionRounded: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionRounded as default } diff --git a/src/IconVoiceSelectionRoundedFilled.tsx b/src/IconVoiceSelectionRoundedFilled.tsx index f0b959031..bd9fc4c52 100644 --- a/src/IconVoiceSelectionRoundedFilled.tsx +++ b/src/IconVoiceSelectionRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionRoundedFilled as default } diff --git a/src/IconVoiceSelectionSharp.tsx b/src/IconVoiceSelectionSharp.tsx index e7c7a442c..d34e015d1 100644 --- a/src/IconVoiceSelectionSharp.tsx +++ b/src/IconVoiceSelectionSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionSharp: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionSharp as default } diff --git a/src/IconVoiceSelectionSharpFilled.tsx b/src/IconVoiceSelectionSharpFilled.tsx index dd2c043c9..d382e1746 100644 --- a/src/IconVoiceSelectionSharpFilled.tsx +++ b/src/IconVoiceSelectionSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoiceSelectionSharpFilled: React.FC = ({ ...props }) => ( +export const IconVoiceSelectionSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoiceSelectionSharpFilled as default } diff --git a/src/IconVoicemailOutlined.tsx b/src/IconVoicemailOutlined.tsx index ed8a9ca94..6852ac653 100644 --- a/src/IconVoicemailOutlined.tsx +++ b/src/IconVoicemailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailOutlined: React.FC = ({ ...props }) => ( +export const IconVoicemailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoicemailOutlined as default } diff --git a/src/IconVoicemailOutlinedFilled.tsx b/src/IconVoicemailOutlinedFilled.tsx index 15e78ad1c..b79ed120d 100644 --- a/src/IconVoicemailOutlinedFilled.tsx +++ b/src/IconVoicemailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVoicemailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoicemailOutlinedFilled as default } diff --git a/src/IconVoicemailRounded.tsx b/src/IconVoicemailRounded.tsx index 76da94a8c..4dd43fc92 100644 --- a/src/IconVoicemailRounded.tsx +++ b/src/IconVoicemailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailRounded: React.FC = ({ ...props }) => ( +export const IconVoicemailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoicemailRounded as default } diff --git a/src/IconVoicemailRoundedFilled.tsx b/src/IconVoicemailRoundedFilled.tsx index eb20e1af1..ea475f075 100644 --- a/src/IconVoicemailRoundedFilled.tsx +++ b/src/IconVoicemailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVoicemailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVoicemailRoundedFilled as default } diff --git a/src/IconVoicemailSharp.tsx b/src/IconVoicemailSharp.tsx index b274d5d5c..017921d80 100644 --- a/src/IconVoicemailSharp.tsx +++ b/src/IconVoicemailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailSharp: React.FC = ({ ...props }) => ( +export const IconVoicemailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoicemailSharp as default } diff --git a/src/IconVoicemailSharpFilled.tsx b/src/IconVoicemailSharpFilled.tsx index 0b9b68916..07e9d2182 100644 --- a/src/IconVoicemailSharpFilled.tsx +++ b/src/IconVoicemailSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVoicemailSharpFilled: React.FC = ({ ...props }) => ( +export const IconVoicemailSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVoicemailSharpFilled as default } diff --git a/src/IconVolcanoOutlined.tsx b/src/IconVolcanoOutlined.tsx index c8b087802..d930588c3 100644 --- a/src/IconVolcanoOutlined.tsx +++ b/src/IconVolcanoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoOutlined: React.FC = ({ ...props }) => ( +export const IconVolcanoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolcanoOutlined as default } diff --git a/src/IconVolcanoOutlinedFilled.tsx b/src/IconVolcanoOutlinedFilled.tsx index c6de30532..b4528e58c 100644 --- a/src/IconVolcanoOutlinedFilled.tsx +++ b/src/IconVolcanoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolcanoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolcanoOutlinedFilled as default } diff --git a/src/IconVolcanoRounded.tsx b/src/IconVolcanoRounded.tsx index 077b55f38..f439f4093 100644 --- a/src/IconVolcanoRounded.tsx +++ b/src/IconVolcanoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoRounded: React.FC = ({ ...props }) => ( +export const IconVolcanoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolcanoRounded as default } diff --git a/src/IconVolcanoRoundedFilled.tsx b/src/IconVolcanoRoundedFilled.tsx index bd246c423..b934e407c 100644 --- a/src/IconVolcanoRoundedFilled.tsx +++ b/src/IconVolcanoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolcanoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolcanoRoundedFilled as default } diff --git a/src/IconVolcanoSharp.tsx b/src/IconVolcanoSharp.tsx index c5a761bbf..e66824095 100644 --- a/src/IconVolcanoSharp.tsx +++ b/src/IconVolcanoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoSharp: React.FC = ({ ...props }) => ( +export const IconVolcanoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolcanoSharp as default } diff --git a/src/IconVolcanoSharpFilled.tsx b/src/IconVolcanoSharpFilled.tsx index 06c34b094..495a10961 100644 --- a/src/IconVolcanoSharpFilled.tsx +++ b/src/IconVolcanoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolcanoSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolcanoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolcanoSharpFilled as default } diff --git a/src/IconVolumeDownAltOutlined.tsx b/src/IconVolumeDownAltOutlined.tsx index 6c3e33d69..243218d19 100644 --- a/src/IconVolumeDownAltOutlined.tsx +++ b/src/IconVolumeDownAltOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltOutlined: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltOutlined as default } diff --git a/src/IconVolumeDownAltOutlinedFilled.tsx b/src/IconVolumeDownAltOutlinedFilled.tsx index 1f89a5118..fb07e6c60 100644 --- a/src/IconVolumeDownAltOutlinedFilled.tsx +++ b/src/IconVolumeDownAltOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltOutlinedFilled as default } diff --git a/src/IconVolumeDownAltRounded.tsx b/src/IconVolumeDownAltRounded.tsx index 67476fc5c..bdccdcf63 100644 --- a/src/IconVolumeDownAltRounded.tsx +++ b/src/IconVolumeDownAltRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltRounded: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltRounded as default } diff --git a/src/IconVolumeDownAltRoundedFilled.tsx b/src/IconVolumeDownAltRoundedFilled.tsx index 8fd73bc41..b6783f242 100644 --- a/src/IconVolumeDownAltRoundedFilled.tsx +++ b/src/IconVolumeDownAltRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltRoundedFilled as default } diff --git a/src/IconVolumeDownAltSharp.tsx b/src/IconVolumeDownAltSharp.tsx index 205753473..70be6e68e 100644 --- a/src/IconVolumeDownAltSharp.tsx +++ b/src/IconVolumeDownAltSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltSharp: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltSharp as default } diff --git a/src/IconVolumeDownAltSharpFilled.tsx b/src/IconVolumeDownAltSharpFilled.tsx index 2d50c6a4a..743cfed77 100644 --- a/src/IconVolumeDownAltSharpFilled.tsx +++ b/src/IconVolumeDownAltSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownAltSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownAltSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownAltSharpFilled as default } diff --git a/src/IconVolumeDownOutlined.tsx b/src/IconVolumeDownOutlined.tsx index bc6dbb2ed..680ea0a25 100644 --- a/src/IconVolumeDownOutlined.tsx +++ b/src/IconVolumeDownOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownOutlined: React.FC = ({ ...props }) => ( +export const IconVolumeDownOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeDownOutlined as default } diff --git a/src/IconVolumeDownOutlinedFilled.tsx b/src/IconVolumeDownOutlinedFilled.tsx index 330db36e8..6cca30b35 100644 --- a/src/IconVolumeDownOutlinedFilled.tsx +++ b/src/IconVolumeDownOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownOutlinedFilled as default } diff --git a/src/IconVolumeDownRounded.tsx b/src/IconVolumeDownRounded.tsx index 7b4faf464..596d9aec1 100644 --- a/src/IconVolumeDownRounded.tsx +++ b/src/IconVolumeDownRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownRounded: React.FC = ({ ...props }) => ( +export const IconVolumeDownRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeDownRounded as default } diff --git a/src/IconVolumeDownRoundedFilled.tsx b/src/IconVolumeDownRoundedFilled.tsx index 460b9ead0..c4df81f72 100644 --- a/src/IconVolumeDownRoundedFilled.tsx +++ b/src/IconVolumeDownRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownRoundedFilled as default } diff --git a/src/IconVolumeDownSharp.tsx b/src/IconVolumeDownSharp.tsx index b702d9f07..4cf60372f 100644 --- a/src/IconVolumeDownSharp.tsx +++ b/src/IconVolumeDownSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownSharp: React.FC = ({ ...props }) => ( +export const IconVolumeDownSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeDownSharp as default } diff --git a/src/IconVolumeDownSharpFilled.tsx b/src/IconVolumeDownSharpFilled.tsx index 3444eb6cb..23523092b 100644 --- a/src/IconVolumeDownSharpFilled.tsx +++ b/src/IconVolumeDownSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeDownSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolumeDownSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeDownSharpFilled as default } diff --git a/src/IconVolumeMuteOutlined.tsx b/src/IconVolumeMuteOutlined.tsx index 7cf867414..1fa90f88c 100644 --- a/src/IconVolumeMuteOutlined.tsx +++ b/src/IconVolumeMuteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteOutlined: React.FC = ({ ...props }) => ( +export const IconVolumeMuteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteOutlined as default } diff --git a/src/IconVolumeMuteOutlinedFilled.tsx b/src/IconVolumeMuteOutlinedFilled.tsx index 669eb0e5c..91b4ae5e5 100644 --- a/src/IconVolumeMuteOutlinedFilled.tsx +++ b/src/IconVolumeMuteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeMuteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteOutlinedFilled as default } diff --git a/src/IconVolumeMuteRounded.tsx b/src/IconVolumeMuteRounded.tsx index b2394d65e..a6d61853a 100644 --- a/src/IconVolumeMuteRounded.tsx +++ b/src/IconVolumeMuteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteRounded: React.FC = ({ ...props }) => ( +export const IconVolumeMuteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteRounded as default } diff --git a/src/IconVolumeMuteRoundedFilled.tsx b/src/IconVolumeMuteRoundedFilled.tsx index 472486d00..634ce9fba 100644 --- a/src/IconVolumeMuteRoundedFilled.tsx +++ b/src/IconVolumeMuteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeMuteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteRoundedFilled as default } diff --git a/src/IconVolumeMuteSharp.tsx b/src/IconVolumeMuteSharp.tsx index a25b56e3a..2b375cac8 100644 --- a/src/IconVolumeMuteSharp.tsx +++ b/src/IconVolumeMuteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteSharp: React.FC = ({ ...props }) => ( +export const IconVolumeMuteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteSharp as default } diff --git a/src/IconVolumeMuteSharpFilled.tsx b/src/IconVolumeMuteSharpFilled.tsx index dd8f93dd9..4d438cbaa 100644 --- a/src/IconVolumeMuteSharpFilled.tsx +++ b/src/IconVolumeMuteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeMuteSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolumeMuteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeMuteSharpFilled as default } diff --git a/src/IconVolumeOffOutlined.tsx b/src/IconVolumeOffOutlined.tsx index fecc498e0..1b5df8603 100644 --- a/src/IconVolumeOffOutlined.tsx +++ b/src/IconVolumeOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffOutlined: React.FC = ({ ...props }) => ( +export const IconVolumeOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeOffOutlined as default } diff --git a/src/IconVolumeOffOutlinedFilled.tsx b/src/IconVolumeOffOutlinedFilled.tsx index f12d7eedd..ff3e285ac 100644 --- a/src/IconVolumeOffOutlinedFilled.tsx +++ b/src/IconVolumeOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeOffOutlinedFilled as default } diff --git a/src/IconVolumeOffRounded.tsx b/src/IconVolumeOffRounded.tsx index 00e784b56..d0e4d5491 100644 --- a/src/IconVolumeOffRounded.tsx +++ b/src/IconVolumeOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffRounded: React.FC = ({ ...props }) => ( +export const IconVolumeOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeOffRounded as default } diff --git a/src/IconVolumeOffRoundedFilled.tsx b/src/IconVolumeOffRoundedFilled.tsx index dc96fbc17..dffae9173 100644 --- a/src/IconVolumeOffRoundedFilled.tsx +++ b/src/IconVolumeOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeOffRoundedFilled as default } diff --git a/src/IconVolumeOffSharp.tsx b/src/IconVolumeOffSharp.tsx index 6ece3a10e..809e10b1f 100644 --- a/src/IconVolumeOffSharp.tsx +++ b/src/IconVolumeOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffSharp: React.FC = ({ ...props }) => ( +export const IconVolumeOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeOffSharp as default } diff --git a/src/IconVolumeOffSharpFilled.tsx b/src/IconVolumeOffSharpFilled.tsx index cc3a7329d..0bc313ba1 100644 --- a/src/IconVolumeOffSharpFilled.tsx +++ b/src/IconVolumeOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolumeOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeOffSharpFilled as default } diff --git a/src/IconVolumeUpOutlined.tsx b/src/IconVolumeUpOutlined.tsx index 96123ab69..27304cfba 100644 --- a/src/IconVolumeUpOutlined.tsx +++ b/src/IconVolumeUpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpOutlined: React.FC = ({ ...props }) => ( +export const IconVolumeUpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeUpOutlined as default } diff --git a/src/IconVolumeUpOutlinedFilled.tsx b/src/IconVolumeUpOutlinedFilled.tsx index 52d6211ad..0c717f361 100644 --- a/src/IconVolumeUpOutlinedFilled.tsx +++ b/src/IconVolumeUpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeUpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeUpOutlinedFilled as default } diff --git a/src/IconVolumeUpRounded.tsx b/src/IconVolumeUpRounded.tsx index 80ba89b25..ccf427d5e 100644 --- a/src/IconVolumeUpRounded.tsx +++ b/src/IconVolumeUpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpRounded: React.FC = ({ ...props }) => ( +export const IconVolumeUpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeUpRounded as default } diff --git a/src/IconVolumeUpRoundedFilled.tsx b/src/IconVolumeUpRoundedFilled.tsx index 1125c300a..8054be89a 100644 --- a/src/IconVolumeUpRoundedFilled.tsx +++ b/src/IconVolumeUpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVolumeUpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolumeUpRoundedFilled as default } diff --git a/src/IconVolumeUpSharp.tsx b/src/IconVolumeUpSharp.tsx index 9a7409fc7..6912692d2 100644 --- a/src/IconVolumeUpSharp.tsx +++ b/src/IconVolumeUpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpSharp: React.FC = ({ ...props }) => ( +export const IconVolumeUpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeUpSharp as default } diff --git a/src/IconVolumeUpSharpFilled.tsx b/src/IconVolumeUpSharpFilled.tsx index 1b25bd2de..499c67fa2 100644 --- a/src/IconVolumeUpSharpFilled.tsx +++ b/src/IconVolumeUpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVolumeUpSharpFilled: React.FC = ({ ...props }) => ( +export const IconVolumeUpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVolumeUpSharpFilled as default } diff --git a/src/IconVolunteerActivismOutlined.tsx b/src/IconVolunteerActivismOutlined.tsx index a9ba5a610..64b2c2d50 100644 --- a/src/IconVolunteerActivismOutlined.tsx +++ b/src/IconVolunteerActivismOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismOutlined: React.FC = ({ ...props }) => ( +export const IconVolunteerActivismOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolunteerActivismOutlined as default } diff --git a/src/IconVolunteerActivismOutlinedFilled.tsx b/src/IconVolunteerActivismOutlinedFilled.tsx index 0eae1861b..36a11aa28 100644 --- a/src/IconVolunteerActivismOutlinedFilled.tsx +++ b/src/IconVolunteerActivismOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismOutlinedFilled: React.FC = ({ +export const IconVolunteerActivismOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVolunteerActivismOutlinedFilled: React.FC = ({ ) - -export { IconVolunteerActivismOutlinedFilled as default } diff --git a/src/IconVolunteerActivismRounded.tsx b/src/IconVolunteerActivismRounded.tsx index 6dd5caae0..bd61e1fd1 100644 --- a/src/IconVolunteerActivismRounded.tsx +++ b/src/IconVolunteerActivismRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismRounded: React.FC = ({ ...props }) => ( +export const IconVolunteerActivismRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolunteerActivismRounded as default } diff --git a/src/IconVolunteerActivismRoundedFilled.tsx b/src/IconVolunteerActivismRoundedFilled.tsx index 0f35a3b9b..192e56ebd 100644 --- a/src/IconVolunteerActivismRoundedFilled.tsx +++ b/src/IconVolunteerActivismRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismRoundedFilled: React.FC = ({ +export const IconVolunteerActivismRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVolunteerActivismRoundedFilled: React.FC = ({ ) - -export { IconVolunteerActivismRoundedFilled as default } diff --git a/src/IconVolunteerActivismSharp.tsx b/src/IconVolunteerActivismSharp.tsx index 7a367d365..78c82395c 100644 --- a/src/IconVolunteerActivismSharp.tsx +++ b/src/IconVolunteerActivismSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismSharp: React.FC = ({ ...props }) => ( +export const IconVolunteerActivismSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVolunteerActivismSharp as default } diff --git a/src/IconVolunteerActivismSharpFilled.tsx b/src/IconVolunteerActivismSharpFilled.tsx index 735e2809f..e329fde2f 100644 --- a/src/IconVolunteerActivismSharpFilled.tsx +++ b/src/IconVolunteerActivismSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVolunteerActivismSharpFilled: React.FC = ({ +export const IconVolunteerActivismSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVolunteerActivismSharpFilled: React.FC = ({ ) - -export { IconVolunteerActivismSharpFilled as default } diff --git a/src/IconVotingChipOutlined.tsx b/src/IconVotingChipOutlined.tsx index 0358c447e..e0d66e669 100644 --- a/src/IconVotingChipOutlined.tsx +++ b/src/IconVotingChipOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipOutlined: React.FC = ({ ...props }) => ( +export const IconVotingChipOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVotingChipOutlined as default } diff --git a/src/IconVotingChipOutlinedFilled.tsx b/src/IconVotingChipOutlinedFilled.tsx index dc24aa428..8e0f4e8ab 100644 --- a/src/IconVotingChipOutlinedFilled.tsx +++ b/src/IconVotingChipOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVotingChipOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVotingChipOutlinedFilled as default } diff --git a/src/IconVotingChipRounded.tsx b/src/IconVotingChipRounded.tsx index 51f4ea46f..e1788f9f3 100644 --- a/src/IconVotingChipRounded.tsx +++ b/src/IconVotingChipRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipRounded: React.FC = ({ ...props }) => ( +export const IconVotingChipRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVotingChipRounded as default } diff --git a/src/IconVotingChipRoundedFilled.tsx b/src/IconVotingChipRoundedFilled.tsx index 92e8c236c..460288075 100644 --- a/src/IconVotingChipRoundedFilled.tsx +++ b/src/IconVotingChipRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVotingChipRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVotingChipRoundedFilled as default } diff --git a/src/IconVotingChipSharp.tsx b/src/IconVotingChipSharp.tsx index 92046b0b9..6c01eca56 100644 --- a/src/IconVotingChipSharp.tsx +++ b/src/IconVotingChipSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipSharp: React.FC = ({ ...props }) => ( +export const IconVotingChipSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVotingChipSharp as default } diff --git a/src/IconVotingChipSharpFilled.tsx b/src/IconVotingChipSharpFilled.tsx index 646039cba..1a79f236c 100644 --- a/src/IconVotingChipSharpFilled.tsx +++ b/src/IconVotingChipSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVotingChipSharpFilled: React.FC = ({ ...props }) => ( +export const IconVotingChipSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVotingChipSharpFilled as default } diff --git a/src/IconVpnKeyAlertOutlined.tsx b/src/IconVpnKeyAlertOutlined.tsx index 1bf56a8d1..5e765d6b3 100644 --- a/src/IconVpnKeyAlertOutlined.tsx +++ b/src/IconVpnKeyAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertOutlined: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertOutlined as default } diff --git a/src/IconVpnKeyAlertOutlinedFilled.tsx b/src/IconVpnKeyAlertOutlinedFilled.tsx index bd3583b47..4086b7024 100644 --- a/src/IconVpnKeyAlertOutlinedFilled.tsx +++ b/src/IconVpnKeyAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertOutlinedFilled as default } diff --git a/src/IconVpnKeyAlertRounded.tsx b/src/IconVpnKeyAlertRounded.tsx index 9dde3c6c9..5401c3b4a 100644 --- a/src/IconVpnKeyAlertRounded.tsx +++ b/src/IconVpnKeyAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertRounded: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertRounded as default } diff --git a/src/IconVpnKeyAlertRoundedFilled.tsx b/src/IconVpnKeyAlertRoundedFilled.tsx index a7f88ae74..b907277f3 100644 --- a/src/IconVpnKeyAlertRoundedFilled.tsx +++ b/src/IconVpnKeyAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertRoundedFilled as default } diff --git a/src/IconVpnKeyAlertSharp.tsx b/src/IconVpnKeyAlertSharp.tsx index 116a4294f..f2e4e6c0c 100644 --- a/src/IconVpnKeyAlertSharp.tsx +++ b/src/IconVpnKeyAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertSharp: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertSharp as default } diff --git a/src/IconVpnKeyAlertSharpFilled.tsx b/src/IconVpnKeyAlertSharpFilled.tsx index dd1100f2c..e111912fd 100644 --- a/src/IconVpnKeyAlertSharpFilled.tsx +++ b/src/IconVpnKeyAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnKeyAlertSharpFilled as default } diff --git a/src/IconVpnKeyOffOutlined.tsx b/src/IconVpnKeyOffOutlined.tsx index aa10cabf7..4cc62781d 100644 --- a/src/IconVpnKeyOffOutlined.tsx +++ b/src/IconVpnKeyOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffOutlined: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffOutlined as default } diff --git a/src/IconVpnKeyOffOutlinedFilled.tsx b/src/IconVpnKeyOffOutlinedFilled.tsx index 74be1ef7d..72a9a6737 100644 --- a/src/IconVpnKeyOffOutlinedFilled.tsx +++ b/src/IconVpnKeyOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffOutlinedFilled as default } diff --git a/src/IconVpnKeyOffRounded.tsx b/src/IconVpnKeyOffRounded.tsx index 8d00a1212..644492893 100644 --- a/src/IconVpnKeyOffRounded.tsx +++ b/src/IconVpnKeyOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffRounded: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffRounded as default } diff --git a/src/IconVpnKeyOffRoundedFilled.tsx b/src/IconVpnKeyOffRoundedFilled.tsx index 85cfb34af..948d63f5c 100644 --- a/src/IconVpnKeyOffRoundedFilled.tsx +++ b/src/IconVpnKeyOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffRoundedFilled as default } diff --git a/src/IconVpnKeyOffSharp.tsx b/src/IconVpnKeyOffSharp.tsx index bd43325b8..61e8b64c8 100644 --- a/src/IconVpnKeyOffSharp.tsx +++ b/src/IconVpnKeyOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffSharp: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffSharp as default } diff --git a/src/IconVpnKeyOffSharpFilled.tsx b/src/IconVpnKeyOffSharpFilled.tsx index ef3ef3c04..487de4732 100644 --- a/src/IconVpnKeyOffSharpFilled.tsx +++ b/src/IconVpnKeyOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOffSharpFilled as default } diff --git a/src/IconVpnKeyOutlined.tsx b/src/IconVpnKeyOutlined.tsx index 8340ccb69..839a45bf5 100644 --- a/src/IconVpnKeyOutlined.tsx +++ b/src/IconVpnKeyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOutlined: React.FC = ({ ...props }) => ( +export const IconVpnKeyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOutlined as default } diff --git a/src/IconVpnKeyOutlinedFilled.tsx b/src/IconVpnKeyOutlinedFilled.tsx index 0e46ec503..1721c6063 100644 --- a/src/IconVpnKeyOutlinedFilled.tsx +++ b/src/IconVpnKeyOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyOutlinedFilled as default } diff --git a/src/IconVpnKeyRounded.tsx b/src/IconVpnKeyRounded.tsx index 68f54487d..663f36ade 100644 --- a/src/IconVpnKeyRounded.tsx +++ b/src/IconVpnKeyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyRounded: React.FC = ({ ...props }) => ( +export const IconVpnKeyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyRounded as default } diff --git a/src/IconVpnKeyRoundedFilled.tsx b/src/IconVpnKeyRoundedFilled.tsx index a8e019e52..cdc653cc0 100644 --- a/src/IconVpnKeyRoundedFilled.tsx +++ b/src/IconVpnKeyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeyRoundedFilled as default } diff --git a/src/IconVpnKeySharp.tsx b/src/IconVpnKeySharp.tsx index 6b03e4028..4494a10dd 100644 --- a/src/IconVpnKeySharp.tsx +++ b/src/IconVpnKeySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeySharp: React.FC = ({ ...props }) => ( +export const IconVpnKeySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeySharp as default } diff --git a/src/IconVpnKeySharpFilled.tsx b/src/IconVpnKeySharpFilled.tsx index 1633b0299..3002418e3 100644 --- a/src/IconVpnKeySharpFilled.tsx +++ b/src/IconVpnKeySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnKeySharpFilled: React.FC = ({ ...props }) => ( +export const IconVpnKeySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnKeySharpFilled as default } diff --git a/src/IconVpnLockOutlined.tsx b/src/IconVpnLockOutlined.tsx index 61d9366ab..29678edcf 100644 --- a/src/IconVpnLockOutlined.tsx +++ b/src/IconVpnLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockOutlined: React.FC = ({ ...props }) => ( +export const IconVpnLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnLockOutlined as default } diff --git a/src/IconVpnLockOutlinedFilled.tsx b/src/IconVpnLockOutlinedFilled.tsx index 68eaa8e9d..4a7137776 100644 --- a/src/IconVpnLockOutlinedFilled.tsx +++ b/src/IconVpnLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVpnLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVpnLockOutlinedFilled as default } diff --git a/src/IconVpnLockRounded.tsx b/src/IconVpnLockRounded.tsx index 61dbd318a..3358cd48d 100644 --- a/src/IconVpnLockRounded.tsx +++ b/src/IconVpnLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockRounded: React.FC = ({ ...props }) => ( +export const IconVpnLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnLockRounded as default } diff --git a/src/IconVpnLockRoundedFilled.tsx b/src/IconVpnLockRoundedFilled.tsx index 5ef7b5640..d16b994dd 100644 --- a/src/IconVpnLockRoundedFilled.tsx +++ b/src/IconVpnLockRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVpnLockRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnLockRoundedFilled as default } diff --git a/src/IconVpnLockSharp.tsx b/src/IconVpnLockSharp.tsx index 5f63bfc93..da92d247c 100644 --- a/src/IconVpnLockSharp.tsx +++ b/src/IconVpnLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockSharp: React.FC = ({ ...props }) => ( +export const IconVpnLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnLockSharp as default } diff --git a/src/IconVpnLockSharpFilled.tsx b/src/IconVpnLockSharpFilled.tsx index bdd9f29a4..94318da21 100644 --- a/src/IconVpnLockSharpFilled.tsx +++ b/src/IconVpnLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVpnLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconVpnLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVpnLockSharpFilled as default } diff --git a/src/IconVr180Create2dOffOutlined.tsx b/src/IconVr180Create2dOffOutlined.tsx index 017f9b9b1..a39e19021 100644 --- a/src/IconVr180Create2dOffOutlined.tsx +++ b/src/IconVr180Create2dOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffOutlined: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOffOutlined as default } diff --git a/src/IconVr180Create2dOffOutlinedFilled.tsx b/src/IconVr180Create2dOffOutlinedFilled.tsx index 811d81481..d4f0524c0 100644 --- a/src/IconVr180Create2dOffOutlinedFilled.tsx +++ b/src/IconVr180Create2dOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffOutlinedFilled: React.FC = ({ +export const IconVr180Create2dOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVr180Create2dOffOutlinedFilled: React.FC = ({ ) - -export { IconVr180Create2dOffOutlinedFilled as default } diff --git a/src/IconVr180Create2dOffRounded.tsx b/src/IconVr180Create2dOffRounded.tsx index bcb5b9bea..4f3af34f3 100644 --- a/src/IconVr180Create2dOffRounded.tsx +++ b/src/IconVr180Create2dOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffRounded: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOffRounded as default } diff --git a/src/IconVr180Create2dOffRoundedFilled.tsx b/src/IconVr180Create2dOffRoundedFilled.tsx index bb49877e5..c267a57ec 100644 --- a/src/IconVr180Create2dOffRoundedFilled.tsx +++ b/src/IconVr180Create2dOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffRoundedFilled: React.FC = ({ +export const IconVr180Create2dOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconVr180Create2dOffRoundedFilled: React.FC = ({ ) - -export { IconVr180Create2dOffRoundedFilled as default } diff --git a/src/IconVr180Create2dOffSharp.tsx b/src/IconVr180Create2dOffSharp.tsx index 0801c3d7a..beb621c41 100644 --- a/src/IconVr180Create2dOffSharp.tsx +++ b/src/IconVr180Create2dOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffSharp: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOffSharp as default } diff --git a/src/IconVr180Create2dOffSharpFilled.tsx b/src/IconVr180Create2dOffSharpFilled.tsx index 045216a8a..db4272f23 100644 --- a/src/IconVr180Create2dOffSharpFilled.tsx +++ b/src/IconVr180Create2dOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOffSharpFilled as default } diff --git a/src/IconVr180Create2dOutlined.tsx b/src/IconVr180Create2dOutlined.tsx index 4fb10ac65..55a8a616d 100644 --- a/src/IconVr180Create2dOutlined.tsx +++ b/src/IconVr180Create2dOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOutlined: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOutlined as default } diff --git a/src/IconVr180Create2dOutlinedFilled.tsx b/src/IconVr180Create2dOutlinedFilled.tsx index 7c86fb1fe..6567fa06f 100644 --- a/src/IconVr180Create2dOutlinedFilled.tsx +++ b/src/IconVr180Create2dOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVr180Create2dOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dOutlinedFilled as default } diff --git a/src/IconVr180Create2dRounded.tsx b/src/IconVr180Create2dRounded.tsx index 131ff9801..e1614caca 100644 --- a/src/IconVr180Create2dRounded.tsx +++ b/src/IconVr180Create2dRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dRounded: React.FC = ({ ...props }) => ( +export const IconVr180Create2dRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dRounded as default } diff --git a/src/IconVr180Create2dRoundedFilled.tsx b/src/IconVr180Create2dRoundedFilled.tsx index a835d4b83..4af87f1ca 100644 --- a/src/IconVr180Create2dRoundedFilled.tsx +++ b/src/IconVr180Create2dRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVr180Create2dRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dRoundedFilled as default } diff --git a/src/IconVr180Create2dSharp.tsx b/src/IconVr180Create2dSharp.tsx index 2ba2d0728..fd90b8683 100644 --- a/src/IconVr180Create2dSharp.tsx +++ b/src/IconVr180Create2dSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dSharp: React.FC = ({ ...props }) => ( +export const IconVr180Create2dSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dSharp as default } diff --git a/src/IconVr180Create2dSharpFilled.tsx b/src/IconVr180Create2dSharpFilled.tsx index 0a0c179d1..bb15f3446 100644 --- a/src/IconVr180Create2dSharpFilled.tsx +++ b/src/IconVr180Create2dSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconVr180Create2dSharpFilled: React.FC = ({ ...props }) => ( +export const IconVr180Create2dSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconVr180Create2dSharpFilled as default } diff --git a/src/IconVrpanoOutlined.tsx b/src/IconVrpanoOutlined.tsx index 5a6cb7917..cb5a72d84 100644 --- a/src/IconVrpanoOutlined.tsx +++ b/src/IconVrpanoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoOutlined: React.FC = ({ ...props }) => ( +export const IconVrpanoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoOutlined as default } diff --git a/src/IconVrpanoOutlinedFilled.tsx b/src/IconVrpanoOutlinedFilled.tsx index 6e2eb54b8..9b68b1dce 100644 --- a/src/IconVrpanoOutlinedFilled.tsx +++ b/src/IconVrpanoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconVrpanoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoOutlinedFilled as default } diff --git a/src/IconVrpanoRounded.tsx b/src/IconVrpanoRounded.tsx index 30c49cd20..3c2d23ca8 100644 --- a/src/IconVrpanoRounded.tsx +++ b/src/IconVrpanoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoRounded: React.FC = ({ ...props }) => ( +export const IconVrpanoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoRounded as default } diff --git a/src/IconVrpanoRoundedFilled.tsx b/src/IconVrpanoRoundedFilled.tsx index 7e8bc4b98..5058c032b 100644 --- a/src/IconVrpanoRoundedFilled.tsx +++ b/src/IconVrpanoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconVrpanoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoRoundedFilled as default } diff --git a/src/IconVrpanoSharp.tsx b/src/IconVrpanoSharp.tsx index ee1af31de..3b006e220 100644 --- a/src/IconVrpanoSharp.tsx +++ b/src/IconVrpanoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoSharp: React.FC = ({ ...props }) => ( +export const IconVrpanoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoSharp as default } diff --git a/src/IconVrpanoSharpFilled.tsx b/src/IconVrpanoSharpFilled.tsx index d740ff61f..bd4276431 100644 --- a/src/IconVrpanoSharpFilled.tsx +++ b/src/IconVrpanoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconVrpanoSharpFilled: React.FC = ({ ...props }) => ( +export const IconVrpanoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconVrpanoSharpFilled as default } diff --git a/src/IconWallArtOutlined.tsx b/src/IconWallArtOutlined.tsx index c55c447b2..6ba1b0284 100644 --- a/src/IconWallArtOutlined.tsx +++ b/src/IconWallArtOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtOutlined: React.FC = ({ ...props }) => ( +export const IconWallArtOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallArtOutlined as default } diff --git a/src/IconWallArtOutlinedFilled.tsx b/src/IconWallArtOutlinedFilled.tsx index 1e0706d68..3708476f3 100644 --- a/src/IconWallArtOutlinedFilled.tsx +++ b/src/IconWallArtOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWallArtOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallArtOutlinedFilled as default } diff --git a/src/IconWallArtRounded.tsx b/src/IconWallArtRounded.tsx index 6bb34fc96..cfed214f1 100644 --- a/src/IconWallArtRounded.tsx +++ b/src/IconWallArtRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtRounded: React.FC = ({ ...props }) => ( +export const IconWallArtRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallArtRounded as default } diff --git a/src/IconWallArtRoundedFilled.tsx b/src/IconWallArtRoundedFilled.tsx index d58b2db80..633497390 100644 --- a/src/IconWallArtRoundedFilled.tsx +++ b/src/IconWallArtRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWallArtRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallArtRoundedFilled as default } diff --git a/src/IconWallArtSharp.tsx b/src/IconWallArtSharp.tsx index 1111a063a..d87db2cca 100644 --- a/src/IconWallArtSharp.tsx +++ b/src/IconWallArtSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtSharp: React.FC = ({ ...props }) => ( +export const IconWallArtSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallArtSharp as default } diff --git a/src/IconWallArtSharpFilled.tsx b/src/IconWallArtSharpFilled.tsx index ae355d5dd..2caa39609 100644 --- a/src/IconWallArtSharpFilled.tsx +++ b/src/IconWallArtSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallArtSharpFilled: React.FC = ({ ...props }) => ( +export const IconWallArtSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallArtSharpFilled as default } diff --git a/src/IconWallLampOutlined.tsx b/src/IconWallLampOutlined.tsx index c889eeb0b..11f11c97b 100644 --- a/src/IconWallLampOutlined.tsx +++ b/src/IconWallLampOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampOutlined: React.FC = ({ ...props }) => ( +export const IconWallLampOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallLampOutlined as default } diff --git a/src/IconWallLampOutlinedFilled.tsx b/src/IconWallLampOutlinedFilled.tsx index 4e067ff2e..621a9b33f 100644 --- a/src/IconWallLampOutlinedFilled.tsx +++ b/src/IconWallLampOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWallLampOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallLampOutlinedFilled as default } diff --git a/src/IconWallLampRounded.tsx b/src/IconWallLampRounded.tsx index 107989a5a..48cb6094b 100644 --- a/src/IconWallLampRounded.tsx +++ b/src/IconWallLampRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampRounded: React.FC = ({ ...props }) => ( +export const IconWallLampRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallLampRounded as default } diff --git a/src/IconWallLampRoundedFilled.tsx b/src/IconWallLampRoundedFilled.tsx index 154f385c7..31d210e64 100644 --- a/src/IconWallLampRoundedFilled.tsx +++ b/src/IconWallLampRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWallLampRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallLampRoundedFilled as default } diff --git a/src/IconWallLampSharp.tsx b/src/IconWallLampSharp.tsx index d26fbd331..e5021ee98 100644 --- a/src/IconWallLampSharp.tsx +++ b/src/IconWallLampSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampSharp: React.FC = ({ ...props }) => ( +export const IconWallLampSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallLampSharp as default } diff --git a/src/IconWallLampSharpFilled.tsx b/src/IconWallLampSharpFilled.tsx index f7181379c..039f9348f 100644 --- a/src/IconWallLampSharpFilled.tsx +++ b/src/IconWallLampSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallLampSharpFilled: React.FC = ({ ...props }) => ( +export const IconWallLampSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallLampSharpFilled as default } diff --git a/src/IconWalletOutlined.tsx b/src/IconWalletOutlined.tsx index 14cb1025b..812290eac 100644 --- a/src/IconWalletOutlined.tsx +++ b/src/IconWalletOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletOutlined: React.FC = ({ ...props }) => ( +export const IconWalletOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletOutlined as default } diff --git a/src/IconWalletOutlinedFilled.tsx b/src/IconWalletOutlinedFilled.tsx index 1c7b620d8..b5e8e2343 100644 --- a/src/IconWalletOutlinedFilled.tsx +++ b/src/IconWalletOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWalletOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletOutlinedFilled as default } diff --git a/src/IconWalletRounded.tsx b/src/IconWalletRounded.tsx index 8f4729e5f..7c99251dd 100644 --- a/src/IconWalletRounded.tsx +++ b/src/IconWalletRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletRounded: React.FC = ({ ...props }) => ( +export const IconWalletRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletRounded as default } diff --git a/src/IconWalletRoundedFilled.tsx b/src/IconWalletRoundedFilled.tsx index 9cc5fcc93..32a92bb69 100644 --- a/src/IconWalletRoundedFilled.tsx +++ b/src/IconWalletRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWalletRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletRoundedFilled as default } diff --git a/src/IconWalletSharp.tsx b/src/IconWalletSharp.tsx index 0d8a571d3..d49f7850b 100644 --- a/src/IconWalletSharp.tsx +++ b/src/IconWalletSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletSharp: React.FC = ({ ...props }) => ( +export const IconWalletSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletSharp as default } diff --git a/src/IconWalletSharpFilled.tsx b/src/IconWalletSharpFilled.tsx index 65a8b2c16..55a6bd31f 100644 --- a/src/IconWalletSharpFilled.tsx +++ b/src/IconWalletSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWalletSharpFilled: React.FC = ({ ...props }) => ( +export const IconWalletSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWalletSharpFilled as default } diff --git a/src/IconWallpaperOutlined.tsx b/src/IconWallpaperOutlined.tsx index c9dba7f7c..ee0fc24ea 100644 --- a/src/IconWallpaperOutlined.tsx +++ b/src/IconWallpaperOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperOutlined: React.FC = ({ ...props }) => ( +export const IconWallpaperOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallpaperOutlined as default } diff --git a/src/IconWallpaperOutlinedFilled.tsx b/src/IconWallpaperOutlinedFilled.tsx index 53424b0d8..157012dc0 100644 --- a/src/IconWallpaperOutlinedFilled.tsx +++ b/src/IconWallpaperOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWallpaperOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallpaperOutlinedFilled as default } diff --git a/src/IconWallpaperRounded.tsx b/src/IconWallpaperRounded.tsx index 0356a3747..3c399b1fa 100644 --- a/src/IconWallpaperRounded.tsx +++ b/src/IconWallpaperRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperRounded: React.FC = ({ ...props }) => ( +export const IconWallpaperRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallpaperRounded as default } diff --git a/src/IconWallpaperRoundedFilled.tsx b/src/IconWallpaperRoundedFilled.tsx index 872546945..da31e0902 100644 --- a/src/IconWallpaperRoundedFilled.tsx +++ b/src/IconWallpaperRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWallpaperRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallpaperRoundedFilled as default } diff --git a/src/IconWallpaperSharp.tsx b/src/IconWallpaperSharp.tsx index 1f31f11c0..bd3dc8255 100644 --- a/src/IconWallpaperSharp.tsx +++ b/src/IconWallpaperSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSharp: React.FC = ({ ...props }) => ( +export const IconWallpaperSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallpaperSharp as default } diff --git a/src/IconWallpaperSharpFilled.tsx b/src/IconWallpaperSharpFilled.tsx index 69a0d58f7..b8a691631 100644 --- a/src/IconWallpaperSharpFilled.tsx +++ b/src/IconWallpaperSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSharpFilled: React.FC = ({ ...props }) => ( +export const IconWallpaperSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWallpaperSharpFilled as default } diff --git a/src/IconWallpaperSlideshowOutlined.tsx b/src/IconWallpaperSlideshowOutlined.tsx index e0ceb534c..beef48984 100644 --- a/src/IconWallpaperSlideshowOutlined.tsx +++ b/src/IconWallpaperSlideshowOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowOutlined: React.FC = ({ ...props }) => ( +export const IconWallpaperSlideshowOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallpaperSlideshowOutlined as default } diff --git a/src/IconWallpaperSlideshowOutlinedFilled.tsx b/src/IconWallpaperSlideshowOutlinedFilled.tsx index 4ca9118c3..c143233b5 100644 --- a/src/IconWallpaperSlideshowOutlinedFilled.tsx +++ b/src/IconWallpaperSlideshowOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowOutlinedFilled: React.FC = ({ +export const IconWallpaperSlideshowOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWallpaperSlideshowOutlinedFilled: React.FC = ({ ) - -export { IconWallpaperSlideshowOutlinedFilled as default } diff --git a/src/IconWallpaperSlideshowRounded.tsx b/src/IconWallpaperSlideshowRounded.tsx index a9fa38879..c728098fe 100644 --- a/src/IconWallpaperSlideshowRounded.tsx +++ b/src/IconWallpaperSlideshowRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowRounded: React.FC = ({ ...props }) => ( +export const IconWallpaperSlideshowRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallpaperSlideshowRounded as default } diff --git a/src/IconWallpaperSlideshowRoundedFilled.tsx b/src/IconWallpaperSlideshowRoundedFilled.tsx index 12e99a83e..b2b02c670 100644 --- a/src/IconWallpaperSlideshowRoundedFilled.tsx +++ b/src/IconWallpaperSlideshowRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowRoundedFilled: React.FC = ({ +export const IconWallpaperSlideshowRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWallpaperSlideshowRoundedFilled: React.FC = ({ ) - -export { IconWallpaperSlideshowRoundedFilled as default } diff --git a/src/IconWallpaperSlideshowSharp.tsx b/src/IconWallpaperSlideshowSharp.tsx index 947fdded4..4d2e53665 100644 --- a/src/IconWallpaperSlideshowSharp.tsx +++ b/src/IconWallpaperSlideshowSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowSharp: React.FC = ({ ...props }) => ( +export const IconWallpaperSlideshowSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWallpaperSlideshowSharp as default } diff --git a/src/IconWallpaperSlideshowSharpFilled.tsx b/src/IconWallpaperSlideshowSharpFilled.tsx index e7ca77454..3929a9fd2 100644 --- a/src/IconWallpaperSlideshowSharpFilled.tsx +++ b/src/IconWallpaperSlideshowSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWallpaperSlideshowSharpFilled: React.FC = ({ +export const IconWallpaperSlideshowSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWallpaperSlideshowSharpFilled: React.FC = ({ ) - -export { IconWallpaperSlideshowSharpFilled as default } diff --git a/src/IconWardOutlined.tsx b/src/IconWardOutlined.tsx index 088281f3a..0e272e9eb 100644 --- a/src/IconWardOutlined.tsx +++ b/src/IconWardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardOutlined: React.FC = ({ ...props }) => ( +export const IconWardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardOutlined as default } diff --git a/src/IconWardOutlinedFilled.tsx b/src/IconWardOutlinedFilled.tsx index 3e84e79dc..d34d3c29b 100644 --- a/src/IconWardOutlinedFilled.tsx +++ b/src/IconWardOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWardOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardOutlinedFilled as default } diff --git a/src/IconWardRounded.tsx b/src/IconWardRounded.tsx index ec3257767..34d4399a6 100644 --- a/src/IconWardRounded.tsx +++ b/src/IconWardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardRounded: React.FC = ({ ...props }) => ( +export const IconWardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardRounded as default } diff --git a/src/IconWardRoundedFilled.tsx b/src/IconWardRoundedFilled.tsx index a6fb65dbd..a4da81a4a 100644 --- a/src/IconWardRoundedFilled.tsx +++ b/src/IconWardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardRoundedFilled as default } diff --git a/src/IconWardSharp.tsx b/src/IconWardSharp.tsx index 44126c12a..a72a2a15b 100644 --- a/src/IconWardSharp.tsx +++ b/src/IconWardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardSharp: React.FC = ({ ...props }) => ( +export const IconWardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardSharp as default } diff --git a/src/IconWardSharpFilled.tsx b/src/IconWardSharpFilled.tsx index 7562f25c4..d1454766d 100644 --- a/src/IconWardSharpFilled.tsx +++ b/src/IconWardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWardSharpFilled: React.FC = ({ ...props }) => ( +export const IconWardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWardSharpFilled as default } diff --git a/src/IconWarehouseOutlined.tsx b/src/IconWarehouseOutlined.tsx index 585b0e305..588481902 100644 --- a/src/IconWarehouseOutlined.tsx +++ b/src/IconWarehouseOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseOutlined: React.FC = ({ ...props }) => ( +export const IconWarehouseOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarehouseOutlined as default } diff --git a/src/IconWarehouseOutlinedFilled.tsx b/src/IconWarehouseOutlinedFilled.tsx index af3693b24..3ea30edb4 100644 --- a/src/IconWarehouseOutlinedFilled.tsx +++ b/src/IconWarehouseOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWarehouseOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarehouseOutlinedFilled as default } diff --git a/src/IconWarehouseRounded.tsx b/src/IconWarehouseRounded.tsx index 1c7aa23fb..4150af64e 100644 --- a/src/IconWarehouseRounded.tsx +++ b/src/IconWarehouseRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseRounded: React.FC = ({ ...props }) => ( +export const IconWarehouseRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarehouseRounded as default } diff --git a/src/IconWarehouseRoundedFilled.tsx b/src/IconWarehouseRoundedFilled.tsx index ded3c4648..fc4b3ee58 100644 --- a/src/IconWarehouseRoundedFilled.tsx +++ b/src/IconWarehouseRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWarehouseRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarehouseRoundedFilled as default } diff --git a/src/IconWarehouseSharp.tsx b/src/IconWarehouseSharp.tsx index c8c9614b8..6f888c572 100644 --- a/src/IconWarehouseSharp.tsx +++ b/src/IconWarehouseSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseSharp: React.FC = ({ ...props }) => ( +export const IconWarehouseSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarehouseSharp as default } diff --git a/src/IconWarehouseSharpFilled.tsx b/src/IconWarehouseSharpFilled.tsx index f627a8af5..02a39cc56 100644 --- a/src/IconWarehouseSharpFilled.tsx +++ b/src/IconWarehouseSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarehouseSharpFilled: React.FC = ({ ...props }) => ( +export const IconWarehouseSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarehouseSharpFilled as default } diff --git a/src/IconWarningOffOutlined.tsx b/src/IconWarningOffOutlined.tsx index 0a91096c8..da91a10a1 100644 --- a/src/IconWarningOffOutlined.tsx +++ b/src/IconWarningOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffOutlined: React.FC = ({ ...props }) => ( +export const IconWarningOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningOffOutlined as default } diff --git a/src/IconWarningOffOutlinedFilled.tsx b/src/IconWarningOffOutlinedFilled.tsx index 2568a66eb..875ab3cec 100644 --- a/src/IconWarningOffOutlinedFilled.tsx +++ b/src/IconWarningOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWarningOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarningOffOutlinedFilled as default } diff --git a/src/IconWarningOffRounded.tsx b/src/IconWarningOffRounded.tsx index 05a09c03b..9e2292e0e 100644 --- a/src/IconWarningOffRounded.tsx +++ b/src/IconWarningOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffRounded: React.FC = ({ ...props }) => ( +export const IconWarningOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningOffRounded as default } diff --git a/src/IconWarningOffRoundedFilled.tsx b/src/IconWarningOffRoundedFilled.tsx index 316801a79..5d5b69249 100644 --- a/src/IconWarningOffRoundedFilled.tsx +++ b/src/IconWarningOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWarningOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarningOffRoundedFilled as default } diff --git a/src/IconWarningOffSharp.tsx b/src/IconWarningOffSharp.tsx index acf7c604b..3a36cf1aa 100644 --- a/src/IconWarningOffSharp.tsx +++ b/src/IconWarningOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffSharp: React.FC = ({ ...props }) => ( +export const IconWarningOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningOffSharp as default } diff --git a/src/IconWarningOffSharpFilled.tsx b/src/IconWarningOffSharpFilled.tsx index b621fecec..842303c08 100644 --- a/src/IconWarningOffSharpFilled.tsx +++ b/src/IconWarningOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconWarningOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarningOffSharpFilled as default } diff --git a/src/IconWarningOutlined.tsx b/src/IconWarningOutlined.tsx index 1faac9fc9..39488786a 100644 --- a/src/IconWarningOutlined.tsx +++ b/src/IconWarningOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOutlined: React.FC = ({ ...props }) => ( +export const IconWarningOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningOutlined as default } diff --git a/src/IconWarningOutlinedFilled.tsx b/src/IconWarningOutlinedFilled.tsx index 5bbbb6c9f..23e54696c 100644 --- a/src/IconWarningOutlinedFilled.tsx +++ b/src/IconWarningOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWarningOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWarningOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWarningOutlinedFilled as default } diff --git a/src/IconWarningRounded.tsx b/src/IconWarningRounded.tsx index bef75bb2a..5974f07b0 100644 --- a/src/IconWarningRounded.tsx +++ b/src/IconWarningRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningRounded: React.FC = ({ ...props }) => ( +export const IconWarningRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningRounded as default } diff --git a/src/IconWarningRoundedFilled.tsx b/src/IconWarningRoundedFilled.tsx index 331edab8d..74301cc4c 100644 --- a/src/IconWarningRoundedFilled.tsx +++ b/src/IconWarningRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWarningRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningRoundedFilled as default } diff --git a/src/IconWarningSharp.tsx b/src/IconWarningSharp.tsx index fb152b76b..cf6ddeec0 100644 --- a/src/IconWarningSharp.tsx +++ b/src/IconWarningSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningSharp: React.FC = ({ ...props }) => ( +export const IconWarningSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningSharp as default } diff --git a/src/IconWarningSharpFilled.tsx b/src/IconWarningSharpFilled.tsx index 6ba4e25c9..c371f8769 100644 --- a/src/IconWarningSharpFilled.tsx +++ b/src/IconWarningSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWarningSharpFilled: React.FC = ({ ...props }) => ( +export const IconWarningSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWarningSharpFilled as default } diff --git a/src/IconWashOutlined.tsx b/src/IconWashOutlined.tsx index a594f9e9f..9c69c4921 100644 --- a/src/IconWashOutlined.tsx +++ b/src/IconWashOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashOutlined: React.FC = ({ ...props }) => ( +export const IconWashOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashOutlined as default } diff --git a/src/IconWashOutlinedFilled.tsx b/src/IconWashOutlinedFilled.tsx index 307b5fbc9..b83c84944 100644 --- a/src/IconWashOutlinedFilled.tsx +++ b/src/IconWashOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWashOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashOutlinedFilled as default } diff --git a/src/IconWashRounded.tsx b/src/IconWashRounded.tsx index b14d29a28..ff299ba34 100644 --- a/src/IconWashRounded.tsx +++ b/src/IconWashRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashRounded: React.FC = ({ ...props }) => ( +export const IconWashRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashRounded as default } diff --git a/src/IconWashRoundedFilled.tsx b/src/IconWashRoundedFilled.tsx index 28e9465cf..952e2660a 100644 --- a/src/IconWashRoundedFilled.tsx +++ b/src/IconWashRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWashRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashRoundedFilled as default } diff --git a/src/IconWashSharp.tsx b/src/IconWashSharp.tsx index c8a0dabf9..1244e8660 100644 --- a/src/IconWashSharp.tsx +++ b/src/IconWashSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashSharp: React.FC = ({ ...props }) => ( +export const IconWashSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashSharp as default } diff --git a/src/IconWashSharpFilled.tsx b/src/IconWashSharpFilled.tsx index 9468778f6..33c7aeb59 100644 --- a/src/IconWashSharpFilled.tsx +++ b/src/IconWashSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWashSharpFilled: React.FC = ({ ...props }) => ( +export const IconWashSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWashSharpFilled as default } diff --git a/src/IconWatchButtonPressOutlined.tsx b/src/IconWatchButtonPressOutlined.tsx index d863e3827..9d925449a 100644 --- a/src/IconWatchButtonPressOutlined.tsx +++ b/src/IconWatchButtonPressOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressOutlined: React.FC = ({ ...props }) => ( +export const IconWatchButtonPressOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchButtonPressOutlined as default } diff --git a/src/IconWatchButtonPressOutlinedFilled.tsx b/src/IconWatchButtonPressOutlinedFilled.tsx index 49d5fe93e..3cb030f6c 100644 --- a/src/IconWatchButtonPressOutlinedFilled.tsx +++ b/src/IconWatchButtonPressOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressOutlinedFilled: React.FC = ({ +export const IconWatchButtonPressOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWatchButtonPressOutlinedFilled: React.FC = ({ ) - -export { IconWatchButtonPressOutlinedFilled as default } diff --git a/src/IconWatchButtonPressRounded.tsx b/src/IconWatchButtonPressRounded.tsx index a16fc99fb..2d07da572 100644 --- a/src/IconWatchButtonPressRounded.tsx +++ b/src/IconWatchButtonPressRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressRounded: React.FC = ({ ...props }) => ( +export const IconWatchButtonPressRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchButtonPressRounded as default } diff --git a/src/IconWatchButtonPressRoundedFilled.tsx b/src/IconWatchButtonPressRoundedFilled.tsx index cd4ea9b20..294a69b76 100644 --- a/src/IconWatchButtonPressRoundedFilled.tsx +++ b/src/IconWatchButtonPressRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressRoundedFilled: React.FC = ({ +export const IconWatchButtonPressRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWatchButtonPressRoundedFilled: React.FC = ({ ) - -export { IconWatchButtonPressRoundedFilled as default } diff --git a/src/IconWatchButtonPressSharp.tsx b/src/IconWatchButtonPressSharp.tsx index 2af36dd25..63a01eb86 100644 --- a/src/IconWatchButtonPressSharp.tsx +++ b/src/IconWatchButtonPressSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressSharp: React.FC = ({ ...props }) => ( +export const IconWatchButtonPressSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchButtonPressSharp as default } diff --git a/src/IconWatchButtonPressSharpFilled.tsx b/src/IconWatchButtonPressSharpFilled.tsx index 7146f5bee..0f8bb161f 100644 --- a/src/IconWatchButtonPressSharpFilled.tsx +++ b/src/IconWatchButtonPressSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchButtonPressSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchButtonPressSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchButtonPressSharpFilled as default } diff --git a/src/IconWatchCheckOutlined.tsx b/src/IconWatchCheckOutlined.tsx index 00c40a17b..e179dfccc 100644 --- a/src/IconWatchCheckOutlined.tsx +++ b/src/IconWatchCheckOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckOutlined: React.FC = ({ ...props }) => ( +export const IconWatchCheckOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchCheckOutlined as default } diff --git a/src/IconWatchCheckOutlinedFilled.tsx b/src/IconWatchCheckOutlinedFilled.tsx index e4c939356..176731980 100644 --- a/src/IconWatchCheckOutlinedFilled.tsx +++ b/src/IconWatchCheckOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWatchCheckOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchCheckOutlinedFilled as default } diff --git a/src/IconWatchCheckRounded.tsx b/src/IconWatchCheckRounded.tsx index 20df6da95..69464b260 100644 --- a/src/IconWatchCheckRounded.tsx +++ b/src/IconWatchCheckRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckRounded: React.FC = ({ ...props }) => ( +export const IconWatchCheckRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchCheckRounded as default } diff --git a/src/IconWatchCheckRoundedFilled.tsx b/src/IconWatchCheckRoundedFilled.tsx index ba30a3175..0657866c6 100644 --- a/src/IconWatchCheckRoundedFilled.tsx +++ b/src/IconWatchCheckRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWatchCheckRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchCheckRoundedFilled as default } diff --git a/src/IconWatchCheckSharp.tsx b/src/IconWatchCheckSharp.tsx index e478b2d03..ed81e4819 100644 --- a/src/IconWatchCheckSharp.tsx +++ b/src/IconWatchCheckSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckSharp: React.FC = ({ ...props }) => ( +export const IconWatchCheckSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchCheckSharp as default } diff --git a/src/IconWatchCheckSharpFilled.tsx b/src/IconWatchCheckSharpFilled.tsx index b326dea9e..ce459604d 100644 --- a/src/IconWatchCheckSharpFilled.tsx +++ b/src/IconWatchCheckSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchCheckSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchCheckSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchCheckSharpFilled as default } diff --git a/src/IconWatchOffOutlined.tsx b/src/IconWatchOffOutlined.tsx index b7f608ad3..248121f49 100644 --- a/src/IconWatchOffOutlined.tsx +++ b/src/IconWatchOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffOutlined: React.FC = ({ ...props }) => ( +export const IconWatchOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOffOutlined as default } diff --git a/src/IconWatchOffOutlinedFilled.tsx b/src/IconWatchOffOutlinedFilled.tsx index 2a3e9a7d8..2ffb8bdb7 100644 --- a/src/IconWatchOffOutlinedFilled.tsx +++ b/src/IconWatchOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWatchOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchOffOutlinedFilled as default } diff --git a/src/IconWatchOffRounded.tsx b/src/IconWatchOffRounded.tsx index 0e51eb79d..268e36023 100644 --- a/src/IconWatchOffRounded.tsx +++ b/src/IconWatchOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffRounded: React.FC = ({ ...props }) => ( +export const IconWatchOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOffRounded as default } diff --git a/src/IconWatchOffRoundedFilled.tsx b/src/IconWatchOffRoundedFilled.tsx index b81ad5161..f89a8fa57 100644 --- a/src/IconWatchOffRoundedFilled.tsx +++ b/src/IconWatchOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWatchOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchOffRoundedFilled as default } diff --git a/src/IconWatchOffSharp.tsx b/src/IconWatchOffSharp.tsx index 36dd8e3c4..bd50fd253 100644 --- a/src/IconWatchOffSharp.tsx +++ b/src/IconWatchOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffSharp: React.FC = ({ ...props }) => ( +export const IconWatchOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOffSharp as default } diff --git a/src/IconWatchOffSharpFilled.tsx b/src/IconWatchOffSharpFilled.tsx index d80cb4fbf..3a133dce2 100644 --- a/src/IconWatchOffSharpFilled.tsx +++ b/src/IconWatchOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOffSharpFilled as default } diff --git a/src/IconWatchOutlined.tsx b/src/IconWatchOutlined.tsx index 2316f16ee..fcb34f07a 100644 --- a/src/IconWatchOutlined.tsx +++ b/src/IconWatchOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOutlined: React.FC = ({ ...props }) => ( +export const IconWatchOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOutlined as default } diff --git a/src/IconWatchOutlinedFilled.tsx b/src/IconWatchOutlinedFilled.tsx index a2df84cdf..b38ece1cd 100644 --- a/src/IconWatchOutlinedFilled.tsx +++ b/src/IconWatchOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWatchOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchOutlinedFilled as default } diff --git a/src/IconWatchRounded.tsx b/src/IconWatchRounded.tsx index 155a2a022..115302d2b 100644 --- a/src/IconWatchRounded.tsx +++ b/src/IconWatchRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchRounded: React.FC = ({ ...props }) => ( +export const IconWatchRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchRounded as default } diff --git a/src/IconWatchRoundedFilled.tsx b/src/IconWatchRoundedFilled.tsx index 883d22e9c..37ae0b5b5 100644 --- a/src/IconWatchRoundedFilled.tsx +++ b/src/IconWatchRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWatchRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchRoundedFilled as default } diff --git a/src/IconWatchScreentimeOutlined.tsx b/src/IconWatchScreentimeOutlined.tsx index 9c2fc91bc..c04a1fe32 100644 --- a/src/IconWatchScreentimeOutlined.tsx +++ b/src/IconWatchScreentimeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeOutlined: React.FC = ({ ...props }) => ( +export const IconWatchScreentimeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchScreentimeOutlined as default } diff --git a/src/IconWatchScreentimeOutlinedFilled.tsx b/src/IconWatchScreentimeOutlinedFilled.tsx index 7dea321b5..3cd060fac 100644 --- a/src/IconWatchScreentimeOutlinedFilled.tsx +++ b/src/IconWatchScreentimeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeOutlinedFilled: React.FC = ({ +export const IconWatchScreentimeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWatchScreentimeOutlinedFilled: React.FC = ({ ) - -export { IconWatchScreentimeOutlinedFilled as default } diff --git a/src/IconWatchScreentimeRounded.tsx b/src/IconWatchScreentimeRounded.tsx index 7f926d067..8edaa431c 100644 --- a/src/IconWatchScreentimeRounded.tsx +++ b/src/IconWatchScreentimeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeRounded: React.FC = ({ ...props }) => ( +export const IconWatchScreentimeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchScreentimeRounded as default } diff --git a/src/IconWatchScreentimeRoundedFilled.tsx b/src/IconWatchScreentimeRoundedFilled.tsx index ea98fcbf3..2b8ba3b8f 100644 --- a/src/IconWatchScreentimeRoundedFilled.tsx +++ b/src/IconWatchScreentimeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeRoundedFilled: React.FC = ({ +export const IconWatchScreentimeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWatchScreentimeRoundedFilled: React.FC = ({ ) - -export { IconWatchScreentimeRoundedFilled as default } diff --git a/src/IconWatchScreentimeSharp.tsx b/src/IconWatchScreentimeSharp.tsx index 7c47ad862..705936e99 100644 --- a/src/IconWatchScreentimeSharp.tsx +++ b/src/IconWatchScreentimeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeSharp: React.FC = ({ ...props }) => ( +export const IconWatchScreentimeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchScreentimeSharp as default } diff --git a/src/IconWatchScreentimeSharpFilled.tsx b/src/IconWatchScreentimeSharpFilled.tsx index fb462ea7e..990188744 100644 --- a/src/IconWatchScreentimeSharpFilled.tsx +++ b/src/IconWatchScreentimeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchScreentimeSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchScreentimeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchScreentimeSharpFilled as default } diff --git a/src/IconWatchSharp.tsx b/src/IconWatchSharp.tsx index dc203d7a6..b2a3c7ec2 100644 --- a/src/IconWatchSharp.tsx +++ b/src/IconWatchSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchSharp: React.FC = ({ ...props }) => ( +export const IconWatchSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchSharp as default } diff --git a/src/IconWatchSharpFilled.tsx b/src/IconWatchSharpFilled.tsx index fb176704b..4f510b0d4 100644 --- a/src/IconWatchSharpFilled.tsx +++ b/src/IconWatchSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchSharpFilled as default } diff --git a/src/IconWatchVibrationOutlined.tsx b/src/IconWatchVibrationOutlined.tsx index 9f64a07f7..e96bd85ac 100644 --- a/src/IconWatchVibrationOutlined.tsx +++ b/src/IconWatchVibrationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationOutlined: React.FC = ({ ...props }) => ( +export const IconWatchVibrationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchVibrationOutlined as default } diff --git a/src/IconWatchVibrationOutlinedFilled.tsx b/src/IconWatchVibrationOutlinedFilled.tsx index 7a1643441..acb4ab0db 100644 --- a/src/IconWatchVibrationOutlinedFilled.tsx +++ b/src/IconWatchVibrationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationOutlinedFilled: React.FC = ({ +export const IconWatchVibrationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWatchVibrationOutlinedFilled: React.FC = ({ ) - -export { IconWatchVibrationOutlinedFilled as default } diff --git a/src/IconWatchVibrationRounded.tsx b/src/IconWatchVibrationRounded.tsx index 02581c933..d59c95dcf 100644 --- a/src/IconWatchVibrationRounded.tsx +++ b/src/IconWatchVibrationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationRounded: React.FC = ({ ...props }) => ( +export const IconWatchVibrationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchVibrationRounded as default } diff --git a/src/IconWatchVibrationRoundedFilled.tsx b/src/IconWatchVibrationRoundedFilled.tsx index 4529403be..f41d4e8e9 100644 --- a/src/IconWatchVibrationRoundedFilled.tsx +++ b/src/IconWatchVibrationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWatchVibrationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchVibrationRoundedFilled as default } diff --git a/src/IconWatchVibrationSharp.tsx b/src/IconWatchVibrationSharp.tsx index 854632256..0a0c87422 100644 --- a/src/IconWatchVibrationSharp.tsx +++ b/src/IconWatchVibrationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationSharp: React.FC = ({ ...props }) => ( +export const IconWatchVibrationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchVibrationSharp as default } diff --git a/src/IconWatchVibrationSharpFilled.tsx b/src/IconWatchVibrationSharpFilled.tsx index 0f1cf6d7a..9692ac957 100644 --- a/src/IconWatchVibrationSharpFilled.tsx +++ b/src/IconWatchVibrationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchVibrationSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchVibrationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchVibrationSharpFilled as default } diff --git a/src/IconWatchWakeOutlined.tsx b/src/IconWatchWakeOutlined.tsx index 46a15a689..669929c47 100644 --- a/src/IconWatchWakeOutlined.tsx +++ b/src/IconWatchWakeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeOutlined: React.FC = ({ ...props }) => ( +export const IconWatchWakeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchWakeOutlined as default } diff --git a/src/IconWatchWakeOutlinedFilled.tsx b/src/IconWatchWakeOutlinedFilled.tsx index e4a385d8b..82c9d9d5c 100644 --- a/src/IconWatchWakeOutlinedFilled.tsx +++ b/src/IconWatchWakeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWatchWakeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchWakeOutlinedFilled as default } diff --git a/src/IconWatchWakeRounded.tsx b/src/IconWatchWakeRounded.tsx index a0cb9089c..c00798863 100644 --- a/src/IconWatchWakeRounded.tsx +++ b/src/IconWatchWakeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeRounded: React.FC = ({ ...props }) => ( +export const IconWatchWakeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchWakeRounded as default } diff --git a/src/IconWatchWakeRoundedFilled.tsx b/src/IconWatchWakeRoundedFilled.tsx index f8c553b37..a2ff9042a 100644 --- a/src/IconWatchWakeRoundedFilled.tsx +++ b/src/IconWatchWakeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWatchWakeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWatchWakeRoundedFilled as default } diff --git a/src/IconWatchWakeSharp.tsx b/src/IconWatchWakeSharp.tsx index ad38b75c4..cc7ab24c7 100644 --- a/src/IconWatchWakeSharp.tsx +++ b/src/IconWatchWakeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeSharp: React.FC = ({ ...props }) => ( +export const IconWatchWakeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchWakeSharp as default } diff --git a/src/IconWatchWakeSharpFilled.tsx b/src/IconWatchWakeSharpFilled.tsx index d8deb91ab..13bbe06a8 100644 --- a/src/IconWatchWakeSharpFilled.tsx +++ b/src/IconWatchWakeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWatchWakeSharpFilled: React.FC = ({ ...props }) => ( +export const IconWatchWakeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWatchWakeSharpFilled as default } diff --git a/src/IconWaterBottleLargeOutlined.tsx b/src/IconWaterBottleLargeOutlined.tsx index ebbeafc71..cfac0679a 100644 --- a/src/IconWaterBottleLargeOutlined.tsx +++ b/src/IconWaterBottleLargeOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeOutlined: React.FC = ({ ...props }) => ( +export const IconWaterBottleLargeOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleLargeOutlined as default } diff --git a/src/IconWaterBottleLargeOutlinedFilled.tsx b/src/IconWaterBottleLargeOutlinedFilled.tsx index 730602823..88afbb61e 100644 --- a/src/IconWaterBottleLargeOutlinedFilled.tsx +++ b/src/IconWaterBottleLargeOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeOutlinedFilled: React.FC = ({ +export const IconWaterBottleLargeOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWaterBottleLargeOutlinedFilled: React.FC = ({ ) - -export { IconWaterBottleLargeOutlinedFilled as default } diff --git a/src/IconWaterBottleLargeRounded.tsx b/src/IconWaterBottleLargeRounded.tsx index 814941b82..ef3c294fb 100644 --- a/src/IconWaterBottleLargeRounded.tsx +++ b/src/IconWaterBottleLargeRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeRounded: React.FC = ({ ...props }) => ( +export const IconWaterBottleLargeRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleLargeRounded as default } diff --git a/src/IconWaterBottleLargeRoundedFilled.tsx b/src/IconWaterBottleLargeRoundedFilled.tsx index ec15c9311..d25c1073a 100644 --- a/src/IconWaterBottleLargeRoundedFilled.tsx +++ b/src/IconWaterBottleLargeRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeRoundedFilled: React.FC = ({ +export const IconWaterBottleLargeRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWaterBottleLargeRoundedFilled: React.FC = ({ ) - -export { IconWaterBottleLargeRoundedFilled as default } diff --git a/src/IconWaterBottleLargeSharp.tsx b/src/IconWaterBottleLargeSharp.tsx index dea944156..c3361b520 100644 --- a/src/IconWaterBottleLargeSharp.tsx +++ b/src/IconWaterBottleLargeSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeSharp: React.FC = ({ ...props }) => ( +export const IconWaterBottleLargeSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleLargeSharp as default } diff --git a/src/IconWaterBottleLargeSharpFilled.tsx b/src/IconWaterBottleLargeSharpFilled.tsx index 5ce16f4a3..6096dc4d5 100644 --- a/src/IconWaterBottleLargeSharpFilled.tsx +++ b/src/IconWaterBottleLargeSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleLargeSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterBottleLargeSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleLargeSharpFilled as default } diff --git a/src/IconWaterBottleOutlined.tsx b/src/IconWaterBottleOutlined.tsx index f01f801f3..fedb34359 100644 --- a/src/IconWaterBottleOutlined.tsx +++ b/src/IconWaterBottleOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleOutlined: React.FC = ({ ...props }) => ( +export const IconWaterBottleOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterBottleOutlined as default } diff --git a/src/IconWaterBottleOutlinedFilled.tsx b/src/IconWaterBottleOutlinedFilled.tsx index bf3a4a0c5..fe271bd56 100644 --- a/src/IconWaterBottleOutlinedFilled.tsx +++ b/src/IconWaterBottleOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterBottleOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleOutlinedFilled as default } diff --git a/src/IconWaterBottleRounded.tsx b/src/IconWaterBottleRounded.tsx index 529521196..272060a1c 100644 --- a/src/IconWaterBottleRounded.tsx +++ b/src/IconWaterBottleRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleRounded: React.FC = ({ ...props }) => ( +export const IconWaterBottleRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterBottleRounded as default } diff --git a/src/IconWaterBottleRoundedFilled.tsx b/src/IconWaterBottleRoundedFilled.tsx index 8141fd8d4..fc3bc44e7 100644 --- a/src/IconWaterBottleRoundedFilled.tsx +++ b/src/IconWaterBottleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterBottleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleRoundedFilled as default } diff --git a/src/IconWaterBottleSharp.tsx b/src/IconWaterBottleSharp.tsx index 1ce2a935f..3f593a3cd 100644 --- a/src/IconWaterBottleSharp.tsx +++ b/src/IconWaterBottleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleSharp: React.FC = ({ ...props }) => ( +export const IconWaterBottleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterBottleSharp as default } diff --git a/src/IconWaterBottleSharpFilled.tsx b/src/IconWaterBottleSharpFilled.tsx index 13b37e31c..5d5b7030b 100644 --- a/src/IconWaterBottleSharpFilled.tsx +++ b/src/IconWaterBottleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterBottleSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterBottleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterBottleSharpFilled as default } diff --git a/src/IconWaterDamageOutlined.tsx b/src/IconWaterDamageOutlined.tsx index c3a878727..5b14529c6 100644 --- a/src/IconWaterDamageOutlined.tsx +++ b/src/IconWaterDamageOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageOutlined: React.FC = ({ ...props }) => ( +export const IconWaterDamageOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDamageOutlined as default } diff --git a/src/IconWaterDamageOutlinedFilled.tsx b/src/IconWaterDamageOutlinedFilled.tsx index cfda9bc67..2900034c7 100644 --- a/src/IconWaterDamageOutlinedFilled.tsx +++ b/src/IconWaterDamageOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDamageOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDamageOutlinedFilled as default } diff --git a/src/IconWaterDamageRounded.tsx b/src/IconWaterDamageRounded.tsx index e2d12727b..b5a18035a 100644 --- a/src/IconWaterDamageRounded.tsx +++ b/src/IconWaterDamageRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageRounded: React.FC = ({ ...props }) => ( +export const IconWaterDamageRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDamageRounded as default } diff --git a/src/IconWaterDamageRoundedFilled.tsx b/src/IconWaterDamageRoundedFilled.tsx index c577187f5..4801598c4 100644 --- a/src/IconWaterDamageRoundedFilled.tsx +++ b/src/IconWaterDamageRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDamageRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDamageRoundedFilled as default } diff --git a/src/IconWaterDamageSharp.tsx b/src/IconWaterDamageSharp.tsx index 31572706c..c1d719688 100644 --- a/src/IconWaterDamageSharp.tsx +++ b/src/IconWaterDamageSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageSharp: React.FC = ({ ...props }) => ( +export const IconWaterDamageSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDamageSharp as default } diff --git a/src/IconWaterDamageSharpFilled.tsx b/src/IconWaterDamageSharpFilled.tsx index db0bd9a98..187965c0e 100644 --- a/src/IconWaterDamageSharpFilled.tsx +++ b/src/IconWaterDamageSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDamageSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterDamageSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDamageSharpFilled as default } diff --git a/src/IconWaterDoOutlined.tsx b/src/IconWaterDoOutlined.tsx index 697f43f94..619d01c39 100644 --- a/src/IconWaterDoOutlined.tsx +++ b/src/IconWaterDoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoOutlined: React.FC = ({ ...props }) => ( +export const IconWaterDoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDoOutlined as default } diff --git a/src/IconWaterDoOutlinedFilled.tsx b/src/IconWaterDoOutlinedFilled.tsx index 54229b171..8b6a40891 100644 --- a/src/IconWaterDoOutlinedFilled.tsx +++ b/src/IconWaterDoOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDoOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDoOutlinedFilled as default } diff --git a/src/IconWaterDoRounded.tsx b/src/IconWaterDoRounded.tsx index fca01494f..39d883b57 100644 --- a/src/IconWaterDoRounded.tsx +++ b/src/IconWaterDoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoRounded: React.FC = ({ ...props }) => ( +export const IconWaterDoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDoRounded as default } diff --git a/src/IconWaterDoRoundedFilled.tsx b/src/IconWaterDoRoundedFilled.tsx index f720fb806..e9ba7ce93 100644 --- a/src/IconWaterDoRoundedFilled.tsx +++ b/src/IconWaterDoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDoRoundedFilled as default } diff --git a/src/IconWaterDoSharp.tsx b/src/IconWaterDoSharp.tsx index 6d334348c..a312d5847 100644 --- a/src/IconWaterDoSharp.tsx +++ b/src/IconWaterDoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoSharp: React.FC = ({ ...props }) => ( +export const IconWaterDoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDoSharp as default } diff --git a/src/IconWaterDoSharpFilled.tsx b/src/IconWaterDoSharpFilled.tsx index 30af61d32..608ae902e 100644 --- a/src/IconWaterDoSharpFilled.tsx +++ b/src/IconWaterDoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDoSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterDoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDoSharpFilled as default } diff --git a/src/IconWaterDropOutlined.tsx b/src/IconWaterDropOutlined.tsx index 0d4ebf6b1..a52f61b37 100644 --- a/src/IconWaterDropOutlined.tsx +++ b/src/IconWaterDropOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropOutlined: React.FC = ({ ...props }) => ( +export const IconWaterDropOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDropOutlined as default } diff --git a/src/IconWaterDropOutlinedFilled.tsx b/src/IconWaterDropOutlinedFilled.tsx index 6d35197c4..a7c5d89b2 100644 --- a/src/IconWaterDropOutlinedFilled.tsx +++ b/src/IconWaterDropOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDropOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDropOutlinedFilled as default } diff --git a/src/IconWaterDropRounded.tsx b/src/IconWaterDropRounded.tsx index 65064e8ec..6c4a5c9c4 100644 --- a/src/IconWaterDropRounded.tsx +++ b/src/IconWaterDropRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropRounded: React.FC = ({ ...props }) => ( +export const IconWaterDropRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDropRounded as default } diff --git a/src/IconWaterDropRoundedFilled.tsx b/src/IconWaterDropRoundedFilled.tsx index 30f105f21..efee36ed2 100644 --- a/src/IconWaterDropRoundedFilled.tsx +++ b/src/IconWaterDropRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterDropRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterDropRoundedFilled as default } diff --git a/src/IconWaterDropSharp.tsx b/src/IconWaterDropSharp.tsx index 15b25d2e9..788acbdf7 100644 --- a/src/IconWaterDropSharp.tsx +++ b/src/IconWaterDropSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropSharp: React.FC = ({ ...props }) => ( +export const IconWaterDropSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDropSharp as default } diff --git a/src/IconWaterDropSharpFilled.tsx b/src/IconWaterDropSharpFilled.tsx index 9d660d14b..c9aec9838 100644 --- a/src/IconWaterDropSharpFilled.tsx +++ b/src/IconWaterDropSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterDropSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterDropSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterDropSharpFilled as default } diff --git a/src/IconWaterEcOutlined.tsx b/src/IconWaterEcOutlined.tsx index ed5eb9361..9bb4b6bad 100644 --- a/src/IconWaterEcOutlined.tsx +++ b/src/IconWaterEcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcOutlined: React.FC = ({ ...props }) => ( +export const IconWaterEcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterEcOutlined as default } diff --git a/src/IconWaterEcOutlinedFilled.tsx b/src/IconWaterEcOutlinedFilled.tsx index db0036dae..06ce0c7da 100644 --- a/src/IconWaterEcOutlinedFilled.tsx +++ b/src/IconWaterEcOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterEcOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterEcOutlinedFilled as default } diff --git a/src/IconWaterEcRounded.tsx b/src/IconWaterEcRounded.tsx index aec8d8933..21fd7fe6e 100644 --- a/src/IconWaterEcRounded.tsx +++ b/src/IconWaterEcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcRounded: React.FC = ({ ...props }) => ( +export const IconWaterEcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterEcRounded as default } diff --git a/src/IconWaterEcRoundedFilled.tsx b/src/IconWaterEcRoundedFilled.tsx index 3786a3bd5..0945790b9 100644 --- a/src/IconWaterEcRoundedFilled.tsx +++ b/src/IconWaterEcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterEcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterEcRoundedFilled as default } diff --git a/src/IconWaterEcSharp.tsx b/src/IconWaterEcSharp.tsx index da95b969d..8de886230 100644 --- a/src/IconWaterEcSharp.tsx +++ b/src/IconWaterEcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcSharp: React.FC = ({ ...props }) => ( +export const IconWaterEcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterEcSharp as default } diff --git a/src/IconWaterEcSharpFilled.tsx b/src/IconWaterEcSharpFilled.tsx index 8ad86f327..b6ab02d6a 100644 --- a/src/IconWaterEcSharpFilled.tsx +++ b/src/IconWaterEcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterEcSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterEcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterEcSharpFilled as default } diff --git a/src/IconWaterFullOutlined.tsx b/src/IconWaterFullOutlined.tsx index aa81393c7..425e793c3 100644 --- a/src/IconWaterFullOutlined.tsx +++ b/src/IconWaterFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullOutlined: React.FC = ({ ...props }) => ( +export const IconWaterFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterFullOutlined as default } diff --git a/src/IconWaterFullOutlinedFilled.tsx b/src/IconWaterFullOutlinedFilled.tsx index f572ffe83..99dda91b5 100644 --- a/src/IconWaterFullOutlinedFilled.tsx +++ b/src/IconWaterFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterFullOutlinedFilled as default } diff --git a/src/IconWaterFullRounded.tsx b/src/IconWaterFullRounded.tsx index 636746676..beaea759b 100644 --- a/src/IconWaterFullRounded.tsx +++ b/src/IconWaterFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullRounded: React.FC = ({ ...props }) => ( +export const IconWaterFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterFullRounded as default } diff --git a/src/IconWaterFullRoundedFilled.tsx b/src/IconWaterFullRoundedFilled.tsx index c8b27e872..2f660405b 100644 --- a/src/IconWaterFullRoundedFilled.tsx +++ b/src/IconWaterFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterFullRoundedFilled as default } diff --git a/src/IconWaterFullSharp.tsx b/src/IconWaterFullSharp.tsx index c23011930..5560ddf03 100644 --- a/src/IconWaterFullSharp.tsx +++ b/src/IconWaterFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullSharp: React.FC = ({ ...props }) => ( +export const IconWaterFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterFullSharp as default } diff --git a/src/IconWaterFullSharpFilled.tsx b/src/IconWaterFullSharpFilled.tsx index 15ae20078..62689d0fb 100644 --- a/src/IconWaterFullSharpFilled.tsx +++ b/src/IconWaterFullSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterFullSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterFullSharpFilled as default } diff --git a/src/IconWaterHeaterOutlined.tsx b/src/IconWaterHeaterOutlined.tsx index 050aa6a8c..6a5d5bc65 100644 --- a/src/IconWaterHeaterOutlined.tsx +++ b/src/IconWaterHeaterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterOutlined: React.FC = ({ ...props }) => ( +export const IconWaterHeaterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterOutlined as default } diff --git a/src/IconWaterHeaterOutlinedFilled.tsx b/src/IconWaterHeaterOutlinedFilled.tsx index dabee2020..e584e2ab5 100644 --- a/src/IconWaterHeaterOutlinedFilled.tsx +++ b/src/IconWaterHeaterOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterHeaterOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterOutlinedFilled as default } diff --git a/src/IconWaterHeaterRounded.tsx b/src/IconWaterHeaterRounded.tsx index ddad0085d..281e19186 100644 --- a/src/IconWaterHeaterRounded.tsx +++ b/src/IconWaterHeaterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterRounded: React.FC = ({ ...props }) => ( +export const IconWaterHeaterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterRounded as default } diff --git a/src/IconWaterHeaterRoundedFilled.tsx b/src/IconWaterHeaterRoundedFilled.tsx index 570283167..0511ac668 100644 --- a/src/IconWaterHeaterRoundedFilled.tsx +++ b/src/IconWaterHeaterRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterHeaterRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterRoundedFilled as default } diff --git a/src/IconWaterHeaterSharp.tsx b/src/IconWaterHeaterSharp.tsx index 94de27044..dfd3ef542 100644 --- a/src/IconWaterHeaterSharp.tsx +++ b/src/IconWaterHeaterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterSharp: React.FC = ({ ...props }) => ( +export const IconWaterHeaterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterSharp as default } diff --git a/src/IconWaterHeaterSharpFilled.tsx b/src/IconWaterHeaterSharpFilled.tsx index bbaf1e33b..18ca50450 100644 --- a/src/IconWaterHeaterSharpFilled.tsx +++ b/src/IconWaterHeaterSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterHeaterSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterHeaterSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterHeaterSharpFilled as default } diff --git a/src/IconWaterLockOutlined.tsx b/src/IconWaterLockOutlined.tsx index 2b676a214..adcc27492 100644 --- a/src/IconWaterLockOutlined.tsx +++ b/src/IconWaterLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockOutlined: React.FC = ({ ...props }) => ( +export const IconWaterLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLockOutlined as default } diff --git a/src/IconWaterLockOutlinedFilled.tsx b/src/IconWaterLockOutlinedFilled.tsx index 274f98a9a..55fbe8f43 100644 --- a/src/IconWaterLockOutlinedFilled.tsx +++ b/src/IconWaterLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLockOutlinedFilled as default } diff --git a/src/IconWaterLockRounded.tsx b/src/IconWaterLockRounded.tsx index 9e2931123..04a6f21b7 100644 --- a/src/IconWaterLockRounded.tsx +++ b/src/IconWaterLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockRounded: React.FC = ({ ...props }) => ( +export const IconWaterLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLockRounded as default } diff --git a/src/IconWaterLockRoundedFilled.tsx b/src/IconWaterLockRoundedFilled.tsx index 1d8884038..b573e3456 100644 --- a/src/IconWaterLockRoundedFilled.tsx +++ b/src/IconWaterLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLockRoundedFilled as default } diff --git a/src/IconWaterLockSharp.tsx b/src/IconWaterLockSharp.tsx index b87b7e68a..175757ca5 100644 --- a/src/IconWaterLockSharp.tsx +++ b/src/IconWaterLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockSharp: React.FC = ({ ...props }) => ( +export const IconWaterLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLockSharp as default } diff --git a/src/IconWaterLockSharpFilled.tsx b/src/IconWaterLockSharpFilled.tsx index d41239fe8..9934e6a36 100644 --- a/src/IconWaterLockSharpFilled.tsx +++ b/src/IconWaterLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLockSharpFilled as default } diff --git a/src/IconWaterLossOutlined.tsx b/src/IconWaterLossOutlined.tsx index 33647cbc1..42bdf4efb 100644 --- a/src/IconWaterLossOutlined.tsx +++ b/src/IconWaterLossOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossOutlined: React.FC = ({ ...props }) => ( +export const IconWaterLossOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLossOutlined as default } diff --git a/src/IconWaterLossOutlinedFilled.tsx b/src/IconWaterLossOutlinedFilled.tsx index 239390f6f..72f5f983a 100644 --- a/src/IconWaterLossOutlinedFilled.tsx +++ b/src/IconWaterLossOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLossOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLossOutlinedFilled as default } diff --git a/src/IconWaterLossRounded.tsx b/src/IconWaterLossRounded.tsx index 432ad06cf..9c1bf16d4 100644 --- a/src/IconWaterLossRounded.tsx +++ b/src/IconWaterLossRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossRounded: React.FC = ({ ...props }) => ( +export const IconWaterLossRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLossRounded as default } diff --git a/src/IconWaterLossRoundedFilled.tsx b/src/IconWaterLossRoundedFilled.tsx index 721f94987..d0783d23e 100644 --- a/src/IconWaterLossRoundedFilled.tsx +++ b/src/IconWaterLossRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLossRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLossRoundedFilled as default } diff --git a/src/IconWaterLossSharp.tsx b/src/IconWaterLossSharp.tsx index 08697f86f..7a26396ea 100644 --- a/src/IconWaterLossSharp.tsx +++ b/src/IconWaterLossSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossSharp: React.FC = ({ ...props }) => ( +export const IconWaterLossSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLossSharp as default } diff --git a/src/IconWaterLossSharpFilled.tsx b/src/IconWaterLossSharpFilled.tsx index 3c7c46f2d..003b2863d 100644 --- a/src/IconWaterLossSharpFilled.tsx +++ b/src/IconWaterLossSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLossSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterLossSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLossSharpFilled as default } diff --git a/src/IconWaterLuxOutlined.tsx b/src/IconWaterLuxOutlined.tsx index b74e100be..f457b1850 100644 --- a/src/IconWaterLuxOutlined.tsx +++ b/src/IconWaterLuxOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxOutlined: React.FC = ({ ...props }) => ( +export const IconWaterLuxOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLuxOutlined as default } diff --git a/src/IconWaterLuxOutlinedFilled.tsx b/src/IconWaterLuxOutlinedFilled.tsx index f722739b3..e5a0090ec 100644 --- a/src/IconWaterLuxOutlinedFilled.tsx +++ b/src/IconWaterLuxOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLuxOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLuxOutlinedFilled as default } diff --git a/src/IconWaterLuxRounded.tsx b/src/IconWaterLuxRounded.tsx index 03c404d1c..10ce21d30 100644 --- a/src/IconWaterLuxRounded.tsx +++ b/src/IconWaterLuxRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxRounded: React.FC = ({ ...props }) => ( +export const IconWaterLuxRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLuxRounded as default } diff --git a/src/IconWaterLuxRoundedFilled.tsx b/src/IconWaterLuxRoundedFilled.tsx index 81c79d8b0..84e55d697 100644 --- a/src/IconWaterLuxRoundedFilled.tsx +++ b/src/IconWaterLuxRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterLuxRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterLuxRoundedFilled as default } diff --git a/src/IconWaterLuxSharp.tsx b/src/IconWaterLuxSharp.tsx index 150968933..f35568946 100644 --- a/src/IconWaterLuxSharp.tsx +++ b/src/IconWaterLuxSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxSharp: React.FC = ({ ...props }) => ( +export const IconWaterLuxSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLuxSharp as default } diff --git a/src/IconWaterLuxSharpFilled.tsx b/src/IconWaterLuxSharpFilled.tsx index db2334d42..2634783a8 100644 --- a/src/IconWaterLuxSharpFilled.tsx +++ b/src/IconWaterLuxSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterLuxSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterLuxSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterLuxSharpFilled as default } diff --git a/src/IconWaterMediumOutlined.tsx b/src/IconWaterMediumOutlined.tsx index 1d7811f64..2f1471a6d 100644 --- a/src/IconWaterMediumOutlined.tsx +++ b/src/IconWaterMediumOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumOutlined: React.FC = ({ ...props }) => ( +export const IconWaterMediumOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterMediumOutlined as default } diff --git a/src/IconWaterMediumOutlinedFilled.tsx b/src/IconWaterMediumOutlinedFilled.tsx index 5215fe872..44ea1429e 100644 --- a/src/IconWaterMediumOutlinedFilled.tsx +++ b/src/IconWaterMediumOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterMediumOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterMediumOutlinedFilled as default } diff --git a/src/IconWaterMediumRounded.tsx b/src/IconWaterMediumRounded.tsx index 899f51ffb..7f271c70d 100644 --- a/src/IconWaterMediumRounded.tsx +++ b/src/IconWaterMediumRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumRounded: React.FC = ({ ...props }) => ( +export const IconWaterMediumRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterMediumRounded as default } diff --git a/src/IconWaterMediumRoundedFilled.tsx b/src/IconWaterMediumRoundedFilled.tsx index f14c1f0fe..0e7093cdd 100644 --- a/src/IconWaterMediumRoundedFilled.tsx +++ b/src/IconWaterMediumRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterMediumRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterMediumRoundedFilled as default } diff --git a/src/IconWaterMediumSharp.tsx b/src/IconWaterMediumSharp.tsx index 5df8a14b5..e47076944 100644 --- a/src/IconWaterMediumSharp.tsx +++ b/src/IconWaterMediumSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumSharp: React.FC = ({ ...props }) => ( +export const IconWaterMediumSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterMediumSharp as default } diff --git a/src/IconWaterMediumSharpFilled.tsx b/src/IconWaterMediumSharpFilled.tsx index 4549918b3..f4a7e3013 100644 --- a/src/IconWaterMediumSharpFilled.tsx +++ b/src/IconWaterMediumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterMediumSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterMediumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterMediumSharpFilled as default } diff --git a/src/IconWaterOrpOutlined.tsx b/src/IconWaterOrpOutlined.tsx index 4605ad572..a368941a2 100644 --- a/src/IconWaterOrpOutlined.tsx +++ b/src/IconWaterOrpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpOutlined: React.FC = ({ ...props }) => ( +export const IconWaterOrpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOrpOutlined as default } diff --git a/src/IconWaterOrpOutlinedFilled.tsx b/src/IconWaterOrpOutlinedFilled.tsx index 3d9abf6cd..d11b9eca5 100644 --- a/src/IconWaterOrpOutlinedFilled.tsx +++ b/src/IconWaterOrpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterOrpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterOrpOutlinedFilled as default } diff --git a/src/IconWaterOrpRounded.tsx b/src/IconWaterOrpRounded.tsx index ad5927305..f728cc488 100644 --- a/src/IconWaterOrpRounded.tsx +++ b/src/IconWaterOrpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpRounded: React.FC = ({ ...props }) => ( +export const IconWaterOrpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOrpRounded as default } diff --git a/src/IconWaterOrpRoundedFilled.tsx b/src/IconWaterOrpRoundedFilled.tsx index fe329ea75..7dafc70a6 100644 --- a/src/IconWaterOrpRoundedFilled.tsx +++ b/src/IconWaterOrpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterOrpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterOrpRoundedFilled as default } diff --git a/src/IconWaterOrpSharp.tsx b/src/IconWaterOrpSharp.tsx index 801b3210f..35e956294 100644 --- a/src/IconWaterOrpSharp.tsx +++ b/src/IconWaterOrpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpSharp: React.FC = ({ ...props }) => ( +export const IconWaterOrpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOrpSharp as default } diff --git a/src/IconWaterOrpSharpFilled.tsx b/src/IconWaterOrpSharpFilled.tsx index 5b43f39ca..b46dbc3b5 100644 --- a/src/IconWaterOrpSharpFilled.tsx +++ b/src/IconWaterOrpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOrpSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterOrpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOrpSharpFilled as default } diff --git a/src/IconWaterOutlined.tsx b/src/IconWaterOutlined.tsx index 2a2b13766..9b7faa134 100644 --- a/src/IconWaterOutlined.tsx +++ b/src/IconWaterOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOutlined: React.FC = ({ ...props }) => ( +export const IconWaterOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOutlined as default } diff --git a/src/IconWaterOutlinedFilled.tsx b/src/IconWaterOutlinedFilled.tsx index 835920be6..2c5d927c8 100644 --- a/src/IconWaterOutlinedFilled.tsx +++ b/src/IconWaterOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterOutlinedFilled as default } diff --git a/src/IconWaterPhOutlined.tsx b/src/IconWaterPhOutlined.tsx index 20f38c49c..d5cf1ce3b 100644 --- a/src/IconWaterPhOutlined.tsx +++ b/src/IconWaterPhOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhOutlined: React.FC = ({ ...props }) => ( +export const IconWaterPhOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPhOutlined as default } diff --git a/src/IconWaterPhOutlinedFilled.tsx b/src/IconWaterPhOutlinedFilled.tsx index 09e49933c..b7c266659 100644 --- a/src/IconWaterPhOutlinedFilled.tsx +++ b/src/IconWaterPhOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterPhOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterPhOutlinedFilled as default } diff --git a/src/IconWaterPhRounded.tsx b/src/IconWaterPhRounded.tsx index ad5e92d8f..771fd6b2c 100644 --- a/src/IconWaterPhRounded.tsx +++ b/src/IconWaterPhRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhRounded: React.FC = ({ ...props }) => ( +export const IconWaterPhRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPhRounded as default } diff --git a/src/IconWaterPhRoundedFilled.tsx b/src/IconWaterPhRoundedFilled.tsx index e52f0a519..b5905b015 100644 --- a/src/IconWaterPhRoundedFilled.tsx +++ b/src/IconWaterPhRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterPhRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPhRoundedFilled as default } diff --git a/src/IconWaterPhSharp.tsx b/src/IconWaterPhSharp.tsx index e5f1e7b3f..6d519994b 100644 --- a/src/IconWaterPhSharp.tsx +++ b/src/IconWaterPhSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhSharp: React.FC = ({ ...props }) => ( +export const IconWaterPhSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPhSharp as default } diff --git a/src/IconWaterPhSharpFilled.tsx b/src/IconWaterPhSharpFilled.tsx index 044f65374..2f9c39c88 100644 --- a/src/IconWaterPhSharpFilled.tsx +++ b/src/IconWaterPhSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPhSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterPhSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPhSharpFilled as default } diff --git a/src/IconWaterPumpOutlined.tsx b/src/IconWaterPumpOutlined.tsx index 8ec58a7a8..82e3bc11c 100644 --- a/src/IconWaterPumpOutlined.tsx +++ b/src/IconWaterPumpOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpOutlined: React.FC = ({ ...props }) => ( +export const IconWaterPumpOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPumpOutlined as default } diff --git a/src/IconWaterPumpOutlinedFilled.tsx b/src/IconWaterPumpOutlinedFilled.tsx index ac5dd15a1..5c52f7312 100644 --- a/src/IconWaterPumpOutlinedFilled.tsx +++ b/src/IconWaterPumpOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterPumpOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterPumpOutlinedFilled as default } diff --git a/src/IconWaterPumpRounded.tsx b/src/IconWaterPumpRounded.tsx index 33a723ec5..76825751e 100644 --- a/src/IconWaterPumpRounded.tsx +++ b/src/IconWaterPumpRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpRounded: React.FC = ({ ...props }) => ( +export const IconWaterPumpRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPumpRounded as default } diff --git a/src/IconWaterPumpRoundedFilled.tsx b/src/IconWaterPumpRoundedFilled.tsx index 7a12c078f..21c6a2fe5 100644 --- a/src/IconWaterPumpRoundedFilled.tsx +++ b/src/IconWaterPumpRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterPumpRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterPumpRoundedFilled as default } diff --git a/src/IconWaterPumpSharp.tsx b/src/IconWaterPumpSharp.tsx index 4c993d06d..5c4d02ecd 100644 --- a/src/IconWaterPumpSharp.tsx +++ b/src/IconWaterPumpSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpSharp: React.FC = ({ ...props }) => ( +export const IconWaterPumpSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPumpSharp as default } diff --git a/src/IconWaterPumpSharpFilled.tsx b/src/IconWaterPumpSharpFilled.tsx index b7a959435..c7563a249 100644 --- a/src/IconWaterPumpSharpFilled.tsx +++ b/src/IconWaterPumpSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterPumpSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterPumpSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterPumpSharpFilled as default } diff --git a/src/IconWaterRounded.tsx b/src/IconWaterRounded.tsx index 49c67e0ce..7bd38add8 100644 --- a/src/IconWaterRounded.tsx +++ b/src/IconWaterRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterRounded: React.FC = ({ ...props }) => ( +export const IconWaterRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterRounded as default } diff --git a/src/IconWaterRoundedFilled.tsx b/src/IconWaterRoundedFilled.tsx index 43b0c7208..ec89ced6f 100644 --- a/src/IconWaterRoundedFilled.tsx +++ b/src/IconWaterRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterRoundedFilled as default } diff --git a/src/IconWaterSharp.tsx b/src/IconWaterSharp.tsx index ff9062530..24e8e9f62 100644 --- a/src/IconWaterSharp.tsx +++ b/src/IconWaterSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterSharp: React.FC = ({ ...props }) => ( +export const IconWaterSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterSharp as default } diff --git a/src/IconWaterSharpFilled.tsx b/src/IconWaterSharpFilled.tsx index 8cf2af468..d50cb2d44 100644 --- a/src/IconWaterSharpFilled.tsx +++ b/src/IconWaterSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterSharpFilled as default } diff --git a/src/IconWaterVocOutlined.tsx b/src/IconWaterVocOutlined.tsx index 19780fbe4..09eb8c8d6 100644 --- a/src/IconWaterVocOutlined.tsx +++ b/src/IconWaterVocOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocOutlined: React.FC = ({ ...props }) => ( +export const IconWaterVocOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterVocOutlined as default } diff --git a/src/IconWaterVocOutlinedFilled.tsx b/src/IconWaterVocOutlinedFilled.tsx index a951883a2..a5f28a22e 100644 --- a/src/IconWaterVocOutlinedFilled.tsx +++ b/src/IconWaterVocOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWaterVocOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterVocOutlinedFilled as default } diff --git a/src/IconWaterVocRounded.tsx b/src/IconWaterVocRounded.tsx index f5ffafb2d..dec6ed6a2 100644 --- a/src/IconWaterVocRounded.tsx +++ b/src/IconWaterVocRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocRounded: React.FC = ({ ...props }) => ( +export const IconWaterVocRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterVocRounded as default } diff --git a/src/IconWaterVocRoundedFilled.tsx b/src/IconWaterVocRoundedFilled.tsx index 2d74213cc..780b34a8e 100644 --- a/src/IconWaterVocRoundedFilled.tsx +++ b/src/IconWaterVocRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterVocRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterVocRoundedFilled as default } diff --git a/src/IconWaterVocSharp.tsx b/src/IconWaterVocSharp.tsx index 77a56b6f5..2a445dd50 100644 --- a/src/IconWaterVocSharp.tsx +++ b/src/IconWaterVocSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocSharp: React.FC = ({ ...props }) => ( +export const IconWaterVocSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterVocSharp as default } diff --git a/src/IconWaterVocSharpFilled.tsx b/src/IconWaterVocSharpFilled.tsx index 990c27c12..ab291e6ce 100644 --- a/src/IconWaterVocSharpFilled.tsx +++ b/src/IconWaterVocSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterVocSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterVocSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterVocSharpFilled as default } diff --git a/src/IconWaterfallChartOutlined.tsx b/src/IconWaterfallChartOutlined.tsx index 8b8b9acdd..23465b1ec 100644 --- a/src/IconWaterfallChartOutlined.tsx +++ b/src/IconWaterfallChartOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartOutlined: React.FC = ({ ...props }) => ( +export const IconWaterfallChartOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterfallChartOutlined as default } diff --git a/src/IconWaterfallChartOutlinedFilled.tsx b/src/IconWaterfallChartOutlinedFilled.tsx index 7f9e608aa..59c325ed3 100644 --- a/src/IconWaterfallChartOutlinedFilled.tsx +++ b/src/IconWaterfallChartOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartOutlinedFilled: React.FC = ({ +export const IconWaterfallChartOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWaterfallChartOutlinedFilled: React.FC = ({ ) - -export { IconWaterfallChartOutlinedFilled as default } diff --git a/src/IconWaterfallChartRounded.tsx b/src/IconWaterfallChartRounded.tsx index be62ee619..7ca100903 100644 --- a/src/IconWaterfallChartRounded.tsx +++ b/src/IconWaterfallChartRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartRounded: React.FC = ({ ...props }) => ( +export const IconWaterfallChartRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterfallChartRounded as default } diff --git a/src/IconWaterfallChartRoundedFilled.tsx b/src/IconWaterfallChartRoundedFilled.tsx index 7fdbe8e3a..cb8eab5a0 100644 --- a/src/IconWaterfallChartRoundedFilled.tsx +++ b/src/IconWaterfallChartRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWaterfallChartRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterfallChartRoundedFilled as default } diff --git a/src/IconWaterfallChartSharp.tsx b/src/IconWaterfallChartSharp.tsx index a31fe2743..7e808608a 100644 --- a/src/IconWaterfallChartSharp.tsx +++ b/src/IconWaterfallChartSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartSharp: React.FC = ({ ...props }) => ( +export const IconWaterfallChartSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWaterfallChartSharp as default } diff --git a/src/IconWaterfallChartSharpFilled.tsx b/src/IconWaterfallChartSharpFilled.tsx index 8265e8664..a1daa7e35 100644 --- a/src/IconWaterfallChartSharpFilled.tsx +++ b/src/IconWaterfallChartSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWaterfallChartSharpFilled: React.FC = ({ ...props }) => ( +export const IconWaterfallChartSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWaterfallChartSharpFilled as default } diff --git a/src/IconWavesOutlined.tsx b/src/IconWavesOutlined.tsx index 51b3863e1..77c083eb0 100644 --- a/src/IconWavesOutlined.tsx +++ b/src/IconWavesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesOutlined: React.FC = ({ ...props }) => ( +export const IconWavesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesOutlined as default } diff --git a/src/IconWavesOutlinedFilled.tsx b/src/IconWavesOutlinedFilled.tsx index a6f0c37b8..e9207554a 100644 --- a/src/IconWavesOutlinedFilled.tsx +++ b/src/IconWavesOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWavesOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesOutlinedFilled as default } diff --git a/src/IconWavesRounded.tsx b/src/IconWavesRounded.tsx index b4748ea69..66ffc02f2 100644 --- a/src/IconWavesRounded.tsx +++ b/src/IconWavesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesRounded: React.FC = ({ ...props }) => ( +export const IconWavesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesRounded as default } diff --git a/src/IconWavesRoundedFilled.tsx b/src/IconWavesRoundedFilled.tsx index 9cddbf2b7..6347b45b9 100644 --- a/src/IconWavesRoundedFilled.tsx +++ b/src/IconWavesRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWavesRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesRoundedFilled as default } diff --git a/src/IconWavesSharp.tsx b/src/IconWavesSharp.tsx index 084f9506d..86a1ef8d2 100644 --- a/src/IconWavesSharp.tsx +++ b/src/IconWavesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesSharp: React.FC = ({ ...props }) => ( +export const IconWavesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesSharp as default } diff --git a/src/IconWavesSharpFilled.tsx b/src/IconWavesSharpFilled.tsx index 14ce2be02..82bd3c37d 100644 --- a/src/IconWavesSharpFilled.tsx +++ b/src/IconWavesSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavesSharpFilled: React.FC = ({ ...props }) => ( +export const IconWavesSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavesSharpFilled as default } diff --git a/src/IconWavingHandOutlined.tsx b/src/IconWavingHandOutlined.tsx index 352332376..8ae8c86ad 100644 --- a/src/IconWavingHandOutlined.tsx +++ b/src/IconWavingHandOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandOutlined: React.FC = ({ ...props }) => ( +export const IconWavingHandOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavingHandOutlined as default } diff --git a/src/IconWavingHandOutlinedFilled.tsx b/src/IconWavingHandOutlinedFilled.tsx index a99a0ce97..dc9587178 100644 --- a/src/IconWavingHandOutlinedFilled.tsx +++ b/src/IconWavingHandOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWavingHandOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWavingHandOutlinedFilled as default } diff --git a/src/IconWavingHandRounded.tsx b/src/IconWavingHandRounded.tsx index 4e7d80a75..2d846daf0 100644 --- a/src/IconWavingHandRounded.tsx +++ b/src/IconWavingHandRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandRounded: React.FC = ({ ...props }) => ( +export const IconWavingHandRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavingHandRounded as default } diff --git a/src/IconWavingHandRoundedFilled.tsx b/src/IconWavingHandRoundedFilled.tsx index 69ae53d34..258c409f8 100644 --- a/src/IconWavingHandRoundedFilled.tsx +++ b/src/IconWavingHandRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWavingHandRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWavingHandRoundedFilled as default } diff --git a/src/IconWavingHandSharp.tsx b/src/IconWavingHandSharp.tsx index eb8ec29cf..76bcecf2f 100644 --- a/src/IconWavingHandSharp.tsx +++ b/src/IconWavingHandSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandSharp: React.FC = ({ ...props }) => ( +export const IconWavingHandSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWavingHandSharp as default } diff --git a/src/IconWavingHandSharpFilled.tsx b/src/IconWavingHandSharpFilled.tsx index b615c5ed3..d59f7f903 100644 --- a/src/IconWavingHandSharpFilled.tsx +++ b/src/IconWavingHandSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWavingHandSharpFilled: React.FC = ({ ...props }) => ( +export const IconWavingHandSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWavingHandSharpFilled as default } diff --git a/src/IconWbAutoOutlined.tsx b/src/IconWbAutoOutlined.tsx index 39b58e0a8..973fa1836 100644 --- a/src/IconWbAutoOutlined.tsx +++ b/src/IconWbAutoOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoOutlined: React.FC = ({ ...props }) => ( +export const IconWbAutoOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoOutlined as default } diff --git a/src/IconWbAutoOutlinedFilled.tsx b/src/IconWbAutoOutlinedFilled.tsx index e7b9dcd67..91026e61c 100644 --- a/src/IconWbAutoOutlinedFilled.tsx +++ b/src/IconWbAutoOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWbAutoOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoOutlinedFilled as default } diff --git a/src/IconWbAutoRounded.tsx b/src/IconWbAutoRounded.tsx index 2f2c3d9c5..98f10ad10 100644 --- a/src/IconWbAutoRounded.tsx +++ b/src/IconWbAutoRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoRounded: React.FC = ({ ...props }) => ( +export const IconWbAutoRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoRounded as default } diff --git a/src/IconWbAutoRoundedFilled.tsx b/src/IconWbAutoRoundedFilled.tsx index b70502c93..6b6317d78 100644 --- a/src/IconWbAutoRoundedFilled.tsx +++ b/src/IconWbAutoRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbAutoRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoRoundedFilled as default } diff --git a/src/IconWbAutoSharp.tsx b/src/IconWbAutoSharp.tsx index b10e52101..03b104eea 100644 --- a/src/IconWbAutoSharp.tsx +++ b/src/IconWbAutoSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoSharp: React.FC = ({ ...props }) => ( +export const IconWbAutoSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoSharp as default } diff --git a/src/IconWbAutoSharpFilled.tsx b/src/IconWbAutoSharpFilled.tsx index 067a79c6f..35d86c23f 100644 --- a/src/IconWbAutoSharpFilled.tsx +++ b/src/IconWbAutoSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbAutoSharpFilled: React.FC = ({ ...props }) => ( +export const IconWbAutoSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbAutoSharpFilled as default } diff --git a/src/IconWbIncandescentOutlined.tsx b/src/IconWbIncandescentOutlined.tsx index b638b238e..073d42fb7 100644 --- a/src/IconWbIncandescentOutlined.tsx +++ b/src/IconWbIncandescentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentOutlined: React.FC = ({ ...props }) => ( +export const IconWbIncandescentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIncandescentOutlined as default } diff --git a/src/IconWbIncandescentOutlinedFilled.tsx b/src/IconWbIncandescentOutlinedFilled.tsx index c2739917c..4b2ad7672 100644 --- a/src/IconWbIncandescentOutlinedFilled.tsx +++ b/src/IconWbIncandescentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentOutlinedFilled: React.FC = ({ +export const IconWbIncandescentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWbIncandescentOutlinedFilled: React.FC = ({ ) - -export { IconWbIncandescentOutlinedFilled as default } diff --git a/src/IconWbIncandescentRounded.tsx b/src/IconWbIncandescentRounded.tsx index 38bd1bb86..63b7bc82b 100644 --- a/src/IconWbIncandescentRounded.tsx +++ b/src/IconWbIncandescentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentRounded: React.FC = ({ ...props }) => ( +export const IconWbIncandescentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIncandescentRounded as default } diff --git a/src/IconWbIncandescentRoundedFilled.tsx b/src/IconWbIncandescentRoundedFilled.tsx index bca56efd9..aa276f1b6 100644 --- a/src/IconWbIncandescentRoundedFilled.tsx +++ b/src/IconWbIncandescentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbIncandescentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIncandescentRoundedFilled as default } diff --git a/src/IconWbIncandescentSharp.tsx b/src/IconWbIncandescentSharp.tsx index f869a3b6f..8afb861bc 100644 --- a/src/IconWbIncandescentSharp.tsx +++ b/src/IconWbIncandescentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentSharp: React.FC = ({ ...props }) => ( +export const IconWbIncandescentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbIncandescentSharp as default } diff --git a/src/IconWbIncandescentSharpFilled.tsx b/src/IconWbIncandescentSharpFilled.tsx index b00990c73..9b0e16899 100644 --- a/src/IconWbIncandescentSharpFilled.tsx +++ b/src/IconWbIncandescentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIncandescentSharpFilled: React.FC = ({ ...props }) => ( +export const IconWbIncandescentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIncandescentSharpFilled as default } diff --git a/src/IconWbIridescentOutlined.tsx b/src/IconWbIridescentOutlined.tsx index 72f56aa34..4dd1e4c02 100644 --- a/src/IconWbIridescentOutlined.tsx +++ b/src/IconWbIridescentOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentOutlined: React.FC = ({ ...props }) => ( +export const IconWbIridescentOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbIridescentOutlined as default } diff --git a/src/IconWbIridescentOutlinedFilled.tsx b/src/IconWbIridescentOutlinedFilled.tsx index f1a475136..2d0fc0a17 100644 --- a/src/IconWbIridescentOutlinedFilled.tsx +++ b/src/IconWbIridescentOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWbIridescentOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIridescentOutlinedFilled as default } diff --git a/src/IconWbIridescentRounded.tsx b/src/IconWbIridescentRounded.tsx index b913bce77..9b461c8c0 100644 --- a/src/IconWbIridescentRounded.tsx +++ b/src/IconWbIridescentRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentRounded: React.FC = ({ ...props }) => ( +export const IconWbIridescentRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbIridescentRounded as default } diff --git a/src/IconWbIridescentRoundedFilled.tsx b/src/IconWbIridescentRoundedFilled.tsx index 17526292b..24e4450f2 100644 --- a/src/IconWbIridescentRoundedFilled.tsx +++ b/src/IconWbIridescentRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbIridescentRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIridescentRoundedFilled as default } diff --git a/src/IconWbIridescentSharp.tsx b/src/IconWbIridescentSharp.tsx index be6521a38..3cc39209e 100644 --- a/src/IconWbIridescentSharp.tsx +++ b/src/IconWbIridescentSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentSharp: React.FC = ({ ...props }) => ( +export const IconWbIridescentSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbIridescentSharp as default } diff --git a/src/IconWbIridescentSharpFilled.tsx b/src/IconWbIridescentSharpFilled.tsx index f08628ca9..1f53549d8 100644 --- a/src/IconWbIridescentSharpFilled.tsx +++ b/src/IconWbIridescentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbIridescentSharpFilled: React.FC = ({ ...props }) => ( +export const IconWbIridescentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbIridescentSharpFilled as default } diff --git a/src/IconWbShadeOutlined.tsx b/src/IconWbShadeOutlined.tsx index ce8e7fb04..cb9de414d 100644 --- a/src/IconWbShadeOutlined.tsx +++ b/src/IconWbShadeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeOutlined: React.FC = ({ ...props }) => ( +export const IconWbShadeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbShadeOutlined as default } diff --git a/src/IconWbShadeOutlinedFilled.tsx b/src/IconWbShadeOutlinedFilled.tsx index 94560e722..b80a2df4f 100644 --- a/src/IconWbShadeOutlinedFilled.tsx +++ b/src/IconWbShadeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWbShadeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbShadeOutlinedFilled as default } diff --git a/src/IconWbShadeRounded.tsx b/src/IconWbShadeRounded.tsx index 739e828cf..a99ef4ef5 100644 --- a/src/IconWbShadeRounded.tsx +++ b/src/IconWbShadeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeRounded: React.FC = ({ ...props }) => ( +export const IconWbShadeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbShadeRounded as default } diff --git a/src/IconWbShadeRoundedFilled.tsx b/src/IconWbShadeRoundedFilled.tsx index bf9244505..050e45056 100644 --- a/src/IconWbShadeRoundedFilled.tsx +++ b/src/IconWbShadeRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbShadeRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbShadeRoundedFilled as default } diff --git a/src/IconWbShadeSharp.tsx b/src/IconWbShadeSharp.tsx index 091f84445..94ea6d4d5 100644 --- a/src/IconWbShadeSharp.tsx +++ b/src/IconWbShadeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeSharp: React.FC = ({ ...props }) => ( +export const IconWbShadeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbShadeSharp as default } diff --git a/src/IconWbShadeSharpFilled.tsx b/src/IconWbShadeSharpFilled.tsx index 38e3c35e0..6325ded7f 100644 --- a/src/IconWbShadeSharpFilled.tsx +++ b/src/IconWbShadeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbShadeSharpFilled: React.FC = ({ ...props }) => ( +export const IconWbShadeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbShadeSharpFilled as default } diff --git a/src/IconWbSunnyOutlined.tsx b/src/IconWbSunnyOutlined.tsx index dfccd42f4..9717d1e8c 100644 --- a/src/IconWbSunnyOutlined.tsx +++ b/src/IconWbSunnyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnyOutlined: React.FC = ({ ...props }) => ( +export const IconWbSunnyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbSunnyOutlined as default } diff --git a/src/IconWbSunnyOutlinedFilled.tsx b/src/IconWbSunnyOutlinedFilled.tsx index 599d5b58d..fe1bed0e6 100644 --- a/src/IconWbSunnyOutlinedFilled.tsx +++ b/src/IconWbSunnyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWbSunnyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbSunnyOutlinedFilled as default } diff --git a/src/IconWbSunnyRounded.tsx b/src/IconWbSunnyRounded.tsx index 0bdce6c0a..e472c8169 100644 --- a/src/IconWbSunnyRounded.tsx +++ b/src/IconWbSunnyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnyRounded: React.FC = ({ ...props }) => ( +export const IconWbSunnyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbSunnyRounded as default } diff --git a/src/IconWbSunnyRoundedFilled.tsx b/src/IconWbSunnyRoundedFilled.tsx index fed4b655b..b8d2920b4 100644 --- a/src/IconWbSunnyRoundedFilled.tsx +++ b/src/IconWbSunnyRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbSunnyRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbSunnyRoundedFilled as default } diff --git a/src/IconWbSunnySharp.tsx b/src/IconWbSunnySharp.tsx index ec1d72ae7..a5ae81022 100644 --- a/src/IconWbSunnySharp.tsx +++ b/src/IconWbSunnySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnySharp: React.FC = ({ ...props }) => ( +export const IconWbSunnySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbSunnySharp as default } diff --git a/src/IconWbSunnySharpFilled.tsx b/src/IconWbSunnySharpFilled.tsx index 191927700..b272c96fb 100644 --- a/src/IconWbSunnySharpFilled.tsx +++ b/src/IconWbSunnySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbSunnySharpFilled: React.FC = ({ ...props }) => ( +export const IconWbSunnySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbSunnySharpFilled as default } diff --git a/src/IconWbTwilightOutlined.tsx b/src/IconWbTwilightOutlined.tsx index 79882f5a3..9cffd388b 100644 --- a/src/IconWbTwilightOutlined.tsx +++ b/src/IconWbTwilightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightOutlined: React.FC = ({ ...props }) => ( +export const IconWbTwilightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbTwilightOutlined as default } diff --git a/src/IconWbTwilightOutlinedFilled.tsx b/src/IconWbTwilightOutlinedFilled.tsx index 728b3a264..3e55cd7f5 100644 --- a/src/IconWbTwilightOutlinedFilled.tsx +++ b/src/IconWbTwilightOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWbTwilightOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbTwilightOutlinedFilled as default } diff --git a/src/IconWbTwilightRounded.tsx b/src/IconWbTwilightRounded.tsx index a0a646460..4a95f6867 100644 --- a/src/IconWbTwilightRounded.tsx +++ b/src/IconWbTwilightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightRounded: React.FC = ({ ...props }) => ( +export const IconWbTwilightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbTwilightRounded as default } diff --git a/src/IconWbTwilightRoundedFilled.tsx b/src/IconWbTwilightRoundedFilled.tsx index 21518e802..0ab6f765b 100644 --- a/src/IconWbTwilightRoundedFilled.tsx +++ b/src/IconWbTwilightRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWbTwilightRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbTwilightRoundedFilled as default } diff --git a/src/IconWbTwilightSharp.tsx b/src/IconWbTwilightSharp.tsx index 85b7d5104..d3f635134 100644 --- a/src/IconWbTwilightSharp.tsx +++ b/src/IconWbTwilightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightSharp: React.FC = ({ ...props }) => ( +export const IconWbTwilightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWbTwilightSharp as default } diff --git a/src/IconWbTwilightSharpFilled.tsx b/src/IconWbTwilightSharpFilled.tsx index 8b190af28..63141ed08 100644 --- a/src/IconWbTwilightSharpFilled.tsx +++ b/src/IconWbTwilightSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWbTwilightSharpFilled: React.FC = ({ ...props }) => ( +export const IconWbTwilightSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWbTwilightSharpFilled as default } diff --git a/src/IconWcOutlined.tsx b/src/IconWcOutlined.tsx index 435dfe404..bae9dfb0b 100644 --- a/src/IconWcOutlined.tsx +++ b/src/IconWcOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcOutlined: React.FC = ({ ...props }) => ( +export const IconWcOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcOutlined as default } diff --git a/src/IconWcOutlinedFilled.tsx b/src/IconWcOutlinedFilled.tsx index 244161fa3..8c3cc6386 100644 --- a/src/IconWcOutlinedFilled.tsx +++ b/src/IconWcOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWcOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcOutlinedFilled as default } diff --git a/src/IconWcRounded.tsx b/src/IconWcRounded.tsx index 8575d4535..51a868124 100644 --- a/src/IconWcRounded.tsx +++ b/src/IconWcRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcRounded: React.FC = ({ ...props }) => ( +export const IconWcRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcRounded as default } diff --git a/src/IconWcRoundedFilled.tsx b/src/IconWcRoundedFilled.tsx index 8feb6933c..266602d6e 100644 --- a/src/IconWcRoundedFilled.tsx +++ b/src/IconWcRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWcRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcRoundedFilled as default } diff --git a/src/IconWcSharp.tsx b/src/IconWcSharp.tsx index deda852d3..1cdddc3a7 100644 --- a/src/IconWcSharp.tsx +++ b/src/IconWcSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcSharp: React.FC = ({ ...props }) => ( +export const IconWcSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcSharp as default } diff --git a/src/IconWcSharpFilled.tsx b/src/IconWcSharpFilled.tsx index 8b637af1a..8df7544bf 100644 --- a/src/IconWcSharpFilled.tsx +++ b/src/IconWcSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWcSharpFilled: React.FC = ({ ...props }) => ( +export const IconWcSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWcSharpFilled as default } diff --git a/src/IconWeatherHailOutlined.tsx b/src/IconWeatherHailOutlined.tsx index e299f3234..0485af537 100644 --- a/src/IconWeatherHailOutlined.tsx +++ b/src/IconWeatherHailOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailOutlined: React.FC = ({ ...props }) => ( +export const IconWeatherHailOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherHailOutlined as default } diff --git a/src/IconWeatherHailOutlinedFilled.tsx b/src/IconWeatherHailOutlinedFilled.tsx index 664436410..0c6625224 100644 --- a/src/IconWeatherHailOutlinedFilled.tsx +++ b/src/IconWeatherHailOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherHailOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherHailOutlinedFilled as default } diff --git a/src/IconWeatherHailRounded.tsx b/src/IconWeatherHailRounded.tsx index a73dbc82f..474288e55 100644 --- a/src/IconWeatherHailRounded.tsx +++ b/src/IconWeatherHailRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailRounded: React.FC = ({ ...props }) => ( +export const IconWeatherHailRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherHailRounded as default } diff --git a/src/IconWeatherHailRoundedFilled.tsx b/src/IconWeatherHailRoundedFilled.tsx index bc3b3b879..e6b3093df 100644 --- a/src/IconWeatherHailRoundedFilled.tsx +++ b/src/IconWeatherHailRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherHailRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherHailRoundedFilled as default } diff --git a/src/IconWeatherHailSharp.tsx b/src/IconWeatherHailSharp.tsx index d56e2d62e..659c4a12a 100644 --- a/src/IconWeatherHailSharp.tsx +++ b/src/IconWeatherHailSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailSharp: React.FC = ({ ...props }) => ( +export const IconWeatherHailSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherHailSharp as default } diff --git a/src/IconWeatherHailSharpFilled.tsx b/src/IconWeatherHailSharpFilled.tsx index c13d2c7b1..6a8d0be51 100644 --- a/src/IconWeatherHailSharpFilled.tsx +++ b/src/IconWeatherHailSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherHailSharpFilled: React.FC = ({ ...props }) => ( +export const IconWeatherHailSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherHailSharpFilled as default } diff --git a/src/IconWeatherMixOutlined.tsx b/src/IconWeatherMixOutlined.tsx index b5ce80f12..cd67da52b 100644 --- a/src/IconWeatherMixOutlined.tsx +++ b/src/IconWeatherMixOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixOutlined: React.FC = ({ ...props }) => ( +export const IconWeatherMixOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherMixOutlined as default } diff --git a/src/IconWeatherMixOutlinedFilled.tsx b/src/IconWeatherMixOutlinedFilled.tsx index 885b0be0f..51e17b383 100644 --- a/src/IconWeatherMixOutlinedFilled.tsx +++ b/src/IconWeatherMixOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherMixOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherMixOutlinedFilled as default } diff --git a/src/IconWeatherMixRounded.tsx b/src/IconWeatherMixRounded.tsx index 813fefb9b..3904e9aa0 100644 --- a/src/IconWeatherMixRounded.tsx +++ b/src/IconWeatherMixRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixRounded: React.FC = ({ ...props }) => ( +export const IconWeatherMixRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherMixRounded as default } diff --git a/src/IconWeatherMixRoundedFilled.tsx b/src/IconWeatherMixRoundedFilled.tsx index e119254f9..afb05c8a4 100644 --- a/src/IconWeatherMixRoundedFilled.tsx +++ b/src/IconWeatherMixRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherMixRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherMixRoundedFilled as default } diff --git a/src/IconWeatherMixSharp.tsx b/src/IconWeatherMixSharp.tsx index 3411ed32a..e6c76c3f8 100644 --- a/src/IconWeatherMixSharp.tsx +++ b/src/IconWeatherMixSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixSharp: React.FC = ({ ...props }) => ( +export const IconWeatherMixSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherMixSharp as default } diff --git a/src/IconWeatherMixSharpFilled.tsx b/src/IconWeatherMixSharpFilled.tsx index 7f9352bf6..e4375d160 100644 --- a/src/IconWeatherMixSharpFilled.tsx +++ b/src/IconWeatherMixSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherMixSharpFilled: React.FC = ({ ...props }) => ( +export const IconWeatherMixSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherMixSharpFilled as default } diff --git a/src/IconWeatherSnowyOutlined.tsx b/src/IconWeatherSnowyOutlined.tsx index 58faf4683..e40087597 100644 --- a/src/IconWeatherSnowyOutlined.tsx +++ b/src/IconWeatherSnowyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowyOutlined: React.FC = ({ ...props }) => ( +export const IconWeatherSnowyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowyOutlined as default } diff --git a/src/IconWeatherSnowyOutlinedFilled.tsx b/src/IconWeatherSnowyOutlinedFilled.tsx index 241148480..afbdd20f4 100644 --- a/src/IconWeatherSnowyOutlinedFilled.tsx +++ b/src/IconWeatherSnowyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherSnowyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowyOutlinedFilled as default } diff --git a/src/IconWeatherSnowyRounded.tsx b/src/IconWeatherSnowyRounded.tsx index cf48520e2..a81cf62f1 100644 --- a/src/IconWeatherSnowyRounded.tsx +++ b/src/IconWeatherSnowyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowyRounded: React.FC = ({ ...props }) => ( +export const IconWeatherSnowyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowyRounded as default } diff --git a/src/IconWeatherSnowyRoundedFilled.tsx b/src/IconWeatherSnowyRoundedFilled.tsx index 9b1bdb1be..d3dd65eaf 100644 --- a/src/IconWeatherSnowyRoundedFilled.tsx +++ b/src/IconWeatherSnowyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWeatherSnowyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowyRoundedFilled as default } diff --git a/src/IconWeatherSnowySharp.tsx b/src/IconWeatherSnowySharp.tsx index 495da8eb5..098138b5c 100644 --- a/src/IconWeatherSnowySharp.tsx +++ b/src/IconWeatherSnowySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowySharp: React.FC = ({ ...props }) => ( +export const IconWeatherSnowySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowySharp as default } diff --git a/src/IconWeatherSnowySharpFilled.tsx b/src/IconWeatherSnowySharpFilled.tsx index a2fd30456..447a7d26a 100644 --- a/src/IconWeatherSnowySharpFilled.tsx +++ b/src/IconWeatherSnowySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeatherSnowySharpFilled: React.FC = ({ ...props }) => ( +export const IconWeatherSnowySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeatherSnowySharpFilled as default } diff --git a/src/IconWebAssetOffOutlined.tsx b/src/IconWebAssetOffOutlined.tsx index 2d00b1d52..72d3f6ead 100644 --- a/src/IconWebAssetOffOutlined.tsx +++ b/src/IconWebAssetOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffOutlined: React.FC = ({ ...props }) => ( +export const IconWebAssetOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffOutlined as default } diff --git a/src/IconWebAssetOffOutlinedFilled.tsx b/src/IconWebAssetOffOutlinedFilled.tsx index c37fe90a7..933d09db5 100644 --- a/src/IconWebAssetOffOutlinedFilled.tsx +++ b/src/IconWebAssetOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffOutlinedFilled as default } diff --git a/src/IconWebAssetOffRounded.tsx b/src/IconWebAssetOffRounded.tsx index 36f65f987..914bccd52 100644 --- a/src/IconWebAssetOffRounded.tsx +++ b/src/IconWebAssetOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffRounded: React.FC = ({ ...props }) => ( +export const IconWebAssetOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffRounded as default } diff --git a/src/IconWebAssetOffRoundedFilled.tsx b/src/IconWebAssetOffRoundedFilled.tsx index 8bbabffd9..d6c8b765c 100644 --- a/src/IconWebAssetOffRoundedFilled.tsx +++ b/src/IconWebAssetOffRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetOffRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffRoundedFilled as default } diff --git a/src/IconWebAssetOffSharp.tsx b/src/IconWebAssetOffSharp.tsx index cc1f28cd1..2c4a57aeb 100644 --- a/src/IconWebAssetOffSharp.tsx +++ b/src/IconWebAssetOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffSharp: React.FC = ({ ...props }) => ( +export const IconWebAssetOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffSharp as default } diff --git a/src/IconWebAssetOffSharpFilled.tsx b/src/IconWebAssetOffSharpFilled.tsx index fb1a9ae8a..fe5aaaa70 100644 --- a/src/IconWebAssetOffSharpFilled.tsx +++ b/src/IconWebAssetOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebAssetOffSharpFilled as default } diff --git a/src/IconWebAssetOutlined.tsx b/src/IconWebAssetOutlined.tsx index 597caf347..29e11bc8c 100644 --- a/src/IconWebAssetOutlined.tsx +++ b/src/IconWebAssetOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOutlined: React.FC = ({ ...props }) => ( +export const IconWebAssetOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetOutlined as default } diff --git a/src/IconWebAssetOutlinedFilled.tsx b/src/IconWebAssetOutlinedFilled.tsx index 308aa7639..0bccb0092 100644 --- a/src/IconWebAssetOutlinedFilled.tsx +++ b/src/IconWebAssetOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebAssetOutlinedFilled as default } diff --git a/src/IconWebAssetRounded.tsx b/src/IconWebAssetRounded.tsx index 64d6c1bde..d36e7a36b 100644 --- a/src/IconWebAssetRounded.tsx +++ b/src/IconWebAssetRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetRounded: React.FC = ({ ...props }) => ( +export const IconWebAssetRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetRounded as default } diff --git a/src/IconWebAssetRoundedFilled.tsx b/src/IconWebAssetRoundedFilled.tsx index b43cf2cf5..c24f30ce9 100644 --- a/src/IconWebAssetRoundedFilled.tsx +++ b/src/IconWebAssetRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebAssetRoundedFilled as default } diff --git a/src/IconWebAssetSharp.tsx b/src/IconWebAssetSharp.tsx index ea0d0d8f9..b07bdb7db 100644 --- a/src/IconWebAssetSharp.tsx +++ b/src/IconWebAssetSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetSharp: React.FC = ({ ...props }) => ( +export const IconWebAssetSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetSharp as default } diff --git a/src/IconWebAssetSharpFilled.tsx b/src/IconWebAssetSharpFilled.tsx index 249f0ab21..17682db49 100644 --- a/src/IconWebAssetSharpFilled.tsx +++ b/src/IconWebAssetSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebAssetSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebAssetSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebAssetSharpFilled as default } diff --git a/src/IconWebOutlined.tsx b/src/IconWebOutlined.tsx index d6727b005..32811b1ce 100644 --- a/src/IconWebOutlined.tsx +++ b/src/IconWebOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebOutlined: React.FC = ({ ...props }) => ( +export const IconWebOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebOutlined as default } diff --git a/src/IconWebOutlinedFilled.tsx b/src/IconWebOutlinedFilled.tsx index 090fb79f6..fdb2ce062 100644 --- a/src/IconWebOutlinedFilled.tsx +++ b/src/IconWebOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebOutlinedFilled as default } diff --git a/src/IconWebRounded.tsx b/src/IconWebRounded.tsx index b8cb1f56f..855afe602 100644 --- a/src/IconWebRounded.tsx +++ b/src/IconWebRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebRounded: React.FC = ({ ...props }) => ( +export const IconWebRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebRounded as default } diff --git a/src/IconWebRoundedFilled.tsx b/src/IconWebRoundedFilled.tsx index a1b456d6c..c0e53556c 100644 --- a/src/IconWebRoundedFilled.tsx +++ b/src/IconWebRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebRoundedFilled as default } diff --git a/src/IconWebSharp.tsx b/src/IconWebSharp.tsx index 2fd6f1435..bba1de09e 100644 --- a/src/IconWebSharp.tsx +++ b/src/IconWebSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebSharp: React.FC = ({ ...props }) => ( +export const IconWebSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebSharp as default } diff --git a/src/IconWebSharpFilled.tsx b/src/IconWebSharpFilled.tsx index 6f183b567..77d4de473 100644 --- a/src/IconWebSharpFilled.tsx +++ b/src/IconWebSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebSharpFilled as default } diff --git a/src/IconWebStoriesOutlined.tsx b/src/IconWebStoriesOutlined.tsx index c539514ff..fdad6b5fb 100644 --- a/src/IconWebStoriesOutlined.tsx +++ b/src/IconWebStoriesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesOutlined: React.FC = ({ ...props }) => ( +export const IconWebStoriesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebStoriesOutlined as default } diff --git a/src/IconWebStoriesOutlinedFilled.tsx b/src/IconWebStoriesOutlinedFilled.tsx index eefce89b8..65d32a0fd 100644 --- a/src/IconWebStoriesOutlinedFilled.tsx +++ b/src/IconWebStoriesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebStoriesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebStoriesOutlinedFilled as default } diff --git a/src/IconWebStoriesRounded.tsx b/src/IconWebStoriesRounded.tsx index 52bc5a9c9..5a6b73420 100644 --- a/src/IconWebStoriesRounded.tsx +++ b/src/IconWebStoriesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesRounded: React.FC = ({ ...props }) => ( +export const IconWebStoriesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebStoriesRounded as default } diff --git a/src/IconWebStoriesRoundedFilled.tsx b/src/IconWebStoriesRoundedFilled.tsx index 0ef9ab14f..22a834ae3 100644 --- a/src/IconWebStoriesRoundedFilled.tsx +++ b/src/IconWebStoriesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebStoriesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebStoriesRoundedFilled as default } diff --git a/src/IconWebStoriesSharp.tsx b/src/IconWebStoriesSharp.tsx index 61fcbdaf4..cb3f18339 100644 --- a/src/IconWebStoriesSharp.tsx +++ b/src/IconWebStoriesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesSharp: React.FC = ({ ...props }) => ( +export const IconWebStoriesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebStoriesSharp as default } diff --git a/src/IconWebStoriesSharpFilled.tsx b/src/IconWebStoriesSharpFilled.tsx index 8520114a6..21c3a2a88 100644 --- a/src/IconWebStoriesSharpFilled.tsx +++ b/src/IconWebStoriesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebStoriesSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebStoriesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebStoriesSharpFilled as default } diff --git a/src/IconWebTrafficOutlined.tsx b/src/IconWebTrafficOutlined.tsx index b201aa3f7..8bb301828 100644 --- a/src/IconWebTrafficOutlined.tsx +++ b/src/IconWebTrafficOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficOutlined: React.FC = ({ ...props }) => ( +export const IconWebTrafficOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebTrafficOutlined as default } diff --git a/src/IconWebTrafficOutlinedFilled.tsx b/src/IconWebTrafficOutlinedFilled.tsx index 843411d17..d98179cb2 100644 --- a/src/IconWebTrafficOutlinedFilled.tsx +++ b/src/IconWebTrafficOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebTrafficOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebTrafficOutlinedFilled as default } diff --git a/src/IconWebTrafficRounded.tsx b/src/IconWebTrafficRounded.tsx index 7805e10fb..5e18a4839 100644 --- a/src/IconWebTrafficRounded.tsx +++ b/src/IconWebTrafficRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficRounded: React.FC = ({ ...props }) => ( +export const IconWebTrafficRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebTrafficRounded as default } diff --git a/src/IconWebTrafficRoundedFilled.tsx b/src/IconWebTrafficRoundedFilled.tsx index d99fbb6e2..329e97b0f 100644 --- a/src/IconWebTrafficRoundedFilled.tsx +++ b/src/IconWebTrafficRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebTrafficRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebTrafficRoundedFilled as default } diff --git a/src/IconWebTrafficSharp.tsx b/src/IconWebTrafficSharp.tsx index 317894b48..eecd38208 100644 --- a/src/IconWebTrafficSharp.tsx +++ b/src/IconWebTrafficSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficSharp: React.FC = ({ ...props }) => ( +export const IconWebTrafficSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebTrafficSharp as default } diff --git a/src/IconWebTrafficSharpFilled.tsx b/src/IconWebTrafficSharpFilled.tsx index 74335a282..0dd334903 100644 --- a/src/IconWebTrafficSharpFilled.tsx +++ b/src/IconWebTrafficSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebTrafficSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebTrafficSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebTrafficSharpFilled as default } diff --git a/src/IconWebhookOutlined.tsx b/src/IconWebhookOutlined.tsx index 41b282589..be3bae214 100644 --- a/src/IconWebhookOutlined.tsx +++ b/src/IconWebhookOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookOutlined: React.FC = ({ ...props }) => ( +export const IconWebhookOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebhookOutlined as default } diff --git a/src/IconWebhookOutlinedFilled.tsx b/src/IconWebhookOutlinedFilled.tsx index 7e97ff25d..1b3e6b936 100644 --- a/src/IconWebhookOutlinedFilled.tsx +++ b/src/IconWebhookOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWebhookOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWebhookOutlinedFilled as default } diff --git a/src/IconWebhookRounded.tsx b/src/IconWebhookRounded.tsx index 0dc7954da..6c4f20bab 100644 --- a/src/IconWebhookRounded.tsx +++ b/src/IconWebhookRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookRounded: React.FC = ({ ...props }) => ( +export const IconWebhookRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebhookRounded as default } diff --git a/src/IconWebhookRoundedFilled.tsx b/src/IconWebhookRoundedFilled.tsx index 5fa8a6035..6cb83e9b8 100644 --- a/src/IconWebhookRoundedFilled.tsx +++ b/src/IconWebhookRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWebhookRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebhookRoundedFilled as default } diff --git a/src/IconWebhookSharp.tsx b/src/IconWebhookSharp.tsx index 33f110fe7..900a79a8c 100644 --- a/src/IconWebhookSharp.tsx +++ b/src/IconWebhookSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookSharp: React.FC = ({ ...props }) => ( +export const IconWebhookSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebhookSharp as default } diff --git a/src/IconWebhookSharpFilled.tsx b/src/IconWebhookSharpFilled.tsx index 40defb749..68217de47 100644 --- a/src/IconWebhookSharpFilled.tsx +++ b/src/IconWebhookSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWebhookSharpFilled: React.FC = ({ ...props }) => ( +export const IconWebhookSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWebhookSharpFilled as default } diff --git a/src/IconWeekendOutlined.tsx b/src/IconWeekendOutlined.tsx index 78bc31f0e..6ac3c3bf5 100644 --- a/src/IconWeekendOutlined.tsx +++ b/src/IconWeekendOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendOutlined: React.FC = ({ ...props }) => ( +export const IconWeekendOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeekendOutlined as default } diff --git a/src/IconWeekendOutlinedFilled.tsx b/src/IconWeekendOutlinedFilled.tsx index a0269ae13..1228ee08d 100644 --- a/src/IconWeekendOutlinedFilled.tsx +++ b/src/IconWeekendOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWeekendOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWeekendOutlinedFilled as default } diff --git a/src/IconWeekendRounded.tsx b/src/IconWeekendRounded.tsx index f7b8c0095..ba3cbfba4 100644 --- a/src/IconWeekendRounded.tsx +++ b/src/IconWeekendRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendRounded: React.FC = ({ ...props }) => ( +export const IconWeekendRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeekendRounded as default } diff --git a/src/IconWeekendRoundedFilled.tsx b/src/IconWeekendRoundedFilled.tsx index 50d41b186..4f080cd4b 100644 --- a/src/IconWeekendRoundedFilled.tsx +++ b/src/IconWeekendRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWeekendRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeekendRoundedFilled as default } diff --git a/src/IconWeekendSharp.tsx b/src/IconWeekendSharp.tsx index 9c645092e..66a519663 100644 --- a/src/IconWeekendSharp.tsx +++ b/src/IconWeekendSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendSharp: React.FC = ({ ...props }) => ( +export const IconWeekendSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeekendSharp as default } diff --git a/src/IconWeekendSharpFilled.tsx b/src/IconWeekendSharpFilled.tsx index 33b2112a9..aa6f16c30 100644 --- a/src/IconWeekendSharpFilled.tsx +++ b/src/IconWeekendSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeekendSharpFilled: React.FC = ({ ...props }) => ( +export const IconWeekendSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeekendSharpFilled as default } diff --git a/src/IconWeightOutlined.tsx b/src/IconWeightOutlined.tsx index 3aba7a5dc..a4c3e7aae 100644 --- a/src/IconWeightOutlined.tsx +++ b/src/IconWeightOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightOutlined: React.FC = ({ ...props }) => ( +export const IconWeightOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightOutlined as default } diff --git a/src/IconWeightOutlinedFilled.tsx b/src/IconWeightOutlinedFilled.tsx index 9c415f3f8..a6b4357aa 100644 --- a/src/IconWeightOutlinedFilled.tsx +++ b/src/IconWeightOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWeightOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightOutlinedFilled as default } diff --git a/src/IconWeightRounded.tsx b/src/IconWeightRounded.tsx index 26a488b44..7fcbcfa8d 100644 --- a/src/IconWeightRounded.tsx +++ b/src/IconWeightRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightRounded: React.FC = ({ ...props }) => ( +export const IconWeightRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightRounded as default } diff --git a/src/IconWeightRoundedFilled.tsx b/src/IconWeightRoundedFilled.tsx index 9823be2bf..454371fda 100644 --- a/src/IconWeightRoundedFilled.tsx +++ b/src/IconWeightRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWeightRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightRoundedFilled as default } diff --git a/src/IconWeightSharp.tsx b/src/IconWeightSharp.tsx index 4700b06a4..53769f42f 100644 --- a/src/IconWeightSharp.tsx +++ b/src/IconWeightSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightSharp: React.FC = ({ ...props }) => ( +export const IconWeightSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightSharp as default } diff --git a/src/IconWeightSharpFilled.tsx b/src/IconWeightSharpFilled.tsx index b3a04c8d9..98a5073ba 100644 --- a/src/IconWeightSharpFilled.tsx +++ b/src/IconWeightSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWeightSharpFilled: React.FC = ({ ...props }) => ( +export const IconWeightSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWeightSharpFilled as default } diff --git a/src/IconWestOutlined.tsx b/src/IconWestOutlined.tsx index 2b25f6ee0..019d97ab9 100644 --- a/src/IconWestOutlined.tsx +++ b/src/IconWestOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestOutlined: React.FC = ({ ...props }) => ( +export const IconWestOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestOutlined as default } diff --git a/src/IconWestOutlinedFilled.tsx b/src/IconWestOutlinedFilled.tsx index 166098ef7..70a8817ce 100644 --- a/src/IconWestOutlinedFilled.tsx +++ b/src/IconWestOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWestOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestOutlinedFilled as default } diff --git a/src/IconWestRounded.tsx b/src/IconWestRounded.tsx index bf80ffd1a..6579067f3 100644 --- a/src/IconWestRounded.tsx +++ b/src/IconWestRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestRounded: React.FC = ({ ...props }) => ( +export const IconWestRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestRounded as default } diff --git a/src/IconWestRoundedFilled.tsx b/src/IconWestRoundedFilled.tsx index 0618aba50..9b66874d6 100644 --- a/src/IconWestRoundedFilled.tsx +++ b/src/IconWestRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWestRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestRoundedFilled as default } diff --git a/src/IconWestSharp.tsx b/src/IconWestSharp.tsx index 6e464c299..0b94f01ff 100644 --- a/src/IconWestSharp.tsx +++ b/src/IconWestSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestSharp: React.FC = ({ ...props }) => ( +export const IconWestSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestSharp as default } diff --git a/src/IconWestSharpFilled.tsx b/src/IconWestSharpFilled.tsx index 305828b25..0689d0572 100644 --- a/src/IconWestSharpFilled.tsx +++ b/src/IconWestSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWestSharpFilled: React.FC = ({ ...props }) => ( +export const IconWestSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWestSharpFilled as default } diff --git a/src/IconWhatshotOutlined.tsx b/src/IconWhatshotOutlined.tsx index 884303358..a5b5c1023 100644 --- a/src/IconWhatshotOutlined.tsx +++ b/src/IconWhatshotOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotOutlined: React.FC = ({ ...props }) => ( +export const IconWhatshotOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhatshotOutlined as default } diff --git a/src/IconWhatshotOutlinedFilled.tsx b/src/IconWhatshotOutlinedFilled.tsx index 50964b407..615036f1c 100644 --- a/src/IconWhatshotOutlinedFilled.tsx +++ b/src/IconWhatshotOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWhatshotOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWhatshotOutlinedFilled as default } diff --git a/src/IconWhatshotRounded.tsx b/src/IconWhatshotRounded.tsx index 050cc5dac..963acd6cb 100644 --- a/src/IconWhatshotRounded.tsx +++ b/src/IconWhatshotRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotRounded: React.FC = ({ ...props }) => ( +export const IconWhatshotRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhatshotRounded as default } diff --git a/src/IconWhatshotRoundedFilled.tsx b/src/IconWhatshotRoundedFilled.tsx index da21fd452..c413c30e3 100644 --- a/src/IconWhatshotRoundedFilled.tsx +++ b/src/IconWhatshotRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWhatshotRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWhatshotRoundedFilled as default } diff --git a/src/IconWhatshotSharp.tsx b/src/IconWhatshotSharp.tsx index 56ee5811c..5d51c7842 100644 --- a/src/IconWhatshotSharp.tsx +++ b/src/IconWhatshotSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotSharp: React.FC = ({ ...props }) => ( +export const IconWhatshotSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhatshotSharp as default } diff --git a/src/IconWhatshotSharpFilled.tsx b/src/IconWhatshotSharpFilled.tsx index 459fc2704..9b5ed8b9c 100644 --- a/src/IconWhatshotSharpFilled.tsx +++ b/src/IconWhatshotSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhatshotSharpFilled: React.FC = ({ ...props }) => ( +export const IconWhatshotSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhatshotSharpFilled as default } diff --git a/src/IconWheelchairPickupOutlined.tsx b/src/IconWheelchairPickupOutlined.tsx index 0874e252d..920267c05 100644 --- a/src/IconWheelchairPickupOutlined.tsx +++ b/src/IconWheelchairPickupOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupOutlined: React.FC = ({ ...props }) => ( +export const IconWheelchairPickupOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWheelchairPickupOutlined as default } diff --git a/src/IconWheelchairPickupOutlinedFilled.tsx b/src/IconWheelchairPickupOutlinedFilled.tsx index e615cf91e..bb6c0e09c 100644 --- a/src/IconWheelchairPickupOutlinedFilled.tsx +++ b/src/IconWheelchairPickupOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupOutlinedFilled: React.FC = ({ +export const IconWheelchairPickupOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWheelchairPickupOutlinedFilled: React.FC = ({ ) - -export { IconWheelchairPickupOutlinedFilled as default } diff --git a/src/IconWheelchairPickupRounded.tsx b/src/IconWheelchairPickupRounded.tsx index eeb1614c7..0eb5a52e4 100644 --- a/src/IconWheelchairPickupRounded.tsx +++ b/src/IconWheelchairPickupRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupRounded: React.FC = ({ ...props }) => ( +export const IconWheelchairPickupRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWheelchairPickupRounded as default } diff --git a/src/IconWheelchairPickupRoundedFilled.tsx b/src/IconWheelchairPickupRoundedFilled.tsx index d3109f0be..7480b7c7a 100644 --- a/src/IconWheelchairPickupRoundedFilled.tsx +++ b/src/IconWheelchairPickupRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupRoundedFilled: React.FC = ({ +export const IconWheelchairPickupRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWheelchairPickupRoundedFilled: React.FC = ({ ) - -export { IconWheelchairPickupRoundedFilled as default } diff --git a/src/IconWheelchairPickupSharp.tsx b/src/IconWheelchairPickupSharp.tsx index 490c1568c..2a452c3e3 100644 --- a/src/IconWheelchairPickupSharp.tsx +++ b/src/IconWheelchairPickupSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupSharp: React.FC = ({ ...props }) => ( +export const IconWheelchairPickupSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWheelchairPickupSharp as default } diff --git a/src/IconWheelchairPickupSharpFilled.tsx b/src/IconWheelchairPickupSharpFilled.tsx index cea4d96d2..69b2de968 100644 --- a/src/IconWheelchairPickupSharpFilled.tsx +++ b/src/IconWheelchairPickupSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWheelchairPickupSharpFilled: React.FC = ({ ...props }) => ( +export const IconWheelchairPickupSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWheelchairPickupSharpFilled as default } diff --git a/src/IconWhereToVoteOutlined.tsx b/src/IconWhereToVoteOutlined.tsx index 894571760..c2142fa1a 100644 --- a/src/IconWhereToVoteOutlined.tsx +++ b/src/IconWhereToVoteOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteOutlined: React.FC = ({ ...props }) => ( +export const IconWhereToVoteOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteOutlined as default } diff --git a/src/IconWhereToVoteOutlinedFilled.tsx b/src/IconWhereToVoteOutlinedFilled.tsx index b54dc68d5..f643a4f78 100644 --- a/src/IconWhereToVoteOutlinedFilled.tsx +++ b/src/IconWhereToVoteOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWhereToVoteOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteOutlinedFilled as default } diff --git a/src/IconWhereToVoteRounded.tsx b/src/IconWhereToVoteRounded.tsx index 914932c6f..2bb61b75b 100644 --- a/src/IconWhereToVoteRounded.tsx +++ b/src/IconWhereToVoteRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteRounded: React.FC = ({ ...props }) => ( +export const IconWhereToVoteRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteRounded as default } diff --git a/src/IconWhereToVoteRoundedFilled.tsx b/src/IconWhereToVoteRoundedFilled.tsx index c29571ad7..7a7bec9b1 100644 --- a/src/IconWhereToVoteRoundedFilled.tsx +++ b/src/IconWhereToVoteRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWhereToVoteRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteRoundedFilled as default } diff --git a/src/IconWhereToVoteSharp.tsx b/src/IconWhereToVoteSharp.tsx index f11818e22..1015b5a67 100644 --- a/src/IconWhereToVoteSharp.tsx +++ b/src/IconWhereToVoteSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteSharp: React.FC = ({ ...props }) => ( +export const IconWhereToVoteSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteSharp as default } diff --git a/src/IconWhereToVoteSharpFilled.tsx b/src/IconWhereToVoteSharpFilled.tsx index 9d4ea7c1b..64f70dfc8 100644 --- a/src/IconWhereToVoteSharpFilled.tsx +++ b/src/IconWhereToVoteSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWhereToVoteSharpFilled: React.FC = ({ ...props }) => ( +export const IconWhereToVoteSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWhereToVoteSharpFilled as default } diff --git a/src/IconWidgetsOutlined.tsx b/src/IconWidgetsOutlined.tsx index 80c7fdae2..03d132a34 100644 --- a/src/IconWidgetsOutlined.tsx +++ b/src/IconWidgetsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsOutlined: React.FC = ({ ...props }) => ( +export const IconWidgetsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidgetsOutlined as default } diff --git a/src/IconWidgetsOutlinedFilled.tsx b/src/IconWidgetsOutlinedFilled.tsx index ace04a5f8..8d28362e4 100644 --- a/src/IconWidgetsOutlinedFilled.tsx +++ b/src/IconWidgetsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWidgetsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidgetsOutlinedFilled as default } diff --git a/src/IconWidgetsRounded.tsx b/src/IconWidgetsRounded.tsx index 35a1d382a..b354f869b 100644 --- a/src/IconWidgetsRounded.tsx +++ b/src/IconWidgetsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsRounded: React.FC = ({ ...props }) => ( +export const IconWidgetsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidgetsRounded as default } diff --git a/src/IconWidgetsRoundedFilled.tsx b/src/IconWidgetsRoundedFilled.tsx index 7f739bd07..10d20741d 100644 --- a/src/IconWidgetsRoundedFilled.tsx +++ b/src/IconWidgetsRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWidgetsRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidgetsRoundedFilled as default } diff --git a/src/IconWidgetsSharp.tsx b/src/IconWidgetsSharp.tsx index 30dc4847d..dfdf7c606 100644 --- a/src/IconWidgetsSharp.tsx +++ b/src/IconWidgetsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsSharp: React.FC = ({ ...props }) => ( +export const IconWidgetsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidgetsSharp as default } diff --git a/src/IconWidgetsSharpFilled.tsx b/src/IconWidgetsSharpFilled.tsx index 714fa72a7..ab56182d3 100644 --- a/src/IconWidgetsSharpFilled.tsx +++ b/src/IconWidgetsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidgetsSharpFilled: React.FC = ({ ...props }) => ( +export const IconWidgetsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidgetsSharpFilled as default } diff --git a/src/IconWidthFullOutlined.tsx b/src/IconWidthFullOutlined.tsx index 80631548d..78ed38df9 100644 --- a/src/IconWidthFullOutlined.tsx +++ b/src/IconWidthFullOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullOutlined: React.FC = ({ ...props }) => ( +export const IconWidthFullOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthFullOutlined as default } diff --git a/src/IconWidthFullOutlinedFilled.tsx b/src/IconWidthFullOutlinedFilled.tsx index 8120ccca5..2b3d92195 100644 --- a/src/IconWidthFullOutlinedFilled.tsx +++ b/src/IconWidthFullOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWidthFullOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthFullOutlinedFilled as default } diff --git a/src/IconWidthFullRounded.tsx b/src/IconWidthFullRounded.tsx index 56c8dc256..058717917 100644 --- a/src/IconWidthFullRounded.tsx +++ b/src/IconWidthFullRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullRounded: React.FC = ({ ...props }) => ( +export const IconWidthFullRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthFullRounded as default } diff --git a/src/IconWidthFullRoundedFilled.tsx b/src/IconWidthFullRoundedFilled.tsx index 2eb918627..59365ea73 100644 --- a/src/IconWidthFullRoundedFilled.tsx +++ b/src/IconWidthFullRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWidthFullRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthFullRoundedFilled as default } diff --git a/src/IconWidthFullSharp.tsx b/src/IconWidthFullSharp.tsx index cc040ad29..0436dec4c 100644 --- a/src/IconWidthFullSharp.tsx +++ b/src/IconWidthFullSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullSharp: React.FC = ({ ...props }) => ( +export const IconWidthFullSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthFullSharp as default } diff --git a/src/IconWidthFullSharpFilled.tsx b/src/IconWidthFullSharpFilled.tsx index 6f9576bb2..e45f2486c 100644 --- a/src/IconWidthFullSharpFilled.tsx +++ b/src/IconWidthFullSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthFullSharpFilled: React.FC = ({ ...props }) => ( +export const IconWidthFullSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthFullSharpFilled as default } diff --git a/src/IconWidthNormalOutlined.tsx b/src/IconWidthNormalOutlined.tsx index 7736d8a60..37c68e08f 100644 --- a/src/IconWidthNormalOutlined.tsx +++ b/src/IconWidthNormalOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalOutlined: React.FC = ({ ...props }) => ( +export const IconWidthNormalOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthNormalOutlined as default } diff --git a/src/IconWidthNormalOutlinedFilled.tsx b/src/IconWidthNormalOutlinedFilled.tsx index 603922700..60e1ffd65 100644 --- a/src/IconWidthNormalOutlinedFilled.tsx +++ b/src/IconWidthNormalOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWidthNormalOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthNormalOutlinedFilled as default } diff --git a/src/IconWidthNormalRounded.tsx b/src/IconWidthNormalRounded.tsx index f6c899c12..87b2fd6e4 100644 --- a/src/IconWidthNormalRounded.tsx +++ b/src/IconWidthNormalRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalRounded: React.FC = ({ ...props }) => ( +export const IconWidthNormalRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthNormalRounded as default } diff --git a/src/IconWidthNormalRoundedFilled.tsx b/src/IconWidthNormalRoundedFilled.tsx index cc75ec591..65906f5bc 100644 --- a/src/IconWidthNormalRoundedFilled.tsx +++ b/src/IconWidthNormalRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWidthNormalRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthNormalRoundedFilled as default } diff --git a/src/IconWidthNormalSharp.tsx b/src/IconWidthNormalSharp.tsx index b92a18fea..fe8bf85ec 100644 --- a/src/IconWidthNormalSharp.tsx +++ b/src/IconWidthNormalSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalSharp: React.FC = ({ ...props }) => ( +export const IconWidthNormalSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthNormalSharp as default } diff --git a/src/IconWidthNormalSharpFilled.tsx b/src/IconWidthNormalSharpFilled.tsx index 4319cd406..fb8b89b46 100644 --- a/src/IconWidthNormalSharpFilled.tsx +++ b/src/IconWidthNormalSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthNormalSharpFilled: React.FC = ({ ...props }) => ( +export const IconWidthNormalSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthNormalSharpFilled as default } diff --git a/src/IconWidthOutlined.tsx b/src/IconWidthOutlined.tsx index c61e91663..bca517705 100644 --- a/src/IconWidthOutlined.tsx +++ b/src/IconWidthOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthOutlined: React.FC = ({ ...props }) => ( +export const IconWidthOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthOutlined as default } diff --git a/src/IconWidthOutlinedFilled.tsx b/src/IconWidthOutlinedFilled.tsx index bdb990d8f..5c5f7685d 100644 --- a/src/IconWidthOutlinedFilled.tsx +++ b/src/IconWidthOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWidthOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthOutlinedFilled as default } diff --git a/src/IconWidthRounded.tsx b/src/IconWidthRounded.tsx index 9f4c9b31b..856871be3 100644 --- a/src/IconWidthRounded.tsx +++ b/src/IconWidthRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthRounded: React.FC = ({ ...props }) => ( +export const IconWidthRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthRounded as default } diff --git a/src/IconWidthRoundedFilled.tsx b/src/IconWidthRoundedFilled.tsx index a3c22fdb7..089874e57 100644 --- a/src/IconWidthRoundedFilled.tsx +++ b/src/IconWidthRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWidthRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthRoundedFilled as default } diff --git a/src/IconWidthSharp.tsx b/src/IconWidthSharp.tsx index 391c63c1e..104f0a6fc 100644 --- a/src/IconWidthSharp.tsx +++ b/src/IconWidthSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthSharp: React.FC = ({ ...props }) => ( +export const IconWidthSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthSharp as default } diff --git a/src/IconWidthSharpFilled.tsx b/src/IconWidthSharpFilled.tsx index 6243809ef..55ba86844 100644 --- a/src/IconWidthSharpFilled.tsx +++ b/src/IconWidthSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthSharpFilled: React.FC = ({ ...props }) => ( +export const IconWidthSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthSharpFilled as default } diff --git a/src/IconWidthWideOutlined.tsx b/src/IconWidthWideOutlined.tsx index 6b98a4e76..ddfc59f86 100644 --- a/src/IconWidthWideOutlined.tsx +++ b/src/IconWidthWideOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideOutlined: React.FC = ({ ...props }) => ( +export const IconWidthWideOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthWideOutlined as default } diff --git a/src/IconWidthWideOutlinedFilled.tsx b/src/IconWidthWideOutlinedFilled.tsx index fa8611ef4..75b70ed24 100644 --- a/src/IconWidthWideOutlinedFilled.tsx +++ b/src/IconWidthWideOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWidthWideOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthWideOutlinedFilled as default } diff --git a/src/IconWidthWideRounded.tsx b/src/IconWidthWideRounded.tsx index 8efcd48ba..647587d4f 100644 --- a/src/IconWidthWideRounded.tsx +++ b/src/IconWidthWideRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideRounded: React.FC = ({ ...props }) => ( +export const IconWidthWideRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthWideRounded as default } diff --git a/src/IconWidthWideRoundedFilled.tsx b/src/IconWidthWideRoundedFilled.tsx index 0e6574f37..287a146ea 100644 --- a/src/IconWidthWideRoundedFilled.tsx +++ b/src/IconWidthWideRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWidthWideRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWidthWideRoundedFilled as default } diff --git a/src/IconWidthWideSharp.tsx b/src/IconWidthWideSharp.tsx index d3bc3d8bc..a3ba901ac 100644 --- a/src/IconWidthWideSharp.tsx +++ b/src/IconWidthWideSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideSharp: React.FC = ({ ...props }) => ( +export const IconWidthWideSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthWideSharp as default } diff --git a/src/IconWidthWideSharpFilled.tsx b/src/IconWidthWideSharpFilled.tsx index 3d9cec329..c6e56edca 100644 --- a/src/IconWidthWideSharpFilled.tsx +++ b/src/IconWidthWideSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWidthWideSharpFilled: React.FC = ({ ...props }) => ( +export const IconWidthWideSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWidthWideSharpFilled as default } diff --git a/src/IconWifi1BarOutlined.tsx b/src/IconWifi1BarOutlined.tsx index e357b25b6..26b1e62b3 100644 --- a/src/IconWifi1BarOutlined.tsx +++ b/src/IconWifi1BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarOutlined: React.FC = ({ ...props }) => ( +export const IconWifi1BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi1BarOutlined as default } diff --git a/src/IconWifi1BarOutlinedFilled.tsx b/src/IconWifi1BarOutlinedFilled.tsx index 3a2b4b46f..85e8a5c02 100644 --- a/src/IconWifi1BarOutlinedFilled.tsx +++ b/src/IconWifi1BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifi1BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifi1BarOutlinedFilled as default } diff --git a/src/IconWifi1BarRounded.tsx b/src/IconWifi1BarRounded.tsx index e571b32d3..0abb7fdae 100644 --- a/src/IconWifi1BarRounded.tsx +++ b/src/IconWifi1BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarRounded: React.FC = ({ ...props }) => ( +export const IconWifi1BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi1BarRounded as default } diff --git a/src/IconWifi1BarRoundedFilled.tsx b/src/IconWifi1BarRoundedFilled.tsx index c7bb51800..e8b71f6e3 100644 --- a/src/IconWifi1BarRoundedFilled.tsx +++ b/src/IconWifi1BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifi1BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifi1BarRoundedFilled as default } diff --git a/src/IconWifi1BarSharp.tsx b/src/IconWifi1BarSharp.tsx index bf33f73d1..f573aea56 100644 --- a/src/IconWifi1BarSharp.tsx +++ b/src/IconWifi1BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarSharp: React.FC = ({ ...props }) => ( +export const IconWifi1BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi1BarSharp as default } diff --git a/src/IconWifi1BarSharpFilled.tsx b/src/IconWifi1BarSharpFilled.tsx index 62e224bc0..143c2dab3 100644 --- a/src/IconWifi1BarSharpFilled.tsx +++ b/src/IconWifi1BarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi1BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifi1BarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi1BarSharpFilled as default } diff --git a/src/IconWifi2BarOutlined.tsx b/src/IconWifi2BarOutlined.tsx index acffbc29b..0c6aa47bc 100644 --- a/src/IconWifi2BarOutlined.tsx +++ b/src/IconWifi2BarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarOutlined: React.FC = ({ ...props }) => ( +export const IconWifi2BarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi2BarOutlined as default } diff --git a/src/IconWifi2BarOutlinedFilled.tsx b/src/IconWifi2BarOutlinedFilled.tsx index d913e8627..727bc0c0f 100644 --- a/src/IconWifi2BarOutlinedFilled.tsx +++ b/src/IconWifi2BarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifi2BarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifi2BarOutlinedFilled as default } diff --git a/src/IconWifi2BarRounded.tsx b/src/IconWifi2BarRounded.tsx index 2dfc98db4..b79a3f9b0 100644 --- a/src/IconWifi2BarRounded.tsx +++ b/src/IconWifi2BarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarRounded: React.FC = ({ ...props }) => ( +export const IconWifi2BarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi2BarRounded as default } diff --git a/src/IconWifi2BarRoundedFilled.tsx b/src/IconWifi2BarRoundedFilled.tsx index 1f0c58a55..56df06638 100644 --- a/src/IconWifi2BarRoundedFilled.tsx +++ b/src/IconWifi2BarRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifi2BarRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifi2BarRoundedFilled as default } diff --git a/src/IconWifi2BarSharp.tsx b/src/IconWifi2BarSharp.tsx index e7b693f72..3da948461 100644 --- a/src/IconWifi2BarSharp.tsx +++ b/src/IconWifi2BarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarSharp: React.FC = ({ ...props }) => ( +export const IconWifi2BarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi2BarSharp as default } diff --git a/src/IconWifi2BarSharpFilled.tsx b/src/IconWifi2BarSharpFilled.tsx index f87c98641..ff93e684f 100644 --- a/src/IconWifi2BarSharpFilled.tsx +++ b/src/IconWifi2BarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifi2BarSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifi2BarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifi2BarSharpFilled as default } diff --git a/src/IconWifiAddOutlined.tsx b/src/IconWifiAddOutlined.tsx index fbb1bb3b4..1d4b2f281 100644 --- a/src/IconWifiAddOutlined.tsx +++ b/src/IconWifiAddOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddOutlined: React.FC = ({ ...props }) => ( +export const IconWifiAddOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiAddOutlined as default } diff --git a/src/IconWifiAddOutlinedFilled.tsx b/src/IconWifiAddOutlinedFilled.tsx index 84379f64d..7845bee0b 100644 --- a/src/IconWifiAddOutlinedFilled.tsx +++ b/src/IconWifiAddOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiAddOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiAddOutlinedFilled as default } diff --git a/src/IconWifiAddRounded.tsx b/src/IconWifiAddRounded.tsx index bb2a45863..cb5a477fd 100644 --- a/src/IconWifiAddRounded.tsx +++ b/src/IconWifiAddRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddRounded: React.FC = ({ ...props }) => ( +export const IconWifiAddRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiAddRounded as default } diff --git a/src/IconWifiAddRoundedFilled.tsx b/src/IconWifiAddRoundedFilled.tsx index 55b3c29b7..3b355f288 100644 --- a/src/IconWifiAddRoundedFilled.tsx +++ b/src/IconWifiAddRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiAddRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiAddRoundedFilled as default } diff --git a/src/IconWifiAddSharp.tsx b/src/IconWifiAddSharp.tsx index 111aa6ea2..c8d875eb1 100644 --- a/src/IconWifiAddSharp.tsx +++ b/src/IconWifiAddSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddSharp: React.FC = ({ ...props }) => ( +export const IconWifiAddSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiAddSharp as default } diff --git a/src/IconWifiAddSharpFilled.tsx b/src/IconWifiAddSharpFilled.tsx index c9cecf017..cb989f2e4 100644 --- a/src/IconWifiAddSharpFilled.tsx +++ b/src/IconWifiAddSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiAddSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiAddSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiAddSharpFilled as default } diff --git a/src/IconWifiCallingBar1Outlined.tsx b/src/IconWifiCallingBar1Outlined.tsx index 0f572ef4f..1303d7610 100644 --- a/src/IconWifiCallingBar1Outlined.tsx +++ b/src/IconWifiCallingBar1Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1Outlined: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar1Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar1Outlined as default } diff --git a/src/IconWifiCallingBar1OutlinedFilled.tsx b/src/IconWifiCallingBar1OutlinedFilled.tsx index 0d5525c5d..e16a71c44 100644 --- a/src/IconWifiCallingBar1OutlinedFilled.tsx +++ b/src/IconWifiCallingBar1OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1OutlinedFilled: React.FC = ({ +export const IconWifiCallingBar1OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar1OutlinedFilled: React.FC = ({ ) - -export { IconWifiCallingBar1OutlinedFilled as default } diff --git a/src/IconWifiCallingBar1Rounded.tsx b/src/IconWifiCallingBar1Rounded.tsx index 99827c990..c5a6be4ac 100644 --- a/src/IconWifiCallingBar1Rounded.tsx +++ b/src/IconWifiCallingBar1Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1Rounded: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar1Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar1Rounded as default } diff --git a/src/IconWifiCallingBar1RoundedFilled.tsx b/src/IconWifiCallingBar1RoundedFilled.tsx index 63b95456c..0eae37720 100644 --- a/src/IconWifiCallingBar1RoundedFilled.tsx +++ b/src/IconWifiCallingBar1RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1RoundedFilled: React.FC = ({ +export const IconWifiCallingBar1RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar1RoundedFilled: React.FC = ({ ) - -export { IconWifiCallingBar1RoundedFilled as default } diff --git a/src/IconWifiCallingBar1Sharp.tsx b/src/IconWifiCallingBar1Sharp.tsx index cd5611f3b..72bb1980c 100644 --- a/src/IconWifiCallingBar1Sharp.tsx +++ b/src/IconWifiCallingBar1Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1Sharp: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar1Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar1Sharp as default } diff --git a/src/IconWifiCallingBar1SharpFilled.tsx b/src/IconWifiCallingBar1SharpFilled.tsx index 759a5b16a..b2cf1be50 100644 --- a/src/IconWifiCallingBar1SharpFilled.tsx +++ b/src/IconWifiCallingBar1SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar1SharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar1SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar1SharpFilled as default } diff --git a/src/IconWifiCallingBar2Outlined.tsx b/src/IconWifiCallingBar2Outlined.tsx index 5994f3756..b33963e21 100644 --- a/src/IconWifiCallingBar2Outlined.tsx +++ b/src/IconWifiCallingBar2Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2Outlined: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar2Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar2Outlined as default } diff --git a/src/IconWifiCallingBar2OutlinedFilled.tsx b/src/IconWifiCallingBar2OutlinedFilled.tsx index 3874b5dc2..f6ab24220 100644 --- a/src/IconWifiCallingBar2OutlinedFilled.tsx +++ b/src/IconWifiCallingBar2OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2OutlinedFilled: React.FC = ({ +export const IconWifiCallingBar2OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar2OutlinedFilled: React.FC = ({ ) - -export { IconWifiCallingBar2OutlinedFilled as default } diff --git a/src/IconWifiCallingBar2Rounded.tsx b/src/IconWifiCallingBar2Rounded.tsx index 06bb301d2..ee1dbe775 100644 --- a/src/IconWifiCallingBar2Rounded.tsx +++ b/src/IconWifiCallingBar2Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2Rounded: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar2Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar2Rounded as default } diff --git a/src/IconWifiCallingBar2RoundedFilled.tsx b/src/IconWifiCallingBar2RoundedFilled.tsx index f0e688475..69f5b7d79 100644 --- a/src/IconWifiCallingBar2RoundedFilled.tsx +++ b/src/IconWifiCallingBar2RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2RoundedFilled: React.FC = ({ +export const IconWifiCallingBar2RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar2RoundedFilled: React.FC = ({ ) - -export { IconWifiCallingBar2RoundedFilled as default } diff --git a/src/IconWifiCallingBar2Sharp.tsx b/src/IconWifiCallingBar2Sharp.tsx index a35a89e49..79e58eb06 100644 --- a/src/IconWifiCallingBar2Sharp.tsx +++ b/src/IconWifiCallingBar2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2Sharp: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar2Sharp as default } diff --git a/src/IconWifiCallingBar2SharpFilled.tsx b/src/IconWifiCallingBar2SharpFilled.tsx index 6ac1bcf5e..8d4a3b07d 100644 --- a/src/IconWifiCallingBar2SharpFilled.tsx +++ b/src/IconWifiCallingBar2SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar2SharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar2SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar2SharpFilled as default } diff --git a/src/IconWifiCallingBar3Outlined.tsx b/src/IconWifiCallingBar3Outlined.tsx index 75f0c2204..f8824522f 100644 --- a/src/IconWifiCallingBar3Outlined.tsx +++ b/src/IconWifiCallingBar3Outlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3Outlined: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar3Outlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar3Outlined as default } diff --git a/src/IconWifiCallingBar3OutlinedFilled.tsx b/src/IconWifiCallingBar3OutlinedFilled.tsx index 15c494099..b993a8538 100644 --- a/src/IconWifiCallingBar3OutlinedFilled.tsx +++ b/src/IconWifiCallingBar3OutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3OutlinedFilled: React.FC = ({ +export const IconWifiCallingBar3OutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar3OutlinedFilled: React.FC = ({ ) - -export { IconWifiCallingBar3OutlinedFilled as default } diff --git a/src/IconWifiCallingBar3Rounded.tsx b/src/IconWifiCallingBar3Rounded.tsx index e0462d434..fddaf1025 100644 --- a/src/IconWifiCallingBar3Rounded.tsx +++ b/src/IconWifiCallingBar3Rounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3Rounded: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar3Rounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar3Rounded as default } diff --git a/src/IconWifiCallingBar3RoundedFilled.tsx b/src/IconWifiCallingBar3RoundedFilled.tsx index b06b96844..841be9abf 100644 --- a/src/IconWifiCallingBar3RoundedFilled.tsx +++ b/src/IconWifiCallingBar3RoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3RoundedFilled: React.FC = ({ +export const IconWifiCallingBar3RoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiCallingBar3RoundedFilled: React.FC = ({ ) - -export { IconWifiCallingBar3RoundedFilled as default } diff --git a/src/IconWifiCallingBar3Sharp.tsx b/src/IconWifiCallingBar3Sharp.tsx index 5cea6627a..0217bee9d 100644 --- a/src/IconWifiCallingBar3Sharp.tsx +++ b/src/IconWifiCallingBar3Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3Sharp: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar3Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar3Sharp as default } diff --git a/src/IconWifiCallingBar3SharpFilled.tsx b/src/IconWifiCallingBar3SharpFilled.tsx index 72bccca1b..653394466 100644 --- a/src/IconWifiCallingBar3SharpFilled.tsx +++ b/src/IconWifiCallingBar3SharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingBar3SharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingBar3SharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingBar3SharpFilled as default } diff --git a/src/IconWifiCallingOutlined.tsx b/src/IconWifiCallingOutlined.tsx index 38457fbfe..47b2c2b6b 100644 --- a/src/IconWifiCallingOutlined.tsx +++ b/src/IconWifiCallingOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingOutlined: React.FC = ({ ...props }) => ( +export const IconWifiCallingOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingOutlined as default } diff --git a/src/IconWifiCallingOutlinedFilled.tsx b/src/IconWifiCallingOutlinedFilled.tsx index bc5fcc69a..6e687e843 100644 --- a/src/IconWifiCallingOutlinedFilled.tsx +++ b/src/IconWifiCallingOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingOutlinedFilled as default } diff --git a/src/IconWifiCallingRounded.tsx b/src/IconWifiCallingRounded.tsx index 49eeea5a5..d773d75b7 100644 --- a/src/IconWifiCallingRounded.tsx +++ b/src/IconWifiCallingRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingRounded: React.FC = ({ ...props }) => ( +export const IconWifiCallingRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingRounded as default } diff --git a/src/IconWifiCallingRoundedFilled.tsx b/src/IconWifiCallingRoundedFilled.tsx index f678c6729..26e95623a 100644 --- a/src/IconWifiCallingRoundedFilled.tsx +++ b/src/IconWifiCallingRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingRoundedFilled as default } diff --git a/src/IconWifiCallingSharp.tsx b/src/IconWifiCallingSharp.tsx index 09ff825f7..a721346dd 100644 --- a/src/IconWifiCallingSharp.tsx +++ b/src/IconWifiCallingSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingSharp: React.FC = ({ ...props }) => ( +export const IconWifiCallingSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiCallingSharp as default } diff --git a/src/IconWifiCallingSharpFilled.tsx b/src/IconWifiCallingSharpFilled.tsx index 3ab5b57de..0adbcaf20 100644 --- a/src/IconWifiCallingSharpFilled.tsx +++ b/src/IconWifiCallingSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiCallingSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiCallingSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiCallingSharpFilled as default } diff --git a/src/IconWifiChannelOutlined.tsx b/src/IconWifiChannelOutlined.tsx index 3acd92d43..86694afb8 100644 --- a/src/IconWifiChannelOutlined.tsx +++ b/src/IconWifiChannelOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelOutlined: React.FC = ({ ...props }) => ( +export const IconWifiChannelOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiChannelOutlined as default } diff --git a/src/IconWifiChannelOutlinedFilled.tsx b/src/IconWifiChannelOutlinedFilled.tsx index 13fe43b64..bffdfb60d 100644 --- a/src/IconWifiChannelOutlinedFilled.tsx +++ b/src/IconWifiChannelOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiChannelOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiChannelOutlinedFilled as default } diff --git a/src/IconWifiChannelRounded.tsx b/src/IconWifiChannelRounded.tsx index 6118f9c04..cc269bfdd 100644 --- a/src/IconWifiChannelRounded.tsx +++ b/src/IconWifiChannelRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelRounded: React.FC = ({ ...props }) => ( +export const IconWifiChannelRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiChannelRounded as default } diff --git a/src/IconWifiChannelRoundedFilled.tsx b/src/IconWifiChannelRoundedFilled.tsx index 851138ae7..f2b1d2156 100644 --- a/src/IconWifiChannelRoundedFilled.tsx +++ b/src/IconWifiChannelRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiChannelRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiChannelRoundedFilled as default } diff --git a/src/IconWifiChannelSharp.tsx b/src/IconWifiChannelSharp.tsx index 0cc1489c6..42debcca9 100644 --- a/src/IconWifiChannelSharp.tsx +++ b/src/IconWifiChannelSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelSharp: React.FC = ({ ...props }) => ( +export const IconWifiChannelSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiChannelSharp as default } diff --git a/src/IconWifiChannelSharpFilled.tsx b/src/IconWifiChannelSharpFilled.tsx index 371d4fd38..da5e1691c 100644 --- a/src/IconWifiChannelSharpFilled.tsx +++ b/src/IconWifiChannelSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiChannelSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiChannelSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiChannelSharpFilled as default } diff --git a/src/IconWifiFindOutlined.tsx b/src/IconWifiFindOutlined.tsx index 05b679253..f5f5f3728 100644 --- a/src/IconWifiFindOutlined.tsx +++ b/src/IconWifiFindOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindOutlined: React.FC = ({ ...props }) => ( +export const IconWifiFindOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiFindOutlined as default } diff --git a/src/IconWifiFindOutlinedFilled.tsx b/src/IconWifiFindOutlinedFilled.tsx index a58de7ac8..c6ca3b1f3 100644 --- a/src/IconWifiFindOutlinedFilled.tsx +++ b/src/IconWifiFindOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiFindOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiFindOutlinedFilled as default } diff --git a/src/IconWifiFindRounded.tsx b/src/IconWifiFindRounded.tsx index 57ddd3c8d..960ea73d1 100644 --- a/src/IconWifiFindRounded.tsx +++ b/src/IconWifiFindRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindRounded: React.FC = ({ ...props }) => ( +export const IconWifiFindRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiFindRounded as default } diff --git a/src/IconWifiFindRoundedFilled.tsx b/src/IconWifiFindRoundedFilled.tsx index 974c5d90c..d6e4f021d 100644 --- a/src/IconWifiFindRoundedFilled.tsx +++ b/src/IconWifiFindRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiFindRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiFindRoundedFilled as default } diff --git a/src/IconWifiFindSharp.tsx b/src/IconWifiFindSharp.tsx index 74f6cb8de..a3de9d1b2 100644 --- a/src/IconWifiFindSharp.tsx +++ b/src/IconWifiFindSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindSharp: React.FC = ({ ...props }) => ( +export const IconWifiFindSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiFindSharp as default } diff --git a/src/IconWifiFindSharpFilled.tsx b/src/IconWifiFindSharpFilled.tsx index b3497d46c..49836eb06 100644 --- a/src/IconWifiFindSharpFilled.tsx +++ b/src/IconWifiFindSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiFindSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiFindSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiFindSharpFilled as default } diff --git a/src/IconWifiHomeOutlined.tsx b/src/IconWifiHomeOutlined.tsx index cdceb74ae..92f250f98 100644 --- a/src/IconWifiHomeOutlined.tsx +++ b/src/IconWifiHomeOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeOutlined: React.FC = ({ ...props }) => ( +export const IconWifiHomeOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiHomeOutlined as default } diff --git a/src/IconWifiHomeOutlinedFilled.tsx b/src/IconWifiHomeOutlinedFilled.tsx index 080824ea4..4a1eff1d8 100644 --- a/src/IconWifiHomeOutlinedFilled.tsx +++ b/src/IconWifiHomeOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiHomeOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiHomeOutlinedFilled as default } diff --git a/src/IconWifiHomeRounded.tsx b/src/IconWifiHomeRounded.tsx index 3421e96ed..1d0883e18 100644 --- a/src/IconWifiHomeRounded.tsx +++ b/src/IconWifiHomeRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeRounded: React.FC = ({ ...props }) => ( +export const IconWifiHomeRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiHomeRounded as default } diff --git a/src/IconWifiHomeRoundedFilled.tsx b/src/IconWifiHomeRoundedFilled.tsx index 56d1318f7..363b389ee 100644 --- a/src/IconWifiHomeRoundedFilled.tsx +++ b/src/IconWifiHomeRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiHomeRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiHomeRoundedFilled as default } diff --git a/src/IconWifiHomeSharp.tsx b/src/IconWifiHomeSharp.tsx index 7ae53b52a..058d27a12 100644 --- a/src/IconWifiHomeSharp.tsx +++ b/src/IconWifiHomeSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeSharp: React.FC = ({ ...props }) => ( +export const IconWifiHomeSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiHomeSharp as default } diff --git a/src/IconWifiHomeSharpFilled.tsx b/src/IconWifiHomeSharpFilled.tsx index 1e4870a0b..aba83fd0c 100644 --- a/src/IconWifiHomeSharpFilled.tsx +++ b/src/IconWifiHomeSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiHomeSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiHomeSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiHomeSharpFilled as default } diff --git a/src/IconWifiLockOutlined.tsx b/src/IconWifiLockOutlined.tsx index 151736953..34a8b250b 100644 --- a/src/IconWifiLockOutlined.tsx +++ b/src/IconWifiLockOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockOutlined: React.FC = ({ ...props }) => ( +export const IconWifiLockOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiLockOutlined as default } diff --git a/src/IconWifiLockOutlinedFilled.tsx b/src/IconWifiLockOutlinedFilled.tsx index d8d39970b..d3d7c0bab 100644 --- a/src/IconWifiLockOutlinedFilled.tsx +++ b/src/IconWifiLockOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiLockOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiLockOutlinedFilled as default } diff --git a/src/IconWifiLockRounded.tsx b/src/IconWifiLockRounded.tsx index b2a505f68..c13fcc9c4 100644 --- a/src/IconWifiLockRounded.tsx +++ b/src/IconWifiLockRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockRounded: React.FC = ({ ...props }) => ( +export const IconWifiLockRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiLockRounded as default } diff --git a/src/IconWifiLockRoundedFilled.tsx b/src/IconWifiLockRoundedFilled.tsx index 10d84b027..2808d44f2 100644 --- a/src/IconWifiLockRoundedFilled.tsx +++ b/src/IconWifiLockRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiLockRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiLockRoundedFilled as default } diff --git a/src/IconWifiLockSharp.tsx b/src/IconWifiLockSharp.tsx index dd8045a15..ff12dd078 100644 --- a/src/IconWifiLockSharp.tsx +++ b/src/IconWifiLockSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockSharp: React.FC = ({ ...props }) => ( +export const IconWifiLockSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiLockSharp as default } diff --git a/src/IconWifiLockSharpFilled.tsx b/src/IconWifiLockSharpFilled.tsx index 75b95cac5..93277e186 100644 --- a/src/IconWifiLockSharpFilled.tsx +++ b/src/IconWifiLockSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiLockSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiLockSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiLockSharpFilled as default } diff --git a/src/IconWifiNotificationOutlined.tsx b/src/IconWifiNotificationOutlined.tsx index b3a220d97..f305380c4 100644 --- a/src/IconWifiNotificationOutlined.tsx +++ b/src/IconWifiNotificationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationOutlined: React.FC = ({ ...props }) => ( +export const IconWifiNotificationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiNotificationOutlined as default } diff --git a/src/IconWifiNotificationOutlinedFilled.tsx b/src/IconWifiNotificationOutlinedFilled.tsx index bcc9649e8..b237f4280 100644 --- a/src/IconWifiNotificationOutlinedFilled.tsx +++ b/src/IconWifiNotificationOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationOutlinedFilled: React.FC = ({ +export const IconWifiNotificationOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiNotificationOutlinedFilled: React.FC = ({ ) - -export { IconWifiNotificationOutlinedFilled as default } diff --git a/src/IconWifiNotificationRounded.tsx b/src/IconWifiNotificationRounded.tsx index 5df597e17..b4daf3b0d 100644 --- a/src/IconWifiNotificationRounded.tsx +++ b/src/IconWifiNotificationRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationRounded: React.FC = ({ ...props }) => ( +export const IconWifiNotificationRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiNotificationRounded as default } diff --git a/src/IconWifiNotificationRoundedFilled.tsx b/src/IconWifiNotificationRoundedFilled.tsx index 3c2adb18a..54a79bc75 100644 --- a/src/IconWifiNotificationRoundedFilled.tsx +++ b/src/IconWifiNotificationRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationRoundedFilled: React.FC = ({ +export const IconWifiNotificationRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiNotificationRoundedFilled: React.FC = ({ ) - -export { IconWifiNotificationRoundedFilled as default } diff --git a/src/IconWifiNotificationSharp.tsx b/src/IconWifiNotificationSharp.tsx index cc276dbc3..63f65e78a 100644 --- a/src/IconWifiNotificationSharp.tsx +++ b/src/IconWifiNotificationSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationSharp: React.FC = ({ ...props }) => ( +export const IconWifiNotificationSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiNotificationSharp as default } diff --git a/src/IconWifiNotificationSharpFilled.tsx b/src/IconWifiNotificationSharpFilled.tsx index 14c82ae2f..fcefb9ae3 100644 --- a/src/IconWifiNotificationSharpFilled.tsx +++ b/src/IconWifiNotificationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiNotificationSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiNotificationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiNotificationSharpFilled as default } diff --git a/src/IconWifiOffOutlined.tsx b/src/IconWifiOffOutlined.tsx index 18e3f5c71..43e5a70e4 100644 --- a/src/IconWifiOffOutlined.tsx +++ b/src/IconWifiOffOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffOutlined: React.FC = ({ ...props }) => ( +export const IconWifiOffOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOffOutlined as default } diff --git a/src/IconWifiOffOutlinedFilled.tsx b/src/IconWifiOffOutlinedFilled.tsx index c821ed0f5..246673b8d 100644 --- a/src/IconWifiOffOutlinedFilled.tsx +++ b/src/IconWifiOffOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiOffOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiOffOutlinedFilled as default } diff --git a/src/IconWifiOffRounded.tsx b/src/IconWifiOffRounded.tsx index 6b6f6e815..27a231b37 100644 --- a/src/IconWifiOffRounded.tsx +++ b/src/IconWifiOffRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffRounded: React.FC = ({ ...props }) => ( +export const IconWifiOffRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOffRounded as default } diff --git a/src/IconWifiOffRoundedFilled.tsx b/src/IconWifiOffRoundedFilled.tsx index c71659312..271a29e22 100644 --- a/src/IconWifiOffRoundedFilled.tsx +++ b/src/IconWifiOffRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiOffRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOffRoundedFilled as default } diff --git a/src/IconWifiOffSharp.tsx b/src/IconWifiOffSharp.tsx index 3ab132bef..daac33c72 100644 --- a/src/IconWifiOffSharp.tsx +++ b/src/IconWifiOffSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffSharp: React.FC = ({ ...props }) => ( +export const IconWifiOffSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOffSharp as default } diff --git a/src/IconWifiOffSharpFilled.tsx b/src/IconWifiOffSharpFilled.tsx index 244350ca8..0b37b0d14 100644 --- a/src/IconWifiOffSharpFilled.tsx +++ b/src/IconWifiOffSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiOffSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOffSharpFilled as default } diff --git a/src/IconWifiOutlined.tsx b/src/IconWifiOutlined.tsx index c39826e47..4dd654269 100644 --- a/src/IconWifiOutlined.tsx +++ b/src/IconWifiOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOutlined: React.FC = ({ ...props }) => ( +export const IconWifiOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOutlined as default } diff --git a/src/IconWifiOutlinedFilled.tsx b/src/IconWifiOutlinedFilled.tsx index 201078681..850c052b1 100644 --- a/src/IconWifiOutlinedFilled.tsx +++ b/src/IconWifiOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiOutlinedFilled as default } diff --git a/src/IconWifiPasswordOutlined.tsx b/src/IconWifiPasswordOutlined.tsx index 02cd56bfe..b02d0c7cc 100644 --- a/src/IconWifiPasswordOutlined.tsx +++ b/src/IconWifiPasswordOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordOutlined: React.FC = ({ ...props }) => ( +export const IconWifiPasswordOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordOutlined as default } diff --git a/src/IconWifiPasswordOutlinedFilled.tsx b/src/IconWifiPasswordOutlinedFilled.tsx index 29409c76d..acfa92261 100644 --- a/src/IconWifiPasswordOutlinedFilled.tsx +++ b/src/IconWifiPasswordOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiPasswordOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordOutlinedFilled as default } diff --git a/src/IconWifiPasswordRounded.tsx b/src/IconWifiPasswordRounded.tsx index 703a09a6f..3f3a9c412 100644 --- a/src/IconWifiPasswordRounded.tsx +++ b/src/IconWifiPasswordRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordRounded: React.FC = ({ ...props }) => ( +export const IconWifiPasswordRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordRounded as default } diff --git a/src/IconWifiPasswordRoundedFilled.tsx b/src/IconWifiPasswordRoundedFilled.tsx index 091977677..a964c884f 100644 --- a/src/IconWifiPasswordRoundedFilled.tsx +++ b/src/IconWifiPasswordRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiPasswordRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordRoundedFilled as default } diff --git a/src/IconWifiPasswordSharp.tsx b/src/IconWifiPasswordSharp.tsx index 0af599ee9..2450f1b40 100644 --- a/src/IconWifiPasswordSharp.tsx +++ b/src/IconWifiPasswordSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordSharp: React.FC = ({ ...props }) => ( +export const IconWifiPasswordSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordSharp as default } diff --git a/src/IconWifiPasswordSharpFilled.tsx b/src/IconWifiPasswordSharpFilled.tsx index b2db8875e..20906d604 100644 --- a/src/IconWifiPasswordSharpFilled.tsx +++ b/src/IconWifiPasswordSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiPasswordSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiPasswordSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiPasswordSharpFilled as default } diff --git a/src/IconWifiProtectedSetupOutlined.tsx b/src/IconWifiProtectedSetupOutlined.tsx index 6a9ebe871..82c12c849 100644 --- a/src/IconWifiProtectedSetupOutlined.tsx +++ b/src/IconWifiProtectedSetupOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupOutlined: React.FC = ({ ...props }) => ( +export const IconWifiProtectedSetupOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiProtectedSetupOutlined as default } diff --git a/src/IconWifiProtectedSetupOutlinedFilled.tsx b/src/IconWifiProtectedSetupOutlinedFilled.tsx index 0c1e1ada6..fa7918620 100644 --- a/src/IconWifiProtectedSetupOutlinedFilled.tsx +++ b/src/IconWifiProtectedSetupOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupOutlinedFilled: React.FC = ({ +export const IconWifiProtectedSetupOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiProtectedSetupOutlinedFilled: React.FC = ({ ) - -export { IconWifiProtectedSetupOutlinedFilled as default } diff --git a/src/IconWifiProtectedSetupRounded.tsx b/src/IconWifiProtectedSetupRounded.tsx index 1ed9bd513..32095eedf 100644 --- a/src/IconWifiProtectedSetupRounded.tsx +++ b/src/IconWifiProtectedSetupRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupRounded: React.FC = ({ ...props }) => ( +export const IconWifiProtectedSetupRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiProtectedSetupRounded as default } diff --git a/src/IconWifiProtectedSetupRoundedFilled.tsx b/src/IconWifiProtectedSetupRoundedFilled.tsx index a56473f7a..76b717108 100644 --- a/src/IconWifiProtectedSetupRoundedFilled.tsx +++ b/src/IconWifiProtectedSetupRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupRoundedFilled: React.FC = ({ +export const IconWifiProtectedSetupRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiProtectedSetupRoundedFilled: React.FC = ({ ) - -export { IconWifiProtectedSetupRoundedFilled as default } diff --git a/src/IconWifiProtectedSetupSharp.tsx b/src/IconWifiProtectedSetupSharp.tsx index 5a15e8a12..91bae8b71 100644 --- a/src/IconWifiProtectedSetupSharp.tsx +++ b/src/IconWifiProtectedSetupSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupSharp: React.FC = ({ ...props }) => ( +export const IconWifiProtectedSetupSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiProtectedSetupSharp as default } diff --git a/src/IconWifiProtectedSetupSharpFilled.tsx b/src/IconWifiProtectedSetupSharpFilled.tsx index 87235f24a..83028f4b3 100644 --- a/src/IconWifiProtectedSetupSharpFilled.tsx +++ b/src/IconWifiProtectedSetupSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProtectedSetupSharpFilled: React.FC = ({ +export const IconWifiProtectedSetupSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiProtectedSetupSharpFilled: React.FC = ({ ) - -export { IconWifiProtectedSetupSharpFilled as default } diff --git a/src/IconWifiProxyOutlined.tsx b/src/IconWifiProxyOutlined.tsx index 545405dbe..e5263e2bc 100644 --- a/src/IconWifiProxyOutlined.tsx +++ b/src/IconWifiProxyOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxyOutlined: React.FC = ({ ...props }) => ( +export const IconWifiProxyOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiProxyOutlined as default } diff --git a/src/IconWifiProxyOutlinedFilled.tsx b/src/IconWifiProxyOutlinedFilled.tsx index 4ed0ae1aa..4b41ba1fb 100644 --- a/src/IconWifiProxyOutlinedFilled.tsx +++ b/src/IconWifiProxyOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxyOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiProxyOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiProxyOutlinedFilled as default } diff --git a/src/IconWifiProxyRounded.tsx b/src/IconWifiProxyRounded.tsx index 5965ba4eb..b8d9309ea 100644 --- a/src/IconWifiProxyRounded.tsx +++ b/src/IconWifiProxyRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxyRounded: React.FC = ({ ...props }) => ( +export const IconWifiProxyRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiProxyRounded as default } diff --git a/src/IconWifiProxyRoundedFilled.tsx b/src/IconWifiProxyRoundedFilled.tsx index f2a159bf1..9869ecf0a 100644 --- a/src/IconWifiProxyRoundedFilled.tsx +++ b/src/IconWifiProxyRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxyRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiProxyRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiProxyRoundedFilled as default } diff --git a/src/IconWifiProxySharp.tsx b/src/IconWifiProxySharp.tsx index e0f8a72df..ba34b5200 100644 --- a/src/IconWifiProxySharp.tsx +++ b/src/IconWifiProxySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxySharp: React.FC = ({ ...props }) => ( +export const IconWifiProxySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiProxySharp as default } diff --git a/src/IconWifiProxySharpFilled.tsx b/src/IconWifiProxySharpFilled.tsx index 1dbd82897..c1de3d59a 100644 --- a/src/IconWifiProxySharpFilled.tsx +++ b/src/IconWifiProxySharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiProxySharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiProxySharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiProxySharpFilled as default } diff --git a/src/IconWifiRounded.tsx b/src/IconWifiRounded.tsx index 0f06f3b01..37169f707 100644 --- a/src/IconWifiRounded.tsx +++ b/src/IconWifiRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiRounded: React.FC = ({ ...props }) => ( +export const IconWifiRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiRounded as default } diff --git a/src/IconWifiRoundedFilled.tsx b/src/IconWifiRoundedFilled.tsx index 90d0a0a32..1e5bfff5b 100644 --- a/src/IconWifiRoundedFilled.tsx +++ b/src/IconWifiRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiRoundedFilled as default } diff --git a/src/IconWifiSharp.tsx b/src/IconWifiSharp.tsx index 5cfbf5e89..d5a18d347 100644 --- a/src/IconWifiSharp.tsx +++ b/src/IconWifiSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiSharp: React.FC = ({ ...props }) => ( +export const IconWifiSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiSharp as default } diff --git a/src/IconWifiSharpFilled.tsx b/src/IconWifiSharpFilled.tsx index 4b7ef31fc..5173903d3 100644 --- a/src/IconWifiSharpFilled.tsx +++ b/src/IconWifiSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiSharpFilled as default } diff --git a/src/IconWifiTetheringErrorOutlined.tsx b/src/IconWifiTetheringErrorOutlined.tsx index 320ec37d7..fdf7dabc1 100644 --- a/src/IconWifiTetheringErrorOutlined.tsx +++ b/src/IconWifiTetheringErrorOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorOutlined: React.FC = ({ ...props }) => ( +export const IconWifiTetheringErrorOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringErrorOutlined as default } diff --git a/src/IconWifiTetheringErrorOutlinedFilled.tsx b/src/IconWifiTetheringErrorOutlinedFilled.tsx index df5492394..f233eb337 100644 --- a/src/IconWifiTetheringErrorOutlinedFilled.tsx +++ b/src/IconWifiTetheringErrorOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorOutlinedFilled: React.FC = ({ +export const IconWifiTetheringErrorOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiTetheringErrorOutlinedFilled: React.FC = ({ ) - -export { IconWifiTetheringErrorOutlinedFilled as default } diff --git a/src/IconWifiTetheringErrorRounded.tsx b/src/IconWifiTetheringErrorRounded.tsx index 73cfc47db..cf2e24212 100644 --- a/src/IconWifiTetheringErrorRounded.tsx +++ b/src/IconWifiTetheringErrorRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorRounded: React.FC = ({ ...props }) => ( +export const IconWifiTetheringErrorRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringErrorRounded as default } diff --git a/src/IconWifiTetheringErrorRoundedFilled.tsx b/src/IconWifiTetheringErrorRoundedFilled.tsx index f8737d7c8..dec597290 100644 --- a/src/IconWifiTetheringErrorRoundedFilled.tsx +++ b/src/IconWifiTetheringErrorRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorRoundedFilled: React.FC = ({ +export const IconWifiTetheringErrorRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiTetheringErrorRoundedFilled: React.FC = ({ ) - -export { IconWifiTetheringErrorRoundedFilled as default } diff --git a/src/IconWifiTetheringErrorSharp.tsx b/src/IconWifiTetheringErrorSharp.tsx index c58a6213e..53840df3a 100644 --- a/src/IconWifiTetheringErrorSharp.tsx +++ b/src/IconWifiTetheringErrorSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorSharp: React.FC = ({ ...props }) => ( +export const IconWifiTetheringErrorSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringErrorSharp as default } diff --git a/src/IconWifiTetheringErrorSharpFilled.tsx b/src/IconWifiTetheringErrorSharpFilled.tsx index 83bf6cc47..489099447 100644 --- a/src/IconWifiTetheringErrorSharpFilled.tsx +++ b/src/IconWifiTetheringErrorSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringErrorSharpFilled: React.FC = ({ +export const IconWifiTetheringErrorSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiTetheringErrorSharpFilled: React.FC = ({ ) - -export { IconWifiTetheringErrorSharpFilled as default } diff --git a/src/IconWifiTetheringOffOutlined.tsx b/src/IconWifiTetheringOffOutlined.tsx index c517e503b..b3e53f954 100644 --- a/src/IconWifiTetheringOffOutlined.tsx +++ b/src/IconWifiTetheringOffOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffOutlined: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOffOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOffOutlined as default } diff --git a/src/IconWifiTetheringOffOutlinedFilled.tsx b/src/IconWifiTetheringOffOutlinedFilled.tsx index edafdd67a..2f9941ecb 100644 --- a/src/IconWifiTetheringOffOutlinedFilled.tsx +++ b/src/IconWifiTetheringOffOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffOutlinedFilled: React.FC = ({ +export const IconWifiTetheringOffOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiTetheringOffOutlinedFilled: React.FC = ({ ) - -export { IconWifiTetheringOffOutlinedFilled as default } diff --git a/src/IconWifiTetheringOffRounded.tsx b/src/IconWifiTetheringOffRounded.tsx index 3321b43a6..17a783c5c 100644 --- a/src/IconWifiTetheringOffRounded.tsx +++ b/src/IconWifiTetheringOffRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffRounded: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOffRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOffRounded as default } diff --git a/src/IconWifiTetheringOffRoundedFilled.tsx b/src/IconWifiTetheringOffRoundedFilled.tsx index e48e51854..8821ab8c0 100644 --- a/src/IconWifiTetheringOffRoundedFilled.tsx +++ b/src/IconWifiTetheringOffRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffRoundedFilled: React.FC = ({ +export const IconWifiTetheringOffRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWifiTetheringOffRoundedFilled: React.FC = ({ ) - -export { IconWifiTetheringOffRoundedFilled as default } diff --git a/src/IconWifiTetheringOffSharp.tsx b/src/IconWifiTetheringOffSharp.tsx index d7a1ad89f..6618a1445 100644 --- a/src/IconWifiTetheringOffSharp.tsx +++ b/src/IconWifiTetheringOffSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffSharp: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOffSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOffSharp as default } diff --git a/src/IconWifiTetheringOffSharpFilled.tsx b/src/IconWifiTetheringOffSharpFilled.tsx index 50e82f118..6b1fdcfd6 100644 --- a/src/IconWifiTetheringOffSharpFilled.tsx +++ b/src/IconWifiTetheringOffSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOffSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOffSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOffSharpFilled as default } diff --git a/src/IconWifiTetheringOutlined.tsx b/src/IconWifiTetheringOutlined.tsx index 63994dac7..b22b22e7c 100644 --- a/src/IconWifiTetheringOutlined.tsx +++ b/src/IconWifiTetheringOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOutlined: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOutlined as default } diff --git a/src/IconWifiTetheringOutlinedFilled.tsx b/src/IconWifiTetheringOutlinedFilled.tsx index 0d7295d9f..6bf0e2001 100644 --- a/src/IconWifiTetheringOutlinedFilled.tsx +++ b/src/IconWifiTetheringOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWifiTetheringOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringOutlinedFilled as default } diff --git a/src/IconWifiTetheringRounded.tsx b/src/IconWifiTetheringRounded.tsx index 22f8f4978..bdf7fd442 100644 --- a/src/IconWifiTetheringRounded.tsx +++ b/src/IconWifiTetheringRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringRounded: React.FC = ({ ...props }) => ( +export const IconWifiTetheringRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringRounded as default } diff --git a/src/IconWifiTetheringRoundedFilled.tsx b/src/IconWifiTetheringRoundedFilled.tsx index cae9cabad..ad101b1d6 100644 --- a/src/IconWifiTetheringRoundedFilled.tsx +++ b/src/IconWifiTetheringRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWifiTetheringRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringRoundedFilled as default } diff --git a/src/IconWifiTetheringSharp.tsx b/src/IconWifiTetheringSharp.tsx index ce354a5a7..753989f62 100644 --- a/src/IconWifiTetheringSharp.tsx +++ b/src/IconWifiTetheringSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringSharp: React.FC = ({ ...props }) => ( +export const IconWifiTetheringSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringSharp as default } diff --git a/src/IconWifiTetheringSharpFilled.tsx b/src/IconWifiTetheringSharpFilled.tsx index 77c7e281b..58f7b95c8 100644 --- a/src/IconWifiTetheringSharpFilled.tsx +++ b/src/IconWifiTetheringSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWifiTetheringSharpFilled: React.FC = ({ ...props }) => ( +export const IconWifiTetheringSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWifiTetheringSharpFilled as default } diff --git a/src/IconWindPowerOutlined.tsx b/src/IconWindPowerOutlined.tsx index d599b0b60..5e2206cb2 100644 --- a/src/IconWindPowerOutlined.tsx +++ b/src/IconWindPowerOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerOutlined: React.FC = ({ ...props }) => ( +export const IconWindPowerOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindPowerOutlined as default } diff --git a/src/IconWindPowerOutlinedFilled.tsx b/src/IconWindPowerOutlinedFilled.tsx index 17b20cc82..d19bc5dcc 100644 --- a/src/IconWindPowerOutlinedFilled.tsx +++ b/src/IconWindPowerOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWindPowerOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindPowerOutlinedFilled as default } diff --git a/src/IconWindPowerRounded.tsx b/src/IconWindPowerRounded.tsx index 51126d809..4f65e3ad8 100644 --- a/src/IconWindPowerRounded.tsx +++ b/src/IconWindPowerRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerRounded: React.FC = ({ ...props }) => ( +export const IconWindPowerRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindPowerRounded as default } diff --git a/src/IconWindPowerRoundedFilled.tsx b/src/IconWindPowerRoundedFilled.tsx index 1fba30d07..54bd6dfde 100644 --- a/src/IconWindPowerRoundedFilled.tsx +++ b/src/IconWindPowerRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWindPowerRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindPowerRoundedFilled as default } diff --git a/src/IconWindPowerSharp.tsx b/src/IconWindPowerSharp.tsx index 6168d51f8..fb0c093de 100644 --- a/src/IconWindPowerSharp.tsx +++ b/src/IconWindPowerSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerSharp: React.FC = ({ ...props }) => ( +export const IconWindPowerSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindPowerSharp as default } diff --git a/src/IconWindPowerSharpFilled.tsx b/src/IconWindPowerSharpFilled.tsx index 5328f2690..a72cbe9d0 100644 --- a/src/IconWindPowerSharpFilled.tsx +++ b/src/IconWindPowerSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindPowerSharpFilled: React.FC = ({ ...props }) => ( +export const IconWindPowerSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindPowerSharpFilled as default } diff --git a/src/IconWindowClosedOutlined.tsx b/src/IconWindowClosedOutlined.tsx index bf6c1a14a..172dd4915 100644 --- a/src/IconWindowClosedOutlined.tsx +++ b/src/IconWindowClosedOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedOutlined: React.FC = ({ ...props }) => ( +export const IconWindowClosedOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowClosedOutlined as default } diff --git a/src/IconWindowClosedOutlinedFilled.tsx b/src/IconWindowClosedOutlinedFilled.tsx index 66d925adf..c58600673 100644 --- a/src/IconWindowClosedOutlinedFilled.tsx +++ b/src/IconWindowClosedOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWindowClosedOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowClosedOutlinedFilled as default } diff --git a/src/IconWindowClosedRounded.tsx b/src/IconWindowClosedRounded.tsx index 70af4f44f..74385fb00 100644 --- a/src/IconWindowClosedRounded.tsx +++ b/src/IconWindowClosedRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedRounded: React.FC = ({ ...props }) => ( +export const IconWindowClosedRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowClosedRounded as default } diff --git a/src/IconWindowClosedRoundedFilled.tsx b/src/IconWindowClosedRoundedFilled.tsx index dc5b0810d..7ee966d30 100644 --- a/src/IconWindowClosedRoundedFilled.tsx +++ b/src/IconWindowClosedRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWindowClosedRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowClosedRoundedFilled as default } diff --git a/src/IconWindowClosedSharp.tsx b/src/IconWindowClosedSharp.tsx index db8556066..9a3f0cf76 100644 --- a/src/IconWindowClosedSharp.tsx +++ b/src/IconWindowClosedSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedSharp: React.FC = ({ ...props }) => ( +export const IconWindowClosedSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowClosedSharp as default } diff --git a/src/IconWindowClosedSharpFilled.tsx b/src/IconWindowClosedSharpFilled.tsx index 1d3b7950d..7c6b703ac 100644 --- a/src/IconWindowClosedSharpFilled.tsx +++ b/src/IconWindowClosedSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowClosedSharpFilled: React.FC = ({ ...props }) => ( +export const IconWindowClosedSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowClosedSharpFilled as default } diff --git a/src/IconWindowOpenOutlined.tsx b/src/IconWindowOpenOutlined.tsx index b297e8ab1..2019ec474 100644 --- a/src/IconWindowOpenOutlined.tsx +++ b/src/IconWindowOpenOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenOutlined: React.FC = ({ ...props }) => ( +export const IconWindowOpenOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowOpenOutlined as default } diff --git a/src/IconWindowOpenOutlinedFilled.tsx b/src/IconWindowOpenOutlinedFilled.tsx index 440e88547..23ca6dfe9 100644 --- a/src/IconWindowOpenOutlinedFilled.tsx +++ b/src/IconWindowOpenOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWindowOpenOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowOpenOutlinedFilled as default } diff --git a/src/IconWindowOpenRounded.tsx b/src/IconWindowOpenRounded.tsx index c2c6cb46f..4ffe35f43 100644 --- a/src/IconWindowOpenRounded.tsx +++ b/src/IconWindowOpenRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenRounded: React.FC = ({ ...props }) => ( +export const IconWindowOpenRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowOpenRounded as default } diff --git a/src/IconWindowOpenRoundedFilled.tsx b/src/IconWindowOpenRoundedFilled.tsx index 92c3bdc00..77a8ed0fd 100644 --- a/src/IconWindowOpenRoundedFilled.tsx +++ b/src/IconWindowOpenRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWindowOpenRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowOpenRoundedFilled as default } diff --git a/src/IconWindowOpenSharp.tsx b/src/IconWindowOpenSharp.tsx index 58e4fbf31..020f0d6d0 100644 --- a/src/IconWindowOpenSharp.tsx +++ b/src/IconWindowOpenSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenSharp: React.FC = ({ ...props }) => ( +export const IconWindowOpenSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowOpenSharp as default } diff --git a/src/IconWindowOpenSharpFilled.tsx b/src/IconWindowOpenSharpFilled.tsx index 784f7159b..78af16117 100644 --- a/src/IconWindowOpenSharpFilled.tsx +++ b/src/IconWindowOpenSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOpenSharpFilled: React.FC = ({ ...props }) => ( +export const IconWindowOpenSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowOpenSharpFilled as default } diff --git a/src/IconWindowOutlined.tsx b/src/IconWindowOutlined.tsx index 329b8851e..43f0febb6 100644 --- a/src/IconWindowOutlined.tsx +++ b/src/IconWindowOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOutlined: React.FC = ({ ...props }) => ( +export const IconWindowOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowOutlined as default } diff --git a/src/IconWindowOutlinedFilled.tsx b/src/IconWindowOutlinedFilled.tsx index f5470b8f4..fcf7083d3 100644 --- a/src/IconWindowOutlinedFilled.tsx +++ b/src/IconWindowOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWindowOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowOutlinedFilled as default } diff --git a/src/IconWindowRounded.tsx b/src/IconWindowRounded.tsx index 9be1b05fd..a8a58169f 100644 --- a/src/IconWindowRounded.tsx +++ b/src/IconWindowRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowRounded: React.FC = ({ ...props }) => ( +export const IconWindowRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowRounded as default } diff --git a/src/IconWindowRoundedFilled.tsx b/src/IconWindowRoundedFilled.tsx index 692096c31..2db68743a 100644 --- a/src/IconWindowRoundedFilled.tsx +++ b/src/IconWindowRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWindowRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowRoundedFilled as default } diff --git a/src/IconWindowSensorOutlined.tsx b/src/IconWindowSensorOutlined.tsx index 5ea18759a..ef8335e8c 100644 --- a/src/IconWindowSensorOutlined.tsx +++ b/src/IconWindowSensorOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorOutlined: React.FC = ({ ...props }) => ( +export const IconWindowSensorOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowSensorOutlined as default } diff --git a/src/IconWindowSensorOutlinedFilled.tsx b/src/IconWindowSensorOutlinedFilled.tsx index 7dfb977fe..8bcbc350c 100644 --- a/src/IconWindowSensorOutlinedFilled.tsx +++ b/src/IconWindowSensorOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWindowSensorOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowSensorOutlinedFilled as default } diff --git a/src/IconWindowSensorRounded.tsx b/src/IconWindowSensorRounded.tsx index 339c858be..c5cbf6174 100644 --- a/src/IconWindowSensorRounded.tsx +++ b/src/IconWindowSensorRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorRounded: React.FC = ({ ...props }) => ( +export const IconWindowSensorRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowSensorRounded as default } diff --git a/src/IconWindowSensorRoundedFilled.tsx b/src/IconWindowSensorRoundedFilled.tsx index 4ced0f732..37a67ab40 100644 --- a/src/IconWindowSensorRoundedFilled.tsx +++ b/src/IconWindowSensorRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWindowSensorRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowSensorRoundedFilled as default } diff --git a/src/IconWindowSensorSharp.tsx b/src/IconWindowSensorSharp.tsx index d7b02534b..d1435ef0e 100644 --- a/src/IconWindowSensorSharp.tsx +++ b/src/IconWindowSensorSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorSharp: React.FC = ({ ...props }) => ( +export const IconWindowSensorSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowSensorSharp as default } diff --git a/src/IconWindowSensorSharpFilled.tsx b/src/IconWindowSensorSharpFilled.tsx index b62de9b52..d64417550 100644 --- a/src/IconWindowSensorSharpFilled.tsx +++ b/src/IconWindowSensorSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSensorSharpFilled: React.FC = ({ ...props }) => ( +export const IconWindowSensorSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWindowSensorSharpFilled as default } diff --git a/src/IconWindowSharp.tsx b/src/IconWindowSharp.tsx index 96fccc9e2..a6b278367 100644 --- a/src/IconWindowSharp.tsx +++ b/src/IconWindowSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSharp: React.FC = ({ ...props }) => ( +export const IconWindowSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowSharp as default } diff --git a/src/IconWindowSharpFilled.tsx b/src/IconWindowSharpFilled.tsx index 675116fdf..b3d880f39 100644 --- a/src/IconWindowSharpFilled.tsx +++ b/src/IconWindowSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWindowSharpFilled: React.FC = ({ ...props }) => ( +export const IconWindowSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWindowSharpFilled as default } diff --git a/src/IconWineBarOutlined.tsx b/src/IconWineBarOutlined.tsx index b96f14447..2e645cc9d 100644 --- a/src/IconWineBarOutlined.tsx +++ b/src/IconWineBarOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarOutlined: React.FC = ({ ...props }) => ( +export const IconWineBarOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWineBarOutlined as default } diff --git a/src/IconWineBarOutlinedFilled.tsx b/src/IconWineBarOutlinedFilled.tsx index 11838c85c..78f8cf8d6 100644 --- a/src/IconWineBarOutlinedFilled.tsx +++ b/src/IconWineBarOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWineBarOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWineBarOutlinedFilled as default } diff --git a/src/IconWineBarRounded.tsx b/src/IconWineBarRounded.tsx index fee196c88..f775b7537 100644 --- a/src/IconWineBarRounded.tsx +++ b/src/IconWineBarRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarRounded: React.FC = ({ ...props }) => ( +export const IconWineBarRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWineBarRounded as default } diff --git a/src/IconWineBarRoundedFilled.tsx b/src/IconWineBarRoundedFilled.tsx index a92854dec..41a3b81ec 100644 --- a/src/IconWineBarRoundedFilled.tsx +++ b/src/IconWineBarRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWineBarRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWineBarRoundedFilled as default } diff --git a/src/IconWineBarSharp.tsx b/src/IconWineBarSharp.tsx index 1efdd3fde..9bed66947 100644 --- a/src/IconWineBarSharp.tsx +++ b/src/IconWineBarSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarSharp: React.FC = ({ ...props }) => ( +export const IconWineBarSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWineBarSharp as default } diff --git a/src/IconWineBarSharpFilled.tsx b/src/IconWineBarSharpFilled.tsx index d393f8ba2..ff3831163 100644 --- a/src/IconWineBarSharpFilled.tsx +++ b/src/IconWineBarSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWineBarSharpFilled: React.FC = ({ ...props }) => ( +export const IconWineBarSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWineBarSharpFilled as default } diff --git a/src/IconWoman2Outlined.tsx b/src/IconWoman2Outlined.tsx index 304d47a52..d8d8d5c00 100644 --- a/src/IconWoman2Outlined.tsx +++ b/src/IconWoman2Outlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2Outlined: React.FC = ({ ...props }) => ( +export const IconWoman2Outlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2Outlined as default } diff --git a/src/IconWoman2OutlinedFilled.tsx b/src/IconWoman2OutlinedFilled.tsx index 09e03808c..68ae70335 100644 --- a/src/IconWoman2OutlinedFilled.tsx +++ b/src/IconWoman2OutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2OutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWoman2OutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2OutlinedFilled as default } diff --git a/src/IconWoman2Rounded.tsx b/src/IconWoman2Rounded.tsx index 3e268a25b..c394bf4a5 100644 --- a/src/IconWoman2Rounded.tsx +++ b/src/IconWoman2Rounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2Rounded: React.FC = ({ ...props }) => ( +export const IconWoman2Rounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2Rounded as default } diff --git a/src/IconWoman2RoundedFilled.tsx b/src/IconWoman2RoundedFilled.tsx index bedf50bdc..23bb63954 100644 --- a/src/IconWoman2RoundedFilled.tsx +++ b/src/IconWoman2RoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2RoundedFilled: React.FC = ({ ...props }) => ( +export const IconWoman2RoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2RoundedFilled as default } diff --git a/src/IconWoman2Sharp.tsx b/src/IconWoman2Sharp.tsx index a13b06c2b..d0c53b690 100644 --- a/src/IconWoman2Sharp.tsx +++ b/src/IconWoman2Sharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2Sharp: React.FC = ({ ...props }) => ( +export const IconWoman2Sharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2Sharp as default } diff --git a/src/IconWoman2SharpFilled.tsx b/src/IconWoman2SharpFilled.tsx index c596fe95e..ac8f447d4 100644 --- a/src/IconWoman2SharpFilled.tsx +++ b/src/IconWoman2SharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoman2SharpFilled: React.FC = ({ ...props }) => ( +export const IconWoman2SharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoman2SharpFilled as default } diff --git a/src/IconWomanOutlined.tsx b/src/IconWomanOutlined.tsx index 927cd1ca5..94f7862fb 100644 --- a/src/IconWomanOutlined.tsx +++ b/src/IconWomanOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanOutlined: React.FC = ({ ...props }) => ( +export const IconWomanOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanOutlined as default } diff --git a/src/IconWomanOutlinedFilled.tsx b/src/IconWomanOutlinedFilled.tsx index 4feceadd6..dc13d67c6 100644 --- a/src/IconWomanOutlinedFilled.tsx +++ b/src/IconWomanOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWomanOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanOutlinedFilled as default } diff --git a/src/IconWomanRounded.tsx b/src/IconWomanRounded.tsx index 164b8f8d3..a09775664 100644 --- a/src/IconWomanRounded.tsx +++ b/src/IconWomanRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanRounded: React.FC = ({ ...props }) => ( +export const IconWomanRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanRounded as default } diff --git a/src/IconWomanRoundedFilled.tsx b/src/IconWomanRoundedFilled.tsx index ee7807594..9b79515d5 100644 --- a/src/IconWomanRoundedFilled.tsx +++ b/src/IconWomanRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWomanRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanRoundedFilled as default } diff --git a/src/IconWomanSharp.tsx b/src/IconWomanSharp.tsx index 2ca032ba2..b348663da 100644 --- a/src/IconWomanSharp.tsx +++ b/src/IconWomanSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanSharp: React.FC = ({ ...props }) => ( +export const IconWomanSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanSharp as default } diff --git a/src/IconWomanSharpFilled.tsx b/src/IconWomanSharpFilled.tsx index 29a98b914..71dd2d19c 100644 --- a/src/IconWomanSharpFilled.tsx +++ b/src/IconWomanSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWomanSharpFilled: React.FC = ({ ...props }) => ( +export const IconWomanSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWomanSharpFilled as default } diff --git a/src/IconWorkAlertOutlined.tsx b/src/IconWorkAlertOutlined.tsx index 392fcb4cd..835e0ac15 100644 --- a/src/IconWorkAlertOutlined.tsx +++ b/src/IconWorkAlertOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertOutlined: React.FC = ({ ...props }) => ( +export const IconWorkAlertOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkAlertOutlined as default } diff --git a/src/IconWorkAlertOutlinedFilled.tsx b/src/IconWorkAlertOutlinedFilled.tsx index 2ed8f7e97..5d69a2431 100644 --- a/src/IconWorkAlertOutlinedFilled.tsx +++ b/src/IconWorkAlertOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWorkAlertOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkAlertOutlinedFilled as default } diff --git a/src/IconWorkAlertRounded.tsx b/src/IconWorkAlertRounded.tsx index 93c8c12de..5dabb49f4 100644 --- a/src/IconWorkAlertRounded.tsx +++ b/src/IconWorkAlertRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertRounded: React.FC = ({ ...props }) => ( +export const IconWorkAlertRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkAlertRounded as default } diff --git a/src/IconWorkAlertRoundedFilled.tsx b/src/IconWorkAlertRoundedFilled.tsx index 64b8899d1..284201606 100644 --- a/src/IconWorkAlertRoundedFilled.tsx +++ b/src/IconWorkAlertRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWorkAlertRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkAlertRoundedFilled as default } diff --git a/src/IconWorkAlertSharp.tsx b/src/IconWorkAlertSharp.tsx index 58f5f8ad8..5247300ce 100644 --- a/src/IconWorkAlertSharp.tsx +++ b/src/IconWorkAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertSharp: React.FC = ({ ...props }) => ( +export const IconWorkAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkAlertSharp as default } diff --git a/src/IconWorkAlertSharpFilled.tsx b/src/IconWorkAlertSharpFilled.tsx index 6fcba067e..2aea7bfc1 100644 --- a/src/IconWorkAlertSharpFilled.tsx +++ b/src/IconWorkAlertSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkAlertSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkAlertSharpFilled as default } diff --git a/src/IconWorkHistoryOutlined.tsx b/src/IconWorkHistoryOutlined.tsx index f5b3f5ab6..f163a9947 100644 --- a/src/IconWorkHistoryOutlined.tsx +++ b/src/IconWorkHistoryOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistoryOutlined: React.FC = ({ ...props }) => ( +export const IconWorkHistoryOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkHistoryOutlined as default } diff --git a/src/IconWorkHistoryOutlinedFilled.tsx b/src/IconWorkHistoryOutlinedFilled.tsx index 002bb496e..a13b7c7fd 100644 --- a/src/IconWorkHistoryOutlinedFilled.tsx +++ b/src/IconWorkHistoryOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistoryOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWorkHistoryOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkHistoryOutlinedFilled as default } diff --git a/src/IconWorkHistoryRounded.tsx b/src/IconWorkHistoryRounded.tsx index 04f4db15d..3e9208376 100644 --- a/src/IconWorkHistoryRounded.tsx +++ b/src/IconWorkHistoryRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistoryRounded: React.FC = ({ ...props }) => ( +export const IconWorkHistoryRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkHistoryRounded as default } diff --git a/src/IconWorkHistoryRoundedFilled.tsx b/src/IconWorkHistoryRoundedFilled.tsx index 32d6878c3..2e323ca9c 100644 --- a/src/IconWorkHistoryRoundedFilled.tsx +++ b/src/IconWorkHistoryRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistoryRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWorkHistoryRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkHistoryRoundedFilled as default } diff --git a/src/IconWorkHistorySharp.tsx b/src/IconWorkHistorySharp.tsx index bf933dbf6..83cc09dff 100644 --- a/src/IconWorkHistorySharp.tsx +++ b/src/IconWorkHistorySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistorySharp: React.FC = ({ ...props }) => ( +export const IconWorkHistorySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkHistorySharp as default } diff --git a/src/IconWorkHistorySharpFilled.tsx b/src/IconWorkHistorySharpFilled.tsx index ff93e36b6..a18dc8eb1 100644 --- a/src/IconWorkHistorySharpFilled.tsx +++ b/src/IconWorkHistorySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkHistorySharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkHistorySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkHistorySharpFilled as default } diff --git a/src/IconWorkOutlined.tsx b/src/IconWorkOutlined.tsx index b84b890b8..b432e9b3c 100644 --- a/src/IconWorkOutlined.tsx +++ b/src/IconWorkOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkOutlined: React.FC = ({ ...props }) => ( +export const IconWorkOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkOutlined as default } diff --git a/src/IconWorkOutlinedFilled.tsx b/src/IconWorkOutlinedFilled.tsx index bd83f8f06..a9b213998 100644 --- a/src/IconWorkOutlinedFilled.tsx +++ b/src/IconWorkOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWorkOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkOutlinedFilled as default } diff --git a/src/IconWorkRounded.tsx b/src/IconWorkRounded.tsx index 6f7e77d52..e8d7871c7 100644 --- a/src/IconWorkRounded.tsx +++ b/src/IconWorkRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkRounded: React.FC = ({ ...props }) => ( +export const IconWorkRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkRounded as default } diff --git a/src/IconWorkRoundedFilled.tsx b/src/IconWorkRoundedFilled.tsx index b52556d72..25c675aa6 100644 --- a/src/IconWorkRoundedFilled.tsx +++ b/src/IconWorkRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWorkRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkRoundedFilled as default } diff --git a/src/IconWorkSharp.tsx b/src/IconWorkSharp.tsx index eef34a1a0..5a41fee19 100644 --- a/src/IconWorkSharp.tsx +++ b/src/IconWorkSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkSharp: React.FC = ({ ...props }) => ( +export const IconWorkSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkSharp as default } diff --git a/src/IconWorkSharpFilled.tsx b/src/IconWorkSharpFilled.tsx index 1360dd310..ee24cc779 100644 --- a/src/IconWorkSharpFilled.tsx +++ b/src/IconWorkSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkSharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkSharpFilled as default } diff --git a/src/IconWorkUpdateOutlined.tsx b/src/IconWorkUpdateOutlined.tsx index e9ca7b8eb..fd8374c65 100644 --- a/src/IconWorkUpdateOutlined.tsx +++ b/src/IconWorkUpdateOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateOutlined: React.FC = ({ ...props }) => ( +export const IconWorkUpdateOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateOutlined as default } diff --git a/src/IconWorkUpdateOutlinedFilled.tsx b/src/IconWorkUpdateOutlinedFilled.tsx index 5e1f06ab8..da4122e54 100644 --- a/src/IconWorkUpdateOutlinedFilled.tsx +++ b/src/IconWorkUpdateOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWorkUpdateOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateOutlinedFilled as default } diff --git a/src/IconWorkUpdateRounded.tsx b/src/IconWorkUpdateRounded.tsx index ef5dc1fce..bd587b34f 100644 --- a/src/IconWorkUpdateRounded.tsx +++ b/src/IconWorkUpdateRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateRounded: React.FC = ({ ...props }) => ( +export const IconWorkUpdateRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateRounded as default } diff --git a/src/IconWorkUpdateRoundedFilled.tsx b/src/IconWorkUpdateRoundedFilled.tsx index 3d1b1aabb..277b848d0 100644 --- a/src/IconWorkUpdateRoundedFilled.tsx +++ b/src/IconWorkUpdateRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWorkUpdateRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateRoundedFilled as default } diff --git a/src/IconWorkUpdateSharp.tsx b/src/IconWorkUpdateSharp.tsx index 231a7d328..72fc6a4b3 100644 --- a/src/IconWorkUpdateSharp.tsx +++ b/src/IconWorkUpdateSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateSharp: React.FC = ({ ...props }) => ( +export const IconWorkUpdateSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateSharp as default } diff --git a/src/IconWorkUpdateSharpFilled.tsx b/src/IconWorkUpdateSharpFilled.tsx index da9192e7a..6b24bd6c1 100644 --- a/src/IconWorkUpdateSharpFilled.tsx +++ b/src/IconWorkUpdateSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkUpdateSharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkUpdateSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkUpdateSharpFilled as default } diff --git a/src/IconWorkspacePremiumOutlined.tsx b/src/IconWorkspacePremiumOutlined.tsx index f1656cd5a..18eae120e 100644 --- a/src/IconWorkspacePremiumOutlined.tsx +++ b/src/IconWorkspacePremiumOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumOutlined: React.FC = ({ ...props }) => ( +export const IconWorkspacePremiumOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacePremiumOutlined as default } diff --git a/src/IconWorkspacePremiumOutlinedFilled.tsx b/src/IconWorkspacePremiumOutlinedFilled.tsx index 35b1df770..d1483d170 100644 --- a/src/IconWorkspacePremiumOutlinedFilled.tsx +++ b/src/IconWorkspacePremiumOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumOutlinedFilled: React.FC = ({ +export const IconWorkspacePremiumOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWorkspacePremiumOutlinedFilled: React.FC = ({ ) - -export { IconWorkspacePremiumOutlinedFilled as default } diff --git a/src/IconWorkspacePremiumRounded.tsx b/src/IconWorkspacePremiumRounded.tsx index d119502a5..4e46a88c1 100644 --- a/src/IconWorkspacePremiumRounded.tsx +++ b/src/IconWorkspacePremiumRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumRounded: React.FC = ({ ...props }) => ( +export const IconWorkspacePremiumRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacePremiumRounded as default } diff --git a/src/IconWorkspacePremiumRoundedFilled.tsx b/src/IconWorkspacePremiumRoundedFilled.tsx index da8f4827a..93c23f4a0 100644 --- a/src/IconWorkspacePremiumRoundedFilled.tsx +++ b/src/IconWorkspacePremiumRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumRoundedFilled: React.FC = ({ +export const IconWorkspacePremiumRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWorkspacePremiumRoundedFilled: React.FC = ({ ) - -export { IconWorkspacePremiumRoundedFilled as default } diff --git a/src/IconWorkspacePremiumSharp.tsx b/src/IconWorkspacePremiumSharp.tsx index b7a5f6993..773305d9b 100644 --- a/src/IconWorkspacePremiumSharp.tsx +++ b/src/IconWorkspacePremiumSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumSharp: React.FC = ({ ...props }) => ( +export const IconWorkspacePremiumSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacePremiumSharp as default } diff --git a/src/IconWorkspacePremiumSharpFilled.tsx b/src/IconWorkspacePremiumSharpFilled.tsx index 684733319..ff367a876 100644 --- a/src/IconWorkspacePremiumSharpFilled.tsx +++ b/src/IconWorkspacePremiumSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacePremiumSharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkspacePremiumSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacePremiumSharpFilled as default } diff --git a/src/IconWorkspacesOutlined.tsx b/src/IconWorkspacesOutlined.tsx index 1a5304be4..6fed36559 100644 --- a/src/IconWorkspacesOutlined.tsx +++ b/src/IconWorkspacesOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesOutlined: React.FC = ({ ...props }) => ( +export const IconWorkspacesOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkspacesOutlined as default } diff --git a/src/IconWorkspacesOutlinedFilled.tsx b/src/IconWorkspacesOutlinedFilled.tsx index 5ef0a3b4e..4d92357eb 100644 --- a/src/IconWorkspacesOutlinedFilled.tsx +++ b/src/IconWorkspacesOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWorkspacesOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacesOutlinedFilled as default } diff --git a/src/IconWorkspacesRounded.tsx b/src/IconWorkspacesRounded.tsx index 333e1405c..c0010b8b8 100644 --- a/src/IconWorkspacesRounded.tsx +++ b/src/IconWorkspacesRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesRounded: React.FC = ({ ...props }) => ( +export const IconWorkspacesRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkspacesRounded as default } diff --git a/src/IconWorkspacesRoundedFilled.tsx b/src/IconWorkspacesRoundedFilled.tsx index 8a258a4e7..9e555008b 100644 --- a/src/IconWorkspacesRoundedFilled.tsx +++ b/src/IconWorkspacesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWorkspacesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacesRoundedFilled as default } diff --git a/src/IconWorkspacesSharp.tsx b/src/IconWorkspacesSharp.tsx index cd00e77cf..4a844acf5 100644 --- a/src/IconWorkspacesSharp.tsx +++ b/src/IconWorkspacesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesSharp: React.FC = ({ ...props }) => ( +export const IconWorkspacesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWorkspacesSharp as default } diff --git a/src/IconWorkspacesSharpFilled.tsx b/src/IconWorkspacesSharpFilled.tsx index 4b4075c5e..ef4353d37 100644 --- a/src/IconWorkspacesSharpFilled.tsx +++ b/src/IconWorkspacesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWorkspacesSharpFilled: React.FC = ({ ...props }) => ( +export const IconWorkspacesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWorkspacesSharpFilled as default } diff --git a/src/IconWoundsInjuriesOutlined.tsx b/src/IconWoundsInjuriesOutlined.tsx index 8a00508c9..6e026a32d 100644 --- a/src/IconWoundsInjuriesOutlined.tsx +++ b/src/IconWoundsInjuriesOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesOutlined: React.FC = ({ ...props }) => ( +export const IconWoundsInjuriesOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWoundsInjuriesOutlined as default } diff --git a/src/IconWoundsInjuriesOutlinedFilled.tsx b/src/IconWoundsInjuriesOutlinedFilled.tsx index 0fb2651e2..516a9a7fb 100644 --- a/src/IconWoundsInjuriesOutlinedFilled.tsx +++ b/src/IconWoundsInjuriesOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesOutlinedFilled: React.FC = ({ +export const IconWoundsInjuriesOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconWoundsInjuriesOutlinedFilled: React.FC = ({ ) - -export { IconWoundsInjuriesOutlinedFilled as default } diff --git a/src/IconWoundsInjuriesRounded.tsx b/src/IconWoundsInjuriesRounded.tsx index d0fdb2681..7aebbb9ae 100644 --- a/src/IconWoundsInjuriesRounded.tsx +++ b/src/IconWoundsInjuriesRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesRounded: React.FC = ({ ...props }) => ( +export const IconWoundsInjuriesRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWoundsInjuriesRounded as default } diff --git a/src/IconWoundsInjuriesRoundedFilled.tsx b/src/IconWoundsInjuriesRoundedFilled.tsx index 663a0d1b1..6d9e5cd84 100644 --- a/src/IconWoundsInjuriesRoundedFilled.tsx +++ b/src/IconWoundsInjuriesRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWoundsInjuriesRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWoundsInjuriesRoundedFilled as default } diff --git a/src/IconWoundsInjuriesSharp.tsx b/src/IconWoundsInjuriesSharp.tsx index a234a20fe..1ee6dd245 100644 --- a/src/IconWoundsInjuriesSharp.tsx +++ b/src/IconWoundsInjuriesSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesSharp: React.FC = ({ ...props }) => ( +export const IconWoundsInjuriesSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWoundsInjuriesSharp as default } diff --git a/src/IconWoundsInjuriesSharpFilled.tsx b/src/IconWoundsInjuriesSharpFilled.tsx index 81a0ce49d..5fc2c9aef 100644 --- a/src/IconWoundsInjuriesSharpFilled.tsx +++ b/src/IconWoundsInjuriesSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWoundsInjuriesSharpFilled: React.FC = ({ ...props }) => ( +export const IconWoundsInjuriesSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWoundsInjuriesSharpFilled as default } diff --git a/src/IconWrapTextOutlined.tsx b/src/IconWrapTextOutlined.tsx index 4649fe7cf..1835a4a9a 100644 --- a/src/IconWrapTextOutlined.tsx +++ b/src/IconWrapTextOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextOutlined: React.FC = ({ ...props }) => ( +export const IconWrapTextOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrapTextOutlined as default } diff --git a/src/IconWrapTextOutlinedFilled.tsx b/src/IconWrapTextOutlinedFilled.tsx index 63db658dc..c5ca9e66d 100644 --- a/src/IconWrapTextOutlinedFilled.tsx +++ b/src/IconWrapTextOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWrapTextOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrapTextOutlinedFilled as default } diff --git a/src/IconWrapTextRounded.tsx b/src/IconWrapTextRounded.tsx index ebb875bed..caa4b258c 100644 --- a/src/IconWrapTextRounded.tsx +++ b/src/IconWrapTextRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextRounded: React.FC = ({ ...props }) => ( +export const IconWrapTextRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrapTextRounded as default } diff --git a/src/IconWrapTextRoundedFilled.tsx b/src/IconWrapTextRoundedFilled.tsx index f1d63df0c..79c39acc3 100644 --- a/src/IconWrapTextRoundedFilled.tsx +++ b/src/IconWrapTextRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWrapTextRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrapTextRoundedFilled as default } diff --git a/src/IconWrapTextSharp.tsx b/src/IconWrapTextSharp.tsx index d96ac6b6f..6f0f9fe0e 100644 --- a/src/IconWrapTextSharp.tsx +++ b/src/IconWrapTextSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextSharp: React.FC = ({ ...props }) => ( +export const IconWrapTextSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrapTextSharp as default } diff --git a/src/IconWrapTextSharpFilled.tsx b/src/IconWrapTextSharpFilled.tsx index 2186a70a5..b6fdd7232 100644 --- a/src/IconWrapTextSharpFilled.tsx +++ b/src/IconWrapTextSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrapTextSharpFilled: React.FC = ({ ...props }) => ( +export const IconWrapTextSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrapTextSharpFilled as default } diff --git a/src/IconWristOutlined.tsx b/src/IconWristOutlined.tsx index 6f2918359..db51f1d79 100644 --- a/src/IconWristOutlined.tsx +++ b/src/IconWristOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristOutlined: React.FC = ({ ...props }) => ( +export const IconWristOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristOutlined as default } diff --git a/src/IconWristOutlinedFilled.tsx b/src/IconWristOutlinedFilled.tsx index bbc2c9573..a8041eb7e 100644 --- a/src/IconWristOutlinedFilled.tsx +++ b/src/IconWristOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWristOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristOutlinedFilled as default } diff --git a/src/IconWristRounded.tsx b/src/IconWristRounded.tsx index 4064b486e..030fe3065 100644 --- a/src/IconWristRounded.tsx +++ b/src/IconWristRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristRounded: React.FC = ({ ...props }) => ( +export const IconWristRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristRounded as default } diff --git a/src/IconWristRoundedFilled.tsx b/src/IconWristRoundedFilled.tsx index 2cc8e10fb..ff3cf32ef 100644 --- a/src/IconWristRoundedFilled.tsx +++ b/src/IconWristRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWristRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristRoundedFilled as default } diff --git a/src/IconWristSharp.tsx b/src/IconWristSharp.tsx index 3037242e2..b54a507e5 100644 --- a/src/IconWristSharp.tsx +++ b/src/IconWristSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristSharp: React.FC = ({ ...props }) => ( +export const IconWristSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristSharp as default } diff --git a/src/IconWristSharpFilled.tsx b/src/IconWristSharpFilled.tsx index 0c21dccdf..187dea7c6 100644 --- a/src/IconWristSharpFilled.tsx +++ b/src/IconWristSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWristSharpFilled: React.FC = ({ ...props }) => ( +export const IconWristSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWristSharpFilled as default } diff --git a/src/IconWrongLocationOutlined.tsx b/src/IconWrongLocationOutlined.tsx index 36d2edf9e..87a77d666 100644 --- a/src/IconWrongLocationOutlined.tsx +++ b/src/IconWrongLocationOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationOutlined: React.FC = ({ ...props }) => ( +export const IconWrongLocationOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrongLocationOutlined as default } diff --git a/src/IconWrongLocationOutlinedFilled.tsx b/src/IconWrongLocationOutlinedFilled.tsx index 260fa0426..818f3daa2 100644 --- a/src/IconWrongLocationOutlinedFilled.tsx +++ b/src/IconWrongLocationOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWrongLocationOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrongLocationOutlinedFilled as default } diff --git a/src/IconWrongLocationRounded.tsx b/src/IconWrongLocationRounded.tsx index 22899949e..cef85bef9 100644 --- a/src/IconWrongLocationRounded.tsx +++ b/src/IconWrongLocationRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationRounded: React.FC = ({ ...props }) => ( +export const IconWrongLocationRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrongLocationRounded as default } diff --git a/src/IconWrongLocationRoundedFilled.tsx b/src/IconWrongLocationRoundedFilled.tsx index a3b6fadd6..88424a777 100644 --- a/src/IconWrongLocationRoundedFilled.tsx +++ b/src/IconWrongLocationRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWrongLocationRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrongLocationRoundedFilled as default } diff --git a/src/IconWrongLocationSharp.tsx b/src/IconWrongLocationSharp.tsx index 56d4ef08e..277892ddd 100644 --- a/src/IconWrongLocationSharp.tsx +++ b/src/IconWrongLocationSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationSharp: React.FC = ({ ...props }) => ( +export const IconWrongLocationSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWrongLocationSharp as default } diff --git a/src/IconWrongLocationSharpFilled.tsx b/src/IconWrongLocationSharpFilled.tsx index 98a0e6817..c961b358e 100644 --- a/src/IconWrongLocationSharpFilled.tsx +++ b/src/IconWrongLocationSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWrongLocationSharpFilled: React.FC = ({ ...props }) => ( +export const IconWrongLocationSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWrongLocationSharpFilled as default } diff --git a/src/IconWysiwygOutlined.tsx b/src/IconWysiwygOutlined.tsx index 1623f4f65..481be3ff3 100644 --- a/src/IconWysiwygOutlined.tsx +++ b/src/IconWysiwygOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygOutlined: React.FC = ({ ...props }) => ( +export const IconWysiwygOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWysiwygOutlined as default } diff --git a/src/IconWysiwygOutlinedFilled.tsx b/src/IconWysiwygOutlinedFilled.tsx index bf78a64ea..b9a342a29 100644 --- a/src/IconWysiwygOutlinedFilled.tsx +++ b/src/IconWysiwygOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconWysiwygOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconWysiwygOutlinedFilled as default } diff --git a/src/IconWysiwygRounded.tsx b/src/IconWysiwygRounded.tsx index 0c57302b8..a1dcada14 100644 --- a/src/IconWysiwygRounded.tsx +++ b/src/IconWysiwygRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygRounded: React.FC = ({ ...props }) => ( +export const IconWysiwygRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWysiwygRounded as default } diff --git a/src/IconWysiwygRoundedFilled.tsx b/src/IconWysiwygRoundedFilled.tsx index c22ede3c1..31b009ddc 100644 --- a/src/IconWysiwygRoundedFilled.tsx +++ b/src/IconWysiwygRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygRoundedFilled: React.FC = ({ ...props }) => ( +export const IconWysiwygRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWysiwygRoundedFilled as default } diff --git a/src/IconWysiwygSharp.tsx b/src/IconWysiwygSharp.tsx index d4bb5c8d4..9536c01fe 100644 --- a/src/IconWysiwygSharp.tsx +++ b/src/IconWysiwygSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygSharp: React.FC = ({ ...props }) => ( +export const IconWysiwygSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWysiwygSharp as default } diff --git a/src/IconWysiwygSharpFilled.tsx b/src/IconWysiwygSharpFilled.tsx index b3ef71b60..fe5d61332 100644 --- a/src/IconWysiwygSharpFilled.tsx +++ b/src/IconWysiwygSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconWysiwygSharpFilled: React.FC = ({ ...props }) => ( +export const IconWysiwygSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconWysiwygSharpFilled as default } diff --git a/src/IconYardOutlined.tsx b/src/IconYardOutlined.tsx index d97a3fe8f..8662cfbb6 100644 --- a/src/IconYardOutlined.tsx +++ b/src/IconYardOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardOutlined: React.FC = ({ ...props }) => ( +export const IconYardOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardOutlined as default } diff --git a/src/IconYardOutlinedFilled.tsx b/src/IconYardOutlinedFilled.tsx index a7eced9e3..e2bc9e5b7 100644 --- a/src/IconYardOutlinedFilled.tsx +++ b/src/IconYardOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconYardOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardOutlinedFilled as default } diff --git a/src/IconYardRounded.tsx b/src/IconYardRounded.tsx index 3924b2158..e4ceb0d85 100644 --- a/src/IconYardRounded.tsx +++ b/src/IconYardRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardRounded: React.FC = ({ ...props }) => ( +export const IconYardRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardRounded as default } diff --git a/src/IconYardRoundedFilled.tsx b/src/IconYardRoundedFilled.tsx index ad1b76984..485dcbecb 100644 --- a/src/IconYardRoundedFilled.tsx +++ b/src/IconYardRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardRoundedFilled: React.FC = ({ ...props }) => ( +export const IconYardRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardRoundedFilled as default } diff --git a/src/IconYardSharp.tsx b/src/IconYardSharp.tsx index f6a91fc52..9c0e30ac8 100644 --- a/src/IconYardSharp.tsx +++ b/src/IconYardSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardSharp: React.FC = ({ ...props }) => ( +export const IconYardSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardSharp as default } diff --git a/src/IconYardSharpFilled.tsx b/src/IconYardSharpFilled.tsx index 3db9e5247..6981eb2bc 100644 --- a/src/IconYardSharpFilled.tsx +++ b/src/IconYardSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYardSharpFilled: React.FC = ({ ...props }) => ( +export const IconYardSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYardSharpFilled as default } diff --git a/src/IconYourTripsOutlined.tsx b/src/IconYourTripsOutlined.tsx index 137880fc3..e9322eb76 100644 --- a/src/IconYourTripsOutlined.tsx +++ b/src/IconYourTripsOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsOutlined: React.FC = ({ ...props }) => ( +export const IconYourTripsOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYourTripsOutlined as default } diff --git a/src/IconYourTripsOutlinedFilled.tsx b/src/IconYourTripsOutlinedFilled.tsx index 19045a3af..55f5a696f 100644 --- a/src/IconYourTripsOutlinedFilled.tsx +++ b/src/IconYourTripsOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconYourTripsOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYourTripsOutlinedFilled as default } diff --git a/src/IconYourTripsRounded.tsx b/src/IconYourTripsRounded.tsx index 4c440e6e6..a4bfe4595 100644 --- a/src/IconYourTripsRounded.tsx +++ b/src/IconYourTripsRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsRounded: React.FC = ({ ...props }) => ( +export const IconYourTripsRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYourTripsRounded as default } diff --git a/src/IconYourTripsRoundedFilled.tsx b/src/IconYourTripsRoundedFilled.tsx index 931fcc715..fa1d9c917 100644 --- a/src/IconYourTripsRoundedFilled.tsx +++ b/src/IconYourTripsRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsRoundedFilled: React.FC = ({ ...props }) => ( +export const IconYourTripsRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYourTripsRoundedFilled as default } diff --git a/src/IconYourTripsSharp.tsx b/src/IconYourTripsSharp.tsx index 8a8764ed7..8df61745a 100644 --- a/src/IconYourTripsSharp.tsx +++ b/src/IconYourTripsSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsSharp: React.FC = ({ ...props }) => ( +export const IconYourTripsSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYourTripsSharp as default } diff --git a/src/IconYourTripsSharpFilled.tsx b/src/IconYourTripsSharpFilled.tsx index 35340840d..e18e505e3 100644 --- a/src/IconYourTripsSharpFilled.tsx +++ b/src/IconYourTripsSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYourTripsSharpFilled: React.FC = ({ ...props }) => ( +export const IconYourTripsSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYourTripsSharpFilled as default } diff --git a/src/IconYoutubeActivityOutlined.tsx b/src/IconYoutubeActivityOutlined.tsx index a29e2345c..d2b1ba880 100644 --- a/src/IconYoutubeActivityOutlined.tsx +++ b/src/IconYoutubeActivityOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivityOutlined: React.FC = ({ ...props }) => ( +export const IconYoutubeActivityOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeActivityOutlined as default } diff --git a/src/IconYoutubeActivityOutlinedFilled.tsx b/src/IconYoutubeActivityOutlinedFilled.tsx index 820e67995..d9c78ea93 100644 --- a/src/IconYoutubeActivityOutlinedFilled.tsx +++ b/src/IconYoutubeActivityOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivityOutlinedFilled: React.FC = ({ +export const IconYoutubeActivityOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconYoutubeActivityOutlinedFilled: React.FC = ({ ) - -export { IconYoutubeActivityOutlinedFilled as default } diff --git a/src/IconYoutubeActivityRounded.tsx b/src/IconYoutubeActivityRounded.tsx index 9e252f775..5165264af 100644 --- a/src/IconYoutubeActivityRounded.tsx +++ b/src/IconYoutubeActivityRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivityRounded: React.FC = ({ ...props }) => ( +export const IconYoutubeActivityRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeActivityRounded as default } diff --git a/src/IconYoutubeActivityRoundedFilled.tsx b/src/IconYoutubeActivityRoundedFilled.tsx index a9d5d31f1..fa04013f4 100644 --- a/src/IconYoutubeActivityRoundedFilled.tsx +++ b/src/IconYoutubeActivityRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivityRoundedFilled: React.FC = ({ +export const IconYoutubeActivityRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconYoutubeActivityRoundedFilled: React.FC = ({ ) - -export { IconYoutubeActivityRoundedFilled as default } diff --git a/src/IconYoutubeActivitySharp.tsx b/src/IconYoutubeActivitySharp.tsx index 4adc0c178..1612414ed 100644 --- a/src/IconYoutubeActivitySharp.tsx +++ b/src/IconYoutubeActivitySharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivitySharp: React.FC = ({ ...props }) => ( +export const IconYoutubeActivitySharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconYoutubeActivitySharp as default } diff --git a/src/IconYoutubeActivitySharpFilled.tsx b/src/IconYoutubeActivitySharpFilled.tsx index 2ecb1adf1..cda9b5b98 100644 --- a/src/IconYoutubeActivitySharpFilled.tsx +++ b/src/IconYoutubeActivitySharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeActivitySharpFilled: React.FC = ({ ...props }) => ( +export const IconYoutubeActivitySharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeActivitySharpFilled as default } diff --git a/src/IconYoutubeSearchedForOutlined.tsx b/src/IconYoutubeSearchedForOutlined.tsx index f56374d5c..53a546c93 100644 --- a/src/IconYoutubeSearchedForOutlined.tsx +++ b/src/IconYoutubeSearchedForOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForOutlined: React.FC = ({ ...props }) => ( +export const IconYoutubeSearchedForOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeSearchedForOutlined as default } diff --git a/src/IconYoutubeSearchedForOutlinedFilled.tsx b/src/IconYoutubeSearchedForOutlinedFilled.tsx index 7fb1e0b60..8d9d1df31 100644 --- a/src/IconYoutubeSearchedForOutlinedFilled.tsx +++ b/src/IconYoutubeSearchedForOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForOutlinedFilled: React.FC = ({ +export const IconYoutubeSearchedForOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconYoutubeSearchedForOutlinedFilled: React.FC = ({ ) - -export { IconYoutubeSearchedForOutlinedFilled as default } diff --git a/src/IconYoutubeSearchedForRounded.tsx b/src/IconYoutubeSearchedForRounded.tsx index 4838c7167..9cf3808a0 100644 --- a/src/IconYoutubeSearchedForRounded.tsx +++ b/src/IconYoutubeSearchedForRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForRounded: React.FC = ({ ...props }) => ( +export const IconYoutubeSearchedForRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeSearchedForRounded as default } diff --git a/src/IconYoutubeSearchedForRoundedFilled.tsx b/src/IconYoutubeSearchedForRoundedFilled.tsx index b3d76b9ed..25894a722 100644 --- a/src/IconYoutubeSearchedForRoundedFilled.tsx +++ b/src/IconYoutubeSearchedForRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForRoundedFilled: React.FC = ({ +export const IconYoutubeSearchedForRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconYoutubeSearchedForRoundedFilled: React.FC = ({ ) - -export { IconYoutubeSearchedForRoundedFilled as default } diff --git a/src/IconYoutubeSearchedForSharp.tsx b/src/IconYoutubeSearchedForSharp.tsx index 635e1142d..12495bde9 100644 --- a/src/IconYoutubeSearchedForSharp.tsx +++ b/src/IconYoutubeSearchedForSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForSharp: React.FC = ({ ...props }) => ( +export const IconYoutubeSearchedForSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconYoutubeSearchedForSharp as default } diff --git a/src/IconYoutubeSearchedForSharpFilled.tsx b/src/IconYoutubeSearchedForSharpFilled.tsx index 6e2883749..f25e1dc19 100644 --- a/src/IconYoutubeSearchedForSharpFilled.tsx +++ b/src/IconYoutubeSearchedForSharpFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconYoutubeSearchedForSharpFilled: React.FC = ({ +export const IconYoutubeSearchedForSharpFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconYoutubeSearchedForSharpFilled: React.FC = ({ ) - -export { IconYoutubeSearchedForSharpFilled as default } diff --git a/src/IconZonePersonAlertOutlined.tsx b/src/IconZonePersonAlertOutlined.tsx index cb42ee65f..86621f66f 100644 --- a/src/IconZonePersonAlertOutlined.tsx +++ b/src/IconZonePersonAlertOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertOutlined: React.FC = ({ ...props }) => ( +export const IconZonePersonAlertOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonAlertOutlined as default } diff --git a/src/IconZonePersonAlertOutlinedFilled.tsx b/src/IconZonePersonAlertOutlinedFilled.tsx index 3660930c2..26a402998 100644 --- a/src/IconZonePersonAlertOutlinedFilled.tsx +++ b/src/IconZonePersonAlertOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertOutlinedFilled: React.FC = ({ +export const IconZonePersonAlertOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconZonePersonAlertOutlinedFilled: React.FC = ({ ) - -export { IconZonePersonAlertOutlinedFilled as default } diff --git a/src/IconZonePersonAlertRounded.tsx b/src/IconZonePersonAlertRounded.tsx index ac35b4ff8..7fd1d5f14 100644 --- a/src/IconZonePersonAlertRounded.tsx +++ b/src/IconZonePersonAlertRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertRounded: React.FC = ({ ...props }) => ( +export const IconZonePersonAlertRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonAlertRounded as default } diff --git a/src/IconZonePersonAlertRoundedFilled.tsx b/src/IconZonePersonAlertRoundedFilled.tsx index fabd5c777..69c7a2190 100644 --- a/src/IconZonePersonAlertRoundedFilled.tsx +++ b/src/IconZonePersonAlertRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertRoundedFilled: React.FC = ({ +export const IconZonePersonAlertRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconZonePersonAlertRoundedFilled: React.FC = ({ ) - -export { IconZonePersonAlertRoundedFilled as default } diff --git a/src/IconZonePersonAlertSharp.tsx b/src/IconZonePersonAlertSharp.tsx index a73230dd8..8ab438658 100644 --- a/src/IconZonePersonAlertSharp.tsx +++ b/src/IconZonePersonAlertSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertSharp: React.FC = ({ ...props }) => ( +export const IconZonePersonAlertSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZonePersonAlertSharp as default } diff --git a/src/IconZonePersonAlertSharpFilled.tsx b/src/IconZonePersonAlertSharpFilled.tsx index 561ae702a..a328cc54f 100644 --- a/src/IconZonePersonAlertSharpFilled.tsx +++ b/src/IconZonePersonAlertSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonAlertSharpFilled: React.FC = ({ ...props }) => ( +export const IconZonePersonAlertSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonAlertSharpFilled as default } diff --git a/src/IconZonePersonIdleOutlined.tsx b/src/IconZonePersonIdleOutlined.tsx index cc25dcc62..ebc0f9486 100644 --- a/src/IconZonePersonIdleOutlined.tsx +++ b/src/IconZonePersonIdleOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleOutlined: React.FC = ({ ...props }) => ( +export const IconZonePersonIdleOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonIdleOutlined as default } diff --git a/src/IconZonePersonIdleOutlinedFilled.tsx b/src/IconZonePersonIdleOutlinedFilled.tsx index 4241c9441..baa8defc8 100644 --- a/src/IconZonePersonIdleOutlinedFilled.tsx +++ b/src/IconZonePersonIdleOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleOutlinedFilled: React.FC = ({ +export const IconZonePersonIdleOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconZonePersonIdleOutlinedFilled: React.FC = ({ ) - -export { IconZonePersonIdleOutlinedFilled as default } diff --git a/src/IconZonePersonIdleRounded.tsx b/src/IconZonePersonIdleRounded.tsx index ad00d4708..240fae60e 100644 --- a/src/IconZonePersonIdleRounded.tsx +++ b/src/IconZonePersonIdleRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleRounded: React.FC = ({ ...props }) => ( +export const IconZonePersonIdleRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonIdleRounded as default } diff --git a/src/IconZonePersonIdleRoundedFilled.tsx b/src/IconZonePersonIdleRoundedFilled.tsx index 1bb9c9943..e8a314a9c 100644 --- a/src/IconZonePersonIdleRoundedFilled.tsx +++ b/src/IconZonePersonIdleRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleRoundedFilled: React.FC = ({ ...props }) => ( +export const IconZonePersonIdleRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonIdleRoundedFilled as default } diff --git a/src/IconZonePersonIdleSharp.tsx b/src/IconZonePersonIdleSharp.tsx index 4eb9e3b6e..7b69b8586 100644 --- a/src/IconZonePersonIdleSharp.tsx +++ b/src/IconZonePersonIdleSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleSharp: React.FC = ({ ...props }) => ( +export const IconZonePersonIdleSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZonePersonIdleSharp as default } diff --git a/src/IconZonePersonIdleSharpFilled.tsx b/src/IconZonePersonIdleSharpFilled.tsx index dea2913a1..4e1c93748 100644 --- a/src/IconZonePersonIdleSharpFilled.tsx +++ b/src/IconZonePersonIdleSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonIdleSharpFilled: React.FC = ({ ...props }) => ( +export const IconZonePersonIdleSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonIdleSharpFilled as default } diff --git a/src/IconZonePersonUrgentOutlined.tsx b/src/IconZonePersonUrgentOutlined.tsx index d1f6cf3b9..3df7f5ed5 100644 --- a/src/IconZonePersonUrgentOutlined.tsx +++ b/src/IconZonePersonUrgentOutlined.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentOutlined: React.FC = ({ ...props }) => ( +export const IconZonePersonUrgentOutlined: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonUrgentOutlined as default } diff --git a/src/IconZonePersonUrgentOutlinedFilled.tsx b/src/IconZonePersonUrgentOutlinedFilled.tsx index 08fa28cd1..9ac99ecbe 100644 --- a/src/IconZonePersonUrgentOutlinedFilled.tsx +++ b/src/IconZonePersonUrgentOutlinedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentOutlinedFilled: React.FC = ({ +export const IconZonePersonUrgentOutlinedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconZonePersonUrgentOutlinedFilled: React.FC = ({ ) - -export { IconZonePersonUrgentOutlinedFilled as default } diff --git a/src/IconZonePersonUrgentRounded.tsx b/src/IconZonePersonUrgentRounded.tsx index 699fc41eb..0a4706fec 100644 --- a/src/IconZonePersonUrgentRounded.tsx +++ b/src/IconZonePersonUrgentRounded.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentRounded: React.FC = ({ ...props }) => ( +export const IconZonePersonUrgentRounded: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonUrgentRounded as default } diff --git a/src/IconZonePersonUrgentRoundedFilled.tsx b/src/IconZonePersonUrgentRoundedFilled.tsx index 2396135de..113020332 100644 --- a/src/IconZonePersonUrgentRoundedFilled.tsx +++ b/src/IconZonePersonUrgentRoundedFilled.tsx @@ -1,7 +1,7 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentRoundedFilled: React.FC = ({ +export const IconZonePersonUrgentRoundedFilled: React.FC = ({ ...props }) => ( @@ -9,5 +9,3 @@ const IconZonePersonUrgentRoundedFilled: React.FC = ({ ) - -export { IconZonePersonUrgentRoundedFilled as default } diff --git a/src/IconZonePersonUrgentSharp.tsx b/src/IconZonePersonUrgentSharp.tsx index 5dfe1b298..044450dfc 100644 --- a/src/IconZonePersonUrgentSharp.tsx +++ b/src/IconZonePersonUrgentSharp.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentSharp: React.FC = ({ ...props }) => ( +export const IconZonePersonUrgentSharp: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonUrgentSharp as default } diff --git a/src/IconZonePersonUrgentSharpFilled.tsx b/src/IconZonePersonUrgentSharpFilled.tsx index 89574dc31..a615b9f11 100644 --- a/src/IconZonePersonUrgentSharpFilled.tsx +++ b/src/IconZonePersonUrgentSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZonePersonUrgentSharpFilled: React.FC = ({ ...props }) => ( +export const IconZonePersonUrgentSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZonePersonUrgentSharpFilled as default } diff --git a/src/IconZoomInMapOutlined.tsx b/src/IconZoomInMapOutlined.tsx index 170267767..7c13381e6 100644 --- a/src/IconZoomInMapOutlined.tsx +++ b/src/IconZoomInMapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapOutlined: React.FC = ({ ...props }) => ( +export const IconZoomInMapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInMapOutlined as default } diff --git a/src/IconZoomInMapOutlinedFilled.tsx b/src/IconZoomInMapOutlinedFilled.tsx index 1d69ff96e..ac80c995f 100644 --- a/src/IconZoomInMapOutlinedFilled.tsx +++ b/src/IconZoomInMapOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconZoomInMapOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomInMapOutlinedFilled as default } diff --git a/src/IconZoomInMapRounded.tsx b/src/IconZoomInMapRounded.tsx index eb3b0cd90..5e850035c 100644 --- a/src/IconZoomInMapRounded.tsx +++ b/src/IconZoomInMapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapRounded: React.FC = ({ ...props }) => ( +export const IconZoomInMapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInMapRounded as default } diff --git a/src/IconZoomInMapRoundedFilled.tsx b/src/IconZoomInMapRoundedFilled.tsx index d90c3e281..72a6fddc6 100644 --- a/src/IconZoomInMapRoundedFilled.tsx +++ b/src/IconZoomInMapRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconZoomInMapRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomInMapRoundedFilled as default } diff --git a/src/IconZoomInMapSharp.tsx b/src/IconZoomInMapSharp.tsx index db19eef9d..d9625d139 100644 --- a/src/IconZoomInMapSharp.tsx +++ b/src/IconZoomInMapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapSharp: React.FC = ({ ...props }) => ( +export const IconZoomInMapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInMapSharp as default } diff --git a/src/IconZoomInMapSharpFilled.tsx b/src/IconZoomInMapSharpFilled.tsx index ff0cc34f9..a7eef7dfb 100644 --- a/src/IconZoomInMapSharpFilled.tsx +++ b/src/IconZoomInMapSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInMapSharpFilled: React.FC = ({ ...props }) => ( +export const IconZoomInMapSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInMapSharpFilled as default } diff --git a/src/IconZoomInOutlined.tsx b/src/IconZoomInOutlined.tsx index 02b6e6ba1..0477da809 100644 --- a/src/IconZoomInOutlined.tsx +++ b/src/IconZoomInOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInOutlined: React.FC = ({ ...props }) => ( +export const IconZoomInOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInOutlined as default } diff --git a/src/IconZoomInOutlinedFilled.tsx b/src/IconZoomInOutlinedFilled.tsx index 6aec42cf9..75ad8205a 100644 --- a/src/IconZoomInOutlinedFilled.tsx +++ b/src/IconZoomInOutlinedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconZoomInOutlinedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInOutlinedFilled as default } diff --git a/src/IconZoomInRounded.tsx b/src/IconZoomInRounded.tsx index 1e78fb679..713eabec1 100644 --- a/src/IconZoomInRounded.tsx +++ b/src/IconZoomInRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInRounded: React.FC = ({ ...props }) => ( +export const IconZoomInRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInRounded as default } diff --git a/src/IconZoomInRoundedFilled.tsx b/src/IconZoomInRoundedFilled.tsx index 989b5cb3d..71c518fd8 100644 --- a/src/IconZoomInRoundedFilled.tsx +++ b/src/IconZoomInRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInRoundedFilled: React.FC = ({ ...props }) => ( +export const IconZoomInRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInRoundedFilled as default } diff --git a/src/IconZoomInSharp.tsx b/src/IconZoomInSharp.tsx index d4b330e22..eb11ecd76 100644 --- a/src/IconZoomInSharp.tsx +++ b/src/IconZoomInSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInSharp: React.FC = ({ ...props }) => ( +export const IconZoomInSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInSharp as default } diff --git a/src/IconZoomInSharpFilled.tsx b/src/IconZoomInSharpFilled.tsx index 2d5e2a723..9bd24595f 100644 --- a/src/IconZoomInSharpFilled.tsx +++ b/src/IconZoomInSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomInSharpFilled: React.FC = ({ ...props }) => ( +export const IconZoomInSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomInSharpFilled as default } diff --git a/src/IconZoomOutMapOutlined.tsx b/src/IconZoomOutMapOutlined.tsx index 76c303e4b..159b41e9c 100644 --- a/src/IconZoomOutMapOutlined.tsx +++ b/src/IconZoomOutMapOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapOutlined: React.FC = ({ ...props }) => ( +export const IconZoomOutMapOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapOutlined as default } diff --git a/src/IconZoomOutMapOutlinedFilled.tsx b/src/IconZoomOutMapOutlinedFilled.tsx index 488bf37c4..5d1921dbb 100644 --- a/src/IconZoomOutMapOutlinedFilled.tsx +++ b/src/IconZoomOutMapOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutMapOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapOutlinedFilled as default } diff --git a/src/IconZoomOutMapRounded.tsx b/src/IconZoomOutMapRounded.tsx index 6a255bcf6..092b60f62 100644 --- a/src/IconZoomOutMapRounded.tsx +++ b/src/IconZoomOutMapRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapRounded: React.FC = ({ ...props }) => ( +export const IconZoomOutMapRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapRounded as default } diff --git a/src/IconZoomOutMapRoundedFilled.tsx b/src/IconZoomOutMapRoundedFilled.tsx index 0033e72f1..19e21838f 100644 --- a/src/IconZoomOutMapRoundedFilled.tsx +++ b/src/IconZoomOutMapRoundedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapRoundedFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutMapRoundedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapRoundedFilled as default } diff --git a/src/IconZoomOutMapSharp.tsx b/src/IconZoomOutMapSharp.tsx index fcc192fca..d5291c053 100644 --- a/src/IconZoomOutMapSharp.tsx +++ b/src/IconZoomOutMapSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapSharp: React.FC = ({ ...props }) => ( +export const IconZoomOutMapSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapSharp as default } diff --git a/src/IconZoomOutMapSharpFilled.tsx b/src/IconZoomOutMapSharpFilled.tsx index 4522d036c..c75613992 100644 --- a/src/IconZoomOutMapSharpFilled.tsx +++ b/src/IconZoomOutMapSharpFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutMapSharpFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutMapSharpFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomOutMapSharpFilled as default } diff --git a/src/IconZoomOutOutlined.tsx b/src/IconZoomOutOutlined.tsx index 899535285..1c409b6b0 100644 --- a/src/IconZoomOutOutlined.tsx +++ b/src/IconZoomOutOutlined.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutOutlined: React.FC = ({ ...props }) => ( +export const IconZoomOutOutlined: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutOutlined as default } diff --git a/src/IconZoomOutOutlinedFilled.tsx b/src/IconZoomOutOutlinedFilled.tsx index 3072b3306..105fe6d91 100644 --- a/src/IconZoomOutOutlinedFilled.tsx +++ b/src/IconZoomOutOutlinedFilled.tsx @@ -1,11 +1,11 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutOutlinedFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutOutlinedFilled: React.FC = ({ + ...props +}) => ( {props.title && {props.title}} ) - -export { IconZoomOutOutlinedFilled as default } diff --git a/src/IconZoomOutRounded.tsx b/src/IconZoomOutRounded.tsx index f24f91e51..6b14a89ba 100644 --- a/src/IconZoomOutRounded.tsx +++ b/src/IconZoomOutRounded.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutRounded: React.FC = ({ ...props }) => ( +export const IconZoomOutRounded: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutRounded as default } diff --git a/src/IconZoomOutRoundedFilled.tsx b/src/IconZoomOutRoundedFilled.tsx index b691879f5..5e1138087 100644 --- a/src/IconZoomOutRoundedFilled.tsx +++ b/src/IconZoomOutRoundedFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutRoundedFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutRoundedFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutRoundedFilled as default } diff --git a/src/IconZoomOutSharp.tsx b/src/IconZoomOutSharp.tsx index 707bf4522..9f95771f4 100644 --- a/src/IconZoomOutSharp.tsx +++ b/src/IconZoomOutSharp.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutSharp: React.FC = ({ ...props }) => ( +export const IconZoomOutSharp: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutSharp as default } diff --git a/src/IconZoomOutSharpFilled.tsx b/src/IconZoomOutSharpFilled.tsx index 3d173931c..d5fe022c2 100644 --- a/src/IconZoomOutSharpFilled.tsx +++ b/src/IconZoomOutSharpFilled.tsx @@ -1,11 +1,9 @@ import React from 'react' import { IconProps } from './types' -const IconZoomOutSharpFilled: React.FC = ({ ...props }) => ( +export const IconZoomOutSharpFilled: React.FC = ({ ...props }) => ( {props.title && {props.title}} ) - -export { IconZoomOutSharpFilled as default } diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 000000000..cafb536b9 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,20394 @@ +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' From d8067cc54fc013db623f2cab496886200c56bddc Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Thu, 3 Oct 2024 12:20:48 +0200 Subject: [PATCH 3/5] mark package as having no side effects --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a0419c114..1c6e063e7 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "npm": ">=8", "node": ">=16" }, + "sideEffects": false, "scripts": { "build": "tsc", "clear": "rm -rf src/*", From 206decf92201e86b642c9eac8e25db39d18de593 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Thu, 3 Oct 2024 14:51:47 +0200 Subject: [PATCH 4/5] migrate to esm module --- generator.js | 18 +++++++++--------- package.json | 1 + tsconfig.json | 8 ++++---- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/generator.js b/generator.js index 5d8987218..e196d0cfa 100644 --- a/generator.js +++ b/generator.js @@ -1,6 +1,6 @@ -const fs = require('fs') -const path = require('path') -const axios = require('axios') +import fs from 'fs' +import path from 'path' +import axios from 'axios' const GOOGLE_FONTS_URL = 'https://fonts.google.com/metadata/icons?key=material_symbols&incomplete=true' @@ -42,17 +42,17 @@ function generatePropsFile() { } ` - fs.writeFileSync(path.join(__dirname, 'src', 'types.ts'), typesFile) + fs.writeFileSync(path.join('src', 'types.ts'), typesFile) } function generateIndexFile() { - return fs.writeFileSync(path.join(__dirname, 'src', 'index.ts'), '') + return fs.writeFileSync(path.join('src', 'index.ts'), '') } function appendToIndexFile(iconName) { return fs.appendFileSync( - path.join(__dirname, 'src', 'index.ts'), - `export * from './${iconName}'\n`, + path.join('src', 'index.ts'), + `export * from './${iconName}.js'\n`, ) } @@ -76,7 +76,7 @@ async function generateComponent(icon, family, filled = false) { console.log(`Downloading ${name}`) await fs.writeFileSync( - path.join(__dirname, 'src', `${name}.tsx`), + path.join('src', `${name}.tsx`), mapSVGToTemplate(name, svg), ) @@ -123,7 +123,7 @@ async function downloadSVG(icon, familyId, filled) { function mapSVGToTemplate(name, svg) { return ` import React from 'react' - import { IconProps } from './types' + import { IconProps } from './types.js' export const ${name}: React.FC = ({ ...props }) => ( ${svg} diff --git a/package.json b/package.json index 1c6e063e7..8369d1e19 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "publishConfig": { "access": "public" }, + "type": "module", "main": "dist/index.js", "files": [ "readme.md", diff --git a/tsconfig.json b/tsconfig.json index 0ced7aced..60a842594 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { - "module": "CommonJS", - "target": "ES5", + "module": "NodeNext", + "moduleResolution": "NodeNext", + "target": "ES2022", "jsx": "react", - "moduleResolution": "Node", "esModuleInterop": true, "outDir": "./dist", "declaration": true, @@ -11,5 +11,5 @@ "sourceMap": false }, "include": ["src"], - "exclude": ["node_modules", "**/__test__/*", "**/__tests__/*"] + "exclude": ["node_modules"] } From f7f917e0d0779934c4b16f2eaeff60b0e59f3010 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Thu, 3 Oct 2024 14:53:07 +0200 Subject: [PATCH 5/5] update all icons for type module --- src/Icon10kOutlined.tsx | 2 +- src/Icon10kOutlinedFilled.tsx | 2 +- src/Icon10kRounded.tsx | 2 +- src/Icon10kRoundedFilled.tsx | 2 +- src/Icon10kSharp.tsx | 2 +- src/Icon10kSharpFilled.tsx | 2 +- src/Icon10mpOutlined.tsx | 2 +- src/Icon10mpOutlinedFilled.tsx | 2 +- src/Icon10mpRounded.tsx | 2 +- src/Icon10mpRoundedFilled.tsx | 2 +- src/Icon10mpSharp.tsx | 2 +- src/Icon10mpSharpFilled.tsx | 2 +- src/Icon11mpOutlined.tsx | 2 +- src/Icon11mpOutlinedFilled.tsx | 2 +- src/Icon11mpRounded.tsx | 2 +- src/Icon11mpRoundedFilled.tsx | 2 +- src/Icon11mpSharp.tsx | 2 +- src/Icon11mpSharpFilled.tsx | 2 +- src/Icon123Outlined.tsx | 2 +- src/Icon123OutlinedFilled.tsx | 2 +- src/Icon123Rounded.tsx | 2 +- src/Icon123RoundedFilled.tsx | 2 +- src/Icon123Sharp.tsx | 2 +- src/Icon123SharpFilled.tsx | 2 +- src/Icon12mpOutlined.tsx | 2 +- src/Icon12mpOutlinedFilled.tsx | 2 +- src/Icon12mpRounded.tsx | 2 +- src/Icon12mpRoundedFilled.tsx | 2 +- src/Icon12mpSharp.tsx | 2 +- src/Icon12mpSharpFilled.tsx | 2 +- src/Icon13mpOutlined.tsx | 2 +- src/Icon13mpOutlinedFilled.tsx | 2 +- src/Icon13mpRounded.tsx | 2 +- src/Icon13mpRoundedFilled.tsx | 2 +- src/Icon13mpSharp.tsx | 2 +- src/Icon13mpSharpFilled.tsx | 2 +- src/Icon14mpOutlined.tsx | 2 +- src/Icon14mpOutlinedFilled.tsx | 2 +- src/Icon14mpRounded.tsx | 2 +- src/Icon14mpRoundedFilled.tsx | 2 +- src/Icon14mpSharp.tsx | 2 +- src/Icon14mpSharpFilled.tsx | 2 +- src/Icon15mpOutlined.tsx | 2 +- src/Icon15mpOutlinedFilled.tsx | 2 +- src/Icon15mpRounded.tsx | 2 +- src/Icon15mpRoundedFilled.tsx | 2 +- src/Icon15mpSharp.tsx | 2 +- src/Icon15mpSharpFilled.tsx | 2 +- src/Icon16mpOutlined.tsx | 2 +- src/Icon16mpOutlinedFilled.tsx | 2 +- src/Icon16mpRounded.tsx | 2 +- src/Icon16mpRoundedFilled.tsx | 2 +- src/Icon16mpSharp.tsx | 2 +- src/Icon16mpSharpFilled.tsx | 2 +- src/Icon17mpOutlined.tsx | 2 +- src/Icon17mpOutlinedFilled.tsx | 2 +- src/Icon17mpRounded.tsx | 2 +- src/Icon17mpRoundedFilled.tsx | 2 +- src/Icon17mpSharp.tsx | 2 +- src/Icon17mpSharpFilled.tsx | 2 +- src/Icon18UpRatingOutlined.tsx | 2 +- src/Icon18UpRatingOutlinedFilled.tsx | 2 +- src/Icon18UpRatingRounded.tsx | 2 +- src/Icon18UpRatingRoundedFilled.tsx | 2 +- src/Icon18UpRatingSharp.tsx | 2 +- src/Icon18UpRatingSharpFilled.tsx | 2 +- src/Icon18mpOutlined.tsx | 2 +- src/Icon18mpOutlinedFilled.tsx | 2 +- src/Icon18mpRounded.tsx | 2 +- src/Icon18mpRoundedFilled.tsx | 2 +- src/Icon18mpSharp.tsx | 2 +- src/Icon18mpSharpFilled.tsx | 2 +- src/Icon19mpOutlined.tsx | 2 +- src/Icon19mpOutlinedFilled.tsx | 2 +- src/Icon19mpRounded.tsx | 2 +- src/Icon19mpRoundedFilled.tsx | 2 +- src/Icon19mpSharp.tsx | 2 +- src/Icon19mpSharpFilled.tsx | 2 +- src/Icon1kOutlined.tsx | 2 +- src/Icon1kOutlinedFilled.tsx | 2 +- src/Icon1kPlusOutlined.tsx | 2 +- src/Icon1kPlusOutlinedFilled.tsx | 2 +- src/Icon1kPlusRounded.tsx | 2 +- src/Icon1kPlusRoundedFilled.tsx | 2 +- src/Icon1kPlusSharp.tsx | 2 +- src/Icon1kPlusSharpFilled.tsx | 2 +- src/Icon1kRounded.tsx | 2 +- src/Icon1kRoundedFilled.tsx | 2 +- src/Icon1kSharp.tsx | 2 +- src/Icon1kSharpFilled.tsx | 2 +- src/Icon1xMobiledataBadgeOutlined.tsx | 2 +- src/Icon1xMobiledataBadgeOutlinedFilled.tsx | 2 +- src/Icon1xMobiledataBadgeRounded.tsx | 2 +- src/Icon1xMobiledataBadgeRoundedFilled.tsx | 2 +- src/Icon1xMobiledataBadgeSharp.tsx | 2 +- src/Icon1xMobiledataBadgeSharpFilled.tsx | 2 +- src/Icon1xMobiledataOutlined.tsx | 2 +- src/Icon1xMobiledataOutlinedFilled.tsx | 2 +- src/Icon1xMobiledataRounded.tsx | 2 +- src/Icon1xMobiledataRoundedFilled.tsx | 2 +- src/Icon1xMobiledataSharp.tsx | 2 +- src/Icon1xMobiledataSharpFilled.tsx | 2 +- src/Icon20mpOutlined.tsx | 2 +- src/Icon20mpOutlinedFilled.tsx | 2 +- src/Icon20mpRounded.tsx | 2 +- src/Icon20mpRoundedFilled.tsx | 2 +- src/Icon20mpSharp.tsx | 2 +- src/Icon20mpSharpFilled.tsx | 2 +- src/Icon21mpOutlined.tsx | 2 +- src/Icon21mpOutlinedFilled.tsx | 2 +- src/Icon21mpRounded.tsx | 2 +- src/Icon21mpRoundedFilled.tsx | 2 +- src/Icon21mpSharp.tsx | 2 +- src/Icon21mpSharpFilled.tsx | 2 +- src/Icon22mpOutlined.tsx | 2 +- src/Icon22mpOutlinedFilled.tsx | 2 +- src/Icon22mpRounded.tsx | 2 +- src/Icon22mpRoundedFilled.tsx | 2 +- src/Icon22mpSharp.tsx | 2 +- src/Icon22mpSharpFilled.tsx | 2 +- src/Icon23mpOutlined.tsx | 2 +- src/Icon23mpOutlinedFilled.tsx | 2 +- src/Icon23mpRounded.tsx | 2 +- src/Icon23mpRoundedFilled.tsx | 2 +- src/Icon23mpSharp.tsx | 2 +- src/Icon23mpSharpFilled.tsx | 2 +- src/Icon24fpsSelectOutlined.tsx | 2 +- src/Icon24fpsSelectOutlinedFilled.tsx | 2 +- src/Icon24fpsSelectRounded.tsx | 2 +- src/Icon24fpsSelectRoundedFilled.tsx | 2 +- src/Icon24fpsSelectSharp.tsx | 2 +- src/Icon24fpsSelectSharpFilled.tsx | 2 +- src/Icon24mpOutlined.tsx | 2 +- src/Icon24mpOutlinedFilled.tsx | 2 +- src/Icon24mpRounded.tsx | 2 +- src/Icon24mpRoundedFilled.tsx | 2 +- src/Icon24mpSharp.tsx | 2 +- src/Icon24mpSharpFilled.tsx | 2 +- src/Icon2dOutlined.tsx | 2 +- src/Icon2dOutlinedFilled.tsx | 2 +- src/Icon2dRounded.tsx | 2 +- src/Icon2dRoundedFilled.tsx | 2 +- src/Icon2dSharp.tsx | 2 +- src/Icon2dSharpFilled.tsx | 2 +- src/Icon2kOutlined.tsx | 2 +- src/Icon2kOutlinedFilled.tsx | 2 +- src/Icon2kPlusOutlined.tsx | 2 +- src/Icon2kPlusOutlinedFilled.tsx | 2 +- src/Icon2kPlusRounded.tsx | 2 +- src/Icon2kPlusRoundedFilled.tsx | 2 +- src/Icon2kPlusSharp.tsx | 2 +- src/Icon2kPlusSharpFilled.tsx | 2 +- src/Icon2kRounded.tsx | 2 +- src/Icon2kRoundedFilled.tsx | 2 +- src/Icon2kSharp.tsx | 2 +- src/Icon2kSharpFilled.tsx | 2 +- src/Icon2mpOutlined.tsx | 2 +- src/Icon2mpOutlinedFilled.tsx | 2 +- src/Icon2mpRounded.tsx | 2 +- src/Icon2mpRoundedFilled.tsx | 2 +- src/Icon2mpSharp.tsx | 2 +- src/Icon2mpSharpFilled.tsx | 2 +- src/Icon30fpsOutlined.tsx | 2 +- src/Icon30fpsOutlinedFilled.tsx | 2 +- src/Icon30fpsRounded.tsx | 2 +- src/Icon30fpsRoundedFilled.tsx | 2 +- src/Icon30fpsSelectOutlined.tsx | 2 +- src/Icon30fpsSelectOutlinedFilled.tsx | 2 +- src/Icon30fpsSelectRounded.tsx | 2 +- src/Icon30fpsSelectRoundedFilled.tsx | 2 +- src/Icon30fpsSelectSharp.tsx | 2 +- src/Icon30fpsSelectSharpFilled.tsx | 2 +- src/Icon30fpsSharp.tsx | 2 +- src/Icon30fpsSharpFilled.tsx | 2 +- src/Icon360Outlined.tsx | 2 +- src/Icon360OutlinedFilled.tsx | 2 +- src/Icon360Rounded.tsx | 2 +- src/Icon360RoundedFilled.tsx | 2 +- src/Icon360Sharp.tsx | 2 +- src/Icon360SharpFilled.tsx | 2 +- src/Icon3dRotationOutlined.tsx | 2 +- src/Icon3dRotationOutlinedFilled.tsx | 2 +- src/Icon3dRotationRounded.tsx | 2 +- src/Icon3dRotationRoundedFilled.tsx | 2 +- src/Icon3dRotationSharp.tsx | 2 +- src/Icon3dRotationSharpFilled.tsx | 2 +- src/Icon3gMobiledataBadgeOutlined.tsx | 2 +- src/Icon3gMobiledataBadgeOutlinedFilled.tsx | 2 +- src/Icon3gMobiledataBadgeRounded.tsx | 2 +- src/Icon3gMobiledataBadgeRoundedFilled.tsx | 2 +- src/Icon3gMobiledataBadgeSharp.tsx | 2 +- src/Icon3gMobiledataBadgeSharpFilled.tsx | 2 +- src/Icon3gMobiledataOutlined.tsx | 2 +- src/Icon3gMobiledataOutlinedFilled.tsx | 2 +- src/Icon3gMobiledataRounded.tsx | 2 +- src/Icon3gMobiledataRoundedFilled.tsx | 2 +- src/Icon3gMobiledataSharp.tsx | 2 +- src/Icon3gMobiledataSharpFilled.tsx | 2 +- src/Icon3kOutlined.tsx | 2 +- src/Icon3kOutlinedFilled.tsx | 2 +- src/Icon3kPlusOutlined.tsx | 2 +- src/Icon3kPlusOutlinedFilled.tsx | 2 +- src/Icon3kPlusRounded.tsx | 2 +- src/Icon3kPlusRoundedFilled.tsx | 2 +- src/Icon3kPlusSharp.tsx | 2 +- src/Icon3kPlusSharpFilled.tsx | 2 +- src/Icon3kRounded.tsx | 2 +- src/Icon3kRoundedFilled.tsx | 2 +- src/Icon3kSharp.tsx | 2 +- src/Icon3kSharpFilled.tsx | 2 +- src/Icon3mpOutlined.tsx | 2 +- src/Icon3mpOutlinedFilled.tsx | 2 +- src/Icon3mpRounded.tsx | 2 +- src/Icon3mpRoundedFilled.tsx | 2 +- src/Icon3mpSharp.tsx | 2 +- src/Icon3mpSharpFilled.tsx | 2 +- src/Icon3pOutlined.tsx | 2 +- src/Icon3pOutlinedFilled.tsx | 2 +- src/Icon3pRounded.tsx | 2 +- src/Icon3pRoundedFilled.tsx | 2 +- src/Icon3pSharp.tsx | 2 +- src/Icon3pSharpFilled.tsx | 2 +- src/Icon4gMobiledataBadgeOutlined.tsx | 2 +- src/Icon4gMobiledataBadgeOutlinedFilled.tsx | 2 +- src/Icon4gMobiledataBadgeRounded.tsx | 2 +- src/Icon4gMobiledataBadgeRoundedFilled.tsx | 2 +- src/Icon4gMobiledataBadgeSharp.tsx | 2 +- src/Icon4gMobiledataBadgeSharpFilled.tsx | 2 +- src/Icon4gMobiledataOutlined.tsx | 2 +- src/Icon4gMobiledataOutlinedFilled.tsx | 2 +- src/Icon4gMobiledataRounded.tsx | 2 +- src/Icon4gMobiledataRoundedFilled.tsx | 2 +- src/Icon4gMobiledataSharp.tsx | 2 +- src/Icon4gMobiledataSharpFilled.tsx | 2 +- src/Icon4gPlusMobiledataOutlined.tsx | 2 +- src/Icon4gPlusMobiledataOutlinedFilled.tsx | 2 +- src/Icon4gPlusMobiledataRounded.tsx | 2 +- src/Icon4gPlusMobiledataRoundedFilled.tsx | 2 +- src/Icon4gPlusMobiledataSharp.tsx | 2 +- src/Icon4gPlusMobiledataSharpFilled.tsx | 2 +- src/Icon4kOutlined.tsx | 2 +- src/Icon4kOutlinedFilled.tsx | 2 +- src/Icon4kPlusOutlined.tsx | 2 +- src/Icon4kPlusOutlinedFilled.tsx | 2 +- src/Icon4kPlusRounded.tsx | 2 +- src/Icon4kPlusRoundedFilled.tsx | 2 +- src/Icon4kPlusSharp.tsx | 2 +- src/Icon4kPlusSharpFilled.tsx | 2 +- src/Icon4kRounded.tsx | 2 +- src/Icon4kRoundedFilled.tsx | 2 +- src/Icon4kSharp.tsx | 2 +- src/Icon4kSharpFilled.tsx | 2 +- src/Icon4mpOutlined.tsx | 2 +- src/Icon4mpOutlinedFilled.tsx | 2 +- src/Icon4mpRounded.tsx | 2 +- src/Icon4mpRoundedFilled.tsx | 2 +- src/Icon4mpSharp.tsx | 2 +- src/Icon4mpSharpFilled.tsx | 2 +- src/Icon50mpOutlined.tsx | 2 +- src/Icon50mpOutlinedFilled.tsx | 2 +- src/Icon50mpRounded.tsx | 2 +- src/Icon50mpRoundedFilled.tsx | 2 +- src/Icon50mpSharp.tsx | 2 +- src/Icon50mpSharpFilled.tsx | 2 +- src/Icon5gMobiledataBadgeOutlined.tsx | 2 +- src/Icon5gMobiledataBadgeOutlinedFilled.tsx | 2 +- src/Icon5gMobiledataBadgeRounded.tsx | 2 +- src/Icon5gMobiledataBadgeRoundedFilled.tsx | 2 +- src/Icon5gMobiledataBadgeSharp.tsx | 2 +- src/Icon5gMobiledataBadgeSharpFilled.tsx | 2 +- src/Icon5gOutlined.tsx | 2 +- src/Icon5gOutlinedFilled.tsx | 2 +- src/Icon5gRounded.tsx | 2 +- src/Icon5gRoundedFilled.tsx | 2 +- src/Icon5gSharp.tsx | 2 +- src/Icon5gSharpFilled.tsx | 2 +- src/Icon5kOutlined.tsx | 2 +- src/Icon5kOutlinedFilled.tsx | 2 +- src/Icon5kPlusOutlined.tsx | 2 +- src/Icon5kPlusOutlinedFilled.tsx | 2 +- src/Icon5kPlusRounded.tsx | 2 +- src/Icon5kPlusRoundedFilled.tsx | 2 +- src/Icon5kPlusSharp.tsx | 2 +- src/Icon5kPlusSharpFilled.tsx | 2 +- src/Icon5kRounded.tsx | 2 +- src/Icon5kRoundedFilled.tsx | 2 +- src/Icon5kSharp.tsx | 2 +- src/Icon5kSharpFilled.tsx | 2 +- src/Icon5mpOutlined.tsx | 2 +- src/Icon5mpOutlinedFilled.tsx | 2 +- src/Icon5mpRounded.tsx | 2 +- src/Icon5mpRoundedFilled.tsx | 2 +- src/Icon5mpSharp.tsx | 2 +- src/Icon5mpSharpFilled.tsx | 2 +- src/Icon60fpsOutlined.tsx | 2 +- src/Icon60fpsOutlinedFilled.tsx | 2 +- src/Icon60fpsRounded.tsx | 2 +- src/Icon60fpsRoundedFilled.tsx | 2 +- src/Icon60fpsSelectOutlined.tsx | 2 +- src/Icon60fpsSelectOutlinedFilled.tsx | 2 +- src/Icon60fpsSelectRounded.tsx | 2 +- src/Icon60fpsSelectRoundedFilled.tsx | 2 +- src/Icon60fpsSelectSharp.tsx | 2 +- src/Icon60fpsSelectSharpFilled.tsx | 2 +- src/Icon60fpsSharp.tsx | 2 +- src/Icon60fpsSharpFilled.tsx | 2 +- src/Icon6FtApartOutlined.tsx | 2 +- src/Icon6FtApartOutlinedFilled.tsx | 2 +- src/Icon6FtApartRounded.tsx | 2 +- src/Icon6FtApartRoundedFilled.tsx | 2 +- src/Icon6FtApartSharp.tsx | 2 +- src/Icon6FtApartSharpFilled.tsx | 2 +- src/Icon6kOutlined.tsx | 2 +- src/Icon6kOutlinedFilled.tsx | 2 +- src/Icon6kPlusOutlined.tsx | 2 +- src/Icon6kPlusOutlinedFilled.tsx | 2 +- src/Icon6kPlusRounded.tsx | 2 +- src/Icon6kPlusRoundedFilled.tsx | 2 +- src/Icon6kPlusSharp.tsx | 2 +- src/Icon6kPlusSharpFilled.tsx | 2 +- src/Icon6kRounded.tsx | 2 +- src/Icon6kRoundedFilled.tsx | 2 +- src/Icon6kSharp.tsx | 2 +- src/Icon6kSharpFilled.tsx | 2 +- src/Icon6mpOutlined.tsx | 2 +- src/Icon6mpOutlinedFilled.tsx | 2 +- src/Icon6mpRounded.tsx | 2 +- src/Icon6mpRoundedFilled.tsx | 2 +- src/Icon6mpSharp.tsx | 2 +- src/Icon6mpSharpFilled.tsx | 2 +- src/Icon7kOutlined.tsx | 2 +- src/Icon7kOutlinedFilled.tsx | 2 +- src/Icon7kPlusOutlined.tsx | 2 +- src/Icon7kPlusOutlinedFilled.tsx | 2 +- src/Icon7kPlusRounded.tsx | 2 +- src/Icon7kPlusRoundedFilled.tsx | 2 +- src/Icon7kPlusSharp.tsx | 2 +- src/Icon7kPlusSharpFilled.tsx | 2 +- src/Icon7kRounded.tsx | 2 +- src/Icon7kRoundedFilled.tsx | 2 +- src/Icon7kSharp.tsx | 2 +- src/Icon7kSharpFilled.tsx | 2 +- src/Icon7mpOutlined.tsx | 2 +- src/Icon7mpOutlinedFilled.tsx | 2 +- src/Icon7mpRounded.tsx | 2 +- src/Icon7mpRoundedFilled.tsx | 2 +- src/Icon7mpSharp.tsx | 2 +- src/Icon7mpSharpFilled.tsx | 2 +- src/Icon8kOutlined.tsx | 2 +- src/Icon8kOutlinedFilled.tsx | 2 +- src/Icon8kPlusOutlined.tsx | 2 +- src/Icon8kPlusOutlinedFilled.tsx | 2 +- src/Icon8kPlusRounded.tsx | 2 +- src/Icon8kPlusRoundedFilled.tsx | 2 +- src/Icon8kPlusSharp.tsx | 2 +- src/Icon8kPlusSharpFilled.tsx | 2 +- src/Icon8kRounded.tsx | 2 +- src/Icon8kRoundedFilled.tsx | 2 +- src/Icon8kSharp.tsx | 2 +- src/Icon8kSharpFilled.tsx | 2 +- src/Icon8mpOutlined.tsx | 2 +- src/Icon8mpOutlinedFilled.tsx | 2 +- src/Icon8mpRounded.tsx | 2 +- src/Icon8mpRoundedFilled.tsx | 2 +- src/Icon8mpSharp.tsx | 2 +- src/Icon8mpSharpFilled.tsx | 2 +- src/Icon9kOutlined.tsx | 2 +- src/Icon9kOutlinedFilled.tsx | 2 +- src/Icon9kPlusOutlined.tsx | 2 +- src/Icon9kPlusOutlinedFilled.tsx | 2 +- src/Icon9kPlusRounded.tsx | 2 +- src/Icon9kPlusRoundedFilled.tsx | 2 +- src/Icon9kPlusSharp.tsx | 2 +- src/Icon9kPlusSharpFilled.tsx | 2 +- src/Icon9kRounded.tsx | 2 +- src/Icon9kRoundedFilled.tsx | 2 +- src/Icon9kSharp.tsx | 2 +- src/Icon9kSharpFilled.tsx | 2 +- src/Icon9mpOutlined.tsx | 2 +- src/Icon9mpOutlinedFilled.tsx | 2 +- src/Icon9mpRounded.tsx | 2 +- src/Icon9mpRoundedFilled.tsx | 2 +- src/Icon9mpSharp.tsx | 2 +- src/Icon9mpSharpFilled.tsx | 2 +- src/IconAbcOutlined.tsx | 2 +- src/IconAbcOutlinedFilled.tsx | 2 +- src/IconAbcRounded.tsx | 2 +- src/IconAbcRoundedFilled.tsx | 2 +- src/IconAbcSharp.tsx | 2 +- src/IconAbcSharpFilled.tsx | 2 +- src/IconAcUnitOutlined.tsx | 2 +- src/IconAcUnitOutlinedFilled.tsx | 2 +- src/IconAcUnitRounded.tsx | 2 +- src/IconAcUnitRoundedFilled.tsx | 2 +- src/IconAcUnitSharp.tsx | 2 +- src/IconAcUnitSharpFilled.tsx | 2 +- src/IconAccessibilityNewOutlined.tsx | 2 +- src/IconAccessibilityNewOutlinedFilled.tsx | 2 +- src/IconAccessibilityNewRounded.tsx | 2 +- src/IconAccessibilityNewRoundedFilled.tsx | 2 +- src/IconAccessibilityNewSharp.tsx | 2 +- src/IconAccessibilityNewSharpFilled.tsx | 2 +- src/IconAccessibilityOutlined.tsx | 2 +- src/IconAccessibilityOutlinedFilled.tsx | 2 +- src/IconAccessibilityRounded.tsx | 2 +- src/IconAccessibilityRoundedFilled.tsx | 2 +- src/IconAccessibilitySharp.tsx | 2 +- src/IconAccessibilitySharpFilled.tsx | 2 +- src/IconAccessibleForwardOutlined.tsx | 2 +- src/IconAccessibleForwardOutlinedFilled.tsx | 2 +- src/IconAccessibleForwardRounded.tsx | 2 +- src/IconAccessibleForwardRoundedFilled.tsx | 2 +- src/IconAccessibleForwardSharp.tsx | 2 +- src/IconAccessibleForwardSharpFilled.tsx | 2 +- src/IconAccessibleOutlined.tsx | 2 +- src/IconAccessibleOutlinedFilled.tsx | 2 +- src/IconAccessibleRounded.tsx | 2 +- src/IconAccessibleRoundedFilled.tsx | 2 +- src/IconAccessibleSharp.tsx | 2 +- src/IconAccessibleSharpFilled.tsx | 2 +- src/IconAccountBalanceOutlined.tsx | 2 +- src/IconAccountBalanceOutlinedFilled.tsx | 2 +- src/IconAccountBalanceRounded.tsx | 2 +- src/IconAccountBalanceRoundedFilled.tsx | 2 +- src/IconAccountBalanceSharp.tsx | 2 +- src/IconAccountBalanceSharpFilled.tsx | 2 +- src/IconAccountBalanceWalletOutlined.tsx | 2 +- ...IconAccountBalanceWalletOutlinedFilled.tsx | 2 +- src/IconAccountBalanceWalletRounded.tsx | 2 +- src/IconAccountBalanceWalletRoundedFilled.tsx | 2 +- src/IconAccountBalanceWalletSharp.tsx | 2 +- src/IconAccountBalanceWalletSharpFilled.tsx | 2 +- src/IconAccountBoxOutlined.tsx | 2 +- src/IconAccountBoxOutlinedFilled.tsx | 2 +- src/IconAccountBoxRounded.tsx | 2 +- src/IconAccountBoxRoundedFilled.tsx | 2 +- src/IconAccountBoxSharp.tsx | 2 +- src/IconAccountBoxSharpFilled.tsx | 2 +- src/IconAccountChildInvertOutlined.tsx | 2 +- src/IconAccountChildInvertOutlinedFilled.tsx | 2 +- src/IconAccountChildInvertRounded.tsx | 2 +- src/IconAccountChildInvertRoundedFilled.tsx | 2 +- src/IconAccountChildInvertSharp.tsx | 2 +- src/IconAccountChildInvertSharpFilled.tsx | 2 +- src/IconAccountChildOutlined.tsx | 2 +- src/IconAccountChildOutlinedFilled.tsx | 2 +- src/IconAccountChildRounded.tsx | 2 +- src/IconAccountChildRoundedFilled.tsx | 2 +- src/IconAccountChildSharp.tsx | 2 +- src/IconAccountChildSharpFilled.tsx | 2 +- src/IconAccountCircleOffOutlined.tsx | 2 +- src/IconAccountCircleOffOutlinedFilled.tsx | 2 +- src/IconAccountCircleOffRounded.tsx | 2 +- src/IconAccountCircleOffRoundedFilled.tsx | 2 +- src/IconAccountCircleOffSharp.tsx | 2 +- src/IconAccountCircleOffSharpFilled.tsx | 2 +- src/IconAccountCircleOutlined.tsx | 2 +- src/IconAccountCircleOutlinedFilled.tsx | 2 +- src/IconAccountCircleRounded.tsx | 2 +- src/IconAccountCircleRoundedFilled.tsx | 2 +- src/IconAccountCircleSharp.tsx | 2 +- src/IconAccountCircleSharpFilled.tsx | 2 +- src/IconAccountTreeOutlined.tsx | 2 +- src/IconAccountTreeOutlinedFilled.tsx | 2 +- src/IconAccountTreeRounded.tsx | 2 +- src/IconAccountTreeRoundedFilled.tsx | 2 +- src/IconAccountTreeSharp.tsx | 2 +- src/IconAccountTreeSharpFilled.tsx | 2 +- src/IconActionKeyOutlined.tsx | 2 +- src/IconActionKeyOutlinedFilled.tsx | 2 +- src/IconActionKeyRounded.tsx | 2 +- src/IconActionKeyRoundedFilled.tsx | 2 +- src/IconActionKeySharp.tsx | 2 +- src/IconActionKeySharpFilled.tsx | 2 +- src/IconActivityZoneOutlined.tsx | 2 +- src/IconActivityZoneOutlinedFilled.tsx | 2 +- src/IconActivityZoneRounded.tsx | 2 +- src/IconActivityZoneRoundedFilled.tsx | 2 +- src/IconActivityZoneSharp.tsx | 2 +- src/IconActivityZoneSharpFilled.tsx | 2 +- src/IconAcuteOutlined.tsx | 2 +- src/IconAcuteOutlinedFilled.tsx | 2 +- src/IconAcuteRounded.tsx | 2 +- src/IconAcuteRoundedFilled.tsx | 2 +- src/IconAcuteSharp.tsx | 2 +- src/IconAcuteSharpFilled.tsx | 2 +- src/IconAdGroupOffOutlined.tsx | 2 +- src/IconAdGroupOffOutlinedFilled.tsx | 2 +- src/IconAdGroupOffRounded.tsx | 2 +- src/IconAdGroupOffRoundedFilled.tsx | 2 +- src/IconAdGroupOffSharp.tsx | 2 +- src/IconAdGroupOffSharpFilled.tsx | 2 +- src/IconAdGroupOutlined.tsx | 2 +- src/IconAdGroupOutlinedFilled.tsx | 2 +- src/IconAdGroupRounded.tsx | 2 +- src/IconAdGroupRoundedFilled.tsx | 2 +- src/IconAdGroupSharp.tsx | 2 +- src/IconAdGroupSharpFilled.tsx | 2 +- src/IconAdOffOutlined.tsx | 2 +- src/IconAdOffOutlinedFilled.tsx | 2 +- src/IconAdOffRounded.tsx | 2 +- src/IconAdOffRoundedFilled.tsx | 2 +- src/IconAdOffSharp.tsx | 2 +- src/IconAdOffSharpFilled.tsx | 2 +- src/IconAdOutlined.tsx | 2 +- src/IconAdOutlinedFilled.tsx | 2 +- src/IconAdRounded.tsx | 2 +- src/IconAdRoundedFilled.tsx | 2 +- src/IconAdSharp.tsx | 2 +- src/IconAdSharpFilled.tsx | 2 +- src/IconAdUnitsOutlined.tsx | 2 +- src/IconAdUnitsOutlinedFilled.tsx | 2 +- src/IconAdUnitsRounded.tsx | 2 +- src/IconAdUnitsRoundedFilled.tsx | 2 +- src/IconAdUnitsSharp.tsx | 2 +- src/IconAdUnitsSharpFilled.tsx | 2 +- src/IconAdaptiveAudioMicOffOutlined.tsx | 2 +- src/IconAdaptiveAudioMicOffOutlinedFilled.tsx | 2 +- src/IconAdaptiveAudioMicOffRounded.tsx | 2 +- src/IconAdaptiveAudioMicOffRoundedFilled.tsx | 2 +- src/IconAdaptiveAudioMicOffSharp.tsx | 2 +- src/IconAdaptiveAudioMicOffSharpFilled.tsx | 2 +- src/IconAdaptiveAudioMicOutlined.tsx | 2 +- src/IconAdaptiveAudioMicOutlinedFilled.tsx | 2 +- src/IconAdaptiveAudioMicRounded.tsx | 2 +- src/IconAdaptiveAudioMicRoundedFilled.tsx | 2 +- src/IconAdaptiveAudioMicSharp.tsx | 2 +- src/IconAdaptiveAudioMicSharpFilled.tsx | 2 +- src/IconAdbOutlined.tsx | 2 +- src/IconAdbOutlinedFilled.tsx | 2 +- src/IconAdbRounded.tsx | 2 +- src/IconAdbRoundedFilled.tsx | 2 +- src/IconAdbSharp.tsx | 2 +- src/IconAdbSharpFilled.tsx | 2 +- src/IconAdd2Outlined.tsx | 2 +- src/IconAdd2OutlinedFilled.tsx | 2 +- src/IconAdd2Rounded.tsx | 2 +- src/IconAdd2RoundedFilled.tsx | 2 +- src/IconAdd2Sharp.tsx | 2 +- src/IconAdd2SharpFilled.tsx | 2 +- src/IconAddAPhotoOutlined.tsx | 2 +- src/IconAddAPhotoOutlinedFilled.tsx | 2 +- src/IconAddAPhotoRounded.tsx | 2 +- src/IconAddAPhotoRoundedFilled.tsx | 2 +- src/IconAddAPhotoSharp.tsx | 2 +- src/IconAddAPhotoSharpFilled.tsx | 2 +- src/IconAddAdOutlined.tsx | 2 +- src/IconAddAdOutlinedFilled.tsx | 2 +- src/IconAddAdRounded.tsx | 2 +- src/IconAddAdRoundedFilled.tsx | 2 +- src/IconAddAdSharp.tsx | 2 +- src/IconAddAdSharpFilled.tsx | 2 +- src/IconAddAlertOutlined.tsx | 2 +- src/IconAddAlertOutlinedFilled.tsx | 2 +- src/IconAddAlertRounded.tsx | 2 +- src/IconAddAlertRoundedFilled.tsx | 2 +- src/IconAddAlertSharp.tsx | 2 +- src/IconAddAlertSharpFilled.tsx | 2 +- src/IconAddBoxOutlined.tsx | 2 +- src/IconAddBoxOutlinedFilled.tsx | 2 +- src/IconAddBoxRounded.tsx | 2 +- src/IconAddBoxRoundedFilled.tsx | 2 +- src/IconAddBoxSharp.tsx | 2 +- src/IconAddBoxSharpFilled.tsx | 2 +- src/IconAddBusinessOutlined.tsx | 2 +- src/IconAddBusinessOutlinedFilled.tsx | 2 +- src/IconAddBusinessRounded.tsx | 2 +- src/IconAddBusinessRoundedFilled.tsx | 2 +- src/IconAddBusinessSharp.tsx | 2 +- src/IconAddBusinessSharpFilled.tsx | 2 +- src/IconAddCallOutlined.tsx | 2 +- src/IconAddCallOutlinedFilled.tsx | 2 +- src/IconAddCallRounded.tsx | 2 +- src/IconAddCallRoundedFilled.tsx | 2 +- src/IconAddCallSharp.tsx | 2 +- src/IconAddCallSharpFilled.tsx | 2 +- src/IconAddCardOutlined.tsx | 2 +- src/IconAddCardOutlinedFilled.tsx | 2 +- src/IconAddCardRounded.tsx | 2 +- src/IconAddCardRoundedFilled.tsx | 2 +- src/IconAddCardSharp.tsx | 2 +- src/IconAddCardSharpFilled.tsx | 2 +- src/IconAddChartOutlined.tsx | 2 +- src/IconAddChartOutlinedFilled.tsx | 2 +- src/IconAddChartRounded.tsx | 2 +- src/IconAddChartRoundedFilled.tsx | 2 +- src/IconAddChartSharp.tsx | 2 +- src/IconAddChartSharpFilled.tsx | 2 +- src/IconAddCircleOutlined.tsx | 2 +- src/IconAddCircleOutlinedFilled.tsx | 2 +- src/IconAddCircleRounded.tsx | 2 +- src/IconAddCircleRoundedFilled.tsx | 2 +- src/IconAddCircleSharp.tsx | 2 +- src/IconAddCircleSharpFilled.tsx | 2 +- src/IconAddColumnLeftOutlined.tsx | 2 +- src/IconAddColumnLeftOutlinedFilled.tsx | 2 +- src/IconAddColumnLeftRounded.tsx | 2 +- src/IconAddColumnLeftRoundedFilled.tsx | 2 +- src/IconAddColumnLeftSharp.tsx | 2 +- src/IconAddColumnLeftSharpFilled.tsx | 2 +- src/IconAddColumnRightOutlined.tsx | 2 +- src/IconAddColumnRightOutlinedFilled.tsx | 2 +- src/IconAddColumnRightRounded.tsx | 2 +- src/IconAddColumnRightRoundedFilled.tsx | 2 +- src/IconAddColumnRightSharp.tsx | 2 +- src/IconAddColumnRightSharpFilled.tsx | 2 +- src/IconAddCommentOutlined.tsx | 2 +- src/IconAddCommentOutlinedFilled.tsx | 2 +- src/IconAddCommentRounded.tsx | 2 +- src/IconAddCommentRoundedFilled.tsx | 2 +- src/IconAddCommentSharp.tsx | 2 +- src/IconAddCommentSharpFilled.tsx | 2 +- src/IconAddDiamondOutlined.tsx | 2 +- src/IconAddDiamondOutlinedFilled.tsx | 2 +- src/IconAddDiamondRounded.tsx | 2 +- src/IconAddDiamondRoundedFilled.tsx | 2 +- src/IconAddDiamondSharp.tsx | 2 +- src/IconAddDiamondSharpFilled.tsx | 2 +- src/IconAddHomeOutlined.tsx | 2 +- src/IconAddHomeOutlinedFilled.tsx | 2 +- src/IconAddHomeRounded.tsx | 2 +- src/IconAddHomeRoundedFilled.tsx | 2 +- src/IconAddHomeSharp.tsx | 2 +- src/IconAddHomeSharpFilled.tsx | 2 +- src/IconAddHomeWorkOutlined.tsx | 2 +- src/IconAddHomeWorkOutlinedFilled.tsx | 2 +- src/IconAddHomeWorkRounded.tsx | 2 +- src/IconAddHomeWorkRoundedFilled.tsx | 2 +- src/IconAddHomeWorkSharp.tsx | 2 +- src/IconAddHomeWorkSharpFilled.tsx | 2 +- src/IconAddLinkOutlined.tsx | 2 +- src/IconAddLinkOutlinedFilled.tsx | 2 +- src/IconAddLinkRounded.tsx | 2 +- src/IconAddLinkRoundedFilled.tsx | 2 +- src/IconAddLinkSharp.tsx | 2 +- src/IconAddLinkSharpFilled.tsx | 2 +- src/IconAddLocationAltOutlined.tsx | 2 +- src/IconAddLocationAltOutlinedFilled.tsx | 2 +- src/IconAddLocationAltRounded.tsx | 2 +- src/IconAddLocationAltRoundedFilled.tsx | 2 +- src/IconAddLocationAltSharp.tsx | 2 +- src/IconAddLocationAltSharpFilled.tsx | 2 +- src/IconAddLocationOutlined.tsx | 2 +- src/IconAddLocationOutlinedFilled.tsx | 2 +- src/IconAddLocationRounded.tsx | 2 +- src/IconAddLocationRoundedFilled.tsx | 2 +- src/IconAddLocationSharp.tsx | 2 +- src/IconAddLocationSharpFilled.tsx | 2 +- src/IconAddModeratorOutlined.tsx | 2 +- src/IconAddModeratorOutlinedFilled.tsx | 2 +- src/IconAddModeratorRounded.tsx | 2 +- src/IconAddModeratorRoundedFilled.tsx | 2 +- src/IconAddModeratorSharp.tsx | 2 +- src/IconAddModeratorSharpFilled.tsx | 2 +- src/IconAddNotesOutlined.tsx | 2 +- src/IconAddNotesOutlinedFilled.tsx | 2 +- src/IconAddNotesRounded.tsx | 2 +- src/IconAddNotesRoundedFilled.tsx | 2 +- src/IconAddNotesSharp.tsx | 2 +- src/IconAddNotesSharpFilled.tsx | 2 +- src/IconAddOutlined.tsx | 2 +- src/IconAddOutlinedFilled.tsx | 2 +- src/IconAddPhotoAlternateOutlined.tsx | 2 +- src/IconAddPhotoAlternateOutlinedFilled.tsx | 2 +- src/IconAddPhotoAlternateRounded.tsx | 2 +- src/IconAddPhotoAlternateRoundedFilled.tsx | 2 +- src/IconAddPhotoAlternateSharp.tsx | 2 +- src/IconAddPhotoAlternateSharpFilled.tsx | 2 +- src/IconAddReactionOutlined.tsx | 2 +- src/IconAddReactionOutlinedFilled.tsx | 2 +- src/IconAddReactionRounded.tsx | 2 +- src/IconAddReactionRoundedFilled.tsx | 2 +- src/IconAddReactionSharp.tsx | 2 +- src/IconAddReactionSharpFilled.tsx | 2 +- src/IconAddRoadOutlined.tsx | 2 +- src/IconAddRoadOutlinedFilled.tsx | 2 +- src/IconAddRoadRounded.tsx | 2 +- src/IconAddRoadRoundedFilled.tsx | 2 +- src/IconAddRoadSharp.tsx | 2 +- src/IconAddRoadSharpFilled.tsx | 2 +- src/IconAddRounded.tsx | 2 +- src/IconAddRoundedFilled.tsx | 2 +- src/IconAddRowAboveOutlined.tsx | 2 +- src/IconAddRowAboveOutlinedFilled.tsx | 2 +- src/IconAddRowAboveRounded.tsx | 2 +- src/IconAddRowAboveRoundedFilled.tsx | 2 +- src/IconAddRowAboveSharp.tsx | 2 +- src/IconAddRowAboveSharpFilled.tsx | 2 +- src/IconAddRowBelowOutlined.tsx | 2 +- src/IconAddRowBelowOutlinedFilled.tsx | 2 +- src/IconAddRowBelowRounded.tsx | 2 +- src/IconAddRowBelowRoundedFilled.tsx | 2 +- src/IconAddRowBelowSharp.tsx | 2 +- src/IconAddRowBelowSharpFilled.tsx | 2 +- src/IconAddSharp.tsx | 2 +- src/IconAddSharpFilled.tsx | 2 +- src/IconAddShoppingCartOutlined.tsx | 2 +- src/IconAddShoppingCartOutlinedFilled.tsx | 2 +- src/IconAddShoppingCartRounded.tsx | 2 +- src/IconAddShoppingCartRoundedFilled.tsx | 2 +- src/IconAddShoppingCartSharp.tsx | 2 +- src/IconAddShoppingCartSharpFilled.tsx | 2 +- src/IconAddTaskOutlined.tsx | 2 +- src/IconAddTaskOutlinedFilled.tsx | 2 +- src/IconAddTaskRounded.tsx | 2 +- src/IconAddTaskRoundedFilled.tsx | 2 +- src/IconAddTaskSharp.tsx | 2 +- src/IconAddTaskSharpFilled.tsx | 2 +- src/IconAddToDriveOutlined.tsx | 2 +- src/IconAddToDriveOutlinedFilled.tsx | 2 +- src/IconAddToDriveRounded.tsx | 2 +- src/IconAddToDriveRoundedFilled.tsx | 2 +- src/IconAddToDriveSharp.tsx | 2 +- src/IconAddToDriveSharpFilled.tsx | 2 +- src/IconAddToHomeScreenOutlined.tsx | 2 +- src/IconAddToHomeScreenOutlinedFilled.tsx | 2 +- src/IconAddToHomeScreenRounded.tsx | 2 +- src/IconAddToHomeScreenRoundedFilled.tsx | 2 +- src/IconAddToHomeScreenSharp.tsx | 2 +- src/IconAddToHomeScreenSharpFilled.tsx | 2 +- src/IconAddToPhotosOutlined.tsx | 2 +- src/IconAddToPhotosOutlinedFilled.tsx | 2 +- src/IconAddToPhotosRounded.tsx | 2 +- src/IconAddToPhotosRoundedFilled.tsx | 2 +- src/IconAddToPhotosSharp.tsx | 2 +- src/IconAddToPhotosSharpFilled.tsx | 2 +- src/IconAddToQueueOutlined.tsx | 2 +- src/IconAddToQueueOutlinedFilled.tsx | 2 +- src/IconAddToQueueRounded.tsx | 2 +- src/IconAddToQueueRoundedFilled.tsx | 2 +- src/IconAddToQueueSharp.tsx | 2 +- src/IconAddToQueueSharpFilled.tsx | 2 +- src/IconAddTriangleOutlined.tsx | 2 +- src/IconAddTriangleOutlinedFilled.tsx | 2 +- src/IconAddTriangleRounded.tsx | 2 +- src/IconAddTriangleRoundedFilled.tsx | 2 +- src/IconAddTriangleSharp.tsx | 2 +- src/IconAddTriangleSharpFilled.tsx | 2 +- src/IconAdfScannerOutlined.tsx | 2 +- src/IconAdfScannerOutlinedFilled.tsx | 2 +- src/IconAdfScannerRounded.tsx | 2 +- src/IconAdfScannerRoundedFilled.tsx | 2 +- src/IconAdfScannerSharp.tsx | 2 +- src/IconAdfScannerSharpFilled.tsx | 2 +- src/IconAdjustOutlined.tsx | 2 +- src/IconAdjustOutlinedFilled.tsx | 2 +- src/IconAdjustRounded.tsx | 2 +- src/IconAdjustRoundedFilled.tsx | 2 +- src/IconAdjustSharp.tsx | 2 +- src/IconAdjustSharpFilled.tsx | 2 +- src/IconAdminMedsOutlined.tsx | 2 +- src/IconAdminMedsOutlinedFilled.tsx | 2 +- src/IconAdminMedsRounded.tsx | 2 +- src/IconAdminMedsRoundedFilled.tsx | 2 +- src/IconAdminMedsSharp.tsx | 2 +- src/IconAdminMedsSharpFilled.tsx | 2 +- src/IconAdminPanelSettingsOutlined.tsx | 2 +- src/IconAdminPanelSettingsOutlinedFilled.tsx | 2 +- src/IconAdminPanelSettingsRounded.tsx | 2 +- src/IconAdminPanelSettingsRoundedFilled.tsx | 2 +- src/IconAdminPanelSettingsSharp.tsx | 2 +- src/IconAdminPanelSettingsSharpFilled.tsx | 2 +- src/IconAdsClickOutlined.tsx | 2 +- src/IconAdsClickOutlinedFilled.tsx | 2 +- src/IconAdsClickRounded.tsx | 2 +- src/IconAdsClickRoundedFilled.tsx | 2 +- src/IconAdsClickSharp.tsx | 2 +- src/IconAdsClickSharpFilled.tsx | 2 +- src/IconAgenderOutlined.tsx | 2 +- src/IconAgenderOutlinedFilled.tsx | 2 +- src/IconAgenderRounded.tsx | 2 +- src/IconAgenderRoundedFilled.tsx | 2 +- src/IconAgenderSharp.tsx | 2 +- src/IconAgenderSharpFilled.tsx | 2 +- src/IconAgricultureOutlined.tsx | 2 +- src/IconAgricultureOutlinedFilled.tsx | 2 +- src/IconAgricultureRounded.tsx | 2 +- src/IconAgricultureRoundedFilled.tsx | 2 +- src/IconAgricultureSharp.tsx | 2 +- src/IconAgricultureSharpFilled.tsx | 2 +- src/IconAirFreshenerOutlined.tsx | 2 +- src/IconAirFreshenerOutlinedFilled.tsx | 2 +- src/IconAirFreshenerRounded.tsx | 2 +- src/IconAirFreshenerRoundedFilled.tsx | 2 +- src/IconAirFreshenerSharp.tsx | 2 +- src/IconAirFreshenerSharpFilled.tsx | 2 +- src/IconAirOutlined.tsx | 2 +- src/IconAirOutlinedFilled.tsx | 2 +- src/IconAirPurifierGenOutlined.tsx | 2 +- src/IconAirPurifierGenOutlinedFilled.tsx | 2 +- src/IconAirPurifierGenRounded.tsx | 2 +- src/IconAirPurifierGenRoundedFilled.tsx | 2 +- src/IconAirPurifierGenSharp.tsx | 2 +- src/IconAirPurifierGenSharpFilled.tsx | 2 +- src/IconAirPurifierOutlined.tsx | 2 +- src/IconAirPurifierOutlinedFilled.tsx | 2 +- src/IconAirPurifierRounded.tsx | 2 +- src/IconAirPurifierRoundedFilled.tsx | 2 +- src/IconAirPurifierSharp.tsx | 2 +- src/IconAirPurifierSharpFilled.tsx | 2 +- src/IconAirRounded.tsx | 2 +- src/IconAirRoundedFilled.tsx | 2 +- src/IconAirSharp.tsx | 2 +- src/IconAirSharpFilled.tsx | 2 +- src/IconAirlineSeatFlatAngledOutlined.tsx | 2 +- ...conAirlineSeatFlatAngledOutlinedFilled.tsx | 2 +- src/IconAirlineSeatFlatAngledRounded.tsx | 2 +- ...IconAirlineSeatFlatAngledRoundedFilled.tsx | 2 +- src/IconAirlineSeatFlatAngledSharp.tsx | 2 +- src/IconAirlineSeatFlatAngledSharpFilled.tsx | 2 +- src/IconAirlineSeatFlatOutlined.tsx | 2 +- src/IconAirlineSeatFlatOutlinedFilled.tsx | 2 +- src/IconAirlineSeatFlatRounded.tsx | 2 +- src/IconAirlineSeatFlatRoundedFilled.tsx | 2 +- src/IconAirlineSeatFlatSharp.tsx | 2 +- src/IconAirlineSeatFlatSharpFilled.tsx | 2 +- ...IconAirlineSeatIndividualSuiteOutlined.tsx | 2 +- ...rlineSeatIndividualSuiteOutlinedFilled.tsx | 2 +- src/IconAirlineSeatIndividualSuiteRounded.tsx | 2 +- ...irlineSeatIndividualSuiteRoundedFilled.tsx | 2 +- src/IconAirlineSeatIndividualSuiteSharp.tsx | 2 +- ...nAirlineSeatIndividualSuiteSharpFilled.tsx | 2 +- src/IconAirlineSeatLegroomExtraOutlined.tsx | 2 +- ...nAirlineSeatLegroomExtraOutlinedFilled.tsx | 2 +- src/IconAirlineSeatLegroomExtraRounded.tsx | 2 +- ...onAirlineSeatLegroomExtraRoundedFilled.tsx | 2 +- src/IconAirlineSeatLegroomExtraSharp.tsx | 2 +- ...IconAirlineSeatLegroomExtraSharpFilled.tsx | 2 +- src/IconAirlineSeatLegroomNormalOutlined.tsx | 2 +- ...AirlineSeatLegroomNormalOutlinedFilled.tsx | 2 +- src/IconAirlineSeatLegroomNormalRounded.tsx | 2 +- ...nAirlineSeatLegroomNormalRoundedFilled.tsx | 2 +- src/IconAirlineSeatLegroomNormalSharp.tsx | 2 +- ...conAirlineSeatLegroomNormalSharpFilled.tsx | 2 +- src/IconAirlineSeatLegroomReducedOutlined.tsx | 2 +- ...irlineSeatLegroomReducedOutlinedFilled.tsx | 2 +- src/IconAirlineSeatLegroomReducedRounded.tsx | 2 +- ...AirlineSeatLegroomReducedRoundedFilled.tsx | 2 +- src/IconAirlineSeatLegroomReducedSharp.tsx | 2 +- ...onAirlineSeatLegroomReducedSharpFilled.tsx | 2 +- src/IconAirlineSeatReclineExtraOutlined.tsx | 2 +- ...nAirlineSeatReclineExtraOutlinedFilled.tsx | 2 +- src/IconAirlineSeatReclineExtraRounded.tsx | 2 +- ...onAirlineSeatReclineExtraRoundedFilled.tsx | 2 +- src/IconAirlineSeatReclineExtraSharp.tsx | 2 +- ...IconAirlineSeatReclineExtraSharpFilled.tsx | 2 +- src/IconAirlineSeatReclineNormalOutlined.tsx | 2 +- ...AirlineSeatReclineNormalOutlinedFilled.tsx | 2 +- src/IconAirlineSeatReclineNormalRounded.tsx | 2 +- ...nAirlineSeatReclineNormalRoundedFilled.tsx | 2 +- src/IconAirlineSeatReclineNormalSharp.tsx | 2 +- ...conAirlineSeatReclineNormalSharpFilled.tsx | 2 +- src/IconAirlineStopsOutlined.tsx | 2 +- src/IconAirlineStopsOutlinedFilled.tsx | 2 +- src/IconAirlineStopsRounded.tsx | 2 +- src/IconAirlineStopsRoundedFilled.tsx | 2 +- src/IconAirlineStopsSharp.tsx | 2 +- src/IconAirlineStopsSharpFilled.tsx | 2 +- src/IconAirlinesOutlined.tsx | 2 +- src/IconAirlinesOutlinedFilled.tsx | 2 +- src/IconAirlinesRounded.tsx | 2 +- src/IconAirlinesRoundedFilled.tsx | 2 +- src/IconAirlinesSharp.tsx | 2 +- src/IconAirlinesSharpFilled.tsx | 2 +- src/IconAirplaneTicketOutlined.tsx | 2 +- src/IconAirplaneTicketOutlinedFilled.tsx | 2 +- src/IconAirplaneTicketRounded.tsx | 2 +- src/IconAirplaneTicketRoundedFilled.tsx | 2 +- src/IconAirplaneTicketSharp.tsx | 2 +- src/IconAirplaneTicketSharpFilled.tsx | 2 +- src/IconAirplanemodeInactiveOutlined.tsx | 2 +- ...IconAirplanemodeInactiveOutlinedFilled.tsx | 2 +- src/IconAirplanemodeInactiveRounded.tsx | 2 +- src/IconAirplanemodeInactiveRoundedFilled.tsx | 2 +- src/IconAirplanemodeInactiveSharp.tsx | 2 +- src/IconAirplanemodeInactiveSharpFilled.tsx | 2 +- src/IconAirplayOutlined.tsx | 2 +- src/IconAirplayOutlinedFilled.tsx | 2 +- src/IconAirplayRounded.tsx | 2 +- src/IconAirplayRoundedFilled.tsx | 2 +- src/IconAirplaySharp.tsx | 2 +- src/IconAirplaySharpFilled.tsx | 2 +- src/IconAirportShuttleOutlined.tsx | 2 +- src/IconAirportShuttleOutlinedFilled.tsx | 2 +- src/IconAirportShuttleRounded.tsx | 2 +- src/IconAirportShuttleRoundedFilled.tsx | 2 +- src/IconAirportShuttleSharp.tsx | 2 +- src/IconAirportShuttleSharpFilled.tsx | 2 +- src/IconAirwareOutlined.tsx | 2 +- src/IconAirwareOutlinedFilled.tsx | 2 +- src/IconAirwareRounded.tsx | 2 +- src/IconAirwareRoundedFilled.tsx | 2 +- src/IconAirwareSharp.tsx | 2 +- src/IconAirwareSharpFilled.tsx | 2 +- src/IconAirwaveOutlined.tsx | 2 +- src/IconAirwaveOutlinedFilled.tsx | 2 +- src/IconAirwaveRounded.tsx | 2 +- src/IconAirwaveRoundedFilled.tsx | 2 +- src/IconAirwaveSharp.tsx | 2 +- src/IconAirwaveSharpFilled.tsx | 2 +- src/IconAlarmAddOutlined.tsx | 2 +- src/IconAlarmAddOutlinedFilled.tsx | 2 +- src/IconAlarmAddRounded.tsx | 2 +- src/IconAlarmAddRoundedFilled.tsx | 2 +- src/IconAlarmAddSharp.tsx | 2 +- src/IconAlarmAddSharpFilled.tsx | 2 +- src/IconAlarmOffOutlined.tsx | 2 +- src/IconAlarmOffOutlinedFilled.tsx | 2 +- src/IconAlarmOffRounded.tsx | 2 +- src/IconAlarmOffRoundedFilled.tsx | 2 +- src/IconAlarmOffSharp.tsx | 2 +- src/IconAlarmOffSharpFilled.tsx | 2 +- src/IconAlarmOnOutlined.tsx | 2 +- src/IconAlarmOnOutlinedFilled.tsx | 2 +- src/IconAlarmOnRounded.tsx | 2 +- src/IconAlarmOnRoundedFilled.tsx | 2 +- src/IconAlarmOnSharp.tsx | 2 +- src/IconAlarmOnSharpFilled.tsx | 2 +- src/IconAlarmOutlined.tsx | 2 +- src/IconAlarmOutlinedFilled.tsx | 2 +- src/IconAlarmRounded.tsx | 2 +- src/IconAlarmRoundedFilled.tsx | 2 +- src/IconAlarmSharp.tsx | 2 +- src/IconAlarmSharpFilled.tsx | 2 +- src/IconAlarmSmartWakeOutlined.tsx | 2 +- src/IconAlarmSmartWakeOutlinedFilled.tsx | 2 +- src/IconAlarmSmartWakeRounded.tsx | 2 +- src/IconAlarmSmartWakeRoundedFilled.tsx | 2 +- src/IconAlarmSmartWakeSharp.tsx | 2 +- src/IconAlarmSmartWakeSharpFilled.tsx | 2 +- src/IconAlbumOutlined.tsx | 2 +- src/IconAlbumOutlinedFilled.tsx | 2 +- src/IconAlbumRounded.tsx | 2 +- src/IconAlbumRoundedFilled.tsx | 2 +- src/IconAlbumSharp.tsx | 2 +- src/IconAlbumSharpFilled.tsx | 2 +- src/IconAlignCenterOutlined.tsx | 2 +- src/IconAlignCenterOutlinedFilled.tsx | 2 +- src/IconAlignCenterRounded.tsx | 2 +- src/IconAlignCenterRoundedFilled.tsx | 2 +- src/IconAlignCenterSharp.tsx | 2 +- src/IconAlignCenterSharpFilled.tsx | 2 +- src/IconAlignEndOutlined.tsx | 2 +- src/IconAlignEndOutlinedFilled.tsx | 2 +- src/IconAlignEndRounded.tsx | 2 +- src/IconAlignEndRoundedFilled.tsx | 2 +- src/IconAlignEndSharp.tsx | 2 +- src/IconAlignEndSharpFilled.tsx | 2 +- src/IconAlignFlexCenterOutlined.tsx | 2 +- src/IconAlignFlexCenterOutlinedFilled.tsx | 2 +- src/IconAlignFlexCenterRounded.tsx | 2 +- src/IconAlignFlexCenterRoundedFilled.tsx | 2 +- src/IconAlignFlexCenterSharp.tsx | 2 +- src/IconAlignFlexCenterSharpFilled.tsx | 2 +- src/IconAlignFlexEndOutlined.tsx | 2 +- src/IconAlignFlexEndOutlinedFilled.tsx | 2 +- src/IconAlignFlexEndRounded.tsx | 2 +- src/IconAlignFlexEndRoundedFilled.tsx | 2 +- src/IconAlignFlexEndSharp.tsx | 2 +- src/IconAlignFlexEndSharpFilled.tsx | 2 +- src/IconAlignFlexStartOutlined.tsx | 2 +- src/IconAlignFlexStartOutlinedFilled.tsx | 2 +- src/IconAlignFlexStartRounded.tsx | 2 +- src/IconAlignFlexStartRoundedFilled.tsx | 2 +- src/IconAlignFlexStartSharp.tsx | 2 +- src/IconAlignFlexStartSharpFilled.tsx | 2 +- src/IconAlignHorizontalCenterOutlined.tsx | 2 +- ...conAlignHorizontalCenterOutlinedFilled.tsx | 2 +- src/IconAlignHorizontalCenterRounded.tsx | 2 +- ...IconAlignHorizontalCenterRoundedFilled.tsx | 2 +- src/IconAlignHorizontalCenterSharp.tsx | 2 +- src/IconAlignHorizontalCenterSharpFilled.tsx | 2 +- src/IconAlignHorizontalLeftOutlined.tsx | 2 +- src/IconAlignHorizontalLeftOutlinedFilled.tsx | 2 +- src/IconAlignHorizontalLeftRounded.tsx | 2 +- src/IconAlignHorizontalLeftRoundedFilled.tsx | 2 +- src/IconAlignHorizontalLeftSharp.tsx | 2 +- src/IconAlignHorizontalLeftSharpFilled.tsx | 2 +- src/IconAlignHorizontalRightOutlined.tsx | 2 +- ...IconAlignHorizontalRightOutlinedFilled.tsx | 2 +- src/IconAlignHorizontalRightRounded.tsx | 2 +- src/IconAlignHorizontalRightRoundedFilled.tsx | 2 +- src/IconAlignHorizontalRightSharp.tsx | 2 +- src/IconAlignHorizontalRightSharpFilled.tsx | 2 +- src/IconAlignItemsStretchOutlined.tsx | 2 +- src/IconAlignItemsStretchOutlinedFilled.tsx | 2 +- src/IconAlignItemsStretchRounded.tsx | 2 +- src/IconAlignItemsStretchRoundedFilled.tsx | 2 +- src/IconAlignItemsStretchSharp.tsx | 2 +- src/IconAlignItemsStretchSharpFilled.tsx | 2 +- src/IconAlignJustifyCenterOutlined.tsx | 2 +- src/IconAlignJustifyCenterOutlinedFilled.tsx | 2 +- src/IconAlignJustifyCenterRounded.tsx | 2 +- src/IconAlignJustifyCenterRoundedFilled.tsx | 2 +- src/IconAlignJustifyCenterSharp.tsx | 2 +- src/IconAlignJustifyCenterSharpFilled.tsx | 2 +- src/IconAlignJustifyFlexEndOutlined.tsx | 2 +- src/IconAlignJustifyFlexEndOutlinedFilled.tsx | 2 +- src/IconAlignJustifyFlexEndRounded.tsx | 2 +- src/IconAlignJustifyFlexEndRoundedFilled.tsx | 2 +- src/IconAlignJustifyFlexEndSharp.tsx | 2 +- src/IconAlignJustifyFlexEndSharpFilled.tsx | 2 +- src/IconAlignJustifyFlexStartOutlined.tsx | 2 +- ...conAlignJustifyFlexStartOutlinedFilled.tsx | 2 +- src/IconAlignJustifyFlexStartRounded.tsx | 2 +- ...IconAlignJustifyFlexStartRoundedFilled.tsx | 2 +- src/IconAlignJustifyFlexStartSharp.tsx | 2 +- src/IconAlignJustifyFlexStartSharpFilled.tsx | 2 +- src/IconAlignJustifySpaceAroundOutlined.tsx | 2 +- ...nAlignJustifySpaceAroundOutlinedFilled.tsx | 2 +- src/IconAlignJustifySpaceAroundRounded.tsx | 2 +- ...onAlignJustifySpaceAroundRoundedFilled.tsx | 2 +- src/IconAlignJustifySpaceAroundSharp.tsx | 2 +- ...IconAlignJustifySpaceAroundSharpFilled.tsx | 2 +- src/IconAlignJustifySpaceBetweenOutlined.tsx | 2 +- ...AlignJustifySpaceBetweenOutlinedFilled.tsx | 2 +- src/IconAlignJustifySpaceBetweenRounded.tsx | 2 +- ...nAlignJustifySpaceBetweenRoundedFilled.tsx | 2 +- src/IconAlignJustifySpaceBetweenSharp.tsx | 2 +- ...conAlignJustifySpaceBetweenSharpFilled.tsx | 2 +- src/IconAlignJustifySpaceEvenOutlined.tsx | 2 +- ...conAlignJustifySpaceEvenOutlinedFilled.tsx | 2 +- src/IconAlignJustifySpaceEvenRounded.tsx | 2 +- ...IconAlignJustifySpaceEvenRoundedFilled.tsx | 2 +- src/IconAlignJustifySpaceEvenSharp.tsx | 2 +- src/IconAlignJustifySpaceEvenSharpFilled.tsx | 2 +- src/IconAlignJustifyStretchOutlined.tsx | 2 +- src/IconAlignJustifyStretchOutlinedFilled.tsx | 2 +- src/IconAlignJustifyStretchRounded.tsx | 2 +- src/IconAlignJustifyStretchRoundedFilled.tsx | 2 +- src/IconAlignJustifyStretchSharp.tsx | 2 +- src/IconAlignJustifyStretchSharpFilled.tsx | 2 +- src/IconAlignSelfStretchOutlined.tsx | 2 +- src/IconAlignSelfStretchOutlinedFilled.tsx | 2 +- src/IconAlignSelfStretchRounded.tsx | 2 +- src/IconAlignSelfStretchRoundedFilled.tsx | 2 +- src/IconAlignSelfStretchSharp.tsx | 2 +- src/IconAlignSelfStretchSharpFilled.tsx | 2 +- src/IconAlignSpaceAroundOutlined.tsx | 2 +- src/IconAlignSpaceAroundOutlinedFilled.tsx | 2 +- src/IconAlignSpaceAroundRounded.tsx | 2 +- src/IconAlignSpaceAroundRoundedFilled.tsx | 2 +- src/IconAlignSpaceAroundSharp.tsx | 2 +- src/IconAlignSpaceAroundSharpFilled.tsx | 2 +- src/IconAlignSpaceBetweenOutlined.tsx | 2 +- src/IconAlignSpaceBetweenOutlinedFilled.tsx | 2 +- src/IconAlignSpaceBetweenRounded.tsx | 2 +- src/IconAlignSpaceBetweenRoundedFilled.tsx | 2 +- src/IconAlignSpaceBetweenSharp.tsx | 2 +- src/IconAlignSpaceBetweenSharpFilled.tsx | 2 +- src/IconAlignSpaceEvenOutlined.tsx | 2 +- src/IconAlignSpaceEvenOutlinedFilled.tsx | 2 +- src/IconAlignSpaceEvenRounded.tsx | 2 +- src/IconAlignSpaceEvenRoundedFilled.tsx | 2 +- src/IconAlignSpaceEvenSharp.tsx | 2 +- src/IconAlignSpaceEvenSharpFilled.tsx | 2 +- src/IconAlignStartOutlined.tsx | 2 +- src/IconAlignStartOutlinedFilled.tsx | 2 +- src/IconAlignStartRounded.tsx | 2 +- src/IconAlignStartRoundedFilled.tsx | 2 +- src/IconAlignStartSharp.tsx | 2 +- src/IconAlignStartSharpFilled.tsx | 2 +- src/IconAlignStretchOutlined.tsx | 2 +- src/IconAlignStretchOutlinedFilled.tsx | 2 +- src/IconAlignStretchRounded.tsx | 2 +- src/IconAlignStretchRoundedFilled.tsx | 2 +- src/IconAlignStretchSharp.tsx | 2 +- src/IconAlignStretchSharpFilled.tsx | 2 +- src/IconAlignVerticalBottomOutlined.tsx | 2 +- src/IconAlignVerticalBottomOutlinedFilled.tsx | 2 +- src/IconAlignVerticalBottomRounded.tsx | 2 +- src/IconAlignVerticalBottomRoundedFilled.tsx | 2 +- src/IconAlignVerticalBottomSharp.tsx | 2 +- src/IconAlignVerticalBottomSharpFilled.tsx | 2 +- src/IconAlignVerticalCenterOutlined.tsx | 2 +- src/IconAlignVerticalCenterOutlinedFilled.tsx | 2 +- src/IconAlignVerticalCenterRounded.tsx | 2 +- src/IconAlignVerticalCenterRoundedFilled.tsx | 2 +- src/IconAlignVerticalCenterSharp.tsx | 2 +- src/IconAlignVerticalCenterSharpFilled.tsx | 2 +- src/IconAlignVerticalTopOutlined.tsx | 2 +- src/IconAlignVerticalTopOutlinedFilled.tsx | 2 +- src/IconAlignVerticalTopRounded.tsx | 2 +- src/IconAlignVerticalTopRoundedFilled.tsx | 2 +- src/IconAlignVerticalTopSharp.tsx | 2 +- src/IconAlignVerticalTopSharpFilled.tsx | 2 +- src/IconAllInboxOutlined.tsx | 2 +- src/IconAllInboxOutlinedFilled.tsx | 2 +- src/IconAllInboxRounded.tsx | 2 +- src/IconAllInboxRoundedFilled.tsx | 2 +- src/IconAllInboxSharp.tsx | 2 +- src/IconAllInboxSharpFilled.tsx | 2 +- src/IconAllInclusiveOutlined.tsx | 2 +- src/IconAllInclusiveOutlinedFilled.tsx | 2 +- src/IconAllInclusiveRounded.tsx | 2 +- src/IconAllInclusiveRoundedFilled.tsx | 2 +- src/IconAllInclusiveSharp.tsx | 2 +- src/IconAllInclusiveSharpFilled.tsx | 2 +- src/IconAllMatchOutlined.tsx | 2 +- src/IconAllMatchOutlinedFilled.tsx | 2 +- src/IconAllMatchRounded.tsx | 2 +- src/IconAllMatchRoundedFilled.tsx | 2 +- src/IconAllMatchSharp.tsx | 2 +- src/IconAllMatchSharpFilled.tsx | 2 +- src/IconAllOutOutlined.tsx | 2 +- src/IconAllOutOutlinedFilled.tsx | 2 +- src/IconAllOutRounded.tsx | 2 +- src/IconAllOutRoundedFilled.tsx | 2 +- src/IconAllOutSharp.tsx | 2 +- src/IconAllOutSharpFilled.tsx | 2 +- src/IconAllergiesOutlined.tsx | 2 +- src/IconAllergiesOutlinedFilled.tsx | 2 +- src/IconAllergiesRounded.tsx | 2 +- src/IconAllergiesRoundedFilled.tsx | 2 +- src/IconAllergiesSharp.tsx | 2 +- src/IconAllergiesSharpFilled.tsx | 2 +- src/IconAllergyOutlined.tsx | 2 +- src/IconAllergyOutlinedFilled.tsx | 2 +- src/IconAllergyRounded.tsx | 2 +- src/IconAllergyRoundedFilled.tsx | 2 +- src/IconAllergySharp.tsx | 2 +- src/IconAllergySharpFilled.tsx | 2 +- src/IconAltRouteOutlined.tsx | 2 +- src/IconAltRouteOutlinedFilled.tsx | 2 +- src/IconAltRouteRounded.tsx | 2 +- src/IconAltRouteRoundedFilled.tsx | 2 +- src/IconAltRouteSharp.tsx | 2 +- src/IconAltRouteSharpFilled.tsx | 2 +- src/IconAlternateEmailOutlined.tsx | 2 +- src/IconAlternateEmailOutlinedFilled.tsx | 2 +- src/IconAlternateEmailRounded.tsx | 2 +- src/IconAlternateEmailRoundedFilled.tsx | 2 +- src/IconAlternateEmailSharp.tsx | 2 +- src/IconAlternateEmailSharpFilled.tsx | 2 +- src/IconAltitudeOutlined.tsx | 2 +- src/IconAltitudeOutlinedFilled.tsx | 2 +- src/IconAltitudeRounded.tsx | 2 +- src/IconAltitudeRoundedFilled.tsx | 2 +- src/IconAltitudeSharp.tsx | 2 +- src/IconAltitudeSharpFilled.tsx | 2 +- src/IconAmbulanceOutlined.tsx | 2 +- src/IconAmbulanceOutlinedFilled.tsx | 2 +- src/IconAmbulanceRounded.tsx | 2 +- src/IconAmbulanceRoundedFilled.tsx | 2 +- src/IconAmbulanceSharp.tsx | 2 +- src/IconAmbulanceSharpFilled.tsx | 2 +- src/IconAmendOutlined.tsx | 2 +- src/IconAmendOutlinedFilled.tsx | 2 +- src/IconAmendRounded.tsx | 2 +- src/IconAmendRoundedFilled.tsx | 2 +- src/IconAmendSharp.tsx | 2 +- src/IconAmendSharpFilled.tsx | 2 +- src/IconAmpStoriesOutlined.tsx | 2 +- src/IconAmpStoriesOutlinedFilled.tsx | 2 +- src/IconAmpStoriesRounded.tsx | 2 +- src/IconAmpStoriesRoundedFilled.tsx | 2 +- src/IconAmpStoriesSharp.tsx | 2 +- src/IconAmpStoriesSharpFilled.tsx | 2 +- src/IconAnalyticsOutlined.tsx | 2 +- src/IconAnalyticsOutlinedFilled.tsx | 2 +- src/IconAnalyticsRounded.tsx | 2 +- src/IconAnalyticsRoundedFilled.tsx | 2 +- src/IconAnalyticsSharp.tsx | 2 +- src/IconAnalyticsSharpFilled.tsx | 2 +- src/IconAnchorOutlined.tsx | 9 - src/IconAnchorOutlinedFilled.tsx | 2 +- src/IconAnchorRounded.tsx | 2 +- src/IconAnchorRoundedFilled.tsx | 2 +- src/IconAnchorSharp.tsx | 2 +- src/IconAnchorSharpFilled.tsx | 2 +- src/IconAndroidOutlined.tsx | 2 +- src/IconAndroidOutlinedFilled.tsx | 2 +- src/IconAndroidRounded.tsx | 2 +- src/IconAndroidRoundedFilled.tsx | 2 +- src/IconAndroidSharp.tsx | 2 +- src/IconAndroidSharpFilled.tsx | 2 +- src/IconAnimatedImagesOutlined.tsx | 2 +- src/IconAnimatedImagesOutlinedFilled.tsx | 2 +- src/IconAnimatedImagesRounded.tsx | 2 +- src/IconAnimatedImagesRoundedFilled.tsx | 2 +- src/IconAnimatedImagesSharp.tsx | 2 +- src/IconAnimatedImagesSharpFilled.tsx | 2 +- src/IconAnimationOutlined.tsx | 2 +- src/IconAnimationOutlinedFilled.tsx | 2 +- src/IconAnimationRounded.tsx | 2 +- src/IconAnimationRoundedFilled.tsx | 2 +- src/IconAnimationSharp.tsx | 2 +- src/IconAnimationSharpFilled.tsx | 2 +- src/IconAodOutlined.tsx | 2 +- src/IconAodOutlinedFilled.tsx | 2 +- src/IconAodRounded.tsx | 2 +- src/IconAodRoundedFilled.tsx | 2 +- src/IconAodSharp.tsx | 2 +- src/IconAodSharpFilled.tsx | 2 +- src/IconAodTabletOutlined.tsx | 2 +- src/IconAodTabletOutlinedFilled.tsx | 2 +- src/IconAodTabletRounded.tsx | 2 +- src/IconAodTabletRoundedFilled.tsx | 2 +- src/IconAodTabletSharp.tsx | 2 +- src/IconAodTabletSharpFilled.tsx | 2 +- src/IconAodWatchOutlined.tsx | 2 +- src/IconAodWatchOutlinedFilled.tsx | 2 +- src/IconAodWatchRounded.tsx | 2 +- src/IconAodWatchRoundedFilled.tsx | 2 +- src/IconAodWatchSharp.tsx | 2 +- src/IconAodWatchSharpFilled.tsx | 2 +- src/IconApartmentOutlined.tsx | 2 +- src/IconApartmentOutlinedFilled.tsx | 2 +- src/IconApartmentRounded.tsx | 2 +- src/IconApartmentRoundedFilled.tsx | 2 +- src/IconApartmentSharp.tsx | 2 +- src/IconApartmentSharpFilled.tsx | 2 +- src/IconApiOutlined.tsx | 2 +- src/IconApiOutlinedFilled.tsx | 2 +- src/IconApiRounded.tsx | 2 +- src/IconApiRoundedFilled.tsx | 2 +- src/IconApiSharp.tsx | 2 +- src/IconApiSharpFilled.tsx | 2 +- src/IconApkDocumentOutlined.tsx | 2 +- src/IconApkDocumentOutlinedFilled.tsx | 2 +- src/IconApkDocumentRounded.tsx | 2 +- src/IconApkDocumentRoundedFilled.tsx | 2 +- src/IconApkDocumentSharp.tsx | 2 +- src/IconApkDocumentSharpFilled.tsx | 2 +- src/IconApkInstallOutlined.tsx | 2 +- src/IconApkInstallOutlinedFilled.tsx | 2 +- src/IconApkInstallRounded.tsx | 2 +- src/IconApkInstallRoundedFilled.tsx | 2 +- src/IconApkInstallSharp.tsx | 2 +- src/IconApkInstallSharpFilled.tsx | 2 +- src/IconAppBadgingOutlined.tsx | 2 +- src/IconAppBadgingOutlinedFilled.tsx | 2 +- src/IconAppBadgingRounded.tsx | 2 +- src/IconAppBadgingRoundedFilled.tsx | 2 +- src/IconAppBadgingSharp.tsx | 2 +- src/IconAppBadgingSharpFilled.tsx | 2 +- src/IconAppBlockingOutlined.tsx | 2 +- src/IconAppBlockingOutlinedFilled.tsx | 2 +- src/IconAppBlockingRounded.tsx | 2 +- src/IconAppBlockingRoundedFilled.tsx | 2 +- src/IconAppBlockingSharp.tsx | 2 +- src/IconAppBlockingSharpFilled.tsx | 2 +- src/IconAppPromoOutlined.tsx | 2 +- src/IconAppPromoOutlinedFilled.tsx | 2 +- src/IconAppPromoRounded.tsx | 2 +- src/IconAppPromoRoundedFilled.tsx | 2 +- src/IconAppPromoSharp.tsx | 2 +- src/IconAppPromoSharpFilled.tsx | 2 +- src/IconAppRegistrationOutlined.tsx | 2 +- src/IconAppRegistrationOutlinedFilled.tsx | 2 +- src/IconAppRegistrationRounded.tsx | 2 +- src/IconAppRegistrationRoundedFilled.tsx | 2 +- src/IconAppRegistrationSharp.tsx | 2 +- src/IconAppRegistrationSharpFilled.tsx | 2 +- src/IconAppShortcutOutlined.tsx | 2 +- src/IconAppShortcutOutlinedFilled.tsx | 2 +- src/IconAppShortcutRounded.tsx | 2 +- src/IconAppShortcutRoundedFilled.tsx | 2 +- src/IconAppShortcutSharp.tsx | 2 +- src/IconAppShortcutSharpFilled.tsx | 2 +- src/IconApparelOutlined.tsx | 2 +- src/IconApparelOutlinedFilled.tsx | 2 +- src/IconApparelRounded.tsx | 2 +- src/IconApparelRoundedFilled.tsx | 2 +- src/IconApparelSharp.tsx | 2 +- src/IconApparelSharpFilled.tsx | 2 +- src/IconApprovalDelegationOutlined.tsx | 2 +- src/IconApprovalDelegationOutlinedFilled.tsx | 2 +- src/IconApprovalDelegationRounded.tsx | 2 +- src/IconApprovalDelegationRoundedFilled.tsx | 2 +- src/IconApprovalDelegationSharp.tsx | 2 +- src/IconApprovalDelegationSharpFilled.tsx | 2 +- src/IconApprovalOutlined.tsx | 2 +- src/IconApprovalOutlinedFilled.tsx | 2 +- src/IconApprovalRounded.tsx | 2 +- src/IconApprovalRoundedFilled.tsx | 2 +- src/IconApprovalSharp.tsx | 2 +- src/IconApprovalSharpFilled.tsx | 2 +- src/IconAppsOutageOutlined.tsx | 2 +- src/IconAppsOutageOutlinedFilled.tsx | 2 +- src/IconAppsOutageRounded.tsx | 2 +- src/IconAppsOutageRoundedFilled.tsx | 2 +- src/IconAppsOutageSharp.tsx | 2 +- src/IconAppsOutageSharpFilled.tsx | 2 +- src/IconAppsOutlined.tsx | 2 +- src/IconAppsOutlinedFilled.tsx | 2 +- src/IconAppsRounded.tsx | 2 +- src/IconAppsRoundedFilled.tsx | 2 +- src/IconAppsSharp.tsx | 2 +- src/IconAppsSharpFilled.tsx | 2 +- src/IconAqIndoorOutlined.tsx | 2 +- src/IconAqIndoorOutlinedFilled.tsx | 2 +- src/IconAqIndoorRounded.tsx | 2 +- src/IconAqIndoorRoundedFilled.tsx | 2 +- src/IconAqIndoorSharp.tsx | 2 +- src/IconAqIndoorSharpFilled.tsx | 2 +- src/IconAqOutlined.tsx | 2 +- src/IconAqOutlinedFilled.tsx | 2 +- src/IconAqRounded.tsx | 2 +- src/IconAqRoundedFilled.tsx | 2 +- src/IconAqSharp.tsx | 2 +- src/IconAqSharpFilled.tsx | 2 +- src/IconArOnYouOutlined.tsx | 2 +- src/IconArOnYouOutlinedFilled.tsx | 2 +- src/IconArOnYouRounded.tsx | 2 +- src/IconArOnYouRoundedFilled.tsx | 2 +- src/IconArOnYouSharp.tsx | 2 +- src/IconArOnYouSharpFilled.tsx | 2 +- src/IconArStickersOutlined.tsx | 2 +- src/IconArStickersOutlinedFilled.tsx | 2 +- src/IconArStickersRounded.tsx | 2 +- src/IconArStickersRoundedFilled.tsx | 2 +- src/IconArStickersSharp.tsx | 2 +- src/IconArStickersSharpFilled.tsx | 2 +- src/IconArchitectureOutlined.tsx | 2 +- src/IconArchitectureOutlinedFilled.tsx | 2 +- src/IconArchitectureRounded.tsx | 2 +- src/IconArchitectureRoundedFilled.tsx | 2 +- src/IconArchitectureSharp.tsx | 2 +- src/IconArchitectureSharpFilled.tsx | 2 +- src/IconArchiveOutlined.tsx | 2 +- src/IconArchiveOutlinedFilled.tsx | 2 +- src/IconArchiveRounded.tsx | 2 +- src/IconArchiveRoundedFilled.tsx | 2 +- src/IconArchiveSharp.tsx | 2 +- src/IconArchiveSharpFilled.tsx | 2 +- src/IconAreaChartOutlined.tsx | 2 +- src/IconAreaChartOutlinedFilled.tsx | 2 +- src/IconAreaChartRounded.tsx | 2 +- src/IconAreaChartRoundedFilled.tsx | 2 +- src/IconAreaChartSharp.tsx | 2 +- src/IconAreaChartSharpFilled.tsx | 2 +- src/IconArmingCountdownOutlined.tsx | 2 +- src/IconArmingCountdownOutlinedFilled.tsx | 2 +- src/IconArmingCountdownRounded.tsx | 2 +- src/IconArmingCountdownRoundedFilled.tsx | 2 +- src/IconArmingCountdownSharp.tsx | 2 +- src/IconArmingCountdownSharpFilled.tsx | 2 +- src/IconArrowAndEdgeOutlined.tsx | 2 +- src/IconArrowAndEdgeOutlinedFilled.tsx | 2 +- src/IconArrowAndEdgeRounded.tsx | 2 +- src/IconArrowAndEdgeRoundedFilled.tsx | 2 +- src/IconArrowAndEdgeSharp.tsx | 2 +- src/IconArrowAndEdgeSharpFilled.tsx | 2 +- src/IconArrowBack2Outlined.tsx | 2 +- src/IconArrowBack2OutlinedFilled.tsx | 2 +- src/IconArrowBack2Rounded.tsx | 2 +- src/IconArrowBack2RoundedFilled.tsx | 2 +- src/IconArrowBack2Sharp.tsx | 2 +- src/IconArrowBack2SharpFilled.tsx | 2 +- src/IconArrowBackIosNewOutlined.tsx | 2 +- src/IconArrowBackIosNewOutlinedFilled.tsx | 2 +- src/IconArrowBackIosNewRounded.tsx | 2 +- src/IconArrowBackIosNewRoundedFilled.tsx | 2 +- src/IconArrowBackIosNewSharp.tsx | 2 +- src/IconArrowBackIosNewSharpFilled.tsx | 2 +- src/IconArrowBackIosOutlined.tsx | 2 +- src/IconArrowBackIosOutlinedFilled.tsx | 2 +- src/IconArrowBackIosRounded.tsx | 2 +- src/IconArrowBackIosRoundedFilled.tsx | 2 +- src/IconArrowBackIosSharp.tsx | 2 +- src/IconArrowBackIosSharpFilled.tsx | 2 +- src/IconArrowBackOutlined.tsx | 2 +- src/IconArrowBackOutlinedFilled.tsx | 2 +- src/IconArrowBackRounded.tsx | 2 +- src/IconArrowBackRoundedFilled.tsx | 2 +- src/IconArrowBackSharp.tsx | 2 +- src/IconArrowBackSharpFilled.tsx | 2 +- src/IconArrowCircleDownOutlined.tsx | 2 +- src/IconArrowCircleDownOutlinedFilled.tsx | 2 +- src/IconArrowCircleDownRounded.tsx | 2 +- src/IconArrowCircleDownRoundedFilled.tsx | 2 +- src/IconArrowCircleDownSharp.tsx | 2 +- src/IconArrowCircleDownSharpFilled.tsx | 2 +- src/IconArrowCircleLeftOutlined.tsx | 2 +- src/IconArrowCircleLeftOutlinedFilled.tsx | 2 +- src/IconArrowCircleLeftRounded.tsx | 2 +- src/IconArrowCircleLeftRoundedFilled.tsx | 2 +- src/IconArrowCircleLeftSharp.tsx | 2 +- src/IconArrowCircleLeftSharpFilled.tsx | 2 +- src/IconArrowCircleRightOutlined.tsx | 2 +- src/IconArrowCircleRightOutlinedFilled.tsx | 2 +- src/IconArrowCircleRightRounded.tsx | 2 +- src/IconArrowCircleRightRoundedFilled.tsx | 2 +- src/IconArrowCircleRightSharp.tsx | 2 +- src/IconArrowCircleRightSharpFilled.tsx | 2 +- src/IconArrowCircleUpOutlined.tsx | 2 +- src/IconArrowCircleUpOutlinedFilled.tsx | 2 +- src/IconArrowCircleUpRounded.tsx | 2 +- src/IconArrowCircleUpRoundedFilled.tsx | 2 +- src/IconArrowCircleUpSharp.tsx | 2 +- src/IconArrowCircleUpSharpFilled.tsx | 2 +- src/IconArrowCoolDownOutlined.tsx | 2 +- src/IconArrowCoolDownOutlinedFilled.tsx | 2 +- src/IconArrowCoolDownRounded.tsx | 2 +- src/IconArrowCoolDownRoundedFilled.tsx | 2 +- src/IconArrowCoolDownSharp.tsx | 2 +- src/IconArrowCoolDownSharpFilled.tsx | 2 +- src/IconArrowDownwardAltOutlined.tsx | 2 +- src/IconArrowDownwardAltOutlinedFilled.tsx | 2 +- src/IconArrowDownwardAltRounded.tsx | 2 +- src/IconArrowDownwardAltRoundedFilled.tsx | 2 +- src/IconArrowDownwardAltSharp.tsx | 2 +- src/IconArrowDownwardAltSharpFilled.tsx | 2 +- src/IconArrowDownwardOutlined.tsx | 2 +- src/IconArrowDownwardOutlinedFilled.tsx | 2 +- src/IconArrowDownwardRounded.tsx | 2 +- src/IconArrowDownwardRoundedFilled.tsx | 2 +- src/IconArrowDownwardSharp.tsx | 2 +- src/IconArrowDownwardSharpFilled.tsx | 2 +- src/IconArrowDropDownCircleOutlined.tsx | 2 +- src/IconArrowDropDownCircleOutlinedFilled.tsx | 2 +- src/IconArrowDropDownCircleRounded.tsx | 2 +- src/IconArrowDropDownCircleRoundedFilled.tsx | 2 +- src/IconArrowDropDownCircleSharp.tsx | 2 +- src/IconArrowDropDownCircleSharpFilled.tsx | 2 +- src/IconArrowDropDownOutlined.tsx | 2 +- src/IconArrowDropDownOutlinedFilled.tsx | 2 +- src/IconArrowDropDownRounded.tsx | 2 +- src/IconArrowDropDownRoundedFilled.tsx | 2 +- src/IconArrowDropDownSharp.tsx | 2 +- src/IconArrowDropDownSharpFilled.tsx | 2 +- src/IconArrowDropUpOutlined.tsx | 2 +- src/IconArrowDropUpOutlinedFilled.tsx | 2 +- src/IconArrowDropUpRounded.tsx | 2 +- src/IconArrowDropUpRoundedFilled.tsx | 2 +- src/IconArrowDropUpSharp.tsx | 2 +- src/IconArrowDropUpSharpFilled.tsx | 2 +- src/IconArrowForwardIosOutlined.tsx | 2 +- src/IconArrowForwardIosOutlinedFilled.tsx | 2 +- src/IconArrowForwardIosRounded.tsx | 2 +- src/IconArrowForwardIosRoundedFilled.tsx | 2 +- src/IconArrowForwardIosSharp.tsx | 2 +- src/IconArrowForwardIosSharpFilled.tsx | 2 +- src/IconArrowForwardOutlined.tsx | 2 +- src/IconArrowForwardOutlinedFilled.tsx | 2 +- src/IconArrowForwardRounded.tsx | 2 +- src/IconArrowForwardRoundedFilled.tsx | 2 +- src/IconArrowForwardSharp.tsx | 2 +- src/IconArrowForwardSharpFilled.tsx | 2 +- src/IconArrowInsertOutlined.tsx | 2 +- src/IconArrowInsertOutlinedFilled.tsx | 2 +- src/IconArrowInsertRounded.tsx | 2 +- src/IconArrowInsertRoundedFilled.tsx | 2 +- src/IconArrowInsertSharp.tsx | 2 +- src/IconArrowInsertSharpFilled.tsx | 2 +- src/IconArrowLeftAltOutlined.tsx | 2 +- src/IconArrowLeftAltOutlinedFilled.tsx | 2 +- src/IconArrowLeftAltRounded.tsx | 2 +- src/IconArrowLeftAltRoundedFilled.tsx | 2 +- src/IconArrowLeftAltSharp.tsx | 2 +- src/IconArrowLeftAltSharpFilled.tsx | 2 +- src/IconArrowLeftOutlined.tsx | 2 +- src/IconArrowLeftOutlinedFilled.tsx | 2 +- src/IconArrowLeftRounded.tsx | 2 +- src/IconArrowLeftRoundedFilled.tsx | 2 +- src/IconArrowLeftSharp.tsx | 2 +- src/IconArrowLeftSharpFilled.tsx | 2 +- src/IconArrowMenuCloseOutlined.tsx | 2 +- src/IconArrowMenuCloseOutlinedFilled.tsx | 2 +- src/IconArrowMenuCloseRounded.tsx | 2 +- src/IconArrowMenuCloseRoundedFilled.tsx | 2 +- src/IconArrowMenuCloseSharp.tsx | 2 +- src/IconArrowMenuCloseSharpFilled.tsx | 2 +- src/IconArrowMenuOpenOutlined.tsx | 2 +- src/IconArrowMenuOpenOutlinedFilled.tsx | 2 +- src/IconArrowMenuOpenRounded.tsx | 2 +- src/IconArrowMenuOpenRoundedFilled.tsx | 2 +- src/IconArrowMenuOpenSharp.tsx | 2 +- src/IconArrowMenuOpenSharpFilled.tsx | 2 +- src/IconArrowOrEdgeOutlined.tsx | 2 +- src/IconArrowOrEdgeOutlinedFilled.tsx | 2 +- src/IconArrowOrEdgeRounded.tsx | 2 +- src/IconArrowOrEdgeRoundedFilled.tsx | 2 +- src/IconArrowOrEdgeSharp.tsx | 2 +- src/IconArrowOrEdgeSharpFilled.tsx | 2 +- src/IconArrowOutwardOutlined.tsx | 2 +- src/IconArrowOutwardOutlinedFilled.tsx | 2 +- src/IconArrowOutwardRounded.tsx | 2 +- src/IconArrowOutwardRoundedFilled.tsx | 2 +- src/IconArrowOutwardSharp.tsx | 2 +- src/IconArrowOutwardSharpFilled.tsx | 2 +- src/IconArrowRangeOutlined.tsx | 2 +- src/IconArrowRangeOutlinedFilled.tsx | 2 +- src/IconArrowRangeRounded.tsx | 2 +- src/IconArrowRangeRoundedFilled.tsx | 2 +- src/IconArrowRangeSharp.tsx | 2 +- src/IconArrowRangeSharpFilled.tsx | 2 +- src/IconArrowRightAltOutlined.tsx | 2 +- src/IconArrowRightAltOutlinedFilled.tsx | 2 +- src/IconArrowRightAltRounded.tsx | 2 +- src/IconArrowRightAltRoundedFilled.tsx | 2 +- src/IconArrowRightAltSharp.tsx | 2 +- src/IconArrowRightAltSharpFilled.tsx | 2 +- src/IconArrowRightOutlined.tsx | 2 +- src/IconArrowRightOutlinedFilled.tsx | 2 +- src/IconArrowRightRounded.tsx | 2 +- src/IconArrowRightRoundedFilled.tsx | 2 +- src/IconArrowRightSharp.tsx | 2 +- src/IconArrowRightSharpFilled.tsx | 2 +- src/IconArrowSelectorToolOutlined.tsx | 2 +- src/IconArrowSelectorToolOutlinedFilled.tsx | 2 +- src/IconArrowSelectorToolRounded.tsx | 2 +- src/IconArrowSelectorToolRoundedFilled.tsx | 2 +- src/IconArrowSelectorToolSharp.tsx | 2 +- src/IconArrowSelectorToolSharpFilled.tsx | 2 +- src/IconArrowSplitOutlined.tsx | 2 +- src/IconArrowSplitOutlinedFilled.tsx | 2 +- src/IconArrowSplitRounded.tsx | 2 +- src/IconArrowSplitRoundedFilled.tsx | 2 +- src/IconArrowSplitSharp.tsx | 2 +- src/IconArrowSplitSharpFilled.tsx | 2 +- src/IconArrowTopLeftOutlined.tsx | 2 +- src/IconArrowTopLeftOutlinedFilled.tsx | 2 +- src/IconArrowTopLeftRounded.tsx | 2 +- src/IconArrowTopLeftRoundedFilled.tsx | 2 +- src/IconArrowTopLeftSharp.tsx | 2 +- src/IconArrowTopLeftSharpFilled.tsx | 2 +- src/IconArrowTopRightOutlined.tsx | 2 +- src/IconArrowTopRightOutlinedFilled.tsx | 2 +- src/IconArrowTopRightRounded.tsx | 2 +- src/IconArrowTopRightRoundedFilled.tsx | 2 +- src/IconArrowTopRightSharp.tsx | 2 +- src/IconArrowTopRightSharpFilled.tsx | 2 +- src/IconArrowUploadProgressOutlined.tsx | 2 +- src/IconArrowUploadProgressOutlinedFilled.tsx | 2 +- src/IconArrowUploadProgressRounded.tsx | 2 +- src/IconArrowUploadProgressRoundedFilled.tsx | 2 +- src/IconArrowUploadProgressSharp.tsx | 2 +- src/IconArrowUploadProgressSharpFilled.tsx | 2 +- src/IconArrowUploadReadyOutlined.tsx | 2 +- src/IconArrowUploadReadyOutlinedFilled.tsx | 2 +- src/IconArrowUploadReadyRounded.tsx | 2 +- src/IconArrowUploadReadyRoundedFilled.tsx | 2 +- src/IconArrowUploadReadySharp.tsx | 2 +- src/IconArrowUploadReadySharpFilled.tsx | 2 +- src/IconArrowUpwardAltOutlined.tsx | 2 +- src/IconArrowUpwardAltOutlinedFilled.tsx | 2 +- src/IconArrowUpwardAltRounded.tsx | 2 +- src/IconArrowUpwardAltRoundedFilled.tsx | 2 +- src/IconArrowUpwardAltSharp.tsx | 2 +- src/IconArrowUpwardAltSharpFilled.tsx | 2 +- src/IconArrowUpwardOutlined.tsx | 2 +- src/IconArrowUpwardOutlinedFilled.tsx | 2 +- src/IconArrowUpwardRounded.tsx | 2 +- src/IconArrowUpwardRoundedFilled.tsx | 2 +- src/IconArrowUpwardSharp.tsx | 2 +- src/IconArrowUpwardSharpFilled.tsx | 2 +- src/IconArrowWarmUpOutlined.tsx | 2 +- src/IconArrowWarmUpOutlinedFilled.tsx | 2 +- src/IconArrowWarmUpRounded.tsx | 2 +- src/IconArrowWarmUpRoundedFilled.tsx | 2 +- src/IconArrowWarmUpSharp.tsx | 2 +- src/IconArrowWarmUpSharpFilled.tsx | 2 +- src/IconArrowsMoreDownOutlined.tsx | 2 +- src/IconArrowsMoreDownOutlinedFilled.tsx | 2 +- src/IconArrowsMoreDownRounded.tsx | 2 +- src/IconArrowsMoreDownRoundedFilled.tsx | 2 +- src/IconArrowsMoreDownSharp.tsx | 2 +- src/IconArrowsMoreDownSharpFilled.tsx | 2 +- src/IconArrowsMoreUpOutlined.tsx | 2 +- src/IconArrowsMoreUpOutlinedFilled.tsx | 2 +- src/IconArrowsMoreUpRounded.tsx | 2 +- src/IconArrowsMoreUpRoundedFilled.tsx | 2 +- src/IconArrowsMoreUpSharp.tsx | 2 +- src/IconArrowsMoreUpSharpFilled.tsx | 2 +- src/IconArrowsOutwardOutlined.tsx | 2 +- src/IconArrowsOutwardOutlinedFilled.tsx | 2 +- src/IconArrowsOutwardRounded.tsx | 2 +- src/IconArrowsOutwardRoundedFilled.tsx | 2 +- src/IconArrowsOutwardSharp.tsx | 2 +- src/IconArrowsOutwardSharpFilled.tsx | 2 +- src/IconArtTrackOutlined.tsx | 2 +- src/IconArtTrackOutlinedFilled.tsx | 2 +- src/IconArtTrackRounded.tsx | 2 +- src/IconArtTrackRoundedFilled.tsx | 2 +- src/IconArtTrackSharp.tsx | 2 +- src/IconArtTrackSharpFilled.tsx | 2 +- src/IconArticleOutlined.tsx | 2 +- src/IconArticleOutlinedFilled.tsx | 2 +- src/IconArticleRounded.tsx | 2 +- src/IconArticleRoundedFilled.tsx | 2 +- src/IconArticleSharp.tsx | 2 +- src/IconArticleSharpFilled.tsx | 2 +- src/IconArticleShortcutOutlined.tsx | 2 +- src/IconArticleShortcutOutlinedFilled.tsx | 2 +- src/IconArticleShortcutRounded.tsx | 2 +- src/IconArticleShortcutRoundedFilled.tsx | 2 +- src/IconArticleShortcutSharp.tsx | 2 +- src/IconArticleShortcutSharpFilled.tsx | 2 +- src/IconArtistOutlined.tsx | 2 +- src/IconArtistOutlinedFilled.tsx | 2 +- src/IconArtistRounded.tsx | 2 +- src/IconArtistRoundedFilled.tsx | 2 +- src/IconArtistSharp.tsx | 2 +- src/IconArtistSharpFilled.tsx | 2 +- src/IconAspectRatioOutlined.tsx | 2 +- src/IconAspectRatioOutlinedFilled.tsx | 2 +- src/IconAspectRatioRounded.tsx | 2 +- src/IconAspectRatioRoundedFilled.tsx | 2 +- src/IconAspectRatioSharp.tsx | 2 +- src/IconAspectRatioSharpFilled.tsx | 2 +- src/IconAssignmentAddOutlined.tsx | 2 +- src/IconAssignmentAddOutlinedFilled.tsx | 2 +- src/IconAssignmentAddRounded.tsx | 2 +- src/IconAssignmentAddRoundedFilled.tsx | 2 +- src/IconAssignmentAddSharp.tsx | 2 +- src/IconAssignmentAddSharpFilled.tsx | 2 +- src/IconAssignmentIndOutlined.tsx | 2 +- src/IconAssignmentIndOutlinedFilled.tsx | 2 +- src/IconAssignmentIndRounded.tsx | 2 +- src/IconAssignmentIndRoundedFilled.tsx | 2 +- src/IconAssignmentIndSharp.tsx | 2 +- src/IconAssignmentIndSharpFilled.tsx | 2 +- src/IconAssignmentLateOutlined.tsx | 2 +- src/IconAssignmentLateOutlinedFilled.tsx | 2 +- src/IconAssignmentLateRounded.tsx | 2 +- src/IconAssignmentLateRoundedFilled.tsx | 2 +- src/IconAssignmentLateSharp.tsx | 2 +- src/IconAssignmentLateSharpFilled.tsx | 2 +- src/IconAssignmentOutlined.tsx | 2 +- src/IconAssignmentOutlinedFilled.tsx | 2 +- src/IconAssignmentReturnOutlined.tsx | 2 +- src/IconAssignmentReturnOutlinedFilled.tsx | 2 +- src/IconAssignmentReturnRounded.tsx | 2 +- src/IconAssignmentReturnRoundedFilled.tsx | 2 +- src/IconAssignmentReturnSharp.tsx | 2 +- src/IconAssignmentReturnSharpFilled.tsx | 2 +- src/IconAssignmentReturnedOutlined.tsx | 2 +- src/IconAssignmentReturnedOutlinedFilled.tsx | 2 +- src/IconAssignmentReturnedRounded.tsx | 2 +- src/IconAssignmentReturnedRoundedFilled.tsx | 2 +- src/IconAssignmentReturnedSharp.tsx | 2 +- src/IconAssignmentReturnedSharpFilled.tsx | 2 +- src/IconAssignmentRounded.tsx | 2 +- src/IconAssignmentRoundedFilled.tsx | 2 +- src/IconAssignmentSharp.tsx | 2 +- src/IconAssignmentSharpFilled.tsx | 2 +- src/IconAssignmentTurnedInOutlined.tsx | 2 +- src/IconAssignmentTurnedInOutlinedFilled.tsx | 2 +- src/IconAssignmentTurnedInRounded.tsx | 2 +- src/IconAssignmentTurnedInRoundedFilled.tsx | 2 +- src/IconAssignmentTurnedInSharp.tsx | 2 +- src/IconAssignmentTurnedInSharpFilled.tsx | 2 +- src/IconAssistWalkerOutlined.tsx | 2 +- src/IconAssistWalkerOutlinedFilled.tsx | 2 +- src/IconAssistWalkerRounded.tsx | 2 +- src/IconAssistWalkerRoundedFilled.tsx | 2 +- src/IconAssistWalkerSharp.tsx | 2 +- src/IconAssistWalkerSharpFilled.tsx | 2 +- src/IconAssistantDeviceOutlined.tsx | 2 +- src/IconAssistantDeviceOutlinedFilled.tsx | 2 +- src/IconAssistantDeviceRounded.tsx | 2 +- src/IconAssistantDeviceRoundedFilled.tsx | 2 +- src/IconAssistantDeviceSharp.tsx | 2 +- src/IconAssistantDeviceSharpFilled.tsx | 2 +- src/IconAssistantDirectionOutlined.tsx | 2 +- src/IconAssistantDirectionOutlinedFilled.tsx | 2 +- src/IconAssistantDirectionRounded.tsx | 2 +- src/IconAssistantDirectionRoundedFilled.tsx | 2 +- src/IconAssistantDirectionSharp.tsx | 2 +- src/IconAssistantDirectionSharpFilled.tsx | 2 +- src/IconAssistantNavigationOutlined.tsx | 2 +- src/IconAssistantNavigationOutlinedFilled.tsx | 2 +- src/IconAssistantNavigationRounded.tsx | 2 +- src/IconAssistantNavigationRoundedFilled.tsx | 2 +- src/IconAssistantNavigationSharp.tsx | 2 +- src/IconAssistantNavigationSharpFilled.tsx | 2 +- src/IconAssistantOnHubOutlined.tsx | 2 +- src/IconAssistantOnHubOutlinedFilled.tsx | 2 +- src/IconAssistantOnHubRounded.tsx | 2 +- src/IconAssistantOnHubRoundedFilled.tsx | 2 +- src/IconAssistantOnHubSharp.tsx | 2 +- src/IconAssistantOnHubSharpFilled.tsx | 2 +- src/IconAssuredWorkloadOutlined.tsx | 2 +- src/IconAssuredWorkloadOutlinedFilled.tsx | 2 +- src/IconAssuredWorkloadRounded.tsx | 2 +- src/IconAssuredWorkloadRoundedFilled.tsx | 2 +- src/IconAssuredWorkloadSharp.tsx | 2 +- src/IconAssuredWorkloadSharpFilled.tsx | 2 +- src/IconAsteriskOutlined.tsx | 2 +- src/IconAsteriskOutlinedFilled.tsx | 2 +- src/IconAsteriskRounded.tsx | 2 +- src/IconAsteriskRoundedFilled.tsx | 2 +- src/IconAsteriskSharp.tsx | 2 +- src/IconAsteriskSharpFilled.tsx | 2 +- src/IconAtmOutlined.tsx | 2 +- src/IconAtmOutlinedFilled.tsx | 2 +- src/IconAtmRounded.tsx | 2 +- src/IconAtmRoundedFilled.tsx | 2 +- src/IconAtmSharp.tsx | 2 +- src/IconAtmSharpFilled.tsx | 2 +- src/IconAtrOutlined.tsx | 2 +- src/IconAtrOutlinedFilled.tsx | 2 +- src/IconAtrRounded.tsx | 2 +- src/IconAtrRoundedFilled.tsx | 2 +- src/IconAtrSharp.tsx | 2 +- src/IconAtrSharpFilled.tsx | 2 +- src/IconAttachEmailOutlined.tsx | 2 +- src/IconAttachEmailOutlinedFilled.tsx | 2 +- src/IconAttachEmailRounded.tsx | 2 +- src/IconAttachEmailRoundedFilled.tsx | 2 +- src/IconAttachEmailSharp.tsx | 2 +- src/IconAttachEmailSharpFilled.tsx | 2 +- src/IconAttachFileAddOutlined.tsx | 2 +- src/IconAttachFileAddOutlinedFilled.tsx | 2 +- src/IconAttachFileAddRounded.tsx | 2 +- src/IconAttachFileAddRoundedFilled.tsx | 2 +- src/IconAttachFileAddSharp.tsx | 2 +- src/IconAttachFileAddSharpFilled.tsx | 2 +- src/IconAttachFileOffOutlined.tsx | 2 +- src/IconAttachFileOffOutlinedFilled.tsx | 2 +- src/IconAttachFileOffRounded.tsx | 2 +- src/IconAttachFileOffRoundedFilled.tsx | 2 +- src/IconAttachFileOffSharp.tsx | 2 +- src/IconAttachFileOffSharpFilled.tsx | 2 +- src/IconAttachFileOutlined.tsx | 2 +- src/IconAttachFileOutlinedFilled.tsx | 2 +- src/IconAttachFileRounded.tsx | 2 +- src/IconAttachFileRoundedFilled.tsx | 2 +- src/IconAttachFileSharp.tsx | 2 +- src/IconAttachFileSharpFilled.tsx | 2 +- src/IconAttachMoneyOutlined.tsx | 2 +- src/IconAttachMoneyOutlinedFilled.tsx | 2 +- src/IconAttachMoneyRounded.tsx | 2 +- src/IconAttachMoneyRoundedFilled.tsx | 2 +- src/IconAttachMoneySharp.tsx | 2 +- src/IconAttachMoneySharpFilled.tsx | 2 +- src/IconAttachmentOutlined.tsx | 2 +- src/IconAttachmentOutlinedFilled.tsx | 2 +- src/IconAttachmentRounded.tsx | 2 +- src/IconAttachmentRoundedFilled.tsx | 2 +- src/IconAttachmentSharp.tsx | 2 +- src/IconAttachmentSharpFilled.tsx | 2 +- src/IconAttractionsOutlined.tsx | 2 +- src/IconAttractionsOutlinedFilled.tsx | 2 +- src/IconAttractionsRounded.tsx | 2 +- src/IconAttractionsRoundedFilled.tsx | 2 +- src/IconAttractionsSharp.tsx | 2 +- src/IconAttractionsSharpFilled.tsx | 2 +- src/IconAttributionOutlined.tsx | 2 +- src/IconAttributionOutlinedFilled.tsx | 2 +- src/IconAttributionRounded.tsx | 2 +- src/IconAttributionRoundedFilled.tsx | 2 +- src/IconAttributionSharp.tsx | 2 +- src/IconAttributionSharpFilled.tsx | 2 +- src/IconAudioDescriptionOutlined.tsx | 2 +- src/IconAudioDescriptionOutlinedFilled.tsx | 2 +- src/IconAudioDescriptionRounded.tsx | 2 +- src/IconAudioDescriptionRoundedFilled.tsx | 2 +- src/IconAudioDescriptionSharp.tsx | 2 +- src/IconAudioDescriptionSharpFilled.tsx | 2 +- src/IconAudioFileOutlined.tsx | 2 +- src/IconAudioFileOutlinedFilled.tsx | 2 +- src/IconAudioFileRounded.tsx | 2 +- src/IconAudioFileRoundedFilled.tsx | 2 +- src/IconAudioFileSharp.tsx | 2 +- src/IconAudioFileSharpFilled.tsx | 2 +- src/IconAudioVideoReceiverOutlined.tsx | 2 +- src/IconAudioVideoReceiverOutlinedFilled.tsx | 2 +- src/IconAudioVideoReceiverRounded.tsx | 2 +- src/IconAudioVideoReceiverRoundedFilled.tsx | 2 +- src/IconAudioVideoReceiverSharp.tsx | 2 +- src/IconAudioVideoReceiverSharpFilled.tsx | 2 +- src/IconAutoAwesomeMosaicOutlined.tsx | 2 +- src/IconAutoAwesomeMosaicOutlinedFilled.tsx | 2 +- src/IconAutoAwesomeMosaicRounded.tsx | 2 +- src/IconAutoAwesomeMosaicRoundedFilled.tsx | 2 +- src/IconAutoAwesomeMosaicSharp.tsx | 2 +- src/IconAutoAwesomeMosaicSharpFilled.tsx | 2 +- src/IconAutoAwesomeMotionOutlined.tsx | 2 +- src/IconAutoAwesomeMotionOutlinedFilled.tsx | 2 +- src/IconAutoAwesomeMotionRounded.tsx | 2 +- src/IconAutoAwesomeMotionRoundedFilled.tsx | 2 +- src/IconAutoAwesomeMotionSharp.tsx | 2 +- src/IconAutoAwesomeMotionSharpFilled.tsx | 2 +- src/IconAutoDeleteOutlined.tsx | 2 +- src/IconAutoDeleteOutlinedFilled.tsx | 2 +- src/IconAutoDeleteRounded.tsx | 2 +- src/IconAutoDeleteRoundedFilled.tsx | 2 +- src/IconAutoDeleteSharp.tsx | 2 +- src/IconAutoDeleteSharpFilled.tsx | 2 +- src/IconAutoReadPauseOutlined.tsx | 2 +- src/IconAutoReadPauseOutlinedFilled.tsx | 2 +- src/IconAutoReadPauseRounded.tsx | 2 +- src/IconAutoReadPauseRoundedFilled.tsx | 2 +- src/IconAutoReadPauseSharp.tsx | 2 +- src/IconAutoReadPauseSharpFilled.tsx | 2 +- src/IconAutoReadPlayOutlined.tsx | 2 +- src/IconAutoReadPlayOutlinedFilled.tsx | 2 +- src/IconAutoReadPlayRounded.tsx | 2 +- src/IconAutoReadPlayRoundedFilled.tsx | 2 +- src/IconAutoReadPlaySharp.tsx | 2 +- src/IconAutoReadPlaySharpFilled.tsx | 2 +- src/IconAutoStoriesOutlined.tsx | 2 +- src/IconAutoStoriesOutlinedFilled.tsx | 2 +- src/IconAutoStoriesRounded.tsx | 2 +- src/IconAutoStoriesRoundedFilled.tsx | 2 +- src/IconAutoStoriesSharp.tsx | 2 +- src/IconAutoStoriesSharpFilled.tsx | 2 +- src/IconAutoTowingOutlined.tsx | 2 +- src/IconAutoTowingOutlinedFilled.tsx | 2 +- src/IconAutoTowingRounded.tsx | 2 +- src/IconAutoTowingRoundedFilled.tsx | 2 +- src/IconAutoTowingSharp.tsx | 2 +- src/IconAutoTowingSharpFilled.tsx | 2 +- src/IconAutoTransmissionOutlined.tsx | 2 +- src/IconAutoTransmissionOutlinedFilled.tsx | 2 +- src/IconAutoTransmissionRounded.tsx | 2 +- src/IconAutoTransmissionRoundedFilled.tsx | 2 +- src/IconAutoTransmissionSharp.tsx | 2 +- src/IconAutoTransmissionSharpFilled.tsx | 2 +- src/IconAutofpsSelectOutlined.tsx | 2 +- src/IconAutofpsSelectOutlinedFilled.tsx | 2 +- src/IconAutofpsSelectRounded.tsx | 2 +- src/IconAutofpsSelectRoundedFilled.tsx | 2 +- src/IconAutofpsSelectSharp.tsx | 2 +- src/IconAutofpsSelectSharpFilled.tsx | 2 +- src/IconAutomationOutlined.tsx | 2 +- src/IconAutomationOutlinedFilled.tsx | 2 +- src/IconAutomationRounded.tsx | 2 +- src/IconAutomationRoundedFilled.tsx | 2 +- src/IconAutomationSharp.tsx | 2 +- src/IconAutomationSharpFilled.tsx | 2 +- src/IconAutopauseOutlined.tsx | 2 +- src/IconAutopauseOutlinedFilled.tsx | 2 +- src/IconAutopauseRounded.tsx | 2 +- src/IconAutopauseRoundedFilled.tsx | 2 +- src/IconAutopauseSharp.tsx | 2 +- src/IconAutopauseSharpFilled.tsx | 2 +- src/IconAutoplayOutlined.tsx | 2 +- src/IconAutoplayOutlinedFilled.tsx | 2 +- src/IconAutoplayRounded.tsx | 2 +- src/IconAutoplayRoundedFilled.tsx | 2 +- src/IconAutoplaySharp.tsx | 2 +- src/IconAutoplaySharpFilled.tsx | 2 +- src/IconAutorenewOutlined.tsx | 2 +- src/IconAutorenewOutlinedFilled.tsx | 2 +- src/IconAutorenewRounded.tsx | 2 +- src/IconAutorenewRoundedFilled.tsx | 2 +- src/IconAutorenewSharp.tsx | 2 +- src/IconAutorenewSharpFilled.tsx | 2 +- src/IconAutostopOutlined.tsx | 2 +- src/IconAutostopOutlinedFilled.tsx | 2 +- src/IconAutostopRounded.tsx | 2 +- src/IconAutostopRoundedFilled.tsx | 2 +- src/IconAutostopSharp.tsx | 2 +- src/IconAutostopSharpFilled.tsx | 2 +- src/IconAv1Outlined.tsx | 2 +- src/IconAv1OutlinedFilled.tsx | 2 +- src/IconAv1Rounded.tsx | 2 +- src/IconAv1RoundedFilled.tsx | 2 +- src/IconAv1Sharp.tsx | 2 +- src/IconAv1SharpFilled.tsx | 2 +- src/IconAvTimerOutlined.tsx | 2 +- src/IconAvTimerOutlinedFilled.tsx | 2 +- src/IconAvTimerRounded.tsx | 2 +- src/IconAvTimerRoundedFilled.tsx | 2 +- src/IconAvTimerSharp.tsx | 2 +- src/IconAvTimerSharpFilled.tsx | 2 +- src/IconAvcOutlined.tsx | 2 +- src/IconAvcOutlinedFilled.tsx | 2 +- src/IconAvcRounded.tsx | 2 +- src/IconAvcRoundedFilled.tsx | 2 +- src/IconAvcSharp.tsx | 2 +- src/IconAvcSharpFilled.tsx | 2 +- src/IconAvgPaceOutlined.tsx | 2 +- src/IconAvgPaceOutlinedFilled.tsx | 2 +- src/IconAvgPaceRounded.tsx | 2 +- src/IconAvgPaceRoundedFilled.tsx | 2 +- src/IconAvgPaceSharp.tsx | 2 +- src/IconAvgPaceSharpFilled.tsx | 2 +- src/IconAvgTimeOutlined.tsx | 2 +- src/IconAvgTimeOutlinedFilled.tsx | 2 +- src/IconAvgTimeRounded.tsx | 2 +- src/IconAvgTimeRoundedFilled.tsx | 2 +- src/IconAvgTimeSharp.tsx | 2 +- src/IconAvgTimeSharpFilled.tsx | 2 +- src/IconAwardStarOutlined.tsx | 2 +- src/IconAwardStarOutlinedFilled.tsx | 2 +- src/IconAwardStarRounded.tsx | 2 +- src/IconAwardStarRoundedFilled.tsx | 2 +- src/IconAwardStarSharp.tsx | 2 +- src/IconAwardStarSharpFilled.tsx | 2 +- src/IconAzmOutlined.tsx | 2 +- src/IconAzmOutlinedFilled.tsx | 2 +- src/IconAzmRounded.tsx | 2 +- src/IconAzmRoundedFilled.tsx | 2 +- src/IconAzmSharp.tsx | 2 +- src/IconAzmSharpFilled.tsx | 2 +- src/IconBabyChangingStationOutlined.tsx | 2 +- src/IconBabyChangingStationOutlinedFilled.tsx | 2 +- src/IconBabyChangingStationRounded.tsx | 2 +- src/IconBabyChangingStationRoundedFilled.tsx | 2 +- src/IconBabyChangingStationSharp.tsx | 2 +- src/IconBabyChangingStationSharpFilled.tsx | 2 +- src/IconBackHandOutlined.tsx | 2 +- src/IconBackHandOutlinedFilled.tsx | 2 +- src/IconBackHandRounded.tsx | 2 +- src/IconBackHandRoundedFilled.tsx | 2 +- src/IconBackHandSharp.tsx | 2 +- src/IconBackHandSharpFilled.tsx | 2 +- src/IconBackToTabOutlined.tsx | 2 +- src/IconBackToTabOutlinedFilled.tsx | 2 +- src/IconBackToTabRounded.tsx | 2 +- src/IconBackToTabRoundedFilled.tsx | 2 +- src/IconBackToTabSharp.tsx | 2 +- src/IconBackToTabSharpFilled.tsx | 2 +- src/IconBackgroundDotLargeOutlined.tsx | 2 +- src/IconBackgroundDotLargeOutlinedFilled.tsx | 2 +- src/IconBackgroundDotLargeRounded.tsx | 2 +- src/IconBackgroundDotLargeRoundedFilled.tsx | 2 +- src/IconBackgroundDotLargeSharp.tsx | 2 +- src/IconBackgroundDotLargeSharpFilled.tsx | 2 +- src/IconBackgroundDotSmallOutlined.tsx | 2 +- src/IconBackgroundDotSmallOutlinedFilled.tsx | 2 +- src/IconBackgroundDotSmallRounded.tsx | 2 +- src/IconBackgroundDotSmallRoundedFilled.tsx | 2 +- src/IconBackgroundDotSmallSharp.tsx | 2 +- src/IconBackgroundDotSmallSharpFilled.tsx | 2 +- src/IconBackgroundGridSmallOutlined.tsx | 2 +- src/IconBackgroundGridSmallOutlinedFilled.tsx | 2 +- src/IconBackgroundGridSmallRounded.tsx | 2 +- src/IconBackgroundGridSmallRoundedFilled.tsx | 2 +- src/IconBackgroundGridSmallSharp.tsx | 2 +- src/IconBackgroundGridSmallSharpFilled.tsx | 2 +- src/IconBackgroundReplaceOutlined.tsx | 2 +- src/IconBackgroundReplaceOutlinedFilled.tsx | 2 +- src/IconBackgroundReplaceRounded.tsx | 2 +- src/IconBackgroundReplaceRoundedFilled.tsx | 2 +- src/IconBackgroundReplaceSharp.tsx | 2 +- src/IconBackgroundReplaceSharpFilled.tsx | 2 +- src/IconBacklightHighOffOutlined.tsx | 2 +- src/IconBacklightHighOffOutlinedFilled.tsx | 2 +- src/IconBacklightHighOffRounded.tsx | 2 +- src/IconBacklightHighOffRoundedFilled.tsx | 2 +- src/IconBacklightHighOffSharp.tsx | 2 +- src/IconBacklightHighOffSharpFilled.tsx | 2 +- src/IconBacklightHighOutlined.tsx | 2 +- src/IconBacklightHighOutlinedFilled.tsx | 2 +- src/IconBacklightHighRounded.tsx | 2 +- src/IconBacklightHighRoundedFilled.tsx | 2 +- src/IconBacklightHighSharp.tsx | 2 +- src/IconBacklightHighSharpFilled.tsx | 2 +- src/IconBacklightLowOutlined.tsx | 2 +- src/IconBacklightLowOutlinedFilled.tsx | 2 +- src/IconBacklightLowRounded.tsx | 2 +- src/IconBacklightLowRoundedFilled.tsx | 2 +- src/IconBacklightLowSharp.tsx | 2 +- src/IconBacklightLowSharpFilled.tsx | 2 +- src/IconBackpackOutlined.tsx | 2 +- src/IconBackpackOutlinedFilled.tsx | 2 +- src/IconBackpackRounded.tsx | 2 +- src/IconBackpackRoundedFilled.tsx | 2 +- src/IconBackpackSharp.tsx | 2 +- src/IconBackpackSharpFilled.tsx | 2 +- src/IconBackspaceOutlined.tsx | 2 +- src/IconBackspaceOutlinedFilled.tsx | 2 +- src/IconBackspaceRounded.tsx | 2 +- src/IconBackspaceRoundedFilled.tsx | 2 +- src/IconBackspaceSharp.tsx | 2 +- src/IconBackspaceSharpFilled.tsx | 2 +- src/IconBackupOutlined.tsx | 2 +- src/IconBackupOutlinedFilled.tsx | 2 +- src/IconBackupRounded.tsx | 2 +- src/IconBackupRoundedFilled.tsx | 2 +- src/IconBackupSharp.tsx | 2 +- src/IconBackupSharpFilled.tsx | 2 +- src/IconBackupTableOutlined.tsx | 2 +- src/IconBackupTableOutlinedFilled.tsx | 2 +- src/IconBackupTableRounded.tsx | 2 +- src/IconBackupTableRoundedFilled.tsx | 2 +- src/IconBackupTableSharp.tsx | 2 +- src/IconBackupTableSharpFilled.tsx | 2 +- src/IconBadgeCriticalBatteryOutlined.tsx | 2 +- ...IconBadgeCriticalBatteryOutlinedFilled.tsx | 2 +- src/IconBadgeCriticalBatteryRounded.tsx | 2 +- src/IconBadgeCriticalBatteryRoundedFilled.tsx | 2 +- src/IconBadgeCriticalBatterySharp.tsx | 2 +- src/IconBadgeCriticalBatterySharpFilled.tsx | 2 +- src/IconBadgeOutlined.tsx | 2 +- src/IconBadgeOutlinedFilled.tsx | 2 +- src/IconBadgeRounded.tsx | 2 +- src/IconBadgeRoundedFilled.tsx | 2 +- src/IconBadgeSharp.tsx | 2 +- src/IconBadgeSharpFilled.tsx | 2 +- src/IconBakeryDiningOutlined.tsx | 2 +- src/IconBakeryDiningOutlinedFilled.tsx | 2 +- src/IconBakeryDiningRounded.tsx | 2 +- src/IconBakeryDiningRoundedFilled.tsx | 2 +- src/IconBakeryDiningSharp.tsx | 2 +- src/IconBakeryDiningSharpFilled.tsx | 2 +- src/IconBalanceOutlined.tsx | 2 +- src/IconBalanceOutlinedFilled.tsx | 2 +- src/IconBalanceRounded.tsx | 2 +- src/IconBalanceRoundedFilled.tsx | 2 +- src/IconBalanceSharp.tsx | 2 +- src/IconBalanceSharpFilled.tsx | 2 +- src/IconBalconyOutlined.tsx | 2 +- src/IconBalconyOutlinedFilled.tsx | 2 +- src/IconBalconyRounded.tsx | 2 +- src/IconBalconyRoundedFilled.tsx | 2 +- src/IconBalconySharp.tsx | 2 +- src/IconBalconySharpFilled.tsx | 2 +- src/IconBallotOutlined.tsx | 2 +- src/IconBallotOutlinedFilled.tsx | 2 +- src/IconBallotRounded.tsx | 2 +- src/IconBallotRoundedFilled.tsx | 2 +- src/IconBallotSharp.tsx | 2 +- src/IconBallotSharpFilled.tsx | 2 +- src/IconBarChart4BarsOutlined.tsx | 2 +- src/IconBarChart4BarsOutlinedFilled.tsx | 2 +- src/IconBarChart4BarsRounded.tsx | 2 +- src/IconBarChart4BarsRoundedFilled.tsx | 2 +- src/IconBarChart4BarsSharp.tsx | 2 +- src/IconBarChart4BarsSharpFilled.tsx | 2 +- src/IconBarChartOffOutlined.tsx | 2 +- src/IconBarChartOffOutlinedFilled.tsx | 2 +- src/IconBarChartOffRounded.tsx | 2 +- src/IconBarChartOffRoundedFilled.tsx | 2 +- src/IconBarChartOffSharp.tsx | 2 +- src/IconBarChartOffSharpFilled.tsx | 2 +- src/IconBarChartOutlined.tsx | 2 +- src/IconBarChartOutlinedFilled.tsx | 2 +- src/IconBarChartRounded.tsx | 2 +- src/IconBarChartRoundedFilled.tsx | 2 +- src/IconBarChartSharp.tsx | 2 +- src/IconBarChartSharpFilled.tsx | 2 +- src/IconBarcodeOutlined.tsx | 2 +- src/IconBarcodeOutlinedFilled.tsx | 2 +- src/IconBarcodeReaderOutlined.tsx | 2 +- src/IconBarcodeReaderOutlinedFilled.tsx | 2 +- src/IconBarcodeReaderRounded.tsx | 2 +- src/IconBarcodeReaderRoundedFilled.tsx | 2 +- src/IconBarcodeReaderSharp.tsx | 2 +- src/IconBarcodeReaderSharpFilled.tsx | 2 +- src/IconBarcodeRounded.tsx | 2 +- src/IconBarcodeRoundedFilled.tsx | 2 +- src/IconBarcodeScannerOutlined.tsx | 2 +- src/IconBarcodeScannerOutlinedFilled.tsx | 2 +- src/IconBarcodeScannerRounded.tsx | 2 +- src/IconBarcodeScannerRoundedFilled.tsx | 2 +- src/IconBarcodeScannerSharp.tsx | 2 +- src/IconBarcodeScannerSharpFilled.tsx | 2 +- src/IconBarcodeSharp.tsx | 2 +- src/IconBarcodeSharpFilled.tsx | 2 +- src/IconBarefootOutlined.tsx | 2 +- src/IconBarefootOutlinedFilled.tsx | 2 +- src/IconBarefootRounded.tsx | 2 +- src/IconBarefootRoundedFilled.tsx | 2 +- src/IconBarefootSharp.tsx | 2 +- src/IconBarefootSharpFilled.tsx | 2 +- src/IconBatchPredictionOutlined.tsx | 2 +- src/IconBatchPredictionOutlinedFilled.tsx | 2 +- src/IconBatchPredictionRounded.tsx | 2 +- src/IconBatchPredictionRoundedFilled.tsx | 2 +- src/IconBatchPredictionSharp.tsx | 2 +- src/IconBatchPredictionSharpFilled.tsx | 2 +- src/IconBathOutdoorOutlined.tsx | 2 +- src/IconBathOutdoorOutlinedFilled.tsx | 2 +- src/IconBathOutdoorRounded.tsx | 2 +- src/IconBathOutdoorRoundedFilled.tsx | 2 +- src/IconBathOutdoorSharp.tsx | 2 +- src/IconBathOutdoorSharpFilled.tsx | 2 +- src/IconBathPrivateOutlined.tsx | 2 +- src/IconBathPrivateOutlinedFilled.tsx | 2 +- src/IconBathPrivateRounded.tsx | 2 +- src/IconBathPrivateRoundedFilled.tsx | 2 +- src/IconBathPrivateSharp.tsx | 2 +- src/IconBathPrivateSharpFilled.tsx | 2 +- src/IconBathPublicLargeOutlined.tsx | 2 +- src/IconBathPublicLargeOutlinedFilled.tsx | 2 +- src/IconBathPublicLargeRounded.tsx | 2 +- src/IconBathPublicLargeRoundedFilled.tsx | 2 +- src/IconBathPublicLargeSharp.tsx | 2 +- src/IconBathPublicLargeSharpFilled.tsx | 2 +- src/IconBathroomOutlined.tsx | 2 +- src/IconBathroomOutlinedFilled.tsx | 2 +- src/IconBathroomRounded.tsx | 2 +- src/IconBathroomRoundedFilled.tsx | 2 +- src/IconBathroomSharp.tsx | 2 +- src/IconBathroomSharpFilled.tsx | 2 +- src/IconBathtubOutlined.tsx | 2 +- src/IconBathtubOutlinedFilled.tsx | 2 +- src/IconBathtubRounded.tsx | 2 +- src/IconBathtubRoundedFilled.tsx | 2 +- src/IconBathtubSharp.tsx | 2 +- src/IconBathtubSharpFilled.tsx | 2 +- src/IconBattery0BarOutlined.tsx | 2 +- src/IconBattery0BarOutlinedFilled.tsx | 2 +- src/IconBattery0BarRounded.tsx | 2 +- src/IconBattery0BarRoundedFilled.tsx | 2 +- src/IconBattery0BarSharp.tsx | 2 +- src/IconBattery0BarSharpFilled.tsx | 2 +- src/IconBattery1BarOutlined.tsx | 2 +- src/IconBattery1BarOutlinedFilled.tsx | 2 +- src/IconBattery1BarRounded.tsx | 2 +- src/IconBattery1BarRoundedFilled.tsx | 2 +- src/IconBattery1BarSharp.tsx | 2 +- src/IconBattery1BarSharpFilled.tsx | 2 +- src/IconBattery2BarOutlined.tsx | 2 +- src/IconBattery2BarOutlinedFilled.tsx | 2 +- src/IconBattery2BarRounded.tsx | 2 +- src/IconBattery2BarRoundedFilled.tsx | 2 +- src/IconBattery2BarSharp.tsx | 2 +- src/IconBattery2BarSharpFilled.tsx | 2 +- src/IconBattery3BarOutlined.tsx | 2 +- src/IconBattery3BarOutlinedFilled.tsx | 2 +- src/IconBattery3BarRounded.tsx | 2 +- src/IconBattery3BarRoundedFilled.tsx | 2 +- src/IconBattery3BarSharp.tsx | 2 +- src/IconBattery3BarSharpFilled.tsx | 2 +- src/IconBattery4BarOutlined.tsx | 2 +- src/IconBattery4BarOutlinedFilled.tsx | 2 +- src/IconBattery4BarRounded.tsx | 2 +- src/IconBattery4BarRoundedFilled.tsx | 2 +- src/IconBattery4BarSharp.tsx | 2 +- src/IconBattery4BarSharpFilled.tsx | 2 +- src/IconBattery5BarOutlined.tsx | 2 +- src/IconBattery5BarOutlinedFilled.tsx | 2 +- src/IconBattery5BarRounded.tsx | 2 +- src/IconBattery5BarRoundedFilled.tsx | 2 +- src/IconBattery5BarSharp.tsx | 2 +- src/IconBattery5BarSharpFilled.tsx | 2 +- src/IconBattery6BarOutlined.tsx | 2 +- src/IconBattery6BarOutlinedFilled.tsx | 2 +- src/IconBattery6BarRounded.tsx | 2 +- src/IconBattery6BarRoundedFilled.tsx | 2 +- src/IconBattery6BarSharp.tsx | 2 +- src/IconBattery6BarSharpFilled.tsx | 2 +- src/IconBatteryAlertOutlined.tsx | 2 +- src/IconBatteryAlertOutlinedFilled.tsx | 2 +- src/IconBatteryAlertRounded.tsx | 2 +- src/IconBatteryAlertRoundedFilled.tsx | 2 +- src/IconBatteryAlertSharp.tsx | 2 +- src/IconBatteryAlertSharpFilled.tsx | 2 +- src/IconBatteryChangeOutlined.tsx | 2 +- src/IconBatteryChangeOutlinedFilled.tsx | 2 +- src/IconBatteryChangeRounded.tsx | 2 +- src/IconBatteryChangeRoundedFilled.tsx | 2 +- src/IconBatteryChangeSharp.tsx | 2 +- src/IconBatteryChangeSharpFilled.tsx | 2 +- src/IconBatteryCharging20Outlined.tsx | 2 +- src/IconBatteryCharging20OutlinedFilled.tsx | 2 +- src/IconBatteryCharging20Rounded.tsx | 2 +- src/IconBatteryCharging20RoundedFilled.tsx | 2 +- src/IconBatteryCharging20Sharp.tsx | 2 +- src/IconBatteryCharging20SharpFilled.tsx | 2 +- src/IconBatteryCharging30Outlined.tsx | 2 +- src/IconBatteryCharging30OutlinedFilled.tsx | 2 +- src/IconBatteryCharging30Rounded.tsx | 2 +- src/IconBatteryCharging30RoundedFilled.tsx | 2 +- src/IconBatteryCharging30Sharp.tsx | 2 +- src/IconBatteryCharging30SharpFilled.tsx | 2 +- src/IconBatteryCharging50Outlined.tsx | 2 +- src/IconBatteryCharging50OutlinedFilled.tsx | 2 +- src/IconBatteryCharging50Rounded.tsx | 2 +- src/IconBatteryCharging50RoundedFilled.tsx | 2 +- src/IconBatteryCharging50Sharp.tsx | 2 +- src/IconBatteryCharging50SharpFilled.tsx | 2 +- src/IconBatteryCharging60Outlined.tsx | 2 +- src/IconBatteryCharging60OutlinedFilled.tsx | 2 +- src/IconBatteryCharging60Rounded.tsx | 2 +- src/IconBatteryCharging60RoundedFilled.tsx | 2 +- src/IconBatteryCharging60Sharp.tsx | 2 +- src/IconBatteryCharging60SharpFilled.tsx | 2 +- src/IconBatteryCharging80Outlined.tsx | 2 +- src/IconBatteryCharging80OutlinedFilled.tsx | 2 +- src/IconBatteryCharging80Rounded.tsx | 2 +- src/IconBatteryCharging80RoundedFilled.tsx | 2 +- src/IconBatteryCharging80Sharp.tsx | 2 +- src/IconBatteryCharging80SharpFilled.tsx | 2 +- src/IconBatteryCharging90Outlined.tsx | 2 +- src/IconBatteryCharging90OutlinedFilled.tsx | 2 +- src/IconBatteryCharging90Rounded.tsx | 2 +- src/IconBatteryCharging90RoundedFilled.tsx | 2 +- src/IconBatteryCharging90Sharp.tsx | 2 +- src/IconBatteryCharging90SharpFilled.tsx | 2 +- src/IconBatteryChargingFullOutlined.tsx | 2 +- src/IconBatteryChargingFullOutlinedFilled.tsx | 2 +- src/IconBatteryChargingFullRounded.tsx | 2 +- src/IconBatteryChargingFullRoundedFilled.tsx | 2 +- src/IconBatteryChargingFullSharp.tsx | 2 +- src/IconBatteryChargingFullSharpFilled.tsx | 2 +- src/IconBatteryErrorOutlined.tsx | 2 +- src/IconBatteryErrorOutlinedFilled.tsx | 2 +- src/IconBatteryErrorRounded.tsx | 2 +- src/IconBatteryErrorRoundedFilled.tsx | 2 +- src/IconBatteryErrorSharp.tsx | 2 +- src/IconBatteryErrorSharpFilled.tsx | 2 +- src/IconBatteryFullAltOutlined.tsx | 2 +- src/IconBatteryFullAltOutlinedFilled.tsx | 2 +- src/IconBatteryFullAltRounded.tsx | 2 +- src/IconBatteryFullAltRoundedFilled.tsx | 2 +- src/IconBatteryFullAltSharp.tsx | 2 +- src/IconBatteryFullAltSharpFilled.tsx | 2 +- src/IconBatteryFullOutlined.tsx | 2 +- src/IconBatteryFullOutlinedFilled.tsx | 2 +- src/IconBatteryFullRounded.tsx | 2 +- src/IconBatteryFullRoundedFilled.tsx | 2 +- src/IconBatteryFullSharp.tsx | 2 +- src/IconBatteryFullSharpFilled.tsx | 2 +- src/IconBatteryHoriz000Outlined.tsx | 2 +- src/IconBatteryHoriz000OutlinedFilled.tsx | 2 +- src/IconBatteryHoriz000Rounded.tsx | 2 +- src/IconBatteryHoriz000RoundedFilled.tsx | 2 +- src/IconBatteryHoriz000Sharp.tsx | 2 +- src/IconBatteryHoriz000SharpFilled.tsx | 2 +- src/IconBatteryHoriz050Outlined.tsx | 2 +- src/IconBatteryHoriz050OutlinedFilled.tsx | 2 +- src/IconBatteryHoriz050Rounded.tsx | 2 +- src/IconBatteryHoriz050RoundedFilled.tsx | 2 +- src/IconBatteryHoriz050Sharp.tsx | 2 +- src/IconBatteryHoriz050SharpFilled.tsx | 2 +- src/IconBatteryHoriz075Outlined.tsx | 2 +- src/IconBatteryHoriz075OutlinedFilled.tsx | 2 +- src/IconBatteryHoriz075Rounded.tsx | 2 +- src/IconBatteryHoriz075RoundedFilled.tsx | 2 +- src/IconBatteryHoriz075Sharp.tsx | 2 +- src/IconBatteryHoriz075SharpFilled.tsx | 2 +- src/IconBatteryLowOutlined.tsx | 2 +- src/IconBatteryLowOutlinedFilled.tsx | 2 +- src/IconBatteryLowRounded.tsx | 2 +- src/IconBatteryLowRoundedFilled.tsx | 2 +- src/IconBatteryLowSharp.tsx | 2 +- src/IconBatteryLowSharpFilled.tsx | 2 +- src/IconBatteryPlusOutlined.tsx | 2 +- src/IconBatteryPlusOutlinedFilled.tsx | 2 +- src/IconBatteryPlusRounded.tsx | 2 +- src/IconBatteryPlusRoundedFilled.tsx | 2 +- src/IconBatteryPlusSharp.tsx | 2 +- src/IconBatteryPlusSharpFilled.tsx | 2 +- src/IconBatteryProfileOutlined.tsx | 2 +- src/IconBatteryProfileOutlinedFilled.tsx | 2 +- src/IconBatteryProfileRounded.tsx | 2 +- src/IconBatteryProfileRoundedFilled.tsx | 2 +- src/IconBatteryProfileSharp.tsx | 2 +- src/IconBatteryProfileSharpFilled.tsx | 2 +- src/IconBatterySaverOutlined.tsx | 2 +- src/IconBatterySaverOutlinedFilled.tsx | 2 +- src/IconBatterySaverRounded.tsx | 2 +- src/IconBatterySaverRoundedFilled.tsx | 2 +- src/IconBatterySaverSharp.tsx | 2 +- src/IconBatterySaverSharpFilled.tsx | 2 +- src/IconBatteryShareOutlined.tsx | 2 +- src/IconBatteryShareOutlinedFilled.tsx | 2 +- src/IconBatteryShareRounded.tsx | 2 +- src/IconBatteryShareRoundedFilled.tsx | 2 +- src/IconBatteryShareSharp.tsx | 2 +- src/IconBatteryShareSharpFilled.tsx | 2 +- src/IconBatteryStatusGoodOutlined.tsx | 2 +- src/IconBatteryStatusGoodOutlinedFilled.tsx | 2 +- src/IconBatteryStatusGoodRounded.tsx | 2 +- src/IconBatteryStatusGoodRoundedFilled.tsx | 2 +- src/IconBatteryStatusGoodSharp.tsx | 2 +- src/IconBatteryStatusGoodSharpFilled.tsx | 2 +- src/IconBatteryUnknownOutlined.tsx | 2 +- src/IconBatteryUnknownOutlinedFilled.tsx | 2 +- src/IconBatteryUnknownRounded.tsx | 2 +- src/IconBatteryUnknownRoundedFilled.tsx | 2 +- src/IconBatteryUnknownSharp.tsx | 2 +- src/IconBatteryUnknownSharpFilled.tsx | 2 +- src/IconBatteryVeryLowOutlined.tsx | 2 +- src/IconBatteryVeryLowOutlinedFilled.tsx | 2 +- src/IconBatteryVeryLowRounded.tsx | 2 +- src/IconBatteryVeryLowRoundedFilled.tsx | 2 +- src/IconBatteryVeryLowSharp.tsx | 2 +- src/IconBatteryVeryLowSharpFilled.tsx | 2 +- src/IconBeachAccessOutlined.tsx | 2 +- src/IconBeachAccessOutlinedFilled.tsx | 2 +- src/IconBeachAccessRounded.tsx | 2 +- src/IconBeachAccessRoundedFilled.tsx | 2 +- src/IconBeachAccessSharp.tsx | 2 +- src/IconBeachAccessSharpFilled.tsx | 2 +- src/IconBedOutlined.tsx | 2 +- src/IconBedOutlinedFilled.tsx | 2 +- src/IconBedRounded.tsx | 2 +- src/IconBedRoundedFilled.tsx | 2 +- src/IconBedSharp.tsx | 2 +- src/IconBedSharpFilled.tsx | 2 +- src/IconBedroomBabyOutlined.tsx | 2 +- src/IconBedroomBabyOutlinedFilled.tsx | 2 +- src/IconBedroomBabyRounded.tsx | 2 +- src/IconBedroomBabyRoundedFilled.tsx | 2 +- src/IconBedroomBabySharp.tsx | 2 +- src/IconBedroomBabySharpFilled.tsx | 2 +- src/IconBedroomChildOutlined.tsx | 2 +- src/IconBedroomChildOutlinedFilled.tsx | 2 +- src/IconBedroomChildRounded.tsx | 2 +- src/IconBedroomChildRoundedFilled.tsx | 2 +- src/IconBedroomChildSharp.tsx | 2 +- src/IconBedroomChildSharpFilled.tsx | 2 +- src/IconBedroomParentOutlined.tsx | 2 +- src/IconBedroomParentOutlinedFilled.tsx | 2 +- src/IconBedroomParentRounded.tsx | 2 +- src/IconBedroomParentRoundedFilled.tsx | 2 +- src/IconBedroomParentSharp.tsx | 2 +- src/IconBedroomParentSharpFilled.tsx | 2 +- src/IconBedtimeOffOutlined.tsx | 2 +- src/IconBedtimeOffOutlinedFilled.tsx | 2 +- src/IconBedtimeOffRounded.tsx | 2 +- src/IconBedtimeOffRoundedFilled.tsx | 2 +- src/IconBedtimeOffSharp.tsx | 2 +- src/IconBedtimeOffSharpFilled.tsx | 2 +- src/IconBedtimeOutlined.tsx | 2 +- src/IconBedtimeOutlinedFilled.tsx | 2 +- src/IconBedtimeRounded.tsx | 2 +- src/IconBedtimeRoundedFilled.tsx | 2 +- src/IconBedtimeSharp.tsx | 2 +- src/IconBedtimeSharpFilled.tsx | 2 +- src/IconBeenhereOutlined.tsx | 2 +- src/IconBeenhereOutlinedFilled.tsx | 2 +- src/IconBeenhereRounded.tsx | 2 +- src/IconBeenhereRoundedFilled.tsx | 2 +- src/IconBeenhereSharp.tsx | 2 +- src/IconBeenhereSharpFilled.tsx | 2 +- src/IconBentoOutlined.tsx | 2 +- src/IconBentoOutlinedFilled.tsx | 2 +- src/IconBentoRounded.tsx | 2 +- src/IconBentoRoundedFilled.tsx | 2 +- src/IconBentoSharp.tsx | 2 +- src/IconBentoSharpFilled.tsx | 2 +- src/IconBiaOutlined.tsx | 2 +- src/IconBiaOutlinedFilled.tsx | 2 +- src/IconBiaRounded.tsx | 2 +- src/IconBiaRoundedFilled.tsx | 2 +- src/IconBiaSharp.tsx | 2 +- src/IconBiaSharpFilled.tsx | 2 +- src/IconBidLandscapeDisabledOutlined.tsx | 2 +- ...IconBidLandscapeDisabledOutlinedFilled.tsx | 2 +- src/IconBidLandscapeDisabledRounded.tsx | 2 +- src/IconBidLandscapeDisabledRoundedFilled.tsx | 2 +- src/IconBidLandscapeDisabledSharp.tsx | 2 +- src/IconBidLandscapeDisabledSharpFilled.tsx | 2 +- src/IconBidLandscapeOutlined.tsx | 2 +- src/IconBidLandscapeOutlinedFilled.tsx | 2 +- src/IconBidLandscapeRounded.tsx | 2 +- src/IconBidLandscapeRoundedFilled.tsx | 2 +- src/IconBidLandscapeSharp.tsx | 2 +- src/IconBidLandscapeSharpFilled.tsx | 2 +- src/IconBigtopUpdatesOutlined.tsx | 2 +- src/IconBigtopUpdatesOutlinedFilled.tsx | 2 +- src/IconBigtopUpdatesRounded.tsx | 2 +- src/IconBigtopUpdatesRoundedFilled.tsx | 2 +- src/IconBigtopUpdatesSharp.tsx | 2 +- src/IconBigtopUpdatesSharpFilled.tsx | 2 +- src/IconBikeDockOutlined.tsx | 2 +- src/IconBikeDockOutlinedFilled.tsx | 2 +- src/IconBikeDockRounded.tsx | 2 +- src/IconBikeDockRoundedFilled.tsx | 2 +- src/IconBikeDockSharp.tsx | 2 +- src/IconBikeDockSharpFilled.tsx | 2 +- src/IconBikeLaneOutlined.tsx | 2 +- src/IconBikeLaneOutlinedFilled.tsx | 2 +- src/IconBikeLaneRounded.tsx | 2 +- src/IconBikeLaneRoundedFilled.tsx | 2 +- src/IconBikeLaneSharp.tsx | 2 +- src/IconBikeLaneSharpFilled.tsx | 2 +- src/IconBikeScooterOutlined.tsx | 2 +- src/IconBikeScooterOutlinedFilled.tsx | 2 +- src/IconBikeScooterRounded.tsx | 2 +- src/IconBikeScooterRoundedFilled.tsx | 2 +- src/IconBikeScooterSharp.tsx | 2 +- src/IconBikeScooterSharpFilled.tsx | 2 +- src/IconBiotechOutlined.tsx | 2 +- src/IconBiotechOutlinedFilled.tsx | 2 +- src/IconBiotechRounded.tsx | 2 +- src/IconBiotechRoundedFilled.tsx | 2 +- src/IconBiotechSharp.tsx | 2 +- src/IconBiotechSharpFilled.tsx | 2 +- src/IconBlanketOutlined.tsx | 2 +- src/IconBlanketOutlinedFilled.tsx | 2 +- src/IconBlanketRounded.tsx | 2 +- src/IconBlanketRoundedFilled.tsx | 2 +- src/IconBlanketSharp.tsx | 2 +- src/IconBlanketSharpFilled.tsx | 2 +- src/IconBlenderOutlined.tsx | 2 +- src/IconBlenderOutlinedFilled.tsx | 2 +- src/IconBlenderRounded.tsx | 2 +- src/IconBlenderRoundedFilled.tsx | 2 +- src/IconBlenderSharp.tsx | 2 +- src/IconBlenderSharpFilled.tsx | 2 +- src/IconBlindOutlined.tsx | 2 +- src/IconBlindOutlinedFilled.tsx | 2 +- src/IconBlindRounded.tsx | 2 +- src/IconBlindRoundedFilled.tsx | 2 +- src/IconBlindSharp.tsx | 2 +- src/IconBlindSharpFilled.tsx | 2 +- src/IconBlindsClosedOutlined.tsx | 2 +- src/IconBlindsClosedOutlinedFilled.tsx | 2 +- src/IconBlindsClosedRounded.tsx | 2 +- src/IconBlindsClosedRoundedFilled.tsx | 2 +- src/IconBlindsClosedSharp.tsx | 2 +- src/IconBlindsClosedSharpFilled.tsx | 2 +- src/IconBlindsOutlined.tsx | 2 +- src/IconBlindsOutlinedFilled.tsx | 2 +- src/IconBlindsRounded.tsx | 2 +- src/IconBlindsRoundedFilled.tsx | 2 +- src/IconBlindsSharp.tsx | 2 +- src/IconBlindsSharpFilled.tsx | 2 +- src/IconBlockOutlined.tsx | 2 +- src/IconBlockOutlinedFilled.tsx | 2 +- src/IconBlockRounded.tsx | 2 +- src/IconBlockRoundedFilled.tsx | 2 +- src/IconBlockSharp.tsx | 2 +- src/IconBlockSharpFilled.tsx | 2 +- src/IconBloodPressureOutlined.tsx | 2 +- src/IconBloodPressureOutlinedFilled.tsx | 2 +- src/IconBloodPressureRounded.tsx | 2 +- src/IconBloodPressureRoundedFilled.tsx | 2 +- src/IconBloodPressureSharp.tsx | 2 +- src/IconBloodPressureSharpFilled.tsx | 2 +- src/IconBloodtypeOutlined.tsx | 2 +- src/IconBloodtypeOutlinedFilled.tsx | 2 +- src/IconBloodtypeRounded.tsx | 2 +- src/IconBloodtypeRoundedFilled.tsx | 2 +- src/IconBloodtypeSharp.tsx | 2 +- src/IconBloodtypeSharpFilled.tsx | 2 +- src/IconBluetoothConnectedOutlined.tsx | 2 +- src/IconBluetoothConnectedOutlinedFilled.tsx | 2 +- src/IconBluetoothConnectedRounded.tsx | 2 +- src/IconBluetoothConnectedRoundedFilled.tsx | 2 +- src/IconBluetoothConnectedSharp.tsx | 2 +- src/IconBluetoothConnectedSharpFilled.tsx | 2 +- src/IconBluetoothDisabledOutlined.tsx | 2 +- src/IconBluetoothDisabledOutlinedFilled.tsx | 2 +- src/IconBluetoothDisabledRounded.tsx | 2 +- src/IconBluetoothDisabledRoundedFilled.tsx | 2 +- src/IconBluetoothDisabledSharp.tsx | 2 +- src/IconBluetoothDisabledSharpFilled.tsx | 2 +- src/IconBluetoothDriveOutlined.tsx | 2 +- src/IconBluetoothDriveOutlinedFilled.tsx | 2 +- src/IconBluetoothDriveRounded.tsx | 2 +- src/IconBluetoothDriveRoundedFilled.tsx | 2 +- src/IconBluetoothDriveSharp.tsx | 2 +- src/IconBluetoothDriveSharpFilled.tsx | 2 +- src/IconBluetoothOutlined.tsx | 2 +- src/IconBluetoothOutlinedFilled.tsx | 2 +- src/IconBluetoothRounded.tsx | 2 +- src/IconBluetoothRoundedFilled.tsx | 2 +- src/IconBluetoothSearchingOutlined.tsx | 2 +- src/IconBluetoothSearchingOutlinedFilled.tsx | 2 +- src/IconBluetoothSearchingRounded.tsx | 2 +- src/IconBluetoothSearchingRoundedFilled.tsx | 2 +- src/IconBluetoothSearchingSharp.tsx | 2 +- src/IconBluetoothSearchingSharpFilled.tsx | 2 +- src/IconBluetoothSharp.tsx | 2 +- src/IconBluetoothSharpFilled.tsx | 2 +- src/IconBlurCircularOutlined.tsx | 2 +- src/IconBlurCircularOutlinedFilled.tsx | 2 +- src/IconBlurCircularRounded.tsx | 2 +- src/IconBlurCircularRoundedFilled.tsx | 2 +- src/IconBlurCircularSharp.tsx | 2 +- src/IconBlurCircularSharpFilled.tsx | 2 +- src/IconBlurLinearOutlined.tsx | 2 +- src/IconBlurLinearOutlinedFilled.tsx | 2 +- src/IconBlurLinearRounded.tsx | 2 +- src/IconBlurLinearRoundedFilled.tsx | 2 +- src/IconBlurLinearSharp.tsx | 2 +- src/IconBlurLinearSharpFilled.tsx | 2 +- src/IconBlurMediumOutlined.tsx | 2 +- src/IconBlurMediumOutlinedFilled.tsx | 2 +- src/IconBlurMediumRounded.tsx | 2 +- src/IconBlurMediumRoundedFilled.tsx | 2 +- src/IconBlurMediumSharp.tsx | 2 +- src/IconBlurMediumSharpFilled.tsx | 2 +- src/IconBlurOffOutlined.tsx | 2 +- src/IconBlurOffOutlinedFilled.tsx | 2 +- src/IconBlurOffRounded.tsx | 2 +- src/IconBlurOffRoundedFilled.tsx | 2 +- src/IconBlurOffSharp.tsx | 2 +- src/IconBlurOffSharpFilled.tsx | 2 +- src/IconBlurOnOutlined.tsx | 2 +- src/IconBlurOnOutlinedFilled.tsx | 2 +- src/IconBlurOnRounded.tsx | 2 +- src/IconBlurOnRoundedFilled.tsx | 2 +- src/IconBlurOnSharp.tsx | 2 +- src/IconBlurOnSharpFilled.tsx | 2 +- src/IconBlurShortOutlined.tsx | 2 +- src/IconBlurShortOutlinedFilled.tsx | 2 +- src/IconBlurShortRounded.tsx | 2 +- src/IconBlurShortRoundedFilled.tsx | 2 +- src/IconBlurShortSharp.tsx | 2 +- src/IconBlurShortSharpFilled.tsx | 2 +- src/IconBodyFatOutlined.tsx | 2 +- src/IconBodyFatOutlinedFilled.tsx | 2 +- src/IconBodyFatRounded.tsx | 2 +- src/IconBodyFatRoundedFilled.tsx | 2 +- src/IconBodyFatSharp.tsx | 2 +- src/IconBodyFatSharpFilled.tsx | 2 +- src/IconBodySystemOutlined.tsx | 2 +- src/IconBodySystemOutlinedFilled.tsx | 2 +- src/IconBodySystemRounded.tsx | 2 +- src/IconBodySystemRoundedFilled.tsx | 2 +- src/IconBodySystemSharp.tsx | 2 +- src/IconBodySystemSharpFilled.tsx | 2 +- src/IconBoltOutlined.tsx | 2 +- src/IconBoltOutlinedFilled.tsx | 2 +- src/IconBoltRounded.tsx | 2 +- src/IconBoltRoundedFilled.tsx | 2 +- src/IconBoltSharp.tsx | 2 +- src/IconBoltSharpFilled.tsx | 2 +- src/IconBombOutlined.tsx | 2 +- src/IconBombOutlinedFilled.tsx | 2 +- src/IconBombRounded.tsx | 2 +- src/IconBombRoundedFilled.tsx | 2 +- src/IconBombSharp.tsx | 2 +- src/IconBombSharpFilled.tsx | 2 +- src/IconBook2Outlined.tsx | 2 +- src/IconBook2OutlinedFilled.tsx | 2 +- src/IconBook2Rounded.tsx | 2 +- src/IconBook2RoundedFilled.tsx | 2 +- src/IconBook2Sharp.tsx | 2 +- src/IconBook2SharpFilled.tsx | 2 +- src/IconBook3Outlined.tsx | 2 +- src/IconBook3OutlinedFilled.tsx | 2 +- src/IconBook3Rounded.tsx | 2 +- src/IconBook3RoundedFilled.tsx | 2 +- src/IconBook3Sharp.tsx | 2 +- src/IconBook3SharpFilled.tsx | 2 +- src/IconBook4Outlined.tsx | 2 +- src/IconBook4OutlinedFilled.tsx | 2 +- src/IconBook4Rounded.tsx | 2 +- src/IconBook4RoundedFilled.tsx | 2 +- src/IconBook4Sharp.tsx | 2 +- src/IconBook4SharpFilled.tsx | 2 +- src/IconBook4SparkOutlined.tsx | 2 +- src/IconBook4SparkOutlinedFilled.tsx | 2 +- src/IconBook4SparkRounded.tsx | 2 +- src/IconBook4SparkRoundedFilled.tsx | 2 +- src/IconBook4SparkSharp.tsx | 2 +- src/IconBook4SparkSharpFilled.tsx | 2 +- src/IconBook5Outlined.tsx | 2 +- src/IconBook5OutlinedFilled.tsx | 2 +- src/IconBook5Rounded.tsx | 2 +- src/IconBook5RoundedFilled.tsx | 2 +- src/IconBook5Sharp.tsx | 2 +- src/IconBook5SharpFilled.tsx | 2 +- src/IconBook6Outlined.tsx | 2 +- src/IconBook6OutlinedFilled.tsx | 2 +- src/IconBook6Rounded.tsx | 2 +- src/IconBook6RoundedFilled.tsx | 2 +- src/IconBook6Sharp.tsx | 2 +- src/IconBook6SharpFilled.tsx | 2 +- src/IconBookOnlineOutlined.tsx | 2 +- src/IconBookOnlineOutlinedFilled.tsx | 2 +- src/IconBookOnlineRounded.tsx | 2 +- src/IconBookOnlineRoundedFilled.tsx | 2 +- src/IconBookOnlineSharp.tsx | 2 +- src/IconBookOnlineSharpFilled.tsx | 2 +- src/IconBookOutlined.tsx | 2 +- src/IconBookOutlinedFilled.tsx | 2 +- src/IconBookRibbonOutlined.tsx | 2 +- src/IconBookRibbonOutlinedFilled.tsx | 2 +- src/IconBookRibbonRounded.tsx | 2 +- src/IconBookRibbonRoundedFilled.tsx | 2 +- src/IconBookRibbonSharp.tsx | 2 +- src/IconBookRibbonSharpFilled.tsx | 2 +- src/IconBookRounded.tsx | 2 +- src/IconBookRoundedFilled.tsx | 2 +- src/IconBookSharp.tsx | 2 +- src/IconBookSharpFilled.tsx | 2 +- src/IconBookmarkAddOutlined.tsx | 2 +- src/IconBookmarkAddOutlinedFilled.tsx | 2 +- src/IconBookmarkAddRounded.tsx | 2 +- src/IconBookmarkAddRoundedFilled.tsx | 2 +- src/IconBookmarkAddSharp.tsx | 2 +- src/IconBookmarkAddSharpFilled.tsx | 2 +- src/IconBookmarkAddedOutlined.tsx | 2 +- src/IconBookmarkAddedOutlinedFilled.tsx | 2 +- src/IconBookmarkAddedRounded.tsx | 2 +- src/IconBookmarkAddedRoundedFilled.tsx | 2 +- src/IconBookmarkAddedSharp.tsx | 2 +- src/IconBookmarkAddedSharpFilled.tsx | 2 +- src/IconBookmarkBagOutlined.tsx | 2 +- src/IconBookmarkBagOutlinedFilled.tsx | 2 +- src/IconBookmarkBagRounded.tsx | 2 +- src/IconBookmarkBagRoundedFilled.tsx | 2 +- src/IconBookmarkBagSharp.tsx | 2 +- src/IconBookmarkBagSharpFilled.tsx | 2 +- src/IconBookmarkCheckOutlined.tsx | 2 +- src/IconBookmarkCheckOutlinedFilled.tsx | 2 +- src/IconBookmarkCheckRounded.tsx | 2 +- src/IconBookmarkCheckRoundedFilled.tsx | 2 +- src/IconBookmarkCheckSharp.tsx | 2 +- src/IconBookmarkCheckSharpFilled.tsx | 2 +- src/IconBookmarkFlagOutlined.tsx | 2 +- src/IconBookmarkFlagOutlinedFilled.tsx | 2 +- src/IconBookmarkFlagRounded.tsx | 2 +- src/IconBookmarkFlagRoundedFilled.tsx | 2 +- src/IconBookmarkFlagSharp.tsx | 2 +- src/IconBookmarkFlagSharpFilled.tsx | 2 +- src/IconBookmarkHeartOutlined.tsx | 2 +- src/IconBookmarkHeartOutlinedFilled.tsx | 2 +- src/IconBookmarkHeartRounded.tsx | 2 +- src/IconBookmarkHeartRoundedFilled.tsx | 2 +- src/IconBookmarkHeartSharp.tsx | 2 +- src/IconBookmarkHeartSharpFilled.tsx | 2 +- src/IconBookmarkManagerOutlined.tsx | 2 +- src/IconBookmarkManagerOutlinedFilled.tsx | 2 +- src/IconBookmarkManagerRounded.tsx | 2 +- src/IconBookmarkManagerRoundedFilled.tsx | 2 +- src/IconBookmarkManagerSharp.tsx | 2 +- src/IconBookmarkManagerSharpFilled.tsx | 2 +- src/IconBookmarkOutlined.tsx | 2 +- src/IconBookmarkOutlinedFilled.tsx | 2 +- src/IconBookmarkRemoveOutlined.tsx | 2 +- src/IconBookmarkRemoveOutlinedFilled.tsx | 2 +- src/IconBookmarkRemoveRounded.tsx | 2 +- src/IconBookmarkRemoveRoundedFilled.tsx | 2 +- src/IconBookmarkRemoveSharp.tsx | 2 +- src/IconBookmarkRemoveSharpFilled.tsx | 2 +- src/IconBookmarkRounded.tsx | 2 +- src/IconBookmarkRoundedFilled.tsx | 2 +- src/IconBookmarkSharp.tsx | 2 +- src/IconBookmarkSharpFilled.tsx | 2 +- src/IconBookmarkStarOutlined.tsx | 2 +- src/IconBookmarkStarOutlinedFilled.tsx | 2 +- src/IconBookmarkStarRounded.tsx | 2 +- src/IconBookmarkStarRoundedFilled.tsx | 2 +- src/IconBookmarkStarSharp.tsx | 2 +- src/IconBookmarkStarSharpFilled.tsx | 2 +- src/IconBookmarksOutlined.tsx | 2 +- src/IconBookmarksOutlinedFilled.tsx | 2 +- src/IconBookmarksRounded.tsx | 2 +- src/IconBookmarksRoundedFilled.tsx | 2 +- src/IconBookmarksSharp.tsx | 2 +- src/IconBookmarksSharpFilled.tsx | 2 +- src/IconBorderAllOutlined.tsx | 2 +- src/IconBorderAllOutlinedFilled.tsx | 2 +- src/IconBorderAllRounded.tsx | 2 +- src/IconBorderAllRoundedFilled.tsx | 2 +- src/IconBorderAllSharp.tsx | 2 +- src/IconBorderAllSharpFilled.tsx | 2 +- src/IconBorderBottomOutlined.tsx | 2 +- src/IconBorderBottomOutlinedFilled.tsx | 2 +- src/IconBorderBottomRounded.tsx | 2 +- src/IconBorderBottomRoundedFilled.tsx | 2 +- src/IconBorderBottomSharp.tsx | 2 +- src/IconBorderBottomSharpFilled.tsx | 2 +- src/IconBorderClearOutlined.tsx | 2 +- src/IconBorderClearOutlinedFilled.tsx | 2 +- src/IconBorderClearRounded.tsx | 2 +- src/IconBorderClearRoundedFilled.tsx | 2 +- src/IconBorderClearSharp.tsx | 2 +- src/IconBorderClearSharpFilled.tsx | 2 +- src/IconBorderColorOutlined.tsx | 2 +- src/IconBorderColorOutlinedFilled.tsx | 2 +- src/IconBorderColorRounded.tsx | 2 +- src/IconBorderColorRoundedFilled.tsx | 2 +- src/IconBorderColorSharp.tsx | 2 +- src/IconBorderColorSharpFilled.tsx | 2 +- src/IconBorderHorizontalOutlined.tsx | 2 +- src/IconBorderHorizontalOutlinedFilled.tsx | 2 +- src/IconBorderHorizontalRounded.tsx | 2 +- src/IconBorderHorizontalRoundedFilled.tsx | 2 +- src/IconBorderHorizontalSharp.tsx | 2 +- src/IconBorderHorizontalSharpFilled.tsx | 2 +- src/IconBorderInnerOutlined.tsx | 2 +- src/IconBorderInnerOutlinedFilled.tsx | 2 +- src/IconBorderInnerRounded.tsx | 2 +- src/IconBorderInnerRoundedFilled.tsx | 2 +- src/IconBorderInnerSharp.tsx | 2 +- src/IconBorderInnerSharpFilled.tsx | 2 +- src/IconBorderLeftOutlined.tsx | 2 +- src/IconBorderLeftOutlinedFilled.tsx | 2 +- src/IconBorderLeftRounded.tsx | 2 +- src/IconBorderLeftRoundedFilled.tsx | 2 +- src/IconBorderLeftSharp.tsx | 2 +- src/IconBorderLeftSharpFilled.tsx | 2 +- src/IconBorderOuterOutlined.tsx | 2 +- src/IconBorderOuterOutlinedFilled.tsx | 2 +- src/IconBorderOuterRounded.tsx | 2 +- src/IconBorderOuterRoundedFilled.tsx | 2 +- src/IconBorderOuterSharp.tsx | 2 +- src/IconBorderOuterSharpFilled.tsx | 2 +- src/IconBorderRightOutlined.tsx | 2 +- src/IconBorderRightOutlinedFilled.tsx | 2 +- src/IconBorderRightRounded.tsx | 2 +- src/IconBorderRightRoundedFilled.tsx | 2 +- src/IconBorderRightSharp.tsx | 2 +- src/IconBorderRightSharpFilled.tsx | 2 +- src/IconBorderStyleOutlined.tsx | 2 +- src/IconBorderStyleOutlinedFilled.tsx | 2 +- src/IconBorderStyleRounded.tsx | 2 +- src/IconBorderStyleRoundedFilled.tsx | 2 +- src/IconBorderStyleSharp.tsx | 2 +- src/IconBorderStyleSharpFilled.tsx | 2 +- src/IconBorderTopOutlined.tsx | 2 +- src/IconBorderTopOutlinedFilled.tsx | 2 +- src/IconBorderTopRounded.tsx | 2 +- src/IconBorderTopRoundedFilled.tsx | 2 +- src/IconBorderTopSharp.tsx | 2 +- src/IconBorderTopSharpFilled.tsx | 2 +- src/IconBorderVerticalOutlined.tsx | 2 +- src/IconBorderVerticalOutlinedFilled.tsx | 2 +- src/IconBorderVerticalRounded.tsx | 2 +- src/IconBorderVerticalRoundedFilled.tsx | 2 +- src/IconBorderVerticalSharp.tsx | 2 +- src/IconBorderVerticalSharpFilled.tsx | 2 +- src/IconBorgOutlined.tsx | 2 +- src/IconBorgOutlinedFilled.tsx | 2 +- src/IconBorgRounded.tsx | 2 +- src/IconBorgRoundedFilled.tsx | 2 +- src/IconBorgSharp.tsx | 2 +- src/IconBorgSharpFilled.tsx | 2 +- src/IconBottomAppBarOutlined.tsx | 2 +- src/IconBottomAppBarOutlinedFilled.tsx | 2 +- src/IconBottomAppBarRounded.tsx | 2 +- src/IconBottomAppBarRoundedFilled.tsx | 2 +- src/IconBottomAppBarSharp.tsx | 2 +- src/IconBottomAppBarSharpFilled.tsx | 2 +- src/IconBottomDrawerOutlined.tsx | 2 +- src/IconBottomDrawerOutlinedFilled.tsx | 2 +- src/IconBottomDrawerRounded.tsx | 2 +- src/IconBottomDrawerRoundedFilled.tsx | 2 +- src/IconBottomDrawerSharp.tsx | 2 +- src/IconBottomDrawerSharpFilled.tsx | 2 +- src/IconBottomNavigationOutlined.tsx | 2 +- src/IconBottomNavigationOutlinedFilled.tsx | 2 +- src/IconBottomNavigationRounded.tsx | 2 +- src/IconBottomNavigationRoundedFilled.tsx | 2 +- src/IconBottomNavigationSharp.tsx | 2 +- src/IconBottomNavigationSharpFilled.tsx | 2 +- src/IconBottomPanelCloseOutlined.tsx | 2 +- src/IconBottomPanelCloseOutlinedFilled.tsx | 2 +- src/IconBottomPanelCloseRounded.tsx | 2 +- src/IconBottomPanelCloseRoundedFilled.tsx | 2 +- src/IconBottomPanelCloseSharp.tsx | 2 +- src/IconBottomPanelCloseSharpFilled.tsx | 2 +- src/IconBottomPanelOpenOutlined.tsx | 2 +- src/IconBottomPanelOpenOutlinedFilled.tsx | 2 +- src/IconBottomPanelOpenRounded.tsx | 2 +- src/IconBottomPanelOpenRoundedFilled.tsx | 2 +- src/IconBottomPanelOpenSharp.tsx | 2 +- src/IconBottomPanelOpenSharpFilled.tsx | 2 +- src/IconBottomRightClickOutlined.tsx | 2 +- src/IconBottomRightClickOutlinedFilled.tsx | 2 +- src/IconBottomRightClickRounded.tsx | 2 +- src/IconBottomRightClickRoundedFilled.tsx | 2 +- src/IconBottomRightClickSharp.tsx | 2 +- src/IconBottomRightClickSharpFilled.tsx | 2 +- src/IconBottomSheetsOutlined.tsx | 2 +- src/IconBottomSheetsOutlinedFilled.tsx | 2 +- src/IconBottomSheetsRounded.tsx | 2 +- src/IconBottomSheetsRoundedFilled.tsx | 2 +- src/IconBottomSheetsSharp.tsx | 2 +- src/IconBottomSheetsSharpFilled.tsx | 2 +- src/IconBoxAddOutlined.tsx | 2 +- src/IconBoxAddOutlinedFilled.tsx | 2 +- src/IconBoxAddRounded.tsx | 2 +- src/IconBoxAddRoundedFilled.tsx | 2 +- src/IconBoxAddSharp.tsx | 2 +- src/IconBoxAddSharpFilled.tsx | 2 +- src/IconBoxEditOutlined.tsx | 2 +- src/IconBoxEditOutlinedFilled.tsx | 2 +- src/IconBoxEditRounded.tsx | 2 +- src/IconBoxEditRoundedFilled.tsx | 2 +- src/IconBoxEditSharp.tsx | 2 +- src/IconBoxEditSharpFilled.tsx | 2 +- src/IconBoxOutlined.tsx | 2 +- src/IconBoxOutlinedFilled.tsx | 2 +- src/IconBoxRounded.tsx | 2 +- src/IconBoxRoundedFilled.tsx | 2 +- src/IconBoxSharp.tsx | 2 +- src/IconBoxSharpFilled.tsx | 2 +- src/IconBoyOutlined.tsx | 2 +- src/IconBoyOutlinedFilled.tsx | 2 +- src/IconBoyRounded.tsx | 2 +- src/IconBoyRoundedFilled.tsx | 2 +- src/IconBoySharp.tsx | 2 +- src/IconBoySharpFilled.tsx | 2 +- src/IconBrandAwarenessOutlined.tsx | 2 +- src/IconBrandAwarenessOutlinedFilled.tsx | 2 +- src/IconBrandAwarenessRounded.tsx | 2 +- src/IconBrandAwarenessRoundedFilled.tsx | 2 +- src/IconBrandAwarenessSharp.tsx | 2 +- src/IconBrandAwarenessSharpFilled.tsx | 2 +- src/IconBrandFamilyOutlined.tsx | 2 +- src/IconBrandFamilyOutlinedFilled.tsx | 2 +- src/IconBrandFamilyRounded.tsx | 2 +- src/IconBrandFamilyRoundedFilled.tsx | 2 +- src/IconBrandFamilySharp.tsx | 2 +- src/IconBrandFamilySharpFilled.tsx | 2 +- src/IconBrandingWatermarkOutlined.tsx | 2 +- src/IconBrandingWatermarkOutlinedFilled.tsx | 2 +- src/IconBrandingWatermarkRounded.tsx | 2 +- src/IconBrandingWatermarkRoundedFilled.tsx | 2 +- src/IconBrandingWatermarkSharp.tsx | 2 +- src/IconBrandingWatermarkSharpFilled.tsx | 2 +- src/IconBreakfastDiningOutlined.tsx | 2 +- src/IconBreakfastDiningOutlinedFilled.tsx | 2 +- src/IconBreakfastDiningRounded.tsx | 2 +- src/IconBreakfastDiningRoundedFilled.tsx | 2 +- src/IconBreakfastDiningSharp.tsx | 2 +- src/IconBreakfastDiningSharpFilled.tsx | 2 +- src/IconBreakingNewsAlt1Outlined.tsx | 2 +- src/IconBreakingNewsAlt1OutlinedFilled.tsx | 2 +- src/IconBreakingNewsAlt1Rounded.tsx | 2 +- src/IconBreakingNewsAlt1RoundedFilled.tsx | 2 +- src/IconBreakingNewsAlt1Sharp.tsx | 2 +- src/IconBreakingNewsAlt1SharpFilled.tsx | 2 +- src/IconBreakingNewsOutlined.tsx | 2 +- src/IconBreakingNewsOutlinedFilled.tsx | 2 +- src/IconBreakingNewsRounded.tsx | 2 +- src/IconBreakingNewsRoundedFilled.tsx | 2 +- src/IconBreakingNewsSharp.tsx | 2 +- src/IconBreakingNewsSharpFilled.tsx | 2 +- src/IconBreastfeedingOutlined.tsx | 2 +- src/IconBreastfeedingOutlinedFilled.tsx | 2 +- src/IconBreastfeedingRounded.tsx | 2 +- src/IconBreastfeedingRoundedFilled.tsx | 2 +- src/IconBreastfeedingSharp.tsx | 2 +- src/IconBreastfeedingSharpFilled.tsx | 2 +- src/IconBrightness1Outlined.tsx | 2 +- src/IconBrightness1OutlinedFilled.tsx | 2 +- src/IconBrightness1Rounded.tsx | 2 +- src/IconBrightness1RoundedFilled.tsx | 2 +- src/IconBrightness1Sharp.tsx | 2 +- src/IconBrightness1SharpFilled.tsx | 2 +- src/IconBrightness2Outlined.tsx | 2 +- src/IconBrightness2OutlinedFilled.tsx | 2 +- src/IconBrightness2Rounded.tsx | 2 +- src/IconBrightness2RoundedFilled.tsx | 2 +- src/IconBrightness2Sharp.tsx | 2 +- src/IconBrightness2SharpFilled.tsx | 2 +- src/IconBrightness3Outlined.tsx | 2 +- src/IconBrightness3OutlinedFilled.tsx | 2 +- src/IconBrightness3Rounded.tsx | 2 +- src/IconBrightness3RoundedFilled.tsx | 2 +- src/IconBrightness3Sharp.tsx | 2 +- src/IconBrightness3SharpFilled.tsx | 2 +- src/IconBrightness4Outlined.tsx | 2 +- src/IconBrightness4OutlinedFilled.tsx | 2 +- src/IconBrightness4Rounded.tsx | 2 +- src/IconBrightness4RoundedFilled.tsx | 2 +- src/IconBrightness4Sharp.tsx | 2 +- src/IconBrightness4SharpFilled.tsx | 2 +- src/IconBrightness5Outlined.tsx | 2 +- src/IconBrightness5OutlinedFilled.tsx | 2 +- src/IconBrightness5Rounded.tsx | 2 +- src/IconBrightness5RoundedFilled.tsx | 2 +- src/IconBrightness5Sharp.tsx | 2 +- src/IconBrightness5SharpFilled.tsx | 2 +- src/IconBrightness6Outlined.tsx | 2 +- src/IconBrightness6OutlinedFilled.tsx | 2 +- src/IconBrightness6Rounded.tsx | 2 +- src/IconBrightness6RoundedFilled.tsx | 2 +- src/IconBrightness6Sharp.tsx | 2 +- src/IconBrightness6SharpFilled.tsx | 2 +- src/IconBrightness7Outlined.tsx | 2 +- src/IconBrightness7OutlinedFilled.tsx | 2 +- src/IconBrightness7Rounded.tsx | 2 +- src/IconBrightness7RoundedFilled.tsx | 2 +- src/IconBrightness7Sharp.tsx | 2 +- src/IconBrightness7SharpFilled.tsx | 2 +- src/IconBrightnessAlertOutlined.tsx | 2 +- src/IconBrightnessAlertOutlinedFilled.tsx | 2 +- src/IconBrightnessAlertRounded.tsx | 2 +- src/IconBrightnessAlertRoundedFilled.tsx | 2 +- src/IconBrightnessAlertSharp.tsx | 2 +- src/IconBrightnessAlertSharpFilled.tsx | 2 +- src/IconBrightnessAutoOutlined.tsx | 2 +- src/IconBrightnessAutoOutlinedFilled.tsx | 2 +- src/IconBrightnessAutoRounded.tsx | 2 +- src/IconBrightnessAutoRoundedFilled.tsx | 2 +- src/IconBrightnessAutoSharp.tsx | 2 +- src/IconBrightnessAutoSharpFilled.tsx | 2 +- src/IconBrightnessEmptyOutlined.tsx | 2 +- src/IconBrightnessEmptyOutlinedFilled.tsx | 2 +- src/IconBrightnessEmptyRounded.tsx | 2 +- src/IconBrightnessEmptyRoundedFilled.tsx | 2 +- src/IconBrightnessEmptySharp.tsx | 2 +- src/IconBrightnessEmptySharpFilled.tsx | 2 +- src/IconBrightnessHighOutlined.tsx | 2 +- src/IconBrightnessHighOutlinedFilled.tsx | 2 +- src/IconBrightnessHighRounded.tsx | 2 +- src/IconBrightnessHighRoundedFilled.tsx | 2 +- src/IconBrightnessHighSharp.tsx | 2 +- src/IconBrightnessHighSharpFilled.tsx | 2 +- src/IconBrightnessLowOutlined.tsx | 2 +- src/IconBrightnessLowOutlinedFilled.tsx | 2 +- src/IconBrightnessLowRounded.tsx | 2 +- src/IconBrightnessLowRoundedFilled.tsx | 2 +- src/IconBrightnessLowSharp.tsx | 2 +- src/IconBrightnessLowSharpFilled.tsx | 2 +- src/IconBrightnessMediumOutlined.tsx | 2 +- src/IconBrightnessMediumOutlinedFilled.tsx | 2 +- src/IconBrightnessMediumRounded.tsx | 2 +- src/IconBrightnessMediumRoundedFilled.tsx | 2 +- src/IconBrightnessMediumSharp.tsx | 2 +- src/IconBrightnessMediumSharpFilled.tsx | 2 +- src/IconBringYourOwnIpOutlined.tsx | 2 +- src/IconBringYourOwnIpOutlinedFilled.tsx | 2 +- src/IconBringYourOwnIpRounded.tsx | 2 +- src/IconBringYourOwnIpRoundedFilled.tsx | 2 +- src/IconBringYourOwnIpSharp.tsx | 2 +- src/IconBringYourOwnIpSharpFilled.tsx | 2 +- src/IconBroadcastOnHomeOutlined.tsx | 2 +- src/IconBroadcastOnHomeOutlinedFilled.tsx | 2 +- src/IconBroadcastOnHomeRounded.tsx | 2 +- src/IconBroadcastOnHomeRoundedFilled.tsx | 2 +- src/IconBroadcastOnHomeSharp.tsx | 2 +- src/IconBroadcastOnHomeSharpFilled.tsx | 2 +- src/IconBroadcastOnPersonalOutlined.tsx | 2 +- src/IconBroadcastOnPersonalOutlinedFilled.tsx | 2 +- src/IconBroadcastOnPersonalRounded.tsx | 2 +- src/IconBroadcastOnPersonalRoundedFilled.tsx | 2 +- src/IconBroadcastOnPersonalSharp.tsx | 2 +- src/IconBroadcastOnPersonalSharpFilled.tsx | 2 +- src/IconBrokenImageOutlined.tsx | 2 +- src/IconBrokenImageOutlinedFilled.tsx | 2 +- src/IconBrokenImageRounded.tsx | 2 +- src/IconBrokenImageRoundedFilled.tsx | 2 +- src/IconBrokenImageSharp.tsx | 2 +- src/IconBrokenImageSharpFilled.tsx | 2 +- src/IconBrowseActivityOutlined.tsx | 2 +- src/IconBrowseActivityOutlinedFilled.tsx | 2 +- src/IconBrowseActivityRounded.tsx | 2 +- src/IconBrowseActivityRoundedFilled.tsx | 2 +- src/IconBrowseActivitySharp.tsx | 2 +- src/IconBrowseActivitySharpFilled.tsx | 2 +- src/IconBrowseGalleryOutlined.tsx | 2 +- src/IconBrowseGalleryOutlinedFilled.tsx | 2 +- src/IconBrowseGalleryRounded.tsx | 2 +- src/IconBrowseGalleryRoundedFilled.tsx | 2 +- src/IconBrowseGallerySharp.tsx | 2 +- src/IconBrowseGallerySharpFilled.tsx | 2 +- src/IconBrowseOutlined.tsx | 2 +- src/IconBrowseOutlinedFilled.tsx | 2 +- src/IconBrowseRounded.tsx | 2 +- src/IconBrowseRoundedFilled.tsx | 2 +- src/IconBrowseSharp.tsx | 2 +- src/IconBrowseSharpFilled.tsx | 2 +- src/IconBrowserUpdatedOutlined.tsx | 2 +- src/IconBrowserUpdatedOutlinedFilled.tsx | 2 +- src/IconBrowserUpdatedRounded.tsx | 2 +- src/IconBrowserUpdatedRoundedFilled.tsx | 2 +- src/IconBrowserUpdatedSharp.tsx | 2 +- src/IconBrowserUpdatedSharpFilled.tsx | 2 +- src/IconBrunchDiningOutlined.tsx | 2 +- src/IconBrunchDiningOutlinedFilled.tsx | 2 +- src/IconBrunchDiningRounded.tsx | 2 +- src/IconBrunchDiningRoundedFilled.tsx | 2 +- src/IconBrunchDiningSharp.tsx | 2 +- src/IconBrunchDiningSharpFilled.tsx | 2 +- src/IconBrushOutlined.tsx | 2 +- src/IconBrushOutlinedFilled.tsx | 2 +- src/IconBrushRounded.tsx | 2 +- src/IconBrushRoundedFilled.tsx | 2 +- src/IconBrushSharp.tsx | 2 +- src/IconBrushSharpFilled.tsx | 2 +- src/IconBubbleChartOutlined.tsx | 2 +- src/IconBubbleChartOutlinedFilled.tsx | 2 +- src/IconBubbleChartRounded.tsx | 2 +- src/IconBubbleChartRoundedFilled.tsx | 2 +- src/IconBubbleChartSharp.tsx | 2 +- src/IconBubbleChartSharpFilled.tsx | 2 +- src/IconBubbleOutlined.tsx | 2 +- src/IconBubbleOutlinedFilled.tsx | 2 +- src/IconBubbleRounded.tsx | 2 +- src/IconBubbleRoundedFilled.tsx | 2 +- src/IconBubbleSharp.tsx | 2 +- src/IconBubbleSharpFilled.tsx | 2 +- src/IconBubblesOutlined.tsx | 2 +- src/IconBubblesOutlinedFilled.tsx | 2 +- src/IconBubblesRounded.tsx | 2 +- src/IconBubblesRoundedFilled.tsx | 2 +- src/IconBubblesSharp.tsx | 2 +- src/IconBubblesSharpFilled.tsx | 2 +- src/IconBugReportOutlined.tsx | 2 +- src/IconBugReportOutlinedFilled.tsx | 2 +- src/IconBugReportRounded.tsx | 2 +- src/IconBugReportRoundedFilled.tsx | 2 +- src/IconBugReportSharp.tsx | 2 +- src/IconBugReportSharpFilled.tsx | 2 +- src/IconBuildCircleOutlined.tsx | 2 +- src/IconBuildCircleOutlinedFilled.tsx | 2 +- src/IconBuildCircleRounded.tsx | 2 +- src/IconBuildCircleRoundedFilled.tsx | 2 +- src/IconBuildCircleSharp.tsx | 2 +- src/IconBuildCircleSharpFilled.tsx | 2 +- src/IconBuildOutlined.tsx | 2 +- src/IconBuildOutlinedFilled.tsx | 2 +- src/IconBuildRounded.tsx | 2 +- src/IconBuildRoundedFilled.tsx | 2 +- src/IconBuildSharp.tsx | 2 +- src/IconBuildSharpFilled.tsx | 2 +- src/IconBungalowOutlined.tsx | 2 +- src/IconBungalowOutlinedFilled.tsx | 2 +- src/IconBungalowRounded.tsx | 2 +- src/IconBungalowRoundedFilled.tsx | 2 +- src/IconBungalowSharp.tsx | 2 +- src/IconBungalowSharpFilled.tsx | 2 +- src/IconBurstModeOutlined.tsx | 2 +- src/IconBurstModeOutlinedFilled.tsx | 2 +- src/IconBurstModeRounded.tsx | 2 +- src/IconBurstModeRoundedFilled.tsx | 2 +- src/IconBurstModeSharp.tsx | 2 +- src/IconBurstModeSharpFilled.tsx | 2 +- src/IconBusAlertOutlined.tsx | 2 +- src/IconBusAlertOutlinedFilled.tsx | 2 +- src/IconBusAlertRounded.tsx | 2 +- src/IconBusAlertRoundedFilled.tsx | 2 +- src/IconBusAlertSharp.tsx | 2 +- src/IconBusAlertSharpFilled.tsx | 2 +- src/IconBusinessCenterOutlined.tsx | 2 +- src/IconBusinessCenterOutlinedFilled.tsx | 2 +- src/IconBusinessCenterRounded.tsx | 2 +- src/IconBusinessCenterRoundedFilled.tsx | 2 +- src/IconBusinessCenterSharp.tsx | 2 +- src/IconBusinessCenterSharpFilled.tsx | 2 +- src/IconBusinessChipOutlined.tsx | 2 +- src/IconBusinessChipOutlinedFilled.tsx | 2 +- src/IconBusinessChipRounded.tsx | 2 +- src/IconBusinessChipRoundedFilled.tsx | 2 +- src/IconBusinessChipSharp.tsx | 2 +- src/IconBusinessChipSharpFilled.tsx | 2 +- src/IconBusinessMessagesOutlined.tsx | 2 +- src/IconBusinessMessagesOutlinedFilled.tsx | 2 +- src/IconBusinessMessagesRounded.tsx | 2 +- src/IconBusinessMessagesRoundedFilled.tsx | 2 +- src/IconBusinessMessagesSharp.tsx | 2 +- src/IconBusinessMessagesSharpFilled.tsx | 2 +- src/IconButtonsAltOutlined.tsx | 2 +- src/IconButtonsAltOutlinedFilled.tsx | 2 +- src/IconButtonsAltRounded.tsx | 2 +- src/IconButtonsAltRoundedFilled.tsx | 2 +- src/IconButtonsAltSharp.tsx | 2 +- src/IconButtonsAltSharpFilled.tsx | 2 +- src/IconCabinOutlined.tsx | 2 +- src/IconCabinOutlinedFilled.tsx | 2 +- src/IconCabinRounded.tsx | 2 +- src/IconCabinRoundedFilled.tsx | 2 +- src/IconCabinSharp.tsx | 2 +- src/IconCabinSharpFilled.tsx | 2 +- src/IconCableCarOutlined.tsx | 2 +- src/IconCableCarOutlinedFilled.tsx | 2 +- src/IconCableCarRounded.tsx | 2 +- src/IconCableCarRoundedFilled.tsx | 2 +- src/IconCableCarSharp.tsx | 2 +- src/IconCableCarSharpFilled.tsx | 2 +- src/IconCableOutlined.tsx | 2 +- src/IconCableOutlinedFilled.tsx | 2 +- src/IconCableRounded.tsx | 2 +- src/IconCableRoundedFilled.tsx | 2 +- src/IconCableSharp.tsx | 2 +- src/IconCableSharpFilled.tsx | 2 +- src/IconCachedOutlined.tsx | 2 +- src/IconCachedOutlinedFilled.tsx | 2 +- src/IconCachedRounded.tsx | 2 +- src/IconCachedRoundedFilled.tsx | 2 +- src/IconCachedSharp.tsx | 2 +- src/IconCachedSharpFilled.tsx | 2 +- src/IconCadenceOutlined.tsx | 2 +- src/IconCadenceOutlinedFilled.tsx | 2 +- src/IconCadenceRounded.tsx | 2 +- src/IconCadenceRoundedFilled.tsx | 2 +- src/IconCadenceSharp.tsx | 2 +- src/IconCadenceSharpFilled.tsx | 2 +- src/IconCakeAddOutlined.tsx | 2 +- src/IconCakeAddOutlinedFilled.tsx | 2 +- src/IconCakeAddRounded.tsx | 2 +- src/IconCakeAddRoundedFilled.tsx | 2 +- src/IconCakeAddSharp.tsx | 2 +- src/IconCakeAddSharpFilled.tsx | 2 +- src/IconCakeOutlined.tsx | 9 + src/IconCakeOutlinedFilled.tsx | 2 +- src/IconCakeRounded.tsx | 2 +- src/IconCakeRoundedFilled.tsx | 2 +- src/IconCakeSharp.tsx | 2 +- src/IconCakeSharpFilled.tsx | 2 +- src/IconCalculateOutlined.tsx | 2 +- src/IconCalculateOutlinedFilled.tsx | 2 +- src/IconCalculateRounded.tsx | 2 +- src/IconCalculateRoundedFilled.tsx | 2 +- src/IconCalculateSharp.tsx | 2 +- src/IconCalculateSharpFilled.tsx | 2 +- src/IconCalendarAddOnOutlined.tsx | 2 +- src/IconCalendarAddOnOutlinedFilled.tsx | 2 +- src/IconCalendarAddOnRounded.tsx | 2 +- src/IconCalendarAddOnRoundedFilled.tsx | 2 +- src/IconCalendarAddOnSharp.tsx | 2 +- src/IconCalendarAddOnSharpFilled.tsx | 2 +- src/IconCalendarAppsScriptOutlined.tsx | 2 +- src/IconCalendarAppsScriptOutlinedFilled.tsx | 2 +- src/IconCalendarAppsScriptRounded.tsx | 2 +- src/IconCalendarAppsScriptRoundedFilled.tsx | 2 +- src/IconCalendarAppsScriptSharp.tsx | 2 +- src/IconCalendarAppsScriptSharpFilled.tsx | 2 +- src/IconCalendarClockOutlined.tsx | 2 +- src/IconCalendarClockOutlinedFilled.tsx | 2 +- src/IconCalendarClockRounded.tsx | 2 +- src/IconCalendarClockRoundedFilled.tsx | 2 +- src/IconCalendarClockSharp.tsx | 2 +- src/IconCalendarClockSharpFilled.tsx | 2 +- src/IconCalendarMonthOutlined.tsx | 2 +- src/IconCalendarMonthOutlinedFilled.tsx | 2 +- src/IconCalendarMonthRounded.tsx | 2 +- src/IconCalendarMonthRoundedFilled.tsx | 2 +- src/IconCalendarMonthSharp.tsx | 2 +- src/IconCalendarMonthSharpFilled.tsx | 2 +- src/IconCalendarTodayOutlined.tsx | 2 +- src/IconCalendarTodayOutlinedFilled.tsx | 2 +- src/IconCalendarTodayRounded.tsx | 2 +- src/IconCalendarTodayRoundedFilled.tsx | 2 +- src/IconCalendarTodaySharp.tsx | 2 +- src/IconCalendarTodaySharpFilled.tsx | 2 +- src/IconCalendarViewDayOutlined.tsx | 2 +- src/IconCalendarViewDayOutlinedFilled.tsx | 2 +- src/IconCalendarViewDayRounded.tsx | 2 +- src/IconCalendarViewDayRoundedFilled.tsx | 2 +- src/IconCalendarViewDaySharp.tsx | 2 +- src/IconCalendarViewDaySharpFilled.tsx | 2 +- src/IconCalendarViewMonthOutlined.tsx | 2 +- src/IconCalendarViewMonthOutlinedFilled.tsx | 2 +- src/IconCalendarViewMonthRounded.tsx | 2 +- src/IconCalendarViewMonthRoundedFilled.tsx | 2 +- src/IconCalendarViewMonthSharp.tsx | 2 +- src/IconCalendarViewMonthSharpFilled.tsx | 2 +- src/IconCalendarViewWeekOutlined.tsx | 2 +- src/IconCalendarViewWeekOutlinedFilled.tsx | 2 +- src/IconCalendarViewWeekRounded.tsx | 2 +- src/IconCalendarViewWeekRoundedFilled.tsx | 2 +- src/IconCalendarViewWeekSharp.tsx | 2 +- src/IconCalendarViewWeekSharpFilled.tsx | 2 +- src/IconCallEndOutlined.tsx | 2 +- src/IconCallEndOutlinedFilled.tsx | 2 +- src/IconCallEndRounded.tsx | 2 +- src/IconCallEndRoundedFilled.tsx | 2 +- src/IconCallEndSharp.tsx | 2 +- src/IconCallEndSharpFilled.tsx | 2 +- src/IconCallLogOutlined.tsx | 2 +- src/IconCallLogOutlinedFilled.tsx | 2 +- src/IconCallLogRounded.tsx | 2 +- src/IconCallLogRoundedFilled.tsx | 2 +- src/IconCallLogSharp.tsx | 2 +- src/IconCallLogSharpFilled.tsx | 2 +- src/IconCallMadeOutlined.tsx | 2 +- src/IconCallMadeOutlinedFilled.tsx | 2 +- src/IconCallMadeRounded.tsx | 2 +- src/IconCallMadeRoundedFilled.tsx | 2 +- src/IconCallMadeSharp.tsx | 2 +- src/IconCallMadeSharpFilled.tsx | 2 +- src/IconCallMergeOutlined.tsx | 2 +- src/IconCallMergeOutlinedFilled.tsx | 2 +- src/IconCallMergeRounded.tsx | 2 +- src/IconCallMergeRoundedFilled.tsx | 2 +- src/IconCallMergeSharp.tsx | 2 +- src/IconCallMergeSharpFilled.tsx | 2 +- src/IconCallMissedOutgoingOutlined.tsx | 2 +- src/IconCallMissedOutgoingOutlinedFilled.tsx | 2 +- src/IconCallMissedOutgoingRounded.tsx | 2 +- src/IconCallMissedOutgoingRoundedFilled.tsx | 2 +- src/IconCallMissedOutgoingSharp.tsx | 2 +- src/IconCallMissedOutgoingSharpFilled.tsx | 2 +- src/IconCallMissedOutlined.tsx | 2 +- src/IconCallMissedOutlinedFilled.tsx | 2 +- src/IconCallMissedRounded.tsx | 2 +- src/IconCallMissedRoundedFilled.tsx | 2 +- src/IconCallMissedSharp.tsx | 2 +- src/IconCallMissedSharpFilled.tsx | 2 +- src/IconCallOutlined.tsx | 2 +- src/IconCallOutlinedFilled.tsx | 2 +- src/IconCallQualityOutlined.tsx | 2 +- src/IconCallQualityOutlinedFilled.tsx | 2 +- src/IconCallQualityRounded.tsx | 2 +- src/IconCallQualityRoundedFilled.tsx | 2 +- src/IconCallQualitySharp.tsx | 2 +- src/IconCallQualitySharpFilled.tsx | 2 +- src/IconCallReceivedOutlined.tsx | 2 +- src/IconCallReceivedOutlinedFilled.tsx | 2 +- src/IconCallReceivedRounded.tsx | 2 +- src/IconCallReceivedRoundedFilled.tsx | 2 +- src/IconCallReceivedSharp.tsx | 2 +- src/IconCallReceivedSharpFilled.tsx | 2 +- src/IconCallRounded.tsx | 2 +- src/IconCallRoundedFilled.tsx | 2 +- src/IconCallSharp.tsx | 2 +- src/IconCallSharpFilled.tsx | 2 +- src/IconCallSplitOutlined.tsx | 2 +- src/IconCallSplitOutlinedFilled.tsx | 2 +- src/IconCallSplitRounded.tsx | 2 +- src/IconCallSplitRoundedFilled.tsx | 2 +- src/IconCallSplitSharp.tsx | 2 +- src/IconCallSplitSharpFilled.tsx | 2 +- src/IconCallToActionOutlined.tsx | 2 +- src/IconCallToActionOutlinedFilled.tsx | 2 +- src/IconCallToActionRounded.tsx | 2 +- src/IconCallToActionRoundedFilled.tsx | 2 +- src/IconCallToActionSharp.tsx | 2 +- src/IconCallToActionSharpFilled.tsx | 2 +- src/IconCameraFrontOutlined.tsx | 2 +- src/IconCameraFrontOutlinedFilled.tsx | 2 +- src/IconCameraFrontRounded.tsx | 2 +- src/IconCameraFrontRoundedFilled.tsx | 2 +- src/IconCameraFrontSharp.tsx | 2 +- src/IconCameraFrontSharpFilled.tsx | 2 +- src/IconCameraIndoorOutlined.tsx | 2 +- src/IconCameraIndoorOutlinedFilled.tsx | 2 +- src/IconCameraIndoorRounded.tsx | 2 +- src/IconCameraIndoorRoundedFilled.tsx | 2 +- src/IconCameraIndoorSharp.tsx | 2 +- src/IconCameraIndoorSharpFilled.tsx | 2 +- src/IconCameraOutdoorOutlined.tsx | 2 +- src/IconCameraOutdoorOutlinedFilled.tsx | 2 +- src/IconCameraOutdoorRounded.tsx | 2 +- src/IconCameraOutdoorRoundedFilled.tsx | 2 +- src/IconCameraOutdoorSharp.tsx | 2 +- src/IconCameraOutdoorSharpFilled.tsx | 2 +- src/IconCameraOutlined.tsx | 2 +- src/IconCameraOutlinedFilled.tsx | 2 +- src/IconCameraRearOutlined.tsx | 2 +- src/IconCameraRearOutlinedFilled.tsx | 2 +- src/IconCameraRearRounded.tsx | 2 +- src/IconCameraRearRoundedFilled.tsx | 2 +- src/IconCameraRearSharp.tsx | 2 +- src/IconCameraRearSharpFilled.tsx | 2 +- src/IconCameraRollOutlined.tsx | 2 +- src/IconCameraRollOutlinedFilled.tsx | 2 +- src/IconCameraRollRounded.tsx | 2 +- src/IconCameraRollRoundedFilled.tsx | 2 +- src/IconCameraRollSharp.tsx | 2 +- src/IconCameraRollSharpFilled.tsx | 2 +- src/IconCameraRounded.tsx | 2 +- src/IconCameraRoundedFilled.tsx | 2 +- src/IconCameraSharp.tsx | 2 +- src/IconCameraSharpFilled.tsx | 2 +- src/IconCameraVideoOutlined.tsx | 2 +- src/IconCameraVideoOutlinedFilled.tsx | 2 +- src/IconCameraVideoRounded.tsx | 2 +- src/IconCameraVideoRoundedFilled.tsx | 2 +- src/IconCameraVideoSharp.tsx | 2 +- src/IconCameraVideoSharpFilled.tsx | 2 +- src/IconCameraswitchOutlined.tsx | 2 +- src/IconCameraswitchOutlinedFilled.tsx | 2 +- src/IconCameraswitchRounded.tsx | 2 +- src/IconCameraswitchRoundedFilled.tsx | 2 +- src/IconCameraswitchSharp.tsx | 2 +- src/IconCameraswitchSharpFilled.tsx | 2 +- src/IconCampaignOutlined.tsx | 2 +- src/IconCampaignOutlinedFilled.tsx | 2 +- src/IconCampaignRounded.tsx | 2 +- src/IconCampaignRoundedFilled.tsx | 2 +- src/IconCampaignSharp.tsx | 2 +- src/IconCampaignSharpFilled.tsx | 2 +- src/IconCampingOutlined.tsx | 2 +- src/IconCampingOutlinedFilled.tsx | 2 +- src/IconCampingRounded.tsx | 2 +- src/IconCampingRoundedFilled.tsx | 2 +- src/IconCampingSharp.tsx | 2 +- src/IconCampingSharpFilled.tsx | 2 +- src/IconCancelOutlined.tsx | 2 +- src/IconCancelOutlinedFilled.tsx | 2 +- src/IconCancelPresentationOutlined.tsx | 2 +- src/IconCancelPresentationOutlinedFilled.tsx | 2 +- src/IconCancelPresentationRounded.tsx | 2 +- src/IconCancelPresentationRoundedFilled.tsx | 2 +- src/IconCancelPresentationSharp.tsx | 2 +- src/IconCancelPresentationSharpFilled.tsx | 2 +- src/IconCancelRounded.tsx | 2 +- src/IconCancelRoundedFilled.tsx | 2 +- src/IconCancelScheduleSendOutlined.tsx | 2 +- src/IconCancelScheduleSendOutlinedFilled.tsx | 2 +- src/IconCancelScheduleSendRounded.tsx | 2 +- src/IconCancelScheduleSendRoundedFilled.tsx | 2 +- src/IconCancelScheduleSendSharp.tsx | 2 +- src/IconCancelScheduleSendSharpFilled.tsx | 2 +- src/IconCancelSharp.tsx | 2 +- src/IconCancelSharpFilled.tsx | 2 +- src/IconCandleOutlined.tsx | 2 +- src/IconCandleOutlinedFilled.tsx | 2 +- src/IconCandleRounded.tsx | 2 +- src/IconCandleRoundedFilled.tsx | 2 +- src/IconCandleSharp.tsx | 2 +- src/IconCandleSharpFilled.tsx | 2 +- src/IconCandlestickChartOutlined.tsx | 2 +- src/IconCandlestickChartOutlinedFilled.tsx | 2 +- src/IconCandlestickChartRounded.tsx | 2 +- src/IconCandlestickChartRoundedFilled.tsx | 2 +- src/IconCandlestickChartSharp.tsx | 2 +- src/IconCandlestickChartSharpFilled.tsx | 2 +- src/IconCaptivePortalOutlined.tsx | 2 +- src/IconCaptivePortalOutlinedFilled.tsx | 2 +- src/IconCaptivePortalRounded.tsx | 2 +- src/IconCaptivePortalRoundedFilled.tsx | 2 +- src/IconCaptivePortalSharp.tsx | 2 +- src/IconCaptivePortalSharpFilled.tsx | 2 +- src/IconCaptureOutlined.tsx | 2 +- src/IconCaptureOutlinedFilled.tsx | 2 +- src/IconCaptureRounded.tsx | 2 +- src/IconCaptureRoundedFilled.tsx | 2 +- src/IconCaptureSharp.tsx | 2 +- src/IconCaptureSharpFilled.tsx | 2 +- src/IconCarCrashOutlined.tsx | 2 +- src/IconCarCrashOutlinedFilled.tsx | 2 +- src/IconCarCrashRounded.tsx | 2 +- src/IconCarCrashRoundedFilled.tsx | 2 +- src/IconCarCrashSharp.tsx | 2 +- src/IconCarCrashSharpFilled.tsx | 2 +- src/IconCarRentalOutlined.tsx | 2 +- src/IconCarRentalOutlinedFilled.tsx | 2 +- src/IconCarRentalRounded.tsx | 2 +- src/IconCarRentalRoundedFilled.tsx | 2 +- src/IconCarRentalSharp.tsx | 2 +- src/IconCarRentalSharpFilled.tsx | 2 +- src/IconCarRepairOutlined.tsx | 2 +- src/IconCarRepairOutlinedFilled.tsx | 2 +- src/IconCarRepairRounded.tsx | 2 +- src/IconCarRepairRoundedFilled.tsx | 2 +- src/IconCarRepairSharp.tsx | 2 +- src/IconCarRepairSharpFilled.tsx | 2 +- src/IconCarTagOutlined.tsx | 2 +- src/IconCarTagOutlinedFilled.tsx | 2 +- src/IconCarTagRounded.tsx | 2 +- src/IconCarTagRoundedFilled.tsx | 2 +- src/IconCarTagSharp.tsx | 2 +- src/IconCarTagSharpFilled.tsx | 2 +- src/IconCardMembershipOutlined.tsx | 2 +- src/IconCardMembershipOutlinedFilled.tsx | 2 +- src/IconCardMembershipRounded.tsx | 2 +- src/IconCardMembershipRoundedFilled.tsx | 2 +- src/IconCardMembershipSharp.tsx | 2 +- src/IconCardMembershipSharpFilled.tsx | 2 +- src/IconCardTravelOutlined.tsx | 2 +- src/IconCardTravelOutlinedFilled.tsx | 2 +- src/IconCardTravelRounded.tsx | 2 +- src/IconCardTravelRoundedFilled.tsx | 2 +- src/IconCardTravelSharp.tsx | 2 +- src/IconCardTravelSharpFilled.tsx | 2 +- src/IconCardioLoadOutlined.tsx | 2 +- src/IconCardioLoadOutlinedFilled.tsx | 2 +- src/IconCardioLoadRounded.tsx | 2 +- src/IconCardioLoadRoundedFilled.tsx | 2 +- src/IconCardioLoadSharp.tsx | 2 +- src/IconCardioLoadSharpFilled.tsx | 2 +- src/IconCardiologyOutlined.tsx | 2 +- src/IconCardiologyOutlinedFilled.tsx | 2 +- src/IconCardiologyRounded.tsx | 2 +- src/IconCardiologyRoundedFilled.tsx | 2 +- src/IconCardiologySharp.tsx | 2 +- src/IconCardiologySharpFilled.tsx | 2 +- src/IconCardsOutlined.tsx | 2 +- src/IconCardsOutlinedFilled.tsx | 2 +- src/IconCardsRounded.tsx | 2 +- src/IconCardsRoundedFilled.tsx | 2 +- src/IconCardsSharp.tsx | 2 +- src/IconCardsSharpFilled.tsx | 2 +- src/IconCarpenterOutlined.tsx | 2 +- src/IconCarpenterOutlinedFilled.tsx | 2 +- src/IconCarpenterRounded.tsx | 2 +- src/IconCarpenterRoundedFilled.tsx | 2 +- src/IconCarpenterSharp.tsx | 2 +- src/IconCarpenterSharpFilled.tsx | 2 +- src/IconCarryOnBagCheckedOutlined.tsx | 2 +- src/IconCarryOnBagCheckedOutlinedFilled.tsx | 2 +- src/IconCarryOnBagCheckedRounded.tsx | 2 +- src/IconCarryOnBagCheckedRoundedFilled.tsx | 2 +- src/IconCarryOnBagCheckedSharp.tsx | 2 +- src/IconCarryOnBagCheckedSharpFilled.tsx | 2 +- src/IconCarryOnBagInactiveOutlined.tsx | 2 +- src/IconCarryOnBagInactiveOutlinedFilled.tsx | 2 +- src/IconCarryOnBagInactiveRounded.tsx | 2 +- src/IconCarryOnBagInactiveRoundedFilled.tsx | 2 +- src/IconCarryOnBagInactiveSharp.tsx | 2 +- src/IconCarryOnBagInactiveSharpFilled.tsx | 2 +- src/IconCarryOnBagOutlined.tsx | 2 +- src/IconCarryOnBagOutlinedFilled.tsx | 2 +- src/IconCarryOnBagQuestionOutlined.tsx | 2 +- src/IconCarryOnBagQuestionOutlinedFilled.tsx | 2 +- src/IconCarryOnBagQuestionRounded.tsx | 2 +- src/IconCarryOnBagQuestionRoundedFilled.tsx | 2 +- src/IconCarryOnBagQuestionSharp.tsx | 2 +- src/IconCarryOnBagQuestionSharpFilled.tsx | 2 +- src/IconCarryOnBagRounded.tsx | 2 +- src/IconCarryOnBagRoundedFilled.tsx | 2 +- src/IconCarryOnBagSharp.tsx | 2 +- src/IconCarryOnBagSharpFilled.tsx | 2 +- src/IconCasesOutlined.tsx | 2 +- src/IconCasesOutlinedFilled.tsx | 2 +- src/IconCasesRounded.tsx | 2 +- src/IconCasesRoundedFilled.tsx | 2 +- src/IconCasesSharp.tsx | 2 +- src/IconCasesSharpFilled.tsx | 2 +- src/IconCasinoOutlined.tsx | 2 +- src/IconCasinoOutlinedFilled.tsx | 2 +- src/IconCasinoRounded.tsx | 2 +- src/IconCasinoRoundedFilled.tsx | 2 +- src/IconCasinoSharp.tsx | 2 +- src/IconCasinoSharpFilled.tsx | 2 +- src/IconCastConnectedOutlined.tsx | 2 +- src/IconCastConnectedOutlinedFilled.tsx | 2 +- src/IconCastConnectedRounded.tsx | 2 +- src/IconCastConnectedRoundedFilled.tsx | 2 +- src/IconCastConnectedSharp.tsx | 2 +- src/IconCastConnectedSharpFilled.tsx | 2 +- src/IconCastForEducationOutlined.tsx | 2 +- src/IconCastForEducationOutlinedFilled.tsx | 2 +- src/IconCastForEducationRounded.tsx | 2 +- src/IconCastForEducationRoundedFilled.tsx | 2 +- src/IconCastForEducationSharp.tsx | 2 +- src/IconCastForEducationSharpFilled.tsx | 2 +- src/IconCastOutlined.tsx | 2 +- src/IconCastOutlinedFilled.tsx | 2 +- src/IconCastPauseOutlined.tsx | 2 +- src/IconCastPauseOutlinedFilled.tsx | 2 +- src/IconCastPauseRounded.tsx | 2 +- src/IconCastPauseRoundedFilled.tsx | 2 +- src/IconCastPauseSharp.tsx | 2 +- src/IconCastPauseSharpFilled.tsx | 2 +- src/IconCastRounded.tsx | 2 +- src/IconCastRoundedFilled.tsx | 2 +- src/IconCastSharp.tsx | 2 +- src/IconCastSharpFilled.tsx | 2 +- src/IconCastWarningOutlined.tsx | 2 +- src/IconCastWarningOutlinedFilled.tsx | 2 +- src/IconCastWarningRounded.tsx | 2 +- src/IconCastWarningRoundedFilled.tsx | 2 +- src/IconCastWarningSharp.tsx | 2 +- src/IconCastWarningSharpFilled.tsx | 2 +- src/IconCastleOutlined.tsx | 2 +- src/IconCastleOutlinedFilled.tsx | 2 +- src/IconCastleRounded.tsx | 2 +- src/IconCastleRoundedFilled.tsx | 2 +- src/IconCastleSharp.tsx | 2 +- src/IconCastleSharpFilled.tsx | 2 +- src/IconCategoryOutlined.tsx | 2 +- src/IconCategoryOutlinedFilled.tsx | 2 +- src/IconCategoryRounded.tsx | 2 +- src/IconCategoryRoundedFilled.tsx | 2 +- src/IconCategorySearchOutlined.tsx | 2 +- src/IconCategorySearchOutlinedFilled.tsx | 2 +- src/IconCategorySearchRounded.tsx | 2 +- src/IconCategorySearchRoundedFilled.tsx | 2 +- src/IconCategorySearchSharp.tsx | 2 +- src/IconCategorySearchSharpFilled.tsx | 2 +- src/IconCategorySharp.tsx | 2 +- src/IconCategorySharpFilled.tsx | 2 +- src/IconCelebrationOutlined.tsx | 2 +- src/IconCelebrationOutlinedFilled.tsx | 2 +- src/IconCelebrationRounded.tsx | 2 +- src/IconCelebrationRoundedFilled.tsx | 2 +- src/IconCelebrationSharp.tsx | 2 +- src/IconCelebrationSharpFilled.tsx | 2 +- src/IconCellMergeOutlined.tsx | 2 +- src/IconCellMergeOutlinedFilled.tsx | 2 +- src/IconCellMergeRounded.tsx | 2 +- src/IconCellMergeRoundedFilled.tsx | 2 +- src/IconCellMergeSharp.tsx | 2 +- src/IconCellMergeSharpFilled.tsx | 2 +- src/IconCellTowerOutlined.tsx | 2 +- src/IconCellTowerOutlinedFilled.tsx | 2 +- src/IconCellTowerRounded.tsx | 2 +- src/IconCellTowerRoundedFilled.tsx | 2 +- src/IconCellTowerSharp.tsx | 2 +- src/IconCellTowerSharpFilled.tsx | 2 +- src/IconCellWifiOutlined.tsx | 2 +- src/IconCellWifiOutlinedFilled.tsx | 2 +- src/IconCellWifiRounded.tsx | 2 +- src/IconCellWifiRoundedFilled.tsx | 2 +- src/IconCellWifiSharp.tsx | 2 +- src/IconCellWifiSharpFilled.tsx | 2 +- src/IconCenterFocusStrongOutlined.tsx | 2 +- src/IconCenterFocusStrongOutlinedFilled.tsx | 2 +- src/IconCenterFocusStrongRounded.tsx | 2 +- src/IconCenterFocusStrongRoundedFilled.tsx | 2 +- src/IconCenterFocusStrongSharp.tsx | 2 +- src/IconCenterFocusStrongSharpFilled.tsx | 2 +- src/IconCenterFocusWeakOutlined.tsx | 2 +- src/IconCenterFocusWeakOutlinedFilled.tsx | 2 +- src/IconCenterFocusWeakRounded.tsx | 2 +- src/IconCenterFocusWeakRoundedFilled.tsx | 2 +- src/IconCenterFocusWeakSharp.tsx | 2 +- src/IconCenterFocusWeakSharpFilled.tsx | 2 +- src/IconChairAltOutlined.tsx | 2 +- src/IconChairAltOutlinedFilled.tsx | 2 +- src/IconChairAltRounded.tsx | 2 +- src/IconChairAltRoundedFilled.tsx | 2 +- src/IconChairAltSharp.tsx | 2 +- src/IconChairAltSharpFilled.tsx | 2 +- src/IconChairOutlined.tsx | 2 +- src/IconChairOutlinedFilled.tsx | 2 +- src/IconChairRounded.tsx | 2 +- src/IconChairRoundedFilled.tsx | 2 +- src/IconChairSharp.tsx | 2 +- src/IconChairSharpFilled.tsx | 2 +- src/IconChaletOutlined.tsx | 2 +- src/IconChaletOutlinedFilled.tsx | 2 +- src/IconChaletRounded.tsx | 2 +- src/IconChaletRoundedFilled.tsx | 2 +- src/IconChaletSharp.tsx | 2 +- src/IconChaletSharpFilled.tsx | 2 +- src/IconChangeCircleOutlined.tsx | 2 +- src/IconChangeCircleOutlinedFilled.tsx | 2 +- src/IconChangeCircleRounded.tsx | 2 +- src/IconChangeCircleRoundedFilled.tsx | 2 +- src/IconChangeCircleSharp.tsx | 2 +- src/IconChangeCircleSharpFilled.tsx | 2 +- src/IconChangeHistoryOutlined.tsx | 2 +- src/IconChangeHistoryOutlinedFilled.tsx | 2 +- src/IconChangeHistoryRounded.tsx | 2 +- src/IconChangeHistoryRoundedFilled.tsx | 2 +- src/IconChangeHistorySharp.tsx | 2 +- src/IconChangeHistorySharpFilled.tsx | 2 +- src/IconChargerOutlined.tsx | 2 +- src/IconChargerOutlinedFilled.tsx | 2 +- src/IconChargerRounded.tsx | 2 +- src/IconChargerRoundedFilled.tsx | 2 +- src/IconChargerSharp.tsx | 2 +- src/IconChargerSharpFilled.tsx | 2 +- src/IconChargingStationOutlined.tsx | 2 +- src/IconChargingStationOutlinedFilled.tsx | 2 +- src/IconChargingStationRounded.tsx | 2 +- src/IconChargingStationRoundedFilled.tsx | 2 +- src/IconChargingStationSharp.tsx | 2 +- src/IconChargingStationSharpFilled.tsx | 2 +- src/IconChartDataOutlined.tsx | 2 +- src/IconChartDataOutlinedFilled.tsx | 2 +- src/IconChartDataRounded.tsx | 2 +- src/IconChartDataRoundedFilled.tsx | 2 +- src/IconChartDataSharp.tsx | 2 +- src/IconChartDataSharpFilled.tsx | 2 +- src/IconChatAddOnOutlined.tsx | 2 +- src/IconChatAddOnOutlinedFilled.tsx | 2 +- src/IconChatAddOnRounded.tsx | 2 +- src/IconChatAddOnRoundedFilled.tsx | 2 +- src/IconChatAddOnSharp.tsx | 2 +- src/IconChatAddOnSharpFilled.tsx | 2 +- src/IconChatAppsScriptOutlined.tsx | 2 +- src/IconChatAppsScriptOutlinedFilled.tsx | 2 +- src/IconChatAppsScriptRounded.tsx | 2 +- src/IconChatAppsScriptRoundedFilled.tsx | 2 +- src/IconChatAppsScriptSharp.tsx | 2 +- src/IconChatAppsScriptSharpFilled.tsx | 2 +- src/IconChatBubbleOutlined.tsx | 2 +- src/IconChatBubbleOutlinedFilled.tsx | 2 +- src/IconChatBubbleRounded.tsx | 2 +- src/IconChatBubbleRoundedFilled.tsx | 2 +- src/IconChatBubbleSharp.tsx | 2 +- src/IconChatBubbleSharpFilled.tsx | 2 +- src/IconChatErrorOutlined.tsx | 2 +- src/IconChatErrorOutlinedFilled.tsx | 2 +- src/IconChatErrorRounded.tsx | 2 +- src/IconChatErrorRoundedFilled.tsx | 2 +- src/IconChatErrorSharp.tsx | 2 +- src/IconChatErrorSharpFilled.tsx | 2 +- src/IconChatInfoOutlined.tsx | 2 +- src/IconChatInfoOutlinedFilled.tsx | 2 +- src/IconChatInfoRounded.tsx | 2 +- src/IconChatInfoRoundedFilled.tsx | 2 +- src/IconChatInfoSharp.tsx | 2 +- src/IconChatInfoSharpFilled.tsx | 2 +- src/IconChatOutlined.tsx | 2 +- src/IconChatOutlinedFilled.tsx | 2 +- src/IconChatPasteGoOutlined.tsx | 2 +- src/IconChatPasteGoOutlinedFilled.tsx | 2 +- src/IconChatPasteGoRounded.tsx | 2 +- src/IconChatPasteGoRoundedFilled.tsx | 2 +- src/IconChatPasteGoSharp.tsx | 2 +- src/IconChatPasteGoSharpFilled.tsx | 2 +- src/IconChatRounded.tsx | 2 +- src/IconChatRoundedFilled.tsx | 2 +- src/IconChatSharp.tsx | 2 +- src/IconChatSharpFilled.tsx | 2 +- src/IconCheckBoxOutlineBlankOutlined.tsx | 2 +- ...IconCheckBoxOutlineBlankOutlinedFilled.tsx | 2 +- src/IconCheckBoxOutlineBlankRounded.tsx | 2 +- src/IconCheckBoxOutlineBlankRoundedFilled.tsx | 2 +- src/IconCheckBoxOutlineBlankSharp.tsx | 2 +- src/IconCheckBoxOutlineBlankSharpFilled.tsx | 2 +- src/IconCheckBoxOutlined.tsx | 2 +- src/IconCheckBoxOutlinedFilled.tsx | 2 +- src/IconCheckBoxRounded.tsx | 2 +- src/IconCheckBoxRoundedFilled.tsx | 2 +- src/IconCheckBoxSharp.tsx | 2 +- src/IconCheckBoxSharpFilled.tsx | 2 +- src/IconCheckCircleOutlined.tsx | 2 +- src/IconCheckCircleOutlinedFilled.tsx | 2 +- src/IconCheckCircleRounded.tsx | 2 +- src/IconCheckCircleRoundedFilled.tsx | 2 +- src/IconCheckCircleSharp.tsx | 2 +- src/IconCheckCircleSharpFilled.tsx | 2 +- src/IconCheckInOutOutlined.tsx | 2 +- src/IconCheckInOutOutlinedFilled.tsx | 2 +- src/IconCheckInOutRounded.tsx | 2 +- src/IconCheckInOutRoundedFilled.tsx | 2 +- src/IconCheckInOutSharp.tsx | 2 +- src/IconCheckInOutSharpFilled.tsx | 2 +- src/IconCheckIndeterminateSmallOutlined.tsx | 2 +- ...nCheckIndeterminateSmallOutlinedFilled.tsx | 2 +- src/IconCheckIndeterminateSmallRounded.tsx | 2 +- ...onCheckIndeterminateSmallRoundedFilled.tsx | 2 +- src/IconCheckIndeterminateSmallSharp.tsx | 2 +- ...IconCheckIndeterminateSmallSharpFilled.tsx | 2 +- src/IconCheckOutlined.tsx | 2 +- src/IconCheckOutlinedFilled.tsx | 2 +- src/IconCheckRounded.tsx | 2 +- src/IconCheckRoundedFilled.tsx | 2 +- src/IconCheckSharp.tsx | 2 +- src/IconCheckSharpFilled.tsx | 2 +- src/IconCheckSmallOutlined.tsx | 2 +- src/IconCheckSmallOutlinedFilled.tsx | 2 +- src/IconCheckSmallRounded.tsx | 2 +- src/IconCheckSmallRoundedFilled.tsx | 2 +- src/IconCheckSmallSharp.tsx | 2 +- src/IconCheckSmallSharpFilled.tsx | 2 +- src/IconCheckbookOutlined.tsx | 2 +- src/IconCheckbookOutlinedFilled.tsx | 2 +- src/IconCheckbookRounded.tsx | 2 +- src/IconCheckbookRoundedFilled.tsx | 2 +- src/IconCheckbookSharp.tsx | 2 +- src/IconCheckbookSharpFilled.tsx | 2 +- src/IconCheckedBagOutlined.tsx | 2 +- src/IconCheckedBagOutlinedFilled.tsx | 2 +- src/IconCheckedBagQuestionOutlined.tsx | 2 +- src/IconCheckedBagQuestionOutlinedFilled.tsx | 2 +- src/IconCheckedBagQuestionRounded.tsx | 2 +- src/IconCheckedBagQuestionRoundedFilled.tsx | 2 +- src/IconCheckedBagQuestionSharp.tsx | 2 +- src/IconCheckedBagQuestionSharpFilled.tsx | 2 +- src/IconCheckedBagRounded.tsx | 2 +- src/IconCheckedBagRoundedFilled.tsx | 2 +- src/IconCheckedBagSharp.tsx | 2 +- src/IconCheckedBagSharpFilled.tsx | 2 +- src/IconChecklistOutlined.tsx | 2 +- src/IconChecklistOutlinedFilled.tsx | 2 +- src/IconChecklistRounded.tsx | 2 +- src/IconChecklistRoundedFilled.tsx | 2 +- src/IconChecklistRtlOutlined.tsx | 2 +- src/IconChecklistRtlOutlinedFilled.tsx | 2 +- src/IconChecklistRtlRounded.tsx | 2 +- src/IconChecklistRtlRoundedFilled.tsx | 2 +- src/IconChecklistRtlSharp.tsx | 2 +- src/IconChecklistRtlSharpFilled.tsx | 2 +- src/IconChecklistSharp.tsx | 2 +- src/IconChecklistSharpFilled.tsx | 2 +- src/IconCheckroomOutlined.tsx | 2 +- src/IconCheckroomOutlinedFilled.tsx | 2 +- src/IconCheckroomRounded.tsx | 2 +- src/IconCheckroomRoundedFilled.tsx | 2 +- src/IconCheckroomSharp.tsx | 2 +- src/IconCheckroomSharpFilled.tsx | 2 +- src/IconCheerOutlined.tsx | 2 +- src/IconCheerOutlinedFilled.tsx | 2 +- src/IconCheerRounded.tsx | 2 +- src/IconCheerRoundedFilled.tsx | 2 +- src/IconCheerSharp.tsx | 2 +- src/IconCheerSharpFilled.tsx | 2 +- src/IconChessOutlined.tsx | 2 +- src/IconChessOutlinedFilled.tsx | 2 +- src/IconChessRounded.tsx | 2 +- src/IconChessRoundedFilled.tsx | 2 +- src/IconChessSharp.tsx | 2 +- src/IconChessSharpFilled.tsx | 2 +- src/IconChevronBackwardOutlined.tsx | 2 +- src/IconChevronBackwardOutlinedFilled.tsx | 2 +- src/IconChevronBackwardRounded.tsx | 2 +- src/IconChevronBackwardRoundedFilled.tsx | 2 +- src/IconChevronBackwardSharp.tsx | 2 +- src/IconChevronBackwardSharpFilled.tsx | 2 +- src/IconChevronForwardOutlined.tsx | 2 +- src/IconChevronForwardOutlinedFilled.tsx | 2 +- src/IconChevronForwardRounded.tsx | 2 +- src/IconChevronForwardRoundedFilled.tsx | 2 +- src/IconChevronForwardSharp.tsx | 2 +- src/IconChevronForwardSharpFilled.tsx | 2 +- src/IconChevronLeftOutlined.tsx | 2 +- src/IconChevronLeftOutlinedFilled.tsx | 2 +- src/IconChevronLeftRounded.tsx | 2 +- src/IconChevronLeftRoundedFilled.tsx | 2 +- src/IconChevronLeftSharp.tsx | 2 +- src/IconChevronLeftSharpFilled.tsx | 2 +- src/IconChevronRightOutlined.tsx | 2 +- src/IconChevronRightOutlinedFilled.tsx | 2 +- src/IconChevronRightRounded.tsx | 2 +- src/IconChevronRightRoundedFilled.tsx | 2 +- src/IconChevronRightSharp.tsx | 2 +- src/IconChevronRightSharpFilled.tsx | 2 +- src/IconChildCareOutlined.tsx | 2 +- src/IconChildCareOutlinedFilled.tsx | 2 +- src/IconChildCareRounded.tsx | 2 +- src/IconChildCareRoundedFilled.tsx | 2 +- src/IconChildCareSharp.tsx | 2 +- src/IconChildCareSharpFilled.tsx | 2 +- src/IconChildFriendlyOutlined.tsx | 2 +- src/IconChildFriendlyOutlinedFilled.tsx | 2 +- src/IconChildFriendlyRounded.tsx | 2 +- src/IconChildFriendlyRoundedFilled.tsx | 2 +- src/IconChildFriendlySharp.tsx | 2 +- src/IconChildFriendlySharpFilled.tsx | 2 +- src/IconChipExtractionOutlined.tsx | 2 +- src/IconChipExtractionOutlinedFilled.tsx | 2 +- src/IconChipExtractionRounded.tsx | 2 +- src/IconChipExtractionRoundedFilled.tsx | 2 +- src/IconChipExtractionSharp.tsx | 2 +- src/IconChipExtractionSharpFilled.tsx | 2 +- src/IconChipsOutlined.tsx | 2 +- src/IconChipsOutlinedFilled.tsx | 2 +- src/IconChipsRounded.tsx | 2 +- src/IconChipsRoundedFilled.tsx | 2 +- src/IconChipsSharp.tsx | 2 +- src/IconChipsSharpFilled.tsx | 2 +- src/IconChromeReaderModeOutlined.tsx | 2 +- src/IconChromeReaderModeOutlinedFilled.tsx | 2 +- src/IconChromeReaderModeRounded.tsx | 2 +- src/IconChromeReaderModeRoundedFilled.tsx | 2 +- src/IconChromeReaderModeSharp.tsx | 2 +- src/IconChromeReaderModeSharpFilled.tsx | 2 +- src/IconChromecast2Outlined.tsx | 2 +- src/IconChromecast2OutlinedFilled.tsx | 2 +- src/IconChromecast2Rounded.tsx | 2 +- src/IconChromecast2RoundedFilled.tsx | 2 +- src/IconChromecast2Sharp.tsx | 2 +- src/IconChromecast2SharpFilled.tsx | 2 +- src/IconChromecastDeviceOutlined.tsx | 2 +- src/IconChromecastDeviceOutlinedFilled.tsx | 2 +- src/IconChromecastDeviceRounded.tsx | 2 +- src/IconChromecastDeviceRoundedFilled.tsx | 2 +- src/IconChromecastDeviceSharp.tsx | 2 +- src/IconChromecastDeviceSharpFilled.tsx | 2 +- src/IconChronicOutlined.tsx | 2 +- src/IconChronicOutlinedFilled.tsx | 2 +- src/IconChronicRounded.tsx | 2 +- src/IconChronicRoundedFilled.tsx | 2 +- src/IconChronicSharp.tsx | 2 +- src/IconChronicSharpFilled.tsx | 2 +- src/IconChurchOutlined.tsx | 2 +- src/IconChurchOutlinedFilled.tsx | 2 +- src/IconChurchRounded.tsx | 2 +- src/IconChurchRoundedFilled.tsx | 2 +- src/IconChurchSharp.tsx | 2 +- src/IconChurchSharpFilled.tsx | 2 +- src/IconCinematicBlurOutlined.tsx | 2 +- src/IconCinematicBlurOutlinedFilled.tsx | 2 +- src/IconCinematicBlurRounded.tsx | 2 +- src/IconCinematicBlurRoundedFilled.tsx | 2 +- src/IconCinematicBlurSharp.tsx | 2 +- src/IconCinematicBlurSharpFilled.tsx | 2 +- src/IconCircleNotificationsOutlined.tsx | 2 +- src/IconCircleNotificationsOutlinedFilled.tsx | 2 +- src/IconCircleNotificationsRounded.tsx | 2 +- src/IconCircleNotificationsRoundedFilled.tsx | 2 +- src/IconCircleNotificationsSharp.tsx | 2 +- src/IconCircleNotificationsSharpFilled.tsx | 2 +- src/IconCircleOutlined.tsx | 2 +- src/IconCircleOutlinedFilled.tsx | 2 +- src/IconCircleRounded.tsx | 2 +- src/IconCircleRoundedFilled.tsx | 2 +- src/IconCircleSharp.tsx | 2 +- src/IconCircleSharpFilled.tsx | 2 +- src/IconCirclesExtOutlined.tsx | 2 +- src/IconCirclesExtOutlinedFilled.tsx | 2 +- src/IconCirclesExtRounded.tsx | 2 +- src/IconCirclesExtRoundedFilled.tsx | 2 +- src/IconCirclesExtSharp.tsx | 2 +- src/IconCirclesExtSharpFilled.tsx | 2 +- src/IconCirclesOutlined.tsx | 2 +- src/IconCirclesOutlinedFilled.tsx | 2 +- src/IconCirclesRounded.tsx | 2 +- src/IconCirclesRoundedFilled.tsx | 2 +- src/IconCirclesSharp.tsx | 2 +- src/IconCirclesSharpFilled.tsx | 2 +- src/IconClarifyOutlined.tsx | 2 +- src/IconClarifyOutlinedFilled.tsx | 2 +- src/IconClarifyRounded.tsx | 2 +- src/IconClarifyRoundedFilled.tsx | 2 +- src/IconClarifySharp.tsx | 2 +- src/IconClarifySharpFilled.tsx | 2 +- src/IconCleanHandsOutlined.tsx | 2 +- src/IconCleanHandsOutlinedFilled.tsx | 2 +- src/IconCleanHandsRounded.tsx | 2 +- src/IconCleanHandsRoundedFilled.tsx | 2 +- src/IconCleanHandsSharp.tsx | 2 +- src/IconCleanHandsSharpFilled.tsx | 2 +- src/IconCleaningBucketOutlined.tsx | 2 +- src/IconCleaningBucketOutlinedFilled.tsx | 2 +- src/IconCleaningBucketRounded.tsx | 2 +- src/IconCleaningBucketRoundedFilled.tsx | 2 +- src/IconCleaningBucketSharp.tsx | 2 +- src/IconCleaningBucketSharpFilled.tsx | 2 +- src/IconCleaningOutlined.tsx | 2 +- src/IconCleaningOutlinedFilled.tsx | 2 +- src/IconCleaningRounded.tsx | 2 +- src/IconCleaningRoundedFilled.tsx | 2 +- src/IconCleaningServicesOutlined.tsx | 2 +- src/IconCleaningServicesOutlinedFilled.tsx | 2 +- src/IconCleaningServicesRounded.tsx | 2 +- src/IconCleaningServicesRoundedFilled.tsx | 2 +- src/IconCleaningServicesSharp.tsx | 2 +- src/IconCleaningServicesSharpFilled.tsx | 2 +- src/IconCleaningSharp.tsx | 2 +- src/IconCleaningSharpFilled.tsx | 2 +- src/IconClearAllOutlined.tsx | 2 +- src/IconClearAllOutlinedFilled.tsx | 2 +- src/IconClearAllRounded.tsx | 2 +- src/IconClearAllRoundedFilled.tsx | 2 +- src/IconClearAllSharp.tsx | 2 +- src/IconClearAllSharpFilled.tsx | 2 +- src/IconClearDayOutlined.tsx | 2 +- src/IconClearDayOutlinedFilled.tsx | 2 +- src/IconClearDayRounded.tsx | 2 +- src/IconClearDayRoundedFilled.tsx | 2 +- src/IconClearDaySharp.tsx | 2 +- src/IconClearDaySharpFilled.tsx | 2 +- src/IconClimateMiniSplitOutlined.tsx | 2 +- src/IconClimateMiniSplitOutlinedFilled.tsx | 2 +- src/IconClimateMiniSplitRounded.tsx | 2 +- src/IconClimateMiniSplitRoundedFilled.tsx | 2 +- src/IconClimateMiniSplitSharp.tsx | 2 +- src/IconClimateMiniSplitSharpFilled.tsx | 2 +- src/IconClinicalNotesOutlined.tsx | 2 +- src/IconClinicalNotesOutlinedFilled.tsx | 2 +- src/IconClinicalNotesRounded.tsx | 2 +- src/IconClinicalNotesRoundedFilled.tsx | 2 +- src/IconClinicalNotesSharp.tsx | 2 +- src/IconClinicalNotesSharpFilled.tsx | 2 +- src/IconClockLoader10Outlined.tsx | 2 +- src/IconClockLoader10OutlinedFilled.tsx | 2 +- src/IconClockLoader10Rounded.tsx | 2 +- src/IconClockLoader10RoundedFilled.tsx | 2 +- src/IconClockLoader10Sharp.tsx | 2 +- src/IconClockLoader10SharpFilled.tsx | 2 +- src/IconClockLoader20Outlined.tsx | 2 +- src/IconClockLoader20OutlinedFilled.tsx | 2 +- src/IconClockLoader20Rounded.tsx | 2 +- src/IconClockLoader20RoundedFilled.tsx | 2 +- src/IconClockLoader20Sharp.tsx | 2 +- src/IconClockLoader20SharpFilled.tsx | 2 +- src/IconClockLoader40Outlined.tsx | 2 +- src/IconClockLoader40OutlinedFilled.tsx | 2 +- src/IconClockLoader40Rounded.tsx | 2 +- src/IconClockLoader40RoundedFilled.tsx | 2 +- src/IconClockLoader40Sharp.tsx | 2 +- src/IconClockLoader40SharpFilled.tsx | 2 +- src/IconClockLoader60Outlined.tsx | 2 +- src/IconClockLoader60OutlinedFilled.tsx | 2 +- src/IconClockLoader60Rounded.tsx | 2 +- src/IconClockLoader60RoundedFilled.tsx | 2 +- src/IconClockLoader60Sharp.tsx | 2 +- src/IconClockLoader60SharpFilled.tsx | 2 +- src/IconClockLoader80Outlined.tsx | 2 +- src/IconClockLoader80OutlinedFilled.tsx | 2 +- src/IconClockLoader80Rounded.tsx | 2 +- src/IconClockLoader80RoundedFilled.tsx | 2 +- src/IconClockLoader80Sharp.tsx | 2 +- src/IconClockLoader80SharpFilled.tsx | 2 +- src/IconClockLoader90Outlined.tsx | 2 +- src/IconClockLoader90OutlinedFilled.tsx | 2 +- src/IconClockLoader90Rounded.tsx | 2 +- src/IconClockLoader90RoundedFilled.tsx | 2 +- src/IconClockLoader90Sharp.tsx | 2 +- src/IconClockLoader90SharpFilled.tsx | 2 +- src/IconCloseFullscreenOutlined.tsx | 2 +- src/IconCloseFullscreenOutlinedFilled.tsx | 2 +- src/IconCloseFullscreenRounded.tsx | 2 +- src/IconCloseFullscreenRoundedFilled.tsx | 2 +- src/IconCloseFullscreenSharp.tsx | 2 +- src/IconCloseFullscreenSharpFilled.tsx | 2 +- src/IconCloseOutlined.tsx | 2 +- src/IconCloseOutlinedFilled.tsx | 2 +- src/IconCloseRounded.tsx | 2 +- src/IconCloseRoundedFilled.tsx | 2 +- src/IconCloseSharp.tsx | 2 +- src/IconCloseSharpFilled.tsx | 2 +- src/IconCloseSmallOutlined.tsx | 2 +- src/IconCloseSmallOutlinedFilled.tsx | 2 +- src/IconCloseSmallRounded.tsx | 2 +- src/IconCloseSmallRoundedFilled.tsx | 2 +- src/IconCloseSmallSharp.tsx | 2 +- src/IconCloseSmallSharpFilled.tsx | 2 +- src/IconClosedCaptionAddOutlined.tsx | 2 +- src/IconClosedCaptionAddOutlinedFilled.tsx | 2 +- src/IconClosedCaptionAddRounded.tsx | 2 +- src/IconClosedCaptionAddRoundedFilled.tsx | 2 +- src/IconClosedCaptionAddSharp.tsx | 2 +- src/IconClosedCaptionAddSharpFilled.tsx | 2 +- src/IconClosedCaptionDisabledOutlined.tsx | 2 +- ...conClosedCaptionDisabledOutlinedFilled.tsx | 2 +- src/IconClosedCaptionDisabledRounded.tsx | 2 +- ...IconClosedCaptionDisabledRoundedFilled.tsx | 2 +- src/IconClosedCaptionDisabledSharp.tsx | 2 +- src/IconClosedCaptionDisabledSharpFilled.tsx | 2 +- src/IconClosedCaptionOutlined.tsx | 2 +- src/IconClosedCaptionOutlinedFilled.tsx | 2 +- src/IconClosedCaptionRounded.tsx | 2 +- src/IconClosedCaptionRoundedFilled.tsx | 2 +- src/IconClosedCaptionSharp.tsx | 2 +- src/IconClosedCaptionSharpFilled.tsx | 2 +- src/IconCloudAlertOutlined.tsx | 2 +- src/IconCloudAlertOutlinedFilled.tsx | 2 +- src/IconCloudAlertRounded.tsx | 2 +- src/IconCloudAlertRoundedFilled.tsx | 2 +- src/IconCloudAlertSharp.tsx | 2 +- src/IconCloudAlertSharpFilled.tsx | 2 +- src/IconCloudCircleOutlined.tsx | 2 +- src/IconCloudCircleOutlinedFilled.tsx | 2 +- src/IconCloudCircleRounded.tsx | 2 +- src/IconCloudCircleRoundedFilled.tsx | 2 +- src/IconCloudCircleSharp.tsx | 2 +- src/IconCloudCircleSharpFilled.tsx | 2 +- src/IconCloudDoneOutlined.tsx | 2 +- src/IconCloudDoneOutlinedFilled.tsx | 2 +- src/IconCloudDoneRounded.tsx | 2 +- src/IconCloudDoneRoundedFilled.tsx | 2 +- src/IconCloudDoneSharp.tsx | 2 +- src/IconCloudDoneSharpFilled.tsx | 2 +- src/IconCloudDownloadOutlined.tsx | 2 +- src/IconCloudDownloadOutlinedFilled.tsx | 2 +- src/IconCloudDownloadRounded.tsx | 2 +- src/IconCloudDownloadRoundedFilled.tsx | 2 +- src/IconCloudDownloadSharp.tsx | 2 +- src/IconCloudDownloadSharpFilled.tsx | 2 +- src/IconCloudOffOutlined.tsx | 2 +- src/IconCloudOffOutlinedFilled.tsx | 2 +- src/IconCloudOffRounded.tsx | 2 +- src/IconCloudOffRoundedFilled.tsx | 2 +- src/IconCloudOffSharp.tsx | 2 +- src/IconCloudOffSharpFilled.tsx | 2 +- src/IconCloudOutlined.tsx | 2 +- src/IconCloudOutlinedFilled.tsx | 2 +- src/IconCloudRounded.tsx | 2 +- src/IconCloudRoundedFilled.tsx | 2 +- src/IconCloudSharp.tsx | 2 +- src/IconCloudSharpFilled.tsx | 2 +- src/IconCloudSyncOutlined.tsx | 2 +- src/IconCloudSyncOutlinedFilled.tsx | 2 +- src/IconCloudSyncRounded.tsx | 2 +- src/IconCloudSyncRoundedFilled.tsx | 2 +- src/IconCloudSyncSharp.tsx | 2 +- src/IconCloudSyncSharpFilled.tsx | 2 +- src/IconCloudUploadOutlined.tsx | 2 +- src/IconCloudUploadOutlinedFilled.tsx | 2 +- src/IconCloudUploadRounded.tsx | 2 +- src/IconCloudUploadRoundedFilled.tsx | 2 +- src/IconCloudUploadSharp.tsx | 2 +- src/IconCloudUploadSharpFilled.tsx | 2 +- src/IconCloudySnowingOutlined.tsx | 2 +- src/IconCloudySnowingOutlinedFilled.tsx | 2 +- src/IconCloudySnowingRounded.tsx | 2 +- src/IconCloudySnowingRoundedFilled.tsx | 2 +- src/IconCloudySnowingSharp.tsx | 2 +- src/IconCloudySnowingSharpFilled.tsx | 2 +- src/IconCo2Outlined.tsx | 2 +- src/IconCo2OutlinedFilled.tsx | 2 +- src/IconCo2Rounded.tsx | 2 +- src/IconCo2RoundedFilled.tsx | 2 +- src/IconCo2Sharp.tsx | 2 +- src/IconCo2SharpFilled.tsx | 2 +- src/IconCoPresentOutlined.tsx | 2 +- src/IconCoPresentOutlinedFilled.tsx | 2 +- src/IconCoPresentRounded.tsx | 2 +- src/IconCoPresentRoundedFilled.tsx | 2 +- src/IconCoPresentSharp.tsx | 2 +- src/IconCoPresentSharpFilled.tsx | 2 +- src/IconCodeBlocksOutlined.tsx | 2 +- src/IconCodeBlocksOutlinedFilled.tsx | 2 +- src/IconCodeBlocksRounded.tsx | 2 +- src/IconCodeBlocksRoundedFilled.tsx | 2 +- src/IconCodeBlocksSharp.tsx | 2 +- src/IconCodeBlocksSharpFilled.tsx | 2 +- src/IconCodeOffOutlined.tsx | 2 +- src/IconCodeOffOutlinedFilled.tsx | 2 +- src/IconCodeOffRounded.tsx | 2 +- src/IconCodeOffRoundedFilled.tsx | 2 +- src/IconCodeOffSharp.tsx | 2 +- src/IconCodeOffSharpFilled.tsx | 2 +- src/IconCodeOutlined.tsx | 2 +- src/IconCodeOutlinedFilled.tsx | 2 +- src/IconCodeRounded.tsx | 2 +- src/IconCodeRoundedFilled.tsx | 2 +- src/IconCodeSharp.tsx | 2 +- src/IconCodeSharpFilled.tsx | 2 +- src/IconCoffeeMakerOutlined.tsx | 2 +- src/IconCoffeeMakerOutlinedFilled.tsx | 2 +- src/IconCoffeeMakerRounded.tsx | 2 +- src/IconCoffeeMakerRoundedFilled.tsx | 2 +- src/IconCoffeeMakerSharp.tsx | 2 +- src/IconCoffeeMakerSharpFilled.tsx | 2 +- src/IconCoffeeOutlined.tsx | 2 +- src/IconCoffeeOutlinedFilled.tsx | 2 +- src/IconCoffeeRounded.tsx | 2 +- src/IconCoffeeRoundedFilled.tsx | 2 +- src/IconCoffeeSharp.tsx | 2 +- src/IconCoffeeSharpFilled.tsx | 2 +- src/IconCognitionOutlined.tsx | 2 +- src/IconCognitionOutlinedFilled.tsx | 2 +- src/IconCognitionRounded.tsx | 2 +- src/IconCognitionRoundedFilled.tsx | 2 +- src/IconCognitionSharp.tsx | 2 +- src/IconCognitionSharpFilled.tsx | 2 +- src/IconCollapseAllOutlined.tsx | 2 +- src/IconCollapseAllOutlinedFilled.tsx | 2 +- src/IconCollapseAllRounded.tsx | 2 +- src/IconCollapseAllRoundedFilled.tsx | 2 +- src/IconCollapseAllSharp.tsx | 2 +- src/IconCollapseAllSharpFilled.tsx | 2 +- src/IconCollapseContentOutlined.tsx | 2 +- src/IconCollapseContentOutlinedFilled.tsx | 2 +- src/IconCollapseContentRounded.tsx | 2 +- src/IconCollapseContentRoundedFilled.tsx | 2 +- src/IconCollapseContentSharp.tsx | 2 +- src/IconCollapseContentSharpFilled.tsx | 2 +- src/IconCollectionsBookmarkOutlined.tsx | 2 +- src/IconCollectionsBookmarkOutlinedFilled.tsx | 2 +- src/IconCollectionsBookmarkRounded.tsx | 2 +- src/IconCollectionsBookmarkRoundedFilled.tsx | 2 +- src/IconCollectionsBookmarkSharp.tsx | 2 +- src/IconCollectionsBookmarkSharpFilled.tsx | 2 +- src/IconColorizeOutlined.tsx | 2 +- src/IconColorizeOutlinedFilled.tsx | 2 +- src/IconColorizeRounded.tsx | 2 +- src/IconColorizeRoundedFilled.tsx | 2 +- src/IconColorizeSharp.tsx | 2 +- src/IconColorizeSharpFilled.tsx | 2 +- src/IconColorsOutlined.tsx | 2 +- src/IconColorsOutlinedFilled.tsx | 2 +- src/IconColorsRounded.tsx | 2 +- src/IconColorsRoundedFilled.tsx | 2 +- src/IconColorsSharp.tsx | 2 +- src/IconColorsSharpFilled.tsx | 2 +- src/IconCombineColumnsOutlined.tsx | 2 +- src/IconCombineColumnsOutlinedFilled.tsx | 2 +- src/IconCombineColumnsRounded.tsx | 2 +- src/IconCombineColumnsRoundedFilled.tsx | 2 +- src/IconCombineColumnsSharp.tsx | 2 +- src/IconCombineColumnsSharpFilled.tsx | 2 +- src/IconComedyMaskOutlined.tsx | 2 +- src/IconComedyMaskOutlinedFilled.tsx | 2 +- src/IconComedyMaskRounded.tsx | 2 +- src/IconComedyMaskRoundedFilled.tsx | 2 +- src/IconComedyMaskSharp.tsx | 2 +- src/IconComedyMaskSharpFilled.tsx | 2 +- src/IconComicBubbleOutlined.tsx | 2 +- src/IconComicBubbleOutlinedFilled.tsx | 2 +- src/IconComicBubbleRounded.tsx | 2 +- src/IconComicBubbleRoundedFilled.tsx | 2 +- src/IconComicBubbleSharp.tsx | 2 +- src/IconComicBubbleSharpFilled.tsx | 2 +- src/IconCommentBankOutlined.tsx | 2 +- src/IconCommentBankOutlinedFilled.tsx | 2 +- src/IconCommentBankRounded.tsx | 2 +- src/IconCommentBankRoundedFilled.tsx | 2 +- src/IconCommentBankSharp.tsx | 2 +- src/IconCommentBankSharpFilled.tsx | 2 +- src/IconCommentOutlined.tsx | 2 +- src/IconCommentOutlinedFilled.tsx | 2 +- src/IconCommentRounded.tsx | 2 +- src/IconCommentRoundedFilled.tsx | 2 +- src/IconCommentSharp.tsx | 2 +- src/IconCommentSharpFilled.tsx | 2 +- src/IconCommentsDisabledOutlined.tsx | 2 +- src/IconCommentsDisabledOutlinedFilled.tsx | 2 +- src/IconCommentsDisabledRounded.tsx | 2 +- src/IconCommentsDisabledRoundedFilled.tsx | 2 +- src/IconCommentsDisabledSharp.tsx | 2 +- src/IconCommentsDisabledSharpFilled.tsx | 2 +- src/IconCommitOutlined.tsx | 2 +- src/IconCommitOutlinedFilled.tsx | 2 +- src/IconCommitRounded.tsx | 2 +- src/IconCommitRoundedFilled.tsx | 2 +- src/IconCommitSharp.tsx | 2 +- src/IconCommitSharpFilled.tsx | 2 +- src/IconCommunicationOutlined.tsx | 2 +- src/IconCommunicationOutlinedFilled.tsx | 2 +- src/IconCommunicationRounded.tsx | 2 +- src/IconCommunicationRoundedFilled.tsx | 2 +- src/IconCommunicationSharp.tsx | 2 +- src/IconCommunicationSharpFilled.tsx | 2 +- src/IconCommunitiesOutlined.tsx | 2 +- src/IconCommunitiesOutlinedFilled.tsx | 2 +- src/IconCommunitiesRounded.tsx | 2 +- src/IconCommunitiesRoundedFilled.tsx | 2 +- src/IconCommunitiesSharp.tsx | 2 +- src/IconCommunitiesSharpFilled.tsx | 2 +- src/IconCommuteOutlined.tsx | 2 +- src/IconCommuteOutlinedFilled.tsx | 2 +- src/IconCommuteRounded.tsx | 2 +- src/IconCommuteRoundedFilled.tsx | 2 +- src/IconCommuteSharp.tsx | 2 +- src/IconCommuteSharpFilled.tsx | 2 +- src/IconCompareArrowsOutlined.tsx | 2 +- src/IconCompareArrowsOutlinedFilled.tsx | 2 +- src/IconCompareArrowsRounded.tsx | 2 +- src/IconCompareArrowsRoundedFilled.tsx | 2 +- src/IconCompareArrowsSharp.tsx | 2 +- src/IconCompareArrowsSharpFilled.tsx | 2 +- src/IconCompareOutlined.tsx | 2 +- src/IconCompareOutlinedFilled.tsx | 2 +- src/IconCompareRounded.tsx | 2 +- src/IconCompareRoundedFilled.tsx | 2 +- src/IconCompareSharp.tsx | 2 +- src/IconCompareSharpFilled.tsx | 2 +- src/IconCompassCalibrationOutlined.tsx | 2 +- src/IconCompassCalibrationOutlinedFilled.tsx | 2 +- src/IconCompassCalibrationRounded.tsx | 2 +- src/IconCompassCalibrationRoundedFilled.tsx | 2 +- src/IconCompassCalibrationSharp.tsx | 2 +- src/IconCompassCalibrationSharpFilled.tsx | 2 +- src/IconComponentExchangeOutlined.tsx | 2 +- src/IconComponentExchangeOutlinedFilled.tsx | 2 +- src/IconComponentExchangeRounded.tsx | 2 +- src/IconComponentExchangeRoundedFilled.tsx | 2 +- src/IconComponentExchangeSharp.tsx | 2 +- src/IconComponentExchangeSharpFilled.tsx | 2 +- src/IconCompostOutlined.tsx | 2 +- src/IconCompostOutlinedFilled.tsx | 2 +- src/IconCompostRounded.tsx | 2 +- src/IconCompostRoundedFilled.tsx | 2 +- src/IconCompostSharp.tsx | 2 +- src/IconCompostSharpFilled.tsx | 2 +- src/IconCompressOutlined.tsx | 2 +- src/IconCompressOutlinedFilled.tsx | 2 +- src/IconCompressRounded.tsx | 2 +- src/IconCompressRoundedFilled.tsx | 2 +- src/IconCompressSharp.tsx | 2 +- src/IconCompressSharpFilled.tsx | 2 +- src/IconComputerOutlined.tsx | 2 +- src/IconComputerOutlinedFilled.tsx | 2 +- src/IconComputerRounded.tsx | 2 +- src/IconComputerRoundedFilled.tsx | 2 +- src/IconComputerSharp.tsx | 2 +- src/IconComputerSharpFilled.tsx | 2 +- src/IconConciergeOutlined.tsx | 2 +- src/IconConciergeOutlinedFilled.tsx | 2 +- src/IconConciergeRounded.tsx | 2 +- src/IconConciergeRoundedFilled.tsx | 2 +- src/IconConciergeSharp.tsx | 2 +- src/IconConciergeSharpFilled.tsx | 2 +- src/IconConditionsOutlined.tsx | 2 +- src/IconConditionsOutlinedFilled.tsx | 2 +- src/IconConditionsRounded.tsx | 2 +- src/IconConditionsRoundedFilled.tsx | 2 +- src/IconConditionsSharp.tsx | 2 +- src/IconConditionsSharpFilled.tsx | 2 +- src/IconConfirmationNumberOutlined.tsx | 2 +- src/IconConfirmationNumberOutlinedFilled.tsx | 2 +- src/IconConfirmationNumberRounded.tsx | 2 +- src/IconConfirmationNumberRoundedFilled.tsx | 2 +- src/IconConfirmationNumberSharp.tsx | 2 +- src/IconConfirmationNumberSharpFilled.tsx | 2 +- src/IconCongenitalOutlined.tsx | 2 +- src/IconCongenitalOutlinedFilled.tsx | 2 +- src/IconCongenitalRounded.tsx | 2 +- src/IconCongenitalRoundedFilled.tsx | 2 +- src/IconCongenitalSharp.tsx | 2 +- src/IconCongenitalSharpFilled.tsx | 2 +- src/IconConnectWithoutContactOutlined.tsx | 2 +- ...conConnectWithoutContactOutlinedFilled.tsx | 2 +- src/IconConnectWithoutContactRounded.tsx | 2 +- ...IconConnectWithoutContactRoundedFilled.tsx | 2 +- src/IconConnectWithoutContactSharp.tsx | 2 +- src/IconConnectWithoutContactSharpFilled.tsx | 2 +- src/IconConnectedTvOutlined.tsx | 2 +- src/IconConnectedTvOutlinedFilled.tsx | 2 +- src/IconConnectedTvRounded.tsx | 2 +- src/IconConnectedTvRoundedFilled.tsx | 2 +- src/IconConnectedTvSharp.tsx | 2 +- src/IconConnectedTvSharpFilled.tsx | 2 +- src/IconConnectingAirportsOutlined.tsx | 2 +- src/IconConnectingAirportsOutlinedFilled.tsx | 2 +- src/IconConnectingAirportsRounded.tsx | 2 +- src/IconConnectingAirportsRoundedFilled.tsx | 2 +- src/IconConnectingAirportsSharp.tsx | 2 +- src/IconConnectingAirportsSharpFilled.tsx | 2 +- src/IconConstructionOutlined.tsx | 2 +- src/IconConstructionOutlinedFilled.tsx | 2 +- src/IconConstructionRounded.tsx | 2 +- src/IconConstructionRoundedFilled.tsx | 2 +- src/IconConstructionSharp.tsx | 2 +- src/IconConstructionSharpFilled.tsx | 2 +- src/IconContactEmergencyOutlined.tsx | 2 +- src/IconContactEmergencyOutlinedFilled.tsx | 2 +- src/IconContactEmergencyRounded.tsx | 2 +- src/IconContactEmergencyRoundedFilled.tsx | 2 +- src/IconContactEmergencySharp.tsx | 2 +- src/IconContactEmergencySharpFilled.tsx | 2 +- src/IconContactMailOutlined.tsx | 2 +- src/IconContactMailOutlinedFilled.tsx | 2 +- src/IconContactMailRounded.tsx | 2 +- src/IconContactMailRoundedFilled.tsx | 2 +- src/IconContactMailSharp.tsx | 2 +- src/IconContactMailSharpFilled.tsx | 2 +- src/IconContactPageOutlined.tsx | 2 +- src/IconContactPageOutlinedFilled.tsx | 2 +- src/IconContactPageRounded.tsx | 2 +- src/IconContactPageRoundedFilled.tsx | 2 +- src/IconContactPageSharp.tsx | 2 +- src/IconContactPageSharpFilled.tsx | 2 +- src/IconContactPhoneOutlined.tsx | 2 +- src/IconContactPhoneOutlinedFilled.tsx | 2 +- src/IconContactPhoneRounded.tsx | 2 +- src/IconContactPhoneRoundedFilled.tsx | 2 +- src/IconContactPhoneSharp.tsx | 2 +- src/IconContactPhoneSharpFilled.tsx | 2 +- src/IconContactSupportOutlined.tsx | 2 +- src/IconContactSupportOutlinedFilled.tsx | 2 +- src/IconContactSupportRounded.tsx | 2 +- src/IconContactSupportRoundedFilled.tsx | 2 +- src/IconContactSupportSharp.tsx | 2 +- src/IconContactSupportSharpFilled.tsx | 2 +- src/IconContactlessOffOutlined.tsx | 2 +- src/IconContactlessOffOutlinedFilled.tsx | 2 +- src/IconContactlessOffRounded.tsx | 2 +- src/IconContactlessOffRoundedFilled.tsx | 2 +- src/IconContactlessOffSharp.tsx | 2 +- src/IconContactlessOffSharpFilled.tsx | 2 +- src/IconContactlessOutlined.tsx | 2 +- src/IconContactlessOutlinedFilled.tsx | 2 +- src/IconContactlessRounded.tsx | 2 +- src/IconContactlessRoundedFilled.tsx | 2 +- src/IconContactlessSharp.tsx | 2 +- src/IconContactlessSharpFilled.tsx | 2 +- src/IconContactsOutlined.tsx | 2 +- src/IconContactsOutlinedFilled.tsx | 2 +- src/IconContactsProductOutlined.tsx | 2 +- src/IconContactsProductOutlinedFilled.tsx | 2 +- src/IconContactsProductRounded.tsx | 2 +- src/IconContactsProductRoundedFilled.tsx | 2 +- src/IconContactsProductSharp.tsx | 2 +- src/IconContactsProductSharpFilled.tsx | 2 +- src/IconContactsRounded.tsx | 2 +- src/IconContactsRoundedFilled.tsx | 2 +- src/IconContactsSharp.tsx | 2 +- src/IconContactsSharpFilled.tsx | 2 +- src/IconContentCopyOutlined.tsx | 2 +- src/IconContentCopyOutlinedFilled.tsx | 2 +- src/IconContentCopyRounded.tsx | 2 +- src/IconContentCopyRoundedFilled.tsx | 2 +- src/IconContentCopySharp.tsx | 2 +- src/IconContentCopySharpFilled.tsx | 2 +- src/IconContentCutOutlined.tsx | 2 +- src/IconContentCutOutlinedFilled.tsx | 2 +- src/IconContentCutRounded.tsx | 2 +- src/IconContentCutRoundedFilled.tsx | 2 +- src/IconContentCutSharp.tsx | 2 +- src/IconContentCutSharpFilled.tsx | 2 +- src/IconContentPasteGoOutlined.tsx | 2 +- src/IconContentPasteGoOutlinedFilled.tsx | 2 +- src/IconContentPasteGoRounded.tsx | 2 +- src/IconContentPasteGoRoundedFilled.tsx | 2 +- src/IconContentPasteGoSharp.tsx | 2 +- src/IconContentPasteGoSharpFilled.tsx | 2 +- src/IconContentPasteOffOutlined.tsx | 2 +- src/IconContentPasteOffOutlinedFilled.tsx | 2 +- src/IconContentPasteOffRounded.tsx | 2 +- src/IconContentPasteOffRoundedFilled.tsx | 2 +- src/IconContentPasteOffSharp.tsx | 2 +- src/IconContentPasteOffSharpFilled.tsx | 2 +- src/IconContentPasteOutlined.tsx | 2 +- src/IconContentPasteOutlinedFilled.tsx | 2 +- src/IconContentPasteRounded.tsx | 2 +- src/IconContentPasteRoundedFilled.tsx | 2 +- src/IconContentPasteSearchOutlined.tsx | 2 +- src/IconContentPasteSearchOutlinedFilled.tsx | 2 +- src/IconContentPasteSearchRounded.tsx | 2 +- src/IconContentPasteSearchRoundedFilled.tsx | 2 +- src/IconContentPasteSearchSharp.tsx | 2 +- src/IconContentPasteSearchSharpFilled.tsx | 2 +- src/IconContentPasteSharp.tsx | 2 +- src/IconContentPasteSharpFilled.tsx | 2 +- src/IconContextualTokenAddOutlined.tsx | 2 +- src/IconContextualTokenAddOutlinedFilled.tsx | 2 +- src/IconContextualTokenAddRounded.tsx | 2 +- src/IconContextualTokenAddRoundedFilled.tsx | 2 +- src/IconContextualTokenAddSharp.tsx | 2 +- src/IconContextualTokenAddSharpFilled.tsx | 2 +- src/IconContextualTokenOutlined.tsx | 2 +- src/IconContextualTokenOutlinedFilled.tsx | 2 +- src/IconContextualTokenRounded.tsx | 2 +- src/IconContextualTokenRoundedFilled.tsx | 2 +- src/IconContextualTokenSharp.tsx | 2 +- src/IconContextualTokenSharpFilled.tsx | 2 +- src/IconContractDeleteOutlined.tsx | 2 +- src/IconContractDeleteOutlinedFilled.tsx | 2 +- src/IconContractDeleteRounded.tsx | 2 +- src/IconContractDeleteRoundedFilled.tsx | 2 +- src/IconContractDeleteSharp.tsx | 2 +- src/IconContractDeleteSharpFilled.tsx | 2 +- src/IconContractEditOutlined.tsx | 2 +- src/IconContractEditOutlinedFilled.tsx | 2 +- src/IconContractEditRounded.tsx | 2 +- src/IconContractEditRoundedFilled.tsx | 2 +- src/IconContractEditSharp.tsx | 2 +- src/IconContractEditSharpFilled.tsx | 2 +- src/IconContractOutlined.tsx | 2 +- src/IconContractOutlinedFilled.tsx | 2 +- src/IconContractRounded.tsx | 2 +- src/IconContractRoundedFilled.tsx | 2 +- src/IconContractSharp.tsx | 2 +- src/IconContractSharpFilled.tsx | 2 +- src/IconContrastCircleOutlined.tsx | 2 +- src/IconContrastCircleOutlinedFilled.tsx | 2 +- src/IconContrastCircleRounded.tsx | 2 +- src/IconContrastCircleRoundedFilled.tsx | 2 +- src/IconContrastCircleSharp.tsx | 2 +- src/IconContrastCircleSharpFilled.tsx | 2 +- src/IconContrastOutlined.tsx | 2 +- src/IconContrastOutlinedFilled.tsx | 2 +- src/IconContrastRounded.tsx | 2 +- src/IconContrastRoundedFilled.tsx | 2 +- src/IconContrastRtlOffOutlined.tsx | 2 +- src/IconContrastRtlOffOutlinedFilled.tsx | 2 +- src/IconContrastRtlOffRounded.tsx | 2 +- src/IconContrastRtlOffRoundedFilled.tsx | 2 +- src/IconContrastRtlOffSharp.tsx | 2 +- src/IconContrastRtlOffSharpFilled.tsx | 2 +- src/IconContrastSharp.tsx | 2 +- src/IconContrastSharpFilled.tsx | 2 +- src/IconContrastSquareOutlined.tsx | 2 +- src/IconContrastSquareOutlinedFilled.tsx | 2 +- src/IconContrastSquareRounded.tsx | 2 +- src/IconContrastSquareRoundedFilled.tsx | 2 +- src/IconContrastSquareSharp.tsx | 2 +- src/IconContrastSquareSharpFilled.tsx | 2 +- src/IconControlCameraOutlined.tsx | 2 +- src/IconControlCameraOutlinedFilled.tsx | 2 +- src/IconControlCameraRounded.tsx | 2 +- src/IconControlCameraRoundedFilled.tsx | 2 +- src/IconControlCameraSharp.tsx | 2 +- src/IconControlCameraSharpFilled.tsx | 2 +- src/IconControlPointDuplicateOutlined.tsx | 2 +- ...conControlPointDuplicateOutlinedFilled.tsx | 2 +- src/IconControlPointDuplicateRounded.tsx | 2 +- ...IconControlPointDuplicateRoundedFilled.tsx | 2 +- src/IconControlPointDuplicateSharp.tsx | 2 +- src/IconControlPointDuplicateSharpFilled.tsx | 2 +- src/IconControllerGenOutlined.tsx | 2 +- src/IconControllerGenOutlinedFilled.tsx | 2 +- src/IconControllerGenRounded.tsx | 2 +- src/IconControllerGenRoundedFilled.tsx | 2 +- src/IconControllerGenSharp.tsx | 2 +- src/IconControllerGenSharpFilled.tsx | 2 +- src/IconConversionPathOffOutlined.tsx | 2 +- src/IconConversionPathOffOutlinedFilled.tsx | 2 +- src/IconConversionPathOffRounded.tsx | 2 +- src/IconConversionPathOffRoundedFilled.tsx | 2 +- src/IconConversionPathOffSharp.tsx | 2 +- src/IconConversionPathOffSharpFilled.tsx | 2 +- src/IconConversionPathOutlined.tsx | 2 +- src/IconConversionPathOutlinedFilled.tsx | 2 +- src/IconConversionPathRounded.tsx | 2 +- src/IconConversionPathRoundedFilled.tsx | 2 +- src/IconConversionPathSharp.tsx | 2 +- src/IconConversionPathSharpFilled.tsx | 2 +- src/IconConvertToTextOutlined.tsx | 2 +- src/IconConvertToTextOutlinedFilled.tsx | 2 +- src/IconConvertToTextRounded.tsx | 2 +- src/IconConvertToTextRoundedFilled.tsx | 2 +- src/IconConvertToTextSharp.tsx | 2 +- src/IconConvertToTextSharpFilled.tsx | 2 +- src/IconConveyorBeltOutlined.tsx | 2 +- src/IconConveyorBeltOutlinedFilled.tsx | 2 +- src/IconConveyorBeltRounded.tsx | 2 +- src/IconConveyorBeltRoundedFilled.tsx | 2 +- src/IconConveyorBeltSharp.tsx | 2 +- src/IconConveyorBeltSharpFilled.tsx | 2 +- src/IconCookieOffOutlined.tsx | 2 +- src/IconCookieOffOutlinedFilled.tsx | 2 +- src/IconCookieOffRounded.tsx | 2 +- src/IconCookieOffRoundedFilled.tsx | 2 +- src/IconCookieOffSharp.tsx | 2 +- src/IconCookieOffSharpFilled.tsx | 2 +- src/IconCookieOutlined.tsx | 2 +- src/IconCookieOutlinedFilled.tsx | 2 +- src/IconCookieRounded.tsx | 2 +- src/IconCookieRoundedFilled.tsx | 2 +- src/IconCookieSharp.tsx | 2 +- src/IconCookieSharpFilled.tsx | 2 +- src/IconCookingOutlined.tsx | 2 +- src/IconCookingOutlinedFilled.tsx | 2 +- src/IconCookingRounded.tsx | 2 +- src/IconCookingRoundedFilled.tsx | 2 +- src/IconCookingSharp.tsx | 2 +- src/IconCookingSharpFilled.tsx | 2 +- src/IconCoolToDryOutlined.tsx | 2 +- src/IconCoolToDryOutlinedFilled.tsx | 2 +- src/IconCoolToDryRounded.tsx | 2 +- src/IconCoolToDryRoundedFilled.tsx | 2 +- src/IconCoolToDrySharp.tsx | 2 +- src/IconCoolToDrySharpFilled.tsx | 2 +- src/IconCopyAllOutlined.tsx | 2 +- src/IconCopyAllOutlinedFilled.tsx | 2 +- src/IconCopyAllRounded.tsx | 2 +- src/IconCopyAllRoundedFilled.tsx | 2 +- src/IconCopyAllSharp.tsx | 2 +- src/IconCopyAllSharpFilled.tsx | 2 +- src/IconCopyrightOutlined.tsx | 2 +- src/IconCopyrightOutlinedFilled.tsx | 2 +- src/IconCopyrightRounded.tsx | 2 +- src/IconCopyrightRoundedFilled.tsx | 2 +- src/IconCopyrightSharp.tsx | 2 +- src/IconCopyrightSharpFilled.tsx | 2 +- src/IconCoronavirusOutlined.tsx | 2 +- src/IconCoronavirusOutlinedFilled.tsx | 2 +- src/IconCoronavirusRounded.tsx | 2 +- src/IconCoronavirusRoundedFilled.tsx | 2 +- src/IconCoronavirusSharp.tsx | 2 +- src/IconCoronavirusSharpFilled.tsx | 2 +- src/IconCorporateFareOutlined.tsx | 2 +- src/IconCorporateFareOutlinedFilled.tsx | 2 +- src/IconCorporateFareRounded.tsx | 2 +- src/IconCorporateFareRoundedFilled.tsx | 2 +- src/IconCorporateFareSharp.tsx | 2 +- src/IconCorporateFareSharpFilled.tsx | 2 +- src/IconCottageOutlined.tsx | 2 +- src/IconCottageOutlinedFilled.tsx | 2 +- src/IconCottageRounded.tsx | 2 +- src/IconCottageRoundedFilled.tsx | 2 +- src/IconCottageSharp.tsx | 2 +- src/IconCottageSharpFilled.tsx | 2 +- src/IconCounter0Outlined.tsx | 2 +- src/IconCounter0OutlinedFilled.tsx | 2 +- src/IconCounter0Rounded.tsx | 2 +- src/IconCounter0RoundedFilled.tsx | 2 +- src/IconCounter0Sharp.tsx | 2 +- src/IconCounter0SharpFilled.tsx | 2 +- src/IconCounter1Outlined.tsx | 2 +- src/IconCounter1OutlinedFilled.tsx | 2 +- src/IconCounter1Rounded.tsx | 2 +- src/IconCounter1RoundedFilled.tsx | 2 +- src/IconCounter1Sharp.tsx | 2 +- src/IconCounter1SharpFilled.tsx | 2 +- src/IconCounter2Outlined.tsx | 2 +- src/IconCounter2OutlinedFilled.tsx | 2 +- src/IconCounter2Rounded.tsx | 2 +- src/IconCounter2RoundedFilled.tsx | 2 +- src/IconCounter2Sharp.tsx | 2 +- src/IconCounter2SharpFilled.tsx | 2 +- src/IconCounter3Outlined.tsx | 2 +- src/IconCounter3OutlinedFilled.tsx | 2 +- src/IconCounter3Rounded.tsx | 2 +- src/IconCounter3RoundedFilled.tsx | 2 +- src/IconCounter3Sharp.tsx | 2 +- src/IconCounter3SharpFilled.tsx | 2 +- src/IconCounter4Outlined.tsx | 2 +- src/IconCounter4OutlinedFilled.tsx | 2 +- src/IconCounter4Rounded.tsx | 2 +- src/IconCounter4RoundedFilled.tsx | 2 +- src/IconCounter4Sharp.tsx | 2 +- src/IconCounter4SharpFilled.tsx | 2 +- src/IconCounter5Outlined.tsx | 2 +- src/IconCounter5OutlinedFilled.tsx | 2 +- src/IconCounter5Rounded.tsx | 2 +- src/IconCounter5RoundedFilled.tsx | 2 +- src/IconCounter5Sharp.tsx | 2 +- src/IconCounter5SharpFilled.tsx | 2 +- src/IconCounter6Outlined.tsx | 2 +- src/IconCounter6OutlinedFilled.tsx | 2 +- src/IconCounter6Rounded.tsx | 2 +- src/IconCounter6RoundedFilled.tsx | 2 +- src/IconCounter6Sharp.tsx | 2 +- src/IconCounter6SharpFilled.tsx | 2 +- src/IconCounter7Outlined.tsx | 2 +- src/IconCounter7OutlinedFilled.tsx | 2 +- src/IconCounter7Rounded.tsx | 2 +- src/IconCounter7RoundedFilled.tsx | 2 +- src/IconCounter7Sharp.tsx | 2 +- src/IconCounter7SharpFilled.tsx | 2 +- src/IconCounter8Outlined.tsx | 2 +- src/IconCounter8OutlinedFilled.tsx | 2 +- src/IconCounter8Rounded.tsx | 2 +- src/IconCounter8RoundedFilled.tsx | 2 +- src/IconCounter8Sharp.tsx | 2 +- src/IconCounter8SharpFilled.tsx | 2 +- src/IconCounter9Outlined.tsx | 2 +- src/IconCounter9OutlinedFilled.tsx | 2 +- src/IconCounter9Rounded.tsx | 2 +- src/IconCounter9RoundedFilled.tsx | 2 +- src/IconCounter9Sharp.tsx | 2 +- src/IconCounter9SharpFilled.tsx | 2 +- src/IconCountertopsOutlined.tsx | 2 +- src/IconCountertopsOutlinedFilled.tsx | 2 +- src/IconCountertopsRounded.tsx | 2 +- src/IconCountertopsRoundedFilled.tsx | 2 +- src/IconCountertopsSharp.tsx | 2 +- src/IconCountertopsSharpFilled.tsx | 2 +- src/IconCreateNewFolderOutlined.tsx | 2 +- src/IconCreateNewFolderOutlinedFilled.tsx | 2 +- src/IconCreateNewFolderRounded.tsx | 2 +- src/IconCreateNewFolderRoundedFilled.tsx | 2 +- src/IconCreateNewFolderSharp.tsx | 2 +- src/IconCreateNewFolderSharpFilled.tsx | 2 +- src/IconCreditCardClockOutlined.tsx | 2 +- src/IconCreditCardClockOutlinedFilled.tsx | 2 +- src/IconCreditCardClockRounded.tsx | 2 +- src/IconCreditCardClockRoundedFilled.tsx | 2 +- src/IconCreditCardClockSharp.tsx | 2 +- src/IconCreditCardClockSharpFilled.tsx | 2 +- src/IconCreditCardGearOutlined.tsx | 2 +- src/IconCreditCardGearOutlinedFilled.tsx | 2 +- src/IconCreditCardGearRounded.tsx | 2 +- src/IconCreditCardGearRoundedFilled.tsx | 2 +- src/IconCreditCardGearSharp.tsx | 2 +- src/IconCreditCardGearSharpFilled.tsx | 2 +- src/IconCreditCardHeartOutlined.tsx | 2 +- src/IconCreditCardHeartOutlinedFilled.tsx | 2 +- src/IconCreditCardHeartRounded.tsx | 2 +- src/IconCreditCardHeartRoundedFilled.tsx | 2 +- src/IconCreditCardHeartSharp.tsx | 2 +- src/IconCreditCardHeartSharpFilled.tsx | 2 +- src/IconCreditCardOffOutlined.tsx | 2 +- src/IconCreditCardOffOutlinedFilled.tsx | 2 +- src/IconCreditCardOffRounded.tsx | 2 +- src/IconCreditCardOffRoundedFilled.tsx | 2 +- src/IconCreditCardOffSharp.tsx | 2 +- src/IconCreditCardOffSharpFilled.tsx | 2 +- src/IconCreditCardOutlined.tsx | 2 +- src/IconCreditCardOutlinedFilled.tsx | 2 +- src/IconCreditCardRounded.tsx | 2 +- src/IconCreditCardRoundedFilled.tsx | 2 +- src/IconCreditCardSharp.tsx | 2 +- src/IconCreditCardSharpFilled.tsx | 2 +- src/IconCreditScoreOutlined.tsx | 2 +- src/IconCreditScoreOutlinedFilled.tsx | 2 +- src/IconCreditScoreRounded.tsx | 2 +- src/IconCreditScoreRoundedFilled.tsx | 2 +- src/IconCreditScoreSharp.tsx | 2 +- src/IconCreditScoreSharpFilled.tsx | 2 +- src/IconCribOutlined.tsx | 2 +- src/IconCribOutlinedFilled.tsx | 2 +- src/IconCribRounded.tsx | 2 +- src/IconCribRoundedFilled.tsx | 2 +- src/IconCribSharp.tsx | 2 +- src/IconCribSharpFilled.tsx | 2 +- src/IconCrisisAlertOutlined.tsx | 2 +- src/IconCrisisAlertOutlinedFilled.tsx | 2 +- src/IconCrisisAlertRounded.tsx | 2 +- src/IconCrisisAlertRoundedFilled.tsx | 2 +- src/IconCrisisAlertSharp.tsx | 2 +- src/IconCrisisAlertSharpFilled.tsx | 2 +- src/IconCrop169Outlined.tsx | 2 +- src/IconCrop169OutlinedFilled.tsx | 2 +- src/IconCrop169Rounded.tsx | 2 +- src/IconCrop169RoundedFilled.tsx | 2 +- src/IconCrop169Sharp.tsx | 2 +- src/IconCrop169SharpFilled.tsx | 2 +- src/IconCrop32Outlined.tsx | 2 +- src/IconCrop32OutlinedFilled.tsx | 2 +- src/IconCrop32Rounded.tsx | 2 +- src/IconCrop32RoundedFilled.tsx | 2 +- src/IconCrop32Sharp.tsx | 2 +- src/IconCrop32SharpFilled.tsx | 2 +- src/IconCrop54Outlined.tsx | 2 +- src/IconCrop54OutlinedFilled.tsx | 2 +- src/IconCrop54Rounded.tsx | 2 +- src/IconCrop54RoundedFilled.tsx | 2 +- src/IconCrop54Sharp.tsx | 2 +- src/IconCrop54SharpFilled.tsx | 2 +- src/IconCrop75Outlined.tsx | 2 +- src/IconCrop75OutlinedFilled.tsx | 2 +- src/IconCrop75Rounded.tsx | 2 +- src/IconCrop75RoundedFilled.tsx | 2 +- src/IconCrop75Sharp.tsx | 2 +- src/IconCrop75SharpFilled.tsx | 2 +- src/IconCrop916Outlined.tsx | 2 +- src/IconCrop916OutlinedFilled.tsx | 2 +- src/IconCrop916Rounded.tsx | 2 +- src/IconCrop916RoundedFilled.tsx | 2 +- src/IconCrop916Sharp.tsx | 2 +- src/IconCrop916SharpFilled.tsx | 2 +- src/IconCropFreeOutlined.tsx | 2 +- src/IconCropFreeOutlinedFilled.tsx | 2 +- src/IconCropFreeRounded.tsx | 2 +- src/IconCropFreeRoundedFilled.tsx | 2 +- src/IconCropFreeSharp.tsx | 2 +- src/IconCropFreeSharpFilled.tsx | 2 +- src/IconCropLandscapeOutlined.tsx | 2 +- src/IconCropLandscapeOutlinedFilled.tsx | 2 +- src/IconCropLandscapeRounded.tsx | 2 +- src/IconCropLandscapeRoundedFilled.tsx | 2 +- src/IconCropLandscapeSharp.tsx | 2 +- src/IconCropLandscapeSharpFilled.tsx | 2 +- src/IconCropOutlined.tsx | 2 +- src/IconCropOutlinedFilled.tsx | 2 +- src/IconCropPortraitOutlined.tsx | 2 +- src/IconCropPortraitOutlinedFilled.tsx | 2 +- src/IconCropPortraitRounded.tsx | 2 +- src/IconCropPortraitRoundedFilled.tsx | 2 +- src/IconCropPortraitSharp.tsx | 2 +- src/IconCropPortraitSharpFilled.tsx | 2 +- src/IconCropRotateOutlined.tsx | 2 +- src/IconCropRotateOutlinedFilled.tsx | 2 +- src/IconCropRotateRounded.tsx | 2 +- src/IconCropRotateRoundedFilled.tsx | 2 +- src/IconCropRotateSharp.tsx | 2 +- src/IconCropRotateSharpFilled.tsx | 2 +- src/IconCropRounded.tsx | 2 +- src/IconCropRoundedFilled.tsx | 2 +- src/IconCropSharp.tsx | 2 +- src/IconCropSharpFilled.tsx | 2 +- src/IconCropSquareOutlined.tsx | 2 +- src/IconCropSquareOutlinedFilled.tsx | 2 +- src/IconCropSquareRounded.tsx | 2 +- src/IconCropSquareRoundedFilled.tsx | 2 +- src/IconCropSquareSharp.tsx | 2 +- src/IconCropSquareSharpFilled.tsx | 2 +- src/IconCrosswordOutlined.tsx | 2 +- src/IconCrosswordOutlinedFilled.tsx | 2 +- src/IconCrosswordRounded.tsx | 2 +- src/IconCrosswordRoundedFilled.tsx | 2 +- src/IconCrosswordSharp.tsx | 2 +- src/IconCrosswordSharpFilled.tsx | 2 +- src/IconCrowdsourceOutlined.tsx | 2 +- src/IconCrowdsourceOutlinedFilled.tsx | 2 +- src/IconCrowdsourceRounded.tsx | 2 +- src/IconCrowdsourceRoundedFilled.tsx | 2 +- src/IconCrowdsourceSharp.tsx | 2 +- src/IconCrowdsourceSharpFilled.tsx | 2 +- src/IconCrueltyFreeOutlined.tsx | 2 +- src/IconCrueltyFreeOutlinedFilled.tsx | 2 +- src/IconCrueltyFreeRounded.tsx | 2 +- src/IconCrueltyFreeRoundedFilled.tsx | 2 +- src/IconCrueltyFreeSharp.tsx | 2 +- src/IconCrueltyFreeSharpFilled.tsx | 2 +- src/IconCssOutlined.tsx | 2 +- src/IconCssOutlinedFilled.tsx | 2 +- src/IconCssRounded.tsx | 2 +- src/IconCssRoundedFilled.tsx | 2 +- src/IconCssSharp.tsx | 2 +- src/IconCssSharpFilled.tsx | 2 +- src/IconCsvOutlined.tsx | 2 +- src/IconCsvOutlinedFilled.tsx | 2 +- src/IconCsvRounded.tsx | 2 +- src/IconCsvRoundedFilled.tsx | 2 +- src/IconCsvSharp.tsx | 2 +- src/IconCsvSharpFilled.tsx | 2 +- src/IconCurrencyBitcoinOutlined.tsx | 2 +- src/IconCurrencyBitcoinOutlinedFilled.tsx | 2 +- src/IconCurrencyBitcoinRounded.tsx | 2 +- src/IconCurrencyBitcoinRoundedFilled.tsx | 2 +- src/IconCurrencyBitcoinSharp.tsx | 2 +- src/IconCurrencyBitcoinSharpFilled.tsx | 2 +- src/IconCurrencyExchangeOutlined.tsx | 2 +- src/IconCurrencyExchangeOutlinedFilled.tsx | 2 +- src/IconCurrencyExchangeRounded.tsx | 2 +- src/IconCurrencyExchangeRoundedFilled.tsx | 2 +- src/IconCurrencyExchangeSharp.tsx | 2 +- src/IconCurrencyExchangeSharpFilled.tsx | 2 +- src/IconCurrencyFrancOutlined.tsx | 2 +- src/IconCurrencyFrancOutlinedFilled.tsx | 2 +- src/IconCurrencyFrancRounded.tsx | 2 +- src/IconCurrencyFrancRoundedFilled.tsx | 2 +- src/IconCurrencyFrancSharp.tsx | 2 +- src/IconCurrencyFrancSharpFilled.tsx | 2 +- src/IconCurrencyLiraOutlined.tsx | 2 +- src/IconCurrencyLiraOutlinedFilled.tsx | 2 +- src/IconCurrencyLiraRounded.tsx | 2 +- src/IconCurrencyLiraRoundedFilled.tsx | 2 +- src/IconCurrencyLiraSharp.tsx | 2 +- src/IconCurrencyLiraSharpFilled.tsx | 2 +- src/IconCurrencyPoundOutlined.tsx | 2 +- src/IconCurrencyPoundOutlinedFilled.tsx | 2 +- src/IconCurrencyPoundRounded.tsx | 2 +- src/IconCurrencyPoundRoundedFilled.tsx | 2 +- src/IconCurrencyPoundSharp.tsx | 2 +- src/IconCurrencyPoundSharpFilled.tsx | 2 +- src/IconCurrencyRubleOutlined.tsx | 2 +- src/IconCurrencyRubleOutlinedFilled.tsx | 2 +- src/IconCurrencyRubleRounded.tsx | 2 +- src/IconCurrencyRubleRoundedFilled.tsx | 2 +- src/IconCurrencyRubleSharp.tsx | 2 +- src/IconCurrencyRubleSharpFilled.tsx | 2 +- src/IconCurrencyRupeeCircleOutlined.tsx | 2 +- src/IconCurrencyRupeeCircleOutlinedFilled.tsx | 2 +- src/IconCurrencyRupeeCircleRounded.tsx | 2 +- src/IconCurrencyRupeeCircleRoundedFilled.tsx | 2 +- src/IconCurrencyRupeeCircleSharp.tsx | 2 +- src/IconCurrencyRupeeCircleSharpFilled.tsx | 2 +- src/IconCurrencyRupeeOutlined.tsx | 2 +- src/IconCurrencyRupeeOutlinedFilled.tsx | 2 +- src/IconCurrencyRupeeRounded.tsx | 2 +- src/IconCurrencyRupeeRoundedFilled.tsx | 2 +- src/IconCurrencyRupeeSharp.tsx | 2 +- src/IconCurrencyRupeeSharpFilled.tsx | 2 +- src/IconCurrencyYenOutlined.tsx | 2 +- src/IconCurrencyYenOutlinedFilled.tsx | 2 +- src/IconCurrencyYenRounded.tsx | 2 +- src/IconCurrencyYenRoundedFilled.tsx | 2 +- src/IconCurrencyYenSharp.tsx | 2 +- src/IconCurrencyYenSharpFilled.tsx | 2 +- src/IconCurrencyYuanOutlined.tsx | 2 +- src/IconCurrencyYuanOutlinedFilled.tsx | 2 +- src/IconCurrencyYuanRounded.tsx | 2 +- src/IconCurrencyYuanRoundedFilled.tsx | 2 +- src/IconCurrencyYuanSharp.tsx | 2 +- src/IconCurrencyYuanSharpFilled.tsx | 2 +- src/IconCurtainsClosedOutlined.tsx | 2 +- src/IconCurtainsClosedOutlinedFilled.tsx | 2 +- src/IconCurtainsClosedRounded.tsx | 2 +- src/IconCurtainsClosedRoundedFilled.tsx | 2 +- src/IconCurtainsClosedSharp.tsx | 2 +- src/IconCurtainsClosedSharpFilled.tsx | 2 +- src/IconCurtainsOutlined.tsx | 2 +- src/IconCurtainsOutlinedFilled.tsx | 2 +- src/IconCurtainsRounded.tsx | 2 +- src/IconCurtainsRoundedFilled.tsx | 2 +- src/IconCurtainsSharp.tsx | 2 +- src/IconCurtainsSharpFilled.tsx | 2 +- src/IconCustomTypographyOutlined.tsx | 2 +- src/IconCustomTypographyOutlinedFilled.tsx | 2 +- src/IconCustomTypographyRounded.tsx | 2 +- src/IconCustomTypographyRoundedFilled.tsx | 2 +- src/IconCustomTypographySharp.tsx | 2 +- src/IconCustomTypographySharpFilled.tsx | 2 +- src/IconCycleOutlined.tsx | 2 +- src/IconCycleOutlinedFilled.tsx | 2 +- src/IconCycleRounded.tsx | 2 +- src/IconCycleRoundedFilled.tsx | 2 +- src/IconCycleSharp.tsx | 2 +- src/IconCycleSharpFilled.tsx | 2 +- src/IconCycloneOutlined.tsx | 2 +- src/IconCycloneOutlinedFilled.tsx | 2 +- src/IconCycloneRounded.tsx | 2 +- src/IconCycloneRoundedFilled.tsx | 2 +- src/IconCycloneSharp.tsx | 2 +- src/IconCycloneSharpFilled.tsx | 2 +- src/IconDangerousOutlined.tsx | 2 +- src/IconDangerousOutlinedFilled.tsx | 2 +- src/IconDangerousRounded.tsx | 2 +- src/IconDangerousRoundedFilled.tsx | 2 +- src/IconDangerousSharp.tsx | 2 +- src/IconDangerousSharpFilled.tsx | 2 +- src/IconDarkModeOutlined.tsx | 2 +- src/IconDarkModeOutlinedFilled.tsx | 2 +- src/IconDarkModeRounded.tsx | 2 +- src/IconDarkModeRoundedFilled.tsx | 2 +- src/IconDarkModeSharp.tsx | 2 +- src/IconDarkModeSharpFilled.tsx | 2 +- src/IconDashboard2Outlined.tsx | 2 +- src/IconDashboard2OutlinedFilled.tsx | 2 +- src/IconDashboard2Rounded.tsx | 2 +- src/IconDashboard2RoundedFilled.tsx | 2 +- src/IconDashboard2Sharp.tsx | 2 +- src/IconDashboard2SharpFilled.tsx | 2 +- src/IconDashboardCustomizeOutlined.tsx | 2 +- src/IconDashboardCustomizeOutlinedFilled.tsx | 2 +- src/IconDashboardCustomizeRounded.tsx | 2 +- src/IconDashboardCustomizeRoundedFilled.tsx | 2 +- src/IconDashboardCustomizeSharp.tsx | 2 +- src/IconDashboardCustomizeSharpFilled.tsx | 2 +- src/IconDashboardOutlined.tsx | 2 +- src/IconDashboardOutlinedFilled.tsx | 2 +- src/IconDashboardRounded.tsx | 2 +- src/IconDashboardRoundedFilled.tsx | 2 +- src/IconDashboardSharp.tsx | 2 +- src/IconDashboardSharpFilled.tsx | 2 +- src/IconDataAlertOutlined.tsx | 2 +- src/IconDataAlertOutlinedFilled.tsx | 2 +- src/IconDataAlertRounded.tsx | 2 +- src/IconDataAlertRoundedFilled.tsx | 2 +- src/IconDataAlertSharp.tsx | 2 +- src/IconDataAlertSharpFilled.tsx | 2 +- src/IconDataArrayOutlined.tsx | 2 +- src/IconDataArrayOutlinedFilled.tsx | 2 +- src/IconDataArrayRounded.tsx | 2 +- src/IconDataArrayRoundedFilled.tsx | 2 +- src/IconDataArraySharp.tsx | 2 +- src/IconDataArraySharpFilled.tsx | 2 +- src/IconDataCheckOutlined.tsx | 2 +- src/IconDataCheckOutlinedFilled.tsx | 2 +- src/IconDataCheckRounded.tsx | 2 +- src/IconDataCheckRoundedFilled.tsx | 2 +- src/IconDataCheckSharp.tsx | 2 +- src/IconDataCheckSharpFilled.tsx | 2 +- src/IconDataExplorationOutlined.tsx | 2 +- src/IconDataExplorationOutlinedFilled.tsx | 2 +- src/IconDataExplorationRounded.tsx | 2 +- src/IconDataExplorationRoundedFilled.tsx | 2 +- src/IconDataExplorationSharp.tsx | 2 +- src/IconDataExplorationSharpFilled.tsx | 2 +- src/IconDataInfoAlertOutlined.tsx | 2 +- src/IconDataInfoAlertOutlinedFilled.tsx | 2 +- src/IconDataInfoAlertRounded.tsx | 2 +- src/IconDataInfoAlertRoundedFilled.tsx | 2 +- src/IconDataInfoAlertSharp.tsx | 2 +- src/IconDataInfoAlertSharpFilled.tsx | 2 +- src/IconDataLossPreventionOutlined.tsx | 2 +- src/IconDataLossPreventionOutlinedFilled.tsx | 2 +- src/IconDataLossPreventionRounded.tsx | 2 +- src/IconDataLossPreventionRoundedFilled.tsx | 2 +- src/IconDataLossPreventionSharp.tsx | 2 +- src/IconDataLossPreventionSharpFilled.tsx | 2 +- src/IconDataObjectOutlined.tsx | 2 +- src/IconDataObjectOutlinedFilled.tsx | 2 +- src/IconDataObjectRounded.tsx | 2 +- src/IconDataObjectRoundedFilled.tsx | 2 +- src/IconDataObjectSharp.tsx | 2 +- src/IconDataObjectSharpFilled.tsx | 2 +- src/IconDataSaverOnOutlined.tsx | 2 +- src/IconDataSaverOnOutlinedFilled.tsx | 2 +- src/IconDataSaverOnRounded.tsx | 2 +- src/IconDataSaverOnRoundedFilled.tsx | 2 +- src/IconDataSaverOnSharp.tsx | 2 +- src/IconDataSaverOnSharpFilled.tsx | 2 +- src/IconDataTableOutlined.tsx | 2 +- src/IconDataTableOutlinedFilled.tsx | 2 +- src/IconDataTableRounded.tsx | 2 +- src/IconDataTableRoundedFilled.tsx | 2 +- src/IconDataTableSharp.tsx | 2 +- src/IconDataTableSharpFilled.tsx | 2 +- src/IconDataThresholdingOutlined.tsx | 2 +- src/IconDataThresholdingOutlinedFilled.tsx | 2 +- src/IconDataThresholdingRounded.tsx | 2 +- src/IconDataThresholdingRoundedFilled.tsx | 2 +- src/IconDataThresholdingSharp.tsx | 2 +- src/IconDataThresholdingSharpFilled.tsx | 2 +- src/IconDataUsageOutlined.tsx | 2 +- src/IconDataUsageOutlinedFilled.tsx | 2 +- src/IconDataUsageRounded.tsx | 2 +- src/IconDataUsageRoundedFilled.tsx | 2 +- src/IconDataUsageSharp.tsx | 2 +- src/IconDataUsageSharpFilled.tsx | 2 +- src/IconDatabaseOffOutlined.tsx | 2 +- src/IconDatabaseOffOutlinedFilled.tsx | 2 +- src/IconDatabaseOffRounded.tsx | 2 +- src/IconDatabaseOffRoundedFilled.tsx | 2 +- src/IconDatabaseOffSharp.tsx | 2 +- src/IconDatabaseOffSharpFilled.tsx | 2 +- src/IconDatabaseOutlined.tsx | 2 +- src/IconDatabaseOutlinedFilled.tsx | 2 +- src/IconDatabaseRounded.tsx | 2 +- src/IconDatabaseRoundedFilled.tsx | 2 +- src/IconDatabaseSharp.tsx | 2 +- src/IconDatabaseSharpFilled.tsx | 2 +- src/IconDatabaseUploadOutlined.tsx | 2 +- src/IconDatabaseUploadOutlinedFilled.tsx | 2 +- src/IconDatabaseUploadRounded.tsx | 2 +- src/IconDatabaseUploadRoundedFilled.tsx | 2 +- src/IconDatabaseUploadSharp.tsx | 2 +- src/IconDatabaseUploadSharpFilled.tsx | 2 +- src/IconDatasetLinkedOutlined.tsx | 2 +- src/IconDatasetLinkedOutlinedFilled.tsx | 2 +- src/IconDatasetLinkedRounded.tsx | 2 +- src/IconDatasetLinkedRoundedFilled.tsx | 2 +- src/IconDatasetLinkedSharp.tsx | 2 +- src/IconDatasetLinkedSharpFilled.tsx | 2 +- src/IconDatasetOutlined.tsx | 2 +- src/IconDatasetOutlinedFilled.tsx | 2 +- src/IconDatasetRounded.tsx | 2 +- src/IconDatasetRoundedFilled.tsx | 2 +- src/IconDatasetSharp.tsx | 2 +- src/IconDatasetSharpFilled.tsx | 2 +- src/IconDateRangeOutlined.tsx | 2 +- src/IconDateRangeOutlinedFilled.tsx | 2 +- src/IconDateRangeRounded.tsx | 2 +- src/IconDateRangeRoundedFilled.tsx | 2 +- src/IconDateRangeSharp.tsx | 2 +- src/IconDateRangeSharpFilled.tsx | 2 +- src/IconDeblurOutlined.tsx | 2 +- src/IconDeblurOutlinedFilled.tsx | 2 +- src/IconDeblurRounded.tsx | 2 +- src/IconDeblurRoundedFilled.tsx | 2 +- src/IconDeblurSharp.tsx | 2 +- src/IconDeblurSharpFilled.tsx | 2 +- src/IconDeceasedOutlined.tsx | 2 +- src/IconDeceasedOutlinedFilled.tsx | 2 +- src/IconDeceasedRounded.tsx | 2 +- src/IconDeceasedRoundedFilled.tsx | 2 +- src/IconDeceasedSharp.tsx | 2 +- src/IconDeceasedSharpFilled.tsx | 2 +- src/IconDecimalDecreaseOutlined.tsx | 2 +- src/IconDecimalDecreaseOutlinedFilled.tsx | 2 +- src/IconDecimalDecreaseRounded.tsx | 2 +- src/IconDecimalDecreaseRoundedFilled.tsx | 2 +- src/IconDecimalDecreaseSharp.tsx | 2 +- src/IconDecimalDecreaseSharpFilled.tsx | 2 +- src/IconDecimalIncreaseOutlined.tsx | 2 +- src/IconDecimalIncreaseOutlinedFilled.tsx | 2 +- src/IconDecimalIncreaseRounded.tsx | 2 +- src/IconDecimalIncreaseRoundedFilled.tsx | 2 +- src/IconDecimalIncreaseSharp.tsx | 2 +- src/IconDecimalIncreaseSharpFilled.tsx | 2 +- src/IconDeckOutlined.tsx | 2 +- src/IconDeckOutlinedFilled.tsx | 2 +- src/IconDeckRounded.tsx | 2 +- src/IconDeckRoundedFilled.tsx | 2 +- src/IconDeckSharp.tsx | 2 +- src/IconDeckSharpFilled.tsx | 2 +- src/IconDehazeOutlined.tsx | 2 +- src/IconDehazeOutlinedFilled.tsx | 2 +- src/IconDehazeRounded.tsx | 2 +- src/IconDehazeRoundedFilled.tsx | 2 +- src/IconDehazeSharp.tsx | 2 +- src/IconDehazeSharpFilled.tsx | 2 +- src/IconDeleteForeverOutlined.tsx | 2 +- src/IconDeleteForeverOutlinedFilled.tsx | 2 +- src/IconDeleteForeverRounded.tsx | 2 +- src/IconDeleteForeverRoundedFilled.tsx | 2 +- src/IconDeleteForeverSharp.tsx | 2 +- src/IconDeleteForeverSharpFilled.tsx | 2 +- src/IconDeleteHistoryOutlined.tsx | 2 +- src/IconDeleteHistoryOutlinedFilled.tsx | 2 +- src/IconDeleteHistoryRounded.tsx | 2 +- src/IconDeleteHistoryRoundedFilled.tsx | 2 +- src/IconDeleteHistorySharp.tsx | 2 +- src/IconDeleteHistorySharpFilled.tsx | 2 +- src/IconDeleteOutlined.tsx | 2 +- src/IconDeleteOutlinedFilled.tsx | 2 +- src/IconDeleteRounded.tsx | 2 +- src/IconDeleteRoundedFilled.tsx | 2 +- src/IconDeleteSharp.tsx | 2 +- src/IconDeleteSharpFilled.tsx | 2 +- src/IconDeleteSweepOutlined.tsx | 2 +- src/IconDeleteSweepOutlinedFilled.tsx | 2 +- src/IconDeleteSweepRounded.tsx | 2 +- src/IconDeleteSweepRoundedFilled.tsx | 2 +- src/IconDeleteSweepSharp.tsx | 2 +- src/IconDeleteSweepSharpFilled.tsx | 2 +- src/IconDemographyOutlined.tsx | 2 +- src/IconDemographyOutlinedFilled.tsx | 2 +- src/IconDemographyRounded.tsx | 2 +- src/IconDemographyRoundedFilled.tsx | 2 +- src/IconDemographySharp.tsx | 2 +- src/IconDemographySharpFilled.tsx | 2 +- src/IconDensityLargeOutlined.tsx | 2 +- src/IconDensityLargeOutlinedFilled.tsx | 2 +- src/IconDensityLargeRounded.tsx | 2 +- src/IconDensityLargeRoundedFilled.tsx | 2 +- src/IconDensityLargeSharp.tsx | 2 +- src/IconDensityLargeSharpFilled.tsx | 2 +- src/IconDensityMediumOutlined.tsx | 2 +- src/IconDensityMediumOutlinedFilled.tsx | 2 +- src/IconDensityMediumRounded.tsx | 2 +- src/IconDensityMediumRoundedFilled.tsx | 2 +- src/IconDensityMediumSharp.tsx | 2 +- src/IconDensityMediumSharpFilled.tsx | 2 +- src/IconDensitySmallOutlined.tsx | 2 +- src/IconDensitySmallOutlinedFilled.tsx | 2 +- src/IconDensitySmallRounded.tsx | 2 +- src/IconDensitySmallRoundedFilled.tsx | 2 +- src/IconDensitySmallSharp.tsx | 2 +- src/IconDensitySmallSharpFilled.tsx | 2 +- src/IconDentistryOutlined.tsx | 2 +- src/IconDentistryOutlinedFilled.tsx | 2 +- src/IconDentistryRounded.tsx | 2 +- src/IconDentistryRoundedFilled.tsx | 2 +- src/IconDentistrySharp.tsx | 2 +- src/IconDentistrySharpFilled.tsx | 2 +- src/IconDepartureBoardOutlined.tsx | 2 +- src/IconDepartureBoardOutlinedFilled.tsx | 2 +- src/IconDepartureBoardRounded.tsx | 2 +- src/IconDepartureBoardRoundedFilled.tsx | 2 +- src/IconDepartureBoardSharp.tsx | 2 +- src/IconDepartureBoardSharpFilled.tsx | 2 +- src/IconDeployedCodeAccountOutlined.tsx | 2 +- src/IconDeployedCodeAccountOutlinedFilled.tsx | 2 +- src/IconDeployedCodeAccountRounded.tsx | 2 +- src/IconDeployedCodeAccountRoundedFilled.tsx | 2 +- src/IconDeployedCodeAccountSharp.tsx | 2 +- src/IconDeployedCodeAccountSharpFilled.tsx | 2 +- src/IconDeployedCodeAlertOutlined.tsx | 2 +- src/IconDeployedCodeAlertOutlinedFilled.tsx | 2 +- src/IconDeployedCodeAlertRounded.tsx | 2 +- src/IconDeployedCodeAlertRoundedFilled.tsx | 2 +- src/IconDeployedCodeAlertSharp.tsx | 2 +- src/IconDeployedCodeAlertSharpFilled.tsx | 2 +- src/IconDeployedCodeHistoryOutlined.tsx | 2 +- src/IconDeployedCodeHistoryOutlinedFilled.tsx | 2 +- src/IconDeployedCodeHistoryRounded.tsx | 2 +- src/IconDeployedCodeHistoryRoundedFilled.tsx | 2 +- src/IconDeployedCodeHistorySharp.tsx | 2 +- src/IconDeployedCodeHistorySharpFilled.tsx | 2 +- src/IconDeployedCodeOutlined.tsx | 2 +- src/IconDeployedCodeOutlinedFilled.tsx | 2 +- src/IconDeployedCodeRounded.tsx | 2 +- src/IconDeployedCodeRoundedFilled.tsx | 2 +- src/IconDeployedCodeSharp.tsx | 2 +- src/IconDeployedCodeSharpFilled.tsx | 2 +- src/IconDeployedCodeUpdateOutlined.tsx | 2 +- src/IconDeployedCodeUpdateOutlinedFilled.tsx | 2 +- src/IconDeployedCodeUpdateRounded.tsx | 2 +- src/IconDeployedCodeUpdateRoundedFilled.tsx | 2 +- src/IconDeployedCodeUpdateSharp.tsx | 2 +- src/IconDeployedCodeUpdateSharpFilled.tsx | 2 +- src/IconDermatologyOutlined.tsx | 2 +- src/IconDermatologyOutlinedFilled.tsx | 2 +- src/IconDermatologyRounded.tsx | 2 +- src/IconDermatologyRoundedFilled.tsx | 2 +- src/IconDermatologySharp.tsx | 2 +- src/IconDermatologySharpFilled.tsx | 2 +- src/IconDescriptionOutlined.tsx | 2 +- src/IconDescriptionOutlinedFilled.tsx | 2 +- src/IconDescriptionRounded.tsx | 2 +- src/IconDescriptionRoundedFilled.tsx | 2 +- src/IconDescriptionSharp.tsx | 2 +- src/IconDescriptionSharpFilled.tsx | 2 +- src/IconDeselectOutlined.tsx | 2 +- src/IconDeselectOutlinedFilled.tsx | 2 +- src/IconDeselectRounded.tsx | 2 +- src/IconDeselectRoundedFilled.tsx | 2 +- src/IconDeselectSharp.tsx | 2 +- src/IconDeselectSharpFilled.tsx | 2 +- src/IconDesignServicesOutlined.tsx | 2 +- src/IconDesignServicesOutlinedFilled.tsx | 2 +- src/IconDesignServicesRounded.tsx | 2 +- src/IconDesignServicesRoundedFilled.tsx | 2 +- src/IconDesignServicesSharp.tsx | 2 +- src/IconDesignServicesSharpFilled.tsx | 2 +- src/IconDeskOutlined.tsx | 2 +- src/IconDeskOutlinedFilled.tsx | 2 +- src/IconDeskRounded.tsx | 2 +- src/IconDeskRoundedFilled.tsx | 2 +- src/IconDeskSharp.tsx | 2 +- src/IconDeskSharpFilled.tsx | 2 +- src/IconDeskphoneOutlined.tsx | 2 +- src/IconDeskphoneOutlinedFilled.tsx | 2 +- src/IconDeskphoneRounded.tsx | 2 +- src/IconDeskphoneRoundedFilled.tsx | 2 +- src/IconDeskphoneSharp.tsx | 2 +- src/IconDeskphoneSharpFilled.tsx | 2 +- src/IconDesktopAccessDisabledOutlined.tsx | 2 +- ...conDesktopAccessDisabledOutlinedFilled.tsx | 2 +- src/IconDesktopAccessDisabledRounded.tsx | 2 +- ...IconDesktopAccessDisabledRoundedFilled.tsx | 2 +- src/IconDesktopAccessDisabledSharp.tsx | 2 +- src/IconDesktopAccessDisabledSharpFilled.tsx | 2 +- src/IconDesktopCloudOutlined.tsx | 2 +- src/IconDesktopCloudOutlinedFilled.tsx | 2 +- src/IconDesktopCloudRounded.tsx | 2 +- src/IconDesktopCloudRoundedFilled.tsx | 2 +- src/IconDesktopCloudSharp.tsx | 2 +- src/IconDesktopCloudSharpFilled.tsx | 2 +- src/IconDesktopLandscapeAddOutlined.tsx | 2 +- src/IconDesktopLandscapeAddOutlinedFilled.tsx | 2 +- src/IconDesktopLandscapeAddRounded.tsx | 2 +- src/IconDesktopLandscapeAddRoundedFilled.tsx | 2 +- src/IconDesktopLandscapeAddSharp.tsx | 2 +- src/IconDesktopLandscapeAddSharpFilled.tsx | 2 +- src/IconDesktopLandscapeOutlined.tsx | 2 +- src/IconDesktopLandscapeOutlinedFilled.tsx | 2 +- src/IconDesktopLandscapeRounded.tsx | 2 +- src/IconDesktopLandscapeRoundedFilled.tsx | 2 +- src/IconDesktopLandscapeSharp.tsx | 2 +- src/IconDesktopLandscapeSharpFilled.tsx | 2 +- src/IconDesktopMacOutlined.tsx | 2 +- src/IconDesktopMacOutlinedFilled.tsx | 2 +- src/IconDesktopMacRounded.tsx | 2 +- src/IconDesktopMacRoundedFilled.tsx | 2 +- src/IconDesktopMacSharp.tsx | 2 +- src/IconDesktopMacSharpFilled.tsx | 2 +- src/IconDesktopPortraitOutlined.tsx | 2 +- src/IconDesktopPortraitOutlinedFilled.tsx | 2 +- src/IconDesktopPortraitRounded.tsx | 2 +- src/IconDesktopPortraitRoundedFilled.tsx | 2 +- src/IconDesktopPortraitSharp.tsx | 2 +- src/IconDesktopPortraitSharpFilled.tsx | 2 +- src/IconDesktopWindowsOutlined.tsx | 2 +- src/IconDesktopWindowsOutlinedFilled.tsx | 2 +- src/IconDesktopWindowsRounded.tsx | 2 +- src/IconDesktopWindowsRoundedFilled.tsx | 2 +- src/IconDesktopWindowsSharp.tsx | 2 +- src/IconDesktopWindowsSharpFilled.tsx | 2 +- src/IconDestructionOutlined.tsx | 2 +- src/IconDestructionOutlinedFilled.tsx | 2 +- src/IconDestructionRounded.tsx | 2 +- src/IconDestructionRoundedFilled.tsx | 2 +- src/IconDestructionSharp.tsx | 2 +- src/IconDestructionSharpFilled.tsx | 2 +- src/IconDetailsOutlined.tsx | 2 +- src/IconDetailsOutlinedFilled.tsx | 2 +- src/IconDetailsRounded.tsx | 2 +- src/IconDetailsRoundedFilled.tsx | 2 +- src/IconDetailsSharp.tsx | 2 +- src/IconDetailsSharpFilled.tsx | 2 +- src/IconDetectionAndZoneOutlined.tsx | 2 +- src/IconDetectionAndZoneOutlinedFilled.tsx | 2 +- src/IconDetectionAndZoneRounded.tsx | 2 +- src/IconDetectionAndZoneRoundedFilled.tsx | 2 +- src/IconDetectionAndZoneSharp.tsx | 2 +- src/IconDetectionAndZoneSharpFilled.tsx | 2 +- src/IconDetectorAlarmOutlined.tsx | 2 +- src/IconDetectorAlarmOutlinedFilled.tsx | 2 +- src/IconDetectorAlarmRounded.tsx | 2 +- src/IconDetectorAlarmRoundedFilled.tsx | 2 +- src/IconDetectorAlarmSharp.tsx | 2 +- src/IconDetectorAlarmSharpFilled.tsx | 2 +- src/IconDetectorBatteryOutlined.tsx | 2 +- src/IconDetectorBatteryOutlinedFilled.tsx | 2 +- src/IconDetectorBatteryRounded.tsx | 2 +- src/IconDetectorBatteryRoundedFilled.tsx | 2 +- src/IconDetectorBatterySharp.tsx | 2 +- src/IconDetectorBatterySharpFilled.tsx | 2 +- src/IconDetectorCoOutlined.tsx | 2 +- src/IconDetectorCoOutlinedFilled.tsx | 2 +- src/IconDetectorCoRounded.tsx | 2 +- src/IconDetectorCoRoundedFilled.tsx | 2 +- src/IconDetectorCoSharp.tsx | 2 +- src/IconDetectorCoSharpFilled.tsx | 2 +- src/IconDetectorOfflineOutlined.tsx | 2 +- src/IconDetectorOfflineOutlinedFilled.tsx | 2 +- src/IconDetectorOfflineRounded.tsx | 2 +- src/IconDetectorOfflineRoundedFilled.tsx | 2 +- src/IconDetectorOfflineSharp.tsx | 2 +- src/IconDetectorOfflineSharpFilled.tsx | 2 +- src/IconDetectorOutlined.tsx | 2 +- src/IconDetectorOutlinedFilled.tsx | 2 +- src/IconDetectorRounded.tsx | 2 +- src/IconDetectorRoundedFilled.tsx | 2 +- src/IconDetectorSharp.tsx | 2 +- src/IconDetectorSharpFilled.tsx | 2 +- src/IconDetectorSmokeOutlined.tsx | 2 +- src/IconDetectorSmokeOutlinedFilled.tsx | 2 +- src/IconDetectorSmokeRounded.tsx | 2 +- src/IconDetectorSmokeRoundedFilled.tsx | 2 +- src/IconDetectorSmokeSharp.tsx | 2 +- src/IconDetectorSmokeSharpFilled.tsx | 2 +- src/IconDetectorStatusOutlined.tsx | 2 +- src/IconDetectorStatusOutlinedFilled.tsx | 2 +- src/IconDetectorStatusRounded.tsx | 2 +- src/IconDetectorStatusRoundedFilled.tsx | 2 +- src/IconDetectorStatusSharp.tsx | 2 +- src/IconDetectorStatusSharpFilled.tsx | 2 +- src/IconDeveloperBoardOffOutlined.tsx | 2 +- src/IconDeveloperBoardOffOutlinedFilled.tsx | 2 +- src/IconDeveloperBoardOffRounded.tsx | 2 +- src/IconDeveloperBoardOffRoundedFilled.tsx | 2 +- src/IconDeveloperBoardOffSharp.tsx | 2 +- src/IconDeveloperBoardOffSharpFilled.tsx | 2 +- src/IconDeveloperBoardOutlined.tsx | 2 +- src/IconDeveloperBoardOutlinedFilled.tsx | 2 +- src/IconDeveloperBoardRounded.tsx | 2 +- src/IconDeveloperBoardRoundedFilled.tsx | 2 +- src/IconDeveloperBoardSharp.tsx | 2 +- src/IconDeveloperBoardSharpFilled.tsx | 2 +- src/IconDeveloperGuideOutlined.tsx | 2 +- src/IconDeveloperGuideOutlinedFilled.tsx | 2 +- src/IconDeveloperGuideRounded.tsx | 2 +- src/IconDeveloperGuideRoundedFilled.tsx | 2 +- src/IconDeveloperGuideSharp.tsx | 2 +- src/IconDeveloperGuideSharpFilled.tsx | 2 +- src/IconDeveloperModeOutlined.tsx | 2 +- src/IconDeveloperModeOutlinedFilled.tsx | 2 +- src/IconDeveloperModeRounded.tsx | 2 +- src/IconDeveloperModeRoundedFilled.tsx | 2 +- src/IconDeveloperModeSharp.tsx | 2 +- src/IconDeveloperModeSharpFilled.tsx | 2 +- src/IconDeveloperModeTvOutlined.tsx | 2 +- src/IconDeveloperModeTvOutlinedFilled.tsx | 2 +- src/IconDeveloperModeTvRounded.tsx | 2 +- src/IconDeveloperModeTvRoundedFilled.tsx | 2 +- src/IconDeveloperModeTvSharp.tsx | 2 +- src/IconDeveloperModeTvSharpFilled.tsx | 2 +- src/IconDeviceHubOutlined.tsx | 2 +- src/IconDeviceHubOutlinedFilled.tsx | 2 +- src/IconDeviceHubRounded.tsx | 2 +- src/IconDeviceHubRoundedFilled.tsx | 2 +- src/IconDeviceHubSharp.tsx | 2 +- src/IconDeviceHubSharpFilled.tsx | 2 +- src/IconDeviceThermostatOutlined.tsx | 2 +- src/IconDeviceThermostatOutlinedFilled.tsx | 2 +- src/IconDeviceThermostatRounded.tsx | 2 +- src/IconDeviceThermostatRoundedFilled.tsx | 2 +- src/IconDeviceThermostatSharp.tsx | 2 +- src/IconDeviceThermostatSharpFilled.tsx | 2 +- src/IconDeviceUnknownOutlined.tsx | 2 +- src/IconDeviceUnknownOutlinedFilled.tsx | 2 +- src/IconDeviceUnknownRounded.tsx | 2 +- src/IconDeviceUnknownRoundedFilled.tsx | 2 +- src/IconDeviceUnknownSharp.tsx | 2 +- src/IconDeviceUnknownSharpFilled.tsx | 2 +- src/IconDevicesFold2Outlined.tsx | 2 +- src/IconDevicesFold2OutlinedFilled.tsx | 2 +- src/IconDevicesFold2Rounded.tsx | 2 +- src/IconDevicesFold2RoundedFilled.tsx | 2 +- src/IconDevicesFold2Sharp.tsx | 2 +- src/IconDevicesFold2SharpFilled.tsx | 2 +- src/IconDevicesFoldOutlined.tsx | 2 +- src/IconDevicesFoldOutlinedFilled.tsx | 2 +- src/IconDevicesFoldRounded.tsx | 2 +- src/IconDevicesFoldRoundedFilled.tsx | 2 +- src/IconDevicesFoldSharp.tsx | 2 +- src/IconDevicesFoldSharpFilled.tsx | 2 +- src/IconDevicesOffOutlined.tsx | 2 +- src/IconDevicesOffOutlinedFilled.tsx | 2 +- src/IconDevicesOffRounded.tsx | 2 +- src/IconDevicesOffRoundedFilled.tsx | 2 +- src/IconDevicesOffSharp.tsx | 2 +- src/IconDevicesOffSharpFilled.tsx | 2 +- src/IconDevicesOtherOutlined.tsx | 2 +- src/IconDevicesOtherOutlinedFilled.tsx | 2 +- src/IconDevicesOtherRounded.tsx | 2 +- src/IconDevicesOtherRoundedFilled.tsx | 2 +- src/IconDevicesOtherSharp.tsx | 2 +- src/IconDevicesOtherSharpFilled.tsx | 2 +- src/IconDevicesOutlined.tsx | 2 +- src/IconDevicesOutlinedFilled.tsx | 2 +- src/IconDevicesRounded.tsx | 2 +- src/IconDevicesRoundedFilled.tsx | 2 +- src/IconDevicesSharp.tsx | 2 +- src/IconDevicesSharpFilled.tsx | 2 +- src/IconDevicesWearablesOutlined.tsx | 2 +- src/IconDevicesWearablesOutlinedFilled.tsx | 2 +- src/IconDevicesWearablesRounded.tsx | 2 +- src/IconDevicesWearablesRoundedFilled.tsx | 2 +- src/IconDevicesWearablesSharp.tsx | 2 +- src/IconDevicesWearablesSharpFilled.tsx | 2 +- src/IconDewPointOutlined.tsx | 2 +- src/IconDewPointOutlinedFilled.tsx | 2 +- src/IconDewPointRounded.tsx | 2 +- src/IconDewPointRoundedFilled.tsx | 2 +- src/IconDewPointSharp.tsx | 2 +- src/IconDewPointSharpFilled.tsx | 2 +- src/IconDiagnosisOutlined.tsx | 2 +- src/IconDiagnosisOutlinedFilled.tsx | 2 +- src/IconDiagnosisRounded.tsx | 2 +- src/IconDiagnosisRoundedFilled.tsx | 2 +- src/IconDiagnosisSharp.tsx | 2 +- src/IconDiagnosisSharpFilled.tsx | 2 +- src/IconDiagonalLineOutlined.tsx | 2 +- src/IconDiagonalLineOutlinedFilled.tsx | 2 +- src/IconDiagonalLineRounded.tsx | 2 +- src/IconDiagonalLineRoundedFilled.tsx | 2 +- src/IconDiagonalLineSharp.tsx | 2 +- src/IconDiagonalLineSharpFilled.tsx | 2 +- src/IconDialerSipOutlined.tsx | 2 +- src/IconDialerSipOutlinedFilled.tsx | 2 +- src/IconDialerSipRounded.tsx | 2 +- src/IconDialerSipRoundedFilled.tsx | 2 +- src/IconDialerSipSharp.tsx | 2 +- src/IconDialerSipSharpFilled.tsx | 2 +- src/IconDialogsOutlined.tsx | 2 +- src/IconDialogsOutlinedFilled.tsx | 2 +- src/IconDialogsRounded.tsx | 2 +- src/IconDialogsRoundedFilled.tsx | 2 +- src/IconDialogsSharp.tsx | 2 +- src/IconDialogsSharpFilled.tsx | 2 +- src/IconDialpadOutlined.tsx | 2 +- src/IconDialpadOutlinedFilled.tsx | 2 +- src/IconDialpadRounded.tsx | 2 +- src/IconDialpadRoundedFilled.tsx | 2 +- src/IconDialpadSharp.tsx | 2 +- src/IconDialpadSharpFilled.tsx | 2 +- src/IconDiamondOutlined.tsx | 2 +- src/IconDiamondOutlinedFilled.tsx | 2 +- src/IconDiamondRounded.tsx | 2 +- src/IconDiamondRoundedFilled.tsx | 2 +- src/IconDiamondSharp.tsx | 2 +- src/IconDiamondSharpFilled.tsx | 2 +- src/IconDictionaryOutlined.tsx | 2 +- src/IconDictionaryOutlinedFilled.tsx | 2 +- src/IconDictionaryRounded.tsx | 2 +- src/IconDictionaryRoundedFilled.tsx | 2 +- src/IconDictionarySharp.tsx | 2 +- src/IconDictionarySharpFilled.tsx | 2 +- src/IconDifferenceOutlined.tsx | 2 +- src/IconDifferenceOutlinedFilled.tsx | 2 +- src/IconDifferenceRounded.tsx | 2 +- src/IconDifferenceRoundedFilled.tsx | 2 +- src/IconDifferenceSharp.tsx | 2 +- src/IconDifferenceSharpFilled.tsx | 2 +- src/IconDigitalOutOfHomeOutlined.tsx | 2 +- src/IconDigitalOutOfHomeOutlinedFilled.tsx | 2 +- src/IconDigitalOutOfHomeRounded.tsx | 2 +- src/IconDigitalOutOfHomeRoundedFilled.tsx | 2 +- src/IconDigitalOutOfHomeSharp.tsx | 2 +- src/IconDigitalOutOfHomeSharpFilled.tsx | 2 +- src/IconDigitalWellbeingOutlined.tsx | 2 +- src/IconDigitalWellbeingOutlinedFilled.tsx | 2 +- src/IconDigitalWellbeingRounded.tsx | 2 +- src/IconDigitalWellbeingRoundedFilled.tsx | 2 +- src/IconDigitalWellbeingSharp.tsx | 2 +- src/IconDigitalWellbeingSharpFilled.tsx | 2 +- src/IconDiningOutlined.tsx | 2 +- src/IconDiningOutlinedFilled.tsx | 2 +- src/IconDiningRounded.tsx | 2 +- src/IconDiningRoundedFilled.tsx | 2 +- src/IconDiningSharp.tsx | 2 +- src/IconDiningSharpFilled.tsx | 2 +- src/IconDinnerDiningOutlined.tsx | 2 +- src/IconDinnerDiningOutlinedFilled.tsx | 2 +- src/IconDinnerDiningRounded.tsx | 2 +- src/IconDinnerDiningRoundedFilled.tsx | 2 +- src/IconDinnerDiningSharp.tsx | 2 +- src/IconDinnerDiningSharpFilled.tsx | 2 +- src/IconDirectionsAltOffOutlined.tsx | 2 +- src/IconDirectionsAltOffOutlinedFilled.tsx | 2 +- src/IconDirectionsAltOffRounded.tsx | 2 +- src/IconDirectionsAltOffRoundedFilled.tsx | 2 +- src/IconDirectionsAltOffSharp.tsx | 2 +- src/IconDirectionsAltOffSharpFilled.tsx | 2 +- src/IconDirectionsAltOutlined.tsx | 2 +- src/IconDirectionsAltOutlinedFilled.tsx | 2 +- src/IconDirectionsAltRounded.tsx | 2 +- src/IconDirectionsAltRoundedFilled.tsx | 2 +- src/IconDirectionsAltSharp.tsx | 2 +- src/IconDirectionsAltSharpFilled.tsx | 2 +- src/IconDirectionsBikeOutlined.tsx | 2 +- src/IconDirectionsBikeOutlinedFilled.tsx | 2 +- src/IconDirectionsBikeRounded.tsx | 2 +- src/IconDirectionsBikeRoundedFilled.tsx | 2 +- src/IconDirectionsBikeSharp.tsx | 2 +- src/IconDirectionsBikeSharpFilled.tsx | 2 +- src/IconDirectionsBoatOutlined.tsx | 2 +- src/IconDirectionsBoatOutlinedFilled.tsx | 2 +- src/IconDirectionsBoatRounded.tsx | 2 +- src/IconDirectionsBoatRoundedFilled.tsx | 2 +- src/IconDirectionsBoatSharp.tsx | 2 +- src/IconDirectionsBoatSharpFilled.tsx | 2 +- src/IconDirectionsBusOutlined.tsx | 2 +- src/IconDirectionsBusOutlinedFilled.tsx | 2 +- src/IconDirectionsBusRounded.tsx | 2 +- src/IconDirectionsBusRoundedFilled.tsx | 2 +- src/IconDirectionsBusSharp.tsx | 2 +- src/IconDirectionsBusSharpFilled.tsx | 2 +- src/IconDirectionsCarOutlined.tsx | 2 +- src/IconDirectionsCarOutlinedFilled.tsx | 2 +- src/IconDirectionsCarRounded.tsx | 2 +- src/IconDirectionsCarRoundedFilled.tsx | 2 +- src/IconDirectionsCarSharp.tsx | 2 +- src/IconDirectionsCarSharpFilled.tsx | 2 +- src/IconDirectionsOffOutlined.tsx | 2 +- src/IconDirectionsOffOutlinedFilled.tsx | 2 +- src/IconDirectionsOffRounded.tsx | 2 +- src/IconDirectionsOffRoundedFilled.tsx | 2 +- src/IconDirectionsOffSharp.tsx | 2 +- src/IconDirectionsOffSharpFilled.tsx | 2 +- src/IconDirectionsOutlined.tsx | 2 +- src/IconDirectionsOutlinedFilled.tsx | 2 +- src/IconDirectionsRailway2Outlined.tsx | 2 +- src/IconDirectionsRailway2OutlinedFilled.tsx | 2 +- src/IconDirectionsRailway2Rounded.tsx | 2 +- src/IconDirectionsRailway2RoundedFilled.tsx | 2 +- src/IconDirectionsRailway2Sharp.tsx | 2 +- src/IconDirectionsRailway2SharpFilled.tsx | 2 +- src/IconDirectionsRailwayOutlined.tsx | 2 +- src/IconDirectionsRailwayOutlinedFilled.tsx | 2 +- src/IconDirectionsRailwayRounded.tsx | 2 +- src/IconDirectionsRailwayRoundedFilled.tsx | 2 +- src/IconDirectionsRailwaySharp.tsx | 2 +- src/IconDirectionsRailwaySharpFilled.tsx | 2 +- src/IconDirectionsRounded.tsx | 2 +- src/IconDirectionsRoundedFilled.tsx | 2 +- src/IconDirectionsRunOutlined.tsx | 2 +- src/IconDirectionsRunOutlinedFilled.tsx | 2 +- src/IconDirectionsRunRounded.tsx | 2 +- src/IconDirectionsRunRoundedFilled.tsx | 2 +- src/IconDirectionsRunSharp.tsx | 2 +- src/IconDirectionsRunSharpFilled.tsx | 2 +- src/IconDirectionsSharp.tsx | 2 +- src/IconDirectionsSharpFilled.tsx | 2 +- src/IconDirectionsSubwayOutlined.tsx | 2 +- src/IconDirectionsSubwayOutlinedFilled.tsx | 2 +- src/IconDirectionsSubwayRounded.tsx | 2 +- src/IconDirectionsSubwayRoundedFilled.tsx | 2 +- src/IconDirectionsSubwaySharp.tsx | 2 +- src/IconDirectionsSubwaySharpFilled.tsx | 2 +- src/IconDirectionsWalkOutlined.tsx | 2 +- src/IconDirectionsWalkOutlinedFilled.tsx | 2 +- src/IconDirectionsWalkRounded.tsx | 2 +- src/IconDirectionsWalkRoundedFilled.tsx | 2 +- src/IconDirectionsWalkSharp.tsx | 2 +- src/IconDirectionsWalkSharpFilled.tsx | 2 +- src/IconDirectorySyncOutlined.tsx | 2 +- src/IconDirectorySyncOutlinedFilled.tsx | 2 +- src/IconDirectorySyncRounded.tsx | 2 +- src/IconDirectorySyncRoundedFilled.tsx | 2 +- src/IconDirectorySyncSharp.tsx | 2 +- src/IconDirectorySyncSharpFilled.tsx | 2 +- src/IconDirtyLensOutlined.tsx | 2 +- src/IconDirtyLensOutlinedFilled.tsx | 2 +- src/IconDirtyLensRounded.tsx | 2 +- src/IconDirtyLensRoundedFilled.tsx | 2 +- src/IconDirtyLensSharp.tsx | 2 +- src/IconDirtyLensSharpFilled.tsx | 2 +- src/IconDisabledByDefaultOutlined.tsx | 2 +- src/IconDisabledByDefaultOutlinedFilled.tsx | 2 +- src/IconDisabledByDefaultRounded.tsx | 2 +- src/IconDisabledByDefaultRoundedFilled.tsx | 2 +- src/IconDisabledByDefaultSharp.tsx | 2 +- src/IconDisabledByDefaultSharpFilled.tsx | 2 +- src/IconDisabledVisibleOutlined.tsx | 2 +- src/IconDisabledVisibleOutlinedFilled.tsx | 2 +- src/IconDisabledVisibleRounded.tsx | 2 +- src/IconDisabledVisibleRoundedFilled.tsx | 2 +- src/IconDisabledVisibleSharp.tsx | 2 +- src/IconDisabledVisibleSharpFilled.tsx | 2 +- src/IconDiscFullOutlined.tsx | 2 +- src/IconDiscFullOutlinedFilled.tsx | 2 +- src/IconDiscFullRounded.tsx | 2 +- src/IconDiscFullRoundedFilled.tsx | 2 +- src/IconDiscFullSharp.tsx | 2 +- src/IconDiscFullSharpFilled.tsx | 2 +- src/IconDiscoverTuneOutlined.tsx | 2 +- src/IconDiscoverTuneOutlinedFilled.tsx | 2 +- src/IconDiscoverTuneRounded.tsx | 2 +- src/IconDiscoverTuneRoundedFilled.tsx | 2 +- src/IconDiscoverTuneSharp.tsx | 2 +- src/IconDiscoverTuneSharpFilled.tsx | 2 +- src/IconDishwasherGenOutlined.tsx | 2 +- src/IconDishwasherGenOutlinedFilled.tsx | 2 +- src/IconDishwasherGenRounded.tsx | 2 +- src/IconDishwasherGenRoundedFilled.tsx | 2 +- src/IconDishwasherGenSharp.tsx | 2 +- src/IconDishwasherGenSharpFilled.tsx | 2 +- src/IconDishwasherOutlined.tsx | 2 +- src/IconDishwasherOutlinedFilled.tsx | 2 +- src/IconDishwasherRounded.tsx | 2 +- src/IconDishwasherRoundedFilled.tsx | 2 +- src/IconDishwasherSharp.tsx | 2 +- src/IconDishwasherSharpFilled.tsx | 2 +- src/IconDisplayExternalInputOutlined.tsx | 2 +- ...IconDisplayExternalInputOutlinedFilled.tsx | 2 +- src/IconDisplayExternalInputRounded.tsx | 2 +- src/IconDisplayExternalInputRoundedFilled.tsx | 2 +- src/IconDisplayExternalInputSharp.tsx | 2 +- src/IconDisplayExternalInputSharpFilled.tsx | 2 +- src/IconDisplaySettingsOutlined.tsx | 2 +- src/IconDisplaySettingsOutlinedFilled.tsx | 2 +- src/IconDisplaySettingsRounded.tsx | 2 +- src/IconDisplaySettingsRoundedFilled.tsx | 2 +- src/IconDisplaySettingsSharp.tsx | 2 +- src/IconDisplaySettingsSharpFilled.tsx | 2 +- src/IconDistanceOutlined.tsx | 2 +- src/IconDistanceOutlinedFilled.tsx | 2 +- src/IconDistanceRounded.tsx | 2 +- src/IconDistanceRoundedFilled.tsx | 2 +- src/IconDistanceSharp.tsx | 2 +- src/IconDistanceSharpFilled.tsx | 2 +- src/IconDiversity1Outlined.tsx | 2 +- src/IconDiversity1OutlinedFilled.tsx | 2 +- src/IconDiversity1Rounded.tsx | 2 +- src/IconDiversity1RoundedFilled.tsx | 2 +- src/IconDiversity1Sharp.tsx | 2 +- src/IconDiversity1SharpFilled.tsx | 2 +- src/IconDiversity2Outlined.tsx | 2 +- src/IconDiversity2OutlinedFilled.tsx | 2 +- src/IconDiversity2Rounded.tsx | 2 +- src/IconDiversity2RoundedFilled.tsx | 2 +- src/IconDiversity2Sharp.tsx | 2 +- src/IconDiversity2SharpFilled.tsx | 2 +- src/IconDiversity3Outlined.tsx | 2 +- src/IconDiversity3OutlinedFilled.tsx | 2 +- src/IconDiversity3Rounded.tsx | 2 +- src/IconDiversity3RoundedFilled.tsx | 2 +- src/IconDiversity3Sharp.tsx | 2 +- src/IconDiversity3SharpFilled.tsx | 2 +- src/IconDiversity4Outlined.tsx | 2 +- src/IconDiversity4OutlinedFilled.tsx | 2 +- src/IconDiversity4Rounded.tsx | 2 +- src/IconDiversity4RoundedFilled.tsx | 2 +- src/IconDiversity4Sharp.tsx | 2 +- src/IconDiversity4SharpFilled.tsx | 2 +- src/IconDnsOutlined.tsx | 2 +- src/IconDnsOutlinedFilled.tsx | 2 +- src/IconDnsRounded.tsx | 2 +- src/IconDnsRoundedFilled.tsx | 2 +- src/IconDnsSharp.tsx | 2 +- src/IconDnsSharpFilled.tsx | 2 +- src/IconDoNotDisturbOffOutlined.tsx | 2 +- src/IconDoNotDisturbOffOutlinedFilled.tsx | 2 +- src/IconDoNotDisturbOffRounded.tsx | 2 +- src/IconDoNotDisturbOffRoundedFilled.tsx | 2 +- src/IconDoNotDisturbOffSharp.tsx | 2 +- src/IconDoNotDisturbOffSharpFilled.tsx | 2 +- src/IconDoNotDisturbOnOutlined.tsx | 2 +- src/IconDoNotDisturbOnOutlinedFilled.tsx | 2 +- src/IconDoNotDisturbOnRounded.tsx | 2 +- src/IconDoNotDisturbOnRoundedFilled.tsx | 2 +- src/IconDoNotDisturbOnSharp.tsx | 2 +- src/IconDoNotDisturbOnSharpFilled.tsx | 2 +- ...IconDoNotDisturbOnTotalSilenceOutlined.tsx | 2 +- ...NotDisturbOnTotalSilenceOutlinedFilled.tsx | 2 +- src/IconDoNotDisturbOnTotalSilenceRounded.tsx | 2 +- ...oNotDisturbOnTotalSilenceRoundedFilled.tsx | 2 +- src/IconDoNotDisturbOnTotalSilenceSharp.tsx | 2 +- ...nDoNotDisturbOnTotalSilenceSharpFilled.tsx | 2 +- src/IconDoNotStepOutlined.tsx | 2 +- src/IconDoNotStepOutlinedFilled.tsx | 2 +- src/IconDoNotStepRounded.tsx | 2 +- src/IconDoNotStepRoundedFilled.tsx | 2 +- src/IconDoNotStepSharp.tsx | 2 +- src/IconDoNotStepSharpFilled.tsx | 2 +- src/IconDoNotTouchOutlined.tsx | 2 +- src/IconDoNotTouchOutlinedFilled.tsx | 2 +- src/IconDoNotTouchRounded.tsx | 2 +- src/IconDoNotTouchRoundedFilled.tsx | 2 +- src/IconDoNotTouchSharp.tsx | 2 +- src/IconDoNotTouchSharpFilled.tsx | 2 +- src/IconDockOutlined.tsx | 2 +- src/IconDockOutlinedFilled.tsx | 2 +- src/IconDockRounded.tsx | 2 +- src/IconDockRoundedFilled.tsx | 2 +- src/IconDockSharp.tsx | 2 +- src/IconDockSharpFilled.tsx | 2 +- src/IconDockToBottomOutlined.tsx | 2 +- src/IconDockToBottomOutlinedFilled.tsx | 2 +- src/IconDockToBottomRounded.tsx | 2 +- src/IconDockToBottomRoundedFilled.tsx | 2 +- src/IconDockToBottomSharp.tsx | 2 +- src/IconDockToBottomSharpFilled.tsx | 2 +- src/IconDockToLeftOutlined.tsx | 2 +- src/IconDockToLeftOutlinedFilled.tsx | 2 +- src/IconDockToLeftRounded.tsx | 2 +- src/IconDockToLeftRoundedFilled.tsx | 2 +- src/IconDockToLeftSharp.tsx | 2 +- src/IconDockToLeftSharpFilled.tsx | 2 +- src/IconDockToRightOutlined.tsx | 2 +- src/IconDockToRightOutlinedFilled.tsx | 2 +- src/IconDockToRightRounded.tsx | 2 +- src/IconDockToRightRoundedFilled.tsx | 2 +- src/IconDockToRightSharp.tsx | 2 +- src/IconDockToRightSharpFilled.tsx | 2 +- src/IconDocsAddOnOutlined.tsx | 2 +- src/IconDocsAddOnOutlinedFilled.tsx | 2 +- src/IconDocsAddOnRounded.tsx | 2 +- src/IconDocsAddOnRoundedFilled.tsx | 2 +- src/IconDocsAddOnSharp.tsx | 2 +- src/IconDocsAddOnSharpFilled.tsx | 2 +- src/IconDocsAppsScriptOutlined.tsx | 2 +- src/IconDocsAppsScriptOutlinedFilled.tsx | 2 +- src/IconDocsAppsScriptRounded.tsx | 2 +- src/IconDocsAppsScriptRoundedFilled.tsx | 2 +- src/IconDocsAppsScriptSharp.tsx | 2 +- src/IconDocsAppsScriptSharpFilled.tsx | 2 +- src/IconDocumentScannerOutlined.tsx | 2 +- src/IconDocumentScannerOutlinedFilled.tsx | 2 +- src/IconDocumentScannerRounded.tsx | 2 +- src/IconDocumentScannerRoundedFilled.tsx | 2 +- src/IconDocumentScannerSharp.tsx | 2 +- src/IconDocumentScannerSharpFilled.tsx | 2 +- src/IconDomainAddOutlined.tsx | 2 +- src/IconDomainAddOutlinedFilled.tsx | 2 +- src/IconDomainAddRounded.tsx | 2 +- src/IconDomainAddRoundedFilled.tsx | 2 +- src/IconDomainAddSharp.tsx | 2 +- src/IconDomainAddSharpFilled.tsx | 2 +- src/IconDomainDisabledOutlined.tsx | 2 +- src/IconDomainDisabledOutlinedFilled.tsx | 2 +- src/IconDomainDisabledRounded.tsx | 2 +- src/IconDomainDisabledRoundedFilled.tsx | 2 +- src/IconDomainDisabledSharp.tsx | 2 +- src/IconDomainDisabledSharpFilled.tsx | 2 +- src/IconDomainOutlined.tsx | 2 +- src/IconDomainOutlinedFilled.tsx | 2 +- src/IconDomainRounded.tsx | 2 +- src/IconDomainRoundedFilled.tsx | 2 +- src/IconDomainSharp.tsx | 2 +- src/IconDomainSharpFilled.tsx | 2 +- src/IconDomainVerificationOffOutlined.tsx | 2 +- ...conDomainVerificationOffOutlinedFilled.tsx | 2 +- src/IconDomainVerificationOffRounded.tsx | 2 +- ...IconDomainVerificationOffRoundedFilled.tsx | 2 +- src/IconDomainVerificationOffSharp.tsx | 2 +- src/IconDomainVerificationOffSharpFilled.tsx | 2 +- src/IconDomainVerificationOutlined.tsx | 2 +- src/IconDomainVerificationOutlinedFilled.tsx | 2 +- src/IconDomainVerificationRounded.tsx | 2 +- src/IconDomainVerificationRoundedFilled.tsx | 2 +- src/IconDomainVerificationSharp.tsx | 2 +- src/IconDomainVerificationSharpFilled.tsx | 2 +- src/IconDominoMaskOutlined.tsx | 2 +- src/IconDominoMaskOutlinedFilled.tsx | 2 +- src/IconDominoMaskRounded.tsx | 2 +- src/IconDominoMaskRoundedFilled.tsx | 2 +- src/IconDominoMaskSharp.tsx | 2 +- src/IconDominoMaskSharpFilled.tsx | 2 +- src/IconDoneAllOutlined.tsx | 2 +- src/IconDoneAllOutlinedFilled.tsx | 2 +- src/IconDoneAllRounded.tsx | 2 +- src/IconDoneAllRoundedFilled.tsx | 2 +- src/IconDoneAllSharp.tsx | 2 +- src/IconDoneAllSharpFilled.tsx | 2 +- src/IconDoneOutlineOutlined.tsx | 2 +- src/IconDoneOutlineOutlinedFilled.tsx | 2 +- src/IconDoneOutlineRounded.tsx | 2 +- src/IconDoneOutlineRoundedFilled.tsx | 2 +- src/IconDoneOutlineSharp.tsx | 2 +- src/IconDoneOutlineSharpFilled.tsx | 2 +- src/IconDonutLargeOutlined.tsx | 2 +- src/IconDonutLargeOutlinedFilled.tsx | 2 +- src/IconDonutLargeRounded.tsx | 2 +- src/IconDonutLargeRoundedFilled.tsx | 2 +- src/IconDonutLargeSharp.tsx | 2 +- src/IconDonutLargeSharpFilled.tsx | 2 +- src/IconDonutSmallOutlined.tsx | 2 +- src/IconDonutSmallOutlinedFilled.tsx | 2 +- src/IconDonutSmallRounded.tsx | 2 +- src/IconDonutSmallRoundedFilled.tsx | 2 +- src/IconDonutSmallSharp.tsx | 2 +- src/IconDonutSmallSharpFilled.tsx | 2 +- src/IconDoorBackOutlined.tsx | 2 +- src/IconDoorBackOutlinedFilled.tsx | 2 +- src/IconDoorBackRounded.tsx | 2 +- src/IconDoorBackRoundedFilled.tsx | 2 +- src/IconDoorBackSharp.tsx | 2 +- src/IconDoorBackSharpFilled.tsx | 2 +- src/IconDoorFrontOutlined.tsx | 2 +- src/IconDoorFrontOutlinedFilled.tsx | 2 +- src/IconDoorFrontRounded.tsx | 2 +- src/IconDoorFrontRoundedFilled.tsx | 2 +- src/IconDoorFrontSharp.tsx | 2 +- src/IconDoorFrontSharpFilled.tsx | 2 +- src/IconDoorOpenOutlined.tsx | 2 +- src/IconDoorOpenOutlinedFilled.tsx | 2 +- src/IconDoorOpenRounded.tsx | 2 +- src/IconDoorOpenRoundedFilled.tsx | 2 +- src/IconDoorOpenSharp.tsx | 2 +- src/IconDoorOpenSharpFilled.tsx | 2 +- src/IconDoorSensorOutlined.tsx | 2 +- src/IconDoorSensorOutlinedFilled.tsx | 2 +- src/IconDoorSensorRounded.tsx | 2 +- src/IconDoorSensorRoundedFilled.tsx | 2 +- src/IconDoorSensorSharp.tsx | 2 +- src/IconDoorSensorSharpFilled.tsx | 2 +- src/IconDoorSlidingOutlined.tsx | 2 +- src/IconDoorSlidingOutlinedFilled.tsx | 2 +- src/IconDoorSlidingRounded.tsx | 2 +- src/IconDoorSlidingRoundedFilled.tsx | 2 +- src/IconDoorSlidingSharp.tsx | 2 +- src/IconDoorSlidingSharpFilled.tsx | 2 +- src/IconDoorbell3pOutlined.tsx | 2 +- src/IconDoorbell3pOutlinedFilled.tsx | 2 +- src/IconDoorbell3pRounded.tsx | 2 +- src/IconDoorbell3pRoundedFilled.tsx | 2 +- src/IconDoorbell3pSharp.tsx | 2 +- src/IconDoorbell3pSharpFilled.tsx | 2 +- src/IconDoorbellChimeOutlined.tsx | 2 +- src/IconDoorbellChimeOutlinedFilled.tsx | 2 +- src/IconDoorbellChimeRounded.tsx | 2 +- src/IconDoorbellChimeRoundedFilled.tsx | 2 +- src/IconDoorbellChimeSharp.tsx | 2 +- src/IconDoorbellChimeSharpFilled.tsx | 2 +- src/IconDoorbellOutlined.tsx | 2 +- src/IconDoorbellOutlinedFilled.tsx | 2 +- src/IconDoorbellRounded.tsx | 2 +- src/IconDoorbellRoundedFilled.tsx | 2 +- src/IconDoorbellSharp.tsx | 2 +- src/IconDoorbellSharpFilled.tsx | 2 +- src/IconDoubleArrowOutlined.tsx | 2 +- src/IconDoubleArrowOutlinedFilled.tsx | 2 +- src/IconDoubleArrowRounded.tsx | 2 +- src/IconDoubleArrowRoundedFilled.tsx | 2 +- src/IconDoubleArrowSharp.tsx | 2 +- src/IconDoubleArrowSharpFilled.tsx | 2 +- src/IconDownhillSkiingOutlined.tsx | 2 +- src/IconDownhillSkiingOutlinedFilled.tsx | 2 +- src/IconDownhillSkiingRounded.tsx | 2 +- src/IconDownhillSkiingRoundedFilled.tsx | 2 +- src/IconDownhillSkiingSharp.tsx | 2 +- src/IconDownhillSkiingSharpFilled.tsx | 2 +- src/IconDownload2Outlined.tsx | 2 +- src/IconDownload2OutlinedFilled.tsx | 2 +- src/IconDownload2Rounded.tsx | 2 +- src/IconDownload2RoundedFilled.tsx | 2 +- src/IconDownload2Sharp.tsx | 2 +- src/IconDownload2SharpFilled.tsx | 2 +- src/IconDownloadDoneOutlined.tsx | 2 +- src/IconDownloadDoneOutlinedFilled.tsx | 2 +- src/IconDownloadDoneRounded.tsx | 2 +- src/IconDownloadDoneRoundedFilled.tsx | 2 +- src/IconDownloadDoneSharp.tsx | 2 +- src/IconDownloadDoneSharpFilled.tsx | 2 +- src/IconDownloadForOfflineOutlined.tsx | 2 +- src/IconDownloadForOfflineOutlinedFilled.tsx | 2 +- src/IconDownloadForOfflineRounded.tsx | 2 +- src/IconDownloadForOfflineRoundedFilled.tsx | 2 +- src/IconDownloadForOfflineSharp.tsx | 2 +- src/IconDownloadForOfflineSharpFilled.tsx | 2 +- src/IconDownloadOutlined.tsx | 2 +- src/IconDownloadOutlinedFilled.tsx | 2 +- src/IconDownloadRounded.tsx | 2 +- src/IconDownloadRoundedFilled.tsx | 2 +- src/IconDownloadSharp.tsx | 2 +- src/IconDownloadSharpFilled.tsx | 2 +- src/IconDownloadingOutlined.tsx | 2 +- src/IconDownloadingOutlinedFilled.tsx | 2 +- src/IconDownloadingRounded.tsx | 2 +- src/IconDownloadingRoundedFilled.tsx | 2 +- src/IconDownloadingSharp.tsx | 2 +- src/IconDownloadingSharpFilled.tsx | 2 +- src/IconDraftOrdersOutlined.tsx | 2 +- src/IconDraftOrdersOutlinedFilled.tsx | 2 +- src/IconDraftOrdersRounded.tsx | 2 +- src/IconDraftOrdersRoundedFilled.tsx | 2 +- src/IconDraftOrdersSharp.tsx | 2 +- src/IconDraftOrdersSharpFilled.tsx | 2 +- src/IconDraftOutlined.tsx | 2 +- src/IconDraftOutlinedFilled.tsx | 2 +- src/IconDraftRounded.tsx | 2 +- src/IconDraftRoundedFilled.tsx | 2 +- src/IconDraftSharp.tsx | 2 +- src/IconDraftSharpFilled.tsx | 2 +- src/IconDraftsOutlined.tsx | 2 +- src/IconDraftsOutlinedFilled.tsx | 2 +- src/IconDraftsRounded.tsx | 2 +- src/IconDraftsRoundedFilled.tsx | 2 +- src/IconDraftsSharp.tsx | 2 +- src/IconDraftsSharpFilled.tsx | 2 +- src/IconDragClickOutlined.tsx | 2 +- src/IconDragClickOutlinedFilled.tsx | 2 +- src/IconDragClickRounded.tsx | 2 +- src/IconDragClickRoundedFilled.tsx | 2 +- src/IconDragClickSharp.tsx | 2 +- src/IconDragClickSharpFilled.tsx | 2 +- src/IconDragHandleOutlined.tsx | 2 +- src/IconDragHandleOutlinedFilled.tsx | 2 +- src/IconDragHandleRounded.tsx | 2 +- src/IconDragHandleRoundedFilled.tsx | 2 +- src/IconDragHandleSharp.tsx | 2 +- src/IconDragHandleSharpFilled.tsx | 2 +- src/IconDragIndicatorOutlined.tsx | 2 +- src/IconDragIndicatorOutlinedFilled.tsx | 2 +- src/IconDragIndicatorRounded.tsx | 2 +- src/IconDragIndicatorRoundedFilled.tsx | 2 +- src/IconDragIndicatorSharp.tsx | 2 +- src/IconDragIndicatorSharpFilled.tsx | 2 +- src/IconDragPanOutlined.tsx | 2 +- src/IconDragPanOutlinedFilled.tsx | 2 +- src/IconDragPanRounded.tsx | 2 +- src/IconDragPanRoundedFilled.tsx | 2 +- src/IconDragPanSharp.tsx | 2 +- src/IconDragPanSharpFilled.tsx | 2 +- src/IconDrawAbstractOutlined.tsx | 2 +- src/IconDrawAbstractOutlinedFilled.tsx | 2 +- src/IconDrawAbstractRounded.tsx | 2 +- src/IconDrawAbstractRoundedFilled.tsx | 2 +- src/IconDrawAbstractSharp.tsx | 2 +- src/IconDrawAbstractSharpFilled.tsx | 2 +- src/IconDrawCollageOutlined.tsx | 2 +- src/IconDrawCollageOutlinedFilled.tsx | 2 +- src/IconDrawCollageRounded.tsx | 2 +- src/IconDrawCollageRoundedFilled.tsx | 2 +- src/IconDrawCollageSharp.tsx | 2 +- src/IconDrawCollageSharpFilled.tsx | 2 +- src/IconDrawOutlined.tsx | 2 +- src/IconDrawOutlinedFilled.tsx | 2 +- src/IconDrawRounded.tsx | 2 +- src/IconDrawRoundedFilled.tsx | 2 +- src/IconDrawSharp.tsx | 2 +- src/IconDrawSharpFilled.tsx | 2 +- src/IconDresserOutlined.tsx | 2 +- src/IconDresserOutlinedFilled.tsx | 2 +- src/IconDresserRounded.tsx | 2 +- src/IconDresserRoundedFilled.tsx | 2 +- src/IconDresserSharp.tsx | 2 +- src/IconDresserSharpFilled.tsx | 2 +- src/IconDriveExportOutlined.tsx | 2 +- src/IconDriveExportOutlinedFilled.tsx | 2 +- src/IconDriveExportRounded.tsx | 2 +- src/IconDriveExportRoundedFilled.tsx | 2 +- src/IconDriveExportSharp.tsx | 2 +- src/IconDriveExportSharpFilled.tsx | 2 +- src/IconDriveFileMoveOutlined.tsx | 2 +- src/IconDriveFileMoveOutlinedFilled.tsx | 2 +- src/IconDriveFileMoveRounded.tsx | 2 +- src/IconDriveFileMoveRoundedFilled.tsx | 2 +- src/IconDriveFileMoveSharp.tsx | 2 +- src/IconDriveFileMoveSharpFilled.tsx | 2 +- src/IconDriveFolderUploadOutlined.tsx | 2 +- src/IconDriveFolderUploadOutlinedFilled.tsx | 2 +- src/IconDriveFolderUploadRounded.tsx | 2 +- src/IconDriveFolderUploadRoundedFilled.tsx | 2 +- src/IconDriveFolderUploadSharp.tsx | 2 +- src/IconDriveFolderUploadSharpFilled.tsx | 2 +- src/IconDropdownOutlined.tsx | 2 +- src/IconDropdownOutlinedFilled.tsx | 2 +- src/IconDropdownRounded.tsx | 2 +- src/IconDropdownRoundedFilled.tsx | 2 +- src/IconDropdownSharp.tsx | 2 +- src/IconDropdownSharpFilled.tsx | 2 +- src/IconDryCleaningOutlined.tsx | 2 +- src/IconDryCleaningOutlinedFilled.tsx | 2 +- src/IconDryCleaningRounded.tsx | 2 +- src/IconDryCleaningRoundedFilled.tsx | 2 +- src/IconDryCleaningSharp.tsx | 2 +- src/IconDryCleaningSharpFilled.tsx | 2 +- src/IconDryOutlined.tsx | 2 +- src/IconDryOutlinedFilled.tsx | 2 +- src/IconDryRounded.tsx | 2 +- src/IconDryRoundedFilled.tsx | 2 +- src/IconDrySharp.tsx | 2 +- src/IconDrySharpFilled.tsx | 2 +- src/IconDualScreenOutlined.tsx | 2 +- src/IconDualScreenOutlinedFilled.tsx | 2 +- src/IconDualScreenRounded.tsx | 2 +- src/IconDualScreenRoundedFilled.tsx | 2 +- src/IconDualScreenSharp.tsx | 2 +- src/IconDualScreenSharpFilled.tsx | 2 +- src/IconDuoOutlined.tsx | 2 +- src/IconDuoOutlinedFilled.tsx | 2 +- src/IconDuoRounded.tsx | 2 +- src/IconDuoRoundedFilled.tsx | 2 +- src/IconDuoSharp.tsx | 2 +- src/IconDuoSharpFilled.tsx | 2 +- src/IconDvrOutlined.tsx | 2 +- src/IconDvrOutlinedFilled.tsx | 2 +- src/IconDvrRounded.tsx | 2 +- src/IconDvrRoundedFilled.tsx | 2 +- src/IconDvrSharp.tsx | 2 +- src/IconDvrSharpFilled.tsx | 2 +- src/IconDynamicFeedOutlined.tsx | 2 +- src/IconDynamicFeedOutlinedFilled.tsx | 2 +- src/IconDynamicFeedRounded.tsx | 2 +- src/IconDynamicFeedRoundedFilled.tsx | 2 +- src/IconDynamicFeedSharp.tsx | 2 +- src/IconDynamicFeedSharpFilled.tsx | 2 +- src/IconDynamicFormOutlined.tsx | 2 +- src/IconDynamicFormOutlinedFilled.tsx | 2 +- src/IconDynamicFormRounded.tsx | 2 +- src/IconDynamicFormRoundedFilled.tsx | 2 +- src/IconDynamicFormSharp.tsx | 2 +- src/IconDynamicFormSharpFilled.tsx | 2 +- src/IconE911AvatarOutlined.tsx | 2 +- src/IconE911AvatarOutlinedFilled.tsx | 2 +- src/IconE911AvatarRounded.tsx | 2 +- src/IconE911AvatarRoundedFilled.tsx | 2 +- src/IconE911AvatarSharp.tsx | 2 +- src/IconE911AvatarSharpFilled.tsx | 2 +- src/IconE911EmergencyOutlined.tsx | 2 +- src/IconE911EmergencyOutlinedFilled.tsx | 2 +- src/IconE911EmergencyRounded.tsx | 2 +- src/IconE911EmergencyRoundedFilled.tsx | 2 +- src/IconE911EmergencySharp.tsx | 2 +- src/IconE911EmergencySharpFilled.tsx | 2 +- src/IconEMobiledataBadgeOutlined.tsx | 2 +- src/IconEMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconEMobiledataBadgeRounded.tsx | 2 +- src/IconEMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconEMobiledataBadgeSharp.tsx | 2 +- src/IconEMobiledataBadgeSharpFilled.tsx | 2 +- src/IconEMobiledataOutlined.tsx | 2 +- src/IconEMobiledataOutlinedFilled.tsx | 2 +- src/IconEMobiledataRounded.tsx | 2 +- src/IconEMobiledataRoundedFilled.tsx | 2 +- src/IconEMobiledataSharp.tsx | 2 +- src/IconEMobiledataSharpFilled.tsx | 2 +- src/IconEarbudsBatteryOutlined.tsx | 2 +- src/IconEarbudsBatteryOutlinedFilled.tsx | 2 +- src/IconEarbudsBatteryRounded.tsx | 2 +- src/IconEarbudsBatteryRoundedFilled.tsx | 2 +- src/IconEarbudsBatterySharp.tsx | 2 +- src/IconEarbudsBatterySharpFilled.tsx | 2 +- src/IconEarbudsOutlined.tsx | 2 +- src/IconEarbudsOutlinedFilled.tsx | 2 +- src/IconEarbudsRounded.tsx | 2 +- src/IconEarbudsRoundedFilled.tsx | 2 +- src/IconEarbudsSharp.tsx | 2 +- src/IconEarbudsSharpFilled.tsx | 2 +- src/IconEarlyOnOutlined.tsx | 2 +- src/IconEarlyOnOutlinedFilled.tsx | 2 +- src/IconEarlyOnRounded.tsx | 2 +- src/IconEarlyOnRoundedFilled.tsx | 2 +- src/IconEarlyOnSharp.tsx | 2 +- src/IconEarlyOnSharpFilled.tsx | 2 +- src/IconEarthquakeOutlined.tsx | 2 +- src/IconEarthquakeOutlinedFilled.tsx | 2 +- src/IconEarthquakeRounded.tsx | 2 +- src/IconEarthquakeRoundedFilled.tsx | 2 +- src/IconEarthquakeSharp.tsx | 2 +- src/IconEarthquakeSharpFilled.tsx | 2 +- src/IconEastOutlined.tsx | 2 +- src/IconEastOutlinedFilled.tsx | 2 +- src/IconEastRounded.tsx | 2 +- src/IconEastRoundedFilled.tsx | 2 +- src/IconEastSharp.tsx | 2 +- src/IconEastSharpFilled.tsx | 2 +- src/IconEcgHeartOutlined.tsx | 2 +- src/IconEcgHeartOutlinedFilled.tsx | 2 +- src/IconEcgHeartRounded.tsx | 2 +- src/IconEcgHeartRoundedFilled.tsx | 2 +- src/IconEcgHeartSharp.tsx | 2 +- src/IconEcgHeartSharpFilled.tsx | 2 +- src/IconEcgOutlined.tsx | 2 +- src/IconEcgOutlinedFilled.tsx | 2 +- src/IconEcgRounded.tsx | 2 +- src/IconEcgRoundedFilled.tsx | 2 +- src/IconEcgSharp.tsx | 2 +- src/IconEcgSharpFilled.tsx | 2 +- src/IconEcoOutlined.tsx | 2 +- src/IconEcoOutlinedFilled.tsx | 2 +- src/IconEcoRounded.tsx | 2 +- src/IconEcoRoundedFilled.tsx | 2 +- src/IconEcoSharp.tsx | 2 +- src/IconEcoSharpFilled.tsx | 2 +- src/IconEdaOutlined.tsx | 2 +- src/IconEdaOutlinedFilled.tsx | 2 +- src/IconEdaRounded.tsx | 2 +- src/IconEdaRoundedFilled.tsx | 2 +- src/IconEdaSharp.tsx | 2 +- src/IconEdaSharpFilled.tsx | 2 +- src/IconEdgesensorHighOutlined.tsx | 2 +- src/IconEdgesensorHighOutlinedFilled.tsx | 2 +- src/IconEdgesensorHighRounded.tsx | 2 +- src/IconEdgesensorHighRoundedFilled.tsx | 2 +- src/IconEdgesensorHighSharp.tsx | 2 +- src/IconEdgesensorHighSharpFilled.tsx | 2 +- src/IconEdgesensorLowOutlined.tsx | 2 +- src/IconEdgesensorLowOutlinedFilled.tsx | 2 +- src/IconEdgesensorLowRounded.tsx | 2 +- src/IconEdgesensorLowRoundedFilled.tsx | 2 +- src/IconEdgesensorLowSharp.tsx | 2 +- src/IconEdgesensorLowSharpFilled.tsx | 2 +- src/IconEditAttributesOutlined.tsx | 2 +- src/IconEditAttributesOutlinedFilled.tsx | 2 +- src/IconEditAttributesRounded.tsx | 2 +- src/IconEditAttributesRoundedFilled.tsx | 2 +- src/IconEditAttributesSharp.tsx | 2 +- src/IconEditAttributesSharpFilled.tsx | 2 +- src/IconEditAudioOutlined.tsx | 2 +- src/IconEditAudioOutlinedFilled.tsx | 2 +- src/IconEditAudioRounded.tsx | 2 +- src/IconEditAudioRoundedFilled.tsx | 2 +- src/IconEditAudioSharp.tsx | 2 +- src/IconEditAudioSharpFilled.tsx | 2 +- src/IconEditCalendarOutlined.tsx | 2 +- src/IconEditCalendarOutlinedFilled.tsx | 2 +- src/IconEditCalendarRounded.tsx | 2 +- src/IconEditCalendarRoundedFilled.tsx | 2 +- src/IconEditCalendarSharp.tsx | 2 +- src/IconEditCalendarSharpFilled.tsx | 2 +- src/IconEditDocumentOutlined.tsx | 2 +- src/IconEditDocumentOutlinedFilled.tsx | 2 +- src/IconEditDocumentRounded.tsx | 2 +- src/IconEditDocumentRoundedFilled.tsx | 2 +- src/IconEditDocumentSharp.tsx | 2 +- src/IconEditDocumentSharpFilled.tsx | 2 +- src/IconEditLocationAltOutlined.tsx | 2 +- src/IconEditLocationAltOutlinedFilled.tsx | 2 +- src/IconEditLocationAltRounded.tsx | 2 +- src/IconEditLocationAltRoundedFilled.tsx | 2 +- src/IconEditLocationAltSharp.tsx | 2 +- src/IconEditLocationAltSharpFilled.tsx | 2 +- src/IconEditLocationOutlined.tsx | 2 +- src/IconEditLocationOutlinedFilled.tsx | 2 +- src/IconEditLocationRounded.tsx | 2 +- src/IconEditLocationRoundedFilled.tsx | 2 +- src/IconEditLocationSharp.tsx | 2 +- src/IconEditLocationSharpFilled.tsx | 2 +- src/IconEditNoteOutlined.tsx | 2 +- src/IconEditNoteOutlinedFilled.tsx | 2 +- src/IconEditNoteRounded.tsx | 2 +- src/IconEditNoteRoundedFilled.tsx | 2 +- src/IconEditNoteSharp.tsx | 2 +- src/IconEditNoteSharpFilled.tsx | 2 +- src/IconEditNotificationsOutlined.tsx | 2 +- src/IconEditNotificationsOutlinedFilled.tsx | 2 +- src/IconEditNotificationsRounded.tsx | 2 +- src/IconEditNotificationsRoundedFilled.tsx | 2 +- src/IconEditNotificationsSharp.tsx | 2 +- src/IconEditNotificationsSharpFilled.tsx | 2 +- src/IconEditOffOutlined.tsx | 2 +- src/IconEditOffOutlinedFilled.tsx | 2 +- src/IconEditOffRounded.tsx | 2 +- src/IconEditOffRoundedFilled.tsx | 2 +- src/IconEditOffSharp.tsx | 2 +- src/IconEditOffSharpFilled.tsx | 2 +- src/IconEditOutlined.tsx | 2 +- src/IconEditOutlinedFilled.tsx | 2 +- src/IconEditRoadOutlined.tsx | 2 +- src/IconEditRoadOutlinedFilled.tsx | 2 +- src/IconEditRoadRounded.tsx | 2 +- src/IconEditRoadRoundedFilled.tsx | 2 +- src/IconEditRoadSharp.tsx | 2 +- src/IconEditRoadSharpFilled.tsx | 2 +- src/IconEditRounded.tsx | 2 +- src/IconEditRoundedFilled.tsx | 2 +- src/IconEditSharp.tsx | 2 +- src/IconEditSharpFilled.tsx | 2 +- src/IconEditSquareOutlined.tsx | 2 +- src/IconEditSquareOutlinedFilled.tsx | 2 +- src/IconEditSquareRounded.tsx | 2 +- src/IconEditSquareRoundedFilled.tsx | 2 +- src/IconEditSquareSharp.tsx | 2 +- src/IconEditSquareSharpFilled.tsx | 2 +- src/IconEditorChoiceOutlined.tsx | 2 +- src/IconEditorChoiceOutlinedFilled.tsx | 2 +- src/IconEditorChoiceRounded.tsx | 2 +- src/IconEditorChoiceRoundedFilled.tsx | 2 +- src/IconEditorChoiceSharp.tsx | 2 +- src/IconEditorChoiceSharpFilled.tsx | 2 +- src/IconEggAltOutlined.tsx | 2 +- src/IconEggAltOutlinedFilled.tsx | 2 +- src/IconEggAltRounded.tsx | 2 +- src/IconEggAltRoundedFilled.tsx | 2 +- src/IconEggAltSharp.tsx | 2 +- src/IconEggAltSharpFilled.tsx | 2 +- src/IconEggOutlined.tsx | 2 +- src/IconEggOutlinedFilled.tsx | 2 +- src/IconEggRounded.tsx | 2 +- src/IconEggRoundedFilled.tsx | 2 +- src/IconEggSharp.tsx | 2 +- src/IconEggSharpFilled.tsx | 2 +- src/IconEjectOutlined.tsx | 2 +- src/IconEjectOutlinedFilled.tsx | 2 +- src/IconEjectRounded.tsx | 2 +- src/IconEjectRoundedFilled.tsx | 2 +- src/IconEjectSharp.tsx | 2 +- src/IconEjectSharpFilled.tsx | 2 +- src/IconElderlyOutlined.tsx | 2 +- src/IconElderlyOutlinedFilled.tsx | 2 +- src/IconElderlyRounded.tsx | 2 +- src/IconElderlyRoundedFilled.tsx | 2 +- src/IconElderlySharp.tsx | 2 +- src/IconElderlySharpFilled.tsx | 2 +- src/IconElderlyWomanOutlined.tsx | 2 +- src/IconElderlyWomanOutlinedFilled.tsx | 2 +- src/IconElderlyWomanRounded.tsx | 2 +- src/IconElderlyWomanRoundedFilled.tsx | 2 +- src/IconElderlyWomanSharp.tsx | 2 +- src/IconElderlyWomanSharpFilled.tsx | 2 +- src/IconElectricBikeOutlined.tsx | 2 +- src/IconElectricBikeOutlinedFilled.tsx | 2 +- src/IconElectricBikeRounded.tsx | 2 +- src/IconElectricBikeRoundedFilled.tsx | 2 +- src/IconElectricBikeSharp.tsx | 2 +- src/IconElectricBikeSharpFilled.tsx | 2 +- src/IconElectricBoltOutlined.tsx | 2 +- src/IconElectricBoltOutlinedFilled.tsx | 2 +- src/IconElectricBoltRounded.tsx | 2 +- src/IconElectricBoltRoundedFilled.tsx | 2 +- src/IconElectricBoltSharp.tsx | 2 +- src/IconElectricBoltSharpFilled.tsx | 2 +- src/IconElectricCarOutlined.tsx | 2 +- src/IconElectricCarOutlinedFilled.tsx | 2 +- src/IconElectricCarRounded.tsx | 2 +- src/IconElectricCarRoundedFilled.tsx | 2 +- src/IconElectricCarSharp.tsx | 2 +- src/IconElectricCarSharpFilled.tsx | 2 +- src/IconElectricMeterOutlined.tsx | 2 +- src/IconElectricMeterOutlinedFilled.tsx | 2 +- src/IconElectricMeterRounded.tsx | 2 +- src/IconElectricMeterRoundedFilled.tsx | 2 +- src/IconElectricMeterSharp.tsx | 2 +- src/IconElectricMeterSharpFilled.tsx | 2 +- src/IconElectricMopedOutlined.tsx | 2 +- src/IconElectricMopedOutlinedFilled.tsx | 2 +- src/IconElectricMopedRounded.tsx | 2 +- src/IconElectricMopedRoundedFilled.tsx | 2 +- src/IconElectricMopedSharp.tsx | 2 +- src/IconElectricMopedSharpFilled.tsx | 2 +- src/IconElectricRickshawOutlined.tsx | 2 +- src/IconElectricRickshawOutlinedFilled.tsx | 2 +- src/IconElectricRickshawRounded.tsx | 2 +- src/IconElectricRickshawRoundedFilled.tsx | 2 +- src/IconElectricRickshawSharp.tsx | 2 +- src/IconElectricRickshawSharpFilled.tsx | 2 +- src/IconElectricScooterOutlined.tsx | 2 +- src/IconElectricScooterOutlinedFilled.tsx | 2 +- src/IconElectricScooterRounded.tsx | 2 +- src/IconElectricScooterRoundedFilled.tsx | 2 +- src/IconElectricScooterSharp.tsx | 2 +- src/IconElectricScooterSharpFilled.tsx | 2 +- src/IconElectricalServicesOutlined.tsx | 2 +- src/IconElectricalServicesOutlinedFilled.tsx | 2 +- src/IconElectricalServicesRounded.tsx | 2 +- src/IconElectricalServicesRoundedFilled.tsx | 2 +- src/IconElectricalServicesSharp.tsx | 2 +- src/IconElectricalServicesSharpFilled.tsx | 2 +- src/IconElevationOutlined.tsx | 2 +- src/IconElevationOutlinedFilled.tsx | 2 +- src/IconElevationRounded.tsx | 2 +- src/IconElevationRoundedFilled.tsx | 2 +- src/IconElevationSharp.tsx | 2 +- src/IconElevationSharpFilled.tsx | 2 +- src/IconElevatorOutlined.tsx | 2 +- src/IconElevatorOutlinedFilled.tsx | 2 +- src/IconElevatorRounded.tsx | 2 +- src/IconElevatorRoundedFilled.tsx | 2 +- src/IconElevatorSharp.tsx | 2 +- src/IconElevatorSharpFilled.tsx | 2 +- src/IconEmergencyHeat2Outlined.tsx | 2 +- src/IconEmergencyHeat2OutlinedFilled.tsx | 2 +- src/IconEmergencyHeat2Rounded.tsx | 2 +- src/IconEmergencyHeat2RoundedFilled.tsx | 2 +- src/IconEmergencyHeat2Sharp.tsx | 2 +- src/IconEmergencyHeat2SharpFilled.tsx | 2 +- src/IconEmergencyHeatOutlined.tsx | 2 +- src/IconEmergencyHeatOutlinedFilled.tsx | 2 +- src/IconEmergencyHeatRounded.tsx | 2 +- src/IconEmergencyHeatRoundedFilled.tsx | 2 +- src/IconEmergencyHeatSharp.tsx | 2 +- src/IconEmergencyHeatSharpFilled.tsx | 2 +- src/IconEmergencyHomeOutlined.tsx | 2 +- src/IconEmergencyHomeOutlinedFilled.tsx | 2 +- src/IconEmergencyHomeRounded.tsx | 2 +- src/IconEmergencyHomeRoundedFilled.tsx | 2 +- src/IconEmergencyHomeSharp.tsx | 2 +- src/IconEmergencyHomeSharpFilled.tsx | 2 +- src/IconEmergencyOutlined.tsx | 2 +- src/IconEmergencyOutlinedFilled.tsx | 2 +- src/IconEmergencyRecordingOutlined.tsx | 2 +- src/IconEmergencyRecordingOutlinedFilled.tsx | 2 +- src/IconEmergencyRecordingRounded.tsx | 2 +- src/IconEmergencyRecordingRoundedFilled.tsx | 2 +- src/IconEmergencyRecordingSharp.tsx | 2 +- src/IconEmergencyRecordingSharpFilled.tsx | 2 +- src/IconEmergencyRounded.tsx | 2 +- src/IconEmergencyRoundedFilled.tsx | 2 +- src/IconEmergencyShareOffOutlined.tsx | 2 +- src/IconEmergencyShareOffOutlinedFilled.tsx | 2 +- src/IconEmergencyShareOffRounded.tsx | 2 +- src/IconEmergencyShareOffRoundedFilled.tsx | 2 +- src/IconEmergencyShareOffSharp.tsx | 2 +- src/IconEmergencyShareOffSharpFilled.tsx | 2 +- src/IconEmergencyShareOutlined.tsx | 2 +- src/IconEmergencyShareOutlinedFilled.tsx | 2 +- src/IconEmergencyShareRounded.tsx | 2 +- src/IconEmergencyShareRoundedFilled.tsx | 2 +- src/IconEmergencyShareSharp.tsx | 2 +- src/IconEmergencyShareSharpFilled.tsx | 2 +- src/IconEmergencySharp.tsx | 2 +- src/IconEmergencySharpFilled.tsx | 2 +- src/IconEmojiEventsOutlined.tsx | 2 +- src/IconEmojiEventsOutlinedFilled.tsx | 2 +- src/IconEmojiEventsRounded.tsx | 2 +- src/IconEmojiEventsRoundedFilled.tsx | 2 +- src/IconEmojiEventsSharp.tsx | 2 +- src/IconEmojiEventsSharpFilled.tsx | 2 +- src/IconEmojiFoodBeverageOutlined.tsx | 2 +- src/IconEmojiFoodBeverageOutlinedFilled.tsx | 2 +- src/IconEmojiFoodBeverageRounded.tsx | 2 +- src/IconEmojiFoodBeverageRoundedFilled.tsx | 2 +- src/IconEmojiFoodBeverageSharp.tsx | 2 +- src/IconEmojiFoodBeverageSharpFilled.tsx | 2 +- src/IconEmojiLanguageOutlined.tsx | 2 +- src/IconEmojiLanguageOutlinedFilled.tsx | 2 +- src/IconEmojiLanguageRounded.tsx | 2 +- src/IconEmojiLanguageRoundedFilled.tsx | 2 +- src/IconEmojiLanguageSharp.tsx | 2 +- src/IconEmojiLanguageSharpFilled.tsx | 2 +- src/IconEmojiNatureOutlined.tsx | 2 +- src/IconEmojiNatureOutlinedFilled.tsx | 2 +- src/IconEmojiNatureRounded.tsx | 2 +- src/IconEmojiNatureRoundedFilled.tsx | 2 +- src/IconEmojiNatureSharp.tsx | 2 +- src/IconEmojiNatureSharpFilled.tsx | 2 +- src/IconEmojiObjectsOutlined.tsx | 2 +- src/IconEmojiObjectsOutlinedFilled.tsx | 2 +- src/IconEmojiObjectsRounded.tsx | 2 +- src/IconEmojiObjectsRoundedFilled.tsx | 2 +- src/IconEmojiObjectsSharp.tsx | 2 +- src/IconEmojiObjectsSharpFilled.tsx | 2 +- src/IconEmojiPeopleOutlined.tsx | 2 +- src/IconEmojiPeopleOutlinedFilled.tsx | 2 +- src/IconEmojiPeopleRounded.tsx | 2 +- src/IconEmojiPeopleRoundedFilled.tsx | 2 +- src/IconEmojiPeopleSharp.tsx | 2 +- src/IconEmojiPeopleSharpFilled.tsx | 2 +- src/IconEmojiSymbolsOutlined.tsx | 2 +- src/IconEmojiSymbolsOutlinedFilled.tsx | 2 +- src/IconEmojiSymbolsRounded.tsx | 2 +- src/IconEmojiSymbolsRoundedFilled.tsx | 2 +- src/IconEmojiSymbolsSharp.tsx | 2 +- src/IconEmojiSymbolsSharpFilled.tsx | 2 +- src/IconEmojiTransportationOutlined.tsx | 2 +- src/IconEmojiTransportationOutlinedFilled.tsx | 2 +- src/IconEmojiTransportationRounded.tsx | 2 +- src/IconEmojiTransportationRoundedFilled.tsx | 2 +- src/IconEmojiTransportationSharp.tsx | 2 +- src/IconEmojiTransportationSharpFilled.tsx | 2 +- src/IconEmoticonOutlined.tsx | 2 +- src/IconEmoticonOutlinedFilled.tsx | 2 +- src/IconEmoticonRounded.tsx | 2 +- src/IconEmoticonRoundedFilled.tsx | 2 +- src/IconEmoticonSharp.tsx | 2 +- src/IconEmoticonSharpFilled.tsx | 2 +- src/IconEmptyDashboardOutlined.tsx | 2 +- src/IconEmptyDashboardOutlinedFilled.tsx | 2 +- src/IconEmptyDashboardRounded.tsx | 2 +- src/IconEmptyDashboardRoundedFilled.tsx | 2 +- src/IconEmptyDashboardSharp.tsx | 2 +- src/IconEmptyDashboardSharpFilled.tsx | 2 +- src/IconEnableOutlined.tsx | 2 +- src/IconEnableOutlinedFilled.tsx | 2 +- src/IconEnableRounded.tsx | 2 +- src/IconEnableRoundedFilled.tsx | 2 +- src/IconEnableSharp.tsx | 2 +- src/IconEnableSharpFilled.tsx | 2 +- src/IconEncryptedAddCircleOutlined.tsx | 2 +- src/IconEncryptedAddCircleOutlinedFilled.tsx | 2 +- src/IconEncryptedAddCircleRounded.tsx | 2 +- src/IconEncryptedAddCircleRoundedFilled.tsx | 2 +- src/IconEncryptedAddCircleSharp.tsx | 2 +- src/IconEncryptedAddCircleSharpFilled.tsx | 2 +- src/IconEncryptedAddOutlined.tsx | 2 +- src/IconEncryptedAddOutlinedFilled.tsx | 2 +- src/IconEncryptedAddRounded.tsx | 2 +- src/IconEncryptedAddRoundedFilled.tsx | 2 +- src/IconEncryptedAddSharp.tsx | 2 +- src/IconEncryptedAddSharpFilled.tsx | 2 +- src/IconEncryptedMinusCircleOutlined.tsx | 2 +- ...IconEncryptedMinusCircleOutlinedFilled.tsx | 2 +- src/IconEncryptedMinusCircleRounded.tsx | 2 +- src/IconEncryptedMinusCircleRoundedFilled.tsx | 2 +- src/IconEncryptedMinusCircleSharp.tsx | 2 +- src/IconEncryptedMinusCircleSharpFilled.tsx | 2 +- src/IconEncryptedOffOutlined.tsx | 2 +- src/IconEncryptedOffOutlinedFilled.tsx | 2 +- src/IconEncryptedOffRounded.tsx | 2 +- src/IconEncryptedOffRoundedFilled.tsx | 2 +- src/IconEncryptedOffSharp.tsx | 2 +- src/IconEncryptedOffSharpFilled.tsx | 2 +- src/IconEncryptedOutlined.tsx | 2 +- src/IconEncryptedOutlinedFilled.tsx | 2 +- src/IconEncryptedRounded.tsx | 2 +- src/IconEncryptedRoundedFilled.tsx | 2 +- src/IconEncryptedSharp.tsx | 2 +- src/IconEncryptedSharpFilled.tsx | 2 +- src/IconEndocrinologyOutlined.tsx | 2 +- src/IconEndocrinologyOutlinedFilled.tsx | 2 +- src/IconEndocrinologyRounded.tsx | 2 +- src/IconEndocrinologyRoundedFilled.tsx | 2 +- src/IconEndocrinologySharp.tsx | 2 +- src/IconEndocrinologySharpFilled.tsx | 2 +- src/IconEnergyOutlined.tsx | 2 +- src/IconEnergyOutlinedFilled.tsx | 2 +- src/IconEnergyProgramSavingOutlined.tsx | 2 +- src/IconEnergyProgramSavingOutlinedFilled.tsx | 2 +- src/IconEnergyProgramSavingRounded.tsx | 2 +- src/IconEnergyProgramSavingRoundedFilled.tsx | 2 +- src/IconEnergyProgramSavingSharp.tsx | 2 +- src/IconEnergyProgramSavingSharpFilled.tsx | 2 +- src/IconEnergyProgramTimeUsedOutlined.tsx | 2 +- ...conEnergyProgramTimeUsedOutlinedFilled.tsx | 2 +- src/IconEnergyProgramTimeUsedRounded.tsx | 2 +- ...IconEnergyProgramTimeUsedRoundedFilled.tsx | 2 +- src/IconEnergyProgramTimeUsedSharp.tsx | 2 +- src/IconEnergyProgramTimeUsedSharpFilled.tsx | 2 +- src/IconEnergyRounded.tsx | 2 +- src/IconEnergyRoundedFilled.tsx | 2 +- src/IconEnergySavingsLeafOutlined.tsx | 2 +- src/IconEnergySavingsLeafOutlinedFilled.tsx | 2 +- src/IconEnergySavingsLeafRounded.tsx | 2 +- src/IconEnergySavingsLeafRoundedFilled.tsx | 2 +- src/IconEnergySavingsLeafSharp.tsx | 2 +- src/IconEnergySavingsLeafSharpFilled.tsx | 2 +- src/IconEnergySharp.tsx | 2 +- src/IconEnergySharpFilled.tsx | 2 +- src/IconEngineeringOutlined.tsx | 2 +- src/IconEngineeringOutlinedFilled.tsx | 2 +- src/IconEngineeringRounded.tsx | 2 +- src/IconEngineeringRoundedFilled.tsx | 2 +- src/IconEngineeringSharp.tsx | 2 +- src/IconEngineeringSharpFilled.tsx | 2 +- src/IconEnhancedEncryptionOutlined.tsx | 2 +- src/IconEnhancedEncryptionOutlinedFilled.tsx | 2 +- src/IconEnhancedEncryptionRounded.tsx | 2 +- src/IconEnhancedEncryptionRoundedFilled.tsx | 2 +- src/IconEnhancedEncryptionSharp.tsx | 2 +- src/IconEnhancedEncryptionSharpFilled.tsx | 2 +- src/IconEntOutlined.tsx | 2 +- src/IconEntOutlinedFilled.tsx | 2 +- src/IconEntRounded.tsx | 2 +- src/IconEntRoundedFilled.tsx | 2 +- src/IconEntSharp.tsx | 2 +- src/IconEntSharpFilled.tsx | 2 +- src/IconEnterpriseOffOutlined.tsx | 2 +- src/IconEnterpriseOffOutlinedFilled.tsx | 2 +- src/IconEnterpriseOffRounded.tsx | 2 +- src/IconEnterpriseOffRoundedFilled.tsx | 2 +- src/IconEnterpriseOffSharp.tsx | 2 +- src/IconEnterpriseOffSharpFilled.tsx | 2 +- src/IconEnterpriseOutlined.tsx | 2 +- src/IconEnterpriseOutlinedFilled.tsx | 2 +- src/IconEnterpriseRounded.tsx | 2 +- src/IconEnterpriseRoundedFilled.tsx | 2 +- src/IconEnterpriseSharp.tsx | 2 +- src/IconEnterpriseSharpFilled.tsx | 2 +- src/IconEqualOutlined.tsx | 2 +- src/IconEqualOutlinedFilled.tsx | 2 +- src/IconEqualRounded.tsx | 2 +- src/IconEqualRoundedFilled.tsx | 2 +- src/IconEqualSharp.tsx | 2 +- src/IconEqualSharpFilled.tsx | 2 +- src/IconEqualizerOutlined.tsx | 2 +- src/IconEqualizerOutlinedFilled.tsx | 2 +- src/IconEqualizerRounded.tsx | 2 +- src/IconEqualizerRoundedFilled.tsx | 2 +- src/IconEqualizerSharp.tsx | 2 +- src/IconEqualizerSharpFilled.tsx | 2 +- src/IconEraserSize1Outlined.tsx | 2 +- src/IconEraserSize1OutlinedFilled.tsx | 2 +- src/IconEraserSize1Rounded.tsx | 2 +- src/IconEraserSize1RoundedFilled.tsx | 2 +- src/IconEraserSize1Sharp.tsx | 2 +- src/IconEraserSize1SharpFilled.tsx | 2 +- src/IconEraserSize2Outlined.tsx | 2 +- src/IconEraserSize2OutlinedFilled.tsx | 2 +- src/IconEraserSize2Rounded.tsx | 2 +- src/IconEraserSize2RoundedFilled.tsx | 2 +- src/IconEraserSize2Sharp.tsx | 2 +- src/IconEraserSize2SharpFilled.tsx | 2 +- src/IconEraserSize3Outlined.tsx | 2 +- src/IconEraserSize3OutlinedFilled.tsx | 2 +- src/IconEraserSize3Rounded.tsx | 2 +- src/IconEraserSize3RoundedFilled.tsx | 2 +- src/IconEraserSize3Sharp.tsx | 2 +- src/IconEraserSize3SharpFilled.tsx | 2 +- src/IconEraserSize4Outlined.tsx | 2 +- src/IconEraserSize4OutlinedFilled.tsx | 2 +- src/IconEraserSize4Rounded.tsx | 2 +- src/IconEraserSize4RoundedFilled.tsx | 2 +- src/IconEraserSize4Sharp.tsx | 2 +- src/IconEraserSize4SharpFilled.tsx | 2 +- src/IconEraserSize5Outlined.tsx | 2 +- src/IconEraserSize5OutlinedFilled.tsx | 2 +- src/IconEraserSize5Rounded.tsx | 2 +- src/IconEraserSize5RoundedFilled.tsx | 2 +- src/IconEraserSize5Sharp.tsx | 2 +- src/IconEraserSize5SharpFilled.tsx | 2 +- src/IconErrorMedOutlined.tsx | 2 +- src/IconErrorMedOutlinedFilled.tsx | 2 +- src/IconErrorMedRounded.tsx | 2 +- src/IconErrorMedRoundedFilled.tsx | 2 +- src/IconErrorMedSharp.tsx | 2 +- src/IconErrorMedSharpFilled.tsx | 2 +- src/IconErrorOutlined.tsx | 2 +- src/IconErrorOutlinedFilled.tsx | 2 +- src/IconErrorRounded.tsx | 2 +- src/IconErrorRoundedFilled.tsx | 2 +- src/IconErrorSharp.tsx | 2 +- src/IconErrorSharpFilled.tsx | 2 +- src/IconEscalatorOutlined.tsx | 2 +- src/IconEscalatorOutlinedFilled.tsx | 2 +- src/IconEscalatorRounded.tsx | 2 +- src/IconEscalatorRoundedFilled.tsx | 2 +- src/IconEscalatorSharp.tsx | 2 +- src/IconEscalatorSharpFilled.tsx | 2 +- src/IconEscalatorWarningOutlined.tsx | 2 +- src/IconEscalatorWarningOutlinedFilled.tsx | 2 +- src/IconEscalatorWarningRounded.tsx | 2 +- src/IconEscalatorWarningRoundedFilled.tsx | 2 +- src/IconEscalatorWarningSharp.tsx | 2 +- src/IconEscalatorWarningSharpFilled.tsx | 2 +- src/IconEuroOutlined.tsx | 2 +- src/IconEuroOutlinedFilled.tsx | 2 +- src/IconEuroRounded.tsx | 2 +- src/IconEuroRoundedFilled.tsx | 2 +- src/IconEuroSharp.tsx | 2 +- src/IconEuroSharpFilled.tsx | 2 +- src/IconEuroSymbolOutlined.tsx | 2 +- src/IconEuroSymbolOutlinedFilled.tsx | 2 +- src/IconEuroSymbolRounded.tsx | 2 +- src/IconEuroSymbolRoundedFilled.tsx | 2 +- src/IconEuroSymbolSharp.tsx | 2 +- src/IconEuroSymbolSharpFilled.tsx | 2 +- src/IconEvMobiledataBadgeOutlined.tsx | 2 +- src/IconEvMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconEvMobiledataBadgeRounded.tsx | 2 +- src/IconEvMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconEvMobiledataBadgeSharp.tsx | 2 +- src/IconEvMobiledataBadgeSharpFilled.tsx | 2 +- src/IconEvShadowAddOutlined.tsx | 2 +- src/IconEvShadowAddOutlinedFilled.tsx | 2 +- src/IconEvShadowAddRounded.tsx | 2 +- src/IconEvShadowAddRoundedFilled.tsx | 2 +- src/IconEvShadowAddSharp.tsx | 2 +- src/IconEvShadowAddSharpFilled.tsx | 2 +- src/IconEvShadowMinusOutlined.tsx | 2 +- src/IconEvShadowMinusOutlinedFilled.tsx | 2 +- src/IconEvShadowMinusRounded.tsx | 2 +- src/IconEvShadowMinusRoundedFilled.tsx | 2 +- src/IconEvShadowMinusSharp.tsx | 2 +- src/IconEvShadowMinusSharpFilled.tsx | 2 +- src/IconEvShadowOutlined.tsx | 2 +- src/IconEvShadowOutlinedFilled.tsx | 2 +- src/IconEvShadowRounded.tsx | 2 +- src/IconEvShadowRoundedFilled.tsx | 2 +- src/IconEvShadowSharp.tsx | 2 +- src/IconEvShadowSharpFilled.tsx | 2 +- src/IconEvStationOutlined.tsx | 2 +- src/IconEvStationOutlinedFilled.tsx | 2 +- src/IconEvStationRounded.tsx | 2 +- src/IconEvStationRoundedFilled.tsx | 2 +- src/IconEvStationSharp.tsx | 2 +- src/IconEvStationSharpFilled.tsx | 2 +- src/IconEventAvailableOutlined.tsx | 2 +- src/IconEventAvailableOutlinedFilled.tsx | 2 +- src/IconEventAvailableRounded.tsx | 2 +- src/IconEventAvailableRoundedFilled.tsx | 2 +- src/IconEventAvailableSharp.tsx | 2 +- src/IconEventAvailableSharpFilled.tsx | 2 +- src/IconEventBusyOutlined.tsx | 2 +- src/IconEventBusyOutlinedFilled.tsx | 2 +- src/IconEventBusyRounded.tsx | 2 +- src/IconEventBusyRoundedFilled.tsx | 2 +- src/IconEventBusySharp.tsx | 2 +- src/IconEventBusySharpFilled.tsx | 2 +- src/IconEventListOutlined.tsx | 2 +- src/IconEventListOutlinedFilled.tsx | 2 +- src/IconEventListRounded.tsx | 2 +- src/IconEventListRoundedFilled.tsx | 2 +- src/IconEventListSharp.tsx | 2 +- src/IconEventListSharpFilled.tsx | 2 +- src/IconEventNoteOutlined.tsx | 2 +- src/IconEventNoteOutlinedFilled.tsx | 2 +- src/IconEventNoteRounded.tsx | 2 +- src/IconEventNoteRoundedFilled.tsx | 2 +- src/IconEventNoteSharp.tsx | 2 +- src/IconEventNoteSharpFilled.tsx | 2 +- src/IconEventOutlined.tsx | 2 +- src/IconEventOutlinedFilled.tsx | 2 +- src/IconEventRepeatOutlined.tsx | 2 +- src/IconEventRepeatOutlinedFilled.tsx | 2 +- src/IconEventRepeatRounded.tsx | 2 +- src/IconEventRepeatRoundedFilled.tsx | 2 +- src/IconEventRepeatSharp.tsx | 2 +- src/IconEventRepeatSharpFilled.tsx | 2 +- src/IconEventRounded.tsx | 2 +- src/IconEventRoundedFilled.tsx | 2 +- src/IconEventSeatOutlined.tsx | 2 +- src/IconEventSeatOutlinedFilled.tsx | 2 +- src/IconEventSeatRounded.tsx | 2 +- src/IconEventSeatRoundedFilled.tsx | 2 +- src/IconEventSeatSharp.tsx | 2 +- src/IconEventSeatSharpFilled.tsx | 2 +- src/IconEventSharp.tsx | 2 +- src/IconEventSharpFilled.tsx | 2 +- src/IconEventUpcomingOutlined.tsx | 2 +- src/IconEventUpcomingOutlinedFilled.tsx | 2 +- src/IconEventUpcomingRounded.tsx | 2 +- src/IconEventUpcomingRoundedFilled.tsx | 2 +- src/IconEventUpcomingSharp.tsx | 2 +- src/IconEventUpcomingSharpFilled.tsx | 2 +- src/IconExclamationOutlined.tsx | 2 +- src/IconExclamationOutlinedFilled.tsx | 2 +- src/IconExclamationRounded.tsx | 2 +- src/IconExclamationRoundedFilled.tsx | 2 +- src/IconExclamationSharp.tsx | 2 +- src/IconExclamationSharpFilled.tsx | 2 +- src/IconExerciseOutlined.tsx | 2 +- src/IconExerciseOutlinedFilled.tsx | 2 +- src/IconExerciseRounded.tsx | 2 +- src/IconExerciseRoundedFilled.tsx | 2 +- src/IconExerciseSharp.tsx | 2 +- src/IconExerciseSharpFilled.tsx | 2 +- src/IconExitToAppOutlined.tsx | 2 +- src/IconExitToAppOutlinedFilled.tsx | 2 +- src/IconExitToAppRounded.tsx | 2 +- src/IconExitToAppRoundedFilled.tsx | 2 +- src/IconExitToAppSharp.tsx | 2 +- src/IconExitToAppSharpFilled.tsx | 2 +- src/IconExpandAllOutlined.tsx | 2 +- src/IconExpandAllOutlinedFilled.tsx | 2 +- src/IconExpandAllRounded.tsx | 2 +- src/IconExpandAllRoundedFilled.tsx | 2 +- src/IconExpandAllSharp.tsx | 2 +- src/IconExpandAllSharpFilled.tsx | 2 +- src/IconExpandCircleDownOutlined.tsx | 2 +- src/IconExpandCircleDownOutlinedFilled.tsx | 2 +- src/IconExpandCircleDownRounded.tsx | 2 +- src/IconExpandCircleDownRoundedFilled.tsx | 2 +- src/IconExpandCircleDownSharp.tsx | 2 +- src/IconExpandCircleDownSharpFilled.tsx | 2 +- src/IconExpandCircleRightOutlined.tsx | 2 +- src/IconExpandCircleRightOutlinedFilled.tsx | 2 +- src/IconExpandCircleRightRounded.tsx | 2 +- src/IconExpandCircleRightRoundedFilled.tsx | 2 +- src/IconExpandCircleRightSharp.tsx | 2 +- src/IconExpandCircleRightSharpFilled.tsx | 2 +- src/IconExpandCircleUpOutlined.tsx | 2 +- src/IconExpandCircleUpOutlinedFilled.tsx | 2 +- src/IconExpandCircleUpRounded.tsx | 2 +- src/IconExpandCircleUpRoundedFilled.tsx | 2 +- src/IconExpandCircleUpSharp.tsx | 2 +- src/IconExpandCircleUpSharpFilled.tsx | 2 +- src/IconExpandContentOutlined.tsx | 2 +- src/IconExpandContentOutlinedFilled.tsx | 2 +- src/IconExpandContentRounded.tsx | 2 +- src/IconExpandContentRoundedFilled.tsx | 2 +- src/IconExpandContentSharp.tsx | 2 +- src/IconExpandContentSharpFilled.tsx | 2 +- src/IconExpandOutlined.tsx | 2 +- src/IconExpandOutlinedFilled.tsx | 2 +- src/IconExpandRounded.tsx | 2 +- src/IconExpandRoundedFilled.tsx | 2 +- src/IconExpandSharp.tsx | 2 +- src/IconExpandSharpFilled.tsx | 2 +- src/IconExperimentOutlined.tsx | 2 +- src/IconExperimentOutlinedFilled.tsx | 2 +- src/IconExperimentRounded.tsx | 2 +- src/IconExperimentRoundedFilled.tsx | 2 +- src/IconExperimentSharp.tsx | 2 +- src/IconExperimentSharpFilled.tsx | 2 +- src/IconExplicitOutlined.tsx | 2 +- src/IconExplicitOutlinedFilled.tsx | 2 +- src/IconExplicitRounded.tsx | 2 +- src/IconExplicitRoundedFilled.tsx | 2 +- src/IconExplicitSharp.tsx | 2 +- src/IconExplicitSharpFilled.tsx | 2 +- src/IconExploreNearbyOutlined.tsx | 2 +- src/IconExploreNearbyOutlinedFilled.tsx | 2 +- src/IconExploreNearbyRounded.tsx | 2 +- src/IconExploreNearbyRoundedFilled.tsx | 2 +- src/IconExploreNearbySharp.tsx | 2 +- src/IconExploreNearbySharpFilled.tsx | 2 +- src/IconExploreOffOutlined.tsx | 2 +- src/IconExploreOffOutlinedFilled.tsx | 2 +- src/IconExploreOffRounded.tsx | 2 +- src/IconExploreOffRoundedFilled.tsx | 2 +- src/IconExploreOffSharp.tsx | 2 +- src/IconExploreOffSharpFilled.tsx | 2 +- src/IconExploreOutlined.tsx | 2 +- src/IconExploreOutlinedFilled.tsx | 2 +- src/IconExploreRounded.tsx | 2 +- src/IconExploreRoundedFilled.tsx | 2 +- src/IconExploreSharp.tsx | 2 +- src/IconExploreSharpFilled.tsx | 2 +- src/IconExplosionOutlined.tsx | 2 +- src/IconExplosionOutlinedFilled.tsx | 2 +- src/IconExplosionRounded.tsx | 2 +- src/IconExplosionRoundedFilled.tsx | 2 +- src/IconExplosionSharp.tsx | 2 +- src/IconExplosionSharpFilled.tsx | 2 +- src/IconExportNotesOutlined.tsx | 2 +- src/IconExportNotesOutlinedFilled.tsx | 2 +- src/IconExportNotesRounded.tsx | 2 +- src/IconExportNotesRoundedFilled.tsx | 2 +- src/IconExportNotesSharp.tsx | 2 +- src/IconExportNotesSharpFilled.tsx | 2 +- src/IconExposureNeg1Outlined.tsx | 2 +- src/IconExposureNeg1OutlinedFilled.tsx | 2 +- src/IconExposureNeg1Rounded.tsx | 2 +- src/IconExposureNeg1RoundedFilled.tsx | 2 +- src/IconExposureNeg1Sharp.tsx | 2 +- src/IconExposureNeg1SharpFilled.tsx | 2 +- src/IconExposureNeg2Outlined.tsx | 2 +- src/IconExposureNeg2OutlinedFilled.tsx | 2 +- src/IconExposureNeg2Rounded.tsx | 2 +- src/IconExposureNeg2RoundedFilled.tsx | 2 +- src/IconExposureNeg2Sharp.tsx | 2 +- src/IconExposureNeg2SharpFilled.tsx | 2 +- src/IconExposureOutlined.tsx | 2 +- src/IconExposureOutlinedFilled.tsx | 2 +- src/IconExposurePlus1Outlined.tsx | 2 +- src/IconExposurePlus1OutlinedFilled.tsx | 2 +- src/IconExposurePlus1Rounded.tsx | 2 +- src/IconExposurePlus1RoundedFilled.tsx | 2 +- src/IconExposurePlus1Sharp.tsx | 2 +- src/IconExposurePlus1SharpFilled.tsx | 2 +- src/IconExposurePlus2Outlined.tsx | 2 +- src/IconExposurePlus2OutlinedFilled.tsx | 2 +- src/IconExposurePlus2Rounded.tsx | 2 +- src/IconExposurePlus2RoundedFilled.tsx | 2 +- src/IconExposurePlus2Sharp.tsx | 2 +- src/IconExposurePlus2SharpFilled.tsx | 2 +- src/IconExposureRounded.tsx | 2 +- src/IconExposureRoundedFilled.tsx | 2 +- src/IconExposureSharp.tsx | 2 +- src/IconExposureSharpFilled.tsx | 2 +- src/IconExposureZeroOutlined.tsx | 2 +- src/IconExposureZeroOutlinedFilled.tsx | 2 +- src/IconExposureZeroRounded.tsx | 2 +- src/IconExposureZeroRoundedFilled.tsx | 2 +- src/IconExposureZeroSharp.tsx | 2 +- src/IconExposureZeroSharpFilled.tsx | 2 +- src/IconExtensionOffOutlined.tsx | 2 +- src/IconExtensionOffOutlinedFilled.tsx | 2 +- src/IconExtensionOffRounded.tsx | 2 +- src/IconExtensionOffRoundedFilled.tsx | 2 +- src/IconExtensionOffSharp.tsx | 2 +- src/IconExtensionOffSharpFilled.tsx | 2 +- src/IconExtensionOutlined.tsx | 2 +- src/IconExtensionOutlinedFilled.tsx | 2 +- src/IconExtensionRounded.tsx | 2 +- src/IconExtensionRoundedFilled.tsx | 2 +- src/IconExtensionSharp.tsx | 2 +- src/IconExtensionSharpFilled.tsx | 2 +- src/IconEyeTrackingOutlined.tsx | 2 +- src/IconEyeTrackingOutlinedFilled.tsx | 2 +- src/IconEyeTrackingRounded.tsx | 2 +- src/IconEyeTrackingRoundedFilled.tsx | 2 +- src/IconEyeTrackingSharp.tsx | 2 +- src/IconEyeTrackingSharpFilled.tsx | 2 +- src/IconEyeglassesOutlined.tsx | 2 +- src/IconEyeglassesOutlinedFilled.tsx | 2 +- src/IconEyeglassesRounded.tsx | 2 +- src/IconEyeglassesRoundedFilled.tsx | 2 +- src/IconEyeglassesSharp.tsx | 2 +- src/IconEyeglassesSharpFilled.tsx | 2 +- src/IconFace2Outlined.tsx | 2 +- src/IconFace2OutlinedFilled.tsx | 2 +- src/IconFace2Rounded.tsx | 2 +- src/IconFace2RoundedFilled.tsx | 2 +- src/IconFace2Sharp.tsx | 2 +- src/IconFace2SharpFilled.tsx | 2 +- src/IconFace3Outlined.tsx | 2 +- src/IconFace3OutlinedFilled.tsx | 2 +- src/IconFace3Rounded.tsx | 2 +- src/IconFace3RoundedFilled.tsx | 2 +- src/IconFace3Sharp.tsx | 2 +- src/IconFace3SharpFilled.tsx | 2 +- src/IconFace4Outlined.tsx | 2 +- src/IconFace4OutlinedFilled.tsx | 2 +- src/IconFace4Rounded.tsx | 2 +- src/IconFace4RoundedFilled.tsx | 2 +- src/IconFace4Sharp.tsx | 2 +- src/IconFace4SharpFilled.tsx | 2 +- src/IconFace5Outlined.tsx | 2 +- src/IconFace5OutlinedFilled.tsx | 2 +- src/IconFace5Rounded.tsx | 2 +- src/IconFace5RoundedFilled.tsx | 2 +- src/IconFace5Sharp.tsx | 2 +- src/IconFace5SharpFilled.tsx | 2 +- src/IconFace6Outlined.tsx | 2 +- src/IconFace6OutlinedFilled.tsx | 2 +- src/IconFace6Rounded.tsx | 2 +- src/IconFace6RoundedFilled.tsx | 2 +- src/IconFace6Sharp.tsx | 2 +- src/IconFace6SharpFilled.tsx | 2 +- src/IconFaceDownOutlined.tsx | 2 +- src/IconFaceDownOutlinedFilled.tsx | 2 +- src/IconFaceDownRounded.tsx | 2 +- src/IconFaceDownRoundedFilled.tsx | 2 +- src/IconFaceDownSharp.tsx | 2 +- src/IconFaceDownSharpFilled.tsx | 2 +- src/IconFaceLeftOutlined.tsx | 2 +- src/IconFaceLeftOutlinedFilled.tsx | 2 +- src/IconFaceLeftRounded.tsx | 2 +- src/IconFaceLeftRoundedFilled.tsx | 2 +- src/IconFaceLeftSharp.tsx | 2 +- src/IconFaceLeftSharpFilled.tsx | 2 +- src/IconFaceNodOutlined.tsx | 2 +- src/IconFaceNodOutlinedFilled.tsx | 2 +- src/IconFaceNodRounded.tsx | 2 +- src/IconFaceNodRoundedFilled.tsx | 2 +- src/IconFaceNodSharp.tsx | 2 +- src/IconFaceNodSharpFilled.tsx | 2 +- src/IconFaceOutlined.tsx | 2 +- src/IconFaceOutlinedFilled.tsx | 2 +- src/IconFaceRetouchingOffOutlined.tsx | 2 +- src/IconFaceRetouchingOffOutlinedFilled.tsx | 2 +- src/IconFaceRetouchingOffRounded.tsx | 2 +- src/IconFaceRetouchingOffRoundedFilled.tsx | 2 +- src/IconFaceRetouchingOffSharp.tsx | 2 +- src/IconFaceRetouchingOffSharpFilled.tsx | 2 +- src/IconFaceRightOutlined.tsx | 2 +- src/IconFaceRightOutlinedFilled.tsx | 2 +- src/IconFaceRightRounded.tsx | 2 +- src/IconFaceRightRoundedFilled.tsx | 2 +- src/IconFaceRightSharp.tsx | 2 +- src/IconFaceRightSharpFilled.tsx | 2 +- src/IconFaceRounded.tsx | 2 +- src/IconFaceRoundedFilled.tsx | 2 +- src/IconFaceShakeOutlined.tsx | 2 +- src/IconFaceShakeOutlinedFilled.tsx | 2 +- src/IconFaceShakeRounded.tsx | 2 +- src/IconFaceShakeRoundedFilled.tsx | 2 +- src/IconFaceShakeSharp.tsx | 2 +- src/IconFaceShakeSharpFilled.tsx | 2 +- src/IconFaceSharp.tsx | 2 +- src/IconFaceSharpFilled.tsx | 2 +- src/IconFaceUpOutlined.tsx | 2 +- src/IconFaceUpOutlinedFilled.tsx | 2 +- src/IconFaceUpRounded.tsx | 2 +- src/IconFaceUpRoundedFilled.tsx | 2 +- src/IconFaceUpSharp.tsx | 2 +- src/IconFaceUpSharpFilled.tsx | 2 +- src/IconFactCheckOutlined.tsx | 2 +- src/IconFactCheckOutlinedFilled.tsx | 2 +- src/IconFactCheckRounded.tsx | 2 +- src/IconFactCheckRoundedFilled.tsx | 2 +- src/IconFactCheckSharp.tsx | 2 +- src/IconFactCheckSharpFilled.tsx | 2 +- src/IconFactoryOutlined.tsx | 2 +- src/IconFactoryOutlinedFilled.tsx | 2 +- src/IconFactoryRounded.tsx | 2 +- src/IconFactoryRoundedFilled.tsx | 2 +- src/IconFactorySharp.tsx | 2 +- src/IconFactorySharpFilled.tsx | 2 +- src/IconFallingOutlined.tsx | 2 +- src/IconFallingOutlinedFilled.tsx | 2 +- src/IconFallingRounded.tsx | 2 +- src/IconFallingRoundedFilled.tsx | 2 +- src/IconFallingSharp.tsx | 2 +- src/IconFallingSharpFilled.tsx | 2 +- src/IconFamiliarFaceAndZoneOutlined.tsx | 2 +- src/IconFamiliarFaceAndZoneOutlinedFilled.tsx | 2 +- src/IconFamiliarFaceAndZoneRounded.tsx | 2 +- src/IconFamiliarFaceAndZoneRoundedFilled.tsx | 2 +- src/IconFamiliarFaceAndZoneSharp.tsx | 2 +- src/IconFamiliarFaceAndZoneSharpFilled.tsx | 2 +- src/IconFamilyHistoryOutlined.tsx | 2 +- src/IconFamilyHistoryOutlinedFilled.tsx | 2 +- src/IconFamilyHistoryRounded.tsx | 2 +- src/IconFamilyHistoryRoundedFilled.tsx | 2 +- src/IconFamilyHistorySharp.tsx | 2 +- src/IconFamilyHistorySharpFilled.tsx | 2 +- src/IconFamilyHomeOutlined.tsx | 2 +- src/IconFamilyHomeOutlinedFilled.tsx | 2 +- src/IconFamilyHomeRounded.tsx | 2 +- src/IconFamilyHomeRoundedFilled.tsx | 2 +- src/IconFamilyHomeSharp.tsx | 2 +- src/IconFamilyHomeSharpFilled.tsx | 2 +- src/IconFamilyLinkOutlined.tsx | 2 +- src/IconFamilyLinkOutlinedFilled.tsx | 2 +- src/IconFamilyLinkRounded.tsx | 2 +- src/IconFamilyLinkRoundedFilled.tsx | 2 +- src/IconFamilyLinkSharp.tsx | 2 +- src/IconFamilyLinkSharpFilled.tsx | 2 +- src/IconFamilyRestroomOutlined.tsx | 2 +- src/IconFamilyRestroomOutlinedFilled.tsx | 2 +- src/IconFamilyRestroomRounded.tsx | 2 +- src/IconFamilyRestroomRoundedFilled.tsx | 2 +- src/IconFamilyRestroomSharp.tsx | 2 +- src/IconFamilyRestroomSharpFilled.tsx | 2 +- src/IconFamilyStarOutlined.tsx | 2 +- src/IconFamilyStarOutlinedFilled.tsx | 2 +- src/IconFamilyStarRounded.tsx | 2 +- src/IconFamilyStarRoundedFilled.tsx | 2 +- src/IconFamilyStarSharp.tsx | 2 +- src/IconFamilyStarSharpFilled.tsx | 2 +- src/IconFarsightDigitalOutlined.tsx | 2 +- src/IconFarsightDigitalOutlinedFilled.tsx | 2 +- src/IconFarsightDigitalRounded.tsx | 2 +- src/IconFarsightDigitalRoundedFilled.tsx | 2 +- src/IconFarsightDigitalSharp.tsx | 2 +- src/IconFarsightDigitalSharpFilled.tsx | 2 +- src/IconFastForwardOutlined.tsx | 2 +- src/IconFastForwardOutlinedFilled.tsx | 2 +- src/IconFastForwardRounded.tsx | 2 +- src/IconFastForwardRoundedFilled.tsx | 2 +- src/IconFastForwardSharp.tsx | 2 +- src/IconFastForwardSharpFilled.tsx | 2 +- src/IconFastRewindOutlined.tsx | 2 +- src/IconFastRewindOutlinedFilled.tsx | 2 +- src/IconFastRewindRounded.tsx | 2 +- src/IconFastRewindRoundedFilled.tsx | 2 +- src/IconFastRewindSharp.tsx | 2 +- src/IconFastRewindSharpFilled.tsx | 2 +- src/IconFastfoodOutlined.tsx | 2 +- src/IconFastfoodOutlinedFilled.tsx | 2 +- src/IconFastfoodRounded.tsx | 2 +- src/IconFastfoodRoundedFilled.tsx | 2 +- src/IconFastfoodSharp.tsx | 2 +- src/IconFastfoodSharpFilled.tsx | 2 +- src/IconFaucetOutlined.tsx | 2 +- src/IconFaucetOutlinedFilled.tsx | 2 +- src/IconFaucetRounded.tsx | 2 +- src/IconFaucetRoundedFilled.tsx | 2 +- src/IconFaucetSharp.tsx | 2 +- src/IconFaucetSharpFilled.tsx | 2 +- src/IconFavoriteOutlined.tsx | 2 +- src/IconFavoriteOutlinedFilled.tsx | 2 +- src/IconFavoriteRounded.tsx | 2 +- src/IconFavoriteRoundedFilled.tsx | 2 +- src/IconFavoriteSharp.tsx | 2 +- src/IconFavoriteSharpFilled.tsx | 2 +- src/IconFaxOutlined.tsx | 2 +- src/IconFaxOutlinedFilled.tsx | 2 +- src/IconFaxRounded.tsx | 2 +- src/IconFaxRoundedFilled.tsx | 2 +- src/IconFaxSharp.tsx | 2 +- src/IconFaxSharpFilled.tsx | 2 +- src/IconFeatureSearchOutlined.tsx | 2 +- src/IconFeatureSearchOutlinedFilled.tsx | 2 +- src/IconFeatureSearchRounded.tsx | 2 +- src/IconFeatureSearchRoundedFilled.tsx | 2 +- src/IconFeatureSearchSharp.tsx | 2 +- src/IconFeatureSearchSharpFilled.tsx | 2 +- src/IconFeaturedPlayListOutlined.tsx | 2 +- src/IconFeaturedPlayListOutlinedFilled.tsx | 2 +- src/IconFeaturedPlayListRounded.tsx | 2 +- src/IconFeaturedPlayListRoundedFilled.tsx | 2 +- src/IconFeaturedPlayListSharp.tsx | 2 +- src/IconFeaturedPlayListSharpFilled.tsx | 2 +- src/IconFeaturedSeasonalAndGiftsOutlined.tsx | 2 +- ...FeaturedSeasonalAndGiftsOutlinedFilled.tsx | 2 +- src/IconFeaturedSeasonalAndGiftsRounded.tsx | 2 +- ...nFeaturedSeasonalAndGiftsRoundedFilled.tsx | 2 +- src/IconFeaturedSeasonalAndGiftsSharp.tsx | 2 +- ...conFeaturedSeasonalAndGiftsSharpFilled.tsx | 2 +- src/IconFeaturedVideoOutlined.tsx | 2 +- src/IconFeaturedVideoOutlinedFilled.tsx | 2 +- src/IconFeaturedVideoRounded.tsx | 2 +- src/IconFeaturedVideoRoundedFilled.tsx | 2 +- src/IconFeaturedVideoSharp.tsx | 2 +- src/IconFeaturedVideoSharpFilled.tsx | 2 +- src/IconFeedbackOutlined.tsx | 2 +- src/IconFeedbackOutlinedFilled.tsx | 2 +- src/IconFeedbackRounded.tsx | 2 +- src/IconFeedbackRoundedFilled.tsx | 2 +- src/IconFeedbackSharp.tsx | 2 +- src/IconFeedbackSharpFilled.tsx | 2 +- src/IconFemaleOutlined.tsx | 2 +- src/IconFemaleOutlinedFilled.tsx | 2 +- src/IconFemaleRounded.tsx | 2 +- src/IconFemaleRoundedFilled.tsx | 2 +- src/IconFemaleSharp.tsx | 2 +- src/IconFemaleSharpFilled.tsx | 2 +- src/IconFemurAltOutlined.tsx | 2 +- src/IconFemurAltOutlinedFilled.tsx | 2 +- src/IconFemurAltRounded.tsx | 2 +- src/IconFemurAltRoundedFilled.tsx | 2 +- src/IconFemurAltSharp.tsx | 2 +- src/IconFemurAltSharpFilled.tsx | 2 +- src/IconFemurOutlined.tsx | 2 +- src/IconFemurOutlinedFilled.tsx | 2 +- src/IconFemurRounded.tsx | 2 +- src/IconFemurRoundedFilled.tsx | 2 +- src/IconFemurSharp.tsx | 2 +- src/IconFemurSharpFilled.tsx | 2 +- src/IconFenceOutlined.tsx | 2 +- src/IconFenceOutlinedFilled.tsx | 2 +- src/IconFenceRounded.tsx | 2 +- src/IconFenceRoundedFilled.tsx | 2 +- src/IconFenceSharp.tsx | 2 +- src/IconFenceSharpFilled.tsx | 2 +- src/IconFertileOutlined.tsx | 2 +- src/IconFertileOutlinedFilled.tsx | 2 +- src/IconFertileRounded.tsx | 2 +- src/IconFertileRoundedFilled.tsx | 2 +- src/IconFertileSharp.tsx | 2 +- src/IconFertileSharpFilled.tsx | 2 +- src/IconFestivalOutlined.tsx | 2 +- src/IconFestivalOutlinedFilled.tsx | 2 +- src/IconFestivalRounded.tsx | 2 +- src/IconFestivalRoundedFilled.tsx | 2 +- src/IconFestivalSharp.tsx | 2 +- src/IconFestivalSharpFilled.tsx | 2 +- src/IconFiberDvrOutlined.tsx | 2 +- src/IconFiberDvrOutlinedFilled.tsx | 2 +- src/IconFiberDvrRounded.tsx | 2 +- src/IconFiberDvrRoundedFilled.tsx | 2 +- src/IconFiberDvrSharp.tsx | 2 +- src/IconFiberDvrSharpFilled.tsx | 2 +- src/IconFiberManualRecordOutlined.tsx | 2 +- src/IconFiberManualRecordOutlinedFilled.tsx | 2 +- src/IconFiberManualRecordRounded.tsx | 2 +- src/IconFiberManualRecordRoundedFilled.tsx | 2 +- src/IconFiberManualRecordSharp.tsx | 2 +- src/IconFiberManualRecordSharpFilled.tsx | 2 +- src/IconFiberNewOutlined.tsx | 2 +- src/IconFiberNewOutlinedFilled.tsx | 2 +- src/IconFiberNewRounded.tsx | 2 +- src/IconFiberNewRoundedFilled.tsx | 2 +- src/IconFiberNewSharp.tsx | 2 +- src/IconFiberNewSharpFilled.tsx | 2 +- src/IconFiberPinOutlined.tsx | 2 +- src/IconFiberPinOutlinedFilled.tsx | 2 +- src/IconFiberPinRounded.tsx | 2 +- src/IconFiberPinRoundedFilled.tsx | 2 +- src/IconFiberPinSharp.tsx | 2 +- src/IconFiberPinSharpFilled.tsx | 2 +- src/IconFiberSmartRecordOutlined.tsx | 2 +- src/IconFiberSmartRecordOutlinedFilled.tsx | 2 +- src/IconFiberSmartRecordRounded.tsx | 2 +- src/IconFiberSmartRecordRoundedFilled.tsx | 2 +- src/IconFiberSmartRecordSharp.tsx | 2 +- src/IconFiberSmartRecordSharpFilled.tsx | 2 +- src/IconFileCopyOffOutlined.tsx | 2 +- src/IconFileCopyOffOutlinedFilled.tsx | 2 +- src/IconFileCopyOffRounded.tsx | 2 +- src/IconFileCopyOffRoundedFilled.tsx | 2 +- src/IconFileCopyOffSharp.tsx | 2 +- src/IconFileCopyOffSharpFilled.tsx | 2 +- src/IconFileCopyOutlined.tsx | 2 +- src/IconFileCopyOutlinedFilled.tsx | 2 +- src/IconFileCopyRounded.tsx | 2 +- src/IconFileCopyRoundedFilled.tsx | 2 +- src/IconFileCopySharp.tsx | 2 +- src/IconFileCopySharpFilled.tsx | 2 +- src/IconFileDownloadOffOutlined.tsx | 2 +- src/IconFileDownloadOffOutlinedFilled.tsx | 2 +- src/IconFileDownloadOffRounded.tsx | 2 +- src/IconFileDownloadOffRoundedFilled.tsx | 2 +- src/IconFileDownloadOffSharp.tsx | 2 +- src/IconFileDownloadOffSharpFilled.tsx | 2 +- src/IconFileMapOutlined.tsx | 2 +- src/IconFileMapOutlinedFilled.tsx | 2 +- src/IconFileMapRounded.tsx | 2 +- src/IconFileMapRoundedFilled.tsx | 2 +- src/IconFileMapSharp.tsx | 2 +- src/IconFileMapSharpFilled.tsx | 2 +- src/IconFileMapStackOutlined.tsx | 2 +- src/IconFileMapStackOutlinedFilled.tsx | 2 +- src/IconFileMapStackRounded.tsx | 2 +- src/IconFileMapStackRoundedFilled.tsx | 2 +- src/IconFileMapStackSharp.tsx | 2 +- src/IconFileMapStackSharpFilled.tsx | 2 +- src/IconFileOpenOutlined.tsx | 2 +- src/IconFileOpenOutlinedFilled.tsx | 2 +- src/IconFileOpenRounded.tsx | 2 +- src/IconFileOpenRoundedFilled.tsx | 2 +- src/IconFileOpenSharp.tsx | 2 +- src/IconFileOpenSharpFilled.tsx | 2 +- src/IconFilePresentOutlined.tsx | 2 +- src/IconFilePresentOutlinedFilled.tsx | 2 +- src/IconFilePresentRounded.tsx | 2 +- src/IconFilePresentRoundedFilled.tsx | 2 +- src/IconFilePresentSharp.tsx | 2 +- src/IconFilePresentSharpFilled.tsx | 2 +- src/IconFileSaveOffOutlined.tsx | 2 +- src/IconFileSaveOffOutlinedFilled.tsx | 2 +- src/IconFileSaveOffRounded.tsx | 2 +- src/IconFileSaveOffRoundedFilled.tsx | 2 +- src/IconFileSaveOffSharp.tsx | 2 +- src/IconFileSaveOffSharpFilled.tsx | 2 +- src/IconFileSaveOutlined.tsx | 2 +- src/IconFileSaveOutlinedFilled.tsx | 2 +- src/IconFileSaveRounded.tsx | 2 +- src/IconFileSaveRoundedFilled.tsx | 2 +- src/IconFileSaveSharp.tsx | 2 +- src/IconFileSaveSharpFilled.tsx | 2 +- src/IconFileUploadOffOutlined.tsx | 2 +- src/IconFileUploadOffOutlinedFilled.tsx | 2 +- src/IconFileUploadOffRounded.tsx | 2 +- src/IconFileUploadOffRoundedFilled.tsx | 2 +- src/IconFileUploadOffSharp.tsx | 2 +- src/IconFileUploadOffSharpFilled.tsx | 2 +- src/IconFilter1Outlined.tsx | 2 +- src/IconFilter1OutlinedFilled.tsx | 2 +- src/IconFilter1Rounded.tsx | 2 +- src/IconFilter1RoundedFilled.tsx | 2 +- src/IconFilter1Sharp.tsx | 2 +- src/IconFilter1SharpFilled.tsx | 2 +- src/IconFilter2Outlined.tsx | 2 +- src/IconFilter2OutlinedFilled.tsx | 2 +- src/IconFilter2Rounded.tsx | 2 +- src/IconFilter2RoundedFilled.tsx | 2 +- src/IconFilter2Sharp.tsx | 2 +- src/IconFilter2SharpFilled.tsx | 2 +- src/IconFilter3Outlined.tsx | 2 +- src/IconFilter3OutlinedFilled.tsx | 2 +- src/IconFilter3Rounded.tsx | 2 +- src/IconFilter3RoundedFilled.tsx | 2 +- src/IconFilter3Sharp.tsx | 2 +- src/IconFilter3SharpFilled.tsx | 2 +- src/IconFilter4Outlined.tsx | 2 +- src/IconFilter4OutlinedFilled.tsx | 2 +- src/IconFilter4Rounded.tsx | 2 +- src/IconFilter4RoundedFilled.tsx | 2 +- src/IconFilter4Sharp.tsx | 2 +- src/IconFilter4SharpFilled.tsx | 2 +- src/IconFilter5Outlined.tsx | 2 +- src/IconFilter5OutlinedFilled.tsx | 2 +- src/IconFilter5Rounded.tsx | 2 +- src/IconFilter5RoundedFilled.tsx | 2 +- src/IconFilter5Sharp.tsx | 2 +- src/IconFilter5SharpFilled.tsx | 2 +- src/IconFilter6Outlined.tsx | 2 +- src/IconFilter6OutlinedFilled.tsx | 2 +- src/IconFilter6Rounded.tsx | 2 +- src/IconFilter6RoundedFilled.tsx | 2 +- src/IconFilter6Sharp.tsx | 2 +- src/IconFilter6SharpFilled.tsx | 2 +- src/IconFilter7Outlined.tsx | 2 +- src/IconFilter7OutlinedFilled.tsx | 2 +- src/IconFilter7Rounded.tsx | 2 +- src/IconFilter7RoundedFilled.tsx | 2 +- src/IconFilter7Sharp.tsx | 2 +- src/IconFilter7SharpFilled.tsx | 2 +- src/IconFilter8Outlined.tsx | 2 +- src/IconFilter8OutlinedFilled.tsx | 2 +- src/IconFilter8Rounded.tsx | 2 +- src/IconFilter8RoundedFilled.tsx | 2 +- src/IconFilter8Sharp.tsx | 2 +- src/IconFilter8SharpFilled.tsx | 2 +- src/IconFilter9Outlined.tsx | 2 +- src/IconFilter9OutlinedFilled.tsx | 2 +- src/IconFilter9PlusOutlined.tsx | 2 +- src/IconFilter9PlusOutlinedFilled.tsx | 2 +- src/IconFilter9PlusRounded.tsx | 2 +- src/IconFilter9PlusRoundedFilled.tsx | 2 +- src/IconFilter9PlusSharp.tsx | 2 +- src/IconFilter9PlusSharpFilled.tsx | 2 +- src/IconFilter9Rounded.tsx | 2 +- src/IconFilter9RoundedFilled.tsx | 2 +- src/IconFilter9Sharp.tsx | 2 +- src/IconFilter9SharpFilled.tsx | 2 +- src/IconFilterAltOffOutlined.tsx | 2 +- src/IconFilterAltOffOutlinedFilled.tsx | 2 +- src/IconFilterAltOffRounded.tsx | 2 +- src/IconFilterAltOffRoundedFilled.tsx | 2 +- src/IconFilterAltOffSharp.tsx | 2 +- src/IconFilterAltOffSharpFilled.tsx | 2 +- src/IconFilterAltOutlined.tsx | 2 +- src/IconFilterAltOutlinedFilled.tsx | 2 +- src/IconFilterAltRounded.tsx | 2 +- src/IconFilterAltRoundedFilled.tsx | 2 +- src/IconFilterAltSharp.tsx | 2 +- src/IconFilterAltSharpFilled.tsx | 2 +- src/IconFilterArrowRightOutlined.tsx | 2 +- src/IconFilterArrowRightOutlinedFilled.tsx | 2 +- src/IconFilterArrowRightRounded.tsx | 2 +- src/IconFilterArrowRightRoundedFilled.tsx | 2 +- src/IconFilterArrowRightSharp.tsx | 2 +- src/IconFilterArrowRightSharpFilled.tsx | 2 +- src/IconFilterBAndWOutlined.tsx | 2 +- src/IconFilterBAndWOutlinedFilled.tsx | 2 +- src/IconFilterBAndWRounded.tsx | 2 +- src/IconFilterBAndWRoundedFilled.tsx | 2 +- src/IconFilterBAndWSharp.tsx | 2 +- src/IconFilterBAndWSharpFilled.tsx | 2 +- src/IconFilterCenterFocusOutlined.tsx | 2 +- src/IconFilterCenterFocusOutlinedFilled.tsx | 2 +- src/IconFilterCenterFocusRounded.tsx | 2 +- src/IconFilterCenterFocusRoundedFilled.tsx | 2 +- src/IconFilterCenterFocusSharp.tsx | 2 +- src/IconFilterCenterFocusSharpFilled.tsx | 2 +- src/IconFilterDramaOutlined.tsx | 2 +- src/IconFilterDramaOutlinedFilled.tsx | 2 +- src/IconFilterDramaRounded.tsx | 2 +- src/IconFilterDramaRoundedFilled.tsx | 2 +- src/IconFilterDramaSharp.tsx | 2 +- src/IconFilterDramaSharpFilled.tsx | 2 +- src/IconFilterFramesOutlined.tsx | 2 +- src/IconFilterFramesOutlinedFilled.tsx | 2 +- src/IconFilterFramesRounded.tsx | 2 +- src/IconFilterFramesRoundedFilled.tsx | 2 +- src/IconFilterFramesSharp.tsx | 2 +- src/IconFilterFramesSharpFilled.tsx | 2 +- src/IconFilterHdrOutlined.tsx | 9 - src/IconFilterHdrOutlinedFilled.tsx | 2 +- src/IconFilterHdrRounded.tsx | 2 +- src/IconFilterHdrRoundedFilled.tsx | 2 +- src/IconFilterHdrSharp.tsx | 2 +- src/IconFilterHdrSharpFilled.tsx | 2 +- src/IconFilterListOffOutlined.tsx | 2 +- src/IconFilterListOffOutlinedFilled.tsx | 2 +- src/IconFilterListOffRounded.tsx | 2 +- src/IconFilterListOffRoundedFilled.tsx | 2 +- src/IconFilterListOffSharp.tsx | 2 +- src/IconFilterListOffSharpFilled.tsx | 2 +- src/IconFilterListOutlined.tsx | 2 +- src/IconFilterListOutlinedFilled.tsx | 2 +- src/IconFilterListRounded.tsx | 2 +- src/IconFilterListRoundedFilled.tsx | 2 +- src/IconFilterListSharp.tsx | 2 +- src/IconFilterListSharpFilled.tsx | 2 +- src/IconFilterNoneOutlined.tsx | 2 +- src/IconFilterNoneOutlinedFilled.tsx | 2 +- src/IconFilterNoneRounded.tsx | 2 +- src/IconFilterNoneRoundedFilled.tsx | 2 +- src/IconFilterNoneSharp.tsx | 2 +- src/IconFilterNoneSharpFilled.tsx | 2 +- src/IconFilterOutlined.tsx | 2 +- src/IconFilterOutlinedFilled.tsx | 2 +- src/IconFilterRetroluxOutlined.tsx | 2 +- src/IconFilterRetroluxOutlinedFilled.tsx | 2 +- src/IconFilterRetroluxRounded.tsx | 2 +- src/IconFilterRetroluxRoundedFilled.tsx | 2 +- src/IconFilterRetroluxSharp.tsx | 2 +- src/IconFilterRetroluxSharpFilled.tsx | 2 +- src/IconFilterRounded.tsx | 2 +- src/IconFilterRoundedFilled.tsx | 2 +- src/IconFilterSharp.tsx | 2 +- src/IconFilterSharpFilled.tsx | 2 +- src/IconFilterTiltShiftOutlined.tsx | 2 +- src/IconFilterTiltShiftOutlinedFilled.tsx | 2 +- src/IconFilterTiltShiftRounded.tsx | 2 +- src/IconFilterTiltShiftRoundedFilled.tsx | 2 +- src/IconFilterTiltShiftSharp.tsx | 2 +- src/IconFilterTiltShiftSharpFilled.tsx | 2 +- src/IconFilterVintageOutlined.tsx | 2 +- src/IconFilterVintageOutlinedFilled.tsx | 2 +- src/IconFilterVintageRounded.tsx | 2 +- src/IconFilterVintageRoundedFilled.tsx | 2 +- src/IconFilterVintageSharp.tsx | 2 +- src/IconFilterVintageSharpFilled.tsx | 2 +- src/IconFinanceChipOutlined.tsx | 2 +- src/IconFinanceChipOutlinedFilled.tsx | 2 +- src/IconFinanceChipRounded.tsx | 2 +- src/IconFinanceChipRoundedFilled.tsx | 2 +- src/IconFinanceChipSharp.tsx | 2 +- src/IconFinanceChipSharpFilled.tsx | 2 +- src/IconFinanceModeOutlined.tsx | 2 +- src/IconFinanceModeOutlinedFilled.tsx | 2 +- src/IconFinanceModeRounded.tsx | 2 +- src/IconFinanceModeRoundedFilled.tsx | 2 +- src/IconFinanceModeSharp.tsx | 2 +- src/IconFinanceModeSharpFilled.tsx | 2 +- src/IconFinanceOutlined.tsx | 2 +- src/IconFinanceOutlinedFilled.tsx | 2 +- src/IconFinanceRounded.tsx | 2 +- src/IconFinanceRoundedFilled.tsx | 2 +- src/IconFinanceSharp.tsx | 2 +- src/IconFinanceSharpFilled.tsx | 2 +- src/IconFindInPageOutlined.tsx | 2 +- src/IconFindInPageOutlinedFilled.tsx | 2 +- src/IconFindInPageRounded.tsx | 2 +- src/IconFindInPageRoundedFilled.tsx | 2 +- src/IconFindInPageSharp.tsx | 2 +- src/IconFindInPageSharpFilled.tsx | 2 +- src/IconFindReplaceOutlined.tsx | 2 +- src/IconFindReplaceOutlinedFilled.tsx | 2 +- src/IconFindReplaceRounded.tsx | 2 +- src/IconFindReplaceRoundedFilled.tsx | 2 +- src/IconFindReplaceSharp.tsx | 2 +- src/IconFindReplaceSharpFilled.tsx | 2 +- src/IconFingerprintOffOutlined.tsx | 2 +- src/IconFingerprintOffOutlinedFilled.tsx | 2 +- src/IconFingerprintOffRounded.tsx | 2 +- src/IconFingerprintOffRoundedFilled.tsx | 2 +- src/IconFingerprintOffSharp.tsx | 2 +- src/IconFingerprintOffSharpFilled.tsx | 2 +- src/IconFingerprintOutlined.tsx | 2 +- src/IconFingerprintOutlinedFilled.tsx | 2 +- src/IconFingerprintRounded.tsx | 2 +- src/IconFingerprintRoundedFilled.tsx | 2 +- src/IconFingerprintSharp.tsx | 2 +- src/IconFingerprintSharpFilled.tsx | 2 +- src/IconFireExtinguisherOutlined.tsx | 2 +- src/IconFireExtinguisherOutlinedFilled.tsx | 2 +- src/IconFireExtinguisherRounded.tsx | 2 +- src/IconFireExtinguisherRoundedFilled.tsx | 2 +- src/IconFireExtinguisherSharp.tsx | 2 +- src/IconFireExtinguisherSharpFilled.tsx | 2 +- src/IconFireHydrantOutlined.tsx | 2 +- src/IconFireHydrantOutlinedFilled.tsx | 2 +- src/IconFireHydrantRounded.tsx | 2 +- src/IconFireHydrantRoundedFilled.tsx | 2 +- src/IconFireHydrantSharp.tsx | 2 +- src/IconFireHydrantSharpFilled.tsx | 2 +- src/IconFireTruckOutlined.tsx | 2 +- src/IconFireTruckOutlinedFilled.tsx | 2 +- src/IconFireTruckRounded.tsx | 2 +- src/IconFireTruckRoundedFilled.tsx | 2 +- src/IconFireTruckSharp.tsx | 2 +- src/IconFireTruckSharpFilled.tsx | 2 +- src/IconFireplaceOutlined.tsx | 2 +- src/IconFireplaceOutlinedFilled.tsx | 2 +- src/IconFireplaceRounded.tsx | 2 +- src/IconFireplaceRoundedFilled.tsx | 2 +- src/IconFireplaceSharp.tsx | 2 +- src/IconFireplaceSharpFilled.tsx | 2 +- src/IconFirstPageOutlined.tsx | 2 +- src/IconFirstPageOutlinedFilled.tsx | 2 +- src/IconFirstPageRounded.tsx | 2 +- src/IconFirstPageRoundedFilled.tsx | 2 +- src/IconFirstPageSharp.tsx | 2 +- src/IconFirstPageSharpFilled.tsx | 2 +- src/IconFitPageOutlined.tsx | 2 +- src/IconFitPageOutlinedFilled.tsx | 2 +- src/IconFitPageRounded.tsx | 2 +- src/IconFitPageRoundedFilled.tsx | 2 +- src/IconFitPageSharp.tsx | 2 +- src/IconFitPageSharpFilled.tsx | 2 +- src/IconFitScreenOutlined.tsx | 2 +- src/IconFitScreenOutlinedFilled.tsx | 2 +- src/IconFitScreenRounded.tsx | 2 +- src/IconFitScreenRoundedFilled.tsx | 2 +- src/IconFitScreenSharp.tsx | 2 +- src/IconFitScreenSharpFilled.tsx | 2 +- src/IconFitWidthOutlined.tsx | 2 +- src/IconFitWidthOutlinedFilled.tsx | 2 +- src/IconFitWidthRounded.tsx | 2 +- src/IconFitWidthRoundedFilled.tsx | 2 +- src/IconFitWidthSharp.tsx | 2 +- src/IconFitWidthSharpFilled.tsx | 2 +- src/IconFitnessCenterOutlined.tsx | 2 +- src/IconFitnessCenterOutlinedFilled.tsx | 2 +- src/IconFitnessCenterRounded.tsx | 2 +- src/IconFitnessCenterRoundedFilled.tsx | 2 +- src/IconFitnessCenterSharp.tsx | 2 +- src/IconFitnessCenterSharpFilled.tsx | 2 +- src/IconFitnessTrackerOutlined.tsx | 2 +- src/IconFitnessTrackerOutlinedFilled.tsx | 2 +- src/IconFitnessTrackerRounded.tsx | 2 +- src/IconFitnessTrackerRoundedFilled.tsx | 2 +- src/IconFitnessTrackerSharp.tsx | 2 +- src/IconFitnessTrackerSharpFilled.tsx | 2 +- src/IconFlag2Outlined.tsx | 2 +- src/IconFlag2OutlinedFilled.tsx | 2 +- src/IconFlag2Rounded.tsx | 2 +- src/IconFlag2RoundedFilled.tsx | 2 +- src/IconFlag2Sharp.tsx | 2 +- src/IconFlag2SharpFilled.tsx | 2 +- src/IconFlagCheckOutlined.tsx | 2 +- src/IconFlagCheckOutlinedFilled.tsx | 2 +- src/IconFlagCheckRounded.tsx | 2 +- src/IconFlagCheckRoundedFilled.tsx | 2 +- src/IconFlagCheckSharp.tsx | 2 +- src/IconFlagCheckSharpFilled.tsx | 2 +- src/IconFlagCircleOutlined.tsx | 2 +- src/IconFlagCircleOutlinedFilled.tsx | 2 +- src/IconFlagCircleRounded.tsx | 2 +- src/IconFlagCircleRoundedFilled.tsx | 2 +- src/IconFlagCircleSharp.tsx | 2 +- src/IconFlagCircleSharpFilled.tsx | 2 +- src/IconFlagOutlined.tsx | 2 +- src/IconFlagOutlinedFilled.tsx | 2 +- src/IconFlagRounded.tsx | 2 +- src/IconFlagRoundedFilled.tsx | 2 +- src/IconFlagSharp.tsx | 2 +- src/IconFlagSharpFilled.tsx | 2 +- src/IconFlakyOutlined.tsx | 2 +- src/IconFlakyOutlinedFilled.tsx | 2 +- src/IconFlakyRounded.tsx | 2 +- src/IconFlakyRoundedFilled.tsx | 2 +- src/IconFlakySharp.tsx | 2 +- src/IconFlakySharpFilled.tsx | 2 +- src/IconFlareOutlined.tsx | 2 +- src/IconFlareOutlinedFilled.tsx | 2 +- src/IconFlareRounded.tsx | 2 +- src/IconFlareRoundedFilled.tsx | 2 +- src/IconFlareSharp.tsx | 2 +- src/IconFlareSharpFilled.tsx | 2 +- src/IconFlashAutoOutlined.tsx | 2 +- src/IconFlashAutoOutlinedFilled.tsx | 2 +- src/IconFlashAutoRounded.tsx | 2 +- src/IconFlashAutoRoundedFilled.tsx | 2 +- src/IconFlashAutoSharp.tsx | 2 +- src/IconFlashAutoSharpFilled.tsx | 2 +- src/IconFlashOffOutlined.tsx | 2 +- src/IconFlashOffOutlinedFilled.tsx | 2 +- src/IconFlashOffRounded.tsx | 2 +- src/IconFlashOffRoundedFilled.tsx | 2 +- src/IconFlashOffSharp.tsx | 2 +- src/IconFlashOffSharpFilled.tsx | 2 +- src/IconFlashOnOutlined.tsx | 2 +- src/IconFlashOnOutlinedFilled.tsx | 2 +- src/IconFlashOnRounded.tsx | 2 +- src/IconFlashOnRoundedFilled.tsx | 2 +- src/IconFlashOnSharp.tsx | 2 +- src/IconFlashOnSharpFilled.tsx | 2 +- src/IconFlashlightOffOutlined.tsx | 2 +- src/IconFlashlightOffOutlinedFilled.tsx | 2 +- src/IconFlashlightOffRounded.tsx | 2 +- src/IconFlashlightOffRoundedFilled.tsx | 2 +- src/IconFlashlightOffSharp.tsx | 2 +- src/IconFlashlightOffSharpFilled.tsx | 2 +- src/IconFlashlightOnOutlined.tsx | 2 +- src/IconFlashlightOnOutlinedFilled.tsx | 2 +- src/IconFlashlightOnRounded.tsx | 2 +- src/IconFlashlightOnRoundedFilled.tsx | 2 +- src/IconFlashlightOnSharp.tsx | 2 +- src/IconFlashlightOnSharpFilled.tsx | 2 +- src/IconFlatwareOutlined.tsx | 2 +- src/IconFlatwareOutlinedFilled.tsx | 2 +- src/IconFlatwareRounded.tsx | 2 +- src/IconFlatwareRoundedFilled.tsx | 2 +- src/IconFlatwareSharp.tsx | 2 +- src/IconFlatwareSharpFilled.tsx | 2 +- src/IconFlexDirectionOutlined.tsx | 2 +- src/IconFlexDirectionOutlinedFilled.tsx | 2 +- src/IconFlexDirectionRounded.tsx | 2 +- src/IconFlexDirectionRoundedFilled.tsx | 2 +- src/IconFlexDirectionSharp.tsx | 2 +- src/IconFlexDirectionSharpFilled.tsx | 2 +- src/IconFlexNoWrapOutlined.tsx | 2 +- src/IconFlexNoWrapOutlinedFilled.tsx | 2 +- src/IconFlexNoWrapRounded.tsx | 2 +- src/IconFlexNoWrapRoundedFilled.tsx | 11 - src/IconFlexNoWrapSharp.tsx | 2 +- src/IconFlexNoWrapSharpFilled.tsx | 2 +- src/IconFlexWrapOutlined.tsx | 2 +- src/IconFlexWrapOutlinedFilled.tsx | 2 +- src/IconFlexWrapRounded.tsx | 2 +- src/IconFlexWrapRoundedFilled.tsx | 2 +- src/IconFlexWrapSharp.tsx | 2 +- src/IconFlexWrapSharpFilled.tsx | 2 +- src/IconFlightClassOutlined.tsx | 2 +- src/IconFlightClassOutlinedFilled.tsx | 2 +- src/IconFlightClassRounded.tsx | 2 +- src/IconFlightClassRoundedFilled.tsx | 2 +- src/IconFlightClassSharp.tsx | 2 +- src/IconFlightClassSharpFilled.tsx | 2 +- src/IconFlightLandOutlined.tsx | 2 +- src/IconFlightLandOutlinedFilled.tsx | 2 +- src/IconFlightLandRounded.tsx | 2 +- src/IconFlightLandRoundedFilled.tsx | 2 +- src/IconFlightLandSharp.tsx | 2 +- src/IconFlightLandSharpFilled.tsx | 2 +- src/IconFlightOutlined.tsx | 2 +- src/IconFlightOutlinedFilled.tsx | 2 +- src/IconFlightRounded.tsx | 2 +- src/IconFlightRoundedFilled.tsx | 2 +- src/IconFlightSharp.tsx | 2 +- src/IconFlightSharpFilled.tsx | 2 +- src/IconFlightTakeoffOutlined.tsx | 2 +- src/IconFlightTakeoffOutlinedFilled.tsx | 2 +- src/IconFlightTakeoffRounded.tsx | 2 +- src/IconFlightTakeoffRoundedFilled.tsx | 2 +- src/IconFlightTakeoffSharp.tsx | 2 +- src/IconFlightTakeoffSharpFilled.tsx | 2 +- src/IconFlightsAndHotelsOutlined.tsx | 2 +- src/IconFlightsAndHotelsOutlinedFilled.tsx | 2 +- src/IconFlightsAndHotelsRounded.tsx | 2 +- src/IconFlightsAndHotelsRoundedFilled.tsx | 2 +- src/IconFlightsAndHotelsSharp.tsx | 2 +- src/IconFlightsAndHotelsSharpFilled.tsx | 2 +- src/IconFlipCameraAndroidOutlined.tsx | 2 +- src/IconFlipCameraAndroidOutlinedFilled.tsx | 2 +- src/IconFlipCameraAndroidRounded.tsx | 2 +- src/IconFlipCameraAndroidRoundedFilled.tsx | 2 +- src/IconFlipCameraAndroidSharp.tsx | 2 +- src/IconFlipCameraAndroidSharpFilled.tsx | 2 +- src/IconFlipCameraIosOutlined.tsx | 2 +- src/IconFlipCameraIosOutlinedFilled.tsx | 2 +- src/IconFlipCameraIosRounded.tsx | 2 +- src/IconFlipCameraIosRoundedFilled.tsx | 2 +- src/IconFlipCameraIosSharp.tsx | 2 +- src/IconFlipCameraIosSharpFilled.tsx | 2 +- src/IconFlipOutlined.tsx | 2 +- src/IconFlipOutlinedFilled.tsx | 2 +- src/IconFlipRounded.tsx | 2 +- src/IconFlipRoundedFilled.tsx | 2 +- src/IconFlipSharp.tsx | 2 +- src/IconFlipSharpFilled.tsx | 2 +- src/IconFlipToBackOutlined.tsx | 2 +- src/IconFlipToBackOutlinedFilled.tsx | 2 +- src/IconFlipToBackRounded.tsx | 2 +- src/IconFlipToBackRoundedFilled.tsx | 2 +- src/IconFlipToBackSharp.tsx | 2 +- src/IconFlipToBackSharpFilled.tsx | 2 +- src/IconFlipToFrontOutlined.tsx | 2 +- src/IconFlipToFrontOutlinedFilled.tsx | 2 +- src/IconFlipToFrontRounded.tsx | 2 +- src/IconFlipToFrontRoundedFilled.tsx | 2 +- src/IconFlipToFrontSharp.tsx | 2 +- src/IconFlipToFrontSharpFilled.tsx | 2 +- src/IconFloatLandscape2Outlined.tsx | 2 +- src/IconFloatLandscape2OutlinedFilled.tsx | 2 +- src/IconFloatLandscape2Rounded.tsx | 2 +- src/IconFloatLandscape2RoundedFilled.tsx | 2 +- src/IconFloatLandscape2Sharp.tsx | 2 +- src/IconFloatLandscape2SharpFilled.tsx | 2 +- src/IconFloatPortrait2Outlined.tsx | 2 +- src/IconFloatPortrait2OutlinedFilled.tsx | 2 +- src/IconFloatPortrait2Rounded.tsx | 2 +- src/IconFloatPortrait2RoundedFilled.tsx | 2 +- src/IconFloatPortrait2Sharp.tsx | 2 +- src/IconFloatPortrait2SharpFilled.tsx | 2 +- src/IconFloodOutlined.tsx | 2 +- src/IconFloodOutlinedFilled.tsx | 2 +- src/IconFloodRounded.tsx | 2 +- src/IconFloodRoundedFilled.tsx | 2 +- src/IconFloodSharp.tsx | 2 +- src/IconFloodSharpFilled.tsx | 2 +- src/IconFloorLampOutlined.tsx | 2 +- src/IconFloorLampOutlinedFilled.tsx | 2 +- src/IconFloorLampRounded.tsx | 2 +- src/IconFloorLampRoundedFilled.tsx | 2 +- src/IconFloorLampSharp.tsx | 2 +- src/IconFloorLampSharpFilled.tsx | 2 +- src/IconFloorOutlined.tsx | 2 +- src/IconFloorOutlinedFilled.tsx | 2 +- src/IconFloorRounded.tsx | 2 +- src/IconFloorRoundedFilled.tsx | 2 +- src/IconFloorSharp.tsx | 2 +- src/IconFloorSharpFilled.tsx | 2 +- src/IconFlowsheetOutlined.tsx | 2 +- src/IconFlowsheetOutlinedFilled.tsx | 2 +- src/IconFlowsheetRounded.tsx | 2 +- src/IconFlowsheetRoundedFilled.tsx | 2 +- src/IconFlowsheetSharp.tsx | 2 +- src/IconFlowsheetSharpFilled.tsx | 2 +- src/IconFluidBalanceOutlined.tsx | 2 +- src/IconFluidBalanceOutlinedFilled.tsx | 2 +- src/IconFluidBalanceRounded.tsx | 2 +- src/IconFluidBalanceRoundedFilled.tsx | 2 +- src/IconFluidBalanceSharp.tsx | 2 +- src/IconFluidBalanceSharpFilled.tsx | 2 +- src/IconFluidMedOutlined.tsx | 2 +- src/IconFluidMedOutlinedFilled.tsx | 2 +- src/IconFluidMedRounded.tsx | 2 +- src/IconFluidMedRoundedFilled.tsx | 2 +- src/IconFluidMedSharp.tsx | 2 +- src/IconFluidMedSharpFilled.tsx | 2 +- src/IconFluidOutlined.tsx | 2 +- src/IconFluidOutlinedFilled.tsx | 2 +- src/IconFluidRounded.tsx | 2 +- src/IconFluidRoundedFilled.tsx | 2 +- src/IconFluidSharp.tsx | 2 +- src/IconFluidSharpFilled.tsx | 2 +- src/IconFluorescentOutlined.tsx | 2 +- src/IconFluorescentOutlinedFilled.tsx | 2 +- src/IconFluorescentRounded.tsx | 2 +- src/IconFluorescentRoundedFilled.tsx | 2 +- src/IconFluorescentSharp.tsx | 2 +- src/IconFluorescentSharpFilled.tsx | 2 +- src/IconFlutterDashOutlined.tsx | 2 +- src/IconFlutterDashOutlinedFilled.tsx | 2 +- src/IconFlutterDashRounded.tsx | 2 +- src/IconFlutterDashRoundedFilled.tsx | 2 +- src/IconFlutterDashSharp.tsx | 2 +- src/IconFlutterDashSharpFilled.tsx | 2 +- src/IconFlutterOutlined.tsx | 2 +- src/IconFlutterOutlinedFilled.tsx | 2 +- src/IconFlutterRounded.tsx | 2 +- src/IconFlutterRoundedFilled.tsx | 2 +- src/IconFlutterSharp.tsx | 2 +- src/IconFlutterSharpFilled.tsx | 2 +- src/IconFlyoverOutlined.tsx | 2 +- src/IconFlyoverOutlinedFilled.tsx | 2 +- src/IconFlyoverRounded.tsx | 2 +- src/IconFlyoverRoundedFilled.tsx | 2 +- src/IconFlyoverSharp.tsx | 2 +- src/IconFlyoverSharpFilled.tsx | 2 +- src/IconFmdBadOutlined.tsx | 2 +- src/IconFmdBadOutlinedFilled.tsx | 2 +- src/IconFmdBadRounded.tsx | 2 +- src/IconFmdBadRoundedFilled.tsx | 2 +- src/IconFmdBadSharp.tsx | 2 +- src/IconFmdBadSharpFilled.tsx | 2 +- src/IconFoggyOutlined.tsx | 2 +- src/IconFoggyOutlinedFilled.tsx | 2 +- src/IconFoggyRounded.tsx | 2 +- src/IconFoggyRoundedFilled.tsx | 2 +- src/IconFoggySharp.tsx | 2 +- src/IconFoggySharpFilled.tsx | 2 +- src/IconFoldedHandsOutlined.tsx | 2 +- src/IconFoldedHandsOutlinedFilled.tsx | 2 +- src/IconFoldedHandsRounded.tsx | 2 +- src/IconFoldedHandsRoundedFilled.tsx | 2 +- src/IconFoldedHandsSharp.tsx | 2 +- src/IconFoldedHandsSharpFilled.tsx | 2 +- src/IconFolderCheck2Outlined.tsx | 2 +- src/IconFolderCheck2OutlinedFilled.tsx | 2 +- src/IconFolderCheck2Rounded.tsx | 2 +- src/IconFolderCheck2RoundedFilled.tsx | 2 +- src/IconFolderCheck2Sharp.tsx | 2 +- src/IconFolderCheck2SharpFilled.tsx | 2 +- src/IconFolderCheckOutlined.tsx | 2 +- src/IconFolderCheckOutlinedFilled.tsx | 2 +- src/IconFolderCheckRounded.tsx | 2 +- src/IconFolderCheckRoundedFilled.tsx | 2 +- src/IconFolderCheckSharp.tsx | 2 +- src/IconFolderCheckSharpFilled.tsx | 2 +- src/IconFolderCopyOutlined.tsx | 2 +- src/IconFolderCopyOutlinedFilled.tsx | 2 +- src/IconFolderCopyRounded.tsx | 2 +- src/IconFolderCopyRoundedFilled.tsx | 2 +- src/IconFolderCopySharp.tsx | 2 +- src/IconFolderCopySharpFilled.tsx | 2 +- src/IconFolderDataOutlined.tsx | 2 +- src/IconFolderDataOutlinedFilled.tsx | 2 +- src/IconFolderDataRounded.tsx | 2 +- src/IconFolderDataRoundedFilled.tsx | 2 +- src/IconFolderDataSharp.tsx | 2 +- src/IconFolderDataSharpFilled.tsx | 2 +- src/IconFolderDeleteOutlined.tsx | 2 +- src/IconFolderDeleteOutlinedFilled.tsx | 2 +- src/IconFolderDeleteRounded.tsx | 2 +- src/IconFolderDeleteRoundedFilled.tsx | 2 +- src/IconFolderDeleteSharp.tsx | 2 +- src/IconFolderDeleteSharpFilled.tsx | 2 +- src/IconFolderEyeOutlined.tsx | 2 +- src/IconFolderEyeOutlinedFilled.tsx | 2 +- src/IconFolderEyeRounded.tsx | 2 +- src/IconFolderEyeRoundedFilled.tsx | 2 +- src/IconFolderEyeSharp.tsx | 2 +- src/IconFolderEyeSharpFilled.tsx | 2 +- src/IconFolderLimitedOutlined.tsx | 2 +- src/IconFolderLimitedOutlinedFilled.tsx | 2 +- src/IconFolderLimitedRounded.tsx | 2 +- src/IconFolderLimitedRoundedFilled.tsx | 2 +- src/IconFolderLimitedSharp.tsx | 2 +- src/IconFolderLimitedSharpFilled.tsx | 2 +- src/IconFolderManagedOutlined.tsx | 2 +- src/IconFolderManagedOutlinedFilled.tsx | 2 +- src/IconFolderManagedRounded.tsx | 2 +- src/IconFolderManagedRoundedFilled.tsx | 2 +- src/IconFolderManagedSharp.tsx | 2 +- src/IconFolderManagedSharpFilled.tsx | 2 +- src/IconFolderMatchOutlined.tsx | 2 +- src/IconFolderMatchOutlinedFilled.tsx | 2 +- src/IconFolderMatchRounded.tsx | 2 +- src/IconFolderMatchRoundedFilled.tsx | 2 +- src/IconFolderMatchSharp.tsx | 2 +- src/IconFolderMatchSharpFilled.tsx | 2 +- src/IconFolderOffOutlined.tsx | 2 +- src/IconFolderOffOutlinedFilled.tsx | 2 +- src/IconFolderOffRounded.tsx | 2 +- src/IconFolderOffRoundedFilled.tsx | 2 +- src/IconFolderOffSharp.tsx | 2 +- src/IconFolderOffSharpFilled.tsx | 2 +- src/IconFolderOpenOutlined.tsx | 2 +- src/IconFolderOpenOutlinedFilled.tsx | 2 +- src/IconFolderOpenRounded.tsx | 2 +- src/IconFolderOpenRoundedFilled.tsx | 2 +- src/IconFolderOpenSharp.tsx | 2 +- src/IconFolderOpenSharpFilled.tsx | 2 +- src/IconFolderOutlined.tsx | 2 +- src/IconFolderOutlinedFilled.tsx | 2 +- src/IconFolderRounded.tsx | 2 +- src/IconFolderRoundedFilled.tsx | 2 +- src/IconFolderSharedOutlined.tsx | 2 +- src/IconFolderSharedOutlinedFilled.tsx | 2 +- src/IconFolderSharedRounded.tsx | 2 +- src/IconFolderSharedRoundedFilled.tsx | 2 +- src/IconFolderSharedSharp.tsx | 2 +- src/IconFolderSharedSharpFilled.tsx | 2 +- src/IconFolderSharp.tsx | 2 +- src/IconFolderSharpFilled.tsx | 2 +- src/IconFolderSpecialOutlined.tsx | 2 +- src/IconFolderSpecialOutlinedFilled.tsx | 2 +- src/IconFolderSpecialRounded.tsx | 2 +- src/IconFolderSpecialRoundedFilled.tsx | 2 +- src/IconFolderSpecialSharp.tsx | 2 +- src/IconFolderSpecialSharpFilled.tsx | 2 +- src/IconFolderSupervisedOutlined.tsx | 2 +- src/IconFolderSupervisedOutlinedFilled.tsx | 2 +- src/IconFolderSupervisedRounded.tsx | 2 +- src/IconFolderSupervisedRoundedFilled.tsx | 2 +- src/IconFolderSupervisedSharp.tsx | 2 +- src/IconFolderSupervisedSharpFilled.tsx | 2 +- src/IconFolderZipOutlined.tsx | 2 +- src/IconFolderZipOutlinedFilled.tsx | 2 +- src/IconFolderZipRounded.tsx | 2 +- src/IconFolderZipRoundedFilled.tsx | 2 +- src/IconFolderZipSharp.tsx | 2 +- src/IconFolderZipSharpFilled.tsx | 2 +- src/IconFollowTheSignsOutlined.tsx | 2 +- src/IconFollowTheSignsOutlinedFilled.tsx | 2 +- src/IconFollowTheSignsRounded.tsx | 2 +- src/IconFollowTheSignsRoundedFilled.tsx | 2 +- src/IconFollowTheSignsSharp.tsx | 2 +- src/IconFollowTheSignsSharpFilled.tsx | 2 +- src/IconFontDownloadOffOutlined.tsx | 2 +- src/IconFontDownloadOffOutlinedFilled.tsx | 2 +- src/IconFontDownloadOffRounded.tsx | 2 +- src/IconFontDownloadOffRoundedFilled.tsx | 2 +- src/IconFontDownloadOffSharp.tsx | 2 +- src/IconFontDownloadOffSharpFilled.tsx | 2 +- src/IconFontDownloadOutlined.tsx | 2 +- src/IconFontDownloadOutlinedFilled.tsx | 2 +- src/IconFontDownloadRounded.tsx | 2 +- src/IconFontDownloadRoundedFilled.tsx | 2 +- src/IconFontDownloadSharp.tsx | 2 +- src/IconFontDownloadSharpFilled.tsx | 2 +- src/IconFoodBankOutlined.tsx | 2 +- src/IconFoodBankOutlinedFilled.tsx | 2 +- src/IconFoodBankRounded.tsx | 2 +- src/IconFoodBankRoundedFilled.tsx | 2 +- src/IconFoodBankSharp.tsx | 2 +- src/IconFoodBankSharpFilled.tsx | 2 +- src/IconFootBonesOutlined.tsx | 2 +- src/IconFootBonesOutlinedFilled.tsx | 2 +- src/IconFootBonesRounded.tsx | 2 +- src/IconFootBonesRoundedFilled.tsx | 2 +- src/IconFootBonesSharp.tsx | 2 +- src/IconFootBonesSharpFilled.tsx | 2 +- src/IconFootprintOutlined.tsx | 2 +- src/IconFootprintOutlinedFilled.tsx | 2 +- src/IconFootprintRounded.tsx | 2 +- src/IconFootprintRoundedFilled.tsx | 2 +- src/IconFootprintSharp.tsx | 2 +- src/IconFootprintSharpFilled.tsx | 2 +- src/IconForYouOutlined.tsx | 2 +- src/IconForYouOutlinedFilled.tsx | 2 +- src/IconForYouRounded.tsx | 2 +- src/IconForYouRoundedFilled.tsx | 2 +- src/IconForYouSharp.tsx | 2 +- src/IconForYouSharpFilled.tsx | 2 +- src/IconForestOutlined.tsx | 2 +- src/IconForestOutlinedFilled.tsx | 2 +- src/IconForestRounded.tsx | 2 +- src/IconForestRoundedFilled.tsx | 2 +- src/IconForestSharp.tsx | 2 +- src/IconForestSharpFilled.tsx | 2 +- src/IconForkLeftOutlined.tsx | 2 +- src/IconForkLeftOutlinedFilled.tsx | 2 +- src/IconForkLeftRounded.tsx | 2 +- src/IconForkLeftRoundedFilled.tsx | 2 +- src/IconForkLeftSharp.tsx | 2 +- src/IconForkLeftSharpFilled.tsx | 2 +- src/IconForkRightOutlined.tsx | 2 +- src/IconForkRightOutlinedFilled.tsx | 2 +- src/IconForkRightRounded.tsx | 2 +- src/IconForkRightRoundedFilled.tsx | 2 +- src/IconForkRightSharp.tsx | 2 +- src/IconForkRightSharpFilled.tsx | 2 +- src/IconForkSpoonOutlined.tsx | 2 +- src/IconForkSpoonOutlinedFilled.tsx | 2 +- src/IconForkSpoonRounded.tsx | 2 +- src/IconForkSpoonRoundedFilled.tsx | 2 +- src/IconForkSpoonSharp.tsx | 2 +- src/IconForkSpoonSharpFilled.tsx | 2 +- src/IconForkliftOutlined.tsx | 2 +- src/IconForkliftOutlinedFilled.tsx | 2 +- src/IconForkliftRounded.tsx | 2 +- src/IconForkliftRoundedFilled.tsx | 2 +- src/IconForkliftSharp.tsx | 2 +- src/IconForkliftSharpFilled.tsx | 2 +- src/IconFormatAlignCenterOutlined.tsx | 2 +- src/IconFormatAlignCenterOutlinedFilled.tsx | 2 +- src/IconFormatAlignCenterRounded.tsx | 2 +- src/IconFormatAlignCenterRoundedFilled.tsx | 2 +- src/IconFormatAlignCenterSharp.tsx | 2 +- src/IconFormatAlignCenterSharpFilled.tsx | 2 +- src/IconFormatAlignJustifyOutlined.tsx | 2 +- src/IconFormatAlignJustifyOutlinedFilled.tsx | 2 +- src/IconFormatAlignJustifyRounded.tsx | 2 +- src/IconFormatAlignJustifyRoundedFilled.tsx | 2 +- src/IconFormatAlignJustifySharp.tsx | 2 +- src/IconFormatAlignJustifySharpFilled.tsx | 2 +- src/IconFormatAlignLeftOutlined.tsx | 2 +- src/IconFormatAlignLeftOutlinedFilled.tsx | 2 +- src/IconFormatAlignLeftRounded.tsx | 2 +- src/IconFormatAlignLeftRoundedFilled.tsx | 2 +- src/IconFormatAlignLeftSharp.tsx | 2 +- src/IconFormatAlignLeftSharpFilled.tsx | 2 +- src/IconFormatAlignRightOutlined.tsx | 2 +- src/IconFormatAlignRightOutlinedFilled.tsx | 2 +- src/IconFormatAlignRightRounded.tsx | 2 +- src/IconFormatAlignRightRoundedFilled.tsx | 2 +- src/IconFormatAlignRightSharp.tsx | 2 +- src/IconFormatAlignRightSharpFilled.tsx | 2 +- src/IconFormatBoldOutlined.tsx | 2 +- src/IconFormatBoldOutlinedFilled.tsx | 2 +- src/IconFormatBoldRounded.tsx | 2 +- src/IconFormatBoldRoundedFilled.tsx | 2 +- src/IconFormatBoldSharp.tsx | 2 +- src/IconFormatBoldSharpFilled.tsx | 2 +- src/IconFormatClearOutlined.tsx | 2 +- src/IconFormatClearOutlinedFilled.tsx | 2 +- src/IconFormatClearRounded.tsx | 2 +- src/IconFormatClearRoundedFilled.tsx | 2 +- src/IconFormatClearSharp.tsx | 2 +- src/IconFormatClearSharpFilled.tsx | 2 +- src/IconFormatColorFillOutlined.tsx | 2 +- src/IconFormatColorFillOutlinedFilled.tsx | 2 +- src/IconFormatColorFillRounded.tsx | 2 +- src/IconFormatColorFillRoundedFilled.tsx | 2 +- src/IconFormatColorFillSharp.tsx | 2 +- src/IconFormatColorFillSharpFilled.tsx | 2 +- src/IconFormatColorResetOutlined.tsx | 2 +- src/IconFormatColorResetOutlinedFilled.tsx | 2 +- src/IconFormatColorResetRounded.tsx | 2 +- src/IconFormatColorResetRoundedFilled.tsx | 2 +- src/IconFormatColorResetSharp.tsx | 2 +- src/IconFormatColorResetSharpFilled.tsx | 2 +- src/IconFormatColorTextOutlined.tsx | 2 +- src/IconFormatColorTextOutlinedFilled.tsx | 2 +- src/IconFormatColorTextRounded.tsx | 2 +- src/IconFormatColorTextRoundedFilled.tsx | 2 +- src/IconFormatColorTextSharp.tsx | 2 +- src/IconFormatColorTextSharpFilled.tsx | 2 +- src/IconFormatH1Outlined.tsx | 2 +- src/IconFormatH1OutlinedFilled.tsx | 2 +- src/IconFormatH1Rounded.tsx | 2 +- src/IconFormatH1RoundedFilled.tsx | 2 +- src/IconFormatH1Sharp.tsx | 2 +- src/IconFormatH1SharpFilled.tsx | 2 +- src/IconFormatH2Outlined.tsx | 2 +- src/IconFormatH2OutlinedFilled.tsx | 2 +- src/IconFormatH2Rounded.tsx | 2 +- src/IconFormatH2RoundedFilled.tsx | 2 +- src/IconFormatH2Sharp.tsx | 2 +- src/IconFormatH2SharpFilled.tsx | 2 +- src/IconFormatH3Outlined.tsx | 2 +- src/IconFormatH3OutlinedFilled.tsx | 2 +- src/IconFormatH3Rounded.tsx | 2 +- src/IconFormatH3RoundedFilled.tsx | 2 +- src/IconFormatH3Sharp.tsx | 2 +- src/IconFormatH3SharpFilled.tsx | 2 +- src/IconFormatH4Outlined.tsx | 2 +- src/IconFormatH4OutlinedFilled.tsx | 2 +- src/IconFormatH4Rounded.tsx | 2 +- src/IconFormatH4RoundedFilled.tsx | 2 +- src/IconFormatH4Sharp.tsx | 2 +- src/IconFormatH4SharpFilled.tsx | 2 +- src/IconFormatH5Outlined.tsx | 2 +- src/IconFormatH5OutlinedFilled.tsx | 2 +- src/IconFormatH5Rounded.tsx | 2 +- src/IconFormatH5RoundedFilled.tsx | 2 +- src/IconFormatH5Sharp.tsx | 2 +- src/IconFormatH5SharpFilled.tsx | 2 +- src/IconFormatH6Outlined.tsx | 2 +- src/IconFormatH6OutlinedFilled.tsx | 2 +- src/IconFormatH6Rounded.tsx | 2 +- src/IconFormatH6RoundedFilled.tsx | 2 +- src/IconFormatH6Sharp.tsx | 2 +- src/IconFormatH6SharpFilled.tsx | 2 +- src/IconFormatImageLeftOutlined.tsx | 2 +- src/IconFormatImageLeftOutlinedFilled.tsx | 2 +- src/IconFormatImageLeftRounded.tsx | 2 +- src/IconFormatImageLeftRoundedFilled.tsx | 2 +- src/IconFormatImageLeftSharp.tsx | 2 +- src/IconFormatImageLeftSharpFilled.tsx | 2 +- src/IconFormatImageRightOutlined.tsx | 2 +- src/IconFormatImageRightOutlinedFilled.tsx | 2 +- src/IconFormatImageRightRounded.tsx | 2 +- src/IconFormatImageRightRoundedFilled.tsx | 2 +- src/IconFormatImageRightSharp.tsx | 2 +- src/IconFormatImageRightSharpFilled.tsx | 2 +- src/IconFormatIndentDecreaseOutlined.tsx | 2 +- ...IconFormatIndentDecreaseOutlinedFilled.tsx | 2 +- src/IconFormatIndentDecreaseRounded.tsx | 2 +- src/IconFormatIndentDecreaseRoundedFilled.tsx | 2 +- src/IconFormatIndentDecreaseSharp.tsx | 2 +- src/IconFormatIndentDecreaseSharpFilled.tsx | 2 +- src/IconFormatIndentIncreaseOutlined.tsx | 2 +- ...IconFormatIndentIncreaseOutlinedFilled.tsx | 2 +- src/IconFormatIndentIncreaseRounded.tsx | 2 +- src/IconFormatIndentIncreaseRoundedFilled.tsx | 2 +- src/IconFormatIndentIncreaseSharp.tsx | 2 +- src/IconFormatIndentIncreaseSharpFilled.tsx | 2 +- src/IconFormatInkHighlighterOutlined.tsx | 2 +- ...IconFormatInkHighlighterOutlinedFilled.tsx | 2 +- src/IconFormatInkHighlighterRounded.tsx | 2 +- src/IconFormatInkHighlighterRoundedFilled.tsx | 2 +- src/IconFormatInkHighlighterSharp.tsx | 2 +- src/IconFormatInkHighlighterSharpFilled.tsx | 2 +- src/IconFormatItalicOutlined.tsx | 2 +- src/IconFormatItalicOutlinedFilled.tsx | 2 +- src/IconFormatItalicRounded.tsx | 2 +- src/IconFormatItalicRoundedFilled.tsx | 2 +- src/IconFormatItalicSharp.tsx | 2 +- src/IconFormatItalicSharpFilled.tsx | 2 +- src/IconFormatLetterSpacing2Outlined.tsx | 2 +- ...IconFormatLetterSpacing2OutlinedFilled.tsx | 2 +- src/IconFormatLetterSpacing2Rounded.tsx | 2 +- src/IconFormatLetterSpacing2RoundedFilled.tsx | 2 +- src/IconFormatLetterSpacing2Sharp.tsx | 2 +- src/IconFormatLetterSpacing2SharpFilled.tsx | 2 +- src/IconFormatLetterSpacingOutlined.tsx | 2 +- src/IconFormatLetterSpacingOutlinedFilled.tsx | 2 +- src/IconFormatLetterSpacingRounded.tsx | 2 +- src/IconFormatLetterSpacingRoundedFilled.tsx | 2 +- src/IconFormatLetterSpacingSharp.tsx | 2 +- src/IconFormatLetterSpacingSharpFilled.tsx | 2 +- ...conFormatLetterSpacingStandardOutlined.tsx | 2 +- ...matLetterSpacingStandardOutlinedFilled.tsx | 2 +- ...IconFormatLetterSpacingStandardRounded.tsx | 2 +- ...rmatLetterSpacingStandardRoundedFilled.tsx | 2 +- src/IconFormatLetterSpacingStandardSharp.tsx | 2 +- ...FormatLetterSpacingStandardSharpFilled.tsx | 2 +- src/IconFormatLetterSpacingWideOutlined.tsx | 2 +- ...nFormatLetterSpacingWideOutlinedFilled.tsx | 2 +- src/IconFormatLetterSpacingWideRounded.tsx | 2 +- ...onFormatLetterSpacingWideRoundedFilled.tsx | 2 +- src/IconFormatLetterSpacingWideSharp.tsx | 2 +- ...IconFormatLetterSpacingWideSharpFilled.tsx | 2 +- src/IconFormatLetterSpacingWiderOutlined.tsx | 2 +- ...FormatLetterSpacingWiderOutlinedFilled.tsx | 2 +- src/IconFormatLetterSpacingWiderRounded.tsx | 2 +- ...nFormatLetterSpacingWiderRoundedFilled.tsx | 2 +- src/IconFormatLetterSpacingWiderSharp.tsx | 2 +- ...conFormatLetterSpacingWiderSharpFilled.tsx | 2 +- src/IconFormatLineSpacingOutlined.tsx | 2 +- src/IconFormatLineSpacingOutlinedFilled.tsx | 2 +- src/IconFormatLineSpacingRounded.tsx | 2 +- src/IconFormatLineSpacingRoundedFilled.tsx | 2 +- src/IconFormatLineSpacingSharp.tsx | 2 +- src/IconFormatLineSpacingSharpFilled.tsx | 2 +- src/IconFormatListBulletedAddOutlined.tsx | 2 +- ...conFormatListBulletedAddOutlinedFilled.tsx | 2 +- src/IconFormatListBulletedAddRounded.tsx | 2 +- ...IconFormatListBulletedAddRoundedFilled.tsx | 2 +- src/IconFormatListBulletedAddSharp.tsx | 2 +- src/IconFormatListBulletedAddSharpFilled.tsx | 2 +- src/IconFormatListBulletedOutlined.tsx | 2 +- src/IconFormatListBulletedOutlinedFilled.tsx | 2 +- src/IconFormatListBulletedRounded.tsx | 2 +- src/IconFormatListBulletedRoundedFilled.tsx | 2 +- src/IconFormatListBulletedSharp.tsx | 2 +- src/IconFormatListBulletedSharpFilled.tsx | 2 +- src/IconFormatListNumberedOutlined.tsx | 2 +- src/IconFormatListNumberedOutlinedFilled.tsx | 2 +- src/IconFormatListNumberedRounded.tsx | 2 +- src/IconFormatListNumberedRoundedFilled.tsx | 2 +- src/IconFormatListNumberedRtlOutlined.tsx | 2 +- ...conFormatListNumberedRtlOutlinedFilled.tsx | 2 +- src/IconFormatListNumberedRtlRounded.tsx | 2 +- ...IconFormatListNumberedRtlRoundedFilled.tsx | 2 +- src/IconFormatListNumberedRtlSharp.tsx | 2 +- src/IconFormatListNumberedRtlSharpFilled.tsx | 2 +- src/IconFormatListNumberedSharp.tsx | 2 +- src/IconFormatListNumberedSharpFilled.tsx | 2 +- src/IconFormatOverlineOutlined.tsx | 2 +- src/IconFormatOverlineOutlinedFilled.tsx | 2 +- src/IconFormatOverlineRounded.tsx | 2 +- src/IconFormatOverlineRoundedFilled.tsx | 2 +- src/IconFormatOverlineSharp.tsx | 2 +- src/IconFormatOverlineSharpFilled.tsx | 2 +- src/IconFormatPaintOutlined.tsx | 2 +- src/IconFormatPaintOutlinedFilled.tsx | 2 +- src/IconFormatPaintRounded.tsx | 2 +- src/IconFormatPaintRoundedFilled.tsx | 2 +- src/IconFormatPaintSharp.tsx | 2 +- src/IconFormatPaintSharpFilled.tsx | 2 +- src/IconFormatParagraphOutlined.tsx | 2 +- src/IconFormatParagraphOutlinedFilled.tsx | 2 +- src/IconFormatParagraphRounded.tsx | 2 +- src/IconFormatParagraphRoundedFilled.tsx | 2 +- src/IconFormatParagraphSharp.tsx | 2 +- src/IconFormatParagraphSharpFilled.tsx | 2 +- src/IconFormatQuoteOffOutlined.tsx | 2 +- src/IconFormatQuoteOffOutlinedFilled.tsx | 2 +- src/IconFormatQuoteOffRounded.tsx | 2 +- src/IconFormatQuoteOffRoundedFilled.tsx | 2 +- src/IconFormatQuoteOffSharp.tsx | 2 +- src/IconFormatQuoteOffSharpFilled.tsx | 2 +- src/IconFormatQuoteOutlined.tsx | 2 +- src/IconFormatQuoteOutlinedFilled.tsx | 2 +- src/IconFormatQuoteRounded.tsx | 2 +- src/IconFormatQuoteRoundedFilled.tsx | 2 +- src/IconFormatQuoteSharp.tsx | 2 +- src/IconFormatQuoteSharpFilled.tsx | 2 +- src/IconFormatShapesOutlined.tsx | 2 +- src/IconFormatShapesOutlinedFilled.tsx | 2 +- src/IconFormatShapesRounded.tsx | 2 +- src/IconFormatShapesRoundedFilled.tsx | 2 +- src/IconFormatShapesSharp.tsx | 2 +- src/IconFormatShapesSharpFilled.tsx | 2 +- src/IconFormatSizeOutlined.tsx | 2 +- src/IconFormatSizeOutlinedFilled.tsx | 2 +- src/IconFormatSizeRounded.tsx | 2 +- src/IconFormatSizeRoundedFilled.tsx | 2 +- src/IconFormatSizeSharp.tsx | 2 +- src/IconFormatSizeSharpFilled.tsx | 2 +- src/IconFormatStrikethroughOutlined.tsx | 2 +- src/IconFormatStrikethroughOutlinedFilled.tsx | 2 +- src/IconFormatStrikethroughRounded.tsx | 2 +- src/IconFormatStrikethroughRoundedFilled.tsx | 2 +- src/IconFormatStrikethroughSharp.tsx | 2 +- src/IconFormatStrikethroughSharpFilled.tsx | 2 +- src/IconFormatTextClipOutlined.tsx | 2 +- src/IconFormatTextClipOutlinedFilled.tsx | 2 +- src/IconFormatTextClipRounded.tsx | 2 +- src/IconFormatTextClipRoundedFilled.tsx | 2 +- src/IconFormatTextClipSharp.tsx | 2 +- src/IconFormatTextClipSharpFilled.tsx | 2 +- src/IconFormatTextOverflowOutlined.tsx | 2 +- src/IconFormatTextOverflowOutlinedFilled.tsx | 2 +- src/IconFormatTextOverflowRounded.tsx | 2 +- src/IconFormatTextOverflowRoundedFilled.tsx | 2 +- src/IconFormatTextOverflowSharp.tsx | 2 +- src/IconFormatTextOverflowSharpFilled.tsx | 2 +- src/IconFormatTextWrapOutlined.tsx | 2 +- src/IconFormatTextWrapOutlinedFilled.tsx | 2 +- src/IconFormatTextWrapRounded.tsx | 2 +- src/IconFormatTextWrapRoundedFilled.tsx | 2 +- src/IconFormatTextWrapSharp.tsx | 2 +- src/IconFormatTextWrapSharpFilled.tsx | 2 +- src/IconFormatTextdirectionLToROutlined.tsx | 2 +- ...nFormatTextdirectionLToROutlinedFilled.tsx | 2 +- src/IconFormatTextdirectionLToRRounded.tsx | 2 +- ...onFormatTextdirectionLToRRoundedFilled.tsx | 2 +- src/IconFormatTextdirectionLToRSharp.tsx | 2 +- ...IconFormatTextdirectionLToRSharpFilled.tsx | 2 +- src/IconFormatTextdirectionRToLOutlined.tsx | 2 +- ...nFormatTextdirectionRToLOutlinedFilled.tsx | 2 +- src/IconFormatTextdirectionRToLRounded.tsx | 2 +- ...onFormatTextdirectionRToLRoundedFilled.tsx | 2 +- src/IconFormatTextdirectionRToLSharp.tsx | 2 +- ...IconFormatTextdirectionRToLSharpFilled.tsx | 2 +- ...conFormatTextdirectionVerticalOutlined.tsx | 2 +- ...matTextdirectionVerticalOutlinedFilled.tsx | 2 +- ...IconFormatTextdirectionVerticalRounded.tsx | 2 +- ...rmatTextdirectionVerticalRoundedFilled.tsx | 2 +- src/IconFormatTextdirectionVerticalSharp.tsx | 2 +- ...FormatTextdirectionVerticalSharpFilled.tsx | 2 +- src/IconFormatUnderlinedOutlined.tsx | 2 +- src/IconFormatUnderlinedOutlinedFilled.tsx | 2 +- src/IconFormatUnderlinedRounded.tsx | 2 +- src/IconFormatUnderlinedRoundedFilled.tsx | 2 +- src/IconFormatUnderlinedSharp.tsx | 2 +- src/IconFormatUnderlinedSharpFilled.tsx | 2 +- src/IconFormatUnderlinedSquiggleOutlined.tsx | 2 +- ...FormatUnderlinedSquiggleOutlinedFilled.tsx | 2 +- src/IconFormatUnderlinedSquiggleRounded.tsx | 2 +- ...nFormatUnderlinedSquiggleRoundedFilled.tsx | 2 +- src/IconFormatUnderlinedSquiggleSharp.tsx | 2 +- ...conFormatUnderlinedSquiggleSharpFilled.tsx | 2 +- src/IconFormsAddOnOutlined.tsx | 2 +- src/IconFormsAddOnOutlinedFilled.tsx | 2 +- src/IconFormsAddOnRounded.tsx | 2 +- src/IconFormsAddOnRoundedFilled.tsx | 2 +- src/IconFormsAddOnSharp.tsx | 2 +- src/IconFormsAddOnSharpFilled.tsx | 2 +- src/IconFormsAppsScriptOutlined.tsx | 2 +- src/IconFormsAppsScriptOutlinedFilled.tsx | 2 +- src/IconFormsAppsScriptRounded.tsx | 2 +- src/IconFormsAppsScriptRoundedFilled.tsx | 2 +- src/IconFormsAppsScriptSharp.tsx | 2 +- src/IconFormsAppsScriptSharpFilled.tsx | 2 +- src/IconFortOutlined.tsx | 2 +- src/IconFortOutlinedFilled.tsx | 2 +- src/IconFortRounded.tsx | 2 +- src/IconFortRoundedFilled.tsx | 2 +- src/IconFortSharp.tsx | 2 +- src/IconFortSharpFilled.tsx | 2 +- src/IconForumOutlined.tsx | 2 +- src/IconForumOutlinedFilled.tsx | 2 +- src/IconForumRounded.tsx | 2 +- src/IconForumRoundedFilled.tsx | 2 +- src/IconForumSharp.tsx | 2 +- src/IconForumSharpFilled.tsx | 2 +- src/IconForward10Outlined.tsx | 2 +- src/IconForward10OutlinedFilled.tsx | 2 +- src/IconForward10Rounded.tsx | 2 +- src/IconForward10RoundedFilled.tsx | 2 +- src/IconForward10Sharp.tsx | 2 +- src/IconForward10SharpFilled.tsx | 2 +- src/IconForward30Outlined.tsx | 2 +- src/IconForward30OutlinedFilled.tsx | 2 +- src/IconForward30Rounded.tsx | 2 +- src/IconForward30RoundedFilled.tsx | 2 +- src/IconForward30Sharp.tsx | 2 +- src/IconForward30SharpFilled.tsx | 2 +- src/IconForward5Outlined.tsx | 2 +- src/IconForward5OutlinedFilled.tsx | 2 +- src/IconForward5Rounded.tsx | 2 +- src/IconForward5RoundedFilled.tsx | 2 +- src/IconForward5Sharp.tsx | 2 +- src/IconForward5SharpFilled.tsx | 2 +- src/IconForwardCircleOutlined.tsx | 2 +- src/IconForwardCircleOutlinedFilled.tsx | 2 +- src/IconForwardCircleRounded.tsx | 2 +- src/IconForwardCircleRoundedFilled.tsx | 2 +- src/IconForwardCircleSharp.tsx | 2 +- src/IconForwardCircleSharpFilled.tsx | 2 +- src/IconForwardMediaOutlined.tsx | 2 +- src/IconForwardMediaOutlinedFilled.tsx | 2 +- src/IconForwardMediaRounded.tsx | 2 +- src/IconForwardMediaRoundedFilled.tsx | 2 +- src/IconForwardMediaSharp.tsx | 2 +- src/IconForwardMediaSharpFilled.tsx | 2 +- src/IconForwardOutlined.tsx | 2 +- src/IconForwardOutlinedFilled.tsx | 2 +- src/IconForwardRounded.tsx | 2 +- src/IconForwardRoundedFilled.tsx | 2 +- src/IconForwardSharp.tsx | 2 +- src/IconForwardSharpFilled.tsx | 2 +- src/IconForwardToInboxOutlined.tsx | 2 +- src/IconForwardToInboxOutlinedFilled.tsx | 2 +- src/IconForwardToInboxRounded.tsx | 11 - src/IconForwardToInboxRoundedFilled.tsx | 2 +- src/IconForwardToInboxSharp.tsx | 2 +- src/IconForwardToInboxSharpFilled.tsx | 2 +- src/IconFoundationOutlined.tsx | 2 +- src/IconFoundationOutlinedFilled.tsx | 2 +- src/IconFoundationRounded.tsx | 2 +- src/IconFoundationRoundedFilled.tsx | 2 +- src/IconFoundationSharp.tsx | 2 +- src/IconFoundationSharpFilled.tsx | 2 +- src/IconFrameInspectOutlined.tsx | 2 +- src/IconFrameInspectOutlinedFilled.tsx | 2 +- src/IconFrameInspectRounded.tsx | 2 +- src/IconFrameInspectRoundedFilled.tsx | 2 +- src/IconFrameInspectSharp.tsx | 2 +- src/IconFrameInspectSharpFilled.tsx | 2 +- src/IconFramePersonMicOutlined.tsx | 2 +- src/IconFramePersonMicOutlinedFilled.tsx | 2 +- src/IconFramePersonMicRounded.tsx | 2 +- src/IconFramePersonMicRoundedFilled.tsx | 2 +- src/IconFramePersonMicSharp.tsx | 2 +- src/IconFramePersonMicSharpFilled.tsx | 2 +- src/IconFramePersonOffOutlined.tsx | 2 +- src/IconFramePersonOffOutlinedFilled.tsx | 2 +- src/IconFramePersonOffRounded.tsx | 2 +- src/IconFramePersonOffRoundedFilled.tsx | 2 +- src/IconFramePersonOffSharp.tsx | 2 +- src/IconFramePersonOffSharpFilled.tsx | 2 +- src/IconFramePersonOutlined.tsx | 2 +- src/IconFramePersonOutlinedFilled.tsx | 2 +- src/IconFramePersonRounded.tsx | 2 +- src/IconFramePersonRoundedFilled.tsx | 2 +- src/IconFramePersonSharp.tsx | 2 +- src/IconFramePersonSharpFilled.tsx | 2 +- src/IconFrameReloadOutlined.tsx | 2 +- src/IconFrameReloadOutlinedFilled.tsx | 2 +- src/IconFrameReloadRounded.tsx | 2 +- src/IconFrameReloadRoundedFilled.tsx | 2 +- src/IconFrameReloadSharp.tsx | 2 +- src/IconFrameReloadSharpFilled.tsx | 2 +- src/IconFrameSourceOutlined.tsx | 2 +- src/IconFrameSourceOutlinedFilled.tsx | 2 +- src/IconFrameSourceRounded.tsx | 2 +- src/IconFrameSourceRoundedFilled.tsx | 2 +- src/IconFrameSourceSharp.tsx | 2 +- src/IconFrameSourceSharpFilled.tsx | 2 +- src/IconFreeCancellationOutlined.tsx | 2 +- src/IconFreeCancellationOutlinedFilled.tsx | 2 +- src/IconFreeCancellationRounded.tsx | 2 +- src/IconFreeCancellationRoundedFilled.tsx | 2 +- src/IconFreeCancellationSharp.tsx | 2 +- src/IconFreeCancellationSharpFilled.tsx | 2 +- src/IconFrontHandOutlined.tsx | 2 +- src/IconFrontHandOutlinedFilled.tsx | 2 +- src/IconFrontHandRounded.tsx | 2 +- src/IconFrontHandRoundedFilled.tsx | 2 +- src/IconFrontHandSharp.tsx | 2 +- src/IconFrontHandSharpFilled.tsx | 2 +- src/IconFrontLoaderOutlined.tsx | 2 +- src/IconFrontLoaderOutlinedFilled.tsx | 2 +- src/IconFrontLoaderRounded.tsx | 2 +- src/IconFrontLoaderRoundedFilled.tsx | 2 +- src/IconFrontLoaderSharp.tsx | 2 +- src/IconFrontLoaderSharpFilled.tsx | 2 +- src/IconFullCoverageOutlined.tsx | 2 +- src/IconFullCoverageOutlinedFilled.tsx | 2 +- src/IconFullCoverageRounded.tsx | 2 +- src/IconFullCoverageRoundedFilled.tsx | 2 +- src/IconFullCoverageSharp.tsx | 2 +- src/IconFullCoverageSharpFilled.tsx | 2 +- src/IconFullHdOutlined.tsx | 2 +- src/IconFullHdOutlinedFilled.tsx | 2 +- src/IconFullHdRounded.tsx | 2 +- src/IconFullHdRoundedFilled.tsx | 2 +- src/IconFullHdSharp.tsx | 2 +- src/IconFullHdSharpFilled.tsx | 2 +- src/IconFullStackedBarChartOutlined.tsx | 2 +- src/IconFullStackedBarChartOutlinedFilled.tsx | 2 +- src/IconFullStackedBarChartRounded.tsx | 2 +- src/IconFullStackedBarChartRoundedFilled.tsx | 2 +- src/IconFullStackedBarChartSharp.tsx | 2 +- src/IconFullStackedBarChartSharpFilled.tsx | 2 +- src/IconFullscreenExitOutlined.tsx | 2 +- src/IconFullscreenExitOutlinedFilled.tsx | 2 +- src/IconFullscreenExitRounded.tsx | 2 +- src/IconFullscreenExitRoundedFilled.tsx | 2 +- src/IconFullscreenExitSharp.tsx | 2 +- src/IconFullscreenExitSharpFilled.tsx | 2 +- src/IconFullscreenOutlined.tsx | 2 +- src/IconFullscreenOutlinedFilled.tsx | 2 +- src/IconFullscreenPortraitOutlined.tsx | 2 +- src/IconFullscreenPortraitOutlinedFilled.tsx | 2 +- src/IconFullscreenPortraitRounded.tsx | 2 +- src/IconFullscreenPortraitRoundedFilled.tsx | 2 +- src/IconFullscreenPortraitSharp.tsx | 2 +- src/IconFullscreenPortraitSharpFilled.tsx | 2 +- src/IconFullscreenRounded.tsx | 2 +- src/IconFullscreenRoundedFilled.tsx | 2 +- src/IconFullscreenSharp.tsx | 2 +- src/IconFullscreenSharpFilled.tsx | 2 +- src/IconFunctionOutlined.tsx | 2 +- src/IconFunctionOutlinedFilled.tsx | 2 +- src/IconFunctionRounded.tsx | 2 +- src/IconFunctionRoundedFilled.tsx | 2 +- src/IconFunctionSharp.tsx | 2 +- src/IconFunctionSharpFilled.tsx | 2 +- src/IconFunctionsOutlined.tsx | 2 +- src/IconFunctionsOutlinedFilled.tsx | 2 +- src/IconFunctionsRounded.tsx | 2 +- src/IconFunctionsRoundedFilled.tsx | 2 +- src/IconFunctionsSharp.tsx | 2 +- src/IconFunctionsSharpFilled.tsx | 2 +- src/IconFunicularOutlined.tsx | 2 +- src/IconFunicularOutlinedFilled.tsx | 2 +- src/IconFunicularRounded.tsx | 2 +- src/IconFunicularRoundedFilled.tsx | 2 +- src/IconFunicularSharp.tsx | 2 +- src/IconFunicularSharpFilled.tsx | 2 +- src/IconGMobiledataBadgeOutlined.tsx | 2 +- src/IconGMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconGMobiledataBadgeRounded.tsx | 2 +- src/IconGMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconGMobiledataBadgeSharp.tsx | 2 +- src/IconGMobiledataBadgeSharpFilled.tsx | 2 +- src/IconGMobiledataOutlined.tsx | 2 +- src/IconGMobiledataOutlinedFilled.tsx | 2 +- src/IconGMobiledataRounded.tsx | 2 +- src/IconGMobiledataRoundedFilled.tsx | 2 +- src/IconGMobiledataSharp.tsx | 2 +- src/IconGMobiledataSharpFilled.tsx | 2 +- src/IconGTranslateOutlined.tsx | 2 +- src/IconGTranslateOutlinedFilled.tsx | 2 +- src/IconGTranslateRounded.tsx | 2 +- src/IconGTranslateRoundedFilled.tsx | 2 +- src/IconGTranslateSharp.tsx | 2 +- src/IconGTranslateSharpFilled.tsx | 2 +- src/IconGalleryThumbnailOutlined.tsx | 2 +- src/IconGalleryThumbnailOutlinedFilled.tsx | 2 +- src/IconGalleryThumbnailRounded.tsx | 2 +- src/IconGalleryThumbnailRoundedFilled.tsx | 2 +- src/IconGalleryThumbnailSharp.tsx | 2 +- src/IconGalleryThumbnailSharpFilled.tsx | 2 +- src/IconGamepadOutlined.tsx | 2 +- src/IconGamepadOutlinedFilled.tsx | 2 +- src/IconGamepadRounded.tsx | 2 +- src/IconGamepadRoundedFilled.tsx | 2 +- src/IconGamepadSharp.tsx | 2 +- src/IconGamepadSharpFilled.tsx | 2 +- src/IconGarageDoorOutlined.tsx | 2 +- src/IconGarageDoorOutlinedFilled.tsx | 2 +- src/IconGarageDoorRounded.tsx | 2 +- src/IconGarageDoorRoundedFilled.tsx | 2 +- src/IconGarageDoorSharp.tsx | 2 +- src/IconGarageDoorSharpFilled.tsx | 2 +- src/IconGarageHomeOutlined.tsx | 2 +- src/IconGarageHomeOutlinedFilled.tsx | 2 +- src/IconGarageHomeRounded.tsx | 2 +- src/IconGarageHomeRoundedFilled.tsx | 2 +- src/IconGarageHomeSharp.tsx | 2 +- src/IconGarageHomeSharpFilled.tsx | 2 +- src/IconGarageOutlined.tsx | 2 +- src/IconGarageOutlinedFilled.tsx | 2 +- src/IconGarageRounded.tsx | 2 +- src/IconGarageRoundedFilled.tsx | 2 +- src/IconGarageSharp.tsx | 2 +- src/IconGarageSharpFilled.tsx | 2 +- src/IconGardenCartOutlined.tsx | 2 +- src/IconGardenCartOutlinedFilled.tsx | 2 +- src/IconGardenCartRounded.tsx | 2 +- src/IconGardenCartRoundedFilled.tsx | 2 +- src/IconGardenCartSharp.tsx | 2 +- src/IconGardenCartSharpFilled.tsx | 2 +- src/IconGasMeterOutlined.tsx | 2 +- src/IconGasMeterOutlinedFilled.tsx | 2 +- src/IconGasMeterRounded.tsx | 2 +- src/IconGasMeterRoundedFilled.tsx | 2 +- src/IconGasMeterSharp.tsx | 2 +- src/IconGasMeterSharpFilled.tsx | 2 +- src/IconGastroenterologyOutlined.tsx | 2 +- src/IconGastroenterologyOutlinedFilled.tsx | 2 +- src/IconGastroenterologyRounded.tsx | 2 +- src/IconGastroenterologyRoundedFilled.tsx | 2 +- src/IconGastroenterologySharp.tsx | 2 +- src/IconGastroenterologySharpFilled.tsx | 2 +- src/IconGateOutlined.tsx | 2 +- src/IconGateOutlinedFilled.tsx | 2 +- src/IconGateRounded.tsx | 2 +- src/IconGateRoundedFilled.tsx | 2 +- src/IconGateSharp.tsx | 2 +- src/IconGateSharpFilled.tsx | 2 +- src/IconGavelOutlined.tsx | 2 +- src/IconGavelOutlinedFilled.tsx | 2 +- src/IconGavelRounded.tsx | 2 +- src/IconGavelRoundedFilled.tsx | 2 +- src/IconGavelSharp.tsx | 2 +- src/IconGavelSharpFilled.tsx | 2 +- src/IconGeneralDeviceOutlined.tsx | 2 +- src/IconGeneralDeviceOutlinedFilled.tsx | 2 +- src/IconGeneralDeviceRounded.tsx | 2 +- src/IconGeneralDeviceRoundedFilled.tsx | 2 +- src/IconGeneralDeviceSharp.tsx | 2 +- src/IconGeneralDeviceSharpFilled.tsx | 2 +- src/IconGeneticsOutlined.tsx | 2 +- src/IconGeneticsOutlinedFilled.tsx | 2 +- src/IconGeneticsRounded.tsx | 2 +- src/IconGeneticsRoundedFilled.tsx | 2 +- src/IconGeneticsSharp.tsx | 2 +- src/IconGeneticsSharpFilled.tsx | 2 +- src/IconGenresOutlined.tsx | 2 +- src/IconGenresOutlinedFilled.tsx | 2 +- src/IconGenresRounded.tsx | 2 +- src/IconGenresRoundedFilled.tsx | 2 +- src/IconGenresSharp.tsx | 2 +- src/IconGenresSharpFilled.tsx | 2 +- src/IconGestureOutlined.tsx | 2 +- src/IconGestureOutlinedFilled.tsx | 2 +- src/IconGestureRounded.tsx | 2 +- src/IconGestureRoundedFilled.tsx | 2 +- src/IconGestureSelectOutlined.tsx | 2 +- src/IconGestureSelectOutlinedFilled.tsx | 2 +- src/IconGestureSelectRounded.tsx | 2 +- src/IconGestureSelectRoundedFilled.tsx | 2 +- src/IconGestureSelectSharp.tsx | 2 +- src/IconGestureSelectSharpFilled.tsx | 2 +- src/IconGestureSharp.tsx | 2 +- src/IconGestureSharpFilled.tsx | 2 +- src/IconGif2Outlined.tsx | 2 +- src/IconGif2OutlinedFilled.tsx | 2 +- src/IconGif2Rounded.tsx | 2 +- src/IconGif2RoundedFilled.tsx | 2 +- src/IconGif2Sharp.tsx | 2 +- src/IconGif2SharpFilled.tsx | 2 +- src/IconGifBoxOutlined.tsx | 2 +- src/IconGifBoxOutlinedFilled.tsx | 2 +- src/IconGifBoxRounded.tsx | 2 +- src/IconGifBoxRoundedFilled.tsx | 2 +- src/IconGifBoxSharp.tsx | 2 +- src/IconGifBoxSharpFilled.tsx | 2 +- src/IconGifOutlined.tsx | 2 +- src/IconGifOutlinedFilled.tsx | 2 +- src/IconGifRounded.tsx | 2 +- src/IconGifRoundedFilled.tsx | 2 +- src/IconGifSharp.tsx | 2 +- src/IconGifSharpFilled.tsx | 2 +- src/IconGirlOutlined.tsx | 2 +- src/IconGirlOutlinedFilled.tsx | 2 +- src/IconGirlRounded.tsx | 2 +- src/IconGirlRoundedFilled.tsx | 2 +- src/IconGirlSharp.tsx | 2 +- src/IconGirlSharpFilled.tsx | 2 +- src/IconGiteOutlined.tsx | 2 +- src/IconGiteOutlinedFilled.tsx | 2 +- src/IconGiteRounded.tsx | 2 +- src/IconGiteRoundedFilled.tsx | 2 +- src/IconGiteSharp.tsx | 2 +- src/IconGiteSharpFilled.tsx | 2 +- src/IconGlassCupOutlined.tsx | 2 +- src/IconGlassCupOutlinedFilled.tsx | 2 +- src/IconGlassCupRounded.tsx | 2 +- src/IconGlassCupRoundedFilled.tsx | 2 +- src/IconGlassCupSharp.tsx | 2 +- src/IconGlassCupSharpFilled.tsx | 2 +- src/IconGlobeAsiaOutlined.tsx | 2 +- src/IconGlobeAsiaOutlinedFilled.tsx | 2 +- src/IconGlobeAsiaRounded.tsx | 2 +- src/IconGlobeAsiaRoundedFilled.tsx | 2 +- src/IconGlobeAsiaSharp.tsx | 2 +- src/IconGlobeAsiaSharpFilled.tsx | 2 +- src/IconGlobeOutlined.tsx | 2 +- src/IconGlobeOutlinedFilled.tsx | 2 +- src/IconGlobeRounded.tsx | 2 +- src/IconGlobeRoundedFilled.tsx | 2 +- src/IconGlobeSharp.tsx | 2 +- src/IconGlobeSharpFilled.tsx | 2 +- src/IconGlobeUkOutlined.tsx | 2 +- src/IconGlobeUkOutlinedFilled.tsx | 2 +- src/IconGlobeUkRounded.tsx | 2 +- src/IconGlobeUkRoundedFilled.tsx | 2 +- src/IconGlobeUkSharp.tsx | 2 +- src/IconGlobeUkSharpFilled.tsx | 2 +- src/IconGlucoseOutlined.tsx | 2 +- src/IconGlucoseOutlinedFilled.tsx | 2 +- src/IconGlucoseRounded.tsx | 2 +- src/IconGlucoseRoundedFilled.tsx | 2 +- src/IconGlucoseSharp.tsx | 2 +- src/IconGlucoseSharpFilled.tsx | 2 +- src/IconGlyphsOutlined.tsx | 2 +- src/IconGlyphsOutlinedFilled.tsx | 2 +- src/IconGlyphsRounded.tsx | 2 +- src/IconGlyphsRoundedFilled.tsx | 2 +- src/IconGlyphsSharp.tsx | 2 +- src/IconGlyphsSharpFilled.tsx | 2 +- src/IconGoToLineOutlined.tsx | 2 +- src/IconGoToLineOutlinedFilled.tsx | 2 +- src/IconGoToLineRounded.tsx | 2 +- src/IconGoToLineRoundedFilled.tsx | 2 +- src/IconGoToLineSharp.tsx | 2 +- src/IconGoToLineSharpFilled.tsx | 2 +- src/IconGolfCourseOutlined.tsx | 2 +- src/IconGolfCourseOutlinedFilled.tsx | 2 +- src/IconGolfCourseRounded.tsx | 2 +- src/IconGolfCourseRoundedFilled.tsx | 2 +- src/IconGolfCourseSharp.tsx | 2 +- src/IconGolfCourseSharpFilled.tsx | 2 +- src/IconGondolaLiftOutlined.tsx | 2 +- src/IconGondolaLiftOutlinedFilled.tsx | 2 +- src/IconGondolaLiftRounded.tsx | 2 +- src/IconGondolaLiftRoundedFilled.tsx | 2 +- src/IconGondolaLiftSharp.tsx | 2 +- src/IconGondolaLiftSharpFilled.tsx | 2 +- src/IconGoogleHomeDevicesOutlined.tsx | 2 +- src/IconGoogleHomeDevicesOutlinedFilled.tsx | 2 +- src/IconGoogleHomeDevicesRounded.tsx | 2 +- src/IconGoogleHomeDevicesRoundedFilled.tsx | 2 +- src/IconGoogleHomeDevicesSharp.tsx | 2 +- src/IconGoogleHomeDevicesSharpFilled.tsx | 2 +- src/IconGoogleTvRemoteOutlined.tsx | 2 +- src/IconGoogleTvRemoteOutlinedFilled.tsx | 2 +- src/IconGoogleTvRemoteRounded.tsx | 2 +- src/IconGoogleTvRemoteRoundedFilled.tsx | 2 +- src/IconGoogleTvRemoteSharp.tsx | 2 +- src/IconGoogleTvRemoteSharpFilled.tsx | 2 +- src/IconGoogleWifiOutlined.tsx | 2 +- src/IconGoogleWifiOutlinedFilled.tsx | 2 +- src/IconGoogleWifiRounded.tsx | 2 +- src/IconGoogleWifiRoundedFilled.tsx | 2 +- src/IconGoogleWifiSharp.tsx | 2 +- src/IconGoogleWifiSharpFilled.tsx | 2 +- src/IconGppBadOutlined.tsx | 2 +- src/IconGppBadOutlinedFilled.tsx | 2 +- src/IconGppBadRounded.tsx | 2 +- src/IconGppBadRoundedFilled.tsx | 2 +- src/IconGppBadSharp.tsx | 2 +- src/IconGppBadSharpFilled.tsx | 2 +- src/IconGppMaybeOutlined.tsx | 2 +- src/IconGppMaybeOutlinedFilled.tsx | 2 +- src/IconGppMaybeRounded.tsx | 2 +- src/IconGppMaybeRoundedFilled.tsx | 2 +- src/IconGppMaybeSharp.tsx | 2 +- src/IconGppMaybeSharpFilled.tsx | 2 +- src/IconGradeOutlined.tsx | 2 +- src/IconGradeOutlinedFilled.tsx | 2 +- src/IconGradeRounded.tsx | 2 +- src/IconGradeRoundedFilled.tsx | 2 +- src/IconGradeSharp.tsx | 2 +- src/IconGradeSharpFilled.tsx | 2 +- src/IconGradientOutlined.tsx | 2 +- src/IconGradientOutlinedFilled.tsx | 2 +- src/IconGradientRounded.tsx | 2 +- src/IconGradientRoundedFilled.tsx | 2 +- src/IconGradientSharp.tsx | 2 +- src/IconGradientSharpFilled.tsx | 2 +- src/IconGradingOutlined.tsx | 2 +- src/IconGradingOutlinedFilled.tsx | 2 +- src/IconGradingRounded.tsx | 2 +- src/IconGradingRoundedFilled.tsx | 2 +- src/IconGradingSharp.tsx | 2 +- src/IconGradingSharpFilled.tsx | 2 +- src/IconGrainOutlined.tsx | 2 +- src/IconGrainOutlinedFilled.tsx | 2 +- src/IconGrainRounded.tsx | 2 +- src/IconGrainRoundedFilled.tsx | 2 +- src/IconGrainSharp.tsx | 2 +- src/IconGrainSharpFilled.tsx | 2 +- src/IconGraphicEqOutlined.tsx | 2 +- src/IconGraphicEqOutlinedFilled.tsx | 2 +- src/IconGraphicEqRounded.tsx | 2 +- src/IconGraphicEqRoundedFilled.tsx | 2 +- src/IconGraphicEqSharp.tsx | 2 +- src/IconGraphicEqSharpFilled.tsx | 2 +- src/IconGrassOutlined.tsx | 2 +- src/IconGrassOutlinedFilled.tsx | 2 +- src/IconGrassRounded.tsx | 2 +- src/IconGrassRoundedFilled.tsx | 2 +- src/IconGrassSharp.tsx | 2 +- src/IconGrassSharpFilled.tsx | 2 +- src/IconGrid3x3OffOutlined.tsx | 2 +- src/IconGrid3x3OffOutlinedFilled.tsx | 2 +- src/IconGrid3x3OffRounded.tsx | 2 +- src/IconGrid3x3OffRoundedFilled.tsx | 2 +- src/IconGrid3x3OffSharp.tsx | 2 +- src/IconGrid3x3OffSharpFilled.tsx | 2 +- src/IconGrid3x3Outlined.tsx | 2 +- src/IconGrid3x3OutlinedFilled.tsx | 2 +- src/IconGrid3x3Rounded.tsx | 2 +- src/IconGrid3x3RoundedFilled.tsx | 2 +- src/IconGrid3x3Sharp.tsx | 2 +- src/IconGrid3x3SharpFilled.tsx | 2 +- src/IconGrid4x4Outlined.tsx | 2 +- src/IconGrid4x4OutlinedFilled.tsx | 2 +- src/IconGrid4x4Rounded.tsx | 2 +- src/IconGrid4x4RoundedFilled.tsx | 2 +- src/IconGrid4x4Sharp.tsx | 2 +- src/IconGrid4x4SharpFilled.tsx | 2 +- src/IconGridGoldenratioOutlined.tsx | 2 +- src/IconGridGoldenratioOutlinedFilled.tsx | 2 +- src/IconGridGoldenratioRounded.tsx | 2 +- src/IconGridGoldenratioRoundedFilled.tsx | 2 +- src/IconGridGoldenratioSharp.tsx | 2 +- src/IconGridGoldenratioSharpFilled.tsx | 2 +- src/IconGridGuidesOutlined.tsx | 2 +- src/IconGridGuidesOutlinedFilled.tsx | 2 +- src/IconGridGuidesRounded.tsx | 2 +- src/IconGridGuidesRoundedFilled.tsx | 2 +- src/IconGridGuidesSharp.tsx | 2 +- src/IconGridGuidesSharpFilled.tsx | 2 +- src/IconGridOffOutlined.tsx | 2 +- src/IconGridOffOutlinedFilled.tsx | 2 +- src/IconGridOffRounded.tsx | 2 +- src/IconGridOffRoundedFilled.tsx | 2 +- src/IconGridOffSharp.tsx | 2 +- src/IconGridOffSharpFilled.tsx | 2 +- src/IconGridOnOutlined.tsx | 2 +- src/IconGridOnOutlinedFilled.tsx | 2 +- src/IconGridOnRounded.tsx | 2 +- src/IconGridOnRoundedFilled.tsx | 2 +- src/IconGridOnSharp.tsx | 2 +- src/IconGridOnSharpFilled.tsx | 2 +- src/IconGridViewOutlined.tsx | 2 +- src/IconGridViewOutlinedFilled.tsx | 2 +- src/IconGridViewRounded.tsx | 2 +- src/IconGridViewRoundedFilled.tsx | 2 +- src/IconGridViewSharp.tsx | 2 +- src/IconGridViewSharpFilled.tsx | 2 +- src/IconGroceryOutlined.tsx | 2 +- src/IconGroceryOutlinedFilled.tsx | 2 +- src/IconGroceryRounded.tsx | 2 +- src/IconGroceryRoundedFilled.tsx | 2 +- src/IconGrocerySharp.tsx | 2 +- src/IconGrocerySharpFilled.tsx | 2 +- src/IconGroupAddOutlined.tsx | 2 +- src/IconGroupAddOutlinedFilled.tsx | 2 +- src/IconGroupAddRounded.tsx | 2 +- src/IconGroupAddRoundedFilled.tsx | 2 +- src/IconGroupAddSharp.tsx | 2 +- src/IconGroupAddSharpFilled.tsx | 2 +- src/IconGroupOffOutlined.tsx | 2 +- src/IconGroupOffOutlinedFilled.tsx | 2 +- src/IconGroupOffRounded.tsx | 2 +- src/IconGroupOffRoundedFilled.tsx | 2 +- src/IconGroupOffSharp.tsx | 2 +- src/IconGroupOffSharpFilled.tsx | 2 +- src/IconGroupOutlined.tsx | 2 +- src/IconGroupOutlinedFilled.tsx | 2 +- src/IconGroupRemoveOutlined.tsx | 2 +- src/IconGroupRemoveOutlinedFilled.tsx | 2 +- src/IconGroupRemoveRounded.tsx | 2 +- src/IconGroupRemoveRoundedFilled.tsx | 2 +- src/IconGroupRemoveSharp.tsx | 2 +- src/IconGroupRemoveSharpFilled.tsx | 2 +- src/IconGroupRounded.tsx | 2 +- src/IconGroupRoundedFilled.tsx | 2 +- src/IconGroupSearchOutlined.tsx | 2 +- src/IconGroupSearchOutlinedFilled.tsx | 2 +- src/IconGroupSearchRounded.tsx | 2 +- src/IconGroupSearchRoundedFilled.tsx | 2 +- src/IconGroupSearchSharp.tsx | 2 +- src/IconGroupSearchSharpFilled.tsx | 2 +- src/IconGroupSharp.tsx | 2 +- src/IconGroupSharpFilled.tsx | 2 +- src/IconGroupWorkOutlined.tsx | 2 +- src/IconGroupWorkOutlinedFilled.tsx | 2 +- src/IconGroupWorkRounded.tsx | 2 +- src/IconGroupWorkRoundedFilled.tsx | 2 +- src/IconGroupWorkSharp.tsx | 2 +- src/IconGroupWorkSharpFilled.tsx | 2 +- src/IconGroupedBarChartOutlined.tsx | 2 +- src/IconGroupedBarChartOutlinedFilled.tsx | 2 +- src/IconGroupedBarChartRounded.tsx | 2 +- src/IconGroupedBarChartRoundedFilled.tsx | 2 +- src/IconGroupedBarChartSharp.tsx | 2 +- src/IconGroupedBarChartSharpFilled.tsx | 2 +- src/IconGroups2Outlined.tsx | 2 +- src/IconGroups2OutlinedFilled.tsx | 2 +- src/IconGroups2Rounded.tsx | 2 +- src/IconGroups2RoundedFilled.tsx | 2 +- src/IconGroups2Sharp.tsx | 2 +- src/IconGroups2SharpFilled.tsx | 2 +- src/IconGroups3Outlined.tsx | 2 +- src/IconGroups3OutlinedFilled.tsx | 2 +- src/IconGroups3Rounded.tsx | 2 +- src/IconGroups3RoundedFilled.tsx | 2 +- src/IconGroups3Sharp.tsx | 2 +- src/IconGroups3SharpFilled.tsx | 2 +- src/IconGroupsOutlined.tsx | 2 +- src/IconGroupsOutlinedFilled.tsx | 2 +- src/IconGroupsRounded.tsx | 2 +- src/IconGroupsRoundedFilled.tsx | 2 +- src/IconGroupsSharp.tsx | 2 +- src/IconGroupsSharpFilled.tsx | 2 +- src/IconGuardianOutlined.tsx | 2 +- src/IconGuardianOutlinedFilled.tsx | 2 +- src/IconGuardianRounded.tsx | 2 +- src/IconGuardianRoundedFilled.tsx | 2 +- src/IconGuardianSharp.tsx | 2 +- src/IconGuardianSharpFilled.tsx | 2 +- src/IconGynecologyOutlined.tsx | 2 +- src/IconGynecologyOutlinedFilled.tsx | 2 +- src/IconGynecologyRounded.tsx | 2 +- src/IconGynecologyRoundedFilled.tsx | 2 +- src/IconGynecologySharp.tsx | 2 +- src/IconGynecologySharpFilled.tsx | 2 +- src/IconHMobiledataBadgeOutlined.tsx | 2 +- src/IconHMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconHMobiledataBadgeRounded.tsx | 2 +- src/IconHMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconHMobiledataBadgeSharp.tsx | 2 +- src/IconHMobiledataBadgeSharpFilled.tsx | 2 +- src/IconHMobiledataOutlined.tsx | 2 +- src/IconHMobiledataOutlinedFilled.tsx | 2 +- src/IconHMobiledataRounded.tsx | 2 +- src/IconHMobiledataRoundedFilled.tsx | 2 +- src/IconHMobiledataSharp.tsx | 2 +- src/IconHMobiledataSharpFilled.tsx | 2 +- src/IconHPlusMobiledataBadgeOutlined.tsx | 2 +- ...IconHPlusMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconHPlusMobiledataBadgeRounded.tsx | 2 +- src/IconHPlusMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconHPlusMobiledataBadgeSharp.tsx | 2 +- src/IconHPlusMobiledataBadgeSharpFilled.tsx | 2 +- src/IconHPlusMobiledataOutlined.tsx | 2 +- src/IconHPlusMobiledataOutlinedFilled.tsx | 2 +- src/IconHPlusMobiledataRounded.tsx | 2 +- src/IconHPlusMobiledataRoundedFilled.tsx | 2 +- src/IconHPlusMobiledataSharp.tsx | 2 +- src/IconHPlusMobiledataSharpFilled.tsx | 2 +- src/IconHailOutlined.tsx | 2 +- src/IconHailOutlinedFilled.tsx | 2 +- src/IconHailRounded.tsx | 2 +- src/IconHailRoundedFilled.tsx | 2 +- src/IconHailSharp.tsx | 2 +- src/IconHailSharpFilled.tsx | 2 +- src/IconHallwayOutlined.tsx | 2 +- src/IconHallwayOutlinedFilled.tsx | 2 +- src/IconHallwayRounded.tsx | 2 +- src/IconHallwayRoundedFilled.tsx | 2 +- src/IconHallwaySharp.tsx | 2 +- src/IconHallwaySharpFilled.tsx | 2 +- src/IconHandBonesOutlined.tsx | 2 +- src/IconHandBonesOutlinedFilled.tsx | 2 +- src/IconHandBonesRounded.tsx | 2 +- src/IconHandBonesRoundedFilled.tsx | 2 +- src/IconHandBonesSharp.tsx | 2 +- src/IconHandBonesSharpFilled.tsx | 2 +- src/IconHandGestureOffOutlined.tsx | 2 +- src/IconHandGestureOffOutlinedFilled.tsx | 2 +- src/IconHandGestureOffRounded.tsx | 2 +- src/IconHandGestureOffRoundedFilled.tsx | 2 +- src/IconHandGestureOffSharp.tsx | 2 +- src/IconHandGestureOffSharpFilled.tsx | 2 +- src/IconHandGestureOutlined.tsx | 2 +- src/IconHandGestureOutlinedFilled.tsx | 2 +- src/IconHandGestureRounded.tsx | 2 +- src/IconHandGestureRoundedFilled.tsx | 2 +- src/IconHandGestureSharp.tsx | 2 +- src/IconHandGestureSharpFilled.tsx | 2 +- src/IconHandheldControllerOutlined.tsx | 2 +- src/IconHandheldControllerOutlinedFilled.tsx | 2 +- src/IconHandheldControllerRounded.tsx | 2 +- src/IconHandheldControllerRoundedFilled.tsx | 2 +- src/IconHandheldControllerSharp.tsx | 2 +- src/IconHandheldControllerSharpFilled.tsx | 2 +- src/IconHandshakeOutlined.tsx | 2 +- src/IconHandshakeOutlinedFilled.tsx | 2 +- src/IconHandshakeRounded.tsx | 2 +- src/IconHandshakeRoundedFilled.tsx | 2 +- src/IconHandshakeSharp.tsx | 2 +- src/IconHandshakeSharpFilled.tsx | 2 +- src/IconHandymanOutlined.tsx | 2 +- src/IconHandymanOutlinedFilled.tsx | 2 +- src/IconHandymanRounded.tsx | 2 +- src/IconHandymanRoundedFilled.tsx | 2 +- src/IconHandymanSharp.tsx | 2 +- src/IconHandymanSharpFilled.tsx | 2 +- src/IconHangoutVideoOffOutlined.tsx | 2 +- src/IconHangoutVideoOffOutlinedFilled.tsx | 2 +- src/IconHangoutVideoOffRounded.tsx | 2 +- src/IconHangoutVideoOffRoundedFilled.tsx | 2 +- src/IconHangoutVideoOffSharp.tsx | 2 +- src/IconHangoutVideoOffSharpFilled.tsx | 2 +- src/IconHangoutVideoOutlined.tsx | 2 +- src/IconHangoutVideoOutlinedFilled.tsx | 2 +- src/IconHangoutVideoRounded.tsx | 2 +- src/IconHangoutVideoRoundedFilled.tsx | 2 +- src/IconHangoutVideoSharp.tsx | 2 +- src/IconHangoutVideoSharpFilled.tsx | 2 +- src/IconHardDiskOutlined.tsx | 2 +- src/IconHardDiskOutlinedFilled.tsx | 2 +- src/IconHardDiskRounded.tsx | 2 +- src/IconHardDiskRoundedFilled.tsx | 2 +- src/IconHardDiskSharp.tsx | 2 +- src/IconHardDiskSharpFilled.tsx | 2 +- src/IconHardDrive2Outlined.tsx | 2 +- src/IconHardDrive2OutlinedFilled.tsx | 2 +- src/IconHardDrive2Rounded.tsx | 2 +- src/IconHardDrive2RoundedFilled.tsx | 2 +- src/IconHardDrive2Sharp.tsx | 2 +- src/IconHardDrive2SharpFilled.tsx | 2 +- src/IconHardDriveOutlined.tsx | 2 +- src/IconHardDriveOutlinedFilled.tsx | 2 +- src/IconHardDriveRounded.tsx | 2 +- src/IconHardDriveRoundedFilled.tsx | 2 +- src/IconHardDriveSharp.tsx | 2 +- src/IconHardDriveSharpFilled.tsx | 2 +- src/IconHardwareOutlined.tsx | 2 +- src/IconHardwareOutlinedFilled.tsx | 2 +- src/IconHardwareRounded.tsx | 2 +- src/IconHardwareRoundedFilled.tsx | 2 +- src/IconHardwareSharp.tsx | 2 +- src/IconHardwareSharpFilled.tsx | 2 +- src/IconHdOutlined.tsx | 2 +- src/IconHdOutlinedFilled.tsx | 2 +- src/IconHdRounded.tsx | 2 +- src/IconHdRoundedFilled.tsx | 2 +- src/IconHdSharp.tsx | 2 +- src/IconHdSharpFilled.tsx | 2 +- src/IconHdrAutoOutlined.tsx | 2 +- src/IconHdrAutoOutlinedFilled.tsx | 2 +- src/IconHdrAutoRounded.tsx | 2 +- src/IconHdrAutoRoundedFilled.tsx | 2 +- src/IconHdrAutoSelectOutlined.tsx | 2 +- src/IconHdrAutoSelectOutlinedFilled.tsx | 2 +- src/IconHdrAutoSelectRounded.tsx | 2 +- src/IconHdrAutoSelectRoundedFilled.tsx | 2 +- src/IconHdrAutoSelectSharp.tsx | 2 +- src/IconHdrAutoSelectSharpFilled.tsx | 2 +- src/IconHdrAutoSharp.tsx | 2 +- src/IconHdrAutoSharpFilled.tsx | 2 +- src/IconHdrEnhancedSelectOutlined.tsx | 2 +- src/IconHdrEnhancedSelectOutlinedFilled.tsx | 2 +- src/IconHdrEnhancedSelectRounded.tsx | 2 +- src/IconHdrEnhancedSelectRoundedFilled.tsx | 2 +- src/IconHdrEnhancedSelectSharp.tsx | 2 +- src/IconHdrEnhancedSelectSharpFilled.tsx | 2 +- src/IconHdrOffOutlined.tsx | 2 +- src/IconHdrOffOutlinedFilled.tsx | 2 +- src/IconHdrOffRounded.tsx | 2 +- src/IconHdrOffRoundedFilled.tsx | 2 +- src/IconHdrOffSelectOutlined.tsx | 2 +- src/IconHdrOffSelectOutlinedFilled.tsx | 2 +- src/IconHdrOffSelectRounded.tsx | 2 +- src/IconHdrOffSelectRoundedFilled.tsx | 2 +- src/IconHdrOffSelectSharp.tsx | 2 +- src/IconHdrOffSelectSharpFilled.tsx | 2 +- src/IconHdrOffSharp.tsx | 2 +- src/IconHdrOffSharpFilled.tsx | 2 +- src/IconHdrOnOutlined.tsx | 2 +- src/IconHdrOnOutlinedFilled.tsx | 2 +- src/IconHdrOnRounded.tsx | 2 +- src/IconHdrOnRoundedFilled.tsx | 2 +- src/IconHdrOnSelectOutlined.tsx | 2 +- src/IconHdrOnSelectOutlinedFilled.tsx | 2 +- src/IconHdrOnSelectRounded.tsx | 2 +- src/IconHdrOnSelectRoundedFilled.tsx | 2 +- src/IconHdrOnSelectSharp.tsx | 2 +- src/IconHdrOnSelectSharpFilled.tsx | 2 +- src/IconHdrOnSharp.tsx | 2 +- src/IconHdrOnSharpFilled.tsx | 2 +- src/IconHdrPlusOffOutlined.tsx | 2 +- src/IconHdrPlusOffOutlinedFilled.tsx | 2 +- src/IconHdrPlusOffRounded.tsx | 2 +- src/IconHdrPlusOffRoundedFilled.tsx | 2 +- src/IconHdrPlusOffSharp.tsx | 2 +- src/IconHdrPlusOffSharpFilled.tsx | 2 +- src/IconHdrPlusOutlined.tsx | 2 +- src/IconHdrPlusOutlinedFilled.tsx | 2 +- src/IconHdrPlusRounded.tsx | 2 +- src/IconHdrPlusRoundedFilled.tsx | 2 +- src/IconHdrPlusSharp.tsx | 2 +- src/IconHdrPlusSharpFilled.tsx | 2 +- src/IconHdrStrongOutlined.tsx | 2 +- src/IconHdrStrongOutlinedFilled.tsx | 2 +- src/IconHdrStrongRounded.tsx | 2 +- src/IconHdrStrongRoundedFilled.tsx | 2 +- src/IconHdrStrongSharp.tsx | 2 +- src/IconHdrStrongSharpFilled.tsx | 2 +- src/IconHdrWeakOutlined.tsx | 2 +- src/IconHdrWeakOutlinedFilled.tsx | 2 +- src/IconHdrWeakRounded.tsx | 2 +- src/IconHdrWeakRoundedFilled.tsx | 2 +- src/IconHdrWeakSharp.tsx | 2 +- src/IconHdrWeakSharpFilled.tsx | 2 +- src/IconHeadMountedDeviceOutlined.tsx | 2 +- src/IconHeadMountedDeviceOutlinedFilled.tsx | 2 +- src/IconHeadMountedDeviceRounded.tsx | 2 +- src/IconHeadMountedDeviceRoundedFilled.tsx | 2 +- src/IconHeadMountedDeviceSharp.tsx | 2 +- src/IconHeadMountedDeviceSharpFilled.tsx | 2 +- src/IconHeadphonesBatteryOutlined.tsx | 2 +- src/IconHeadphonesBatteryOutlinedFilled.tsx | 2 +- src/IconHeadphonesBatteryRounded.tsx | 2 +- src/IconHeadphonesBatteryRoundedFilled.tsx | 2 +- src/IconHeadphonesBatterySharp.tsx | 2 +- src/IconHeadphonesBatterySharpFilled.tsx | 2 +- src/IconHeadphonesOutlined.tsx | 2 +- src/IconHeadphonesOutlinedFilled.tsx | 2 +- src/IconHeadphonesRounded.tsx | 2 +- src/IconHeadphonesRoundedFilled.tsx | 2 +- src/IconHeadphonesSharp.tsx | 2 +- src/IconHeadphonesSharpFilled.tsx | 2 +- src/IconHeadsetMicOutlined.tsx | 2 +- src/IconHeadsetMicOutlinedFilled.tsx | 2 +- src/IconHeadsetMicRounded.tsx | 2 +- src/IconHeadsetMicRoundedFilled.tsx | 2 +- src/IconHeadsetMicSharp.tsx | 2 +- src/IconHeadsetMicSharpFilled.tsx | 2 +- src/IconHeadsetOffOutlined.tsx | 2 +- src/IconHeadsetOffOutlinedFilled.tsx | 2 +- src/IconHeadsetOffRounded.tsx | 2 +- src/IconHeadsetOffRoundedFilled.tsx | 2 +- src/IconHeadsetOffSharp.tsx | 2 +- src/IconHeadsetOffSharpFilled.tsx | 2 +- src/IconHealingOutlined.tsx | 2 +- src/IconHealingOutlinedFilled.tsx | 2 +- src/IconHealingRounded.tsx | 2 +- src/IconHealingRoundedFilled.tsx | 2 +- src/IconHealingSharp.tsx | 2 +- src/IconHealingSharpFilled.tsx | 2 +- src/IconHealthAndBeautyOutlined.tsx | 2 +- src/IconHealthAndBeautyOutlinedFilled.tsx | 2 +- src/IconHealthAndBeautyRounded.tsx | 2 +- src/IconHealthAndBeautyRoundedFilled.tsx | 2 +- src/IconHealthAndBeautySharp.tsx | 2 +- src/IconHealthAndBeautySharpFilled.tsx | 2 +- src/IconHealthAndSafetyOutlined.tsx | 2 +- src/IconHealthAndSafetyOutlinedFilled.tsx | 2 +- src/IconHealthAndSafetyRounded.tsx | 2 +- src/IconHealthAndSafetyRoundedFilled.tsx | 2 +- src/IconHealthAndSafetySharp.tsx | 2 +- src/IconHealthAndSafetySharpFilled.tsx | 2 +- src/IconHealthMetricsOutlined.tsx | 2 +- src/IconHealthMetricsOutlinedFilled.tsx | 2 +- src/IconHealthMetricsRounded.tsx | 2 +- src/IconHealthMetricsRoundedFilled.tsx | 2 +- src/IconHealthMetricsSharp.tsx | 2 +- src/IconHealthMetricsSharpFilled.tsx | 2 +- src/IconHeapSnapshotLargeOutlined.tsx | 2 +- src/IconHeapSnapshotLargeOutlinedFilled.tsx | 2 +- src/IconHeapSnapshotLargeRounded.tsx | 2 +- src/IconHeapSnapshotLargeRoundedFilled.tsx | 2 +- src/IconHeapSnapshotLargeSharp.tsx | 2 +- src/IconHeapSnapshotLargeSharpFilled.tsx | 2 +- src/IconHeapSnapshotMultipleOutlined.tsx | 2 +- ...IconHeapSnapshotMultipleOutlinedFilled.tsx | 2 +- src/IconHeapSnapshotMultipleRounded.tsx | 2 +- src/IconHeapSnapshotMultipleRoundedFilled.tsx | 2 +- src/IconHeapSnapshotMultipleSharp.tsx | 2 +- src/IconHeapSnapshotMultipleSharpFilled.tsx | 2 +- src/IconHeapSnapshotThumbnailOutlined.tsx | 2 +- ...conHeapSnapshotThumbnailOutlinedFilled.tsx | 2 +- src/IconHeapSnapshotThumbnailRounded.tsx | 2 +- ...IconHeapSnapshotThumbnailRoundedFilled.tsx | 2 +- src/IconHeapSnapshotThumbnailSharp.tsx | 2 +- src/IconHeapSnapshotThumbnailSharpFilled.tsx | 2 +- src/IconHearingAidOutlined.tsx | 2 +- src/IconHearingAidOutlinedFilled.tsx | 2 +- src/IconHearingAidRounded.tsx | 2 +- src/IconHearingAidRoundedFilled.tsx | 2 +- src/IconHearingAidSharp.tsx | 2 +- src/IconHearingAidSharpFilled.tsx | 2 +- src/IconHearingDisabledOutlined.tsx | 2 +- src/IconHearingDisabledOutlinedFilled.tsx | 2 +- src/IconHearingDisabledRounded.tsx | 2 +- src/IconHearingDisabledRoundedFilled.tsx | 2 +- src/IconHearingDisabledSharp.tsx | 2 +- src/IconHearingDisabledSharpFilled.tsx | 2 +- src/IconHearingOutlined.tsx | 2 +- src/IconHearingOutlinedFilled.tsx | 2 +- src/IconHearingRounded.tsx | 2 +- src/IconHearingRoundedFilled.tsx | 2 +- src/IconHearingSharp.tsx | 2 +- src/IconHearingSharpFilled.tsx | 2 +- src/IconHeartBrokenOutlined.tsx | 2 +- src/IconHeartBrokenOutlinedFilled.tsx | 2 +- src/IconHeartBrokenRounded.tsx | 2 +- src/IconHeartBrokenRoundedFilled.tsx | 2 +- src/IconHeartBrokenSharp.tsx | 2 +- src/IconHeartBrokenSharpFilled.tsx | 2 +- src/IconHeartCheckOutlined.tsx | 2 +- src/IconHeartCheckOutlinedFilled.tsx | 2 +- src/IconHeartCheckRounded.tsx | 2 +- src/IconHeartCheckRoundedFilled.tsx | 2 +- src/IconHeartCheckSharp.tsx | 2 +- src/IconHeartCheckSharpFilled.tsx | 2 +- src/IconHeartMinusOutlined.tsx | 2 +- src/IconHeartMinusOutlinedFilled.tsx | 2 +- src/IconHeartMinusRounded.tsx | 2 +- src/IconHeartMinusRoundedFilled.tsx | 2 +- src/IconHeartMinusSharp.tsx | 2 +- src/IconHeartMinusSharpFilled.tsx | 2 +- src/IconHeartPlusOutlined.tsx | 2 +- src/IconHeartPlusOutlinedFilled.tsx | 2 +- src/IconHeartPlusRounded.tsx | 2 +- src/IconHeartPlusRoundedFilled.tsx | 2 +- src/IconHeartPlusSharp.tsx | 2 +- src/IconHeartPlusSharpFilled.tsx | 2 +- src/IconHeatOutlined.tsx | 2 +- src/IconHeatOutlinedFilled.tsx | 2 +- src/IconHeatPumpBalanceOutlined.tsx | 2 +- src/IconHeatPumpBalanceOutlinedFilled.tsx | 2 +- src/IconHeatPumpBalanceRounded.tsx | 2 +- src/IconHeatPumpBalanceRoundedFilled.tsx | 2 +- src/IconHeatPumpBalanceSharp.tsx | 2 +- src/IconHeatPumpBalanceSharpFilled.tsx | 2 +- src/IconHeatPumpOutlined.tsx | 2 +- src/IconHeatPumpOutlinedFilled.tsx | 2 +- src/IconHeatPumpRounded.tsx | 2 +- src/IconHeatPumpRoundedFilled.tsx | 2 +- src/IconHeatPumpSharp.tsx | 2 +- src/IconHeatPumpSharpFilled.tsx | 2 +- src/IconHeatRounded.tsx | 2 +- src/IconHeatRoundedFilled.tsx | 2 +- src/IconHeatSharp.tsx | 2 +- src/IconHeatSharpFilled.tsx | 2 +- src/IconHeightOutlined.tsx | 2 +- src/IconHeightOutlinedFilled.tsx | 2 +- src/IconHeightRounded.tsx | 2 +- src/IconHeightRoundedFilled.tsx | 2 +- src/IconHeightSharp.tsx | 2 +- src/IconHeightSharpFilled.tsx | 2 +- src/IconHelicopterOutlined.tsx | 2 +- src/IconHelicopterOutlinedFilled.tsx | 2 +- src/IconHelicopterRounded.tsx | 2 +- src/IconHelicopterRoundedFilled.tsx | 2 +- src/IconHelicopterSharp.tsx | 2 +- src/IconHelicopterSharpFilled.tsx | 2 +- src/IconHelpCenterOutlined.tsx | 2 +- src/IconHelpCenterOutlinedFilled.tsx | 2 +- src/IconHelpCenterRounded.tsx | 2 +- src/IconHelpCenterRoundedFilled.tsx | 2 +- src/IconHelpCenterSharp.tsx | 2 +- src/IconHelpCenterSharpFilled.tsx | 2 +- src/IconHelpClinicOutlined.tsx | 2 +- src/IconHelpClinicOutlinedFilled.tsx | 2 +- src/IconHelpClinicRounded.tsx | 2 +- src/IconHelpClinicRoundedFilled.tsx | 2 +- src/IconHelpClinicSharp.tsx | 2 +- src/IconHelpClinicSharpFilled.tsx | 2 +- src/IconHelpOutlined.tsx | 2 +- src/IconHelpOutlinedFilled.tsx | 2 +- src/IconHelpRounded.tsx | 2 +- src/IconHelpRoundedFilled.tsx | 2 +- src/IconHelpSharp.tsx | 2 +- src/IconHelpSharpFilled.tsx | 2 +- src/IconHematologyOutlined.tsx | 2 +- src/IconHematologyOutlinedFilled.tsx | 2 +- src/IconHematologyRounded.tsx | 2 +- src/IconHematologyRoundedFilled.tsx | 2 +- src/IconHematologySharp.tsx | 2 +- src/IconHematologySharpFilled.tsx | 2 +- src/IconHevcOutlined.tsx | 2 +- src/IconHevcOutlinedFilled.tsx | 2 +- src/IconHevcRounded.tsx | 2 +- src/IconHevcRoundedFilled.tsx | 2 +- src/IconHevcSharp.tsx | 2 +- src/IconHevcSharpFilled.tsx | 2 +- src/IconHexagonOutlined.tsx | 2 +- src/IconHexagonOutlinedFilled.tsx | 2 +- src/IconHexagonRounded.tsx | 2 +- src/IconHexagonRoundedFilled.tsx | 2 +- src/IconHexagonSharp.tsx | 2 +- src/IconHexagonSharpFilled.tsx | 2 +- src/IconHideImageOutlined.tsx | 2 +- src/IconHideImageOutlinedFilled.tsx | 2 +- src/IconHideImageRounded.tsx | 2 +- src/IconHideImageRoundedFilled.tsx | 2 +- src/IconHideImageSharp.tsx | 2 +- src/IconHideImageSharpFilled.tsx | 2 +- src/IconHideOutlined.tsx | 2 +- src/IconHideOutlinedFilled.tsx | 2 +- src/IconHideRounded.tsx | 2 +- src/IconHideRoundedFilled.tsx | 2 +- src/IconHideSharp.tsx | 2 +- src/IconHideSharpFilled.tsx | 2 +- src/IconHideSourceOutlined.tsx | 2 +- src/IconHideSourceOutlinedFilled.tsx | 2 +- src/IconHideSourceRounded.tsx | 2 +- src/IconHideSourceRoundedFilled.tsx | 2 +- src/IconHideSourceSharp.tsx | 2 +- src/IconHideSourceSharpFilled.tsx | 2 +- src/IconHighDensityOutlined.tsx | 2 +- src/IconHighDensityOutlinedFilled.tsx | 2 +- src/IconHighDensityRounded.tsx | 2 +- src/IconHighDensityRoundedFilled.tsx | 2 +- src/IconHighDensitySharp.tsx | 2 +- src/IconHighDensitySharpFilled.tsx | 2 +- src/IconHighQualityOutlined.tsx | 2 +- src/IconHighQualityOutlinedFilled.tsx | 2 +- src/IconHighQualityRounded.tsx | 2 +- src/IconHighQualityRoundedFilled.tsx | 2 +- src/IconHighQualitySharp.tsx | 2 +- src/IconHighQualitySharpFilled.tsx | 2 +- src/IconHighResOutlined.tsx | 2 +- src/IconHighResOutlinedFilled.tsx | 2 +- src/IconHighResRounded.tsx | 2 +- src/IconHighResRoundedFilled.tsx | 2 +- src/IconHighResSharp.tsx | 2 +- src/IconHighResSharpFilled.tsx | 2 +- src/IconHighlightKeyboardFocusOutlined.tsx | 2 +- ...onHighlightKeyboardFocusOutlinedFilled.tsx | 2 +- src/IconHighlightKeyboardFocusRounded.tsx | 2 +- ...conHighlightKeyboardFocusRoundedFilled.tsx | 2 +- src/IconHighlightKeyboardFocusSharp.tsx | 2 +- src/IconHighlightKeyboardFocusSharpFilled.tsx | 2 +- src/IconHighlightMouseCursorOutlined.tsx | 2 +- ...IconHighlightMouseCursorOutlinedFilled.tsx | 2 +- src/IconHighlightMouseCursorRounded.tsx | 2 +- src/IconHighlightMouseCursorRoundedFilled.tsx | 2 +- src/IconHighlightMouseCursorSharp.tsx | 2 +- src/IconHighlightMouseCursorSharpFilled.tsx | 2 +- src/IconHighlightOutlined.tsx | 2 +- src/IconHighlightOutlinedFilled.tsx | 2 +- src/IconHighlightRounded.tsx | 2 +- src/IconHighlightRoundedFilled.tsx | 2 +- src/IconHighlightSharp.tsx | 2 +- src/IconHighlightSharpFilled.tsx | 2 +- src/IconHighlightTextCursorOutlined.tsx | 2 +- src/IconHighlightTextCursorOutlinedFilled.tsx | 2 +- src/IconHighlightTextCursorRounded.tsx | 2 +- src/IconHighlightTextCursorRoundedFilled.tsx | 2 +- src/IconHighlightTextCursorSharp.tsx | 2 +- src/IconHighlightTextCursorSharpFilled.tsx | 2 +- src/IconHighlighterSize1Outlined.tsx | 2 +- src/IconHighlighterSize1OutlinedFilled.tsx | 2 +- src/IconHighlighterSize1Rounded.tsx | 2 +- src/IconHighlighterSize1RoundedFilled.tsx | 2 +- src/IconHighlighterSize1Sharp.tsx | 2 +- src/IconHighlighterSize1SharpFilled.tsx | 2 +- src/IconHighlighterSize2Outlined.tsx | 2 +- src/IconHighlighterSize2OutlinedFilled.tsx | 2 +- src/IconHighlighterSize2Rounded.tsx | 2 +- src/IconHighlighterSize2RoundedFilled.tsx | 2 +- src/IconHighlighterSize2Sharp.tsx | 2 +- src/IconHighlighterSize2SharpFilled.tsx | 2 +- src/IconHighlighterSize3Outlined.tsx | 2 +- src/IconHighlighterSize3OutlinedFilled.tsx | 2 +- src/IconHighlighterSize3Rounded.tsx | 2 +- src/IconHighlighterSize3RoundedFilled.tsx | 2 +- src/IconHighlighterSize3Sharp.tsx | 2 +- src/IconHighlighterSize3SharpFilled.tsx | 2 +- src/IconHighlighterSize4Outlined.tsx | 2 +- src/IconHighlighterSize4OutlinedFilled.tsx | 2 +- src/IconHighlighterSize4Rounded.tsx | 2 +- src/IconHighlighterSize4RoundedFilled.tsx | 2 +- src/IconHighlighterSize4Sharp.tsx | 2 +- src/IconHighlighterSize4SharpFilled.tsx | 2 +- src/IconHighlighterSize5Outlined.tsx | 2 +- src/IconHighlighterSize5OutlinedFilled.tsx | 2 +- src/IconHighlighterSize5Rounded.tsx | 2 +- src/IconHighlighterSize5RoundedFilled.tsx | 2 +- src/IconHighlighterSize5Sharp.tsx | 2 +- src/IconHighlighterSize5SharpFilled.tsx | 2 +- src/IconHikingOutlined.tsx | 2 +- src/IconHikingOutlinedFilled.tsx | 2 +- src/IconHikingRounded.tsx | 2 +- src/IconHikingRoundedFilled.tsx | 2 +- src/IconHikingSharp.tsx | 2 +- src/IconHikingSharpFilled.tsx | 2 +- src/IconHistory2Outlined.tsx | 2 +- src/IconHistory2OutlinedFilled.tsx | 2 +- src/IconHistory2Rounded.tsx | 2 +- src/IconHistory2RoundedFilled.tsx | 2 +- src/IconHistory2Sharp.tsx | 2 +- src/IconHistory2SharpFilled.tsx | 2 +- src/IconHistoryEduOutlined.tsx | 2 +- src/IconHistoryEduOutlinedFilled.tsx | 2 +- src/IconHistoryEduRounded.tsx | 2 +- src/IconHistoryEduRoundedFilled.tsx | 2 +- src/IconHistoryEduSharp.tsx | 2 +- src/IconHistoryEduSharpFilled.tsx | 2 +- src/IconHistoryOffOutlined.tsx | 2 +- src/IconHistoryOffOutlinedFilled.tsx | 2 +- src/IconHistoryOffRounded.tsx | 2 +- src/IconHistoryOffRoundedFilled.tsx | 2 +- src/IconHistoryOffSharp.tsx | 2 +- src/IconHistoryOffSharpFilled.tsx | 2 +- src/IconHistoryOutlined.tsx | 2 +- src/IconHistoryOutlinedFilled.tsx | 2 +- src/IconHistoryRounded.tsx | 2 +- src/IconHistoryRoundedFilled.tsx | 2 +- src/IconHistorySharp.tsx | 2 +- src/IconHistorySharpFilled.tsx | 2 +- src/IconHistoryToggleOffOutlined.tsx | 2 +- src/IconHistoryToggleOffOutlinedFilled.tsx | 2 +- src/IconHistoryToggleOffRounded.tsx | 2 +- src/IconHistoryToggleOffRoundedFilled.tsx | 2 +- src/IconHistoryToggleOffSharp.tsx | 2 +- src/IconHistoryToggleOffSharpFilled.tsx | 2 +- src/IconHiveOutlined.tsx | 2 +- src/IconHiveOutlinedFilled.tsx | 2 +- src/IconHiveRounded.tsx | 2 +- src/IconHiveRoundedFilled.tsx | 2 +- src/IconHiveSharp.tsx | 2 +- src/IconHiveSharpFilled.tsx | 2 +- src/IconHlsOffOutlined.tsx | 2 +- src/IconHlsOffOutlinedFilled.tsx | 2 +- src/IconHlsOffRounded.tsx | 2 +- src/IconHlsOffRoundedFilled.tsx | 2 +- src/IconHlsOffSharp.tsx | 2 +- src/IconHlsOffSharpFilled.tsx | 2 +- src/IconHlsOutlined.tsx | 2 +- src/IconHlsOutlinedFilled.tsx | 2 +- src/IconHlsRounded.tsx | 2 +- src/IconHlsRoundedFilled.tsx | 2 +- src/IconHlsSharp.tsx | 2 +- src/IconHlsSharpFilled.tsx | 2 +- src/IconHolidayVillageOutlined.tsx | 2 +- src/IconHolidayVillageOutlinedFilled.tsx | 2 +- src/IconHolidayVillageRounded.tsx | 2 +- src/IconHolidayVillageRoundedFilled.tsx | 2 +- src/IconHolidayVillageSharp.tsx | 2 +- src/IconHolidayVillageSharpFilled.tsx | 2 +- src/IconHomeAndGardenOutlined.tsx | 2 +- src/IconHomeAndGardenOutlinedFilled.tsx | 2 +- src/IconHomeAndGardenRounded.tsx | 2 +- src/IconHomeAndGardenRoundedFilled.tsx | 2 +- src/IconHomeAndGardenSharp.tsx | 2 +- src/IconHomeAndGardenSharpFilled.tsx | 2 +- src/IconHomeAppLogoOutlined.tsx | 2 +- src/IconHomeAppLogoOutlinedFilled.tsx | 2 +- src/IconHomeAppLogoRounded.tsx | 2 +- src/IconHomeAppLogoRoundedFilled.tsx | 2 +- src/IconHomeAppLogoSharp.tsx | 2 +- src/IconHomeAppLogoSharpFilled.tsx | 2 +- src/IconHomeHealthOutlined.tsx | 2 +- src/IconHomeHealthOutlinedFilled.tsx | 2 +- src/IconHomeHealthRounded.tsx | 2 +- src/IconHomeHealthRoundedFilled.tsx | 2 +- src/IconHomeHealthSharp.tsx | 2 +- src/IconHomeHealthSharpFilled.tsx | 2 +- src/IconHomeImprovementAndToolsOutlined.tsx | 2 +- ...nHomeImprovementAndToolsOutlinedFilled.tsx | 2 +- src/IconHomeImprovementAndToolsRounded.tsx | 2 +- ...onHomeImprovementAndToolsRoundedFilled.tsx | 2 +- src/IconHomeImprovementAndToolsSharp.tsx | 2 +- ...IconHomeImprovementAndToolsSharpFilled.tsx | 2 +- src/IconHomeIotDeviceOutlined.tsx | 2 +- src/IconHomeIotDeviceOutlinedFilled.tsx | 2 +- src/IconHomeIotDeviceRounded.tsx | 2 +- src/IconHomeIotDeviceRoundedFilled.tsx | 2 +- src/IconHomeIotDeviceSharp.tsx | 2 +- src/IconHomeIotDeviceSharpFilled.tsx | 2 +- src/IconHomeMaxDotsOutlined.tsx | 2 +- src/IconHomeMaxDotsOutlinedFilled.tsx | 2 +- src/IconHomeMaxDotsRounded.tsx | 2 +- src/IconHomeMaxDotsRoundedFilled.tsx | 2 +- src/IconHomeMaxDotsSharp.tsx | 2 +- src/IconHomeMaxDotsSharpFilled.tsx | 2 +- src/IconHomeMaxOutlined.tsx | 2 +- src/IconHomeMaxOutlinedFilled.tsx | 2 +- src/IconHomeMaxRounded.tsx | 2 +- src/IconHomeMaxRoundedFilled.tsx | 2 +- src/IconHomeMaxSharp.tsx | 2 +- src/IconHomeMaxSharpFilled.tsx | 2 +- src/IconHomeMiniOutlined.tsx | 2 +- src/IconHomeMiniOutlinedFilled.tsx | 2 +- src/IconHomeMiniRounded.tsx | 2 +- src/IconHomeMiniRoundedFilled.tsx | 2 +- src/IconHomeMiniSharp.tsx | 2 +- src/IconHomeMiniSharpFilled.tsx | 2 +- src/IconHomeOutlined.tsx | 2 +- src/IconHomeOutlinedFilled.tsx | 2 +- src/IconHomePinOutlined.tsx | 2 +- src/IconHomePinOutlinedFilled.tsx | 2 +- src/IconHomePinRounded.tsx | 2 +- src/IconHomePinRoundedFilled.tsx | 2 +- src/IconHomePinSharp.tsx | 2 +- src/IconHomePinSharpFilled.tsx | 2 +- src/IconHomeRepairServiceOutlined.tsx | 2 +- src/IconHomeRepairServiceOutlinedFilled.tsx | 2 +- src/IconHomeRepairServiceRounded.tsx | 2 +- src/IconHomeRepairServiceRoundedFilled.tsx | 2 +- src/IconHomeRepairServiceSharp.tsx | 2 +- src/IconHomeRepairServiceSharpFilled.tsx | 2 +- src/IconHomeRounded.tsx | 2 +- src/IconHomeRoundedFilled.tsx | 2 +- src/IconHomeSharp.tsx | 2 +- src/IconHomeSharpFilled.tsx | 2 +- src/IconHomeSpeakerOutlined.tsx | 2 +- src/IconHomeSpeakerOutlinedFilled.tsx | 2 +- src/IconHomeSpeakerRounded.tsx | 2 +- src/IconHomeSpeakerRoundedFilled.tsx | 2 +- src/IconHomeSpeakerSharp.tsx | 2 +- src/IconHomeSpeakerSharpFilled.tsx | 2 +- src/IconHomeStorageOutlined.tsx | 2 +- src/IconHomeStorageOutlinedFilled.tsx | 2 +- src/IconHomeStorageRounded.tsx | 2 +- src/IconHomeStorageRoundedFilled.tsx | 2 +- src/IconHomeStorageSharp.tsx | 2 +- src/IconHomeStorageSharpFilled.tsx | 2 +- src/IconHomeWorkOutlined.tsx | 2 +- src/IconHomeWorkOutlinedFilled.tsx | 2 +- src/IconHomeWorkRounded.tsx | 2 +- src/IconHomeWorkRoundedFilled.tsx | 2 +- src/IconHomeWorkSharp.tsx | 2 +- src/IconHomeWorkSharpFilled.tsx | 2 +- src/IconHorizontalDistributeOutlined.tsx | 2 +- ...IconHorizontalDistributeOutlinedFilled.tsx | 2 +- src/IconHorizontalDistributeRounded.tsx | 2 +- src/IconHorizontalDistributeRoundedFilled.tsx | 2 +- src/IconHorizontalDistributeSharp.tsx | 2 +- src/IconHorizontalDistributeSharpFilled.tsx | 2 +- src/IconHorizontalRuleOutlined.tsx | 2 +- src/IconHorizontalRuleOutlinedFilled.tsx | 2 +- src/IconHorizontalRuleRounded.tsx | 2 +- src/IconHorizontalRuleRoundedFilled.tsx | 2 +- src/IconHorizontalRuleSharp.tsx | 2 +- src/IconHorizontalRuleSharpFilled.tsx | 2 +- src/IconHorizontalSplitOutlined.tsx | 2 +- src/IconHorizontalSplitOutlinedFilled.tsx | 2 +- src/IconHorizontalSplitRounded.tsx | 2 +- src/IconHorizontalSplitRoundedFilled.tsx | 2 +- src/IconHorizontalSplitSharp.tsx | 2 +- src/IconHorizontalSplitSharpFilled.tsx | 2 +- src/IconHostOutlined.tsx | 2 +- src/IconHostOutlinedFilled.tsx | 2 +- src/IconHostRounded.tsx | 2 +- src/IconHostRoundedFilled.tsx | 2 +- src/IconHostSharp.tsx | 2 +- src/IconHostSharpFilled.tsx | 2 +- src/IconHotTubOutlined.tsx | 2 +- src/IconHotTubOutlinedFilled.tsx | 2 +- src/IconHotTubRounded.tsx | 2 +- src/IconHotTubRoundedFilled.tsx | 2 +- src/IconHotTubSharp.tsx | 2 +- src/IconHotTubSharpFilled.tsx | 2 +- src/IconHotelClassOutlined.tsx | 2 +- src/IconHotelClassOutlinedFilled.tsx | 2 +- src/IconHotelClassRounded.tsx | 2 +- src/IconHotelClassRoundedFilled.tsx | 2 +- src/IconHotelClassSharp.tsx | 2 +- src/IconHotelClassSharpFilled.tsx | 2 +- src/IconHotelOutlined.tsx | 2 +- src/IconHotelOutlinedFilled.tsx | 2 +- src/IconHotelRounded.tsx | 2 +- src/IconHotelRoundedFilled.tsx | 2 +- src/IconHotelSharp.tsx | 2 +- src/IconHotelSharpFilled.tsx | 2 +- src/IconHourglassBottomOutlined.tsx | 2 +- src/IconHourglassBottomOutlinedFilled.tsx | 2 +- src/IconHourglassBottomRounded.tsx | 2 +- src/IconHourglassBottomRoundedFilled.tsx | 2 +- src/IconHourglassBottomSharp.tsx | 2 +- src/IconHourglassBottomSharpFilled.tsx | 2 +- src/IconHourglassDisabledOutlined.tsx | 2 +- src/IconHourglassDisabledOutlinedFilled.tsx | 2 +- src/IconHourglassDisabledRounded.tsx | 2 +- src/IconHourglassDisabledRoundedFilled.tsx | 2 +- src/IconHourglassDisabledSharp.tsx | 2 +- src/IconHourglassDisabledSharpFilled.tsx | 2 +- src/IconHourglassEmptyOutlined.tsx | 2 +- src/IconHourglassEmptyOutlinedFilled.tsx | 2 +- src/IconHourglassEmptyRounded.tsx | 2 +- src/IconHourglassEmptyRoundedFilled.tsx | 2 +- src/IconHourglassEmptySharp.tsx | 2 +- src/IconHourglassEmptySharpFilled.tsx | 2 +- src/IconHourglassOutlined.tsx | 2 +- src/IconHourglassOutlinedFilled.tsx | 2 +- src/IconHourglassRounded.tsx | 2 +- src/IconHourglassRoundedFilled.tsx | 2 +- src/IconHourglassSharp.tsx | 2 +- src/IconHourglassSharpFilled.tsx | 2 +- src/IconHourglassTopOutlined.tsx | 2 +- src/IconHourglassTopOutlinedFilled.tsx | 2 +- src/IconHourglassTopRounded.tsx | 2 +- src/IconHourglassTopRoundedFilled.tsx | 2 +- src/IconHourglassTopSharp.tsx | 2 +- src/IconHourglassTopSharpFilled.tsx | 2 +- src/IconHouseOutlined.tsx | 2 +- src/IconHouseOutlinedFilled.tsx | 2 +- src/IconHouseRounded.tsx | 2 +- src/IconHouseRoundedFilled.tsx | 2 +- src/IconHouseSharp.tsx | 2 +- src/IconHouseSharpFilled.tsx | 2 +- src/IconHouseSidingOutlined.tsx | 2 +- src/IconHouseSidingOutlinedFilled.tsx | 2 +- src/IconHouseSidingRounded.tsx | 2 +- src/IconHouseSidingRoundedFilled.tsx | 2 +- src/IconHouseSidingSharp.tsx | 2 +- src/IconHouseSidingSharpFilled.tsx | 2 +- src/IconHouseWithShieldOutlined.tsx | 2 +- src/IconHouseWithShieldOutlinedFilled.tsx | 2 +- src/IconHouseWithShieldRounded.tsx | 2 +- src/IconHouseWithShieldRoundedFilled.tsx | 2 +- src/IconHouseWithShieldSharp.tsx | 2 +- src/IconHouseWithShieldSharpFilled.tsx | 2 +- src/IconHouseboatOutlined.tsx | 2 +- src/IconHouseboatOutlinedFilled.tsx | 2 +- src/IconHouseboatRounded.tsx | 2 +- src/IconHouseboatRoundedFilled.tsx | 2 +- src/IconHouseboatSharp.tsx | 2 +- src/IconHouseboatSharpFilled.tsx | 2 +- src/IconHouseholdSuppliesOutlined.tsx | 2 +- src/IconHouseholdSuppliesOutlinedFilled.tsx | 2 +- src/IconHouseholdSuppliesRounded.tsx | 2 +- src/IconHouseholdSuppliesRoundedFilled.tsx | 2 +- src/IconHouseholdSuppliesSharp.tsx | 2 +- src/IconHouseholdSuppliesSharpFilled.tsx | 2 +- src/IconHovOutlined.tsx | 2 +- src/IconHovOutlinedFilled.tsx | 2 +- src/IconHovRounded.tsx | 2 +- src/IconHovRoundedFilled.tsx | 2 +- src/IconHovSharp.tsx | 2 +- src/IconHovSharpFilled.tsx | 2 +- src/IconHowToRegOutlined.tsx | 2 +- src/IconHowToRegOutlinedFilled.tsx | 2 +- src/IconHowToRegRounded.tsx | 2 +- src/IconHowToRegRoundedFilled.tsx | 2 +- src/IconHowToRegSharp.tsx | 2 +- src/IconHowToRegSharpFilled.tsx | 2 +- src/IconHowToVoteOutlined.tsx | 2 +- src/IconHowToVoteOutlinedFilled.tsx | 2 +- src/IconHowToVoteRounded.tsx | 2 +- src/IconHowToVoteRoundedFilled.tsx | 2 +- src/IconHowToVoteSharp.tsx | 2 +- src/IconHowToVoteSharpFilled.tsx | 2 +- src/IconHrRestingOutlined.tsx | 2 +- src/IconHrRestingOutlinedFilled.tsx | 2 +- src/IconHrRestingRounded.tsx | 2 +- src/IconHrRestingRoundedFilled.tsx | 2 +- src/IconHrRestingSharp.tsx | 2 +- src/IconHrRestingSharpFilled.tsx | 2 +- src/IconHtmlOutlined.tsx | 2 +- src/IconHtmlOutlinedFilled.tsx | 2 +- src/IconHtmlRounded.tsx | 2 +- src/IconHtmlRoundedFilled.tsx | 2 +- src/IconHtmlSharp.tsx | 2 +- src/IconHtmlSharpFilled.tsx | 2 +- src/IconHttpOutlined.tsx | 2 +- src/IconHttpOutlinedFilled.tsx | 2 +- src/IconHttpRounded.tsx | 2 +- src/IconHttpRoundedFilled.tsx | 2 +- src/IconHttpSharp.tsx | 2 +- src/IconHttpSharpFilled.tsx | 2 +- src/IconHubOutlined.tsx | 2 +- src/IconHubOutlinedFilled.tsx | 2 +- src/IconHubRounded.tsx | 2 +- src/IconHubRoundedFilled.tsx | 2 +- src/IconHubSharp.tsx | 2 +- src/IconHubSharpFilled.tsx | 2 +- src/IconHumerusAltOutlined.tsx | 2 +- src/IconHumerusAltOutlinedFilled.tsx | 2 +- src/IconHumerusAltRounded.tsx | 2 +- src/IconHumerusAltRoundedFilled.tsx | 2 +- src/IconHumerusAltSharp.tsx | 2 +- src/IconHumerusAltSharpFilled.tsx | 2 +- src/IconHumerusOutlined.tsx | 2 +- src/IconHumerusOutlinedFilled.tsx | 2 +- src/IconHumerusRounded.tsx | 2 +- src/IconHumerusRoundedFilled.tsx | 2 +- src/IconHumerusSharp.tsx | 9 - src/IconHumerusSharpFilled.tsx | 2 +- src/IconHumidityHighOutlined.tsx | 2 +- src/IconHumidityHighOutlinedFilled.tsx | 2 +- src/IconHumidityHighRounded.tsx | 2 +- src/IconHumidityHighRoundedFilled.tsx | 2 +- src/IconHumidityHighSharp.tsx | 2 +- src/IconHumidityHighSharpFilled.tsx | 2 +- src/IconHumidityIndoorOutlined.tsx | 2 +- src/IconHumidityIndoorOutlinedFilled.tsx | 2 +- src/IconHumidityIndoorRounded.tsx | 2 +- src/IconHumidityIndoorRoundedFilled.tsx | 2 +- src/IconHumidityIndoorSharp.tsx | 2 +- src/IconHumidityIndoorSharpFilled.tsx | 2 +- src/IconHumidityLowOutlined.tsx | 2 +- src/IconHumidityLowOutlinedFilled.tsx | 2 +- src/IconHumidityLowRounded.tsx | 2 +- src/IconHumidityLowRoundedFilled.tsx | 2 +- src/IconHumidityLowSharp.tsx | 2 +- src/IconHumidityLowSharpFilled.tsx | 2 +- src/IconHumidityMidOutlined.tsx | 2 +- src/IconHumidityMidOutlinedFilled.tsx | 2 +- src/IconHumidityMidRounded.tsx | 2 +- src/IconHumidityMidRoundedFilled.tsx | 2 +- src/IconHumidityMidSharp.tsx | 2 +- src/IconHumidityMidSharpFilled.tsx | 2 +- src/IconHumidityPercentageOutlined.tsx | 2 +- src/IconHumidityPercentageOutlinedFilled.tsx | 2 +- src/IconHumidityPercentageRounded.tsx | 2 +- src/IconHumidityPercentageRoundedFilled.tsx | 2 +- src/IconHumidityPercentageSharp.tsx | 2 +- src/IconHumidityPercentageSharpFilled.tsx | 2 +- src/IconHvacOutlined.tsx | 2 +- src/IconHvacOutlinedFilled.tsx | 2 +- src/IconHvacRounded.tsx | 2 +- src/IconHvacRoundedFilled.tsx | 2 +- src/IconHvacSharp.tsx | 2 +- src/IconHvacSharpFilled.tsx | 2 +- src/IconIceSkatingOutlined.tsx | 2 +- src/IconIceSkatingOutlinedFilled.tsx | 2 +- src/IconIceSkatingRounded.tsx | 2 +- src/IconIceSkatingRoundedFilled.tsx | 2 +- src/IconIceSkatingSharp.tsx | 2 +- src/IconIceSkatingSharpFilled.tsx | 2 +- src/IconIcecreamOutlined.tsx | 2 +- src/IconIcecreamOutlinedFilled.tsx | 2 +- src/IconIcecreamRounded.tsx | 2 +- src/IconIcecreamRoundedFilled.tsx | 2 +- src/IconIcecreamSharp.tsx | 2 +- src/IconIcecreamSharpFilled.tsx | 2 +- src/IconIdCardOutlined.tsx | 2 +- src/IconIdCardOutlinedFilled.tsx | 2 +- src/IconIdCardRounded.tsx | 2 +- src/IconIdCardRoundedFilled.tsx | 2 +- src/IconIdCardSharp.tsx | 2 +- src/IconIdCardSharpFilled.tsx | 2 +- src/IconIflOutlined.tsx | 2 +- src/IconIflOutlinedFilled.tsx | 2 +- src/IconIflRounded.tsx | 2 +- src/IconIflRoundedFilled.tsx | 2 +- src/IconIflSharp.tsx | 2 +- src/IconIflSharpFilled.tsx | 2 +- src/IconIframeOffOutlined.tsx | 2 +- src/IconIframeOffOutlinedFilled.tsx | 2 +- src/IconIframeOffRounded.tsx | 2 +- src/IconIframeOffRoundedFilled.tsx | 2 +- src/IconIframeOffSharp.tsx | 2 +- src/IconIframeOffSharpFilled.tsx | 2 +- src/IconIframeOutlined.tsx | 2 +- src/IconIframeOutlinedFilled.tsx | 2 +- src/IconIframeRounded.tsx | 2 +- src/IconIframeRoundedFilled.tsx | 2 +- src/IconIframeSharp.tsx | 2 +- src/IconIframeSharpFilled.tsx | 2 +- src/IconImageAspectRatioOutlined.tsx | 2 +- src/IconImageAspectRatioOutlinedFilled.tsx | 2 +- src/IconImageAspectRatioRounded.tsx | 2 +- src/IconImageAspectRatioRoundedFilled.tsx | 2 +- src/IconImageAspectRatioSharp.tsx | 2 +- src/IconImageAspectRatioSharpFilled.tsx | 2 +- src/IconImageOutlined.tsx | 2 +- src/IconImageOutlinedFilled.tsx | 2 +- src/IconImageRounded.tsx | 2 +- src/IconImageRoundedFilled.tsx | 2 +- src/IconImageSearchOutlined.tsx | 2 +- src/IconImageSearchOutlinedFilled.tsx | 2 +- src/IconImageSearchRounded.tsx | 2 +- src/IconImageSearchRoundedFilled.tsx | 2 +- src/IconImageSearchSharp.tsx | 2 +- src/IconImageSearchSharpFilled.tsx | 2 +- src/IconImageSharp.tsx | 2 +- src/IconImageSharpFilled.tsx | 2 +- src/IconImagesearchRollerOutlined.tsx | 2 +- src/IconImagesearchRollerOutlinedFilled.tsx | 2 +- src/IconImagesearchRollerRounded.tsx | 2 +- src/IconImagesearchRollerRoundedFilled.tsx | 2 +- src/IconImagesearchRollerSharp.tsx | 2 +- src/IconImagesearchRollerSharpFilled.tsx | 2 +- src/IconImagesmodeOutlined.tsx | 2 +- src/IconImagesmodeOutlinedFilled.tsx | 2 +- src/IconImagesmodeRounded.tsx | 2 +- src/IconImagesmodeRoundedFilled.tsx | 2 +- src/IconImagesmodeSharp.tsx | 2 +- src/IconImagesmodeSharpFilled.tsx | 2 +- src/IconImmunologyOutlined.tsx | 2 +- src/IconImmunologyOutlinedFilled.tsx | 2 +- src/IconImmunologyRounded.tsx | 2 +- src/IconImmunologyRoundedFilled.tsx | 2 +- src/IconImmunologySharp.tsx | 2 +- src/IconImmunologySharpFilled.tsx | 2 +- src/IconImportContactsOutlined.tsx | 2 +- src/IconImportContactsOutlinedFilled.tsx | 2 +- src/IconImportContactsRounded.tsx | 2 +- src/IconImportContactsRoundedFilled.tsx | 2 +- src/IconImportContactsSharp.tsx | 2 +- src/IconImportContactsSharpFilled.tsx | 2 +- src/IconImportantDevicesOutlined.tsx | 2 +- src/IconImportantDevicesOutlinedFilled.tsx | 2 +- src/IconImportantDevicesRounded.tsx | 2 +- src/IconImportantDevicesRoundedFilled.tsx | 2 +- src/IconImportantDevicesSharp.tsx | 2 +- src/IconImportantDevicesSharpFilled.tsx | 2 +- src/IconInHomeModeOutlined.tsx | 2 +- src/IconInHomeModeOutlinedFilled.tsx | 2 +- src/IconInHomeModeRounded.tsx | 2 +- src/IconInHomeModeRoundedFilled.tsx | 2 +- src/IconInHomeModeSharp.tsx | 2 +- src/IconInHomeModeSharpFilled.tsx | 2 +- src/IconInactiveOrderOutlined.tsx | 2 +- src/IconInactiveOrderOutlinedFilled.tsx | 2 +- src/IconInactiveOrderRounded.tsx | 2 +- src/IconInactiveOrderRoundedFilled.tsx | 2 +- src/IconInactiveOrderSharp.tsx | 2 +- src/IconInactiveOrderSharpFilled.tsx | 2 +- src/IconInboxCustomizeOutlined.tsx | 2 +- src/IconInboxCustomizeOutlinedFilled.tsx | 2 +- src/IconInboxCustomizeRounded.tsx | 2 +- src/IconInboxCustomizeRoundedFilled.tsx | 2 +- src/IconInboxCustomizeSharp.tsx | 2 +- src/IconInboxCustomizeSharpFilled.tsx | 2 +- src/IconInboxOutlined.tsx | 2 +- src/IconInboxOutlinedFilled.tsx | 2 +- src/IconInboxRounded.tsx | 2 +- src/IconInboxRoundedFilled.tsx | 2 +- src/IconInboxSharp.tsx | 2 +- src/IconInboxSharpFilled.tsx | 2 +- src/IconIncompleteCircleOutlined.tsx | 2 +- src/IconIncompleteCircleOutlinedFilled.tsx | 2 +- src/IconIncompleteCircleRounded.tsx | 2 +- src/IconIncompleteCircleRoundedFilled.tsx | 2 +- src/IconIncompleteCircleSharp.tsx | 2 +- src/IconIncompleteCircleSharpFilled.tsx | 2 +- src/IconIndeterminateCheckBoxOutlined.tsx | 2 +- ...conIndeterminateCheckBoxOutlinedFilled.tsx | 2 +- src/IconIndeterminateCheckBoxRounded.tsx | 2 +- ...IconIndeterminateCheckBoxRoundedFilled.tsx | 2 +- src/IconIndeterminateCheckBoxSharp.tsx | 2 +- src/IconIndeterminateCheckBoxSharpFilled.tsx | 2 +- src/IconIndeterminateQuestionBoxOutlined.tsx | 2 +- ...IndeterminateQuestionBoxOutlinedFilled.tsx | 2 +- src/IconIndeterminateQuestionBoxRounded.tsx | 2 +- ...nIndeterminateQuestionBoxRoundedFilled.tsx | 2 +- src/IconIndeterminateQuestionBoxSharp.tsx | 2 +- ...conIndeterminateQuestionBoxSharpFilled.tsx | 2 +- src/IconInfoIOutlined.tsx | 2 +- src/IconInfoIOutlinedFilled.tsx | 2 +- src/IconInfoIRounded.tsx | 2 +- src/IconInfoIRoundedFilled.tsx | 2 +- src/IconInfoISharp.tsx | 2 +- src/IconInfoISharpFilled.tsx | 2 +- src/IconInfoOutlined.tsx | 2 +- src/IconInfoOutlinedFilled.tsx | 2 +- src/IconInfoRounded.tsx | 2 +- src/IconInfoRoundedFilled.tsx | 2 +- src/IconInfoSharp.tsx | 2 +- src/IconInfoSharpFilled.tsx | 2 +- src/IconInfraredOutlined.tsx | 2 +- src/IconInfraredOutlinedFilled.tsx | 2 +- src/IconInfraredRounded.tsx | 2 +- src/IconInfraredRoundedFilled.tsx | 2 +- src/IconInfraredSharp.tsx | 2 +- src/IconInfraredSharpFilled.tsx | 2 +- src/IconInkEraserOffOutlined.tsx | 2 +- src/IconInkEraserOffOutlinedFilled.tsx | 2 +- src/IconInkEraserOffRounded.tsx | 2 +- src/IconInkEraserOffRoundedFilled.tsx | 2 +- src/IconInkEraserOffSharp.tsx | 2 +- src/IconInkEraserOffSharpFilled.tsx | 2 +- src/IconInkEraserOutlined.tsx | 2 +- src/IconInkEraserOutlinedFilled.tsx | 2 +- src/IconInkEraserRounded.tsx | 2 +- src/IconInkEraserRoundedFilled.tsx | 2 +- src/IconInkEraserSharp.tsx | 2 +- src/IconInkEraserSharpFilled.tsx | 2 +- src/IconInkHighlighterMoveOutlined.tsx | 2 +- src/IconInkHighlighterMoveOutlinedFilled.tsx | 2 +- src/IconInkHighlighterMoveRounded.tsx | 2 +- src/IconInkHighlighterMoveRoundedFilled.tsx | 2 +- src/IconInkHighlighterMoveSharp.tsx | 2 +- src/IconInkHighlighterMoveSharpFilled.tsx | 2 +- src/IconInkHighlighterOutlined.tsx | 2 +- src/IconInkHighlighterOutlinedFilled.tsx | 2 +- src/IconInkHighlighterRounded.tsx | 2 +- src/IconInkHighlighterRoundedFilled.tsx | 2 +- src/IconInkHighlighterSharp.tsx | 2 +- src/IconInkHighlighterSharpFilled.tsx | 2 +- src/IconInkMarkerOutlined.tsx | 2 +- src/IconInkMarkerOutlinedFilled.tsx | 2 +- src/IconInkMarkerRounded.tsx | 2 +- src/IconInkMarkerRoundedFilled.tsx | 2 +- src/IconInkMarkerSharp.tsx | 2 +- src/IconInkMarkerSharpFilled.tsx | 2 +- src/IconInkPenOutlined.tsx | 2 +- src/IconInkPenOutlinedFilled.tsx | 2 +- src/IconInkPenRounded.tsx | 2 +- src/IconInkPenRoundedFilled.tsx | 2 +- src/IconInkPenSharp.tsx | 2 +- src/IconInkPenSharpFilled.tsx | 2 +- src/IconInpatientOutlined.tsx | 2 +- src/IconInpatientOutlinedFilled.tsx | 2 +- src/IconInpatientRounded.tsx | 2 +- src/IconInpatientRoundedFilled.tsx | 2 +- src/IconInpatientSharp.tsx | 2 +- src/IconInpatientSharpFilled.tsx | 2 +- src/IconInputCircleOutlined.tsx | 2 +- src/IconInputCircleOutlinedFilled.tsx | 2 +- src/IconInputCircleRounded.tsx | 2 +- src/IconInputCircleRoundedFilled.tsx | 2 +- src/IconInputCircleSharp.tsx | 2 +- src/IconInputCircleSharpFilled.tsx | 2 +- src/IconInputOutlined.tsx | 2 +- src/IconInputOutlinedFilled.tsx | 2 +- src/IconInputRounded.tsx | 2 +- src/IconInputRoundedFilled.tsx | 2 +- src/IconInputSharp.tsx | 2 +- src/IconInputSharpFilled.tsx | 2 +- src/IconInsertChartOutlined.tsx | 2 +- src/IconInsertChartOutlinedFilled.tsx | 2 +- src/IconInsertChartRounded.tsx | 2 +- src/IconInsertChartRoundedFilled.tsx | 2 +- src/IconInsertChartSharp.tsx | 2 +- src/IconInsertChartSharpFilled.tsx | 2 +- src/IconInsertPageBreakOutlined.tsx | 2 +- src/IconInsertPageBreakOutlinedFilled.tsx | 2 +- src/IconInsertPageBreakRounded.tsx | 2 +- src/IconInsertPageBreakRoundedFilled.tsx | 2 +- src/IconInsertPageBreakSharp.tsx | 2 +- src/IconInsertPageBreakSharpFilled.tsx | 2 +- src/IconInsertTextOutlined.tsx | 2 +- src/IconInsertTextOutlinedFilled.tsx | 2 +- src/IconInsertTextRounded.tsx | 2 +- src/IconInsertTextRoundedFilled.tsx | 2 +- src/IconInsertTextSharp.tsx | 2 +- src/IconInsertTextSharpFilled.tsx | 2 +- src/IconInstallDesktopOutlined.tsx | 2 +- src/IconInstallDesktopOutlinedFilled.tsx | 2 +- src/IconInstallDesktopRounded.tsx | 2 +- src/IconInstallDesktopRoundedFilled.tsx | 2 +- src/IconInstallDesktopSharp.tsx | 2 +- src/IconInstallDesktopSharpFilled.tsx | 2 +- src/IconInstallMobileOutlined.tsx | 2 +- src/IconInstallMobileOutlinedFilled.tsx | 2 +- src/IconInstallMobileRounded.tsx | 2 +- src/IconInstallMobileRoundedFilled.tsx | 2 +- src/IconInstallMobileSharp.tsx | 2 +- src/IconInstallMobileSharpFilled.tsx | 2 +- src/IconInstantMixOutlined.tsx | 2 +- src/IconInstantMixOutlinedFilled.tsx | 2 +- src/IconInstantMixRounded.tsx | 2 +- src/IconInstantMixRoundedFilled.tsx | 2 +- src/IconInstantMixSharp.tsx | 2 +- src/IconInstantMixSharpFilled.tsx | 2 +- src/IconIntegrationInstructionsOutlined.tsx | 2 +- ...nIntegrationInstructionsOutlinedFilled.tsx | 2 +- src/IconIntegrationInstructionsRounded.tsx | 2 +- ...onIntegrationInstructionsRoundedFilled.tsx | 2 +- src/IconIntegrationInstructionsSharp.tsx | 2 +- ...IconIntegrationInstructionsSharpFilled.tsx | 2 +- src/IconInteractiveSpaceOutlined.tsx | 2 +- src/IconInteractiveSpaceOutlinedFilled.tsx | 2 +- src/IconInteractiveSpaceRounded.tsx | 2 +- src/IconInteractiveSpaceRoundedFilled.tsx | 2 +- src/IconInteractiveSpaceSharp.tsx | 2 +- src/IconInteractiveSpaceSharpFilled.tsx | 2 +- src/IconInterestsOutlined.tsx | 2 +- src/IconInterestsOutlinedFilled.tsx | 2 +- src/IconInterestsRounded.tsx | 2 +- src/IconInterestsRoundedFilled.tsx | 2 +- src/IconInterestsSharp.tsx | 2 +- src/IconInterestsSharpFilled.tsx | 2 +- src/IconInterpreterModeOutlined.tsx | 2 +- src/IconInterpreterModeOutlinedFilled.tsx | 2 +- src/IconInterpreterModeRounded.tsx | 2 +- src/IconInterpreterModeRoundedFilled.tsx | 2 +- src/IconInterpreterModeSharp.tsx | 2 +- src/IconInterpreterModeSharpFilled.tsx | 2 +- src/IconInventory2Outlined.tsx | 2 +- src/IconInventory2OutlinedFilled.tsx | 2 +- src/IconInventory2Rounded.tsx | 2 +- src/IconInventory2RoundedFilled.tsx | 2 +- src/IconInventory2Sharp.tsx | 2 +- src/IconInventory2SharpFilled.tsx | 2 +- src/IconInventoryOutlined.tsx | 2 +- src/IconInventoryOutlinedFilled.tsx | 2 +- src/IconInventoryRounded.tsx | 2 +- src/IconInventoryRoundedFilled.tsx | 2 +- src/IconInventorySharp.tsx | 2 +- src/IconInventorySharpFilled.tsx | 2 +- src/IconInvertColorsOffOutlined.tsx | 2 +- src/IconInvertColorsOffOutlinedFilled.tsx | 2 +- src/IconInvertColorsOffRounded.tsx | 2 +- src/IconInvertColorsOffRoundedFilled.tsx | 2 +- src/IconInvertColorsOffSharp.tsx | 2 +- src/IconInvertColorsOffSharpFilled.tsx | 2 +- src/IconInvertColorsOutlined.tsx | 2 +- src/IconInvertColorsOutlinedFilled.tsx | 2 +- src/IconInvertColorsRounded.tsx | 2 +- src/IconInvertColorsRoundedFilled.tsx | 2 +- src/IconInvertColorsSharp.tsx | 2 +- src/IconInvertColorsSharpFilled.tsx | 2 +- src/IconIosOutlined.tsx | 2 +- src/IconIosOutlinedFilled.tsx | 2 +- src/IconIosRounded.tsx | 2 +- src/IconIosRoundedFilled.tsx | 2 +- src/IconIosShareOutlined.tsx | 2 +- src/IconIosShareOutlinedFilled.tsx | 2 +- src/IconIosShareRounded.tsx | 2 +- src/IconIosShareRoundedFilled.tsx | 2 +- src/IconIosShareSharp.tsx | 2 +- src/IconIosShareSharpFilled.tsx | 2 +- src/IconIosSharp.tsx | 2 +- src/IconIosSharpFilled.tsx | 2 +- src/IconIronOutlined.tsx | 2 +- src/IconIronOutlinedFilled.tsx | 2 +- src/IconIronRounded.tsx | 2 +- src/IconIronRoundedFilled.tsx | 2 +- src/IconIronSharp.tsx | 2 +- src/IconIronSharpFilled.tsx | 2 +- src/IconJamboardKioskOutlined.tsx | 2 +- src/IconJamboardKioskOutlinedFilled.tsx | 2 +- src/IconJamboardKioskRounded.tsx | 2 +- src/IconJamboardKioskRoundedFilled.tsx | 2 +- src/IconJamboardKioskSharp.tsx | 2 +- src/IconJamboardKioskSharpFilled.tsx | 2 +- src/IconJavascriptOutlined.tsx | 2 +- src/IconJavascriptOutlinedFilled.tsx | 2 +- src/IconJavascriptRounded.tsx | 2 +- src/IconJavascriptRoundedFilled.tsx | 2 +- src/IconJavascriptSharp.tsx | 2 +- src/IconJavascriptSharpFilled.tsx | 2 +- src/IconJoinInnerOutlined.tsx | 2 +- src/IconJoinInnerOutlinedFilled.tsx | 2 +- src/IconJoinInnerRounded.tsx | 2 +- src/IconJoinInnerRoundedFilled.tsx | 2 +- src/IconJoinInnerSharp.tsx | 2 +- src/IconJoinInnerSharpFilled.tsx | 2 +- src/IconJoinLeftOutlined.tsx | 2 +- src/IconJoinLeftOutlinedFilled.tsx | 2 +- src/IconJoinLeftRounded.tsx | 2 +- src/IconJoinLeftRoundedFilled.tsx | 2 +- src/IconJoinLeftSharp.tsx | 2 +- src/IconJoinLeftSharpFilled.tsx | 2 +- src/IconJoinOutlined.tsx | 2 +- src/IconJoinOutlinedFilled.tsx | 2 +- src/IconJoinRightOutlined.tsx | 2 +- src/IconJoinRightOutlinedFilled.tsx | 2 +- src/IconJoinRightRounded.tsx | 2 +- src/IconJoinRightRoundedFilled.tsx | 2 +- src/IconJoinRightSharp.tsx | 2 +- src/IconJoinRightSharpFilled.tsx | 2 +- src/IconJoinRounded.tsx | 2 +- src/IconJoinRoundedFilled.tsx | 2 +- src/IconJoinSharp.tsx | 2 +- src/IconJoinSharpFilled.tsx | 2 +- src/IconJoystickOutlined.tsx | 2 +- src/IconJoystickOutlinedFilled.tsx | 2 +- src/IconJoystickRounded.tsx | 2 +- src/IconJoystickRoundedFilled.tsx | 2 +- src/IconJoystickSharp.tsx | 2 +- src/IconJoystickSharpFilled.tsx | 2 +- src/IconJumpToElementOutlined.tsx | 2 +- src/IconJumpToElementOutlinedFilled.tsx | 2 +- src/IconJumpToElementRounded.tsx | 2 +- src/IconJumpToElementRoundedFilled.tsx | 2 +- src/IconJumpToElementSharp.tsx | 2 +- src/IconJumpToElementSharpFilled.tsx | 2 +- src/IconKayakingOutlined.tsx | 2 +- src/IconKayakingOutlinedFilled.tsx | 2 +- src/IconKayakingRounded.tsx | 2 +- src/IconKayakingRoundedFilled.tsx | 2 +- src/IconKayakingSharp.tsx | 2 +- src/IconKayakingSharpFilled.tsx | 2 +- src/IconKebabDiningOutlined.tsx | 2 +- src/IconKebabDiningOutlinedFilled.tsx | 2 +- src/IconKebabDiningRounded.tsx | 2 +- src/IconKebabDiningRoundedFilled.tsx | 2 +- src/IconKebabDiningSharp.tsx | 2 +- src/IconKebabDiningSharpFilled.tsx | 2 +- src/IconKeepOffOutlined.tsx | 2 +- src/IconKeepOffOutlinedFilled.tsx | 2 +- src/IconKeepOffRounded.tsx | 2 +- src/IconKeepOffRoundedFilled.tsx | 2 +- src/IconKeepOffSharp.tsx | 2 +- src/IconKeepOffSharpFilled.tsx | 2 +- src/IconKeepOutlined.tsx | 2 +- src/IconKeepOutlinedFilled.tsx | 2 +- src/IconKeepPublicOutlined.tsx | 2 +- src/IconKeepPublicOutlinedFilled.tsx | 2 +- src/IconKeepPublicRounded.tsx | 2 +- src/IconKeepPublicRoundedFilled.tsx | 2 +- src/IconKeepPublicSharp.tsx | 2 +- src/IconKeepPublicSharpFilled.tsx | 2 +- src/IconKeepRounded.tsx | 2 +- src/IconKeepRoundedFilled.tsx | 2 +- src/IconKeepSharp.tsx | 2 +- src/IconKeepSharpFilled.tsx | 2 +- src/IconKettleOutlined.tsx | 2 +- src/IconKettleOutlinedFilled.tsx | 2 +- src/IconKettleRounded.tsx | 2 +- src/IconKettleRoundedFilled.tsx | 2 +- src/IconKettleSharp.tsx | 2 +- src/IconKettleSharpFilled.tsx | 2 +- src/IconKeyOffOutlined.tsx | 2 +- src/IconKeyOffOutlinedFilled.tsx | 2 +- src/IconKeyOffRounded.tsx | 2 +- src/IconKeyOffRoundedFilled.tsx | 2 +- src/IconKeyOffSharp.tsx | 2 +- src/IconKeyOffSharpFilled.tsx | 2 +- src/IconKeyOutlined.tsx | 2 +- src/IconKeyOutlinedFilled.tsx | 2 +- src/IconKeyRounded.tsx | 2 +- src/IconKeyRoundedFilled.tsx | 2 +- src/IconKeySharp.tsx | 2 +- src/IconKeySharpFilled.tsx | 2 +- src/IconKeyVerticalOutlined.tsx | 2 +- src/IconKeyVerticalOutlinedFilled.tsx | 2 +- src/IconKeyVerticalRounded.tsx | 2 +- src/IconKeyVerticalRoundedFilled.tsx | 2 +- src/IconKeyVerticalSharp.tsx | 2 +- src/IconKeyVerticalSharpFilled.tsx | 2 +- src/IconKeyVisualizerOutlined.tsx | 2 +- src/IconKeyVisualizerOutlinedFilled.tsx | 2 +- src/IconKeyVisualizerRounded.tsx | 2 +- src/IconKeyVisualizerRoundedFilled.tsx | 2 +- src/IconKeyVisualizerSharp.tsx | 2 +- src/IconKeyVisualizerSharpFilled.tsx | 2 +- src/IconKeyboardAltOutlined.tsx | 2 +- src/IconKeyboardAltOutlinedFilled.tsx | 2 +- src/IconKeyboardAltRounded.tsx | 2 +- src/IconKeyboardAltRoundedFilled.tsx | 2 +- src/IconKeyboardAltSharp.tsx | 2 +- src/IconKeyboardAltSharpFilled.tsx | 2 +- src/IconKeyboardArrowDownOutlined.tsx | 2 +- src/IconKeyboardArrowDownOutlinedFilled.tsx | 2 +- src/IconKeyboardArrowDownRounded.tsx | 2 +- src/IconKeyboardArrowDownRoundedFilled.tsx | 2 +- src/IconKeyboardArrowDownSharp.tsx | 2 +- src/IconKeyboardArrowDownSharpFilled.tsx | 2 +- src/IconKeyboardArrowLeftOutlined.tsx | 2 +- src/IconKeyboardArrowLeftOutlinedFilled.tsx | 2 +- src/IconKeyboardArrowLeftRounded.tsx | 2 +- src/IconKeyboardArrowLeftRoundedFilled.tsx | 2 +- src/IconKeyboardArrowLeftSharp.tsx | 2 +- src/IconKeyboardArrowLeftSharpFilled.tsx | 2 +- src/IconKeyboardArrowRightOutlined.tsx | 2 +- src/IconKeyboardArrowRightOutlinedFilled.tsx | 2 +- src/IconKeyboardArrowRightRounded.tsx | 2 +- src/IconKeyboardArrowRightRoundedFilled.tsx | 2 +- src/IconKeyboardArrowRightSharp.tsx | 2 +- src/IconKeyboardArrowRightSharpFilled.tsx | 2 +- src/IconKeyboardArrowUpOutlined.tsx | 2 +- src/IconKeyboardArrowUpOutlinedFilled.tsx | 2 +- src/IconKeyboardArrowUpRounded.tsx | 2 +- src/IconKeyboardArrowUpRoundedFilled.tsx | 2 +- src/IconKeyboardArrowUpSharp.tsx | 2 +- src/IconKeyboardArrowUpSharpFilled.tsx | 2 +- src/IconKeyboardBackspaceOutlined.tsx | 2 +- src/IconKeyboardBackspaceOutlinedFilled.tsx | 2 +- src/IconKeyboardBackspaceRounded.tsx | 2 +- src/IconKeyboardBackspaceRoundedFilled.tsx | 2 +- src/IconKeyboardBackspaceSharp.tsx | 2 +- src/IconKeyboardBackspaceSharpFilled.tsx | 2 +- src/IconKeyboardCapslockBadgeOutlined.tsx | 2 +- ...conKeyboardCapslockBadgeOutlinedFilled.tsx | 2 +- src/IconKeyboardCapslockBadgeRounded.tsx | 2 +- ...IconKeyboardCapslockBadgeRoundedFilled.tsx | 2 +- src/IconKeyboardCapslockBadgeSharp.tsx | 2 +- src/IconKeyboardCapslockBadgeSharpFilled.tsx | 2 +- src/IconKeyboardCapslockOutlined.tsx | 2 +- src/IconKeyboardCapslockOutlinedFilled.tsx | 2 +- src/IconKeyboardCapslockRounded.tsx | 2 +- src/IconKeyboardCapslockRoundedFilled.tsx | 2 +- src/IconKeyboardCapslockSharp.tsx | 2 +- src/IconKeyboardCapslockSharpFilled.tsx | 2 +- src/IconKeyboardCommandKeyOutlined.tsx | 2 +- src/IconKeyboardCommandKeyOutlinedFilled.tsx | 2 +- src/IconKeyboardCommandKeyRounded.tsx | 2 +- src/IconKeyboardCommandKeyRoundedFilled.tsx | 2 +- src/IconKeyboardCommandKeySharp.tsx | 2 +- src/IconKeyboardCommandKeySharpFilled.tsx | 2 +- src/IconKeyboardControlKeyOutlined.tsx | 2 +- src/IconKeyboardControlKeyOutlinedFilled.tsx | 2 +- src/IconKeyboardControlKeyRounded.tsx | 2 +- src/IconKeyboardControlKeyRoundedFilled.tsx | 2 +- src/IconKeyboardControlKeySharp.tsx | 2 +- src/IconKeyboardControlKeySharpFilled.tsx | 2 +- src/IconKeyboardDoubleArrowDownOutlined.tsx | 2 +- ...nKeyboardDoubleArrowDownOutlinedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowDownRounded.tsx | 2 +- ...onKeyboardDoubleArrowDownRoundedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowDownSharp.tsx | 2 +- ...IconKeyboardDoubleArrowDownSharpFilled.tsx | 2 +- src/IconKeyboardDoubleArrowLeftOutlined.tsx | 2 +- ...nKeyboardDoubleArrowLeftOutlinedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowLeftRounded.tsx | 2 +- ...onKeyboardDoubleArrowLeftRoundedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowLeftSharp.tsx | 2 +- ...IconKeyboardDoubleArrowLeftSharpFilled.tsx | 2 +- src/IconKeyboardDoubleArrowRightOutlined.tsx | 2 +- ...KeyboardDoubleArrowRightOutlinedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowRightRounded.tsx | 2 +- ...nKeyboardDoubleArrowRightRoundedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowRightSharp.tsx | 2 +- ...conKeyboardDoubleArrowRightSharpFilled.tsx | 2 +- src/IconKeyboardDoubleArrowUpOutlined.tsx | 2 +- ...conKeyboardDoubleArrowUpOutlinedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowUpRounded.tsx | 2 +- ...IconKeyboardDoubleArrowUpRoundedFilled.tsx | 2 +- src/IconKeyboardDoubleArrowUpSharp.tsx | 2 +- src/IconKeyboardDoubleArrowUpSharpFilled.tsx | 2 +- src/IconKeyboardExternalInputOutlined.tsx | 2 +- ...conKeyboardExternalInputOutlinedFilled.tsx | 2 +- src/IconKeyboardExternalInputRounded.tsx | 2 +- ...IconKeyboardExternalInputRoundedFilled.tsx | 2 +- src/IconKeyboardExternalInputSharp.tsx | 2 +- src/IconKeyboardExternalInputSharpFilled.tsx | 2 +- src/IconKeyboardFullOutlined.tsx | 2 +- src/IconKeyboardFullOutlinedFilled.tsx | 2 +- src/IconKeyboardFullRounded.tsx | 2 +- src/IconKeyboardFullRoundedFilled.tsx | 2 +- src/IconKeyboardFullSharp.tsx | 2 +- src/IconKeyboardFullSharpFilled.tsx | 2 +- src/IconKeyboardHideOutlined.tsx | 2 +- src/IconKeyboardHideOutlinedFilled.tsx | 2 +- src/IconKeyboardHideRounded.tsx | 2 +- src/IconKeyboardHideRoundedFilled.tsx | 2 +- src/IconKeyboardHideSharp.tsx | 2 +- src/IconKeyboardHideSharpFilled.tsx | 2 +- src/IconKeyboardKeysOutlined.tsx | 2 +- src/IconKeyboardKeysOutlinedFilled.tsx | 2 +- src/IconKeyboardKeysRounded.tsx | 2 +- src/IconKeyboardKeysRoundedFilled.tsx | 2 +- src/IconKeyboardKeysSharp.tsx | 2 +- src/IconKeyboardKeysSharpFilled.tsx | 2 +- src/IconKeyboardLockOffOutlined.tsx | 2 +- src/IconKeyboardLockOffOutlinedFilled.tsx | 2 +- src/IconKeyboardLockOffRounded.tsx | 2 +- src/IconKeyboardLockOffRoundedFilled.tsx | 2 +- src/IconKeyboardLockOffSharp.tsx | 2 +- src/IconKeyboardLockOffSharpFilled.tsx | 2 +- src/IconKeyboardLockOutlined.tsx | 2 +- src/IconKeyboardLockOutlinedFilled.tsx | 2 +- src/IconKeyboardLockRounded.tsx | 2 +- src/IconKeyboardLockRoundedFilled.tsx | 2 +- src/IconKeyboardLockSharp.tsx | 2 +- src/IconKeyboardLockSharpFilled.tsx | 2 +- src/IconKeyboardOffOutlined.tsx | 2 +- src/IconKeyboardOffOutlinedFilled.tsx | 2 +- src/IconKeyboardOffRounded.tsx | 2 +- src/IconKeyboardOffRoundedFilled.tsx | 2 +- src/IconKeyboardOffSharp.tsx | 2 +- src/IconKeyboardOffSharpFilled.tsx | 2 +- src/IconKeyboardOnscreenOutlined.tsx | 2 +- src/IconKeyboardOnscreenOutlinedFilled.tsx | 2 +- src/IconKeyboardOnscreenRounded.tsx | 2 +- src/IconKeyboardOnscreenRoundedFilled.tsx | 2 +- src/IconKeyboardOnscreenSharp.tsx | 2 +- src/IconKeyboardOnscreenSharpFilled.tsx | 2 +- src/IconKeyboardOptionKeyOutlined.tsx | 2 +- src/IconKeyboardOptionKeyOutlinedFilled.tsx | 2 +- src/IconKeyboardOptionKeyRounded.tsx | 2 +- src/IconKeyboardOptionKeyRoundedFilled.tsx | 2 +- src/IconKeyboardOptionKeySharp.tsx | 2 +- src/IconKeyboardOptionKeySharpFilled.tsx | 2 +- src/IconKeyboardOutlined.tsx | 2 +- src/IconKeyboardOutlinedFilled.tsx | 2 +- src/IconKeyboardPreviousLanguageOutlined.tsx | 2 +- ...KeyboardPreviousLanguageOutlinedFilled.tsx | 2 +- src/IconKeyboardPreviousLanguageRounded.tsx | 2 +- ...nKeyboardPreviousLanguageRoundedFilled.tsx | 2 +- src/IconKeyboardPreviousLanguageSharp.tsx | 2 +- ...conKeyboardPreviousLanguageSharpFilled.tsx | 2 +- src/IconKeyboardReturnOutlined.tsx | 2 +- src/IconKeyboardReturnOutlinedFilled.tsx | 2 +- src/IconKeyboardReturnRounded.tsx | 2 +- src/IconKeyboardReturnRoundedFilled.tsx | 2 +- src/IconKeyboardReturnSharp.tsx | 2 +- src/IconKeyboardReturnSharpFilled.tsx | 2 +- src/IconKeyboardRounded.tsx | 2 +- src/IconKeyboardRoundedFilled.tsx | 2 +- src/IconKeyboardSharp.tsx | 2 +- src/IconKeyboardSharpFilled.tsx | 2 +- src/IconKeyboardTabOutlined.tsx | 2 +- src/IconKeyboardTabOutlinedFilled.tsx | 2 +- src/IconKeyboardTabRounded.tsx | 2 +- src/IconKeyboardTabRoundedFilled.tsx | 2 +- src/IconKeyboardTabRtlOutlined.tsx | 2 +- src/IconKeyboardTabRtlOutlinedFilled.tsx | 2 +- src/IconKeyboardTabRtlRounded.tsx | 2 +- src/IconKeyboardTabRtlRoundedFilled.tsx | 2 +- src/IconKeyboardTabRtlSharp.tsx | 2 +- src/IconKeyboardTabRtlSharpFilled.tsx | 2 +- src/IconKeyboardTabSharp.tsx | 2 +- src/IconKeyboardTabSharpFilled.tsx | 2 +- src/IconKidStarOutlined.tsx | 2 +- src/IconKidStarOutlinedFilled.tsx | 2 +- src/IconKidStarRounded.tsx | 2 +- src/IconKidStarRoundedFilled.tsx | 2 +- src/IconKidStarSharp.tsx | 2 +- src/IconKidStarSharpFilled.tsx | 2 +- src/IconKingBedOutlined.tsx | 2 +- src/IconKingBedOutlinedFilled.tsx | 2 +- src/IconKingBedRounded.tsx | 2 +- src/IconKingBedRoundedFilled.tsx | 2 +- src/IconKingBedSharp.tsx | 2 +- src/IconKingBedSharpFilled.tsx | 2 +- src/IconKitchenOutlined.tsx | 2 +- src/IconKitchenOutlinedFilled.tsx | 2 +- src/IconKitchenRounded.tsx | 2 +- src/IconKitchenRoundedFilled.tsx | 2 +- src/IconKitchenSharp.tsx | 2 +- src/IconKitchenSharpFilled.tsx | 2 +- src/IconKitesurfingOutlined.tsx | 2 +- src/IconKitesurfingOutlinedFilled.tsx | 2 +- src/IconKitesurfingRounded.tsx | 2 +- src/IconKitesurfingRoundedFilled.tsx | 2 +- src/IconKitesurfingSharp.tsx | 2 +- src/IconKitesurfingSharpFilled.tsx | 2 +- src/IconLabPanelOutlined.tsx | 2 +- src/IconLabPanelOutlinedFilled.tsx | 2 +- src/IconLabPanelRounded.tsx | 2 +- src/IconLabPanelRoundedFilled.tsx | 2 +- src/IconLabPanelSharp.tsx | 2 +- src/IconLabPanelSharpFilled.tsx | 2 +- src/IconLabProfileOutlined.tsx | 2 +- src/IconLabProfileOutlinedFilled.tsx | 2 +- src/IconLabProfileRounded.tsx | 2 +- src/IconLabProfileRoundedFilled.tsx | 2 +- src/IconLabProfileSharp.tsx | 2 +- src/IconLabProfileSharpFilled.tsx | 2 +- src/IconLabResearchOutlined.tsx | 2 +- src/IconLabResearchOutlinedFilled.tsx | 2 +- src/IconLabResearchRounded.tsx | 2 +- src/IconLabResearchRoundedFilled.tsx | 2 +- src/IconLabResearchSharp.tsx | 2 +- src/IconLabResearchSharpFilled.tsx | 2 +- src/IconLabelImportantOutlined.tsx | 2 +- src/IconLabelImportantOutlinedFilled.tsx | 2 +- src/IconLabelImportantRounded.tsx | 2 +- src/IconLabelImportantRoundedFilled.tsx | 2 +- src/IconLabelImportantSharp.tsx | 2 +- src/IconLabelImportantSharpFilled.tsx | 2 +- src/IconLabelOffOutlined.tsx | 2 +- src/IconLabelOffOutlinedFilled.tsx | 2 +- src/IconLabelOffRounded.tsx | 2 +- src/IconLabelOffRoundedFilled.tsx | 2 +- src/IconLabelOffSharp.tsx | 2 +- src/IconLabelOffSharpFilled.tsx | 2 +- src/IconLabelOutlined.tsx | 2 +- src/IconLabelOutlinedFilled.tsx | 2 +- src/IconLabelRounded.tsx | 2 +- src/IconLabelRoundedFilled.tsx | 2 +- src/IconLabelSharp.tsx | 2 +- src/IconLabelSharpFilled.tsx | 2 +- src/IconLabsOutlined.tsx | 2 +- src/IconLabsOutlinedFilled.tsx | 2 +- src/IconLabsRounded.tsx | 2 +- src/IconLabsRoundedFilled.tsx | 2 +- src/IconLabsSharp.tsx | 2 +- src/IconLabsSharpFilled.tsx | 2 +- src/IconLanOutlined.tsx | 2 +- src/IconLanOutlinedFilled.tsx | 2 +- src/IconLanRounded.tsx | 2 +- src/IconLanRoundedFilled.tsx | 2 +- src/IconLanSharp.tsx | 2 +- src/IconLanSharpFilled.tsx | 2 +- src/IconLandscape2OffOutlined.tsx | 2 +- src/IconLandscape2OffOutlinedFilled.tsx | 2 +- src/IconLandscape2OffRounded.tsx | 2 +- src/IconLandscape2OffRoundedFilled.tsx | 2 +- src/IconLandscape2OffSharp.tsx | 2 +- src/IconLandscape2OffSharpFilled.tsx | 2 +- src/IconLandscape2Outlined.tsx | 2 +- src/IconLandscape2OutlinedFilled.tsx | 2 +- src/IconLandscape2Rounded.tsx | 2 +- src/IconLandscape2RoundedFilled.tsx | 2 +- src/IconLandscape2Sharp.tsx | 2 +- src/IconLandscape2SharpFilled.tsx | 2 +- src/IconLandscapeOutlined.tsx | 2 +- src/IconLandscapeOutlinedFilled.tsx | 2 +- src/IconLandscapeRounded.tsx | 2 +- src/IconLandscapeRoundedFilled.tsx | 2 +- src/IconLandscapeSharp.tsx | 2 +- src/IconLandscapeSharpFilled.tsx | 2 +- src/IconLandslideOutlined.tsx | 2 +- src/IconLandslideOutlinedFilled.tsx | 2 +- src/IconLandslideRounded.tsx | 2 +- src/IconLandslideRoundedFilled.tsx | 2 +- src/IconLandslideSharp.tsx | 2 +- src/IconLandslideSharpFilled.tsx | 2 +- src/IconLanguageChineseArrayOutlined.tsx | 2 +- ...IconLanguageChineseArrayOutlinedFilled.tsx | 2 +- src/IconLanguageChineseArrayRounded.tsx | 2 +- src/IconLanguageChineseArrayRoundedFilled.tsx | 2 +- src/IconLanguageChineseArraySharp.tsx | 2 +- src/IconLanguageChineseArraySharpFilled.tsx | 2 +- src/IconLanguageChineseCangjieOutlined.tsx | 2 +- ...onLanguageChineseCangjieOutlinedFilled.tsx | 2 +- src/IconLanguageChineseCangjieRounded.tsx | 2 +- ...conLanguageChineseCangjieRoundedFilled.tsx | 2 +- src/IconLanguageChineseCangjieSharp.tsx | 2 +- src/IconLanguageChineseCangjieSharpFilled.tsx | 2 +- src/IconLanguageChineseDayiOutlined.tsx | 2 +- src/IconLanguageChineseDayiOutlinedFilled.tsx | 2 +- src/IconLanguageChineseDayiRounded.tsx | 2 +- src/IconLanguageChineseDayiRoundedFilled.tsx | 2 +- src/IconLanguageChineseDayiSharp.tsx | 2 +- src/IconLanguageChineseDayiSharpFilled.tsx | 2 +- src/IconLanguageChinesePinyinOutlined.tsx | 2 +- ...conLanguageChinesePinyinOutlinedFilled.tsx | 2 +- src/IconLanguageChinesePinyinRounded.tsx | 2 +- ...IconLanguageChinesePinyinRoundedFilled.tsx | 2 +- src/IconLanguageChinesePinyinSharp.tsx | 2 +- src/IconLanguageChinesePinyinSharpFilled.tsx | 2 +- src/IconLanguageChineseQuickOutlined.tsx | 2 +- ...IconLanguageChineseQuickOutlinedFilled.tsx | 2 +- src/IconLanguageChineseQuickRounded.tsx | 2 +- src/IconLanguageChineseQuickRoundedFilled.tsx | 2 +- src/IconLanguageChineseQuickSharp.tsx | 2 +- src/IconLanguageChineseQuickSharpFilled.tsx | 2 +- src/IconLanguageChineseWubiOutlined.tsx | 2 +- src/IconLanguageChineseWubiOutlinedFilled.tsx | 2 +- src/IconLanguageChineseWubiRounded.tsx | 2 +- src/IconLanguageChineseWubiRoundedFilled.tsx | 2 +- src/IconLanguageChineseWubiSharp.tsx | 2 +- src/IconLanguageChineseWubiSharpFilled.tsx | 2 +- src/IconLanguageFrenchOutlined.tsx | 2 +- src/IconLanguageFrenchOutlinedFilled.tsx | 2 +- src/IconLanguageFrenchRounded.tsx | 2 +- src/IconLanguageFrenchRoundedFilled.tsx | 2 +- src/IconLanguageFrenchSharp.tsx | 2 +- src/IconLanguageFrenchSharpFilled.tsx | 2 +- src/IconLanguageGbEnglishOutlined.tsx | 2 +- src/IconLanguageGbEnglishOutlinedFilled.tsx | 2 +- src/IconLanguageGbEnglishRounded.tsx | 2 +- src/IconLanguageGbEnglishRoundedFilled.tsx | 2 +- src/IconLanguageGbEnglishSharp.tsx | 2 +- src/IconLanguageGbEnglishSharpFilled.tsx | 2 +- src/IconLanguageInternationalOutlined.tsx | 2 +- ...conLanguageInternationalOutlinedFilled.tsx | 2 +- src/IconLanguageInternationalRounded.tsx | 2 +- ...IconLanguageInternationalRoundedFilled.tsx | 2 +- src/IconLanguageInternationalSharp.tsx | 2 +- src/IconLanguageInternationalSharpFilled.tsx | 2 +- src/IconLanguageJapaneseKanaOutlined.tsx | 2 +- ...IconLanguageJapaneseKanaOutlinedFilled.tsx | 2 +- src/IconLanguageJapaneseKanaRounded.tsx | 2 +- src/IconLanguageJapaneseKanaRoundedFilled.tsx | 2 +- src/IconLanguageJapaneseKanaSharp.tsx | 2 +- src/IconLanguageJapaneseKanaSharpFilled.tsx | 2 +- src/IconLanguageKoreanLatinOutlined.tsx | 2 +- src/IconLanguageKoreanLatinOutlinedFilled.tsx | 2 +- src/IconLanguageKoreanLatinRounded.tsx | 2 +- src/IconLanguageKoreanLatinRoundedFilled.tsx | 2 +- src/IconLanguageKoreanLatinSharp.tsx | 2 +- src/IconLanguageKoreanLatinSharpFilled.tsx | 2 +- src/IconLanguageOutlined.tsx | 2 +- src/IconLanguageOutlinedFilled.tsx | 2 +- src/IconLanguagePinyinOutlined.tsx | 2 +- src/IconLanguagePinyinOutlinedFilled.tsx | 2 +- src/IconLanguagePinyinRounded.tsx | 2 +- src/IconLanguagePinyinRoundedFilled.tsx | 2 +- src/IconLanguagePinyinSharp.tsx | 2 +- src/IconLanguagePinyinSharpFilled.tsx | 2 +- src/IconLanguageRounded.tsx | 2 +- src/IconLanguageRoundedFilled.tsx | 2 +- src/IconLanguageSharp.tsx | 2 +- src/IconLanguageSharpFilled.tsx | 2 +- src/IconLanguageSpanishOutlined.tsx | 2 +- src/IconLanguageSpanishOutlinedFilled.tsx | 2 +- src/IconLanguageSpanishRounded.tsx | 2 +- src/IconLanguageSpanishRoundedFilled.tsx | 2 +- src/IconLanguageSpanishSharp.tsx | 2 +- src/IconLanguageSpanishSharpFilled.tsx | 2 +- src/IconLanguageUsColemakOutlined.tsx | 2 +- src/IconLanguageUsColemakOutlinedFilled.tsx | 2 +- src/IconLanguageUsColemakRounded.tsx | 2 +- src/IconLanguageUsColemakRoundedFilled.tsx | 2 +- src/IconLanguageUsColemakSharp.tsx | 2 +- src/IconLanguageUsColemakSharpFilled.tsx | 2 +- src/IconLanguageUsDvorakOutlined.tsx | 2 +- src/IconLanguageUsDvorakOutlinedFilled.tsx | 2 +- src/IconLanguageUsDvorakRounded.tsx | 2 +- src/IconLanguageUsDvorakRoundedFilled.tsx | 2 +- src/IconLanguageUsDvorakSharp.tsx | 2 +- src/IconLanguageUsDvorakSharpFilled.tsx | 2 +- src/IconLanguageUsOutlined.tsx | 2 +- src/IconLanguageUsOutlinedFilled.tsx | 2 +- src/IconLanguageUsRounded.tsx | 2 +- src/IconLanguageUsRoundedFilled.tsx | 2 +- src/IconLanguageUsSharp.tsx | 2 +- src/IconLanguageUsSharpFilled.tsx | 2 +- src/IconLapsOutlined.tsx | 2 +- src/IconLapsOutlinedFilled.tsx | 2 +- src/IconLapsRounded.tsx | 2 +- src/IconLapsRoundedFilled.tsx | 2 +- src/IconLapsSharp.tsx | 2 +- src/IconLapsSharpFilled.tsx | 2 +- src/IconLaptopCarOutlined.tsx | 2 +- src/IconLaptopCarOutlinedFilled.tsx | 2 +- src/IconLaptopCarRounded.tsx | 2 +- src/IconLaptopCarRoundedFilled.tsx | 2 +- src/IconLaptopCarSharp.tsx | 2 +- src/IconLaptopCarSharpFilled.tsx | 2 +- src/IconLaptopChromebookOutlined.tsx | 2 +- src/IconLaptopChromebookOutlinedFilled.tsx | 2 +- src/IconLaptopChromebookRounded.tsx | 2 +- src/IconLaptopChromebookRoundedFilled.tsx | 2 +- src/IconLaptopChromebookSharp.tsx | 2 +- src/IconLaptopChromebookSharpFilled.tsx | 2 +- src/IconLaptopMacOutlined.tsx | 2 +- src/IconLaptopMacOutlinedFilled.tsx | 2 +- src/IconLaptopMacRounded.tsx | 2 +- src/IconLaptopMacRoundedFilled.tsx | 2 +- src/IconLaptopMacSharp.tsx | 2 +- src/IconLaptopMacSharpFilled.tsx | 2 +- src/IconLaptopWindowsOutlined.tsx | 2 +- src/IconLaptopWindowsOutlinedFilled.tsx | 2 +- src/IconLaptopWindowsRounded.tsx | 2 +- src/IconLaptopWindowsRoundedFilled.tsx | 2 +- src/IconLaptopWindowsSharp.tsx | 2 +- src/IconLaptopWindowsSharpFilled.tsx | 2 +- src/IconLassoSelectOutlined.tsx | 2 +- src/IconLassoSelectOutlinedFilled.tsx | 2 +- src/IconLassoSelectRounded.tsx | 2 +- src/IconLassoSelectRoundedFilled.tsx | 2 +- src/IconLassoSelectSharp.tsx | 2 +- src/IconLassoSelectSharpFilled.tsx | 2 +- src/IconLastPageOutlined.tsx | 2 +- src/IconLastPageOutlinedFilled.tsx | 2 +- src/IconLastPageRounded.tsx | 2 +- src/IconLastPageRoundedFilled.tsx | 2 +- src/IconLastPageSharp.tsx | 2 +- src/IconLastPageSharpFilled.tsx | 2 +- src/IconLaundryOutlined.tsx | 2 +- src/IconLaundryOutlinedFilled.tsx | 2 +- src/IconLaundryRounded.tsx | 2 +- src/IconLaundryRoundedFilled.tsx | 2 +- src/IconLaundrySharp.tsx | 2 +- src/IconLaundrySharpFilled.tsx | 2 +- src/IconLayersClearOutlined.tsx | 2 +- src/IconLayersClearOutlinedFilled.tsx | 2 +- src/IconLayersClearRounded.tsx | 2 +- src/IconLayersClearRoundedFilled.tsx | 2 +- src/IconLayersClearSharp.tsx | 2 +- src/IconLayersClearSharpFilled.tsx | 2 +- src/IconLayersOutlined.tsx | 2 +- src/IconLayersOutlinedFilled.tsx | 2 +- src/IconLayersRounded.tsx | 2 +- src/IconLayersRoundedFilled.tsx | 2 +- src/IconLayersSharp.tsx | 2 +- src/IconLayersSharpFilled.tsx | 2 +- src/IconLdaOutlined.tsx | 2 +- src/IconLdaOutlinedFilled.tsx | 2 +- src/IconLdaRounded.tsx | 2 +- src/IconLdaRoundedFilled.tsx | 2 +- src/IconLdaSharp.tsx | 2 +- src/IconLdaSharpFilled.tsx | 2 +- src/IconLeaderboardOutlined.tsx | 2 +- src/IconLeaderboardOutlinedFilled.tsx | 2 +- src/IconLeaderboardRounded.tsx | 2 +- src/IconLeaderboardRoundedFilled.tsx | 2 +- src/IconLeaderboardSharp.tsx | 2 +- src/IconLeaderboardSharpFilled.tsx | 2 +- src/IconLeakAddOutlined.tsx | 2 +- src/IconLeakAddOutlinedFilled.tsx | 2 +- src/IconLeakAddRounded.tsx | 2 +- src/IconLeakAddRoundedFilled.tsx | 2 +- src/IconLeakAddSharp.tsx | 2 +- src/IconLeakAddSharpFilled.tsx | 2 +- src/IconLeakRemoveOutlined.tsx | 2 +- src/IconLeakRemoveOutlinedFilled.tsx | 2 +- src/IconLeakRemoveRounded.tsx | 2 +- src/IconLeakRemoveRoundedFilled.tsx | 2 +- src/IconLeakRemoveSharp.tsx | 2 +- src/IconLeakRemoveSharpFilled.tsx | 2 +- src/IconLeftClickOutlined.tsx | 2 +- src/IconLeftClickOutlinedFilled.tsx | 2 +- src/IconLeftClickRounded.tsx | 2 +- src/IconLeftClickRoundedFilled.tsx | 2 +- src/IconLeftClickSharp.tsx | 2 +- src/IconLeftClickSharpFilled.tsx | 2 +- src/IconLeftPanelCloseOutlined.tsx | 2 +- src/IconLeftPanelCloseOutlinedFilled.tsx | 2 +- src/IconLeftPanelCloseRounded.tsx | 2 +- src/IconLeftPanelCloseRoundedFilled.tsx | 2 +- src/IconLeftPanelCloseSharp.tsx | 2 +- src/IconLeftPanelCloseSharpFilled.tsx | 2 +- src/IconLeftPanelOpenOutlined.tsx | 2 +- src/IconLeftPanelOpenOutlinedFilled.tsx | 2 +- src/IconLeftPanelOpenRounded.tsx | 2 +- src/IconLeftPanelOpenRoundedFilled.tsx | 2 +- src/IconLeftPanelOpenSharp.tsx | 2 +- src/IconLeftPanelOpenSharpFilled.tsx | 2 +- src/IconLegendToggleOutlined.tsx | 2 +- src/IconLegendToggleOutlinedFilled.tsx | 2 +- src/IconLegendToggleRounded.tsx | 2 +- src/IconLegendToggleRoundedFilled.tsx | 2 +- src/IconLegendToggleSharp.tsx | 2 +- src/IconLegendToggleSharpFilled.tsx | 2 +- src/IconLensBlurOutlined.tsx | 2 +- src/IconLensBlurOutlinedFilled.tsx | 2 +- src/IconLensBlurRounded.tsx | 2 +- src/IconLensBlurRoundedFilled.tsx | 2 +- src/IconLensBlurSharp.tsx | 2 +- src/IconLensBlurSharpFilled.tsx | 2 +- src/IconLetterSwitchOutlined.tsx | 2 +- src/IconLetterSwitchOutlinedFilled.tsx | 2 +- src/IconLetterSwitchRounded.tsx | 2 +- src/IconLetterSwitchRoundedFilled.tsx | 2 +- src/IconLetterSwitchSharp.tsx | 2 +- src/IconLetterSwitchSharpFilled.tsx | 2 +- src/IconLibraryAddCheckOutlined.tsx | 2 +- src/IconLibraryAddCheckOutlinedFilled.tsx | 2 +- src/IconLibraryAddCheckRounded.tsx | 2 +- src/IconLibraryAddCheckRoundedFilled.tsx | 2 +- src/IconLibraryAddCheckSharp.tsx | 2 +- src/IconLibraryAddCheckSharpFilled.tsx | 2 +- src/IconLibraryAddOutlined.tsx | 2 +- src/IconLibraryAddOutlinedFilled.tsx | 2 +- src/IconLibraryAddRounded.tsx | 2 +- src/IconLibraryAddRoundedFilled.tsx | 2 +- src/IconLibraryAddSharp.tsx | 2 +- src/IconLibraryAddSharpFilled.tsx | 2 +- src/IconLibraryBooksOutlined.tsx | 2 +- src/IconLibraryBooksOutlinedFilled.tsx | 2 +- src/IconLibraryBooksRounded.tsx | 2 +- src/IconLibraryBooksRoundedFilled.tsx | 2 +- src/IconLibraryBooksSharp.tsx | 2 +- src/IconLibraryBooksSharpFilled.tsx | 2 +- src/IconLibraryMusicOutlined.tsx | 2 +- src/IconLibraryMusicOutlinedFilled.tsx | 2 +- src/IconLibraryMusicRounded.tsx | 2 +- src/IconLibraryMusicRoundedFilled.tsx | 2 +- src/IconLibraryMusicSharp.tsx | 2 +- src/IconLibraryMusicSharpFilled.tsx | 2 +- src/IconLicenseOutlined.tsx | 2 +- src/IconLicenseOutlinedFilled.tsx | 2 +- src/IconLicenseRounded.tsx | 2 +- src/IconLicenseRoundedFilled.tsx | 2 +- src/IconLicenseSharp.tsx | 2 +- src/IconLicenseSharpFilled.tsx | 2 +- src/IconLiftToTalkOutlined.tsx | 2 +- src/IconLiftToTalkOutlinedFilled.tsx | 2 +- src/IconLiftToTalkRounded.tsx | 2 +- src/IconLiftToTalkRoundedFilled.tsx | 2 +- src/IconLiftToTalkSharp.tsx | 2 +- src/IconLiftToTalkSharpFilled.tsx | 2 +- src/IconLightGroupOutlined.tsx | 2 +- src/IconLightGroupOutlinedFilled.tsx | 2 +- src/IconLightGroupRounded.tsx | 2 +- src/IconLightGroupRoundedFilled.tsx | 2 +- src/IconLightGroupSharp.tsx | 2 +- src/IconLightGroupSharpFilled.tsx | 2 +- src/IconLightModeOutlined.tsx | 2 +- src/IconLightModeOutlinedFilled.tsx | 2 +- src/IconLightModeRounded.tsx | 2 +- src/IconLightModeRoundedFilled.tsx | 2 +- src/IconLightModeSharp.tsx | 2 +- src/IconLightModeSharpFilled.tsx | 2 +- src/IconLightOffOutlined.tsx | 2 +- src/IconLightOffOutlinedFilled.tsx | 2 +- src/IconLightOffRounded.tsx | 2 +- src/IconLightOffRoundedFilled.tsx | 2 +- src/IconLightOffSharp.tsx | 2 +- src/IconLightOffSharpFilled.tsx | 2 +- src/IconLightOutlined.tsx | 2 +- src/IconLightOutlinedFilled.tsx | 2 +- src/IconLightRounded.tsx | 2 +- src/IconLightRoundedFilled.tsx | 2 +- src/IconLightSharp.tsx | 2 +- src/IconLightSharpFilled.tsx | 2 +- src/IconLightbulb2Outlined.tsx | 2 +- src/IconLightbulb2OutlinedFilled.tsx | 2 +- src/IconLightbulb2Rounded.tsx | 2 +- src/IconLightbulb2RoundedFilled.tsx | 2 +- src/IconLightbulb2Sharp.tsx | 2 +- src/IconLightbulb2SharpFilled.tsx | 2 +- src/IconLightbulbCircleOutlined.tsx | 2 +- src/IconLightbulbCircleOutlinedFilled.tsx | 2 +- src/IconLightbulbCircleRounded.tsx | 2 +- src/IconLightbulbCircleRoundedFilled.tsx | 2 +- src/IconLightbulbCircleSharp.tsx | 2 +- src/IconLightbulbCircleSharpFilled.tsx | 2 +- src/IconLightbulbOutlined.tsx | 2 +- src/IconLightbulbOutlinedFilled.tsx | 2 +- src/IconLightbulbRounded.tsx | 2 +- src/IconLightbulbRoundedFilled.tsx | 2 +- src/IconLightbulbSharp.tsx | 2 +- src/IconLightbulbSharpFilled.tsx | 2 +- src/IconLightningStandOutlined.tsx | 2 +- src/IconLightningStandOutlinedFilled.tsx | 2 +- src/IconLightningStandRounded.tsx | 2 +- src/IconLightningStandRoundedFilled.tsx | 2 +- src/IconLightningStandSharp.tsx | 2 +- src/IconLightningStandSharpFilled.tsx | 2 +- src/IconLineAxisOutlined.tsx | 2 +- src/IconLineAxisOutlinedFilled.tsx | 2 +- src/IconLineAxisRounded.tsx | 2 +- src/IconLineAxisRoundedFilled.tsx | 2 +- src/IconLineAxisSharp.tsx | 2 +- src/IconLineAxisSharpFilled.tsx | 2 +- src/IconLineCurveOutlined.tsx | 2 +- src/IconLineCurveOutlinedFilled.tsx | 2 +- src/IconLineCurveRounded.tsx | 2 +- src/IconLineCurveRoundedFilled.tsx | 2 +- src/IconLineCurveSharp.tsx | 2 +- src/IconLineCurveSharpFilled.tsx | 2 +- src/IconLineEndArrowNotchOutlined.tsx | 2 +- src/IconLineEndArrowNotchOutlinedFilled.tsx | 2 +- src/IconLineEndArrowNotchRounded.tsx | 2 +- src/IconLineEndArrowNotchRoundedFilled.tsx | 2 +- src/IconLineEndArrowNotchSharp.tsx | 2 +- src/IconLineEndArrowNotchSharpFilled.tsx | 2 +- src/IconLineEndArrowOutlined.tsx | 2 +- src/IconLineEndArrowOutlinedFilled.tsx | 2 +- src/IconLineEndArrowRounded.tsx | 2 +- src/IconLineEndArrowRoundedFilled.tsx | 2 +- src/IconLineEndArrowSharp.tsx | 2 +- src/IconLineEndArrowSharpFilled.tsx | 2 +- src/IconLineEndCircleOutlined.tsx | 2 +- src/IconLineEndCircleOutlinedFilled.tsx | 2 +- src/IconLineEndCircleRounded.tsx | 2 +- src/IconLineEndCircleRoundedFilled.tsx | 2 +- src/IconLineEndCircleSharp.tsx | 2 +- src/IconLineEndCircleSharpFilled.tsx | 2 +- src/IconLineEndDiamondOutlined.tsx | 2 +- src/IconLineEndDiamondOutlinedFilled.tsx | 2 +- src/IconLineEndDiamondRounded.tsx | 2 +- src/IconLineEndDiamondRoundedFilled.tsx | 2 +- src/IconLineEndDiamondSharp.tsx | 2 +- src/IconLineEndDiamondSharpFilled.tsx | 2 +- src/IconLineEndOutlined.tsx | 2 +- src/IconLineEndOutlinedFilled.tsx | 2 +- src/IconLineEndRounded.tsx | 2 +- src/IconLineEndRoundedFilled.tsx | 2 +- src/IconLineEndSharp.tsx | 2 +- src/IconLineEndSharpFilled.tsx | 2 +- src/IconLineEndSquareOutlined.tsx | 2 +- src/IconLineEndSquareOutlinedFilled.tsx | 2 +- src/IconLineEndSquareRounded.tsx | 2 +- src/IconLineEndSquareRoundedFilled.tsx | 2 +- src/IconLineEndSquareSharp.tsx | 2 +- src/IconLineEndSquareSharpFilled.tsx | 2 +- src/IconLineStartArrowNotchOutlined.tsx | 2 +- src/IconLineStartArrowNotchOutlinedFilled.tsx | 2 +- src/IconLineStartArrowNotchRounded.tsx | 2 +- src/IconLineStartArrowNotchRoundedFilled.tsx | 2 +- src/IconLineStartArrowNotchSharp.tsx | 2 +- src/IconLineStartArrowNotchSharpFilled.tsx | 2 +- src/IconLineStartArrowOutlined.tsx | 2 +- src/IconLineStartArrowOutlinedFilled.tsx | 2 +- src/IconLineStartArrowRounded.tsx | 2 +- src/IconLineStartArrowRoundedFilled.tsx | 2 +- src/IconLineStartArrowSharp.tsx | 2 +- src/IconLineStartArrowSharpFilled.tsx | 2 +- src/IconLineStartCircleOutlined.tsx | 2 +- src/IconLineStartCircleOutlinedFilled.tsx | 2 +- src/IconLineStartCircleRounded.tsx | 2 +- src/IconLineStartCircleRoundedFilled.tsx | 2 +- src/IconLineStartCircleSharp.tsx | 2 +- src/IconLineStartCircleSharpFilled.tsx | 2 +- src/IconLineStartDiamondOutlined.tsx | 2 +- src/IconLineStartDiamondOutlinedFilled.tsx | 2 +- src/IconLineStartDiamondRounded.tsx | 2 +- src/IconLineStartDiamondRoundedFilled.tsx | 2 +- src/IconLineStartDiamondSharp.tsx | 2 +- src/IconLineStartDiamondSharpFilled.tsx | 2 +- src/IconLineStartOutlined.tsx | 2 +- src/IconLineStartOutlinedFilled.tsx | 2 +- src/IconLineStartRounded.tsx | 2 +- src/IconLineStartRoundedFilled.tsx | 2 +- src/IconLineStartSharp.tsx | 2 +- src/IconLineStartSharpFilled.tsx | 2 +- src/IconLineStartSquareOutlined.tsx | 2 +- src/IconLineStartSquareOutlinedFilled.tsx | 2 +- src/IconLineStartSquareRounded.tsx | 2 +- src/IconLineStartSquareRoundedFilled.tsx | 2 +- src/IconLineStartSquareSharp.tsx | 2 +- src/IconLineStartSquareSharpFilled.tsx | 2 +- src/IconLineStyleOutlined.tsx | 2 +- src/IconLineStyleOutlinedFilled.tsx | 2 +- src/IconLineStyleRounded.tsx | 2 +- src/IconLineStyleRoundedFilled.tsx | 2 +- src/IconLineStyleSharp.tsx | 2 +- src/IconLineStyleSharpFilled.tsx | 2 +- src/IconLineWeightOutlined.tsx | 2 +- src/IconLineWeightOutlinedFilled.tsx | 2 +- src/IconLineWeightRounded.tsx | 2 +- src/IconLineWeightRoundedFilled.tsx | 2 +- src/IconLineWeightSharp.tsx | 2 +- src/IconLineWeightSharpFilled.tsx | 2 +- src/IconLinearScaleOutlined.tsx | 2 +- src/IconLinearScaleOutlinedFilled.tsx | 2 +- src/IconLinearScaleRounded.tsx | 2 +- src/IconLinearScaleRoundedFilled.tsx | 2 +- src/IconLinearScaleSharp.tsx | 2 +- src/IconLinearScaleSharpFilled.tsx | 2 +- src/IconLinkOffOutlined.tsx | 2 +- src/IconLinkOffOutlinedFilled.tsx | 2 +- src/IconLinkOffRounded.tsx | 2 +- src/IconLinkOffRoundedFilled.tsx | 2 +- src/IconLinkOffSharp.tsx | 2 +- src/IconLinkOffSharpFilled.tsx | 2 +- src/IconLinkOutlined.tsx | 2 +- src/IconLinkOutlinedFilled.tsx | 2 +- src/IconLinkRounded.tsx | 2 +- src/IconLinkRoundedFilled.tsx | 2 +- src/IconLinkSharp.tsx | 2 +- src/IconLinkSharpFilled.tsx | 2 +- src/IconLinkedCameraOutlined.tsx | 2 +- src/IconLinkedCameraOutlinedFilled.tsx | 2 +- src/IconLinkedCameraRounded.tsx | 2 +- src/IconLinkedCameraRoundedFilled.tsx | 2 +- src/IconLinkedCameraSharp.tsx | 2 +- src/IconLinkedCameraSharpFilled.tsx | 2 +- src/IconLinkedServicesOutlined.tsx | 2 +- src/IconLinkedServicesOutlinedFilled.tsx | 2 +- src/IconLinkedServicesRounded.tsx | 2 +- src/IconLinkedServicesRoundedFilled.tsx | 2 +- src/IconLinkedServicesSharp.tsx | 2 +- src/IconLinkedServicesSharpFilled.tsx | 2 +- src/IconLiquorOutlined.tsx | 2 +- src/IconLiquorOutlinedFilled.tsx | 2 +- src/IconLiquorRounded.tsx | 2 +- src/IconLiquorRoundedFilled.tsx | 2 +- src/IconLiquorSharp.tsx | 2 +- src/IconLiquorSharpFilled.tsx | 2 +- src/IconListAltAddOutlined.tsx | 2 +- src/IconListAltAddOutlinedFilled.tsx | 2 +- src/IconListAltAddRounded.tsx | 2 +- src/IconListAltAddRoundedFilled.tsx | 2 +- src/IconListAltAddSharp.tsx | 2 +- src/IconListAltAddSharpFilled.tsx | 2 +- src/IconListAltCheckOutlined.tsx | 2 +- src/IconListAltCheckOutlinedFilled.tsx | 2 +- src/IconListAltCheckRounded.tsx | 2 +- src/IconListAltCheckRoundedFilled.tsx | 2 +- src/IconListAltCheckSharp.tsx | 2 +- src/IconListAltCheckSharpFilled.tsx | 2 +- src/IconListAltOutlined.tsx | 2 +- src/IconListAltOutlinedFilled.tsx | 2 +- src/IconListAltRounded.tsx | 2 +- src/IconListAltRoundedFilled.tsx | 2 +- src/IconListAltSharp.tsx | 2 +- src/IconListAltSharpFilled.tsx | 2 +- src/IconListOutlined.tsx | 2 +- src/IconListOutlinedFilled.tsx | 2 +- src/IconListRounded.tsx | 2 +- src/IconListRoundedFilled.tsx | 2 +- src/IconListSharp.tsx | 2 +- src/IconListSharpFilled.tsx | 2 +- src/IconListsOutlined.tsx | 2 +- src/IconListsOutlinedFilled.tsx | 2 +- src/IconListsRounded.tsx | 2 +- src/IconListsRoundedFilled.tsx | 2 +- src/IconListsSharp.tsx | 2 +- src/IconListsSharpFilled.tsx | 2 +- src/IconLiveHelpOutlined.tsx | 2 +- src/IconLiveHelpOutlinedFilled.tsx | 2 +- src/IconLiveHelpRounded.tsx | 2 +- src/IconLiveHelpRoundedFilled.tsx | 2 +- src/IconLiveHelpSharp.tsx | 2 +- src/IconLiveHelpSharpFilled.tsx | 2 +- src/IconLiveTvOutlined.tsx | 2 +- src/IconLiveTvOutlinedFilled.tsx | 2 +- src/IconLiveTvRounded.tsx | 2 +- src/IconLiveTvRoundedFilled.tsx | 2 +- src/IconLiveTvSharp.tsx | 2 +- src/IconLiveTvSharpFilled.tsx | 2 +- src/IconLivingOutlined.tsx | 2 +- src/IconLivingOutlinedFilled.tsx | 2 +- src/IconLivingRounded.tsx | 2 +- src/IconLivingRoundedFilled.tsx | 2 +- src/IconLivingSharp.tsx | 2 +- src/IconLivingSharpFilled.tsx | 2 +- src/IconLocalActivityOutlined.tsx | 2 +- src/IconLocalActivityOutlinedFilled.tsx | 2 +- src/IconLocalActivityRounded.tsx | 2 +- src/IconLocalActivityRoundedFilled.tsx | 2 +- src/IconLocalActivitySharp.tsx | 2 +- src/IconLocalActivitySharpFilled.tsx | 2 +- src/IconLocalAtmOutlined.tsx | 2 +- src/IconLocalAtmOutlinedFilled.tsx | 2 +- src/IconLocalAtmRounded.tsx | 2 +- src/IconLocalAtmRoundedFilled.tsx | 2 +- src/IconLocalAtmSharp.tsx | 2 +- src/IconLocalAtmSharpFilled.tsx | 2 +- src/IconLocalBarOutlined.tsx | 2 +- src/IconLocalBarOutlinedFilled.tsx | 2 +- src/IconLocalBarRounded.tsx | 2 +- src/IconLocalBarRoundedFilled.tsx | 2 +- src/IconLocalBarSharp.tsx | 2 +- src/IconLocalBarSharpFilled.tsx | 2 +- src/IconLocalCafeOutlined.tsx | 2 +- src/IconLocalCafeOutlinedFilled.tsx | 2 +- src/IconLocalCafeRounded.tsx | 2 +- src/IconLocalCafeRoundedFilled.tsx | 2 +- src/IconLocalCafeSharp.tsx | 2 +- src/IconLocalCafeSharpFilled.tsx | 2 +- src/IconLocalCarWashOutlined.tsx | 2 +- src/IconLocalCarWashOutlinedFilled.tsx | 2 +- src/IconLocalCarWashRounded.tsx | 2 +- src/IconLocalCarWashRoundedFilled.tsx | 2 +- src/IconLocalCarWashSharp.tsx | 2 +- src/IconLocalCarWashSharpFilled.tsx | 2 +- src/IconLocalConvenienceStoreOutlined.tsx | 2 +- ...conLocalConvenienceStoreOutlinedFilled.tsx | 2 +- src/IconLocalConvenienceStoreRounded.tsx | 2 +- ...IconLocalConvenienceStoreRoundedFilled.tsx | 2 +- src/IconLocalConvenienceStoreSharp.tsx | 2 +- src/IconLocalConvenienceStoreSharpFilled.tsx | 2 +- src/IconLocalDiningOutlined.tsx | 2 +- src/IconLocalDiningOutlinedFilled.tsx | 2 +- src/IconLocalDiningRounded.tsx | 2 +- src/IconLocalDiningRoundedFilled.tsx | 2 +- src/IconLocalDiningSharp.tsx | 2 +- src/IconLocalDiningSharpFilled.tsx | 2 +- src/IconLocalDrinkOutlined.tsx | 2 +- src/IconLocalDrinkOutlinedFilled.tsx | 2 +- src/IconLocalDrinkRounded.tsx | 2 +- src/IconLocalDrinkRoundedFilled.tsx | 2 +- src/IconLocalDrinkSharp.tsx | 2 +- src/IconLocalDrinkSharpFilled.tsx | 2 +- src/IconLocalFireDepartmentOutlined.tsx | 2 +- src/IconLocalFireDepartmentOutlinedFilled.tsx | 2 +- src/IconLocalFireDepartmentRounded.tsx | 2 +- src/IconLocalFireDepartmentRoundedFilled.tsx | 2 +- src/IconLocalFireDepartmentSharp.tsx | 2 +- src/IconLocalFireDepartmentSharpFilled.tsx | 2 +- src/IconLocalFloristOutlined.tsx | 2 +- src/IconLocalFloristOutlinedFilled.tsx | 2 +- src/IconLocalFloristRounded.tsx | 2 +- src/IconLocalFloristRoundedFilled.tsx | 2 +- src/IconLocalFloristSharp.tsx | 2 +- src/IconLocalFloristSharpFilled.tsx | 2 +- src/IconLocalGasStationOutlined.tsx | 2 +- src/IconLocalGasStationOutlinedFilled.tsx | 2 +- src/IconLocalGasStationRounded.tsx | 2 +- src/IconLocalGasStationRoundedFilled.tsx | 2 +- src/IconLocalGasStationSharp.tsx | 2 +- src/IconLocalGasStationSharpFilled.tsx | 2 +- src/IconLocalHospitalOutlined.tsx | 2 +- src/IconLocalHospitalOutlinedFilled.tsx | 2 +- src/IconLocalHospitalRounded.tsx | 2 +- src/IconLocalHospitalRoundedFilled.tsx | 2 +- src/IconLocalHospitalSharp.tsx | 2 +- src/IconLocalHospitalSharpFilled.tsx | 2 +- src/IconLocalLaundryServiceOutlined.tsx | 2 +- src/IconLocalLaundryServiceOutlinedFilled.tsx | 2 +- src/IconLocalLaundryServiceRounded.tsx | 2 +- src/IconLocalLaundryServiceRoundedFilled.tsx | 2 +- src/IconLocalLaundryServiceSharp.tsx | 2 +- src/IconLocalLaundryServiceSharpFilled.tsx | 2 +- src/IconLocalLibraryOutlined.tsx | 2 +- src/IconLocalLibraryOutlinedFilled.tsx | 2 +- src/IconLocalLibraryRounded.tsx | 2 +- src/IconLocalLibraryRoundedFilled.tsx | 2 +- src/IconLocalLibrarySharp.tsx | 2 +- src/IconLocalLibrarySharpFilled.tsx | 2 +- src/IconLocalMallOutlined.tsx | 2 +- src/IconLocalMallOutlinedFilled.tsx | 2 +- src/IconLocalMallRounded.tsx | 2 +- src/IconLocalMallRoundedFilled.tsx | 2 +- src/IconLocalMallSharp.tsx | 2 +- src/IconLocalMallSharpFilled.tsx | 2 +- src/IconLocalParkingOutlined.tsx | 2 +- src/IconLocalParkingOutlinedFilled.tsx | 2 +- src/IconLocalParkingRounded.tsx | 2 +- src/IconLocalParkingRoundedFilled.tsx | 2 +- src/IconLocalParkingSharp.tsx | 2 +- src/IconLocalParkingSharpFilled.tsx | 2 +- src/IconLocalPharmacyOutlined.tsx | 2 +- src/IconLocalPharmacyOutlinedFilled.tsx | 2 +- src/IconLocalPharmacyRounded.tsx | 2 +- src/IconLocalPharmacyRoundedFilled.tsx | 2 +- src/IconLocalPharmacySharp.tsx | 2 +- src/IconLocalPharmacySharpFilled.tsx | 2 +- src/IconLocalPizzaOutlined.tsx | 2 +- src/IconLocalPizzaOutlinedFilled.tsx | 2 +- src/IconLocalPizzaRounded.tsx | 2 +- src/IconLocalPizzaRoundedFilled.tsx | 2 +- src/IconLocalPizzaSharp.tsx | 2 +- src/IconLocalPizzaSharpFilled.tsx | 2 +- src/IconLocalPoliceOutlined.tsx | 2 +- src/IconLocalPoliceOutlinedFilled.tsx | 2 +- src/IconLocalPoliceRounded.tsx | 2 +- src/IconLocalPoliceRoundedFilled.tsx | 2 +- src/IconLocalPoliceSharp.tsx | 2 +- src/IconLocalPoliceSharpFilled.tsx | 2 +- src/IconLocalPostOfficeOutlined.tsx | 2 +- src/IconLocalPostOfficeOutlinedFilled.tsx | 2 +- src/IconLocalPostOfficeRounded.tsx | 2 +- src/IconLocalPostOfficeRoundedFilled.tsx | 2 +- src/IconLocalPostOfficeSharp.tsx | 2 +- src/IconLocalPostOfficeSharpFilled.tsx | 2 +- src/IconLocalSeeOutlined.tsx | 2 +- src/IconLocalSeeOutlinedFilled.tsx | 2 +- src/IconLocalSeeRounded.tsx | 2 +- src/IconLocalSeeRoundedFilled.tsx | 2 +- src/IconLocalSeeSharp.tsx | 2 +- src/IconLocalSeeSharpFilled.tsx | 2 +- src/IconLocalShippingOutlined.tsx | 2 +- src/IconLocalShippingOutlinedFilled.tsx | 2 +- src/IconLocalShippingRounded.tsx | 2 +- src/IconLocalShippingRoundedFilled.tsx | 2 +- src/IconLocalShippingSharp.tsx | 2 +- src/IconLocalShippingSharpFilled.tsx | 2 +- src/IconLocalTaxiOutlined.tsx | 2 +- src/IconLocalTaxiOutlinedFilled.tsx | 2 +- src/IconLocalTaxiRounded.tsx | 2 +- src/IconLocalTaxiRoundedFilled.tsx | 2 +- src/IconLocalTaxiSharp.tsx | 2 +- src/IconLocalTaxiSharpFilled.tsx | 2 +- src/IconLocationAwayOutlined.tsx | 2 +- src/IconLocationAwayOutlinedFilled.tsx | 2 +- src/IconLocationAwayRounded.tsx | 2 +- src/IconLocationAwayRoundedFilled.tsx | 2 +- src/IconLocationAwaySharp.tsx | 2 +- src/IconLocationAwaySharpFilled.tsx | 2 +- src/IconLocationChipOutlined.tsx | 2 +- src/IconLocationChipOutlinedFilled.tsx | 2 +- src/IconLocationChipRounded.tsx | 2 +- src/IconLocationChipRoundedFilled.tsx | 2 +- src/IconLocationChipSharp.tsx | 2 +- src/IconLocationChipSharpFilled.tsx | 2 +- src/IconLocationCityOutlined.tsx | 2 +- src/IconLocationCityOutlinedFilled.tsx | 2 +- src/IconLocationCityRounded.tsx | 2 +- src/IconLocationCityRoundedFilled.tsx | 2 +- src/IconLocationCitySharp.tsx | 2 +- src/IconLocationCitySharpFilled.tsx | 2 +- src/IconLocationDisabledOutlined.tsx | 2 +- src/IconLocationDisabledOutlinedFilled.tsx | 2 +- src/IconLocationDisabledRounded.tsx | 2 +- src/IconLocationDisabledRoundedFilled.tsx | 2 +- src/IconLocationDisabledSharp.tsx | 2 +- src/IconLocationDisabledSharpFilled.tsx | 2 +- src/IconLocationHomeOutlined.tsx | 2 +- src/IconLocationHomeOutlinedFilled.tsx | 2 +- src/IconLocationHomeRounded.tsx | 2 +- src/IconLocationHomeRoundedFilled.tsx | 2 +- src/IconLocationHomeSharp.tsx | 2 +- src/IconLocationHomeSharpFilled.tsx | 2 +- src/IconLocationOffOutlined.tsx | 2 +- src/IconLocationOffOutlinedFilled.tsx | 2 +- src/IconLocationOffRounded.tsx | 2 +- src/IconLocationOffRoundedFilled.tsx | 2 +- src/IconLocationOffSharp.tsx | 2 +- src/IconLocationOffSharpFilled.tsx | 2 +- src/IconLocationOnOutlined.tsx | 2 +- src/IconLocationOnOutlinedFilled.tsx | 2 +- src/IconLocationOnRounded.tsx | 2 +- src/IconLocationOnRoundedFilled.tsx | 2 +- src/IconLocationOnSharp.tsx | 2 +- src/IconLocationOnSharpFilled.tsx | 2 +- src/IconLocationSearchingOutlined.tsx | 2 +- src/IconLocationSearchingOutlinedFilled.tsx | 2 +- src/IconLocationSearchingRounded.tsx | 2 +- src/IconLocationSearchingRoundedFilled.tsx | 2 +- src/IconLocationSearchingSharp.tsx | 2 +- src/IconLocationSearchingSharpFilled.tsx | 2 +- src/IconLockClockOutlined.tsx | 2 +- src/IconLockClockOutlinedFilled.tsx | 2 +- src/IconLockClockRounded.tsx | 2 +- src/IconLockClockRoundedFilled.tsx | 2 +- src/IconLockClockSharp.tsx | 2 +- src/IconLockClockSharpFilled.tsx | 2 +- src/IconLockOpenOutlined.tsx | 2 +- src/IconLockOpenOutlinedFilled.tsx | 2 +- src/IconLockOpenRightOutlined.tsx | 2 +- src/IconLockOpenRightOutlinedFilled.tsx | 2 +- src/IconLockOpenRightRounded.tsx | 2 +- src/IconLockOpenRightRoundedFilled.tsx | 2 +- src/IconLockOpenRightSharp.tsx | 2 +- src/IconLockOpenRightSharpFilled.tsx | 2 +- src/IconLockOpenRounded.tsx | 2 +- src/IconLockOpenRoundedFilled.tsx | 2 +- src/IconLockOpenSharp.tsx | 2 +- src/IconLockOpenSharpFilled.tsx | 2 +- src/IconLockOutlined.tsx | 2 +- src/IconLockOutlinedFilled.tsx | 2 +- src/IconLockPersonOutlined.tsx | 2 +- src/IconLockPersonOutlinedFilled.tsx | 2 +- src/IconLockPersonRounded.tsx | 2 +- src/IconLockPersonRoundedFilled.tsx | 2 +- src/IconLockPersonSharp.tsx | 2 +- src/IconLockPersonSharpFilled.tsx | 2 +- src/IconLockResetOutlined.tsx | 2 +- src/IconLockResetOutlinedFilled.tsx | 2 +- src/IconLockResetRounded.tsx | 2 +- src/IconLockResetRoundedFilled.tsx | 2 +- src/IconLockResetSharp.tsx | 2 +- src/IconLockResetSharpFilled.tsx | 2 +- src/IconLockRounded.tsx | 2 +- src/IconLockRoundedFilled.tsx | 2 +- src/IconLockSharp.tsx | 2 +- src/IconLockSharpFilled.tsx | 2 +- src/IconLoginOutlined.tsx | 2 +- src/IconLoginOutlinedFilled.tsx | 2 +- src/IconLoginRounded.tsx | 2 +- src/IconLoginRoundedFilled.tsx | 2 +- src/IconLoginSharp.tsx | 2 +- src/IconLoginSharpFilled.tsx | 2 +- src/IconLogoDevOutlined.tsx | 2 +- src/IconLogoDevOutlinedFilled.tsx | 2 +- src/IconLogoDevRounded.tsx | 2 +- src/IconLogoDevRoundedFilled.tsx | 2 +- src/IconLogoDevSharp.tsx | 2 +- src/IconLogoDevSharpFilled.tsx | 2 +- src/IconLogoutOutlined.tsx | 2 +- src/IconLogoutOutlinedFilled.tsx | 2 +- src/IconLogoutRounded.tsx | 2 +- src/IconLogoutRoundedFilled.tsx | 2 +- src/IconLogoutSharp.tsx | 2 +- src/IconLogoutSharpFilled.tsx | 2 +- src/IconLooks3Outlined.tsx | 2 +- src/IconLooks3OutlinedFilled.tsx | 2 +- src/IconLooks3Rounded.tsx | 2 +- src/IconLooks3RoundedFilled.tsx | 2 +- src/IconLooks3Sharp.tsx | 2 +- src/IconLooks3SharpFilled.tsx | 2 +- src/IconLooks4Outlined.tsx | 2 +- src/IconLooks4OutlinedFilled.tsx | 2 +- src/IconLooks4Rounded.tsx | 2 +- src/IconLooks4RoundedFilled.tsx | 2 +- src/IconLooks4Sharp.tsx | 2 +- src/IconLooks4SharpFilled.tsx | 2 +- src/IconLooks5Outlined.tsx | 2 +- src/IconLooks5OutlinedFilled.tsx | 2 +- src/IconLooks5Rounded.tsx | 2 +- src/IconLooks5RoundedFilled.tsx | 2 +- src/IconLooks5Sharp.tsx | 2 +- src/IconLooks5SharpFilled.tsx | 2 +- src/IconLooks6Outlined.tsx | 2 +- src/IconLooks6OutlinedFilled.tsx | 2 +- src/IconLooks6Rounded.tsx | 2 +- src/IconLooks6RoundedFilled.tsx | 2 +- src/IconLooks6Sharp.tsx | 2 +- src/IconLooks6SharpFilled.tsx | 2 +- src/IconLooksOneOutlined.tsx | 2 +- src/IconLooksOneOutlinedFilled.tsx | 2 +- src/IconLooksOneRounded.tsx | 2 +- src/IconLooksOneRoundedFilled.tsx | 2 +- src/IconLooksOneSharp.tsx | 2 +- src/IconLooksOneSharpFilled.tsx | 2 +- src/IconLooksOutlined.tsx | 2 +- src/IconLooksOutlinedFilled.tsx | 2 +- src/IconLooksRounded.tsx | 2 +- src/IconLooksRoundedFilled.tsx | 2 +- src/IconLooksSharp.tsx | 2 +- src/IconLooksSharpFilled.tsx | 2 +- src/IconLooksTwoOutlined.tsx | 2 +- src/IconLooksTwoOutlinedFilled.tsx | 2 +- src/IconLooksTwoRounded.tsx | 2 +- src/IconLooksTwoRoundedFilled.tsx | 2 +- src/IconLooksTwoSharp.tsx | 2 +- src/IconLooksTwoSharpFilled.tsx | 2 +- src/IconLoupeOutlined.tsx | 2 +- src/IconLoupeOutlinedFilled.tsx | 2 +- src/IconLoupeRounded.tsx | 2 +- src/IconLoupeRoundedFilled.tsx | 2 +- src/IconLoupeSharp.tsx | 2 +- src/IconLoupeSharpFilled.tsx | 2 +- src/IconLowDensityOutlined.tsx | 2 +- src/IconLowDensityOutlinedFilled.tsx | 2 +- src/IconLowDensityRounded.tsx | 2 +- src/IconLowDensityRoundedFilled.tsx | 2 +- src/IconLowDensitySharp.tsx | 2 +- src/IconLowDensitySharpFilled.tsx | 2 +- src/IconLowPriorityOutlined.tsx | 2 +- src/IconLowPriorityOutlinedFilled.tsx | 2 +- src/IconLowPriorityRounded.tsx | 2 +- src/IconLowPriorityRoundedFilled.tsx | 2 +- src/IconLowPrioritySharp.tsx | 2 +- src/IconLowPrioritySharpFilled.tsx | 2 +- src/IconLowercaseOutlined.tsx | 2 +- src/IconLowercaseOutlinedFilled.tsx | 2 +- src/IconLowercaseRounded.tsx | 2 +- src/IconLowercaseRoundedFilled.tsx | 2 +- src/IconLowercaseSharp.tsx | 2 +- src/IconLowercaseSharpFilled.tsx | 2 +- src/IconLoyaltyOutlined.tsx | 2 +- src/IconLoyaltyOutlinedFilled.tsx | 2 +- src/IconLoyaltyRounded.tsx | 2 +- src/IconLoyaltyRoundedFilled.tsx | 2 +- src/IconLoyaltySharp.tsx | 2 +- src/IconLoyaltySharpFilled.tsx | 2 +- src/IconLteMobiledataBadgeOutlined.tsx | 2 +- src/IconLteMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconLteMobiledataBadgeRounded.tsx | 2 +- src/IconLteMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconLteMobiledataBadgeSharp.tsx | 2 +- src/IconLteMobiledataBadgeSharpFilled.tsx | 2 +- src/IconLteMobiledataOutlined.tsx | 2 +- src/IconLteMobiledataOutlinedFilled.tsx | 2 +- src/IconLteMobiledataRounded.tsx | 2 +- src/IconLteMobiledataRoundedFilled.tsx | 2 +- src/IconLteMobiledataSharp.tsx | 2 +- src/IconLteMobiledataSharpFilled.tsx | 2 +- src/IconLtePlusMobiledataBadgeOutlined.tsx | 2 +- ...onLtePlusMobiledataBadgeOutlinedFilled.tsx | 2 +- src/IconLtePlusMobiledataBadgeRounded.tsx | 2 +- ...conLtePlusMobiledataBadgeRoundedFilled.tsx | 2 +- src/IconLtePlusMobiledataBadgeSharp.tsx | 2 +- src/IconLtePlusMobiledataBadgeSharpFilled.tsx | 2 +- src/IconLtePlusMobiledataOutlined.tsx | 2 +- src/IconLtePlusMobiledataOutlinedFilled.tsx | 2 +- src/IconLtePlusMobiledataRounded.tsx | 2 +- src/IconLtePlusMobiledataRoundedFilled.tsx | 2 +- src/IconLtePlusMobiledataSharp.tsx | 2 +- src/IconLtePlusMobiledataSharpFilled.tsx | 2 +- src/IconLuggageOutlined.tsx | 2 +- src/IconLuggageOutlinedFilled.tsx | 2 +- src/IconLuggageRounded.tsx | 2 +- src/IconLuggageRoundedFilled.tsx | 2 +- src/IconLuggageSharp.tsx | 2 +- src/IconLuggageSharpFilled.tsx | 2 +- src/IconLunchDiningOutlined.tsx | 2 +- src/IconLunchDiningOutlinedFilled.tsx | 2 +- src/IconLunchDiningRounded.tsx | 2 +- src/IconLunchDiningRoundedFilled.tsx | 2 +- src/IconLunchDiningSharp.tsx | 2 +- src/IconLunchDiningSharpFilled.tsx | 2 +- src/IconLyricsOutlined.tsx | 2 +- src/IconLyricsOutlinedFilled.tsx | 2 +- src/IconLyricsRounded.tsx | 2 +- src/IconLyricsRoundedFilled.tsx | 2 +- src/IconLyricsSharp.tsx | 2 +- src/IconLyricsSharpFilled.tsx | 2 +- src/IconMacroAutoOutlined.tsx | 2 +- src/IconMacroAutoOutlinedFilled.tsx | 2 +- src/IconMacroAutoRounded.tsx | 2 +- src/IconMacroAutoRoundedFilled.tsx | 2 +- src/IconMacroAutoSharp.tsx | 2 +- src/IconMacroAutoSharpFilled.tsx | 2 +- src/IconMacroOffOutlined.tsx | 2 +- src/IconMacroOffOutlinedFilled.tsx | 2 +- src/IconMacroOffRounded.tsx | 2 +- src/IconMacroOffRoundedFilled.tsx | 2 +- src/IconMacroOffSharp.tsx | 2 +- src/IconMacroOffSharpFilled.tsx | 2 +- src/IconMagnificationLargeOutlined.tsx | 2 +- src/IconMagnificationLargeOutlinedFilled.tsx | 2 +- src/IconMagnificationLargeRounded.tsx | 2 +- src/IconMagnificationLargeRoundedFilled.tsx | 2 +- src/IconMagnificationLargeSharp.tsx | 2 +- src/IconMagnificationLargeSharpFilled.tsx | 2 +- src/IconMagnificationSmallOutlined.tsx | 2 +- src/IconMagnificationSmallOutlinedFilled.tsx | 2 +- src/IconMagnificationSmallRounded.tsx | 2 +- src/IconMagnificationSmallRoundedFilled.tsx | 2 +- src/IconMagnificationSmallSharp.tsx | 2 +- src/IconMagnificationSmallSharpFilled.tsx | 2 +- src/IconMagnifyDockedOutlined.tsx | 2 +- src/IconMagnifyDockedOutlinedFilled.tsx | 2 +- src/IconMagnifyDockedRounded.tsx | 2 +- src/IconMagnifyDockedRoundedFilled.tsx | 2 +- src/IconMagnifyDockedSharp.tsx | 2 +- src/IconMagnifyDockedSharpFilled.tsx | 2 +- src/IconMagnifyFullscreenOutlined.tsx | 2 +- src/IconMagnifyFullscreenOutlinedFilled.tsx | 2 +- src/IconMagnifyFullscreenRounded.tsx | 2 +- src/IconMagnifyFullscreenRoundedFilled.tsx | 2 +- src/IconMagnifyFullscreenSharp.tsx | 2 +- src/IconMagnifyFullscreenSharpFilled.tsx | 2 +- src/IconMailLockOutlined.tsx | 2 +- src/IconMailLockOutlinedFilled.tsx | 2 +- src/IconMailLockRounded.tsx | 2 +- src/IconMailLockRoundedFilled.tsx | 2 +- src/IconMailLockSharp.tsx | 2 +- src/IconMailLockSharpFilled.tsx | 2 +- src/IconMailOffOutlined.tsx | 2 +- src/IconMailOffOutlinedFilled.tsx | 2 +- src/IconMailOffRounded.tsx | 2 +- src/IconMailOffRoundedFilled.tsx | 2 +- src/IconMailOffSharp.tsx | 2 +- src/IconMailOffSharpFilled.tsx | 2 +- src/IconMailOutlined.tsx | 2 +- src/IconMailOutlinedFilled.tsx | 2 +- src/IconMailRounded.tsx | 9 - src/IconMailRoundedFilled.tsx | 2 +- src/IconMailSharp.tsx | 2 +- src/IconMailSharpFilled.tsx | 2 +- src/IconMaleOutlined.tsx | 2 +- src/IconMaleOutlinedFilled.tsx | 2 +- src/IconMaleRounded.tsx | 2 +- src/IconMaleRoundedFilled.tsx | 2 +- src/IconMaleSharp.tsx | 2 +- src/IconMaleSharpFilled.tsx | 2 +- src/IconMan2Outlined.tsx | 2 +- src/IconMan2OutlinedFilled.tsx | 2 +- src/IconMan2Rounded.tsx | 2 +- src/IconMan2RoundedFilled.tsx | 2 +- src/IconMan2Sharp.tsx | 2 +- src/IconMan2SharpFilled.tsx | 2 +- src/IconMan3Outlined.tsx | 2 +- src/IconMan3OutlinedFilled.tsx | 2 +- src/IconMan3Rounded.tsx | 2 +- src/IconMan3RoundedFilled.tsx | 2 +- src/IconMan3Sharp.tsx | 2 +- src/IconMan3SharpFilled.tsx | 2 +- src/IconMan4Outlined.tsx | 2 +- src/IconMan4OutlinedFilled.tsx | 2 +- src/IconMan4Rounded.tsx | 2 +- src/IconMan4RoundedFilled.tsx | 2 +- src/IconMan4Sharp.tsx | 2 +- src/IconMan4SharpFilled.tsx | 2 +- src/IconManOutlined.tsx | 2 +- src/IconManOutlinedFilled.tsx | 2 +- src/IconManRounded.tsx | 2 +- src/IconManRoundedFilled.tsx | 2 +- src/IconManSharp.tsx | 2 +- src/IconManSharpFilled.tsx | 2 +- src/IconManageAccountsOutlined.tsx | 2 +- src/IconManageAccountsOutlinedFilled.tsx | 2 +- src/IconManageAccountsRounded.tsx | 2 +- src/IconManageAccountsRoundedFilled.tsx | 2 +- src/IconManageAccountsSharp.tsx | 2 +- src/IconManageAccountsSharpFilled.tsx | 2 +- src/IconManageHistoryOutlined.tsx | 2 +- src/IconManageHistoryOutlinedFilled.tsx | 2 +- src/IconManageHistoryRounded.tsx | 2 +- src/IconManageHistoryRoundedFilled.tsx | 2 +- src/IconManageHistorySharp.tsx | 2 +- src/IconManageHistorySharpFilled.tsx | 2 +- src/IconManageSearchOutlined.tsx | 2 +- src/IconManageSearchOutlinedFilled.tsx | 2 +- src/IconManageSearchRounded.tsx | 2 +- src/IconManageSearchRoundedFilled.tsx | 2 +- src/IconManageSearchSharp.tsx | 2 +- src/IconManageSearchSharpFilled.tsx | 2 +- src/IconMangaOutlined.tsx | 2 +- src/IconMangaOutlinedFilled.tsx | 2 +- src/IconMangaRounded.tsx | 2 +- src/IconMangaRoundedFilled.tsx | 2 +- src/IconMangaSharp.tsx | 2 +- src/IconMangaSharpFilled.tsx | 2 +- src/IconManufacturingOutlined.tsx | 2 +- src/IconManufacturingOutlinedFilled.tsx | 2 +- src/IconManufacturingRounded.tsx | 2 +- src/IconManufacturingRoundedFilled.tsx | 2 +- src/IconManufacturingSharp.tsx | 2 +- src/IconManufacturingSharpFilled.tsx | 2 +- src/IconMapOutlined.tsx | 2 +- src/IconMapOutlinedFilled.tsx | 2 +- src/IconMapRounded.tsx | 2 +- src/IconMapRoundedFilled.tsx | 2 +- src/IconMapSharp.tsx | 2 +- src/IconMapSharpFilled.tsx | 2 +- src/IconMapsUgcOutlined.tsx | 2 +- src/IconMapsUgcOutlinedFilled.tsx | 2 +- src/IconMapsUgcRounded.tsx | 2 +- src/IconMapsUgcRoundedFilled.tsx | 2 +- src/IconMapsUgcSharp.tsx | 2 +- src/IconMapsUgcSharpFilled.tsx | 2 +- src/IconMarginOutlined.tsx | 2 +- src/IconMarginOutlinedFilled.tsx | 2 +- src/IconMarginRounded.tsx | 2 +- src/IconMarginRoundedFilled.tsx | 2 +- src/IconMarginSharp.tsx | 2 +- src/IconMarginSharpFilled.tsx | 2 +- src/IconMarkAsUnreadOutlined.tsx | 2 +- src/IconMarkAsUnreadOutlinedFilled.tsx | 2 +- src/IconMarkAsUnreadRounded.tsx | 2 +- src/IconMarkAsUnreadRoundedFilled.tsx | 2 +- src/IconMarkAsUnreadSharp.tsx | 2 +- src/IconMarkAsUnreadSharpFilled.tsx | 2 +- src/IconMarkChatReadOutlined.tsx | 2 +- src/IconMarkChatReadOutlinedFilled.tsx | 2 +- src/IconMarkChatReadRounded.tsx | 2 +- src/IconMarkChatReadRoundedFilled.tsx | 2 +- src/IconMarkChatReadSharp.tsx | 2 +- src/IconMarkChatReadSharpFilled.tsx | 2 +- src/IconMarkChatUnreadOutlined.tsx | 2 +- src/IconMarkChatUnreadOutlinedFilled.tsx | 2 +- src/IconMarkChatUnreadRounded.tsx | 2 +- src/IconMarkChatUnreadRoundedFilled.tsx | 2 +- src/IconMarkChatUnreadSharp.tsx | 2 +- src/IconMarkChatUnreadSharpFilled.tsx | 2 +- src/IconMarkEmailReadOutlined.tsx | 2 +- src/IconMarkEmailReadOutlinedFilled.tsx | 2 +- src/IconMarkEmailReadRounded.tsx | 2 +- src/IconMarkEmailReadRoundedFilled.tsx | 2 +- src/IconMarkEmailReadSharp.tsx | 2 +- src/IconMarkEmailReadSharpFilled.tsx | 2 +- src/IconMarkEmailUnreadOutlined.tsx | 2 +- src/IconMarkEmailUnreadOutlinedFilled.tsx | 2 +- src/IconMarkEmailUnreadRounded.tsx | 2 +- src/IconMarkEmailUnreadRoundedFilled.tsx | 2 +- src/IconMarkEmailUnreadSharp.tsx | 2 +- src/IconMarkEmailUnreadSharpFilled.tsx | 2 +- src/IconMarkUnreadChatAltOutlined.tsx | 2 +- src/IconMarkUnreadChatAltOutlinedFilled.tsx | 2 +- src/IconMarkUnreadChatAltRounded.tsx | 2 +- src/IconMarkUnreadChatAltRoundedFilled.tsx | 2 +- src/IconMarkUnreadChatAltSharp.tsx | 2 +- src/IconMarkUnreadChatAltSharpFilled.tsx | 2 +- src/IconMarkdownCopyOutlined.tsx | 2 +- src/IconMarkdownCopyOutlinedFilled.tsx | 2 +- src/IconMarkdownCopyRounded.tsx | 2 +- src/IconMarkdownCopyRoundedFilled.tsx | 2 +- src/IconMarkdownCopySharp.tsx | 2 +- src/IconMarkdownCopySharpFilled.tsx | 2 +- src/IconMarkdownOutlined.tsx | 2 +- src/IconMarkdownOutlinedFilled.tsx | 2 +- src/IconMarkdownPasteOutlined.tsx | 2 +- src/IconMarkdownPasteOutlinedFilled.tsx | 2 +- src/IconMarkdownPasteRounded.tsx | 2 +- src/IconMarkdownPasteRoundedFilled.tsx | 2 +- src/IconMarkdownPasteSharp.tsx | 2 +- src/IconMarkdownPasteSharpFilled.tsx | 2 +- src/IconMarkdownRounded.tsx | 2 +- src/IconMarkdownRoundedFilled.tsx | 2 +- src/IconMarkdownSharp.tsx | 2 +- src/IconMarkdownSharpFilled.tsx | 2 +- src/IconMarkunreadMailboxOutlined.tsx | 2 +- src/IconMarkunreadMailboxOutlinedFilled.tsx | 2 +- src/IconMarkunreadMailboxRounded.tsx | 2 +- src/IconMarkunreadMailboxRoundedFilled.tsx | 2 +- src/IconMarkunreadMailboxSharp.tsx | 2 +- src/IconMarkunreadMailboxSharpFilled.tsx | 2 +- src/IconMaskedTransitionsAddOutlined.tsx | 2 +- ...IconMaskedTransitionsAddOutlinedFilled.tsx | 2 +- src/IconMaskedTransitionsAddRounded.tsx | 2 +- src/IconMaskedTransitionsAddRoundedFilled.tsx | 2 +- src/IconMaskedTransitionsAddSharp.tsx | 2 +- src/IconMaskedTransitionsAddSharpFilled.tsx | 2 +- src/IconMaskedTransitionsOutlined.tsx | 2 +- src/IconMaskedTransitionsOutlinedFilled.tsx | 2 +- src/IconMaskedTransitionsRounded.tsx | 2 +- src/IconMaskedTransitionsRoundedFilled.tsx | 2 +- src/IconMaskedTransitionsSharp.tsx | 2 +- src/IconMaskedTransitionsSharpFilled.tsx | 2 +- src/IconMasksOutlined.tsx | 2 +- src/IconMasksOutlinedFilled.tsx | 2 +- src/IconMasksRounded.tsx | 2 +- src/IconMasksRoundedFilled.tsx | 2 +- src/IconMasksSharp.tsx | 2 +- src/IconMasksSharpFilled.tsx | 2 +- src/IconMatchCaseOutlined.tsx | 2 +- src/IconMatchCaseOutlinedFilled.tsx | 2 +- src/IconMatchCaseRounded.tsx | 2 +- src/IconMatchCaseRoundedFilled.tsx | 2 +- src/IconMatchCaseSharp.tsx | 2 +- src/IconMatchCaseSharpFilled.tsx | 2 +- src/IconMatchWordOutlined.tsx | 2 +- src/IconMatchWordOutlinedFilled.tsx | 2 +- src/IconMatchWordRounded.tsx | 2 +- src/IconMatchWordRoundedFilled.tsx | 2 +- src/IconMatchWordSharp.tsx | 2 +- src/IconMatchWordSharpFilled.tsx | 2 +- src/IconMatterOutlined.tsx | 2 +- src/IconMatterOutlinedFilled.tsx | 2 +- src/IconMatterRounded.tsx | 2 +- src/IconMatterRoundedFilled.tsx | 2 +- src/IconMatterSharp.tsx | 2 +- src/IconMatterSharpFilled.tsx | 2 +- src/IconMaximizeOutlined.tsx | 2 +- src/IconMaximizeOutlinedFilled.tsx | 2 +- src/IconMaximizeRounded.tsx | 2 +- src/IconMaximizeRoundedFilled.tsx | 2 +- src/IconMaximizeSharp.tsx | 2 +- src/IconMaximizeSharpFilled.tsx | 2 +- src/IconMeasuringTapeOutlined.tsx | 2 +- src/IconMeasuringTapeOutlinedFilled.tsx | 2 +- src/IconMeasuringTapeRounded.tsx | 2 +- src/IconMeasuringTapeRoundedFilled.tsx | 2 +- src/IconMeasuringTapeSharp.tsx | 2 +- src/IconMeasuringTapeSharpFilled.tsx | 2 +- src/IconMediaBluetoothOffOutlined.tsx | 2 +- src/IconMediaBluetoothOffOutlinedFilled.tsx | 2 +- src/IconMediaBluetoothOffRounded.tsx | 2 +- src/IconMediaBluetoothOffRoundedFilled.tsx | 2 +- src/IconMediaBluetoothOffSharp.tsx | 2 +- src/IconMediaBluetoothOffSharpFilled.tsx | 2 +- src/IconMediaBluetoothOnOutlined.tsx | 2 +- src/IconMediaBluetoothOnOutlinedFilled.tsx | 2 +- src/IconMediaBluetoothOnRounded.tsx | 2 +- src/IconMediaBluetoothOnRoundedFilled.tsx | 2 +- src/IconMediaBluetoothOnSharp.tsx | 2 +- src/IconMediaBluetoothOnSharpFilled.tsx | 2 +- src/IconMediaLinkOutlined.tsx | 2 +- src/IconMediaLinkOutlinedFilled.tsx | 2 +- src/IconMediaLinkRounded.tsx | 2 +- src/IconMediaLinkRoundedFilled.tsx | 2 +- src/IconMediaLinkSharp.tsx | 2 +- src/IconMediaLinkSharpFilled.tsx | 2 +- src/IconMediaOutputOffOutlined.tsx | 2 +- src/IconMediaOutputOffOutlinedFilled.tsx | 2 +- src/IconMediaOutputOffRounded.tsx | 2 +- src/IconMediaOutputOffRoundedFilled.tsx | 2 +- src/IconMediaOutputOffSharp.tsx | 2 +- src/IconMediaOutputOffSharpFilled.tsx | 2 +- src/IconMediaOutputOutlined.tsx | 2 +- src/IconMediaOutputOutlinedFilled.tsx | 2 +- src/IconMediaOutputRounded.tsx | 2 +- src/IconMediaOutputRoundedFilled.tsx | 2 +- src/IconMediaOutputSharp.tsx | 2 +- src/IconMediaOutputSharpFilled.tsx | 2 +- src/IconMediationOutlined.tsx | 2 +- src/IconMediationOutlinedFilled.tsx | 2 +- src/IconMediationRounded.tsx | 2 +- src/IconMediationRoundedFilled.tsx | 2 +- src/IconMediationSharp.tsx | 2 +- src/IconMediationSharpFilled.tsx | 2 +- src/IconMedicalInformationOutlined.tsx | 2 +- src/IconMedicalInformationOutlinedFilled.tsx | 2 +- src/IconMedicalInformationRounded.tsx | 2 +- src/IconMedicalInformationRoundedFilled.tsx | 2 +- src/IconMedicalInformationSharp.tsx | 2 +- src/IconMedicalInformationSharpFilled.tsx | 2 +- src/IconMedicalMaskOutlined.tsx | 2 +- src/IconMedicalMaskOutlinedFilled.tsx | 2 +- src/IconMedicalMaskRounded.tsx | 2 +- src/IconMedicalMaskRoundedFilled.tsx | 2 +- src/IconMedicalMaskSharp.tsx | 2 +- src/IconMedicalMaskSharpFilled.tsx | 2 +- src/IconMedicalServicesOutlined.tsx | 2 +- src/IconMedicalServicesOutlinedFilled.tsx | 2 +- src/IconMedicalServicesRounded.tsx | 2 +- src/IconMedicalServicesRoundedFilled.tsx | 2 +- src/IconMedicalServicesSharp.tsx | 2 +- src/IconMedicalServicesSharpFilled.tsx | 2 +- src/IconMedicationLiquidOutlined.tsx | 2 +- src/IconMedicationLiquidOutlinedFilled.tsx | 2 +- src/IconMedicationLiquidRounded.tsx | 2 +- src/IconMedicationLiquidRoundedFilled.tsx | 2 +- src/IconMedicationLiquidSharp.tsx | 2 +- src/IconMedicationLiquidSharpFilled.tsx | 2 +- src/IconMedicationOutlined.tsx | 2 +- src/IconMedicationOutlinedFilled.tsx | 2 +- src/IconMedicationRounded.tsx | 2 +- src/IconMedicationRoundedFilled.tsx | 2 +- src/IconMedicationSharp.tsx | 2 +- src/IconMedicationSharpFilled.tsx | 2 +- src/IconMeetingRoomOutlined.tsx | 2 +- src/IconMeetingRoomOutlinedFilled.tsx | 2 +- src/IconMeetingRoomRounded.tsx | 2 +- src/IconMeetingRoomRoundedFilled.tsx | 2 +- src/IconMeetingRoomSharp.tsx | 2 +- src/IconMeetingRoomSharpFilled.tsx | 2 +- src/IconMemoryAltOutlined.tsx | 2 +- src/IconMemoryAltOutlinedFilled.tsx | 2 +- src/IconMemoryAltRounded.tsx | 2 +- src/IconMemoryAltRoundedFilled.tsx | 2 +- src/IconMemoryAltSharp.tsx | 2 +- src/IconMemoryAltSharpFilled.tsx | 2 +- src/IconMemoryOutlined.tsx | 2 +- src/IconMemoryOutlinedFilled.tsx | 2 +- src/IconMemoryRounded.tsx | 2 +- src/IconMemoryRoundedFilled.tsx | 2 +- src/IconMemorySharp.tsx | 2 +- src/IconMemorySharpFilled.tsx | 2 +- src/IconMenstrualHealthOutlined.tsx | 2 +- src/IconMenstrualHealthOutlinedFilled.tsx | 2 +- src/IconMenstrualHealthRounded.tsx | 2 +- src/IconMenstrualHealthRoundedFilled.tsx | 2 +- src/IconMenstrualHealthSharp.tsx | 2 +- src/IconMenstrualHealthSharpFilled.tsx | 2 +- src/IconMenuBookOutlined.tsx | 2 +- src/IconMenuBookOutlinedFilled.tsx | 2 +- src/IconMenuBookRounded.tsx | 2 +- src/IconMenuBookRoundedFilled.tsx | 2 +- src/IconMenuBookSharp.tsx | 2 +- src/IconMenuBookSharpFilled.tsx | 2 +- src/IconMenuOpenOutlined.tsx | 2 +- src/IconMenuOpenOutlinedFilled.tsx | 2 +- src/IconMenuOpenRounded.tsx | 2 +- src/IconMenuOpenRoundedFilled.tsx | 2 +- src/IconMenuOpenSharp.tsx | 2 +- src/IconMenuOpenSharpFilled.tsx | 2 +- src/IconMenuOutlined.tsx | 2 +- src/IconMenuOutlinedFilled.tsx | 2 +- src/IconMenuRounded.tsx | 2 +- src/IconMenuRoundedFilled.tsx | 2 +- src/IconMenuSharp.tsx | 2 +- src/IconMenuSharpFilled.tsx | 2 +- src/IconMergeOutlined.tsx | 2 +- src/IconMergeOutlinedFilled.tsx | 2 +- src/IconMergeRounded.tsx | 2 +- src/IconMergeRoundedFilled.tsx | 2 +- src/IconMergeSharp.tsx | 2 +- src/IconMergeSharpFilled.tsx | 2 +- src/IconMergeTypeOutlined.tsx | 2 +- src/IconMergeTypeOutlinedFilled.tsx | 2 +- src/IconMergeTypeRounded.tsx | 2 +- src/IconMergeTypeRoundedFilled.tsx | 2 +- src/IconMergeTypeSharp.tsx | 2 +- src/IconMergeTypeSharpFilled.tsx | 2 +- src/IconMetabolismOutlined.tsx | 2 +- src/IconMetabolismOutlinedFilled.tsx | 2 +- src/IconMetabolismRounded.tsx | 2 +- src/IconMetabolismRoundedFilled.tsx | 2 +- src/IconMetabolismSharp.tsx | 2 +- src/IconMetabolismSharpFilled.tsx | 2 +- src/IconMetroOutlined.tsx | 2 +- src/IconMetroOutlinedFilled.tsx | 2 +- src/IconMetroRounded.tsx | 2 +- src/IconMetroRoundedFilled.tsx | 2 +- src/IconMetroSharp.tsx | 2 +- src/IconMetroSharpFilled.tsx | 2 +- src/IconMfgNestYaleLockOutlined.tsx | 2 +- src/IconMfgNestYaleLockOutlinedFilled.tsx | 2 +- src/IconMfgNestYaleLockRounded.tsx | 2 +- src/IconMfgNestYaleLockRoundedFilled.tsx | 2 +- src/IconMfgNestYaleLockSharp.tsx | 2 +- src/IconMfgNestYaleLockSharpFilled.tsx | 2 +- src/IconMicDoubleOutlined.tsx | 2 +- src/IconMicDoubleOutlinedFilled.tsx | 2 +- src/IconMicDoubleRounded.tsx | 2 +- src/IconMicDoubleRoundedFilled.tsx | 2 +- src/IconMicDoubleSharp.tsx | 2 +- src/IconMicDoubleSharpFilled.tsx | 2 +- src/IconMicExternalOffOutlined.tsx | 2 +- src/IconMicExternalOffOutlinedFilled.tsx | 2 +- src/IconMicExternalOffRounded.tsx | 2 +- src/IconMicExternalOffRoundedFilled.tsx | 2 +- src/IconMicExternalOffSharp.tsx | 2 +- src/IconMicExternalOffSharpFilled.tsx | 2 +- src/IconMicExternalOnOutlined.tsx | 2 +- src/IconMicExternalOnOutlinedFilled.tsx | 2 +- src/IconMicExternalOnRounded.tsx | 2 +- src/IconMicExternalOnRoundedFilled.tsx | 2 +- src/IconMicExternalOnSharp.tsx | 2 +- src/IconMicExternalOnSharpFilled.tsx | 2 +- src/IconMicOffOutlined.tsx | 2 +- src/IconMicOffOutlinedFilled.tsx | 2 +- src/IconMicOffRounded.tsx | 2 +- src/IconMicOffRoundedFilled.tsx | 2 +- src/IconMicOffSharp.tsx | 2 +- src/IconMicOffSharpFilled.tsx | 2 +- src/IconMicOutlined.tsx | 2 +- src/IconMicOutlinedFilled.tsx | 2 +- src/IconMicRounded.tsx | 2 +- src/IconMicRoundedFilled.tsx | 2 +- src/IconMicSharp.tsx | 2 +- src/IconMicSharpFilled.tsx | 2 +- src/IconMicrobiologyOutlined.tsx | 2 +- src/IconMicrobiologyOutlinedFilled.tsx | 2 +- src/IconMicrobiologyRounded.tsx | 2 +- src/IconMicrobiologyRoundedFilled.tsx | 2 +- src/IconMicrobiologySharp.tsx | 2 +- src/IconMicrobiologySharpFilled.tsx | 2 +- src/IconMicrowaveGenOutlined.tsx | 2 +- src/IconMicrowaveGenOutlinedFilled.tsx | 2 +- src/IconMicrowaveGenRounded.tsx | 2 +- src/IconMicrowaveGenRoundedFilled.tsx | 2 +- src/IconMicrowaveGenSharp.tsx | 2 +- src/IconMicrowaveGenSharpFilled.tsx | 2 +- src/IconMicrowaveOutlined.tsx | 2 +- src/IconMicrowaveOutlinedFilled.tsx | 2 +- src/IconMicrowaveRounded.tsx | 2 +- src/IconMicrowaveRoundedFilled.tsx | 2 +- src/IconMicrowaveSharp.tsx | 2 +- src/IconMicrowaveSharpFilled.tsx | 2 +- src/IconMilitaryTechOutlined.tsx | 2 +- src/IconMilitaryTechOutlinedFilled.tsx | 2 +- src/IconMilitaryTechRounded.tsx | 2 +- src/IconMilitaryTechRoundedFilled.tsx | 2 +- src/IconMilitaryTechSharp.tsx | 2 +- src/IconMilitaryTechSharpFilled.tsx | 2 +- src/IconMimoDisconnectOutlined.tsx | 2 +- src/IconMimoDisconnectOutlinedFilled.tsx | 2 +- src/IconMimoDisconnectRounded.tsx | 2 +- src/IconMimoDisconnectRoundedFilled.tsx | 2 +- src/IconMimoDisconnectSharp.tsx | 2 +- src/IconMimoDisconnectSharpFilled.tsx | 2 +- src/IconMimoOutlined.tsx | 2 +- src/IconMimoOutlinedFilled.tsx | 2 +- src/IconMimoRounded.tsx | 2 +- src/IconMimoRoundedFilled.tsx | 2 +- src/IconMimoSharp.tsx | 2 +- src/IconMimoSharpFilled.tsx | 2 +- src/IconMindfulnessOutlined.tsx | 2 +- src/IconMindfulnessOutlinedFilled.tsx | 2 +- src/IconMindfulnessRounded.tsx | 2 +- src/IconMindfulnessRoundedFilled.tsx | 2 +- src/IconMindfulnessSharp.tsx | 2 +- src/IconMindfulnessSharpFilled.tsx | 2 +- src/IconMinimizeOutlined.tsx | 2 +- src/IconMinimizeOutlinedFilled.tsx | 2 +- src/IconMinimizeRounded.tsx | 2 +- src/IconMinimizeRoundedFilled.tsx | 2 +- src/IconMinimizeSharp.tsx | 2 +- src/IconMinimizeSharpFilled.tsx | 2 +- src/IconMinorCrashOutlined.tsx | 2 +- src/IconMinorCrashOutlinedFilled.tsx | 2 +- src/IconMinorCrashRounded.tsx | 2 +- src/IconMinorCrashRoundedFilled.tsx | 2 +- src/IconMinorCrashSharp.tsx | 2 +- src/IconMinorCrashSharpFilled.tsx | 2 +- src/IconMintmarkOutlined.tsx | 2 +- src/IconMintmarkOutlinedFilled.tsx | 2 +- src/IconMintmarkRounded.tsx | 2 +- src/IconMintmarkRoundedFilled.tsx | 2 +- src/IconMintmarkSharp.tsx | 2 +- src/IconMintmarkSharpFilled.tsx | 2 +- src/IconMissedVideoCallOutlined.tsx | 2 +- src/IconMissedVideoCallOutlinedFilled.tsx | 2 +- src/IconMissedVideoCallRounded.tsx | 2 +- src/IconMissedVideoCallRoundedFilled.tsx | 2 +- src/IconMissedVideoCallSharp.tsx | 2 +- src/IconMissedVideoCallSharpFilled.tsx | 2 +- src/IconMissingControllerOutlined.tsx | 2 +- src/IconMissingControllerOutlinedFilled.tsx | 2 +- src/IconMissingControllerRounded.tsx | 2 +- src/IconMissingControllerRoundedFilled.tsx | 2 +- src/IconMissingControllerSharp.tsx | 2 +- src/IconMissingControllerSharpFilled.tsx | 2 +- src/IconMistOutlined.tsx | 2 +- src/IconMistOutlinedFilled.tsx | 2 +- src/IconMistRounded.tsx | 2 +- src/IconMistRoundedFilled.tsx | 2 +- src/IconMistSharp.tsx | 2 +- src/IconMistSharpFilled.tsx | 2 +- src/IconMitreOutlined.tsx | 2 +- src/IconMitreOutlinedFilled.tsx | 2 +- src/IconMitreRounded.tsx | 2 +- src/IconMitreRoundedFilled.tsx | 2 +- src/IconMitreSharp.tsx | 2 +- src/IconMitreSharpFilled.tsx | 2 +- src/IconMixtureMedOutlined.tsx | 2 +- src/IconMixtureMedOutlinedFilled.tsx | 2 +- src/IconMixtureMedRounded.tsx | 2 +- src/IconMixtureMedRoundedFilled.tsx | 2 +- src/IconMixtureMedSharp.tsx | 2 +- src/IconMixtureMedSharpFilled.tsx | 2 +- src/IconMmsOutlined.tsx | 2 +- src/IconMmsOutlinedFilled.tsx | 2 +- src/IconMmsRounded.tsx | 2 +- src/IconMmsRoundedFilled.tsx | 2 +- src/IconMmsSharp.tsx | 2 +- src/IconMmsSharpFilled.tsx | 2 +- src/IconMobileFriendlyOutlined.tsx | 2 +- src/IconMobileFriendlyOutlinedFilled.tsx | 2 +- src/IconMobileFriendlyRounded.tsx | 2 +- src/IconMobileFriendlyRoundedFilled.tsx | 2 +- src/IconMobileFriendlySharp.tsx | 2 +- src/IconMobileFriendlySharpFilled.tsx | 2 +- src/IconMobileOffOutlined.tsx | 2 +- src/IconMobileOffOutlinedFilled.tsx | 2 +- src/IconMobileOffRounded.tsx | 2 +- src/IconMobileOffRoundedFilled.tsx | 2 +- src/IconMobileOffSharp.tsx | 2 +- src/IconMobileOffSharpFilled.tsx | 2 +- src/IconMobileScreenShareOutlined.tsx | 2 +- src/IconMobileScreenShareOutlinedFilled.tsx | 2 +- src/IconMobileScreenShareRounded.tsx | 2 +- src/IconMobileScreenShareRoundedFilled.tsx | 2 +- src/IconMobileScreenShareSharp.tsx | 2 +- src/IconMobileScreenShareSharpFilled.tsx | 2 +- src/IconMobiledataOffOutlined.tsx | 2 +- src/IconMobiledataOffOutlinedFilled.tsx | 2 +- src/IconMobiledataOffRounded.tsx | 2 +- src/IconMobiledataOffRoundedFilled.tsx | 2 +- src/IconMobiledataOffSharp.tsx | 2 +- src/IconMobiledataOffSharpFilled.tsx | 2 +- src/IconModeCommentOutlined.tsx | 2 +- src/IconModeCommentOutlinedFilled.tsx | 2 +- src/IconModeCommentRounded.tsx | 2 +- src/IconModeCommentRoundedFilled.tsx | 2 +- src/IconModeCommentSharp.tsx | 2 +- src/IconModeCommentSharpFilled.tsx | 2 +- src/IconModeCoolOffOutlined.tsx | 2 +- src/IconModeCoolOffOutlinedFilled.tsx | 2 +- src/IconModeCoolOffRounded.tsx | 2 +- src/IconModeCoolOffRoundedFilled.tsx | 2 +- src/IconModeCoolOffSharp.tsx | 2 +- src/IconModeCoolOffSharpFilled.tsx | 2 +- src/IconModeCoolOutlined.tsx | 2 +- src/IconModeCoolOutlinedFilled.tsx | 2 +- src/IconModeCoolRounded.tsx | 2 +- src/IconModeCoolRoundedFilled.tsx | 2 +- src/IconModeCoolSharp.tsx | 2 +- src/IconModeCoolSharpFilled.tsx | 2 +- src/IconModeDualOutlined.tsx | 2 +- src/IconModeDualOutlinedFilled.tsx | 2 +- src/IconModeDualRounded.tsx | 2 +- src/IconModeDualRoundedFilled.tsx | 2 +- src/IconModeDualSharp.tsx | 2 +- src/IconModeDualSharpFilled.tsx | 2 +- src/IconModeFanOffOutlined.tsx | 2 +- src/IconModeFanOffOutlinedFilled.tsx | 2 +- src/IconModeFanOffRounded.tsx | 2 +- src/IconModeFanOffRoundedFilled.tsx | 2 +- src/IconModeFanOffSharp.tsx | 2 +- src/IconModeFanOffSharpFilled.tsx | 2 +- src/IconModeFanOutlined.tsx | 2 +- src/IconModeFanOutlinedFilled.tsx | 2 +- src/IconModeFanRounded.tsx | 2 +- src/IconModeFanRoundedFilled.tsx | 2 +- src/IconModeFanSharp.tsx | 2 +- src/IconModeFanSharpFilled.tsx | 2 +- src/IconModeHeatCoolOutlined.tsx | 2 +- src/IconModeHeatCoolOutlinedFilled.tsx | 2 +- src/IconModeHeatCoolRounded.tsx | 2 +- src/IconModeHeatCoolRoundedFilled.tsx | 2 +- src/IconModeHeatCoolSharp.tsx | 2 +- src/IconModeHeatCoolSharpFilled.tsx | 2 +- src/IconModeHeatOffOutlined.tsx | 2 +- src/IconModeHeatOffOutlinedFilled.tsx | 2 +- src/IconModeHeatOffRounded.tsx | 2 +- src/IconModeHeatOffRoundedFilled.tsx | 2 +- src/IconModeHeatOffSharp.tsx | 2 +- src/IconModeHeatOffSharpFilled.tsx | 2 +- src/IconModeHeatOutlined.tsx | 2 +- src/IconModeHeatOutlinedFilled.tsx | 2 +- src/IconModeHeatRounded.tsx | 2 +- src/IconModeHeatRoundedFilled.tsx | 2 +- src/IconModeHeatSharp.tsx | 2 +- src/IconModeHeatSharpFilled.tsx | 2 +- src/IconModeNightOutlined.tsx | 2 +- src/IconModeNightOutlinedFilled.tsx | 2 +- src/IconModeNightRounded.tsx | 2 +- src/IconModeNightRoundedFilled.tsx | 2 +- src/IconModeNightSharp.tsx | 2 +- src/IconModeNightSharpFilled.tsx | 2 +- src/IconModeOfTravelOutlined.tsx | 2 +- src/IconModeOfTravelOutlinedFilled.tsx | 2 +- src/IconModeOfTravelRounded.tsx | 2 +- src/IconModeOfTravelRoundedFilled.tsx | 2 +- src/IconModeOfTravelSharp.tsx | 2 +- src/IconModeOfTravelSharpFilled.tsx | 2 +- src/IconModeOffOnOutlined.tsx | 2 +- src/IconModeOffOnOutlinedFilled.tsx | 2 +- src/IconModeOffOnRounded.tsx | 2 +- src/IconModeOffOnRoundedFilled.tsx | 2 +- src/IconModeOffOnSharp.tsx | 2 +- src/IconModeOffOnSharpFilled.tsx | 2 +- src/IconModeStandbyOutlined.tsx | 2 +- src/IconModeStandbyOutlinedFilled.tsx | 2 +- src/IconModeStandbyRounded.tsx | 2 +- src/IconModeStandbyRoundedFilled.tsx | 2 +- src/IconModeStandbySharp.tsx | 2 +- src/IconModeStandbySharpFilled.tsx | 2 +- src/IconModelTrainingOutlined.tsx | 2 +- src/IconModelTrainingOutlinedFilled.tsx | 2 +- src/IconModelTrainingRounded.tsx | 2 +- src/IconModelTrainingRoundedFilled.tsx | 2 +- src/IconModelTrainingSharp.tsx | 2 +- src/IconModelTrainingSharpFilled.tsx | 2 +- src/IconMoneyBagOutlined.tsx | 2 +- src/IconMoneyBagOutlinedFilled.tsx | 2 +- src/IconMoneyBagRounded.tsx | 2 +- src/IconMoneyBagRoundedFilled.tsx | 2 +- src/IconMoneyBagSharp.tsx | 2 +- src/IconMoneyBagSharpFilled.tsx | 2 +- src/IconMoneyOffOutlined.tsx | 2 +- src/IconMoneyOffOutlinedFilled.tsx | 2 +- src/IconMoneyOffRounded.tsx | 2 +- src/IconMoneyOffRoundedFilled.tsx | 2 +- src/IconMoneyOffSharp.tsx | 2 +- src/IconMoneyOffSharpFilled.tsx | 2 +- src/IconMoneyOutlined.tsx | 2 +- src/IconMoneyOutlinedFilled.tsx | 2 +- src/IconMoneyRounded.tsx | 2 +- src/IconMoneyRoundedFilled.tsx | 2 +- src/IconMoneySharp.tsx | 2 +- src/IconMoneySharpFilled.tsx | 2 +- src/IconMonitorHeartOutlined.tsx | 2 +- src/IconMonitorHeartOutlinedFilled.tsx | 2 +- src/IconMonitorHeartRounded.tsx | 2 +- src/IconMonitorHeartRoundedFilled.tsx | 2 +- src/IconMonitorHeartSharp.tsx | 2 +- src/IconMonitorHeartSharpFilled.tsx | 2 +- src/IconMonitorOutlined.tsx | 2 +- src/IconMonitorOutlinedFilled.tsx | 2 +- src/IconMonitorRounded.tsx | 2 +- src/IconMonitorRoundedFilled.tsx | 2 +- src/IconMonitorSharp.tsx | 2 +- src/IconMonitorSharpFilled.tsx | 2 +- src/IconMonitorWeightGainOutlined.tsx | 2 +- src/IconMonitorWeightGainOutlinedFilled.tsx | 2 +- src/IconMonitorWeightGainRounded.tsx | 2 +- src/IconMonitorWeightGainRoundedFilled.tsx | 2 +- src/IconMonitorWeightGainSharp.tsx | 2 +- src/IconMonitorWeightGainSharpFilled.tsx | 2 +- src/IconMonitorWeightLossOutlined.tsx | 2 +- src/IconMonitorWeightLossOutlinedFilled.tsx | 2 +- src/IconMonitorWeightLossRounded.tsx | 2 +- src/IconMonitorWeightLossRoundedFilled.tsx | 2 +- src/IconMonitorWeightLossSharp.tsx | 2 +- src/IconMonitorWeightLossSharpFilled.tsx | 2 +- src/IconMonitorWeightOutlined.tsx | 2 +- src/IconMonitorWeightOutlinedFilled.tsx | 2 +- src/IconMonitorWeightRounded.tsx | 2 +- src/IconMonitorWeightRoundedFilled.tsx | 2 +- src/IconMonitorWeightSharp.tsx | 2 +- src/IconMonitorWeightSharpFilled.tsx | 2 +- src/IconMonitoringOutlined.tsx | 2 +- src/IconMonitoringOutlinedFilled.tsx | 2 +- src/IconMonitoringRounded.tsx | 2 +- src/IconMonitoringRoundedFilled.tsx | 2 +- src/IconMonitoringSharp.tsx | 2 +- src/IconMonitoringSharpFilled.tsx | 2 +- src/IconMonochromePhotosOutlined.tsx | 2 +- src/IconMonochromePhotosOutlinedFilled.tsx | 2 +- src/IconMonochromePhotosRounded.tsx | 2 +- src/IconMonochromePhotosRoundedFilled.tsx | 2 +- src/IconMonochromePhotosSharp.tsx | 2 +- src/IconMonochromePhotosSharpFilled.tsx | 2 +- src/IconMonorailOutlined.tsx | 2 +- src/IconMonorailOutlinedFilled.tsx | 2 +- src/IconMonorailRounded.tsx | 2 +- src/IconMonorailRoundedFilled.tsx | 2 +- src/IconMonorailSharp.tsx | 2 +- src/IconMonorailSharpFilled.tsx | 2 +- src/IconMoodBadOutlined.tsx | 2 +- src/IconMoodBadOutlinedFilled.tsx | 2 +- src/IconMoodBadRounded.tsx | 2 +- src/IconMoodBadRoundedFilled.tsx | 2 +- src/IconMoodBadSharp.tsx | 2 +- src/IconMoodBadSharpFilled.tsx | 2 +- src/IconMoodOutlined.tsx | 2 +- src/IconMoodOutlinedFilled.tsx | 2 +- src/IconMoodRounded.tsx | 2 +- src/IconMoodRoundedFilled.tsx | 2 +- src/IconMoodSharp.tsx | 2 +- src/IconMoodSharpFilled.tsx | 2 +- src/IconMopOutlined.tsx | 2 +- src/IconMopOutlinedFilled.tsx | 2 +- src/IconMopRounded.tsx | 2 +- src/IconMopRoundedFilled.tsx | 2 +- src/IconMopSharp.tsx | 2 +- src/IconMopSharpFilled.tsx | 2 +- src/IconMoreDownOutlined.tsx | 2 +- src/IconMoreDownOutlinedFilled.tsx | 2 +- src/IconMoreDownRounded.tsx | 2 +- src/IconMoreDownRoundedFilled.tsx | 2 +- src/IconMoreDownSharp.tsx | 2 +- src/IconMoreDownSharpFilled.tsx | 2 +- src/IconMoreHorizOutlined.tsx | 2 +- src/IconMoreHorizOutlinedFilled.tsx | 2 +- src/IconMoreHorizRounded.tsx | 2 +- src/IconMoreHorizRoundedFilled.tsx | 2 +- src/IconMoreHorizSharp.tsx | 2 +- src/IconMoreHorizSharpFilled.tsx | 2 +- src/IconMoreOutlined.tsx | 2 +- src/IconMoreOutlinedFilled.tsx | 2 +- src/IconMoreRounded.tsx | 2 +- src/IconMoreRoundedFilled.tsx | 2 +- src/IconMoreSharp.tsx | 2 +- src/IconMoreSharpFilled.tsx | 2 +- src/IconMoreTimeOutlined.tsx | 2 +- src/IconMoreTimeOutlinedFilled.tsx | 2 +- src/IconMoreTimeRounded.tsx | 2 +- src/IconMoreTimeRoundedFilled.tsx | 2 +- src/IconMoreTimeSharp.tsx | 2 +- src/IconMoreTimeSharpFilled.tsx | 2 +- src/IconMoreUpOutlined.tsx | 2 +- src/IconMoreUpOutlinedFilled.tsx | 2 +- src/IconMoreUpRounded.tsx | 2 +- src/IconMoreUpRoundedFilled.tsx | 2 +- src/IconMoreUpSharp.tsx | 2 +- src/IconMoreUpSharpFilled.tsx | 2 +- src/IconMoreVertOutlined.tsx | 2 +- src/IconMoreVertOutlinedFilled.tsx | 2 +- src/IconMoreVertRounded.tsx | 2 +- src/IconMoreVertRoundedFilled.tsx | 2 +- src/IconMoreVertSharp.tsx | 2 +- src/IconMoreVertSharpFilled.tsx | 2 +- src/IconMosqueOutlined.tsx | 2 +- src/IconMosqueOutlinedFilled.tsx | 2 +- src/IconMosqueRounded.tsx | 2 +- src/IconMosqueRoundedFilled.tsx | 2 +- src/IconMosqueSharp.tsx | 2 +- src/IconMosqueSharpFilled.tsx | 2 +- src/IconMotionBlurOutlined.tsx | 2 +- src/IconMotionBlurOutlinedFilled.tsx | 2 +- src/IconMotionBlurRounded.tsx | 2 +- src/IconMotionBlurRoundedFilled.tsx | 2 +- src/IconMotionBlurSharp.tsx | 2 +- src/IconMotionBlurSharpFilled.tsx | 2 +- src/IconMotionModeOutlined.tsx | 2 +- src/IconMotionModeOutlinedFilled.tsx | 2 +- src/IconMotionModeRounded.tsx | 2 +- src/IconMotionModeRoundedFilled.tsx | 2 +- src/IconMotionModeSharp.tsx | 2 +- src/IconMotionModeSharpFilled.tsx | 2 +- src/IconMotionPhotosAutoOutlined.tsx | 2 +- src/IconMotionPhotosAutoOutlinedFilled.tsx | 2 +- src/IconMotionPhotosAutoRounded.tsx | 2 +- src/IconMotionPhotosAutoRoundedFilled.tsx | 2 +- src/IconMotionPhotosAutoSharp.tsx | 2 +- src/IconMotionPhotosAutoSharpFilled.tsx | 2 +- src/IconMotionPhotosOffOutlined.tsx | 2 +- src/IconMotionPhotosOffOutlinedFilled.tsx | 2 +- src/IconMotionPhotosOffRounded.tsx | 2 +- src/IconMotionPhotosOffRoundedFilled.tsx | 2 +- src/IconMotionPhotosOffSharp.tsx | 2 +- src/IconMotionPhotosOffSharpFilled.tsx | 2 +- src/IconMotionPhotosOnOutlined.tsx | 2 +- src/IconMotionPhotosOnOutlinedFilled.tsx | 2 +- src/IconMotionPhotosOnRounded.tsx | 2 +- src/IconMotionPhotosOnRoundedFilled.tsx | 2 +- src/IconMotionPhotosOnSharp.tsx | 2 +- src/IconMotionPhotosOnSharpFilled.tsx | 2 +- src/IconMotionPhotosPausedOutlined.tsx | 2 +- src/IconMotionPhotosPausedOutlinedFilled.tsx | 2 +- src/IconMotionPhotosPausedRounded.tsx | 2 +- src/IconMotionPhotosPausedRoundedFilled.tsx | 2 +- src/IconMotionPhotosPausedSharp.tsx | 2 +- src/IconMotionPhotosPausedSharpFilled.tsx | 2 +- src/IconMotionPlayOutlined.tsx | 2 +- src/IconMotionPlayOutlinedFilled.tsx | 2 +- src/IconMotionPlayRounded.tsx | 2 +- src/IconMotionPlayRoundedFilled.tsx | 2 +- src/IconMotionPlaySharp.tsx | 2 +- src/IconMotionPlaySharpFilled.tsx | 2 +- src/IconMotionSensorActiveOutlined.tsx | 2 +- src/IconMotionSensorActiveOutlinedFilled.tsx | 2 +- src/IconMotionSensorActiveRounded.tsx | 2 +- src/IconMotionSensorActiveRoundedFilled.tsx | 2 +- src/IconMotionSensorActiveSharp.tsx | 2 +- src/IconMotionSensorActiveSharpFilled.tsx | 2 +- src/IconMotionSensorAlertOutlined.tsx | 2 +- src/IconMotionSensorAlertOutlinedFilled.tsx | 2 +- src/IconMotionSensorAlertRounded.tsx | 2 +- src/IconMotionSensorAlertRoundedFilled.tsx | 2 +- src/IconMotionSensorAlertSharp.tsx | 2 +- src/IconMotionSensorAlertSharpFilled.tsx | 2 +- src/IconMotionSensorIdleOutlined.tsx | 2 +- src/IconMotionSensorIdleOutlinedFilled.tsx | 2 +- src/IconMotionSensorIdleRounded.tsx | 2 +- src/IconMotionSensorIdleRoundedFilled.tsx | 2 +- src/IconMotionSensorIdleSharp.tsx | 2 +- src/IconMotionSensorIdleSharpFilled.tsx | 2 +- src/IconMotionSensorUrgentOutlined.tsx | 2 +- src/IconMotionSensorUrgentOutlinedFilled.tsx | 2 +- src/IconMotionSensorUrgentRounded.tsx | 2 +- src/IconMotionSensorUrgentRoundedFilled.tsx | 2 +- src/IconMotionSensorUrgentSharp.tsx | 2 +- src/IconMotionSensorUrgentSharpFilled.tsx | 2 +- src/IconMotorcycleOutlined.tsx | 2 +- src/IconMotorcycleOutlinedFilled.tsx | 2 +- src/IconMotorcycleRounded.tsx | 2 +- src/IconMotorcycleRoundedFilled.tsx | 2 +- src/IconMotorcycleSharp.tsx | 2 +- src/IconMotorcycleSharpFilled.tsx | 2 +- src/IconMountainFlagOutlined.tsx | 2 +- src/IconMountainFlagOutlinedFilled.tsx | 2 +- src/IconMountainFlagRounded.tsx | 2 +- src/IconMountainFlagRoundedFilled.tsx | 2 +- src/IconMountainFlagSharp.tsx | 2 +- src/IconMountainFlagSharpFilled.tsx | 2 +- src/IconMouseLockOffOutlined.tsx | 2 +- src/IconMouseLockOffOutlinedFilled.tsx | 2 +- src/IconMouseLockOffRounded.tsx | 2 +- src/IconMouseLockOffRoundedFilled.tsx | 2 +- src/IconMouseLockOffSharp.tsx | 2 +- src/IconMouseLockOffSharpFilled.tsx | 2 +- src/IconMouseLockOutlined.tsx | 2 +- src/IconMouseLockOutlinedFilled.tsx | 2 +- src/IconMouseLockRounded.tsx | 2 +- src/IconMouseLockRoundedFilled.tsx | 2 +- src/IconMouseLockSharp.tsx | 2 +- src/IconMouseLockSharpFilled.tsx | 2 +- src/IconMouseOutlined.tsx | 2 +- src/IconMouseOutlinedFilled.tsx | 2 +- src/IconMouseRounded.tsx | 2 +- src/IconMouseRoundedFilled.tsx | 2 +- src/IconMouseSharp.tsx | 2 +- src/IconMouseSharpFilled.tsx | 2 +- src/IconMoveDownOutlined.tsx | 2 +- src/IconMoveDownOutlinedFilled.tsx | 2 +- src/IconMoveDownRounded.tsx | 2 +- src/IconMoveDownRoundedFilled.tsx | 2 +- src/IconMoveDownSharp.tsx | 2 +- src/IconMoveDownSharpFilled.tsx | 2 +- src/IconMoveGroupOutlined.tsx | 2 +- src/IconMoveGroupOutlinedFilled.tsx | 2 +- src/IconMoveGroupRounded.tsx | 2 +- src/IconMoveGroupRoundedFilled.tsx | 2 +- src/IconMoveGroupSharp.tsx | 2 +- src/IconMoveGroupSharpFilled.tsx | 2 +- src/IconMoveItemOutlined.tsx | 2 +- src/IconMoveItemOutlinedFilled.tsx | 2 +- src/IconMoveItemRounded.tsx | 2 +- src/IconMoveItemRoundedFilled.tsx | 2 +- src/IconMoveItemSharp.tsx | 2 +- src/IconMoveItemSharpFilled.tsx | 2 +- src/IconMoveLocationOutlined.tsx | 2 +- src/IconMoveLocationOutlinedFilled.tsx | 2 +- src/IconMoveLocationRounded.tsx | 2 +- src/IconMoveLocationRoundedFilled.tsx | 2 +- src/IconMoveLocationSharp.tsx | 2 +- src/IconMoveLocationSharpFilled.tsx | 2 +- src/IconMoveOutlined.tsx | 2 +- src/IconMoveOutlinedFilled.tsx | 2 +- src/IconMoveRounded.tsx | 2 +- src/IconMoveRoundedFilled.tsx | 2 +- src/IconMoveSelectionDownOutlined.tsx | 2 +- src/IconMoveSelectionDownOutlinedFilled.tsx | 2 +- src/IconMoveSelectionDownRounded.tsx | 2 +- src/IconMoveSelectionDownRoundedFilled.tsx | 2 +- src/IconMoveSelectionDownSharp.tsx | 2 +- src/IconMoveSelectionDownSharpFilled.tsx | 2 +- src/IconMoveSelectionLeftOutlined.tsx | 2 +- src/IconMoveSelectionLeftOutlinedFilled.tsx | 2 +- src/IconMoveSelectionLeftRounded.tsx | 2 +- src/IconMoveSelectionLeftRoundedFilled.tsx | 2 +- src/IconMoveSelectionLeftSharp.tsx | 2 +- src/IconMoveSelectionLeftSharpFilled.tsx | 2 +- src/IconMoveSelectionRightOutlined.tsx | 2 +- src/IconMoveSelectionRightOutlinedFilled.tsx | 2 +- src/IconMoveSelectionRightRounded.tsx | 2 +- src/IconMoveSelectionRightRoundedFilled.tsx | 2 +- src/IconMoveSelectionRightSharp.tsx | 2 +- src/IconMoveSelectionRightSharpFilled.tsx | 2 +- src/IconMoveSelectionUpOutlined.tsx | 2 +- src/IconMoveSelectionUpOutlinedFilled.tsx | 2 +- src/IconMoveSelectionUpRounded.tsx | 2 +- src/IconMoveSelectionUpRoundedFilled.tsx | 2 +- src/IconMoveSelectionUpSharp.tsx | 2 +- src/IconMoveSelectionUpSharpFilled.tsx | 2 +- src/IconMoveSharp.tsx | 2 +- src/IconMoveSharpFilled.tsx | 2 +- src/IconMoveToInboxOutlined.tsx | 2 +- src/IconMoveToInboxOutlinedFilled.tsx | 2 +- src/IconMoveToInboxRounded.tsx | 2 +- src/IconMoveToInboxRoundedFilled.tsx | 2 +- src/IconMoveToInboxSharp.tsx | 2 +- src/IconMoveToInboxSharpFilled.tsx | 2 +- src/IconMoveUpOutlined.tsx | 2 +- src/IconMoveUpOutlinedFilled.tsx | 2 +- src/IconMoveUpRounded.tsx | 2 +- src/IconMoveUpRoundedFilled.tsx | 2 +- src/IconMoveUpSharp.tsx | 2 +- src/IconMoveUpSharpFilled.tsx | 2 +- src/IconMovedLocationOutlined.tsx | 2 +- src/IconMovedLocationOutlinedFilled.tsx | 2 +- src/IconMovedLocationRounded.tsx | 2 +- src/IconMovedLocationRoundedFilled.tsx | 2 +- src/IconMovedLocationSharp.tsx | 2 +- src/IconMovedLocationSharpFilled.tsx | 2 +- src/IconMovieEditOutlined.tsx | 2 +- src/IconMovieEditOutlinedFilled.tsx | 2 +- src/IconMovieEditRounded.tsx | 2 +- src/IconMovieEditRoundedFilled.tsx | 2 +- src/IconMovieEditSharp.tsx | 2 +- src/IconMovieEditSharpFilled.tsx | 2 +- src/IconMovieInfoOutlined.tsx | 2 +- src/IconMovieInfoOutlinedFilled.tsx | 2 +- src/IconMovieInfoRounded.tsx | 2 +- src/IconMovieInfoRoundedFilled.tsx | 2 +- src/IconMovieInfoSharp.tsx | 2 +- src/IconMovieInfoSharpFilled.tsx | 2 +- src/IconMovieOffOutlined.tsx | 2 +- src/IconMovieOffOutlinedFilled.tsx | 2 +- src/IconMovieOffRounded.tsx | 2 +- src/IconMovieOffRoundedFilled.tsx | 2 +- src/IconMovieOffSharp.tsx | 2 +- src/IconMovieOffSharpFilled.tsx | 2 +- src/IconMovieOutlined.tsx | 2 +- src/IconMovieOutlinedFilled.tsx | 2 +- src/IconMovieRounded.tsx | 2 +- src/IconMovieRoundedFilled.tsx | 2 +- src/IconMovieSharp.tsx | 2 +- src/IconMovieSharpFilled.tsx | 2 +- src/IconMovingBedsOutlined.tsx | 2 +- src/IconMovingBedsOutlinedFilled.tsx | 2 +- src/IconMovingBedsRounded.tsx | 2 +- src/IconMovingBedsRoundedFilled.tsx | 2 +- src/IconMovingBedsSharp.tsx | 2 +- src/IconMovingBedsSharpFilled.tsx | 2 +- src/IconMovingMinistryOutlined.tsx | 2 +- src/IconMovingMinistryOutlinedFilled.tsx | 2 +- src/IconMovingMinistryRounded.tsx | 2 +- src/IconMovingMinistryRoundedFilled.tsx | 2 +- src/IconMovingMinistrySharp.tsx | 2 +- src/IconMovingMinistrySharpFilled.tsx | 2 +- src/IconMovingOutlined.tsx | 2 +- src/IconMovingOutlinedFilled.tsx | 2 +- src/IconMovingRounded.tsx | 2 +- src/IconMovingRoundedFilled.tsx | 2 +- src/IconMovingSharp.tsx | 2 +- src/IconMovingSharpFilled.tsx | 2 +- src/IconMpOutlined.tsx | 2 +- src/IconMpOutlinedFilled.tsx | 2 +- src/IconMpRounded.tsx | 2 +- src/IconMpRoundedFilled.tsx | 2 +- src/IconMpSharp.tsx | 2 +- src/IconMpSharpFilled.tsx | 2 +- src/IconMulticookerOutlined.tsx | 2 +- src/IconMulticookerOutlinedFilled.tsx | 2 +- src/IconMulticookerRounded.tsx | 2 +- src/IconMulticookerRoundedFilled.tsx | 2 +- src/IconMulticookerSharp.tsx | 2 +- src/IconMulticookerSharpFilled.tsx | 2 +- src/IconMultilineChartOutlined.tsx | 2 +- src/IconMultilineChartOutlinedFilled.tsx | 2 +- src/IconMultilineChartRounded.tsx | 2 +- src/IconMultilineChartRoundedFilled.tsx | 2 +- src/IconMultilineChartSharp.tsx | 2 +- src/IconMultilineChartSharpFilled.tsx | 2 +- src/IconMultimodalHandEyeOutlined.tsx | 2 +- src/IconMultimodalHandEyeOutlinedFilled.tsx | 2 +- src/IconMultimodalHandEyeRounded.tsx | 2 +- src/IconMultimodalHandEyeRoundedFilled.tsx | 2 +- src/IconMultimodalHandEyeSharp.tsx | 2 +- src/IconMultimodalHandEyeSharpFilled.tsx | 2 +- src/IconMultipleStopOutlined.tsx | 2 +- src/IconMultipleStopOutlinedFilled.tsx | 2 +- src/IconMultipleStopRounded.tsx | 2 +- src/IconMultipleStopRoundedFilled.tsx | 2 +- src/IconMultipleStopSharp.tsx | 2 +- src/IconMultipleStopSharpFilled.tsx | 2 +- src/IconMuseumOutlined.tsx | 2 +- src/IconMuseumOutlinedFilled.tsx | 2 +- src/IconMuseumRounded.tsx | 2 +- src/IconMuseumRoundedFilled.tsx | 2 +- src/IconMuseumSharp.tsx | 2 +- src/IconMuseumSharpFilled.tsx | 2 +- src/IconMusicCastOutlined.tsx | 2 +- src/IconMusicCastOutlinedFilled.tsx | 2 +- src/IconMusicCastRounded.tsx | 2 +- src/IconMusicCastRoundedFilled.tsx | 2 +- src/IconMusicCastSharp.tsx | 2 +- src/IconMusicCastSharpFilled.tsx | 2 +- src/IconMusicNoteOutlined.tsx | 2 +- src/IconMusicNoteOutlinedFilled.tsx | 2 +- src/IconMusicNoteRounded.tsx | 2 +- src/IconMusicNoteRoundedFilled.tsx | 2 +- src/IconMusicNoteSharp.tsx | 2 +- src/IconMusicNoteSharpFilled.tsx | 2 +- src/IconMusicOffOutlined.tsx | 2 +- src/IconMusicOffOutlinedFilled.tsx | 2 +- src/IconMusicOffRounded.tsx | 2 +- src/IconMusicOffRoundedFilled.tsx | 2 +- src/IconMusicOffSharp.tsx | 2 +- src/IconMusicOffSharpFilled.tsx | 2 +- src/IconMusicVideoOutlined.tsx | 2 +- src/IconMusicVideoOutlinedFilled.tsx | 2 +- src/IconMusicVideoRounded.tsx | 2 +- src/IconMusicVideoRoundedFilled.tsx | 2 +- src/IconMusicVideoSharp.tsx | 2 +- src/IconMusicVideoSharpFilled.tsx | 2 +- src/IconMyLocationOutlined.tsx | 2 +- src/IconMyLocationOutlinedFilled.tsx | 2 +- src/IconMyLocationRounded.tsx | 2 +- src/IconMyLocationRoundedFilled.tsx | 2 +- src/IconMyLocationSharp.tsx | 2 +- src/IconMyLocationSharpFilled.tsx | 2 +- src/IconMysteryOutlined.tsx | 2 +- src/IconMysteryOutlinedFilled.tsx | 2 +- src/IconMysteryRounded.tsx | 2 +- src/IconMysteryRoundedFilled.tsx | 2 +- src/IconMysterySharp.tsx | 2 +- src/IconMysterySharpFilled.tsx | 2 +- src/IconNatOutlined.tsx | 2 +- src/IconNatOutlinedFilled.tsx | 2 +- src/IconNatRounded.tsx | 2 +- src/IconNatRoundedFilled.tsx | 2 +- src/IconNatSharp.tsx | 2 +- src/IconNatSharpFilled.tsx | 2 +- src/IconNatureOutlined.tsx | 2 +- src/IconNatureOutlinedFilled.tsx | 2 +- src/IconNaturePeopleOutlined.tsx | 2 +- src/IconNaturePeopleOutlinedFilled.tsx | 2 +- src/IconNaturePeopleRounded.tsx | 2 +- src/IconNaturePeopleRoundedFilled.tsx | 2 +- src/IconNaturePeopleSharp.tsx | 2 +- src/IconNaturePeopleSharpFilled.tsx | 2 +- src/IconNatureRounded.tsx | 2 +- src/IconNatureRoundedFilled.tsx | 2 +- src/IconNatureSharp.tsx | 2 +- src/IconNatureSharpFilled.tsx | 2 +- src/IconNavigationOutlined.tsx | 2 +- src/IconNavigationOutlinedFilled.tsx | 2 +- src/IconNavigationRounded.tsx | 2 +- src/IconNavigationRoundedFilled.tsx | 2 +- src/IconNavigationSharp.tsx | 2 +- src/IconNavigationSharpFilled.tsx | 2 +- src/IconNearMeDisabledOutlined.tsx | 2 +- src/IconNearMeDisabledOutlinedFilled.tsx | 2 +- src/IconNearMeDisabledRounded.tsx | 2 +- src/IconNearMeDisabledRoundedFilled.tsx | 2 +- src/IconNearMeDisabledSharp.tsx | 2 +- src/IconNearMeDisabledSharpFilled.tsx | 2 +- src/IconNearMeOutlined.tsx | 2 +- src/IconNearMeOutlinedFilled.tsx | 2 +- src/IconNearMeRounded.tsx | 2 +- src/IconNearMeRoundedFilled.tsx | 2 +- src/IconNearMeSharp.tsx | 2 +- src/IconNearMeSharpFilled.tsx | 2 +- src/IconNearbyErrorOutlined.tsx | 2 +- src/IconNearbyErrorOutlinedFilled.tsx | 2 +- src/IconNearbyErrorRounded.tsx | 2 +- src/IconNearbyErrorRoundedFilled.tsx | 2 +- src/IconNearbyErrorSharp.tsx | 2 +- src/IconNearbyErrorSharpFilled.tsx | 2 +- src/IconNearbyOffOutlined.tsx | 2 +- src/IconNearbyOffOutlinedFilled.tsx | 2 +- src/IconNearbyOffRounded.tsx | 2 +- src/IconNearbyOffRoundedFilled.tsx | 2 +- src/IconNearbyOffSharp.tsx | 2 +- src/IconNearbyOffSharpFilled.tsx | 2 +- src/IconNearbyOutlined.tsx | 2 +- src/IconNearbyOutlinedFilled.tsx | 2 +- src/IconNearbyRounded.tsx | 2 +- src/IconNearbyRoundedFilled.tsx | 2 +- src/IconNearbySharp.tsx | 2 +- src/IconNearbySharpFilled.tsx | 2 +- src/IconNephrologyOutlined.tsx | 2 +- src/IconNephrologyOutlinedFilled.tsx | 2 +- src/IconNephrologyRounded.tsx | 2 +- src/IconNephrologyRoundedFilled.tsx | 2 +- src/IconNephrologySharp.tsx | 2 +- src/IconNephrologySharpFilled.tsx | 2 +- src/IconNestAudioOutlined.tsx | 2 +- src/IconNestAudioOutlinedFilled.tsx | 2 +- src/IconNestAudioRounded.tsx | 2 +- src/IconNestAudioRoundedFilled.tsx | 2 +- src/IconNestAudioSharp.tsx | 2 +- src/IconNestAudioSharpFilled.tsx | 2 +- src/IconNestCamFloodlightOutlined.tsx | 2 +- src/IconNestCamFloodlightOutlinedFilled.tsx | 2 +- src/IconNestCamFloodlightRounded.tsx | 2 +- src/IconNestCamFloodlightRoundedFilled.tsx | 2 +- src/IconNestCamFloodlightSharp.tsx | 2 +- src/IconNestCamFloodlightSharpFilled.tsx | 2 +- src/IconNestCamIndoorOutlined.tsx | 2 +- src/IconNestCamIndoorOutlinedFilled.tsx | 2 +- src/IconNestCamIndoorRounded.tsx | 2 +- src/IconNestCamIndoorRoundedFilled.tsx | 2 +- src/IconNestCamIndoorSharp.tsx | 2 +- src/IconNestCamIndoorSharpFilled.tsx | 2 +- src/IconNestCamIqOutdoorOutlined.tsx | 2 +- src/IconNestCamIqOutdoorOutlinedFilled.tsx | 2 +- src/IconNestCamIqOutdoorRounded.tsx | 2 +- src/IconNestCamIqOutdoorRoundedFilled.tsx | 2 +- src/IconNestCamIqOutdoorSharp.tsx | 2 +- src/IconNestCamIqOutdoorSharpFilled.tsx | 2 +- src/IconNestCamIqOutlined.tsx | 2 +- src/IconNestCamIqOutlinedFilled.tsx | 2 +- src/IconNestCamIqRounded.tsx | 2 +- src/IconNestCamIqRoundedFilled.tsx | 2 +- src/IconNestCamIqSharp.tsx | 2 +- src/IconNestCamIqSharpFilled.tsx | 2 +- src/IconNestCamMagnetMountOutlined.tsx | 2 +- src/IconNestCamMagnetMountOutlinedFilled.tsx | 2 +- src/IconNestCamMagnetMountRounded.tsx | 2 +- src/IconNestCamMagnetMountRoundedFilled.tsx | 2 +- src/IconNestCamMagnetMountSharp.tsx | 2 +- src/IconNestCamMagnetMountSharpFilled.tsx | 2 +- src/IconNestCamOutdoorOutlined.tsx | 2 +- src/IconNestCamOutdoorOutlinedFilled.tsx | 2 +- src/IconNestCamOutdoorRounded.tsx | 2 +- src/IconNestCamOutdoorRoundedFilled.tsx | 2 +- src/IconNestCamOutdoorSharp.tsx | 2 +- src/IconNestCamOutdoorSharpFilled.tsx | 2 +- src/IconNestCamStandOutlined.tsx | 2 +- src/IconNestCamStandOutlinedFilled.tsx | 2 +- src/IconNestCamStandRounded.tsx | 2 +- src/IconNestCamStandRoundedFilled.tsx | 2 +- src/IconNestCamStandSharp.tsx | 2 +- src/IconNestCamStandSharpFilled.tsx | 2 +- src/IconNestCamWallMountOutlined.tsx | 2 +- src/IconNestCamWallMountOutlinedFilled.tsx | 2 +- src/IconNestCamWallMountRounded.tsx | 2 +- src/IconNestCamWallMountRoundedFilled.tsx | 2 +- src/IconNestCamWallMountSharp.tsx | 2 +- src/IconNestCamWallMountSharpFilled.tsx | 2 +- src/IconNestCamWiredStandOutlined.tsx | 2 +- src/IconNestCamWiredStandOutlinedFilled.tsx | 2 +- src/IconNestCamWiredStandRounded.tsx | 2 +- src/IconNestCamWiredStandRoundedFilled.tsx | 2 +- src/IconNestCamWiredStandSharp.tsx | 2 +- src/IconNestCamWiredStandSharpFilled.tsx | 2 +- src/IconNestClockFarsightAnalogOutlined.tsx | 2 +- ...nNestClockFarsightAnalogOutlinedFilled.tsx | 2 +- src/IconNestClockFarsightAnalogRounded.tsx | 2 +- ...onNestClockFarsightAnalogRoundedFilled.tsx | 2 +- src/IconNestClockFarsightAnalogSharp.tsx | 2 +- ...IconNestClockFarsightAnalogSharpFilled.tsx | 2 +- src/IconNestClockFarsightDigitalOutlined.tsx | 2 +- ...NestClockFarsightDigitalOutlinedFilled.tsx | 2 +- src/IconNestClockFarsightDigitalRounded.tsx | 2 +- ...nNestClockFarsightDigitalRoundedFilled.tsx | 2 +- src/IconNestClockFarsightDigitalSharp.tsx | 2 +- ...conNestClockFarsightDigitalSharpFilled.tsx | 2 +- src/IconNestConnectOutlined.tsx | 2 +- src/IconNestConnectOutlinedFilled.tsx | 2 +- src/IconNestConnectRounded.tsx | 2 +- src/IconNestConnectRoundedFilled.tsx | 2 +- src/IconNestConnectSharp.tsx | 2 +- src/IconNestConnectSharpFilled.tsx | 2 +- src/IconNestDetectOutlined.tsx | 2 +- src/IconNestDetectOutlinedFilled.tsx | 2 +- src/IconNestDetectRounded.tsx | 2 +- src/IconNestDetectRoundedFilled.tsx | 2 +- src/IconNestDetectSharp.tsx | 2 +- src/IconNestDetectSharpFilled.tsx | 2 +- src/IconNestDisplayMaxOutlined.tsx | 2 +- src/IconNestDisplayMaxOutlinedFilled.tsx | 2 +- src/IconNestDisplayMaxRounded.tsx | 2 +- src/IconNestDisplayMaxRoundedFilled.tsx | 2 +- src/IconNestDisplayMaxSharp.tsx | 2 +- src/IconNestDisplayMaxSharpFilled.tsx | 2 +- src/IconNestDisplayOutlined.tsx | 2 +- src/IconNestDisplayOutlinedFilled.tsx | 2 +- src/IconNestDisplayRounded.tsx | 2 +- src/IconNestDisplayRoundedFilled.tsx | 2 +- src/IconNestDisplaySharp.tsx | 2 +- src/IconNestDisplaySharpFilled.tsx | 2 +- src/IconNestDoorbellVisitorOutlined.tsx | 2 +- src/IconNestDoorbellVisitorOutlinedFilled.tsx | 2 +- src/IconNestDoorbellVisitorRounded.tsx | 2 +- src/IconNestDoorbellVisitorRoundedFilled.tsx | 2 +- src/IconNestDoorbellVisitorSharp.tsx | 2 +- src/IconNestDoorbellVisitorSharpFilled.tsx | 2 +- src/IconNestEcoLeafOutlined.tsx | 2 +- src/IconNestEcoLeafOutlinedFilled.tsx | 2 +- src/IconNestEcoLeafRounded.tsx | 2 +- src/IconNestEcoLeafRoundedFilled.tsx | 2 +- src/IconNestEcoLeafSharp.tsx | 2 +- src/IconNestEcoLeafSharpFilled.tsx | 2 +- src/IconNestFarsightWeatherOutlined.tsx | 2 +- src/IconNestFarsightWeatherOutlinedFilled.tsx | 2 +- src/IconNestFarsightWeatherRounded.tsx | 2 +- src/IconNestFarsightWeatherRoundedFilled.tsx | 2 +- src/IconNestFarsightWeatherSharp.tsx | 2 +- src/IconNestFarsightWeatherSharpFilled.tsx | 2 +- src/IconNestFoundSavingsOutlined.tsx | 2 +- src/IconNestFoundSavingsOutlinedFilled.tsx | 2 +- src/IconNestFoundSavingsRounded.tsx | 2 +- src/IconNestFoundSavingsRoundedFilled.tsx | 2 +- src/IconNestFoundSavingsSharp.tsx | 2 +- src/IconNestFoundSavingsSharpFilled.tsx | 2 +- src/IconNestGaleWifiOutlined.tsx | 2 +- src/IconNestGaleWifiOutlinedFilled.tsx | 2 +- src/IconNestGaleWifiRounded.tsx | 2 +- src/IconNestGaleWifiRoundedFilled.tsx | 2 +- src/IconNestGaleWifiSharp.tsx | 2 +- src/IconNestGaleWifiSharpFilled.tsx | 2 +- src/IconNestHeatLinkEOutlined.tsx | 2 +- src/IconNestHeatLinkEOutlinedFilled.tsx | 2 +- src/IconNestHeatLinkERounded.tsx | 2 +- src/IconNestHeatLinkERoundedFilled.tsx | 2 +- src/IconNestHeatLinkESharp.tsx | 2 +- src/IconNestHeatLinkESharpFilled.tsx | 2 +- src/IconNestHeatLinkGen3Outlined.tsx | 2 +- src/IconNestHeatLinkGen3OutlinedFilled.tsx | 2 +- src/IconNestHeatLinkGen3Rounded.tsx | 2 +- src/IconNestHeatLinkGen3RoundedFilled.tsx | 2 +- src/IconNestHeatLinkGen3Sharp.tsx | 2 +- src/IconNestHeatLinkGen3SharpFilled.tsx | 2 +- src/IconNestHelloDoorbellOutlined.tsx | 2 +- src/IconNestHelloDoorbellOutlinedFilled.tsx | 2 +- src/IconNestHelloDoorbellRounded.tsx | 2 +- src/IconNestHelloDoorbellRoundedFilled.tsx | 2 +- src/IconNestHelloDoorbellSharp.tsx | 2 +- src/IconNestHelloDoorbellSharpFilled.tsx | 2 +- src/IconNestMiniOutlined.tsx | 2 +- src/IconNestMiniOutlinedFilled.tsx | 2 +- src/IconNestMiniRounded.tsx | 2 +- src/IconNestMiniRoundedFilled.tsx | 2 +- src/IconNestMiniSharp.tsx | 2 +- src/IconNestMiniSharpFilled.tsx | 2 +- src/IconNestMultiRoomOutlined.tsx | 2 +- src/IconNestMultiRoomOutlinedFilled.tsx | 2 +- src/IconNestMultiRoomRounded.tsx | 2 +- src/IconNestMultiRoomRoundedFilled.tsx | 2 +- src/IconNestMultiRoomSharp.tsx | 2 +- src/IconNestMultiRoomSharpFilled.tsx | 2 +- src/IconNestProtectOutlined.tsx | 2 +- src/IconNestProtectOutlinedFilled.tsx | 2 +- src/IconNestProtectRounded.tsx | 2 +- src/IconNestProtectRoundedFilled.tsx | 2 +- src/IconNestProtectSharp.tsx | 2 +- src/IconNestProtectSharpFilled.tsx | 2 +- src/IconNestRemoteComfortSensorOutlined.tsx | 2 +- ...nNestRemoteComfortSensorOutlinedFilled.tsx | 2 +- src/IconNestRemoteComfortSensorRounded.tsx | 2 +- ...onNestRemoteComfortSensorRoundedFilled.tsx | 2 +- src/IconNestRemoteComfortSensorSharp.tsx | 2 +- ...IconNestRemoteComfortSensorSharpFilled.tsx | 2 +- src/IconNestRemoteOutlined.tsx | 2 +- src/IconNestRemoteOutlinedFilled.tsx | 2 +- src/IconNestRemoteRounded.tsx | 2 +- src/IconNestRemoteRoundedFilled.tsx | 2 +- src/IconNestRemoteSharp.tsx | 2 +- src/IconNestRemoteSharpFilled.tsx | 2 +- src/IconNestSecureAlarmOutlined.tsx | 2 +- src/IconNestSecureAlarmOutlinedFilled.tsx | 2 +- src/IconNestSecureAlarmRounded.tsx | 2 +- src/IconNestSecureAlarmRoundedFilled.tsx | 2 +- src/IconNestSecureAlarmSharp.tsx | 2 +- src/IconNestSecureAlarmSharpFilled.tsx | 2 +- src/IconNestSunblockOutlined.tsx | 2 +- src/IconNestSunblockOutlinedFilled.tsx | 2 +- src/IconNestSunblockRounded.tsx | 2 +- src/IconNestSunblockRoundedFilled.tsx | 2 +- src/IconNestSunblockSharp.tsx | 2 +- src/IconNestSunblockSharpFilled.tsx | 2 +- src/IconNestTagOutlined.tsx | 2 +- src/IconNestTagOutlinedFilled.tsx | 2 +- src/IconNestTagRounded.tsx | 2 +- src/IconNestTagRoundedFilled.tsx | 2 +- src/IconNestTagSharp.tsx | 2 +- src/IconNestTagSharpFilled.tsx | 2 +- src/IconNestThermostatEEuOutlined.tsx | 2 +- src/IconNestThermostatEEuOutlinedFilled.tsx | 2 +- src/IconNestThermostatEEuRounded.tsx | 2 +- src/IconNestThermostatEEuRoundedFilled.tsx | 2 +- src/IconNestThermostatEEuSharp.tsx | 2 +- src/IconNestThermostatEEuSharpFilled.tsx | 2 +- src/IconNestThermostatGen3Outlined.tsx | 2 +- src/IconNestThermostatGen3OutlinedFilled.tsx | 2 +- src/IconNestThermostatGen3Rounded.tsx | 2 +- src/IconNestThermostatGen3RoundedFilled.tsx | 2 +- src/IconNestThermostatGen3Sharp.tsx | 2 +- src/IconNestThermostatGen3SharpFilled.tsx | 2 +- src/IconNestThermostatOutlined.tsx | 2 +- src/IconNestThermostatOutlinedFilled.tsx | 2 +- src/IconNestThermostatRounded.tsx | 2 +- src/IconNestThermostatRoundedFilled.tsx | 2 +- src/IconNestThermostatSensorEuOutlined.tsx | 2 +- ...onNestThermostatSensorEuOutlinedFilled.tsx | 2 +- src/IconNestThermostatSensorEuRounded.tsx | 2 +- ...conNestThermostatSensorEuRoundedFilled.tsx | 2 +- src/IconNestThermostatSensorEuSharp.tsx | 2 +- src/IconNestThermostatSensorEuSharpFilled.tsx | 2 +- src/IconNestThermostatSensorOutlined.tsx | 2 +- ...IconNestThermostatSensorOutlinedFilled.tsx | 2 +- src/IconNestThermostatSensorRounded.tsx | 2 +- src/IconNestThermostatSensorRoundedFilled.tsx | 2 +- src/IconNestThermostatSensorSharp.tsx | 2 +- src/IconNestThermostatSensorSharpFilled.tsx | 2 +- src/IconNestThermostatSharp.tsx | 2 +- src/IconNestThermostatSharpFilled.tsx | 2 +- src/IconNestThermostatZirconiumEuOutlined.tsx | 2 +- ...estThermostatZirconiumEuOutlinedFilled.tsx | 2 +- src/IconNestThermostatZirconiumEuRounded.tsx | 2 +- ...NestThermostatZirconiumEuRoundedFilled.tsx | 2 +- src/IconNestThermostatZirconiumEuSharp.tsx | 2 +- ...onNestThermostatZirconiumEuSharpFilled.tsx | 2 +- src/IconNestTrueRadiantOutlined.tsx | 2 +- src/IconNestTrueRadiantOutlinedFilled.tsx | 2 +- src/IconNestTrueRadiantRounded.tsx | 2 +- src/IconNestTrueRadiantRoundedFilled.tsx | 2 +- src/IconNestTrueRadiantSharp.tsx | 2 +- src/IconNestTrueRadiantSharpFilled.tsx | 2 +- src/IconNestWakeOnApproachOutlined.tsx | 2 +- src/IconNestWakeOnApproachOutlinedFilled.tsx | 2 +- src/IconNestWakeOnApproachRounded.tsx | 2 +- src/IconNestWakeOnApproachRoundedFilled.tsx | 2 +- src/IconNestWakeOnApproachSharp.tsx | 2 +- src/IconNestWakeOnApproachSharpFilled.tsx | 2 +- src/IconNestWakeOnPressOutlined.tsx | 2 +- src/IconNestWakeOnPressOutlinedFilled.tsx | 2 +- src/IconNestWakeOnPressRounded.tsx | 2 +- src/IconNestWakeOnPressRoundedFilled.tsx | 2 +- src/IconNestWakeOnPressSharp.tsx | 9 + src/IconNestWakeOnPressSharpFilled.tsx | 2 +- src/IconNestWifiPointOutlined.tsx | 2 +- src/IconNestWifiPointOutlinedFilled.tsx | 2 +- src/IconNestWifiPointRounded.tsx | 2 +- src/IconNestWifiPointRoundedFilled.tsx | 2 +- src/IconNestWifiPointSharp.tsx | 2 +- src/IconNestWifiPointSharpFilled.tsx | 2 +- src/IconNestWifiPro2Outlined.tsx | 2 +- src/IconNestWifiPro2OutlinedFilled.tsx | 2 +- src/IconNestWifiPro2Rounded.tsx | 2 +- src/IconNestWifiPro2RoundedFilled.tsx | 2 +- src/IconNestWifiPro2Sharp.tsx | 2 +- src/IconNestWifiPro2SharpFilled.tsx | 2 +- src/IconNestWifiProOutlined.tsx | 2 +- src/IconNestWifiProOutlinedFilled.tsx | 2 +- src/IconNestWifiProRounded.tsx | 2 +- src/IconNestWifiProRoundedFilled.tsx | 2 +- src/IconNestWifiProSharp.tsx | 2 +- src/IconNestWifiProSharpFilled.tsx | 2 +- src/IconNestWifiRouterOutlined.tsx | 2 +- src/IconNestWifiRouterOutlinedFilled.tsx | 2 +- src/IconNestWifiRouterRounded.tsx | 2 +- src/IconNestWifiRouterRoundedFilled.tsx | 2 +- src/IconNestWifiRouterSharp.tsx | 2 +- src/IconNestWifiRouterSharpFilled.tsx | 2 +- src/IconNetworkCellOutlined.tsx | 2 +- src/IconNetworkCellOutlinedFilled.tsx | 2 +- src/IconNetworkCellRounded.tsx | 2 +- src/IconNetworkCellRoundedFilled.tsx | 2 +- src/IconNetworkCellSharp.tsx | 2 +- src/IconNetworkCellSharpFilled.tsx | 2 +- src/IconNetworkCheckOutlined.tsx | 2 +- src/IconNetworkCheckOutlinedFilled.tsx | 2 +- src/IconNetworkCheckRounded.tsx | 2 +- src/IconNetworkCheckRoundedFilled.tsx | 2 +- src/IconNetworkCheckSharp.tsx | 2 +- src/IconNetworkCheckSharpFilled.tsx | 2 +- ...IconNetworkIntelligenceHistoryOutlined.tsx | 2 +- ...tworkIntelligenceHistoryOutlinedFilled.tsx | 2 +- src/IconNetworkIntelligenceHistoryRounded.tsx | 2 +- ...etworkIntelligenceHistoryRoundedFilled.tsx | 2 +- src/IconNetworkIntelligenceHistorySharp.tsx | 2 +- ...nNetworkIntelligenceHistorySharpFilled.tsx | 2 +- src/IconNetworkIntelligenceUpdateOutlined.tsx | 2 +- ...etworkIntelligenceUpdateOutlinedFilled.tsx | 2 +- src/IconNetworkIntelligenceUpdateRounded.tsx | 2 +- ...NetworkIntelligenceUpdateRoundedFilled.tsx | 2 +- src/IconNetworkIntelligenceUpdateSharp.tsx | 2 +- ...onNetworkIntelligenceUpdateSharpFilled.tsx | 2 +- src/IconNetworkLockedOutlined.tsx | 2 +- src/IconNetworkLockedOutlinedFilled.tsx | 2 +- src/IconNetworkLockedRounded.tsx | 2 +- src/IconNetworkLockedRoundedFilled.tsx | 2 +- src/IconNetworkLockedSharp.tsx | 2 +- src/IconNetworkLockedSharpFilled.tsx | 2 +- src/IconNetworkManageOutlined.tsx | 2 +- src/IconNetworkManageOutlinedFilled.tsx | 2 +- src/IconNetworkManageRounded.tsx | 2 +- src/IconNetworkManageRoundedFilled.tsx | 2 +- src/IconNetworkManageSharp.tsx | 2 +- src/IconNetworkManageSharpFilled.tsx | 2 +- src/IconNetworkNodeOutlined.tsx | 2 +- src/IconNetworkNodeOutlinedFilled.tsx | 2 +- src/IconNetworkNodeRounded.tsx | 2 +- src/IconNetworkNodeRoundedFilled.tsx | 2 +- src/IconNetworkNodeSharp.tsx | 2 +- src/IconNetworkNodeSharpFilled.tsx | 2 +- src/IconNetworkPingOutlined.tsx | 2 +- src/IconNetworkPingOutlinedFilled.tsx | 2 +- src/IconNetworkPingRounded.tsx | 2 +- src/IconNetworkPingRoundedFilled.tsx | 2 +- src/IconNetworkPingSharp.tsx | 2 +- src/IconNetworkPingSharpFilled.tsx | 2 +- src/IconNetworkWifi1BarLockedOutlined.tsx | 2 +- ...conNetworkWifi1BarLockedOutlinedFilled.tsx | 2 +- src/IconNetworkWifi1BarLockedRounded.tsx | 2 +- ...IconNetworkWifi1BarLockedRoundedFilled.tsx | 2 +- src/IconNetworkWifi1BarLockedSharp.tsx | 2 +- src/IconNetworkWifi1BarLockedSharpFilled.tsx | 2 +- src/IconNetworkWifi1BarOutlined.tsx | 2 +- src/IconNetworkWifi1BarOutlinedFilled.tsx | 2 +- src/IconNetworkWifi1BarRounded.tsx | 2 +- src/IconNetworkWifi1BarRoundedFilled.tsx | 2 +- src/IconNetworkWifi1BarSharp.tsx | 2 +- src/IconNetworkWifi1BarSharpFilled.tsx | 2 +- src/IconNetworkWifi2BarLockedOutlined.tsx | 2 +- ...conNetworkWifi2BarLockedOutlinedFilled.tsx | 2 +- src/IconNetworkWifi2BarLockedRounded.tsx | 2 +- ...IconNetworkWifi2BarLockedRoundedFilled.tsx | 2 +- src/IconNetworkWifi2BarLockedSharp.tsx | 2 +- src/IconNetworkWifi2BarLockedSharpFilled.tsx | 2 +- src/IconNetworkWifi2BarOutlined.tsx | 2 +- src/IconNetworkWifi2BarOutlinedFilled.tsx | 2 +- src/IconNetworkWifi2BarRounded.tsx | 2 +- src/IconNetworkWifi2BarRoundedFilled.tsx | 2 +- src/IconNetworkWifi2BarSharp.tsx | 2 +- src/IconNetworkWifi2BarSharpFilled.tsx | 2 +- src/IconNetworkWifi3BarLockedOutlined.tsx | 2 +- ...conNetworkWifi3BarLockedOutlinedFilled.tsx | 2 +- src/IconNetworkWifi3BarLockedRounded.tsx | 2 +- ...IconNetworkWifi3BarLockedRoundedFilled.tsx | 2 +- src/IconNetworkWifi3BarLockedSharp.tsx | 2 +- src/IconNetworkWifi3BarLockedSharpFilled.tsx | 2 +- src/IconNetworkWifi3BarOutlined.tsx | 2 +- src/IconNetworkWifi3BarOutlinedFilled.tsx | 2 +- src/IconNetworkWifi3BarRounded.tsx | 2 +- src/IconNetworkWifi3BarRoundedFilled.tsx | 2 +- src/IconNetworkWifi3BarSharp.tsx | 2 +- src/IconNetworkWifi3BarSharpFilled.tsx | 2 +- src/IconNetworkWifiLockedOutlined.tsx | 2 +- src/IconNetworkWifiLockedOutlinedFilled.tsx | 2 +- src/IconNetworkWifiLockedRounded.tsx | 2 +- src/IconNetworkWifiLockedRoundedFilled.tsx | 2 +- src/IconNetworkWifiLockedSharp.tsx | 2 +- src/IconNetworkWifiLockedSharpFilled.tsx | 2 +- src/IconNetworkWifiOutlined.tsx | 2 +- src/IconNetworkWifiOutlinedFilled.tsx | 2 +- src/IconNetworkWifiRounded.tsx | 2 +- src/IconNetworkWifiRoundedFilled.tsx | 2 +- src/IconNetworkWifiSharp.tsx | 2 +- src/IconNetworkWifiSharpFilled.tsx | 2 +- src/IconNeurologyOutlined.tsx | 2 +- src/IconNeurologyOutlinedFilled.tsx | 2 +- src/IconNeurologyRounded.tsx | 2 +- src/IconNeurologyRoundedFilled.tsx | 2 +- src/IconNeurologySharp.tsx | 2 +- src/IconNeurologySharpFilled.tsx | 2 +- src/IconNewLabelOutlined.tsx | 2 +- src/IconNewLabelOutlinedFilled.tsx | 2 +- src/IconNewLabelRounded.tsx | 2 +- src/IconNewLabelRoundedFilled.tsx | 2 +- src/IconNewLabelSharp.tsx | 2 +- src/IconNewLabelSharpFilled.tsx | 2 +- src/IconNewReleasesOutlined.tsx | 2 +- src/IconNewReleasesOutlinedFilled.tsx | 2 +- src/IconNewReleasesRounded.tsx | 2 +- src/IconNewReleasesRoundedFilled.tsx | 2 +- src/IconNewReleasesSharp.tsx | 2 +- src/IconNewReleasesSharpFilled.tsx | 2 +- src/IconNewWindowOutlined.tsx | 2 +- src/IconNewWindowOutlinedFilled.tsx | 2 +- src/IconNewWindowRounded.tsx | 2 +- src/IconNewWindowRoundedFilled.tsx | 2 +- src/IconNewWindowSharp.tsx | 2 +- src/IconNewWindowSharpFilled.tsx | 2 +- src/IconNewsOutlined.tsx | 2 +- src/IconNewsOutlinedFilled.tsx | 2 +- src/IconNewsRounded.tsx | 2 +- src/IconNewsRoundedFilled.tsx | 2 +- src/IconNewsSharp.tsx | 2 +- src/IconNewsSharpFilled.tsx | 2 +- src/IconNewsmodeOutlined.tsx | 2 +- src/IconNewsmodeOutlinedFilled.tsx | 2 +- src/IconNewsmodeRounded.tsx | 2 +- src/IconNewsmodeRoundedFilled.tsx | 2 +- src/IconNewsmodeSharp.tsx | 2 +- src/IconNewsmodeSharpFilled.tsx | 2 +- src/IconNewspaperOutlined.tsx | 2 +- src/IconNewspaperOutlinedFilled.tsx | 2 +- src/IconNewspaperRounded.tsx | 2 +- src/IconNewspaperRoundedFilled.tsx | 2 +- src/IconNewspaperSharp.tsx | 2 +- src/IconNewspaperSharpFilled.tsx | 2 +- src/IconNewsstandOutlined.tsx | 2 +- src/IconNewsstandOutlinedFilled.tsx | 2 +- src/IconNewsstandRounded.tsx | 2 +- src/IconNewsstandRoundedFilled.tsx | 2 +- src/IconNewsstandSharp.tsx | 2 +- src/IconNewsstandSharpFilled.tsx | 2 +- src/IconNextPlanOutlined.tsx | 2 +- src/IconNextPlanOutlinedFilled.tsx | 2 +- src/IconNextPlanRounded.tsx | 2 +- src/IconNextPlanRoundedFilled.tsx | 2 +- src/IconNextPlanSharp.tsx | 2 +- src/IconNextPlanSharpFilled.tsx | 2 +- src/IconNextWeekOutlined.tsx | 2 +- src/IconNextWeekOutlinedFilled.tsx | 2 +- src/IconNextWeekRounded.tsx | 9 + src/IconNextWeekRoundedFilled.tsx | 2 +- src/IconNextWeekSharp.tsx | 2 +- src/IconNextWeekSharpFilled.tsx | 2 +- src/IconNfcOutlined.tsx | 2 +- src/IconNfcOutlinedFilled.tsx | 2 +- src/IconNfcRounded.tsx | 2 +- src/IconNfcRoundedFilled.tsx | 2 +- src/IconNfcSharp.tsx | 2 +- src/IconNfcSharpFilled.tsx | 2 +- src/IconNightShelterOutlined.tsx | 2 +- src/IconNightShelterOutlinedFilled.tsx | 2 +- src/IconNightShelterRounded.tsx | 2 +- src/IconNightShelterRoundedFilled.tsx | 2 +- src/IconNightShelterSharp.tsx | 2 +- src/IconNightShelterSharpFilled.tsx | 2 +- src/IconNightSightAutoOffOutlined.tsx | 2 +- src/IconNightSightAutoOffOutlinedFilled.tsx | 2 +- src/IconNightSightAutoOffRounded.tsx | 2 +- src/IconNightSightAutoOffRoundedFilled.tsx | 2 +- src/IconNightSightAutoOffSharp.tsx | 2 +- src/IconNightSightAutoOffSharpFilled.tsx | 2 +- src/IconNightSightAutoOutlined.tsx | 2 +- src/IconNightSightAutoOutlinedFilled.tsx | 2 +- src/IconNightSightAutoRounded.tsx | 2 +- src/IconNightSightAutoRoundedFilled.tsx | 2 +- src/IconNightSightAutoSharp.tsx | 2 +- src/IconNightSightAutoSharpFilled.tsx | 2 +- src/IconNightSightMaxOutlined.tsx | 2 +- src/IconNightSightMaxOutlinedFilled.tsx | 2 +- src/IconNightSightMaxRounded.tsx | 2 +- src/IconNightSightMaxRoundedFilled.tsx | 2 +- src/IconNightSightMaxSharp.tsx | 2 +- src/IconNightSightMaxSharpFilled.tsx | 2 +- src/IconNightlifeOutlined.tsx | 2 +- src/IconNightlifeOutlinedFilled.tsx | 2 +- src/IconNightlifeRounded.tsx | 2 +- src/IconNightlifeRoundedFilled.tsx | 2 +- src/IconNightlifeSharp.tsx | 2 +- src/IconNightlifeSharpFilled.tsx | 2 +- src/IconNightlightOutlined.tsx | 2 +- src/IconNightlightOutlinedFilled.tsx | 2 +- src/IconNightlightRounded.tsx | 2 +- src/IconNightlightRoundedFilled.tsx | 2 +- src/IconNightlightSharp.tsx | 2 +- src/IconNightlightSharpFilled.tsx | 2 +- src/IconNightsStayOutlined.tsx | 2 +- src/IconNightsStayOutlinedFilled.tsx | 2 +- src/IconNightsStayRounded.tsx | 2 +- src/IconNightsStayRoundedFilled.tsx | 2 +- src/IconNightsStaySharp.tsx | 2 +- src/IconNightsStaySharpFilled.tsx | 2 +- src/IconNoAccountsOutlined.tsx | 2 +- src/IconNoAccountsOutlinedFilled.tsx | 2 +- src/IconNoAccountsRounded.tsx | 2 +- src/IconNoAccountsRoundedFilled.tsx | 2 +- src/IconNoAccountsSharp.tsx | 2 +- src/IconNoAccountsSharpFilled.tsx | 2 +- src/IconNoAdultContentOutlined.tsx | 2 +- src/IconNoAdultContentOutlinedFilled.tsx | 2 +- src/IconNoAdultContentRounded.tsx | 2 +- src/IconNoAdultContentRoundedFilled.tsx | 2 +- src/IconNoAdultContentSharp.tsx | 2 +- src/IconNoAdultContentSharpFilled.tsx | 2 +- src/IconNoBackpackOutlined.tsx | 2 +- src/IconNoBackpackOutlinedFilled.tsx | 2 +- src/IconNoBackpackRounded.tsx | 2 +- src/IconNoBackpackRoundedFilled.tsx | 2 +- src/IconNoBackpackSharp.tsx | 2 +- src/IconNoBackpackSharpFilled.tsx | 2 +- src/IconNoCrashOutlined.tsx | 2 +- src/IconNoCrashOutlinedFilled.tsx | 2 +- src/IconNoCrashRounded.tsx | 2 +- src/IconNoCrashRoundedFilled.tsx | 2 +- src/IconNoCrashSharp.tsx | 2 +- src/IconNoCrashSharpFilled.tsx | 2 +- src/IconNoDrinksOutlined.tsx | 2 +- src/IconNoDrinksOutlinedFilled.tsx | 2 +- src/IconNoDrinksRounded.tsx | 2 +- src/IconNoDrinksRoundedFilled.tsx | 2 +- src/IconNoDrinksSharp.tsx | 2 +- src/IconNoDrinksSharpFilled.tsx | 2 +- src/IconNoEncryptionOutlined.tsx | 2 +- src/IconNoEncryptionOutlinedFilled.tsx | 2 +- src/IconNoEncryptionRounded.tsx | 2 +- src/IconNoEncryptionRoundedFilled.tsx | 2 +- src/IconNoEncryptionSharp.tsx | 2 +- src/IconNoEncryptionSharpFilled.tsx | 2 +- src/IconNoFlashOutlined.tsx | 2 +- src/IconNoFlashOutlinedFilled.tsx | 2 +- src/IconNoFlashRounded.tsx | 2 +- src/IconNoFlashRoundedFilled.tsx | 2 +- src/IconNoFlashSharp.tsx | 2 +- src/IconNoFlashSharpFilled.tsx | 2 +- src/IconNoFoodOutlined.tsx | 2 +- src/IconNoFoodOutlinedFilled.tsx | 2 +- src/IconNoFoodRounded.tsx | 2 +- src/IconNoFoodRoundedFilled.tsx | 2 +- src/IconNoFoodSharp.tsx | 2 +- src/IconNoFoodSharpFilled.tsx | 2 +- src/IconNoLuggageOutlined.tsx | 2 +- src/IconNoLuggageOutlinedFilled.tsx | 2 +- src/IconNoLuggageRounded.tsx | 2 +- src/IconNoLuggageRoundedFilled.tsx | 2 +- src/IconNoLuggageSharp.tsx | 2 +- src/IconNoLuggageSharpFilled.tsx | 2 +- src/IconNoMealsOutlined.tsx | 2 +- src/IconNoMealsOutlinedFilled.tsx | 2 +- src/IconNoMealsRounded.tsx | 2 +- src/IconNoMealsRoundedFilled.tsx | 2 +- src/IconNoMealsSharp.tsx | 2 +- src/IconNoMealsSharpFilled.tsx | 2 +- src/IconNoMeetingRoomOutlined.tsx | 2 +- src/IconNoMeetingRoomOutlinedFilled.tsx | 2 +- src/IconNoMeetingRoomRounded.tsx | 2 +- src/IconNoMeetingRoomRoundedFilled.tsx | 2 +- src/IconNoMeetingRoomSharp.tsx | 2 +- src/IconNoMeetingRoomSharpFilled.tsx | 2 +- src/IconNoPhotographyOutlined.tsx | 2 +- src/IconNoPhotographyOutlinedFilled.tsx | 2 +- src/IconNoPhotographyRounded.tsx | 2 +- src/IconNoPhotographyRoundedFilled.tsx | 2 +- src/IconNoPhotographySharp.tsx | 2 +- src/IconNoPhotographySharpFilled.tsx | 2 +- src/IconNoSimOutlined.tsx | 2 +- src/IconNoSimOutlinedFilled.tsx | 2 +- src/IconNoSimRounded.tsx | 2 +- src/IconNoSimRoundedFilled.tsx | 2 +- src/IconNoSimSharp.tsx | 2 +- src/IconNoSimSharpFilled.tsx | 2 +- src/IconNoSoundOutlined.tsx | 2 +- src/IconNoSoundOutlinedFilled.tsx | 2 +- src/IconNoSoundRounded.tsx | 2 +- src/IconNoSoundRoundedFilled.tsx | 2 +- src/IconNoSoundSharp.tsx | 2 +- src/IconNoSoundSharpFilled.tsx | 2 +- src/IconNoStrollerOutlined.tsx | 2 +- src/IconNoStrollerOutlinedFilled.tsx | 2 +- src/IconNoStrollerRounded.tsx | 2 +- src/IconNoStrollerRoundedFilled.tsx | 2 +- src/IconNoStrollerSharp.tsx | 2 +- src/IconNoStrollerSharpFilled.tsx | 2 +- src/IconNoTransferOutlined.tsx | 2 +- src/IconNoTransferOutlinedFilled.tsx | 2 +- src/IconNoTransferRounded.tsx | 2 +- src/IconNoTransferRoundedFilled.tsx | 2 +- src/IconNoTransferSharp.tsx | 2 +- src/IconNoTransferSharpFilled.tsx | 2 +- src/IconNoiseAwareOutlined.tsx | 2 +- src/IconNoiseAwareOutlinedFilled.tsx | 2 +- src/IconNoiseAwareRounded.tsx | 2 +- src/IconNoiseAwareRoundedFilled.tsx | 2 +- src/IconNoiseAwareSharp.tsx | 2 +- src/IconNoiseAwareSharpFilled.tsx | 2 +- src/IconNoiseControlOffOutlined.tsx | 2 +- src/IconNoiseControlOffOutlinedFilled.tsx | 2 +- src/IconNoiseControlOffRounded.tsx | 2 +- src/IconNoiseControlOffRoundedFilled.tsx | 2 +- src/IconNoiseControlOffSharp.tsx | 2 +- src/IconNoiseControlOffSharpFilled.tsx | 2 +- src/IconNoiseControlOnOutlined.tsx | 2 +- src/IconNoiseControlOnOutlinedFilled.tsx | 2 +- src/IconNoiseControlOnRounded.tsx | 2 +- src/IconNoiseControlOnRoundedFilled.tsx | 2 +- src/IconNoiseControlOnSharp.tsx | 2 +- src/IconNoiseControlOnSharpFilled.tsx | 2 +- src/IconNordicWalkingOutlined.tsx | 2 +- src/IconNordicWalkingOutlinedFilled.tsx | 2 +- src/IconNordicWalkingRounded.tsx | 2 +- src/IconNordicWalkingRoundedFilled.tsx | 2 +- src/IconNordicWalkingSharp.tsx | 2 +- src/IconNordicWalkingSharpFilled.tsx | 2 +- src/IconNorthEastOutlined.tsx | 2 +- src/IconNorthEastOutlinedFilled.tsx | 2 +- src/IconNorthEastRounded.tsx | 2 +- src/IconNorthEastRoundedFilled.tsx | 2 +- src/IconNorthEastSharp.tsx | 2 +- src/IconNorthEastSharpFilled.tsx | 2 +- src/IconNorthOutlined.tsx | 2 +- src/IconNorthOutlinedFilled.tsx | 2 +- src/IconNorthRounded.tsx | 2 +- src/IconNorthRoundedFilled.tsx | 2 +- src/IconNorthSharp.tsx | 2 +- src/IconNorthSharpFilled.tsx | 2 +- src/IconNorthWestOutlined.tsx | 2 +- src/IconNorthWestOutlinedFilled.tsx | 2 +- src/IconNorthWestRounded.tsx | 2 +- src/IconNorthWestRoundedFilled.tsx | 2 +- src/IconNorthWestSharp.tsx | 2 +- src/IconNorthWestSharpFilled.tsx | 2 +- src/IconNotAccessibleForwardOutlined.tsx | 2 +- ...IconNotAccessibleForwardOutlinedFilled.tsx | 2 +- src/IconNotAccessibleForwardRounded.tsx | 2 +- src/IconNotAccessibleForwardRoundedFilled.tsx | 2 +- src/IconNotAccessibleForwardSharp.tsx | 2 +- src/IconNotAccessibleForwardSharpFilled.tsx | 2 +- src/IconNotAccessibleOutlined.tsx | 2 +- src/IconNotAccessibleOutlinedFilled.tsx | 2 +- src/IconNotAccessibleRounded.tsx | 2 +- src/IconNotAccessibleRoundedFilled.tsx | 2 +- src/IconNotAccessibleSharp.tsx | 2 +- src/IconNotAccessibleSharpFilled.tsx | 2 +- src/IconNotListedLocationOutlined.tsx | 2 +- src/IconNotListedLocationOutlinedFilled.tsx | 2 +- src/IconNotListedLocationRounded.tsx | 2 +- src/IconNotListedLocationRoundedFilled.tsx | 2 +- src/IconNotListedLocationSharp.tsx | 2 +- src/IconNotListedLocationSharpFilled.tsx | 2 +- src/IconNotStartedOutlined.tsx | 2 +- src/IconNotStartedOutlinedFilled.tsx | 2 +- src/IconNotStartedRounded.tsx | 2 +- src/IconNotStartedRoundedFilled.tsx | 2 +- src/IconNotStartedSharp.tsx | 2 +- src/IconNotStartedSharpFilled.tsx | 2 +- src/IconNoteAddOutlined.tsx | 2 +- src/IconNoteAddOutlinedFilled.tsx | 2 +- src/IconNoteAddRounded.tsx | 2 +- src/IconNoteAddRoundedFilled.tsx | 2 +- src/IconNoteAddSharp.tsx | 2 +- src/IconNoteAddSharpFilled.tsx | 2 +- src/IconNoteAltOutlined.tsx | 2 +- src/IconNoteAltOutlinedFilled.tsx | 2 +- src/IconNoteAltRounded.tsx | 2 +- src/IconNoteAltRoundedFilled.tsx | 2 +- src/IconNoteAltSharp.tsx | 2 +- src/IconNoteAltSharpFilled.tsx | 2 +- src/IconNoteStackAddOutlined.tsx | 2 +- src/IconNoteStackAddOutlinedFilled.tsx | 2 +- src/IconNoteStackAddRounded.tsx | 2 +- src/IconNoteStackAddRoundedFilled.tsx | 2 +- src/IconNoteStackAddSharp.tsx | 2 +- src/IconNoteStackAddSharpFilled.tsx | 2 +- src/IconNoteStackOutlined.tsx | 2 +- src/IconNoteStackOutlinedFilled.tsx | 2 +- src/IconNoteStackRounded.tsx | 2 +- src/IconNoteStackRoundedFilled.tsx | 2 +- src/IconNoteStackSharp.tsx | 2 +- src/IconNoteStackSharpFilled.tsx | 2 +- src/IconNotesOutlined.tsx | 2 +- src/IconNotesOutlinedFilled.tsx | 2 +- src/IconNotesRounded.tsx | 2 +- src/IconNotesRoundedFilled.tsx | 2 +- src/IconNotesSharp.tsx | 2 +- src/IconNotesSharpFilled.tsx | 2 +- src/IconNotificationAddOutlined.tsx | 2 +- src/IconNotificationAddOutlinedFilled.tsx | 2 +- src/IconNotificationAddRounded.tsx | 2 +- src/IconNotificationAddRoundedFilled.tsx | 2 +- src/IconNotificationAddSharp.tsx | 2 +- src/IconNotificationAddSharpFilled.tsx | 2 +- src/IconNotificationImportantOutlined.tsx | 2 +- ...conNotificationImportantOutlinedFilled.tsx | 2 +- src/IconNotificationImportantRounded.tsx | 2 +- ...IconNotificationImportantRoundedFilled.tsx | 2 +- src/IconNotificationImportantSharp.tsx | 2 +- src/IconNotificationImportantSharpFilled.tsx | 2 +- src/IconNotificationMultipleOutlined.tsx | 2 +- ...IconNotificationMultipleOutlinedFilled.tsx | 2 +- src/IconNotificationMultipleRounded.tsx | 2 +- src/IconNotificationMultipleRoundedFilled.tsx | 2 +- src/IconNotificationMultipleSharp.tsx | 2 +- src/IconNotificationMultipleSharpFilled.tsx | 2 +- src/IconNotificationsActiveOutlined.tsx | 2 +- src/IconNotificationsActiveOutlinedFilled.tsx | 2 +- src/IconNotificationsActiveRounded.tsx | 2 +- src/IconNotificationsActiveRoundedFilled.tsx | 2 +- src/IconNotificationsActiveSharp.tsx | 2 +- src/IconNotificationsActiveSharpFilled.tsx | 2 +- src/IconNotificationsOffOutlined.tsx | 2 +- src/IconNotificationsOffOutlinedFilled.tsx | 2 +- src/IconNotificationsOffRounded.tsx | 2 +- src/IconNotificationsOffRoundedFilled.tsx | 2 +- src/IconNotificationsOffSharp.tsx | 2 +- src/IconNotificationsOffSharpFilled.tsx | 2 +- src/IconNotificationsOutlined.tsx | 2 +- src/IconNotificationsOutlinedFilled.tsx | 2 +- src/IconNotificationsPausedOutlined.tsx | 2 +- src/IconNotificationsPausedOutlinedFilled.tsx | 2 +- src/IconNotificationsPausedRounded.tsx | 2 +- src/IconNotificationsPausedRoundedFilled.tsx | 2 +- src/IconNotificationsPausedSharp.tsx | 2 +- src/IconNotificationsPausedSharpFilled.tsx | 2 +- src/IconNotificationsRounded.tsx | 2 +- src/IconNotificationsRoundedFilled.tsx | 2 +- src/IconNotificationsSharp.tsx | 2 +- src/IconNotificationsSharpFilled.tsx | 2 +- src/IconNotificationsUnreadOutlined.tsx | 2 +- src/IconNotificationsUnreadOutlinedFilled.tsx | 2 +- src/IconNotificationsUnreadRounded.tsx | 2 +- src/IconNotificationsUnreadRoundedFilled.tsx | 2 +- src/IconNotificationsUnreadSharp.tsx | 2 +- src/IconNotificationsUnreadSharpFilled.tsx | 2 +- src/IconNumbersOutlined.tsx | 2 +- src/IconNumbersOutlinedFilled.tsx | 2 +- src/IconNumbersRounded.tsx | 2 +- src/IconNumbersRoundedFilled.tsx | 2 +- src/IconNumbersSharp.tsx | 2 +- src/IconNumbersSharpFilled.tsx | 2 +- src/IconNutritionOutlined.tsx | 2 +- src/IconNutritionOutlinedFilled.tsx | 2 +- src/IconNutritionRounded.tsx | 2 +- src/IconNutritionRoundedFilled.tsx | 2 +- src/IconNutritionSharp.tsx | 2 +- src/IconNutritionSharpFilled.tsx | 2 +- src/IconOdsOutlined.tsx | 2 +- src/IconOdsOutlinedFilled.tsx | 2 +- src/IconOdsRounded.tsx | 2 +- src/IconOdsRoundedFilled.tsx | 2 +- src/IconOdsSharp.tsx | 2 +- src/IconOdsSharpFilled.tsx | 2 +- src/IconOdtOutlined.tsx | 2 +- src/IconOdtOutlinedFilled.tsx | 2 +- src/IconOdtRounded.tsx | 2 +- src/IconOdtRoundedFilled.tsx | 2 +- src/IconOdtSharp.tsx | 2 +- src/IconOdtSharpFilled.tsx | 2 +- src/IconOfflineBoltOutlined.tsx | 2 +- src/IconOfflineBoltOutlinedFilled.tsx | 2 +- src/IconOfflineBoltRounded.tsx | 2 +- src/IconOfflineBoltRoundedFilled.tsx | 2 +- src/IconOfflineBoltSharp.tsx | 2 +- src/IconOfflineBoltSharpFilled.tsx | 2 +- src/IconOfflinePinOffOutlined.tsx | 2 +- src/IconOfflinePinOffOutlinedFilled.tsx | 2 +- src/IconOfflinePinOffRounded.tsx | 2 +- src/IconOfflinePinOffRoundedFilled.tsx | 2 +- src/IconOfflinePinOffSharp.tsx | 2 +- src/IconOfflinePinOffSharpFilled.tsx | 2 +- src/IconOfflinePinOutlined.tsx | 2 +- src/IconOfflinePinOutlinedFilled.tsx | 2 +- src/IconOfflinePinRounded.tsx | 2 +- src/IconOfflinePinRoundedFilled.tsx | 2 +- src/IconOfflinePinSharp.tsx | 2 +- src/IconOfflinePinSharpFilled.tsx | 2 +- src/IconOfflineShareOutlined.tsx | 2 +- src/IconOfflineShareOutlinedFilled.tsx | 2 +- src/IconOfflineShareRounded.tsx | 2 +- src/IconOfflineShareRoundedFilled.tsx | 2 +- src/IconOfflineShareSharp.tsx | 2 +- src/IconOfflineShareSharpFilled.tsx | 2 +- src/IconOilBarrelOutlined.tsx | 2 +- src/IconOilBarrelOutlinedFilled.tsx | 2 +- src/IconOilBarrelRounded.tsx | 2 +- src/IconOilBarrelRoundedFilled.tsx | 2 +- src/IconOilBarrelSharp.tsx | 2 +- src/IconOilBarrelSharpFilled.tsx | 2 +- src/IconOnDeviceTrainingOutlined.tsx | 2 +- src/IconOnDeviceTrainingOutlinedFilled.tsx | 2 +- src/IconOnDeviceTrainingRounded.tsx | 2 +- src/IconOnDeviceTrainingRoundedFilled.tsx | 2 +- src/IconOnDeviceTrainingSharp.tsx | 2 +- src/IconOnDeviceTrainingSharpFilled.tsx | 2 +- src/IconOnHubDeviceOutlined.tsx | 2 +- src/IconOnHubDeviceOutlinedFilled.tsx | 2 +- src/IconOnHubDeviceRounded.tsx | 2 +- src/IconOnHubDeviceRoundedFilled.tsx | 2 +- src/IconOnHubDeviceSharp.tsx | 2 +- src/IconOnHubDeviceSharpFilled.tsx | 2 +- src/IconOncologyOutlined.tsx | 2 +- src/IconOncologyOutlinedFilled.tsx | 2 +- src/IconOncologyRounded.tsx | 2 +- src/IconOncologyRoundedFilled.tsx | 2 +- src/IconOncologySharp.tsx | 2 +- src/IconOncologySharpFilled.tsx | 2 +- src/IconOnlinePredictionOutlined.tsx | 2 +- src/IconOnlinePredictionOutlinedFilled.tsx | 2 +- src/IconOnlinePredictionRounded.tsx | 2 +- src/IconOnlinePredictionRoundedFilled.tsx | 2 +- src/IconOnlinePredictionSharp.tsx | 2 +- src/IconOnlinePredictionSharpFilled.tsx | 2 +- src/IconOnsenOutlined.tsx | 2 +- src/IconOnsenOutlinedFilled.tsx | 2 +- src/IconOnsenRounded.tsx | 2 +- src/IconOnsenRoundedFilled.tsx | 2 +- src/IconOnsenSharp.tsx | 2 +- src/IconOnsenSharpFilled.tsx | 2 +- src/IconOpacityOutlined.tsx | 2 +- src/IconOpacityOutlinedFilled.tsx | 2 +- src/IconOpacityRounded.tsx | 2 +- src/IconOpacityRoundedFilled.tsx | 2 +- src/IconOpacitySharp.tsx | 2 +- src/IconOpacitySharpFilled.tsx | 2 +- src/IconOpenInBrowserOutlined.tsx | 2 +- src/IconOpenInBrowserOutlinedFilled.tsx | 2 +- src/IconOpenInBrowserRounded.tsx | 2 +- src/IconOpenInBrowserRoundedFilled.tsx | 2 +- src/IconOpenInBrowserSharp.tsx | 2 +- src/IconOpenInBrowserSharpFilled.tsx | 2 +- src/IconOpenInFullOutlined.tsx | 2 +- src/IconOpenInFullOutlinedFilled.tsx | 2 +- src/IconOpenInFullRounded.tsx | 2 +- src/IconOpenInFullRoundedFilled.tsx | 2 +- src/IconOpenInFullSharp.tsx | 2 +- src/IconOpenInFullSharpFilled.tsx | 2 +- src/IconOpenInNewDownOutlined.tsx | 2 +- src/IconOpenInNewDownOutlinedFilled.tsx | 2 +- src/IconOpenInNewDownRounded.tsx | 2 +- src/IconOpenInNewDownRoundedFilled.tsx | 2 +- src/IconOpenInNewDownSharp.tsx | 2 +- src/IconOpenInNewDownSharpFilled.tsx | 2 +- src/IconOpenInNewOffOutlined.tsx | 2 +- src/IconOpenInNewOffOutlinedFilled.tsx | 2 +- src/IconOpenInNewOffRounded.tsx | 2 +- src/IconOpenInNewOffRoundedFilled.tsx | 2 +- src/IconOpenInNewOffSharp.tsx | 2 +- src/IconOpenInNewOffSharpFilled.tsx | 2 +- src/IconOpenInNewOutlined.tsx | 2 +- src/IconOpenInNewOutlinedFilled.tsx | 2 +- src/IconOpenInNewRounded.tsx | 2 +- src/IconOpenInNewRoundedFilled.tsx | 2 +- src/IconOpenInNewSharp.tsx | 2 +- src/IconOpenInNewSharpFilled.tsx | 2 +- src/IconOpenInPhoneOutlined.tsx | 2 +- src/IconOpenInPhoneOutlinedFilled.tsx | 2 +- src/IconOpenInPhoneRounded.tsx | 2 +- src/IconOpenInPhoneRoundedFilled.tsx | 2 +- src/IconOpenInPhoneSharp.tsx | 2 +- src/IconOpenInPhoneSharpFilled.tsx | 2 +- src/IconOpenJamOutlined.tsx | 2 +- src/IconOpenJamOutlinedFilled.tsx | 2 +- src/IconOpenJamRounded.tsx | 2 +- src/IconOpenJamRoundedFilled.tsx | 2 +- src/IconOpenJamSharp.tsx | 2 +- src/IconOpenJamSharpFilled.tsx | 2 +- src/IconOpenRunOutlined.tsx | 2 +- src/IconOpenRunOutlinedFilled.tsx | 2 +- src/IconOpenRunRounded.tsx | 2 +- src/IconOpenRunRoundedFilled.tsx | 2 +- src/IconOpenRunSharp.tsx | 2 +- src/IconOpenRunSharpFilled.tsx | 2 +- src/IconOpenWithOutlined.tsx | 2 +- src/IconOpenWithOutlinedFilled.tsx | 2 +- src/IconOpenWithRounded.tsx | 2 +- src/IconOpenWithRoundedFilled.tsx | 2 +- src/IconOpenWithSharp.tsx | 2 +- src/IconOpenWithSharpFilled.tsx | 2 +- src/IconOphthalmologyOutlined.tsx | 2 +- src/IconOphthalmologyOutlinedFilled.tsx | 2 +- src/IconOphthalmologyRounded.tsx | 2 +- src/IconOphthalmologyRoundedFilled.tsx | 2 +- src/IconOphthalmologySharp.tsx | 2 +- src/IconOphthalmologySharpFilled.tsx | 2 +- src/IconOralDiseaseOutlined.tsx | 2 +- src/IconOralDiseaseOutlinedFilled.tsx | 2 +- src/IconOralDiseaseRounded.tsx | 2 +- src/IconOralDiseaseRoundedFilled.tsx | 2 +- src/IconOralDiseaseSharp.tsx | 2 +- src/IconOralDiseaseSharpFilled.tsx | 2 +- src/IconOrbitOutlined.tsx | 2 +- src/IconOrbitOutlinedFilled.tsx | 2 +- src/IconOrbitRounded.tsx | 2 +- src/IconOrbitRoundedFilled.tsx | 2 +- src/IconOrbitSharp.tsx | 2 +- src/IconOrbitSharpFilled.tsx | 2 +- src/IconOrderApproveOutlined.tsx | 2 +- src/IconOrderApproveOutlinedFilled.tsx | 2 +- src/IconOrderApproveRounded.tsx | 2 +- src/IconOrderApproveRoundedFilled.tsx | 2 +- src/IconOrderApproveSharp.tsx | 2 +- src/IconOrderApproveSharpFilled.tsx | 2 +- src/IconOrderPlayOutlined.tsx | 2 +- src/IconOrderPlayOutlinedFilled.tsx | 2 +- src/IconOrderPlayRounded.tsx | 2 +- src/IconOrderPlayRoundedFilled.tsx | 2 +- src/IconOrderPlaySharp.tsx | 2 +- src/IconOrderPlaySharpFilled.tsx | 2 +- src/IconOrdersOutlined.tsx | 2 +- src/IconOrdersOutlinedFilled.tsx | 2 +- src/IconOrdersRounded.tsx | 2 +- src/IconOrdersRoundedFilled.tsx | 2 +- src/IconOrdersSharp.tsx | 2 +- src/IconOrdersSharpFilled.tsx | 2 +- src/IconOrthopedicsOutlined.tsx | 2 +- src/IconOrthopedicsOutlinedFilled.tsx | 2 +- src/IconOrthopedicsRounded.tsx | 2 +- src/IconOrthopedicsRoundedFilled.tsx | 2 +- src/IconOrthopedicsSharp.tsx | 2 +- src/IconOrthopedicsSharpFilled.tsx | 2 +- src/IconOtherAdmissionOutlined.tsx | 2 +- src/IconOtherAdmissionOutlinedFilled.tsx | 2 +- src/IconOtherAdmissionRounded.tsx | 2 +- src/IconOtherAdmissionRoundedFilled.tsx | 2 +- src/IconOtherAdmissionSharp.tsx | 2 +- src/IconOtherAdmissionSharpFilled.tsx | 2 +- src/IconOtherHousesOutlined.tsx | 2 +- src/IconOtherHousesOutlinedFilled.tsx | 2 +- src/IconOtherHousesRounded.tsx | 2 +- src/IconOtherHousesRoundedFilled.tsx | 2 +- src/IconOtherHousesSharp.tsx | 2 +- src/IconOtherHousesSharpFilled.tsx | 2 +- src/IconOutboundOutlined.tsx | 2 +- src/IconOutboundOutlinedFilled.tsx | 2 +- src/IconOutboundRounded.tsx | 2 +- src/IconOutboundRoundedFilled.tsx | 2 +- src/IconOutboundSharp.tsx | 2 +- src/IconOutboundSharpFilled.tsx | 2 +- src/IconOutboxAltOutlined.tsx | 2 +- src/IconOutboxAltOutlinedFilled.tsx | 2 +- src/IconOutboxAltRounded.tsx | 2 +- src/IconOutboxAltRoundedFilled.tsx | 2 +- src/IconOutboxAltSharp.tsx | 2 +- src/IconOutboxAltSharpFilled.tsx | 2 +- src/IconOutboxOutlined.tsx | 2 +- src/IconOutboxOutlinedFilled.tsx | 2 +- src/IconOutboxRounded.tsx | 2 +- src/IconOutboxRoundedFilled.tsx | 2 +- src/IconOutboxSharp.tsx | 2 +- src/IconOutboxSharpFilled.tsx | 2 +- src/IconOutdoorGardenOutlined.tsx | 2 +- src/IconOutdoorGardenOutlinedFilled.tsx | 2 +- src/IconOutdoorGardenRounded.tsx | 2 +- src/IconOutdoorGardenRoundedFilled.tsx | 2 +- src/IconOutdoorGardenSharp.tsx | 2 +- src/IconOutdoorGardenSharpFilled.tsx | 2 +- src/IconOutdoorGrillOutlined.tsx | 2 +- src/IconOutdoorGrillOutlinedFilled.tsx | 2 +- src/IconOutdoorGrillRounded.tsx | 2 +- src/IconOutdoorGrillRoundedFilled.tsx | 2 +- src/IconOutdoorGrillSharp.tsx | 2 +- src/IconOutdoorGrillSharpFilled.tsx | 2 +- src/IconOutgoingMailOutlined.tsx | 2 +- src/IconOutgoingMailOutlinedFilled.tsx | 2 +- src/IconOutgoingMailRounded.tsx | 2 +- src/IconOutgoingMailRoundedFilled.tsx | 2 +- src/IconOutgoingMailSharp.tsx | 2 +- src/IconOutgoingMailSharpFilled.tsx | 2 +- src/IconOutletOutlined.tsx | 2 +- src/IconOutletOutlinedFilled.tsx | 2 +- src/IconOutletRounded.tsx | 2 +- src/IconOutletRoundedFilled.tsx | 2 +- src/IconOutletSharp.tsx | 2 +- src/IconOutletSharpFilled.tsx | 2 +- src/IconOutpatientMedOutlined.tsx | 2 +- src/IconOutpatientMedOutlinedFilled.tsx | 2 +- src/IconOutpatientMedRounded.tsx | 2 +- src/IconOutpatientMedRoundedFilled.tsx | 2 +- src/IconOutpatientMedSharp.tsx | 2 +- src/IconOutpatientMedSharpFilled.tsx | 2 +- src/IconOutpatientOutlined.tsx | 2 +- src/IconOutpatientOutlinedFilled.tsx | 2 +- src/IconOutpatientRounded.tsx | 2 +- src/IconOutpatientRoundedFilled.tsx | 2 +- src/IconOutpatientSharp.tsx | 2 +- src/IconOutpatientSharpFilled.tsx | 2 +- src/IconOutputCircleOutlined.tsx | 2 +- src/IconOutputCircleOutlinedFilled.tsx | 2 +- src/IconOutputCircleRounded.tsx | 2 +- src/IconOutputCircleRoundedFilled.tsx | 2 +- src/IconOutputCircleSharp.tsx | 2 +- src/IconOutputCircleSharpFilled.tsx | 2 +- src/IconOutputOutlined.tsx | 2 +- src/IconOutputOutlinedFilled.tsx | 2 +- src/IconOutputRounded.tsx | 2 +- src/IconOutputRoundedFilled.tsx | 2 +- src/IconOutputSharp.tsx | 2 +- src/IconOutputSharpFilled.tsx | 2 +- src/IconOvenGenOutlined.tsx | 2 +- src/IconOvenGenOutlinedFilled.tsx | 2 +- src/IconOvenGenRounded.tsx | 2 +- src/IconOvenGenRoundedFilled.tsx | 2 +- src/IconOvenGenSharp.tsx | 2 +- src/IconOvenGenSharpFilled.tsx | 2 +- src/IconOvenOutlined.tsx | 2 +- src/IconOvenOutlinedFilled.tsx | 2 +- src/IconOvenRounded.tsx | 2 +- src/IconOvenRoundedFilled.tsx | 2 +- src/IconOvenSharp.tsx | 2 +- src/IconOvenSharpFilled.tsx | 2 +- src/IconOverviewKeyOutlined.tsx | 2 +- src/IconOverviewKeyOutlinedFilled.tsx | 2 +- src/IconOverviewKeyRounded.tsx | 2 +- src/IconOverviewKeyRoundedFilled.tsx | 2 +- src/IconOverviewKeySharp.tsx | 2 +- src/IconOverviewKeySharpFilled.tsx | 2 +- src/IconOverviewOutlined.tsx | 2 +- src/IconOverviewOutlinedFilled.tsx | 2 +- src/IconOverviewRounded.tsx | 2 +- src/IconOverviewRoundedFilled.tsx | 2 +- src/IconOverviewSharp.tsx | 2 +- src/IconOverviewSharpFilled.tsx | 2 +- src/IconOxygenSaturationOutlined.tsx | 2 +- src/IconOxygenSaturationOutlinedFilled.tsx | 2 +- src/IconOxygenSaturationRounded.tsx | 2 +- src/IconOxygenSaturationRoundedFilled.tsx | 2 +- src/IconOxygenSaturationSharp.tsx | 2 +- src/IconOxygenSaturationSharpFilled.tsx | 2 +- src/IconP2pOutlined.tsx | 2 +- src/IconP2pOutlinedFilled.tsx | 2 +- src/IconP2pRounded.tsx | 2 +- src/IconP2pRoundedFilled.tsx | 2 +- src/IconP2pSharp.tsx | 2 +- src/IconP2pSharpFilled.tsx | 2 +- src/IconPaceOutlined.tsx | 2 +- src/IconPaceOutlinedFilled.tsx | 2 +- src/IconPaceRounded.tsx | 2 +- src/IconPaceRoundedFilled.tsx | 2 +- src/IconPaceSharp.tsx | 2 +- src/IconPaceSharpFilled.tsx | 2 +- src/IconPacemakerOutlined.tsx | 2 +- src/IconPacemakerOutlinedFilled.tsx | 2 +- src/IconPacemakerRounded.tsx | 2 +- src/IconPacemakerRoundedFilled.tsx | 2 +- src/IconPacemakerSharp.tsx | 2 +- src/IconPacemakerSharpFilled.tsx | 2 +- src/IconPackage2Outlined.tsx | 2 +- src/IconPackage2OutlinedFilled.tsx | 2 +- src/IconPackage2Rounded.tsx | 2 +- src/IconPackage2RoundedFilled.tsx | 2 +- src/IconPackage2Sharp.tsx | 2 +- src/IconPackage2SharpFilled.tsx | 2 +- src/IconPackageOutlined.tsx | 2 +- src/IconPackageOutlinedFilled.tsx | 2 +- src/IconPackageRounded.tsx | 2 +- src/IconPackageRoundedFilled.tsx | 2 +- src/IconPackageSharp.tsx | 2 +- src/IconPackageSharpFilled.tsx | 2 +- src/IconPaddingOutlined.tsx | 2 +- src/IconPaddingOutlinedFilled.tsx | 2 +- src/IconPaddingRounded.tsx | 2 +- src/IconPaddingRoundedFilled.tsx | 2 +- src/IconPaddingSharp.tsx | 2 +- src/IconPaddingSharpFilled.tsx | 2 +- src/IconPageControlOutlined.tsx | 2 +- src/IconPageControlOutlinedFilled.tsx | 2 +- src/IconPageControlRounded.tsx | 2 +- src/IconPageControlRoundedFilled.tsx | 2 +- src/IconPageControlSharp.tsx | 2 +- src/IconPageControlSharpFilled.tsx | 2 +- src/IconPageInfoOutlined.tsx | 2 +- src/IconPageInfoOutlinedFilled.tsx | 2 +- src/IconPageInfoRounded.tsx | 2 +- src/IconPageInfoRoundedFilled.tsx | 2 +- src/IconPageInfoSharp.tsx | 2 +- src/IconPageInfoSharpFilled.tsx | 2 +- src/IconPagelessOutlined.tsx | 2 +- src/IconPagelessOutlinedFilled.tsx | 2 +- src/IconPagelessRounded.tsx | 2 +- src/IconPagelessRoundedFilled.tsx | 2 +- src/IconPagelessSharp.tsx | 2 +- src/IconPagelessSharpFilled.tsx | 2 +- src/IconPagesOutlined.tsx | 2 +- src/IconPagesOutlinedFilled.tsx | 2 +- src/IconPagesRounded.tsx | 2 +- src/IconPagesRoundedFilled.tsx | 2 +- src/IconPagesSharp.tsx | 2 +- src/IconPagesSharpFilled.tsx | 2 +- src/IconPageviewOutlined.tsx | 2 +- src/IconPageviewOutlinedFilled.tsx | 2 +- src/IconPageviewRounded.tsx | 2 +- src/IconPageviewRoundedFilled.tsx | 2 +- src/IconPageviewSharp.tsx | 2 +- src/IconPageviewSharpFilled.tsx | 2 +- src/IconPaidOutlined.tsx | 2 +- src/IconPaidOutlinedFilled.tsx | 2 +- src/IconPaidRounded.tsx | 2 +- src/IconPaidRoundedFilled.tsx | 2 +- src/IconPaidSharp.tsx | 2 +- src/IconPaidSharpFilled.tsx | 2 +- src/IconPaletteOutlined.tsx | 2 +- src/IconPaletteOutlinedFilled.tsx | 2 +- src/IconPaletteRounded.tsx | 2 +- src/IconPaletteRoundedFilled.tsx | 2 +- src/IconPaletteSharp.tsx | 2 +- src/IconPaletteSharpFilled.tsx | 2 +- src/IconPalletOutlined.tsx | 2 +- src/IconPalletOutlinedFilled.tsx | 2 +- src/IconPalletRounded.tsx | 2 +- src/IconPalletRoundedFilled.tsx | 2 +- src/IconPalletSharp.tsx | 2 +- src/IconPalletSharpFilled.tsx | 2 +- src/IconPanToolAltOutlined.tsx | 2 +- src/IconPanToolAltOutlinedFilled.tsx | 2 +- src/IconPanToolAltRounded.tsx | 2 +- src/IconPanToolAltRoundedFilled.tsx | 2 +- src/IconPanToolAltSharp.tsx | 2 +- src/IconPanToolAltSharpFilled.tsx | 2 +- src/IconPanToolOutlined.tsx | 2 +- src/IconPanToolOutlinedFilled.tsx | 2 +- src/IconPanToolRounded.tsx | 2 +- src/IconPanToolRoundedFilled.tsx | 2 +- src/IconPanToolSharp.tsx | 2 +- src/IconPanToolSharpFilled.tsx | 2 +- src/IconPanZoomOutlined.tsx | 2 +- src/IconPanZoomOutlinedFilled.tsx | 2 +- src/IconPanZoomRounded.tsx | 2 +- src/IconPanZoomRoundedFilled.tsx | 2 +- src/IconPanZoomSharp.tsx | 2 +- src/IconPanZoomSharpFilled.tsx | 2 +- src/IconPanoramaHorizontalOutlined.tsx | 2 +- src/IconPanoramaHorizontalOutlinedFilled.tsx | 2 +- src/IconPanoramaHorizontalRounded.tsx | 2 +- src/IconPanoramaHorizontalRoundedFilled.tsx | 2 +- src/IconPanoramaHorizontalSharp.tsx | 2 +- src/IconPanoramaHorizontalSharpFilled.tsx | 2 +- src/IconPanoramaOutlined.tsx | 2 +- src/IconPanoramaOutlinedFilled.tsx | 2 +- src/IconPanoramaPhotosphereOutlined.tsx | 2 +- src/IconPanoramaPhotosphereOutlinedFilled.tsx | 2 +- src/IconPanoramaPhotosphereRounded.tsx | 2 +- src/IconPanoramaPhotosphereRoundedFilled.tsx | 2 +- src/IconPanoramaPhotosphereSharp.tsx | 2 +- src/IconPanoramaPhotosphereSharpFilled.tsx | 2 +- src/IconPanoramaRounded.tsx | 2 +- src/IconPanoramaRoundedFilled.tsx | 2 +- src/IconPanoramaSharp.tsx | 2 +- src/IconPanoramaSharpFilled.tsx | 2 +- src/IconPanoramaVerticalOutlined.tsx | 2 +- src/IconPanoramaVerticalOutlinedFilled.tsx | 2 +- src/IconPanoramaVerticalRounded.tsx | 2 +- src/IconPanoramaVerticalRoundedFilled.tsx | 2 +- src/IconPanoramaVerticalSharp.tsx | 2 +- src/IconPanoramaVerticalSharpFilled.tsx | 2 +- src/IconPanoramaWideAngleOutlined.tsx | 2 +- src/IconPanoramaWideAngleOutlinedFilled.tsx | 2 +- src/IconPanoramaWideAngleRounded.tsx | 2 +- src/IconPanoramaWideAngleRoundedFilled.tsx | 2 +- src/IconPanoramaWideAngleSharp.tsx | 2 +- src/IconPanoramaWideAngleSharpFilled.tsx | 2 +- src/IconParaglidingOutlined.tsx | 2 +- src/IconParaglidingOutlinedFilled.tsx | 2 +- src/IconParaglidingRounded.tsx | 2 +- src/IconParaglidingRoundedFilled.tsx | 2 +- src/IconParaglidingSharp.tsx | 2 +- src/IconParaglidingSharpFilled.tsx | 2 +- src/IconParkOutlined.tsx | 2 +- src/IconParkOutlinedFilled.tsx | 2 +- src/IconParkRounded.tsx | 2 +- src/IconParkRoundedFilled.tsx | 2 +- src/IconParkSharp.tsx | 2 +- src/IconParkSharpFilled.tsx | 2 +- src/IconPartlyCloudyDayOutlined.tsx | 2 +- src/IconPartlyCloudyDayOutlinedFilled.tsx | 2 +- src/IconPartlyCloudyDayRounded.tsx | 2 +- src/IconPartlyCloudyDayRoundedFilled.tsx | 2 +- src/IconPartlyCloudyDaySharp.tsx | 2 +- src/IconPartlyCloudyDaySharpFilled.tsx | 2 +- src/IconPartlyCloudyNightOutlined.tsx | 2 +- src/IconPartlyCloudyNightOutlinedFilled.tsx | 2 +- src/IconPartlyCloudyNightRounded.tsx | 2 +- src/IconPartlyCloudyNightRoundedFilled.tsx | 2 +- src/IconPartlyCloudyNightSharp.tsx | 2 +- src/IconPartlyCloudyNightSharpFilled.tsx | 2 +- src/IconPartnerExchangeOutlined.tsx | 2 +- src/IconPartnerExchangeOutlinedFilled.tsx | 2 +- src/IconPartnerExchangeRounded.tsx | 2 +- src/IconPartnerExchangeRoundedFilled.tsx | 2 +- src/IconPartnerExchangeSharp.tsx | 2 +- src/IconPartnerExchangeSharpFilled.tsx | 2 +- src/IconPartnerReportsOutlined.tsx | 2 +- src/IconPartnerReportsOutlinedFilled.tsx | 2 +- src/IconPartnerReportsRounded.tsx | 2 +- src/IconPartnerReportsRoundedFilled.tsx | 2 +- src/IconPartnerReportsSharp.tsx | 2 +- src/IconPartnerReportsSharpFilled.tsx | 2 +- src/IconPartyModeOutlined.tsx | 2 +- src/IconPartyModeOutlinedFilled.tsx | 2 +- src/IconPartyModeRounded.tsx | 2 +- src/IconPartyModeRoundedFilled.tsx | 2 +- src/IconPartyModeSharp.tsx | 2 +- src/IconPartyModeSharpFilled.tsx | 2 +- src/IconPasskeyOutlined.tsx | 2 +- src/IconPasskeyOutlinedFilled.tsx | 2 +- src/IconPasskeyRounded.tsx | 2 +- src/IconPasskeyRoundedFilled.tsx | 2 +- src/IconPasskeySharp.tsx | 2 +- src/IconPasskeySharpFilled.tsx | 2 +- src/IconPassword2OffOutlined.tsx | 2 +- src/IconPassword2OffOutlinedFilled.tsx | 2 +- src/IconPassword2OffRounded.tsx | 2 +- src/IconPassword2OffRoundedFilled.tsx | 2 +- src/IconPassword2OffSharp.tsx | 2 +- src/IconPassword2OffSharpFilled.tsx | 2 +- src/IconPassword2Outlined.tsx | 2 +- src/IconPassword2OutlinedFilled.tsx | 2 +- src/IconPassword2Rounded.tsx | 2 +- src/IconPassword2RoundedFilled.tsx | 2 +- src/IconPassword2Sharp.tsx | 2 +- src/IconPassword2SharpFilled.tsx | 2 +- src/IconPasswordOutlined.tsx | 2 +- src/IconPasswordOutlinedFilled.tsx | 2 +- src/IconPasswordRounded.tsx | 2 +- src/IconPasswordRoundedFilled.tsx | 2 +- src/IconPasswordSharp.tsx | 2 +- src/IconPasswordSharpFilled.tsx | 2 +- src/IconPatientListOutlined.tsx | 2 +- src/IconPatientListOutlinedFilled.tsx | 2 +- src/IconPatientListRounded.tsx | 2 +- src/IconPatientListRoundedFilled.tsx | 2 +- src/IconPatientListSharp.tsx | 2 +- src/IconPatientListSharpFilled.tsx | 2 +- src/IconPatternOutlined.tsx | 2 +- src/IconPatternOutlinedFilled.tsx | 2 +- src/IconPatternRounded.tsx | 2 +- src/IconPatternRoundedFilled.tsx | 2 +- src/IconPatternSharp.tsx | 2 +- src/IconPatternSharpFilled.tsx | 2 +- src/IconPauseCircleOutlined.tsx | 2 +- src/IconPauseCircleOutlinedFilled.tsx | 2 +- src/IconPauseCircleRounded.tsx | 2 +- src/IconPauseCircleRoundedFilled.tsx | 2 +- src/IconPauseCircleSharp.tsx | 2 +- src/IconPauseCircleSharpFilled.tsx | 2 +- src/IconPauseOutlined.tsx | 2 +- src/IconPauseOutlinedFilled.tsx | 2 +- src/IconPausePresentationOutlined.tsx | 2 +- src/IconPausePresentationOutlinedFilled.tsx | 2 +- src/IconPausePresentationRounded.tsx | 2 +- src/IconPausePresentationRoundedFilled.tsx | 2 +- src/IconPausePresentationSharp.tsx | 2 +- src/IconPausePresentationSharpFilled.tsx | 2 +- src/IconPauseRounded.tsx | 2 +- src/IconPauseRoundedFilled.tsx | 2 +- src/IconPauseSharp.tsx | 2 +- src/IconPauseSharpFilled.tsx | 2 +- src/IconPaymentsOutlined.tsx | 2 +- src/IconPaymentsOutlinedFilled.tsx | 2 +- src/IconPaymentsRounded.tsx | 2 +- src/IconPaymentsRoundedFilled.tsx | 2 +- src/IconPaymentsSharp.tsx | 2 +- src/IconPaymentsSharpFilled.tsx | 2 +- src/IconPedalBikeOutlined.tsx | 2 +- src/IconPedalBikeOutlinedFilled.tsx | 2 +- src/IconPedalBikeRounded.tsx | 2 +- src/IconPedalBikeRoundedFilled.tsx | 2 +- src/IconPedalBikeSharp.tsx | 2 +- src/IconPedalBikeSharpFilled.tsx | 2 +- src/IconPediatricsOutlined.tsx | 2 +- src/IconPediatricsOutlinedFilled.tsx | 2 +- src/IconPediatricsRounded.tsx | 2 +- src/IconPediatricsRoundedFilled.tsx | 2 +- src/IconPediatricsSharp.tsx | 2 +- src/IconPediatricsSharpFilled.tsx | 2 +- src/IconPenSize1Outlined.tsx | 2 +- src/IconPenSize1OutlinedFilled.tsx | 2 +- src/IconPenSize1Rounded.tsx | 2 +- src/IconPenSize1RoundedFilled.tsx | 2 +- src/IconPenSize1Sharp.tsx | 2 +- src/IconPenSize1SharpFilled.tsx | 2 +- src/IconPenSize2Outlined.tsx | 2 +- src/IconPenSize2OutlinedFilled.tsx | 2 +- src/IconPenSize2Rounded.tsx | 2 +- src/IconPenSize2RoundedFilled.tsx | 2 +- src/IconPenSize2Sharp.tsx | 2 +- src/IconPenSize2SharpFilled.tsx | 2 +- src/IconPenSize3Outlined.tsx | 2 +- src/IconPenSize3OutlinedFilled.tsx | 2 +- src/IconPenSize3Rounded.tsx | 2 +- src/IconPenSize3RoundedFilled.tsx | 2 +- src/IconPenSize3Sharp.tsx | 2 +- src/IconPenSize3SharpFilled.tsx | 2 +- src/IconPenSize4Outlined.tsx | 2 +- src/IconPenSize4OutlinedFilled.tsx | 2 +- src/IconPenSize4Rounded.tsx | 2 +- src/IconPenSize4RoundedFilled.tsx | 2 +- src/IconPenSize4Sharp.tsx | 2 +- src/IconPenSize4SharpFilled.tsx | 2 +- src/IconPenSize5Outlined.tsx | 2 +- src/IconPenSize5OutlinedFilled.tsx | 2 +- src/IconPenSize5Rounded.tsx | 2 +- src/IconPenSize5RoundedFilled.tsx | 2 +- src/IconPenSize5Sharp.tsx | 2 +- src/IconPenSize5SharpFilled.tsx | 2 +- src/IconPendingActionsOutlined.tsx | 2 +- src/IconPendingActionsOutlinedFilled.tsx | 2 +- src/IconPendingActionsRounded.tsx | 2 +- src/IconPendingActionsRoundedFilled.tsx | 2 +- src/IconPendingActionsSharp.tsx | 2 +- src/IconPendingActionsSharpFilled.tsx | 2 +- src/IconPendingOutlined.tsx | 2 +- src/IconPendingOutlinedFilled.tsx | 2 +- src/IconPendingRounded.tsx | 2 +- src/IconPendingRoundedFilled.tsx | 2 +- src/IconPendingSharp.tsx | 2 +- src/IconPendingSharpFilled.tsx | 2 +- src/IconPentagonOutlined.tsx | 2 +- src/IconPentagonOutlinedFilled.tsx | 2 +- src/IconPentagonRounded.tsx | 2 +- src/IconPentagonRoundedFilled.tsx | 2 +- src/IconPentagonSharp.tsx | 2 +- src/IconPentagonSharpFilled.tsx | 2 +- src/IconPercentOutlined.tsx | 2 +- src/IconPercentOutlinedFilled.tsx | 2 +- src/IconPercentRounded.tsx | 2 +- src/IconPercentRoundedFilled.tsx | 2 +- src/IconPercentSharp.tsx | 2 +- src/IconPercentSharpFilled.tsx | 2 +- src/IconPergolaOutlined.tsx | 2 +- src/IconPergolaOutlinedFilled.tsx | 2 +- src/IconPergolaRounded.tsx | 2 +- src/IconPergolaRoundedFilled.tsx | 2 +- src/IconPergolaSharp.tsx | 2 +- src/IconPergolaSharpFilled.tsx | 2 +- src/IconPermCameraMicOutlined.tsx | 2 +- src/IconPermCameraMicOutlinedFilled.tsx | 2 +- src/IconPermCameraMicRounded.tsx | 2 +- src/IconPermCameraMicRoundedFilled.tsx | 2 +- src/IconPermCameraMicSharp.tsx | 2 +- src/IconPermCameraMicSharpFilled.tsx | 2 +- src/IconPermContactCalendarOutlined.tsx | 2 +- src/IconPermContactCalendarOutlinedFilled.tsx | 2 +- src/IconPermContactCalendarRounded.tsx | 2 +- src/IconPermContactCalendarRoundedFilled.tsx | 2 +- src/IconPermContactCalendarSharp.tsx | 2 +- src/IconPermContactCalendarSharpFilled.tsx | 2 +- src/IconPermDataSettingOutlined.tsx | 2 +- src/IconPermDataSettingOutlinedFilled.tsx | 2 +- src/IconPermDataSettingRounded.tsx | 2 +- src/IconPermDataSettingRoundedFilled.tsx | 2 +- src/IconPermDataSettingSharp.tsx | 2 +- src/IconPermDataSettingSharpFilled.tsx | 2 +- src/IconPermDeviceInformationOutlined.tsx | 2 +- ...conPermDeviceInformationOutlinedFilled.tsx | 2 +- src/IconPermDeviceInformationRounded.tsx | 2 +- ...IconPermDeviceInformationRoundedFilled.tsx | 2 +- src/IconPermDeviceInformationSharp.tsx | 2 +- src/IconPermDeviceInformationSharpFilled.tsx | 2 +- src/IconPermMediaOutlined.tsx | 2 +- src/IconPermMediaOutlinedFilled.tsx | 2 +- src/IconPermMediaRounded.tsx | 2 +- src/IconPermMediaRoundedFilled.tsx | 2 +- src/IconPermMediaSharp.tsx | 2 +- src/IconPermMediaSharpFilled.tsx | 2 +- src/IconPermPhoneMsgOutlined.tsx | 2 +- src/IconPermPhoneMsgOutlinedFilled.tsx | 2 +- src/IconPermPhoneMsgRounded.tsx | 2 +- src/IconPermPhoneMsgRoundedFilled.tsx | 2 +- src/IconPermPhoneMsgSharp.tsx | 2 +- src/IconPermPhoneMsgSharpFilled.tsx | 2 +- src/IconPermScanWifiOutlined.tsx | 2 +- src/IconPermScanWifiOutlinedFilled.tsx | 2 +- src/IconPermScanWifiRounded.tsx | 2 +- src/IconPermScanWifiRoundedFilled.tsx | 2 +- src/IconPermScanWifiSharp.tsx | 2 +- src/IconPermScanWifiSharpFilled.tsx | 2 +- src/IconPerson2Outlined.tsx | 2 +- src/IconPerson2OutlinedFilled.tsx | 2 +- src/IconPerson2Rounded.tsx | 2 +- src/IconPerson2RoundedFilled.tsx | 2 +- src/IconPerson2Sharp.tsx | 2 +- src/IconPerson2SharpFilled.tsx | 2 +- src/IconPerson3Outlined.tsx | 2 +- src/IconPerson3OutlinedFilled.tsx | 2 +- src/IconPerson3Rounded.tsx | 2 +- src/IconPerson3RoundedFilled.tsx | 2 +- src/IconPerson3Sharp.tsx | 2 +- src/IconPerson3SharpFilled.tsx | 2 +- src/IconPerson4Outlined.tsx | 2 +- src/IconPerson4OutlinedFilled.tsx | 2 +- src/IconPerson4Rounded.tsx | 2 +- src/IconPerson4RoundedFilled.tsx | 2 +- src/IconPerson4Sharp.tsx | 2 +- src/IconPerson4SharpFilled.tsx | 2 +- src/IconPersonAddDisabledOutlined.tsx | 2 +- src/IconPersonAddDisabledOutlinedFilled.tsx | 2 +- src/IconPersonAddDisabledRounded.tsx | 2 +- src/IconPersonAddDisabledRoundedFilled.tsx | 2 +- src/IconPersonAddDisabledSharp.tsx | 2 +- src/IconPersonAddDisabledSharpFilled.tsx | 2 +- src/IconPersonAddOutlined.tsx | 2 +- src/IconPersonAddOutlinedFilled.tsx | 2 +- src/IconPersonAddRounded.tsx | 2 +- src/IconPersonAddRoundedFilled.tsx | 2 +- src/IconPersonAddSharp.tsx | 2 +- src/IconPersonAddSharpFilled.tsx | 2 +- src/IconPersonAlertOutlined.tsx | 2 +- src/IconPersonAlertOutlinedFilled.tsx | 2 +- src/IconPersonAlertRounded.tsx | 2 +- src/IconPersonAlertRoundedFilled.tsx | 2 +- src/IconPersonAlertSharp.tsx | 2 +- src/IconPersonAlertSharpFilled.tsx | 2 +- src/IconPersonApronOutlined.tsx | 2 +- src/IconPersonApronOutlinedFilled.tsx | 2 +- src/IconPersonApronRounded.tsx | 2 +- src/IconPersonApronRoundedFilled.tsx | 2 +- src/IconPersonApronSharp.tsx | 2 +- src/IconPersonApronSharpFilled.tsx | 2 +- src/IconPersonBookOutlined.tsx | 2 +- src/IconPersonBookOutlinedFilled.tsx | 2 +- src/IconPersonBookRounded.tsx | 2 +- src/IconPersonBookRoundedFilled.tsx | 2 +- src/IconPersonBookSharp.tsx | 2 +- src/IconPersonBookSharpFilled.tsx | 2 +- src/IconPersonCancelOutlined.tsx | 2 +- src/IconPersonCancelOutlinedFilled.tsx | 2 +- src/IconPersonCancelRounded.tsx | 2 +- src/IconPersonCancelRoundedFilled.tsx | 2 +- src/IconPersonCancelSharp.tsx | 2 +- src/IconPersonCancelSharpFilled.tsx | 2 +- src/IconPersonCelebrateOutlined.tsx | 2 +- src/IconPersonCelebrateOutlinedFilled.tsx | 2 +- src/IconPersonCelebrateRounded.tsx | 2 +- src/IconPersonCelebrateRoundedFilled.tsx | 2 +- src/IconPersonCelebrateSharp.tsx | 2 +- src/IconPersonCelebrateSharpFilled.tsx | 2 +- src/IconPersonCheckOutlined.tsx | 2 +- src/IconPersonCheckOutlinedFilled.tsx | 2 +- src/IconPersonCheckRounded.tsx | 2 +- src/IconPersonCheckRoundedFilled.tsx | 2 +- src/IconPersonCheckSharp.tsx | 2 +- src/IconPersonCheckSharpFilled.tsx | 2 +- src/IconPersonEditOutlined.tsx | 2 +- src/IconPersonEditOutlinedFilled.tsx | 2 +- src/IconPersonEditRounded.tsx | 2 +- src/IconPersonEditRoundedFilled.tsx | 2 +- src/IconPersonEditSharp.tsx | 2 +- src/IconPersonEditSharpFilled.tsx | 2 +- src/IconPersonOffOutlined.tsx | 2 +- src/IconPersonOffOutlinedFilled.tsx | 2 +- src/IconPersonOffRounded.tsx | 2 +- src/IconPersonOffRoundedFilled.tsx | 2 +- src/IconPersonOffSharp.tsx | 2 +- src/IconPersonOffSharpFilled.tsx | 2 +- src/IconPersonOutlined.tsx | 2 +- src/IconPersonOutlinedFilled.tsx | 2 +- src/IconPersonPinCircleOutlined.tsx | 2 +- src/IconPersonPinCircleOutlinedFilled.tsx | 2 +- src/IconPersonPinCircleRounded.tsx | 2 +- src/IconPersonPinCircleRoundedFilled.tsx | 2 +- src/IconPersonPinCircleSharp.tsx | 2 +- src/IconPersonPinCircleSharpFilled.tsx | 2 +- src/IconPersonPinOutlined.tsx | 2 +- src/IconPersonPinOutlinedFilled.tsx | 2 +- src/IconPersonPinRounded.tsx | 2 +- src/IconPersonPinRoundedFilled.tsx | 2 +- src/IconPersonPinSharp.tsx | 2 +- src/IconPersonPinSharpFilled.tsx | 2 +- src/IconPersonPlayOutlined.tsx | 2 +- src/IconPersonPlayOutlinedFilled.tsx | 2 +- src/IconPersonPlayRounded.tsx | 2 +- src/IconPersonPlayRoundedFilled.tsx | 2 +- src/IconPersonPlaySharp.tsx | 2 +- src/IconPersonPlaySharpFilled.tsx | 2 +- src/IconPersonRaisedHandOutlined.tsx | 2 +- src/IconPersonRaisedHandOutlinedFilled.tsx | 2 +- src/IconPersonRaisedHandRounded.tsx | 2 +- src/IconPersonRaisedHandRoundedFilled.tsx | 2 +- src/IconPersonRaisedHandSharp.tsx | 2 +- src/IconPersonRaisedHandSharpFilled.tsx | 2 +- src/IconPersonRemoveOutlined.tsx | 2 +- src/IconPersonRemoveOutlinedFilled.tsx | 2 +- src/IconPersonRemoveRounded.tsx | 2 +- src/IconPersonRemoveRoundedFilled.tsx | 2 +- src/IconPersonRemoveSharp.tsx | 2 +- src/IconPersonRemoveSharpFilled.tsx | 2 +- src/IconPersonRounded.tsx | 2 +- src/IconPersonRoundedFilled.tsx | 2 +- src/IconPersonSearchOutlined.tsx | 2 +- src/IconPersonSearchOutlinedFilled.tsx | 2 +- src/IconPersonSearchRounded.tsx | 2 +- src/IconPersonSearchRoundedFilled.tsx | 2 +- src/IconPersonSearchSharp.tsx | 2 +- src/IconPersonSearchSharpFilled.tsx | 2 +- src/IconPersonSharp.tsx | 2 +- src/IconPersonSharpFilled.tsx | 2 +- src/IconPersonalBagOffOutlined.tsx | 2 +- src/IconPersonalBagOffOutlinedFilled.tsx | 2 +- src/IconPersonalBagOffRounded.tsx | 2 +- src/IconPersonalBagOffRoundedFilled.tsx | 2 +- src/IconPersonalBagOffSharp.tsx | 2 +- src/IconPersonalBagOffSharpFilled.tsx | 2 +- src/IconPersonalBagOutlined.tsx | 2 +- src/IconPersonalBagOutlinedFilled.tsx | 2 +- src/IconPersonalBagQuestionOutlined.tsx | 2 +- src/IconPersonalBagQuestionOutlinedFilled.tsx | 2 +- src/IconPersonalBagQuestionRounded.tsx | 2 +- src/IconPersonalBagQuestionRoundedFilled.tsx | 2 +- src/IconPersonalBagQuestionSharp.tsx | 2 +- src/IconPersonalBagQuestionSharpFilled.tsx | 2 +- src/IconPersonalBagRounded.tsx | 2 +- src/IconPersonalBagRoundedFilled.tsx | 2 +- src/IconPersonalBagSharp.tsx | 2 +- src/IconPersonalBagSharpFilled.tsx | 2 +- src/IconPersonalInjuryOutlined.tsx | 2 +- src/IconPersonalInjuryOutlinedFilled.tsx | 2 +- src/IconPersonalInjuryRounded.tsx | 2 +- src/IconPersonalInjuryRoundedFilled.tsx | 2 +- src/IconPersonalInjurySharp.tsx | 2 +- src/IconPersonalInjurySharpFilled.tsx | 2 +- src/IconPersonalPlacesOutlined.tsx | 2 +- src/IconPersonalPlacesOutlinedFilled.tsx | 2 +- src/IconPersonalPlacesRounded.tsx | 2 +- src/IconPersonalPlacesRoundedFilled.tsx | 2 +- src/IconPersonalPlacesSharp.tsx | 2 +- src/IconPersonalPlacesSharpFilled.tsx | 2 +- src/IconPestControlOutlined.tsx | 2 +- src/IconPestControlOutlinedFilled.tsx | 2 +- src/IconPestControlRodentOutlined.tsx | 2 +- src/IconPestControlRodentOutlinedFilled.tsx | 2 +- src/IconPestControlRodentRounded.tsx | 2 +- src/IconPestControlRodentRoundedFilled.tsx | 2 +- src/IconPestControlRodentSharp.tsx | 2 +- src/IconPestControlRodentSharpFilled.tsx | 2 +- src/IconPestControlRounded.tsx | 2 +- src/IconPestControlRoundedFilled.tsx | 2 +- src/IconPestControlSharp.tsx | 2 +- src/IconPestControlSharpFilled.tsx | 2 +- src/IconPetSuppliesOutlined.tsx | 2 +- src/IconPetSuppliesOutlinedFilled.tsx | 2 +- src/IconPetSuppliesRounded.tsx | 2 +- src/IconPetSuppliesRoundedFilled.tsx | 2 +- src/IconPetSuppliesSharp.tsx | 2 +- src/IconPetSuppliesSharpFilled.tsx | 2 +- src/IconPetsOutlined.tsx | 2 +- src/IconPetsOutlinedFilled.tsx | 2 +- src/IconPetsRounded.tsx | 2 +- src/IconPetsRoundedFilled.tsx | 2 +- src/IconPetsSharp.tsx | 2 +- src/IconPetsSharpFilled.tsx | 2 +- src/IconPhishingOutlined.tsx | 2 +- src/IconPhishingOutlinedFilled.tsx | 2 +- src/IconPhishingRounded.tsx | 2 +- src/IconPhishingRoundedFilled.tsx | 2 +- src/IconPhishingSharp.tsx | 2 +- src/IconPhishingSharpFilled.tsx | 2 +- src/IconPhoneAndroidOutlined.tsx | 2 +- src/IconPhoneAndroidOutlinedFilled.tsx | 2 +- src/IconPhoneAndroidRounded.tsx | 2 +- src/IconPhoneAndroidRoundedFilled.tsx | 2 +- src/IconPhoneAndroidSharp.tsx | 2 +- src/IconPhoneAndroidSharpFilled.tsx | 2 +- src/IconPhoneBluetoothSpeakerOutlined.tsx | 2 +- ...conPhoneBluetoothSpeakerOutlinedFilled.tsx | 2 +- src/IconPhoneBluetoothSpeakerRounded.tsx | 2 +- ...IconPhoneBluetoothSpeakerRoundedFilled.tsx | 2 +- src/IconPhoneBluetoothSpeakerSharp.tsx | 2 +- src/IconPhoneBluetoothSpeakerSharpFilled.tsx | 2 +- src/IconPhoneCallbackOutlined.tsx | 2 +- src/IconPhoneCallbackOutlinedFilled.tsx | 2 +- src/IconPhoneCallbackRounded.tsx | 2 +- src/IconPhoneCallbackRoundedFilled.tsx | 2 +- src/IconPhoneCallbackSharp.tsx | 2 +- src/IconPhoneCallbackSharpFilled.tsx | 2 +- src/IconPhoneDisabledOutlined.tsx | 2 +- src/IconPhoneDisabledOutlinedFilled.tsx | 2 +- src/IconPhoneDisabledRounded.tsx | 2 +- src/IconPhoneDisabledRoundedFilled.tsx | 2 +- src/IconPhoneDisabledSharp.tsx | 2 +- src/IconPhoneDisabledSharpFilled.tsx | 2 +- src/IconPhoneEnabledOutlined.tsx | 2 +- src/IconPhoneEnabledOutlinedFilled.tsx | 2 +- src/IconPhoneEnabledRounded.tsx | 2 +- src/IconPhoneEnabledRoundedFilled.tsx | 2 +- src/IconPhoneEnabledSharp.tsx | 2 +- src/IconPhoneEnabledSharpFilled.tsx | 2 +- src/IconPhoneForwardedOutlined.tsx | 2 +- src/IconPhoneForwardedOutlinedFilled.tsx | 2 +- src/IconPhoneForwardedRounded.tsx | 2 +- src/IconPhoneForwardedRoundedFilled.tsx | 2 +- src/IconPhoneForwardedSharp.tsx | 2 +- src/IconPhoneForwardedSharpFilled.tsx | 2 +- src/IconPhoneInTalkOutlined.tsx | 2 +- src/IconPhoneInTalkOutlinedFilled.tsx | 2 +- src/IconPhoneInTalkRounded.tsx | 2 +- src/IconPhoneInTalkRoundedFilled.tsx | 2 +- src/IconPhoneInTalkSharp.tsx | 2 +- src/IconPhoneInTalkSharpFilled.tsx | 2 +- src/IconPhoneIphoneOutlined.tsx | 2 +- src/IconPhoneIphoneOutlinedFilled.tsx | 2 +- src/IconPhoneIphoneRounded.tsx | 2 +- src/IconPhoneIphoneRoundedFilled.tsx | 2 +- src/IconPhoneIphoneSharp.tsx | 2 +- src/IconPhoneIphoneSharpFilled.tsx | 2 +- src/IconPhoneLockedOutlined.tsx | 2 +- src/IconPhoneLockedOutlinedFilled.tsx | 2 +- src/IconPhoneLockedRounded.tsx | 2 +- src/IconPhoneLockedRoundedFilled.tsx | 2 +- src/IconPhoneLockedSharp.tsx | 2 +- src/IconPhoneLockedSharpFilled.tsx | 2 +- src/IconPhoneMissedOutlined.tsx | 2 +- src/IconPhoneMissedOutlinedFilled.tsx | 2 +- src/IconPhoneMissedRounded.tsx | 2 +- src/IconPhoneMissedRoundedFilled.tsx | 2 +- src/IconPhoneMissedSharp.tsx | 2 +- src/IconPhoneMissedSharpFilled.tsx | 2 +- src/IconPhonePausedOutlined.tsx | 2 +- src/IconPhonePausedOutlinedFilled.tsx | 2 +- src/IconPhonePausedRounded.tsx | 2 +- src/IconPhonePausedRoundedFilled.tsx | 2 +- src/IconPhonePausedSharp.tsx | 2 +- src/IconPhonePausedSharpFilled.tsx | 2 +- src/IconPhonelinkEraseOutlined.tsx | 2 +- src/IconPhonelinkEraseOutlinedFilled.tsx | 2 +- src/IconPhonelinkEraseRounded.tsx | 2 +- src/IconPhonelinkEraseRoundedFilled.tsx | 2 +- src/IconPhonelinkEraseSharp.tsx | 2 +- src/IconPhonelinkEraseSharpFilled.tsx | 2 +- src/IconPhonelinkLockOutlined.tsx | 2 +- src/IconPhonelinkLockOutlinedFilled.tsx | 2 +- src/IconPhonelinkLockRounded.tsx | 2 +- src/IconPhonelinkLockRoundedFilled.tsx | 2 +- src/IconPhonelinkLockSharp.tsx | 2 +- src/IconPhonelinkLockSharpFilled.tsx | 2 +- src/IconPhonelinkOffOutlined.tsx | 2 +- src/IconPhonelinkOffOutlinedFilled.tsx | 2 +- src/IconPhonelinkOffRounded.tsx | 2 +- src/IconPhonelinkOffRoundedFilled.tsx | 2 +- src/IconPhonelinkOffSharp.tsx | 2 +- src/IconPhonelinkOffSharpFilled.tsx | 2 +- src/IconPhonelinkRingOffOutlined.tsx | 2 +- src/IconPhonelinkRingOffOutlinedFilled.tsx | 2 +- src/IconPhonelinkRingOffRounded.tsx | 2 +- src/IconPhonelinkRingOffRoundedFilled.tsx | 2 +- src/IconPhonelinkRingOffSharp.tsx | 2 +- src/IconPhonelinkRingOffSharpFilled.tsx | 2 +- src/IconPhonelinkRingOutlined.tsx | 2 +- src/IconPhonelinkRingOutlinedFilled.tsx | 2 +- src/IconPhonelinkRingRounded.tsx | 2 +- src/IconPhonelinkRingRoundedFilled.tsx | 2 +- src/IconPhonelinkRingSharp.tsx | 2 +- src/IconPhonelinkRingSharpFilled.tsx | 2 +- src/IconPhonelinkSetupOutlined.tsx | 2 +- src/IconPhonelinkSetupOutlinedFilled.tsx | 2 +- src/IconPhonelinkSetupRounded.tsx | 2 +- src/IconPhonelinkSetupRoundedFilled.tsx | 2 +- src/IconPhonelinkSetupSharp.tsx | 2 +- src/IconPhonelinkSetupSharpFilled.tsx | 2 +- src/IconPhotoAlbumOutlined.tsx | 2 +- src/IconPhotoAlbumOutlinedFilled.tsx | 2 +- src/IconPhotoAlbumRounded.tsx | 2 +- src/IconPhotoAlbumRoundedFilled.tsx | 2 +- src/IconPhotoAlbumSharp.tsx | 2 +- src/IconPhotoAlbumSharpFilled.tsx | 2 +- src/IconPhotoAutoMergeOutlined.tsx | 2 +- src/IconPhotoAutoMergeOutlinedFilled.tsx | 2 +- src/IconPhotoAutoMergeRounded.tsx | 2 +- src/IconPhotoAutoMergeRoundedFilled.tsx | 2 +- src/IconPhotoAutoMergeSharp.tsx | 2 +- src/IconPhotoAutoMergeSharpFilled.tsx | 2 +- src/IconPhotoCameraBackOutlined.tsx | 2 +- src/IconPhotoCameraBackOutlinedFilled.tsx | 2 +- src/IconPhotoCameraBackRounded.tsx | 2 +- src/IconPhotoCameraBackRoundedFilled.tsx | 2 +- src/IconPhotoCameraBackSharp.tsx | 2 +- src/IconPhotoCameraBackSharpFilled.tsx | 2 +- src/IconPhotoCameraFrontOutlined.tsx | 2 +- src/IconPhotoCameraFrontOutlinedFilled.tsx | 2 +- src/IconPhotoCameraFrontRounded.tsx | 2 +- src/IconPhotoCameraFrontRoundedFilled.tsx | 2 +- src/IconPhotoCameraFrontSharp.tsx | 2 +- src/IconPhotoCameraFrontSharpFilled.tsx | 2 +- src/IconPhotoCameraOutlined.tsx | 2 +- src/IconPhotoCameraOutlinedFilled.tsx | 2 +- src/IconPhotoCameraRounded.tsx | 2 +- src/IconPhotoCameraRoundedFilled.tsx | 2 +- src/IconPhotoCameraSharp.tsx | 2 +- src/IconPhotoCameraSharpFilled.tsx | 2 +- src/IconPhotoFrameOutlined.tsx | 2 +- src/IconPhotoFrameOutlinedFilled.tsx | 2 +- src/IconPhotoFrameRounded.tsx | 2 +- src/IconPhotoFrameRoundedFilled.tsx | 2 +- src/IconPhotoFrameSharp.tsx | 2 +- src/IconPhotoFrameSharpFilled.tsx | 2 +- src/IconPhotoLibraryOutlined.tsx | 2 +- src/IconPhotoLibraryOutlinedFilled.tsx | 2 +- src/IconPhotoLibraryRounded.tsx | 2 +- src/IconPhotoLibraryRoundedFilled.tsx | 2 +- src/IconPhotoLibrarySharp.tsx | 2 +- src/IconPhotoLibrarySharpFilled.tsx | 2 +- src/IconPhotoOutlined.tsx | 2 +- src/IconPhotoOutlinedFilled.tsx | 2 +- src/IconPhotoPrintsOutlined.tsx | 2 +- src/IconPhotoPrintsOutlinedFilled.tsx | 2 +- src/IconPhotoPrintsRounded.tsx | 2 +- src/IconPhotoPrintsRoundedFilled.tsx | 2 +- src/IconPhotoPrintsSharp.tsx | 2 +- src/IconPhotoPrintsSharpFilled.tsx | 2 +- src/IconPhotoRounded.tsx | 2 +- src/IconPhotoRoundedFilled.tsx | 2 +- src/IconPhotoSharp.tsx | 2 +- src/IconPhotoSharpFilled.tsx | 2 +- src/IconPhotoSizeSelectLargeOutlined.tsx | 2 +- ...IconPhotoSizeSelectLargeOutlinedFilled.tsx | 2 +- src/IconPhotoSizeSelectLargeRounded.tsx | 2 +- src/IconPhotoSizeSelectLargeRoundedFilled.tsx | 2 +- src/IconPhotoSizeSelectLargeSharp.tsx | 2 +- src/IconPhotoSizeSelectLargeSharpFilled.tsx | 2 +- src/IconPhotoSizeSelectSmallOutlined.tsx | 2 +- ...IconPhotoSizeSelectSmallOutlinedFilled.tsx | 2 +- src/IconPhotoSizeSelectSmallRounded.tsx | 2 +- src/IconPhotoSizeSelectSmallRoundedFilled.tsx | 2 +- src/IconPhotoSizeSelectSmallSharp.tsx | 2 +- src/IconPhotoSizeSelectSmallSharpFilled.tsx | 2 +- src/IconPhpOutlined.tsx | 2 +- src/IconPhpOutlinedFilled.tsx | 2 +- src/IconPhpRounded.tsx | 2 +- src/IconPhpRoundedFilled.tsx | 2 +- src/IconPhpSharp.tsx | 2 +- src/IconPhpSharpFilled.tsx | 2 +- src/IconPhysicalTherapyOutlined.tsx | 2 +- src/IconPhysicalTherapyOutlinedFilled.tsx | 2 +- src/IconPhysicalTherapyRounded.tsx | 2 +- src/IconPhysicalTherapyRoundedFilled.tsx | 2 +- src/IconPhysicalTherapySharp.tsx | 2 +- src/IconPhysicalTherapySharpFilled.tsx | 2 +- src/IconPianoOffOutlined.tsx | 2 +- src/IconPianoOffOutlinedFilled.tsx | 2 +- src/IconPianoOffRounded.tsx | 2 +- src/IconPianoOffRoundedFilled.tsx | 2 +- src/IconPianoOffSharp.tsx | 2 +- src/IconPianoOffSharpFilled.tsx | 2 +- src/IconPianoOutlined.tsx | 2 +- src/IconPianoOutlinedFilled.tsx | 2 +- src/IconPianoRounded.tsx | 2 +- src/IconPianoRoundedFilled.tsx | 2 +- src/IconPianoSharp.tsx | 2 +- src/IconPianoSharpFilled.tsx | 2 +- src/IconPictureAsPdfOutlined.tsx | 2 +- src/IconPictureAsPdfOutlinedFilled.tsx | 2 +- src/IconPictureAsPdfRounded.tsx | 2 +- src/IconPictureAsPdfRoundedFilled.tsx | 2 +- src/IconPictureAsPdfSharp.tsx | 2 +- src/IconPictureAsPdfSharpFilled.tsx | 2 +- src/IconPictureInPictureAltOutlined.tsx | 2 +- src/IconPictureInPictureAltOutlinedFilled.tsx | 2 +- src/IconPictureInPictureAltRounded.tsx | 2 +- src/IconPictureInPictureAltRoundedFilled.tsx | 2 +- src/IconPictureInPictureAltSharp.tsx | 2 +- src/IconPictureInPictureAltSharpFilled.tsx | 2 +- src/IconPictureInPictureCenterOutlined.tsx | 2 +- ...onPictureInPictureCenterOutlinedFilled.tsx | 2 +- src/IconPictureInPictureCenterRounded.tsx | 2 +- ...conPictureInPictureCenterRoundedFilled.tsx | 2 +- src/IconPictureInPictureCenterSharp.tsx | 2 +- src/IconPictureInPictureCenterSharpFilled.tsx | 2 +- src/IconPictureInPictureLargeOutlined.tsx | 2 +- ...conPictureInPictureLargeOutlinedFilled.tsx | 2 +- src/IconPictureInPictureLargeRounded.tsx | 2 +- ...IconPictureInPictureLargeRoundedFilled.tsx | 2 +- src/IconPictureInPictureLargeSharp.tsx | 2 +- src/IconPictureInPictureLargeSharpFilled.tsx | 2 +- src/IconPictureInPictureMediumOutlined.tsx | 2 +- ...onPictureInPictureMediumOutlinedFilled.tsx | 2 +- src/IconPictureInPictureMediumRounded.tsx | 2 +- ...conPictureInPictureMediumRoundedFilled.tsx | 2 +- src/IconPictureInPictureMediumSharp.tsx | 2 +- src/IconPictureInPictureMediumSharpFilled.tsx | 2 +- src/IconPictureInPictureMobileOutlined.tsx | 2 +- ...onPictureInPictureMobileOutlinedFilled.tsx | 2 +- src/IconPictureInPictureMobileRounded.tsx | 2 +- ...conPictureInPictureMobileRoundedFilled.tsx | 2 +- src/IconPictureInPictureMobileSharp.tsx | 2 +- src/IconPictureInPictureMobileSharpFilled.tsx | 2 +- src/IconPictureInPictureOffOutlined.tsx | 2 +- src/IconPictureInPictureOffOutlinedFilled.tsx | 2 +- src/IconPictureInPictureOffRounded.tsx | 2 +- src/IconPictureInPictureOffRoundedFilled.tsx | 2 +- src/IconPictureInPictureOffSharp.tsx | 2 +- src/IconPictureInPictureOffSharpFilled.tsx | 2 +- src/IconPictureInPictureOutlined.tsx | 2 +- src/IconPictureInPictureOutlinedFilled.tsx | 2 +- src/IconPictureInPictureRounded.tsx | 2 +- src/IconPictureInPictureRoundedFilled.tsx | 2 +- src/IconPictureInPictureSharp.tsx | 2 +- src/IconPictureInPictureSharpFilled.tsx | 2 +- src/IconPictureInPictureSmallOutlined.tsx | 2 +- ...conPictureInPictureSmallOutlinedFilled.tsx | 2 +- src/IconPictureInPictureSmallRounded.tsx | 2 +- ...IconPictureInPictureSmallRoundedFilled.tsx | 2 +- src/IconPictureInPictureSmallSharp.tsx | 2 +- src/IconPictureInPictureSmallSharpFilled.tsx | 2 +- src/IconPieChartOutlined.tsx | 2 +- src/IconPieChartOutlinedFilled.tsx | 2 +- src/IconPieChartRounded.tsx | 2 +- src/IconPieChartRoundedFilled.tsx | 2 +- src/IconPieChartSharp.tsx | 2 +- src/IconPieChartSharpFilled.tsx | 2 +- src/IconPillOffOutlined.tsx | 2 +- src/IconPillOffOutlinedFilled.tsx | 2 +- src/IconPillOffRounded.tsx | 2 +- src/IconPillOffRoundedFilled.tsx | 2 +- src/IconPillOffSharp.tsx | 2 +- src/IconPillOffSharpFilled.tsx | 2 +- src/IconPillOutlined.tsx | 2 +- src/IconPillOutlinedFilled.tsx | 2 +- src/IconPillRounded.tsx | 2 +- src/IconPillRoundedFilled.tsx | 2 +- src/IconPillSharp.tsx | 2 +- src/IconPillSharpFilled.tsx | 2 +- src/IconPinDropOutlined.tsx | 2 +- src/IconPinDropOutlinedFilled.tsx | 2 +- src/IconPinDropRounded.tsx | 2 +- src/IconPinDropRoundedFilled.tsx | 2 +- src/IconPinDropSharp.tsx | 2 +- src/IconPinDropSharpFilled.tsx | 2 +- src/IconPinEndOutlined.tsx | 2 +- src/IconPinEndOutlinedFilled.tsx | 2 +- src/IconPinEndRounded.tsx | 2 +- src/IconPinEndRoundedFilled.tsx | 2 +- src/IconPinEndSharp.tsx | 2 +- src/IconPinEndSharpFilled.tsx | 2 +- src/IconPinInvokeOutlined.tsx | 2 +- src/IconPinInvokeOutlinedFilled.tsx | 2 +- src/IconPinInvokeRounded.tsx | 2 +- src/IconPinInvokeRoundedFilled.tsx | 2 +- src/IconPinInvokeSharp.tsx | 2 +- src/IconPinInvokeSharpFilled.tsx | 2 +- src/IconPinOutlined.tsx | 2 +- src/IconPinOutlinedFilled.tsx | 2 +- src/IconPinRounded.tsx | 2 +- src/IconPinRoundedFilled.tsx | 2 +- src/IconPinSharp.tsx | 2 +- src/IconPinSharpFilled.tsx | 2 +- src/IconPinchOutlined.tsx | 2 +- src/IconPinchOutlinedFilled.tsx | 2 +- src/IconPinchRounded.tsx | 2 +- src/IconPinchRoundedFilled.tsx | 2 +- src/IconPinchSharp.tsx | 2 +- src/IconPinchSharpFilled.tsx | 2 +- src/IconPinchZoomInOutlined.tsx | 2 +- src/IconPinchZoomInOutlinedFilled.tsx | 2 +- src/IconPinchZoomInRounded.tsx | 2 +- src/IconPinchZoomInRoundedFilled.tsx | 2 +- src/IconPinchZoomInSharp.tsx | 2 +- src/IconPinchZoomInSharpFilled.tsx | 2 +- src/IconPinchZoomOutOutlined.tsx | 2 +- src/IconPinchZoomOutOutlinedFilled.tsx | 2 +- src/IconPinchZoomOutRounded.tsx | 2 +- src/IconPinchZoomOutRoundedFilled.tsx | 2 +- src/IconPinchZoomOutSharp.tsx | 2 +- src/IconPinchZoomOutSharpFilled.tsx | 2 +- src/IconPipExitOutlined.tsx | 2 +- src/IconPipExitOutlinedFilled.tsx | 2 +- src/IconPipExitRounded.tsx | 2 +- src/IconPipExitRoundedFilled.tsx | 2 +- src/IconPipExitSharp.tsx | 2 +- src/IconPipExitSharpFilled.tsx | 2 +- src/IconPipOutlined.tsx | 2 +- src/IconPipOutlinedFilled.tsx | 2 +- src/IconPipRounded.tsx | 2 +- src/IconPipRoundedFilled.tsx | 2 +- src/IconPipSharp.tsx | 2 +- src/IconPipSharpFilled.tsx | 2 +- src/IconPivotTableChartOutlined.tsx | 2 +- src/IconPivotTableChartOutlinedFilled.tsx | 2 +- src/IconPivotTableChartRounded.tsx | 2 +- src/IconPivotTableChartRoundedFilled.tsx | 2 +- src/IconPivotTableChartSharp.tsx | 2 +- src/IconPivotTableChartSharpFilled.tsx | 2 +- src/IconPlaceItemOutlined.tsx | 2 +- src/IconPlaceItemOutlinedFilled.tsx | 2 +- src/IconPlaceItemRounded.tsx | 2 +- src/IconPlaceItemRoundedFilled.tsx | 2 +- src/IconPlaceItemSharp.tsx | 2 +- src/IconPlaceItemSharpFilled.tsx | 2 +- src/IconPlagiarismOutlined.tsx | 2 +- src/IconPlagiarismOutlinedFilled.tsx | 2 +- src/IconPlagiarismRounded.tsx | 2 +- src/IconPlagiarismRoundedFilled.tsx | 2 +- src/IconPlagiarismSharp.tsx | 2 +- src/IconPlagiarismSharpFilled.tsx | 2 +- src/IconPlannerBannerAdPtOutlined.tsx | 2 +- src/IconPlannerBannerAdPtOutlinedFilled.tsx | 2 +- src/IconPlannerBannerAdPtRounded.tsx | 2 +- src/IconPlannerBannerAdPtRoundedFilled.tsx | 2 +- src/IconPlannerBannerAdPtSharp.tsx | 2 +- src/IconPlannerBannerAdPtSharpFilled.tsx | 2 +- src/IconPlannerReviewOutlined.tsx | 2 +- src/IconPlannerReviewOutlinedFilled.tsx | 2 +- src/IconPlannerReviewRounded.tsx | 2 +- src/IconPlannerReviewRoundedFilled.tsx | 2 +- src/IconPlannerReviewSharp.tsx | 2 +- src/IconPlannerReviewSharpFilled.tsx | 2 +- src/IconPlayArrowOutlined.tsx | 2 +- src/IconPlayArrowOutlinedFilled.tsx | 2 +- src/IconPlayArrowRounded.tsx | 2 +- src/IconPlayArrowRoundedFilled.tsx | 2 +- src/IconPlayArrowSharp.tsx | 2 +- src/IconPlayArrowSharpFilled.tsx | 2 +- src/IconPlayCircleOutlined.tsx | 2 +- src/IconPlayCircleOutlinedFilled.tsx | 2 +- src/IconPlayCircleRounded.tsx | 2 +- src/IconPlayCircleRoundedFilled.tsx | 2 +- src/IconPlayCircleSharp.tsx | 2 +- src/IconPlayCircleSharpFilled.tsx | 2 +- src/IconPlayDisabledOutlined.tsx | 2 +- src/IconPlayDisabledOutlinedFilled.tsx | 2 +- src/IconPlayDisabledRounded.tsx | 2 +- src/IconPlayDisabledRoundedFilled.tsx | 2 +- src/IconPlayDisabledSharp.tsx | 2 +- src/IconPlayDisabledSharpFilled.tsx | 2 +- src/IconPlayForWorkOutlined.tsx | 2 +- src/IconPlayForWorkOutlinedFilled.tsx | 2 +- src/IconPlayForWorkRounded.tsx | 2 +- src/IconPlayForWorkRoundedFilled.tsx | 2 +- src/IconPlayForWorkSharp.tsx | 2 +- src/IconPlayForWorkSharpFilled.tsx | 2 +- src/IconPlayLessonOutlined.tsx | 2 +- src/IconPlayLessonOutlinedFilled.tsx | 2 +- src/IconPlayLessonRounded.tsx | 2 +- src/IconPlayLessonRoundedFilled.tsx | 2 +- src/IconPlayLessonSharp.tsx | 2 +- src/IconPlayLessonSharpFilled.tsx | 2 +- src/IconPlayPauseOutlined.tsx | 2 +- src/IconPlayPauseOutlinedFilled.tsx | 2 +- src/IconPlayPauseRounded.tsx | 2 +- src/IconPlayPauseRoundedFilled.tsx | 2 +- src/IconPlayPauseSharp.tsx | 2 +- src/IconPlayPauseSharpFilled.tsx | 2 +- src/IconPlayingCardsOutlined.tsx | 2 +- src/IconPlayingCardsOutlinedFilled.tsx | 2 +- src/IconPlayingCardsRounded.tsx | 2 +- src/IconPlayingCardsRoundedFilled.tsx | 2 +- src/IconPlayingCardsSharp.tsx | 2 +- src/IconPlayingCardsSharpFilled.tsx | 2 +- src/IconPlaylistAddCheckCircleOutlined.tsx | 2 +- ...onPlaylistAddCheckCircleOutlinedFilled.tsx | 2 +- src/IconPlaylistAddCheckCircleRounded.tsx | 2 +- ...conPlaylistAddCheckCircleRoundedFilled.tsx | 2 +- src/IconPlaylistAddCheckCircleSharp.tsx | 2 +- src/IconPlaylistAddCheckCircleSharpFilled.tsx | 2 +- src/IconPlaylistAddCheckOutlined.tsx | 2 +- src/IconPlaylistAddCheckOutlinedFilled.tsx | 2 +- src/IconPlaylistAddCheckRounded.tsx | 2 +- src/IconPlaylistAddCheckRoundedFilled.tsx | 2 +- src/IconPlaylistAddCheckSharp.tsx | 2 +- src/IconPlaylistAddCheckSharpFilled.tsx | 2 +- src/IconPlaylistAddCircleOutlined.tsx | 2 +- src/IconPlaylistAddCircleOutlinedFilled.tsx | 2 +- src/IconPlaylistAddCircleRounded.tsx | 2 +- src/IconPlaylistAddCircleRoundedFilled.tsx | 2 +- src/IconPlaylistAddCircleSharp.tsx | 2 +- src/IconPlaylistAddCircleSharpFilled.tsx | 2 +- src/IconPlaylistAddOutlined.tsx | 2 +- src/IconPlaylistAddOutlinedFilled.tsx | 2 +- src/IconPlaylistAddRounded.tsx | 2 +- src/IconPlaylistAddRoundedFilled.tsx | 2 +- src/IconPlaylistAddSharp.tsx | 2 +- src/IconPlaylistAddSharpFilled.tsx | 2 +- src/IconPlaylistPlayOutlined.tsx | 2 +- src/IconPlaylistPlayOutlinedFilled.tsx | 2 +- src/IconPlaylistPlayRounded.tsx | 2 +- src/IconPlaylistPlayRoundedFilled.tsx | 2 +- src/IconPlaylistPlaySharp.tsx | 2 +- src/IconPlaylistPlaySharpFilled.tsx | 2 +- src/IconPlaylistRemoveOutlined.tsx | 2 +- src/IconPlaylistRemoveOutlinedFilled.tsx | 2 +- src/IconPlaylistRemoveRounded.tsx | 2 +- src/IconPlaylistRemoveRoundedFilled.tsx | 2 +- src/IconPlaylistRemoveSharp.tsx | 2 +- src/IconPlaylistRemoveSharpFilled.tsx | 2 +- src/IconPlumbingOutlined.tsx | 2 +- src/IconPlumbingOutlinedFilled.tsx | 2 +- src/IconPlumbingRounded.tsx | 2 +- src/IconPlumbingRoundedFilled.tsx | 2 +- src/IconPlumbingSharp.tsx | 2 +- src/IconPlumbingSharpFilled.tsx | 2 +- src/IconPodcastsOutlined.tsx | 2 +- src/IconPodcastsOutlinedFilled.tsx | 2 +- src/IconPodcastsRounded.tsx | 2 +- src/IconPodcastsRoundedFilled.tsx | 2 +- src/IconPodcastsSharp.tsx | 2 +- src/IconPodcastsSharpFilled.tsx | 2 +- src/IconPodiatryOutlined.tsx | 2 +- src/IconPodiatryOutlinedFilled.tsx | 2 +- src/IconPodiatryRounded.tsx | 2 +- src/IconPodiatryRoundedFilled.tsx | 2 +- src/IconPodiatrySharp.tsx | 2 +- src/IconPodiatrySharpFilled.tsx | 2 +- src/IconPodiumOutlined.tsx | 2 +- src/IconPodiumOutlinedFilled.tsx | 2 +- src/IconPodiumRounded.tsx | 2 +- src/IconPodiumRoundedFilled.tsx | 2 +- src/IconPodiumSharp.tsx | 2 +- src/IconPodiumSharpFilled.tsx | 2 +- src/IconPointOfSaleOutlined.tsx | 2 +- src/IconPointOfSaleOutlinedFilled.tsx | 2 +- src/IconPointOfSaleRounded.tsx | 2 +- src/IconPointOfSaleRoundedFilled.tsx | 2 +- src/IconPointOfSaleSharp.tsx | 2 +- src/IconPointOfSaleSharpFilled.tsx | 2 +- src/IconPointScanOutlined.tsx | 2 +- src/IconPointScanOutlinedFilled.tsx | 2 +- src/IconPointScanRounded.tsx | 2 +- src/IconPointScanRoundedFilled.tsx | 2 +- src/IconPointScanSharp.tsx | 2 +- src/IconPointScanSharpFilled.tsx | 2 +- src/IconPokerChipOutlined.tsx | 2 +- src/IconPokerChipOutlinedFilled.tsx | 2 +- src/IconPokerChipRounded.tsx | 2 +- src/IconPokerChipRoundedFilled.tsx | 2 +- src/IconPokerChipSharp.tsx | 2 +- src/IconPokerChipSharpFilled.tsx | 2 +- src/IconPolicyAlertOutlined.tsx | 2 +- src/IconPolicyAlertOutlinedFilled.tsx | 2 +- src/IconPolicyAlertRounded.tsx | 2 +- src/IconPolicyAlertRoundedFilled.tsx | 2 +- src/IconPolicyAlertSharp.tsx | 2 +- src/IconPolicyAlertSharpFilled.tsx | 2 +- src/IconPolicyOutlined.tsx | 2 +- src/IconPolicyOutlinedFilled.tsx | 2 +- src/IconPolicyRounded.tsx | 2 +- src/IconPolicyRoundedFilled.tsx | 2 +- src/IconPolicySharp.tsx | 2 +- src/IconPolicySharpFilled.tsx | 2 +- src/IconPolylineOutlined.tsx | 2 +- src/IconPolylineOutlinedFilled.tsx | 2 +- src/IconPolylineRounded.tsx | 2 +- src/IconPolylineRoundedFilled.tsx | 2 +- src/IconPolylineSharp.tsx | 2 +- src/IconPolylineSharpFilled.tsx | 2 +- src/IconPolymerOutlined.tsx | 2 +- src/IconPolymerOutlinedFilled.tsx | 2 +- src/IconPolymerRounded.tsx | 2 +- src/IconPolymerRoundedFilled.tsx | 2 +- src/IconPolymerSharp.tsx | 2 +- src/IconPolymerSharpFilled.tsx | 2 +- src/IconPoolOutlined.tsx | 2 +- src/IconPoolOutlinedFilled.tsx | 2 +- src/IconPoolRounded.tsx | 2 +- src/IconPoolRoundedFilled.tsx | 2 +- src/IconPoolSharp.tsx | 2 +- src/IconPoolSharpFilled.tsx | 2 +- src/IconPortableWifiOffOutlined.tsx | 2 +- src/IconPortableWifiOffOutlinedFilled.tsx | 2 +- src/IconPortableWifiOffRounded.tsx | 2 +- src/IconPortableWifiOffRoundedFilled.tsx | 2 +- src/IconPortableWifiOffSharp.tsx | 2 +- src/IconPortableWifiOffSharpFilled.tsx | 2 +- src/IconPositionBottomLeftOutlined.tsx | 2 +- src/IconPositionBottomLeftOutlinedFilled.tsx | 2 +- src/IconPositionBottomLeftRounded.tsx | 2 +- src/IconPositionBottomLeftRoundedFilled.tsx | 2 +- src/IconPositionBottomLeftSharp.tsx | 2 +- src/IconPositionBottomLeftSharpFilled.tsx | 2 +- src/IconPositionBottomRightOutlined.tsx | 2 +- src/IconPositionBottomRightOutlinedFilled.tsx | 2 +- src/IconPositionBottomRightRounded.tsx | 2 +- src/IconPositionBottomRightRoundedFilled.tsx | 2 +- src/IconPositionBottomRightSharp.tsx | 2 +- src/IconPositionBottomRightSharpFilled.tsx | 2 +- src/IconPositionTopRightOutlined.tsx | 2 +- src/IconPositionTopRightOutlinedFilled.tsx | 2 +- src/IconPositionTopRightRounded.tsx | 2 +- src/IconPositionTopRightRoundedFilled.tsx | 2 +- src/IconPositionTopRightSharp.tsx | 2 +- src/IconPositionTopRightSharpFilled.tsx | 2 +- src/IconPostAddOutlined.tsx | 2 +- src/IconPostAddOutlinedFilled.tsx | 2 +- src/IconPostAddRounded.tsx | 2 +- src/IconPostAddRoundedFilled.tsx | 2 +- src/IconPostAddSharp.tsx | 2 +- src/IconPostAddSharpFilled.tsx | 2 +- src/IconPostOutlined.tsx | 2 +- src/IconPostOutlinedFilled.tsx | 2 +- src/IconPostRounded.tsx | 2 +- src/IconPostRoundedFilled.tsx | 2 +- src/IconPostSharp.tsx | 2 +- src/IconPostSharpFilled.tsx | 2 +- src/IconPottedPlantOutlined.tsx | 2 +- src/IconPottedPlantOutlinedFilled.tsx | 2 +- src/IconPottedPlantRounded.tsx | 2 +- src/IconPottedPlantRoundedFilled.tsx | 2 +- src/IconPottedPlantSharp.tsx | 2 +- src/IconPottedPlantSharpFilled.tsx | 2 +- src/IconPowerInputOutlined.tsx | 2 +- src/IconPowerInputOutlinedFilled.tsx | 2 +- src/IconPowerInputRounded.tsx | 2 +- src/IconPowerInputRoundedFilled.tsx | 2 +- src/IconPowerInputSharp.tsx | 2 +- src/IconPowerInputSharpFilled.tsx | 2 +- src/IconPowerOffOutlined.tsx | 2 +- src/IconPowerOffOutlinedFilled.tsx | 2 +- src/IconPowerOffRounded.tsx | 2 +- src/IconPowerOffRoundedFilled.tsx | 2 +- src/IconPowerOffSharp.tsx | 2 +- src/IconPowerOffSharpFilled.tsx | 2 +- src/IconPowerOutlined.tsx | 2 +- src/IconPowerOutlinedFilled.tsx | 2 +- src/IconPowerRounded.tsx | 2 +- src/IconPowerRoundedFilled.tsx | 2 +- src/IconPowerSettingsCircleOutlined.tsx | 2 +- src/IconPowerSettingsCircleOutlinedFilled.tsx | 2 +- src/IconPowerSettingsCircleRounded.tsx | 2 +- src/IconPowerSettingsCircleRoundedFilled.tsx | 2 +- src/IconPowerSettingsCircleSharp.tsx | 2 +- src/IconPowerSettingsCircleSharpFilled.tsx | 2 +- src/IconPowerSettingsNewOutlined.tsx | 2 +- src/IconPowerSettingsNewOutlinedFilled.tsx | 2 +- src/IconPowerSettingsNewRounded.tsx | 2 +- src/IconPowerSettingsNewRoundedFilled.tsx | 2 +- src/IconPowerSettingsNewSharp.tsx | 2 +- src/IconPowerSettingsNewSharpFilled.tsx | 2 +- src/IconPowerSharp.tsx | 2 +- src/IconPowerSharpFilled.tsx | 2 +- src/IconPrayerTimesOutlined.tsx | 2 +- src/IconPrayerTimesOutlinedFilled.tsx | 2 +- src/IconPrayerTimesRounded.tsx | 2 +- src/IconPrayerTimesRoundedFilled.tsx | 2 +- src/IconPrayerTimesSharp.tsx | 2 +- src/IconPrayerTimesSharpFilled.tsx | 2 +- src/IconPrecisionManufacturingOutlined.tsx | 2 +- ...onPrecisionManufacturingOutlinedFilled.tsx | 2 +- src/IconPrecisionManufacturingRounded.tsx | 2 +- ...conPrecisionManufacturingRoundedFilled.tsx | 2 +- src/IconPrecisionManufacturingSharp.tsx | 2 +- src/IconPrecisionManufacturingSharpFilled.tsx | 2 +- src/IconPregnancyOutlined.tsx | 2 +- src/IconPregnancyOutlinedFilled.tsx | 2 +- src/IconPregnancyRounded.tsx | 2 +- src/IconPregnancyRoundedFilled.tsx | 2 +- src/IconPregnancySharp.tsx | 2 +- src/IconPregnancySharpFilled.tsx | 2 +- src/IconPregnantWomanOutlined.tsx | 2 +- src/IconPregnantWomanOutlinedFilled.tsx | 2 +- src/IconPregnantWomanRounded.tsx | 2 +- src/IconPregnantWomanRoundedFilled.tsx | 2 +- src/IconPregnantWomanSharp.tsx | 2 +- src/IconPregnantWomanSharpFilled.tsx | 2 +- src/IconPreliminaryOutlined.tsx | 2 +- src/IconPreliminaryOutlinedFilled.tsx | 2 +- src/IconPreliminaryRounded.tsx | 2 +- src/IconPreliminaryRoundedFilled.tsx | 2 +- src/IconPreliminarySharp.tsx | 2 +- src/IconPreliminarySharpFilled.tsx | 2 +- src/IconPrescriptionsOutlined.tsx | 2 +- src/IconPrescriptionsOutlinedFilled.tsx | 2 +- src/IconPrescriptionsRounded.tsx | 2 +- src/IconPrescriptionsRoundedFilled.tsx | 2 +- src/IconPrescriptionsSharp.tsx | 2 +- src/IconPrescriptionsSharpFilled.tsx | 2 +- src/IconPresentToAllOutlined.tsx | 2 +- src/IconPresentToAllOutlinedFilled.tsx | 2 +- src/IconPresentToAllRounded.tsx | 2 +- src/IconPresentToAllRoundedFilled.tsx | 2 +- src/IconPresentToAllSharp.tsx | 2 +- src/IconPresentToAllSharpFilled.tsx | 2 +- src/IconPreviewOffOutlined.tsx | 2 +- src/IconPreviewOffOutlinedFilled.tsx | 2 +- src/IconPreviewOffRounded.tsx | 2 +- src/IconPreviewOffRoundedFilled.tsx | 2 +- src/IconPreviewOffSharp.tsx | 2 +- src/IconPreviewOffSharpFilled.tsx | 2 +- src/IconPreviewOutlined.tsx | 2 +- src/IconPreviewOutlinedFilled.tsx | 2 +- src/IconPreviewRounded.tsx | 2 +- src/IconPreviewRoundedFilled.tsx | 2 +- src/IconPreviewSharp.tsx | 2 +- src/IconPreviewSharpFilled.tsx | 2 +- src/IconPriceChangeOutlined.tsx | 2 +- src/IconPriceChangeOutlinedFilled.tsx | 2 +- src/IconPriceChangeRounded.tsx | 2 +- src/IconPriceChangeRoundedFilled.tsx | 2 +- src/IconPriceChangeSharp.tsx | 2 +- src/IconPriceChangeSharpFilled.tsx | 2 +- src/IconPriceCheckOutlined.tsx | 2 +- src/IconPriceCheckOutlinedFilled.tsx | 2 +- src/IconPriceCheckRounded.tsx | 2 +- src/IconPriceCheckRoundedFilled.tsx | 2 +- src/IconPriceCheckSharp.tsx | 2 +- src/IconPriceCheckSharpFilled.tsx | 2 +- src/IconPrintAddOutlined.tsx | 2 +- src/IconPrintAddOutlinedFilled.tsx | 2 +- src/IconPrintAddRounded.tsx | 2 +- src/IconPrintAddRoundedFilled.tsx | 2 +- src/IconPrintAddSharp.tsx | 2 +- src/IconPrintAddSharpFilled.tsx | 2 +- src/IconPrintConnectOutlined.tsx | 2 +- src/IconPrintConnectOutlinedFilled.tsx | 2 +- src/IconPrintConnectRounded.tsx | 2 +- src/IconPrintConnectRoundedFilled.tsx | 2 +- src/IconPrintConnectSharp.tsx | 2 +- src/IconPrintConnectSharpFilled.tsx | 2 +- src/IconPrintDisabledOutlined.tsx | 2 +- src/IconPrintDisabledOutlinedFilled.tsx | 2 +- src/IconPrintDisabledRounded.tsx | 2 +- src/IconPrintDisabledRoundedFilled.tsx | 2 +- src/IconPrintDisabledSharp.tsx | 2 +- src/IconPrintDisabledSharpFilled.tsx | 2 +- src/IconPrintErrorOutlined.tsx | 2 +- src/IconPrintErrorOutlinedFilled.tsx | 2 +- src/IconPrintErrorRounded.tsx | 2 +- src/IconPrintErrorRoundedFilled.tsx | 2 +- src/IconPrintErrorSharp.tsx | 2 +- src/IconPrintErrorSharpFilled.tsx | 2 +- src/IconPrintLockOutlined.tsx | 2 +- src/IconPrintLockOutlinedFilled.tsx | 2 +- src/IconPrintLockRounded.tsx | 2 +- src/IconPrintLockRoundedFilled.tsx | 2 +- src/IconPrintLockSharp.tsx | 2 +- src/IconPrintLockSharpFilled.tsx | 2 +- src/IconPrintOutlined.tsx | 2 +- src/IconPrintOutlinedFilled.tsx | 2 +- src/IconPrintRounded.tsx | 2 +- src/IconPrintRoundedFilled.tsx | 2 +- src/IconPrintSharp.tsx | 2 +- src/IconPrintSharpFilled.tsx | 2 +- src/IconPriorityHighOutlined.tsx | 2 +- src/IconPriorityHighOutlinedFilled.tsx | 2 +- src/IconPriorityHighRounded.tsx | 2 +- src/IconPriorityHighRoundedFilled.tsx | 2 +- src/IconPriorityHighSharp.tsx | 2 +- src/IconPriorityHighSharpFilled.tsx | 2 +- src/IconPriorityOutlined.tsx | 2 +- src/IconPriorityOutlinedFilled.tsx | 2 +- src/IconPriorityRounded.tsx | 2 +- src/IconPriorityRoundedFilled.tsx | 2 +- src/IconPrioritySharp.tsx | 2 +- src/IconPrioritySharpFilled.tsx | 2 +- src/IconPrivacyOutlined.tsx | 2 +- src/IconPrivacyOutlinedFilled.tsx | 2 +- src/IconPrivacyRounded.tsx | 2 +- src/IconPrivacyRoundedFilled.tsx | 2 +- src/IconPrivacySharp.tsx | 2 +- src/IconPrivacySharpFilled.tsx | 2 +- src/IconPrivacyTipOutlined.tsx | 2 +- src/IconPrivacyTipOutlinedFilled.tsx | 2 +- src/IconPrivacyTipRounded.tsx | 2 +- src/IconPrivacyTipRoundedFilled.tsx | 2 +- src/IconPrivacyTipSharp.tsx | 2 +- src/IconPrivacyTipSharpFilled.tsx | 2 +- src/IconPrivateConnectivityOutlined.tsx | 2 +- src/IconPrivateConnectivityOutlinedFilled.tsx | 2 +- src/IconPrivateConnectivityRounded.tsx | 2 +- src/IconPrivateConnectivityRoundedFilled.tsx | 2 +- src/IconPrivateConnectivitySharp.tsx | 2 +- src/IconPrivateConnectivitySharpFilled.tsx | 2 +- src/IconProblemOutlined.tsx | 2 +- src/IconProblemOutlinedFilled.tsx | 2 +- src/IconProblemRounded.tsx | 2 +- src/IconProblemRoundedFilled.tsx | 2 +- src/IconProblemSharp.tsx | 2 +- src/IconProblemSharpFilled.tsx | 2 +- src/IconProcedureOutlined.tsx | 2 +- src/IconProcedureOutlinedFilled.tsx | 2 +- src/IconProcedureRounded.tsx | 2 +- src/IconProcedureRoundedFilled.tsx | 2 +- src/IconProcedureSharp.tsx | 2 +- src/IconProcedureSharpFilled.tsx | 2 +- src/IconProcessChartOutlined.tsx | 2 +- src/IconProcessChartOutlinedFilled.tsx | 2 +- src/IconProcessChartRounded.tsx | 2 +- src/IconProcessChartRoundedFilled.tsx | 2 +- src/IconProcessChartSharp.tsx | 2 +- src/IconProcessChartSharpFilled.tsx | 2 +- src/IconProductionQuantityLimitsOutlined.tsx | 2 +- ...ProductionQuantityLimitsOutlinedFilled.tsx | 2 +- src/IconProductionQuantityLimitsRounded.tsx | 2 +- ...nProductionQuantityLimitsRoundedFilled.tsx | 2 +- src/IconProductionQuantityLimitsSharp.tsx | 2 +- ...conProductionQuantityLimitsSharpFilled.tsx | 2 +- src/IconProductivityOutlined.tsx | 2 +- src/IconProductivityOutlinedFilled.tsx | 2 +- src/IconProductivityRounded.tsx | 2 +- src/IconProductivityRoundedFilled.tsx | 2 +- src/IconProductivitySharp.tsx | 2 +- src/IconProductivitySharpFilled.tsx | 2 +- src/IconProgressActivityOutlined.tsx | 2 +- src/IconProgressActivityOutlinedFilled.tsx | 2 +- src/IconProgressActivityRounded.tsx | 2 +- src/IconProgressActivityRoundedFilled.tsx | 2 +- src/IconProgressActivitySharp.tsx | 2 +- src/IconProgressActivitySharpFilled.tsx | 2 +- src/IconPromptSuggestionOutlined.tsx | 2 +- src/IconPromptSuggestionOutlinedFilled.tsx | 2 +- src/IconPromptSuggestionRounded.tsx | 2 +- src/IconPromptSuggestionRoundedFilled.tsx | 2 +- src/IconPromptSuggestionSharp.tsx | 2 +- src/IconPromptSuggestionSharpFilled.tsx | 2 +- src/IconPropaneOutlined.tsx | 2 +- src/IconPropaneOutlinedFilled.tsx | 2 +- src/IconPropaneRounded.tsx | 2 +- src/IconPropaneRoundedFilled.tsx | 2 +- src/IconPropaneSharp.tsx | 2 +- src/IconPropaneSharpFilled.tsx | 2 +- src/IconPropaneTankOutlined.tsx | 2 +- src/IconPropaneTankOutlinedFilled.tsx | 2 +- src/IconPropaneTankRounded.tsx | 2 +- src/IconPropaneTankRoundedFilled.tsx | 2 +- src/IconPropaneTankSharp.tsx | 2 +- src/IconPropaneTankSharpFilled.tsx | 2 +- src/IconPsychiatryOutlined.tsx | 2 +- src/IconPsychiatryOutlinedFilled.tsx | 2 +- src/IconPsychiatryRounded.tsx | 2 +- src/IconPsychiatryRoundedFilled.tsx | 2 +- src/IconPsychiatrySharp.tsx | 2 +- src/IconPsychiatrySharpFilled.tsx | 2 +- src/IconPsychologyAltOutlined.tsx | 2 +- src/IconPsychologyAltOutlinedFilled.tsx | 2 +- src/IconPsychologyAltRounded.tsx | 2 +- src/IconPsychologyAltRoundedFilled.tsx | 2 +- src/IconPsychologyAltSharp.tsx | 2 +- src/IconPsychologyAltSharpFilled.tsx | 2 +- src/IconPsychologyOutlined.tsx | 2 +- src/IconPsychologyOutlinedFilled.tsx | 2 +- src/IconPsychologyRounded.tsx | 2 +- src/IconPsychologyRoundedFilled.tsx | 2 +- src/IconPsychologySharp.tsx | 2 +- src/IconPsychologySharpFilled.tsx | 2 +- src/IconPublicOffOutlined.tsx | 2 +- src/IconPublicOffOutlinedFilled.tsx | 2 +- src/IconPublicOffRounded.tsx | 2 +- src/IconPublicOffRoundedFilled.tsx | 2 +- src/IconPublicOffSharp.tsx | 2 +- src/IconPublicOffSharpFilled.tsx | 2 +- src/IconPublicOutlined.tsx | 2 +- src/IconPublicOutlinedFilled.tsx | 2 +- src/IconPublicRounded.tsx | 2 +- src/IconPublicRoundedFilled.tsx | 2 +- src/IconPublicSharp.tsx | 2 +- src/IconPublicSharpFilled.tsx | 2 +- src/IconPublishOutlined.tsx | 2 +- src/IconPublishOutlinedFilled.tsx | 2 +- src/IconPublishRounded.tsx | 2 +- src/IconPublishRoundedFilled.tsx | 2 +- src/IconPublishSharp.tsx | 2 +- src/IconPublishSharpFilled.tsx | 2 +- src/IconPublishedWithChangesOutlined.tsx | 2 +- ...IconPublishedWithChangesOutlinedFilled.tsx | 2 +- src/IconPublishedWithChangesRounded.tsx | 2 +- src/IconPublishedWithChangesRoundedFilled.tsx | 2 +- src/IconPublishedWithChangesSharp.tsx | 2 +- src/IconPublishedWithChangesSharpFilled.tsx | 2 +- src/IconPulmonologyOutlined.tsx | 2 +- src/IconPulmonologyOutlinedFilled.tsx | 2 +- src/IconPulmonologyRounded.tsx | 2 +- src/IconPulmonologyRoundedFilled.tsx | 2 +- src/IconPulmonologySharp.tsx | 2 +- src/IconPulmonologySharpFilled.tsx | 2 +- src/IconPulseAlertOutlined.tsx | 2 +- src/IconPulseAlertOutlinedFilled.tsx | 2 +- src/IconPulseAlertRounded.tsx | 2 +- src/IconPulseAlertRoundedFilled.tsx | 2 +- src/IconPulseAlertSharp.tsx | 2 +- src/IconPulseAlertSharpFilled.tsx | 2 +- src/IconPunchClockOutlined.tsx | 2 +- src/IconPunchClockOutlinedFilled.tsx | 2 +- src/IconPunchClockRounded.tsx | 2 +- src/IconPunchClockRoundedFilled.tsx | 2 +- src/IconPunchClockSharp.tsx | 2 +- src/IconPunchClockSharpFilled.tsx | 2 +- src/IconQrCode2AddOutlined.tsx | 2 +- src/IconQrCode2AddOutlinedFilled.tsx | 2 +- src/IconQrCode2AddRounded.tsx | 2 +- src/IconQrCode2AddRoundedFilled.tsx | 2 +- src/IconQrCode2AddSharp.tsx | 2 +- src/IconQrCode2AddSharpFilled.tsx | 2 +- src/IconQrCode2Outlined.tsx | 2 +- src/IconQrCode2OutlinedFilled.tsx | 2 +- src/IconQrCode2Rounded.tsx | 2 +- src/IconQrCode2RoundedFilled.tsx | 2 +- src/IconQrCode2Sharp.tsx | 2 +- src/IconQrCode2SharpFilled.tsx | 2 +- src/IconQrCodeOutlined.tsx | 2 +- src/IconQrCodeOutlinedFilled.tsx | 2 +- src/IconQrCodeRounded.tsx | 2 +- src/IconQrCodeRoundedFilled.tsx | 2 +- src/IconQrCodeScannerOutlined.tsx | 2 +- src/IconQrCodeScannerOutlinedFilled.tsx | 2 +- src/IconQrCodeScannerRounded.tsx | 2 +- src/IconQrCodeScannerRoundedFilled.tsx | 2 +- src/IconQrCodeScannerSharp.tsx | 2 +- src/IconQrCodeScannerSharpFilled.tsx | 2 +- src/IconQrCodeSharp.tsx | 2 +- src/IconQrCodeSharpFilled.tsx | 2 +- src/IconQueryStatsOutlined.tsx | 2 +- src/IconQueryStatsOutlinedFilled.tsx | 2 +- src/IconQueryStatsRounded.tsx | 2 +- src/IconQueryStatsRoundedFilled.tsx | 2 +- src/IconQueryStatsSharp.tsx | 2 +- src/IconQueryStatsSharpFilled.tsx | 2 +- src/IconQuestionExchangeOutlined.tsx | 2 +- src/IconQuestionExchangeOutlinedFilled.tsx | 2 +- src/IconQuestionExchangeRounded.tsx | 2 +- src/IconQuestionExchangeRoundedFilled.tsx | 2 +- src/IconQuestionExchangeSharp.tsx | 2 +- src/IconQuestionExchangeSharpFilled.tsx | 2 +- src/IconQuestionMarkOutlined.tsx | 2 +- src/IconQuestionMarkOutlinedFilled.tsx | 2 +- src/IconQuestionMarkRounded.tsx | 2 +- src/IconQuestionMarkRoundedFilled.tsx | 2 +- src/IconQuestionMarkSharp.tsx | 2 +- src/IconQuestionMarkSharpFilled.tsx | 2 +- src/IconQueueMusicOutlined.tsx | 2 +- src/IconQueueMusicOutlinedFilled.tsx | 2 +- src/IconQueueMusicRounded.tsx | 2 +- src/IconQueueMusicRoundedFilled.tsx | 2 +- src/IconQueueMusicSharp.tsx | 2 +- src/IconQueueMusicSharpFilled.tsx | 2 +- src/IconQueuePlayNextOutlined.tsx | 2 +- src/IconQueuePlayNextOutlinedFilled.tsx | 2 +- src/IconQueuePlayNextRounded.tsx | 2 +- src/IconQueuePlayNextRoundedFilled.tsx | 2 +- src/IconQueuePlayNextSharp.tsx | 2 +- src/IconQueuePlayNextSharpFilled.tsx | 2 +- src/IconQuickPhrasesOutlined.tsx | 2 +- src/IconQuickPhrasesOutlinedFilled.tsx | 2 +- src/IconQuickPhrasesRounded.tsx | 2 +- src/IconQuickPhrasesRoundedFilled.tsx | 2 +- src/IconQuickPhrasesSharp.tsx | 2 +- src/IconQuickPhrasesSharpFilled.tsx | 2 +- src/IconQuickReferenceAllOutlined.tsx | 2 +- src/IconQuickReferenceAllOutlinedFilled.tsx | 2 +- src/IconQuickReferenceAllRounded.tsx | 2 +- src/IconQuickReferenceAllRoundedFilled.tsx | 2 +- src/IconQuickReferenceAllSharp.tsx | 2 +- src/IconQuickReferenceAllSharpFilled.tsx | 2 +- src/IconQuickReferenceOutlined.tsx | 2 +- src/IconQuickReferenceOutlinedFilled.tsx | 2 +- src/IconQuickReferenceRounded.tsx | 2 +- src/IconQuickReferenceRoundedFilled.tsx | 2 +- src/IconQuickReferenceSharp.tsx | 2 +- src/IconQuickReferenceSharpFilled.tsx | 2 +- src/IconQuickReorderOutlined.tsx | 2 +- src/IconQuickReorderOutlinedFilled.tsx | 2 +- src/IconQuickReorderRounded.tsx | 2 +- src/IconQuickReorderRoundedFilled.tsx | 2 +- src/IconQuickReorderSharp.tsx | 2 +- src/IconQuickReorderSharpFilled.tsx | 2 +- src/IconQuickreplyOutlined.tsx | 2 +- src/IconQuickreplyOutlinedFilled.tsx | 2 +- src/IconQuickreplyRounded.tsx | 2 +- src/IconQuickreplyRoundedFilled.tsx | 2 +- src/IconQuickreplySharp.tsx | 2 +- src/IconQuickreplySharpFilled.tsx | 2 +- src/IconQuizOutlined.tsx | 2 +- src/IconQuizOutlinedFilled.tsx | 2 +- src/IconQuizRounded.tsx | 2 +- src/IconQuizRoundedFilled.tsx | 2 +- src/IconQuizSharp.tsx | 2 +- src/IconQuizSharpFilled.tsx | 2 +- src/IconRMobiledataOutlined.tsx | 2 +- src/IconRMobiledataOutlinedFilled.tsx | 2 +- src/IconRMobiledataRounded.tsx | 2 +- src/IconRMobiledataRoundedFilled.tsx | 2 +- src/IconRMobiledataSharp.tsx | 2 +- src/IconRMobiledataSharpFilled.tsx | 2 +- src/IconRadarOutlined.tsx | 2 +- src/IconRadarOutlinedFilled.tsx | 2 +- src/IconRadarRounded.tsx | 2 +- src/IconRadarRoundedFilled.tsx | 2 +- src/IconRadarSharp.tsx | 2 +- src/IconRadarSharpFilled.tsx | 2 +- src/IconRadioButtonCheckedOutlined.tsx | 2 +- src/IconRadioButtonCheckedOutlinedFilled.tsx | 2 +- src/IconRadioButtonCheckedRounded.tsx | 2 +- src/IconRadioButtonCheckedRoundedFilled.tsx | 2 +- src/IconRadioButtonCheckedSharp.tsx | 2 +- src/IconRadioButtonCheckedSharpFilled.tsx | 2 +- src/IconRadioButtonPartialOutlined.tsx | 2 +- src/IconRadioButtonPartialOutlinedFilled.tsx | 2 +- src/IconRadioButtonPartialRounded.tsx | 2 +- src/IconRadioButtonPartialRoundedFilled.tsx | 2 +- src/IconRadioButtonPartialSharp.tsx | 2 +- src/IconRadioButtonPartialSharpFilled.tsx | 2 +- src/IconRadioButtonUncheckedOutlined.tsx | 2 +- ...IconRadioButtonUncheckedOutlinedFilled.tsx | 2 +- src/IconRadioButtonUncheckedRounded.tsx | 2 +- src/IconRadioButtonUncheckedRoundedFilled.tsx | 2 +- src/IconRadioButtonUncheckedSharp.tsx | 2 +- src/IconRadioButtonUncheckedSharpFilled.tsx | 2 +- src/IconRadioOutlined.tsx | 2 +- src/IconRadioOutlinedFilled.tsx | 2 +- src/IconRadioRounded.tsx | 2 +- src/IconRadioRoundedFilled.tsx | 2 +- src/IconRadioSharp.tsx | 2 +- src/IconRadioSharpFilled.tsx | 2 +- src/IconRadiologyOutlined.tsx | 2 +- src/IconRadiologyOutlinedFilled.tsx | 2 +- src/IconRadiologyRounded.tsx | 2 +- src/IconRadiologyRoundedFilled.tsx | 2 +- src/IconRadiologySharp.tsx | 2 +- src/IconRadiologySharpFilled.tsx | 2 +- src/IconRailwayAlert2Outlined.tsx | 2 +- src/IconRailwayAlert2OutlinedFilled.tsx | 2 +- src/IconRailwayAlert2Rounded.tsx | 2 +- src/IconRailwayAlert2RoundedFilled.tsx | 2 +- src/IconRailwayAlert2Sharp.tsx | 2 +- src/IconRailwayAlert2SharpFilled.tsx | 2 +- src/IconRailwayAlertOutlined.tsx | 2 +- src/IconRailwayAlertOutlinedFilled.tsx | 2 +- src/IconRailwayAlertRounded.tsx | 2 +- src/IconRailwayAlertRoundedFilled.tsx | 2 +- src/IconRailwayAlertSharp.tsx | 2 +- src/IconRailwayAlertSharpFilled.tsx | 2 +- src/IconRainyHeavyOutlined.tsx | 2 +- src/IconRainyHeavyOutlinedFilled.tsx | 2 +- src/IconRainyHeavyRounded.tsx | 2 +- src/IconRainyHeavyRoundedFilled.tsx | 2 +- src/IconRainyHeavySharp.tsx | 2 +- src/IconRainyHeavySharpFilled.tsx | 2 +- src/IconRainyLightOutlined.tsx | 2 +- src/IconRainyLightOutlinedFilled.tsx | 2 +- src/IconRainyLightRounded.tsx | 2 +- src/IconRainyLightRoundedFilled.tsx | 2 +- src/IconRainyLightSharp.tsx | 2 +- src/IconRainyLightSharpFilled.tsx | 2 +- src/IconRainyOutlined.tsx | 2 +- src/IconRainyOutlinedFilled.tsx | 2 +- src/IconRainyRounded.tsx | 2 +- src/IconRainyRoundedFilled.tsx | 2 +- src/IconRainySharp.tsx | 2 +- src/IconRainySharpFilled.tsx | 2 +- src/IconRainySnowOutlined.tsx | 2 +- src/IconRainySnowOutlinedFilled.tsx | 2 +- src/IconRainySnowRounded.tsx | 2 +- src/IconRainySnowRoundedFilled.tsx | 2 +- src/IconRainySnowSharp.tsx | 2 +- src/IconRainySnowSharpFilled.tsx | 2 +- src/IconRamenDiningOutlined.tsx | 2 +- src/IconRamenDiningOutlinedFilled.tsx | 2 +- src/IconRamenDiningRounded.tsx | 2 +- src/IconRamenDiningRoundedFilled.tsx | 2 +- src/IconRamenDiningSharp.tsx | 2 +- src/IconRamenDiningSharpFilled.tsx | 2 +- src/IconRampLeftOutlined.tsx | 2 +- src/IconRampLeftOutlinedFilled.tsx | 2 +- src/IconRampLeftRounded.tsx | 2 +- src/IconRampLeftRoundedFilled.tsx | 2 +- src/IconRampLeftSharp.tsx | 2 +- src/IconRampLeftSharpFilled.tsx | 2 +- src/IconRampRightOutlined.tsx | 2 +- src/IconRampRightOutlinedFilled.tsx | 2 +- src/IconRampRightRounded.tsx | 2 +- src/IconRampRightRoundedFilled.tsx | 2 +- src/IconRampRightSharp.tsx | 2 +- src/IconRampRightSharpFilled.tsx | 2 +- src/IconRangeHoodOutlined.tsx | 2 +- src/IconRangeHoodOutlinedFilled.tsx | 2 +- src/IconRangeHoodRounded.tsx | 2 +- src/IconRangeHoodRoundedFilled.tsx | 2 +- src/IconRangeHoodSharp.tsx | 2 +- src/IconRangeHoodSharpFilled.tsx | 2 +- src/IconRateReviewOutlined.tsx | 2 +- src/IconRateReviewOutlinedFilled.tsx | 2 +- src/IconRateReviewRounded.tsx | 2 +- src/IconRateReviewRoundedFilled.tsx | 2 +- src/IconRateReviewSharp.tsx | 2 +- src/IconRateReviewSharpFilled.tsx | 2 +- src/IconRavenOutlined.tsx | 2 +- src/IconRavenOutlinedFilled.tsx | 2 +- src/IconRavenRounded.tsx | 2 +- src/IconRavenRoundedFilled.tsx | 2 +- src/IconRavenSharp.tsx | 2 +- src/IconRavenSharpFilled.tsx | 2 +- src/IconRawOffOutlined.tsx | 2 +- src/IconRawOffOutlinedFilled.tsx | 2 +- src/IconRawOffRounded.tsx | 2 +- src/IconRawOffRoundedFilled.tsx | 2 +- src/IconRawOffSharp.tsx | 2 +- src/IconRawOffSharpFilled.tsx | 2 +- src/IconRawOnOutlined.tsx | 2 +- src/IconRawOnOutlinedFilled.tsx | 2 +- src/IconRawOnRounded.tsx | 2 +- src/IconRawOnRoundedFilled.tsx | 2 +- src/IconRawOnSharp.tsx | 2 +- src/IconRawOnSharpFilled.tsx | 2 +- src/IconReadMoreOutlined.tsx | 2 +- src/IconReadMoreOutlinedFilled.tsx | 2 +- src/IconReadMoreRounded.tsx | 2 +- src/IconReadMoreRoundedFilled.tsx | 2 +- src/IconReadMoreSharp.tsx | 2 +- src/IconReadMoreSharpFilled.tsx | 2 +- src/IconReadinessScoreOutlined.tsx | 2 +- src/IconReadinessScoreOutlinedFilled.tsx | 2 +- src/IconReadinessScoreRounded.tsx | 2 +- src/IconReadinessScoreRoundedFilled.tsx | 2 +- src/IconReadinessScoreSharp.tsx | 2 +- src/IconReadinessScoreSharpFilled.tsx | 2 +- src/IconRealEstateAgentOutlined.tsx | 2 +- src/IconRealEstateAgentOutlinedFilled.tsx | 2 +- src/IconRealEstateAgentRounded.tsx | 2 +- src/IconRealEstateAgentRoundedFilled.tsx | 2 +- src/IconRealEstateAgentSharp.tsx | 2 +- src/IconRealEstateAgentSharpFilled.tsx | 2 +- src/IconRearCameraOutlined.tsx | 2 +- src/IconRearCameraOutlinedFilled.tsx | 2 +- src/IconRearCameraRounded.tsx | 2 +- src/IconRearCameraRoundedFilled.tsx | 2 +- src/IconRearCameraSharp.tsx | 2 +- src/IconRearCameraSharpFilled.tsx | 2 +- src/IconRebaseEditOutlined.tsx | 2 +- src/IconRebaseEditOutlinedFilled.tsx | 2 +- src/IconRebaseEditRounded.tsx | 2 +- src/IconRebaseEditRoundedFilled.tsx | 2 +- src/IconRebaseEditSharp.tsx | 2 +- src/IconRebaseEditSharpFilled.tsx | 2 +- src/IconRebaseOutlined.tsx | 2 +- src/IconRebaseOutlinedFilled.tsx | 2 +- src/IconRebaseRounded.tsx | 2 +- src/IconRebaseRoundedFilled.tsx | 2 +- src/IconRebaseSharp.tsx | 2 +- src/IconRebaseSharpFilled.tsx | 2 +- src/IconReceiptLongOffOutlined.tsx | 2 +- src/IconReceiptLongOffOutlinedFilled.tsx | 2 +- src/IconReceiptLongOffRounded.tsx | 2 +- src/IconReceiptLongOffRoundedFilled.tsx | 2 +- src/IconReceiptLongOffSharp.tsx | 2 +- src/IconReceiptLongOffSharpFilled.tsx | 2 +- src/IconReceiptLongOutlined.tsx | 2 +- src/IconReceiptLongOutlinedFilled.tsx | 2 +- src/IconReceiptLongRounded.tsx | 2 +- src/IconReceiptLongRoundedFilled.tsx | 2 +- src/IconReceiptLongSharp.tsx | 2 +- src/IconReceiptLongSharpFilled.tsx | 2 +- src/IconReceiptOutlined.tsx | 2 +- src/IconReceiptOutlinedFilled.tsx | 2 +- src/IconReceiptRounded.tsx | 2 +- src/IconReceiptRoundedFilled.tsx | 2 +- src/IconReceiptSharp.tsx | 2 +- src/IconReceiptSharpFilled.tsx | 2 +- src/IconRecentActorsOutlined.tsx | 2 +- src/IconRecentActorsOutlinedFilled.tsx | 2 +- src/IconRecentActorsRounded.tsx | 2 +- src/IconRecentActorsRoundedFilled.tsx | 2 +- src/IconRecentActorsSharp.tsx | 2 +- src/IconRecentActorsSharpFilled.tsx | 2 +- src/IconRecentPatientOutlined.tsx | 2 +- src/IconRecentPatientOutlinedFilled.tsx | 2 +- src/IconRecentPatientRounded.tsx | 2 +- src/IconRecentPatientRoundedFilled.tsx | 2 +- src/IconRecentPatientSharp.tsx | 2 +- src/IconRecentPatientSharpFilled.tsx | 2 +- src/IconRecenterOutlined.tsx | 2 +- src/IconRecenterOutlinedFilled.tsx | 2 +- src/IconRecenterRounded.tsx | 2 +- src/IconRecenterRoundedFilled.tsx | 2 +- src/IconRecenterSharp.tsx | 2 +- src/IconRecenterSharpFilled.tsx | 2 +- src/IconRecommendOutlined.tsx | 2 +- src/IconRecommendOutlinedFilled.tsx | 2 +- src/IconRecommendRounded.tsx | 2 +- src/IconRecommendRoundedFilled.tsx | 2 +- src/IconRecommendSharp.tsx | 2 +- src/IconRecommendSharpFilled.tsx | 2 +- src/IconRecordVoiceOverOutlined.tsx | 2 +- src/IconRecordVoiceOverOutlinedFilled.tsx | 2 +- src/IconRecordVoiceOverRounded.tsx | 2 +- src/IconRecordVoiceOverRoundedFilled.tsx | 2 +- src/IconRecordVoiceOverSharp.tsx | 2 +- src/IconRecordVoiceOverSharpFilled.tsx | 2 +- src/IconRectangleOutlined.tsx | 2 +- src/IconRectangleOutlinedFilled.tsx | 2 +- src/IconRectangleRounded.tsx | 2 +- src/IconRectangleRoundedFilled.tsx | 2 +- src/IconRectangleSharp.tsx | 2 +- src/IconRectangleSharpFilled.tsx | 2 +- src/IconRecyclingOutlined.tsx | 2 +- src/IconRecyclingOutlinedFilled.tsx | 2 +- src/IconRecyclingRounded.tsx | 2 +- src/IconRecyclingRoundedFilled.tsx | 2 +- src/IconRecyclingSharp.tsx | 2 +- src/IconRecyclingSharpFilled.tsx | 2 +- src/IconRedeemOutlined.tsx | 2 +- src/IconRedeemOutlinedFilled.tsx | 2 +- src/IconRedeemRounded.tsx | 2 +- src/IconRedeemRoundedFilled.tsx | 2 +- src/IconRedeemSharp.tsx | 2 +- src/IconRedeemSharpFilled.tsx | 2 +- src/IconRedoOutlined.tsx | 2 +- src/IconRedoOutlinedFilled.tsx | 2 +- src/IconRedoRounded.tsx | 2 +- src/IconRedoRoundedFilled.tsx | 2 +- src/IconRedoSharp.tsx | 2 +- src/IconRedoSharpFilled.tsx | 2 +- src/IconReduceCapacityOutlined.tsx | 2 +- src/IconReduceCapacityOutlinedFilled.tsx | 2 +- src/IconReduceCapacityRounded.tsx | 2 +- src/IconReduceCapacityRoundedFilled.tsx | 2 +- src/IconReduceCapacitySharp.tsx | 2 +- src/IconReduceCapacitySharpFilled.tsx | 2 +- src/IconRefreshOutlined.tsx | 2 +- src/IconRefreshOutlinedFilled.tsx | 2 +- src/IconRefreshRounded.tsx | 2 +- src/IconRefreshRoundedFilled.tsx | 2 +- src/IconRefreshSharp.tsx | 2 +- src/IconRefreshSharpFilled.tsx | 2 +- src/IconRegularExpressionOutlined.tsx | 2 +- src/IconRegularExpressionOutlinedFilled.tsx | 2 +- src/IconRegularExpressionRounded.tsx | 2 +- src/IconRegularExpressionRoundedFilled.tsx | 2 +- src/IconRegularExpressionSharp.tsx | 2 +- src/IconRegularExpressionSharpFilled.tsx | 2 +- src/IconRelaxOutlined.tsx | 2 +- src/IconRelaxOutlinedFilled.tsx | 2 +- src/IconRelaxRounded.tsx | 2 +- src/IconRelaxRoundedFilled.tsx | 2 +- src/IconRelaxSharp.tsx | 2 +- src/IconRelaxSharpFilled.tsx | 2 +- src/IconReleaseAlertOutlined.tsx | 2 +- src/IconReleaseAlertOutlinedFilled.tsx | 2 +- src/IconReleaseAlertRounded.tsx | 2 +- src/IconReleaseAlertRoundedFilled.tsx | 2 +- src/IconReleaseAlertSharp.tsx | 2 +- src/IconReleaseAlertSharpFilled.tsx | 2 +- src/IconRememberMeOutlined.tsx | 2 +- src/IconRememberMeOutlinedFilled.tsx | 2 +- src/IconRememberMeRounded.tsx | 2 +- src/IconRememberMeRoundedFilled.tsx | 2 +- src/IconRememberMeSharp.tsx | 2 +- src/IconRememberMeSharpFilled.tsx | 2 +- src/IconReminderOutlined.tsx | 2 +- src/IconReminderOutlinedFilled.tsx | 2 +- src/IconReminderRounded.tsx | 2 +- src/IconReminderRoundedFilled.tsx | 2 +- src/IconReminderSharp.tsx | 2 +- src/IconReminderSharpFilled.tsx | 2 +- src/IconRemoteGenOutlined.tsx | 2 +- src/IconRemoteGenOutlinedFilled.tsx | 2 +- src/IconRemoteGenRounded.tsx | 2 +- src/IconRemoteGenRoundedFilled.tsx | 2 +- src/IconRemoteGenSharp.tsx | 2 +- src/IconRemoteGenSharpFilled.tsx | 2 +- src/IconRemoveDoneOutlined.tsx | 2 +- src/IconRemoveDoneOutlinedFilled.tsx | 2 +- src/IconRemoveDoneRounded.tsx | 2 +- src/IconRemoveDoneRoundedFilled.tsx | 2 +- src/IconRemoveDoneSharp.tsx | 2 +- src/IconRemoveDoneSharpFilled.tsx | 2 +- src/IconRemoveFromQueueOutlined.tsx | 2 +- src/IconRemoveFromQueueOutlinedFilled.tsx | 2 +- src/IconRemoveFromQueueRounded.tsx | 2 +- src/IconRemoveFromQueueRoundedFilled.tsx | 2 +- src/IconRemoveFromQueueSharp.tsx | 2 +- src/IconRemoveFromQueueSharpFilled.tsx | 2 +- src/IconRemoveModeratorOutlined.tsx | 2 +- src/IconRemoveModeratorOutlinedFilled.tsx | 2 +- src/IconRemoveModeratorRounded.tsx | 2 +- src/IconRemoveModeratorRoundedFilled.tsx | 2 +- src/IconRemoveModeratorSharp.tsx | 2 +- src/IconRemoveModeratorSharpFilled.tsx | 2 +- src/IconRemoveOutlined.tsx | 2 +- src/IconRemoveOutlinedFilled.tsx | 2 +- src/IconRemoveRoadOutlined.tsx | 2 +- src/IconRemoveRoadOutlinedFilled.tsx | 2 +- src/IconRemoveRoadRounded.tsx | 2 +- src/IconRemoveRoadRoundedFilled.tsx | 2 +- src/IconRemoveRoadSharp.tsx | 2 +- src/IconRemoveRoadSharpFilled.tsx | 2 +- src/IconRemoveRounded.tsx | 2 +- src/IconRemoveRoundedFilled.tsx | 2 +- src/IconRemoveSelectionOutlined.tsx | 2 +- src/IconRemoveSelectionOutlinedFilled.tsx | 2 +- src/IconRemoveSelectionRounded.tsx | 2 +- src/IconRemoveSelectionRoundedFilled.tsx | 2 +- src/IconRemoveSelectionSharp.tsx | 2 +- src/IconRemoveSelectionSharpFilled.tsx | 2 +- src/IconRemoveSharp.tsx | 2 +- src/IconRemoveSharpFilled.tsx | 2 +- src/IconRemoveShoppingCartOutlined.tsx | 2 +- src/IconRemoveShoppingCartOutlinedFilled.tsx | 2 +- src/IconRemoveShoppingCartRounded.tsx | 2 +- src/IconRemoveShoppingCartRoundedFilled.tsx | 2 +- src/IconRemoveShoppingCartSharp.tsx | 2 +- src/IconRemoveShoppingCartSharpFilled.tsx | 2 +- src/IconReopenWindowOutlined.tsx | 2 +- src/IconReopenWindowOutlinedFilled.tsx | 2 +- src/IconReopenWindowRounded.tsx | 2 +- src/IconReopenWindowRoundedFilled.tsx | 2 +- src/IconReopenWindowSharp.tsx | 2 +- src/IconReopenWindowSharpFilled.tsx | 2 +- src/IconReorderOutlined.tsx | 2 +- src/IconReorderOutlinedFilled.tsx | 2 +- src/IconReorderRounded.tsx | 2 +- src/IconReorderRoundedFilled.tsx | 2 +- src/IconReorderSharp.tsx | 2 +- src/IconReorderSharpFilled.tsx | 2 +- src/IconRepartitionOutlined.tsx | 2 +- src/IconRepartitionOutlinedFilled.tsx | 2 +- src/IconRepartitionRounded.tsx | 2 +- src/IconRepartitionRoundedFilled.tsx | 2 +- src/IconRepartitionSharp.tsx | 2 +- src/IconRepartitionSharpFilled.tsx | 2 +- src/IconRepeatOnOutlined.tsx | 2 +- src/IconRepeatOnOutlinedFilled.tsx | 2 +- src/IconRepeatOnRounded.tsx | 2 +- src/IconRepeatOnRoundedFilled.tsx | 2 +- src/IconRepeatOnSharp.tsx | 2 +- src/IconRepeatOnSharpFilled.tsx | 2 +- src/IconRepeatOneOnOutlined.tsx | 2 +- src/IconRepeatOneOnOutlinedFilled.tsx | 2 +- src/IconRepeatOneOnRounded.tsx | 2 +- src/IconRepeatOneOnRoundedFilled.tsx | 2 +- src/IconRepeatOneOnSharp.tsx | 2 +- src/IconRepeatOneOnSharpFilled.tsx | 2 +- src/IconRepeatOneOutlined.tsx | 2 +- src/IconRepeatOneOutlinedFilled.tsx | 2 +- src/IconRepeatOneRounded.tsx | 2 +- src/IconRepeatOneRoundedFilled.tsx | 2 +- src/IconRepeatOneSharp.tsx | 2 +- src/IconRepeatOneSharpFilled.tsx | 2 +- src/IconRepeatOutlined.tsx | 2 +- src/IconRepeatOutlinedFilled.tsx | 2 +- src/IconRepeatRounded.tsx | 2 +- src/IconRepeatRoundedFilled.tsx | 2 +- src/IconRepeatSharp.tsx | 2 +- src/IconRepeatSharpFilled.tsx | 2 +- src/IconReplaceAudioOutlined.tsx | 2 +- src/IconReplaceAudioOutlinedFilled.tsx | 2 +- src/IconReplaceAudioRounded.tsx | 2 +- src/IconReplaceAudioRoundedFilled.tsx | 2 +- src/IconReplaceAudioSharp.tsx | 2 +- src/IconReplaceAudioSharpFilled.tsx | 2 +- src/IconReplaceImageOutlined.tsx | 2 +- src/IconReplaceImageOutlinedFilled.tsx | 2 +- src/IconReplaceImageRounded.tsx | 2 +- src/IconReplaceImageRoundedFilled.tsx | 2 +- src/IconReplaceImageSharp.tsx | 2 +- src/IconReplaceImageSharpFilled.tsx | 2 +- src/IconReplaceVideoOutlined.tsx | 2 +- src/IconReplaceVideoOutlinedFilled.tsx | 2 +- src/IconReplaceVideoRounded.tsx | 2 +- src/IconReplaceVideoRoundedFilled.tsx | 2 +- src/IconReplaceVideoSharp.tsx | 2 +- src/IconReplaceVideoSharpFilled.tsx | 2 +- src/IconReplay10Outlined.tsx | 2 +- src/IconReplay10OutlinedFilled.tsx | 2 +- src/IconReplay10Rounded.tsx | 2 +- src/IconReplay10RoundedFilled.tsx | 2 +- src/IconReplay10Sharp.tsx | 2 +- src/IconReplay10SharpFilled.tsx | 2 +- src/IconReplay30Outlined.tsx | 2 +- src/IconReplay30OutlinedFilled.tsx | 2 +- src/IconReplay30Rounded.tsx | 2 +- src/IconReplay30RoundedFilled.tsx | 2 +- src/IconReplay30Sharp.tsx | 2 +- src/IconReplay30SharpFilled.tsx | 2 +- src/IconReplay5Outlined.tsx | 2 +- src/IconReplay5OutlinedFilled.tsx | 2 +- src/IconReplay5Rounded.tsx | 2 +- src/IconReplay5RoundedFilled.tsx | 2 +- src/IconReplay5Sharp.tsx | 2 +- src/IconReplay5SharpFilled.tsx | 2 +- src/IconReplayOutlined.tsx | 2 +- src/IconReplayOutlinedFilled.tsx | 2 +- src/IconReplayRounded.tsx | 2 +- src/IconReplayRoundedFilled.tsx | 2 +- src/IconReplaySharp.tsx | 2 +- src/IconReplaySharpFilled.tsx | 2 +- src/IconReplyAllOutlined.tsx | 2 +- src/IconReplyAllOutlinedFilled.tsx | 2 +- src/IconReplyAllRounded.tsx | 2 +- src/IconReplyAllRoundedFilled.tsx | 2 +- src/IconReplyAllSharp.tsx | 2 +- src/IconReplyAllSharpFilled.tsx | 2 +- src/IconReplyOutlined.tsx | 2 +- src/IconReplyOutlinedFilled.tsx | 2 +- src/IconReplyRounded.tsx | 9 + src/IconReplyRoundedFilled.tsx | 2 +- src/IconReplySharp.tsx | 2 +- src/IconReplySharpFilled.tsx | 2 +- src/IconReportOffOutlined.tsx | 2 +- src/IconReportOffOutlinedFilled.tsx | 2 +- src/IconReportOffRounded.tsx | 2 +- src/IconReportOffRoundedFilled.tsx | 2 +- src/IconReportOffSharp.tsx | 2 +- src/IconReportOffSharpFilled.tsx | 2 +- src/IconReportOutlined.tsx | 2 +- src/IconReportOutlinedFilled.tsx | 2 +- src/IconReportRounded.tsx | 2 +- src/IconReportRoundedFilled.tsx | 2 +- src/IconReportSharp.tsx | 2 +- src/IconReportSharpFilled.tsx | 2 +- src/IconRequestPageOutlined.tsx | 2 +- src/IconRequestPageOutlinedFilled.tsx | 2 +- src/IconRequestPageRounded.tsx | 2 +- src/IconRequestPageRoundedFilled.tsx | 2 +- src/IconRequestPageSharp.tsx | 2 +- src/IconRequestPageSharpFilled.tsx | 2 +- src/IconRequestQuoteOutlined.tsx | 2 +- src/IconRequestQuoteOutlinedFilled.tsx | 2 +- src/IconRequestQuoteRounded.tsx | 2 +- src/IconRequestQuoteRoundedFilled.tsx | 2 +- src/IconRequestQuoteSharp.tsx | 2 +- src/IconRequestQuoteSharpFilled.tsx | 2 +- src/IconResetBrightnessOutlined.tsx | 2 +- src/IconResetBrightnessOutlinedFilled.tsx | 2 +- src/IconResetBrightnessRounded.tsx | 2 +- src/IconResetBrightnessRoundedFilled.tsx | 2 +- src/IconResetBrightnessSharp.tsx | 2 +- src/IconResetBrightnessSharpFilled.tsx | 2 +- src/IconResetFocusOutlined.tsx | 2 +- src/IconResetFocusOutlinedFilled.tsx | 2 +- src/IconResetFocusRounded.tsx | 2 +- src/IconResetFocusRoundedFilled.tsx | 2 +- src/IconResetFocusSharp.tsx | 2 +- src/IconResetFocusSharpFilled.tsx | 2 +- src/IconResetImageOutlined.tsx | 2 +- src/IconResetImageOutlinedFilled.tsx | 2 +- src/IconResetImageRounded.tsx | 2 +- src/IconResetImageRoundedFilled.tsx | 2 +- src/IconResetImageSharp.tsx | 2 +- src/IconResetImageSharpFilled.tsx | 2 +- src/IconResetIsoOutlined.tsx | 2 +- src/IconResetIsoOutlinedFilled.tsx | 2 +- src/IconResetIsoRounded.tsx | 2 +- src/IconResetIsoRoundedFilled.tsx | 2 +- src/IconResetIsoSharp.tsx | 2 +- src/IconResetIsoSharpFilled.tsx | 2 +- src/IconResetSettingsOutlined.tsx | 2 +- src/IconResetSettingsOutlinedFilled.tsx | 2 +- src/IconResetSettingsRounded.tsx | 2 +- src/IconResetSettingsRoundedFilled.tsx | 2 +- src/IconResetSettingsSharp.tsx | 2 +- src/IconResetSettingsSharpFilled.tsx | 2 +- src/IconResetShadowOutlined.tsx | 2 +- src/IconResetShadowOutlinedFilled.tsx | 2 +- src/IconResetShadowRounded.tsx | 2 +- src/IconResetShadowRoundedFilled.tsx | 2 +- src/IconResetShadowSharp.tsx | 2 +- src/IconResetShadowSharpFilled.tsx | 2 +- src/IconResetShutterSpeedOutlined.tsx | 2 +- src/IconResetShutterSpeedOutlinedFilled.tsx | 2 +- src/IconResetShutterSpeedRounded.tsx | 2 +- src/IconResetShutterSpeedRoundedFilled.tsx | 2 +- src/IconResetShutterSpeedSharp.tsx | 2 +- src/IconResetShutterSpeedSharpFilled.tsx | 2 +- src/IconResetTvOutlined.tsx | 2 +- src/IconResetTvOutlinedFilled.tsx | 2 +- src/IconResetTvRounded.tsx | 2 +- src/IconResetTvRoundedFilled.tsx | 2 +- src/IconResetTvSharp.tsx | 2 +- src/IconResetTvSharpFilled.tsx | 2 +- src/IconResetWhiteBalanceOutlined.tsx | 2 +- src/IconResetWhiteBalanceOutlinedFilled.tsx | 2 +- src/IconResetWhiteBalanceRounded.tsx | 2 +- src/IconResetWhiteBalanceRoundedFilled.tsx | 2 +- src/IconResetWhiteBalanceSharp.tsx | 2 +- src/IconResetWhiteBalanceSharpFilled.tsx | 2 +- src/IconResetWrenchOutlined.tsx | 2 +- src/IconResetWrenchOutlinedFilled.tsx | 2 +- src/IconResetWrenchRounded.tsx | 2 +- src/IconResetWrenchRoundedFilled.tsx | 2 +- src/IconResetWrenchSharp.tsx | 2 +- src/IconResetWrenchSharpFilled.tsx | 2 +- src/IconResizeOutlined.tsx | 2 +- src/IconResizeOutlinedFilled.tsx | 2 +- src/IconResizeRounded.tsx | 2 +- src/IconResizeRoundedFilled.tsx | 2 +- src/IconResizeSharp.tsx | 2 +- src/IconResizeSharpFilled.tsx | 2 +- src/IconRespiratoryRateOutlined.tsx | 2 +- src/IconRespiratoryRateOutlinedFilled.tsx | 2 +- src/IconRespiratoryRateRounded.tsx | 2 +- src/IconRespiratoryRateRoundedFilled.tsx | 2 +- src/IconRespiratoryRateSharp.tsx | 2 +- src/IconRespiratoryRateSharpFilled.tsx | 2 +- src/IconResponsiveLayoutOutlined.tsx | 2 +- src/IconResponsiveLayoutOutlinedFilled.tsx | 2 +- src/IconResponsiveLayoutRounded.tsx | 2 +- src/IconResponsiveLayoutRoundedFilled.tsx | 2 +- src/IconResponsiveLayoutSharp.tsx | 2 +- src/IconResponsiveLayoutSharpFilled.tsx | 2 +- src/IconRestartAltOutlined.tsx | 2 +- src/IconRestartAltOutlinedFilled.tsx | 2 +- src/IconRestartAltRounded.tsx | 2 +- src/IconRestartAltRoundedFilled.tsx | 2 +- src/IconRestartAltSharp.tsx | 2 +- src/IconRestartAltSharpFilled.tsx | 2 +- src/IconRestaurantOutlined.tsx | 2 +- src/IconRestaurantOutlinedFilled.tsx | 2 +- src/IconRestaurantRounded.tsx | 2 +- src/IconRestaurantRoundedFilled.tsx | 2 +- src/IconRestaurantSharp.tsx | 2 +- src/IconRestaurantSharpFilled.tsx | 2 +- src/IconRestoreFromTrashOutlined.tsx | 2 +- src/IconRestoreFromTrashOutlinedFilled.tsx | 2 +- src/IconRestoreFromTrashRounded.tsx | 2 +- src/IconRestoreFromTrashRoundedFilled.tsx | 2 +- src/IconRestoreFromTrashSharp.tsx | 2 +- src/IconRestoreFromTrashSharpFilled.tsx | 2 +- src/IconRestorePageOutlined.tsx | 2 +- src/IconRestorePageOutlinedFilled.tsx | 2 +- src/IconRestorePageRounded.tsx | 2 +- src/IconRestorePageRoundedFilled.tsx | 2 +- src/IconRestorePageSharp.tsx | 2 +- src/IconRestorePageSharpFilled.tsx | 2 +- src/IconResumeOutlined.tsx | 2 +- src/IconResumeOutlinedFilled.tsx | 2 +- src/IconResumeRounded.tsx | 2 +- src/IconResumeRoundedFilled.tsx | 2 +- src/IconResumeSharp.tsx | 2 +- src/IconResumeSharpFilled.tsx | 2 +- src/IconReviewsOutlined.tsx | 2 +- src/IconReviewsOutlinedFilled.tsx | 2 +- src/IconReviewsRounded.tsx | 2 +- src/IconReviewsRoundedFilled.tsx | 2 +- src/IconReviewsSharp.tsx | 2 +- src/IconReviewsSharpFilled.tsx | 2 +- src/IconRewardedAdsOutlined.tsx | 2 +- src/IconRewardedAdsOutlinedFilled.tsx | 2 +- src/IconRewardedAdsRounded.tsx | 2 +- src/IconRewardedAdsRoundedFilled.tsx | 2 +- src/IconRewardedAdsSharp.tsx | 2 +- src/IconRewardedAdsSharpFilled.tsx | 2 +- src/IconRheumatologyOutlined.tsx | 2 +- src/IconRheumatologyOutlinedFilled.tsx | 2 +- src/IconRheumatologyRounded.tsx | 2 +- src/IconRheumatologyRoundedFilled.tsx | 2 +- src/IconRheumatologySharp.tsx | 2 +- src/IconRheumatologySharpFilled.tsx | 2 +- src/IconRibCageOutlined.tsx | 2 +- src/IconRibCageOutlinedFilled.tsx | 2 +- src/IconRibCageRounded.tsx | 2 +- src/IconRibCageRoundedFilled.tsx | 2 +- src/IconRibCageSharp.tsx | 2 +- src/IconRibCageSharpFilled.tsx | 2 +- src/IconRiceBowlOutlined.tsx | 2 +- src/IconRiceBowlOutlinedFilled.tsx | 2 +- src/IconRiceBowlRounded.tsx | 2 +- src/IconRiceBowlRoundedFilled.tsx | 2 +- src/IconRiceBowlSharp.tsx | 2 +- src/IconRiceBowlSharpFilled.tsx | 2 +- src/IconRightClickOutlined.tsx | 2 +- src/IconRightClickOutlinedFilled.tsx | 2 +- src/IconRightClickRounded.tsx | 2 +- src/IconRightClickRoundedFilled.tsx | 2 +- src/IconRightClickSharp.tsx | 2 +- src/IconRightClickSharpFilled.tsx | 2 +- src/IconRightPanelCloseOutlined.tsx | 2 +- src/IconRightPanelCloseOutlinedFilled.tsx | 2 +- src/IconRightPanelCloseRounded.tsx | 2 +- src/IconRightPanelCloseRoundedFilled.tsx | 2 +- src/IconRightPanelCloseSharp.tsx | 2 +- src/IconRightPanelCloseSharpFilled.tsx | 2 +- src/IconRightPanelOpenOutlined.tsx | 2 +- src/IconRightPanelOpenOutlinedFilled.tsx | 2 +- src/IconRightPanelOpenRounded.tsx | 2 +- src/IconRightPanelOpenRoundedFilled.tsx | 2 +- src/IconRightPanelOpenSharp.tsx | 2 +- src/IconRightPanelOpenSharpFilled.tsx | 2 +- src/IconRingVolumeOutlined.tsx | 2 +- src/IconRingVolumeOutlinedFilled.tsx | 2 +- src/IconRingVolumeRounded.tsx | 2 +- src/IconRingVolumeRoundedFilled.tsx | 2 +- src/IconRingVolumeSharp.tsx | 2 +- src/IconRingVolumeSharpFilled.tsx | 2 +- src/IconRipplesOutlined.tsx | 2 +- src/IconRipplesOutlinedFilled.tsx | 2 +- src/IconRipplesRounded.tsx | 2 +- src/IconRipplesRoundedFilled.tsx | 2 +- src/IconRipplesSharp.tsx | 2 +- src/IconRipplesSharpFilled.tsx | 2 +- src/IconRoadOutlined.tsx | 2 +- src/IconRoadOutlinedFilled.tsx | 2 +- src/IconRoadRounded.tsx | 2 +- src/IconRoadRoundedFilled.tsx | 2 +- src/IconRoadSharp.tsx | 2 +- src/IconRoadSharpFilled.tsx | 2 +- src/IconRobot2Outlined.tsx | 2 +- src/IconRobot2OutlinedFilled.tsx | 2 +- src/IconRobot2Rounded.tsx | 2 +- src/IconRobot2RoundedFilled.tsx | 2 +- src/IconRobot2Sharp.tsx | 2 +- src/IconRobot2SharpFilled.tsx | 2 +- src/IconRobotOutlined.tsx | 2 +- src/IconRobotOutlinedFilled.tsx | 2 +- src/IconRobotRounded.tsx | 2 +- src/IconRobotRoundedFilled.tsx | 2 +- src/IconRobotSharp.tsx | 2 +- src/IconRobotSharpFilled.tsx | 2 +- src/IconRocketLaunchOutlined.tsx | 2 +- src/IconRocketLaunchOutlinedFilled.tsx | 2 +- src/IconRocketLaunchRounded.tsx | 2 +- src/IconRocketLaunchRoundedFilled.tsx | 2 +- src/IconRocketLaunchSharp.tsx | 2 +- src/IconRocketLaunchSharpFilled.tsx | 2 +- src/IconRocketOutlined.tsx | 2 +- src/IconRocketOutlinedFilled.tsx | 2 +- src/IconRocketRounded.tsx | 2 +- src/IconRocketRoundedFilled.tsx | 2 +- src/IconRocketSharp.tsx | 2 +- src/IconRocketSharpFilled.tsx | 2 +- src/IconRollerShadesClosedOutlined.tsx | 2 +- src/IconRollerShadesClosedOutlinedFilled.tsx | 2 +- src/IconRollerShadesClosedRounded.tsx | 2 +- src/IconRollerShadesClosedRoundedFilled.tsx | 2 +- src/IconRollerShadesClosedSharp.tsx | 2 +- src/IconRollerShadesClosedSharpFilled.tsx | 2 +- src/IconRollerShadesOutlined.tsx | 2 +- src/IconRollerShadesOutlinedFilled.tsx | 2 +- src/IconRollerShadesRounded.tsx | 2 +- src/IconRollerShadesRoundedFilled.tsx | 2 +- src/IconRollerShadesSharp.tsx | 2 +- src/IconRollerShadesSharpFilled.tsx | 2 +- src/IconRollerSkatingOutlined.tsx | 2 +- src/IconRollerSkatingOutlinedFilled.tsx | 2 +- src/IconRollerSkatingRounded.tsx | 2 +- src/IconRollerSkatingRoundedFilled.tsx | 2 +- src/IconRollerSkatingSharp.tsx | 2 +- src/IconRollerSkatingSharpFilled.tsx | 2 +- src/IconRoofingOutlined.tsx | 2 +- src/IconRoofingOutlinedFilled.tsx | 2 +- src/IconRoofingRounded.tsx | 2 +- src/IconRoofingRoundedFilled.tsx | 2 +- src/IconRoofingSharp.tsx | 2 +- src/IconRoofingSharpFilled.tsx | 2 +- src/IconRoomPreferencesOutlined.tsx | 2 +- src/IconRoomPreferencesOutlinedFilled.tsx | 2 +- src/IconRoomPreferencesRounded.tsx | 2 +- src/IconRoomPreferencesRoundedFilled.tsx | 2 +- src/IconRoomPreferencesSharp.tsx | 2 +- src/IconRoomPreferencesSharpFilled.tsx | 2 +- src/IconRoomServiceOutlined.tsx | 2 +- src/IconRoomServiceOutlinedFilled.tsx | 2 +- src/IconRoomServiceRounded.tsx | 2 +- src/IconRoomServiceRoundedFilled.tsx | 2 +- src/IconRoomServiceSharp.tsx | 2 +- src/IconRoomServiceSharpFilled.tsx | 2 +- src/IconRotate90DegreesCcwOutlined.tsx | 2 +- src/IconRotate90DegreesCcwOutlinedFilled.tsx | 2 +- src/IconRotate90DegreesCcwRounded.tsx | 2 +- src/IconRotate90DegreesCcwRoundedFilled.tsx | 2 +- src/IconRotate90DegreesCcwSharp.tsx | 2 +- src/IconRotate90DegreesCcwSharpFilled.tsx | 2 +- src/IconRotate90DegreesCwOutlined.tsx | 2 +- src/IconRotate90DegreesCwOutlinedFilled.tsx | 2 +- src/IconRotate90DegreesCwRounded.tsx | 2 +- src/IconRotate90DegreesCwRoundedFilled.tsx | 2 +- src/IconRotate90DegreesCwSharp.tsx | 2 +- src/IconRotate90DegreesCwSharpFilled.tsx | 2 +- src/IconRotateAutoOutlined.tsx | 2 +- src/IconRotateAutoOutlinedFilled.tsx | 2 +- src/IconRotateAutoRounded.tsx | 2 +- src/IconRotateAutoRoundedFilled.tsx | 2 +- src/IconRotateAutoSharp.tsx | 2 +- src/IconRotateAutoSharpFilled.tsx | 2 +- src/IconRotateLeftOutlined.tsx | 2 +- src/IconRotateLeftOutlinedFilled.tsx | 2 +- src/IconRotateLeftRounded.tsx | 2 +- src/IconRotateLeftRoundedFilled.tsx | 2 +- src/IconRotateLeftSharp.tsx | 2 +- src/IconRotateLeftSharpFilled.tsx | 2 +- src/IconRotateRightOutlined.tsx | 2 +- src/IconRotateRightOutlinedFilled.tsx | 2 +- src/IconRotateRightRounded.tsx | 2 +- src/IconRotateRightRoundedFilled.tsx | 2 +- src/IconRotateRightSharp.tsx | 2 +- src/IconRotateRightSharpFilled.tsx | 2 +- src/IconRoundaboutLeftOutlined.tsx | 2 +- src/IconRoundaboutLeftOutlinedFilled.tsx | 2 +- src/IconRoundaboutLeftRounded.tsx | 2 +- src/IconRoundaboutLeftRoundedFilled.tsx | 2 +- src/IconRoundaboutLeftSharp.tsx | 2 +- src/IconRoundaboutLeftSharpFilled.tsx | 2 +- src/IconRoundaboutRightOutlined.tsx | 2 +- src/IconRoundaboutRightOutlinedFilled.tsx | 2 +- src/IconRoundaboutRightRounded.tsx | 2 +- src/IconRoundaboutRightRoundedFilled.tsx | 2 +- src/IconRoundaboutRightSharp.tsx | 2 +- src/IconRoundaboutRightSharpFilled.tsx | 2 +- src/IconRoundedCornerOutlined.tsx | 2 +- src/IconRoundedCornerOutlinedFilled.tsx | 2 +- src/IconRoundedCornerRounded.tsx | 2 +- src/IconRoundedCornerRoundedFilled.tsx | 2 +- src/IconRoundedCornerSharp.tsx | 2 +- src/IconRoundedCornerSharpFilled.tsx | 2 +- src/IconRouteOutlined.tsx | 2 +- src/IconRouteOutlinedFilled.tsx | 2 +- src/IconRouteRounded.tsx | 2 +- src/IconRouteRoundedFilled.tsx | 2 +- src/IconRouteSharp.tsx | 2 +- src/IconRouteSharpFilled.tsx | 2 +- src/IconRouterOutlined.tsx | 2 +- src/IconRouterOutlinedFilled.tsx | 2 +- src/IconRouterRounded.tsx | 2 +- src/IconRouterRoundedFilled.tsx | 2 +- src/IconRouterSharp.tsx | 2 +- src/IconRouterSharpFilled.tsx | 2 +- src/IconRoutineOutlined.tsx | 2 +- src/IconRoutineOutlinedFilled.tsx | 2 +- src/IconRoutineRounded.tsx | 2 +- src/IconRoutineRoundedFilled.tsx | 2 +- src/IconRoutineSharp.tsx | 2 +- src/IconRoutineSharpFilled.tsx | 2 +- src/IconRowingOutlined.tsx | 2 +- src/IconRowingOutlinedFilled.tsx | 2 +- src/IconRowingRounded.tsx | 2 +- src/IconRowingRoundedFilled.tsx | 2 +- src/IconRowingSharp.tsx | 2 +- src/IconRowingSharpFilled.tsx | 2 +- src/IconRssFeedOutlined.tsx | 2 +- src/IconRssFeedOutlinedFilled.tsx | 2 +- src/IconRssFeedRounded.tsx | 2 +- src/IconRssFeedRoundedFilled.tsx | 2 +- src/IconRssFeedSharp.tsx | 2 +- src/IconRssFeedSharpFilled.tsx | 2 +- src/IconRsvpOutlined.tsx | 2 +- src/IconRsvpOutlinedFilled.tsx | 2 +- src/IconRsvpRounded.tsx | 2 +- src/IconRsvpRoundedFilled.tsx | 2 +- src/IconRsvpSharp.tsx | 2 +- src/IconRsvpSharpFilled.tsx | 2 +- src/IconRttOutlined.tsx | 2 +- src/IconRttOutlinedFilled.tsx | 2 +- src/IconRttRounded.tsx | 2 +- src/IconRttRoundedFilled.tsx | 2 +- src/IconRttSharp.tsx | 2 +- src/IconRttSharpFilled.tsx | 2 +- src/IconRubricOutlined.tsx | 2 +- src/IconRubricOutlinedFilled.tsx | 2 +- src/IconRubricRounded.tsx | 2 +- src/IconRubricRoundedFilled.tsx | 2 +- src/IconRubricSharp.tsx | 2 +- src/IconRubricSharpFilled.tsx | 2 +- src/IconRuleFolderOutlined.tsx | 2 +- src/IconRuleFolderOutlinedFilled.tsx | 2 +- src/IconRuleFolderRounded.tsx | 2 +- src/IconRuleFolderRoundedFilled.tsx | 2 +- src/IconRuleFolderSharp.tsx | 2 +- src/IconRuleFolderSharpFilled.tsx | 2 +- src/IconRuleOutlined.tsx | 2 +- src/IconRuleOutlinedFilled.tsx | 2 +- src/IconRuleRounded.tsx | 2 +- src/IconRuleRoundedFilled.tsx | 2 +- src/IconRuleSettingsOutlined.tsx | 2 +- src/IconRuleSettingsOutlinedFilled.tsx | 2 +- src/IconRuleSettingsRounded.tsx | 2 +- src/IconRuleSettingsRoundedFilled.tsx | 2 +- src/IconRuleSettingsSharp.tsx | 2 +- src/IconRuleSettingsSharpFilled.tsx | 2 +- src/IconRuleSharp.tsx | 2 +- src/IconRuleSharpFilled.tsx | 2 +- src/IconRunCircleOutlined.tsx | 2 +- src/IconRunCircleOutlinedFilled.tsx | 2 +- src/IconRunCircleRounded.tsx | 2 +- src/IconRunCircleRoundedFilled.tsx | 2 +- src/IconRunCircleSharp.tsx | 2 +- src/IconRunCircleSharpFilled.tsx | 2 +- src/IconRunningWithErrorsOutlined.tsx | 2 +- src/IconRunningWithErrorsOutlinedFilled.tsx | 2 +- src/IconRunningWithErrorsRounded.tsx | 2 +- src/IconRunningWithErrorsRoundedFilled.tsx | 2 +- src/IconRunningWithErrorsSharp.tsx | 2 +- src/IconRunningWithErrorsSharpFilled.tsx | 2 +- src/IconRvHookupOutlined.tsx | 2 +- src/IconRvHookupOutlinedFilled.tsx | 2 +- src/IconRvHookupRounded.tsx | 2 +- src/IconRvHookupRoundedFilled.tsx | 2 +- src/IconRvHookupSharp.tsx | 2 +- src/IconRvHookupSharpFilled.tsx | 2 +- src/IconSafetyCheckOffOutlined.tsx | 2 +- src/IconSafetyCheckOffOutlinedFilled.tsx | 2 +- src/IconSafetyCheckOffRounded.tsx | 2 +- src/IconSafetyCheckOffRoundedFilled.tsx | 2 +- src/IconSafetyCheckOffSharp.tsx | 2 +- src/IconSafetyCheckOffSharpFilled.tsx | 2 +- src/IconSafetyCheckOutlined.tsx | 2 +- src/IconSafetyCheckOutlinedFilled.tsx | 2 +- src/IconSafetyCheckRounded.tsx | 2 +- src/IconSafetyCheckRoundedFilled.tsx | 2 +- src/IconSafetyCheckSharp.tsx | 2 +- src/IconSafetyCheckSharpFilled.tsx | 2 +- src/IconSafetyDividerOutlined.tsx | 2 +- src/IconSafetyDividerOutlinedFilled.tsx | 2 +- src/IconSafetyDividerRounded.tsx | 2 +- src/IconSafetyDividerRoundedFilled.tsx | 2 +- src/IconSafetyDividerSharp.tsx | 2 +- src/IconSafetyDividerSharpFilled.tsx | 2 +- src/IconSailingOutlined.tsx | 2 +- src/IconSailingOutlinedFilled.tsx | 2 +- src/IconSailingRounded.tsx | 2 +- src/IconSailingRoundedFilled.tsx | 2 +- src/IconSailingSharp.tsx | 2 +- src/IconSailingSharpFilled.tsx | 2 +- src/IconSalinityOutlined.tsx | 2 +- src/IconSalinityOutlinedFilled.tsx | 2 +- src/IconSalinityRounded.tsx | 2 +- src/IconSalinityRoundedFilled.tsx | 2 +- src/IconSalinitySharp.tsx | 2 +- src/IconSalinitySharpFilled.tsx | 2 +- src/IconSanitizerOutlined.tsx | 2 +- src/IconSanitizerOutlinedFilled.tsx | 2 +- src/IconSanitizerRounded.tsx | 2 +- src/IconSanitizerRoundedFilled.tsx | 2 +- src/IconSanitizerSharp.tsx | 2 +- src/IconSanitizerSharpFilled.tsx | 2 +- src/IconSatelliteAltOutlined.tsx | 2 +- src/IconSatelliteAltOutlinedFilled.tsx | 2 +- src/IconSatelliteAltRounded.tsx | 2 +- src/IconSatelliteAltRoundedFilled.tsx | 2 +- src/IconSatelliteAltSharp.tsx | 2 +- src/IconSatelliteAltSharpFilled.tsx | 2 +- src/IconSatelliteOutlined.tsx | 2 +- src/IconSatelliteOutlinedFilled.tsx | 2 +- src/IconSatelliteRounded.tsx | 2 +- src/IconSatelliteRoundedFilled.tsx | 2 +- src/IconSatelliteSharp.tsx | 2 +- src/IconSatelliteSharpFilled.tsx | 2 +- src/IconSaunaOutlined.tsx | 2 +- src/IconSaunaOutlinedFilled.tsx | 2 +- src/IconSaunaRounded.tsx | 2 +- src/IconSaunaRoundedFilled.tsx | 2 +- src/IconSaunaSharp.tsx | 2 +- src/IconSaunaSharpFilled.tsx | 2 +- src/IconSaveAsOutlined.tsx | 2 +- src/IconSaveAsOutlinedFilled.tsx | 2 +- src/IconSaveAsRounded.tsx | 2 +- src/IconSaveAsRoundedFilled.tsx | 2 +- src/IconSaveAsSharp.tsx | 2 +- src/IconSaveAsSharpFilled.tsx | 2 +- src/IconSaveOutlined.tsx | 2 +- src/IconSaveOutlinedFilled.tsx | 2 +- src/IconSaveRounded.tsx | 2 +- src/IconSaveRoundedFilled.tsx | 2 +- src/IconSaveSharp.tsx | 2 +- src/IconSaveSharpFilled.tsx | 2 +- src/IconSavedSearchOutlined.tsx | 2 +- src/IconSavedSearchOutlinedFilled.tsx | 2 +- src/IconSavedSearchRounded.tsx | 2 +- src/IconSavedSearchRoundedFilled.tsx | 2 +- src/IconSavedSearchSharp.tsx | 2 +- src/IconSavedSearchSharpFilled.tsx | 2 +- src/IconSavingsOutlined.tsx | 2 +- src/IconSavingsOutlinedFilled.tsx | 2 +- src/IconSavingsRounded.tsx | 2 +- src/IconSavingsRoundedFilled.tsx | 2 +- src/IconSavingsSharp.tsx | 2 +- src/IconSavingsSharpFilled.tsx | 2 +- src/IconScaleOutlined.tsx | 2 +- src/IconScaleOutlinedFilled.tsx | 2 +- src/IconScaleRounded.tsx | 2 +- src/IconScaleRoundedFilled.tsx | 2 +- src/IconScaleSharp.tsx | 2 +- src/IconScaleSharpFilled.tsx | 2 +- src/IconScanDeleteOutlined.tsx | 2 +- src/IconScanDeleteOutlinedFilled.tsx | 2 +- src/IconScanDeleteRounded.tsx | 2 +- src/IconScanDeleteRoundedFilled.tsx | 2 +- src/IconScanDeleteSharp.tsx | 2 +- src/IconScanDeleteSharpFilled.tsx | 2 +- src/IconScanOutlined.tsx | 2 +- src/IconScanOutlinedFilled.tsx | 2 +- src/IconScanRounded.tsx | 2 +- src/IconScanRoundedFilled.tsx | 2 +- src/IconScanSharp.tsx | 2 +- src/IconScanSharpFilled.tsx | 2 +- src/IconScannerOutlined.tsx | 2 +- src/IconScannerOutlinedFilled.tsx | 2 +- src/IconScannerRounded.tsx | 2 +- src/IconScannerRoundedFilled.tsx | 2 +- src/IconScannerSharp.tsx | 2 +- src/IconScannerSharpFilled.tsx | 2 +- src/IconScatterPlotOutlined.tsx | 2 +- src/IconScatterPlotOutlinedFilled.tsx | 2 +- src/IconScatterPlotRounded.tsx | 2 +- src/IconScatterPlotRoundedFilled.tsx | 2 +- src/IconScatterPlotSharp.tsx | 2 +- src/IconScatterPlotSharpFilled.tsx | 2 +- src/IconSceneOutlined.tsx | 2 +- src/IconSceneOutlinedFilled.tsx | 2 +- src/IconSceneRounded.tsx | 2 +- src/IconSceneRoundedFilled.tsx | 2 +- src/IconSceneSharp.tsx | 2 +- src/IconSceneSharpFilled.tsx | 2 +- src/IconScheduleOutlined.tsx | 2 +- src/IconScheduleOutlinedFilled.tsx | 2 +- src/IconScheduleRounded.tsx | 2 +- src/IconScheduleRoundedFilled.tsx | 2 +- src/IconScheduleSendOutlined.tsx | 2 +- src/IconScheduleSendOutlinedFilled.tsx | 2 +- src/IconScheduleSendRounded.tsx | 2 +- src/IconScheduleSendRoundedFilled.tsx | 2 +- src/IconScheduleSendSharp.tsx | 2 +- src/IconScheduleSendSharpFilled.tsx | 2 +- src/IconScheduleSharp.tsx | 2 +- src/IconScheduleSharpFilled.tsx | 2 +- src/IconSchemaOutlined.tsx | 2 +- src/IconSchemaOutlinedFilled.tsx | 2 +- src/IconSchemaRounded.tsx | 2 +- src/IconSchemaRoundedFilled.tsx | 2 +- src/IconSchemaSharp.tsx | 2 +- src/IconSchemaSharpFilled.tsx | 2 +- src/IconSchoolOutlined.tsx | 2 +- src/IconSchoolOutlinedFilled.tsx | 2 +- src/IconSchoolRounded.tsx | 2 +- src/IconSchoolRoundedFilled.tsx | 2 +- src/IconSchoolSharp.tsx | 2 +- src/IconSchoolSharpFilled.tsx | 2 +- src/IconScienceOffOutlined.tsx | 2 +- src/IconScienceOffOutlinedFilled.tsx | 2 +- src/IconScienceOffRounded.tsx | 2 +- src/IconScienceOffRoundedFilled.tsx | 2 +- src/IconScienceOffSharp.tsx | 9 + src/IconScienceOffSharpFilled.tsx | 2 +- src/IconScienceOutlined.tsx | 2 +- src/IconScienceOutlinedFilled.tsx | 2 +- src/IconScienceRounded.tsx | 2 +- src/IconScienceRoundedFilled.tsx | 2 +- src/IconScienceSharp.tsx | 2 +- src/IconScienceSharpFilled.tsx | 2 +- src/IconScooterOutlined.tsx | 2 +- src/IconScooterOutlinedFilled.tsx | 2 +- src/IconScooterRounded.tsx | 2 +- src/IconScooterRoundedFilled.tsx | 2 +- src/IconScooterSharp.tsx | 2 +- src/IconScooterSharpFilled.tsx | 2 +- src/IconScoreOutlined.tsx | 2 +- src/IconScoreOutlinedFilled.tsx | 2 +- src/IconScoreRounded.tsx | 2 +- src/IconScoreRoundedFilled.tsx | 2 +- src/IconScoreSharp.tsx | 2 +- src/IconScoreSharpFilled.tsx | 2 +- src/IconScoreboardOutlined.tsx | 2 +- src/IconScoreboardOutlinedFilled.tsx | 2 +- src/IconScoreboardRounded.tsx | 2 +- src/IconScoreboardRoundedFilled.tsx | 2 +- src/IconScoreboardSharp.tsx | 2 +- src/IconScoreboardSharpFilled.tsx | 2 +- src/IconScreenLockLandscapeOutlined.tsx | 2 +- src/IconScreenLockLandscapeOutlinedFilled.tsx | 2 +- src/IconScreenLockLandscapeRounded.tsx | 2 +- src/IconScreenLockLandscapeRoundedFilled.tsx | 2 +- src/IconScreenLockLandscapeSharp.tsx | 2 +- src/IconScreenLockLandscapeSharpFilled.tsx | 2 +- src/IconScreenLockPortraitOutlined.tsx | 2 +- src/IconScreenLockPortraitOutlinedFilled.tsx | 2 +- src/IconScreenLockPortraitRounded.tsx | 2 +- src/IconScreenLockPortraitRoundedFilled.tsx | 2 +- src/IconScreenLockPortraitSharp.tsx | 2 +- src/IconScreenLockPortraitSharpFilled.tsx | 2 +- src/IconScreenLockRotationOutlined.tsx | 2 +- src/IconScreenLockRotationOutlinedFilled.tsx | 2 +- src/IconScreenLockRotationRounded.tsx | 2 +- src/IconScreenLockRotationRoundedFilled.tsx | 2 +- src/IconScreenLockRotationSharp.tsx | 2 +- src/IconScreenLockRotationSharpFilled.tsx | 2 +- src/IconScreenRecordOutlined.tsx | 2 +- src/IconScreenRecordOutlinedFilled.tsx | 2 +- src/IconScreenRecordRounded.tsx | 2 +- src/IconScreenRecordRoundedFilled.tsx | 2 +- src/IconScreenRecordSharp.tsx | 2 +- src/IconScreenRecordSharpFilled.tsx | 2 +- src/IconScreenRotationAltOutlined.tsx | 2 +- src/IconScreenRotationAltOutlinedFilled.tsx | 2 +- src/IconScreenRotationAltRounded.tsx | 2 +- src/IconScreenRotationAltRoundedFilled.tsx | 2 +- src/IconScreenRotationAltSharp.tsx | 2 +- src/IconScreenRotationAltSharpFilled.tsx | 2 +- src/IconScreenRotationOutlined.tsx | 2 +- src/IconScreenRotationOutlinedFilled.tsx | 2 +- src/IconScreenRotationRounded.tsx | 2 +- src/IconScreenRotationRoundedFilled.tsx | 2 +- src/IconScreenRotationSharp.tsx | 2 +- src/IconScreenRotationSharpFilled.tsx | 2 +- src/IconScreenRotationUpOutlined.tsx | 2 +- src/IconScreenRotationUpOutlinedFilled.tsx | 2 +- src/IconScreenRotationUpRounded.tsx | 2 +- src/IconScreenRotationUpRoundedFilled.tsx | 2 +- src/IconScreenRotationUpSharp.tsx | 2 +- src/IconScreenRotationUpSharpFilled.tsx | 2 +- src/IconScreenSearchDesktopOutlined.tsx | 2 +- src/IconScreenSearchDesktopOutlinedFilled.tsx | 2 +- src/IconScreenSearchDesktopRounded.tsx | 2 +- src/IconScreenSearchDesktopRoundedFilled.tsx | 2 +- src/IconScreenSearchDesktopSharp.tsx | 2 +- src/IconScreenSearchDesktopSharpFilled.tsx | 2 +- src/IconScreenShareOutlined.tsx | 2 +- src/IconScreenShareOutlinedFilled.tsx | 2 +- src/IconScreenShareRounded.tsx | 2 +- src/IconScreenShareRoundedFilled.tsx | 2 +- src/IconScreenShareSharp.tsx | 2 +- src/IconScreenShareSharpFilled.tsx | 2 +- src/IconScreenshotFrameOutlined.tsx | 2 +- src/IconScreenshotFrameOutlinedFilled.tsx | 2 +- src/IconScreenshotFrameRounded.tsx | 2 +- src/IconScreenshotFrameRoundedFilled.tsx | 2 +- src/IconScreenshotFrameSharp.tsx | 2 +- src/IconScreenshotFrameSharpFilled.tsx | 2 +- src/IconScreenshotKeyboardOutlined.tsx | 2 +- src/IconScreenshotKeyboardOutlinedFilled.tsx | 2 +- src/IconScreenshotKeyboardRounded.tsx | 2 +- src/IconScreenshotKeyboardRoundedFilled.tsx | 2 +- src/IconScreenshotKeyboardSharp.tsx | 2 +- src/IconScreenshotKeyboardSharpFilled.tsx | 2 +- src/IconScreenshotMonitorOutlined.tsx | 2 +- src/IconScreenshotMonitorOutlinedFilled.tsx | 2 +- src/IconScreenshotMonitorRounded.tsx | 2 +- src/IconScreenshotMonitorRoundedFilled.tsx | 2 +- src/IconScreenshotMonitorSharp.tsx | 2 +- src/IconScreenshotMonitorSharpFilled.tsx | 2 +- src/IconScreenshotOutlined.tsx | 2 +- src/IconScreenshotOutlinedFilled.tsx | 2 +- src/IconScreenshotRegionOutlined.tsx | 2 +- src/IconScreenshotRegionOutlinedFilled.tsx | 2 +- src/IconScreenshotRegionRounded.tsx | 2 +- src/IconScreenshotRegionRoundedFilled.tsx | 2 +- src/IconScreenshotRegionSharp.tsx | 2 +- src/IconScreenshotRegionSharpFilled.tsx | 2 +- src/IconScreenshotRounded.tsx | 2 +- src/IconScreenshotRoundedFilled.tsx | 2 +- src/IconScreenshotSharp.tsx | 2 +- src/IconScreenshotSharpFilled.tsx | 2 +- src/IconScreenshotTabletOutlined.tsx | 2 +- src/IconScreenshotTabletOutlinedFilled.tsx | 2 +- src/IconScreenshotTabletRounded.tsx | 2 +- src/IconScreenshotTabletRoundedFilled.tsx | 2 +- src/IconScreenshotTabletSharp.tsx | 2 +- src/IconScreenshotTabletSharpFilled.tsx | 2 +- src/IconScriptOutlined.tsx | 2 +- src/IconScriptOutlinedFilled.tsx | 2 +- src/IconScriptRounded.tsx | 2 +- src/IconScriptRoundedFilled.tsx | 2 +- src/IconScriptSharp.tsx | 2 +- src/IconScriptSharpFilled.tsx | 2 +- src/IconScrollableHeaderOutlined.tsx | 2 +- src/IconScrollableHeaderOutlinedFilled.tsx | 2 +- src/IconScrollableHeaderRounded.tsx | 2 +- src/IconScrollableHeaderRoundedFilled.tsx | 2 +- src/IconScrollableHeaderSharp.tsx | 2 +- src/IconScrollableHeaderSharpFilled.tsx | 2 +- src/IconScubaDivingOutlined.tsx | 2 +- src/IconScubaDivingOutlinedFilled.tsx | 2 +- src/IconScubaDivingRounded.tsx | 2 +- src/IconScubaDivingRoundedFilled.tsx | 2 +- src/IconScubaDivingSharp.tsx | 2 +- src/IconScubaDivingSharpFilled.tsx | 2 +- src/IconSdCardAlertOutlined.tsx | 2 +- src/IconSdCardAlertOutlinedFilled.tsx | 2 +- src/IconSdCardAlertRounded.tsx | 2 +- src/IconSdCardAlertRoundedFilled.tsx | 2 +- src/IconSdCardAlertSharp.tsx | 2 +- src/IconSdCardAlertSharpFilled.tsx | 2 +- src/IconSdCardOutlined.tsx | 2 +- src/IconSdCardOutlinedFilled.tsx | 2 +- src/IconSdCardRounded.tsx | 2 +- src/IconSdCardRoundedFilled.tsx | 2 +- src/IconSdCardSharp.tsx | 2 +- src/IconSdCardSharpFilled.tsx | 2 +- src/IconSdOutlined.tsx | 2 +- src/IconSdOutlinedFilled.tsx | 2 +- src/IconSdRounded.tsx | 2 +- src/IconSdRoundedFilled.tsx | 2 +- src/IconSdSharp.tsx | 2 +- src/IconSdSharpFilled.tsx | 2 +- src/IconSdkOutlined.tsx | 2 +- src/IconSdkOutlinedFilled.tsx | 2 +- src/IconSdkRounded.tsx | 2 +- src/IconSdkRoundedFilled.tsx | 2 +- src/IconSdkSharp.tsx | 2 +- src/IconSdkSharpFilled.tsx | 2 +- src/IconSearchActivityOutlined.tsx | 2 +- src/IconSearchActivityOutlinedFilled.tsx | 2 +- src/IconSearchActivityRounded.tsx | 2 +- src/IconSearchActivityRoundedFilled.tsx | 2 +- src/IconSearchActivitySharp.tsx | 2 +- src/IconSearchActivitySharpFilled.tsx | 2 +- src/IconSearchCheck2Outlined.tsx | 2 +- src/IconSearchCheck2OutlinedFilled.tsx | 2 +- src/IconSearchCheck2Rounded.tsx | 2 +- src/IconSearchCheck2RoundedFilled.tsx | 2 +- src/IconSearchCheck2Sharp.tsx | 2 +- src/IconSearchCheck2SharpFilled.tsx | 2 +- src/IconSearchCheckOutlined.tsx | 2 +- src/IconSearchCheckOutlinedFilled.tsx | 2 +- src/IconSearchCheckRounded.tsx | 2 +- src/IconSearchCheckRoundedFilled.tsx | 2 +- src/IconSearchCheckSharp.tsx | 2 +- src/IconSearchCheckSharpFilled.tsx | 2 +- src/IconSearchHandsFreeOutlined.tsx | 2 +- src/IconSearchHandsFreeOutlinedFilled.tsx | 2 +- src/IconSearchHandsFreeRounded.tsx | 2 +- src/IconSearchHandsFreeRoundedFilled.tsx | 2 +- src/IconSearchHandsFreeSharp.tsx | 2 +- src/IconSearchHandsFreeSharpFilled.tsx | 2 +- src/IconSearchInsightsOutlined.tsx | 2 +- src/IconSearchInsightsOutlinedFilled.tsx | 2 +- src/IconSearchInsightsRounded.tsx | 2 +- src/IconSearchInsightsRoundedFilled.tsx | 2 +- src/IconSearchInsightsSharp.tsx | 2 +- src/IconSearchInsightsSharpFilled.tsx | 2 +- src/IconSearchOffOutlined.tsx | 2 +- src/IconSearchOffOutlinedFilled.tsx | 2 +- src/IconSearchOffRounded.tsx | 2 +- src/IconSearchOffRoundedFilled.tsx | 2 +- src/IconSearchOffSharp.tsx | 2 +- src/IconSearchOffSharpFilled.tsx | 2 +- src/IconSearchOutlined.tsx | 2 +- src/IconSearchOutlinedFilled.tsx | 2 +- src/IconSearchRounded.tsx | 2 +- src/IconSearchRoundedFilled.tsx | 2 +- src/IconSearchSharp.tsx | 2 +- src/IconSearchSharpFilled.tsx | 2 +- src/IconSecurityKeyOutlined.tsx | 2 +- src/IconSecurityKeyOutlinedFilled.tsx | 2 +- src/IconSecurityKeyRounded.tsx | 2 +- src/IconSecurityKeyRoundedFilled.tsx | 2 +- src/IconSecurityKeySharp.tsx | 2 +- src/IconSecurityKeySharpFilled.tsx | 2 +- src/IconSecurityOutlined.tsx | 2 +- src/IconSecurityOutlinedFilled.tsx | 2 +- src/IconSecurityRounded.tsx | 2 +- src/IconSecurityRoundedFilled.tsx | 2 +- src/IconSecuritySharp.tsx | 2 +- src/IconSecuritySharpFilled.tsx | 2 +- src/IconSecurityUpdateGoodOutlined.tsx | 2 +- src/IconSecurityUpdateGoodOutlinedFilled.tsx | 2 +- src/IconSecurityUpdateGoodRounded.tsx | 2 +- src/IconSecurityUpdateGoodRoundedFilled.tsx | 2 +- src/IconSecurityUpdateGoodSharp.tsx | 2 +- src/IconSecurityUpdateGoodSharpFilled.tsx | 2 +- src/IconSecurityUpdateWarningOutlined.tsx | 2 +- ...conSecurityUpdateWarningOutlinedFilled.tsx | 2 +- src/IconSecurityUpdateWarningRounded.tsx | 2 +- ...IconSecurityUpdateWarningRoundedFilled.tsx | 2 +- src/IconSecurityUpdateWarningSharp.tsx | 2 +- src/IconSecurityUpdateWarningSharpFilled.tsx | 2 +- src/IconSegmentOutlined.tsx | 2 +- src/IconSegmentOutlinedFilled.tsx | 2 +- src/IconSegmentRounded.tsx | 2 +- src/IconSegmentRoundedFilled.tsx | 2 +- src/IconSegmentSharp.tsx | 2 +- src/IconSegmentSharpFilled.tsx | 2 +- src/IconSelectAllOutlined.tsx | 2 +- src/IconSelectAllOutlinedFilled.tsx | 2 +- src/IconSelectAllRounded.tsx | 2 +- src/IconSelectAllRoundedFilled.tsx | 2 +- src/IconSelectAllSharp.tsx | 2 +- src/IconSelectAllSharpFilled.tsx | 2 +- src/IconSelectCheckBoxOutlined.tsx | 2 +- src/IconSelectCheckBoxOutlinedFilled.tsx | 2 +- src/IconSelectCheckBoxRounded.tsx | 2 +- src/IconSelectCheckBoxRoundedFilled.tsx | 2 +- src/IconSelectCheckBoxSharp.tsx | 2 +- src/IconSelectCheckBoxSharpFilled.tsx | 2 +- src/IconSelectOutlined.tsx | 2 +- src/IconSelectOutlinedFilled.tsx | 2 +- src/IconSelectRounded.tsx | 2 +- src/IconSelectRoundedFilled.tsx | 2 +- src/IconSelectSharp.tsx | 2 +- src/IconSelectSharpFilled.tsx | 2 +- src/IconSelectToSpeakOutlined.tsx | 2 +- src/IconSelectToSpeakOutlinedFilled.tsx | 2 +- src/IconSelectToSpeakRounded.tsx | 2 +- src/IconSelectToSpeakRoundedFilled.tsx | 2 +- src/IconSelectToSpeakSharp.tsx | 2 +- src/IconSelectToSpeakSharpFilled.tsx | 2 +- src/IconSelectWindow2Outlined.tsx | 2 +- src/IconSelectWindow2OutlinedFilled.tsx | 2 +- src/IconSelectWindow2Rounded.tsx | 2 +- src/IconSelectWindow2RoundedFilled.tsx | 2 +- src/IconSelectWindow2Sharp.tsx | 2 +- src/IconSelectWindow2SharpFilled.tsx | 2 +- src/IconSelectWindowOffOutlined.tsx | 2 +- src/IconSelectWindowOffOutlinedFilled.tsx | 2 +- src/IconSelectWindowOffRounded.tsx | 2 +- src/IconSelectWindowOffRoundedFilled.tsx | 2 +- src/IconSelectWindowOffSharp.tsx | 2 +- src/IconSelectWindowOffSharpFilled.tsx | 2 +- src/IconSelectWindowOutlined.tsx | 2 +- src/IconSelectWindowOutlinedFilled.tsx | 2 +- src/IconSelectWindowRounded.tsx | 2 +- src/IconSelectWindowRoundedFilled.tsx | 2 +- src/IconSelectWindowSharp.tsx | 2 +- src/IconSelectWindowSharpFilled.tsx | 2 +- src/IconSelfCareOutlined.tsx | 2 +- src/IconSelfCareOutlinedFilled.tsx | 2 +- src/IconSelfCareRounded.tsx | 2 +- src/IconSelfCareRoundedFilled.tsx | 2 +- src/IconSelfCareSharp.tsx | 2 +- src/IconSelfCareSharpFilled.tsx | 2 +- src/IconSelfImprovementOutlined.tsx | 2 +- src/IconSelfImprovementOutlinedFilled.tsx | 2 +- src/IconSelfImprovementRounded.tsx | 2 +- src/IconSelfImprovementRoundedFilled.tsx | 2 +- src/IconSelfImprovementSharp.tsx | 2 +- src/IconSelfImprovementSharpFilled.tsx | 2 +- src/IconSellOutlined.tsx | 2 +- src/IconSellOutlinedFilled.tsx | 2 +- src/IconSellRounded.tsx | 2 +- src/IconSellRoundedFilled.tsx | 2 +- src/IconSellSharp.tsx | 2 +- src/IconSellSharpFilled.tsx | 2 +- src/IconSendAndArchiveOutlined.tsx | 2 +- src/IconSendAndArchiveOutlinedFilled.tsx | 2 +- src/IconSendAndArchiveRounded.tsx | 2 +- src/IconSendAndArchiveRoundedFilled.tsx | 2 +- src/IconSendAndArchiveSharp.tsx | 2 +- src/IconSendAndArchiveSharpFilled.tsx | 2 +- src/IconSendMoneyOutlined.tsx | 2 +- src/IconSendMoneyOutlinedFilled.tsx | 2 +- src/IconSendMoneyRounded.tsx | 2 +- src/IconSendMoneyRoundedFilled.tsx | 2 +- src/IconSendMoneySharp.tsx | 2 +- src/IconSendMoneySharpFilled.tsx | 2 +- src/IconSendOutlined.tsx | 2 +- src/IconSendOutlinedFilled.tsx | 2 +- src/IconSendRounded.tsx | 2 +- src/IconSendRoundedFilled.tsx | 2 +- src/IconSendSharp.tsx | 2 +- src/IconSendSharpFilled.tsx | 2 +- src/IconSendTimeExtensionOutlined.tsx | 2 +- src/IconSendTimeExtensionOutlinedFilled.tsx | 2 +- src/IconSendTimeExtensionRounded.tsx | 2 +- src/IconSendTimeExtensionRoundedFilled.tsx | 2 +- src/IconSendTimeExtensionSharp.tsx | 2 +- src/IconSendTimeExtensionSharpFilled.tsx | 2 +- src/IconSendToMobileOutlined.tsx | 2 +- src/IconSendToMobileOutlinedFilled.tsx | 2 +- src/IconSendToMobileRounded.tsx | 2 +- src/IconSendToMobileRoundedFilled.tsx | 2 +- src/IconSendToMobileSharp.tsx | 2 +- src/IconSendToMobileSharpFilled.tsx | 2 +- src/IconSensorDoorOutlined.tsx | 2 +- src/IconSensorDoorOutlinedFilled.tsx | 2 +- src/IconSensorDoorRounded.tsx | 2 +- src/IconSensorDoorRoundedFilled.tsx | 2 +- src/IconSensorDoorSharp.tsx | 2 +- src/IconSensorDoorSharpFilled.tsx | 2 +- src/IconSensorOccupiedOutlined.tsx | 2 +- src/IconSensorOccupiedOutlinedFilled.tsx | 2 +- src/IconSensorOccupiedRounded.tsx | 2 +- src/IconSensorOccupiedRoundedFilled.tsx | 2 +- src/IconSensorOccupiedSharp.tsx | 2 +- src/IconSensorOccupiedSharpFilled.tsx | 2 +- src/IconSensorWindowOutlined.tsx | 2 +- src/IconSensorWindowOutlinedFilled.tsx | 2 +- src/IconSensorWindowRounded.tsx | 2 +- src/IconSensorWindowRoundedFilled.tsx | 2 +- src/IconSensorWindowSharp.tsx | 2 +- src/IconSensorWindowSharpFilled.tsx | 2 +- src/IconSensorsKrxOffOutlined.tsx | 2 +- src/IconSensorsKrxOffOutlinedFilled.tsx | 2 +- src/IconSensorsKrxOffRounded.tsx | 2 +- src/IconSensorsKrxOffRoundedFilled.tsx | 2 +- src/IconSensorsKrxOffSharp.tsx | 2 +- src/IconSensorsKrxOffSharpFilled.tsx | 2 +- src/IconSensorsKrxOutlined.tsx | 2 +- src/IconSensorsKrxOutlinedFilled.tsx | 2 +- src/IconSensorsKrxRounded.tsx | 2 +- src/IconSensorsKrxRoundedFilled.tsx | 2 +- src/IconSensorsKrxSharp.tsx | 2 +- src/IconSensorsKrxSharpFilled.tsx | 2 +- src/IconSensorsOffOutlined.tsx | 2 +- src/IconSensorsOffOutlinedFilled.tsx | 2 +- src/IconSensorsOffRounded.tsx | 2 +- src/IconSensorsOffRoundedFilled.tsx | 2 +- src/IconSensorsOffSharp.tsx | 2 +- src/IconSensorsOffSharpFilled.tsx | 2 +- src/IconSensorsOutlined.tsx | 2 +- src/IconSensorsOutlinedFilled.tsx | 2 +- src/IconSensorsRounded.tsx | 2 +- src/IconSensorsRoundedFilled.tsx | 2 +- src/IconSensorsSharp.tsx | 2 +- src/IconSensorsSharpFilled.tsx | 2 +- src/IconSentimentCalmOutlined.tsx | 2 +- src/IconSentimentCalmOutlinedFilled.tsx | 2 +- src/IconSentimentCalmRounded.tsx | 2 +- src/IconSentimentCalmRoundedFilled.tsx | 2 +- src/IconSentimentCalmSharp.tsx | 2 +- src/IconSentimentCalmSharpFilled.tsx | 2 +- src/IconSentimentContentOutlined.tsx | 2 +- src/IconSentimentContentOutlinedFilled.tsx | 2 +- src/IconSentimentContentRounded.tsx | 2 +- src/IconSentimentContentRoundedFilled.tsx | 2 +- src/IconSentimentContentSharp.tsx | 2 +- src/IconSentimentContentSharpFilled.tsx | 2 +- src/IconSentimentDissatisfiedOutlined.tsx | 2 +- ...conSentimentDissatisfiedOutlinedFilled.tsx | 2 +- src/IconSentimentDissatisfiedRounded.tsx | 2 +- ...IconSentimentDissatisfiedRoundedFilled.tsx | 2 +- src/IconSentimentDissatisfiedSharp.tsx | 2 +- src/IconSentimentDissatisfiedSharpFilled.tsx | 2 +- src/IconSentimentExcitedOutlined.tsx | 2 +- src/IconSentimentExcitedOutlinedFilled.tsx | 2 +- src/IconSentimentExcitedRounded.tsx | 2 +- src/IconSentimentExcitedRoundedFilled.tsx | 2 +- src/IconSentimentExcitedSharp.tsx | 2 +- src/IconSentimentExcitedSharpFilled.tsx | 2 +- ...SentimentExtremelyDissatisfiedOutlined.tsx | 2 +- ...entExtremelyDissatisfiedOutlinedFilled.tsx | 2 +- ...nSentimentExtremelyDissatisfiedRounded.tsx | 2 +- ...mentExtremelyDissatisfiedRoundedFilled.tsx | 2 +- ...conSentimentExtremelyDissatisfiedSharp.tsx | 2 +- ...timentExtremelyDissatisfiedSharpFilled.tsx | 2 +- src/IconSentimentFrustratedOutlined.tsx | 2 +- src/IconSentimentFrustratedOutlinedFilled.tsx | 2 +- src/IconSentimentFrustratedRounded.tsx | 2 +- src/IconSentimentFrustratedRoundedFilled.tsx | 2 +- src/IconSentimentFrustratedSharp.tsx | 2 +- src/IconSentimentFrustratedSharpFilled.tsx | 2 +- src/IconSentimentNeutralOutlined.tsx | 2 +- src/IconSentimentNeutralOutlinedFilled.tsx | 2 +- src/IconSentimentNeutralRounded.tsx | 2 +- src/IconSentimentNeutralRoundedFilled.tsx | 2 +- src/IconSentimentNeutralSharp.tsx | 2 +- src/IconSentimentNeutralSharpFilled.tsx | 2 +- src/IconSentimentSadOutlined.tsx | 2 +- src/IconSentimentSadOutlinedFilled.tsx | 2 +- src/IconSentimentSadRounded.tsx | 2 +- src/IconSentimentSadRoundedFilled.tsx | 2 +- src/IconSentimentSadSharp.tsx | 2 +- src/IconSentimentSadSharpFilled.tsx | 2 +- src/IconSentimentSatisfiedOutlined.tsx | 2 +- src/IconSentimentSatisfiedOutlinedFilled.tsx | 2 +- src/IconSentimentSatisfiedRounded.tsx | 2 +- src/IconSentimentSatisfiedRoundedFilled.tsx | 2 +- src/IconSentimentSatisfiedSharp.tsx | 2 +- src/IconSentimentSatisfiedSharpFilled.tsx | 2 +- src/IconSentimentStressedOutlined.tsx | 2 +- src/IconSentimentStressedOutlinedFilled.tsx | 2 +- src/IconSentimentStressedRounded.tsx | 2 +- src/IconSentimentStressedRoundedFilled.tsx | 2 +- src/IconSentimentStressedSharp.tsx | 2 +- src/IconSentimentStressedSharpFilled.tsx | 2 +- src/IconSentimentVeryDissatisfiedOutlined.tsx | 2 +- ...entimentVeryDissatisfiedOutlinedFilled.tsx | 2 +- src/IconSentimentVeryDissatisfiedRounded.tsx | 2 +- ...SentimentVeryDissatisfiedRoundedFilled.tsx | 2 +- src/IconSentimentVeryDissatisfiedSharp.tsx | 2 +- ...onSentimentVeryDissatisfiedSharpFilled.tsx | 2 +- src/IconSentimentVerySatisfiedOutlined.tsx | 2 +- ...onSentimentVerySatisfiedOutlinedFilled.tsx | 2 +- src/IconSentimentVerySatisfiedRounded.tsx | 2 +- ...conSentimentVerySatisfiedRoundedFilled.tsx | 2 +- src/IconSentimentVerySatisfiedSharp.tsx | 2 +- src/IconSentimentVerySatisfiedSharpFilled.tsx | 2 +- src/IconSentimentWorriedOutlined.tsx | 2 +- src/IconSentimentWorriedOutlinedFilled.tsx | 2 +- src/IconSentimentWorriedRounded.tsx | 2 +- src/IconSentimentWorriedRoundedFilled.tsx | 2 +- src/IconSentimentWorriedSharp.tsx | 2 +- src/IconSentimentWorriedSharpFilled.tsx | 2 +- src/IconSerifOutlined.tsx | 2 +- src/IconSerifOutlinedFilled.tsx | 2 +- src/IconSerifRounded.tsx | 2 +- src/IconSerifRoundedFilled.tsx | 2 +- src/IconSerifSharp.tsx | 2 +- src/IconSerifSharpFilled.tsx | 2 +- src/IconServiceToolboxOutlined.tsx | 2 +- src/IconServiceToolboxOutlinedFilled.tsx | 2 +- src/IconServiceToolboxRounded.tsx | 2 +- src/IconServiceToolboxRoundedFilled.tsx | 2 +- src/IconServiceToolboxSharp.tsx | 2 +- src/IconServiceToolboxSharpFilled.tsx | 2 +- src/IconSetMealOutlined.tsx | 2 +- src/IconSetMealOutlinedFilled.tsx | 2 +- src/IconSetMealRounded.tsx | 2 +- src/IconSetMealRoundedFilled.tsx | 2 +- src/IconSetMealSharp.tsx | 2 +- src/IconSetMealSharpFilled.tsx | 2 +- src/IconSettingsAccessibilityOutlined.tsx | 2 +- ...conSettingsAccessibilityOutlinedFilled.tsx | 2 +- src/IconSettingsAccessibilityRounded.tsx | 2 +- ...IconSettingsAccessibilityRoundedFilled.tsx | 2 +- src/IconSettingsAccessibilitySharp.tsx | 2 +- src/IconSettingsAccessibilitySharpFilled.tsx | 2 +- src/IconSettingsAccountBoxOutlined.tsx | 2 +- src/IconSettingsAccountBoxOutlinedFilled.tsx | 2 +- src/IconSettingsAccountBoxRounded.tsx | 2 +- src/IconSettingsAccountBoxRoundedFilled.tsx | 2 +- src/IconSettingsAccountBoxSharp.tsx | 2 +- src/IconSettingsAccountBoxSharpFilled.tsx | 2 +- src/IconSettingsAlertOutlined.tsx | 2 +- src/IconSettingsAlertOutlinedFilled.tsx | 2 +- src/IconSettingsAlertRounded.tsx | 2 +- src/IconSettingsAlertRoundedFilled.tsx | 2 +- src/IconSettingsAlertSharp.tsx | 2 +- src/IconSettingsAlertSharpFilled.tsx | 2 +- src/IconSettingsApplicationsOutlined.tsx | 2 +- ...IconSettingsApplicationsOutlinedFilled.tsx | 2 +- src/IconSettingsApplicationsRounded.tsx | 2 +- src/IconSettingsApplicationsRoundedFilled.tsx | 2 +- src/IconSettingsApplicationsSharp.tsx | 2 +- src/IconSettingsApplicationsSharpFilled.tsx | 2 +- src/IconSettingsBRollOutlined.tsx | 2 +- src/IconSettingsBRollOutlinedFilled.tsx | 2 +- src/IconSettingsBRollRounded.tsx | 2 +- src/IconSettingsBRollRoundedFilled.tsx | 2 +- src/IconSettingsBRollSharp.tsx | 2 +- src/IconSettingsBRollSharpFilled.tsx | 2 +- src/IconSettingsBackupRestoreOutlined.tsx | 2 +- ...conSettingsBackupRestoreOutlinedFilled.tsx | 2 +- src/IconSettingsBackupRestoreRounded.tsx | 2 +- ...IconSettingsBackupRestoreRoundedFilled.tsx | 2 +- src/IconSettingsBackupRestoreSharp.tsx | 2 +- src/IconSettingsBackupRestoreSharpFilled.tsx | 2 +- src/IconSettingsBluetoothOutlined.tsx | 2 +- src/IconSettingsBluetoothOutlinedFilled.tsx | 2 +- src/IconSettingsBluetoothRounded.tsx | 2 +- src/IconSettingsBluetoothRoundedFilled.tsx | 2 +- src/IconSettingsBluetoothSharp.tsx | 2 +- src/IconSettingsBluetoothSharpFilled.tsx | 2 +- src/IconSettingsBrightnessOutlined.tsx | 2 +- src/IconSettingsBrightnessOutlinedFilled.tsx | 2 +- src/IconSettingsBrightnessRounded.tsx | 2 +- src/IconSettingsBrightnessRoundedFilled.tsx | 2 +- src/IconSettingsBrightnessSharp.tsx | 2 +- src/IconSettingsBrightnessSharpFilled.tsx | 2 +- src/IconSettingsCellOutlined.tsx | 2 +- src/IconSettingsCellOutlinedFilled.tsx | 2 +- src/IconSettingsCellRounded.tsx | 2 +- src/IconSettingsCellRoundedFilled.tsx | 2 +- src/IconSettingsCellSharp.tsx | 2 +- src/IconSettingsCellSharpFilled.tsx | 2 +- src/IconSettingsCinematicBlurOutlined.tsx | 2 +- ...conSettingsCinematicBlurOutlinedFilled.tsx | 2 +- src/IconSettingsCinematicBlurRounded.tsx | 2 +- ...IconSettingsCinematicBlurRoundedFilled.tsx | 2 +- src/IconSettingsCinematicBlurSharp.tsx | 2 +- src/IconSettingsCinematicBlurSharpFilled.tsx | 2 +- src/IconSettingsEthernetOutlined.tsx | 2 +- src/IconSettingsEthernetOutlinedFilled.tsx | 2 +- src/IconSettingsEthernetRounded.tsx | 2 +- src/IconSettingsEthernetRoundedFilled.tsx | 2 +- src/IconSettingsEthernetSharp.tsx | 2 +- src/IconSettingsEthernetSharpFilled.tsx | 2 +- src/IconSettingsHeartOutlined.tsx | 2 +- src/IconSettingsHeartOutlinedFilled.tsx | 2 +- src/IconSettingsHeartRounded.tsx | 2 +- src/IconSettingsHeartRoundedFilled.tsx | 2 +- src/IconSettingsHeartSharp.tsx | 2 +- src/IconSettingsHeartSharpFilled.tsx | 2 +- src/IconSettingsInputAntennaOutlined.tsx | 2 +- ...IconSettingsInputAntennaOutlinedFilled.tsx | 2 +- src/IconSettingsInputAntennaRounded.tsx | 2 +- src/IconSettingsInputAntennaRoundedFilled.tsx | 2 +- src/IconSettingsInputAntennaSharp.tsx | 2 +- src/IconSettingsInputAntennaSharpFilled.tsx | 2 +- src/IconSettingsInputComponentOutlined.tsx | 2 +- ...onSettingsInputComponentOutlinedFilled.tsx | 2 +- src/IconSettingsInputComponentRounded.tsx | 2 +- ...conSettingsInputComponentRoundedFilled.tsx | 2 +- src/IconSettingsInputComponentSharp.tsx | 2 +- src/IconSettingsInputComponentSharpFilled.tsx | 2 +- src/IconSettingsInputHdmiOutlined.tsx | 2 +- src/IconSettingsInputHdmiOutlinedFilled.tsx | 2 +- src/IconSettingsInputHdmiRounded.tsx | 2 +- src/IconSettingsInputHdmiRoundedFilled.tsx | 2 +- src/IconSettingsInputHdmiSharp.tsx | 2 +- src/IconSettingsInputHdmiSharpFilled.tsx | 2 +- src/IconSettingsInputSvideoOutlined.tsx | 2 +- src/IconSettingsInputSvideoOutlinedFilled.tsx | 2 +- src/IconSettingsInputSvideoRounded.tsx | 2 +- src/IconSettingsInputSvideoRoundedFilled.tsx | 2 +- src/IconSettingsInputSvideoSharp.tsx | 2 +- src/IconSettingsInputSvideoSharpFilled.tsx | 2 +- src/IconSettingsMotionModeOutlined.tsx | 2 +- src/IconSettingsMotionModeOutlinedFilled.tsx | 2 +- src/IconSettingsMotionModeRounded.tsx | 2 +- src/IconSettingsMotionModeRoundedFilled.tsx | 2 +- src/IconSettingsMotionModeSharp.tsx | 2 +- src/IconSettingsMotionModeSharpFilled.tsx | 2 +- src/IconSettingsNightSightOutlined.tsx | 2 +- src/IconSettingsNightSightOutlinedFilled.tsx | 2 +- src/IconSettingsNightSightRounded.tsx | 2 +- src/IconSettingsNightSightRoundedFilled.tsx | 2 +- src/IconSettingsNightSightSharp.tsx | 2 +- src/IconSettingsNightSightSharpFilled.tsx | 2 +- src/IconSettingsOutlined.tsx | 2 +- src/IconSettingsOutlinedFilled.tsx | 2 +- src/IconSettingsOverscanOutlined.tsx | 2 +- src/IconSettingsOverscanOutlinedFilled.tsx | 2 +- src/IconSettingsOverscanRounded.tsx | 2 +- src/IconSettingsOverscanRoundedFilled.tsx | 2 +- src/IconSettingsOverscanSharp.tsx | 2 +- src/IconSettingsOverscanSharpFilled.tsx | 2 +- src/IconSettingsPanoramaOutlined.tsx | 2 +- src/IconSettingsPanoramaOutlinedFilled.tsx | 2 +- src/IconSettingsPanoramaRounded.tsx | 2 +- src/IconSettingsPanoramaRoundedFilled.tsx | 2 +- src/IconSettingsPanoramaSharp.tsx | 2 +- src/IconSettingsPanoramaSharpFilled.tsx | 2 +- src/IconSettingsPhoneOutlined.tsx | 2 +- src/IconSettingsPhoneOutlinedFilled.tsx | 2 +- src/IconSettingsPhoneRounded.tsx | 2 +- src/IconSettingsPhoneRoundedFilled.tsx | 2 +- src/IconSettingsPhoneSharp.tsx | 2 +- src/IconSettingsPhoneSharpFilled.tsx | 2 +- src/IconSettingsPhotoCameraOutlined.tsx | 2 +- src/IconSettingsPhotoCameraOutlinedFilled.tsx | 2 +- src/IconSettingsPhotoCameraRounded.tsx | 2 +- src/IconSettingsPhotoCameraRoundedFilled.tsx | 2 +- src/IconSettingsPhotoCameraSharp.tsx | 2 +- src/IconSettingsPhotoCameraSharpFilled.tsx | 2 +- src/IconSettingsPowerOutlined.tsx | 2 +- src/IconSettingsPowerOutlinedFilled.tsx | 2 +- src/IconSettingsPowerRounded.tsx | 2 +- src/IconSettingsPowerRoundedFilled.tsx | 2 +- src/IconSettingsPowerSharp.tsx | 2 +- src/IconSettingsPowerSharpFilled.tsx | 2 +- src/IconSettingsRemoteOutlined.tsx | 2 +- src/IconSettingsRemoteOutlinedFilled.tsx | 2 +- src/IconSettingsRemoteRounded.tsx | 2 +- src/IconSettingsRemoteRoundedFilled.tsx | 2 +- src/IconSettingsRemoteSharp.tsx | 2 +- src/IconSettingsRemoteSharpFilled.tsx | 2 +- src/IconSettingsRounded.tsx | 2 +- src/IconSettingsRoundedFilled.tsx | 2 +- src/IconSettingsSharp.tsx | 2 +- src/IconSettingsSharpFilled.tsx | 2 +- src/IconSettingsSlowMotionOutlined.tsx | 2 +- src/IconSettingsSlowMotionOutlinedFilled.tsx | 2 +- src/IconSettingsSlowMotionRounded.tsx | 2 +- src/IconSettingsSlowMotionRoundedFilled.tsx | 2 +- src/IconSettingsSlowMotionSharp.tsx | 2 +- src/IconSettingsSlowMotionSharpFilled.tsx | 2 +- src/IconSettingsSystemDaydreamOutlined.tsx | 2 +- ...onSettingsSystemDaydreamOutlinedFilled.tsx | 2 +- src/IconSettingsSystemDaydreamRounded.tsx | 2 +- ...conSettingsSystemDaydreamRoundedFilled.tsx | 2 +- src/IconSettingsSystemDaydreamSharp.tsx | 2 +- src/IconSettingsSystemDaydreamSharpFilled.tsx | 2 +- src/IconSettingsTimelapseOutlined.tsx | 2 +- src/IconSettingsTimelapseOutlinedFilled.tsx | 2 +- src/IconSettingsTimelapseRounded.tsx | 2 +- src/IconSettingsTimelapseRoundedFilled.tsx | 2 +- src/IconSettingsTimelapseSharp.tsx | 2 +- src/IconSettingsTimelapseSharpFilled.tsx | 2 +- src/IconSettingsVideoCameraOutlined.tsx | 2 +- src/IconSettingsVideoCameraOutlinedFilled.tsx | 2 +- src/IconSettingsVideoCameraRounded.tsx | 2 +- src/IconSettingsVideoCameraRoundedFilled.tsx | 2 +- src/IconSettingsVideoCameraSharp.tsx | 2 +- src/IconSettingsVideoCameraSharpFilled.tsx | 2 +- src/IconSettingsVoiceOutlined.tsx | 2 +- src/IconSettingsVoiceOutlinedFilled.tsx | 2 +- src/IconSettingsVoiceRounded.tsx | 2 +- src/IconSettingsVoiceRoundedFilled.tsx | 2 +- src/IconSettingsVoiceSharp.tsx | 2 +- src/IconSettingsVoiceSharpFilled.tsx | 2 +- src/IconSettopComponentOutlined.tsx | 2 +- src/IconSettopComponentOutlinedFilled.tsx | 2 +- src/IconSettopComponentRounded.tsx | 2 +- src/IconSettopComponentRoundedFilled.tsx | 2 +- src/IconSettopComponentSharp.tsx | 2 +- src/IconSettopComponentSharpFilled.tsx | 2 +- src/IconSevereColdOutlined.tsx | 2 +- src/IconSevereColdOutlinedFilled.tsx | 2 +- src/IconSevereColdRounded.tsx | 2 +- src/IconSevereColdRoundedFilled.tsx | 2 +- src/IconSevereColdSharp.tsx | 2 +- src/IconSevereColdSharpFilled.tsx | 2 +- src/IconShadowAddOutlined.tsx | 2 +- src/IconShadowAddOutlinedFilled.tsx | 2 +- src/IconShadowAddRounded.tsx | 2 +- src/IconShadowAddRoundedFilled.tsx | 2 +- src/IconShadowAddSharp.tsx | 2 +- src/IconShadowAddSharpFilled.tsx | 2 +- src/IconShadowMinusOutlined.tsx | 2 +- src/IconShadowMinusOutlinedFilled.tsx | 2 +- src/IconShadowMinusRounded.tsx | 2 +- src/IconShadowMinusRoundedFilled.tsx | 2 +- src/IconShadowMinusSharp.tsx | 2 +- src/IconShadowMinusSharpFilled.tsx | 2 +- src/IconShadowOutlined.tsx | 2 +- src/IconShadowOutlinedFilled.tsx | 2 +- src/IconShadowRounded.tsx | 2 +- src/IconShadowRoundedFilled.tsx | 2 +- src/IconShadowSharp.tsx | 2 +- src/IconShadowSharpFilled.tsx | 2 +- src/IconShapeLineOutlined.tsx | 2 +- src/IconShapeLineOutlinedFilled.tsx | 2 +- src/IconShapeLineRounded.tsx | 2 +- src/IconShapeLineRoundedFilled.tsx | 2 +- src/IconShapeLineSharp.tsx | 2 +- src/IconShapeLineSharpFilled.tsx | 2 +- src/IconShapesOutlined.tsx | 2 +- src/IconShapesOutlinedFilled.tsx | 2 +- src/IconShapesRounded.tsx | 2 +- src/IconShapesRoundedFilled.tsx | 2 +- src/IconShapesSharp.tsx | 2 +- src/IconShapesSharpFilled.tsx | 2 +- src/IconShareLocationOutlined.tsx | 2 +- src/IconShareLocationOutlinedFilled.tsx | 2 +- src/IconShareLocationRounded.tsx | 2 +- src/IconShareLocationRoundedFilled.tsx | 2 +- src/IconShareLocationSharp.tsx | 2 +- src/IconShareLocationSharpFilled.tsx | 2 +- src/IconShareOffOutlined.tsx | 2 +- src/IconShareOffOutlinedFilled.tsx | 2 +- src/IconShareOffRounded.tsx | 2 +- src/IconShareOffRoundedFilled.tsx | 2 +- src/IconShareOffSharp.tsx | 2 +- src/IconShareOffSharpFilled.tsx | 2 +- src/IconShareOutlined.tsx | 2 +- src/IconShareOutlinedFilled.tsx | 2 +- src/IconShareReviewsOutlined.tsx | 2 +- src/IconShareReviewsOutlinedFilled.tsx | 2 +- src/IconShareReviewsRounded.tsx | 2 +- src/IconShareReviewsRoundedFilled.tsx | 2 +- src/IconShareReviewsSharp.tsx | 2 +- src/IconShareReviewsSharpFilled.tsx | 2 +- src/IconShareRounded.tsx | 2 +- src/IconShareRoundedFilled.tsx | 2 +- src/IconShareSharp.tsx | 2 +- src/IconShareSharpFilled.tsx | 2 +- src/IconShareWindowsOutlined.tsx | 2 +- src/IconShareWindowsOutlinedFilled.tsx | 2 +- src/IconShareWindowsRounded.tsx | 2 +- src/IconShareWindowsRoundedFilled.tsx | 2 +- src/IconShareWindowsSharp.tsx | 2 +- src/IconShareWindowsSharpFilled.tsx | 2 +- src/IconSheetsRtlOutlined.tsx | 2 +- src/IconSheetsRtlOutlinedFilled.tsx | 2 +- src/IconSheetsRtlRounded.tsx | 2 +- src/IconSheetsRtlRoundedFilled.tsx | 2 +- src/IconSheetsRtlSharp.tsx | 2 +- src/IconSheetsRtlSharpFilled.tsx | 2 +- src/IconShelfAutoHideOutlined.tsx | 2 +- src/IconShelfAutoHideOutlinedFilled.tsx | 2 +- src/IconShelfAutoHideRounded.tsx | 2 +- src/IconShelfAutoHideRoundedFilled.tsx | 2 +- src/IconShelfAutoHideSharp.tsx | 2 +- src/IconShelfAutoHideSharpFilled.tsx | 2 +- src/IconShelfPositionOutlined.tsx | 2 +- src/IconShelfPositionOutlinedFilled.tsx | 2 +- src/IconShelfPositionRounded.tsx | 2 +- src/IconShelfPositionRoundedFilled.tsx | 2 +- src/IconShelfPositionSharp.tsx | 2 +- src/IconShelfPositionSharpFilled.tsx | 2 +- src/IconShelvesOutlined.tsx | 2 +- src/IconShelvesOutlinedFilled.tsx | 2 +- src/IconShelvesRounded.tsx | 2 +- src/IconShelvesRoundedFilled.tsx | 2 +- src/IconShelvesSharp.tsx | 2 +- src/IconShelvesSharpFilled.tsx | 2 +- src/IconShieldLockOutlined.tsx | 2 +- src/IconShieldLockOutlinedFilled.tsx | 2 +- src/IconShieldLockRounded.tsx | 2 +- src/IconShieldLockRoundedFilled.tsx | 2 +- src/IconShieldLockSharp.tsx | 2 +- src/IconShieldLockSharpFilled.tsx | 2 +- src/IconShieldLockedOutlined.tsx | 2 +- src/IconShieldLockedOutlinedFilled.tsx | 2 +- src/IconShieldLockedRounded.tsx | 2 +- src/IconShieldLockedRoundedFilled.tsx | 2 +- src/IconShieldLockedSharp.tsx | 2 +- src/IconShieldLockedSharpFilled.tsx | 2 +- src/IconShieldMoonOutlined.tsx | 2 +- src/IconShieldMoonOutlinedFilled.tsx | 2 +- src/IconShieldMoonRounded.tsx | 2 +- src/IconShieldMoonRoundedFilled.tsx | 2 +- src/IconShieldMoonSharp.tsx | 2 +- src/IconShieldMoonSharpFilled.tsx | 2 +- src/IconShieldOutlined.tsx | 2 +- src/IconShieldOutlinedFilled.tsx | 2 +- src/IconShieldPersonOutlined.tsx | 2 +- src/IconShieldPersonOutlinedFilled.tsx | 2 +- src/IconShieldPersonRounded.tsx | 2 +- src/IconShieldPersonRoundedFilled.tsx | 2 +- src/IconShieldPersonSharp.tsx | 2 +- src/IconShieldPersonSharpFilled.tsx | 2 +- src/IconShieldQuestionOutlined.tsx | 2 +- src/IconShieldQuestionOutlinedFilled.tsx | 2 +- src/IconShieldQuestionRounded.tsx | 2 +- src/IconShieldQuestionRoundedFilled.tsx | 2 +- src/IconShieldQuestionSharp.tsx | 2 +- src/IconShieldQuestionSharpFilled.tsx | 2 +- src/IconShieldRounded.tsx | 2 +- src/IconShieldRoundedFilled.tsx | 2 +- src/IconShieldSharp.tsx | 2 +- src/IconShieldSharpFilled.tsx | 2 +- src/IconShieldWithHeartOutlined.tsx | 2 +- src/IconShieldWithHeartOutlinedFilled.tsx | 2 +- src/IconShieldWithHeartRounded.tsx | 2 +- src/IconShieldWithHeartRoundedFilled.tsx | 2 +- src/IconShieldWithHeartSharp.tsx | 2 +- src/IconShieldWithHeartSharpFilled.tsx | 2 +- src/IconShieldWithHouseOutlined.tsx | 2 +- src/IconShieldWithHouseOutlinedFilled.tsx | 2 +- src/IconShieldWithHouseRounded.tsx | 2 +- src/IconShieldWithHouseRoundedFilled.tsx | 2 +- src/IconShieldWithHouseSharp.tsx | 2 +- src/IconShieldWithHouseSharpFilled.tsx | 2 +- src/IconShiftLockOffOutlined.tsx | 2 +- src/IconShiftLockOffOutlinedFilled.tsx | 2 +- src/IconShiftLockOffRounded.tsx | 2 +- src/IconShiftLockOffRoundedFilled.tsx | 2 +- src/IconShiftLockOffSharp.tsx | 2 +- src/IconShiftLockOffSharpFilled.tsx | 2 +- src/IconShiftLockOutlined.tsx | 2 +- src/IconShiftLockOutlinedFilled.tsx | 2 +- src/IconShiftLockRounded.tsx | 2 +- src/IconShiftLockRoundedFilled.tsx | 2 +- src/IconShiftLockSharp.tsx | 2 +- src/IconShiftLockSharpFilled.tsx | 2 +- src/IconShiftOutlined.tsx | 2 +- src/IconShiftOutlinedFilled.tsx | 2 +- src/IconShiftRounded.tsx | 2 +- src/IconShiftRoundedFilled.tsx | 2 +- src/IconShiftSharp.tsx | 2 +- src/IconShiftSharpFilled.tsx | 2 +- src/IconShopOutlined.tsx | 2 +- src/IconShopOutlinedFilled.tsx | 2 +- src/IconShopRounded.tsx | 2 +- src/IconShopRoundedFilled.tsx | 2 +- src/IconShopSharp.tsx | 2 +- src/IconShopSharpFilled.tsx | 2 +- src/IconShopTwoOutlined.tsx | 2 +- src/IconShopTwoOutlinedFilled.tsx | 2 +- src/IconShopTwoRounded.tsx | 2 +- src/IconShopTwoRoundedFilled.tsx | 2 +- src/IconShopTwoSharp.tsx | 2 +- src/IconShopTwoSharpFilled.tsx | 2 +- src/IconShoppingBagOutlined.tsx | 2 +- src/IconShoppingBagOutlinedFilled.tsx | 2 +- src/IconShoppingBagRounded.tsx | 2 +- src/IconShoppingBagRoundedFilled.tsx | 2 +- src/IconShoppingBagSharp.tsx | 2 +- src/IconShoppingBagSharpFilled.tsx | 2 +- src/IconShoppingBasketOutlined.tsx | 2 +- src/IconShoppingBasketOutlinedFilled.tsx | 2 +- src/IconShoppingBasketRounded.tsx | 2 +- src/IconShoppingBasketRoundedFilled.tsx | 2 +- src/IconShoppingBasketSharp.tsx | 2 +- src/IconShoppingBasketSharpFilled.tsx | 2 +- src/IconShoppingCartCheckoutOutlined.tsx | 2 +- ...IconShoppingCartCheckoutOutlinedFilled.tsx | 2 +- src/IconShoppingCartCheckoutRounded.tsx | 2 +- src/IconShoppingCartCheckoutRoundedFilled.tsx | 2 +- src/IconShoppingCartCheckoutSharp.tsx | 2 +- src/IconShoppingCartCheckoutSharpFilled.tsx | 2 +- src/IconShoppingCartOffOutlined.tsx | 2 +- src/IconShoppingCartOffOutlinedFilled.tsx | 2 +- src/IconShoppingCartOffRounded.tsx | 2 +- src/IconShoppingCartOffRoundedFilled.tsx | 2 +- src/IconShoppingCartOffSharp.tsx | 2 +- src/IconShoppingCartOffSharpFilled.tsx | 2 +- src/IconShoppingCartOutlined.tsx | 2 +- src/IconShoppingCartOutlinedFilled.tsx | 2 +- src/IconShoppingCartRounded.tsx | 2 +- src/IconShoppingCartRoundedFilled.tsx | 2 +- src/IconShoppingCartSharp.tsx | 2 +- src/IconShoppingCartSharpFilled.tsx | 2 +- src/IconShoppingmodeOutlined.tsx | 2 +- src/IconShoppingmodeOutlinedFilled.tsx | 2 +- src/IconShoppingmodeRounded.tsx | 2 +- src/IconShoppingmodeRoundedFilled.tsx | 2 +- src/IconShoppingmodeSharp.tsx | 2 +- src/IconShoppingmodeSharpFilled.tsx | 2 +- src/IconShortStayOutlined.tsx | 2 +- src/IconShortStayOutlinedFilled.tsx | 2 +- src/IconShortStayRounded.tsx | 2 +- src/IconShortStayRoundedFilled.tsx | 2 +- src/IconShortStaySharp.tsx | 2 +- src/IconShortStaySharpFilled.tsx | 2 +- src/IconShortTextOutlined.tsx | 2 +- src/IconShortTextOutlinedFilled.tsx | 2 +- src/IconShortTextRounded.tsx | 2 +- src/IconShortTextRoundedFilled.tsx | 2 +- src/IconShortTextSharp.tsx | 2 +- src/IconShortTextSharpFilled.tsx | 2 +- src/IconShowChartOutlined.tsx | 2 +- src/IconShowChartOutlinedFilled.tsx | 2 +- src/IconShowChartRounded.tsx | 2 +- src/IconShowChartRoundedFilled.tsx | 2 +- src/IconShowChartSharp.tsx | 2 +- src/IconShowChartSharpFilled.tsx | 2 +- src/IconShowerOutlined.tsx | 2 +- src/IconShowerOutlinedFilled.tsx | 2 +- src/IconShowerRounded.tsx | 2 +- src/IconShowerRoundedFilled.tsx | 2 +- src/IconShowerSharp.tsx | 2 +- src/IconShowerSharpFilled.tsx | 2 +- src/IconShuffleOnOutlined.tsx | 2 +- src/IconShuffleOnOutlinedFilled.tsx | 2 +- src/IconShuffleOnRounded.tsx | 2 +- src/IconShuffleOnRoundedFilled.tsx | 2 +- src/IconShuffleOnSharp.tsx | 2 +- src/IconShuffleOnSharpFilled.tsx | 2 +- src/IconShuffleOutlined.tsx | 2 +- src/IconShuffleOutlinedFilled.tsx | 2 +- src/IconShuffleRounded.tsx | 2 +- src/IconShuffleRoundedFilled.tsx | 2 +- src/IconShuffleSharp.tsx | 2 +- src/IconShuffleSharpFilled.tsx | 2 +- src/IconShutterSpeedAddOutlined.tsx | 2 +- src/IconShutterSpeedAddOutlinedFilled.tsx | 2 +- src/IconShutterSpeedAddRounded.tsx | 2 +- src/IconShutterSpeedAddRoundedFilled.tsx | 2 +- src/IconShutterSpeedAddSharp.tsx | 2 +- src/IconShutterSpeedAddSharpFilled.tsx | 2 +- src/IconShutterSpeedMinusOutlined.tsx | 2 +- src/IconShutterSpeedMinusOutlinedFilled.tsx | 2 +- src/IconShutterSpeedMinusRounded.tsx | 2 +- src/IconShutterSpeedMinusRoundedFilled.tsx | 2 +- src/IconShutterSpeedMinusSharp.tsx | 2 +- src/IconShutterSpeedMinusSharpFilled.tsx | 2 +- src/IconShutterSpeedOutlined.tsx | 2 +- src/IconShutterSpeedOutlinedFilled.tsx | 2 +- src/IconShutterSpeedRounded.tsx | 2 +- src/IconShutterSpeedRoundedFilled.tsx | 2 +- src/IconShutterSpeedSharp.tsx | 2 +- src/IconShutterSpeedSharpFilled.tsx | 2 +- src/IconSickOutlined.tsx | 2 +- src/IconSickOutlinedFilled.tsx | 2 +- src/IconSickRounded.tsx | 2 +- src/IconSickRoundedFilled.tsx | 2 +- src/IconSickSharp.tsx | 2 +- src/IconSickSharpFilled.tsx | 2 +- src/IconSideNavigationOutlined.tsx | 2 +- src/IconSideNavigationOutlinedFilled.tsx | 2 +- src/IconSideNavigationRounded.tsx | 2 +- src/IconSideNavigationRoundedFilled.tsx | 2 +- src/IconSideNavigationSharp.tsx | 2 +- src/IconSideNavigationSharpFilled.tsx | 2 +- src/IconSignLanguageOutlined.tsx | 2 +- src/IconSignLanguageOutlinedFilled.tsx | 2 +- src/IconSignLanguageRounded.tsx | 2 +- src/IconSignLanguageRoundedFilled.tsx | 2 +- src/IconSignLanguageSharp.tsx | 2 +- src/IconSignLanguageSharpFilled.tsx | 2 +- src/IconSignalCellular0BarOutlined.tsx | 2 +- src/IconSignalCellular0BarOutlinedFilled.tsx | 2 +- src/IconSignalCellular0BarRounded.tsx | 2 +- src/IconSignalCellular0BarRoundedFilled.tsx | 2 +- src/IconSignalCellular0BarSharp.tsx | 2 +- src/IconSignalCellular0BarSharpFilled.tsx | 2 +- src/IconSignalCellular1BarOutlined.tsx | 2 +- src/IconSignalCellular1BarOutlinedFilled.tsx | 2 +- src/IconSignalCellular1BarRounded.tsx | 2 +- src/IconSignalCellular1BarRoundedFilled.tsx | 2 +- src/IconSignalCellular1BarSharp.tsx | 2 +- src/IconSignalCellular1BarSharpFilled.tsx | 2 +- src/IconSignalCellular2BarOutlined.tsx | 2 +- src/IconSignalCellular2BarOutlinedFilled.tsx | 2 +- src/IconSignalCellular2BarRounded.tsx | 2 +- src/IconSignalCellular2BarRoundedFilled.tsx | 2 +- src/IconSignalCellular2BarSharp.tsx | 2 +- src/IconSignalCellular2BarSharpFilled.tsx | 2 +- src/IconSignalCellular3BarOutlined.tsx | 2 +- src/IconSignalCellular3BarOutlinedFilled.tsx | 2 +- src/IconSignalCellular3BarRounded.tsx | 2 +- src/IconSignalCellular3BarRoundedFilled.tsx | 2 +- src/IconSignalCellular3BarSharp.tsx | 2 +- src/IconSignalCellular3BarSharpFilled.tsx | 2 +- src/IconSignalCellular4BarOutlined.tsx | 2 +- src/IconSignalCellular4BarOutlinedFilled.tsx | 2 +- src/IconSignalCellular4BarRounded.tsx | 2 +- src/IconSignalCellular4BarRoundedFilled.tsx | 2 +- src/IconSignalCellular4BarSharp.tsx | 2 +- src/IconSignalCellular4BarSharpFilled.tsx | 2 +- src/IconSignalCellularAddOutlined.tsx | 2 +- src/IconSignalCellularAddOutlinedFilled.tsx | 2 +- src/IconSignalCellularAddRounded.tsx | 2 +- src/IconSignalCellularAddRoundedFilled.tsx | 2 +- src/IconSignalCellularAddSharp.tsx | 2 +- src/IconSignalCellularAddSharpFilled.tsx | 2 +- src/IconSignalCellularAlt1BarOutlined.tsx | 2 +- ...conSignalCellularAlt1BarOutlinedFilled.tsx | 2 +- src/IconSignalCellularAlt1BarRounded.tsx | 2 +- ...IconSignalCellularAlt1BarRoundedFilled.tsx | 2 +- src/IconSignalCellularAlt1BarSharp.tsx | 2 +- src/IconSignalCellularAlt1BarSharpFilled.tsx | 2 +- src/IconSignalCellularAlt2BarOutlined.tsx | 2 +- ...conSignalCellularAlt2BarOutlinedFilled.tsx | 2 +- src/IconSignalCellularAlt2BarRounded.tsx | 2 +- ...IconSignalCellularAlt2BarRoundedFilled.tsx | 2 +- src/IconSignalCellularAlt2BarSharp.tsx | 2 +- src/IconSignalCellularAlt2BarSharpFilled.tsx | 2 +- src/IconSignalCellularAltOutlined.tsx | 2 +- src/IconSignalCellularAltOutlinedFilled.tsx | 2 +- src/IconSignalCellularAltRounded.tsx | 2 +- src/IconSignalCellularAltRoundedFilled.tsx | 2 +- src/IconSignalCellularAltSharp.tsx | 2 +- src/IconSignalCellularAltSharpFilled.tsx | 2 +- ...ellularConnectedNoInternet0BarOutlined.tsx | 2 +- ...rConnectedNoInternet0BarOutlinedFilled.tsx | 2 +- ...CellularConnectedNoInternet0BarRounded.tsx | 2 +- ...arConnectedNoInternet0BarRoundedFilled.tsx | 2 +- ...alCellularConnectedNoInternet0BarSharp.tsx | 2 +- ...ularConnectedNoInternet0BarSharpFilled.tsx | 2 +- ...ellularConnectedNoInternet4BarOutlined.tsx | 2 +- ...rConnectedNoInternet4BarOutlinedFilled.tsx | 2 +- ...CellularConnectedNoInternet4BarRounded.tsx | 2 +- ...arConnectedNoInternet4BarRoundedFilled.tsx | 2 +- ...alCellularConnectedNoInternet4BarSharp.tsx | 2 +- ...ularConnectedNoInternet4BarSharpFilled.tsx | 2 +- src/IconSignalCellularNodataOutlined.tsx | 2 +- ...IconSignalCellularNodataOutlinedFilled.tsx | 2 +- src/IconSignalCellularNodataRounded.tsx | 2 +- src/IconSignalCellularNodataRoundedFilled.tsx | 2 +- src/IconSignalCellularNodataSharp.tsx | 2 +- src/IconSignalCellularNodataSharpFilled.tsx | 2 +- src/IconSignalCellularNullOutlined.tsx | 2 +- src/IconSignalCellularNullOutlinedFilled.tsx | 2 +- src/IconSignalCellularNullRounded.tsx | 2 +- src/IconSignalCellularNullRoundedFilled.tsx | 2 +- src/IconSignalCellularNullSharp.tsx | 2 +- src/IconSignalCellularNullSharpFilled.tsx | 2 +- src/IconSignalCellularOffOutlined.tsx | 2 +- src/IconSignalCellularOffOutlinedFilled.tsx | 2 +- src/IconSignalCellularOffRounded.tsx | 2 +- src/IconSignalCellularOffRoundedFilled.tsx | 2 +- src/IconSignalCellularOffSharp.tsx | 2 +- src/IconSignalCellularOffSharpFilled.tsx | 2 +- src/IconSignalCellularPauseOutlined.tsx | 2 +- src/IconSignalCellularPauseOutlinedFilled.tsx | 2 +- src/IconSignalCellularPauseRounded.tsx | 2 +- src/IconSignalCellularPauseRoundedFilled.tsx | 2 +- src/IconSignalCellularPauseSharp.tsx | 2 +- src/IconSignalCellularPauseSharpFilled.tsx | 2 +- src/IconSignalDisconnectedOutlined.tsx | 2 +- src/IconSignalDisconnectedOutlinedFilled.tsx | 2 +- src/IconSignalDisconnectedRounded.tsx | 2 +- src/IconSignalDisconnectedRoundedFilled.tsx | 2 +- src/IconSignalDisconnectedSharp.tsx | 2 +- src/IconSignalDisconnectedSharpFilled.tsx | 2 +- src/IconSignalWifi0BarOutlined.tsx | 2 +- src/IconSignalWifi0BarOutlinedFilled.tsx | 2 +- src/IconSignalWifi0BarRounded.tsx | 2 +- src/IconSignalWifi0BarRoundedFilled.tsx | 2 +- src/IconSignalWifi0BarSharp.tsx | 2 +- src/IconSignalWifi0BarSharpFilled.tsx | 2 +- src/IconSignalWifi4BarOutlined.tsx | 2 +- src/IconSignalWifi4BarOutlinedFilled.tsx | 2 +- src/IconSignalWifi4BarRounded.tsx | 2 +- src/IconSignalWifi4BarRoundedFilled.tsx | 2 +- src/IconSignalWifi4BarSharp.tsx | 2 +- src/IconSignalWifi4BarSharpFilled.tsx | 2 +- src/IconSignalWifiBadOutlined.tsx | 2 +- src/IconSignalWifiBadOutlinedFilled.tsx | 2 +- src/IconSignalWifiBadRounded.tsx | 2 +- src/IconSignalWifiBadRoundedFilled.tsx | 2 +- src/IconSignalWifiBadSharp.tsx | 2 +- src/IconSignalWifiBadSharpFilled.tsx | 2 +- src/IconSignalWifiOffOutlined.tsx | 2 +- src/IconSignalWifiOffOutlinedFilled.tsx | 2 +- src/IconSignalWifiOffRounded.tsx | 2 +- src/IconSignalWifiOffRoundedFilled.tsx | 2 +- src/IconSignalWifiOffSharp.tsx | 2 +- src/IconSignalWifiOffSharpFilled.tsx | 2 +- ...ignalWifiStatusbarNotConnectedOutlined.tsx | 2 +- ...ifiStatusbarNotConnectedOutlinedFilled.tsx | 2 +- ...SignalWifiStatusbarNotConnectedRounded.tsx | 2 +- ...WifiStatusbarNotConnectedRoundedFilled.tsx | 2 +- ...onSignalWifiStatusbarNotConnectedSharp.tsx | 2 +- ...alWifiStatusbarNotConnectedSharpFilled.tsx | 2 +- src/IconSignalWifiStatusbarNullOutlined.tsx | 2 +- ...nSignalWifiStatusbarNullOutlinedFilled.tsx | 2 +- src/IconSignalWifiStatusbarNullRounded.tsx | 2 +- ...onSignalWifiStatusbarNullRoundedFilled.tsx | 2 +- src/IconSignalWifiStatusbarNullSharp.tsx | 2 +- ...IconSignalWifiStatusbarNullSharpFilled.tsx | 2 +- src/IconSignatureOutlined.tsx | 2 +- src/IconSignatureOutlinedFilled.tsx | 2 +- src/IconSignatureRounded.tsx | 2 +- src/IconSignatureRoundedFilled.tsx | 2 +- src/IconSignatureSharp.tsx | 2 +- src/IconSignatureSharpFilled.tsx | 2 +- src/IconSignpostOutlined.tsx | 2 +- src/IconSignpostOutlinedFilled.tsx | 2 +- src/IconSignpostRounded.tsx | 2 +- src/IconSignpostRoundedFilled.tsx | 2 +- src/IconSignpostSharp.tsx | 2 +- src/IconSignpostSharpFilled.tsx | 2 +- src/IconSimCardDownloadOutlined.tsx | 2 +- src/IconSimCardDownloadOutlinedFilled.tsx | 2 +- src/IconSimCardDownloadRounded.tsx | 2 +- src/IconSimCardDownloadRoundedFilled.tsx | 2 +- src/IconSimCardDownloadSharp.tsx | 2 +- src/IconSimCardDownloadSharpFilled.tsx | 2 +- src/IconSimCardOutlined.tsx | 2 +- src/IconSimCardOutlinedFilled.tsx | 2 +- src/IconSimCardRounded.tsx | 2 +- src/IconSimCardRoundedFilled.tsx | 2 +- src/IconSimCardSharp.tsx | 2 +- src/IconSimCardSharpFilled.tsx | 2 +- src/IconSimulationOutlined.tsx | 2 +- src/IconSimulationOutlinedFilled.tsx | 2 +- src/IconSimulationRounded.tsx | 2 +- src/IconSimulationRoundedFilled.tsx | 2 +- src/IconSimulationSharp.tsx | 2 +- src/IconSimulationSharpFilled.tsx | 2 +- src/IconSingleBedOutlined.tsx | 2 +- src/IconSingleBedOutlinedFilled.tsx | 2 +- src/IconSingleBedRounded.tsx | 2 +- src/IconSingleBedRoundedFilled.tsx | 2 +- src/IconSingleBedSharp.tsx | 2 +- src/IconSingleBedSharpFilled.tsx | 2 +- src/IconSipOutlined.tsx | 2 +- src/IconSipOutlinedFilled.tsx | 2 +- src/IconSipRounded.tsx | 2 +- src/IconSipRoundedFilled.tsx | 2 +- src/IconSipSharp.tsx | 2 +- src/IconSipSharpFilled.tsx | 2 +- src/IconSkateboardingOutlined.tsx | 2 +- src/IconSkateboardingOutlinedFilled.tsx | 2 +- src/IconSkateboardingRounded.tsx | 2 +- src/IconSkateboardingRoundedFilled.tsx | 2 +- src/IconSkateboardingSharp.tsx | 2 +- src/IconSkateboardingSharpFilled.tsx | 2 +- src/IconSkeletonOutlined.tsx | 2 +- src/IconSkeletonOutlinedFilled.tsx | 2 +- src/IconSkeletonRounded.tsx | 2 +- src/IconSkeletonRoundedFilled.tsx | 2 +- src/IconSkeletonSharp.tsx | 2 +- src/IconSkeletonSharpFilled.tsx | 2 +- src/IconSkilletCooktopOutlined.tsx | 2 +- src/IconSkilletCooktopOutlinedFilled.tsx | 2 +- src/IconSkilletCooktopRounded.tsx | 2 +- src/IconSkilletCooktopRoundedFilled.tsx | 2 +- src/IconSkilletCooktopSharp.tsx | 2 +- src/IconSkilletCooktopSharpFilled.tsx | 2 +- src/IconSkilletOutlined.tsx | 2 +- src/IconSkilletOutlinedFilled.tsx | 2 +- src/IconSkilletRounded.tsx | 2 +- src/IconSkilletRoundedFilled.tsx | 2 +- src/IconSkilletSharp.tsx | 2 +- src/IconSkilletSharpFilled.tsx | 2 +- src/IconSkipNextOutlined.tsx | 2 +- src/IconSkipNextOutlinedFilled.tsx | 2 +- src/IconSkipNextRounded.tsx | 2 +- src/IconSkipNextRoundedFilled.tsx | 2 +- src/IconSkipNextSharp.tsx | 2 +- src/IconSkipNextSharpFilled.tsx | 2 +- src/IconSkipPreviousOutlined.tsx | 2 +- src/IconSkipPreviousOutlinedFilled.tsx | 2 +- src/IconSkipPreviousRounded.tsx | 2 +- src/IconSkipPreviousRoundedFilled.tsx | 2 +- src/IconSkipPreviousSharp.tsx | 2 +- src/IconSkipPreviousSharpFilled.tsx | 2 +- src/IconSkullOutlined.tsx | 2 +- src/IconSkullOutlinedFilled.tsx | 2 +- src/IconSkullRounded.tsx | 2 +- src/IconSkullRoundedFilled.tsx | 2 +- src/IconSkullSharp.tsx | 2 +- src/IconSkullSharpFilled.tsx | 2 +- src/IconSlabSerifOutlined.tsx | 2 +- src/IconSlabSerifOutlinedFilled.tsx | 2 +- src/IconSlabSerifRounded.tsx | 2 +- src/IconSlabSerifRoundedFilled.tsx | 2 +- src/IconSlabSerifSharp.tsx | 2 +- src/IconSlabSerifSharpFilled.tsx | 2 +- src/IconSleddingOutlined.tsx | 2 +- src/IconSleddingOutlinedFilled.tsx | 2 +- src/IconSleddingRounded.tsx | 2 +- src/IconSleddingRoundedFilled.tsx | 2 +- src/IconSleddingSharp.tsx | 2 +- src/IconSleddingSharpFilled.tsx | 2 +- src/IconSleepScoreOutlined.tsx | 2 +- src/IconSleepScoreOutlinedFilled.tsx | 2 +- src/IconSleepScoreRounded.tsx | 2 +- src/IconSleepScoreRoundedFilled.tsx | 2 +- src/IconSleepScoreSharp.tsx | 2 +- src/IconSleepScoreSharpFilled.tsx | 2 +- src/IconSlideLibraryOutlined.tsx | 2 +- src/IconSlideLibraryOutlinedFilled.tsx | 2 +- src/IconSlideLibraryRounded.tsx | 2 +- src/IconSlideLibraryRoundedFilled.tsx | 2 +- src/IconSlideLibrarySharp.tsx | 2 +- src/IconSlideLibrarySharpFilled.tsx | 2 +- src/IconSlidersOutlined.tsx | 2 +- src/IconSlidersOutlinedFilled.tsx | 2 +- src/IconSlidersRounded.tsx | 2 +- src/IconSlidersRoundedFilled.tsx | 2 +- src/IconSlidersSharp.tsx | 2 +- src/IconSlidersSharpFilled.tsx | 2 +- src/IconSlideshowOutlined.tsx | 2 +- src/IconSlideshowOutlinedFilled.tsx | 2 +- src/IconSlideshowRounded.tsx | 2 +- src/IconSlideshowRoundedFilled.tsx | 2 +- src/IconSlideshowSharp.tsx | 2 +- src/IconSlideshowSharpFilled.tsx | 2 +- src/IconSlowMotionVideoOutlined.tsx | 2 +- src/IconSlowMotionVideoOutlinedFilled.tsx | 2 +- src/IconSlowMotionVideoRounded.tsx | 2 +- src/IconSlowMotionVideoRoundedFilled.tsx | 2 +- src/IconSlowMotionVideoSharp.tsx | 2 +- src/IconSlowMotionVideoSharpFilled.tsx | 2 +- src/IconSmartCardReaderOffOutlined.tsx | 2 +- src/IconSmartCardReaderOffOutlinedFilled.tsx | 2 +- src/IconSmartCardReaderOffRounded.tsx | 2 +- src/IconSmartCardReaderOffRoundedFilled.tsx | 2 +- src/IconSmartCardReaderOffSharp.tsx | 2 +- src/IconSmartCardReaderOffSharpFilled.tsx | 2 +- src/IconSmartCardReaderOutlined.tsx | 2 +- src/IconSmartCardReaderOutlinedFilled.tsx | 2 +- src/IconSmartCardReaderRounded.tsx | 2 +- src/IconSmartCardReaderRoundedFilled.tsx | 2 +- src/IconSmartCardReaderSharp.tsx | 2 +- src/IconSmartCardReaderSharpFilled.tsx | 2 +- src/IconSmartDisplayOutlined.tsx | 2 +- src/IconSmartDisplayOutlinedFilled.tsx | 2 +- src/IconSmartDisplayRounded.tsx | 2 +- src/IconSmartDisplayRoundedFilled.tsx | 2 +- src/IconSmartDisplaySharp.tsx | 2 +- src/IconSmartDisplaySharpFilled.tsx | 2 +- src/IconSmartOutletOutlined.tsx | 2 +- src/IconSmartOutletOutlinedFilled.tsx | 2 +- src/IconSmartOutletRounded.tsx | 2 +- src/IconSmartOutletRoundedFilled.tsx | 2 +- src/IconSmartOutletSharp.tsx | 2 +- src/IconSmartOutletSharpFilled.tsx | 2 +- src/IconSmartScreenOutlined.tsx | 2 +- src/IconSmartScreenOutlinedFilled.tsx | 2 +- src/IconSmartScreenRounded.tsx | 2 +- src/IconSmartScreenRoundedFilled.tsx | 2 +- src/IconSmartScreenSharp.tsx | 2 +- src/IconSmartScreenSharpFilled.tsx | 2 +- src/IconSmartToyOutlined.tsx | 2 +- src/IconSmartToyOutlinedFilled.tsx | 2 +- src/IconSmartToyRounded.tsx | 2 +- src/IconSmartToyRoundedFilled.tsx | 2 +- src/IconSmartToySharp.tsx | 2 +- src/IconSmartToySharpFilled.tsx | 2 +- src/IconSmartphoneCameraOutlined.tsx | 2 +- src/IconSmartphoneCameraOutlinedFilled.tsx | 2 +- src/IconSmartphoneCameraRounded.tsx | 2 +- src/IconSmartphoneCameraRoundedFilled.tsx | 2 +- src/IconSmartphoneCameraSharp.tsx | 2 +- src/IconSmartphoneCameraSharpFilled.tsx | 2 +- src/IconSmartphoneOutlined.tsx | 2 +- src/IconSmartphoneOutlinedFilled.tsx | 2 +- src/IconSmartphoneRounded.tsx | 2 +- src/IconSmartphoneRoundedFilled.tsx | 2 +- src/IconSmartphoneSharp.tsx | 2 +- src/IconSmartphoneSharpFilled.tsx | 2 +- src/IconSmbShareOutlined.tsx | 2 +- src/IconSmbShareOutlinedFilled.tsx | 2 +- src/IconSmbShareRounded.tsx | 2 +- src/IconSmbShareRoundedFilled.tsx | 2 +- src/IconSmbShareSharp.tsx | 2 +- src/IconSmbShareSharpFilled.tsx | 2 +- src/IconSmokeFreeOutlined.tsx | 2 +- src/IconSmokeFreeOutlinedFilled.tsx | 2 +- src/IconSmokeFreeRounded.tsx | 2 +- src/IconSmokeFreeRoundedFilled.tsx | 2 +- src/IconSmokeFreeSharp.tsx | 2 +- src/IconSmokeFreeSharpFilled.tsx | 2 +- src/IconSmokingRoomsOutlined.tsx | 2 +- src/IconSmokingRoomsOutlinedFilled.tsx | 2 +- src/IconSmokingRoomsRounded.tsx | 2 +- src/IconSmokingRoomsRoundedFilled.tsx | 2 +- src/IconSmokingRoomsSharp.tsx | 2 +- src/IconSmokingRoomsSharpFilled.tsx | 2 +- src/IconSmsOutlined.tsx | 2 +- src/IconSmsOutlinedFilled.tsx | 2 +- src/IconSmsRounded.tsx | 2 +- src/IconSmsRoundedFilled.tsx | 2 +- src/IconSmsSharp.tsx | 2 +- src/IconSmsSharpFilled.tsx | 2 +- src/IconSnippetFolderOutlined.tsx | 2 +- src/IconSnippetFolderOutlinedFilled.tsx | 2 +- src/IconSnippetFolderRounded.tsx | 2 +- src/IconSnippetFolderRoundedFilled.tsx | 2 +- src/IconSnippetFolderSharp.tsx | 2 +- src/IconSnippetFolderSharpFilled.tsx | 2 +- src/IconSnoozeOutlined.tsx | 2 +- src/IconSnoozeOutlinedFilled.tsx | 2 +- src/IconSnoozeRounded.tsx | 2 +- src/IconSnoozeRoundedFilled.tsx | 2 +- src/IconSnoozeSharp.tsx | 2 +- src/IconSnoozeSharpFilled.tsx | 2 +- src/IconSnowboardingOutlined.tsx | 2 +- src/IconSnowboardingOutlinedFilled.tsx | 2 +- src/IconSnowboardingRounded.tsx | 2 +- src/IconSnowboardingRoundedFilled.tsx | 2 +- src/IconSnowboardingSharp.tsx | 2 +- src/IconSnowboardingSharpFilled.tsx | 2 +- src/IconSnowingHeavyOutlined.tsx | 2 +- src/IconSnowingHeavyOutlinedFilled.tsx | 2 +- src/IconSnowingHeavyRounded.tsx | 2 +- src/IconSnowingHeavyRoundedFilled.tsx | 2 +- src/IconSnowingHeavySharp.tsx | 2 +- src/IconSnowingHeavySharpFilled.tsx | 2 +- src/IconSnowingOutlined.tsx | 2 +- src/IconSnowingOutlinedFilled.tsx | 2 +- src/IconSnowingRounded.tsx | 2 +- src/IconSnowingRoundedFilled.tsx | 2 +- src/IconSnowingSharp.tsx | 2 +- src/IconSnowingSharpFilled.tsx | 2 +- src/IconSnowmobileOutlined.tsx | 2 +- src/IconSnowmobileOutlinedFilled.tsx | 2 +- src/IconSnowmobileRounded.tsx | 2 +- src/IconSnowmobileRoundedFilled.tsx | 2 +- src/IconSnowmobileSharp.tsx | 2 +- src/IconSnowmobileSharpFilled.tsx | 2 +- src/IconSnowshoeingOutlined.tsx | 2 +- src/IconSnowshoeingOutlinedFilled.tsx | 2 +- src/IconSnowshoeingRounded.tsx | 2 +- src/IconSnowshoeingRoundedFilled.tsx | 2 +- src/IconSnowshoeingSharp.tsx | 2 +- src/IconSnowshoeingSharpFilled.tsx | 2 +- src/IconSoapOutlined.tsx | 2 +- src/IconSoapOutlinedFilled.tsx | 2 +- src/IconSoapRounded.tsx | 2 +- src/IconSoapRoundedFilled.tsx | 2 +- src/IconSoapSharp.tsx | 2 +- src/IconSoapSharpFilled.tsx | 2 +- src/IconSocialDistanceOutlined.tsx | 2 +- src/IconSocialDistanceOutlinedFilled.tsx | 2 +- src/IconSocialDistanceRounded.tsx | 2 +- src/IconSocialDistanceRoundedFilled.tsx | 2 +- src/IconSocialDistanceSharp.tsx | 2 +- src/IconSocialDistanceSharpFilled.tsx | 2 +- src/IconSocialLeaderboardOutlined.tsx | 2 +- src/IconSocialLeaderboardOutlinedFilled.tsx | 2 +- src/IconSocialLeaderboardRounded.tsx | 2 +- src/IconSocialLeaderboardRoundedFilled.tsx | 2 +- src/IconSocialLeaderboardSharp.tsx | 2 +- src/IconSocialLeaderboardSharpFilled.tsx | 2 +- src/IconSolarPowerOutlined.tsx | 2 +- src/IconSolarPowerOutlinedFilled.tsx | 2 +- src/IconSolarPowerRounded.tsx | 2 +- src/IconSolarPowerRoundedFilled.tsx | 2 +- src/IconSolarPowerSharp.tsx | 2 +- src/IconSolarPowerSharpFilled.tsx | 2 +- src/IconSortByAlphaOutlined.tsx | 2 +- src/IconSortByAlphaOutlinedFilled.tsx | 2 +- src/IconSortByAlphaRounded.tsx | 2 +- src/IconSortByAlphaRoundedFilled.tsx | 2 +- src/IconSortByAlphaSharp.tsx | 2 +- src/IconSortByAlphaSharpFilled.tsx | 2 +- src/IconSortOutlined.tsx | 2 +- src/IconSortOutlinedFilled.tsx | 2 +- src/IconSortRounded.tsx | 2 +- src/IconSortRoundedFilled.tsx | 2 +- src/IconSortSharp.tsx | 2 +- src/IconSortSharpFilled.tsx | 2 +- src/IconSosOutlined.tsx | 2 +- src/IconSosOutlinedFilled.tsx | 2 +- src/IconSosRounded.tsx | 2 +- src/IconSosRoundedFilled.tsx | 2 +- src/IconSosSharp.tsx | 2 +- src/IconSosSharpFilled.tsx | 2 +- src/IconSoundDetectionDogBarkingOutlined.tsx | 2 +- ...SoundDetectionDogBarkingOutlinedFilled.tsx | 2 +- src/IconSoundDetectionDogBarkingRounded.tsx | 2 +- ...nSoundDetectionDogBarkingRoundedFilled.tsx | 2 +- src/IconSoundDetectionDogBarkingSharp.tsx | 2 +- ...conSoundDetectionDogBarkingSharpFilled.tsx | 2 +- src/IconSoundDetectionGlassBreakOutlined.tsx | 2 +- ...SoundDetectionGlassBreakOutlinedFilled.tsx | 2 +- src/IconSoundDetectionGlassBreakRounded.tsx | 2 +- ...nSoundDetectionGlassBreakRoundedFilled.tsx | 2 +- src/IconSoundDetectionGlassBreakSharp.tsx | 2 +- ...conSoundDetectionGlassBreakSharpFilled.tsx | 2 +- src/IconSoundDetectionLoudSoundOutlined.tsx | 2 +- ...nSoundDetectionLoudSoundOutlinedFilled.tsx | 2 +- src/IconSoundDetectionLoudSoundRounded.tsx | 2 +- ...onSoundDetectionLoudSoundRoundedFilled.tsx | 2 +- src/IconSoundDetectionLoudSoundSharp.tsx | 2 +- ...IconSoundDetectionLoudSoundSharpFilled.tsx | 2 +- src/IconSoundSamplerOutlined.tsx | 2 +- src/IconSoundSamplerOutlinedFilled.tsx | 2 +- src/IconSoundSamplerRounded.tsx | 2 +- src/IconSoundSamplerRoundedFilled.tsx | 2 +- src/IconSoundSamplerSharp.tsx | 2 +- src/IconSoundSamplerSharpFilled.tsx | 2 +- src/IconSoupKitchenOutlined.tsx | 2 +- src/IconSoupKitchenOutlinedFilled.tsx | 2 +- src/IconSoupKitchenRounded.tsx | 2 +- src/IconSoupKitchenRoundedFilled.tsx | 2 +- src/IconSoupKitchenSharp.tsx | 2 +- src/IconSoupKitchenSharpFilled.tsx | 2 +- src/IconSourceEnvironmentOutlined.tsx | 2 +- src/IconSourceEnvironmentOutlinedFilled.tsx | 2 +- src/IconSourceEnvironmentRounded.tsx | 2 +- src/IconSourceEnvironmentRoundedFilled.tsx | 2 +- src/IconSourceEnvironmentSharp.tsx | 2 +- src/IconSourceEnvironmentSharpFilled.tsx | 2 +- src/IconSourceNotesOutlined.tsx | 2 +- src/IconSourceNotesOutlinedFilled.tsx | 2 +- src/IconSourceNotesRounded.tsx | 2 +- src/IconSourceNotesRoundedFilled.tsx | 2 +- src/IconSourceNotesSharp.tsx | 2 +- src/IconSourceNotesSharpFilled.tsx | 2 +- src/IconSouthAmericaOutlined.tsx | 2 +- src/IconSouthAmericaOutlinedFilled.tsx | 2 +- src/IconSouthAmericaRounded.tsx | 2 +- src/IconSouthAmericaRoundedFilled.tsx | 2 +- src/IconSouthAmericaSharp.tsx | 2 +- src/IconSouthAmericaSharpFilled.tsx | 2 +- src/IconSouthEastOutlined.tsx | 2 +- src/IconSouthEastOutlinedFilled.tsx | 2 +- src/IconSouthEastRounded.tsx | 2 +- src/IconSouthEastRoundedFilled.tsx | 2 +- src/IconSouthEastSharp.tsx | 2 +- src/IconSouthEastSharpFilled.tsx | 2 +- src/IconSouthOutlined.tsx | 2 +- src/IconSouthOutlinedFilled.tsx | 2 +- src/IconSouthRounded.tsx | 2 +- src/IconSouthRoundedFilled.tsx | 2 +- src/IconSouthSharp.tsx | 2 +- src/IconSouthSharpFilled.tsx | 2 +- src/IconSouthWestOutlined.tsx | 2 +- src/IconSouthWestOutlinedFilled.tsx | 2 +- src/IconSouthWestRounded.tsx | 2 +- src/IconSouthWestRoundedFilled.tsx | 2 +- src/IconSouthWestSharp.tsx | 2 +- src/IconSouthWestSharpFilled.tsx | 2 +- src/IconSpaOutlined.tsx | 2 +- src/IconSpaOutlinedFilled.tsx | 2 +- src/IconSpaRounded.tsx | 2 +- src/IconSpaRoundedFilled.tsx | 2 +- src/IconSpaSharp.tsx | 2 +- src/IconSpaSharpFilled.tsx | 2 +- src/IconSpaceBarOutlined.tsx | 2 +- src/IconSpaceBarOutlinedFilled.tsx | 2 +- src/IconSpaceBarRounded.tsx | 2 +- src/IconSpaceBarRoundedFilled.tsx | 2 +- src/IconSpaceBarSharp.tsx | 2 +- src/IconSpaceBarSharpFilled.tsx | 2 +- src/IconSpaceDashboardOutlined.tsx | 2 +- src/IconSpaceDashboardOutlinedFilled.tsx | 2 +- src/IconSpaceDashboardRounded.tsx | 2 +- src/IconSpaceDashboardRoundedFilled.tsx | 2 +- src/IconSpaceDashboardSharp.tsx | 2 +- src/IconSpaceDashboardSharpFilled.tsx | 2 +- src/IconSpatialAudioOffOutlined.tsx | 2 +- src/IconSpatialAudioOffOutlinedFilled.tsx | 2 +- src/IconSpatialAudioOffRounded.tsx | 2 +- src/IconSpatialAudioOffRoundedFilled.tsx | 2 +- src/IconSpatialAudioOffSharp.tsx | 2 +- src/IconSpatialAudioOffSharpFilled.tsx | 2 +- src/IconSpatialAudioOutlined.tsx | 2 +- src/IconSpatialAudioOutlinedFilled.tsx | 2 +- src/IconSpatialAudioRounded.tsx | 2 +- src/IconSpatialAudioRoundedFilled.tsx | 2 +- src/IconSpatialAudioSharp.tsx | 2 +- src/IconSpatialAudioSharpFilled.tsx | 2 +- src/IconSpatialSpeakerOutlined.tsx | 2 +- src/IconSpatialSpeakerOutlinedFilled.tsx | 2 +- src/IconSpatialSpeakerRounded.tsx | 2 +- src/IconSpatialSpeakerRoundedFilled.tsx | 2 +- src/IconSpatialSpeakerSharp.tsx | 2 +- src/IconSpatialSpeakerSharpFilled.tsx | 2 +- src/IconSpatialTrackingOutlined.tsx | 2 +- src/IconSpatialTrackingOutlinedFilled.tsx | 2 +- src/IconSpatialTrackingRounded.tsx | 2 +- src/IconSpatialTrackingRoundedFilled.tsx | 2 +- src/IconSpatialTrackingSharp.tsx | 2 +- src/IconSpatialTrackingSharpFilled.tsx | 2 +- src/IconSpeakerGroupOutlined.tsx | 2 +- src/IconSpeakerGroupOutlinedFilled.tsx | 2 +- src/IconSpeakerGroupRounded.tsx | 2 +- src/IconSpeakerGroupRoundedFilled.tsx | 2 +- src/IconSpeakerGroupSharp.tsx | 2 +- src/IconSpeakerGroupSharpFilled.tsx | 2 +- src/IconSpeakerNotesOffOutlined.tsx | 2 +- src/IconSpeakerNotesOffOutlinedFilled.tsx | 2 +- src/IconSpeakerNotesOffRounded.tsx | 2 +- src/IconSpeakerNotesOffRoundedFilled.tsx | 2 +- src/IconSpeakerNotesOffSharp.tsx | 2 +- src/IconSpeakerNotesOffSharpFilled.tsx | 2 +- src/IconSpeakerNotesOutlined.tsx | 2 +- src/IconSpeakerNotesOutlinedFilled.tsx | 2 +- src/IconSpeakerNotesRounded.tsx | 2 +- src/IconSpeakerNotesRoundedFilled.tsx | 2 +- src/IconSpeakerNotesSharp.tsx | 2 +- src/IconSpeakerNotesSharpFilled.tsx | 2 +- src/IconSpeakerOutlined.tsx | 2 +- src/IconSpeakerOutlinedFilled.tsx | 2 +- src/IconSpeakerPhoneOutlined.tsx | 2 +- src/IconSpeakerPhoneOutlinedFilled.tsx | 2 +- src/IconSpeakerPhoneRounded.tsx | 2 +- src/IconSpeakerPhoneRoundedFilled.tsx | 2 +- src/IconSpeakerPhoneSharp.tsx | 2 +- src/IconSpeakerPhoneSharpFilled.tsx | 2 +- src/IconSpeakerRounded.tsx | 2 +- src/IconSpeakerRoundedFilled.tsx | 2 +- src/IconSpeakerSharp.tsx | 2 +- src/IconSpeakerSharpFilled.tsx | 2 +- src/IconSpecialCharacterOutlined.tsx | 2 +- src/IconSpecialCharacterOutlinedFilled.tsx | 2 +- src/IconSpecialCharacterRounded.tsx | 2 +- src/IconSpecialCharacterRoundedFilled.tsx | 2 +- src/IconSpecialCharacterSharp.tsx | 2 +- src/IconSpecialCharacterSharpFilled.tsx | 2 +- src/IconSpecificGravityOutlined.tsx | 2 +- src/IconSpecificGravityOutlinedFilled.tsx | 2 +- src/IconSpecificGravityRounded.tsx | 2 +- src/IconSpecificGravityRoundedFilled.tsx | 2 +- src/IconSpecificGravitySharp.tsx | 2 +- src/IconSpecificGravitySharpFilled.tsx | 2 +- src/IconSpeechToTextOutlined.tsx | 2 +- src/IconSpeechToTextOutlinedFilled.tsx | 2 +- src/IconSpeechToTextRounded.tsx | 2 +- src/IconSpeechToTextRoundedFilled.tsx | 2 +- src/IconSpeechToTextSharp.tsx | 2 +- src/IconSpeechToTextSharpFilled.tsx | 2 +- src/IconSpeed025Outlined.tsx | 2 +- src/IconSpeed025OutlinedFilled.tsx | 2 +- src/IconSpeed025Rounded.tsx | 2 +- src/IconSpeed025RoundedFilled.tsx | 2 +- src/IconSpeed025Sharp.tsx | 2 +- src/IconSpeed025SharpFilled.tsx | 2 +- src/IconSpeed02xOutlined.tsx | 2 +- src/IconSpeed02xOutlinedFilled.tsx | 2 +- src/IconSpeed02xRounded.tsx | 2 +- src/IconSpeed02xRoundedFilled.tsx | 2 +- src/IconSpeed02xSharp.tsx | 2 +- src/IconSpeed02xSharpFilled.tsx | 2 +- src/IconSpeed05Outlined.tsx | 2 +- src/IconSpeed05OutlinedFilled.tsx | 2 +- src/IconSpeed05Rounded.tsx | 2 +- src/IconSpeed05RoundedFilled.tsx | 2 +- src/IconSpeed05Sharp.tsx | 2 +- src/IconSpeed05SharpFilled.tsx | 2 +- src/IconSpeed05xOutlined.tsx | 2 +- src/IconSpeed05xOutlinedFilled.tsx | 2 +- src/IconSpeed05xRounded.tsx | 2 +- src/IconSpeed05xRoundedFilled.tsx | 2 +- src/IconSpeed05xSharp.tsx | 2 +- src/IconSpeed05xSharpFilled.tsx | 2 +- src/IconSpeed075Outlined.tsx | 2 +- src/IconSpeed075OutlinedFilled.tsx | 2 +- src/IconSpeed075Rounded.tsx | 2 +- src/IconSpeed075RoundedFilled.tsx | 2 +- src/IconSpeed075Sharp.tsx | 2 +- src/IconSpeed075SharpFilled.tsx | 2 +- src/IconSpeed07xOutlined.tsx | 2 +- src/IconSpeed07xOutlinedFilled.tsx | 2 +- src/IconSpeed07xRounded.tsx | 2 +- src/IconSpeed07xRoundedFilled.tsx | 2 +- src/IconSpeed07xSharp.tsx | 2 +- src/IconSpeed07xSharpFilled.tsx | 2 +- src/IconSpeed125Outlined.tsx | 2 +- src/IconSpeed125OutlinedFilled.tsx | 2 +- src/IconSpeed125Rounded.tsx | 2 +- src/IconSpeed125RoundedFilled.tsx | 2 +- src/IconSpeed125Sharp.tsx | 2 +- src/IconSpeed125SharpFilled.tsx | 2 +- src/IconSpeed12Outlined.tsx | 2 +- src/IconSpeed12OutlinedFilled.tsx | 2 +- src/IconSpeed12Rounded.tsx | 2 +- src/IconSpeed12RoundedFilled.tsx | 2 +- src/IconSpeed12Sharp.tsx | 2 +- src/IconSpeed12SharpFilled.tsx | 2 +- src/IconSpeed12xOutlined.tsx | 2 +- src/IconSpeed12xOutlinedFilled.tsx | 2 +- src/IconSpeed12xRounded.tsx | 2 +- src/IconSpeed12xRoundedFilled.tsx | 2 +- src/IconSpeed12xSharp.tsx | 2 +- src/IconSpeed12xSharpFilled.tsx | 2 +- src/IconSpeed15Outlined.tsx | 2 +- src/IconSpeed15OutlinedFilled.tsx | 2 +- src/IconSpeed15Rounded.tsx | 2 +- src/IconSpeed15RoundedFilled.tsx | 2 +- src/IconSpeed15Sharp.tsx | 2 +- src/IconSpeed15SharpFilled.tsx | 2 +- src/IconSpeed15xOutlined.tsx | 2 +- src/IconSpeed15xOutlinedFilled.tsx | 2 +- src/IconSpeed15xRounded.tsx | 2 +- src/IconSpeed15xRoundedFilled.tsx | 2 +- src/IconSpeed15xSharp.tsx | 2 +- src/IconSpeed15xSharpFilled.tsx | 2 +- src/IconSpeed175Outlined.tsx | 2 +- src/IconSpeed175OutlinedFilled.tsx | 2 +- src/IconSpeed175Rounded.tsx | 2 +- src/IconSpeed175RoundedFilled.tsx | 2 +- src/IconSpeed175Sharp.tsx | 2 +- src/IconSpeed175SharpFilled.tsx | 2 +- src/IconSpeed17xOutlined.tsx | 2 +- src/IconSpeed17xOutlinedFilled.tsx | 2 +- src/IconSpeed17xRounded.tsx | 2 +- src/IconSpeed17xRoundedFilled.tsx | 2 +- src/IconSpeed17xSharp.tsx | 2 +- src/IconSpeed17xSharpFilled.tsx | 2 +- src/IconSpeed2xOutlined.tsx | 2 +- src/IconSpeed2xOutlinedFilled.tsx | 2 +- src/IconSpeed2xRounded.tsx | 2 +- src/IconSpeed2xRoundedFilled.tsx | 2 +- src/IconSpeed2xSharp.tsx | 2 +- src/IconSpeed2xSharpFilled.tsx | 2 +- src/IconSpeedCameraOutlined.tsx | 2 +- src/IconSpeedCameraOutlinedFilled.tsx | 2 +- src/IconSpeedCameraRounded.tsx | 2 +- src/IconSpeedCameraRoundedFilled.tsx | 2 +- src/IconSpeedCameraSharp.tsx | 2 +- src/IconSpeedCameraSharpFilled.tsx | 2 +- src/IconSpeedOutlined.tsx | 2 +- src/IconSpeedOutlinedFilled.tsx | 2 +- src/IconSpeedRounded.tsx | 2 +- src/IconSpeedRoundedFilled.tsx | 2 +- src/IconSpeedSharp.tsx | 2 +- src/IconSpeedSharpFilled.tsx | 2 +- src/IconSpellcheckOutlined.tsx | 2 +- src/IconSpellcheckOutlinedFilled.tsx | 2 +- src/IconSpellcheckRounded.tsx | 2 +- src/IconSpellcheckRoundedFilled.tsx | 2 +- src/IconSpellcheckSharp.tsx | 2 +- src/IconSpellcheckSharpFilled.tsx | 2 +- src/IconSplitscreenAddOutlined.tsx | 2 +- src/IconSplitscreenAddOutlinedFilled.tsx | 2 +- src/IconSplitscreenAddRounded.tsx | 2 +- src/IconSplitscreenAddRoundedFilled.tsx | 2 +- src/IconSplitscreenAddSharp.tsx | 2 +- src/IconSplitscreenAddSharpFilled.tsx | 2 +- src/IconSplitscreenBottomOutlined.tsx | 2 +- src/IconSplitscreenBottomOutlinedFilled.tsx | 2 +- src/IconSplitscreenBottomRounded.tsx | 2 +- src/IconSplitscreenBottomRoundedFilled.tsx | 2 +- src/IconSplitscreenBottomSharp.tsx | 2 +- src/IconSplitscreenBottomSharpFilled.tsx | 2 +- src/IconSplitscreenLandscapeOutlined.tsx | 2 +- ...IconSplitscreenLandscapeOutlinedFilled.tsx | 2 +- src/IconSplitscreenLandscapeRounded.tsx | 2 +- src/IconSplitscreenLandscapeRoundedFilled.tsx | 2 +- src/IconSplitscreenLandscapeSharp.tsx | 2 +- src/IconSplitscreenLandscapeSharpFilled.tsx | 2 +- src/IconSplitscreenLeftOutlined.tsx | 2 +- src/IconSplitscreenLeftOutlinedFilled.tsx | 2 +- src/IconSplitscreenLeftRounded.tsx | 2 +- src/IconSplitscreenLeftRoundedFilled.tsx | 2 +- src/IconSplitscreenLeftSharp.tsx | 2 +- src/IconSplitscreenLeftSharpFilled.tsx | 2 +- src/IconSplitscreenOutlined.tsx | 2 +- src/IconSplitscreenOutlinedFilled.tsx | 2 +- src/IconSplitscreenPortraitOutlined.tsx | 2 +- src/IconSplitscreenPortraitOutlinedFilled.tsx | 2 +- src/IconSplitscreenPortraitRounded.tsx | 2 +- src/IconSplitscreenPortraitRoundedFilled.tsx | 2 +- src/IconSplitscreenPortraitSharp.tsx | 2 +- src/IconSplitscreenPortraitSharpFilled.tsx | 2 +- src/IconSplitscreenRightOutlined.tsx | 2 +- src/IconSplitscreenRightOutlinedFilled.tsx | 2 +- src/IconSplitscreenRightRounded.tsx | 2 +- src/IconSplitscreenRightRoundedFilled.tsx | 2 +- src/IconSplitscreenRightSharp.tsx | 2 +- src/IconSplitscreenRightSharpFilled.tsx | 2 +- src/IconSplitscreenRounded.tsx | 2 +- src/IconSplitscreenRoundedFilled.tsx | 2 +- src/IconSplitscreenSharp.tsx | 2 +- src/IconSplitscreenSharpFilled.tsx | 2 +- src/IconSplitscreenTopOutlined.tsx | 2 +- src/IconSplitscreenTopOutlinedFilled.tsx | 2 +- src/IconSplitscreenTopRounded.tsx | 2 +- src/IconSplitscreenTopRoundedFilled.tsx | 2 +- src/IconSplitscreenTopSharp.tsx | 2 +- src/IconSplitscreenTopSharpFilled.tsx | 2 +- src/IconSplitscreenVerticalAddOutlined.tsx | 2 +- ...onSplitscreenVerticalAddOutlinedFilled.tsx | 2 +- src/IconSplitscreenVerticalAddRounded.tsx | 2 +- ...conSplitscreenVerticalAddRoundedFilled.tsx | 2 +- src/IconSplitscreenVerticalAddSharp.tsx | 2 +- src/IconSplitscreenVerticalAddSharpFilled.tsx | 2 +- src/IconSpo2Outlined.tsx | 2 +- src/IconSpo2OutlinedFilled.tsx | 2 +- src/IconSpo2Rounded.tsx | 2 +- src/IconSpo2RoundedFilled.tsx | 2 +- src/IconSpo2Sharp.tsx | 2 +- src/IconSpo2SharpFilled.tsx | 2 +- src/IconSpokeOutlined.tsx | 2 +- src/IconSpokeOutlinedFilled.tsx | 2 +- src/IconSpokeRounded.tsx | 2 +- src/IconSpokeRoundedFilled.tsx | 2 +- src/IconSpokeSharp.tsx | 2 +- src/IconSpokeSharpFilled.tsx | 2 +- src/IconSportsAndOutdoorsOutlined.tsx | 2 +- src/IconSportsAndOutdoorsOutlinedFilled.tsx | 2 +- src/IconSportsAndOutdoorsRounded.tsx | 2 +- src/IconSportsAndOutdoorsRoundedFilled.tsx | 2 +- src/IconSportsAndOutdoorsSharp.tsx | 2 +- src/IconSportsAndOutdoorsSharpFilled.tsx | 2 +- src/IconSportsBarOutlined.tsx | 2 +- src/IconSportsBarOutlinedFilled.tsx | 2 +- src/IconSportsBarRounded.tsx | 2 +- src/IconSportsBarRoundedFilled.tsx | 2 +- src/IconSportsBarSharp.tsx | 2 +- src/IconSportsBarSharpFilled.tsx | 2 +- src/IconSportsBaseballOutlined.tsx | 2 +- src/IconSportsBaseballOutlinedFilled.tsx | 2 +- src/IconSportsBaseballRounded.tsx | 2 +- src/IconSportsBaseballRoundedFilled.tsx | 2 +- src/IconSportsBaseballSharp.tsx | 2 +- src/IconSportsBaseballSharpFilled.tsx | 2 +- src/IconSportsBasketballOutlined.tsx | 2 +- src/IconSportsBasketballOutlinedFilled.tsx | 2 +- src/IconSportsBasketballRounded.tsx | 2 +- src/IconSportsBasketballRoundedFilled.tsx | 2 +- src/IconSportsBasketballSharp.tsx | 2 +- src/IconSportsBasketballSharpFilled.tsx | 2 +- src/IconSportsCricketOutlined.tsx | 2 +- src/IconSportsCricketOutlinedFilled.tsx | 2 +- src/IconSportsCricketRounded.tsx | 2 +- src/IconSportsCricketRoundedFilled.tsx | 2 +- src/IconSportsCricketSharp.tsx | 2 +- src/IconSportsCricketSharpFilled.tsx | 2 +- src/IconSportsEsportsOutlined.tsx | 2 +- src/IconSportsEsportsOutlinedFilled.tsx | 2 +- src/IconSportsEsportsRounded.tsx | 2 +- src/IconSportsEsportsRoundedFilled.tsx | 2 +- src/IconSportsEsportsSharp.tsx | 2 +- src/IconSportsEsportsSharpFilled.tsx | 2 +- src/IconSportsFootballOutlined.tsx | 2 +- src/IconSportsFootballOutlinedFilled.tsx | 2 +- src/IconSportsFootballRounded.tsx | 2 +- src/IconSportsFootballRoundedFilled.tsx | 2 +- src/IconSportsFootballSharp.tsx | 2 +- src/IconSportsFootballSharpFilled.tsx | 2 +- src/IconSportsGolfOutlined.tsx | 2 +- src/IconSportsGolfOutlinedFilled.tsx | 2 +- src/IconSportsGolfRounded.tsx | 2 +- src/IconSportsGolfRoundedFilled.tsx | 2 +- src/IconSportsGolfSharp.tsx | 2 +- src/IconSportsGolfSharpFilled.tsx | 2 +- src/IconSportsGymnasticsOutlined.tsx | 2 +- src/IconSportsGymnasticsOutlinedFilled.tsx | 2 +- src/IconSportsGymnasticsRounded.tsx | 2 +- src/IconSportsGymnasticsRoundedFilled.tsx | 2 +- src/IconSportsGymnasticsSharp.tsx | 2 +- src/IconSportsGymnasticsSharpFilled.tsx | 2 +- src/IconSportsHandballOutlined.tsx | 2 +- src/IconSportsHandballOutlinedFilled.tsx | 2 +- src/IconSportsHandballRounded.tsx | 2 +- src/IconSportsHandballRoundedFilled.tsx | 2 +- src/IconSportsHandballSharp.tsx | 2 +- src/IconSportsHandballSharpFilled.tsx | 2 +- src/IconSportsHockeyOutlined.tsx | 2 +- src/IconSportsHockeyOutlinedFilled.tsx | 2 +- src/IconSportsHockeyRounded.tsx | 2 +- src/IconSportsHockeyRoundedFilled.tsx | 2 +- src/IconSportsHockeySharp.tsx | 2 +- src/IconSportsHockeySharpFilled.tsx | 2 +- src/IconSportsKabaddiOutlined.tsx | 2 +- src/IconSportsKabaddiOutlinedFilled.tsx | 2 +- src/IconSportsKabaddiRounded.tsx | 2 +- src/IconSportsKabaddiRoundedFilled.tsx | 2 +- src/IconSportsKabaddiSharp.tsx | 2 +- src/IconSportsKabaddiSharpFilled.tsx | 2 +- src/IconSportsMartialArtsOutlined.tsx | 2 +- src/IconSportsMartialArtsOutlinedFilled.tsx | 2 +- src/IconSportsMartialArtsRounded.tsx | 2 +- src/IconSportsMartialArtsRoundedFilled.tsx | 2 +- src/IconSportsMartialArtsSharp.tsx | 2 +- src/IconSportsMartialArtsSharpFilled.tsx | 2 +- src/IconSportsMmaOutlined.tsx | 2 +- src/IconSportsMmaOutlinedFilled.tsx | 2 +- src/IconSportsMmaRounded.tsx | 2 +- src/IconSportsMmaRoundedFilled.tsx | 2 +- src/IconSportsMmaSharp.tsx | 2 +- src/IconSportsMmaSharpFilled.tsx | 2 +- src/IconSportsMotorsportsOutlined.tsx | 2 +- src/IconSportsMotorsportsOutlinedFilled.tsx | 2 +- src/IconSportsMotorsportsRounded.tsx | 2 +- src/IconSportsMotorsportsRoundedFilled.tsx | 2 +- src/IconSportsMotorsportsSharp.tsx | 2 +- src/IconSportsMotorsportsSharpFilled.tsx | 2 +- src/IconSportsOutlined.tsx | 2 +- src/IconSportsOutlinedFilled.tsx | 2 +- src/IconSportsRounded.tsx | 2 +- src/IconSportsRoundedFilled.tsx | 2 +- src/IconSportsRugbyOutlined.tsx | 2 +- src/IconSportsRugbyOutlinedFilled.tsx | 2 +- src/IconSportsRugbyRounded.tsx | 2 +- src/IconSportsRugbyRoundedFilled.tsx | 2 +- src/IconSportsRugbySharp.tsx | 2 +- src/IconSportsRugbySharpFilled.tsx | 2 +- src/IconSportsScoreOutlined.tsx | 2 +- src/IconSportsScoreOutlinedFilled.tsx | 2 +- src/IconSportsScoreRounded.tsx | 2 +- src/IconSportsScoreRoundedFilled.tsx | 2 +- src/IconSportsScoreSharp.tsx | 2 +- src/IconSportsScoreSharpFilled.tsx | 2 +- src/IconSportsSharp.tsx | 2 +- src/IconSportsSharpFilled.tsx | 2 +- src/IconSportsSoccerOutlined.tsx | 2 +- src/IconSportsSoccerOutlinedFilled.tsx | 2 +- src/IconSportsSoccerRounded.tsx | 2 +- src/IconSportsSoccerRoundedFilled.tsx | 2 +- src/IconSportsSoccerSharp.tsx | 2 +- src/IconSportsSoccerSharpFilled.tsx | 2 +- src/IconSportsTennisOutlined.tsx | 2 +- src/IconSportsTennisOutlinedFilled.tsx | 2 +- src/IconSportsTennisRounded.tsx | 2 +- src/IconSportsTennisRoundedFilled.tsx | 2 +- src/IconSportsTennisSharp.tsx | 2 +- src/IconSportsTennisSharpFilled.tsx | 2 +- src/IconSportsVolleyballOutlined.tsx | 2 +- src/IconSportsVolleyballOutlinedFilled.tsx | 2 +- src/IconSportsVolleyballRounded.tsx | 2 +- src/IconSportsVolleyballRoundedFilled.tsx | 2 +- src/IconSportsVolleyballSharp.tsx | 2 +- src/IconSportsVolleyballSharpFilled.tsx | 2 +- src/IconSprinklerOutlined.tsx | 2 +- src/IconSprinklerOutlinedFilled.tsx | 2 +- src/IconSprinklerRounded.tsx | 2 +- src/IconSprinklerRoundedFilled.tsx | 2 +- src/IconSprinklerSharp.tsx | 2 +- src/IconSprinklerSharpFilled.tsx | 2 +- src/IconSprintOutlined.tsx | 2 +- src/IconSprintOutlinedFilled.tsx | 2 +- src/IconSprintRounded.tsx | 2 +- src/IconSprintRoundedFilled.tsx | 2 +- src/IconSprintSharp.tsx | 2 +- src/IconSprintSharpFilled.tsx | 2 +- src/IconSquareFootOutlined.tsx | 2 +- src/IconSquareFootOutlinedFilled.tsx | 2 +- src/IconSquareFootRounded.tsx | 2 +- src/IconSquareFootRoundedFilled.tsx | 2 +- src/IconSquareFootSharp.tsx | 2 +- src/IconSquareFootSharpFilled.tsx | 2 +- src/IconSquareOutlined.tsx | 2 +- src/IconSquareOutlinedFilled.tsx | 2 +- src/IconSquareRounded.tsx | 2 +- src/IconSquareRoundedFilled.tsx | 2 +- src/IconSquareSharp.tsx | 2 +- src/IconSquareSharpFilled.tsx | 2 +- src/IconSsidChartOutlined.tsx | 2 +- src/IconSsidChartOutlinedFilled.tsx | 2 +- src/IconSsidChartRounded.tsx | 2 +- src/IconSsidChartRoundedFilled.tsx | 2 +- src/IconSsidChartSharp.tsx | 2 +- src/IconSsidChartSharpFilled.tsx | 2 +- src/IconStackHexagonOutlined.tsx | 2 +- src/IconStackHexagonOutlinedFilled.tsx | 2 +- src/IconStackHexagonRounded.tsx | 2 +- src/IconStackHexagonRoundedFilled.tsx | 2 +- src/IconStackHexagonSharp.tsx | 2 +- src/IconStackHexagonSharpFilled.tsx | 2 +- src/IconStackOffOutlined.tsx | 2 +- src/IconStackOffOutlinedFilled.tsx | 2 +- src/IconStackOffRounded.tsx | 2 +- src/IconStackOffRoundedFilled.tsx | 2 +- src/IconStackOffSharp.tsx | 2 +- src/IconStackOffSharpFilled.tsx | 2 +- src/IconStackOutlined.tsx | 2 +- src/IconStackOutlinedFilled.tsx | 2 +- src/IconStackRounded.tsx | 2 +- src/IconStackRoundedFilled.tsx | 2 +- src/IconStackSharp.tsx | 2 +- src/IconStackSharpFilled.tsx | 2 +- src/IconStackStarOutlined.tsx | 2 +- src/IconStackStarOutlinedFilled.tsx | 2 +- src/IconStackStarRounded.tsx | 2 +- src/IconStackStarRoundedFilled.tsx | 2 +- src/IconStackStarSharp.tsx | 2 +- src/IconStackStarSharpFilled.tsx | 2 +- src/IconStackedBarChartOutlined.tsx | 2 +- src/IconStackedBarChartOutlinedFilled.tsx | 2 +- src/IconStackedBarChartRounded.tsx | 2 +- src/IconStackedBarChartRoundedFilled.tsx | 2 +- src/IconStackedBarChartSharp.tsx | 2 +- src/IconStackedBarChartSharpFilled.tsx | 2 +- src/IconStackedEmailOutlined.tsx | 2 +- src/IconStackedEmailOutlinedFilled.tsx | 2 +- src/IconStackedEmailRounded.tsx | 2 +- src/IconStackedEmailRoundedFilled.tsx | 2 +- src/IconStackedEmailSharp.tsx | 2 +- src/IconStackedEmailSharpFilled.tsx | 2 +- src/IconStackedInboxOutlined.tsx | 2 +- src/IconStackedInboxOutlinedFilled.tsx | 2 +- src/IconStackedInboxRounded.tsx | 2 +- src/IconStackedInboxRoundedFilled.tsx | 2 +- src/IconStackedInboxSharp.tsx | 2 +- src/IconStackedInboxSharpFilled.tsx | 2 +- src/IconStackedLineChartOutlined.tsx | 2 +- src/IconStackedLineChartOutlinedFilled.tsx | 2 +- src/IconStackedLineChartRounded.tsx | 2 +- src/IconStackedLineChartRoundedFilled.tsx | 2 +- src/IconStackedLineChartSharp.tsx | 2 +- src/IconStackedLineChartSharpFilled.tsx | 2 +- src/IconStacksOutlined.tsx | 2 +- src/IconStacksOutlinedFilled.tsx | 2 +- src/IconStacksRounded.tsx | 2 +- src/IconStacksRoundedFilled.tsx | 2 +- src/IconStacksSharp.tsx | 2 +- src/IconStacksSharpFilled.tsx | 2 +- src/IconStadiaControllerOutlined.tsx | 2 +- src/IconStadiaControllerOutlinedFilled.tsx | 2 +- src/IconStadiaControllerRounded.tsx | 2 +- src/IconStadiaControllerRoundedFilled.tsx | 2 +- src/IconStadiaControllerSharp.tsx | 2 +- src/IconStadiaControllerSharpFilled.tsx | 2 +- src/IconStadiumOutlined.tsx | 2 +- src/IconStadiumOutlinedFilled.tsx | 2 +- src/IconStadiumRounded.tsx | 2 +- src/IconStadiumRoundedFilled.tsx | 2 +- src/IconStadiumSharp.tsx | 2 +- src/IconStadiumSharpFilled.tsx | 2 +- src/IconStairs2Outlined.tsx | 2 +- src/IconStairs2OutlinedFilled.tsx | 2 +- src/IconStairs2Rounded.tsx | 2 +- src/IconStairs2RoundedFilled.tsx | 2 +- src/IconStairs2Sharp.tsx | 2 +- src/IconStairs2SharpFilled.tsx | 2 +- src/IconStairsOutlined.tsx | 2 +- src/IconStairsOutlinedFilled.tsx | 2 +- src/IconStairsRounded.tsx | 2 +- src/IconStairsRoundedFilled.tsx | 2 +- src/IconStairsSharp.tsx | 2 +- src/IconStairsSharpFilled.tsx | 2 +- src/IconStarHalfOutlined.tsx | 2 +- src/IconStarHalfOutlinedFilled.tsx | 2 +- src/IconStarHalfRounded.tsx | 2 +- src/IconStarHalfRoundedFilled.tsx | 2 +- src/IconStarHalfSharp.tsx | 2 +- src/IconStarHalfSharpFilled.tsx | 2 +- src/IconStarOutlined.tsx | 2 +- src/IconStarOutlinedFilled.tsx | 2 +- src/IconStarRateHalfOutlined.tsx | 2 +- src/IconStarRateHalfOutlinedFilled.tsx | 2 +- src/IconStarRateHalfRounded.tsx | 2 +- src/IconStarRateHalfRoundedFilled.tsx | 2 +- src/IconStarRateHalfSharp.tsx | 2 +- src/IconStarRateHalfSharpFilled.tsx | 2 +- src/IconStarRateOutlined.tsx | 2 +- src/IconStarRateOutlinedFilled.tsx | 2 +- src/IconStarRateRounded.tsx | 2 +- src/IconStarRateRoundedFilled.tsx | 2 +- src/IconStarRateSharp.tsx | 2 +- src/IconStarRateSharpFilled.tsx | 2 +- src/IconStarRounded.tsx | 2 +- src/IconStarRoundedFilled.tsx | 2 +- src/IconStarSharp.tsx | 2 +- src/IconStarSharpFilled.tsx | 2 +- src/IconStarsOutlined.tsx | 2 +- src/IconStarsOutlinedFilled.tsx | 2 +- src/IconStarsRounded.tsx | 2 +- src/IconStarsRoundedFilled.tsx | 2 +- src/IconStarsSharp.tsx | 2 +- src/IconStarsSharpFilled.tsx | 2 +- src/IconStartOutlined.tsx | 2 +- src/IconStartOutlinedFilled.tsx | 2 +- src/IconStartRounded.tsx | 2 +- src/IconStartRoundedFilled.tsx | 2 +- src/IconStartSharp.tsx | 2 +- src/IconStartSharpFilled.tsx | 2 +- src/IconStat0Outlined.tsx | 2 +- src/IconStat0OutlinedFilled.tsx | 2 +- src/IconStat0Rounded.tsx | 2 +- src/IconStat0RoundedFilled.tsx | 2 +- src/IconStat0Sharp.tsx | 2 +- src/IconStat0SharpFilled.tsx | 2 +- src/IconStat1Outlined.tsx | 2 +- src/IconStat1OutlinedFilled.tsx | 2 +- src/IconStat1Rounded.tsx | 2 +- src/IconStat1RoundedFilled.tsx | 2 +- src/IconStat1Sharp.tsx | 2 +- src/IconStat1SharpFilled.tsx | 2 +- src/IconStat2Outlined.tsx | 2 +- src/IconStat2OutlinedFilled.tsx | 2 +- src/IconStat2Rounded.tsx | 2 +- src/IconStat2RoundedFilled.tsx | 2 +- src/IconStat2Sharp.tsx | 2 +- src/IconStat2SharpFilled.tsx | 2 +- src/IconStat3Outlined.tsx | 2 +- src/IconStat3OutlinedFilled.tsx | 2 +- src/IconStat3Rounded.tsx | 2 +- src/IconStat3RoundedFilled.tsx | 2 +- src/IconStat3Sharp.tsx | 2 +- src/IconStat3SharpFilled.tsx | 2 +- src/IconStatMinus1Outlined.tsx | 2 +- src/IconStatMinus1OutlinedFilled.tsx | 2 +- src/IconStatMinus1Rounded.tsx | 2 +- src/IconStatMinus1RoundedFilled.tsx | 2 +- src/IconStatMinus1Sharp.tsx | 2 +- src/IconStatMinus1SharpFilled.tsx | 2 +- src/IconStatMinus2Outlined.tsx | 2 +- src/IconStatMinus2OutlinedFilled.tsx | 2 +- src/IconStatMinus2Rounded.tsx | 2 +- src/IconStatMinus2RoundedFilled.tsx | 2 +- src/IconStatMinus2Sharp.tsx | 2 +- src/IconStatMinus2SharpFilled.tsx | 2 +- src/IconStatMinus3Outlined.tsx | 2 +- src/IconStatMinus3OutlinedFilled.tsx | 2 +- src/IconStatMinus3Rounded.tsx | 2 +- src/IconStatMinus3RoundedFilled.tsx | 2 +- src/IconStatMinus3Sharp.tsx | 2 +- src/IconStatMinus3SharpFilled.tsx | 2 +- src/IconStayCurrentLandscapeOutlined.tsx | 2 +- ...IconStayCurrentLandscapeOutlinedFilled.tsx | 2 +- src/IconStayCurrentLandscapeRounded.tsx | 2 +- src/IconStayCurrentLandscapeRoundedFilled.tsx | 2 +- src/IconStayCurrentLandscapeSharp.tsx | 2 +- src/IconStayCurrentLandscapeSharpFilled.tsx | 2 +- src/IconStayCurrentPortraitOutlined.tsx | 2 +- src/IconStayCurrentPortraitOutlinedFilled.tsx | 2 +- src/IconStayCurrentPortraitRounded.tsx | 2 +- src/IconStayCurrentPortraitRoundedFilled.tsx | 2 +- src/IconStayCurrentPortraitSharp.tsx | 2 +- src/IconStayCurrentPortraitSharpFilled.tsx | 2 +- src/IconStayPrimaryLandscapeOutlined.tsx | 2 +- ...IconStayPrimaryLandscapeOutlinedFilled.tsx | 2 +- src/IconStayPrimaryLandscapeRounded.tsx | 2 +- src/IconStayPrimaryLandscapeRoundedFilled.tsx | 2 +- src/IconStayPrimaryLandscapeSharp.tsx | 2 +- src/IconStayPrimaryLandscapeSharpFilled.tsx | 2 +- src/IconStayPrimaryPortraitOutlined.tsx | 2 +- src/IconStayPrimaryPortraitOutlinedFilled.tsx | 2 +- src/IconStayPrimaryPortraitRounded.tsx | 2 +- src/IconStayPrimaryPortraitRoundedFilled.tsx | 2 +- src/IconStayPrimaryPortraitSharp.tsx | 2 +- src/IconStayPrimaryPortraitSharpFilled.tsx | 2 +- src/IconStepIntoOutlined.tsx | 2 +- src/IconStepIntoOutlinedFilled.tsx | 2 +- src/IconStepIntoRounded.tsx | 2 +- src/IconStepIntoRoundedFilled.tsx | 2 +- src/IconStepIntoSharp.tsx | 2 +- src/IconStepIntoSharpFilled.tsx | 2 +- src/IconStepOutOutlined.tsx | 2 +- src/IconStepOutOutlinedFilled.tsx | 2 +- src/IconStepOutRounded.tsx | 2 +- src/IconStepOutRoundedFilled.tsx | 2 +- src/IconStepOutSharp.tsx | 2 +- src/IconStepOutSharpFilled.tsx | 2 +- src/IconStepOutlined.tsx | 2 +- src/IconStepOutlinedFilled.tsx | 2 +- src/IconStepOverOutlined.tsx | 2 +- src/IconStepOverOutlinedFilled.tsx | 2 +- src/IconStepOverRounded.tsx | 2 +- src/IconStepOverRoundedFilled.tsx | 2 +- src/IconStepOverSharp.tsx | 2 +- src/IconStepOverSharpFilled.tsx | 2 +- src/IconStepRounded.tsx | 2 +- src/IconStepRoundedFilled.tsx | 2 +- src/IconStepSharp.tsx | 2 +- src/IconStepSharpFilled.tsx | 2 +- src/IconSteppersOutlined.tsx | 2 +- src/IconSteppersOutlinedFilled.tsx | 2 +- src/IconSteppersRounded.tsx | 2 +- src/IconSteppersRoundedFilled.tsx | 2 +- src/IconSteppersSharp.tsx | 2 +- src/IconSteppersSharpFilled.tsx | 2 +- src/IconStepsOutlined.tsx | 2 +- src/IconStepsOutlinedFilled.tsx | 2 +- src/IconStepsRounded.tsx | 2 +- src/IconStepsRoundedFilled.tsx | 2 +- src/IconStepsSharp.tsx | 2 +- src/IconStepsSharpFilled.tsx | 2 +- src/IconStethoscopeArrowOutlined.tsx | 2 +- src/IconStethoscopeArrowOutlinedFilled.tsx | 2 +- src/IconStethoscopeArrowRounded.tsx | 2 +- src/IconStethoscopeArrowRoundedFilled.tsx | 2 +- src/IconStethoscopeArrowSharp.tsx | 2 +- src/IconStethoscopeArrowSharpFilled.tsx | 2 +- src/IconStethoscopeCheckOutlined.tsx | 2 +- src/IconStethoscopeCheckOutlinedFilled.tsx | 2 +- src/IconStethoscopeCheckRounded.tsx | 2 +- src/IconStethoscopeCheckRoundedFilled.tsx | 2 +- src/IconStethoscopeCheckSharp.tsx | 2 +- src/IconStethoscopeCheckSharpFilled.tsx | 2 +- src/IconStethoscopeOutlined.tsx | 2 +- src/IconStethoscopeOutlinedFilled.tsx | 2 +- src/IconStethoscopeRounded.tsx | 2 +- src/IconStethoscopeRoundedFilled.tsx | 2 +- src/IconStethoscopeSharp.tsx | 2 +- src/IconStethoscopeSharpFilled.tsx | 2 +- src/IconStickyNote2Outlined.tsx | 2 +- src/IconStickyNote2OutlinedFilled.tsx | 2 +- src/IconStickyNote2Rounded.tsx | 2 +- src/IconStickyNote2RoundedFilled.tsx | 2 +- src/IconStickyNote2Sharp.tsx | 2 +- src/IconStickyNote2SharpFilled.tsx | 2 +- src/IconStickyNoteOutlined.tsx | 2 +- src/IconStickyNoteOutlinedFilled.tsx | 2 +- src/IconStickyNoteRounded.tsx | 2 +- src/IconStickyNoteRoundedFilled.tsx | 2 +- src/IconStickyNoteSharp.tsx | 2 +- src/IconStickyNoteSharpFilled.tsx | 2 +- src/IconStockMediaOutlined.tsx | 2 +- src/IconStockMediaOutlinedFilled.tsx | 2 +- src/IconStockMediaRounded.tsx | 2 +- src/IconStockMediaRoundedFilled.tsx | 2 +- src/IconStockMediaSharp.tsx | 2 +- src/IconStockMediaSharpFilled.tsx | 2 +- src/IconStockpotOutlined.tsx | 2 +- src/IconStockpotOutlinedFilled.tsx | 2 +- src/IconStockpotRounded.tsx | 2 +- src/IconStockpotRoundedFilled.tsx | 2 +- src/IconStockpotSharp.tsx | 2 +- src/IconStockpotSharpFilled.tsx | 2 +- src/IconStopCircleOutlined.tsx | 2 +- src/IconStopCircleOutlinedFilled.tsx | 2 +- src/IconStopCircleRounded.tsx | 2 +- src/IconStopCircleRoundedFilled.tsx | 2 +- src/IconStopCircleSharp.tsx | 2 +- src/IconStopCircleSharpFilled.tsx | 2 +- src/IconStopOutlined.tsx | 2 +- src/IconStopOutlinedFilled.tsx | 2 +- src/IconStopRounded.tsx | 2 +- src/IconStopRoundedFilled.tsx | 2 +- src/IconStopScreenShareOutlined.tsx | 2 +- src/IconStopScreenShareOutlinedFilled.tsx | 2 +- src/IconStopScreenShareRounded.tsx | 2 +- src/IconStopScreenShareRoundedFilled.tsx | 2 +- src/IconStopScreenShareSharp.tsx | 2 +- src/IconStopScreenShareSharpFilled.tsx | 2 +- src/IconStopSharp.tsx | 2 +- src/IconStopSharpFilled.tsx | 2 +- src/IconStorageOutlined.tsx | 2 +- src/IconStorageOutlinedFilled.tsx | 2 +- src/IconStorageRounded.tsx | 2 +- src/IconStorageRoundedFilled.tsx | 2 +- src/IconStorageSharp.tsx | 2 +- src/IconStorageSharpFilled.tsx | 2 +- src/IconStoreOutlined.tsx | 2 +- src/IconStoreOutlinedFilled.tsx | 2 +- src/IconStoreRounded.tsx | 2 +- src/IconStoreRoundedFilled.tsx | 2 +- src/IconStoreSharp.tsx | 2 +- src/IconStoreSharpFilled.tsx | 2 +- src/IconStorefrontOutlined.tsx | 2 +- src/IconStorefrontOutlinedFilled.tsx | 2 +- src/IconStorefrontRounded.tsx | 2 +- src/IconStorefrontRoundedFilled.tsx | 2 +- src/IconStorefrontSharp.tsx | 2 +- src/IconStorefrontSharpFilled.tsx | 2 +- src/IconStormOutlined.tsx | 2 +- src/IconStormOutlinedFilled.tsx | 2 +- src/IconStormRounded.tsx | 2 +- src/IconStormRoundedFilled.tsx | 2 +- src/IconStormSharp.tsx | 2 +- src/IconStormSharpFilled.tsx | 2 +- src/IconStraightOutlined.tsx | 2 +- src/IconStraightOutlinedFilled.tsx | 2 +- src/IconStraightRounded.tsx | 2 +- src/IconStraightRoundedFilled.tsx | 2 +- src/IconStraightSharp.tsx | 2 +- src/IconStraightSharpFilled.tsx | 2 +- src/IconStraightenOutlined.tsx | 2 +- src/IconStraightenOutlinedFilled.tsx | 2 +- src/IconStraightenRounded.tsx | 2 +- src/IconStraightenRoundedFilled.tsx | 2 +- src/IconStraightenSharp.tsx | 2 +- src/IconStraightenSharpFilled.tsx | 2 +- src/IconStrategyOutlined.tsx | 2 +- src/IconStrategyOutlinedFilled.tsx | 2 +- src/IconStrategyRounded.tsx | 2 +- src/IconStrategyRoundedFilled.tsx | 2 +- src/IconStrategySharp.tsx | 2 +- src/IconStrategySharpFilled.tsx | 2 +- src/IconStreamAppsOutlined.tsx | 2 +- src/IconStreamAppsOutlinedFilled.tsx | 2 +- src/IconStreamAppsRounded.tsx | 2 +- src/IconStreamAppsRoundedFilled.tsx | 2 +- src/IconStreamAppsSharp.tsx | 2 +- src/IconStreamAppsSharpFilled.tsx | 2 +- src/IconStreamOutlined.tsx | 2 +- src/IconStreamOutlinedFilled.tsx | 2 +- src/IconStreamRounded.tsx | 2 +- src/IconStreamRoundedFilled.tsx | 2 +- src/IconStreamSharp.tsx | 2 +- src/IconStreamSharpFilled.tsx | 2 +- src/IconStreetviewOutlined.tsx | 2 +- src/IconStreetviewOutlinedFilled.tsx | 2 +- src/IconStreetviewRounded.tsx | 2 +- src/IconStreetviewRoundedFilled.tsx | 2 +- src/IconStreetviewSharp.tsx | 2 +- src/IconStreetviewSharpFilled.tsx | 2 +- src/IconStressManagementOutlined.tsx | 2 +- src/IconStressManagementOutlinedFilled.tsx | 2 +- src/IconStressManagementRounded.tsx | 2 +- src/IconStressManagementRoundedFilled.tsx | 2 +- src/IconStressManagementSharp.tsx | 2 +- src/IconStressManagementSharpFilled.tsx | 2 +- src/IconStrikethroughSOutlined.tsx | 2 +- src/IconStrikethroughSOutlinedFilled.tsx | 2 +- src/IconStrikethroughSRounded.tsx | 2 +- src/IconStrikethroughSRoundedFilled.tsx | 2 +- src/IconStrikethroughSSharp.tsx | 2 +- src/IconStrikethroughSSharpFilled.tsx | 2 +- src/IconStrokeFullOutlined.tsx | 2 +- src/IconStrokeFullOutlinedFilled.tsx | 2 +- src/IconStrokeFullRounded.tsx | 2 +- src/IconStrokeFullRoundedFilled.tsx | 2 +- src/IconStrokeFullSharp.tsx | 2 +- src/IconStrokeFullSharpFilled.tsx | 2 +- src/IconStrokePartialOutlined.tsx | 2 +- src/IconStrokePartialOutlinedFilled.tsx | 2 +- src/IconStrokePartialRounded.tsx | 2 +- src/IconStrokePartialRoundedFilled.tsx | 2 +- src/IconStrokePartialSharp.tsx | 2 +- src/IconStrokePartialSharpFilled.tsx | 2 +- src/IconStrollerOutlined.tsx | 2 +- src/IconStrollerOutlinedFilled.tsx | 2 +- src/IconStrollerRounded.tsx | 2 +- src/IconStrollerRoundedFilled.tsx | 2 +- src/IconStrollerSharp.tsx | 2 +- src/IconStrollerSharpFilled.tsx | 2 +- src/IconStyleOutlined.tsx | 2 +- src/IconStyleOutlinedFilled.tsx | 2 +- src/IconStyleRounded.tsx | 2 +- src/IconStyleRoundedFilled.tsx | 2 +- src/IconStyleSharp.tsx | 2 +- src/IconStyleSharpFilled.tsx | 2 +- src/IconStylerOutlined.tsx | 2 +- src/IconStylerOutlinedFilled.tsx | 2 +- src/IconStylerRounded.tsx | 2 +- src/IconStylerRoundedFilled.tsx | 2 +- src/IconStylerSharp.tsx | 2 +- src/IconStylerSharpFilled.tsx | 2 +- src/IconStylusLaserPointerOutlined.tsx | 2 +- src/IconStylusLaserPointerOutlinedFilled.tsx | 2 +- src/IconStylusLaserPointerRounded.tsx | 2 +- src/IconStylusLaserPointerRoundedFilled.tsx | 2 +- src/IconStylusLaserPointerSharp.tsx | 2 +- src/IconStylusLaserPointerSharpFilled.tsx | 2 +- src/IconStylusNoteOutlined.tsx | 2 +- src/IconStylusNoteOutlinedFilled.tsx | 2 +- src/IconStylusNoteRounded.tsx | 2 +- src/IconStylusNoteRoundedFilled.tsx | 2 +- src/IconStylusNoteSharp.tsx | 2 +- src/IconStylusNoteSharpFilled.tsx | 2 +- src/IconStylusOutlined.tsx | 2 +- src/IconStylusOutlinedFilled.tsx | 2 +- src/IconStylusRounded.tsx | 2 +- src/IconStylusRoundedFilled.tsx | 2 +- src/IconStylusSharp.tsx | 2 +- src/IconStylusSharpFilled.tsx | 2 +- src/IconSubdirectoryArrowLeftOutlined.tsx | 2 +- ...conSubdirectoryArrowLeftOutlinedFilled.tsx | 2 +- src/IconSubdirectoryArrowLeftRounded.tsx | 2 +- ...IconSubdirectoryArrowLeftRoundedFilled.tsx | 2 +- src/IconSubdirectoryArrowLeftSharp.tsx | 2 +- src/IconSubdirectoryArrowLeftSharpFilled.tsx | 2 +- src/IconSubdirectoryArrowRightOutlined.tsx | 2 +- ...onSubdirectoryArrowRightOutlinedFilled.tsx | 2 +- src/IconSubdirectoryArrowRightRounded.tsx | 2 +- ...conSubdirectoryArrowRightRoundedFilled.tsx | 2 +- src/IconSubdirectoryArrowRightSharp.tsx | 2 +- src/IconSubdirectoryArrowRightSharpFilled.tsx | 2 +- src/IconSubheaderOutlined.tsx | 2 +- src/IconSubheaderOutlinedFilled.tsx | 2 +- src/IconSubheaderRounded.tsx | 2 +- src/IconSubheaderRoundedFilled.tsx | 2 +- src/IconSubheaderSharp.tsx | 2 +- src/IconSubheaderSharpFilled.tsx | 2 +- src/IconSubjectOutlined.tsx | 2 +- src/IconSubjectOutlinedFilled.tsx | 2 +- src/IconSubjectRounded.tsx | 2 +- src/IconSubjectRoundedFilled.tsx | 2 +- src/IconSubjectSharp.tsx | 2 +- src/IconSubjectSharpFilled.tsx | 2 +- src/IconSubscriptOutlined.tsx | 2 +- src/IconSubscriptOutlinedFilled.tsx | 2 +- src/IconSubscriptRounded.tsx | 2 +- src/IconSubscriptRoundedFilled.tsx | 2 +- src/IconSubscriptSharp.tsx | 2 +- src/IconSubscriptSharpFilled.tsx | 2 +- src/IconSubscriptionsOutlined.tsx | 2 +- src/IconSubscriptionsOutlinedFilled.tsx | 2 +- src/IconSubscriptionsRounded.tsx | 2 +- src/IconSubscriptionsRoundedFilled.tsx | 2 +- src/IconSubscriptionsSharp.tsx | 2 +- src/IconSubscriptionsSharpFilled.tsx | 2 +- src/IconSubtitlesOffOutlined.tsx | 2 +- src/IconSubtitlesOffOutlinedFilled.tsx | 2 +- src/IconSubtitlesOffRounded.tsx | 2 +- src/IconSubtitlesOffRoundedFilled.tsx | 2 +- src/IconSubtitlesOffSharp.tsx | 2 +- src/IconSubtitlesOffSharpFilled.tsx | 2 +- src/IconSubtitlesOutlined.tsx | 2 +- src/IconSubtitlesOutlinedFilled.tsx | 2 +- src/IconSubtitlesRounded.tsx | 2 +- src/IconSubtitlesRoundedFilled.tsx | 2 +- src/IconSubtitlesSharp.tsx | 2 +- src/IconSubtitlesSharpFilled.tsx | 2 +- src/IconSubwayOutlined.tsx | 2 +- src/IconSubwayOutlinedFilled.tsx | 2 +- src/IconSubwayRounded.tsx | 2 +- src/IconSubwayRoundedFilled.tsx | 2 +- src/IconSubwaySharp.tsx | 2 +- src/IconSubwaySharpFilled.tsx | 2 +- src/IconSummarizeOutlined.tsx | 2 +- src/IconSummarizeOutlinedFilled.tsx | 2 +- src/IconSummarizeRounded.tsx | 2 +- src/IconSummarizeRoundedFilled.tsx | 2 +- src/IconSummarizeSharp.tsx | 2 +- src/IconSummarizeSharpFilled.tsx | 2 +- src/IconSunnyOutlined.tsx | 2 +- src/IconSunnyOutlinedFilled.tsx | 2 +- src/IconSunnyRounded.tsx | 2 +- src/IconSunnyRoundedFilled.tsx | 2 +- src/IconSunnySharp.tsx | 2 +- src/IconSunnySharpFilled.tsx | 2 +- src/IconSunnySnowingOutlined.tsx | 2 +- src/IconSunnySnowingOutlinedFilled.tsx | 2 +- src/IconSunnySnowingRounded.tsx | 2 +- src/IconSunnySnowingRoundedFilled.tsx | 2 +- src/IconSunnySnowingSharp.tsx | 2 +- src/IconSunnySnowingSharpFilled.tsx | 2 +- src/IconSuperscriptOutlined.tsx | 2 +- src/IconSuperscriptOutlinedFilled.tsx | 2 +- src/IconSuperscriptRounded.tsx | 2 +- src/IconSuperscriptRoundedFilled.tsx | 2 +- src/IconSuperscriptSharp.tsx | 2 +- src/IconSuperscriptSharpFilled.tsx | 2 +- src/IconSupervisedUserCircleOffOutlined.tsx | 2 +- ...nSupervisedUserCircleOffOutlinedFilled.tsx | 2 +- src/IconSupervisedUserCircleOffRounded.tsx | 2 +- ...onSupervisedUserCircleOffRoundedFilled.tsx | 2 +- src/IconSupervisedUserCircleOffSharp.tsx | 2 +- ...IconSupervisedUserCircleOffSharpFilled.tsx | 2 +- src/IconSupervisedUserCircleOutlined.tsx | 2 +- ...IconSupervisedUserCircleOutlinedFilled.tsx | 2 +- src/IconSupervisedUserCircleRounded.tsx | 2 +- src/IconSupervisedUserCircleRoundedFilled.tsx | 2 +- src/IconSupervisedUserCircleSharp.tsx | 2 +- src/IconSupervisedUserCircleSharpFilled.tsx | 2 +- src/IconSupervisorAccountOutlined.tsx | 2 +- src/IconSupervisorAccountOutlinedFilled.tsx | 2 +- src/IconSupervisorAccountRounded.tsx | 2 +- src/IconSupervisorAccountRoundedFilled.tsx | 2 +- src/IconSupervisorAccountSharp.tsx | 2 +- src/IconSupervisorAccountSharpFilled.tsx | 2 +- src/IconSupportAgentOutlined.tsx | 2 +- src/IconSupportAgentOutlinedFilled.tsx | 2 +- src/IconSupportAgentRounded.tsx | 2 +- src/IconSupportAgentRoundedFilled.tsx | 2 +- src/IconSupportAgentSharp.tsx | 2 +- src/IconSupportAgentSharpFilled.tsx | 2 +- src/IconSupportOutlined.tsx | 2 +- src/IconSupportOutlinedFilled.tsx | 2 +- src/IconSupportRounded.tsx | 2 +- src/IconSupportRoundedFilled.tsx | 2 +- src/IconSupportSharp.tsx | 2 +- src/IconSupportSharpFilled.tsx | 2 +- src/IconSurfingOutlined.tsx | 2 +- src/IconSurfingOutlinedFilled.tsx | 2 +- src/IconSurfingRounded.tsx | 2 +- src/IconSurfingRoundedFilled.tsx | 2 +- src/IconSurfingSharp.tsx | 2 +- src/IconSurfingSharpFilled.tsx | 2 +- src/IconSurgicalOutlined.tsx | 2 +- src/IconSurgicalOutlinedFilled.tsx | 2 +- src/IconSurgicalRounded.tsx | 2 +- src/IconSurgicalRoundedFilled.tsx | 2 +- src/IconSurgicalSharp.tsx | 2 +- src/IconSurgicalSharpFilled.tsx | 2 +- src/IconSurroundSoundOutlined.tsx | 2 +- src/IconSurroundSoundOutlinedFilled.tsx | 2 +- src/IconSurroundSoundRounded.tsx | 2 +- src/IconSurroundSoundRoundedFilled.tsx | 2 +- src/IconSurroundSoundSharp.tsx | 2 +- src/IconSurroundSoundSharpFilled.tsx | 2 +- src/IconSwapCallsOutlined.tsx | 2 +- src/IconSwapCallsOutlinedFilled.tsx | 2 +- src/IconSwapCallsRounded.tsx | 2 +- src/IconSwapCallsRoundedFilled.tsx | 2 +- src/IconSwapCallsSharp.tsx | 2 +- src/IconSwapCallsSharpFilled.tsx | 2 +- src/IconSwapDrivingAppsOutlined.tsx | 2 +- src/IconSwapDrivingAppsOutlinedFilled.tsx | 2 +- src/IconSwapDrivingAppsRounded.tsx | 2 +- src/IconSwapDrivingAppsRoundedFilled.tsx | 2 +- src/IconSwapDrivingAppsSharp.tsx | 2 +- src/IconSwapDrivingAppsSharpFilled.tsx | 2 +- src/IconSwapDrivingAppsWheelOutlined.tsx | 2 +- ...IconSwapDrivingAppsWheelOutlinedFilled.tsx | 2 +- src/IconSwapDrivingAppsWheelRounded.tsx | 2 +- src/IconSwapDrivingAppsWheelRoundedFilled.tsx | 2 +- src/IconSwapDrivingAppsWheelSharp.tsx | 2 +- src/IconSwapDrivingAppsWheelSharpFilled.tsx | 2 +- src/IconSwapHorizOutlined.tsx | 2 +- src/IconSwapHorizOutlinedFilled.tsx | 2 +- src/IconSwapHorizRounded.tsx | 2 +- src/IconSwapHorizRoundedFilled.tsx | 2 +- src/IconSwapHorizSharp.tsx | 2 +- src/IconSwapHorizSharpFilled.tsx | 2 +- src/IconSwapHorizontalCircleOutlined.tsx | 2 +- ...IconSwapHorizontalCircleOutlinedFilled.tsx | 2 +- src/IconSwapHorizontalCircleRounded.tsx | 2 +- src/IconSwapHorizontalCircleRoundedFilled.tsx | 2 +- src/IconSwapHorizontalCircleSharp.tsx | 2 +- src/IconSwapHorizontalCircleSharpFilled.tsx | 2 +- src/IconSwapVertOutlined.tsx | 2 +- src/IconSwapVertOutlinedFilled.tsx | 2 +- src/IconSwapVertRounded.tsx | 2 +- src/IconSwapVertRoundedFilled.tsx | 2 +- src/IconSwapVertSharp.tsx | 2 +- src/IconSwapVertSharpFilled.tsx | 2 +- src/IconSwapVerticalCircleOutlined.tsx | 2 +- src/IconSwapVerticalCircleOutlinedFilled.tsx | 2 +- src/IconSwapVerticalCircleRounded.tsx | 2 +- src/IconSwapVerticalCircleRoundedFilled.tsx | 2 +- src/IconSwapVerticalCircleSharp.tsx | 2 +- src/IconSwapVerticalCircleSharpFilled.tsx | 2 +- src/IconSweepOutlined.tsx | 2 +- src/IconSweepOutlinedFilled.tsx | 2 +- src/IconSweepRounded.tsx | 2 +- src/IconSweepRoundedFilled.tsx | 2 +- src/IconSweepSharp.tsx | 2 +- src/IconSweepSharpFilled.tsx | 2 +- src/IconSwipeDownAltOutlined.tsx | 2 +- src/IconSwipeDownAltOutlinedFilled.tsx | 2 +- src/IconSwipeDownAltRounded.tsx | 2 +- src/IconSwipeDownAltRoundedFilled.tsx | 2 +- src/IconSwipeDownAltSharp.tsx | 2 +- src/IconSwipeDownAltSharpFilled.tsx | 2 +- src/IconSwipeDownOutlined.tsx | 2 +- src/IconSwipeDownOutlinedFilled.tsx | 2 +- src/IconSwipeDownRounded.tsx | 2 +- src/IconSwipeDownRoundedFilled.tsx | 2 +- src/IconSwipeDownSharp.tsx | 2 +- src/IconSwipeDownSharpFilled.tsx | 2 +- src/IconSwipeLeftAltOutlined.tsx | 2 +- src/IconSwipeLeftAltOutlinedFilled.tsx | 2 +- src/IconSwipeLeftAltRounded.tsx | 2 +- src/IconSwipeLeftAltRoundedFilled.tsx | 2 +- src/IconSwipeLeftAltSharp.tsx | 2 +- src/IconSwipeLeftAltSharpFilled.tsx | 2 +- src/IconSwipeLeftOutlined.tsx | 2 +- src/IconSwipeLeftOutlinedFilled.tsx | 2 +- src/IconSwipeLeftRounded.tsx | 2 +- src/IconSwipeLeftRoundedFilled.tsx | 2 +- src/IconSwipeLeftSharp.tsx | 2 +- src/IconSwipeLeftSharpFilled.tsx | 2 +- src/IconSwipeOutlined.tsx | 2 +- src/IconSwipeOutlinedFilled.tsx | 2 +- src/IconSwipeRightAltOutlined.tsx | 2 +- src/IconSwipeRightAltOutlinedFilled.tsx | 2 +- src/IconSwipeRightAltRounded.tsx | 2 +- src/IconSwipeRightAltRoundedFilled.tsx | 2 +- src/IconSwipeRightAltSharp.tsx | 2 +- src/IconSwipeRightAltSharpFilled.tsx | 2 +- src/IconSwipeRightOutlined.tsx | 2 +- src/IconSwipeRightOutlinedFilled.tsx | 2 +- src/IconSwipeRightRounded.tsx | 2 +- src/IconSwipeRightRoundedFilled.tsx | 2 +- src/IconSwipeRightSharp.tsx | 2 +- src/IconSwipeRightSharpFilled.tsx | 2 +- src/IconSwipeRounded.tsx | 2 +- src/IconSwipeRoundedFilled.tsx | 2 +- src/IconSwipeSharp.tsx | 2 +- src/IconSwipeSharpFilled.tsx | 2 +- src/IconSwipeUpAltOutlined.tsx | 2 +- src/IconSwipeUpAltOutlinedFilled.tsx | 2 +- src/IconSwipeUpAltRounded.tsx | 2 +- src/IconSwipeUpAltRoundedFilled.tsx | 2 +- src/IconSwipeUpAltSharp.tsx | 2 +- src/IconSwipeUpAltSharpFilled.tsx | 2 +- src/IconSwipeUpOutlined.tsx | 2 +- src/IconSwipeUpOutlinedFilled.tsx | 2 +- src/IconSwipeUpRounded.tsx | 2 +- src/IconSwipeUpRoundedFilled.tsx | 2 +- src/IconSwipeUpSharp.tsx | 2 +- src/IconSwipeUpSharpFilled.tsx | 2 +- src/IconSwipeVerticalOutlined.tsx | 2 +- src/IconSwipeVerticalOutlinedFilled.tsx | 2 +- src/IconSwipeVerticalRounded.tsx | 2 +- src/IconSwipeVerticalRoundedFilled.tsx | 2 +- src/IconSwipeVerticalSharp.tsx | 2 +- src/IconSwipeVerticalSharpFilled.tsx | 2 +- src/IconSwitchAccess2Outlined.tsx | 2 +- src/IconSwitchAccess2OutlinedFilled.tsx | 2 +- src/IconSwitchAccess2Rounded.tsx | 2 +- src/IconSwitchAccess2RoundedFilled.tsx | 2 +- src/IconSwitchAccess2Sharp.tsx | 2 +- src/IconSwitchAccess2SharpFilled.tsx | 2 +- src/IconSwitchAccessOutlined.tsx | 2 +- src/IconSwitchAccessOutlinedFilled.tsx | 2 +- src/IconSwitchAccessRounded.tsx | 2 +- src/IconSwitchAccessRoundedFilled.tsx | 2 +- src/IconSwitchAccessSharp.tsx | 2 +- src/IconSwitchAccessSharpFilled.tsx | 2 +- src/IconSwitchAccessShortcutAddOutlined.tsx | 2 +- ...nSwitchAccessShortcutAddOutlinedFilled.tsx | 2 +- src/IconSwitchAccessShortcutAddRounded.tsx | 2 +- ...onSwitchAccessShortcutAddRoundedFilled.tsx | 2 +- src/IconSwitchAccessShortcutAddSharp.tsx | 2 +- ...IconSwitchAccessShortcutAddSharpFilled.tsx | 2 +- src/IconSwitchAccessShortcutOutlined.tsx | 2 +- ...IconSwitchAccessShortcutOutlinedFilled.tsx | 2 +- src/IconSwitchAccessShortcutRounded.tsx | 2 +- src/IconSwitchAccessShortcutRoundedFilled.tsx | 2 +- src/IconSwitchAccessShortcutSharp.tsx | 2 +- src/IconSwitchAccessShortcutSharpFilled.tsx | 2 +- src/IconSwitchAccountOutlined.tsx | 2 +- src/IconSwitchAccountOutlinedFilled.tsx | 2 +- src/IconSwitchAccountRounded.tsx | 2 +- src/IconSwitchAccountRoundedFilled.tsx | 2 +- src/IconSwitchAccountSharp.tsx | 2 +- src/IconSwitchAccountSharpFilled.tsx | 2 +- src/IconSwitchCameraOutlined.tsx | 2 +- src/IconSwitchCameraOutlinedFilled.tsx | 2 +- src/IconSwitchCameraRounded.tsx | 2 +- src/IconSwitchCameraRoundedFilled.tsx | 2 +- src/IconSwitchCameraSharp.tsx | 2 +- src/IconSwitchCameraSharpFilled.tsx | 2 +- src/IconSwitchLeftOutlined.tsx | 2 +- src/IconSwitchLeftOutlinedFilled.tsx | 2 +- src/IconSwitchLeftRounded.tsx | 2 +- src/IconSwitchLeftRoundedFilled.tsx | 2 +- src/IconSwitchLeftSharp.tsx | 2 +- src/IconSwitchLeftSharpFilled.tsx | 2 +- src/IconSwitchOutlined.tsx | 2 +- src/IconSwitchOutlinedFilled.tsx | 2 +- src/IconSwitchRightOutlined.tsx | 2 +- src/IconSwitchRightOutlinedFilled.tsx | 2 +- src/IconSwitchRightRounded.tsx | 2 +- src/IconSwitchRightRoundedFilled.tsx | 2 +- src/IconSwitchRightSharp.tsx | 2 +- src/IconSwitchRightSharpFilled.tsx | 2 +- src/IconSwitchRounded.tsx | 2 +- src/IconSwitchRoundedFilled.tsx | 2 +- src/IconSwitchSharp.tsx | 2 +- src/IconSwitchSharpFilled.tsx | 2 +- src/IconSwitchVideoOutlined.tsx | 2 +- src/IconSwitchVideoOutlinedFilled.tsx | 2 +- src/IconSwitchVideoRounded.tsx | 2 +- src/IconSwitchVideoRoundedFilled.tsx | 2 +- src/IconSwitchVideoSharp.tsx | 2 +- src/IconSwitchVideoSharpFilled.tsx | 2 +- src/IconSwitchesOutlined.tsx | 2 +- src/IconSwitchesOutlinedFilled.tsx | 2 +- src/IconSwitchesRounded.tsx | 2 +- src/IconSwitchesRoundedFilled.tsx | 2 +- src/IconSwitchesSharp.tsx | 2 +- src/IconSwitchesSharpFilled.tsx | 2 +- src/IconSwordRoseOutlined.tsx | 2 +- src/IconSwordRoseOutlinedFilled.tsx | 2 +- src/IconSwordRoseRounded.tsx | 2 +- src/IconSwordRoseRoundedFilled.tsx | 2 +- src/IconSwordRoseSharp.tsx | 2 +- src/IconSwordRoseSharpFilled.tsx | 2 +- src/IconSwordsOutlined.tsx | 2 +- src/IconSwordsOutlinedFilled.tsx | 2 +- src/IconSwordsRounded.tsx | 2 +- src/IconSwordsRoundedFilled.tsx | 2 +- src/IconSwordsSharp.tsx | 2 +- src/IconSwordsSharpFilled.tsx | 2 +- src/IconSymptomsOutlined.tsx | 2 +- src/IconSymptomsOutlinedFilled.tsx | 2 +- src/IconSymptomsRounded.tsx | 2 +- src/IconSymptomsRoundedFilled.tsx | 2 +- src/IconSymptomsSharp.tsx | 2 +- src/IconSymptomsSharpFilled.tsx | 2 +- src/IconSynagogueOutlined.tsx | 2 +- src/IconSynagogueOutlinedFilled.tsx | 2 +- src/IconSynagogueRounded.tsx | 2 +- src/IconSynagogueRoundedFilled.tsx | 2 +- src/IconSynagogueSharp.tsx | 2 +- src/IconSynagogueSharpFilled.tsx | 2 +- src/IconSyncAltOutlined.tsx | 2 +- src/IconSyncAltOutlinedFilled.tsx | 2 +- src/IconSyncAltRounded.tsx | 2 +- src/IconSyncAltRoundedFilled.tsx | 2 +- src/IconSyncAltSharp.tsx | 2 +- src/IconSyncAltSharpFilled.tsx | 2 +- src/IconSyncDesktopOutlined.tsx | 2 +- src/IconSyncDesktopOutlinedFilled.tsx | 2 +- src/IconSyncDesktopRounded.tsx | 2 +- src/IconSyncDesktopRoundedFilled.tsx | 2 +- src/IconSyncDesktopSharp.tsx | 2 +- src/IconSyncDesktopSharpFilled.tsx | 2 +- src/IconSyncDisabledOutlined.tsx | 2 +- src/IconSyncDisabledOutlinedFilled.tsx | 2 +- src/IconSyncDisabledRounded.tsx | 2 +- src/IconSyncDisabledRoundedFilled.tsx | 2 +- src/IconSyncDisabledSharp.tsx | 2 +- src/IconSyncDisabledSharpFilled.tsx | 2 +- src/IconSyncLockOutlined.tsx | 2 +- src/IconSyncLockOutlinedFilled.tsx | 2 +- src/IconSyncLockRounded.tsx | 2 +- src/IconSyncLockRoundedFilled.tsx | 2 +- src/IconSyncLockSharp.tsx | 2 +- src/IconSyncLockSharpFilled.tsx | 2 +- src/IconSyncOutlined.tsx | 2 +- src/IconSyncOutlinedFilled.tsx | 2 +- src/IconSyncProblemOutlined.tsx | 2 +- src/IconSyncProblemOutlinedFilled.tsx | 2 +- src/IconSyncProblemRounded.tsx | 2 +- src/IconSyncProblemRoundedFilled.tsx | 2 +- src/IconSyncProblemSharp.tsx | 2 +- src/IconSyncProblemSharpFilled.tsx | 2 +- src/IconSyncRounded.tsx | 2 +- src/IconSyncRoundedFilled.tsx | 2 +- src/IconSyncSavedLocallyOutlined.tsx | 2 +- src/IconSyncSavedLocallyOutlinedFilled.tsx | 2 +- src/IconSyncSavedLocallyRounded.tsx | 2 +- src/IconSyncSavedLocallyRoundedFilled.tsx | 2 +- src/IconSyncSavedLocallySharp.tsx | 2 +- src/IconSyncSavedLocallySharpFilled.tsx | 2 +- src/IconSyncSharp.tsx | 2 +- src/IconSyncSharpFilled.tsx | 2 +- src/IconSyringeOutlined.tsx | 2 +- src/IconSyringeOutlinedFilled.tsx | 2 +- src/IconSyringeRounded.tsx | 2 +- src/IconSyringeRoundedFilled.tsx | 2 +- src/IconSyringeSharp.tsx | 2 +- src/IconSyringeSharpFilled.tsx | 2 +- src/IconSystemUpdateAltOutlined.tsx | 2 +- src/IconSystemUpdateAltOutlinedFilled.tsx | 2 +- src/IconSystemUpdateAltRounded.tsx | 2 +- src/IconSystemUpdateAltRoundedFilled.tsx | 2 +- src/IconSystemUpdateAltSharp.tsx | 2 +- src/IconSystemUpdateAltSharpFilled.tsx | 2 +- src/IconSystemUpdateOutlined.tsx | 2 +- src/IconSystemUpdateOutlinedFilled.tsx | 2 +- src/IconSystemUpdateRounded.tsx | 2 +- src/IconSystemUpdateRoundedFilled.tsx | 2 +- src/IconSystemUpdateSharp.tsx | 2 +- src/IconSystemUpdateSharpFilled.tsx | 2 +- src/IconTabCloseInactiveOutlined.tsx | 2 +- src/IconTabCloseInactiveOutlinedFilled.tsx | 2 +- src/IconTabCloseInactiveRounded.tsx | 2 +- src/IconTabCloseInactiveRoundedFilled.tsx | 2 +- src/IconTabCloseInactiveSharp.tsx | 2 +- src/IconTabCloseInactiveSharpFilled.tsx | 2 +- src/IconTabCloseOutlined.tsx | 2 +- src/IconTabCloseOutlinedFilled.tsx | 2 +- src/IconTabCloseRightOutlined.tsx | 2 +- src/IconTabCloseRightOutlinedFilled.tsx | 2 +- src/IconTabCloseRightRounded.tsx | 2 +- src/IconTabCloseRightRoundedFilled.tsx | 2 +- src/IconTabCloseRightSharp.tsx | 2 +- src/IconTabCloseRightSharpFilled.tsx | 2 +- src/IconTabCloseRounded.tsx | 2 +- src/IconTabCloseRoundedFilled.tsx | 2 +- src/IconTabCloseSharp.tsx | 2 +- src/IconTabCloseSharpFilled.tsx | 2 +- src/IconTabDuplicateOutlined.tsx | 2 +- src/IconTabDuplicateOutlinedFilled.tsx | 2 +- src/IconTabDuplicateRounded.tsx | 2 +- src/IconTabDuplicateRoundedFilled.tsx | 2 +- src/IconTabDuplicateSharp.tsx | 2 +- src/IconTabDuplicateSharpFilled.tsx | 2 +- src/IconTabGroupOutlined.tsx | 2 +- src/IconTabGroupOutlinedFilled.tsx | 2 +- src/IconTabGroupRounded.tsx | 2 +- src/IconTabGroupRoundedFilled.tsx | 2 +- src/IconTabGroupSharp.tsx | 2 +- src/IconTabGroupSharpFilled.tsx | 2 +- src/IconTabInactiveOutlined.tsx | 2 +- src/IconTabInactiveOutlinedFilled.tsx | 2 +- src/IconTabInactiveRounded.tsx | 2 +- src/IconTabInactiveRoundedFilled.tsx | 2 +- src/IconTabInactiveSharp.tsx | 2 +- src/IconTabInactiveSharpFilled.tsx | 2 +- src/IconTabMoveOutlined.tsx | 2 +- src/IconTabMoveOutlinedFilled.tsx | 2 +- src/IconTabMoveRounded.tsx | 2 +- src/IconTabMoveRoundedFilled.tsx | 2 +- src/IconTabMoveSharp.tsx | 2 +- src/IconTabMoveSharpFilled.tsx | 2 +- src/IconTabNewRightOutlined.tsx | 2 +- src/IconTabNewRightOutlinedFilled.tsx | 2 +- src/IconTabNewRightRounded.tsx | 2 +- src/IconTabNewRightRoundedFilled.tsx | 2 +- src/IconTabNewRightSharp.tsx | 2 +- src/IconTabNewRightSharpFilled.tsx | 2 +- src/IconTabOutlined.tsx | 2 +- src/IconTabOutlinedFilled.tsx | 2 +- src/IconTabRecentOutlined.tsx | 2 +- src/IconTabRecentOutlinedFilled.tsx | 2 +- src/IconTabRecentRounded.tsx | 2 +- src/IconTabRecentRoundedFilled.tsx | 2 +- src/IconTabRecentSharp.tsx | 2 +- src/IconTabRecentSharpFilled.tsx | 2 +- src/IconTabRounded.tsx | 2 +- src/IconTabRoundedFilled.tsx | 2 +- src/IconTabSharp.tsx | 2 +- src/IconTabSharpFilled.tsx | 2 +- src/IconTabUnselectedOutlined.tsx | 2 +- src/IconTabUnselectedOutlinedFilled.tsx | 2 +- src/IconTabUnselectedRounded.tsx | 2 +- src/IconTabUnselectedRoundedFilled.tsx | 2 +- src/IconTabUnselectedSharp.tsx | 2 +- src/IconTabUnselectedSharpFilled.tsx | 2 +- src/IconTableBarOutlined.tsx | 2 +- src/IconTableBarOutlinedFilled.tsx | 2 +- src/IconTableBarRounded.tsx | 2 +- src/IconTableBarRoundedFilled.tsx | 2 +- src/IconTableBarSharp.tsx | 2 +- src/IconTableBarSharpFilled.tsx | 2 +- src/IconTableChartOutlined.tsx | 2 +- src/IconTableChartOutlinedFilled.tsx | 2 +- src/IconTableChartRounded.tsx | 2 +- src/IconTableChartRoundedFilled.tsx | 2 +- src/IconTableChartSharp.tsx | 2 +- src/IconTableChartSharpFilled.tsx | 2 +- src/IconTableChartViewOutlined.tsx | 2 +- src/IconTableChartViewOutlinedFilled.tsx | 2 +- src/IconTableChartViewRounded.tsx | 2 +- src/IconTableChartViewRoundedFilled.tsx | 2 +- src/IconTableChartViewSharp.tsx | 2 +- src/IconTableChartViewSharpFilled.tsx | 2 +- src/IconTableEyeOutlined.tsx | 2 +- src/IconTableEyeOutlinedFilled.tsx | 2 +- src/IconTableEyeRounded.tsx | 2 +- src/IconTableEyeRoundedFilled.tsx | 2 +- src/IconTableEyeSharp.tsx | 2 +- src/IconTableEyeSharpFilled.tsx | 2 +- src/IconTableLampOutlined.tsx | 2 +- src/IconTableLampOutlinedFilled.tsx | 2 +- src/IconTableLampRounded.tsx | 2 +- src/IconTableLampRoundedFilled.tsx | 2 +- src/IconTableLampSharp.tsx | 2 +- src/IconTableLampSharpFilled.tsx | 2 +- src/IconTableOutlined.tsx | 2 +- src/IconTableOutlinedFilled.tsx | 2 +- src/IconTableRestaurantOutlined.tsx | 2 +- src/IconTableRestaurantOutlinedFilled.tsx | 2 +- src/IconTableRestaurantRounded.tsx | 2 +- src/IconTableRestaurantRoundedFilled.tsx | 2 +- src/IconTableRestaurantSharp.tsx | 2 +- src/IconTableRestaurantSharpFilled.tsx | 2 +- src/IconTableRounded.tsx | 2 +- src/IconTableRoundedFilled.tsx | 2 +- src/IconTableRowsNarrowOutlined.tsx | 2 +- src/IconTableRowsNarrowOutlinedFilled.tsx | 2 +- src/IconTableRowsNarrowRounded.tsx | 2 +- src/IconTableRowsNarrowRoundedFilled.tsx | 2 +- src/IconTableRowsNarrowSharp.tsx | 2 +- src/IconTableRowsNarrowSharpFilled.tsx | 2 +- src/IconTableRowsOutlined.tsx | 2 +- src/IconTableRowsOutlinedFilled.tsx | 2 +- src/IconTableRowsRounded.tsx | 2 +- src/IconTableRowsRoundedFilled.tsx | 2 +- src/IconTableRowsSharp.tsx | 2 +- src/IconTableRowsSharpFilled.tsx | 2 +- src/IconTableSharp.tsx | 2 +- src/IconTableSharpFilled.tsx | 2 +- src/IconTableViewOutlined.tsx | 2 +- src/IconTableViewOutlinedFilled.tsx | 2 +- src/IconTableViewRounded.tsx | 2 +- src/IconTableViewRoundedFilled.tsx | 2 +- src/IconTableViewSharp.tsx | 2 +- src/IconTableViewSharpFilled.tsx | 2 +- src/IconTabletAndroidOutlined.tsx | 2 +- src/IconTabletAndroidOutlinedFilled.tsx | 2 +- src/IconTabletAndroidRounded.tsx | 2 +- src/IconTabletAndroidRoundedFilled.tsx | 2 +- src/IconTabletAndroidSharp.tsx | 2 +- src/IconTabletAndroidSharpFilled.tsx | 2 +- src/IconTabletCameraOutlined.tsx | 2 +- src/IconTabletCameraOutlinedFilled.tsx | 2 +- src/IconTabletCameraRounded.tsx | 2 +- src/IconTabletCameraRoundedFilled.tsx | 2 +- src/IconTabletCameraSharp.tsx | 2 +- src/IconTabletCameraSharpFilled.tsx | 2 +- src/IconTabletMacOutlined.tsx | 2 +- src/IconTabletMacOutlinedFilled.tsx | 2 +- src/IconTabletMacRounded.tsx | 2 +- src/IconTabletMacRoundedFilled.tsx | 2 +- src/IconTabletMacSharp.tsx | 2 +- src/IconTabletMacSharpFilled.tsx | 2 +- src/IconTabletOutlined.tsx | 2 +- src/IconTabletOutlinedFilled.tsx | 2 +- src/IconTabletRounded.tsx | 2 +- src/IconTabletRoundedFilled.tsx | 2 +- src/IconTabletSharp.tsx | 2 +- src/IconTabletSharpFilled.tsx | 2 +- src/IconTabsOutlined.tsx | 2 +- src/IconTabsOutlinedFilled.tsx | 2 +- src/IconTabsRounded.tsx | 2 +- src/IconTabsRoundedFilled.tsx | 2 +- src/IconTabsSharp.tsx | 2 +- src/IconTabsSharpFilled.tsx | 2 +- src/IconTacticOutlined.tsx | 2 +- src/IconTacticOutlinedFilled.tsx | 2 +- src/IconTacticRounded.tsx | 2 +- src/IconTacticRoundedFilled.tsx | 2 +- src/IconTacticSharp.tsx | 2 +- src/IconTacticSharpFilled.tsx | 2 +- src/IconTagOutlined.tsx | 2 +- src/IconTagOutlinedFilled.tsx | 2 +- src/IconTagRounded.tsx | 2 +- src/IconTagRoundedFilled.tsx | 2 +- src/IconTagSharp.tsx | 2 +- src/IconTagSharpFilled.tsx | 2 +- src/IconTakeoutDiningOutlined.tsx | 2 +- src/IconTakeoutDiningOutlinedFilled.tsx | 2 +- src/IconTakeoutDiningRounded.tsx | 2 +- src/IconTakeoutDiningRoundedFilled.tsx | 2 +- src/IconTakeoutDiningSharp.tsx | 2 +- src/IconTakeoutDiningSharpFilled.tsx | 2 +- src/IconTamperDetectionOffOutlined.tsx | 2 +- src/IconTamperDetectionOffOutlinedFilled.tsx | 2 +- src/IconTamperDetectionOffRounded.tsx | 2 +- src/IconTamperDetectionOffRoundedFilled.tsx | 2 +- src/IconTamperDetectionOffSharp.tsx | 2 +- src/IconTamperDetectionOffSharpFilled.tsx | 2 +- src/IconTamperDetectionOnOutlined.tsx | 2 +- src/IconTamperDetectionOnOutlinedFilled.tsx | 2 +- src/IconTamperDetectionOnRounded.tsx | 2 +- src/IconTamperDetectionOnRoundedFilled.tsx | 2 +- src/IconTamperDetectionOnSharp.tsx | 2 +- src/IconTamperDetectionOnSharpFilled.tsx | 2 +- src/IconTapAndPlayOutlined.tsx | 2 +- src/IconTapAndPlayOutlinedFilled.tsx | 2 +- src/IconTapAndPlayRounded.tsx | 2 +- src/IconTapAndPlayRoundedFilled.tsx | 2 +- src/IconTapAndPlaySharp.tsx | 2 +- src/IconTapAndPlaySharpFilled.tsx | 2 +- src/IconTapasOutlined.tsx | 2 +- src/IconTapasOutlinedFilled.tsx | 2 +- src/IconTapasRounded.tsx | 2 +- src/IconTapasRoundedFilled.tsx | 2 +- src/IconTapasSharp.tsx | 2 +- src/IconTapasSharpFilled.tsx | 2 +- src/IconTargetOutlined.tsx | 2 +- src/IconTargetOutlinedFilled.tsx | 2 +- src/IconTargetRounded.tsx | 2 +- src/IconTargetRoundedFilled.tsx | 2 +- src/IconTargetSharp.tsx | 2 +- src/IconTargetSharpFilled.tsx | 2 +- src/IconTaskAltOutlined.tsx | 2 +- src/IconTaskAltOutlinedFilled.tsx | 2 +- src/IconTaskAltRounded.tsx | 2 +- src/IconTaskAltRoundedFilled.tsx | 2 +- src/IconTaskAltSharp.tsx | 2 +- src/IconTaskAltSharpFilled.tsx | 2 +- src/IconTaskOutlined.tsx | 2 +- src/IconTaskOutlinedFilled.tsx | 2 +- src/IconTaskRounded.tsx | 2 +- src/IconTaskRoundedFilled.tsx | 2 +- src/IconTaskSharp.tsx | 2 +- src/IconTaskSharpFilled.tsx | 2 +- src/IconTauntOutlined.tsx | 2 +- src/IconTauntOutlinedFilled.tsx | 2 +- src/IconTauntRounded.tsx | 2 +- src/IconTauntRoundedFilled.tsx | 2 +- src/IconTauntSharp.tsx | 2 +- src/IconTauntSharpFilled.tsx | 2 +- src/IconTaxiAlertOutlined.tsx | 2 +- src/IconTaxiAlertOutlinedFilled.tsx | 2 +- src/IconTaxiAlertRounded.tsx | 2 +- src/IconTaxiAlertRoundedFilled.tsx | 2 +- src/IconTaxiAlertSharp.tsx | 2 +- src/IconTaxiAlertSharpFilled.tsx | 2 +- src/IconTeamDashboardOutlined.tsx | 2 +- src/IconTeamDashboardOutlinedFilled.tsx | 2 +- src/IconTeamDashboardRounded.tsx | 2 +- src/IconTeamDashboardRoundedFilled.tsx | 2 +- src/IconTeamDashboardSharp.tsx | 2 +- src/IconTeamDashboardSharpFilled.tsx | 2 +- src/IconTempPreferencesEcoOutlined.tsx | 2 +- src/IconTempPreferencesEcoOutlinedFilled.tsx | 2 +- src/IconTempPreferencesEcoRounded.tsx | 2 +- src/IconTempPreferencesEcoRoundedFilled.tsx | 2 +- src/IconTempPreferencesEcoSharp.tsx | 2 +- src/IconTempPreferencesEcoSharpFilled.tsx | 2 +- src/IconTempleBuddhistOutlined.tsx | 2 +- src/IconTempleBuddhistOutlinedFilled.tsx | 2 +- src/IconTempleBuddhistRounded.tsx | 2 +- src/IconTempleBuddhistRoundedFilled.tsx | 2 +- src/IconTempleBuddhistSharp.tsx | 2 +- src/IconTempleBuddhistSharpFilled.tsx | 2 +- src/IconTempleHinduOutlined.tsx | 2 +- src/IconTempleHinduOutlinedFilled.tsx | 2 +- src/IconTempleHinduRounded.tsx | 2 +- src/IconTempleHinduRoundedFilled.tsx | 2 +- src/IconTempleHinduSharp.tsx | 2 +- src/IconTempleHinduSharpFilled.tsx | 2 +- src/IconTenancyOutlined.tsx | 2 +- src/IconTenancyOutlinedFilled.tsx | 2 +- src/IconTenancyRounded.tsx | 2 +- src/IconTenancyRoundedFilled.tsx | 2 +- src/IconTenancySharp.tsx | 2 +- src/IconTenancySharpFilled.tsx | 2 +- src/IconTerminalOutlined.tsx | 2 +- src/IconTerminalOutlinedFilled.tsx | 2 +- src/IconTerminalRounded.tsx | 2 +- src/IconTerminalRoundedFilled.tsx | 2 +- src/IconTerminalSharp.tsx | 2 +- src/IconTerminalSharpFilled.tsx | 2 +- src/IconTextAdOutlined.tsx | 2 +- src/IconTextAdOutlinedFilled.tsx | 2 +- src/IconTextAdRounded.tsx | 2 +- src/IconTextAdRoundedFilled.tsx | 2 +- src/IconTextAdSharp.tsx | 2 +- src/IconTextAdSharpFilled.tsx | 2 +- src/IconTextDecreaseOutlined.tsx | 2 +- src/IconTextDecreaseOutlinedFilled.tsx | 2 +- src/IconTextDecreaseRounded.tsx | 2 +- src/IconTextDecreaseRoundedFilled.tsx | 2 +- src/IconTextDecreaseSharp.tsx | 2 +- src/IconTextDecreaseSharpFilled.tsx | 2 +- src/IconTextFieldsAltOutlined.tsx | 2 +- src/IconTextFieldsAltOutlinedFilled.tsx | 2 +- src/IconTextFieldsAltRounded.tsx | 2 +- src/IconTextFieldsAltRoundedFilled.tsx | 2 +- src/IconTextFieldsAltSharp.tsx | 2 +- src/IconTextFieldsAltSharpFilled.tsx | 2 +- src/IconTextFieldsOutlined.tsx | 2 +- src/IconTextFieldsOutlinedFilled.tsx | 2 +- src/IconTextFieldsRounded.tsx | 2 +- src/IconTextFieldsRoundedFilled.tsx | 2 +- src/IconTextFieldsSharp.tsx | 2 +- src/IconTextFieldsSharpFilled.tsx | 2 +- src/IconTextFormatOutlined.tsx | 2 +- src/IconTextFormatOutlinedFilled.tsx | 2 +- src/IconTextFormatRounded.tsx | 2 +- src/IconTextFormatRoundedFilled.tsx | 2 +- src/IconTextFormatSharp.tsx | 2 +- src/IconTextFormatSharpFilled.tsx | 2 +- src/IconTextIncreaseOutlined.tsx | 2 +- src/IconTextIncreaseOutlinedFilled.tsx | 2 +- src/IconTextIncreaseRounded.tsx | 2 +- src/IconTextIncreaseRoundedFilled.tsx | 2 +- src/IconTextIncreaseSharp.tsx | 2 +- src/IconTextIncreaseSharpFilled.tsx | 2 +- src/IconTextRotateUpOutlined.tsx | 2 +- src/IconTextRotateUpOutlinedFilled.tsx | 2 +- src/IconTextRotateUpRounded.tsx | 2 +- src/IconTextRotateUpRoundedFilled.tsx | 2 +- src/IconTextRotateUpSharp.tsx | 2 +- src/IconTextRotateUpSharpFilled.tsx | 2 +- src/IconTextRotateVerticalOutlined.tsx | 2 +- src/IconTextRotateVerticalOutlinedFilled.tsx | 2 +- src/IconTextRotateVerticalRounded.tsx | 2 +- src/IconTextRotateVerticalRoundedFilled.tsx | 2 +- src/IconTextRotateVerticalSharp.tsx | 2 +- src/IconTextRotateVerticalSharpFilled.tsx | 2 +- src/IconTextRotationAngledownOutlined.tsx | 2 +- ...conTextRotationAngledownOutlinedFilled.tsx | 2 +- src/IconTextRotationAngledownRounded.tsx | 2 +- ...IconTextRotationAngledownRoundedFilled.tsx | 2 +- src/IconTextRotationAngledownSharp.tsx | 2 +- src/IconTextRotationAngledownSharpFilled.tsx | 2 +- src/IconTextRotationAngleupOutlined.tsx | 2 +- src/IconTextRotationAngleupOutlinedFilled.tsx | 2 +- src/IconTextRotationAngleupRounded.tsx | 2 +- src/IconTextRotationAngleupRoundedFilled.tsx | 2 +- src/IconTextRotationAngleupSharp.tsx | 2 +- src/IconTextRotationAngleupSharpFilled.tsx | 2 +- src/IconTextRotationDownOutlined.tsx | 2 +- src/IconTextRotationDownOutlinedFilled.tsx | 2 +- src/IconTextRotationDownRounded.tsx | 2 +- src/IconTextRotationDownRoundedFilled.tsx | 2 +- src/IconTextRotationDownSharp.tsx | 2 +- src/IconTextRotationDownSharpFilled.tsx | 2 +- src/IconTextRotationNoneOutlined.tsx | 2 +- src/IconTextRotationNoneOutlinedFilled.tsx | 2 +- src/IconTextRotationNoneRounded.tsx | 2 +- src/IconTextRotationNoneRoundedFilled.tsx | 2 +- src/IconTextRotationNoneSharp.tsx | 2 +- src/IconTextRotationNoneSharpFilled.tsx | 2 +- src/IconTextSelectEndOutlined.tsx | 2 +- src/IconTextSelectEndOutlinedFilled.tsx | 2 +- src/IconTextSelectEndRounded.tsx | 2 +- src/IconTextSelectEndRoundedFilled.tsx | 2 +- src/IconTextSelectEndSharp.tsx | 2 +- src/IconTextSelectEndSharpFilled.tsx | 2 +- src/IconTextSelectJumpToBeginningOutlined.tsx | 2 +- ...extSelectJumpToBeginningOutlinedFilled.tsx | 2 +- src/IconTextSelectJumpToBeginningRounded.tsx | 2 +- ...TextSelectJumpToBeginningRoundedFilled.tsx | 2 +- src/IconTextSelectJumpToBeginningSharp.tsx | 2 +- ...onTextSelectJumpToBeginningSharpFilled.tsx | 2 +- src/IconTextSelectJumpToEndOutlined.tsx | 2 +- src/IconTextSelectJumpToEndOutlinedFilled.tsx | 2 +- src/IconTextSelectJumpToEndRounded.tsx | 2 +- src/IconTextSelectJumpToEndRoundedFilled.tsx | 2 +- src/IconTextSelectJumpToEndSharp.tsx | 2 +- src/IconTextSelectJumpToEndSharpFilled.tsx | 2 +- ...conTextSelectMoveBackCharacterOutlined.tsx | 2 +- ...tSelectMoveBackCharacterOutlinedFilled.tsx | 2 +- ...IconTextSelectMoveBackCharacterRounded.tsx | 2 +- ...xtSelectMoveBackCharacterRoundedFilled.tsx | 2 +- src/IconTextSelectMoveBackCharacterSharp.tsx | 2 +- ...TextSelectMoveBackCharacterSharpFilled.tsx | 2 +- src/IconTextSelectMoveBackWordOutlined.tsx | 2 +- ...onTextSelectMoveBackWordOutlinedFilled.tsx | 2 +- src/IconTextSelectMoveBackWordRounded.tsx | 2 +- ...conTextSelectMoveBackWordRoundedFilled.tsx | 2 +- src/IconTextSelectMoveBackWordSharp.tsx | 2 +- src/IconTextSelectMoveBackWordSharpFilled.tsx | 2 +- src/IconTextSelectMoveDownOutlined.tsx | 2 +- src/IconTextSelectMoveDownOutlinedFilled.tsx | 2 +- src/IconTextSelectMoveDownRounded.tsx | 2 +- src/IconTextSelectMoveDownRoundedFilled.tsx | 2 +- src/IconTextSelectMoveDownSharp.tsx | 2 +- src/IconTextSelectMoveDownSharpFilled.tsx | 2 +- ...TextSelectMoveForwardCharacterOutlined.tsx | 2 +- ...lectMoveForwardCharacterOutlinedFilled.tsx | 2 +- ...nTextSelectMoveForwardCharacterRounded.tsx | 2 +- ...electMoveForwardCharacterRoundedFilled.tsx | 2 +- ...conTextSelectMoveForwardCharacterSharp.tsx | 2 +- ...tSelectMoveForwardCharacterSharpFilled.tsx | 2 +- src/IconTextSelectMoveForwardWordOutlined.tsx | 2 +- ...extSelectMoveForwardWordOutlinedFilled.tsx | 2 +- src/IconTextSelectMoveForwardWordRounded.tsx | 2 +- ...TextSelectMoveForwardWordRoundedFilled.tsx | 2 +- src/IconTextSelectMoveForwardWordSharp.tsx | 2 +- ...onTextSelectMoveForwardWordSharpFilled.tsx | 2 +- src/IconTextSelectMoveUpOutlined.tsx | 2 +- src/IconTextSelectMoveUpOutlinedFilled.tsx | 2 +- src/IconTextSelectMoveUpRounded.tsx | 2 +- src/IconTextSelectMoveUpRoundedFilled.tsx | 2 +- src/IconTextSelectMoveUpSharp.tsx | 2 +- src/IconTextSelectMoveUpSharpFilled.tsx | 2 +- src/IconTextSelectStartOutlined.tsx | 2 +- src/IconTextSelectStartOutlinedFilled.tsx | 2 +- src/IconTextSelectStartRounded.tsx | 2 +- src/IconTextSelectStartRoundedFilled.tsx | 2 +- src/IconTextSelectStartSharp.tsx | 2 +- src/IconTextSelectStartSharpFilled.tsx | 2 +- src/IconTextSnippetOutlined.tsx | 2 +- src/IconTextSnippetOutlinedFilled.tsx | 2 +- src/IconTextSnippetRounded.tsx | 2 +- src/IconTextSnippetRoundedFilled.tsx | 2 +- src/IconTextSnippetSharp.tsx | 2 +- src/IconTextSnippetSharpFilled.tsx | 2 +- src/IconTextToSpeechOutlined.tsx | 2 +- src/IconTextToSpeechOutlinedFilled.tsx | 2 +- src/IconTextToSpeechRounded.tsx | 2 +- src/IconTextToSpeechRoundedFilled.tsx | 2 +- src/IconTextToSpeechSharp.tsx | 2 +- src/IconTextToSpeechSharpFilled.tsx | 2 +- src/IconTextUpOutlined.tsx | 2 +- src/IconTextUpOutlinedFilled.tsx | 2 +- src/IconTextUpRounded.tsx | 2 +- src/IconTextUpRoundedFilled.tsx | 2 +- src/IconTextUpSharp.tsx | 2 +- src/IconTextUpSharpFilled.tsx | 2 +- src/IconTextureAddOutlined.tsx | 2 +- src/IconTextureAddOutlinedFilled.tsx | 2 +- src/IconTextureAddRounded.tsx | 2 +- src/IconTextureAddRoundedFilled.tsx | 2 +- src/IconTextureAddSharp.tsx | 2 +- src/IconTextureAddSharpFilled.tsx | 2 +- src/IconTextureMinusOutlined.tsx | 2 +- src/IconTextureMinusOutlinedFilled.tsx | 2 +- src/IconTextureMinusRounded.tsx | 2 +- src/IconTextureMinusRoundedFilled.tsx | 2 +- src/IconTextureMinusSharp.tsx | 2 +- src/IconTextureMinusSharpFilled.tsx | 2 +- src/IconTextureOutlined.tsx | 2 +- src/IconTextureOutlinedFilled.tsx | 2 +- src/IconTextureRounded.tsx | 2 +- src/IconTextureRoundedFilled.tsx | 2 +- src/IconTextureSharp.tsx | 2 +- src/IconTextureSharpFilled.tsx | 2 +- src/IconTheaterComedyOutlined.tsx | 2 +- src/IconTheaterComedyOutlinedFilled.tsx | 2 +- src/IconTheaterComedyRounded.tsx | 2 +- src/IconTheaterComedyRoundedFilled.tsx | 2 +- src/IconTheaterComedySharp.tsx | 2 +- src/IconTheaterComedySharpFilled.tsx | 2 +- src/IconTheatersOutlined.tsx | 2 +- src/IconTheatersOutlinedFilled.tsx | 2 +- src/IconTheatersRounded.tsx | 2 +- src/IconTheatersRoundedFilled.tsx | 2 +- src/IconTheatersSharp.tsx | 2 +- src/IconTheatersSharpFilled.tsx | 2 +- src/IconThermometerAddOutlined.tsx | 2 +- src/IconThermometerAddOutlinedFilled.tsx | 2 +- src/IconThermometerAddRounded.tsx | 2 +- src/IconThermometerAddRoundedFilled.tsx | 2 +- src/IconThermometerAddSharp.tsx | 2 +- src/IconThermometerAddSharpFilled.tsx | 2 +- src/IconThermometerGainOutlined.tsx | 2 +- src/IconThermometerGainOutlinedFilled.tsx | 2 +- src/IconThermometerGainRounded.tsx | 2 +- src/IconThermometerGainRoundedFilled.tsx | 2 +- src/IconThermometerGainSharp.tsx | 2 +- src/IconThermometerGainSharpFilled.tsx | 2 +- src/IconThermometerLossOutlined.tsx | 2 +- src/IconThermometerLossOutlinedFilled.tsx | 2 +- src/IconThermometerLossRounded.tsx | 2 +- src/IconThermometerLossRoundedFilled.tsx | 2 +- src/IconThermometerLossSharp.tsx | 2 +- src/IconThermometerLossSharpFilled.tsx | 2 +- src/IconThermometerMinusOutlined.tsx | 2 +- src/IconThermometerMinusOutlinedFilled.tsx | 2 +- src/IconThermometerMinusRounded.tsx | 2 +- src/IconThermometerMinusRoundedFilled.tsx | 2 +- src/IconThermometerMinusSharp.tsx | 2 +- src/IconThermometerMinusSharpFilled.tsx | 2 +- src/IconThermometerOutlined.tsx | 2 +- src/IconThermometerOutlinedFilled.tsx | 2 +- src/IconThermometerRounded.tsx | 2 +- src/IconThermometerRoundedFilled.tsx | 2 +- src/IconThermometerSharp.tsx | 2 +- src/IconThermometerSharpFilled.tsx | 2 +- src/IconThermostatAutoOutlined.tsx | 2 +- src/IconThermostatAutoOutlinedFilled.tsx | 2 +- src/IconThermostatAutoRounded.tsx | 2 +- src/IconThermostatAutoRoundedFilled.tsx | 2 +- src/IconThermostatAutoSharp.tsx | 2 +- src/IconThermostatAutoSharpFilled.tsx | 2 +- src/IconThermostatCarbonOutlined.tsx | 2 +- src/IconThermostatCarbonOutlinedFilled.tsx | 2 +- src/IconThermostatCarbonRounded.tsx | 2 +- src/IconThermostatCarbonRoundedFilled.tsx | 2 +- src/IconThermostatCarbonSharp.tsx | 2 +- src/IconThermostatCarbonSharpFilled.tsx | 2 +- src/IconThermostatOutlined.tsx | 2 +- src/IconThermostatOutlinedFilled.tsx | 2 +- src/IconThermostatRounded.tsx | 2 +- src/IconThermostatRoundedFilled.tsx | 2 +- src/IconThermostatSharp.tsx | 2 +- src/IconThermostatSharpFilled.tsx | 2 +- src/IconThingsToDoOutlined.tsx | 2 +- src/IconThingsToDoOutlinedFilled.tsx | 2 +- src/IconThingsToDoRounded.tsx | 2 +- src/IconThingsToDoRoundedFilled.tsx | 2 +- src/IconThingsToDoSharp.tsx | 2 +- src/IconThingsToDoSharpFilled.tsx | 2 +- src/IconThreadUnreadOutlined.tsx | 2 +- src/IconThreadUnreadOutlinedFilled.tsx | 2 +- src/IconThreadUnreadRounded.tsx | 2 +- src/IconThreadUnreadRoundedFilled.tsx | 2 +- src/IconThreadUnreadSharp.tsx | 2 +- src/IconThreadUnreadSharpFilled.tsx | 2 +- src/IconThumbDownOutlined.tsx | 2 +- src/IconThumbDownOutlinedFilled.tsx | 2 +- src/IconThumbDownRounded.tsx | 2 +- src/IconThumbDownRoundedFilled.tsx | 2 +- src/IconThumbDownSharp.tsx | 2 +- src/IconThumbDownSharpFilled.tsx | 2 +- src/IconThumbUpOutlined.tsx | 2 +- src/IconThumbUpOutlinedFilled.tsx | 2 +- src/IconThumbUpRounded.tsx | 2 +- src/IconThumbUpRoundedFilled.tsx | 2 +- src/IconThumbUpSharp.tsx | 2 +- src/IconThumbUpSharpFilled.tsx | 2 +- src/IconThumbnailBarOutlined.tsx | 2 +- src/IconThumbnailBarOutlinedFilled.tsx | 2 +- src/IconThumbnailBarRounded.tsx | 2 +- src/IconThumbnailBarRoundedFilled.tsx | 2 +- src/IconThumbnailBarSharp.tsx | 2 +- src/IconThumbnailBarSharpFilled.tsx | 2 +- src/IconThumbsUpDownOutlined.tsx | 2 +- src/IconThumbsUpDownOutlinedFilled.tsx | 2 +- src/IconThumbsUpDownRounded.tsx | 2 +- src/IconThumbsUpDownRoundedFilled.tsx | 2 +- src/IconThumbsUpDownSharp.tsx | 2 +- src/IconThumbsUpDownSharpFilled.tsx | 2 +- src/IconThunderstormOutlined.tsx | 2 +- src/IconThunderstormOutlinedFilled.tsx | 2 +- src/IconThunderstormRounded.tsx | 2 +- src/IconThunderstormRoundedFilled.tsx | 2 +- src/IconThunderstormSharp.tsx | 2 +- src/IconThunderstormSharpFilled.tsx | 2 +- src/IconTibiaAltOutlined.tsx | 2 +- src/IconTibiaAltOutlinedFilled.tsx | 2 +- src/IconTibiaAltRounded.tsx | 2 +- src/IconTibiaAltRoundedFilled.tsx | 2 +- src/IconTibiaAltSharp.tsx | 2 +- src/IconTibiaAltSharpFilled.tsx | 2 +- src/IconTibiaOutlined.tsx | 2 +- src/IconTibiaOutlinedFilled.tsx | 2 +- src/IconTibiaRounded.tsx | 2 +- src/IconTibiaRoundedFilled.tsx | 2 +- src/IconTibiaSharp.tsx | 2 +- src/IconTibiaSharpFilled.tsx | 2 +- src/IconTimeAutoOutlined.tsx | 2 +- src/IconTimeAutoOutlinedFilled.tsx | 2 +- src/IconTimeAutoRounded.tsx | 2 +- src/IconTimeAutoRoundedFilled.tsx | 2 +- src/IconTimeAutoSharp.tsx | 2 +- src/IconTimeAutoSharpFilled.tsx | 2 +- src/IconTimelapseOutlined.tsx | 2 +- src/IconTimelapseOutlinedFilled.tsx | 2 +- src/IconTimelapseRounded.tsx | 2 +- src/IconTimelapseRoundedFilled.tsx | 2 +- src/IconTimelapseSharp.tsx | 2 +- src/IconTimelapseSharpFilled.tsx | 2 +- src/IconTimelineOutlined.tsx | 2 +- src/IconTimelineOutlinedFilled.tsx | 2 +- src/IconTimelineRounded.tsx | 2 +- src/IconTimelineRoundedFilled.tsx | 2 +- src/IconTimelineSharp.tsx | 2 +- src/IconTimelineSharpFilled.tsx | 2 +- src/IconTimer10Alt1Outlined.tsx | 2 +- src/IconTimer10Alt1OutlinedFilled.tsx | 2 +- src/IconTimer10Alt1Rounded.tsx | 2 +- src/IconTimer10Alt1RoundedFilled.tsx | 2 +- src/IconTimer10Alt1Sharp.tsx | 2 +- src/IconTimer10Alt1SharpFilled.tsx | 2 +- src/IconTimer10Outlined.tsx | 2 +- src/IconTimer10OutlinedFilled.tsx | 2 +- src/IconTimer10Rounded.tsx | 2 +- src/IconTimer10RoundedFilled.tsx | 2 +- src/IconTimer10SelectOutlined.tsx | 2 +- src/IconTimer10SelectOutlinedFilled.tsx | 2 +- src/IconTimer10SelectRounded.tsx | 2 +- src/IconTimer10SelectRoundedFilled.tsx | 2 +- src/IconTimer10SelectSharp.tsx | 2 +- src/IconTimer10SelectSharpFilled.tsx | 2 +- src/IconTimer10Sharp.tsx | 2 +- src/IconTimer10SharpFilled.tsx | 2 +- src/IconTimer3Alt1Outlined.tsx | 2 +- src/IconTimer3Alt1OutlinedFilled.tsx | 2 +- src/IconTimer3Alt1Rounded.tsx | 2 +- src/IconTimer3Alt1RoundedFilled.tsx | 2 +- src/IconTimer3Alt1Sharp.tsx | 2 +- src/IconTimer3Alt1SharpFilled.tsx | 2 +- src/IconTimer3Outlined.tsx | 2 +- src/IconTimer3OutlinedFilled.tsx | 2 +- src/IconTimer3Rounded.tsx | 2 +- src/IconTimer3RoundedFilled.tsx | 2 +- src/IconTimer3SelectOutlined.tsx | 2 +- src/IconTimer3SelectOutlinedFilled.tsx | 2 +- src/IconTimer3SelectRounded.tsx | 2 +- src/IconTimer3SelectRoundedFilled.tsx | 2 +- src/IconTimer3SelectSharp.tsx | 2 +- src/IconTimer3SelectSharpFilled.tsx | 2 +- src/IconTimer3Sharp.tsx | 2 +- src/IconTimer3SharpFilled.tsx | 2 +- src/IconTimer5Outlined.tsx | 2 +- src/IconTimer5OutlinedFilled.tsx | 2 +- src/IconTimer5Rounded.tsx | 2 +- src/IconTimer5RoundedFilled.tsx | 2 +- src/IconTimer5Sharp.tsx | 2 +- src/IconTimer5SharpFilled.tsx | 2 +- src/IconTimer5ShutterOutlined.tsx | 2 +- src/IconTimer5ShutterOutlinedFilled.tsx | 2 +- src/IconTimer5ShutterRounded.tsx | 2 +- src/IconTimer5ShutterRoundedFilled.tsx | 2 +- src/IconTimer5ShutterSharp.tsx | 2 +- src/IconTimer5ShutterSharpFilled.tsx | 2 +- src/IconTimerOffOutlined.tsx | 2 +- src/IconTimerOffOutlinedFilled.tsx | 2 +- src/IconTimerOffRounded.tsx | 2 +- src/IconTimerOffRoundedFilled.tsx | 2 +- src/IconTimerOffSharp.tsx | 2 +- src/IconTimerOffSharpFilled.tsx | 2 +- src/IconTimerOutlined.tsx | 2 +- src/IconTimerOutlinedFilled.tsx | 2 +- src/IconTimerPauseOutlined.tsx | 2 +- src/IconTimerPauseOutlinedFilled.tsx | 2 +- src/IconTimerPauseRounded.tsx | 2 +- src/IconTimerPauseRoundedFilled.tsx | 2 +- src/IconTimerPauseSharp.tsx | 2 +- src/IconTimerPauseSharpFilled.tsx | 2 +- src/IconTimerPlayOutlined.tsx | 2 +- src/IconTimerPlayOutlinedFilled.tsx | 2 +- src/IconTimerPlayRounded.tsx | 2 +- src/IconTimerPlayRoundedFilled.tsx | 2 +- src/IconTimerPlaySharp.tsx | 2 +- src/IconTimerPlaySharpFilled.tsx | 2 +- src/IconTimerRounded.tsx | 2 +- src/IconTimerRoundedFilled.tsx | 2 +- src/IconTimerSharp.tsx | 2 +- src/IconTimerSharpFilled.tsx | 2 +- src/IconTireRepairOutlined.tsx | 2 +- src/IconTireRepairOutlinedFilled.tsx | 2 +- src/IconTireRepairRounded.tsx | 2 +- src/IconTireRepairRoundedFilled.tsx | 2 +- src/IconTireRepairSharp.tsx | 2 +- src/IconTireRepairSharpFilled.tsx | 2 +- src/IconTitleOutlined.tsx | 2 +- src/IconTitleOutlinedFilled.tsx | 2 +- src/IconTitleRounded.tsx | 2 +- src/IconTitleRoundedFilled.tsx | 2 +- src/IconTitleSharp.tsx | 2 +- src/IconTitleSharpFilled.tsx | 2 +- src/IconTitlecaseOutlined.tsx | 2 +- src/IconTitlecaseOutlinedFilled.tsx | 2 +- src/IconTitlecaseRounded.tsx | 2 +- src/IconTitlecaseRoundedFilled.tsx | 2 +- src/IconTitlecaseSharp.tsx | 2 +- src/IconTitlecaseSharpFilled.tsx | 2 +- src/IconToastOutlined.tsx | 2 +- src/IconToastOutlinedFilled.tsx | 2 +- src/IconToastRounded.tsx | 2 +- src/IconToastRoundedFilled.tsx | 2 +- src/IconToastSharp.tsx | 2 +- src/IconToastSharpFilled.tsx | 2 +- src/IconTocOutlined.tsx | 2 +- src/IconTocOutlinedFilled.tsx | 2 +- src/IconTocRounded.tsx | 2 +- src/IconTocRoundedFilled.tsx | 2 +- src/IconTocSharp.tsx | 2 +- src/IconTocSharpFilled.tsx | 2 +- src/IconTodayOutlined.tsx | 2 +- src/IconTodayOutlinedFilled.tsx | 2 +- src/IconTodayRounded.tsx | 2 +- src/IconTodayRoundedFilled.tsx | 2 +- src/IconTodaySharp.tsx | 2 +- src/IconTodaySharpFilled.tsx | 2 +- src/IconToggleOffOutlined.tsx | 2 +- src/IconToggleOffOutlinedFilled.tsx | 2 +- src/IconToggleOffRounded.tsx | 2 +- src/IconToggleOffRoundedFilled.tsx | 2 +- src/IconToggleOffSharp.tsx | 2 +- src/IconToggleOffSharpFilled.tsx | 2 +- src/IconToggleOnOutlined.tsx | 2 +- src/IconToggleOnOutlinedFilled.tsx | 2 +- src/IconToggleOnRounded.tsx | 2 +- src/IconToggleOnRoundedFilled.tsx | 2 +- src/IconToggleOnSharp.tsx | 2 +- src/IconToggleOnSharpFilled.tsx | 2 +- src/IconTokenOutlined.tsx | 2 +- src/IconTokenOutlinedFilled.tsx | 2 +- src/IconTokenRounded.tsx | 2 +- src/IconTokenRoundedFilled.tsx | 2 +- src/IconTokenSharp.tsx | 2 +- src/IconTokenSharpFilled.tsx | 2 +- src/IconTollOutlined.tsx | 2 +- src/IconTollOutlinedFilled.tsx | 2 +- src/IconTollRounded.tsx | 2 +- src/IconTollRoundedFilled.tsx | 2 +- src/IconTollSharp.tsx | 2 +- src/IconTollSharpFilled.tsx | 2 +- src/IconTonalityOutlined.tsx | 2 +- src/IconTonalityOutlinedFilled.tsx | 2 +- src/IconTonalityRounded.tsx | 2 +- src/IconTonalityRoundedFilled.tsx | 2 +- src/IconTonalitySharp.tsx | 2 +- src/IconTonalitySharpFilled.tsx | 2 +- src/IconToolbarOutlined.tsx | 2 +- src/IconToolbarOutlinedFilled.tsx | 2 +- src/IconToolbarRounded.tsx | 2 +- src/IconToolbarRoundedFilled.tsx | 2 +- src/IconToolbarSharp.tsx | 2 +- src/IconToolbarSharpFilled.tsx | 2 +- src/IconToolsFlatHeadOutlined.tsx | 2 +- src/IconToolsFlatHeadOutlinedFilled.tsx | 2 +- src/IconToolsFlatHeadRounded.tsx | 2 +- src/IconToolsFlatHeadRoundedFilled.tsx | 2 +- src/IconToolsFlatHeadSharp.tsx | 2 +- src/IconToolsFlatHeadSharpFilled.tsx | 2 +- src/IconToolsInstallationKitOutlined.tsx | 2 +- ...IconToolsInstallationKitOutlinedFilled.tsx | 2 +- src/IconToolsInstallationKitRounded.tsx | 2 +- src/IconToolsInstallationKitRoundedFilled.tsx | 2 +- src/IconToolsInstallationKitSharp.tsx | 2 +- src/IconToolsInstallationKitSharpFilled.tsx | 2 +- src/IconToolsLadderOutlined.tsx | 2 +- src/IconToolsLadderOutlinedFilled.tsx | 2 +- src/IconToolsLadderRounded.tsx | 2 +- src/IconToolsLadderRoundedFilled.tsx | 2 +- src/IconToolsLadderSharp.tsx | 2 +- src/IconToolsLadderSharpFilled.tsx | 2 +- src/IconToolsLevelOutlined.tsx | 2 +- src/IconToolsLevelOutlinedFilled.tsx | 2 +- src/IconToolsLevelRounded.tsx | 2 +- src/IconToolsLevelRoundedFilled.tsx | 2 +- src/IconToolsLevelSharp.tsx | 2 +- src/IconToolsLevelSharpFilled.tsx | 2 +- src/IconToolsPhillipsOutlined.tsx | 2 +- src/IconToolsPhillipsOutlinedFilled.tsx | 2 +- src/IconToolsPhillipsRounded.tsx | 2 +- src/IconToolsPhillipsRoundedFilled.tsx | 2 +- src/IconToolsPhillipsSharp.tsx | 2 +- src/IconToolsPhillipsSharpFilled.tsx | 2 +- src/IconToolsPliersWireStripperOutlined.tsx | 2 +- ...nToolsPliersWireStripperOutlinedFilled.tsx | 2 +- src/IconToolsPliersWireStripperRounded.tsx | 2 +- ...onToolsPliersWireStripperRoundedFilled.tsx | 2 +- src/IconToolsPliersWireStripperSharp.tsx | 2 +- ...IconToolsPliersWireStripperSharpFilled.tsx | 2 +- src/IconToolsPowerDrillOutlined.tsx | 2 +- src/IconToolsPowerDrillOutlinedFilled.tsx | 2 +- src/IconToolsPowerDrillRounded.tsx | 2 +- src/IconToolsPowerDrillRoundedFilled.tsx | 2 +- src/IconToolsPowerDrillSharp.tsx | 2 +- src/IconToolsPowerDrillSharpFilled.tsx | 2 +- src/IconTooltip2Outlined.tsx | 2 +- src/IconTooltip2OutlinedFilled.tsx | 2 +- src/IconTooltip2Rounded.tsx | 2 +- src/IconTooltip2RoundedFilled.tsx | 2 +- src/IconTooltip2Sharp.tsx | 2 +- src/IconTooltip2SharpFilled.tsx | 2 +- src/IconTooltipOutlined.tsx | 2 +- src/IconTooltipOutlinedFilled.tsx | 2 +- src/IconTooltipRounded.tsx | 2 +- src/IconTooltipRoundedFilled.tsx | 2 +- src/IconTooltipSharp.tsx | 2 +- src/IconTooltipSharpFilled.tsx | 2 +- src/IconTopPanelCloseOutlined.tsx | 2 +- src/IconTopPanelCloseOutlinedFilled.tsx | 2 +- src/IconTopPanelCloseRounded.tsx | 2 +- src/IconTopPanelCloseRoundedFilled.tsx | 2 +- src/IconTopPanelCloseSharp.tsx | 2 +- src/IconTopPanelCloseSharpFilled.tsx | 2 +- src/IconTopPanelOpenOutlined.tsx | 2 +- src/IconTopPanelOpenOutlinedFilled.tsx | 2 +- src/IconTopPanelOpenRounded.tsx | 2 +- src/IconTopPanelOpenRoundedFilled.tsx | 2 +- src/IconTopPanelOpenSharp.tsx | 2 +- src/IconTopPanelOpenSharpFilled.tsx | 2 +- src/IconTopicOutlined.tsx | 2 +- src/IconTopicOutlinedFilled.tsx | 2 +- src/IconTopicRounded.tsx | 2 +- src/IconTopicRoundedFilled.tsx | 2 +- src/IconTopicSharp.tsx | 2 +- src/IconTopicSharpFilled.tsx | 2 +- src/IconTornadoOutlined.tsx | 2 +- src/IconTornadoOutlinedFilled.tsx | 2 +- src/IconTornadoRounded.tsx | 2 +- src/IconTornadoRoundedFilled.tsx | 2 +- src/IconTornadoSharp.tsx | 2 +- src/IconTornadoSharpFilled.tsx | 2 +- src/IconTotalDissolvedSolidsOutlined.tsx | 2 +- ...IconTotalDissolvedSolidsOutlinedFilled.tsx | 2 +- src/IconTotalDissolvedSolidsRounded.tsx | 2 +- src/IconTotalDissolvedSolidsRoundedFilled.tsx | 2 +- src/IconTotalDissolvedSolidsSharp.tsx | 2 +- src/IconTotalDissolvedSolidsSharpFilled.tsx | 2 +- src/IconTouchAppOutlined.tsx | 2 +- src/IconTouchAppOutlinedFilled.tsx | 2 +- src/IconTouchAppRounded.tsx | 2 +- src/IconTouchAppRoundedFilled.tsx | 2 +- src/IconTouchAppSharp.tsx | 2 +- src/IconTouchAppSharpFilled.tsx | 2 +- src/IconTouchpadMouseOffOutlined.tsx | 2 +- src/IconTouchpadMouseOffOutlinedFilled.tsx | 2 +- src/IconTouchpadMouseOffRounded.tsx | 2 +- src/IconTouchpadMouseOffRoundedFilled.tsx | 2 +- src/IconTouchpadMouseOffSharp.tsx | 2 +- src/IconTouchpadMouseOffSharpFilled.tsx | 2 +- src/IconTouchpadMouseOutlined.tsx | 2 +- src/IconTouchpadMouseOutlinedFilled.tsx | 2 +- src/IconTouchpadMouseRounded.tsx | 2 +- src/IconTouchpadMouseRoundedFilled.tsx | 2 +- src/IconTouchpadMouseSharp.tsx | 2 +- src/IconTouchpadMouseSharpFilled.tsx | 2 +- src/IconTourOutlined.tsx | 2 +- src/IconTourOutlinedFilled.tsx | 2 +- src/IconTourRounded.tsx | 2 +- src/IconTourRoundedFilled.tsx | 2 +- src/IconTourSharp.tsx | 2 +- src/IconTourSharpFilled.tsx | 2 +- src/IconToysAndGamesOutlined.tsx | 2 +- src/IconToysAndGamesOutlinedFilled.tsx | 2 +- src/IconToysAndGamesRounded.tsx | 2 +- src/IconToysAndGamesRoundedFilled.tsx | 2 +- src/IconToysAndGamesSharp.tsx | 2 +- src/IconToysAndGamesSharpFilled.tsx | 2 +- src/IconToysFanOutlined.tsx | 2 +- src/IconToysFanOutlinedFilled.tsx | 2 +- src/IconToysFanRounded.tsx | 2 +- src/IconToysFanRoundedFilled.tsx | 2 +- src/IconToysFanSharp.tsx | 2 +- src/IconToysFanSharpFilled.tsx | 2 +- src/IconToysOutlined.tsx | 2 +- src/IconToysOutlinedFilled.tsx | 2 +- src/IconToysRounded.tsx | 2 +- src/IconToysRoundedFilled.tsx | 2 +- src/IconToysSharp.tsx | 2 +- src/IconToysSharpFilled.tsx | 2 +- src/IconTrackChangesOutlined.tsx | 2 +- src/IconTrackChangesOutlinedFilled.tsx | 2 +- src/IconTrackChangesRounded.tsx | 2 +- src/IconTrackChangesRoundedFilled.tsx | 2 +- src/IconTrackChangesSharp.tsx | 2 +- src/IconTrackChangesSharpFilled.tsx | 2 +- src/IconTrackpadInput2Outlined.tsx | 2 +- src/IconTrackpadInput2OutlinedFilled.tsx | 2 +- src/IconTrackpadInput2Rounded.tsx | 2 +- src/IconTrackpadInput2RoundedFilled.tsx | 2 +- src/IconTrackpadInput2Sharp.tsx | 2 +- src/IconTrackpadInput2SharpFilled.tsx | 2 +- src/IconTrackpadInput3Outlined.tsx | 2 +- src/IconTrackpadInput3OutlinedFilled.tsx | 2 +- src/IconTrackpadInput3Rounded.tsx | 2 +- src/IconTrackpadInput3RoundedFilled.tsx | 2 +- src/IconTrackpadInput3Sharp.tsx | 2 +- src/IconTrackpadInput3SharpFilled.tsx | 2 +- src/IconTrackpadInputOutlined.tsx | 2 +- src/IconTrackpadInputOutlinedFilled.tsx | 2 +- src/IconTrackpadInputRounded.tsx | 2 +- src/IconTrackpadInputRoundedFilled.tsx | 2 +- src/IconTrackpadInputSharp.tsx | 2 +- src/IconTrackpadInputSharpFilled.tsx | 2 +- src/IconTrafficJamOutlined.tsx | 2 +- src/IconTrafficJamOutlinedFilled.tsx | 2 +- src/IconTrafficJamRounded.tsx | 2 +- src/IconTrafficJamRoundedFilled.tsx | 2 +- src/IconTrafficJamSharp.tsx | 2 +- src/IconTrafficJamSharpFilled.tsx | 2 +- src/IconTrafficOutlined.tsx | 2 +- src/IconTrafficOutlinedFilled.tsx | 2 +- src/IconTrafficRounded.tsx | 2 +- src/IconTrafficRoundedFilled.tsx | 2 +- src/IconTrafficSharp.tsx | 2 +- src/IconTrafficSharpFilled.tsx | 2 +- src/IconTrailLengthMediumOutlined.tsx | 2 +- src/IconTrailLengthMediumOutlinedFilled.tsx | 2 +- src/IconTrailLengthMediumRounded.tsx | 2 +- src/IconTrailLengthMediumRoundedFilled.tsx | 2 +- src/IconTrailLengthMediumSharp.tsx | 2 +- src/IconTrailLengthMediumSharpFilled.tsx | 2 +- src/IconTrailLengthOutlined.tsx | 2 +- src/IconTrailLengthOutlinedFilled.tsx | 2 +- src/IconTrailLengthRounded.tsx | 2 +- src/IconTrailLengthRoundedFilled.tsx | 2 +- src/IconTrailLengthSharp.tsx | 2 +- src/IconTrailLengthSharpFilled.tsx | 2 +- src/IconTrailLengthShortOutlined.tsx | 2 +- src/IconTrailLengthShortOutlinedFilled.tsx | 2 +- src/IconTrailLengthShortRounded.tsx | 2 +- src/IconTrailLengthShortRoundedFilled.tsx | 2 +- src/IconTrailLengthShortSharp.tsx | 2 +- src/IconTrailLengthShortSharpFilled.tsx | 2 +- src/IconTrainOutlined.tsx | 2 +- src/IconTrainOutlinedFilled.tsx | 2 +- src/IconTrainRounded.tsx | 2 +- src/IconTrainRoundedFilled.tsx | 2 +- src/IconTrainSharp.tsx | 2 +- src/IconTrainSharpFilled.tsx | 2 +- src/IconTramOutlined.tsx | 2 +- src/IconTramOutlinedFilled.tsx | 2 +- src/IconTramRounded.tsx | 2 +- src/IconTramRoundedFilled.tsx | 2 +- src/IconTramSharp.tsx | 2 +- src/IconTramSharpFilled.tsx | 2 +- src/IconTranscribeOutlined.tsx | 2 +- src/IconTranscribeOutlinedFilled.tsx | 2 +- src/IconTranscribeRounded.tsx | 2 +- src/IconTranscribeRoundedFilled.tsx | 2 +- src/IconTranscribeSharp.tsx | 2 +- src/IconTranscribeSharpFilled.tsx | 2 +- src/IconTransferWithinAStationOutlined.tsx | 2 +- ...onTransferWithinAStationOutlinedFilled.tsx | 2 +- src/IconTransferWithinAStationRounded.tsx | 2 +- ...conTransferWithinAStationRoundedFilled.tsx | 2 +- src/IconTransferWithinAStationSharp.tsx | 2 +- src/IconTransferWithinAStationSharpFilled.tsx | 2 +- src/IconTransformOutlined.tsx | 2 +- src/IconTransformOutlinedFilled.tsx | 2 +- src/IconTransformRounded.tsx | 2 +- src/IconTransformRoundedFilled.tsx | 2 +- src/IconTransformSharp.tsx | 2 +- src/IconTransformSharpFilled.tsx | 2 +- src/IconTransgenderOutlined.tsx | 2 +- src/IconTransgenderOutlinedFilled.tsx | 2 +- src/IconTransgenderRounded.tsx | 2 +- src/IconTransgenderRoundedFilled.tsx | 2 +- src/IconTransgenderSharp.tsx | 2 +- src/IconTransgenderSharpFilled.tsx | 2 +- src/IconTransitEnterexitOutlined.tsx | 2 +- src/IconTransitEnterexitOutlinedFilled.tsx | 2 +- src/IconTransitEnterexitRounded.tsx | 2 +- src/IconTransitEnterexitRoundedFilled.tsx | 2 +- src/IconTransitEnterexitSharp.tsx | 2 +- src/IconTransitEnterexitSharpFilled.tsx | 2 +- src/IconTransitTicketOutlined.tsx | 2 +- src/IconTransitTicketOutlinedFilled.tsx | 2 +- src/IconTransitTicketRounded.tsx | 2 +- src/IconTransitTicketRoundedFilled.tsx | 2 +- src/IconTransitTicketSharp.tsx | 2 +- src/IconTransitTicketSharpFilled.tsx | 2 +- src/IconTransitionChopOutlined.tsx | 2 +- src/IconTransitionChopOutlinedFilled.tsx | 2 +- src/IconTransitionChopRounded.tsx | 2 +- src/IconTransitionChopRoundedFilled.tsx | 2 +- src/IconTransitionChopSharp.tsx | 2 +- src/IconTransitionChopSharpFilled.tsx | 2 +- src/IconTransitionDissolveOutlined.tsx | 2 +- src/IconTransitionDissolveOutlinedFilled.tsx | 2 +- src/IconTransitionDissolveRounded.tsx | 2 +- src/IconTransitionDissolveRoundedFilled.tsx | 2 +- src/IconTransitionDissolveSharp.tsx | 2 +- src/IconTransitionDissolveSharpFilled.tsx | 2 +- src/IconTransitionFadeOutlined.tsx | 2 +- src/IconTransitionFadeOutlinedFilled.tsx | 2 +- src/IconTransitionFadeRounded.tsx | 2 +- src/IconTransitionFadeRoundedFilled.tsx | 2 +- src/IconTransitionFadeSharp.tsx | 2 +- src/IconTransitionFadeSharpFilled.tsx | 2 +- src/IconTransitionPushOutlined.tsx | 2 +- src/IconTransitionPushOutlinedFilled.tsx | 2 +- src/IconTransitionPushRounded.tsx | 2 +- src/IconTransitionPushRoundedFilled.tsx | 2 +- src/IconTransitionPushSharp.tsx | 2 +- src/IconTransitionPushSharpFilled.tsx | 2 +- src/IconTransitionSlideOutlined.tsx | 2 +- src/IconTransitionSlideOutlinedFilled.tsx | 2 +- src/IconTransitionSlideRounded.tsx | 2 +- src/IconTransitionSlideRoundedFilled.tsx | 2 +- src/IconTransitionSlideSharp.tsx | 2 +- src/IconTransitionSlideSharpFilled.tsx | 2 +- src/IconTranslateOutlined.tsx | 2 +- src/IconTranslateOutlinedFilled.tsx | 2 +- src/IconTranslateRounded.tsx | 2 +- src/IconTranslateRoundedFilled.tsx | 2 +- src/IconTranslateSharp.tsx | 2 +- src/IconTranslateSharpFilled.tsx | 2 +- src/IconTransportationOutlined.tsx | 2 +- src/IconTransportationOutlinedFilled.tsx | 2 +- src/IconTransportationRounded.tsx | 2 +- src/IconTransportationRoundedFilled.tsx | 2 +- src/IconTransportationSharp.tsx | 2 +- src/IconTransportationSharpFilled.tsx | 2 +- src/IconTravelExploreOutlined.tsx | 2 +- src/IconTravelExploreOutlinedFilled.tsx | 2 +- src/IconTravelExploreRounded.tsx | 2 +- src/IconTravelExploreRoundedFilled.tsx | 2 +- src/IconTravelExploreSharp.tsx | 2 +- src/IconTravelExploreSharpFilled.tsx | 2 +- src/IconTravelLuggageAndBagsOutlined.tsx | 11 + ...IconTravelLuggageAndBagsOutlinedFilled.tsx | 2 +- src/IconTravelLuggageAndBagsRounded.tsx | 2 +- src/IconTravelLuggageAndBagsRoundedFilled.tsx | 2 +- src/IconTravelLuggageAndBagsSharp.tsx | 2 +- src/IconTravelLuggageAndBagsSharpFilled.tsx | 2 +- src/IconTravelOutlined.tsx | 2 +- src/IconTravelOutlinedFilled.tsx | 2 +- src/IconTravelRounded.tsx | 2 +- src/IconTravelRoundedFilled.tsx | 2 +- src/IconTravelSharp.tsx | 2 +- src/IconTravelSharpFilled.tsx | 2 +- src/IconTrendingDownOutlined.tsx | 2 +- src/IconTrendingDownOutlinedFilled.tsx | 2 +- src/IconTrendingDownRounded.tsx | 2 +- src/IconTrendingDownRoundedFilled.tsx | 2 +- src/IconTrendingDownSharp.tsx | 2 +- src/IconTrendingDownSharpFilled.tsx | 2 +- src/IconTrendingFlatOutlined.tsx | 2 +- src/IconTrendingFlatOutlinedFilled.tsx | 2 +- src/IconTrendingFlatRounded.tsx | 2 +- src/IconTrendingFlatRoundedFilled.tsx | 2 +- src/IconTrendingFlatSharp.tsx | 2 +- src/IconTrendingFlatSharpFilled.tsx | 2 +- src/IconTrendingUpOutlined.tsx | 2 +- src/IconTrendingUpOutlinedFilled.tsx | 2 +- src/IconTrendingUpRounded.tsx | 2 +- src/IconTrendingUpRoundedFilled.tsx | 2 +- src/IconTrendingUpSharp.tsx | 2 +- src/IconTrendingUpSharpFilled.tsx | 2 +- src/IconTripOriginOutlined.tsx | 2 +- src/IconTripOriginOutlinedFilled.tsx | 2 +- src/IconTripOriginRounded.tsx | 2 +- src/IconTripOriginRoundedFilled.tsx | 2 +- src/IconTripOriginSharp.tsx | 2 +- src/IconTripOriginSharpFilled.tsx | 2 +- src/IconTripOutlined.tsx | 2 +- src/IconTripOutlinedFilled.tsx | 2 +- src/IconTripRounded.tsx | 2 +- src/IconTripRoundedFilled.tsx | 2 +- src/IconTripSharp.tsx | 2 +- src/IconTripSharpFilled.tsx | 2 +- src/IconTrolleyCableCarOutlined.tsx | 2 +- src/IconTrolleyCableCarOutlinedFilled.tsx | 2 +- src/IconTrolleyCableCarRounded.tsx | 2 +- src/IconTrolleyCableCarRoundedFilled.tsx | 2 +- src/IconTrolleyCableCarSharp.tsx | 2 +- src/IconTrolleyCableCarSharpFilled.tsx | 2 +- src/IconTrolleyOutlined.tsx | 2 +- src/IconTrolleyOutlinedFilled.tsx | 2 +- src/IconTrolleyRounded.tsx | 2 +- src/IconTrolleyRoundedFilled.tsx | 2 +- src/IconTrolleySharp.tsx | 2 +- src/IconTrolleySharpFilled.tsx | 2 +- src/IconTrophyOutlined.tsx | 2 +- src/IconTrophyOutlinedFilled.tsx | 2 +- src/IconTrophyRounded.tsx | 2 +- src/IconTrophyRoundedFilled.tsx | 2 +- src/IconTrophySharp.tsx | 2 +- src/IconTrophySharpFilled.tsx | 2 +- src/IconTroubleshootOutlined.tsx | 2 +- src/IconTroubleshootOutlinedFilled.tsx | 2 +- src/IconTroubleshootRounded.tsx | 2 +- src/IconTroubleshootRoundedFilled.tsx | 2 +- src/IconTroubleshootSharp.tsx | 2 +- src/IconTroubleshootSharpFilled.tsx | 2 +- src/IconTsunamiOutlined.tsx | 2 +- src/IconTsunamiOutlinedFilled.tsx | 2 +- src/IconTsunamiRounded.tsx | 2 +- src/IconTsunamiRoundedFilled.tsx | 2 +- src/IconTsunamiSharp.tsx | 2 +- src/IconTsunamiSharpFilled.tsx | 2 +- src/IconTsvOutlined.tsx | 2 +- src/IconTsvOutlinedFilled.tsx | 2 +- src/IconTsvRounded.tsx | 2 +- src/IconTsvRoundedFilled.tsx | 2 +- src/IconTsvSharp.tsx | 2 +- src/IconTsvSharpFilled.tsx | 2 +- src/IconTtyOutlined.tsx | 2 +- src/IconTtyOutlinedFilled.tsx | 2 +- src/IconTtyRounded.tsx | 2 +- src/IconTtyRoundedFilled.tsx | 2 +- src/IconTtySharp.tsx | 2 +- src/IconTtySharpFilled.tsx | 2 +- src/IconTuneOutlined.tsx | 2 +- src/IconTuneOutlinedFilled.tsx | 2 +- src/IconTuneRounded.tsx | 2 +- src/IconTuneRoundedFilled.tsx | 2 +- src/IconTuneSharp.tsx | 2 +- src/IconTuneSharpFilled.tsx | 2 +- src/IconTurnLeftOutlined.tsx | 2 +- src/IconTurnLeftOutlinedFilled.tsx | 2 +- src/IconTurnLeftRounded.tsx | 2 +- src/IconTurnLeftRoundedFilled.tsx | 2 +- src/IconTurnLeftSharp.tsx | 2 +- src/IconTurnLeftSharpFilled.tsx | 2 +- src/IconTurnRightOutlined.tsx | 2 +- src/IconTurnRightOutlinedFilled.tsx | 2 +- src/IconTurnRightRounded.tsx | 2 +- src/IconTurnRightRoundedFilled.tsx | 2 +- src/IconTurnRightSharp.tsx | 2 +- src/IconTurnRightSharpFilled.tsx | 2 +- src/IconTurnSharpLeftOutlined.tsx | 2 +- src/IconTurnSharpLeftOutlinedFilled.tsx | 2 +- src/IconTurnSharpLeftRounded.tsx | 2 +- src/IconTurnSharpLeftRoundedFilled.tsx | 2 +- src/IconTurnSharpLeftSharp.tsx | 2 +- src/IconTurnSharpLeftSharpFilled.tsx | 2 +- src/IconTurnSharpRightOutlined.tsx | 2 +- src/IconTurnSharpRightOutlinedFilled.tsx | 2 +- src/IconTurnSharpRightRounded.tsx | 2 +- src/IconTurnSharpRightRoundedFilled.tsx | 2 +- src/IconTurnSharpRightSharp.tsx | 2 +- src/IconTurnSharpRightSharpFilled.tsx | 2 +- src/IconTurnSlightLeftOutlined.tsx | 2 +- src/IconTurnSlightLeftOutlinedFilled.tsx | 2 +- src/IconTurnSlightLeftRounded.tsx | 2 +- src/IconTurnSlightLeftRoundedFilled.tsx | 2 +- src/IconTurnSlightLeftSharp.tsx | 2 +- src/IconTurnSlightLeftSharpFilled.tsx | 2 +- src/IconTurnSlightRightOutlined.tsx | 2 +- src/IconTurnSlightRightOutlinedFilled.tsx | 2 +- src/IconTurnSlightRightRounded.tsx | 2 +- src/IconTurnSlightRightRoundedFilled.tsx | 2 +- src/IconTurnSlightRightSharp.tsx | 2 +- src/IconTurnSlightRightSharpFilled.tsx | 2 +- src/IconTvDisplaysOutlined.tsx | 2 +- src/IconTvDisplaysOutlinedFilled.tsx | 2 +- src/IconTvDisplaysRounded.tsx | 2 +- src/IconTvDisplaysRoundedFilled.tsx | 2 +- src/IconTvDisplaysSharp.tsx | 2 +- src/IconTvDisplaysSharpFilled.tsx | 2 +- src/IconTvGenOutlined.tsx | 2 +- src/IconTvGenOutlinedFilled.tsx | 2 +- src/IconTvGenRounded.tsx | 2 +- src/IconTvGenRoundedFilled.tsx | 2 +- src/IconTvGenSharp.tsx | 2 +- src/IconTvGenSharpFilled.tsx | 2 +- src/IconTvGuideOutlined.tsx | 2 +- src/IconTvGuideOutlinedFilled.tsx | 2 +- src/IconTvGuideRounded.tsx | 2 +- src/IconTvGuideRoundedFilled.tsx | 2 +- src/IconTvGuideSharp.tsx | 2 +- src/IconTvGuideSharpFilled.tsx | 2 +- src/IconTvNextOutlined.tsx | 2 +- src/IconTvNextOutlinedFilled.tsx | 2 +- src/IconTvNextRounded.tsx | 2 +- src/IconTvNextRoundedFilled.tsx | 2 +- src/IconTvNextSharp.tsx | 2 +- src/IconTvNextSharpFilled.tsx | 2 +- src/IconTvOffOutlined.tsx | 2 +- src/IconTvOffOutlinedFilled.tsx | 2 +- src/IconTvOffRounded.tsx | 2 +- src/IconTvOffRoundedFilled.tsx | 2 +- src/IconTvOffSharp.tsx | 2 +- src/IconTvOffSharpFilled.tsx | 2 +- src/IconTvOptionsEditChannelsOutlined.tsx | 2 +- ...conTvOptionsEditChannelsOutlinedFilled.tsx | 2 +- src/IconTvOptionsEditChannelsRounded.tsx | 2 +- ...IconTvOptionsEditChannelsRoundedFilled.tsx | 2 +- src/IconTvOptionsEditChannelsSharp.tsx | 2 +- src/IconTvOptionsEditChannelsSharpFilled.tsx | 2 +- src/IconTvOptionsInputSettingsOutlined.tsx | 2 +- ...onTvOptionsInputSettingsOutlinedFilled.tsx | 2 +- src/IconTvOptionsInputSettingsRounded.tsx | 2 +- ...conTvOptionsInputSettingsRoundedFilled.tsx | 2 +- src/IconTvOptionsInputSettingsSharp.tsx | 2 +- src/IconTvOptionsInputSettingsSharpFilled.tsx | 2 +- src/IconTvOutlined.tsx | 2 +- src/IconTvOutlinedFilled.tsx | 2 +- src/IconTvRemoteOutlined.tsx | 2 +- src/IconTvRemoteOutlinedFilled.tsx | 2 +- src/IconTvRemoteRounded.tsx | 2 +- src/IconTvRemoteRoundedFilled.tsx | 2 +- src/IconTvRemoteSharp.tsx | 2 +- src/IconTvRemoteSharpFilled.tsx | 2 +- src/IconTvRounded.tsx | 2 +- src/IconTvRoundedFilled.tsx | 2 +- src/IconTvSharp.tsx | 2 +- src/IconTvSharpFilled.tsx | 2 +- src/IconTvSigninOutlined.tsx | 2 +- src/IconTvSigninOutlinedFilled.tsx | 2 +- src/IconTvSigninRounded.tsx | 2 +- src/IconTvSigninRoundedFilled.tsx | 2 +- src/IconTvSigninSharp.tsx | 2 +- src/IconTvSigninSharpFilled.tsx | 2 +- src/IconTvWithAssistantOutlined.tsx | 2 +- src/IconTvWithAssistantOutlinedFilled.tsx | 2 +- src/IconTvWithAssistantRounded.tsx | 2 +- src/IconTvWithAssistantRoundedFilled.tsx | 2 +- src/IconTvWithAssistantSharp.tsx | 2 +- src/IconTvWithAssistantSharpFilled.tsx | 2 +- src/IconTwoPagerOutlined.tsx | 2 +- src/IconTwoPagerOutlinedFilled.tsx | 2 +- src/IconTwoPagerRounded.tsx | 2 +- src/IconTwoPagerRoundedFilled.tsx | 2 +- src/IconTwoPagerSharp.tsx | 2 +- src/IconTwoPagerSharpFilled.tsx | 2 +- src/IconTwoWheelerOutlined.tsx | 2 +- src/IconTwoWheelerOutlinedFilled.tsx | 2 +- src/IconTwoWheelerRounded.tsx | 2 +- src/IconTwoWheelerRoundedFilled.tsx | 2 +- src/IconTwoWheelerSharp.tsx | 2 +- src/IconTwoWheelerSharpFilled.tsx | 2 +- src/IconTypeSpecimenOutlined.tsx | 2 +- src/IconTypeSpecimenOutlinedFilled.tsx | 2 +- src/IconTypeSpecimenRounded.tsx | 2 +- src/IconTypeSpecimenRoundedFilled.tsx | 2 +- src/IconTypeSpecimenSharp.tsx | 2 +- src/IconTypeSpecimenSharpFilled.tsx | 2 +- src/IconUTurnLeftOutlined.tsx | 2 +- src/IconUTurnLeftOutlinedFilled.tsx | 2 +- src/IconUTurnLeftRounded.tsx | 2 +- src/IconUTurnLeftRoundedFilled.tsx | 2 +- src/IconUTurnLeftSharp.tsx | 2 +- src/IconUTurnLeftSharpFilled.tsx | 2 +- src/IconUTurnRightOutlined.tsx | 2 +- src/IconUTurnRightOutlinedFilled.tsx | 2 +- src/IconUTurnRightRounded.tsx | 2 +- src/IconUTurnRightRoundedFilled.tsx | 2 +- src/IconUTurnRightSharp.tsx | 2 +- src/IconUTurnRightSharpFilled.tsx | 2 +- src/IconUlnaRadiusAltOutlined.tsx | 2 +- src/IconUlnaRadiusAltOutlinedFilled.tsx | 2 +- src/IconUlnaRadiusAltRounded.tsx | 2 +- src/IconUlnaRadiusAltRoundedFilled.tsx | 2 +- src/IconUlnaRadiusAltSharp.tsx | 2 +- src/IconUlnaRadiusAltSharpFilled.tsx | 2 +- src/IconUlnaRadiusOutlined.tsx | 2 +- src/IconUlnaRadiusOutlinedFilled.tsx | 2 +- src/IconUlnaRadiusRounded.tsx | 2 +- src/IconUlnaRadiusRoundedFilled.tsx | 2 +- src/IconUlnaRadiusSharp.tsx | 2 +- src/IconUlnaRadiusSharpFilled.tsx | 2 +- src/IconUmbrellaOutlined.tsx | 2 +- src/IconUmbrellaOutlinedFilled.tsx | 2 +- src/IconUmbrellaRounded.tsx | 2 +- src/IconUmbrellaRoundedFilled.tsx | 2 +- src/IconUmbrellaSharp.tsx | 2 +- src/IconUmbrellaSharpFilled.tsx | 2 +- src/IconUnarchiveOutlined.tsx | 2 +- src/IconUnarchiveOutlinedFilled.tsx | 2 +- src/IconUnarchiveRounded.tsx | 2 +- src/IconUnarchiveRoundedFilled.tsx | 2 +- src/IconUnarchiveSharp.tsx | 2 +- src/IconUnarchiveSharpFilled.tsx | 2 +- src/IconUndoOutlined.tsx | 2 +- src/IconUndoOutlinedFilled.tsx | 2 +- src/IconUndoRounded.tsx | 2 +- src/IconUndoRoundedFilled.tsx | 2 +- src/IconUndoSharp.tsx | 2 +- src/IconUndoSharpFilled.tsx | 2 +- src/IconUnfoldLessDoubleOutlined.tsx | 2 +- src/IconUnfoldLessDoubleOutlinedFilled.tsx | 2 +- src/IconUnfoldLessDoubleRounded.tsx | 2 +- src/IconUnfoldLessDoubleRoundedFilled.tsx | 2 +- src/IconUnfoldLessDoubleSharp.tsx | 2 +- src/IconUnfoldLessDoubleSharpFilled.tsx | 2 +- src/IconUnfoldLessOutlined.tsx | 2 +- src/IconUnfoldLessOutlinedFilled.tsx | 2 +- src/IconUnfoldLessRounded.tsx | 2 +- src/IconUnfoldLessRoundedFilled.tsx | 2 +- src/IconUnfoldLessSharp.tsx | 2 +- src/IconUnfoldLessSharpFilled.tsx | 2 +- src/IconUnfoldMoreDoubleOutlined.tsx | 2 +- src/IconUnfoldMoreDoubleOutlinedFilled.tsx | 2 +- src/IconUnfoldMoreDoubleRounded.tsx | 2 +- src/IconUnfoldMoreDoubleRoundedFilled.tsx | 2 +- src/IconUnfoldMoreDoubleSharp.tsx | 2 +- src/IconUnfoldMoreDoubleSharpFilled.tsx | 2 +- src/IconUnfoldMoreOutlined.tsx | 2 +- src/IconUnfoldMoreOutlinedFilled.tsx | 2 +- src/IconUnfoldMoreRounded.tsx | 2 +- src/IconUnfoldMoreRoundedFilled.tsx | 2 +- src/IconUnfoldMoreSharp.tsx | 2 +- src/IconUnfoldMoreSharpFilled.tsx | 2 +- src/IconUngroupOutlined.tsx | 2 +- src/IconUngroupOutlinedFilled.tsx | 2 +- src/IconUngroupRounded.tsx | 2 +- src/IconUngroupRoundedFilled.tsx | 2 +- src/IconUngroupSharp.tsx | 2 +- src/IconUngroupSharpFilled.tsx | 2 +- src/IconUniversalCurrencyAltOutlined.tsx | 2 +- ...IconUniversalCurrencyAltOutlinedFilled.tsx | 2 +- src/IconUniversalCurrencyAltRounded.tsx | 2 +- src/IconUniversalCurrencyAltRoundedFilled.tsx | 2 +- src/IconUniversalCurrencyAltSharp.tsx | 2 +- src/IconUniversalCurrencyAltSharpFilled.tsx | 2 +- src/IconUniversalCurrencyOutlined.tsx | 2 +- src/IconUniversalCurrencyOutlinedFilled.tsx | 2 +- src/IconUniversalCurrencyRounded.tsx | 2 +- src/IconUniversalCurrencyRoundedFilled.tsx | 2 +- src/IconUniversalCurrencySharp.tsx | 2 +- src/IconUniversalCurrencySharpFilled.tsx | 2 +- src/IconUniversalLocalOutlined.tsx | 2 +- src/IconUniversalLocalOutlinedFilled.tsx | 2 +- src/IconUniversalLocalRounded.tsx | 2 +- src/IconUniversalLocalRoundedFilled.tsx | 2 +- src/IconUniversalLocalSharp.tsx | 2 +- src/IconUniversalLocalSharpFilled.tsx | 2 +- src/IconUnknown2Outlined.tsx | 2 +- src/IconUnknown2OutlinedFilled.tsx | 2 +- src/IconUnknown2Rounded.tsx | 2 +- src/IconUnknown2RoundedFilled.tsx | 2 +- src/IconUnknown2Sharp.tsx | 2 +- src/IconUnknown2SharpFilled.tsx | 2 +- src/IconUnknown5Outlined.tsx | 2 +- src/IconUnknown5OutlinedFilled.tsx | 2 +- src/IconUnknown5Rounded.tsx | 2 +- src/IconUnknown5RoundedFilled.tsx | 2 +- src/IconUnknown5Sharp.tsx | 2 +- src/IconUnknown5SharpFilled.tsx | 2 +- src/IconUnknown7Outlined.tsx | 2 +- src/IconUnknown7OutlinedFilled.tsx | 2 +- src/IconUnknown7Rounded.tsx | 2 +- src/IconUnknown7RoundedFilled.tsx | 2 +- src/IconUnknown7Sharp.tsx | 2 +- src/IconUnknown7SharpFilled.tsx | 2 +- src/IconUnknownDocumentOutlined.tsx | 2 +- src/IconUnknownDocumentOutlinedFilled.tsx | 2 +- src/IconUnknownDocumentRounded.tsx | 2 +- src/IconUnknownDocumentRoundedFilled.tsx | 2 +- src/IconUnknownDocumentSharp.tsx | 2 +- src/IconUnknownDocumentSharpFilled.tsx | 2 +- src/IconUnknownMedOutlined.tsx | 2 +- src/IconUnknownMedOutlinedFilled.tsx | 2 +- src/IconUnknownMedRounded.tsx | 2 +- src/IconUnknownMedRoundedFilled.tsx | 2 +- src/IconUnknownMedSharp.tsx | 2 +- src/IconUnknownMedSharpFilled.tsx | 2 +- src/IconUnlicenseOutlined.tsx | 2 +- src/IconUnlicenseOutlinedFilled.tsx | 2 +- src/IconUnlicenseRounded.tsx | 2 +- src/IconUnlicenseRoundedFilled.tsx | 2 +- src/IconUnlicenseSharp.tsx | 2 +- src/IconUnlicenseSharpFilled.tsx | 2 +- src/IconUnpavedRoadOutlined.tsx | 2 +- src/IconUnpavedRoadOutlinedFilled.tsx | 2 +- src/IconUnpavedRoadRounded.tsx | 2 +- src/IconUnpavedRoadRoundedFilled.tsx | 2 +- src/IconUnpavedRoadSharp.tsx | 2 +- src/IconUnpavedRoadSharpFilled.tsx | 2 +- src/IconUnpublishedOutlined.tsx | 2 +- src/IconUnpublishedOutlinedFilled.tsx | 2 +- src/IconUnpublishedRounded.tsx | 2 +- src/IconUnpublishedRoundedFilled.tsx | 2 +- src/IconUnpublishedSharp.tsx | 2 +- src/IconUnpublishedSharpFilled.tsx | 2 +- src/IconUnsubscribeOutlined.tsx | 2 +- src/IconUnsubscribeOutlinedFilled.tsx | 2 +- src/IconUnsubscribeRounded.tsx | 2 +- src/IconUnsubscribeRoundedFilled.tsx | 2 +- src/IconUnsubscribeSharp.tsx | 2 +- src/IconUnsubscribeSharpFilled.tsx | 2 +- src/IconUpcomingOutlined.tsx | 2 +- src/IconUpcomingOutlinedFilled.tsx | 2 +- src/IconUpcomingRounded.tsx | 2 +- src/IconUpcomingRoundedFilled.tsx | 2 +- src/IconUpcomingSharp.tsx | 2 +- src/IconUpcomingSharpFilled.tsx | 2 +- src/IconUpdateDisabledOutlined.tsx | 2 +- src/IconUpdateDisabledOutlinedFilled.tsx | 2 +- src/IconUpdateDisabledRounded.tsx | 2 +- src/IconUpdateDisabledRoundedFilled.tsx | 2 +- src/IconUpdateDisabledSharp.tsx | 2 +- src/IconUpdateDisabledSharpFilled.tsx | 2 +- src/IconUpdateOutlined.tsx | 2 +- src/IconUpdateOutlinedFilled.tsx | 2 +- src/IconUpdateRounded.tsx | 2 +- src/IconUpdateRoundedFilled.tsx | 2 +- src/IconUpdateSharp.tsx | 2 +- src/IconUpdateSharpFilled.tsx | 2 +- src/IconUpgradeOutlined.tsx | 2 +- src/IconUpgradeOutlinedFilled.tsx | 2 +- src/IconUpgradeRounded.tsx | 2 +- src/IconUpgradeRoundedFilled.tsx | 2 +- src/IconUpgradeSharp.tsx | 2 +- src/IconUpgradeSharpFilled.tsx | 2 +- src/IconUpiPayOutlined.tsx | 2 +- src/IconUpiPayOutlinedFilled.tsx | 2 +- src/IconUpiPayRounded.tsx | 2 +- src/IconUpiPayRoundedFilled.tsx | 2 +- src/IconUpiPaySharp.tsx | 2 +- src/IconUpiPaySharpFilled.tsx | 2 +- src/IconUpload2Outlined.tsx | 2 +- src/IconUpload2OutlinedFilled.tsx | 2 +- src/IconUpload2Rounded.tsx | 2 +- src/IconUpload2RoundedFilled.tsx | 2 +- src/IconUpload2Sharp.tsx | 2 +- src/IconUpload2SharpFilled.tsx | 2 +- src/IconUploadFileOutlined.tsx | 2 +- src/IconUploadFileOutlinedFilled.tsx | 2 +- src/IconUploadFileRounded.tsx | 2 +- src/IconUploadFileRoundedFilled.tsx | 2 +- src/IconUploadFileSharp.tsx | 2 +- src/IconUploadFileSharpFilled.tsx | 2 +- src/IconUploadOutlined.tsx | 2 +- src/IconUploadOutlinedFilled.tsx | 2 +- src/IconUploadRounded.tsx | 2 +- src/IconUploadRoundedFilled.tsx | 2 +- src/IconUploadSharp.tsx | 2 +- src/IconUploadSharpFilled.tsx | 2 +- src/IconUppercaseOutlined.tsx | 2 +- src/IconUppercaseOutlinedFilled.tsx | 2 +- src/IconUppercaseRounded.tsx | 2 +- src/IconUppercaseRoundedFilled.tsx | 2 +- src/IconUppercaseSharp.tsx | 2 +- src/IconUppercaseSharpFilled.tsx | 2 +- src/IconUrologyOutlined.tsx | 2 +- src/IconUrologyOutlinedFilled.tsx | 2 +- src/IconUrologyRounded.tsx | 2 +- src/IconUrologyRoundedFilled.tsx | 2 +- src/IconUrologySharp.tsx | 2 +- src/IconUrologySharpFilled.tsx | 2 +- src/IconUsbOffOutlined.tsx | 2 +- src/IconUsbOffOutlinedFilled.tsx | 2 +- src/IconUsbOffRounded.tsx | 2 +- src/IconUsbOffRoundedFilled.tsx | 2 +- src/IconUsbOffSharp.tsx | 2 +- src/IconUsbOffSharpFilled.tsx | 2 +- src/IconUsbOutlined.tsx | 2 +- src/IconUsbOutlinedFilled.tsx | 2 +- src/IconUsbRounded.tsx | 2 +- src/IconUsbRoundedFilled.tsx | 2 +- src/IconUsbSharp.tsx | 2 +- src/IconUsbSharpFilled.tsx | 2 +- src/IconUserAttributesOutlined.tsx | 2 +- src/IconUserAttributesOutlinedFilled.tsx | 2 +- src/IconUserAttributesRounded.tsx | 2 +- src/IconUserAttributesRoundedFilled.tsx | 2 +- src/IconUserAttributesSharp.tsx | 2 +- src/IconUserAttributesSharpFilled.tsx | 2 +- src/IconVaccinesOutlined.tsx | 2 +- src/IconVaccinesOutlinedFilled.tsx | 2 +- src/IconVaccinesRounded.tsx | 2 +- src/IconVaccinesRoundedFilled.tsx | 2 +- src/IconVaccinesSharp.tsx | 2 +- src/IconVaccinesSharpFilled.tsx | 2 +- src/IconVacuumOutlined.tsx | 2 +- src/IconVacuumOutlinedFilled.tsx | 2 +- src/IconVacuumRounded.tsx | 2 +- src/IconVacuumRoundedFilled.tsx | 2 +- src/IconVacuumSharp.tsx | 2 +- src/IconVacuumSharpFilled.tsx | 2 +- src/IconValveOutlined.tsx | 2 +- src/IconValveOutlinedFilled.tsx | 2 +- src/IconValveRounded.tsx | 2 +- src/IconValveRoundedFilled.tsx | 2 +- src/IconValveSharp.tsx | 2 +- src/IconValveSharpFilled.tsx | 2 +- src/IconVapeFreeOutlined.tsx | 2 +- src/IconVapeFreeOutlinedFilled.tsx | 2 +- src/IconVapeFreeRounded.tsx | 2 +- src/IconVapeFreeRoundedFilled.tsx | 2 +- src/IconVapeFreeSharp.tsx | 2 +- src/IconVapeFreeSharpFilled.tsx | 2 +- src/IconVapingRoomsOutlined.tsx | 2 +- src/IconVapingRoomsOutlinedFilled.tsx | 2 +- src/IconVapingRoomsRounded.tsx | 2 +- src/IconVapingRoomsRoundedFilled.tsx | 2 +- src/IconVapingRoomsSharp.tsx | 2 +- src/IconVapingRoomsSharpFilled.tsx | 2 +- src/IconVariableAddOutlined.tsx | 2 +- src/IconVariableAddOutlinedFilled.tsx | 2 +- src/IconVariableAddRounded.tsx | 2 +- src/IconVariableAddRoundedFilled.tsx | 2 +- src/IconVariableAddSharp.tsx | 2 +- src/IconVariableAddSharpFilled.tsx | 2 +- src/IconVariableInsertOutlined.tsx | 2 +- src/IconVariableInsertOutlinedFilled.tsx | 2 +- src/IconVariableInsertRounded.tsx | 2 +- src/IconVariableInsertRoundedFilled.tsx | 2 +- src/IconVariableInsertSharp.tsx | 2 +- src/IconVariableInsertSharpFilled.tsx | 2 +- src/IconVariableRemoveOutlined.tsx | 2 +- src/IconVariableRemoveOutlinedFilled.tsx | 2 +- src/IconVariableRemoveRounded.tsx | 2 +- src/IconVariableRemoveRoundedFilled.tsx | 2 +- src/IconVariableRemoveSharp.tsx | 2 +- src/IconVariableRemoveSharpFilled.tsx | 2 +- src/IconVariablesOutlined.tsx | 2 +- src/IconVariablesOutlinedFilled.tsx | 2 +- src/IconVariablesRounded.tsx | 2 +- src/IconVariablesRoundedFilled.tsx | 2 +- src/IconVariablesSharp.tsx | 2 +- src/IconVariablesSharpFilled.tsx | 2 +- src/IconVentilatorOutlined.tsx | 2 +- src/IconVentilatorOutlinedFilled.tsx | 2 +- src/IconVentilatorRounded.tsx | 2 +- src/IconVentilatorRoundedFilled.tsx | 2 +- src/IconVentilatorSharp.tsx | 2 +- src/IconVentilatorSharpFilled.tsx | 2 +- src/IconVerifiedOutlined.tsx | 2 +- src/IconVerifiedOutlinedFilled.tsx | 2 +- src/IconVerifiedRounded.tsx | 2 +- src/IconVerifiedRoundedFilled.tsx | 2 +- src/IconVerifiedSharp.tsx | 2 +- src/IconVerifiedSharpFilled.tsx | 2 +- src/IconVerifiedUserOutlined.tsx | 2 +- src/IconVerifiedUserOutlinedFilled.tsx | 2 +- src/IconVerifiedUserRounded.tsx | 2 +- src/IconVerifiedUserRoundedFilled.tsx | 2 +- src/IconVerifiedUserSharp.tsx | 2 +- src/IconVerifiedUserSharpFilled.tsx | 2 +- src/IconVerticalAlignBottomOutlined.tsx | 2 +- src/IconVerticalAlignBottomOutlinedFilled.tsx | 2 +- src/IconVerticalAlignBottomRounded.tsx | 2 +- src/IconVerticalAlignBottomRoundedFilled.tsx | 2 +- src/IconVerticalAlignBottomSharp.tsx | 2 +- src/IconVerticalAlignBottomSharpFilled.tsx | 2 +- src/IconVerticalAlignCenterOutlined.tsx | 2 +- src/IconVerticalAlignCenterOutlinedFilled.tsx | 2 +- src/IconVerticalAlignCenterRounded.tsx | 2 +- src/IconVerticalAlignCenterRoundedFilled.tsx | 2 +- src/IconVerticalAlignCenterSharp.tsx | 2 +- src/IconVerticalAlignCenterSharpFilled.tsx | 2 +- src/IconVerticalAlignTopOutlined.tsx | 2 +- src/IconVerticalAlignTopOutlinedFilled.tsx | 2 +- src/IconVerticalAlignTopRounded.tsx | 2 +- src/IconVerticalAlignTopRoundedFilled.tsx | 2 +- src/IconVerticalAlignTopSharp.tsx | 2 +- src/IconVerticalAlignTopSharpFilled.tsx | 2 +- src/IconVerticalDistributeOutlined.tsx | 2 +- src/IconVerticalDistributeOutlinedFilled.tsx | 2 +- src/IconVerticalDistributeRounded.tsx | 2 +- src/IconVerticalDistributeRoundedFilled.tsx | 2 +- src/IconVerticalDistributeSharp.tsx | 2 +- src/IconVerticalDistributeSharpFilled.tsx | 2 +- src/IconVerticalShadesClosedOutlined.tsx | 2 +- ...IconVerticalShadesClosedOutlinedFilled.tsx | 2 +- src/IconVerticalShadesClosedRounded.tsx | 2 +- src/IconVerticalShadesClosedRoundedFilled.tsx | 2 +- src/IconVerticalShadesClosedSharp.tsx | 2 +- src/IconVerticalShadesClosedSharpFilled.tsx | 2 +- src/IconVerticalShadesOutlined.tsx | 2 +- src/IconVerticalShadesOutlinedFilled.tsx | 2 +- src/IconVerticalShadesRounded.tsx | 2 +- src/IconVerticalShadesRoundedFilled.tsx | 2 +- src/IconVerticalShadesSharp.tsx | 2 +- src/IconVerticalShadesSharpFilled.tsx | 2 +- src/IconVerticalSplitOutlined.tsx | 2 +- src/IconVerticalSplitOutlinedFilled.tsx | 2 +- src/IconVerticalSplitRounded.tsx | 2 +- src/IconVerticalSplitRoundedFilled.tsx | 2 +- src/IconVerticalSplitSharp.tsx | 2 +- src/IconVerticalSplitSharpFilled.tsx | 2 +- src/IconVibrationOutlined.tsx | 2 +- src/IconVibrationOutlinedFilled.tsx | 2 +- src/IconVibrationRounded.tsx | 2 +- src/IconVibrationRoundedFilled.tsx | 2 +- src/IconVibrationSharp.tsx | 2 +- src/IconVibrationSharpFilled.tsx | 2 +- src/IconVideoCallOutlined.tsx | 2 +- src/IconVideoCallOutlinedFilled.tsx | 2 +- src/IconVideoCallRounded.tsx | 2 +- src/IconVideoCallRoundedFilled.tsx | 2 +- src/IconVideoCallSharp.tsx | 2 +- src/IconVideoCallSharpFilled.tsx | 2 +- src/IconVideoCameraBackAddOutlined.tsx | 2 +- src/IconVideoCameraBackAddOutlinedFilled.tsx | 2 +- src/IconVideoCameraBackAddRounded.tsx | 2 +- src/IconVideoCameraBackAddRoundedFilled.tsx | 2 +- src/IconVideoCameraBackAddSharp.tsx | 2 +- src/IconVideoCameraBackAddSharpFilled.tsx | 2 +- src/IconVideoCameraBackOutlined.tsx | 2 +- src/IconVideoCameraBackOutlinedFilled.tsx | 2 +- src/IconVideoCameraBackRounded.tsx | 2 +- src/IconVideoCameraBackRoundedFilled.tsx | 2 +- src/IconVideoCameraBackSharp.tsx | 2 +- src/IconVideoCameraBackSharpFilled.tsx | 2 +- src/IconVideoCameraFrontOffOutlined.tsx | 2 +- src/IconVideoCameraFrontOffOutlinedFilled.tsx | 2 +- src/IconVideoCameraFrontOffRounded.tsx | 2 +- src/IconVideoCameraFrontOffRoundedFilled.tsx | 2 +- src/IconVideoCameraFrontOffSharp.tsx | 2 +- src/IconVideoCameraFrontOffSharpFilled.tsx | 2 +- src/IconVideoCameraFrontOutlined.tsx | 2 +- src/IconVideoCameraFrontOutlinedFilled.tsx | 2 +- src/IconVideoCameraFrontRounded.tsx | 2 +- src/IconVideoCameraFrontRoundedFilled.tsx | 2 +- src/IconVideoCameraFrontSharp.tsx | 2 +- src/IconVideoCameraFrontSharpFilled.tsx | 2 +- src/IconVideoChatOutlined.tsx | 2 +- src/IconVideoChatOutlinedFilled.tsx | 2 +- src/IconVideoChatRounded.tsx | 2 +- src/IconVideoChatRoundedFilled.tsx | 2 +- src/IconVideoChatSharp.tsx | 2 +- src/IconVideoChatSharpFilled.tsx | 2 +- src/IconVideoFileOutlined.tsx | 2 +- src/IconVideoFileOutlinedFilled.tsx | 2 +- src/IconVideoFileRounded.tsx | 2 +- src/IconVideoFileRoundedFilled.tsx | 2 +- src/IconVideoFileSharp.tsx | 2 +- src/IconVideoFileSharpFilled.tsx | 2 +- src/IconVideoLabelOutlined.tsx | 2 +- src/IconVideoLabelOutlinedFilled.tsx | 2 +- src/IconVideoLabelRounded.tsx | 2 +- src/IconVideoLabelRoundedFilled.tsx | 2 +- src/IconVideoLabelSharp.tsx | 2 +- src/IconVideoLabelSharpFilled.tsx | 2 +- src/IconVideoLibraryOutlined.tsx | 2 +- src/IconVideoLibraryOutlinedFilled.tsx | 2 +- src/IconVideoLibraryRounded.tsx | 2 +- src/IconVideoLibraryRoundedFilled.tsx | 2 +- src/IconVideoLibrarySharp.tsx | 2 +- src/IconVideoLibrarySharpFilled.tsx | 2 +- src/IconVideoSearchOutlined.tsx | 2 +- src/IconVideoSearchOutlinedFilled.tsx | 2 +- src/IconVideoSearchRounded.tsx | 2 +- src/IconVideoSearchRoundedFilled.tsx | 2 +- src/IconVideoSearchSharp.tsx | 2 +- src/IconVideoSearchSharpFilled.tsx | 2 +- src/IconVideoSettingsOutlined.tsx | 2 +- src/IconVideoSettingsOutlinedFilled.tsx | 2 +- src/IconVideoSettingsRounded.tsx | 2 +- src/IconVideoSettingsRoundedFilled.tsx | 2 +- src/IconVideoSettingsSharp.tsx | 2 +- src/IconVideoSettingsSharpFilled.tsx | 2 +- src/IconVideoStableOutlined.tsx | 2 +- src/IconVideoStableOutlinedFilled.tsx | 2 +- src/IconVideoStableRounded.tsx | 2 +- src/IconVideoStableRoundedFilled.tsx | 2 +- src/IconVideoStableSharp.tsx | 2 +- src/IconVideoStableSharpFilled.tsx | 2 +- src/IconVideocamOffOutlined.tsx | 2 +- src/IconVideocamOffOutlinedFilled.tsx | 2 +- src/IconVideocamOffRounded.tsx | 2 +- src/IconVideocamOffRoundedFilled.tsx | 2 +- src/IconVideocamOffSharp.tsx | 2 +- src/IconVideocamOffSharpFilled.tsx | 2 +- src/IconVideocamOutlined.tsx | 2 +- src/IconVideocamOutlinedFilled.tsx | 2 +- src/IconVideocamRounded.tsx | 2 +- src/IconVideocamRoundedFilled.tsx | 2 +- src/IconVideocamSharp.tsx | 2 +- src/IconVideocamSharpFilled.tsx | 2 +- src/IconVideogameAssetOffOutlined.tsx | 2 +- src/IconVideogameAssetOffOutlinedFilled.tsx | 2 +- src/IconVideogameAssetOffRounded.tsx | 2 +- src/IconVideogameAssetOffRoundedFilled.tsx | 2 +- src/IconVideogameAssetOffSharp.tsx | 2 +- src/IconVideogameAssetOffSharpFilled.tsx | 2 +- src/IconVideogameAssetOutlined.tsx | 2 +- src/IconVideogameAssetOutlinedFilled.tsx | 2 +- src/IconVideogameAssetRounded.tsx | 2 +- src/IconVideogameAssetRoundedFilled.tsx | 2 +- src/IconVideogameAssetSharp.tsx | 2 +- src/IconVideogameAssetSharpFilled.tsx | 2 +- src/IconViewAgendaOutlined.tsx | 2 +- src/IconViewAgendaOutlinedFilled.tsx | 2 +- src/IconViewAgendaRounded.tsx | 2 +- src/IconViewAgendaRoundedFilled.tsx | 2 +- src/IconViewAgendaSharp.tsx | 2 +- src/IconViewAgendaSharpFilled.tsx | 2 +- src/IconViewArrayOutlined.tsx | 2 +- src/IconViewArrayOutlinedFilled.tsx | 2 +- src/IconViewArrayRounded.tsx | 2 +- src/IconViewArrayRoundedFilled.tsx | 2 +- src/IconViewArraySharp.tsx | 2 +- src/IconViewArraySharpFilled.tsx | 2 +- src/IconViewCarouselOutlined.tsx | 2 +- src/IconViewCarouselOutlinedFilled.tsx | 2 +- src/IconViewCarouselRounded.tsx | 2 +- src/IconViewCarouselRoundedFilled.tsx | 2 +- src/IconViewCarouselSharp.tsx | 2 +- src/IconViewCarouselSharpFilled.tsx | 2 +- src/IconViewColumn2Outlined.tsx | 2 +- src/IconViewColumn2OutlinedFilled.tsx | 2 +- src/IconViewColumn2Rounded.tsx | 2 +- src/IconViewColumn2RoundedFilled.tsx | 2 +- src/IconViewColumn2Sharp.tsx | 2 +- src/IconViewColumn2SharpFilled.tsx | 2 +- src/IconViewColumnOutlined.tsx | 2 +- src/IconViewColumnOutlinedFilled.tsx | 2 +- src/IconViewColumnRounded.tsx | 2 +- src/IconViewColumnRoundedFilled.tsx | 2 +- src/IconViewColumnSharp.tsx | 2 +- src/IconViewColumnSharpFilled.tsx | 2 +- src/IconViewComfyAltOutlined.tsx | 2 +- src/IconViewComfyAltOutlinedFilled.tsx | 2 +- src/IconViewComfyAltRounded.tsx | 2 +- src/IconViewComfyAltRoundedFilled.tsx | 2 +- src/IconViewComfyAltSharp.tsx | 2 +- src/IconViewComfyAltSharpFilled.tsx | 2 +- src/IconViewComfyOutlined.tsx | 2 +- src/IconViewComfyOutlinedFilled.tsx | 2 +- src/IconViewComfyRounded.tsx | 2 +- src/IconViewComfyRoundedFilled.tsx | 2 +- src/IconViewComfySharp.tsx | 2 +- src/IconViewComfySharpFilled.tsx | 2 +- src/IconViewCompactAltOutlined.tsx | 2 +- src/IconViewCompactAltOutlinedFilled.tsx | 2 +- src/IconViewCompactAltRounded.tsx | 2 +- src/IconViewCompactAltRoundedFilled.tsx | 2 +- src/IconViewCompactAltSharp.tsx | 2 +- src/IconViewCompactAltSharpFilled.tsx | 2 +- src/IconViewCompactOutlined.tsx | 2 +- src/IconViewCompactOutlinedFilled.tsx | 2 +- src/IconViewCompactRounded.tsx | 2 +- src/IconViewCompactRoundedFilled.tsx | 2 +- src/IconViewCompactSharp.tsx | 2 +- src/IconViewCompactSharpFilled.tsx | 2 +- src/IconViewCozyOutlined.tsx | 2 +- src/IconViewCozyOutlinedFilled.tsx | 2 +- src/IconViewCozyRounded.tsx | 2 +- src/IconViewCozyRoundedFilled.tsx | 2 +- src/IconViewCozySharp.tsx | 2 +- src/IconViewCozySharpFilled.tsx | 2 +- src/IconViewDayOutlined.tsx | 2 +- src/IconViewDayOutlinedFilled.tsx | 2 +- src/IconViewDayRounded.tsx | 2 +- src/IconViewDayRoundedFilled.tsx | 2 +- src/IconViewDaySharp.tsx | 2 +- src/IconViewDaySharpFilled.tsx | 2 +- src/IconViewHeadlineOutlined.tsx | 2 +- src/IconViewHeadlineOutlinedFilled.tsx | 2 +- src/IconViewHeadlineRounded.tsx | 2 +- src/IconViewHeadlineRoundedFilled.tsx | 2 +- src/IconViewHeadlineSharp.tsx | 2 +- src/IconViewHeadlineSharpFilled.tsx | 2 +- src/IconViewInArOffOutlined.tsx | 2 +- src/IconViewInArOffOutlinedFilled.tsx | 2 +- src/IconViewInArOffRounded.tsx | 2 +- src/IconViewInArOffRoundedFilled.tsx | 2 +- src/IconViewInArOffSharp.tsx | 2 +- src/IconViewInArOffSharpFilled.tsx | 2 +- src/IconViewInArOutlined.tsx | 2 +- src/IconViewInArOutlinedFilled.tsx | 2 +- src/IconViewInArRounded.tsx | 2 +- src/IconViewInArRoundedFilled.tsx | 2 +- src/IconViewInArSharp.tsx | 2 +- src/IconViewInArSharpFilled.tsx | 2 +- src/IconViewKanbanOutlined.tsx | 2 +- src/IconViewKanbanOutlinedFilled.tsx | 2 +- src/IconViewKanbanRounded.tsx | 2 +- src/IconViewKanbanRoundedFilled.tsx | 2 +- src/IconViewKanbanSharp.tsx | 2 +- src/IconViewKanbanSharpFilled.tsx | 2 +- src/IconViewListOutlined.tsx | 2 +- src/IconViewListOutlinedFilled.tsx | 2 +- src/IconViewListRounded.tsx | 2 +- src/IconViewListRoundedFilled.tsx | 2 +- src/IconViewListSharp.tsx | 2 +- src/IconViewListSharpFilled.tsx | 2 +- src/IconViewModuleOutlined.tsx | 2 +- src/IconViewModuleOutlinedFilled.tsx | 2 +- src/IconViewModuleRounded.tsx | 2 +- src/IconViewModuleRoundedFilled.tsx | 2 +- src/IconViewModuleSharp.tsx | 2 +- src/IconViewModuleSharpFilled.tsx | 2 +- src/IconViewObjectTrackOutlined.tsx | 2 +- src/IconViewObjectTrackOutlinedFilled.tsx | 2 +- src/IconViewObjectTrackRounded.tsx | 2 +- src/IconViewObjectTrackRoundedFilled.tsx | 2 +- src/IconViewObjectTrackSharp.tsx | 2 +- src/IconViewObjectTrackSharpFilled.tsx | 2 +- src/IconViewQuiltOutlined.tsx | 2 +- src/IconViewQuiltOutlinedFilled.tsx | 2 +- src/IconViewQuiltRounded.tsx | 2 +- src/IconViewQuiltRoundedFilled.tsx | 2 +- src/IconViewQuiltSharp.tsx | 2 +- src/IconViewQuiltSharpFilled.tsx | 2 +- src/IconViewRealSizeOutlined.tsx | 2 +- src/IconViewRealSizeOutlinedFilled.tsx | 2 +- src/IconViewRealSizeRounded.tsx | 2 +- src/IconViewRealSizeRoundedFilled.tsx | 2 +- src/IconViewRealSizeSharp.tsx | 2 +- src/IconViewRealSizeSharpFilled.tsx | 2 +- src/IconViewSidebarOutlined.tsx | 2 +- src/IconViewSidebarOutlinedFilled.tsx | 2 +- src/IconViewSidebarRounded.tsx | 2 +- src/IconViewSidebarRoundedFilled.tsx | 2 +- src/IconViewSidebarSharp.tsx | 2 +- src/IconViewSidebarSharpFilled.tsx | 2 +- src/IconViewStreamOutlined.tsx | 2 +- src/IconViewStreamOutlinedFilled.tsx | 2 +- src/IconViewStreamRounded.tsx | 2 +- src/IconViewStreamRoundedFilled.tsx | 2 +- src/IconViewStreamSharp.tsx | 2 +- src/IconViewStreamSharpFilled.tsx | 2 +- src/IconViewTimelineOutlined.tsx | 2 +- src/IconViewTimelineOutlinedFilled.tsx | 2 +- src/IconViewTimelineRounded.tsx | 2 +- src/IconViewTimelineRoundedFilled.tsx | 2 +- src/IconViewTimelineSharp.tsx | 2 +- src/IconViewTimelineSharpFilled.tsx | 2 +- src/IconViewWeekOutlined.tsx | 2 +- src/IconViewWeekOutlinedFilled.tsx | 2 +- src/IconViewWeekRounded.tsx | 2 +- src/IconViewWeekRoundedFilled.tsx | 2 +- src/IconViewWeekSharp.tsx | 2 +- src/IconViewWeekSharpFilled.tsx | 2 +- src/IconVignetteOutlined.tsx | 2 +- src/IconVignetteOutlinedFilled.tsx | 2 +- src/IconVignetteRounded.tsx | 2 +- src/IconVignetteRoundedFilled.tsx | 2 +- src/IconVignetteSharp.tsx | 2 +- src/IconVignetteSharpFilled.tsx | 2 +- src/IconVillaOutlined.tsx | 2 +- src/IconVillaOutlinedFilled.tsx | 2 +- src/IconVillaRounded.tsx | 2 +- src/IconVillaRoundedFilled.tsx | 2 +- src/IconVillaSharp.tsx | 2 +- src/IconVillaSharpFilled.tsx | 2 +- src/IconVisibilityLockOutlined.tsx | 2 +- src/IconVisibilityLockOutlinedFilled.tsx | 2 +- src/IconVisibilityLockRounded.tsx | 2 +- src/IconVisibilityLockRoundedFilled.tsx | 2 +- src/IconVisibilityLockSharp.tsx | 2 +- src/IconVisibilityLockSharpFilled.tsx | 2 +- src/IconVisibilityOffOutlined.tsx | 2 +- src/IconVisibilityOffOutlinedFilled.tsx | 2 +- src/IconVisibilityOffRounded.tsx | 2 +- src/IconVisibilityOffRoundedFilled.tsx | 2 +- src/IconVisibilityOffSharp.tsx | 2 +- src/IconVisibilityOffSharpFilled.tsx | 2 +- src/IconVisibilityOutlined.tsx | 2 +- src/IconVisibilityOutlinedFilled.tsx | 2 +- src/IconVisibilityRounded.tsx | 2 +- src/IconVisibilityRoundedFilled.tsx | 2 +- src/IconVisibilitySharp.tsx | 2 +- src/IconVisibilitySharpFilled.tsx | 2 +- src/IconVitalSignsOutlined.tsx | 2 +- src/IconVitalSignsOutlinedFilled.tsx | 2 +- src/IconVitalSignsRounded.tsx | 2 +- src/IconVitalSignsRoundedFilled.tsx | 2 +- src/IconVitalSignsSharp.tsx | 2 +- src/IconVitalSignsSharpFilled.tsx | 2 +- src/IconVo2MaxOutlined.tsx | 2 +- src/IconVo2MaxOutlinedFilled.tsx | 2 +- src/IconVo2MaxRounded.tsx | 2 +- src/IconVo2MaxRoundedFilled.tsx | 2 +- src/IconVo2MaxSharp.tsx | 2 +- src/IconVo2MaxSharpFilled.tsx | 2 +- src/IconVoiceChatOutlined.tsx | 2 +- src/IconVoiceChatOutlinedFilled.tsx | 2 +- src/IconVoiceChatRounded.tsx | 2 +- src/IconVoiceChatRoundedFilled.tsx | 2 +- src/IconVoiceChatSharp.tsx | 2 +- src/IconVoiceChatSharpFilled.tsx | 2 +- src/IconVoiceOverOffOutlined.tsx | 2 +- src/IconVoiceOverOffOutlinedFilled.tsx | 2 +- src/IconVoiceOverOffRounded.tsx | 2 +- src/IconVoiceOverOffRoundedFilled.tsx | 2 +- src/IconVoiceOverOffSharp.tsx | 2 +- src/IconVoiceOverOffSharpFilled.tsx | 2 +- src/IconVoiceSelectionOffOutlined.tsx | 2 +- src/IconVoiceSelectionOffOutlinedFilled.tsx | 2 +- src/IconVoiceSelectionOffRounded.tsx | 2 +- src/IconVoiceSelectionOffRoundedFilled.tsx | 2 +- src/IconVoiceSelectionOffSharp.tsx | 2 +- src/IconVoiceSelectionOffSharpFilled.tsx | 2 +- src/IconVoiceSelectionOutlined.tsx | 2 +- src/IconVoiceSelectionOutlinedFilled.tsx | 2 +- src/IconVoiceSelectionRounded.tsx | 2 +- src/IconVoiceSelectionRoundedFilled.tsx | 2 +- src/IconVoiceSelectionSharp.tsx | 2 +- src/IconVoiceSelectionSharpFilled.tsx | 2 +- src/IconVoicemailOutlined.tsx | 2 +- src/IconVoicemailOutlinedFilled.tsx | 2 +- src/IconVoicemailRounded.tsx | 2 +- src/IconVoicemailRoundedFilled.tsx | 2 +- src/IconVoicemailSharp.tsx | 2 +- src/IconVoicemailSharpFilled.tsx | 2 +- src/IconVolcanoOutlined.tsx | 2 +- src/IconVolcanoOutlinedFilled.tsx | 2 +- src/IconVolcanoRounded.tsx | 2 +- src/IconVolcanoRoundedFilled.tsx | 2 +- src/IconVolcanoSharp.tsx | 2 +- src/IconVolcanoSharpFilled.tsx | 2 +- src/IconVolumeDownAltOutlined.tsx | 2 +- src/IconVolumeDownAltOutlinedFilled.tsx | 2 +- src/IconVolumeDownAltRounded.tsx | 2 +- src/IconVolumeDownAltRoundedFilled.tsx | 2 +- src/IconVolumeDownAltSharp.tsx | 2 +- src/IconVolumeDownAltSharpFilled.tsx | 2 +- src/IconVolumeDownOutlined.tsx | 2 +- src/IconVolumeDownOutlinedFilled.tsx | 2 +- src/IconVolumeDownRounded.tsx | 2 +- src/IconVolumeDownRoundedFilled.tsx | 2 +- src/IconVolumeDownSharp.tsx | 2 +- src/IconVolumeDownSharpFilled.tsx | 2 +- src/IconVolumeMuteOutlined.tsx | 2 +- src/IconVolumeMuteOutlinedFilled.tsx | 2 +- src/IconVolumeMuteRounded.tsx | 2 +- src/IconVolumeMuteRoundedFilled.tsx | 2 +- src/IconVolumeMuteSharp.tsx | 2 +- src/IconVolumeMuteSharpFilled.tsx | 2 +- src/IconVolumeOffOutlined.tsx | 2 +- src/IconVolumeOffOutlinedFilled.tsx | 2 +- src/IconVolumeOffRounded.tsx | 2 +- src/IconVolumeOffRoundedFilled.tsx | 2 +- src/IconVolumeOffSharp.tsx | 2 +- src/IconVolumeOffSharpFilled.tsx | 2 +- src/IconVolumeUpOutlined.tsx | 2 +- src/IconVolumeUpOutlinedFilled.tsx | 2 +- src/IconVolumeUpRounded.tsx | 2 +- src/IconVolumeUpRoundedFilled.tsx | 2 +- src/IconVolumeUpSharp.tsx | 2 +- src/IconVolumeUpSharpFilled.tsx | 2 +- src/IconVolunteerActivismOutlined.tsx | 2 +- src/IconVolunteerActivismOutlinedFilled.tsx | 2 +- src/IconVolunteerActivismRounded.tsx | 2 +- src/IconVolunteerActivismRoundedFilled.tsx | 2 +- src/IconVolunteerActivismSharp.tsx | 2 +- src/IconVolunteerActivismSharpFilled.tsx | 2 +- src/IconVotingChipOutlined.tsx | 2 +- src/IconVotingChipOutlinedFilled.tsx | 2 +- src/IconVotingChipRounded.tsx | 2 +- src/IconVotingChipRoundedFilled.tsx | 2 +- src/IconVotingChipSharp.tsx | 2 +- src/IconVotingChipSharpFilled.tsx | 2 +- src/IconVpnKeyAlertOutlined.tsx | 2 +- src/IconVpnKeyAlertOutlinedFilled.tsx | 2 +- src/IconVpnKeyAlertRounded.tsx | 2 +- src/IconVpnKeyAlertRoundedFilled.tsx | 2 +- src/IconVpnKeyAlertSharp.tsx | 2 +- src/IconVpnKeyAlertSharpFilled.tsx | 2 +- src/IconVpnKeyOffOutlined.tsx | 2 +- src/IconVpnKeyOffOutlinedFilled.tsx | 2 +- src/IconVpnKeyOffRounded.tsx | 2 +- src/IconVpnKeyOffRoundedFilled.tsx | 2 +- src/IconVpnKeyOffSharp.tsx | 2 +- src/IconVpnKeyOffSharpFilled.tsx | 2 +- src/IconVpnKeyOutlined.tsx | 2 +- src/IconVpnKeyOutlinedFilled.tsx | 2 +- src/IconVpnKeyRounded.tsx | 2 +- src/IconVpnKeyRoundedFilled.tsx | 2 +- src/IconVpnKeySharp.tsx | 2 +- src/IconVpnKeySharpFilled.tsx | 2 +- src/IconVpnLockOutlined.tsx | 2 +- src/IconVpnLockOutlinedFilled.tsx | 2 +- src/IconVpnLockRounded.tsx | 2 +- src/IconVpnLockRoundedFilled.tsx | 2 +- src/IconVpnLockSharp.tsx | 2 +- src/IconVpnLockSharpFilled.tsx | 2 +- src/IconVr180Create2dOffOutlined.tsx | 2 +- src/IconVr180Create2dOffOutlinedFilled.tsx | 2 +- src/IconVr180Create2dOffRounded.tsx | 2 +- src/IconVr180Create2dOffRoundedFilled.tsx | 2 +- src/IconVr180Create2dOffSharp.tsx | 2 +- src/IconVr180Create2dOffSharpFilled.tsx | 2 +- src/IconVr180Create2dOutlined.tsx | 2 +- src/IconVr180Create2dOutlinedFilled.tsx | 2 +- src/IconVr180Create2dRounded.tsx | 2 +- src/IconVr180Create2dRoundedFilled.tsx | 2 +- src/IconVr180Create2dSharp.tsx | 2 +- src/IconVr180Create2dSharpFilled.tsx | 2 +- src/IconVrpanoOutlined.tsx | 2 +- src/IconVrpanoOutlinedFilled.tsx | 2 +- src/IconVrpanoRounded.tsx | 2 +- src/IconVrpanoRoundedFilled.tsx | 2 +- src/IconVrpanoSharp.tsx | 2 +- src/IconVrpanoSharpFilled.tsx | 2 +- src/IconWallArtOutlined.tsx | 2 +- src/IconWallArtOutlinedFilled.tsx | 2 +- src/IconWallArtRounded.tsx | 2 +- src/IconWallArtRoundedFilled.tsx | 2 +- src/IconWallArtSharp.tsx | 2 +- src/IconWallArtSharpFilled.tsx | 2 +- src/IconWallLampOutlined.tsx | 2 +- src/IconWallLampOutlinedFilled.tsx | 2 +- src/IconWallLampRounded.tsx | 2 +- src/IconWallLampRoundedFilled.tsx | 2 +- src/IconWallLampSharp.tsx | 2 +- src/IconWallLampSharpFilled.tsx | 2 +- src/IconWalletOutlined.tsx | 2 +- src/IconWalletOutlinedFilled.tsx | 2 +- src/IconWalletRounded.tsx | 2 +- src/IconWalletRoundedFilled.tsx | 2 +- src/IconWalletSharp.tsx | 2 +- src/IconWalletSharpFilled.tsx | 2 +- src/IconWallpaperOutlined.tsx | 2 +- src/IconWallpaperOutlinedFilled.tsx | 2 +- src/IconWallpaperRounded.tsx | 2 +- src/IconWallpaperRoundedFilled.tsx | 2 +- src/IconWallpaperSharp.tsx | 2 +- src/IconWallpaperSharpFilled.tsx | 2 +- src/IconWallpaperSlideshowOutlined.tsx | 2 +- src/IconWallpaperSlideshowOutlinedFilled.tsx | 2 +- src/IconWallpaperSlideshowRounded.tsx | 2 +- src/IconWallpaperSlideshowRoundedFilled.tsx | 2 +- src/IconWallpaperSlideshowSharp.tsx | 2 +- src/IconWallpaperSlideshowSharpFilled.tsx | 2 +- src/IconWardOutlined.tsx | 2 +- src/IconWardOutlinedFilled.tsx | 2 +- src/IconWardRounded.tsx | 2 +- src/IconWardRoundedFilled.tsx | 2 +- src/IconWardSharp.tsx | 2 +- src/IconWardSharpFilled.tsx | 2 +- src/IconWarehouseOutlined.tsx | 2 +- src/IconWarehouseOutlinedFilled.tsx | 2 +- src/IconWarehouseRounded.tsx | 2 +- src/IconWarehouseRoundedFilled.tsx | 2 +- src/IconWarehouseSharp.tsx | 2 +- src/IconWarehouseSharpFilled.tsx | 2 +- src/IconWarningOffOutlined.tsx | 2 +- src/IconWarningOffOutlinedFilled.tsx | 2 +- src/IconWarningOffRounded.tsx | 2 +- src/IconWarningOffRoundedFilled.tsx | 2 +- src/IconWarningOffSharp.tsx | 2 +- src/IconWarningOffSharpFilled.tsx | 2 +- src/IconWarningOutlined.tsx | 2 +- src/IconWarningOutlinedFilled.tsx | 2 +- src/IconWarningRounded.tsx | 2 +- src/IconWarningRoundedFilled.tsx | 2 +- src/IconWarningSharp.tsx | 2 +- src/IconWarningSharpFilled.tsx | 2 +- src/IconWashOutlined.tsx | 2 +- src/IconWashOutlinedFilled.tsx | 2 +- src/IconWashRounded.tsx | 2 +- src/IconWashRoundedFilled.tsx | 2 +- src/IconWashSharp.tsx | 2 +- src/IconWashSharpFilled.tsx | 2 +- src/IconWatchButtonPressOutlined.tsx | 2 +- src/IconWatchButtonPressOutlinedFilled.tsx | 2 +- src/IconWatchButtonPressRounded.tsx | 2 +- src/IconWatchButtonPressRoundedFilled.tsx | 2 +- src/IconWatchButtonPressSharp.tsx | 2 +- src/IconWatchButtonPressSharpFilled.tsx | 2 +- src/IconWatchCheckOutlined.tsx | 2 +- src/IconWatchCheckOutlinedFilled.tsx | 2 +- src/IconWatchCheckRounded.tsx | 2 +- src/IconWatchCheckRoundedFilled.tsx | 2 +- src/IconWatchCheckSharp.tsx | 2 +- src/IconWatchCheckSharpFilled.tsx | 2 +- src/IconWatchOffOutlined.tsx | 2 +- src/IconWatchOffOutlinedFilled.tsx | 2 +- src/IconWatchOffRounded.tsx | 2 +- src/IconWatchOffRoundedFilled.tsx | 2 +- src/IconWatchOffSharp.tsx | 2 +- src/IconWatchOffSharpFilled.tsx | 2 +- src/IconWatchOutlined.tsx | 2 +- src/IconWatchOutlinedFilled.tsx | 2 +- src/IconWatchRounded.tsx | 2 +- src/IconWatchRoundedFilled.tsx | 2 +- src/IconWatchScreentimeOutlined.tsx | 2 +- src/IconWatchScreentimeOutlinedFilled.tsx | 2 +- src/IconWatchScreentimeRounded.tsx | 2 +- src/IconWatchScreentimeRoundedFilled.tsx | 2 +- src/IconWatchScreentimeSharp.tsx | 2 +- src/IconWatchScreentimeSharpFilled.tsx | 2 +- src/IconWatchSharp.tsx | 2 +- src/IconWatchSharpFilled.tsx | 2 +- src/IconWatchVibrationOutlined.tsx | 2 +- src/IconWatchVibrationOutlinedFilled.tsx | 2 +- src/IconWatchVibrationRounded.tsx | 2 +- src/IconWatchVibrationRoundedFilled.tsx | 2 +- src/IconWatchVibrationSharp.tsx | 2 +- src/IconWatchVibrationSharpFilled.tsx | 2 +- src/IconWatchWakeOutlined.tsx | 2 +- src/IconWatchWakeOutlinedFilled.tsx | 2 +- src/IconWatchWakeRounded.tsx | 2 +- src/IconWatchWakeRoundedFilled.tsx | 2 +- src/IconWatchWakeSharp.tsx | 2 +- src/IconWatchWakeSharpFilled.tsx | 2 +- src/IconWaterBottleLargeOutlined.tsx | 2 +- src/IconWaterBottleLargeOutlinedFilled.tsx | 2 +- src/IconWaterBottleLargeRounded.tsx | 2 +- src/IconWaterBottleLargeRoundedFilled.tsx | 2 +- src/IconWaterBottleLargeSharp.tsx | 2 +- src/IconWaterBottleLargeSharpFilled.tsx | 2 +- src/IconWaterBottleOutlined.tsx | 2 +- src/IconWaterBottleOutlinedFilled.tsx | 2 +- src/IconWaterBottleRounded.tsx | 2 +- src/IconWaterBottleRoundedFilled.tsx | 2 +- src/IconWaterBottleSharp.tsx | 2 +- src/IconWaterBottleSharpFilled.tsx | 2 +- src/IconWaterDamageOutlined.tsx | 2 +- src/IconWaterDamageOutlinedFilled.tsx | 2 +- src/IconWaterDamageRounded.tsx | 2 +- src/IconWaterDamageRoundedFilled.tsx | 2 +- src/IconWaterDamageSharp.tsx | 2 +- src/IconWaterDamageSharpFilled.tsx | 2 +- src/IconWaterDoOutlined.tsx | 2 +- src/IconWaterDoOutlinedFilled.tsx | 2 +- src/IconWaterDoRounded.tsx | 2 +- src/IconWaterDoRoundedFilled.tsx | 2 +- src/IconWaterDoSharp.tsx | 2 +- src/IconWaterDoSharpFilled.tsx | 2 +- src/IconWaterDropOutlined.tsx | 2 +- src/IconWaterDropOutlinedFilled.tsx | 2 +- src/IconWaterDropRounded.tsx | 2 +- src/IconWaterDropRoundedFilled.tsx | 2 +- src/IconWaterDropSharp.tsx | 2 +- src/IconWaterDropSharpFilled.tsx | 2 +- src/IconWaterEcOutlined.tsx | 2 +- src/IconWaterEcOutlinedFilled.tsx | 2 +- src/IconWaterEcRounded.tsx | 2 +- src/IconWaterEcRoundedFilled.tsx | 2 +- src/IconWaterEcSharp.tsx | 2 +- src/IconWaterEcSharpFilled.tsx | 2 +- src/IconWaterFullOutlined.tsx | 2 +- src/IconWaterFullOutlinedFilled.tsx | 2 +- src/IconWaterFullRounded.tsx | 2 +- src/IconWaterFullRoundedFilled.tsx | 2 +- src/IconWaterFullSharp.tsx | 2 +- src/IconWaterFullSharpFilled.tsx | 2 +- src/IconWaterHeaterOutlined.tsx | 2 +- src/IconWaterHeaterOutlinedFilled.tsx | 2 +- src/IconWaterHeaterRounded.tsx | 2 +- src/IconWaterHeaterRoundedFilled.tsx | 2 +- src/IconWaterHeaterSharp.tsx | 2 +- src/IconWaterHeaterSharpFilled.tsx | 2 +- src/IconWaterLockOutlined.tsx | 2 +- src/IconWaterLockOutlinedFilled.tsx | 2 +- src/IconWaterLockRounded.tsx | 2 +- src/IconWaterLockRoundedFilled.tsx | 2 +- src/IconWaterLockSharp.tsx | 2 +- src/IconWaterLockSharpFilled.tsx | 2 +- src/IconWaterLossOutlined.tsx | 2 +- src/IconWaterLossOutlinedFilled.tsx | 2 +- src/IconWaterLossRounded.tsx | 2 +- src/IconWaterLossRoundedFilled.tsx | 2 +- src/IconWaterLossSharp.tsx | 2 +- src/IconWaterLossSharpFilled.tsx | 2 +- src/IconWaterLuxOutlined.tsx | 2 +- src/IconWaterLuxOutlinedFilled.tsx | 2 +- src/IconWaterLuxRounded.tsx | 2 +- src/IconWaterLuxRoundedFilled.tsx | 2 +- src/IconWaterLuxSharp.tsx | 2 +- src/IconWaterLuxSharpFilled.tsx | 2 +- src/IconWaterMediumOutlined.tsx | 2 +- src/IconWaterMediumOutlinedFilled.tsx | 2 +- src/IconWaterMediumRounded.tsx | 2 +- src/IconWaterMediumRoundedFilled.tsx | 2 +- src/IconWaterMediumSharp.tsx | 2 +- src/IconWaterMediumSharpFilled.tsx | 2 +- src/IconWaterOrpOutlined.tsx | 2 +- src/IconWaterOrpOutlinedFilled.tsx | 2 +- src/IconWaterOrpRounded.tsx | 2 +- src/IconWaterOrpRoundedFilled.tsx | 2 +- src/IconWaterOrpSharp.tsx | 2 +- src/IconWaterOrpSharpFilled.tsx | 2 +- src/IconWaterOutlined.tsx | 2 +- src/IconWaterOutlinedFilled.tsx | 2 +- src/IconWaterPhOutlined.tsx | 2 +- src/IconWaterPhOutlinedFilled.tsx | 2 +- src/IconWaterPhRounded.tsx | 2 +- src/IconWaterPhRoundedFilled.tsx | 2 +- src/IconWaterPhSharp.tsx | 2 +- src/IconWaterPhSharpFilled.tsx | 2 +- src/IconWaterPumpOutlined.tsx | 2 +- src/IconWaterPumpOutlinedFilled.tsx | 2 +- src/IconWaterPumpRounded.tsx | 2 +- src/IconWaterPumpRoundedFilled.tsx | 2 +- src/IconWaterPumpSharp.tsx | 2 +- src/IconWaterPumpSharpFilled.tsx | 2 +- src/IconWaterRounded.tsx | 2 +- src/IconWaterRoundedFilled.tsx | 2 +- src/IconWaterSharp.tsx | 2 +- src/IconWaterSharpFilled.tsx | 2 +- src/IconWaterVocOutlined.tsx | 2 +- src/IconWaterVocOutlinedFilled.tsx | 2 +- src/IconWaterVocRounded.tsx | 2 +- src/IconWaterVocRoundedFilled.tsx | 2 +- src/IconWaterVocSharp.tsx | 2 +- src/IconWaterVocSharpFilled.tsx | 2 +- src/IconWaterfallChartOutlined.tsx | 2 +- src/IconWaterfallChartOutlinedFilled.tsx | 2 +- src/IconWaterfallChartRounded.tsx | 2 +- src/IconWaterfallChartRoundedFilled.tsx | 2 +- src/IconWaterfallChartSharp.tsx | 2 +- src/IconWaterfallChartSharpFilled.tsx | 2 +- src/IconWavesOutlined.tsx | 2 +- src/IconWavesOutlinedFilled.tsx | 2 +- src/IconWavesRounded.tsx | 2 +- src/IconWavesRoundedFilled.tsx | 2 +- src/IconWavesSharp.tsx | 2 +- src/IconWavesSharpFilled.tsx | 2 +- src/IconWavingHandOutlined.tsx | 2 +- src/IconWavingHandOutlinedFilled.tsx | 2 +- src/IconWavingHandRounded.tsx | 2 +- src/IconWavingHandRoundedFilled.tsx | 2 +- src/IconWavingHandSharp.tsx | 2 +- src/IconWavingHandSharpFilled.tsx | 2 +- src/IconWbAutoOutlined.tsx | 2 +- src/IconWbAutoOutlinedFilled.tsx | 2 +- src/IconWbAutoRounded.tsx | 2 +- src/IconWbAutoRoundedFilled.tsx | 2 +- src/IconWbAutoSharp.tsx | 2 +- src/IconWbAutoSharpFilled.tsx | 2 +- src/IconWbIncandescentOutlined.tsx | 2 +- src/IconWbIncandescentOutlinedFilled.tsx | 2 +- src/IconWbIncandescentRounded.tsx | 2 +- src/IconWbIncandescentRoundedFilled.tsx | 2 +- src/IconWbIncandescentSharp.tsx | 2 +- src/IconWbIncandescentSharpFilled.tsx | 2 +- src/IconWbIridescentOutlined.tsx | 2 +- src/IconWbIridescentOutlinedFilled.tsx | 2 +- src/IconWbIridescentRounded.tsx | 2 +- src/IconWbIridescentRoundedFilled.tsx | 2 +- src/IconWbIridescentSharp.tsx | 2 +- src/IconWbIridescentSharpFilled.tsx | 2 +- src/IconWbShadeOutlined.tsx | 2 +- src/IconWbShadeOutlinedFilled.tsx | 2 +- src/IconWbShadeRounded.tsx | 2 +- src/IconWbShadeRoundedFilled.tsx | 2 +- src/IconWbShadeSharp.tsx | 2 +- src/IconWbShadeSharpFilled.tsx | 2 +- src/IconWbSunnyOutlined.tsx | 2 +- src/IconWbSunnyOutlinedFilled.tsx | 2 +- src/IconWbSunnyRounded.tsx | 2 +- src/IconWbSunnyRoundedFilled.tsx | 2 +- src/IconWbSunnySharp.tsx | 2 +- src/IconWbSunnySharpFilled.tsx | 2 +- src/IconWbTwilightOutlined.tsx | 2 +- src/IconWbTwilightOutlinedFilled.tsx | 2 +- src/IconWbTwilightRounded.tsx | 2 +- src/IconWbTwilightRoundedFilled.tsx | 2 +- src/IconWbTwilightSharp.tsx | 2 +- src/IconWbTwilightSharpFilled.tsx | 2 +- src/IconWcOutlined.tsx | 2 +- src/IconWcOutlinedFilled.tsx | 2 +- src/IconWcRounded.tsx | 2 +- src/IconWcRoundedFilled.tsx | 2 +- src/IconWcSharp.tsx | 2 +- src/IconWcSharpFilled.tsx | 2 +- src/IconWeatherHailOutlined.tsx | 2 +- src/IconWeatherHailOutlinedFilled.tsx | 2 +- src/IconWeatherHailRounded.tsx | 2 +- src/IconWeatherHailRoundedFilled.tsx | 2 +- src/IconWeatherHailSharp.tsx | 2 +- src/IconWeatherHailSharpFilled.tsx | 2 +- src/IconWeatherMixOutlined.tsx | 2 +- src/IconWeatherMixOutlinedFilled.tsx | 2 +- src/IconWeatherMixRounded.tsx | 2 +- src/IconWeatherMixRoundedFilled.tsx | 2 +- src/IconWeatherMixSharp.tsx | 2 +- src/IconWeatherMixSharpFilled.tsx | 2 +- src/IconWeatherSnowyOutlined.tsx | 2 +- src/IconWeatherSnowyOutlinedFilled.tsx | 2 +- src/IconWeatherSnowyRounded.tsx | 2 +- src/IconWeatherSnowyRoundedFilled.tsx | 2 +- src/IconWeatherSnowySharp.tsx | 2 +- src/IconWeatherSnowySharpFilled.tsx | 2 +- src/IconWebAssetOffOutlined.tsx | 2 +- src/IconWebAssetOffOutlinedFilled.tsx | 2 +- src/IconWebAssetOffRounded.tsx | 2 +- src/IconWebAssetOffRoundedFilled.tsx | 2 +- src/IconWebAssetOffSharp.tsx | 2 +- src/IconWebAssetOffSharpFilled.tsx | 2 +- src/IconWebAssetOutlined.tsx | 2 +- src/IconWebAssetOutlinedFilled.tsx | 2 +- src/IconWebAssetRounded.tsx | 2 +- src/IconWebAssetRoundedFilled.tsx | 2 +- src/IconWebAssetSharp.tsx | 2 +- src/IconWebAssetSharpFilled.tsx | 2 +- src/IconWebOutlined.tsx | 2 +- src/IconWebOutlinedFilled.tsx | 2 +- src/IconWebRounded.tsx | 2 +- src/IconWebRoundedFilled.tsx | 2 +- src/IconWebSharp.tsx | 2 +- src/IconWebSharpFilled.tsx | 2 +- src/IconWebStoriesOutlined.tsx | 2 +- src/IconWebStoriesOutlinedFilled.tsx | 2 +- src/IconWebStoriesRounded.tsx | 2 +- src/IconWebStoriesRoundedFilled.tsx | 2 +- src/IconWebStoriesSharp.tsx | 2 +- src/IconWebStoriesSharpFilled.tsx | 2 +- src/IconWebTrafficOutlined.tsx | 2 +- src/IconWebTrafficOutlinedFilled.tsx | 2 +- src/IconWebTrafficRounded.tsx | 2 +- src/IconWebTrafficRoundedFilled.tsx | 2 +- src/IconWebTrafficSharp.tsx | 2 +- src/IconWebTrafficSharpFilled.tsx | 2 +- src/IconWebhookOutlined.tsx | 2 +- src/IconWebhookOutlinedFilled.tsx | 2 +- src/IconWebhookRounded.tsx | 2 +- src/IconWebhookRoundedFilled.tsx | 2 +- src/IconWebhookSharp.tsx | 2 +- src/IconWebhookSharpFilled.tsx | 2 +- src/IconWeekendOutlined.tsx | 2 +- src/IconWeekendOutlinedFilled.tsx | 2 +- src/IconWeekendRounded.tsx | 2 +- src/IconWeekendRoundedFilled.tsx | 2 +- src/IconWeekendSharp.tsx | 2 +- src/IconWeekendSharpFilled.tsx | 2 +- src/IconWeightOutlined.tsx | 2 +- src/IconWeightOutlinedFilled.tsx | 2 +- src/IconWeightRounded.tsx | 2 +- src/IconWeightRoundedFilled.tsx | 2 +- src/IconWeightSharp.tsx | 2 +- src/IconWeightSharpFilled.tsx | 2 +- src/IconWestOutlined.tsx | 2 +- src/IconWestOutlinedFilled.tsx | 2 +- src/IconWestRounded.tsx | 2 +- src/IconWestRoundedFilled.tsx | 2 +- src/IconWestSharp.tsx | 2 +- src/IconWestSharpFilled.tsx | 2 +- src/IconWhatshotOutlined.tsx | 2 +- src/IconWhatshotOutlinedFilled.tsx | 2 +- src/IconWhatshotRounded.tsx | 2 +- src/IconWhatshotRoundedFilled.tsx | 2 +- src/IconWhatshotSharp.tsx | 2 +- src/IconWhatshotSharpFilled.tsx | 2 +- src/IconWheelchairPickupOutlined.tsx | 2 +- src/IconWheelchairPickupOutlinedFilled.tsx | 2 +- src/IconWheelchairPickupRounded.tsx | 2 +- src/IconWheelchairPickupRoundedFilled.tsx | 2 +- src/IconWheelchairPickupSharp.tsx | 2 +- src/IconWheelchairPickupSharpFilled.tsx | 2 +- src/IconWhereToVoteOutlined.tsx | 2 +- src/IconWhereToVoteOutlinedFilled.tsx | 2 +- src/IconWhereToVoteRounded.tsx | 2 +- src/IconWhereToVoteRoundedFilled.tsx | 2 +- src/IconWhereToVoteSharp.tsx | 2 +- src/IconWhereToVoteSharpFilled.tsx | 2 +- src/IconWidgetsOutlined.tsx | 2 +- src/IconWidgetsOutlinedFilled.tsx | 2 +- src/IconWidgetsRounded.tsx | 2 +- src/IconWidgetsRoundedFilled.tsx | 2 +- src/IconWidgetsSharp.tsx | 2 +- src/IconWidgetsSharpFilled.tsx | 2 +- src/IconWidthFullOutlined.tsx | 2 +- src/IconWidthFullOutlinedFilled.tsx | 2 +- src/IconWidthFullRounded.tsx | 2 +- src/IconWidthFullRoundedFilled.tsx | 2 +- src/IconWidthFullSharp.tsx | 2 +- src/IconWidthFullSharpFilled.tsx | 2 +- src/IconWidthNormalOutlined.tsx | 2 +- src/IconWidthNormalOutlinedFilled.tsx | 2 +- src/IconWidthNormalRounded.tsx | 2 +- src/IconWidthNormalRoundedFilled.tsx | 2 +- src/IconWidthNormalSharp.tsx | 2 +- src/IconWidthNormalSharpFilled.tsx | 2 +- src/IconWidthOutlined.tsx | 2 +- src/IconWidthOutlinedFilled.tsx | 2 +- src/IconWidthRounded.tsx | 2 +- src/IconWidthRoundedFilled.tsx | 2 +- src/IconWidthSharp.tsx | 2 +- src/IconWidthSharpFilled.tsx | 2 +- src/IconWidthWideOutlined.tsx | 2 +- src/IconWidthWideOutlinedFilled.tsx | 2 +- src/IconWidthWideRounded.tsx | 2 +- src/IconWidthWideRoundedFilled.tsx | 2 +- src/IconWidthWideSharp.tsx | 2 +- src/IconWidthWideSharpFilled.tsx | 2 +- src/IconWifi1BarOutlined.tsx | 2 +- src/IconWifi1BarOutlinedFilled.tsx | 2 +- src/IconWifi1BarRounded.tsx | 2 +- src/IconWifi1BarRoundedFilled.tsx | 2 +- src/IconWifi1BarSharp.tsx | 2 +- src/IconWifi1BarSharpFilled.tsx | 2 +- src/IconWifi2BarOutlined.tsx | 9 - src/IconWifi2BarOutlinedFilled.tsx | 2 +- src/IconWifi2BarRounded.tsx | 2 +- src/IconWifi2BarRoundedFilled.tsx | 2 +- src/IconWifi2BarSharp.tsx | 2 +- src/IconWifi2BarSharpFilled.tsx | 2 +- src/IconWifiAddOutlined.tsx | 2 +- src/IconWifiAddOutlinedFilled.tsx | 2 +- src/IconWifiAddRounded.tsx | 2 +- src/IconWifiAddRoundedFilled.tsx | 2 +- src/IconWifiAddSharp.tsx | 2 +- src/IconWifiAddSharpFilled.tsx | 2 +- src/IconWifiCallingBar1Outlined.tsx | 2 +- src/IconWifiCallingBar1OutlinedFilled.tsx | 2 +- src/IconWifiCallingBar1Rounded.tsx | 2 +- src/IconWifiCallingBar1RoundedFilled.tsx | 2 +- src/IconWifiCallingBar1Sharp.tsx | 2 +- src/IconWifiCallingBar1SharpFilled.tsx | 2 +- src/IconWifiCallingBar2Outlined.tsx | 2 +- src/IconWifiCallingBar2OutlinedFilled.tsx | 2 +- src/IconWifiCallingBar2Rounded.tsx | 2 +- src/IconWifiCallingBar2RoundedFilled.tsx | 2 +- src/IconWifiCallingBar2Sharp.tsx | 2 +- src/IconWifiCallingBar2SharpFilled.tsx | 2 +- src/IconWifiCallingBar3Outlined.tsx | 2 +- src/IconWifiCallingBar3OutlinedFilled.tsx | 2 +- src/IconWifiCallingBar3Rounded.tsx | 2 +- src/IconWifiCallingBar3RoundedFilled.tsx | 2 +- src/IconWifiCallingBar3Sharp.tsx | 2 +- src/IconWifiCallingBar3SharpFilled.tsx | 2 +- src/IconWifiCallingOutlined.tsx | 2 +- src/IconWifiCallingOutlinedFilled.tsx | 2 +- src/IconWifiCallingRounded.tsx | 2 +- src/IconWifiCallingRoundedFilled.tsx | 2 +- src/IconWifiCallingSharp.tsx | 2 +- src/IconWifiCallingSharpFilled.tsx | 2 +- src/IconWifiChannelOutlined.tsx | 2 +- src/IconWifiChannelOutlinedFilled.tsx | 2 +- src/IconWifiChannelRounded.tsx | 2 +- src/IconWifiChannelRoundedFilled.tsx | 2 +- src/IconWifiChannelSharp.tsx | 2 +- src/IconWifiChannelSharpFilled.tsx | 2 +- src/IconWifiFindOutlined.tsx | 2 +- src/IconWifiFindOutlinedFilled.tsx | 2 +- src/IconWifiFindRounded.tsx | 2 +- src/IconWifiFindRoundedFilled.tsx | 2 +- src/IconWifiFindSharp.tsx | 2 +- src/IconWifiFindSharpFilled.tsx | 2 +- src/IconWifiHomeOutlined.tsx | 2 +- src/IconWifiHomeOutlinedFilled.tsx | 2 +- src/IconWifiHomeRounded.tsx | 2 +- src/IconWifiHomeRoundedFilled.tsx | 2 +- src/IconWifiHomeSharp.tsx | 2 +- src/IconWifiHomeSharpFilled.tsx | 2 +- src/IconWifiLockOutlined.tsx | 2 +- src/IconWifiLockOutlinedFilled.tsx | 2 +- src/IconWifiLockRounded.tsx | 2 +- src/IconWifiLockRoundedFilled.tsx | 2 +- src/IconWifiLockSharp.tsx | 2 +- src/IconWifiLockSharpFilled.tsx | 2 +- src/IconWifiNotificationOutlined.tsx | 2 +- src/IconWifiNotificationOutlinedFilled.tsx | 2 +- src/IconWifiNotificationRounded.tsx | 2 +- src/IconWifiNotificationRoundedFilled.tsx | 2 +- src/IconWifiNotificationSharp.tsx | 2 +- src/IconWifiNotificationSharpFilled.tsx | 2 +- src/IconWifiOffOutlined.tsx | 2 +- src/IconWifiOffOutlinedFilled.tsx | 2 +- src/IconWifiOffRounded.tsx | 2 +- src/IconWifiOffRoundedFilled.tsx | 2 +- src/IconWifiOffSharp.tsx | 2 +- src/IconWifiOffSharpFilled.tsx | 2 +- src/IconWifiOutlined.tsx | 2 +- src/IconWifiOutlinedFilled.tsx | 2 +- src/IconWifiPasswordOutlined.tsx | 2 +- src/IconWifiPasswordOutlinedFilled.tsx | 2 +- src/IconWifiPasswordRounded.tsx | 2 +- src/IconWifiPasswordRoundedFilled.tsx | 2 +- src/IconWifiPasswordSharp.tsx | 2 +- src/IconWifiPasswordSharpFilled.tsx | 2 +- src/IconWifiProtectedSetupOutlined.tsx | 2 +- src/IconWifiProtectedSetupOutlinedFilled.tsx | 2 +- src/IconWifiProtectedSetupRounded.tsx | 2 +- src/IconWifiProtectedSetupRoundedFilled.tsx | 2 +- src/IconWifiProtectedSetupSharp.tsx | 2 +- src/IconWifiProtectedSetupSharpFilled.tsx | 2 +- src/IconWifiProxyOutlined.tsx | 2 +- src/IconWifiProxyOutlinedFilled.tsx | 2 +- src/IconWifiProxyRounded.tsx | 2 +- src/IconWifiProxyRoundedFilled.tsx | 2 +- src/IconWifiProxySharp.tsx | 2 +- src/IconWifiProxySharpFilled.tsx | 2 +- src/IconWifiRounded.tsx | 2 +- src/IconWifiRoundedFilled.tsx | 2 +- src/IconWifiSharp.tsx | 2 +- src/IconWifiSharpFilled.tsx | 2 +- src/IconWifiTetheringErrorOutlined.tsx | 2 +- src/IconWifiTetheringErrorOutlinedFilled.tsx | 2 +- src/IconWifiTetheringErrorRounded.tsx | 2 +- src/IconWifiTetheringErrorRoundedFilled.tsx | 2 +- src/IconWifiTetheringErrorSharp.tsx | 2 +- src/IconWifiTetheringErrorSharpFilled.tsx | 2 +- src/IconWifiTetheringOffOutlined.tsx | 2 +- src/IconWifiTetheringOffOutlinedFilled.tsx | 2 +- src/IconWifiTetheringOffRounded.tsx | 2 +- src/IconWifiTetheringOffRoundedFilled.tsx | 2 +- src/IconWifiTetheringOffSharp.tsx | 2 +- src/IconWifiTetheringOffSharpFilled.tsx | 2 +- src/IconWifiTetheringOutlined.tsx | 2 +- src/IconWifiTetheringOutlinedFilled.tsx | 2 +- src/IconWifiTetheringRounded.tsx | 2 +- src/IconWifiTetheringRoundedFilled.tsx | 2 +- src/IconWifiTetheringSharp.tsx | 2 +- src/IconWifiTetheringSharpFilled.tsx | 2 +- src/IconWindPowerOutlined.tsx | 2 +- src/IconWindPowerOutlinedFilled.tsx | 2 +- src/IconWindPowerRounded.tsx | 2 +- src/IconWindPowerRoundedFilled.tsx | 2 +- src/IconWindPowerSharp.tsx | 2 +- src/IconWindPowerSharpFilled.tsx | 2 +- src/IconWindowClosedOutlined.tsx | 2 +- src/IconWindowClosedOutlinedFilled.tsx | 2 +- src/IconWindowClosedRounded.tsx | 2 +- src/IconWindowClosedRoundedFilled.tsx | 2 +- src/IconWindowClosedSharp.tsx | 2 +- src/IconWindowClosedSharpFilled.tsx | 2 +- src/IconWindowOpenOutlined.tsx | 2 +- src/IconWindowOpenOutlinedFilled.tsx | 2 +- src/IconWindowOpenRounded.tsx | 2 +- src/IconWindowOpenRoundedFilled.tsx | 2 +- src/IconWindowOpenSharp.tsx | 2 +- src/IconWindowOpenSharpFilled.tsx | 2 +- src/IconWindowOutlined.tsx | 2 +- src/IconWindowOutlinedFilled.tsx | 2 +- src/IconWindowRounded.tsx | 2 +- src/IconWindowRoundedFilled.tsx | 2 +- src/IconWindowSensorOutlined.tsx | 2 +- src/IconWindowSensorOutlinedFilled.tsx | 2 +- src/IconWindowSensorRounded.tsx | 2 +- src/IconWindowSensorRoundedFilled.tsx | 2 +- src/IconWindowSensorSharp.tsx | 2 +- src/IconWindowSensorSharpFilled.tsx | 2 +- src/IconWindowSharp.tsx | 2 +- src/IconWindowSharpFilled.tsx | 2 +- src/IconWineBarOutlined.tsx | 2 +- src/IconWineBarOutlinedFilled.tsx | 2 +- src/IconWineBarRounded.tsx | 2 +- src/IconWineBarRoundedFilled.tsx | 2 +- src/IconWineBarSharp.tsx | 2 +- src/IconWineBarSharpFilled.tsx | 2 +- src/IconWoman2Outlined.tsx | 2 +- src/IconWoman2OutlinedFilled.tsx | 2 +- src/IconWoman2Rounded.tsx | 2 +- src/IconWoman2RoundedFilled.tsx | 2 +- src/IconWoman2Sharp.tsx | 2 +- src/IconWoman2SharpFilled.tsx | 2 +- src/IconWomanOutlined.tsx | 2 +- src/IconWomanOutlinedFilled.tsx | 2 +- src/IconWomanRounded.tsx | 2 +- src/IconWomanRoundedFilled.tsx | 2 +- src/IconWomanSharp.tsx | 2 +- src/IconWomanSharpFilled.tsx | 2 +- src/IconWorkAlertOutlined.tsx | 2 +- src/IconWorkAlertOutlinedFilled.tsx | 2 +- src/IconWorkAlertRounded.tsx | 2 +- src/IconWorkAlertRoundedFilled.tsx | 2 +- src/IconWorkAlertSharp.tsx | 2 +- src/IconWorkAlertSharpFilled.tsx | 2 +- src/IconWorkHistoryOutlined.tsx | 2 +- src/IconWorkHistoryOutlinedFilled.tsx | 2 +- src/IconWorkHistoryRounded.tsx | 2 +- src/IconWorkHistoryRoundedFilled.tsx | 2 +- src/IconWorkHistorySharp.tsx | 2 +- src/IconWorkHistorySharpFilled.tsx | 2 +- src/IconWorkOutlined.tsx | 2 +- src/IconWorkOutlinedFilled.tsx | 2 +- src/IconWorkRounded.tsx | 2 +- src/IconWorkRoundedFilled.tsx | 2 +- src/IconWorkSharp.tsx | 2 +- src/IconWorkSharpFilled.tsx | 2 +- src/IconWorkUpdateOutlined.tsx | 2 +- src/IconWorkUpdateOutlinedFilled.tsx | 2 +- src/IconWorkUpdateRounded.tsx | 2 +- src/IconWorkUpdateRoundedFilled.tsx | 2 +- src/IconWorkUpdateSharp.tsx | 2 +- src/IconWorkUpdateSharpFilled.tsx | 2 +- src/IconWorkspacePremiumOutlined.tsx | 2 +- src/IconWorkspacePremiumOutlinedFilled.tsx | 2 +- src/IconWorkspacePremiumRounded.tsx | 2 +- src/IconWorkspacePremiumRoundedFilled.tsx | 2 +- src/IconWorkspacePremiumSharp.tsx | 2 +- src/IconWorkspacePremiumSharpFilled.tsx | 2 +- src/IconWorkspacesOutlined.tsx | 2 +- src/IconWorkspacesOutlinedFilled.tsx | 2 +- src/IconWorkspacesRounded.tsx | 2 +- src/IconWorkspacesRoundedFilled.tsx | 2 +- src/IconWorkspacesSharp.tsx | 2 +- src/IconWorkspacesSharpFilled.tsx | 2 +- src/IconWoundsInjuriesOutlined.tsx | 2 +- src/IconWoundsInjuriesOutlinedFilled.tsx | 2 +- src/IconWoundsInjuriesRounded.tsx | 2 +- src/IconWoundsInjuriesRoundedFilled.tsx | 2 +- src/IconWoundsInjuriesSharp.tsx | 2 +- src/IconWoundsInjuriesSharpFilled.tsx | 2 +- src/IconWrapTextOutlined.tsx | 2 +- src/IconWrapTextOutlinedFilled.tsx | 2 +- src/IconWrapTextRounded.tsx | 2 +- src/IconWrapTextRoundedFilled.tsx | 2 +- src/IconWrapTextSharp.tsx | 2 +- src/IconWrapTextSharpFilled.tsx | 2 +- src/IconWristOutlined.tsx | 2 +- src/IconWristOutlinedFilled.tsx | 2 +- src/IconWristRounded.tsx | 2 +- src/IconWristRoundedFilled.tsx | 2 +- src/IconWristSharp.tsx | 2 +- src/IconWristSharpFilled.tsx | 2 +- src/IconWrongLocationOutlined.tsx | 2 +- src/IconWrongLocationOutlinedFilled.tsx | 2 +- src/IconWrongLocationRounded.tsx | 2 +- src/IconWrongLocationRoundedFilled.tsx | 2 +- src/IconWrongLocationSharp.tsx | 2 +- src/IconWrongLocationSharpFilled.tsx | 2 +- src/IconWysiwygOutlined.tsx | 2 +- src/IconWysiwygOutlinedFilled.tsx | 2 +- src/IconWysiwygRounded.tsx | 2 +- src/IconWysiwygRoundedFilled.tsx | 2 +- src/IconWysiwygSharp.tsx | 2 +- src/IconWysiwygSharpFilled.tsx | 2 +- src/IconYardOutlined.tsx | 2 +- src/IconYardOutlinedFilled.tsx | 2 +- src/IconYardRounded.tsx | 2 +- src/IconYardRoundedFilled.tsx | 2 +- src/IconYardSharp.tsx | 2 +- src/IconYardSharpFilled.tsx | 2 +- src/IconYourTripsOutlined.tsx | 2 +- src/IconYourTripsOutlinedFilled.tsx | 2 +- src/IconYourTripsRounded.tsx | 2 +- src/IconYourTripsRoundedFilled.tsx | 2 +- src/IconYourTripsSharp.tsx | 2 +- src/IconYourTripsSharpFilled.tsx | 2 +- src/IconYoutubeActivityOutlined.tsx | 2 +- src/IconYoutubeActivityOutlinedFilled.tsx | 2 +- src/IconYoutubeActivityRounded.tsx | 2 +- src/IconYoutubeActivityRoundedFilled.tsx | 2 +- src/IconYoutubeActivitySharp.tsx | 2 +- src/IconYoutubeActivitySharpFilled.tsx | 2 +- src/IconYoutubeSearchedForOutlined.tsx | 2 +- src/IconYoutubeSearchedForOutlinedFilled.tsx | 2 +- src/IconYoutubeSearchedForRounded.tsx | 2 +- src/IconYoutubeSearchedForRoundedFilled.tsx | 2 +- src/IconYoutubeSearchedForSharp.tsx | 2 +- src/IconYoutubeSearchedForSharpFilled.tsx | 2 +- src/IconZonePersonAlertOutlined.tsx | 2 +- src/IconZonePersonAlertOutlinedFilled.tsx | 2 +- src/IconZonePersonAlertRounded.tsx | 2 +- src/IconZonePersonAlertRoundedFilled.tsx | 2 +- src/IconZonePersonAlertSharp.tsx | 2 +- src/IconZonePersonAlertSharpFilled.tsx | 2 +- src/IconZonePersonIdleOutlined.tsx | 2 +- src/IconZonePersonIdleOutlinedFilled.tsx | 2 +- src/IconZonePersonIdleRounded.tsx | 2 +- src/IconZonePersonIdleRoundedFilled.tsx | 2 +- src/IconZonePersonIdleSharp.tsx | 2 +- src/IconZonePersonIdleSharpFilled.tsx | 2 +- src/IconZonePersonUrgentOutlined.tsx | 2 +- src/IconZonePersonUrgentOutlinedFilled.tsx | 2 +- src/IconZonePersonUrgentRounded.tsx | 2 +- src/IconZonePersonUrgentRoundedFilled.tsx | 2 +- src/IconZonePersonUrgentSharp.tsx | 2 +- src/IconZonePersonUrgentSharpFilled.tsx | 2 +- src/IconZoomInMapOutlined.tsx | 2 +- src/IconZoomInMapOutlinedFilled.tsx | 2 +- src/IconZoomInMapRounded.tsx | 2 +- src/IconZoomInMapRoundedFilled.tsx | 2 +- src/IconZoomInMapSharp.tsx | 2 +- src/IconZoomInMapSharpFilled.tsx | 2 +- src/IconZoomInOutlined.tsx | 2 +- src/IconZoomInOutlinedFilled.tsx | 2 +- src/IconZoomInRounded.tsx | 2 +- src/IconZoomInRoundedFilled.tsx | 2 +- src/IconZoomInSharp.tsx | 2 +- src/IconZoomInSharpFilled.tsx | 2 +- src/IconZoomOutMapOutlined.tsx | 2 +- src/IconZoomOutMapOutlinedFilled.tsx | 2 +- src/IconZoomOutMapRounded.tsx | 2 +- src/IconZoomOutMapRoundedFilled.tsx | 2 +- src/IconZoomOutMapSharp.tsx | 2 +- src/IconZoomOutMapSharpFilled.tsx | 2 +- src/IconZoomOutOutlined.tsx | 2 +- src/IconZoomOutOutlinedFilled.tsx | 2 +- src/IconZoomOutRounded.tsx | 2 +- src/IconZoomOutRoundedFilled.tsx | 2 +- src/IconZoomOutSharp.tsx | 2 +- src/IconZoomOutSharpFilled.tsx | 2 +- src/index.ts | 40787 ++++++++-------- 20401 files changed, 40836 insertions(+), 40848 deletions(-) delete mode 100644 src/IconAnchorOutlined.tsx create mode 100644 src/IconCakeOutlined.tsx delete mode 100644 src/IconFilterHdrOutlined.tsx delete mode 100644 src/IconFlexNoWrapRoundedFilled.tsx delete mode 100644 src/IconForwardToInboxRounded.tsx delete mode 100644 src/IconHumerusSharp.tsx delete mode 100644 src/IconMailRounded.tsx create mode 100644 src/IconNestWakeOnPressSharp.tsx create mode 100644 src/IconNextWeekRounded.tsx create mode 100644 src/IconReplyRounded.tsx create mode 100644 src/IconScienceOffSharp.tsx create mode 100644 src/IconTravelLuggageAndBagsOutlined.tsx delete mode 100644 src/IconWifi2BarOutlined.tsx 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'